* {
    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 15s infinite linear;
}
.rotatereverse{
    animation: rotate360 15s infinite linear reverse;
}
.pointer{
    cursor: pointer;
}
.blk{
    animation: blk 1s infinite;
}
.scaleopa1{
    animation: scaleOpa 2s infinite;
}

.scaleopa2{
    animation: scaleOpa2 2s infinite;
}

/* 까딱까딱 애니메이션 */
@keyframes tiltLeftBottom {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-2deg) translate(-0.5vw, 0.5vw);
    }
    50% {
        transform: rotate(0deg);
    }
    75% {
        transform: rotate(-1.5deg) translate(-0.3vw, 0.4vw);
    }
    100% {
        transform: rotate(0deg);
    }
}
@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;
    }
}
@keyframes shakeAndFall{
    0% {
        transform: translate(0, -100%) rotate(0);
        opacity: 0;
    }
}
@keyframes rotate_img10deg {
    0% {
        transform: rotate(10deg);
    }
    49% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    99% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(10deg);
    }
}




.main_top_4th_ab{
    animation: smoke 2s infinite;
    bottom: 30%;
}





.main_top{
    width: 3.2021%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12%;
    margin-left: 0%;
}
.main_top_2nd{
    width: 12.8084%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 1%;
    margin-left: 0%;
}
.main_top_3rd{
    width: 20.7874%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5%;
    margin-left: 0%;
}
.main_top_4th{
    width: 39.7375%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5%;
    margin-left: 0%;
    margin-bottom: -9%;
}

