* {
    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(-2deg);
    }
    100% {
        transform: scale(1.05);
    }
}
@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);
    }
    100% {
        transform: scale(1.02);
    }
}
@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 smoke2 {
    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);
    }
}
div.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
section {
    font-family: 'Pretendard Variable';
    font-weight: 400;
    font-size: 1vw;
}
section img {
    width: 100%;
}
.bold {
    font-weight: 700;
}
.regular {
    font-weight: 400;
}
.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;
}
.color_g {
    color: #16992C;
}
.bg_g {
    background-color: #16992C;
}
.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%;
}
.smoke {
    animation: 4s infinite scaleOpa2;
}
.miwon {
    font-family: 'Miwon'; 
}
/* wave start */
.line_wave_div_up {
    width: 100%;
    height: 36px;
    z-index: 1;
    overflow: hidden;
}
.line_wave_div_up::before {
    content: '';
    position: absolute;
    bottom: -0px;
    left: 0;
    width: 100%;
    height: 5px;
}
.line_wave_up {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 5px;
}
.line_wave_div_up::before{
    background-color:#16992C;
}
.line_wave_div_up .line_wave_up{
    background-color:#16992C;
}
/* wave end */
/* 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 */

/* 퍼블시작 */
.main_video_wrap {
    height: 49vw;
    overflow: hidden;
}
.main_video_wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_cover {
    background-color: #000000be;
    padding-top: 12vw;
}
div.main_title {
    align-items: flex-end;
    margin-bottom: 2vw;
}
.main_01 {
    width: 2.99213%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 30.5%;
    top: -7%;
}
.main_02 {
    width: 13.2808%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 31%;
    top: 0%;
}
.main_03 {
    width: 10.0787%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5vw;
}
.main_04 {
    width: 14.5407%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_05 {
    width: 7.979%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5vw;
}
.main_item01 {
    /* width: calc(100% / 3); */
    width: 50%;
    height: 7vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000081;
    box-sizing: border-box;
    border: 1px solid white;
    border-right: none;
}
.main_item01_1 {
    border-left: none;
}
.main_item01_3 {
    display: none !important;
}
.main_06 {
/*     width: 23.451%;
    display: flex;
    justify-content: center;
    align-items: center; */
    width: 15.6348%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_07 {
    width: 17.8572%;
    display: flex;
    justify-content: center;
    align-items: center;
/*     width: 26.7984%;
    display: flex;
    justify-content: center;
    align-items: center; */
}
.main_08 {
    width: 59.3373%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_09 {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 100%;
}
.main_slide {
    bottom: 0%;
}
.main_slide .swiper-wrapper {
    transition-timing-function: linear;
    pointer-events: none;
}
.main_slide_img {
    width: 99.298%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_slide_cover {
    padding-top: 1vw;
}
.main_slide_tt01 {
    margin-bottom: 2vw;
}
.main_slide_tt01 p:nth-child(1) {
    font-size: 1.2vw;
    margin-bottom: 0.3vw;
}
.main_slide_tt01 p:nth-child(2) {
    font-size: 0.9vw;
}
.main_slide_tt02 {
    font-size: 2.7vw;
    font-family: 'Miwon';
}
.main_11 {
    width: 51.0236%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    bottom: -21vw;
    left: 29%;
}
.main_smoke {
    width: 85.2848%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -38%;
}
.main_12 {
    width: 82.5085%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -1%;
}
.main_sd {
    background-color: #000;
    padding: 1vw 0;
}
.con01 {
    overflow: visible;
    z-index: 3;
}
.con01_video_wrap {
    height: 44vw;
    overflow: hidden;
}
.con01_video_wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
div.con01_cover {
    background-color: #000000be;
    flex-direction: row;
    overflow: hidden;
}
.con01_item01 {
    width: 12.7034%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 8vw;
}
.con01_03 {
    width: 75.1277%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 22%;
}
.con01_04 {
    width: 101.133%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 51%;
}
.con01_item02 {
    width: 21.7323%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 2vw;
    margin-left: 3vw;
}
.con01_05 {
    width: 91.7798%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_06 {
    width: 99.9916%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_07 {
    width: 21.4958%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0%;
    top: 0%;
}
.con01_08 {
    width: 35.0212%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0.5%;
    bottom: 3%;
}
.con01_09 {
    width: 30.1907%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
    bottom: 3%;
}
.con01_item03 {
    width: 31.2336%;
    height: 100%;
    background-color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin-left: 17vw;
    box-sizing: border-box;
    padding-top: 9vw;
}
.con01_10 {
    width: 30.6076%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con01_11 {
    width: 38.1754%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.7vw;
}
.con01_12 {
    width: 68.1102%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con01_14 {
    width: 66.4285%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_13 {
    width: 120.917%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -10%;
    z-index: 2;
}
.con01_sd {
    bottom: 0%;
    background-color: #002A07;
    padding: 1vw 0;
}
.con01_01 {
    width: 25.7218%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
    top: -19%;
}
.con01_15 {
    width: 41.1855%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 52%;
    right: 9%;
}
.con01_19 {
    width: 28.085%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    right: -7%;
    bottom: 9%;
    animation: smoke 2s infinite linear;
}
.con02 {
    overflow: visible;
}
.con02_left {
    width: 56.6404%;
    height: 42.1945vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background-image: url(/images/con02_01.png);
    background-size: 100%;
    box-sizing: border-box;
    background-position: bottom;
    padding-top: 5vw;
}
.con02_right {
    width: 43.3596%;
    height: 42.1945vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_right_video {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con02_right_video iframe {
    width: 100%;
    height: 100%;
    pointer-events: none;
    scale: 1.4;
}
.con02_08 {
    width: 16.8654%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con02_02 {
    width: 41.2368%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.3vw;
}
.con02_slide {
    width: 56.2489%;
    height: 17vw;
}
.con02_slide_img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    scale: 0.88;
    opacity: 0.3;
}
.con02_slide_img img {
    opacity: 0;
    transition: opacity 0.3s;
}
.con02_slide_img img.absol {
    opacity: 1;
}
.con02_slide .swiper-slide-active .con02_slide_img {
    scale: 1;
    opacity: 1;
}
.con02_slide .swiper-slide-active img.absol {
    opacity: 0;
}
.con02_slide .swiper-slide-active img {
    opacity: 1;
}
.con02_slide .swiper-slide-next .con02_slide_img {
    scale: 0.95;
    opacity: 0.7;
    transform: translateY(-8%);
}
.con02_slide .swiper-slide-next + div .con02_slide_img {
    scale: 0.88;
    opacity: 0.3;
    transform: translateY(-23%);
}
.con02_06 {
    z-index: 1;
    width: 59.3069%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -31%;
}
.con02_left_tt {
    right: 3%;
    top: 3%;
    font-size: 0.95vw;
}
.con02_07 {
    width: 36.4255%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 5%;
    bottom: 5%;
}
.con03 {
    padding: 4vw 0;
}
.con03_main {
    z-index: 1;
    gap: 0.6vw;
}
.con03_03 {
    width: 34.5932%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -6.2vw;
    z-index: 1;
}
.con03_06 {
    width: 27.979%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con03_09 {
    width: 27.979%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_video {
    height: 100%;
    overflow: hidden;
}
.con03_video::after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #00000042;
}
.con03_video iframe {
    width: 100%;
    height: 100%;
    pointer-events: none;
    scale: 2.5;
    transform: translate(-25%, -5%);
}
.con03_video video {
    width: 100%;
    height: 100%;
    pointer-events: none;
    object-fit: cover;
}
.con03_07 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
}
.con03_02 {
    width: 51.4813%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 16.5%;
    top: 8%;
}
.con03_04 {
    width: 52.7245%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 8%;
}
.con03_05 {
    width: 102.122%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 7.5vw;
}
.con03_10 {
    width: 65.3449%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 12.8%;
}
.con03_08 {
    width: 31.3345%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 4%;
    top: 40%;
    animation: smoke2 2s infinite linear;
}
div.con03_wave_absol01 {
    width: 27.679vw;
    left: 1.1%;
}
.con03_wave_absol {
    bottom: 5.5vw;
}
.con03_smoke {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 24%;
    animation: smoke 5s infinite linear;
}
.con04 {
    background-color: #000;
    padding-top: 7vw;
    padding-bottom: 3vw;
}
.con04_02 {
    width: 27.4541%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con04_video {
    width: 42vw;
    height: 42vw;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con04_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
.con04_07  {
    width: 61.3648%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 28vw;
}
.con04_left_slide ,
.con04_right_slide {
    width: 17.4803%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
}
.con04 .swiper-wrapper {
    transition-timing-function: linear;
    pointer-events: none;
}
.con04_left_slide {
    left: 3%;
}
.con04_right_slide {
    right: 3%;
}
.video_con {
    width: 70%;
    height: 80%;
    top: -13%;
}
.video_con video {
    width: 100%;
    height: 100%;
    /* mix-blend-mode: hard-light; */
    object-fit: cover;
}
.con04_balloon {
    width: 25.9101%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.con04_03 {
    left: 6%;
    top: -30%;
}
.con04_04 {
    left: -3%;
    top: -9%;
}
.con04_05 {
    right: -2%;
    top: -14%;
}
div.con04_06 {
    width: 29.074%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 2%;
    top: 12%;
}
.con04_smoke {
    width: 61.9961%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -32%;
    animation: 5s infinite smoke;
}
.con04_01 {
    width: 8.20914%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 20%;
    top: 33%;
}
.con04_10 {
    width: 25.6536%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 30%;
    left: 35%;
}
.con04_slide_img {
    width: 100.136%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.con05 {
    background-image: url(/images/con05_bg.png);
    background-size: 100%;
    background-position: top center;
    padding-bottom: 4vw;
}
.con05_top_line01 {
    background-color: #16992C;
    height: 10%;
}
.con05_top_line02 {
    height: 1px;
    background-color: #16992C;
}
div.con05_top {
    height: 3vw;
    justify-content: space-between;
    margin-bottom: 6.3vw;
}
.con05_01 {
    width: 17.4278%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4vw;
}
.con05_main {
    width: 87.8215%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #16992C;
    box-sizing: border-box;
    background-color: white;
    padding-bottom: 2vw;
}
div.con05_title {
    margin-top: -3vw;
    margin-bottom: 0.7vw;
    align-items: flex-end;
    gap: 1.5vw
}
.con05_02 {
    width: 16.5803%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_03 {
    width: 7.60272%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con05_04 {
    width: 7.483%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con05_05 {
    width: 31.0678%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -32%;
    top: -21%;
}
.con05_tab_wrap {
    gap: 1vw;
    margin-bottom: 4vw;
}
.con05_tab {
    width: 10.1769%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.con05_tab_h {
    width: 106.146%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.3s;
}
.con05_tab.con05_change .con05_tab_h {
    opacity: 1;
}
.con05_tab:hover .con05_tab_h {
    opacity: 1;
}
.con05_tab_tt {
    font-size: 1.2vw;
}

div.con05_menu {
    width: 85%;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    gap: 3vw 0;
    display: none;
}
div.con05_menu.con05_change {
    display: flex;
}
.con05_menu_item {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
}
.con05_circle {
    width: 79.5324%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con05_circle_h {
    width: 107.841%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s;
    opacity: 0;
}
.con05_menu_item:hover .con05_circle_h {
    opacity: 1;
}
.con05_menu_img {
    width: 76.2693%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_menu_title {
    font-size: 1.5vw;
    margin-bottom: 0.3vw;
    white-space: nowrap;
}
.con05_menu_dec {
    font-size: 0.8vw;
}
.con05_20 {
    width: 41.1499%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -6%;
    top: 0%;
}
.con05_top_right_tt {
    right: 1vw;
    top: 1vw;
}



div.con06_sd {
    width: 120%;
}
.con06_sd01 {
    padding: 1vw 0;
    background-color: #16992C;
}
.con06_sd02 {
    padding: 0;
}
.con06_sd03 {
    padding: 1vw 0;
    background-color: #FFC430;
}
.con07_cover {
    padding-top: 12vw;
}
.con07_bg {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_04 {
    width: 24.5669%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con07_03 {
    width: 27.992%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 5%;
    top: -29%;
}
.con07_01 {
    width: 19.895%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0%;
    top: 11%;
}
.con07_02 {
    width: 19.2126%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
    top: 11%;
}
.con07_video_wrap {
    gap: 1vw;
    margin-bottom: 3vw;
}
.con07_video {
    width: 25%;
    height: 19vw;
    box-sizing: border-box;
    border-radius: 2vw;
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0.8vw;
    transition: all 0.3s;
}
.con07_video_box {
    width: 100%;
    height: 80%;
    overflow: hidden;
    border-radius: 2vw 2vw 0 0;
}
.con07_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.con07_video.con07_change {
    transform: translateY(10%);
    background-color: #16992C;
}
.con07_06 {
    width: 18.4564%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_video_top {
    width: 39.2198%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_08 {
    width: 18.4564%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_10 {
    width: 26.4261%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_video_top {
    top: -11%;
}
.con07_12 {
    width: 33.8058%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con07_13 {
    width: 45.9502%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 14%;
}
.con07_tt01 {
    margin-bottom: 5vw;
}
.con07_bottom {
    width: 94.2782%;
    height: 37.46vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 1px solid #16992C;
    box-sizing: border-box;

}
.con07_bottom_video_box {
    width: 100%;
    height: 100%;
}
.con07_bottom_video_box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.con07_bottom_cover {
    background-color: #00000081;
    gap: 7vw;
}
.con07_bottom_right {
    width: 25.4211%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 2vw;
}
.con07_bottom_right01 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.3vw;
}
.con07_21 {
    width: 41.239%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_23 {
    width: 29.1744%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_22 {
    width: 28.9551%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_bottom_right02 {
    margin-bottom: 1.7vw;
}
.con07_bottom_right03 {
    font-size: 0.95vw;
    white-space: nowrap;
}
.con07_bottom_left {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.con07_bottom_left > div {
    width: 31.1998%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_16 {
    width: 47.9096%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_19 {
    width: 48.2671%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_bottom_left > div > div {
    top: 3%;
    right: 0%;
}
.con08_sd {
    background-color: #000;
    border: 1px solid #16992C;
    box-sizing: border-box;
}
.con08_top ,
.con08_bottom {
    width: 93.7008%;
    height: 42.196vw;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
}
.con08_bottom {
    background-image: url(/images/con08_11.png);
    background-position: center;
    background-size: cover;
    flex-direction: column;
    justify-content: flex-end;
}
.con08_video {
    width: 100%;
    height: 100%;
}
.con08_top {
    border: 1px solid #16992C;
    border-bottom: none;
}
.con08_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0% 26%;
}
.con08_top_cover {
    background-color: #000000c7;
}
.con08_top_left {
    width: 30.963%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    left: 8%;
    top: 16%;
}
.con08_03 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5vw;
}
.con08_04 {
    width: 39.697%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_top_right {
    width: 23.5027%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    right: 8%;
    top: 32%;
}
.con08_08 {
    width: 56.0137%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con08_09 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.con08_top_right_tt01 {
    font-size: 1.5vw;
    margin-bottom: 0.5vw;
}
.con08_top_right_tt02 {
    font-size: 0.8vw;
}
.con08_top_center {
    width: 44.93%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
}
.con08_06 {
    width: 67.237%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 36%;
    left: 15%;
}
.con08_07 {
    width: 80.9589%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -99%;
    left: 15%;
}
.con08_bottom_left {
    width: 21%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    left: 6%;
    top: 13%;
    flex-direction: column;
    gap: 1vw;
}
.con08_10 {
    width: 92.6833%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_bottom_right {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    text-align: end;
    right: 6%;
    gap: 0.7vw;
    top: 36%;
}
.con08_bottom_right_tt01 {
    font-size: 1.2vw;
}
.con08_bottom_right_tt02 {
    font-size: 0.9vw;
}
.con08_bottom_center {
    width: 44.8746%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
}
.con08_16 {
    width: 63.4571%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 2%;
    left: 18%;
}
.con08_sd02 {
    background-color: #000;
    box-sizing: border-box;
    border: 1px solid #16992C;
    padding: 2vw 0;
}
.con08_box_wrap {
    background-color: white;
    border-left: 1px solid #16992C;
    box-sizing: border-box;
}
.con08_box {
    width: calc(100% / 3);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-right: 1px solid #16992C;
    height: 8vw;
}
.con08_box > div:not(.con08_13) {
    margin-right: 4vw;
}
.con08_12 {
    width: 26.2793%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_18 {
    width: 25.9424%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_19 {
    width: 33.0176%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_13 {
    width: 23.2471%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 14%;
}
.con08_14 {
    width: 107.565%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5vw;
}
.con08_20 {
    width: 37.0874%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 13%;
}
.con08_smoke {
    width: 109.551%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: smoke 5s infinite;
    bottom: 23%;
}

.con08_mid {
    width: 93.7008%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_27 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.con08_mid_cover {
    justify-content: center;
}
div.con08_mid_top {
    align-items: flex-end;
    gap: 0.5vw;
    margin-bottom: 1.5vw;
}
.con08_28 {
    width: 19.4411%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con08_21 {
    width: 6.83522%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_29 {
    width: 17.4242%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_22 {
    width: 36.9214%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
    overflow: hidden;
}
.con08_26 {
    width: 37.9299%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_25 {
    width: 49.0609%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 52%;
    overflow: hidden;
}
.con08_23 {
    width: 16.976%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 12%;
    top: 20%;
    animation: ddm_m 2s infinite;
    animation-delay: 1s;
}
.con08_24 {
    width: 16.976%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 13%;
    bottom: 24%;
    animation: ddm_m 2s infinite;
}














.con09 {
    background-color: #000;
    display: none !important;
}
.con09_cover {
    padding-top: 7vw;
}
.con09_15 {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -6vw;
    margin-top: 19vw;
    animation: marqueeY 20s infinite linear;
    padding-bottom: 1vw;
}
.con09_15 .absol {
    top: 100%;
    padding-bottom: 1vw;
}
.con09_16 {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -77vw;
}
.con09_01 {
    width: 48.7139%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10vw;
}
.con09_center_slide_wrap {
    width: 40%;
    height: 7vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con09_top_slide {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
    font-size: 4vw;
}
/* .con09_right_slide {
    background-color: white;
    font-size: 3.8vw;
} */
.con09_top_slide .swiper-slide {
    flex-direction: row;
}
.con09_top_slide_title {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #16992C;
}
.con09_top_slide_con {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: white;
    color: #16992C;
    font-size: 3.8vw;
}
.con09_top_zero {
    transform: translateY(110%);
    transition: all 0.3s;
    transition-delay: 0.5s;
}
.con09_top_num {
    transition: all 0.3s;
    transition-delay: 0.5s;
}
.con09_top_slide .swiper-slide-active .con09_top_zero {
    transform: translate(0);
}
.con09_top_slide .swiper-slide-active .con09_top_num {
    transform: translateY(-120%);
}

div.con09_bottom_slide {
    bottom: 0%;
    background-color: #16992C;
    padding: 1vw 0;
}
.con09_bottom_slide .swiper-slide {
    flex-direction: row;
    gap: 0.5vw;
}
.con09_bottom_slide .swiper-wrapper {
    transition-timing-function: linear;
    pointer-events: none;
}
.con09_17  {
    width: 55.3806%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_smoke {
    width: 68.7264%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: smoke 5s infinite;
    top: -39%;
}
.con09_top_img_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    top: 0%;
    left: 0%;
}
.con09_top_img_box {
    width: 12.4409%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 2vw;
}
.con09_top_img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.6;
}

.con09_timer {
    font-size: 7vw;
    /* -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #16992C; */
    text-shadow: 0vw 0vw 0.6vw #16992C;
    font-family: 'Butler ExtraBold';
}
.con09_timer01 {
    top: 30%;
}
.timer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1vw;
}
.timer_side {
    margin-bottom: 1vw;
}
.con10_bg {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_cover {
    padding-top: 9vw;
}
.con10_01 {
    width: 33.8583%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
div.con10_center_wrap {
    align-items: flex-end;
    margin-bottom: 7vw;
}
.con10_07,
.con10_08 {
    margin-bottom: 2vw;
}
.con10_07 {
    width: 29.6588%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -5vw;
}
.con10_08 {
    width: 29.6588%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -5vw;
}
.con10_10 {
    width: 29.6588%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_09 {
    width: 89.9568%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 4%;
}
.con10_18 {
    width: 1.41695%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -5vw;
}
.con10_02 {
    width: 25.5643%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5vw;
}
div.con10_12_cover {
    flex-direction: row;
    justify-content: center;
    gap: 7vw;
}
.con10_17 {
    width: 13.6402%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
}
.con10_13 {
    width: 145.569%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -3%;
}
.con10_14 {
    width: 135.33%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_15 {
    width: 98.3815%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 1%;
}
.con10_16 {
    width: 98.3815%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 1%;
}
.con10_bottom_tt {
    margin-top: 0.5vw;
    font-size: 1.2vw;
}
.con10_12 {
    width: 86.5617%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_03 {
    width: 12.1785%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10%;
    left: 7%;
}
.con10_04 {
    width: 11.916%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10%;
    right: 7%;
}
.con10_05 {
    width: 11.601%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 34%;
    left: 7%;
}
.con10_06 {
    width: 12.336%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 34%;
    right: 7%;
}
.con11_bg {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_cover {
    padding-top: 10vw;
}
.con11_01 {
    width: 23.937%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con11_02 {
    width: 25.5118%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con11_03 {
    width: 11.5319%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -12%;
    top: -49%;
}
.con11_circle_wrap {
    margin-bottom: 10vw;
}
.con11_circle {
    width: 18.8451%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_circle01 {
    margin-right: -2vw;
}
.con11_circle03 {
    margin-left: -2vw;
}
.con11_04 {
    width: 100.006%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s;
}
.con11_circle.con11_change .con11_04 {
    opacity: 1;
}
.con11_06 {
    width: 55.4353%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_07 {
    width: 42.8997%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_08 {
    width: 42.8997%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_19 {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
}
.con11_bottom_tt {
    font-size: 1.2vw;
}
.con11_bottom_tt .bold {
    font-size: 1.4vw;
}
.con11_20 {
    width: 50.6562%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
}
.con11_21 {

    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_21_1 {
    width: 122.847%;
    top: -20%;
}
.con11_21_2 {
    width: 112.847%;
    top: -8%;
}
.con11_18 {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 42%;
}
.con11_right {
    width: 12.9659%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    right: 2.5%;
    gap: 1.3vw;
}
.con11_09 {
    width: 100.138%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_10 {
    width: 99.7328%;
    display: flex;
    justify-content: center;
    align-items: center;
    order: -1;
}
.con11_11 {
    width: 99.3274%;
    display: flex;
    justify-content: center;
    align-items: center;
    order: -2;
}
.con11_12 {
    width: 136.626%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.6vw;
}
.con11_bg_img01 {
    width: 9.13386%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0%;
    top: 10%;
}
.con11_bg_img02 {
    width: 14.1732%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
    left: 7%;
}
.con11_bg_img03 {
    width: 14.1732%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 3%;
    bottom: 20%;
}
.con11_bg_img04 {
    width: 14.1732%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 11%;
    bottom: -6%;
}
.con11_bg_img05 {
    width: 6.56168%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
    bottom: 7%;
}
.con11_bg_img06 {
    width: 14.1732%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 6%;
    top: 25%;
}
.con12 {
    padding-top: 2vw;
}
.con12_03 {
    width: 93.7008%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.con12_cover {
    width: 93.7008%;
    left: auto;
    padding-top: 5vw;
}
div.con12_top {
    justify-content: space-between;
}
.con12_title {
    width: 30.8688%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.5vw;
}
.con12_01 {
    width: 74.6488%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_02 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.con12_main {
    width: 99.7%;
    overflow: hidden;
    justify-content: space-between;
    margin-top: -1.7vw;
}
.con12_line {
    width: 33%;
    height: 0.2vw;
    margin-top: 2vw;
    background-color: #16992C;
}
.con12_left {
    width: 36.584%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2vw;
}
.con12_right {
    width: 56%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.con12_sd_img {
    width: calc(100% / 3);
    display: flex;
    justify-content: center;
    align-items: center;
}
div.con12_sd {
    width: 110%;
}
.con12_09 {
    width: 18.7648%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_10 {
    width: 16.8582%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1vw;
}
.con12_05 {
    width: 34.4201%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
    top: 17%;
}
.con12_06 {
    width: 34.1127%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -11%;
    bottom: 15%;
}
.con12_07 {
    width: 52.8594%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -30%;
    bottom: 13%;

}
.con12_08 {
    width: 16.4708%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -0.5%;

}
.con13 {
    background-color: #000;
}
.con13_main {
    width: 31.8635%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-self: flex-start;
    margin-left: 8vw;
    z-index: 1;
}
.con13_01 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_06 {
    width: 69.2913%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
}
.con13_video {
    width: 61%;
    height: 100%;
    right: 0%;
    top: -25vw;
}
.con13_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.con13_smoke {
    width: 54.9123%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: smoke 5s infinite;
    top: -10vw;
}
.con13_07 {
    width: 93.3304%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_08 {
    width: 80.9563%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_09 {
    width: 68.7919%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_10 {
    width: 81.166%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_slide {
    bottom: 4%;
}
.con13_slide .swiper-wrapper {
    transition-timing-function: linear;
    pointer-events: none;
}
.con13_line {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
}
.con13_main_cover {
    padding-top: 8vw;
}
.con13_02 {
    width: 46.1485%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5vw;
}
.con13_03 {
    width: 65.432%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con13_04 {
    width: 66.1773%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 45%;
}
.con13_05 {
    width: 52.0819%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.con13_main_tt01 {
    font-size: 0.85vw;
    margin-bottom: 1vw;
}
.con13_main_tt02 {
    font-size: 1.1vw;
}
.con14_main {
    padding: 5vw 0;
    gap: 6vw;
}
.con14_left {
    width: 32.5459%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.con14_right {
    width: 30.6037%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con14_02 {
    width: 51.2944%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con14_03 {
    width: 78.7159%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con14_04 {
    width: 100.008%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_05 {
    width: 100.084%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_01 {
    width: 100.942%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -8%;
    bottom: -8%;
}
.con14_07 {
    width: 100.682%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
}
.con14_06 {
    width: 70.0295%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 39%;
}

div.con15_cover {
    flex-direction: row;
}
.con15_01 {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_left {
    width: 33.5958%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 4.7vw;
}
.con15_13 {
    width: 100.036%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_12 {
    width: 89.0943%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_ab {
    width: 7.19006%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_10 {
    width: 64.8669%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -0.7vw;
}
.con15_ab01 {
    top: 16%;
    left: 46%;
}
.con15_ab02 {
    top: 27%;
    right: 21%;
}
.con15_ab03 {
    bottom: 17%;
    right: 37%;
}
.con15_ab04 {
    top: 25%;
    right: 32%;
}
.con15_ab05 {
    top: 49%;
    right: 16%;
}
.con15_ab06 {
    left: 15%;
    bottom: 30%;
}
.con15_ab07 {
    left: 31%;
    bottom: 15%;
}
.con15_08 {
    width: 13.4423%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_07 {
    width: 46.5711%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -1vw;
}
.con15_right {
    width: 57%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 2vw;
}
.con15_right_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0.7vw;
}
.con15_02 {    
    width: 30.3019%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.con15_right_top_tt {
    font-size: 1.2vw;
    font-family: "Nanum Myeongjo", serif;
    font-weight: 600;
}
div.con15_mid {
    justify-content: space-between;
    margin-bottom: 1vw;
}
.con15_mid > div {
    width: 24.6836%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_14 {
    width: 66.8668%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con16 {
    padding-top: 3vw;
}
.con16_main {
    width: 87.7165%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #F9EFB8;
    box-sizing: border-box;
    padding-top: 5vw;
    padding-bottom: 2vw;
}
.con16_02 {
    width: 43.6928%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
    display: none !important;
}
.con16_08 {
    width: 51.8422%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
div.con16_08_top {
    justify-content: space-between;
    font-size: 0.9vw;
    margin-bottom: 0.5vw;
}
.con16_08_bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 0.85vw;
    gap: 13vw;
    margin-top: 0.5vw;
}
.con16_arr {
    width: 25.1555%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 45%;
    display: none !important;
}
.con16_arr01 {
    top: 16.7%;
}
.con16_arr02 {
    top: 25.3%;
}
.con16_arr03 {
    top: 33.6%;
}
.con16_arr04 {
    top: 84.8%;
}
.con16_06 {
    width: 24.5984%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 74%;
    display: none !important;
}
.con16_06_1 {
    top: 15.7%;
}
.con16_06_2 {
    top: 24.3%;
}
.con16_06_3 {
    top: 32.6%;
}
.con16_06_4 {
    top: 83.8%;
}

@keyframes shakeAndFall {
    0% {
        transform: translate(0, -50%) rotate(0);
        opacity: 0;
    }
}
.con16_03 {
    width: 31.7279%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -7%;
    top: -4%;
    animation: shakeAndFall 4s linear infinite;
}
.con16_04 {
    width: 37.3551%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -7%;
    top: 50%;
    animation: shakeAndFall 4s linear infinite;
    animation-delay: 1s;
}
.con17_01 {
    width: 87.7165%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con17_left {
    width: 25.0231%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    top: 8vw;
    left: 10vw;
}
div.con17_cover {
    width: 87.7165%;
    left: auto;
}
.con17_02 {
    width: 99.895%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con17_03 {
    width: 46.9643%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -1%;
    bottom: -4%;
}
.con17_04 {
    width: 10.543%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -10%;
}
.con17_left_tt01 {
    font-size: 1.3vw;
    margin-bottom: 1.3vw;
}
.con17_left_tt02 {
    font-size: 0.95vw;
    margin-bottom: 1.5vw;
    line-height: 1.3;
}
.con17_left_tt03 {
    font-size: 0.95vw;
    white-space: nowrap;
    line-height: 1.3;
    margin-bottom: 5vw;
}
.con17_10 {
    width: 69.5441%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con17_09 {
    width: 22.7034%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -7%;
}
.con17_05 {
    width: 22.9878%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
    top: 4vw;
}
.con17_right_tt {
    left: -4%;
    bottom: -22%;
}
.con17_right_item_wrap {
    width: 16.7619%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 36%;
    left: 52%;
}
.con17_06 {
    width: 100.11%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.con17_07 {
    width: 100.11%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    left: 85%;
}
.con17_08 {
    width: 99.752%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 175%;
}
.con18 {
    background-color: #16992C;
    padding: 7vw 0;
}
.con18_01 {
    width: 24.6194%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con18_box_wrap {
    width: 69%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5vw 0;
    flex-wrap: wrap;
}
.con18_box {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con18_box_img {
    width: 90.2042%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con18_top_arr {
    width: 75%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    top: 21%;
}
.con18_bottom_arr {
    width: 75%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    top: 75%;
}
.con18_line {
    width: 100.682%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
}
.con18_06 {
    width: 1.11616%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con19 {
    padding-top: 5vw;
    padding-bottom: 7vw;
}
.con19_01  {
    width: 17.2178%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.map_wrap {
    width: 80%;
    height: 32vw;
    box-sizing: border-box;
    border: 1px solid #000;
}


.con20_01 {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form_left {
    text-align: end;
    left: 19%;
    top: 25%;
}
.form_tt01 {
    font-size: 1.5vw;
    color: #FDB813;
    font-family: "Nanum Myeongjo", serif;
    font-weight: 600;
    margin-bottom: 0.5vw;
}
.form_tt02 {
    font-size: 0.9vw;
    margin-bottom: 2vw;
}
.form_tt03 {
    font-family: "Nanum Myeongjo", serif;
    font-weight: 600;
    font-size: 1.08vw;
}
.form_title {
    width: 3%;
    font-size: 2.2vw;
    left: 51.5%;
    top: 15%;
}
.con20_02 {
    width: 76.8423%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -55%;
    top: -7%;
}












/* form */
div.form_wrap {
    width: 28%;
    padding: 3vw 0;
    background-color: white;
    right: 13%;
}
.form {
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form_margin {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.form_margin_input {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0.3vw 0;
    border-bottom: 1px solid #000;
}
.form_margin_Agree_input {
    width: 75%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    align-self: flex-end;
    gap: 0.5vw;
    margin-bottom: 1vw;
    margin-top: 1vw;
}
.footeer_agree_checkbox_01 {
    width: 0.7vw;
    height: 0.7vw;
    outline: 1px solid #000;
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: white;
}
.footeer_agree_checkbox_01:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    scale: 0.9;
    background-color: #000;
}
/* .footeer_checkbox_01 ,
.footeer_checkbox_02 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    pointer-events: none;
} */
.form_submit_div {
    width: 101.071%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.form_margin_input > label {
    width: 22%;
    font-size: 1vw;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap;
    font-family: 'miwon';
}
.form_margin_input > input {
    width: 75%;
    height: 2.5vw;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 0.5vw;
    font-size: 1vw;
}
/* .form_index_input {
    align-items: flex-start;
} */
/* .form_index_input label {
    margin-top: 0.3vw;
} */
.form_index_input textarea {
    width: 75%;
    height: 6vw;
    border: none;
    resize: none;
    outline: none;
    box-sizing: border-box;
    padding: 0.5vw;
    font-size: 1vw;
}

.form_margin_input > input::placeholder,
.form_margin_input > textarea::placeholder {
    color: #63636300;
    font-family: 'pretendard variable';
}
.form_check_wrap {
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form_check_wrap label {
    width: 26%;
    height: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    color: #63636391;
    cursor: pointer;
    transition: all 0.3s;
}
/* .form_check_wrap label:hover {
    background-color: #D4B36C;
    color: white;
}
.form_check_wrap input:checked + label {
    background-color: #D4B36C;
    color: white;
} */
.agree_text {
    cursor: pointer;
}
label .color_g {
    margin-right: 0.3vw;
}
.footeer_checkbox_02 {
    margin-left: 1vw;
}
.form_check_name_01,
.form_check_name_02 {
    margin-left: 0.5vw;
}
.footeer_checkbox_01 ,
.footeer_checkbox_02 {
    width: 1vw;
    height: 1vw;
    appearance: none;
    outline: 1px solid #16992C;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
}
.footeer_checkbox_01:checked::before ,
.footeer_checkbox_02:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #16992C;
    scale: 0.8;
    border-radius: 50%;
}






/*현종 start*/
.main_01{
    justify-content: flex-end !important;
}
.main_02{
    overflow: hidden;
}
.main_03{
    overflow: hidden;

}
.main_04{
    overflow: hidden;

}
.main_item01 > div{
    overflow: hidden;
}

.main_09{
    overflow: hidden;
}
.con01_03{
    overflow: hidden;

}

.con01_05{
    overflow: hidden;

}
.con01_06 > div{
    overflow: hidden;
    justify-content: flex-start;
}
.con01_09 {
    left: 70%;
}
.con01_01{
    overflow: hidden;
    padding-bottom: 19%;
}
.con01_15{
    overflow: hidden;
}
.con02_02{
    overflow: hidden;
}
.con04_03{
    animation: ddm_m 2s infinite;
    animation-delay: 1s;
}
.con04_04{
    animation: ddm_m 2s infinite;
}
.con04_05{
    animation: ddm_m 2s infinite;
    animation-delay: 1s;

}
.con04_06{
    animation: ddm_m 2s infinite;
}
.con04_02{
    overflow: hidden;
}
.con04_01{
    justify-content: flex-start;
}
.con07_12 {
    padding: 0.4% 0;
    overflow: hidden;
}
.con07_13{
    overflow: hidden;
}
.handani{
    animation: hand 0.3s 3;
}
.con07_bottom_right01{
    overflow: hidden;
}
.con07_21{
    overflow: hidden;
}
.con07_22{
    overflow: hidden;
}
.con08_03{
    overflow: hidden;
}
.con08_04{
    overflow: hidden;
}
.con08_08{
    overflow: hidden;
}
.con08_09{
    overflow: hidden;
}
.con08_06{
    overflow: hidden;
}
.con08_16{
    overflow: hidden;
}
.con08_10{
    overflow: hidden;

}

.con10_01{
    overflow: hidden;
}
/* .con10_03{

} */
.con10_10{
    z-index: 1;
}
.con10_02{
    overflow: hidden;
}
.con11_09{
    overflow: hidden;
}
.con11_10{
    overflow: hidden;
}
.con11_11{
    overflow: hidden;
}
.con11_12{
    overflow: hidden;
}
.con12_01{
    overflow: hidden;

}
.con12_02{
    overflow: hidden;

}
.con12_05{
    overflow: hidden;

}
.con13_04{
    overflow: hidden;

}
.con14_02{
    overflow: hidden;
}
.con14_03{
    overflow: hidden;
}
.con14_06{
    overflow: hidden;
}
.con15_02{
    overflow: hidden;
}
.con16_arr{
    overflow: hidden;
}
.con17_03{
    overflow: hidden;
}
/*현종 end*/






























/* map */
.map{
    width: 98%;
    height: 33vw;
}
.con17_mid_map_search_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con17_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;
}
.con17_mid_map_search_mid{
    background: #16992C;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 5% 3%;
    box-sizing: border-box;

}
.con17_mid_map_search_mid input{
    appearance: none;
    border: none;
    outline: none;
    border-radius: 50px;
    width: 100%;
    height: 2vw;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 1vw;
}
/* .con17_04{
} */
.con17_mid_map_search_bottom{
    overflow-y: scroll;
    height: 20.5vw;
    width: 100%;
}
.con17_mid_map_search_item{
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    cursor: pointer;
    padding: 5% 0;
    font-size: 1vw;
}
.con17_mid_map_search_item_title{
    font-size: 1.3vw;
    font-family: pretendard-bold;
}
.con17_mid_map_search_item_address{
    margin-top: 4%;
    margin-bottom: 1%;
}
.map {
    width: 100%;
    height: 31vw;
}
.con17_mid_2nd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 84%;
    margin-bottom: 5%;
    border: 1px solid black;
}
.map_search{
    width: 6% !important;
    right: 8%;
}
.con7_bottom_2{
        width: 26.4943%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con17_mid_map_search_item_title {
    font-size: 1.1vw;
    font-family: pretendard-bold;
}
.con17_mid_map_search_item {
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 0.8vw;
    font-family: pretendard-regular;
    
}
.con17_mid_map_search {
    width: 20%;
    background: white;
    height: 88%;
    top: auto;
    z-index: 2;
    overflow: hidden;
    left: 4%;
}
.con17_mid_map_search_bottom::-webkit-scrollbar {
    display: none;
}




/*popup*/


div.popup {
    width: 51%;
    height: 20vw;
    top: 2%;
    /* border: 1px solid black; */
    background-color: white;
    border-radius: 2vw;
}
.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_img {
    width: 46.5248%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    height: 100%;
    overflow: hidden;
}
.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_2nd{
    font-weight: 700;;
    width: 78%;
    font-size: 1.56vw;

}
.popup_right> div > div:nth-child(1){
    font-weight: 600;
    font-size: 1vw;
    width: 25%;
    
}
.popup_right> div > div:nth-child(2){
    font-weight: 400;
    font-size: 0.85vw;
}
.popup_right> div{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 78%;
    color: black;
    margin-top: 5%;
}
.popup_right{
    width: 53%;
    display: flex;
    justify-content: center;align-items: center;
    flex-direction: column;
}
.popup_img img{
    width: 100%;
}


.fixed_popup_con{
    width: 100%;
    height: 100%;
}




.popup_img {
    width: 47.5248%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    height: 103%;
    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 {
    width: 47.5248%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    height: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 2vw 0vw 0 2vw;
}

.popup_img_con{
    position: static !important;
    border-radius: 23px;
    overflow: hidden;
}
/* .popup_right_6th_left{
    width: 26.523% !important;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.popup_img_con {
    left: 18%;
    border-radius: 23px;
    overflow: hidden;
    width: 77%;
    height: 13vw;
    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: 78%;
    font-size: 1.56vw;
    border-bottom: 1px solid black;
    padding-bottom: 3%;
}
/* .popup_right_6th_left {
    width: 38.523% !important;
    display: flex;
    justify-content: center;
    align-items: center;
} */
.popup img{
    width: 100%;
}

.popup_close {
    width: 2.40634%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5%;
    right: 2%;
    cursor: pointer;
}
.con19_04 {
    width: 7.83%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 16%;
    right: 38%;
}
.con19_05 {
    width: 15.9462%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 31%;
    bottom: 15%;
}