/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/layouts/index.scss ***!
  \**********************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* ==========================================================================
   LAYOUT: Content   
   ========================================================================== */
/* 여백 15 */
.accordion-wrap.accordion.cont-advice,
.table-wrap,
.wrap-form-area,
.search-box,
[class*=txt-box-type].type1,
[class*=txt-box-type],
.acc-area,
.file-upload,
.file-upload-mobile,
.cont-area > .form-group,
.tabmenu,
.wrap-detail .detail-file,
.wrap-faq:not(td .wrap-faq),
.wrap-customs-info,
.wrap-search-pages,
.wrap-search-area,
.modal-cont,
.modal-cont [class*=-type],
.wrap-cont-tbl .table-wrap.mo .cont-acc-tbl,
.cont-area .pagination,
.content-wrap .cont-head .step-area,
[class*=title-type],
.add-title,
.board-top.tbl-top,
.compulsory-txt,
.inp-form,
.agree-title,
.title-top,
.btn-area,
.cont-area > .advice-txt,
.wrap-graph,
.wrap-cont-tbl .table-wrap.mo .modal-tit:first-child,
.wrap-cont-tbl .table-wrap.mo .modal-tit,
.wrap-graph .graph-box,
.wrap-login,
.wrap-mypages {
  margin-top: 15px;
}

.testtest,
.inp-box .file-upload,
.modal-body .reforwarding .txt-type,
.modal-body .modal-cont .txt-box-type .txt-type,
#header .header-actions .popup-box .modal .popup-btn-area .madal-btn-area .btn-area {
  margin: 0 !important;
}

.txt-box-type.type1.mb-24 {
  margin-bottom: 0 !important;
}

.board-top.no-wrap.title-top [class*=title-type],
.wrap-graph .title-type4.font-2,
.wrap-form-area .inp-form .add-btn .search-type1,
.modal-body > .modal-cont:first-child {
  margin-top: 0 !important;
}

body{
  transition: all .5;
}
.main .content-wrap {
  padding: 0 10px;
}

/* cont-head */
.content-wrap {
  max-width: 1312px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  flex: 1;
  height: 100%;
  padding: 0 16px;
}

.content-wrap .cont-head .head-util {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  align-items: center;
}

.content-wrap .cont-head .head-util .breadcrumb-wrap {
  padding-left: 10px;
}

.content-wrap .cont-head .head-tit {
  font-size: 30px;
  padding: 8px 0 5px 0;
  line-height: 150%;
  display: flex;
  flex-direction: column;
}

.content-wrap .cont-head .head-tit .txt {
  font-size: 19px;
  color: #555;
  line-height: 150%;
  margin-top: 19px;
}

.content-wrap .cont-head .step-area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.content-wrap .cont-head .step-area .tit-box {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-right: 20px;
}

.content-wrap .cont-head .step-area .tit-box .tit-step i {
  margin: 0 7px 0 4px;
}

.content-wrap .cont-head .step-area .tit-box .tit-step span {
  color: #1D56BC;
  font-weight: 700;
}

.content-wrap .cont-head .step-area .tit-box .tit {
  font-size: 25px;
  margin-top: 20px;
  padding-right: 20px;
  line-height: 150%;
}

.content-wrap .cont-head .step-area .step-tit {
  margin-top: 12px;
  line-height: 150%;
}

.content-wrap .cont-head .step-area .step-box .step-wrap {
  width: 100%;
  min-width: 700px;
  max-width: 700px;
}

.content-wrap .cont-head .step-area .step-box .step-wrap li:after {
  left: 32px;
}

.content-wrap .cont-head:not(:has(.breadcrumb-wrap)) .head-tit {
  padding-top: 20px;
}

/* cont-body */
.content-wrap .cont-body .cont-advice {
  position: relative;
  background-color: #EDF1F5;
  border-radius: 8px;
}

.content-wrap .cont-body .cont-advice.active {
  border-radius: 8px 8px 0 0;
}

.content-wrap .cont-body .cont-advice.active i {
  transform: rotate(180deg);
}

.content-wrap .cont-body #maincontent {
  min-height: 600px;
}

.content-wrap .cont-body .cont-advice .accordion-btn {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 16px 20px;
  justify-content: space-between;
  align-items: center;
}

.content-wrap .cont-body .cont-advice .accordion-btn strong {
  font-size: 19px;
  color: #003675;
  line-height: 150%;
  padding-right: 30px;
}

.content-wrap .cont-body .cont-advice .accordion-btn i {
  min-width: 16px;
  height: 16px;
  width: 16px;
}

.content-wrap .cont-body .cont-advice .accordion-body {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 24px;
  border-radius: 0px 0px 8px 8px;
  background-color: #EDF1F5;
  z-index: 3;
}

.content-wrap .cont-body .cont-advice .accordion-body::before {
  top: 0;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url(../assets/icons/dotted.svg);
}

.content-wrap .cont-body .cont-advice .accordion-body p {
  color: #003675;
  line-height: 150%;
}

.fpc {
  display: flex !important;
}

.pc {
  display: block !important;
}

.mo {
  display: none !important;
}

.mopc {
  display: block !important;
}

.fmo {
  display: none !important;
}

.ftabpc {
  display: flex !important;
}

.ftabmo {
  display: none !important;
}

.tabpc {
  display: block !important;
}

.tabmo {
  display: none !important;
}

@media screen and (max-width: 1344px) {
  .ftabpc {
    display: none !important;
  }
  .ftabmo {
    display: flex !important;
  }
  .tabpc {
    display: none !important;
  }
  .tabmo {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .main .content-wrap {
    background: #EBF5FF;
  }
  /* cont-head */
  .content-wrap .cont-head .head-util {
    flex-wrap: wrap;
    gap: 10px;
  }
  .content-wrap .cont-head .head-util .breadcrumb-wrap, .content-wrap .cont-head .head-util .language-area {
    width: 100%;
  }
  .content-wrap .cont-head .head-tit {
    font-size: 25px;
  }
  .content-wrap .cont-head .step-area {
    margin-bottom: 40px;
  }
  .content-wrap .cont-head .step-area .step-box {
    margin-top: 30px;
  }
  .content-wrap .cont-head .step-area i.step, .content-wrap .cont-head .step-area .step-tit {
    display: none !important;
  }
  .content-wrap .cont-head .step-area .step-wrap {
    height: 100%;
    align-items: center;
    width: auto !important;
    min-width: auto !important;
    max-width: auto !important;
  }
  .content-wrap .cont-head .step-area .step-wrap.step-type2 li {
    min-width: 50px;
  }
  .content-wrap .cont-head .step-area li:last-child:before {
    display: block;
  }
  .content-wrap .cont-head .step-area li:first-child::before {
    display: none;
  }
  .content-wrap .cont-head .step-area li:after {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .mo {
    display: block !important;
  }
  .fmo {
    display: flex !important;
  }
  .fpc {
    display: none !important;
  }
  /* 여백 20 */
  /* 여백 15 */
}
@media screen and (max-width: 480px) {
  .head-tit .txt {
    font-size: 17px;
    font-weight: 400;
  }
  .content-wrap .cont-head .step-area {
    margin-bottom: 20px;
  }
  .content-wrap .cont-head .step-area .tit-box .tit {
    font-size: 21px;
    line-height: 150%;
    margin-top: 15px;
  }
  .content-wrap .cont-body .cont-advice .accordion-btn, .content-wrap .cont-body .cont-advice .accordion-body {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 390px) {
  .content-wrap .cont-head .step-area {
    display: block;
  }
  .content-wrap .cont-head .step-area .step-wrap {
    margin-left: -34px;
  }
  .content-wrap .cont-head .step-area .step-box {
    margin-top: 15px;
  }
  .content-wrap .cont-head .step-area .tit-box .tit {
    margin-top: 10px;
    padding-right: 0;
  }
  .content-wrap .cont-body .cont-advice .accordion-btn {
    padding: 16px;
  }
  .content-wrap .cont-head .step-area .tit-box {
    padding-right: 0;
  }
}
/* ==========================================================================
   LAYOUT: Footer   
   ========================================================================== */
.footer-quick-pop {
  box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.16);
}

.footer-quick-pop strong.title {
  padding: 10px 0 32px 0;
  display: block;
}

.footer-quick-pop a.title {
  border-radius: 4px;
  background-color: #F4F5F6;
  display: block;
  padding: 12px;
  color: #1D1D1D;
  font-weight: 700;
  font-size: 16px;
}

.footer-quick-pop a.txt {
  font-size: 15px;
  position: relative;
  padding: 12px 4px 12px 20px;
  display: block;
}

.footer-quick-pop a.txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  left: 8px;
  width: 4px;
  height: 4px;
  background-color: #2D2D2D;
  border-radius: 50%;
}

.footer-quick-pop [class*=dep] {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-quick-pop .dep2 {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.footer-quick-pop .col6 {
  width: calc(16.6666% - 14px);
}

.footer-quick-pop .col4 {
  width: calc(25% - 12px);
}

.footer-quick-pop .close-btn {
  position: absolute;
  top: 24px;
  right: 32px;
  background-color: rgba(0, 0, 0, 0);
  font-size: 0;
}

#footer {
  margin-top: 80px;
  background-color: #f0f0f0;
  border-top: 1px solid #d8d8d8;
}

#footer .foot-quick {
  background-color: #fff;
}

#footer .foot-quick .inner {
  max-width: 1280px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

#footer .foot-quick button:not(.close-btn) {
  background-color: #fff;
  max-width: 319px;
  width: 319px;
  height: 54px;
  padding: 0 24px;
  border-left: 1px solid #d8d8d8;
  text-align: left;
  position: relative;
}

#footer .foot-quick button:not(.close-btn):before {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  right: 24px;
  width: 20px;
  height: 20px;
  background-image: url("../assets/icons/plus.svg");
  transition: all 0.5s;
}

#footer .foot-quick button:not(.close-btn):last-child {
  border-right: 1px solid #d8d8d8;
}

#footer .inner {
  max-width: 1312px;
  margin: 0 auto;
}

#footer .f-box {
  display: flex;
  flex-direction: column;
  padding: 40px 16px;
}

#footer .f-top {
  display: flex;
}

#footer .f-box .f-logo {
  width: 145px;
  height: 48px;
  display: block;
  background-image: url("../assets/icons/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

#footer .f-box .f-cnt {
  flex: 1;
  padding-left: 72px; /*padding-right: 70px;*/
  display: flex;
  justify-content: space-between;
}

#footer .f-box .f-cnt .info-cs {
  margin-top: 4px;
}

#footer .f-box .f-cnt .info-cs li {
  margin-top: 16px;
}

#footer .f-box .f-cnt .info-addr {
  line-height: 150%;
}

#footer .f-box .link-go {
  display: flex;
  flex-direction: column;
  margin-top: -16px;
}

#footer .f-box .link-go a {
  display: flex;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  position: relative;
  align-items: center;
  height: 24px;
  margin-top: 16px;
}

#footer .f-box .link-go a .right {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("../assets/icons/btn-arrow-right.svg");
  margin-left: 4px;
  transition: all 0.5s;
}

#footer .f-box .link-sns {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

#footer .f-box .link-sns a {
  width: 40px;
  height: 40px;
  display: flex;
  transition: all 0.5s;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
}

#footer .f-box .link-sns .instagram {
  background-image: url("../assets/icons/Instagram.svg");
}

#footer .f-box .link-sns .youtube {
  background-image: url("../assets/icons/youtube.svg");
}

#footer .f-box .link-sns .twitter {
  background-image: url("../assets/icons/twitter.svg");
}

#footer .f-box .link-sns .facebook {
  background-image: url("../assets/icons/facebook.svg");
}

#footer .f-box .link-sns .blog {
  background-image: url("../assets/icons/blog.svg");
}

#footer .f-box .f-btm {
  margin-top: 25px;
  border-top: 1px solid #D8D8D8;
  width: 100%;
}

