@charset "UTF-8";


#lnbToggle > li:nth-child(1) > div > div > ul > li {
  width: auto;
  padding: 10px 15px;
}
@media (min-width: 1180px) {
  #lnbToggle > li:nth-child(1) > div > div > ul > li {
    padding: 10px 25px;
  }
}
@media (min-width: 1500px) {
  #lnbToggle > li:nth-child(1) > div > div > ul > li {
    width: 20%;
  }
}

/*
jdes 추가 스타일 addstyle.scss
2023-09 추가
*/
.preparation-regulations {
  margin-top: 50px;
  word-break: keep-all;
}
.preparation-regulations h4 {
  margin: 20px 0 15px;
  border-top: 2px solid black;
  border-bottom: 1px solid black;
  padding: 15px 10px;
  color: #000;
}
.preparation-regulations h5 {
  padding: 15px 10px;
  font-size: 1em;
  font-weight: 500;
  color: #000;
}
.preparation-regulations--nomargin {
  margin-top: 0;
}

.list-nums {
  margin: 0px 0 0 30px;
}
.list-nums > li {
  margin: 10px 0 0;
  text-indent: -24px;
  padding-left: 24px;
}
.list-nums > li * {
  text-indent: 0;
}
.list-nums > li p {
  margin: auto;
}

.list-number {
  list-style: decimal;
  margin: 15px 0 15px 30px;
}
.list-number > li {
  margin: 0;
}
.list-number > li ul li {
  margin: 0;
  text-indent: -24px;
  padding-left: 24px;
}
.list-number > li ul li * {
  text-indent: 0;
}
.list-number > li ul li p {
  margin: auto;
}

.list-number2 li {
  margin: 0;
  text-indent: -24px;
  padding-left: 24px;
}
.list-number2 li * {
  text-indent: 0;
}
.list-number2 li p {
  margin: auto;
}

.box {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 23px 29px;
  border: 2px solid #cdcdcd;
  border-radius: 10px;
}
.box::before {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: calc(100% + 4px);
  height: 60px;
  border: 3px solid #1460d0;
  border-width: 3px 3px 0 3px;
  border-radius: 10px 10px 0 0;
}

.bu-chk {
  margin-top: 8px;
  margin-left: 19px;
  position: relative;
}
.bu-chk::before {
  content: "";
  position: absolute;
  left: -19px;
  top: 8px;
  width: 10px;
  height: 8px;
  background: url(/resource/www/img/common/bu-chk.png) 0 0 no-repeat;
}

.bu3 {
  position: relative;
  margin-bottom: 15px;
  font-size: 24px;
  color: rgb(0, 0, 0);
  line-height: 1.083;
  padding-left: 14px;
}
.bu3:first-child {
  margin-top: 50px;
}
* + .bu3 {
  margin-top: 50px;
}
.bu3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background-color: rgb(20, 96, 208);
  width: 3px;
  height: 20px;
}

.bu4 {
  margin-top: 20px;
  margin-left: 16px;
  position: relative;
  font-size: 20px;
}
.bu4::before {
  content: "";
  position: absolute;
  left: -19px;
  top: 4px;
  width: 8px;
  height: 14px;
  background: url(/resource/www/img/common/bu-arr.png) 0 0 no-repeat;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.tableA tbody tr td.bdl {
  border-left: 1px solid #dcdcdc;
}

.bu-dot {
  margin-left: 12px;
  position: relative;
}
.bu-dot::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 12px;
  width: 8px;
  height: 14px;
  background: url(/resource/www/img/common/bu-dot.png) 0 0 no-repeat;
}

.list-dot {
  padding: 15px 30px;
  border-radius: 10px;
  background-color: #f4f8ff;
}
.list-dot li {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: -0.35px;
  text-align: left;
  color: #333;
  padding-left: 14px;
  text-indent: -14px;
}
.list-dot li::before {
  content: "";
  display: inline-block;
  background: url(/resource/www/img/content/sub05/BULLET.png) no-repeat;
  width: 4px;
  height: 4px;
  vertical-align: middle;
  margin-right: 6px;
}
.list-dot--col2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px 20px;
}
@media (min-width: 1024px) {
  .list-dot--col2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.mail-info {
  margin: 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .mail-info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 1023px) {
  .mail-info {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.mail-info .ico-book {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
  border-radius: 50%;
  background-color: rgb(239, 239, 239);
  width: 90px;
  height: 90px;
  background: rgb(239, 239, 239) url(/resource/www/img/content/ico-book.png) center center no-repeat;
}
@media (max-width: 749px) {
  .mail-info .ico-book {
    margin-bottom: 15px;
  }
}
.mail-info h2 {
  margin: 4px 0;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: -0.45px;
  text-align: left;
  color: #000;
}
.mail-info p {
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: -0.4px;
  text-align: left;
  color: #000;
}
.mail-info strong {
  color: #0a4aa9;
  font-weight: normal;
}
.mail-info ul {
  margin: 16px 0;
}

.mail-info-btn {
  display: inline-block;
  padding: 14px 21px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  line-height: 1;
  background-color: #162b4c;
}
.mail-info-btn:hover, .mail-info-btn:focus {
  color: #fff;
  text-decoration: underline;
}

.search_box .search--multi > div:first-child {
  width: auto;
  margin: 0;
  display: block;
}
.search_box .search--multi > div:first-child::after, .search_box .search--multi > div:first-child::before {
  display: none;
}

@media (max-width: 1023px) {
  .search_box .search--multi {
    padding-top: 10px;
    float: none;
    width: auto;
    clear: both;
  }
}
@media (max-width: 1023px) {
  .search_box .search--multi .form-search-group {
    margin-left: -4px !important;
    padding-right: 3px;
    margin-bottom: 5px !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }
}
@media (min-width: 1024px) {
  .search_box .search--multi .form-search-group {
    display: inline-block !important;
  }
}
.search_box .search--multi .form-search {
  position: relative;
}
.search_box .search--multi .form-search > *::after {
  content: "";
  right: 17px;
  top: 50%;
  width: 8px;
  height: 1px;
  position: absolute;
  background: #999;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  pointer-events: none;
}
.search_box .search--multi .form-search > *::before {
  content: "";
  right: 11px;
  top: 50%;
  width: 8px;
  height: 1px;
  position: absolute;
  background: #999;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  pointer-events: none;
  z-index: 1;
}
.search_box .search--multi .form-search select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #cacaca;
  width: 150px;
  height: 48px;
  padding: 10px;
  position: relative;
  border-radius: 0;
  background: #fff;
}
.search_box .search--multi .form-search select::-ms-expand {
  display: none;
}
@media (min-width: 1024px) {
  .search_box .search--multi .form-search {
    width: 120px;
    display: inline-block;
  }
}
.search_box .search--multi .form-search select {
  width: 100%;
}
@media (max-width: 767px) {
  .search_box .search--multi .form-search select {
    height: 40px;
    padding: 5px 10px;
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .search_box .search--multi .form-search select {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .search_box .search--multi .form-keyword {
    width: 80.2%;
  }
}/*# sourceMappingURL=addstyle.css.map */