* {
    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;
    content:url(/images/con8_08.png) url(/images/con8_09.png) url(/images/con8_10.png)
    url(/images/con8_11.png) url(/images/con18_02.jpg)  url(/images/con18_03.jpg) url(/images/con18_04.jpg) url(/images/con18_05.jpg)
    url(/images/con18_06.jpg) url(/images/con23_05.jpg) url(/images/con23_06.jpg)  url(/images/con23_07.jpg) url(/images/con23_08.jpg)
    url(/images/con23_09.jpg) url(/images/con23_10.jpg) url(/images/con7_05.png) url(/images/p_001.png) url(/images/p_002.png) url(/images/p_003.png) url(/images/p_004.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-Light';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.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 fade {
    0%, 95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


@keyframes drop {
    0% {
        transform: translate(0px, -50px);
    }
    100% {
        transform: translate(0px, 650px);
    }
}

@keyframes drop {
    0% {
        transform: scale(-1, 1) rotate(50deg);
    }
    100% {
        transform: scale(-1, 1) rotate(-50deg);
    }
}


@keyframes ddm3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: rotate(-2deg);
    }
    100% {
        transform: scale(1.05);
    }
}
@keyframes ddm4 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: scale(1);
    }
}
@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: 340.292; }
    100% { stroke-dashoffset: 0; }
}

@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 smoke2 {
    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(0, 30%) rotate(0);
        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/p_001.png) no-repeat center / contain;
    }
    24% {
        background: url(/images/p_001.png) no-repeat center / contain;
    }


    25% {
        background: url(/images/p_002.png) no-repeat center / contain;
    }
    49% {
        background: url(/images/p_002.png) no-repeat center / contain;
    }
    50% {
        background: url(/images/p_003.png) no-repeat center / contain;
    }
    74% {
        background: url(/images/p_003.png) no-repeat center / contain;
    }
    75% {
        background: url(/images/p_004.png) no-repeat center / contain;
    }
    99% {
        background: url(/images/p_004.png) no-repeat center / contain;
    }
    100% {
        background: url(/images/p_001.png) no-repeat center / contain;
    }
}
@keyframes opa {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes backgroundchange_2 {
    0% {
        background: url(/images/con18_02.jpg) no-repeat center / contain;

    }

    20% {
        background: url(/images/con18_03.jpg) no-repeat center / contain;

    }

    40% {
        background: url(/images/con18_04.jpg) no-repeat center / contain;

    }

    60% {
        background: url(/images/con18_05.jpg) no-repeat center / contain;

    }

    80% {
        background: url(/images/con18_06.jpg) no-repeat center / contain;

    }
    100% {
        background: url(/images/con18_02.jpg) no-repeat center / contain;

    }
}


@keyframes backgroundchange_3 {
    0% {
        background: url(/images/con16_12.png) no-repeat center / contain;

    }

    50% {
        background: url(/images/con16_11.png) no-repeat center / contain;

    }

    100% {
        background: url(/images/con16_12.png) no-repeat center / contain;

    }
}


@keyframes backgroundchange_4 {
    0% {
        background: url(/images/con23_05.jpg) no-repeat center / contain;

    }
    15% {
        background: url(/images/con23_05.jpg) no-repeat center / contain;

    }

    17% {
        background: url(/images/con23_06.jpg) no-repeat center / contain;

    }

    32% {
        background: url(/images/con23_06.jpg) no-repeat center / contain;

    }
    34% {
        background: url(/images/con23_07.jpg) no-repeat center / contain;

    }
    48% {
        background: url(/images/con23_07.jpg) no-repeat center / contain;

    }
    50% {
        background: url(/images/con23_08.jpg) no-repeat center / contain;

    }
    65% {
        background: url(/images/con23_08.jpg) no-repeat center / contain;

    }
    67% {
        background: url(/images/con23_09.jpg) no-repeat center / contain;

    }
    81% {
        background: url(/images/con23_09.jpg) no-repeat center / contain;

    }
    83% {
        background: url(/images/con23_10.jpg) no-repeat center / contain;

    }
    98% {
        background: url(/images/con23_10.jpg) no-repeat center / contain;

    }

    100% {
        background: url(/images/con23_05.jpg) 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);
    }
}

@keyframes loading_wave_x {
    100% {
        -webkit-mask-position-x: -12%;
    }
}
@keyframes loading_wave_y {
    0% {
        -webkit-mask-position-y: -90%;
    }
    100% {
        -webkit-mask-position-y: 25%;
    }
}


@keyframes sector{
    from {
        clip-path: polygon(50% 50%, 0% 0%, 0% 0%);
    }
    25% {
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%);
    }
    25.000001% {
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 0%);
    }
    50%{
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%);
    }
    50.000001%{
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 100% 100%);
    }
    75%{
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    75.000001%{
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
    }
    to{
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
    }
}



.main{
    background: #0064de;
    padding-top: 1%;
}
.con2_mid_swiper_1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44%;
    overflow: hidden;
    height: 10.3vw;
}
.con2_mid_swiper_1_5{
    overflow: hidden;
    height: 10.3vw;
}
.con2_mid_swiper_1_slide{
    display: flex !important;
    justify-content: center;
    align-content: center;
    width: 100% !important;
}
.con2_mid_swiper_1_slide img{
    width: 100%;
    transition: 0.3s all;
}
.con2_mid_swiper_1_slide .absol{
    opacity: 0;
}
.con2_mid_swiper_1_slide_con{
    transition: 0.3s all;
}
.con2_mid_swiper_1_slide.swiper-slide-active .absol{
    opacity: 1;
}
.con2_mid_swiper_1_slide.swiper-slide-active img:nth-child(1){
    opacity: 0;
}
.con2_mid_swiper_1_slide.swiper-slide-next > .con2_mid_swiper_1_slide_con{
    margin-top: -4%;
}
.main_top{
    width: 10.7921%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14%;
    margin-bottom: 2%;
}
.main_top_absol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_ct {
    font-family: GmarketSansBold;
    font-size: 14vw;
    color: white;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    margin-top: 3%;
    margin-bottom: -2.4%;
    z-index: 1;
}
.con10_left_card{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
/*
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
*/
}

.main_video_con{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    filter: brightness(0.4);
}
.main_video_con video{
    width: 100vw;
    height: 117%;
    pointer-events: none;
}
.con10_left_card_back{
    rotateX(0)
}
.main_con{
    pointer-events: none;
}
/*
.main_con.absol{
    top:0;
    pointer-events: none;
}
*/
.main_con{
    z-index: 2;
    overflow: hidden;
}
.con1_top{
    margin-top: 4%;
    margin-bottom: 3%;
}
.con1_top_mid{
    width: 100% !important;
}
.con1_top_2nd{
    margin-bottom: 4%;
    margin-top: 3%;
}
.con1_top_left{
    width: 15.5941%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 54%;
}
.con1_top_2nd_left{
    width: 9.70297%;
    display: flex;
    justify-content: center;
    margin-right: 54%;
    align-items: center;
}
.con1_top {
    margin-top: 17%;
    margin-bottom: 3%;
}
.main_con{
/*    box-shadow: 5px 5px 17px 16px #00000033;*/
}

.con2_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    margin-top: 4%;
}
.con2_bottom_swiper_1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 105%;
}
.con4_top_swiper_1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 105%;
    top: 8%;
    position: absolute;
}
.con4_bottom_swiper_1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 105%;
    bottom: 8%;
    position: absolute;
}

