@charset "UTF-8";

/*팝업*/
.pop{position:absolute; top:75px; width:450px; height:auto; z-index:99; box-sizing:border-box;-webkit-box-shadow: 5px 5px 8px -1px rgba(0,0,0,0.4); 
	box-shadow: 5px 5px 8px -1px rgba(0,0,0,0.4);border-radius: 20px;}
.pop .btn_pop_close{position:absolute; top:7px; right:7px; background:none; border:none;z-index:9;}
.pop .txt_wrap{text-align:center;position:relative;}
.pop .txt_wrap img{width:100%;vertical-align:top;}
.pop .pop_close_chk{/*background:#412176;*/ /*position:absolute; bottom:0;*/ /* width:100%; */ font-size:14.5px; letter-spacing:0.5px; text-align:right; padding:4px 0;position:absolute;bottom:2px;right:10px;display:inline-flex;align-items: center;}
.pop .pop_close_chk input[type="checkbox"]{background:#FFF; border:none; width:12px; height:12px; border-radius:0;margin-right:5px;} 

.pop1{left:945px;width:360px;}
.pop2{left:15px;}
.pop3{left:480px;}

.wrap .main {
    width: 100%;
}

.header{
      position: fixed;
        left: 0;
  top: 0;
  z-index: 999;
}
.wrap .main .container section {
    padding: 100px 40px;
    text-align: center;
}

@media screen and (max-width: 950px){
    /*팝업*/
   .pop{width:90%; left:50%;transform: translateX(-50%); max-width:360px; height:auto;top:75px;}
}


@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container section {
        padding: 100.001px 25.603px;
    }

}

.wrap .main .container .vis_wrap,
.hero-section {

    width: 100%;
    min-height: 100dvh;
    text-align: center;

}


.wrap .main .container .vis_box {
    line-height: 1.2;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 1;
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.wrap .main .container .vis_box.fade-out {
    opacity: 0;
    animation: scene1-1 1s ease-out forwards;
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .vis_box {
        top: calc(50% - 0px);
        width: 100%;
    }
}

.wrap .main .container .vis_tit {
    width: 100%;
    font-size: 80px;
    font-weight: 800;
    min-width: 670px;
    height: 250px;
}


@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .vis_tit {
        min-width: 100%;
        font-size: 45px;
        height: auto;
    }
}

.wrap .main .container .vis_tit .ai {
    background: linear-gradient(to right, #0f8df6, #2ee2be);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    font-size: 87px;
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .vis_tit .ai {
        font-size: 50.64px;
        line-height: 1.42;
    }
}

.wrap .main .container .vis_sub {
    color: #888;
    font-weight: 300;
    font-size: 35px;
    word-break: keep-all;
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .vis_sub {
        font-size: 20.6px;
        margin-top: 10px;
        padding: 0;
        line-height: 1.5;
    }
}

.wrap .main .container .bs_wrap {
    position: relative;
    padding-bottom: 150px !important;
}

@media (max-width: 1620px) and (min-width: 1024px) {
    .wrap .main .container .tit p {
        font-size: 30.016px;
        line-height: 1.3;
    }
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .bs_wrap {
        padding: 108px 28.8px 100px !important;
    }
}

.wrap .main .container .bs_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1vw;
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .bs_box {
        gap: 0vw;
        flex-direction: column;
    }
}

.wrap .main .container .bs_box .box {
    flex: 1;
    margin-top: 80px;
    background-color: #fff;
    border-radius: 33px;
    height: 500px;
    padding: 50px 45px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    text-align: left;
    background-repeat: no-repeat;
    background-position-x: 90%;
    background-position-y: 90%;
    background-size: 8vw;
    position: relative;
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .bs_box .box {
        height: 100%;
        margin-top: 57.6px;
        padding: 40.8px 40px;
        background-size: 20%;
    }
}

.wrap .main .container .bs_box .box strong {
    display: block;
    font-size: 40px;
    font-weight: 800;
    margin-top: 40px;
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .bs_box .box strong {
        font-size: 30.188px;
        margin-top: 36.598px;
        word-break: keep-all;
    }
}