.main_bgvid{
    width: 91%;
}
.main_bgvid video{
    filter: brightness(0.25);

}
.main_bg{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 0;
}
.main_bg2{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 0;
}
.main_bg3 {
    width: 96.6404%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: -1%;
    top: 4%;
}
.main{
    background: #060403;
}
.main_bgvid {
    width: 91%;
    top: 14%;
    border: 2px solid #28221f;
}
.main_ab{
    width: 13.3333%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 13%;
    top: 56%;
}
.main_ab2{
    width: 13.3333%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 13%;
    top: 56%;
}
.main_ab_ab{
    top: 32%;
    font-size: 1.1vw;
}
.main_ab_ab2{
    font-size: 1.2vw;
    right: 70%;
    bottom: 28%;
}
.main_ab_ab3{
    font-size: 2.5vw;
    bottom: 21%;
    left: 32%;
}
.main_ab_ab3 .ct_1{
    font-size: 4.5vw;

}
.main_ab_ab4 span{
    font-size: 4.5vw;

}
.main_ab_ab4 {
    font-size: 2vw;
    bottom: 22%;
    left: unset;
}
.main_2nd{
    height: 2.7vw;
}
.main_2nd_top{
    width: 28.6614%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;margin-left: 4.6%;
    margin-left: 0%;
}
.main_2nd_ab{
    width: 1.52231%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con1{
    background: url(/images/con01_10.jpg) no-repeat center / cover;

}
.con1_top{
    width: 42.0472%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 6%;
}
.con1_ab_bg{
    border: 1px solid var(--mc);
    width: 105%;
    height: 106%;
    border-top: unset;
    top: 0;
    height: 102.5%;
}
.con1_top_ab{
    width: 60.9238%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 20%;
}
.con1_top_ab2{
    top: 38%;
    text-align: center;
}

.con1_top_ab2 p {
    margin-bottom: 8%;
    line-height: 1.9;
}
.con1_top_ab2_ab{
    bottom: 14%;
    border-bottom: 1px solid black;
    position: absolute;
    width: 85%;
    text-align: center;
    display: flex;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
}
.con1_top_ab4{
    width: 15.8484%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 90%;
}
.con1_top_ab3{
    width: 9.10971%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 18%;
    top: 81%;
}
.con1_top_ab3ab{
    width: 125.564%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 43%;
    bottom: 47%;
}
.con1_top_ab5{
    width: 36.5879%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 3.5%;
    bottom: -20%;
    z-index: 2;
}
.con1_top_ab6{
    width: 37.2178%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    z-index: 2;
    bottom: -12%;
    right: 0;
}
.con1_top_ab7{
    width: 13.3858%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    z-index: 23;
    left: 11%;
    top: 27%;
}
.con1_top_ab8{
    width: 14.5932%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    z-index: 23;
    right: 11%;
    top: 27%;
}
.con2_top{
    font-size: 3.3vw;
    margin-top: 8.4%;
    overflow: hidden;
}
.con2_top_2nd{
    margin-top: 1%;
}

.con7_prev:after,.con7_next:after {
    content: unset !important;
}

.con7_prev {
    left: 1% !important;
    top: unset !important;
    width: 1.5vw !important;
    height: 4vw !important;
    border-radius: 50%;
    overflow: hidden;
    left: -4% !important;
    bottom: 37%;
    transition: 0.4s background;
    scale: -1;
    overflow: unset;
}
.con7_next {
    right: 1% !important;
    top: unset !important;
    width: 1.5vw !important;
    height: 4vw !important;
    border-radius: 50%;
    overflow: hidden;
    right: -4% !important;
    bottom: 37%;
    transition: 0.4s background;
    overflow: unset;
}

.con11_mid_bottom{
    width: 65%;
    margin-top: 3%;
}
.con11_mid_swiper_1_slide{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con11_mid_swiper_1{
    overflow: hidden;
}
.con11_swiper_item_img{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 98%;
    border-radius: 1.5vw;
    overflow: hidden;
}
.con11_swiper_item_img iframe{
    width: 100%;
}
.con2_top_3rd{
    width: 64%;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-top: 2%;
    margin-bottom: 5%;
}
.con2_top_3rd_img{
    width: 4.10172%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-left: 0%;
    margin-bottom: 2%;
}
.con2_top_3rd_ab{
    width: 8.03938%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 0;
}
.con2_top_3rd_ab2{
    width: 7.46514%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 0;
}
.con3{
    background: url(/images/con03_02.jpg) no-repeat center / cover;
}
.con3_top_2nd{
    width: 72%;
    margin-top: 2%;
    margin-bottom: 21%;
}
.con3_ab{
    width: 27.4541%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 44%;
    bottom: -9%;
}
.con3_right{
    width: 46%;
    background: white;
    top: 0;
    left: 50%;
    height: 100%;
    justify-content: flex-start;
}
.con3_top{
    width: 72%;
    font-size: 3.2vw;
    margin-top: 7%;
    line-height: 1.2;
}
.con3_right_item{
    height: 100%;
    justify-content: flex-start;
}
.con3_right_item_top{
    font-size: 2.1vw;
    margin-top: 13%;
    width: 72%;
}
.con3_right_item_top_2nd{
    width: 71%;
    margin-top: 4%;
}
.con3_right_item_top_3rd1{
    width: 73.6301%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
    margin-left: 0%;
}
.con3_top_3rd_ab{
    width: 84.9612%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 0;
    top: -32%;
}
.con3_top_3rd_ab3{
    width: 41.0853%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con3_top_3rd_ab1{
    width: 8.52713%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    left: 13%;
    margin-left: 0%;
    top: -12%;
}
.con3_top_3rd_ab2{
    width: 8.52713%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: -12%;
    z-index: 2;
}
.con3_top_3rd_ab4{
    left: 13%;
    font-weight: 600;
    bottom: 8%;
}
.con3_top_3rd_ab5{
    font-weight: 600;
    bottom: 8%;
}
.con3_top_3rd_ab6{
    right: 13%;
    font-weight: 600;
    bottom: 8%;
}

.con3_top_3rd_ab7{
    left: 11.4%;
    bottom: -18%;
}
.con3_top_3rd_ab8{
    bottom: -18%;


}
.con3_top_3rd_ab9{
    right: 12.4%;
    bottom: -18%;


}

.con3_right_item_top_3rd1 {
    width: 73.6301%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
    margin-left: 0%;
    margin-bottom: 19%;
}
.con3_right_item {
    height: 100%;
    justify-content: flex-start;
    border: 1px solid black;
    box-sizing: border-box;
}
.con3_right_item2{
    background: #f1f1f1;
    padding-top: 5%;
}

.con3_right_item2 .con3_right_item_top {
    font-size: 2.1vw;
    margin-top: 9%;
    width: 72%;
}
.con3_right_item2 {
    padding-bottom: 11%;
}
.con3_right_item3_top_2nd{
    width: 78.3753%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    margin-left: 0%;
}
.con3_right_item3_top_2nd_ab{
    width: 22.1898%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 6%;
}
.con3_right_item3_top_2nd_con{
    margin-top: 5%;
    margin-bottom: 12%;
}
.con3_right_item3_top_2nd_con_2{
    width: 17.7346%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 4%;
    margin-right: 4%;
}
.con3_right_item4{
    background: #f1f1f1;
}
.con3_right_item4_top_2nd_con{
    margin-top: 7%;
    align-items: flex-start;
    margin-left: 30%;
}
.con3_right_item4_top_2nd_con_top{
    width: 26.087%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 3%;
}
.con3_right_item4_ab{
    width: 44.508%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 8%;
    right: 4%;
}
.con3_right_item4_abab{
    width: 40.617%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 23%;
    left: 15%;
}
.con3_right_item4_top_2nd_con_ab{
    width: 3.43249%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 24%;
    top: 22%;
}
.con3_right_item4_top_2nd_con_ab2{
    width: 3.43249%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 24%;
    bottom: 22%;
}
.con3_right_item4_top_2nd_con_top_ab{
    top: 22%;
}
.con3_right_item4_top_2nd_con_top_ab2{
    top: 44%;
    font-size: 2vw;
}
.con4{
    background: #f1f1f1;

}

.con4_toppr{
    width: 20.4724%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 14%;
    margin-left: -47%;
}
.con4_top{
    width: 27.0866%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -14%;
    margin-left: 0%;
}
.con4_topab{
    width: 118.217%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 18%;
}
.con4_topab2{
    width: 30.2326%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: -5%;
    left: 58%;
}
.con4_topab3{
    width: 46.8992%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 72%;
    top: 55%;
}
.zin{
    z-index:2;
}
.con4_top_2nd{
    margin-left: 50%;
    text-align: right;
    margin-top: -6%;
}
.con4_top_2nd_ab{
    border-bottom: 1px solid black;
    bottom: -2%;
}
.con4_top_3rd{
    width: 26.3517%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5%;
    margin-left: 39%;
    margin-bottom: 9%;
}
.con4 .mySwiper{
    width: 43%;
    left: 65%;
    top: 18%;
}
.con4 .mySwiper2{
    width: 43%;
    right: 65%;
    bottom: 18%;
}
.con5{
    background: url(/images/con05_12.jpg) no-repeat center / cover;
}
.con5_top3rd1{
    background: white;
    overflow: hidden;
}
.con5_top{
    font-size: 3.2vw;
    text-align: center;
    margin-top: 9%;
}
.con5_top2nd{
    margin-top: 1%;
}
.con5_top3rd{
    margin-top: 3%;
    border-radius: 1.5vw;
    overflow: hidden;
    width: 78%;
    margin-bottom: 6%;
}
.con5_top3rdab2{
    width: 61.3728%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: -22%;
    bottom: -13%;
}
.con5_top3rd1ab{
    top: 23%;
}
.con5_top3rd1aba{
    font-size: 2.5vw;
    z-index: 4;
    width: 78%;
}
.con5_top3rd1aba p{
    position: relative;
}
.con5_top3rd1aba {
    font-size: 2.2vw;
    z-index: 4;
    width: 78%;
    left: 0%;
}

.con5_top3rd1abab{
    width: 38.1693%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 49%;
    left: -1%;
}
.con5_top3rd1ab2nd{
    width: 80%;
    margin-top: 8%;
    line-height: 1.6;
}
.con5_top3rdab{
    width: 26.245%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    animation: ddm_m 2s infinite reverse ;
    top: 4%;
    right: 29%;
}
.con5_top3rd2ab{
    font-size: 2.2vw;
    text-align: right;
    top: 64%;
    right: 11%;
}
.black{
    color: black;
 }
.con5_top3rd2abab{
    width: 53.7954%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 48%;
    top: -3%;
}
.con5_top3rd12{
    background: white;
}

.con5_top3rd2nd .con5_top3rd1aba{
    text-align: right;
}
.con5_top3rd1abab2{
    width: 28.6701%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    bottom: 50%;
    margin-left: 0%;
    right: -0.5%;
}

.con5_top3rd2nd .con5_top3rd2ab {
    font-size: 2.2vw;
    text-align: left;
    top: 64%;
    left: 11%;
    right: unset;
}

.con5_top3rd2nd .con5_top3rd22ab{
    width: 106.25%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 50%;
    left: -2.05%;
}
.con5_top3rd2nd .con5_top3rd1ab2nd{
    text-align: right;
}
.con5_top3rd12ab{
    width: 26.245%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 5%;
    left: 9%;
    animation: ddm_m 2s infinite;
}
.con5_top3rd12ab2{
    width: 42.7995%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: -10%;
    left: -4%;
}
.con5_top3rd12{
    overflow: hidden;
}
.con5_2nd_vid{
    filter: brightness(0.3);
}
.con5_2nd_top{
    width: 5.14436%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    margin: 11% 0;
}
.con5_2nd_ab{
    border-top: 1px solid #ffffff1f;
}
.con6_top{
    width: 3.62205%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1.5%;
    margin-left: 0%;
}
.con6_top_2nd{
    width: 1.52231%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-left: 0%;
}
.con6_top_3rd{
    font-size: 3.3vw;
    overflow: hidden;
    margin-top: 2.5%;
}
.con6_top_3rd .line{
    overflow: hidden;
}
.con6_top_4th{
    text-align: center;
    margin-top: 1.6%;
}

.con6_top_5th_item_con{
    margin-top: 3%;
    margin-bottom: 8%;
}
.con6_top_5th_item{
    background: white;
    border-radius: 1vw;
    width: 66%;
    cursor: pointer;
    height: 23vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all;
}

.con6_top_5th_item_vid{
    height: 100%;
    overflow: hidden;
    left: 0;
    width: 64%;
    border-radius: 1vw 0vw 0vw 1vw;
}
.con6{
    background: url(/images/con06_06.jpg) no-repeat center / cover;

}
.con6_top_5th_item_top{
    left: 71%;
    font-size: 1.2vw;
    top: 22%;
}
.con6_top_5th_item_top_2nd{
    left: 71%;
    top: 37%;
    font-size: 1.7vw;
}
.con6_top_5th_item_top_3rd{
    left: 71%;
    top: 55%;
}
.con6_top_5th_item_1_ab {
    width: 8.19411%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 6%;
    right: 2%;
}
.con6_top_5th_item_1_ab_2{
        width: 17.9793%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        bottom: 0;
        right: -2%;
}

.op0{
    transition: 0.3s all;
}
.con6_top_5th_item_on{
    background: var(--sc);
    width: 8vw;
    border-radius: 0.5vw;
}

.con6_top_5th_item_on .op0{
    opacity: 0;
}
.con6_top_5th_item_on .con6_top_5th_item_top {
    left: 32%;
    font-size: 1.2vw;
    top: 6%;
    color: white;
}
.con6_top_5th_item_on .con6_top_5th_item_top_2nd {
    left: 38%;
    top: 49%;
    font-size: 2vw;
    writing-mode: sideways-rl;
}
.op1{
    transition: 0.3s all;
}

.con6_top_5th_item_on .con6_top_5th_item_top_2nd_1{
     color: var(--mc);
}
.con6_top_5th_item_on .con6_top_5th_item_top_2nd_2{
    color: white;
}
.con6_top_5th_item {
    margin: 0 0.6%;
}
.con7_top{
    width: 11.2861%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
    margin-left: 0%;
}
.con7_top_2nd{
    font-size: 3.2vw;
    margin-top: 2%;
}
.con7_top_3rd{
    text-align: center;
    margin-top: 1.4%;
}
.con7_top_4th{
    width: 45%;
    border-radius: 13vw;
    overflow: hidden;
    margin-top: 1.5%;
    margin-bottom: 3.5%;
    display: flex;justify-content: center;
    align-items: center;
}
.con7_top_4th video{
    filter: brightness(0.4);

}
.con7_ab{
    width: 0.367454%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 3%;
    z-index: 2;
}
.con7_ab_2{
    width: 0.367454%;
    display: flex;
    justify-content: center;
    z-index: 2;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 3%;
}
.con7_ab_ab{
    width: 871.429%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 65%;
}
.con7_ab_2_ab{
    width: 871.429%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 65%;
}
.con7_ab_2_ab3{
    width: 12.126%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 13%;
    top: 58%;
}
.con7_ab_2_ab4{
    width: 12.126%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 13%;
    top: 58%;
}
.con7_ab_2_ab2{
    border-top: 1px solid #ceb7ac;
    width: 100%;
    top: 68.4%;
}
.con7_top_4th_ab{
    top: 32%;
    z-index: 2;
    width: 3%;
    height: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
.con7_top_4th_ab_2nd{
    font-size: 2vw;
    z-index: 2;
    width: 44%;
    text-align: center;
    top: 49%;
}
.con8{
    background: url(/images/con06_06.jpg) no-repeat center / cover;
}
.con8_top{
    font-size: 3.3vw;
    width: 75%;
    margin-top: 12%;
}
.con8_top_2nd{
    width: 75%;
    margin-top: 3%;
    margin-bottom: 10%;
}
.con8_ab{
    width: 35.3806%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 0;
    right: 0;
}
.con8_ab_ab{
    width: 19.2878%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: -4%;
    left: 30%;
}
.con8_ab_ab2{
    width: 24.6291%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: -32%;
    left: 47%;
}
.con8_ab_ab3{
    width: 17.2107%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: -21%;
    right: 11%;
}
.con8_ab_2_con{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    top: 24%;
}
.con8_ab_2_item{
    transition: 0.3s all;
    z-index: ;
}
.con8_ab_2_item_top{
    transform: rotate(0) translateY(0) translateX(0);
    z-index: 3;
}
.con8_ab_2_item_fl{
    transform: rotate(10deg) translateY(0) translateX(5%);
    z-index: 2;
    opacity: 0.4;
}
.con8_ab_2_item_flip{
    transform: rotate(20deg) translateY(0) translateX(8%);
    z-index: 1;
    opacity: 0.4;
}
.con8_ab_2_item_ab{
    width: 20.21%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 53%;
}
.con8_ab_2_item{
    width: 80.042%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con9_top{
    width: 3.2021%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    margin-left: 0%;
}
.con9_top_2nd{
    font-size: 3.3vw;
    margin-top: 2%;
    overflow: hidden;
}
.con9_top_3rd{
    margin-top: 1%;
    margin-bottom: 3.5%;
}
.con9_border{
    border: 1px solid var(--sc);
    top: 5%;
    height: 100%;
    width: 97.5%;
}
.con9_2nd_item{
    width: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34vw;

}
.con9_2nd_item_1{
    background: url(/images/con09_07.jpg) no-repeat center / cover;
    height: 100%;
}
.con9_2nd_item_2{
    height: 100%;
    background: url(/images/con09_09.jpg) no-repeat center / cover;
}
.con9_2nd{
    flex-direction: row;
}
.con9_2nd_item_1_ab{
    width: 90.1364%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 0;
    right: 0%;
}
.con9_2nd_item_1_ab_2{
    bottom: 5%;
    left: 10%;
}

.con9_2nd_item_ab2 {
    top: 28%;
    font-size: 2.3vw;
    right: 13%;
}
.con9_2nd_item_ab2_ab{
    bottom: 105%;
    right: 1%;
}
.ct_2{
    font-size: 4vw;
}
.ct_3{
    font-size: 4vw;
}
.con9_2nd_item_2_ab{
    width: 77.1249%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 0%;
    left: 5%;
}
.con9_2nd_item_2_ab_2 {
    bottom: 5%;
    left: 80%;
}

.op00{
    opacity: 0;
    transition: 0.3s all;
}
.con9_2nd_item_on .op00{
    opacity: 1;
}
.con9_2nd_item_ab{
    transition: 0.3s all;
}
.con9_2nd_item_ab{
    writing-mode: horizontal-tb;
    top: 49%;
    left: 36%;
    font-size: 2.8vw;
    color: white;
}

.con9_2nd_item_on .con9_2nd_item_ab{
    left: 12%;
    top: 12%;
    writing-mode: tb;
    color: var(--mc);
    font-size: 2.8vw;
}
.con9_2nd_ab{
    width: 4.46194%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    z-index: 2;
}
.con9_2nd {
    flex-direction: row;
    padding-bottom: 3%;
}







/* rolling counter */
@keyframes rollingNumber {
    100% {
        top: 0px;
    }
}
@-webkit-keyframes rollingNumber {
    100% {
        top: 0px;
    }
}

#section04 { position: relative; }
#section04 .background_img { position: absolute; inset: 0; z-index: 0; }
#section04 .ani_wrap { display: flex; justify-content: center; align-items: center; padding-top: 77px; }
#section04 .ani_wrap > div { position: relative; }
#section04 .char_cn { position: absolute; top: 25px; }
#section04 .char_cn img { width: auto; }
#section04 .char_cn:nth-child(1) { right: 440px; }
#section04 .char_cn:nth-child(2) { left: 440px; }
#section04 .logo_circle img { width: auto; max-width: 100%; }
#section04 .section_inner { position: relative; z-index: 1; padding: 290px 0 180px; }
#section04 .rolling-counter-wrap { margin-top: 43px; }
#section04 .rolling-counter-wrap .rolling-number { background: #000; }
#section04 .rolling-counter-wrap .rolling-number + .rolling-number { margin-left: 11px; }
#section04 .rolling-counter-wrap .rolling-number .numbers { animation-name: none; }
#section04 .rolling-counter-wrap.aos-animate .rolling-number .numbers {
    animation-name: rollingNumber;
    animation-duration: 2000ms;
    animation-timing-function: ease-out;
    animation-fill-mode: inherit;
    animation-fill-mode: forwards;
    animation-delay: 500ms;

}
#section04 .rolling-counter-wrap + .caption { color: #fff; text-align: center; font-size: 16px; margin-top: 1em; opacity: 0.5; }
#section04 .section_title { margin-top: 60px; }
#section04 .text_warp { display: flex; justify-content: space-between; align-items: flex-start; color: #fff; max-width: 1050px; margin: 0 auto; }
#section04 .text_warp .left { font-size: 40px; line-height: 1.2em; }
#section04 .text_warp .right { font-size: 19px; font-weight: 300; line-height: 1.5em; }
#section04 .flow_inner { position: absolute; top: 0; left: 50%; -webkit-transform: translate3d(-50%,0,0); width: 1920px; height: 100%; }
#section04 .flow-ani-wrap { position: absolute; top: 0; height: 100%; }
#section04 .flow-ani-wrap:before,
#section04 .flow-ani-wrap:after { content: ""; position: absolute; left: 0; width: 100%; height: 100px; z-index: 10; }
#section04 .flow-ani-wrap:before { top: 0; background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); }
#section04 .flow-ani-wrap:after { bottom: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); }
#section04 .flow-ani-wrap ul { padding-top: 32px; }
#section04 .flow-left { left: 105px; }
#section04 .flow-right { right: 105px; }
/* rolling count */
.rolling-counter-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rolling-counter-wrap * {
    font-family: var(--font-family-title);
    font-size: 120px;
}

.rolling-counter-wrap .row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.rolling-number {
    position: relative;
    width: 120px;
    height: 1.2em;
    overflow: hidden;
    color: #fff;
    text-align: center;
    outline: 2px solid #d70315;
}

.rolling-number+.rolling-number {}

.rolling-number .numbers {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
}

.rolling-number .numbers span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.2em;
    line-height: normal;
    letter-spacing: -0.05em;
    font-weight: 900;
}
@media (max-width:768px){
    .mobileView{
        display: block;
    }
    .rolling-number .numbers span{
        height: 17rem;
    }
}

.rolling-dot,
.rolling-unit {
    line-height: 1em;
    font-size: 42px;
    font-weight: 700;
    padding-bottom: 1.4em;
    color: #fff;
}

.rolling-dot {
    margin: 0 5px;
}

.rolling-unit {
    margin: 0 10px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
}

.rolling-number[data-number="0"] .numbers {
    top: -1000%;
}

.rolling-number[data-number="1"] .numbers {
    top: -1100%;
}

.rolling-number[data-number="2"] .numbers {
    top: -1200%;
}

.rolling-number[data-number="3"] .numbers {
    top: -1300%;
}

.rolling-number[data-number="4"] .numbers {
    top: -1400%;
}

.rolling-number[data-number="5"] .numbers {
    top: -1500%;
}

.rolling-number[data-number="6"] .numbers {
    top: -1600%;
}

.rolling-number[data-number="7"] .numbers {
    top: -1700%;
}

.rolling-number[data-number="8"] .numbers {
    top: -1800%;
}

.rolling-number[data-number="9"] .numbers {
    top: -1900%;
}

.rolling-number[data-number="10"] .numbers {
    top: -1000%;
}

.rolling-number .numbers {
    animation-name: rollingNumber;
    animation-duration: 1500ms;
    animation-timing-function: ease-out;
    animation-fill-mode: inherit;
    animation-fill-mode: forwards;
}
.rolling-number {
    outline: 2px solid #ffffff29;
    border-radius: 20px;
}
.rolling-number {
    position: relative;
    width: 120px;
    height: 1.2em;
    overflow: hidden;
    color: #ed1c24;
    text-align: center;
    font-family: pretendard-bold;
}
.rolling-number {
    position: relative;
    width: 6vw;
    height: 7vw;
    overflow: hidden;
    text-align: center;
}
.rolling-number .numbers span {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    letter-spacing: -0.05em;
    font-weight: 900;
    font-size: 6vw;
}
.rolling-unit {
    margin: 0 10px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    padding: 0;
    margin: 0;
    font-size: 7vw;
    margin-bottom: -2%;
    margin-left: 2%;
    margin-right: 2%;
    color: #ed1c24;

}
.rolling-number .numbers span {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    letter-spacing: -0.05em;
    font-weight: 900;
    font-size: 6vw;
    width: 100%;
    height: 7vw;
}
.rolling-number[data-number="9"] .numbers {
    top: -1200%;
}
.rolling-number[data-number="6"] .numbers {
    top: -1400%;
}
#section04 .rolling-counter-wrap {
    margin-top: 43px;
    margin-left: -3%;
    margin-bottom: 7%;
}

#section04 .rolling-counter-wrap .rolling-number {
    background: #ff1616;
    color: white;
    border-radius: 0;
}
#section04 .rolling-counter-wrap {
    margin-top: 3%;
    margin-left: 0;
    margin-bottom: 7%;
}