.con2_video_con{
    width: 100%;
    height: 111%;
    display: flex;
    justify-content: center;
    align-content: center;
    filter: brightness(0.4);
}
.con2_video_con iframe{
    width: 105vw;
    height: 100%;
    pointer-events: none;
}
.con2_top {
    z-index: 1;
    align-items: flex-start;
    margin-top: 9%;
    margin-bottom: 2%;
}
.con2_bottom_p{
    z-index: 1;
    color: white;
    font-family: pretendard-regular;
    font-size: 1.1vw;
    width: 100%;
    text-align: center;
    margin-top: 3%;
    margin-bottom: 8%;
    line-height: 1.7vw;
}
.con2_top_1{
    width: 5.34653%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 7%;
}
.con2_top_2{
    width: 13.2673%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con2_top_3{
    width: 16.8812%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.4%;
    margin-left: 1%;
    margin-right: 7%;

}
.con2_top_bottom {
    color: #0064de;
    font-family: gmarketsansbold;
    bottom: -5%;
    left: 28.4%;
    font-size: 5.8vw;
    justify-content: flex-start;
    width: 44%;
    overflow: hidden;
}
.con2_top_bottom_right{
    width: 6.07561%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1%;
}
.con2_top_bottom_p_tw{
    background: url("/images/con2_06.png") no-repeat center / cover;
    animation: bg-position 3s ease infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    top: 0%;
}
.con2_bottom_p span{
    font-family: Pretendard-bold;
}
.con3_con{
    width: 94% !important;
    border: 1px solid #0064de;
    margin-top: 3%;
    box-sizing: border-box;

}
.con4_con{
    width: 94% !important;
    background: #0064de;
    overflow: hidden;
}
.con5_con{
    width: 94% !important;
    border: 1px solid #0064de;
    overflow: hidden;
    box-sizing: border-box;
}
.con3_top{
    width: 17.3794%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9%;
    margin-bottom: 2%;
}
.con3_top_2nd_left{
    width: 12.9029%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-right: 1%;
}
.con3_top_2nd_right{
    width: 32.3362%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con3_mid_item {
    width: 8.05772%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2.2%;
    z-index: 1;
}
.con3_mid{
    margin-top: 5%;
    margin-bottom: 5%;
}
.con3_mid_item_absol_1 {
    width: 146.876%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -20%;
}
.con3_09{
    animation: scaleOpa2 infinite 2s ;
}
.con3_mid_item_absol_2{
    animation: scaleOpa infinite 2s ;
}
.con3_mid_item_absol_2{
    width: 83.8462%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con3_mid_item > img{
    z-index: 2;
}
.con3_bottom{
    width: 22.5932%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 9%;
}
.con3_mid_line{
    width: 69.5176%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 34%;
    overflow: hidden;
}
.con3_mid_absol_2{
    width: 8.37371%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 14%;
    z-index: 1;
    top: -68%;
}



.con4_mid_swiper_1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    overflow: hidden;
    height: 33.3vw;

}
.con4_mid_swiper_1_slide img{
    width: 100%;
}


.con4_mid_swiper_1_slide.swiper-slide-active img{
    opacity: 0.5;
    scale: 0.6;
    margin-top: -6%;
}
.con4_mid_swiper_1_slide.swiper-slide-next + .con4_mid_swiper_1_slide img{
    opacity: 0.5;
    scale: 0.6;
    margin-bottom: -6%;
}
.con4_mid_swiper_1_slide img{
    transition: 0.3s all;
}
.con4_left{
    width: 40% !important;
}
.con4_bottom{
    width: 57%;
    border-radius: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con4_mid_swiper_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 6.3vw;
}
.con4_mid_swiper_1_slide{
    width: 100% !important;
}
.con4_right{
    width: 60%;
    background: white;
    height: 31vw;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: -6%;
    margin-left: 5%;
}
.con4_left_top{
    width: 52.5332%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8%;
    overflow: hidden;
}
.con4_left_mid_left{
    width: 36.2071%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3%;
    overflow: hidden;
}
.con4_left_mid_right{
    width: 10.4013%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con4_bottom {
    width: 57%;
    border-radius: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    margin-bottom: 17%;
}
.con4_left_top{
    width: 52.5332%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8%;
    margin-top: 18%;
}
.con4_right {
    width: 60%;
    background: white;
    height: 31vw;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.con4_right_con{
    width: 94%;
    height: 75%;
    border: #0064de 1px solid;
    border-radius: 30px 0px  0 30px;
    overflow: hidden;
}
.con4_right_scr_1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 3%;
    top: 6%;
}
.con4_right_scr_1_item{
    width: 7%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0% 0.2%;
}
.con4_right_scr_1_item_absol{
    width: 100%;
    display: flex;
    opacity: 0;
    transition: 0.3s all;
    justify-content: center;
    align-items: center;
}
.con4_right_scr_1_item:hover >.absol{
    opacity: 1;
}


.con4_right_scr_1 {
    width: 256%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 3%;
    top: 6%;
}

.con4_right_scr_2 {
    width: 256%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 3%;
    bottom: 6%;
}
.con4_right_scr_1 > div{
    animation: marqueeX 20s infinite linear;
}
.con4_right_scr_1 >  .absol{
    right: -100%;
}


.con4_right_scr_2 > div{
    animation: marqueeX 20s infinite linear;
}
.con4_right_scr_2 >  .absol{
    right: -100%;
}
.con4_mid_line{
    border-bottom: 1px solid #0064de;
    width: 90%;
    top: 50%;
    left: 4%;
}
.main_small_title{
    font-family: Pretendard-regular;
    font-size: 1.1vw;

}
.con5_left {
    width: 40%;
    align-items: flex-start;
    margin-left: 10%;
    margin-right: -10%;
}
.con5_right{
    width: 60%;
}
.con5_left_top{
    width: 70.1759%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 21%;
    margin-bottom: 6%;
    overflow: hidden;
}
.con5_left_top_2nd{
    width: 62.1445%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%;
    overflow: hidden;
}
.con5_left_top_3rd{
    width: 43.7118%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6%;
}
.con5_left_top_4th{
    width: 15.7995%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-left: 1%;
}
.con5_left_top_5th{
    line-height: 1.7vw;
    color: #0064de;
    width: 100%;
    margin-top: 5%;
    margin-bottom: 21%;
}
.con5_right{
    width: 60%;
    height: 22vw;
}
.con5_right_video_con{
    width: 72%;
    height: 100%;
    border: 1px solid #0064de;
    overflow: hidden;
}
.con5_right_video_con iframe{
    width: 100%;
    height: 100%;
}
.con6_right_top_2nd{
    font-family: GmarketSansBold;
    font-size: 5vw;
}
.con6_con{

}
.con6_absol{
    width: 32.4752%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 10%;
}

.main_loading__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    aspect-ratio: 671 / 140;
    width: clamp(1em, 80vw, 671px);
    will-change: opacity;
}
div.main_loading__text-logo{ position: relative; aspect-ratio: 671/112.5; width: 100%; color: currentColor; }
@supports (-webkit-mask: url()) {
    div.main_loading__text-logo{ background: #6fb6ed; -webkit-mask: url(/images/con6_05.png) no-repeat 4% / contain; }
    div.main_loading__text-logo::before{ content: ''; animation: loading_wave_x 12s linear infinite both alternate, loading_wave_y 4s linear infinite both alternate; position: absolute; inset: 0; background: #fff;; -webkit-mask: url(/images/con6_04.png) repeat no-repeat  0% -90%; z-index: 1; will-change: -webkit-mask; }
}
.con6_con{
    background: #0064de;
}
.con6_right_top{
    width: 14.2574%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 11%;
    margin-left: 16%;
}
.con6_right_top_2nd{
    font-family: GmarketSansBold;
    font-size: 5vw;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_loading__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 93vw;
    will-change: opacity;
    margin-left: 27%;
    margin-right: -43%;
    margin-top: 2%;
}
.main_loading__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 93vw;
    will-change: opacity;
    margin-left: 46%;
    margin-right: -43%;
    margin-top: 0%;
    margin-bottom: 4%;
}
.con6_absol_2nd{
    width: 9.35644%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    right: 16%;
    bottom: 39%;
}
.con6_absol {
    width: 32.4752%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 12%;
    top: 26%;
}
.con7_con{
    background: white;
}
.con7_top_scr{
    width: 100%;
    top: -12%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con7_top_scr img{
    width: 100%;
    animation: marqueeX 20s infinite linear;
    scale: 1.001;
}

.con7_top_scr .absol{
    right: -100%;
}


.con7_bottom_scr{
    width: 150%;
    bottom: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con7_bottom_scr img{
    width: 100%;
    animation: marqueeX 30s infinite linear;
}

.con7_bottom_scr .absol{
    right: -100%;
}

.con6_right_top_2nd {
    margin-bottom: 6%;
}
.con6_absol_2nd {
    width: 9.35644%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 16%;
    bottom: 48%;
}
.con7_top{
    width: 18.6634%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1%;
    margin-top: 8%;
    overflow: hidden;
}
.con7_top_2nd{
    width: 47.5743%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-bottom: 3.5%;
}
.con7_top_3{
    width: 19.0594%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 8%;
    margin-bottom: -3%;
    z-index: 3;
}
.con7_top_4{
    width: 7.47525%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1%;
    overflow: hidden;
}
.con7_top_5{
    width: 26.1881%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con7_top_1{
    width: 6.68317%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 25%;
    top: 26%;
    z-index: 5;
}
.con7_top_2{
    width: 6.63366%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 18%;
    z-index: 2;
    top: 4%;
}
.con7_top_3rd{
    margin-bottom: 9%;
}







.con17{
    height: 60vw;
}
.con17_mid{
    flex-direction: column;
}
.con17_cover_item{
    height: 100%;
    width: 25% !important;
}
.con17_cover_item_1{
    left: 0;
}
.con17_cover_item_2{
    left: 25%;
}
.con17_cover_item_3{
    left: 50%;
}
.con17_cover_item_4{
    left: 75%;
}
.con17_cover_item_cover{
    height: 100%;
    width: 99% !important;
}
.con17_cover_item_bg{
    opacity: 0;
    pointer-events: none;
}
.con17_cover_item_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 18%;
    width: 51%;
    z-index: 1;
}
.con17_cover_item_bottom img{
    width: 100%;
}
.con17_cover_item_bottom_2{
    width: 43% !important;
}
.con17_cover_item_bottom_3{
    width: 44% !important;

}
.con17_cover_item {
}
.con17_border > div:nth-of-type(1){
    border-left: unset !important;
}
.con17_cover_item_bg{
    width: 400% !important;
    height: 100%;
}
.con17_cover_item_bg img{
    /*width: 25%;*/
    height: 100%;
    width: 100%;
}

.con17_cover_item_cover{
    opacity: 0;
}
.con17_cover_item_bg_1st{
    left: 0;
    opacity: 1;
}
.con17_border > div{
    border-right:1px solid white;
}
.con17_border > div:last-child{
    border-right: unset;
}
.con17_cover_item_bg_2nd{
    left: -100%;
    /*opacity: 1 !important;*/
}
.con17_cover_item_bg_3rd{
    left: -200%;
    /*opacity: 1 !important;*/
}.con17_cover_item_bg_4th{
     left: -300%;

     /*opacity: 1 !important;*/
 }

.con17_cover_item_bottom .absol{
    opacity: 0;
}
.con17_cover_item:hover .absol{
    opacity: 1;
}

.con17_cover_item:hover .con17_cover_item_bg_1_absol{
    opacity: 0 !important;
}



.con17_cover_item > img{
    transition: 0.3s all;
}
.con17_mid{
    z-index: 1;
    width: 26.4356%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -12%;
    pointer-events: none;
}
.con17_mid_top{
    margin-bottom: 2%;
}
.con17_bg{
    width: 100%;
}
.con17_cover_item_bottom_2 {
    width: 53% !important;
}
.con17_cover_item_bottom_3 {
    width: 51% !important;
}
.con17_mid {
    z-index: 1;
    width: 30.4356%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -12%;
    pointer-events: none;
}
.con17_border{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    z-index: 1;
    position: absolute !important;
    pointer-events: none;
    box-sizing: border-box;

}
.con17_border > div{
    width: 25%;
    height: 100%;
    box-sizing: border-box;
}


.con17_mid {
    z-index: 1;
    width: 18.4356%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -14%;
    pointer-events: none;
}
.con17_cover_item_bottom_1{
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 18%;
    width: 59%;
    z-index: 1;
}
.con17_cover_item_bottom_3 {
    width: 63% !important;
}
.con17_cover_item_bottom_4 {
    width: 43% !important;
}
.con17_con{
    height: 100%;
    scale: 0.85;
}
.con17_top{
    width: 12.5248%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -73%;
    margin-top: 6%;
}
.con17_top_2nd{
    width: 24.1089%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -62%;
    margin-top: 1.3%;
}
.con17 img{
}
.con7_01{
    width: 100%;
    animation: rotate_image1 infinite linear 10s;
}
.con17{
    border-bottom: 1px solid black;
}
.con8{
    background: linear-gradient(to right, #231f1e 0%, #231f1e 50%, #0063de 50%, #0063de 100%);
}
.con8_mid_2nd_right{
    animation: backgroundchange 10s infinite linear;
}
.con8_top{
    width: 36.1386%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    margin-bottom: 3%;
    overflow: hidden;
}
.con8_mid_left{
    width: 9.05941%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3%;
}
.con8_mid_right_absol{
    width: 43.0438%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    left: 3%;
    bottom: 49%;
}
.con8_mid_2nd{
    margin-top: 2%;
    margin-bottom: 6%;
}
.con8_mid_2nd_left{
    width: 15.5446%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con8_mid_2nd_right{
    width: 16%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -0.5%;
    margin-top: -0.3%;
}
.con8_mid_2nd_left_absol{
    width: 75.4424%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -25%;
    top: -24%;
}
.con8_mid_2nd_left_absol_2nd{
    width: 54.9788%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -75%;
}
.con8_mid_2nd_right_absol_1{
    width: 114.806%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -26%;
    top: -23%;
}
.con8_mid_2nd_right_absol_1_item{
    align-items: flex-end !important;
    overflow: hidden;
}
.con8_mid_2nd_right_absol_1_item_1 {
    width: 124.337%;
    display: flex;
    justify-content: center;
    bottom: 1.5%;
    left: 51%;
    height: 2.5vw;
}
.con8_mid_2nd_right_absol_1_item_2{
    width: 117.878%;
    display: flex;
    justify-content: center;
    bottom: 9.7%;
    left: 71%;
    height: 5vw;
}
.con8_mid_2nd_right_absol_1_item_3{
    width: 103.345%;
    display: flex;
    justify-content: center;
    left: 89%;
    bottom: 26%;
    height: 2vw;
}
.con8_mid_2nd_right_absol_1_item_4{
    width: 36.6013%;
    display: flex;
    justify-content: center;
    left: 94%;
    bottom: 33%;
    height: 1.8vw;
}
.con8_mid_2nd_right_absol_1_item_5{
    width: 36.8704%;
    display: flex;
    justify-content: center;
    left: 97%;
    bottom: 40%;
    height: 1.8vw;
}
.con8_mid_2nd_right_absol_1_item_6{
    width: 65.3978%;
    display: flex;
    justify-content: center;
    left: 98%;
    bottom: 47%;
    height: 1.8vw;
}
.con8_mid_2nd_right_absol_1_item_7{
    width: 126.759%;
    display: flex;
    justify-content: center;
    left: 97%;
    bottom: 54%;
    height: 1.8vw;
}
.con8_mid_2nd_right_absol_1_item_8{
    width: 153.133%;
    display: flex;
    justify-content: center;
    left: 93%;
    bottom: 61%;
    height: 1.8vw;
}
.con8_mid_2nd_right_absol_1_item_9{
    width: 72.6643%;
    display: flex;
    justify-content: center;
    left: 87%;
    bottom: 68%;
    height: 1.8vw;
}
.con8_mid_2nd_right_absol_1_item_10{
    width: 147.212%;
    display: flex;
    justify-content: center;
    left: 80%;
    bottom: 74%;
    height: 1.8vw;
}
.con8_mid_2nd_right_absol_1_item_11{
    width: 65.667%;
    display: flex;
    justify-content: center;
    left: 69%;
    bottom: 81%;
    height: 1.8vw;
}
.con8_mid_2nd {
    margin-top: 2%;
    margin-bottom: 8%;
}
.con9{
    background: white;
}
.con9_con{
    width: 56% !important;
}
.con9_top{
    width: 75.495%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15%;
    overflow: hidden;
}
.con9_top_2nd{
    width: 48.5325%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
}
.con9_top_3rd{
    width: 32.0014%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    overflow: hidden;
}
.con9_top_4th{
    width: 31.913%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20%;
    margin-top: 1%;
    overflow: hidden;

}
.con9_con{
    margin-left: -36%;
}



.con9_right_1st {
    height: 134%;
    right: 7%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con9_right_1st img{
    height: 100%;
    animation: marqueeY 20s infinite linear;
}

.con9_right_1st .absol{
    bottom: -100%;
}


.con9_right_2nd {
    height: 177%;
    right: 21.5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con9_right_2nd img{
    height: 100%;
    animation: marqueeY 20s infinite linear reverse;
}

.con9_right_2nd .absol{
    bottom: -100%;
}

.con10_con{
    width: 94% !important;
    border: 1px solid #0064de;
    margin-bottom: 3%;
    box-sizing: border-box;

}
.con10_1st{
    width: 40.3842%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
    overflow: hidden;
}

.con10_2nd{
    width: 20.4557%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 21%;
    margin-top: 5%;
}





.circle_progress_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.circle_progress {
    transform: rotate(274deg);
}
.frame, .bar {
    fill: none;
}
.frame {
    stroke: transparent;
}

.bar {
    /*stroke-linecap: round;*/
}
#control{
    display: none;
}
.innerCircle{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.innerCircle p:nth-of-type(1){
    font-size: 1.2em;
    font-family: Pretendard-bold;
    color: #ffa800;
    background: black;
    padding: 0.2% 2%;
    border-radius: 50px;
    font-style: italic;
}
.con12_mid_left_ct{
    font-size: 1.3em;
    font-family: acube;
}
.value {
    text-align: center;
    color: #0064de;
    font-family: acube;
    font-size: 3em;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    margin-left: -7%;
}
.counter-success {
    font-size: 1.5em;
    margin-left: 16%;
    margin-right: 1%;
}

.con12_mid_left{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@property --num {
    syntax: "<integer>";
    initial-value: 0;
    inherits: false;
}
@media (prefers-reduced-motion: no-preference) {
    .circle-animation {
        animation: uitLineMove 4s linear forwards infinite;
    }
    .counter-animation {
        animation: counter 2.5s ease-in forwards;
        counter-reset: num var(--num);
    }
    .counter-animation::after {
        content: counter(num);
    }
}

@keyframes counter {
    from {
        --num: 0;
    }
    to {
        --num: 37;
    }
}
.con10__absol_2{
    width: 81.2104%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    height: 81.2104%;
    border: 1px solid #0064de;
}

.con10_absol_1st{
    width: 19.4059%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 9%;
    top: 27%;
}
.con10_absol_2nd{
    width: 27.4214%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 68%;
}
.con10_absol_3rd{
    width: 28.0542%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 20%;
}
.con10_absol_1st_2{
    width: 44.293%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -22%;
    bottom: 18%;
}
.con10_absol_2nd_2{
    width: 31.3564%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -17%;
    bottom: -18%;
}
.con10_absol_3rd_2{
    width: 30.6451%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -23%;
    top: 19%;
}
.con10_absol_4th{
    width: 23.0446%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    bottom: 13%;
    right: 9%;
}
.con11{
   background: #0064de;
}
.con11_top{
    width: 21.9307%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    overflow: hidden;
    margin-bottom: 1.7%;
}
.con11_top_2nd_2{
    width: 3.0198%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1%;
}
.con11_mid{
    margin-top: 2%;
    margin-bottom: 6%;
}
.con11_mid_item{
    margin: 0 0.3%;
    width: 3.76238%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_bottom_swiper_1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 105%;
}

.con11_bottom_swiper_1_mid {
    width: 17.4109%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    mix-blend-mode: darken;
}
.con11_bottom_swiper_1_slide img{
    transition: 0.3s all;
    filter: brightness(0.6);
}
.con11_bottom_swiper_1_slide.swiper-slide-next + .con11_bottom_swiper_1_slide + .con11_bottom_swiper_1_slide{
    z-index: 2;
}
.con11_bottom_swiper_1_slide.swiper-slide-next + .con11_bottom_swiper_1_slide + .con11_bottom_swiper_1_slide > img {
    scale: 1.2;
    border-radius: 1.5vw;
    margin-left: 1%;
    z-index: 10;

    filter: unset;

    transform: translateY(-3%);
}
.con11_bottom{
    background: white;
}
.con11_bottom_bottom{
    width: 37.2772%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15%;
    margin-bottom: 9%;
}
.con11_bottom_scr{
    top: -3%;
    width: 150%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_bottom_scr img{
    width: 100%;
    animation: marqueeX 20s infinite linear;
}
.con11_bottom_scr .absol{
    right: -100%;
}
.con12{
    background: url(/images/con12_bg.jpg) no-repeat center / cover;
}
.con12_left_con{
    width: 76%;
    align-items: flex-start;
}
.con12_left{

    width: 50% !important;
}
.con12_right {
    width: 40% !important;
    background: white;
    margin-top: 8%;
    margin-bottom: 8%;
}
.con12_right_top{
    width: 46.7589%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-left: -43%;
}
.con12_right_top_2nd{
    width: 74.2205%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -10%;
    rotate: -134deg;
}
.sectoranimation{
    animation: sector 3s linear both;

}
.con12_right_top_3rd{
    width: 74.2205%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 8%;
    top: 15%;
}
.con12_right_top_3rd_2{
    width: 32.2062%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 14%;
    top: 35%;
}
.con12_right_top_absol_1{
    width: 25.4824%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 9%;
    z-index: 2;
    top: 54%;
}
.con12_right_top_absol_2{
    width: 28.0801%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    left: 9%;
    top: 66%;
}
.con12_right_top_absol_3{
    width: 30.8015%;
    display: flex;
    z-index: 2;
    justify-content: center;
    align-items: center;
    left: 17%;
    top: 77%;
}
.con12_left_top{
    width: 33.4994%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2%;
    overflow: hidden;
}
.con12_left_top_2nd{
    width: 66.7381%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 8%;
}
.con12_left_top_3rd{
    width: 29.0676%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_left_top_4th{
    width: 86.16%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 22%;
}
.con12_right_top_3rd_2_p_con{
    font-family: gmarketsansbold;
    color: white;
    position: absolute;
    font-size: 6.3vw;
    white-space: nowrap;
    left: -5%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.con12_right_top_3rd_2_p_2nd{
    font-size: 1.8vw;
    margin-bottom: -25%;
}
.con13{
    background: url(/images/con13_bg.jpg) no-repeat center / cover;
    height: 40vw;
    background-attachment: fixed;
}
.con14_top{
    width: 1.43564%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    margin-right: -7.5%;
    margin-top: 6%;
    margin-bottom: 0.6%;
}
.con14_top_2nd{
    width: 38.5149%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6.5%;
    overflow: hidden;
}
.con14_top_3rd_item_absol{
    opacity: 0;
    width: 100% !important;
    transition: 0.3s all;
}
.con14_top_3rd{
    margin-bottom: 8%;

}
.con14_top_3rd_item{
    width: 23.7624%;
    display: flex;
    transition: 0.3s all;
    cursor: pointer;

    justify-content: center;
    align-items: center;
}
.con14_top_3rd_item:hover .absol{
    opacity: 1;
}
.con14_top_3rd_item:hover{
    transform: translateY(-12%);
}

.con15_con{
    width: 90% !important;
    border: 1px solid #0064de;
    margin-top: 3%;
    box-sizing: border-box;

}
.con15_left{
    width: 73%;
    margin-top: 7%;
    align-items: flex-start;
}

.con15_left_top{
    width: 12.8947%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 5%;
}
.con15_left_top_2nd{
    width: 32.1235%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 3.4%;
    z-index: 1;
}
.con15_left_top_3rd{
    width: 23.9041%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 1%;
}
.con15_left_top_4th{
    width: 35.2907%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-bottom: 3%;
}
.con15_left_top_5th{
    color: #0064de;
    line-height: 1.7vw;
    margin-bottom: 6%;
    width: 100%;
}
.con15_left_top_absol{
    width: 73.9746%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -6%;
    bottom: -16%;
}
.con15_bottom_item{
    width: 18.7777%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_bottom_item:hover .absol{
    opacity: 1;
}
.con15_bottom{
    z-index: 5;
}
.con15_bottom_item_absol{
    transition: 0.3s all;
    opacity: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_left_bg{
    width: 100% !important;
    top: 0;
}
.con15_left_top_5th_p span{
    font-family: Pretendard-bold;
}
.main_small_title  span{
    font-family: Pretendard-bold;
}
.con15_bottom_2nd{
    width: 16.4649%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 6%;
}
.con15_bottom_3rd{
    width: 47.5776%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    overflow: hidden;
    margin-top: 1.3%;
    margin-bottom: 3%;
}
.con15_bottom_4th{
    width: 100%;
    text-align: center;
    margin-bottom: 3%;
    line-height: 1.7vw;
    color: #0064de;
    overflow: hidden;
    font-family: Pretendard-Light;
}
.con15_bottom_5th_con{
    width: 90%;
    background: #f8f8f8;
    border-radius: 20px;
    padding-top: 2%;
    padding-bottom: 3%;
}
.con15_bottom_5th_top{
    width: 24.5047%;
    display: flex;
    justify-content: center;
    margin-bottom: 3%;
    overflow: hidden;
    align-items: center;
}
.con15_bottom_5th_item{
    width: 9.96707%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_bottom_5th_item_2{
    width: 9.96707%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_bottom_5th_con{
    margin-bottom: 2%;
}
.con16_con{
    width: 90% !important;
    margin-top: 3%;
    box-sizing: border-box;
    background: url(/images/con16_bg.jpg) no-repeat center / cover;

}
.con16_top{
    width: 9.29593%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 6%;
    margin-left: -67%;
    margin-bottom: 4%;
}
.con16_top_2nd{
    width: 43.8394%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}
.con16_top_3rd_left{
    width: 31.3531%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    right: 69%;
}
.con16_top_3rd_left_top{
    width: 35.461%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%;
}
.con16_top_3rd_right_absol_2nd{
    width: 14.0264%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 73%;
}
.con16_top_3rd_right{
    width: 5.33553%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 66%;
/*    animation: backgroundchange_3 3s infinite;*/
}
.con16_top_3rd{
    margin-bottom: 5%;
}
.con18_con{
    width: 90% !important;
    border: 1px solid #0064de;
    margin-top: 3%;
    box-sizing: border-box;
}
.con18_top{
    width: 9.29593%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    overflow: hidden;
    margin-left: -67%;
    margin-bottom: 4%;
}
.con18_top_2nd{
    width: 46.3111%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}
.con17_top_3rd{
    font-family: Pretendard-Light;
    text-align: center;
    line-height: 1.7vw;
    width: 100%;
    color: #0064de;
    margin-top: 3%;
    margin-bottom: 3%;
}
.con17_mid_right_4th{
    width: 35.1876%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.3%;
    margin-bottom: 4%;
    margin-right: -44%;
}
.con17_mid_left_absol_1{
    width: 18.3044%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 13%;
    top: 13%;
}
.con17_mid_left_absol_2{
    width: 18.3044%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 26%;
    top: 29%;
}
.con17_mid_left_absol_3{
    width: 18.3044%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 39%;
    top: 45%;
}
.con17_mid_left_absol_4{
    width: 18.3044%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 44%;
    top: 8%;
}
.con17_mid_left_absol_5{
    width: 18.3044%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 61%;
    top: 10%;
}
.con17_mid_left_absol_6{
    width: 18.3044%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 70%;
    top: 42%;

}
.con17_mid_right_absol{
    width: 54.6357%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -4%;
}
.con17_mid_right_absol_2{
    width: 69.3069%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con17_mid_right_absol_3{
    width: 47.7278%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con17_mid_right_absol_4{
    width: 23.8639%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con17_mid_right_absol_5{
    width: 33.2572%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con17_mid_right_absol_6{
    width: 23.8639%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 31%;
}
.con17_mid_right_5th{
    width: 79.4%;
    background: #0064de ;
    margin-bottom: 3%;
}

.con17_mid_right_5th_top{
    width: 24.5445%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-left: -57%;
    margin-top: 8%;
    margin-bottom: 2%;
}
.con17_mid_right_5th_top_2nd{
    width: 18.235%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-left: -63%;
    margin-bottom: 7%;
}
.con17_mid_right_5th_top_3rd{
    width: 32.1019%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-left: -48%;
    margin-bottom: 7%;
}
.con17_mid_right_5th_top_4th{
    width: 22.8804%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 51%;
}
.con17_mid_right_5th_top_4th_absol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -100.5%;
}
.con19_left{
    animation: backgroundchange_2  7s infinite ;
    width: 50% !important;
}
.con19_right{
    width: 50% !important;
    overflow: hidden;
}
.con19_top_2nd{
    background: #0363de;
}
.con19_right_top{
    width: 53.9604%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    left: 16%;
}
.con19_right_top_right_scr{
    right: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110%;
}
.con19_right_top_right_scr img{
    height: 100%;
    animation: marqueeY 20s infinite linear;
}
.con19_right_top_right_scr .absol{
    bottom: -100%;
}
.con19_right_top_2nd{
    width: 190.099%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}
.con19_top{
    width: 28.9604%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    margin-bottom: 4%;
    overflow: hidden;
}
.con20_bottom{
    width: 51%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con20_bottom_swiper_1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.con20_bottom_swiper_1_slide{
    display: flex !important;
    justify-content: center;
    align-content: center;
}
.con20_bottom_swiper_1_slide img{
    width: 100%;
    transition: 0.3s all;
}
.con20_bottom_swiper_1{
    margin-top: 12%;
    margin-bottom: 14%;
    margin-right: -65%;
/*    box-shadow: 3px 3px 14px 9px #00000012;*/
}
.con20_bottom_mid_left{
    width: 35.8183%;
    display: flex;
    justify-content: center;
    left: -17%;
    overflow: hidden;
    align-items: center;
}
.con19_05{
    width: 88% !important;
    top: 50%;
}
.con19_04{
    width: 88% !important;
    bottom: 52%;
}
.con20_bottom_swiper_1_slide{
    background: #0363de;

}
.con20_bottom_swiper_1_slide_bottom_scr{
    width: 573%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con20_bottom_swiper_1_slide_bottom_scr img{
    width: 100%;
    animation: marqueeX 40s infinite linear;
}
.con20_bottom_swiper_1_slide_bottom_scr .absol{
    right: -100%;
}
.con20_bottom_swiper_1_slide{
    overflow: hidden;
}
.con20_bottom .swiper-pagination{
    bottom: 13% !important;
    left: 37% !important;
    scale: 2;
}

.swiper-pagination-bullet{
    transition: 0.3s all;
    background: #0064de !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 1vw !important;
    border-radius: 20px !important;
    transition: 0.3s all;
}
.con21_top{
    width: 24.9505%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 4%;
    margin-bottom: 3%;
}
.con21_mid {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4%;
}

.con21_bottom_swiper_1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
}
.con21_bottom_swiper_1_slide_con{
    width: 100%;
}
.con21_bottom_swiper_1_slide_con{
    border: 1px solid #0363de;
}
.con21_video_con{
    height: 13vw;
    overflow: hidden;
}
.con21_video_con iframe{
    width: 100%;
    height: 100%;
}
.con21_video_con_bottom {
    padding: 4%;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 94%;
}
.con21_video_con_bottom p{
    box-sizing: border-box;
    text-overflow: ellipsis;
    width: 94%;
    overflow: hidden;
    white-space: nowrap;
    color: #0363de;
}
.con21_bottom{
    width: 29.4059%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6%;
}
.con21_mid_prev{
    width: 3vw !important;
    height: 3vw !important;
    left: -2% !important;
    border: 1px solid #0064de;
    border-radius: 50%;
}
.con21_mid_next{
    right: -2% !important;
    width: 3vw !important;
    height: 3vw !important;
    border: 1px solid #0064de;
    border-radius: 50%;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    scale: 0.5;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    scale: 0.5;
}


.con22{

}
.con22_video_con{
    width: 100%;
    height: 56vw;
    z-index: 5;
}
.con22_video_con iframe{
    width: 100%;
    height: 100%;
}

.con22_bottom_swiper_1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.con22_bottom_con_con{
    margin-left: -29%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 32%;
}
.con22_bottom_top{
    width: 99.0099%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: 17%;
    margin-bottom: 14%;
}
.con22_bottom_top_2nd{
    width: 63.8923%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-bottom: 4%;
}
.con22_bottom_top_3rd{
    width: 26.4542%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 11%;
}
.con22_bottom_top_4th{
    line-height: 1.9vw;
    width: 100%;
    color: #0064de;
    margin-bottom: 29%;
}
.con22_bottom_swiper_1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    margin-bottom: 4%;
}





.con23_bottom_swiper_1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.con23_bottom_con_con {
    margin-left: 42%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 32%;
}
.con23_bottom_top{
    margin-top: 17%;
    margin-bottom: 14%;
    width: 99.1646%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con23_bottom_top_2nd{
    margin-bottom: 4%;
    overflow: hidden;
    width: 54.4554%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con23_bottom_top_3rd{
    margin-bottom: 11%;
    width: 26.1448%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.con23_bottom_top_4th{
    line-height: 1.9vw;
    width: 100%;
    color: white;
    font-family: Pretendard-Light;
    margin-bottom: 29%;
}
.con23_bottom_swiper_1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    margin-bottom: 4%;
}
.con23{
    background: #0063de;
}
.con23_bottom_top {
    margin-top: 20%;
    margin-bottom: 14%;
}
.con23_top_left{
    animation: backgroundchange_4 10s infinite;
    width: 47.2277%;
    display: flex;
    justify-content: center;
    left: 0;
    align-items: center;
    top: 12%;
}
.con24_top{
    margin-top: 7%;
    width: 24.4554%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con24_con{
    width: 88%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 4%;
    margin-bottom: 4%;
    border: 1px solid #0064de;
}
.con24_con_top{
    overflow: hidden;
    align-items: center;
    margin-top: 4%;
}
.con24_con_mid{
    width: 74.3699%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
}
.con24_con_mid_2nd{
    width: 74.3699%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 1%;
    align-items: center;
    background: #0064de;
}
.con24_03{
    width: 47%;
    margin-top: 3%;
    margin-bottom: 1.7%;
}
.con24_04{
    width: 36%;animation: blk 1s infinite;
    margin-bottom: 4%;
}
.con24_con_mid_3rd{
    width: 43.3731%;
    display: flex;
    justify-content: center;
    margin-left: -18%;
    align-items: center;
    margin-top: 2%;
    margin-bottom: 7%;
}


.form_agree {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 78%;
    margin-top: 4%;
    margin-bottom: 3%;
}

.form_agree_check {
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 0;
    background: transparent;
    color: transparent;
    border: none;
    border: 1px black solid;
    appearance: none;
}


.form_agree_check:checked {
    background: transparent;
    border: none;
    display: flex;
    justify-content: center;
    border: 1px black solid;
    align-items: center;
}

.form_agree_check:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: url(/images/con25_03.png) center / 86% no-repeat;
    color: unset !important;
}
.form_agree_span {
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: black;
}
.con25{
    background: #0064de;

}
.con25_top{
    width: 10.8911%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 7%;
    margin-bottom: 2%;
}
.con25_top_2nd{
    width: 12.9703%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    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;
}
.con25_mid_top_2nd{
    width: 75%;
    margin-top: 3%;
    justify-content: center;
}
.con25_mid_top input {
    width: 31%;
    font-family: Pretendard-regular;
    color: #0064de;
    font-size: 1.3vw;
    padding-bottom: 1%;
    box-sizing: border-box;
    padding-left: 1%;
    outline: none;
    border: none;
    border-bottom: 1px solid #0064de;
}
.con25_mid_top input::placeholder{
    font-family: Pretendard-regular;
    outline: none;
    border: none;
    color: #0064de;
}


.con25_mid_top_2nd input {
    width: 100%;
    font-family: Pretendard-regular;
    color: #0064de;
    font-size: 1.3vw;
    padding-bottom: 1%;
    box-sizing: border-box;
    padding-left: 1%;
    outline: none;
    border: none;
    border-bottom: 1px solid #0064de;
}
.con25_mid_top_2nd input::placeholder{
    font-family: Pretendard-regular;
    outline: none;
    border: none;
    color: #0064de;
}
.form_agree_check {
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 0;
    background: transparent;
    color: transparent;
    border: none;
    border: 1px #0064de solid;
    appearance: none;
    border-radius: 50%;
}
.form_submit{
    font-family: pretendard-bold;
    color: white;
    background: #0064de;
    padding: 1% 5%;
    font-size: 1.5vw;
}
.form_agree_span {
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: #0064de;
}
.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% 5%;
    font-size: 1.5vw;
    margin-bottom: 10%;
    margin-top: 2%;
}
.con15_top_fan{
    mix-blend-mode: color-dodge;
    pointer-events: none;
    align-items: flex-start !important;
    height: 21vw;
    overflow: hidden;
}
.con15_top_fan_1{
    width: 14.5376%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 4%;
    mix-blend-mode: color-dodge;
}
.con15_top_fan_2{
    width: 15.4737%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 19%;
    mix-blend-mode: color-dodge;
}
.con15_top_fan_3{
    width: 14.2623%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 30%;
}
.con15_top_fan_4{
    width: 15.4187%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 49%;
}
.con15_top_fan_5{
    width: 14.2623%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
    right: 21%;
    z-index: 0;
}
.con15_top_fan_6{
    width: 14.5376%;
    display: flex;
    justify-content: center;
    top: 0;
    align-items: center;
    right: 5%;
}
.con15_top_fan_7{
    z-index: 5;
    width: 61.895%;
    display: flex;
    justify-content: center;
    align-items: center;
/*    mix-blend-mode: color-dodge;*/
    top: -5%;
    animation: 2s infinite smoke2;
}
.con15_top_fan_8{
    z-index: 5;
    width: 61.895%;
    display: flex;
    justify-content: center;
    align-items: center;
/*    mix-blend-mode: color-dodge;*/
    left: 40%;
    top: -5%;
    animation: 2s infinite smoke2;
    animation-delay: 1s;
}
.con15_top_fan_9{
    z-index: 5;
    width: 61.895%;
    display: flex;
    justify-content: center;
    align-items: center;
/*    mix-blend-mode: color-dodge;*/
    left: 30%;
    top: -5%;
    animation: 2s infinite smoke2;
    animation-delay: 0.7s;

}
.con15_top_fan_10{
    z-index: 5;
    width: 61.895%;
    display: flex;
    justify-content: center;
    align-items: center;
/*    mix-blend-mode: color-dodge;*/
    top: -5%;
    left: 0%;

    animation: 2s infinite smoke2;
    animation-delay: 0.3s;

}
.con20_bottom_swiper_1_slide_bottom_scr_con{
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.con20_bottom_swiper_1_slide_bottom_scr {
    width: 568%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_top_fan_11{
    z-index: 5;
    width: 61.895%;
    display: flex;
    justify-content: center;
    align-items: center;
/*    mix-blend-mode: color-dodge;*/
    top: -5%;
    left: -20%;
    animation: 2s infinite smoke2;
    animation-delay: 1.4s;

}

.con1_top_right{
    width: 10.5941%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con1_top_2nd_right{
    width: 17.2277%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con1_bottom{
    width: 77.7723%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main img{
    width: 100% !important;
}

.con2_top_4{
    width: 5.34653%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con8_mid_right{
    width: 9.10891%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_top_2nd_1{
    width: 24.1584%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}
.con11_top_2nd_2{
    width: 3.0198%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1%;
}
.con11_top_2nd_3{
    width: 17.7228%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.con11_top_2nd_2 {
    width: 3.0198%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1% 1%;
}
.con10_2nd_absol{
    width: 121.657%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10__absol_3{
    width: 41.4975%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}
.con16_top_3rd_mid{
    width: 31.6355%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con17_mid_right_5th_top_3rd {
    width: 32.1019%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: -48%;
    margin-bottom: 7%;
}
.con17_mid_right_5th_top_3rd_p{
    color: white;
    line-height: 1.7;
}
.con21_bottom_swiper_1_slide_con {
    border: 1px solid #0363de;
    box-sizing: border-box;
}
.con21_bottom_p{
    color: #0363de;

}
.con22_video_con{
    pointer-events: none;
}
.con3_top_absol{
    width: 100% !important;
}
.con4_right {
    margin-right: 0.02%;
}
.con10_04{
    animation: blk 1s infinite;
}
.con10_06{
    animation: blk 1s infinite;
}
.con10_08{
    animation: blk 1s infinite;
}
.con11_mid_item_absol{
    width: 100% !important;
}
.con11_bottom_top{
    width: 18%;
    height: 2vw;
    background: white;
    top: 5%;
    border-radius: 0 50px 50px 0;
    z-index: 1;
}
.con12_left_top_5th{
    overflow: hidden;

}
.con12_right_top_2nd {
}
.con12_10{
    rotate: 133deg;
}
#snowContainer {
    contain: content;
    position: absolute;
    inset: 0;
    pointer-events: none;
    user-select: none;
}
#snowContainer > div {
    position: absolute;
    width: auto;
    height: auto;
    animation: linear infinite, ease-in infinite;
}
#snowContainer > div > img {
    position: absolute;
    width: auto;
    height: auto;
    animation: ease-in-out infinite alternate;
    transform-origin: 50% -100%;
}
.con16_top_3rd_mid_mid{
    width: 21.4028%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}
.con6_con {
    height: 50vw;
}
.con8_04{
    width: 3.91089vw !important;
}
.con4_right{
    margin-right: 0.03%;
}
.con22_bottom_top {
    width: 99.0099%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: 18%;
    margin-bottom: 14%;
}
.con22{
    background: white;
}
.con11_bottom_top {
    width: 18%;
    height: 3vw;
    background: white;
    top: 3%;
    border-radius: 0 0 50px 50px;
    z-index: 1;
}
.con16_top_3rd_right_absol{
        width: 100.041%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con25_01{
    width: 10.8911vw;
}
.container{
    display: none !important;
}
.con21_bottom_swiper_1{
    overflow: hidden;
}
.con17_mid_left{
        width: 39.7031%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_left_card_back{
    opacity: 0;
}
.main_con{
    background: black;
}
.con2_video_con iframe {
    width: 115vw;
    height: 111%;
    pointer-events: none;
    bottom: -14%;
}
.con4_bottom_swiper_1_slide{
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.con4_bottom_swiper_1_slide .absol{
    opacity: 0;
    transition:0.3s all;
}
.con4_bottom_swiper_1_slide:hover .absol{
    opacity: 1;
}
.con4_bottom_swiper_1_slide img{
    width: 100%;
}
.con5_right_video_con {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con5_right_video_con iframe {
    width: 105%;
    height: 108%;
}
.con3{
    background: white;
}
.con2_mid_swiper_1_5 {
    overflow: hidden;
    height: 4vw;
}


.con24_con_top {
    align-items: center;
    margin-top: 4%;
    width: 37.7003%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con1_top_right {
    width: 16.5941%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-left: -5%;
}
.con1_top_2nd_left {
    width: 13.70297%;
    display: flex
;
    justify-content: center;
    margin-right: 50%;
    align-items: center;
}
.con12_2nd {
    background: url(/images/con12_bg.jpg) no-repeat center / cover;
}
.con12_2nd_top{
    overflow: hidden;
}
.con12_2nd_top_2nd{
    overflow: hidden;
}
.con12_2nd_top_4th{
    overflow: hidden;
}
.con12_2nd_top{
        width: 28.0198%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
}
.con12_2nd_top_2nd{
        width: 31.9307%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
}
.con12_2nd_top_3rd{
        margin-top: 2.5%;
    margin-bottom: 1%;
}
.con12_2nd_top_4th{
        width: 28.0693%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4%;
}
.con12_2nd_top_3rd_1_ab{
        width: 19.2228%;
    display: flex;
    justify-content: center;
    top: 0;
    align-items: center;
    left: 7%;
}
.con12_2nd_top_3rd_2_ab{
        width: 19.2228%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 7%;    
}


.con12_2nd_top_3rd_1{
        width: 30.1485%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_2nd_top_3rd_2{
        width: 30.1485%;
    display: flex;
    justify-content: center;
    align-items: center;
}







.con25_mid_top input {
    width: 49%;
}
.select_con{
    width: 49%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}
#queryOption{
    width: 100%;
    font-family: Pretendard-regular;
    color: #0064de;
    font-size: 1.3vw;
    padding-bottom: 1%;
    box-sizing: border-box;
    padding-left: 1%;
    outline: none;
    border: none;
    border-bottom: 1px solid #0064de;
    transition: 0.3s all;
}

.otherInput{
    top: 100%;
    transition: 0.3s all;
    width: 100% !important;
}

.otherInput_arr{
    width: 4.42656%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 0%;
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
    transition: 0.3s all;

}
.queryOption_on{
    transform: translateY(-100%);
}

.otherInput_on{
    top: 0%;
}

.otherInput_arr_on{
    opacity: 1;
    z-index: 5;
    pointer-events: unset;
}


@media screen and (max-width:1023px) {
    .con22_video_con{
        position: relative !important;
    }
    .main_con{
        position: relative !important;
        
    }
    .con22_bottom_con_con{
        margin-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 42%;
    }
    .con22_bottom_top_4th{
        text-align: center;
        line-height: 1.9vw;
        width: 100%;
        color: #0064de;
        margin-bottom: 29%;
    }
    .quick_agree {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 65.8%;
    top: 35%;
}
}
@media screen and (max-width:599px) {
    .main_small_title{
        font-size: 3.1vw;
        line-height: 4.7vw;
    }
    .main_top {
        width: 31.7921%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 27%;
        margin-bottom: 5%;
    }
    .con2_mid_swiper_1{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 88%;
        overflow: hidden;
        height: 20.3vw;
    }
    .con10_left_card{
        width: 100% !important;
    }
    .main_ct{
        font-family: GmarketSansBold;
        font-size: 14.5vw;
        color: white;
        width: 100%;
        text-align: center;
        margin-top: 8%;
        margin-bottom: -2%;
        z-index: 1;
    }
    .main_top {
        width: 31.7921%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 36%;
        margin-bottom: 15%;
    }
    .main_video_con video {
        width: 204vw !important;
    }
    .con1_top {
        margin-top: 17%;
        margin-bottom: 3%;
        width: 200%;
    }
    .con1_top_2nd {
        margin-bottom: 4%;
        width: 200%;
        margin-top: 3%;
    }
    .con1_top_left {
        width: 15.5941%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 13%;
    }
    .con1_top_2nd_left {
        width: 9.70297%;
        display: flex;
        justify-content: center;
        margin-right: 12%;
        align-items: center;
    }
    .con1_top {
        margin-top: 11%;
        margin-bottom: 21%;
        width: 227%;
    }
    .con1_top_2nd {
        margin-bottom: 6%;
        width: 227%;
        margin-top: 21%;
    }
    .con1_bottom{
        width: 92.7723%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-bottom: -13%;
    }
    .con2_top_1 {
        margin-right: 1%;
    }

    .con2_top {
        z-index: 1;
        align-items: flex-start;
        margin-top: 9%;
        margin-bottom: 2%;
        width: 161%;
    }
    .con2_top_2 {
        width: 20.2673%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con2_top_3 {
        width: 24.8812%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0.4%;
        margin-left: 1%;
        margin-right: 1%;
    }
    .con2 img{
        width: 100%;
    }

    .con2_top_bottom {
        color: #0064de;
        font-family: gmarketsansbold;
        bottom: -25%;
        left: 27%;
        font-size: 9.8vw;
        justify-content: flex-start;
        width: 46%;
    }
    .con2_top {
        z-index: 1;
        align-items: flex-start;
        margin-top: 17%;
        margin-bottom: 9%;
        width: 161%;
    }
    .con2_video_con iframe{
        width: 200vw;
        height: 100%;
    }
    .con2_bottom_p {
        z-index: 1;
        color: white;
        font-family: pretendard-regular;
        font-size: 3.1vw;
        width: 100%;
        text-align: center;
        margin-top: 7%;
        margin-bottom: 13%;
        line-height: 4.7vw;
    }
    .con2_video_con {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-content: center;
        filter: brightness(0.4);
    }
    .con3_top {
        width: 63.3794%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 13%;
        margin-bottom: 4%;
    }
    .con3_top_2nd{
        flex-direction: column;
        width: 250%;
        margin-top: 2%;
        margin-bottom: 4%;
    }
    .con3_top_2nd_right {
        width: 32.3362%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1%;
    }
    .con3_mid {
        margin-top: 5%;
        margin-bottom: 5%;
        flex-wrap: wrap;
    }
    .con3_mid_item {
        width: 23.05772%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 3% 4.2%;
        z-index: 1;
    }
    .con3_mid_line {
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -3%;
    }
    .con3_bottom {
        width: 58.5932%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 12%;
        margin-top: 2%;
    }
    .con3_mid_absol_2 {
        width: 19.37371%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 1%;
        z-index: 1;
        top: -74%;
    }
    .con4_con {
        width: 94% !important;
        background: #0064de;
        overflow: hidden;
        flex-direction: column;
    }
    .con4_left {
        width: 100% !important;
    }
    .con4_right {
        width: 100%;
        background: white;
        height: 88vw;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .con4_right_scr_1 {
        width: 487%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 3%;
        top: 6%;
    }
    .con4_right_scr_2 {
        width: 487%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 3%;
        bottom: 6%;
    }
    .con4_right_scr_1 > div {
        animation: marqueeX 40s infinite linear;
    }
    .con4_right_scr_2 > div {
        animation: marqueeX 40s infinite linear;
    }
    .con4_right_con {
        width: 94%;
        height: 90%;
        border: #0064de 1px solid;
        border-radius: 14px 0px 0 14px;
        overflow: hidden;
    }
    .con4_left_top {
        width: 62.5332%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 8%;
        margin-top: 19%;
    }
    .con4_left_mid{
        width: 130%;
    }
    .con4_bottom {
        width: 84%;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 11%;
        margin-bottom: 17%;
    }
    .con4_mid_swiper_1 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 90%;
        height: 22.3vw;
    }
    .con5_con {
        width: 94% !important;
        border: 1px solid #0064de;
        overflow: hidden;
        box-sizing: border-box;
        flex-direction: column;
    }
    .con5_left {
        width: 120%;
        align-items: center;
        margin-left: 0;
        margin-right: 0;
    }
    .con5_left_top_5th {
        color: #0064de;
        width: 100%;
        margin-top: 5%;
        margin-bottom: 21%;
        text-align: center;
    }
    .con5_left_top_3rd {
        width: 61.7118%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 6%;
    }
    .con5_right_video_con {
        width: 86%;
        height: 111%;
        border: 1px solid #0064de;
        overflow: hidden;
    }
    .con5_right {
        width: 100%;
        height: 41vw;
        margin-bottom: 8%;
    }
    .con5_con {
        width: 94% !important;
        border: 1px solid #0064de;
        overflow: hidden;
        box-sizing: border-box;
        flex-direction: column;
        margin-bottom: 3%;
    }
    .con6_right_top {
        width: 34.2574%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 18%;
        margin-left: 0;
    }
    .main_loading__text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        width: 192vw;
        will-change: opacity;
        margin-left: 0;
        margin-right: -112%;
        margin-top: 2%;
        margin-bottom: 59%;
    }

    @supports (-webkit-mask: url()){
        div.main_loading__text-logo::before {
            content: '';
            animation: loading_wave_x 4s linear infinite both alternate, loading_wave_y 4s linear infinite both alternate;
            position: absolute;
            inset: 0;
            background: #fff;
            -webkit-mask: url(/images/con6_04.png) repeat no-repeat 62% 79%;
            z-index: 1;
            will-change: -webkit-mask;
            width: 40%;
        }
    }

    .con6_absol {
        width: 94.4752%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 12%;
        top: 54%;
    }
    .con6_absol_2nd {
        width: 18.35644%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 16%;
        bottom: 66%;
    }
    .con7_top_scr {
        width: 250%;
        top: -17%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .con7_top {
        width: 63.6634%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 2%;
        margin-top: 8%;
    }
    .con7_top_2nd {
        width: 76.5743%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 3.5%;
        margin-top: 1%;
    }
    .con7_top_3rd {
        margin-bottom: 9%;
        margin-top: 5%;
        width: 178%;
        margin-left: -11%;
    }
    .con7_top_4 {
        width: 7.47525%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 0%;
    }
    .con7_top_1 {
        width: 9.68317%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 43%;
        top: 3%;
    }
    .con7_top_2 {
        width: 10.63366%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 18%;
        top: -13%;
    }
    .con7_top_3rd {
        margin-bottom: 15%;
        margin-top: 5%;
        width: 178%;
        margin-left: -11%;
    }
    .con7_bottom_scr {
        width: 350%;
        bottom: 0%;
        display: flex;
        justify-content: center;
        align-items: center;
    }




    .con17 {
        height: 100vw;
    }
    .con17_cover_item {
        height: 50%;
        width: 50% !important;
    }
    .con17_cover_item_1 {
        left: 0;
        top: 0;
    }
    .con17_cover_item_2 {
        left: 50%;
        top: 0;
    }
    .con17_cover_item_3 {
        left: 0%;
        bottom: 0;
    }
    .con17_cover_item_4 {
        left: 50%;
        bottom: 0;
    }
    .con17_cover_item_bottom_1{
        bottom: 59%;
    }
    .con17_cover_item_bottom_2{
        bottom: 59%;
    }
    .con17_cover_item_bg {
        width: 200% !important;
        height: 200%;
        display: flex;
        flex-wrap: wrap;
    }
    .con17_cover_item_bg_1st {
        top: 0;
    }
    .con17_cover_item_bg_2nd {
        top: 0;
        left: -100%;
    }

    .con17_cover_item_bg_3rd {
        bottom: 0;
        left: 0;
    }
    .con17_cover_item_bg_4th {
        bottom: 0;
        left: -100%;
    }


    .con17_cover_item_bg img {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    .con17_mid {
        z-index: 1;
        width: 53.4356%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -7%;
        pointer-events: none;
    }
    /*.con17_02{*/
    /*    width: 45.3861vw !important;*/
    /*}*/
    .con17_mid_top{
        width: 72.099%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }
    .con17_border > div {
        width: 50%;
        height: 50%;
        box-sizing: border-box;
    }
    .con17_border {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vw;
        flex-wrap: wrap;
        z-index: 1;
        position: absolute !important;
        pointer-events: none;
        box-sizing: border-box;
    }
    .con17_border > div {
        width: 50%;
        height: 50%;
        box-sizing: border-box;
        border: 0.1vw solid white;
    }
    .con17_top{
        width: 47.5248%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 13%;
    }
    .con17_top_2nd {
        width: 57.1089%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 2.3%;
    }
    .con17 {
        height: 60vw;
    }
    .con8_top {
        width: 73.1386%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
        margin-bottom: 5%;
    }
    .con8_mid{
        width: 244% !important;
    }
    .con8_04{
        width: 10vw !important;
    }
    .con8_mid_2nd {
        margin-top: 2%;
        margin-bottom: 8%;
        width: 200%;
    }
    .con8_mid_2nd_right_absol_1 {
        width: 114.806%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: -7%;
        top: -23%;
    }
    .con8_mid_2nd_left_absol {
        width: 75.4424%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -7%;
        top: -24%;
    }
    .con8_mid_2nd {
        margin-top: 8%;
        margin-bottom: 15%;
        width: 200%;
    }
    .con9_con {
        width: 100% !important;
        margin-left: 0;
    }
    .con9_top {
        width: 84.495%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }
    .con9_top_2nd {
        width: 60.5325%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
    }
    .con9_top_3rd {
        width: 55.0014%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
    }
    .con9_top_4th {
        width: 55.913%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 15%;
        margin-top: 1%;
    }
    .con9 .con9_right_1st{
        opacity: 0;
    }
    .con9 .con9_right_2nd{
        opacity: 0;
    }
    .con9_half{
        height: 67vw;
    }
    .con9_right_1st {
        height: 234%;
        right: 11%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con9_right_2nd {
        height: 234%;
        right: 11%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con9_right_2nd {
        height: 307%;
        right: 50.5%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con10_1st{
        width: 76.3842%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 11%;
    }
    .con10_2nd {
        width: 68.4557%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 50%;
        margin-top: 40%;
    }
    .con10_absol_1st {
        width: 35.4059%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 3%;
        top: 17%;
    }
    .con10_absol_1st_2 {
        width: 66.293%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: -30%;
        bottom: 28%;
    }
    .con10_2nd {
        width: 68.4557%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 94%;
        margin-top: 15%;
    }
    .con10_absol_2nd {
        width: 56.4214%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 41%;
        top: 58%;
    }
    .con10_absol_1st {
        width: 32.4059%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 4%;
        top: 58%;
    }
    .con10_03{
        width: 100%;
        height: 31vw;
    }
    .con10_absol_1st_2 {
        width: 61.293%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 20%;
        bottom: 77%;
    }
    .con10_absol_2nd {
        width: 56.4214%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 40%;
        top: 58%;
    }
    .con10_absol_2nd_2 {
        width: 35.3564%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 53%;
        bottom: 76%;
    }
    .con10_absol_3rd {
        width: 55.0542%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 6%;
        left: 4%;
    }
    .con10_absol_3rd_2 {
        width: 35.6451%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 32%;
        top: 61%;
    }
    .con10_absol_4th {
        width: 38.0446%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 6%;
        right: 1%;
    }
    .con10_absol_3rd_2 {
        width: 35.6451%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: -19%;
        top: 20%;
    }
    .con11_top {
        width: 58.9307%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10%;
        margin-bottom: 3.7%;
    }
    .con11_top_2nd{
        flex-direction: column;
        width: 200%;
    }
    .con11_mid {
        margin-top: 7%;
        margin-bottom: 10%;
        width: 300%;
    }
    .con11_top_2nd {
        flex-direction: column;
        width: 300%;
    }
    .con11_bottom_swiper_1 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 85%;
        overflow: hidden;
    }
    .con11_bottom_bottom {
        width: 88.2772%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 43%;
        margin-bottom: 14%;
    }
    .con11_bottom_scr {
        top: -4%;
        width: 550%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con11_bottom_swiper_1_mid {
        width: 32.4109%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        top: 76%;
    }
    .con11_top {
        width: 63.9307%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 13%;
        margin-bottom: 4.7%;
    }
    .con11_top_2nd {
        flex-direction: column;
        width: 350%;
        margin-top: 4%;
        margin-bottom: 0%;
    }
    .con11_mid {
        margin-top: 7%;
        margin-bottom: 11%;
        width: 350%;
    }
    .con11_bottom_swiper_1_mid {
        width: 27.4109%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        top: 84%;
    }
    .con11_bottom_swiper_1 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 85%;
        overflow: hidden;
        margin-top: 11%;
    }
    .con11_bottom_swiper_1_mid{
        width: 27.4109%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        top: 165%;
        mix-blend-mode: unset;
    }
    .con11_bottom_swiper_1_slide img{
        filter: unset;
    }
    .con11_bottom_scr{
        top: -1%;
        width: 550%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con12{
        background: url(/images/con12_bg.jpg) no-repeat center / cover;
        flex-direction: column;
    }
    .con12_left{
        width: 100% !important;
    }
    .con12_right{
        width: 100% !important;
    }
    .con12_left_con {
        width: 76%;
        align-items: center;
        margin-top: 12%;
        margin-bottom: 3%;
    }
    .con12_left_top {
        width: 44.4994%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 3%;
    }
    .con12_left_top_2nd {
        width: 84.7381%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 8%;
    }
    .con12_left_top_3rd {
        width: 37.0676%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con12_left_top_5th{
        width: 63.1662%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con12_left_con {
        width: 76%;
        align-items: flex-start;
        margin-top: 15%;
        margin-bottom: 5%;
    }
    .con12_right_top_3rd_2_p_con {
        font-family: gmarketsansbold;
        color: white;
        position: absolute;
        font-size: 13.3vw;
        left: -5%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .con12_right_top_3rd_2_p_2nd {
        font-size: 4.8vw;
        margin-bottom: -25%;
    }
    .con12_right {
        width: 117% !important;
        margin-left: 12%;
    }
    .con12_right {
        background: white;
        margin-top: 8%;
        margin-bottom: 0;
    }
    .con13 {
        background: url(/images/con13_bg.jpg) no-repeat center / cover;
        height: 80vw;
        background-attachment: unset;
    }
    .con12_left_con {
        width: 97%;
        align-items: flex-start;
        margin-top: 15%;
        margin-bottom: 5%;
        margin-left: 12%;
    }
    .con14_top_2nd {
        width: 94.5149%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 6.5%;
    }
    .con14_01{
        width: 6.43564vw !important;
    }
    .con14_top {
        width: 9.43564%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-right: -20.5%;
        margin-top: 9%;
        margin-bottom: 0.6%;
    }
/*
    .con14_top_3rd {
        margin-bottom: 8%;
        flex-direction: column;
    }
*/
/*
    .con14_top_3rd_item {
        width: 67.7624%;
        display: flex;
        transition: 0.3s all;
        cursor: pointer;
        justify-content: center;
        align-items: center;
    }
    .con14_top_3rd_item:hover {
        transform: unset;
        scale: 1.05;
        z-index: 1;
    }
*/
    
    
    .con14_top_3rd_item {
    width: 30.7624%;
    display: flex;
    transition: 0.3s all;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
    .con15_left {
        width: 180%;
        margin-top: 7%;
        align-items: center;
    }
    .con15_left_top_5th {
        color: #0064de;
        margin-bottom: 6%;
        width: 100%;
        text-align: center;
    }
    .con15_left_top {
        width: 12.8947%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-bottom: 5%;
        margin-top: 24%;
    }
    .con15_bottom{
        flex-wrap: wrap;
    }
    .con15_bottom_item {
        width: 44.7777%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con15_bottom_2nd {
        width: 42.4649%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10%;
    }
    .con15_bottom_3rd {
        width: 88.5776%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2.3%;
        margin-bottom: 5%;
    }
    .con15_bottom_5th_top {
        width: 58.5047%;
        display: flex;
        justify-content: center;
        margin-bottom: 3%;
        margin-top: 3%;
        align-items: center;
    }
    .con15_bottom_5th_con {
        width: 90%;
        background: #f8f8f8;
        border-radius: 10px;
        padding-top: 3%;
        padding-bottom: 6%;
        margin-bottom: 6% !important;
        margin-top: 3%;
    }
    .con15_bottom_5th{
        flex-wrap: wrap;
    }
    .con15_bottom_5th_item_absol{
        flex-wrap: wrap;
    }
    .con15_bottom_5th_item {
        width: 22.96707%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con15_bottom_5th_top {
        width: 74.5047%;
        display: flex;
        justify-content: center;
        margin-bottom: 5%;
        margin-top: 6%;
        align-items: center;
    }
    .con15_bottom_5th_item_absol{
        width: 75% !important;
    }
    .con15_bottom_5th_item_2 {
        width: 33.96707%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con15_bottom_5th_con {
        width: 95%;
        background: #f8f8f8;
        border-radius: 10px;
        padding-top: 3%;
        padding-bottom: 6%;
        margin-bottom: 6% !important;
        margin-top: 3%;
    }
    .con16_top {
        width: 26.29593%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 9%;
        margin-left: 0;
        margin-bottom: 4%;
    }
    .con16_top_2nd {
        width: 86.8394%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con16_top_3rd {
        margin-bottom: 5%;
        width: 202%;
        margin-left: -42%;
    }
    .con16_top_3rd_right {
        width: 5.33553%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 64%;
/*        animation: backgroundchange_3 3s infinite;*/
    }
    .con16_top_3rd_right_absol_2nd {
        width: 16.0264%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 69%;
    }
    .con16_top_3rd {
        margin-bottom: 5%;
        width: 202%;
        margin-left: -42%;
        margin-top: 7%;
    }
    .con16_top_3rd_mid_mid{
        width: 20.5714%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con16_top_3rd_left {
        width: 40.3531%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-direction: column;
        right: 20%;
        bottom: -5%;
    }
    .con16_top_3rd {
        margin-bottom: 17%;
        width: 202%;
        margin-left: -42%;
        margin-top: 7%;
    }
    .con18_top{
        width: 26.29593%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 9%;
        margin-left: 0;
        margin-bottom: 4%;
    }
    .con18_top_2nd {
        width: 87.3111%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-bottom: 2%;
    }.con17_top_3rd {
         font-family: Pretendard-Light;
         text-align: center;
         width: 83%;
         color: #0064de;
         margin-top: 3%;
         margin-bottom: 3%;
         word-break: keep-all;
     }
     .con18_mid{
         flex-direction: column;
     }
    .con17_mid_left{
        width: 72% !important;
    }
    .con17_mid_right{
        width: 72% !important;
    }
    .con17_mid_right_4th {
        width: 69.1876%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2.3%;
        margin-bottom: 5%;
        margin-right: 0;
    }
    .con17_mid_right_5th_top_4th {
        width: 22.8804%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: unset;
        position: relative !important;
    }
    .con17_mid_right_5th_top {
        width: 49.5445%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 10%;
        margin-bottom: 2%;
    }
    .con17_mid_right_5th_top_2nd {
        width: 44.235%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-bottom: 7%;
        margin-top: 2%;
    }
    .con17_mid_right_5th_top_3rd {
        width: 47.1019%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-bottom: 7%;
    }
    .con17_mid_right_5th_top_3rd {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-bottom: 7%;
        text-align: center;
        word-break: keep-all;
    }
    .con18_mid {
        width: 120%;
        flex-direction: column;
    }
    .con17_mid_right_5th {
        width: 86.4%;
        background: #0064de;
        margin-bottom: 3%;
    }
    .con17_mid_right_5th_top_4th {
        width: 49.8804%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -50%;
        left: unset;
        position: relative !important;
    }
    .con19_top {
        width: 64.9604%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 7%;
        margin-bottom: 5%;
    }
    .con19_top_2nd {
        background: #0363de;
        flex-direction: column-reverse;
    }
    .con19_left {
        animation: backgroundchange_2 7s infinite;
        width: 100% !important;
    }
    .con19_right {
        width: 100% !important;
        overflow: hidden;
    }
    .con19_right_top {
        width: 67.9604%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 12%;
    }
    .con20_bottom_mid_left {
        width: 35.8183%;
        display: flex;
        justify-content: center;
        left: unset;
        align-items: center;
        position: relative !important;
    }
    .con20_bottom {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con20_bottom{
        flex-direction: column;
    }
    .con20_bottom_mid_left {
        width: 53.8183%;
        display: flex;
        justify-content: center;
        left: unset;
        margin-top: 14%;
        align-items: center;
        position: relative !important;
    }
    .con20_bottom_swiper_1 {
        margin-top: 12%;
        margin-bottom: 14%;
        margin-right: 0;
        width: 90%;
        box-shadow: 3px 3px 14px 9px #00000012;
    }
    .con20_bottom .swiper-pagination {
        bottom: 5% !important;
        left: unset;
        scale: 2;
    }
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 4vw !important;
        border-radius: 20px !important;
        transition: 0.3s all;
    }
    .con20_bottom .swiper-pagination {
        bottom: 5% !important;
        left: unset;
        scale: 1.5;
    }
    .con21_top {
        width: 65.9505%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 11%;
        margin-bottom: 4%;
    }
    .con21_bottom_swiper_1 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 90%;
        overflow: hidden;
    }
    .con21_mid {
        width: 91%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 6%;
    }
    .con21_video_con {
        height: 22vw;
        overflow: hidden;
    }

    .con21_bottom {
        text-align: center;
        width: 47.4059%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 8%;
    }
    .con20_bottom .swiper-pagination {
        bottom: 5% !important;
        left: unset !important;
        scale: 1.5;
    }
    .con22_bottom_con_con {
        margin-left: 0%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 82%;
    }
    .con23_bottom_con_con {
        margin-left: 0%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 82%;
    }
    .con22_bottom_top_4th {
        width: 100%;
        color: #0064de;
        text-align: center;
        margin-bottom: 29%;
    }
    .con22_bottom_top_4th {
        width: 100%;
        color: #0064de;
        text-align: center;
        margin-bottom: 19%;
    }
    .con22_bottom_swiper_1 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        overflow: hidden;
        margin-bottom: 7%;
    }


    .con23_bottom_top_4th {
        width: 100%;
        text-align: center;
        margin-bottom: 19%;
    }
    .con23_bottom_swiper_1 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        overflow: hidden;
        margin-bottom: 7%;
    }
    .con23_bottom_top_4th {
        width: 100%;
        text-align: center;
        margin-bottom: 81%;
    }
    .con23_top_left {
        animation: backgroundchange_4 10s infinite;
        width: 100%;
        display: flex;
        justify-content: center;
        left: 0;
        align-items: center;
        top: 46%;
    }
    .con24_top {
        width: 69.7228%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 14%;
    }
    .con24_con_top {
        width: 81.4352%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 8%;
    }
    .con24_con {
        width: 93%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 4%;
        margin-bottom: 4%;
        border: 1px solid #0064de;
    }
    .con24_con_mid {
        width: 84.3699%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
    }
    .con24_con_mid_2nd {
        width: 84.3699%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-top: 2%;
        align-items: center;
        background: #0064de;
    }
    .con24_03 {
        width: 88%;
        margin-top: 5%;
        margin-bottom: 2.7%;
    }
    .con24_04 {
        width: 70%;
        margin-bottom: 7%;
    }
    .con24_con_mid_3rd {
        width: 84.3731%;
        display: flex;
        justify-content: center;
        margin-left: -1%;
        align-items: center;
        margin-top: 2%;
        margin-bottom: 9%;
    }
    .con25_01{
        width: 27.8911vw !important;
    }
    .con25_top{
        width: 27.8911%;

    }
    .con24_top_absol{
        width: 100% !important;
    }
    .con25_top_2nd {
        width: 36.9703%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
        margin-bottom: 2%;
    }
    .con25_mid {
        width: 90%;
        background: white;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 3%;
    }
    .con25_mid_top {
        width: 88%;
        margin-top: 7%;
        justify-content: space-between;
    }
    .con25_mid_top_2nd {
        width: 88%;
        margin-top: 5%;
        justify-content: center;
    }
    .con25_mid_top input {
        width: 31%;
        font-family: Pretendard-regular;
        color: #0064de;
        font-size: 3.1vw;
        padding-bottom: 1%;
        box-sizing: border-box;
        padding-left: 1%;
        outline: none;
        border: none;
        border-bottom: 1px solid #0064de;
    }
    .con25_mid_top_2nd input {
        width: 100%;
        font-family: Pretendard-regular;
        color: #0064de;
        font-size: 3.1vw;
        padding-bottom: 1%;
        box-sizing: border-box;
        padding-left: 1%;
        outline: none;
        border: none;
        border-bottom: 1px solid #0064de;
    }
    .form_agree {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 37%;
        margin-top: 4%;
        margin-bottom: 3%;
        margin-left: 57%;
    }
    .form_agree_check {
        margin-right: 2%;
        width: 2vw;
        height: 2vw;
        overflow: hidden;
        outline: 0;
        background: transparent;
        color: transparent;
        border: none;
        border: 1px #0064de solid;
        appearance: none;
        border-radius: 50%;
    }
    .form_agree_check:checked::after {
        content: "";
        width: 2vw;
        height: 2vw;
        position: absolute;
        background: url(/images/con25_03.png) center / 86% no-repeat;
        color: unset !important;
    }
    .form_agree_span {
        font-size: 3.1vw;
        font-family: Pretendard-regular;
        color: #0064de;
    }
    .form_submit {
        color: white;
        background: #0064de;
        padding: 1% 9%;
        font-size: 4vw;
        margin-bottom: 10%;
        margin-top: 2%;
    }
    .con9_top_2nd {
        width: 75.5325%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
    }
    .con15_left_top_absol {
        width: 50.9746%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 25%;
        bottom: 53%;
    }
    .con15_bottom_5th_top {
        width: 80.5047%;
        display: flex;
        justify-content: center;
        margin-bottom: 7%;
        margin-top: 6%;
        align-items: center;
    }
    .con17_mid_right_4th {
        width: 76.1876%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2.3%;
        margin-bottom: 5%;
        margin-right: 0;
    }
    .con21_mid_prev {
        width: 5vw !important;
        height: 5vw !important;
        left: -3% !important;
        border: 1px solid #0064de;
        border-radius: 50%;
    }
    .con21_mid_next {
        width: 5vw !important;
        height: 5vw !important;
        right: -3% !important;
        border: 1px solid #0064de;
        border-radius: 50%;
    }
    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        scale: 0.3;
    }
    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        scale: 0.3;
    }
    .con10_1st {
        width: 86.3842%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
    }
    .con1_bottom {
        width: 92.7723%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-bottom: -1%;
    }
    .con1_top {
        margin-top: 24%;
        margin-bottom: 21%;
        width: 227%;
    }
    .con6_con {
        height: 140vw;
    }
    .con17 {
        height: 131vw;
    }
    .con8_mid_2nd_left_absol_2nd {
        width: 107.9788%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -55%;
        bottom: 0%;
    }
    .con8_07{
        opacity: 0;
    }
    .con8_mid_2nd_right_absol_1_item{
        opacity: 0;
    }
    .con17 {
        height: 131vw;
        background: white;
    }
    .con8_right_scr {
        height: 66%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: -10%;
        bottom: 0;
        overflow: hidden;
    }
    .con8_right_scr img{
        height: 100%;
        animation: marqueeY 20s infinite linear;
    }
    .con8_right_scr .absol{
        bottom: -100%;
    }
    .con24_03 {
        width: 70%;
        margin-top: 5%;
        margin-bottom: 2.7%;
    }
    .con17_cover_item_bottom_1 {
        bottom: 48%;
        width: 65%;
        left: 12%;
    }
    .con17_cover_item_bottom_2 {
        bottom: 47%;
        right: 12%;
        width: 58% !important;
    }
    .con17_cover_item_bottom_3 {
        width: 64% !important;
        bottom: 12%;
        left: 12%;
    }
    .con17_cover_item_bottom_4 {
        width: 44% !important;
        bottom: 12%;
        right: 12%;
    }
    .con17_mid {
        z-index: 1;
        width: 46.4356%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0%;
        pointer-events: none;
    }
    .con7_top_2nd {
        width: 88.5743%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 3.5%;
        margin-top: 2%;
    }
    .con7_top_scr {
        width: 250%;
        top: -16%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con11_top_2nd {
        flex-direction: column;
        width: 295%;
        margin-top: 4%;
        margin-bottom: 0%;
    }
    .con1_top {
        margin-top: 35%;
        margin-bottom: 21%;
        width: 227%;
    }
    .con2_video_con iframe {
        width: 255vw;
        height: 137%;
        top: -33%;
    }

    .con4_right {
    margin-left: 0;
}
    .con5_left_top_5th {
    color: #0064de;
    width: 100%;
    margin-top: 5%;
    margin-bottom: 9%;
    text-align: center;
}
    .con5_left_top{
        margin-top: 10%;
    }
    .con5_right {
    margin-bottom: 10%;
}
    .con7_top_scr {
    width: 250%;
    top: -15.7%;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .main_con{
        position: relative !important;
    }
    .con10_2nd {
    width: 68.4557%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 94%;
    margin-top: 11%;
    scale: 0.9;
}
    .con11_bottom_swiper_1{
            display: flex;
    justify-content: center;
    align-items: center;
    width: 77%;
    overflow: hidden;
    margin-top: 11%;
    }
    .con11_bottom_swiper_1_mid {
    width: 25.4109%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    top: 165%;
    mix-blend-mode: unset;
}
    .con17_mid_right_4th{
        margin-bottom: 13%;
    }
    .con21_video_con {
    height: 46vw;
    overflow: hidden;
}
    .con22_video_con {
    width: 100%;
    height: 56vw;
    z-index: 5;
    position: relative !important;
}
    .main_small_title{
        font-size: 3.1vw !important;
    }
    .con8_07{
        opacity: 0
    }
    .con8_07{
        opacity: 0
    }
    .con8_12{
        opacity: 0
        
    }
    .con8_right_scr {
        height: 66%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 53%;
        bottom: 0;
        overflow: hidden;
    }
    .con8_right_scr{
        
    }
    
    .con19_right_top_right_scr {
        right: 1%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 110%;
        width: 72%;
    }    
    .con19_right_top_right_scr img{
        width: 100%
    }
    .con17_top_3rd {
        font-family: Pretendard-Light;
        text-align: center;
        width: 85%;
        color: #0064de;
        margin-top: 3%;
        margin-bottom: 3%;
        word-break: initial;
    }
    .con15_left_top_5th {
        color: #0064de;
        margin-bottom: 6%;
        width: 49%;
        text-align: center;
    }
    .con5_left_top_5th {
        color: #0064de;
        width: 71%;
        margin-top: 5%;
        margin-bottom: 9%;
        text-align: center;
    }
    .con8_right_scr {
        height: 66%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 53%;
        width: 49%;
        bottom: 0;
        overflow: hidden;
    }
    .con8_right_scr img{
        width: 100%
    }
    .con17_mid_right_5th_top_4th {
        width: 49.5804%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -49.7%;
        margin-bottom: 0.3%;
        left: unset;
        position: relative !important;
        top: unset;
    }
    .con19_right_top_right_scr img{
        width: 100%;
    }
    .main_top {
        width: 40.7921%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 49%;
        margin-bottom: 11%;
    }
    .con2_mid_swiper_1 {
        width: 95%;
        height: 45.3vw;
    }
    .main_ct {
        font-size: 15vw;
        color: white;
    }
    .main_video_con video {
        width: 291vw !important;
    }
    .con1_top {
        margin-top: 56%;
        margin-bottom: 30%;
        width: 227%;
    }
    .con5_right_video_con iframe {
        width: 101%;
        height: 114%;
    }   
    .con8_mid_2nd_left_absol_2nd {
        width: 69.9788%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -62%;
        bottom: 45%;
    }    
    .con10_con {
        margin-top: 10%;
    }    
    .con12_left_top_4th {
        width: 80.16%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-bottom: 22%;
        transform: rotate(90deg);
        margin-left: 50%;
    }    
    .con15_left_top {
        width: 12.8947%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-bottom: 0%;
        margin-top: 25%;
    }    
    .con15_left_top_absol {
        width: 50.9746%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 25%;
        bottom: 49%;
    }   
    .con8_right_scr {
        height: 66%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 50%;
        width: 49%;
        bottom: 0;
        overflow: hidden;
    }    
    .con8_mid_2nd_left_absol_2nd {
        width: 58.9788%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -61%;
        bottom: 45%;
    }    
    .con2_mid_swiper_1_5 {
        height: 14.3vw;
    }    
  
  .con24_con_top {
        width: 39.4352%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 8%;
    }
    
        .con24_con_top {
        width: 85.4352%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 8%;
    }
    
        .con1_top_2nd_left {
        width: 16.70297%;
        display: flex
;
        justify-content: center;
        margin-right: 7%;
        align-items: center;
    }
.con12_2nd_top {
    width: 71.0198%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 14%;
}
.con12_2nd_top_2nd {
    width: 81.9307%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
}    
.con12_2nd_top_3rd {
    margin-top: 5.5%;
    margin-bottom: 4%;
    flex-direction: column;
}    
    .con12_2nd_top_3rd {
        margin-top: 5.5%;
        margin-bottom: 4%;
        flex-direction: column;
        width: 294%;
    }    
.con12_2nd_top_4th {
    width: 77.0693%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-bottom: 11%;
}    
    

    .con25_mid_top input {
        width: 49%;
    }
    .queryOption{
        width: 100%;
        font-family: Pretendard-regular;
        color: #0064de;
        font-size: 3.1vw !important;
        padding-bottom: 1%;
        box-sizing: border-box;
        padding-left: 1%;
        outline: none;
        border: none;
        border-bottom: 1px solid #0064de;
    }
    .otherInput{
        padding-bottom: 2% !important;
    }
    .otherInput_arr {
        width: 8.42656%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: 2%;
    }

    
    
}

