* {
    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;
}

.exbold {
    font-weight: 900;
}

.bold {
    font-weight: 700;
}

.sebold {
    font-weight: 600;
}

.medium {
    font-weight: 500;
}

.regular {
    font-weight: 400;
}

.flight {
    font-weight: 200;
}

.thin {
    font-weight: 100;
}

.animate-blk {
    animation: blk 1s infinite ease-in-out;
}

.scaleOpa {
    animation: scaleOpa infinite 2s;
}

.scaleOpa2 {
    animation: scaleOpa2 infinite 2s;
}

.light {
    animation: light infinite 5s;
}

.rotate_img {
    animation: rotate_image 10s infinite linear;
}

.white {
    color: white;
}

.txct {
    text-align: center;
}

.lh {
    line-height: 1.5;
}

/* reveal 대신 사용 start */
/* 왼쪽부터 나타나기 */
.clip_off02 {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: all 1.2s;
}

/* 가운데에서 나타나기 */
.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 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.slide_y img {
    width: unset !important;
    height: 100%;
}

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

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

.slide_y_r img {
    width: unset !important;
    height: 100%;
}

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

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

.btn_arr img {
    pointer-events: all !important;
}

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

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

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

/* 퍼블시작 */
.main_bg {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_absol {
    top: 15.5vw;
}

.main_01 {
    width: 18.1627%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-bottom: 3vw;
    overflow: hidden;
}

.main_04 {
    width: 37.3228%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4vw;
}


.main_05 {
    width: 27.6115%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_05 .main_05_absol01 {
    transform-origin: top center;
}

.main_05 .main_05_absol02 {
    transform-origin: bottom left;
}

.main_02,
.main_03 {
    width: 135.724%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -16%;
    top: -41%;
}





.con01_top {
    width: 89%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    z-index: 1;
    align-self: flex-end;
    padding-top: 11vw;
}

.con01_top_move {
    width: 31.0324%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5vw;
    opacity: 0;
}



.con01_01 {
    width: 21.5339%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}

.con01_tt {
    font-size: 1.25vw;
    overflow: hidden;
}

.con01_bot {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1vw;
    margin-top: -22vw;
}

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

.con01_07 {
    width: 53.9633%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 33%;
    top: 15%;
}

.con01_08 {
    width: 21.1549%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 23%;
    top: 31%;
}

.con01_ct_wrap {
    font-size: 2.5vw;
    bottom: 21%;
    left: 46%;
    font-style: italic;
}

.con01_ct {
    font-size: 5vw;
    margin-right: -0.5vw;
}

.con01_year_wrap {
    bottom: 1.5vw;
    gap: 4.45vw;
    font-size: 1vw;
}

.con01_bot_top {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    bottom: 24%;
}

.con01_04 {
    width: 1.52231%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15vw;
}

.con01_05 {
    width: 1.99475%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5vw;
    margin-bottom: 1vw;
}

.con01_06 {
    width: 1.99475%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5vw;
    margin-bottom: 2.4vw;
}

.con02 {
    padding-top: 7vw;
    padding-bottom: 7vw;
}

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

.con02_02 {
    width: 30.9186%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
    overflow: hidden;
}

.con02_top_tt {
    font-size: 1.17vw;
    font-weight: 400;
    margin-bottom: 3vw;
    overflow: hidden;
}

.con02_row_wrap {
    gap: 0.5vw;
}

.con02_row {
    width: 20.1575%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: color 0.3s;
}

.con02_row_h {
    opacity: 0;
    transition: opacity 0.3s;
}

.con02_06 {
    width: 1.5748%;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.con02_row_cover {
    height: 100%;
    justify-content: flex-end;
    padding-bottom: 6vw;
    box-sizing: border-box;
    text-align: center;
}

.con02_row_tt01 {
    font-size: 1.2vw;
    font-weight: 600;
    margin-bottom: 1.5vw;
}

.con02_row_tt02 {
    font-weight: 400;
    line-height: 1.4;
}

.con02_row_top_img {
    margin-bottom: 2vw;
}

.con02_07 {
    width: 19.7917%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con02_08 {
    width: 23.6979%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con02_09 {
    width: 25.5208%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con02_10 {
    width: 22.9167%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con02_row.con02_change {
    color: #343e2f;
}

.con02_row.con02_change .con02_row_h {
    opacity: 1;
}

.con02_05 {
    width: 46.0938%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -3%;
    bottom: 1%;
}

.con03 {
    padding-top: 7vw;
    padding-bottom: 14vw;
    margin-bottom: -7vw;
    background-image: url(/images/con03_05.jpg);
}

div.con03_main {
    align-items: flex-start;
    gap: 10vw;
}

.con03_row01 {
    width: 21.3%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 2vw;
    white-space: nowrap;
    flex-direction: column;
}

.con03_title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    font-size: 2.82vw;
}

.con03_title .en_fontB {
    font-size: 3.1vw;
    margin-bottom: 0.5vw;
}

.con03_row02 {
    width: 48.1365%;
    height: 26.9vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 1vw;
}

.con03_row02 iframe {
    pointer-events: all;
}

.con03_tt01 {
    font-size: 1.6vw;
    margin: 3vw 0;
}

.con03_tt02 {
    font-size: 1.2vw;
    line-height: 1.4;
}

.con03_02 {
    width: 9.44882%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    left: 36.8%;
}

.con03_04 {
    width: 22.0472%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
    right: -2%;
    z-index: 3;
    pointer-events: none;
}

.con04 {
    background-color: white;
    padding-top: 6vw;
    padding-bottom: 5vw;
}

.con04_01 {
    width: 2.15223%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5vw;
    animation: opa 2s infinite linear;
}

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

.con04_top_tt {
    font-weight: 400;
    font-size: 1.15vw;
}

.con04_top {
    margin-bottom: 4vw;
}

.con04_col {
    gap: 5vw;
}

.con04_col_tt_wrap {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.con04_col_tt_wrap_r {
    align-items: flex-start;
}

.con04_col_tt_wrap_l {
    align-items: flex-end;
}

.con04_col_tt02 {
    font-size: 1vw;
    line-height: 1.5;
    font-weight: 400;
}

.con04_col_tt02_r {
    text-align: start;
    margin-left: 2vw;
}

.con04_col_tt02_l {
    text-align: end;
    margin-right: 2vw;
}

.con04_04 {
    width: 41.7323%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con04_col_tt01 {
    margin-bottom: 2vw;
}

.con04_col01 {
    left: 3%;
}

.con04_col03 {
    left: 3%;

}

.con04_03 {
    width: 33.8058%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con04_05 {
    width: 21.8373%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con04_06 {
    width: 41.601%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con04_07 {
    width: 33.8058%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con04_08 {
    width: 48.0315%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con04_09 {
    width: 21.8373%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con04_10 {
    width: 52.7559%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con04_col04 {
    left: 1%;
}

.con04_11 {
    width: 23.3596%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -2.7%;
    left: 11%;
}

.con04_12 {
    width: 23.5171%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -1%;
    top: 31vw;
}

.con05_main {
    background-image: url(/images/con05_09.jpg);
    padding-top: 6.5vw;
}

.con05_top {
    gap: 2vw;
    margin-bottom: 5vw;
}

.con05_01 {
    width: 20.4724%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.con05_02 {
    width: 2.15223%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: opa 3s infinite linear;
}

.con05_line {
    width: 55%;
    height: 1px;
    background-color: white;
}

.con05_row_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.con05_row01 {
    width: 21%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 9vw;
}

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

.con05_10 {
    width: 1.25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con05_slide {
    margin: 0;
    left: 1vw;
    top: -2%;
    height: 101%;
    width: 19vw;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    cursor: grab;
}

.con05_slide .swiper-slide {
    align-items: flex-start;
}

.con05_row01_cover {
    width: 19vw;
    height: 30%;
    bottom: 0%;
    left: 1vw;
}

.con05_row01_cover {
    background: #363F2A;
    background: linear-gradient(0deg, rgba(54, 63, 42, 1) 39%, rgba(253, 187, 45, 0) 100%);
}

.con05_row02 {
    width: 22.3622%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con05_08 {
    width: 90.8451%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
    left: -5%;
}

.con05_06 {
    width: 19.7183%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10%;
    right: 35%;
}

.con05_06 {
    width: 19.7183%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10%;
    right: 35%;
}

.con05_07 {
    width: 31.9249%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10%;
    top: 14%;
}

.con05_row03 {
    width: 36%;
    margin-left: 5vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 1.7vw;
    line-height: 1.7;
}

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

.con05_bot {
    background-color: #343e2f;
}

.con06 {
    padding: 6vw 0;
}

.con06_slide {
    width: 89%;
    height: 30vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 1vw;
    margin: 0;
}

.con06_slide_item {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5vw;
}

.con06_slide_left {
    width: 38.8791%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5vw;
}

.con06_slide_right {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

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

.con06_03 {
    width: 45.4277%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con06_slide_tt01 {
    margin-bottom: 2.5vw;
}

.con06_slide_tt02 {
    font-size: 0.97vw;
    line-height: 1.5;
    margin-bottom: 2vw;
}

.con06_04 {
    width: 60.0295%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con06_slide_item02_bot {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5vw;
}

.con06_06 {
    width: 64.7493%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con06_slide_item02_bot_item {
    width: 27.5811%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con06_11 {
    width: 85.6932%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con06_arr_wrap {
    z-index: 2;
    right: 0%;
    width: 3.5%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #d0bba6;
    border-left: 1px solid #000;

}

.con06_arr {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
    cursor: pointer;
}

.con06_arr01 {
    border-bottom: 1px solid #000;
}

.con06_arr>div {
    width: 23.7288%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con06_13 {
    margin-top: 3vw;
}

.con06_14 {
    margin-bottom: 3vw;
}

.con07 {
    background-image: url(/images/con07_09.jpg);
    padding-bottom: 4vw;
    margin-bottom: -4vw;
}

.con07_line {
    width: 1px;
    background-color: #0000002c;
}

.con07_line01 {
    height: 6vw;
}

.con07_01 {
    width: 19.7375%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
    margin-top: 2vw;
}

.con07_line02 {
    height: 3vw;
}

.con07_08 {
    width: 71.1286%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con07_main {
    gap: 3vw;
    right: 2%;
}

.con07_02 {
    width: 35.4244%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con07_right {
    width: 38.3026%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1.5vw;
}

.con07_05 {
    width: 99.8073%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con07_03 {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 22%;
    bottom: 22%;
}

.con07_right_bot01 {
    display: flex;
    justify-content: center;
    align-items: center;
    left: 24%;
    gap: 0.2vw;
}

.con07_right_bot p:nth-child(1) {
    font-size: 1.8vw;
}

.con07_right_bot01 p:nth-child(2) {
    font-size: 1vw;
    font-weight: 400;
    margin-top: 0.1vw;
}

.con07_right_bot02 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    left: 72%;
    gap: 0vw;
    color: #d0bba6;
}

.con07_right_bot02 p:nth-child(2) {
    font-size: 1.3vw;
}

.con07_line03 {
    height: 5vw;
}

.con07_07 {
    width: 27.1391%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0%;
    bottom: 0%;
    z-index: 2;
}

.con08 {
    background-color: #343e2f;
    padding: 7vw 0;
}

.con08_right {
    width: 46%;
    align-self: flex-end;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    box-sizing: border-box;
}

.con08_01 {
    width: 54.6804%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5vw;
}

.con08_right_row {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.con08_right_row01 {
    gap: 1vw;
    align-items: center;
    margin-bottom: 5vw;
}

.con08_right_line {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.212);
    width: 44%;
}

.con08_02 {
    width: 27.16%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.con08_right_row02 {
    align-items: flex-end;
    gap: 0.6vw;
    margin-bottom: 1.5vw;
}

.con08_03 {
    width: 38.1279%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

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

.con08_04 .absol {
    transform-origin: left bottom;
}

.con08_slide_img {
    width: 91.5194%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 1vw;
}

.con08_left {
    width: 16.5354%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1.5vw;
}

.con08_left01 {
    left: 8%;
    top: 30%;
}

.con08_left02 {
    left: 27%;
    bottom: 30%;
}

.con08_left_tt01 {
    top: 53%;
    font-size: 1.3vw;
}

.con08_left_tt02 {
    text-align: center;
    top: 65%;
    line-height: 1.5;
}

.con09 {
    padding-top: 7vw;
    padding-bottom: 7vw;
}

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

.con09_top {
    margin-bottom: 4vw;
}

.con09_top_tt {
    font-size: 1.2vw;
    overflow: hidden;
}

@keyframes upOpa {
    from {
        transform: translateY(10%);
        opacity: 0;
    }
    to {
        transform: translateY(-10%);
        opacity: 1;
    }
}
@keyframes upOpa {
    from {
        transform: translateY(10%);
        opacity: 0;
    }
    to {
        transform: translateY(-10%);
        opacity: 1;
    }
}
.con09_02 {
    width: 3.9895%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -2%;
    left: 33%;
    animation: upOpa 2s infinite linear;
}

.con09_03 {
    width: 3.9895%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -32%;
    right: 33%;
    animation: downOpa 2s infinite linear;
}

.con09_main {
    width: 76.3255%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6vw;
}

.con09_04 {
    width: 21.8707%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -1.5vw;
}

.con09_graph_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 8vw;
}

.con09_graph_box {
    width: 8.8033%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 1px;
}

.con09_graph {
    overflow: hidden;
}

.con09_09 {
    width: 121.094%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.con09_09 img {
    transform: translateY(26%);
}

.con09_10 {
    width: 223.438%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -5.5vw;
}

.con09_11 {
    width: 107.031%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -2.5vw;
}

.con09_08 {
    width: 15.625%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -0.5vw;
}

.con09_graph_tt {
    font-weight: 500;
    font-size: 1.1vw;
}

.con09_graph_top {
    top: 1vw;
}

.con09_graph_bot {
    bottom: -2.5vw;
}

.con09_bot_line {
    width: 76.3255%;
    height: 1px;
    background-color: #000;
    margin-bottom: 2vw;
}

.con09_bot_tt {
    font-weight: 400;
    font-size: 1.2vw;
}

.con09_bot_tt b {
    font-weight: 700;
}

.con10 {
    background-image: url(/images/con10_07.jpg);
    padding-top: 7vw;
    padding-bottom: 5.4vw;
}

.con10_title {
    font-size: 1.7vw;
    z-index: 1;
    margin-bottom: -0.7vw;
}

.con10_02 {
    width: 53.2808%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con10_line {
    height: 1px;
    background-color: #343e2f52;
    margin: 4vw 0 6vw;
}

.con10_03 {
    width: 31.3386%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con10_right_line {
    width: 3%;
    right: 16%;
    height: 30vw;
    bottom: 0%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    box-sizing: border-box;
    border-left: 1px solid #343e2f52;
    border-right: 1px solid #343e2f52;
}

.con10_06 {
    width: 262.97%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -21%;
    cursor: pointer;
}
@keyframes updownAni {
    0% {
        transform: translateY(0%);
    }
    20% {
        transform: translateY(5%);
    }
    40% {
        transform: translateY(-5%);
    }
    60% {
        transform: translateY(5%);
    }
    80% {
        transform: translateY(-5%);
    }
    100% {
        transform: translateY(0%);
    }
    
}
.con10_06:hover img {
    animation: updownAni 1s linear;
}

.con10_col_wrap {
    gap: 1.5vw;
}

.con10_col {
    width: 41.5748%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con10_05 {
    width: 8.33333%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 7%;
    top: -17%;
}

.con10_col_tt {
    font-weight: 500;
    font-size: 1.15vw;
}

.con11 {
    padding-top: 5vw;
}

.con11_01 {
    width: 2.15223%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
    animation: 3s infinite linear opa;
}

.con11_02 {
    width: 24.8819%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}

.con11_top_tt {
    font-size: 1.15vw;
    overflow: hidden;
}

.con11_top {
    margin-bottom: 2.5vw;
}

.con11_row_wrap {
    border: 1px solid #cbc5b7;
}

.con11_row_wrap02 {
    transform: translateY(120%);
}

.con11_row {
    width: 50%;
    height: 38vw;
    box-sizing: border-box;
    display: flex;

    align-items: flex-start;
}

.con11_left {
    background-color: #ece7db;
    border-right: 1px solid #cbc5b7;
    justify-content: flex-end;
}

.con11_right {
    justify-content: flex-start;
    background-color: white;
}

.con11_right_item {
    width: 63.938%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 4vw;
    margin-left: 10vw;
}

.con11_05 {
    width: 62.3974%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}

.con11_right_tt {
    margin-top: 2vw;
}

.con11_row_center {
    width: 14.5407%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con11_left_item {
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 6vw;
}

.con11_left_tt01 {
    font-weight: 400;
    font-size: 1.8vw;
    margin-bottom: 1.5vw;
}

.con11_03 {
    width: 52.9412%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
    right: 11%;
}

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

.con11_left_tt02 {
    font-weight: 400;
}

.con11_07 {
    width: 52.69%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5vw;
}

.con11_11 {
    width: 24.4748%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 15%;
    bottom: 8%;
}

.con12 {
    padding-top: 6vw;
}

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

.con12_02 {
    width: 25.4068%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
    overflow: hidden;
}

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

.con12_row_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: url(/images/con12_10.png) 50 50, auto;
}

.con12_row {
    width: 20.2%;
    height: 36.615vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: width 0.6s;
}

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

.con12_row01>img {
    object-position: left center;
}

.con12_row02>img {
    object-position: right center;
}

.con12_row_item {
    width: 35vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: all 0.6s;
    top: 22vw;
}

.con12_row_item01 {
    left: 3vw;
    align-items: flex-start;
}

.con12_row_item02 {
    right: 3vw;
    align-items: flex-end;
    text-align: end;
}

.con12_09 {
    width: 20.0893%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.con12_05 {
    width: 92.5926%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con12_row_item_tt01_h {
    opacity: 0;
    transition: opacity 0.3s;
}

.con12_row_item_tt01 {
    margin-bottom: 2vw;
}

.con12_row_item_tt01>img {
    transition: opacity 0.3s;
}

.con12_row_item_tt02 {
    font-size: 1.8vw;
    line-height: 1.3;
    transition: font-size 0.6s;
}

.con12_row_item_tt03 {
    margin-top: 2vw;
    font-size: 1.08vw;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2vw;
    opacity: 0;
    transition: opacity 0.3s;
}

.con12_row02 .con12_row_item_tt03 {
    align-items: flex-end;
}

.con12_07 {
    width: 20.5357%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.con12_11 {
    width: 90.5797%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* con12_change start */
.con12_row.con12_change {
    width: 79.4751%;
}

.con12_row.con12_change .con12_row_item01 {
    left: 11vw;
    top: 10vw;
}

.con12_row.con12_change .con12_row_item02 {
    right: 11vw;
    top: 6vw;
}

.con12_row.con12_change .con12_row_item_tt01>img {
    opacity: 0;
}

.con12_row.con12_change .con12_row_item_tt01_h {
    opacity: 1;
}

.con12_row.con12_change .con12_row_item_tt02 {
    font-size: 2.1vw;
}

.con12_row.con12_change .con12_row_item_tt03 {
    opacity: 1;
}


/* con12_change end */

.con13 {
    padding-top: 7vw;
}

.con13_main {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.con13_01 {
    width: 62.363%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con13_right {
    width: 39%;
    right: 0%;
    bottom: 0.79%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    box-sizing: border-box;
}

.con13_right_top {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 6vw;
    margin-bottom: 3vw;
}

.con13_03 {
    width: 7.78443%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: opa 3s infinite linear;
}

.con13_04 {
    width: 99.1018%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1vw;
    margin-bottom: 1vw;
    overflow: hidden;
}

.con13_right_tt {
    white-space: nowrap;
    font-size: 1.15vw;
    font-weight: 400;
    overflow: hidden;
}

.con13_right_col {
    width: 100%;
    height: 14vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-top: 1px solid #0000002c;
}

.con13_right_col02 {
    background-color: #ece7db;
}

.con13_right_col_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 6vw;
    gap: 1vw;
}

.con13_right_col_tt01 {
    font-size: 1.25vw;
}

.con13_right_col_tt02 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.con13_right_col_tt02 {
    font-size: 2vw;
    gap: 0.5vw;
}

.con13_ct {
    font-size: 6vw;
    line-height: 0.76;
    margin-left: 0.5vw;
}

.con13_ct01 {
    color: #d0bba6;
}

.con13_ct02 {
    color: #343e2f;
}

@keyframes downOpa {
    from {
        transform: translateY(-10%);
        opacity: 0;
    }

    to {
        transform: translateY(10%);
        opacity: 1;
    }
}

.con13_05 {
    width: 12.9206%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 23%;
    animation: downOpa 1.5s infinite linear;
}

.con14 {
    padding-top: 6vw;
}

.con14_01 {
    width: 22.6247%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}

.con14_03 {
    width: 37.3228%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.con14_04 {
    width: 91.8425%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con14_mid_slide {
    width: 29.115vw;
    height: 29.115vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    background-position: center center;
    transition: background 0.3s;
    z-index: 0;
    pointer-events: none;
}

.con14_mid_slide .swiper-slide {
    pointer-events: none;

}

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

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

.con14_05 {
    width: 24.0506%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 10%;
    bottom: 9%;
}

.con14_left {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    left: 9%;
}

.con14_left_tt01 {
    font-size: 1.53vw;
    margin-bottom: 1vw;
}

.con14_02 {
    width: 85.5643%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con14_left_tt02 {
    font-size: 0.97vw;
    line-height: 1.5;
    margin-top: 3.5vw;
}

.con14_slide_wrap {
    width: 38%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
}

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

.con14_slide .swiper-wrapper {
    pointer-events: none;
}

.con14_slide_item {
    width: 93.1478%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s;
}

.con14_slide_cover {
    gap: 1vw;
}

.con14_slide_tt01 {
    font-size: 1.35vw;
    line-height: 1.3;
}

.swiper-slide-prev .con14_slide_item {
    opacity: 0;
}

.con14_slide_line {
    width: 100%;
    height: 1px;
    background-color: #0000002c;
}

.con14_main {
    margin-bottom: 5vw;
}

.con14_arr {
    width: 7.73481%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -6%;
}

.con14_arr_prev {
    left: 41.5%;
}

.con14_arr_next {
    right: 41.5%;
}

.con15 {
    padding-bottom: 7vw;
}

.con15_top {
    gap: 1.5vw;
    margin-bottom: 6vw;
}

.con15_line {
    width: 79%;
    height: 1px;
    background-color: #343e2f;
}

.con15_01 {
    width: 2.15223%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: opa infinite linear 3s;
}

.con15_02 {
    width: 30.7612%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
    overflow: hidden;
}

.con15_video {
    width: 51%;
    height: 24.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 1vw;
}

.con15_video iframe {
    scale: 1.22;
}

.con15_03 {
    width: 9.44882%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -17%;
    right: 20%;
}

.con15_04 {
    width: 14.5932%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 14%;
    bottom: -6%;
}

.con16 {
    background-image: url(/images/con16_09.jpg);
    padding-top: 7vw;
    padding-bottom: 6.4vw;
}

.con16_10 {
    width: 73.1234%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
    left: 0%;
    pointer-events: none;
}

.con16_01 {
    width: 10.0262%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5vw;
}

.con16_02 {
    width: 30.5512%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.8vw;
}

.con16_top_tt {
    font-size: 1.2vw;
    margin-bottom: 2.8vw;
    overflow: hidden;
}

.con16_slide_img {
    padding-top: 1.2vw;
    width: 85.0575%;
    display: flex;
    justify-content: center;
    align-items: center;
    scale: 0.75;
    transition: all 0.3s;

}

.con16_slide_tt {
    font-size: 1.3vw;
    margin-top: 2vw;
    opacity: 0;
    transition: opacity 0.3s;
}

.swiper-slide-active .con16_slide_img {
    scale: 1;
}

.swiper-slide-active .con16_slide_tt {
    opacity: 1;
}

.con16_arr {
    width: 2.30971%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 43%;
}

.con16_arr_prev {
    left: 24%;
}

.con16_arr_next {
    right: 24%;
}

.con16_06 {
    width: 24.4595%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    left: -1%;
    top: 0%;
}

.con17 {
    background-image: url(/images/con17_09.png);
    padding-top: 7vw;
    padding-bottom: 13vw;
    margin-bottom: -8vw;
}

.con17_01 {
    width: 19.2651%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.con17_top_tt {
    margin-top: 1vw;
    font-weight: 500;
    font-size: 1.15vw;
    margin-bottom: 2vw;
    overflow: hidden;
}

.con17_08 {
    width: 25.8793%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0%;
    bottom: 0%;
    z-index: 2;
}

.con18 {
    background-color: white;
    padding-top: 5vw;
    padding-bottom: 8.5vw;
    margin-bottom: -2.5vw;
}

.con18_01 {
    width: 0.787402%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}

.con18_02 {
    width: 33.4908%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}

.con18_top_tt {
    font-size: 1.2vw;
    font-weight: 400;
    margin-bottom: 2vw;
    overflow: hidden;
}

.con18_row_wrap {
    gap: 2vw;
}

.con18_row {
    width: 30.8136%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con18_05 {
    width: 36.9676%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 6%;
    right: -8%;
}

.con18_06 {
    width: 44.8294%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
    bottom: 0%;
    z-index: 2;
}

.con19 {
    background-color: #f0eeee;
    padding-top: 7vw;
    padding-bottom: 4vw;
}

.con19_01 {
    width: 16.0105%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
    overflow: hidden;
}

.con19_tab_wrap {

    gap: 1vw;
}

.con19_tab {
    width: 21%;
    height: 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d4d3d3;
    border-radius: 1vw 1vw 0 0;
    gap: 0.6vw;
    transition: all 0.3s;
    cursor: pointer;
}

.con19_tab.con19_change {
    color: white;
    background-color: #343e2f;
}

.con19_tab_tt {
    font-weight: 500;
    font-size: 1.5vw;
}

.con19_02 {
    width: 22.75%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 1.1vw;
    color: #000;
}

.con19_main {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: white;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 1vw;
}

.con19_item {
    width: 90%;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding-top: 3vw;
    padding-bottom: 3vw;
}

.con19_item.con19_change {
    display: flex;
}

.con19_item_top {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: flex-start;
    gap: 3vw;
    margin-bottom: 1.5vw;
}

.con19_item_top_line {
    width: 1px;
    height: 2.4vw;
    background-color: #0000002c;
}

.con19_item_top_tt01 {
    font-size: 1.3vw;
    line-height: 1;
}

.con19_item_th {
    background-color: #f0eeee;
    font-weight: 600;
    border-bottom: 1px solid #0000002c;
}

.con19_item_td01 {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    text-align: center;
}

.con19_item_td02 {
    width: 80%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-left: 1px solid #0000002c;
    padding: 0.8vw 0;
    line-height: 1.4;
}

.con19_item_th .con19_item_td02 {
    justify-content: center;
}

.con19_item_tr .con19_item_td02 {
    padding-left: 1.5vw;
    font-weight: 400;
}

.con19_item_tr {
    border-bottom: 1px solid #0000002c;
}

.con20 {
    padding-top: 5vw;
    padding-bottom: 6vw;
    z-index: 1;
    background-color: white;
}

.con20_col {
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3vw;
}

.con20_col_top {
    width: 97%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.con20_col_arr_wrap {
    width: 13%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.con20_01 {
    width: 20.6349%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -0.7vw;
}

.con20_slide_img {
    width: 89.574%;
    height: 23.2292vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.con20_col01,
.con20_col02 {
    margin-bottom: 4vw;
}

.con20_08 {
    width: 28.7157%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con20_09 {
    width: 19.1919%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con20_slide03_wrap {
    width: 97%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

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

.con20_slide03_left {
    width: 49.789%;
    height: 23.8544vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

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

.con20_slide03_right {
    width: 50%;
    height: 24.75vw;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.con20_slide03_right .swiper-slide {
    justify-content: flex-start;
    align-items: flex-end;
}

.con20_slide03_right_img {
    width: 93%;
    height: 93%;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.con21 {
    padding-top: 10vw;
    padding-bottom: 6vw;
    background-color: #ece7db;
    margin-top: -4vw;
}

.con21_right {
    width: 29%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: flex-end;
    margin-right: 16vw;
}

.con21_04 {
    width: 37.1377%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
    overflow: hidden;
}

.con21_right_tt {
    font-size: 1.16vw;
    margin-bottom: 2vw;
    overflow: hidden;
}

.con21_01 {
    width: 32.2835%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    left: 10%;
    top: 0%;
}

.con21_02 {
    width: 23.9024%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -19%;
    bottom: 15%;
}

.con21_03 {
    width: 23.7398%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -18%;
    top: 21%;
}























































/* form1 - start */

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

.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;
}

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

.form label {
    white-space: nowrap;
}

.form_input_box>label {

    font-weight: 600;
    font-size: 1.1vw;

}

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

.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 {
    width: 77%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.form_check_wrap01 {
    gap: 0.5vw;
}

.form_check_wrap01 label {
    width: 25%;
    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;
    border-radius: 0.3vw;
    background-color: white;
    font-weight: 600;
}

.form_check_wrap01 input:checked+label {
    background-color: #343e2f;
    color: white;
}

.agree_text {
    cursor: pointer;
    color: #000000a8;
}

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


.footeer_agree_checkbox_01 {
    width: 0.7vw;
    height: 0.7vw;
    outline: 1px solid #343e2f;
    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: 90%;
    height: 90%;
    background-color: #343e2f;
    position: absolute;
}

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

.form_submit_div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: white;
    background-color: #343e2f;
    font-size: 1.3vw;
    border-radius: 50vw;
    height: 3.5vw;
    font-weight: 600;
}

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

.form_star {
    top: 14%;
    left: 0.3vw;
}

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

.form_col select {
    color: #0000007a;
}

/* form1 - end */








/* map-start */

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

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

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

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

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

.map_mid_map_search_mid input {
    appearance: none;
    border: none;
    outline: none;
    /* border-radius: 0.6vw; */
    width: 85%;
    height: 100%;
    padding-left: 0%;
    font-family: 'Pretendard-regular';
    font-size: 1vw;
    box-sizing: border-box;
    color: #5a5a5a;
    background-color: transparent;
}

.map_mid_map_search_mid input::placeholder {
    color: #5a5a5a;
}

/* .map_04{
  } */
.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-family: pretendard-bold;
    color: #3C2420;
}

.map_mid_map_search_item_address {
    width: 73%;
    margin-top: 4%;
    margin-bottom: 4%;
}

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

.map_mid_2nd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 75%;
    margin-bottom: 0%;
    box-sizing: border-box;
    border-radius: 1.5vw;
    overflow: hidden;
}

.map_search {
    width: 3.61% !important;
    right: 0%;
    cursor: pointer;
}

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

.map_mid_map_search_item_title {
    font-size: 1.1vw;
    font-family: pretendard-bold;
}

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

.map_mid_map_search {
    width: 27%;
    background: white;
    height: 100%;
    top: 0%;
    z-index: 2;
    overflow: hidden;
    left: 0%;
    box-sizing: border-box;
    border-radius: 1.5vw;
}

.map_mid_map_search_bottom::-webkit-scrollbar {
    display: none;
}

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

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

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



/* map 추가 css */




/*popup*/


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

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

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

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

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

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

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

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

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

}

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

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

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

.popup_img img {
    width: 100%;
}


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




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

.popup_img img {
    width: 108%;
}


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

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

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

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

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

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

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

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

.popup img {
    width: 100%;
}

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

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

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

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

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

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