:root {
    --size-10: 0.5208vw;
    --size-11: 0.5729vw;
    --size-12: 0.6250vw;
    --size-13: 0.6771vw;
    --size-14: 0.7292vw;
    --size-15: 0.7812vw;
    --size-16: 0.8333vw;
    --size-17: 0.8854vw;
    --size-18: 0.9375vw;
    --size-19: 0.9896vw;
    --size-20: 1.0417vw;
    --size-21: 1.0938vw;
    --size-22: 1.1458vw;
    --size-23: 1.1979vw;
    --size-24: 1.2500vw;
    --size-25: 1.3021vw;
    --size-26: 1.3542vw;
    --size-27: 1.4062vw;
    --size-28: 1.4583vw;
    --size-29: 1.5104vw;
    --size-30: 1.5625vw;
    --size-31: 1.6146vw;
    --size-32: 1.6667vw;
    --size-33: 1.7188vw;
    --size-34: 1.7708vw;
    --size-35: 1.8229vw;
    --size-36: 1.8750vw;
    --size-37: 1.9271vw;
    --size-38: 1.9792vw;
    --size-39: 2.0312vw;
    --size-40: 2.0833vw;
    --size-41: 2.1354vw;
    --size-42: 2.1875vw;
    --size-43: 2.2396vw;
    --size-44: 2.2917vw;
    --size-45: 2.3438vw;
    --size-46: 2.3958vw;
    --size-47: 2.4479vw;
    --size-48: 2.5000vw;
    --size-49: 2.5521vw;
    --size-50: 2.6042vw;
    --size-51: 2.6562vw;
    --size-52: 2.7083vw;
    --size-53: 2.7604vw;
    --size-54: 2.8125vw;
    --size-55: 2.8646vw;
    --size-56: 2.9167vw;
    --size-57: 2.9688vw;
    --size-58: 3.0208vw;
    --size-59: 3.0729vw;
    --size-60: 3.1250vw;
    --size-61: 3.1771vw;
    --size-62: 3.2292vw;
    --size-63: 3.2812vw;
    --size-64: 3.3333vw;
    --size-65: 3.3854vw;
    --size-66: 3.4375vw;
    --size-67: 3.4896vw;
    --size-68: 3.5417vw;
    --size-69: 3.5938vw;
    --size-70: 3.6458vw;
    --size-78: 4.0625vw;
    --size-71: 3.6979vw;
    --size-72: 3.7500vw;
    --size-73: 3.8021vw;
    --size-74: 3.8542vw;
    --size-75: 3.9062vw;
    --size-76: 3.9583vw;
    --size-77: 4.0104vw;
    --size-78: 4.0625vw;
    --size-79: 4.1146vw;
    --size-80: 4.1667vw;
    --size-81: 4.2188vw;
    --size-82: 4.2708vw;
    --size-83: 4.3229vw;
    --size-84: 4.3750vw;
    --size-85: 4.4271vw;
    --size-86: 4.4792vw;
    --size-87: 4.5312vw;
    --size-88: 4.5833vw;
    --size-89: 4.6354vw;
    --size-90: 4.6875vw;
    --size-91: 4.7396vw;
    --size-92: 4.7917vw;
    --size-93: 4.8438vw;
    --size-94: 4.8958vw;
    --size-95: 4.9479vw;
    --size-96: 5.0000vw;
    --size-97: 5.0521vw;
    --size-98: 5.1042vw;
    --size-99: 5.1562vw;
    --size-100: 5.2083vw;
}