#footer .f-box .f-btm .f-btm-text {
  padding: 22px 2px 0 2px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

#footer .f-box .f-btm .f-menu {
  margin-left: -24px;
}

#footer .f-box .f-btm .f-menu a {
  margin-left: 24px;
}

#footer .f-box .f-btm .f-menu a.point {
  color: #003675;
  font-weight: 700;
}

#footer .f-box .f-copy {
  font-size: 15px;
  color: #555;
}

#footer .consult-wrap {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

#footer .consult-wrap li a {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  flex-direction: column;
}

#footer .consult-wrap li a:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#footer .consult-wrap li.consult1 a:before {
  background-image: url("../assets/icons/b02.png");
  background-size: 140%;
  background-position: center;
}

#footer .consult-wrap li.consult2 a:before {
  background-image: url("../assets/icons/consult2.svg");
}

#footer .consult-wrap li.consult3 a:before {
  background-image: url("../assets/icons/consult3.svg");
}

#footer .consult-wrap li a span {
  display: inline-flex;
  width: 100%;
  font-size: 15px;
  justify-content: center;
  white-space: nowrap;
  margin-top: 15px;
}

@media screen and (max-width: 1023px) {
  #footer .f-box .f-cnt {
    padding: 0;
  }
  #footer .f-box .f-cnt .info-addr, #footer .f-box .f-cnt .info-cs strong {
    font-size: 16px;
  }
  #footer .f-box .link-go a {
    font-size: 16px;
  }
  #footer .f-box .f-btm .f-menu a {
    font-size: 16px;
    display: inline-block;
    margin: 5px 20px 5px 0;
  }
  #footer .f-box .f-info {
    padding-right: 30px;
    padding-left: 30px;
  }
  #footer .f-box .f-cnt .info-addr {
    line-height: 20px;
  }
  #footer .f-box .f-btm .f-menu {
    margin-left: 0;
    margin-top: -5px;
  }
  #footer .f-box .f-copy {
    font-size: 14px;
  }
  #footer .foot-quick button {
    font-size: 16px;
  }
  .footer-quick-pop .dep1 > li {
    width: calc(33.3333% - 11px);
  }
}
@media screen and (min-width: 1024px) {
  #customs, #homepage {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 0;
    position: sticky;
  }
  .footer-quick-pop {
    top: auto;
    bottom: 260px;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    max-width: 1280px;
    height: auto;
    max-height: 1040px;
    z-index: 9999;
    padding: 24px 0 24px 24px;
  }
  .footer-quick-pop .modal-body {
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  #footer .f-top {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  #footer .f-box .f-info {
    padding-left: 0;
  }
  #footer .f-box .f-btm .f-menu a {
    margin: 5px 15px 5px 0;
  }
  #footer .f-box .f-cnt .info-addr, #footer .f-box .f-cnt .info-cs strong {
    font-size: 16px;
  }
  #footer .f-box .link-go a, #footer .f-box .f-btm .f-menu a {
    font-size: 16px;
  }
  .footer-quick-pop .dep1 > li {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 480px) {
  #footer {
    margin-top: 64px;
  }
  #footer .f-box {
    padding: 32px 16px;
  }
  #footer .f-box .f-logo {
    display: block; /*width: 97px;height: 32px;*/
  }
  #footer .foot-quick .inner {
    flex-wrap: wrap;
    width: 100%;
  }
  #footer .foot-quick button:not(.close-btn) {
    width: 100%;
    max-width: 100%;
    border: 1px solid #d8d8d8;
    border-top: 0;
  }
  #footer .f-top {
    gap: 0;
  }
  #footer .f-box .f-cnt {
    flex-direction: column;
  }
  #footer .f-box .f-cnt .f-info {
    padding-right: 0;
  }
  #footer .f-box .f-info {
    margin-top: 28px;
  }
  #footer .f-box .f-cnt .info-cs {
    margin-top: 25px;
  }
  #footer .f-box .f-cnt .info-cs li:last-child {
    margin-top: 13px;
  }
  #footer .f-box .link-go {
    flex-direction: row;
    margin: 31px 0 0 0;
    gap: 16px;
  }
  #footer .f-box .link-go a {
    height: auto;
    margin-top: 0;
  }
  #footer .f-box .link-go a .right {
    width: 12px;
    height: 12px;
    background-size: contain;
    margin-top: -2px;
  }
  #footer .f-box .link-sns {
    margin-top: 28px;
    justify-content: flex-start;
  }
  #footer .f-box .f-btm {
    margin-top: 28px;
  }
  #footer .f-box .f-btm .f-btm-text {
    padding: 24px 2px 0 2px;
    flex-direction: column;
  }
  #footer .f-box .f-btm .f-menu a {
    margin: 8px 15px 8px 0;
  }
  #footer .f-box .f-copy {
    font-size: 15px;
  }
  #footer .f-box .f-cnt .info-addr, #footer .f-box .f-cnt .info-cs strong {
    font-size: 15px;
  }
  #footer .f-box .link-go a, #footer .f-box .f-btm .f-menu a {
    font-size: 15px;
  }
  #footer .consult-wrap {
    justify-content: flex-start;
  }
  .footer-quick-pop .dep1 > li {
    width: 100%;
  }
}
/* ==========================================================================
   LAYOUT: Header   
   ========================================================================== */
/* skip */
#skip-link {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 99999;
}

#skip-link a {
  position: absolute;
  top: -50px;
  width: 100%;
  font-size: 0;
}

#skip-link a:active,
#skip-link a:focus {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  height: 34px;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #272d34;
}

/* 이 누리집은 관세청 누리집입니다. */
#masthead {
  position: relative;
  background-color: #EDF1F5;
  z-index: 8;
  /* padding: 8px 16px;/ */
}
#masthead .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px 0;
}
#masthead .toggle-wrap {
  max-width: 1280px; /*height: 32px;*/
  display: flex;
  align-items: center;
  margin: 0 auto;
}

#masthead .nuri-txt {
  font-size: 15px;
  position: relative;
  gap: 7px;
  display: flex;
  align-items: center;
}

#masthead .nuri-txt::before {
  content: "";
  display: block;
  background-image: url("../assets/icons/medium.svg");
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 16px;
  min-height: 16px;
}

/* header */
#header {
  position: sticky;
  top: 0;
  z-index: 11;
  width: 100%;
  background-color: #fff;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#header .header-container {
  border-bottom: 1px solid #d8d8d8;
  padding: 0 16px;
}


#header .header-container .inner {
  max-width: 1280px;
  margin: 0 auto;
  height: 80px;
  display: flex;
  align-items: center;
}

#header .header-branding {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header .logo {
  width: 145px;
  height: 47px;
}

#header .logo a {
  background-image: url("../assets/icons/logo.svg");
  display: flex;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

#header .header-actions {
  display: flex;
  align-items: center;
  height: 28px;
  gap: 2px;
}

#header .header-actions .language-area {
  width: auto;
  display: flex;
  justify-content: flex-end;
  margin-left: 20px;
}

#header .header-actions.mobile-top-area {
  display: none;
}

#header .header-actions .name-box {
  display: flex;
  gap: 36px;
  margin-right: 15px;
  margin-left: 12px;
  line-height: 1;
  height: 100%;
  align-items: center;
}

#header .header-actions .name-box .name {
  line-height: 20px;
  margin-right: -25px;
}

#header .header-actions .name-box .inform,
#header .header-actions .name-box .time {
  height: 20px;
  display: flex;
  align-items: center;
  padding: 0 7px;
  border-radius: 30px;
  font-size: 15px;
  position: relative;
  line-height: 0;
  min-width: 52px;
  justify-content: center;
}

#header .header-actions .name-box .inform:before,
#header .header-actions .name-box .time:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -24px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

#header .header-actions .name-box .inform {
  background-color: #246beb;
  color: #fff;
}

#header .header-actions .name-box a:has(.inform) {
  padding-left: 25px;
}

#header .header-actions .name-box .time {
  background-color: #cdd1d5;
}

#header .header-actions .btn-navi {
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* margin-left/: 2px; */
  border: 0;
  font-weight: 700;
  padding: 0 8px 0 32px;
  height: 100%;
  white-space: nowrap;
}

#header .header-actions .btn-navi:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  min-width: 20px;
  min-height: 20px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
}

#header .header-actions .btn-navi.popup.active,
#header .header-actions .btn-navi:hover {
  background-color: #cdd7e4;
  border-radius: 4px;
}

#header .header-actions .btn-navi.mobile-all-menu {
  display: none;
}

#header .header-actions .sch:before {
  background-image: url("../assets/icons/search.svg");
}

#header .header-actions .join:before {
  background-image: url("../assets/icons/join.svg");
}

#header .header-actions .login:before {
  background-image: url("../assets/icons/login.svg");
}

#header .header-actions .loginout:before {
  background-image: url("../assets/icons/logout.svg");
}

#header .header-actions .popup:before {
  background-image: url("../assets/icons/vector.svg");
}
#header .header-actions .popup.new:before {
  background-image: url("../assets/icons/vector-on.svg");
}

#header .header-actions .inform:before {
  background-image: url("../assets/icons/inform.svg");
}

#header .header-actions .time:before {
  background-image: url("../assets/icons/time.svg");
}

#header .header-actions .mobile-all-menu:before {
  background-image: url("../assets/icons/menu.svg");
}

/* 로그인전 */
#wrap.login #header .header-container .name-box {
  display: none;
}

#wrap.login #header .header-container .btn-navi.loginout {
  display: none;
}

#wrap.login #header .header-container .btn-navi.login {
  display: flex;
}

#wrap.login #header .header-container .modal {
  left: -779px;
}

#wrap.login .mobile-top-login {
  display: block;
}

#wrap.login .mobile-top-logout {
  display: none;
}

/* 로그인후 */
#wrap.logout #header .header-container .name-box {
  display: flex;
}

#wrap.logout #header .header-container .btn-navi.loginout {
  display: flex;
}

#wrap.logout #header .header-container .btn-navi.login {
  display: none;
}

#wrap.logout #header .header-container .modal {
  left: -200px;
}

#wrap.logout .mobile-top-logout {
  display: block;
}

#wrap.logout .mobile-top-login {
  display: none;
}

/* 알림 팝업 */
#header .header-actions .popup-box {
  position: relative;
  height: 100%;
}

#header .header-actions .popup-box .btn-navi.popup.active::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 10px);
  left: 40%;
  width: 12px;
  height: 12px;
  border: 1px solid #e4e4e4;
  border-right: 0;
  border-top: 0;
  transform: rotate(135deg);
  background-color: #fff;
  z-index: 5;
}

#header .header-actions .popup-box .btn-navi.popup.active + .modal {
  display: block !important;
}

#header .header-actions .popup-box .modal {
  position: absolute;
  top: calc(100% + 16px);
  z-index: 1;
  width: 859px;
  border-radius: 11px;
  background-color: rgba(0, 0, 0, 0);
}

#header .header-actions .popup-box .modal .modal-dialog {
  overflow: hidden;
  border-radius: 11px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  box-shadow: 8px 8px 24px 0 rgba(0, 0, 0, 0.08);
}

#header .header-actions .popup-box .modal .modal-dialog .modal-header {
  padding: 16px 24px;
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 0;
}

#header .header-actions .popup-box .modal .modal-title {
  font-size: 19px;
}

#header .header-actions .popup-box .modal .close-modal {
  position: absolute;
  top: 7px;
  right: 24px;
  width: 20px;
  padding: 0;
  background-image: url("../assets/icons/close.svg");
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}

#header .header-actions .popup-box .modal .pop-content-wrap {
  display: flex;
}

#header .header-actions .popup-box .modal .menu-list {
  position: relative;
  width: 312px;
  min-width: 312px;
  overflow-y: auto;
  height: 324px;
  padding: 16px 24px;
}

#header .header-actions .popup-box .modal .menu-list a {
  display: block;
  color: #060606;
  padding: 16px;
}

