
: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;
    --black-color: #191414;
    --red-color: #b01116;
    --beige-color: #f2ecd7;
}
.container {
    display: none !important;
}
* {
    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;
    }
}
.swiper.absol {
    position: absolute;
}
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;
    color: var(--black-color);
}
section img { 
    width: 100%;
}
/* section:not(.map_section) img {
    pointer-events: none;
} */
.noto {
    font-family: "Noto Serif", serif;
}
.notokr {
    font-family: "Noto Serif KR", serif;
}
.exbold {
    font-weight: 900;
}
.bold {
    font-weight: 700;
}
.sebold {
    font-weight: 600;
}
.medium {
    font-weight: 500;
}
.regular {
    font-weight: 400;
}
.flight {
    font-weight: 200;
}
.thin {
    font-weight: 100;
}
.animate-blk {
    animation: blk 1s infinite ease-in-out;
}
.scaleOpa {
    animation: scaleOpa infinite 2s;
}
.scaleOpa2 {
    animation: scaleOpa2 infinite 2s;
}
.light {
    animation: light infinite 5s;
}
.rotate_img {
    animation: rotate_image 10s infinite linear;
}
.white {
    color: white;
}
.txct {
    text-align: center;
}
.lh {
    line-height: 1.5;
}
/* reveal 대신 사용 start */
/* 왼쪽부터 나타나기 */
.clip_off02 {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: all 0.8s;
}
/* 가운데에서 나타나기 */
.clip_off {
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    transition: all 0.8s;
}
/* gsap에서 넣을 class */
.clip_on {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
}
/* reveal 대신 사용 end */
.absol_cover {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.max_width {
    width: unset !important;
    max-width: 101%;
}
.back_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
/* image_sd */
.image_sd_wrap {
    overflow: hidden;
}
.image_sd {
    animation: marqueeX 20s infinite linear;
}
.image_sd .absol {
    left: 100%;
}
.image_sd_r {
    animation: marqueeX_r 20s infinite linear;
}
.image_sd_r .absol {
    right: 100%;
}
/* image_sd end */
/* y_slide start */
.slide_y_wrap {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
    overflow: hidden;
}
.slide_y {
    animation: marqueeY 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 {
    width: 4.5510vw;
    height: 2.374vw;
    z-index: 2;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40vw;
    background-color: #fff;
    transition: background .3s;
}
.btn_arr:hover {
    background-color: var(--red-color);
}
.btn_arr:hover {
    background-color: var(--red-color);
}
.btn_arr:hover .arrow_h {
    opacity: 1;
}
.arrow {
    width: 24.138%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.arrow_h {
    opacity: 0;
    transition: opacity 0.3s;
}
.arr_next {
    transform: rotateY(180deg);
}
/* swiper-arr */
iframe {
    width: 100%;
    height: 100%;
    pointer-events: none;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
div.swiper-button-lock {
    display: flex;
}
div.swiper {
    margin: 0;
    z-index: 0;
    display: flex;
}
b {
    font-weight: 700;
}
.obj > img {
    height: 100%;
    object-fit: cover;
}
/* 퍼블시작 */

.color01 {
    color: var(--red-color);
}

/* front */
.acon01_slide {
    width: 100.788%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* progress-start */
.acon01_slide .autoplay-progress {
    width: 100%;
    height: 0.1042vw;
    position: absolute;
    z-index: 2;
    bottom: 3.75vw;
}
.acon01_slide .autoplay-progress div {
    width: 100%;
    height: 100%;
    background-color: #ffffff63;
}
.acon01_slide .autoplay-progress div span {
    display: block;
    width: calc(100% * (1 - var(--progress)));
    height: 100%;
    background-color: white;
}
/* progress-end */
.acon01_arr {
    bottom: 16%;
}
.acon01_arr_prev {
    left: 11%;
}
.acon01_arr_next {
    right: 11%;
}
.acon01_tt_wrap {
    font-size: var(--size-57);
    left: 12%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    top: 42%;
}
.acon01_tt_wrap > div {
    overflow: hidden;
}
.acon01_tt03 {
    font-size: var(--size-67);
}
.acon02 {
    background-image: url(/images/acon2_bg.jpg);
}
.acon02_main {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.acon02_left {
    width: 40.8%;
    height: 41.875vw;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    box-sizing: border-box;
}
.acon02_tt_wrap {
    margin-top: 9vw;
    margin-left: 13vw;
}
.acon02_tt01 {
    font-size: var(--size-46);
    margin-bottom: 1.3vw;
}
.acon02_tt02 {
    font-size: var(--size-23);
    line-height: 1.3;
    margin-bottom: 3.5vw;
}
.link_btn {
    width: 11.1979vw;
    height: 3.5417vw;
    background-color: #fff;
    border-radius: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--size-17);
    gap: 2vw;
    transition: all 0.3s;
    border: 1px solid #CDC3C3;
}
.link_btn:hover {
    color: white;
    background-color: var(--red-color);
    border-color: var(--red-color);
}

.arrow_02 {
    width: 0.9896vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.arrow_02h {
    opacity: 0;
    transition: opacity 0.3s;
    transform: rotateY(180deg);
}
.link_btn:hover .arrow_02h {
    opacity: 1;
    
}
.acon02_right {
    width: 59.2%;
    height: 41.875vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.acon02_row {
    width: 22.9545%;
    height: 88%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-property: width, height;
    transition-duration: 0.4s;
    cursor: pointer;
    overflow: hidden;
}
.acon02_row > img {
    height: 100%;
    object-fit: cover;
    object-position: right;
}
.acon02_row_title {
    width: 5.3125vw;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 8%;
    right: 7%;
}
.acon02_row_title_tt {
    height: 62%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    font-size: var(--size-40);
    font-weight: 600;
    line-height: 1;
    transition: color 0.3s;
}
.acon02_row_title > img {
    opacity: 0;
    transition: opacity 0.3s;
}
.acon02_row_tt_wrap {
    left: 5.5208vw;
    white-space: nowrap;
    top: 26.6vw;
    transition: opacity 0.3s;
    opacity: 0;
}
.acon02_row_tt01 {
    font-size: var(--size-40);
    margin-bottom: 2vw;
}
.acon02_row_tt02 {
    font-size: var(--size-22);
    line-height: 1.5;
    font-weight: 400;
}
.acon02_row.acon02_change {
    width: 54.091%;
    height: 100%;
}
/* acon02_change */
.acon02_change .acon02_row_title_tt {
    color: #fff;
}
.acon02_change .acon02_row_title > img {
    opacity: 1;
}
.acon02_change .acon02_row_tt_wrap {
    opacity: 1;
}
/* acon02_change */
.acon03 {
    padding-top: 7vw;
    padding-bottom: 7vw;
}
.acon03_subTitle {
    font-size: var(--size-22);
    margin-bottom: 0.5vw;
    overflow: hidden;
}
.acon03_title {
    font-size: var(--size-48);
    margin-bottom: 2.5vw;
    overflow: hidden;
}
div.acon03_slide {
    margin-bottom: 3vw;
}
.acon03_slide_item {
    width: 41.85vw;
    height: 23.5938vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #191414;
    overflow: hidden;
    border-radius: 1.5vw;
    opacity: 0.2;
    transition: opacity 0.3s;
}
.swiper-slide-active .acon03_slide_item {
    opacity: 1;
}
.acon03_slide_item iframe {
    pointer-events: all;
}
.acon03_arr_prev {
    left: 22%;
}
.acon03_arr_next {
    right: 22%;
}
.acon04 {
    background-color: #FBF9F4;
    padding-top: 7.5vw;
    padding-bottom: 7vw;
}
.acon04_main {
    width: 87.4016%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-self: flex-end;
}
.acon04_top {
    width: 84.985%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    align-self: flex-start;
    margin-bottom: 3vw;
}
.acon04_top_left_tt01 {
    font-size: var(--size-47);
    margin-bottom: 1.5vw;
}
.acon04_top_left_tt02 {
    font-size: var(--size-23);
    line-height: 1.3;
}
.acon04_slide_item {
    width: 20.9375vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.acon04_slide_img {
    height: 15.7292vw;
    display: flex;
    justify-content: center;
    align-items: center;    
    border-radius: 1.5vw;
    overflow: hidden;
}
.acon04_slide_img > img {
    height: 100%;
    object-fit: cover;
}
.acon04_slide .swiper-slide {
    align-items: flex-start;
}
.acon04_slide_tt {
    font-weight: 600;
    font-size: var(--size-20);
    margin-top: 1vw;
}
/* sub_main */
.sub_main {
    height: 24.5313vw;
    margin-top: 5.625vw;
}
.sub_tt01 {
    font-size: var(--size-36);
    margin-bottom: 1vw;
    letter-spacing: 0.1vw;
}
.sub_tt02 {
    font-size: var(--size-78);
}
/* header02 */
div.sub_tab_wrap {
    height: 6vw;
    align-items: flex-end;
}
div.sub_tab {
    width: 81.25vw;
    height: 4.2188vw;
    position: absolute;
    gap: 9vw;
    /* top: 0vw; */
    background-color: #fff;
    transition: all 0.3s;
    border: 1px solid #CDC3C3;
    border-radius: 1vw;
}
.sub_tab a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: var(--size-25);
    transition: all 0.3s;  
  position: relative;
}
.sub_tab a:hover {
    color: var(--red-color);
    font-weight: 700;
}
.sub_tab a.sub_change {
    color: var(--red-color);
    font-weight: 700;
}
.sub_tab.drop {
    top: 7vw;
    z-index: 9998;
}
.sub_tab.insert {
    top: 0vw;
    z-index: 9998;
}
/* header02 */

/* brand */
.bcon02_title {
    margin-bottom: 1.5vw;
    overflow: hidden;
}
.bcon_title {
    font-size: var(--size-52);
    margin-top: 6vw;
}
.bcon02_bg {
    height: 32.4479vw;
    top: 0%;
    background-color: #D1CAB0;
}
.bcon02_cover {
    width: 83.8321%;
    height: 44.8959vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;    
    flex-direction: column;
    background-image: url(/images/bcon2_bg.jpg);
}
.bcon02_top {
    width: 49.8436%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bcon2_01 {
    width: 20.98%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4vw;
    margin-bottom: 1.5vw;
    overflow: hidden;
}
.bcon2_02 {
    width: 51.2564%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.bcon02_tt_wrap {
    align-self: flex-start;
    margin-left: 8.4vw;
    margin-top: 2vw;
}
.bcon02_line {
    width: 0.5729vw;
    height: 2.4479vw;
    background-color: var(--red-color);
}
.bcon02_tt01 {
    font-size: var(--size-43);
    margin-top: 0.7vw;
    margin-bottom: 2vw;
}
.bcon02_tt02 {
    font-size: var(--size-24);
    line-height: 1.5;
}
.bcon03_col {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.bcon03 {
    padding-top: 3vw;
    background-color: #FBF9F4;
}
.bcon3_01 {
    width: 44.5145%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 4vw;
}
.bcon03_col_tt {
    font-size: var(--size-24);
    line-height: 1.7;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.bcon3_02 {
    width: 6.10129%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bcon03_col_tt_front {
    margin-bottom: -1.7vw;
}
.bcon03_col_tt01 {
    margin-right: 8vw;
    margin-top: 5vw;
}
.bcon3_03 {
    width: 8.63105%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bcon03_col_tt_bold {
    margin-top: 2vw;
}
.bcon03_col_tt02 {
    margin-left: 15vw;
    margin-top: 3vw;
}
.bcon3_04 {
    width: 31.1287%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -9vw;
}
.bcon3_05 {
    width: 120.236%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 19%;
}
.bcon03_col_tt02_bot {
    font-size: var(--size-28);
    margin-top: 1.3vw;
    align-self: flex-end;
    margin-right: -1vw;
}
.bcon04 {
    padding-bottom: 5vw;
    background-color: #FBF9F4;
}
.bcon04_title {
    margin-bottom: 3vw;
    overflow: hidden;
}
.bcon04_main {
    width: 82.2047%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    border-radius: 1vw;
    padding-bottom: 6vw;
}
.bcon04_col01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 4vw;
    margin-bottom: 2.5vw;
}
.bcon04_col_title {
    font-size: var(--size-41);
    margin-left: 6vw;
}
.bcon04_col01_tt {
    font-size: var(--size-24);
    margin-right: 4vw;
}
.bcon04_col02 {
    width: 75vw;
    border: 1px solid #CDC3C3;
    border-radius: 1vw;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 3vw;
    padding-bottom: 3vw;
}
.bcon04_col02_row {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.bcon04_col02_row_top {
    width: 6.1458vw;
    height: 2.3438vw;
    background-color: #231916;
    border-radius: 0.7vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: var(--size-25);
    margin-bottom: 3vw;
}
.bcon4_01 {
    width: 28.4896vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bcon4_02 {
    width: 13.3334vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bcon4_03 {
    width: 9.948vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bcon4_04 {
    margin-top: 1.352vw;
}
.bcon04_col02_row01 {
    margin-left: 4vw;
}
.bcon04_col02_row02 {
    margin-left: 6vw;
    margin-right: 6.5vw;
}
.bcon04_col03 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 4vw;
}
.bcon04_col03_right {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3vw;
    margin-right: 3.3vw;
}
.bcon04_col03_right_item {
    width: 18.0209vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bcon05 {
    padding-bottom: 5vw;
}
.bcon05_title {
    margin-bottom: 4vw;
    overflow: hidden;
}
.bcon05_tab_wrap {
    margin-bottom: 3vw;
    gap: 3vw;
}
.bcon05_tab {
    font-weight: 500;
    transition-property: font-weight, opacity;
    opacity: 0.2;
    font-size: var(--size-23);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.bcon05_tab.bcon05_change {
    font-weight: 700;
    opacity: 1;
} 
.bcon05_tab:after {
    position: absolute;
    content: '';
    top: 136%;
    width: 0%;
    height: 0.14vw;
    background-color: #191414;
    transition: width 0.3s;
}
.bcon05_tab.bcon05_change:after {
    width: 100%;
}
.bcon05_top_slide {
    width: 60.315%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1vw;
    border: 1px solid #231916;
    cursor: grab;
}
.bcon05_bot_slide_img {
    width: 18.7906vw;
    height: 10.4766vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #231916;
    box-sizing: border-box;
    border-radius: 1vw;
    overflow: hidden;
    background-color: #231916;
    cursor: pointer;
}
.bcon05_bot_slide_img > img {
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    transition: opacity 0.3s;
}
.swiper-slide-thumb-active .bcon05_bot_slide_img > img {
    opacity: 1;
}
.bcon05_box {
    gap: 4vw;
    top: 0%;
    opacity: 0;
    transform: translateY(10%);
    pointer-events: none;
    transition: all 0.3s;
}
.bcon05_box.bcon05_change {
    pointer-events: all;
    opacity: 1;
    transform: translateY(0);
}
.bcon05_arr {
    border: 1px solid #CDC3C3;
}
.bcon05_arr_prev {
    left: 14%;
}
.bcon05_arr_next {
    right: 14%;
}
.bcon05_bg {
    width: 87.5vw;
    height: 26.4063vw;
    background-color: #FBF9F4;
    bottom: 0%;
    border-radius: 1vw;
}
.bcon06_title {
    margin-bottom: 1.2vw;
    overflow: hidden;
}
.bcon06_main {
    background-color: #F4EFDC;
    border-top: 1px solid #CDC3C3;
    padding: 4vw 0;
    gap: 4.4vw;
}
.bcon6_02 {
    width: 42.9922%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bcon6_01 {
    width: 21.7339%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bcon06_right {
    width: 37.0079%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;    
}
.bcon06_right_tt01 {
    font-size: var(--size-40);
    margin-left: 1vw;
    margin-bottom: 0.7vw;
    overflow: hidden;
}
.bcon06_right_line {
    height: 1px;
    background-color: #CDC3C3;
    margin-bottom: 2.5vw;
}
.bcon06_right_bot {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 1vw;
    gap: 1.2vw;
}
.bcon06_right_bot_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: var(--size-22);
}
.bcon06_right_bot_icon {
    width: 1.4584vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bcon06_right_bot_tt01 {
    width: 5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 1.2vw;
    margin-right: 2vw;
}
.bcon06_right_bot_tt02 {
    font-weight: 400;
}
.ccon01 {
    background-color: #FBF9F4;
}
.ccon02 {
    background-image: url(/images/ccon2_bg.jpg);
    background-color: #FBF9F4;
    background-position: 0vw -10vw;
    padding-bottom: 5vw;
}
.ccon02_title {
    margin-bottom: 4vw;
    overflow: hidden;
}
.ccon02_main {
    width: 81.9948%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.ccon02_row {
    width: 50%;
    height: 25.8334vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}
.ccon02_row01 {
    border-radius: 1.5vw 0 0 1.5vw;
}
.ccon02_row04 {
    border-radius: 0vw 1.5vw 1.5vw 0vw;
}
.ccon02_slide {
    height: 100%;
}
.ccon02_slide_img {
    height: 100%;
    position: relative;
}
.ccon02_slide_img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    bottom: 0%;
    background: linear-gradient(0deg, #00000094, transparent);
}
.ccon02_slide_img img {
    height: 100%;
    object-fit: cover;
}
.ccon_pagenation {
    top: auto !important;
    bottom: 5% !important;
}
.ccon_pagenation .swiper-pagination-bullet {
    width: 0.7813vw;
    height: 0.7813vw;
    background-color: #fff;
}
.ccon02_row_tt_wrap {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2vw;
}
.ccon02_row_tt01 {
    font-size: var(--size-36);
    line-height: 1.3;
}
.ccon02_row_tt02 {
    font-size: var(--size-24);
}
.ccon_top_num {
    width: 9.86887%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 9%;
    top: 13%;
}
.ccon2_02 {
    width: 6.53019%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -3%;
    top: -2%;
}
.ccon03 {
    padding-bottom: 7vw;
    background-color: #FBF9F4;
}
.ccon03_title {
    margin-bottom: 4vw;
    overflow: hidden;
}
.ccon3_bg {
    width: 100.788%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ccon03_main {
    width: 75.5906%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ccon03_col01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15vw;
    margin-bottom: 4vw;
}
.ccon3_04 {
    width: 35.9723%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ccon03_col01_right {
    width: 42%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 2vw;
}
.ccon03_col01_right_tt01 {
    font-size: var(--size-36);
    line-height: 1.3;
    margin-bottom: 1.5vw;
}
.ccon03_col01_right_tt01 .line {
    overflow: hidden;
}
.ccon03_col01_right_tt02 {
    font-size: var(--size-24);
}
.ccon3_03 {
    width: 91.1198%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 4%;
    left: -28%;
}
.ccon3_02 {
    width: 21.6103%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 6%;
    top: 1%;
    overflow: hidden;
}
.ccon03_col02 {
    background-color: #fff;
    overflow: hidden;
    height: 22.4479vw;
    border-radius: 1.5vw;
    margin-bottom: 3vw;
}
.ccon03_col02_row {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ccon03_slide {
    height: 100%;
}
.ccon03_slide_img {
    height: 100%;
}
.ccon03_col03_right {
    width: 42%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: flex-end;
    font-size: var(--size-29);
    line-height: 1.3;
}
.ccon04_line {
    height: 0.2vw;
background: #AEA27C;
background: linear-gradient(90deg, rgba(174, 162, 124, 1) 0%, rgba(214, 200, 155, 1) 11%, rgba(255, 255, 255, 1) 50%, rgba(197, 185, 147, 1) 89%, rgba(174, 162, 124, 0) 100%);
margin-bottom: 7vw;
}
.ccon04 {
    background-color: #F4EFDC;
}
.ccon04_title01 {
    font-size: var(--size-36);
}
.ccon04_title02 {
    font-size: var(--size-52);
}
.ccon04_title {
    margin-bottom: 2vw;
}
.ccon04_center_slide_wrap {
    width: 40.1575%;
    height: 20.9375vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.ccon04_center_slide {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.5vw;
    overflow: hidden;
}
.ccon04_center_slide_img {
    height: 100%;
}
.ccon04_center_slide_img img {
    object-position: top;
}
.ccon04_center_slide_img .ccon4_02g {
    object-position: bottom;
}
.ccon04_arr_prev {
    left: -6%;
}
.ccon04_arr_next {
    right: -6%;
}
.ccon04_tt {
    font-size: var(--size-24);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1vw;
    line-height: 1.5;
}
.ccon4_01 {
    width: 14.6983%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ccon4_01_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3vw;
    margin-bottom: 3vw;
    z-index: 2;
}
.ccon4_01_wrap_line {
    width: 41.5%;
    height: 1px;
    background-color: #CDC3C3;
}
.ccon04_side_slide {
    width: 20.9896vw;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    mask-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 1%,
            rgba(0, 0, 0, 1) 33%,
            rgba(0, 0, 0, 1) 66%,
            rgba(0, 0, 0, 0) 99%);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
}
.ccon04_side_slide01 {
    left: 0%;
}
.ccon04_side_slide02 {
    right: 0%;
}
.ccon04_side_slide_img {
    width: 100%;
    height: 12.3438vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 1.5vw;
}
.ccon04_side_slide_img > img {
    object-position: top;
}
.ccon04_side_slide_img .ccon4_02g {
    object-position: bottom;
}
.ccon04_side_slide_img_cover {
    background: linear-gradient(0deg, #00000094, transparent);
}
.ccon04_side_slide_tt {
    font-size: var(--size-23);
    bottom: 10%;
}
.ccon04_side_slide01 .ccon04_side_slide_tt {
    right: 7%;
}
.ccon04_side_slide02 .ccon04_side_slide_tt {
    left: 7%;
}
.ccon05_title {
    margin-bottom: 2vw;
    overflow: hidden;
}
.ccon05_top_tt {
    font-size: var(--size-33);
}
.ccon05_main {
    width: 74.2257%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 5vw;
}
.ccon05_col01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ccon05_col01_item {
    width: 24.0625vw;
    height: 19.8958vw;
    border: 1px solid #EDEBE6;
    box-sizing: border-box;
    border-radius: 1vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background-color: #FBF9F4;
    transition-property: background, color;
    transition-duration: 0.3s;
}
.ccon05_col01_item.ccon05_change {
    background-color: var(--red-color);
    color: #fff;
}
.ccon05_col01_num {
    width: 6.1458vw;
    height: 2.3438vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--size-25);
    background-color: #CAC1A3;
    transition: background 0.3s;
    border-radius: 0.7vw;
    margin-top: -1.152vw;
}
.ccon05_col01_item.ccon05_change .ccon05_col01_num {
    background-color: #231916;
}
.ccon05_col01_tt {
    font-size: var(--size-36);
    margin-top: 1.3vw;
}
.ccon05_col01_img {
    width: 91.3044%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.3vw;
    overflow: hidden;
    border-radius: 1vw;
}
.ccon05_col02 {
    height: 8.6979vw;
    box-sizing: border-box;
    border: 1px solid #CDC3C3;
    background-color: #FBF9F4;
    border-radius: 1vw;
    margin-top: 0.7vw;
}
.ccon05_col02_tt01 {
    font-size: var(--size-36);
    font-weight: 800;
    overflow: hidden;
}
.ccon05_col02_tt02 {
    font-size: var(--size-24);
    margin-top: 0.5vw;
    overflow: hidden;
}
.ccon06 {
    padding-top: 5vw;
}
.ccon06_main {
    width: 87.5vw;
    height: 28.9063vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background-color: #FBF9F4;
    border-radius: 1vw;
    box-sizing: border-box;
    padding-top: 3.5vw;
}
.ccon06_top {
    gap: 8vw;
    margin-bottom: 2vw;
}
.ccon06_tt01 {
    font-size: var(--size-41);
    overflow: hidden;
}
.ccon06_arr {
    border: 1px solid #CDC3C3;
}
.ccon06_slide {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ccon06_slide_item {
    width: 98.1786%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 1vw;
}
.ccon06_slide_item_cover {
    background: linear-gradient(0deg, #00000094, transparent);
}
.ccon06_slide_item_tt {
    font-size: var(--size-25);
    right: 10%;
    bottom: 10%;
}
.ccon07 {
    padding-bottom: 6vw;
}
.ccon07_title {
    margin-bottom: 4vw;
}
.ccon07_top_tt {
    font-size: var(--size-33);
    margin-bottom: 3vw;
}
.ccon07_col01 {
    width: 81.8898%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.7vw;
    margin-bottom: 3vw;
}
.ccon07_col01_row {
    width: 20.5129%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.ccon7_01 {
    width: 14.4232%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    top: -11%;
}
.ccon7_03 {
    width: 1.34625%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.ccon07_col01_bg {
    height: 8.5938vw;
    border: 1px solid #CDC3C3;
    border-radius: 50vw;
    background-color: #F1EEE6;
}
.ccon07_col02 {
    width: 88.189%;
    height: 22.3438vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #F1EEE6;
    border: 1px solid #CDC3C3;
    box-sizing: border-box;
    border-radius: 1.5vw;
    margin-bottom: 4vw;
}
.ccon07_col02_slide {
    width: 102vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ccon07_col02_slide_img {
    width: 23.4896vw;
    display: flex;
    justify-content: center;
    align-items: center;    
}
.ccon07_arr {
    border: 1px solid #CDC3C3;
    bottom: -1.2vw;
}
.ccon07_arr_prev {
    left: 44.5%;
}
.ccon07_arr_next {
    right: 44.5%;
}
.ccon07_btn {
    width: 17.0313vw;
    height: 3.5417vw;
    background-color: #FCFCFC;
    gap: 1vw;
}

/* menu */
.dcon2 {

}
.dcon2 .header02 {
    top: 0vw;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.menu_top_wrap {
    height: 30.4688vw;
}
.menu_top {
    height: 100%;
    top: 0%;
    opacity: 0;
    transition: opacity 0.3s;
}
.menu_top.menu_change {
    opacity: 1;
}
.menu_top01 {
    background-image: url(/images/dcon2_bg.jpg);
}
.menu_top02 {
    background-image: url(/images/dcon2_bg2.jpg);
}
.menu_top03 {
    background-image: url(/images/dcon2_bg3.jpg);
}
.menu_top04 {
    background-image: url(/images/dcon2_bg4.jpg);
}
.menu_top_mid {
    width: 18.5828%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu_top_tt {
    font-size: var(--size-23);
    left: 77%;
    bottom: 22%;
    line-height: 1.3;
}
.menu_box_wrap {
    padding-top: 7vw;
    padding-bottom: 7vw;
}
.menu_box {
    width: 60.63%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 7vw;
    gap: 6vw 0;
}
.menu_item {
    width: calc(100% / 3);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.menu_item_img_box {
    width: 14.5833vw;
    height: 12.9688vw;
    border-radius: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    
    overflow: hidden;
    transition: background 0.3s;
}
.menu_item:hover .menu_item_img_box {
    background-color: #F2ECD7;
}
.menu_item_img {
    width: 64.65%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu_item_tt {
    font-size: var(--size-23);
    font-weight: 600;
    margin-top: 0.5vw;
}
.menu_more_btn {
    width: 4.5313vw;
    height: 2.3438vw;
    border: 1px solid #CDC3C3;
    border-radius: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.dcon2_04 {
    width: 21.8392%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu_best {
    width: 13.7663%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 15%;
    top: 2%;
}
/* store */
.econ02_title {
    margin-bottom: 2vw;
    overflow: hidden;
}
.econ02_slide {
    width: 119%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.econ02_slide_item {
    width: 20.573vw;
    display: flex;
    justify-content: center;
    align-items: center;
    scale: 0.72404;
    transition: all 0.3s;
}

.swiper-slide-next .econ02_slide_item {
    transform: translateX(-7.5%);
}
.swiper-slide-next + div .econ02_slide_item {
    transform: translateX(-15%);
}
.swiper-slide-next + div + div .econ02_slide_item {
    scale: 1;
}
.swiper-slide-next + div + div + div .econ02_slide_item {
    transform: translateX(15%);
}
.swiper-slide-next + div + div + div + div .econ02_slide_item {
    transform: translateX(7.5%);
}

.econ02_slide_top {
    width: 24%;
    top: 4%;
    left: 37.2%;
    font-size: var(--size-23);
    display: flex;
    justify-content: center;
    align-items: center;
}
.econ02_slide_top p {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.econ02_slide_mid {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: var(--size-33);
    top: 32%;
}
.econ02_slide_mid p {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.econ03_title {
    margin-bottom: 2vw;
    overflow: hidden;
}
.econ03 {
    padding-bottom: 7vw;
}
/* map */

.map_wrap {
    width: 75.5906%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;    
}
.map {
    width: 100%;
    height: 25.5208vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 1.5vw;
    background-color: #231916;
    margin-bottom: 4vw;
}
.map_search_wrap {
    gap: 1vw;
    margin-bottom: 4vw;
}
.sido1 {
    width: 18.2292vw;
    height: 3.5417vw;
    border: 1px solid #cdc3c3;
    border-radius: 50vw;
    font-size: var(--size-20);
    font-weight: 500;
    outline: none;
    box-sizing: border-box;
    padding: 0 2vw;
    appearance: none;
    cursor: pointer;
    background-image: url(/images/econ3_02.png);
    background-repeat: no-repeat;
    background-size: 0.8854vw;
    background-position: 87% 51%;
    font-family: 'pretendard Variable';
}
.map_search_tt_box {
    width: 18.2292vw;
    height: 3.5417vw;
    border: 1px solid #cdc3c3;
    border-radius: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.map_search_input {
    width: 71%;
    height: 100%;
    font-size: var(--size-20);
    font-weight: 500;
    outline: none;
    appearance: none;
    border: none;
    color: #191414;
    background-color: transparent;
}
.map_search_input::placeholder {
    color: #191414;
}
.map_search {
    width: 1.0938vw;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
div.map_table {
    width: 64.6355vw;
    overflow: hidden;
    border-radius: 1vw;
    border: 1px solid #cdc3c3;
}
.map_table_top {
    height: 5.1563vw;
    background-color: #fbf9f4;
    border-bottom: 2px solid #191414;
}
.map_table_top .map_td {
    font-size: var(--size-23);
    font-weight: 500;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.map_td {
    font-size: var(--size-16);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    box-sizing: border-box;
}
.map_td01 ,
.map_td02 ,
.map_td04 {
    width: 15.1491%;
}
.map_td03 {
    width: 54.5528%;
}
.map_td03,
.map_td04 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.map_td02 p {
    text-align: center;
}
div.map_table_body {
    max-height: 34.7917vw;
    justify-content: flex-start;
    padding-top: 1vw;
    overflow-y: scroll;
}
div.map_table_body::-webkit-scrollbar {
    display: none;
}
.map_table_body .map_td {
    height: 3.9583vw;
}
.map_tr {
    border-bottom: 1px solid #191414;
    cursor: pointer;
    transition: background 0.3s;
}
.map_tr:hover {
    background-color: #F2ECD6;
}
.map_tr:last-child {
    border-bottom: none;
}
.map_table_body .map_td01 p {
    width: 3.3334vw;
    height: 1.875vw;
    text-align: center;
    color: #fff;
    background-color: #231916;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5vw;
}
.map_table_body .map_td03 {
    padding-left: 3vw;
}
.map_table_body .map_td04 {
    padding-left: 2.2vw;
}
/* map */

/*popup*/


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

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

.popup_top {
    font-size: 1.5vw;
    width: 88%;
    padding-bottom: 3%;
    text-align: center;
    border-bottom: 1px solid #0000002e;
}

.popup>p:nth-child(2) {
    font-size: 1.3vw;
    width: 88%;
    margin-top: 5%;
    padding-bottom: 2%;
    text-align: left;
}

.popup>p:nth-child(4) {
    font-size: 0.9vw;
    width: 88%;
    margin-top: 1%;
}

.popup>p:nth-child(5) {
    left: 42%;
    width: 58%;
    padding-right: 8%;
    height: 12vw;
    top: 43%;
    box-sizing: border-box;
    font-size: 0.9vw;
    overflow-y: scroll;
}

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

.popup_right_1st {
    width: 78%;
    margin-bottom: 1%;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.2vw;
    margin-top: -6%;
}

.popup_right>div>div:nth-child(1) {
    font-weight: 600;
    font-size: 1vw;
    margin-right: 0.5vw;

}

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

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

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

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

.popup_img img {
    width: 100%;
}


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




.popup_img {
    width: 45.135%;
    height: 86%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-left: 1.5vw;
    border-radius: 1vw;
    border: 1px solid var(--main-color);
}

.popup_img img {
    width: 108%;
}


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

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

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

.popup_right_6th_left {
    width: 7.0313vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 500;
}

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

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

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

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

.popup img {
    width: 100%;
}

.popup_close {
    width: 2vw;
    height: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5%;
    right: 2%;
    cursor: pointer;
    border-radius: 50%;
    background-color: var(--black-color);
}

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

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

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

/* map, popup end */
.fcon1 .sub_tt01 {
    letter-spacing: 0.4vw;
}
.fcon2 {
    padding-bottom: 4vw;
}
.fcon2_title {
    margin-bottom: 4vw;
    overflow: hidden;
}
.fcon2_main {
    width: 75.5906%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.news_search_box {
    width: 18.2292vw;
    height: 3.5938vw;
    background-color: #ffffff;
    border: 1px solid #cdc3c3;
    border-radius: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    margin-bottom: 3vw;
}
.news_search {
    width: 71%;
    height: 100%;
    font-size: var(--size-20);
    font-weight: 500;
    outline: none;
    appearance: none;
    border: none;
    color: #191414;
    background-color: transparent;
}
.news_search::placeholder {
    color: #191414;
}
.news_search_plus {
    width: 1.0938vw;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
/* news_table */
.news_table_top {
    font-size: var(--size-18);
    border-bottom: 2px solid #191414;
}
.news_td {
    height: 3.95vw;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news_td01,
.news_td03 {
    width: 12%;
}
.news_td02 {
    width: 63%;
}
.news_table_body {
    padding-top: 1vw;
}
.news_noti {
    width: 3.3334vw;
    height: 1.875vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--red-color);
    color: #fff;
    border-radius: 0.52vw;
}
.news_tr {
    cursor: pointer;
    border-bottom: 1px solid var(--black-color);
}
.news_tr:hover .news_td02 {
    text-decoration: underline;
}
.news_tr .news_td02 {
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 0 4vw;
}
.news_tr .news_td02 p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* --- 👇 [신규] 페이징을 위한 CSS --- 
         (이미지와 유사하게 스타일 적용)
        */
.pagination-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2.0833vw;
}

.pagination-container a,
.pagination-container span {
    display: inline-block;
    padding: 0.4167vw 0.5208vw;
    margin: 0 0.2604vw;
    text-decoration: none;
    color: #777;
    /* 기본 숫자 색상 */
    border-radius: 0.5vw;
    font-size: var(--size-16);
    line-height: 1;
}

/* 이전/다음 화살표 (이미지처럼 빨간색) */
.pagination-container a.nav-arrow {
    color: #d9534f;
    /* 붉은 계열 색상 */
    font-weight: bold;
    font-size: var(--size-22);
    margin-top: -0.3vw;
}

/* 페이지 번호 */
.pagination-container a.page-num:hover {
    background-color: #f0f0f0;
}

/* 현재 활성화된 페이지 (검은색/굵게) */
.pagination-container a.page-num.active {
    font-weight: bold;
    color: #000;
}

/* ... (더보기) */
.pagination-container span.ellipsis {
    color: #777;
}

/* 비활성화된 화살표 */
.pagination-container a.nav-arrow.disabled {
    color: #ccc;
    pointer-events: none;
}
.no-results {
display: none; 
text-align: center; 
padding: 2.0833vw; 
}
/* news_table */
.fcon3 {
    padding-bottom: 0vw;
}
.fcon3_title {
    margin-bottom: 3vw;
    overflow: hidden;
}
.fcon3_tab_wrap {
    gap: 1vw;
    margin-bottom: 5vw;
}
.fcon3_tab {
    width: 8.75vw;
    height: 3.1771vw;
    border-radius: 1vw;
    font-size: var(--size-24);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
}
.fcon3_tab.fcon3_change {
    background-color: var(--red-color);
    color: #fff;
    font-weight: 600;
}
.fcon03_box {
    width: 67.5vw;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1.1458vw 0;
    padding-bottom: 6vw;
    top: 0%;
}
.fcon03_box_sns_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1.1458vw 0;
}
.fcon03_box_item_wrap {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fcon03_box_item {
    width: 15.625vw;
    height: 15.625vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1vw;
    background-color: #f2ecd7;
    border: 1px solid #cdc3c3;
    box-sizing: border-box;
    overflow: hidden;
}
div.fcon03_box03 {
    width: 133%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
}
.fcon03_box03_slide {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fcon03_box03_slide_video {
    width: 42.7604vw;
    height: 23.5938vw;
    border-radius: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #000;
}
.fcon03_box03_slide_video iframe {
    opacity: 0.3;
    transition: opacity 0.3s;
}
.swiper-slide-next .fcon03_box03_slide_video iframe {
    pointer-events: all;
    opacity: 1;
}
.fcon03_arr_prev {
    left: 29%;
}
.fcon03_arr_next {
    right: 29%;
}
.fcon4_title {
    margin-bottom: 5vw;
    overflow: hidden;
}
.fcon4_main {
    width: 75.5906%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-top: 1px solid #000;
    padding-bottom: 5vw;
}
.fcon4_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2vw 4vw;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
    cursor: pointer;
}
.fcon4_item_img {
    width: 12.7605vw;
    height: 10.3125vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 0.5vw;
}
.fcon4_item_tt_wrap {
    width: 71%;
    height: 9vw;
    overflow-y: scroll;
}
/* .fcon4_item_tt_wrap::-webkit-scrollbar {
    display: none;
} */
.fcon4_item_tt01 {
    width: 100%;
    font-size: var(--size-19);
    font-weight: 500;
    margin-bottom: 1vw;
}
.fcon4_item_tt01 p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fcon4_item_tt02 {
    width: 100%;
    font-size: var(--size-16);
    font-weight: 400;
}
.fcon4_item_tt03 {
    width: 100%;
    text-align: end;
    align-self: flex-end;
    margin-top: 4vw;
}
.fcon5_title {
    margin-bottom: 2vw;
    letter-spacing: 0.2vw;
    overflow: hidden;
}
.fcon5_main {
    background-color: #f2ecd7;
    padding-top: 3vw;
    padding-bottom: 5vw;
}
.fcon5_top_tt {
    font-size: var(--size-21);
    font-weight: 400;
    margin-bottom: 3vw;
    overflow: hidden;
}



/* form1 - start */

div.form_wrap {
    width:  75.6956%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    color: #000;
    background-color: #fff;
    padding-top: 5vw;
    padding-bottom: 4vw;
    border-radius: 2vw;
    margin-bottom: 2vw;
  }
  .form_col {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3.0208vw;
    border-bottom: 1px solid #cdc3c3;
  }
  .form_text_wrap {
    height: auto;
    padding-top: 1vw;
    margin-bottom: 1vw;
    border: none;
  }
  .form_col_file {
    border: none;
  }
  .form {
    width: 58.9459%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .form_input {
    width: 70%;
    height: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-size: inherit;
    font-family: inherit;
    color: #000;
  }
  .form_text {
    width: 70%;
    height: 6.25vw;
    border: 1px solid #cdc3c3;
    resize: none;
    box-sizing: border-box;
    border-radius: 0.8vw;
    padding: 1vw;
  }
  .form_input_box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding-left: 1vw;
    position: relative;
  }
  .form_text_wrap .form_input_box {
    align-items: flex-start;
  }

  .form label {
    white-space: nowrap;
    font-size: var(--size-19);
    color: #000;
    font-weight: 600;
    position: relative;
    padding-left: 1vw;
}
  .form_input_06 {
    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_check_wrap {
    width: 70%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .form_check_wrap01 {
    gap: 0.5vw;
  }
  .form_check_wrap01 label {
    width: 7.0833vw;
    height: 2.3438vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: #cdc3c3;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid #cdc3c3;
    box-sizing: border-box;
    padding: 0;
    border-radius: 50vw;
}
.form_check_wrap01 input:checked + label {
    background-color: #191414;
    color: #fff;
    border-color: #191414;
  }
  .agree_text {
    cursor: pointer;
    font-weight: 400;
  }
  .form_check_wrap01 input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }


  .footeer_agree_checkbox_01 {
    width: 1.5625vw;
    height: 1.5625vw;
    outline: 1px solid #cdc3c3;
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: transparent;
    margin-right: 0.5vw;
    border-radius: 0.3vw;
  }
  .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;
    background-color: #000;
  }
  .footeer_agree_checkbox_01:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #cac1a3;
    scale: 0.8;
    border-radius: 0.3vw;
  }
  .footeer_checkbox_05:checked::before ,
  .footeer_checkbox_06:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #DEB985;
    border-radius: 50%;
    scale: 0.8;
  }

  .form_agree_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9vw;
    margin: 4vw 0 0vw;
  }
  .form_submit_div {
    width: 17.0313vw;
    height: 4.3229vw;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;   
  font-size: var(--size-22);
  color: #fff;
  background-color: #b10c15;
  font-weight: 700;
    border-radius: 50vw;
  }
  .form_star {
    top: -28%;
    left: 0vw;
    color: #b10c15;
  }
  .form_col select {
    color: #0000007a;
  }
  .form_date_wrap ,
  .form_file_wrap {
    width: 70%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
.form_date_img {
    width: 2.9167vw;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
}
.form_date_tt {
    font-size: inherit;
    font-weight: 400;
    margin-left: 1vw;
}
.form .form_date_wrap img {
    pointer-events: all;
}
.form_date {
    width: 100%;
    height: 100%; 
    opacity: 1;
    position: absolute; 
    top: 0; 
    left: 0;
    opacity: 0;
}
.form_date::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.file_btn {
    width: 70%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.upload_button {
    width: 2.9167vw;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.file_whether_absol{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 66%;
    font-size: var(--size-16);
    font-weight: 400;
    margin-left: 1vw;
}
.file_whether{
    color: #0000008f;
    margin: 0% 1.5% 0% 0%;
}
.file_number{
    margin: 0% 0% -1% 0%;
    display: none;
    color: #0000008f;
}
.file_clear_btn{
    color: #000;
    cursor: pointer;
    pointer-events: all;
    margin: 0% 0% -1% 1%;
}
  /* form1 - end */


/* 로딩 */
.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 #b01116; /* 파란색 테두리 (회전 부분) */
    border-radius: 50%;
    animation: spin 1s linear infinite; /* 회전 애니메이션 */
}

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







