* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}
section{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;

}
.pc-mobile{
    display: flex;
}
.mobile-pc{
    display: none;
}
.pc{
    display: flex;
}
.pc-inline{
    display: inline;
}
.tablet{
    display:none;
}
.mobile{
    display:none;
}
html {
    scroll-behavior: smooth;
}
.main::after{
    width: 1vw;
    height: 0vw;
    position: absolute;
    top: 0;
    pointer-events: none;
    opacity: 0;
    pointer-events: none;
    content:url(/images/con1_10.png) url(/images/con1_11.png) url(/images/con1_12.png)
    url(/images/con6_08.png) url(/images/con6_09.png)  url(/images/con6_10.png) url(/images/con6_11.png) url(/images/con6_12.png)
    url(/images/con7_02.png) url(/images/con7_03.png) url(/images/con7_04.png)  url(/images/con7_05.png);
}
.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.flowhid{
    overflow: hidden;
}
.hide{
    display: none !important;
}
.hideopa{
    opacity: 0 !important;
}
.show{
    opacity: 1 !important;
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
.scrX{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrX .scrX_item{
    animation: marqueeX 20s infinite linear;
    width: 100%;
}
.scrX .scrX_item_absol {
    right: -100%;
    width: 100%;

}

.scrY{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrY .scrY_item{
    animation: marqueeY 20s infinite linear;
    height: 100%;
}
.scrY .scrY_item_absol {
    bottom: -100%;
    width: 100%;
}


.flexrow{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.flexcol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;500;600;700&display=swap");
@font-face {
    font-family: "Noto Sans KR", sans-serif;
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
/*@font-face {*/
/*    font-family: 'VITRO_CORE_TTF';*/
/*    src: url('/font/VITRO_CORE_TTF.ttf') format('woff');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/
@font-face {
    font-family: 'TTTtangsbudaejjigaeB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/TTTtangsbudaejjigaeB.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'TheJamsil5Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
body {
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    min-height: 0vw;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@keyframes marquee2 {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}
@keyframes slick-circle{
    0%{left:0;}
    100%{left:99%;}
}
@keyframes soul_out {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
        transform: translateY(-50%);
    }
}
@keyframes ddm3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: rotate(-2deg);
    }
    100% {
        transform: scale(1.05);
    }
}
@keyframes ddm4 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate360 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate_img10deg {

    0% {
        transform: rotate(10deg);
    }
    49% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    99% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(10deg);
    }
}

@keyframes rotate_img5deg {

    0% {
        transform: rotate(5deg);
    }
    49% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(-5deg);
    }
    99% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(5deg);
    }
}


@keyframes opazoom {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.02);
        opacity: 0;

    }
    100% {
        transform: scale(1);
        opacity: 1;

    }
}
.opazoom{
    animation: opazoom 1.5s infinite;
}
@keyframes ani_scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.1, 0.01, 0.01, 1.2, 0, 0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes blk {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    31% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk2 {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk3 {
    0% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes scaleOpa {
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes scaleOpa2 {
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes ball {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: 20px;
    }
}
@keyframes ddm {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.15, 0.01, 0.01, 1.15, 0, 30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_imageY {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ddm2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2X {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2Xhalf {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: scale(1.02);
    }
}

@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes uitLineMove {
    0% { stroke-dashoffset: 300.292; }
    100% { stroke-dashoffset: 110; }
}

@keyframes hand {
    0% {
        transform: translateY(-0.5%);
    }

    25% {
        transform: translateY(1%);
    }

    50% {
        transform: translate(0.5%, -1%);
    }

    75% {
        transform: translate(1%, 0.5%);
    }

    100% {
        transform: translate(1%, -1%);
    }
}

@keyframes hand2 {
    0% {
        transform: translateY(2%);
    }

    25% {
        transform: translateY(-1%);
    }

    50% {
        transform: translate(-1%, 2%);
    }

    75% {
        transform: translate(2%, 1%);
    }

    100% {
        transform: translateY(2%);
    }
}
@keyframes bg-position {
    0% {
        background-position: bottom;
    }
    25% {
        background-position: center;
    }
    50% {
        background-position: inherit;
    }
    75% {
        background-position: center;
    }
    100% {
        background-position: bottom;
    }
}
@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.2;
    }
    25% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 1;
    }
    50% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    75% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    100% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0.2;
    }
}

@keyframes light {
    0%, 31%, 34%, 39%, 42%, 47% {
        opacity: 0;
    }
    5%, 30%, 35%, 38%, 43%, 46% {
        opacity: 0.4;
    }
    50%, 55%, 60%, 67%, 51%, 54%, 68%, 100% {
        opacity: 1;
    }
    70% {
        opacity: 0.2;
    }
}
@keyframes marqueeX {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes marqueeY {
    from { transform: translateY(0); }
    to { transform: translateY(-100%); }
}
@keyframes fall {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(240deg) rotateY(400deg) rotateZ(310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes ShakeAndFall {
    0% {
        transform: translate(0, -100%) rotate(0);
        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);
    }
}
.rotate{
    animation: rotate360 2s infinite linear;
}
.pointer{
    cursor: pointer;
}
.blk{
    animation: blk 1s infinite;
}
.scaleopa1{
    animation: scaleOpa 2s infinite;
}

.scaleopa2{
    animation: scaleOpa2 2s infinite;
}

.main{
}

.main_top {
    margin-top: 4%;
    margin-left: 0%;
}
.main_top_2nd{
    margin-top: 5%;
}
.main_top_3rd{
    margin-top: 1%;
}
.main_top_4th{
    margin-top: 4%;
    margin-left: 0%;
}
.main{
    background: #cb353c;
}
.main_con{
    overflow: hidden;
    background: url(/images/main_bg3.jpg) no-repeat center / cover;
}
.main_con {
    width: 98%;
    margin: 1% 0;
    overflow: hidden;
}
.main_con_bg {
    width: 99%;
    height: 98%;
    border: 0.15vw solid #cb353c;
}
.main_top_2nd{
    margin-top: 4.5%;
}
.main_top_2nd_1{
    margin-top: 0%;
    margin-left: 0%;
    width: 12.7554%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.main_top_2nd_2{
    margin-top: 0%;
    margin-left: 0%;
    overflow: hidden;
    width: 26.5047%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.main_top_3rd_1{
    width: 12.2584%;
    display: flex
;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.main_top_3rd_2{
    width: 13.1971%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    margin: 0 1%;
}
.main_top_3rd_3{
    width: 12.7002%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}
.main_top_4th{
    width: 21.5319%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    overflow: hidden;
    margin-left: 0%;
}
.main_top_5th{
    width: 4.39207%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;


    margin-top: 2%;
    margin-left: 0%;
}

.main_con_ab{
    width: 22.3889%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 0;
    bottom: -2%;
}
.main_con_ab_2{
    width: 24.1028%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: -2%;
    right: 0;
}
.main_con_ab_ab{
    width: 46.1722%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    z-index: 2;

    margin-left: 0%;
    bottom: 76%;
    left: 42%;
}
.main_con_ab_2_ab{
    width: 42.8889%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 76%;
    z-index: 2;
    right: 42%;
}
.main_con_con{
    background: #cb353c;
    width: 97%;
}
.main_con{
    background: url(/images/main_bg3.jpg) no-repeat center / cover;
}
.main{
    background: url(/images/main_bg.png) no-repeat center / cover;
}
body{
    background: black;
}
.main_top{
    width: 8.50359%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5.4%;
    margin-left: 0%;
}
.con11_top_4th_ab_1_ab{
    animation: blk 1s infinite;
}
.video_con{
    mix-blend-mode: color-dodge;
}
.con1_top_6th_ab{
    width: 40%;
    flex-wrap: wrap;
}
.con1{
    background: url(/images/con1_bg.jpg) no-repeat center / cover;
}

.con1_top{
    width: 15.5381%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 14%;
    margin-left: 14%;
}
.con1_top_2nd{
    width: 15.6955%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: -0.4%;
    margin-left: 30%;
}
.con1_top_3rd{
    width: 32.231%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.3%;
    margin-left: 36%;
    overflow: hidden;
}
.con1_top_4th{
    width: 30.5512%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-left: 34.4%;
}
.con1_top_5th{
    width: 22.9921%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14%;
    margin-left: -43%;
}
.con1_top_6th{
    width: 22.8346%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-left: -42%;
}
.con1_top_6th_ab {
    width: 46%;
    flex-wrap: wrap;
    position: absolute;
}
.con1_top_7th{
    width: 34.1207%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    margin-left: -43%;
}
.con1_scrx{
    margin-top: 4%;
    margin-bottom: 1.4%;
}
.con1_top_6th_ab{
    width: 46%;
    flex-wrap: wrap;
    position: absolute;
    top: 50%;
    left: 48%;
}.con1_top_6th_ab {
     width: 46%;
     flex-wrap: wrap;
     position: absolute;
     top: 50%;
     left: 48%;
     align-items: flex-start;
 }

 .con1_top_6th_ab_item_2{
     width: 48.7443%;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 15%;
     margin-left: 1.4%;
 }
 .con1_top_6th_ab_item_3{
     width: 48.7443%;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: -13.4%;
     margin-left: 0%;
 }
 .con1_top_6th_ab_item_4{
     width: 48.7443%;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 1%;
     margin-left: 1.4%;
 }
 .con1_ab{
     width: 54.1732%;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 0%;
     margin-left: 0%;
     top: 0%;
     left: 1%;
 }
 .con1_ab_2{
     width: 22.9396%;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 0%;
     margin-left: 0%;
     top: 6%;
     left: 17%;
 }
 .con1_ab_3{
     width: 16.063%;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 0%;
     margin-left: 0%;
     top: 3%;
     right: 3%;
 }
 .con1_ab_4{
     width: 16.063%;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 0%;
     margin-left: 0%;
     top: 8%;
     right: 21%;
 }
 .con1_ab_5{
     width: 16.063%;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 0%;
     margin-left: 0%;
     top: 30%;
     right: 63%;
 }
 .con1_ab_6{
     width: 16.063%;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 0%;
     margin-left: 0%;
     left: 3%;
     top: 35%;
 }
 .con10_swiper_y_left_3rd .con10_swiper_div_y{
     background: white;
     opacity: 0.4;
     transition: 0.3s all;
 }
 .con10_swiper_slide_y.swiper-slide-next +.con10_swiper_slide_y .con10_swiper_div_y{
     opacity: 1;
 }
.con10_swiper_y_left_3rd{
    width: 114%;
}

 .con2{
     background: url(/images/con2_bg.jpg) no-repeat center / cover;
 }
 .con3{
    background: #df6f4a;
 }
 .con2_top{
     width: 21.9948%;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 4%;
     margin-left: 0%;
 }
 .con2_top_2nd{
     width: 39.0551%;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 0%;
     margin-left: 0%;
     overflow: hidden;
 }
 .con2_top_3rd{
     width: 32.021%;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 1%;
     margin-left: 0%;
 }

@keyframes glow-opacity {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}
.con2_top_3rd{
    z-index: 2;
    animation: glow-opacity 1.5s infinite ease-in-out;
}
.glow{
    animation: glow-opacity 1.5s infinite ease-in-out;
}
.con2_top_4th_item_ct{
    font-size: 4vw;
    left: 23%;
    top: 6%;
}
.con2_top_4th_item_2{
    width: 29.6063%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 1%;
}
.con2_top_4th_item{
    width: 29.6063%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con2_top_4th{
    z-index: 2;
    margin-top: 1.4%;
}

.con2_top_4th_ab{
    width: 1.31234%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 17.5%;
    overflow: hidden;
}
.con2_top_4th_ab_2{
    width: 1.31234%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 17.5%;
    overflow: hidden;
}
.con10_swiper_y_left_3rd{
    margin-top: 2%;
}
.con2_top_5th{
    width: 22.0472%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-left: 0%;
    z-index: 2;
}
.con2_top_6th{
    width: 78.7927%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -22%;
    margin-left: 0%;
}

.con2_ab{
    width: 29.6063%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 0;
    animation: glow-opacity 2s infinite ease-in-out;
    mix-blend-mode: color-dodge;
}
.con2_ab_3{
    width: 5.6168%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 0%;
    top: 5%;
}
.con2_ab_4{
    width: 5.6168%;
    display: flex
;
    justify-content: center;
    align-items: center;
    right: 0%;
    top: 5%;
}


.con3_con{
    width: 85%;
    background: black;
    overflow: hidden;
}
.con3_top{
    width: 36.1952%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    margin-left: 0%;
}
.con3_top_2nd{
    margin-top: 3%;
}
.con3_top_2nd_item{
    width: 18.7153%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    margin: 0 0.5%;
}
.con3_top_3rd{
    width: 18.9006%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-left: 0%;
}
.con3_top_4th{
    width: 100.803%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.5%;
    margin-left: 0%;
}
.con3_top_5th{
    width: 23.6566%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
    margin-left: -46%;
}
.con3_top_6th{
    width: 28.5979%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-left: -43%;
    margin-bottom: 6%;
}
.con3_con {
    width: 85%;
    background: black;
    margin-bottom: 4%;
}
.con3_top_7th{
    width: 28.3508%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con3_vid{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 32.6vw;
    bottom: 0;
    left: 0;
    filter: brightness(0.2) grayscale(1);
}
.con3_vid video{
    height: 130%;
}
.con3_top_2nd_ab{
    width: 9.14145%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 13%;
    z-index: 1;
    bottom: 8%;
}
.con3_top_2nd_ab_3{
    width: 3.82952%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 10%;
    top: -1%;
}
.con3_top_2nd_ab_4{
    width: 3.39716%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 22%;
    top: 19%;
}
.con3_top_2nd_ab_5{
    width: 3.70599%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: -47%;
    left: 21%;
}
.con3_top_2nd_ab_2{
    width: 11.6739%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 10%;
    z-index: 2;
}

.con3_top_7th{
    width: 28.3508%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 6%;
    right: 12%;
}
.con3_top_7th_ab {
    left: 0;
    z-index: 2;
    top: 0;
    transition: 0.4s all;
    filter: brightness(1);
}
.con3_top_7th_ab_2{
    width: 91.939%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 0;
    transition: 0.4s all;
    top: 0;
    filter: brightness(1);
    z-index: 2;
}
.con3_ab{
    width: 0.0617665%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 0;
    height: 32.6vw;
}
.con3_10{
    height: 100%;
}
.con3_ab_ab{
    width: 8100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 3%;
    z-index: 2;
}

.con3_top_7th_ab_2_off{
    transform: translate(-56%, -10%);
    z-index: 1;
    filter: brightness(0.3);
}



.con7_prev:after,.con7_next:after {
    content: unset !important;
}

.con7_prev {
    left: 1% !important;
    top: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    border-radius: unset;
    overflow: hidden;
    left: 29% !important;
    bottom: 35%;
    transition: 0.4s background;
}
.con7_next{
    right: 1% !important;
    top: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    border-radius: unset;
    overflow: hidden;
    right: 29% !important;
    bottom: 35%;
    transition: 0.4s background;
}

.con10_swiper_div_y{
    display: flex;
    justify-content: center;
    align-items: center;
}

.con4_top{
    width: 32.8609%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    margin-left: 0%;
}
.con4{
    background: url(/images/con4_bg.jpg) no-repeat center / cover;
}
.con10_swiper_y_left_4th{
    margin-top: 4%;
    margin-bottom: 13%;
    width: 119%;
}
.con10_swiper_div_y_top{
    width: 85.7276%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 9%;
}
.con10_swiper_div_y_obj{
    width: 69.2924%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: -39%;
    mix-blend-mode: color-dodge;
    animation: glow-opacity 1.5s infinite ease-in-out;
}
.con10_swiper_div_y_desc{
    left: -10%;
    bottom: -17%;
}
.con10_swiper_div_y_desc_2{
    width: 33.3778%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con10_swiper_div_y_desc_3{
    width: 25.2336%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con10_swiper_div_y_desc_4{
    width: 35.781%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con10_swiper_div_y_desc_5{
    width: 33.2443%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con10_swiper_y_left_4th .con10_swiper_div_y{
    scale: 0.74;
    transition: 0.4s all;
}
.con10_swiper_y_left_4th .con10_swiper_slide_y.swiper-slide-next .con10_swiper_div_y{
    scale: 1;
    filter: brightness(1) grayscale(0);

}
.con10_swiper_div_y_desc{
    opacity: 0;
    transition: 0.4s all;
}
.con10_swiper_y_left_4th .con10_swiper_slide_y.swiper-slide-next .con10_swiper_div_y_desc{
    opacity: 1;
}
.con10_swiper_y_left_4th .con10_swiper_div_y_con{
    opacity: 0;
    scale: 0.8;
    transition: 0.5s all;
}
.con10_swiper_y_left_4th .con10_swiper_div_y{
    filter: brightness(0.4) grayscale(1);
}
.con10_swiper_y_left_4th .con10_swiper_slide_y.swiper-slide-next .con10_swiper_div_y_con{
    opacity: 1;
    scale: 1;

}
.con10_swiper_div_y_obj img{
    opacity: 0;
    transition: 0.4s all;

}
.con10_swiper_y_left_4th .con10_swiper_slide_y.swiper-slide-next .con10_swiper_div_y_obj img{
    opacity: 1;
}

.con4 .con7_prev{
    width: 8vw !important;
    height: 6vw !important;
    left: 25% !important;
}
.con4 .con7_next{
    width: 8vw !important;
    height: 6vw !important;
    right: 25% !important;
}
.con4_ab_bt{
    width: 19.5276%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 10%;
    right: 13%;
    z-index: 5;
}


.con4_line_1{
    width: 100%;
    top: 10%;
    border-top: 0.15vw solid #cb353c;
}

.con4_line_2{
    width: 100%;
    bottom: 0%;
    border-top: 0.15vw solid #cb353c;
}
.con4_line_3{
    height: 100%;
    left: 5%;
    border-left: 0.15vw solid #cb353c;
}
.con4_line_4{
    height: 100%;
    right: 5%;
    border-right: 0.15vw solid #cb353c;
}
.con4_ab{
    width: 2.15223%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 8%;
    left: 4%;
}
.con4_ab_2{
    width: 2.15223%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 8%;
    right: 4%;
}


.con4_ab_3{
    width: 2.15223%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: -2%;
    left: 4%;
}
.con4_ab_4{
    width: 2.15223%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: -2%;
    right: 4%;
}
.con5{
    background: url(/images/con4_bg.jpg) no-repeat center / cover;

}









.floating_div {
    position: relative;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    width: 22%;
    padding: 2.1% 4%;
    padding-bottom: 4%;
    box-sizing: border-box;
    z-index: 1001;
    border-radius: 40px;
}
.floating_div_item {
    transition: 0.3s font-weight;
    position: relative;
    display: flex
;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-family: 'NanumMyeongjo';
    letter-spacing: -0.04vw;
    color: black;
    border: 1px solid black;
    width: 44%;
    border-radius: 50px;
    transition: 0.3s all;
}
.floating_div_item:hover{
    background: black;
    color: #fdfbf5;
}
.con08_change.con08_tab{
    background: black;
    color: #fdfbf5;
}




.con7_prev:after,.con7_next:after {
    content: unset !important;
}

.con7_prev{
    left: 1% !important;
    top: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    overflow: hidden;
    left: 9% !important;
    bottom: 33%;
    transition: 0.4s background;
}
.con7_next{
    right: 1% !important;
    top: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    overflow: hidden;
    transition: 0.4s background;

    right: 9% !important;
    bottom: 33%;

}
.con08_menu_con{
    height: 15vw;
}



.con08_tab_wrap {
    position: relative;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    width: 30%;
    padding: 1.1% 4%;
    box-sizing: border-box;
    z-index: 1001;
    border-radius: 40px;
    background: white;
    position: absolute;
    border: 1px solid #00000026;
    top: 0;
    transform: translateY(50%);
    transition: 1s bottom, 0.3s scale;
    scale: 0.95;
    margin-top: 3%;
    margin-bottom: 3%;
    position: relative !important;
}
.con08_change.con08_tab p{
    font-weight: 600;
}
.con08_menu_con {
    height: 20vw;
    width: 30vw;
    border-radius: 20px;
    border: 1px solid #0000002e;
    box-sizing: border-box;
}
.con08_menu.absol{
    position: absolute !important;
}
.con08_menu{
    width: 80%;
}
.con08_menu .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;

}

.con08_menu {
    width: 66%;
}
.con08_menu_img_con{
    width: 100%;
    top: 0;
    background: black;
    height: 57%;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.4s all;

}
.con08_menu_img {
    width: 62%;
    display: flex
;
    justify-content: center;
    align-items: center;
    top: 20%;
    transition: 0.5s all;
    border-radius: 2vw;
    overflow: hidden;
    border: 0.1vw solid #c3a069;
}

.con08_menu_tt{
    top: 65%;
    transition: 0.3s all;

}
.con08_menu_con {
    height: 20vw;
    width: 32vw;
    border-radius: 20px;
    border: 1px solid #0000002e;
    box-sizing: border-box;
}
.con08_menu_desc{
    top: 78%;
    width: 69%;
    text-align: center;
    transition: 0.3s all;
}
.con08_menu_wrap{
    margin-bottom: 5%;
}


.con08_menu{
    opacity: 0;
}
.con08_change.con08_menu{
    z-index: 3;
    opacity: 1;
}



.con08_menu_tt{
    font-size: 1.4vw
}
.floating_div{
    background: unset !important;
    border: unset !important;
}

.con08_menu_con {
    height: 17vw;
    width: 32vw;
    border-radius: unset;
    border: unset;
    box-sizing: border-box;
    background: black;
}
.con08_menu_img {
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    top: 0;
    transition: 0.5s all;
}
.con08_menu_img_con {
    width: 100%;
    top: 0;
    background: black;
    height: 73%;
    border-radius: 20px;
    display: flex
;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.4s all;
}
.con08_menu_tt_con{
    height: 31%;
    background: black;
    top: 70%;
}
.con08_menu_desc {
    top: 96%;
    width: 69%;
    text-align: center;
    transition: 0.3s all;
    opacity: 0;
}

.con08_menu_tt{
    margin-top: 0%;
    color: white;

}


.con10_top_3rd_item_top_vid {
    width: 100%;
    border-top: 1px solid #bdac75;
}

.floating_div_item{
    color: white;
    background: black;
}.con08_change.con08_tab {
     background: #856d49;
     color: #fdfbf5;
 }
.floating_div_item {
    height: 3vw;
    font-size: 1.3vw;
}

.floating_div{
    margin-top: 0.5%;
}


.con08_menu_con {
    height: 19vw;
    width: 32vw;
    border-radius: unset;
    border: unset;
    box-sizing: border-box;
    background: black;
    border-radius: 42px;
    overflow: hidden;
    border: 0.1vw solid #856d49;
}


.con08_menu_img_con {
    width: auto;
    top: 0;
    background: black;
    height: 100%;
    border-radius: 20px;
    display: flex
;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.4s all;
}

.con08_menu_tt {
    margin-top: 0%;
    top: 8%;
    position: absolute;
    left: 12%;
    font-family: 'SF_HambakSnow';
}

.con08_menu_img {
    width: auto;
    display: flex
;
    justify-content: center;
    align-items: center;
    top: 0;
    transition: 0.5s all;
    height: 100%;
    object-fit: cover;
}

.con08_menu_img_con {
    width: 100%;
    top: 0;
    background: black;
    height: 100%;
    border-radius: 20px;
    display: flex
;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.4s all;
    object-fit: cover;
}


.con5_con{
    width: 90%;
}
.con5_top{
    width: 14.2274%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    margin-left: 0%;
}

.con08_tab{
    background: transparent;
    color: black;
    border-radius: unset;
    cursor: pointer;
}
.con08_change.con08_tab {
    background: black;
    color: #fdfbf5;
    font-weight: 600;
}
.con08_tab_wrap {
    width: 38%;
}
.floating_div_item {
    height: 2.5vw;
    width: 22%;
    font-size: 1.3vw;
}
.con5_con {
    width: 90%;
    margin-bottom: 5%;
}
.con08_menu {
    width: 90%;
}
.con08_menu_con {
    height: 19vw;
    width: 15vw;
    border-radius: unset;
    border: unset;
    box-sizing: border-box;
    background: white;
    border-radius: 0;
    overflow: hidden;
    border: 0.1vw solid #cb353c;
}
.con08_menu_img {
    border-radius: unset;
    overflow: hidden;
    border: unset;
}
.con08_menu_img_con {
    width: 81%;
    top: 7%;
    background: black;
    height: 73%;
    border-radius: 0;
    display: flex
;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.4s all;
    object-fit: cover;
}
.con08_menu_img {
    width: 30vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    top: 0;
    transition: 0.5s all;
    height: 100%;
    object-fit: cover;
}
.con08_menu_tt {
    margin-top: 0%;
    top: 8%;
    position: absolute;
    left: unset;
    font-family: "SUIT Variable";
    top: 84%;
    color: black;

}

.con08_menu .swiper-slide{
    flex-direction: column;
}
.con08_menu .swiper-slide.swiper-slide-next +.swiper-slide .con08_menu_con{
    opacity: 0;
}
.con08_menu .swiper-slide.swiper-slide-next +.swiper-slide +.swiper-slide .con08_menu_con {
    width: 25.4vw;
    transform: translateX(-26.6%);
    background: #e9e9e9;
}
.con08_menu_con{
    transition: 0.4s all;

}
.con08_menu_img_con{
    transition: 0.4s all;
}

.con08_menu .swiper-slide.swiper-slide-next +.swiper-slide +.swiper-slide .con08_menu_img_con {
    width: 100%;
    top: 0;
    background: black;
    height: 80%;
}


.con5 .con7_prev {
    left: 1% !important;
    top: unset !important;
    width: 1.8vw !important;
    height: 3vw !important;
    overflow: hidden;
    left: 47% !important;
    bottom: 2%;
    transition: 0.4s background;
}

.con5 .con7_next {
    right: 1% !important;
    top: unset !important;
    width: 1.8vw !important;
    height: 3vw !important;
    overflow: hidden;
    right: 47% !important;
    bottom: 2%;
    transition: 0.4s background;
    transform: scaleX(-1);
}
.con08_menu_img_con{
    overflow: hidden;
}
.con08_menu_con {
    height: 19vw;
    width: 13.4vw;
}
.con08_menu .swiper-slide.swiper-slide-next +.swiper-slide +.swiper-slide .con08_menu_con {
    width: 27vw;
    transform: translateX(-25%);
    background: #e9e9e9;
}
.con5 .con4_line_2 {
    width: 100%;
    bottom: 10.8%;
}
.con5_2nd{
    height: 40vw;
    background: url(/images/con5_bg.jpg) no-repeat center / cover;
    background-attachment: fixed;
}
.con5_2nd_top{
    width: 23.0971%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}



.con6{
    background: white;
}
.con6_top{
    width: 5.51181%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con6_top_2nd{
    width: 35.4856%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-left: 0%;
}
.con6_top_3rd{
    margin-top: 13%;
}

.con6_top_3rd_item{
    width: 17.6903%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con6_top_3rd_item_2{
    width: 19.1076%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -4%;
    margin-left: 3%;
    margin-right: 3%;
}
.con6_top_3rd_item_ab{
    width: 92.2849%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: -30%;
}
.con6_top_3rd_item > img{
    z-index: 5;
}
.con6_top_3rd_item_2 .con6_top_3rd_item_ab{
    top: -39%;
}
.con6_top_3rd {
    margin-top: 15%;
}
.con6_ab_3{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: -60%;
}
.con6_ab_2{
    width: 40.0525%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 68%;
    bottom: 7%;
}
.con6_ab{
    width: 90.2362%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 0%;
    animation: ShakeAndFall 2s linear infinite;

}
.con6_top_4th{
    width: 7.45407%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-left: 0%;
}
.con6_top_5th{
    width: 33.4908%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-left: 0%;
}
.con10_swiper_y_left_5th{
    margin-top: 4%;
}
.con10_swiper_y_left_5th_ab{
    width: 20.1076%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    z-index: 3;
    bottom: 0%;
}
.con7_con{
    width: 96%;
    margin: 2% 0;
    overflow: hidden;
}
.con7_left_bg{
    right: 50%;
    width: 50%;
    display: flex;
}
.con7_right_bg{
    left: 50%;
    width: 50%;
    display: flex;
}

.con7_top_2nd{
    width: 16.2931%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
    margin-left: 0%;
}
.con7_top_2nd_2nd{
    width: 40.0219%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-left: 0%;
}
.con7_top_3rd{
    margin-top: 4%;
}
.con7_top_3rd_2{
    width: 9.18535%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: -1.5%;
    margin-right: -1%;
    z-index: 2;
}
.con7_top_4th{
    width: 20.7217%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    margin-bottom: 6%;
}
.con7_top_3rd_1_ab{
    width: 55.9633%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: -30%;
    right: 76%;
}
.con7_top_3rd_3_ab{
    width: 66.5138%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 62%;
    top: 89%;
}
.con7_right_bg_ab{
    width: 85.6674%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 26%;
    animation: smoke 2s infinite;
    bottom: 35%;
}
.con8_con{
    width: 96%;
    margin: 2% 0;
    overflow: hidden;
}

.con8_top_3rd {
    width: 90%;
}
.con8_top_3rd_item {
    width: 33.33%;
    overflow: hidden;
    height: 20vw;
}
.con8_con{
    background: url(/images/con8_bg.jpg) no-repeat center / cover;
}
.con8_top_2nd{
    width: 28.0481%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-left: 0%;
}

.con8_line_left{
    height: 100%;
    left: 5%;
    border-left: 0.15vw solid #cb353c;
}
.con8_line_right{
    height: 100%;
    right: 5%;
    border-right: 0.15vw solid #cb353c;
}

.con8_top_3rd_item_vid{
    width: 77%;
    overflow: hidden;
    height: 11vw;
    border-radius: 1.5vw;
    top: 18%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con8_top_3rd_item{
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
}
.con8_top_3rd_item:nth-child(2){
    background:#cb353c ;
}
.con8_top_3rd_item_ab{
    width: 8.74317%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 13%;
}
.con8_top_3rd_item_ab_2{
    top: 80%;
}
.con8_top_3rd_item_vid video{
    height: 115%;
}
.con8_top_3rd {
    width: 90%;
    margin-top: 2.5%;
}
.con8_top_4th{
    width: 14.7075%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.5%;
    margin-left: 0%;
    margin-bottom: 4.5%;
}

.con8_top_3rd_item_1_ab{
    width: 14.0255%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 0;
    top: 0;
}
.con8_top_3rd_item_1_ab_2{
    width: 14.0255%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 0;
    left: 0;
    transform: scaleY(-1);
}
.con8_top_3rd_item_3_ab{
    width: 14.0255%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 0;
    top: 0;
    transform: scaleX(-1);
}
.con8_top_3rd_item_3_ab_2{
    width: 14.0255%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 0;
    bottom: 0;
    transform: scale(-1);
}
.con9{
    background: url(/images/con9_bg.jpg) no-repeat top / cover;
}
.con9_top{
    width: 16.4304%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-left: 0%;
}
.con9_top_2nd{
    width: 30.5512%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5%;
    margin-left: 0%;
}
.con9_top_3rd{
    margin-top: 3%;
}
.con9_top_3rd_item{
    width: 22.9921%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    margin: 0 0.7%;
}
.con9_top_4th{
    width: 24.8819%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-left: 0%;
    margin-bottom: 7%;
}
.con9_ab{
    width: 97.7428%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con9_ab_2{
    width: 30.9186%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 0;
    top: 28%;
}
.con9_ab_3{
    width: 6.45669%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 4%;
}
.con10{
    background: white;
}

.con10_top_3rd_ab_2{
    width: 37.5434%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 11%;
}
.con10_top_3rd{
    overflow: hidden;
}
.con10_top{
    width: 29.5013%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 6%;
    margin-left: 0%;
}
.con10_top_2nd{
    width: 35.0656%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 1%;
    margin-left: 0%;
}
.con10_top_3rd{
    width: 75.643%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-left: 0%;
}
.con10_top_4th{
    width: 17.1654%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.6%;
    margin-left: 0%;
    margin-bottom: 4%;
}
.con10_top_3rd_ab{
    width: 20.1943%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 0;
    z-index: 2;
    top: 8%;
}
.con10_top_3rd_ab_2_ab_2{
    width: 9.79667%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 33%;
}

.con10_border{
    height: 94%;
    width: 92%;
    overflow: hidden;
    border-radius: 2vw;
    position: absolute;
}
.con10_border_ab{
    height: 100%;
    width: 100%;
    position: absolute;

    border: 1px solid #cb353c;
}

.con10_border_ab {
    height: 99.6%;
    width: 99.6%;
    position: absolute;
    border: 0.2vw solid #cb353c;
}
.con10_border_ab_1{
    width: 1.54022%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 0;
    left: 0;
}
.con10_border_ab_2{
    width: 1.54022%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 0;
    right: 0;
    transform: scaleX(-1);
}


.con10_border_ab_3{
    width: 1.54022%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 0;
    left: 0;
    transform: scaleY(-1);

}
.con10_border_ab_4{
    width: 1.54022%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 0;
    right: 0;
    transform: scale(-1);
}


.con10_border {
    height: 86%;
    width: 92%;
    overflow: hidden;
    border-radius: 2vw;
    position: absolute;
    top: 10%;
}.con10_border_ab {
     height: 99.2%;
     width: 99.6%;
     position: absolute;
     border: 0.2vw solid #cb353c;
     top: 0;
 }

 .con11_top_4th_ab{
     bottom: 100%;
     height: 6vw;
 }

 .con11_top_4th_ab_1{
     width: 17.1042%;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 0%;
     margin-left: 0%;
 }
 .con11_top_4th_ab_2{
     width: 36.9928%;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 0%;
     margin-left: 1%;
 }
 .con11_top_4th{
     width: 65.9843%;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 8%;
     margin-left: 0%;
 }

 .con11_top_2nd{
     width: 4.25197%;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 2%;
     margin-left: 0%;
 }
 .con11_top_3rd{
     width: 16.9554%;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 1.4%;
     margin-left: 0%;
 }
 .con11_top_4th{
     width: 65.9843%;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 8%;
     margin-left: 0%;
     margin-bottom: 6%;
 }
 .con11{
     background: url(/images/con11_bg.jpg) no-repeat top / cover;
 }

 .con11_top_6th{
     flex-wrap: wrap;
 }

 .con11_top_5th{
     width: 17.0604%;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 0%;
     margin-left: 0%;
 }
 .con11_top_5th_2nd{
     width: 16.4829%;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 2%;
     overflow: hidden;
     margin-left: 0%;
 }
 .con11_top_5th_ab{
     right: 0;
     top: 60%;
 }
 .con11_top_6th{
     width: 83%;
     margin-top: 3%;
     margin-bottom: 6%;
 }
.con11_top_6th_item {
    width: 29.4118%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    margin: 0.5% 1.34%;
}
 .con11_top_6th_item_ab{
     width: 5.37634%;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 0%;
     margin-left: 0%;
     left: 102%;
 }
.con11_top_5th_ab {
    right: 0;
    top: 53%;
}

.con12{
    background: url(/images/con12_bg.jpg) no-repeat top / cover;
}
.con12_top_2nd{
    width: 33.2283%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-left: 0%;
}
.con12_top_3rd_item {
    width: 27%;
    height: 14vw;
    border-radius: 1vw;
    overflow: hidden;
    padding-top: 2%;
    padding-bottom: 2%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    overflow-y: scroll;
    margin: 0 0.6%;
}

.con12_top_3rd_1 {
    background: #000000de;
}
.con12_top_3rd_2 {
    background: white;
}
.con12_top_3rd_item_item {
    color: white;
    padding: 0 8%;
    width: 90%;
    box-sizing: border-box;
    border-bottom: 0.1vw solid white;
    padding-bottom: 4%;
    margin-top: 5%;
}
.con12_top_3rd_item_item_title{
    font-size: 1.2vw;
}
.con12_top_3rd_2 p{
     color: black;
}

.con12_top_3rd_item_item {
    color: white;
    padding: 0 8%;
    width: 90%;
    box-sizing: border-box;
    padding-bottom: 4%;
    margin-top: 5%;
}
.con12_top_3rd{
    margin-top: 4%;
}
.con12_top_3rd_2 .con12_top_3rd_item_item{
    border-bottom: 0.1vw solid #00000063;

}
.con12_top{
    width: 20.4199%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    margin-left: 0%;
}

.con12_top_3rd_title_1{
    width: 7.979%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: -11%;
    left: 32%;
    z-index: 1;
}
.con12_top_3rd_title_2{
    width: 13.4383%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: -11%;
    right: 29%;
    z-index: 1;
}


.con12_top_4th{
    width: 18.5302%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-left: 0%;
    margin-bottom: 6%;
}

.con12_ab{
    width: 5.6168%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 0;
}
.con12_ab_2{
    width: 5.6168%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 0;
}
.con12_ab_ab{
    width: 101.869%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 125%;
}
.con12_ab_2_ab{
    width: 101.869%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 125%;
}
.con12_ab_ab_2{
    height: 200%;
    border-left: 0.05vw solid black;
    left: 110%;
}
.con12_ab_2_ab_2{
    height: 200%;
    border-left: 0.05vw solid black;
    right: 110%;
}

.con13{
    background: url(/images/con13_bg.jpg) no-repeat top / cover;
}
.con13_con {
    background: white;
    width: 94%;
    margin-top: 3%;
}
.con13_top{
    width: 17.4412%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    margin-left: 0%;
}
.con14{
    background: url(/images/con14_bg.jpg) no-repeat center / cover;
}

.con14_top_2nd_ab{
    width: 11.5232%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    overflow: hidden;
    left: 25%;
}
.con14_top_2nd{
    width: 39.6325%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-left: 0%;
}
.con14_top_3rd{
    width: 14.7507%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-left: 0%;
}

.con14_top_5th{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1.6%;
    margin-left: 0%;
}
.con14_top_4th{
    width: 3.93701%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}































.form {
    margin-top: 2%;
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid white;
    padding-top: 1.7%;
    background: white;
    z-index: 1;
    margin-bottom: 7%;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    padding-bottom: 0%;
    padding-left: 3%;
    padding-top: 1%;
    margin-top: 1%;
    border-bottom: 1px solid black;
}
.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;
}
.form_row_imput{
    width: 70%;
    height: 2.8vw;
    background: transparent;
    border: none;
    font-size: 1.2vw;
    font-family: 'Pretendard-Regular';
    outline: none;
}

.form_agree_span{
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: black;
}
.form_agree_check{
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 0;
    background: #f2f2f2;
    color: transparent;
    border: none;
    appearance: none;
}
.form_agree_check:checked {
    background: #f2f2f2;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;

}
.form_agree_check:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: #bf2121;
    color: unset !important;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF4206;
    padding: 1.5%;
    width: 48%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    font-family: GmarketSansBold;
    border-radius: 0;
    padding-top: 2.5%;
    padding-bottom: 2%;
    cursor: pointer;
}
.form_row_imput_radio {
    margin-right: 1%;
    width: 1.5vw;
    height: 1.5vw;
    overflow: hidden;
    outline: 0;
    background: #ffffff;
    color: white;
    border: none;
    appearance: none;
    border-radius: 50%;
    margin-right: 20%;
    left: 3%;
    border: 1px solid black;
}
.form_row_imput_radio:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: #bf2121;
    color: unset !important;
}
.form_row > span {
    font-size: 1.3vw;
    margin-right: -18%;
    color: black;
}
.form_agree_span{

}
.form_row_imput_radio_1{
    margin-right: -6%;
}
.form_row_imput_text{
    padding-left: 3%;
    box-sizing: border-box;
}
.form_row_radio{
    padding-top: 2%;
    padding-bottom: 2%;
}

.form_row_imput_radio{
    display: flex;
    justify-content: center;
    align-items: center;
}.form_row_imput_radio:checked::after {
     content: "";
     width: 1vw;
     height: 1vw;
     position: absolute;
     background: #bf2121;
     color: unset !important;
     border-radius: 50%;
 }
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bf2121;
    padding: 1.5%;
    width: 48%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 2.5%;
    padding-bottom: 2%;
    cursor: pointer;
}
.form {
    margin-top: 2%;
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 20%;
}
.form_row_label {
    font-family: Pretendard-regular;
    color: white;
    white-space: nowrap;
    font-size: 1.2vw;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    padding-bottom: 0%;
    padding-left: 3%;
    padding-top: 1%;
    margin-top: 1%;
    border-bottom: 1px solid white;
}
.form_row > span {
    font-size: 1.3vw;
    margin-right: -18%;
    color: white;
}
.form_agree_span {
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: white;
}
.form_agree_check:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    background: #bf2121;
    color: unset !important;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bf2121;
    padding: 1.5%;
    width: 75%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 2.5%;
    padding-bottom: 2%;
    cursor: pointer;
}
.form {
    margin-top: 2%;
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 3%;
    top: 15%;
}
.form_row_radio {
    padding-top: 2%;
    padding-bottom: 2%;
}

.form_agree {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 78%;
    margin-top: 5%;
    margin-bottom: 4%;
}

.form_row_label {
    font-family: Pretendard-regular;
    color: white;
    white-space: nowrap;
    font-size: 1.2vw;
    width: 22% !important;
}

.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    padding: 1.5%;
    width: 33%;
    color: white;
    position: relative !important;
    margin-bottom: 17%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 0.5%;
    padding-bottom: 2%;
    cursor: pointer;
}

.form {
    margin-top: 2%;
    width: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 7%;
    top: 13%;
}
.form_row {
    border-bottom: unset;
}
.con20_08 {
    bottom: -34%;
    left: -2%;
    width: 113%;
}


.form_row_imput_radio {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fe0908;
    background: transparent;
}
.form_row_imput_radio:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: #fe0908;
    color: unset !important;
    border-radius: 50%;
}
.form_agree_check {
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 0;
    background: #f2f2f2;
    color: transparent;
    border: none;
    appearance: none;
    border: 1px solid #fe0908;
    background: transparent;
}
.form_agree_check:checked {
    background: transparent;
    border: 1px solid #fe0908;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form_agree_check:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    background: #fe0908;
    color: unset !important;
}


.form_row {
    border-bottom: 1px solid white !important;
}

.form_row_imput_radio {
    border: 1px solid #a84e1d;
    background: transparent;
}
.form_row_imput_radio:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: #a84e1d;
    color: unset !important;
    border-radius: 50%;
}

.form_agree_check {
    border: 1px solid #a84e1d;
}


.form {
    margin-top: 2%;
    width: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 6%;
    top: 28%;
}


.form_agree_check:checked {
    border: 1px solid #a84e1d;
}

.form_row > span {
    font-family: Pretendard-regular !important;
}



.form{
    background: #ffffffc4;
}
.form_row_label{
    font-family: "SUIT Variable";
    font-weight: 300;
    font-size: 1vw;
    line-height: 1.4vw;
    letter-spacing: -0.04vw;
    color: black;
}
.form_row {
    border-bottom: 1px solid black !important;
}

.form {
    margin-top: 2%;
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: unset;
    top: 24%;
    left: 50%;
    background: rgba(255, 255, 255, 0.66);
}

.form_row {
    border-bottom: 1px solid black !important;
    width: 100%;
    padding-left: 9%;
    box-sizing: border-box;
}
.form {
    margin-top: 2%;
    width: 35%;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 0;
    background: transparent;
    z-index: 1;
    margin-bottom: 3%;
    right: unset;
    top: 24%;
    left: 50%;
    background: rgba(255, 255, 255, 0.77);
    padding-bottom: 4%;

}

.form_submit {
    display: flex
;
    justify-content: center;
    align-items: center;
    background: transparent;
    padding: 1.5%;
    width: 33%;
    color: white;
    position: relative !important;
    margin-bottom: 17%;
    font-size: 1.3vw;
    font-family: SUIT VARIABLE;
    border-radius: 0;
    padding-top: 0.5%;
    padding-bottom: 2%;
    cursor: pointer;
    HEIGHT: 3.4VW;
    width: 100%;
    background: #c58e3b;
    box-sizing: border-box;
    position: absolute !important;
    top: 100%;
}

.form_row_imput {
    height: 2.5vw;
    font-family: 'Pretendard-Regular';
}
.form_agree{
    bottom: 100%;
}

.form_ab{
    width: 4.04889%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 105%;
    right: 3%;
}
.form_submit{
    color: black;
}
.form_row_radio {
    padding-top: 0%;
    padding-bottom: 0%;
}
.form_row_imput_radio {
    width: 48.8%;
    height: 2.5vw;
    appearance: none;
    outline: none;
    border: unset;
    border-radius: 0.3vw;
    background: white;
}
.form_row_imput_radio:checked {
    background: #f08200;
}
.form_row_imput_radio:checked {
    border: none;
    appearance: none;
}
.form_row_imput_radio {
    width: 48.8%;
    height: 2.5vw;
    appearance: none;
    outline: none;
    border: unset;
    border-radius: 0.3vw;
    background: white;
}
.form_row_imput_radio_1_label_off {
    color: black;
}
.form_row_imput_radio_1_label {
    font-family: 'Pretendard-Regular';
    font-size: 1.3vw;
    left: 22.1%;
    color: white;
    pointer-events: none;
}
.form_row_imput_radio_1_label_2 {
    font-family: 'Pretendard-Regular';
    font-size: 1.3vw;
    left: 73.8%;
    color: white;
    pointer-events: none;
}
.form_row_imput_radio:checked::after {
    content: unset;
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: #a84e1d;
    color: unset !important;
    border-radius: 50%;
}

.form_row {
    height: 2.5vw;
    justify-content: flex-start;
}
.form_row_imput_radio {
    width: 48.8%;
    height: 1.7vw;
    width: 25% !important;
    appearance: none;
    outline: none;
    border: unset;
    border-radius: 0.3vw;
    background: white;
    margin: 0 0.5%;
}
.form_row_imput_radio:checked {
    background: #291e14;
}
.form_row_imput_radio {
    background: #00000036;
}
.form_row_imput_radio_1_label {
    font-family: 'Pretendard-Regular';
    font-size: 1vw;
    left: 40%;
    color: white;
    pointer-events: none;
}
.form_row_imput_radio_1_label_2 {
    font-family: 'Pretendard-Regular';
    font-size: 1vw;
    left: 63.8%;
    color: white;
    pointer-events: none;
}
.form_agree_check {
    border: 1px solid #ffffff73;
}
.form_agree_span {
    font-size: 0.9vw;
    font-family: Pretendard-regular;
    color: #ffffff9c;
}
.form_agree_span_under{
    text-decoration: underline;
}
.form{
    background: rgba(255, 255, 255, 0.89);
}
.form_agree_check:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    background: white;
    color: unset !important;
}
.form_agree_check:checked {
    border: 1px solid #ffffff70;
}

section div > img{
    width: 100%;
}





.form_submit {
    display: flex
;
    justify-content: center;
    align-items: center;
    background: transparent;
    padding: 1.5%;
    width: 33%;
    color: white;
    position: relative !important;
    margin-bottom: 17%;
    font-size: 1.3vw;
    font-family: SUIT VARIABLE;
    border-radius: 0;
    padding-top: 0.5%;
    padding-bottom: 2%;
    cursor: pointer;
    HEIGHT: 3.4VW;
    width: 100%;
    background: #c58e3b;
    box-sizing: border-box;
    position: absolute !important;
    top: 100%;
    padding-bottom: 0;
    font-size: 1.2vw;
    letter-spacing: -0.04vw;
}
.form{
    position: relative;
    background: white;
    margin: 0;
    margin-top: 2%;
    top: 0%;
    left: 0%;
}


.form_agree {
    bottom: unset;
    position: relative;
    color: black !important;
}

.form {
    position: relative;
    background: white;
    margin: 0;
    margin-top: 2%;
    top: 0%;
    left: 0%;
    padding-bottom: 0;
    border-radius: 2vw;
    overflow: hidden;
}
.form_submit_ab{
    width: 17.0015%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}

.form_submit{
    position: relative !important;
    margin: 0;
    background: #cb353c;
}
.form_agree_span {
    font-size: 0.9vw;
    font-family: Pretendard-regular;
    color: rgba(0, 0, 0, 0.65);
}
.form_agree_check {
    border: 1px solid black;
}

.form_agree_check:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    background: #cb353c;
    color: unset !important;
}
.form_agree_check:checked {
    border: 1px solid black;
}
.form_agree {
    bottom: unset;
    position: relative;
    color: black !important;
    justify-content: flex-end;
}

.form_row {
    border-bottom: 1px solid #0000001c !important;
}


.form {
    border: unset;
}


.con14_ab{
    width: 3.2021%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 43%;
    right: 7%;
}

.con14_ab_2{
    width: 21.0499%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 5%;
    top: 56%;
}
.main .video_con{
    opacity: 0.4;
}
.con10_swiper_div_y_desc_1{
    width: 39.3858%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con7_con{
    overflow: hidden;
}
.con7_top_3rd_1{
    width: 23.8382%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con7_top_3rd_3{
    width: 23.8382%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con8_top{
    width: 5.74783%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con10_top_3rd_ab_2_ab{
    width: 89.5075%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}

@keyframes swing {
    0%   { transform: rotate(0deg); }
    10%  { transform: rotate(4deg); }
    22%  { transform: rotate(-3.5deg); }
    35%  { transform: rotate(3deg); }
    47%  { transform: rotate(-2.5deg); }
    60%  { transform: rotate(1.8deg); }
    72%  { transform: rotate(-1.2deg); }
    85%  { transform: rotate(0.6deg); }
    100% { transform: rotate(0deg); }
}
.swing_ani {
    animation: swing 3.5s ease-in-out infinite;
    transform-origin: top center;
}
.con5 .con11_top_4th{
    width: 100%;
}
.con1_top_6th_ab_item{
    background: white;
    border-radius: 0vw;
    width: 48.7443%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes fallCoin {
    0% {
        transform: translate(-50%, -30%) rotate(0deg);
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    85% {
        transform: translate(calc(-50% + 1.5%), 95%) rotate(340deg);
    }
    92% {
        transform: translate(calc(-50% - 1%), 98%) rotate(355deg);
    }
    100% {
        transform: translate(-50%, 100%) rotate(360deg);
    }
}

@keyframes coinStackWobble {
    0% {
        transform: rotate(0deg) translateX(0);
    }
    15% {
        transform: rotate(-1deg) translateX(-1%);
    }
    30% {
        transform: rotate(1.5deg) translateX(1%);
    }
    45% {
        transform: rotate(-1deg) translateX(-0.5%);
    }
    60% {
        transform: rotate(1deg) translateX(0.5%);
    }
    75% {
        transform: rotate(-0.5deg) translateX(-0.3%);
    }
    100% {
        transform: rotate(0deg) translateX(0);
    }
}


.con3_top_2nd_ab {
    animation: coinStackWobble 2.5s ease-in-out infinite;
    transform-origin: bottom center; /* 아래쪽 고정, 위만 흔들리게 */
}


.con3_top_2nd_ab_3 {
    animation: fallCoin 2s ease-in forwards infinite;
    animation-delay: 0s;
}

.con3_top_2nd_ab_4 {
    animation: fallCoin 2s ease-in forwards infinite;
    animation-delay: 0.3s;
}

.con3_top_2nd_ab_5 {
    animation: fallCoin 2s ease-in forwards infinite;
    animation-delay: 0.6s;
}



.con5 .con11_top_4th {
    width: 100%;
    margin: 0;
}


@keyframes vsShakeSoft {
    0%   { transform: translateX(0) scale(1); }
    10%  { transform: translateX(-4%) scale(1.015); }
    20%  { transform: translateX(4%) scale(1.015); }
    30%  { transform: translateX(-3%) scale(1.01); }
    40%  { transform: translateX(3%) scale(1.01); }
    50%  { transform: translateX(-2%) scale(1.005); }
    60%  { transform: translateX(2%) scale(1.005); }
    70%  { transform: translateX(-1%) scale(1); }
    80%  { transform: translateX(1%) scale(1); }
    90%  { transform: translateX(-0.5%) scale(1); }
    100% { transform: translateX(0) scale(1); }
}

.con7_top_3rd_2 {
    animation: vsShakeSoft 0.8s ease-out infinite;
    transform-origin: center;
}


@keyframes winGentle {
    0%   { transform: scale(1) rotate(0deg); filter: brightness(1); }
    25%  { transform: scale(1.03) rotate(-0.3deg); filter: brightness(1.05); }
    50%  { transform: scale(1.05) rotate(0.3deg); filter: brightness(1.1); }
    75%  { transform: scale(1.03) rotate(-0.2deg); filter: brightness(1.05); }
    100% { transform: scale(1) rotate(0deg); filter: brightness(1); }
}


.con7_07 {
    animation: winGentle 3s ease-in-out infinite;
    transform-origin: center;
}


.con3_top_4th_line{
    height: 33.6vw;
    top:0;
    border-left: 0.1vw solid #cb353c;
}


@keyframes lineShowHide {
    0%   { opacity: 0; transform: translateX(-20%); }
    10%  { opacity: 1; transform: translateX(0); }
    60%  { opacity: 1; transform: translateX(0); }
    70%  { opacity: 0; transform: translateX(-20%); }
    100% { opacity: 0; transform: translateX(-20%); }
}


@keyframes lineShowHide2 {
    0%   { opacity: 0; transform: translateX(20%); }
    10%  { opacity: 1; transform: translateX(0); }
    60%  { opacity: 1; transform: translateX(0); }
    70%  { opacity: 0; transform: translateX(20%); }
    100% { opacity: 0; transform: translateX(20%); }
}


.con12_01 {
    animation: lineShowHide 3s ease-in-out infinite;
    animation-delay: 0s;
}

.con12_ab_ab {
    animation: lineShowHide 3s ease-in-out infinite;
    animation-delay: 0.2s;
}




.con12_02a {
    animation: lineShowHide2 3s ease-in-out infinite;
    animation-delay: 0s;
}

.con12_ab_2_ab {
    animation: lineShowHide2 3s ease-in-out infinite;
    animation-delay: 0.2s;
}












































.fixed_popup{
    height: 100vh;
    background: #00000045;
}
.popup {
    width: 50%;
    background: white;
    height: 29vw;
    border-radius: 30px;
    overflow: hidden;
    top: 10%;
    justify-content: flex-start;
}
.popup_top{
    font-size: 1.5vw;
    width: 88%;
    padding-bottom: 3%;
    text-align: center;
    border-bottom: 1px solid #0000002e;
}
.popup > p:nth-child(2){
    font-size: 1.3vw;
    width: 88%;
    margin-top: 5%;
    padding-bottom: 2%;
    text-align: left;
}
.popup_img {
    width: 46.5248%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    height: 100%;
    overflow: hidden;
}
.popup > p:nth-child(4){
    font-size: 0.9vw;
    width: 88%;
    margin-top: 1%;
}
.popup > p:nth-child(5){
    left: 42%;
    width: 58%;
    padding-right: 8%;
    height: 12vw;
    top: 43%;
    box-sizing: border-box;
    font-size: 0.9vw;
    overflow-y: scroll;
}
.fixed_popup{
    position: fixed !important;
    top: 0;
    z-index: 5;
    /*pointer-events: none;*/
    /*opacity: 0;*/
}
.popup_right_1st{
    color: #E3C179;
    width: 78%;
    margin-bottom: 1%;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.2vw;
    margin-top: -6%;
}
.popup_right_2nd{
    font-family: Pretendard-semibold;
    width: 78%;
    font-size: 1.56vw;

}
.popup_right> div > div:nth-child(1){
    font-family: Pretendard-semibold;
    font-size: 1vw;
        color: #6d7d92;
    
}
.popup_right> div > div:nth-child(2){
    font-family: Pretendard-regular;
    font-size: 1vw;

}
.popup_right> div{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 78%;
    color: black;
    margin-top: 5%;
}
.popup_right{
    width: 53%;
    display: flex;
    justify-content: center;align-items: center;
    flex-direction: column;
}
.popup_img img{
    width: 100%;
}


.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: 21.5vw;
    width: 100%;
}
.con17_mid_map_search_item{
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 1vw;
    position: relative;
    cursor: pointer;
}
.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%;
    border-radius: unset !important;
}




.con11_mid_right{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}
.map{
    width: 95%;
    height: 30vw;
}
.con11_mid_right_top{
    width: 87%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.con11_mid_right_mid {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 85%;
    margin-top: 7%;
    font-family: pretendard-bold;
    font-size: 1vw;
    padding-right: 1%;
    border-bottom: 1px solid black;
    padding-bottom: 3%;
}
.sido1{
    width: 36%;
    height: 2.6vw;
    font-family: pretendard-regular;
    color: grey;
    border-radius: 50px;
    border: 2px #24b977 solid;
    padding-left: 3%;
    outline: none;
    font-size: 1vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
}
.search{
    width: 54%;
    height: 2.6vw;
    font-family: pretendard-regular;
    color: grey;
    border-radius: 50px;
    border: 2px #24b977 solid;
    padding-left: 3%;
    outline: none;
    font-size: 1vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select_pin_left{
    left: 33%;
    width: 2%;
}
.select_pin_right{
    right: 4.5%;
    width: 2%;
}
.con11_mid_right_bottom{
    width: 87%;
    height: 21vw;
    margin-top: 2%;
    overflow: scroll;
}
.con11_mid_right_mid p:nth-child(1){
    margin-left: -9%;
    margin-right: 10%;
}
.con11_mid_right_mid p:nth-child(2){
    margin-left: -38%;
    margin-right: -14%;
}
.con11_mid_right_bottom_item{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Pretendard-Light';    
    color: #808080e6;    
}
.con11_mid_right_bottom_item{
    font-size: 1vw;
    color: grey;
    margin: 2% 0;
}
.con11_mid_right_bottom_item p:nth-child(1){
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_mid_right_bottom_item p:nth-child(2){
    width: 19%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -3%;
    white-space: nowrap;
}
.con11_mid_right_bottom_item p:nth-child(3){
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_mid_right {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con11_mid_right_bottom {
    width: 87%;
    height: 21vw;
    margin-top: 2%;
    overflow: scroll;
    margin-bottom: 8%;
}
.con11_mid_right_mid {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 85%;
    margin-top: 7%;
    font-family: pretendard-bold;
    font-size: 1vw;
    padding-right: 1%;
    border-bottom: 1px solid black;
    padding-bottom: 2%;
    border-top: 1px solid black;
    padding-top: 2%;
}

.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: #80808017;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 1vw;
}
.con18_03 {
    width: 6% !important;
    right: 12%;
    top: 48%;
}
.con11_mid_right_mid {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 85%;
    margin-top: 2%;
    font-family: pretendard-bold;
    font-size: 1vw;
    padding-right: 1%;
    border-bottom: 1px solid black;
    padding-bottom: 2%;
    border-top: 1px solid black;
    padding-top: 2%;
}

.sido1 {
    width: 8%;
    height: 2.6vw;
    font-family: pretendard-regular;
    color: grey;
    border-radius: 50px;
    border: none;
    background: #8080801c;
    padding-left: 3%;
    outline: none;
    font-size: 1vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    top: 57%;
    right: 16%;
}

.con11_mid_right_bottom {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.con11_mid_right_bottom::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
.con17_mid_map_search {
    width: 22%;
    background: white;
    height: 27vw;
    top: 5%;
    z-index: 2;
    overflow: hidden;
    left: 5%;
    border-radius: 30px;
}
.con17_mid_map_search_item_tel{
    color: #808080e6;
}

.con17_mid_map_search_mid input {
    border-radius: 0;
}
.fixed_popup_con{
    width: 100%;
    height: 100%;
}
.popup_right> div > div:nth-child(2) {
    font-family: Pretendard-regular;
    font-size: 1vw;
    width: 71%;
}
.popup_right> div > div:nth-child(1) {
    font-family: Pretendard-semibold;
    font-size: 1vw;
    width: 21%;
}

.main_mid_title {
    font-size: 2vw;
    color: black;
}


.popup_img {
    width: 47.5248%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    height: 103%;
    overflow: hidden;
}
.popup_img img {
    width: 108%;
}

.popup {
    width: 56%;
    height: 31vw;
}


.con17_mid_map_search_mid {
    background: #0064de;
}


.con17_mid_map_search_mid input {
    background: white;
    border-radius: 50px;
}
.con17_mid_map_search {
    width: 22%;
    background: white;
    height: 100%;
    top: 0;
    z-index: 2;
    overflow: hidden;
    left: 0;
    border-radius: 30px;
    box-sizing: border-box;
}

.map {
    width: 100%;
    height: 35vw;
}

.con17_mid_2nd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0%;
}

.con17_mid_map_search_mid {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    padding: 3%;
    padding-bottom: 5%;
}
.con17_mid_map_search_mid input{
    margin-top: 0%;
}

.con17_mid_map_search_mid {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 8% 3%;
    box-sizing: border-box;
}
.con18_03 {
    width: 6% !important;
    right: 12%;
    top: unset;
}
.con17_mid_map_search_bottom {
    overflow-y: scroll;
    height: 27.5vw;
    width: 100%;
}

.info-title {
    display: block;
    background: #50627F;
    color: #fff;
    text-align: center;
    height: 24px;
    line-height:22px;
    border-radius:4px;
    padding:0px 10px;
}




.con17_mid_map_search_item_ca{
    color: #0064de;
    font-size: 1vw !important;
    width: 50%;
    margin-left: 46%;
    margin-top: 10%;
}
.con17_mid_map_search_item_title{
        width: 50%;
    margin-left: 46%;
    margin-top: 3%;
}
.con17_mid_map_search_item_address{
        width: 50%;
    margin-left: 46%;
    margin-top: 3%;
}
.con17_mid_map_search_item_tel{
            width: 50%;
    margin-left: 46%;
    margin-top: 3%;
}
.con17_mid_map_search_item_naver{
    cursor: pointer;
    width: 37.4829%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 46%;
    margin-top: 4%;
    margin-bottom: 5%;
}
.con17_mid_map_search_item_img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8vw;
    height: 8vw;
    top: 27%;
    left: 4%;
    border-radius: 23px;
}
.con17_mid_map_search_item_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8vw;
    height: 8vw;
    overflow: hidden;
    top: 22%;
    left: -2%;
    border-radius: 23px;
}
.con17_mid_map_search_item_img_img{
    width: 100%;
    scale: 1.46;
}
.popup_close{
        width: 1.40634%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5%;
    right: 4%;
}

.popup {
    width: 65%;
    height: 32vw;
    padding-top: 4%;
    top: 2%;
}

.popup_top_absol{
        width: 12.4369%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 12%;
    left: 10%;
}
.popup_top_absol_2nd{
        width: 96.6687%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 21%;
    left: 1.5%;
}
.popup_img {
    width: 47.5248%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    height: 31vw;
    overflow: hidden;
}

.popup_img_con{
    left: 18%;
    border-radius: 23px;
    overflow: hidden;
}
.popup_right_6th_left{
    width: 26.523% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}


.main img{
    width: 100%;
}

.con17_mid_map_search_item_ca {
    font-size: 0.8vw !important;
}

.con17_mid_map_search_item_title {
    font-size: 1vw;
    font-family: pretendard-bold;
}



.main_mid_title {
    font-size: 1.6vw;
    color: black;
}
.con17_mid_map_search_item_naver {
    width: 34.4829%;
}
.con17_mid_map_search_item_img {
    left: -2.5%;
}



/* 스크롤바의 폭 너비 */
.con17_mid_map_search_bottom::-webkit-scrollbar {
    width: 0.3vw;
    margin-right: 6%;
    position: absolute;
}

.con17_mid_map_search_bottom::-webkit-scrollbar-thumb {
    background: #cb353c !important;
    
    border-radius: 10px; /* 스크롤바 둥근 테두리 */

}

.con17_mid_map_search_bottom::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px; /* 스크롤바 둥근 테두리 */
    margin-top: 1vw;
    margin-bottom: 1vw;

}

::-webkit-scrollbar-corner {
    background: transparent;
}
.con17_mid_map_search_bottom::-webkit-scrollbar-track-piece:end {
    background: transparent;
    margin-bottom: 10px;
}

.con17_mid_map_search_bottom::-webkit-scrollbar-track-piece:start {
    background: transparent;
    margin-top: 10px;
}





/* 스크롤바의 폭 너비 */
.con12_top_3rd_item::-webkit-scrollbar {
    width: 0.3vw;
    margin-right: 6%;
    position: absolute;
}

.con12_top_3rd_item::-webkit-scrollbar-thumb {
    background: #cb353c !important;
    
    border-radius: 10px; /* 스크롤바 둥근 테두리 */

}

.con12_top_3rd_item::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px; /* 스크롤바 둥근 테두리 */
    margin-top: 1vw;
    margin-bottom: 1vw;

}

::-webkit-scrollbar-corner {
    background: transparent;
}
.con12_top_3rd_item::-webkit-scrollbar-track-piece:end {
    background: transparent;
    margin-bottom: 10px;
}

.con12_top_3rd_item::-webkit-scrollbar-track-piece:start {
    background: transparent;
    margin-top: 10px;
}



.popup_img_con {
    left: 18%;
    border-radius: 23px;
    overflow: hidden;
    width: 77%;
    height: 16vw;
    display: flex;
    justify-content: center;
    align-items: center;
}




.con17_mid_map_search_item {
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 0.8vw;
    height: 10vw;
    font-family: pretendard-regular;
}

.con17_mid_map_search_item_img {
    top: 17%;
}
.popup_img_con {
    width: 68%;
    height: 13vw;
}

.con17_mid_map_search_item_img_img {
    scale: 1.6 !important;
}


.con17_mid_2nd {
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 91%;
    margin-bottom: 5%;
}

.con17_mid_map_search_mid input {
    margin-top: 0%;
    border: #291e14 1px solid;
}
.con17_mid_map_search_mid {
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 50%;
    background: transparent;
    padding: 0;
    box-sizing: border-box;
    top: 4%;
    z-index: 2;
}

.con18_03 {
    width: 3% !important;
    right: 10%;
    top: unset;
}
.con17_mid_map_search_item_title {
    width: 83%;
    margin-left: 12%;
    margin-top: 16%;
    font-family: pretendard-regular !important;
}
.con17_mid_map_search_item_address {
    width: 71%;
    margin-left: 12%;
    margin-top: 4%;
}

.con17_mid_map_search_item {
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 0.8vw;
    height: 12vw;
    font-family: pretendard-regular;
}

.con17_mid_map_search_item_naver {
    width: 35.4829%;
    margin-bottom: 10%;
    position: relative;
    margin-left: 12%;
}

.con17_mid_map_search_item {
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 0.8vw;
    height: unset;
    font-family: pretendard-regular;
}

.con17_mid_map_search_item {
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 0.8vw;
    height: unset;
    font-family: pretendard-regular;
    height: 11vw;
    margin-bottom: 3;
}

.con17_mid_map_search_item_plus{
    width: 12.6926%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 9%;
    bottom: 19%;
}

.popup_img_con {
    width: 79%;
    height: 20vw;
}
.popup {
    width: 65%;
    height: 32vw;
    padding-top: 0;
    top: 2%;
}
.main_mid_title {
    font-size: 1.6vw;
    font-family: sandol;
    color: black;
    font-family: "sandoll-myeongjoneo1", sans-serif;
}
.popup_right> div > div:nth-child(1) {
    font-family: Pretendard-semibold;
    font-size: 1vw;
    width: 21%;
    color: black;
}
.popup{
    background: #f3f2ea;
}

.popup_top_absol {
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    top: unset;
    left: 0;
    bottom: 0;
}

.popup_top_absol_2nd {
    width: 43.6687%;
    display: flex
;
    justify-content: center;
    align-items: center;
    top: 33%;
    left: 51%;
    border-bottom: #00000038 1px solid;
}
.popup_close {
    width: 3.40634%;
    display: flex
;
    justify-content: center;
    align-items: center;
    top: 5%;
    right: 4%;
}
.popup_right_2nd{
        margin-bottom: 7%;
    margin-top: 6%;
}
.popup_top_absol_2nd {
    width: 43.6687%;
    display: flex
;
    justify-content: center;
    align-items: center;
    top: 40%;
    left: 51%;
    border-bottom: #00000038 1px solid;
}
.markerdesc{
    background: white;
}

.con17_mid_map_search_bottom {
    overflow-y: scroll;
    height: 35.5vw;
    width: 100%;
}
.popup{
    border-radius: unset !important;
}
.popup_img_con {
    border-radius: unset !important;
}


.con17_mid_2nd {
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 91%;
    margin-bottom: 5%;
    margin-top: 3%;
}
.con17_mid_2nd {
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 91%;
    margin-bottom: 15%;
    margin-top: 3%;
}
.con19_ab_2nd {
    width: 21.0499%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 12%;
    right: 4%;
    z-index: 2;
}

.popup {
    background: white;
}

.con17_mid_2nd {
    border: 1px solid #00000082;
    border-radius: 0vw;
}


.con17_mid_2nd {
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 82%;
    margin-bottom: 4%;
    margin-top: 3%;
}


.con17_mid_map_search_item_plus {
    width: 14.6926%;
    display: flex
;
    justify-content: center;
    align-items: center;
    right: 0;
    bottom: 0;
}

.con17_mid_2nd {
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: 4%;
    margin-top: 3%;
}
.con17_mid_map_search {
    left: 3%;
}
.con17_mid_map_search {
    background: black !important;
}
.con17_mid_map_search_item_title {
    color: white !important;
}
.con17_mid_map_search_item_address {
    color: white !important;
    
}
.popup_close {
    width: 4.40634%;
    top: 0;
    right: 0;
}
.con18_03{
    -webkit-filter: grayscale(100%) brightness(0);
    filter: grayscale(100%) brightness(0);
}

.fixed_popup_con_bt{
    bottom: 0;
}
.con17_mid_2nd {
    margin-bottom: 0;
}
.con13{
    padding-bottom: 3%;
}

.con2_top_4th_item_ct {
    font-size: 3.8vw;
    left: 23%;
    top: 6%;
    font-weight: 900;
}

.con4_line_5{
    bottom: 0%;
    height: 5vw;
    border-left: 1px solid #0000007a;
}


.con08_menu_tt {
    margin-top: 0%;
    top: 8%;
    position: absolute;
    left: unset;
    font-family: "SUIT Variable";
    top: 87%;
    color: black;
    font-size: 1.1vw;
}

.con7_left_bg {
    border-right: #cb353c solid 1px;
}

.con11_top_4th_ab_2 {
    margin-left: 0.4%;
}
.con12_top_3rd_item::-webkit-scrollbar-thumb {
    background: #b4b4b4 !important;
    border-radius: 10px;
}

.con12 {
    border-bottom: 1px solid black;
}
.holme_close{
    cursor: pointer;
}
@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {
.con7_left_bg {
    border-right: unset;
}
    .main_top {
        width: 23.50359%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 27%;
        margin-left: 0%;
    }

    .main_top_2nd {
        margin-top: 12.5%;
        width: 205%;
    }

    .main_top_3rd {
        margin-top: 1%;
        width: 205%;
    }

    .main_top_4th {
        width: 67.5319%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 11%;
        margin-left: 0%;
    }

    .main_top_5th {
        width: 13.39207%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-left: 0%;
    }
    .main_top_4th {
        width: 67.5319%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 11%;
        margin-left: 0%;
        margin-bottom: 63%;
    }

    .main_con_ab {
        width: 47.3889%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 0;
        bottom: 5%;
    }
    .main_con_ab_2 {
        width: 47.1028%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        bottom: 6%;
        right: 0;
    }

    .main_con_ab_ab {
        width: 53.1722%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        z-index: 2;
        margin-left: 0%;
        bottom: 74%;
        left: 42%;
    }
    .main_con_ab_2_ab {
        width: 52.8889%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        bottom: 75.5%;
        z-index: 2;
        right: 42%;
    }

    .con1_top {
        width: 46.5381%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 40%;
        margin-left: -16%;
    }
    .con1_top_2nd {
        width: 43.6955%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: -1.4%;
        margin-left: 20%;
    }

    .con1_top_3rd {
        width: 72.231%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 6.3%;
        margin-left: 0;
    }
    .con1_top_4th {
        width: 87.5512%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        margin-left: 0;
    }

    .con1_top_6th_ab{
        width: 96%;
        flex-wrap: wrap;
        position: absolute;
        top: unset;
        left: unset;
        align-items: flex-start;
        position: relative !important;
    }


    .con1_top_5th {
        width: 66.9921%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 16%;
        margin-left: 0;
    }



    .con1_top_6th {
        width: 63.8346%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-left: 0;
    }

    .con1_top_4th {
        width: 94.5512%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        margin-left: 0;
    }

    .con1_top_7th {
        width: 83.1207%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 8%;
        margin-left: 0;
    }
    .con1_scrx {
        margin-top: 6%;
        margin-bottom: 1.4%;
        width: 250%;
    }

    .con1_top_6th_ab {
        width: 96%;
        flex-wrap: wrap;
        position: absolute;
        top: unset;
        left: unset;
        align-items: flex-start;
        position: relative !important;
        margin-top: 11%;
    }
    .con1_ab {
        width: 84.1732%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        top: 0%;
        left: 1%;
    }
    .con1_ab_2 {
        width: 37.9396%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        top: 1%;
        left: unset;
    }
    .con1_ab_4 {
        width: 21.063%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        top: 7%;
        right: 15%;
    }

    .con1_ab_3 {
        width: 23.063%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        top: 1%;
        right: 3%;
    }
    .con1_ab_5 {
        width: 24.063%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        top: 2%;
        right: 63%;
    }


    .con1_ab_6 {
        width: 25.063%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 3%;
        top: 8%;
    }

    .con2_top {
        width: 54.9948%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 10%;
        margin-left: 0%;
    }
    .con2_ab {
        width: 59.6063%;
    }
    .con2_ab_3 {
        width: 10.6168%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 0%;
        top: 5%;
    }
    .con2_ab_4 {
        width: 10.6168%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 0%;
        top: 5%;
    }
    .con2_top_2nd {
        width: 88.0551%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 1%;
        margin-left: 0%;
    }
    .con2_top_3rd {
        width: 65.021%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-left: 0%;
    }
    .con2_top_4th {
        z-index: 2;
        margin-top: 1.4%;
        flex-direction: column;
    }

    .con2_top_4th_item {
        width: 74.6063%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con2_top_4th_item_2 {
        width: 29.6063%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0;
    }

    .con2_top_4th_item {
        width: 87.6063%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con2_top_4th_item_ct {
        font-size: 11vw;
        left: 25%;
        top: 6%;
    }
    .con10_swiper_y_left_3rd{
        margin-top: 10%;
        width: 350%;
    }
    .con3_con {
        width: 95%;
    }
    .con3_top {
        width: 88.1952%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 14%;
        margin-left: 0%;
    }
    .con3_top_2nd {
        margin-top: 3%;
        flex-wrap: wrap;
        width: 85%;
    }
    .con3_top_2nd_item {
        width: 81.7153%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        margin: 1% 1.5%;
    }
    .con3_top_2nd {
        margin-top: 5%;
        flex-wrap: wrap;
        width: 85%;
    }
    .con3_top_2nd_ab {
        width: 24.14145%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: -4%;
        z-index: 1;
        bottom: 0%;
    }
    .con3_top_3rd {
        width: 60.9006%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-left: 0%;
        margin-bottom: 9%;
    }
    .con3_top_7th {
        width: 78.3508%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 6%;
        right: unset;
        position: relative;
    }

    .con3_top_5th {
        width: 70.6566%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 13%;
        margin-left: 0;
    }

    .con3_top_6th {
        width: 85.5979%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        margin-left: 0;
        margin-bottom: 6%;
    }


    .con3_top_7th {
        width: 78.3508%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 6%;
        right: unset;
        position: relative;
        margin-bottom: 18%;
    }
    .con3_10 {
        height: 100%;
        display: none;
    }
    .con3_ab {
        width: 0.11767%;
    }
    .con3_vid {
        width: 100%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        height: 176.6vw;
        bottom: 0;
        left: 0;
        filter: brightness(0.2) grayscale(1);
    }

    .con3_top_2nd_ab_2 {
        width: 32.6739%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: -11%;
        z-index: 2;
    }
    .con3_top_2nd_ab {
        width: 24.14145%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: -7%;
        z-index: 1;
        bottom: -1%;
    }
    .con3_top_2nd_ab_3 {
        width: 12.82952%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 5%;
        top: 0%;
    }
    .con3_top_2nd_ab_4 {
        width: 9.39716%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 3%;
        top: 18%;
    }
    .con10_swiper_y_left_4th {
        margin-top: 7%;
        margin-bottom: 56%;
        width: 256%;
    }

    .con10_swiper_div_y_desc{
        left: 7%;
        bottom: -66%;
    }

    .con4_ab_bt {
        width: 33.5276%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        bottom: 17%;
        right: 10%;
        z-index: 5;
    }
    .con10_swiper_div_y_desc_2 {
        left: 7%;
        bottom: -186%;
    }
    .con10_swiper_div_y_desc{
        scale: 1.5;
    }

    .con4_top {
        width: 82.8609%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
    }

    .con10_swiper_div_y_desc_3{
        scale: 1.5;
        bottom: -185%;
    }
    .con10_swiper_div_y_desc_4 {
        scale: 1.5;
        bottom: -185%;
    }
    .con10_swiper_div_y_desc_5{
        bottom: -181%;
    }
    .con10_swiper_div_y_desc {
        left: 9%;
    }
    .con10_swiper_div_y_desc_1{
        bottom: -166%;
    }

    .con4 .con4_line_1 {
        top: 6%;
    }
    .con4_ab {
        width: 5.15223%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        top: 4%;
        left: 2.6%;
    }
    .con4_ab_2{
        width: 5.15223%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        top: 4%;
        right: 2.6%;
    }
    .con5_top {
        width: 37.2274%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 13%;
        margin-left: 0%;
    }

    .con11_top_4th {
        width: 85.9843%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 9%;
        margin-left: 0%;
        margin-bottom: 15%;
    }
    .con08_tab_wrap {
        width: 88%;
    }
    .floating_div_item {
        height: 5.5vw;
        width: 22%;
        font-size: 1.3vw;
    }
    .con08_tab_wrap {
        width: 100%;
    }
    .con08_menu_wrap {
        margin-bottom: 5%;
        width: 250%;
    }

    .con08_menu_con {
        height: 39vw;
        width: 23.4vw;
    }
    .con08_menu_img {
         width: 63vw;
         display: flex;
         justify-content: center;
         align-items: center;
         top: 0;
     }

    .con08_menu .swiper-slide.swiper-slide-next +.swiper-slide +.swiper-slide .con08_menu_con {
        width: 64vw;
        transform: translateX(-23%);
        background: #e9e9e9;
    }
    .con08_menu_tt {
        margin-top: 0%;
        top: 8%;
        position: absolute;
        left: unset;
        font-family: "SUIT Variable";
        top: 84%;
        color: black;
        font-size: 3.5vw;
    }

    .con5 .con7_prev {
        left: 1% !important;
        top: unset !important;
        width: 6vw !important;
        height: 7vw !important;
        overflow: hidden;
        left: 42% !important;
        bottom: 5%;
        transition: 0.4s background;
    }
    .con5 .con7_next {
        right: 1% !important;
        top: unset !important;
        width: 6vw !important;
        height: 7vw !important;
        overflow: hidden;
        right: 42% !important;
        bottom: 5%;
        transition: 0.4s background;
        transform: scaleX(-1);
    }
    .con5_2nd {
        height: 80vw;
        background: url(/images/con5_bg.jpg) no-repeat center / cover;
        background-attachment: unset;
    }
    .con5_2nd_top {
        width: 44.0971%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
    }
    .con6_top {
        width: 17.51181%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
    }
    .con6_top_2nd {
        width: 79.4856%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        margin-left: 0%;
    }

    .con6_top_3rd {
        margin-top: 30%;
        width: 153%;
    }
    .con6_top_3rd_item_ab {
        width: 122.2849%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        top: -30%;
    }


    .con6_top_3rd_item_ab {
        width: 122.2849%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        top: -40%;
    }

    .con6_top_3rd_item_2 .con6_top_3rd_item_ab {
        top: -55%;
    }

    .con6_ab_2 {
        width: 36.0525%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 53%;
        bottom: 7%;
    }
    .con6_top_4th {
        width: 26.45407%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 8%;
        margin-left: 0%;
    }

    .con6_top_5th {
        width: 75.4908%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-left: 0%;
    }

    .con10_swiper_y_left_5th {
        margin-top: 11%;
        width: 320%;
    }

    .con7_top{
        width: 251.924%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
    }

    .con7_top_2nd {
        width: 46.2931%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
    }

    .con7_top_2nd_2nd {
        width: 91.0219%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-left: 0%;
    }

    .con7_left_bg {
        right: unset;
        bottom: 50%;
        width: 120%;
        display: flex;
    }

    .con7_right_bg {
        left: unset;
        top: 50%;
        width: 120%;
        display: flex;
    }
    .con7_top_3rd {
        margin-top: 4%;
        flex-direction: column;
    }

    .con7_top_3rd {
        margin-top: 10%;
        flex-direction: column;
        width: 283%;
    }

    .con7_top_4th {
        width: 75.7217%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 9%;
        margin-bottom: 14%;
    }
    .con7_top_3rd_1_ab {
        width: 55.9633%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        bottom: -30%;
        right: 71%;
    }
    .con7_top_3rd_3_ab {
        width: 66.5138%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 66%;
        top: -11%;
    }
    .con7_right_bg {
        left: unset;
        top: 50%;
        width: 121%;
        display: flex
    ;
        right: 0;
    }

    .con7_top_4th {
        width: 75.7217%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 9%;
        -webkit-filter: grayscale(100%) brightness(0);
        filter: grayscale(100%) brightness(0);
        margin-bottom: 14%;
    }


    .con8_top_2nd {
        width: 72.0481%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
        margin-left: 0%;
    }
    .con8_top{
        width: 15.74783%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
    }
    .con8_top_3rd_item {
        width: 76.33%;
        overflow: hidden;
        height: 43vw;
    }

    .con8_top_3rd_item_vid {
        width: 77%;
        overflow: hidden;
        height: 25vw;
        border-radius: 1.5vw;
        top: 18%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }

    .con8_top_3rd {
        width: 90%;
        margin-top: 2.5%;
        flex-direction: column;
    }

    .con8_top_3rd_item_ab_2 {
        top: 85%;
        scale: 3;
    }
    .con8_top_3rd {
        width: 90%;
        margin-top: 6.5%;
        flex-direction: column;
    }

    .con8_top_4th {
        width: 56.7075%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 8.5%;
        margin-left: 0%;
        margin-bottom: 12.5%;
    }
    .con9_top {
        width: 46.4304%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
    }

    .con9_top_2nd {
        width: 71.5512%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2.5%;
        margin-left: 0%;
    }
    .con9_top_3rd {
        margin-top: 5%;
        flex-direction: column;
    }
    .con9_top_3rd_item {
        width: 72.9921%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        margin: 3% 0.7%;
    }
    .con9_top_4th {
        width: 86.8819%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        margin-left: 0%;
        margin-bottom: 13%;
    }
    .con9_ab {
        width: 507.7428%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
    }

    .con9_ab_2 {
        width: 54.9186%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 0;
        top: 28%;
    }
    .con9_ab_3 {
        width: 20.45669%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: -3%;
    }

    .con10_scrx{
        width: 299%;
    }

    .con10_top {
        width: 63.5013%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 14%;
        margin-left: 0%;
    }
    .con10_top_2nd {
        width: 90.0656%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-left: 0%;
    }
    .con10_top_3rd {
        width: 90.643%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
        margin-left: 0%;
    }

    .con10_top_3rd_ab_2 {
        width: 76.5434%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: unset;
        top: 2%;
    }
    .con10_top_3rd_ab {
        width: 40.1943%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 0;
        z-index: 2;
        top: 4%;
    }
    .con10_border {
        height: 95%;
        width: 96%;
        overflow: hidden;
        border-radius: 2vw;
        position: absolute;
        top: 6%;
        display: none;
    }
    .con10_top_4th {
        width: 74.1654%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 4.6%;
        margin-left: 0%;
        margin-bottom: 10%;
    }
    .con11_top{
        width: 280.787%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
    }
    .con11_top_2nd {
        width: 12.25197%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
        margin-left: 0%;
    }
    .con11_top_3rd {
        width: 46.9554%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3.4%;
        margin-left: 0%;
    }
    .con11_top_4th {
        width: 89.9843%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 11%;
        margin-left: 0%;
        margin-bottom: 17%;
    }

    .con11_top_4th_ab {
        bottom: 100%;
        height: 13vw;
    }
    .con11_top_4th {
        width: 89.9843%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 19%;
        margin-left: 0%;
        margin-bottom: 17%;
    }
    .con11_top_4th_ab_1 {
        width: 27.1042%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
    }
    .con11_top_4th_ab_2 {
        width: 56.9928%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 1%;
    }
    .con11_top_5th_ab{
        display: none;
    }
    .con11_top_5th {
        width: 47.0604%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
    }
    .con11_top_6th_item {
        width: 87.4118%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        margin: 1.5% 1.34%;
    }
    .con11_top_6th_item_ab{
        display: none;
    }
    .con11 {
        padding-bottom: 7%;
    }
    .con12_top {
        width: 58.4199%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
    }
    .con12_top_2nd {
        width: 77.2283%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-left: 0%;
    }
    .con12_top_3rd {
        margin-top: 4%;
        flex-direction: column;
    }
    .con12_top_3rd_item {
        width: 68%;
        height: 37vw;
        border-radius: 1vw;
        overflow: hidden;
        padding-top: 2%;
        padding-bottom: 2%;
        box-sizing: border-box;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        overflow-y: scroll;
        margin: 0 0.6%;
    }
    .con12_top_3rd {
        margin-top: 6%;
        flex-direction: column;
    }
    .con12_top_3rd_item {
        width: 68%;
        height: 37vw;
        border-radius: 1vw;
        overflow: hidden;
        padding-top: 2%;
        padding-bottom: 2%;
        box-sizing: border-box;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        overflow-y: scroll;
        margin: 3% 0.6%;
    }
    .con12_top_3rd_title_1 {
        width: 21.979%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        top: -3%;
        left: unset;
        z-index: 1;
    }
    .con12_top_3rd_title_2 {
        width: 33.4383%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        top: 48%;
        right: unset;
        z-index: 1;
    }
    .con12_top_4th {
        width: 48.5302%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        margin-left: 0%;
        margin-bottom: 13%;
    }

    .con12_top_3rd_item {
        border-radius: 2vw;
    }
    .con12_top_2nd {
        width: 89.2283%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
        margin-left: 0%;
    }

    .con13_top {
        width: 51.4412%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
    }
    .con14_top{
        width: 15.92913%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
    }

    .con14_top_2nd {
        width: 88.6325%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
        margin-left: 0%;
    }


    .con14_top_4th {
        width: 8.93701%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-left: 0%;
    }


    .con14_top_5th {
        width: 250.787%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: -1.6%;
        margin-left: 0%;
    }










    .form {
        margin-top: 2%;
        width: 85%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 1px solid transparent;
        padding-top: 0;
        background: transparent;
        z-index: 1;
        margin-bottom: 3%;
        right: unset;
        top: 24%;
        position: relative;
        left: unset;
        background: rgba(255, 255, 255, 0.77);
        padding-bottom: 4%;
    }
    .form_row {
        height: 7.5vw;
        justify-content: flex-start;
    }
    .con20_top {
        width: 72.94226%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 13%;
        margin-bottom: 17%;
        margin-left: 0;
    }
    .form_row_label {
        font-family: "SUIT Variable";
        font-weight: 300;
        font-size: 3.4vw;
        line-height: 3.4vw;
        letter-spacing: -0.04vw;
        color: black;
    }
    .form_row_imput {
        height: 5.5vw;
        font-family: 'Pretendard-Regular';
    }
    .form_row_imput_radio {
        width: 48.8%;
        height: 5.7vw;
        width: 25% !important;
        appearance: none;
        outline: none;
        border: unset;
        border-radius: 0.3vw;
        margin: 0 0.5%;
    }
    .form_row_imput_radio_1_label_item {
        font-size: 3.2vw;
    }
    .form {
        margin-top: 2%;
        width: 85%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 1px solid transparent;
        padding-top: 0;
        background: transparent;
        z-index: 1;
        margin-bottom: 18%;
        right: unset;
        top: 24%;
        position: relative;
        left: unset;
        background: rgba(255, 255, 255, 0.77);
        padding-bottom: 10%;
    }

    .form_agree_check {
        margin-right: 2%;
        width: 3vw;
        height: 3vw;
        overflow: hidden;
        outline: 0;
        background: #f2f2f2;
        color: transparent;
        border: none;
        appearance: none;
        border: 1px solid white;
        background: transparent;
    }
    .form_agree_span {
        font-size: 2.9vw;
        font-family: Pretendard-regular;
        color: #ffffff9c;
    }
    .form_ab {
        width: 8.04889%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 105%;
        right: 5%;
    }
    .form {
        margin-top: 2%;
        width: 85%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 1px solid transparent;
        padding-top: 0;
        background: transparent;
        z-index: 1;
        margin-bottom: 24%;
        right: unset;
        top: 24%;
        position: relative;
        left: unset;
        background: rgba(255, 255, 255, 0.77);
        padding-bottom: 10%;
    }
    .footer_vweb {
        left: unset;
        bottom: 28%;
        font-size: 10px;
    }
    .form_row_imput {
        font-size: 3.3vw;
    }
    .form_agree_check:checked::after {
        content: "";
        width: 2.3vw;
        height: 2.3vw;
        position: absolute;
        background: white;
        color: unset !important;
    }

    .form {
        margin-top: 2%;
        width: 85%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 1px solid transparent;
        padding-top: 0;
        background: transparent;
        z-index: 1;
        margin-bottom: 24%;
        right: unset;
        top: 24%;
        position: relative;
        left: unset;
        background: #ffffffd9;
        padding-bottom: 10%;
        padding-top: 4%;
    }
    .form {
        padding-bottom: 0;
        padding-top: 4%;
        border: unset;
    }
    .form_submit {
        HEIGHT: 12.4VW;
    }
    .form_submit_ab {
        width: 28.0015%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
    }
    .form_agree_span {
        font-size: 2.9vw;
        font-family: Pretendard-regular;
        color: #000000b3;
    }

    .form_agree_check {
        margin-right: 2%;
        width: 3vw;
        height: 3vw;
        overflow: hidden;
        outline: 0;
        background: #f2f2f2;
        color: transparent;
        border: none;
        appearance: none;
        border: 1px solid black;
        background: transparent;
    }
    .form_agree_check:checked::after {
        content: "";
        width: 2.3vw;
        height: 2.3vw;
        position: absolute;
        background: #cb353c;
        color: unset !important;
    }
    .form {
        margin-bottom: 4%;
    }

    .con1_top_6th_ab_item{
        width: 100%;
        display: flex;
    }


    .con10_swiper_y_left_6th{
        width: 220%;
        margin-top: 9%;
        margin-bottom: 0%;
    }

    .main_con_bg {
        display: none;
    }

    .con3_top_4th_line{
        display: none;
    }
    .con10_swiper_div_y_con{
        scale: 2 !important;
        transform: translateY(30%);
    }


    .con5 .con08_menu {
        width: 80%;
    }
    .con5 .con11_top_4th {
        width: 100%;
        margin: 0;
        padding-bottom: 11%;
    }
    .con12_ab_ab_2{
        display: none;
    }
    .con12_ab_2_ab_2{
        display: none;
    }


    .con12_ab {
        width: 9.6168%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 0;
    }
    .con12_ab_2 {
        width: 9.6168%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: 0;
    }

    .con14_top_3rd {
        width: 49.7507%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-left: 0%;
        margin-bottom: 2%;
    }


    
    


    
    
    
    
    
    

.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;
        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;
        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%;
    }         


    .con11_mid_right_bottom_item {
        font-size: 2.6vw;
        margin: 2% 0;
    }
    .con11_mid_right_mid {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 85%;
        margin-top: 7%;
        font-family: pretendard-bold;
        font-size: 2.4vw;
        padding-right: 1%;
        padding-bottom: 3%;
    }    
.con11_mid_right {
    width: 110%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}    
.con11_mid_right_bottom {
    width: 87%;
    height: 45vw;
    margin-top: 2%;
    overflow: scroll;
    margin-bottom: 8%;
    font-family: 'Pretendard-Light';
}
.con2_top_absol_1 {
    color: #00000061;
    top: 15%;
    left: 5%;
}    
.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;
        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;
        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%;
    }         


    .con11_mid_right_bottom_item {
        font-size: 2.6vw;
        margin: 2% 0;
    }
    .con11_mid_right_mid {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 85%;
        margin-top: 7%;
        font-family: pretendard-bold;
        font-size: 2.4vw;
        padding-right: 1%;
        padding-bottom: 3%;
    }    
.con11_mid_right {
    width: 110%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}    
.con11_mid_right_bottom {
    width: 87%;
    height: 45vw;
    margin-top: 2%;
    overflow: scroll;
    margin-bottom: 8%;
}
.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;
}        

.con18_03 {
    width: 5% !important;
    right: 9%;
    top: 51%;
}    
  
.sido1 {
    width: 19%;
    font-family: pretendard-regular;
    color: grey;
    border-radius: 50px;
    border: none;
    background: #8080801c;
    padding-left: 3%;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    top: 74%;
    right: 3%;
}

.con7_bottom_con_top_item {
    width: 12%;
    white-space: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    word-break: keep-all;
    text-align: center;
    font-size: 2.8vw !important;
}    
.con7_bottom_con_top {
    width: 93%;
    text-align: right;
    margin-top: 5%;
    color: #80808075;
    font-size: 2.8vw !important;
}
    .con7_bottom_con_top_con_left {
    line-height: 4.5vw;
    font-size: 2.8vw !important;
}
    .con7_bottom_con_top_con_left{
        word-break: keep-all;
    }
    .con11_mid_right_bottom_item p:nth-child(2) {
        width: 19%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -3%;
        white-space: unset;
        word-break: keep-all;
        text-align: center;
    }    


.popup_right> div > div:nth-child(1) {
    font-family: Pretendard-semibold;
    width: 27%;
}
    .popup_right_1st {
        color: #E3C179;
        width: 78%;
        margin-bottom: 1%;
        text-align: left;
        justify-content: center;
        align-items: center;
        font-size: 4.2vw;
        margin-top: 6%;
        text-align: center;
    }
    .popup {
        width: 84%;
        background: white;
        height: 140vw;
    }
    .popup_close {
        top: 3% !important;
        right: 5% !important;
        width: 8.3% !important;
        z-index: 10 !important;
-webkit-filter: brightness(0) invert(1); 
filter: brightness(0) invert(1);
    }    

    .popup {
        width: 84%;
        background: white;
        height: 140vw;
        top: 2% !important;
    }    
    
    .con2_top_3rd_item {
    border-bottom: 1px solid black;
    justify-content: flex-start;
    padding: 3.8% 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
        .popup {
        width: 94%;
        background: white;
        height: 143vw;
        top: 2% !important;
    }
    .popup_right_3rd .popup_right_3rd_right{
            width: 72%;
    }
    .popup_right> div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    color: black;
    margin-top: 8%;
}



    .con17_mid_map_search_mid {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 6% 3%;
    box-sizing: border-box;
}
    .con17_mid_map_search_mid input {
        appearance: none;
        border: none;
        outline: none;
        width: 100%;
        height: 9vw;
        padding-left: 5%;
        font-family: 'Pretendard-regular';
        font-size: 3.3vw;
    }
    
    
    .con18_03 {
        width: 6% !important;
        right: 9%;
        top: unset;
    }
    
    .con17_mid_map_search_item_ca {
    color: #0064de;
    font-size: 3vw !important;
    width: 50%;
    margin-left: 46%;
    margin-top: 10%;
}
    .con17_mid_map_search_item_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34vw;
    height: 34vw;
    overflow: hidden;
    top: 22%;
    left: -2%;
    border-radius: 10px;
}
    .popup {
        width: 94%;
        background: white;
        height: 127vw;
        top: 2% !important;
        padding-top: 14%;
    }    
    .con17_mid_2nd {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        margin-bottom: 17%;
    }
    
    .popup_right> div {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        width: 90%;
        color: black;
        margin-top: 5%;
    }    
    .popup_img {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        height: 39%;
        overflow: hidden;
        margin-top: 10%;
        margin-bottom: 7%;
    }
    
    
    .popup_img {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        height: 50%;
        overflow: hidden;
        margin-top: 10%;
        margin-bottom: 7%;
    }    
    .popup_img_con {
    left: unset;
    border-radius: 9px;
    overflow: hidden;
    scale: 0.8;
    overflow: hidden;
}
    
    .popup {
        width: 94%;
        background: white;
        height: 132vw;
        top: 2% !important;
        padding-top: 14%;
    }
    
    .popup_top_absol {
        width: 12.4369%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 6%;
        left: unset;
    }
    .popup_top_absol_2nd {
        width: 96.6687%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 13%;
        left: unset;
    }    
    .popup_img {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        height: 50%;
        overflow: hidden;
        margin-top: 6%;
        margin-bottom: 2%;
    }
    .popup_right_6th{
        justify-content: center !important;
    }
    .holme_close{
        width: 100%;
    }
    .popup_close {
        top: 4% !important;
        right: 5% !important;
        width: 5.3% !important;
        z-index: 10 !important;
        -webkit-filter: brightness(0) invert(1);
        filter: unset;
    }    
    
    
        .map {
        width: 100%;
        height: 75vw;
    }
    
    
    /* 스크롤바의 폭 너비 */
.con17_mid_map_search_bottom::-webkit-scrollbar {
    width: 1vw;
    margin-right: 6%;
    position: absolute;
}
    
    
    .con17_mid_map_search_item_naver {
        width: 29.4829%;
    }    
    .fixed_popup {
        z-index: 500000000;
    }
    .con01pop_05{
        width: 100%;
    }
    .popup_right_6th_left {
        width: 37.523% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }    

    
    
    .con17_mid_2nd {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 87%;
        margin-bottom: 17%;
        margin-top: 8%;
    }    
    
.popup_img_con {
    overflow: hidden;
    width: 80%;
    scale: 1;
    height: 49vw;
    display: flex;
    justify-content: center;
    align-items: center;
}    
    
    .con17_mid_map_search_item {
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 0.8vw;
    height: 43vw;
    font-family: pretendard-regular;
}
    .con17_mid_map_search_item_img {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 34vw;
        height: 34vw;
        overflow: hidden;
        top: 18%;
        left: -4%;
        border-radius: 10px;
    }
    .con17_mid_map_search_item_address {
    width: 71%;
    margin-left: 12%;
    margin-top: 4%;
    font-size: 3vw;
}
        .popup {
        width: 94%;
        background: white;
        height: 132vw;
        top: 2% !important;
        padding-top: 2%;
    }
    .popup_top_absol {
        width: 100%;
        display: flex
;
        justify-content: center;
        align-items: center;
        top: unset;
        left: unset;
        bottom: 0;
}
    
        .popup_img {
        width: 100%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        height: 50%;
        overflow: hidden;
        margin-top: 6%;
        margin-bottom: -4%;
    }
    
        .popup_close {
        top: 4% !important;
        right: 5% !important;
        width: 7.3% !important;
        z-index: 10 !important;
        -webkit-filter: brightness(0) invert(1);
        filter: unset;
    }
        .popup_top_absol_2nd {
        width: 77.6687%;
        display: flex
;
        justify-content: center;
        align-items: center;
        top: 63%;
        left: unset;
    }
    
    .popup{
        background: #f2f1e9;
    }
    
    
.con17_mid_map_search_mid input {
    margin-top: 0%;
    border: #291e14 1px solid !important;
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .popup {
        width: 84%;
        background: white;
        height: 117vw;
        border-radius: 15px;
        overflow: hidden;
        justify-content: flex-start;
        flex-direction: column;
        top: unset !important;
    }
    .popup_img {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        height: 39%;
        overflow: hidden;
    }
    .popup_right {
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .main_mid_title {
        font-size: 5vw;
        word-break: keep-all;
        text-align: center;
    }
    .popup_right_1st {
        color: #E3C179;
        width: 78%;
        margin-bottom: 1%;
        text-align: left;
        justify-content: center;
        align-items: center;
        font-size: 1.2vw;
        margin-top: 6%;
        text-align: center;
    }
    .popup_right> div > div:nth-child(1) {
        font-family: Pretendard-semibold;
        font-size: 3.5vw;
    }
    .popup_right> div > div:nth-child(2) {
        font-family: Pretendard-regular;
        font-size: 3vw;
        width: 59%;
        word-break: keep-all;
        margin-left: 4%;
        line-height: 4.6vw;
    }
    .con2_top_3rd_item_more {
        width: 9vw;
        height: 9vw;
        border-radius: 50%;
        line-height: 3vw !important;
        font-size: 2.5vw !important;
        right: 1%;
        border: 1px solid #091535;
        transition: 0.2s all;
        cursor: pointer;
    }    
    .con2_top_2nd_item_1 {
        width: 27%;
    }    
    .con2_top_2nd_item_3 {
        width: 37%;
        margin-right: 2%;
    }
    .main_small_title {
        font-size: 2.8vw;
        font-family: Pretendard-light;
        line-height: 4.7vw;
        text-align: center;
        word-break: keep-all;
    }    
    
    
    
    
    

.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;
        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;
        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%;
    }         


    .con11_mid_right_bottom_item {
        font-size: 2.6vw;
        margin: 2% 0;
    }
    .con11_mid_right_mid {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 85%;
        margin-top: 7%;
        font-family: pretendard-bold;
        font-size: 2.4vw;
        padding-right: 1%;
        padding-bottom: 3%;
    }    
.con11_mid_right {
    width: 110%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}    
.con11_mid_right_bottom {
    width: 87%;
    height: 45vw;
    margin-top: 2%;
    overflow: scroll;
    margin-bottom: 8%;
    font-family: 'Pretendard-Light';
}
.con2_top_absol_1 {
    color: #00000061;
    top: 15%;
    left: 5%;
}    
.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;
        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;
        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%;
    }         


    .con11_mid_right_bottom_item {
        font-size: 2.6vw;
        margin: 2% 0;
    }
    .con11_mid_right_mid {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 85%;
        margin-top: 7%;
        font-family: pretendard-bold;
        font-size: 2.4vw;
        padding-right: 1%;
        padding-bottom: 3%;
    }    
.con11_mid_right {
    width: 110%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}    
.con11_mid_right_bottom {
    width: 87%;
    height: 45vw;
    margin-top: 2%;
    overflow: scroll;
    margin-bottom: 8%;
}
.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;
}        

