@charset "UTF-8";
@import url(/resources/css/jquery.mCustomScrollbar.css);
@import url(/resources/js/swiper/swiper-bundle.min.css);
@import url(comm.css);
@import url(calendar.css);
@import url(header.css);
@import url(footer.css);
body {
    font-family: SUIT;
}

.section-nav {
    pointer-events: none;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  max-width: 1880px;
    padding: 0 50px;
    height: 100%;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1000;
    --defaultColor: #bbb;
    --activeColor: #fefeff;
    --activeCircleColor: #fefeff;
}
@media (min-width: 1800px) {
    .section-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.section-nav ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 34px;
}
.section-nav ul::before {
    content: "";
    position: absolute;
    right: 5px;
    top: 5px;
    height: calc(100% - 12px);
    width: 1px;
    background-color: #bbb;
}
.section-nav ul::after {
    content: "";
    position: absolute;
    right: 0;
    top: -33px;
    width: 11px;
    height: 18px;
    background: url(/resources/img/main/icon-mouse.png);
}
.section-nav a {
    pointer-events: auto;
    position: relative;
    height: 20px;
    padding-right: 15px;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: var(--defaultColor);
}
.section-nav a::after {
    content: "";
    position: absolute;
    top: 5px;
    right: 1px;
    display: block;
    width: 9px;
    height: 9px;
    background-color: #7a7a7a;
    border-radius: 50%;
}
.section-nav a.active {
    font-size: 20px;
    font-weight: 900;
    color: var(--activeColor);
}
.section-nav a.active::after {
    top: 5px;
    right: 0;
    width: 11px;
    height: 11px;
    background-color: var(--activeColor);
}
.section-nav.type-s2, .section-nav.type-s3 {
    --activeColor: #071f3a;
    --activeCircleColor: #194a67;
}
.section-nav.type-s4 {
    --defaultColor: #bbb;
    --activeColor: #fff;
    --activeCircleColor: #fff;
}
.section-nav.type-s5 {
    --defaultColor: #7a7a7a;
    --activeColor: #071f3a;
    --activeCircleColor: #194a67;
}
.section-nav.type-s2 ul:after, .section-nav.type-s3 ul:after, .section-nav.type-s5 ul:after {
    background-image: url(/resources/img/main/ico-mouse-gray.png);
}