* {
    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: 'SUIT-Light';
    font-size: var(--size-18);
    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-family: 'SUIT-ExtraBold';
}
.bold {
  font-family: 'SUIT-Bold';
}
.sebold {
  font-family: 'SUIT-SemiBold';
}
.medium {
  font-family: 'SUIT-Medium';
}
.regular {
  font-family: 'SUIT-Regular';
}
.flight {
  font-family: 'SUIT-Light';
}
.thin {
  font-family: 'SUIT-Thin';
}
.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 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-family: 'SUIT-Bold';
}
.obj > img {
    height: 100%;
    object-fit: cover;
}
/* 퍼블시작 */
:root {
    --blue-color : #23489d;
    --green-color : #007f21;
    --red-color : #d21a25;
    --yellow-color : #f2bf18;
}
.color01 {
    color: var(--yellow-color);
}
.color02 {
    color: var(--red-color);
}
.color03 {
    color: var(--green-color);
}
.color04 {
    color: var(--blue-color);
}
.subtitle {
    font-size: var(--size-26);
  font-family: 'SDKukdetopokki-Lt';
  margin-bottom: 0.7vw;
}
.subtitle b {
   font-family: 'SDKukdetopokki'; 
}
.title {
    font-size: var(--size-65);
  font-family: 'FounderYooGeonWook';
}
.main {
    background-color: var(--red-color);
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
}

