* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

section {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    font-family: 'pretendard Variable';
}

body {
    overflow-x: hidden;
}

.pc-mobile {
    display: flex !important;
}

.mobile-pc {
    display: none !important;
}

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

@keyframes scaleOpa2 {
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes ball {
    0% {
        bottom: 0px;
    }

    100% {
        bottom: 20px;
    }
}

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

    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -30);
    }

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

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

    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }

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

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

    50% {
        transform: matrix(1.15, 0.01, 0.01, 1.15, 0, 30);
    }

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

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

    50% {
        transform: scale(1.1);
    }

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

@keyframes rotate_imageY {
    0% {
        transform: rotateY(0);
    }

    100% {
        transform: rotateY(360deg);
    }
}

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

    50% {
        transform: translateY(20px);
    }

    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 ddm2Xhalf {
    0% {
        transform: scale(1);
    }

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

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

@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes uitLineMove {
    0% {
        stroke-dashoffset: 300.292;
    }

    100% {
        stroke-dashoffset: 110;
    }
}

@keyframes hand {
    0% {
        transform: translateY(-0.5%);
    }

    25% {
        transform: translateY(1%);
    }

    50% {
        transform: translate(0.5%, -1%);
    }

    75% {
        transform: translate(1%, 0.5%);
    }

    100% {
        transform: translate(1%, -1%);
    }
}

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

    25% {
        transform: translateY(-1%);
    }

    50% {
        transform: translate(-1%, 2%);
    }

    75% {
        transform: translate(2%, 1%);
    }

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

@keyframes bg-position {
    0% {
        background-position: bottom;
    }

    25% {
        background-position: center;
    }

    50% {
        background-position: inherit;
    }

    75% {
        background-position: center;
    }

    100% {
        background-position: bottom;
    }
}

@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.2;
    }

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

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

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

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

@keyframes light {

    0%,
    31%,
    34%,
    39%,
    42%,
    47% {
        opacity: 0;
    }

    5%,
    30%,
    35%,
    38%,
    43%,
    46% {
        opacity: 0.4;
    }

    50%,
    55%,
    60%,
    67%,
    51%,
    54%,
    68%,
    100% {
        opacity: 1;
    }

    70% {
        opacity: 0.2;
    }
}

@keyframes marqueeX {
    from {
        transform: translateX(0);
    }

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

@keyframes 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 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 clipExpand {
    0% {
        clip-path: polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%);
        opacity: 0;
    }

    50% {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        opacity: 1;
    }

    100% {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        opacity: 0;
    }
}

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

    50% {
        transform: translateY(30%);
    }

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

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

    20% {
        transform: translateY(-4%);
        animation-timing-function: ease-out;
    }

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

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

    20% {
        transform: translateY(-5%);
        animation-timing-function: ease-out;
    }

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

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

    50% {
        transform: translateY(30%);
    }

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

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

    50% {
        transform: scale(1.05);
        /* 살짝 커짐 */
    }

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

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

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

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

.exbold {
    font-weight: 900;
}

.bold {
    font-weight: 700;
}

.sebold {
    font-weight: 600;
}

.medium {
    font-weight: 500;
}

.regular {
    font-weight: 400;
}

.flight {
    font-weight: 200;
}

.thin {
    font-weight: 100;
}

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

.scaleOpa {
    animation: scaleOpa infinite 2s;
}

.scaleOpa2 {
    animation: scaleOpa2 infinite 3s;
}

.light {
    animation: light infinite 5s;
}

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

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

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

.float_updown2 {
    animation: floatUpDown2 4s forwards infinite;
}

.float_updown3 {
    animation: floatUpDown3 3s forwards infinite;
}

.float_updown4 {
    animation: floatUpDown4 20s forwards infinite;
}

.scale-pulse {
    animation: scalePulse 2s ease infinite;
}

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

.multiply_off {
    mix-blend-mode: normal;
    transition: all 0.5s ease-in;
    opacity: 0.6;
}

.multiply_on {
    mix-blend-mode: multiply !important;
    opacity: 1;
}

