* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}
section{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;

}
.pc-mobile{
    display: flex;
}
.mobile-pc{
    display: none;
}
.pc{
    display: flex;
}
.pc-inline{
    display: inline;
}
.tablet{
    display:none;
}
.mobile{
    display:none;
}
html {
    scroll-behavior: smooth;
}
.main::after{
    width: 1vw;
    height: 0vw;
    position: absolute;
    top: 0;
    pointer-events: none;
    opacity: 0;
    pointer-events: none;
    content:url(/images/con1_10.png) url(/images/con1_11.png) url(/images/con1_12.png)
    url(/images/con6_08.png) url(/images/con6_09.png)  url(/images/con6_10.png) url(/images/con6_11.png) url(/images/con6_12.png)
    url(/images/con7_02.png) url(/images/con7_03.png) url(/images/con7_04.png)  url(/images/con7_05.png);
}
.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.flowhid{
    overflow: hidden;
}
.hide{
    display: none !important;
}
.hideopa{
    opacity: 0 !important;
}
.show{
    opacity: 1 !important;
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
.flexrow{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.flexcol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;500;600;700&display=swap");
@font-face {
    font-family: "Noto Sans KR", sans-serif;
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
/*@font-face {*/
/*    font-family: 'VITRO_CORE_TTF';*/
/*    src: url('/font/VITRO_CORE_TTF.ttf') format('woff');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/
@font-face {
    font-family: 'TTTtangsbudaejjigaeB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/TTTtangsbudaejjigaeB.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'TheJamsil5Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
body {
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    min-height: 0vw;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@keyframes marquee2 {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}
@keyframes slick-circle{
    0%{left:0;}
    100%{left:99%;}
}
@keyframes soul_out {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
        transform: translateY(-50%);
    }
}
@keyframes ddm3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: rotate(-2deg);
    }
    100% {
        transform: scale(1.05);
    }
}
@keyframes ddm4 {
    0% {
        transform: rotate(-10deg);

    }
    25% {
    }
    50% {
        transform: rotate(10deg);

    }
    75% {
    }
    100% {
        transform: rotate(-10deg);

    }
}
@keyframes rotate_image1 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes ani_scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.1, 0.01, 0.01, 1.2, 0, 0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes blk {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    31% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk2 {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk3 {
    0% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes scaleOpa {
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes scaleOpa2 {
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes ball {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: 20px;
    }
}
@keyframes ddm {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.15, 0.01, 0.01, 1.15, 0, 30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_imageY {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ddm2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2X {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2Xhalf {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: scale(1.02);
    }
}

@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes uitLineMove {
    0% { stroke-dashoffset: 300.292; }
    100% { stroke-dashoffset: 110; }
}

@keyframes hand {
    0% {
        transform: translateY(-0.5%);
    }

    25% {
        transform: translateY(1%);
    }

    50% {
        transform: translate(0.5%, -1%);
    }

    75% {
        transform: translate(1%, 0.5%);
    }

    100% {
        transform: translate(1%, -1%);
    }
}

@keyframes hand2 {
    0% {
        transform: translateY(2%);
    }

    25% {
        transform: translateY(-1%);
    }

    50% {
        transform: translate(-1%, 2%);
    }

    75% {
        transform: translate(2%, 1%);
    }

    100% {
        transform: translateY(2%);
    }
}
@keyframes bg-position {
    0% {
        background-position: bottom;
    }
    25% {
        background-position: center;
    }
    50% {
        background-position: inherit;
    }
    75% {
        background-position: center;
    }
    100% {
        background-position: bottom;
    }
}
@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.2;
    }
    25% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 1;
    }
    50% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    75% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    100% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0.2;
    }
}

@keyframes light {
    0%, 31%, 34%, 39%, 42%, 47% {
        opacity: 0;
    }
    5%, 30%, 35%, 38%, 43%, 46% {
        opacity: 0.4;
    }
    50%, 55%, 60%, 67%, 51%, 54%, 68%, 100% {
        opacity: 1;
    }
    70% {
        opacity: 0.2;
    }
}
@keyframes marqueeX {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes marqueeY {
    from { transform: translateY(0); }
    to { transform: translateY(-100%); }
}
@keyframes fall {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(240deg) rotateY(400deg) rotateZ(310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes fall2 {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(-240deg) rotateY(-400deg) rotateZ(-310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes backgroundchange {
    0% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }

    25% {
        background: url(/images/con11_08.png) no-repeat center / contain;
    }

    50% {
        background: url(/images/con11_09.png) no-repeat center / contain;
    }

    75% {
        background: url(/images/con11_10.png) no-repeat center / contain;
    }

    100% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }
}
@keyframes opa {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes backgroundchange_2 {
    0% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }

    20% {
        background: url(/images/con08_08.png) no-repeat center / contain;

    }

    40% {
        background: url(/images/con08_09.png) no-repeat center / contain;

    }

    60% {
        background: url(/images/con08_10.png) no-repeat center / contain;

    }

    80% {
        background: url(/images/con08_11.png) no-repeat center / contain;

    }
    100% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}





.swiper-progress-bar {
    position: absolute !important;
    width: 90%;
    display: block;
    z-index: 1;
    height: 1px;
    margin-top: 8%;
}
.swiper-progress-bar .slide_progress-bar {
    position: absolute;
    height: 1px;
    background: #ffffff26;
    width: auto;
    clear: both;
    opacity: 0;
    bottom: 45px;
    left: 0;
    right: 0;
}
.swiper-progress-bar .slide_progress-bar:after {
    position: absolute;
    top: 0;
    left: 0;
    background: #00000059;
    height: 100%;
    width: 0;
    content: "";
    transition: 0.1s width ease-in-out;
}
.swiper-progress-bar.active .slide_progress-bar {
    opacity: 1;
}
.swiper-progress-bar.animate .slide_progress-bar:after {
    transition: width ease-in-out;
    transition-delay: unset;
    width: 99%;
    transition-duration: 3s;
}
.swiper-progress-bar.animate .slide_progress-bar:before {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 20px;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    top: -13.5px;
    left: 0;
    animation-name: slick-circle;
    background: url(/images/acon1_02.png) no-repeat center / contain ;
    background-size: cover;
    overflow: hidden;
    z-index: 5;
}

@keyframes slick-circle{
    0%{left:0;}
    100%{left:99%;}
}
.main_top{
    width: 100%;
    text-align: center;
        font-family: 'pretendard variable';
    font-weight: 800;
    font-size: 10vw;
    margin-left: 21%;
    margin-top: 5%;
    letter-spacing: 0vw;
    line-height: 8vw;
}
.main_top_2nd span{
    color: #3235cd;
}
.main_top_2nd{
    font-size: 0.9vw;
    line-height: 1.5vw;
    width: 80%;
    text-align: right;
    margin-top: 7%;
        font-family: 'pretendard variable';
    font-weight: 300;
}
.main{
    padding-top: 7%;
    padding-bottom: 10%;
}
.main_video_con {
    width: 100vw;
    height: 47.5vw;
    overflow: hidden;
    top: 0%;
}
.video1 {
    width: 100%;
    opacity: 0.25;
    filter: grayscale(1);
}

.main_video_con {
    width: 100vw;
    height: 52vw;
    overflow: hidden;
    top: 0%;
}
.acon1_06{
    width: 2.2%;
    left: 42.8%;
    top: 2%;
}
.main_absol_2nd{
    width: 0.49505%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
    left: 4%;
}
.main_absol{
    left: 20%;
    white-space: nowrap;
    font-family: 'pretendard variable';
    font-weight: 700;
    font-size: 5vw;
    line-height: 5.5vw;
    top: 28%;
    color: black;
    z-index: 1;
}

.swiper-pagination {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 10% !important;
    height: 22vw;
    font-family: 'pretendard variable';
    font-weight: 700;
    top: 16% !important;
    left: 7% !important;
}

.swiper-pagination-bullet {
    border-radius: 0;
    width: auto;
    text-align: center;
    line-height: 30px;
    font-size: 0.9vw;
    color: black;
    opacity: 0.35 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.swiper-pagination-bullet{
    width: 100% !important;
    height: 36% !important;
}

.swiper-pagination-bullet-active {
    color:black;
    opacity: 1 !important;
}
.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets{
    top: 39% !important;
    right: 5% !important;
}
.swiper-progress-bar {
    position: relative;
    width: 90%;
    display: block;
    z-index: 1;
    height: 1px;
    margin-top: 8%;
    left: 0;
    top: 47.8%;
}
.acon1_05{
    left: 46%;
    bottom: -13%;
    z-index: -1;
    width: 6.5%;
}
.main_absol span{
    color: #3235cd;

}
.main_absol {
    left: 20%;
    white-space: nowrap;
    font-family:'pretendard variable';
    font-weight: 700;
    font-size: 5vw;
    line-height: 5.5vw;
    top: 21.5%;
    color: black;
    z-index: 1;
}
.swiper-pagination-bullet {
    width: 100% !important;
    height: 23% !important;
}
.swiper-pagination {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 10% !important;
    height: 22vw;
        font-family:'pretendard variable';
    font-weight: 700;
    top: 23% !important;
    left: 8% !important;
}
.acon1_05_2nd{
    left: 35%;
    bottom: -13%;
    z-index: -1;
}
.acon1_05_3rd {
    left: 33%;
    bottom: 20%;
    z-index: -1;
}


.con1_con{
    background: white;
    top: 0;
}
.con1_con{
    height: 100%;
    z-index: 14;
}
.con1_top{
    width: 22.7228%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 16%;
    left: 12%;
}
.con6_left_swiper_5_slide{
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con6_left_swiper_5_slide_active{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
}
.con6_left_swiper_5_slide_active_1{
    z-index: 1;
    font-size: 0.9vw;
    color: white;
        font-family:'pretendard variable';
    font-weight: 700;
}
.con6_left_swiper_5_slide_active_2{
    z-index: 1;
        font-family:'pretendard variable';
    font-weight: 500;
    margin-top: 11%;
    font-size: 1.8vw;
    color: white;
}
.con6_left_swiper_5_slide_active_3{
    font-size: 0.9vw;
    width: 100%;
    text-align: center;
    color: white;
        font-family:'pretendard variable';
    font-weight: 400;
    margin-top: 5%;
}
.con6_left_swiper_5_slide_active_3{
    display: flex;
    justify-content: center;
    align-items: center;
}
.con6_left_swiper_5_slide_active_3_line{
    height: 60%;
    border-left: 1px solid #ffffff5e;
    left: 42.4%;
}
.con6_left_swiper_5_slide_active_3_line_2{
    height: 60%;
    border-left: 1px solid #ffffff5e;
    right: 42.4%;
}
.con6_left_swiper_5_slide_active_4{
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 7%;
}
.acon1_21{
    width: 24%;
        height: 1.86vw;
}
.acon1_22{
    width: 24%;
    cursor: pointer;
        height: 1.86vw;
    cursor: pointer;
}
.con6_left_swiper_5_slide_active_4 {
    height: 1.86vw;
    overflow: hidden;
}
.con6_left_swiper_5_slide_inactive{
    opacity: 1;
}
.con6_left_swiper_5_slide_inactive_1{
    z-index: 4;
    width: 100%;
    text-align: center;
    color: white;
        font-family:'pretendard variable';
    font-weight: 400;
    font-size: 0.9vw;
    margin-top: -69%;
}

.con6_left_swiper_5_slide_inactive_2{
    z-index: 1;
        font-family:'pretendard variable';
    font-weight: 400;
    margin-top: 87%;
    font-size: 0.9vw;
    color: white;
}
.acon1_24{
    width: 108%;
    animation: scaleOpa2 infinite 2s;
}
.acon1_23{
    width: 94%;
    /*animation: scaleOpa infinite 2s;*/

}
.con6_left_swiper_5_slide_active{
    opacity: 0;
    transition: 0.3s all;
}
.con6_left_swiper_5_slide_inactive{
    transition: 0.3s all;
    width: 100%;
    text-align: center;
    width: 26%;
}

.con6_left_swiper_5_slide.swiper-slide-next + .con6_left_swiper_5_slide{
    z-index: 1;
}
.con6_left_swiper_5_slide.swiper-slide-next + .con6_left_swiper_5_slide .con6_left_swiper_5_slide_active{
    opacity: 1;
}

.con6_left_swiper_5_slide.swiper-slide-next + .con6_left_swiper_5_slide .con6_left_swiper_5_slide_inactive{
    opacity: 0;
}

.acon1_20{
    z-index: 1;
    top: -12%;
    right: 14%;
    width: 6%;
}
.con6_left_swiper_5_mid{
    width: 100%;
    border-bottom: 1px solid #ffffffa3;
    bottom: 28%;
}
.con1_absol{
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 12%;
}
.con2{
    background: #e9e9ff;
}
.con2_top{
    width: 63%;
    margin-top: 10%;
    margin-bottom: 15%;
}
.con2_top_1st{
    font-size: 3vw;
    font-family: pretendard;
    overflow: hidden;
}
.con2_top_2nd{
    font-size: 3vw;
    overflow: hidden;
    font-family: pretendard;
}
.con2_top_3rd{
    overflow: hidden;
    font-size: 5vw;
        font-family:'pretendard variable';
    font-weight: 700;
    margin-top: 2%;
}
.con2_top_4th{
    font-size: 1.3vw;
        font-family:'pretendard variable';
    font-weight: 700;
    margin-top: 9%;
}
.con2_top_5th{
    font-size: 0.9vw;
        font-family:'pretendard variable';
    font-weight: 400;
    margin-top: 4%;
    line-height: 1.5vw;
}
.con2_mid_items{
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 7%;
    top: 25%;
    z-index: 1;
}
.con2_mid_item{
    margin: -3.4%;
}
.con2_absol{
    width: 24.6535%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 8%;
}
.con2_absol_2nd{
    font-size: 0.9vw;
    left: 8%;
    top: 15%;
    font-family: pretendard;
    height: 29%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.con2_bottom_scr {
    bottom: 3%;
    color: white;
        font-family:'pretendard variable';
    font-weight: 800;
    font-size: 3.48vw;
    scale: 3;
}
.con2_bottom_scr_1st{
    animation: marqueeX 100s infinite linear;
}
.con2_bottom_scr .absol{
    right: -100%;
}
.con2_bottom_scr_1st p:nth-child(4){
    color: #3235cd;
}
.con2_bottom_scr_1st p:nth-child(2){
    color: #3235cd;
}
.con2_bottom_scr_1st p:nth-child(6){
    color: #3235cd;
}
.con3_top{
    font-size: 4vw;
    color: white;
        font-family:'pretendard variable';
    font-weight: 700;
    margin: 18% 0;
    z-index: 2;
}
.con3 {
    background: black;
}
.con3_top_absol{
    width: 4.33758%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 29%;
    top: 0;
}
.con3_top_absol_2{
    width: 92.4752%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 99%;
    z-index: 2;
}
.con3_top_absol_3{
    width: 64.0594%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -27%;
    right: -17%;
}
.con3_items{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    left: 5%;
    top: 14%;
    width: 9.5%;
}
.con3_item_2nd{
    width: 96.9255%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -58%;
    margin-bottom: -46%;
}
.con3_top_absol {
    width: 4.33758%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 29%;
    top: -38%;
}
.con4_item{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 25vw;
    background: white;
    transition: 0.3s all;
}
.con4{
    background: #f3f3ff;
}
.con4_item_top_1{
    width: 33.0693%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con4_item_top_2nd{
    font-size: 1.7vw;
    bottom: 40%;
        font-family:'pretendard variable';
    font-weight: 300;
    transition: 0.3s all;
}
.con4_item_top_3rd{
    width: 6.73267%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 33%;
    transform: translateX(-70%);
    transition: 0.3s all;
}
.con4_item:hover .flexcol{
    border-radius: 50%;
    background: #3235cd;
}
.con4_item_top{
    transition: 0.3s all;
    top: 43%;

}
.con4_item_con{
    height: 100%;
    transition: 0.3s all;
}
.con4_item:hover .con4_item_top{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    top: 32%;
}

.con4_item:hover .con4_item_top_3rd{
    transform: translateX(0%);

}

.con4_item:hover .con4_item_top_2nd{
    color: white;
    bottom: 49%;
}

.con4_item_top_2{
    width: 27.5248%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con4_item_top_3{
    width: 39.604%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con4_item_top_4{
    width: 42.1782%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con5_top{
    width: 22.5743%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -53%;
    margin-top: 12%;
    overflow: hidden;
}
.con5_mid{
    width: 76% !important;
    background: white;
    border-radius: 30px;
}
.con5{
    background: #f3f3ff;

}
.con5_mid_item{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con5_mid_item{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5% 0;
}
.con5_mid{
    margin-top: 4%;
    margin-bottom: 8%;
    padding-bottom: 8%;
    padding-top: 1%;
    flex-wrap: wrap;
    border-radius: 80px;
}
.con5_mid_absol{
    width: 13.1579%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 9%;
    cursor: pointer;
}


.con6{
    background: url(/images/acon5_bg.jpg) no-repeat center / cover;
}
.con6_top{
    width: 13.7624%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    overflow: hidden;
    margin-bottom: 6%;
}
.con6_bottom{
    width: 21.7822%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    cursor: pointer;
    margin-bottom: 5%;
}
.con6_mid_item{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con6_mid_item_1{
    color: white;
    font-size: 1.3vw;
    white-space: nowrap;
    position: relative;
        font-family:'pretendard variable';
    font-weight: 400;
}
.con6_mid_item_1 p::before{
    content: '';
    position: absolute;
    transform: translateX(-315%);
    top: 20%;
    width: 0.3vw;
    height: 0.3vw;
    border-radius: 50%;
    background: #3235cd;
}
.con6_mid_item_2 input{
    width: 83%;
        font-family:'pretendard variable';
    font-weight: 400;
    color: white;
    font-size: 1.3vw;
    padding-bottom: 1%;
    box-sizing: border-box;
    padding-left: 1%;
    outline: none;
    margin-left: 4%;
    border: none;
    border-bottom: 1px solid white;
    background: transparent;
}
.con1_con{
    z-index: 10001;
}
.acon1_19{
    width: 100%;
}
.con3_item_1st{
    width: 96.4825%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con3_item_3rd{
    width: 77.6055%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con2_mid_item_1{
    width: 37.1287%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con2_mid_item_2{
    width: 39.1089%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%);*/


    border-radius: 0%;
    overflow: hidden;
    filter:url(#round);
}
.acon1_28{
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
}
.con2_mid_item_3{
    width: 37.1287%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_absol_top{
    overflow: hidden;
}
.main_absol_top_2nd{
    overflow: hidden;

}
.main_absol_top_3rd{
    overflow: hidden;

}
.main_top p{
    overflow: hidden;
}
.acon1_05 {
    left: 46%;
    bottom: 43%;
    z-index: -1;
    width: 6.5%;
/*    animation: 5s ddm2 infinite;*/
}
.acon1_05_2nd{
/*    animation: 5s ddm2 infinite;*/

}
.acon1_06 {
    width: 2.2%;
    left: 42.8%;
    top: 44%;
}
.main_top_p{
    overflow: hidden;
}
.main_top_p_2nd{
    overflow: hidden;

}
.acon1_06{
/*    animation: ddm4 4s infinite;*/
}
.acon1_05_3rd {
    left: 33%;
    bottom: 70%;
    z-index: -1;
/*    animation: 5s ddm2 infinite;*/
}
.acon1_20{
/*    animation: 5s ddm4 infinite;*/

}
.con1_con{
    clip-path: circle(11.0005% at 93.0998% 48%);
/*    clip-path: circle(16.0002% at 90.0999% 47%);*/
}
.acon2_bg{
    width: 654%;
    margin-bottom: 30%;

}
.con6_left_swiper_5_slide{
    z-index: 111;
}
.con6_left_swiper_5_mid {
    width: 500%;
    border-bottom: 1px solid #ffffffa3;
    bottom: 31%;
}
.con1_absol {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 12%;
    z-index: 3;
}

.con1_top {
    z-index: 1;
}

.swiper-pagination {
    height: 14vw;
}
.container{
    display: none;
}
.swiper-pagination {
    height: 11vw;
    top: 30% !important;
}
.main_top_2nd {
    font-size: 0.9vw;
    line-height: 1.5vw;
    width: 80%;
    text-align: right;
    margin-top: 7%;
        font-family:'pretendard variable';
    font-weight: 300;
}
.con2_absol_2nd {
    font-size: 0.8vw;
    left: 8%;
    top: 15%;
    font-family: pretendard;
    height: 29%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.con2_top_3rd {
    overflow: hidden;
    font-size: 5vw;
        font-family:'pretendard variable';
    font-weight: 700;
    margin-top: 1%;
}
.con2_top_4th {
    font-size: 1.3vw;
        font-family:'pretendard variable';
    font-weight: 700;
    margin-top: 6%;
}
.con2_top_5th {
    font-size: 0.9vw;
        font-family:'pretendard variable';
    font-weight: 400;
    margin-top: 4%;
    line-height: 1.5vw;
}
.con2_bottom_scr_1st p{
    white-space: nowrap;
}
.con3 {
    background: url(/images/acon4_bg.jpg) no-repeat center / cover;
    background-attachment: fixed;
}
.con5_mid_item {
    padding: 2% 3%;
    box-sizing: border-box;
}
.con2_top {
    width: 63%;
    margin-top: 8%;
    margin-bottom: 13%;
}
.acon1_21 {
    width: 24%;
    z-index: 4;
    cursor: pointer;
    margin-right: -1px;
}

.acon2_bg{
    pointer-events: none;
}


.con6_left_swiper_5_slide_active_4{
    z-index: 100003333333;
}


.fixed_popup {
    height: 100vh;
    width: 100vw;
    background: #00000073;
    position: fixed !important;
    width: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.fixed_popup {
    height: 100vh;
    width: 100vw;
    background: #00000073;
    position: fixed !important;
    width: 100%;
    top: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    z-index: 111111;
}
.popup_top{
        background: #3235cd;
}
.popup {
    width: 60%;
    margin-top: 5%;
    margin-bottom: 5%;
    border-radius: 50px;
    overflow: hidden;
    justify-content: flex-start;
}


.popup .con6_left_swiper_5_slide_active_3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%;
    width: 33%;
}

.popup_design{
    overflow: scroll;
    justify-content: flex-start;
}

.popup .con6_left_swiper_5_slide_active_2 {
    margin-top: 4%;
}
.fixed_popup_con{
    width: 100%;
    height: 100%;
}
.popup_design img{
    width: 100%; 
}
.main_top_2nd span{
        font-family:'pretendard variable';
    font-weight: 600;
}
.con6_left_swiper_5_slide_active_4 {
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 82%;
    margin-top: 7%;
}
.acon1_21 {
    height: 1.56vw;
}
.acon1_22 {
    height: 1.56vw;
}

.popup {
    width: 60%;
    margin-top: 5%;
    margin-bottom: 5%;
    border-radius: 25px;
    overflow: hidden;
    justify-content: flex-start;
}
.con6_left_swiper_5_slide_active_3 {
    font-size: 0.9vw;
    width: 100%;
    text-align: center;
    color: white;
        font-family:'pretendard variable';
    font-weight: 400;
    margin-top: 2%;
}
.popup .con6_left_swiper_5_slide_active_2 {
    margin-top: 7%;
}
.popup .con6_left_swiper_5_slide_active_2 {
    z-index: 1;
        font-family:'pretendard variable';
    font-weight: 500;
        margin-top: 7%;
    font-size: 1.5vw;
    color: white;
}
.popup .con6_left_swiper_5_slide_active_3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%;
    width: 26%;
    margin-top: 1%;
    font-size: 0.7vw;
}
.con2_bottom_scr {
    font-size: 3.45vw;
    letter-spacing: -0.1vw;
}
.con4_item_top_2nd {
    font-size: 1.3vw;
    bottom: 40%;
        font-family:'pretendard variable';
    font-weight: 300;
    transition: 0.3s all;
}
.con5_mid_item {
    padding: 0% 5%;
    box-sizing: border-box;
}
.swiper-progress-bar {
    top: 48.2% !important;
}
.con3_top {
    font-family: 'pretendard variable';
    font-weight: 400;
}
.main_absol{
    letter-spacing: -0.2vw;
}




.main_top_1{
    width: 22.9307%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 12%;
    margin-left: -53%;
}










.con1_port_con{
  width: 90%;
  padding-bottom: 4%;
}
.con1_port{
  overflow: hidden;
  transition: all 0.3s;
  position: relative;

}
.con1_port_mobile{
  overflow: hidden;
  transition: all 0.3s;
  position: relative;

}
.con1_port a:nth-of-type(1){
  left: 8%;
  top: 75%;
  width: 5%;
}
.con1_port a:nth-of-type(2) {
  left: 13%;
  top: 75%;
  width: 5%;
}
.con1_port_mobile a:nth-of-type(1){
    right: 22%;
    top: 23%;
    width: 8%;
}
.con1_port_mobile a:nth-of-type(2) {
    right: 13%;
    top: 23%;
    width: 8%;
}
.con1_port a{
  cursor: pointer;
}
.con1_port a img{
  visibility: hidden;
}
.con1_port img{
  width: 100%;
}
.con1_port_mobile a{
  cursor: pointer;
}
.con1_port_mobile a img{
  visibility: hidden;
}
.con1_port_mobile img{
  width: 100%;
}
.con1_viewmore{
  width: 90%;
  padding-bottom: 4%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con1_viewmore img{
  max-width: 5%;
  cursor: pointer;
}
.mobile_block{
    display: none;
}

.con1_port_con {
    width: 90%;
    padding-bottom: 4%;
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 3%;
}
.con1_port{
        width: 100% !important;
}
.pc_block {
    display: block !important;
}
.hide{
    display: none !important;
}

.main_top_1 {
    width: 22.9307%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 12%;
    margin-left: -43%;
}


.con5_mid_absol_2nd{
    margin-top: 4%
}

.con3_top {
    margin: 25% 0;
}

.con3 {
    background: url(/images/acon4_bg.jpg) no-repeat 36% 3% / cover;
    background-attachment: fixed;
}
.con3_bg{
        width: 100%;
    height: 100%;
    background: #00000085;
}




.main_small_title_suit {
    font-family: "SUIT Variable";
    font-weight: 300;
    font-size: 0.95vw;
    line-height: 1.4vw;
    letter-spacing: -0.04vw;
}




.con9_top {
    margin-bottom: 0;
}



.con25_mid {
    width: 67%;
    background: white;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 3%;
    border-radius: 23px 23px 0 0;
    background: transparent;
    z-index: 1;
}

.con25_mid_top input {
    width: 21%;
    font-family: 'pretendard variable';
    font-weight: 400;
    color: white !important;
    font-size: 1vw;
    padding-bottom: 1%;
    background: transparent;
    box-sizing: border-box;
    padding-left: 1%;
    outline: none;
    border: none;
    border-bottom: 1px solid white;
}

.form_agree {
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 26%;
    margin-top: 2%;
    margin-bottom: 3%;
    margin-left: 60%;
}



.con9_top{
    font-size: 1.6vw;
    line-height: 2vw;
    text-align: center;
    margin-top: 10.5%;
    margin-bottom: 7%;
}
.con9_bg{
    width: 67.5591%;
    display: flex;
    justify-content: center;
    align-items: center;
}









.con25_mid{
    width: 71%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 3%;
}
.con25_mid_top {
    width: 75%;
    margin-top: 5%;
    justify-content: space-between !important;
}
.con25_mid_top_2nd{
    width: 75%;
    margin-top: 3%;
    justify-content: center;
}
.con25_mid_top input {
    width: 31%;
    font-family: 'pretendard variable';
    font-weight: 400;
    /*    color: #0064de;*/
    font-size: 1vw;
    padding-bottom: 1%;
    background: transparent;
    box-sizing: border-box;
    padding-left: 1%;
    outline: none;
    border: none;
    border-bottom: 1px solid #a2b3ca;
}
.con25_mid_top input::placeholder{
    font-family: 'pretendard variable';
    font-weight: 400;
    outline: none;
    border: none;
    color: black;
}


.con25_mid_top_2nd input {
    width: 100%;
    font-family: 'pretendard variable';
    font-weight: 400;
    color: black;
    font-size: 1vw;
    padding-bottom: 1%;
    box-sizing: border-box;
    padding-left: 1%;
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #a2b3ca;
}
.con25_mid_top_2nd input::placeholder{
    font-family: 'pretendard variable';
    font-weight: 400;
    outline: none;
    border: none;
    color: black;
}
.form_agree_check {
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 0;
    background: transparent;
    color: transparent;
    border: none;
    border: 1px #a2b3ca solid;
    appearance: none;
    border-radius: 50%;
}
.form_submit{
    font-family: 'pretendard variable';
    font-weight: 700;
    color: white;
    background: #0064de;
    padding: 1% 5%;
    font-size: 1.5vw;
    cursor: pointer;
}
.form_agree_span {
    font-size: 1.1vw;
    font-family: 'pretendard variable';
    font-weight: 400;
    color: black;
}
.form_agree{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26%;
    margin-top: 4%;
    margin-bottom: 3%;
    margin-left: 60%;
}
.form_submit {
    color: white;
    background: #0064de;
    padding: 1.4% 10%;
    font-size: 1vw;
    margin-bottom: 10%;
    margin-top: 2%;
    border-radius: 40px;
}


.form_agree_check:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: url(/images/4_con03_11.png) center / 86% no-repeat;
    color: unset !important;
}
.con25_mid {
    width: 78%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 3%;
    border-radius: 23px 23px 0 0;
    background: #f3f8ff;
}
.con25_mid_top{
    width: 70% !important;
}
.con25_mid_top_2nd{
    width: 70% !important;
}
.form_agree_span {
    font-size: 0.85vw;
    font-family: 'pretendard variable';
    font-weight: 400;
    color: black;
}

.form_agree_check:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: url(/images/4_con03_11.png) center / 86% no-repeat;
    color: unset !important;
}

.con25_mid {
    margin-top: 0%;
}

.con25_mid{
    width: 67%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 3%;
    border-radius: 23px 23px 0 0;
    background: transparent;
    z-index: 1;
}
.con9_top {
    margin-bottom: 0;
}
.con25_mid_top input {
    width: 21%;
    font-family: 'pretendard variable';
    font-weight: 400;
    color: white !important;
    font-size: 1vw;
    padding-bottom: 1%;
    background: transparent;
    box-sizing: border-box;
    padding-left: 1%;
    outline: none;
    border: none;
    border-bottom: 1px solid white;
}
.con25_mid_top {
    width: 94% !important;
}
.con25_mid_top input::placeholder{
    color: white !important;
}
.form_agree_span {
    font-size: 0.85vw;
    font-family: "SUIT Variable";
    color: white;
}

.form_submit {
    color: white;
    background: black;
    padding: 1.8% 2%;
    font-size: 1vw;
    margin-bottom: 9%;
    margin-top: 1%;
    border-radius: 15px;
    width: 16%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.form_submit >p{
    z-index: 3;
}
.form_submit_ab{
    right: 5%;
    font-size: 1.5vw;
    z-index: 3;
}
.form_submit:hover .con3_3_top_2nd_hv{
    left: 0;

}
.form_submit .con3_3_top_2nd_hv{
    background: #3235cd;
    height: 100%;
    transition: 0.3s all;
    left: -100%;
    bottom: unset;
}
.con9_top_3rd{
    font-size: 0.9vw;
    opacity: 0.3;
    margin-bottom: 5%;
    margin-top: -2%;
}
.form_agree {
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 26%;
    margin-top: 2%;
    margin-bottom: 3%;
    margin-left: 60%;
}
.con25_mid_top {
    width: 75%;
    margin-top: 4%;
    justify-content: space-between !important;
}
.con9_bg {
    width: 68.5591%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}

.white{
    color: white;
}

.form_agree_span {
    font-size: 0.85vw;
    font-family: "SUIT Variable";
    color: white;
}

.form_agree_span {
    font-size: 0.85vw;
    font-family: "SUIT Variable";
    color: #ffffffc4;
    font-weight: 200;
}

.form_agree_check:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: url(/images/4_con03_11.png) center / 86% no-repeat;
    color: unset !important;
    background: #3235cd;
    width: 0.7vw;
    height: 0.7vw;
}

.con9 {
    background: black;
}

.blue {
    color: #3235cd;
}
.poppins-bold {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -0.04vw;
}




.scrY .scrY_item {
    animation: marqueeY 20s infinite linear;
    height: 100%;
}



.scrY {
    height: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
}




.main_scry {
    left: 66.66%;
    border-left: 1px solid #00000017;
    border-right: 1px solid #00000017;
    writing-mode: vertical-lr;
    font-size: 9vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 4%;
    width: 16.666%;
    box-sizing: border-box;
}
.scrY .scrY_item_absol {
    bottom: -100%;
    width: 100%;
}


.main_scry_1 {
    right: 82%;
    left: unset;
    font-size: 8vw;
}


.main_scr p {
    width: 100%;
    text-align: center;
    display: flex
;
    justify-content: center;
    align-items: center;
}





.gradient-blur {
    position: fixed;
    z-index: 5;
    inset: auto 0 0 0;
    height: 65%;
    pointer-events: none;
}
.gradient-blur > div,
.gradient-blur::before,
.gradient-blur::after {
    position: absolute;
    inset: 0;
}
.gradient-blur::before {
    content: "";
    z-index: 1;
    -webkit-backdrop-filter: blur(0.5px);
    backdrop-filter: blur(0.5px);
    
    mask: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 1) 12.5%,
            rgba(0, 0, 0, 1) 25%,
            rgba(0, 0, 0, 0) 37.5%
    );
}
.gradient-blur > div:nth-of-type(1) {
    z-index: 2;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    
    mask: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 12.5%,
            rgba(0, 0, 0, 1) 25%,
            rgba(0, 0, 0, 1) 37.5%,
            rgba(0, 0, 0, 0) 50%
    );
}
.gradient-blur > div:nth-of-type(2) {
    z-index: 3;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    
    mask: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 25%,
            rgba(0, 0, 0, 1) 37.5%,
            rgba(0, 0, 0, 1) 50%,
            rgba(0, 0, 0, 0) 62.5%
    );
}
.gradient-blur > div:nth-of-type(3) {
    z-index: 4;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    
    mask: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 37.5%,
            rgba(0, 0, 0, 1) 50%,
            rgba(0, 0, 0, 1) 62.5%,
            rgba(0, 0, 0, 0) 75%
    );
}
.gradient-blur > div:nth-of-type(4) {
    z-index: 5;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    
    mask: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 50%,
            rgba(0, 0, 0, 1) 62.5%,
            rgba(0, 0, 0, 1) 75%,
            rgba(0, 0, 0, 0) 87.5%
    );
}
.gradient-blur > div:nth-of-type(5) {
    z-index: 6;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    
    mask: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 62.5%,
            rgba(0, 0, 0, 1) 75%,
            rgba(0, 0, 0, 1) 87.5%,
            rgba(0, 0, 0, 0) 100%
    );
}
.gradient-blur > div:nth-of-type(6) {
    z-index: 7;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    
    mask: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 75%,
            rgba(0, 0, 0, 1) 87.5%,
            rgba(0, 0, 0, 1) 100%
    );
}
.gradient-blur::after {
    content: "";
    z-index: 8;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    
    mask: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 87.5%,
            rgba(0, 0, 0, 1) 100%
    );
}.gradient-blur {
    position: absolute;
    z-index: 5;
    inset: auto 0 0 0;
    height: 100%;
    pointer-events: none;
    width: inherit;
}
.gradient-blur {
    position: absolute;
    z-index: 5;
    inset: auto 0 0 0;
    height: 100%;
    pointer-events: none;
    width: inherit;
}

.main_scry_2 {
    left: 82%;
    font-size: 8vw;
}


.main_scry_2.scrY .scrY_item {
    animation: marqueeY 20s infinitelinear reverse;
    height: 100%;
}

.form_agree_check:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    color: unset !important;
    background: #3235cd;
    width: 0.7vw;
    height: 0.7vw;
    overflow: hidden;
    border-radius: 50%;
}

.form_agree_check {
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 0;
    background: transparent;
    color: transparent;
    border: none;
    border: 1px #a2b3ca solid;
    appearance: none;
    border-radius: 50%;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
}


.main_scry_2.scrY .scrY_item {
    animation: marqueeY 20s infinite linear reverse !important;
    height: 100%;
}

.gradient-blur {
    position: absolute;
    z-index: 5;
    inset: auto 0 0 0;
    height: 100%;
    pointer-events: none;
    width: inherit;
    width: 100%;
    top: 20%;
}



.form_submit {
    color: white;
    background: black;
    padding: 1.8% 2%;
    font-size: 1vw;
    margin-bottom: 9%;
    margin-top: 1%;
    border-radius: unset;
    width: 32%;
    text-align: center;
    display: flex
;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.form_submit_ab{
        width: 8.553%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 61%;
    right: unset;
}




.con3 {
    background: black !important;
}

.con3_bg_2nd{
        width: 95.0495%;
    display: flex;
    justify-content: center;
    align-items: center;
    새ㅔ: ㅔ;
    top: 0;
}
.con3_video_con{
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: unset;
}

.con3_video_con iframe {
    width: 100%;
    height: 113%;
    pointer-events: unset;
    z-index: 5;
    
}
.con3_video_con {
    overflow: hidden;
    border-radius: 0;
}





.con6 .con3_1{
    left: 0;
}
.con6{
    background: #3235cd;

}
.con6_top{
    font-size: 2.7vw;
    margin-top: 10%;
    margin-bottom: 0;
}
.con6_top_2nd{
    font-size: 1.5vw;
    font-weight: 500;
    margin-top: 1%;
}
.con6 .con3_1_top {
    font-size: 1vw;
    margin-top: 46%;
    color: white;
}

.con6{
    width: 100% !important;
    left: unset !important;
}
.con6_blur_con_left{
    left: 0;
    transform: scaleX(-1);
    width: 30.0262%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}
.con6_blur_con_right{
    right: 0;
}
.con6_blur_con_right{
    width: 30.0262%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}


.con6{
    padding-bottom: 7%;
}
.con6_blur_con_left {
    bottom: 0%;
}
.con6_blur_con_right{
    bottom: 0%;
}

.con10_swiper_y_left {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    pointer-events: none;
    margin-top: 4.8%;
}
.con10_swiper_y_right {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    pointer-events: none;
    margin-top: 2%;
    margin-bottom: -3%;
}


.con3_1 {
    width: 16.6666%;
    height: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 16.66%;
    border-left: 1px solid #00000017;
    border-right: 1px solid #00000017;
        box-sizing: border-box;
}
.poppins-regular {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.04vw;
}

.con3_1_top {
    font-size: 1vw;
    margin-top: 46%;
}

.con10_swiper_div_y{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    transition: all 0.3s;
}
.con10_sd_y_img{
    width: 100%;
}
.con3_video_con iframe {
    width: 100%;
    height: 100%;
}
.con3 {
    background: black !important;
    height: 56.2vw;
}
@media screen and (max-width:1023px) {
    .con3 {
        background-attachment: unset;
    }
    .main {
        padding-top: 19%;
        padding-bottom: 10%;
    }

    .swiper-pagination-bullet {
        border-radius: 0;
        width: auto;
        text-align: center;
        line-height: 30px;
        font-size: 2.1vw;
        color: black;
        opacity: 0.35 !important;
        border-radius: 0 !important;
        background: transparent !important;
    }
    .main_top_2nd {
        font-size: 2.1vw;
        line-height: 3.7vw;
        width: 90%;
        text-align: right;
        margin-top: 7%;
    font-family: 'pretendard variable';
    font-weight: 300;
    }
    .main_absol {
        left: 16%;
        white-space: nowrap;
    font-family: 'pretendard variable';
    font-weight: 700;
        font-size: 7vw;
        line-height: 7.5vw;
        top: 16.5%;
        color: black;
        z-index: 1;
    }
    .swiper-pagination {
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 10% !important;
        height: 22vw;
    font-family: 'pretendard variable';
    font-weight: 700;
        top: 23% !important;
        left: 3% !important;
    }
    .swiper-progress-bar.animate .slide_progress-bar:before {
        content: '';
        position: absolute;
        width: 18px;
        height: 18px;
        border-radius: 20px;
        animation-duration: 5s;
        animation-iteration-count: 1;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards;
        top: -9px;
        left: 0;
        animation-name: slick-circle;
        background: url(/images/acon1_02.png) no-repeat center / contain;
        background-size: cover;
        overflow: hidden;
    }
    .main_absol {
        left: unset;
        white-space: nowrap;
    font-family: 'pretendard variable';
    font-weight: 700;
        font-size: 8vw;
        line-height: 9.5vw;
        width: 100%;
        top: 5.5%;
        color: black;
        z-index: 1;
        text-align: center;
    }
    .main_top_2nd {
        font-size: 2.1vw;
        line-height: 3.7vw;
        width: 100%;
        text-align: right;
        margin-top: 7%;
    font-family: 'pretendard variable';
    font-weight: 300;
        text-align: center;
    }
    .swiper-pagination-bullet-active {
        color:black;
        opacity: 1 !important;
    }
    .main_top {
        width: 100%;
        text-align: center;
    font-family: 'pretendard variable';
    font-weight: 800;
        font-size: 15vw;
        margin-left: 0;
        margin-top: 41%;
        letter-spacing: 0vw;
        line-height: 12vw;
        text-align: center;
    }
    .main_absol_2nd {
        width: 1.49505%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0%;
        left: 4%;
    }
    .acon1_05 {
        left: 43%;
        bottom: -13%;
        z-index: -1;
        width: 10.5%;
    }
    .acon1_05_2nd {
        width: 10.5%;

    }
    .acon1_05_3rd {
        width: 10.5%;

    }
    .main_top {
        width: 100%;
        text-align: center;
    font-family: 'pretendard variable';
    font-weight:800;
        font-size: 17vw;
        margin-left: 0;
        margin-top: 41%;
        letter-spacing: 0vw;
        line-height: 13.5vw;
        text-align: center;
    }
    .swiper-progress-bar {
        position: relative;
        width: 90%;
        display: block;
        z-index: 1;
        height: 1px;
        margin-top: 8%;
        left: 0;
        top: 45.8%;
    }
    .main_video_con {
        width: 100vw;
        height: 82vh;
        overflow: hidden;
        top: 0%;
    }
    .video1 {
        width: 211%;
        opacity: 0.25;
        filter: grayscale(1);
    }
    .main {
        padding-top: 19%;
        padding-bottom: 37%;
    }
    .swiper-progress-bar {
        position: relative;
        width: 98%;
        display: block;
        z-index: 1;
        height: 1px;
        margin-top: 8%;
        left: 0;
        top: 36.8%;
    }
    .con1_con{
        /*clip-path: circle(23% at 50% 50%);*/
        /*transform: translateY(41%) translateX(36%);*/
    }
    .main_video_con {
        width: 100vw;
        height: 100vh;
        overflow: hidden;
        top: 0%;
    }
    .con1_top {
        width: 43.7228%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 18%;
        left: 12%;
    }

    .con6_left_swiper_5{
        width: 217%;
    }
    .con6_left_swiper_5_slide_inactive_1 {
        z-index: 4;
        width: 100%;
        text-align: center;
        color: white;
    font-family: 'pretendard variable';
    font-weight: 400;
        font-size: 3.1vw;
        margin-top: -70%;
    }
    .con6_left_swiper_5_slide_active_1 {
        z-index: 1;
        font-size: 3vw;
        color: white;
    font-family: 'pretendard variable';
    font-weight: 700;
    }
    .con6_left_swiper_5_slide_active_2 {
        z-index: 1;
    font-family: 'pretendard variable';
    font-weight: 500;
        margin-top: 11%;
        font-size: 3.8vw;
        color: white;
    }
    .con6_left_swiper_5_slide_active_3 {
        font-size: 2.3vw;
        width: 100%;
        text-align: center;
        color: white;
    font-family: 'pretendard variable';
    font-weight: 400;
        margin-top: 5%;
    }
    .con6_left_swiper_5_slide_active_4 {
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 121%;
        margin-top: 7%;
    }
    .acon1_24 {
        width: 135%;
    }
    .acon1_23 {


        width: 120%;
    }
    .con6_left_swiper_5_slide_inactive_2 {
        z-index: 1;
    font-family: 'pretendard variable';
    font-weight: 400;
        margin-top: 42%;
        font-size: 3.1vw;
        color: white;
    }
    .con6_left_swiper_5{
        width: 200% !important;
    }
    .video1 {
        width: 261%;
        opacity: 0.25;
        filter: grayscale(1);
    }

    .con1_absol {
        width: 33%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 14%;
    }
    .con2_top_1st {
        font-size: 5vw;
        font-family: pretendard;
        text-align: center;
    }
    .con2_top_2nd {
        font-size: 5vw;
        font-family: pretendard;
        text-align: center;
    }
    .con2_top_3rd {
        font-size: 8vw;
    font-family: 'pretendard variable';
    font-weight: 700;
        margin-top: 2%;
        text-align: center;
    }
    .con2_top_4th {
        font-size: 3.3vw;
    font-family: 'pretendard variable';
    font-weight: 700;
        margin-top: 9%;
        text-align: center;
    }
    .con2_top_5th {
        font-size: 2.2vw;
    font-family: 'pretendard variable';
    font-weight: 400;
        margin-top: 4%;
        line-height: 3.7vw;
        width: 100%;
        white-space: nowrap;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con2_top {
        width: 63%;
        margin-top: 14%;
        margin-bottom: 58%;
    }
    .con2_absol_2nd {
        font-size: 2.2vw;
        left: 6%;
        top: 10%;
        font-family: pretendard;
        height: 29%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .con2_mid_items {
        width: 79%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: unset;
        top: 60%;
        z-index: 1;
    }
    .con2_absol {
        width: 48.6535%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 0%;
        top: 52%;
    }
    .con2_bottom_scr {
        font-size: 3.4vw;
        bottom: 2%;
        scale: 3.5;
    }
    .con3_top {
        font-size: 8vw;
        color: white;
    font-family: 'pretendard variable';
    font-weight: 700;
        margin: 26% 0;
    }
    .con3_top_absol_3 {
        width: 87.0594%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: -27%;
        right: -17%;
    }
    .con3_items {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        left: 4%;
        top: 10%;
        width: 14.5%;
    }
    .con3_top_absol_2 {
        width: 151.4752%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }
    .con4_item {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 50vw;
        background: white;
        transition: 0.3s all;
    }
    .con4_items{
        flex-wrap: wrap;
    }
    .con4_item_top {
        transition: 0.3s all;
        top: 32%;
    }
    .con4_item_top_1 {
        width: 59.0693%;
    }
    .con4_item_top_2nd {
        font-size: 4vw;
        bottom: 40%;
    font-family: 'pretendard variable';
    font-weight: 300;
        transition: 0.3s all;
    }
    .con4_item:hover .con4_item_top_2nd {
        color: white;
        bottom: 44%;
    }
    .con4_item_top_2 {
        width: 48.5248%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con4_item_top_3 {
        width: 69.604%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con4_item_top_4 {
        width: 73.1782%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con4_item_top_3rd {
        width: 12.73267%;
    }
    .con5_mid_item {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 8% 0;
    }
    .con5_top {
        width: 42.5743%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 16%;
        margin-bottom: 2%;
    }
    .con5_mid_absol {
        width: 23.1579%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 4%;
    }
    .con5_mid {
        margin-top: 4%;
        margin-bottom: 12%;
        padding-bottom: 11%;
        padding-top: 1%;
        flex-wrap: wrap;
        padding-top: 4%;
        border-radius: 40px;
    }
    .con5_mid_item_con{
        scale: 2;
    }
    .con5_mid_absol {
        width: 28.1579%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 5%;
    }
    .con6_top {
        width: 29.7624%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
        margin-bottom: 8%;
    }
    .con6_bottom {
        width: 49.7822%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-bottom: 10%;
    }
    .con6_mid_item {
        width: 40%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .con6_mid{
        flex-wrap: wrap;
    }
    .con6_mid_item_1 {
        color: white;
        font-size: 3.3vw;
        white-space: nowrap;
        position: relative;
    font-family: 'pretendard variable';
    font-weight: 400;
    }
    .con6_mid_item_2{
        width: 100%;
    }
    .con6_mid_item_2 {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .con6_mid_item_2 input {
        width: 100%;
    font-family: 'pretendard variable';
    font-weight: 300;
        color: white;
        font-size: 2.3vw;
        padding-bottom: 1%;
        box-sizing: border-box;
        padding-left: 1%;
        outline: none;
        margin-left: 4%;
        border: none;
        border-bottom: 1px solid white;
        background: transparent;
    }
    .con6_mid_item {
        width: 40%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 2%;
    }
    .con6_bottom {
        width: 52.7822%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-bottom: 10%;
    }
}
@media screen and (max-width:599px) {
    .main_absol {
        left: unset;
        white-space: nowrap;
    font-family: 'pretendard variable';
    font-weight: 700;
        font-size: 13vw;
        line-height: 15.5vw;
        width: 100%;
        top: 5.5%;
        color: black;
        z-index: 1;
        text-align: center;
    }
    .main_top {
        width: 100%;
        text-align: center;
    font-family: 'pretendard variable';
    font-weight: 800;
        font-size: 20vw;
        margin-left: 0;
        margin-top: 62%;
        letter-spacing: 0vw;
        line-height: 16.5vw;
        text-align: center;
    }
    .main_top {
        width: 100%;
        text-align: center;
    font-family: 'pretendard variable';
    font-weight: 800;
        font-size: 20vw;
        margin-left: 0;
        margin-top: 62%;
        letter-spacing: 0vw;
        line-height: 16.5vw;
        text-align: center;
    }
    .main_top {
        width: 100%;
        text-align: center;
    font-family: 'pretendard variable';
    font-weight: 800;
        font-size: 20vw;
        margin-left: 0;
        margin-top: 65%;
        letter-spacing: 0vw;
        line-height: 16.5vw;
        text-align: center;
    }
    .swiper-progress-bar {
        position: relative;
        width: 96%;
        display: block;
        z-index: 1;
        height: 1px;
        margin-top: 8%;
        left: 0;
        top: 45.8%;
    }
    .main_top_2nd {
        font-size: 3.1vw;
        line-height: 4.7vw;
        width: 100%;
        text-align: right;
        margin-top: 8%;
    font-family: 'pretendard variable';
    font-weight: 300;
        text-align: center;
    }

    .swiper-pagination-bullet {
        border-radius: 0;
        width: auto;
        text-align: center;
        line-height: 30px;
        font-size: 3.1vw;
        color: black;
        opacity: 0.35 !important;
        border-radius: 0 !important;
        background: transparent !important;
    }
    .swiper-pagination {
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 10% !important;
        height: 28vw;
    font-family: 'pretendard variable';
    font-weight: 700;
        top: 14.5% !important;
        left: 3% !important;
    }
    .swiper-pagination-bullet-active {
        color:black;
        opacity: 1 !important;
    }
    .con1_top {
        width: 54.7228%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 17%;
        left: unset;
    }
    .acon1_24 {
        width: 166%;
    }
    .con6_left_swiper_5_slide_active_2 {
        z-index: 1;
    font-family: 'pretendard variable';
    font-weight: 500;
        margin-top: 11%;
        font-size: 5.8vw;
        color: white;
    }
    .con6_left_swiper_5_slide_active_1 {
        z-index: 1;
        font-size: 4vw;
        color: white;
    font-family: 'pretendard variable';
    font-weight: 700;
    }
    .acon1_23 {
        width: 152%;
    }
    .con6_left_swiper_5_slide_active_3 {
        font-size: 3.3vw;
        width: 100%;
        text-align: center;
        color: white;
    font-family: 'pretendard variable';
    font-weight: 400;
        margin-top: 5%;
    }
    .con6_left_swiper_5_slide_active_4 {
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 178%;
        margin-top: 11%;
    }
    .acon1_20 {
        z-index: 1;
        top: -14%;
        right: 10%;
        width: 10%;
    }
    .con1_absol {
        width: 42%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 16%;
    }
    .con1_con {
        /*clip-path: circle(25% at 50% 50%);*/
        /*transform: translateY(48%) translateX(37%);*/
    }


    .con2_top_1st {
        font-size: 7vw;
        font-family: pretendard;
        text-align: center;
    }


    .con2_top_2nd {
        font-size: 7vw;
        font-family: pretendard;
        text-align: center;
    }


    .con2_top_3rd {
        font-size: 11vw;
    font-family: 'pretendard variable';
    font-weight: 700;
        margin-top: 2%;
        text-align: center;
    }

    .con2_top_5th {
        font-size: 3.2vw;
    font-family: 'pretendard variable';
    font-weight: 300;
        margin-top: 4%;
        line-height: 4.7vw;
        width: 100%;
        white-space: nowrap;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con2_mid_items {
        width: 95%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: unset;
        top: 60%;
        z-index: 1;
    }
    .con2_mid_items {
        width: 95%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: unset;
        top: 62%;
        z-index: 1;
    }

    .con2_absol {
        width: 45.6535%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 0%;
        top: 57%;
    }


    .con5_top {
        width: 45.5743%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 17%;
        margin-bottom: 4%;
    }

    .con2_absol_2nd {
        font-size: 2.6vw;
        left: 6%;
        top: 10%;
        font-family: pretendard;
        height: 29%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .con5_mid {
        margin-top: 4%;
        margin-bottom: 12%;
        padding-bottom: 11%;
        padding-top: 1%;
        flex-wrap: wrap;
        padding-top: 4%;
        border-radius: 20px;
        width: 85% !important;
    }

    .con5_mid {
        margin-top: 4%;
        margin-bottom: 12%;
        padding-bottom: 17%;
        padding-top: 1%;
        flex-wrap: wrap;
        padding-top: 6%;
        border-radius: 20px;
        width: 85% !important;
    }

    .con6_mid_item_2 {
        width: 54%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .swiper-pagination {
        margin: 0;
        display: flex;
        justify-content: space-between !important;
        align-items: center;
        width: 10% !important;
        height: 28vw;
    font-family: 'pretendard variable';
    font-weight: 700;
        top: 14.5% !important;
        left: 3% !important;
    }
    .main {
    }
    .acon1_06 {
        width: 5.2%;
        left: 42.8%;
        top: -10%;
    }
    .acon1_05 {
        left: 40%;
        bottom: -3%;
        z-index: -1;
        width: 17.5%;
    }
    
    
    .acon1_05_item {
        width: 17.5%;
    }
    .video1 {
        width: 322%;
        opacity: 0.25;
        filter: grayscale(1);
    }
    .main_video_con {
        width: 100vw;
        height: 102vh;
        overflow: hidden;
        top: 0%;
    }

    .acon2_bg{
        width: 1000%;
        margin-bottom: 50%;
    }
    
    .con1_con{
        clip-path: circle(0% at 92.0997% 94%);
    }
    .main_swiper{
        margin-top: 12%;
    }
    
    .con6_left_swiper_5_slide_active_4 {
        height: 5.86vw;
        overflow: hidden;
    }
    .acon1_21{
        height: 5.86vw;
    }
    .acon1_22{
        height: 5.86vw;
    }
        .con6_left_swiper_5_slide_active_4 {
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 11%;
    }
    .acon1_24{
        pointer-events: none;
    }
    .acon1_21 {
    width: 39%;
}
    .acon1_22 {
    width: 39%;
}
    
    
.popup {
    width: 85%;
    margin-top: 10%;
    margin-bottom: 10%;
    border-radius: 20px;
    overflow: hidden;
    justify-content: flex-start;
}    
    
    
    .con2_top {
        width: 63%;
        margin-top: 14%;
        margin-bottom: 84%;
    }
    .con2_absol_2nd {
        font-size: 2.6vw;
        left: 6%;
        top: 5%;
        font-family: pretendard;
        height: 25%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .con2_mid_items{
        width: 95%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: unset;
        top: 56%;
        z-index: 1;
    }
    .swiper-progress-bar{
            position: relative;
    width: 96%;
    display: block;
    z-index: 1;
    height: 1px;
    margin-top: 8%;
    left: 0;
    top: 44.8%;
    }
    
    .con6_left_swiper_5_slide_active_2 {
        z-index: 1;
    font-family: 'pretendard variable';
    font-weight: 500;
        margin-top: 11%;
        font-size: 5.3vw;
        color: white;
    }
    
    
    .acon2_bg {
        width: 1050%;
    }
    .con2_absol_2nd{
        width: 90%;
        font-size: 2.6vw;
        left: unset;
        top: 6%;
        font-family: pretendard;
        height: 25%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .con2_top{
        width: 63%;
        margin-top: 24%;
        margin-bottom: 84%;
    }
    .con2_mid_item_2{
        width: 45.1089%;
    }
    .con6_bottom {
        width: 72.7822%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-bottom: 10%;
    }
    
    .con5_mid_absol {
        width: 39.1579%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 5%;
    }    
    
    
            .main_top_1 {
        width: 57.9307%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 26%;
        margin-left: 0px;
        z-index: 1;
    }
    
    
    
    
    
    
    
    
    .con1_port_mobile {
    overflow: hidden;
    transition: all 0.3s;
    position: relative;
        width: 100% !important;
}
        .mobile_block {
        display: block !important;
    }
    .con1_port_con {
    padding-bottom: 4%;
    width: 86%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 3%;
}
    .hide{
    display: none !important;
}
    
    
    .pc_block {
    display: none !important;
}
        .main_top_1 {
        width: 57.9307%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 26%;
        margin-left: 0px;
        margin-bottom: 4%;
        z-index: 1;
    }
    
    
    
        .con9 .con3_scrx {
        box-sizing: border-box;
    }
    .con9 .scrX .scrX_item {
        animation: unset;
        /* width: 100%; */
    }
    .main_scr p {
    width: 100%;
    text-align: center;
    display: flex
;
    justify-content: center;
    align-items: center;
}
    
    
    .con9 .con3_scrx {
        left: unset;
        overflow: hidden;
        top: 1%;
        font-size: 15.8vw;
        width: 100%;
        position: relative !important;
        color: #3235cd;
        position: absolute !important;
        padding: 6% 0;
        position: relative !important;
    }
    
    
    
        .con9 .con3_scrx {
        left: 0%;
        box-sizing: border-box;
    }
    
    

        .con9_top {
        font-size: 4.1vw;
        line-height: 5vw;
        text-align: center;
        margin-top: 2.5%;
        margin-bottom: 0%;
    }

.con9_top_3rd {
        font-size: 2.9vw;
        opacity: 0.3;
        margin-bottom: 12%;
        margin-top: -1%;
    }    
        .con9_bg {
        width: 145.5591%;
        display: flex
;
        justify-content: center;
        align-items: center;
        bottom: 0;
    }
    
    
    
    
    .con25_mid {
        width: 83%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 3%;
        border-radius: unset;
        background: transparent;
        z-index: 1;
    }
    .con25_mid_top {
        width: 75%;
        margin-top: 4%;
        justify-content: space-between !important;
        flex-wrap: wrap;
    }
    .con25_mid_top input {
        width: 47%;
    font-family: 'pretendard variable';
    font-weight: 400;
        color: white !important;
        font-size: 3vw;
        padding-bottom: 2%;
        background: transparent;
        box-sizing: border-box;
        padding-left: 2%;
        outline: none;
        border: none;
        border-bottom: 1px solid white;
        margin-top: 4%;
    }
    .form_agree_check {
        margin-right: 2%;
        width: 3vw;
        height: 3vw;
        overflow: hidden;
        outline: 0;
        background: transparent;
        color: transparent;
        border: none;
        border: 1px #a2b3ca solid;
        appearance: none;
        border-radius: 50%;
    }
    .form_agree_check:checked::after {
        content: "";
        width: 2.5vw;
        height: 2.5vw;
        position: absolute;
        background: #3235fd;
        color: unset !important;
    }
    .form_agree_span {
        font-size: 2.85vw;
        font-family: "SUIT Variable";
        color: white;
    }
    .form_agree {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        width: 68%;
        margin-top: 6%;
        margin-bottom: 3%;
        margin-left: 0;
        text-align: center;
    }
        .form_agree_check:checked::after {
        content: "";
        width: 2.2vw;
        height: 2.2vw;
        position: absolute;
        background: #3235fd;
        color: aliceblue;
        border-radius: 50%;
    }
    10
        .form_submit {
        color: white;
        background: black;
        padding: 2.8% 15%;
        font-size: 3.8vw;
        margin-bottom: 9%;
        margin-top: 1%;
        border-radius: 15px;
        width: 16%;
        text-align: center;
        display: flex
;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }
        .con9_bg {
        filter: brightness(0.5);
    }
    
    
    
.scrX .scrX_item_absol {
    right: -100%;
    width: 100%;
}
    
        .form_submit {
        color: white;
        background: black;
        padding: 2.8% 15%;
        font-size: 3.8vw;
        margin-bottom: 9%;
        margin-top: 1%;
        border-radius: 15px;
        width: 16%;
        text-align: center;
        display: flex
;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }
    
    
    .form_submit {
        color: white;
        background: black;
        padding: 2.8% 15%;
        font-size: 3.8vw;
        margin-bottom: 9%;
        margin-top: 1%;
        border-radius: unset;
        width: 33%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }
    .form_submit_ab {
        width: 13.553%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 66%;
        right: unset;
    }
    
    .con3 {
        height: 56vw;
    }
    .con3_items{
        display: none;s
    }
    
    
    
    .con6 {
        width: 100% !important;
        left: unset !important;
        padding-bottom: 18%;
    }
    
    

    .con6_top {
        font-size: 8.8vw;
        margin-top: 25%;
    }
    .con6 .con3_1_top {
        white-space: nowrap;
        font-size: 3vw;
        margin-top: 81%;
        color: white;
    }
    .con6_blur_con_left {
        left: 0;
        transform: scaleX(-1);
        width: 30.0262%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 3;
        bottom: 0;
    }
    .con6_blur_con_right {
        width: 30.0262%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 3;
        bottom: 0;
    }
    .con6 {
        width: 100% !important;
        left: unset !important;
        padding-bottom: 6%;
    }
    .con6_blur_con_left {
        left: 0;
        transform: scaleX(-1);
        width: 49.0262%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 3;
        bottom: 0;
        left: -8%;
    }
    .con6_blur_con_right {
        width: 49.0262%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 3;
        bottom: 0;
        right: -8%;
    }
    
    
    
.con10_swiper_y_left {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    pointer-events: none;
/*    margin-top: 4.8%;*/
}
    
.con10_swiper_y_right {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    pointer-events: none;
    margin-top: 2%;
    margin-bottom: -2%;
}
    
    .con6_top_2nd{
            margin-bottom: 5%;
    margin-top: 3%;
    }
        .con6 {
        width: 100% !important;
        left: unset !important;
        padding-bottom: 18%;
    }
    
.con6_blur_con_left {
        left: 0;
        transform: scaleX(-1);
        width: 65.0262%;
        display: flex
;
        justify-content: center;
        align-items: center;
        z-index: 3;
        bottom: 0;
        left: -15%;
    }
    .con6_blur_con_right {
        width: 65.0262%;
        display: flex
;
        justify-content: center;
        align-items: center;
        z-index: 3;
        bottom: 0;
        right: -15%;
    }
    
    
        .con6 .con3_1_top {
        white-space: nowrap;
        font-size: 3vw;
        margin-top: 15%;
        color: white;
        width: 100%;
        text-align: center;
    }
    
    .con6 .con3_1 {
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    border-left: 1px solid #00000017;
    border-right: 1px solid #00000017;
}
    
    
        .con6_top {
        font-size: 8.8vw;
        margin-top: 35%;
    }
        .con6 .con3_1 {
        width: 100%;
        height: 100%;
        justify-content: flex-start;
        align-items: flex-start;
        margin-left: 0;
        border-left: 1px solid #00000017;
        border-right: 1px solid #00000017;
        top: 2%;
    }
        .con6_top {
        font-size: 8.8vw;
        margin-top: 35%;
        width: unset;
    }
    
    section .main_small_title_suit {
        font-family: "SUIT Variable";
        font-weight: 400;
        font-size: 3.8vw;
        line-height: 5vw;
        letter-spacing: -0.04vw;
    }
    
    
}