.con18_03 {
    width: 5% !important;
    right: 9%;
    top: 51%;
}    
  
.sido1 {
    width: 19%;
    font-family: pretendard-regular;
    color: grey;
    border-radius: 50px;
    border: none;
    background: #8080801c;
    padding-left: 3%;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    top: 74%;
    right: 3%;
}

.con7_bottom_con_top_item {
    width: 12%;
    white-space: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    word-break: keep-all;
    text-align: center;
    font-size: 2.8vw !important;
}    
.con7_bottom_con_top {
    width: 93%;
    text-align: right;
    margin-top: 5%;
    color: #80808075;
    font-size: 2.8vw !important;
}
    .con7_bottom_con_top_con_left {
    line-height: 4.5vw;
    font-size: 2.8vw !important;
}
    .con7_bottom_con_top_con_left{
        word-break: keep-all;
    }
    .con11_mid_right_bottom_item p:nth-child(2) {
        width: 19%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -3%;
        white-space: unset;
        word-break: keep-all;
        text-align: center;
    }    


.popup_right> div > div:nth-child(1) {
    font-family: Pretendard-semibold;
    width: 27%;
}
    .popup_right_1st {
        color: #E3C179;
        width: 78%;
        margin-bottom: 1%;
        text-align: left;
        justify-content: center;
        align-items: center;
        font-size: 4.2vw;
        margin-top: 6%;
        text-align: center;
    }
    .popup {
        width: 84%;
        background: white;
        height: 140vw;
    }
    .popup_close {
        top: 3% !important;
        right: 5% !important;
        width: 8.3% !important;
        z-index: 10 !important;
-webkit-filter: brightness(0) invert(1); 
filter: brightness(0) invert(1);
    }    

    .popup {
        width: 84%;
        background: white;
        height: 140vw;
        top: 2% !important;
    }    
    
    .con2_top_3rd_item {
    border-bottom: 1px solid black;
    justify-content: flex-start;
    padding: 3.8% 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
        .popup {
        width: 94%;
        background: white;
        height: 143vw;
        top: 2% !important;
    }
    .popup_right_3rd .popup_right_3rd_right{
            width: 72%;
    }
    .popup_right> div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    color: black;
    margin-top: 8%;
}



    .con17_mid_map_search_mid {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 6% 3%;
    box-sizing: border-box;
}
    .con17_mid_map_search_mid input {
        appearance: none;
        border: none;
        outline: none;
        width: 100%;
        height: 9vw;
        padding-left: 5%;
        font-family: 'Pretendard-regular';
        font-size: 3.3vw;
    }
    
    
    .con18_03 {
        width: 6% !important;
        right: 9%;
        top: unset;
    }
    
    .con17_mid_map_search_item_ca {
    color: #0064de;
    font-size: 3vw !important;
    width: 50%;
    margin-left: 46%;
    margin-top: 10%;
}
    .con17_mid_map_search_item_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34vw;
    height: 34vw;
    overflow: hidden;
    top: 22%;
    left: -2%;
    border-radius: 10px;
}
    .popup {
        width: 94%;
        background: white;
        height: 127vw;
        top: 2% !important;
        padding-top: 14%;
    }    
    .con17_mid_2nd {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        margin-bottom: 17%;
    }
    
    .popup_right> div {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        width: 90%;
        color: black;
        margin-top: 5%;
    }    
    .popup_img {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        height: 39%;
        overflow: hidden;
        margin-top: 10%;
        margin-bottom: 7%;
    }
    
    
    .popup_img {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        height: 50%;
        overflow: hidden;
        margin-top: 10%;
        margin-bottom: 7%;
    }    
    .popup_img_con {
    left: unset;
    border-radius: 9px;
    overflow: hidden;
    scale: 0.8;
    overflow: hidden;
}
    
    .popup {
        width: 94%;
        background: white;
        height: 132vw;
        top: 2% !important;
        padding-top: 14%;
    }
    
    .popup_top_absol {
        width: 12.4369%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 6%;
        left: unset;
    }
    .popup_top_absol_2nd {
        width: 96.6687%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 13%;
        left: unset;
    }    
    .popup_img {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        height: 50%;
        overflow: hidden;
        margin-top: 6%;
        margin-bottom: 2%;
    }
    .popup_right_6th{
        justify-content: center !important;
    }
    .holme_close{
        width: 100%;
    }
    .popup_close {
        top: 4% !important;
        right: 5% !important;
        width: 5.3% !important;
        z-index: 10 !important;
        -webkit-filter: brightness(0) invert(1);
        filter: unset;
    }    
    
    
        .map {
        width: 100%;
        height: 75vw;
    }
    
    
    /* 스크롤바의 폭 너비 */
