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

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}
section{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;

}
.pc-mobile{
    display: flex;
}
.mobile-pc{
    display: none;
}
.pc{
    display: flex;
}
.pc-inline{
    display: inline;
}
.tablet{
    display:none;
}
.mobile{
    display:none;
}
html {
    scroll-behavior: smooth;
}
.main::after{
    width: 1vw;
    height: 0vw;
    position: absolute;
    top: 0;
    pointer-events: none;
    opacity: 0;
    pointer-events: none;
/*     content:url(/images/con1_10.png) url(/images/con1_11.png) url(/images/con1_12.png)
    url(/images/con6_08.png) url(/images/con6_09.png)  url(/images/con6_10.png) url(/images/con6_11.png) url(/images/con6_12.png)
    url(/images/con7_02.png) url(/images/con7_03.png) url(/images/con7_04.png)  url(/images/con7_05.png); */
}
.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.flowhid{
    overflow: hidden;
}
.hide{
    display: none !important;
}
.hideopa{
    opacity: 0 !important;
}
.show{
    opacity: 1 !important;
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
.flexrow{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.flexcol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


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;
    }
}
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.8854vw;
    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 2s;
}
.light {
    animation: light infinite 5s;
}
.rotate_img {
    animation: rotate_image 10s infinite linear;
}
.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 30s infinite linear;
}
.slide_y img.absol {
    top: 100%;
}
.slide_y_r {
    animation: marqueeY_r 30s 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;
}
.obj > img {
    height: 100%;
    object-fit: cover;
}
/* 퍼블시작 */
:root {
    --main-color: #ec471b;
    --sub-color: #de252d;
    --size-17: 0.8854vw;
    --size-18: 0.9375vw;
    --size-19: 0.9896vw;
    --size-20: 1.0417vw;
    --size-22: 1.1458vw;
    --size-25: 1.3021vw;
    --size-30: 1.5625vw;
    --size-35: 1.8229vw;
    --size-60: 3.125vw;
    --size-65: 3.3854vw;
    --size-85: 4.4271vw;
}
.subTitle {
  font-family: 'GmarketSansMedium';
  font-size: var(--size-25);
}
.title {
  font-family: 'GmarketSansBold';
  font-size: var(--size-65);  
}
.color01 {
    color: var(--main-color);
}
.color02 {
    color: var(--sub-color);
}

