* {
    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;
}

.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 rotate_image1 {
    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/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);
    }
}

/* map 퍼블 시작 */
section img {
    width: 100%;
}

section {
    font-family: 'pretendard-light';
    color: #43464a;
}

.map_main_bg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.map_main_wrap {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    padding: 9vw 9vw 0;
    box-sizing: border-box;
}

div.map_main_top {
    justify-content: flex-start;
    margin-bottom: 6vw;
}

div.map_main_bottom {
    justify-content: flex-end;
}

.main_3_01 {
    width: 62.3678%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_3_02 {
    width: 42.3896%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* map_con1 */
.map_con1 {
    padding: 5vw 0;
}

.map_con1_title {
    width: 22.0472%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}

.map_con1_subTitle {
    font-size: 1.8vw;
}

/* map_con2 */
.map_con2 {
    padding: 3vw 0 5vw;
}

.map_con2_table {
    padding-top: 3vw;
}

.map_con2 .map_con2_table {
    width: 70%;
    text-align: center;
    border-spacing: 0;
    font-size: 1.1vw;
}

.map_con2_table .tbody span,
.map_con2_table .thead span {
    display: block;
}

.map_con2_table .tbody span:nth-child(1),
.map_con2_table .thead span:nth-child(1) {
    width: 10%;
}

.map_con2_table .tbody span:nth-child(2),
.map_con2_table .thead span:nth-child(2) {
    width: 20%;
}

.map_con2_table .tbody span:nth-child(3),
.map_con2_table .thead span:nth-child(3) {
    width: 50%;
}

.map_con2_table .tbody span:nth-child(4),
.map_con2_table .thead span:nth-child(4) {
    width: 30%;
}

.map_con2 .thead {
    width: 100%;
    color: white;
    background-color: #43464a;
    font-family: 'pretendard-regular';
    padding: 1.5vw 0;
}

.map_con2 .tbody {
    color: #43464a;
    height: 13.2vw;
    overflow-y: scroll;
}

.map_con2 .tbody::-webkit-scrollbar {
    display: none;
}

.map_con2 .tbody {
    width: 100%;
}

.map_con2 .tbody > div {
    width: 100%;
    display: flex;
    padding: 1.5vw 0;
    border-bottom: 0.1vw solid #43464a;
}

.map_con2_left_top {
    left: 0%;
    top: 1vw;
    font-size: 1vw;
    color: #43464ab4;
}

.map_con2_right_top {
    right: 0%;
    top: 0vw;
}

.map_con2_right_top select {
    width: 8vw;
    height: 2vw;
    background-color: #eaeaea6b;
    padding-left: 1vw;
    box-sizing: border-box;
    font-size: 1vw;
}





/* map */
.map_content {
    /*    background: url("/images/map_bg.jpg") no-repeat center / cover; */
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 2% 0% 0% 0%;
}

.map_top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 16%;
    padding: 0% 0% 2% 0%;
    overflow: hidden;
}

.map_01 {
    z-index: 1;
    width: 100%;
}

.map_mid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.map {
    width: 100%;
    height: 35vw;
    z-index: 1;
}

.mid_map_search {
    background: white;
    overflow: hidden;
    z-index: 2;
    width: 21%;
    height: 23.5vw;
    left: 10%;
    top: 9%;
    /* box-shadow: 0 0 0.5vw #3f3f3f; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 1.5vw 1vw;
    border: 0.1vw solid #3f3f3f;
}

.mid_map_search_top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 0% 0%;
    padding: 0% 0;
    background-color: #fff;
    color: white;
}

.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: #ee3506;
    color: white !important;
}

.off2 {
    color: #000 !important;
}

.mid_map_search_mid {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    /*padding: 3%;
    background: #ee3506;*/
}

.mid_map_search_mid input {
    appearance: none;
    border: none;
    outline: none;
    width: 100%;
    height: 3vw;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 1vw;
    border: 1px solid #8d8d8d70;
    border-radius: 0.7vw;
    background-color: #8d8d8d14;
}

.mid_map_search_bottom {
    overflow-y: scroll;
    height: 18.9vw;
    width: 95%;
    border: 0.1vw solid #43464a8f;
    border-radius: 0.7vw;
    padding: 0% 7%;
    box-sizing: border-box;
}

.mid_map_search_bottom::-webkit-scrollbar {
    display: none;
}

.mid_map_search_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    /* border-top: 1px solid #8d8d8d4d; */
    border-bottom: 1px solid #43464a38;
    padding: 12% 6%;
    font-size: 1vw;
    /* margin: 7% 0% 0% 4%; */
    /* margin: 5% 12% 0%; */
    cursor: pointer;
    box-sizing: border-box;
}

.mid_map_search_item_title {
    font-size: 1.3vw;
    font-family: "pretendard-bold";
}

.mid_map_search_item_addres {
    margin-top: 5%;
    margin-bottom: 5%;
    color: #43464a8f;
}

.mid_map_search_item_tel {
    color: #43464a8f;
}

.map_search {
    right: 8%;
    width: 6%;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.map_text_div {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: 1% 0% 0% 3%;
}

.map_text_row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 3% 0% 0% 0%;
}