#section04 .rolling-counter-wrap {
    margin-top: 3%;
    margin-left: 0;
    margin-bottom: 4%;
}
#section04 .rolling-counter-wrap .rolling-number {
    background: white;
    color: black;
    border-radius: 0;
    font-family: 'SDKukdetopokki';
}

.con10{
    background: url(/images/con10_09.jpg) no-repeat center / cover;
}

.con10_top{
    width: 6.14173%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    margin-left: 0%;
}
.con10_top_2nd{
    font-size: 3.3vw;
    margin-top: 1.4%;
}
.yeokdae{
    font-size: 4.5vw;
}

.aos_ab_ab{
    left: 101%;
    bottom: 3%;
}
.aos_ab_ab p{
    font-family: pyeonghwa !important;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    font-size: 3vw !important;
}



.aos_ab_ab2{
    right: -5%;
    top: 110%;
}
.aos_ab_ab2 p{
    font-family: "SUIT Variable" !important;
    font-style: normal;
    font-weight: 300;
    font-size: 1.1vw !important;
}
#section04 .rolling-counter-wrap .rolling-number {
    background: white;
    color: white;
    border-radius: 0;
    background: black;
    font-family: 'SDKukdetopokki';
    border-radius: 0.3vw;
}
.rolling-number .numbers span {
    display: flex
;
    align-items: center;
    justify-content: center;
    line-height: normal;
    letter-spacing: -0.05em;
    font-weight: 900;
    font-size: 5vw;
    width: 100%;
    height: 7vw;
}
.rolling-unit {
    margin: 0 10px;
    display: flex
;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    padding: 0;
    margin: 0;
    font-size: 7vw;
    margin-bottom: -2%;
    margin-left: 2%;
    margin-right: 2%;
    color: black;
}
.con10_top_3rd{
    width: 36.063%;
    display: flex;
    justify-content: center;
    z-index: 2;
    align-items: center;
    margin-top: -4%;
    margin-left: 0%;
}
.slide-img1{
    top: 17%;
    font-size: 1.15vw;
    font-weight: 500;
}
.slide-img2{
    top: 53%;
}
.slide-img3{
    font-size: 2vw;
    top: 66%;
}
.slide-img3 span{
    font-size: 2vw;
    top: 66%;
}
.con10_top_4th{
    width: 79%;
    background: white;
    border: 1px solid black;
    border-radius: 1.4vw;
    padding-top: 3%;
    padding-bottom: 3%;
    margin-bottom: 7%;
}
.con10_top_4th_2{
    width: 33.4884%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 15%;
}
.con10_top_4th_1_ab{
    width: 25.7143%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    z-index: 2;
    top: 10%;
    right: 24%;
}
.con10_top_4th_2_ab{
    width: 22.4206%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 0%;
    bottom: 0;
}
.con10_top_4th_ab{
    background: black;
    height: 100%;
    width: 0.03%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_top_4th_ab_ab{
    width: 17291.2%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}

.con10 .mySwiper{
    top: 37%;
}
.con11_top{
    font-size: 3.3vw;
    margin-top: 7%;
}
.con11_top_2nd{
    margin-top: 1%;
}
.con11_top_3rd_item {
    width: 18vw;
    height: 21vw;
    flex-direction: column;
    background: #eaeaea;
    margin: 0 0.6%;
    overflow: hidden;
    border-radius: 1vw;

}
.con11_top_3rd_item_1_ab{
    width: 82.7988%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 55%;
}
.con11_top_3rd_item_top{
    top: 21%;
    font-size: 2vw;
}
.con11_top_3rd_item_top_2nd{
    text-align: center;
    top: 36%;
}
.con11_top_3rd_item_2_ab{
    width: 116.91%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 56%;
}
.con11_top_3rd_item_3_ab{
    width: 67.3469%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 44%;
}
.con11_top_3rd_item_4_ab{
    width: 79.5918%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 59%;
}
.con11_top_3rd{
    margin-top: 2%;
    margin-bottom: 7%;
}
.con11_top_3rd_item_4_ab2{
    width: 10.9186%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 16%;
    z-index: 2;
    top: 35%;
}
.con11_top_3rd_item p{
    transition: 0.3s all;
}
.con11_top_3rd_item{
    transition: 0.3s all;
}
.con11_top_3rd_item_on p{
    color: white;
}
.con11_top_3rd_item_on{
    background: var(--sc);
}
.con12{
    background: url(/images/con12_08.jpg) no-repeat center / cover;
}
.con12_top{
    width: 7.979%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16%;
    margin-left: 0%;
}
.con12_top_2nd{
    text-align: center;
    font-size: 5vw;
    margin-top: 2%;
}
.con12_top_3rd{
    margin-top: 1%;
    margin-bottom: 15%;
    font-size: 1.2vw;
}
.con12_ab{
    width: 17.0079%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 6%;
    top: 15%;
}
.con12_ab2{
    width: 21.2073%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: -8%;
    top: 94%;
}
.con12_ab3{
    width: 19.6325%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 16%;
    top: 10%;
}
.con12_ab4{
    width: 21.2073%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 3%;
    top: 80%;
}
.con12_ab5{
    width: 12.5984%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 105%;
    left: 23%;
}
.con13{
    background: #f6f0ed;
}
.con13_con {
    border: 1px solid #ceb7ac;
    height: 96%;
    width: 98%;
}
.con13_top{
    width: 10.9186%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 8%;
    margin-left: 0%;
}
.con13_top_2nd{
    text-align: center;
    font-size: 3.3vw;
    margin-top: 2%;
}
.con13_top_3rd{
    width: 23.6745%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    z-index: 3;
    margin-left: 0%;
}
.con13_top_4th{
    width: 33.0709%;
    display: flex;
    z-index: 3;
    justify-content: center;
    align-items: center;
    margin-top: -16%;
    margin-left: 0%;
}
.con13_top_4th > img{
    z-index: 2;
}
.con13_top_4th_ab{
    width: 50.4762%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 51%;
}
.con13_top_3rd_ab2{
    color: white;
    top: 21%;
}

.con13_top_3rd_ab_ct{
    font-size: 8vw;
}
.con13_top_3rd_ab2 {
    color: white;
    font-size: 1.2vw;
    top: 21%;
    font-weight: 600;
}
.con13_top_3rd_ab {
    top: 26%;
    font-size: 4vw;
    font-weight: 900;
}
.con13 .slide-img{
    width: 86.7925%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    border-radius: 1vw;
    overflow: hidden;
}
.con13 .mySwiper{
    top: 49%;
}
.con13_ab{
    width: 15.1706%;
    display: flex;
    justify-content: center;
    animation: ddm_m 2s infinite;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 35%;
    right: 64%;
}
.con13_ab2{
    width: 11.1811%;
    display: flex;
    animation: ddm_m 2s infinite;
    animation-delay: 1s;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 27%;
    right: 19%;
}
.con13_ab3{
    width: 19.6325%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: ddm_m 2s infinite;
    margin-top: 0%;
    margin-left: 0%;
    top: 21%;
    right: 69%;
}
.con14{
    background: url(/images/con14_05.png) no-repeat center / cover;

}
.con14_top{
    width: 15.1181%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9%;
    margin-left: 0%;
}
.con14_top_2nd{
    margin-top: 1%;
}
.con14 .con11_mid_bottom{
    width: 77%;
    margin-top: 2%;
    margin-bottom: 8%;
}
.con11_swiper_item_img2{
    width: 97.3029%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    overflow: hidden;
    border-radius: 1vw;
}
.con11_swiper_item_img2_ab{
    top: 0;
}
.con11_swiper_item_img2_ab2{
    color: white;
    top: 10%;
    font-size: 2.2vw;
    left: 12%;
    overflow: hidden;
}
.con15{
    background: #d2c9c5;


}
.con15_con{
    background: url(/images/con15_04.png) no-repeat center / cover;

    width: 95%;
    margin: 2.5% 0;
}
.con15_top{
    width: 5.9116%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
    margin-left: 0%;
}
.con15_top_2nd{
    font-size: 3.3vw;
    text-align: center;
    margin-top: 2%;
}
.con15_top_3rd{
    text-align: center;
    margin-top: 2%;
}
.con15_con {
    background: url(/images/con15_04.png) no-repeat center / cover;
    width: 95%;
    overflow: hidden;
    margin: 2.5% 0;
}
.con15_top_4th{
    width: 37.9558%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-left: 0%;
    margin-bottom: -9.4%;
}
.con15_top_4th_ab{
    width: 97.671%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    animation: smoke 2s infinite;
    bottom: 30%;
}



.con10_swiper_y_left {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 23%;
    height: 125%;
    overflow: hidden;
    left: 2%;
    top: -18%;
    pointer-events: none;
}
.con10_swiper_y_right {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 23%;
    height: 125%;
    overflow: hidden;
    right: 2%;
    top: -18%;
    pointer-events: none;
}
.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_swiper_div_y{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    transition: all 0.3s;
    border-radius: 1.3vw;
    overflow: hidden;
}
.con10_sd_y_img{
    width: 100%;
}
.con15_con_border{
    height: 100%;
    width: 47%;
    border: 1px solid var(--mc);
    border-top: unset;
    border-bottom: unset;
    opacity: 0.4;
}
.con16{
    background: url(/images/con16_05.jpg) no-repeat center / cover;

}
.con16_top{
    font-size: 3.3vw;
    margin-top: 8%;
}
.con16_top_2nd{
    margin-top: 0.5%;
}







div.con14_table {
    width: 52%;
    flex-wrap: wrap;
    color: #212121;
    border: 1px solid #000;
    font-weight: 300;
}
.con14_table_hd {
    width: 100%;
    display: flex;
    background-color: #000000;
    font-size: 1.1vw;
    color: white;
    font-weight: 600;
}
.con14_table_body {
    width: 100%;
    display: flex;
    background-color: white;
    flex-wrap: wrap;
    font-size: 0.95vw;
}
.con14_table_left {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
.con14_table_center {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.con14_table_right {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.con14_table_hd > div {
    padding: 1vw 0;
}
.con14_table_tr {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 0.05vw solid #2121212a;
}
.con14_table_tr > div {
    padding: 1vw 0;
    line-height: 1.3;
}
.con14_table_body .con14_table_center {
    border-left: 0.05vw solid #2121212a;
    border-right: 0.05vw solid #2121212a;
}
.con14_table_bot01 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e34b3d;
    padding: 1vw 0;
    color: white;
    font-size: 1.8vw;
}
.con14_table_bot01 span {
    margin-left: 5vw;
}
.con14_ct {
    right: 47.1%;
}
.con14_table_bot02 {
    width: 52%;
    color: white;
    opacity: 0.7;
    line-height: 1.5;
    margin-top: 0.5vw;
    font-size: 0.8vw;
    margin-bottom: 5vw;
}
.con14_line {
    width: 23%;
    height: 0.1vw;
    background-color: #e34b3d;
    position: absolute;
    top: 50%;
    left: 41%;
    transform: translate(-50%, -50%);
}
.con14_table_right p.absol {
    color: #e34b3d;
    left: 58%;
    font-weight: 600;
}
.con14_table_right p.absol.new_animate {
    left: 67%;
    font-weight: 800;
    font-size: 1.1vw;
}
.con14_table_right p.bold {
    position: relative;
    left: -9%;
}
div.con14_table {
    width: 70%;
    flex-wrap: wrap;
    color: #212121;
    border: 1px solid #000;
    font-weight: 300;
    border-radius: 1vw;

}

.con14_table_right p.bold {
    position: relative;
    left: 0;
}
.con14_table_tr > div {
    padding: 0.5vw 0;
    line-height: 1.3;
}
.con14_table_hd {
    width: 100%;
    display: flex
;
    background-color: #000000;
    font-size: 1.1vw;
    color: white;
    font-weight: 600;
    border-radius: 1vw 1vw 0 0;
}
.con14_table_body {
    border-radius: 0 0 1vw 1vw;
}
.con14_table_right_ab3{
    width: 16.7916%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: -8%;
    right: -6%;
}
div.con14_table {
    width: 70%;
    flex-wrap: wrap;
    color: #212121;
    border: 1px solid #000;
    font-weight: 300;
    border-radius: 1vw;
    margin-bottom: 9%;
    margin-top: 3%;
}
.con14_table_top_tt{
    display: none;
}
.con16_ab{
    width: 32.7559%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: -4%;
    bottom: -3%;
}

.con14_table_body .con14_table_center {
    border-left: 0.05vw solid #2121212a;
    border-right: 0.05vw solid #2121212a;
    text-align: left;
    display: flex
;
    justify-content: flex-start;
    padding-left: 2%;
    box-sizing: border-box;
}

.con14_table_body {
    border-radius: 0 0 1vw 1vw;
    padding-bottom: 1%;
    padding-top: 1%;
}
.con14_table_tr_last{
    border-bottom: unset
;
}
.con17_top_3rd{
    flex-wrap: wrap;
    width: 88%;
}
.con17_top_3rd_item{
    width: 16.2888%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    margin:  0.65%;
}
.con17_top{
    width: 4.8294%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    margin-left: 0%;
}
.con17_top_2nd{
    font-size: 3.3vw;
    margin-top: 0.4%;
}
.con17_top_3rd {
    flex-wrap: wrap;
    width: 88%;
    margin-bottom: 8%;
    margin-top: 2%;
}
.con17_ab2{
    width: 43.3596%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 67%;
    right: -14%;
}
.con18_top{
    font-size: 3.3vw;
    margin-top: 7%;
}
.con18{
    background: url(/images/con18_05.jpg) no-repeat center / cover;
}
.con19_bg1{
    width: 50.3937%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 50%;
}
.con19_top{
    font-size: 3.3vw;
    color: white;
    width: 75%;
    margin-top: 9%;
}
.con19_top_2nd{
    width: 75%;
    margin-top: 2%;
}

.con19_top_3rd{
    width: 1.6273%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    margin-left: -72%;
}
.con19_top_3rd_ab{
    left: 125%;
    font-size: 2.2vw;
}
.con19_top_4th{
    width: 39.7375%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -6%;
    margin-left: 0%;
}
.con19_top_4th_ab2{
    bottom: 30%;
    animation: smoke 2s infinite;
}
.con19_top_4th_ab{
    width: 106.341%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 0;
}
.con19_top_4th_ab{
    width: 106.341%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 0;
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
}
.con19{
    background: #f8f7f7;
}
















.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: "SUIT Variable" !important;
    color: black;
    white-space: nowrap;
    font-size: 1.2vw;
}
.form_row_imput{
    width: 70%;
    height: 2.8vw;
    background: transparent;
    border: none;
    font-size: 1.2vw;
    font-family: 'Pretendard-Regular';
    outline: none;
}

.form_agree_span{
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: black;
}
.form_agree_check{
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 0;
    background: #f2f2f2;
    color: transparent;
    border: none;
    appearance: none;
}
.form_agree_check:checked {
    background: #f2f2f2;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;

}
.form_agree_check:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: #bf2121;
    color: unset !important;
}

.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF4206;
    padding: 1.5%;
    width: 48%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    font-family: GmarketSansBold;
    border-radius: 0;
    padding-top: 2.5%;
    padding-bottom: 2%;
    cursor: pointer;
}
.form_row_imput_radio {
    margin-right: 1%;
    width: 1.5vw;
    height: 1.5vw;
    overflow: hidden;
    outline: 0;
    background: #ffffff;
    color: white;
    border: none;
    appearance: none;
    border-radius: 50%;
    margin-right: 20%;
    left: 3%;
    border: 1px solid black;
}

