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

ul,
ol {
    list-style: none;
}

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    }

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

    }

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

    }

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

    }

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

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

    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}
@keyframes shakeAndFall {
    0% {
        transform: translate(0, -50%) rotate(0);
        opacity: 0;
    }
}
div.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.swiper-wrapper.flow {
    pointer-events: none;
    transition-timing-function: linear;
}
section {
    font-family: 'Pretendard Variable';
    font-weight: 300;
    font-size: var(--size-18);
    letter-spacing: -0.04vw;
}
section img { 
    width: 100%;
}

.swiper-button-disabled {
  opacity: 0.3;
}
.noto {
    font-family: "Noto Serif", serif;
}
.notokr {
    font-family: "Noto Serif KR", serif;
}
.exbold {
    font-weight: 800;
}
.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 {
    z-index: 2;
    cursor: pointer;
}
.arr_next {
    transform: rotateY(180deg);
}
/* swiper-arr */
iframe {
    width: 100%;
    height: 100%;
    pointer-events: none;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-lock {
    display: none !important;
}
.swiper {
    margin: 0;
    z-index: 0;
}
b {
    font-weight: 700;
}
.obj > img {
    height: 100%;
    object-fit: cover;
}
/* 마커디자인 */
.map_marker {
    position: relative;
    display: inline-block;
}

/* 말풍선 텍스트 박스 */
.map_marker_text {
    background: #DFAF6F;
    border: 1px solid #000;
    padding: 9px 19px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
}

/* 말풍선 꼬리 (삼각형 테두리) */
.map_marker_tail {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000;
}

/* 말풍선 꼬리 내부 (흰색 채우기) */
.map_marker_tail::after {
    content: '';
    position: absolute;
    top: -9px;
    left: -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #DFAF6F;
}
.shakeTwice {
    animation: shakeTwice 2s ease-in-out infinite;
    transform-origin: center;
  }
  .shakeTwices {
    animation: shakeTwices 2s ease-in-out infinite;
    transform-origin: center;
  }
  @keyframes shakeTwice {
    0% {
      transform: rotate(0deg);
    }
    10% {
      transform: rotate(5deg);
    }
    20% {
      transform: rotate(-5deg);
    }
    30% {
      transform: rotate(4deg);
    }
    40% {
      transform: rotate(-4deg);
    }
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  @keyframes shakeTwices {
    0% {
      transform: rotate(0deg);
    }
    10% {
      transform: rotate(3deg);
    }
    20% {
      transform: rotate(-3deg);
    }
    30% {
      transform: rotate(2deg);
    }
    40% {
      transform: rotate(-2deg);
    }
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
/* 퍼블시작 */
:root {
    --main-color01 : #F7C87C;
    --main-color02 : #8B5A19;
    --main-color03 : #592E12;
    --main-color04 : #DFAF6F;
}
.color01 {
    color: var(--main-color01);
}
.color02 {
    color: var(--main-color02);
}
.color03 {
    color: var(--main-color03);
}
.color04 {
    color: var(--main-color04);
}
.main {
    height: 52vw;
}
div.main_wrap {
    height: 100%;
    background-image: url(/images/main_04.jpg);
}
.main_box_bg {
    height: 100%;
}
.main_tt01 {
    font-size: var(--size-60);
    left: 12.4479vw;
    top: 18vw;
}
.main_03 {
    width: 100.788%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 8.7vw;
}
.main_01 {
    width: 38.2153%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
    left: 29vw;
}
.main_02 {
    width: 22.3902%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -17%;
    left: 51.7%;
    animation: opa 4s infinite linear;
}
.main_box {
    width: 100.788%;
    height: 44.6875vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background-image: url(/images/main_12.jpg);
    margin-top: auto !important;
    box-sizing: border-box;
    padding-top: 8.6vw;
    /* transform: translateX(61%); */
}
.main_box_tt01 {
    font-size: var(--size-45);
    line-height: 1.3;
}
.main_08 {
    width: 11.9272%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -0.7vw;
}
.main_box_tt02 {
    font-size: var(--size-20);
    margin-top: 1vw;
    font-weight: 500;
}
.main_09 {
    width: 42.2397%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2vw;
    margin-left: -1.5vw;
    z-index: 1;
}
.main_10 {
    width: 30.8262%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -5.5%;
    top: 0%;
}
.main_line {
    width: 1.09385%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    top: 0%;
}
.main_line01 {
    left: 6%;
}
.main_line02 {
    right: 6%;
}
.main_line_item {
    width: 495.238%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.smoke {
    animation: smoke 4s infinite linear;
}
.main_11 {
    width: 63.2553%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 38%;
}

.intro {
    height: 100%;
    box-sizing: border-box;
    z-index: 99999;
    background-color: #1D0B01;
    opacity: 1;
}
.intro_02 {
    width: 96.588%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
}
.intro_video {
    opacity: 0.4;
}
.intro_01 {
    width: 53.0979%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 25%;
}
.intro_tt {
    font-size: var(--size-60);
    opacity: 0.8;
    top: 54%;
    line-height: 1.3;
}
.con01_03 {
    width: 100.788%;
    display: flex;
    justify-content: center;
    align-items: center;  
    top: 0%;
}
.con01_top {
    padding-top: 6vw;
}
.con01_top_tt01 {
    font-size: var(--size-80);
    margin-bottom: 2vw;
}
.con01_top_tt02 {
    font-size: var(--size-35);
    line-height: 1.4;
    margin-bottom: 3vw;
}
.con01_01 {
    width: 74.4883%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
}
.con01_02 {
    width: 43.5697%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -12%;
    bottom: -80%;
}
.con01_02_2 {
    width: 41.155%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -13.4%;
    top: -46%;
}
.con01_main {
    background-image: url(/images/con01_04.png);
    background-size: 100%;
    padding-top: 6vw;
    margin-top: -3vw;
}
.con01_tt01 {
    font-size: var(--size-55);
    line-height: 1.3;
    margin-bottom: 3vw;
}
.con01_row_wrap {
    border-bottom: 1px solid #442413;
    border-top: 1px solid #442413;
}
.con01_row {
    height: 34.4271vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
}
.con01_row02 {
    width: 25.2494%;
    background-color: #008C37;
    padding-top: 7vw;
    border-left: 1px solid #442413;
    border-right: 1px solid #442413;
}
.con01_05 {
    width: 286.487%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_05_1 {
    margin-bottom: 1.5vw;
}
.con01_05_2 {
    margin-bottom: 2vw;
}
.con01_row02_slide {
    margin-bottom: -7vw;
}
.con01_slide_img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_13 {
    width: 91.2683%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_14 {
    width: 96.8816%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_15 {
    width: 90.2288%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_16 {
    width: 93.7631%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_17 {
    width: 90.2288%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_row_side {
    width: 37.3754%;
    padding-top: 4vw;
}
.con01_row_side_tt01 {
    font-size: var(--size-30);
    line-height: 1.4;
}
.con01_row_video_wrap {
    width: 29.2708vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.7vw 0;
    margin-top: 0.7vw;
}
.con01_row_video {
    width: 48.9324%;
    height: 9.1146vw;
    display: flex;
    justify-content: center;
    align-items: center;    
}
.con01_row_side_tt02 {
    font-size: var(--size-25);
    color: #1A0B04;
    margin-top: 1.5vw;
}
.con01_circle {
    width: 37.6405%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_circle01 {
    top: 25%;
    left: 17%;
}
.con01_06 {
    width: 65.6717%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_08 {
    width: 77.9852%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_circle02 {
    top: 46%;
    left: 47%;
}
.con01_circle img.absol {
    opacity: 0;
    transition: opacity 0.3s;
}
.con01_circle.con01_change img.absol {
    opacity: 1;
}
.con01_12 {
    width: 136.94%;
    display: flex;
    justify-content: center;
    align-items: center;
    scale: 0.73;
    transition: scale 0.8s;
}
.con01_circle.con01_change .con01_12 {
    animation: scaleOpa2 linear 0.8s;
}

.con01_bot {
    padding-top: 1.5vw;
    padding-bottom: 2vw;
}
.con01_bot_tt01 {
    font-size: var(--size-60);
    margin-bottom: 1vw;
}
.con01_bot_tt02 {
    font-size: var(--size-28);
    line-height: 1.4;
}
.con02_row {
    width: 50%;
    height: 45.7813vw;
    background-color: #DFAF6F;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
}
.con02_row01 {
    padding-top: 9vw; 
    border-top: 1px solid #000;
}
.con02_row02_item_wrap {
    height: 100%;
}
.con02_row02_item {
    height: 33.4%;
    background-size: cover;
    cursor: pointer;
}
.con02_row02_item01 {
    background-image: url(/images/con02_04.png);
}
.con02_row02_item02 {
    background-image: url(/images/con02_05.png);
}
.con02_row02_item03 {
    background-image: url(/images/con02_06.png);
}
.con02_row01_tt_wrap {
    width: 62%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.7vw;
}
.con02_row01_tt01 {
    font-size: var(--size-35);
}
.con02_row01_tt02 {
    font-size: var(--size-55);
    line-height: 1.3;
}
.con02_03 {
    width: 200.21%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto !important;
    margin-bottom: 3vw;
}
.con02_02 {
    width: 100.683%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_01 {
    width: 70.867%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -15%;
}
.con02_row02_item_cover {
    height: 100%;
    background-color: #DFAF6F;
    opacity: 0;
    transition: opacity 0.3s;
}
.con02_row02_item_cover02 {
    height: 99%;
    box-sizing: border-box;
    border: 1px solid #251308;
    border-right: none;
}
.con02_row02_tt01 {
    width: 80%;
    font-size: var(--size-38);
    color: #fff;
    transition-property: transform, color;
    transition-duration: 0.3s;
}
.con02_row02_tt02 {
    width: 80%;
    font-size: var(--size-20);
    font-weight: 500;
    margin-top: 3vw;
}
.con02_row02_item.con02_change .con02_row02_item_cover {
    opacity: 1;
}
.con02_row02_item.con02_change .con02_row02_tt01 {
    color: #000;
    transform: translateY(-60%);
}
.con02_circle {
    width: 14.4271vw;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 4%;
}
.con02_circle01 {
    top: 34%;
}
.con02_circle02 {
    top: -34%;
}
.con02_circle03 {
    top: -34%;
}
.con03 {
    background-image: url(/images/con03_30.jpg);
}
.con03_top {
    width: 94.6458%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(/images/con03_10.jpg);
    padding-top: 7vw;
    padding-bottom: 6vw;
    margin-bottom: 0.5vw;
    border-bottom: 1px solid #000;
}
.con03_top_tt01 {
    font-size: var(--size-55);
    line-height: 1.3;
}
.con03_top_tt02 {
    font-size: var(--size-20);
    font-weight: 500;
    margin-top: 1vw;
    margin-bottom: 3vw;
}
.con03_top_row_wrap {
    gap: 4vw;
}
.con03_top_row {
    width: 31.6141%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con03_top_row02 {
    margin-top: 5vw;
}
.con03_top_row_img {
    margin-bottom: 2vw;
}
.con03_top_row_tt01 {
    font-size: var(--size-25);
    margin-bottom: 0.5vw;
}
.con03_top_row_tt02 {
    font-size: var(--size-66);
    letter-spacing: -0.15vw;
}
.con03_09 {
    width: 54.9124%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5vw;
}
.con03_top_row_circle {
    width: 24.9124%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_top_row_circle01 {
    top: 12%;
    left: 0%;
    transform: translateX(-50%);
}
.con03_top_row_circle02 {
    top: 46%;
    left: 0%;
    transform: translateX(-50%);
}
.con03_top_row_circle03 {
    top: 62%;
    right: 0%;
    transform: translateX(50%);
}
.con03_top_row_circle.con03_change .con03_08 {
    animation: scaleOpa2 1s;
}
.con03_01 {
    width: 23.4055%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 3%;
    top: -1%;
}
.con03_02 {
    width: 15.7516%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 2%;
    bottom: 18%;
}

/* 여러개 sd start */
.flow_sd {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.flow_sd_move {
  display: flex;
  justify-content: flex-start;
  align-items: center;
    animation: marqueeX 30s infinite linear;  
}
.flow_sd_move_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flow_sd_move_item02 {
  left: 100%;
}
.flow_sd_img {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 여러개 sd end */
.con03_sd .flow_sd_img {
  width: 24.0105vw;
  margin-right: 0.7vw;
  border: 1px solid #000;
}
.con03_bot {
    padding-top: 4vw;
}
.con03_bot_tt01 {
    font-size: var(--size-35);
    letter-spacing: -0.15vw;
    margin-bottom: 1.5vw;
}
.con03_bot_tt02 {
    font-size: var(--size-35);
    letter-spacing: -0.1vw;
    line-height: 1.4;
    margin-bottom: 3vw;
}
.con03_bot_row_wrap {
    border-top: 1px solid #1A0B04;
    gap: 0.1vw;
}
.con03_bot_row {
    width: 29.4489%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_bot_row_h {
    opacity: 0;
    transition: opacity 0.3s;
}
.con03_bot_row_tt01 {
    font-size: var(--size-30);
    transition: transform 0.3s;
}
.con03_bot_row_cover {
    padding-top: 6.8vw;
    overflow: hidden;
    border-radius: 50%;
}
.con03_bot_row_tt02 {
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 1.3vw;
}
.con03_23 {
    width: 50.5339%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_25 {
    width: 53.1195%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_27 {
    width: 54.7238%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_bot_row.con03_change .con03_bot_row_tt01 {
    transform: translateY(-230%);
}
.con03_bot_row.con03_change .con03_bot_row_h {
    opacity: 1;
}
.con03_29 {
    width: 111.444%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con04 {
    background-image: url(/images/con04_01.jpg);
    padding-top: 8vw;
    padding-bottom: 2vw;
}
.con04_title {
    font-size: var(--size-55);
    line-height: 1.4;
    margin-bottom: 1.5vw;
}
.con04_top_tt {
    font-size: var(--size-20);
    font-weight: 300;
    margin-bottom: 4vw;
}
.con04_slide {
    height: 27.8646vw;
}
.con04_slide .swiper-slide {
    justify-content: flex-end;
}
.con04_slide_img {
    width: 41.875vw;
    height: 18.4896vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: height 0.3s;
}
.swiper-slide-active .con04_slide_img {
    height: 27.8646vw;
}
.con04_arr {
    width: 4.25207%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 34%;
}
.con04_arr_prev {
    left: 23%;
}
.con04_arr_next {
    right: 23%;
}
.con04_02 {
    width: 100.788%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.5vw 0;
}
.con04_bot_cover {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.con04_bot_cover_side {
    width: 33.438%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 1vw;
}
.con04_03 {
    width: 45.483%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: opa2 infinite linear 2s;
}
.con04_04 {
    width: 50.9347%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: opa2 infinite linear 2s;
    animation-delay: -1s;
}
.con04_05 {
    width: 19.323%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
}
.con04_06 {
    width: 57.143%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_top_wrap {
    padding-top: 0.6vw;
    background-image: url(/images/con05_05.png);
}
.con05_top {
    width: 98.8977%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(/images/con05_03.png);
    background-size: 100%;
    padding-top: 6vw;
}
.con05_01 {
    width: 21.6031%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con05_title {
    font-size: var(--size-55);
}
.con05_02 {
    width: 13.5882%;
    display: flex;
    justify-content: center;
    align-items: center;   
    margin-top: -1.2vw;
    margin-bottom: 1vw;
}
.con05_top_tt {
    font-size: var(--size-20);
    font-weight: 500;
}
.con05_04 {
    width: 101.911%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5vw;
    margin-top: 1vw;
}
.con05_mid {
    background-image: url(/images/con05_11.png);
    background-size: 100%;
    background-position: top;
    padding-top: 6vw;
    overflow: hidden;
    padding-bottom: 2vw;
}
.con05_mid_row_wrap {
    width: 75.5906%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7vw;
}
.con05_mid_row {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.con05_mid_row01 {
    align-items: flex-start;
}
.con05_mid_row02 {
    align-items: flex-end;
    text-align: end;
}
.con05_mid_row_tt01 {
    font-size: var(--size-35);
    margin-bottom: 1.5vw;
}
.con05_mid_row_tt02 {
    font-size: var(--size-20);
    font-weight: 400;
    line-height: 1.5;
}
.con05_07 {
    width: 122.152%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_06 {
    width: 48.8715%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -15.6vw;
    margin-right: 2vw;
}
.con05_bot {
    background-image: url(/images/con05_11.png);
    background-size: 100%;
    background-position: center;
}
.con05_bot_row_wrap {
    width: 94.4882%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.con05_bot_row {
    height: 21.0417vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_bot_row_side {
    width: 22.9445%;
}
.con05_bot_row_center {
    width: 54.112%;
    background-color: #E3B579;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}
.con05_bot_row_center_top {
    width: 31.9271vw;
    height: 5.0521vw;
    background-color: #251308;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: var(--size-30);
}
.con05_bot_row_center_line {
    width: 1px;
    height: 100%;
    background-color: #251308;
}
.con05_bot_row_center_row_wrap {
    margin-top: 2.5vw;
}
.con05_bot_row_center_row {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom: 1px solid #25130827;
}
.con05_bot_row_center_tt01 {
    font-size: var(--size-30);
    font-weight: 800;
    margin-bottom: 1.5vw;
}
.con05_bot_row_center_tt02 {
    font-size: var(--size-22);
}
.con05_bot_row_center_tt02 p {
    width: 100%;
    height: 3.5938vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-top: 1px solid #25130827;
}
.con05_10 {
    width: 19.7126%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.con06 {
    background-image: url(/images/con05_11.png);
    background-size: 100%;
    background-position: center;
}
.con06_main {
    width: 94.4883%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_cover {
    padding-top: 6vw;
    overflow: hidden;
}
.con06_title {
    font-size: var(--size-40);
    line-height: 1.3;
    margin-bottom: 2vw;
}
.con06_15 {
    width: 0.222322%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con06_top_tt01 {
    font-size: var(--size-55);
    letter-spacing: -0.17vw;
}
.con06_top_tt02 {
    font-size: var(--size-20);
    font-weight: 500;
    line-height: 1.5;
    margin-top: 2vw;
}
.con06_graph_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 8.4375vw;
    margin-top: auto !important;
    margin-bottom: 1px;
}
.con06_graph {
    width: 12.5557%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_07 {
    width: 19.9116%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -21%;
}
.con06_08 {
    width: 20.7966%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -21%;
}
.con06_11 {
    width: 6.19479%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -1%;
}
.con06_12 {
    width: 378.572%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_09 {
    width: 136.283%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10%;
}
.con06_10 {
    width: 82.7435%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 10%;
    overflow: hidden;
}
.con06_graph_tt {
    font-size: var(--size-20);
    font-weight: 600;
    bottom: 2vw;
}
.con06_03 {
    width: 104.722%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -1%;
    left: -1.5%;
}
.con06_01 {
    width: 38.1668%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -21%;
    bottom: 6.5%;
}
.con06_02 {
    width: 39.4445%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -21%;
    bottom: 6.5%;
}
.con06_bot {
    width: 94.4883%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con06_bot01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: var(--size-34);
    margin-top: 2vw;
    margin-bottom: 1vw;
}
.con06_bot01_line {
    width: 40.4%;
    height: 0.3vw;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.con06_bot02 {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}
.con07 {
    background-image: url(/images/con05_11.png);
    background-size: 100%;
    background-position: center;
    padding-top: 8.6vw;
    padding-bottom: 7vw;
}
.con07_main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.con07_left {
    margin-left: 12.8125vw;
}
.con07_left_tt01 {
    font-size: var(--size-40);
    margin-bottom: 2vw;
}
.con07_left_tt02 {
    font-size: var(--size-55);
    line-height: 1.4;
}
.con07_right {
    width: 50.625vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_slide_video {
    width: 21.75vw;
    height: 38.698vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_01 {
    width: 57.4279%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 6%;
    bottom: -31%;
}
.con07_02 {
    width: 52.5595%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 44%;
}
.con07_03 {
    width: 8.34656%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 35%;
    top: 0%;
    transform-origin: top center;
}
.con08 {
    background-image: url(/images/con05_11.png);
    background-size: 100%;
    background-position: center;
}
.con08_main {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.con08_row {
    width: 25.3544%;
    height: 46.4584vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #DFAF6F;
    border-left: 1px solid #1A0B04;
    box-sizing: border-box;
    transition-property: width, background;
    transition-duration: 0.3s;
    overflow: hidden;
    cursor: pointer;
}
.con08_row.con08_change {
    width: 49.2914%;
    background-color: transparent;
}
.con08_row:first-child {
    border-left: none;
}
div.con08_top_line {
    height: 1.6667vw;
    top: 0%;
    justify-content: space-between;
    box-sizing: border-box;
}
.con08_top_line > div {
    height: 1px;
    background-color: #dfaf6f44;
}
.con08_row_tt_wrap {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    top: 9.4vw;
    left: 12.8vw;
    transform: rotate(90deg);
    white-space: nowrap;
    transform-origin: top left;
    transition-property: transform, color, left;
    transition-duration: 0.3s;
    color: #1A0E0E;
}
.con08_row.con08_change .con08_row_tt_wrap {
    transform: rotate(0deg);
    left: 9.8vw;
    color: #fff;
}
.con08_row_tt01 {
    font-size: var(--size-24);
    margin-bottom: 1vw;
    border-bottom: 1px solid #1A0E0E;
    transition: border 0.3s;
}
.con08_row.con08_change .con08_row_tt01 {
    border-color: #fff;
}
.con08_row_tt02 {
    font-size: var(--size-45);
}
.con08_title {
    width: 5.8334vw;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 41.5vw;
    top: 8vw;
    transform-origin: top;
}
.con08_img {
    width: 58.5938vw;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 17.5vw;
    left: 3vw;
    transform-origin: left center;
    transform: scale(0.7) translateY(5%);
    transition: transform 0.3s;
}
.con08_row.con08_change .con08_img {
    transform: scale(1);
}
.con08_smoke {
    width: 51.1112%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 40%;
    transition: opacity 0.3s;
    opacity: 0;
}
.con08_img_title {
    width: 20.5334%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 31%;
    top: 8%;
    transition: opacity 0.3s;
    opacity: 0;
}
.con08_row.con08_change .con08_smoke {
    opacity: 1;
}
.con08_row.con08_change .con08_img_title {
    opacity: 1;
}
.con09 {
    background-image: url(/images/con09_08.jpg);
    padding-top: 8vw;
    padding-bottom: 6vw;
}
.con09_title {
    font-size: var(--size-55);
    margin-bottom: 3vw;
}
.menu_tab_wrap {
    gap: 1vw;
    margin-bottom: 2vw;
    flex-wrap: wrap;
}
.menu_tab {
    width: 9.02897%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--size-25);
    cursor: pointer;
    transform-origin: right bottom;
    transition: transform 0.3s;
}
.menu_tab p {
    width: 96%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menu_tab.menu_change {
    transform: rotate(10deg);
}
.menu_box_wrap {
    margin-bottom: 4vw;
}
.menu_box {
    width: 65.9375vw;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    display: none;
}
.menu_box.menu_change {
    display: flex;
}
.menu_item {
    background-color: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
}
.menu_img_wrap {
    height: 17.1875vw;
    overflow: hidden;
}
.menu_img {
    width: 14.1667vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu_tt {
    height: 4.0625vw;
    border-top: 1px solid #000;
    font-size: var(--size-20);
    font-weight: 600;
}
.menu_tt p {
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.menu_arr {
    width: 3.67464%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu_arr_prev {
    left: 15%;
}
.menu_arr_next {
    right: 15%;
}
.con09_bot {
    width: 65.9375vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.con09_bot_left_tt01 {
    font-size: var(--size-55);
    line-height: 1.3;
    margin-bottom: 1vw;
}
.con09_bot_left_tt02 {
    font-size: var(--size-22);
    font-weight: 400;
}
.con09_bot_right {
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_05 {
    width: 11.4584vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_04 {
    width: 17.6563vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1vw;
    z-index: 1;
}
.con09_06 {
    width: 7.8125vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8vw;
}
.con09_line {
    width: 0.5vw;
    height: 100%;
    border-right: 1px solid #251308;
    border-left: 1px solid #251308;
    top: 0%;
}
.con09_line01 {
    left: 0.7%;
}
.con09_line02 {
    right: 0.7%;
}
.con10 {
    background-image: url(/images/con10_04.jpg);
    padding-top: 8vw;
}
.con10_subtitle {
    font-size: var(--size-35);
    margin-bottom: 1.5vw;
}
.con10_01 {
    width: 0.315061%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con10_title {
    font-size: var(--size-55);
    margin-bottom: 3.5vw;
}
.con10_top_tt {
    font-size: var(--size-20);
    line-height: 1.5;
    margin-bottom: 2vw;
}
.con10_02 {
    width: 19.4752%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_ct_wrap {
    color: #DFAF6F;
    gap: 0.7vw ;
}
.con10_mid_tt01 {
    font-size: var(--size-30);
}
.con10_mid_tt02 {
    font-size: var(--size-51);
}
.con10_03 {
    width: 37.5854%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -9vw;
    margin-top: -1.5vw;
}
.con11_01 {
    width: 114.8032%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.3vw 0;
    background-color: #DFAF6F;
    bottom: 0%;
}
.con10_side_sd {
    height: 100%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_side_sd01 {
    width: 13.3855vw;
    left: 5%;
}
.con10_side_sd02 {
    width: 13.6979vw;
    right: 5%;
}
.con10_side_sd .swiper-slide {
    height: auto !important;
    flex-shrink: 0;
}
.con11 {
    height: 53.1771vw;
    background-image: url(/images/con05_11.png);
    background-size: 100%;
    background-position: center;
}

.con11_circle {
    width: 27.3958vw;
    height: 38.6979vw;
    background-color: #DFAF6F;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;


/*     width: 73.4908%;
    height: 100%;
    background-color: #DFAF6F;
    border-radius: 0;
    right: 0%; */
}
.con11_circle_bg {
    width: 101.5%;
    height: 100.8%;
    border-radius: 50%;
    border: 1px solid #DFAF6F;
    pointer-events: none;
}
.con11_sd .flow_sd_img {
    width: 25.7813vw;
    margin-right: 5vw;
}
.con11_02 {
    width: 21.4699%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 3%;
    top: -26%;
}
.con11_03 {
    width: 13.7009%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 3%;
    top: -25%;
}
.con11_main02 {
    height: 100%;
    top: 0%;
    left: 0%;
    opacity: 0;
}
.con11_mid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
div.con11_mid_top {
    align-items: flex-start;
    gap: 1.5vw;
}
.con11_mid_line {
    width: 1px;
    height: 20.2605vw;
    background-color: #170e0d38;
}
.con11_04 {
    width: 2.9167vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_06 {
    width: 2.2396vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_06 > img {
    opacity: 0;
}
.con11_05 {
    width: 90.6978%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
}
.con11_mid_tt {
    font-size: var(--size-20);
    font-weight: 500;
    margin-top: 3vw;
    line-height: 1.5;
}
.con11_main01 {
    opacity: 1;
}
.con11_14 {
    width: 13.7009%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 9%;
    top: 25.5%;
}
.con11_16 {
    width: 40.9975%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0%;
    bottom: -2%;
}
.con11_right {
    width: 30.4688vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
    right: 3vw;
}
.con11_right_video {
    height: 17.2vw;
}
.con11_right_video iframe {
    pointer-events: all;
}
.con11_right_slide {
    height: 3.2813vw;
    background-color: #008C37;
    font-size: var(--size-20);
    font-weight: 400;
    color: #fff;
}
.con11_right_slide .swiper-slide p {
    opacity: 0;
    transition: opacity 0.3s;
}
.con11_right_slide .swiper-slide-active p {
    opacity: 1;
}
.con11_arr {
    width: 4.61548%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_arr_prev {
    left: 5%;
}
.con11_arr_next {
    right: 5%;
}
.con12 {
    background-image: url(/images/con12_05.png);
    padding-top: 7vw;
}
.con12_tt01 {
    font-size: var(--size-35);
}
.con12_point {
    width: 0.210074%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.5vw 0;
}
.con12_tt02 {
    font-size: var(--size-45);
    line-height: 1.3;
    margin-bottom: 3vw;
}
.con12_row_wrap {
    width: 100.788%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.con12_row {
    width: 31.5625vw;
    height: 17.5521vw;
    background-color: #fff;
    border: 1px solid #251308;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con12_01 {
    width: 27.5001%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_row_circle {
    width: 17.6569%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.con12_row_tt01 {
    font-size: var(--size-30);
    margin-bottom: 0.7vw;
}
.con12_row_tt02 {
    font-size: var(--size-20);
    font-weight: 400;
}
.con12_04 {
    width: 73.9064%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
}
.con12_tt03 {
    font-size: var(--size-20);
    font-weight: 400;
    line-height: 1.5;
    margin-top: 3vw;
}
.con13 {
    background-image: url(/images/con12_05.png);
    background-size: 100%;
    background-position: center;
    padding-top: 8vw;
}
.con13_main {
    width: 75vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.con13_left {
    margin-bottom: 5vw;
}
.con13_left_tt01 {
    font-size: var(--size-55);
    line-height: 1.3;
    margin-bottom: 1.5vw;
    letter-spacing: -0.15vw;
}
.con13_left_tt02 {
    font-size: var(--size-20);
    font-weight: 400;
}
.con13_right {
    width: 49.9307%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_ct {
    font-size: var(--size-32);
    right: 23%;
    bottom: 10.6%;
}
.con13_02 {
    width: 33.9361%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -17%;
    top: 30%;
}
.con13_01 {
    width: 39.9307%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 30%;
    top: 5%;
}
.con14 {
    background-image: url(/images/con12_05.png);
    background-size: 100%;
    background-position: center;
    padding-top: 6vw;
}
.con14_title {
    font-size: var(--size-55);
    margin-bottom: 1.5vw;
}
.con14_main {
    width: 64.0625vw;
    height: 38.3334vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #000;
    box-sizing: border-box;
    background-color: #fff;
}
.con14_01 {
    width: 76.8731%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_01_absol {
    width: 13.4535%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 39%;
}
.con14_01_absol01 {
    top: 33%;
}
.con14_01_absol02 {
    top: 47%;
}
.con14_01_absol03 {
    top: 69%;
}
.con14_05 {
    width: 18.2204%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 1%;
    left: 40%;
}
.con15 {
    background-image: url(/images/con12_05.png);
    background-size: 100%;
    background-position: center;
    padding-top: 7vw;
    padding-bottom: 10vw;
}
.con15_title {
    font-size: var(--size-55);
    margin-bottom: 2vw;
}
.con15_row_wrap {
    width: 64.0625vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5vw 0;
}
.con15_row {
    width: 21.9513%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_09 {
    width: 18.889%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -9%;
    top: 44%;
}
.con15_row:nth-child(4n) .con15_09 {
    display: none;
}
.con15_10 {
    width: 100.788%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
}
.con16 {
    z-index: 1;
    padding-bottom: 1vw;
}
.con16_title {
    font-size: var(--size-55);
    margin-bottom: 1.5vw;
}
.con16_05 {
    width: 100.788%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con16_05 > img {
    object-position: top;
}
.con16_cover {
    padding-top: 5vw;
}
.con16_01 {
    width: 35.2942%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con16_04 {
    width: 41.7849%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -13%;
    bottom: 0%;
}


/* map */
 .map_mid_map_search_top{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.map_mid_map_search_top > div{
  color: #000;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4%;
  padding-bottom: 3%;
  font-size: 1vw;
  font-weight: 500;
  cursor: pointer;
  background-color: #fff;
}
.on2{
  background: #3c1f0a !important;
  color: white !important;
  font-weight: 500 !important;
}
.off2{
  font-weight: 500 !important;
}
.map_mid_map_search_mid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 42.5vw;
    height: 4.6875vw;
    z-index: 3;
    background-color: #fff;
    margin-bottom: -2vw;
    border: 1px solid #000;
    box-sizing: border-box;
}
.map_mid_map_search_mid input {
    appearance: none;
    border: none;
    outline: none;
    width: 86%;
    height: 100%;
    padding-left: 6%;
    font-weight: 400;
    font-size: var(--size-22);
    box-sizing: border-box;
    background-color: transparent;
}
.map_mid_map_search_mid input::placeholder {
    color: #111112;
    font-size: var(--size-22);
}
.map_mid_map_search_bottom {
  overflow-y: scroll;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  /* margin: auto; */
  padding: 0vw 0;
}
.map_mid_map_search_item_title {
  font-size: 1.3vw;
  font-weight: 700;
}
.map_mid_map_search_item_address {
  margin-top: 4%;
  margin-bottom: 4%;
}
.map {
  width: 100%;
  height: 34.6vw;
  box-sizing: border-box;
  background-color: #d8d8d8;
}
.map_mid_2nd {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 83.3334vw;
  font-family: 'pretendard Variable';
  overflow: hidden;
  border: 1px solid #211411;
}
.map_search {
    width: 5.3125vw;
    height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
    cursor: pointer;
    background-color: #DFAF6F;
    border-left: 1px solid #000;
}
.con7_bottom_2{
      width: 26.4943%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.map_mid_map_search_item_title {
  font-size: 1.1vw;
  font-weight: 700;
}
.map_mid_map_search_item {
    width: 100%;
    margin: 0% auto;
    border-bottom: 1px solid #E4D4D5;
    padding: 11% 16%;
    font-size: 0.8vw;
    font-weight: 400;
    box-sizing: border-box;
    position: relative;
    color: #000;
    cursor: pointer;
}
.map_mid_map_search {
    width: 23.125%;
    background: white;
    height: 100%;
    z-index: 2;
    overflow: hidden;
    left: 0%;
    top: 0%;
    border-right: 1px solid #211411;
    box-sizing: border-box;
}
.map_mid_map_search_bottom::-webkit-scrollbar {
  display: none;
}
.map_plus {
    width: 2.0834vw;
    display: flex;
    justify-content: center;
    align-items: center;
  right: 8%;
  bottom: 25%;
  transform: translateY(50%);
  cursor: pointer;
}
.sido1 {
  width: 16%;
  height: 48%;
  border: none;
  border-right: 1px solid #b5b5b5;
  outline: none;
}
.map_link {
    width: 7.0313vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1vw;
}
.map_mid_map_search_item_plus_con {
  top: 1vw;
  right: 0%;
  color: #ff720d;
  padding: 0.1vw 0.4vw;
  border: 0.2vw solid #ff720d;
  border-radius: 50vw;
  font-weight: 600;
  cursor: pointer;
}
.map_mid_map_search_item_tel {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2%;    
}
.map_call_img {
  width: 4.432%;
  display: flex;
  justify-content: center;
  align-items: center;
}



/* map 추가 css */




/*popup*/


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

.fixed_popup{
  height: 100vh;
  background: #00000045;
  font-family: 'pretendard Variable';
}
.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: 50%;
    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: 1%;
}
.popup_img img{
  width: 100%;
}


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




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


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

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

.popup_img_con {
  position: static !important;
  overflow: hidden;
  width: 86%;
  height: 83%;
  border-radius: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup_img_con img {
  height: 100%;
  object-fit: cover;
}
.popup_top_absol {
  width: 12.4369%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 18%;
  left: 52.5%;
}
p.popup_right_2nd {
  font-weight: 600;
  width: 92%;
  font-size: 1.3vw;
  padding-bottom: 3%;
  box-sizing: border-box;
  font-family: 'pretendard variable';
  font-weight: 400;
  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%;
}
.popup_close .absol {
  width: 60%;
  height: 2px;
  background-color: #000;
}
.popup_close .absol:nth-child(1) {
  transform: rotate(45deg);
}
.popup_close .absol:nth-child(2) {
  transform: rotate(-45deg);
}
/* map */


.con17 {
    background-image: url(/images/con17_01.jpg);
    padding-top: 35vw;
    margin-top: -12vw;
    padding-bottom: 6.7vw;
}
.con17_tt01 {
    line-height: 2.3;
    gap: 2vw;
    margin-bottom: 4vw;
}
.con17_tt02 {
    font-size: var(--size-26);
}
.con17_02 {
    width: 14.5408%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 34%;
    left: 62%;
}
div.con18_main {
    width: 100.788%;
    height: 52.0834vw;
    background-image: url(/images/con18_02.jpg);
}
.con18_left {
    top: 12.2396vw;
    left: 12vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.con18_left_tt01 {
    font-size: var(--size-55);
    line-height: 1.3;
    margin-bottom: 2.5vw;
}
.con18_left_tt02 {
    font-size: var(--size-20);
}
.con18_03 {
    width: 55.3647%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0%;
    bottom: 0%;
}
.con18_05 {
    width: 54.0923%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 40%;
}
.con18_01 {
    width: 28.4103%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 4%;
    right: 14%;
    font-size: var(--size-39);
    cursor: pointer;
}
.con18_01 p {
    transform: rotate(-9deg);
    letter-spacing: -0.15vw;
    left: 19%;
}
.con19_right {
    width: 37.0313vw;
    height: 100%;
    align-self: flex-end;
    background-color: rgba(0,0,0,0.65);
    margin-right: 9.1667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-left: 1px solid #dfaf6fa2;
    border-right: 1px solid #dfaf6fa2;
}




/* form1 - start */

div.form_wrap {
    width: 71%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    box-sizing: border-box;
    color: white;
}

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

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

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

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

.form label {
    white-space: nowrap;
}

.form_input_box > label ,
.form_submit_div {
    font-size: var(--size-22);
    font-family: 'SfHambakneun';
}

.form_input ,
.form_check_wrap {
    width: 70%;
}

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

.form_check_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form_check_wrap01 {
    gap: 0.5vw;
}

.form_check_wrap01 label {
    width: 32%;
    height: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: #000;
    cursor: pointer;
    transition: all 0.3s;
    padding: 0 0.3vw;
    background-color: white;
    font-weight: 600;
}

.form_check_wrap01 input:checked+label {
    background-color: #DFAF6F;
}

.agree_text {
    cursor: pointer;
    color: #fff;
}

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


.footeer_agree_checkbox_01 {
    width: 0.6vw;
    height: 0.6vw;
    outline: 1px solid #fff;
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: transparent;
    margin-right: 0.5vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footeer_agree_checkbox_01:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    scale: 0.7;
}

.form_agree_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.9vw;
    margin: 0.7vw 0 1.5vw;
    opacity: 0.34;
}

.form_submit_div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #DFAF6F;
    font-size: 1.3vw;
    height: 3.4vw;
    color: #000;
}

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

.form_star {
    color: #DFAF6F;
}

.form_star_top {
    top: -25%;
    left: 19.4vw;
}

.form_col select {
    color: #0000007a;
}

/* form1 - end */