: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: 'Pretendard Variable';
    font-weight: 300;
    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-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_sd2 {
    animation: marqueeX 7s infinite linear;
}

.image_sd .absol {
    left: 100%;
}

.image_sd2 .absol {
    left: 100%;
}

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

.image_sd_r2 {
    animation: marqueeX_r 7s infinite linear;
}

.image_sd_r .absol {
    right: 100%;
}

.image_sd_r2 .absol {
    right: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

b {
    font-weight: 700;
}

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




/* 퍼블시작 */

.main {
    width: 100%;
    background-image: url(/images/main_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.main_txt {
    /* z-index: 10; */
}

.main_01 {
    padding-top: 10vw;
    width: 3.30719%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_02 {
    padding-top: 1vw;
    width: 39.5802%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_p1 {
    color: #ffffff;
    font-size: 1.8229vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'NexonWarhaven';
    padding-top: 1.2vw;
}

.main_p1 span {
    font-weight: 700;
    font-style: normal;
}

.main_p2 {
    width: 100%;
    color: #ffffff;
    font-size: 1.0417vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'SUIT-Regular';
    line-height: 1.5;
    letter-spacing: 0.0156vw;
    padding-top: 3vw;
    padding-bottom: 20vw;
}

.main_img {
    width: 30%;
    left: 0;
    bottom: 0;
}

.main_03 {
    width: 115.672%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    bottom: 0;
    z-index: 4;
}

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

.main_04 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 122.157%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_slide {
    width: 100%;
    left: 0;
    bottom: 1%;
    pointer-events: all;
}

.main_slide_img {
    width: 84.7667%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* con01 설정 */
.con01 {
    background-color: #c61f1e;
}

.con01_video {
    width: 95%;
    height: 49.5vw;
    margin: 2.5%;
    overflow: hidden;
    border-radius: 2.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.con01_video video {
    filter: blur(0.15vw);
}

.con01_bg {
    width: 100%;
    height: 100%;
    background-color: rgba(00, 00, 00, 0.8);
    border-radius: 2.5vw;
    left: 0;
    top: 0;
}

.con01_slide {
    width: 100%;
    left: 0;
    bottom: 2vw;
}

.con01_slide_txt {
    border-radius: 1.0417vw;
    width: 20vw;
}

.con01_slide_txt>h2 {
    background-color: #000000;
    border-top-left-radius: 1.0417vw;
    border-top-right-radius: 1.0417vw;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'SUIT-Thin';
    font-size: 1.2vw;
    padding: 0.7vw 0;
}

.con01_slide_txt>p:nth-child(2) {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: end;
    padding-top: 1.2vw;
    padding-bottom: 0.3vw;
    box-sizing: border-box;
    font-size: 1vw;
    letter-spacing: -0.1042vw;
}

.con01_slide_txt>p:nth-child(3) {
    border-bottom-left-radius: 1.0417vw;
    border-bottom-right-radius: 1.0417vw;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: top;
    font-family: 'NexonWarhaven';
    font-weight: 700;
    font-size: 2.0833vw;
    letter-spacing: -1;
    padding-bottom: 1.2vw;
}

.con01_img {
    bottom: -10.5vw;
    width: 35.9375vw;
    height: 35.9375vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: background 0.3s;
}

.con01_img_change1 {
    background-image: url(/images/con01_02.png);
}

.con01_img_change2 {
    background-image: url(/images/con01_03.png);
}

.con01_img_change3 {
    background-image: url(/images/con01_04.png);
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

.con01_txt {
    width: 100%;
    top: 5vw;
}

.con01_txt p {
    color: #ffffff;
}

.con01_txt .con01_txt_1>p:nth-child(1) {
    font-family: 'Paperozi';
    font-size: 1.5625vw;
    text-align: center;
}

.con01_txt .con01_txt_1>p:nth-child(2) {
    font-family: 'NexonWarhaven';
    font-size: 3.1250vw;
    margin-bottom: 1.2vw;
}

.con01_txt .con01_txt_1>p>span {
    font-style: normal;
    font-weight: 600;
    text-shadow: 2px 2px 8px #c61f1e, -2px -2px 8px #c61f1e;
}

.con01_txt .con01_txt_1>p:nth-child(3) {
    font-family: 'SUIT-Regular';
    font-size: 1.0417vw;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
}

.con01_txt_2 {
    width: 0.1vw;
    height: 3vw;
    background-color: #ffffff;
    margin-top: 1vw;
    margin-bottom: 1vw;
}

@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot);
    font-weight: 400;
    font-display: swap;
}

.con01_txt_3 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.con01_txt_3>p:nth-child(1) {
    font-family: 'NanumSquareNeo';
    font-size: 1.0417vw;
    line-height: 1.6;
    background-color: #c61f1e;
    width: 17.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.3021vw;
    letter-spacing: -0.0521vw;
    padding: 0.4vw 0;
}

.con01_txt_3>p:nth-child(1) span {
    font-size: 0.9vw;
    font-weight: 500;
    margin: 0 0.2vw;
}

.con01_txt_3>p:nth-child(2) {
    font-family: 'NexonWarhaven';
    font-size: 7.8297vw;
    font-weight: 700;
    width: 47vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    letter-spacing: -0.3646vw;
}

.con01_txt_3>p>img {
    width: 2.9688vw;
    position: absolute;
    right: 0;
    bottom: 0.8vw;
}

/* con02 설정 */
.con02 {
    width: 100%;
    padding-top: 7vw;
    padding-bottom: 6vw;
    margin-top: -2vw;
}

.con02_txt {
    width: 100%;
}

.con02_txt>p:nth-child(1) {
    font-family: 'Paperozi';
    font-size: 1.5625vw;
    font-weight: 400;
    margin-bottom: 0.5vw;
}

.con02_txt>p:nth-child(2) {
    font-family: 'NexonWarhaven';
    text-align: center;
    font-size: 3.1250vw;
    line-height: 1.2;
}

.con02_txt>p:nth-child(2) span {
    font-style: normal;
    font-weight: 700;
}

.con02_txt>p:nth-child(2) span strong {
    color: #c61f1e;
}

.con02_img_1 {
    width: 27.9266%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -6vw;
    top: -0vw;
    z-index: 2;
}

.con02_img_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.3vw;
    background-color: #ffffff;
    border-radius: 2.6042vw;
    z-index: 3;
}

.con02_img_2_1 {
    width: 37.5vw;
    height: 20.3125vw;
    border: 1px solid #ccc;
    border-top-left-radius: 2.6042vw;
    border-bottom-left-radius: 2.6042vw;
    overflow: hidden;
    opacity: 0.3;
    transition: opacity 0.3s;
}

.con02_img_2_1:hover {
    opacity: 1;
}

.con02_img_2_1_txt {
    width: 15vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 56%;
    margin-top: -4.5vw;
    left: 4vw;
    z-index: 1;
}

.con02_img_2_1_txt>p {
    font-family: 'Paperozi';
    font-weight: 600;
    font-size: 1.5625vw;
    margin-bottom: 1.5vw;
    display: flex;
}

.con02_img_2_1_txt>p:nth-child(2) {
    font-family: 'SUIT-Regular';
    font-size: 1.0417vw;
    line-height: 1.5;
    font-weight: 300;
    height: 5vw;
}

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

.con02_01>img {
    width: 44.3057%;
    right: -2vw;
    top: 50%;
    margin-top: -3.5vw;
}

.con02_02>img {
    width: 29.7223%;
    right: 9vw;
    top: -2vw;
}

.con02_img_2_2 {
    width: 37.5vw;
    height: 20.3125vw;
    border: 1px solid #ccc;
    background-color: #c61f1e;
    border-top-right-radius: 2.6042vw;
    border-bottom-right-radius: 2.6042vw;
    overflow: hidden;
    opacity: 1;
    transition: opacity 0.3s;
}

.con02_img_2_1:hover~.con02_img_2_2 {
    opacity: 0.3;
}

.con02_img_2_2:hover {
    opacity: 1;
}

.con02_img_2_2_txt {
    width: 20vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 56%;
    margin-top: -4.5vw;
    right: 4vw;
    text-align: end;
    z-index: 1;
}

.con02_img_2_2_txt>p {
    font-family: 'Paperozi';
    font-weight: 600;
    font-size: 1.5625vw;
    margin-bottom: 1.5vw;
    display: flex;
    justify-content: end;
    color: #ffffff;
}

.con02_img_2_2_txt>p:nth-child(2) {
    font-family: 'SUIT-Regular';
    font-size: 1.0417vw;
    line-height: 1.5;
    font-weight: 300;
}

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

.con02_03>img {
    width: 39.5834%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -3vw;
    left: 1.5vw;
}

.con02_04>img {
    width: 27.639%;
    right: -4.8vw;
    bottom: -2vw;
}

.con02_05>img {
    width: 23.3334%;
    left: 4vw;
    bottom: -2vw;
}


/* con03 설정 */
.con03 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.con03_left {
    width: 50%;
    height: 48.67vw;
    background-image: url(/images/con03_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff;
}

.con03_txt_1 {
    font-family: 'Paperozi';
    font-size: 1.5625vw;
    letter-spacing: -0.1042vw;
    padding-top: 15vw;
    padding-bottom: 0.5vw;
    display: flex;
    justify-content: center;
    text-align: center;
}

.con03_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1.5vw;
}

.con03_05 {
    width: 3.87428%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con03_1_txt {
    padding: 0 3vw;
}

.con03_1_txt>p {
    font-size: 3.1250vw;
    font-family: 'NexonWarhaven';
    letter-spacing: -0.1563vw;
    text-align: center;
}

.con03_1_txt>p span {
    font-style: normal;
    text-shadow: 2px 2px 8px #c61f1e, -2px -2px 8px #c61f1e;
}

.con03_txt_2 {
    font-family: 'SUIT-Regular';
    font-size: 1.0417vw;
    letter-spacing: -0.0521vw;
    line-height: 1.5625vw;
    text-align: center;
    padding-bottom: 15vw;
}

.con03_right {
    width: 50%;
    height: 48.67vw;
    overflow: hidden;
}

.con03_right_inner {
    width: 100%;
    background-color: #f9f2e8;
    left: 0;
    top: 0;
}

.con03_2 {
    display: flex;
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #dacbb6;
}

.con03_2_1 {
    width: 80%;
}

.con03_01_1 {
    padding-top: 5vw;
    padding-bottom: 5.5vw;
    width: 29.121%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con03_02_1,
.con03_03_1,
.con03_04_1 {
    padding-top: 4vw;
    padding-bottom: 5.5vw;
    width: 29.121%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@font-face {
    font-family: 'SUIT-ExtraBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-ExtraBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.con03_2_title {
    padding-bottom: 1vw;
    font-family: 'SUIT-Regular';
    font-weight: bold;
    font-size: 1.4583vw;
    letter-spacing: -0.1042vw;
}

.con03_2_sub {
    padding-bottom: 4vw;
    font-family: 'SUIT-Regular';
    font-size: 0.9375vw;
    letter-spacing: -0.0521vw;
    line-height: 1.4583vw;
}

.con03_01_2 {
    margin-left: 2vw;
    width: 26.1156%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con03_01_2>img {
    border-radius: 5.2083vw;
}

.con03_02_2 {
    margin-left: 2vw;
    width: 26.1156%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con03_02_2>img {
    border-radius: 5.2083vw;
}

.con03_03_2 {
    margin-left: 2vw;
    width: 26.1156%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con03_03_2>img {
    border-radius: 5.2083vw;
}

.con03_04_2 {
    margin-left: 2vw;
    width: 26.1156%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con03_04_2>img {
    border-radius: 5.2083vw;
}

.con03 div:nth-child(4) .con03_2_sub {
    padding-bottom: 5vw;
}

/* con04 설정 */
.con04 {
    background-image: url(/images/con04_bg.jpg);
}

.con04_top {
    color: #ffffff;
    padding-top: 7vw;
    padding-bottom: 3vw;
}

.con04_sub {
    font-family: 'Paperozi';
    font-size: 1.5625vw;
    letter-spacing: -0.1042vw;
    padding-bottom: 1vw;
    text-align: center;
}

.con04_title {
    font-family: 'NexonWarhaven';
    font-size: 3.1250vw;
    letter-spacing: -0.1563vw;
    text-align: center;
}

.con04_title span {
    font-weight: bold;
    text-shadow: 2px 2px 8px #15692e, -2px -2px 8px #15692e;
}

.con04_mid {
    margin-bottom: 4vw;
    width: 100%;
    height: 30vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con04_slide {
    width: 100%;
    transition: opacity 0.3s;
}

.swiper-slide-prev .con04_mid_01 {
    filter: opacity(40%);
}

.swiper-slide-next .con04_mid_01 {
    filter: opacity(40%);
}

.swiper-wrapper {
    display: flex;
}

.con04_mid_01 {
    width: 53.0729vw;
    height: 29.8438vw;
    background-color: #15692e;
    border: 0.3125vw solid #15692e;
    border-radius: 50%;
    margin: 0 2vw;
    display: flex;
}

.con04_mid_main {
    width: 53.0729vw;
    background-color: #15692e;
    border: 0.1042vw solid #000000;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    padding-top: 15vw;
    overflow: hidden;
}

.con04_mid_01_txt {
    margin-bottom: 2vw;
}

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

.con04_mid_01_sub {
    font-family: 'SUIT-Regular';
    font-size: 1.0417vw;
    text-align: center;
    line-height: 1.5625vw;
    letter-spacing: -1;
}

.con04_mid_01_img {
    top: 0vw;
    width: 66.4167%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con04_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    left: 0;
    top: 30vw;
}

.con04_btn_left {
    left: 21vw;
    cursor: pointer;
    width: 3.9896%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con04_btn_right {
    right: 21vw;
    cursor: pointer;
    width: 3.9896%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con04_btn_right>img {
    transform: rotate(180deg);
}

.con04_mid_03 .con04_mid_main {
    padding-top: 23vw;
}

.con04_ani {
    background-color: #ffffff;
    display: flex;
    overflow: hidden;
    white-space: nowrap;
}

.con04_ani_txt {
    padding: 1vw;
    font-family: 'NexonWarhaven';
    font-size: 1.5278vw;
    animation: con04_ani 5s linear infinite;
}

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

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

/* con05 설정 */
.con05 {
    background-image: url(/images/con05_bg.jpg);
}

.con05_txt {
    color: #ffffff;
    margin-top: 16vw;
}

.con05_txt_1 {
    font-family: 'Paperozi';
    font-size: 1.5625vw;
    letter-spacing: -0.1042vw;
    text-align: center;
    padding-bottom: 1vw;
}

.con05_txt_2 {
    font-family: 'NexonWarhaven';
    font-size: 3.3854vw;
    letter-spacing: -0.1563vw;
    text-align: center;
}

.con05_txt_2_1 em {
    font-style: normal;
    font-weight: 700;
}

.con05_txt_2_1 span {
    padding-left: 8.5vw;
    font-weight: 700;
}

.con05_txt_2_2 {
    left: 17.3vw;
    top: 3.5vw;
    width: 19.5963%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con05_txt_3 {
    font-family: 'SUIT-Regular';
    font-size: 1.0417vw;
    letter-spacing: -0.0521vw;
    line-height: 1.5625vw;
    text-align: center;
    padding-top: 3vw;
    padding-bottom: 2vw;
}

.con05_1 {
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 16vw;
}

.con05_1_1 {
    font-family: 'SUIT-Regular';
    font-size: 1.0417vw;
    line-height: 1.5625vw;
    letter-spacing: -0.0521vw;
    margin: 0 0.5vw;
    border: 0.0521vw solid #ffffff;
    border-radius: 2vw;
    padding: 0.2vw 0.6vw;
    transition: all 0.5s;
}

.con05_1_1.con05_change {
    background-color: #ffffff;
    color: #c61f1e;
    font-weight: bold;
}

.con05_02_01 {
    left: 0;
    top: -6vw;
    width: 26.3021vw;
    display: flex;
    justify-content: center;
    align-items: center;
    /* opacity: 0;
    animation: con05_02_01 1s linear 1, con05 1s linear 1, con05_2 1s linear infinite 1s; */
}

.con05_02_02 {
    left: 0;
    bottom: -14vw;
    width: 31.2500vw;
    display: flex;
    justify-content: center;
    align-items: center;
    /* opacity: 0;
    animation: con05_02_02 1s linear 1 0.5s, con05_1 1s linear 1 0.5s, con05_2 1s linear infinite 1.5s; */
}

.con05_02_03 {
    right: 10vw;
    top: -18vw;
    width: 34.0104vw;
    display: flex;
    justify-content: center;
    align-items: center;
    /* opacity: 0;
    animation: con05_02_03 1s linear 1 1s, con05_1 1s linear 1 1s, con05_2 1s linear infinite 2s; */
}

.con05_02_04 {
    right: 0;
    bottom: 8vw;
    width: 23.0208vw;
    display: flex;
    justify-content: center;
    align-items: center;
    /* opacity: 0;
    animation: con05_02_04 1s linear 1 1.5s, con05_1 1s linear 1 1.5s, con05_2 1s linear infinite 2.5s; */
}

.con05_02_05 {
    right: 15vw;
    bottom: -7vw;
    width: 26.7188vw;
    display: flex;
    justify-content: center;
    align-items: center;
    /* opacity: 0;
    animation: con05_02_05 1s linear 1 2s, con05_1 1s linear 1 2s, con05_2 1s linear infinite 3s; */
}

/* @keyframes con05_02_01 {
    0% {
        left: -100%;
        top: -20vw;
    }

    100% {
        left: 0;
        top: -6vw;
    }
}

@keyframes con05_02_02 {
    0% {
        left: -100%;
        bottom: -20vw;
    }

    100% {
        left: 0;
        bottom: -14vw;
    }
}

@keyframes con05_02_03 {
    0% {
        top: -100%;
    }

    100% {
        top: -18vw;
    }
}

@keyframes con05_02_04 {
    0% {
        right: -100%;
    }

    100% {
        right: 0;
    }
}

@keyframes con05_02_05 {
    0% {
        bottom: -100%;
    }

    100% {
        bottom: -7vw;
    }
}

@keyframes con05_1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes con05_2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
} */

/* con06 설정 */
.con06 {
    background-image: url(/images/con06_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.con06_txt {
    color: #ffffff;
    text-align: center;
    padding-top: 7vw;
    padding-bottom: 7vw;
}

.con06_sub1 {
    font-family: 'Paperozi';
    font-size: 1.5625vw;
    letter-spacing: -0.1042vw;
    padding-bottom: 0.4vw;
}

.con06_sub2 {
    font-family: 'NexonWarhaven';
    font-size: 2.8646vw;
    letter-spacing: -0.2083vw;
}

.con06_sub3 {
    font-family: 'SUIT-Regular';
    font-size: 1.0417vw;
    line-height: 1.5625vw;
    letter-spacing: -0.0521vw;
}

.con06_01 {
    width: 2.9688vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1vw;
}

.con06_02 {
    width: 17.6042vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.6vw;
    animation: con06_02 1.5s linear infinite;
    margin-top: -0.3vw;
}

@keyframes con06_02 {
    0% {
        opacity: 0.8;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.8;
    }
}

.con06_03 {
    left: 0;
    bottom: -7vw;
    width: 28.0841%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con06_line1>div {
    width: 0.1vw;
    height: 100%;
    left: 0.4vw;
    top: 0;
    background-color: #c61f1e;
}

.con06_line1>div:nth-child(2) {
    left: 0.8vw;
}

.con06_line1>div:nth-child(3) {
    left: 01.2vw;
}

.con06_line2>div {
    width: 0.1vw;
    height: 100%;
    right: 0.4vw;
    top: 0;
    background-color: #c61f1e;
}

.con06_line2>div:nth-child(2) {
    right: 0.8vw;
}

.con06_line2>div:nth-child(3) {
    right: 01.2vw;
}

/* con07 설정 */
.con07 {
    background-image: url(/images/con07_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.con07_txt {
    padding-top: 4vw;
}

.con07_01 {
    margin-right: 1vw;
    width: 1.83737%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con07_sub {
    font-family: 'Paperozi';
    font-size: 1.5625vw;
    letter-spacing: -0.1042vw;
    padding-top: 1vw;
}

.con07_title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.5vw;
    padding-bottom: 2vw;
}

.con07_02 {
    width: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1vw;
}

.con07_title>div:nth-child(3) {
    transform: rotate(180deg);
}

.con07_title_txt {
    font-family: 'NexonWarhaven';
    font-size: 3.1250vw;
    letter-spacing: -0.2083vw;
    white-space: nowrap;
    font-weight: 600;
}

.con07_title_txt>p>span {
    color: #c61f1e;
}

.con07_menu {
    width: 74.896vw;
    height: 27.969vw;
    background-color: #ffffff;
    border-radius: 1.5625vw;
    border: 0.0521vw solid #c61f1e;
    margin-bottom: 5vw;
}

.con07_menu_title {
    padding-top: 2vw;
    padding-bottom: 0.3vw;
    border-bottom: 0.1042vw solid #c61f1e;
    width: 80%;
    margin: 0 auto;
}

.con07_menu_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 0.1042vw solid #c61f1e;

}

.con07_menu_txt {
    font-family: 'Paperozi';
    font-size: 1.1979vw;
    font-weight: 400;
    letter-spacing: -0.1042vw;
    text-align: center;
    padding: 1vw 2vw;
    cursor: pointer;
    transition: all 0.3s;
}

.con07_menu_txt.con07_txt_change {
    color: #c61f1e;
    font-weight: bold;
}

.con07_menu_txt>div {
    width: 0vw;
    height: 0.2605vw;
    background-color: #c61f1e;
    position: absolute;
    left: 50%;
    margin-left: -0.70315vw;
    bottom: 0;
    transition: width 0.3s;
}

.con07_menu_txt.con07_txt_change>div {
    width: 1.4063vw;
}

.con07_slide {
    width: 85%;
    margin: 0 auto;
}

.con07_slide_par {
    margin-top: 3vw;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    transform: translateY(10%);
}

.con07_slide_par.con07_slide_change {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0%);
}

.slide_img {
    border-radius: 1.5625vw;
    overflow: hidden;
    width: 84.7%;
    height: 13.5417vw;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
}

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

.slide_txt {
    font-family: 'Paperozi';
    font-weight: 500;
    font-size: 1.2500vw;
    letter-spacing: -0.1042vw;
    text-align: center;
    padding-top: 1vw;
}

.con07_btn_left {
    left: -2vw;
    top: 5.5vw;
    cursor: pointer;
    width: 4.42813%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con07_btn_right {
    right: -2vw;
    top: 5.5vw;
    cursor: pointer;
    width: 4.42813%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con07_btn_right>img {
    transform: rotate(180deg);
}

/* con08 설정 */
.con08 {
    background-color: #c61f1e;
}

.con08_txt {
    color: #ffffff;
    padding-top: 5vw;
}

.con08_txt_sub1 {
    font-family: 'Paperozi';
    font-size: 1.5625vw;
    letter-spacing: -0.1042vw;
    text-align: center;
    margin-bottom: 0.6vw;
}

.con08_txt_title {
    font-family: 'NexonWarhaven';
    font-size: 2.8646vw;
    font-weight: 400;
    letter-spacing: -0.2083vw;
    text-align: center;
    margin-bottom: 1vw;
}

.con08_txt_title span {
    font-weight: 700;
}

.con08_txt_sub2 {
    font-family: 'SUIT-Regular';
    font-size: 1.0417vw;
    letter-spacing: -0.0521vw;
    line-height: 1.5625vw;
    text-align: center;
    margin-bottom: 3vw;
}

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

.con08_left {
    width: 29.6875vw;
    height: 18.8542vw;
    background-color: #ffffff;
    border-radius: 1.5625vw;
}

.con08_left_title {
    font-family: 'SUIT-Regular';
    font-size: 1.2500vw;
    font-weight: 800;
    letter-spacing: -0.1042vw;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    border-bottom: 0.0521vw solid #cccccc;
    padding: 1.5vw 0;
}

.con08_left_sub {
    font-family: 'SUIT-Regular';
    font-size: 1.0417vw;
    letter-spacing: -0.0521vw;
    text-align: center;
    padding: 0.8vw 0;
}

.con08_left_sub1 {
    padding-top: 2vw;
}

.con08_right {
    width: 32.6563vw;
    height: 20.4167vw;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 1.4583vw;
    background-image: url(/images/con08_03.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: -2vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.con08_02 {
    width: 46.0926%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5vw;
    margin-bottom: 0.3vw;
}

.con08_right_sub {
    color: #ffffff;
    font-family: 'SUIT-Regular';
    font-size: 1.1458vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.8vw 0;
    letter-spacing: -0.1042vw;
}

@font-face {
    font-family: 'SUIT-ExtraBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-ExtraBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.con08_right_sub span {
    font-family: 'SUIT-ExtraBold';
}

.con08_01 {
    width: 8.819%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -4vw;
}

.con08_slide_left {
    width: 74.5313vw;
    height: 3.0208vw;
    transform: rotate(90deg);
    right: 9vw;
    top: -8vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con08_slide_right {
    width: 74.5313vw;
    height: 3.0208vw;
    transform: rotate(-90deg);
    left: 9vw;
    top: -8vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

/* con09 설정 */
.con09 {
    background-image: url(/images/con09_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.con09_txt {
    color: #ffffff;
    margin: 15vw 0;
}

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

.con09_02 {
    margin-bottom: 1.8vw;
    animation: con09_02 1.5s linear infinite;
    width: 32.2311%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes con09_02 {
    0% {
        opacity: 0.8;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.8;
    }
}

.con09_txt_1 {
    font-family: 'NexonWarhaven';
    font-size: 3.6458vw;
    letter-spacing: -0.2604vw;
    text-align: center;
    margin-bottom: 0.5vw;
}

.con09_txt_2 {
    font-family: 'SUIT-Regular';
    font-size: 1.0417vw;
    letter-spacing: -0.0521vw;
    line-height: 1.5625vw;
    text-align: center;
}

.con09_slide_main {
    pointer-events: all;
    width: 14.3229vw;
    height: 49vw;
}

.con09_slide_img>img {
    border-radius: 1.5625vw;
}

.con09_slide_1 {
    left: -2vw;
    top: 0;
}

.con09_slide_2 {
    left: 14vw;
    top: 0;
}

.con09_slide_3 {
    right: -2vw;
    top: 0;
}

.con09_slide_4 {
    right: 14vw;
    top: 0;
}

.con09_03_1 {
    left: 2vw;
    top: 17vw;
    animation: ddm infinite linear 3s;
    width: 19.5833vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con09_03_2 {
    left: 10vw;
    bottom: 16vw;
    animation: ddm2 infinite linear 3s;
    width: 21.9271vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con09_03_3 {
    right: 7vw;
    top: 17vw;
    animation: ddm infinite linear 3s;
    animation-delay: -1s;
    width: 16.9792vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con09_03_4 {
    right: 18vw;
    bottom: 15vw;
    animation: ddm2 infinite linear 3s;
    animation-delay: -1s;
    width: 18.0729vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con09_05 {
    width: 122.992%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c61f1e;
    bottom: 0%;
    padding: 1vw 0;
}

/* con10 설정 */
.con10 {
    background-image: url(/images/con10_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.con10_txt {
    color: #ffffff;
    padding: 0 10vw;
    margin: 14vw 0;
}

.con10_txt_sub1 {
    font-family: 'Paperozi';
    font-size: 1.5625vw;
    letter-spacing: -0.1042vw;
    margin-bottom: 0.7vw;
}

.con10_txt_title {
    font-family: 'NexonWarhaven';
    font-size: 2.8646vw;
    letter-spacing: -0.2083vw;
    margin-bottom: 1.5vw;
    white-space: nowrap;
}

.con10_txt_title span {
    text-shadow: 2px 2px 8px #c61f1e, -2px -2px 8px #c61f1e;
}

.con10_txt_sub2 {
    font-family: 'SUIT-Regular';
    font-size: 1.0417vw;
    letter-spacing: -0.0521vw;
    line-height: 1.5625vw;
}

.con10_right {
    width: 50.615vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 0.0521vw solid #dddddd;
    overflow: hidden;
}

.con10_right_par {
    width: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.right_title {
    width: 100%;
    height: 4.0104vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'NexonWarhaven';
    font-size: 1.2500vw;
    letter-spacing: -0.1042vw;
    border: 0.0521vw solid #dddddd;
    cursor: pointer;
    transition: background .3s;
}

.right_title.right_title_btn_change {
    background-color: #c61f1e;
    color: #ffffff;
}

.right_title_num {
    width: 4.997vw;
    height: 4.011vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 0.0521vw solid #dddddd;
    font-weight: 700;
}

.right_title_txt {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 2vw;
}

.right_title_btn {
    padding: 0 3vw;
    cursor: pointer;
    width: 2.26347%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right_main {
    width: 100%;
    height: 0vw;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0 4vw;
    box-sizing: border-box;
    overflow: hidden;
    transition: height 0.3s;
}

.right_main_txt {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    font-family: 'SUIT-Regular';
    font-size: 1.0417vw;
    letter-spacing: -0.0521vw;
    line-height: 1.5625vw;
}

.right_main_txt span {
    font-family: 'SUIT-ExtraBold';
    font-weight: 800;
}

.right_main_img {
    width: 4.3229vw;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 5vw;
    bottom: -0.5vw;
}

/* con11 설정 */
.con11 {
    background-image: url(/images/con11_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.con11_txt {
    margin-top: 6.5vw;
    margin-bottom: -1.3vw;
    position: absolute;
    top: 0;
    z-index: 2;
}

.con11_txt_sub1 {
    margin-bottom: 1.4vw;
    width: 10.6038%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con11_txt_title {
    font-family: 'NexonWarhaven';
    font-size: 2.8646vw;
    letter-spacing: -0.2083vw;
    text-align: center;
    margin-bottom: 1vw;
}

.con11_txt_title span {
    font-weight: bold;
}

.con11_txt_sub2 {
    font-family: 'SUIT-Regular';
    font-size: 1.0417vw;
    letter-spacing: -0.0521vw;
    line-height: 1.5625vw;
    text-align: center;
}

.con11_slide {
    width: 100%;
    margin-bottom: 5vw;
}

.con11_slide_main {
    padding: 14vw 0;
    margin-bottom: -3vw;
}

.con11_slide_img {
    width: 94.203%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.45s ease;
}

.con11_slide_main .swiper-slide {
    transform: translateY(7vw);
}

.swiper-slide:nth-of-type(2) .con11_slide_img {
    transform: translateY(7vw);
}

.swiper-slide-prev .con11_slide_img {
    transform: translateY(3.5vw);
}

.swiper-slide-next .con11_slide_img {
    transform: translateY(-3.5vw);
}



/* con12 설정 */
.con12 {
    background-color: #000000;
}

.con12_txt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 6.5vw;
    margin-bottom: 3vw;
}

.con12_txt_left {
    width: 28%;
    height: 0.5vw;
    background-color: #000000;
    border-top: 1px solid #c61f1e;
    border-bottom: 1px solid #c61f1e;
    margin-top: -2vw;
}

.con12_txt_right {
    width: 28%;
    height: 0.5vw;
    background-color: #000000;
    border-top: 0.0521vw solid #c61f1e;
    border-bottom: 0.0521vw solid #c61f1e;
    margin-top: -2vw;
}

.con12_txt_mid {
    width: 44%;
    color: #ffffff;
}

.con12_txt_sub1 {
    font-family: 'Paperozi';
    font-weight: 400;
    font-size: 1.5625vw;
    letter-spacing: -0.1042vw;
    text-align: center;
    margin-bottom: 0.5vw;
}

.con12_txt_title {
    font-family: 'NexonWarhaven';
    font-size: 2.8646vw;
    letter-spacing: -0.2083vw;
    text-align: center;
    margin-bottom: 1vw;
}

.con12_txt_title span {
    text-shadow: 2px 2px 8px #c61f1e, -2px -2px 8px #c61f1e;
    animation: blk 1.5s linear infinite;
}

.con12_txt_sub2 {
    font-family: 'SUIT-Regular';
    font-size: 1.0417vw;
    letter-spacing: -0.0521vw;
    line-height: 1.5625vw;
    text-align: center;
}

.con12_mid {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0.0521vw solid #c61f1e;
    margin-bottom: 5vw;
    box-shadow: 0 0 20px 10px rgba(198, 31, 30, 0.5);
}

.con12_mid_1,
.con12_mid_3 {
    width: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide_y_r>img {
    transform: scale(-1);
}

.con12_mid_2 {
    width: 84%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    box-sizing: border-box;
    background-color: #ffffff;
}

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

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

.con12_left_bottom {
    width: 92.5782%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con12_mid_2_mid {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con12_mid_img {
    width: 93.965%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con12_mid_2_right {
    width: 35%;
    margin: 2vw 0;
}

.con12_right_top {
    text-align: end;
    margin-right: 1.2vw;
}

.con12_right_txt {
    font-family: 'SUIT-Regular';
    font-size: 0.7292vw;
    line-height: 1.5625vw;
}

.con12_right_mid {
    width: 95.305%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con12_right_img {
    right: 2vw;
    bottom: 3vw;
    width: 23.4376%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: blk 1.5s linear infinite;
}

/* con13 설정*/
.con13 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.con13_left {
    width: 50vw;
    height: 36.9792vw;
    background-image: url(/images/con13_bg_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.con13_left_txt {
    height: 100%;
    color: #ffffff;
    margin: 0 10vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.con13_left_txt_sub1 {
    font-family: 'Paperozi';
    font-size: 1.5625vw;
    letter-spacing: -0.1042vw;
    margin-bottom: 0.5vw;
}

.con13_left_txt_title {
    font-family: 'NexonWarhaven';
    font-size: 2.8646vw;
    letter-spacing: -0.2083vw;
    margin-bottom: 1vw;
}

.con13_left_txt_title span {
    font-weight: bold;
    text-shadow: 2px 2px 8px #c61f1e, -2px -2px 8px #c61f1e;
}

.con13_left_txt_sub2 {
    font-family: 'SUIT-Regular';
    font-size: 1.0417vw;
    letter-spacing: -0.0521vw;
    line-height: 1.5625vw;
}

.con13_right {
    width: 50.0521vw;
    height: 36.9792vw;
    background-image: url(/images/con13_bg_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.con13_right_1 {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .5s;
}

.con13_right_2 {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .5s;
}

.con13_right_change {
    opacity: 1;
}

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

.con13_right_top {
    font-family: 'NexonWarhaven';
    font-weight: bold;
    font-size: 2.0833vw;
    letter-spacing: -0.1042vw;
    text-align: center;
    margin-bottom: 4vw;
}

.con13_right_top span {
    color: #c61f1e;
}

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

.con13_02_2 {
    width: 14.692%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    margin-left: -7.346%;
    bottom: 2vw;
    overflow: hidden;
}

.con13_02_2 img {
    animation: graphRise 1s ease-out forwards;
}

.con13_02_3 {
    width: 26.0665%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    margin-left: -13.03325%;
    bottom: 5.5vw;
    animation: hide 2s linear 1, blk 1s linear infinite 2s;
}

@keyframes hide {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.con13_right_2 .con13_right_top {
    margin-bottom: 2.6vw;
}

.con13_03_1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -0.05vw;
}

.con13_03_2 {
    width: 14.6458%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    margin-left: -7.3229%;
    bottom: 2vw;
    overflow: hidden;
}

.con13_03_2 img {
    animation: graphRise 1s ease-out forwards;
}

@keyframes graphRise {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

.con13_03_3 {
    width: 25.9844%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    margin-left: -12.9922%;
    top: 0.5vw;
    animation: hide 2s linear 1, blk 1s linear infinite 2s;
}

.con13_right_bottom {
    font-family: 'Paperozi';
    font-weight: bold;
    font-size: 1.0417vw;
    letter-spacing: -0.0521vw;
    text-align: center;
    margin-top: 2.5vw;
}

.con13_btn_right {
    right: 3vw;
    top: 16vw;
    cursor: pointer;
    z-index: 999;
    transition: all .5s;
    width: 6.29931%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con13_btn_right:hover {
    scale: 1.1;
}

.con13_btn_left {
    left: 3vw;
    top: 16vw;
    transform: rotate(180deg);
    cursor: pointer;
    z-index: 999;
    transition: all .5s;
    width: 6.29931%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con13_btn_left:hover {
    scale: 1.1;
}

/* con14 설정 */
.con14 {
    background-image: url(/images/con14_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.con14_txt {
    margin-top: 6vw;
    margin-bottom: 2.5vw;
}

.con14_txt_sub1 {
    font-family: 'Paperozi';
    font-size: 1.5625vw;
    letter-spacing: -0.1042vw;
    text-align: center;
    margin-bottom: 0.5vw;
}

.con14_txt_title {
    font-family: 'NexonWarhaven';
    font-weight: 400;
    font-size: 2.8646vw;
    letter-spacing: -0.2083vw;
    text-align: center;
    margin-bottom: 1vw;
}

.con14_txt_title span {
    color: #c61f1e;
    font-weight: bold;
}

.con14_txt_sub2 {
    font-family: 'SUIT-Regular';
    font-size: 1.0417vw;
    letter-spacing: -0.0521vw;
    line-height: 1.5625vw;
    text-align: center;
}

.con14_img {
    width: 100%;
}

.con14_img_left {
    left: 0;
    bottom: -2vw;
    width: 34.4358%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con14_img_right {
    right: -0.5vw;
    top: -4.5vw;
    width: 23.9896%;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.con14_01_1 {
    width: 61.9424%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 6vw;
}

.con14_01_1>img {
    background-color: #000000;
    border-radius: 11.8750vw;
    border: 0.0521vw solid #dddddd;
}

.con14_03_3 {
    width: 13.8059%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    margin-left: -6.90295%;
    bottom: 11vw;
    animation: ripple 2s infinite 0.2s;
    opacity: 0;
}

.con14_03_2 {
    width: 13.8059%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    margin-left: -6.90295%;
    bottom: 11vw;
    animation: ripple 2s infinite 0.1s;
    opacity: 0;
}

.con14_03_1 {
    width: 13.8059%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    margin-left: -6.90295%;
    bottom: 11vw;
    animation: ripple 2s infinite;
    opacity: 0;
}

/* 파동 애니메이션 (퍼지는 모션) */
@keyframes ripple {
    0% {
        transform: scale(0);
        opacity: 1;
    }

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

.con14_02 {
    width: 3.2022%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    margin-left: -1.75%;
    bottom: 18.5vw;
}

.con14_01_2 {
    width: 5.24944%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con14_01_3 {
    width: 5.30194%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con14_01_4 {
    width: 5.30194%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con14_01_2_1 {
    left: 25vw;
    bottom: 12vw;
    animation: fadeInOut 6s ease-in-out infinite;
    opacity: 0;
}

.con14_01_2_2 {
    right: 25.1vw;
    top: 20vw;
    animation: fadeInOut 6s ease-in-out 0.5s infinite;
    opacity: 0;
}

.con14_01_3_1 {
    left: 42.5vw;
    bottom: 7.5vw;
    animation: fadeInOut 6s ease-in-out 1s infinite;
    opacity: 0;
}

.con14_01_3_2 {
    right: 38vw;
    top: 22vw;
    animation: fadeInOut 6s ease-in-out 1.5s infinite;
    opacity: 0;
}

.con14_01_4_1 {
    left: 38.5vw;
    bottom: 18.5vw;
    animation: fadeInOut 6s ease-in-out 2s infinite;
    opacity: 0;
}

.con14_01_4_2 {
    right: 28vw;
    bottom: 6.5vw;
    animation: fadeInOut 6s ease-in-out 2.5s infinite;
    opacity: 0;
}

/* 하나씩 나타나는 애니메이션 */
@keyframes fadeInOut {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    25% {
        opacity: 1;
        transform: scale(1);
    }

    /* 모두 나타난 후 1초간 유지 */
    60% {
        opacity: 1;
        transform: scale(1);
    }

    85% {
        opacity: 0;
        transform: scale(0.8);
    }

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

/* con15 설정 */
.con15_txt {
    margin-top: 6vw;
    margin-bottom: 3vw;
}

.con15_txt_sub1 {
    font-family: 'Paperozi';
    font-weight: 400;
    font-size: 1.5625vw;
    letter-spacing: -0.1042vw;
    text-align: center;
    margin-bottom: 0.5vw;
}

.con15_txt_title {
    font-family: 'NexonWarhaven';
    font-size: 2.8646vw;
    letter-spacing: -0.2083vw;
    text-align: center;
    margin-bottom: 1.5vw;
}

.con15_txt_title span {
    color: #c61f1e;
    font-weight: bold;
}

.con15_txt_sub2 {
    font-family: 'SUIT-Regular';
    font-size: 1.0417vw;
    letter-spacing: -0.0521vw;
    line-height: 1.5625vw;
    text-align: center;
}

.con15_img {
    margin-bottom: 6vw;
}

.con15_img_main {
    margin: 0 0.4vw;
    width: 15.8006%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con15_right {
    width: 100%;
}

.con15_05 {
    right: 0;
    top: 1.5vw;
    width: 3.46467%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* con16,con17 설정 */
.con16 {
    background-image: url(/images/con16_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.con16_txt {
    margin-top: 3vw;
}

.con16_txt_left {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5vw;
    animation: light 5s linear infinite;
    transition: animation 0.3s;
}

.con16_02 {
    width: 54.3707%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con16_txt_mid {
    color: #ffffff;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

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

.con16_txt_sub2 {
    font-family: 'Paperozi';
    font-size: 1.5625vw;
    letter-spacing: -0.1042vw;
    text-align: center;
    margin-bottom: 0.5vw;
}

.con16_txt_title {
    font-family: 'NexonWarhaven';
    font-size: 2.8646vw;
    letter-spacing: -0.2083vw;
    text-align: center;
}

.con16_txt_title span {
    font-weight: bold;
}

.con16_txt_right {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5vw;
    animation: light 5s linear infinite;
    transition: animation 0.3s;
}

.con16_03 {
    width: 54.3707%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con16_img {
    width: 48%;
    margin: 0 auto;
}

.con16_img_top {
    font-family: 'SUIT-Regular';
    font-size: 0.9375vw;
    letter-spacing: -0.0521vw;
    line-height: 2.0833vw;
    color: #ffffff;
    text-align: end;
}

.con16_img_bottom {
    width: 100%;
}

@font-face {
    font-family: 'SUIT-Bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


.con16_img_txt_top {
    background-color: #000000;
    color: #ffffff;
    font-family: 'SUIT-Bold';
    font-size: 0.9896vw;
    letter-spacing: -0.0521vw;
    line-height: 2.3438vw;
    text-align: center;
    border: 0.0521vw solid #000000;
}

.con16_img_txt_title_left {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5vw;
}

.con16_img_txt_title_mid {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con16_img_txt_title_right {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con16_img_txt_mid {
    background-color: #ffffff;
}

.con16_img_txt_bottom {
    background-color: #c61f1e;
}

.con16_img_txt_mid {
    border: 0.0521vw solid #000000;
}

.con16_img_txt_mid_left {
    width: 22%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-right: 0.0521vw solid #dddddd;
    padding: 0.5vw 0;
}

@font-face {
    font-family: 'SUIT-SemiBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-SemiBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.con16_img_txt_mid_left_1>p {
    font-family: 'SUIT-SemiBold';
    font-size: 0.9375vw;
    letter-spacing: -0.0521vw;
    line-height: 2.0833vw;
}

.con16_img_txt_mid_mid {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-right: 0.0521vw solid #dddddd;
    padding: 0.5vw 0;
}

.con16_img_txt_mid_mid_1 {
    width: 100%;
}

.con16_img_txt_mid_mid_1>p {
    font-family: 'SUIT-SemiBold';
    font-size: 0.9375vw;
    letter-spacing: -0.0521vw;
    line-height: 2.0833vw;
}

.con16_img_txt_mid_mid span {
    text-decoration: line-through;
}

.con16_04 {
    right: 1vw;
    top: 0.7vw;
    width: 28.5715%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: blk2 2s linear infinite;
}

.con16_05 {
    right: 1.6vw;
    top: 4.8vw;
    width: 20.9303%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: blk2 2s linear infinite;
}

.con16_img_txt_mid_right {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con16_img_txt_mid_right_1>p {
    font-family: 'SUIT-SemiBold';
    font-size: 0.9375vw;
    letter-spacing: -0.0521vw;
    line-height: 2.0833vw;
}

.con16_img_txt_bottom {
    width: 100%;
    padding: 1.2vw 0;
    border: 0.0521vw solid #000000;
}

.con16_06 {
    width: 25.2736%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con17_txt {
    margin-top: 7vw;
    margin-bottom: 1.5vw;
}

.con17_txt_title {
    font-family: 'NexonWarhaven';
    font-size: 2.8646vw;
    letter-spacing: -0.2083vw;
    text-align: center;
    color: #ffffff;
}

.con17_txt_title span {
    font-weight: bold;
}

.con17_img {
    width: 72%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 7vw;
}

.con17_img_1 {
    width: 25%;
}

.con17_img_main {
    width: 96.535%;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

/* con18 설정 */
.con18 {
    background-image: url(/images/con18_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.con18_txt {
    color: #ffffff;
    width: 50.9896vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 9.5vw;
    margin-bottom: 3vw;
}

.con18_txt_left_sub {
    font-family: 'Paperozi';
    font-size: 1.5625vw;
    letter-spacing: -0.1042vw;
    margin-bottom: 0.5vw;
}

.con18_txt_left_title {
    font-family: 'NexonWarhaven';
    font-size: 2.8646vw;
    letter-spacing: -0.2083vw;
}

.con18_txt_left_title span {
    font-weight: bold;
}

.con18_txt_right_sub {
    font-family: 'SUIT-Regular';
    font-size: 1.0417vw;
    letter-spacing: -0.0521vw;
    line-height: 1.5625vw;
    text-align: center;
    padding-top: 4.5vw;
}

.con18_qna {
    width: 50.9896vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 1.5625vw;
    padding: 2.5vw;
    box-sizing: border-box;
}

.con18_qna_2,
.con18_qna_3 {
    margin-top: 1vw;
}

.con18_qna_4 {
    margin-top: 1vw;
    margin-bottom: 8vw;
}

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

.con18_01 {
    width: 4.353%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0.5vw;
}

.con18_01_txt {
    width: 95.9141%;
    font-family: 'SUIT-Bold';
    font-size: 1.2500vw;
    letter-spacing: -0.1042vw;
    line-height: 1.5625vw;
}

.con18_qna_1_bottom {
    width: 100%;
    font-family: 'SUIT-Regular';
    font-size: 0.9375vw;
    letter-spacing: -0.0521vw;
    line-height: 1.4583vw;
    box-sizing: border-box;
    margin-top: 1vw;
}

/* con19 설정 */
.con19 {
    background-color: #ffffff;
}

.con19_txt {
    margin-top: 4.5vw;
    margin-bottom: 2vw;
}

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

.con19_txt_bottom {
    font-family: 'NexonWarhaven';
    font-size: 2.8646vw;
    letter-spacing: -0.2083vw;
    text-align: center;
}

.con19_txt_bottom span {
    color: #c61f1e;
    font-weight: bold;
}

.con19_main {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 5vw;
}

.con19_main_left {
    width: 20.8333vw;
    height: 33.9063vw;
    background-color: #ffffff;
    border: 0.0521vw solid #dddddd;
    border-top-left-radius: 2.0833vw;
    border-bottom-left-radius: 2.0833vw;
}

.con19_slide {
    width: 100%;
    background-color: #c61f1e;
    left: 0;
    bottom: 0;
}

.con19_slide_main {
    width: 100%;
    /* z-index: 99999; */
    left: 0;
    bottom: 0;
    background-color: #c61f1e;
    color: #ffffff;
}

.con19_slide_txt {
    font-family: 'Paperozi';
    font-size: 1.1458vw;
    letter-spacing: -0.1042vw;
    text-align: center;
    color: #ffffff;
    padding: 1.5vw 0;
    padding-bottom: 3vw;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con19_slide_img {
    width: 13.3334%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 40vw;
    bottom: 0;
    z-index: 5;
}

/* con20 설정 */
.con20 {
    background-image: url(/images/con20_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 8.5vw 0;
    width: 100%;
    margin-top: -1.5vw;
}

.con20_txt {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    color: #ffffff;
    padding: 0 16vw;
    box-sizing: border-box;
}

.con20_txt_title {
    font-family: 'NexonWarhaven';
    font-size: 2.0833vw;
    letter-spacing: -0.1042vw;
    margin-bottom: 3vw;
}

.con20_txt_title span {
    text-shadow: 2px 2px 8px #c61f1e, -2px -2px 8px #c61f1e;
    font-weight: bold;
}

.con20_txt_sub {
    font-family: 'SUIT-Regular';
    font-size: 0.8854vw;
    letter-spacing: -0.0521vw;
    line-height: 1.4063vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2vw;
}

.con20_01 {
    position: absolute;
    right: 0;
    bottom: -5.2vw;
    width: 36.7455%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con20_02 {
    position: absolute;
    right: 23vw;
    top: 5.5vw;
    width: 18.2153%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* con21 설정 */
.con21 {
    background-color: #c61f1e;
}

.con21_02 {
    top: -6.8vw;
    width: 27.2967%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con21_03 {
    left: 2vw;
    bottom: -2vw;
    width: 15.0132%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con21_grad {
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: repeating-linear-gradient(to right,
            transparent,
            transparent 1vw,
            rgba(255, 255, 255, 0.1) 1vw,
            rgba(255, 255, 255, 0.1) calc(1vw + 0.0521vw));
}

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

.con21_left {
    width: 52%;
    color: #ffffff;
}

.con21_txt {
    margin: 13vw 0;
    width: 100%;
    z-index: 2;
}

.con21_txt_top {
    font-family: 'NexonWarhaven';
    font-size: 3.1250vw;
    letter-spacing: -0.2083vw;
    margin-bottom: 2vw;
}

.con21_txt_top span {
    font-weight: bold;
}

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

.con21_txt_bottom {
    font-family: 'SUIT-Regular';
    font-size: 1.0417vw;
    letter-spacing: -0.0521vw;
    line-height: 1.5625vw;
    margin-right: -4.5vw;
}

.con21_right {
    width: 48%;
}

/* form1 - start */
div.form_wrap {
    width: 68%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    background-color: #fff;
    border-radius: 1.5vw;
    padding-top: 4vw;
    padding-bottom: 8.5vw;
}

.form_col {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3vw;
}

.form {
    width: 71%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'SUIT-Regular';
}

.form_input {
    height: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-size: inherit;
    font-family: inherit;
}

.form_input_box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
    padding-left: 1vw;
}

.form label {
    white-space: nowrap;
}

.form_input_box>label {
    font-family: 'SUIT-SemiBold';
    font-size: 1.0417vw;
    letter-spacing: -0.0521vw;
}

.form_input_01,
.form_input_02,
.form_input_03,
.form_input_04,
.form_input_05 {
    width: 70%;
}

.form_input_06 {
    width: 73.5%;
    height: 80%;
    box-sizing: border-box;
    padding: 0 1vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    /* background: url(/images/con18_02.png) no-repeat; */
    background-size: 3%;
    background-position: 90%;
    cursor: pointer;
}

.form_input_box_1::after {
    content: '';
    position: absolute;
    right: 1.5vw;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 0.4vw solid transparent;
    border-right: 0.4vw solid transparent;
    border-top: 0.5vw solid #000000;
    pointer-events: none;
}

/*  */

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

.form_check_wrap01 {
    gap: 0.5vw;
}

.form_check_wrap01 label {
    width: fit-content;
    height: 1.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: #000;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid #0000007a;
    padding: 0 0.3vw;
}

/* .form_check_wrap01 label:hover {
    background-color: #ef823a;
    color: white;
    border-color: #ef823a;
    font-family: 'SUIT-SemiBold';
} */

.form_check_wrap01 input:checked+label {
    background-color: #ef823a;
    color: white;
    border-color: #ef823a;
    font-family: 'SUIT-SemiBold';
}

.agree_text {
    cursor: pointer;
}

.form_check_wrap01 input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}


.footeer_agree_checkbox_01,
.footeer_checkbox_05,
.footeer_checkbox_06 {
    width: 1vw;
    height: 1vw;
    outline: 1px solid #000;
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: transparent;
    border-radius: 50%;
    margin-right: 0.5vw;
}

.footeer_agree_checkbox_01:checked::before,
.footeer_checkbox_05:checked::before,
.footeer_checkbox_06:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #000000;
    border-radius: 50%;
    scale: 0.8;
}

.form_check_name_05 {
    margin-right: 3vw;
}

.form_agree_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 0.9vw;
    margin: 0.4vw 0 0vw;
}

.form_submit_div {
    width: 72%;
    padding: 0.8vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    bottom: 4vw;
    background-color: #c61f1e;
    font-family: 'NexonWarhaven';
    font-weight: bold;
    font-size: 1.2500vw;
    letter-spacing: -0.0521vw;
    text-align: center;
    color: #ffffff;
}

.form_top {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 0.5vw;
}

.form_star {
    top: 15%;
    left: 0.2vw;
    color: #c61f1e;
}

.form_star_top {
    top: 0;
    left: 17.4vw;
}

.form_col select {
    color: #0000007a;
}

/* form1 - end */

.con21_04 {
    right: 10vw;
    bottom: -2.5vw;
    width: 21.1963%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}








/* map-start */

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

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

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

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

.map_mid_map_search_mid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 41.6667vw;
    height: 3.6458vw;
    padding: 0% 0%;
    box-sizing: border-box;
    margin: auto;
    z-index: 3;
    background-color: transparent;
    overflow: hidden;
    /* border-bottom: 1px solid #000; */
    margin-bottom: 2vw;
    border-radius: 1.8229vw;
    border: 1px solid #dddddd;
    background-color: #ffffff;
}

.map_mid_map_search_mid input {
    appearance: none;
    border: none;
    outline: none;
    /* border-radius: 0.6vw; */
    width: 85%;
    height: 100%;
    padding-left: 0%;
    font-family: 'SUIT-Regular';
    font-size: 1.0417vw;
    box-sizing: border-box;
    color: #8a8a8a;
    background-color: transparent;
    letter-spacing: -0.0521vw;
    line-height: 1.4583vw;
    padding-left: 2vw;

}

.map_mid_map_search_mid input::placeholder {
    color: #8a8a8a;
}

/* .map_04{
  } */
.map_mid_map_search_bottom {
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    /* margin: auto; */
    padding: 0vw 0;
    border-bottom-left-radius: 2.0833vw;
    border-top-left-radius: 2.0833vw;
    border-right: 1px solid #dddddd;
}

.map_mid_map_search_item_title {
    font-size: 1.0417vw;
    font-family: 'SUIT-Regular';
    font-weight: bold;
    letter-spacing: -0.0521vw;
    color: #131313;
}

.map_mid_map_search_item_address {
    width: 80%;
    margin-top: 4%;
    margin-bottom: 2%;
    font-size: 0.9375vw;
    font-family: 'SUIT-Regular';
    letter-spacing: -0.0521vw;
    color: #131313;
}

.map_mid_map_search_item_tel {
    font-size: 0.8333vw;
    font-family: 'SUIT-Regular';
    letter-spacing: -0.0521vw;
    color: #131313;
}

.map {
    width: 100%;
    height: 28vw;
    border-radius: 0vw;
    box-sizing: border-box;
    background-color: #000;
}

.map_mid_2nd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 80%;
    margin-bottom: 10%;
    margin-top: -4%;
    box-sizing: border-box;
    border-radius: 2.0833vw;
    overflow: hidden;
    border: 1px solid #dddddd;
}

.map_search {
    width: 2.7604vw !important;
    right: 0%;
    cursor: pointer;
    padding-right: 0.5vw;
}

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

.map_mid_map_search_item {
    width: 80%;
    margin: 0% auto;
    border-bottom: 1px solid #e4d4d5;
    padding: 10% 0%;
    font-size: 0.8vw;
    font-family: pretendard-regular;
    box-sizing: border-box;
    position: relative;
    color: #000;
}

.map_mid_map_search {
    width: 27%;
    background: white;
    height: 100%;
    top: 0%;
    z-index: 2;
    overflow: hidden;
    left: 0%;
    box-sizing: border-box;
    border: 1px solid #dddddd;
}

.map_mid_map_search_bottom::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/* 스크롤바 배경(트랙) */
.map_mid_map_search_bottom::-webkit-scrollbar-track {
    background: transparent;
    /* 필요하면 색 넣어도 됨 */
}

/* 스크롤바 막대(thumb) */
.map_mid_map_search_bottom::-webkit-scrollbar-thumb {
    background: #c61f1e;
    border-radius: 0.5208vw;
}

.map_plus {
    width: 12.395%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
    bottom: 27%;
    cursor: pointer;
}

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

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



/* map 추가 css */



/*popup*/


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

.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 {
    color: #E3C179;
    width: 78%;
    margin-bottom: 1%;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.2vw;
    margin-top: -6%;
}

.popup_right>div>div:nth-child(1) {
    font-weight: 600;
    font-size: 0.9vw;
    width: 24%;
    color: #000;

}

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

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

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

.popup_img img {
    width: 100%;
}


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




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

.popup_img img {
    width: 108%;
}


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

.popup_top_absol_2nd {
    width: 96.6687%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 21%;
    left: 1.5%;
}

.popup_img_con {
    position: static !important;
    overflow: hidden;
}

.popup_right_6th_left {
    width: 15.448%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 31%;
    bottom: 9%;
}

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

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

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

.popup_right_2nd {
    font-weight: 600;
    width: 100%;
    font-size: 1.36vw;
    padding-bottom: 3%;
    box-sizing: border-box;
    font-family: 'pretendard variable';
    font-weight: 400;
}

.popup img {
    width: 100%;
}

.popup_close {
    width: 1.7vw;
    height: 1.7vw;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5%;
    right: 2%;
    cursor: pointer;
    background-color: #9e9e9e;
    border-radius: 50%;
}

.popup_close_border {
    position: absolute;
    width: 110%;
    height: 110%;
    border-radius: 50%;
    border: 1px solid #ef823a;
}

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

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

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

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



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

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