#header .header-actions .popup-box .modal .menu-list li.active a {
  background-color: #cdd7e4;
  border-radius: 6px;
  color: #16408d;
  font-weight: 700;
  padding-bottom: 16px !important;
}

#header .header-actions .popup-box .modal .menu-list li:last-child a {
  padding-bottom: 0;
}

#header .header-actions .popup-box .modal .contents {
  width: calc(100% - 312px);
  padding: 16px 24px 0 24px;
  background-color: #f4f5f6;
  height: 350px;
  display: flex;
  flex-direction: column;
}

#header .header-actions .popup-box .modal .contents .box {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  overflow-y: auto;
  flex: 1;
}

#header .header-actions .popup-box .modal .popup-btn-area {
  display: flex;
  align-items: flex-end;
}

#header .header-actions .popup-box .modal .popup-btn-area .form-check {
  width: 312px;
  min-width: 312px;
  padding-left: 24px;
  padding-bottom: 24px;
}

#header .header-actions .popup-box .modal .popup-btn-area .form-check label {
  display: inline-block;
}

#header .header-actions .popup-box .modal .popup-btn-area .madal-btn-area {
  flex: 1;
  background-color: #f4f5f6;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
}

#header .header-actions .popup-box .modal .popup-btn-area .madal-btn-area .btn-area {
  display: flex;
  justify-content: flex-end;
}

#header .header-actions .popup-box #ppupCtenCn {
  padding: 10px;
}

#header .header-actions .popup-box #ppupCtenCn img {
  width: 100%;
}

#header .header-actions .popup-box #popUpAttc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#header .header-actions .popup-box #popUpAttc > div {
  display: block;
  margin-top: 15px;
  width: calc(50% - 15px);
}

#header .header-actions .popup-box #popUpAttc > div a {
  position: relative;
  padding-left: 25px;
}

#header .header-actions .popup-box #popUpAttc > div a i.file {
  position: absolute;
  top: 0;
  left: 0;
}

/* 통합검색 */
.wrap-in-sch {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EDF1F5;
  z-index: 888;
  overflow-y: auto;
}

.wrap-in-sch .in-sch-box {
  max-width: 1079px;
  margin: 160px auto 0;
  padding: 0 217px 0 16px;
  position: static;
  transform: translate(0, 0);
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  width: auto;
  min-width: auto;
  max-height: 100%;
  height: auto;
}

.wrap-in-sch .in-sch-box .modal-body {
  max-height: 100%;
  height: auto;
  overflow: visible;
  padding-right: 0;
}

.wrap-in-sch .in-sch-box .sch-close {
  position: absolute;
  top: 0;
  right: -257px;
  font-size: 0;
  padding: 0;
}

.wrap-in-sch .in-sch-box .tit {
  font-size: 32px;
}

.wrap-in-sch .in-sch-box .sch-box {
  height: 80px;
  border-radius: 8px;
  border: 1px solid #58616A;
  background-color: #FFF;
  position: relative;
  margin: 32px 0 40px 0;
}

.wrap-in-sch .in-sch-box .sch-box input[type=text] {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  font-size: 25px;
  font-weight: 700;
  padding: 0 80px 0 16px;
  border-radius: 7px;
}

.wrap-in-sch .in-sch-box .sch-box button.sch,
.wrap-in-sch .in-sch-box .sch-box button.sch-delete {
  position: absolute;
  top: 50%;
  right: 16px;
  background-color: rgba(0, 0, 0, 0);
  width: 40px;
  height: 40px;
  padding: 0;
  transform: translateY(-50%);
}

.wrap-in-sch .in-sch-box .sch-box button.sch.sch-delete,
.wrap-in-sch .in-sch-box .sch-box button.sch-delete.sch-delete {
  width: 32px;
  height: 32px;
  right: 61px;
  display: none;
}

.wrap-in-sch .in-sch-box .sch-box button.sch i,
.wrap-in-sch .in-sch-box .sch-box button.sch-delete i {
  font-size: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}

.wrap-in-sch .in-sch-box .popular-sch-box {
  border-top: 1px solid #CDD7E4;
  padding: 40px 24px 40px 24px;
}

.wrap-in-sch .in-sch-box .popular-sch-box .tit {
  font-size: 21px;
}

.wrap-in-sch .in-sch-box .popular-sch-box ul {
  margin-top: 16px;
}

.wrap-in-sch .in-sch-box .popular-sch-box ul li {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}

.wrap-in-sch .in-sch-box .popular-sch-box ul li .popular-txt {
  display: flex;
  align-items: center;
  padding-right: 10px;
}

.wrap-in-sch .in-sch-box .popular-sch-box ul li .popular-txt em {
  margin-right: 8px;
  display: inline-block;
  font-style: normal;
  width: 20px;
}

.wrap-in-sch .in-sch-box .popular-sch-box ul li .popular-num {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.wrap-in-sch .in-sch-box .popular-sch-box ul li .popular-num.rise {
  color: #E71825;
}

.wrap-in-sch .in-sch-box .popular-sch-box ul li .popular-num.decrease {
  color: #246BEB;
}

.wrap-in-sch .in-sch-box .popular-sch-box ul li .popular-num:not(.rise):not(.decrease) {
  min-width: 26px;
  justify-content: center;
}

.wrap-in-sch .in-sch-box .popular-sch-box ul li .popular-num i {
  font-size: 0;
}

.wrap-in-sch .in-sch-box .popular-sch-box ul li a:hover span,
.wrap-in-sch .in-sch-box .popular-sch-box ul li a:hover em {
  font-weight: 700;
}

.wrap-in-sch .btn-close {
  right: 16px;
  top: 0;
  width: 40px;
  height: 40px;
}

.wrap-in-sch .btn-close i {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  #wrap.login .popup-box .modal {
    left: -579px !important;
  }
  #header .header-actions .btn-navi {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  /* header */
  #header .logo {
    width: 120px;
  }
  #header .logo a {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #header .header-actions {
    height: 48px;
  }
  #header .header-actions .popup-box {
    display: flex;
    align-items: center;
  }
  #header .header-actions .btn-navi { /*margin-left: 8px;*/
    text-align: center;
    font-size: 15px;
    padding: 5px;
    flex-direction: column;
    gap: 8px;
  }
  #header .header-actions .btn-navi:before {
    transform: translateX(0);
    position: static;
  }
  #header .header-container .inner {
    height: 64px;
  }
  #header .header-actions .btn-navi.join {
    display: none;
  }
  #header .header-actions .btn-navi.mobile-all-menu {
    display: flex;
  }
  /* 모바일 메뉴 상단 */
  #header .mobile-top-area {
    display: block;
    padding: 20px;
    border: 1px solid #fff;
    align-items: flex-end;
    border-bottom: 1px solid #D8D8D8;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
  }
  #header .mobile-top-area .login {
    margin-left: 0;
    padding: 10px 0 10px 32px;
    width: auto;
    height: auto;
    line-height: 1;
    text-align: left;
    margin-top: 32px;
  }
  #header .mobile-top-area .login::before {
    top: 8px !important;
  }
  #header .mobile-top-area .btn-navi:before {
    left: 5px;
    top: 0;
    transform: translateX(0);
  }
  #header .mobile-top-area .login-area {
    display: flex;
    padding-left: 23px;
    margin-top: 21px;
    gap: 35px;
  }
  #header .mobile-top-area .name-box {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    margin: 0;
  }
  #header .mobile-top-area .name-box .name {
    width: 100%;
  }
  #header .mobile-top-area .name-box .name * {
    font-size: 19px;
  }
  #header .mobile-top-area .name-box .inform,
  #header .mobile-top-area .name-box .time {
    line-height: 1px;
  }
  #header .mobile-top-area .name-box .inform {
    margin-left: 23px;
  }
  #header .mobile-top-area .name-box a:has(.inform) {
    padding-left: 0;
  }
  #header .mobile-top-area .name-box .time {
    margin-left: 15px;
  }
  #header .header-actions .language-area {
    display: none;
  }
  #header .mobile-top-area .language-area {
    display: block;
  }
  #header .header-actions.mobile-top-area {
    background-color: #fff;
  }
  /* 로그인전 */
  #wrap.login .mobile-top-area {
    height: 125px;
    display: flex;
  }
  #wrap.login .mobile-top-area .name-box {
    display: none;
  }
  #header .mobile-top-login {
    width: 100%;
  }
  #header .mobile-top-login .language-area {
    margin-bottom: 21px !important;
  }
  #header .mobile-top-login .login-box a {
    padding: 5px;
    margin-top: 0;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    font-size: 17px;
  }
  #header .mobile-top-area .language-area {
    margin-left: 0;
    margin-bottom: 21px;
  }
  /* 로그인후 */
  #wrap.logout .header-container .name-box {
    display: none !important;
  }
  #wrap.logout .mobile-top-area {
    height: 168px;
    display: flex;
  }
  #wrap.logout .login-work {
    display: none;
  }
  #wrap.logout #header .mobile-top-area .language-area {
    margin-bottom: 26px;
  }
  #masthead .nuri-txt {
    font-size: 14px;
  }
  /* 알림 팝업 */
  #header .header-actions .popup-box {
    position: static;
  }
  #header .header-actions .popup-box .btn-navi.popup.active::after {
    left: 34%;
    top: 65px;
  }
  #header .header-actions .popup-box .modal {
    width: 95%;
    top: 79px;
    left: 50% !important;
    height: auto;
    transform: translateX(-50%);
  }
  /* 영문 */
  html[lang=en] #wrap .mobile-top-area {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  #header .header-actions .btn-navi {
    font-size: 13px;
  }
  /* 알림 팝업 */
  #header .header-actions .popup-box .modal .pop-content-wrap {
    flex-direction: column;
    height: auto;
  }
  #header .header-actions .popup-box .modal .menu-list {
    width: 100%;
    min-width: 100%;
    max-height: 140px;
    padding: 16px 16px 30px 16px;
  }
  #header .header-actions .popup-box .modal .contents {
    width: 100%;
    padding: 16px 16px 0 16px;
  }
  #header .header-actions .popup-box .modal .popup-btn-area {
    background-color: #f4f5f6;
    align-items: center;
  }
  #header .header-actions .popup-box .modal .popup-btn-area .madal-btn-area {
    padding: 16px;
  }
  #header .header-actions .popup-box .modal .popup-btn-area .madal-btn-area .align {
    justify-content: flex-end;
  }
  #header .header-actions .popup-box .modal .popup-btn-area .madal-btn-area .align button {
    width: auto;
  }
  #header .header-actions .popup-box .modal .popup-btn-area .form-check {
    padding-bottom: 0;
    width: auto;
    min-width: auto;
    padding-left: 16px;
  }
  #header .header-actions .popup-box .modal .modal-dialog .modal-header {
    padding: 16px;
  }
  #header .header-actions .popup-box .modal .close-modal {
    right: 16px;
  }
  /* 통합검색 */
  .wrap-in-sch .in-sch-box {
    padding: 0 16px 0 16px;
  }
  .wrap-in-sch .btn-close {
    top: -50px;
  }
}
@media screen and (max-width: 480px) {
  #masthead .nuri-txt {
    font-size: 13px;
  }
  /* header */
  #header .header-actions:not(.mobile-top-area) {
    padding-left: 3px;
  }
  #header .header-actions .btn-navi {
    margin-left: 0;
  }
  #header .header-actions .btn-navi:before {
    width: 16px;
    height: 16px;
  }
  #header .header-actions .btn-navi {
    padding: 3px;
  }
  /* 알림팝업 */
  #header .header-actions .popup-box #popUpAttc > div {
    width: 100%;
  }
  #header .header-actions .popup-box #popUpAttc > div:nth-child(2n) {
    padding-left: 0;
  }
  #header .header-actions .popup-box .modal .popup-btn-area {
    flex-wrap: wrap;
    padding-top: 20px;
    gap: 16px;
  }
  #header .header-actions .popup-box:has(.btn-navi.popup.active)::before {
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  #header .header-actions .popup-box .modal {
    outline-offset: -0.4rem;
    outline: 0.2rem solid rgba(0, 0, 0, 0.7);
    transition: none;
    top: -20px;
  }
  #header .header-actions .popup-box .btn-navi.popup.active::after {
    display: none;
  }
  #header .header-actions .popup-box .modal .modal-dialog .modal-header {
    border-bottom: 0;
    padding-top: 19px;
  }
  #header .header-actions .popup-box .modal .modal-dialog .modal-header::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 97%;
    height: 1px;
    transform: translateX(-50%);
    background-color: #E4E4E4;
  }
  #header .header-actions .popup-box .modal .close-modal {
    top: 9px;
  }
  #header .header-actions .popup-box .modal .menu-list {
    margin-left: -16px;
    padding-left: 33px;
    padding-right: 0;
  }
  #header .header-actions .popup-box .modal .contents {
    height: 250px;
  }
  #header .header-actions .popup-box .modal .popup-btn-area .madal-btn-area {
    padding: 0 16px 16px 16px;
  }
  /* 통합검색 */
  .wrap-in-sch .in-sch-box {
    margin-top: 80px;
  }
  .wrap-in-sch .in-sch-box .tit {
    font-size: 25px;
  }
  .wrap-in-sch .in-sch-box .popular-sch-box {
    padding: 40px 0px 20px 0px;
  }
  .wrap-in-sch .in-sch-box .popular-sch-box .tit {
    font-size: 19px;
  }
  .wrap-in-sch .in-sch-box .sch-box {
    height: 64px;
  }
  .wrap-in-sch .in-sch-box .sch-box input[type=text] {
    font-size: 21px;
  }
  .wrap-in-sch .in-sch-box .sch-box button.sch {
    width: 32px;
    height: 32px;
  }
  .wrap-in-sch .in-sch-box .sch-box button.sch-delete {
    width: 24px !important;
    height: 24px !important;
    right: 53px !important;
  }
  .wrap-in-sch .btn-close {
    width: 24px;
    height: 24px;
    top: -64px;
  }
}
@media screen and (max-width: 390px) {
  #header .main-menu {
    width: 100% !important;
  }
}
/* ==========================================================================
   LAYOUT: Main   
   ========================================================================== */
