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

ul,
ol {
    list-style: none;
}

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

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


body {
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    min-height: 0vw;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@keyframes marquee2 {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}
@keyframes slick-circle{
    0%{left:0;}
    100%{left:99%;}
}
@keyframes soul_out {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
        transform: translateY(-50%);
    }
}
@keyframes ddm3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: rotate(-8deg);
    }
    65% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm4 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_image1 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes ani_scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.1, 0.01, 0.01, 1.2, 0, 0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes blk {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    31% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk2 {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk3 {
    0% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes scaleOpa {
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes scaleOpa2 {
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes ball {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: 20px;
    }
}
@keyframes ddm {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.15, 0.01, 0.01, 1.15, 0, 30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_imageY {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ddm2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateY(20px);
    }
    75% {
        transform: scale(1.02);
        transform: translateY(10px);
    }
    100% {
        transform: scale(1);
        transform: translateY(0px);
    }
}
@keyframes ddm2X {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2Xhalf {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: scale(1.02);
    }
}

@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes uitLineMove {
    0% { stroke-dashoffset: 300.292; }
    100% { stroke-dashoffset: 110; }
}

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

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

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

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

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

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

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

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

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

    100% {
        transform: translateY(2%);
    }
}
@keyframes bg-position {
    0% {
        background-position: bottom;
    }
    25% {
        background-position: center;
    }
    50% {
        background-position: inherit;
    }
    75% {
        background-position: center;
    }
    100% {
        background-position: bottom;
    }
}
@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.2;
    }
    25% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 1;
    }
    50% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    75% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    100% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0.2;
    }
}

