* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}
section{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;

}
.pc-mobile{
    display: flex;
}
.mobile-pc{
    display: none;
}
.pc{
    display: flex;
}
.pc-inline{
    display: inline;
}
.tablet{
    display:none;
}
.mobile{
    display:none;
}
html {
    scroll-behavior: smooth;
}
.main::after{
    width: 1vw;
    height: 0vw;
    position: absolute;
    top: 0;
    pointer-events: none;
    opacity: 0;
    pointer-events: none;
    content:url(/images/con1_10.png) url(/images/con1_11.png) url(/images/con1_12.png)
    url(/images/con6_08.png) url(/images/con6_09.png)  url(/images/con6_10.png) url(/images/con6_11.png) url(/images/con6_12.png)
    url(/images/con7_02.png) url(/images/con7_03.png) url(/images/con7_04.png)  url(/images/con7_05.png);
}
.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.flowhid{
    overflow: hidden;
}
.hide{
    display: none !important;
}
.hideopa{
    opacity: 0 !important;
    pointer-events: none;
}
.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;
    flex-direction: column;
}
.scrY .scrY_item{
    animation: marqueeY 20s infinite linear;
    height: 100%;
}
.scrY .scrY_item_absol {
    bottom: -100%;
    height: 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 wabble {
    0%, 100% {
        transform-origin: bottom;
        transform: rotateZ(7deg);
    }
    12.5% {
        transform: rotateZ(-5deg);
    }
    25% {
        transform: rotateZ(7deg);
    }
    37.5% {
        transform: rotateZ(-5deg);
    }
    50% {
        transform: rotateZ(7deg);
    }
    62.5% {
        transform: rotateZ(-5deg);
    }
    75% {
        transform: rotateZ(7deg);
    }
    87.5% {
        transform: rotateZ(-5deg);
    }
}

@keyframes soul_out {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
        transform: translateY(-50%);
    }
}
@keyframes ddm3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: rotate(-2deg);
    }
    100% {
        transform: scale(1.05);
    }
}
@keyframes ddm4 {
    0% {
        transform: 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 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 hand3 {
    0% {
        transform: translateY(5%);
    }

    25% {
        transform: translateY(-5%);
    }

    50% {
        transform: translate(-5%, 10%);
    }

    75% {
        transform: translate(10%, 5%);
    }

    100% {
        transform: translateY(10%);
    }
}


@keyframes bg-position {
    0% {
        background-position: bottom;
    }
    25% {
        background-position: center;
    }
    50% {
        background-position: inherit;
    }
    75% {
        background-position: center;
    }
    100% {
        background-position: bottom;
    }
}
@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.2;
    }
    25% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 1;
    }
    50% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    75% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    100% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0.2;
    }
}