#wrap.main #footer {
  margin-top: 0px;
}

#wrap.main .cont-head {
  display: none;
}

#wrap.login .login-box.logout, #wrap.logout .login-box.login {
  display: none;
}

.main i {
  font-style: normal;
}

.main .box1 {
  position: relative;
  z-index: 2;
  padding: 46px 0 64px 0;
}

.main .box1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -10000px;
  width: 100000px;
  height: 100%;
  background-color: #EBF5FF;
  z-index: -1;
}

.main-pc {
  display: block;
}

.main-mo {
  display: none;
}

/* 메인 제목 텍스트 */
.main .box1 .tit-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .box1 .tit-box .tit {
  font-size: 40px;
  color: #003675;
  line-height: 150%; /*width:100%;*/
  padding-right: 24px; /*white-space: nowrap;*/
}

.main .box1 .tit-box .unipass-go {
  height: 48px;
  background-color: #16408D;
  border-radius: 8px;
  padding: 0 40px 0 16px;
  color: #fff;
  position: relative;
  white-space: nowrap;
}

.main .box1 .tit-box .unipass-go::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 16px;
  width: 16px;
  height: 100%;
  background-image: url("../assets/icons/btn-arrow-right-f.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.main .box1 .cont-box {
  margin-top: 27px;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

/* 메인 모바일 리스트 */
.main .box1 .cont-box .wrap-mobile-list {
  display: none;
  width: 100%;
}

.main .box1 .cont-box .wrap-mobile-list ul {
  display: flex;
  width: 100%;
  gap: 12px;
  flex-wrap: wrap;
}

.main .box1 .cont-box .wrap-mobile-list ul li {
  width: calc(50% - 6px);
}

.main .box1 .cont-box .wrap-mobile-list ul li a {
  display: flex;
  align-items: center;
  width: 100%; /*height: 100%;*/
  height: 80px; /*padding: 20px;*/
  padding: 0 20px;
  border-radius: 8px;
  border: 1px solid #8FC8FF;
  background-color: #fff;
  font-size: 15px;
  font-weight: 700;
  position: relative; /*text-overflow: ellipsis;white-space: nowrap;overflow: hidden;*/
  line-height: 150%;
  justify-content: center;
  text-align: center;
}

.main .box1 .cont-box .wrap-mobile-list .more {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.main .box1 .cont-box .wrap-mobile-list .more button {
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
}

.main .box1 .cont-box .wrap-mobile-list .more button:before {
  content: "";
  width: 20px;
  height: 20px;
}

.main .box1 .cont-box .wrap-mobile-list .more button.open:before {
  background-image: url("../assets/icons/plus.svg");
}

.main .box1 .cont-box .wrap-mobile-list .more button.close:before {
  background-image: url("../assets/icons/minus.svg");
}

.main .box1 .cont-box .wrap-mobile-list ul li {
  display: block;
}

.main .box1 .cont-box .wrap-mobile-list.active ul li:nth-child(n+7) {
  display: none;
}

/* 메인 pc 리스트 슬라이드 */
.main .box1 .cont-box .wrap-slide-box {
  height: 387px;
  flex: 1;
  min-width: 300px;
  width: 500px;
  display: flex;
  gap: 12px;
  padding-top: 25px;
}

.main .box1 .cont-box .wrap-slide-box .slide-box {
  height: 100%;
  min-width: 352px;
  width: 352px;
  padding: 20px 0 59px 0;

}
.main .box1 .cont-box .wrap-slide-box .slide-area1 {
  visibility: hidden;

}
.main .box1 .cont-box .wrap-slide-box .slide-box .swiper-wrapper {
  align-items: center !important;
}

.main .box1 .cont-box .wrap-slide-box .slide-box .swiper {
  height: 100%;
}

.main .box1 .cont-box .wrap-slide-box .slide-box a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 320px;
  width: 320px;
  border-radius: 8px;
  border: 1px solid #8FC8FF;
  background-color: #EBF5FF;

  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
}

.main .box1 .cont-box .wrap-slide-box .slide-box a p {
  padding: 10px 16px;
}

.main .box1 .cont-box .wrap-slide-box .slide-box a.on,
.main .box1 .cont-box .wrap-slide-box .slide-box a[title=선택됨],
.main .box1 .cont-box .wrap-slide-box .slide-box a.ov {
  border-radius: 12px;
  background: linear-gradient(0deg, #1D56BC 0%, #246BEB 100%);
  padding: 20px;
  min-width: 100%;
  width: 100%;
  /* box-shadow: 4px 4px 16px 0 rgba(29, 86, 188, 0.4); */
}

.main .box1 .cont-box .wrap-slide-box .slide-box a.on .kr-txt, .main .box1 .cont-box .wrap-slide-box .slide-box a[title=선택됨] .kr-txt, .main .box1 .cont-box .wrap-slide-box .slide-box a.ov .kr-txt {
  padding: 0;
  font-size: 19px;
  color: #FFF;
}

.main .box1 .cont-box .wrap-slide-box .slide-box a.on .kr-txt .en-txt, .main .box1 .cont-box .wrap-slide-box .slide-box a[title=선택됨] .kr-txt .en-txt, .main .box1 .cont-box .wrap-slide-box .slide-box a.ov .kr-txt .en-txt {
  color: #D3E1FB;
}

.main .box1 .cont-box .wrap-slide-box .slide-box a [class*=-txt] {
  line-height: 150%;
}

.main .box1 .cont-box .wrap-slide-box .slide-box a .en-txt {
  font-size: 15px;
  color: #555;
}

.main .box1 .cont-box .wrap-slide-box .slide-box .wrap-swiper-btn {
  position: static;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 26px 20px 0 20px;
}

.main .box1 .cont-box .wrap-slide-box .slide-box .wrap-swiper-btn button {
  background-color: #FFF;
}

.main .box1 .cont-box .wrap-slide-box .slide-box .wrap-swiper-btn button.swiper-button-next, .main .box1 .cont-box .wrap-slide-box .slide-box .wrap-swiper-btn button.swiper-button-prev {
  background-image: url("../assets/icons/btn-arrow-right.svg");
}

.main .box1 .cont-box .wrap-slide-box .slide-box .wrap-swiper-btn button.swiper-stop {
  background-image: url("../assets/icons/stop-2.svg");
}

.main .box1 .cont-box .wrap-slide-box .slide-box .wrap-swiper-btn button.swiper-stop.on {
  background-image: url("../assets/icons/play-2.svg");
}

.main .box1 .cont-box .wrap-slide-box .slide-box .wrap-swiper-btn .swiper-pagination {
  height: 100%;
  transform: translate(0);
  margin-left: 10px;
}

.main .box1 .cont-box .wrap-slide-box .slide-box .wrap-swiper-btn .swiper-pagination.swiper-pagination-lock {
  display: none;
}

.main .box1 .cont-box .wrap-slide-box .slide-box .wrap-swiper-btn .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #8E8E8E;
}

.main .box1 .cont-box .wrap-slide-box .slide-box .wrap-swiper-btn .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  background-color: #246BEB;
  border-radius: 8px;
}

.main .box1 .cont-box .wrap-slide-box .slide-show-box {
  height: 100%;
  width: 495px;
  min-width: 300px;
  position: relative;
  margin-left: -20px;
}

.main .box1 .cont-box .wrap-slide-box .slide-show-box::before {
  content: "";
  display: block;
  position: absolute;
  top: -55px;
  left: -195px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(86, 172, 255, 0.5) 0%, rgba(86, 172, 255, 0) 100%);
  z-index: -1;
}

.main .box1 .cont-box .wrap-slide-box .slide-show-box .tab-cont {
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 48px 235px 32px 32px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 12px;
  box-shadow: 16px 16px 40px 0 rgba(86, 172, 255, 0.12);
  /* display: none; */
  visibility: hidden;
  display: flex;

}

.main .box1 .cont-box .wrap-slide-box .slide-show-box .tab-cont::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: 20px;
  width: 208px;
  height: 242px;
  background-size: cover;
  background-repeat: no-repeat;
}

.main .box1 .cont-box .wrap-slide-box .slide-show-box .tab-cont .tit-box {
  flex-direction: column;
  align-items: flex-start;
}

.main .box1 .cont-box .wrap-slide-box .slide-show-box .tab-cont .tit-box [class*=tit] {
  line-height: 150%;
}

.main .box1 .cont-box .wrap-slide-box .slide-show-box .tab-cont .tit-box .kr-tit {
  font-size: 25px;
}

.main .box1 .cont-box .wrap-slide-box .slide-show-box .tab-cont .tit-box .en-tit {
  font-size: 15px;
  color: #555;
  margin-top: 15px;
}

.main .box1 .cont-box .wrap-slide-box .slide-show-box .tab-cont .btn {
  border-radius: 8px;
  border: 2px solid #246BEB;
  padding: 5px 25px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  position: absolute;
  bottom: 32px;
  left: 32px;
  width: calc(100% - 63px);
  height: 74px;
}

.main .box1 .cont-box .wrap-slide-box .slide-show-box .tab-cont .btn [class*=-tit] {
  color: #1D56BC;
  padding-right: 30px;
  white-space: break-spaces;
  text-align: left;
}

.main .box1 .cont-box .wrap-slide-box .slide-show-box .tab-cont .btn .en-tit {
  font-size: 15px;
  margin-top: 10px;
}

.main .box1 .cont-box .wrap-slide-box .slide-show-box .tab-cont .btn i.icon {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  background-image: url("../assets/icons/btn-arrow-right-main.svg");
}

.main .box1 .cont-box .wrap-slide-box .slide-show-box .tab-cont.on {
  visibility: visible;
}

html[lang=en] .main .box1 .cont-box .wrap-slide-box .slide-show-box .tab-cont .tit-box .kr-tit {
  font-size: 20px;
}