.form_row > 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_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bf2121;
    padding: 1.5%;
    width: 48%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 2.5%;
    padding-bottom: 2%;
    cursor: pointer;
}
.form {
    margin-top: 2%;
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 20%;
}
.form_row_label {
    font-family: Pretendard-regular;
    color: white;
    white-space: nowrap;
    font-size: 1.2vw;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    padding-bottom: 0%;
    padding-left: 3%;
    padding-top: 1%;
    margin-top: 1%;
    border-bottom: 1px solid white;
}
.form_row > span {
    font-size: 1.3vw;
    margin-right: -18%;
    color: white;
}
.form_agree_span {
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: white;
}
.form_agree_check:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    background: #bf2121;
    color: unset !important;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bf2121;
    padding: 1.5%;
    width: 75%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 2.5%;
    padding-bottom: 2%;
    cursor: pointer;
}
.form {
    margin-top: 2%;
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 3%;
    top: 15%;
}
.form_row_radio {
    padding-top: 2%;
    padding-bottom: 2%;
}

.form_agree {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 78%;
    margin-top: 5%;
    margin-bottom: 4%;
}

.form_row_label {
    font-family: Pretendard-regular;
    color: white;
    white-space: nowrap;
    font-size: 1.2vw;
    width: 22% !important;
}

.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    padding: 1.5%;
    width: 33%;
    color: white;
    position: relative !important;
    margin-bottom: 17%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 0.5%;
    padding-bottom: 2%;
    cursor: pointer;
}

.form {
    margin-top: 2%;
    width: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 7%;
    top: 13%;
}
.form_row {
    border-bottom: unset;
}



.form_row_imput_radio {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fe0908;
    background: transparent;
}

.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_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 {
    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;
}

.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: black;
    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;
}


.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%;
}


.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;
}




section img{
    width: 100%;
}































.con17_mid{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 83%;
    margin-bottom: 5%;
}
.map{
    width: 98%;
    height: 33vw;
    border-radius: 30px;
    border: 1px solid black;
}
.con17_mid_map_search{
    width: 26%;
    background: white;
    height: 30vw;
    top: 5%;
    z-index: 2;
    overflow: hidden;
    left: 5%;
    flex-direction: column;
}
.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: #10069f;
    color: white !important;
}
.off2{
    color: grey !important;
}
.con17_mid_map_search_mid{
    background: #10069f;
    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;
}
.map_search{
    width: 7% !important;
    right: 8% !important;
}
.con17_mid_map_search_bottom{
    overflow-y: scroll;
    height: 23.5vw;
    width: 100%;
}
.con17_mid_map_search_item {
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 0.8vw;
    width: 80%;
}
.con17_mid_map_search_item_title{
    font-size: 1vw;
    font-family: pretendard-bold;
}
.con17_mid_map_search_item_address{
    margin-top: 4%;
    margin-bottom: 1%;
}
.con17_mid_map_search_bottom {
    overflow-y: scroll;
    height: 23.5vw;
    width: 100%;
    flex-direction: column;
}
.con17_mid_map_search_bottom {
    overflow-y: scroll;
    height: 23.5vw;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start !important;
}
#page_wrap{
    background: #f6f6f6;
}