@keyframes light {
    0%, 31%, 34%, 39%, 42%, 47% {
        opacity: 0;
    }
    5%, 30%, 35%, 38%, 43%, 46% {
        opacity: 0.4;
    }
    50%, 55%, 60%, 67%, 51%, 54%, 68%, 100% {
        opacity: 1;
    }
    70% {
        opacity: 0.2;
    }
}
@keyframes marqueeX {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes marqueeX_r {
    from { transform: translateX(0); }
    to { transform: translateX(100%); }
}
@keyframes marqueeY {
    from { transform: translateY(0); }
    to { transform: translateY(-100%); }
}
@keyframes marqueeY_r {
    from { transform: translateY(0); }
    to { transform: translateY(100%); }
}
@keyframes fall {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(240deg) rotateY(400deg) rotateZ(310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes fall2 {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(-240deg) rotateY(-400deg) rotateZ(-310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes backgroundchange {
    0% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }

    25% {
        background: url(/images/con11_08.png) no-repeat center / contain;
    }

    50% {
        background: url(/images/con11_09.png) no-repeat center / contain;
    }

    75% {
        background: url(/images/con11_10.png) no-repeat center / contain;
    }

    100% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }
}
@keyframes opa {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes backgroundchange_2 {
    0% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }

    20% {
        background: url(/images/con08_08.png) no-repeat center / contain;

    }

    40% {
        background: url(/images/con08_09.png) no-repeat center / contain;

    }

    60% {
        background: url(/images/con08_10.png) no-repeat center / contain;

    }

    80% {
        background: url(/images/con08_11.png) no-repeat center / contain;

    }
    100% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}
@keyframes shakeAndFall {
    0% {
        transform: translate(0, -50%) rotate(0);
        opacity: 0;
    }
}
div.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.swiper-wrapper.flow {
    pointer-events: none;
    transition-timing-function: linear;
}
section {
    font-family: 'Pretendard Variable';
    font-weight: 300;
    font-size: 0.9vw;
    letter-spacing: -0.04vw;
}
section img { 
    width: 100%;
}
section:not(.map_section) img {
    pointer-events: none;
}
.noto {
    font-family: "Noto Serif", serif;
}
.notokr {
    font-family: "Noto Serif KR", serif;
}
.nanum {
    font-family: "Nanum Myeongjo";
  }
.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;
}
.smoke {
    animation: smoke infinite 4s;
}
.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 {
    padding: 0.5vw 0;
    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 {
    width: unset !important;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: marqueeY 20s infinite linear;
}
.slide_y_wrap img {
    width: unset !important;
    height: 100%;
}
.slide_y_wrap img.absol {
    top: 100%;
}
.slide_y_wrap_r {
    width: unset !important;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: marqueeY_r 20s infinite linear;
}
.slide_y_wrap_r img {
    width: unset !important;
    height: 100%;
}
.slide_y_wrap_r img.absol {
    bottom: 100%;
}
/* y_slide end */
/* swiper-arr */
.btn_arr {
    z-index: 2;
    cursor: pointer;
}
.arr_next {
    transform: rotate(180deg);
}
/* swiper-arr */
iframe {
    width: 100%;
    height: 100%;
    pointer-events: none;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.subTitle {
    font-size: 1.15vw;
}

/* 퍼블시작 */

.main_06 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_title {
    width: 34.4357%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    left: 14%;
    top: 37%;
}
.main_01 {
    width: 62.0427%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.main_01_1 {
    width: 99.6951%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2vw 0 3vw;
    overflow: hidden;
}
.main_tt p {
    overflow: hidden;
}
.main_02 {
    width: 43.2021%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
    bottom: -27%;
}
.main_03 {
    width: 109.235%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -36%;
    mix-blend-mode: lighten;
}
.main_07 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -0.8%;
}
.main_08 {
    bottom: 176%;
}
.main_04 {
    width: 35.2134%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -7%;
    top: 18%;
}
.main_05 {
    width: 12.1159%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_05_1 {
    top: -13%;
    right: 32%;
}
.main_05_2 {
    left: -4%;
    top: 14%;
}
.con01 {
    background-image: url(/images/con01_06.jpg);
    padding-top: 6vw;
}
.con01_01 {
    width: 27.0341%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con01_tt {
    margin-bottom: 1.6vw;
}
.con01_04 {
    width: 46.5092%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -10vw;
}
.con01_02 {
    width: 28.0315%;
    display: flex;
    justify-content: center;
    align-items: center;
    mix-blend-mode: screen;
    right: 6%;
    top: -8%;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    /* transition: all 2s; */
}
.con01_03 {
    width: 30.0787%;
    display: flex;
    justify-content: center;
    align-items: center;
    mix-blend-mode: screen;
    bottom: -40%;
    left: 0%;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: all 1s;
}
.con01 .con01_sd {
    width: 127%;
    bottom: 0%;
    background-color: #000;
    box-sizing: border-box;
    padding: 2vw 0;
}
.con01_05_line01 {
    top: 0%;
}
.con01_05_line02 {
    bottom: 0%;
}
.con02 {
    padding-top: 7vw;
    background-color: #060606;
}
.con02_01 {
    width: 38.6352%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.con02_center {
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: -3vw;
}
.con02_center01 {
    width: 22.6247%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 8vw;
}
.con02_02 {
    width: 81.4385%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_03 {
    margin-top: -1vw;
    margin-left: -1.6vw;
    overflow: hidden;
}
.con02_05 {
    width: 14.0157%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 11vw;
    margin-left: 5vw;
}
.con02_09 {
    width: 25.8268%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -1.5vw;
    margin-top: 6vw;
}
.con02_center02 {
    width: 18.4252%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 2vw;
}
.con02_07 {
    width: 93.7322%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con02_06 {
    margin-top: -1vw;
}
div.con02_bot {
    align-items: flex-end;
    margin-top: -12vw;
    gap: 10vw;
    left: 1vw;
}
.con02_04 {
    width: 27.4541%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_08 {
    width: 40.105%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -1vw;
}
.con02_fire video {
    scale: 1.2;
    mix-blend-mode: soft-light;
}
.side_line {
    width: 1%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.side_line01 {
    left: 1%;
    top: 0%;
}
.side_line02 {
    right: 1%;
    bottom: 0%;
}
.side_line div {
    width: 1px;
    height: 100%;
    background-color: #525252;
}
.con03_top {
    padding-top: 10vw;
    background-image: url(/images/con03_13.jpg);
    padding-bottom: 6vw;
}
.con03_01 {
    width: 30.1312%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 2vw;
}
.con03_tt {
    font-size: 1vw;
    margin-bottom: 2vw;
}
.con03_row_wrap {
    gap: 0.7vw;
}
.con03_row_circle {
    width: 15.4331%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_07 {
    width: 16.0105%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 0 2vw #ffffff3a;
}
.con03_08 {
    width: 51.4754%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_09 {
    width: 15.082%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10%;
    top: 4%;
}
.con03_02 {
    width: 17.3228%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0%;
    bottom: 25%;
}
.con03_03 {
    width: 16.1155%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
    bottom: 25%;
}
.con03_bot {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con03_11 {
    width: 35.958%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 13%;
}
.con03_10 {
    width: 25.4038%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 13%;
    overflow: hidden;
}
.con03_12_1 {
    width: 4.81752%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -2%;

}

.con04 {
    background-image: url(/images/con04_07.jpg);
    padding-bottom: 2.5vw;
}
.con04_sd {
    padding: 2vw 0;
}
.con04_main {
    background-color: white;
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 7vw;
    box-sizing: border-box;
    padding-bottom: 5vw;
}
.con04_03 {
    width: 26.8508%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con04_tab_wrap {
    gap: 1vw;
    margin-bottom: 2vw;
}
.con04_tab {
    width: 10%;
    height: 2.5vw;
    background-color: #dfdfdf;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50vw;
    font-size: 1.1vw;
    font-weight: 400;
    transition: all 0.3s;
    cursor: pointer;
}
.con04_tab.con04_change {
    background-color: #000;
    color: white;
}
.con04_02 {
    width: 5.41436%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con04_02_1 {
    left: 1.5vw;
    top: 1.5vw;
}
.con04_02_2 {
    right: 1.5vw;
    top: 1.5vw;
    transform: rotate(90deg);
}
.con04_02_3 {
    left: 1.5vw;
    bottom: 1.5vw;
    transform: rotate(270deg);
}
.con04_02_4 {
    right: 1.5vw;
    bottom: 1.5vw;
    transform: rotate(180deg);
}
.con04_menu_wrap {
    width: 83%;
    box-sizing: border-box;
    margin-bottom: 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con04_menu {
    opacity: 0;
    pointer-events: none;
    z-index: 0;
    transform: translateY(10%);
    transition: all 0.3s;
}
.con04_menu.con04_change {
    opacity: 1;
    pointer-events: all;
    z-index: 1;
    transform: translateY(0%);
}
.con04_menu_item {
    width: 91.1183%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    border: 1px solid #000;
}
.con04_menu_img {
    height: 12.4vw;
    box-sizing: border-box;
    overflow: hidden;

}
.con04_menu_img img {
    height: 100%;
    object-fit: cover;
}
.con04_menu_tt {
    height: 3vw;
    font-size: 1vw;
    font-weight: 400;
    box-sizing: border-box;
    border-top: 1px solid #000;
}
.con04_menu_tt p {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.con04_arr_wrap {
    width: 81.4%;
    height: 1px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con04_arr {
    width: 3.80177%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con04_arr_next {
    margin-left: -1px;
}
.con05 {
    background-color: #F7F7F7;
    padding-top: 9vw;
}
.con05_01 {
    width: 32.2835%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con05_top_tt {
    margin-bottom: 3vw;
    overflow: hidden;
}
.con05_main {
    width: 81.0499%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 2vw;
    box-sizing: border-box;
}
.con05_05 {
    width: 22.0997%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0vw;
    right: 0%;
}
.con05_02 {
    width: 20.7874%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 12vw;
    left: 11%;
}
.con05_cover {
    width: 88%;
    padding-top: 4vw;
    left: 4.8%;
}
.con05_07 {
    width: 9.86019%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    margin-bottom: 1vw;
}
.con05_main_top {
    box-sizing: border-box;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 3vw 0 2vw;
}
.con05_08 {
    width: 45.3274%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_09 {
    width: 19.1558%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -28%;
    left: 39%;
}
.con05_04 {
    width: 20.7506%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -7%;
    top: -65%;
}
.con05_main_tt {
    margin: 2vw 0;
    overflow: hidden;
}
div.con05_main_bottom {
    box-sizing: border-box;
    border: 1px solid #000;
    padding: 4vw 0;
    justify-content: flex-start;
    background-color: white;
}
.con05_10 {
    width: 50.2579%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 7vw;
}
.con05_19 {
    width: 44.0678%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -7%;
}    


.con05_11 {
    width: 8.5044%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
}
.con05_12 {
    width: 8.79765%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 28%;
}
.con05_13 {
    width: 8.79765%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 55%;
}
.con05_14 {
    width: 8.65103%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 82.5%;
}
.con05_15 {
    width: 8.79765%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
}
.con05_16 {
    width: 8.79765%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 28%;
}
.con05_17 {
    width: 8.79765%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 55%;
}
.con05_18 {
    width: 8.94428%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 82.5%;
}

.con05_10_left {
    left: 32%;
}
.con05_10_right {
    right: 5%;
}
.con05_20 {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
}
.con05_line_wrap {
    width: 1.30208%;
    display: flex;
    justify-content: center;
    align-items: center; 
    flex-direction: column;
    bottom: 100%;
    left: 6.5%;
    gap: 3vw;
}
.con05_line {
    width: 1px;
    height: 42vw;
    background-color: #bdbdbd;
}
.con06_main {
    background-image: url(/images/con06_05.jpg);
    padding-top: 7vw;
    padding-bottom: 3.9vw;
    z-index: 1;
}
.con06_01 {
    width: 12.5984%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
    overflow: hidden;
}
.con06_02 {
    width: 35.748%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 9vw;
}
.con06_03 {
    width: 19.9475%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 3vw;
}
.con06_03_light {
    width: 50.2632%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -5%;
    top: -56%;
}
.con06_bot {
    background-color: #FFF5DC;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
}
.con06_04 {
    width: 25.0394%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.16vw;
    margin-top: -1px;
    margin-bottom: -1px;
}
.con06_bot_row_wrap {
    width: 65%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    bottom: 100%;
    z-index: 2;
}
.con06_bot_row {
    width: 26%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.con06_graph {
    width: 45%;
    background-color: #ffffff50;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-sizing: border-box;
    padding-bottom: 1vw;
    font-size: 1.1vw;
    font-weight: 400;
}
.con06_bot_row01 .con06_graph {
    height: 15.5vw;
}
.con06_graph03 {
    height: 9vw;
}
.con06_graph04 {
    height: 7vw;

}
.con06_graph p.absol {
    bottom: -3.5vw;
}
.con07_top {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 6vw;
}
.con07_top_main {
    width: 87%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.con07_top_left {
    width: 28.3645%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_top_slide {
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding-bottom: 3vw;
    cursor: grab;
}
.con07_top_slide_img {
    width: 91.6%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_top_slide .swiper-scrollbar-drag {
    background-color: #000;
}
.con07_top_slide .swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 100%;
    height: 0.3vw;
}
.con07_main {
    background-image: url(/images/con07_09.jpg);
    padding-top: 6vw;
    padding-bottom: 7vw;
}
.con07_02 {
    width: 13.3333%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
    overflow: hidden;
}
.con07_03 {
    width: 27.6115%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con07_main_row_wrap {
    width: 76.536%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_main_row {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_main_row_bottom {
    bottom: 0%;
    height: 9vw;
    background-color: #131313;
}
.con07_06 {
    width: 25.8573%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_main_row_bottom_item {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
}
.con07_main_row_bottom_top {
    width: 46%;
    height: 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ebcb97;
    border-radius: 50vw;
    margin-top: -2vw;
    font-weight: 500;
    font-size: 1.3vw;
    margin-bottom: 2vw;
}
.con07_main_row_bottom_bot {
    font-size: 1.1vw;
}
.con07_07 {
    width: 13.5802%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -13.8%;
    left: -5.6%;
}
.con07_08 {
    width: 15.1578%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -8.8%;
    right: -6.6%;
}
.con07_01 {
    width: 28.1365%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0%;
    top: -6vw;
}
.con08 {
    height: 45vw;
    background-color: white;
}
.con08_left {
    width: 23.8845%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    left: 16%;
}
.con08_01 {
    width: 55.1648%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
    overflow: hidden;
}
.con08_02 {
    margin-bottom: 2vw;
    overflow: hidden;
}
.con08_left_tt {
    font-size: 1.4vw;
    margin-bottom: 4vw;
}
.con08_04 {
    width: 53.4066%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_05 {
    width: 173.68%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -160%;
    top: -14%;
}
.con08_11 {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -19%;
    mix-blend-mode: luminosity;
}
.con08_right {
    width: 33.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    right: 12%;
}
.con08_right_item {
    width: 48.2759%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3vw;
}
.con08_right_item01 {
    top: 16vw;
}
.con08_right_item02 {
    top: -16vw;
}
.con08_07 {
    width: 66.2338%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -4%;
}
.con08_right_img_bg {
    width: 100%;
    height: 100%;
    background-color: #0000009f;
    transition: all 0.3s;
    top: 0%;
}
.con08_right_img_bg.con08_change {
    width: 11.5vw;
    height: 11.5vw;
    border-radius: 50%;
    top: 6%;
}
.con08_right_item_tt {
    top: 25%;
    font-size: 1.1vw;
    line-height: 1.5;
    font-weight: 400;
}
.con08_right_item_tt02 {
    top: 23%;
}
.con08_sd {
    height: 100%;
    padding: 0 2vw;
}
.con08_12 {
    height: 103%;
    left: 0%;
    border-right: 1px solid #00000025;
}
.con08_13 {
    height: 142%;
    right: 0%;
    border-left: 1px solid #00000025;
}
.con09 {
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(21, 21, 21, 1) 100%);
    padding-bottom: 6vw;
}
.con09_01 {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6vw;
}
.con09_02 {
    width: 13.3333%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
    overflow: hidden;
}
.con09_03 {
    width: 29.5538%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con09_04 {
    width: 51.811%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con09_05 {
    width: 29.9899%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_06 {
    width: 33.4347%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_side01 {
    width: 15.8005%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0%;
}
.con09_side02 {
    width: 16.378%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
}
.con09_side {
    top: 10vw;
}
.con10_01 {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_main {
    width: 41%;
    height: 100%;
    background-color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding-top: 9vw;
}
.con10_02 {
    width: 32.3944%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
    overflow: hidden;
}
.con10_03 {
    width: 78.3611%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_10 {
    width: 111.012%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
}
.con10_row_wrap {
    gap: 3vw;
    bottom: 18%;
}
.con10_row {
    width: 13.0709%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s;
}
.con10_row.con10_change {
    transform: translateY(-15%);
}
.con10_arr_wrap {
    width: 49%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.con10_arr {
    width: 1.82208%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_11 {
    width: 126.874%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -111%;
    mix-blend-mode: lighten;
    pointer-events: none;
}
.con10_right_tt {
    font-size: 1vw;
    left: 113%;
    bottom: 12.5%;
    white-space: nowrap;
    opacity: 0.4;
}
.con10_main_line {
    width: 1px;
    height: 100%;
    background-color: white;

}
.con10_main_line01 {
    left: -0.7vw;
    top: 0%;
}
.con10_main_line02 {
    right: -0.7vw;
    bottom: 0%;
}
.con11 {
    background-image: url(/images/con11_07.png);
    padding-top: 8vw;
    padding-bottom: 5vw;
}
.con11_01 {
    width: 13.2283%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
    overflow: hidden;
}
.con11_02 {
    width: 38.5302%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4vw;
}
.con11_row_wrap {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
}
.con11_row {
    width: 40.63%;
    height: 23.75vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #000;
}
.con11_row > img {
    height: 100%;
    object-fit: cover;
}
.con11_03 {
    border-left: 1px solid #000;
}
.con11_05 {
    width: 13.0491%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -3%;
    left: 49%;
}
.con11_06 {
    width: 11.3695%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 84%;
}
.con11_06_1 {
    top: 33%;
}
.con11_06_2 {
    top: 44%;
}
.con11_08 {
    width: 25.0394%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 15%;
    right: 0%;
}
.con12 {
    background-image: url(/images/con12_11.png);
    padding-top: 7vw;
}
.con12_01 {
    width: 13.3858%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
    overflow: hidden;
}
.con12_02 {
    width: 23.8845%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con12_04 {
    width: 89.2388%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_03 {
    width: 25.1765%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 3vw;
    overflow: hidden;
}
.con12_06 {
    width: 35.3529%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
    left: -2.1%;
}
.con12_08 {
    width: 47.2941%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -4.7%;
    transform: rotate(-0.1deg);
}
.con12_10 {
    width: 35.2941%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -1.6%;
    bottom: 0%;
}
.con12_tt {
    width: 10.2%;
    font-family: "Nanum Myeongjo", serif;
    font-weight: 500;
    font-size: 1.9vw;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    overflow: hidden;
}
.con12_tt p.absol {
    font-size: 2.7vw;
    top: 100%;
    text-transform: uppercase;
}
.con12_tt01 {
    left: 11%;
    top: 63%;
}
.con12_tt02 {
    top: 22%;
}
.con12_tt03 {
    right: 11%;
    top: 63%;
}
.con13_row {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;

}
.con13_row02_item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -1px;
    overflow: hidden;
}

.con13_row01_item {
    width: 57.9224%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 3vw;
}
.con13_01 {
    width: 46.1957%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con13_row02_bg {
    right: 0%;
    box-sizing: border-box;
    border-left: 1px solid #000;
    opacity: 0.8;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    transition: all 0.8s;
}
.con13_row02_item.con13_change .con13_row02_bg {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
}
.con13_row02_tt {
    font-weight: 600;
    font-size: 1.9vw;
    line-height: 1.2;
    font-family: "Nanum Myeongjo", serif;
}
.con13_row02_tt01 {
    width: 19.2%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    left: 13%;
}
.con13_row02_tt01 p {
    transition: all 0.5s;

}
.con13_row02_tt01 p.absol {
    font-size: 2.7vw;
    top: 100%;
    text-transform: uppercase;
}
.con13_row02_item.con13_change .con13_row02_tt01 p.rltv {
    transform: translateY(-100%);
}
.con13_row02_item.con13_change .con13_row02_tt01 p.absol {
    transform: translateY(-77%);
}
.con13_row02_right {
    width: 20%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 100%;
    box-sizing: border-box;
    border-left: 1px solid #00000049;
    transition: all 0.4s;
}
.con13_row02_item.con13_change .con13_row02_right {
    left: 80%;
}
.con13_row02_tt02 {
    transform: rotate(90deg);
    color: #85581A;
}
.con14 {
    background-color: black;
    padding-top: 1.5vw;
}
.con14_main {
    width: 97%;
    border: 1px solid #C8A57F;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom: none;
    padding-top: 6vw;
}
.con14_01 {
    width: 39.073%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4vw;
}
div.con14_row_wrap {
    width: 86%;
    align-items: flex-start;
    gap: 5vw;
    margin-bottom: -1.6vw;
}
.con14_row {
    width: 37.287%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_08 {
    width: 10.1732%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 36%;
}
.con14_03 {
    width: 103.338%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
}
.con14_06 {
    width: 110.885%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 3%;
}
.con14_04 {
    width: 40.7837%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 27vw;
    left: -20%;
}
.con14_07 {
    width: 40.7837%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 27vw;
    right: -20%;
}

.con14_smoke {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
    animation: smoke2 infinite linear 20s;
}
@keyframes smoke2 {
    100% {
        top: -40%;
        opacity: 0;
    }
}
.con15 {
    padding-top: 7vw;
}
.con15_01 {
    width: 33.2808%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5vw;
}
.con15_06 {
    width: 26.2467%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_03 {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 18%;
    top: 16%;
    z-index: 1;
}
.con15_04 {
    width: 118.8%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
}
.con15_05 {
    width: 103.704%;
    display: flex;
    justify-content: center;
    align-items: center;
    mix-blend-mode: lighten;
    animation: smoke 4s infinite linear;
    top: -94%;
}
.con15_bot {
    height: 19.5vw;
    bottom: 0%;
    background-color: #F1F1F1;
    box-sizing: border-box;
    gap: 39vw;
}
.con15_sd {
    bottom: 104%;
}
.con15_bot_item {
    width: 18.6352%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con1617 {
    background-image: url(/images/con17_07.jpg);
    margin-top: -3vw;
    padding-top: 3vw;
    background-position: 0 10vw;
    background-size: 100%;
}
.con16 {
    margin-bottom: 6vw;
}
.con16_03 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0vw;
    overflow: hidden;
}
.con16_03 img {
    transform: translateY(-5vw);
}
.con16_01 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 7vw;
}
.con16_04 {
    width: 36.063%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4vw;
}
.con16_row_wrap {
    gap: 1vw;
}
.con16_row {
    width: 14.8031%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con16_02 {
    width: 23.832%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -3vw;
    left: 5%;
}
.con16_row01 {
    z-index: 1;
    transform: rotate(-7deg);
}
.con16_row02 {
    transform: rotate(5deg);
}
.con16_row03 {
    transform: rotate(-12deg)
}
.con16_row04 {
    transform: rotate(5deg);
}
.con17_01 {
    width: 30.7087%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4vw;
}
.con17_02 {
    width: 28.6089%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4vw;
}
.con17_main {
    width: 58.5302%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 6vw;
}
.con17_main_top {
    background-color: #00000025;
}
.con17_06 {
    width: 49.3274%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
    right: -25%;
}
.con17_tel {
    width: 32%;
    height: 3vw;
    top: 6%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con17_03 {
    width: 94.6982%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -48%;
    pointer-events: none;
}
























































/* form */
.form_wrap {
    width: 100%;
    background-color: #000000c0;
    color: white;
    padding: 2vw 0 4vw;
    bottom: 0%;
    border-radius: 1vw 1vw 0 0;
}
.form {
    width: 82%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form_margin {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.form_margin_input {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 1vw 0;
    margin-bottom: 0vw;
    border-bottom: 1px solid #ffffff6e;
}
.form_margin_Agree_input {
    width: 65%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    align-self: flex-start;
    gap: 0.5vw;
    margin-bottom: 2vw;
    margin-top: 2vw;
    font-weight: 500;
}
.footeer_agree_checkbox_01 {
    width: 0.8vw;
    height: 0.8vw;
    border: none;
    cursor: pointer;
    appearance: none;
    border-radius: 50%;
    background-color: transparent;
    outline: 2px solid #ffffff6e;
}
.footeer_agree_checkbox_01:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ffffff6e;
    scale: 0.8;
}

.footeer_checkbox_01 ,
.footeer_checkbox_02 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    pointer-events: none;
}
.form_submit_div {
    width: 42.437%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
/*     background-color: #C90E16;
    font-size: 1.3vw;
    font-weight: 600; */
}
.form_margin_input > label {
    width: 17%;
    font-size: 1.1vw;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap;
}
.form_margin_input > input {
    width: 73%;
    height: 2.5vw;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 0.5vw;
    font-size: 1vw;
    background-color: transparent !important;
    color: white;
}
.form_index_input {
    align-items: flex-start;

}
.form_index_input label {
    margin-top: 0.3vw;
}
.form_index_input textarea {
    width: 75%;
    height: 6vw;
    border: none;
    resize: none;
    outline: none;
    box-sizing: border-box;
    padding: 0.5vw;
    font-size: 1vw;
}

.form_margin_input > input::placeholder,
.form_margin_input > textarea::placeholder {
    color: #63636391;
    font-family: 'pretendard variable';
}
.form_check_wrap {
    width: 73%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.7vw;
}
.form_check_wrap label {
    width: 19%;
    height: 2.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: white; */
    border: 1px solid #ffffff8e;
    box-sizing: border-box;
    color: #ffffff8e;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
}
.form_check_wrap input:checked + label {
    background-color: #85581a7e;
    color: white;
    border-color: #85581a3d;
}
.agree_text {
    cursor: pointer;
    color: #ffffff8e;
}  