* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}
.container{
display:none;
}
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 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/dcon11_08.png) no-repeat center / contain;
    }
    26% {
        background: url(/images/dcon11_08.png) no-repeat center / contain;
    }
    33% {
        background: url(/images/dcon11_09.png) no-repeat center / contain;
    }
    59% {
        background: url(/images/dcon11_09.png) no-repeat center / contain;
    }
    66% {
        background: url(/images/dcon11_10.png) no-repeat center / contain;
    }
    93% {
        background: url(/images/dcon11_10.png) no-repeat center / contain;
    }
    100% {
        background: url(/images/dcon11_08.png) no-repeat center / contain;
    }
}
@keyframes opa {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes backgroundchange_2 {
    0% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }

    20% {
        background: url(/images/con08_08.png) no-repeat center / contain;

    }

    40% {
        background: url(/images/con08_09.png) no-repeat center / contain;

    }

    60% {
        background: url(/images/con08_10.png) no-repeat center / contain;

    }

    80% {
        background: url(/images/con08_11.png) no-repeat center / contain;

    }
    100% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}
.main{
    background: url(/images/topcon1_03.jpg) no-repeat center / cover;

}
.main_top{
    width: 9.76378%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15%;
    margin-left: 54%;
}

.main_top_2nd{
    width: 64%;
    text-align: right;
    margin-top: 1%;
    margin-bottom: 6%;
}
header {
    background: white;
}
.main_top {
    width: 9.76378%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    margin-left: 54%;
}
.main {
    background: url(/images/topcon3_01.jpg) no-repeat center / cover;
    margin-top: 3%;
}
.main_2nd{
    background: url(/images/topcon3_01.jpg) no-repeat center / cover;

}


.main_top_3rd{
    width: 11.0761%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 10%;
    top: 31%;
}




.main_top {
    width: 9.76378%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    margin-left: 49%;
    font-size: 3vw;
    font-weight: 600;
    font-style: italic;
}



.main_top {
    width: 9.76378%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    margin-left: 55%;
    font-size: 3vw;
    font-weight: 600;
    font-style: italic;
}




.con21_mid_prev {
    top: 34% !important;
    left: unset !important;
    bottom: unset !important;
    width: 3% !important;
    height: 3vw !important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 7% !important;
}
.con21_mid_next {
    top: 34% !important;
    right: unset !important;
    bottom: unset !important;
    width: 3% !important;
    height: 3vw !important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 7% !important;
    scale: -1;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    display: none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    display: none;
}



.con21_mid_prev{
    top: unset !important;
    left: 7% !important;
}
.con21_mid_next{
    top: unset !important;
    right: 7% !important;
}

.con11_top_4th_item_on{
    box-shadow: 0px 0px 26px 0px #205eb7;
}
.con11_top_4th{
    margin-top: 3%;
}


.con11_top {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-weight: 600;
    font-size: 1.3vw;
    margin-top: 7%;
    margin-bottom: 1.5%;
    width: 20%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}
.con11_top_left {
    width: 2.28688%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 17%;
}
.con11_top_right{
    width: 2.28688%;

    display: flex;
    justify-content: center;
    align-items: center;
    right: 17%;
}


.con11_top {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-weight: 600;
    font-size: 1.3vw;
    margin-top: 10%;
    margin-bottom: 1.5%;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #205eb7;
}

.con6_left_swiper_5{
    width: 73%;
    overflow: hidden;
}

.con6_left_swiper_5_slide_con{
    border: 1px solid #0000002e;
    border-radius: 20px;
    padding-left: 46%;
    padding-top: 13%;
    padding-bottom: 13%;
}

.con6_left_swiper_5_slide_con_1st{
    width: 58%;
    text-align: left;
    font-size: 1.4vw;
    white-space: nowrap;
    margin-bottom: 10%;
}
.con6_left_swiper_5_slide_con_2nd{
    margin-bottom: 1%;
}