.con17_mid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: 5%;
}
.map {
    width: 98%;
    height: 38vw;
}
.con17_mid_map_search {
    width: 24%;
    background: white;
    height: 30vw;
    top: 5%;
    z-index: 2;
    overflow: hidden;
    left: 5%;
    flex-direction: column;
}
.con17_mid_map_search_mid input{
    border-radius: unset !important;
}


.map {
    width: 80%;
    height: 38vw;
    border-radius: 0;
    border:unset;
}
.con17_mid_map_search {
    width: 21%;
    background: white;
    height: 34vw;
    top: 5%;
    z-index: 2;
    overflow: hidden;
    left: 13%;
    flex-direction: column;
}






.con17_mid {
    margin-bottom: 0;
}

.con17_mid {
    margin-bottom: 5%;
}





.con17_mid {
    margin-bottom: 5%;
    margin-top: 3%;
}

.con17_mid_map_search {
    width: 21%;
    background: white;
    height: 38vw;
    top: 0;
    z-index: 2;
    overflow: hidden;
    left: 10%;
    flex-direction: column;
}

.on2 {
    background: #ff490e;
    color: white !important;
}
.con17_mid_map_search_mid {
    background: #ff490e;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    padding: 3%;
}


.con17_mid {
    margin-bottom: -8%;
    margin-top: 3%;
}

.con17_mid_map_search_top {
    background: black;
}
.con17_mid_map_search_mid {
    background: black;
}
.on2 {
    background: black;
    color: #d7ad56 !important;
}
.con17_mid_map_search_mid input {
    border-radius: 30px !important;
}
.con17_mid {
    margin-bottom: 3%;
    margin-top: 0%;
}











.off2 {
    color: grey !important;
    background: white;
}




.on2 {
    background: #002c46;
    color: white !important;
}

.con17_mid_map_search_mid {
    background: #002c46;

}


.con17_mid {
    margin-bottom: 6%;
    margin-top: 0%;
}
.con17_mid {
    margin-top: 2%;
}




.con17_mid_map_search_bottom::-webkit-scrollbar {
    width: 1vw;
    margin-right: 6%;
    position: absolute;
}

/* 스크롤바의 폭 너비 */
.con17_mid_map_search_bottom::-webkit-scrollbar {
    width: 0.3vw;
    margin-right: 6%;
    position: absolute;
}

.con17_mid_map_search_bottom::-webkit-scrollbar-thumb {
    background: #002c46;/* 스크롤바 색상 */
    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;
}

.con17_mid_map_search {
    height: 31vw;
}
.form{
    background: white;
    top: 3%;
    left: 59%;
    width: 32%;
}


.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #002c46;
    padding: 1.5%;
    width: 100%;
    color: white;
    position: relative !important;
    margin-bottom: 0;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 1.5%;
    padding-bottom: 0;
    cursor: pointer;
    text-align: center;
}
.form_row > span {
    margin-right: 3% !important;
    margin-left: 3%;
    display: none;
}
.form_row_imput_radio{
    width: 27%;
    border-radius: unset;
    height: 2vw;
    border: unset;
    background: #fffced;
}
.form_row_imput_radio_2{
    margin-left: 1%;
}
.form_row_imput_radio_1::before{
    content: '유';
    font-family: GmarketSansMedium;
    position: absolute;
    color: black;
    font-size: 1vw;
}
.form_row_imput_radio_2::before{
    content: '무';
    font-family: GmarketSansMedium;
    position: absolute;
    color: black;
    font-size: 1vw;
}
.form_row_imput_radio:checked{
    background: #f4a81c;
}
.form_agree_check:checked::after{
    background: #f4a81c;
}


.form{
    background: white;
    top: 3%;
    left: unset;
    width: 32%;
    position: relative !important;
    margin: 0;
    transform: unset;
    right: unset;
    margin-top: 2%;
    margin-bottom: 6%;
}
.form_row {
    border-bottom: unset;
}
.form_row_imput_text {
    padding-left: 3%;
    box-sizing: border-box;
    background: #80808026;
    border-radius: 0.5vw;
}
.form_row_imput_radio {
    width: 34%;
    border-radius: unset;
    height: 2vw;
    border: unset;
    background: #fffced;
    border-radius: 0.5vw;
}
.form_row_imput_radio:checked {
    background: #df1208;
}
.form_row_imput_radio {
    width: 34%;
    border-radius: unset;
    height: 2vw;
    border: unset;
    background: #80808026;
    border-radius: 0.5vw;
}
.form_row_imput_radio:checked::before {
    color: white;
}
.form_row {
    border-bottom: unset !important;
}
.form_agree_check:checked::after {
    background: #df1208;
}
.form_submit{
    display: flex;
    justify-content: center;
    align-items: center;
    background: unset;
    padding: 1.5%;
    width: 71%;
    color: white;
    position: relative !important;
    margin-bottom: 0;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 1.5%;
    padding-bottom: 0;
    cursor: pointer;
    text-align: center;
    margin-top: -3%;
    margin-bottom: 5%;
}
.form {
    border-radius: 1vw;
    position: absolute !important;
    left: 57%;
    width: 36%;
    top: 14%;
    border: 1px solid #433128a6;

}
.form_agree {
    justify-content: center;
    align-items: center;
}
.form_row {
    border-bottom: unset !important;
    width: 100%;
    padding: 1% 8%;
    box-sizing: border-box;
    border-bottom: 1px solid var(--sc) !important;
    padding-bottom: 3%;
}

.form_row_label {
    font-family: "SUIT Variable" !important;
}
.form_row_imput_radio:checked {
    background: var(--mc);
}
.form_row_imput_radio:checked::before {
    color: black;
}
.form_row_imput_radio::before {
    font-family: SUIT variable !important;
}
.form_row_imput_text {
    background: #00000008;
}
.form_agree_check:checked::after {
    background: var(--mc);
}
.form_row_imput_radio {
    height: 3vw;
}

.form_submit {
    display: flex
;
    justify-content: center;
    align-items: center;
    background: var(--sc);
    padding: 0;
    width: 100%;
    color: white;
    position: relative !important;
    margin-bottom: 0;
    font-size: 1.3vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 1.5%;
    padding-bottom: 0;
    cursor: pointer;
    text-align: center;
    margin-top: 1%;
    margin-bottom: 0%;
    padding: 4% 0;
}