html[lang=en] .main .box1 .cont-box .wrap-slide-box .slide-show-box .tab-cont {
  padding: 35px 203px 32px 32px;
}

/* 메인 리스트 슬라이드 이미지 1~20 */
.main .illust-people1::before {
  background-image: url("../assets/image/illust-people-img1.png");
}

.main .illust-people2::before {
  background-image: url("../assets/image/illust-people-img2.png");
}

.main .illust-people3::before {
  background-image: url("../assets/image/illust-people-img3.png");
}

.main .illust-people4::before {
  background-image: url("../assets/image/illust-people-img4.png");
}

.main .illust-people5::before {
  background-image: url("../assets/image/illust-people-img5.png");
}

.main .illust-people6::before {
  background-image: url("../assets/image/illust-people-img6.png");
}

.main .illust-people7::before {
  background-image: url("../assets/image/illust-people-img7.png");
}

.main .illust-people8::before {
  background-image: url("../assets/image/illust-people-img8.png");
}

.main .illust-people9::before {
  background-image: url("../assets/image/illust-people-img9.png");
}

.main .illust-people10::before {
  background-image: url("../assets/image/illust-people-img10.png");
}

.main .illust-people11::before {
  background-image: url("../assets/image/illust-people-img11.png");
}

.main .illust-people12::before {
  background-image: url("../assets/image/illust-people-img12.png");
}

.main .illust-people13::before {
  background-image: url("../assets/image/illust-people-img13.png");
}

.main .illust-people14::before {
  background-image: url("../assets/image/illust-people-img14.png");
}

.main .illust-people15::before {
  background-image: url("../assets/image/illust-people-img15.png");
}

.main .illust-people16::before {
  background-image: url("../assets/image/illust-people-img16.png");
}

.main .illust-people17::before {
  background-image: url("../assets/image/illust-people-img17.png");
}

.main .illust-people18::before {
  background-image: url("../assets/image/illust-people-img18.png");
}

.main .illust-people19::before {
  background-image: url("../assets/image/illust-people-img19.png");
}

.main .illust-people20::before {
  background-image: url("../assets/image/illust-people-img20.png");
}

/* 메인 사용자 정보 */
.main .box1 .cont-box .login-box {
  width: 31.3%;
  min-width: 350px;
  max-height: 490px;
  padding: 32px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 16px 16px 40px 0px rgba(86, 172, 255, 0.12);
  position: relative;
}

.main .box1 .cont-box .login-box .tit-box .tit {
  font-size: 21px;
  color: #1D1D1D;
}

.main .box1 .cont-box .login-box .tit-box .mypages {
  display: flex;
  align-items: center;
}

.main .box1 .cont-box .login-box .txt-box .txt {
  font-size: 19px;
  line-height: 150%;
  text-align: center;
  display: block;
  padding-top: 66px;
  position: relative;
  margin-top: 52px;
}

.main .box1 .cont-box .login-box .btn-box {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin-top: 51px;
}

.main .box1 .cont-box .login-box .btn-box button {
  width: 100%;
  border-radius: 8px;
  height: 48px;
  width: 100%;
}

/* 메인 사용자 정보 로그인 전 */
.main .box1 .cont-box .login-box.login {
  height: 362px;
  margin-top: 25px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 34px;
}

.main .box1 .cont-box .login-box.login .txt-box .txt {
  margin-top: 0;
  font-weight: 400;
  text-align: left;
  padding: 0 32px 0 93px;
  font-size: 19px;
}

.main .box1 .cont-box .login-box.login .txt-box .txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 32px;
  width: 47px;
  height: 47px;
  background-image: url("../assets/icons/");
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #CDD1D5;
}

.main .box1 .cont-box .login-box.login .txt-box .txt span {
  font-weight: 600;
  color: #1D56BC;
  font-size: 19px;
  white-space: nowrap;
}

.main .box1 .cont-box .login-box.login .btn-box {
  margin-top: 20px;
}

.main .box1 .cont-box .login-box.login .area1 .txt-box .txt::before {
  background-image: url("../assets/icons/login-sign.svg");
}

.main .box1 .cont-box .login-box.login .area2 .txt-box .txt::before {
  background-image: url("../assets/icons/login-user.svg");
}

/* 메인 사용자 정보 로그인 후 */
.main .box1 .cont-box .login-box.logout .txt-box {
  margin-top: 24px;
}

.main .box1 .cont-box .login-box.logout .txt-box .txt-area {
  padding: 24px;
  border-radius: 8px;
  background: #F4F5F6;
  position: relative;
  margin-bottom: 16px;
}

.main .box1 .cont-box .login-box.logout .txt-box .txt-area .tit-area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.main .box1 .cont-box .login-box.logout .txt-box .txt-area .tit-area .txt {
  font-size: 15px;
  color: #555;
  text-align: left;
}

.main .box1 .cont-box .login-box.logout .txt-box .txt-area a {
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 2px;
  display: none;
}

.main .box1 .cont-box .login-box.logout .txt-box .txt-area a strong {
  font-size: 25px;
  font-weight: 700;
  color: #246BEB;
  display: flex;
  margin-right: 8px;
}

.main .box1 .cont-box .login-box.logout .txt-box .txt-area .info-txt {
  margin-top: 9px;
}

.main .box1 .cont-box .login-box.logout .txt-box .txt-area p.info-txt {
  color: #555;
}

.main .box1 .cont-box .login-box.logout .txt-box .txt {
  padding-top: 0;
  margin-top: 0;
}

.main .box1 .cont-box .login-box.logout .txt-box .txt::before {
  display: none;
}

.main .box1 .cont-box .login-box.logout .txt-box .cust-list {
  margin-top: 20px;
}

.main .box1 .cont-box .login-box.logout .txt-box .cust-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .box1 .cont-box .login-box.logout .txt-box .cust-list li .info-box {
  display: flex;
  align-items: center;
}

.main .box1 .cont-box .login-box.logout .txt-box .cust-list li .info-box strong {
  font-size: 21px;
  position: relative;
  margin-right: 24px;
  color: #8e8e8e;
}

.main .box1 .cont-box .login-box.logout .txt-box .cust-list li .info-box:not(:has(button)) strong {
  margin-right: 0;
}

.main .box1 .cont-box .login-box.logout.danger-chtxt .txt-box .cust-list li .info-box .day::before,
.main .box1 .cont-box .login-box.logout.safety-chtxt .txt-box .cust-list li .info-box .day::before {
  content: "";
  display: block; /*position: absolute;*/
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
}

.main .box1 .cont-box .login-box.logout .txt-box .cust-list li.dotted-line-top {
  margin-top: 10px !important;
  padding-top: 10px !important;
}

.main .box1 .cont-box .login-box.logout .btn-box .plagiarism, .main .box1 .cont-box .login-box.logout .btn-box .detail {
  display: none;
}

.main .box1 .cont-box .login-box.logout .btn-box .plagiarism {
  border: 1px solid #eb003b;
  background-color: #feecf0;
  color: #eb003b;
}

.main .box1 .cont-box .login-box.logout[class*=-chtxt] .txt-box .cust-list li .info-box strong {
  color: #1D1D1D;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 5px;
}

.main .box1 .cont-box .login-box.logout[class*=-chtxt] .txt-box .txt-area a {
  display: flex;
}

.main .box1 .cont-box .login-box.logout[class*=-chtxt] p.info-txt {
  display: none;
}

.main .box1 .cont-box .login-box.logout[class*=-chtxt] .btn-box .plagiarism, .main .box1 .cont-box .login-box.logout[class*=-chtxt] .btn-box .detail {
  display: block;
}

.main .box1 .cont-box .login-box.logout[class*=-chtxt] .btn-box .apply {
  display: none;
}

.main .box1 .cont-box .login-box.logout.danger-chtxt .txt-box .cust-list li .info-box .day {
  color: #eb003b;
}

.main .box1 .cont-box .login-box.logout.safety-chtxt .txt-box .cust-list li .info-box .day {
  color: #246beb;
}

.main .box1 .cont-box .login-box.logout.danger-chtxt .txt-box .cust-list li .info-box .day::before { /*top: 0;right: -27px;*/
  background-image: url("../assets/icons/warning.svg");
}

.main .box1 .cont-box .login-box.logout.safety-chtxt .txt-box .cust-list li .info-box .day::before { /*top: 0;right: -27px;*/
  background-image: url("../assets/icons/check-circle1.svg");
}

.main .box1 .cont-box .login-box.logout .btn-box {
  margin-top: 24px;
}

.main .box1 .cont-box .login-box.logout .copy-txt {
  position: absolute;
  bottom: 5px;
  left: 24px;
  font-size: 15px;
  color: #555;
}

.main .box2 {
  padding: 48px 0;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: flex-start;
}

/* 메인 이미지 슬라이드 */
.main .box2 .wrap-slide-area {
  width: calc(50% - 12px);
  height: 325px;
  background: #eee;
  border-radius: 12px;
}

.main .box2 .slide-box {
  padding-top: 52%;
  position: relative;
}

.main .box2 .slide-box .swiper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

.main .box2 .slide-box .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}

.main .box2 .slide-box .swiper .swiper-wrapper .swiper-slide a {
  width: 100%;
  position: relative;
  display: block;
  height: 100%;
}

.main .box2 .slide-box .swiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
  display: block;
}

/* 메인 이미지 슬라이드(no image) */
.main .box2 .wrap-slide-area.no-image {
  background: url("../assets/image/no-image.png") no-repeat center/cover;
}

/* 메인 공지사항 */
.main .box2 .wrap-notice {
  width: calc(50% - 12px);
}

.main .box2 .wrap-notice .notice-box {
  height: 325px;
  border: 1px solid #E4E4E4;
  border-radius: 12px;
  background-color: #fff;
  padding: 32px;
  display: flex;
  gap: 8px;
  position: relative;
}

.main .box2 .wrap-notice .notice-box .area .box {
  display: none;
  position: absolute;
  top: 113px;
  left: 32px;
  width: calc(100% - 64px);
}

.main .box2 .wrap-notice .notice-box .area.on .box {
  display: block;
}

.main .box2 .wrap-notice .notice-box .area.on .tit {
  background-color: #003675;
  color: #fff;
  border-color: #003675;
}

.main .box2 .wrap-notice .notice-box .area .tit {
  border-radius: 6px;
  border: 1px solid #B4C4D6;
  padding: 16px;
  font-size: 19px;
  font-weight: 700;
  display: inline-block;
  color: #555;
}

.main .box2 .wrap-notice .notice-box .area .more {
  position: absolute;
  top: -61px;
  right: 0;
  display: flex;
  font-size: 15px;
  align-items: center;
  gap: 3px;
}

.main .box2 .wrap-notice .notice-box .area .more .plus {
  margin-top: -3px;
}

html[lang=en] .main .box2 .wrap-notice .notice-box .area .more .plus {
  margin-top: -2px;
}

.main .box2 .wrap-notice .notice-box .area .more span {
  font-size: 0;
}

.main .box2 .wrap-notice .notice-box .area .list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.main .box2 .wrap-notice .notice-box .area .list li a {
  display: flex;
  justify-content: space-between;
}

.main .box2 .wrap-notice .notice-box .area .list li a:hover .txt-atea {
  text-decoration: underline;
}

.main .box2 .wrap-notice .notice-box .area .list li a .txt-atea {
  display: flex;
  width: calc(100% - 120px);
}

.main .box2 .wrap-notice .notice-box .area .list li a .txt-atea .txt {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.main .box2 .wrap-notice .notice-box .area .list li a .data {
  min-width: 90px;
  width: 90px;
  font-size: 15px;
  color: #555;
  text-align: right;
}

.main .box2 .wrap-notice .notice-box .area .list li a .new {
  font-size: 0;
  min-width: 16px;
  height: 16px;
  background-image: url("../assets/icons/Badge-number.svg");
  background-size: contain;
  margin-left: 8px;
}

/* 슬라이드 공통 버튼 */
.main .slide-box .wrap-swiper-btn {
  gap: 4px;
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}

.main .slide-box .wrap-swiper-btn > * {
  position: static;
}

.main .slide-box .wrap-swiper-btn .swiper-pagination {
  display: inline-flex;
  width: auto;
  align-items: center;
  gap: 5px;
}

.main .slide-box .wrap-swiper-btn .swiper-pagination-fraction {
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.7);
  padding: 6px 12px;
  color: #fff;
}