.con6_left_swiper_5_slide_con_ab{
    width: 38.9339%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
}
.con1_con{
    margin-top: 4%;
    margin-bottom: 6%;
}


.con1_top_2nd{
    width: 13.9108%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_store{
    color: #192853;
}




































.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;
}
.con20_top {
    width: 16.5879%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 6%;
    margin-bottom: 2%;
}
.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%;
}






























.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: black;
    
}
.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%;
}


.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;
    font-family: Pretendard-semibold;
    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;
}


.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;
}

.popup_img_con {
    left: 18%;
    border-radius: 23px;
    overflow: hidden;
    width: 77%;
    height: 16vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add2_top_11th{
    width: 36.7327%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.add3_top_3rd_ab_2nd {
    bottom: 11%;
    left: 151%;
    width: 46.5746%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.add3_04_con{
    overflow: hidden;
}
.add3_top_8th_item_con{
    overflow: hidden;
}

.popup {
    width: 57%;
    height: 24vw;
    padding-top: 4%;
    top: 2%;
    border: 1px solid black;
}
.popup_top_absol {
    width: 12.4369%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 18%;
    left: 52.5%;
}
.popup_right_2nd {
    font-family: Pretendard-semibold;
    width: 78%;
    font-size: 1.56vw;
    border-bottom: 1px solid black;
    padding-bottom: 3%;
}
.popup_right_6th_left {
    width: 38.523% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup img{
    width: 100%;
}

.popup_close {
    width: 2.40634%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5%;
    right: 4%;
}


.add3_top_4th {
    margin-top: 2%;
}

.popup_close {
    width: 5.40634%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5%;
    right: 4%;
}

.fixed_popup_con_2{
        height: 100%;
    width: 50%;
    background: black;
    top: 0;
}
.fixed_popup_con_3{
        bottom: 0;
    left: 0;
    width: 22%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup_img_con {
    left: 18%;
    border-radius: 23px;
    overflow: hidden;
    width: 77%;
    height: 16vw;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20%;
}
.popup_right {
    width: 53%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: -7%;
}
.tothetop a {
    height: 100%;
}
.quick_checkbox:checked::after {
    width: 0.7vw;
    height: 0.7vw;
}
.form_row_imput {
    color: white;
}




.con3_mid_3rd{
    padding: 0.7% 0;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    margin-top: 8%;
}

.con6_mid_swiper_1_slide_p_con_3rd{
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(1){
    color: white;
    font-size: 0.9vw;
}
.con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(2){
    color: white;
    font-size: 0.9vw;
    background: white;
    border-radius: 40px;
    color: #820000;
    font-family: Pretendard-bold;
    padding: 0 3%;
    margin-left: 2%;
}
.con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(2) {
    color: white;
    font-size: 0.9vw;
    background: transparent;
    border-radius: 40px;
    color: #a84e1d;
    font-family: Pretendard-bold;
    padding: 0 3%;
    margin-left: 2%;
}

.con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(1) {
    color: black;
    font-size: 0.9vw;
    font-family: 'Pretendard-semibold';
}

.con3_mid_3rd {
    padding: 0.7% 0;
    border-top: unset;
    border-bottom: unset;
    margin-top: 8%;
}


.con3_mid_3rd {
    bottom: 1%;
}

.con1_abs_5 {
    left: 84%;
}


.map {
    width: 100%;
}
.on2 {
    color: white !important;
}
.on2 {
    background: #182853;
    color: white !important;
}
.con17_mid_map_search_top {
        background: #182853;
}
.con17_mid_map_search_mid {
    background: #182853;
}
.con17_mid_map_pop{
        color: white;
    font-size: 0.9vw;
    background: #205eb7;
    border-radius: 40px;
    font-family: Pretendard-regular;
    padding: 1.4% 3%;
    margin-left: 2%;
    font-style: unset;
    right: 8%;
    bottom: 5%;
}
.con17_mid_map_search_item {
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 10% 0;
    font-size: 0.8vw;
    width: 86%;
}
.con17_mid_map_search_item {
    width: 86%;
}

.con17_mid_map_pop {
    color: white;
    font-size: 0.9vw;
    background: #205eb7;
    border-radius: 40px;
    font-family: Pretendard-regular;
    padding: 1.4% 3%;
    margin-left: 2%;
    font-style: unset;
    right: -1%;
    display: flex;
    bottom: 10%;
    justify-content: center;
    align-items: center;
}
.con17_mid {
    margin-bottom: 0;
    margin-top: 0%;
}
.fixed_popup_con_2 {
    background: #182853;
}
.popup {
    border: unset;
}

.con6_left_swiper_5_slide_con_ab {
    height: 100%;
}


.con6_left_swiper_5_slide_con {
    height: 6vw;
}

.con17_mid_map_pop{
    cursor: pointer;
}
@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {


.con6_left_swiper_5_slide_con {
    height: 18vw;
}


    .main_top {
        width: 9.76378%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 27%;
        margin-left: 49%;
        font-size: 7vw;
        font-weight: 600;
        font-style: italic;
    }
    .main {
        background: url(/images/topcon3_01.jpg) no-repeat 29% 0% / cover;
        margin-top: 15%;
    }
    .main_top_2nd {
        width: 84%;
        text-align: right;
        margin-top: 1%;
        margin-bottom: 6%;
    }
    .main_top_3rd {
        width: 39.0761%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 5%;
        top: 26%;
    }
    .main {
        background: url(/images/topcon3_01.jpg) no-repeat 33% 0% / cover;
        margin-top: 15%;
    }

    .main_top {
        width: 9.76378%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 27%;
        margin-left: 62%;
        font-size: 7vw;
        font-weight: 600;
        font-style: italic;
    }
    .con11_top {
        font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
        font-weight: 600;
        font-size: 4.5vw;
        margin-top: 12%;
        margin-bottom: 3.5%;
        width: 52%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #205eb7;
    }
    .con1_top_2nd{
        width: 51.9108%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
    }

    .con6_left_swiper_5 {
        width: 83%;
        overflow: hidden;
    }

    .con21_mid_prev {
        left: unset !important;
        bottom: unset !important;
        width: 8vw !important;
        height: 8vw !important;
        margin: 0 !important;
        left: 7% !important;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 7% !important;
        left: 3% !important;
    }
    .con21_mid_next {
        left: unset !important;
        bottom: unset !important;
        width: 8vw !important;
        height: 8vw !important;
        margin: 0 !important;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 3% !important;
    }


    .con6_left_swiper_5_slide_con_1st {
        width: 58%;
        text-align: left;
        font-size: 4vw;
        white-space: nowrap;
        margin-bottom: 10%;
    }

    .con4_scr_2nd{
        width: 300%;
    }

    .con11_top {
        line-height: 5vw;
    }

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    


    
    
    
    
    
        .map {
        width: 100%;
        height: 45vw;
    }
    .con17_mid_map_search_mid input {
        appearance: none;
        border: none;
        outline: none;
        border-radius: 50px;
        width: 100%;
        height: 7vw;
        padding-left: 5%;
        font-family: 'Pretendard-regular';
        font-size: 3vw;
    }
    .con17_mid_map_search{
        position: relative !important;
        width: 100%;
        background: white;
        height: 106vw;
        top: 5%;
        z-index: 2;
        overflow: hidden;
        border-radius: 0 0 20px 20px;
        left: 0;
    }
    .con17_mid_map_search_top > div {
        color: white;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 5%;
        padding-bottom: 3%;
        font-size: 3.2vw;
        font-family: pretendard-bold;
    }
    .con17_mid_map_search_mid input {
        appearance: none;
        border: none;
        outline: none;
        border-radius: 50px;
        width: 100%;
        height: 7vw;
        padding-left: 5%;
        font-family: 'Pretendard-regular';
        font-size: 3vw;
    }

    .con17_mid_map_search_item {
        margin: 0% 7%;
        border-bottom: 1px solid #808080a3;
        padding: 5% 0;
        font-size: 3.4vw;
    }
    .con17_mid_map_search_item_title {
        font-size: 4.3vw;
        font-family: pretendard-bold;
    }
    .con17_mid_map_search_bottom {
        overflow-y: scroll;
        height: 82.5vw;
        width: 100%;
    }    
    
    .main4_01{
        width: 40% !important;
    }
    .main_title {
        font-family: NanumSquareNeoTTF-dEb;
        font-size: 10.1vw;
        margin-top: -15%;
    }
    .con17_mid {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 83%;
        margin-bottom: 16%;
    }
    
    .map {
        width: 98%;
        height: 33vw;
        height: 53vw;
        border-radius: 0;
        border: 1px solid #10069f;
    }
    .map_search {
    width: 5% !important;
    right: 8% !important;
}






    .map {
        border: 1px solid #ff490e;
    }



        .map {
        border: unset;
    }
        .con21_ab_3 {
        position: relative;
    }
    
    
    
    
    
    
    
    
    
    
    
    

.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;
    }        
    
    
    
        .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%;
}

    
    .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;
    }    
    
    .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;
    }    
    
.popup_img_con {
    overflow: hidden;
    width: 80%;
    scale: 1;
    height: 49vw;
    display: flex;
    justify-content: center;
    align-items: center;
}    
    
        .popup {
        width: 94%;
        background: white;
        height: 132vw;
        top: 2% !important;
        padding-top: 14%;
        flex-direction: column;
    }
    
    
    
        .main_mid_title {
        font-size: 5vw;
        word-break: keep-all;
    }
    
    
    popup_right> div > div:nth-child(2) {
        font-family: Pretendard-regular;
        font-size: 3vw;
        width: 71%;
    }
    
        .popup_right> div > div:nth-child(1) {
        font-family: Pretendard-semibold;
        font-size: 3vw;
        width: 21%;
        color: black;
    }
    
    
    
    .popup_right> div > div:nth-child(2) {
    font-family: Pretendard-regular;
    font-size: 3vw;
    width: 71%;
}
    
        .popup_img_con {
        overflow: hidden;
        width: 80%;
        scale: 1;
        height: 49vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    
        .popup_right {
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .popup_right_2nd {
    text-align: center;
    }

    
        .popup_close {
        top: 4% !important;
        right: 5% !important;
        width: 11.3% !important;
        z-index: 10 !important;
        -webkit-filter: brightness(0) invert(1);
        filter: unset;
    }
    
    
    .fixed_popup_con_2 {
    height: 50%;
    width: 100%;
    background: black;
    top: 0;
}
    
        .popup_img {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        height: 50%;
        overflow: hidden;
        margin-top: -14%;
        margin-bottom: 23%;
    }
    
    .fixed_popup_con_3 {
    bottom: 50%;
    left: 0;
    width: 32%;
    display: flex;
    justify-content: center;
    align-items: center;
}
    
    
    
        .con2_2nd_con {
        width: 96% !important;
        margin-bottom: 10%;
        background: white;
    }
    
    
    .con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(2) {
        font-size: 2.5vw;
        border-radius: 40px;
        color: #820000;
        font-family: Pretendard-bold;
        padding: 0 3%;
        margin-left: 3%;
    }
    .con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(1) {
        font-size: 2.5vw;
    }

    
.con17_mid_map_pop {
    color: white;
    font-size: 2.9vw;
    background: #205eb7;
    border-radius: 40px;
    font-family: Pretendard-regular;
    padding: 1.4% 3%;
    margin-left: 2%;
    font-style: unset;
    right: -1%;
    display: flex;
    bottom: 10%;
    justify-content: center;
    align-items: center;
}
    .fixed_popup_con_2 {
        height: 50%;
        width: 100%;
        background: #182853;
        top: 0;
    }
    
    .con11_top {
        margin-top: 18%;
    }
    .con1_con {
    margin-top: 4%;
    margin-bottom: 16%;
}
       
    
}    