.con17_mid_map_search_bottom::-webkit-scrollbar {
    width: 1vw;
    margin-right: 6%;
    position: absolute;
}
    
    
    .con17_mid_map_search_item_naver {
        width: 29.4829%;
    }    
    .fixed_popup {
        z-index: 500000000;
    }
    .con01pop_05{
        width: 100%;
    }
    .popup_right_6th_left {
        width: 37.523% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }    

    
    
    .con17_mid_2nd {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 87%;
        margin-bottom: 17%;
        margin-top: 8%;
    }    
    
.popup_img_con {
    overflow: hidden;
    width: 80%;
    scale: 1;
    height: 49vw;
    display: flex;
    justify-content: center;
    align-items: center;
}    
    
    .con17_mid_map_search_item {
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 0.8vw;
    height: 43vw;
    font-family: pretendard-regular;
}
    .con17_mid_map_search_item_img {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 34vw;
        height: 34vw;
        overflow: hidden;
        top: 18%;
        left: -4%;
        border-radius: 10px;
    }
    .con17_mid_map_search_item_address {
    width: 71%;
    margin-left: 12%;
    margin-top: 4%;
    font-size: 3vw;
}
        .popup {
        width: 94%;
        background: white;
        height: 132vw;
        top: 2% !important;
        padding-top: 2%;
    }
    .popup_top_absol {
        width: 100%;
        display: flex
;
        justify-content: center;
        align-items: center;
        top: unset;
        left: unset;
        bottom: 0;
}
    
        .popup_img {
        width: 100%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        height: 50%;
        overflow: hidden;
        margin-top: 6%;
        margin-bottom: -4%;
    }
    
        .popup_close {
        top: 4% !important;
        right: 5% !important;
        width: 7.3% !important;
        z-index: 10 !important;
        -webkit-filter: brightness(0) invert(1);
        filter: unset;
    }
        .popup_top_absol_2nd {
        width: 77.6687%;
        display: flex
;
        justify-content: center;
        align-items: center;
        top: 63%;
        left: unset;
    }
    
    .popup{
        background: #f2f1e9;
    }
        .con19_top {
        width: 30.55381%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 14%;
        margin-left: 0%;
        margin-bottom: 2%;
    }
    
        .popup {
        background: white;
    }
    
    
    
    
        .con17_mid_map_search_bottom {
        overflow: scroll;
        height: 106.5vw;
        width: 100%;
    }

    .form_row_imput_text {
        padding-left: 10%;
    }    
    
    .con1_ab_2 {
        width: 42.9396%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        top: 1%;
        left: unset;
    }
        .con1_top {
        margin-top: 50%;
    }
    
        .con1_ab_2 {
        width: 42.9396%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        top: 2%;
        left: unset;
    }
    
        .con2_top_2nd {
        width: 88.0551%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-left: 0%;
    }
