/* section .inner-content {
    width:90%;
    margin: auto;
} */
section.s1n {
    width: 100%;
    height: var(--vh, 100vh);
    position: relative;
    background: var(--main);
    /* display: flex; */
    justify-content: center;
    align-items: start;
    padding: 160px 360px 0;
}

section.s1n .inner-content {
    display: flex;
    flex-direction: column;
    column-gap: 3vw;
    row-gap: 2vw;
}

section.s1n .inner-content .textBox {
    display: flex;
    flex-direction: column;
    column-gap: 3vw;
    row-gap: 2vw;
}

section.s1n .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(200px);
}

section.s1n .bg img {
    max-width: none;
    height: calc(var(--vh) + 200px);
    width: 100%;
    aspect-ratio: 3024 / 2017;
    object-fit: cover;

}

section.s1n .scrollDown {
    color: var(--main);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-direction: column;
    align-items: center;
}

section.s1n .scrollDown .bar {
    display: block;
    height: 80px;
    width: 1px;
    background: rgba(13, 19, 45, .3);
    position: relative;
}

section.s1n .scrollDown .bar::after {
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    height: 0;
    width: 1px;
    background: var(--main);
    position: absolute;
    animation: scrollDown 2s infinite ease;
}


section.s1n .t1,
section.s1n .t2,
section.s1n .t3 {
    overflow: hidden;
    /* height: calc(13.3vw - 60px); */
    filter: drop-shadow(2px 2px 2px var(--main)) drop-shadow(-2px -2px 2px var(--main)) drop-shadow(2px -2px 2px var(--main)) drop-shadow(-2px 2px 2px var(--main));
}

section.s1n .t1 img,
section.s1n .t2 img,
section.s1n .t3 img {
    /* height: calc(13.3vw - 60px); */
    width: 100%;
    transform: translateY(100%);
}

section.s1n .t1 {
    width: 44.02%;
}

section.s1n .t2 {
    width: 52.82%;
}

section.s1n .t3 {
    width: 71.04%;
    height: min-content;
}

section.s1n .top {
    display: flex;
    flex-direction: row;
    gap: 3.16%;
}

section.s1n .bottom {
    display: flex;
    flex-direction: row;
    gap: 1vw
}

section.s1n .number {
    overflow: hidden;
    width: 28.96%;
}

section.s1n .nb {
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

section.s1n .number .n1876 {
    margin-top: 160px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    aspect-ratio: 212.52 / 88.39;
    width: 70.41%;
    transform: translateY(100%);
}

section.s1n .number .n2026 {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    aspect-ratio: 212.52 / 88.39;
    margin-left: 29.59%;
    width: 70.41%;
    transform: translateY(100%);
}

section.s1n .number .nb1,
section.s1n .number .nb2,
section.s1n .number .nb3,
section.s1n .number .nb4 {
    overflow: hidden;
    width: 25%;
}

section.s1n .number img {
    width: 100%;
}

@media screen and (max-width:768px) {
    section.s1n {
        padding: 160px 16px 0;
    }

    section.s1n .number {
        position: absolute;
        width: 40%;
        right: 16px;
    }

    section.s1n .number .n1876 {
        margin-top: 100px;
    }

}

/* section.s1n {
    dis
} */

section.s1 {
    width: 100%;
    height: var(--vh, 100vh);
    background: url('/test/img/main/main_s1_02.jpg') repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

section.s1 .s1_logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, calc(-50% - 200px));
}

section.s1 .counts {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #FFF;
    font-family: Spectral;
    font-size: 200px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 8px;
    transform: translate(-50%, -50%);
}

.leftCount,
.rightCount {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* 중앙정렬 */
    font-weight: 400;
    line-height: 1;
    will-change: transform;
}

section.s1 .left,
section.s1 .right {
    width: 30%;
    background: #262524;
    height: 100%;
    top: 0;
    display: block;
    position: absolute;
}