.s1-top__container {
  margin-top: 20px;
    max-width: 1400px;
    display: grid;
    grid-template-columns: 920fr 466fr;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 14px;
}
@media (min-width: 750px) {
  .s1-top__container:has(.type-two, .type-one) {
    grid-template-columns: 351fr 320fr;
  }
}
@media (min-width: 1200px) {
  .s1-top__container:has(.type-two, .type-one) {
    grid-template-columns: 864fr 466fr;
    gap: 70px;
  }
}
@media (min-width: 1200px) {
  .s1-top__container {
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
    .s1-top__container {
        grid-template-columns: 351fr 320fr;
    }
}
@media (max-width: 749px) {
    .s1-top__container {
        margin-top: 20px;
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
.s1-top__container > div {
  min-width: 0;
}

.swipe-set {
    display: grid;
    grid-template-columns: 277fr 344fr 277fr;
    gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
    .swipe-set {
        grid-template-columns: 63fr 209fr 63fr;
        gap: 8px;
    }
}
@media (max-width: 749px) {
  .swipe-set {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.swipe-set > * {
    min-width: 0;
}
.swipe-set .swipeRight,
.swipe-set .swipeLeft {
  height: 71.831%;
}
.type-two .swipe-set .swipeRight,
.type-two .swipe-set .swipeLeft {
  height: 79.331%;
}
@media (min-width: 1200px) {
  .type-two .swipe-set .swipeRight,
  .type-two .swipe-set .swipeLeft {
    height: 73.531%;
  }
}
.type-one .swipe-set .swipeRight,
.type-one .swipe-set .swipeLeft {
  height: 79.331%;
}
.type-one .swipe-set {
  display: block;
  padding: 0;
}
.type-two .swipe-set {
  padding-left: 24px;
  grid-template-columns: 240fr 78fr;
  gap: 7px;
}
@media (min-width: 1200px) {
  .type-two .swipe-set {
    padding-left: 24px;
    grid-template-columns: 710fr 130fr;
  }
}
.type-two .swipe-set .swipeLeft {
  display: none !important;
}

.swipeCenter a {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 265/378;
    position: relative; /* [추가] over-text-group absolute 기준 */
}
.swipe-group:not(.type-one):not(.type-two) .swipeCenter .swiper-slide.swiper-slide-active a:hover .over-txt-group,
.swipe-group:not(.type-one):not(.type-two) .swipeCenter .swiper-slide.swiper-slide-active a:focus .over-txt-group,
.swipe-group:not(.type-one):not(.type-two) .swipeCenter .swiper-slide.swiper-slide-duplicate-active a:hover .over-txt-group,
.swipe-group:not(.type-one):not(.type-two) .swipeCenter .swiper-slide.swiper-slide-duplicate-active a:focus .over-txt-group {
    opacity: 1;
}

.swipe-group.type-one .swipeCenter a:hover .over-txt-group,
.swipe-group.type-one .swipeCenter a:focus .over-txt-group,
.swipe-group.type-two .swipeCenter a:hover .over-txt-group,
.swipe-group.type-two .swipeCenter a:focus .over-txt-group {
    opacity: 0;
}

.swipeCenter a .over-txt-group {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: SUIT;
  line-height: 1.85;
  letter-spacing: -1px;
  text-align: left;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 20px;
  font-size: 16px;
  z-index: 2;          /* 이미지/기타 요소 위로 */
  pointer-events: none; /* 오버레이가 클릭을 막지 않게 (클릭은 a로) */
}
.swipeCenter a .over-txt-group dl {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 27px 0;
}
.swipeCenter a .over-txt-group dl dt {
  font-size: 17px;
  line-height: 1;
  padding-top: 2px;
}
.swipeCenter a .over-txt-group dl dd {
  min-width: 0;
}
.swipeCenter a .over-txt-group dl .dates {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  font-weight: bold;
  line-height: 1.5625;
}
@media (max-width: 749px) {
  .swipeCenter a .over-txt-group {
    padding: 4px;
  }
  .swipeCenter a .over-txt-group dl {
    padding: 10px;
    grid-template-columns: 26px 1fr;
    gap: 4px;
  }
}
.swipeCenter a .over-txt-group .clamp1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.swipeCenter a .ie .over-txt-group .clamp1 {
  display: block;
  height: 16px;
  overflow: hidden;
}
.swipeCenter a .over-txt-group .clamp2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.swipeCenter a .ie .over-txt-group .clamp2 {
  display: block;
  height: 32px;
  overflow: hidden;
}
.swipeCenter a .over-txt-group dd {
  line-height: 1.3;
}

.txt-group {
  display: none;
}

.swipeCenter {
    --swiper-navigation-size: 44px;
    --swiper-navigation-color: #fff;
    --swiper-navigation-sides-offset: -22px;
    position: relative;
    padding: 34px 39px 20px;
    border: solid 1px #fff;
}
.type-one .swipeCenter {
  padding: 30px 40px;
}
@media (max-width: 1199px) {
  .type-one .swipeCenter {
    padding: 25px;
  }
}
@media (max-width: 1199px) {
    .swipeCenter {
        padding: 30px 20px 0;
    }
}
@media (max-width: 749px) {
    .swipeCenter {
        --swiper-navigation-size: 41px;
        --swiper-navigation-size: 38px;
    }
}
.swipeCenter a {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 265/378;
}
.swipeCenter a:focus {
    outline: 1px dashed #fff;
    outline-offset: -2px;
}
.swipeCenter a .title {
    display: none;
}

@media (max-width: 1199px) {

  .swipeCenter a:hover .over-txt-group,
  .swipeCenter a:focus .over-txt-group {
    opacity: 1;
  }
}

.swipeCenter .swiper-button-next,
.swipeCenter .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: var(--swiper-navigation-size);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    border: solid 1px #fff;
    background: #071f39 url(/resources/img/main/s1-btn-prev.png) center center no-repeat;
}
.swipeCenter .swiper-button-next::after,
.swipeCenter .swiper-button-prev::after {
    content: "";
}
.swipeCenter .swiper-button-next {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.type-one .swipeCenter a, .type-two .swipeCenter a {
  width: 100%;
  aspect-ratio: unset;
}
@media (min-width: 1200px) {
  .type-one .swipeCenter a, .type-two .swipeCenter a {
    display: grid;
    grid-template-columns: 255fr 333fr;
    gap: 20px;
  }
}
.type-one .swipeCenter a:focus, .type-two .swipeCenter a:focus {
  outline: 1px dashed #fff;
  outline-offset: -2px;
}
.type-one .swipeCenter a .title, .type-two .swipeCenter a .title {
  display: none;
}
.type-one .swipeCenter a .txt-group, .type-two .swipeCenter a .txt-group {
  color: #fff;
  text-align: left;
  line-height: 1.75;
  padding-block: 8px;
}
@media (min-width: 1200px) {
  .type-one .swipeCenter a .txt-group, .type-two .swipeCenter a .txt-group {
    display: block;
  }
}
.type-one .swipeCenter a .txt-group dl, .type-two .swipeCenter a .txt-group dl {
  display: grid;
  grid-template-columns: 92px 1fr;
  -ms-flex-line-pack: start;
  align-content: start;
  height: auto;
  gap: 10px;
}
.type-one .swipeCenter a .txt-group dt, .type-two .swipeCenter a .txt-group dt {
  font-size: 17px;
  font-weight: bold;
}
.type-one .swipeCenter a .txt-group dd, .type-two .swipeCenter a .txt-group dd {
  font-size: 16px;
  font-weight: normal;
}
.type-one .swipeCenter a .txt-group .dates, .type-two .swipeCenter a .txt-group .dates {
  height: 56px;
  font-weight: bold;
}
.swipe-set--type-one .type-one .swipeCenter a .txt-group .dates br, .swipe-set--type-one .type-two .swipeCenter a .txt-group .dates br {
  display: none;
}

.type-one .swipeCenter a .txt-group .clamp1,
.type-two .swipeCenter a .txt-group .clamp1 {
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ie .type-one .swipeCenter a .txt-group .clamp1,
.ie .type-two .swipeCenter a .txt-group .clamp1 {
  display: block;
  height: 16px;
  overflow: hidden;
}

.type-one .swipeCenter a .txt-group .clamp2,
.type-one .swipeCenter a .txt-group .members,
.type-two .swipeCenter a .txt-group .clamp2,
.type-two .swipeCenter a .txt-group .members {
  min-height: 30px; /* 한 줄일 때의 최소 높이 보장 */
  max-height: 56px; /* 두 줄일 때의 최대 높이 제한 */
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ie .type-one .swipeCenter a .txt-group .clamp2,
.ie .type-one .swipeCenter a .txt-group .members,
.ie .type-two .swipeCenter a .txt-group .clamp2,
.ie .type-two .swipeCenter a .txt-group .members {
  display: block;
  height: 32px;
  overflow: hidden;
}

.swiper-scrollbar {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    background-color: #324e6d;
}
.swiper-scrollbar i {
    display: block;
    min-width: 10px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.swiperSide {
  aspect-ratio: 277/344;
  -webkit-transform: translateY(14px);
          transform: translateY(14px);
    height: auto;
}
@media (min-width: 1200px) {
    .swiperSide {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
}
@media (max-width: 749px) {
  .type-two .swiperSide {
    aspect-ratio: unset;
    margin: 0;
  }
  .section1 .type-two .swiperSide img {
    max-height: unset;
    }
}
.swiperSide a {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}
.swiperSide a img {
    display: block;
    height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
    -o-object-position: left;
    object-position: left;
}
.swiperSide a .title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: SUIT;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.85;
    letter-spacing: -1px;
    text-align: center;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.swiperSide a .title span {
    position: relative;
    display: block;
    margin: 0 18px;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.ie .swiperSide a .title span {
    display: block;
    height: 64px;
    overflow: hidden;
}
.swiperSide a .title span::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 22px;
    height: 3px;
    background-color: #fff;
}
.swiperSide a:hover .title, .swiperSide a:focus .title {
    opacity: 1;
}

.swiper-ctrl {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
}
.section1 .swiper-ctrl {
  margin: 10px 14px 0;
}
@media (max-width: 1199px) {
    .swiper-ctrl {
        margin: 6px 0 4px;
    }
}
@media (min-width: 1200px) {
  .type-two .swiper-ctrl {
    margin: 0;
    width: 41.8831168831%;
    padding-top: 10px;
    padding-left: 18px;
  }
}

.swiper-pagination-fraction {
    width: auto;
  font-family: S-CoreDream-5, sans-serif;
    font-size: 18px;
    line-height: 0.56;
    color: #fff;
  white-space: nowrap;
}
@media (max-width: 749px) {
    .swiper-pagination-fraction {
        font-size: 16px;
    }
}
.swiper-pagination-fraction .swiper-pagination-current {
    font-family: S-CoreDream-7;
    font-weight: 800;
}


.swiper-ctrl-stop {
    width: 30px;
    height: 35px;
    background: url(/resources/img/main/icon-stop.png) center center no-repeat;
}
.swiper-ctrl-stop.on {
  background-image: url(/resources/img/main/play.png);
}

.swiper-ctrl-play {
  display: none;
}

.mySwiperRight {
    -webkit-mask-image: linear-gradient(to right, #000 0%, #000 calc(100% - 70px), rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to right, #000 0%, #000 calc(100% - 70px), rgba(0, 0, 0, 0) 100%);
}

.section1 {
  margin-top: -88px;
  padding: 88px 40px 70px;
  background: url(/resources/img/main/section1-bg.jpg) center center no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
    .section1 {
    padding: 88px 30px 40px;
    }
}
@media (max-width: 749px) {
    .section1 {
    padding: 88px 20px 30px;
    }
}
.section1 .swiper {
    width: 100%;
    height: 100%;
}
.section1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: auto;
}
.section1 .swiper-slide .img {
    width: 100%;
    height: 100%;
  -o-object-fit: fill;
    object-fit: fill;
}
.section1 .swiper-slide .img img {
  display: block;
  max-height: 424px;
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
  height: 100%;
}

.swiper-active-title {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .swiper-active-title {
        margin-top: 22px;
    }
}
.swiper-active-title dl {
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: grid;
    grid-template-columns: 122px 1fr;
    gap: 0;
    height: 71px;
    width: 100%;
    font-size: 20px;
    max-width: 680px;
}
.type-one .swiper-active-title dl, .type-two .swiper-active-title dl {
  max-width: unset;
}
@media (max-width: 1199px) {
    .swiper-active-title dl {
        grid-template-columns: 68px 1fr;
    min-height: 55px;
        font-size: 16px;
    height: auto;
    }
}
.swiper-active-title dt {
    height: 100%;
    background-color: #020b3d;
    font-family: SUIT;
    font-weight: bold;
    letter-spacing: normal;
    text-align: justify;
    color: #fff;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.swiper-active-title dd {
    height: 100%;
    font-family: SUIT;
    font-weight: 500;
    text-align: justify;
    background-color: rgba(255, 255, 255, 0.1);
}
.swiper-active-title dd a {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #fff;
  padding: 10px 30px;
  position: relative;
}
@media (max-width: 749px) {
  .swiper-active-title dd a {
    padding: 10px;
}
}
.swiper-active-title dd a .txt {
    display: block;
}

@-webkit-keyframes colorChange {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes colorChange {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.section-title {
    margin: 0 auto 36px;
    max-width: 1400px;
    padding: 0 40px;
}
@media (max-width: 1199px) {
    .section-title {
        padding: 0;
        margin: 0 0 -4px;
    }
}
.section-title a {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.section-title a .title {
    color: #fff;
    font-size: 30px;
  font-weight: 700;
    letter-spacing: -1.5px;
}
@media (max-width: 1199px) {
    .section-title a .title {
        font-size: 20px;
    }
}
.section-title a .more {
    font-size: 16px;
    letter-spacing: -0.8px;
    text-align: center;
    color: #959595;
}
@media (max-width: 1199px) {
    .section-title a .more {
        font-size: 11px;
        text-transform: uppercase;
    }
}

.container {
    max-width: 1300px;
    margin: 0 auto;
}

@media (max-width: 749px) {
    .sm-hidden {
        display: none;
    }
}

.swiper-time {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  background-color: #324e6d;
  height: 2px;
  overflow: hidden;
}
@media (max-width: 749px) {
    .swiper-time {
        opacity: 0;
    }
}

.autoplay-progress-bar {
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #fff;
  z-index: 10;
}
.autoplay-progress-bar.animate {
  /* JS에서 동적으로 설정할 애니메이션 */
  -webkit-animation-name: progress-fill;
          animation-name: progress-fill;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes progress-fill {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes progress-fill {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .section1 .type-one .swiper-slide .img img {
    height: 417px;
  }
  .section1 .type-two .swiper-slide .img img {
    height: 378px;
  }
}
.type-one .no-seminar {
  height: 486px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  opacity: 0.6;
  border: solid 1px #fff;
  background-color: #1a3a4e;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.8px;
  text-align: center;
  color: #848590;
}
@media (max-width: 749px) {
  .type-one .no-seminar {
    height: 280px;
  }
}
.type-one .section-title {
  margin: 0 auto 32px;
  max-width: 1280px;
}
.type-one .swiper-button-lock,
.type-one .swiper-ctrl,
.type-one .swipeLeft,
.type-one .swipeRight {
  display: none !important;
}

.type-two .section-title {
  margin: 0 auto 32px;
  max-width: 1280px;
}
.type-two .swipeLeft {
  display: none !important;
}

.swiper {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.container {
    width: 1200px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    margin-left: 20px;
    margin-right: 20px;
}
@media (min-width: 1240px) {
    .container {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 1240px) and (max-width: 749px) {
    .container {
        max-width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
}
.container h2 {
    color: #03273a;
    font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1199px) {
    .container h2 {
        font-size: 20px;
    }
}

.btn-more {
    position: relative;
    color: #959595;
    font-weight: 600;
}
.btn-more::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#020b3d), to(#1d506c));
    background-image: linear-gradient(to top, #020b3d, #1d506c);
    margin-right: 9px;
}
@media (max-width: 1199px) {
    .btn-more::before {
        width: 24px;
        height: 24px;
        margin-right: 6px;
    }
}
.btn-more::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
  background: url(/resources/img/main/ico-more.png) 50% no-repeat;
    position: absolute;
    top: 3px;
    left: 9px;
    z-index: 9;
}
@media (max-width: 1199px) {
    .btn-more::after {
        width: 12px;
        height: 12px;
        background-size: 12px;
        left: 6px;
        top: 6px;
    }
}

.section2 {
    padding: 40px 0;
}
@media (max-width: 1199px) {
    .section2 {
        padding: 30px 0;
    }
}
.section2 h2 {
    margin-bottom: 30px;
}
@media (max-width: 1199px) {
    .section2 h2 {
        margin-bottom: 18px;
    }
}

.section3 {
    padding: 40px 0;
}
@media (max-width: 1199px) {
    .section3 {
        padding: 30px 0;
    }
}
.section3 h2 {
    margin-bottom: 30px;
}
@media (max-width: 1199px) {
    .section3 h2 {
        margin-bottom: 18px;
    }
}

.section4 {
    padding: 40px 0;
}
@media (max-width: 1199px) {
    .section4 {
        padding: 30px 0;
    }
}
.section4 h2 {
    margin-bottom: 30px;
}
@media (max-width: 1199px) {
    .section4 h2 {
        margin-bottom: 18px;
    }
}

.section5 {
    padding: 40px 0;
}
@media (max-width: 1199px) {
    .section5 {
        padding: 30px 0;
    }
}
.section5 h2 {
    margin-bottom: 30px;
}
@media (max-width: 1199px) {
    .section5 h2 {
        margin-bottom: 18px;
    }
}

.section6 {
    padding: 40px 0;
}
@media (max-width: 1199px) {
    .section6 {
        padding: 30px 0;
    }
}
.section6 h2 {
    margin-bottom: 30px;
}
@media (max-width: 1199px) {
    .section6 h2 {
        margin-bottom: 18px;
    }
}

.section2 {
    background: #f1f6fa;
}
@media (max-width: 749px) {
    .section2 {
        padding: 30px 0 10px;
    }
}
.section2 .today {
    position: relative;
}
.section2 .today .tabs-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 749px) {
  .section2 .today .tabs-head {
    border: none;
  }
}
.section2 .today .tabs-head a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    width: 100%;
    padding: 20px 22px;
    font-size: 18px;
    color: #888;
    text-align: center;
    word-break: keep-all;
    white-space: nowrap;
    background-color: transparent;
  border-bottom: 1px solid #3b3b3b;
}
@media (max-width: 749px) {
    .section2 .today .tabs-head a {
        padding: 17px 22px;
        font-size: 16px;
    }
}
.section2 .today .tabs-head a.on {
    color: #fff;
    font-weight: 600;
    background-color: #081853;
}
.section2 .today .more {
    position: absolute;
    top: -67px;
    left: 200px;
    z-index: 9;
}
@media (max-width: 1199px) {
    .section2 .today .more {
        top: -43px;
        left: 137px;
    }
}
.section2 .today-set {
    margin-top: 47px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
@media (max-width: 1199px) {
    .section2 .today-set {
        display: block;
        margin-top: 10px;
    }
}
.section2 .today-set .today-info {
  width: 330px;
  padding-right: 20px;
    position: relative;
    z-index: 9;
    padding-top: 92px;
    background: #f1f6fa;
}
@media (min-width: 750px) and (max-width: 1199px) {
    .section2 .today-set .today-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #bac1c6;
    }
}
@media (max-width: 749px) {
    .section2 .today-set .today-info {
        border-bottom: none;
        padding-top: 0;
    }
}
.section2 .today-set .today-info .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 8px;
    cursor: pointer;
}
@media (min-width: 750px) and (max-width: 1199px) {
    .section2 .today-set .today-info .info {
    width: 350px;
    }
}
@media (max-width: 749px) {
    .section2 .today-set .today-info .info {
        gap: 20px;
    }
}
.section2 .today-set .today-info .info img {
    vertical-align: bottom;
  width: 150px;
}
@media (max-width: 749px) {
    .section2 .today-set .today-info .info img {
        width: 98px;
    }
}
.section2 .today-set .today-info .info > p {
  border-radius: 200px;
  overflow: hidden;
  aspect-ratio: 1;
}
.section2 .today-set .today-info .info .name-set {
  position: relative;
    margin-bottom: 10px;
}

@media (max-width: 749px) {
    .section2 .today-set .today-info .info .name-set {
        margin-bottom: 6px;
    }
}
.section2 .today-set .today-info .info .name-set strong {
    display: block;
    margin-bottom: 7px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#194a67), to(#021745));
    background-image: linear-gradient(0deg, #194a67, #021745);
    font-family: HSBombaram21;
    font-size: 33px;
    font-weight: normal;
    letter-spacing: -1.75px;
    color: #020b3d;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section2 .today-set .today-info .info .name-set strong::after {
  content: ".";
  opacity: 0;
  display: inline-block;
  width: 27px;
}
@media (max-width: 749px) {
    .section2 .today-set .today-info .info .name-set strong {
        margin-bottom: 0;
        font-size: 24.5px;
    }
}

.section2 .today-set .today-info .info .name-set span {
    display: block;
    font-size: 22px;
}
@media (max-width: 749px) {
    .section2 .today-set .today-info .info .name-set span {
        font-size: 15.5px;
    }
}
.section2 .today-set .today-info .keyword {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 20px;
}
@media (min-width: 750px) and (max-width: 1199px) {
    .section2 .today-set .today-info .keyword {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0;
        padding-top: 0;
        padding-left: 20px;
        width: calc(100% - 275px);
    }
}
@media (max-width: 749px) {
    .section2 .today-set .today-info .keyword {
        margin-top: 0;
    }
}
.section2 .today-set .today-info .keyword::before {
    content: "";
    display: block;
    background: #bac1c6;
    width: 1200px;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -1;
}
@media (min-width: 750px) and (max-width: 1199px) {
    .section2 .today-set .today-info .keyword::before {
        display: none;
    }
}
@media (max-width: 749px) {
    .section2 .today-set .today-info .keyword::before {
        display: none;
    }
}
.section2 .today-set .today-info .keyword button {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
    word-break: keep-all;
    padding: 5px 13px;
    color: #fff;
    background-color: #03273a;
    cursor: default;
    pointer-events: none;
}
.section2 .today-set .today-swiper {
    position: relative;
    z-index: 9;
}
@media (min-width: 1200px) {
    .section2 .today-set .today-swiper {
    width: calc(100% - 330px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 1199px) {
  .section2 .today-set .today-swiper {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    }
  .section2 .today-set .today-swiper::before {
    content: "";
    position: absolute;
    top: 325px;
    left: 0;
    width: 100%;
    height: 1px;
  }
}
@media (max-width: 749px) {
    .section2 .today-set .today-swiper.hide-before-vertical {
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }
    .section2 .today-set .today-swiper.hide-before-vertical .swiper::before {
        display: none;
    }
}
@media (min-width: 1200px) {
  .section2 .today-set .today-swiper::before {
    pointer-events: none;
    position: absolute;
    z-index: 99;
    top: -10px;
    content: "";
    display: block;
    width: 33px;
    height: 31px;
    -webkit-animation: tableScrollAni 4s infinite;
            animation: tableScrollAni 4s infinite;
    background: url(/resources/img/main/ico-touch.png) no-repeat;
    top: 50%;
    right: 0;
  }
}
.section2 .today-set .today-swiper .swiper {
  height: auto;
}
@media (max-width: 1199px) {
    .section2 .today-set .today-swiper .swiper {
        width: calc(100% + 20px);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    }
}
@media (max-width: 749px) {
    .section2 .today-set .today-swiper .swiper::before {
    pointer-events: none;
        position: absolute;
        z-index: 99;
        top: -10px;
        content: "";
        display: block;
        width: 33px;
        height: 31px;
        -webkit-animation: tableScrollAni 4s infinite;
        animation: tableScrollAni 4s infinite;
    background: url(/resources/img/main/ico-touch.png) no-repeat;
        top: auto;
        bottom: 0;
    }
    .section2 .today-set .today-swiper .swiper.hide-before::before {
        display: none;
    }
}
.section2 .today-set .today-swiper .swiper-slide {
    width: 200px; /* 또는 원하는 고정값 */
    -ms-flex-negative: 0;
    flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
@media (max-width: 749px) {
    .section2 .today-set .today-swiper .swiper-slide {
        width: 180px;
    }
}
@media (min-width: 1200px) {
  .section2 .today-set .today-swiper .swiper-slide {
    height: 479px;
  }
}
.section2 .today-set .today-swiper .swiper-slide.type2 a {
  position: relative;
  height: 100%;
  width: 100%;
}
.section2 .today-set .today-swiper .swiper-slide.type2 a .set {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.section2 .today-set .today-swiper .swiper-slide.type2 a .time-set2 {
  margin-top: 242px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media (max-width: 1199px) {
  .section2 .today-set .today-swiper .swiper-slide.type2 a .time-set2 {
    margin-top: 150px;
    padding-bottom: 20px;
  }
}
@media (max-width: 749px) {
  .section2 .today-set .today-swiper .swiper-slide.type2 a .time-set2 {
    padding-bottom: 20px;
  }
}
.section2 .today-set .today-swiper .swiper-slide.type2 a .time-set2 .dot {
  position: relative;
  z-index: 1;
  display: block;
  margin: 14px 0;
  border-radius: 10px;
  width: 11px;
  height: 11px;
  background-color: #081853;
}
@media (max-width: 1199px) {
  .section2 .today-set .today-swiper .swiper-slide.type2 a .time-set2 .dot + dl::before {
    display: block;
    -webkit-transform: translate(-10px, -20px);
            transform: translate(-10px, -20px);
    content: "";
    width: calc(100% + 20px);
    height: 1px;
    background-color: #bac1c6;
  }
}
.section2 .today-set .today-swiper .swiper-slide.type2 a .time-set2 span {
  display: block;
}
.section2 .today-set .today-swiper .swiper-slide.type2 a .time-set2 .date {
  font-family: SUIT;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
.section2 .today-set .today-swiper .swiper-slide.type2 a .time-set2 .txt {
  margin: 14px 0 0;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.section2 .today-set .today-swiper .swiper-slide.type2 a .time-set2 dl {
  line-height: 1.5;
}
.section2 .today-set .today-swiper .swiper-slide.type2 a .time-set2 dl ~ dl {
  margin-top: 8px;
}
.section2 .today-set .today-swiper .swiper-slide.type2 a .time-set2 dd ~ dt {
  margin-top: 8px;
}
.section2 .today-set .today-swiper .swiper-slide.type2 a .time-set2 dt {
  font-weight: bold;
}
.section2 .today-set .today-swiper .swiper-slide.type2 a .time-set2 dd {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.section2 .today-set .today-swiper .swiper-slide.type3 {
  width: 276px;
  padding-right: 10px;
  height: auto;
}
@media (min-width: 1200px) {
  .section2 .today-set .today-swiper .swiper-slide.type3 {
    height: 479px;
  }
}
.section2 .today-set .today-swiper .swiper-slide.type3.order a {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.section2 .today-set .today-swiper .swiper-slide.type3 a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section2 .today-set .today-swiper .swiper-slide.type3 a:hover .img::before, .section2 .today-set .today-swiper .swiper-slide.type3 a:focus .img::before {
  opacity: 1;
}
.section2 .today-set .today-swiper .swiper-slide.type3 a .time-set {
  height: auto;
}
.section2 .today-set .today-swiper .swiper-slide.type3 a .img {
  position: relative;
  width: 100%;
}
.section2 .today-set .today-swiper .swiper-slide.type3 a .img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/resources/img/main/ico-play2.png) center center no-repeat;
  opacity: 0.3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section2 .today-set .today-swiper .swiper-slide.type3 a .img img {
  width: 100%;
  aspect-ratio: 230/144;
}
.section2 .today-set .today-swiper .swiper-slide a {
    display: grid;
    grid-template-columns: 1fr;
}
.section2 .today-set .today-swiper .swiper-slide a .time-set {
  height: 195px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.section2 .today-set .today-swiper .swiper-slide a .time-set > span {
    display: block;
}
.section2 .today-set .today-swiper .swiper-slide a .time-set .year {
  font-size: 16px;
}
.section2 .today-set .today-swiper .swiper-slide a .time-set .day {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.1;
}
@media (max-width: 749px) {
    .section2 .today-set .today-swiper .swiper-slide a .time-set .day {
        font-size: 34px;
        margin-top: 0;
    }
}
.section2 .today-set .today-swiper .swiper-slide a .time-set .day span {
    font-size: 20px;
    font-weight: 400;
}
.section2 .today-set .today-swiper .swiper-slide a .time-set .time {
    font-size: 18px;
}
.section2 .today-set .today-swiper .swiper-slide a .time-set .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  height: 60px;
    margin: 10px 0 10px;
  line-height: 1.25;
}
@media (max-width: 749px) {
    .section2 .today-set .today-swiper .swiper-slide a .time-set .txt {
        margin: 7px 0 5px;
    }
}
.section2 .today-set .today-swiper .swiper-slide a .img {
    border: 10px solid #d0d8dd;
}
.section2 .today-set .today-swiper .swiper-slide a .img img {
    vertical-align: top;
  -o-object-fit: fill;
     object-fit: fill;
    aspect-ratio: 180/254;
    width: 100%;
    height: 100%;
}
@media (max-width: 749px) {
    .section2 .today-set .today-swiper .swiper-slide a .img img {
        aspect-ratio: 161/228;
    }
}
.section2 .today-set .today-swiper .swiper-slide.order .time-set {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 18px;
}
.section2 .today-set .today-swiper .swiper-slide.order .img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.section2 .today-set .today-swiper .swiper-slide .time-set {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 10px;
}
@media (max-width: 749px) {
    .section2 .today-set .today-swiper .swiper-slide .time-set .day {
        margin-top: 15px;
    }
}
.section2 .today-set .today-swiper .swiper-slide .img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
@media (min-width: 1200px) {
    .section2 .today-set .today-swiper .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide .time-set, .section2 .today-set .today-swiper .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide ~ .swiper-slide .time-set {
        opacity: 0;
    }
    .section2 .today-set .today-swiper .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide .img, .section2 .today-set .today-swiper .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide ~ .swiper-slide .img {
        background: -webkit-gradient(linear, left top, right top, from(rgb(232, 236, 238)), color-stop(70%, rgba(255, 255, 255, 0)));
        background: linear-gradient(90deg, rgb(232, 236, 238) 0%, rgba(255, 255, 255, 0) 70%);
        border-width: 10px 0 10px 10px;
        -o-border-image: linear-gradient(to right, rgb(208, 216, 221), rgba(208, 216, 221, 0)) 1;
        border-image: -webkit-gradient(linear, left top, right top, from(rgb(208, 216, 221)), to(rgba(208, 216, 221, 0))) 1;
        border-image: linear-gradient(to right, rgb(208, 216, 221), rgba(208, 216, 221, 0)) 1;
    }
    .section2 .today-set .today-swiper .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide .img img, .section2 .today-set .today-swiper .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide ~ .swiper-slide .img img {
        opacity: 0;
    }
}
    .section2 .today-set .swiper-ctrl-prev {
    background: url(/resources/img/main/btn-prev.png) no-repeat;
    }
    .section2 .today-set .swiper-ctrl-next {
    background: url(/resources/img/main/btn-next.png) no-repeat;
    }
    .section2 .today-set .swiper-ctrl button {
    width: 35px;
    height: 35px;
    background-size: 35px;
    background-position: center center;
  }
@media (max-width: 1199px) {
  .section2 .today-set .swiper-ctrl {
    margin: 0 0 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1200px) {
  .section2 .today-set .swiper-ctrl {
    --x: -45px;
  }
  .section2 .today-set .swiper-ctrl-prev {
    left: var(--x);
    background: url(/resources/img/main/btn-prev.png) no-repeat;
  }
  .section2 .today-set .swiper-ctrl-next {
    right: -35px;
    background: url(/resources/img/main/btn-next.png) no-repeat;
  }
  .section2 .today-set .swiper-ctrl button {
    position: absolute;
    top: 244px;
    z-index: 2;
  }
}

  .today-info-more-btn {
    position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 17px;
  height: 15px;
  background: url(/resources/img/main/open-in-new-icon@2x.png) no-repeat;
  background-size: 17px auto;
}

.today-swiper:has(.swiper-button-lock)::before {
  display: none !important;
}
.section2 .container {
  position: relative;
}

.today-info-ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: absolute;
  top: 1px;
  left: 204px;
  z-index: 9;
}
@media (max-width: 1199px) {
  .today-info-ctrl {
    left: 136px;
    top: -4px;
  }
}
@media (max-width: 749px) {
  .today-info-ctrl {
    top: -5px;
    left: 136px;
  }
}
.today-info-ctrl-prev {
  background: url(/resources/img/main/btn-prev.png) no-repeat;
}
@media (max-width: 1199px) {
  .today-info-ctrl-prev {
    background: url(/resources/img/main/btn-prev2.png) no-repeat;
  }
}
.today-info-ctrl-next {
  background: url(/resources/img/main/btn-next.png) no-repeat;
}
@media (max-width: 1199px) {
  .today-info-ctrl-next {
    background: url(/resources/img/main/btn-next2.png) no-repeat;
  }
}
.today-info-ctrl button {
  width: 35px;
  height: 35px;
  background-size: 35px;
    }
@media (max-width: 1199px) {
  .today-info-ctrl button {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 749px) {
    .section3 {
        padding: 30px 0 10px;
    }
}
.section3 .container {
    position: relative;
}
.section3 .con {
    display: grid;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-template-columns: 1fr 320px;
    gap: 33px;
}
.section3 .con .data-tabs-set {
    min-width: 0;
}
@media (max-width: 749px) {
    .section3 .con {
        display: block;
    }
}
.section3 .data-tabs-set .tabs-head2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 749px) {
  .section3 .data-tabs-set .tabs-head2 {
    border: none;
  }
}
.section3 .data-tabs-set .tabs-head2 a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    width: 100%;
    padding: 20px 22px;
    font-size: 18px;
    color: #888;
    text-align: center;
    word-break: keep-all;
    white-space: nowrap;
    background-color: transparent;
  border-bottom: 1px solid #3b3b3b;
}
@media (max-width: 749px) {
    .section3 .data-tabs-set .tabs-head2 a {
        padding: 17px 22px;
        font-size: 16px;
    }
}
.section3 .data-tabs-set .tabs-head2 a.on {
    color: #fff;
    font-weight: 600;
    background-color: #081853;
}
@media (min-width: 750px) and (max-width: 1199px) {
    .section3 .data-tabs-set .tabs-head2 + .mobile-scroller-x {
        display: none;
    }
}
@media (max-width: 749px) {
    .section3 .data-tabs-set .tabs-head2 a {
        min-width: 130px;
    }
}
.section3 .data-tabs-set .data-list {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .section3 .data-tabs-set .data-list .section3-tab-swiper {
        position: relative;
        gap: 28px;
    }
}
@media (max-width: 749px) {
    .section3 .data-tabs-set .data-list .section3-tab-swiper {
        width: 100%;
    }
}
.section3 .data-tabs-set .data-list ul li {
    width: 25%;
}
@media (max-width: 1199px) {
    .section3 .data-tabs-set .data-list ul li {
        width: 170px;
    }
}
@media (max-width: 749px) {
    .section3 .data-tabs-set .data-list ul li {
        width: 160px;
    }
}
.section3 .data-tabs-set .data-list ul li a {
    display: block;
}
@media (min-width: 1200px) {
    .section3 .data-tabs-set .data-list ul li a {
    padding: 0 20px;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 0, 0, 1.7);
    transition: -webkit-transform 0.5s cubic-bezier(0, 0, 0, 1.7);
    transition: transform 0.5s cubic-bezier(0, 0, 0, 1.7);
    transition: transform 0.5s cubic-bezier(0, 0, 0, 1.7), -webkit-transform 0.5s cubic-bezier(0, 0, 0, 1.7);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-perspective: 600px;
        perspective: 600px;
    }
  .section3 .data-tabs-set .data-list ul li a:hover {
        -webkit-transform: perspective(600px) rotateX(1deg) rotateY(10deg);
        transform: perspective(600px) rotateX(1deg) rotateY(10deg);
    }
}
@media (max-width: 749px) {
  .section3 .data-tabs-set .data-list ul li a {
    padding: 0;
    }
}
.section3 .data-tabs-set .data-list ul li a span {
    display: block;
}
.section3 .data-tabs-set .data-list ul li a span.img {
    width: 170px;
    height: 242px;
    -webkit-box-shadow: 2.6px 1.5px 7px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 2.6px 1.5px 7px 0 rgba(0, 0, 0, 0.19);
}
@media (max-width: 749px) {
    .section3 .data-tabs-set .data-list ul li a span.img {
        width: 150px;
        height: 213px;
    }
}
.section3 .data-tabs-set .data-list ul li a span.img img {
    vertical-align: top;
  -o-object-fit: fill;
     object-fit: fill;
}
.section3 .data-tabs-set .data-list ul li a span.txt-set {
    margin-top: 15px;
}
@media (max-width: 749px) {
    .section3 .data-tabs-set .data-list ul li a span.txt-set {
        font-size: 14px;
    }
}
.section3 .data-tabs-set .data-list ul li a span.txt-set .text {
    color: #242424;
    font-weight: 600;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
}
@media (max-width: 749px) {
    .section3 .data-tabs-set .data-list ul li a span.txt-set .text {
        height: 38px;
    }
}
.section3 .data-tabs-set .data-list ul li a span.txt-set .date {
  color: #616161;
}
.section3 .data-tabs-set .data-list ul li a span.txt-set .name {
    color: #081853;
    margin-top: 10px;
}
@media (max-width: 749px) {
    .section3 .data-tabs-set .data-list ul {
        position: relative;
    }
    .section3 .data-tabs-set .data-list ul::before {
    pointer-events: none;
        position: absolute;
        z-index: 99;
        top: -10px;
        content: "";
        display: block;
        width: 33px;
        height: 31px;
        -webkit-animation: tableScrollAni 4s infinite;
        animation: tableScrollAni 4s infinite;
    background: url(/resources/img/main/ico-touch.png) no-repeat;
        top: auto;
    bottom: 0;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }
    .section3 .data-tabs-set .data-list ul.hide-before::before {
        display: none;
    }
}
@media (max-width: 749px) {
    .section3 .seminar-wrap {
        margin-top: 30px;
    }
}
.section3 .seminar-wrap .brief {
    position: relative;
    margin-top: 15px;
    text-align: center;
}
.section3 .seminar-wrap .brief h3 {
    margin-bottom: 24px;
    display: inline-block;
    position: relative;
    color: #242424;
    font-size: 22px;
    font-weight: 700;
}
@media (max-width: 749px) {
    .section3 .seminar-wrap .brief h3 {
        margin-bottom: 18px;
    }
}
.section3 .seminar-wrap .brief h3::before {
    content: "";
    display: inline-block;
    width: calc(100% + 10px);
    height: 9px;
    background-color: #d4e2ff;
    position: absolute;
    bottom: 1px;
    left: -5px;
    z-index: -1;
}
.section3 .seminar-wrap .brief .item {
    border-radius: 0 0 50% 50%;
    display: inline-block;
    overflow: hidden;
}
.section3 .seminar-wrap .brief .big-img {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 46px;
    border-radius: 0 0 30px 30px;
}
@media (max-width: 749px) {
    .section3 .seminar-wrap .brief .big-img {
        padding: 0 32px;
    }
}
.section3 .seminar-wrap .brief .big-img::before {
    content: "";
    display: inline-block;
    width: 317px;
    height: 317px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#051b32), to(#0e587f));
    background-image: linear-gradient(to top, #051b32, #0e587f);
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
@media (max-width: 749px) {
    .section3 .seminar-wrap .brief .big-img::before {
        width: 229px;
        height: 229px;
    }
}
.section3 .seminar-wrap .brief .big-img-s {
    display: block;
    width: 227px;
    height: 325px;
    -webkit-box-shadow: 2.6px 1.5px 7px 0 rgba(0, 0, 0, 0.29);
    box-shadow: 2.6px 1.5px 7px 0 rgba(0, 0, 0, 0.29);
}
@media (max-width: 749px) {
    .section3 .seminar-wrap .brief .big-img-s {
        width: 164px;
        height: 227px;
    }
}
.section3 .seminar-wrap .brief .big-img-s img {
  -o-object-fit: fill;
     object-fit: fill;
    aspect-ratio: 227/325;
    width: 100%;
    height: 100%;
}
@media (max-width: 749px) {
    .section3 .seminar-wrap .brief .big-img-s img {
        aspect-ratio: 164/227;
    }
}
/*
.section3 .seminar-wrap .details {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    width: calc(100% + 2px);
    z-index: 99;
    border: 1px solid #020b3d;
    padding: 60px 0 65px 20px;
    background: #fff;
    gap: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 749px) {
    .section3 .seminar-wrap .details {
        top: 108px;
        padding: 60px 0 20px 20px;
    }
}
.section3 .seminar-wrap .details.on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1199px) {
    .section3 .seminar-wrap .details.on {
        display: block;
    }
}
 */
.section3 .seminar-wrap .details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  -webkit-transition: opacity 0.3s ease-out, visibility 0s linear 0.3s, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0s linear 0.3s, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0s linear 0.3s, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0s linear 0.3s, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    position: absolute;
    top: 68px;
    left: 0;
    width: calc(100% + 2px);
    z-index: 99;
    border: 1px solid #020b3d;
    padding: 60px 0 65px 20px;
    background: #fff;
    gap: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .section3 .seminar-wrap .details {
        display: block;
    }
}
@media (max-width: 749px) {
    .section3 .seminar-wrap .details {
        top: 108px;
        padding: 60px 0 20px 20px;
    }
}
.section3 .seminar-wrap .details.on {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
  -webkit-transition: opacity 0.3s ease-out, visibility 0s linear 0s, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0s linear 0s, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0s linear 0s, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0s linear 0s, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.section3 .seminar-wrap .details.no-hover {
    pointer-events: none;
}
.section3 .seminar-wrap .details .title-img {
    width: 55%;
  min-width: 0;
    color: #242424;
}
@media (max-width: 1199px) {
    .section3 .seminar-wrap .details .title-img {
        width: 100%;
    }
}
.section3 .seminar-wrap .details .title-img a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}
@media (max-width: 749px) {
    .section3 .seminar-wrap .details .title-img a {
        display: block;
    }
}
.section3 .seminar-wrap .details .title-img a .big-img {
    position: relative;
    width: 265px;
    padding: 0 27px;
}
@media (max-width: 749px) {
    .section3 .seminar-wrap .details .title-img a .big-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
    }
}
.section3 .seminar-wrap .details .title-img a .big-img::before {
    content: "";
    display: inline-block;
    width: 265px;
    height: 265px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#051b32), to(#0e587f));
    background-image: linear-gradient(to top, #051b32, #0e587f);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -132.5px;
    left: 0;
    z-index: -1;
}
.section3 .seminar-wrap .details .title-img a .big-img .big-img-s {
    display: block;
    width: 210px;
    height: 300px;
    -webkit-box-shadow: 2.6px 1.5px 7px 0 rgba(0, 0, 0, 0.29);
    box-shadow: 2.6px 1.5px 7px 0 rgba(0, 0, 0, 0.29);
}
.section3 .seminar-wrap .details .title-img a .big-img .big-img-s img {
    -webkit-box-shadow: 2.6px 1.5px 7px 0 rgba(0, 0, 0, 0.29);
    box-shadow: 2.6px 1.5px 7px 0 rgba(0, 0, 0, 0.29);
  -o-object-fit: fill;
     object-fit: fill;
    aspect-ratio: 210/300;
    width: 100%;
    height: 100%;
}
.section3 .seminar-wrap .details .title-img .txt-set {
    width: calc(100% - 265px - 10px);
}
@media (max-width: 749px) {
    .section3 .seminar-wrap .details .title-img .txt-set {
    width: auto;
        margin-top: 20px;
    }
}
.section3 .seminar-wrap .details .title-img .txt-set > * {
    display: block;
}
.section3 .seminar-wrap .details .title-img .txt-set strong {
    display: inline-block;
    position: relative;
    font-size: 30px;
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 22px;
}
@media (max-width: 749px) {
    .section3 .seminar-wrap .details .title-img .txt-set strong {
        font-size: 25px;
        margin-bottom: 15px;
    }
}
.section3 .seminar-wrap .details .title-img .txt-set strong::before {
    content: "";
    display: inline-block;
    width: calc(100% + 10px);
    height: 15px;
    background-color: #d4e2ff;
    position: absolute;
    bottom: 1px;
    left: -5px;
    z-index: -1;
}
.section3 .seminar-wrap .details .title-img .txt-set .title {
    color: #021745;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.8px;
    word-break: keep-all;
    display: block;
}
@media (max-width: 749px) {
  .section3 .seminar-wrap .details .title-img .txt-set .title {
        font-size: 18px;
    }
}
.section3 .seminar-wrap .details .title-img .txt-set .location {
    font-size: 18px;
    font-weight: 500;
    margin: 30px 0 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
@media (max-width: 749px) {
  .section3 .seminar-wrap .details .title-img .txt-set .location {
        font-size: 16px;
        margin: 20px 0 8px;
    }
}
@media (max-width: 749px) {
  .section3 .seminar-wrap .details .title-img .txt-set .place {
        font-size: 14px;
    }
}
.section3 .seminar-wrap .details .title-img .txt-set .place .place-item {
    display: block;
    margin: 8px 0;
    letter-spacing: -0.8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 749px) {
  .section3 .seminar-wrap .details .title-img .txt-set .place .place-item {
        margin: 3px 0;
    }
}
.section3 .seminar-wrap .details .title-img .txt-set .place .place-item em {
    font-weight: 600;
}
.section3 .seminar-wrap .details .seminar-swiper {
    position: relative;
    width: 45%;
}
@media (max-width: 1199px) {
    .section3 .seminar-wrap .details .seminar-swiper {
        width: 100%;
        margin-top: 30px;
    }
}
.section3 .seminar-wrap .details .seminar-swiper::before {
    content: "";
    display: inline-block;
    width: 80px;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, color-stop(10%, white), to(transparent));
    background: linear-gradient(to left, white 10%, transparent 100%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}
@media (min-width: 1200px) {
  .section3 .seminar-wrap .details .seminar-swiper::after {
    pointer-events: none;
    position: absolute;
    z-index: 99;
    top: -10px;
    content: "";
    display: block;
    width: 33px;
    height: 31px;
    -webkit-animation: tableScrollAni 4s infinite;
            animation: tableScrollAni 4s infinite;
    background: url(/resources/img/main/ico-touch.png) no-repeat;
    top: 50%;
    right: 0;
  }
}
.section3 .seminar-wrap .details .seminar-swiper .seminar-ctrl-prev {
  background: url(/resources/img/main/btn-prev2.png) no-repeat;
    left: -17px;
}
.section3 .seminar-wrap .details .seminar-swiper .seminar-ctrl-next {
  background: url(/resources/img/main/btn-next2.png) no-repeat;
    right: 0;
}
.section3 .seminar-wrap .details .seminar-swiper .seminar-ctrl button {
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: 9;
    margin-top: -17px;
    top: calc(50% - 30px);
}
.section3 .seminar-wrap .details .seminar-swiper .swiper-slide-next + .swiper-slide .title,
.section3 .seminar-wrap .details .seminar-swiper .swiper-slide-next + .swiper-slide .location {
    display: none;
}
.section3 .seminar-wrap .details .seminar-swiper span {
    display: block;
}
@media (max-width: 749px) {
    .section3 .seminar-wrap .details .seminar-swiper span {
        word-break: keep-all;
    }
}
.section3 .seminar-wrap .details .seminar-swiper span.img img {
  -o-object-fit: fill;
     object-fit: fill;
    aspect-ratio: 193/242;
    width: 100%;
    height: 100%;
}
.section3 .seminar-wrap .details .seminar-swiper span.title {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    margin: 12px 0 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}
.section3 .seminar-wrap .details .btn-close {
    width: 46px;
    height: 46px;
    background: url(/resources/img/main/ico-close.png) 50% no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    pointer-events: auto;
    cursor: pointer;
}
.section3 .more {
    position: absolute;
    top: 2px;
    left: 120px;
}
@media (max-width: 749px) {
    .section3 .more {
        left: 80px;
    }
}

.section3-tab-swiper {
    position: relative;
}

.section3-tab-swiper-ctrl {
    position: absolute;
    top: calc(50% - 60px);
    width: 48px;
    height: 48px;
    z-index: 1;
    --left: 0;
}
@media (max-width: 749px) {
    .section3-tab-swiper-ctrl {
        top: calc(50% - 40px);
    top: calc((100% - 99px) / 2 - 24px);
    }
}
.section3-tab-swiper-ctrl--prev {
    left: var(--left);
  background: url(/resources/img/main/btn-prev.png) center center no-repeat;
}
.section3-tab-swiper-ctrl--next {
    right: var(--left);
  background: url(/resources/img/main/btn-next.png) center center no-repeat;
}

.video-swiper-wrap .swiper {
    padding: 30px 0 0;
}
@media (max-width: 749px) {
    .video-swiper-wrap .swiper {
        margin: 0 auto;
    }
}

.section4 {
  background-image: url(/resources/img/main/img_visal.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    max-height: 760px;
}
@media (max-width: 1199px) {
    .section4 {
    background-image: url(/resources/img/main/img_visal_m.jpg);
        background-position: 100% 0;
    }
}
.section4 .container {
    position: relative;
}
@media (max-width: 1199px) {
    .section4 .container {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        max-width: 100%;
    }
}
.section4 .container h2 {
    color: #fff;
}
@media (max-width: 1199px) {
    .section4 .container h2 {
        padding: 0 20px;
    }
}
.section4 .container .more {
    position: absolute;
    top: 2px;
    left: 146px;
}
@media (max-width: 1199px) {
    .section4 .container .more {
        left: 166px;
    }
}
@media (max-width: 749px) {
    .section4 .container .more {
        left: 120px;
    }
}
.section4 .container .more .btn-more {
    color: #959595;
    font-size: 16px;
}
.section4 .container .video-swiper-wrap {
    position: relative;
    padding-top: 70px;
}
@media (min-width: 750px) and (max-width: 1199px) {
    .section4 .container .video-swiper-wrap {
        padding-top: 55px;
    }
}
@media (max-width: 749px) {
    .section4 .container .video-swiper-wrap {
        padding-top: 50px;
    }
}
.section4 .container .video-swiper-wrap .video-swiper .swiper-slide {
    width: 660px;
    margin-top: -28px;
}
@media (max-width: 749px) {
    .section4 .container .video-swiper-wrap .video-swiper .swiper-slide {
        width: 80%;
    }
}
.section4 .container .video-swiper-wrap .video-swiper .swiper-slide .img {
    position: relative;
    display: block;
  width: 660px;
    height: 370px;
  margin: auto;
    overflow: hidden;
}
@media (max-width: 1199px) {
    .section4 .container .video-swiper-wrap .video-swiper .swiper-slide .img {
        width: 100%;
        height: 280px;
    }
}
@media (max-width: 749px) {
    .section4 .container .video-swiper-wrap .video-swiper .swiper-slide .img {
        width: 100%;
        height: 200px;
    }
}
.section4 .container .video-swiper-wrap .video-swiper .swiper-slide .img::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
}
.section4 .container .video-swiper-wrap .video-swiper .swiper-slide .img img {
    vertical-align: top;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.section4 .container .video-swiper-wrap .video-swiper .swiper-slide-active a:hover .img:before {
  opacity: 1;
}
.section4 .container .video-swiper-wrap .video-swiper .swiper-slide-active .img::after {
    content: "";
    display: inline-block;
    width: 44px;
    height: 44px;
    background: #54565a url(/resources/img/main/ico-ne.png) 50% no-repeat;
    border-radius: 5px;
    position: absolute;
    top: 11%;
    right: 7.2%;
    z-index: 9;
}
@media (max-width: 1199px) {
    .section4 .container .video-swiper-wrap .video-swiper .swiper-slide-active .img::after {
        width: 35px;
        height: 35px;
        background-size: 18px;
        right: 3%;
        top: 6%;
    }
}
.section4 .container .video-swiper-wrap .video-swiper .swiper-slide-active .img::before {
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    width: 101px;
    height: 101px;
    background: url(/resources/img/main/ico-paly.png) 50% no-repeat;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 1199px) {
    .section4 .container .video-swiper-wrap .video-swiper .swiper-slide-active .img::before {
        width: 56px;
        height: 56px;
        background-size: 56px;
        margin-top: -28px;
        margin-left: -28px;
    }
}
.section4 .container .video-swiper-wrap .video-swiper .swiper-slide-active .txt-set {
    color: #fff;
    display: block;
    margin-top: 15px;
    padding: 0 5px;
}
.section4 .container .video-swiper-wrap .video-swiper .swiper-slide-active .txt-set strong {
    width: 100%;
    display: block;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}
@media (max-width: 749px) {
    .section4 .container .video-swiper-wrap .video-swiper .swiper-slide-active .txt-set strong {
        font-size: 18px;
        margin-bottom: 0;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: keep-all;
    }
}
.section4 .container .video-swiper-wrap .video-swiper .swiper-slide-active .txt-set span {
    display: block;
    margin: 4px 0;
    font-size: 18px;
}
@media (max-width: 1199px) {
    .section4 .container .video-swiper-wrap .video-swiper .swiper-slide-active .txt-set span + span {
        display: none;
    }
}
@media (max-width: 749px) {
    .section4 .container .video-swiper-wrap .video-swiper .swiper-slide-active .txt-set span {
        font-size: 15px;
    }
}
.section4 .container .video-swiper-wrap .video-swiper a .img {
    display: inline-block;
    border: 10px solid #d0d8dd;
}
.section4 .container .video-swiper-wrap .video-swiper a .txt-set {
    display: none;
}
.section4 .container .video-swiper-wrap .video-ctrl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    position: absolute;
    top: 0;
  z-index: 9;
  left: 20px;
  --x: -26px;
}
@media (min-width: 1200px) {
  .section4 .container .video-swiper-wrap .video-ctrl {
    left: 0;
}
}
@media (min-width: 1255px) {
    .section4 .container .video-swiper-wrap .video-ctrl {
    position: static;
    display: block;
    }
}
.section4 .container .video-swiper-wrap .video-ctrl-prev {
  left: var(--x);
  background: url(/resources/img/main/btn-prev.png) no-repeat;
}
.section4 .container .video-swiper-wrap .video-ctrl-next {
  right: var(--x);
  background: url(/resources/img/main/btn-next.png) no-repeat;
}
    .section4 .container .video-swiper-wrap .video-ctrl button {
        width: 35px;
        height: 35px;
        background-size: 35px;
    }
@media (min-width: 1255px) {
  .section4 .container .video-swiper-wrap .video-ctrl button {
    position: absolute;
    top: 240px;
    z-index: 1;
    width: 52px;
    height: 52px;
    background-size: 52px;
  }
}
.section4 .container .video-swiper-wrap .video-paging {
    display: none;
}
@media (max-width: 749px) {
    .section4 .container .video-swiper-wrap .video-paging {
        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: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
    }
}

.section5 {
    background-color: #ededed;
    padding: 40px 0;
}
@media (max-width: 749px) {
    .section5 {
        padding: 30px 0;
    }
}
.section5 .container {
    position: relative;
}
.section5 .container .more {
    position: absolute;
    top: 2px;
    left: 228px;
}
@media (max-width: 749px) {
    .section5 .container .more {
        left: 156px;
    }
}
.section5 .container .policy-tabs-set .tabs-head3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  border-bottom: none;
}
@media (max-width: 749px) {
  .section5 .container .policy-tabs-set .tabs-head3 {
    border: none;
  }
}
.section5 .container .policy-tabs-set .tabs-head3 a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    width: 100%;
    padding: 20px 22px;
    font-size: 18px;
    color: #888;
    text-align: center;
    word-break: keep-all;
    white-space: nowrap;
    background-color: transparent;
  border-bottom: 1px solid #3b3b3b;
}
@media (max-width: 749px) {
    .section5 .container .policy-tabs-set .tabs-head3 a {
        padding: 17px 22px;
        font-size: 16px;
    }
}
.section5 .container .policy-tabs-set .tabs-head3 a.on {
    color: #fff;
    font-weight: 600;
    background-color: #081853;
}
.section5 .container .policy-tabs-set .tabs-head3 a {
    cursor: pointer;
    border-bottom: none;
}
@media (min-width: 750px) and (max-width: 1199px) {
    .section5 .container .policy-tabs-set .tabs-head3 + .mobile-scroller-x {
        display: none;
    }
}
@media (max-width: 749px) {
    .section5 .container .policy-tabs-set .tabs-head3 a {
        padding: 17px 50px;
    }
}

.tabs-group {
  position: relative;
  padding-right: 43px;
  border-bottom: 1px solid #3b3b3b;
}
.tabs-group .tabs-group-more {
  position: absolute;
  right: 0;
  top: 16px;
  width: 33px;
  height: 33px;
  background: url(/resources/img/main/ico-more2.png) no-repeat;
}

.policy-list {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    padding: 30px;
}
@media (max-width: 1199px) {
    .policy-list {
        display: block;
        background-color: #ededed;
        padding: 0;
    }
}
@media (max-width: 749px) {
    .policy-list {
        margin-top: 2px;
    }
}
.policy-list-left {
    width: 29.4%;
    background-color: #ededed;
    padding: 12px 10px 24px 30px;
}
@media (max-width: 1199px) {
    .policy-list-left {
        width: 100%;
        padding: 0;
    }
}
.policy-list-left .left-tap {
    width: calc(100% - 20px);
    position: relative;
    border-bottom: 1px solid #081853;
}
@media (max-width: 1199px) {
    .policy-list-left .left-tap {
        width: 100%;
    }
}
.policy-list-left .left-tap a {
    display: inline-block;
    padding: 15px 0;
    font-size: 18px;
    color: #868686;
}
.policy-list-left .left-tap a.on {
    position: relative;
    color: #081853;
    font-weight: 600;
}
.policy-list-left .left-tap a.on::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: #081853;
    position: absolute;
    bottom: 0;
    left: 0;
}
.policy-list-left .left-tap a + a {
    margin-left: 18px;
}
.policy-list-left .left-con {
    position: relative;
    margin-top: 15px;
}
@media (min-width: 1200px) {
    .policy-list-left .left-con-left .mCustomScrollbar {
        max-height: 345px;
        overflow-x: auto;
    }
}
@media (min-width: 1200px) and (max-width: 1199px) {
    .policy-list-left .left-con-left .mCustomScrollbar {
        overflow-x: hidden;
    }
}
@media (min-width: 1200px) {
    .policy-list-left .left-con-left .mCustomScrollbar::-webkit-scrollbar {
        background-color: transparent;
    }
    .policy-list-left .left-con-left .mCustomScrollbar .mCSB_scrollTools .mCSB_draggerRail {
        width: 1px;
        background-color: #7f7f7f;
    }
    .policy-list-left .left-con-left .mCustomScrollbar .mCSB_scrollTools .mCSB_draggerContainer {
        background-color: #7f7f7f;
        width: 1px;
        left: 8px !important;
    }
  .policy-list-left .left-con-left .mCustomScrollbar .mCSB_scrollTools .mCSB_dragger {
    height: 11px !important;
  }
    .policy-list-left .left-con-left .mCustomScrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 11px !important;
        background-color: #7f7f7f !important;
        border-radius: 50% !important;
        margin-left: -5px;
    }
}
@media (max-width: 1199px) {
    .policy-list-left .left-con-left .mCustomScrollBox,
    .policy-list-left .left-con-left .mCSB_container {
        overflow: visible;
        margin-right: 0;
    }
    .policy-list-left .left-con-left .mCSB_draggerContainer,
    .policy-list-left .left-con-left .mCSB_scrollTools {
        display: none;
    }
}
.policy-list-left .left-con-left .tab-ctrl {
    display: none;
}
@media (max-width: 1199px) {
    .policy-list-left .left-con-left .tab-ctrl {
        display: block;
        position: relative;
        width: 100%;
        text-align: left;
        color: #5e534b;
        font-weight: 600;
        padding: 11px 16px;
        border: 1px solid #7f7f7f;
        background-color: #fff;
    }
    .policy-list-left .left-con-left .tab-ctrl::before {
        content: "";
        display: block;
        width: 13px;
        height: 9px;
    background: url(/resources/img/main/bu-tab-ctrl.png) no-repeat;
        position: absolute;
        top: 15px;
        right: 22px;
    }
    .policy-list-left .left-con-left .tab-ctrl.active::before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .policy-list-left .left-con-left .tab-ctrl.active + ul {
        display: block;
        position: absolute;
        top: 44px;
        left: 0;
        width: 100%;
        z-index: 999;
        max-height: 328px;
        overflow: auto;
    }
    .policy-list-left .left-con-left .tab-ctrl.active + ul li {
        margin-top: -1px;
    }
    .policy-list-left .left-con-left .tab-ctrl.active + ul button {
        margin: 0;
    }
}
@media (max-width: 1199px) {
    .policy-list-left .left-con-left ul {
        display: none;
    }
}
.policy-list-left .left-con-left ul button {
    margin-top: 5px;
    width: 100%;
    text-align: left;
    color: #5e534b;
    display: block;
    padding: 11px 16px;
    border: 1px solid #7f7f7f;
    background-color: #fff;
}
.policy-list-left .left-con-left ul button.active {
    color: #fff;
    font-weight: 600;
    background-color: #081853;
    border: 1px solid #081853;
}
.policy-list-left .left-con .more-btn {
    position: absolute;
    top: -57px;
    right: 20px;
    z-index: 9;
}
@media (max-width: 1199px) {
    .policy-list-left .left-con .more-btn {
        right: 0;
    }
}
.policy-list-left .left-con .more-btn a {
    display: inline-block;
    width: 33px;
    height: 33px;
    background: url(/resources/img/main/ico-more2.png) no-repeat;
}
.policy-list-right {
    width: calc(70.6% - 50px);
}
@media (max-width: 1199px) {
    .policy-list-right {
        width: 100%;
        margin-top: 30px;
    }
}
@media (max-width: 749px) {
    .policy-list-right {
        margin-top: 14px;
    }
}
.policy-list-right .button-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
}
@media (min-width: 750px) and (max-width: 1199px) {
    .policy-list-right .button-set {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media (max-width: 749px) {
    .policy-list-right .button-set {
        width: calc(100% + 20px);
    }
}
.policy-list-right .button-set button {
    color: #5e534b;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
    height: 44px;
    border: 1px solid #8c8078;
}
@media (max-width: 749px) {
    .policy-list-right .button-set button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 14px;
    }
}
.policy-list-right .button-set button:hover, .policy-list-right .button-set button.active {
    color: #fff;
    font-weight: 600;
    background: #03273a;
    border: 1px solid #03273a;
}
.policy-list-right .member-list {
    position: relative;
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 749px) {
    .policy-list-right .member-list {
        margin-top: 20px;
    }
    .policy-list-right .member-list.hide-before-vertical {
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }
    .policy-list-right .member-list.hide-before-vertical .swiper::before {
        display: none;
    }
}
.policy-list-right .member-list-btn {
  display: none;
}
.policy-list-right .member-list .swiper {
  margin-top: 15px;
}
@media (max-width: 749px) {
    .policy-list-right .member-list .swiper {
        width: calc(100% + 20px);
    }
    .policy-list-right .member-list .swiper::before {
    pointer-events: none;
        position: absolute;
        z-index: 99;
        top: -10px;
        content: "";
        display: block;
        width: 33px;
        height: 31px;
        -webkit-animation: tableScrollAni 4s infinite;
        animation: tableScrollAni 4s infinite;
    background: url(/resources/img/main/ico-touch.png) no-repeat;
        top: auto;
        bottom: 48px;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }
    .policy-list-right .member-list .swiper.hide-before::before {
        display: none;
    }
}
.policy-list-right .member-list .swiper ul li a {
    display: block;
}
@media (min-width: 1200px) {
    .policy-list-right .member-list .swiper ul li a img {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .policy-list-right .member-list .swiper ul li a:hover img {
        scale: 1.2;
    }
}
.policy-list-right .member-list .swiper ul li a span {
    display: block;
}
.policy-list-right .member-list .swiper ul li a span.img {
    position: relative;
    overflow: hidden;
}
.policy-list-right .member-list .swiper ul li a span.img img {
    vertical-align: top;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 166/220;
    width: 100%;
    height: 100%;
}
.policy-list-right .member-list .swiper ul li a span.img .i {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    background-color: rgba(2, 11, 61, 0.5);
    color: #fff;
    display: inline-block;
    padding: 5px 12px;
}
.policy-list-right .member-list .swiper ul li a span.badge {
    position: relative;
    margin-top: 20px;
    padding-left: 58px;
    font-size: 18px;
    line-height: 1.2;
}
.policy-list-right .member-list .swiper ul li a span.badge::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 41px;
    height: 41px;
  background: url(/resources/img/main/img_badge.png) 0 50% no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.policy-list-right .member-ctrl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.policy-list-right .member-ctrl-prev {
  background: url(/resources/img/main/btn-prev2.png) no-repeat;
}
.policy-list-right .member-ctrl-next {
  background: url(/resources/img/main/btn-next2.png) no-repeat;
}
.policy-list-right .member-ctrl button {
    width: 35px;
    height: 35px;
}

.banner-set .container {
    padding: 30px 50px;
    position: relative;
}
@media (max-width: 749px) {
    .banner-set .container {
        padding: 20px 50px;
    }
}
.banner-set ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.banner-set li {
    text-align: center;
}
.banner-set li a {
    display: block;
}
.banner-set img {
    vertical-align: middle;
}
.banner-set .ctrl button {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
}
.banner-set .ctrl .prev {
  background: url(/resources/img/main/btn-prev2.png) no-repeat;
    left: 0;
}
.banner-set .ctrl .next {
  background: url(/resources/img/main/btn-next2.png) no-repeat;
    right: 0;
}

@media (max-width: 1199px) {
    .ovx {
        position: relative;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
  }
    .mobile-scroller-x {
        position: relative;
        display: block;
        pointer-events: none;
    }
    .mobile-scroller-x::before {
    pointer-events: none;
        position: absolute;
        z-index: 99;
        top: -10px;
        content: "";
        display: block;
        width: 33px;
        height: 31px;
        -webkit-animation: tableScrollAni 4s infinite;
        animation: tableScrollAni 4s infinite;
    background: url(/resources/img/main/ico-touch.png) no-repeat;
    }
    .section2 .mobile-scroller-x::before {
        margin-top: -4px;
    }
}
    @-webkit-keyframes tableScrollAni {
        0% {
            right: 10%;
            opacity: 0.3;
        }
        50% {
            right: 2%;
            opacity: 1;
        }
        100% {
            right: 10%;
            opacity: 0.3;
        }
    }
    @keyframes tableScrollAni {
        0% {
            right: 10%;
            opacity: 0.3;
        }
        50% {
            right: 2%;
            opacity: 1;
        }
        100% {
            right: 10%;
            opacity: 0.3;
        }
    }
.hide {
    display: none;
}

html {
    font-size: 16px;
}

html,
body {
    overflow-x: hidden;
}

button {
    border: 0;
    padding: 0;
    overflow: visible;
    background-color: transparent;
    vertical-align: middle;
}

a {
    color: #000;
    text-decoration: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.head-set {
  background: unset;
}

/* 메인 인기세미나 swiper */
.section3 .seminar-wrap .brief .seminar-main-swiper {
    display: block;
    width: 227px;
    height: 325px;
}
@media (max-width: 749px) {
    .section3 .seminar-wrap .brief .seminar-main-swiper {
        width: 164px;
        height: 227px;
    }
}
.section3 .seminar-wrap .brief .seminar-main-swiper .swiper {
    width: 100%;
    height: 100%;
}
.section3 .seminar-wrap .brief .seminar-main-swiper .swiper-slide {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}
.section3 .seminar-wrap .brief .seminar-main-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    -webkit-box-shadow: 2.6px 1.5px 7px 0 rgba(0, 0, 0, 0.29);
    box-shadow: 2.6px 1.5px 7px 0 rgba(0, 0, 0, 0.29);
}/*# sourceMappingURL=main.css.map */