* {
    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 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;
}


.light{
    animation: light 2s infinite;
}





.main_wave{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 1;
    bottom: 100.3%;
}
.line_wave_div {
    width: 100%;
    height: 36px;
    z-index: 1;
    rotate: 0deg;
    overflow: hidden;
}
.line_wave_div::before {
    content: ''; /* 기반 */
    position: absolute;
    bottom: -0px;
    left: 0;
    width: 100%;
    height: 0.5vw;
}
.line_wave {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
}
.line_wave_div::before{
    background-color: #ff5d00;
}
.line_wave_div .line_wave{
    background-color: #ff5d00;
}

.main{
    background: url(/images/main_bg.jpg) no-repeat center / cover;
}
.main_top{
    width: 14.9606%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9%;
    margin-left: -15%;
}
.main_top_ab{
    width: 100.702%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    left: 101%;
}
.main_top_2nd{
    width: 20.21%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-left: 9%;
}
@keyframes beerShake {
    0%   { transform: rotate(0deg); }
    20%  { transform: rotate(-2deg); }
    40%  { transform: rotate(2deg); }
    60%  { transform: rotate(-1.5deg); }
    80%  { transform: rotate(1.5deg); }
    100% { transform: rotate(0deg); }
}
@keyframes ShakeAndFall {
    0% {
        transform: translate(0, -100%) rotate(0);
        opacity: 0;
    }
}

.main_top_2nd_con{
    overflow: hidden;
}
.main_top_2nd_ab{
    width: 54.5455%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 100%;
}
.main_top_3rd{
    text-align: center;
    margin-top: 2.4%;
}
.main_top_4th{
    margin-top: 8%;
}
.main_top_4th_top{
    width: 28.7664%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -9%;
    z-index: 2;
    margin-bottom: -13%;
    animation: beerShake 3s ease-in-out infinite;
    transform-origin: center bottom;
}
.main_ab{
    width: 32.7034%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 8%;
}
.main_ab_2{
    width: 31.3386%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    bottom: 40%;
}
.main_top_4th_ab{
    width: 12.126%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 18%;
    top: 16%;
}
.main_top_4th_ab_ab_1{
    top: 100%;
    font-size: 2vw;
}
.main_top_4th_ab_ab_1 span{
    font-size: 4.4vw;
}
.main_top_4th_ab_ab_2{
    top: 323%;
}
.main_top_4th_ab_2{
    width: 12.126%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 18%;
    top: 16%;
}
.main_top_4th_ab_2_ab{
    top: 100%;
    font-size: 2vw;
}
.main_top_4th_ab_2_ab span{
    font-size: 4.4vw;
}
.main_con{
    height: 100%;
    background: url(/images/main_bg.jpg) no-repeat center / cover;
    justify-content: flex-start;
    opacity: 1;
}
.main_con_left_ab{
    width: 26.5092%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 14%;
}
.main_con_right_ab{
    width: 25.7743%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 2%;
    top: 18%;
}
.main_con_top{
    width: 44.9344%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 17%;
    margin-left: -3%;
}
.main_con_top_2nd{
    width: 42.3097%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1%;
    margin-left: -2%;
}
.con1{
    background: url(/images/con02_bg_1.jpg) no-repeat center / cover;
}
.con1_con{
    background: url(/images/con02_bg_2.jpg) no-repeat center / cover;
    margin-top: 4%;
    width: 93%;
}
.con1_con_top{
    text-align: center;
    margin-top: 4%;
    font-size: 1.1vw;
    line-height: 1.6vw;
}
.con1_con_top_3rd{
    width: 38%;
}
.con3_vid_con{
    border-left: 0.2vw #ff5d00 solid;
    border-right: 0.2vw #ff5d00 solid;
}
.con3_vid_con video{
    filter: brightness(0.4);
}
.con3_vid_con iframe{
    filter: brightness(0.4);
}
.con1_con_top_2nd{
    margin-top: 2.3%;
    border-top: 0.2vw #ff5d00 solid;
}
.con1_con_top_4th {
    margin-bottom: 3.8%;
    border-top: 0.2vw #ff5d00 solid;
}
.con2_mid_swiper_1_slide_con_ab_2_ct {
    bottom: 20%;
    font-size: 2.3vw;
}
.con2_mid_swiper_1_slide_con_ab_2 {
    bottom: 33%;
    font-size: 1.3vw;
}
.con2_mid_swiper_1_slide_con_ab_3 {
    bottom: 17%;
    font-size: 0.9vw;
}
.con2_mid_swiper_1_slide_con_ab{
    top: 9%;
}
.con2_mid_swiper_1{
    width: 105%;
    margin-top: -1%;
    margin-bottom: 3%;
}
.con2_mid_swiper_1_slide_con{
    width: 100%;
    display: flex;
}
.con1_con_top_3rd_ab{
    width: 23.477%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 129%;
    top: 35%;
}
.con1_con_top_3rd_ab_ab{
    top: 110%;
    font-size: 2vw;
}
.con1_con_top_3rd_ab_ab span{
    font-size: 3vw;
}
.con1_con_top_3rd_ab_ab_2{
    white-space: nowrap;
    top: 535%;
}

.con1_con_top_3rd_ab_2{
    width: 23.477%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 129%;
    top: 35%;
}
.con1_con_top_3rd_ab_2_ab{
    top: 110%;
    font-size: 2vw;
}
.con1_con_top_3rd_ab_2_ab span{
    font-size: 3vw;
}
.con1_con_top_3rd_ab_2_ab_2{
    white-space: nowrap;
    top: 535%;
}

.con3_vid_con_ab_1{
    width: 20.5052%;
    display: flex;
    z-index: 4;
    justify-content: center;
    align-items: center;
    left: 2%;
    top: 4%;
}
.con3_vid_con_ab_2{
    width: 20.5052%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 2%;
    top: 4%;
    z-index: 4;
    transform: scaleX(-1);
}


.con3_vid_con_ab_3{
    width: 20.5052%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 2%;
    bottom: 4%;
    z-index: 4;
    transform: scaleY(-1);

}
.con3_vid_con_ab_4{
    width: 20.5052%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 2%;
    bottom: 4%;
    scale: -1;
    z-index: 4;
}