/* 퍼블시작 */
@font-face {
    font-family: 'SF_HambakSnow';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2106@1.1/SF_HambakSnow.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.absol {
    position: absolute;
}

.rltv {
    position: relative;
}

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

.center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-section {
    background: url('/images/main_bg.png') center center / cover no-repeat;

    width: 100%;
}

.main-section .vert-txt {
    flex-direction: column;
    align-items: center;
    gap: 0.4vw;
    z-index: 99;
    width: 100%;

    padding-top: 11vw;
}

.main-section .vert-txt .i1 {
    width: 18.6987%;
    overflow: hidden;
}

.main-section .vert-txt .i2 {
    width: 31.615%;
    overflow: hidden;
}

.main-section .vert-txt .i3 {
    width: 19.4792%;
}

.main-section .vert-txt .i4 {
    width: 13.49%;
}

.main-section .vert-txt .new {
    width: 100%;
    margin-top: 1vw;
}

.main-section .vert-txt .new .gap {
    width: 100%;
    justify-content: center;
    gap: 7vw;
    margin-left: -5.6vw;
}

.main-section .vert-txt .mic {
    width: 10.938%;
    margin-top: 7vw;
    z-index: 999;
}

.main-section .vert-txt .blight {
    width: 220%;
    z-index: 999;
    top: -7vw;
    left: -2.5vw;
}

.main-section .bot {
    width: 100%;
    overflow: hidden;

    padding-top: 3vw;
}

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

.main-section .bot .txt {
    top: 34%;

    display: flex;
    align-items: center;

    width: 148.282%;

    animation: txt-left 10s linear infinite;
}

div.txt_sd {
    width: 148.282%;
}

.main-section .bot .bot_bg {
    width: 100%;
}

.main-section .bot .under {
    width: 100%;
}

/* 스와이퍼 슬라이드 */

.swiper {
    width: 100%;
}

.vertSlide {
    margin-top: 5.2vw;
    z-index: 200;
    height: 13vw;

}

.vertSlide .swiper-slide {
    width: 100%;
}

.vert_slide_img {
    width: 23.1771%;
    transition: all 0.3s;
}

.vertSlide .swiper-slide-next .vert_slide_img {
    width: 20%;
    opacity: 30%;
}

.vertSlide .swiper-slide-next+div .vert_slide_img {
    width: 17%;
    opacity: 10%;
    margin-top: -1vw;
}

.vertSlide .swiper-slide-next+div+div .vert_slide_img {
    width: 10%;
    opacity: 0%;
}

.main-section .rhythm {
    overflow: hidden;

    top: 20%;
    left: 0;

    width: 100%;

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

.main-section .rhythm .track {
    width: 95.975%;

    gap: 20px;
    opacity: 0.4;
}

.main-section .room {
    bottom: 0%;
    width: 6%;

    animation: spin 10s linear infinite;
    transform-origin: center center;
}

.main-section .room .rot {
    transform: rotate(180deg);
}

@keyframes spin {
    0% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(540deg);
    }
}

/* -------------- 피드백 이후 ------------- */

/* flex column 활용하여 배치 */
.flexcol {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
}

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

.sb {
    justify-content: space-between;
}

/* 콘텐츠 1 */

.con1 {
    background: url(/images/con01_bg.png) top / cover no-repeat;
    width: 100%;
}

.con1_top {
    width: 100%;
    padding-top: 9vw;
}

.main_16 {
    top: 0;
}

.con1_top_1st {
    width: 39.063%;
    margin-bottom: 5vw;
    overflow: hidden;
}

.con1_top_2nd {
    width: 29.011%;

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

    z-index: 99;

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

.con1_top_3rd_ab {
    width: 108.495%;

    display: flex;

    z-index: 100;
    animation: track 5s linear infinite;
}

.con1_circle {
    width: 93%;
    height: 93%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

@keyframes track {
    0% {
        transform: translateX(0%);
    }

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

.con1_video {
    width: 100%;
}

.con1_video>video {
    width: 251%;
    margin-top: 0.6vw;
    margin-left: -14.2vw;
}

.con1_top_4th {
    width: 11.823%;
    margin-top: -10%;
    z-index: 101;
}

/* 콘텐츠 1 앱솔루트 */

.con1_center {
    width: 100%;
}

.con1_center_flexcol {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.con1_center_flex {
    width: 100%;
    height: 8.6vw;
}

.con1_center_flex .con01_12 {
    opacity: 0;
    transition: opacity 0.4s;
}

.con1_center_flex.con1_center_bg_change .con01_12 {
    opacity: 1;
}

.con_center_item {
    width: 100%;
    z-index: 9;
}

.con1_center_item1,
.con1_center_item3,
.con1_center_item5 {
    padding-left: 5vw;
}

.con1_center_item2,
.con1_center_item4,
.con1_center_item6 {
    padding-right: 5vw;
}

.con01_12 {
    width: 90.6567%;
}

.con1_13 {
    width: 49.187%;

}

.con1_center_item1 {
    width: 23.764%;
}

.con1_center_item2 {
    width: 24.089%;
}

.con1_center_item3 {
    width: 22.331%;
}

.con1_center_item4 {
    width: 19.402%;
}

.con1_center_item5 {
    width: 24.805%;
}

.con1_center_item6 {
    width: 27.019%;
}

.con1_under {
    z-index: 1;
}

.end {
    display: flex;
    justify-content: flex-end;
}

/* ---------- con2 --------- */

.con1_2nd {
    width: 100%;
}

.con1_2nd_1 {
    width: 37.5%;
    margin-top: -7vw;
    overflow: hidden;
}

.con_txt {
    font-size: 1vw;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    font-weight: 400;

    margin: 1.5vw 0;
}


.con1_2nd_2 {
    width: 100%;
    display: flex;

    animation: slideRight 10s linear infinite;
}

@keyframes slideRight {
    from {
        transform: translateX(-100%);
    }

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

.w100 {
    width: 100%;
}

.con2_content {
    width: 100%;
}

.con2_wbox {
    gap: 0.1vw;
}

.con2_wbox>.flex {
    gap: 0.1vw;
}

.con02_05 {
    width: 31.2867vw;
    height: 16.483vw;
    background: #fff;
}

.con02_02 {
    z-index: 999;
}

.con02_03 {
    width: 8.55643%;
    display: flex;
    justify-content: center;
    align-items: center;

    top: 0;
    left: 9vw;
}

.con02_04 {
    width: 8.55643%;
    display: flex;
    justify-content: center;
    align-items: center;

    top: 0;
    right: 9vw;
}

.con02_10 {
    width: 36.745%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con2_11 {
    width: 40.9396%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con02_12 {
    width: 40.7718%;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

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

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

.con02_10,
.con02_12 {
    padding-left: 4vw;
}

.con02_11,
.con02_13 {
    padding-right: 4vw;
}

.con02_11 {
    width: 40.9396%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con02_14 {
    width: 12.494%;
    display: flex;
    justify-content: center;
    align-items: center;

    z-index: 99;
}

.con2_ct_txt {
    gap: 9vw;
    padding-right: 1vw;
}

.con2_ct_txt>.flex {
    gap: 2vw;
    width: 100%;
}

.con02_06 {
    width: 8.504%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con02_07 {
    width: 7.6645%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con02_08 {
    width: 8.504%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con02_09 {
    width: 7.6645%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* con3 시작 */

.con3 {
    margin-top: 5vw;
}

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

.con_txt.mb3 {
    margin-bottom: 3vw;
}

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

.swiper-slide-active .con3_slide_imgh {
    opacity: 1;
}

.con3_slide_img {
    width: 81.9074%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con3_slide_imgh {
    width: 96.3534%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .con3_swiper .swiper-slide .active {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    pointer-events: none;

    top: 0;
    left: 0;
}

.con3_swiper .swiper-slide-active .active {
    width: 100%;

    opacity: 1;
    visibility: visible;
    position: static;
    pointer-events: auto;

    transition: 1.5s;

}

.con3_swiper .swiper-slide-active .defualt {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    pointer-events: none;

    top: 0;
    left: 0;
} */

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

.con3_swiper .swiper-button-prev {
    width: 2.5729%;

    left: 0;
    position: static;
    height: auto;
}

.con3_swiper .swiper-button-next {
    width: 2.5729%;

    right: 0;
    position: static;
    height: auto;
    transform: rotate(180deg);
}

.con3_swiper .btn-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 37.4vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);

    z-index: 99;
}

/* con4 시작 */

.con4 {
    margin-top: 3.5vw;
    margin-bottom: 5vw;
}

.con4_box {
    width: 88.698vw !important;
    height: 50.8334vw !important;

    background: #000;
    border: 1px solid #F1E39C;

    justify-content: flex-start !important;
}

.con04_03_1 {
    top: -4vw;
    left: 25vw;
}

.con04_03_2 {
    top: -2vw;
    left: 44vw;
}

.con4_won {
    width: 100%;
}

.con4 .con_txt {
    margin-bottom: 4vw;
    overflow: hidden;
}

.con04_08 {
    margin-left: 2.5vw;
    margin-right: 1vw;
}

.con04_09 {
    margin-top: 1.5vw;
}

.con4_swiper {
    font-size: 2vw;
    color: #000;

    margin-top: 1.4vw;
}

.con4_swiper_item {
    width: fit-content !important;

    z-index: 10;
    white-space: nowrap;
}

.con4_swiper_txt {
    font-size: 1vw;
    font-weight: 600;
    margin-bottom: 2vw;
}

.con4_swiper_price {
    font-family: "SF_HambakSnow";
    font-size: 2.3vw;
    margin-bottom: 0.5vw;
}

.con4_swiper_month {
    font-size: 1vw;
    font-weight: 600;
}

.con4_swiper {
    overflow: visible !important;
}

.con4_swiper .btn-wrap {
    width: 100%;

    display: flex;
    justify-content: center;

    z-index: 99;

    transform: translateY(1vw);
    gap: 2vw;
}

.swiper-button-prev,
.swiper-button-next {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
}

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

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

.con04_14 {
    bottom: 0;
}

.con04_02 {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 3vw;
    z-index: 99;

    overflow: hidden;
}

.con04_04 {
    top: 0;
    left: 26.6vw;
    width: 39.3491%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.con04_blight {
    width: 20.7101%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.con04_05 {
    width: 41.0059%;
    display: flex;
    justify-content: center;
    align-items: center;

    overflow: hidden;
}

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

.con04_08 {
    width: 41.251%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con04_09 {
    width: 2.427%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con4_swiper_img {
    width: 93.4853%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con04_12 {
    width: 0.0591715%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con4_swiper .swiper-button-prev,
.con4_swiper .swiper-button-next {
    width: 2.9%;
    z-index: 99;
}

.con04_14 {
    width: 100%;
    z-index: 10;
    pointer-events: none;
}

/* con5 시작 */

.con05 {
    padding-top: 7vw;
    background: url('/images/con05_bg.png') top center / cover no-repeat;
}

.con05_01 {
    margin-bottom: 3vw;
    overflow: hidden;
}

.con05_box {
    width: 84.095vw !important;
    height: 38.373vw !important;
    background: #fff;
    border: 1px solid #000;
    overflow: hidden;
}

.con05_05 {
    bottom: 7.8vw;
    right: 1.4vw;
    z-index: 99;
}

.con05_03 {
    width: 100%;
    bottom: 0;
}

.con05_08 {
    bottom: 2.9vw;
    right: 6.2vw;

    z-index: 999;
}

.con05_06 {
    bottom: -11vw;
    left: 16vw;

    z-index: 99;
}

.con05_circle {
    justify-content: flex-end;
}

.con05_chart {
    justify-content: flex-start;
}

.con05_cc {
    margin-left: -8vw;
    gap: 6vw;
}

.con05_slide {
    margin-top: 5vw;
    z-index: 99;
    width: 100%;
}

.con05_01 {
    width: 20.8924%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con05_05 {
    width: 10.7527%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con05_04 {
    width: 66.8011%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con05_08 {
    width: 11.0215%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con05_07 {
    width: 88.4409%;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.con05_03 {
    width: 100.125%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* con6 시작 */

.con06 {
    background: url('/images/con06_bg.png') center top / cover no-repeat;

    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.con06_01 {
    margin-left: 12vw;
    z-index: 99;

    overflow: hidden;
    width: 18.2152%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con6_box_wrapper {
    width: 45.827vw;
    margin-top: 6vw;
    margin-right: 6vw;

    height: 38.6355vw;
    overflow: hidden;

    border: 1px solid #000;

    z-index: 99;
}

.con6_box {
    width: 100%;
    height: 77.271vw;
    background: #fff;
}

.con6_card {
    width: 100%;
    height: 38.6355vw;
    background: #fff;
    border-bottom: 1px solid #000;

    align-items: flex-start !important;
}


.con6_card:nth-child(2) {
    border: none;
}

.con06_08 {
    top: 11.7vw;
    left: 31.9vw;
}

.con6_btxt {
    margin-left: 5vw;
}

.con6_card .con_txt {
    color: #000;
    font-weight: 500;
    text-align: left;

    margin-left: 5vw;
}

.con06_02 {
    top: 0;
}

.con06_03 {
    bottom: 0;
}

.con06_10 {
    bottom: 5vw;
    width: 139.1609%;
    z-index: 1;
}

.con06_05 {
    width: 24.8568%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con06_06,
.con06_09 {
    width: 83.9633%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con06_07 {
    width: 25.6586%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con06_08 {
    width: 23.0241%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* con7 시작 */

.con7 {
    color: #000;
    font-size: 1.17vw;

    padding-top: 5vw;
}

.con7_txt {
    font-weight: 500;
    margin-top: 1.4vw;
    margin-bottom: 4.6vw;
    overflow: hidden;
}

.con7_chart_wrap {
    width: 100%;
    top: 7.5vw;
    width: 61%;
    align-items: flex-end !important;
}

.con7_chart {
    gap: 2.3vw;
}

.con07_16 {
    bottom: 5.9vw;
    width: 63.4646%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con07_13 {
    z-index: 10;
}

.con7_ctxt {
    z-index: 11;
    gap: 0.3vw;
    top: 7.6vw;
}

.con07_04 {
    top: -4vw;
    width: 101.375%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con7 .con_txt {
    color: #000;
    font-weight: 500;
}

.con07_17 {
    margin-top: 1.4vw;
    width: 127.822%;
}

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

.con07_02 {
    top: -2vw;

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

.con07_03 {
    width: 75.5906%;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

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

.con07_09,
.con07_10,
.con07_12 {
    width: 43.299%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.con7_flextxt {
    width: 85.2234%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* con8 시작 */

.con8 {
    background: url('/images/con08_bg.png') center top / cover no-repeat;

    padding-top: 5vw;
}

.con08_01 {
    margin-bottom: 2.8vw;
    width: 20.8399%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.con8 .swiper-button-prev,
.con8 .swiper-button-next {
    opacity: 0;
    transition: transform 0.4s;

    position: absolute;
    top: 6.7vw;

    width: 9.239%;
}

.con8 .swiper-button-prev {
    left: 20.5vw;
    transform: translateX(70%);
}

.con8 .swiper-button-next {
    right: 20.5vw;
    transform: translateX(-70%);
}

.con08_07 {
    top: 12vw;
    right: 29.6vw;
    z-index: 999;

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

.swiper_box {
    gap: 0.9vw;
}

.swiper-slide-active .swiper-button-prev,
.swiper-slide-active .swiper-button-next {
    opacity: 1;
    transform: translate(0);
}

.con08_11 {
    margin-top: 2.8vw;
    width: 33.9633%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.con08_wbox {
    width: 36.4829%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con08_05,
.con08_04 {
    width: 8.55643%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* con9 시작 */

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

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

.con9_top {
    margin-bottom: 7vw;
}

.con09_01 {
    width: 71.0824%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con9_txt_wrap {
    margin: 0 1.3vw;
}

.con9_txt {
    color: #000;
    font-weight: 500;
    font-size: 1vw;
    line-height: 1.5;
}

.con9_txt1 {
    margin: 2vw 0;
}

.con9_txt2 {
    margin: 2.1vw 0;
}

.con9_swiper1 .swiper-slide {
    align-items: flex-start;
}

.con9_swiper2 .swiper-slide {
    align-items: flex-start;
}

.con09_02 {
    top: -2.4vw;
    right: 25vw;

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

    z-index: 99;
}

.con9_hbox_wrap {
    width: 81.77111vw;
}

.con9_hbox>.absol {
    opacity: 0;
    transition: 0.3s;

    z-index: 100;
}

.con9_hbox.hover>.absol {
    opacity: 1;
    z-index: 10;
}

.con9_abox .con_txt {
    color: #000;
    text-align: left;
    font-size: 0.8vw;
    font-weight: 500;
    line-height: 1.7 !important;
}

.con9_abox .con_txt.mt {
    margin-top: 3.2vw;
}

.con9_rbox .con9_abox_txt {
    margin-right: -20vw;
}

.con9_lbox .con9_abox_txt {
    margin-left: 17vw;
}

.con09_10 {
    z-index: 100;
    position: absolute;

    animation: spin 10s linear infinite;
}

.con09_07 {
    width: 27.2441%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
    overflow: hidden;
}

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

.con09_15 {
    width: 23.0573%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con09_12 {
    width: 31.8471%;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

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

.con09_09 {
    pointer-events: none;
    z-index: 999;
    position: absolute;
    width: 21.9108%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con09_10 {
    pointer-events: none;
    z-index: 1000;
    width: 20.1911%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* con10 시작 */

.con10 {
    background: url('/images/con10_bg.png');

    padding-top: 8vw;
}

.con10_01 {
    top: 0;
}

.con10_swiper {
    z-index: 99;
    width: 41%;

    margin-top: 2vw;
}

.con10_swiper .swiper-button-prev,
.con10_swiper .swiper-button-next {
    width: 6.2844%;
    position: absolute;
}

.con10_swiper2 {
    font-size: 2vw;
    color: #fff;
    z-index: 9;
    top: 51%;
}

.con10_stamp {
    top: 10.5vw;
    left: 6.2vw;

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

.con10_17 {
    width: 109.57125%;
    margin-top: 3vw;
    margin-bottom: -0.8vw;
}

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

.con10_slide_img {
    width: 83.7388%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con10_flow_img {
    width: 96.2428%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con10_03 {
    bottom: -5%;
    z-index: 999;

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

/* con11 시작 */

.con11 {
    background: url('/images/con11_bg.png') center center / cover no-repeat;
    white-space: nowrap;
}

.con11 .con_txt {
    font-weight: normal;
    color: #000;
    text-align: left;
}

.con11_inner {
    justify-content: space-between;
}

.con11_txt_box {
    width: 50%;
}

.con11_img_wrap {
    width: 50%;
    gap: 1vw;
    margin-right: 5vw;
}

.con11_scroll_img {
    gap: 2vw;
}

.con11_scroll_img1 {
    margin-top: -8vw;
}

.con11_scroll_img2 {
    margin-bottom: -17vw;
}

.con11_txt_box {
    margin-left: 11vw;
    margin-bottom: 14vw;
}

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

.con11_img {
    width: 98.5507%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* con12 시작 */

.con12 {
    background: url('/images/con12_bg.png');
    white-space: nowrap;
    padding-top: 9vw;
    padding-bottom: 8.2vw;
}

.con12 .con_txt {
    color: #000;
    font-weight: 500;
}

.con12_09 {
    right: 15.2vw;
    width: 34.7507%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con12_swiper {
    width: 40.24%;
    right: 12.3vw;
}

.con12_swiper .swiper-slide {
    opacity: 0 !important;
    pointer-events: none;
    /* 클릭 방지 */
}

.con12_swiper .swiper-slide-active {
    opacity: 1 !important;
    pointer-events: auto;
}

.con12_box_txt {
    align-items: flex-start !important;
    width: 20% !important;
    left: 23.9vw;
    top: 6vw;
}

.con12_box {
    overflow: hidden;
}

.con12_box .con_txt {
    text-align: left;
    margin: 0;
    margin-bottom: 1vw;
    line-height: 1.6 !important;
}

.con12_box1 {
    margin-bottom: 1.5vw;
}

.con12_10 {
    bottom: 0;
    right: 9vw;

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

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

.con12_12 {
    bottom: 23.7vw;
    right: 7.3vw;
}

.con12_11 {
    bottom: 28.1vw;
    right: 13vw;
}

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

.con12_box_img {
    width: 69.5013%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con12_08 {
    width: 37.5328%;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 1.5vw;
}

.con12_03 {
    width: 46.1942%;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 1.5vw;
}

/* con13 시작 */

.con13 {
    background: url('/images/con13_bg.png') center center / cover no-repeat;
    padding-top: 7vw;
}

.con13 .con_txt {
    margin-bottom: 3vw;
}

.con013_slide {
    margin-top: 5vw;
    width: 162.52%;
}

.con13_simg {
    width: 88.1503%;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.con13_02 {
    top: 28vw;

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

/* con14 top 시작 */

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

    padding-top: 10vw;
    padding-bottom: 8vw;
}

.con14_01 {
    top: 0;

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

.con14_blight {
    top: -1vw;
    left: 49vw;

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

.con14_top {
    position: relative;
    z-index: 99;
}

.con14_active_img,
.con14_defualt_img {
    width: 98.3051%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* 신호등 이미지 클래스명 제어 */
.con14_traffic .con14_active_img {
    opacity: 0;
    transition: opacity 0.3s;
}

.con14_traffic.con14_traffic_change .con14_active_img {
    opacity: 1;
    z-index: 10;
}

/* ------------------------------ */

.con14_02 {
    width: 61.985% !important;
    padding: 0 1.3vw;
}

.con14_fl {
    justify-content: flex-start !important;
    align-items: flex-start !important;
}

.con14_fr {
    justify-content: flex-end !important;
    align-items: flex-end !important;
}

.con14_bot {
    margin-top: 10vw;
}

.con14_bot_txt_wrap {
    width: 31% !important;
    align-items: flex-start !important;
    margin-left: 5vw;
    z-index: 99;
}

.con14_bot_txt_wrap .con_txt {
    text-align: left;
    font-size: 1vw;
}

/* ------ con14 flip swiper ------- */

.con14_flip_swiper {
    width: 50%;
    z-index: 99;
    padding-top: 2vw;
    margin-top: -2vw;

    z-index: 9999;
    position: relative;
}

.con14_flip_swiper .card {
    position: relative;
    width: 100%;
    height: 22vw;
    perspective: 1000px;
    /* 3D 효과 적용 */

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

.con14_flip_swiper .card-front,
.con14_flip_swiper .card-back {
    width: 14.532vw !important;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    transition: transform 0.7s ease;

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

.con14_flip_swiper .card-front {
    transform: rotateY(0deg);
    z-index: 2;
}

.con14_flip_swiper .card-back {
    transform: rotateY(180deg);
    z-index: 1;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
    background: none !important;
}

.con14_flip_swiper .swiper-slide-active .card-front {
    transform: rotateY(180deg);
    z-index: 1;
}

.con14_flip_swiper .swiper-slide-active .card-back {
    transform: rotateY(360deg) scale(1.26523);
    z-index: 2;
}

.con14_flip_swiper .swiper-slide {
    opacity: 0;
    transition: opacity 0.1s, transform 0.7s;
}

.con14_flip_swiper .swiper-slide-next,
.con14_flip_swiper .swiper-slide-prev,
.con14_flip_swiper .swiper-slide-active {
    opacity: 1;
}

.con14_flip_swiper .btn-warp {
    width: 100%;
    gap: 2vw;

    margin-top: 4vw;
}

.con14_flip_swiper .swiper-wrapper {
    pointer-events: all;
}

/* ---- 플립 스와이퍼 끝 --- */

.con14_19 {
    width: 0.105% !important;
}

.con14_bg01,
.con14_bg02,
.con14_20 {
    bottom: 0;
    width: 100%;
}

.con14_03 {
    bottom: 0;
    z-index: 999;
    pointer-events: none;

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

    opacity: 0.8;
}

.con14_11 {
    bottom: 42vw;
    right: 5vw;
    z-index: 99;

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

.con14_bg03 {
    bottom: 11.6vw;
    right: 1vw;
    width: 18.7927%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con14_10 {
    width: 65.9898%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con14_flip_swiper .swiper-button-prev,
.con14_flip_swiper .swiper-button-next {
    width: 5.145%;
}

/* con15 시작 */

.con15 {
    background: url('/images/con15_bg.png') center center / cover no-repeat;
    padding-top: 7vw;
    padding-bottom: 4vw;
}

.con15_table {
    width: 74vw !important;
    text-align: center;
    /* border: 1px solid #222; */
}

.con15_table_head {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #222;

    height: 4vw;
}

.con15_table_left {
    width: 24vw !important;
    height: 100%;
    /* border-right: 1px solid #222; */
}

.con15_table_center {
    height: 100%;
}

.con15_table_right {
    width: 22vw !important;
    height: 100%;
    /* border-left: 1px solid #222; */
}

.con15_table_row {
    height: 4vw;
    border-right: 1px solid #222;
    border-left: 1px solid #222;
}

.con15_table_body {
    font-weight: 500;
}

.con15_table_body .con15_table_left {
    font-size: 1.1vw;
    background: #f5f5f5;
    border-right: 1px solid #222;
}


.con15_table_body .con15_table_center {
    font-size: 1vw;
    color: #444;
}

.con15_table_body .con15_table_right {
    font-size: 1.1vw;
    background: #f5f5f5;
    border-left: 1px solid #222;
}

.con15_table_body .con15_table_left::after,
.con15_table_body .con15_table_center::after,
.con15_table_body .con15_table_right::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 90%;
    height: 1px;
    background: #ddd;
}

.con15_table .con15_table_left_last::after,
.con15_table .con15_table_center_last::after,
.con15_table .con15_table_center_right::after {
    width: 100% !important;
    background: #222;
}

.con15_table_body .con15_table_left::after {
    width: 83.5%;
}

.con15_table_body .con15_table_center::after {
    width: 95%;
}

.con15_table_body .con15_table_right::after {
    width: 88%;
}

.con15_02 {
    width: 110% !important;
    z-index: 99;
    top: -0.3vw;
}

.con16_14 {
    width: 15.2482%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con16_15 {
    width: 4.83871%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con16_16 {
    width: 16.2791%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* con15 테이블 종료 */

.con15_01 {
    width: 17.3753%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.3vw;
}

.con15>.con_txt.top {
    width: 73.4%;
    color: #888;
    text-align: right;
    margin-bottom: 0.6vw;
    font-weight: 500;
}

.con15>.con_txt.bot {
    width: 73.4%;
    color: #888;
    text-align: left;
    margin-top: 1vw;
    font-weight: 500;
}

/* con16 시작 */

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

    padding-top: 7vw;
    padding-bottom: 10vw;
}

.con16_box::after {
    content: '';

    width: 14.5444%;
    height: 100%;

    position: absolute;
    left: 100%;
    z-index: 99;

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

.none_after::after {
    display: none;
}

.con16_box_wrap {
    gap: 1.5vw;
}

.con16_box_row {
    gap: 1vw;
}

.con16_01 {
    width: 17.3753%;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 3vw;
}

.con16_box {
    width: 17.6903%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con16_02 {
    z-index: 10;
}

.con16_03 {
    z-index: 9;
}

.con16_04 {
    z-index: 6;
}

.con16_05 {
    z-index: 5;
}

.con16_06 {
    z-index: 4;
}

.con16_07 {
    z-index: 3;
}

.con16_08 {
    z-index: 2;
}

.con16_1st {
    margin-bottom: 7vw;
}

.con16_11 {
    width: 13.8058%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4vw;
}

.con16_map {
    width: 73% !important;
    height: 34vw;
    background: #fff;
    border: 1px solid #000;

    font-size: 2vw;
}

.con16_slide {
    bottom: 0.74vw;
    z-index: 99;
}

.con16_slide_txt {
    font-size: 1.2vw;
    font-weight: 500;
    white-space: nowrap;
}

.con16_13 {
    bottom: 0;
    z-index: 9;
}

/* con17 시작 */

.con17 {
    background: url('/images/con17_bg.png') center center / cover no-repeat;
    flex-direction: row;

    gap: 12vw;
}

.con17_04 {
    bottom: 0;
}

.con17_mball {
    top: 0;
    left: 14.7vw;
    width: 30.1312%;
    display: flex;
    justify-content: center;
    align-items: center;

    z-index: 99;
}

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

.con17_ab1 {
    left: 1vw;
    top: -14vw;
}

.con17_ab2 {
    left: 26vw;
    top: -12vw;
}

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

.con17_03 {
    width: 73.9269%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.con17_left {
    margin-left: 3vw;
    width: 33% !important;
    margin-bottom: -4vw;
}

.con17_right {
    width: 40% !important;
}

.con17_hlight {
    top: 0;
    left: 11.4vw;
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.con17_input_box {
    height: 35vw;
    width: 90% !important;
    background: #fff;
    z-index: 99;
    font-size: 2vw;
}

/* form */
div.form_wrap {
    width: 31.7019%;
    height: 33vw;
    background-color: white;

    margin-top: 9vw;
    margin-bottom: 4vw;

    z-index: 999;
}

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

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

.form_margin_input {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0.3vw 0.7vw;
    border-bottom: 1px solid #000;
}

.form_margin_Agree_input {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    align-self: flex-start;

    margin-bottom: 1vw;
    margin-top: 1vw;
    margin-left: 0.2vw;
    font-weight: 500;
}

.input_agree_flex {
    justify-content: flex-start;
    gap: 0.5vw;
}

.form_input_more {
    white-space: nowrap;
    text-align: right;
    text-decoration: underline;
    font-weight: 700;
    font-size: 0.9vw;
    margin-right: 0.3vw;
    cursor: pointer;
}

.footeer_agree_checkbox_01 {
    margin-top: 0.1vw;
    width: 0.7vw;
    height: 0.7vw;
    outline: 1px solid #000;
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: white;
    position: relative;
}

.footeer_agree_checkbox_01:checked::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #000;
    scale: 0.8;
}

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

.form_margin_input>label {
    width: 18%;
    font-size: 1.1vw;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
}

.form_margin_input>input {
    width: 64%;
    height: 2.5vw;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 0.5vw;
    font-size: 1vw;
}

/* .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: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0.3vw 0;
    white-space: nowrap;
}

.form_check_wrap label {
    width: 10%;
    height: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    color: #63636391;
    cursor: pointer;
    transition: all 0.3s;

    font-size: 1vw;
    font-weight: 400;
    color: #000;
}

/* .form_check_wrap label:hover {
    background-color: #D4B36C;
    color: white;
}
.form_check_wrap input:checked + label {
    background-color: #D4B36C;
    color: white;
} */
.agree_text {
    cursor: pointer;
}

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

.form_check_name_01,
.form_check_name_02 {
    margin-left: 1vw;
    margin-right: 1vw;
}

.form_check_name_02 {
    margin-left: 3vw;
}

.footeer_checkbox_01,
.footeer_checkbox_02 {
    width: 1vw;
    height: 1vw;
    appearance: none;
    outline: 1px solid #08211b;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

.footeer_checkbox_01:checked::before,
.footeer_checkbox_02:checked::before {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #000;
    scale: 0.8;
    border-radius: 50%;

}

.con17_05 {
    z-index: 1000;
    top: 6.1vw;
    left: 4.2vw;

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

.only_mobile {
    display: none;
}


/* section:not(.con11),
.header,
.footer {
    display: none !important;
} */
/* 
.main-section,
.con1,
.con05,
.con7,
.con8,
.con9 {
    display: none;
} */


/* map-start */

/* 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: 1px solid #000;
    background-color: #fff;
    border-radius: 100vw;
    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: 60%;
    font-size: 0.85vw;
    font-family: pretendard-bold;

}

.map_mid_map_search_item_address {
    width: 60%;
    margin-top: 2.4%;
    margin-bottom: 2%;
    color: #222;
}

.map_mid_map_search_item_tel {
    color: #222 !important;
}

.map {
    width: 100%;
    height: 31vw;
    border-radius: 0vw;
    border: 1px solid black;
    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: 1px solid #000;
}

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

.map_search {
    width: 2.6% !important;
    right: 5%;
    cursor: pointer;
    transform: rotate(-18deg);
    top: 33%;
}

.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: 1px solid #999;
    padding: 13.6% 0;
    padding-left: 6%;
    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;
    right: 0;
    /* border-radius: 0vw 1vw 1vw 0vw; */
    /* border-right: 1px solid black; */
    box-sizing: border-box;
    /* border-radius: 0.5vw 0vw 0vw 0.5vw; */
    transform: translateY(-50%);
    border: 1px solid #000;
    box-sizing: border-box;
}

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

.map_plus {
    width: 25.23%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 6%;
    top: 50%;
    transform: translateY(-50%);
    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 추가 css */




/*popup*/


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

.fixed_popup {
    position: fixed;
    top: 0;
    height: 100vh;
    background: #00000099;
    z-index: 9999;
}

.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: 31%;
    bottom: 18.8%;
}

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

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