.container {
    display: none !important;
}

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

.hideopa {
    opacity: 0 !important;
}

.show {
    display: block;
}

.hide {
    display: none !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: 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(-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 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 {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

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

@keyframes scaleOpa2 {
    0% {
        transform: scale(0.5);
        opacity: 1;
    }

    50% {
        opacity: 1;
    }


    100% {
        transform: scale(1.1);
        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);
    }

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

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

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

    50% {
        transform: translateX(-100%);
    }

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

@keyframes ddmx {
    50% {
        transform: translateX(30%);
    }
}

@keyframes scaleOpa3 {
    0% {
        opacity: 0.1;
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
        opacity: 1;
    }

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

@keyframes scaleOpa4 {
    0% {
        opacity: 0.1;
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
        opacity: 1;
    }

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

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

    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 rotateAni01 {
    50% {
        transform: rotate(10deg);
    }
}

@keyframes rotateAni02 {
    50% {
        transform: rotate(3deg);
    }
}

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

@keyframes updown {

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

    50% {
        transform: translateY(-0.5vw);
    }
}

@keyframes updown2 {

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

    50% {
        transform: translateY(-0.7vw);
    }
}

@keyframes updown3 {

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

    50% {
        transform: translateY(-0.7vw);
    }
}

@keyframes updown4 {

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

    50% {
        transform: translateY(-0.7vw);
    }
}

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

    1% {
        transform: translateY(0vw);
        opacity: 0.3;
    }

    100% {
        transform: translateY(-2vw);
        opacity: 0;
    }
}

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

    1% {
        transform: translateY(0vw);
        opacity: 0.1;
    }

    100% {
        transform: translateY(-4vw);
        opacity: 0;
    }
}

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

    60% {
        transform: translateY(-1.5vw);
        opacity: 0.8;
    }

    100% {
        transform: translateY(-1.2vw);
        opacity: 0;
    }
}

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

    60% {
        transform: translateY(-3vw);
        opacity: 0.5;
    }

    100% {
        transform: translateY(-2.8vw);
        opacity: 0;
    }
}

@keyframes diaUpL {
    0% {
        transform: translate(0);
        opacity: 1;
    }

    60% {
        transform: translate(-0.5vw, -0.5vw);
        opacity: 0.5;
    }

    100% {
        transform: translate(0);
        opacity: 1;
    }
}

@keyframes diaUpR {
    0% {
        transform: translate(0);
        opacity: 1;
    }

    60% {
        transform: translate(-0.5vw, 0.5vw);
        opacity: 0.5;
    }

    100% {
        transform: translate(0);
        opacity: 1;
    }
}

@keyframes xOverMove {
    0% {
        left: -15vw;
        transform: scaleX(1);
    }

    50% {
        left: 105vw;
        transform: scaleX(1);
    }

    50.01% {
        left: 105vw;
        transform: scaleX(-1);
    }

    100% {
        left: -15vw;
        transform: scaleX(-1);
    }
}

@keyframes xOverMove2 {
    0% {
        left: -15vw;
        transform: scaleX(-1);
    }

    50% {
        left: 105vw;
        transform: scaleX(-1);
    }

    50.01% {
        left: 105vw;
        transform: scaleX(1);

    }

    100% {
        left: -15vw;
        transform: scaleX(1);
    }
}

@keyframes cute_biker {
    0% {
        transform: translateY(0)
    }

    25% {
        transform: translateY(-0.1vw)
    }

    50% {
        transform: translateY(0.1vw)
    }

    75% {
        transform: translateY(-0.1vw)
    }

    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: 'SUIT-Medium';
    font-weight: 300;
    font-size: 0.9vw;
    letter-spacing: -0.04vw;
}

section img {
    width: 100%;
}


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

.scaleOpa {
    animation: scaleOpa infinite 2s;
}

.scaleOpa2 {
    animation: scaleOpa2 infinite 2s;
}

.scaleOpa3 {
    animation: scaleOpa3 infinite 2s;
}

.scaleOpa4 {
    animation: scaleOpa4 infinite 2.3s;
}

.light {
    animation: light infinite 5s;
}

.rotate_img {
    animation: rotate_image 10s infinite linear;
}

.clock {
    animation: rotate_image 150s linear infinite;
    transform-origin: bottom center;
}

.clock2 {
    animation: rotate_image 20s linear infinite;
    transform-origin: bottom center;
}

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

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

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

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

.sway1 {
    animation: rotateAni01 1s infinite ease-in-out;
}

.sway2 {
    animation: rotateAni01 2s infinite ease-in-out;
}

.sway3 {
    animation: rotateAni02 2s infinite ease-in-out;
}

.opaUp {
    animation: opaUp 2s infinite ease-in-out;
}

.opaUp2 {
    animation: opaUp2 2s infinite ease-in-out;
}

.opaUp3 {
    animation: opaUp3 2s infinite ease-in-out;
}

.opaUp4 {
    animation: opaUp4 2s infinite ease-in-out;
}

.ddmx {
    animation: ddmx 2s infinite ease-in-out;
}

.xOver {
    animation: xOverMove 20s infinite linear;
}

.xOver2 {
    animation: xOverMove2 15s infinite linear;
}

.cute_biker {
    animation: cute_biker 0.5s infinite linear;
}

.diaUpL {
    animation: diaUpL 2s infinite ease-in-out;
}

.diaUpR {
    animation: diaUpR 2s infinite ease-in-out;
}

.smoke {
    animation: smoke 2s infinite ease-in-out;
}



.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 */

iframe {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

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

.swiper {
    width: 100%;
    margin: 0;
    z-index: 0;
}

.c_skyblue {
    color: #1ea8db;
}

.bg_skyblue {
    background: #1ea8db;
}

.c_fff {
    color: white;
}

.bg_fff {
    background: #fff;
}

.c_skyell {
    color: #fff9c4;
}

.bg_skyell {
    background: #fff9c4;
}

.c_yell {
    color: #ffdc40;
}

.bg_yell {
    background: #ffdc40;
}

.txct {
    text-align: center;
}

.lh {
    line-height: 1.5;
}

.suit_l {
    font-family: 'SUIT-Light';
}

.suit_r {
    font-family: 'SUIT-Regular';
}

.suit_m {
    font-family: 'SUIT-Medium';
}

.suit_sb {
    font-family: 'SUIT-SemiBold';
}

.suit_b {
    font-family: 'SUIT-Bold';
}

.suit_e {
    font-family: 'SUIT-ExtraBold';
}

.one_gt {
    font-family: 'oneGothic';
}

.lotte {
    font-family: 'lotteria';
}

.rot180 {
    transform: rotate(180deg);
}

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

    position: absolute;
    height: auto;

    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
}

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

/* 퍼블시작 */

.main {
    background: url('/images/main_bg_2.jpg') center bottom / contain no-repeat;
}

.main_1st {
    background: url('/images/main_bg_1.png') center center / cover no-repeat;
    padding-top: 10.9vw;
}

.main_07 {
    width: 137.27%;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

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

.main_03 {
    margin-bottom: 3vw;
    width: 42.9921%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_04 {
    margin-bottom: -8vw;
    width: 42.6772%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_01_slide {
    margin-top: 12vw;
    bottom: 0;

    background: #fff;
    padding: 1vw 0;
    border: 0.1vw solid #1ea8db;
}

.main_05_3 {
    left: 20vw;
    top: 35vw;
    width: 11.6535%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_05_2 {
    top: -5vw;
    left: 2vw;
    width: 22.0721%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_05_1 {
    top: -7.5vw;
    left: -6vw;
    width: 58.1081%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_06_3 {
    right: 21.8vw;
    top: 30.3vw;
    width: 10.4462%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_06_2 {
    top: -3.5vw;
    right: 0.5vw;
    width: 21.608%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_06_1 {
    top: -7.8vw;
    right: -8vw;
    width: 77.8894%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* con01 */

.con01 {
    padding-top: 5vw;
}

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

.con01_txt_01 {
    margin-bottom: 1.5vw;
}

.con01_txt_02 {
    font-size: 1.15vw;
}

.con01_swiper_01 {
    margin-bottom: -3vw;
    padding-top: 1vw;
    margin-top: 2vw;
}

.con01_swiper_02 {
    margin-bottom: -4.3vw;
    padding-top: 1vw;
    margin-top: 3vw;
}

.con01_swiper_03 {
    margin-bottom: -3.6vw;
    padding-top: 1vw;
    margin-top: 3vw;
}

.con01_01 {
    width: 23.7795%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con01_04 {
    width: 32.3885%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con01_07 {
    width: 14.5932%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con01_swiper_item {
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con01_03_1 {
    width: 19.4271vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con01_03_2 {
    width: 18.3333vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con01_03_3 {
    width: 19.1667vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con01_03_4 {
    width: 18.0729vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con01_03_5 {
    width: 19.4271vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con01_02 {
    width: 9.5313vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con01_06_1 {
    width: 14.4271vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con01_06_2 {
    width: 14.3229vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con01_06_3 {
    width: 14.5833vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con01_06_4 {
    width: 14.4792vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con01_06_5 {
    width: 14.4271vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con01_06_6 {
    width: 14.4271vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con01_05 {
    width: 9.5313vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con01_09_1 {
    width: 8.2292vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con01_09_2 {
    width: 8.2813vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con01_09_3 {
    width: 8.3333vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con01_09_4 {
    width: 8.3854vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con01_09_5 {
    width: 8.3333vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con01_09_6 {
    width: 8.2813vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con01_09_7 {
    width: 8.2292vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con01_08 {
    width: 9.5313vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con01_stiker_01 {
    top: 0.8vw;
    left: -1vw;
    transform: rotate(10deg);
}

.con01_stiker_02 {
    top: 1.8vw;
    right: -3.5vw;
    transform: rotate(-24deg);
}

.con01_stiker_03 {
    top: 1vw;
    right: -2vw;
    transform: rotate(-10deg);
}

.con01_stiker_04 {
    top: 1.5vw;
    left: -2vw;
    transform: rotate(10deg);
}

.con01_stiker_05 {
    top: 1vw;
    right: 1.2vw;
    transform: rotate(11deg);
}

.con01_stiker_06 {
    top: 0.7vw;
    left: 2vw;
    transform: rotate(-20deg);
}


/* con02 */
.con02 {
    background: url('/images/con02_bg.jpg') center center / cover no-repeat;

    height: 51.0417vw;
}

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

    margin-top: 1vw;
    margin-bottom: 3.6vw;
}

.con02_txt_01 {
    width: 13.9063vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.con02_price {
    font-size: 6.6vw;
    margin-top: -0.6vw;
    width: 48vw;

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

.con02_won {
    font-size: 2.6vw;
    margin-bottom: -2.2vw;
    margin-left: 0.1vw;
}

.con02_02 {
    top: -2.3vw;
    right: -2vw;
    width: 9.7396vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.con02_item {
    width: 20.9375vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con02_item_01 {
    z-index: 300;
}

.con02_item_02 {
    margin-left: -2vw;
    margin-right: -2vw;

    z-index: 200;
}

.con02_item_03 {
    z-index: 100;
}

.con02_item_arrow {
    width: 2.73632%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 1.3vw;
}


/* con03 */
.con03_1st {
    background: url('/images/con03_bg.jpg') center center / cover no-repeat;
    width: 100%;
    height: 56.25vw;

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

.con03_clock_wrap {
    width: 52.8125vw;
    height: 52.8125vw;

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

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

.con03_clock_hour {
    width: 0.7813vw;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 8.5vw;
}

.con03_clock_sec {
    width: 0.7813vw;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10.5vw;
}

/* con03_blink_wrap */
.con03_blink_wrap {
    background: url('/images/con04_bg.jpg') center center / cover no-repeat;
    height: 56.25vw;
    width: 100%;

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

.con04_01_2 {
    width: 19.4792vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con04_02_2 {
    width: 12.0313vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con04_03_1 {
    width: 28.1771vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con04_03_2 {
    width: 26.5104vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con04_01_1 {
    width: 27.2917vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con04_04_2 {
    width: 28.5417vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con04_02_1 {
    width: 33.9583vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con04_04_1 {
    width: 30.4688vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con03_2nd {
    width: 100%;
    z-index: 1000;

    z-index: 100;
}

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

    width: 100%;
}

.con03_blink {
    width: 50%;
    height: 50%;

    overflow: hidden;

    border: 0.1vw solid #fff;
    box-sizing: border-box;

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

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

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

    gap: 1.4vw;

    opacity: 0;
    transition: opacity 0.2s;
}

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

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

    opacity: 1;
    transition: opacity 0.2s;
}

.con03_blink_01 .con03_blink_1st {
    background: #ffdc40;
}

.con03_blink_02 .con03_blink_1st {
    background: #fa587f;
}

.con03_blink_03 .con03_blink_1st {
    background: #b2ebb2;
}

.con03_blink_04 .con03_blink_1st {
    background: #ffa726;
}

@media (min-width: 600px) {
    .con03_blink:hover .con03_blink_1st {
        opacity: 1;
    }

    .con03_blink:hover .con03_blink_2nd {
        opacity: 0;
    }

    .con03_blink:hover .con04_02_4 {
        right: -6.4vw;
    }

    .con03_blink:hover .con04_02_3 {
        left: -11vw;
    }

    .con03_blink:hover .con04_03_3 {
        left: -7vw;
    }

    .con03_blink:hover .con04_03_4 {
        right: -7vw;
    }

    .con03_blink:hover .con04_04_4 {
        left: -2.3vw;
    }

    .con03_blink:hover .con04_04_3 {
        right: -3.8vw;
    }
}

.con03_blink_txt_01 {
    font-size: 1.15vw;
    margin-bottom: 0.9vw;
}

.con03_blink_txt_02 {
    font-size: 0.95vw;
}

.con04_02_4 {
    right: -27vw;
    bottom: -1.1vw;
    width: 41.1333%;
    display: flex;
    justify-content: center;
    align-items: center;

    transition: 0.5s;
}

.con04_02_3 {
    left: -27vw;
    top: 0vw;

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

    transition: 0.5s;
}

.con04_03_3 {
    left: -22vw;
    bottom: -8vw;
    width: 43.127%;
    display: flex;
    justify-content: center;
    align-items: center;

    transition: 0.5s;
}

.con04_03_4 {
    right: -22vw;
    bottom: -8vw;
    width: 43.4418%;
    display: flex;
    justify-content: center;
    align-items: center;

    transition: 0.5s;
}

.con04_04_4 {
    left: -19vw;
    bottom: -2.3vw;
    width: 37.7754%;
    display: flex;
    justify-content: center;
    align-items: center;

    transition: 0.5s;
}

.con04_04_3 {
    right: -22vw;
    top: -3.7vw;
    width: 43.022%;
    display: flex;
    justify-content: center;
    align-items: center;

    transition: 0.5s;
}

.con03_2nd_center {
    width: 21vw;
    height: 21vw;
    box-sizing: border-box;

    z-index: 500;

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

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


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

    width: 100%;
    height: 100%;

    overflow: hidden;
    border-radius: 50%;
}

.con03_2nd_center_cute {
    width: 10.3646vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -9.2vw;
}


.con03_2nd_center_txt {
    font-size: 1.5vw;
    margin-bottom: 0.3vw;
}

.con03_2nd_center_clock {
    font-size: 2.8vw;

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

    margin-bottom: 0.6vw;
}

.con03_2nd_center_hour {
    width: 4.4vw;
}

.con03_blink_data_img_wrap {
    display: none;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.con03_2nd_center_img_01 {
    width: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -2.5vw;
    bottom: 3vw;
}

.con03_2nd_center_img_02 {
    width: 11.2500vw;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -2.1vw;
    bottom: 1vw;
}


/* con05 */
.con05 {
    width: 100%;
    height: 56.25vw;
}

.con05_txt_wrap {
    margin-bottom: -9vw;
}

.con05_txt_01 {
    width: 53.0208vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con05_txt_02 {
    font-size: 1.2vw;
    margin-top: 3.3vw;
}

.con05_02 {
    width: 32.7604vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con05_03 {
    width: 41.7188vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con05_04 {
    width: 25.2604vw;
    display: flex;
    justify-content: center;
    align-items: center;
}


.con05_05 {
    width: 13.6458vw;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.con05_06 {
    width: 17.9167vw;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.con05_07 {
    width: 8.9063vw;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.con05_food_swiper {
    pointer-events: none;
    user-select: none;
}

.con05_food_swiper .swiper-slide {
    opacity: 0 !important;
}

.con05_food_swiper .swiper-slide-active {
    opacity: 1 !important;
}

.con05_food_swiper_01 {
    top: -5.3vw;
}

.con05_food_swiper_01 .con05_03 {
    top: -18vw;
}

.con05_food_swiper_01 .con05_04 {
    top: -15vw;
    margin-right: -8vw;
}

.con05_food_swiper_01 .con05_05 {
    bottom: 4vw;
    left: -2.3vw;
}

.con05_food_swiper_01 .con05_06 {
    bottom: 3vw;
    left: 22vw;
}

.con05_food_swiper_01 .con05_07 {
    bottom: 5vw;
    left: -3vw;
}


.con05_food_swiper_02 {
    bottom: -16.4vw;
    left: -39.9vw;
    padding-top: 5vw;
}

.con05_food_swiper_02 .con05_02 {
    top: 4vw;
}

.con05_food_swiper_02 .con05_04 {
    bottom: 0vw;
}

.con05_food_swiper_02 .con05_05 {
    top: 4vw;
    right: -3vw;
    transform: rotate(30deg);
}

.con05_food_swiper_02 .con05_06 {
    top: 6.7vw;
    right: 2vw;
}

.con05_food_swiper_02 .con05_07 {
    top: 8vw;
    right: -4vw;
}


.con05_food_swiper_03 {
    bottom: -14.9vw;
    right: -36.4vw;
    padding-top: 5vw;
}

.con05_food_swiper_03 .con05_02 {
    top: 6vw;
    right: -4vw;
    transform: rotate(-20deg);
}

.con05_food_swiper_03 .con05_03 {
    top: 2vw;
    right: -2vw;
}

.con05_food_swiper_03 .con05_05 {
    top: -1vw;
    left: -4vw;
    transform: rotate(40deg);
}

.con05_food_swiper_03 .con05_06 {
    top: 8vw;
    left: -3vw;
    transform: rotate(-8deg);
}

.con05_food_swiper_03 .con05_07 {
    top: 8vw;
    left: 0vw;
    transform: rotate(9deg);
}



/* con06 */
.con06_inner {
    width: 100%;
    margin-top: 21vw;
}

.con06_slide {
    margin-bottom: -0.1vw;
}

.con06_01 {
    width: 181.2500vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con06_content {
    background: #e8f6fb;
}

.con06_bg {
    width: 81.25vw;
    height: 28.8542vw;
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-top: -20vw;

    background: url('/images/con06_bg_1.jpg') center center / cover no-repeat;
    border-radius: 2.6vw;
    padding-left: 9.9vw;
    padding-right: 12.5vw;
    box-sizing: border-box;

    overflow: hidden;
}

.con06_06 {
    width: 10.3646vw;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 25vw;
    left: 6.5vw;
    z-index: 100;
}

.con06_02_1 {
    width: 16.0938vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}

.con06_03 {
    width: 15.0521vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}

.con06_point_effect {
    right: 12.25vw;
    width: 25vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con06_point_wrap {
    width: 25vw;
    height: 25vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con06_point_a {
    width: 2.2396vw;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 7vw;
    left: 5.9vw;
}

.con06_point_b {
    width: 2.1354vw;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 7.7vw;
    right: 5.4vw;
}

.con06_point_c {
    width: 2.2396vw;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 10vw;
    left: 11.4vw;
}

.con06_point_d {
    width: 2.1875vw;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 5.4vw;
    left: 8.5vw;
}

.con06_point_e {
    width: 2.0833vw;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 6.8vw;
    right: 5.6vw;
}

.con06_content_item_wrap {
    width: 81.8%;
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding-left: 9vw;
    box-sizing: border-box;
}

.con06_content_item_01 {
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 2vw;
}

.con06_content_cicle_wrap {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con07_01_1 {
    width: 20.3646vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con06_content_cicle {
    width: 8.5417vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con07_02_1 {
    z-index: 100;
}

.con06_content_cicle_arrow_01 {
    width: 21.9512%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -1vw;
}

.con06_content_cicle_arrow_02 {
    width: 21.9512%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -1vw;
}

.con06_content_cicle_txt {
    font-size: 1.1vw;
}

.con06_content_item_02 {
    width: 41vw;
    height: 43vw;

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

    pointer-events: none;
}

.con06_swiper {
    width: fit-content;
    height: 100%;
}

.con06_swiper_01 {
    left: 3vw;
}

.con06_swiper_02 {
    right: 0vw;
}

.con06_swiper_img_01 {
    width: 17.1354vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con06_swiper_img_02 {
    width: 17.0833vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con06_swiper_img_03 {
    width: 17.0833vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10vw;
}

.con06_swiper_img_04 {
    width: 16.9792vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10vw;
}

.con06_swiper_img_05 {
    width: 17.0833vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con06_swiper_img_06 {
    width: 16.8750vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10vw;
}

.con06_slide_01 {
    z-index: 100;
}

.con06_slide_02 {
    z-index: 300;
}



/* con08 */
.con08 {
    padding-top: 9vw;
    padding-bottom: 9vw;

    display: flex;
    flex-direction: row;
    gap: 7.7vw;

    box-sizing: border-box;
}

.con08_left_wrap {
    margin-left: -9vw;
    margin-bottom: -4.1vw;

    z-index: 100;
}

.con08_01 {
    width: 14.3229vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.3vw;
}

.con08_02_1 {
    width: 21.1979vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.3vw;
}

.con08_right_txt {
    font-size: 1.12vw;
}

.con08_truck {
    width: 32.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con08_04 {
    top: -7.3vw;
    right: -4.9vw;
    width: 14.1667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.con08_05 {
    bottom: -2.7vw;
    left: -3.2vw;
    width: 21.8750vw;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.con08_tomato {
    bottom: 5.6vw;
    right: 13.9vw;
    width: 7.40157%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* con09 */
.con09 {
    background: #fffcdf;
    padding-top: 7.7vw;
}

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


.con09_01 {
    width: 15.4688vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.1vw;
}

.con09_02_2 {
    width: 40.7292vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}

.con09_txt_01 {
    font-size: 1vw;
    margin-bottom: 3vw;
}

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

.con09_shop {
    width: 32.8125vw;
    display: flex;
    justify-content: center;
    align-items: center;

    z-index: 100;
    margin-bottom: -1.7vw;
}

.con09_shop_bg {
    width: 70.0521vw;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -5.9vw;
}

.con09_sales_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 500;
    gap: 2.5vw;
}

.con09_sales {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.1vw solid #1ea8db;
}

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

    background: #fff;

    width: 23.4375vw;

    box-sizing: border-box;
}

.con09_sales_item_b,
.con09_sales_item_e {
    border-right: 0.1vw solid #1ea8db;
    border-left: 0.1vw solid #1ea8db;
}

.con09_sales_item_head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 0.1vw solid #1ea8db;

    width: 100%;
    padding-top: 1.7vw;
    padding-bottom: 1vw;
    gap: 0.2vw;
}

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

    width: 100%;
    height: 5.1vw;
}

.con09_sales_item_txt_01 {
    font-size: 1vw;
}

.con09_sales_item_txt_02 {
    font-size: 0.89vw;
}

.con09_sales_price {
    font-size: 2.4vw;
}

.con09_12,
.con09_11 {
    width: 7.8125vw;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -1.1vw;
}

.con09_sales_title {
    font-size: 1vw;
}

.con09_shop_citem_wrap {
    z-index: 700;
    top: 6.6vw;
}

.con09_shop_citem_wrap_01 {
    left: -20.7vw;
}

.con09_shop_citem_wrap_02 {
    right: -20.7vw;
}

.con09_shop_citem {
    width: 10.4688vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con09_citem_plus {
    width: 0.9896vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con09_citem_plus_01 {
    top: 0vw;
    right: 0vw;
}

.con09_citem_plus_02 {
    top: 0;
    left: 0;
}

.con09_06 {
    top: -8.1vw;
    right: -10.4vw;
}

.con09_07 {
    top: -8.1vw;
    left: -10.4vw;
}

.con09_up_wrap {
    z-index: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 4.9vw;
    right: -21.7vw;
}

.con09_up_effect {
    width: 11.4583vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con09_up_txt {
    width: 5.3125vw;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    top: -2.4vw;
}

/* con10 */
.con10 {
    background: #fffcdf;
    padding-top: 7.7vw;
    padding-bottom: 8vw;
}

.con10_01 {
    width: 34.3832%;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 3vw;
}

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

    gap: 1.2vw;
}

.con10_table {
    width: 33.8542vw;
    height: 25.4167vw;
    border-radius: 1.5vw;
    box-sizing: border-box;
}

.con10_table_left {
    background: url('/images/con10_02.jpg') center center / cover no-repeat;
    padding: 4vw 3.2vw;
}

.con10_table_txt_01 {
    font-size: 2.04vw;
    margin-bottom: 1.7vw;
}

.con10_table_txt_02 {
    font-size: 1.35vw;
}

.con10_table_htxt {
    padding: 0.1vw 0.4vw;
}

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

.con10_06 {
    bottom: 29px;
    right: 4.2vw;
    width: 3.8542vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con10_04_1 {
    width: 15.2604vw;
    display: flex;
    justify-content: center;
    align-items: center;

    right: 1vw;
    bottom: 1vw;
}

.con10_04_4 {
    z-index: 10;
    width: 9.0625vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con11_bg {
    background: url('/images/con11_bg.jpg') center center / cover no-repeat;

    margin-top: 6vw;
    border-radius: 1.5vw;

    width: 68.75vw;
    height: 32.4479vw;

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

.con11_box_wrap {
    display: flex;
    gap: 1.3vw;
}

.con11_01 {
    width: 30.5303%;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-top: 1vw;
    margin-bottom: 2.8vw;
}

.con11_02 {
    width: 11.4063vw;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -0.6vw;
    left: -9.7vw;
}

.con11_03 {
    width: 16.25vw;
    display: flex;
    justify-content: center;
    align-items: center;

    top: 2vw;
    right: -3.8vw;
}

.con11_box {
    width: 18.75vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* con12 */
.con12 {
    padding-top: 7.7vw;
    padding-bottom: 7.7vw;
}

.con11_title {
    width: 40.9896vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -1.3vw;
    z-index: 100;
}

.con12_cute {
    width: 6.4vw;
    display: flex;
    justify-content: center;
    align-items: center;

    bottom: -1.2vw;
    right: -2.2vw;
    z-index: 100;
}

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

.con12_box_txt_01 {
    width: 20.9896vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con12_change_txt {
    width: 12.7604vw;
    display: flex;
    justify-content: center;
    align-items: center;

    transition: opacity 0.2s;
}

.con12_change_txt_02 {
    top: 0vw;
    left: 0;

    opacity: 0;
}

.con12_change_txt_wrap.change_txt .con12_change_txt_02 {
    opacity: 1;
}

.con12_change_txt_wrap.change_txt .con12_change_txt_01 {
    opacity: 0;
}

.con12_change_txt_wrap_02 {
    transform: rotate(180deg);
}

.con12_box {
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 96%;
}

.con12_box_inner {
    background: #e8f6fb;

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

    border-radius: 2vw;
    gap: 1.6vw;
    padding: 0 2.2vw;

    width: fit-content;
    height: 25.2083vw;
}

.con12_box_txt_02 {
    font-size: 1.02vw;
    margin-top: 1.1vw;
}

.con12_box_video_wrap {
    display: flex;
    gap: 1.5vw;
}

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

.con12_box_video video {
    width: 20.3125vw;
    height: 11.4583vw;
    border-radius: 1.5vw;
    overflow: hidden;
}

.con12_video_stamp_01 {
    width: 9.4271vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con12_video_stamp_02 {
    width: 7.2917vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con12_video_stamp_03 {
    width: 5.2604vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con12_video_stamp {
    bottom: -1.9vw;
    z-index: 200;
}


/* con13 */
.con13_07 {
    width: 172.7604vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

    height: 30vw;
    gap: 1vw;
}

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

    height: 100%;
    gap: 1vw;
}

.con13_left_box {
    width: 40vw;
    height: 50%;

    border-radius: 1.5vw;

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

    overflow: hidden;
}

.con13_left_box_top {
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 80%;
    margin-bottom: 2.4vw;
}

.con13_left_box_txt {
    margin-bottom: -3.5vw;
    font-size: 0.88vw;
}

.con13_left_box_bot {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -5vw;
    gap: 1.3vw;
}

.con13_right_box {
    width: 40vw;
    height: 100%;

    border-radius: 1.5vw;

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

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

.con13_right_box_txt {
    font-size: 1.09vw;
    margin-bottom: -1vw;
}

.con13_01_1 {
    width: 10.7292vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con13_02_1 {
    width: 18.2813vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con13_03_1 {
    width: 6.5625vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con13_03_2 {
    width: 6.1979vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con13_03_3 {
    width: 6.5104vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con13_03_4 {
    width: 6.0938vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con13_03_5 {
    width: 6.6146vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con13_05 {
    width: 30.2604vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.9vw;
}

.con13_04 {
    width: 22.6563vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}

.con13_06 {
    width: 8.1771vw;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0.3vw;
    top: 1vw;
}

.con13_slide_01 {
    margin-bottom: -1vw;
}

.con13_slide_02 {
    margin-top: -1vw;
}

/* con14 */
.con14 {
    background: url('/images/con14_bg.png') center center / cover no-repeat;
    width: 100%;
    height: 48.4896vw;

    justify-content: flex-start !important;
    padding-top: 7.7vw;
    box-sizing: border-box;

    z-index: 100;
}

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

    margin-bottom: 4.5vw;
}

.con14_title {
    width: 32.5vw;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 1vw;
}

.con14_sub_title {
    width: 31.40625vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con14_blink_back {
    top: 0;
    left: 0;
    transition: 0.2s;
}

.con14_blink_item {
    width: 17.088vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.con14_blink_wrap {
    display: flex;
    gap: 2.3vw;
}

.con14_blink_item_pc.con14_blink_change .con14_blink_back {
    opacity: 0;
}


/* con15 */
.con15 {
    width: 100%;

    background: #e8f6fb;

    margin-top: -6vw;
    padding-top: 11vw;
}

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

.con15_sub_title {
    width: 15.625vw;
    display: flex;
    flex-direction: column;
    justify-content: center;

    margin-bottom: 1vw;
}

.con15_box_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.2vw;
    z-index: 200;
}

.con15_title {
    width: 30.9896vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.con15_box {
    width: 23.2vw;
    height: 20.9vw;
    border: 0.1vw solid #dedede;
    border-radius: 2vw;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding-top: 2vw;
}

.con15_box_img_01 {
    width: 8.02083vw;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 1.5vw;
}

.con15_box_img_02 {
    width: 8.0729vw;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 1.5vw;
}

.con15_box_stamp {
    width: 8.0729vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con15_03_2 {
    width: 9.3229vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}

.con15_box_rating_01 {
    width: 15.1563vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con15_box_rating_02 {
    width: 15.4167vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con15_box_txt {
    font-size: 1.1vw;
    margin-bottom: 1vw;
}

.con15_box_stamp_01 {
    top: 2vw;
    left: -4vw;
}

.con15_box_stamp_02 {
    bottom: 5.2vw;
    right: -3.7vw;
    transform: rotate(30deg);
}

.con15_bot {
    background: #bee7f5;

    width: 100%;
    height: 1vw;

    margin-top: 15vw;
}

.con15_bike_road {
    width: 100%;
    height: 1vw;

    margin-top: 7vw;

    background: #bee7f5;


    z-index: 1000;
}

.con15_cute_bike_rider {
    width: 6.1459vw;
    display: flex;
    justify-content: center;
    align-items: center;

    bottom: 0.8vw;

    z-index: 200;
}

.con15_05 {
    width: 23.125vw;
    display: flex;
    justify-content: center;
    align-items: center;

    left: 11vw;
    top: 13.7vw;
}

.con15_06 {
    width: 22.4479vw;
    display: flex;
    justify-content: center;
    align-items: center;

    bottom: -2.5vw;
    right: 9.6vw;
}


/* con16 */
.con16 {
    background: url('/images/con16_bg.jpg') center center / cover no-repeat;
    height: 52.0833vw;

    padding-top: 6vw;
    box-sizing: border-box;
}

.con16_bg_2 {
    width: 100%;
    height: 48.5417vw;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 3.4vw;
}

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

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

    margin-top: 1.6vw;
    margin-bottom: 1vw;
}

.con16_title {
    width: 28.4375vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con16_title_stamp {
    width: 12.0833vw;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-left: 1.5vw;
    margin-top: -1vw;
}

.con16_rating_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1vw;
    margin-bottom: 1.7vw;
}

.con16_03 {
    width: 13.2813vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con16_04 {
    width: 3.2813vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con16_05 {
    width: 17.1875vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con16_5star {
    width: 15.5729vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}


.con16_phone {
    background: url('/images/con16_11_11.png') center center / cover no-repeat;
    width: 18.9063vw;
    height: 38.2813vw;

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

    padding: 0.8vw 1vw;
    box-sizing: border-box;

    overflow: hidden;

    z-index: 500;

    margin-bottom: -11.7vw;
}

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

    border-radius: 2.4vw;
    overflow: hidden;
}

.con16_swiper_front .swiper-slide {
    justify-content: flex-start;
}

.con16_phone_img {
    width: 18.125vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con16_swiper_back {
    bottom: -7.5vw;
}

.con16_swiper_back::after {
    content: '';

    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;

    background: #1FA8DC60;

    z-index: 100;
}

.con16_ab_txt {
    font-size: 1vw;
    top: 19.6vw;
}

.con16_ab_txt_01 {
    left: -10vw;
}

.con16_ab_txt_02 {
    right: -10vw;
}

.con16_cute_01 {
    left: 21vw;
    top: 14.2vw;
    width: 8.8021vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con16_cute_02 {
    right: 23.4vw;
    top: 17vw;
    width: 7.9167vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con16_09 {
    z-index: 1000;
    left: 29vw;
    bottom: 12.2vw;

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

.con16_10 {
    z-index: 1000;
    right: 26.2vw;
    bottom: 16.6vw;

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

.con16_txt_slide {
    border-top: 0.1vw solid #1ea8db;
    border-bottom: 0.1vw solid #1ea8db;
    height: 4vw;
    top: 0;
}

.con16_12 {
    width: 136.4063vw;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* con17 */
.con17 {
    padding-bottom: 4vw;
}

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

.con17_tape_slide_01 {
    width: 120% !important;

    background: #fff;
    height: 4vw;

    border-top: 0.1vw solid #1ea8db;
    border-bottom: 0.1vw solid #1ea8db;

    transform: rotate(2deg);
    top: 34.5vw;
}

.con17_tape_slide_02 {
    width: 120% !important;

    background: #1ea8db;
    height: 4vw;

    transform: rotate(-5deg);
    top: 36.4vw;
}

.con17_02 {
    width: 114.7917vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con17_03 {
    width: 123.3854vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con17_txt_wrap {
    margin-top: 7.7vw;

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

.con17_title {
    width: 26.5104vw;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 1.7vw;
}

.con17_sub_title {
    font-size: 1.12vw;
}

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

    padding: 3vw 0;

    user-select: none;
}

.con17_swiper_front::before {
    content: '';

    width: 49.6354vw;
    height: 27.1354vw;

    position: absolute;

    background: #1ea8db;
    border-radius: 2vw;

    transform: rotate(-3.1deg);
}

.con17_swiper_front .con17_interior_img {
    width: 49.6354vw;
    height: 27.1354vw;

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

    border-radius: 1.5vw;
    overflow: hidden;
}

.con17_swiper_back {
    margin-top: 1.4vw;
}

.con17_swiper_back .con17_interior_img {
    width: 21vw;
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 1vw;
    overflow: hidden;
}

.con17_swiper_front .swiper-button-next {
    right: 22.4vw;

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

.con17_swiper_front .swiper-button-prev {
    left: 22.4vw;

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

/* con18 */
.con18 {
    padding-top: 7.7vw;
}

.con18_txt_wrap {
    margin-bottom: 2.2vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.con18_title {
    margin-bottom: 1.7vw;
    width: 33.6979vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con18_sub_title {
    font-size: 1.12vw;
}

.ex_map {
    width: 81.3542vw;
    height: 30vw;
    background: #fff;
    border: 0.1vw solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2vw;
    margin-bottom: 3vw;
}

.con18_03 {
    top: 11vw;
    right: 7vw;
    width: 11.1811%;
    display: flex;
    justify-content: center;
    align-items: center;

    z-index: 100;
}

.con19_01_1 {
    width: 28.1771vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3.2vw;
}

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

.con19_02_2 {
    z-index: 100;
}



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

    gap: 4.5vw;

    background: url('/images/con19_bg.jpg') center center / cover no-repeat;
    width: 81.3542vw;
    height: 55.9896vw;
    border-radius: 3vw;

    border: 0.1vw solid #dedede;

    margin-top: 4vw;
    margin-bottom: 7vw;
}

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

    width: 28.2vw;
    height: 33vw;

    background: #fff;
    border-radius: 2vw;
    border: 0.1vw solid #dedede;
}

.con18_box_left_title {
    width: 14.2188vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con18_box_right {
    margin-bottom: 2vw;
}

.con19_02_3 {
    width: 22.0833vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con19_02_2 {
    width: 6.3542vw;
    display: flex;
    justify-content: center;
    align-items: center;

    top: 6.4vw;
    left: 6.6vw;
}

.con19_cross_line {
    width: 11.0417vw;
    display: flex;
    justify-content: center;
    align-items: center;

    z-index: 50;
}

.con19_03_4 {
    width: 15.5208vw;
    display: flex;
    justify-content: center;
    align-items: center;

    right: -11.3vw;
    bottom: -6.3vw;

    z-index: 100;
}

.con19_03_2 {
    width: 10.625vw;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 6.6vw;
    left: -6.1vw;
}

.con19_03_1 {
    width: 14.8438vw;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 4.7vw;
}

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

.con19_05 {
    width: 11.7708vw;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 2.1vw;
    right: 6.7vw;
}

.con19_04 {
    width: 11.25vw;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0.1vw;
    left: -11.1vw;
}

.con19_06 {
    z-index: 200;
    left: 0;
    bottom: 35vw;

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

/* con20 */
.con20 {
    padding-top: 7.7vw;
    padding-bottom: 8.8vw;

    border-bottom: 1vw solid #ffdc40;
}

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

.con20_title {
    width: 42.1354vw;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 1vw;
}

.con20_02 {
    width: 16.9792vw;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 6vw;
}

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

    right: -1.4vw;

}

.con20_09_1 {
    width: 19.3229vw;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-right: -2.1vw;
    margin-top: -3.1vw;

    z-index: 10;
}

.con20_10_1 {
    width: 18.3333vw;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-right: -2.4vw;

    z-index: 20;
}

.con20_11_1 {
    width: 18.75vw;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-right: -2.4vw;
    margin-top: -4.1vw;

    z-index: 30;
}

.con20_12_1 {
    width: 18.6458vw;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: -1.3vw;

    z-index: 40;
}

.con20_06 {
    width: 8.4896vw;
    display: flex;
    justify-content: center;
    align-items: center;

    top: -7vw;
    right: -8vw;
}

.con20_05 {
    width: 6.4063vw;
    display: flex;
    justify-content: center;
    align-items: center;

    left: -7.1vw;
    top: -7.3vw;
}

.con20_08 {
    width: 0.9375vw;
    display: flex;
    justify-content: center;
    align-items: center;

    right: -2vw;
    top: 4.5vw;
}

.con20_07 {
    width: 1.3542vw;
    display: flex;
    justify-content: center;
    align-items: center;

    left: -1.8vw;
}

.con20_13 {
    width: 82.8871%;
    display: flex;
    justify-content: center;
    align-items: center;

    bottom: -1vw;
    left: 1.5vw;
}

.con20_04 {
    right: -4vw;

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

.con20_03 {
    top: -2.4vw;
    left: -6.4vw;

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


/* con21 */
.con21 {
    margin-top: 0.4vw;
    margin-bottom: 0.4vw;
    border-top: 0.1vw solid #ffdc40;
    border-bottom: 0.1vw solid #ffdc40;

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

.con21_title {
    width: 16.9271vw;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 2.3vw;
}

.con21_table {
    width: 58.8542vw;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 0.8vw;

    z-index: 20;
}

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

    gap: 1vw;

    bottom: 1.6vw;
}

.con21_05 {
    width: 3.8021vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con21_06 {
    width: 9.7396vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con21_table_caption {
    display: flex;
    flex-direction: column;

    font-size: 0.83vw;
}

.con21_02 {
    width: 18.0208vw;
    display: flex;
    justify-content: center;
    align-items: center;

    z-index: 10;
    top: 3.6vw;
    left: 6.2vw;
}

.con21_03 {
    width: 17.2917vw;
    display: flex;
    justify-content: center;
    align-items: center;

    z-index: 30;
    bottom: 3.6vw;
    right: 6.2vw;
}


/* con22 */
.con22 {
    background: url('/images/con22_bg.jpg') center center / cover no-repeat;

    height: 83.3333vw;
    padding-top: 7.7vw;

    border-top: 1vw solid #ffdc40;

    justify-content: flex-start !important;
    box-sizing: border-box;
}

.con22_title {
    width: 32.1875vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5vw;
}

.con22_card_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5vw;

    margin-bottom: 4vw;

    width: 80%;
}

.con22_card {
    width: 15.6771vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con22_card_bg {
    transition: opacity 0.3s;
}

.change_card_bg {
    opacity: 0;
    transition: opacity 0.3s;
}

.con22_card_pc.change_card .change_card_bg {
    opacity: 1;
}

.con22_card_pc.change_card .con22_card_bg {
    opacity: 0;
}

.con22_card_inner {
    z-index: 100;

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

/* con23 */
.con23_box {
    background: #e8f6fb;
    width: 67.3vw;
    border-radius: 2vw;

    padding: 5vw;

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

    box-sizing: border-box;
}

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

    margin-bottom: 2vw;
}

.con23_box_title {
    width: 21.0417vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}

.con23_box_sub_title {
    font-size: 1.12vw;
}

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

    gap: 0.5vw;
}

.con23_arrow_box {
    z-index: 200;
}

.con23_box_item {
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 26vw;
    height: 5vw;

    border: 0.1vw solid #dedede;
    box-sizing: border-box;
}

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

    width: 6vw;
    height: 100%;

    border-right: 0.1vw solid #dedede;
    box-sizing: border-box;

    font-size: 1vw;
}

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

    width: 100%;

    padding-left: 2vw;
    box-sizing: border-box;
}

.con23_box_arrow {
    width: 2.6563vw;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -1.7vw;
}

.con23_item_txt_01 {
    font-size: 0.95vw;
}

.con23_item_txt_02 {
    font-size: 0.85vw;
}

.con23_03 {
    bottom: 2.1vw;
    right: -2.5vw;

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

.con23_inner {
    display: flex;
}

/* con24 */
.con24 {
    background: url('/images/con24_bg.jpg') center center / cover no-repeat;

    height: 40.1042vw;
}

.con24_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 69vw;
    height: 27vw;
    background: rgba(255, 255, 255, 0.95);

    border-radius: 3vw;

    padding: 0vw 5.3vw;
    box-sizing: border-box;
}

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

    width: 29vw;
    height: 86%;

    border-right: 0.1vw solid #dedede;
}

.con23_title {
    width: 23.2813vw;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 1.5vw;
}

.con24_sub_title {
    width: 13.3854vw;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 1.5vw;
}

.con23_txt_01 {
    font-size: 1.03vw;

    margin-bottom: 1.8vw;
}

.con24_03 {
    width: 16.875vw;
    display: flex;
    justify-content: center;
    align-items: center;

    cursor: pointer;
}

/* form */
.form_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;

    width: 30vw;
    height: 86%;
}

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

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

.form_margin_input {
    width: 24vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 0.1vw solid #dedede;
    height: 3.2vw;
    padding-left: 1vw;
}

.form_margin_Agree_input {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0.3vw;
    gap: 0.5vw;
}

.footeer_agree_checkbox_01 {
    width: 0.8vw;
    height: 0.8vw;

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

    outline: 0.1vw solid #333;
    border: none;
    cursor: pointer;
    appearance: none;
    position: relative;

    border-radius: 50%;
    margin-bottom: -0.1vw;


}

.footeer_agree_checkbox_01:checked::before {
    content: '';
    display: inline-block;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    background-color: #1ea8db;
}

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

.form_submit_div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

    margin-top: 1.5vw;
}

.form_margin_input>label {
    width: 11vw;
    font-size: 1vw;
    display: flex;
    align-items: center;
}

.form_margin_input>input {
    width: 100%;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-size: 1vw;
    background: transparent;
}

.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: #888;
}

.form_check_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.5vw;
    padding-left: 0.5vw;
}

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

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

.form_check_name_01 {
    margin-right: 2vw;
}

.agree_txt {
    cursor: pointer;
    color: #666;
}

.footeer_checkbox_01,
.footeer_checkbox_02 {
    width: 1vw;
    height: 1vw;
    appearance: none;
    outline: 0.1px solid #333;
    border-radius: 50%;
    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: #1ea8db;

    border-radius: 50%;
}

.map_mid_01 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5vw;
}

.form-control {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    border-radius: 0.2vw;
    font-size: 1vw;
    box-sizing: border-box;
    padding: 0.6vw 0vw;
    color: #888;
}

.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: 4%;
    background-position: right 0.6vw center;

}

.con24_04 {
    width: 16.875vw;
    display: flex;
    justify-content: center;
    align-items: center;
}











/* 맵시작 */

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

.map {
    background-color: #fff;
    width: 81.3542vw;
    height: 33vw;
    z-index: 1;
    overflow: hidden;
    border-radius: 3vw;
    border: 0.1vw solid #dedede;
}

.mid_map_search {
    background: white;
    overflow: hidden;
    z-index: 2;
    width: 21%;
    height: 30vw;
    left: 10.7%;
    border-radius: 2vw;
    border: 0.1vw solid #dedede;
}

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

.mid_map_search_top>div {
    color: #000;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4%;
    padding-bottom: 4%;
    font-size: 1vw;
    font-weight: 500;
    cursor: pointer;
}

.on2 {
    background: #1ea8db;
    color: #fff !important;
}

.off2 {
    background: #fff;
    color: #000 !important;
}

.con18_02 {
    width: 25.4688vw;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: -1.5vw;
    z-index: 1000;
}

.mid_map_search_mid {
    background: #1ea8db;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    padding: 3%;

}

.mid_map_search_mid input {
    appearance: none;
    border: none;
    outline: none;
    width: 98%;
    height: 2.5vw;
    padding-left: 5%;
    font-size: 1vw;
    border-radius: 50vw;
    color: #888;
}

.mid_map_search_mid input::placeholder {
    color: #999;

}

.mid_map_search_bottom {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 23vw;
    width: 99.5%;
}

.mid_map_search_bottom::-webkit-scrollbar {
    width: 0vw;
    height: 0vw;
}

.mid_map_search_bottom::-webkit-scrollbar-track {
    width: 0;
    background-color: #00000030;
}

.mid_map_search_bottom::-webkit-scrollbar-thumb {
    background-color: #f2c172;
    position: absolute;
}

.mid_map_search_item {
    margin: 0% 7%;
    border-bottom: 1px solid #9b9b9b;
    padding: 7% 0;
    font-size: 1vw;
    cursor: pointer;
    pointer-events: all;
}

.infor_div {
    opacity: 0;
    pointer-events: none;
}

.mid_map_search_item_title {
    font-size: 1.1vw;
}

.mid_map_search_item_addres {
    margin-top: 4%;
    margin-bottom: 1%;
}

.map_icon {
    width: 1.4583vw;
    right: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*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-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-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;
    padding-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;
}


.map_plus {
    right: 0;
    filter: invert(1);
    top: 1.6vw;
    width: 1.4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.5s;
}

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