.form {
    overflow: hidden;
}
.form {
    margin-top: 0%;
}
.con3_right_item3_top_2nd_con_1{
    width: 20.8075%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con11_mid_swiper_2{
    overflow: hidden;
}
.main_ab_ab2 {
    font-size: 1.2vw;
    right: 70%;
    bottom: 31%;
}
.con3_right_item_top_3rd1 {
    width: 73.6301%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
    margin-left: 0%;
    margin-bottom: 20%;
}
.con3_top .line{
    overflow: hidden;
}
.con3_right_item3{
    background: white;
}
.con3_right {
    background: white;
}
.con4 .mySwiper2 {
    border-radius: 0 10vw 10vw 0;
}
.con4 .mySwiper {
    border-radius: 10vw 0vw 0vw 10vw;
}
.con5_top .line{
    overflow: hidden;
}
.con5_top3rd{
    z-index: 2;
    cursor: pointer;
}
.con5_top3rd2nd{
    position: absolute;
    bottom: 0%;

}


.con5_top3rd1st,
.con5_top3rd2nd {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease-in-out;
}

.con5_top3rd1st.active,
.con5_top3rd2nd.active {
    opacity: 1;
    pointer-events: auto;
    
}

.con5_top3rd1st,
.con5_top3rd2nd {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease-in-out;
}
.con5_top3rd1st,
.con5_top3rd2nd {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease-in-out;
}

.con5_top3rd1st.active,
.con5_top3rd2nd.active {
    opacity: 1;
    pointer-events: auto;
}
.con5_2nd{
    background: black;
}

.con5_2nd_vid {
    filter: brightness(0.3);
    height: 100%;
    overflow: hidden;
}

/* 페이드 효과용 클래스 */
.fade-text {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s ease, transform 0.4s ease;
    display: flex !important;
    justify-content: center;align-items: center;
}

.fade-text.hide {
    opacity: 0;
    transform: translateY(1vw);
    display: flex !important;
    justify-content: center;align-items: center;
}

.con8_top .line{
}

.con10_top_4th {
    z-index: 2;
}
.con11_top .line{
    overflow: hidden;
}


@keyframes sway {
    0%   { transform: rotate(0deg) translateX(0); }
    25%  { transform: rotate(1deg) translateX(0.3vw); }
    50%  { transform: rotate(0deg) translateX(0); }
    75%  { transform: rotate(-1deg) translateX(-0.3vw); }
    100% { transform: rotate(0deg) translateX(0); }
}

.con15_top {
    animation: sway 3s ease-in-out infinite;
    transform-origin: top center;
}
.con11_swiper_item_img2 {
    height: 27vw;
}











































.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: #291e14;/* 스크롤바 색상 */
    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_map_search_item_plus {
    width: 6.6926%;
    display: flex
;
    justify-content: center;
    align-items: center;
    right: 9%;
    bottom: 24%;
}

.popup_close {
    width: 5.40634%;
    display: flex
;
    justify-content: center;
    align-items: center;
    top: 5%;
    right: 4%;
}
.popup {
    background: white;
}

.con17_mid_map_search_mid input {
    margin-top: 0%;
    border: #291e14 1px solid;
    background: #292929;
    color: white;
}

.con17_mid_2nd {
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 91%;
    margin-bottom: 5%;
    margin-top: 2%;
}
.con17_mid_2nd {
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 79%;
    margin-bottom: 5%;
    margin-top: 2%;
    border-radius: 1vw;
    overflow: hidden;
}
.con9_top_2nd .line{
 overflow: hidden;
}


.con3_top {
    margin-top: 1%;
}
.con3_top_prv{
        width: 72%;
    margin-top: 8%;
}
.con3_right_item_top_3rd22{
    margin-top: 6%;
}
.con3_right_item_top_3rd22item{
        width: 24.3707%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0.5%;
}
.con3_rigcon3_right_item2ab{
        width: 37.0709%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 0;
    top: 9%;
}
.con3_right_item_top_3rd22itemab{
        width: 38.6728%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    z-index: 1;
}
.con3_right_item_top2{
        width: 46.5675%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-left: -25%;
    margin-bottom: -4%;
}

.con3_right_item_top2 {
    width: 46.5675%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 9%;
    margin-left: -25%;
    margin-bottom: -4%;
}
.con3_right_item_top_2nd {
    width: 71%;
    margin-top: 7%;
}
.con3_right_item4 {
    padding-bottom: 9%;
}
@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {
    @media (max-width: 768px) {
        .con15_top {
            animation: sway 2.5s ease-in-out infinite;
        }
    }
    .con4 .mySwiper2 {
        border-radius: 0;
    }
    .con4 .mySwiper {
        border-radius: 0;
    }


    #section04 .rolling-counter-wrap {
        scale: 1 !important;
    }
    #section04 .rolling-counter-wrap .rolling-number + .rolling-number {
        margin-left: 5px;
    }
    .rolling-number {
        position: relative;
        width: 8vw;
        height: 11vw;
        overflow: hidden;
        text-align: center;
    }
    .rolling-number .numbers span {
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: normal;
        letter-spacing: -0.05em;
        font-weight: 900;
        font-size: 8vw;
        width: 100%;
        height: 11vw;
    }

    .main_top {
        width: 12.2021%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 35%;
        margin-left: 0%;
    }
    .main_top_2nd {
        width: 41.8084%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        margin-left: 0%;
    }
    .main_top_3rd {
        width: 53.7874%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2.5%;
        margin-left: 0%;
    }
    .main_top_4th {
        width: 79.7375%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 42.5%;
        margin-left: 0%;
        margin-bottom: -9%;
    }
    .main_ab {
        width: 34.3333%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 13%;
        top: 46%;
    }
    .main_ab2{
        width: 34.3333%;
        right: 13%;
        top: 46%;
    }
    .main_ab_ab {
        top: 19%;
        font-size: 3.1vw;
    }
    .main_bgvid {
        width: unset;
        height: 84%;
        top: 14%;
        border: 2px solid #28221f;
    }
    .main_bgvid video {
        filter: brightness(0.25);
        width: unset;
        height: 100%;
    }
    .main_bgvid {
        width: unset;
        height: 84%;
        width: 94%;
        top: 14%;
        border: 2px solid #28221f;
        overflow: hidden;
    }
    .main_ab_ab2 {
        font-size: 3.2vw;
        right: 70%;
        bottom: 28%;
    }
    .main_ab_ab4 {
        font-size: 6vw;
        bottom: 26%;
        left: unset;
    }
    .main_ab_ab3 {
        font-size: 5.5vw;
        bottom: 19%;
        left: 32%;
    }
    .main_ab_ab4 span {
        font-size: 9.5vw;
    }
    .main_2nd {
        height: 11.7vw;
    }
    .main_2nd_ab {
        width: 8.52231%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
    }
    .main_top_4th_ab{
        width: 110.3794%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
    }
    .main_2nd_top {
        width: 94.6614%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 4.6%;
        margin-left: 0%;
    }
    .main_ab_ab3 .ct_1 {
        font-size: 12.5vw;
    }
    .con1_top {
        width: 87.0472%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        margin-bottom: 41%;
    }
    .con01_02{
        width: 100%;
        height: 134vw;
    }
    .con1_top_ab {
        width: 71.9238%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        top: 10%;
    }
    .con1_top_ab2 {
        top: 22%;
        text-align: center;
        justify-content: center;
        display: flex
    ;
        flex-direction: column;
        align-items: center;
    }
    .con1_top_ab2 p {
        margin-bottom: 6%;
        line-height: 1.9;
        width: 72%;
        text-align: center;
    }
    .con1_ab_bg {
        border: 1px solid var(--mc);
        width: 105%;
        height: 106%;
        border-top: unset;
        top: 0;
        height: 102%;
    }
    .con1_top_ab2_ab {
        bottom: 6%;
        border-bottom: 1px solid black;
        position: absolute;
        width: 30%;
        text-align: center;
        display: flex
    ;
        justify-content: center;
        left: 50%;
        transform: translateX(-50%);
    }
    .con1_top_ab4 {
        width: 15.8484%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        top: 96%;
    }
    .con1_top_ab3 {
        width: 12.10971%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: 11%;
        top: 89%;
    }
    .con1_top_ab6 {
        width: 46.2178%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        z-index: 2;
        bottom: -2%;
        right: 0;
    }
    .con1_top_ab5 {
        width: 43.5879%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 3.5%;
        bottom: -4%;
        z-index: 2;
    }
    .con2_top {
        font-size: 8.6vw;
        margin-top: 15.4%;
    }
    .con2_top_2nd {
        margin-top: 2%;
    }

    .con11_swiper_item_img iframe {
        width: 100%;
        height: 45vw;
    }
    .con11_mid_bottom {
        width: 85%;
        margin-top: 3%;
    }

    .con7_prev {
        left: 1% !important;
        top: unset !important;
        width: 4.5vw !important;
        height: 10vw !important;
        border-radius: 50%;
        overflow: hidden;
        left: -6% !important;
        bottom: 37%;
        transition: 0.4s background;
        scale: -1;
        overflow: unset;
    }
    .con7_next {
        right: 1% !important;
        top: unset !important;
        width: 4.5vw !important;
        height: 10vw !important;
        border-radius: 50%;
        overflow: hidden;
        right: -6% !important;
        bottom: 37%;
        transition: 0.4s background;
        overflow: unset;
    }
    .con2_top_3rd {
        width: 83%;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        margin-top: 3%;
        margin-bottom: 9%;
    }
    .con2_top_3rd_ab {
        width: 21.03938%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 0;
    }
    .con2_top_3rd_ab2 {
        width: 20.46514%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: 0;
    }
    .con2_top_3rd {
        width: 83%;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        margin-top: 4%;
        margin-bottom: 9%;
        height: 11vw;
    }
    .con2_top_3rd_img {
        width: 8.10172%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-left: 0%;
        margin-bottom: 2%;
    }
    .con3_right{
        position: relative;
    }
    .con3_top {
        width: 72%;
        font-size: 8.2vw;
        margin-top: 15%;
        line-height: 1.2;
        text-align: center;
    }
    .con3_top_2nd {
        width: 72%;
        margin-top: 3%;
        margin-bottom: 21%;
        text-align: center;
    }
    .con3_right {
        width: 90%;
        background: white;
        top: 0;
        left: unset;
        height: 100%;
        justify-content: flex-start;
    }
    .con3_right_item_top {
        font-size: 7.1vw;
        margin-top: 13%;
        width: 92%;
        text-align: center;
    }
    .con3_top_2nd {
        width: 72%;
        margin-top: 3%;
        margin-bottom: 6%;
        text-align: center;
    }
    .con3_right_item_top_2nd {
        width: 88%;
        margin-top: 4%;
        text-align: center;
    }
    .con3_right_item_top_3rd1 {
        width: 94.6301%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
        margin-left: 0%;
        margin-bottom: 19%;
    }
    .con3_top_3rd_ab1 {
        width: 13.52713%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        left: 12%;
        margin-left: 0%;
        top: -17%;
    }
    .con3_top_3rd_ab2 {
        width: 13.52713%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        top: -17%;
        z-index: 2;
    }
    .con3_right_item2 .con3_right_item_top {
        font-size: 7.1vw;
        margin-top: 9%;
        width: 72%;
    }
    .con3_right_item3_top_2nd {
        width: 94.3753%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-left: 0%;
    }
    .con3_right_item3_top_2nd_ab {
        width: 28.1898%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: 6%;
    }
    .con3_right_item3_top_2nd_con_2 {
        width: 21.7346%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 4%;
        margin-right: 4%;
    }
    .con3_right_item3_top_2nd_con {
        margin-top: 5%;
        margin-bottom: 12%;
        flex-wrap: wrap;
    }
    .con3_right_item3_top_2nd_con_3{
        width: 51.0461%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
    }

    .con3_right_item3_top_2nd_con_1 {
        width: 32.8075%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
    }
    .con3_right_item3_top_2nd_con_2 {
        width: 31.7346%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 4%;
        margin-right: 4%;
    }
    .con3_right_item3_top_2nd_con_ab{
        width: 58.0419%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        rotate: 90deg;
        top: -6%;
        z-index: 2;
    }
    .con3_right_item4_top_2nd_con {
        margin-top: 7%;
        align-items: center;
        margin-left: 0;
        width: 200%;
        margin-bottom: 38%;
    }
    .con3_right_item4_top_2nd_con_top_ab2 {
        top: 44%;
        font-size: 7vw;
    }
    .con3_right_item4_top_2nd_con_ab {
        width: 3.43249%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 61%;
        top: 22%;
    }
    .con3_right_item4_top_2nd_con_ab2 {
        width: 3.43249%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 61%;
        bottom: 28%;
    }
    .con2_top {
        font-size: 10.6vw;
        margin-top: 15.4%;
        width: 70%;
        text-align: center;
    }
    .con3_top {
        width: 72%;
        font-size: 10.6vw;
        margin-top: 15%;
        line-height: 1.2;
        text-align: center;
    }
    .con3_right_item_top {
        font-size: 8.1vw;
        margin-top: 13%;
        width: 92%;
        text-align: center;
    }
    .con3_right_item2 .con3_right_item_top {
        font-size: 8.1vw;
        margin-top: 9%;
        width: 72%;
    }
    .con3_right_item4_ab {
        width: 64.508%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        bottom: -7%;
        right: 18%;
    }
    .con3_right_item4_abab2{
        width: 85.245%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
    }
    .con3_right_item4_abab3{
        width: 16.16289%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
    }
    .con5_top {
        font-size: 10.2vw;
        text-align: center;
        margin-top: 15%;
    }
    .con5_top3rd {
        margin-top: 5%;
        border-radius: 1.5vw;
        overflow: hidden;
        width: 92%;
        margin-bottom: 6%;
        flex-direction: column;
    }
    .con5_top3rd1{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
    }
    .con5_top3rd2{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
    }

    .con5_top3rd1aba {
        font-size: 7.2vw;
        z-index: 4;
        width: 78%;
        left: 0%;
        text-align: center;
    }
    .con5_top3rd1abab {
        width: 64.1693%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        top: 48%;
        left: 17%;
    }    .con5_top3rd1abab {
             width: 54.1693%;
             display: flex
         ;
             justify-content: center;
             align-items: center;
             margin-top: 0%;
             margin-left: 0%;
             top: 48%;
             left: 23%;
         }
    .con5_top3rd1ab2nd {
        width: 80%;
        margin-top: 5%;
        line-height: 1.6;
        text-align: center;
    }
    .con5_top3rdab {
        width: 27.245%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        top: 0%;
        right: 70%;
    }

    .con5_top3rdab2 {
        width: 42.3728%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: -22%;
        bottom: -5%;
    }

    .con5_top3rd2nd .con5_top3rd2ab {
        font-size: 7.2vw;
        text-align: left;
        top: 65%;
        left: 11%;
        right: unset;
    }

    .con5_top3rd2abab {
        width: 53.7954%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 36%;
        top: -3%;
    }
    .con5_top3rd1 {
        width: 94%;
    }
    .con5_top3rd1ab {
        top: 14%;
    }
    .con5_top3rd2 {
        width: 94%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
    }
    .con5_top3rd22{
        width: 100% !important;
    }
    .con5_top3rd12{
        width: 100% !important;

    }

    .con5_top3rd2 {
        width: 100%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
    }
    .con5_top3rd2ab {
        font-size: 7.2vw;
        text-align: right;
        top: 57%;
        right: 11%;
    }
    .con5_top3rd2abab {
        width: 53.7954%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 48%;
        top: -3%;
    }
    .con5_top3rd2nd .con5_top3rd2ab {
        font-size: 7.2vw;
        text-align: left;
        top: 56%;
        left: 11%;
        right: unset;
    }
    .con5_top3rd1ab2nd {
        width: 90%;
        margin-top: 5%;
        line-height: 1.6;
        text-align: left;
    }
    .con5_top3rdab2 {
        width: 45.3728%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: -23%;
        bottom: -5%;
    }
    .con5_top3rd1aba {
        font-size: 7.2vw;
        z-index: 4;
        width: 78%;
        left: 0%;
        text-align: right;
    }
    .con5_top3rd1abab {
        width: 57.1693%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        top: 47%;
        left: 44.4%;
    }
    .con5_top3rdab {
        width: 31.245%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        top: -6%;
        right: 64%;
    }
    .con5_top3rd {
        margin-top: 5%;
        border-radius: 1.5vw;
        overflow: hidden;
        width: 92% !important;
    }
    .con5_top3rd1 {
        width: 100%;
    }
    .con5_top3rd2nd .con5_top3rd1aba {
        text-align: right;
        width: 89%;
    }
    .con5_top3rd12ab2 {
        width: 42.7995%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        bottom: -4%;
        left: -17%;
    }
    .con5_top3rd12ab {
        width: 33.245%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        top: 4%;
        left: 1%;
    }
    .con5_top3rd1abab2 {
        width: 34.6701%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        bottom: 50%;
        margin-left: 0%;
        right: -0.5%;
    }
    .con5_2nd_top {
        width: 21.14436%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        margin: 14% 0;
    }
    .con6_top {
        width: 11.62205%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: -4.5%;
        margin-left: 0%;
    }
    .con6_top_2nd {
        width: 7.52231%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-left: 0%;
    }
    .con6_top_3rd {
        font-size: 11.3vw;
        margin-top: 7.5%;
        text-align: center;
        width: 84%;
    }
    .con6_top_4th {
        text-align: center;
        margin-top: 3.6%;
    }
    .con6_top_5th_item_con {
        margin-top: 3%;
        margin-bottom: 8%;
        flex-direction: column;
    }


    .con6_top_5th_item {
        margin: 0 0.6%;
        flex-direction: column;
        width: 79%;
        height: 97vw;
    }
    .con6_top_5th_item_vid {
        height: unset;
        overflow: hidden;
        left: 0;
        width: 100%;
        border-radius: 1vw 0vw 0vw 1vw;
        top: 0;
    }

    .con6_top_5th_item_top {
        left: unset;
        font-size: 3.5vw;
        top: 51%;
    }

    .con6_top_5th_item_top_3rd {
        left: unset;
        top: 74%;
        text-align: center;
    }
    .con6_top_5th_item_top_2nd {
        left: unset;
        top: 63%;
        font-size: 6.7vw;
    }
    .con6_top_5th_item_con {
        margin-top: 8%;
        margin-bottom: 15%;
        flex-direction: column;
    }
    .con6_top_5th_item_top {
        left: unset;
        font-size: 4vw;
        top: 55%;
    }
    .con6_top_5th_item_1_ab_2 {
        width: 31.9793%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        bottom: -1%;
        right: -2%;
    }
    .con6_top_5th_item_on {
        height: 27vw !important;
    }
    .con6_top_5th_item_on .con6_top_5th_item_top {
        left: 43%;
        color: white;
        font-size: 4vw;
        top: 23%;
    }
    .con6_top_5th_item_on .con6_top_5th_item_top_2nd {
        left: unset;
        top: 50%;
        font-size: 6vw;
        writing-mode: unset;
    }
    .con6_top_5th_item_1_ab_2 {
        width: 31.9793%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        bottom: 0%;
        right: -14%;
    }

    .con6_top_5th_item {
        margin: 2% 0.6%;
    }

    .con7_top {
        width: 34.2861%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
    }
    .con7_top_2nd {
        font-size: 10.2vw;
        margin-top: 5%;
        text-align: center;
        width: 80%;
    }
    .con7_top_3rd {
        text-align: center;
        margin-top: 3.4%;
        width: 79%;
    }
    .con7_top_4th {
        width: 86%;
        border-radius: 26vw;
        overflow: hidden;
        margin-top: 44.5%;
        margin-bottom: 15.5%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con7_top_4th_ab {
        top: 21%;
        z-index: 2;
        width: 9%;
        height: 9vw;
        display: flex
    ;
        font-size: 6vw;
        justify-content: center;
        align-items: center;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
    }
    .con7_top_4th_ab_2nd {
        font-size: 6vw;
        z-index: 2;
        width: 78%;
        text-align: center;
        top: 48%;
    }
    .con7_ab_2_ab3 {
        width: 36.126%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 12%;
        top: 42%;
    }

    .con7_ab_2_ab4 {
        width: 36.126%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: 12%;
        top: 42%;
    }
    .con7_ab {
        width: 1.67454%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 3%;
        z-index: 2;
    }
    .con7_ab_2 {
        width: 1.67454%;
        display: flex
    ;
        justify-content: center;
        z-index: 2;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: 3%;
    }
    .con7_ab_ab {
        display: none;
    }
    .con7_ab_2_ab{
        display: none;

    }
    .con7_ab_2_ab2 {
        border-top: 1px solid #ceb7ac;
        width: 100%;
        top: 77.4%;
    }

    .con8_top {
        font-size: 10.3vw;
        width: 84%;
        margin-top: 15%;
        text-align: center;
    }
    .con8_top_2nd {
        width: 77%;
        margin-top: 4%;
        margin-bottom: 6%;
        text-align: center;
    }
    .con8_ab_2_con{
        position: relative !important;
    }
    .con8_ab_2_con {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        width: 79%;
        top: 24%;
        margin-top: 6%;
        margin-bottom: 6%;
    }

    .con8_ab {
        width: 100%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        bottom: 0;
        right: 0;
        position: relative;
        margin-top: 29%;
    }
    .con9_top {
        width: 12.2021%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
    }
    .con9_top_2nd {
        font-size: 10.3vw;
        margin-top: 5%;
        text-align: center;
        width: 75%;
    }
    .con9_top_3rd {
        margin-top: 3%;
        margin-bottom: 3.5%;
        text-align: center;
        width: 80%;
    }
    .con9_2nd {
        flex-direction: column;
        padding-bottom: 5%;
    }

    .con9_2nd_item {
        width: 100% !important;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        height: 34vw;
    }

    .con9_2nd_item_on .con9_2nd_item_ab {
        left: 12%;
        top: 12%;
        writing-mode: tb;
        color: var(--mc);
        font-size: 6.8vw;
    }
    .con9_2nd_item_ab2 {
        top: 28%;
        font-size: 5.3vw;
        right: 13%;
    }
    .ct_2 {
        font-size: 9vw;
    }
    .con9_2nd_item_on .con9_2nd_item_ab {
        left: unset;
        top: 14%;
        writing-mode: unset;
        color: var(--mc);
        font-size: 6.8vw;
    }

    .con9_2nd_item_1_ab {
        width: 71.1364%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        bottom: 0;
        right: 12%;
    }

    .con9_2nd_item_ab2_ab {
        bottom: 105%;
        right: unset;
    }
    .con9_2nd_item_ab2 {
        top: 36%;
        font-size: 5.3vw;
        right: unset;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con9_2nd_item_on .con9_2nd_item_1_ab_2{
        opacity: 0;
    }
    .con9_2nd_item {
        width: 100% !important;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        height: 76vw;
    }
    .con9_2nd_item_1_ab {
        width: 96.1364%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        bottom: 0;
        right: 2%;
    }
    .con9_2nd_item_ab {
        writing-mode: horizontal-tb;
        top: 49%;
        left: unset;
        color: white;
        font-size: 6.8vw;
    }
    .con9_2nd_item_2_ab_2 {
        bottom: 11%;
        left: unset;
        opacity: 1;
    }
    .con9_2nd_item_1_ab_2{
        bottom: 11%;
        left: unset;
        opacity: 1;
    }
    .con9_2nd_item_on .con9_2nd_item_1_ab_2{
        opacity: 0;
    }
    .con9_2nd_item_on .con9_2nd_item_2_ab_2{
        opacity: 0;
    }
    .ct_3 {
        font-size: 9vw;
    }

    .con9_2nd_ab {
        width: 11.46194%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        z-index: 2;
    }
    .con9_2nd_item_2_ab {
        width: 80.1249%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        bottom: 0%;
        left: 7%;
    }
    .con9_2nd {
        flex-direction: column;
        padding-bottom: 8%;
    }

    .con10_top {
        width: 21.14173%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 16%;
        margin-left: 0%;
    }
    .aos_ab_ab p {
        font-family: pyeonghwa !important;
        font-style: normal;
        font-weight: 300;
        line-height: 1.2;
        font-size: 5vw !important;
    }
    .con10_top_3rd {
        width: 74.063%;
        display: flex
    ;
        justify-content: center;
        z-index: 2;
        align-items: center;
        margin-top: 22%;
        margin-left: 0%;
    }
    .con10  .slide-img{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
    }
    .con10 .mySwiper {
        top: 35%;
        width: 180%;
    }
    .con10_top_3rd {
        width: 83.063%;
        display: flex
    ;
        justify-content: center;
        z-index: 2;
        align-items: center;
        margin-top: 47%;
        margin-left: 0%;
    }
    .aos_ab_ab2 p {
        font-family: "SUIT Variable" !important;
        font-style: normal;
        font-weight: 300;
        font-size: 3.1vw !important;
    }
    .slide-img1 {
        top: 17%;
        font-size: 4vw;
        font-weight: 500;
    }
    .slide-img3 {
        font-size: 7vw;
        top: 66%;
    }
    .slide-img2 {
        top: 52%;
    }
    .slide-img3 span {
        font-size: 5vw;
        top: 66%;
    }
    .con10_top_4th {
        width: 91%;
        background: white;
        border: 1px solid black;
        border-radius: 1.4vw;
        padding-top: 4%;
        padding-bottom: 4%;
        margin-bottom: 7%;
        flex-direction: column;
    }
    .con10_top_4th_1{
        width: 82.8913%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 8%;
        margin-left: 0%;
    }
    .con10_top_4th_2 {
        width: 85.4884%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 20%;
        margin-left: 0;
        margin-bottom: 7%;
    }
    .con10_top_4th_ab {
        background: black;
        height: unset;
        width: 100%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        height: 0.1vw;
        top: 48%;
    }
    .con10_top_4th_ab_ab {
        width: 12%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
    }
    .con10 .mySwiper {
        top: 22%;
        width: 180%;
    }
    .con10_top_2nd {
        font-size: 10.3vw;
        margin-top: 3.4%;
        width: 80%;
        text-align: center;

    }
    .yeokdae {
        font-size: 15.5vw;
    }
    .aos_ab_ab2 {
        right: unset;
        top: 121%;
    }
    .con11_top {
        font-size: 10.3vw;
        margin-top: 15%;
        text-align: center;
    }
    .con11_top_2nd {
        margin-top: 3%;
    }
    .con11_top_3rd {
        margin-top: 5%;
        margin-bottom: 13%;
        flex-wrap: wrap;
    }
    .con11_top_3rd_item {
        width: 44vw;
        height: 56vw;
        flex-direction: column;
        background: #eaeaea;
        margin: 0.8% 0.8%;
        overflow: hidden;
        border-radius: 1vw;
    }
    .con11_top_3rd_item_top {
        top: 21%;
        font-size: 6vw;
    }
    .con11_top_3rd_item_4_ab2 {
        width: 23.9186%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: 16%;
        z-index: 2;
        top: 58%;
    }

    .con12_top {
        width: 27.979%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 24%;
        margin-left: 0%;
    }
    .con12_top_2nd {
        text-align: center;
        font-size: 10vw;
        margin-top: 5%;
    }

    .con12_top_3rd {
        margin-top: 3%;
        margin-bottom: 37%;
        font-size: 3.6vw;
        width: 77%;
        text-align: center;
    }
    .con12_top {
        width: 27.979%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 37%;
        margin-left: 0%;
    }
    .con12_ab {
        width: 32.0079%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: 6%;
        top: 15%;
    }

    .con12_ab2 {
        width: 39.2073%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: -1%;
        top: 86%;
    }
    .con12_ab3 {
        width: 33.6325%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 10%;
        top: 10%;
    }

    .con12_ab4 {
        width: 41.2073%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 3%;
        top: 72%;
    }
    .con12_ab5 {
        width: 34.5984%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        top: 92%;
        left: 23%;
    }
    .con13_top {
        width: 34.9186%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
    }

    .con13_top_2nd {
        text-align: center;
        font-size: 10.3vw;
        margin-top: 4%;
    }

    .con13_top_3rd {
        width: 67.6745%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        z-index: 3;
        margin-left: 0%;
    }
    .con13_top_3rd_ab2 {
        color: white;
        font-size: 3.6vw;
        top: 21%;
        font-weight: 600;
    }
    .con13_top_3rd_ab {
        top: 29%;
        font-size: 8vw;
        font-weight: 900;
    }
    .con13_top_3rd_ab_ct {
        font-size: 23vw;
    }
    .con13_top_3rd {
        width: 67.6745%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 66%;
        z-index: 3;
        margin-left: 0%;
    }
    .con13 .slide-img {
        width: 97.7925%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        border-radius: 1vw;
        overflow: hidden;
    }
    .con13 .mySwiper {
        top: 27%;
        width: 200%;
    }
    .con13_top {
        width: 34.9186%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 35%;
        margin-left: 0%;
    }
    .con13_top_4th {
        width: 87.0709%;
        display: flex
    ;
        z-index: 3;
        justify-content: center;
        align-items: center;
        margin-top: -48%;
        margin-left: 0%;
    }
    .con13_top_4th_ab {
        width: 50.4762%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 56%;
        top: 21%;
    }

    .con13_ab {
        width: 45.1706%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        top: 3%;
        right: 47%;
    }

    .con13_ab2 {
        width: 32.1811%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        top: 5%;
        right: 12%;
    }
    .con13_ab3 {
        width: 53.6325%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        top: 10%;
        right: 38%;
    }
    .con13 .mySwiper {
        top: 35%;
        width: 200%;
    }

    .con14_top {
        width: 55.1181%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
    }

    .con14_top_2nd {
        margin-top: 3%;
    }

    .con11_swiper_item_img2_ab2 {
        color: white;
        top: 10%;
        font-size: 5.2vw;
        left: 12%;
    }
    .con14 .con11_mid_bottom {
        width: 85%;
        margin-top: 4%;
        margin-bottom: 10%;
    }
    .con15_top {
        width: 16.9116%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
    }
    .con15_top_2nd {
        font-size: 10.3vw;
        text-align: center;
        margin-top: 4%;
    }

    .con15_top_3rd {
        text-align: center;
        margin-top: 3%;
    }
    .con15_top_4th {
        width: 87.9558%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 66%;
        margin-left: 0%;
        margin-bottom: -24.4%;
    }
    .con10_swiper_y_right {
        display: flex !important
    ;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 120%;
        height: unset;
        overflow: hidden;
        right: 2%;
        top: 41%;
        pointer-events: none;
    }

    .con10_swiper_y_left{
        display: flex !important
    ;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 120%;
        height: unset;
        overflow: hidden;
        right: 2%;
        top: 56%;
        pointer-events: none;
    }
    .con15_con_border {
        height: 100%;
        width: 72%;
        border: 1px solid var(--mc);
        border-top: unset;
        border-bottom: unset;
        opacity: 0.4;
    }
    .con16_top {
        font-size: 10.3vw;
        margin-top: 15%;
    }


    div.con14_table {
        width: 91%;
        flex-wrap: wrap;
    }
    .con14_table_hd > div {
        padding: 6vw 0;
    }
    .con14_table_hd {
        width: 100%;
        display: flex;
        font-size: 3.6vw;
        font-weight: 300;
    }
    .con14_table_tr > div {
        padding: 4vw 0;
        line-height: 1.3;
    }
    .con14_table_body {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        font-size: 3.5vw;
    }
    .con14_line {
        width: 51%;
        left: 50%;
    }
    .con14_table_right p.absol {
        font-weight: bold;
        left: auto;
        top: 1%;
    }
    .con14_table_right p.absol.new_animate {
        left: auto;
        font-weight: 800;
        font-size: 5.1vw;
        top: 66%;
    }
    .con14_table_right p.bold {
        position: static;
        left: 0%;
    }
    .con14_table_bot01 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 4vw 0;
        font-size: 4.8vw;
    }
    .con14_table_bot01 span {
        margin-left: 15vw;
    }
    .con14_table_tr > div {
        padding: 4vw 0;
        line-height: 1.3;
        text-align: center;
    }

    .con14_table_left p{
        width: 65%;
    }
    .con14_table_right_ab{
        width: 175.4059%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 34%;
    }
    .con14_table_right_ab2{
        width: 85.5121%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
    }

    .con17_top {
        width: 15.8294%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
    }
    .con14_table_tr_last .con14_table_center p{
        width: 54%;
    }
    .con14_table_right_ab3 {
        width: 29.7916%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        bottom: -3%;
        right: -3%;
    }
    .con16_ab {
        width: 59.7559%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: -4%;
        bottom: -3%;
    }
    .con17_top {
        width: 21.8294%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 17%;
        margin-left: 0%;
    }
    .con17_top_2nd {
        font-size: 10.3vw;
        margin-top: 2.4%;
    }
    .con17_top_3rd_item {
        width: 46.2888%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        margin: 1.65%;
    }
    .con17_top_3rd {
        flex-wrap: wrap;
        width: 92%;
        margin-bottom: 12%;
        margin-top: 2%;
    }
    .con17_ab2 {
        width: 65.3596%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        top: 90%;
        right: -14%;
    }
    .con17_ab{
        display: none;
    }
    .con18_top {
        font-size: 10.3vw;
        margin-top: 15%;
    }
    .con19_bg1 {
        width: 50.3937%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: 50%;
        ㅇ: ㅇ;
        display: none;
    }

    .con19_bg1 {
        width: 100%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: unset;
        top: 0;
    }

    .con19_top {
        font-size: 10.3vw;
        color: white;
        width: 75%;
        margin-top: 15%;
        text-align: center;
    }
    .con19_top_2nd {
        width: 75%;
        margin-top: 4%;
        text-align: center;
    }
    .con19_top_3rd {
        width: 6.6273%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-left: -22%;
    }
    .con19_top_3rd_ab {
        left: 133%;
        font-size: 7.2vw;
    }

    .con19_top_3rd {
        width: 6.6273%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-left: -36%;
    }

    .con19_top_4th {
        width: 75.7375%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-left: 0%;
    }

    .form {
        margin-top: 0%;
        position: relative !important;
    }


    .form {
        border-radius: 1vw;
        left: unset;
        width: 82%;
        top: unset;
        border: 1px solid #433128a6;
        margin-top: 7% !important;
        margin-bottom: -10%;
        position: relative !important;
    }
    .form_row_label {
        font-size: 3.3vw;
    }
    .form_row_imput {
        width: 70%;
        height: 6.8vw;
        font-size: 3.4vw;
    }
    .form_row_imput_radio {
        height: 6.5vw;
        width: 34%;
    }
    .form_row_imput_radio::before {
        font-size: 3vw;
    }
    .form_agree_span {
        font-size: 3vw;
    }
    .form_agree_check {
        width: 3vw;
        height: 3vw;
    }
    .form_agree_check:checked::after {
        content: "";
        width: 2.3vw;
        height: 2.3vw;
    }
    .form_submit {
        font-size: 4.3vw;
        font-family: "SUIT Variable";
        font-weight: 600;
    }
    .footer_agree {
        bottom: 76%;
    }
    .con4_toppr {
        width: 39.4724%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-top: 87%;
        margin-left: 0;
    }
    .con4_top {
        width: 63.0866%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
        margin-left: 0%;
    }
    .con4_top_2nd {
        margin-left: 0;
        text-align: center;
        margin-top: 20%;
    }
    .con4_top_3rd {
        width: 33.3517%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 6.5%;
        margin-left: 0;
        margin-bottom: 12%;
    }
    .con4_topab3 {
        width: 72.8992%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 49%;
        top: 55%;
    }

    .con4 .mySwiper {
        width: 100%;
        left: unset;
        top: 7%;
    }
    .con4 .mySwiper2 {
        width: 43%;
        right: unset;
        bottom: 65%;
        width: 100%;
        left: unset;
    }
.con4 .slide-img{
    width: 100% !important;
}

    .con1_top_ab3ab {
        width: 171.564%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: 43%;
        bottom: 47%;
    }
    .con3_right_item4_top_2nd_con {
        z-index: 12;
    }
    .con11_swiper_item_img2 {
        height: 46vw;
    }
    
    
       .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;
    }
    
    
    
    

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .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%;
    fil
}    
  
