* {
    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;
}
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
/* font-family: 'Pretendard Variable'; */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;500;600;700&display=swap");
@font-face {
    font-family: "Noto Sans KR", sans-serif;
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
/*@font-face {*/
/*    font-family: 'VITRO_CORE_TTF';*/
/*    src: url('/font/VITRO_CORE_TTF.ttf') format('woff');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/
@font-face {
    font-family: 'TTTtangsbudaejjigaeB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/TTTtangsbudaejjigaeB.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'TheJamsil5Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
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: 'SUIT-Light';
    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-family: 'SUIT-ExtraBold';
}
.bold {
    font-family: 'SUIT-Bold';
}
.sebold {
    font-family: 'SUIT-SemiBold';
}
.medium {
    font-family: 'SUIT-Medium';
}
.regular {
    font-family: 'SUIT-Regular';
}
.flight {
    font-weight: 200;
}
.thin {
    font-family: 'SUIT-Thin';
}
.animate-blk {
    animation: blk 1s infinite ease-in-out;
}
.scaleOpa {
    animation: scaleOpa infinite 2s;
}
.scaleOpa2 {
    animation: scaleOpa2 infinite 2s;
}
.shakeAndFall {
    animation: shakeAndFall infinite 4s linear;
}
.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;
}
.clip_off02 {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: all 0.6s;
}
.clip_off {
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    transition: all 0.6s;
}
.clip_on {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
}
.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;
}
/* image_sd */
.image_sd_wrap {
    padding: 0.5vw 0;
    overflow: hidden;
}
.image_sd {
    animation: marqueeX 20s infinite linear;
}
.image_sd .absol {
    left: 100%;
}
.image_sd_r {
    animation: marqueeX_r 20s infinite linear;
}
.image_sd_r .absol {
    right: 100%;
}
/* image_sd end */
/* y_slide start */
.slide_y_wrap {
    width: unset !important;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: marqueeY 20s infinite linear;
}
.slide_y_wrap img {
    width: unset !important;
    height: 100%;
}
.slide_y_wrap img.absol {
    top: 100%;
}
.slide_y_wrap_r {
    width: unset !important;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: marqueeY_r 20s infinite linear;
}
.slide_y_wrap_r img {
    width: unset !important;
    height: 100%;
}
.slide_y_wrap_r img.absol {
    bottom: 100%;
}
/* y_slide end */
/* swiper-arr */
.btn_arr {
    z-index: 2;
    cursor: pointer;
}
.arr_next {
    transform: rotate(180deg);
}
/* swiper-arr */
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 퍼블시작 */


.main_video {
    height: 49vw;
}
.main_tt {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    font-size: 4vw;
    left: 53%;
    top: 49%;
    opacity: 0;
}

.main_01 {
    width: 21.2598%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 33%;
    left: 15.5%;
}
.main_02 {
    width: 21.3911%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 33%;
    left: 52.5%;
}
.intro_bg {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
    left: 0%;
    pointer-events: none;
    z-index: 99999;
}
.intro_bg img {
    height: 100%;
    object-fit: cover;
}
.intro_01 {
    width: 17.6903%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 20%;
}
.intro_02 {
    width: 13.2808%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 20%;
}
.con01 {
    background-image: url(/images/con01_bg.jpg);
    padding-bottom: 4vw;
}
.con01_01 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5vw;
}
.con01_02 {
    width: 21.4173%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
    overflow: hidden;
}
.con01_row_circle {
    width: 18.1102%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_row_circle.con01_change .con01_row_circle_h {
    opacity: 1;
}
.con01_row_circle_h {
    opacity: 0;
    transition: opacity 0.3s;
}
.con01_row_center {
    width: 29.9738%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin: 0 -4vw;
}
.con01_row_circle02 ,
.con01_row_circle03 {
    z-index: 1;
}
.con01_row_circle01 ,
.con01_row_circle03 {
    margin-right: -4.5vw;
}
.con02_row {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con02 {
    background-image: url(/images/con02_bg.jpg);
}
.con02_row_bg {
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.3s;
}
.con02_row.con02_change .con02_row_bg {
    opacity: 0;
    pointer-events: none;
}
.con02_01 {
    width: 8.71391%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_row_top {
    width: 21.3012%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_row_cover {
    padding-top: 10vw;
}
.con02_row_bg_top {
    margin-bottom: 1vw;
}
.con02_row_bg_line {
    width: 1px;
    height: 3vw;
    background-color: white;
}
.con02_07 {
    width: 62.1196%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_07_center {
    width: 42.0608%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_row_in_top {
    margin-bottom: 2vw;
}
.con02_tt_wrap {
    width: 65%;
    height: 21vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    border-top: 1px solid #fff;
    box-sizing: border-box;
    font-size: 1.3vw;
}
.con02_tt_wrap p {
    width: 100%;
    height: calc(100% / 5);
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #fff;
    transition: all 0.3s;
}
.con02_tt_wrap p.con02_change {
    background-color: #fcd943;
    color: #000;
}
.con02_04 {
    width: 49.0031%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -5%;
    transition: all 0.6s;
}
.con02_04_01 {
    left: -53%;
}
.con02_04_02 {
    right: -53%;
}
.con02_row.con02_change .con02_04_01 {
    left: -12%;
}
.con02_row.con02_change .con02_04_02 {
    right: -12%;
}
.con03 {
    background-image: url(/images/con03_bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 6vw;
}
.con03_01 {
    width: 21.5748%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
    overflow: hidden;
}
.con03_top_tt {
    font-size: 1.3vw;
    margin-bottom: 0.5vw;
    overflow: hidden;
}
.con03_07 {
    width: 31.916%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5vw;
    overflow: hidden;
}
.con03_center {
    width: 65%;
    height: 21vw;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 1vw;
    gap: 3vw;
}
.con03_center01 {
    background-color: #fcd943;
}
.con03_center02 {
    background-color: #409840;
    color: white;
    transform: translateY(120%);
}
.con03_center03 {
    background-color: #ef823a;
    transform: translateY(120%);
}
.con03_center_right {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.con03_center_right_tt01 {
    font-size: 1.3vw;
    margin-bottom: 1.5vw;
}
.con03_center_right_tt02 {
    font-size: 0.95vw;
}
.con03_center_left {
    width: 39.4822%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_center_absol_tt {
    text-transform: uppercase;
    left: 1.5vw;
    top: 1.5vw;
}
.con03_center_wrap {
    margin-bottom: 3vw;
}
.con03_sd {
    background-color: white;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
}
.con04 {
    background-image: url(/images/con04_bg.jpg);
    padding-top: 5.5vw;
}
.con04_top_tt01 {
    font-size: 1.3vw;
    margin-bottom: 0.5vw;
    overflow: hidden;
}
.con04_01 {
    width: 38.5302%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con04_top_tt02 {
    font-size: 1vw;
    margin-bottom: 2vw;
}
.con04_row_wrap {
    width: 65%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2vw 0;
    margin-bottom: 3vw;
}
.con04_row {
    width: 30.937%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con04_slide {
    margin-bottom: 3vw;
}
.con04_slide_item {
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.2vw;
}
.con04_slide_item > div {
    border: 1px solid #fff;
    box-sizing: border-box;
}
.con04_slide_item_top {
    height: 2.7vw;
    background-color: #fcd943;
    font-size: 1.1vw;
}
.con04_slide_item_bot {
    height: 8vw;
    gap: 0.3vw;
}
.con04_slide_item_bot_tt02 {
    font-size: 2.2vw;
    gap: 0.3vw;
}
.con04_slide_item_bot_right {
    font-size: 1.1vw;
    width: 1.8vw;
    height: 1.8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fcd943;
    color: #000;
    border-radius: 50%;
    font-family: 'SUIT-ExtraBold';
}
.map_sd {
    background-color: #ef823a;
    box-sizing: border-box;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 1.5vw 0;
    text-transform: uppercase;
}
.map_sd_item .absol {
    width: 0.3vw;
    height: 0.3vw;
    background-color: white;
    border-radius: 50%;
    right: 0%;
    transform: translateX(50%);
}
.map_sd_item {
    gap: 0.3vw;
}
.map_sd_center {
    width: 8%;
    height: 100%;
    background-color: #fcd943;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.con04_08 {
    width: 38.1579%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05 {
    background-image: url(/images/con05_bg.jpg);
    padding: 6vw 0;
}
.con05_02 {
    width: 8.97638%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con05_top_tt {
    margin-bottom: 0.5vw;
    font-size: 1.3vw;
    overflow: hidden;
}
.con05_title {
    gap: 0.5vw;
    margin-bottom: 3vw;
}
.con05_03 {
    width: 11.8635%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con05_04 {
    width: 25.4068%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con05_row_circle {
    width: 18.7927%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_08 {
    width: 2.25722%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2vw;
}
.con05_row_circle02 ,
.con05_row_circle03 {
    margin-left: -2.5vw;
}
.con05_sd {
    height: 100%;
    background-color: #ef823a;
    padding: 0 0.5vw;
    box-sizing: border-box;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
.con05_sd01 {
    left: 3%;
}
.con05_sd02 {
    right: 3%;
}
.con05_sd02 img {
    transform: rotate(180deg);
}
.con06 {
    background-image: url(/images/con06_bg.jpg);
    padding-top: 8vw;
    padding-bottom: 10vw;
}
.con06_main {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    box-sizing: border-box;
    gap: 5vw;
}
.con06_right {
    width: 42%;
}
.con06_right_tt01 {
    font-size: 1.3vw;
    margin-bottom: 1vw;
    overflow: hidden;
}
.con06_right_title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 3vw;
}
.con06_01 {
    width: 35.625%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.7vw;
    overflow: hidden;
}
.con06_02 {
    width: 47%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con06_col_wrap {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    background-color: white;
}
.con06_col {
    width: 100%;
    height: 4vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
    gap: 2.5vw;
    cursor: pointer;
}
.con06_col::before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    background-color: #000;
    transition: width 0.5s;
}
.con06_col.con06_change::before {
    width: 100%;
}
.con06_col.con06_change .con06_col_title_h {
    opacity: 1;
}
.con06_col_title {
    margin-left: 2vw;
    height: 1.563vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_col_title > img {
    width: unset !important;
    height: 100%;
}
.con06_col_title_h {
    opacity: 0;
    transition: opacity 0.3s;
}
/* .con06_04 {
    width: 7.5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_05 {
    width: 11.375%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_06 {
    width: 19.25%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_07 {
    width: 15.25%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_08 {
    width: 18.875%;
    display: flex;
    justify-content: center;
    align-items: center;
} */
.con06_col_tt {
    width: 65%;
    color: white;
    position: relative;
    line-height: 1.3;
    font-size: 1vw;
}
.con06_left {
    width: 50.0787%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:  -2vw;
}
.con06_09 {
    width: 52.4109%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -21%;
    left: 27%;
}
.con06_10 {
    width: 45.283%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -16%;
    left: 34%;
}
.con06_change_img {
    width: 13.125vw;
    height: 13.125vw;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 2%;
    right: -4%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: background 0.4s;
}
.con06_change_img.con06_col01 {
    background-image: url(/images/con06_04_1.png);
}
.con06_change_img.con06_col02 {
    background-image: url(/images/con06_05_1.png);
}
.con06_change_img.con06_col03 {
    background-image: url(/images/con06_06_1.png);
}
.con06_change_img.con06_col04 {
    background-image: url(/images/con06_07_1.png);
}
.con06_change_img.con06_col05 {
    background-image: url(/images/con06_08_1.png);
}
.con07 {
    margin-top: -2vw;
}
.con07_bg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.con07_main {
    background-color: #FAF3CD;
    justify-content: flex-start;
    padding-top: 6vw;
    padding-bottom: 6vw;
}
.con07_left {
    width: 70%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con07_title {
    width: 46.4018%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 5vw;
    margin-left: 11vw;
}
.con07_01 {
    width: 73.3441%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con07_02 {
    margin-bottom: 0.5vw;
    overflow: hidden;
}
.con07_03 {
    width: 93.2149%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con07_row_wrap {
    margin-bottom: 1vw;
}
div.con07_slide {
    width: 98%;
    border-radius: 1vw;
}
.con07_row {
    width: 96.5596%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.5;
    transition: opacity 0.3s;
}
.swiper-slide-active .con07_row {
    opacity: 1;
}
.con07_video_wrap {
    width: 34%;
    height: 106%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -28%;
    top: -3%;
    box-sizing: border-box;
}
.con07_video {
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 2vw;
    border: 1px solid #000;
}
.con07_video video {
    scale: 1.2;
    pointer-events: none;
}
.con07_09 {
    width: 35.0993%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -6%;
    left: -7%;
}
.con07_10 {
    width: 27.5938%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -8%;
    right: -15%;
}
.con08 {
    background-image: url(/images/con08_bg_1.jpg);
    padding-top: 6vw;
    margin-bottom: -1.1vw;
}
.con08_top {
    margin-bottom: 4vw;
}
.con08_01 {
    width: 15.6955%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.con08_top_tt {
    margin-bottom: 0.5vw;
    font-size: 1.4vw;
    overflow: hidden;
}
.con08_02 {
    width: 29.4488%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con08_03 {
    width: 4.72441%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
    left: 32%;
    animation: ddm 4s infinite linear;
}
.con08_05 {
    width: 5.14436%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 9%;
    left: 26%;
    animation: ddm2 4s infinite linear;
}
.con08_08 {
    width: 5.87927%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -6%;
    right: 30%;
    animation: ddm3 4s infinite linear;
}
.con08_04 {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -27%;
    right: -11%;
}
.con08_06 {
    width: 46.9388%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -28%;
    left: -50%;
}
.con08_07 {
    width: 34.8214%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -29%;
    right: -21%;
}
.con08_09 {
    width: 43.3071%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
}
.con08_bg_2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 1.1vw;
}
.con08_row_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 15.6vw;
}
.con08_row {
    width: 31%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1vw;
    box-sizing: border-box;
}
.con08_video {
    width: 43%;
    height: 24vw;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 1vw;
    background-color: white;
}
.con09 {
    background-color: white;
    padding-top: 5vw;
    padding-bottom: 5vw;
}
.con09_top_tt {
    margin-bottom: 0.5vw;
    font-size: 1.2vw;
    overflow: hidden;
}
.con09_01 {
    width: 15.5381%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
    overflow: hidden;
}
.con09_slide {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_video {
    width: 100%;
    height: 22.33vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    scale: 0.9;
    transition: all 0.3s;
    border-radius: 2vw;
    border: 1px solid #000;
    box-sizing: border-box;
}
.con09_video iframe {
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.swiper-slide-active .con09_video {
    scale: 1;
}
.swiper-slide-prev .con09_video {
    transform: translateX(90%);
}
.swiper-slide-next .con09_video {
    transform: translateX(-90%);
}
.swiper-slide-active .con09_video iframe {
    pointer-events: all;
}
.con09_left {
    width: 15.2231%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    left: 8%;
}
.con09_right {
    width: 15.2231%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    right: 8%;
}
.con09_03 {
    width: 66.8966%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_04 {
    overflow: hidden;
}
.con09_06 {
    width: 66.2069%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_07 {
    overflow: hidden;
}
.con09_side {
    gap: 1vw;
    top: 15%;
}
.con09_02 {
    width: 52.069%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -11%;
    top: -47%;
}
.con09_05 {
    width: 70.3448%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -25%;
    top: -35%;
}
.con09_bg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
}
.con09_arr {
    width: 3.67454%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_arr_prev {
    left: 27%;
}
.con09_arr_next {
    right: 27%;
}


.con10 {
    background-color: #FAF3CD;
    padding-top: 4vw;
}
.con10_tt {
    font-size: 1.3vw;
    margin-bottom: 1vw;
    overflow: hidden;
}
.con10_01 {
    width: 20.473%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con10_slide {
    width: 19.3701%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1vw 1vw 0 0;
    border: 1px solid #000;
    border-bottom: none;
    box-sizing: border-box;
    z-index: 3;
}
.con10_slide_img {
    height: 28vw;
    overflow: hidden;
}
.con10_slide_img > img ,
.con10_sd_img > img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.con10_sd_img {
    width: 95%;
    height: 22vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1vw;
    border: 1px solid #000;
    box-sizing: border-box;
    overflow: hidden;
}
.con10_sd {
    bottom: 2vw;
}
.con10_bg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
    pointer-events: none;
}
.con10_02 {
    width: 14.9606%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10%;
    left: 15%;
    animation: ddm 4s infinite linear;
}
.con10_03 {
    width: 8.97638%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 21%;
    left: 28%;
    animation: ddm3 4s infinite linear;
}
.con10_04 {
    width: 18.9501%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 32%;
    left: 12%;
    animation: ddm2 4s infinite linear;
}
.con10_07 {
    width: 14.9606%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 15%;
    right: 23%;
    animation: ddm4 4s infinite linear;
}
.con10_08 {
    width: 15.1706%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 26%;
    right: 12%;
    animation: ddm 4s infinite linear;
}
.con10_09 {
    width: 10.3412%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 36%;
    right: 25%;
    animation: ddm2 4s infinite linear;
}



.con10_05 {
    width: 18.5965%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -8%;
    top: -75%;
}
.con10_06 {
    width: 24.3767%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -12%;
    top: -167%;
}
.con10_10 {
    width: 21.4035%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -14%;
    top: -77%;
}
.con10_11 {
    width: 25.8883%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -11%;
    top: -76%;
}
.con11 {
    padding-top: 12vw;
    padding-bottom: 12vw;
    box-sizing: border-box;
    border-top: 1px solid #000;
}
.con11_top_row {
    gap: 0.3vw;
    z-index: 2;
}
.con11_top_row > div {
    height: 2.657vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_top_row > div img {
    width: unset !important;
    height: 100%;
}
.con11_arr {
    width: 2.4147%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_arr_prev {
    left: 31%;
}
.con11_arr_next {
    right: 31%;
}
.con11_01 {
    width: 9.86877%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
    position: relative;
    z-index: 2;
}
.con11_02 {
    width: 30.5512%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
    position: relative;
    z-index: 2;
}
.con11_04 {
    width: 32.9134%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_04_1 {
    left: -17%;
}
.con11_04_2 {
    right: -17%;
}
.con11_09 {
    width: 55.404%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_10 {
    width: 55.5089%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_11 {
    width: 52.5708%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_12 {
    width: 52.7807%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_13 {
    width: 53.9349%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_14 {
    width: 54.3547%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_15 {
    width: 52.6758%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_16 {
    width: 53.0955%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_17 {
    width: 53.3054%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_18 {
    width: 55.2991%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_19 {
    width: 52.8856%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_20 {
    width: 52.6758%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_slide {
    top: 9vw;
}
.con11_slide_img {
    transition: all 0.3s;
}
.swiper-slide-active .con11_slide_img {
    transform: translateX(-37%);
}
.swiper-slide-next .con11_slide_img {
    transform: translateX(39%);
}
.con12 {
    padding-bottom: 4vw;
}
div.con12_sd {
    width: 150%;
}
.con12_center {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
    margin: 2vw 0 1vw;
}
.con12_center_box {
    height: 6vw;
    box-sizing: border-box;
    border: 0.5vw solid #fcd943;
}
.con12_center_box {
    font-size: 2.6vw;
}
/* .con12_center_tt02 {
    opacity: 0;
} */
.con12_center_circle {
    width: 23.4657%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -16%;
    top: -50%;
}

.con13 {
    box-sizing: border-box;
    border-top: 1px solid #000;
    background-image: url(/images/con13_bg.jpg);
    padding: 7vw 0 8vw;
}
.con13_01 {
    width: 22.0997%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
    overflow: hidden;
}
.con13_tab_wrap {
    gap: 2.5vw;
    margin-bottom: 2vw;
}
.con13_tab {
    width: 8%;
    height: 2.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_tab p {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: white;
    box-sizing: border-box;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.3vw;
    font-size: 1.1vw;
}
.con13_tab_bg {
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 0.3vw;
    box-sizing: border-box;
    border: 1px solid #000;
    top: 0.3vw;
    transition: background 0.3s;
}
.con13_tab.con13_change {
  font-family: 'SUIT-Bold';
}
.con13_tab.con13_change .con13_tab_bg {
  background-color: #ef823a;
}
.con13_menu_bg {
    width: 73%;
    height: 30vw;
    background-color: white;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2vw;
    padding-bottom: 1vw;
}
.con13_menu_wrap {
    width: 92%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.con13_menu {
    height: 100%;
    justify-content: flex-start;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10%);
    transition: all 0.4s;
}
.con13_menu.con13_change {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0%);
}
.con13_menu_img {
    width: 89.375%;
    height: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5vw;
}
.con13_menu_img img {
    height: 100%;
    object-fit: cover;
}
.con13_menu_tt {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'SUIT-Medium';
    font-size: 0.95vw;
}
.con13_menu_tt p {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.con13_arr_prev {
    left: -4%;
}
.con13_arr_next {
    right: -4%;
}
.con13_arr {
    width: 5.90353%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_menu_icon_wrap {
    top: -6%;
    right: 3%;
    width: 15%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.con13_menu_icon {
    width: 30.73%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_bg_2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
}
.con14 {
    background-color: #ef823a;
    padding: 1vw 0;
}
.con14_main {
    width: 98%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(/images/con14_bg.jpg);
    padding-top: 3vw;
    padding-bottom: 3vw;
}
.con14_01 {
    width: 11.4087%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con14_top_tt {
    font-size: 1.3vw;
    margin-bottom: 0.5vw;
    overflow: hidden;
}
.con14_title {
    gap: 1vw;
}
.con14_02 {
    width: 15.2116%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -0.15vw;
    overflow: hidden;
}
.con14_03 {
    width: 26.0311%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con14_mid_tt {
    font-size: 1.05vw;
    margin: 3vw 0;
}
div.con14_slide_wrap {
    justify-content: space-between;
}
.con14_center_slide {
    width: 25%;
    height: 25vw;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #000;
    margin: 0;
}
.con14_center_slide_img {
    height: 100%;
}
.con14_center_slide_img img {
    height: 100%;
    object-fit: cover;
    object-position: center ;
}
.con14_slide_side {
    width: 35%;
    height: 16vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    scale: 1.35;
}
.con14_slide_side_img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #000;
}
.con14_slide_side_img img {
    height: 100%;
    object-fit: cover;
}
.con14_slide_wrap .swiper-wrapper {
    pointer-events: none;
}
.con14_slide_l {
    left: -5vw;
}
.con14_slide_r {
    right: -5vw;
}
.con14_arr {
    width: 4.33851%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_arr_prev {
    left: 34%;
}
.con14_arr_next {
    right: 34%;
}
.con14_04 {
    width: 39.9036%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    bottom: -0.2%;
}

.con15 {
    background-image: url(/images/con15_bg.jpg);
    padding-top: 6vw;
    padding-bottom: 6vw;
}
.con15_01 {
    margin-bottom: 2vw;
}
.con15_01 {
    width: 15.0656%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_top_tt {
    font-size: 1.3vw;
    margin-bottom: 0.5vw;
    overflow: hidden;
}
.con15_02 {
    width: 15.6955%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con15_top {
    margin-bottom: 3vw;
}
.con15_row_wrap {
    gap: 1.5vw;
}
.con15_12 {
    width: 31.6505%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 14%;
    top: 30%;
}
.con15_10 {
    width: 23.1068%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 36%;
}
.con15_row01 {
    width: 27.0341%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 3vw;
}
.con15_row01_left {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    flex-direction: column;
    left: -35%;
    border-top: 1px solid white;
}
.con15_row01_left_item {
    width: 100%;
    height: 3vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid white;
    box-sizing: border-box;
}
.con15_row01_left_item > div {
    margin-left: 0.8vw;
    overflow: hidden;
}
.con15_05 {
    width: 35.4086%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_06 {
    width: 42.8016%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_07 {
    width: 51.751%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con15_row02 {
    width: 28.8189%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_13 {
    width: 14.9362%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 6%;
    left: 10%;
    overflow: hidden;
}
.con15_14 {
    width: 34.2441%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 6%;
    left: 32%;
    overflow: hidden;
}
.con15_15 {
    width: 20.5829%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 6%;
    right: 6%;
    overflow: hidden;
}
.con15_03 {
    width: 54.827%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -27%;
    top: -25%;
}
.con15_04 {
    width: 52.1595%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 39%;
    left: 23%;
    overflow: hidden;
}
.con15_row02_tt {
    top: 20%;
    font-size: 1.05vw;
    overflow: hidden;
}
.con15_sd {
    height: 100%;
    padding: 0 0.5vw;
    border-left: 1px solid white;
    border-right: 1px solid white;
    top: 0%;
}
.con15_sd01 {
    left: 5%;
}
.con15_sd02 {
    right: 5%;
}
.con16 {
    background-color: #FAF3CD;
    padding-top: 6vw;
    padding-bottom: 6vw;
}
.con16_01 {
    width: 18.6877%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
    overflow: hidden;
}
.con16_top_tt {
    font-size: 1.2vw;
    margin-bottom: 3vw;
    overflow: hidden;
}
div.con16_table {
    width: 50%;
}
.con16_02 {
    width: 24.3697%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con16_03 {
    width: 16.4743%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5vw;
    overflow: hidden;
}
.con16_bot_tt {
    margin-top: 1vw;
}
.con17 {
    padding: 3vw 0;
    background-color: #FAF3CD;
}
.con17_01 {
    width: 25.6168%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
    overflow: hidden;
}
.con17_top_tt {
    font-size: 1.2vw;
    margin-bottom: 2.5vw;
    overflow: hidden;
}
.con17_row_wrap {
    width: 75%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5vw 0;
}
.con17_row {
    width: 30.3009%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con17_arr_wrap {
    gap: 24vw;
}
.con17_arr_wrap01 {
    top: 22%;
}
.con17_arr_wrap02 {
    bottom: 22%;
}
.con17_arr {
    width: 2.79916%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con18 {
    padding-top: 6vw;
    padding-bottom: 8vw;
    margin-bottom: -1.5vw;
}
.con18_01 {
    width: 25.4068%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5vw;
    overflow: hidden;
}
.con18_map {
    width: 80%;
    height: 30vw;
    box-sizing: border-box;
    border: 1px solid #000;
}
.con18_bg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
    bottom: 0%;
}
.con19 {
    background-image: url(/images/con19_bg.jpg);
    padding-top: 6vw;
    padding-bottom: 6vw;
}
.con19_01 {
    width: 12.6509%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
    overflow: hidden;
}
.con19_top_tt {
    font-size: 1.15vw;
    margin-bottom: 3vw;
    overflow: hidden;
}
.con19_03 {
    width: 43.4646%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -11%;
    bottom: -19%;
}
.con19_04 {
    width: 27.2441%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -1%;
    top: 5%;
    animation: ddm4 infinite linear 4s;
}


































/* table */
div.table {
    flex-wrap: wrap;
    color: #000;
    font-weight: 300;
}
.table_hd {
    width: 100%;
    display: flex;
    background-color: #ef823a;
    font-size: 1.1vw;
    font-weight: 600;
}
.table_body {
    width: 100%;
    display: flex;
    background-color: white;
    flex-wrap: wrap;
    font-size: 0.95vw;
}
.table_left {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
.table_center {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.table_right {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.table_hd > div {
    padding: 1vw 0;
}
.table_tr {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 0.05vw solid #2121212a;
}
.table_tr > div {
    padding: 0.5vw 0;
    line-height: 1.3;
}
.table_tr > .table_right .bold {
    font-family: 'SUIT-Light';
}
.table_body .table_center {

    text-align: center;
    justify-content: center;
    padding-left: 0vw;
}
.table_bot {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ef823a;
    padding: 0.5vw 0;
    color: white;
}
.table_top_tt {
    right: 6%;
    bottom: 101%;
    font-size: 0.8vw;
}
.table_bot .bold {
    margin-right: 3.4vw;
    font-size: 1.5vw;
}
/* table */


 /* form1 - start */

 div.from_wrap {
    width:  44%;
    display: flex;
    justify-content: flex-start ;
    flex-direction: column;
    background-color: #fff;
    border-radius: 1.5vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
  .form_col {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3vw;
  }
  .form {
    width: 71%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'SUIT-Regular';
  }
  .form_input {
    height: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-size: inherit;
    font-family: inherit;
  }
  .form_input_box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #0000007a;
    box-sizing: border-box;
    padding-left: 1vw;
  }

  .form label {
    white-space: nowrap;
}
.form_input_box > label {
    font-family: 'SUIT-SemiBold';

  }
  .form_input_01 ,
  .form_input_02 ,
  .form_input_03 ,
  .form_input_04 ,
  .form_input_05  {
    width: 70%;
  }
  .form_input_06 {
    width: 73.5%;
    height: 80%;
    box-sizing: border-box;
    padding: 0 1vw;
    -webkit-appearance : none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background: url(/images/con18_02.png) no-repeat;
    background-size: 3%;
    background-position: 90%;
    cursor: pointer;
  }
  .form_check_wrap {
    width: 70%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .form_check_wrap01 {
    gap: 0.5vw;
  }
  .form_check_wrap01 label {
    width: fit-content;
    height: 1.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: #000;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid #0000007a;
    padding: 0 0.3vw;
}
/* .form_check_wrap01 label:hover {
    background-color: #ef823a;
    color: white;
    border-color: #ef823a;
    font-family: 'SUIT-SemiBold';
} */
.form_check_wrap01 input:checked + label {
    background-color: #ef823a;
    color: white;
    border-color: #ef823a;
    font-family: 'SUIT-SemiBold';
  }
  .agree_text {
    cursor: pointer;
  }
  .form_check_wrap01 input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }


  .footeer_agree_checkbox_01 ,
  .footeer_checkbox_05 ,
  .footeer_checkbox_06 {
    width: 1vw;
    height: 1vw;
    outline: 1px solid #000;
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: transparent;
    border-radius: 50%;
    margin-right: 0.5vw;
  }
  .footeer_agree_checkbox_01:checked::before ,
  .footeer_checkbox_05:checked::before ,
  .footeer_checkbox_06:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #ef823a;
    border-radius: 50%;
    scale: 0.8;
  }
  .form_check_name_05 {
    margin-right: 3vw;
  }

  .form_agree_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 0.9vw;
    margin: 0.4vw 0 0vw;
  }
  .form_submit_div {
    width: 43.19%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    bottom: -1.8vw;
  }
  .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;
    color: #ef823a;
  }
  .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: 67%;
    height: 4vw;
    padding: 0% 1%;
    box-sizing: border-box;
    margin: auto;
    z-index: 3;
    top: -2vw;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 0vw;
    overflow: hidden;
  }
  .map_mid_map_search_mid input {
    appearance: none;
    border: none;
    outline: none;
    /* border-radius: 0.6vw; */
    width: 85%;
    height: 100%;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 1vw;
    box-sizing: border-box;
    color: #5a5a5a;
  }
  .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: 31vw;
    border-radius: 0vw;
    border: 1px solid black;
    box-sizing: border-box;
    background-color: #000;
  }
  .map_bg {
    height: 100%;
    background-color: #fcd943;
    top: 0.3vw;
    left: 0.3vw;
    box-sizing: border-box;
    border: 1px solid #000;
  }
  .map_mid_2nd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 75%;
    margin-bottom: 0%;
    box-sizing: border-box;
  }
  .map_search{
    width: 2.936% !important;
    right: 3%;
    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: 90%;
    margin: 0% auto;
    border-bottom: 1px solid #e4d4d5;
    padding: 6% 0%;
    font-size: 0.8vw;
    font-family: pretendard-regular;
    box-sizing: border-box;
    position: relative;
    color: #000;
  }
  .map_mid_map_search {
    width: 22%;
    background: white;
    height: 90%;
    top: 50%;
    z-index: 2;
    overflow: hidden;
    left: 2%;
    /* border-radius: 0vw 1vw 1vw 0vw; */
    /* border-right: 1px solid black; */
    box-sizing: border-box;
    /* border-radius: 0.5vw 0vw 0vw 0.5vw; */
    transform: translateY(-50%);
    border: 1px solid #000;
    box-sizing: border-box;
  }
  .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: 0vw;
    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: 1vw;
    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{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    background-color: #19c365;
    border-radius: 5vw;
    padding: 0.5vw 1vw;
    right: 30%;
    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: 2vw;
    height: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5%;
    right: 2%;
    cursor: pointer;
    background-color: #ef823a;
    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: #fff;
  }
  .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;
  }
  