section.s1 .inner-content {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

section.s1 .bottom {
    width: 100%;
    background: #262524;
    height: 25%;
    bottom: 0;
    display: block;
    position: absolute;
}

section.s1 .left {
    left: 0;
}

section.s1 .right {
    right: 0;
}

section.s1 .text1 {
    position: relative;
    top: 0;
    left: 0;
    color: #FFF;
    text-align: center;
    font-family: "Noto Serif KR";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.92px;
    /* transform: translate(-50%, -50%); */
    opacity: 0;
    width: 100%;
}

section.s1 .text2 {
    position: relative;
    top: 0;
    left: 0;
    color: #FFF;
    text-align: center;
    font-family: "Noto Serif KR";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.92px;
    /* transform: translate(-50%, -50%); */
    opacity: 0;
    width: 100%;
}

section.s1 .scrollDown {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-direction: column;
    align-items: center;
}

section.s1 .scrollDown .bar {
    display: block;
    height: 80px;
    width: 1px;
    background: rgba(255, 255, 255, .3);
    position: relative;
}

section.s1 .scrollDown .bar::after {
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    height: 0;
    width: 1px;
    background: #fff;
    position: absolute;
    animation: scrollDown 2s infinite ease;
}

@keyframes scrollDown {
    from {
        height: 0;
    }

    to {
        height: 100%;
    }
}

@media screen and (max-width:768px) {
    section.s1 .counts {
        font-size: 100px;
    }

    section.s1 .s1_logo {
        width: 120px;
    }

    section.s1 .text1 {
        font-size: 30px;
    }

    section.s1 .text2 {
        font-size: 24px;
    }

}

section.s2 {
    width: 100%;
    height: var(--vh, 100vh);
    background: #262524;
    position: relative;
    overflow: hidden;
    z-index: 2;
    margin-top: -1px;
}

section.s2 .inner-content {
    width: 100%;
    height: 100%;
}

section.s2 .text1 {
    color: #FFF;
    text-align: center;
    font-family: "Noto Serif KR";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.4px;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

section.s2 .scrollDown {
    width: 110px;
    height: 110px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 999px;
    background: var(--gold01, #C9A86A);
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    align-items: center;
}

section.s2 .scrollDown span {
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section.s2 .img1 {
    bottom: -20%;
    position: absolute;
    width: 60%;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 100px;
    filter: brightness(1);
}

@media screen and (max-width:768px) {
    section.s2 .inner-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;

    }

    section.s2 .text1 {
        position: relative;
        font-size: 36px;
        top: auto;
        left: auto;
        transform: none;
    }

    section.s2 .scrollDown {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }

    section.s2 .img1 {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        transform: none;
        width: 90%;
        border-radius: 20px;
    }

}

section.s2n {
    position: relative;
    z-index: 1;
    /* margin-top: calc(var(--vh, 100vh) * -1); */
    height: calc(var(--vh, 100vh) + 50px);
    width: 100%;
    will-change: transform;
    background: var(--main);
}

section.s2n .inner-content {
    padding: 50px 320px 0;
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    height: 100%;
    width: 100%;
}

section.s2n .inner-content .textBox {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-items: center;
    width: 63%;
    /* gap:40px; */
}

section.s2n .inner-content .kimkooText {
    position: absolute;
    font-size: 8vw;
    color: #cdaa6560;
    font-weight: 500;
    font-family: "Noto Serif SC", sans-serif;
    bottom: 13%;
    right: 22%;
    z-index: -2;
    opacity: 0;
    transform: translateX(100px);
}

section.s2n .inner-content .kimkoo_line {
    position: absolute;
    left: 6.25%;
    bottom: 36px;
    width: 36%;
    opacity: 0;
    transform: translateX(-100px);
}

section.s2n .inner-content .kimkoo_line img {
    width: 100%;
}

section.s2n .inner-content .kimkoo {
    width: 46%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transform: translateX(-100px);
    opacity: 0;
}

section.s2n .kimkoo img {
    width: 100%;
}

/*  롤링 텍스트 구간 */

section.s2n .t1 .item {
    position: absolute;
    width: 100%;
    text-align: start;
    transform-origin: center center;
    opacity: 0;
}

section.s2n .t1 {
    font-size: 2vw;
    color: #cdaa65;
    font-weight: 500;
    /* overflow: hidden; */
    position: relative;
    perspective: 800px;
    height: 270px;
    width: 100%;
    text-align: start;
    background: var(--main);
    padding-top: 1.2vw;
}

section.s2n .t2 {
    font-size: 2vw;
    font-weight: 500;
    /* overflow: hidden; */
    position: relative;
    perspective: 450px;
    height: 270px;
    width: 100%;
    text-align: start;
    padding-left: 150px;
    line-height: 130%;
}

section.s2n .t2 .item {
    position: absolute;
    width: 100%;
    opacity: 0;
    transform: translateY(20px);
    color: #aeafb3;
}

section.s2n .t1 h2 {
    position: absolute;
    /* width: 100%; */
    text-align: start;
    transform-style: preserve-3d;
    transform-origin: center center;
    translate: none;
    rotate: none;
    scale: none;
    line-height: 130%;
    opacity: 0;
    transform: rotateX(-90deg) translate3d(0, 120px, 120px);
}

.s2n .t1 .item.is-active {
    visibility: visible;
    pointer-events: auto;
}

@media (min-width: 1024px) and (max-width: 1600px) {
    section.s2n .t1 {
        padding-top: 1vw;
        height: 180px;
    }

    section.s2n .t2 {
        padding-left: 120px;
        height: 160px;
    }
}

@media screen and (max-width:768px) {
    section.s2n {
        height: 800px;
    }

    section.s2n .inner-content .kimkooText {
        font-size: 15vw;
        top: auto;
        left: auto;
        right: 16px;
        transform: translateX(100px);
        bottom: 57%;
        width: max-content;
    }

    section.s2n .inner-content .kimkoo_line {
        left: 12%;
        bottom: 36px;
        width: 76%;
    }


    section.s2n .inner-content .kimkoo {
        width: 100%;
        transform: translateX(-100px);
    }

    section.s2n .inner-content {
        align-items: start;
        padding: 100px 16px;
    }

    section.s2n .inner-content .textBox {
        width: 100%;
    }

    section.s2n .t1 {
        font-size: 4.5vw;
        height: 80px;
    }

    section.s2n .t2 {
        font-size: 4vw;
        padding-left: 0;
        height: 100px;
    }

}



/* @keyframes rotateText {
  0% {
    transform: rotateX(-90deg) translate3d(0 ,120px ,120px);
    opacity: 0;
  }
  15% {
    transform: rotateX(0deg) translate3d(0,0,0);
    opacity: 1;
  }
  40% {
    transform: rotateX(0deg) translate3d(0,0,0);
    opacity: 1;
  }
  55% {
    transform: rotateX(90deg) translate3d(0 ,-120px ,120px);
    opacity: 0;
  }
  100% {
    transform: rotateX(90deg) translate3d(0 ,-120px ,120px);
    opacity: 0;
  }
} */


section.s3 {
    position: relative;
    z-index: 1;
    /* margin-top: calc(var(--vh, 100vh) * -1); */
    height: var(--vh, 100vh);
    width: 100%;
    will-change: transform;
}

section.s3 .swiper-slide {
    width: 100%;
    height: var(--vh, 100vh);
}

section.s3 .nextButton {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: row;
    background: #fff;
    border-radius: 26px 0 0 26px;
    box-shadow: 5.211px 8.686px 26.057px 0 rgba(40, 44, 50, 0.15);
    overflow: hidden;
    cursor: pointer;
}

section.s3 .nextButton .textBox {
    width: 194px;
    padding: 54px 22px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section.s3 .nextButton .textBox .info {
    color: var(--gold3, #9C7C4A);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Escoredream';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 21px */
}

section.s3 .nextButton .textBox .dec {
    color: var(--neutral-gray-800, #262626);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Escoredream';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.36px;
}

section.s3 .nextButton .textBox img {
    width: 24px;
    transition: .4s all ease;
    --webkit-transition: .4s all ease;
}

section.s3 .nextButton:hover .textBox img {
    transform: translateX(10px);
}

section.s3 .swiper-slide {
    /* transition: background-size 0.6s ease; */
}


section.s3 .swiper-slide:nth-child(1) {
    background: url(/test/img/main/main_s3_01.jpg) center / cover no-repeat;
    background-size: cover;
    background-position: center;
}

section.s3 .swiper-slide:nth-child(2) {
    background: url(/test/img/main/main_s3_02.jpg) center / cover no-repeat;
    background-size: cover;
    background-position: center;
}

section.s3 .swiper-slide:nth-child(3) {
    background: url(/test/img/main/main_s3_03.jpg) center / cover no-repeat;
    background-size: cover;
    background-position: center;
}

/* active */
/* section.s3 .swiper-slide.swiper-slide-active:nth-child(1) {
    background-size: 120%;
}

section.s3 .swiper-slide.swiper-slide-active:nth-child(2) {
    background-size: 120%;
}

section.s3 .swiper-slide.swiper-slide-active:nth-child(3) {
    background-size: 120%;
} */



section.s3 .swiper .swiper-slide {
    display: flex;
    align-items: center;
}

section.s3 .swiper .swiperContent {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 80%;
    margin: auto;
}

section.s3 .swiper .eyebrow {
    color: var(--neutral-gray-00-white, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Escoredream';
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    /* 50px */
    letter-spacing: -1px;
}

section.s3 .swiper .title {
    color: var(--dark-blue-gray-00-white, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Escoredream';
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 64px */
    letter-spacing: -1.28px;
}

section.s3 .swiper .dec {
    margin-top: 24px;
    color: var(--neutral-gray-00-white, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Escoredream';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 36px */
    letter-spacing: -0.48px;
}


section.s3 .swiper .swiper-horizontal>.swiper-pagination-bullets,
section.s3 .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
section.s3 .swiper .swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20%;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
}


section.s3 .swiper .swiper-pagination-bullet {
    width: 58px;
    height: 3px;
    background-color: #fff;
    border-radius: 0;
    position: relative;
    transition: .45s all ease;
    --webkit-transition: .45s all ease;
    opacity: .5;
}


section.s3 .swiper .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, .5);
    width: 300px;
    opacity: 1;
}

section.s3 .swiper .swiper-pagination-bullet-active:before {
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 3px;
    background: #fff;
    animation: lineFill 5s linear forwards;
}

@keyframes lineFill {
    from {
        width: 0;
    }

    to {
        width: 100%
    }
}

section.s3 .swiper .swiper-pagination-bullet:after {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0;
    color: var(--neutral-gray-00-white, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Escoredream';
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 16px;
    /* 100% */
}

section.s3 .swiper .swiper-pagination-bullet:nth-child(1):after {
    content: '1';
}

section.s3 .swiper .swiper-pagination-bullet:nth-child(2):after {
    content: '2';
}

section.s3 .swiper .swiper-pagination-bullet:nth-child(3):after {
    content: '3';
}

section.s3 .swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
section.s3 .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

@media screen and (max-width:768px) {
    section.s3 {
        margin-top: -1px;
    }

    section.s3 .swiper .swiperContent {
        width: 90%;
    }

    section.s3 .swiper .swiper-horizontal>.swiper-pagination-bullets,
    section.s3 .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
    section.s3 .swiper .swiper-pagination-custom,
    .swiper-pagination-fraction {
        width: 90%;
    }

    section.s3 .nextButton {
        display: none;
    }

    section.s3 .swiper-slide:nth-child(1) {
        background: url(/test/img/main/main_s3_01_m.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }

    section.s3 .swiper-slide:nth-child(2) {
        background: url(/test/img/main/main_s3_02_m.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }

    section.s3 .swiper-slide:nth-child(3) {
        background: url(/test/img/main/main_s3_03_m.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }

    section.s3 .swiper .eyebrow {
        font-size: 24px;
    }

    section.s3 .swiper .title {
        font-size: 36px;
        word-break: keep-all;

    }

    section.s3 .swiper .dec {
        font-size: 17px;
        margin-top: 16px;
    }

    section.s3 .swiper .swiper-pagination-bullet {
        width: 50px;
        height: 3px;
        background-color: #fff;
        border-radius: 0;
        position: relative;
        transition: .45s all ease;
        --webkit-transition: .45s all ease;
        opacity: .5;
    }


    section.s3 .swiper .swiper-pagination-bullet-active {
        background: rgba(255, 255, 255, .5);
        width: 100px;
        opacity: 1;
    }

}

section.s4 {
    /* background-color: #0D132D; */
    /* background: url('/test/img/main/main_s4_01.jpg'); */
    /* background-size: cover;
    background-position: center; */
    margin-top: -1px;
    position: relative;
}

section.s4 .inner-bg {
    position: absolute;
    top: 0;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;

}

section.s4::after {}

section.s4 .inner-bg img {
    max-width: none;
    width: 100%;
    height: calc(100% + 300px);
    position: absolute;
    object-fit: cover;
    left: 0;
    top: 0;
}

section.s4 .inner-content {
    width: calc(100% - 720px);
    margin: auto;
    padding: 600px 0 300px;
}

section.s4 .sr-only {
    font-size: 0;
    line-height: 0;
    opacity: 0;
    overflow: hidden;
}

section.s4 .programs__lead {
    color: var(--neutral-gray-00-white, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Escoredream';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 36px */
    letter-spacing: -0.48px;
    margin-left: 51%;
}

section.s4 .programs__peace {
    color: #FFC50D;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Escoredream';
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.48px;
    margin: 52px 0 0 51%;
    white-space: pre-wrap;
}

section.s4 .programs__item {
    width: 48%;
}

section.s4 .programs__item:nth-child(1) {
    margin-top: 40px;
    margin-left: 51%;
}

section.s4 .programs__item:nth-child(2) {
    margin-top: 60px;
}

section.s4 .programs__item:nth-child(3) {
    margin-top: 60px;
    margin-left: 49%;
}

section.s4 .programs__item:nth-child(4) {
    margin-top: 60px;
    /* margin-left: 5%; */
}

section.s4 .programs__item:nth-child(5) {
    margin-top: 60px;
    margin-left: 40%;
}

section.s4 .program-card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

section.s4 .program-card::after {
    content: '';
    width: 70px;
    height: 70px;
    background: url('/test/img/main/main_s4_02.svg') no-repeat;
    background-size: cover;
    position: relative;
    display: block;
    transition: .4s all ease;
    --webkit-transition: .4s all ease;
    opacity: .5;
    filter: grayscale(1);
}

section.s4 .program-card:hover::after {
    opacity: 1;
    filter: grayscale(0);
}

section.s4 .program-card__line {
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin-bottom: 20px;
}

section.s4 .program-card__title {
    color: var(--neutral-gray-00-white, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    /* font-family: Spectral; */
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.8px;
}

section.s4 .program-card__title-letter {
    color: #FFC50D;
    font-size: 30px;
    font-weight: 1000;
    letter-spacing: -1px;
}

section.s4 .program-card__subtitle {
    color: var(--neutral-gray-00-white, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Escoredream';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 45px */
    letter-spacing: -0.6px;
    margin-top: 10px;
}

section.s4 .program-card__desc {
    color: var(--neutral-gray-00-white, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Escoredream';
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    /* 30px */
    letter-spacing: -0.4px;
    margin-top: 12px;
}

@media screen and (min-width:768px) and (max-width: 1720px) {
    section.s4 .program-card::after {
        width: 40px;
        height: 40px;
    }    
}

@media screen and (max-width:768px) {

    section.s4 .inner-content {
        width: 90%;
        padding: 600px 0 120px;
    }

    section.s4 .programs__lead {
        font-size: 15px;
        margin-left: 0;
        position: relative;
        word-break: keep-all;
    }

    section.s4 .programs__peace {
        font-size: 30px;
        margin: 36px 0 0 0;
        position: relative;
        word-break: keep-all;
    }

    section.s4 .programs__item:nth-child(1) {
        margin-top: 24px;
        margin-left: 0;
        position: relative;
    }

    section.s4 .programs__item:nth-child(2) {
        margin-top: 60px;
        position: relative;
    }

    section.s4 .programs__item:nth-child(3) {
        margin-top: 60px;
        margin-left: 0;
        position: relative;
    }

    section.s4 .programs__item:nth-child(4) {
        margin-top: 60px;
        margin-left: 0;
        position: relative;
    }

    section.s4 .programs__item:nth-child(5) {
        margin-top: 60px;
        margin-left: 0;
        position: relative;
    }

    section.s4 .program-card__subtitle {
        font-size: 18px;
    }

    section.s4 .program-card__desc {
        font-size: 15px;
    }

    section.s4 .programs__item {
        width: 100%;
    }

    section.s4 .program-card::after {
        width: 50px;
        height: 50px;
    }

}

section.s5 {
    width: 100%;
    height: var(--vh, 100vh);
    background: #0D132D;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: start;
    margin-top: -1px;
    overflow: hidden;
    /* display: none; */
}

section.s5 .inner-content {
    width: 80%;
    margin: 120px auto 0;
}

section.s5 .img1 {
    position: absolute;
    width: 65%;
    left: 50%;
    bottom: -10%;
    transform: translateX(-50%);
}

section.s5 .textBox {
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: end;
    gap: 10px;
    position: relative;
    z-index: 1;


}

section.s5 h2 {
    color: var(--dark-blue-gray-00-white, #FFF);
    text-align: right;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Escoredream';
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 67.2px */
    letter-spacing: -1.12px;
    margin-bottom: 30px;
}

section.s5 p {
    color: var(--gold01, #C9A86A);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Escoredream';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 36px */
    letter-spacing: -0.48px;
}

@media screen and (max-width:768px) {
    section.s5 {
        align-items: start;
        height: calc(var(--vh, 100vh) * .5);
    }
    section.s5 .inner-content {
        width: 90%;
        margin: 15px auto 0;
    }

    section.s5 h2 {
        font-size: 36px;
        margin-bottom: 10px;
    }

    section.s5 p {
        font-size: 17px;
    }
    section.s5 .img1 {
        bottom: 0;
    }
}

section.s6 {
    width: 100%;
    height: auto;
    padding: 120px 280px;
}

section.s6 .inner-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
    justify-content: center;
    align-items: center;

}

section.s6 .title .eyebrow {
    color: var(--gold3, #9C7C4A);
    text-align: center;
    font-family: 'Escoredream';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4px;
    margin-bottom: 24px;
}

section.s6 .title h2 {
    color: #222;
    text-align: center;
    font-family: 'Escoredream';
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 42px */
    letter-spacing: 1.68px;
    margin-bottom: 40px;
}

section.s6 .title .dec {
    color: #474747;
    text-align: center;
    font-family: 'Escoredream';
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    /* 28.8px */
    letter-spacing: -0.63px;
}

section.s6 .cultureSwiper {
    height: auto;
    width: 100%;
    overflow: visible;
}

section.s6 .cultureSwiper .swiper-wrapper {
    height: auto;
    will-change: transform;
}

section.s6 .cultureSwiper .swiper-slide {
    border-radius: 30px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    width: 420px;

}

section.s6 .cultureSwiper .swiper-slide img {
    width: 100%;
}

section.s6 .cultureSwiper .swiper-slide .textBox {
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

section.s6 .cultureSwiper .swiper-slide h3 {
    color: #303030;
    font-family: 'Escoredream';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 32px */
    letter-spacing: -0.7px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    /* v flex: 1 0 0; */
}

section.s6 .cultureSwiper .swiper-slide .contentDec {
    overflow: hidden;
    color: #676767;
    text-overflow: ellipsis;
    font-family: 'Escoredream';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
    letter-spacing: -0.56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

section.s6 .cultureSwiper .swiper-slide .date {
    color: #999;
    text-align: right;
    font-family: 'Escoredream';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: -0.49px;
}


@media screen and (max-width:768px) {

    section.s6 {
        padding: 80px 18.75px;
    }

    section.s6 .title .eyebrow {
        font-size: 14px;
    }

    section.s6 .title h2 {
        font-size: 24px;
    }

    section.s6 .title .dec {
        font-size: 14px;
    }

    section.s6 .cultureSwiper .swiper-slide h3 {
        font-size: 16px;
    }

    section.s6 .cultureSwiper .swiper-slide .contentDec {
        font-size: 12px;
    }

    section.s6 .cultureSwiper .swiper-slide .date {
        font-size: 10px;
    }

    section.s6 .cultureSwiper .swiper-slide {
        width: 300px;

    }

    section.s6 .inner-content {
        gap: 40px;
    }

}

section.s7 {
    width: 100%;
    height: auto;
    padding: 120px 280px;
    background: #F7F7F7;
}

section.s7 .inner-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 100px;
}

section.s7 .inner-content .list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

section.s7 .inner-content .list ul {
    display: flex;
    flex-direction: column;
    gap: 20px;

}

section.s7 .inner-content .list ul li {
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

section.s7 .inner-content .list ul li .detail {
    width: 40px;
    height: 40px;
    background: url('/test/img/common/plus.svg') no-repeat;
    background-size: cover;
    display: block;
    transition: .45s all ease;
    --webkit-transition: .45s all ease;
}

section.s7 .inner-content .list ul li .detail:hover {
    transform: rotate(90deg);
}

section.s7 .inner-content .title {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

section.s7 .inner-content .title h2 {
    color: #222;
    font-family: 'Escoredream';
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.2px;
}

section.s7 .inner-content .title a {
    color: var(--gold3, #9C7C4A);
    font-family: 'Escoredream';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.64px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

section.s7 .inner-content .textBox {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

section.s7 .inner-content .textBox p {
    color: #222;
    font-family: 'Escoredream';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.72px;
}

section.s7 .inner-content .textBox .date {
    color: #999;
    font-family: 'Escoredream';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: -0.49px;
}

@media screen and (max-width:768px) {
    section.s7 {
        padding: 80px 18.75px;
    }

    section.s7 .inner-content {
        flex-direction: column;
        gap: 60px;
    }

    section.s7 .inner-content .title h2 {
        font-size: 24px;
    }

    section.s7 .inner-content .title a {
        font-size: 14px;
    }

    section.s7 .inner-content .textBox p {
        font-size: 14px;
    }

    section.s7 .inner-content .textBox .date {
        font-size: 10px;
    }


}

section.s8 {
    width: 100%;
    height: auto;
    padding: 120px 330px 500px;
    background: #fff;
    position: relative;
}


section.s8 .inner-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
    justify-content: center;
    align-items: center;

}

section.s8 .title .eyebrow {
    color: var(--gold3, #9C7C4A);
    text-align: center;
    font-family: 'Escoredream';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4px;
    margin-bottom: 24px;
}

section.s8 .title h2 {
    color: #222;
    text-align: center;
    font-family: 'Escoredream';
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 42px */
    letter-spacing: 1.68px;
    margin-bottom: 40px;
}

section.s8 .title .dec {
    color: #474747;
    text-align: center;
    font-family: 'Escoredream';
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    /* 28.8px */
    letter-spacing: -0.63px;
}

section.s8 .content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1260px;
    justify-content: center;
}

section.s8 .content .partner {
    width: calc(100% / 3 - 60px);
    background: #F6F6F7;
    padding: 20px 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: all .3s ease;
    --webkit-transition: all .3s ease;
}

section.s8 .content .partner:hover {
    opacity: .8;
}

section.s8 .content .partner p {
    color: #474747;
    font-family: 'Escoredream';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    word-break: keep-all;
    /* 22.4px */
}

section.s8 .ellipse {
    position: absolute;
    bottom: -150px;
    left: 50%;
    filter: blur(0);
    transform: translate(-50%, 0);
    width: 200%;
    height: auto;
    pointer-events: none;
}

section.s8 .ellipse img {
    width: 100%;
    height: 300px;
    /* position: absolute; */
}

@media screen and (max-width:768px) {
    section.s8 {
        padding: 80px 18.75px 120px;
        margin-top: -1px;
    }

    section.s8 .inner-content {
        gap: 40px;
    }

    section.s8 .title .eyebrow {
        font-size: 14px;
    }

    section.s8 .title h2 {
        font-size: 24px;
    }

    section.s8 .title .dec {
        font-size: 14px;
    }

    section.s8 .content {
        gap: 20px;
    }

    section.s8 .content .partner {
        width: calc(100% / 2 - 10px);
        padding: 12px 24px;
        flex-direction: column;
    }

    section.s8 .content .partner p {
        font-size: 12px;
    }

    section.s8 .ellipse {
        position: absolute;
        bottom: -130px;
        left: 50%;
        filter: blur(0);
        transform: translate(-50%, 0);
        width: 200%;
        height: auto;
        pointer-events: none;
    }

    section.s8 .ellipse img {
        width: 100%;
        height: 150px;
        /* position: absolute; */
    }

}


section.s9 {
    width: 100%;
    height: calc(var(--vh, 100vh) / 1.5);
    background: #0D132D;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1px;
    /* overflow: hidden; */
    padding: 120px 280px;
}

section.s9 .inner-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    align-items: center;
}

section.s9 .inner-content .eyebrow {
    color: #FFF;
    text-align: center;
    font-family: 'Escoredream';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 24px */
    letter-spacing: 0.96px;
}

section.s9 .inner-content h2 {
    color: #FFF;
    text-align: center;
    font-family: "Noto Serif SC";
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    /* 79.2px */
}

@media screen and (max-width:768px) {
    section.s9 {
        padding: 80px 18.75px;
    }

    section.s9 .inner-content {
        display: flex;
        flex-direction: column;
        gap: 40px;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    section.s9 .inner-content .eyebrow {
        font-size: 16px;
    }

    section.s9 .inner-content h2 {
        font-size: 40px;
    }

}