.main_wrap {
    width: 98.8976%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    border-radius: 1vw;
    background-color: #000;
    padding-top: 10vw;
}
.main_video {
    height: 100%;
    top: 0%;
    opacity: 0.3;
}
.main_01 {
    width: 8.971%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.main_tt01 {
    font-size: var(--size-40);
    font-family: 'SDKukdetopokki-Lt';
    margin-bottom: 0.5vw;
    overflow: hidden;
}
.main_tt01 span {
    font-family: 'SDKukdetopokki';
}
.main_tt02 {
    font-size: var(--size-75);
  font-family: 'FounderYooGeonWook';
  overflow: hidden;
}
.main_tt03 {
    font-size: var(--size-22);
    margin-top: 1vw;
}
.main_slide {
    margin-bottom: -3vw;
}
.main_slide_img {
    width: 100%;
    height: 24vw;
    display: flex;
    justify-content: flex-end;
    align-items: center; 
    flex-direction: column;
    transform-origin: bottom;
    scale: 0.75;
    transition: all 0.3s;
}
.main_slide .swiper-slide-active {
    z-index: 2;
}
.swiper-slide-active .main_slide_img {
    scale: 1;
}
.main_slide_img_absol {
    height: 6.25vw;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -5%;
    top: 19%;
    opacity: 0;
    transition: opacity 0.3s;
}
.swiper-slide-active .main_slide_img_absol {
    opacity: 1;
}
.main_slide_img_absol img {
    width: unset !important;
    height: 100%;
}
.main_02_1 {
    width: 126.378%;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.main_03_1 {
    width: 126.07%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_04_1 {
    width: 125.455%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con0102 {
    height: 54.4271vw;
}

.con02_main {
    background-image: url(/images/con02_bg.jpg);
    padding-top: 7.5vw;
    padding-bottom: 8vw;
}
.con02_title {
    margin-bottom: 3.3vw;
    overflow: hidden;
}
.con02_subtitle {
    overflow: hidden;
}
.con02_row {
    width: 22.7823%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_row_absol {
    bottom: 95%;
}
.con02_01_2 {
    width: 28.1107%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_02_2 {
    width: 29.0324%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_03_2 {
    width: 27.4195%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_row_wrap {
    gap: 0.7vw;
}
.con02_04 {
    width: 152.021%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--red-color);
    padding: 0.7vw 0;
}
.con01 {
    height: 100%;
    z-index: 2;
    top: 0%;
    background-color: var(--red-color);
    clip-path: circle(70.7% at 50% 50%);
}
.con01_bg {
    width: 100.788%;
    display: flex;
    justify-content: center;
    align-items: center;
    mix-blend-mode: multiply;
    z-index: 1;
}
.con01_01 {
    width: 26.4043%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -0.5vw;
}
.con01_tt {
    font-size: var(--size-22);
    line-height: 1.4;
    margin-top: 1.9vw;
}
.con01_02 {
    width: 18.2678%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 21%;
    top: -70%;
}
.con01_03 {
    width: 10.8662%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 15%;
}
.con01_04 {
    width: 11.0762%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 24%;
    bottom: -71%;
}
.con01_05 {
    width: 9.29144%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 27%;
    top: -77%;
}
.con01_06 {
    width: 16.5355%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 16%;
    margin-bottom: 1vw;
}
.con01_07 {
    width: 16.0631%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 20%;
    bottom: -65%;
}
.con03 {
    background-image: url(/images/con03_bg.jpg);
    padding-top: 5vw;
    padding-bottom: 5vw;
}
.con03_01 {
    width: 14.4883%;
    display: flex;
    justify-content: center;
    align-items: center;    
    margin-bottom: 1vw;
}
.con03_title {
    margin-bottom: 1vw;
}
.con03_top_tt {
    font-size: var(--size-21);
    line-height: 1.5;
}
.con03_row {
    width: 21.8374%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -0.3vw;
}
.con03_row_h {
    opacity: 0;
    transition: opacity 0.3s;
}
.con03_row.con03_change .con03_row_h {
    opacity: 1;
}
.con03_row_wrap {
    margin: 2vw 0;
}
.con03_slide_item {
    width: 18.75vw;
    height: 9.8958vw;
    border-radius: 1vw;
    border: 1px solid #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con03_slide_tt01 {
    font-size: var(--size-22);
    margin-bottom: 0.3vw;
}
.con03_slide_tt02 {
    font-size: var(--size-18);
    margin-bottom: 0.5vw;
}
.con03_slide_tt03 {
    font-size: var(--size-50);
}
.con04 {
    padding-top: 5vw;
    padding-bottom: 6vw;
}
.con04_title {
    margin-bottom: 1vw;
}
.con04_col_wrap {
    width: 75.5906%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
}
.con04_col {
    width: 100%;
    height: 21.875vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 2vw;
    overflow: hidden;
}
.con04_col01 {
    background-image: url(/images/con04_bg_1.jpg);
}
.con04_col02 {
    background-image: url(/images/con04_bg_2.jpg);
}
.con04_col_title {
    height: 1.7188vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con04_col_title > img {
    width: unset !important;
    height: 100%;
}
.con04_col_tt_wrap {
    margin-left: 4.5vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5vw;
}
.con04_col_tt {
    font-size: var(--size-20);
}
.con04_col01_row_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5vw;
    margin-left: 4vw;
}
.con04_col01_row {
    width: 15.5208vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con04_02_1 {
    width: 24.0973%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 41%;
    bottom: -30%;
}
.con04_02_2 {
    width: 33.4723%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 18%;
    top: -18%;
}
.con04_02_3 {
    width: 39.7918%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -8%;
    bottom: -27%;
}
.con05 {
    background-image: url(/images/con05_bg_1.jpg);
    padding-top: 5vw;
    padding-bottom: 3vw;
    transition: background 0.3s;
}
.con05_title {
    margin-bottom: 0.5vw;
    overflow: hidden;
}
.con05_top_tt {
    font-size: var(--size-21);
    margin-bottom: 1.5vw;
}
.con05_tab_wrap {
    gap: 1vw;
    margin-bottom: 1.5vw;
}
.con05_tab {
    width: 14.4792vw;
    height: 2.7604vw;
    background-color: #fff;
    font-size: var(--size-18);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    cursor: pointer;
}
.con05_tab.con05_change {
    color: #fff;
}
.con05_tab01.con05_change {
    background-color: var(--blue-color);
}
.con05_tab02.con05_change {
    background-color: var(--red-color);
}
.con05_box {
    width: 69.2913%;
    height: 27.6042vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    border: 0.26vw solid;
    border-radius: 2vw;
    background-color: #fff;
    opacity: 0;
    transform: translateY(10%);
    pointer-events: none;
    transition: all 0.3s;
    top: 0%;
}
.con05_box.con05_change {
    opacity: 1;
    transform: translate(0);
    pointer-events: all;
}
.con05_box01 {
    border-color: var(--blue-color);
}
.con05_box02 {
    border-color: var(--red-color);
}
.con05_box_row01 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 3.5vw;
}
.con05_box_row01_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2vw;
}
.con05_box_row01_item_line {
    width: 0.7292vw;
}
.con05_box_row01_item_line01 {
    background-color: var(--blue-color);
}
.con05_box_row01_item_line02 {
    background-color: var(--red-color);
}
.con05_box_row01_item_line ,
.con05_box_row01_item_img {
    height: 4.7917vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_box_row01_item_img > img {
    width: unset !important;
    height: 100%;
}
.con05_box_row02 {
    width: 32.6221%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 3.5vw;
}
.con05_box02 .con05_box_row02 {
    margin-left: 1vw;
}
.con05_box_row03 {
    width: 35.4422%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 2vw;
}
.con06 {
    background-image: url(/images/con06_bg.jpg);
    padding-top: 7vw;
}
div.con06_row_wrap {
    gap: 3vw;
    align-items: flex-start;
    margin-bottom: 3vw;
}
.con06_row {
    width: 33.1235%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_row01 {
    margin-top: 7.7vw;
}
.con06_top {
    width: 69%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    z-index: 1;
    margin-bottom: -6vw;
}
.con06_row_bg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg);
    transition: transform 0.3s;
}
.con06_row.con06_change .con06_row_bg {
    transform: rotate(-3.5deg);
}
.con06_title {
    line-height: 1.2;
}
.con06_04 {
    width: 123.045%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    padding: 1vw 0;
}
.con07 {
    height: 52.0833vw;
    background-image: url(/images/con07_bg.jpg);
}
.con07_main {
    height: 100%;
}
.con07_row {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con07_row_tt_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 4vw;
}
.con07_title {
    line-height: 1.1;
    margin-bottom: 1.2vw;
}
.con07_row_tt {
    font-size: var(--size-21);
}
.con07_01 {
    width: 16.2645%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 13%;
    top: 17%;
}
.con07_02 {
    width: 26.338%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 4%;
    top: 23%;
}
.con07_03 {
    width: 24.2393%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 11%;
    bottom: 21%;
}
.con07_side_slide {
  width: 3.75vw;
}
.con07_side_slide01 {
    left: 0.5%;
}
.con07_side_slide02 {
    right: 0.5%;
}
.con07_side_slide02 img {
    transform: rotate(180deg);
}
.con07_move_wrap {
    width: 35.2084vw;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-self: flex-start;
    margin-left: 2vw;
    box-sizing: border-box;
    padding-top: 7vw;
    overflow: hidden;
}
.con07_05_4 {
    width: 21.7457%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 45.5%;
    top: 17%;
}
.con07_05_7 {
    width: 23.6687%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 45%;
    top: 27%;
}
.con07_move02 {
    top: 21%;
}
.con07_move03 {
    top: 29%;
}
.con07_move04 {
    top: 37%;
}
.con07_move05 {
    top: 45%;
}
.con07_move06 {
    top: 53%;
}
.con08 {
    background-image: url(/images/con08_bg.jpg);
    padding-top: 3vw;
    padding-bottom: 11vw;
}
.con08_01 {
    width: 12.9135%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.7vw;
}
.con08_02 {
    width: 38.4778%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con08_main {
    width: 75.5907%;
    height: 47.9167vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background-image: url(/images/con08_bg_2.jpg);
    border: 1px solid var(--red-color);
}
.con08_box01 {
    width: 86.4584%;
    height: 23.5417vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    background-image: url(/images/con08_03.jpg);
    overflow: hidden;
    border-radius: 2vw;
    margin-top: 3.5vw;
    padding-left: 5vw;
    box-sizing: border-box;
}
.con08_box02 {
    width: 86.4584%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 2.8vw;
}
.con08_box02_row {
    width: 48.1929%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 2vw;
}
.con08_box02_row02 {
    margin-top: 3vw;
}
.con08_sd_wrap {
    top: 100%;
    overflow: hidden;
    border: 1px solid var(--red-color);
}
.con08_08 {
    width: 134.792%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    padding: 1vw 0;
}
.con08_tt01 {
    font-size: var(--size-30);
    margin-bottom: 1vw;
    overflow: hidden;
}
.con08_tt02 {
    font-size: var(--size-20);
    line-height: 1.5;
}
.con08_box02_row_cover {
    padding-top: 3.2vw;
}
.con08_06 {
    width: 39.1668%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -5%;
    bottom: 28%;
}
.con08_07 {
    width: 32.2223%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -7.5%;
    bottom: -9%;
}
.con09 {
    background-image: url(/images/con09_bg.jpg);
}
.con09_bg_2 {
    width: 101.26%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7vw 0;
}
.con09_left {
    margin-left: 19vw;
    margin-top: 1vw;
}
.con09_left_tt01 {
    overflow: hidden;
}
.con09_left_tt02 {
    margin-bottom: 1vw;
}
.con09_left_tt03 {
    font-size: var(--size-21);
    line-height: 1.5;
}
.con09_01 {
    width: 9.97385%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 28%;
    left: 0%;
}
.con09_02 {
    width: 12.9135%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -2.5vw;
    left: 5%;
}
.con09_right {
    width: 57%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_right_item {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_03_1 {
    width: 97.7902%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_03_2 {
    width: 97.7902%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_03_3 {
    width: 94.7515%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_03_4 {
    width: 92.5415%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_03_5 {
    width: 94.199%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_03_6 {
    width: 95.304%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_03_7 {
    width: 91.9891%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10 {
    background-image: url(/images/con10_bg.jpg);
    padding-top: 5vw;
    padding-bottom: 6vw;
}
.con10_bg_2 {
    width: 105.407%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_bg_top {
    top: 0%;
}
.con10_bg_bot {
    bottom: 0%;
}
.con10_main {
    width: 77.0605%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_cover {
    padding-top: 2.5vw;
}
.con10_01 {
    width: 16.7576%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.7vw;
}
.con10_02 {
    width: 39.714%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu_tab {
    width: 8.4375vw;
    height: 3.0208vw;
    border-radius: 50%;
    border: 1px solid #000;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--size-23);
    cursor: pointer;
}
.menu_tab p {
    margin-top: 0.3vw;
}
.menu_tab.menu_change {
    background-color: var(--yellow-color);
}
.menu_tab_wrap {
    margin-top: 3vw;
    gap: 1vw;
    margin-bottom: 2vw;
}
.menu_box_wrap {
    width: 92%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.menu_box {
    opacity: 0;
    pointer-events: none;
    transform: translateY(10%);
    transition: all 0.3s;
    top: 0%;
}
.menu_box.menu_change {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}
.menu_item {
    width: 16.1459vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #000;
    box-sizing: border-box;
    border-radius: 1vw;
    overflow: hidden;
}
.menu_item_img {
    height: 11.4584vw;
}
.menu_item_tt {
    height: 3.698vw;
    border-top: 1px solid #000;
    font-size: var(--size-18);
    box-sizing: border-box;
}
.menu_arr {
    width: 6.36576%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu_arr_prev {
    left: -6%;
}
.menu_arr_next {
    right: -6%;
    transform: rotateY(0deg);
}
.con10_03 {
    width: 14.0328%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 1%;
    top: 22%;
}
.con10_04 {
    width: 14.2372%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -7%;
    top: 36%;
}
.con10_05 {
    width: 14.2372%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 2%;
    top: 7%;
}
.con10_06 {
    width: 14.1009%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -8%;
    top: 41%;
}
.con11 {
    background-color: #f2f0e3;
    padding-top: 5vw;
}
.con11_title {
    margin-bottom: 1vw;
}
.con11_top_tt {
    font-size: var(--size-21);
    line-height: 1.5;
}
.con11_top {
    margin-bottom: 3vw;
}
.con11_slide {
    width: 101%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_slide_img {
    width: 18.8542vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 1px solid #000;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 1vw;
}
.con11_01 {
    width: 8.60902%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -1.3vw;
}
.con11_arr {
    width: 4.51454%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_arr_prev {
    left: 38%;
}
.con11_arr_next {
    right: 38%;
}
.con11_02 {
    width: 26.7718%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0%;
    bottom: -40%;
}
.con11_05 {
    width: 24.9345%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
    bottom: -40%;
}
.con11_03 {
    width: 37.8432%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
    top: 8%;
}
.con11_04 {
    width: 39.3685%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0%;
    top: 21%;
}
.con11_07 {
    width: 70.6563%;
    display: flex;
    justify-content: center;
    align-items: center;    
    margin-top: -1vw;
    margin-bottom: -1vw;
}
.con12 {
    padding-bottom: 5vw;
}
.con12_top_line {
    border-top: 0.5vw solid var(--red-color);
    border-bottom: 0.2604vw solid var(--red-color);
    padding: 0.05vw;
    margin-bottom: 5vw;
}
.con12_title {
    margin-bottom: 1vw;
}
.con12_top_tt {
    margin-bottom: 2vw;
    font-size: var(--size-21);
    line-height: 1.5;
}
.con12_slide_item {
    width: 37.5vw;
    height: 21.12vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    border-radius: 1vw;
    border: 1px solid #000;
    box-sizing: border-box;
    background-color: #cfcfcf;
}
.con12_slide_item iframe {
    pointer-events: all;
}
.con12_arr {
    width: 4.51454%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_arr_prev {
    left: 27.5%;
}
.con12_arr_next {
    right: 27.5%;
}
.con13 {
    background-image: url(/images/con13_bg.jpg);
    padding-top: 6vw;
    padding-bottom: 3vw;
}
.con13_top_tt {
    font-size: var(--size-21);
    line-height: 1.5;
}
.con13_slide {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
    opacity: 0;
    transform: translateY(10%);
    pointer-events: none;
    transition: all 0.3s;
}
.con13_slide.con13_change {
    opacity: 1;
    transform: translateY(0%);
    pointer-events: all;
}
.con13_slide .swiper-slide {
    border: 1px solid #000;
}
.con13_01_01 {
    width: 20.4725%;
}
.con13_01_02 {
    width: 20.5775%;
    margin-top: 2vw;
}
.con13_01_03 {
    width: 26.6143%;
}
.con13_01_04 {
    width: 20.5775%;
    margin-top: 2vw;
}
.con13_01_05 {
    width: 26.6143%;
}
.con13_01_06 {
    width: 20.3676%;
    margin-top: 2.5vw;
}
.con13_01_07 {
    width: 20.5775%;
}
.con13_02_01 {
    width: 20.4725%;
}
.con13_02_02 {
    width: 20.5775%;
    margin-top: 2vw;
}
.con13_02_03 {
    width: 26.6143%;
}
.con13_02_04 {
    width: 20.5775%;
    margin-top: 2vw;
}
.con13_02_05 {
    width: 26.6143%;
}
.con13_02_06 {
    width: 20.3676%;
    margin-top: 2vw;
}
.con13_02_07 {
    width: 20.5775%;
}
.con13_tab_wrap {
    gap: 52vw;
    margin-top: -7vw;
    margin-bottom: 3vw;
}
.con13_tab {
    width: 17.0605%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0.3;
    transition: opacity 0.3s;
}
.con13_tab.con13_change {
    opacity: 1;
}
.con1415 {
    height: 45.2604vw;
}
.con15 {
    background-image: url(/images/con15_bg.jpg);
    padding-top: 6vw;
    padding-bottom: 6.3vw;
}
.con15_title {
    margin-bottom: 5vw;
}
.con15_row_wrap {
    gap: 1.5vw;
}
.con15_row {
    width: 22.0473%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_row_cover {
    padding-top: 5vw;
}
.con15_row_tt01 {
    font-size: var(--size-30);
    margin-bottom: 1.5vw;
}
.con15_row_tt02 {
    font-size: var(--size-20);
}
.con15_row_top {
    width: 71.9049%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -16%;
}
.con16 {
    background-image: url(/images/con16_bg.jpg);
    padding-top: 13.5vw;
    padding-bottom: 4vw;
}
.con16_main {
    width: 88.189%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(/images/con16_bg_2.jpg);
    border: 2px solid var(--red-color);
    border-radius: 1vw;
    padding-bottom: 4vw;
}
.con16_01 {
    width: 14.4049%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -9.5vw;
}
.con16_02 {
    width: 10.0596%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.con16_03 {
    width: 15.1787%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5vw;
}
.con16_row_wrap {
    width: 71.4286%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.3vw 0;
    margin-bottom: 3.5vw;
}
.con16_row {
    width: 50%;
    height: 6.25vw;
    background-color: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.con16_row:nth-child(2n) {
    border-left: none;
}
.con16_row_num_wrap {
    width: 19.733%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #000;
    box-sizing: border-box;
}
.con16_row_tt_wrap {
    width: 80.267%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 1.5vw;
    box-sizing: border-box;
}
.con16_row_num {
    height: 1.3542vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con16_row_num > img {
    width: unset !important;
    height: 100%;
}
.con16_row_tt01 {
    font-size: var(--size-24);
}
.con16_row_tt02 {
    font-size: var(--size-18);
}
.con17_01 {
    width: 15.1787%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.8vw;
}
.con17_main {
    width: 64.3453%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con17_bot {
    width: 64.3453%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    font-size: var(--size-15);
    line-height: 1.5;
    margin-top: 0.5vw;
}
.con17_top {
    font-size: var(--size-16);
    top: -1.3vw;
    right: 0%;
}
.con18 {
    padding-top: 5vw;
    padding-bottom: 6vw;
}
.con18_title {
    margin-bottom: 0.5vw;
}


 /* 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: #cc1924 !important;
    color: white !important;
    font-weight: 500 !important;
  }
  .off2{
    font-weight: 500 !important;
  }
  .map_mid_map_search_mid{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    padding: 3%;
    background: #cc1924;
    border-radius: 0vw 0vw 0vw 0vw;
}
.map_mid_map_search_mid input{
    appearance: none;
    border: none;
    outline: none;
    width: 100%;
    height: 3vw;
    padding-left: 5%;
    font-weight: 400;
    font-size: 1vw;
    border: 1px solid #8d8d8d;
    border-radius: 5vw;
}
  .map_mid_map_search_mid input::placeholder {
    color: #00000054;
  }
  /* .map_04{
  } */
  .map_mid_map_search_bottom{
    overflow-y: scroll;
    height: 74%;
    width: 100%;
    box-sizing: border-box;
    /* margin: auto; */
    padding: 0vw 0;
  }
  .map_mid_map_search_item_title{
    font-size: 1.3vw;
    font-weight: 700;
  }
  .map_mid_map_search_item_address{
    margin-top: 4%;
    margin-bottom: 4%;
  }
  .map {
    width: 100%;
    height: 33.8542vw;
    border: 1px solid #dedede;
    box-sizing: border-box;
    background-color: #fff;
  }
  .map_mid_2nd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 75.5906%;
    font-family: 'pretendard Variable';
  }
  .map_search{
    width: 6% !important;
    right: 9%;
    cursor: pointer;
  }
  .con7_bottom_2{
        width: 26.4943%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .map_mid_map_search_item_title {
    font-size: 1.1vw;
    font-weight: 700;
  }
  .map_mid_map_search_item {
    width: 87%;
    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;
  }
  .map_mid_map_search {
    width: 25%;
    background: white;
    height: 86%;
    top: 0%;
    z-index: 2;
    overflow: hidden;
    left: 3%;
    top: 7%;
    border: 1px solid #dedede;
    /* border-radius: 0vw 1vw 1vw 0vw; */
    /* border-right: 1px solid black; */
    box-sizing: border-box;
    /* border-radius: 0.5vw 0vw 0vw 0.5vw; */
  }
  .map_mid_map_search_bottom::-webkit-scrollbar {
    display: none;
  }
  .map_plus {
    width: 16.4%;
    height: 2.9vw;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 8%;
    bottom: 50%;
    transform: translateY(50%);
    cursor: pointer;
    background-color: #C90E16;
  }
  .sido1 {
    width: 16%;
    height: 48%;
    border: none;
    border-right: 1px solid #b5b5b5;
    outline: none;
  }
  .map_link {
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1vw;
  }
  /* map */

.con18_03 {
    width: 70.6563%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -0.5%;
    bottom: 2vw;
}

.con19_main {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-image: url(/images/con19_bg.jpg);
    padding: 9vw 0;
}
.con19_title {
    line-height: 1.15;
}
.con19_row01 {
    margin-left: 18vw;
}
.con19_row02 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2vw;
    line-height: 1.5;
    margin-left: 10vw;
}
.con19_row02_tt {
    font-size: var(--size-20);
}
.con19_row02_tt:nth-child(3) b:nth-child(3) {
    padding-left: 0.2vw;
}
.con19_row02_tt b {
    border-bottom: 1px solid #fff;
}
.con19_bg_3 {
    width: 3.72713%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 3%;
}
.con19_slide {
    height: 4.1667vw;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: #fff;
    font-size: var(--size-30);
  font-family: 'SlowGothic';    
}
.con19_slide .swiper-slide {
    width: fit-content;
}
.con19_slide p {
    margin-top: -0.3vw;
}
.con19_slide_left_absol {
    width: 16.8229vw;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0%;
    background-color: #000;
}
.con19_slide_left_absol {
    font-size: var(--size-35);
    z-index: 1;
}
.con20 {
    padding: 2.5vw 0;
}
.con20_main {
    width: 94.4882%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 1vw;
    overflow: hidden;
}
.con20_row {
    width: 50%;
    height: 34.8959vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con20_row01 {
    background-image: url(/images/con20_bg_1.jpg);
}
.con20_row02 {
    background-image: url(/images/con20_bg_2.jpg);
}
.con20_tt_wrap {
    width: 43.4445%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-right: 12vw;
    margin-bottom: 5.5vw;
}
.con20_tt {
    font-size: var(--size-20);
    margin-top: 0.5vw;
    margin-bottom: 1vw;
}
.con20_tel {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;    
    cursor: pointer;
}
.con20_02 {
    width: 54.2223%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -17%;
    top: 18%;
}
.con20_03 {
    width: 58.3334%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 3%;
    bottom: -17%;
}




/* form */
div.form_wrap {
    width: 61.7778%;
    padding: 1vw 0 1vw;
    background-color: transparent;
}
.form {
    width: 100%;
    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 0vw;
}
.form_margin_Agree_input {
    width: 75%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    align-self: flex-end;
    gap: 0.5vw;
    margin-bottom: 1vw;
    margin-top: 1vw;
    color: white;
}
.footeer_agree_checkbox_01 {
    width: 0.7vw;
    height: 0.7vw;
    outline: 1px solid #fff;
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: transparent;
}
.footeer_agree_checkbox_01:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: var(--red-color);
    scale: 0.8;
}
.form_submit_div {
    width: 100%;
    height: 3.2813vw;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: var(--red-color);
    color: white;
    font-size: var(--size-24);
    box-sizing: border-box;
    padding-top: 0.4vw;
}
.form_margin_input > label {
    width: 30%;
    font-size: var(--size-22);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap;
    color: white;
    font-family: 'SUIT-Regular';
}
.form_margin_input > input {
    width: 70%;
    height: 3.4vw;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 0.5vw;
    font-size: 1vw;
}
.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: #fff;
    font-family: 'pretendard variable';
    display: none;
}
.form_check_wrap {
    width: 75%;
    display: flex;
    justify-content: flex-start ;
    align-items: center;
    padding: 0.3vw 0;
    padding-left: 0.5vw;
    box-sizing: border-box;
}
.form_check_wrap label {
    width: 10%;
    height: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
}
.agree_text {
    cursor: pointer;
}
label .color_g {
    margin-right: 0.3vw;
}
.footeer_checkbox_02 {
    margin-left: 2vw;
}
.form_check_name_01,
.form_check_name_02 {
    margin-left: 0.5vw;
}
.footeer_checkbox_01 ,
.footeer_checkbox_02 {
    width: 1vw;
    height: 1vw;
    appearance: none;
    outline: 1px solid #000;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
    background-color: white;
}
.footeer_checkbox_01:checked::before ,
.footeer_checkbox_02:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: var(--red-color);
    scale: 0.8;
    border-radius: 50%;
}
/* form */
.con04_subtitle {
    overflow: hidden;
}
.con06_subtitle {
    overflow: hidden;
}
.con06_title .line {
    overflow: hidden;
}
.con11_subtitle {
    overflow: hidden;
}
.con12_subtitle {
    overflow: hidden;
}
.con13_subtitle {
    overflow: hidden;
}
.con15_subtitle {
    overflow: hidden;
}
.con18_subtitle {
    overflow: hidden;
}
.con18_title {
    overflow: hidden;
}
.con20_subtitle {
    overflow: hidden;
}
.con20_title {
    overflow: hidden;
}

/* 로딩 */
.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 #d21a25; /* 브랜드 메인색상 */
    border-radius: 50%;
    animation: spin 1s linear infinite; /* 회전 애니메이션 */
}

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