* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
    -webkit-tap-highlight-color: transparent;
}

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


body {
    font-size: (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(-8deg);
    }

    65% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes ddm4 {
    0% {
        transform: scale(1);
    }

    25% {
        transform: rotate(-2deg);
    }

    50% {
        transform: scale(1.05);
    }

    75% {
        transform: rotate(2deg);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes spin {
    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, -10);
    }

    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(10%);
    }

    75% {
        transform: scale(1.02);
        transform: translateY(5%);
    }

    100% {
        transform: scale(1);
        transform: translateY(0%);
    }
}

@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;
    }

    25% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 0.8;
    }

    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: 0.8;
    }

    100% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0;
    }
}

@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 marqueeX_r {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(100%);
    }
}

@keyframes marqueeY {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-100%);
    }
}

@keyframes marqueeY_r {
    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;
        transform: rotate(4deg);
    }

    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);
    }
}

@keyframes shakeAndFall {
    0% {
        transform: translate(0, -50%) rotate(0);
        opacity: 0;
    }
}

@keyframes updown {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(-4%);
    }

    100% {
        transform: translateY(0%);
    }
}


div.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.swiper-wrapper.flow {
    pointer-events: none;
    transition-timing-function: linear;
}

section {
    font-family: 'Pretendard Variable';
    font-weight: 300;
    font-size: 0.9vw;
    letter-spacing: -0.04vw;
}

section img {
    width: 100%;
}

/* 
section:not(.map_section) img {
    pointer-events: none;
} */

.animate-blk {
    animation: blk 1s infinite ease-in-out;
}

.scaleOpa {
    animation: scaleOpa infinite 2s;
}

.scaleOpa2 {
    animation: scaleOpa2 infinite 2s;
}

.opa {
    animation: opa infinite 4s ease-in-out;
}

.light {
    animation: light infinite 5s;
}

.smoke {
    animation: smoke infinite 5s;
}

.spin {
    animation: rotate_image 20s infinite linear;
}

.ddm {
    animation: ddm 3s infinite linear;
}

.ddm2 {
    animation: ddm2 3s infinite linear;
}

.updown {
    animation: updown 4s infinite ease-in-out;
}

.hand {
    animation: hand2 4s infinite ease-in-out;
}

.white {
    color: white;
}

.txct {
    text-align: center;
}

.lh {
    line-height: 1.5;
}

/* reveal 대신 사용 start */
/* 왼쪽부터 나타나기 */
.clip_off02 {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: all 0.8s;
}

/* 가운데에서 나타나기 */
.clip_off {
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    transition: all 0.8s;
}

/* gsap에서 넣을 class */
.clip_on {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
}