.main .slide-box .wrap-swiper-btn .swiper-pagination-fraction .swiper-pagination-current {
  font-weight: 700;
  color: #FFF;
}

.main .slide-box .wrap-swiper-btn .swiper-pagination-fraction .swiper-pagination-total {
  font-weight: 400;
  color: #FFF;
}

.main .slide-box .wrap-swiper-btn button {
  width: 32px;
  height: 32px;
  font-size: 0;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.7);
  padding: 6px;
  margin-top: 0;
  background-repeat: no-repeat;
  background-position: center;
  display: block !important;
}

.main .slide-box .wrap-swiper-btn button:after {
  display: none;
}

.main .slide-box .wrap-swiper-btn button.swiper-stop {
  background-image: url("../assets/icons/stop-1.svg");
}

.main .slide-box .wrap-swiper-btn button.swiper-stop.on {
  background-image: url("../assets/icons/play-1.svg");
}

.main .slide-box .wrap-swiper-btn button.swiper-button-next {
  background-image: url("../assets/icons/btn-arrow-right-f.svg");
}

.main .slide-box .wrap-swiper-btn button.swiper-button-prev {
  background-image: url("../assets/icons/btn-arrow-right-f.svg");
  transform: rotate(180deg);
}

@media screen and (max-width: 1344px) {
  /* 메인 pc 버전 리스트 슬라이드 */
  #masthead .toggle-wrap {
    padding: 0 16px;
  }
  
  .main .box1 .cont-box .wrap-slide-box .slide-show-box .tab-cont {
    padding: 48px 180px 32px 32px;
  }
  .main .box1 .cont-box .wrap-slide-box .slide-show-box .tab-cont .tit-box .kr-tit {
    font-size: 21px;
  }
  .main .box1 .cont-box .wrap-slide-box .slide-show-box .tab-cont::before {
    width: 150px;
    height: 241px;
    background-size: contain;
    background-position: bottom right;
  }
  html[lang=en] .main .box1 .cont-box .wrap-slide-box .slide-show-box .tab-cont {
    padding: 35px 157px 32px 32px;
  }
}
@media screen and (max-width: 1200px) {
  .main .box1 .cont-box {
    gap: 20px;
  }
  /* 메인 pc 버전 리스트 슬라이드 */
  .main .box1 .cont-box .wrap-slide-box .slide-box .swiper-slide a {
    width: 100%;
    min-width: 100%;
    text-align: center;
  }
  .main .box1 .cont-box .wrap-slide-box .slide-show-box .tab-cont .tit-box {
    min-width: 100%;
    width: 100%;
  }
  .main .box1 .cont-box .wrap-slide-box .slide-show-box .tab-cont .tit-box .en-tit {
    margin-top: 5px;
  }
  .main .box1 .cont-box .wrap-slide-box .slide-show-box::before {
    top: -14%;
    left: -47%;
    width: 100%;
  }
  /* 메인 사용자 정보 로그인 후 */
  .main .box1 .cont-box .login-box.logout .txt-box .txt-area {
    padding: 24px 10px;
  }
  .main .box1 .cont-box .login-box.logout .txt-box .txt-area a strong {
    font-size: 20px;
  }
}
@media screen and (max-width: 1120px) {
  .main .box1 .tit-box .tit {
    font-size: 25px;
  }
  .main-pc {
    display: none !important;
  }
  .main-mo {
    display: flex !important;
  }
  .main .box1 .cont-box .login-box.login {
    margin-top: 0;
  }
  .main .box1 .cont-box .login-box.login .txt-box .txt br {
    display: none;
  }
  /* 메인 pc 버전 리스트 슬라이드 */
  .main .box1 .cont-box .wrap-slide-box .slide-show-box {
    display: none;
  }
  .main .box1 .cont-box .wrap-slide-box .slide-box {
    width: 100%;
    min-width: 100%;
    position: relative;
  }
  .main .box1 .cont-box .wrap-slide-box .slide-box a {
    width: 100%;
    min-width: 100%;
    position: relative;
  }
  .main .box1 .cont-box .wrap-slide-box .slide-box a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    background-position: center;
    background-size: cover;
  }
  .main .box1 .cont-box .wrap-slide-box .slide-box a p {
    padding: 10px 16px 10px 60px;
  }
  .main .box1 .cont-box .wrap-slide-box .slide-box a.on, .main .box1 .cont-box .wrap-slide-box .slide-box a[title=선택됨], .main .box1 .cont-box .wrap-slide-box .slide-box a.ov {
    padding: 20px 20px 20px 60px;
  }
  .main .box1 .cont-box .wrap-slide-box .slide-box .wrap-swiper-btn {
    margin: 26px 0 0 0;
  }
  .main .box1 .cont-box .wrap-slide-box {
    display: none;
  }
  .main .box1 .cont-box .login-box {
    width: 100%;
    max-height: 100%;
    min-width: 100%;
    height: auto !important;
    padding: 32px;
  }
  .main .box1 .cont-box .wrap-mobile-list {
    display: block;
  }
  .main .box1 .cont-box .wrap-mobile-list ul li a {
    font-size: 17px;
  }
}
@media screen and (max-width: 1023px) {
  .main .box1 .cont-box {
    position: relative;
  }
  .main .box1 {
    padding: 46px 0 0 0;
  }
  .main .box1 .cont-box .login-box {
    padding: 32px 24px;
  }
  .main .box2 .wrap-slide-area {
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
  }
  /* 메인 사용자 정보 로그인 전 */
  /** 공지사항 **/
  /* 메인 pc 버전 리스트 슬라이드 */
  .main .box1 .cont-box .wrap-slide-box {
    flex-direction: column;
    padding-top: 0;
    height: auto !important;
  }
  .main .box1 .cont-box .wrap-slide-box .slide-show-box {
    margin-left: 0;
    min-width: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 250px;
  }
  .main .box1 .cont-box .wrap-slide-box .slide-show-box::before {
    top: -31%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .main .box1 .cont-box .wrap-slide-box .slide-box {
    min-width: 100%;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .main .box1 .cont-box .wrap-slide-box .slide-box .swiper {
    height: 300px;
  }
  .main .box1 .cont-box .wrap-slide-box .slide-box a {
    min-width: 100%;
    width: 100%;
  }
  .main .box1 .cont-box .wrap-slide-box .slide-show-box .tab-cont .btn {
    margin-top: 32px;
    position: sticky;
    width: 100%;
  }
  .main .box2 .slide-box {
    width: 100%;
    padding-top: 56%;
  }
  .main .box2 .wrap-notice {
    width: 100%;
  }
  .main .box2 .slide-box .swiper .swiper-wrapper .swiper-slide a {
    background-color: #fff;
  }
  .main .box2 {
    padding: 48px 0 64px 0;
    gap: 96px;
  }
  .main .box2:has(> .wrap-slide-area .main-no-image) {
    padding-top: 24px;
    gap: 24px;
  }
  .main .box2 .slide-box .swiper .swiper-wrapper .swiper-slide a,
  .main .box1 .cont-box .login-box.login,
  .main .box2 .wrap-notice .notice-box {
    padding: 24px;
  }
  /* 메인 슬라이드 공통 버튼 */
  .main .slide-box .wrap-swiper-btn {
    margin-top: 16px;
    justify-content: center;
    position: relative;
    margin-left: 0;
    justify-content: center;
    z-index: 1;
    right: 0;
    bottom: -48px;
  }
  .main .slide-box .wrap-swiper-btn button {
    background-color: #FFF;
    border: 1px solid #C6C6C6;
  }
  .main .slide-box .wrap-swiper-btn .swiper-pagination-fraction {
    background-color: #FFF;
    border: 1px solid #C6C6C6;
    color: #1D1D1D;
  }
  .main .slide-box .wrap-swiper-btn .swiper-pagination-fraction .swiper-pagination-current, .main .slide-box .wrap-swiper-btn .swiper-pagination-fraction .swiper-pagination-total {
    color: #1D1D1D;
  }
  .main .slide-box .wrap-swiper-btn button.swiper-stop {
    background-image: url("../assets/icons/stop-2.svg");
  }
  .main .slide-box .wrap-swiper-btn button.swiper-stop.on {
    background-image: url("../assets/icons/play-2.svg");
  }
  .main .slide-box .wrap-swiper-btn button.swiper-button-next, .main .slide-box .wrap-swiper-btn button.swiper-button-prev {
    background-image: url("../assets/icons/btn-arrow-right.svg");
  }
  .main .box2 .slide-box .swiper .swiper-wrapper .swiper-slide a img {
    border-radius: 12px;
  }
}
@media screen and (max-width: 767px) {
  .main .box1 .cont-box {
    gap: 40px;
    padding-bottom: 0;
  }
  /* 메인 사용자 정보 */
  .main .box1 .cont-box .login-box .txt-box .txt {
    padding-top: 0;
    margin-top: 32px;
    font-size: 17px;
    font-weight: 400;
  }
  .main .box1 .cont-box .login-box .txt-box .txt br {
    display: none;
  }
  .main .box1 .cont-box .login-box .btn-box {
    margin-top: 32px;
  }
  .main .box1 .slide-show-box {
    position: static;
    height: auto;
  }
  .main .box1 .slide-show-box::before {
    top: 18%;
    left: 50%;
  }
  .main .login-box.logout .txt-box .txt-area a strong {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .main .box1 {
    padding: 24px 0 0 0;
  }
  .main .box1 .cont-box {
    gap: 24px;
  }
  .main .box1 .cont-box {
    margin-top: 24px;
  }
  .main .box1 .cont-box .wrap-mobile-list ul li a {
    font-size: 15px;
  }
  /* 메인 사용자 정보 */
  .main .box1 .cont-box .login-box .txt-box .txt {
    padding-top: 0;
    margin-top: 32px;
    font-size: 17px;
    font-weight: 400;
  }
  .main .box1 .cont-box .login-box .btn-box {
    margin-top: 32px;
  }
  .main .box1 .cont-box .login-box.logout .txt-box .txt-area a strong,
  .main .box1 .cont-box .login-box.logout[class*=-chtxt] .txt-box .cust-list li .info-box strong,
  .main .box1 .cont-box .login-box.logout .txt-box .cust-list li .info-box strong {
    font-size: 17px;
  }
  .main .box1 .cont-box .login-box.logout .txt-box {
    margin-top: 13px;
  }
  .main .box1 .cont-box .login-box.logout .txt-box .txt-area {
    padding: 17px 10px;
  }
  .main .box1 .cont-box .login-box.logout .txt-box .cust-list li .info-box strong {
    margin-right: 11px;
  }
  .main .box1 .cont-box .login-box.logout.danger-chtxt .txt-box .cust-list li .info-box .day::before, .main .box1 .cont-box .login-box.logout.safety-chtxt .txt-box .cust-list li .info-box .day::before {
    width: 16px;
    height: 16px;
    background-size: contain;
    right: -20px;
  }
  .main .box2 {
    padding: 24px 0;
    gap: 72px;
  }
  .main .box2:has(> .wrap-slide-area.main-no-image) {
    gap: 24px;
  }
  /* 메인 공지사항 */
  .main .box2 .wrap-notice .notice-box {
    height: 380px;
    padding: 24px;
  }
  .main .box2 .wrap-notice .notice-box .area .box {
    top: 90px;
    left: 24px;
    width: calc(100% - 52px);
  }
  .main .box2 .wrap-notice .notice-box .area .more {
    position: static;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #1D1D1D;
    justify-content: center;
    font-size: 17px;
    margin-top: 44px;
    flex-direction: row-reverse;
  }
  .main .box2 .wrap-notice .notice-box .area .more .plus {
    background-image: url("../assets/icons/btn-arrow-right.svg");
    margin-top: 0;
  }
  .main .box2 .wrap-notice .notice-box .area .tit {
    font-size: 17px;
    padding: 12px;
  }
  .main .box2 .slide-box .swiper .swiper-wrapper .swiper-slide a img {
    border-radius: 12px;
  }
  /* 슬라이드 버튼 공통 */
  .main .slide-box .wrap-swiper-btn {
    justify-content: center;
    position: relative;
    z-index: 1;
    left: 0;
  }
  .main .slide-box .wrap-swiper-btn button {
    background-color: #FFF;
    border: 1px solid #C6C6C6;
  }
  .main .slide-box .wrap-swiper-btn .swiper-pagination-fraction {
    background-color: #FFF;
    border: 1px solid #C6C6C6;
    color: #1D1D1D;
  }
  .main .slide-box .wrap-swiper-btn .swiper-pagination-fraction .swiper-pagination-current, .main .slide-box .wrap-swiper-btn .swiper-pagination-fraction .swiper-pagination-total {
    color: #1D1D1D;
  }
  .main .slide-box .wrap-swiper-btn button.swiper-stop {
    background-image: url("../assets/icons/stop-2.svg");
  }
  .main .slide-box .wrap-swiper-btn button.swiper-stop.on {
    background-image: url("../assets/icons/play-2.svg");
  }
  .main .slide-box .wrap-swiper-btn button.swiper-button-next, .main .slide-box .wrap-swiper-btn button.swiper-button-prev {
    background-image: url("../assets/icons/btn-arrow-right.svg");
  }
  .main .box2 .slide-box .swiper .swiper-wrapper .swiper-slide a {
    padding: 16px;
  }
  .swiper-slide a, .main .box2 .wrap-notice .notice-box {
    padding: 16px;
  }
  .main .box1 .cont-box .login-box.login {
    padding: 25px 16px 16px 16px;
  }
}
@media screen and (max-width: 420px) {
  .main .box1 .tit-box .tit {
    font-size: 18px;
  }
  .main .box1 .tit-box .unipass-go::before {
    display: none;
  }
  .main .box1 .tit-box .unipass-go {
    padding: 0 7px;
    height: 30px;
    border-radius: 5px;
    font-size: 15px;
  }
  .main .box1 .cont-box {
    margin-top: 10px;
  }
  .main .box1 .cont-box .login-box.login .txt-box .txt br {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  .main .box1 .tit-box .tit {
    font-size: 16px;
    padding-right: 15px;
  }
}
/* ==========================================================================
   LAYOUT: Navigation   
   ========================================================================== */
/* 메뉴 */
#header .main-menu {
  border-bottom: 1px solid #d8d8d8;
  padding: 0 16px;
  transform: translate(0px, 0px);
}

#header .main-menu .inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#header .main-menu .gnb-menu {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

#header .main-menu .gnb-menu > li {
  height: 100%;
  display: flex;
  align-items: center;
}

#header .main-menu .gnb-menu > li.active .gnb-main-trigger:before {
  left: 0;
  width: 100%;
}

#header .main-menu .gnb-menu > li.active .gnb-toggle-wrap {
  display: block;
}

