* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}
section{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;

}
.pc-mobile{
    display: flex;
}
.mobile-pc{
    display: none;
}
.pc{
    display: flex;
}
.pc-inline{
    display: inline;
}
.tablet{
    display:none;
}
.mobile{
    display:none;
}
html {
    scroll-behavior: smooth;
}
.main::after{
    width: 1vw;
    height: 0vw;
    position: absolute;
    top: 0;
    pointer-events: none;
    opacity: 0;
    pointer-events: none;
    content:url(/images/main_09.png) url(/images/main_10.png) url(/images/main_11.png)
    url(/images/main_12.png) url(/images/con6_09.png)  url(/images/con6_10.png) url(/images/con6_11.png) url(/images/con6_12.png)
    url(/images/con7_02.png) url(/images/con7_03.png) url(/images/con7_04.png)  url(/images/con7_05.png);
}
.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.flowhid{
    overflow: hidden;
}
.hide{
    display: none !important;
}
.hideopa{
    opacity: 0 !important;
}
.show{
    opacity: 1 !important;
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
.scrX{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrX .scrX_item{
    animation: marqueeX 20s infinite linear;
    width: 100%;
}
.scrX .scrX_item_absol {
    right: -100%;
    width: 100%;

}

.scrY{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrY .scrY_item{
    animation: marqueeY 20s infinite linear;
    height: 100%;
}
.scrY .scrY_item_absol {
    bottom: -100%;
    width: 100%;
}


.flexrow{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.flexcol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;500;600;700&display=swap");
@font-face {
    font-family: "Noto Sans KR", sans-serif;
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
/*@font-face {*/
/*    font-family: 'VITRO_CORE_TTF';*/
/*    src: url('/font/VITRO_CORE_TTF.ttf') format('woff');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/
@font-face {
    font-family: 'TTTtangsbudaejjigaeB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/TTTtangsbudaejjigaeB.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'TheJamsil5Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
body {
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    min-height: 0vw;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@keyframes marquee2 {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}
@keyframes slick-circle{
    0%{left:0;}
    100%{left:99%;}
}
@keyframes soul_out {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
        transform: translateY(-50%);
    }
}
@keyframes ddm3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: rotate(-2deg);
    }
    100% {
        transform: scale(1.05);
    }
}

@keyframes ddmrotate{
    0% {
            rotate: 0deg;
    }
    50% {
          rotate: -135deg;
    }
    100% {
         rotate: 0deg;
    }
}


@keyframes ddm4 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate360 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate_img10deg {

    0% {
        transform: rotate(10deg);
    }
    49% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    99% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(10deg);
    }
}

@keyframes rotate_img5deg {

    0% {
        transform: rotate(5deg);
    }
    49% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(-5deg);
    }
    99% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(5deg);
    }
}


@keyframes opazoom {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.02);
        opacity: 0;

    }
    100% {
        transform: scale(1);
        opacity: 1;

    }
}
.opazoom{
    animation: opazoom 1.5s infinite;
}
@keyframes ani_scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.1, 0.01, 0.01, 1.2, 0, 0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes blk {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    31% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk2 {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk3 {
    0% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes scaleOpa {
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes scaleOpa2 {
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes ball {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: 20px;
    }
}
@keyframes ddm {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.15, 0.01, 0.01, 1.15, 0, 30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_imageY {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ddm2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2X {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2Xhalf {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: scale(1.02);
    }
}

@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes uitLineMove {
    0% { stroke-dashoffset: 300.292; }
    100% { stroke-dashoffset: 110; }
}

@keyframes hand {
    0% {
        transform: translateY(-0.5%);
    }

    25% {
        transform: translateY(1%);
    }

    50% {
        transform: translate(0.5%, -1%);
    }

    75% {
        transform: translate(1%, 0.5%);
    }

    100% {
        transform: translate(1%, -1%);
    }
}

@keyframes hand2 {
    0% {
        transform: translateY(2%);
    }

    25% {
        transform: translateY(-1%);
    }

    50% {
        transform: translate(-1%, 2%);
    }

    75% {
        transform: translate(2%, 1%);
    }

    100% {
        transform: translateY(2%);
    }
}
@keyframes bg-position {
    0% {
        background-position: bottom;
    }
    25% {
        background-position: center;
    }
    50% {
        background-position: inherit;
    }
    75% {
        background-position: center;
    }
    100% {
        background-position: bottom;
    }
}
@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.2;
    }
    25% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 1;
    }
    50% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    75% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    100% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0.2;
    }
}

@keyframes light {
    0%, 31%, 34%, 39%, 42%, 47% {
        opacity: 0;
    }
    5%, 30%, 35%, 38%, 43%, 46% {
        opacity: 0.4;
    }
    50%, 55%, 60%, 67%, 51%, 54%, 68%, 100% {
        opacity: 1;
    }
    70% {
        opacity: 0.2;
    }
}
@keyframes marqueeX {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes marqueeY {
    from { transform: translateY(0); }
    to { transform: translateY(-100%); }
}
@keyframes fall {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(240deg) rotateY(400deg) rotateZ(310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes fall2 {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(-240deg) rotateY(-400deg) rotateZ(-310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes backgroundchange {
    0% {
        background: url(/images/main_09.png) no-repeat center / contain;
    }

    18% {
        background: url(/images/main_09.png) no-repeat center / contain;
    }

    25% {
        background: url(/images/main_10.png) no-repeat center / contain;
    }
    43% {
        background: url(/images/main_10.png) no-repeat center / contain;
    }

    50% {
        background: url(/images/main_11.png) no-repeat center / contain;
    }

    68% {
        background: url(/images/main_11.png) no-repeat center / contain;
    }

    75% {
        background: url(/images/main_12.png) no-repeat center / contain;
    }
    93% {
        background: url(/images/main_12.png) no-repeat center / contain;
    }

    100% {
        background: url(/images/main_09.png) no-repeat center / contain;
    }
}
@keyframes opa {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes backgroundchange_2 {
    0% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }

    20% {
        background: url(/images/con08_08.png) no-repeat center / contain;

    }

    40% {
        background: url(/images/con08_09.png) no-repeat center / contain;

    }

    60% {
        background: url(/images/con08_10.png) no-repeat center / contain;

    }

    80% {
        background: url(/images/con08_11.png) no-repeat center / contain;

    }
    100% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}
.rotate{
    animation: rotate360 20s infinite linear;
}
.pointer{
    cursor: pointer;
}
.blk{
    animation: blk 1s infinite;
}
.scaleopa1{
    animation: scaleOpa 2s infinite;
}

.scaleopa2{
    animation: scaleOpa2 2s infinite;
}


.main{
    background: url(/images/main_01.png) no-repeat center / cover;

}
.main_top_3rd{
    animation: backgroundchange 6s infinite;
}

.main_top{
    width: 32.5984%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 8%;
}
.main_scrx {
    background: url(/images/main_07.png) no-repeat center / cover;
    padding: 1.4% 0;
    bottom:0;
}
.main_top_2nd{
    width: 7.92651%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-left: 28%;
}
.main_top_2nd_ct{
    font-size: 12vw;
    right: 107%;
    top: -40%;
    letter-spacing: -0.5vw;
}
.main_top_3rd{
    width: 70.0787%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-top: -2%;
}
.main_bg{
    width: 82.2047%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    bottom: 5%;
}
.main_ab{
    width: 12.9659%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 8%;
    bottom: 21%;
    animation: ddm_m 2s infinite;
}
.main_ab_2{
    width: 19.2126%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 76%;
    bottom: 18%;
    animation: ddm_m 2s infinite;
    animation-delay: 0.5s;
}

.con1_item_top{
    top: 21%;
}
.con1_item_1_ab_3{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}
.con1_item_1_ab_3_ab{
width: 100%;
    bottom: 100%;
}
.con1_item_1_ab_3_ab_2{
    width: 45.671%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con1_item_1_ab_2{
    width: 85.2814%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 48%;
}
.con1_item_1_ab{
    width: 109.524%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 43%;
}
.con1_item_2_ab{
    width: 16.3136%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 70%;
    left: 14%;
}
.con1_item_2_ab_ct{
    top: 75%;
    font-size: 3vw;
    left: 14%;
}
.con1_item_2_ab_ct_ab{
    width: 9.17722%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 35%;
    left: 102%;
}
.con1_item_2_ab_ct_ab_2{
    font-size: 0.9vw;
    right: -9%;
}
.con1_item_3{
    overflow: hidden;
}
.con1_item_3_scrx{
    width: 200%;
    bottom: 6%;
}
.con1_item_3_ab{
    width: 85.0526%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 11%;
}
.con1_item_4_ab{
    width: 50.6303%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 54%;
}
.con2{
    background: url(/images/con02_bg.png) no-repeat center / cover;

}
.con4{
    background: url(/images/con04_bg.png) no-repeat center / cover;

}
.con2_item{
    width: 25%;
    height: 100%;
    background: #000000bd;
    box-sizing: border-box;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;

}
.con2_item:last-child{
    border-right: unset;

}
.con2_item_1{
    left: 0;
    height: 82%;
}
.con2_item_2{
    left: 25%;
    height: 75%;

}
.con2_item_3{
    left: 50%;
    height: 67%;

}
.con2_item_4 {
    left: 75%;
    height: 50%;
}
.con2_top{
    text-align: center;
    margin-top: 5%;
    color: #ffffff9c;
}
.con2_top_2nd{
    width: 10.1837%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 2%;
}
.con2_top_3rd{
    width: 22.6247%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 1%;
}
.con2_top_4th{
    width: 32.126%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: 1.4%;
    margin-bottom: 29%;
}


.con2_item_1_ab{
    top: 95.5%;
}

.con2_item .hambak{
    font-size: 2.7vw;
    letter-spacing: -0.1vw;
    bottom: 0%;
    transform: translateY(-100%);
}
.con2_item .hambak .absol{
    text-align: center;
    width: 100%;
    bottom: 105%;
}
.con2_item_1_ab{
    width: 150%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    top: 91%;
    left: 0;
}
.con2_item_2_ab{
    width: 100%;
    display: flex
;
    justify-content: flex-start;
    align-items: flex-start;
    left: 50%;
    bottom: 0%;
}
.con2_item_3_ab{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    bottom: 0;
    left: 50%;
}
.con2_item_4 {
    left: 75%;
    height: 52%;
}
.con2_item_4_ab{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    left: 50%;
    bottom: 0;
}
.con3_top_2nd_con{
    overflow: hidden;
}
.con2_item_1_ab_2nd_ab{
    animation: scaleOpa2 infinite 2s ;
}
.con2_item_1_ab_2nd{
    width: 10.2941%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    transform: translateY(50%);
}
.con3{
    background: black;
}

.con3_top_2nd{
    width: 29.7113%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
}
.con3_top_2nd_ab{
    width: 2.82686%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 103%;
}
.con3_con_ab{
    bottom: 100%;
}
.con3_con_ab_2nd{
    width: 31.8635%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.con3_top_4th{
    width: 70.0262%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-bottom: -5%;
    z-index: 2
}
.con3_con_3rd{
    width: 17.7428%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 5%;
    top: 18%;
    z-index: 2;
}
.con3_con_3rd_ab{
    width: 103.846%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    left: 7%;
    top: 58%;
}
.con3_con_ab_2nd_ab_3{
    width: 12.1911%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
}
.con3_con_ab_2nd_ab_2{
    width: 47.117%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 55%;
}
.con3_con_ab_2nd_ab{
    width: 41.1862%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 51%;
}
.con3_con_ab_3{
    width: 12.1911%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
}
.con3_con_ab_2{
    width: 42.5041%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 55%;
}
.con3_con_ab_4{
    bottom: 51%;
    position: absolute;
    text-align: center;
}
.con3_top_4th_ab{
    animation: light 2s infinite;
}

.con4_top_1st{
    animation: light 2s infinite;
}
.con4_top{
    margin-top: 6%;
    align-items: flex-start;
}
.con4_top_2{
    width: 2.25722%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.1%;
    margin-top: 1%;

}
.con4_top_4{
    width: 2.25722%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.1%;
    margin-top: 1%;

}
.con4_top_5{
    width: 1.83727%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
}
.con4_top_1{
    width: 2.51968%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con4_top_3{
    width: 2.51968%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con4_top_2nd{
    width: 18.5302%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: 1.5%;
}
.con4_top_3rd{
    width: 21.9423%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 0.5%;
}
.con4_top_4th{
    width: 70.0262%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
}
.main_swiper_2{
    bottom: 0;
    z-index: 3
}
.con4_top_4th {
    width: 70.0262%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-bottom: -4%;
}
.main_slide_2_con_top_ab_3rd{
    top: 10%;
}
.main_slide_2_con_top_ab{
    top: 23%;
    font-size: 1.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_slide_2_con_top_ab_ab{
    width: 30.5882%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 108%;
}
.main_slide_2_con_top_ab_ab_2{
    width: 30.5882%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 108%;
}
.main_slide_2_con_top_ab_2nd{
    font-size: 2.4vw;
    top: 60%;
}
.con5_top_7th{
    background: url(/images/con05_09.png) no-repeat center / cover;
    width: 76%;
    border-radius: 50px;
}
.main_top_3rd_ab{
    width: 55.206%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: smoke 2s infinite;
    bottom: 4%;
}
.con5_top_8th_ab{
    width: 74.7465%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: smoke 2s infinite;
    bottom: 20%;
}
.con5_top{
    width: 8.18898%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9%;
    margin-right: -63%;
    overflow: hidden;
}
.con5_top_2nd{
    width: 15.6955%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -56%;
    margin-top: 1.3%;
}
.con5_top_3rd{
    width: 40.4199%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -31%;
    margin-top: -12%;
}
.con5_top_4th{
    width: 26.4042%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-right: 47%;
    margin-top: -1%;
}
.con5_top_5th{
    width: 43.6745%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -56%;
    margin-top: 1.8%;
}
.con5_top_6th{
    width: 73%;
    margin-top: 2%;
}
.con5_top_7th {
    background: url(/images/con05_09.png) no-repeat center / cover;
    width: 78%;
    height: 20vw;
    border-radius: 50px;
    margin-top: 5%;
}
.con5_top_8th{
    width: 51.7585%;
    display: flex;
    justify-content: center;
    z-index: 2;
    align-items: center;
    margin-top: -8%;
}
.con5_vid{
    left: 11%;
    border-radius: 50px;
    overflow: hidden;
    width: 37%;
    top: 10%;
    height: 21vw;
}
.con5_vid video{
    width: 117%;
}
.con5_ab{
    width: 39.1076%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    right: 9%;
    top: 36%;
}
.con05_07{
    z-index: 2;
}
.con5_ab_ab_2{
    width: 36.7785%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 28%;
    right: 83%;
}
.con5_ab_ab{
    width: 102.013%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    right: 0;
    top: -6%;
}
.con5_top_7th {
    background: url(/images/con05_09.png) no-repeat center / cover;
    width: 78%;
    height: 20vw;
    border-radius: 50px;
    margin-top: 5%;
    z-index: 2;
}

.con5_ab {
    width: 39.1076%;
    display: flex
;
    justify-content: center;
    align-items: center;
    z-index: 2;
    right: 9%;
    top: 38%;
}
.smoke{
    opacity: 0.5;
}
.con5_top_7th {
    background: url(/images/con05_09.png) no-repeat center / cover;
    width: 78%;
    height: 22vw;
    border-radius: 50px;
    margin-top: 5%;
    z-index: 2;
}
.con5_top_7th_ab{
    width: 25.3701%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 8%;
}
.con5_top_7th_ab_ab{
    width: 69.2308%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 3%;
    animation: ddm_m 2s infinite;
}
.con5_top_7th_ab_2{
    text-align: center;
    bottom: 30%;
}
.con5_scrx{
    width: 200%;
    bottom: 2.5%;
}
.con5_top_7th_ab_3{
    width: 25.5047%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    top: 22%;
}
.con6_top{
    height: 29vw;
    width: 24%;
    border: 0.3vw solid white;
    border-top: unset;
    border-radius: 0 0 250px 250px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.con6_top_con{
    height: 90vw;
    width: 90%;
    border: 0.3vw solid white;
    border-top: unset;
    border-radius: 0 0 250px 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con6_top_con{
    height: 28.2vw;
    width: 94%;
    border: 0.2vw solid white;
    border-top: unset;
    border-radius: 0 0 250px 250px;
}
.con6_top_con_ab{
    width: 13.7209%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    right: 52%;
    top: 13%;
}
.con6_top_con_ab_2{
    width: 13.0233%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    left: 51%;
    top: 39%;
}
.con6_vid{
    filter: brightness(0.4);
}

.con6_top_2nd{
    width: 20.105%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 2%;
}
.con6_top_3rd{
    margin-top: 4%;
}
.con6_top_3rd_1_ab{
    width: 76.0847%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}
.con6_top_3rd_2_ab{
    width: 95.3782%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -143%;
}
.con6_top_3rd_1{
    width: 50.4462%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con6_top_3rd_2{
    width: 50.3937%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con6_top_con_ab {
    width: 13.7209%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    right: 52%;
    top: 13%;
}

.con6_top_con_ab_2 {
    width: 13.0233%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    left: 51%;
    top: 39%;
}
.con7_top{
    width: 24.5144%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 5.4%;
}













.con07_tab{
    width: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 100%;
}
.con07_tab_wrap{
    border-top: 1px solid #74593f;
    border-bottom: 1px solid #74593f;
    height: 2.4vw;
    margin-top: 2.4%;
}


.con07_menu_wrap{
    height: 28.4vw;
    cursor: pointer;
}
.con05_menu_div{
    height: 28.4vw;
    opacity: 0 !important;

}
.con05_menu_div.con05_change {
    opacity: 1 !important;
    z-index: 2;
}
.con07_menu_wrap {
    height: 28.4vw;
    top: 41%;
    width: 84%;
}
.con05_menu_div {
    height: 28.8vw;
    width: 100%;
}
.con02_2_con{
    overflow: hidden;
}


.con07_menu_wrap {
    width: 115%;
}
.con05_menu_img{
    width: 57.2545%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12%;
    margin-bottom: 9%;
    height: 7.1vw;
    overflow: hidden;
}


.con05_menu_con{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_menu_con {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: white;
    border: 1px solid #74593f;
}
.con05_menu_title{
    width: 100%;
    border-top: 1px solid #74593f;
    font-size: 1.3vw;
    text-align: center;
    height: 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_menu_wrap{
    height: 28.4vw;
    cursor: pointer;
}
.con05_menu_div{
    height: 28.4vw;
    opacity: 0 !important;

}
.con05_menu_div.con05_change {
    opacity: 1 !important;
    z-index: 2;
}
.con9_con_top{
    width: 15.8015%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}
.con9_con_top_2nd{
    width: 36.5659%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    overflow: hidden;
}
.con07_tab_wrap {
    border-top: 1px solid #005aff;
    border-bottom: 1px solid #005aff;
    height: 3.6vw;
    margin-top: 2.4%;
}

.con07_tab {
    width: 8%;
    display: flex
;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #005aff;
}

.con07_tab:nth-child(1){
    margin-left: 36%;
}



.con07_menu_wrap {
    height: 28.4vw;
    cursor: pointer;
    width: 60%;
    right: 0;
}
.con05_menu_img {
    width: 8.1vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 12%;
    margin-bottom: 9%;
    height: 8.1vw;
    border-radius: 50%;
    overflow: hidden;
    background: #005aff;
}
.con05_menu_div{
    padding: 0;
    justify-content: flex-start;
    align-items: flex-start;
}
.con07_menu_wrap {
    height: 33.8vw;
    cursor: pointer;
    width: 60.3%;
    right: 0;
    top: 40%;
    padding: 0;
    display: flex
;
    justify-content: flex-start;
    align-items: center;
}
.con05_menu_img {
    width: 10.1vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 12%;
    margin-bottom: 9%;
    height: 10.1vw;
    border-radius: 50%;
    overflow: hidden;
    background: #005aff;
}
.con05_menu_img img{
    width: 100%;
    scale: 1.5;
}
.con07_menu_wrap {
    height: 34.4vw;
    cursor: pointer;
    width: 60.3%;
    right: 0;
    top: 40%;
    padding: 0;
    display: flex
;
    justify-content: flex-start;
    align-items: center;
}
.con05_menu_div {
    height: 100%;
    opacity: 0 !important;
}
.con05_menu_title {
    width: 100%;
    border-top: 1px solid #005aff;
    font-size: 1.3vw;
    text-align: center;
    height: 4vw;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con05_menu_con {
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: white;
    border: 1px solid #005aff;
}

.con07_menu_wrap {
    height: 30.55vw;
    cursor: pointer;
    width: 60.3%;
    right: 0;
    top: 43%;
    padding: 0;
    display: flex
;
    justify-content: flex-start;
    align-items: center;
}
.con05_menu_img {
    width: 8.5vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 12%;
    margin-bottom: 9%;
    height: 8.5vw;
    border-radius: 50%;
    overflow: hidden;
    background: #005aff;
}


.con9_con_top_3rd{
    width: 39.5322%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -60.4%;
}
.con9_con_top_3rd_ab{
    width: 89.7547%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con9_con_top_3rd_ab_item:nth-child(1){
    width: 3.21543%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 4%;
    left: 4%;
}

.con9_con_top_3rd_ab_item:nth-child(2){
    width: 3.21543%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 4%;
    right: 4%;
}

.con9_con_top_3rd_ab_item:nth-child(3){
    width: 3.21543%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 4%;
    left: 4%;
}

.con9_con_top_3rd_ab_item:nth-child(4){
    width: 3.21543%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 4%;
    right: 4%;
}
.con9_con_top_3rd_ab_2{
    height: 22.5vw;
    top: 10%;
    width: 78%;
    border-radius: 50%;
    overflow: hidden;
    background: #005aff;
}
.con9_con_top_3rd_ab_2_ab_2 {
    width: 93%;
    display: flex
;
    justify-content: center;
    align-items: center;
    height: 90%;
    overflow: hidden;
    border-radius: 50%;
}
.con9_con_top_3rd_ab_2_ab{
    width: 98%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con9_07{
    scale: 1.2;
}
.con9_con_top_3rd_ab_item_title{
    top: 79%;
    font-size: 1.6vw;
    font-weight: 600;
}
.con9_con_top_3rd {
    width: 39.5322%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-left: -60.4%;
    height: 34vw;
}


.con07_tab:nth-child(1) {
    margin-left: 0;
}
.con07_tab_wrap {
    border-top: unset;
    border-bottom: unset;
    height: 3.6vw;
    margin-top: 2.4%;
}



.con07_tab {
    width: 8%;
    display: flex
;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #005aff;
    font-size: 1.4vw;
    color: #b68651;
    font-weight: 500;
}


.con07_tab p{
    z-index: 2;
}
.con07_tab {
    border-top: 1px solid #b68651;
    border-bottom: 1px solid #b68651;
}

.con07_tab {
    width: 9%;
    display: flex
;
    justify-content: center;
    align-items: center;
    height: 77%;
    color: #005aff;
    font-size: 1.4vw;
    color: #b68651;
    font-weight: 500;
    margin: 0 1%;
    border-top: 1px solid #b68651;
    border-bottom: 1px solid #b68651;
}


.con07_change{
    color: white;
}
.con07_tab_h{
    width: 0;
}
.con07_change .con07_tab_h{
    width: 100%;
}
.con9_con_top_3rd {
    width: 25.5322%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-left: -48.4%;
    height: 24vw;
    margin-top: 2%;
}
.con9_con_top_3rd_ab_2 {
    height: 13.5vw;
    top: 10%;
    width: 78%;
    border-radius: 50%;
    overflow: hidden;
    background: transparent;
}



.con9_con_top_3rd_ab_item_title {
    top: 76%;
    font-size: 1.6vw;
    font-weight: 600;
    width: 100%;
    text-align: center;
    padding: 2% 0;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
.con9_con_top_3rd {
    width: 25.5322%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-left: -48.4%;
    height: 25vw;
    margin-top: 2%;
    margin-bottom: 10%;
}
.con05_menu_img {
    width: 8.5vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 12%;
    margin-bottom: 9%;
    height: 8.5vw;
    border-radius: 50%;
    overflow: hidden;
    background: transparent;
}

.con07_menu_wrap {
    height: 24.95vw;
    cursor: pointer;
    width: 49.3%;
    right: unset;
    left: 38.6%;
    top: 38.8%;
    padding: 0;
    display: flex
;
    justify-content: flex-start;
    align-items: center;
}

.con05_menu_img {
    width: 9.5vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 12%;
    margin-bottom: 9%;
    height: 6.8vw;
    border-radius: unset;
    overflow: hidden;
    background: transparent;
}
.con05_menu_img img {
    width: 100%;
    scale: 1;
}

.con05_menu_title {
    width: 100%;
    border-top: 1px solid #b68651;
    font-size: 1.3vw;
    text-align: center;
    height: 3vw;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con05_menu_con {
    border: 1px solid #b68651;
}
.con05_menu_img {
    width: 9.5vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    margin-bottom: 7%;
    height: 7.8vw;
    border-radius: unset;
    overflow: hidden;
    background: transparent;
}


.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    display: none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    display: none;
}
.con6 .con21_mid_prev {
    top: unset !important;
    right: 50% !important;
    left: unset !important;
    bottom: 0 !important;
    width: 3vw !important;
    height: 3vw !important;
    margin: 0 !important;
    display: flex
;
    justify-content: center;
    align-items: center;
}




.con6 .con21_mid_prev {
    top: unset !important;
    right: 106% !important;
    left: unset !important;
    bottom: 0 !important;
    width: 3vw !important;
    height: 3vw !important;
    margin: 0 !important;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con6 .con21_mid_next {
    top: unset !important;
    left: 321% !important;
    right: unset !important;
    bottom: 0 !important;
    width: 3vw !important;
    height: 3vw !important;
    margin: 0 !important;
    display: flex
;
    justify-content: center;
    align-items: center;
}

.con9_con_top_3rd {
    width: 36%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-left: -64%;
    height: 31vw;
    margin-top: 2%;
    margin-bottom: 10%;
}

.con9_con_top_3rd_ab_2 {
    height: 18.5vw;
    top: 10%;
    width: 78%;
    border-radius: 50%;
    overflow: hidden;
    background: transparent;
}
.con07_menu_wrap {
    height: 29.95vw;
    cursor: pointer;
    width: 64%;
    right: unset;
    left: 36%;
    top: 33.8%;
    padding: 0;
    display: flex
;
    justify-content: flex-start;
    align-items: center;
}

.con07_menu_wrap {
    height: 30.95vw;
    cursor: pointer;
    width: 64%;
    right: unset;
    left: 36%;
    top: 33.5%;
    padding: 0;
    display: flex
;
    justify-content: flex-start;
    align-items: center;
}
.con05_menu_img {
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    height: 12.8vw;
    border-radius: unset;
    overflow: hidden;
    background: transparent;
}
.con05_menu_title {
    width: 100%;
    border-top: 1px solid black;
    font-size: 1.3vw;
    text-align: center;
    height: 3vw;
    display: flex
;
    justify-content: center;
    align-items: center;
}

.con9_con_top_3rd_ab_2 {
    height: 18.5vw;
    top: 10%;
    width: 78%;
    border-radius: 50%;
    overflow: hidden;
    background: transparent;
    top: 3%;
}

.con9_con_top_3rd_ab_item_title {
    top: 65%;
    font-size: 1.6vw;
    font-weight: 600;
    width: 100%;
    text-align: center;
    padding: 2% 0;
    border-top: unset;
    border-bottom: unset;
}
.con9_con_top_3rd_ab_item_desc{
    top: 77%;
}
.con05_menu_title {
    width: 100%;
    border-top: 1px solid black;
    font-size: 1.3vw;
    text-align: center;
    height: 3vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    background: black;
}
.con05_menu_title{
    color: white;
}
.con07_tab{
    color: black;
}

.con07_tab {
    border-top:unset;
    border-bottom: unset;
}
.con07_tab_h{
    bottom: -5%;
    height: 0.3vw;
    background: #c1272c;
    transition: 0.3s all;
}
.con9_con_top_3rd {
    width: 36%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-left: -64%;
    height: 31vw;
    margin-top: 2%;
    margin-bottom: 0;
}
.con07_menu_wrap {
    top: unset;
    bottom: 0;
}
.con8_top{
    width: 20.0525%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
}
.con8_top_2nd{
    width: 51.5707%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 101%;
    bottom: -24%;
}
.con8_top_3rd_item_ab_2{
    width: 17.3753%;
    display: flex;
    justify-content: center;
    align-items: center;
    ㅣㄷㄹㅅ: ㅅ;
    left: 67%;
}
.con8_top_3rd_item_ab{
    opacity: 0;
    scale: 0.9;
    transition: 0.5s all;
}
.con8_top_3rd_item_ab_2{
    opacity: 0;
    scale: 0.9;
    transition: 0.5s all;
}
.con8_top_3rd_item_on{
    z-index: 2;
}
.con8_top_3rd_item_on > div{
    opacity: 1;
    scale: 1;
}

.con8_top {
    margin-top: 7%;
    margin-bottom: 5%;
}

.con8_2nd{
    background: url(/images/con08_06.png) no-repeat center / cover;

}
.con8_2nd_top{
    width: 21.4698%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
}
.con08_07{
    z-index: 2;
}
.con8_2nd_top_ab{
    width: 47.4328%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    bottom: -4%;
    right: -1%;
}
.con8_2nd_top_2nd{
    color: white;
    text-align: center;
    margin-top: 1.4%;
    margin-bottom: 10%;
}
.con8_2nd {
    background: url(/images/con08_06.png) no-repeat bottom / cover;
}
.con8_vid{
    mix-blend-mode: overlay;
}
.con8_2nd_ab_1{
    width: 11.4436%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 3%;
    top: 9%;
}
.con8_2nd_ab_2{
    width: 7.61155%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
    top: 0%;
    overflow: hidden;
}
.con08_10{
    width: 100%;
    margin-top: -25%;
}
.con8_2nd_ab_3{
    width: 11.4436%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 8%;
    bottom: 6%;
}
.con8_2nd_ab_4{
    width: 11.4436%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
    left: 17%;
}

.con9_top{
    width: 21.6273%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5.5%;
}
.con9_top_2nd{
    width: 27.5591%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
}
.con9_top_3rd{
    width: 23.2021%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 1%;
}
.con9_top_4th{
    width: 50.7612%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-left: -30%;
}
.con9_top_4th_item_2{
    width: 56.9804%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 98%;
    bottom: 26%;
}
.con9_top_4th_item_2_ab{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 84.5%;
}
.con09_04{
    z-index: 2;
}
.con9_top_4th_item_2_ab_ab_2{
    width: 66.7877%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    top: 63%;
}
.con9_top_4th_item_2_ab_ab{
    width: 32.1234%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5%;
}
.con9_top_4th_item_2_ab_2nd{
    width: 75.3176%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    bottom: 80%;
}
.con9_top_4th_item_2_ab_2nd_ab{
    width: 56.6265%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 60%;
    top: 15%;
}
.con9_top_4th_ab_3rd{
    width: 12.4095%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    left: 91.5%;
    z-index: 2;
    top: 37%;
}
.con9_top_4th {
    margin-bottom: 4%;
}
.con9_scrx_2nd{
    background: black;
    padding: 0.9% 0;
}
.con9_scrx_2nd .scrX_item {
    animation: marqueeX 20s infinite linear reverse;
    width: 100%;
}
.con10_top_3rd{
    width: 33.4908%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2
;
    margin-top: 2%;
    margin-left: -9%;
    margin-bottom: 4%;
}

.con10_top_2nd{
    width: 32.4409%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 6%;
}
.con10_top_4th{
    width: 4.72441%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 8%;
    top: 40%;
}
.con10_top_4th_ab{
    white-space: nowrap;
    left: 0;
    overflow: hidden;
    top: 129%;
    font-size: 3vw;
}
.con10_top_4th_ab_2{
    width: 91.1111%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 1000%;
    white-space: nowrap;
}
.con10_top_4th_ab_2_ab_3{
    width: 148.78%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 300%;
}
.con10_top_4th_ab_2_ab {
    white-space: nowrap;
    left: 0;
    top: 129%;
    font-size: 3vw;
    overflow: hidden;
}
.con11_top_2nd_ab{
    overflow: hidden;
    white-space: nowrap;
}
.con10_top_4th_ab_2_ab_2{
    top: 400%;
    left: 0;
    font-size: 0.9vw;
}
.con10_top_3rd_ab{
    width: 23.6677%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 49%;
}

.con10_ab{
    width: 54.6982%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 19%;
    left: 46%;
}
.con10_ab_ab_1{
    width: 8.25336%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 114%;
    left: 37%;
}
.con10_ab_ab_2{
    width: 11.9962%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 114%;
    left: 56%;
}
.con10_ab_ab_3{
    width: 5.47025%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 114%;
    left: 80%;
}
.con10_ab_ab_4{
    width: 19.5777%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 100%;
    left: 0;
    transition: 0.3s all;
}
.con10_ab_ab_4_1{
    left: 31.2%;
}
.con10_ab_ab_4_2{
    left: 52%;
}
.con10_ab_ab_4_3{
    left: 72.5%;
}
.con10_ab_ab_5{
    width: 24.6641%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 39%;
}
.con10_ab_ab_6{
    width: 19.5777%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 7.7%;
}
.con10_line{
    width: 40%;
    border-top: 1px solid black;
    left: 0;
    top: 58%;
}
.con11_top{
    margin-top: 6.5%;
    margin-left: -70%;
}
.con11_top_2nd{
    width: 10.6037%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -69%;
    margin-top: 4%;
}
.con11_top_3rd{
    width: 16.7979%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-left: -63%;
    margin-top: 2%;
}
.con11_top_4th{
    width: 22.4672%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -57.5%;
    overflow: hidden;
    margin-top: 1%;
    margin-bottom: 8%;
}

.con11_ab{
    width: 57.8478%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
}
.con11_top_2nd_ab{
    font-size: 3vw;
    rotate: -15deg;
}


.con2_mid_swiper_1 {
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 38%;
    height: 33.3vw;
    overflow: hidden;
    position: absolute;
    top: 9%;
    left: 60%;
}
.con2_mid_swiper_1_slide_con{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000021;
    border-radius: 200px;
    height: 13vw;
}
.con2_mid_swiper_1_slide_con_top{
    width: 17.6796%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 11%;
}
.con2_mid_swiper_1_slide_con_top_ab_2{
    left: 36%;
}
.con2_mid_swiper_1_slide_con_top_ab{
    opacity: 0;
    transition: 0.3s all;
}
.con2_mid_swiper_1_slide_con_top_ab_2_ab{
    opacity: 0;
    transition: 0.3s all;

}
.con2_mid_swiper_1_slide_con{
    background: transparent;
    transition: 0.6s all;
}
.con2_mid_swiper_1_slide.swiper-slide-next .con2_mid_swiper_1_slide_con{
    background: #00000021;

}
.con2_mid_swiper_1_slide.swiper-slide-next .con2_mid_swiper_1_slide_con_top_ab{
    opacity: 1;
    scale: 1.25;
}
.con2_mid_swiper_1_slide.swiper-slide-next .con2_mid_swiper_1_slide_con_top_ab_2_ab{
    opacity: 1;
}
.con2_mid_swiper_1_slide.swiper-slide-next .con2_mid_swiper_1_slide_con_top_ab_2> img{
    opacity: 0;
}
.con11_line{
    left: 67.5%;
    height: 100%;
    border-left: 1px solid white;
}
.main_scry{
    height: 300%;
    right: 44%;
}
.con12{
    background: url(/images/con12_01.png) no-repeat center / cover;
}
.con12_top{
    width: 12.021%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
    margin-left: -68%;
    overflow: hidden;
}
.con12_top_2nd{
    width: 23.8845%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-left: -56.5%;
    margin-top: 1%;
}
.con12_top_3rd{
    width: 14.9081%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -65.5%;
    margin-top: 0.5%;
    overflow: hidden;
}
.con12_top_4th{
    width: 35.3806%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -45%;
    margin-top: 3%;
    margin-bottom: 7%;
}
.con12_top_4th_ab{
    width: 10.3858%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    bottom: 25%;
    left: 31.5%;
}
.con12_top_4th_ab_2{
    width: 23.4421%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 62%;
    left: 25%;
}
.main_scry_2nd{
    height: 250%;

    right: 44%;
}
.con12_ab{
    height: 100%;
    width: 44.4619%;
    display: flex
;
    justify-content: flex-start;
    right: -2.3%;
    align-items: center;

}
.con12_ab_top{
    width: 32.1133%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24%;
}
.con12_ab_top_2nd{
    width: 33.1759%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
}
.con12_ab_top_3rd{
    width: 40.1417%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    overflow: hidden;
}
.con12_ab_top_4th{
    width: 109.799%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -3%;
    margin-left: -4%;
    z-index: 2;
}
.con12_ab_top_4th_ab{
    width: 16.8817%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: ddm_m 2s infinite;
    left: 17%;
    bottom: 52%;
}
.con12_ab_top_4th_ab_2{
    width: 16.9892%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: ddm_m 2s infinite;
    animation-delay: 1s;
    left: 69%;
    bottom: 66%;
}
.con12_ab_top_4th_ab_3{
    width: 31.3978%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 2%;
    bottom: 99%;
}

.con13_con{
    width: 96%;
    border: 1px solid #c1272c;
    margin: 2% 0;
}
.con13_con_top{
    overflow: hidden;
    margin-top: 5%;
    width: 6.01422%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con13_con_top_2nd{
    width: 43.0837%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 1.4%;
}
.con13_con_top_3rd{
    width: 23.3461%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 1.7%;
}
.main_swiper_13{
    width: 84%;
    margin-top: 3.4%;
    overflow: hidden;
}
.con13_con_top_4th{
    width: 104.975%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -29%;
}
.con13_con_top_4th_ab{
    width: 69.5312%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -23%;
}
.main_slide_13_con_top_ab{
    opacity: 0;
    transition: 0.3s all;
}
.main_slide_13_2nd_con{
    transition: 0.3s all;

}
.main_slide_13.swiper-slide-active .main_slide_13_2nd_con{
    scale: 0.85;
    rotate: -16deg;
    transform: translate(-2%, 16%);
}


.main_slide_13.swiper-slide-next +.main_slide_13 .main_slide_13_2nd_con{
    scale: 0.85;
    rotate: 16deg;
    transform: translate(2%, 14%);
}

.main_slide_13.swiper-slide-next  .main_slide_13_con_top_ab{
    opacity: 1;
}



.con13 .con21_mid_prev {
    top: unset !important;
    right: 68% !important;
    left: unset !important;
    bottom: 39% !important;
    width: 3vw !important;
    height: 3vw !important;
    margin: 0 !important;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con13 .con21_mid_next {
    top: unset !important;
    left: 68% !important;
    right: unset !important;
    bottom: 39% !important;
    width: 3vw !important;
    height: 3vw !important;
    margin: 0 !important;
    margin: 0 !important;
    display: flex
;
    justify-content: center;
    align-items: center;
}

.con13_con_top_4th_ab {
    width: 69.5312%;
    display: flex
;
    justify-content: center;
    align-items: center;
    top: -23%;
    z-index: 2;
}
.con13_con_top_4th {
    width: 104.975%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-bottom: -29%;
    margin-top: -5%;
}
.con13_con_top_4th_ab {
    width: 69.5312%;
    display: flex
;
    justify-content: center;
    align-items: center;
    top: -17%;
    z-index: 2;
    left: 9%;
}
.con14{
    background: url(/images/con16_bg.png) no-repeat center / cover;
}


.con14_top_2nd{
    width: 11.916%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 6%;
    margin-left: -59%;
}
.con14_top_3rd{
    overflow: hidden;
    width: 26.8241%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -45%;
    margin-top: 1.2%;
}
.con14_scrx{
    margin-top: 4%;
}
.con14_top_4th_ab{
    width: 45.7292%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -5%;
    left: 0%;
}
.con14_top_4th_ab_2{
    width: 16.4583%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 53%;
    top: 27%;
}
.con14_top_4th_ab_2_ab{
    width: 69.3038%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    right: 2%;
    top: 135%;
}


.flip_clock01{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-bottom: 2%;
}












.flip{
    border-radius: 19px !important;
    overflow: hidden !important;
    border: 1px solid #166c5d;
}
.flip div{
    box-shadow: unset !important;
}
.flip-clock-wrapper .flip{
    box-shadow: unset !important;
}



.clock1 .flip:nth-of-type(1) .inn{
    color: black !important;

    background: white;
    font-family: SF_HambakSnow;

}
.clock1 .flip:nth-of-type(2) .inn{
    color: black !important;
    font-family: SF_HambakSnow;
    background: white;
}
.clock1 .flip:nth-of-type(3) .inn{
    color: black !important;
    font-family: SF_HambakSnow;
    background: white;
}
.clock1 .flip:nth-of-type(4) .inn{
    color: black !important;
    font-family: SF_HambakSnow;
    background: white;
}
.clock1 .flip:nth-of-type(5) .inn{
    color: #c1272c !important;
    background: black;
    font-family: SF_HambakSnow;
}
.clock1 .flip:nth-of-type(6) .inn{
    color: #c1272c !important;
    background: black;    font-family: SF_HambakSnow;
}

.flip-clock-wrapper ul {
    background: unset;
}

.flip{
    border: 1px solid black;
}


.con15_con{
    width: 100%;
    margin-left: -38%;
}

.con15_top{
    width: 5.77428%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 11%;
}
.con15_top_2nd{
    width: 16.9029%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    overflow: hidden;
}
.con15_top_3rd{
    width: 31.706%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 1%;
}
.con15_top_4th{
    margin-top: 0.5%;
}
.con15_top_6th{
    width: 8.24147%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.4%;
    margin-bottom: 7%;
    margin-left: -7%;
}
.con15_top_6th_ab{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 88%;
}
.con15_scry{
    left: 0;
}
.con15_con {
    width: 100%;
    margin-left: -30%;
}

.con15_top_7th{
    width: 39.1601%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 55%;
}
.con15_top_7th_ab_5{
    width: 24.5308%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 2%;
    left: 43%;
    overflow: hidden;
}
.con15_top_7th_ab_6{
    left: 8%;
    top: 104%;
    font-size: 0.9vw;
}
.con15_top_7th_ab_1{
    width: 35.6568%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 25%;
    left: 65%;
}
.con15_top_7th_ab_2{
    width: 35.6568%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 65%;
    top: 33.5%;
}
.con15_top_7th_ab_3{
    width: 35.6568%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 65%;
    top: 42%;
}
.con15_top_7th_ab_4{
    width: 35.6568%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 65%;
    top: 50.5%;
}
.con16{
    background: black;

}
.con16_top{
    width: 19.6325%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -46%;
    margin-top: 13%;
    margin-bottom: 15%;
}
.con16_bg{
    top: 0;
}






.form {
    margin-top: 2%;
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid white;
    padding-top: 1.7%;
    background: white;
    z-index: 1;
    margin-bottom: 7%;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    padding-bottom: 0%;
    padding-left: 3%;
    padding-top: 1%;
    margin-top: 1%;
    border-bottom: 1px solid black;
}
.form_agree {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 78%;
    margin-top: 5%;
    margin-bottom: 4%;
}
.form_row_label{
    font-family: GmarketSansMedium !important;
    color: black;
    white-space: nowrap;
    font-size: 1.2vw;
}
.form_row_imput{
    width: 70%;
    height: 2.8vw;
    background: transparent;
    border: none;
    font-size: 1.2vw;
    font-family: 'Pretendard-Regular';
    outline: none;
}

.form_agree_span{
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: black;
}
.form_agree_check{
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 0;
    background: #f2f2f2;
    color: transparent;
    border: none;
    appearance: none;
}
.form_agree_check:checked {
    background: #f2f2f2;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;

}
.form_agree_check:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: #bf2121;
    color: unset !important;
}

.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF4206;
    padding: 1.5%;
    width: 48%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    font-family: GmarketSansBold;
    border-radius: 0;
    padding-top: 2.5%;
    padding-bottom: 2%;
    cursor: pointer;
}
.form_row_imput_radio {
    margin-right: 1%;
    width: 1.5vw;
    height: 1.5vw;
    overflow: hidden;
    outline: 0;
    background: #ffffff;
    color: white;
    border: none;
    appearance: none;
    border-radius: 50%;
    margin-right: 20%;
    left: 3%;
    border: 1px solid black;
}
.form_row_imput_radio:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: #bf2121;
    color: unset !important;
}
.form_row > span {
    font-size: 1.3vw;
    margin-right: -18%;
    color: black;
    font-family: GmarketSansMedium !important;
}
.form_agree_span{
    font-family: GmarketSansMedium !important;

}
.form_row_imput_radio_1{
    margin-right: -6%;
}
.form_row_imput_text{
    padding-left: 3%;
    box-sizing: border-box;
}
.form_row_radio{
    padding-top: 2%;
    padding-bottom: 2%;
}

.form_row_imput_radio{
    display: flex;
    justify-content: center;
    align-items: center;
}.form_row_imput_radio:checked::after {
     content: "";
     width: 1vw;
     height: 1vw;
     position: absolute;
     background: #bf2121;
     color: unset !important;
     border-radius: 50%;
 }
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bf2121;
    padding: 1.5%;
    width: 48%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 2.5%;
    padding-bottom: 2%;
    cursor: pointer;
}
.form {
    margin-top: 2%;
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 20%;
}
.form_row_label {
    font-family: Pretendard-regular;
    color: white;
    white-space: nowrap;
    font-size: 1.2vw;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    padding-bottom: 0%;
    padding-left: 3%;
    padding-top: 1%;
    margin-top: 1%;
    border-bottom: 1px solid white;
}
.form_row > span {
    font-size: 1.3vw;
    margin-right: -18%;
    color: white;
}
.form_agree_span {
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: white;
}
.form_agree_check:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    background: #bf2121;
    color: unset !important;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bf2121;
    padding: 1.5%;
    width: 75%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 2.5%;
    padding-bottom: 2%;
    cursor: pointer;
}
.form {
    margin-top: 2%;
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 3%;
    top: 15%;
}
.form_row_radio {
    padding-top: 2%;
    padding-bottom: 2%;
}

.form_agree {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 78%;
    margin-top: 5%;
    margin-bottom: 4%;
}

.form_row_label {
    font-family: Pretendard-regular;
    color: white;
    white-space: nowrap;
    font-size: 1.2vw;
    width: 22% !important;
}

.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    padding: 1.5%;
    width: 33%;
    color: white;
    position: relative !important;
    margin-bottom: 17%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 0.5%;
    padding-bottom: 2%;
    cursor: pointer;
}

.form {
    margin-top: 2%;
    width: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 7%;
    top: 13%;
}
.form_row {
    border-bottom: unset;
}
.con20_08 {
    bottom: -34%;
    left: -2%;
    width: 113%;
}


.form_row_imput_radio {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fe0908;
    background: transparent;
}
.form_row_imput_radio:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: #fe0908;
    color: unset !important;
    border-radius: 50%;
}
.form_agree_check {
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 0;
    background: #f2f2f2;
    color: transparent;
    border: none;
    appearance: none;
    border: 1px solid #fe0908;
    background: transparent;
}
.form_agree_check:checked {
    background: transparent;
    border: 1px solid #fe0908;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form_agree_check:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    background: #fe0908;
    color: unset !important;
}


.form_row {
    border-bottom: 1px solid white !important;
}

.form_row_imput_radio {
    border: 1px solid #a84e1d;
    background: transparent;
}
.form_row_imput_radio:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: #a84e1d;
    color: unset !important;
    border-radius: 50%;
}

.form_agree_check {
    border: 1px solid #a84e1d;
}


.form {
    margin-top: 2%;
    width: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 6%;
    top: 28%;
}

.form_agree_check:checked {
    border: 1px solid #a84e1d;
}

.form_row > span {
    font-family: Pretendard-regular !important;
}
.form {
    margin-top: 2%;
    width: 35%;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: white;
    z-index: 1;
    margin-bottom: 7%;
    right: 13%;
    top: 7%;
}
.form_row_label {
    font-family: Pretendard-regular;
    color: black;
    white-space: nowrap;
    font-size: 1.2vw;
    width: 22% !important;
}

.form_row_imput_radio {
    border: 1px solid black;
    background: transparent;
}
.form_row_imput_radio:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: #a8231c;
    color: unset !important;
    border-radius: 50%;
}


.form_row {
    border-bottom: 1px solid black !important;
}
.form_agree {
    display: flex
;
    justify-content: flex-end;
    align-items: center;
    width: 78%;
    margin-top: 5%;
    margin-bottom: 4%;
}

.form_agree_span {
    font-size: 1vw;
    font-family: Pretendard-regular;
    color: black;
}
.form_agree_check {
    border: 1px solid #a8231c;
}
.form_agree_check:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    background: #a8231c;
    color: unset !important;
}
.form_submit {
    display: flex
;
    justify-content: center;
    align-items: center;
    background: #a8231c;
    padding: 1.5%;
    width: 76%;
    color: white;
    position: relative !important;
    margin-bottom: 17%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 0.5%;
    padding-bottom: 2%;
    cursor: pointer;
    text-align: center;
}
.form_agree_check:checked {
    border: 1px solid #a8231c;
}
.form_submit {
    display: flex
;
    justify-content: center;
    align-items: center;
    background: #a8231c;
    padding: 1.5%;
    width: 76%;
    color: white;
    position: relative !important;
    margin-bottom: 3%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 1.5%;
    padding-bottom: 2%;
    cursor: pointer;
    text-align: center;
}
.form_row > span {
    font-size: 1.3vw;
    margin-right: -18%;
    color: black;
}

.form_row_radio {
    padding-top: 2%;
    padding-bottom: 2%;
    justify-content: flex-start;
}
.form_row_imput_radio_1 {
    margin-right: 0;
}
.form_row > span {
    font-size: 1.1vw;
    margin-right: 0;
    color: black;
    white-space: nowrap;
}
.form_row > span {
    margin-right: 3% !important;
    margin-left: 3%;
}
.form_row_imput_radio {
    margin-right: 0;
}



.form_row > span {
    margin-right: 5% !important;
    margin-left: 12%;
    font-family: GmarketSansMedium !important;
}
.form_submit{
    font-family: GmarketSansMedium !important;

}
.form_submit {
    display: flex
;
    justify-content: center;
    align-items: center;
    background: #a8231c;
    padding: 1.5%;
    width: 76%;
    color: white;
    position: relative !important;
    margin-bottom: 10%;
    font-size: 1.2vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 3.5%;
    padding-bottom: 3%;
    cursor: pointer;
    text-align: center;
}
.required::after{
    content: '*';
}
.required{
    background: unset !important;
}
.form_agree {
    display: flex
;
    justify-content: flex-start;
    align-items: center;
    width: 78%;
    margin-top: 5%;
    margin-bottom: 4%;
}.required::after {
     content: '*';
     color: #a8231c;
     position: absolute;
     left: -1%;
     font-size: 1.5vw;
 }
.form_agree_check {
    border: 1px solid #a8231c;
}
.con3_top_3rd{
    text-align: center;
    margin-top: 1%;
}
.con05_menu_con {
    border: unset;
    background: black;
}
.con16_scry{
    height: 300%;
    z-index: 1;
    left: 45%;
}
.con1{
    background: black;
}
.con1_item_top{
    overflow: hidden;
}
.con04_01{
    animation: ddm_m 2s infinite;
}
.con04_01_2nd{
    animation: ddm_m 2s infinite;
}
.con04_02{
    animation: ddm_m 2s infinite reverse;
}
.con04_02_2nd{
    animation: ddm_m 2s infinite reverse;
}
.con12_ab_top_4th {
    margin-bottom: -29%;
}
.con15_top_7th_ab_item{
    overflow: hidden;
}
.con8_top_3rd_item_ab_2_3{
    transform: translateY(-30%);
}








.con6_mid_swiper_1_slide_p_con_3rd{
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(1){
    color: white;
    font-size: 0.9vw;
}
.con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(2){
    color: white !important;
    font-size: 0.9vw;
    background: unset !important;
    border-radius: unset !important;
    font-family: Pretendard-bold;
    padding: 0 3%;
    margin-left: 2%;
}


.con3_mid_3rd{
    background: url(/images/con03_24.png) no-repeat center / cover;

}
.con3_mid_3rd{
    padding: 0.7% 0;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    margin-top: 8%;
}


.con3_mid_3rd {
    padding: 0.7% 0;
    border-top: unset;
    border-bottom: unset;
    margin-top: 0;
    background: #c1272c;
    z-index: 2;
}
.con6_mid_swiper_1_slide_p_con_3rd::after{
    content: '·';
    color: white;
    font-size: 1.7vw;
    position: absolute;
    right: 0;
    
}
.form{
    margin-top: 4%;
}
.con05_menu_div.absol{
    position: absolute !important;
}
.con05_menu_img{
    height: 12.4vw;
}

.con05_menu_img {
    justify-content: flex-start !important;
    align-items: flex-start!important;
}
.con3_con_ab_2nd{
    z-index: 4
}
.con3_con_3rd{
    z-index: 4
    
}

.con9_top_4th_item_2 {
    left: 92%;
}
.con9_top_4th_ab_3rd {
    left: 85.5%;
}
.con9_top_4th{
    margin-left: -26%;
}
.con10_15{
    animation: blk 1s infinite;
}
.con11_top_2nd_ab p{
    
}
.con1_item_1_ab_2 .main_top_3rd_ab {
    width: 85.206%;
    display: flex
;
    justify-content: center;
    align-items: center;
    animation: smoke 2s infinite;
    bottom: 24%;
}
.con3_con_ab_4 .bold{
    font-weight: 500;
}
.con9_con_top_3rd_ab_2_ab_2 {
    border: 2px solid black;
}
.con9_con_top_3rd {
    border: 2px solid black;
    box-sizing: border-box;
}
.con12_ab_top_4th_ab {
    scale:0.85;
}
.con12_ab_top_4th_ab_2{
    scale:0.85;
}
.con12_top_4th_ab{
    border-radius: 200px;
}

.con12_bg{
        width: 100%;
    top: 12%;
    background: #000000a3;
    border-radius: 50% 50% 0 0;
    height: 36vw;
}
.con12_ab{
    overflow: hidden
}
.con11_top_2nd_ab_2{
    
}
.con11_top_2nd_ab_2{
        width: 98%;
    height: 98%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.con11_top_2nd_ab_1{
    z-index: 2;
}
.con11_top_2nd_ab{
    z-index: 2;
    animation: unset;
}
.con11_top_2nd {
    width: 10.6037%;
    display: flex
;
    justify-content: flex-end;
}
.con11_top_2nd_ab_2 {
    width: 50%;
    height: 98%;
    display: flex
;
    justify-content: flex-end;
    align-items: flex-start;
    overflow: hidden;
    border-radius: 0 50% 50% 0;
}
.con11_top_2nd_ab_2_ab{
    animation: ddmrotate 3s infinite

}
.con11_top_2nd_ab_2_ab {
    width: 200%;
    height: 100%;
    display: flex
;
    justify-content: flex-end;
    align-items: flex-start;
}
.con11_top_2nd_ab_2_ab_ab{
        width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

     .con11_top_2nd_ab {
        left: 17%;
    }

@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {
    .main_top {
        width: 87.5984%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-top: 33%;
    }
    .main_top_2nd {
        width: 13.92651%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 16%;
        margin-left: 57%;
    }
    .main_top_2nd_ct {
        font-size: 26vw;
        right: 107%;
        top: -85%;
        letter-spacing: -0.5vw;
    }
    .main_top_2nd {
        width: 13.92651%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 13%;
        margin-left: 63%;
    }
    .main_top_3rd {
        width: 103.0787%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        margin-top: 11%;
    }
    .main_top {
        width: 87.5984%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-top: 45%;
    }
    .main_top_2nd {
        width: 13.92651%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 14%;
        margin-left: 63%;
    }
    .main_ab {
        width: 24.9659%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 3%;
        bottom: 8%;
    }
    .main_ab_2 {
        width: 40.2126%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 75%;
        bottom: 11%;
    }
    .main .main_scrx {
        background: url(/images/main_07.png) no-repeat center / cover;
        padding: 3.4% 0;
        width: 350%;
        bottom: 0;
    }
    .main_top {
        width: 87.5984%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-top: 45%;
    }
    .main_top_3rd {
        width: 137.0787%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 2;
        margin-top: 14%;
    }
    .main_top {
        width: 87.5984%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-top: 51%;
    }
    .main_scrx {
        background: url(/images/main_07.png) no-repeat center / cover;
        padding: 3.4% 0;
        width: 350%;
        bottom: unset !important;
        top: 13%;
    }
    .con1{
        flex-wrap: wrap;
    }
    .con1_item{
        width: 50% !important;
        overflow: hidden;
    }
    .con1_item_top {
        top: 21%;
        scale: 3;
    }
    .con1_item>img:nth-child(1){
        width: 150% !important;
    }
    .con01_13{
        width: 150% !important;

    }
    .con1_item_1_ab_2 {
        width: 120.2814%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 37%;
    }
    .con1_item_1_ab_3 {
        width: 170%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 0;
    }
    .con1_item_1_ab_2 {
        width: 120.2814%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 47%;
    }
    .con1_item_2_ab {
        width: 38.3136%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 54%;
        left: 14%;
    }
    .con1_item_2_ab_ct {
        top: 67%;
        font-size: 7vw;
        left: 6%;
    }
    .con1_item_2_ab {
        width: 38.3136%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 57%;
        left: 8%;
    }
    .con1_item_2_ab_ct_ab_2 {
        font-size: 2.9vw;
        right: -9%;
    }
    .con1_item_3_ab {
        width: 126.0526%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 10%;
    }
    .con1_item_4_ab_2{
        width: 40.0765%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con1_item_4_ab {
        width: 72.6303%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 46%;
    }
    .con1_item_2_ab {
        width: 38.3136%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 57%;
        left: unset;
    }
    .con2_top {
        text-align: center;
        margin-top: 16%;
        color: #ffffff9c;
    }
    .con2_top_2nd {
        width: 45.1837%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
    }
    .con2_top_3rd {
        width: 61.6247%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-top: 4%;
    }
    .con2_top_4th {
        width: 90.126%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 6.4%;
        margin-bottom: 80%;
    }
    .con2_item_1{
           left: 0%;
        height: 89%;
        width: 50%;
        } 
    .con2_item_2{
        left: 50%;
        height: 79%;
        width: 50%;
        
    }
    .con2_item_3 {
        left: 0%;
        height: 89%;
        width: 50%;
    }
    .con2_item_4 {
        left: 50%;
        height: 79%;
        width: 50%;
    }
    .con2_item .hambak {
        font-size: 7.7vw;
        letter-spacing: -0.1vw;
        bottom: 0%;
        transform: translateY(-100%);
    }
    .con2_item_4 {
        left: 50%;
        height: 73%;
        width: 50%;
    }
    .con2_item_3 {
        left: 0%;
        height: 83%;
        width: 50%;
    }

    .con2_item_1_ab_2nd {
        width: 21.2941%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 0;
        transform: translateY(50%);
    }
    .con3_top_2nd {
        width: 68.7113%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }
    .con3_top_3rd{
        text-align: center;
        margin-top: 4%;
    }
    .con3_top_4th {
        width: 105.0262%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 62%;
        margin-bottom: -5%;
    }
    .con3_top_4th {
        width: 105.0262%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 88%;
        margin-bottom: -5%;
    }
    .con3_con_ab_2nd {
        width: 100%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 27%;
        left: 0;
        z-index: 2;
    }

    .con3_top_4th {
        width: 105.0262%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 81%;
        margin-bottom: -5%;
        z-index: 2;
    }
    .con3_con_ab {
        bottom: 100%;
        width: 100% !important;
    }
    .con03_04{
        width: 100%;
        opacity: 0;
    }
    .con3_con_3rd {
        width: 17.7428%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 5%;
        top: 18%;
        z-index: 5;
    }
    .con3_con_3rd_ab {
        width: 267.846%;
        display: flex
    ;
        justify-content: flex-start;
        align-items: flex-start;
        overflow: hidden;
        left: -440%;
        top: 54%;
        z-index: 17;
    }
    .con03_05{
        min-width: 47.4252vw !important;
    }
    .con4_top {
        margin-top: 15%;
        align-items: flex-start;
        width: 410%;
    }
    .con4_top_2nd {
        width: 60.5302%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 4.5%;
    }
    .con4_top_3rd {
        width: 60.9423%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3.5%;
    }
    .con4_top_4th {
        width: 105.0262%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 8%;
        margin-bottom: 31%;
    }

    .main_slide_2_con_top_ab {
        top: 21%;
        font-size: 4.5vw;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .main_slide_2_con_top_ab_3rd {
        top: 5%;
    }
    .main_slide_2_con_top_ab_2nd {
        font-size: 6.4vw;
        top: 60%;
    }
    .con4_top_4th {
        width: 105.0262%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 8%;
        margin-bottom: 17%;
    }

    .main_swiper_2 .swiper-wrapper {
        transition-timing-function: linear !important;
    }
    .con5_vid {
        left: unset;
        border-radius: 20px;
        overflow: hidden;
        width: 87%;
        top: 10%;
        position: relative !important;
        height: 49vw;
        margin-top: 15%;
    }

    .con5_top {
        width: 28.18898%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 11%;
        margin-right: 0;
    }
    .con5_top_2nd {
        width: 36.6955%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-right: -35%;
        margin-top: 15.3%;
    }

    .con5_top_3rd {
        width: 87.4199%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-right: 16%;
        margin-top: -26%;
    }
    .con5_top_2nd {
        width: 36.6955%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-right: -30%;
        margin-top: 5.3%;
    }
    .con5_top_4th {
        width: 72.4042%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-right: 0;
        margin-top: 7%;
    }

    .con5_top_2nd {
        width: 36.6955%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-right: -35%;
        margin-top: 6.3%;
    }
    .con5_top_5th {
        width: 77%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 3.8%;
    }

    .con5_top_3rd {
        width: 87.4199%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-right: 19%;
        margin-top: -25%;
    }
    .con5_top_6th {
        width: 56%;
        margin-top: 4%;
        text-align: center;
    }

    .con5_top_7th {
        background: url(/images/con05_09.png) no-repeat center / cover;
        width: 92%;
        height: 59vw;
        border-radius: 20px;
        margin-top: 7%;
        z-index: 2;
    }
    .con5_top_7th_ab_3 {
        width: 61.5047%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 19%;
    }
    .con5_top_8th {
        width: 93.7585%;
        display: flex
    ;
        justify-content: center;
        z-index: 2;
        align-items: center;
        margin-top: -16%;
    }
    .con5_top_7th_ab {
        width: 36.3701%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: -1%;
        top: -20%;
    }
    .con5_scrx {
        width: 400%;
        bottom: 51.5%;
    }

    .con6_top {
        height: 76vw;
        width: 65%;
        border: 0.3vw solid white;
        border-top: unset;
        border-radius: 0 0 250px 250px;
        display: flex
    ;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
    }

    .con6_top_con {
        height: 74.2vw;
        width: 94%;
        border: 0.2vw solid white;
        border-top: unset;
        border-radius: 0 0 250px 250px;
    }
    .con6_vid {
        filter: brightness(0.4);
        width: 200%;
        top: 0;
    }

    .con6_top_2nd {
        width: 58.105%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 10%;
    }
    .con6_top_3rd {
        margin-top: 4%;
        flex-direction: column;
    }
    .con6_top_3rd_1 {
        width: 100%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con6_top_3rd_2 {
        width: 100%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con6_top_3rd {
        margin-top: 4%;
        flex-direction: column;
        flex-direction: column-reverse;
    }
    .con6_top_3rd_1 {
        width: 100%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 2;
    }
    .con6_top_2nd {
        width: 58.105%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10%;
        margin-bottom: 8%;
    }
    .con7_top {
        width: 68.5144%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-top: 15.4%;
    }
    .con07_01{
        min-width: 68.5144vw !important;
    }
    .con5_vid {
        left: unset;
        border-radius: 20px;
        overflow: hidden;
        width: 87%;
        top: 10%;
        position: relative !important;
        height: 49vw;
        margin-top: 25%;
    }



    .con07_tab_wrap {
        border-top: unset;
        border-bottom: unset;
        height: 7.6vw;
        margin-top: 4.4%;
    }
    .con07_tab {
        width: 19%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        height: 102%;
        font-size: 3.4vw;
        font-weight: 500;
        margin: 0 1%;
    }

    .con9_con_top_3rd {
        width: 83%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        height: 55vw;
        margin-top: 3%;
        margin-bottom: 10%;
    }
    .con9_con_top_3rd_ab_2 {
        height: 36.5vw;
        top: 5%;
        width: 78%;
        border-radius: 50%;
        overflow: hidden;
        background: transparent;
    }
    .con9_con_top_3rd_ab_item_title {
        top: 75%;
        font-size: 3.6vw;
        font-weight: 600;
        width: 100%;
        text-align: center;
        padding: 2% 0;
    }

    .con07_menu_wrap {
        height: 79.95vw;
        cursor: pointer;
        width: 84%;
        right: unset;
        left: unset;
        top: unset;
        padding: 0;
        display: flex
    ;
        justify-content: flex-start;
        align-items: center;
        position: relative;
    }
    .con9_con_top_3rd {
        width: 83%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        height: 55vw;
        margin-top: 3%;
        margin-bottom: 1%;
    }
    .con05_menu_img {
        width: 29.5vw;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-bottom: 7%;
        height: 26.8vw;
        border-radius: unset;
        overflow: hidden;
        background: transparent;
    }

    .con05_menu_title {
        width: 100%;
        font-size: 3.3vw;
        text-align: center;
        height: 7vw;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con07_menu_wrap {
        margin-bottom: 6%;
    }
    .con07_change {
    }
    .con07_tab {
        width: 25%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        height: 102%;
        font-size: 3.4vw;
        font-weight: 500;
        margin: 0 1%;
    }
    .con07_tab_h {
        bottom: -5%;
        height: 0.8vw;
        background: #c1272c;
        transition: 0.3s all;
    }
    .con9_con_top_3rd {
        width: 83%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        height: 66vw;
        margin-top: 3%;
        margin-bottom: 1%;
    }    .con9_con_top_3rd_ab_item_title {
             top: 63%;
             font-size: 3.6vw;
             font-weight: 600;
             width: 100%;
             text-align: center;
             padding: 2% 0;
         }

    .con9_con_top_3rd_ab_item_desc {
        top: 75%;
    }
    .con05_menu_con {
        border: unset;
        background: black;
    }

    .con05_menu_img {
        width: 100%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0;
        margin-bottom: 0;
        height: 32.8vw;
        border-radius: unset;
        overflow: hidden;
        background: transparent;
    }
    .con7 .con21_mid_prev {
        top: unset !important;
        right: 50% !important;
        left: unset !important;
        bottom: -166% !important;
        width: 10vw !important;
        height: 10vw !important;
        margin: 0 !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }



    .con7 .con21_mid_next{
        top: unset !important;
        left: 50% !important;
        right: unset !important;
        bottom: -166% !important;
        width: 10vw !important;
        height: 10vw !important;
        margin: 0 !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con9_con_top_3rd_ab {
        width: 89.7547%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        height: 92%;
    }
    .con07_menu_wrap {
        margin-bottom: 17%;
    }
    .con9_con_top_3rd_ab {
        width: 89.7547%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        height: 88%;
    }

    .con8_top {
        width: 51.0525%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-bottom: 5%;
        margin-left: -18%;
    }
    .con8_top_3rd{
        width: 306%;
    }.con8_2nd_top {
         width: 67.4698%;
         display: flex
     ;
         justify-content: center;
         align-items: center;
         margin-top: 17%;
         margin-bottom: 6%;
     }

    .con8_2nd_top_2nd {
        color: white;
        text-align: center;
        margin-top: 2.4%;
        margin-bottom: 15%;
    }
    .con8_2nd {
        background: url(/images/con08_06.png) no-repeat bottom / 234%;
    }
    .con8_vid {
        mix-blend-mode: overlay;
        width: 200%;
    }
    .con8_2nd_ab_1 {
        width: 18.4436%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 3%;
        top: 9%;
    }

    .con8_2nd_ab_2 {
        width: 14.61155%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 0%;
        top: 0%;
        overflow: hidden;
    }
    .con8_2nd_ab_3 {
        width: 21.4436%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 5%;
        bottom: 6%;
    }


    .con8_2nd_ab_4 {
        width: 21.4436%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 0%;
        left: 13%;
    }
    .con9_top {
        width: 61.6273%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15.5%;
    }.con9_top_2nd {
         width: 74.5591%;
         display: flex
     ;
         justify-content: center;
         align-items: center;
         margin-top: 4%;
     }
    .con9_top_3rd {
        width: 59.2021%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-top: 3%;
    }
    .con09_03{
        min-width: 59.2021vw !important;
    }

    .con9_top_4th {
        width: 45.7612%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        margin-left: -46%;
    }
    .con09_11_con{
        left: 100%;
        width: 100%;
        top: 0;
    }
    .con9_top_4th {
        margin-bottom: 4%;
        flex-direction: column;
    }.con9_top_4th_item_2 {
         width: 175.9804%;
         display: flex
     ;
         justify-content: center;
         align-items: center;
         left: 50%;
         bottom: 26%;
         position: relative !important;
         margin-bottom: 91%;
     }
     .con09_05{
         width: 100%;
         opacity: 0;
     }

    .con9_top_4th_item_2_ab_2nd {
        width: 53.3176%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 2;
        bottom: 80%;
    }

    .con9_top_4th_item_2_ab_2nd_ab {
        width: 59.6265%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 57%;
        top: 15%;
    }
    .con9_top_4th_ab_3rd {
        width: 50.4095%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 72.5%;
        z-index: 2;
        top: 38%;
    }
    .con9_top_4th_item_2_ab_2nd_ab {
        width: 59.6265%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 94%;
        top: 15%;
    }
    .con9_scrx{
        width: 200%;
    }
    .con9_scrx_2nd {
        background: black;
        padding: 2.9% 0;
        width: 350%;
    }
    .con10_top_2nd {
        width: 79.4409%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-top: 15%;
    }
    .con10_top_3rd {
        width: 92.4908%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        margin-left: 0;
        margin-bottom: 4%;
    }
    .con10_top_4th {
        width: 19.72441%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: unset;
        top: 40%;
        position: relative !important;
        margin-bottom: 26%;
    }
    .con10_top_4th_ab {
        white-space: nowrap;
        left: unset;
        top: 135%;
        font-size: 10vw;
    }
    .con10_top_4th_ab_2 {
        width: 91.1111%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 700%;
        white-space: nowrap;
    }
    .con10_top_4th_ab_2_ab {
        white-space: nowrap;
        left: unset;
        top: 129%;
        font-size: 10vw;
    }
    .con10_ab{
        position: relative !important;
    }


    .con10_top_4th {
        width: 19.72441%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: unset;
        top: 40%;
        position: relative !important;
        margin-bottom: 66%;
    }
    .con10_top_4th_ab_2 {
        width: 91.1111%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: unset;
        white-space: nowrap;
        left: 277%;
    }
    .con10_top_4th {
        width: 16.72441%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: unset;
        top: 40%;
        position: relative !important;
        margin-left: -45%;
        margin-top: 4%;
    }
    .con10_top_4th_ab {
        white-space: nowrap;
        left: unset;
        top: 135%;
        font-size: 8.5vw;
    }
    .con10_top_4th_ab_2_ab {
        white-space: nowrap;
        left: unset;
        top: 129%;
        font-size: 8.5vw;
    }
    .con10_top_4th_ab_2_ab_2 {
        top: 335%;
        left: -69%;
        font-size: 2.9vw;
    }
    .con10_ab {
        width: 149.6982%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 19%;
        left: -17%;
        margin-top: 5%;
    }
    .con10_line {
        width: 100%;
        border-top: 1px solid black;
        left: 0;
        top: 72%;
    }


    .con2_mid_swiper_1 {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 75.3vw;
        overflow: hidden;
        position: absolute;
        top: 9%;
        left: 0;
    }
    .con11_ab {
        width: 100%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 0;
        top: 0;
    }
    .con11_top {
        margin-top: 28.5%;
        margin-left: 0;
        text-align: left;
        width: 73%;
    }
    .con11_top_2nd {
        width: 40.6037%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 42%;
        margin-top: -28%;
    }

    .con11_top_2nd_ab {
        font-size: 10vw;
        rotate: -15deg;
    }
    .con11_top_3rd {
        width: 52.7979%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 7%;
    }

    .con11_top_4th {
        width: 75.4672%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 6%;
        margin-bottom: 15%;
    }


    .con11_ab {
        width: 127%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 0;
        새ㅔ: ㅔ;
        top: 0;
    }
    .con11{
        padding-bottom: 115%;
    }


    .con2_mid_swiper_1 {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 94.3vw;
        overflow: hidden;
        position: absolute;
        top: unset;
        left: 0;
        bottom: 5%;
    }
    .con2_mid_swiper_1_slide_con {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        border-radius: 200px;
        height: 36vw;
    }

    .con2_mid_swiper_1_slide_con_top_ab_2 {
        left: 36%;
        scale: 3;
        transform-origin: left;
    }
    .con2_mid_swiper_1 {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        width: 93%;
        height: 94.3vw;
        overflow: hidden;
        position: absolute;
        top: unset;
        left: 3%;
        bottom: 5%;
    }

    .con11_line {
        left: 21.5%;
        height: 100%;
        border-left: 1px solid white;
        bottom: 0;
    }

    .main_scry {
        height: 200%;
        right: 44%;
        overflow: hidden;
        display: none;
    }

    .con12_ab{
        position: relative !important;
        width: 100%;
    }


    .con12_top {
        width: 42.021%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0;
    }
    .con12_top_2nd {
        width: 67.8845%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 3%;
    }
    .con12_top_3rd {
        width: 45.9081%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 2.5%;
    }
    .con12_top_4th {
        width: 100.3806%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 7%;
        margin-bottom: 7%;
    }

    .con12_top_4th_ab_2 {
        width: 31.4421%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 61%;
        left: 21%;
    }
    .main_scry_2nd {
        display: none;
    }
    .con12_ab {
        position: relative !important;
        width: 100%;
        right: unset;
    }
    .con12_ab_top {
        width: 49.1133%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 29%;
    }
    .con12_ab_top_2nd {
        width: 54.1759%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
    }
    .con12_ab_top_3rd {
        width: 55.1417%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        z-index: 2
    ;
    }
    .con12_ab_bg{
        width: 124%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con12_ab_top_4th {
        width: 109.799%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: -3%;
        margin-left: -4%;
        z-index: 2;
        margin-bottom: -23%;


    }

    .con12_ab_top_2nd {
        width: 54.1759%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        z-index: 5;
    }
    .con12_ab_top_3rd {
        width: 55.1417%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        z-index: 6;
    }


    .con13_con_top {
        overflow: hidden;
        margin-top: 15%;
        width: 18.01422%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }
    .con13_con_top_2nd {
        width: 90.0837%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-top: 3.4%;
    }

    .con13_con_top_3rd {
        width: 69.3461%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 4.7%;
    }
    .main_swiper_13 {
        width: 224%;
        margin-top: 9.4%;
        overflow: hidden;
    }
    .con13 .con21_mid_prev{
        top: unset !important;
        right: 68% !important;
        left: unset !important;
        bottom: 39% !important;
        width: 8vw !important;
        height: 8vw !important;
        margin: 0 !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con13 .con21_mid_next{
        left: 68% !important;
        right: unset !important;
        bottom: 39% !important;
        width: 8vw !important;
        height: 8vw !important;
        margin: 0 !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con13_con_top_4th{
        width: 133.975%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: -34%;
        margin-top: -10%;
    }

    .con13_con_top_4th_ab {
        width: 84.5312%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: -30%;
        z-index: 2;
        left: 6%;
    }

    .con14_top{
        width: 200.682%;
        display: flex;
        justify-content: center;
        align-items: center;
    }.con14_top_2nd {
         width: 35.916%;
         display: flex
     ;
         justify-content: center;
         align-items: center;
         margin-top: 10%;
         margin-left: 0;
     }
    .con14_top_3rd {
        width: 76.8241%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 4.2%;
        margin-bottom: 6%;
    }
    .con14_scrx {
        margin-top: 4%;
        width: 300%;
    }
    .con16_05{
        width: 300% !important;
    }


    .con14_top_4th_ab_2 {
        width: 46.4583%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 49%;
        top: 27%;
    }

    .con14_top_4th_ab {
        width: 67.7292%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 0%;
        left: 0%;
    }

    .con14_top_4th{
        width: 100.787%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .con16_05{
        width: 700%;
    }
    .con14_top_4th_ab_2 {
        width: 46.4583%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: unset;
        top: 19%;
    }
    .con14_top_4th_ab_2 {
        width: 60.4583%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: unset;
        top: 19%;
    }
    .con14_top_4th_ab_2_ab {
        width: 69.3038%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: unset;
        top: 135%;
    }
    .con16_05 {
        width: 700% !important;
    }


    .con15_scry {
        left: 0;
        display: none;
    }

    .con15_con {
        width: 100%;
        margin-left: 0;
    }.con15_top {
         width: 15.77428%;
         display: flex
     ;
         justify-content: center;
         align-items: center;
         overflow: hidden;
         margin-top: 15%;
     }
    .con15_top_2nd {
        width: 44.9029%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
    }
    .con15_top_3rd {
        width: 88.706%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
    }

    .flip_clock01 {
        width: 100%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-bottom: 4%;
    }
    .clock_wrap {
        width: 92%;
    }


    .con15_top_6th {
        width: 28.241471%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 4.4%;
        margin-bottom: 9%;
        margin-left: -24%;
    }.con15_top_7th {
         width: 100%;
         display: flex
     ;
         justify-content: center;
         align-items: center;
         left: unset;
         position: relative;
     }
    .con15_top_7th {
        width: 80%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: unset;
        position: relative;
    }
    .con15_top_7th {
        width: 85%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: unset;
        position: relative;
        margin-bottom: 20%;
    }
    .con17_10{
        max-width: 100%;
        min-width: unset !important;
    }
    .con15_top_7th_ab_6 {
        left: 1%;
        top: 102%;
        font-size: 2.9vw;
    }
    .con15_top_7th {
        width: 85%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: unset;
        position: relative;
        margin-bottom: 26%;
    }











    .form {
        margin-top: 2%;
        width: 92%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 1.7%;
        z-index: 1;
        margin-bottom: 7%;
        right: unset;
        top: 28%;
        position: relative !important;
    }
    .form_row_label {
        font-family: Pretendard-regular;
        white-space: nowrap;
        font-size: 3.2vw;
        width: 22% !important;
    }.form_row_imput {
         width: 70%;
         height: 7.8vw;
         border: none;
         font-size: 3.2vw;
         font-family: 'Pretendard-Regular';
         outline: none;
     }
    .form_agree_span {
        font-size: 2.8vw;
        font-family: Pretendard-regular !important;
    }
    .form_agree_check {
        margin-right: 2%;
        width: 2.5vw;
        height: 2.5vw;
        overflow: hidden;
        outline: 0;
        border: none;
        appearance: none;
    }
    .form_submit {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1.5%;
        width: 41%;
        position: relative !important;
        margin-bottom: 17%;
        font-size: 1.6vw;
        font-family: pretendard-bold;
        border-radius: 0;
        padding-top: 0.5%;
        padding-bottom: 2%;
        cursor: pointer;
    }
    .form_row_imput_text {
        padding-left: 3%;
        box-sizing: border-box;
    }
    .form_agree_check {
        margin-right: 2%;
        width: 2.5vw;
        height: 2.5vw;
        overflow: hidden;
        outline: 0;
        border: none;
        appearance: none;
    }
    .form_row_imput_radio {
    }

    .form_row_imput_radio {
        margin-right: 1%;
        width: 3vw;
        height: 3vw;
        overflow: hidden;
        outline: 0;
        border-radius: 50%;
        margin-right: 20%;
        left: 3%;
    }
    .form_row > span {
        font-size: 3.3vw;
        margin-right: -35%;
        font-family: pretendard-regular !important;
    }

    .form {
        margin-top: 2%;
        width: 92%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 1.7%;
        z-index: 1;
        margin-bottom: -4%;
        right: unset;
        top: 28%;
        margin-top: 18%;
        position: relative !important;
    }
    .form_row_imput_radio:checked::after {
        content: "";
        width: 2vw;
        height: 2vw;
        position: absolute;
        color: unset !important;
        border-radius: 50%;
    }

    .form_agree_check:checked::after {
        content: "";
        width: 0.8vw;
        height: 0.8vw;
        position: absolute;
        color: unset !important;
        content: "";
        width: 2vw;
        height: 2vw;
        position: absolute;
        color: unset !important;
        border-radius: unset;
    }
    .form_agree_check:checked {
        background: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .form {
        margin-top: 2%;
        width: 94%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 1px solid transparent;
        padding-top: 1.7%;
        background: white;
        z-index: 1;
        margin-bottom: 6%;
        right: unset;
        top: 28%;
        margin-top: 0;
        position: relative !important;
    }

    .form_row_imput_radio {
        margin-right: 1%;
        width: 3vw;
        height: 3vw;
        overflow: hidden;
        outline: 0;
        border: none;
        appearance: none;
        border-radius: 50%;
        margin-right: 0;
        border: 1px solid black;
        left: 3%;
    }
    .form_agree_check {
        border: 1px solid black;
    }

    .form_submit {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        padding: 1.5%;
        width: 75%;
        position: relative !important;
        margin-bottom: 4%;
        font-size: 4.6vw;
        font-family: pretendard-bold;
        border-radius: 0;
        padding-top: 1.5%;
        padding-bottom: 2%;
        cursor: pointer;
    }
    .form {
        margin-top: 2%;
        width: 94%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 1px solid transparent;
        padding-top: 1.7%;
        background: white;
        z-index: 1;
        margin-bottom: 11%;
        right: unset;
        top: 28%;
        margin-top: 0;
        position: relative !important;
    }
    .required::after {
        content: '*';
        color: #a8231c;
        position: absolute;
        left: -2%;
        font-size: 3.5vw;
    }
    .con16_top {
        width: 65.6325%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 17%;
        margin-bottom: 10%;
    }
    .con16_scry {
        height: 300%;
        z-index: 1;
        left: 45%;
        display: none;
    }
    .con16_bg {
        top: unset;
        width: 232%;
        bottom: -20%;
        right: 0;
    }
    .form {
        margin-top: 2%;
        width: 94%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 1px solid transparent;
        padding-top: 1.7%;
        background: white;
        z-index: 1;
        margin-bottom: 15%;
        right: unset;
        top: 28%;
        margin-top: 0;
        position: relative !important;
    }
    .required::after {
        content: '*';
        color: #a8231c;
        position: absolute;
        left: -2%;
        font-size: 4.5vw;
    }
    .con10_ab_ab_6_ab{
        width: 72.4507%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con5_top_4th {
        width: 72.4042%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-right: 0;
        margin-top: 80%;
    }
    .con5_ab {
        width: 89.1076%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 2;
        right: unset;
        top: 38%;
        margin-top: 24%;
    }
    .con5_ab_ab_2{
    display: none;
     }
    .con5_ab {
        width: 89.1076%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 2;
        right: unset;
        top: 34%;
        margin-top: 24%;
    }
    .con17_10 {
        width: unset !important ;
        max-width: 89vw !important;
        min-width: unset !important;
    }
    
    
    .con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(2) {
        color: white;
        font-size: 2.5vw;
        background: white;
        border-radius: 40px;
        color: #820000;
        font-family: Pretendard-bold;
        padding: 0 3%;
        margin-left: 3%;
    }
    .con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(1) {
        color: white;
        font-size: 2.5vw;
    }

    .con3_mid_3rd {
        padding: 1.7% 0;
        border-top: 3px solid white;
        border-bottom: 3px solid white;
        margin-top: 8%;
    }
        .con3_mid_3rd {
        padding: 1.7% 0;
        border-top: unset !important;
        border-bottom: unset !important;
        margin-top: 0;
    }
    .con05_menu_img{
        height: 32vw;
    }
    
    .con6_mid_swiper_1_slide_p_con_3rd::after{
    content: '·';
    color: white;
    font-size: 4.7vw;
    position: absolute;
    right: 0;
    
}
    
    .con5_vid {
        margin-top: 15%;
    }
    .con5_scrx {
        width: 400%;
        bottom: 20.5%;
    }
    
        .con5_top_7th {
        background: url(/images/con05_09.png) no-repeat center / cover;
        width: 92%;
        height: 59vw;
        border-radius: 20px;
        margin-top: 20%;
        z-index: 2;
    }
        .con5_top {
        width: 32.18898%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 11%;
        margin-right: 0;
        margin-bottom: -12%;
    }
    
    .main_02{
        min-width: 87.5984vw !important;
    }
    .main_ab{
        display: none;
    }
    .main_ab_2{
        display: none;
    }
    .con02_02{
        min-width: 60.6247vw !important;
    }
        .con5_top {
        width: 32.18898%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 16%;
        margin-right: 0;
        margin-bottom: -12%;
    }
    .con5_vid {
        margin-top: -23%;
    }
    
    .con5_ab {
        width: 89.1076%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        right: unset;
        top: 34%;
        margin-top: 9%;
        padding-top: 5%;
        overflow: hidden;
        border-radius: 20px;
    }    
    .con5_top_4th {
        width: 72.4042%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-right: 0;
        margin-top: 72%;
    }
    .con5_ab_ab {
    width: 102.013%;
    display: flex
;
    justify-content: center;
    align-items: center;
    z-index: 2;
    right: 0;
    top: 0%;
}    .con5_top_7th_ab {
        width: 36.3701%;
        display: flex
;
        justify-content: center;
        align-items: center;
        right: -1%;
        top: -33%;
    }
        .con5_scrx {
        width: 400%;
        bottom: 23.5%;
    }
    
    .con9_con_top_3rd_ab_2 {
        height: 42.5vw;
    }
    .con9_con_top_3rd {
        width: 83%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        height: 71vw;
        margin-top: 3%;
        margin-bottom: 1%;
    }
    
        .con9_con_top_3rd_ab_item_title {
        top: 67%;
    }
    .con9_con_top_3rd_ab_item_desc {
        top: 78%;
    }
    .con9_top_4th_item_2 {
        margin-top: 7%;
    }
    .con12_ab_top_4th_ab_3{
        display: none;
    }
    
        .con14_top_4th_ab {
        width: 98.7292%;
        display: flex
;
        justify-content: center;
        align-items: center;
        bottom: -5%;
        left: 0%;
    }
        .con16_05 {
        width: 900% !important;
    }
    
    .con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(1) {
        font-size: 3.3vw;
    }
    .con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(2) {
        font-size: 3.5vw;
    }
    .main_bg {
        width: 128.2047%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        bottom: 5%;
    }
    
    .main_06{
        min-width: 128.2047vw !important;
    }
    .con5_top_6th{
        width: 60%;
    }
    .con10_01{
        min-width: 79.4409vw !important;
    }
    
.con12_bg {
    width: 100%;
    top: 16%;
    background: #000000a3;
    border-radius: 50% 50% 0 0;
    height: 110vw;
}
    .con11_top_2nd {
        width: 40.6037%;
        display: flex
;
        justify-content: flex-end;
        align-items: center;
        margin-left: 42%;
        margin-top: -28%;
    }
    
        .con11_top_2nd_ab {
        font-size: 10vw;
        rotate: -15deg;
        left: 17%;
    }
    
}