@keyframes light {
    0%, 31%, 34%, 39%, 42%, 47% {
        opacity: 0;
    }
    5%, 30%, 35%, 38%, 43%, 46% {
        opacity: 0.4;
    }
    50%, 55%, 60%, 67%, 51%, 54%, 68%, 100% {
        opacity: 1;
    }
    70% {
        opacity: 0.2;
    }
}
@keyframes marqueeX {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes marqueeY {
    from { transform: translateY(0); }
    to { transform: translateY(-100%); }
}
@keyframes fall {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(240deg) rotateY(400deg) rotateZ(310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes fall2 {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(-240deg) rotateY(-400deg) rotateZ(-310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes backgroundchange {
    0% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }

    25% {
        background: url(/images/con11_08.png) no-repeat center / contain;
    }

    50% {
        background: url(/images/con11_09.png) no-repeat center / contain;
    }

    75% {
        background: url(/images/con11_10.png) no-repeat center / contain;
    }

    100% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }
}
@keyframes opa {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes backgroundchange_2 {
    0% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }

    20% {
        background: url(/images/con08_08.png) no-repeat center / contain;

    }

    40% {
        background: url(/images/con08_09.png) no-repeat center / contain;

    }

    60% {
        background: url(/images/con08_10.png) no-repeat center / contain;

    }

    80% {
        background: url(/images/con08_11.png) no-repeat center / contain;

    }
    100% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}

.main_top{
    width: 53.9633%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    overflow: hidden;
    z-index: 1;
}
.main_top_2nd{
    width: 54.1207%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin: 1% 0;
}
.main_top_3rd{
    width: 81.6273%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 4%;
}
.main_con{
    background: #ff2724;
}


.video_con{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    mix-blend-mode: lighten;

}
.video_con video {
    width: 100%;
    height: 100%;
}

.header_menu{

}
.main_con_ab{
    width: 39.79%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.con1_con{
    z-index: 5;
    top: 0;
    height: 100%;
    justify-content: flex-start !important;
    background: #ff2724;
}

.con1_con_con{
    width: 94% !important;
    border-radius: 0 0 150px 150px;
    background: black;
    overflow: hidden;
}
.con1_top{
    width: 25.0698%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 13%;
}
.con1_top_2nd{
    width: 49.1346%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.5%;
    margin-bottom: 2.5%;
    overflow: hidden;
}
.con1_top_2nd_2{
    width: 6.02273%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2%;
    overflow: hidden;
}
.con1_top_3rd{
    width: 41.1502%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 12%;
}

.con1_con_con_con{
    width: 97% !important;
    border-radius: 0 0 130px 130px;
    top: 0;
    height: 96%;
    border: 1px solid #ff2724;
}


.con1_top_4th{
    width: 30.2362%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -8%;
}
.main_top_3rd {
    width: 81.6273%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-bottom: 6%;
}
.con1_top_4th_ab{
    width: 84.5486%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 102%;
    top: 43%;
    overflow: hidden;
}
.con1_top_4th_ab_2{
    width: 113.715%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 102%;
    top: 43%;
    overflow: hidden;
}
.con1_top_4th_ab_3{
    width: 62.6736%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 52%;
}
.con1_top_4th_ab_4{
    width: 86.8056%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -4%;
    animation: smoke 2s infinite;
    bottom: 42%;
}
.con1_top_4th_ab_5{
    width: 66.6667%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 40%;
    animation: smoke 2.5s infinite;
    bottom: 40%;
}
.con1_scr{
    bottom: 1%;
}

.con1_video_con{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
}
.con1_video_con video {
    width: 100%;
    height: 100%;
    filter: brightness(0.7) ;
}
.con1_top_3rd {
    width: 41.1502%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12%;
    z-index: 1;
}

.con6_mid_swiper_1_slide{
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.con6_mid_swiper_1_slide_2nd{
    background: black !important;
}
.con2_top{
    width: 17.8113%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 14%;
}
.con2_top_2nd{
    margin-top: 2%;
}

.con2_top_2nd_2{
    width: 3.01508%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin: 0 1.3%;
}
.con2_top_2nd_1{
    width: 20.603%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con2_top_2nd_3{
    width: 20.4355%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con2_top {
    width: 17.8113%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12%;
}
.con2_top_3rd{
    width: 30.9324%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-top: 2%;
}
.con2_top_4th{
    width: 53.1547%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-top: 1.4%;
}
.con2_top_5th{
    width: 16.7504%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: -0.3%;
    z-index: 1;
}
.con2_top_3rd {
    width: 29.9324%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    z-index: 1;
    margin-top: 2%;
}
.con2_top_5th {
    width: 15.7504%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -0.3%;
    z-index: 1;
}
.con2_top_4th {
    width: 52.1547%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    z-index: 1;
    margin-top: 1.4%;
}
.scrX{
    overflow: hidden;
}
.con2_top_6th{
    width: 12.3953%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    bottom: 8%;
    left: 24%;
}
.con2_top_7th{
    width: 12.3953%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    bottom: 8%;
    right: 24%;
}
.bold{
    font-family: Pretendard-bold;
}
.semibold{
    font-family: Pretendard-bold;
}
.red{
    color: #ff2724 !important;

}
.con4{
    background: #ff2724;
}

.con4_con{
    background: black;
    border-radius: 50% 50% 0 0;
}
.con4_top_2nd{
    text-align: center;
}
.con4_scr{
    bottom: 0;
}

.con4_top{
    width: 2.15223%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    animation: hand3 infinite linear 1.5s;
}
.con4_top_2nd{
    margin-top: 2%;
    margin-bottom: 2%;
}
.con4_top_3rd{
    width: 33.9633%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 1.5%;
}
.con4_top_4th{
    font-size: 1.3vw !important;
    overflow: hidden;
}
.con4_top_2nd{
    font-size: 1.3vw !important;

}

.con4_top_5th{
    width: 46.6142%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-bottom: 6%;
}
.con4_top_5th_ab_1{
    width: 15.4279%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 8%;
    bottom: -11%;
}
.con4_top_5th_ab_2{
    width: 20.7207%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -11%;
}
.con4_top_5th_ab_3{
    width: 16.5541%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -11%;
    right: 8%;
}
.con4_top_6th{
    font-size: 1.5vw !important;
    overflow: hidden;
}
.con4_top_7th{
    margin-bottom: 10%;
    text-align: center;
    margin-top: 2%;
    overflow: hidden;
    font-size: 1.3vw !important;
}
.con4_con_ab_on{
    background: #ff2724;
}
.con4_con_ab{
    width: 7.45407%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 22%;
    background: grey;
    left: 24%;
    padding: 1% 1.6%;
    border-radius: 50px;
    animation: ddm_m 2s infinite;
}
.con4_con_ab_2{
    top: 19%;
    background: grey;
    right: 23%;
    padding: 1% 1.6%;
    border-radius: 50px;
    width: 13.8583%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: ddm_m 2s infinite;
    animation-delay: 1s;
}
.con4_con_ab_3{
    width: 6.35171%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 29%;
    background: grey;
    left: 18%;
    padding: 1% 1.6%;
    border-radius: 50px;
    animation: ddm_m 2s infinite;
    animation-delay: 1s;
}

.con4_con_ab_4{
    top: 26%;
    background: grey;
    right: 20%;
    padding: 1% 1.6%;
    border-radius: 50px;
    width: 8.08399%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: ddm_m 2s infinite;

}
.con5{
    background: url(/images/con05_bg.jpg) no-repeat center / cover;

}
.con5_top{
    font-size: 1.5vw !important;
    margin-top: 10%;
    margin-left: -50%;
    overflow: hidden;
}
.con5_top_2nd{
    margin-top: 1%;
    font-size: 2.7vw !important;
    margin-left: -35%;
}
.con5_top_2nd_2{
    top: 0;
    left: 57%;
}
.con5_top_2nd_3{
    top: 0;
    left: 57%;
    top: 20%;
    left: 20%;
    white-space: nowrap;
}
.con5_top_3rd_item{
    width: 10vw;
    text-align: center;
    height: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
    border-radius: 50%;
}
.con5_top_3rd{

    width: 38%;
    flex-wrap: wrap;
    margin-left: -39%;
    margin-top: 5%;
    width: 38% !important;
    flex-wrap: wrap;
    margin-left: -39%;
    margin-top: 5%;
    margin-bottom: 9%;
}
.con5_top_3rd_item{
    width: 10vw;
    text-align: center;
    height: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Pretendard-bold;
    background: black;
    border-radius: 50%;
    margin: 0 1%;
}
.con5_ab {
    width: 51.1811%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.con5_ab_2{
    width: 16.4304%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -8%;
    left: 50%;
    z-index: 1;
}
.con5_ab_3{
    width: 10.7087%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    z-index: 1;
}
.con5_ab_4{
    width: 9.65879%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 6%;
    left: 52%;
}

.con5_top_3rd_2nd{
    flex-wrap: wrap;
}
.con5_top_3rd_item_2nd{
    width: 10vw;
    text-align: center;
    height: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Pretendard-bold;

    background: white;
    border-radius: 50%;
    color: black !important;
    margin: 0 1%;

}
.black{
    color: black;
}

.con6_top_2nd{
    width: 20.4199%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -52.8%;
    margin-top: 1%;
    overflow: hidden;
    margin-bottom: 2%;
}
.con6_top_3rd{
    width: 73%;
    font-size: 1.3vw !important;
}
.con6_top{
    width: 11.2861%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -62%;
    margin-top: 8%;
}
.con6_top_4th{
    width: 32% !important;
}
.con6_top_4th_item{
    background: black;
    width: 6vw;
    height: 6vw;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con6_top_4th_item_2nd{
    background: black;
    width: 6vw;
    height: 6vw;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff2724;
    margin: -1%;
}
.con6_top_4th{
    margin-left: -39%;
    margin-top: 2%;
    margin-bottom: 1.5%;
}
.con6_top_5th{
    width: 53%;
    margin-bottom: 9%;
}

.con6_bot_ab{
    width: 41.4173%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -19%;
    bottom: -13%;
}


.con2_mid_swiper_1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 33.3vw;

}

.con6_top_ab{
    width: 38.6047%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 115%;
}
.con6_top_ab_2nd{
    width: 93.4884%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 90%;
    bottom: 32%;
    animation: scaleOpa 2s infinite;
}

.con07_02_con{
    z-index: 1;
    overflow: hidden;
}
.con6_con_ab{
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    top: 10%;
}
.con2_mid_swiper_1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 65.3vw;
}

.con2_mid_swiper_1_slide_con_top{
    z-index: 4;
    color: white;
    top: 20%;
    left: 14%;
    font-size: 1.7vw !important;
    font-family: pretendard-regular;
}

.con2_mid_swiper_1_slide_con_top_2nd{
    width: 57.7626%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    bottom: 9%;
}

.con2_mid_swiper_1_slide_con_top_2nd_ab{
    color: white;
    left: 24%;
    font-size: 1.1vw !important;
    line-height: 1.7vw !important;
    font-family: pretendard-semibold;
}
.con2_mid_swiper_1_slide_con_top_2nd_ab_ab{
    white-space: nowrap;
    left: 149%;
    font-family: pretendard-light;
}
.con2_mid_swiper_1_slide_con_ab_1{
    width: 19.5205%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    left: 11%;
    top: 45%;
}
.con2_mid_swiper_1_slide_con_ab_2{
    width: 19.5205%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    left: 31%;
    top: 45%;
}


.con2_mid_swiper_1_slide_con_ab_1_ab{
    font-family: pretendard-bold;
    font-size: 1.4vw !important;
    top: 44%;
}
.con2_mid_swiper_1_slide_con_ab_1_ab span{
    font-family: pretendard-bold;
    font-size: 2.4vw!important;
}
.con2_mid_swiper_1_slide_con_ab_1_ab_2{
    top: 65%;
    font-family: pretendard-regular !important;
}
.con2_mid_swiper_1_slide_con_ab_2_ab{
    font-family: pretendard-bold !important;
    font-size: 2.4vw !important;
    top: 44%;
}

.con2_mid_swiper_1_slide_con_ab_2_ab_2{
    top: 65%;
    font-family: pretendard-bold;
    font-size: 1.4vw!important;
}
.con6_top_5th {
    width: 53%;
    margin-bottom: 9%;
    font-size: 1vw !important;
}
.con6_con_ab{
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    top: 8%;
    height: 37.3vw;
    overflow: hidden;
}

.con2_mid_swiper_1_slide.swiper-slide-active{
    filter: brightness(0.2);
}
.con2_mid_swiper_1_slide.swiper-slide-next + .con2_mid_swiper_1_slide{
    filter: brightness(0.2);
}


.con8{
    background: url(/images/con08_bg.jpg) no-repeat center / cover;

}
.con8_top{
    width: 28.1365%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}

.con8_top_2nd{
    margin-top: 8%;
    margin-bottom: 2%;
}
.con8_top_2nd_2{
    width: 9.34383%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin: 2%;
}

.con8_top_3rd{
    width: 22.3622%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.4%;
    margin-top: -2%;
}

.con8_top_4th{
    margin-bottom: 0.4%;
}
.con8_top_5th{
    width: 24.8819%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6%;
    overflow: hidden;
}

.con8_top_4th_2{
    width: 24.7244%;
    display: flex;
    justify-content: center;
    overflow: hidden;

    align-items: center;
    margin-left: 2%;
}

.con8_ab{
    width: 6.19423%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
}

.con8_ab_2{
    width: 6.19423%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
}

.con8_left{
    top: 24%;
    right: 53%;
    text-align: right;
}
.con8_right{
    top: 24%;
    left: 53%;
    text-align: left;
}
.con9{
    background: url(/images/con09_bg.jpg) no-repeat center / cover;
}
.con9_top{
    width: 46%;
    height: 24vw;
    margin-top: 9%;

}
.con9_top_video_con{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 23px;
    overflow: hidden;
}
.con9_top_video{
    width: 100%;
    height: 100%;
}

.con9_top_2nd{
    margin-top: 2.4%;
    text-align: center;
    font-size: 1.3vw !important;
}
.con9_top_3rd{
    margin-top: 1%;
    color: black !important;
    margin-bottom: 6%;
}
.con9_top_video_con_1_ab{
    width: 86.541%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    bottom: 8%;
    pointer-events: none;

    right: 6%;
}
.con9_top_video_con_1_ab_2{
    width: 99.7847%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    pointer-events: none;
}
.con9_ab{
    width: 18.5302%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    right: 69%;
    top: 30%;
}
.con9_ab_p{
    bottom: 120%;
    left: 0;
    font-size: 2vw!important;
    font-family: pretendard-semibold;
}
.con9_top_video_con {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con9_top {
    width: 46%;
    height: 26vw;
    margin-top: 9%;
    border-radius: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con9_ab_2{
    width: 10.8136%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    top: 59%;
    left: 21%;
}
.con9_right {
    top: 18%;
    left: 76%;
    width: 15%;
    height: 26vw;
    justify-content: space-between !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con9_right_item{
    height: 8vw;
    width: 95%;
    position: relative;
    border-radius: 13px;
    overflow: hidden;
}
.con9_right_item iframe{
    width: 100%;
    height: 100%;
}
.con9_top_video_con_1_ab_3{
    width: 8.33442%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -4%;
    z-index: 1;
}
.con9_top_video_con_1_ab_4{
    width: 8.33442%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -4%;
    z-index: 1;
    transform: scaleX(-1);
}
.con10{
    background: url(/images/con10_bg.jpg) no-repeat center / cover;

}
.con10_top{
    width: 29.5538%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: 9%;
    margin-left: -42%;
}
.con10_top_2nd{
    width: 41.4698%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -40%;
    margin-top: 3%;
    margin-bottom: 4%;
}
.con10_top_2nd_ab{
    width: 21.5202%;
    display: flex;
    justify-content: center;
    animation: blk 1s infinite;
    align-items: center;
    left: 62%;
    top: 75%;
}
.con10_right_ab{
    width: 40.8399%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 6%;
    top: 0;
}
.con10_right_ab_ab_2{
    width: 18.3671%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -1%;
    right: 13%;
}
.con10_top_2nd_2_ab{
    width: 29.3688%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 54%;
    animation: blk 1s infinite;
    top: 76%;
}
.con10_right_ab_item{
    cursor: pointer;
}
.con11_top_3rd_item{
    cursor: pointer;
}
.con10_right_ab_item_2{
    width: 19.9349%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 100%;
    top: 18%;
}
.con10_right_ab_item_1{
    width: 19.9349%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 100%;
    top: 24%;
}
.con10_right_ab_item .absol{
}
.con11 {
    cursor: url(/images/con12_03.png), url(/images/con12_03.png) 5 5, progress;
    background: black;
}
.con11_scr{
    top: 0;
}
.con11_top{
    width: 52.2835%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    overflow: hidden;
    margin-top: 15%;
}

.con11_top_2nd{
    z-index: 1;
    font-size: 1.8vw !important;
    margin-top: 1%;
    margin-bottom: 4%;
    overflow: hidden;
}
.con11 .con11_top_3rd_item {
    width: 20%;
    display: flex;
    background: white;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    height: 29vw;
    border-right: 1px solid black;
    cursor: pointer;
    transition: 0.3s all;
}
.con11 .con11_top_3rd_item:hover{
    background: #ff2724;
}
.con11 .con11_top_3rd_item_top{
    width: 32.2835%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 18%;
}
.con11 .con11_top_3rd_item_top_2nd{
    color: black !important;
    font-size: 1.6vw !important;
    margin-top: 3%;
}

.con11 .con11_top_3rd_ab{
    width: 56.1155%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    top: 30%;
    animation: rotate_image 26s infinite linear;
}
.con11_ab{
    width: 36.0105%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 6%;
}
.con11_top_3rd_item_top_2nd{
    color: black !important;
    font-size: 1.6vw !important;
    margin-top: 3%;
    line-height: 1.8vw !important;
    text-align: center;
}

.con11_top_3rd_item_on{
    opacity: 1;
}

.con13{
    background: #0c0b0a;
}
.con13_top{
    width: 32.021%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 62%;
    margin-top: 11%;
    z-index: 1;
}
.con13_top_ab{
    width: 30.6654%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 48%;
    overflow: hidden;
    left: 56%;
}
.con13_top_2nd{
    width: 22.9921%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-left: 61%;
    margin-top: 1.5%;
}
.con13_top_3rd{
    width: 19.9475%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 63%;
    margin-top: 6%;
}
.con13_top_3rd_ab{
    width: 50.7942%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 63%;
}
.con13_top_3rd_ab_2nd{
    width: 83.4288%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 47%;
}
.con13_08{
    width: 100%;
    z-index: 1;
}
.con13_left{
    font-family: Pretendard-medium !important;
    width: 25%;
    justify-content: space-between !important;
    height: 25vw;
    right: 69%;

}
.con13_left_item{
    text-align: right;
    width: 100%;
}
.con13_left_item_2{
    width: 96%;
}
.con13_left_item_3{
    width: 96%;
}
.con13_con_ab{
    width: 39.7375%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_con_ab_ab{
    width: 41.6213%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_top_2nd {
    width: 22.9921%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 61%;
    margin-top: 1.5%;
    z-index: 1;
}
.con13_video_con{
    width: 77%;
    height: 77%;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.con13_12{
    z-index: 1;
}
.con13_video_con iframe{
    width: 170%;
    height: 170%;
    filter: brightness(0.5);
}


.con13_con_ab_2nd{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}

.con13_con_ab_2nd_2{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}
.con13_con_ab_2nd_2{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}
.con13_left{
    z-index: 1;
}
.con13_con_ab_2nd_3{
    width: 14.6457%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 11%;
    left: 3%;
}
.con14_right_top_2nd{
    font-family: Pretendard-semibold;
}

.con14_left{
    z-index: 1;
    width: 50% !important;
}
.con14_right{
    z-index: 1;
    width: 50% !important;
}
.con14_top{
    width: 5.19685%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: 2;
}
.con14_left{
    justify-content: flex-start !important;
    height: 43vw;
}
.con14_right{
    justify-content: flex-start !important;
    height: 43vw;
}

.con14_left_top{
    width: 15.5381%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
}
.con14_left_top_2nd{
    font-family: Pretendard-semibold !important;
    font-size: 1.3vw !important;
    margin-top: 2%;
    overflow: hidden;
    margin-bottom: 1.3%;
}
.con14_left_top_4th{
    width: 42.6247%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
}
.con14_left {
    justify-content: flex-start !important;
    height: 47vw;
}

.con14_right{
    height: 47vw;

    background: white;
}
.con14_left_top_5th{
    text-align: center;
    margin-top: 3%;
}

.con14_left_ab{
    width: 29.7113%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 4%;
    right: 9%;
}

.con14_right_ab{
    width: 43.4646%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
    right: 0;
}
.con14_right_top{
    width: 50.4987%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9%;
    overflow: hidden;
}
.con14_right_top_2nd{
    color: black !important;
    font-size: 1.3vw;
    font-family: pretendard-semibold;
    font-family: Pretendard-semibold !important;
    font-size: 1.3vw !important;
    margin-top: 2%;
    overflow: hidden;
    margin-bottom: 1.3%;
}
.con14_right_top_4th{
    margin-top: 6%;
}
.con14_right_top_4th_item{
    width: 18.4777%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -0.4%;

}
.con14_right_top_5th{
    width: 54% !important;
    text-align: left;
    margin-top: 6%;
}
.con14_right_top_5th_item{
    width: 100%;
    color: black;

}
.con14_right_top_5th_item_line{
    width: 104.556%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2% 0;
}
.con14_right_top_5th_item_ab{
    width: 3.6925%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 103%;
    top: 6%;
    background: #80808038;
    padding: 1% 0.4%;
    border-radius: 50%;
    overflow: hidden;
}

.con14_right_ab_2{
    width: 14.8031%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 9%;
    top: 4%;
}

.con15{

}
.con15_top_5th_con{
    font-family: Pretendard-semibold !important;
}

.con15_top{
    width: 32.231%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 1;
    margin-top: 5%;
    margin-bottom: -7%;
}

.con15_top_2nd{
    z-index: 1;
}
.con15_top_2nd_2{
    width: 16.1155%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 9%;
    margin-left: 7%;
}

.con15_top_2nd_1{
    width: 47.8061%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    right: 102%;
}
.con15_top_2nd_1_ab{
    width: 99.9889%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_04{
    z-index: 1;
}
.con15_top_2nd_1_ab{
    opacity: 1;
    z-index: 2;
}
.con15_top_2nd_3{
    width: 46.1801%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    right: 102%;
}
.con15_07_con{
    overflow: hidden;
}
.con15_05_con{
    overflow: hidden;

}
.con15_top_3rd{
    margin-top: 1.3%;
}
.con15_top_3rd_item{
    width: 33.1759%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -6%;
}
.con15_top_3rd_item{

}
.con15_top_3rd_item_1{
    z-index: 2;
    margin-left: -8%;
}
.con15_top_3rd_item_2{
    margin-top: -1%;
    z-index: 1;
}
.con15_top_3rd_item_1_1{
    width: 22.8011%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -16%;
    bottom: 51%;
}
.con15_top_3rd_item_1_2{
    width: 22.8011%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -16%;
    top: 51%;
}


.con15_top_3rd_item_2_1{
    width: 22.8011%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -16%;
    bottom: 51%;
}
.con15_top_3rd_item_2_2{
    width: 22.8011%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -16%;
    top: 51%;
}


.con15_11{
    z-index: 1;
}
.con15_12{
    z-index: 1;
}
.con15_top_3rd_ab{
    z-index: 3;
    top: 3%;
}
.con15_top_4th{
    width: 29.5013%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: -7%;
    z-index: 3;
}
.con15_top_5th{
    width: 40%;
    height: 7.5vw;
    background: white;
    border-radius: 0 0 40px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.con15_top_5th_con{
    margin-top: 4%;
    font-size: 1.3vw !important;
}

.con15_top_6th{
    color: black !important;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 5%;
}

.con15_ab{
    width: 17.7953%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5%;
    left: 4%;
    z-index: 1;
}


.con16{
    background: url(/images/con16_bg.jpg) no-repeat center / cover;

}

.con16_top_3rd_line{
    width: 100%;
    border-bottom: 1px solid white;
}
.con16_top_2nd{
    width: 9.44882%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.3%;
    margin-bottom: 2.5%;
}

.con16_top_3rd{
    text-align: center;
    margin: 1% 0;
}
.con16_top_4th{
    width: 18.4252%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 4%;
}
.con16_top_5th{
    width: 18.4777%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.7%;
    overflow: hidden;
    margin-bottom: 12%;
}
.con16_left_bg {
    width: 37%;
    z-index: 1;
    left: 0;    filter: brightness(0.5);
    height: 100%;
    background: url(/images/con16_bg1.jpg) no-repeat left / cover;
}
.con16_right_bg{
    width: 37%;
    z-index: 1;
    right: 0;    filter: brightness(0.5);
    height: 100%;
    background: url(/images/con16_bg1.jpg) no-repeat right / cover;
}
.con16_ab{
    width: 12.231%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 7%;
    overflow: hidden;
    z-index: 3;
    top: 24%;
}
.con16_ab_2{
    width: 12.0735%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 21%;
    overflow: hidden;
    z-index: 2;
    top: 37%;
}
.con16_ab_3{
    width: 13.4383%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    left: 6%;
    z-index: 3;
    top: 51%;
}
.con16_ab_7{
    overflow: hidden;
    left: 10%;
    z-index: 2;
    top: 72%;
    text-align: center;
}

.con16_ab_4{
    width: 20.7874%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    left: 75.4%;
    z-index: 2;
    top: 23%;
}
.con16_ab_5{
    width: 21.5223%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    z-index: 2;
    left: 76%;
    top: 39%;
}
.con16_ab_6{
    width: 21.6273%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    z-index: 2;
    left: 67%;
    top: 52%;
}

.con16_ab_8{
    left: 70%;
    z-index: 3;
    overflow: hidden;
    text-align: center;
    top: 71%;
}
.con16_line{
    width: 0.0524934%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 20%;
    z-index: 2;
    top: -29%;
}
.con16_line_2nd{
    width: 0.0524934%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 20%;
    top: 82%;
    z-index: 2;
}

.con16_ab_8 {
    left: 70%;
    z-index: 3;
    text-align: center;
    top: 70%;
}

.con16_line_3rd {
    width: 0.0524934%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 19%;
    z-index: 2;
    top: -29%;
}
.con16_line_4th{
    width: 0.0524934%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 19%;
    top: 82%;
    z-index: 2;
}

.con17{
    background: url(/images/con17_bg.jpg) no-repeat center / cover;
}

.con17_top{
    width: 19.4751%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
    margin-left: -43%;
}
.con17_top_ab{
    width: 57.1973%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -4%;
    top: 10%;
}
.con17_top_ab_ab{
    width: 95.1744%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.con17_top_ab_2{
    width: 57.1973%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 44%;
    top: 40%;
}
.con17_top_ab_2{
    width: 57.1973%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 44%;
    top: 40%;
}
.con17_top_ab_2_ab{
    width: 99.4149%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.con17_mid{
    width: 78% !important;
    background: #0000007a;
    margin-bottom: 6%;
}
.con17_mid_top{
    width: 14.8721%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-left: -78%;
    margin-bottom: 1%;
}
.con17_mid_top_2nd{
    height: 12vw;
    margin-bottom: 2%;
    width: 96%;
}
.con17_mid_top_2nd_item_2{
    height: 100%;
    border-radius: 23px;
    background: white;
    width: 43%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 1.7%;
}
.con17_mid_top_2nd_item_top_2nd{
    color: black !important;

}

.con17_mid_top_2nd_item{
    background: white;
    height: 100%;
    border-radius: 23px;
    display: flex;justify-content: center;align-items: center;

}
.con17_mid_top_2nd_item_2_top{
    width: 22.5352%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    top: 17%;
    left: 8%;
}
.con17_mid_top_2nd_item_2_top_2nd {
    color: black !important;
    left: 8%;
    top: 34%;
}
.con17_mid_top_2nd_item_1 {
    width: 18%;
}
.con17_mid_top_2nd_item_3{
    width: 29%;
}
.con17_mid_top_2nd_item .main_small_title{
    color: black !important;
}
.con17_mid_top_2nd_item_1_top{
    width: 53.5581%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    top: 17%;
    left: 17%;
}
.con17_mid_top_2nd_item_1_top_2nd{
    left: 17%;
    top: 34%;
}
.con17_mid_top_2nd_item_3_top{
    width: 33.4107%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    top: 17%;
    left: 11%;
}
.con17_mid_top_2nd_item_3_top_2nd{
    left: 11%;
    top: 34%;
}
.con17_mid{
    margin-top: 5%;
}


.con17_top_ab_con {
    width: 11.601%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 22%;
    left: 48%;
}
.con17_top_ab_con_ab{
    width: 47.9638%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 112%;
    z-index: 2;
}
.con17_06{
    z-index: 1;
}
.con17_top_ab_con_con_ab{
    z-index: 2;
}
.con17_top_ab_con_con_ab_ab{
    width: 115.385%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}
.con17_top_ab_con_2nd_con_con_ab{
    z-index: 2;
    left: 0;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}
.con17_top_ab_con_con_ab {
    z-index: 2;
    left: 0;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}
.con17_top_ab_con_2nd{
    width: 11.4436%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 33%;
    left: 48%;
}

.con17_top_ab_con_2nd_ab{
    width: 183.028%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 113%;
}

.con17_mid{
    border-radius: 23px;
}

.con17_mid_ab{
    background: black;
    bottom: 80%;
}
.con17_mid_ab{
    width: 12vw;
    height: 12vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-align: center;
    left: 89%;
    bottom: 61%;
    z-index: 1;
}

.scrX_item_item{
    width: 11.11%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.con18_scr_mid{
    flex-direction: column !important;
    width: 400% !important;
    margin: 4% 0;
}

.con18_scr_mid  .scrX_item {
    animation: marqueeX 40s infinite linear !important;
    width: 100%;
}
.con18_scr_mid  .scrX_item_absol {
    animation: marqueeX 40s infinite linear !important;
    width: 100%;
}


.con18_scr{
    top: 0;
    background: #ff2724;
    padding: 1.6% 0;
}
.con18_scr_2nd{
    bottom: 0;
    background: #ff2724;
    padding: 1.6% 0;
}



.con19_top_2nd_left{
    width: 50% !important;
}

.con19_top_2nd_right{
    width: 50% !important;
}


.con19_top_ab{
    top: 0;
}
.con19{
    background:black;
}
.con19_top{
    width: 54.9606%;
    display: flex;
    z-index: 1;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    margin-bottom: 2%;
    overflow: hidden;
}

.con19_top_2nd_top_item_1{
    width: 11.1228%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con20{
    background: black;
}

.con20_top{
    width: 27.0341%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
}

.con20_top_ab{
    width: 17.4757%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 19%;
}


.con20_top_2nd{
    width: 85% !important;
    border: 1px solid red;
    background: black;
    border-radius: 23px;
}


.con20_top_2nd{
    margin-top: 2%;
    margin-bottom: 6%;
}

.con20 .con11_top_3rd{
    width: 39% !important;
    margin-left: 36%;
    margin-top: 6%;
    margin-bottom: 5%;


}

.con20 .con11_top_3rd_item_1{
    width: 16.9304%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con20 .con11_top_3rd_item_2{
    width: 16.9304%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 16%;
}
.con20 .con11_top_3rd_item_3{
    width: 12.6582%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.con7_prev:after,.con7_next:after {
    content: unset !important;
}
.con10_prev:after,.con10_next:after {
    content: unset !important;
}


.con7_prev {
    left: unset !important;
    bottom: unset !important;
    right: 50% !important;
    top: 104.2% !important;
    width: 3vw !important;
    height: 3vw !important;
}
.con7_next {
    right: unset !important;
    bottom: unset !important;
    left: 50% !important;
    top: 104.2% !important;
    width: 3vw !important;
    height: 3vw !important;
}





.con6_mid_swiper_2_item{
    width: 77% !important;
    margin-bottom: 4%;
}

.con6_mid_swiper_1_slide_p_con{
    width: 90.3654%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 23px 23px 0 0;
    overflow: hidden;
}

.con6_mid_swiper_1_p{
    width: 77%;
    margin-top: 5%;
    font-size: 1.2vw !important;
}

.con6_mid_swiper_1_p_2{
    width: 77%;
}

.con20 .con6_mid_swiper_1_slide{
    padding-bottom: 2%;
    border-bottom: 1px solid #ff2724;
}


.con6_mid_swiper_1_slide_p_con_spice{
    width: 20% !important;
    top: 78%;
    right: 9%;
    align-items: flex-end !important;
    justify-content: flex-end !important;
}

.con6_mid_swiper_1_slide_p_con_spice_item{
    width: 33.3333%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con11_top_3rd_item_ab{
}


.con6_mid_swiper_1_p{
    font-family: pretendard-semibold!important;
}



.menu_box_ab{
    width: 11.4886%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 11%;
    left: 12.5%;
}


.menu_box_ab_2{
    width: 19.685%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20%;
    left: 20%;
}

.menu_box_ab_3{
    width: 19.79%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20%;
    right: 20%;
}


.con21_video_con{
    width: 100%;
    height: 60vw;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;

}
.con21_video_ab{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.con22{
    background: #0d0b0a;
}


.con22_top{
    width: 45.0919%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-bottom: 6%;
}
.con22_top_ab_1{
    width: 100%;
    display: flex;
    justify-content: center;
    animation: rotate_image 10s infinite linear;
    align-items: center;
}
.con22_top_ab_2_half{
    width: 53.2014%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con22_top_ab_2{
    width: 64.4936%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.con22_right_ab{
    left: 72%;
    top: 48%;
    z-index: 1;
    width: 24%;
}


.con22_right_ab_1{
    font-size: 2vw !important;
    line-height: 2.4vw;
}

.con22_right_ab_2{
    font-size: 1vw !important;
    margin-top: 6%;
    margin-bottom: 4%;
}

.con22_right_ab_3{
    font-size: 1.2vw !important;
}


.con22_right_ab_ab{
    width: 17.9431%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: -22%;
}


.con6_mid_swiper_1_slide_1st_video{
    width: 36vw;
    height: 36vw;
}

.con6_mid_swiper_5{
    width: 36vw;
    height: 36vw;

    overflow: hidden;
}
.con21_05{
    width: 100%;
    z-index: 1;
}

.con22_right_ab {
    left: 72%;
    top: 48%;
    z-index: 2;
    width: 24%;
}

.con22_top_ab_1 {
    z-index: 1;
}
.con22_top_ab_2_half {
    z-index: 2;
}

.con22_top_ab_2 {
    z-index: 3;
}

.con6_mid_swiper_1_slide_1st_video {
    width: 63vw;
    height: 39vw;
}
.con6_mid_swiper_5{
    width: 90% !important;
}

.con22_scr{
    top: 37%;
}

.con21_05_con{
    overflow: hidden;
    border-radius: 50%;
}
.con22_top_2nd{
    border-radius: 50%;
    overflow: hidden;
}


.con2_half_pagination span{
    white-space: nowrap;
}

.con2_half_pagination {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 10% !important;
    height: 9vw;
    font-family: pretendard-bold;
}


.con1_top_3rd_bullet {
    border-radius: 0;
    width: auto;
    text-align: center;
    line-height: 4.3vw;
    font-size: 3.5vw;
    width: 100% !important;
    color: white;
    border-radius: 0 !important;
    background: transparent !important;
    height: unset !important;
    display: flex !important;
    position: relative;
    justify-content: center;
    letter-spacing: -0.1vw;
    text-align: center;
    opacity: 1 !important;
    font-family: pretendard-light;
}


.con1_top_3rd_bullet.swiper-pagination-bullet-active {
    color:#0064de;
    opacity: 1 !important;
}

.con2_half_pagination{
    top: 26% !important;
    left: -46% !important;
    background: #0d0b0a;
    width: 41% !important;
    height: 14vw;
    top: 27% !important;
    left: -48% !important;
    background: #0d0b0a;
    width: 42% !important;
    height: 14vw;
}

.con1_top_3rd_bullet.swiper-pagination-bullet-active {
    color: #ff2724;
    opacity: 1 !important;
    font-family: pretendard-semibold;

}


.con1_top_3rd_bullet {
    border-radius: 0;
    width: auto;
    text-align: center;
    line-height: 4.3vw;
    font-size: 3.5vw;
    width: 100% !important;
    color: white;
    border-radius: 0 !important;
    background: transparent !important;
    height: unset !important;
    display: flex !important;
    position: relative;
    justify-content: center;
    text-align: center;
}
.con23 {
    cursor: url(/images/con22_01.png), url(/images/con22_01.png) 5 5, progress;
    background: url(/images/con22_bg.jpg) no-repeat center / cover;
}

.con23_top{
    width: 17.9528%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 2%;
    margin-left: -59%;
}
.con23_top_2nd{
    margin-left: -63%;
    margin-top: 1.7%;
    overflow: hidden;
    margin-bottom: 3%;
}
.con23_top_3rd {
    width: 22% !important;
    flex-wrap: wrap;
    margin-bottom: 11%;
    margin-left: -56%;
    justify-content: flex-start !important;
}
.con23_top_3rd_item{
    margin: 1.5%;
}

.con23_bottom{
    bottom: 0;
}
.con23_bottom_ab{
    bottom: 140%;
}
.con23_bottom_ab_2{
    bottom: 177%;
}

.con6_mid_swiper_6 .con23_bottom_ab{
    position: relative !important;
}
.con6_mid_swiper_6_item .con23_bottom_ab{
    position: relative !important;
}

.con6_mid_swiper_6_item{
    width: 72% !important;
    overflow: hidden;
    left: 36%;
    top: 12%;
}
.con6_mid_swiper_6 .con23_bottom_ab{
    width: 94% !important;
}
.con6_mid_swiper_6_item .con23_bottom_ab{
    width: 94% !important;
}

.con24_top_ab{
    width: 39.9968%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con24_top_ab_2{
    width: 9.74741%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    left: 98%;
    bottom: 10%;
}

.con24_top_2nd{
    margin-top: -18%;
    height: 12vw;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
.con24_top_2nd_left{
    right: 77%;
    font-size: 2vw !important;
    line-height: 2.3vw !important;
    font-family: pretendard-extralight !important;
}
.con24_top_2nd_right{
    left: 77%;
    font-size: 2vw !important;
    line-height: 2.3vw !important;
    font-family: pretendard-extralight !important;
}
.con24_top{
    width: 74.0157%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}


.con24_top_3rd{
    width: 46% !important;
    margin-top: -2%;
}
.con24_top_3rd_item{
    height: 3.2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: black;
    margin-bottom: 0.2%;
}
.con24_top_3rd {
    width: 47% !important;
    margin-top: -2%;
}
.con24_top_3rd{
    margin-bottom: 3%;
    z-index: 1;
}
.con24_top_3rd_item_ab{
    width: 4.45263%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 3.4%;
    bottom: 20%;
}
.con24_top_3rd_item{
    font-size: 1vw !important;
}
.con24_top_3rd_item_ab {
    width: 4.45263%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 3.4%;
    bottom: 25%;
}

.con24_top_4th{
    text-align: center;
    margin-bottom: 9%;
}
.con25{
background: #ff2724;
}

.con25_top{
    width: 14.6982%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-left: -63%;
    margin-top: 8%;
    z-index: 1;
}
.con25_ab{
    top: 0;
}
.con25_top_2nd{
    width: 19.4226%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-left: -63%;
    margin-top: -1%;
}
.con25_top_3rd{
    width: 19.0026%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: -2%;
    margin-left: -38%;
}
.con25_top_4th{
    width: 59%;
    margin-top: 3%;
    font-size: 1.2vw !important;
}
.con25_top_5th {
    text-align: right;
    margin-left: -48%;
    margin-top: 2%;
    margin-bottom: 9%;
}


.con25_right_con{
    right: 0;
    background: black;
    height: 100%;
    position: absolute;
    width: 55% !important;
    overflow: hidden;
}
.con25_scr{
    left: -2%;
    height: 143%;
}
.con25_scr_2nd{
    left: 33%;
    height: 143%;
}
.con25_scr_2nd .scrY_item{
    animation: marqueeY 20s infinite linear reverse !important;
}

.con6_mid_swiper_1_slide_1st {
    overflow: hidden;
}
.con25_scr_3rd{
    left: 68%;
    height: 143%;
}



.con26 .swiper-pagination-bullet-active{
    width: 1vw ;
    height: 1vw;
    background: #ff2724 !important;
}
.con26 .swiper-pagination-bullet{
    width: 1vw ;
    height: 1vw;
    opacity: 1 !important;
    margin: 0 0.5% !important;
    background: white;
}

.con26_top{
    width: 55% !important;
    margin-top: 6%;
    margin-bottom: 6%;
    border: 1px solid #ff2724;
    border-radius: 23px;
}
.con6_mid_swiper_7{
    width: 95% !important;
    overflow: hidden;
    margin: 2.5%;
    border-radius: 23px;

}
.con1_top_4th_pagination{
    bottom: 8% !important;
}
.con26{
    background: black;
}

.con26_top_ab{
    right: 107%;
    white-space: nowrap;
    text-align: right;
    top: 9%;
    font-family: pretendard-medium !important;
}

.con26_top_ab_2{
    left: 107%;
    white-space: nowrap;
    text-align: left;
    top: 9%;
    font-family: pretendard-medium !important;
}

.con26_top_ab_3{
    width: 35.6955%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    right: 104%;
}
.con26_top_ab_4{
    width: 4.86757%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 97.5%;
    animation: hand3 infinite linear 1.5s;
}
.con26_top_ab_5{
    width: 35.6001%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 104%;
}
.con26_top_ab_6{
    width: 4.86757%;
    display: flex;
    animation: hand3 infinite linear 1.5s;
    justify-content: center;
    align-items: center;
    left: 97.5%;
}
.con26_top_ab_7{
    width: 4.00859%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 106%;
    top: 64%;
}

.con26_top_ab_8{
    right: 106%;
    white-space: nowrap;
    text-align: right;
    top: 75%;
    font-family: pretendard-medium !important;
}
.con26_top_ab_9{
    left: 107%;
    white-space: nowrap;
    text-align: left;
    top: 74%;
    font-family: pretendard-medium !important;
}
.con26_top_ab_10{
    bottom: 20%;
}
.con26_top_ab_10{
    z-index: 2;
    text-align: center;
    font-size: 1.2vw !important;
    bottom: 18%;
}
.con27_top_2nd{
    width: 24.042%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 7%;
    margin-bottom: 3%;
}

.con27_top_3rd{
    flex-wrap: wrap;
    width: 75% !important;
    margin-bottom: 5%;
}
.con27_top_3rd_item{
    width: 19.6675%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.4% 1%;
}
.con27_top_3rd_item_arrow{
    width: 1.95976%;
    display: flex;
    justify-content: center;
    align-items: center;

    z-index: 1;
}
.con27_top_3rd_item_arrow_1{
    left: 26.4%;
    top: 25%;
}
.con27_top_3rd_item_arrow_2 {
    left: 48.1%;
    top: 25%;
}
.con27_top_3rd_item_arrow_3 {
    left: 70%;
    top: 25%;
}
.con27_top_3rd_item_arrow_4 {
    left: 91.7%;
    top: 25%;
}


.con27_top_3rd_item_arrow_5 {
    left: 26.4%;

    bottom: 18%;
}
.con27_top_3rd_item_arrow_6{
    left: 48.1%;
    bottom: 18%;
}
.con27_top_3rd_item_arrow_7 {
    left: 70%;
    bottom: 18%;
}

.con28{
    background: url(/images/con28_05.png) no-repeat bottom / cover;
}
.con28_top{
    width: 24.042%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 2%;
}
.con28_top_2nd{
    width: 28.2415%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    overflow: hidden;
}
.con28_top_3rd{
    width: 43.622%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    overflow: hidden;

}

.con28_top_4th{
    color: black !important;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
    line-height: 1.5vw;
}
.con28_top_5th_ab{
    width: 5.49994%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 78.8%;
    overflow: hidden;
    top: 12.6%;
}
.con28_top_5th_ab_2{
    width: 5.49994%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    top: 12.6%;
    left: 91%;
}
.con28_top_5th{
    width: 69.6588%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10.4%;
}


.con29{
    background: black;
}


.con29_top{
    width: 24.147%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 6.5% ;
}
.con29_top_half{
    margin-top: 1%;
    margin-bottom: 1%;
}
.con29_top_2nd{
    width: 67.1916%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.con29_top_3rd{
    width: 67.1916%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.con30{
    background: black;
}

.con30_top{
    width: 4.35696%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    overflow: hidden;
    margin-left: -62%;
}

.con30_top_2nd{
    width: 14.0682%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -52%;
    overflow: hidden;
    margin-top: 2%;
}
.con30_top_6th{
    width: 100.997%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}

.con30_top_3rd{
    width: 27.1391%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -39%;
    margin-top: 0.7%;
}
.con30_top_4th{
    width: 25.8793%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -40.7%;
    margin-top: 3%;
    margin-bottom: -1%;
    animation: blk 1s infinite;
    z-index: 1;
}
























.form {
    margin-top: 2%;
    width: 55.1%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 1.7%;
    z-index: 1;
    margin-bottom: 6%;
    margin-top: 0%;
}
.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;*/
}
.con17_bg{
    width: 100%;
}
.form_agree {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 78%;
    margin-top: 5%;
    margin-bottom: 4%;
}
.form_row_label{
    font-family: Pretendard-regular;
    color: black;
    white-space: nowrap;
    font-size: 1.2vw;
    position: relative;
}
.form_row_imput{
    width: 70%;
    height: 2.8vw;
    background: #ececec;
    border: none;
    font-size: 1.2vw;
    font-family: 'Pretendard-Regular';
    outline: none;
}
.form_row_imput:focus{
    border: 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: transparent;
    color: transparent;
    border: none;
    border: 1px black solid;

    appearance: none;
}
.form_agree_check:checked {
    background: transparent;
    border: none;
    display: flex;
    justify-content: center;
    border: 1px black solid;
    align-items: center;

}
.form_agree_check:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: url(/images/d_51.png) center / 86% no-repeat;
    color: unset !important;
}
.form_submit {
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1;
}
.form_row_imput_radio {
    margin-right: 1%;
    width: 8.5vw;
    height: 2.3vw;
    overflow: unset;
    outline: 0;
    color: black;
    border: none;
    appearance: none;
    margin-right: 26%;
    left: 3%;
    cursor: pointer;
}
.form_row_imput_radio:checked{
    border: none;
    appearance: none;

}

.form_row > span {
    font-size: 1.3vw;
    margin-right: -18%;
    color: black;
}
.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:focus {
    border: none;
}

.form_row_label_tel{
    position: relative;
}
.form_agree {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 78%;
    margin-top: 5%;
    margin-bottom: 9%;
}
.form_row_imput{
    color: black;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.83);
    padding: 1.5%;
    width: 25%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    border-radius: 0;
    padding-top: 1.5%;
    padding-bottom: 1%;
    cursor: pointer;
    border-radius: 50px;
    z-index: 1;
}

.form_row_label_3lettters{
    letter-spacing: 1.5vw;
}
.form_row_label_4lettters{
    letter-spacing: 1vw;
}

.form_agree {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 78%;
    margin-top: 4%;
    margin-bottom: 3%;
}
.form {
    width: 55.1%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 1.7%;
    background: white;
    z-index: 1;
    margin-bottom: 6%;
}
.form_row_radio {
    padding-top: 2%;
    padding-bottom: 1%;
    border-bottom: unset;
}
.form_row_imput_radio_1 {
    margin-right: -13%;
}

.form_row_imput_radio_1{
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    color: rgba(0, 0, 0, 0.15);
    border-radius: 50px;

}
.form_row_imput_radio_1:checked{
    background: #d12821;
    color: white;
}

.form_row_imput_radio_2{
    border: 1px solid rgba(0, 0, 0, 0.15) !important;

    color: rgba(0, 0, 0, 0.15);
    border-radius: 50px;


}
.form_row_imput_radio_2:checked{
    background: #d12821;
    color: white;



}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #9C0001;
    padding: 1.5%;
    width: 25%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    font-family: auto;
    border-radius: 0;
    padding-top: 1.5%;
    padding-bottom: 1%;
    cursor: pointer;
    border-radius: 50px;
    z-index: 1;
    font-family: pretendard-bold;
    padding-bottom: 1.55%;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.83);
    padding: 1.5%;
    width: 25%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    border-radius: 0;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    cursor: pointer;
    border-radius: 50px;
    z-index: 1;
}
.form_row_imput_radio {
    margin-right: 1%;
    width: 14.5vw;
    height: 2.6vw;
    overflow: unset;
    outline: 0;
    color: black;
    border: none;
    appearance: none;
    margin-right: -2%;

    left: 3%;
}
.form_row_imput_radio_1 {
    margin-right: 0%;
    margin-left: 12%;
}
.form_row_imput_radio_2{
    margin-left: -1%;
    margin-right: -1%;
}
textarea{
    height: 6vw !important;
    padding-left: 1% !important;
    padding-top: 1% !important;
}
.form_row_label_4lettters {
    letter-spacing: 0.7vw;
}
.form{
    background: transparent;
}

.con7_top_img_absol{
    width: 6.93069%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 5%;
    top: 2%;
}
.con7_top_img_absol_2{
    width: 25.198%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -2%;
    bottom: 5%;
}
.form_row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    padding-bottom: 1%;
    padding-left: 3%;
    padding-top: 1%;
    background: white;
    margin-top: 1%;
    padding-right: 2%;
}
.form_row_imput_radio{
    background: transparent;

}
.form_row_imput_text{
    background: transparent;
}
.form_row_imput_radio_1_label{
    left: 46%;
    font-family: pretendard-bold;
    color: #80808094;
    pointer-events: none;
}
.form_row_imput_radio_1_label_2{
    left: 80%;
    font-family: pretendard-bold;
    color: #80808094;
    pointer-events: none;

}
.form_row_imput_radio_2:checked ~ .form_row_imput_radio_1_label_2{
    color: white;
}
.form_row_imput_radio_1:checked ~ .form_row_imput_radio_1_label{
    color: white;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    padding-bottom: 1%;
    padding-left: 3%;
    padding-top: 1%;
    background: white;
    margin-top: 1%;
    padding-right: 2%;
    border-radius: 20px;
    border: 1px solid #80808069;
}
.form_row_label_line{
    height: 2vw;
    border-left: 1px solid #ffd3d3;
    opacity: 0;
}
.form_row{
    position: relative;
}
.form_row_label_line {
    height: 1.7vw;
    border-left: 1px solid #ffd3d3;
    position: absolute;
    left: 26%;
}

.form_row_imput_radio_1_label_2nd {
    left: 37%;
    pointer-events: none;

}

.form_row_imput_radio_1_label_2_2nd {
    left: 77.2%;
    pointer-events: none;

}

.h_area1{
    left: 31.42%;
    appearance: none;
    border: 1px solid grey;
    margin-right: 1%;
    width: 14.5vw;
    height: 2.6vw;
    overflow: unset;
    outline: 0;
    color: black;
    border: none;
    appearance: none;
    margin-right: -2%;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    color: rgb(0 0 0 / 36%);
    border-radius: 50px;
    text-align: center;
    font-size: 1vw;
    font-family: 'Pretendard-bold';
}
.h_area2{
    left: 65.3%;
    appearance: none;
    border: 1px solid grey;
    margin-right: 1%;
    width: 14.5vw;
    height: 2.6vw;
    overflow: unset;
    outline: 0;
    color: black;
    border: none;
    appearance: none;
    margin-right: -2%;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    color: rgb(0 0 0 / 36%);
    border-radius: 50px;
    text-align: center;
    font-size: 1vw;
    font-family: 'Pretendard-bold';
}
.form_row_label_line {
    height: 1.7vw;
    border-left: 3px solid #a98737;
    position: absolute;
    left: 26%;
}
.form_row_imput_radio_2:checked {
    background: #d12821;
    color: white;
}

.form {
    width: 85.1%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 10.7%;
    z-index: 1;
    margin-bottom: 6%;
}
.form_agree_span {
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: white;
}
.form_agree_check:checked::after {
    content: "";
    width: 0.7vw;
    height: 0.7vw;
    position: absolute;
    background: #C7AE6D;
    color: unset !important;
}
.form_agree_check:checked {
    background: transparent;
    border: none;
    display: flex;
    justify-content: center;
    border: 1px white solid;
    align-items: center;
}
.form_agree_check {
    border: 1px white solid;
}
textarea {
    height: 3vw !important;
    padding-left: 1% !important;
    padding-top: 1% !important;
}
.form_row_imput {
    height: 2.3vw;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d12821;
    padding: 1.5%;
    width: 78%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.3vw;
    border-radius: 0;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    cursor: pointer;
    border-radius: 50px;
    z-index: 1;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    padding-bottom: 0.5%;
    padding-left: 3%;
    padding-top: 0.5%;
    background: white;
    margin-top: 1%;
    padding-right: 2%;
    border-radius: 0;
    border: 1px solid #80808069;
}

.h_area1 {
    left: 31.12%;
    appearance: none;
    border: 1px solid grey;
    margin-right: 1%;
    width: 10.5vw;
    height: 2.1vw;
    overflow: unset;
    outline: 0;
    color: black;
    border: none;
    appearance: none;
    margin-right: -2%;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    color: rgb(0 0 0 / 36%);
    border-radius: 50px;
    text-align: center;
    font-size: 1vw;
    font-family: 'Pretendard-bold';
}
.h_area2 {
    left: 64.3%;
    appearance: none;
    border: 1px solid grey;
    margin-right: 1%;
    width: 10.5vw;
    height: 2.1vw;
    overflow: unset;
    outline: 0;
    color: black;
    border: none;
    appearance: none;
    margin-right: -2%;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    color: rgb(0 0 0 / 36%);
    border-radius: 50px;
    text-align: center;
    font-size: 1vw;
    font-family: 'Pretendard-bold';
}
.form_row_imput_radio {
    height: 2.1vw;
    width: 10.5vw;
}
.form_row_imput_radio_1 {
    margin-right: 0%;
    margin-left: 3%;
}
.form_row_imput_radio_2 {
    margin-left: -5%;
    margin-right: 2%;
}
.form_row_imput_radio_1_label {
    left: 44%;
    font-family: pretendard-bold;
    color: #80808094;
    pointer-events: none;
}
.form_row_imput_radio_1_label_2 {
    left: 78%;
    font-family: pretendard-bold;
    color: #80808094;
    pointer-events: none;
}



.form_agree {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 78%;
    margin-top: 4%;
    margin-bottom: 3%;
    position: absolute;
    top: 5%;
    right: -16%;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d12821;
    padding: 1.5%;
    width: 78%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.3vw;
    border-radius: 0;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    cursor: pointer;
    border-radius: 0;
    z-index: 1;
    margin-top: 4%;
}


.form {
    width: 59.1%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 10.7%;
    z-index: 1;
    margin-bottom: 6%;
    background: white;
}
.form_row_label {
    font-family: GmarketSansMedium;
    color: black;
    white-space: nowrap;
    font-size: 1.2vw;
    position: relative;
}
.form_row{
    border: unset;
}


.form_row_imput {
    height: 2.5vw;

    border: 1px solid #908f8f;
    background: #0000000a;
}
.form_row {
    margin-top: 0%;
}
.h_area1{
    z-index: 1;
    height: 2.5vw;

    border: 1px solid #908f8f;
    background: #0000000a;
    border-radius: 0;
    left: 32%;
    width: 21.6%;
}

.h_area2{
    z-index: 1;
    height: 2.5vw;

    border: 1px solid #908f8f;
    background: #0000000a;
    border-radius: 0;
    left: 55%;
    width: 21.6%;

}
.form_row_radio{
    height: 3vw;
}
.form_row_imput_radio_1 {
    margin-right: 0%;
    margin-left: -9%;
    border: 1px solid #908f8f;
    background: #0000000a;
    border-radius: 0;
    width: 25%;
    position: absolute;
    left: 41%;
    height: 2.5vw;

}
.form_row_imput_radio_2 {
    margin-right: 0%;
    border: 1px solid #908f8f;
    background: #0000000a;
    border-radius: 0;
    width: 25%;
    width: 25%;
    position: absolute;
    left: 63%;
    height: 2.5vw;
}
textarea {
    height: 2.5vw !important;
    padding-left: 1% !important;
    padding-top: 1% !important;
}
.form_row_imput_radio_1_label {
    left: 42.5%;
    font-size: 1.1vw;
}
.form_row_imput_radio_1_label_2 {
    left: 68.5%;
    font-size: 1.1vw;
}



.form_agree {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75%;
    margin-top: 4%;
    margin-bottom: 3%;
    position: absolute;
    top: 5%;
    right: unset;
    height: 5vw;
    background: #2a2a2a;
}
.form_agree {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 75%;
    margin-top: 4%;
    margin-bottom: 3%;
    position: absolute;
    top: 5%;
    right: unset;
    height: 5vw;
    background: #2a2a2a;
}
.form_agree_check {
    margin-right: 2%;
    margin-left: 4%;
    border-radius: 50%;
    width: 1.2vw;
    height: 1.2vw;
    overflow: hidden;
    outline: 0;
    background: transparent;
    color: transparent;
    border: none;
    border: 1px solid #d12821;
    appearance: none;
}
.form_row_imput {
    height: 2.5vw;
    border: 1px solid #d128217a;
    background: #0000000a;
}
.form_agree_check:checked::after {
    content: "";
    width: 1.2vw;
    height: 1.2vw;
    border-radius: 50%;
    position: absolute;
    background: #d12821;
    color: unset !important;
}
.form {
    border-radius: 30px;
}
.form {
    padding-bottom: 3%;
}
.form_submit {
    width: 26%;
    border-radius: 30px;
    position: absolute;
    bottom: -25%;
}
.form {
    margin-bottom: 12%;
}
.con18_absol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}
.con18_absol_2{
    width: 19.604%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 5%;
    right: 3%;
}
.form_absol{
    width: 12.6485%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -9%;
    right: -3%;
}

.h_area2{
    left: 54.2%;
}
.h_area3::placeholder{
    color: rgb(0 0 0 / 36%) !important;

}
.h_area3{
    left: 76.4%;
    position: absolute;
    width: 21.1%;
    font-family: 'Pretendard-bold';
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    font-size: 1vw;
    color: rgb(0 0 0 / 36%) !important;
}
#budget{
    left: 31.12%;
    appearance: none;
    border: 1px solid grey;
    margin-right: 1%;
    width: 10.5vw;
    height: 2.1vw;
    overflow: unset;
    outline: 0;
    color: black;
    border: none;
    appearance: none;
    margin-right: -2%;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    color: rgb(0 0 0 / 36%);
    border-radius: 50px;
    text-align: center;
    font-size: 1vw;
    font-family: 'Pretendard-bold';
    z-index: 1;
    height: 2.5vw;
    border: 1px solid #908f8f;
    background: #0000000a;
    border-radius: 0;
    left: 32%;
    width: 43.8%;
}





.con19_top {
    width: 54.9606%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    pointer-events: none;
    margin-bottom: 2%;
}

.con19_top_2nd_top_item_1 {
    width: 11.1228%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -29%;
}
.con19_top_2nd_top_item_2{
    width: 16.8929%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1%;
}
.con19_top_2nd_top_item_3{
    width: 11.122%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con19_top_2nd_top_2nd{
    width: 48.2653%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -35%;
    margin-top: 4.5%;
}
.con19_top_2nd_top_3rd{
    text-align: right;
    margin-left: -10%;
    margin-top: 4%;
    margin-bottom: 20%;
}
.con13_top_3rd_top_4th{
    z-index: 1;
    width: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con19_top_2nd{
    align-items: flex-start !important;
    z-index: 1;
    pointer-events: none;
}
.con19_top_2nd_right_top_item_1{
    width: 16.8929%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 19%;
    margin-right: 1%;
}
.con19_top_2nd_right_top_item_2{
    width: 14.8993%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con19_top_2nd_right_top_2nd{
    width: 32.1069%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20%;
    margin-top: 3%;
}
.con19_top_2nd_right_top_3rd{
    margin-left: 23%;
    margin-top: 4%;
    color: black !important;
}
.video_con {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_top_3rd_top_4th {
    z-index: 1;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 16%;
}



.con01_left_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
}
.con01_right_div{
    background: url("/images/con01_06.png") no-repeat center / cover;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
}
.con01_hover {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    top: 0%;
    pointer-events: none;
    z-index: 1;
}
.con01_hover_div {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con01_hover_left_div{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 50vw;
    height: 100%;
    pointer-events: all;
    cursor: pointer;
    z-index: 2;
}
.con01_hover_right_div{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 50vw;
    height: 100%;
    pointer-events: all;
    cursor: pointer;
    z-index: 2;
}
.con01_left{
    left: 30%;
    justify-content: flex-start !important;
    transition: width 1s;
    height: 100%;
}
.con01_left_img{
    top: 19%;
    width: 40vw !important;
    position: absolute;
}
.con01_right{
    right: 30%;
    justify-content: flex-end !important;
    transition: width 1s;
    height: 100%;
}
.con01_right_img{
    top: 19%;
    width: 40vw !important;
    position: absolute;
}
.con01_hover_left_div:hover ~ .con01_left{
    width: 33vw;
    z-index: 1;
}
.con01_hover_left_div:hover ~ .con01_right{
    width: 7vw;
    z-index: 0;
}
.con01_hover_left_div:hover ~ .con01_left_bg{
    width: 63%;
}
.con01_hover_left_div:hover ~ .con01_right_bg{
    width: 37%;
}
.con01_hover_right_div:hover ~ .con01_left{
    width: 7vw;
    z-index: 0;
}
.con01_hover_right_div:hover ~ .con01_right{
    width: 33vw;
    z-index: 1;
}
.con01_hover_right_div:hover ~ .con01_right_bg{
    width: 63%;
}
.con01_hover_right_div:hover ~ .con01_left_bg{
    width: 37%;
}

.con01_hover_right_div:hover .ccon2_06{
    animation: light 3s infinite;
}
.con01_hover_right_div:hover .ccon2_07{
    animation: light 3s infinite;
}

.con01_hover_left_div:hover .ccon2_02{
    animation: light 3s infinite;
}
.con01_hover_left_div:hover .ccon2_03{
    animation: light 3s infinite;
}

.con01_right_absol_img{
    top: 77%;
    left: 10%;
    z-index: 1;
    width: 23%;
    opacity: 0;
}
.con01_left_bg{
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    height: 100%;
    left: 0%;
    transition: all 1s;
}
.con01_right_bg{
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 50%;
    height: 100%;
    right: 0%;
    transition: all 1s;
    background: url("/images/con19_bg.jpg") no-repeat center / cover;

}

.form {
    width: 40.1%;
    left: 51%;
    top: 19%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 7.7%;
    z-index: 1;
    margin-bottom: 6%;
    background: black;
    border: 1px solid #ff2724;
}

.form_agree {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 79%;
    margin-top: 4%;
    margin-bottom: 3%;
    position: absolute;
    top: 1%;
    right: unset;
    height: 5vw;
    background: black;
    border: 1px solid #ff2724;
}

.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    padding-bottom: 0.5%;
    padding-left: 3%;
    padding-top: 0.5%;
    background: white;
    margin-top: 1%;
    padding-right: 2%;
    border-radius: 0;
    border: 1px solid #80808069;
    border-bottom: 1px solid #ff2724 !important;
}
.form_row_label {
    font-family: pretendard-semibold;
    color: white;
    white-space: nowrap;
    font-size: 1.2vw;
    position: relative;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    padding-bottom: 0.5%;
    padding-left: 3%;
    padding-top: 0.5%;
    background: transparent;
    margin-top: 1%;
    padding-right: 2%;
    border-radius: 0;
    border: unset !important;
    border-bottom: 1px solid #ff2724 !important;
}

.form_row_imput {
    height: 2.5vw;
    border: unset;
    background: #0000000a;
}
.h_area1 {
    background: white;
    border-radius: 15px;
    height: 2.2vw;
}
.h_area2 {
    background: white;
    border-radius: 15px;
    height: 2.2vw;
}
.h_area3 {
    height: 2.2vw;
    width: 21.6%;
    background: white;
    border-radius: 15px;
}
#budget {
    background: white;
    border-radius: 15px;
    height: 2.2vw;
}

.form_submit {
    width: 78%;
    border-radius: 0;
    position: absolute;
    bottom: 0;
    position: relative !important;
    background: #ff2724;
    height: 2.4vw;
    margin-bottom: -1%;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 79%;
    padding-bottom: 1.5%;
    padding-left: 5%;
    box-sizing: border-box;
    padding-top: 0.5%;
    background: transparent;
    margin-top: 1%;
    padding-right: 2%;
    border-radius: 0;
    border: unset !important;
    border-bottom: 1px solid #ff2724 !important;
}

.form_row_ab{
    width: 3.99806%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 1%;
}
.form_agree_check:checked {
    background: transparent;
    border: none;
    display: flex;
    justify-content: center;
    border: 1px #ff2724 solid;
    align-items: center;
}

.form_agree_check:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    border-radius: 50%;
    position: absolute;
    background: #d12821;
    color: unset !important;
}

.con15_top_5th {
    z-index: 1;
}
.con15_top_3rd_item_2 {
    z-index: 2;
}

.con7_prev {
    left: unset !important;
    bottom: unset !important;
    right: 92% !important;
    top: 32.2% !important;
    width: 3vw !important;
    height: 3vw !important;
}
.con7_next {
    right: unset !important;
    bottom: unset !important;
    left: 92% !important;
    top: 32.2% !important;
    width: 3vw !important;
    height: 3vw !important;
    transform: scaleX(-1);
}

.con1_top_2nd_1{
    width: 19.3437%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con1_top_2nd_3{
    width: 19.685%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con8_top_2nd_1{
    width: 19.9475%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con8_top_2nd_1_ab{
    width: 83.9895%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con8_top_2nd_3{
    width: 19.9475%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con8_top_2nd_3_ab{
    width: 83.9895%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_right_ab_ab_1{
    width: 100.053%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_12{
    border-radius: 50%;
}
.con14_left_top_3rd{
    width: 57.2928%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

}

.con14_right_top_3rd{
    width: 54.0399%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}

.con15_top_2nd_4{
    width: 16.1155%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con16_top{
    width: 5.19685%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con17_top_ab_con_2nd_con_ab{
    width: 116.85%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}

.con23_top_3rd_item_1{
    width: 31.0645%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con23_top_3rd_item_2{
    width: 34.8878%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con23_top_3rd_item_4{
    width: 25.8074%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con23_top_3rd_item_3{
    width: 46.3578%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con23_top_3rd_item_ab{
}
.con28_01{
    width: 24.042vw !important;
}

.main_con_ab {
    z-index: 7;
}

.con1_con {
    clip-path: circle(18.3% at 50% 50%);
    filter: brightness(0.4);
}
.main_con_ab_ab{
    width: 14.2782%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10001;
}

.con5_top_2nd_1_2{
    display: inline-block;
}
.con5_top_2nd_1_3 {
    display: inline-block;
    background: #ff2724;
    padding: 2% 0;
    box-sizing: border-box;
}

.con6_top_3rd {
    width: 73%;
    font-size: 1.3vw;
    overflow: hidden;
    font-size: 1.3vw !important;
}

.con08_08{
    animation: scaleOpa 2s infinite;
}
.con08_10{
    animation: scaleOpa 2s infinite;
}

.con8_top_4th_1{
    width: 20.9974%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

}
.con9_ab_p {
    bottom: 120%;
    left: 0;
    font-size: 2vw !important;
    font-family: pretendard-semibold !important;
}


.con10_01 {
    transform-origin: 50% 0 0;
    animation: wabble 1.2s;
    animation-iteration-count: infinite;
}
.con10_top_2nd_2_ab{
    animation: blk 1s infinite;
}

.con13_top {
    z-index: 2;
}
.con13_top_2nd {
    z-index: 2;
}

.con13_05_con{
    overflow: hidden;
}

.con13_left_line{
    width: 22%;
    border-bottom: 1px solid grey;
    top: 20%;
    right: 2%;
}
.con13_left_line_2{
    width: 22%;
    border-bottom: 1px solid grey;
    top: 49%;
    right: 2.5%;
}
.con13_left_line_3{
    width: 22%;
    border-bottom: 1px solid grey;
    top: 78%;
    right: 2%;
}

.con14_left_top_4th_ab{
    width: 23.1527%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con14_video_con {
    width: 200%;
    height: 120%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    filter: brightness(0.4);
}
.con15_top_3rd_ab_1{
    width: 9.34383%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con15_top_3rd_ab_3{
    width: 9.34383%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}
.con16_ab_4 {
    width: 20.7874%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 76.8%;
    z-index: 2;
    top: 23%;
}

.con20_top_ab {
    width: 17.4757%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 19%;
    animation: wabble 2s infinite;
}

.con9_right_item_video{
    pointer-events: none;
}

.con9_right_item{
    cursor: pointer;
}
.con9_top_video_con_3_ab{
    width: 86.758%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    top: 65%;
}
.con9_top_video_con_2_ab {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: 57.5342%;
    right: 7%;
    top: 73%;
}

.con17_06h{
    width: 11.601vw !important;
}
.con17_09{
    width: 11.4436vw !important;
}
.con6_con_ab{
    pointer-events: none;
}
.con10_right_ab_ab_2nd{
    width: 100.052%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con23_top_3rd_item{
    cursor: pointer;
}

.con20_10_menu_item{
    width: 163.637%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con20_10{
    z-index: 3;
}
.con20_11{
    z-index: 3;
}
.con20_12{
    z-index: 3;
}

.con11_top_3rd_item_3 .con20_10_menu_item{
    width: 221.637%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_con_ab{
    pointer-events: none;
}
.con15{
    background: #ff2724;
}
.con20_10h{
        z-index: 1;
}
.con20_11h{
        z-index: 1;
}
.con20_12h{
        z-index: 1;
}
.con11_top_3rd_item_ab_1{
        width: 100.052%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 6;
}
.con11_top_3rd_item_ab_2{
        width: 100.052%;
    display: flex;
    z-index: 6;
    justify-content: center;
    align-items: center;
}
.con11_top_3rd_item_ab_3{
    z-index: 6;
        width: 100.052%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con6_mid_swiper_2_item{
    overflow: hidden;
}












.con17_mid_2nd{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 83%;
    margin-bottom: 5%;
}
.map{
    width: 98%;
    height: 33vw;
}
.con17_mid_map_search{
    width: 26%;
    background: white;
    height: 30vw;
    top: 5%;
    z-index: 2;
    overflow: hidden;
    left: 5%;
}
.con17_mid_map_search_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con17_mid_map_search_top > div{
    color: white;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 3%;
    font-size: 1.2vw;
    font-family: pretendard-bold;
    cursor: pointer;
}
.on2{
    background: #891010;
    color: white !important;
}
.off2{
    color: grey !important;
}
.con17_mid_map_search_mid{
    background: #891010;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    padding: 3%;

}
.con17_mid_map_search_mid input{
    appearance: none;
    border: none;
    outline: none;
    border-radius: 50px;
    width: 100%;
    height: 3vw;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 1vw;
}
.con17_04{
}
.con17_mid_map_search_bottom{
    overflow: scroll;
    height: 23.5vw;
    width: 100%;
}
.con17_mid_map_search_item{
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 1vw;
}
.con17_mid_map_search_item_title{
    font-size: 1.3vw;
    font-family: pretendard-bold;
}
.con17_mid_map_search_item_address{
    margin-top: 4%;
    margin-bottom: 1%;
color: #808080e6;    
    
}
.map {
    width: 100%;
    height: 31vw;
}
.con17_mid_map_search {
    width: 26%;
    background: white;
    height: 31vw;
    top: 0%;
    z-index: 2;
    overflow: hidden;
    left: 0%;
}
.con17_mid_2nd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 92%;
    margin-bottom: 5%;
}
.con18_03{
    width: 7% !important;
    right: 8%;
}
.con17_mid_map_search_item_title {
    font-size: 1.1vw;
    font-family: pretendard-bold;
}
.con17_mid_map_search_item {
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 0.8vw;
    font-family: pretendard-regular;
    
}
.con17_mid_map_search {
    width: 26%;
    background: white;
    height: 28vw;
    top: 0%;
    z-index: 2;
    overflow: hidden;
    left: 3%;
}

.map{
    width: 95%;
    height: 30vw;
}


.markerdesc{
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    text-align: center;
}
.con17_mid_map_search {
    width: 22%;
    background: white;
    height: 27vw;
    top: 5%;
    z-index: 2;
    overflow: hidden;
    left: 12%;
    border-radius: 30px;
}
.con17_mid_map_search_top {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    opacity: 0;
}
.con17_mid_map_search_mid {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    padding: 3%;
}
.con17_mid_map_search_mid input {
    appearance: none;
    border: none;
    outline: none;
    border-radius: 50px;
    width: 100%;
    height: 3vw;
    margin-top: 6%;
    background: #80808017;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 1vw;
}
.con18_03 {
    width: 7% !important;
    right: 8%;
    top: 47%;
}

.con17_mid_map_search_mid input {
    appearance: none;
    border: none;
    outline: none;
    border-radius: 50px;
    width: 87%;
    height: 3vw;
    margin-top: 6%;
    background: #000000e3;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 1vw;
    color: white;
}
.con18_03 {
    width: 7% !important;
    right: 11%;
    top: 47%;
}
.con17_mid_map_search_item_tel {
    color: #808080e6;
}



.map {
    width: 95%;
    height: 30vw;
    border: 1px solid #8646de;
}
.con17_mid_map_search_mid input {
    background: #8080801a;
}

.map {
    width: 95%;
    height: 30vw;
    border: unset;
}

.con17_mid_map_search {
    width: 22%;
    background: white;
    height: 27vw;
    top: 5%;
    z-index: 2;
    overflow: hidden;
    left: 12%;
    border-radius: 15px;
    border: 1px solid #ff2724;
}
.con17_mid_2nd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 92%;
    margin-bottom: -4%;
    margin-top: -5%;
}
.con30_top_5th{
        width: 59.895%;
    display: flex;
    justify-content: center;
    align-items: center;
}











.con3_mid_3rd{
    padding: 0.7% 0;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    margin-top: 8%;
}



.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;
    font-size: 0.9vw;
    background: white;
    border-radius: 40px;
    color: #820000;
    font-family: Pretendard-bold;
    padding: 0 3%;
    margin-left: 2%;
}
.con3_mid_3rd {
    padding: 0.7% 0;
    border-top: unset;
    border-bottom: unset;
    margin-top: 8%;
    background: black;
    opacity: 0;
}
.con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(2) {
    color: white;
    font-size: 0.9vw;
    background: transparent;
    border-radius: 40px;
    color: #c9252b;
    font-family: Pretendard-bold;
    padding: 0 3%;
    margin-left: 2%;
}

.con3_mid_3rd {
    padding: 0.7% 0;
    border-top: unset;
    border-bottom: unset;
    margin-top: 0;
    background: black;
    top: 0;
    position: absolute !important;
}
.form_row_imput {
    color: white;
}
.con6_mid_swiper_1_p_2 {
    width: 77%;
    height: 5vw;
    margin-top: 5%;
}
.con6_mid_swiper_1_slide_p_con_spice {
    width: 20% !important;
    top: 64%;
    right: 5%;
    align-items: flex-end !important;
    justify-content: flex-end !important;
}
.con6_mid_swiper_1_p{
        width: 90%;
    margin-top: 5%;
    font-size: 1.2vw !important;
}
.con6_mid_swiper_1_p_2 {
    width: 90%;
    height: 5vw;
    margin-top: 5%;
}
.con9_top_video_con iframe{
    pointer-events: none;
}
    .con29_top_3rd {
    width: 46.1916%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
}
.con1_top_2nd {
    width: 41.1346%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.5%;
    margin-bottom: 2.5%;
    overflow: hidden;
}
.con1_top_2nd {
    width: 30.1346%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.5%;
    margin-bottom: 1.5%;
    overflow: hidden;
}
.con1_top_2nd.absol{
    width: 150% !important;
}

.con1_top_3rd {
    width: 35.1502%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12%;
    z-index: 1;
}

.con2_top_2nd{
        width: 18.6045%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}
.con2_top_3rd {
    width: 28.9324%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    z-index: 1;
    margin-top: 2%;
}
.con2_top_4th {
    width: 47.1547%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    z-index: 1;
    margin-top: 1.4%;
    margin-bottom: 7%;
}
.con1_top_4th_ab {
    width: 84.5486%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 102%;
    top: 34%;
    overflow: hidden;
}
.con1_top_4th_ab_2 {
    width: 113.715%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 102%;
    top: 34%;
    overflow: hidden;
}
.con1_scr {
    bottom: 5%;
}
.con10_right_ab_arrow_prev{
        width: 5.60892%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 2%;
    z-index: 1001;
}

.con10_right_ab_arrow_next{
    width: 5.60892%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 2%;
    z-index: 1001;
    transform: scaleX(-1);
}
.con15_top_5th {
    background: #ffffff7d;
}

.con9_ab_2 {
    width: 6.8136%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    top: 59%;
    left: 21%;
    background: #ff2724;
    border-radius: 50%;
    padding: 1.5%;
}

.con9_ab {
    width: 27.5302%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    right: 36%;
    top: 10%;
}

.con2_top_4th {
    width: 47.1547%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    z-index: 1;
    margin-top: 1.4%;
    margin-bottom: 12%;
}



.con1_top{
        width: 14.0698%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16%;
}
.con1_top_2nd {
    width: 20.1346%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5%;
    margin-bottom: 1.5%;
    overflow: hidden;
}
.con1_top_3rd {
    width: 21.1502%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15%;
    z-index: 1;
}
.con2_top {
    width: 10.8113%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16%;
}
.con2_top_2nd {
    width: 47.6045% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}
.con2_top_4th {
    width: 31.1547%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    z-index: 1;
    margin-top: 1.4%;
    margin-bottom: 18%;
}


.con02_02{
    -webkit-filter: brightness(0) invert(1); 
filter: brightness(0) invert(1);
}
.con02_04{
    -webkit-filter: brightness(0) invert(1); 
filter: brightness(0) invert(1);
}
.con1_top{
        width: 10.8113%;
}
.con6_top {
    width: 18.2861%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -62%;
    margin-top: 8%;
    flex-direction: column;
}

.con6_top_2nd {
    width: 27.4199%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -52.8%;
    margin-top: 1%;
    overflow: hidden;
    margin-bottom: 2%;
}
.con6_top_ab {
    width: 34.6047%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 115%;
    top: 20%;
}


.con9_ab {
    width: 27.5302%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    right: 36%;
    top: 0%;
}
.con9{
    margin-top: 6%;
}
.con9_ab_2{
        width: 19.8136%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    top: 9%;
    left: unset;
    background: unset;
    border-radius: unset;
    padding: unset;
}

@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {


    section div img{
        width: 100%;
    }


    .con7_prev {
        left: unset !important;
        bottom: unset !important;
        right: 50% !important;
        top: 114.2% !important;
        width: 8vw !important;
        height: 8vw !important;
    }
    .con7_next {
        right: unset !important;
        bottom: unset !important;
        left: 50% !important;
        top: 114.2% !important;
        width: 8vw !important;
        height: 8vw !important;
    }

    .main_top {
        width: 72.9633%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 33%;
        z-index: 1;
    }

    .main_top_2nd {
        width: 73.1207%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin: 4% 0;
    }

    .main_top_3rd {
        width: 94.6273%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-bottom: 9%;
    }
    .main_top {
        width: 86.9633%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 52%;
        z-index: 1;
    }

    .main_top_2nd {
        width: 87.1207%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin: 5% 0;
    }


    .main_top_3rd{
        width: 132% !important;
    }
    .con01_05{
        padding-right: 2%;
        box-sizing: border-box;
    }

    .main .video_con{
        width: 225%;
    }
    .con1_top {
        width: 61.0698%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 36%;
    }

    .con1_top_2nd {
        width: 89.1346%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 8.5%;
        margin-bottom: 8.5%;
    }
    .con1_top_3rd {
        width: 79.1502%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 12%;
        z-index: 1;
        margin-top: -5%;
    }
    .con1_top_3rd {
        width: 79.1502%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 24%;
        z-index: 1;
        margin-top: -5%;
    }

    .con1_top_4th {
        width: 74.2362%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -8%;
    }

    .con1_top_4th_ab{
        display: none;
    }
    .con1_top_4th_ab_2{
        display: none;

    }
    .con1_scr{
        width: 200% !important;
        bottom: 0;
    }
    .con1_con_con {
        width: 97% !important;
        border-radius: 0 0 50px 50px;
        background: black;
        overflow: hidden;
    }
    .con1_con_con_con {
        width: 97% !important;
        border-radius: 0 0 45px 45px;
        top: 0;
        height: 98%;
        border: 1px solid #ff2724;
    }
    .con6_mid_swiper_1_slide{
        overflow: hidden;
    }
    .con1_video_con {
        width: 168%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con2_top {
        width: 47.8113%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30%;
    }
    .con2_top_2nd{
        width: 172% !important;
        margin-top: 4% ;
    }
    .con2_top_3rd {
        width: 67.9324%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 3%;
    }
    .con2_top_4th {
        width: 90.1547%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 2.4%;
    }
    .con2_top_5th {
        width: 35.7504%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1.7%;
        z-index: 1;
    }
    .con2_top_6th {
        width: 24.3953%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 8%;
        left: 8%;
        display: none;
    }
    .con2_top_7th {
        width: 24.3953%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 8%;
        display: none;
        right: 8%;
    }
    .con6_mid_swiper_1_slide_2nd .con1_top_4th {
        width: 68.2362%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -8%;
    }
    .con4_top {
        width: 5.15223%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 8%;
        animation: hand3 infinite linear 1.5s;
    }
    .con4_top_2nd {
        font-size: 3.5vw !important;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .con4_top_3rd {
        width: 66.9633%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 2.5%;
    }
    .con4_top_4th {
        font-size: 3.3vw !important;
        margin-top: 2%;
        margin-bottom: 4%;
    }
    .con4_top_5th {
        width: 81.6142%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-bottom: 6%;
    }
    .con4_top_6th {
        font-size: 3.5vw !important;
        margin-top: 4%;
        margin-bottom: 1%;
    }
    .con4_top_7th {
        margin-bottom: 18%;
        text-align: center;
        margin-top: 2%;
        font-size: 3.3vw !important;
    }
    .con4_top {
        width: 5.15223%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 13%;
        animation: hand3 infinite linear 1.5s;
    }
    .con4_con {
        background: black;
        border-radius: 150px 150px 0 0;
    }
    .con4_con_ab {
        width: 17.45407%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 7%;
        background: grey;
        left: 23%;
        padding: 1% 1.6%;
        border-radius: 50px;
    }
    .con4_con_ab_2 {
        top: 26%;
        background: grey;
        right: 8%;
        padding: 1% 1.6%;
        border-radius: 50px;
        width: 31.8583%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con4_con_ab_3 {
        width: 15.35171%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 28%;
        background: grey;
        left: 18%;
        padding: 1% 1.6%;
        border-radius: 50px;
    }
    .con4_con_ab_4 {
        top: 10%;
        background: grey;
        right: 17%;
        padding: 1% 1.6%;
        border-radius: 50px;
        width: 18.08399%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con5_top {
        font-size: 3.5vw !important;
        margin-top: 13%;
        margin-left: 0;
    }

    .con5_top_2nd {
        margin-top: 2%;
        font-size: 4.7vw !important;
        margin-left: 0;
        margin-bottom: 4%;
    }
    .con5_top_3rd {
        width: 38%;
        flex-wrap: wrap;
        margin-left: -39%;
        margin-top: 5%;
        width: 86% !important;
        flex-wrap: wrap;
        margin-left: 0;
        margin-top: 3%;
        margin-bottom: 14%;
    }
    .con5_top_3rd_item {
        width: 25vw;
        text-align: center;
        height: 25vw;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: Pretendard-bold;
        background: black;
        border-radius: 50%;
        margin: 0 2%;
    }
    .con5_top_3rd_item_2nd {
        width: 25vw;
        height: 25vw;
        margin: 0 2%;
    }
    .con06_01{
        width: 58.5066vw !important;
    }
    .con5_top_3rd_ab{
        width: 67.9349%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }
    .con5_ab {
        width: 86%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
        right: 0;
        z-index: 1;
        position: relative !important;
        margin-right: -14%;
    }
    .con5_top {
        font-size: 3.5vw !important;
        margin-top: 15%;
        margin-left: 0;
    }
    .con5_ab_2 {
        width: 23.4304%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -8%;
        left: 0%;
        z-index: 1;
    }
    .con5_ab_3 {
        width: 22.7087%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 0;
        z-index: 1;
    }
    .con5_ab_4 {
        width: 23.65879%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 6%;
        left: 3%;
    }
    .con6{
        flex-direction: column !important;
    }
    .con6_con_ab{
        position: relative !important;
    }
    .con6_top {
        width: 24.2861%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -13px;
        margin-top: 15%;
    }

    .con6_top_2nd {
        width: 53.4199%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 2%;
        margin-bottom: 3%;
    }
    .con6_top_3rd {
        text-align: center;
        width: 72%;
        font-size: 3.5vw !important;
        margin-top: 2%;
    }
    .con6_top_4th {
        margin-left: 0;
        margin-top: 2%;
        margin-bottom: 1.5%;
        width: 91% !important;
    }
    .con6_top_4th_item {
        background: black;
        width: 25vw;
        height: 25vw;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con6_top_4th_item_2nd {
        width: 25vw;
        height: 25vw;
        align-items: center;
        background: #ff2724;
        margin: -1%;

        z-index: 1;
    }
    .con6_top_5th {
        width: 53%;
        margin-bottom: 9%;
        font-size: 3vw !important;
        text-align: center;
        width: 100%;
        margin-top: 5%;
    }
    .con6_con_ab {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0;
        top: 8%;
        height: 76.3vw;
        overflow: hidden;
    }
    .con2_mid_swiper_1_slide_con_top {
        z-index: 4;
        color: white;
        top: 20%;
        left: 14%;
        font-size: 4vw !important;
        font-family: pretendard-regular;
        line-height: 5vw;
    }
    .con6_con_ab {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0;
        top: 8%;
        height: 126.3vw;
        overflow: hidden;
    }
    .con2_mid_swiper_1{
        height: 186.3vw;

    }
    .con2_mid_swiper_1_slide_con_top_2nd_ab {
        color: white;
        left: 24%;
        font-size: 3.1vw;
        line-height: 1.7vw;
        font-family: pretendard-semibold;
    }
    .con07_06{
        width: 130% !important;
    }
    .con2_mid_swiper_1_slide_con_top_2nd {
        width: 78.7626%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: unset;
        left: 0%;
        bottom: 6%;
    }
    .con2_mid_swiper_1_slide_con_top_2nd_ab {
        color: white;
        left: 12%;
        font-size: 3.1vw;
        line-height: 4.7vw;
        font-family: pretendard-semibold;
    }
    .con2_mid_swiper_1_slide_con_ab_1 {
        width: 19.5205%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        left: 38%;
        top: 11%;
    }
    .con2_mid_swiper_1_slide_con_ab_2 {
        width: 23.5205%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        left: 72%;
        top: 8%;
    }
    .con2_mid_swiper_1_slide_con_ab_1 {
        width: 23.5205%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        left: 48%;
        top: 8%;
    }
    .con2_mid_swiper_1_slide_con_ab_1_ab span {
        font-family: pretendard-bold;
        font-size: 6.4vw;
    }
    .con2_mid_swiper_1_slide_con_ab_2_ab {
        font-family: pretendard-bold !important;
        font-size: 6.4vw !important;
        top: 44%;
    }
    .con8_top {
        width: 66.1365%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 13%;
    }
    .con8_top_2nd{
        width: 167% !important;
        margin-top: 32%;
        margin-bottom: 2%;
    }
    .con8_top_3rd {
        width: 61.3622%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 2.4%;
        margin-top: 3%;
    }
    .con8_top_4th{
        width: 171% !important;
    }
    .con8_top_5th {
        width: 44.8819%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 9%;
        margin-top: 1%;
    }
    .con8_left{
        width: 43%;
    }
    .con8_top_2nd {
        margin-top: 35%;
        margin-bottom: 2%;
    }
    .con8_top {
        width: 70.1365%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10%;
    }
    .con8_ab {
        display: none;
    }
    .con8_ab_2 {
        display: none;
    }
    .con9_ab{
        width: 48.5302%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        right: unset;
        top: 30%;
        position: relative !important;
        margin-top: 15%;
    }
    .con9_top {
        width: 89%;
        height: 50vw;
        margin-top: 9%;
        border-radius: 23px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con9_right{
        position: relative !important;
        flex-direction: row;
    }
    .con9_right {
        position: relative !important;
        flex-direction: row;
        left: unset;
        width: 90%;
        height: 17vw;
        margin-top: 4%;
    }
    .con9_right_item {
        height: 100%;
        width: 32%;
        position: relative;
        border-radius: 7px;
        overflow: hidden;
    }
    .con9_top_2nd {
        margin-top: 4.4%;
        text-align: center;
        font-size: 3.3vw !important;
    }
    .con9_top_3rd {
        margin-top: 2%;
        color: black !important;
        margin-bottom: 10%;
        width: 80%;
        text-align: center;
    }
    .con9_ab_2 {
        width: 22.8136%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        top: 16%;
        left: 75%;
    }
    .con10_right_ab{
        position: relative !important;
        width: 80%;
    }
    .con10_top {
        width: 64.5538%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
        margin-left: 0;
    }
    .con10_top_2nd{
        width: 94%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 8%;
        margin-bottom: 7%;
    }
    .con10_right_ab{
        position: relative !important;
        width: 86%;
        right: unset;
        margin-top: 5%;
        margin-bottom: 10%;
    }
    .con10_right_ab_item_2 {
        width: 19.9349%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 50%;
        top: 0;
    }
    .con10_right_ab_item_1 {
        width: 19.9349%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: unset;
        top: 0;
        left: 50%;
    }

    .con10_right_ab {
        position: relative !important;
        width: 86%;
        right: unset;
        margin-top: 5%;
        margin-bottom: 14%;
    }
    .con11_scr {
        top: 0;
        width: 200% !important;
    }

    .con11_top {
        width: 82.2835%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 23%;
    }
    .con11_top_3rd{
        flex-wrap: wrap;
    }
    .con11 .con11_top_3rd_item_top_2nd {
        color: black !important;
        line-height: 5vw !important;
        font-size: 3.6vw !important;
        margin-top: 3%;
    }

    .con11 .con11_top_3rd_item {
        width: 50%;
        display: flex;
        background: white;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        height: 29vw;
        border-right: 1px solid black;
        box-sizing: border-box;
    }

    .con11_top_3rd_item_last{
        width: 100% !important;
        height: 54vw !important;
    }
    .con11 .con11_top_3rd_item_top {
        width: 48.2835%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 18%;
    }
    .con11 .con11_top_3rd_item_top_2nd {
        color: black !important;
        line-height: 5vw !important;
        font-size: 3.6vw !important;
        margin-top: 5%;
    }
    .con11 .con11_top_3rd_ab {
        width: 56.1155%;
        display: flex;
        justify-content: center;
        align-items: center;
        pointer-events: none;
        top: 75%;
        animation: rotate_image 26s infinite linear;
    }
    .con11_top_3rd_item_last .con11_top_3rd_item_top{
        width: 24.14% !important;
        margin-top: 8%;
    }
    .con11_top_3rd_item_last .con11_top_3rd_item_top_2nd {
        margin-top: 2.5% !important;
    }
    .con11 .con11_top_3rd_ab {
        width: 75.1155%;
        display: flex;
        justify-content: center;
        align-items: center;
        pointer-events: none;
        top: 70%;
        animation: rotate_image 26s infinite linear;
    }
    .con11_ab {
        width: 51.0105%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 3%;
    }
    .con13_top {
        width: 79.021%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 14%;
        z-index: 1;
    }
    .con13_top_2nd {
        width: 60.9921%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 2.5%;
        z-index: 1;
    }
    .con13_con_ab{
        position: relative !important; ;
    }
    .con13_left{
        position: relative !important;
        margin-top: 4%;
    }
    .con13_top {
        width: 79.021%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 24%;
        z-index: 1;
    }
    .con13_con_ab {
        width: 87.7375%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
    }
    .con13_left {
        font-family: Pretendard-medium !important;
        width: 25%;
        justify-content: center !important;
        height: unset;
        right: unset;
        text-align: center;
    }
    .con13_left_item {
        text-align: center;
        width: 100%;
    }
    .con13_top_3rd {
        width: 42.9475%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 18%;
        margin-top: 11%;
    }
    .con13_con_ab_2nd {
        width: 200.787%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
    }
    .con13_con_ab_2nd_2 {
        width: 200.787%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
    }
    .con13_top_3rd_ab {
        width: 50.7942%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 63%;
        bottom: 0;
    }
    .con13_top_3rd_ab_2nd {
        width: 83.4288%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 47%;
        bottom: 0;
    }
    .con13_top_ab {
        width: 30.6654%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 110%;
        left: unset;
    }
    .con13_top {
        width: 79.021%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 31%;
        z-index: 1;
    }
    .con13_con_ab_2nd_3 {
        width: 29.6457%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 6%;
        left: 3%;
    }
    .con14_con{
        flex-direction: column !important;
    }
    .con14_left{
        width: 100% !important;
        height: unset;
    }

    .con14_right{
        height: unset;
        width: 100% !important; ;
    }
    .con14_top {
        width: 14.19685%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        z-index: 2;
    }
    .con14_left_top {
        width: 27.5381%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20%;
    }
    .con14_left_top_2nd {
        font-family: Pretendard-semibold !important;
        font-size: 3.5vw !important;
        margin-top: 3%;
        margin-bottom: 2.3%;
    }

    .con14_left_top_3rd{
        width: 63.6614%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con14_left_top_4th {
        width: 73.6247%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
    }
    .con14_left_top_5th {
        text-align: center;
        margin-top: 5%;
        margin-bottom: 13%;
    }
    .con14_left_ab {
        width: 36.7113%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 4%;
        right: 4%;
    }
    .con14_right_ab_2 {
        width: 19.8031%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 5%;
        top: 4%;
    }
    .con14_right_top {
        width: 84.4987%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
    }
    .con14_right_top_2nd {
        color: black !important;
        font-size: 1.3vw;
        font-family: pretendard-semibold;
        font-family: Pretendard-semibold !important;
        font-size: 3.5vw !important;
        margin-top: 2%;
        margin-bottom: 1.3%;
    }
    .con14_right_top_3rd {
        width: 76.0341%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con14_right_top_4th_item {
        width: 30.4777%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: -1.4%;
    }
    .con14_right_top_5th {
        width: 74% !important;
        text-align: left;
        margin-top: 8%;
        margin-bottom: 20%;
    }
    .con15_top {
        width: 55.231%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 9%;
        margin-bottom: -7%;
    }
    .con15_top_2nd{
        width: 161% !important;
        margin-top: -5%;
    }
    .con15_top_3rd{
        width: 138% !important;
    }
    .con15_top_4th {
        width: 54.5013%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -8%;
        z-index: 3;
    }
    .con15_top_5th {
        width: 53%;
        height: 18.5vw;
        background: white;
        border-radius: 0 0 20px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: -2%;
    }
    .con15_top_5th_con {
        margin-top: 4%;
        font-size: 3.3vw !important;
    }
    .con15_top_4th {
        width: 70.5013%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -8%;
        z-index: 3;
    }
    .con15_top_5th {
        width: 66%;
        height: 20.5vw;
        background: white;
        border-radius: 0 0 20px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: -2%;
    }
    .con15_top_5th_con {
        margin-top: 1%;
        font-size: 3.3vw !important;
    }
    .con15_top_6th {
        color: black !important;
        text-align: center;
        margin-top: 2%;
        margin-bottom: 13%;
    }

    .con15{
        background: #ff2724;
    }
    .con15 .video_con{
        width: 200%;
    }
    .con15_top {
        width: 55.231%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 25%;
        margin-bottom: -7%;
    }
    .con15_top_6th{
        color: black;
        font-family: pretendard-bold !important;
        margin-top: 4%;
    }
    .con15_ab {
        width: 38.7953%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 5%;
        left: 4%;
        z-index: 1;
    }
    .con15_top_3rd_ab{
        width: 140% !important;
    }
    .con16_top{
        width: 13.19685%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con16_top_2nd {
        width: 23.44882%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3.3%;
        margin-bottom: 4.5%;
    }
    .con16_top_3rd {
        text-align: center;
        margin: 2% 0;
    }
    .con16_top_4th {
        width: 49.4252%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 7%;
    }
    .con16_top_5th {
        width: 36.4777%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2.7%;
        margin-bottom: 14%;
    }
    .con16_left_bg {
        width: 50%;
        z-index: 1;
        left: 0;
        filter: brightness(0.5);
        height: 100%;
        background: url(/images/con16_bg1.jpg) no-repeat left / cover;
    }

    .con16_right_bg {
        width: 50%;
        z-index: 1;
        right: 0;
        filter: brightness(0.5);
        height: 100%;
        background: url(/images/con16_bg1.jpg) no-repeat right / cover;
    }
    .con16_ab {
        width: 28.231%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 5%;
        z-index: 3;
        top: 11%;
    }
    .con16_ab_2 {
        width: 27.0735%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 17%;
        z-index: 2;
        top: 24%;
    }
    .con16_ab_3 {
        width: 29.4383%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 6%;
        z-index: 3;
        top: 39%;
    }
    .con16_ab_7{
        width: 38%;
        text-align: center;
        left: 6.5%;
        top: 57%;
    }
    .con16_ab_4 {
        width: 43.7874%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 53.4%;
        z-index: 2;
        top: 8%;
    }
    .con16_ab_5 {
        width: 43.5223%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        left: 54%;
        top: 25%;
    }
    .con16_ab_5 {
        width: 43.5223%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        left: 54%;
        top: 25%;
    }
    .con16_ab_8 {
        left: 53%;
        z-index: 3;
        text-align: center;
        top: 57%;
        width: 44%;
    }
    .con16_ab_5 {
        width: 46.5223%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        left: 52%;
        top: 24%;
    }
    .con16_ab_6 {
        width: 45.6273%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        left: 52%;
        top: 39.5%;
    }
    .con16_ab_3 {
        width: 30.4383%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 6%;
        z-index: 3;
        top: 39%;
    }
    .con17_top {
        width: 33.4751%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
        margin-left: 0;
    }
    .con17_mid {
        margin-top: 29%;
        margin-bottom: 20%;
    }
    .con17_mid {
        width: 90% !important;
        background: #0000007a;
        margin-bottom: 6%;
    }
    .con17_mid_top_2nd{
        flex-direction: column !important;
    }
    .con17_mid_top_2nd{
        height: unset !important;
    }
    .con17_mid_top {
        width: 33.8721%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
        margin-left: -56%;
        margin-bottom: 2%;
    }
    .con17_mid_top_2nd_item_1 {
        width: 54%;
        height: 23vw;
        margin-top: 2%;
    }
    .con17_mid_top_2nd_item_1_top_2nd {
        left: 17%;
        top: 40%;
    }
    .con17_mid_top_2nd_item_1 {
        width: 71%;
        height: 23vw;
        margin-top: 4%;
        margin-bottom: 3%;
    }

    .con17_mid_top_2nd_item{
        width: 71%;

    }
    .con17_mid_top_2nd_item_1_top {
        width: 41.5581%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 19%;
        left: 9%;
    }
    .con17_mid_top_2nd_item_2_top{
        width: 41.5581%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 19%;
        left: 9%;
    }
    .con17_mid_top_2nd_item_3_top{
        width: 41.5581%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 19%;
        left: 9%;
    }
    .con17_mid_top_2nd_item {
        width: 71%;
        height: 41vw;
        margin-bottom: 2%;
    }
    .con17_mid_top_2nd_item_1_top_2nd {
        left: 9%;
        top: 40%;
    }
    .con17_mid_top_2nd_item_3_top_2nd {
        left: 8%;
        top: 34%;
    }
    .con17_mid_top_2nd{
        padding-bottom: 8%;
        margin-bottom: 0%;
    }
    .con17_mid_ab {
        width: 41vw;
        height: 41vw;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        text-align: center;
        left: 59%;
        bottom: 78%;
        z-index: 1;
    }
    .con17_mid {
        margin-top: 48%;
        margin-bottom: 20%;
    }
    .con17_top_ab_con {
        width: 19.601%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 21%;
        left: 30%;
    }
    .con17_top_ab_con_2nd {
        width: 21.4436%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 26%;
        left: 28%;
    }
    .con17_top_ab_con {
        width: 21.401%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 21%;
        left: 28%;
    }

    .con19_top {
        width: 83.9606%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 13%;
        pointer-events: none;
        margin-bottom: 51%;
    }
    .con19_top_2nd_top{
        width: 200% !important;
        margin-left: 62%;
    }
    .con19_top_2nd_top_2nd {
         width: 85.2653%;
         display: flex;
         justify-content: center;
         align-items: center;
         margin-left: -1%;
         margin-top: 9.5%;
     }
    .con19_top_2nd_top_3rd {
        text-align: right;
        margin-left: 18%;
        margin-top: 6%;
        margin-bottom: 23%;
    }
    .con19_top_2nd_right_top{
        width: 200% !important;
        margin-left: -57%;
    }
    .con19_top_2nd_right_top_2nd {
        width: 57.1069%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -26%;
        margin-top: 11%;
    }
    .con19_top_2nd_right_top_3rd {
        margin-left: 10%;
        margin-top: 6%;
        color: black !important;
    }


    .con01_left_img {
        top: 19%;
        width: 65vw !important;
        position: absolute;
    }
    .con01_right_img {
        top: 19%;
        width: 65vw !important;
        position: absolute;
    }
    .con01_left {
        left: 18%;
        justify-content: flex-start !important;
        transition: width 1s;
        height: 100%;
    }
    .con01_right {
        right: 18%;
        justify-content: flex-end !important;
        transition: width 1s;
        height: 100%;
    }
    .con01_hover_div {
        width: 32%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }
    .con01_hover_right_div:hover ~ .con01_right {
        width: 45vw !important;
        z-index: 1;
    }
    .con01_hover_right_div:hover ~ .con01_left {
        width: 19vw !important;
        z-index: 0;
    }
    .con01_hover_left_div:hover ~ .con01_left {
        width: 45vw !important;
        z-index: 1;
    }
    .con01_hover_left_div:hover ~ .con01_right {
        width: 19vw !important;
        z-index: 0;
    }
    .con20_top {
        width: 64.0341%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 14%;
        margin-bottom: 3%;
    }
    .con20 .con11_top_3rd {
        width: 96% !important;
        margin-left: 0;
        margin-top: 18%;
        margin-bottom: 7%;
    }
    .menu_box_ab {
        width: 15.4886%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 8%;
        left: 12.5%;
    }

    .con6_mid_swiper_1_p {
        width: 77%;
        margin-top: 9%;
        font-size: 3.3vw !important;
        margin-bottom: 4%;
    }
    .con6_mid_swiper_1_slide_p_con_spice {
        width: 20% !important;
        top: 64%;
        right: unset;
        left: 10%;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }
    .con6_mid_swiper_1_p {
        width: 88%;
        margin-top: 18%;
        font-size: 3.3vw !important;
        margin-bottom: 4%;
    }
    .con6_mid_swiper_1_p_2 {
        width: 88%;
        margin-bottom: 5%;
    }
    .con6_mid_swiper_1_slide_p_con_spice {
        width: 25% !important;
        top: 63%;
        right: unset;
        left: 5%;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }

    .con20_top_2nd {
        width: 89% !important;
        border: 1px solid red;
        background: black;
        border-radius: 23px;
        margin-top: auto;
        margin-top: 6%;
        margin-bottom: 6%;
    }
    .con20_top_2nd {
        width: 89% !important;
        border: 1px solid red;
        background: black;
        border-radius: 23px;
        margin-top: auto;
        margin-top: 6%;
        margin-bottom: 14%;
        padding-top: 0%;
        padding-bottom: 5%;
    }
    .menu_box_ab_2 {
        width: 27.685%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 23%;
        left: 20%;
    }
    .menu_box_ab_3 {
        width: 27.79%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 23%;
        right: 20%;
    }
    .con22_top {
        width: 89.0919%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 41%;
        margin-bottom: 7%;
    }
    .con2_half_pagination {
        top: 26% !important;
        left: -46% !important;
        background: #0d0b0a;
        width: 41% !important;
        height: 14vw;
        top: unset !important;
        left: unset !important;
        bottom: 100% !important;
        background: #0d0b0a;
        width: 42% !important;
        height: 30vw;
    }

    .con1_top_3rd_bullet {
        border-radius: 0;
        width: auto;
        text-align: center;
        line-height: 9.3vw;
        font-size: 8.5vw;
        width: 100% !important;
        color: white;
        border-radius: 0 !important;
        background: transparent !important;
        height: unset !important;
        display: flex !important;
        position: relative;
        justify-content: center;
        text-align: center;
    }
    .con22_scr {
        top: 18%;
        width: 150% !important;
    }
    .con2_half_pagination {
        top: 26% !important;
        left: -46% !important;
        background: #0d0b0a;
        width: 41% !important;
        height: 14vw;
        top: unset !important;
        left: unset !important;
        bottom: 100% !important;
        background: #0d0b0a;
        width: 50% !important;
        height: 30vw;
    }

    .con6_mid_swiper_1_slide_1st_video {
        width: 70vw;
        height: 70vw;
    }
    .con6_mid_swiper_5 {
        width: 36vw;
        height: 79vw;
        overflow: hidden;
    }
    .con6_mid_swiper_1_slide_1st_video {
        width: 130vw;
        height: 96vw;
    }
    .con22_right_ab{
        position: relative !important;
        left: unset;
        top: 47%;
        z-index: 2;
        width: 68%;
        margin-bottom: 8%;
    }
    .con22_right_ab_1 {
        font-size: 6vw !important;
        line-height: 7.4vw;
    }
    .con22_right_ab_2 {
        font-size: 3vw !important;
        margin-top: 6%;
        margin-bottom: 4%;
        line-height: 4.7vw;

    }
    .con22_right_ab_3 {
        font-size: 3.2vw !important;
        line-height: 5vw;
    }
    .con22_right_ab_ab {
        width: 17.9431%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 86%;
        left: 80%;
    }
    .con22_right_ab {
        position: relative !important;
        left: unset;
        top: 47%;
        z-index: 2;
        width: 68%;
        margin-bottom: 12%;
    }
    .con22_scr {
        top: 12%;
        width: 150% !important;
    }

    .con6_mid_swiper_6 {
        width: 72% !important;
        overflow: hidden;
        left: unset;
        top: 12%;
        position: relative !important;
    }
    .con6_mid_swiper_6_item {
        width: 72% !important;
        overflow: hidden;
        left: unset;
        top: 40%;
    }
    .con23_top{
        width: 44.9528%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 7%;
        margin-left: 0;
    }
    .con23_top_2nd {
        margin-left: 0;
        margin-top: 3.7%;
        margin-bottom: 4%;
    }
    .con23_top_3rd {
        width: 66% !important;
        flex-wrap: wrap;
        margin-bottom: 10%;
        margin-left: 0;
        justify-content: center !important;
    }

    .con23_top_3rd {
        width: 66% !important;
        flex-wrap: wrap;
        margin-bottom: 10%;
        margin-left: 0;
        justify-content: center !important;
    }

    .con6_mid_swiper_6_item{
        margin-bottom: 14%;
    }
    .con24_top {
        width: 91.0157%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }
    .con24_top_ab {
        width: 49.9968%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -11%;
    }
    .con24_top_ab_2 {
        width: 14.74741%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 98%;
        bottom: 47%;
    }
    .con24_top_2nd_left {
        right: 74%;
        font-size: 5vw !important;
        line-height: 5.3vw !important;
        font-family: pretendard-extralight !important;
    }

    .con24_top_2nd_right {
        left: 74%;
        font-size: 5vw !important;
        line-height: 5.3vw !important;
        font-family: pretendard-extralight !important;
    }

    .con24_top_2nd {
        margin-top: -12%;
        height: 24vw;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
    }
    .con24_top_3rd {
        width: 81% !important;
        margin-top: -2%;
    }
    .con24_top_3rd_item {
        font-size: 3.2vw !important;
    }
    .con24_top_3rd_item {
        height: 13.2vw;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        background: black;
        margin-bottom: 0.2%;
    }
    .con24_top_3rd_item > p {
        width: 70%;
    }
    .con24_top_3rd {
        width: 91% !important;
        margin-top: -2%;
    }
    .con24_top_3rd_item_ab {
        width: 7.45263%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 3.4%;
        bottom: 25%;
    }
    .con24_top_3rd_item {
        height: 15.2vw;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        background: black;
        margin-bottom: 0.2%;
    }

    .con24_bg{
        width: 260% !important;
    }
    .con24_top_4th{
        text-align: center;
        margin-bottom: 11%;
        margin-top: 3%;
    }
    .con25_top {
        width: 35.6982%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 12%;
        z-index: 1;
    }
    .con25_top_2nd {
        width: 35.4226%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -18%;
        margin-top: -1%;
    }
    .con25_top_3rd {
        width: 39.0026%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -2%;
        margin-left: -11%;
    }
    .con25_right_con {
        right: 0;
        background: black;
        height: 78vw;
        position: absolute;
        width: 100% !important;
        overflow: hidden;
        position: relative !important;
    }
    .con25_top_3rd {
        width: 56.0026%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -2%;
        margin-left: 0%;
    }
    .con25_top_4th {
        width: 59%;
        margin-top: 3%;
        font-size: 3.5vw !important;
    }
    .con25_top_5th {
        text-align: center;
        margin-left: 0;
        margin-top: 5%;
        margin-bottom: 10%;
    }
    .con26_top {
        width: 76% !important;
        margin-top: 36%;
        margin-bottom: 30%;
        border: 1px solid #ff2724;
        border-radius: 15px;
    }
    .con26_top {
        width: 76% !important;
        margin-top: 36%;
        margin-bottom: 30%;
        border: 1px solid #ff2724;
        border-radius: 15px;
    }
    .con26_top_ab{
        right: 59%;
        white-space: nowrap;
        text-align: right;
        top: -52%;
        font-family: pretendard-medium !important;
    }
    .con26_top_ab_2 {
        left: 59%;
        white-space: nowrap;
        text-align: left;
        top: -52%;
        font-family: pretendard-medium !important;
    }

    .con26_top_ab_3 {
        width: 38.6955%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: unset;
        z-index: 2;
        bottom: 92%;
    }
    .con26_top_ab_5{
        width: 38.6955%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: unset;
        left: unset;
        z-index: 2;
        top: 92%;
    }
    .con26_top_ab_8{
        right: 59%;
        white-space: nowrap;
        text-align: right;
        bottom: -52%;
        font-family: pretendard-medium !important;
    }

    .con26_top_ab_7 {
        width: 8.00859%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: unset;
        top: -40%;
    }
    .con26_top {
        width: 76% !important;
        margin-top: 36%;
        margin-bottom: 36%;
        border: 1px solid #ff2724;
        border-radius: 15px;
    }
    .con26_top_ab_8 {
        right: 59%;
        white-space: nowrap;
        text-align: right;
        top: unset;
        bottom: -53%;
        font-family: pretendard-medium !important;
    }

    .con26_top_ab_9 {
        left: 59%;
        white-space: nowrap;
        text-align: left;
        top: unset;
        bottom: -53%;

        font-family: pretendard-medium !important;
    }

    .con18_2nd_scr{
        width: 200% !important;
    }
    .con26_top_ab_10 {
        z-index: 2;
        text-align: center;
        font-size: 3.2vw !important;
        bottom: 21%;
    }
    .con26 .swiper-pagination-bullet {
        width: 2.5vw;
        height: 2.5vw;
    }
    .con1_top_4th_pagination {
        bottom: 11% !important;
    }
    .con27_02{
        width: 79.042vw !important;
    }
    .con27_top_2nd {
        width: 80.042%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-top: 8%;
        margin-bottom: 4%;
    }

    .con27_top_3rd {
        flex-wrap: wrap;
        width: 85% !important;
        margin-bottom: 5%;
    }
    .con27_top_3rd_item {
        width: 45.6675%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0.4% 1%;
    }
    .con27_top_3rd_item_arrow {
        width: 5.95976%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        left: 46.4%;


    }
    .con27_top_3rd_item_arrow_1 {
        left: 46.4%;
        top: 12%;
    }
    .con27_top_3rd_item_arrow_2 {
        left: 48.1%;
        top: 36.3%;
    }
    .con27_top_3rd_item_arrow_3 {
        left: 70%;
        top: 61.5%;
    }
    .con27_top_3rd_item_arrow_4 {
        left: 91.7%;
        top: 86%;
    }
    .con27_top_3rd_item_arrow_5{
        display: none;
    }
    .con27_top_3rd_item_arrow_6{
        display: none;
    }
    .con27_top_3rd_item_arrow_7{
        display: none;
    }
    .con28_01 {
        width: 77.042vw !important;
    }
    .con28_top {
        width: 80.042%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-top: 5%;
    }
    .con28_top_2nd {
        width: 52.2415%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
        margin-bottom: 2%;
    }
    .con28_top_3rd {
        width: 72.622%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1%;
    }
    .con28_top_4th {
        color: black !important;
        text-align: center;
        margin-top: 3%;
        margin-bottom: 3%;
        line-height: 1.5vw;
    }
    .con28_top_5th {
        width: 92.6588%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 13.4%;
    }
    .con28_top_5th_ab {
        width: 7.49994%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 73.8%;
        top: 12.6%;
    }
    .con28_top_5th {
        width: 96.6588%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 13.4%;
    }

    .con28_top_5th_ab_2 {
        width: 7.49994%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 12.6%;
        left: 89%;
    }
    .con29_top {
        width: 69.147%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 11.5%;
    }

    .con29_top_half {
        margin-top: 3%;
        margin-bottom: 3%;
    }
    .con29_top_2nd {
        width: 87.1916%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .con29_top_3rd {
        width: 87.1916%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .form{
        position: relative!important ;
    }
    .con30_top {
        width: 12.35696%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-top: 9%;
        margin-left: 0;
    }

    .con30_top_2nd {
        width: 48.0682%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 4%;
    }
    .con30_top_3rd {
        width: 71.1391%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 1.7%;
    }
    .con30_top_4th {
        width: 55.8793%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 4%;
        margin-bottom: -1%;
        z-index: 1;
    }
    .form {
        width: 83.1%;
        left: unset;
        top: 19%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 7.7%;
        z-index: 1;
        margin-bottom: 6%;
        background: black;
        border: 1px solid #ff2724;
        border-radius: 15px;
    }









    .form {
        width: 83.1%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 10.7%;
        z-index: 1;
        margin-bottom: 6%;
    }
    .form_agree {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 79%;
        margin-top: 4%;
        margin-bottom: 3%;
        position: absolute;
        top: 1%;
        right: unset;
        height: 8vw;
    }
    .form_agree_check {
        margin-right: 2%;
        margin-left: 4%;
        border-radius: 50%;
        width: 3.2vw;
        height: 3.2vw;
    }
    .form_agree_check:checked::after {
        content: "";
        width: 2.2vw;
        height: 2.2vw;
        border-radius: 50%;
        position: absolute;
    }
    .form_agree_span {
        font-size: 2.8vw;
        font-family: Pretendard-regular;
    }
    .form {
        width: 89.1%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 13.7%;
        z-index: 1;
        margin-bottom: 6%;
    }
    .form_row_label {
        white-space: nowrap;
        font-size: 2.9vw;
        position: relative;
    }
    .form_row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 86%;
        padding-bottom: 1.5%;
        padding-left: 3%;
        padding-top: 1.5%;
        margin-top: 1%;
        padding-right: 2%;
        border-radius: 0;
    }
    .form_row_label_3lettters {
        letter-spacing: 4vw;
    }
    .form_row_label_4lettters {
        letter-spacing: 1.75vw;
    }
    .form_row_imput {
        height: 5.5vw;
    }
    .h_area1 {
        z-index: 1;
        height: 5.5vw;
        border-radius: 0;
        font-size: 3vw;
        left: 32%;
        width: 25%;
    }
    .h_area2{
        height: 5.5vw;
        font-size: 3vw;
    }
    .form_row_radio {
        height: 5.5vw;
    }
    textarea {
        height: 5.5vw !important;
        padding-left: 1% !important;
        padding-top: 1% !important;
    }
    .form_row_imput {
        font-size: 3.2vw;
    }
    .form_row_imput_radio_1_label {
        left: 41.5%;
        font-size: 3.1vw;
    }
    .form_row_imput_radio_1_label_2 {
        left: 67.5%;
        font-size: 3.1vw;
    }
    .form{
        border-radius: 20px;
    }
    .form_agree {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 88%;
        margin-top: 2%;
        margin-bottom: 3%;
        position: absolute;
        top: 5%;
        right: unset;
        height: 11vw;
        background: #2a2a2a;
    }
    .form {
        width: 89.1%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 17.7%;
        z-index: 1;
        margin-bottom: 26%;
    }
    .con18_top {
        width: 90.6436%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 11%;
        margin-bottom: 9%;
    }
    .form_absol {
        width: 25.6485%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -9%;
        right: -3%;
        z-index: 1;
    }
    .form_submit {
        width: 49%;
        border-radius: 30px;
        position: absolute;
        bottom: -21%;
        font-size: 4vw;
    }

    .h_area1 {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align-last: center;
        width: 21%;
        cursor: pointer;

    }
    .h_area2 {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align-last: center;
        width: 21%;
        cursor: pointer;


    }
    #budget {
        z-index: 1;
        height: 5.5vw;
        border-radius: 0;
        font-size: 3vw;
        left: 32%;
        text-align-last: center;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;

    }
    textarea{
        height: 10vw !important;
        cursor: pointer;

    }
    .form_submit {
        width: 83%;
        border-radius: 0px;
        position: absolute;
        bottom: -21%;
        font-size: 4vw;
        padding: 5%;
        box-sizing: border-box;
        margin-bottom: 3%;
    }

    .form_row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 86%;
        padding-bottom: 1.5%;
        padding-left: 6%;
        padding-top: 1.5%;
        margin-top: 1%;
        padding-right: 2%;
        border-radius: 0;
    }
    .h_area2 {
        height: 5.5vw;
        font-size: 3vw;
        z-index: 1;
        height: 5.5vw;
        border-radius: 0;
        font-size: 3vw;
        width: 25%;
    }
    .h_area3 {
        height: 5.5vw;
        font-size: 3vw;
        z-index: 1;
        height: 6vw !important;
        border-radius: 0;
        font-size: 3vw;
        width: 21%;
        left: 80%;
    }
    .form_row_imput {
        height: 5.5vw;
        color: white;
    }
    .form_agree {
        background: transparent;
    }
    .form_submit {
        width: 86%;
        border-radius: 0px;
        position: absolute;
        bottom: -21%;
        font-size: 4vw;
        padding: 5%;
        box-sizing: border-box;
        margin-bottom: 3%;
    }
    .form {
        width: 89.1%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 17.7%;
        z-index: 1;
        margin-bottom: 6%;
    }
    .con14_video_con {
        width: 290%;
        height: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        filter: brightness(0.4);
    }
    .main_con_ab {
        width: 75.79%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
    }
    .main_con_ab_ab {
        width: 27.2782%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 10001;
    }
    .con1_con {
        clip-path: circle(24.3% at 50% 50%);
        filter: brightness(0.4);
    }
    .con9_ab_p {
        bottom: 120%;
        left: 0;
        font-size: 5vw !important;
        font-family: pretendard-semibold !important;
    }

    .con10_right_ab {
        position: relative !important;
        width: 96%;
        right: unset;
        margin-top: 5%;
        margin-bottom: 14%;
    }
    .con11_top_2nd {
        z-index: 1;
        font-size: 3.8vw !important;
        margin-top: 2%;
        margin-bottom: 3%;
        overflow: hidden;
    }
    .con13_left_item {
        text-align: center;
        width: 100%;
        margin-bottom: 4%;
    }

    .con13_left_line {
        width: 68%;
        border-bottom: 1px solid grey;
        top: 20%;
        right: unset;
    }
    .con13_left_line_2 {
        width: 68%;
        border-bottom: 1px solid grey;
        top: 46%;
        right: unset;
    }
    .con13_left_line_3 {
        width: 68%;
        border-bottom: 1px solid grey;
        top: 69%;
        right: unset;
    }

    .con17_06h {
        width: 20.601vw !important;
    }
    .con17_09 {
        width: 20.4436vw !important;
    }
    .con17_mid_top_2nd_item .main_small_title {
        color: black !important;
        font-size: 3.3vw !important;
    }
    .con17_mid_top {
        width: 33.8721%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 7%;
        margin-left: -40%;
        margin-bottom: 2%;
    }
    .con17_top {
        width: 47.4751%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
        margin-left: 0;
    }
    .con17_top_ab_con {
        width: 21.401%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 26%;
        left: 25%;
    }
    .con17_top_ab_con_2nd {
        width: 21.4436%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 30.3%;
        left: 25%;
    }
    .con18_scr {
        top: 0;
        background: #ff2724;
        padding: 2.6% 0;
        width: 200% !important;
    }

    .con18_scr_2nd {
        bottom: 0;
        background: #ff2724;
        padding: 2.6% 0;
        width: 200% !important;
    }
    .con18_scr_mid {
        flex-direction: column !important;
        width: 700% !important;
        margin: 7% 0;
    }

    .con18_scr_mid .scrX_item {
        animation: marqueeX 40s infinite linear reverse !important;
        width: 100%;
    }

    .con23_bottom_ab_2 {
        bottom: 277%;
    }
    .con23_bottom_ab {
         bottom: 165%;
    }


    .con27_top_3rd_item_arrow {
        z-index: 1;
        left: 46.4%;
    }
    .con2_mid_swiper_1_slide_con_ab_2_ab_2 {
        top: 65%;
        font-family: pretendard-bold;
        font-size: 3.1vw  !important;
    }
    .con2_mid_swiper_1_slide_con_ab_1_ab {
    font-family: pretendard-bold;
    font-size: 3.4vw !important;
    top: 44%;
}
    
    
    
    
    
.con17_mid_2nd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 92%;
    margin-bottom: 17%;
}    

    
    .map {
        width: 100%;
        height: 45vw;
    }
    .con17_mid_map_search_mid input {
        appearance: none;
        border: none;
        outline: none;
        border-radius: 50px;
        width: 100%;
        height: 7vw;
        padding-left: 5%;
        font-family: 'Pretendard-regular';
        font-size: 3vw;
    }
    .con17_mid_map_search{
        position: relative !important;
        width: 100%;
        background: white;
        height: 106vw;
        top: 5%;
        z-index: 2;
        overflow: hidden;
        border-radius: 0 0 20px 20px;
        left: 0;
    }
    .con17_mid_map_search_top > div {
        color: white;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 5%;
        padding-bottom: 3%;
        font-size: 3.2vw;
        font-family: pretendard-bold;
    }
    .con17_mid_map_search_mid input {
        appearance: none;
        border: none;
        outline: none;
        border-radius: 50px;
        width: 100%;
        height: 7vw;
        padding-left: 5%;
        font-family: 'Pretendard-regular';
        font-size: 3vw;
    }

    .con17_mid_map_search_item {
        margin: 0% 7%;
        border-bottom: 1px solid #808080a3;
        padding: 5% 0;
        font-size: 3.4vw;
    }
    .con17_mid_map_search_item_title {
        font-size: 4.3vw;
        font-family: pretendard-bold;
    }
    .con17_mid_map_search_bottom {
        overflow: scroll;
        height: 82.5vw;
        width: 100%;
    }      

.con17_mid_map_search {
    position: relative !important;
    width: 100%;
    background: white;
    height: 106vw;
    top: 5%;
    z-index: 2;
    overflow: hidden;
    border-radius: 0;
    left: 0;
    border-bottom: 1px solid #80808082;
    border-left: 1px solid #80808082;
    border-right: 1px solid #80808082;
    box-sizing: border-box;
}       
        .sido1 {
        width: 36%;
        height: 4.6vw;
    }
    .sido1{
        font-size: 2.4vw;
    }    
.con17_mid_2nd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 92%;
    margin-bottom: 17%;
}    

    
    .map {
        width: 100%;
        height: 45vw;
    }
    .con17_mid_map_search_mid input {
        appearance: none;
        border: none;
        outline: none;
        border-radius: 50px;
        width: 100%;
        height: 7vw;
        padding-left: 5%;
        font-family: 'Pretendard-regular';
        font-size: 3vw;
    }
    .con17_mid_map_search{
        position: relative !important;
        width: 100%;
        background: white;
        height: 106vw;
        top: 5%;
        z-index: 2;
        overflow: hidden;
        border-radius: 0 0 20px 20px;
        left: 0;
    }
    .con17_mid_map_search_top > div {
        color: white;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 5%;
        padding-bottom: 3%;
        font-size: 3.2vw;
        font-family: pretendard-bold;
    }
    .con17_mid_map_search_mid input {
        appearance: none;
        border: none;
        outline: none;
        border-radius: 50px;
        width: 100%;
        height: 7vw;
        padding-left: 5%;
        font-family: 'Pretendard-regular';
        font-size: 3vw;
    }

    .con17_mid_map_search_item {
        margin: 0% 7%;
        border-bottom: 1px solid #808080a3;
        padding: 5% 0;
        font-size: 3.4vw;
    }
    .con17_mid_map_search_item_title {
        font-size: 4.3vw;
        font-family: pretendard-bold;
    }
    .con17_mid_map_search_bottom {
        overflow: scroll;
        height: 82.5vw;
        width: 100%;
    }         
    .con17_mid_map_search_mid input {
    appearance: none;
    border: none;
    outline: none;
    border-radius: 50px;
    width: 100%;
    height: 11vw;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 3vw;
}
.con28_top_4th {
        color: black !important;
        text-align: center;
        margin-top: 3%;
        margin-bottom: 3%;
        line-height: 4.5vw;
    }
        .con29_top_3rd {
        width: 87.1916%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -22%;
    }
        .con29_top_3rd {
        width: 87.1916%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -22%;
    }
    
    .con17_mid_map_search_mid input {
        appearance: none;
        border: none;
        outline: none;
        border-radius: 50px;
        width: 100%;
        height: 11vw;
        padding-left: 5%;
        font-family: 'Pretendard-regular';
        font-size: 3vw;
        color: black;
    }
    
        .con4_con_ab {
        width: 21.45407%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 7%;
        background: grey;
        left: 18%;
        padding: 1% 1.6%;
        border-radius: 50px;
    }.con4_con_ab_2 {
        top: 29%;
        background: grey;
        right: 5%;
        padding: 1% 1.6%;
        border-radius: 50px;
        width: 36.8583%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .con4_con_ab_4 {
        top: 10%;
        background: grey;
        right: 17%;
        padding: 1% 1.6%;
        border-radius: 50px;
        width: 22.08399%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .con4_con_ab_3 {
        width: 18.35171%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 28%;
        background: grey;
        left: 14%;
        padding: 1% 1.6%;
        border-radius: 50px;
    }
    
        .con2_mid_swiper_1_slide_con_ab_1_ab span {
        font-family: pretendard-bold;
        font-size: 6.4vw !important;
    }
    .con6_mid_swiper_1_p_2 {
    width: 90%;
    height: 20vw;
    margin-top: 5%;
}
    
    .con6_mid_swiper_1_slide_p_con_spice {
        width: 25% !important;
        top: 47%;
        right: unset;
        left: 5%;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }
    .con6_mid_swiper_1_p_2 {
        width: 92%;
        height: 26vw;
        margin-top: 5%;
    }
        .con6_mid_swiper_1_slide_p_con_spice {
        width: 30% !important;
        top: 42%;
        right: unset;
        left: 5%;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }
  .con2_mid_swiper_1_slide_con_top_2nd_ab {
    color: white;
    left: 24%;
    font-size: 3.1vw !important;
    line-height: 4.7vw !important;
    font-family: pretendard-semibold;
}
    
        .con24_top_2nd_right {
        left: 72%;
        font-size: 5vw !important;
        line-height: 5.3vw !important;
        font-family: pretendard-extralight !important;
        text-align: right;
    }
        .con17_mid_ab {
        width: 35vw;
        height: 35vw;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        text-align: center;
        left: 59%;
        bottom: 78%;
        z-index: 1;
    }
    .con17_mid_top_2nd{
        background: transparent;
    }
        .con17_mid_top_2nd_item .main_small_title {
        color: white !important;
    }
        .con17_mid_top_2nd_item {
        background: #0000007a;
    }
    
    .con13_video_con iframe{
        width: 170%;
        height: 170%;
        filter: brightness(0.7);
    }
    .con14_video_con{
        filter: brightness(0.7);
    }
    .con15_top_5th{
        background: #ffffff9e;
    }
    .con29_top_3rd{
            width: 61.1916%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -16%;
    }
    
        .con1_top_2nd {
        width: 50.1346%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 8.5%;
        margin-bottom: 8.5%;
    }
    
        .con1_top_3rd {
        width: 55.1502%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20%;
        z-index: 1;
        margin-top: -5%;
    }

        .con2_top_2nd {
        width: 36% !important;
        margin-top: 4%;
    }
        .con2_top_3rd {
        width: 52.9324%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 3%;
    }
    .con2_top_4th {
        width: 55.1547%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 3.4%;
    }
    .con8_left_bg {
        width: 50%;
        height: 100%;
        background: url(/images/con08_bg.jpg) no-repeat 8% / cover;
        left: 0;
    }
    .con17_mid {
        background: transparent;
    }
    .con9_ab{
            width: 18.5302%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    right: unset;
    position: relative !important;
    top: unset;
    margin-top: 6%;
    margin-bottom: -8%;
    }
    
        .con9_ab_2 {
        width: 16.8136%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        top: 4%;
        left: 79%;
    }
        .con9_ab {
        width: 24.5302%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        right: unset;
        position: relative !important;
        top: unset;
        margin-top: 6%;
        margin-bottom: -8%;
    }
    
        .con2_top_2nd {
        width: 100% !important;
        margin-top: 4%;
    }
    .con2_top {
        width: 47.8113%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 43%;
    }
    .con2_top_4th {
        width: 55.1547%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 4.4%;
        margin-bottom: 18%;
    }
    .con1_top_2nd {
        width: 41.1346%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 8.5%;
        margin-bottom: 8.5%;
    }
    .con9_top {
        width: 89%;
        height: 50vw;
        margin-top: 31%;
        border-radius: 23px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
        .con9_ab_2 {
        width: 24.8136%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        top: 12%;
        left: unset;
    }
    .con9_ab {
        width: 37.5302%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        right: unset;
        position: relative !important;
        top: unset;
        margin-top: 12%;
        margin-bottom: 1%;
    }
    
    .con9_ab_2 {
        width: 27.8136%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        top: 19%;
        left: unset;
    }
    
    .con1_top {
        width: 34.0698%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 46%;
    }  
    .con1_top_2nd {
        width: 33.1346%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 8.5%;
        margin-bottom: 8.5%;
    }
    .con1_top_3rd {
        width: 34.1502%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20%;
        z-index: 1;
        margin-top: -5%;
    }.con2_top {
        width: 28.8113%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 46%;
    }
        .con2_top_4th {
        width: 40.1547%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 4.4%;
        margin-bottom: 24%;
    }
    
        .con6_top {
        width: 37.2861%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -13px;
        margin-top: 15%;
    }
    
    .con6_top_2nd {
        width: 69.4199%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 4%;
        margin-top: 2%;
        margin-bottom: 3%;
    }
    
        .con9_top {
        width: 89%;
        height: 50vw;
        margin-top: 16%;
        border-radius: 23px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con9_ab_2{
            width: 52.8136%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    top: 21%;
    left: unset;
    }
    .con6_top {
        width: 50.2861%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -16%;
        margin-top: 17%;
    }
    .con6_top_ab{
            width: 34.6047%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 106%;
    top: 20%;
    }
    
    .con1_top_2nd {
        width: 39.1346%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 6.5%;
        margin-bottom: 4.5%;
    }
    
        .con1_top_3rd {
        width: 47.1502%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 22%;
        z-index: 1;
        margin-top: -5%;
    }
        .con1_top {
        width: 28.0698%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 46%;
    }
    
    
        .con8_top_3rd {
        z-index: 1;
    }
}