#header .main-menu .gnb-main-trigger {
  background-color: rgba(0, 0, 0, 0);
  font-size: 19px;
  padding: 18px 0;
  position: relative;
  color: #555;
  line-height: 1.5;
  height: 100%;
  font-weight: 700;
}

#header .main-menu .gnb-main-trigger:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 0;
  height: 4px;
  background-color: #16408d;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#header .main-menu .gnb-main-trigger:hover::before {
  width: 100%;
  left: 0;
}

#header .main-menu .gnb-main-trigger span {
  display: flex;
  font-size: 13px;
  color: #555;
  margin-top: -1px;
  justify-content: center;
}

#header .main-menu .allmenu {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../assets/icons/menu.svg");
  background-repeat: no-repeat;
  background-position: right;
  width: 20px;
  height: 20px;
}

#header .main-menu .gnb-toggle-wrap {
  display: none;
  position: absolute; /*top: 65px;*/
  left: 0;
  width: 100vw;
  background-color: #fff;
  z-index: 100;
  border-top: 1px solid #d8d8d8;
  min-height: 200px;
}

#header .main-menu .gnb-main-list {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
}

#header .main-menu .gnb-main-list .gnb-title {
  background-color: #f4f5f6;
  position: relative;
  min-width: 281px;
  min-height: 200px;
}

#header .main-menu .gnb-main-list .gnb-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1000px;
  width: 1000px;
  height: 100%;
  background-color: #f4f5f6;
}

#header .main-menu .gnb-title-box {
  position: absolute;
  top: 40px;
}

#header .main-menu .gnb-main-list .gnb-title .left-title {
  font-size: 25px;
  color: #060606;
  display: inline-block;
  line-height: 150%;
}

#header .main-menu .gnb-main-list .gnb-title span {
  display: block;
  font-size: 15px;
  margin-top: 18px;
  color: #060606;
  line-height: 1.5;
}

#header .main-menu .gnb-main-list .gnb-title p {
  margin-top: 20px;
  font-size: 15px;
  color: #555;
  line-height: 1.5;
  position: relative;
  padding: 0 68px 0 23px;
}

#header .main-menu .gnb-main-list .gnb-title p:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url("../assets/icons/live-area.svg");
}

#header .main-menu .gnb-main-list .gnb-list {
  padding: 17px 0 40px 40px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -24px;
  width: 100%;
}

#header .main-menu .gnb-main-list .gnb-list.w-auto li {
  width: auto;
}

#header .main-menu .gnb-main-list .gnb-list > li {
  width: calc(33.3333% - 15px);
  margin-left: 15px;
}

#header .main-menu .gnb-main-list .gnb-list > li.w-auto {
  width: 48%;
}

#header .main-menu .gnb-main-list .gnb-list > li .depth2 li {
  margin-top: 4px;
}

#header .main-menu .gnb-main-list .gnb-list > li.last-menu {
  margin-top: -35px;
}

#header .main-menu .gnb-main-list .gnb-list > li.right-menu {
  margin-left: calc(33.333% + 15px);
}

#header .main-menu .gnb-main-list .gnb-list .sub-title {
  display: block;
  font-size: 19px;
  padding: 16px 0 14px 0;
  margin-bottom: 6px;
  border-bottom: 1px solid #c6c6c6;
  line-height: 150%;
}

#header .main-menu .gnb-main-list .gnb-list .sub-title span {
  display: block;
  font-size: 13px;
  color: #555;
  margin-top: 0;
  line-height: 150%;
}

#header .main-menu .gnb-main-list .gnb-list .sub-title span br {
  display: none;
}

#header .main-menu .gnb-main-list .gnb-list a.sub-title {
  display: none;
}

#header .main-menu .gnb-main-list .gnb-list .depth2 {
  margin-top: 10px;
}

#header .main-menu .gnb-main-list .gnb-list .depth2 a {
  display: inline-block;
  padding: 5px 12px 5px 20px;
  position: relative;
}

#header .main-menu .gnb-main-list .gnb-list .depth2 a:hover,
#header .main-menu .gnb-main-list .gnb-list .depth2 a:focus {
  background-color: #EDF1F5;
  border-radius: 4px;
}

#header .main-menu .gnb-main-list .gnb-list .depth2 a i {
  font-style: normal;
  line-height: 150%;
}

#header .main-menu .gnb-main-list .gnb-list .depth2 a i:before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  left: 9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #2d2d2d;
  transform: translateY(-50%);
}

#header .main-menu.main-allmenu .gnb-main-list .gnb-list .depth2 a i:before {
  top: 17px;
}

#header .main-menu .gnb-main-list .gnb-list .depth2 a i:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../assets/icons/live-area.svg");
  transform: translate(4px, 2px);
}

#header .main-menu .gnb-main-list .gnb-list .depth2 a i.no-ico {
  padding: 0;
}

#header .main-menu .gnb-main-list .gnb-list .depth2 a i.no-ico:after {
  display: none;
}

#header .main-menu .gnb-main-list .gnb-list .depth2 span {
  font-size: 13px;
  color: #555;
  display: block;
  font-style: normal;
  line-height: 150%;
}

#header .main-menu .auth-notice {
  max-width: 1280px;
  margin: 32px auto 0;
  padding-left: 26px;
  color: #555;
  position: relative;
}

#header .main-menu .auth-notice::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url(../assets/icons/live-area.svg);
}

#header .main-menu .gnb-menu.gnb-allmenu {
  max-width: 1280px;
  width: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#header .main-menu .gnb-menu.gnb-allmenu .gnb-main-list .gnb-title h2 {
  font-size: 32px;
}

#header .main-menu .gnb-menu.gnb-allmenu .gnb-toggle-wrap {
  display: block;
  position: relative;
  top: 0; /*padding: 50px 0;*/
  padding: 22px 0;
  border-bottom: 1px solid #e4e4e4;
}

#header .main-menu .gnb-menu.gnb-allmenu .gnb-main-list {
  display: flex;
  flex-direction: column;
}

#header .main-menu .gnb-menu.gnb-allmenu .gnb-main-list .gnb-title {
  background-color: rgba(0, 0, 0, 0);
  min-height: 0;
}

#header .main-menu .gnb-menu.gnb-allmenu .gnb-main-list .gnb-title:before {
  display: none;
}

#header .main-menu .gnb-menu.gnb-allmenu .gnb-title-box {
  position: relative;
  top: 0;
}

#header .main-menu .gnb-menu.gnb-allmenu .gnb-main-list .gnb-title span {
  margin-top: 4px;
}

#header .main-menu .gnb-menu.gnb-allmenu .gnb-main-list .gnb-list {
  padding: 0; /*margin-top: 23px;*/
  margin-top: -1px;
  margin-left: 0;
}

#header .main-menu .gnb-menu.gnb-allmenu .gnb-main-list .gnb-list > li {
  width: calc(33.3333% - 18px);
  margin-left: 24px;
}

#header .main-menu .gnb-menu.gnb-allmenu .gnb-main-list .gnb-list > li:first-child {
  margin-left: 0;
}

#header .main-menu .gnb-menu.gnb-allmenu .gnb-main-list .gnb-list > li.last-menu {
  margin-top: 25px;
}

#header .main-menu .gnb-menu.gnb-allmenu > li {
  width: 100%;
}

#header .main-menu .gnb-menu.gnb-allmenu .last-allmenu .gnb-toggle-wrap {
  width: 33.3333%;
  border-bottom: 0;
}

#header .main-menu .gnb-menu.gnb-allmenu .last-allmenu .gnb-main-list .gnb-list {
  width: 100%;
}

#header .main-menu .gnb-menu.gnb-allmenu .last-allmenu .gnb-main-list .gnb-list > li {
  width: 100%;
}

#header .main-menu .gnb-menu.gnb-allmenu > li.last-allmenu {
  display: flex;
  align-items: flex-start;
}

#header .main-menu .gnb-menu.gnb-allmenu .gnb-main-list .gnb-list .depth2 span {
  padding-right: 10px;
}

#header .main-menu.main-allmenu {
  display: none;
  border-bottom: 0;
  background-color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  overflow-y: scroll;
  height: calc(100vh - 178px);
  padding-bottom: 80px;
}

#header .main-menu.main-allmenu.large {
  height: calc(100vh - 146px);
}

#header .main-menu.main-allmenu .gnb-toggle-wrap {
  border-top: 0;
  top: 0 !important;
}

#header .main-menu.main-allmenu .gnb-main-list .gnb-title .left-title {
  font-size: 32px;
}

#header .main-menu .allmenu.active {
  background-image: url("../assets/icons/close.svg");
}

#header .main-menu .info-area {
  display: none;
}

