* {
    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;
}
.scrX{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrX .scrX_item{
    animation: marqueeX 20s infinite linear;
    width: 100%;
}
.scrX .scrX_item_absol {
    right: -100%;
    width: 100%;

}

.scrY{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrY .scrY_item{
    animation: marqueeY 20s infinite linear;
    height: 100%;
}
.scrY .scrY_item_absol {
    bottom: -100%;
    height: 100%;
}


.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://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 rotate360 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate_img10deg {

    0% {
        transform: rotate(10deg);
    }
    49% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    99% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(10deg);
    }
}

@keyframes rotate_img5deg {

    0% {
        transform: rotate(5deg);
    }
    49% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(-5deg);
    }
    99% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(5deg);
    }
}


@keyframes opazoom {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.02);
        opacity: 0;

    }
    100% {
        transform: scale(1);
        opacity: 1;

    }
}
.opazoom{
    animation: opazoom 1.5s infinite;
}
@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 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 marqueeY {
    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_04.png) no-repeat center / contain;
    }

    25% {
        background: url(/images/con11_05.png) no-repeat center / contain;
    }

    50% {
        background: url(/images/con11_06.png) no-repeat center / contain;
    }

    75% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }

    100% {
        background: url(/images/con11_04.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);
    }
}
.rotate{
    animation: rotate360 20s infinite linear;
}
.pointer{
    cursor: pointer;
}
.blk{
    animation: blk 1s infinite;
}
.scaleopa1{
    animation: scaleOpa 2s infinite;
}

.scaleopa2{
    animation: scaleOpa2 2s infinite;
}

