body {
  position: relative;
  top: 0; left: 0; right: 0; bottom: 0;
  min-width: 365px;
  overflow: hidden;
  font-family: 'Noto Sans KR', sans-serif;
}
a {display: block; color: #000;}
a:hover { color: #000;}
ul, li {list-style-type: none;}
.table {background-color: unset!important;}
.label {color: #000;}
input:focus { 
  outline: none;
}


text:focus {
  outline: none;
}

.label:not(:last-child) { margin-bottom: 0; }
.field:not(:last-child) { margin-bottom: 1.5rem;}


/*여백-입력페이지*/
.afms-wrap {  overflow: hidden; text-align: center; }

/*페이지세팅*/
.page_tit {
  display: table; margin: 0 auto;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 14px;
  text-align: center; padding: 3px 15px; border-radius: 50px; color: #fff; background: #000;
}
input::placeholder {
  font-size: 14px;
}
.modal-content, .modal-card {
  max-height: 100%;
}
.item .img-box img { width: 100%; }
.item .img-box span {position: absolute; bottom: 25px; left: 15px; line-height: 26px; font-size: 20px;}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  list-style-type: none;
  top: 400px !important;
  left:600px !important;
  padding: 15px 0;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #c5c5c5;
  text-indent: -9999px;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background-color: #797979;
}