.wrap .main .container .bs_box .box strong em {
    background: linear-gradient(to right, #0f8df6, #2ee2be);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

.wrap .main .container .bs_box .box>p {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 1.5vw;
    color: #bbb;
}

.wrap .main .container .bs_box .box>p img {
    width: 10%;
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .bs_box .box>p {
        font-size: initial;
    }

    .wrap .main .container .bs_box .box>p img {
        width: 40.723px;
    }
}

.wrap .main .container .bs_box .box .hashtag {
    color: #888;
    font-weight: 600;
    font-size: 1.1vw;
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .bs_box .box .hashtag {
        font-size: 17.432px;
    }
}

.wrap .main .container .bs_box .box video {
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 33px;
}

.wrap .main .container .bs_box .box.speaking {
    background-image: url(/assets/img/speacking.png);
}

.wrap .main .container .bs_box .box.writing {
    background-image: url(/assets/img/writing.png);
}

.wrap .main .container .bs_box .box.eLibrary {
    background-image: url(/assets/img/tablet.png);
}

.wrap .main .container .bs_box .box.metaexam {
    background-image: url(/assets/img/metaexam_icon.png);
}

.wrap .main .container .bs_box .box.eLibrary strong em {
    margin-right: 5px;
}

@media (max-width: 1620px) and (min-width: 1024px) {
    .wrap .main .container .bs_box .box.eLibrary strong em {
        display: table;
    }

}

.wrap .main .container .bs_box .box.eLibrary strong p {
    display: inline-block;
    position: relative;
}

.wrap .main .container .bs_box .box.eLibrary strong p::after {
    content: "-";
    color: #444;
    font-size: 32px;
    font-weight: 900;
    margin: 0 5px;
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .bs_box .box.eLibrary strong p::after {
        font-size: 20px;
    }
}

.wrap .main .container .service_wrap {
    padding: 0 !important;
    margin-top: -50px;
    z-index: 2;
    position: relative;
}

.wrap .main .container .service_wrap .contents {
    padding: 100px 0 !important;
    background: #4EC4FF;
}

@media (max-width: 1620px) and (min-width: 1024px) {
    .wrap .main .container .service_wrap .contents {
        padding: 67.498px 0 !important;
    }
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .service_wrap .contents {
        padding: 67.498px 0 !important;
    }
}

@media (max-width: 1023px) and (min-width: 280px) and (min-height: 400px) {
    .wrap .main .container .service_wrap .swiper-wrap {
        max-height: 100dvh !important;
    }

    .wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-wrapper .swiper-slide .box_container .txt_box a {
        margin-top: 7px !important;
    }

    .wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-wrapper .swiper-slide .box_container .txt_box a p {
        font-size: 12px !important;
        left: 12px !important;
    }

    .wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-wrapper .swiper-slide .box_container .txt_box a span {
        width: 60.002px !important;
        height: 30.002px !important;
    }
}

.wrap .main .container .service_wrap .swiper-wrap {
    position: relative;
    max-height: 800px;
}

@media (max-width: 1620px) and (min-width: 1024px) {
    .wrap .main .container .service_wrap .swiper-wrap {
        max-height: 80dvh;
    }
}

@media screen and (max-width: 1620px) and (min-width: 1024px) and (orientation: landscape) {
    .wrap .main .container .service_wrap .swiper-wrap {
        max-height: 90dvh;
    }
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .service_wrap .swiper-wrap {
        max-height: 100dvh;

    }
}

@media screen and (max-width: 1023px) and (min-width: 280px) and (orientation: landscape) {
    .wrap .main .container .service_wrap .swiper-wrap {
        max-height: 90dvh;
    }
}

.wrap .main .container .service_wrap .swiper-wrap .swiper {
    width: 100%;
    position: initial;
    display: flex;
    align-items: start;
    max-height: 100dvh;
    padding: 0 40px;
}

@media (max-width: 1620px) and (min-width: 1024px) {
    .wrap .main .container .service_wrap .swiper-wrap .swiper {
        padding: 0 36px;
        max-height: 100dvh;
    }
}

@media screen and (max-width: 1620px) and (min-width: 1024px) and (orientation: landscape) {
    .wrap .main .container .service_wrap .swiper-wrap .swiper {
        max-height: 100dvh;
    }
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .service_wrap .swiper-wrap .swiper {
        max-height: 100dvh;
        ;
        padding: 0 36px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 280px) and (orientation: landscape) {
    .wrap .main .container .service_wrap .swiper-wrap .swiper {
        max-height: 100dvh;
    }
}

@media (max-width: 1023px) and (min-width: 280px) {
    @supports (-webkit-appearance: none) {
        .wrap .main .container .service_wrap .swiper-wrap .swiper {
            max-height: 100dvh;
        }
    }
}

.wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    flex: 1;
}

.wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-wrapper .swiper-slide {
    position: relative;
    height: 100%;
    display: block;
}

.wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-wrapper .swiper-slide .box_container {
    text-align: left;
    padding: 100px 60px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 30px;
    background: #fff;
    gap: 185px;
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-wrapper .swiper-slide .box_container {
        padding: 43.2px 21.6px;
        width: 100%;
        gap: 20.002px;
        display: grid;
        justify-content: space-between;
    }

    @supports (-webkit-appearance: none) {
        .wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-wrapper .swiper-slide .box_container {
            max-height: 100dvh;
            padding: 23.2px 21.6px !important;
        }
    }
}

@media (max-width: 1620px) and (min-width: 1024px) {
    .wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-wrapper .swiper-slide .box_container {
        width: 100%;
        gap: 20.002px;
        display: grid;
        justify-content: space-between;
    }
}

.wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-wrapper .swiper-slide .box_container .txt_box {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 37%;
}

@media (max-width: 1620px) and (min-width: 1024px) {
    .wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-wrapper .swiper-slide .box_container .txt_box {
        width: 100%;
        text-align: center;
        align-items: center;
        order: 2;
    }
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-wrapper .swiper-slide .box_container .txt_box {
        width: 100%;
        text-align: center;
        align-items: center;
        order: 2;
    }
}

.wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-wrapper .swiper-slide .box_container .txt_box em {
    color: #4A71D5;
    font-weight: 800;
    font-size: 26px;
    display: block;
    margin-bottom: 55px;
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-wrapper .swiper-slide .box_container .txt_box em {
        font-size: 15.999px;
        margin-bottom: 9.001px;
    }
}

@media (max-width: 1620px) and (min-width: 1024px) {
    .wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-wrapper .swiper-slide .box_container .txt_box em {
        font-size: 25.999px;
        margin-bottom: 9.001px;
    }
}

.wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-wrapper .swiper-slide .box_container .txt_box strong {
    line-height: 1.32;
    display: block;
    margin-bottom: 45px;
    font-size: 55px;
    font-weight: 900;
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-wrapper .swiper-slide .box_container .txt_box strong {
        font-size: clamp(12px, 4vw, 55px);
        margin-bottom: 15.6px;
    }
}

@media (max-width: 1620px) and (min-width: 1024px) {
    .wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-wrapper .swiper-slide .box_container .txt_box strong {
        font-size: 45.084px;
        margin-bottom: 15.6px;
    }
}

.wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-wrapper .swiper-slide .box_container .txt_box .txt {
    font-size: 27px;
    line-height: 1.7;
    font-weight: 300;
    word-break: keep-all;
}

@media (max-width: 1620px) and (min-width: 1024px) {
    .wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-wrapper .swiper-slide .box_container .txt_box .txt {
        font-size: 27px;
    }
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-wrapper .swiper-slide .box_container .txt_box .txt {
        font-size: clamp(14px, 4vw, 17px);
    }
}

.wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-wrapper .swiper-slide .box_container .txt_box a {
    margin-top: 20px;
    position: relative;
}

@media (max-width: 1620px) and (min-width: 1024px) {
    .wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-wrapper .swiper-slide .box_container .txt_box a {
        margin-top: 21.602px;
    }
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-wrapper .swiper-slide .box_container .txt_box a {
        margin-top: 21.602px;
    }
}

.wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-wrapper .swiper-slide .box_container .txt_box a p {
    background: linear-gradient(to right, #0f8df6, #2ee2be);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 35px;
    transform: translateY(-50%);
}

/* .wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-wrapper .swiper-slide .box_container .txt_box a p:after {
    content: '>';
    position: absolute;
    right: -120%;
    top: 50%;
    transform: translateY(-50%);
} */

@media (max-width: 1620px) and (min-width: 1024px) {
    .wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-wrapper .swiper-slide .box_container .txt_box a p {
        font-size: 28.001px;
        left: 18.999px;
    }
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-wrapper .swiper-slide .box_container .txt_box a p {
        font-size: 18.001px;
        left: 18.999px;
    }
}

.wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-wrapper .swiper-slide .box_container .txt_box a span {
    display: block;
    width: 160px;
    height: 65px;
    background: linear-gradient(to right, #0f8df6, #2ee2be);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 2px solid transparent;
    border-radius: 50px;
    background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #0f8df6, #2ee2be);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

@media (max-width: 1620px) and (min-width: 1024px) {
    .wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-wrapper .swiper-slide .box_container .txt_box a span {
        width: 165.002px;
        height: 70.002px;
        border-width: 1px;
    }
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-wrapper .swiper-slide .box_container .txt_box a span {
        max-width: 120.002px;
        max-height: 45.002px;
        border-width: 1px;
    }
}

.wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-wrapper .swiper-slide .box_container .txt_box a:hover p {
    color: #fff !important;
    -webkit-text-fill-color: initial;
}

.wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-wrapper .swiper-slide .box_container .txt_box a:hover span {
    background: linear-gradient(to right, #0f8df6, #2ee2be);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-radius: 50px;
    background-image: linear-gradient(to right, #0f8df6, #2ee2be);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-wrapper .swiper-slide .box_container .img_box {
    margin: 0 auto;
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-wrapper .swiper-slide .box_container .img_box {
        max-width: 250px !important;
        margin: 0 auto;
        max-height: 250px;
        order: 1;
        width: auto;
        display: flex;
        justify-content: center;
        padding: 0 150px;
    }

    @supports (-webkit-appearance: none) {
        .wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-wrapper .swiper-slide .box_container .img_box {
            padding: 0;
        }
    }

    .wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-wrapper .swiper-slide .box_container .img_box img {
        height: 100%;
        width: 100%;
    }
}

.wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-pagination {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 45px;
    transform: initial;
    margin-right: 170px;
    --bf-extra-x: 70px;
    --bf-extra-y: 12px;
    --bf-offset-left: 50px;
}

@media (max-width: 1620px) and (min-width: 1024px) {
    .wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-pagination {
        display: none;
    }
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-pagination {
        display: none;
    }
}

.wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-pagination .bullet-follower {
    position: absolute;
    left: 40px;
    top: 0;
    border-radius: 60px;
    background: #fff;
    pointer-events: none;
    z-index: 0;
    transition: width 0.25s ease, height 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
    will-change: width, height, transform, opacity;
}

.wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-pagination-bullet {
    opacity: 1;
    position: relative;
    z-index: 1;
    padding: 33px 80px;
    border-radius: 60px;
    color: #fff;
    background: transparent;
    display: inline-flex;
    align-items: center;
    font-size: 30px;
    font-weight: 400;
}

.wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-pagination-bullet span {
    min-width: 250px;
    height: 100%;
    position: absolute;
    left: 0;
    word-break: break-all;
    line-height: 2;
    display: inline-block;
}

@media (max-width: 1620px) and (min-width: 1024px) {
    .wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-pagination-bullet span {
        min-width: initial;
    }
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-pagination-bullet span {
        min-width: initial;
    }
}

.wrap .main .container .service_wrap .swiper-wrap .swiper .swiper-pagination-bullet-active>span {
    font-weight: 800;
    background: linear-gradient(to right, #0f8df6, #2ee2be);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wrap .main .container .service_wrap .editorial {
    display: block;
    width: 100%;
    height: 65px;
}

.wrap .main .container .service_wrap .editorial .parallax1>use {
    animation: move-forever1 10s linear infinite;
}

.wrap .main .container .service_wrap .editorial .parallax1>use:nth-child(1) {
    animation-delay: -2s;
}

.wrap .main .container .service_wrap .editorial .parallax2>use {
    animation: move-forever2 8s linear infinite;
}

.wrap .main .container .service_wrap .editorial .parallax2>use:nth-child(1) {
    animation-delay: -2s;
}

.wrap .main .container .service_wrap .editorial .parallax3>use {
    animation: move-forever3 6s linear infinite;
}

.wrap .main .container .service_wrap .editorial .parallax3>use:nth-child(1) {
    animation-delay: -2s;
}

.wrap .main .container .service_wrap .editorial .parallax4>use {
    animation: move-forever4 4s linear infinite;
}

.wrap .main .container .service_wrap .editorial .parallax4>use:nth-child(1) {
    animation-delay: -2s;
}

.wrap .main .container .service_wrap .editorial_bottom {
    display: block;
    width: 100%;
    height: 65px;
    transform: rotate(180deg);
    background: #f8f9fa;
}

.wrap .main .container .service_wrap .editorial_bottom .parallax1>use {
    animation: move-forever1 10s linear infinite;
}

.wrap .main .container .service_wrap .editorial_bottom .parallax1>use:nth-child(1) {
    animation-delay: -2s;
}

.wrap .main .container .service_wrap .editorial_bottom .parallax2>use {
    animation: move-forever2 8s linear infinite;
}

.wrap .main .container .service_wrap .editorial_bottom .parallax2>use:nth-child(1) {
    animation-delay: -2s;
}

.wrap .main .container .service_wrap .editorial_bottom .parallax3>use {
    animation: move-forever3 6s linear infinite;
}

.wrap .main .container .service_wrap .editorial_bottom .parallax3>use:nth-child(1) {
    animation-delay: -2s;
}

.wrap .main .container .service_wrap .editorial_bottom .parallax4>use {
    animation: move-forever4 4s linear infinite;
}

.wrap .main .container .service_wrap .editorial_bottom .parallax4>use:nth-child(1) {
    animation-delay: -2s;
}

.wrap .main .container .service_tit {
    margin-bottom: 80px;
}

@media (max-width: 1620px) and (min-width: 1024px) {
    .wrap .main .container .service_tit {
        margin-bottom: 27.6px;
    }
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .service_tit {
        margin-bottom: 27.6px;
    }
}

.wrap .main .container .service_tit h2 {
    color: #fff;
    font-size: 84px;
    font-weight: 900;
}

@media (max-width: 1620px) and (min-width: 1024px) {
    .wrap .main .container .service_tit h2 {
        font-size: 50.2px;
    }
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .service_tit h2 {
        font-size: 45.2px;
    }
}

.wrap .main .container .service_tit p {
    color: #888;
    margin-top: 30px;
    font-weight: 400;
    font-size: 30px;
}

@media (max-width: 1620px) and (min-width: 1024px) {
    .wrap .main .container .service_tit p {
        font-size: 30.016px;
        line-height: 1.3;
    }
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .service_tit p {
        font-size: 20.016px;
        line-height: 1.3;
    }
}

.wrap .main .container .service_tit p span {
    color: #fff;
    font-weight: 700;
}

.wrap .main .container .prd_wrap {
    position: relative;
    padding: 100px 25px;
    z-index: 1;
}

@media (max-width: 1620px) and (min-width: 1024px) {
    .wrap .main .container .prd_wrap {
        padding: 52px 25px;
        top: 0;
    }
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .prd_wrap {
        padding: 52px 25px;
        top: 0;
    }
}

.wrap .main .container .prd_box {
    display: flex;
    gap: 40px;
    margin-top: 80px;
    display: flex;
    flex-direction: row;
}

@media (max-width: 1620px) and (min-width: 1024px) {
    .wrap .main .container .prd_box {
        margin-top: 51.199px;
        flex-direction: column;
    }
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .prd_box {
        margin-top: 51.199px;
        flex-direction: column;
    }
}

.wrap .main .container .prd_box .box {
    width: 100%;
    border-radius: 50px;
    background: linear-gradient(-42deg, rgb(71, 233, 198), rgb(70, 209, 255) 70.71%);
    padding: 3px;
    position: relative;
    flex: 1;
}

@media (max-width: 1620px) and (min-width: 1024px) {
    .wrap .main .container .prd_box .box {
        /* padding: 70.001px 3px 3px 3px; */
        border-radius: 40px;
    }
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .prd_box .box {
        /* padding: 70.001px 3px 3px 3px; */
    }
}

.wrap .main .container .prd_box .box .tit {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1620px) and (min-width: 1024px) {
    .wrap .main .container .prd_box .box .tit {
        font-size: 30.243px;
        font-weight: 700;
        top: 3%;
    }
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .prd_box .box .tit {
        font-size: clamp(15px, 5vw, 34px);
        font-weight: 700;
    }
}

.wrap .main .container .prd_box .box .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 50px 70px 70px;
    background: #fff;
    border-radius: 48px;
    min-height: 81dvh;
}

@media (max-width: 1620px) and (min-width: 1024px) {
    .wrap .main .container .prd_box .box .inner {
        gap: 19.997px;
        padding: 49.997px 33.998px 49.998px;
        min-height: auto;
    }
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .prd_box .box .inner {
        gap: 19.997px;
        padding: 49.997px 33.998px 49.998px;
        min-height: auto;
    }
}

.wrap .main .container .prd_box .box .inner p {
    line-height: 1.7;
    font-size: 23px;
}

@media (max-width: 1620px) and (min-width: 1024px) {
    .wrap .main .container .prd_box .box .inner p {
        font-size: 27.397px;
        word-break: keep-all;
    }
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .prd_box .box .inner p {
        font-size: clamp(14px, 5vw, 17px);
        word-break: keep-all;
    }
}

.wrap .main .container .prd_box .box .inner .buy {
    width: 333px;
    font-size: 28px;
    border-radius: 145px;
    padding: 25px 30px;
    position: relative;
    font-weight: 600;
    color: #fff;
    border-color: #fff;
    background: linear-gradient(to right, #0f8df6, #2ee2be);
}

@media (max-width: 1620px) and (min-width: 1024px) {
    .wrap .main .container .prd_box .box .inner .buy {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28.001px !important;
        padding: 24.998px 20.002px !important;
        width: 80%;
    }
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .prd_box .box .inner .buy {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: left;
        font-size: clamp(14px, 5vw, 17px) !important;
        padding: 14.998px 20.002px !important;
        max-width: 100%;
    }
}

.wrap .main .container .prd_box .box .inner .buy::after {
    content: "";
    background-image: url(/assets/img/arrow_w.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 20px;
    display: inline-block;
    margin-left: 40px;
}

@media (max-width: 1620px) and (min-width: 1024px) {
    .wrap .main .container .prd_box .box .inner .buy::after {
        width: 10.998px;
        height: 15.002px;
    }
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .prd_box .box .inner .buy::after {
        width: 10.998px;
        height: 15.002px;
    }
}

.wrap .main .container .prd_box .box .inner .buy:hover {
    /* color: #fff;
  border-color: #fff;
  background: linear-gradient(to right, #0f8df6, #2ee2be); */
    background: #fff;
    color: #47E9C6;
    border: 2px solid #47E9C6;
}

.wrap .main .container .prd_box .box .inner .buy:hover::after {
    background-image: url(/assets/img/arrow_g.svg);
}

.wrap .main .container .prd_box .box.smart {
    background: linear-gradient(-183deg, rgb(71, 233, 198), rgb(70, 209, 255) 70.71%);
}

.wrap .main .container .prd_box .box.exam p {
    margin-bottom: 37px;
}

.wrap .main .container .prd_box .box.exam .inner .buy {
    width: 333px;
    font-size: 28px;
    /* background-color: #fff;
  color: rgb(70, 209, 255);
  border: 2px solid rgb(70, 209, 255); */
    padding: 25px 30px;
    border-radius: 145px;
    position: relative;
}
.header{
  color: #fff !important;
}

@media (max-width: 1620px) and (min-width: 1024px) {
    .wrap .main .container .prd_box .box.exam .inner .buy {
        width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18.001px;
    padding: 24.998px 30.002px;
    }
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .prd_box .box.exam .inner .buy {
        /* width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18.001px;
    padding: 14.998px 30.002px; */
    }
}

.wrap .main .container .prd_box .box.exam .inner .buy::after {
    content: "";
    background-image: url(/assets/img/arrow_w.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 20px;
    display: inline-block;
    margin-left: 40px;
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .prd_box .box.exam .inner .buy::after {
        width: 10.998px;
        height: 15.002px;
    }
}

.wrap .main .container .prd_box .box.exam .inner .buy:hover {
    background: #fff;
    color: rgb(70, 209, 255);
    border: 2px solid rgb(70, 209, 255);
    /* border-color: #fff;
  background: linear-gradient(to right, #0f8df6, #2ee2be); */
}

.wrap .main .container .prd_box .box.exam .inner .buy:hover::after {
    background-image: url(/assets/img/arrow_b.svg);
}

.wrap .main .container .smart_wrap {
    z-index: 2;
    /* padding-top: 0 !important; */
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.wrap .main .container .smart_wrap>.tit {
    padding-bottom: 80px;
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .smart_wrap>.tit {
        padding-bottom: 29.599px;
    }
}

.wrap .main .container .smart_wrap .marquee {
    position: relative;
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .smart_wrap .marquee {
        padding-top: 0.799px;
    }
}

.wrap .main .container .smart_wrap .marquee::after {
    content: "";
    background: radial-gradient(rgba(255, 255, 255, 0), white);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 111;
}

.wrap .main .container .smart_wrap .marquee__mask+.marquee__mask {
    margin-top: 20px;
}

.wrap .main .container .smart_wrap .marquee__mask .marquee__track {
    transition-timing-function: linear !important;
}

.wrap .main .container .contact_wrap {
    height: 1024px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(#E5F8FF, #B4FFEE);
    position: relative;
}

.wrap .main .container .contact_wrap h2 {
    text-align: center;
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .contact_wrap {
        height: auto;
    }
}

.wrap .main .container .contact_wrap p {
    text-align: center;
}

.wrap .main .container .contact_wrap .call {
    background: linear-gradient(to right, #0f8df6, #2ee2be);
    color: #fff;
    max-width: 310px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 22px 32px;
    border-radius: 50px;
    font-size: 30px;
    font-weight: 700;
    margin-top: 70px;
    position: relative;
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .contact_wrap .call {
        max-width: 310.003px;
        padding: 17.003px 21.997px;
        font-size: 20.002px;
        margin-top: 69.998px;
    }
}

.wrap .main .container .contact_wrap .call::after {
    content: "";
    display: inline-block;
    margin-left: 12px;
    width: 30px;
    height: 23px;
    background: url(/assets/img/arrow_line_w.svg) no-repeat center/contain;
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .contact_wrap .call::after {
        margin-left: 12.002px;
        width: 20.002px;
        height: 17.997px;
    }
}

.wrap .main .container .contact_wrap .call label {
    color: #fff;
}

.wrap .main .container .contact_wrap .call:hover {
    background: #fff;
}

.wrap .main .container .contact_wrap .call:hover label {
    background: linear-gradient(to right, #0f8df6, #2ee2be);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wrap .main .container .contact_wrap .call:hover::after {
    background-image: url(/assets/img/arrow_line.svg);
}

.wrap .main .container .account_wrap {
    margin-top: 50px;
    padding: 26px 100px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.5);
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .account_wrap {
        width: 90%;
        padding: 30.999px 30px;
        justify-content: center;
    }
}

.wrap .main .container .account_wrap em {
    position: relative;
    font-weight: 700;
    margin-right: 35px;
    font-size: 1.8rem;
    color: #000;
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .account_wrap em {
        margin-left: 12.999px;
        font-size: 15.002px;
    }
}

.wrap .main .container .account_wrap em svg {
    width: 22px;
    height: 22px;
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .account_wrap em svg {
        width: 18.003px;
        height: 18.003px;
        left: -29px;
    }
}

.wrap .main .container .account_wrap span {
    text-align: left;
    color: #888;
    font-size: 20px;
    font-weight: 400;
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container .account_wrap span {
        font-size: 13.002px;
    }
}

.video-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

@media (max-width: 1023px) and (min-width: 280px) {
    .video-modal {
        height: auto;
    }
}

.video-modal .vm-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.video-modal .vm-dialog {
    position: relative;
    width: 60vw;
    height: 60vh;
    max-width: 1200px;
    max-height: 90vh;
    background: #000;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1023px) and (min-width: 280px) {
    .video-modal .vm-dialog {
        max-width: initial;
        height: initial;
        width: 90%;
    }
}

.video-modal em {
    color: #fff;
    font-weight: 900;
    font-size: clamp(16px, 5vw, 34px);
    z-index: 1;
}

.video-modal .vm-body {
    width: 100%;
    height: 100%;
}

.video-modal .vm-body video {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.video-modal .vm-close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 0;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    background: rgba(0, 0, 0, 0.45);
    cursor: pointer;
    z-index: 1;
}

.video-modal.show {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body.modal-open {
    overflow: hidden;
}

/* 줄 높이/간격/속도 */
.marquee {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.marquee__mask {
    position: relative;
    height: 14rem;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
}

/* 트랙은 정확히 A+B(두 세트) 구조가 되도록 JS가 보장 */
.marquee__track {
    display: flex;
    align-items: center;
    gap: 2rem;
    height: 100%;
    will-change: transform;
    animation: marquee-left var(--marquee-duration, 30s) linear infinite;
    animation-play-state: paused;
    transform: translate3d(0, 0, 0);
}

@media (max-width: 1023px) and (min-width: 280px) {
    .marquee__track {
        gap: 0.51rem;
    }
}

.marquee__item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    height: 90%;
}

.marquee__item img {
    height: 100%;
    width: auto;
    display: block;
}

/* 좌→우 */
@keyframes marquee-left {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

/* 반대방향이 필요한 줄은 클래스 하나로 변경 */
.marquee__track.is-reverse {
    animation-name: marquee-right;
}

@keyframes marquee-right {
    0% {
        transform: translate3d(-50%, 0, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

/* 반응형 예시 */
@media (max-width: 1720px) {
    .marquee__mask {
        height: 14.5rem;
    }
}

@media (max-width: 999px) {
    .marquee__mask {
        height: 10rem;
    }
}

@media screen and (orientation: landscape) {
    .box_container {
        grid-template-columns: 1fr 1fr;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 40px;
    }

    .box_container .img_box {
        display: flex;
        justify-content: center;
    }

    .box_container .txt_box {
        justify-content: center;
        height: 100%;
    }
}


/* 251229 추가  */
.vis_box.one.hidden {
    opacity: 0;
    animation: scene1-1 1s ease-out forwards;
}

.typed-cursor {
    display: none;
}

.vis_box.two.active,
.vis_box.three.active {
    opacity: 1;
}

.vis_box.two.hidden,
.vis_box.three.hidden {
    opacity: 0;
    animation: scene1-1 1s ease-out forwards;
}

.vis_box.two.active .vis_tit span {
    top: 0;
    opacity: 1;
}

.vis_box.two.active {
    opacity: 1;
}

.vis_box.two {
    position: absolute;
}

.vis_box.two>* {
    position: relative;
    overflow: hidden;
    padding-bottom: 1.05vh;
    height: initial !important;
}

.vis_box.two .vis_tit span {
    position: relative;
    display: block;
    top: 6.49vh;
    opacity: 0;
    transition: all 0.5s ease-out;
}

.vis_box.two .vis_tit:nth-child(1) span {
    transition-delay: 0.5s;
}

.vis_box.two .vis_tit:nth-child(2) span {
    transition-delay: 0.825s;
}

.vis_box.two.active {
    top: 0;
    opacity: 1;
}

.vis_box.hidden {
    z-index: -1;
    pointer-events: none;
}

@keyframes scene1-1 {
    0% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.scene2 {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;

}

.scene2 .motion-bg {
    background-image: url(/assets/img/mainvisualbg.png);
    width: 100%;
    min-height: 100dvh;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.6s ease-out;
}

@media (max-width: 1023px) and (min-width: 280px) {
    .scene2 .motion-bg {
        padding: 300px 0;
        height: auto;
        background-image: url(/assets/img/mainvisualbg_m.png);
    }

}

.vis_wrap .article1,
.vis_wrap .article2,
.vis_wrap .article3 {
    display: block;
    opacity: 0;
    mix-blend-mode: hard-light;
}

.vis_wrap .article1 {
    position: absolute;
    top: -49.09vh;
    left: 0;
    width: 50%;
    height: 50%;
    animation: article1 2s ease-in-out 0.4s infinite forwards;
}

.vis_wrap .article2 {
    position: absolute;
    bottom: 0vh;
    right: -10.03vh;
    width: 50%;
    height: 50%;
    animation: article2 2s ease-in-out 0.8s infinite forwards;
}

.vis_wrap .article3 {
    position: absolute;
    top: 29.09vh;
    right: 10vh;
    opacity: 0.3;
    animation: article1 2s ease-in-out 0.6s infinite forwards;
}

.vis_wrap .article4 {
    position: absolute;
    bottom: 30%;
    right: 190.03vh;
    opacity: 0.2;
    animation: article2 2s ease-in-out 0.2s infinite forwards;
}

.vis_wrap .scene2.active .article1.active {
    opacity: 1;
    animation: article1 2s ease-in-out 0.4s infinite forwards;
}

.vis_wrap .scene2.active .article2.active {
    opacity: 1;
    animation: article2 2s ease-in-out 0.8s infinite forwards;
}

.vis_wrap .scene2.active .article3.active {
    opacity: 1;
    animation: article1 2s ease-in-out 0.4s infinite forwards;
}

.vis_wrap .scene2.active .article4.active {
    opacity: 1;
    animation: article2 2s ease-in-out 0.8s infinite forwards;
}

.vis_wrap .scene2.active .article1 {
    animation: articleShow 0.6s ease-out 0s forwards;
}

.vis_wrap .scene2.active .article2 {
    animation: articleShow 0.6s ease-out 0.5s forwards;
}

.vis_wrap .scene2.active .article3 {
    animation: articleShow 0.6s ease-out 0s forwards;
}

.vis_wrap .scene2.active .article4 {
    animation: articleShow 0.6s ease-out 0.5s forwards;
}

.main .scene1 .container {
    background-color: #000;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main .scene1 {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.main .scene1 img {
    width: 20%;
    opacity: 0;
}

.main .scene1.active .container img {
    animation: scene1 4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.main .scene1.hidden {
    opacity: 0;
    animation: scene1-1 1s ease-out;
}

@media (max-width: 1023px) and (min-width: 280px) {
    .wrap .main .container section {
        padding: 100.001px 25.603px;
    }

    .main .scene1 img {
        width: 50%;
        opacity: 0;
    }

}

@keyframes opacity1 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes scene1 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


@keyframes articleShow {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes article1 {
    0% {
        transform: translateY(0rem);
    }

    50% {
        transform: translateY(1.2rem);
    }

    100% {
        transform: translateY(0rem);
    }
}

@keyframes article2 {
    0% {
        transform: translateY(0rem);
    }

    50% {
        transform: translateY(-1.6rem);
    }

    100% {
        transform: translateY(0rem);
    }
}

.hero-section {
    position: fixed;
    z-index: 1;
    left: 0;
    top: -100vh;
    width: 100%;
    min-width: 1400px;
    height: 100vh;
    overflow: hidden;
    transform: translateY(0);
    padding: 0 !important;
}

.hero-section .img-banner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 166px;
}

.hero-section .img-banner img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.hero-section .img-banner {
    position: relative;
}

.hero-section .img-banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100dvh;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: linear-gradient(180deg, rgba(18, 18, 18, 0.3) 0%, rgba(18, 18, 18, 0.62) 100%);
}

.hero-section .hero-text {
    position: absolute;
    display: flex;
    gap: 26px;
    flex-direction: column;
    opacity: 0;
    top: 45%;
    left: 5%;
    text-align: left;
    transform: translateY(50px);
    transition: 0s 1s all;
    z-index: 1;
}

.hero-section .hero-text>strong {
    font-size: 70px;
    color: #ffffff;
    font-weight: 700;
}

.hero-section .hero-text p {
    font-size: 42px;
    color: #ffffff;
}

.hero-section .hero-text a {
    align-self: flex-start;
}

.hero-section .hero-text a::after {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2040_1417)'%3E%3Cpath d='M10.1094 13.2217H8.55371L3.10938 7L8.55371 0.777344H10.1094L4.27637 7L10.1094 13.2217Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2040_1417'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.hero-section .hero-text a:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2040_1417)'%3E%3Cpath d='M10.1094 13.2217H8.55371L3.10938 7L8.55371 0.777344H10.1094L4.27637 7L10.1094 13.2217Z' fill='%23101010'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2040_1417'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.hero-section .hero-text a:after {
    transform: rotate(180deg);
}

.hero-section .swiper-controller {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    bottom: 0;
    padding: 0 0 120px;
    z-index: 1;
}

.swiper-button-next,
.swiper-button-prev {
    color: transparent !important
}

.hide,
.ui-datepicker .ui-datepicker-header>a span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.hero-section .swiper-controller .flex-box {
    display: flex;
    left: 4%;
    position: relative;
}

.swiper-button-next,
.swiper-button-prev svg {
    width: initial !important;
}

.hero-section .swiper-controller .swiper-pagination {
    width: auto;
    position: static;
    color: #ffffff;
}

.hero-section .swiper-controller .swiper-button-prev {
    position: static;
    height: 16px;
    margin-top: 0;
}

.hero-section .swiper-controller .swiper-button-prev:after {
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2040_1417)'%3E%3Cpath d='M10.1094 13.2217H8.55371L3.10938 7L8.55371 0.777344H10.1094L4.27637 7L10.1094 13.2217Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2040_1417'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center;
    font-size: 0;
}

.hero-section .swiper-controller .swiper-button-next {
    position: static;
    height: 16px;
    margin-top: 0;
}

.hero-section .swiper-controller .swiper-button-next:after {
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2040_1417)'%3E%3Cpath d='M10.1094 13.2217H8.55371L3.10938 7L8.55371 0.777344H10.1094L4.27637 7L10.1094 13.2217Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2040_1417'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center;
    font-size: 0;
    transform: rotate(180deg);
}

.hero-section .swiper-slide-active .hero-text {
    transition: all 1.5s ease-in-out;
    opacity: 1;
    transform: translateY(0);
}

.hero-section.cover,
.hero-section.init {
    transform: translateY(100%);
}

.hero-section.smooth {
    transition: 0.5s all ease-in-out;
}

.hero-section .scroll-indicator {
    position: absolute;
    left: 50%;
    bottom: 40px;
    height: 48px;
    border-radius: 48px;
    text-align: center;
    background: rgba(226, 226, 226, 0.4);
    transform: translateX(-50%);
    z-index: 10;
}

.hero-section .scroll-indicator span {
    color: #ffffff;
    font-size: 14px;
    line-height: 48px;
    padding: 0 46px 0 24px;
    font-weight: 500;
}

.hero-section .scroll-indicator span {
    position: relative;
}

.hero-section .scroll-indicator span::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    right: 24px;
    top: 54%;
    transform: translateY(-50%) rotate(-90deg);
    background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2267_193873)'%3E%3Cpath d='M2.31445 8.88379C5.53194 7.62194 7.87927 4.5429 9.29199 2H10.75C8.64723 5.53043 5.85741 7.75585 3.97656 8.67676L16 8.34375V9.65625L3.95801 9.31445C5.83902 10.2298 8.64035 12.458 10.75 16H9.29199C7.83366 13.375 5.37931 10.1789 2 9L2.31445 8.88379Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2267_193873'%3E%3Crect width='18' height='18' fill='%23ffffff'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center;
}

/* 기본: 숨김 */
.mo {
    display: none;
}

@media (max-width: 1023px) and (min-width: 280px) {
    .mo {
        display: block;
    }

    .hero-section {
        min-width: initial;
    }

    .hero-section .hero-text>strong {
        font-size: 2.5rem;
        line-height: 1.3;
    }

    .hero-section .hero-text p {
        font-size: 1.2rem;
        line-height: 1.3;
        font-weight: 300;
    }

    .hero-section .img-banner img {
        object-fit: cover;
    }
}

.pc {
    display: block;
}

@media (max-width: 1023px) and (min-width: 280px) {
    .pc {
        display: none;
    }
}

.scrolldown {
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    bottom: var(--spacing-4, 1.6rem);
    z-index: 5;
    font-size: var(--fs-label2);
    line-height: 1.32;
    letter-spacing: -0.02em;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    color: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
    line-height: 1.6;
    letter-spacing: -0.02em;
    gap: var(--spacing-2, 0.8rem);
}

@media (max-width: 767px) {
    .scrolldown .__label {
        display: none;
    }
}

.scrolldown .__arrow {
    width: 2.5rem;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.scrolldown .__arrow svg {
    display: block;
    width: 2.1rem;
    height: auto;
    animation: scrolldown-arrow 1.5s infinite linear;
}

.scrolldown .__arrow svg:nth-child(2) {
    animation-delay: 0.2s;
}

@keyframes scrolldown-arrow {
    0% {
        opacity: 0;
        transform: translateY(-50%);
    }

    25%,
    75% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateY(50%);
        opacity: 0;
    }
}