.main{
    background: url(/images/con21_07.jpg) no-repeat center / cover;

}
.main_ab_3{
    border-bottom: 1px solid #ffffff66;
}
.main_top{
    width: 8.34646%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
}
.main_top_2nd{
    width: 36.0105%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 1.2%;
}
.main_top_3rd{
    width: 33.7008%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 1%;
}
.main_top_4th{
    margin-top: 1.2%;
}
.main_top_5th{
    width: 28.5564%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
}
.main_top_5th_ab{
    width: 25.3676%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    top: 18%;
}
.main_top_5th_ab_3{
    width: 21.5074%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 6%;
}
.main_top_5th_ab_2{
    font-size: 4.3vw;
    top: 24%;
}
.main_top_5th_ab_2 .percent{
    font-size: 2.5vw;
    top: 24%;
    display: inline-block;
    margin-left: -5%;
}
.main_ab {
    display: flex
;
    right: 68%;
    bottom: 25%;
    font-size: 2vw;
    justify-content: center;
    align-items: center;
}
.main_ab_2 {
    display: flex
;
    left: 68%;
    bottom: 25%;
    font-size: 2vw;
    justify-content: center;
    align-items: center;
}
.main_ab .yellow{
    font-size: 3.7vw;
}
.main_ab_2 .yellow{
    font-size: 3.7vw;
}
.main_ab_ab{
    bottom: 125%;
    font-size: 1.3vw;
    overflow: hidden;
}
.main_ab_2_ab{
    bottom: 125%;
    overflow: hidden;
    font-size: 1.3vw;
}
.main_ab_3 {
    border-bottom: 1px solid #ffffff66;
    bottom: 35%;
}
.main_bg{
    filter: brightness(0.25);
}
.con1_top{
    margin-top: 8%;
    font-size: 1.3vw;
}
.con1_top_2nd{
    text-align: center;
    font-size: 3vw;
    margin-top: 1%;
    margin-bottom: 2%;
}
.con1{
    overflow: unset;
}
.con1_ab_4{
    width: 30.1312%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 63%;
    left: 38%;
}
.con1_ab_3{
    width: 8.45144%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 73%;
    left: 31%;
}
.con1_ab{
    width: 3.09711%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 6%;
}
.con1_ab_2{
    width: 3.09711%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 6%;
}
.con2_top{
    width: 41.3123%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
}
.con2_bg_left{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    cursor: pointer;
}
.con2_bg_right{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    right: 0;
}
.con2_top_2nd{
    width: 36.273%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    transition: 0.3s all;
}
.con2_ab{
    left: 7%;
    top: 17%;
    font-size: 2.3vw;
}
.con2_ab_2nd{
    right: 7%;
    top: 17%;
    text-align: right;
    font-size: 2.3vw;
}
.con2_ab_1{
    margin-top: 6%;
}
.con2_ab_2{
    margin-top: 6.7%;
}
.con2_ab_2nd_1{
    margin-top: 6%;

}
.con2_ab_2nd_2{
    margin-top: 6.7%;

}
.con2{
    background: white;
}
.con3{
    background: #f4f3f1;
}
.con3_top{
    width: 26.3517%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    overflow: hidden;
}
.con3_top_2nd{
    width: 18.8451%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 1%;
}
.con3_top_3rd{
    font-size: 1.2vw;
    margin-top: 1%;
    margin-bottom: 3%;
    overflow: hidden;
}
.con3_ab{
    width: 25.0394%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -22%;
    left: 0;
}
.con3_ab_2{
    width: 27.2966%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -65%;
    right: -2%;
}
.con3_2nd_top_item_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con3_2nd_top_item_top_2nd{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con3_2nd_top_item_top_3rd{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
}
.con3_2nd_top_item{
    width: 25%;
    border: 1px solid black;
    box-sizing: border-box;
}
.con3_2nd_top_item_top_top{
    width: 29.1139%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2%;
}
.con3_2nd_top_item_top_3rd_top_2nd{
    text-align: center;
    margin-top: 3%;
    margin-bottom: 8%;
}
.con3_2nd_top_item_top_3rd_top{
    font-size: 1.4vw;
    margin-top: 7%;
}
.con4_top_2nd{
    font-size: 1.3vw;
}
.con4_top{
    width: 41.6798%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}
.con4_top_2nd {
    font-size: 1.3vw;
    margin-top: 1%;
}
.con4_ab{
    width: 9.44882%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
}
.con4_ab_2{
    width: 9.44882%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
}


.con7_prev:after,.con7_next:after {
    content: unset !important;
}
.con10_prev:after,.con10_next:after {
    content: unset !important;
}
.con7_prev{
    left: 1% !important;
    top: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    overflow: hidden;
    left: 9% !important;
    bottom: 33%;
    transition: 0.4s background;
}
.con7_next{
    right: 1% !important;
    top: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    overflow: hidden;
    transition: 0.4s background;

    right: 9% !important;
    bottom: 33%;

}
.con14_swiper{
    width: 121%;
}

.main_slide_14_con_top{
    width: 57.6517%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid black;
}
.main_slide_14_con_top_2nd{
    font-size: 1.3vw;
    margin-top: 4%;
}
.main_slide_14_con_top_3rd{
    text-align: center;
    margin-top: 2%;
}
.con14_swiper{
    width: 121%;
    margin-top: 3%;
    margin-bottom: 5%;
}
.main_slide_14_con{
    opacity: 0.3;
    transition: 0.4s all;
}
.main_slide_14.swiper-slide-next .main_slide_14_con{
    opacity: 1;
}
.con7_prev {
    left: 1% !important;
    top: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    overflow: hidden;
    left: 32% !important;
    bottom: 57%;
    transition: 0.4s background;
    scale: -1;
}

.con7_next {
    right: 1% !important;
    top: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    overflow: hidden;
    right: 32% !important;
    bottom: 57%;
    transition: 0.4s background;
}
.main_slide_14_con_top_ab{
    width: 20.4485%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    top: -3%;
    right: 19%;
}

.con5_con{
    width: 98%;
    border: 1px solid black;
    margin-top: 1%;
    margin-bottom: 1%;
}

.con5_top{
    width: 19.7643%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-top: 7%;
    margin-left: -50%;
}
.con5_top_2nd{
    width: 29.1912%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 17%;
    z-index: 2;
    margin-left: 43%;
    margin-bottom: 11%;
}
.con5_ab_2{
    width: 22.5197%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    animation: ddm_m 2s infinite;
    z-index: 2;
}
.con5_ab{
    width: 55.9055%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    z-index: 2;
    left: 0;
}
.con5_bg{
    height: 100%;
    width: 41%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items:center;
    overflow: hidden;
}
.con5_bg video{
    width: unset;
    height: 100%;
}
.con5_con_ab{
    width: 15.1044%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 39%;
    z-index: 3;
    left: 5%;
    animation: ddm_m 2s infinite;
}
.con5_con_ab_2{
    width: 16.9791%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    left: 19%;
    top: 53%;
    animation: ddm_m 2s infinite reverse;

}
.con5_con_ab_3{
    width: 20.2464%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: ddm_m 2s infinite;
    z-index: 3;
    top: 67%;
    left: 6%;
}
.con5_con_ab_4{
    width: 16.9255%;
    display: flex;
    justify-content: center;
    animation: ddm_m 2s infinite reverse;
    align-items: center;
    z-index: 3;
    left: 72%;
    top: 36%;
}
.con5_con_ab_5{
    animation: ddm_m 2s infinite;
    animation-delay: 1s;

}
.con6_top{
    width: 23.4121%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    overflow: hidden;
}
.con6_top_2nd{
    width: 42.0472%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.6%;
}

.con6_top_4th {
    text-align: center;
    margin-top: 4%;
    margin-bottom: 4%;
    font-size: 1.2vw;
}
.con6_ab{
    width: 32.336%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
}
.con6_top_3rd{
    width: 31.2336%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
}
.con6_top_3rd_ab_3{
    width: 65.8824%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -4%;
}
.con6_top_3rd_ab_2{
    width: 31.5966%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 76%;
    left: 56%;
}
.con6_ab_2{
    width: 1.10236%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 1%;
}
.con6_ab_3{
    width: 1.10236%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 1%;
}
.con6_ab {
    width: 32.336%;
    display: flex
;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.con6_ab_4{
    width: 27.3491%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 10%;
    top: 32%;
}
.con6_ab_5{
    width: 27.5591%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 66%;
    top: 41%;
}
.con6_ab_6{
    width: 28.0315%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 67%;
    top: 59%;
}
.con7{
    background: url(/images/con06_08.jpg) no-repeat center / cover;

}
.con7_top{
    font-size: 1.3vw;
    overflow: hidden;
    margin-top: 8%;
    width: 77%;
}
.con7_top_2nd{
    font-size: 2.67vw;
    width: 77%;
    margin-top: 0.6%;
}
.con7_top_3rd_ab{
    width: 56.565%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: smoke 2s infinite;
    bottom: 10%;
    left: 5%;
}
.con7_top_3rd{
    width: 73.9633%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -3%;
    margin-right: -27%;
    margin-top: -4%;
}
.con7_scrx{
    padding: 0.8% 0;
    bottom: 0;
    z-index: 2;
}
.con7_ab{
    width: 41.7848%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    bottom: 0%;
    right: 8%;
}
.con7_ab_2{
    top: 0.9%;
    height: 0.04vw;
}
.con7_ab_item{
    top: 13%;
    align-items: flex-start;
    width: 78%;
}
.con7_ab_item_top{
    width: 19.4847%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con7_ab_item_top_2nd{
    font-size: 1.4vw;
    overflow: hidden;
    margin-top: 6%;
}
.con7_ab_item_top_3rd{
    overflow: hidden;
    margin-top: 4%;
}
.con7_ab_item_top_4th{
    overflow: hidden;
    margin-top: 3%;
}
.con7_ab_item_top_5th {
    width: 100%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
}
.con8_top{
    width: 32.231%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con8_top_ab{
    width: 3.4202%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 107%;
}
.con8_top_ab_2{
    width: 3.4202%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 107%;
}
.con8_prev{
    width: 8.34646%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
}
.con8_top {
    width: 32.231%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
}
.con8_top_2nd_1_top{
    top: 38%;
    font-size: 1.4vw;
}
.con8_top_2nd_1_top_2nd{
    text-align: center;
    top: 49%;
}
.con8_top_2nd_2_top{
    top: 20%;
    text-align: center;
    font-size: 1.3vw;
    line-height: 1.7vw;
}
.con8_top_2nd{
    margin-top: 3%;
    margin-bottom: 6%;
}
.con8_bg{
    height: 19vw;
    bottom: 0;

}
.con8_2nd_top_2nd{
    font-size: 2.5vw;
    line-height: 3vw;
    width: 85%;
    margin-top: 0.5%;
}
.con8_2nd_top{
    width: 2.51968%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    margin-left: -82%;
}
.con8_2nd_top_3rd{
    width: 84%;
    margin-top: 1%;
    margin-bottom: 11%;
}
.con8_2nd_con_ab_2{
    width: 16.168%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 7%;
}
.con8_2nd_con_ab{
    width: 18.5827%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 24%;
    top: 35%;
}
.con8_2nd_ab{
    right: 0;
    height: 100%;
    width: 60.5%;
    position: absolute;
}
.con8_2nd_ab_item{
    height: 100%;
    width: 87%;
    left: 0;
}
.con8_2nd_ab_item_1{
    background: black;
    height: 100%;
    transition: 0.5s all;
    width: 8%;
    left: 0;
}
.con8_2nd_ab_item_1 .absol{
    transition: 0.5s all;

}
.con8_2nd_ab_item_1_ab{
    color: white;
    top: 4.5%;
    font-size: 1.5vw;
    font-style: italic;
}
.con8_2nd_ab_item_1_ab_2{
    font-size: 1.4vw;
    writing-mode: sideways-rl;
    bottom: 7%;
}
.con8_2nd_ab_item_1{
    border: 1px solid white;
    box-sizing: border-box;
}
.con8_2nd_ab_item{
    justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.con8_2nd_ab_item_2{
    height: 100%;
    justify-content: flex-start;
    background: #fffbe8;
}
.con8_2nd_ab_item_1_ab{
    left: 0;
}
.con8_2nd_ab_item_2_ab{
    width: 35.6681%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
}
.con9{
    border-top: 1px solid black;
}
.con8_2nd_ab_item_2_top{
    margin-top: 37%;
    font-size: 1.4vw;
}
.con8_2nd_ab_item_2_top_2nd{
    margin-left: 28%;
    margin-top: 3%;
}

.con8_2nd_ab_item_1_ab {
    left: 0;
    width: 100%;
    text-align: center;
}
.con8_2nd_ab_item_2nd{
    left: 87%;
}
.con8_2nd_ab_item_3rd {
    left: 93.6%;
}
.con8_2nd_ab_item{
    transition: 0.5s all;
}

.con8_2nd_ab_item_on .con8_2nd_ab_item_1{
    background:#fcd021;
    border: 1px solid black;
}
.con8_2nd_ab_item_on .con8_2nd_ab_item_1 .absol{
    color: black;
}
.con8_2nd_ab_item_1st_on.con8_2nd_ab_item_1st{
    left: 0;
}
.con8_2nd_ab_item_1st_on.con8_2nd_ab_item_2nd{
    left: 87%;
}
.con8_2nd_ab_item_1st_on.con8_2nd_ab_item_3rd{
    left: 93.6%;
}



.con8_2nd_ab_item_2nd_on.con8_2nd_ab_item_1st{
    left: 0;
}
.con8_2nd_ab_item_2nd_on.con8_2nd_ab_item_2nd{
    left: 6.5%;
}
.con8_2nd_ab_item_2nd_on.con8_2nd_ab_item_3rd{
    left: 93.6%;
}



.con8_2nd_ab_item_3rd_on.con8_2nd_ab_item_1st{
    left: 0;
}
.con8_2nd_ab_item_3rd_on.con8_2nd_ab_item_2nd{
    left: 6.5%;
}
.con8_2nd_ab_item_3rd_on.con8_2nd_ab_item_3rd{
    left: 13%;
}

.con8_2nd_ab_item_2_top {
    margin-top: 37%;
    font-size: 1.4vw;
    width: 12%;
    white-space: nowrap;
}

.con2_scry_4th{
    left: 0;
    z-index: 2;
}

.con2_scry_4th{
    left: 0;
    z-index: 2;
}


.con9_top{
    width: 23.832%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
}
.con9_top_2nd {
    width: 41.4173%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: -5%;
    text-align: center;
    font-size: 3.4vw;
    line-height: 4vw;
}
.con9_top_3rd{
    margin-top: 7%;
}
.con9_top_2nd_2nd{
    font-size: 1.3vw;
    margin-top: 1%;
}
.con9_top_3rd {
    margin-top: 7%;
    margin-bottom: 7%;
}
.con9_top_3rd_item{
    width: 22.0997%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1%;
    transform-origin: bottom left;
    transition: 0.5s all;
}
.con9_top_3rd_item_ab{

    bottom: -15%;
    right: 11%;
    rotate: 20deg;
    transform-origin: bottom right;
    opacity: 0;
    transition: 0.3s all;

}
.con9_top_3rd_item_ab_1{
    width: 14.9644%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con9_top_3rd_item_on{
    border-radius: 20px;
    box-shadow: 6px 9px 29px -4px;
    rotate: -7deg;
}
.con9_top_3rd_item_on  .con9_top_3rd_item_ab{
    opacity: 1;
    rotate: 0deg;

}
.con9_ab{
    width: 23.3596%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 12%;
}
.con2_scry_4th_1{
    left: 0;
    width: 5%;
}
.con2_scry_4th_1{
    background:#fcd021;
}
.con2_scry_4th_2{
    background:#fcd021;
    right: 0;
    width: 5%;

}

.con10_top{
    width: 16.273%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
}
.con10_top_2nd{
    width: 31.0761%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
}
.con10_top_3rd{
    text-align: center;
    margin-top: 2%;
    font-size: 1.2vw;
}
.con10_03{
    z-index: 3;
}
.con10_top_4th_ab_3{
    width: 20.2721%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    animation: ddm_m 2s infinite;
    left: 7%;
    bottom: 56%;
}
.con10_top_4th_ab_4{
    width: 20%;
    display: flex;
    justify-content: center;
    animation: ddm_m 2s infinite reverse;
    align-items: center;
    bottom: 47%;
    z-index: 4;
    right: 7%;
}
.con10_top_4th{
    width: 38.5827%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-bottom: -6%;
}
.con10_top_4th_ab{
    width: 62.1769%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 76%;
    top: 21%;
}
.con10_top_4th_ab_2{
    width: 72.517%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 76%;
    top: 21%;
}




.con10_swiper_y_left {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 18%;
    height: 173%;

    overflow: hidden;
    left: -3.5%;
    top: -18%;
    pointer-events: none;
}
.con10_swiper_y_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 18%;
    height: 173%;

    overflow: hidden;
    right: -3.5%;
    top: -18%;
    pointer-events: none;
}
.con10_swiper_slide_y{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
    width: 100%;
    overflow: hidden !important;
    transition: all 0.3s;
}
.con10_swiper_div_y{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    transition: all 0.3s;
}
.con10_sd_y_img{
    width: 100%;
}

.con10 .con10_swiper_y_left {
    width: 31%;
}

.con10 .con10_swiper_y_right {
    width: 31%;
}

.con10_top_4th {
    width: 38.5827%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-bottom: -6%;
    z-index: 2;
}
.con11_top_4th{
    animation: backgroundchange 5s infinite;
    z-index: 5;
}
.con11{
    background: black;
}
.con11_top{
    width: 3.93701%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 7%;
}
.con11_top_2nd{
    font-size: 1.7vw;
    margin-top: 2%;
    overflow: hidden;
}
.con11_top_3rd {
    font-size: 1.5vw;
    margin-top: 2%;
}
.con11_top_3rd .yellow {
    font-size: 4vw;
    margin-top: 1%;
}
.con11_top_4th{
    width: 37.2178%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    margin-bottom: -4%;
}
.con11_bg_ab {
    right: 78%;
    top: 53%;
    display: flex
;
    justify-content: flex-end;
    align-items: center;
    width: 30%;
}
.con11_bg_ab_2 {
    left: 78%;
    top: 53%;
    display: flex
;
    justify-content: flex-start;
    align-items: center;
    width: 30%;
}
.con11_bg_ab_ab{
    font-size: 2vw;
    top: 100%;
}
.con11_bg_ab_ab_2{
    font-size: 3.4vw;
}
.con11_bg_ab_ab{
    font-size: 2vw;
    top: 160%;
}
.con11_bg_ab_2_ab{
    font-size: 2vw;
    top: 150%;
}
.con11_bg_ab_2_ab_1{
    font-size: 3vw;
}
.con2_mid_swiper_1{
    width: 105%;
    bottom: 5%;
}
.con2_mid_swiper_1_slide_con_ab_2{
    font-size: 2.2vw;
    top: 56%;
}
.con2_mid_swiper_1_slide_con_ab{
    top: 11%;
}
.con2_mid_swiper_1_slide_con_ab_2nd{
    top: 41%;
}
.con2_mid_swiper_1_slide_con{
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all;
}
.con2_mid_swiper_1_slide.swiper-slide-next + .con2_mid_swiper_1_slide .con2_mid_swiper_1_slide_con{

    opacity: 0;
}

.con2_mid_swiper_1_slide.swiper-slide-next + .con2_mid_swiper_1_slide + .con2_mid_swiper_1_slide .con2_mid_swiper_1_slide_con{

    opacity: 0;
}

.con11_bg_vid{
    filter: brightness(0.3);
}

.con12_top_3rd{
    flex-wrap: wrap;
}

.con12{
    background: black;
    background: url(/images/con12_04.jpg) no-repeat center / cover;

}

.con12_top{
    width: 42.9921%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
}
.con12_top_2nd{
    font-size: 1.1vw;
    margin-top: 2%;
    margin-bottom: 3%;
}
.con12_top_3rd_item{
    width: 25.7743%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1%;
}
.con12_top_3rd {
    flex-wrap: wrap;
    margin-bottom: 5%;
}
@keyframes shakeAndFall {
    0% {
        transform: translate(0, -100%) rotate(0);
        opacity: 0;
    }
}

.con12_ab{
    width: 39.7375%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 8%;
}
.con12_ab_2{
    animation: shakeAndFall 4s linear infinite;
    width: 85.1969%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_top_3rd{
    margin-top: 3%;
    margin-bottom: 6%;
}
.con13_top_3rd_1{
    width: 34.9081%;
    display: flex;
    justify-content: center;
    margin-right: 4%;
    align-items: center;
    margin-left: -4%;
}
.con13_top_3rd_2{
    width: 29.9738%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_top_3rd_2_ab{
    bottom: 10%;
    left: 29%;
    font-size: 1.6vw;
}
.con13_top{
    margin-top: 4%;
    font-size: 1.2vw;
}
.con13_top_2nd{
    font-size: 3vw;
}
.con13_ab_3{
    width: 29.7638%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    right: -2%;
    bottom: -4%;
}
.con13_ab_2{
    width: 3.09711%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 2%;
}
.con13_ab{
    width: 3.09711%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 2%;
}

.con14_top_2nd{
    font-size: 3vw;
    margin-top: 4%;
}
.con14_top{
    font-size: 1.2vw;
    margin-top: 1%;
}



.con08_tab_wrap {
    gap: 1vw;
    margin-bottom: 3vw;
}
.con08_tab {
    width: 11.706%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 1.2vw;
}
.con08_tab > img.rltv {
    opacity: 1;
    transition: all 0.3s;
}
.con08_tab img.absol {
    opacity: 0;
    transition: all 0.3s;
}
.con08_tab:hover {
    color: white;
    background: black;
}
.con08_tab:hover > img.rltv {
    opacity: 0;
}
.con08_tab:hover img.absol {
    opacity: 1;
}

.con08_tab.con08_change > img.rltv {
    opacity: 0;
}
.con08_tab.con08_change img.absol {
    opacity: 1;
}
.con08_tab {
    width: 7.706%;
    display: flex
;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 1vw;
    background: white;
    height: 2.6vw;
    border-radius: 5px;
    border: 1px solid black;
}
.con08_tab.con08_change {
    color: white;
    background: black;
}
.con08_tab_wrap {
    gap: 1vw;
    margin-bottom: 3vw;
    margin-top: 2%;
}



.con08_menu{
    opacity: 0;
}
.con08_change.con08_menu{
    z-index: 3;
    opacity: 1;
}


div.con08_menu {
    width: 70%;
    height: 35vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_menu .swiper-slide {
    flex-direction: column;
}
.con08_menu_img {
    width: auto;
    height: 13vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con08_menu_img img {
    width: auto;
    height: 100%;
    object-fit: cover;
}


.con08_menu_img {
    width: auto;
    height: 10vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
    top: 6%;
}

.con08_menu_title{
    top: 77%;
    text-align: center;
}

.con08_menu_con{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.con08_menu {
    width: 72%;
    height: 36vw;
    display: flex
;
    justify-content: center;
    align-items: center;
}

.con08_menu_ab{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_menu_desc{
    text-align: center;
}
.con08_menu_wrap{
    margin-top: 3%;
    margin-bottom: 6%;
}
.con08_menu_con{
    overflow: hidden;
}
.con08_menu_ab {
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    top: 100%;
    transition: 0.3s all;
}
.con08_menu_con:hover .con08_menu_ab{
    top: 0;
}

.con08_menu_img {
    width: auto;
    height: 12vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
    border-radius: 1vw;
    top: 6%;
    overflow: hidden;
    border: 1px solid black;
}
.con08_menu_wrap {
    margin-top: 0;
    margin-bottom: 6%;
}

.con14 .con7_prev {
    left: 1% !important;
    top: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    overflow: hidden;
    left: 10% !important;
    bottom: 42%;
    transition: 0.4s background;
    scale: -1;
}

.con14 .con7_next {
    right: 1% !important;
    top: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    overflow: hidden;
    right: 10% !important;
    bottom: 42%;
    transition: 0.4s background;
}


.con15_top{
    width: 80%;
    font-size: 1.2vw;
    margin-top: 5%;
}
.con15_top_2nd{
    width: 80%;
    font-size: 3vw;
    line-height: 3.4vw;
    margin-top: 1%;
}
.con15_bg{
    bottom: 0;
}
.con02_09{
    overflow: hidden;
    border-radius: 20px ;
    border: 1px solid black;
}
.con14_swiper_2nd{
    margin-top: 3%;
    margin-bottom: 5%;
}
.con15_ab_2{
    width: 48.0315%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -15%;
    right: -8%;
    z-index: 2;
}
.con15_ab{
    width: 18.1102%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}

.con15_ab_3{
    width: 10.7087%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    left: 59%;
}
.con15_ab_3_ab{
    width: 45.098%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    top: 36%;
}

.con16{
    background: black;
}
.con16_top{
    font-size: 1.2vw;
}
.con16_top_2nd{
    width: 32.1785%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5%;
}
.con16_top_3rd_item{
    width: 25.7218%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 18vw;
    transition: 0.3s all;
    border-radius: 22px;
    overflow: hidden;
    background: white;
    margin: 0 1%;
}
.con16_top_3rd_item_top{
    top: 30%;
    font-size: 1.3vw;
}
.con16_top_3rd_item_top_2nd{
    top: 48%;
    text-align: center;
}
.con16_top_3rd_item_on{
    background:#fcd021;

}
.con16_top_3rd_item_ab{
    width: 23.4694%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 70%;
    transition: 0.3s all;
    bottom: 47%;
    opacity: 0;
}
.con16_top_3rd_item_ab_2{
    width: 19.7959%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 8%;
    left: 2%;
    transition: 0.3s all;
    opacity: 0;
}
.con16_top_3rd_item_on .con16_top_3rd_item_ab{
    bottom: 57%;
    opacity: 1;
}
.con16_top_3rd_item_on .con16_top_3rd_item_ab_2{
    bottom: -8%;
    opacity: 1;

}

.con16_top {
    font-size: 1.2vw;
    margin-top: 6%;
}
.con16_top_2nd {
    width: 32.1785%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 1.5%;
    margin-bottom: 3%;
}
.con16_top_4th{
    width: 42.9396%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -3%;
}

.con16_scry_1{
    left: -1%;
    height: 227%;
}
.con16_scry_2{
    left: 21%;
    height: 227%;
}
.con16_scry_2 .scrY_item {
    animation: marqueeY 20s infinite linear reverse;
    height: 100%;
}
.con16_scry_3{
    left: 43%;
    height: 350%;
}
.con16_scry_4{
    left: 63%;
    height: 350%;

}
.con16_scry_4 .scrY_item {
    animation: marqueeY 20s infinite linear reverse;
    height: 100%;
}
.con16_scry_5{
    left: 83%;
    height: 350%;
}
.con17_top_2nd{
    width: 37.8478%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con17_top_2nd_ab{
    width: 2.91262%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 106%;
}
.con17_top_2nd_ab_2{
    width: 2.91262%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 106%;
}

.con17_top{
    width: 2.51968%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}
.con17_top_2nd {
    width: 29.8478%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
}
.con17_top_3rd{
    font-size: 1.2vw;
    margin-top: 1.3%;
    margin-bottom: 3%;
    text-align: center;
}

.con16_top_2nd {
    width: 27.1785%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 1.5%;
    margin-bottom: 3%;
}

.con10_top_2nd {
    width: 27.0761%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
}
.con14_swiper_3rd{
    width: 110%;
    margin-bottom: 4%;
}
.con17_09{
    scale: 0.8;
    opacity: 0.5;
    overflow: hidden;
    border-radius: 20px;
    transition: 0.3s all;
    border: 1px solid black;
}
.main_slide_14.swiper-slide-next .con17_09{
    scale: 1;
    opacity: 1;
}


.con17 .con7_prev {
    left: 1% !important;
    top: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    overflow: hidden;
    left: 30.3% !important;
    bottom: 44%;
    transition: 0.4s background;
    scale: -1;
}

.con17 .con7_next {
    right: 1% !important;
    top: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    overflow: hidden;
    right: 30.3% !important;
    bottom: 44%;
    transition: 0.4s background;
}

.con18_ab{
    left: 0;
    width: 9.39633%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}
.con18_ab_2{
    right: 0;
    width: 9.39633%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}
.con18{
    overflow: unset;
}
.con18_top{
    width: 4.35696%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -2.3%;
}
.con18_top_2nd{
    font-size: 1.2vw;
    margin-top: 3%;
}
.con18_top_3rd{
    width: 31.1627%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2%;
    margin-top: 1%;
}
.con18_2nd_top{
    background: white;
}
.con18_2nd_top_item{
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.33%;
}
.con18_2nd_top_item_top{
    width: 23.4646%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    margin-top: 11%;
}
.con18_2nd_top_item_top_2nd{
    width: 72.9134%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -3%;
}
.con18_2nd_top_item_top_3rd{
    font-size: 1.3vw;
    margin-top: 6%;
}
.con18_2nd_top_item_top_4th{
    text-align: center;
    margin-top: 2%;
    margin-bottom: 9%;
}
.con18_2nd_top_item {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.33%;
    border-right: 1px solid;
}

.con18_2nd_arr_1{
    width: 1.94226%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 32.3%;
    z-index: 2;
}
.con18_2nd_arr_2{
    width: 1.94226%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 32.3%;
    z-index: 2;
}

.con18_3rd_top{
    text-align: center;
    font-size: 1.2vw;
    line-height: 1.8vw;
}
.con18_2nd{
    z-index: 3;
}
.con18 {
    overflow: unset;
    z-index: 2;
}
.con18_3rd {
    overflow: unset;
    z-index: 1;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
.con18_3rd_top {
    text-align: center;
    font-size: 1.2vw;
    line-height: 1.8vw;
    margin: 3% 0;
}
.con19_top_3rd_ab{
    width: 10.0833%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    bottom: 3%;
    left: 52%;
}
.con19_top{
    font-size: 1.2vw;
    margin-top: 5%;
}
.con19_top_2nd{
    width: 20.6693%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
}
.con19_top_3rd{
    width: 62.9921%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-bottom: 6%;
}
.con19_top_3rd_ab_2{
    width: 16.3333%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 6%;
    left: 70%;
}
.con19_top_3rd_ab_3{
    width: 16.3333%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 70%;
    top: 32%;
}
.con19_top_3rd_5{
    font-size: 0.9vw;
    bottom: 102%;
    right: 0;
}
.con19_top_3rd_4{
    font-size: 0.9vw;
    top: 102%;
    left: 0;
}
.con19{
    z-index: 2;
    background: white;
}
.con19_ab{
    width: 33.8058%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -11%;
    z-index: 2;
    top: -18%;
}
.con20 {
    border-top: 1px solid black;
}
.con20_top{
    font-size: 1.2vw;
    margin-top: 6%;
}
.con20_top_2nd{
    width: 20.5223%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 1%;
}
.con20_top_3rd {
    flex-wrap: wrap;
    align-items: flex-start;
    width: 83%;
}
.con20_top_3rd_item{
    width: 19.1651%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.5% 2.3%;
}
.con20_top_3rd {
    flex-wrap: wrap;
    align-items: flex-start;
    width: 83%;
    margin-top: 3%;
    margin-bottom: 4%;
}
.con20_top_3rd_item_ab{
    width: 9.90099%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 106.6%;
}
.con20_ab{
    width: 16.5879%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: -19%;
}
.con20{
    z-index: 2;
    overflow: unset;
}
.con21_scrx{
    margin-top: 1%;
}

.con21_top{
    width: 8.7664%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -6%;
}
.con21_top_3rd{
    width: 7.1916%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -22%;
}
.con21_con{
    background: url(/images/con21_07.jpg) no-repeat center / cover;
}
.con21_top_3rd_2nd{
    width: 13.9633%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 3%;
}
.con21_top_4th{
    font-size: 1.2vw;
    color: white;
    margin-top: 1.4%;
    overflow: hidden;
}
.con21_ab{
    width: 0.577428%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 2%;
    z-index: 2;
}
.con21_ab_2{
    width: 0.577428%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 2%;
    z-index: 2;
}
.con21_ab_3{
    width: 31.916%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    bottom: -3%;
    right: 0;
}
.con22_con{
    width: 92%;
    margin: 3% 0;
    background: url(/images/con01_04.png) no-repeat center / cover;
}
.con22_con_top{
    width: 14.0331%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -69%;
    overflow: hidden;
    margin-top: 8%;
}
.con22_con_top_2nd{
    width: 82%;
    font-size: 1.2vw;
    margin-top: 2%;
}
.con22_con_top_3rd{
    width: 2.56703%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -80%;
    margin-top: 2%;
}
.con22_con_top_3rd_ab{
    white-space: nowrap;
    left: 110%;
    font-size: 2vw;
}
.con22_con_top_4th{
    width: 47.5756%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    margin-left: -56%;
    margin-bottom: -10%;
}
.con22_con_top_4th_ab{
    width: 57.9137%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -11%;
    top: -10%;
}












.form {
    margin-top: 2%;
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid white;
    padding-top: 1.7%;
    background: white;
    z-index: 1;
    margin-bottom: 7%;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    padding-bottom: 0%;
    padding-left: 3%;
    padding-top: 1%;
    margin-top: 1%;
    border-bottom: 1px solid black;
}
.form_agree {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 78%;
    margin-top: 5%;
    margin-bottom: 4%;
}
.form_row_label{
    font-family: Pretendard-regular;
    color: black;
    white-space: nowrap;
    font-size: 1.2vw;
}
.form_row_imput{
    width: 70%;
    height: 2.8vw;
    background: transparent;
    border: none;
    font-size: 1.2vw;
    font-family: 'Pretendard-Regular';
    outline: none;
}

.form_agree_span{
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: black;
}
.form_agree_check{
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 0;
    background: #f2f2f2;
    color: transparent;
    border: none;
    appearance: none;
}
.form_agree_check:checked {
    background: #f2f2f2;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;

}
.form_agree_check:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: #bf2121;
    color: unset !important;
}

.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF4206;
    padding: 1.5%;
    width: 48%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    font-family: GmarketSansBold;
    border-radius: 0;
    padding-top: 2.5%;
    padding-bottom: 2%;
    cursor: pointer;
}
.form_row_imput_radio {
    margin-right: 1%;
    width: 1.5vw;
    height: 1.5vw;
    overflow: hidden;
    outline: 0;
    background: #ffffff;
    color: white;
    border: none;
    appearance: none;
    border-radius: 50%;
    margin-right: 20%;
    left: 3%;
    border: 1px solid black;
}
.form_row_imput_radio:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: #bf2121;
    color: unset !important;
}
.form_row > span {
    font-size: 1.3vw;
    margin-right: -18%;
    color: black;
    font-family: GmarketSansMedium !important;
}
.form_agree_span{
    font-family: GmarketSansMedium !important;

}
.form_row_imput_radio_1{
    margin-right: -6%;
}
.form_row_imput_text{
    padding-left: 3%;
    box-sizing: border-box;
}
.form_row_radio{
    padding-top: 2%;
    padding-bottom: 2%;
}

.form_row_imput_radio{
    display: flex;
    justify-content: center;
    align-items: center;
}.form_row_imput_radio:checked::after {
     content: "";
     width: 1vw;
     height: 1vw;
     position: absolute;
     background: #bf2121;
     color: unset !important;
     border-radius: 50%;
 }
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bf2121;
    padding: 1.5%;
    width: 48%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 2.5%;
    padding-bottom: 2%;
    cursor: pointer;
}
.form {
    margin-top: 2%;
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 20%;
}
.form_row_label {
    font-family: Pretendard-regular;
    color: white;
    white-space: nowrap;
    font-size: 1.2vw;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    padding-bottom: 0%;
    padding-left: 3%;
    padding-top: 1%;
    margin-top: 1%;
    border-bottom: 1px solid white;
}
.form_row > span {
    font-size: 1.3vw;
    margin-right: -18%;
    color: white;
}
.form_agree_span {
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: white;
}
.form_agree_check:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    background: #bf2121;
    color: unset !important;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bf2121;
    padding: 1.5%;
    width: 75%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 2.5%;
    padding-bottom: 2%;
    cursor: pointer;
}
.form {
    margin-top: 2%;
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 3%;
    top: 15%;
}
.form_row_radio {
    padding-top: 2%;
    padding-bottom: 2%;
}

.form_agree {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 78%;
    margin-top: 5%;
    margin-bottom: 4%;
}

.form_row_label {
    font-family: Pretendard-regular;
    color: white;
    white-space: nowrap;
    font-size: 1.2vw;
    width: 22% !important;
}

.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    padding: 1.5%;
    width: 33%;
    color: white;
    position: relative !important;
    margin-bottom: 17%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 0.5%;
    padding-bottom: 2%;
    cursor: pointer;
}

.form {
    margin-top: 2%;
    width: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 7%;
    top: 13%;
}
.form_row {
    border-bottom: unset;
}
.con20_08 {
    bottom: -34%;
    left: -2%;
    width: 113%;
}


.form_row_imput_radio {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fe0908;
    background: transparent;
}
.form_row_imput_radio:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: #fe0908;
    color: unset !important;
    border-radius: 50%;
}
.form_agree_check {
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 0;
    background: #f2f2f2;
    color: transparent;
    border: none;
    appearance: none;
    border: 1px solid #fe0908;
    background: transparent;
}
.form_agree_check:checked {
    background: transparent;
    border: 1px solid #fe0908;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form_agree_check:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    background: #fe0908;
    color: unset !important;
}


.form_row {
    border-bottom: 1px solid white !important;
}

.form_row_imput_radio {
    border: 1px solid #a84e1d;
    background: transparent;
}
.form_row_imput_radio:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: #a84e1d;
    color: unset !important;
    border-radius: 50%;
}

.form_agree_check {
    border: 1px solid #a84e1d;
}


.form {
    margin-top: 2%;
    width: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 6%;
    top: 28%;
}

.form_agree_check:checked {
    border: 1px solid #a84e1d;
}

.form_row > span {
    font-family: Pretendard-regular !important;
}
.form {
    margin-top: 2%;
    width: 35%;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: white;
    z-index: 1;
    margin-bottom: 7%;
    right: 13%;
    top: 7%;
}
.form_row_label {
    font-family: Pretendard-regular;
    color: black;
    white-space: nowrap;
    font-size: 1.2vw;
    width: 22% !important;
}

.form_row_imput_radio {
    border: 1px solid black;
    background: transparent;
}
.form_row_imput_radio:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: #002c46;
    color: unset !important;
    border-radius: 50%;
}


.form_row {
    border-bottom: 1px solid black !important;
}
.form_agree {
    display: flex
;
    justify-content: flex-end;
    align-items: center;
    width: 78%;
    margin-top: 5%;
    margin-bottom: 4%;
}

.form_agree_span {
    font-size: 1vw;
    font-family: Pretendard-regular;
    color: black;
}
.form_agree_check {
    border: 1px solid #002c46;
}
.form_agree_check:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    background: #002c46;
    color: unset !important;
}
.form_submit {
    display: flex
;
    justify-content: center;
    align-items: center;
    background: #002c46;
    padding: 1.5%;
    width: 76%;
    color: white;
    position: relative !important;
    margin-bottom: 17%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 0.5%;
    padding-bottom: 2%;
    cursor: pointer;
    text-align: center;
}
.form_agree_check:checked {
    border: 1px solid #002c46;
}
.form_submit {
    display: flex
;
    justify-content: center;
    align-items: center;
    background: #002c46;
    padding: 1.5%;
    width: 76%;
    color: white;
    position: relative !important;
    margin-bottom: 3%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 1.5%;
    padding-bottom: 2%;
    cursor: pointer;
    text-align: center;
}
.form_row > span {
    font-size: 1.3vw;
    margin-right: -18%;
    color: black;
}

.form_row_radio {
    padding-top: 2%;
    padding-bottom: 2%;
    justify-content: flex-start;
}
.form_row_imput_radio_1 {
    margin-right: 0;
}
.form_row > span {
    font-size: 1.1vw;
    margin-right: 0;
    color: black;
    white-space: nowrap;
}
.form_row > span {
    margin-right: 3% !important;
    margin-left: 3%;
}
.form_row_imput_radio {
    margin-right: 0;
}
.con24{
    background: black;
}

.con24_top{
    width: 22.7297%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 17%;
    margin-left: -36%;
    z-index: 2;
}
.con24_top_2nd{
    width: 15.748%;
    display: flex;
    justify-content: center;
    animation: blk 1s infinite;
    align-items: center;
    margin-left: -37.5%;
    margin-top: 1%;
    z-index: 2;

    margin-bottom: 13%;
}
.form_submit{
    background: transparent;
}
.form_agree_check {
    border: 1px solid black;
}
.form_agree_check:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    background: black;
    color: unset !important;
}
.form_agree_check:checked {
    border: 1px solid black;
}
.form_agree_span {
    font-size: 1vw;
    font-family: Pretendard-regular !important;
    color: black;
}
.form_row_label{
    font-family: GmarketSansMedium !important;
}

.form_row_label_required::after {
    content: '*';
    font-family: Pretendard-regular;
    color: #cb1f39;
    white-space: nowrap;
    font-size: 1.1vw;
    position: absolute;
    right: 100%;
    width: 0%;
    bottom: 40%;
}
.form_row_label {
    width: 37% !important;
}
.con24_bg{
    width: 94%;
    height: 92%;
    background: white;
    border-radius: 50%;

}

.form {
    margin-top: 2%;
    width: 35%;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 13%;
    top: 7%;
}

.con24_bg {
    width: 94%;
    height: 85%;
    background: white;
    border-radius: 50%;
}
.form {
    margin-top: 2%;
    width: 35%;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 15%;
    top: 16%;
}

.form_row_label_3lettters {
    letter-spacing: 1.5vw;
}

.form_row_label_4lettters {
    letter-spacing: 0.67vw;
}

.form {
    margin-top: 2%;
    width: 35%;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: white;
    margin-bottom: 7%;
    right: 15%;
    top: 0;
    height: 36vw;
}
.form_submit {
    background: black;
}
.form_submit {
    display: flex
;
    justify-content: center;
    align-items: center;
    padding: 1.5%;
    width: 76%;
    color: white;
    position: relative !important;
    margin-bottom: 3%;
    font-size: 1.2vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 3.5%;
    padding-bottom: 3%;
    cursor: pointer;
    text-align: center;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
}
.form_row_imput_radio:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: black;
    color: unset !important;
    border-radius: 50%;
}
.con3_2nd_top_item_top_2nd .con02_09{
    border-radius: unset !important;
}
.con8_top_2nd_1{
    width: 29.5013%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con8_top_2nd_2{
    width: 29.3963%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con8_top_2nd_3{
    width: 29.5013%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con7_ab_2nd{
    width: 12.231%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 27%;
    z-index: 10;
}
.con8_ab{
    width: 40.21%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -15%;
}
.con8_ab_ab{
    width: 43.8642%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 24%;
}
.con2_left{
    pointer-events: none;
}
.con2_right{
    pointer-events: none;
}
.con2_bg_left{
    pointer-events: unset;
}
.con2_bg_right{
    pointer-events: unset;
}
.con2_left img{
    opacity: 0;
}
.con2_right img{
    opacity: 0;
}
.con2_left p{
    color: black;

}
.con2_right p{
    color: black;

}
.con2_bg_on img{
    opacity: 1;
}
.con2_bg_on p{
    color: white;
}
.con2_left p,.con2_left img{
    transition: 0.3s all;
}
.con2_right p,.con2_right img{
    transition: 0.3s all;
}

.con7_top_3rd {
    width: 73.9633%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-bottom: -3%;
    margin-right: -27%;
    margin-top: 1%;
}


.con8{
    overflow: unset;
}
.con06_11{
    filter: brightness(1);
}
.con8_2nd{
    z-index: 43;.mobile-pc{
    display: none ;
}
    background: white;
}
.con8_2nd_ab_item{
    cursor: pointer;
}
.con21_top_2nd{
    width: 21.3123%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: light 2s infinite;
    left: 1%;
}

.con22_con_top_2nd {
    line-height: 2vw;
}


.form_ab{
    width: 9.1354%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -5%;
    top: 43%;
}
.con9_top_3rd_item_ab_2{
    width: 22.7929%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con9_top_3rd_item_ab_3{
    width: 22.0806%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-pc{
    display: none !important;
}
.con08_menu{
    opacity: 0
}
.con08_menu.absol{
    position: absolute !important;
}
.con08_change.con08_menu{
    opacity: 1;
}
.con7_prev_ab img{
    width: 100%
}
.con7_next_ab img{
    width: 100%
}



















.con17_mid{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 83%;
    margin-bottom: 5%;
}
.map{
    width: 98%;
    height: 33vw;
        border-radius: 30px;
    border: 1px solid black;
}
.con17_mid_map_search{
    width: 26%;
    background: white;
    height: 30vw;
    top: 5%;
    z-index: 2;
    overflow: hidden;
    left: 5%;
    flex-direction: column;
}
.con17_mid_map_search_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con17_mid_map_search_top > div{
    color: white;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 3%;
    font-size: 1.2vw;
    font-family: pretendard-bold;
    cursor: pointer;
}
.on2{
    background: black;
    color: white !important;
}
.off2{
    color: grey !important;
}
.con17_mid_map_search_mid{
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    padding: 3%;

}
.con17_mid_map_search_mid input{
    appearance: none;
    border: none;
    outline: none;
    border-radius: 50px;
    width: 100%;
    height: 3vw;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 1vw;
}
.map_search{
    width: 7% !important;
    right: 8% !important;
}
.con17_mid_map_search_bottom{
    overflow-y: scroll;
    height: 23.5vw;
    width: 100%;
}
.con17_mid_map_search_item {
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 0.8vw;
    width: 80%;
}
.con17_mid_map_search_item_title{
    font-size: 1vw;
    font-family: pretendard-bold;
}
.con17_mid_map_search_item_address{
    margin-top: 4%;
    margin-bottom: 1%;
}
.con17_mid_map_search_bottom {
    overflow-y: scroll;
    height: 23.5vw;
    width: 100%;
    flex-direction: column;
}
.con17_mid_map_search_bottom {
    overflow-y: scroll;
    height: 23.5vw;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start !important;
}
#page_wrap{
    background: #f6f6f6;
}

.con17_mid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: 5%;
}
.map {
    width: 98%;
    height: 38vw;
}
.con17_mid_map_search {
    width: 24%;
    background: white;
    height: 30vw;
    top: 5%;
    z-index: 2;
    overflow: hidden;
    left: 5%;
    flex-direction: column;
}
.con17_mid_map_search_mid input{
    border-radius: unset !important;
}


.map {
    width: 80%;
    height: 38vw;
        border-radius: 0;
    border:unset;
}
.con17_mid_map_search {
    width: 21%;
    background: white;
    height: 34vw;
    top: 5%;
    z-index: 2;
    overflow: hidden;
    left: 13%;
    flex-direction: column;
}






.con17_mid {
    margin-bottom: 0;
}

.con17_mid {
    margin-bottom: 5%;
}





.con17_mid {
    margin-bottom: 5%;
    margin-top: 3%;
}

.map {
    border: 2px solid black;
}
.con17_mid_map_search_top > div {
}

.con17_mid_map_search_mid input {
    appearance: none;
    border: none;
    outline: none;
    border-radius: 50px;
    width: 95%;
    height: 2vw;
    margin: 2% 3%;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 1vw;
    border: 2px solid black;
}
.map_search {
    width: 6% !important;
    right: 8% !important;
}
.con17_mid_map_search {
    border: 2px solid black;
}
.con17_mid_map_search {
    background: #fcd021;
}

.off2 {
    color: #0a0a0abd !important;
}
.con21_ab_3 {
    width: 31.916%;
    display: flex
;
    justify-content: center;
    align-items: center;
    z-index: 3;
    bottom: -3%;
    right: 0;
}
.con5_con_ab_5 {
    animation: ddm_m 2s infinite;
    left: 72%;
    top: 52%;
}
.main_top_5th_ab_2{
    width: 58.8235%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
}

.con1_ab_4 {
    width: 30.1312%;
    display: flex
;
    justify-content: center;
    align-items: center;
    bottom: 59%;
    left: 38.5%;
}
.con7_ab_2nd{
    display: none;
}
.con8_2nd_ab_item_2_top_ab{
    width: 77.4775%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 44%;
    top: -23%;
}
.con21_con_ab{
    width: 14vw;
    height: 14vw;
    border-radius: 50%;
    background: black;
    top: -11%;
}
@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {
    .main_top {
        width: 30.34646%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 33%;
    }
    .main_top_2nd {
        width: 85.0105%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 7.2%;
    }
    .main_top_3rd {
        width: 78.7008%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
    }
    .main_top_4th {
        margin-top: 4.2%;
        width: 55%;
        text-align: center;
    }
    .main_ab {
        display: flex
    ;
        right: unset;
        bottom: 25%;
        font-size: 6vw;
        justify-content: center;
        align-items: center;
        position: relative;
        margin-top: 8%;
    }
    .main_ab .yellow {
        font-size: 10.7vw;
    }
    .main_ab_ab {
        bottom: 105%;
        font-size: 3.5vw;
    }
    .main_ab {
        display: flex
    ;
        right: unset;
        bottom: 25%;
        font-size: 6vw;
        justify-content: center;
        align-items: center;
        position: relative;
        margin-top: 14%;
        margin-left: -45%;
    }
    .main_ab_2{
        display: flex;
        right: unset;
        bottom: 25%;
        font-size: 6vw;
        justify-content: center;
        align-items: center;
        position: relative;
        margin-top: -14%;
        margin-right: -45%;
        left: unset;
    }
    .main_ab_2 .yellow {
        font-size: 10.7vw;
    }
    .main_ab_2_ab {
        bottom: 105%;
        font-size: 3.5vw;
    }
    .main_top_5th {
        width: 68.5564%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
    }
    .main_top_5th_ab {
        width: 32.3676%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 14%;
    }
    .main_top_5th_ab_2 {
        font-size: 12.3vw;
        top: 22%;
    }
    .main_top_5th_ab_2 .percent {
        font-size: 6.5vw;
        top: 24%;
        display: inline-block;
        margin-left: -5%;
    }
    .main_top_5th_ab_3 {
        width: 29.5074%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 5%;
        top: 50%;
    }
    .main_ab_3 {
        border-bottom: 1px solid #ffffff66;
        bottom: 29%;
    }
    .con1_top {
        margin-top: 14%;
        font-size: 4.3vw;
    }
    .con1_top_2nd {
        text-align: center;
        font-size: 7vw;
        margin-top: 2%;
        margin-bottom: 8%;
    }
    .con1_ab {
        width: 6.09711%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 4%;
    }
    .con1_ab_2 {
        width: 6.09711%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 4%;
    }
    .con1_ab_4 {
        width: 64.1312%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 68%;
        left: 30%;
    }
    .con1_ab_3 {
        width: 15.45144%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 80%;
        left: 16%;
    }
    .con1_top {
        margin-top: 18%;
        font-size: 4.3vw;
    }
    .con2_top {
        width: 73.3123%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }
    .con2_top {
        width: 73.3123%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 54%;
    }
    .con2_bg_left {
        width: 110%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 0;
        top: 50%;
    }
    .con2_bg_right {
        width: 110%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 0;
        bottom: 50%;
    }
    .con2_ab {
        left: unset;
        top: 13%;
        font-size: 7.3vw;
        text-align: center;
    }
    .con2_top_2nd {
        width: 84.273%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: -9%;
        transition: 0.3s all;
    }
    .con2_ab_2nd {
        right: unset;
        top: 13%;
        text-align: center;
        font-size: 7.3vw;
    }
    .con3_top {
        width: 81.3517%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }
    .con3_top_2nd {
        width: 42.8451%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
    }
    .con3_top_3rd {
        font-size: 4.2vw;
        margin-top: 4%;
        margin-bottom: 14%;
        text-align: center;
    }
    .con3_ab {
        width: 36.0394%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: -8%;
        left: 0;
    }
    .con3_ab_2 {
        width: 31.2966%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: -29%;
        right: -2%;
    }

    .con3_2nd_top_item {
        width: 50%;
        border: 1px solid black;
        box-sizing: border-box;
    }
    .con3_2nd_top{
        flex-wrap: wrap;
    }
    .con3_2nd_top_item_top_3rd_top_2nd {
        text-align: center;
        margin-top: 3%;
        margin-bottom: 8%;
        width: 79%;
    }
    .con3_2nd_top_item_top_top {
        width: 51.1139%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin: 4%;
    }
    .con3_2nd_top_item_top_3rd_top {
        font-size: 4.4vw;
        margin-top: 7%;
    }
    .con3_2nd_top_item {
        width: 50%;
        border: 1px solid black;
        box-sizing: border-box;
        height: 73vw;
    }

    .con4_top {
        width: 91.6798%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 13%;
    }

    .con4_top_2nd {
        font-size: 4vw;
        margin-top: 5%;
        text-align: center;
        width: 80%;
    }
    .con14_swiper {
        width: 200%;
        margin-top: 7%;
        margin-bottom: 12%;
    }

    .main_slide_14_con_top_2nd {
        font-size: 4.3vw;
        margin-top: 7%;
    }
    .main_slide_14_con_top {
        width: 71.6517%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        overflow: hidden;
        border: 1px solid black;
    }
    .main_slide_14_con_top_ab {
        width: 27.4485%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 2;
        top: -7%;
        right: 9%;
    }
    .con4_top_2nd {
        font-size: 4vw;
        margin-top: 5%;
        text-align: center;
        width: 80%;
        line-height: 6vw;
    }

    .con7_prev {
        left: 1% !important;
        top: unset !important;
        width: 9vw !important;
        height: 9vw !important;
        overflow: hidden;
        left: 32% !important;
        bottom: 57%;
        transition: 0.4s background;
        scale: -1;
    }
    .con7_next{
        right: 1% !important;
        top: unset !important;
        width: 9vw !important;
        height: 9vw !important;
        overflow: hidden;
        right: 32% !important;
        bottom: 57%;
        transition: 0.4s background;
    }
    .con4_ab{
        display: none;
    }
    .con4_ab_2{
        display: none;
    }
    .con5_top {
        width: 43.7643%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 2;
        margin-top: 15%;
        margin-left: -37%;
    }
    .con5_top_2nd {
        width: 58.1912%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 36%;
        z-index: 2;
        margin-left: 35%;
        margin-bottom: 16%;
    }
    .con5_bg {
        height: 45%;
        width: 100%;
        z-index: 2;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        bottom: 0;
    }
    .con5_top {
        width: 47.7643%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 2;
        margin-top: 16%;
        margin-left: 0;
    }
    .con5_top_2nd {
        width: 58.1912%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        z-index: 2;
        margin-left: 0;
        margin-bottom: 46%;
    }
    .con5_top_2nd {
        width: 58.1912%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        z-index: 2;
        margin-left: 0;
        margin-bottom: 50%;
    }
    .con5_ab_2 {
        width: 28.5197%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 0;
        right: 0;
        z-index: 2;
    }
    .con5_con_ab {
        width: 26.1044%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 6%;
        z-index: 3;
        left: 5%;
    }
    .con5_con_ab_4 {
        width: 31.9255%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 3;
        left: 66%;
        top: 48%;
    }
    .con5_con_ab_3 {
        width: 38.2464%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 3;
        top: 67%;
        left: 2%;
    }
    .con5_con_ab_2 {
        width: 35.9791%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 3;
        left: 16%;
        top: 52%;
    }
    .con5_con_ab_5 {
        width: 29.0948%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 5%;
        top: 4%;
        z-index: 2;
    }
    .con5_ab {
        width: 55.9055%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 0;
        z-index: 2;
        left: 0;
        display: none;
    }
    .contact_fixed_left_2_3rd {
        bottom: 0%;
        left: 3.4%;
        width: 26%;
        display: unset;
        bottom: 63%;
        max-width: unset;
    }

    .con6_top {
        width: 60.4121%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }
    .con6_top_2nd {
        width: 88.0472%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3.6%;
    }
    .con6_top_3rd {
        width: 69.2336%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 46%;
    }
    .con6_ab_item{
        position: relative !important;
        width: 70.3491%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: unset;
        top: unset;
        right: unset;
    }
    .con6_ab_4 {
        width: 70.3491%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: unset;
        top: unset;
        right: unset;
        margin-top: 5%;
        margin-left: -6%;
    }
    .con6_ab_5{
        margin-top: 4%;
        margin-right: -6%;
    }
    .con6_ab_6{
        margin-top: 4%;
        margin-right: 6%;
    }
    .con6_top_3rd {
        width: 69.2336%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
    }
    .con6_top_3rd_ab{
        width: 85.0547%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con6_top_4th {
        text-align: center;
        margin-top: 8%;
        margin-bottom: 12%;
        font-size: 3.3vw;
        width: 56%;
    }
    .con6_ab {
        width: 40.336%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 0;
        right: -9%;
        z-index: 2;
    }
    .con7_top {
        font-size: 4vw;
        margin-top: 15%;
        width: 77%;
        text-align: center;
    }
    .con7_top_2nd {
        font-size: 8.67vw;
        width: 85%;
        margin-top: 2.6%;
        text-align: center;
    }
    .con7_ab{
        position: relative !important;
    }
    .con7_ab {
        width: 83.7848%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 1;
        bottom: 0%;
        right: unset;
    }
    .con7_ab {
        width: 89.7848%;
    }
    .con7_ab_item {
        top: 9%;
        align-items: center;
        width: 78%;
    }
    .con7_ab_item_top_2nd {
        font-size: 4.5vw;
        margin-top: 5%;
    }
    .con7_ab_item_top_3rd {
        margin-top: 4%;
        text-align: center;
    }
    .con7_ab_item_top_4th {
        margin-top: 3%;
        text-align: center;
    }
    .con7_ab_item_top_5th {
        width: 86%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 9%;
    }
    .con7_ab_item {
        top: 8%;
        align-items: center;
        width: 89%;
    }
    .con7_top_3rd {
        width: 73.9633%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-bottom: -14%;
        margin-right: -1%;
        margin-top: 0%;
    }
    .con7_scrx {
        padding: 1.8% 0;
        bottom: 0;
        z-index: 2;
        width: 250%;
    }
    .con7_ab {
        position: relative !important;
        margin-bottom: 6%;
    }
    .con7_ab_item {
        top: 8%;
        align-items: center;
        width: 89%;
        height: 100%;
        display: flex
    ;
        justify-content: flex-start;
    }
    .con7_ab_item_top_5th {
        width: 86%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0;
        position: absolute;
        top: 59%;
    }
    .con7_ab_item_top {
        width: 28.4847%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }

    .con5_con_ab_2 {
        width: 35.9791%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 3;
        left: 6%;
        top: 52%;
    }
    .con8_prev {
        width: 32.34646%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 14%;
    }
    .con8_top {
        width: 79.231%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
    }
    .con8_top_ab {
        width: 3.4202%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 102%;
    }
    .con8_top_ab_2 {
        width: 3.4202%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 102%;
    }
    .con6_ab_2 {
        width: 3.10236%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 1%;
        ㅗㄷ: ㄷ;
        height: 100%;
        width: 2%;
        display: none;
    }
    .con6_ab_3 {
        width: 1.10236%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 1%;
        display: none;
    }
    .con6_top_3rd_ab_2 {
        width: 41.5966%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 72%;
        left: 56%;
    }
    .con7_ab_2nd {
        width: 12.231%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 0;
        top: 27%;
        z-index: 10;
        display: none;
    }

    .con8_top_2nd_1 {
        width: 49.5013%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con8_top_2nd_3 {
        width: 49.5013%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con8_top_2nd {
        margin-top: 5%;
        margin-bottom: 6%;
        width: 86%;
        flex-wrap: wrap;
    }
    .con8_top_2nd_2 {
        width: 100%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con8_top_2nd {
        margin-top: 5%;
        margin-bottom: 6%;
        width: 94%;
        flex-wrap: wrap;
    }
    .con8_top_2nd_1_top {
        top: 20%;
        font-size: 3.4vw;
    }
    .con8_top_2nd_1_top_2nd {
        text-align: center;
        top: 38%;
        width: 91%;
    }
    .con8_top_2nd_bg{
        width: 104.083%;
        display: flex;
        justify-content: center;
        align-items: center;
        display: none;
    }
    .con8_top_2nd_2 {
        width: 100%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: -4%;
    }
    .con8_top_2nd_2_top {
        top: 10%;
        text-align: center;
        font-size: 5.3vw;
        line-height: 6.7vw;
    }
    .con8_ab {
        width: 97.21%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: -7%;
    }
    .con8_2nd_top {
        width: 8.51968%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 14%;
        margin-left: 0;
    }
    .con8_2nd_top_2nd {
        font-size: 8.5vw;
        line-height: 9vw;
        width: 85%;
        margin-top: 2.5%;
        text-align: center;
    }

    .con8_2nd_top_3rd {
        width: 84%;
        margin-top: 2%;
        margin-bottom: 11%;
        text-align: center;
    }

    .con8_2nd_ab_item_2_ab {
        width: 35.6681%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 0;
        display: none;
    }

    .con8_2nd_ab {
        height: 74vw;
        width: 100%;
        position: absolute;
        position: relative;
    }
    .con8_2nd_ab_item_1 {
        background: black;
        height: 100%;
        width: 11%;
        left: 0;
    }

    .con8_2nd_ab_item_1_ab {
        color: white;
        top: 4.5%;
        font-size: 4vw;
        font-style: italic;
    }
    .con8_2nd_ab_item_1_ab_2 {
        font-size: 3.5vw;
        writing-mode: sideways-rl;
        bottom: 7%;
    }
    .con8_2nd_ab_item_1st_on.con8_2nd_ab_item_2nd {
        left: 83%;
    }
    .con8_2nd_ab_item_1st_on.con8_2nd_ab_item_3rd {
        left: 91.3%;
    }
    .con8_2nd_ab_item_2_top {
        margin-top: 14%;
        font-size: 6.4vw;
        width: 67%;
        white-space: nowrap;
    }
    .con8_2nd_ab_item_2_top_2nd {
        margin-left: 28%;
        margin-top: 3%;
        width: 59%;
        margin-left: -9%;
    }
    .con8_2nd_ab_item_2nd_on.con8_2nd_ab_item_2nd {
        left: 8.8%;
    }
    .con8_2nd_ab_item_2nd_on.con8_2nd_ab_item_3rd {
        left: 91.4%;
    }
    .con8_2nd_ab_item_3rd_on.con8_2nd_ab_item_3rd {
        left: 17.3%;
    }
    .con8_2nd_con_ab_2 {
        width: 27.168%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 0;
        left: -1%;
    }
    .con8_2nd_con_ab {
        width: 32.5827%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 74%;
        top: -5%;
    }
    .con9_top_2nd {
        width: 85.4173%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: -4%;
        text-align: center;
        font-size: 8.4vw;
        line-height: 9vw;
    }
    .con9_top {
        width: 43.832%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 8%;
    }
    .con9_top_2nd {
        width: 85.4173%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: -7%;
        text-align: center;
        font-size: 8.4vw;
        line-height: 9vw;
    }
    .con9_top_2nd_2nd {
        font-size: 4vw;
        margin-top: 2%;
    }
    .con9_top_3rd {
        margin-top: 7%;
        margin-bottom: 7%;
        flex-wrap: wrap;
    }
    .con9_top_3rd_item {
        width: 64.0997%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin: 0;
        transform-origin: bottom left;
        transition: 0.5s all;
        margin-top: 7%;
    }
    .con2_scry_4th_1{
        display: none;
    }
    .con2_scry_4th_2{
        display: none;
    }
    .con9_ab {
        width: 33.3596%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 0;
        top: 0%;
        display: none;
    }
    .con9_top_3rd {
        margin-top: 7%;
        margin-bottom: 12%;
        flex-wrap: wrap;
    }
    .con10_top {
        width: 58.273%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 14%;
    }
    .con10_top_2nd {
        width: 75.0761%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
    }
    .con10_top_3rd {
        text-align: center;
        margin-top: 5%;
        font-size: 4vw;
    }
    .con10_top_4th {
        width: 64.5827%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-bottom: 27%;
        z-index: 2;
    }
    .con10 .con10_swiper_y_left {
        width: 119%;
        height: unset;
        right: 51%;

        top: 77%;
        left: unset;
        z-index: 4;
    }
    .con10 .con10_swiper_y_right {
        width: 119%;
        height: unset;
        left: 51%;
        top: 77%;
        right: unset;
        z-index: 4;
    }
    .con11_top {
        width: 12.93701%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 13%;
    }
    .con11_top_2nd {
        font-size: 5vw;
        margin-top: 4%;
    }
    .con11_top_3rd {
        font-size: 5.5vw;
        margin-top: 6.5%;
    }

    .con11_top_3rd .yellow {
        font-size: 13vw;
    }


    .con11_top_4th {
        width: 78.2178%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 34%;
        margin-bottom: 34%;
    }
    .con2_mid_swiper_1_slide.swiper-slide-next + .con2_mid_swiper_1_slide .con2_mid_swiper_1_slide_con{

        opacity: 1;
    }

    .con2_mid_swiper_1_slide.swiper-slide-next + .con2_mid_swiper_1_slide + .con2_mid_swiper_1_slide .con2_mid_swiper_1_slide_con{

        opacity: 1;
    }
    .con2_mid_swiper_1_slide_con_top{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .con2_mid_swiper_1 {
        width: 145%;
        bottom: 7%;
        z-index: 7;
    }
    .con2_mid_swiper_1_slide_con_ab_2nd {
        top: 44%;
    }
    .con2_mid_swiper_1_slide_con_ab_2 {
        font-size: 7.2vw;
        top: 57%;
    }
    .con11_bg{
        width: 128.3438%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 14%;
    }
    .con11_bg_ab {
        right: 53%;
        top: 49%;
        display: flex
    ;
        justify-content: flex-end;
        align-items: center;
        width: 32%;
    }
    .con11_bg_ab_2 {
        left: 53%;
        top: 49%;
        display: flex
    ;
        justify-content: flex-start;
        align-items: center;
        width: 32%;
    }
    .con11_bg_ab_ab {
        font-size: 6vw;
        top: 200%;
    }
    .con11_bg_ab_ab_2 {
        font-size: 11.4vw;
    }
    .con11_bg_ab_2_ab {
        font-size: 6vw;
        top: 200%;
    }
    .con11_bg_ab_2_ab_1 {
        font-size: 11vw;
    }

    .con11_bg_vid {
        filter: brightness(0.3);
        width: 306%;
    }
    .con12_top {
        width: 92.9921%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }
    .con12_top_2nd {
        font-size: 3.5vw;
        margin-top: 4%;
        margin-bottom: 5%;
    }
    .con12_top_3rd_item {
        width: 45.7743%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin: 1%;
    }
    .con12_top_3rd {
        flex-wrap: wrap;
        margin-bottom: 10%;
    }

    .con12_ab {
        width: 39.7375%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 0;
        top: 6%;
    }
    .con13_top {
        margin-top: 14%;
        font-size: 4vw;
    }
    .con13_top_2nd {
        font-size: 8vw;
        width: 80%;
        text-align: center;
        margin-top: 3%;
    }
    .con13_top_3rd {
        margin-top: 6%;
        margin-bottom: 9%;
        flex-direction: column;
    }

    .con13_top_3rd_1 {
        width: 84.9081%;
        display: flex
    ;
        justify-content: center;
        margin-right: 4%;
        align-items: center;
        margin-left: 0%;
    }
    .con13_top_3rd_2 {
        width: 87.9738%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
    }
    .con13_top_3rd_2_ab {
        bottom: 10%;
        left: 29%;
        font-size: 5.6vw;
    }
    .con13_top_3rd {
        margin-top: 6%;
        margin-bottom: 17%;
        flex-direction: column;
    }

    .con13_ab_3 {
        width: 46.7638%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 2;
        right: -2%;
        bottom: -4%;
    }
    .con13_ab{
        display: none;
    }
    .con13_ab_2{
        display: none;
    }
    .con14_top_2nd {
        font-size: 8vw;
        margin-top: 14%;
    }
    .con14_top {
        font-size: 4vw;
        margin-top: 2%;
    }
    .con08_tab {
        width: 21.706%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: all 0.3s;
        font-size: 3.4vw;
        background: white;
        height: 6.6vw;
        border-radius: 5px;
        border: 1px solid black;
        margin: 0 1%;
    }
    div.con08_menu {
        width: 91%;
        height: 65vw;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con08_menu_tt{
        font-size: 4.4vw;
    }
    .con08_menu_img {
        width: auto;
        height: 27vw;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-bottom: 1vw;
        border-radius: 1vw;
        top: 6%;
        overflow: hidden;
        border: 1px solid black;
    }

    div.con08_menu {
        width: 91%;
        height: 88vw;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }

    .con14 .con7_prev {
        left: 1% !important;
        top: unset !important;
        width: 10vw !important;
        height: 10vw !important;
        overflow: hidden;
        left: 1% !important;
        bottom: 21%;
        transition: 0.4s background;
        scale: -1;
    }

    .con14 .con7_next {
        right: 1% !important;
        top: unset !important;
        width: 10vw !important;
        height: 10vw !important;
        overflow: hidden;
        right: 1% !important;
        bottom: 21%;
        transition: 0.4s background;
    }
    .con15_top {
        width: 80%;
        font-size: 4vw;
        margin-top: 15%;
        text-align: center;
    }
    .con15_top_2nd {
        width: 80%;
        font-size: 8vw;
        line-height: 9.4vw;
        margin-top: 4%;
        text-align: center;
    }
    .con08_tab_wrap {
        gap: 1vw;
        margin-bottom: 5vw;
        margin-top: 4%;
    }
    .con14_swiper_2nd {
        margin-top: 4%;
        margin-bottom: 12%;
        width: 271%;
    }


    .con15 .con7_prev {
        left: 1% !important;
        top: unset !important;
        width: 9vw !important;
        height: 9vw !important;
        overflow: hidden;
        left: 38% !important;
        bottom: 57%;
        transition: 0.4s background;
        scale: -1;
    }
    .con15 .con7_next {
        right: 1% !important;
        top: unset !important;
        width: 9vw !important;
        height: 9vw !important;
        overflow: hidden;
        right: 38% !important;
        bottom: 57%;
        transition: 0.4s background;
    }
    .con15_ab_3 {
        width: 21.7087%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 2;
        left: 68%;
        top: 33%;
    }
    .con14_swiper_2nd {
        margin-top: 8%;
        margin-bottom: 12%;
        width: 271%;
    }
    .con15_ab_2 {
        width: 48.0315%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: -12%;
        right: -8%;
        z-index: 2;
    }
    .con15_ab {
        width: 22.1102%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 0;
    }
    .con16_top {
        font-size: 4vw;
        margin-top: 15%;
        width: 76%;
        text-align: center;
    }
    .con16_top_2nd {
        width: 77.1785%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 4.5%;
        margin-bottom: 6%;
    }

    .con16_top_3rd{
        flex-wrap: wrap;
    }
    .con16_top_3rd_item {
        width: 77.7218%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        height: 43vw;
        transition: 0.3s all;
        border-radius: 22px;
        overflow: hidden;
        background: white;
        margin: 2% 1%;
    }
    .con16_top_3rd_item_top {
        top: 26%;
        font-size: 4vw;
    }
    .con16_top_4th {
        width: 82.9396%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: -8%;
    }
    .con17_top {
        width: 9.51968%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 14%;
    }
    .con17_top_2nd {
        width: 87.8478%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
    }
    .con17_top_3rd {
        font-size: 3.8vw;
        margin-top: 4.3%;
        margin-bottom: 5%;
        text-align: center;
    }
    .con14_swiper_3rd {
        width: 210%;
        margin-bottom: 10%;
        margin-top: 2%;
    }
    .con17 .con7_prev {
        left: 1% !important;
        top: unset !important;
        width: 9vw !important;
        height: 9vw !important;
        overflow: hidden;
        left: 30.3% !important;
        bottom: 37%;
        transition: 0.4s background;
        scale: -1;
    }
    .con17 .con7_next {
        right: 1% !important;
        top: unset !important;
        width: 9vw !important;
        height: 9vw !important;
        overflow: hidden;
        right: 30.3% !important;
        bottom: 37%;
        transition: 0.4s background;
    }
    .con18_top {
        width: 11.35696%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: -5.3%;
    }
    .con18_top_2nd {
        font-size: 3.8vw;
        margin-top: 5%;
    }
    .con18_top_3rd {
        width: 82.1627%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-bottom: 10%;
        margin-top: 5%;
    }
    .con18_2nd_top {
        background: white;
        flex-wrap: wrap;
    }

    .con18_2nd_top_item {
        flex-direction: column;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        width: 100%;
        border-right: 1px solid;
    }
    .con18_2nd_top_item_top_3rd {
        font-size: 4.3vw;
        margin-top: 6%;
    }
    .con18_3rd_top {
        text-align: center;
        font-size: 4vw;
        line-height: 6.8vw;
        margin: 5% 0;
        width: 72%;
    }
    .con19_top {
        font-size: 4vw;
        margin-top: 15%;
    }
    .con19_top_2nd {
        width: 59.6693%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
    }
    .con19_top_3rd {
        width: 90.9921%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 9%;
        margin-bottom: 21%;
    }
    .con19_top_3rd_5 {
        font-size: 2.9vw;
        bottom: 101%;
        right: 0;
    }
    .con19_top_3rd_4 {
        font-size: 2.9vw;
        top: 102%;
        left: 0;
    }

    .con19_top_3rd {
        width: 90.9921%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 9%;
        margin-bottom: 29%;
    }

    .con19_top_3rd_ab {
        width: 30.0833%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 2%;
        left: 50%;
    }
    .con19_top_3rd_ab_2 {
        width: 27.3333%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 6%;
        left: 65%;
    }

    .con19_top_3rd_ab_3 {
        width: 27.3333%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 65%;
        top: 34%;
    }
    .con20_top {
        font-size: 4vw;
        margin-top: 14%;
    }
    .con20_top_2nd {
        width: 50.5223%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
    }
    .con20_top_3rd_item {
        width: 41.1651%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin: 1.5% 4.3%;
    }
    .con20_top_3rd {
        flex-wrap: wrap;
        align-items: flex-start;
        width: 98%;
        margin-top: 5%;
        margin-bottom: 8%;
    }
    .con20_top_3rd_item_ab {
        width: 9.90099%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 105.6%;
    }

    .con21_scrx {
        margin-top: 1%;
        width: 300%;
    }

    .con21_top {
        width: 21.7664%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: -15%;
    }
    .con21_top_2nd{
        width: 60.3123%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .con21_top_3rd {
        width: 20.1916%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: -62%;
    }
    .con21_top_3rd_2nd {
        width: 34.9633%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
    }

    .con21_top_4th {
        font-size: 4vw;
        color: white;
        margin-top: 3.4%;
    }

    .con22_con_top {
        width: 35.0331%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 14%;
    }
    .con22_con_top_2nd {
        width: 82%;
        font-size: 4vw;
        margin-top: 5%;
        text-align: center;
        line-height: 5.5vw;
    }
    .con22_con_top_3rd {
        width: 7.56703%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: -27%;
        margin-top: 3%;
    }
    .con22_con_top_3rd_ab {
        white-space: nowrap;
        left: 110%;
        font-size: 7vw;
    }
    .con22_con_top_3rd {
        width: 7.56703%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: -44%;
        margin-top: 3%;
    }












    .form {
        margin-top: 2%;
        width: 92%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 1.7%;
        z-index: 1;
        margin-bottom: 7%;
        right: unset;
        top: 28%;
        position: relative !important;
    }
    .form_row_label {
        font-family: Pretendard-regular;
        white-space: nowrap;
        font-size: 3.2vw;
        width: 22% !important;
    }.form_row_imput {
         width: 70%;
         height: 7.8vw;
         border: none;
         font-size: 3.2vw;
         font-family: 'Pretendard-Regular';
         outline: none;
     }
    .form_agree_span {
        font-size: 2.8vw;
        font-family: Pretendard-regular !important;
    }
    .form_agree_check {
        margin-right: 2%;
        width: 2.5vw;
        height: 2.5vw;
        overflow: hidden;
        outline: 0;
        border: none;
        appearance: none;
    }
    .form_submit {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1.5%;
        width: 41%;
        position: relative !important;
        margin-bottom: 17%;
        font-size: 1.6vw;
        font-family: pretendard-bold;
        border-radius: 0;
        padding-top: 0.5%;
        padding-bottom: 2%;
        cursor: pointer;
    }
    .form_row_imput_text {
        padding-left: 3%;
        box-sizing: border-box;
    }
    .form_agree_check {
        margin-right: 2%;
        width: 2.5vw;
        height: 2.5vw;
        overflow: hidden;
        outline: 0;
        border: none;
        appearance: none;
    }
    .form_row_imput_radio {
    }

    .form_row_imput_radio {
        margin-right: 1%;
        width: 3vw;
        height: 3vw;
        overflow: hidden;
        outline: 0;
        border-radius: 50%;
        margin-right: 20%;
        left: 3%;
    }
    .form_row > span {
        font-size: 3.3vw;
        margin-right: -35%;
        font-family: pretendard-regular !important;
    }

    .form {
        margin-top: 2%;
        width: 92%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 1.7%;
        z-index: 1;
        margin-bottom: -4%;
        right: unset;
        top: 28%;
        margin-top: 18%;
        position: relative !important;
    }
    .form_row_imput_radio:checked::after {
        content: "";
        width: 2vw;
        height: 2vw;
        position: absolute;
        color: unset !important;
        border-radius: 50%;
    }

    .form_agree_check:checked::after {
        content: "";
        width: 0.8vw;
        height: 0.8vw;
        position: absolute;
        color: unset !important;
        content: "";
        width: 2vw;
        height: 2vw;
        position: absolute;
        color: unset !important;
        border-radius: unset;
    }
    .form_agree_check:checked {
        background: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .form {
        margin-top: 2%;
        width: 94%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 1px solid transparent;
        padding-top: 1.7%;
        background: white;
        z-index: 1;
        margin-bottom: 6%;
        right: unset;
        top: 28%;
        margin-top: 0;
        position: relative !important;
    }

    .form_row_imput_radio {
        margin-right: 1%;
        width: 3vw;
        height: 3vw;
        overflow: hidden;
        outline: 0;
        border: none;
        appearance: none;
        border-radius: 50%;
        margin-right: 0;
        border: 1px solid black;
        left: 3%;
    }
    .form_agree_check {
        border: 1px solid black;
    }

    .form_submit {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        padding: 1.5%;
        width: 75%;
        position: relative !important;
        margin-bottom: 4%;
        font-size: 4.6vw;
        font-family: pretendard-bold;
        border-radius: 0;
        padding-top: 1.5%;
        padding-bottom: 2%;
        cursor: pointer;
    }
    .form {
        margin-top: 2%;
        width: 94%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 1px solid transparent;
        padding-top: 1.7%;
        background: white;
        z-index: 1;
        margin-bottom: 11%;
        right: unset;
        top: 28%;
        margin-top: 0;
        position: relative !important;
    }

    .form_row_label {
        font-family: Pretendard-regular;
        white-space: nowrap;
        font-size: 3.2vw;
        width: 30% !important;
    }
    .form {
        margin-top: 2%;
        width: 94%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 1px solid transparent;
        padding-top: 1.7%;
        background: white;
        z-index: 1;
        margin-bottom: 11%;
        right: unset;
        top: 28%;
        margin-top: 0;
        position: relative !important;
    }

    .form {
        margin-top: 2%;
        width: 88%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 1px solid transparent;
        padding-top: 1.7%;
        background: white;
        z-index: 1;
        margin-bottom: 11%;
        right: unset;
        top: 28%;
        margin-top: 4%;
        position: relative !important;
        height: 86vw;
        margin-bottom: -1%;
    }
    .form_row_label_required::after {
        content: '*';
        font-family: Pretendard-regular;
        color: #cb1f39;
        white-space: nowrap;
        font-size: 3.1vw;
        position: absolute;
        right: 100%;
        width: 0%;
        bottom: 40%;
    }
    .form {
        margin-top: 2%;
        width: 88%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 1px solid transparent;
        padding-top: 0.7%;
        background: white;
        z-index: 1;
        margin-bottom: 11%;
        right: unset;
        top: 28%;
        margin-top: 4%;
        position: relative !important;
        height: 77vw;
        margin-bottom: -1%;
    }
    .con22_con_top_4th {
        width: 62.5756%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: -3%;
        margin-left: -35%;
        margin-bottom: -10%;
        z-index: 4;
    }
    .form {
        margin-bottom: 11%;
        margin-top: 6%;
    }
    .main_slide_14_con_top_3rd {
        text-align: center;
        margin-top: 5%;
    }
    .con6_top_3rd {
        width: 81.2336%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
    }
    .con5_ab_2 {
        width: 30.5197%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: -2%;
        right: 0;
        z-index: 2;
    }

    .con16_scry_1{
        display: none;
    }

    .con16_scry_5{
        display: none;
    }

    .con16_scry_4 {
        left: 63%;
        height: 189%;
    }
    .con16_scry_3 {
        left: 27%;
        height: 150%;
    }
    .con16_scry_2 {
        left: -24%;
        height: 123%;
    }

    .con16_top_3rd_item_on{
        background:#fcd021;
    }

    .con2_bg_right img{
        opacity: 1 !important;
    }
    .con2_bg_left img{
        opacity: 1 !important;
    }
    .con2_left p{
        opacity: 0;
    }
    .con2_right p{
        opacity: 0;
    }
    .con2_bg_on p{
        opacity: 1;
    }
    .con8_2nd_ab_item_3rd_on.con8_2nd_ab_item_3rd {
        left: 15.3%;
    }
    .con7_top_3rd {
        width: 90.9633%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-bottom: -14%;
        margin-right: -1%;
        margin-top: 8%;
    }

    .form_ab {
        width: 9.1354%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: unset;
        top: -4%;
    }



    
    
    
    
    
    
        .map {
        width: 100%;
        height: 45vw;
    }
    .con17_mid_map_search_mid input {
        appearance: none;
        border: none;
        outline: none;
        border-radius: 50px;
        width: 100%;
        height: 7vw;
        padding-left: 5%;
        font-family: 'Pretendard-regular';
        font-size: 3vw;
    }
    .con17_mid_map_search{
        position: relative !important;
        width: 100%;
        background: white;
        height: 106vw;
        top: 5%;
        z-index: 2;
        overflow: hidden;
        border-radius: 0 0 20px 20px;
        left: 0;
    }
    .con17_mid_map_search_top > div {
        color: white;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 5%;
        padding-bottom: 3%;
        font-size: 3.2vw;
        font-family: pretendard-bold;
    }
    .con17_mid_map_search_mid input {
        appearance: none;
        border: none;
        outline: none;
        border-radius: 50px;
        width: 100%;
        height: 7vw;
        padding-left: 5%;
        font-family: 'Pretendard-regular';
        font-size: 3vw;
    }

    .con17_mid_map_search_item {
        margin: 0% 7%;
        border-bottom: 1px solid #808080a3;
        padding: 5% 0;
        font-size: 3.4vw;
    }
    .con17_mid_map_search_item_title {
        font-size: 4.3vw;
        font-family: pretendard-bold;
    }
    .con17_mid_map_search_bottom {
        overflow-y: scroll;
        height: 82.5vw;
        width: 100%;
    }    
    
    .main4_01{
        width: 40% !important;
    }
    .main_title {
        font-family: NanumSquareNeoTTF-dEb;
        font-size: 10.1vw;
        margin-top: -15%;
    }
    .con17_mid {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 83%;
        margin-bottom: 16%;
    }
    
    .map {
        width: 98%;
        height: 33vw;
        height: 53vw;
        border-radius: 0;
        border: 1px solid black;
    }
    .map_search {
    width: 5% !important;
    right: 8% !important;
}

    .con17_mid_map_search {
        position: relative !important;
        width: 100%;
        background: white;
        height: 106vw;
        top: 5%;
        z-index: 2;
        overflow: hidden;
        border-radius: unset;
        left: 0;
    }
.con17_mid_map_search_top > div {
    border: 1px solid black;
}
    .map {
        width: 98%;
        height: 33vw;
        height: 53vw;
        border-radius: 0;
        border: 1px solid black;
    }    
    
    .off2 {
    color: #0a0a0abd !important;
}
        .con21_top_2nd {
        width: 80.3123%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-left: 5%;
    }
    .con21_top_3rd {
        width: 20.1916%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: -86%;
    }
    .main_top_5th_ab_2{
        top: 24%;
    }
    .con8_2nd_ab{
        border-top: 1px solid black;
    }
    .con8_2nd_ab_item_2_top_ab{
        width: 37.4775%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 25%;
        top: -23%;
    }
    .con18_2nd_top_item_top_4th{
        text-align: center;
        margin-top: 2%;
        margin-bottom: 0%;
    }
    .con18_2nd_top{
        padding-bottom: 11%;
    }
    .con19_ab{
        width: 41.8058%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -12%;
        z-index: 2;
        top: -11%;        
    }
    .con20_ab{
    width: 20.5879%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: -88%;
    }
    .con18_2nd_arr{
        display: none;
    }
    .con21_con_ab{
        width: 39vw;
        height: 39vw;
        border-radius: 50%;
        background: black;
        top: -11%;        
    }
    .con17_mid_map_search{
            background: #fcd021;
    }
    .con8_ab_ab{
        animation: blk 1s infinite;
    }
}