.swiper-pagination-bullet {
    background-color: #fff;
}
.main_slide div.main_slide_pagimation {
    bottom: 3%;
}
.main_cover {
    padding-top: 14.6vw;
    background-image: url(/images/m_bg.png);
}
.m_13 {
    width: 119.213%;
    display: flex;
    justify-content: center;
    align-items: center;    
    background-color: #ec471b;
    padding: 1vw 0;
}
.m_04 {
    width: 11.2337%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.m_05 {
    width: 12.6169%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
    top: -34%;
}
.main_tt01 {
    font-size: var(--size-30);
}
.main_tt02 {
    font-style: italic;
    font-size: var(--size-85);
    margin-top: -1vw;
}
.main_tt02_scale {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -1.5vw;
}
.main_line {
    width: 1px;
    height: 4.7917vw;
    background-color: #fff;
    margin-top: 1.8vw;
    margin-bottom: 3vw;
}
.m_06 {
    width: 13.4384%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.main_arr {
    width: 1.20745%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 55%;
}
.main_arr_prev {
    left: 9.5%;
}
.main_arr_next {
    right: 9.5%;
}
.m_09 {
    width: 37.5329%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 2%;
    bottom: -1%;
}
.con01_main01 {
    background-image: url(/images/con01_7.png);
    padding-top: 6vw;
    padding-bottom: 6vw;
}
.con01_tt02 {
    gap: 0.3vw;
    margin-bottom: 2.5vw;
}
.con01_change_title {
    width: 15.0521vw;
    height: 3.0208vw;
    background-color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;    
    margin-top: -0.5vw;
    overflow: hidden;
    /* width: 21.0521vw; */
}
.con01_change_title_item01 {
    width: 14.6355vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con01_change_title_item02 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;    
    font-size: 2.7083vw;
    gap: 0.5vw;
    transform: translateY(100%);
}
.con01_change_title_item02 p {
    margin-bottom: -0.5vw;
}
.con01_2 {
    width: 14.8438vw;
    display: flex;
    justify-content: center;
    align-items: center;       
}
.con01_main01_row_wrap {
    gap: 0.5vw;
}
.con01_main01_row {
    width: 18.4253%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_main02 {
    width: 100.788%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;    
}
.con01_main02_row {
    width: 50%;
    height: 32.2917vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;    
}
.con01_slide {
    height: 100%;
}
.con01_main02_row02 {
    background-color: #fffcf7;
}
.con01_main02_row03 {
    background-color: #fffafa;
}
.con01_main02_row_line {
    width: 0.7813vw;
    height: 100%;
    top: 0%;
}
.con01_main02_row_line01 {
    left: 0%;
    background-color: var(--main-color);
}
.con01_main02_row_line02 {
    right: 0%;
    background-color: var(--sub-color);
}
.con01_main02_row_tt_wrap {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.con01_main02_row_tt_wrap01 {
    align-items: flex-start;
    text-align: start;
    align-self: flex-start;
    margin-left: 5vw;
    margin-bottom: -5vw;
}
.con01_main02_row_tt_wrap02 {
    align-items: flex-end;
    text-align: end;
    align-self: flex-end;
    margin-right: 5vw;
    margin-top: -5vw;
}
.con01_main02_row_tt01 {
    width: 48.0904%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_main02_row_tt02 {
    font-size: var(--size-35);
    text-transform: uppercase;
    line-height: 1.1;
    margin: 1.5vw 0 2vw;
}
.con01_main02_row_tt03 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: var(--size-20);
    gap: 1vw;
    line-height: 1.3;
}
.con01_main02_row_tt03_1 {
    align-items: flex-start;
}
.con01_main02_row_tt03_2 {
    align-items: flex-end;
}
.con01_main02_row_tt03 b {
    padding: 0 0.2vw;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_main02_row_tt03_1 b .absol {
    background-color: var(--main-color);
    width: 100%;
    height: 100%;
    left: 0%;
}
.con01_main02_row_tt03_2 b .absol {
    background-color: var(--sub-color);
    width: 100%;
    height: 100%;
    right: 0%;
}
.con02_4 {
    width: 58.4376%;
    display: flex;
    justify-content: center;
    align-items: center;    
    right: 0%;
    top: -5%;
    z-index: 1;
}
.con02_6 {
    width: 53.6459%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -6%;
    bottom: 0%;
}
.con03_top_main {
    padding-top: 4vw;
}
.con03_1 {
    width: 14.6983%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_title {
    line-height: 1.7;
}
.con03_16 {
    width: 20.4725%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -12vw;
}
.con03_17 {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;    
    top: 1%;
    overflow: hidden;
    border-radius: 2vw 2vw 0 0;
}
.con03_15 {
    width: 100.788%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
}
.con03_8 {
    width: 61.0257%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 15%;
    left: -42%;
}
.con03_9 {
    width: 56.9232%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 12%;
    right: -39%; 
}
.con03_11 {
    width: 187.436%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -50%;
}
.con03_balloon {
    height: 4.1667vw;
    display: flex;
    justify-content: center;
    align-items: center;    
}
.con03_balloon img {
    width: unset !important;
    height: 100%;
}
.con03_balloon01 {
    left: -100%;
    top: -9%;
    animation: ddm 4s infinite linear;
}
.con03_balloon02 {
    left: -121%;
    top: 11%;  
    animation: ddm2 4s infinite linear;
}
.con03_balloon03 {
    left: -102%;
    top: 33%;
    animation: ddm 4s infinite linear;
    animation-delay: -1s;
}
.con03_balloon04 {
    right: -95%;
    top: -9%;  
    animation: ddm2 4s infinite linear;
    animation-delay: -1s;
}
.con03_balloon05 {
    right: -106%;
    top: 11%;  
    animation: ddm 4s infinite linear;
    animation-delay: -2.5s;
}
.con03_balloon06 {
    right: -102%;
    top: 33%;
    animation: ddm2 4s infinite linear;
    animation-delay: -2.5s;
}
.con03_bot {
    width: 100.788%;
    height: 19.2709vw;
    background-image: url(/images/con03_14.jpg);
    display: flex;
    justify-content: center;
    align-items: center;      
}
.con03_slide_item {
    width: 33.8542vw;
    height: 16.1459vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;      
    background-color: #fff;
    border-radius: 0.5vw;
    gap: 1vw;
}
.con03_slide_img {
    width: 42.3077%;
    height: 14.5313vw;
    display: flex;
    justify-content: center;
    align-items: center;    
    border: 1px solid var(--main-color);  
    overflow: hidden;
    border-radius: 1vw;
    margin-left: 0.8vw;
    box-sizing: border-box;
}
.con03_slide_tt_wrap {
    width: 45.6924%;
    height: 66%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
}
.con03_10 {
    width: 30.3031%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.4vw;
}
.con03_slide_tt01 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3vw;
}
.con03_slide_line {
    height: 1px;
    background-color: var(--main-color);
    margin: 1vw 0;
}
.con03_slide_tt02 {
    width: 100%;
    height: 57%;
    font-size: var(--size-19);
    overflow-y: scroll;
}
.con03_slide_tt02::-webkit-scrollbar {
    width: 0.2vw;
}
.con03_slide_tt02::-webkit-scrollbar-thumb {
    width: 100%;
    background-color: var(--main-color);
}
.con03_slide_tt02 p {
    width: 100%;
    word-break: keep-all;
    overflow-wrap: break-word;
    white-space: normal;
}
.con03_arr {
    width: 1.04177%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_arr_prev {
    left: 29%;
}
.con03_arr_next {
    right: 29%;
}
.con04 {
    height: 49.4792vw;
    background-image: url(/images/con04_11.jpg);
}
.con04_tt_wrap {
    width: 26.2468%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    align-self: flex-start;
    margin-left: 12vw;
    margin-bottom: 1vw;
}
.con04_tt01 {
    font-size: var(--size-60);
    line-height: 1.1;
}
.con04_tt01 p {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con04_tt01_color {
    background: linear-gradient(to right, var(--main-color) 50%, white 50%);
    background-size: 200% 100%;
    background-position: 100%;
    /* background-position: 0%; */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.con04_tt02 {
    font-size: var(--size-30);
}
.con04_col_wrap {
    gap: 1vw;
    margin-top: 3vw;
}
.con04_col_h {
    opacity: 0;
    transition: opacity 0.3s;
}
.con04_col.con04_change .con04_col_h {
    opacity: 1;
}
.con04_1 {
    width: 23.2001%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -2%;
    top: -77%;
}
.con04_right {
    width: 60%;
    display: flex;
    justify-content: flex-end;
    right: -3%;
    gap: 0.6vw;
}
.con04_right01 {
    align-items: flex-end;
    top: 9vw;
}
.con04_right02 {
    align-items: flex-start;
    top: 26vw;
}
.con04_right_item {
    position: relative;
}
.con04_5 {
    width: 23.0097%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-2.5vw);
}
.con04_6 {
    width: 35.7831%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con04_7 {
    width: 23.0097%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con04_8 {
    width: 35.8706%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-2.5vw);    
}
.con04_9 {
    width: 23.0097%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con04_10 {
    width: 35.8706%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con04_right_video {
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 1.4vw;
    overflow: hidden;
}
.con05 {
    background-image: url(/images/con05_15.jpg);
}
.con05_main {
    padding-top: 6vw;
    padding-bottom: 5vw;
}
.con05_1 {
    width: 10.4988%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con05_title {
    line-height: 1.3;
    margin-bottom: 2vw;
}
.con05_title_bg {
    width: 33.8%;
    height: 76%;
    top: 4%;
    left: 27.6%;
    background-color: var(--main-color);
}
.con05_row_wrap {
    gap: 1vw;
}
.con05_row {
    width: 34.1208%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_2 {
    width: 6.71926%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 25%;
}
.con05_row01_arr {
    width: 42.3078%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 28%;
}
.con05_row01_arr01 {
    top: 15%;
}
.con05_row01_arr02 {
    top: 36.5%;
}
.con05_row02_arr {
    width: 42.3078%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 26%;
}
.con05_row02_arr01 {
    top: 14.5%;
}
.con05_row02_arr02 {
    top: 44.5%;
    transform: rotateY(180deg);
}
.con05_row02_arr_item {
    width: 14.5456%;
    display: flex;
    justify-content: center;
    align-items: center;  
    left: 0%;
    animation: 5s infinite linear con05_row02_arr02_ani;
}
@keyframes con05_row02_arr02_ani {
    to {
        left: 90%;
    }
}
.con05_row01_arr_item {
    width: 14.5456%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_row01_arr_item01 {
    left: -7%;
    bottom: 0%;
    animation: 5s infinite linear con05_row01_arr_item01_ani;    
}
@keyframes con05_row01_arr_item01_ani {
    0% {
        left: -7%;
        bottom: 0%;
    }
    25% {
        left: -7%;
        bottom: 78%;
    }
    50% {
        left: 48%;
        bottom: 78%;
    }
    75% {
        left: 48%;
        bottom: -9%;
    }
    100% {
        left: 87%;
        bottom: -9%;
    }
}
.con05_row01_arr_item02 {
    right: 0%;
    top: -20%;
    animation: 5s infinite linear con05_row01_arr_item02_ani;    
}
@keyframes con05_row01_arr_item02_ani {
    0% {
    right: 0%;
    top: -20%;
    }
    33% {
        right: 37%;
    top: -20%;
    }
    66% {
        right: 37%;
        top: 66%;
    }
    100% {
        right: 86%;
        top: 66%;
    }
}
@keyframes fall {
    from {
        /* 시작: opacity: 1; */
        transform: translateY(0); /* 초기 top 위치에서 시작 */
        opacity: 1;
    }
    to {
        /* 끝: 화면 하단 밖으로 떨어지고 투명해짐 */
        transform: translateY(120vh); /* 화면 높이의 120% 아래로 이동 */
        opacity: 0;
    }
}
.con05_coin {
    animation-name: fall;
    animation-iteration-count: infinite; /* 무한 반복 */
    animation-timing-function: linear;    
}
.con05_coin01 {
    width: 7.55916%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 70.24%;
    top:0;
    animation-duration: 5s;
    animation-delay: -1s;
}

.con05_coin02 {
    width: 7.1917%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 10.25%;
    top:0;
    animation-duration: 6s;
    animation-delay: -3s;
}

.con05_coin03 {
    width: 12.8085%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top:0;
    animation-duration: 4.5s;
    animation-delay: -2.5s;
}

.con05_coin04 {
    width: 7.71664%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 10.5%;
    top:0;
    animation-duration: 5.5s;
    animation-delay: -0.5s;
}

.con05_coin05 {
    width: 5.51191%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 89.24%;
    top:0;
    animation-duration: 4s;
    animation-delay: -4s;
}

.con05_coin06 {
    width: 6.24682%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 28.24%;
    top:0;
    animation-duration: 7s;
    animation-delay: -5s;
}
.con06 {
    background-image: url(/images/con06_9.jpg);
    padding-top: 7vw;
    padding-bottom: 6vw;
}
.con06_main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.con06_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 12vw;
    margin-bottom: 1vw;
}
.con06_1 {
    width: 7.6563vw;
    display: flex;
    justify-content: center;
    align-items: center;    
    margin-bottom: 1vw;
    overflow: hidden;
}
.con06_tt01 {
    font-size: var(--size-30);
    margin-bottom: 1vw;
}
.con06_tt02 {
    font-size: var(--size-60);
    line-height: 1.1;
}
.con06_tt02 p {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;  
    gap: 0.3vw;
}
.con06_tt02_color {
    background: linear-gradient(to right, var(--main-color) 50%, #000 50%);
    background-size: 200% 100%;
    background-position: 100%;
    /* background-position: 0%; */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.con06_tt03 {
    font-size: var(--size-22);
    line-height: 1.3;
    margin-top: 1vw;
    margin-bottom: 2vw;
}
.con06_tt04 {
    font-size: var(--size-18);
}
.con06_right {
    width: 61.5%;
    display: flex;
    justify-content: center;
    align-items: flex-start;   
    flex-direction: column;
}
.con06_slide .swiper-slide {
    align-items: flex-start;
}
.con06_slide_img {
    width: 95.444%;
    display: flex;
    justify-content: center;
    align-items: center;    
    transform-origin: left center;
    transition: scale 0.3s;
    scale: 0.78;
}
.swiper-slide-active .con06_slide_img {
    scale: 1;
}
.con06_right_bot {
    width: 41.6146vw;
    display: flex;
    justify-content: center;
    align-items: center;  
    gap: 0.5vw;    
    margin-top: 1vw;
}
.con06_slide_pagination {
    width: fit-content !important;
    position: relative !important;
    bottom: 0.07vw !important;
    left: auto !important;
}
.con06_slide_pagination .swiper-pagination-bullet {
    background-color: var(--main-color);
}
.con06_arr {
    width: 1.25166%;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.con07 {
    padding-top: 6vw;
    padding-bottom: 2.5vw;
}
.con07_1 {
    width: 13.6906%;
    display: flex;
    justify-content: center;
    align-items: center;    
    right: -8%;
    top: -9%;
}
.con07_title {
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 1vw;
}

.con07_tab_wrap {
    width: 29.3963%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--size-20);
    gap: 0.3vw;
    border: 1px solid var(--main-color);
    border-radius: 50vw;
    padding: 0.5vw 0;
    z-index: 1;
    margin-bottom: -1.7vw;
    background-color: #fff;
}
.con07_tab {
    padding: 0.5vw 1.1vw;
    color: var(--main-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;    
    transition: all 0.3s;
}
.con07_tab.con07_change {
    background-color: var(--main-color);
    color: #fff;
    font-weight: 700;
}
.con07_box {
    width: 81.8898%;
    box-sizing: border-box;
    border: 1px solid var(--main-color);
    border-radius: 1vw;
    display: none;
    justify-content: center;
    align-items: center;  
    padding-top: 4vw;
    padding-bottom: 2.5vw;
}
.con07_box.con07_change {
    display: flex;
}
.con07_box_inner {
    width: 94%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;    
    flex-wrap: wrap;
    gap: 1.3vw 0;
}
.con07_item_wrap {
    width: calc(100% / 3);
    display: flex;
    justify-content: center;
    align-items: center;       
}
.con07_item {
    width: 24.2188vw;
    height: 16.198vw;
    display: flex;
    justify-content: center;
    align-items: center;    
    box-sizing: border-box;
    border-radius: 1.2vw;
    overflow: hidden;
    cursor: pointer;
}
.con07_item_cover {
    height: 100%;
    background-color: #00000093;
    color: #fff;
    font-size: 1.1979vw;
    opacity: 0;
    transition: opacity 0.6s;
}
.con07_item:hover .con07_item_cover {
    opacity: 1;
}
.con07_item_btn {
    width: 20.8603%;
    display: flex;
    justify-content: center;
    align-items: center;    
    right: 0%;
    bottom: 0%;
}
.con07_pop_wrap {
    width: 100%;
    height: 100%;
    background-color: #00000093;
    z-index: 2;
    top: 0%;
    left: 0%;
    display: flex;
    justify-content: center;
    align-items: center;      
}
.con07_pop {
    width: 49.4792vw;
    height: 23.6979vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    border-radius: 1vw;
    overflow: hidden;
    border: 1px solid var(--main-color);
}
.con07_pop_slide {
    width: 40.1054%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 2vw;
}
.con07_pop_slide_img {
    width: 100%;
    height: 14.948vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 1vw;
}
.con07_pop_con {
    width: 42%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 4vw;
}
.con07_pop_con_tt01 {
    background-color: var(--main-color);
    font-size: var(--size-25);
    padding: 0.1vw 1vw;
    border-radius: 50vw;
    margin-bottom: 1.5vw;
}
.con07_pop_con_tt02 {
    width: 100%;
    height: 9vw;
    font-size: var(--size-20);
    overflow-y: scroll;
}
.con07_pop_con_tt02 p {
    width: 100%;
    word-break: keep-all;
    overflow-wrap: break-word;
    white-space: normal;
}
.con07_pop_con_tt02::-webkit-scrollbar {
    width: 0.15vw;
}
.con07_pop_con_tt02::-webkit-scrollbar-thumb {
    width: 100%;
    background-color: var(--main-color);
}
.con07_pop_close {
    width: 4.21063%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 2%;
    top: 3%;
    cursor: pointer;
}
.con07_9 {
    width: 0.839995%;
    display: flex;
    justify-content: center;
    align-items: center;    
}
.con07_9_1 {
    left: 7.7vw;
    bottom: 1.5vw;
}
.con07_9_2 {
    right: 7.7vw;
    top: 1.5vw;
    transform: rotate(180deg);
}
.con08 {
    background-color: var(--main-color);
    padding-top: 6vw;
    padding-bottom: 6vw;
}
.con08_title {
    text-transform: uppercase;
    line-height: 1;
}
.con08_1 {
    width: 8.33343%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -8%;
    top: -26%;
}
.con08_subTitle {
    margin-bottom: 2.5vw;
}
.con08_sd {
    width: 116.221%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_main {
    gap: 1.5vw;
}
.con09 {
    background-image: url(/images/con09_8.jpg);
    padding-top: 4vw;
    padding-bottom: 4vw;
}
.con09_1 {
    width: 7.45417%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con09_subTitle {
    margin-top: 1vw;
}
.con09_title {
    line-height: 1.5;
    margin-bottom: 2vw;
}
.con09_color {
    background: linear-gradient(to right, var(--main-color) 50%, white 50%);
    background-size: 200% 100%;
    background-position: 100%;
    /* background-position: 0%; */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.con09_main {
    width: 78.7927%;
    height: 26.0938vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #ffffff8e;
    border-radius: 1.5vw;
    border: 1px solid var(--main-color);
    box-sizing: border-box;
    padding-top: 2.5vw;
}
.con09_row {
    width: 25.8334vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con09_row01 {
    margin-left: 3vw;
}
.con09_row02 {
    margin-right: 2.5vw;
}
.con09_row_title01 {
    font-size: var(--size-30);
    line-height: 1.1;
}
.con09_row_title02 {
    font-size: 2.1vw;
    line-height: 1.2;
    margin-bottom: 1vw;
}
.con09_row01_col_wrap {
    gap: 0.5vw;
}
.con09_row01_col {
    height: 2.6042vw;
    background-color: #fff;
    border: 1px solid var(--main-color);
    border-radius: 50vw;
    font-size: var(--size-20);
    transition: all 0.3s;
}
.con09_row01_col.con09_change {
    font-weight: 700;
    background-color: var(--main-color);
    border-color: #fff;
    color: #fff;
}
.con09_row02_col_wrap {
    gap: 1vw;
}
.con09_row02_col {
  font-family: 'GmarketSansLight';
  font-size: var(--size-22);
  line-height: 1.1;
}
.con09_row02_col.con09_change {
  font-family: 'GmarketSansMedium'; 
}
.con09_6 {
    width: 1.20978%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2vw 0;
}
.con09_5 {
    width: 54.6372%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.con09_4 {
    width: 26.0368%;
    display: flex;
    justify-content: center;
    align-items: center;    
    bottom: 0%;
    left: 38.5%;
}
.con10 {
    padding-top: 6vw;
    padding-bottom: 6vw;
    background-color: #fff;
    z-index: 1;
}
.con10_title {
    text-transform: uppercase;
    line-height: 1.2;
}
.con10_color {
    background: linear-gradient(to right, var(--main-color) 50%, #000 50%);
    background-size: 200% 100%;
    background-position: 100%;
    /* background-position: 0%; */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;   
}
.con10_subTitle {
    margin-top: -0.3vw;
    margin-bottom: 4vw;
}
.con10_qna_wrap {
    gap: 2vw;
}
.con10_qna {
    width: 72.9659%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1.5vw;
}
.con10_qna_top {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: var(--size-22);
    font-weight: 500;
}
.con10_qna_top p {
    width: 55%;
    text-align: left;
/*   overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical; */
}
.con10_qna_bot {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;    
    padding: 1.5vw 0;
    background-color: #fffcf7;;
    box-sizing: border-box;
    border: 1px solid var(--main-color);
    font-size: var(--size-18);
    border-radius: 0.7vw;
}
.con10_qna_bot p {
    width: 97%;
    word-break: keep-all;
    overflow-wrap: break-word;
    white-space: normal;
}
.con10_1 {
    width: 2.73391%;
    display: flex;
    justify-content: center;
    align-items: center;    
    right: 100.7%;
}
.con10_3 {
    width: 18.8977%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4vw;
    cursor: pointer;
}
.con10_2 {
    width: 15.2779%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -4%;
    bottom: -10%;
}
.con11 {
    background-color: #fffcf7;
    padding-top: 14vw;
    padding-bottom: 7vw;
    margin-top: -7vw;
}
.con11_1 {
    width: 30.9712%;
    display: flex;
    justify-content: center;
    align-items: center;    
    right: 0%;
    top: 0%;
    z-index: 2;
}
.con11_title {
    text-transform: uppercase;
}
.con11_subTitle {
    line-height: 1.2;
    margin-bottom: 3vw;
}
.con11_row_wrap {
    width: 76%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5vw 0;
}
.con11_8 {
    width: 30.2501%;
    display: flex;
    justify-content: center;
    align-items: center;    
    left: 100%;
}
.con11_row {
    width: 27.629%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_row_h {
    opacity: 0;
    transition: opacity 0.3s;
}
.con11_row.con11_change .con11_row_h {
    opacity: 1;
}
.con11_row:nth-child(3n) .con11_8 {
    display: none;
}
.con11_9 {
    width: 24.7935%;
    display: flex;
    justify-content: center;
    align-items: center;  
}
.con12_main {
    width: 77.6903%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 5vw 0 4vw;
}
.con12_left {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 1vw;
}
.con12_2 {
    width: 28.2292vw;
    display: flex;
    justify-content: center;
    align-items: center;  
    margin-bottom: 2vw;
}
.con12_3 {
    width: 21.4023%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0%;
    bottom: -4%;
}
.con12_tt01 {
    font-size: var(--size-30);
    line-height: 1.3;
}
.con12_tt01_bg {
    background-color: var(--main-color);
    width: 101%;
    height: 94%;
    left: -0.5%;
    top: -5%;
}
.con12_tt02 {
    font-size: var(--size-20);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 2vw;
    line-height: 1.5;
    margin-top: 1vw;
}
.con12_tt02 .color01 {
    font-style: italic;
}
.con12_video {
    width: 36.1979vw;
    height: 26.3542vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 1vw;
}
.con12_14 {
    width: 25.6758%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 43%;
    bottom: -5%;
}
/* 여러개 sd start */
.flow_sd {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.flow_sd_move {
  display: flex;
  justify-content: flex-start;
  align-items: center;
    animation: marqueeX 30s infinite linear;  
}
.flow_sd_move_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flow_sd_move_item02 {
  left: 100%;
}
.flow_sd_img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.con12_sd {
    padding: 1vw 0;
    background-color: var(--main-color);
}
.con12_sd .flow_sd_img {
    width: 19.9479vw;
    height: 12.5vw;
  margin-right: 1vw;
  overflow: hidden;
  border-radius: 0.5vw;
}
.con12_sd .flow_sd_img img {
  height: 100%;
  object-fit: cover;
}
/* 여러개 sd end */
.con13 {
    background-image: url(/images/con13_7.jpg);
    padding-top: 7vw;
    padding-bottom: 7vw;
}
.con13_main {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.con13_left {
    width: 49.8688%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.con13_left_tt_wrap {
    margin-left: 12vw;
    margin-bottom: 3vw;
}
.con13_left_tt01 {
    font-size: var(--size-35);
    line-height: 1.2;
    margin-bottom: 0.3vw;
}
.con13_left_tt03 {
    font-size: var(--size-22);
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5vw;
}
.con13_left_tt03_bg {
    background-color: var(--main-color);
    left: 0%;
    top: 2%;
    width: 102%;
    height: 94%;
}
.con13_slide_img {
    width: 15.625vw;
  display: flex;
  justify-content: center;
  align-items: center;    
  opacity: 0.5;
  transition: opacity 0.3s;
}
.swiper-slide-active .con13_slide_img {
    opacity: 1;
}
.con13_6 {
    width: 39.7376%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 5%;
    top: -48%;
}
.con13_5 {
    width: 108.058%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -1%;
    top: 16%;
}
.con13_4 {
    width: 29.708%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14 {
    padding-top: 7vw;
    padding-bottom: 7vw;
}
.con14_title {
    line-height: 1.1;
}
.con14_1 {
    width: 10.3449%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -9%;
    top: -28%;
}
.con14_subTitle {
    margin-bottom: 2.5vw;
}
.con14_map {
    width: 75.5906%;
    display: flex;
    justify-content: center;
    align-items: center;    
    border: 1px solid var(--main-color);
    overflow: hidden;
    border-radius: 1vw;
}
.con14_3 {
    width: 0.7292vw !important;
}
.con14_4 {
    width: 0.8333vw !important;
}

/* 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: 4%;
    padding-bottom: 3%;
    font-size: 1vw;
    font-weight: 500;
    cursor: pointer;
    background-color: #fff;
}

.on2 {
    background: #000 !important;
    color: white !important;
    font-weight: 500 !important;
}

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

.map_mid_map_search_mid {
    width: 100%;
    height: 16%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-sizing: border-box;
}

.map_mid_map_search_mid input {
    appearance: none;
    border: none;
    outline: none;
    width: 91.7403%;
    height: 2.6vw;
    padding-left: 9%;
    font-weight: 400;
    font-size: 1vw;
    border-radius: 5vw;
    box-sizing: border-box;
    border: 1px solid var(--main-color);
}

.map_mid_map_search_mid input::placeholder {
    color: #00000054;
}

.map_search_left_img {
    width: 27.942%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
}

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

.map_mid_map_search_item_address {
    width: 85%;
    margin-top: 4%;
    margin-bottom: 4%;
}
.map_mid_map_search_item_tel {
    width: 85%;
}

.map {
    width: 100%;
    height: 30.3125vw;
    box-sizing: border-box;
    background-color: #fff;
}

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

.map_search {
    width: 1.0938vw !important;
    right: 10%;
    cursor: pointer;
}

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

.map_mid_map_search_item_title {
    font-size: 1vw;
    font-weight: 700;
    width: 85%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.map_mid_map_search_item {
    width: 86%;
    margin: 0% auto;
    border-bottom: 1px solid #00000054;
    padding: 7% 0%;
    font-size: 0.8vw;
    font-weight: 400;
    box-sizing: border-box;
    position: relative;
    color: #000;
    cursor: pointer;
    /* padding-left: 6vw; */
}

.map_mid_map_search {
    width: 26.2084%;
    background: white;
    height: 100%;
    z-index: 2;
    overflow: hidden;
    left: 0%;
    top: 0%;
    border-right: 1px solid var(--main-color);
    box-sizing: border-box;
}

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

.map_plus {
    width: 8.255%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
    bottom: 27%;
    cursor: pointer;
}
.sido1 {
    width: 16%;
    height: 48%;
    border: none;
    border-right: 1px solid #b5b5b5;
    outline: none;
}

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

/* .map_mid_map_search_item_plus_con {
    top: 1vw;
    right: 0%;
    color: #000;
    padding: 0.1vw 0.6vw;
    border: 0.15vw solid #000;
    border-radius: 50vw;
    font-weight: 600;
    cursor: pointer;
} */



/* map 추가 css */





/*popup*/


div.popup {
    width: 50%;
    height: 21.042vw;
    top: 2%;
    border: 1px solid var(--main-color);
    background-color: #fff;
    box-sizing: border-box;
    justify-content: space-between;
    overflow: hidden;
}

.fixed_popup {
    height: 100vh;
    background: #00000045;
}

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

.fixed_popup {
    position: fixed !important;
    top: 0;
    z-index: 5;
    /*pointer-events: none;*/
    /*opacity: 0;*/
}

.popup_right_1st {
    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(1) {
    font-weight: 600;
    font-size: 1vw;
    margin-right: 0.5vw;

}

.popup_right>div>div:nth-child(1)>div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup_right>div>div:nth-child(2) {
    font-weight: 400;
    font-size: 0.85vw;
    width: 73%;
}

.popup_right>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 5%;
}

.popup_right {
    width: 51%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    color: #000;
    background-color: #fff;
    box-sizing: border-box;
    padding-left: 2%;
}

.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: 45.135%;
    height: 86%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-left: 1.5vw;
    border-radius: 1vw;
    border: 1px solid var(--main-color);
}

.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 {
    width: 7.5521vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 500;
}

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

p.popup_right_2nd {
    width: 89%;
    font-size: 1.3vw;
    padding-bottom: 3%;
    box-sizing: border-box;
    font-family: 'pretendard variable';
    font-weight: 700;
    border-bottom: 1px solid #000;
}

.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%;
    background-color: var(--main-color);
}

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

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

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

/* map, popup end */

.con15 {
    background-image: url(/images/con15_6.jpg);
    padding: 3vw 0;
}
.con15_main {
    width: 94.4883%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(/images/con15_5.png);
    padding-top: 4vw;
    padding-bottom: 4vw;
    border-radius: 1vw;
}
.con15_subTitle {
    font-size: var(--size-22);
    text-transform: uppercase;
}
.con15_title {
    line-height: 1.5;
    margin-bottom: 1vw;
}
.con15_form {
    width: 36.7188vw;
    background-color: #ffffff70;
    padding: 1.5vw 0;
    border-radius: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;    
}





/* form */
.form_wrap {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    right: 17%;
    top: 10%;
    color: white;
    font-size: 1vw;
}

.form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.form_margin {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.form_margin_input {
    width: 100%;
    height: 3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding-left: 1vw;
    background-color: #fff;
    margin-bottom: 0.5vw;
    border-radius: 0.5vw;
}
.form_margin_Agree_input {
    width: 75%;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    align-self: flex-start;
    align-items: center;
    gap: 0.5vw;
    margin-bottom: 2vw;
    margin-top: 0;
    font-size: 0.8vw;
}
.footeer_agree_checkbox_01 {
    width: 0.8vw;
    height: 0.8vw;
    outline: 1px solid #fff;
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 50%;
}
.footeer_agree_checkbox_01:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    position: absolute;
    border-radius: 50%;
    background-image: url(/images/con15_3.png);
    background-size: 83%;
    background-repeat: no-repeat;
    background-position: center center;
}
.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;
    background-color: var(--main-color);
    font-size: var(--size-25);
    font-weight: 700;
    padding: 0.7vw 0;
    border-radius: 0.5vw;
}
.form_margin_input > label {
    width: fit-content;
    font-size: var(--size-20);
    font-weight: 300;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap;
    color: #000000ab;
    position: relative;
}
.form_margin_input > label.color01 {
    color: var(--main-color);
}
.form_file_wrap {
    border: 1px solid var(--main-color);
    box-sizing: border-box;
}
.form_star {
    right: -0.7vw;
    top: 0%;
    font-weight: 700;
}
.form_margin_input > input ,
.form_margin_input > select {
    width: 70%;
    height: 100%;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 0.5vw;
    font-size: 0.9vw;
    background-color: transparent;
}
.form_margin_input > select {
    cursor: pointer;
    color: #000;
    background-color: #fff;
    padding: 0;
    text-align: center;
    appearance: none;
    background-image: url(/images/con15_1.png);
    background-size: 5%;
    background-position: 90%;
    background-repeat: no-repeat;
    font-family: 'pretendard Variable';
}
.form_index_input {
    height: auto;
    align-items: flex-start;
    margin-bottom: 0;
}
.form_index_input label {
    margin-top: 0.7vw;
}
.form_index_input textarea {
    width: 70%;
    height: 5vw;
    border: none;
    resize: none;
    outline: none;
    box-sizing: border-box;
    padding: 0.5vw;
    font-size: 0.9vw;
    background-color: transparent;
    font-family: 'pretendard variable';
    font-weight: 300;
}

.form_margin_input > input::placeholder,
.form_margin_input > textarea::placeholder {
    color: #63636391;
    font-family: 'pretendard variable';
    opacity: 0;
}
.form_check_wrap {
    width: 70%;
    height: 72%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form_check_wrap label {
    width: 49%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff751373;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
    box-sizing: border-box;
    border-radius: 0.5vw;
}
.form_check_wrap input:checked + label {
    background-color: #FF7413;
    color: white;
}
.agree_text {
    cursor: pointer;
}
.map_mid_01 {
    width: 70%;
    height: 72%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-control {
    width: 49%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    transition: all 0.3s;
    outline: none;
    padding: 0 0.3vw;
    box-sizing: border-box;
    font-size: 0.9vw;
    border: 1px solid #ff75133d;
    border-radius: 0.5vw;
    appearance: none;
    text-align: center;
}
.file_btn {
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.upload_button {
    width: 0.8854vw;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: 10%;
}
.file_whether_absol{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 66%;
    font-size: var(--size-16);
    font-weight: 400;
    margin-left: 7vw;
}
.file_whether{
    color: #0000008f;
    margin: 0% 1.5% 0% 0%;
}
.file_number{
    margin: 0% 0% -1% 0%;
    display: none;
    color: #0000008f;
}
.file_clear_btn{
    color: #000;
    cursor: pointer;
    pointer-events: all;
    margin: 0% 0% -1% 1%;
}
/* form */




/* 로딩 */
.loading-overlay {
    position: fixed; /* 화면 전체를 덮도록 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 반투명 검은색 배경 */
    z-index: 9999; /* 다른 요소들보다 위에 표시 */
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3; /* 회색 테두리 */
    border-top: 5px solid #EC471A; /* 파란색 테두리 (회전 부분) */
    border-radius: 50%;
    animation: spin 1s linear infinite; /* 회전 애니메이션 */
}

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