.con2_top_5th {
    width: 88.0472%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    margin-bottom: 36%;
    margin-left: 0%;
    z-index: 2;
}
    
.con2_top_6th {
    width: 103.7927%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: -30%;
    margin-left: 0%;
}    
    .con4_top {
        width: 82.8609%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 21%;
        margin-left: 0%;
    }
    .con5_top {
        width: 37.2274%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
        margin-bottom: 3%;
    }
    .con4_line_5{
        display: none;
    }
    .con5_2nd {
        height: 100vw;
        background: url(/images/con5_bg.jpg) no-repeat center / cover;
        background-attachment: unset;
    }
    .con6_top_2nd {
        width: 79.4856%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 8%;
        margin-left: 0%;
    }
.con6_top_4th {
        width: 26.45407%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 13%;
        margin-left: 0%;
    }    
    .con8_top_2nd {
        width: 72.0481%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 7%;
        margin-left: 0%;
    }
    .con8_top_3rd_item_ab {
    width: 13.74317%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: -4%;
    margin-left: 0%;
    top: 13%;
}
    .con8_top_3rd_item {
        width: 76.33%;
        overflow: hidden;
        height: 50vw;
    }
    .con8_top_3rd_item_vid {
        width: 85%;
        overflow: hidden;
        height: 29vw;
    }
    .con8_top_4th {
        width: 56.7075%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 10.5%;
        margin-left: 0%;
        margin-bottom: 16.5%;
    }
    .con8_top_2nd {
        width: 72.0481%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 10%;
        margin-left: 0%;
        margin-bottom: 2%;
    }    