#header .main-menu .mobile-close {
  display: none;
}

/* 영문 */
@media screen and (max-width: 1344px) {
  /* 메뉴 */
  #header .main-menu .gnb-menu.gnb-allmenu .gnb-title {
    padding-left: 0;
  }
  #header .main-menu .gnb-title-box {
    top: 23px;
  }
  #header .main-menu .gnb-main-list .gnb-title {
    padding-left: 16px;
  }
  #header .main-menu .gnb-main-list .gnb-title p {
    padding: 0 50px 0 23px;
  }
  #header .main-menu .gnb-main-list .gnb-list {
    padding: 4px 18px 20px 18px;
  }
  #header .main-menu .gnb-main-list .gnb-list .sub-title {
    font-size: 18px;
    margin-bottom: 0;
  }
  #header .main-menu .gnb-main-list .gnb-list .depth2 {
    padding-top: 0;
  }
  #header .main-menu .gnb-main-list .gnb-title h2 {
    font-size: 24px;
  }
  #header .main-menu .gnb-main-list .gnb-list .depth2 a i br {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  /* 메뉴 */
  #header .main-menu .gnb-main-trigger {
    font-size: 17px;
  }
  #header .main-menu .gnb-menu.gnb-allmenu .gnb-toggle-wrap { /*padding: 50px 0;*/
    top: 61px;
  }
  #header .main-menu .gnb-menu.gnb-allmenu .gnb-main-list .gnb-title h2 {
    font-size: 32px;
  }
  #header .main-menu .allmenu {
    font-size: 17px;
  }
  /* 메뉴 영문 */
}
@media screen and (max-width: 1023px) {
  /* 메뉴 */
  #header:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
  }
  #header .main-menu {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    padding: 0;
    overflow: auto;
  }
  #header .main-menu .info-area {
    display: block;
    position: fixed;
    bottom: 0;
    border-top: 1px solid #D8D8D8;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    padding: 23px 23px 23px 43px;
    font-size: 15px;
    color: #555;
  }
  #wrap.login #header .main-menu .info-area {
    position: absolute;
    bottom: auto;
    top: 62px;
    border-top: 0;
  }
  #header .main-menu .info-area:before {
    content: "";
    display: block;
    position: absolute;
    top: 49%;
    left: 24px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background-image: url("../assets/icons/live-area.svg");
  }
  #header .main-menu .mobile-close {
    position: absolute;
    top: 20px;
    right: 24px;
    font-size: 0;
    display: block;
  }
  #header .main-menu .gnb-menu {
    max-width: 100%;
    width: 100%;
    flex-direction: column;
    display: block;
  }
  #header .main-menu .gnb-main-trigger {
    font-size: 15px;
    text-align: left;
    display: block;
    width: 150px;
    position: relative;
    color: #1D1D1D;
    font-weight: 700;
    padding: 13px 20px;
    background-color: #EDF1F5;
  }
  #header .main-menu .gnb-main-trigger span,
  #header .main-menu .gnb-main-trigger:before {
    display: none;
  }
  #header .main-menu .gnb-toggle-wrap {
    display: none;
    left: auto;
    right: 0;
    width: calc(100% - 150px);
    padding: 24px 16px; /*border-left: 1px solid #D8D8D8;*/
    border-top: 0;
    position: static;
    min-height: 100%;
    height: 100% !important;
  }
  #header .main-menu .gnb-main-list {
    flex-direction: column;
  }
  #header .main-menu .gnb-main-list .gnb-title {
    background: rgba(0, 0, 0, 0);
    min-width: auto;
    padding-left: 0;
    width: 100%;
    min-height: 0;
  }
  #header .main-menu .gnb-main-list .gnb-title:before {
    display: none;
  }
  #header .main-menu .gnb-main-list .gnb-title .left-title {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 20px;
    display: block;
    font-size: 17px;
  }
  #header .main-menu .gnb-main-list .gnb-title .left-title br {
    display: none;
  }
  #header .main-menu .gnb-main-list .gnb-title p {
    display: none;
  }
  #header .main-menu .gnb-main-list .gnb-title span {
    font-size: 13px;
    margin-top: 11px;
  }
  #header .main-menu .gnb-main-list .gnb-list {
    display: flex;
    margin-left: 0;
    padding: 0;
    padding: 0 0 50px 0;
  }
  #header .main-menu .gnb-main-list .gnb-list > li {
    margin-left: 0;
    width: 100% !important;
    padding: 15px 0 15px 8px;
  }
  #header .main-menu .gnb-main-list .gnb-list .sub-title {
    padding: 0 21px 0 0;
    font-size: 15px;
    border-bottom: 0;
    position: relative;
    font-weight: 700;
  }
  #header .main-menu .gnb-main-list .gnb-list .sub-title.active i {
    transform: rotate(180deg);
  }
  #header .main-menu .gnb-main-list .gnb-list .sub-title i {
    position: absolute;
    top: 1px;
    right: 0;
    display: block;
    width: 16px;
    height: 16px;
  }
  #header .main-menu .gnb-main-list .gnb-list strong.sub-title {
    display: none;
  }
  #header .main-menu .gnb-main-list .gnb-list > li.last-menu {
    margin-top: 0;
  }
  #header .main-menu .gnb-main-list .gnb-list > li.last-menu.right-menu {
    margin-left: 0;
    margin-bottom: 65px;
  }
  #wrap.login #header .main-menu .gnb-main-list .gnb-list > li.last-menu.right-menu {
    margin-bottom: 0;
  }
  #header .main-menu .gnb-main-list .gnb-list > li.w-auto {
    width: 100%;
  }
  #header .main-menu .gnb-main-list .gnb-list .depth2 a {
    padding: 8px 20px 8px 20px;
  }
  #header .main-menu .gnb-main-list .gnb-list .depth2 a i {
    display: inline-block;
    font-size: 15px;
  }
  #header .main-menu .gnb-main-list .gnb-list a.sub-title {
    display: block;
  }
  #header .main-menu .gnb-title-box {
    position: initial;
  }
  #header .main-menu .gnb-menu > li {
    height: 59px;
    padding: 0;
  }
  #header .main-menu .gnb-menu > li:has(.allmenu) {
    display: none;
  }
  #header .main-menu .gnb-menu > li[class*=dep]:not(.dep1) .gnb-list {
    top: 79px;
  }
  #header .main-menu .gnb-menu > li.dep5 .gnb-list .depth2,
  #header .main-menu .gnb-menu > li.dep6 .gnb-list .depth2,
  #header .main-menu .gnb-menu > li.dep7 .gnb-list .depth2 {
    display: block !important;
  }
  #header .main-menu .gnb-menu > li.dep5 .gnb-list > li,
  #header .main-menu .gnb-menu > li.dep6 .gnb-list > li,
  #header .main-menu .gnb-menu > li.dep7 .gnb-list > li {
    padding: 0;
  }
  #header .main-menu .gnb-menu > li.active .gnb-main-trigger {
    background-color: #fff;
    color: #003675;
  }
  #header .main-menu .gnb-main-list .gnb-list .sub-title + ul.depth2 {
    display: none;
  }
  #header .main-menu .gnb-main-list .gnb-list .sub-title.mobile-active i {
    transform: rotate(180deg);
  }
  #header .main-menu .gnb-main-list .gnb-list .sub-title.mobile-active + ul.depth2 {
    display: block;
  }
  #header .main-menu .allmenu {
    display: none;
  }
  #header:before,
  #header .main-menu {
    display: none;
  }
  #wrap.mobile-open .main-menu,
  #wrap.mobile-open #header:before {
    display: block !important;
  }
  #wrap.mobile-open .main-allmenu {
    display: none !important;
  }
  #wrap.login .main-menu .gnb-toggle-wrap {
    top: 125px;
    height: calc(100% - 120px);
  }
  #wrap.logout .main-menu .gnb-toggle-wrap {
    top: 168px;
    height: calc(100% - 150px);
  }
  /** 모바일 메뉴 위치 **/
  #wrap.mobile-open #header .main-menu .gnb-menu > li.dep2 .gnb-toggle-wrap {
    margin-top: -118px;
  }
  #wrap.mobile-open #header .main-menu .gnb-menu > li.dep3 .gnb-toggle-wrap {
    margin-top: -236px;
  }
  #wrap.mobile-open #header .main-menu .gnb-menu > li.dep4 .gnb-toggle-wrap {
    margin-top: -354px;
  }
  #wrap.mobile-open #header .main-menu .gnb-menu > li.dep5 .gnb-toggle-wrap {
    margin-top: -472px;
  }
  #wrap.mobile-open #header .main-menu .gnb-menu > li.dep6 .gnb-toggle-wrap {
    margin-top: -591px;
  }
  #wrap.mobile-open #header .main-menu::before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    width: 150px;
    height: 100%;
    background-color: #EDF1F5 !important;
  }
  #wrap.mobile-open #header .main-menu {
    transform: none !important;
  }
  #wrap.logout.mobile-open #header .main-menu .inner {
    padding-bottom: 90px;
  }
  #wrap.mobile-open #header .main-menu .info-area:before {
    left: 20px;
  }
  body:has(#wrap.mobile-open) {
    overflow: hidden !important;
  }
  /* 메뉴 영문 */
  html[lang=en] #header .main-menu .gnb-menu > li.dep1 {
    height: 116px;
  }
  html[lang=en] #header .main-menu .gnb-menu > li.dep2 {
    height: 70px;
  }
  html[lang=en] #header .main-menu .gnb-menu > li.dep3 {
    height: 92px;
  }
  html[lang=en] #header .main-menu .gnb-menu > li.dep4 {
    height: 59px;
  }
  html[lang=en] #wrap.mobile-open #header .main-menu .gnb-menu > li.dep2 .gnb-toggle-wrap {
    margin-top: -230px;
  }
  html[lang=en] #wrap.mobile-open #header .main-menu .gnb-menu > li.dep3 .gnb-toggle-wrap {
    margin-top: -370px;
  }
  html[lang=en] #wrap.mobile-open #header .main-menu .gnb-menu > li.dep4 .gnb-toggle-wrap {
    margin-top: -553px;
  }
}
@media screen and (max-width: 480px) {
  #header .main-menu .gnb-main-trigger {
    width: 128px;
  }
  #header .main-menu:before {
    width: 128px;
  }
  #header .main-menu .gnb-toggle-wrap {
    width: calc(100% - 128px);
  }
  #header .main-menu .gnb-menu > li {
    height: 55px;
  }
  #header .main-menu .gnb-main-trigger {
    padding: 8px;
  }
  #header .main-menu .gnb-toggle-wrap {
    padding: 16px;
  }
  #header .main-menu .gnb-main-list .gnb-list > li {
    padding: 10px 0 10px 8px;
  }
  #header .main-menu .gnb-main-list .gnb-list > li.last-menu.right-menu {
    margin-bottom: 75px;
  }
  #wrap.mobile-open #header .main-menu::before {
    width: 128px;
  }
  #wrap.mobile-open #header .main-menu .info-area:before {
    left: 10px;
  }
  #header .main-menu .info-area {
    padding: 23px 0px 23px 32px;
  }
  #wrap.mobile-open #header .main-menu .gnb-menu > li.dep2 .gnb-toggle-wrap {
    margin-top: -111px;
  }
  #wrap.mobile-open #header .main-menu .gnb-menu > li.dep3 .gnb-toggle-wrap {
    margin-top: -221px;
  }
  #wrap.mobile-open #header .main-menu .gnb-menu > li.dep4 .gnb-toggle-wrap {
    margin-top: -331px;
  }
  #wrap.mobile-open #header .main-menu .gnb-menu > li.dep5 .gnb-toggle-wrap {
    margin-top: -441px;
  }
  #wrap.mobile-open #header .main-menu .gnb-menu > li.dep6 .gnb-toggle-wrap {
    margin-top: -551px;
  }
  #wrap.mobile-open #header .mobile-top-area {
    padding: 20px 10px;
  }
}