.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;
}

    
    .con17_mid_map_search_item_plus {
    width: 10.6926%;
    display: flex
;
    justify-content: center;
    align-items: center;
    right: 9%;
    bottom: 19%;
}
    
        .con17_mid_map_search_item_plus {
        width: 7.6926%;
        display: flex
;
        justify-content: center;
        align-items: center;
        right: 9%;
        bottom: 19%;
    }
.con9_border {
    top: 3%;
}
.con9_2nd_item_2_ab {
        width: 80.1249%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        bottom: -3%;
        left: 7%;
    }
    .con9_2nd_item_2{
        overflow: hidden;
    }
.con11_top_3rd_item_on{
    background: var(--sc);
}    
.con13_con {
    border: 1px solid #ceb7ac;
    height: 98.5%;
    width: 98%;
}
    .popup_close {
        width: 12.3% !important;
    }    

        .popup {
        background: white !important;
    }
    .main_top_3rd_ab{
        width: 100% !important;
    }
    
.con3_top_prv {
    width: 72%;
    margin-top: 8%;
    text-align: center;
    margin-top: 15%;
    margin-bottom: -10%;
    font-size: 7vw;
}
.con3_right_item_top_3rd22item {
    width: 36.3707%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0.5%;
}
    .con3_right_item_top_3rd22itemab {
    width: 64.6728%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    z-index: 1;
}
.con3_right_item_top2 {
    width: 91.5675%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 9%;
    margin-left: 0;
    margin-bottom: 0%;
}    
    .con9_2nd_item_1_ab {
        width: 79.1364%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        bottom: 0;
        right: 11%;
    }    
    .con9_2nd_item_2_ab {
        width: 74.1249%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        bottom: -3%;
        left: 9%;
    }    
    .con10_top_3rd {
        width: 83.063%;
        display: flex
;
        justify-content: center;
        z-index: 2;
        align-items: center;
        margin-top: 7%;
        margin-left: 0%;
    }    
    .con5_top3rd2abab {
        width: 53.7954%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 48%;
        top: -9%;
    }    
    .con1_top_ab2_ab {
        width: 50%;
    }
    .con17_top_3rd {
        flex-wrap: wrap;
        width: 92%;
        margin-bottom: 12%;
        margin-top: 2%;
        flex-direction: column;
    }
        .con17_top_3rd_item {
        width: 71.2888%;
    }
    .con5_top3rd12ab2{
        display: none;
    }
    .con5_top3rdab2{
        display: none;
        
    }
}