/* reveal 대신 사용 end */
.absol_cover {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.max_width {
    width: unset !important;
    max-width: 101%;
}

.back_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

/* image_sd */
.image_sd_wrap {
    overflow: hidden;
}

.image_sd {
    animation: marqueeX 20s infinite linear;
}

.image_sd .absol {
    left: 100%;
}

.image_sd_r {
    animation: marqueeX_r 20s infinite linear;
}

.image_sd_r .absol {
    right: 100%;
}

/* image_sd end */
/* y_slide start */
.slide_y_wrap {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
    overflow: hidden;
}

.slide_y {
    animation: marqueeY 20s infinite linear;
}

.slide_y img.absol {
    top: 100%;
}

.slide_y_r {
    animation: marqueeY_r 20s infinite linear;
}

.slide_y_r img.absol {
    bottom: 100%;
}

/* y_slide end */
/* swiper-arr */
.btn_arr {
    z-index: 2;
    cursor: pointer;
}

.arr_next {
    transform: rotateY(180deg);
}

/* swiper-arr */
iframe {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-lock {
    display: none !important;
}

.swiper {
    margin: 0;
    z-index: 0;
}

b {
    font-weight: 700;
}

/* 공통 클래스 조정 */

.noto {
    font-family: "Noto Serif", serif;
}

.notokr {
    font-family: "Noto Serif KR", serif;
}

.puradak {
    font-family: "puradak";
}

.sf_snow {
    font-family: "sf_snow";
}

.c_brown {
    color: #9C3110;
}

.bg_brown {
    background: #9C3110;
}

.c_beige {
    color: #edcd94;
}

.bg_beige {
    background: #edcd94;
}

.c_fff {
    color: #fff;
}

.htxt_mb {
    margin-bottom: 0.2vw;
}

.fwbold {
    font-weight: bold;
}

.fcolr {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.opa0 {
    opacity: 0;
}

.swiper-button-prev,
.swiper-button-next {
    position: static !important;
    width: fit-content;
    height: fit-content;
    margin-top: 0;
    color: inherit;

    /* position: absolute;
    height: auto;
    right: auto;
    left: 0;
    top: 0; */
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

/* 퍼블시작 */


.main_section_01 {
    background: url('/images/main_11.jpg') center top / cover no-repeat;
}

.main_07 {
    top: 8vw;
    right: 31vw;
    width: 36.994%;

    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 200;
}

.main_door {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94.646%;
}

.main_door_01 {
    /* filter: invert(1); */
    clip-path: inset(0 0 0 50%);
    z-index: 300;
}

.main_door_02 {
    z-index: 100;
}

.main_10 {
    top: 24.3vw;
    right: 38vw;
    width: 14.92%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 150;
}

.main_08 {
    z-index: 250;
    opacity: 0.9;
    top: -5vw;
    width: 95.804%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_txt {
    z-index: 400;
}

.main_txt_01 {
    left: 13vw;
    top: 15.2vw;
}

.main_txt_02 {
    width: 16%;
    top: 25.4vw;
    right: 12vw;
}

.main_txt_title {
    font-size: 3.7vw;
}

.main_txt_1st {
    transition: color 0.4s ease-in-out;
}

.main_txt_title_02 {
    transition: opacity 0.4s ease-in-out;
}

.main_txt_title_ab {
    top: 2vw;
}

.main_txt_sub_01 {
    font-size: 1.2vw;
    font-weight: 500;
    margin-bottom: 1vw;
}

.main_txt_sub_02 {
    margin-bottom: 1.6vw;
    width: 60.32%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_01_swiper {
    width: 40%;
    left: -4vw;
    top: 33vw;
    z-index: 190;
}

.main_slide_img {
    width: 10.6778vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* con01 */

.con01 {
    padding-top: 8vw;
    padding-bottom: 8vw;
    gap: 1.6vw;
}

.con01_content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 25vw;
    gap: 31vw;
}

.con01_content_02 {
    align-items: center;
}

.con01_txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.con01_txt_01 {
    margin-top: 1vw;
}

.con01_sub_txt {
    margin-bottom: 1vw;
    font-size: 1.2vw;
}

.con01_htxt {
    font-size: 2.5vw;
}

.con01_htxt_price_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 0.4vw;

    margin-top: 1.6vw;
}

.con01_price_txt_01 {
    font-size: 4vw;
    width: 9.9vw;
}

.con01_price_txt_02 {
    font-size: 2vw;
    margin-bottom: 0.5vw;
}

.con01_price_txt_03 {
    font-size: 1.6vw;
    padding: 0vw 0.4vw;
    margin-bottom: 0.7vw;
}

.con01_02 {
    width: 4.7769%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con01_03 {
    width: 4.7769%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con01_04 {
    left: 0;
    bottom: 3vw;
    z-index: 300;
    width: 28.7664%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con01_05 {
    top: -10vw;
    right: 0vw;

    width: 56.5679%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con01_swiper {
    width: 47%;
    z-index: 500;
    bottom: 0;
    color: #fff;
    right: 3vw;
}

.con01_swiper .swiper-wrapper {
    pointer-events: none;
    user-select: none;
}

.con01_swiper_item {
    width: 9.0943vw;
    display: flex;
    justify-content: center;
    align-items: center;
}


.con01_swiper .swiper-slide-active {
    padding: 0 4.4vw;
}

.con01_swiper .swiper-slide {
    transition: 0.1s;
}

.con01_swiper_btn_wrap {
    width: 31.597%;
    display: flex;
    top: 4vw;
    left: 2.75vw;
    gap: 11.4vw;
    user-select: none;
    justify-content: space-between;
}

.con01_swiper_btn_wrap>div {
    width: 100%;
}

.con01_swiper_btn_wrap .swiper-button-prev {
    transform: rotate(180deg);
}

.con01_gsap {
    width: 24.688vw;
    height: 24.688vw;

    display: flex;
    align-items: center;
    justify-content: center;

    left: 20vw;
    top: 7vw;
}

.con01_gsap_img {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    /* opacity: 0; */
    z-index: 100;
}

.con01_gsap_video {
    width: 100%;
    height: 98%;
    display: flex;
    align-items: center;
    justify-content: center;

    border: 0.3vw solid #fff;

    border-radius: 50%;
    overflow: hidden;
    z-index: 150;

    opacity: 0;
    /* z-index: 200; */
}

.con01_gsap_video video {
    width: 100%;
    height: 180%;
    object-fit: cover;
}

/* con02 */
.con02 {
    padding-top: 7.6vw;
}

.con02_01 {
    width: 7.13911%;
    margin-bottom: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con02_title_txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.con02_title_01 {
    font-size: 3vw;
    margin-bottom: 0.7vw;
}

.con02_title_02 {
    font-weight: 500;
    margin-bottom: 1vw;
    font-size: 1.12vw;
}

.con02_price_wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.con02_price_01 {
    font-size: 0.95vw;
    font-weight: 500;
    margin-bottom: 0.8vw;
    margin-right: 0.2vw;
}

.con02_price_02 {
    font-size: 4.8vw;
    width: 25.4vw;
}

.con02_09 {
    margin-bottom: 0.7vw;
    margin-left: -0.5vw;
    width: 12.1485%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con02_bowl {
    margin-top: 3.6vw;
    margin-bottom: -11vw;
    width: 38.7927%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 500;
    transform: rotate(180deg);
}

.con02_bowl_item {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;

    background: #9C3110;
    color: #fff;

    width: 3.724vw;
    height: 3.724vw;
    border-radius: 50%;
    padding: 0.3vw;
    font-size: 1.3vw;
    font-weight: 500;

    transition: 0.2s;
}

.con02_bowl_item_change {
    background: #edcd94;
    color: #000;
}

.con02_bowl_item1 {
    left: 2.1vw;
    top: 6vw;
}

.con02_bowl_item2 {
    left: 11.3vw;
    top: -1vw;
}

.con02_bowl_item3 {
    right: 11.3vw;
    top: -1vw;
}

.con02_bowl_item4 {
    right: 2.1vw;
    top: 6vw;
}

.con02_left_price {
    width: 20.2vw;
}

.con02_right_price {
    width: 12.5vw;
}

.con02_left_price_wrap {
    left: 9vw;
    top: 25vw;
}

.con02_lr_price_txt_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.con02_lr_price_txt_01 {
    font-size: 1.4vw;
}

.con02_lr_price_txt_02 {
    writing-mode: vertical-lr;
    font-size: 1.5vw;
    margin-left: 0.2vw;
}

.con02_right_price_txt_02 {
    margin-bottom: -1.3vw;
    margin-left: 0;
}

.con02_left_price_txt_03 {
    font-size: 0.85vw;
    font-weight: 500;
    margin-top: 1vw;
    margin-top: 0.4vw;
}

.con02_lr_price {
    font-size: 4vw;
}

.con02_right_price_wrap {
    right: 9vw;
}

.con02_swiper {
    width: 100%;
    bottom: 4vw;
    z-index: 200;
}

.con02_swiper_item {
    width: 94.778% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con02_11 {
    bottom: 0;
    right: -1.6vw;
    width: 17.87%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con02_swiper_txt_01 {
    top: 4.1vw;
    font-size: 1vw;
}

.con02_swiper_txt_02 {
    bottom: 1.6vw;
}

.con02_swiper_price {
    font-size: 2.5vw;
}

.con02_13 {
    bottom: 0;
    width: 87.4541%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con02_12 {
    width: 97.271%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0vw;
    pointer-events: none;
}


/* con03 */
.con03 {
    padding-bottom: 3vw;
}

.con03_inner {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10vw;
}

.con03_swiper_wrap {
    display: flex;
    gap: 1vw;
    width: 35.1%;
}

.con03_swiper .swiper-wrapper {
    height: 45vw;
}

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

.con03_right {
    width: 43.5%;
    margin-top: -7vw;
    z-index: 500;
}

.con03_right_txt_01 {
    font-size: 1.4vw;
    padding-bottom: 1.5vw;
    border-bottom: 0.1vw solid #9C311060;
    margin-bottom: 4vw;
}

.con03_right_txt_02 {
    font-size: 3.2vw;
}

.con03_right_txt_03 {
    font-size: 1vw;
    margin-top: 1.2vw;
    line-height: 1.5;
}

.con03_bot_box {
    width: 85% !important;
    height: 31.7vw;
    border-radius: 1vw;
    padding: 0 7vw;
    box-sizing: border-box;
    z-index: 300;
}

.con03_bot_box_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 2vw;
}

.con03_bot_title {
    right: 0;
    top: -6.2vw;

    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 2.2vw;
}

.con03_bot_box_left {
    width: 50%;
}


.con03_bot_box_left_txt_01 {
    font-size: 0.95vw;
    margin-bottom: 1vw;
}

.con03_bot_box_left_txt_02 {
    font-size: 2.9vw;
    margin-bottom: 2.8vw;
}

.con03_bot_box_left_txt_03 {
    font-size: 1.1vw;
    font-weight: 500;
}

.con03_bot_box_right {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 2.8vw;
}

.con03_bot_box_right_graph {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.2vw;
}

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

.con03_bot_box_rank1 {
    bottom: 1.6vw;
    left: 12.4vw;
    width: 31.545%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con04_11 {
    top: -4.3vw;
    right: 0.2vw;
    width: 80.6503%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con04_12 {
    bottom: 0;
    left: 24vw;
    width: 27.4541%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 600;
}

.con04_13 {
    top: -14vw;
    width: 90.4713%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con03_01 {
    right: -9vw;
    top: 14.5vw;
    width: 29.502%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con04_01 {
    right: -12vw;
    top: 14vw;
    width: 60.473%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* con05 */
.con05 {
    padding-top: 8vw;
}

.con05_01 {
    width: 4.8294%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.8vw;
}

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

.con05_title_txt_01 {
    font-size: 1.8vw;
    margin-bottom: 0.5vw;
    font-weight: 500;
}

.con05_title_txt_02 {
    font-size: 3vw;
    margin-bottom: 4vw;
}

.con05_shop_wrap {
    width: 35.486%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.con05_ball_item_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.3vw;
    left: -14vw;
}

.con05_ball_item {
    width: 7.3vw;
    height: 7.3vw;

    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;

    background: #edcd94;
    font-weight: bold;
    font-size: 1.1vw;
    transition: 0.5s;
}

.con05_ball_item_txt {
    text-align: center;
}

.con05_ball_item.bg_brown {
    background: #9C3110 !important;
    color: #fff;
}

.con05_ball_item_hide {
    opacity: 1;
}

.con05_ball_item_show {
    opacity: 0;
}

.con05_ball_item.bg_brown .con05_ball_item_show {
    opacity: 1;
}

.con05_ball_item.bg_brown .con05_ball_item_hide {
    opacity: 0;
}

.con05_ball_item_show,
.con05_ball_item_hide {
    transition: 0.5s;
}

.con05_shop_txt_wrap {
    right: -21.2vw;
    width: 50%;
    bottom: 4vw;
}

.con05_shop_txt_01 {
    border-bottom: 0.1vw solid #9C3110;
    font-weight: 600;
    font-size: 1.1vw;
    line-height: 1.4;
    padding-bottom: 1.5vw;
    margin-bottom: 1.5vw;
}

.con05_shop_txt_02 {
    font-size: 2.1vw;
}

.con05_bottom {
    width: 84.6194%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con05_05 {
    width: 15.882%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 200;
}

.con05_06 {
    width: 35.3055%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con05_08 {
    bottom: 1.9vw;
    width: 71.88%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con05_left_wrap {
    left: 9vw;
}

.con05_right_wrap {
    right: 5.1vw;
}

.con05_blr_txt_01 {
    font-size: 1.1vw;
    font-weight: 500;
    line-height: 1.3;
}

.con05_blr_txt_top {
    font-size: 0.9vw;
}


.con05_blr_price_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.con05_blr_price {
    font-size: 3.3vw;
}

.con05_blr_price_plus {
    font-size: 3.7vw;
}

.con05_blr_price_txt {
    font-size: 1.5vw;
    font-weight: 500;
    margin-bottom: -1.1vw;
}

.con_line_lr {
    display: flex;
    gap: 0.4vw;
    top: 0;

    height: 100%;
    background: #fff;
}

.con_line_left {
    left: 0;
    padding-left: 1.8vw;
}

.con_line_right {
    right: 0;
    padding-right: 1.8vw;
}

.con_lr_line {
    width: 0.05vw;
    height: 100%;
    background: #9C3110;
}


/* con06 */
.con06 {
    background: url('/images/con06_15.jpg') center center / cover no-repeat;
    padding-top: 8vw;
    padding-bottom: 9vw;
}

.con06_arrow_wrap {
    width: 13.649%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0.5vw;
}

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

.con06_arrow_txt {
    z-index: 200;
}

.con06_arrow_txt_01 {
    top: 5.7vw;
    width: 27.6923%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con06_arrow_txt_02 {
    bottom: 4.3vw;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con06_swiper_wrap {
    width: 33.0211vw;
    height: 33.0211vw;
    background: url('/images/con06_14.png') center center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.con06_swiper {
    width: 100%;
    height: 100%;
}

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

.con06_swiper_pgwrap .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 6vw;
    height: fit-content;
    border-radius: 0.3vw;
    margin: 0vw;
    border: 1px solid #9C3110;
    background: #fff;
    opacity: 1;
    padding: 0.5vw 1vw;
    font-size: 0.8vw;
    font-weight: 500;
    transition: background 0.5s, color 0.5s;
}

.con06_swiper_pgwrap .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    flex-wrap: wrap;
    position: static;
    justify-content: space-between;
    row-gap: 0.5vw;
}

.con06_swiper_pgwrap .swiper-pagination-bullet-active {
    background: #9C3110 !important;
    color: #fff !important;
}

.con06_right_wrap {
    width: 25.5vw;
    display: flex;
    flex-direction: column;
    margin-left: 3.4vw;
}

.con06_right_sub {
    margin-bottom: 0.5vw;
    font-size: 1.4vw;
}

.con06_right_title {
    font-size: 2.85vw;
}

.con06_right_price_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
}

.con06_right_menu {
    font-weight: 900;
    margin-bottom: 0.9vw;
    padding-bottom: 0.5vw;
    border-bottom: 0.1vw solid #000;
    font-size: 1vw;
}

.con06_swiper_wrap_img {
    width: 76.974%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con06_13 {
    width: 90.38%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con06_right_price_txt_01 {
    font-weight: 500;
    margin-bottom: 1vw;
    margin-right: 0.4vw;
}

.con06_right_price_txt_02 {
    font-size: 4vw;
    width: 12.5vw;
}

.con06_right_price_txt_03 {
    font-size: 1.5vw;
    margin-bottom: 0.7vw;
}

.con06_slide {
    bottom: 0;
    padding: 0.9vw 0;
    background: #9C3110;
    width: 144.882%;
}


/* con07 */

.con07 {
    padding-top: 8vw;
    padding-bottom: 8vw;
}

.con07_01 {
    width: 9.13386%;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 1.2vw;
}

.con07_title {
    font-size: 3.1vw;
}

.con07_title_02 {
    margin-bottom: 2vw;
}

.con07_lr_box {
    gap: 1.5vw;
    overflow: hidden;
}

.con07_box {
    width: 29.4278vw;
    height: 28.8023vw;
    border-radius: 1vw;
    overflow: hidden;
    padding-top: 5.2vw;
    padding-left: 4vw;
    padding-right: 4vw;
    padding-bottom: 3vw;
    box-sizing: border-box;
}

.con07_left {
    background: url('/images/con07_02.png') center center / cover no-repeat;


    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.con07_right {
    background: url('/images/con07_03.png') center center / cover no-repeat;

    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

.con07_rb {
    display: flex;
}

.con07_lt_txt_01 {
    margin-top: 2vw;
    margin-bottom: 0.8vw;
}

.con07_rt {
    margin-top: 0.5vw;
}

.con07_rt_txt_01 {
    margin-bottom: 0.8vw;
}

.con07_box_txt {
    font-weight: 500;
    font-size: 1.1vw;
}

.con07_price_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.con07_price {
    font-size: 3.8vw;
}

.con07_04_1 {
    margin-right: -0.3vw;
}

.con07_04 {
    width: 5.209vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con07_btxt {
    font-size: 1.3vw;
    margin-top: 2.8vw;
    font-weight: 500;
}

.con07_btxt_span {
    text-decoration: underline;
}

.con07_line_lr {
    z-index: 200;
}

.con07_07 {
    top: 0;
    width: 2.94%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con_line_left_img {
    left: 3.2vw;
}

.con_line_right_img {
    right: 3.2vw;
}

.con_line_right_img>div {
    transform: rotate(180deg);
}

.con07_05 {
    top: 0;
    width: 30.394%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 33vw;
    z-index: 100;
}

.con07_06 {
    top: -6vw;
    width: 44.389%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* con08 */
.con08 {
    background: url('/images/con08_10.png') center center / cover no-repeat;
    gap: 5.5vw;
    padding-top: 6vw;
    padding-bottom: 6vw;
}

.con08_08 {
    bottom: 0;
    left: -3.3vw;
    width: 73.4383%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con08_09 {
    top: 0vw;
    right: -5vw;
    width: 55.3281%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con08_txt_wrap {
    display: flex;
    flex-direction: column;
}

.con08_title {
    font-size: 2.9vw;
}

.con08_title_01 {
    display: flex;
    align-items: flex-end;
}

.con08_htxt {
    font-size: 3.7vw;
    margin-left: 0.5vw;
}

.con08_light_01 {
    width: 13.907vw;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -6.4vw;
    right: -6.8vw;
}

.con08_swiper {
    margin-top: 3vw;
    width: 100%;
    height: 12.7vw;
}

.con08_swiper_item {
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    border-top: 0.05vw solid #ffffff60;
    padding: 1.8vw 0;
    transition: opacity 0.5s;
    font-size: 1vw;
    line-height: 1.5;
}

.swiper-slide-prev .con08_swiper_item {
    opacity: 0.4;
}

.swiper-slide-next .con08_swiper_item {
    opacity: 0.4;
}

.con08_certificate_wrap {
    width: 52.5%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 4vw;
    z-index: 200;
}

.con08_certificate {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

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

.con08_stand {
    width: 89.845%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.con08_light_02 {
    width: 13.907vw;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -7.1vw;
    right: -7.1vw;
}


.con09 {
    background: url('/images/con09_13.jpg') center center / cover no-repeat;
    gap: 10vw;
}

.con09_txt_wrap {
    width: 40%;
}

.con09_graph_wrap {
    width: 89.767%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 5vw;
}

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

.con09_title_txt {
    font-size: 2.7vw;
}

.con09_title_txt_02 {
    margin-bottom: 3.3vw;
}

.con09_sub_txt {
    margin-bottom: -0.8vw;
    font-size: 1vw;
}

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

.con09_graph_txt_01 {
    opacity: 0.7;
    margin-bottom: 0.6vw;
    font-size: 1vw;
}

.con09_graph_txt_02 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;

    height: 5vw;
    font-weight: 500;
    line-height: 1.5;
}

.con09_06 {
    width: 85.86%;
}

.con09_07 {
    bottom: -2.5vw;
    width: 255.56%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con09_08 {
    top: -4.6vw;
    width: 171.73%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con09_right_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 33vw;
    height: 49vw;
    background: #fff;
}

.con09_right_box_abtxt {
    left: -6.6vw;
    bottom: 2.2vw;
    font-weight: 500;
}

.con09 .con_line_left {
    padding-left: 0.5vw;
}

.con09 .con_line_right {
    padding-right: 0.5vw;
}

.con09_line_lr {
    gap: 0.5vw;
}

.con09_btxt_01 {
    font-size: 1.6vw;
    margin-bottom: 0.6vw;
}

.con09_btxt_02 {
    font-size: 4.6vw;
    margin-bottom: 0.4vw;
}

.con09_btxt_03 {
    font-size: 1.1vw;
    font-weight: 500;
}

.con09_btxt_04 {
    margin-top: 3vw;
    font-size: 1.8vw;
    font-weight: 500;
}

.con09_btxt_05 {
    width: 80%;

    font-size: 1.8vw;
    font-weight: 500;

    border-top: 0.1vw solid #00000040;

    padding-top: 1vw;
    margin-top: 1vw;

    display: flex;
    justify-content: center;
    align-items: center;
}

.con09_box_htxt {
    margin-left: 0.2vw;
}

.con09_09 {
    z-index: 200;
    margin-top: 5vw;
    margin-bottom: -20vw;
    width: 109.22%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con09_12 {
    top: -2.3vw;
    left: 0vw;
    width: 28.613%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.con09_11 {
    top: -3.2vw;
    right: 0.3vw;
    width: 36.128%;
    display: flex;
    justify-content: center;
    align-items: center;

}


/* con10 */
.con10 {
    padding-top: 6vw;
    padding-bottom: 6vw;
}

.con10_01 {
    width: 18.0052%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.2vw;
}

.con10_title {
    font-size: 3.1vw;
    margin-bottom: 3vw;
}

.con10_tab_wrap {
    width: 100%;
}

.tab_container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.tab_menu_wrap {
    width: 21%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3vw;

    border-bottom: 0.1vw solid #ddd;

    font-size: 1vw;
    font-weight: 500;
}

.tab_menu {
    padding-bottom: 1.1vw;
}

.tab_menu::after {
    content: '';

    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 0;
    background: #9C3110;
}

.tab_menu.on {
    color: #9C3110;
    font-weight: bold;
}

.tab_menu.on::after {
    height: 0.3vw;
}

.tab_item {
    display: none;
}

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

.tab_contents {
    width: 100%;
    min-height: 10vw;
}

/* 힘든거 시작 */
.con10_menu_wrap {
    margin-top: 2.3vw;
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con10_menu_center_item {
    position: absolute;
    z-index: 300;
    top: 0;

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 32vw;
    height: 29vw;
    padding: 2.6vw 2vw;
    box-sizing: border-box;

    border-radius: 0.5vw;
}

.con10_menu_center_img {
    width: 88.727%;
    height: 19vw;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.con10_menu_center_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.con10_menu_item .con10_menu_explain {
    display: none;
}

.con10_menu_center_newrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.con10_menu_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

    width: 15.5vw;
    height: 14vw;
    margin-bottom: 1vw;

    background: #eee;
    border-radius: 0.6vw;

    padding: 1.2vw 1vw;
    box-sizing: border-box;
}

.con10_menu_item_1to4 {
    left: 1vw;
}

.con10_menu_item_5to8 {
    right: 1vw;
}

.con10_menu_img {
    width: 11.6vw;
    height: 9.3vw;
    background: #bbb;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con10_menu_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.con10_menu_center_name {
    margin-top: 1.2vw;
    font-size: 1.2vw;
    font-weight: 500;
    margin-bottom: 0.5vw;
}

.con10_menu_name {
    font-weight: 500;
    font-size: 0.9vw;
}

.con10_menu_center_explain {
    font-weight: 500;
    text-align: center;
    margin-top: 0.2vw;
}


.con10_swiper,
.con10_swiper_02,
.con10_swiper_03 {
    width: 100%;
}

.con10_swiper_btnwrap,
.con10_swiper_02_btnwrap,
.con10_swiper_03_btnwrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    user-select: none;
}

.con10_swiper_btnwrap .swiper-button-prev,
.con10_swiper_02_btnwrap .swiper-button-prev,
.con10_swiper_03 .swiper-button-prev {
    transform: rotate(180deg);
}


.con10_swiper_btnwrap>div,
.con10_swiper_02_btnwrap>div,
.con10_swiper_03_btnwrap>div {
    width: 2%;
}

.con10_swiper .swiper-slide,
.con10_swiper_02 .swiper-slide,
.con10_swiper_03 .swiper-slide {
    height: calc(50% + 0px);
}

.con10_swiper .swiper-wrapper,
.con10_swiper_02 .swiper-wrapper,
.con10_swiper_03 .swiper-wrapper {
    height: 30vw;
}

/* con11 */

.mistake_section {
    z-index: 500;
}

.con11 {
    padding-bottom: 5vw;
}

.con11_05 {
    top: -3vw;
    right: -1vw;
    width: 17.4278%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.con11_top_wrap {
    background: #fff;
    border-radius: 0 0 1vw 1vw;

    width: 90%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}

.con11_top_line {
    width: 100%;
    height: 0.1vw;
    padding-top: 0.5vw;
    margin-bottom: 5vw;
    border-top: 0.05vw solid #edcd94;
    border-bottom: 0.05vw solid #edcd94;
}

.con11_01 {
    margin-bottom: 2vw;
    width: 12.7697%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con11_title {
    font-size: 3.1vw;
}

.con11_title_02 {
    margin-bottom: 3.3vw;
}

.con11_video_wrap {
    gap: 2vw;
    width: 82% !important;
    border-bottom: 0.1vw solid #9C3110;
    margin-bottom: 2.2vw;
    z-index: 200;
}

.con11_item {
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.con11_video_item {
    height: 17vw;
    display: flex;
    width: 100%;
}

.con11_video {
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 1vw;

    overflow: hidden;
}

.con11_video video {
    width: 181%;
    height: 100%;
    object-fit: cover;

    position: absolute;
    pointer-events: none;
    user-select: none;
}

.con11_step_txt {
    display: flex;
    align-items: center;
    margin-right: -2.5vw;
    width: 8vw;
    background: #9C3110;
    height: 100%;
    border-radius: 1vw;
}

.con11_step_txt p {
    transform: rotate(270deg);
    margin-left: -1.7vw;
    margin-bottom: -6.4vw;
    font-size: 1.5vw;
}

.con11_video_txt {
    font-size: 1.4vw;
    font-weight: 500;
    margin-top: 2vw;
    margin-bottom: 2vw;
}

.con11_txt_01 {
    font-size: 1.8vw;
    margin-bottom: 0.7vw;
}

.con11_txt_02 {
    font-weight: 500;

    width: 82%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 0.1vw solid #9C3110;
    padding-bottom: 3.5vw;

    font-size: 1.05vw;
}

.con11_wbox {
    margin-top: 0.7vw;
    width: 90%;
    height: 42vw;
    background: #fff;

    display: flex;
    align-items: center;
    flex-direction: column;

    border-radius: 1vw;

    overflow: hidden;
    padding-top: 6vw;
}

.con12_01 {
    top: 3.4vw;
    z-index: 100;
    width: 2.88092%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 200;
}

.wbox_item_wrap {
    gap: 30vw;
}

.con11_wbox_txt_wrap {
    width: 23%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.con11_wbox_price_wrap {
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.con12_02 {
    bottom: 0;
    z-index: 300;
    width: 34.0088%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con12_03 {
    bottom: 1vw;
    width: 88.6792%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con12_08 {
    width: 15.4822%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -0.1vw;
    bottom: 0.5vw;
}

.con11_wbox_sub_txt {
    font-size: 1.7vw;
    margin-bottom: 1vw;
}

.con11_wbox_title_txt {
    font-size: 3.2vw;
    margin-bottom: 3.4vw;
}

.con11_wbox_txt {
    top: -1vw;
    left: 0;
}

.con11_wbox_txt_01 {
    font-size: 1vw;
    font-weight: 500;
}

.con11_wbox_txt_02 {
    font-size: 1vw;
    font-weight: 500;
}

.con11_wbox_txt_03 {
    font-size: 0.85vw;
    font-weight: 500;
    color: #888;
    margin-top: 3vw;
}

.con11_wbox_price_wrap_01 {
    margin-bottom: 6vw;
}

.con11_wbox_line {
    width: 32vw;
    height: 0.1vw;
    top: 6.2vw;
}

.con11_wbox_price {
    font-size: 3.5vw;
}

.con12_04 {
    z-index: 200;
    width: 30.4956%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con12_06 {
    width: 30.4956%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con12_09 {
    margin-left: -0.3vw;
    margin-bottom: 0.6vw;
    margin-right: 1vw;
    width: 15.4822%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con12_10 {
    width: 37.0558%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con12_05 {
    top: 4vw;
    right: 3.2vw;
    width: 29.2543%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con12_07 {
    bottom: 2vw;
    right: 1vw;
    width: 31.9312%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* con13 */
.con13 {
    padding-top: 6vw;
    padding-bottom: 6vw;
    gap: 4vw;
}

.con13_center_line {
    width: 0.1vw;
    height: 100%;
}

.con13_item {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 80%;
}

.con13_img_wrap {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con13_img_item {
    width: 90.553%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.con13_txt_wrap {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.con13_txt_wrap_right {
    transform: translateX(9vw);
}

.con13_img_wrap_left {
    justify-content: flex-end;
    transform: translateX(-2vw);
}

.con13_txt_wrap_left {
    transform: translateX(-9vw);
}

.con13_img_wrap_right {
    transform: translateX(2vw);
    justify-content: flex-start;
}

.con13_txt_wrap_left {
    align-items: flex-end;
}

.con13_item2_txt_right {
    text-align: right;
}

.con13_item_sub_right {
    text-align: right;
}

.con13_item_title {
    margin-bottom: 4vw;
    font-size: 2.8vw;
}

.con13_item_sub {
    line-height: 1.6;
    font-size: 0.95vw;
}

.con13_02 {
    bottom: -0.3vw;
    right: -3.1vw;

    width: 2.6045vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con13_06 {
    bottom: -1.9vw;
    right: 2vw;
    width: 8.3333vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con13_07 {
    z-index: 300;
    width: 8.87139%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    top: 13.2vw;
}

/* .con13_07.con_center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
} */

.con11,
.con14 {
    z-index: 10000;
}


/* con14 */

.con14 {
    background: url('/images/con14_10.png') center center / cover no-repeat;
    padding-top: 8vw;
    padding-bottom: 9vw;
}

.con14_txt_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    width: 74%;
}

.con14_txt_01 {
    font-size: 1.7vw;
    font-weight: 500;
    margin-right: 0.4vw;
}

.con14_txt_02_wrap {
    display: flex;
}

.con14_txt_02 {
    display: flex;
    font-size: 3vw;
}

.con14_taste_txt {
    font-size: 3.7vw;
    margin-top: -0.5vw;
    margin-left: 0.9vw;

    display: flex;
    justify-content: center;
    align-items: center;
}

.con14_taste_txt::after {
    content: '·';
    position: absolute;
    font-size: 2vw;
    top: -1.7vw;
}

.con14_swiper {
    width: 100%;
    margin-top: 3vw;
}

.con14_swiper_img {
    width: 93.967%;
    border-radius: 1vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.con14_01_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
    top: 2vw;
}

.con14_01_line {
    width: 10vw;
    height: 0.05vw;
    background: #ffffff50;
}

.con14_01 {
    width: 48.565%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con14_03 {
    width: 31.234%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con14_08 {
    width: 17.5573%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con14_count_box_txt {
    top: 7.9vw;
    font-size: 1.6vw;
}


.con14_count_box {
    top: 9vw;

    display: flex;
    justify-content: center;
    align-items: flex-end;

    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 80%;


    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
    mask-repeat: no-repeat;
    mask-size: 100% 80%;
}

.con14_conter {
    font-size: 9vw;
}

.con14_conter_per {
    font-size: 5.6vw;
    margin-bottom: 1vw;

}

.con14_bubble_txt_wrap {
    width: 55%;
    bottom: 1.2vw;
    right: 7vw;
    display: flex;
    gap: 1.2vw;
}

.con14_07 {
    width: 24.9046%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con14_06 {
    width: 17.5573%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con14_06 {
    width: 27.0992%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con14_09 {
    width: 23.855%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* con15 */
.con15_01 {
    width: 8.4%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con15_box {
    background: url('/images/con15_15.jpg') center top / cover no-repeat;
    padding-top: 6vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 93.6%;
    overflow: hidden;
}

.con15_chart_wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;

    position: relative;
    margin-right: -2.3vw;
    margin-top: 2.1vw;
}

.con15_chart_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.con15_chart_item_02 {
    padding: 0 5vw;
    margin: 0 5vw;
    border-left: 0.1vw solid #edcd9450;
    border-right: 0.1vw solid #edcd9450;
}

.con15_chart {
    font-size: 4vw;
}

.con15_chart_txt {
    font-size: 1vw;
    margin-bottom: 0.3vw;
    font-weight: 500;
}

.con15_chart_txt_02 {
    font-size: 1.5vw;
    margin-bottom: 0.4vw;
}

.con15_txt_01 {
    font-weight: 500;
    margin-top: 1.1vw;
    margin-bottom: 1.8vw;
}

.con15_txt_02 {
    font-size: 1.1vw;
    margin-bottom: 1.5vw;
}

.con15_06_wrap {
    width: 22.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 8.7vw;
    right: 2.7vw;
}

.con15_06 {
    width: 62.264%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con15_06_line {
    width: 3vw;
    height: 0.1vw;
}

.con15_txt_03 {
    font-weight: 500;
    margin-top: 2vw;
    margin-bottom: 0.9vw;
    font-size: 0.78vw;
    text-align: center;
    line-height: 1.5;
}

.con15_call_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    padding: 1.8vw 0;
    gap: 3vw;
}

.con15_call_content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.con15_call_txt {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6vw;
}

.con15_call_txt_span {
    color: #000;
    margin-right: 1vw;
    margin-left: 0.3vw;
}


.con15_06_line_02 {
    width: 20vw;
    height: 0.05vw;
}

.con15_10 {
    margin-right: 0.4vw;
    width: 8.10127%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con15_call {
    font-size: 1.7vw;
    cursor: pointer;
}

.con15_13 {
    width: 33.2402%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -5vw;

    bottom: -8vw;
}

.con15_14 {
    width: 33.2402%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -5vw;
    bottom: -8vw;
}

.con15_11 {
    width: 19.5276%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 33vw;
    right: 0;
}

.con15_12 {
    top: -12vw;
    left: -3vw;
    width: 67.7419%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 200;
}

.con15_05 {
    width: 38.585%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con15_08 {
    bottom: 0.5vw;
    right: 12.3vw;
    width: 24.8547%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con15_09 {
    width: 15.984%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 7vw;

    cursor: pointer;
}

.con15_wbox {
    width: 93.6% !important;
    background: #fff;
    padding-top: 7.5vw;
    padding-bottom: 4.4vw;
    border-radius: 0 0 1vw 1vw;
}

.con16_01 {
    width: 17.835%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}

.con15_wbox_txt_01 {
    font-size: 3vw;
    text-align: center;
}

.con15_wbox_txt_02 {
    font-size: 1vw;
    font-weight: 500;
    margin-top: 2.1vw;
    text-align: center;
    line-height: 1.5;
    color: #888;
}

.con15_wbox_txt_b {
    font-weight: bold;
    color: #333;
}

.con16_bot_item_wrap {
    height: 21.8vw;
    border-bottom: 0.05px solid #edcd9480;
}

.con16_bot_item {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
}

.con16_bot_item_bg {
    background: url('/images/con16_02.png') center center / cover no-repeat;
    z-index: 200;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s;
}

.con16_bot_item_bg_change {
    opacity: 1;
}

.con16_06 {
    bottom: -13vw;
    width: 67.9097%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con16_bot_item_bg_txt_wrap {
    bottom: 10.8vw;
}

.con16_bot_item_bg_txt {
    font-size: 1.7vw;
}

.con16_bot_item_bg_txt_03 {
    font-size: 1vw;
    margin-top: 1vw;
}

.con16_bot_item_line {
    width: 0.05vw;
    height: 100%;
    background: #edcd9480;
}

.con16_09 {
    box-sizing: border-box;
    padding-top: 2vw;
    padding-bottom: 2vw;
    width: 11.1811%;
    display: flex;
    justify-content: center;
    align-items: center;
}





/* con17 */

.con17 {
    padding-top: 6vw;
    padding-bottom: 6vw;
}

.con17_01 {
    width: 7.87402%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.8vw;
}

.con17_title {
    font-size: 3vw;
    margin-bottom: 3.8vw;
}

.con17_item_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 75%;
    column-gap: 0.7vw;
    row-gap: 1.2vw;
}

.con17_box {
    width: 21.418%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.con17_10 {
    width: 2.09974%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}


/* con18 */
.con18 {
    padding-top: 7vw;
    padding-bottom: 7vw;

    background: url('/images/con18_07.png') center center / cover no-repeat;
}

.con18_01 {
    width: 20.5774%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5vw;
}

.con18_map {
    width: 80%;
    height: 30vw;
    background: #fff;
    z-index: 200;
}

.con18_02 {
    left: 0;
    top: 0;
    width: 27.0866%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con18_03 {
    top: -17vw;
    left: 0;
    width: 87.5969%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* con19 */
.con19 {
    background: url('/images/con19_05.png') center center / cover no-repeat;
    padding-top: 6vw;
    padding-bottom: 6vw;
}


/* form */

.form_wrap_wrap {
    width: 52% !important;
    background-color: white;

    display: flex;
    justify-content: center;
    align-items: center;

    box-sizing: border-box;
    padding: 0.6vw 0.7vw;
    border-radius: 1vw;
    z-index: 400;
    margin-left: -31vw;
}

div.form_wrap {
    width: 100%;
    height: 100%;

    border: 0.1vw solid #9C3110;

    background-color: white;
    border-radius: 1vw;

    padding-top: 4vw;
    padding-bottom: 4vw;
}

.form {
    width: 87%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.form_margin {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 2vw;
    border-top: 0.05vw solid #ddd;
    border-bottom: 0.05vw solid #ddd;

    padding-top: 2vw;
    padding-bottom: 2vw;
}

.form_margin_input {
    width: 46%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0.4vw 0;
}

.form_margin_Agree_input {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5vw;
    margin-top: 1vw;
    margin-bottom: 2vw;
}

.footeer_agree_checkbox_01 {
    width: 0.8vw;
    height: 0.8vw;
    outline: 0.05vw solid #999;
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: white;
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 0.1vw;
}

.footeer_agree_checkbox_01:checked::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #9C3110;
    position: absolute;

    border-radius: 0.1vw;
}

.footeer_checkbox_01,
.footeer_checkbox_02 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.form_submit_div {
    width: 26%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: white;
    padding: 0.8vw 0;
    font-size: 1.1vw;
    background: #9C3110;
    border-radius: 0.4vw;
    transition: all 0.3s;
}

.form_submit_div:hover {
    background: #6c230d;
}

.form_margin_input>label {
    width: 29.9%;
    font-family: 'SF Hambak Snow';
    font-size: 1.1vw;
    font-weight: 500;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.form_margin_input>input {
    width: 75%;
    height: 2.5vw;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-size: 1vw;
    border: 0.1vw solid #ddd;
    border-radius: 0.2vw;
    padding-left: 0.7vw;
}

/* .form_index_input {
    align-items: flex-start;
} */
/* .form_index_input label {
    margin-top: 0.3vw;
} */

.form_index_input textarea {
    width: 75%;
    height: 6vw;
    border: none;
    resize: none;
    outline: none;
    box-sizing: border-box;
    padding: 0.5vw;
    font-size: 1vw;
}

.form_margin_input>input::placeholder,
.form_margin_input>textarea::placeholder {
    color: #63636300;
    font-family: 'pretendard variable';
}

.form_check_wrap {
    width: 75%;
    height: 2.5vw;
    display: flex;
    align-items: center;
    gap: 0.5vw;
}

.form_check_wrap label {
    width: 50%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    font-weight: 500;
    font-size: 1vw;
    cursor: pointer;
    transition: all 0.3s;

    border-radius: 0.2vw;
    border: 0.05vw solid #ddd;
}

.form_check_wrap label:hover {
    background-color: #D4B36C;
    color: #9C3110;
}

.form_check_wrap input:checked+label {
    background-color: #D4B36C;
    color: #9C3110;
}

.agree_text {
    cursor: pointer;
}

label .color_g {
    margin-right: 0.3vw;
}

.footeer_checkbox_01,
.footeer_checkbox_02 {
    width: 1vw;
    height: 1vw;
    appearance: none;
    outline: 0.05vw solid #08211b;

    box-sizing: border-box;
    cursor: pointer;

    display: flex;
    justify-content: center;
    align-items: center;
}

.footeer_checkbox_01:checked::before,
.footeer_checkbox_02:checked::before {
    content: '';
    display: block;
    width: 80%;
    height: 80%;
    background-color: #000;

}

.con19_form_title_wrap {
    width: 100%;
    margin-bottom: 2vw;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.con19_title_01 {
    font-size: 3vw;
    margin-bottom: 0.8vw;
}

.con19_call_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.con19_call {
    font-size: 2vw;
    margin-left: 0.2vw;
    margin-bottom: 0.2vw;
    cursor: pointer;
}

.con19_04 {
    width: 15.2853%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con19_01 {
    right: 0;
    top: 0;
    z-index: 100;
    width: 47.6115%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con19_02 {
    top: 9vw;
    right: 18.5vw;
    z-index: 50;
    width: 17.9528%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con19_03 {
    top: -11vw;
    right: -7vw;
}

.map_mid_01 {
    width: 75%;
    height: 2.5vw;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5vw;
}

.form-control {
    height: 100%;
    width: 50%;
    outline: none;
    border: 0.1vw solid #ddd;
    border-radius: 0.2vw;
    font-size: 1vw;
    box-sizing: border-box;
    padding: 0.6vw;
    color: #777;
}

.map_mid_01 select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background: url('/images/barrow.png');
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 9%;
    background-position: right 0.6vw center;
}





/* 맵 */
/* map */
.map_mid_map_search_top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.map_mid_map_search_top>div {
    color: #000;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 6%;
    padding-bottom: 3%;
    font-size: 1vw;
    font-weight: 300;
    cursor: pointer;
    background-color: #fff;
}

.on2 {
    background: #16992C !important;
    color: white !important;
    font-weight: 900 !important;
}

.off2 {
    font-weight: 300 !important;
}

.map_mid_map_search_mid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 42%;
    height: 3.4vw;
    box-sizing: border-box;
    margin: auto;
    z-index: 3;
    top: -1.7vw;
    border: 0.1vw solid #9C3110;
    background-color: #fff;
    border-radius: 0.5vw;
    overflow: hidden;
}

.map_mid_map_search_mid input {
    appearance: none;
    border: none;
    outline: none;
    /* border-radius: 0.6vw; */
    width: 85%;
    height: 100%;
    padding-left: 5.5%;
    font-family: 'Pretendard-regular';
    font-size: 0.9vw;
    box-sizing: border-box;
    color: #5a5a5a;
}

.map_mid_map_search_mid input::placeholder {
    color: #5a5a5a;
}

.map_mid_map_search_bottom {
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    /* margin: auto; */
    padding: 0vw 0;
}

.map_mid_map_search_item_title {
    width: 80%;
    font-size: 1vw;
    font-weight: 600;
}

.map_mid_map_search_item_address {
    width: 80%;
    margin-top: 8.4%;
    margin-bottom: 3%;
    color: #222;
    font-weight: 400;
}

.map_mid_map_search_item_tel {
    color: #222 !important;
    font-weight: 400;
}

.map {
    width: 100%;
    height: 31vw;
    border-radius: 1vw;
    border: 0.1vw solid #9C3110;
    box-sizing: border-box;
    background-color: #000;
}

/* .map_bg {
    height: 100%;
    background-color: #fcd943;
    top: 0.3vw;
    left: 0.3vw;
    box-sizing: border-box;
    border: 0.1vw solid #000;
} */

.map_container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 75%;
    margin-bottom: 0;
    box-sizing: border-box;
    z-index: 500;
}

.map_search {
    width: 12%;
    display: flex;
    justify-content: center;
    align-items: center;

    cursor: pointer;

    border-radius: 0.8vw 0 0 0.8vw;
    padding: 1.2vw;
    box-sizing: border-box;
    overflow: hidden;
    background: #9C3110;
}

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

.con7_bottom_2 {
    width: 26.4943%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.map_mid_map_search_item {
    width: 100%;
    margin: 0% auto;
    border-bottom: 0.1vw solid #9C3110;
    padding: 15% 0;
    padding-left: 14%;
    font-size: 0.8vw;
    font-family: "pretendard-regular";
    box-sizing: border-box;
    position: relative;
    color: #000;
    cursor: pointer;
}

.map_mid_map_search {
    width: 24%;
    background: white;
    height: 100%;
    top: 50%;
    z-index: 2;
    overflow: hidden;
    left: 0;

    box-sizing: border-box;
    border-radius: 1vw 0vw 0vw 1vw;
    transform: translateY(-50%);
    border: 0.1vw solid #9C3110;
    box-sizing: border-box;
}

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

.map_plus {
    width: 8.23%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 13%;
    top: 24%;
    cursor: pointer;
}

/*   .map_plus_h {
    width: 150.769%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .map_plus:hover .map_plus_h {
    opacity: 1;
  } */
.sido1 {
    width: 16%;
    height: 48%;
    border: none;
    border-right: 1px solid #b5b5b5;
    outline: none;
}

.map_link {
    width: 49.81%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1vw;
}

.map_mid_2nd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0%;
    border-top: 1px solid #808080a3;
    border-bottom: 1px solid #808080a3;
}


/*popup*/
.fixed_popup {
    position: fixed;
    top: 0;
    height: 100vh;
    background: #00000099;
    z-index: 999999999999;

    display: flex;
    justify-content: center;
    align-items: center;
}

div.popup {
    width: 47%;
    height: 19vw;
    /* border: 1px solid black; */
    background-color: #fff;
    box-sizing: border-box;
    gap: 3vw;
    justify-content: space-between;
    border-radius: 0.3vw;
    overflow: hidden;

    display: flex;
}

.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>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;
}

.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>div>div:nth-child(2) {
    width: 65%;
    font-weight: 400;
    font-size: 0.85vw;
    color: #333;
}

.popup_right>div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    color: #000;
    margin-top: 3.5%;
}

.popup_right_left_txt {
    width: 18%;
    font-weight: 600 !important;
    font-size: 0.85vw !important;
    color: #000;
    position: relative;
    margin-right: 3.7%;
}

.popup_right_left_txt::after {
    content: '';
    position: absolute;
    right: 0;
    top: 31%;

    width: 1px;
    height: 50%;
    background: #c3c3c3;
}

.popup_right {
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    color: #000;
    margin-top: -4%;
}

.popup_img img {
    width: 100%;
}


.fixed_popup_con {
    width: 62%;
    height: 49%;
    background-color: #000;
    top: 31%;
    left: 20%;
    border-radius: 1vw;
}

.popup_img {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    height: 100%;
    overflow: hidden;
}

.popup_img img {
    width: 108%;
}


.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_con {
    position: static !important;
    overflow: hidden;
}

.popup_right_6th_left {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    /* background-color: #19c365; */
    /* border-radius: 5vw; */
    right: 3%;
    bottom: 6%;
}

.popup_right_6th_left::after {
    content: '';
    width: 0%;
    height: 0.02vw;

    position: absolute;
    bottom: -0.2vw;
    left: 0;

    background: #000;
    transition: width 0.3s;
}

.popup_right_6th_left:hover::after {
    width: 100%;
}

.popup_img_con {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup_img_con img {
    height: 100%;
    object-fit: cover;
}

.popup_top_absol {
    width: 12.4369%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 18%;
    left: 52.5%;
}

.popup_right_2nd {
    font-weight: 500;
    width: 100%;
    font-size: 1.36vw;
    margin-bottom: 4%;
    box-sizing: border-box;
    font-family: 'pretendard variable';
}

.popup img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup_close {
    width: 2vw;
    height: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5%;
    right: 2%;
    cursor: pointer;
    border-radius: 50%;
    transition: transform 0.3s ease-in-out;
}

.popup_close_border {
    /* position: absolute;
    width: 110%;
    height: 110%;
    border-radius: 50%;
    border: 1px solid #00000010; */
    display: none;
}

.popup_close .absol {
    width: 60%;
    height: 2px;
    background-color: #000;
}

.popup_close .absol:nth-child(1) {
    transform: rotate(45deg);
}

.popup_close .absol:nth-child(2) {
    transform: rotate(-45deg);
}

.popup_close:hover {
    transform: rotate(180deg);
}


div.popup_logo {
    width: 17.156%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}