.con3_vid_con_ab_5{
    width: 10.847%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    top: 8%;
    left: 4%;
}
.con3_vid_con_ab_6{
    width: 5.20059%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    top: 9%;
    right: 5%;
}
.con2{
    background: url(/images/con03_bg.jpg) no-repeat center / cover;
}
.con2_top{
    width: 16.063%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    overflow: hidden;
}
.con03_02{
    width: 100%;
    z-index: 1;
}
.con2_top_2nd{
    width: 40.8924%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.4%;
}
.con2_top_3rd{
    text-align: center;
    margin-top: 2%;
}
.con2_top_3rd .bold_suit{
    font-size: 1.2vw;
}
.con2_top_4th{
    margin-top: 3%;
    flex-wrap: wrap;
    width: 82%;
}
.con2_top_4th_item{
    width: 39.8848%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con2_top_4th{
    border-bottom: 0.2vw solid #ff5d00;
    padding-bottom: 3%;
}
.con2_top_4th_item_ab{
    top: 104%;
}
.con2_top_4th_item_ab_2{
    width: 6.74157%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 58%;
    z-index: 1;
}
.con2_top_4th_item_ab_3{
    width: 34.5104%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 14%;
}
.con2_top_4th_item_ab_4{
    width: 25.2006%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 72%;
    bottom: 9%;
}
.con2_top_4th_item_ab_5{
    width: 25.2006%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 72%;
    bottom: 9%;
}
.con2_top_4th_item_ab_4_ab{
    text-align: center;
}
.con2_top_4th_item_ab_5_ab{
    text-align: center;
}

.con2_top_4th_item {
    width: 39.8848%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin: 0 2%;
    margin-bottom: 5%;
}
.con2_top_5th{
    width: 20.1575%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 7%;
    margin-left: -50%;
}
.con2_top_6th{
    width: 14.9081%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-left: -55.5%;
    margin-top: 1%;
}
.con2_top_7th{
    width: 21.4173%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -48%;
    margin-top: 1%;
}

.con2_top_8th{
    width: 69%;
    margin-top: 2%;
    margin-bottom: 10%;
}
.con2_top_9th{
    height: 20vw;
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}
.con2_top_9th{
    bottom: 8%;
    right: 14%;
    width: 38%;
    border-bottom: 0.2vw solid white;
}

.con2_top_9th_ab{
    width: 13.8122%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 2%;
    left: 10%;
}
.con2_top_9th_ab_ab{
    top: 135%;
    text-align: center;
}
.con2_top_9th_ab_ab_2{
    bottom: 120%;
    text-align: center;
}
.con2_top_9th_ab_ab_2 span{
    font-weight: 900;
    font-size: 2vw;
}
.con2_top_9th_ab_2{
    width: 13.8122%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    bottom: 2%;
    right: 15%;
    overflow: hidden;
}
.con2_top_9th_ab_ab_2nd{
    top: 103%;
    right: 15%;
}
.con2_top_9th_ab_ab_2_2nd{
    bottom: 89%;
    right: 12%;
}
.con2_top_9th_ab_ab_2_2nd_2{
    width: 36.1878%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 60%;
    bottom: 24%;
}
.con2_top_9th_ab_ab_2_2nd_3{
    width: 42.1271%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 27%;
    left: 28%;
}


.con3_mid_3rd{
    background: #ff5d00;

}

.con3_mid_3rd {
    padding: 1.3% 0;
    border-top: unset;
    border-bottom: unset;
    margin-top: 8%;
    position: relative;
    bottom: 0;
    margin: 0;
}
.con6_mid_swiper_1_slide_p_con_3rd{
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(1){
    color: white;
    font-size: 0.9vw;
}
.con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(2) {
    color: white;
    font-size: 0.9vw;
    background: unset;
    border-radius: 40px;
    color: white;
    font-family: Pretendard-bold;
    padding: 0 3%;
    margin-left: 2%;
}
.con2_top_9th {
    bottom: 12%;
    right: 14%;
    width: 38%;
    border-bottom: 0.2vw solid white;
}
.con2_top_9th_ab_2_ab_2{
    width: 101%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}

.con2_top_9th_ab_2 {
    border-radius: 1.1vw 1.1vw 0 0;
}
.con4{
    background: url(/images/con04_bg.jpg) no-repeat center / cover;
}
.con4_top{
    font-size: 1.7vw;
    margin-top: 8%;
}
.con4_top_2nd_1{
    width: 18.7402%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-right: 2%;
}
.con4_top_2nd_2{
    width: 20.21%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con4_top_2nd_3{
    width: 22.3622%;
    display: flex
;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    right: 28.3%;
}
.con4_top_2nd{
    margin-top: 1.4%;
}
.con4_top_3rd_1{
    width: 26.7717%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-left: 0%;
}
.con4_ab{
    width: 71.0236%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 0%;
    animation: ShakeAndFall 2s linear infinite;
}
.con4_ab_3{
    width: 46.7192%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 0;
    top: 0;
    animation: headlightBlink 3.5s infinite ease-in-out;


}
.con17_left_top_4th_con{
    animation: headlightBlink 3.5s infinite ease-in-out;

}
.con4_ab_4{
    width: 46.7192%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 0;
    top: 0;
    transform: scaleX(-1);
    animation: headlightBlink 3.5s infinite ease-in-out;

}
.con4_top_3rd_ab_1{
    width: 10.9711%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 18%;
    right: 69%;
}
.con4_top_3rd_ab_2{
    width: 11.0236%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 66%;
    right: 69%;
}
.con4_top_3rd_ab_3{
    width: 17.4278%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 67%;
    bottom: 49%;
}
.con4_top_3rd_ab_4{
    width: 17.4278%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 57%;
    left: 67%;
}
.con5{
    background: url(/images/con05_bg.jpg) no-repeat center / cover;
}
.con5_top{
    font-size: 1.55vw;
    margin-top: 7%;
}
.con5_top_2nd{
    width: 23.4121%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.3%;
    margin-left: 0%;
}

.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;
}


.con11_mid_swiper_1_slide{
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.con11_swiper_item_img{
    width: 100% !important;
    overflow: hidden;
}
.con11_swiper_item_img iframe{
    overflow: hidden;
    width: 100%;
}
.con11_swiper_item_img {
    width: 75% !important;
    overflow: hidden;
}
.con11_swiper_item_img {
    width: 75% !important;
    overflow: hidden;
    height: 13vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}
.con11_mid_bottom{
    width: 118% !important;
}
.con11_swiper_item_img {
    width: 74% !important;
    overflow: hidden;
    height: 15vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}
.con11_swiper_item_img{
    transition: 0.3s all;

}
.con11_mid_swiper_1_slide.swiper-slide-next > div{
    scale: 1.5;
}
.con11_mid_swiper_1 {
    padding: 2% 0;
    padding-bottom: 7%;
    width: 62%;
    overflow: hidden;

}

.con11_swiper_item_img {
    width: 100% !important;
    overflow: hidden;
    height: 19vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: unset;
}

.con7_prev {
    left: 1% !important;
    top: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    border-radius: unset;
    overflow: unset;
    left: 34.4% !important;
    bottom: 53%;
    transition: 0.4s background;
}


.con7_next {
    right: 1% !important;
    top: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    border-radius: unset;
    overflow: unset;
    right: 34.4% !important;
    bottom: 53%;
    transition: 0.4s background;
    transform: scaleX(-1);
}

.con5_ab{
    width: 3.56955%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 9%;
    top: 34%;
}
.con5_ab_2{
    width: 3.56955%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 9%;
    top: 34%;
}
.con5_ab_ab{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 91%;
}
.con5_ab_ab_2{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 182%;
}

.con5_ab_2_ab{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 91%;
}
.con5_ab_2_ab_2{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 182%;
}
.con10_swiper_div_y{
    width: 96%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con6{

}
.con6_top{
    width: 1.10236%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con6_top_2nd{
    width: 9.34383%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-left: 0%;
}
.con6_top_3rd{
    margin-top: 1.3%;
}
.con6_top_4th{
    width: 35.2756%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 1%;
    margin-left: 0%;
}
.con6_top_5th{
    text-align: center;
    margin-top: 2%;
}
.con6 .con10_swiper_div_y{
    opacity: 0.5;
    transition: 0.3s all;
}
.con6 .con10_swiper_slide_y.swiper-slide-next +.con10_swiper_slide_y .con10_swiper_div_y{
    opacity: 0;
}
.con6 .con10_swiper_slide_y.swiper-slide-next +.con10_swiper_slide_y +.con10_swiper_slide_y .con10_swiper_div_y {
    opacity: 1;
    scale: 1.3;
    transform: translate(-42%, -10%);
}

.con6 .con7_prev {
    left: 1% !important;
    top: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    border-radius: unset;
    overflow: unset;
    left: 35.4% !important;
    bottom: 53%;
    transition: 0.4s background;
}
.con6 .con7_next {
    right: 1% !important;
    top: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    border-radius: unset;
    overflow: unset;
    right: 35.4% !important;
    bottom: 53%;
    transition: 0.4s background;
}
.con6_ab{
    width: 29.2388%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: -5%;
    left: 0;
}
.con6_ab_2{
    width: 30.4462%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 0%;
    top: -13%;
}
.con10_swiper_y_left_3rd{
    margin-top: 8.5%;
}
.con10_swiper_y_left_3rd_ab{
    width: 8.39895%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    z-index: 2;
    top: -27%;
    right: 37%;
}
.con10_swiper_y_left_3rd_ab_2{
    width: 16.9029%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    z-index: 2;
    left: 18%;
    animation: ddm_m 2s infinite;
    top: 31%;
}
.con10_swiper_y_left_3rd_ab_3{
    width: 17.2178%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    animation: ddm_m 2s infinite reverse;
    margin-left: 0%;
    z-index: 2;
    left: 25%;
    top: 59%;
}


.con10_swiper_y_left_3rd_ab_4{
    width: 15.1706%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    animation: ddm_m 2s infinite;
    z-index: 2;
    right: 18%;
    top: 31%;
}
.con10_swiper_y_left_3rd_ab_5{
    width: 13.3333%;
    display: flex;
    justify-content: center;
    animation: ddm_m 2s infinite reverse;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    z-index: 2;
    right: 25%;
    top: 59%;
}
.con6_top_3rd{
    font-size: 3vw;
    margin-top: 2%;
    margin-bottom: 0.6%;
}
.con6_top_4th_ab{
    width: 95.2381%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con7_con{
    width: 94%;
    background: url(/images/con07_bg.jpg) no-repeat center / cover;
}
.con7_con_top{
    font-size: 1.5vw;
    margin-top: 5%;
}
.con7_con_top_2nd{
    margin-top: 1.2%;
}
.con7_con_top_2nd_1{
    width: 14.517%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    overflow: hidden;
    margin-left: 0%;
}
.con7_con_top_2nd_2{
    width: 21.4405%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 1%;
    overflow: hidden;
}
.con7_con_top_3rd{
    width: 67%;
    margin-top: 2.5%;
    height: 28vw;
    overflow: hidden;
}
.con7_con_top_3rd_ab{
    width: 16.1667%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 3%;
    left: 3%;
}
.con7_con_top_3rd_ab_2{
    width: 21.6667%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 3%;
    top: 3%;
}
.con7_con_top_3rd_ab_3{
    right: 3%;
    bottom: 3%;
    width: 27.25%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con7_con_top_4th{
    width: 25%;
    border: 0.15vw solid white;
    border-radius: 1.5vw;
    margin-top: 1.5%;
    margin-bottom: 8%;
    padding-top: 2.2%;
    padding-bottom: 2.4%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: -42%;
}
.con7_con_top_4th_top{
    width: 86%;
}
.con7_con_top_4th_top{
    width: 86%;
    font-size: 1.6vw;
}
.con7_con_top_4th_top_2nd{
    width: 86%;
    margin-top: 3%;
}
.con7_con_top_4th_ab{
    width: 23.2143%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 69%;
    top: 21%;
}
.con7_con_top_4th_ab_ab{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con7_con_top_5th{
    width: 19.3747%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -16%;
    margin-left: 13%;
}
.con7_con_top_6th{
    width: 20.7147%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1.6%;
    margin-left: 13%;
}
.con7_con_top_7th{
    width: 3.96427%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 17%;
    margin-bottom: 1%;
}
.con7_con_top_8th{
    margin-top: 0%;
    margin-left: 0%;
    bottom: -22%;
    right: 0;
    width: 41.2598%;
    display: flex

;
    transform-origin: right;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.con7{
    overflow: unset;
}
.con7_con_ab{
    width: 17.5879%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    z-index: 2;
    left: 6%;
}
.con8_top{
    width: 15.2231%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    margin-left: 0%;
}
.con8_top_2nd{
    width: 29.7638%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-left: 0%;
}
.con8_top_3rd{
    text-align: center;
    margin-top: 2%;
    font-size: 1.2vw;
    line-height: 1.7vw;
}








.con08_tab_wrap{
    width: 69.8265%;
    display: flex
;
    justify-content: center;
    align-items: center;
    height: 7vw;

}


.con08_tab{
    transition: 0.3s color;
    cursor: pointer;
    font-family: "SUIT Variable"

}

.con08_tab {
    transition: 0.3s color;
    margin: 4%;
}
.con08_tab_ab{
    position: absolute;
    opacity: 0;
    transition: 0.3s all;
}


.con08_change .con08_tab_ab{
    opacity: 1;
}
.con08_tab_text {
    font-size: 0.9vw;
    white-space: nowrap;
    top: 150%;
    opacity: 0;
    transition: 0.3s all;
}

.con08_change .con08_tab_text{
    opacity: 1;
    top: 250%;

}
.con08_tab_wrap {
    width: 69.8265%;
    display: flex
;
    justify-content: center;
    align-items: center;
    height: 7vw;
    margin-top: 2%;
}
.con08_menu{
    opacity: 0;
}
.con08_change.con08_menu{
    z-index: 3;
    opacity: 1;
}


div.con08_menu {
    width: 70%;
    height: 35vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_menu .swiper-slide {
    flex-direction: column;
}
.con08_menu_img {
    width: auto;
    height: 13vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con08_menu_img img {
    width: auto;
    height: 100%;
    object-fit: cover;
}


.con08_menu_img {
    width: auto;
    height: 10vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
    top: 6%;
}

.con08_menu_title{
    top: 77%;
    text-align: center;
}

.con08_menu_con{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.con08_menu {
    width: 72%;
    height: 36vw;
    display: flex
;
    justify-content: center;
    align-items: center;
}

.con08_menu_ab{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_menu_desc{
    color: white;
    text-align: center;
}
.con08_menu_wrap{
    margin-top: 3%;
    margin-bottom: 6%;
}
.con08_menu_con{
    overflow: hidden;
}
.con08_menu_ab {
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    top: 100%;
    transition: 0.3s all;
}

.con08_tab_wrap {
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    height: 4.2vw;
    margin-top: 3%;
    font-size: 1vw;
    border-top: 1px solid #00000069;
    border-bottom: 1px solid #00000069;
}
.con08_tab {
    transition: 0.3s color;
    width: 14.5%;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-right: 1px solid black;
    margin: 0;
}
.con08_tab p{
    z-index: 3;
    position: relative;
}
.con08_change.con08_tab p{
    color: white;
}
.con08_tab:last-child{
    border-right: unset;
}

div.con08_menu {
    width: 68%;
    height: 28vw;
    display: flex
;
    justify-content: center;
    align-items: center;
}

.con08_menu_con{
    height: 13vw;
}
.con14 .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_menu_con{
    height: 13vw;
    width: 13vw;
    border: 1px solid black;
    border-radius: 1vw;
}
.con08_menu_img {
    width: auto;
    margin-bottom: 0;
    top: 0;
}
.con08_menu_img{
    height: 100%;
}
.con08_menu_desc {
    color: white;
    text-align: center;
    top: 44%;
}


.con08_tab_wrap {
    border-top: unset;
    border-bottom: unset;
}
.con08_tab {
    border-right: unset;
}
.con8{
    background: url(/images/con08_bg.jpg) no-repeat center / cover;
}
.con08_tab {
    width: 10.9%;
}
.con08_tab_ab{
    width: 74.5192%;
    display: flex
;
    justify-content: center;
    opacity: 1;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.con08_change .con08_tab_ab {
    opacity: 1;
    filter: brightness(1) invert(0);

}
.con08_change.con08_tab p{
    font-weight: 800;
}
.con08_menu_con {
    height: 13vw;
    width: 13vw;
    border: unset;
    border-radius: 0;
    background: white;
}
.con08_menu_ab {
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    top: unset;
    transition: 0.3s all;
    bottom: 0%;
    height: 3.6vw;
    border-top: 1px solid #00000030;
}
.con08_menu_desc {
    color: black;
    text-align: center;
    top: unset;
}
.con8_scrx{
    padding: 0.8% 0;
}
.con9_bg{
    filter: brightness(0.45);
    height: auto;
    width: 100%;
}
.con9_bg video{
    height: auto;

    width: 100%;

}
.con9_top{
    width: 10.4987%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    margin-left: -70%;
}
.con9_top_2nd{
    width: 10.9711%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 0.8%;
    margin-left: -69%;
}
.con9_top_3rd{
    width: 21.4698%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: -58.4%;
    margin-top: 1%;
}
.con9_top_4th{
    width: 19.9475%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 1%;
    margin-left: -60.4%;
}
.con9_top_5th{
    margin-bottom: 17%;
    width: 80%;

    margin-top: 2%;
    font-size: 1.1vw;
}


.con9_ab_con{
    width: 35%;
    height: 20vw;
    width: 35%;
    height: 34vw;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    right: 11%;
    bottom: 21%;
}

.con9_ab{
    width: 54.7226%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 7%;
    z-index: 2;
}
.con9_ab_2{
    width: 54.7226%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 2%;
}
.con9_ab_3{
    width: 54.7226%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 2%;
}
.con9_ab_top{
    top: 30%;
    font-size: 1.45vw;
}
.con9_ab_top_2nd {
    font-size: 2vw;
    top: 41%;
}
.con9_ab_top_2nd span{
    font-size: 4vw;
}
.con9_ab_2 .bold_suit.green{
    font-size: 3.4vw;
}

.con10{
    background: url(/images/con10_bg_1.jpg) no-repeat center / cover;
}
.con10_top{
    font-size: 1.5vw;
    margin-top: 5%;
}
.con10_top_2nd{
    width: 39.3176%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.4%;
    margin-left: 0%;
}
.con10_top_3rd{
    width: 32.1785%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    margin-left: 0%;
}
.con10_swiper_div_y_2{
    width: 100%;
    display: flex;
}
.con11_swiper_item_img iframe {
    overflow: hidden;
    width: 100%;
    height: 68%;
    border: 0.15vw solid #ff5d00;
}
.con10_swiper_y_left_4th{
    width: 42%;
    overflow: hidden;
    margin-top: 2%;
    border: 0.15vw solid #ff5d00;
    margin-bottom: 5.3%;
}
.con11_mid_swiper_1_slide.swiper-slide-next{
    z-index: 2;
}
.con10 .con7_prev {
    left: 1% !important;
    top: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    border-radius: unset;
    overflow: unset;
    left: 0% !important;
    bottom: 42%;
}
.con10 .con7_next {
    right: 1% !important;
    top: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    border-radius: unset;
    overflow: unset;
    right: 0% !important;
    bottom: 42%;
}






.con10 .con10_swiper_y_left {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 18%;
    height: 144%;
    overflow: hidden;
    left: 4.5%;
    top: -18%;
    pointer-events: none;
}
.con10 .con10_swiper_y_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 18%;
    height: 144%;
    overflow: hidden;
    right: 4.5%;
    top: -18%;
    pointer-events: none;
}
.con10 .con10_swiper_slide_y{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
    width: 100%;
    overflow: hidden !important;
    transition: all 0.3s;
}
.con10 .con10_swiper_div_y{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    transition: all 0.3s;
}
.con10 .con10_sd_y_img{
    width: 100%;
}

.con10_y_right{
    left: 2%;
    height: 150%;
}

.con10_y_left{
    right: 2%;
    height: 150%;
}
.con10_con_2nd{
    background: url(/images/con10_bg_2.jpg) no-repeat center / cover;
    padding: 2% 0;
    z-index: 5;
}
.con10_con_2nd .con10_swiper_div_y {
    width: unset;
    display: flex
;
    justify-content: center;
    align-items: center;
    height: 21vw;
    overflow: hidden;
}
.con10_con_2nd .con10_sd_y_img{
    height: 100%;
    width: auto !important;
}
.con11{
    background: url(/images/con11_bg.jpg) no-repeat center / cover;
}
.con11_top{
    font-size: 1.5vw;
    margin-top: 5%;
}
.con11_top_3rd{
    font-size: 1.2vw;
    margin-top: 2%;
}
.con11_top_2nd{
    margin-top: 1%;
}
.con11_top_2nd_1{
    width: 12.8609%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con11_top_2nd_2{
    width: 16.9029%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 1%;
}
.con11_top_4th{
    width: 25.2493%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5.5%;
    margin-left: 0%;
}
.con11_top_4th_ab{
    width: 42.3729%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 54%;
    top: 31%;
}
.con11_top_4th_ab_2{
    width: 27.8332%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    right: 167%;
    margin-left: 0%;
    top: 19%;
}
.con11_top_4th_ab_2_ab{
    top: 125%;
    left: 0%;
    font-size: 1.7vw;
}
.con11_top_4th_ab_2_ab span{
    font-size: 3.5vw;
}
.con11_top_4th_ab_3{
    width: 27.8332%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 167%;
    margin-left: 0%;
    top: 64%;
}
.con11_top_5th{
    width: 23.6745%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -25%;
    margin-left: 53%;
    margin-bottom: 8%;
}
.con11_top_4th_ab_2_line{
    border-top: 0.1vw solid white;
    width: 90%;
    right: 105%;
    top: 56%;
}
.con11_top_5th_ab{
    color: white;
    top: 100%;
    font-size: 0.75vw;
    left: 0;
    letter-spacing: -0.08vw;
}
.con11_top_5th_ab_2{
    color: white;
    bottom: 101%;
    left: 0;
}

.con11_scrx{
    background: black;
    padding: 1% 0;
    border-top: 0.15vw solid #ff5d00;
}
.con12{
    background: url(/images/con12_bg.jpg) no-repeat center / cover;
}
.con12_con{
    background: white;
    width: 94%;
    margin: 3% 0;
}
.con12_con_top{
    width: 26.7192%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    margin-left: 0%;
}
.con12_con_top_2nd{
    width: 65.2493%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-bottom: 4%;z-index: 2;
}
.con12_con_top_2nd_ab_2{
    width: 16.5775%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: -16%;
    left: 91%;
}
.con12_con_top_2nd_ab{
    bottom: 102%;
    right: 10%;
}
.con12_ab{
    width: 21.5748%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    z-index: 1;
    left: 0;
    top: -3%;
}
.con12_ab_2{
    width: 19.7375%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    z-index: 1;
    right: 0%;
    bottom: -9%;
}
.con13_top_2nd{
    flex-wrap: wrap;
}


.con13{
    background: url(/images/con13_bg.jpg) no-repeat center / cover;
}
.con13_top{
    width: 26.8766%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    margin-left: 0%;
}
.con13_top_2nd{
    flex-wrap: wrap;
    width: 90%;
}
.con13_top_2nd_item{
    width: 18.3759%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1%;
}
.con13_top_2nd_item_ab{
    width: 13.3182%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: -11%;
}
.con13_top_3rd{
    text-align: center;
    margin-top: 2%;
    margin-bottom: 5%;
}
.con13_top_2nd {
    margin-top: 2.4%;
}


.con14{
    background: url(/images/con14_bg.jpg) no-repeat center / cover;
}
.con14_con{
    background: url(/images/con14_bg_2.jpg) no-repeat center / cover;
    margin-top: 3%;
    width: 94%;
    border-radius: 4vw 4vw 0 0;
}
.con14_con_top{
    color: white;
    font-size: 1.5vw;
    margin-top: 4%;
}
.con14_con_top_2nd{
    width: 29.3802%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-left: 0%;
}
.con14_con_top_3rd{
    width: 73%;
    background: black;
    z-index: 2;
    margin-top: 2.6%;
}
.con14_con_top_3rd_con_top{
    font-size: 3vw;
    margin-top: 7%;
}
.con14_con_top_3rd_con{
    width: 99%;
    margin: 0.5% 0;
    border: 0.15vw solid #016a32;
}
.con14_con_top_3rd_con_top_2nd{
    text-align: center;
    margin-top: 2%;
    margin-bottom: 5%;
}
.con14_con_top_4th{
    margin-top: 2%;
}
.con14_con_top_5th{
    width: 12.0649%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-left: 0%;
    margin-bottom: 4%;
}
.con14_con_top{
    color: white;
    font-size: 1.5vw;
    margin-top: 4%;
}
.con14_ab{
    width: 17.6378%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 0;
    z-index: 1;
    top: 29%;
}
.con14_ab_2{
    width: 17.1654%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 0;
    z-index: 1;
    top: 29%;
}
.con14_ab_3{
    width: 34.2257%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    z-index: 3;
    bottom: -10%;
    left: 0;
}
.con15_top{
    width: 26.6667%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 6%;
    margin-left: 0%;
}
.con15_top_2nd{
    font-size: 1.4vw;
    margin-top: 1%;
}
.con15_ab{
    width: 5.51181%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 3%;
}
.con16{
    background: url(/images/con16_bg.jpg) no-repeat center / cover;
}
.con16_top{
    width: 27.6115%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    margin-left: 0%;
}
.con16_top_2nd{
    font-size: 1.3vw;
    margin-top: 1.3%;
}
.con10_swiper_y_left_6th{
    width: 86.6%;
    overflow: hidden;
    margin-left: 45%;
    margin-top: 3%;
    margin-bottom: 7%;
}
.con10_swiper_y_left_6th .con10_swiper_slide_y.swiper-slide-next .con10_swiper_div_y{
    filter: brightness(0.3);
}
.con10_swiper_y_left_6th .con10_swiper_div_y {
    filter: brightness(1);
    transition: 0.4s all;

}

.con10_swiper_y_left_6th {
    width: 93.6%;
    overflow: hidden;
    margin-left: 49%;
    margin-top: 3%;
    margin-bottom: 7%;
}

.con10_swiper_y_left_7th {
    width: 20vw;
    height: 20vw;
    background: #ff5d00;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 50%;
    left: 8.5%;
    z-index: 1;
    top: 36%;
    box-shadow: 1px 1px 30px -10px black;
    overflow: hidden;
}

.con10_swiper_y_left_7th .con10_swiper_div_y {
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.con10_swiper_div_y_top{
    margin-bottom: 4%;
}
.con10_swiper_div_y_top_2nd{
    text-align: center;
    font-size: 1.1vw;
}
.con10_swiper_div_y_top_3rd{
    margin-bottom: 4%;
}
.con10_swiper_div_y_top_3rd{
    margin-top: 8%;
}
.con7_prev_ab{
    font-size: 1.5vw;
}
.con7_next_ab{
    font-size: 1.5vw;
}

.con16 .con7_next {
    right: 1% !important;
    top: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    border-radius: unset;
    overflow: unset;
    right: 1.4% !important;
    bottom: 42%;
    transition: 0.4s background;
    transform: unset;
}

.con16 .con7_prev {
    left: 1% !important;
    top: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    border-radius: unset;
    overflow: unset;
    left: 1.4% !important;
    bottom: 42%;
    transition: 0.4s background;
    transform: unset;
}

/* 페이지네이션 커스텀 */
.swiper-pagination {
    position: absolute;
    bottom: 10%;
    text-align: center;
}

.swiper-pagination-bullet {
    background: white;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: white;
}
.swiper-pagination-bullet{
    width: 0.5vw;
    height: 0.5vw;
    border: 0.1vw solid white;
    background: transparent;
}
.swiper-pagination-bullet-active{
    background: white;


}

.con10_swiper_y_left_6th_line{
    border-top: 0.1vw #ff5d00 solid;
    top: 33.3%;
}

.con10_swiper_y_left_6th_line {
    border-top: 0.1vw #ff5d00 solid;
    top: 32.4%;
    width: 100%;
}
.con10_swiper_y_left_6th_line_1{
    border-top: 0.1vw #ff5d00 solid;
    top: 85%;
    width: 100%;
}
.con10_swiper_y_left_6th_line_2{
    left: 27.6%;
    height: 100%;
    border-left: 0.1vw #ff5d00 solid;
}
.con10_swiper_y_left_6th_line_3{
    left: 27.1%;
    height: 100%;
    border-left: 0.1vw #ff5d00 solid;
}
.con10_swiper_y_left_6th_line_4{
    left: 26.6%;
    height: 100%;
    border-left: 0.1vw #ff5d00 solid;
}
.con10_swiper_y_left_6th_line_5{
    right: 27.6%;
    height: 100%;
    border-left: 0.1vw #ff5d00 solid;
    z-index: 3;
}
.con17{
    background: white;

}

.con17_left{
    width: 47%;
    overflow: hidden;
    background: url(/images/con17_bg_1.jpg) no-repeat center / cover;
}
.con17_right{
    width: 47%;
    background: url(/images/con17_bg_2.jpg) no-repeat center / cover;
    height: 39.5vw;
}
.con17_left_top{
    width: 28.7151%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 17%;
    margin-left: -48%;
}
.con17_left_top_2nd{
    width: 49.2737%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    margin-left: -26%;
}
.con17_left_top_3rd{
    font-size: 1.25vw;
    line-height: 1.8vw;
    width: 74%;
    margin-top: 2%;
}
.con17_left_top_4th{
    width: 45.1397%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: -35%;
    margin-bottom: 12%;
}
.con17_ab{
    width: 38.8827%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 5%;
    right: 0;
}
.con17_left {
    width: 47%;
    background: url(/images/con17_bg_1.jpg) no-repeat center / cover;
    height: 39.5vw;
    border: 1px solid black;
}













.form {
    margin-top: 2%;
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid white;
    padding-top: 1.7%;
    background: white;
    z-index: 1;
    margin-bottom: 7%;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    padding-bottom: 0%;
    padding-left: 3%;
    padding-top: 1%;
    margin-top: 1%;
    border-bottom: 1px solid black;
}
.form_agree {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 78%;
    margin-top: 5%;
    margin-bottom: 4%;
}
.form_row_label{
    font-family: Pretendard-regular;
    color: black;
    white-space: nowrap;
    font-size: 1.2vw;
}
.form_row_imput{
    width: 70%;
    height: 2.3vw;
    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: #ff5d00;
    color: unset !important;
}

.form_submit {
    background: #FF4206;
    padding: 1.5%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    font-family: GmarketSansBold;
    border-radius: 0;
    padding-top: 2.5%;
    padding-bottom: 2%;
    cursor: pointer;
}
.form_row_imput_radio {
    margin-right: 1%;
    width: 1.5vw;
    height: 1.5vw;
    overflow: hidden;
    outline: 0;
    background: #ffffff;
    color: white;
    border: none;
    appearance: none;
    border-radius: 50%;
    margin-right: 20%;
    left: 3%;
    border: 1px solid black;
}
.form_row_imput_radio:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: #bf2121;
    color: unset !important;
}
.form_row > span {
    font-size: 1.3vw;
    margin-right: -18%;
    color: black;
    font-family: GmarketSansMedium !important;
}
.form_agree_span{
    font-family: GmarketSansMedium !important;

}
.form_row_imput_radio_1{
    margin-right: -6%;
}
.form_row_imput_text{
    padding-left: 3%;
    box-sizing: border-box;
}
.form_row_radio{
    padding-top: 2%;
    padding-bottom: 2%;
}

.form_row_imput_radio{
    display: flex;
    justify-content: center;
    align-items: center;
}.form_row_imput_radio:checked::after {
     content: "";
     width: 1vw;
     height: 1vw;
     position: absolute;
     background: #bf2121;
     color: unset !important;
     border-radius: 50%;
 }
.form_submit {
    background: #bf2121;
    padding: 1.5%;
    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 {
    background: #bf2121;
    padding: 1.5%;
    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 {
    background: transparent;
    padding: 1.5%;
    color: white;
    position: relative !important;
    margin-bottom: 17%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 0.5%;
    padding-bottom: 2%;
    cursor: pointer;
}

.form {
    margin-top: 2%;
    width: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 7%;
    top: 13%;
}
.form_row {
    border-bottom: unset;
}
.con20_08 {
    bottom: -34%;
    left: -2%;
    width: 113%;
}


.form_row_imput_radio {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fe0908;
    background: transparent;
}
.form_row_imput_radio:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: #fe0908;
    color: unset !important;
    border-radius: 50%;
}
.form_agree_check {
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 0;
    background: #f2f2f2;
    color: transparent;
    border: none;
    appearance: none;
    border: 1px solid #fe0908;
    background: transparent;
}
.form_agree_check:checked {
    background: transparent;
    border: 1px solid #fe0908;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form_agree_check:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    background: #fe0908;
    color: unset !important;
}


.form_row {
    border-bottom: 1px solid white !important;
}

.form_row_imput_radio {
    border: 1px solid #a84e1d;
    background: transparent;
}
.form_row_imput_radio:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: #a84e1d;
    color: unset !important;
    border-radius: 50%;
}

.form_agree_check {
    border: 1px solid #a84e1d;
}


.form {
    margin-top: 2%;
    width: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 6%;
    top: 28%;
}

.form_agree_check:checked {
    border: 1px solid #a84e1d;
}

.form_row > span {
    font-family: Pretendard-regular !important;
}
.form {
    margin-top: 2%;
    width: 35%;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: white;
    z-index: 1;
    margin-bottom: 7%;
    right: 13%;
    top: 7%;
}
.form_row_label {
    font-family: Pretendard-regular;
    color: black;
    white-space: nowrap;
    font-size: 1.2vw;
    width: 22% !important;
}

.form_row_imput_radio {
    border: 1px solid black;
    background: transparent;
}
.form_row_imput_radio:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: #ff5d00;
    color: unset !important;
    border-radius: 50%;
}


.form_row {
    border-bottom: 1px solid black !important;
}
.form_agree {
    display: flex
;
    justify-content: flex-end;
    align-items: center;
    width: 78%;
    margin-top: 5%;
    margin-bottom: 4%;
}

.form_agree_span {
    font-size: 1vw;
    font-family: Pretendard-regular;
    color: black;
}
.form_agree_check {
    border: 1px solid #002c46;
}
.form_agree_check:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    background: #002c46;
    color: unset !important;
}
.form_submit {
    display: flex
;
    justify-content: center;
    align-items: center;
    background: #002c46;
    padding: 1.5%;
    width: 76%;
    color: white;
    position: relative !important;
    margin-bottom: 17%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 0.5%;
    padding-bottom: 2%;
    cursor: pointer;
    text-align: center;
}
.form_agree_check:checked {
    border: 1px solid #002c46;
}
.form_submit {
    display: flex
;
    justify-content: center;
    align-items: center;
    background: #002c46;
    padding: 1.5%;
    width: 76%;
    color: white;
    position: relative !important;
    margin-bottom: 3%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 1.5%;
    padding-bottom: 2%;
    cursor: pointer;
    text-align: center;
}
.form_row > span {
    font-size: 1.3vw;
    margin-right: -18%;
    color: black;
}

.form_row_radio {
    padding-top: 2%;
    padding-bottom: 2%;
    justify-content: flex-start;
}
.form_row_imput_radio_1 {
    margin-right: 0;
}
.form_row > span {
    font-size: 1.1vw;
    margin-right: 0;
    color: black;
    white-space: nowrap;
}
.form_row > span {
    margin-right: 3% !important;
    margin-left: 3%;
}
.form_row_imput_radio {
    margin-right: 0;
}
.con24{
    background: black;
}

.con24_top{
    width: 22.7297%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 17%;
    margin-left: -36%;
    z-index: 2;
}
.con24_top_2nd{
    width: 15.748%;
    display: flex;
    justify-content: center;
    animation: blk 1s infinite;
    align-items: center;
    margin-left: -37.5%;
    margin-top: 1%;
    z-index: 2;

    margin-bottom: 13%;
}
.form_submit{
    background: transparent;
}
.form_agree_check {
    border: 1px solid black;
}
.form_agree_check:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    background: #ff5d00;
    color: unset !important;
}
.form_agree_check:checked {
    border: 1px solid black;
}
.form_agree_span {
    font-size: 1vw;
    font-family: Pretendard-regular !important;
    color: black;
}
.form_row_label{
    font-family: GmarketSansMedium !important;
}

.form_row_label_required::after {
    content: '*';
    font-family: Pretendard-regular;
    color: #cb1f39;
    white-space: nowrap;
    font-size: 1.1vw;
    position: absolute;
    right: 100%;
    width: 0%;
    bottom: 40%;
}
.form_row_label {
    width: 37% !important;
}
.con24_bg{
    width: 94%;
    height: 92%;
    background: white;
    border-radius: 50%;

}

.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: 13%;
    top: 7%;
}

.con24_bg {
    width: 94%;
    height: 85%;
    background: white;
    border-radius: 50%;
}
.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: 15%;
    top: 16%;
}

.form_row_label_3lettters {
    letter-spacing: 1.5vw;
}

.form_row_label_4lettters {
    letter-spacing: 0.67vw;
}
.form {
    margin-top: 2%;
    width: 35%;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: white;
    margin-bottom: 7%;
    right: 20%;
    top: 0;
    height: 28vw;
    z-index: 3;
    border-radius: 1vw;
    height: 24vw;
}

.form_submit {
    display: flex
;
    justify-content: center;
    align-items: center;
    background: #002c46;
    padding: 1.5%;
    width: 76%;
    color: white;
    position: relative !important;
    margin-bottom: 3%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 1.5%;
    padding-bottom: 2%;
    cursor: pointer;
    text-align: center;
    position: absolute !important;
}
.form_submit {
    color: white;
    position: relative !important;
    margin-bottom: 17%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 0.5%;
    padding-bottom: 2%;
    cursor: pointer;
    text-align: center;
}
.form_submit {
    color: white;
    position: relative !important;
    margin-bottom: 17%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 0.5%;
    padding-bottom: 2%;
    cursor: pointer;
    text-align: center;
    position: absolute !important;
    width: 30%;
    background: unset;
    left: 83%;
}
.form_agree {
    display: flex
;
    justify-content: flex-start;
    align-items: center;
    width: 78%;
    margin-top: 5%;
    margin-bottom: 4%;
}
.form_row_label_required::after {
    color: #ff5d00;
}
.form {
    margin-top: 2%;
    width: 67%;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: white;
    margin-bottom: 7%;
    right: unset;
    top: 11%;
    height: 28vw;
    z-index: 3;
    border-radius: 0;
    height: 25vw;
}
.form_row_label {
    font-size: 1vw;
}

.form_row > span {
    font-size: 1vw;
}

.form {
    margin-top: 2%;
    width: 67%;
    display: flex
;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 4.7%;
    background: white;
    margin-bottom: 7%;
    right: unset;
    top: 11%;
    height: 28vw;
    z-index: 3;
    border-radius: 0;
    height: 24vw
;
}

.form_submit {
    color: white;
    position: relative !important;
    margin-bottom: 0;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 0.5%;
    padding-bottom: 2%;
    cursor: pointer;
    text-align: center;
    position: absolute !important;
    background: unset;
    left: unset;
    width: 50%;
    top: unset;
    bottom: -9%;
}

section img{
    width: 100%;
}
.con2_top_2nd_ab{
    width: 104.418%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 0%;
    margin-left: 0%;
}
.con7_prev_ab{
    width: 100% !important;
}
.con7_next_ab{
    width: 100% !important;
}
.con8_top_2nd_ab{
    width: 92.9453%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 0%;
    margin-left: 0%;
}
.con9_top_3rd_ab{
    width: 94.3765%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con10_top_2nd_ab{
    width: 99.8618%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con14_con_top_3rd_con_top p{
    z-index: 2;
    position: relative;
}


.con17 {
    padding: 2% 0;
}


.con7_con{
    overflow: hidden;
}
.main_top_con{
    overflow: hidden;
}

.main_con_right_ab {
    right: 0%;
}

@keyframes headlightBlink {
    0%    { opacity: 0.2; }
    15%   { opacity: 0.8; }
    30%   { opacity: 1; }
    40%   { opacity: 0.7; }
    55%   { opacity: 1; }
    70%   { opacity: 0.6; }
    85%   { opacity: 1; }
    100%  { opacity: 0.3; }
}


.con3_vid_con_ab_5 {
    animation: blk 1s infinite ease-in-out;

}
@keyframes sodaBubblesNatural {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    10% {
        transform: translate(-0.3%, -0.8%) rotate(-0.3deg);
    }
    25% {
        transform: translate(0.5%, -1%) rotate(0.4deg);
    }
    40% {
        transform: translate(-0.2%, -1.2%) rotate(-0.2deg);
    }
    60% {
        transform: translate(0.4%, -0.6%) rotate(0.3deg);
    }
    80% {
        transform: translate(-0.2%, -1%) rotate(-0.3deg);
    }
    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}
.con2_top_9th_ab_2_ab {
    animation: sodaBubblesNatural 1.8s infinite ease-in-out;
    transform-origin: center bottom;
    will-change: transform;
}
.con03_15_con{
    overflow: hidden;
}

.con7_con_top_3rd_ab_ab{
    width: 100% !important;
}
.con7_con_top_3rd_ab_ab_on{
}
.con14_con_top_3rd_con_top_ab{
    width: 64%;
    height: 3.5vw;
    left: -1%;
}

.con2_top_3rd {
    text-align: center;
    margin-top: 5%;
}

.con08_menu_img {
    height: 75%;
    right: unset;
}


.con08_menu_img {
    height: 72%;
    right: unset;
}
.con10_swiper_div_y_top{
    font-size: 1.5vw;
}











































.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;
}
.header_menu_1_store{
    color: #0064de !important;
}

.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: #ff5d00 !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;
}



.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%;
}

.con3_vid_con video {
    filter: brightness(0.8);
}
.con3_vid_con iframe {
    filter: brightness(0.8);
}
.con3_vid_con iframe{
            width: 102%;
    height: 20vw;
}
.con7 iframe{
    height: 33vw;
    width: 128%;
    scale: 1.2;
}
.con7_con_top_3rd_ab_item{
    z-index: 10;
}
@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {



    .main_top_3rd {
        text-align: center;
        margin-top: 5.4%;
    }
    .main_top {
        width: 34.9606%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 46%;
        margin-left: -33%;
    }
    .main_top_2nd {
        width: 47.21%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-left: 25%;
    }

    .main_top_3rd {
        text-align: center;
        margin-top: 5.4%;
        margin-bottom: 9%;
    }
    .main_top_4th_top {
        width: 74.7664%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 37%;
        z-index: 2;
        margin-bottom: -53%;
    }

    .main_top_4th_ab {
        width: 36.126%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 10%;
        top: 9%;
    }
    .main_top_4th_ab_2 {
        width: 36.126%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 10%;
        top: 9%;
    }
    .main_top_4th_ab_ab_1 {
        top: 100%;
        font-size: 4vw;
    }
    .main_top_4th_ab_ab_1 span {
        font-size: 12.4vw;
    }
    .main_top_4th_ab_2_ab span {
        font-size: 12.4vw;
    }

    .main_top_4th_ab_2_ab {
        top: 100%;
        font-size: 4vw;
    }

    .main_ab {
        width: 50.7034%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 0;
        top: 8%;
    }
    .main_ab_2 {
        width: 50.3386%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 0;
        bottom: 40%;
    }

    .main_con_left_ab {
        width: 34.5092%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 0;
        top: 17%;
    }
    .main_con_right_ab {
        width: 36.7743%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: -4%;
        top: 18%;
    }


    .main_con_top {
        width: 83.9344%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 92%;
        margin-left: -3%;
    }


    .main_con_top_2nd {
        width: 82.3097%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: -3%;
        margin-left: -2%;
    }
    .main_con {
        z-index: 3;
    }
    .main_con_top {
        width: 87.9344%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 120%;
        margin-left: -3%;
    }
    .main_con_left_ab {
        width: 44.5092%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 0;
        top: 17%;
    }
    .main_con_right_ab {
        width: 46.7743%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: -4%;
        top: 18%;
    }
    .con1_con_top {
        text-align: center;
        margin-top: 12%;
        font-size: 4vw;
        line-height: 5.6vw;
        width: 80%;
    }
    .con1_con_top_3rd {
        width: 77%;
    }

    .con1_con_top_2nd {
        margin-top: 37.3%;
        border-top: 0.2vw #ff5d00 solid;
    }
    .con1_con_top_4th {
        margin-bottom: 13.8%;
        border-top: 0.2vw #ff5d00 solid;
    }

    .con1_con_top_3rd_ab {
        width: 36.477%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 60%;
        top: -68%;
    }
    .con1_con_top_3rd_ab_ab span {
        font-size: 8vw;
    }
    .con1_con_top_3rd_ab_ab {
        top: 110%;
        font-size: 4vw
    ;
    }
    .con1_con_top_2nd {
        margin-top: 78.3%;
        border-top: 0.2vw #ff5d00 solid;
    }

    .con1_con_top_3rd_ab {
        width: 36.477%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 34%;
        top: -157%;
        left: unset;
    }
    .con1_con_top_3rd_ab_2 {
        width: 37.477%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 29%;
        top: -77%;
    }
    .con1_con_top_3rd_ab_ab span {
        font-size: 11vw;
    }
    .con1_con_top_3rd_ab_2_ab span {
        font-size: 11vw;
    }
    .con1_con_top_3rd_ab_ab_2 {
        white-space: nowrap;
        top: 524%;
    }
    .con1_con_top_3rd_ab_2_ab {
        top: 110%;
        font-size: 4vw;
    }
    .con1_con_top_3rd_ab_2_ab_2 {
        white-space: nowrap;
        top: 530%;
    }
    .con2_mid_swiper_1_slide_con_top{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
    }

    .con2_mid_swiper_1 {
        width: 205%;
        margin-top: -9%;
        margin-bottom: 9%;
    }
    .con2_mid_swiper_1_slide_con_ab_2_ct {
        bottom: 20%;
        font-size: 11.3vw;
    }
    .con2_mid_swiper_1_slide_con_ab_2 {
        bottom: 33%;
        font-size: 4.3vw;
    }
    .con2_mid_swiper_1_slide_con_ab_3 {
        bottom: 15%;
        font-size: 3.9vw;
    }

    .con1 .con7_prev {
        left: 1% !important;
        top: unset !important;
        width: 8vw !important;
        height: 8vw !important;
        border-radius: unset;
        overflow: unset;
        left: 31.4% !important;
        bottom: 37%;
        transition: 0.4s background;
    }


    .con1 .con7_next {
        right: 1% !important;
        top: unset !important;
        width: 8vw !important;
        height: 8vw !important;
        border-radius: unset;
        overflow: unset;
        right: 31.4% !important;
        bottom: 37%;
        transition: 0.4s background;
    }



    .con2_top {
        width: 39.063%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }

    .con2_top_2nd {
        width: 89.8924%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3.4%;
    }
    .con2_top_3rd .bold_suit {
        font-size: 4.6vw;
        display: inline-block;
        text-align: center;
        line-height: 6vw;
    }
    .con2_top_3rd {
        text-align: center;
        margin-top: 5%;
    }
    .main_top_4th_ab_ab_2 {
        top: 323%;
        left: 67%;
        white-space: nowrap;
    }
    .con2_top_4th {
        margin-top: 7%;
        flex-wrap: wrap;
        width: 100%;
    }

    .con2_top_4th_item {
        width: 46.8848%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin: 0 1%;
        margin-bottom: 10%;
    }
    .con2_top_4th_item_ab_4 {
        width: 38.2006%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 59%;
        bottom: 29%;
    }
    .con2_top_4th_item_ab_5 {
        width: 38.2006%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 59%;
        bottom: 29%;
    }
    .con2_top_4th_item_ab_4{
        display: none;
    }

    .con2_top_4th_item_ab_5{
        display: none;
    }
    .con2_top_4th_item_ab_2 {
        width: 13.74157%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 60%;
        z-index: 1;
    }
    .con2_top_4th_item_ab_3 {
        width: 62.5104%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 14%;
    }
    .con2_top_4th_item_ab_2nd_2{
        width: 12.70493%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
    }
    .con2_top_4th_item_ab_2nd_3{
        width: 53.0465%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
    }

    .con2_top_5th {
        width: 48.1575%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 11%;
        margin-left: 0;
    }
    .con2_top_6th {
        width: 42.9081%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 3%;
    }
    .con2_top_7th {
        width: 54.4173%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 3%;
    }
    .con2_top_8th {
        width: 69%;
        margin-top: 3%;
        margin-bottom: 12%;
        text-align: center;
    }

    .con2_top_9th {
        bottom: 12%;
        right: unset;
        width: 100%;
        border-bottom: 0.2vw solid white;
        position: relative !important;
        margin-top: 31%;
        margin-bottom: 24%;
    }.con2_top_9th_ab_ab {
         top: 135%;
         text-align: center;
         white-space: nowrap;
     }
    .con2_top_9th_ab_ab_2nd {
        top: 110%;
        right: 13%;
    }
    .con2_top_9th_ab_ab_2 span {
        font-weight: 900;
        font-size: 6vw;
    }

    .con2_top_9th_ab_ab_2_2nd {
        bottom: 237%;
        right: 10%;
    }
    .con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(1) {
        color: white;
        font-size: 2.9vw;
    }
    .con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(2) {
        color: white;
        font-size: 2.9vw;
        background: unset;
        border-radius: 40px;
        color: white;
        font-family: Pretendard-bold;
        padding: 0 3%;
        margin-left: 2%;
    }

    .con3_mid_3rd {
        padding: 2.3% 0;
        border-top: unset;
        border-bottom: unset;
        margin-top: 8%;
        position: relative;
        bottom: 0;
        margin: 0;
    }
    .con4_top {
        font-size: 4vw;
        margin-top: 12%;
    }
    .con4_top_2nd {
        margin-top: 2.4%;
        width: 207%;
    }

    .con4_top_3rd_1 {
        width: 65.7717%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 36%;
        margin-left: 0%;
        margin-bottom: -13%;
    }.con4_top_3rd_ab_1 {
         width: 29.9711%;
         display: flex
     ;
         justify-content: center;
         align-items: center;
         margin-top: 0%;
         margin-left: 0%;
         top: 12%;
         right: 62%;
     }
    .con4_top_3rd_ab_2 {
        width: 29.0236%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        top: 58%;
        right: 63%;
    }
    .con4_top_3rd_ab_3 {
        width: 48.4278%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 51%;
        bottom: 51%;
        z-index: 2;
    }
    .con4_top_3rd_ab_4 {
        width: 48.4278%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        top: 52%;
        left: 51%;
        background: #0000007a;
        border-radius: 56vw;
    }
    .con5_top {
        font-size: 4.55vw;
        margin-top: 15%;
    }
    .con5_top_2nd {
        width: 61.4121%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3.3%;
        margin-left: 0%;
    }


    .con11_mid_bottom {
        width: 303% !important;
    }
    .con11_swiper_item_img {
        width: 100% !important;
        overflow: hidden;
        height: 45vw;
    }
    .con7_prev {
        top: unset !important;
        width: 8vw !important;
        height: 8vw !important;
    }
    .con7_next {
        top: unset !important;
        width: 8vw !important;
        height: 8vw !important;
    }

    .con5_ab {
        width: 8.56955%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 7%;
        top: 23%;
    }

    .con5_ab_2 {
        width: 8.56955%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: 7%;
        top: 23%;
    }


    .con6_top {
        width: 5.10236%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: -7%;
        margin-left: 0%;
    }
    .con6_top_2nd {
        width: 26.34383%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        margin-left: 0%;
    }
    .con6_top_3rd {
        font-size: 8vw;
        margin-top: 5%;
        margin-bottom: 3.6%;
    }
    .con6_top_4th {
        width: 86.2756%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 1%;
        margin-left: 0%;
    }
    .con6_top_5th {
        text-align: center;
        margin-top: 2%;
    }

    .con10_swiper_y_left_3rd {
        margin-top: 27.5%;
        width: 300%;
    }

    .con6 .con10_swiper_slide_y.swiper-slide-next .con10_swiper_div_y{
        transform: translateX(50%);
    }


    .con6 .con10_swiper_slide_y.swiper-slide-next +.con10_swiper_slide_y +.con10_swiper_slide_y +.con10_swiper_slide_y .con10_swiper_div_y{
        transform: translateX(-50%);
    }
    .con6 .con7_prev {
        left: 1% !important;
        top: unset !important;
        width: 8vw !important;
        height: 8vw !important;
        border-radius: unset;
        overflow: unset;
        left: 36.4% !important;
        bottom: 53%;
        transition: 0.4s background;
    }

    .con6 .con7_next {
        right: 1% !important;
        top: unset !important;
        width: 8vw !important;
        height: 8vw !important;
        border-radius: unset;
        overflow: unset;
        right: 36.4% !important;
        bottom: 53%;
        transition: 0.4s background;
    }
    .con10_swiper_y_left_3rd_ab_2{
        display: none;
    }
    .con10_swiper_y_left_3rd_ab_3{
        display: none;
    }
    .con10_swiper_y_left_3rd_ab_4{
        display: none;
    }
    .con10_swiper_y_left_3rd_ab_5{
        display: none;
    }
    .con6_ab {
        width: 38.2388%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        top: -8%;
        left: 0;
    }

    .con6_ab_2 {
        width: 36.4462%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: 0%;
        top: -13%;
    }
    .con7_con_top {
        font-size: 4.5vw;
        margin-top: 15%;
    }
    .con7_con_top_2nd {
        margin-top: 2.2%;
        width: 218%;
    }
    .con7_con_top_3rd {
        width: 89%;
        margin-top: 5.5%;
        height: 47vw;
        overflow: hidden;
    }
    .con7_con_ab {
        width: 31.5879%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 16%;
        margin-left: -9%;
        z-index: 2;
        left: 6%;
    }

    .con7_con_top_4th {
        width: 89%;
        border: 0.15vw solid white;
        border-radius: 1.5vw;
        margin-top: 4.5%;
        margin-bottom: 8%;
        padding-top: 4.2%;
        padding-bottom: 4.4%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-left: 0%;
    }
    .con7_con_top_4th_top {
        width: 86%;
        font-size: 5.3vw;
    }
    .con7_con_top_4th_ab {
        width: 19.2143%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 70%;
        top: 18%;
    }
    .con7_con_top_5th {
        width: 55.3747%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: -1%;
        margin-left: 0%;
    }
    .con7_con_top_6th {
        width: 43.7147%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: -4.6%;
        margin-left: 4%;
    }
    .con7_con_top_7th {
        width: 10.96427%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: -1%;
        margin-bottom: 1%;
    }
    .con7_con_top_8th {
        margin-top: 0%;
        margin-left: 0%;
        bottom: -16%;
        right: 0;
        width: 53.2598%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 2;
    }

    .con7_con_top_5th {
        width: 55.3747%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: -1%;
        margin-left: -26%;
    }
    .con7_con_top_6th {
        width: 43.7147%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: -4.6%;
        margin-left: -21%;
    }

    .con7_con_top_7th {
        width: 10.96427%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 1%;
        margin-left: -27%;
        margin-bottom: 1%;
    }

    .con7_con_top_8th {
        margin-top: 0%;
        margin-left: 0%;
        bottom: -12%;
        right: 0;
        width: 56.2598%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 2;
    }
    .con8_top {
        width: 35.2231%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 18%;
        margin-left: 0%;
    }

    .con8_top_2nd {
        width: 75.7638%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-left: 0%;
    }
    .con8_top_3rd {
        text-align: center;
        margin-top: 3%;
        font-size: 3.8vw;
        line-height: 4.7vw;
    }
    .con08_tab_wrap {
        border-top: unset;
        border-bottom: unset;
        flex-wrap: wrap;
    }
    .con08_tab {
        width: 23.9%;
        height: 9vw;
    }
    .con08_tab p {
        font-size: 3.3vw;
    }

    .con08_tab_ab {
        width: 91.5192%;
    }

    .con08_tab_wrap {
        height: 19.2vw;
    }



    div.con08_menu {
        width: 85%;
        height: 93vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con08_menu_con {
        height: 37vw;
        width: 37vw;
        border: 1px solid black;
        border-radius: 1vw;
    }
    .con08_menu_wrap {
        margin-top: 3%;
        margin-bottom: 18%;
    }
    .con08_menu_ab {
        height: 10.6vw;
    }
    .con8_scrx {
        padding: 2.8% 0;
        width: 150%;
    }
    .con8 .con7_prev {
        top: unset !important;
        width: 8vw !important;
        height: 8vw !important;
        left: 3% !important;
    }
    .con8 .con7_next {
        top: unset !important;
        width: 8vw !important;
        height: 8vw !important;
        right: 3% !important;
    }


    .con9_top {
        width: 26.4987%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0;
    }
    .con9_top_2nd {
        width: 25.9711%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3.8%;
        margin-left: 0;
    }
    .con9_top_3rd {
        width: 68.4698%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0;
        margin-top: 2%;
    }
    .con9_top_4th {
        width: 47.9475%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-left: 0;
    }
    .con9_top_5th {
        margin-bottom: 17%;
        width: 80%;
        margin-top: 4%;
        font-size: 3.4vw;
        text-align: center;
    }
    .con9_ab_con{
        position: relative !important;
    }

    .con9_ab_con {
        width: 35%;
        height: 20vw;
        width: 93%;
        height: 92vw;
        display: flex
    ;
        justify-content: center;
        align-items: flex-end;
        right: unset;
        bottom: 21%;
        margin-bottom: 8%;
    }
    .con9_ab_top {
        top: 30%;
        font-size: 4.45vw;
    }
    .con9_ab_top_2nd span {
        font-size: 13vw;
    }
    .con9_ab_top_2nd {
        font-size: 5vw;
        top: 41%;
    }
    .con9_ab_2 .bold_suit.green {
        font-size: 8.4vw;
    }
    .con9_top_5th {
        margin-bottom: 0;
        width: 80%;
        margin-top: 4%;
        font-size: 3.4vw;
        text-align: center;
    }
    .con9_bg {
        filter: brightness(0.45);
        height: auto;
        width: 315%;
    }

    .con10 .con10_swiper_y_left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 20%;
        overflow: hidden;
        left: 52.5%;
        top: 71%;
        pointer-events: none;
        bottom: 0;
        width: 159%;
    }
    .con10 .con10_swiper_y_right{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 20%;
        overflow: hidden;
        right: 52.5%;
        top: 71%;
        pointer-events: none;
        bottom: 0;
        width: 159%;
    }

    .con10_top {
        font-size: 4vw;
        margin-top: 15%;
    }
    .con10_top_2nd{
        width: 82.3176%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3.4%;
        margin-left: 0%;
    }
    .con10_top_3rd {
        width: 82.1785%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
        margin-left: 0%;
    }
    .con10_swiper_y_left_4th {
        width: 82%;
        overflow: hidden;
        margin-top: 4%;
        border: 0.15vw solid #ff5d00;
        margin-bottom: 43.3%;
    }
    .con10_con_2nd .con10_swiper_div_y {
        width: unset;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        height: 43vw;
        overflow: hidden;
    }

    .con10_con_2nd {
        background: url(/images/con10_bg_2.jpg) no-repeat center / cover;
        padding: 6% 0;
        z-index: 5;
    }
    .con11_top {
        font-size: 4vw;
        margin-top: 15%;
    }
    .con11_top_2nd {
        margin-top: 3%;
        width: 254%;
    }
    .con11_top_3rd {
        font-size: 4vw;
        margin-top: 4%;
        text-align: center;
        width: 70%;
        line-height: 5vw;
    }
    .con11_top_4th {
        width: 89.2493%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 28.5%;
        margin-left: 0%;
    }


    .con11_top_5th {
        width: 83.6745%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 14%;
        margin-left: 0;
        margin-bottom: 8%;
    }


    .con11_top_5th_ab {
        color: white;
        top: 100%;
        font-size: 2.75vw;
        left: unset;
        letter-spacing: -0.08vw;
        text-align: center;
    }
    .con11_top_5th {
        width: 83.6745%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 14%;
        margin-left: 0;
        margin-bottom: 18%;
    }
    .con11_top_5th_ab_2 {
        color: white;
        bottom: 101%;
        left: unset;
    }

    .con11_top_4th_ab_2 {
        width: 30.8332%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        right: unset;
        margin-left: 0%;
        top: -62%;
    }.con11_top_4th_ab_2_ab {
         top: 125%;
         left: 0%;
         font-size: 4.2vw;
     }
    .con11_top_4th_ab_2_ab span {
        font-size: 11.5vw;
    }
    .con11_top_4th_ab_2_ab {
        top: 125%;
        left: unset;
        font-size: 3.7vw;
    }
    .con11_top_4th_ab_2_line {
        border-top: 0.1vw solid white;
        width: 90%;
        right: unset;
        top: -41%;
    }.con11_top_4th_ab_3 {
         width: 30.8332%;
         display: flex
     ;
         justify-content: center;
         align-items: center;
         margin-top: 0%;
         margin-left: 0%;
         right: unset;
         margin-left: 0%;
         top: -35%;
     }
    .con11_top_4th {
        width: 89.2493%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 80.5%;
        margin-left: 0%;
    }
    .con11_top_4th_ab_2 {
        width: 30.8332%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        right: unset;
        margin-left: 0%;
        top: -77%;
    }
    .con11_top_4th_ab_2_ab {
        top: 125%;
        left: unset;
        font-size: 4.7vw;
    }

    .con11_scrx {
        background: black;
        padding: 4% 0;
        border-top: 0.15vw solid #ff5d00;
        width: 280%;
    }

    .con12_con_top {
        width: 72.7192%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 10%;
        margin-left: 0%;
    }

    .con12_con_top_2nd {
        width: 100%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
        margin-bottom: 11%;
        z-index: 2;
        flex-direction: column;
    }


    .con12_ab {
        width: 21.5748%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        z-index: 1;
        left: 0;
        top: -3%;
        display: none;
    }
    .con12_ab_2{
        display: none;

    }
    .con12_con {
        background: white;
        width: 100%;
        margin: 0;
    }


    .con12_con_top_2nd_ab_2 {
        width: 25.5775%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        top: -22%;
        left: 70%;
    }
    .con12_con_top {
        width: 63.7192%;
        display: flex
    ;
        justify-content: center;
        align-items: center;

        margin-top: 42%;
    }

    .con12_con_top_2nd_ab_2 {
        width: 25.5775%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        top: -36%;
        left: unset;
    }

    .con12_con_top {
        width: 76.7192%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 42%;
    }
    .con13_top {
        width: 59.8766%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
    }
    .con13_top_2nd_item {
        width: 47.3759%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin: 1%;
    }
    .con13_top_3rd {
        text-align: center;
        margin-top: 4%;
        margin-bottom: 11%;
        width: 78%;
    }
    .con13_top_2nd_item_ab {
        width: 17.3182%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: -11%;
        z-index: 3;
    }

    .con14_con_top {
        color: white;
        font-size: 4vw;
        margin-top: 10%;
    }
    .con14_con_top_2nd {
        width: 70.3802%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-left: 0%;
    }
    .con14_con_top_3rd {
        width: 92%;
        background: black;
        z-index: 2;
        margin-top: 3.6%;
    }
    .con14_con_top_3rd_con_top {
        font-size: 6vw;
        margin-top: 7%;
    }
    .con14_con_top_3rd_con_top_2nd {
        text-align: center;
        margin-top: 3%;
        margin-bottom: 8%;
        width: 80%;
    }
    .con14_con_top_3rd_con_top_ab{
        width: 36%;
        height: 7vw;
    }

    .con14_con_top_3rd_con_top_ab {
        width: 39%;
        height: 8vw;
        left: -2.6%;
        top: -2%;
    }
    .con14_con_top_5th {
        width: 35.0649%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-left: 0%;
        margin-bottom: 12%;
    }

    .con14_con_top_4th {
        margin-top: 5%;
    }
    .con14_con_top_5th {
        width: 35.0649%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-left: 0%;
        margin-bottom: 19%;
    }

    .con14_ab_3 {
        width: 53.2257%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        z-index: 3;
        bottom: -7%;
        left: 0;
    }

    .con14_ab {
        width: 25.6378%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 0;
        z-index: 1;
        top: 8%;
    }
    .con14_ab_2 {
        width: 26.1654%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: 0;
        z-index: 1;
        top: 8%;
    }
    .con15_top {
        width: 60.6667%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 14%;
        margin-left: 0%;
    }
    .con15_top_2nd {
        font-size: 4vw;
        margin-top: 4%;
    }

    .con15_ab {
        width: 9.51181%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 3%;
    }
    .con16_top {
        width: 64.6115%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
    }

    .con16_top_2nd {
        font-size: 4vw;
        margin-top: 5.3%;
        width: 71%;
        text-align: center;
        line-height: 6vw;
    }

    .con10_swiper_y_left_6th {
        width: 133.6%;
        overflow: hidden;
        margin-left: 72%;
        margin-top: 5%;
        margin-bottom: 14%;
    }
    .con10_swiper_y_left_7th {
        width: 30vw
    ;
        height: 30vw;
        background: #ff5d00;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 50%;
        left: 3.5%;
        z-index: 1;
        top: 39%;
        box-shadow: 1px 1px 30px -10px black;
        overflow: hidden;
    }
    .con10_swiper_div_y_top {
        margin-bottom: 1%;
        font-size: 4vw;
    }
    .con10_swiper_div_y_top_2nd {
        text-align: center;
        font-size: 3.5vw;
    }
    .con10_swiper_y_left_6th {
        width: 133.6%;
        overflow: hidden;
        margin-left: 72%;
        margin-top: 5%;
        margin-bottom: 40%;
    }
    .con10_swiper_y_left_7th {
        width: 42vw;
        height: 42vw;
        background: #ff5d00;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 12vw;
        left: unset;
        z-index: 1;
        top: 60%;
        box-shadow: 1px 1px 30px -10px black;
        overflow: hidden;
    }
    .con10_swiper_div_y_top {
        margin-bottom: 2%;
        font-size: 5vw;
    }
    .con7_prev_ab {
        font-size: 6.5vw;
    }
    .con7_next_ab {
        font-size: 6.5vw;
    }
    .con10_swiper_div_y_top {
        margin-bottom: 2%;
        font-size: 4.3vw;
        text-align: center;
    }
    .con10_swiper_y_left_7th {
        width: 49vw;
        height: 48vw;
        background: #ff5d00;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 12vw;
        left: unset;
        z-index: 1;
        top: 58%;
        box-shadow: 1px 1px 30px -10px black;
        overflow: hidden;
    }
    .con10_swiper_y_left_6th {
        width: 172.6%;
        overflow: hidden;
        margin-left: 92%;
        margin-top: 5%;
        margin-bottom: 55%;
    }

    .con10_swiper_y_left_6th_line_1 {
        border-top: 0.1vw #ff5d00 solid;
        top: 61.7%;
        width: 100%;
    }
    .con10_swiper_y_left_6th_line {
        border-top: 0.1vw #ff5d00 solid;
        top: 29.5%;
        width: 100%;
    }
    .con10_swiper_y_left_6th_line_2 {
        left: 9.2%;
        height: 100%;
        border-left: 0.1vw #ff5d00 solid;
    }
    .con10_swiper_y_left_6th_line_3 {
        left: 7.8%;
        height: 100%;
        border-left: 0.1vw #ff5d00 solid;
    }
    .con10_swiper_y_left_6th_line_4 {
        left: 6.4%;
        height: 100%;
        border-left: 0.1vw #ff5d00 solid;
    }
         .con10_swiper_y_left_6th_line_5 {
             right: 7.6%;
             height: 100%;
             border-left: 0.1vw #ff5d00 solid;
             z-index: 3;
         }

    .swiper-pagination-bullet {
        width: 1.5vw;
        height: 1.5vw;
        border: 0.1vw solid white;
        background: transparent;
    }
    .swiper-pagination-bullet-active {
        background: white;
    }
    .con17 {
        background: white;
        padding: 2% 0;
        flex-direction: column;
    }
    .con17_left {
        width: 92%;
        background: url(/images/con17_bg_1.jpg) no-repeat center / cover;
        height: unset;
        border: 1px solid black;
    }
    .con17_left_top {
        width: 42.7151%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 14%;
        margin-left: -40%;
    }

    .con17_left_top_2nd {
        width: 66.2737%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        margin-left: -19%;
    }
    .con17_left_top_3rd {
        font-size: 3.9vw;
        line-height: 5.8vw;
        width: 85%;
        margin-top: 3%;
        z-index: 45;
    }
    .con17_left_top_4th {
        width: 53.1397%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: -39%;
        margin-bottom: 14%;
    }

    .con17_ab {
        width: 41.8827%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        bottom: 0%;
        right: 0;
    }
    .con17_left_top_4th_ab{
        width: 78.9653%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
    }

    .con17_right {
        width: 92%;
        background: url(/images/con17_bg_2.jpg) no-repeat center / cover;
        height: unset;
    }






    .form {
        position: relative;
        right: auto;
        margin-bottom: 48%;
        margin-top: 0%;
        width: 93%;
        padding-top: 0%;
        z-index: 3;
        border-radius: 4vw;
        height: 78vw;
    }
    .form_row_label {
        font-size: 3.5vw;
    }
    .form_row_label_required::after {
        font-size: 3.1vw;
    }
    .form_row {
        padding-bottom: 0%;
        padding-left: 3%;
        padding-top: 0%;
        margin-top: 1%;
    }
    .form_agree_span {
        font-size: 3vw;
    }
    .form_row_imput {
        width: 70%;
        height: 9.8vw;
        background: transparent;
        border: none;
        font-size: 3.2vw;
        font-family: 'Pretendard-Regular';
        outline: none;
    }
    .form_row > span {
        font-size: 3.1vw;
        margin-right: 0;
        color: black;
        white-space: nowrap;
    }
    .form_row_imput_radio {
        width: 3.5vw;
        height: 3.5vw;
        border: 1px solid black;
        background: transparent;
    }
    .form_row_imput_radio:checked::after {
        content: "";
        width: 3vw;
        height: 3vw;
        position: absolute;
        background: #002c46;
        color: unset !important;
        border-radius: 50%;
    }
    .form_row_radio {
        padding-top: 2%;
        padding-bottom: 2%;
        justify-content: flex-start;
    }
    .form_submit {
        color: white;
        position: relative !important;
        margin-bottom: 17%;
        font-size: 1.6vw;
        font-family: pretendard-bold;
        border-radius: 0;
        padding-top: 0.5%;
        padding-bottom: 2%;
        cursor: pointer;
        text-align: center;
        position: absolute !important;
        width: 36%;
        background: unset;
        left: auto;
        bottom: -46%;
    }
    .form_agree_check {
        width: 2vw;
        height: 2vw;
    }

    .form {
        position: relative;
        right: auto;
        margin-bottom: 25%;
        margin-top: 13%;
        width: 93%;
        padding-top: 2%;
        z-index: 3;
        border-radius: 0;
        height: 78vw;
    }
    .form_submit {
        color: white;
        position: relative !important;
        margin-bottom: 17%;
        font-size: 1.6vw;
        font-family: pretendard-bold;
        border-radius: 0;
        padding-top: 0.5%;
        padding-bottom: 2%;
        cursor: pointer;
        text-align: center;
        position: absolute !important;
        width: 69%;
        background: unset;
        left: auto;
        bottom: -30%;
    }
    .form_row_imput_radio:checked::after {
        background: #ff5d00;
    }

    .con7_con_ab {
        width: 31.5879%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: -18%;
        margin-left: -9%;
        z-index: 2;
        left: 6%;
    }
    .con7_con {
        overflow: hidden;
        margin: 3% 0;
    }
    .con17 {
        background: white;
        padding: 4% 0;
        flex-direction: column;
    }

    .con10_swiper_y_left_3rd_ab {
        width: 11.39895%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        z-index: 2;
        top: -35%;
        right: 37%;
    }    .con12_con_top_2nd_ab_2 {
             width: 30.5775%;
             display: flex
         ;
             justify-content: center;
             align-items: center;
             margin-top: 0%;
             margin-left: 0%;
             top: -38%;
             left: unset;
         }

    .con13_top_2nd {
        flex-wrap: wrap;
        width: 97%;
    }
    .con13_top {
        width: 67.8766%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
    }
    .con14_con_top {
         color: white;
         font-size: 5vw;
         margin-top: 12%;
     }
    .con10_swiper_y_left_7th {
        width: 53vw;
        height: 48vw;
    }

    .con16 .con7_prev {
        left: 3.4% !important;
    }
    .con16 .con7_next {
        right: 3.4% !important;
    }

    .main_con_2nd{
        z-index: 4;
    }
    .con2_top_3rd{
        width: 68%;
        font-size: 3.3vw;
    }

    .con9_ab_2 .bold_suit.green {
        font-size: 10.4vw;
    }
    .con9_ab_2{
        z-index: 1;
    }

    .con10 .con7_prev {
        left: 1% !important;
        top: unset !important;
        width: 8vw !important;
        height: 8vw
        !important;
        border-radius: unset;
        overflow: unset;
        left: 0% !important;
        bottom: 42%;
    }

    .con10 .con7_next {
        right: 1% !important;
        top: unset !important;
        width: 8vw !important;
        height: 8vw
        !important;
        border-radius: unset;
        overflow: unset;
        right: 0% !important;
        bottom: 42%;
    }


    .con13_top_2nd_item_ab {
        display: none;
    }
    .con2_top_9th_ab_2_ab{
        width: 322.768%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
    }
    .con10_swiper_y_left_7th{
        border-radius: 5vw;
    }
    .con17_ab {
        width: 39.8827%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        bottom: -14%;
        right: -4%;
    }
    
    

    
    
    
    
    
    

.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;
    }
    
    
    
    .con2_top_4th_item_con{
        overflow: hidden;
    }
    .con2_top_4th_item_con img{
        width: 200% !important;
    }
    .con2_top_4th_item_ab_3 {
        width: 62.5104%;
        display: flex
;
        justify-content: center;
        align-items: center;
        bottom: 36%;
    }
    .con2_top_4th_item_ab_4 {
        bottom: 5%;
        display: flex;
    }
        .con2_top_4th_item_ab_5 {
        bottom: 5%;
        display: flex;
            
    }
.con4_top_3rd_ab_3 {
        width: 48.4278%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 51%;
        bottom: 64%;
        z-index: 2;
    }
    .con4_top_3rd_ab_4 {
        top: 66%;
    }
    
.con3_vid_con iframe {
    width: 102%;
    height: 38vw;
}
.con7 iframe {
    height: 37vw;
    width: 127%;
    scale: 1.2;
}    
}