.map_text_01 {
    font-family: 'Pretendard';
    font-size: 1.6vw;
    font-weight: 800;
    color: white;
}

.map_text_02 {
    font-family: 'Pretendard';
    font-size: 0.9vw;
    font-weight: 400;
    color: #000;
}

.map_text_03 {
    font-family: 'Pretendard';
    font-size: 1vw;
    font-weight: 400;
    color: #8d8d8d;
}

.map_text_04 {
    font-family: 'Pretendard';
    font-size: 1vw;
    font-weight: 800;
    color: #02ba80;
    margin: 0% 1% 0% 1%;
}

.map_absol {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    width: 20%;
    bottom: -1%;
    left: 6%;
    z-index: 3;
}

.map_02 {
    width: 63%;
    animation: left_right 7s infinite;
}

.map_03 {
    width: 36%;
    margin: 0% 0% -4% 3%;
}

.map_con2 .tbody > div.seach_text_div {
    display: none;
}

.seach_text {
    display: none;
}
.container {
    display: none;
}





/* map 퍼블 끝 */


@media screen and (max-width:1023px) {}

@media screen and (max-width:599px) {
    .map_main {
        padding-top: 16vw;
    }

    .map_main_wrap {
        padding: 25vw 3vw 0;
    }

    div.map_main_top {
        margin-bottom: 52vw;
    }

    .main_3_01 {
        width: 87.3678%;
    }

    .main_3_02 {
        width: 47.3896%;
    }

    .map_con1 {
        padding: 10vw 0;
    }

    .map_con1_title {
        width: 36.0472%;
        margin-bottom: 3.5vw;
    }

    .map_con1_subTitle {
        font-size: 4.8vw;
    }

    .map_con2 {
        padding: 10vw 0;
    }

    .map_con2_left_top {
        left: 0%;
        top: -2vw;
        font-size: 3.5vw;
        color: #43464ab4;
    }

    .map_con2_right_top {
        right: 0%;
        top: -5vw;
    }

    .map_con2_right_top select {
        width: 25vw;
        height: 7vw;
        background-color: #eaeaea6b;
        padding-left: 1vw;
        box-sizing: border-box;
        font-size: 3vw;
    }

    .map_con2 .map_con2_table {
        width: 95%;
        text-align: center;
        border-spacing: 0;
        font-size: 3.1vw;
    }

    .map_con2 .tbody {
        color: #43464a;
        height: 44.2vw;
        overflow-y: scroll;
    }
    .map_con2_table .tbody span, .map_con2_table .thead span {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .map_con2 .tbody > div {
    padding: 3.5vw 0;
}



    /*  map  */
    .map_content {
        /*        background: url(/images/map_bg.jpg) no-repeat center / cover;*/
        object-fit: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 9% 0% 0% 0%;
    }

    .map {
        width: 92%;
        height: 53vw;
        z-index: 1;
    }



    .map_mid {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        overflow: hidden;
        padding: 0% 0% 112% 0%;
    }

    .mid_map_search {
        background: white;
        overflow: hidden;
        z-index: 2;
        width: 93%;
        height: 83vw;
        left: 3.2%;
        top: 37%;
        border: solid 0px #8d8d8d;
    }

    .mid_map_search_mid::after {
        height: 69%;
    }

    .mid_map_search_mid input {
        appearance: none;
        outline: none;
        width: 100%;
        height: 12vw;
        padding-left: 5%;
        font-family: 'Pretendard-regular';
        font-size: 3.5vw;
        background-size: cover;
        background-position: center;
        padding-right: 18%;
    }

    .map_text_row {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        margin: 1% 0% 0% 1%;
    }

    .map_text_div {
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        margin: -1% 0% 2% 3%;
    }

    .map_text_01 {
        font-size: 4.6vw;
        font-weight: 800;
    }

    .map_text_02 {
        font-family: 'Pretendard';
        font-size: 2.9vw;
        font-weight: 400;
        color: #000;
    }

    .map_text_03 {
        font-family: 'Pretendard';
        font-size: 3vw;
        font-weight: 400;
        color: #8d8d8d;
    }

    .map_text_04 {
        font-family: 'Pretendard';
        font-size: 3vw;
        font-weight: 800;
        color: #02ba80;
        margin: 0% 1% 0% 1%;
    }

    .mid_map_search_item_title {
        font-size: 4.3vw;
        font-family: "pretendard-bold";
    }

    .mid_map_search_item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 93%;
        /*border-top: 1px solid #8d8d8d50;*/
        /*        border-bottom: 1px solid #8d8d8d;*/
        padding: 7% 0;
        font-size: 3.6vw;
        margin: 4% 0% 0% 4%;
    }

    .mid_map_search_bottom {
        overflow: scroll;
        height: 64.9vw;
        width: 99.5%;
    }

    .map_absol {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-end;
        width: 27%;
        bottom: -1%;
        left: 65%;
        z-index: 3;
    }

    .mid_map_search_top > div {
        font-size: 3.5vw;
    }

















}