.con9_top {
        width: 46.4304%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-bottom: 2%;
        margin-left: 0%;
    }
    .con9_ab{
        display: none;
    }
    .con10_top_2nd {
        width: 90.0656%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        margin-left: 0%;
        margin-bottom: 1%;
    }    
    .con12_top_2nd {
        width: 89.2283%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-left: 0%;
        margin-bottom: 2%;
    }
.con12_top_3rd_item_item_title {
    font-size: 4.2vw;
}
    .con12_top_3rd_2{
        margin-top: 6%;
    }
    .con12_top_3rd_title_2 {
        width: 33.4383%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        top: 50%;
        right: unset;
        z-index: 1;
    }
.con11_top_5th_2nd {
    width: 66.4829%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    overflow: hidden;
    margin-left: 0%;
    margin-bottom: 3%;
}    
    .con14_scrx{
        width: 250%;
    }
    .con14_top_2nd {
        width: 88.6325%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-left: 0%;
    }    
    .con7_top_3rd_2{
        margin:2% 0;
    }
    
    .con3_top {
        width: 88.1952%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 17%;
        margin-bottom: 2%;
        margin-left: 0%;
    }    
    .con4_line_3{
        display: none
    }
    .con4_line_4{
        display: none
    }
    .con10_top_3rd_ab_2_ab_2 {
    width: 15.79667%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 26%;
}
}
