* {
    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;
    opacity: 0;
    content:url(/images/con1_10.png) url(/images/con1_11.png) url(/images/con1_12.png)
    url(/images/con6_08.png) url(/images/con6_09.png)  url(/images/con6_10.png) url(/images/con6_11.png) url(/images/con6_12.png)
    url(/images/con7_02.png) url(/images/con7_03.png) url(/images/con7_04.png)  url(/images/con7_05.png);
}
.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.flowhid{
    overflow: hidden;
}
.hide{
    display: none !important;
}
.hideopa{
    opacity: 0 !important;
}
.show{
    opacity: 1 !important;
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
.flexrow{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.flexcol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@import url("https://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: 'BMEULJIRO';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/BMEULJIRO.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-thin';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
/*@font-face {*/
/*    font-family: 'VITRO_CORE_TTF';*/
/*    src: url('/font/VITRO_CORE_TTF.ttf') format('woff');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/
@font-face {
    font-family: 'TTTtangsbudaejjigaeB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/TTTtangsbudaejjigaeB.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'TheJamsil5Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
body {
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    min-height: 0vw;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@keyframes marquee2 {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}
@keyframes slick-circle{
    0%{left:0;}
    100%{left:99%;}
}
@keyframes soul_out {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
        transform: translateY(-50%);
    }
}
@keyframes ddm3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: rotate(-2deg);
    }
    100% {
        transform: scale(1.05);
    }
}
@keyframes ddm4 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_image1 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes ani_scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.1, 0.01, 0.01, 1.2, 0, 0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes blk {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    31% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk2 {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk3 {
    0% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes scaleOpa {
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes scaleOpa2 {
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes ball {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: 20px;
    }
}
@keyframes ddm {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.15, 0.01, 0.01, 1.15, 0, 30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_imageY {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ddm2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2X {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2Xhalf {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: scale(1.02);
    }
}

@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes uitLineMove {
    0% { stroke-dashoffset: 300.292; }
    100% { stroke-dashoffset: 110; }
}

@keyframes hand {
    0% {
        transform: translateY(-0.5%);
    }

    25% {
        transform: translateY(1%);
    }

    50% {
        transform: translate(0.5%, -1%);
    }

    75% {
        transform: translate(1%, 0.5%);
    }

    100% {
        transform: translate(1%, -1%);
    }
}

@keyframes hand2 {
    0% {
        transform: translateY(2%);
    }

    25% {
        transform: translateY(-1%);
    }

    50% {
        transform: translate(-1%, 2%);
    }

    75% {
        transform: translate(2%, 1%);
    }

    100% {
        transform: translateY(2%);
    }
}
@keyframes bg-position {
    0% {
        background-position: bottom;
    }
    25% {
        background-position: center;
    }
    50% {
        background-position: inherit;
    }
    75% {
        background-position: center;
    }
    100% {
        background-position: bottom;
    }
}
@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.2;
    }
    25% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 1;
    }
    50% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    75% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    100% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0.2;
    }
}

@keyframes 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_07.png) no-repeat center / contain;
    }

    25% {
        background: url(/images/con11_08.png) no-repeat center / contain;
    }

    50% {
        background: url(/images/con11_09.png) no-repeat center / contain;
    }

    75% {
        background: url(/images/con11_10.png) no-repeat center / contain;
    }

    100% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }
}
@keyframes opa {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes backgroundchange_2 {
    0% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }

    20% {
        background: url(/images/con08_08.png) no-repeat center / contain;

    }

    40% {
        background: url(/images/con08_09.png) no-repeat center / contain;

    }

    60% {
        background: url(/images/con08_10.png) no-repeat center / contain;

    }

    80% {
        background: url(/images/con08_11.png) no-repeat center / contain;

    }
    100% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}

.design1{
    width: 100% !important;
}
.design2{
    width: 100% !important;
}
.main_top{
    /*background: black;*/
}
.main{
    background: black;
}
.main_top {
    width: 32.6337%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    margin-bottom: 3%;
}
.main_top_2{
    width: 36.3351%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    top: 19%;
    overflow: hidden;
}
.main_top_3{
    width: 60.2434%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 33%;
}
.main_top_4{
    width: 59.7031%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 46%;
}
.main_bottom{
    width: 87%;
    margin-bottom: 6%;
}
.main_bottom_swiper_1{
    overflow: hidden;
}
.main_absol{
    width: 22.1386%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 16%;
}
.main_absol_2{
    width: 21.7921%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 16%;
}
.main_absol_absol{
    width: 155.453%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -46%;
    top: -20%;
    animation: smoke 2s infinite;
}

.main_absol_absol_2{
    width: 155.453%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -46%;
    top: -20%;
    animation: smoke 2s infinite;
    animation-delay: 0.4s;
}
.con1_top_ct{
    font-family: BMEULJIRO;
    font-size: 5vw;
}
.con1{
    background: url(/images/con01_06.jpg) no-repeat center / cover;

}
.con1_absol_1{
    width: 17.4752%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    left: 0;
    bottom: -3%;
}
.con1_absol_2{
    width: 17.4752%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    right: 0;
    bottom: -3%;
}
.con1_top_2nd{
    width: 51.5842%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con1_top_3rd{
    width: 31.9307%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-bottom: 7%;
}
.con1_top{
    width: 36.2376%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 8%;
    z-index: 2;
}
.con1_top_ct {
    font-family: BMEULJIRO;
    font-size: 5vw;
    color: white;
    left: 22%;
    z-index: 2;
}
.main_video_con{
    width: 100%;
    height: 100%;
    filter: brightness(0.3);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    pointer-events: none;
}
.main_video_con iframe {
    width: 114%;
    height: 122%;
}
.con2{
    background: url(/images/map_03.jpg) no-repeat center / cover;

}
.con2_top{
    width: 32.6733%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 6%;
}
.main_small_title{
    font-family: Pretendard-Regular;
    line-height: 1.6vw;
    font-size: 1vw;
}
.con2_top_2nd_p{
    font-family: Pretendard-thin;
    font-size: 1.5vw;
    letter-spacing: 0.7vw;
}
.con2_top_2nd{
    margin-top: 1%;
    margin-bottom: 6%;
    overflow: hidden;
}
.con3_top{
    width: 19.0594%;
    display: flex;
    justify-content: center;
    z-index: 1;
    align-items: center;
    margin-top: 6%;
    overflow: hidden;
}
.con3_top_2nd{
    height: 3.5vw;
    border-left: 1px solid white;
    z-index: 1;
    margin-top: 1%;
    margin-bottom: 1%;
}
.con3_top_3rd {
    font-family: BMEULJIRO;
    font-size: 6.5vw;
    color: #f8c605;
    z-index: 1;
}
.con3_top_4th{
    width: 13.7129%;
    display: flex;
    justify-content: center;
    z-index: 1;
    align-items: center;
    overflow: hidden;
    margin-top: -0.8%;
}
.con3_top_5th{
    width: 14.604%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-top: 4%;
    overflow: hidden;
}
.con3_top_6th{
    width: 26.2376%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-top: 0.7%;
    margin-bottom: 9%;
}
.con3  iframe{
    filter: grayscale(80%);
}
.con3_absol_1{
    width: 17.9208%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 5%;
    top: -40%;
}
.con3_absol_2{
    width: 17.9208%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 5%;
    top: 12%;
}

.con3_absol_3{
    width: 17.9208%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 5%;
    bottom: -40%;
}
.con3_absol_4{
    width: 17.9208%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 5%;
    bottom: 12%;
}

.con4_left{
    background: url(/images/con04_05.png) no-repeat center / cover;
    width: 50% !important;
}
.con4_right{
    background: url(/images/con04_11.png) no-repeat center / cover;
    width: 50% !important;
    height: 47vw;

}
.con4_left_top{
    width: 59.703%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 22%;
    margin-bottom: 8%;
    overflow: hidden;
}
.con4_left_top_2nd {
    width: 70.6931%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0%;
    margin-top: 2%;
}
.con4_left {
    background: url(/images/con04_05.png) no-repeat center / cover;
    width: 50% !important;
    height: 47vw;
}
.con4_left_top {
    width: 59.703%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24%;
    margin-bottom: 8%;
}
.con4_right_top{
    width: 49.505%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 24%;
    margin-bottom: 8%;
}
.con4_right_top_2nd{
    margin-bottom: 0%;
    margin-top: 2%;
    width: 67.2277%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con4_left_absol{
    width: 15.5446%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 7%;
    left: 6%;
}
.con4_left_absol_2{
    width: 15.5446%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 7%;
    right: 6%;
}


.con4_right_absol{
    width: 15.5446%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 7%;
    left: 6%;
}
.con4_right_absol_2{
    width: 15.5446%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 7%;
    right: 6%;
}
.con4_right_top_2nd_absol{
    width: 142.032%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: smoke 2s infinite;
    top: -28%;
}


.con21_mid_prev {
    width: 3vw !important;
    height: 3vw !important;
    right: 10% !important;
    left: unset !important;
    top: unset !important;
    bottom: 9% !important;
    background: transparent;
}
.con21_mid_next{
    left: 50% !important;
    width: 3vw !important;
    bottom: 0 !important;
    right : unset  !important;
    height: 3vw !important;
    background: transparent;
    top: unset !important;
    right: 5% !important;
    left: unset !important;
    top: unset !important;
    bottom: 9% !important;

}
.con5{
    background: #f8c605;
}
.con5_top{
    margin-top: 2%;
    margin-bottom: 3%;
    padding-top: 1%;
    padding-bottom: 1%;
}
.con5_top_left{
    width: 15.9901%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-left: -9%;
    margin-right: 6%;
}
.con5_top_2nd_swiper_1{
    width: 47%;
    margin-left: -44%;
    margin-bottom: 5%;
    overflow: hidden;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    color: black !important;
    font-size: 1vw!important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    color: black !important;
    font-size: 1vw!important;

}
.con5_top_2nd_right{
    width: 22.2277%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 54%;
    overflow: hidden;
    top: 23%;
}
.con5_top_line_1{
    width: 100%;
    border-bottom: 1px solid black;
    top: 6%;
}
.con5_top_line_2{
    width: 100%;
    border-bottom: 1px solid black;
    top: 23%;
}
.con5_top_line_3{
    width: 100%;
    border-bottom: 1px solid black;
    bottom: 6%;
}
.con5_left_line_1{
    height: 100%;
    border-left: 1px solid black;
    left: 1.7%;
}
.con5_right_line_1{
    height: 100%;
    border-left: 1px solid black;
    right: 1.7%;
}
.con5_mid_line_1{
    height: 100%;
    border-left: 1px solid black;
    left: 23.7%;
}

.con6_top_scr{
    top: 0;
}
.con6_top_scr img{
    width: 100%;
    animation: marqueeX 20s infinite linear;
}
.con6_top_scr .absol{
    right: -100%;
}


.con6_top{
    width: 25.2475%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 19%;
    overflow: hidden;
}

.con6_top_2nd_item {
    width: 25% !important;
    margin: 0 0.5%;
}

.con6_top_2nd_item_top{
    z-index: 1;
    width: 34.2574%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con6_top_2nd_item_video_con{
    width: 100%;
    height: 14vw;
    overflow: hidden;
    position: relative;
    margin-top: -6%;
}
.con6_top_2nd_item_bottom{
    width: 37.8218%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -10%;
}
.con6_top_2{
    width: 23.4158%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5%;
    overflow: hidden;
    margin-bottom: 4%;
}
.con6_top_3rd{
    width: 32.7723%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
}
.con6_top_3rd_absol{
    width: 24.6391%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -12%;
    right: -7%;
}
.con6{
    background: url(/images/con06_20.jpg) no-repeat center / cover;
}
.con6_absol_1{
    width: 7.77228%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10%;
    left: 4%;
}
.con6_absol_2{
    width: 7.77228%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10%;
    right: 4%;
}

.con7_top_scr{
    top: 0;
    background: black;
    padding: 0.4% 0;
}
.con7_top_scr img{
    width: 100%;
    animation: marqueeX 20s infinite linear;
}
.con7_top_scr .absol{
    right: -100%;
}





.con7_mid_con {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 70%;
    margin: 1%;
    box-sizing: border-box;
    border-radius: 15px;
}




.con7_mid_con{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 98%;
    margin: 1%;
    box-sizing: border-box;
    border-radius: 15px  ;
}

.con7_mid_top_cate_margin{
}
.con7_mid_top {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 87%;
    height: 3vw;
    background: white;
    font-family: pretendard-regular;
    font-size: 1.4vw;
}
.con7_mid_top_cate{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.3%;
    white-space: nowrap;
    height: 100%;
    transition: 0.3s all;
    cursor: pointer;
}
.con7_mid_top > div:nth-child(1)>img{
    transition: 0.3s all;
}
.con7_mid_top_cate > .absol{
    opacity: 0;
    transition: 0.3s all;
}

.con7_mid_top_cate:hover{
    opacity: 1;
    color: white;
    background: #B4191F;
}
.con7_mid_top_cate_on{
    color: white;
    background: #B4191F;
}




.con7_mid_top > div> img{
    width: 100%;
}
.con7_22{
    width: 100%;
    margin-top: 0.76%;
    border-bottom: 1px solid black;
}
.con7_2_2nd{
    width: 100%;
}
.con7_mid_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88%;
    padding-top: 3%;
    padding-bottom: 5%;
}
.con7_mid_swiper_1 {
    width: 100%;
    overflow: hidden;
}
.con7_mid_swiper_2 {
    width: 100%;
    overflow: hidden;
}
.con7_mid_swiper_3 {
    width: 100%;
    overflow: hidden;
}
.con7_mid_swiper_4 {
    width: 100%;
    overflow: hidden;
}
.con7_mid_swiper_1_slide{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    border-radius: 15px;
}
.con7_mid_swiper_1_slide img{
    width: 100%;
}

/*
.con7_swiper_item_img:hover img{
    scale: 1.1;
}
*/
.con7_swiper_item_img:hover p{
    opacity: 1;
}
.con7_swiper_item_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 14vw;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    border-radius: 15px 15px 0 0;
    margin-top: 0.2%;
}
.con7_mid_swiper_1_slide_text{
    color: white;
    opacity: 0;
    display: flex;
    justify-content: center;align-items: center;
    text-align: center;
    padding: 5%;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.9vw;
    letter-spacing: 0.06vw;
}
.con7_swiper_item_img > img{
    transition: all 0.3s;
}
.con7_mid_swiper_1_slide img {
    width: 100%;
}
.con7_mid_swiper_1_slide > p {
    margin-top: 4%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 73%;
    white-space: nowrap;
    font-size: 1.5vw;
    font-family: GmarketSansMedium;
    bottom: 9%;
    border-radius: 50px;
    padding-top: 1%;
    color: white;
    margin-bottom: 4%;
}

.con7_mid_con {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 69%;
    border: 1px solid #226041;
    margin: 1%;
    box-sizing: border-box;
    border-radius: 0;
    margin-top: 3%;
    background: url(/images/con07_05.png) no-repeat center / cover;


}

.con7_mid_top {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 65%;
    height: 3vw;
    background: white;
    font-family: pretendard-regular;
    font-size: 1.4vw;
    margin-top: 3%;
}
.con7_mid_top_cate{
    font-family: NanumSquareNeoTTF-dEb;
    color: #0ead47;
}
.con7_mid_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 115%;
    padding-top: 3%;
    padding-bottom: 5%;
    flex-direction: column;
}
.con7_mid_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 81%;
    padding-top: 3%;
    padding-bottom: 5%;
    flex-direction: column;
}
.con7_swiper_item_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 12vw;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    border-radius: 0;
    margin-top: 0.2%;
}
.con7_mid_swiper_1_slide > p {
    margin-top: 4%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 73%;
    white-space: nowrap;
    font-size: 1.5vw;
    font-family: NanumSquareNeoTTF-dEb;
    bottom: 9%;
    border-radius: 50px;
    padding-top: 1%;
    color: white;
    margin-bottom: 4%;
}
.con7_mid_swiper_1_slide > p {
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    white-space: nowrap;
    font-size: 1.3vw;
    font-family: NanumSquareNeoTTF-dEb;
    bottom: 9%;
    border-radius: 0;
    padding-top: 1%;
    color: white;
    background: #0ead47;
    margin-bottom: 4%;
    padding: 6% 0;
}
.con7_mid_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 3%;
    padding-bottom: 5%;
    flex-direction: column;
}
.con7_mid_swiper_1 {
    width: 80%;
    overflow: hidden;
}
.con7_mid_swiper_2 {
    width: 80%;
    overflow: hidden;
}
.con7_mid_swiper_3 {
    width: 80%;
    overflow: hidden;
}
.con7_mid_swiper_4 {
    width: 80%;
    overflow: hidden;
}
.con7_mid_bottom_prev{
    width: 2.5vw !important;
    top: 29% !important;
    left: 3% !important;
}
.con7_mid_bottom_next{
    width: 2.5vw !important;
    top: 29% !important;
    right: 3% !important;
    transform: scaleX(-1) !important;
}
.con7_mid_bottom_prev:after, .swiper-rtl .swiper-button-next:after
{
    content: unset !important;
}
.con7_mid_bottom_next:after, .swiper-rtl .swiper-button-prev:after {
    content: unset !important;

}

.con7_swiper_item_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14vw;
    height: 14vw;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    border-radius: 0;
    margin-top: 0.2%;
}
.con7{
    background: url(/images/con01_06.jpg) no-repeat center / cover;

}
.con7_mid_top{
    background: transparent;
}
.con7_mid_top_cate{
    border: 1px solid #B4191F;
}
.con7_mid_top_cate{
    font-family: BMEULJIRO;
    font-size: 1.4vw;
    color: black;
}
.con7_mid_swiper_1_slide  p{
    font-family: BMEULJIRO;
    font-size: 1.75vw;
    background: transparent;
    color: black;
    margin-top: 6%;
}
.con7_swiper_item_img{
    width: 18vw;
    height: 18vw;
}
.con7_mid_swiper_1_slide.swiper-slide-active > div{
    scale: 0.75;
    filter: blur(5px);
    transform: translateX(40%);
}
.con7_mid_swiper_1_slide.swiper-slide-next{
    z-index: 2;
}
.con7_mid_swiper_1_slide.swiper-slide-next +.con7_mid_swiper_1_slide > div{
    scale: 0.75;
    filter: blur(5px);
    transform: translateX(-40%);
}
.con7_mid_swiper_1_slide.swiper-slide-next +.con7_mid_swiper_1_slide +.con7_mid_swiper_1_slide > div{
    scale: 0.75;
    filter: blur(5px);
    transform: translateX(40%);
}
.con7_mid_swiper_1_slide > div{
    transition: 0.3s all;
}
.con7_mid_swiper_1_slide.swiper-slide-prev{
    scale: 0.75;
    filter: blur(5px);
}

.con7_mid_bottom_prev {
    width: 1.5vw !important;
    top: 43% !important;
    left: 32% !important;
}

.con7_mid_bottom_next {
    width: 1.5vw !important;
    top: 43% !important;
    right: 32% !important;
}
.con7_top{
    width: 13.3663%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    overflow: hidden;
}
.con7_top_2nd{
    color: white;
    font-family: BMEULJIRO;
    font-size: 6.5vw;
    margin-top: -1%;
}
.con7_top_2nd_ct{
    font-size: 9vw;
}
.con7_top_3rd{
    width: 21.8317%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}
.con7_mid_con {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 69%;
    border: unset;
    margin: 1%;
    box-sizing: border-box;
    border-radius: 0;
    margin-top: 2%;
    margin-bottom: 8%;
    background: url(/images/con07_05.png) no-repeat center / cover;
}
.con7_mid_top {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 65%;
    height: 3vw;
    background: white;
    font-family: pretendard-regular;
    font-size: 1.4vw;
    margin-top: 6%;
}


.con8_left{
    width: 50% !important;
}
.con8_right{
    width: 50% !important;

}
.con8_left_top{
    width: 42.5743%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -58%;
}
.con8_left_top_2nd{
    width: 19.505%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 15%;
    margin-bottom: 13%;
}
.con8_left_top_3rd{
    width: 47.1287%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -37%;
    overflow: hidden;
    margin-bottom: 8%;
}
.con8_right_top{
    width: 42.5743%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -58%;
}

.con8_right_top_2nd{
    width: 24.3564%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 15%;
    margin-bottom: 13%;

}
.con8_right_top_3rd{
    width: 46.3366%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -37%;
    overflow: hidden;
    margin-bottom: 8%;
}
.con8_mid{
    width: 18.3168%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con8_mid_absol_2{
    width: 45.1766%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 39%;
}
.con08_03{
    animation: blk 1s infinite;
}
.con08_05{
    animation: rotate_image 15s infinite linear;
}
.con8_video_con{
    height: 100%;
    justify-content: space-between;
}
.con8_video_con_left{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 65%;
    height: 100%;
    overflow: hidden;
    position: relative;

}
.con8_video_con_right{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 65%;
    height: 100%;
    overflow: hidden;
    position: relative;


}
.con8_video_con_left iframe{
    width: 100%;
    height: 100%;
    filter: brightness(0.3);
}
.con8_video_con_right iframe{
    width: 100%;
    height: 100%;
    filter: brightness(0.3);

}
.con9_bottom_swiper_1{
    width: 80%;
    overflow: hidden;
    padding: 4% 0;
}
.con9_bottom_swiper_1_slide img{
    transition: 0.3s all;
}
.con9_bottom_swiper_1_slide.swiper-slide-next +.con9_bottom_swiper_1_slide{
    z-index: 1;
}
.con9_bottom_swiper_1_slide.swiper-slide-next +.con9_bottom_swiper_1_slide img{
    scale: 1.25;
}
.con9_top{
    width: 15.5941%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 6%;
    margin-bottom: 2%;
}
.con9_bottom{
    padding-bottom: 5%;
}
.con9_bottom_absol{
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    width: 100%;
}
.con10_con{
    background: url(/images/con10_17.jpg) no-repeat center / cover;
}
.con10_top{
    width: 28.9604%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    overflow: hidden;
}
.con10_top_2nd{
    align-items: flex-start;
    margin-top: 4%;
    padding-bottom: 5%;
    width: 61%;
    border-bottom: 1px solid #BB1A20;
}
.con10_top_2nd_left{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50% !important;
    flex-direction: column;
}
.con10_top_2nd_right{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    width: 50% !important;
}
.con10_top_2nd {
    align-items: flex-end;
    margin-top: 4%;
    padding-bottom: 5%;
    width: 61%;
    border-bottom: 1px solid #BB1A20;
}
.con10_top_2nd_left_top_absol{
    width: 21.2725%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    left: 28%;
    top: 17%;
}
.con10_top_2nd_right_top_2nd_absol{
    width: 27.7688%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 35%;
}
.con10_top_2nd_right_top_2nd_absol_2{
    width: 14.9206%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    right: 10%;
}
.con10_top_2nd_left_top{
    width: 79.5688%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_top_2nd_right_top{
    width: 78.4321%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_top_2nd_right_top_2nd{
    width: 78.2697%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
}
.con10_top_2nd_right_top_2nd{
    width: 78.2697%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
}


.con10_top_3rd{
    align-items: flex-start;
    margin-top: 4%;
    padding-bottom: 5%;
    width: 61%;
}
.con10_absol{
    width: 21.2871%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: -2%;
}
.con10_absol_3{
    width: 50.853%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    left: 0%;
    top: -27%;
    overflow: hidden;
    height: 14vw;
}
.con10_absol_2{
    width: 183.675%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: smoke 2s infinite;
    top: -30%;
    left: -65%;
}
.con10_top_3rd .con10_top_2nd_left_top {
    width: 82.5688%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11 {
    background: url(/images/con11_14.jpg) no-repeat center / cover;
    padding-top: 8%;
    padding-bottom: 8%;
}
.con11_left{
    width: 50% !important;
    justify-content: flex-end;
    align-items: flex-end;
}
.con11_right{
    width: 50% !important;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 3%;
    margin-right: -3%;

}
.con11_right_bottom_swiper_1{
    overflow: hidden;
    padding-top: 10%;
}
.con11_left_top{
    width: 59.0099%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5%;
}
.con11_right_bottom{
    width: 67%;
}
.con11_right_top{
    width: 53.7624%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 3%;
    overflow: hidden;
}
.con11_right_top_2nd{
    width: 37.5248%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%;
    overflow: hidden;
}
.con11_left_top_1{
    width: 27.2277%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20.8%;
    margin-bottom: 1.5%;
}
.con11_left_top_1_absol{
    width: 53.4653%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    right: 105%;
}
.con11_left_top_1_absol_2{
    width: 53.4653%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    left: 105%;
}
.con11_right_top_2nd_absol{
    width: 42.7723%;
    display: flex;
    justify-content: center;
    align-items: center;
    mix-blend-mode: color-dodge;
    top: -55%;
    right: 3%;
}

.con10_con {
    background: url(/images/con10_17.jpg) no-repeat bottom / cover;
}

.con12{
    background: url(/images/con12_29.jpg) no-repeat bottom / cover;
}
.con12_top{
    width: 23.8119%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    overflow: hidden;
    margin-bottom: 3%;
}
.con12_top_2nd_mid{
    width: 58%;
    border-bottom: 2px solid white;
    margin: 0 1%;
}
.con12_top_2nd{
    margin-bottom: 1%;
    overflow: hidden;
}
.con12_mid{
    margin-bottom: 1.5%;
}
.con12_mid_2nd {
    justify-content: space-between;
    width: 71%;
    margin-bottom: 1.5%;
}
.con12_bottom_swiper_1{
    overflow: hidden;
    width: 71%;
    margin-bottom: 7%;
}
.con12_absol_2{
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    width: 100%;
}
.con12_mid_right{
    width: 35.495%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1C1C1C;
}
.con12_mid_right_1{
    width: 83.1125%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    top: 21%;
}
.con12_mid_right_1_2nd{
    bottom: 12%;
}
.con12_mid_right_1_item {
    width: 24.2644%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -2%;
}
.con12_mid_left_absol{
    width: 54.6646%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 10%;
    left: 5%;
}
.con12_mid_left_absol .absol{
    width: 100% !important;
    opacity: 0;
}
.con12_mid_2nd_1_absol{
    width: 37.4892%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 10%;
    left: 5%;
}
.con12_mid_2nd_2_absol_2nd{
    width: 80.5822%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 10%;
}
.con12_mid_2nd_2_absol_3rd{
    width: 69.3805%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 10%;
    right: 5%;
}
.con12_absol{
    width: 16.1386%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0%;
    top: 10%;
}
.con12_absol_absol{
    width: 150.814%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 1%;
    animation: smoke 2s infinite;
}
.con6_top_2nd_item_video_con video{
    width: 100%;
}
.con8_video_con_left{
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}
.con8_video_con_right{
    clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0% 100%);
    margin-left: -13%;
}
.con8_video_con_left iframe {
    width: 176%;
    height: 129%;
    filter: brightness(0.3);
}
.con8_video_con_right iframe {
    width: 190%;
    height: 145%;
    filter: brightness(0.2);
    top: -2%;
    left: -1%;
}
.con8_video_con_left iframe {
    width: 176%;
    height: 129%;
    filter: brightness(0.2);
    right: 0%;
}
.con5_top_right{
    width: 58.8614%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}
.con9_top_2nd{
    width: 44.9505%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_right_top_3rd{
    width: 42.9703%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}
.con12_top_2nd_1{
    width: 4.20792%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}
.con12_top_2nd_3{
    width: 7.12871%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.con12_mid_2nd_1_absol_2{
    width: 100% !important;
    opacity: 0;
}
.con12_mid_2nd_2_absol_2nd_2{
    opacity: 0;
    width: 100% !important;

}
.con12_mid_2nd_2_absol_3rd_2{
    opacity: 0;
    width: 100% !important;

}






/* ji-start */
.con13{
    background: url("/images/con13_31.jpg") no-repeat center / cover;
    object-fit: cover;
    flex-direction: column;
}
.con13_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 8% 0% 8% 0%;
}
.con13_left_absol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 32%;
    left: 0%;
    top: 2%;
}
.con13_left_line_01{
    width: 100%;
    height: 0.3vw;
    background-color: #bb1a20;
    margin: 0% 0% 1% 0%;
}
.con13_left_line_02{
    width: 100%;
    height: 0.1vw;
    background-color: #bb1a20;
}
.con13_right_absol{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 32%;
    right: 0%;
    top: 2%;
}
.con13_right_line_01{
    width: 100%;
    height: 0.3vw;
    background-color: #bb1a20;
    margin: 0% 0% 1% 0%;
}
.con13_right_line_02{
    width: 100%;
    height: 0.1vw;
    background-color: #bb1a20;
}
.con13_top{
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    width: 100%;
}
.con13_mid{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 2% 0% 5% 0%;
}
.con13_mid_left_div{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 34%;
    height: 28vw;
    border: solid 1px #bb1a20;
    overflow: hidden;
}
.con13_mid_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 8% 0% 0% 0%;
}
.con13_line_02{
    background-color: #bb1a20;
    width: 100%;
    height: 0.01vw;
}
.con13_mid_right_div{
    background-color: #bb1a20;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 34%;
    height: 28vw;
    border: solid 1px #bb1a20;
    overflow: hidden;
}
.con13_mid_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: -4% 0% 0% 15%;
}
.con13_01{
    width: 34% !important;
}
.con13_04{
    margin: 4% 0% 7% 0%;
}
.con13_05{
    margin: 4% 0% 4% 0%;
}
.con13_06{
    margin: 0% 0% 4% 0%
}
.con13_08{
    bottom: -4%;
    right: 12%;
    width: 13% !important;
}
.con13_left_arrow {
    left: 13%;
    cursor: pointer;
}
.con13_right_arrow {
    right: 13%;
    transform: rotate(180deg);
    cursor: pointer;
    
}
.ver01{
    display: flex;
}
.ver02{
    display: none;
}

.con13_bottom{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con13_bottom_left_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 34%;
    height: 32vw;
    overflow: hidden;
}
.con13_bottom_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.con13_bottom_right_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 34%;
    height: 32vw;
    overflow: hidden;
}
.con13_bottom_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.con13_22{
    margin: 3% 0% 3% 0%;
}
.con13_23{
    top: 44%;
    opacity: 1;
}
.con13_24{
    top: 58%;
    opacity: 0;
}
.con13_25{
    top: 72%;
    opacity: 0;
}
.con13_26{
    top: 86%;
    opacity: 0;
}

.con14{
    flex-direction: column;
}
.con14_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 1;
    margin: 5% 0% 5% 0%;
}
.con14_top{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con14_mid{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 6% 0% 2% 0%;
}
.con14_line{
    width: 14%;
    height: 0.1vw;
    background-color: red;
    margin: 0% 0% -4% 0%;
}
.con14_bottom{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con14_bottom > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 16%;
    margin: 0% 0.5% 0% 0.5%;
}
.con14_bottom > div > .absol{
    bottom: 9%;
    animation: blk 1s infinite ease-in-out;
}
.con14_09{
    bottom: 5% !important;
}
.con14_button_div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 2% 0% 0% 0%;
    cursor: pointer;
}
.con14_16{
    cursor: pointer;
}
.con14_01{
    margin: 0% 7% 0% 7%;
}
.con14_04{
    right: -3%;
    top: 22%;
    z-index: 1
}
.con14_05{
    right: 0%;
}
.con14_06{
    left: 0%;
    top: 52%;
}
.con14_17{
    top: -2%;
    width: 100% !important;
}
.con14_07{
    width: 36% !important;
    margin: 0% 1% 0% 1%;
}

.con15{
    background: url("/images/con15_05.jpg") no-repeat center / cover;
    object-fit: cover;
    flex-direction: column;
}
.con15_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 6% 0% 7% 0%;
}
.con15_left_absol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 36.5%;
    left: 0%;
    top: 3%;
}
.con15_left_line_01{
    width: 100%;
    height: 0.3vw;
    background-color: #bb1a20;
    margin: 0% 0% 1% 0%;
}
.con15_left_line_02{
    width: 100%;
    height: 0.1vw;
    background-color: #bb1a20;
}
.con15_right_absol{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 36.5%;
    right: 0%;
    top: 3%;
}
.con15_right_line_01{
    width: 100%;
    height: 0.3vw;
    background-color: #bb1a20;
    margin: 0% 0% 1% 0%;
}
.con15_right_line_02{
    width: 100%;
    height: 0.1vw;
    background-color: #bb1a20;
}
.con15_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    width: 24%;
}
.con15_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 63%;
    margin: 0.5% 0% 0% 0%;
}
.con15_03{
    top: 11%;
    left: 80.5%;
}
.con15_04{
    top: 28%;
    left: 80.5%;
}

.map_section{
    background: url("/images/map_03.jpg") no-repeat center / cover;
    object-fit: cover;
    flex-direction: column;
}
.map_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 5% 0% 5% 0%;
    z-index: 1;
}
.map_left_absol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 36.5%;
    left: 0%;
    top: 11%;
}
.map_left_line_01{
    width: 100%;
    height: 0.3vw;
    background-color: #bb1a20;
    margin: 0% 0% 1% 0%;
}
.map_left_line_02{
    width: 100%;
    height: 0.1vw;
    background-color: #bb1a20;
}
.map_right_absol{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 36.5%;
    right: 0%;
    top: 11%;
}
.map_right_line_01{
    width: 100%;
    height: 0.3vw;
    background-color: #bb1a20;
    margin: 0% 0% 1% 0%;
}
.map_right_line_02{
    width: 100%;
    height: 0.1vw;
    background-color: #bb1a20;
}
.map_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 100%;
    margin: 0% 0% 2% 0%;
    overflow: hidden;
}
.map_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.map{
    width: 70%;
    height: 35vw;
    z-index: 1;
    border: solid 1.5px #bb1a20;
}
.mid_map_search{
    background: white;
    overflow: hidden;
    z-index: 2;
    width: 19%;
    height: 26vw;
    left: 17%;
}
.mid_map_search_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.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: #bb1a20;
    color: white !important;
}
.off2{
    color: #000 !important;
}
.mid_map_search_mid{
    background: #bb1a20;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94% !important;
    padding: 3%;

}
.mid_map_search_mid input{
    appearance: none;
    border: none;
    outline: none;
    width: 100%;
    height: 3vw;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 1vw;
    border-radius: 50px;
}
.mid_map_search_bottom{
    overflow: scroll;
    height: 18.9vw;
    width: 99.5%;
}
.mid_map_search_item{
    margin: 0% 7%;
    border-bottom: 1px solid #000;
    padding: 3% 0;
    font-size: 1vw;
}
.mid_map_search_item_title{
    font-size: 1.3vw;
    font-family: "pretendard-bold";
}
.mid_map_search_item_addres{
    margin-top: 4%;
    margin-bottom: 1%;
}
.map_search{
    right: 8%;
    width: 6% !important;
}
.show{
    display: block;
}
.hide{
    display: none;
}
.map_02{
    width: 100% !important;
    bottom: 0%;
}

.form_section{
    flex-direction: column;
}
.form_content {
    background: url(/images/form_02.jpg) no-repeat center / cover;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 7% 0% 7% 0%;
}
.form_top_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.form_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 42%;
    z-index: 1;
    margin: 2% 0% 0% 0%;
}
.formWrap{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}
.form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 3% 0% 3% 0%;
    z-index: 1;
}
.form_margin{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 5% 0% 0% 0%;
}
.form_margin > div{
    margin: 2% 0% 2% 0%;
}
.form_margin_input{
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 77%;
    height: 2.5vw;
    overflow: hidden;
}
.form_margin_area_input{
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 90%;
    height: 5.5vw;
    overflow: hidden;
}
.form_input_01{
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 1vw;
    border: none;
    outline: none;
    padding: 1%;
    box-sizing: border-box;
    width: 66%;
    border-bottom: solid 1px #bb1a20;
    margin: 0% 1% 0% 0%;
}
.form_input_02{
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 1vw;
    border: none;
    outline: none;
    padding: 1%;
    box-sizing: border-box;
    width: 66%;
    border-bottom: solid 1px #bb1a20;
    margin: 0% 1% 0% 0%;
}
.form_input_03{
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 1vw;
    border: none;
    outline: none;
    padding: 1%;
    box-sizing: border-box;
    width: 66%;
    border-bottom: solid 1px #bb1a20;
    margin: 0% 1% 0% 0%;
}
.form_input_04{
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 1vw;
    padding: 1%;
    box-sizing: border-box;
    width: 57%;
    border: solid 1px #bb1a20;
    margin: 0% 8% 0% 0%;
}
#name_text{
    letter-spacing: 0em;
    white-space: nowrap;
    left: -5.7%;
}
#tel_text{
    letter-spacing: 0em;
    white-space: nowrap;
    left: -4.7%;
}
.form_name{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 1.2vw;
    color: #000;
    left: 0%;
}
.form_name_area{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 1.2vw;
    color: #000;
    left: 5%;
    top: 0%;
}
.form_check_name_01{
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 1.2vw;
    color: #000;
    left: 35%;
}
.form_check_name_02 {
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 1.2vw;
    color: #000;
    left: 58%;
}
.footeer_checkbox_01{
    width: 4%;
    height: 1.2vw;
    z-index: 1;
    outline: 1px solid #bb1a20;
    background-color: white;
    appearance: none;
    left: 46%;
    border-radius: 50vw;
    cursor: pointer;
}
.footeer_checkbox_01:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #bb1a20;
    scale: 0.7;
    transform: translate(0%, 0%);
    border-radius: 50vw;
}
.footeer_checkbox_02{
    width: 4%;
    height: 1.2vw;
    z-index: 1;
    outline: 1px solid #bb1a20;
    background-color: white;
    appearance: none;
    left: 69%;
    border-radius: 50vw;
    cursor: pointer;
}
.footeer_checkbox_02:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #bb1a20;
    scale: 0.7;
    transform: translate(0%, 0%);
    border-radius: 50vw;
}
.form_margin_Agree_input {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 76%;
    margin: -1% 0% 0% 0% !important;
    opacity: 0.8;
}
.form_agree{
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 0.8vw;
    color: #000;
    cursor: pointer;
}
.footeer_agree_checkbox_01{
    width: 2%;
    height: 0.7vw;
    z-index: 1;
    outline: 1px solid #000;
    background-color: white;
    appearance: none;
    cursor: pointer;
    margin: 0% 1% 0% 0%;
}
.footeer_agree_checkbox_01:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #bb1a20;
    scale: 0.7;
    transform: translate(0%, 0%);
}
.form_submit_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 22%;
    margin: 2% 0% 2% 0% !important;
    cursor: pointer;
}
.form_submit{

}
.form_box{
    background-color: #bb1a20;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 101%;
    height: 4.5vw;
    top: 0%;
}
@keyframes marqueeXup {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
.form_scr_top{
    background-color: #fff;
    transform-origin: top;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    z-index: 1;
}
.form_sd{
    width: 100%;
    animation: marqueeXup linear 25s infinite;
}
.form_sd_next{
    right: -101%;
}
.from_absol{
    width: 27.1386%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 40%;
}
.from_absol_2 {
    width: 26.7921%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 40%;
}
.from_absol_absol{
    width: 155.453%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -46%;
    top: -20%;
    animation: smoke 2s infinite;
}
.from_absol_absol_2{
    width: 155.453%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -46%;
    top: -20%;
    animation: smoke 2s infinite;
    animation-delay: 0.4s;
}

/*
    background: url("/images/con3_bg.jpg") no-repeat center / cover;
    object-fit: cover;

    background-attachment: fixed;

    flex-wrap: wrap;

    background-color: #315247;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
*/

/* ji-end */


.con12_mid_2nd_1{
    width: 36.2571%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_mid_2nd_2{
    width: 22.3121%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_mid_2nd_3{
    width: 37.8608%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_mid_left{
    width: 35.495%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_03{
    width: 77%;
}
.con13_04 {
    width: 71%;
}
.con13_05{
    width: 35%;
}
.con13_06{
    width: 66%;
}
.con13_07{
    width: 84%;
}
.ver02 .con13_04 {
    width: 85%;
}
.ver02 .con13_06 {
    width: 51%;
}
.ver02 .con13_07 {
    width: 80%;
}
.ver02 .con13_05 {
    width: 33%;
}
.con13_21{
    width: 82%;
}
.con13_22{
    width: 83%;
}
.con13_23{
    width: 83%;

}
.con13_24{
    width: 83%;

}
.con13_25{
    width: 83%;

}
.con13_26{
    width: 83%;

}
.con13_27{
    width: 83%;

}
.con13_28{
    width: 83%;

}
.con13_29{
    width: 83%;

}
.con13_30{
    width: 83%;

}
.con13_bottom_right img{
    width: 120%;
}
.con14_01{
    width: 43%;
}
.con14_02{
    width: 9%;
}
.con14_03{
    width: 9%;
}
.con14_04 {
    right: -3%;
    top: 22%;
    z-index: 1;
    width: 23%;
}
.con14_bottom_div img:nth-of-type(2){
    width: 100%;
}
.con14_09{
    width: 60%;
}
.con14_11{
    width: 71%;
}
.con14_13{
    width: 82%;
}
.con14_15{
    width: 82%;
}
.con14_button_div{
    width: 14%;
}
.con14_05 {
    right: 0%;
    width: 14%;
}
.con14_06 {
    left: 0%;
    top: 52%;
    width: 14%;
}
.con15_02{
    width: 100%;
}
.con15_03 {
    top: 11%;
    left: 80.5%;
    width: 15%;
}
.con15_04 {
    top: 28%;
    left: 80.5%;
    width: 15%;
}
.map_logo{
    width: 16%;
}
.map_01{
    width: 24%;
}
.form_logo{
    width: 16%;
}
.form_01{
    width: 34%;
}
.form_call{
    width: 67%;
}
.con13_left_arrow {
    left: 13%;
    width: 2%;
}
.con13_right_arrow{
    width: 2%;
}
.ver02 {
    display: none;
}
.ver03 {
    display: none;
}
.ver03 .con13_04 {
    width: 51%;
}
.ver03 .con13_05 {
    width: 33%;
}
.ver03 .con13_06 {
    width: 78%;
}
.ver03 .con13_07 {
    width: 83%;
}
.con4_left_absol_absol{
    animation: scaleOpa2 infinite 2s;
}
.con4_left_absol_2_absol{
    animation: scaleOpa2 infinite 2s;

}

.con4_right_absol_absol{
    animation: scaleOpa2 infinite 2s;
}
.con4_right_absol_2_absol{
    animation: scaleOpa2 infinite 2s;
}
.con6_top_2nd_item_top_absol{
    width: 100% !important;
    opacity: 0;
}
.con6_top_2nd_item_bottom_absol{
    width: 100% !important;
    opacity: 0;


}
.con6_top_3rd_absol_2{
    width: 145.718%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: 2s infinite smoke;
    top: -40%;
}
.con11_right_top_2nd_absol {
    width: 42.7723%;
    display: flex;
    justify-content: center;
    align-items: center;
    mix-blend-mode: color-dodge;
    top: -55%;
    right: 3%;
    animation: light 2s infinite;
}
.con1 .main_absol_absol {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 3%;
    top: 0%;
    animation: smoke 2s infinite;
}
.con2_top_2nd {
    height: 2vw;
    width: 27.1%;    
}
.con2_top_2nd_p {
    width: 100%;
}

.con8_video_con_right iframe {
    width: 200%;
    height: 145%;
    filter: brightness(0.2);
    top: -2%;
    left: -1%;
}

.con11_right_top_2nd_absol {
    top: -40%;
    right: 3%;
    animation: light 2s infinite;
}
.con8_mid_absol{
    width: 93%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_bottom_right_div{
    overflow: unset;
}
.con2_top_2nd_p {
    width: 100%;
    text-align: center;
}
.con2_top_2nd {
    height: 2vw;
    width: 28.1%;
}
.con11_right_top_2nd_absol {
    top: -40%;
    right: 3%;
    animation: scaleOpa infinite 1s alternate;
    mix-blend-mode: screen;
    top: -40%;
}
.con13_mid{
    height: 28vw;
}
.con15_content {
    margin: 7% 0% 7% 0%;
}
.con15_top {
    margin-bottom: 2%;
}
.mid_map_search_item_addres {
    margin-top: 4%;
    margin-bottom: 1%;
    font-size: 0.9vw;
    font-family: 'Pretendard-Regular';
}
.mid_map_search_item_tel{
        font-size: 0.9vw;
    font-family: 'Pretendard-Regular';
}
.mid_map_search_item_title {
    font-size: 1.2vw;
    font-family: "pretendard-bold";
}
.form_agree {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 1vw;
    color: #000;
    cursor: pointer;
}
.form_submit{
    cursor: pointer;
}
.con12_top_2nd_3 {
    width: 3.22871%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.con14_bottom > div > .absol {
    bottom: 5%;
    animation: blk 1s infinite ease-in-out;
}

.con14_15 {
    bottom: 10% !important;
}
.con14_11 {
    width: 71%;
    bottom: 9% !important;
}
.con14_09 {
    width: 63%;
    bottom: 9% !important;
}
@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {
    .main_top {
        width: 90.6337%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 31%;
        margin-bottom: 13%;
    }
    .main_absol {
        width: 41.1386%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0;
        top: unset;
        bottom: -10%;
    }
    .main_absol_2 {
        width: 41.1386%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 0;
        top: unset;
        bottom: -10%;
    }
    .main_bottom {
        width: 95%;
        margin-bottom: 27%;
    }
    .main_top {
        width: 90.6337%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 26%;
        margin-bottom: 13%;
    }
    .main_top_2 {
        width: 41.3351%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        top: 15%;
    }

    .main_video_con iframe {
        width: 271%;
        height: 108%;
    }

    .main_video_con {
        width: 100%;
        height: 100%;
        filter: brightness(0.2);
        display: flex;
        justify-content: center;
        align-items: flex-start;
        pointer-events: none;
    }


    .con1_top_2nd {
        width: 95.5842%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con1_top_3rd {
        width: 62.9307%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
        margin-bottom: 75%;
    }
    .con1_absol_1 {
        width: 37.4752%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        left: 0;
        bottom: -8%;
    }
    .con1_top_3rd {
        width: 73.9307%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        margin-bottom: 95%;
    }
    .con01_01{
        width: 38.4752vw !important;
    }

    .con1_absol_2 {
        width: 37.4752%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        right: 0;
        bottom: -8%;
    }
    .con01_02{
        width: 38.4752vw !important;

    }
    .con1_top {
        width: 95.2376%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 11%;
    }
    .con1_top_ct {
        font-family: BMEULJIRO;
        font-size: 13vw;
        color: white;
        left: 22%;
    }
    .con2_top{
        width: 63.6733%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 11%;
        margin-bottom: 3%;
    }
    .con2_top_2nd {
        margin-top: 1%;
        margin-bottom: 9%;
    }
    .con2_top_2nd_p {
        font-family: Pretendard-thin;
        font-size: 3.5vw;
        letter-spacing: 1.7vw;
    }
    .con3_top {
        width: 43.0594%;
        display: flex;
        justify-content: center;
        z-index: 1;
        align-items: center;
        margin-top: 11%;
    }
    .con3_top_2nd {
        height: 8.5vw;
        border-left: 1px solid white;
        z-index: 1;
        margin-top: 3%;
        margin-bottom: 3%;
    }
    .con3_top_3rd {
        font-family: BMEULJIRO;
        font-size: 18.5vw;
        color: #f8c605;
        z-index: 1;
    }
    .con3_top_4th {
        width: 29.7129%;
        display: flex;
        justify-content: center;
        z-index: 1;
        align-items: center;
        margin-top: -0.8%;
    }
    .con3_top_5th {
        width: 36.604%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 5%;
    }
    .con3_top_6th {
        width: 66.2376%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 3.7%;
        margin-bottom: 13%;
    }
    .con3_top_3rd {
        font-family: BMEULJIRO;
        font-size: 15.5vw;
        color: #f8c605;
        z-index: 1;
        white-space: nowrap;
    }

    .con3_absol_1 {
        width: 35.9208%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 5%;
        top: -110%;
        z-index: 3;
    }
    .con3_absol_2 {
        width: 35.9208%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 5%;
        top: -52%;
        z-index: 3;
    }



    .con3_absol_3 {
        width: 35.9208%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 5%;
        bottom :-110%;
        z-index: 3;
    }
    .con3_absol_4 {
        width: 35.9208%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 5%;
        bottom :-52%;
        z-index: 3;
    }
    .con4{
        flex-direction: column;
    }
    .con4_left {
        background: url(/images/con04_05.png) no-repeat center / cover;
        width: 100% !important;
        height: 94vw;
    }
    .con4_right {
        width: 100% !important;
        height: 94vw;
    }
    .con5_top {
        margin-top: 2%;
        margin-bottom: 3%;
        padding-top: 1%;
        padding-bottom: 1%;
        flex-direction: column;
    }
    .con5_mid_line_1{
        display: none;
    }
    .con5_top_left {
        width: 29.9901%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-right: 0;
        margin-top: 9%;
        margin-bottom: 4%;
    }
    .con5_top_right {
        width: 86.8614%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 2%;
    }
    .con5_top_2nd_swiper_1 {
        width: 71%;
        margin-left: 0;
        margin-bottom: 12%;
        overflow: hidden;
    }
    .con5_top_2nd{
        flex-direction: column !important;
    }
    .con5_top_2nd_right{
        position: relative !important;
    }
    .con5_top_2nd_right {
        width: 48.2277%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0;
        top: 0;
        margin-bottom: 3%;
    }
    .con21_mid_prev {
        width: 10vw !important;
        height: 10vw !important;
        left: unset !important;
        right: unset !important;
        right: 50% !important;
        top: unset !important;
        bottom: 9% !important;
        background: transparent;
    }
    .con21_mid_prev:after, .swiper-rtl .swiper-button-next:after {
        color: black !important;
        font-size: 5vw !important;
    }

    .con21_mid_next {
        width: 10vw !important;
        height: 10vw !important;
        right: unset !important;
        left: 50% !important;
        top: unset !important;
        bottom: 9% !important;
        background: transparent;
    }
    .con21_mid_next:after, .swiper-rtl .swiper-button-next:after {
        color: black !important;
        font-size: 5vw !important;
    }
    .con5_top_line_1 {
        width: 100%;
        border-bottom: 1px solid black;
        top: 10%;
    }
    .con5_top_line_2 {
        width: 100%;
        border-bottom: 1px solid black;
        top: 19.5%;
    }
    .con5_top_line_3 {
        width: 100%;
        border-bottom: 1px solid black;
        bottom: 2%;
    }
    .con6_top_scr{
        width: 200% !important;
    }
    .con6_top {
        width: 47.2475%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 24%;
    }
    .con6_top_2 {
        width: 45.4158%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3.5%;
        margin-bottom: 6%;
    }
    .con6_top {
        width: 56.2475%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 25%;
    }
    .con6_top_2nd{
        flex-direction: column;
    }
    .con6_top_2nd_item {
        width: 68% !important;
        margin: 4% 0.5%;
    }
    .con6_top_2nd_item_video_con {
        width: 100%;
        height: 37vw;
        overflow: hidden;
        position: relative;
        margin-top: -6%;
    }
    .con6_top_3rd {
        width: 75.7723%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
    }
    .con6 {
        background: url(/images/con06_20.jpg) no-repeat center / 421%;
    }
    .con6_absol_1 {
        width: 15.77228%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 4%;
        left: 4%;
    }
    .con6_absol_2 {
        width: 15.77228%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 4%;
        right: 4%;
    }
    .con7_top_scr {
        top: 0;
        background: black;
        width: 200%;
        padding: 0.4% 0;
    }
    .con7_top {
        width: 47.3663%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 16%;
    }
    .con7_top_2nd {
        color: white;
        font-family: BMEULJIRO;
        font-size: 14.5vw;
        margin-top: 1%;
    }
    .con7_top_2nd_ct {
        font-size: 22vw;
    }
    .con7_top_3rd {
        width: 50.8317%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .con7_mid_con {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 90%;
        border: unset;
        margin: 1%;
        box-sizing: border-box;
        border-radius: 0;
        margin-top: 7%;
        margin-bottom: 15%;
        background: url(/images/con07_05.png) no-repeat center / cover;
    }
    .con7_mid_top {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 88%;
        height: 6vw;
        background: white;
        font-family: pretendard-regular;
        margin-top: 6%;
    }
    .con7_mid_top_cate {
        font-family: BMEULJIRO;
        font-size: 3.5vw;
        color: black;
    }
    .con7_mid_swiper_1 {
        width: 88%;
        overflow: hidden;
    }
    .con7_swiper_item_img {
        width: 35vw;
        height: 35vw;
    }
    .con7_mid_swiper_1_slide p {
        font-family: BMEULJIRO;
        font-size: 3.75vw;
        background: transparent;
        color: black;
        margin-top: 6%;
    }
    .con7_mid_bottom {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding-top: 9%;
        padding-bottom: 12%;
        flex-direction: column;
    }
    .con7_mid_bottom_prev {
        width: 3.5vw !important;
        top: 45% !important;
        left: 23% !important;
    }
    .con7_mid_bottom_next {
        width: 3.5vw !important;
        top: 45% !important;
        right: 23% !important;
    }
    .con8_left_top {

    }
    .con8{
        flex-direction: column;
    }
    .con8_left{
        width: 100%!important;
    }
    .con8_right{
        width: 100% !important;
    }

    .con8_left_top {
        width: 60.5743%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -40%;
    }
    .con8_right_top{
        width: 60.5743%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: -40%;
    }
    .con8_left_top_2nd {
        width: 24.505%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 17%;
        margin-bottom: 15%;
    }
    .con8_left_top_3rd {
        width: 65.1287%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -18%;
        margin-bottom: 9%;
    }
    .con8_right_top {
        width: 60.5743%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: -40%;
        margin-top: 44%;
    }

    .con8_right_top_2nd {
        width: 32.3564%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 17%;
        margin-bottom: 15%;
    }
    .con8_right_top_3rd {
        width: 63.3366%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: -20%;
        margin-bottom: 10%;
    }
    .con8_video_con {
        height: 100%;
        justify-content: space-between;
        flex-direction: column;
    }
    .con8_video_con_left {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        height: 50%;
        overflow: hidden;
        position: relative;
    }
    .con8_video_con_right {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        width: 100%;
        height: 50%;
        overflow: hidden;
        position: relative;
    }
    .con8_video_con_left {
        clip-path: polygon(0 0, 100% 0%, 100% 81%, 0% 100%);
        height: 65%;
    }
    .con8_video_con_right {
        clip-path: polygon(0% 19%, 100% 0%, 100% 100%, 0% 100%);
        margin-left: 0;
        height: 65%;
    }
    .con8_video_con_right {
        clip-path: polygon(0% 19%, 100% 0%, 100% 100%, 0% 100%);
        margin-left: 0;
        height: 65%;
        margin-top: -29%;
    }
    .con8_mid {
        width: 52.3168%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con8_right_top {
        width: 60.5743%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: -40%;
        margin-top: 75%;
    }
    .con8_left_top_3rd {
        width: 65.1287%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -18%;
        margin-bottom: 3%;
    }
    .con8_right_top_3rd {
        width: 63.3366%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: -20%;
        margin-bottom: 17%;
    }
    .con8_video_con_left iframe {
        width: 288%;
        height: 100%;
        filter: brightness(0.2);
        right: 0%;
    }
    .con8_video_con_right iframe {
        width: 287%;
        height: 102%;
        filter: brightness(0.2);
        top: 0%;
        left: -1%;
    }
    .con9_top {
        width: 69.5941%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 14%;
        margin-bottom: 4%;
    }
    .con9_top_2nd{
        width: 71.9505%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-bottom: 4%;
    }

    .con9_bottom_absol {
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
        width: 200%;
    }

    .con10_top {
        width: 69.9604%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 17%;
    }

    .con10_top_2nd {
        align-items: center;
        margin-top: 4%;
        padding-bottom: 5%;
        width: 100%;
        border-bottom: 1px solid #BB1A20;
        flex-direction: column;
    }

    .con10_top_2nd_left {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 70% !important;
        flex-direction: column;
        margin-left: -15%;
        margin-top: 4%;
        margin-bottom: 7%;
    }
    .con10_top_2nd_right {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100% !important;
    }
    .con10_top_2nd_right_top_2nd_absol_2 {
        width: 16.9206%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 9%;
        top: 21%;
    }
    .con10_top_2nd {
        align-items: center;
        margin-top: 4%;
        padding-bottom: 10%;
        width: 100%;
        border-bottom: 1px solid #BB1A20;
        flex-direction: column;
    }

    .con10_top_3rd {
        align-items: center;
        margin-top: 4%;
        padding-bottom: 5%;
        width: 61%;
        flex-direction: column;
    }
    .con10_top_3rd {
        align-items: center;
        margin-top: 4%;
        padding-bottom: 5%;
        width: 100%;
        flex-direction: column;
    }
    .con10_top_3rd .con10_top_2nd_left_top {
        width: 105.5688%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con10_top_2nd_left_top_absol {
        width: 25.2725%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 24%;
        top: 17%;
    }
    .con10_top_2nd_left_top_absol {
        width: 27.2725%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 22%;
        top: 17%;
    }
    .con10_top {
        width: 69.9604%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 23%;
    }
    .con9_bottom{
        padding-bottom: 21%;
    }
    .con10_absol {
        width: 39.2871%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0;
        top: -4%;
    }
    .con10_absol_3{
        width: 54.853%;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        left: 0%;
        top: -31%;
        overflow: hidden;
        height: 29vw;
    }
    .con10_top_2nd_left_top {
        width: 105.5688%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con11{
        flex-direction: column;
    }
    .con11_left {
        width: 100% !important;
        justify-content: center;
        align-items: center;
    }
    .con11_left_top_1 {
        width: 61.2277%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0;
        margin-bottom: 1.5%;
    }
    .con11_left_top {
        width: 66.0099%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0;
    }
    .con11_left {
        width: 100% !important;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
    }
    .con11_right {
        width: 100% !important;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-right: 0;
        margin-top: 10%;
    }
    .con11_right {
        width: 100% !important;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-right: 0;
        margin-top: 10%;
        margin-bottom: 5%;
    }
    .con11_right_top {
        width: 68.7624%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5%;
        margin-top: 2%;
    }
    .con11_right_top_3rd {
        width: 62.9703%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con12_top {
        width: 52.8119%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 19%;
        margin-bottom: 5%;
    }
    .con12_top_2nd_1 {
        width: 15.20792%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con12_top_2nd_mid {
        width: 46%;
        border-bottom: 2px solid white;
        margin: 0 1%;
    }
    .con12_top_2nd_3 {
        width: 28.12871%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con12_mid {
        margin-bottom: 1.5%;
        flex-direction: column;
    }
    .con12_mid {
        margin-bottom: 1.5%;
        flex-direction: column;
        width: 91%;
        margin-top: 2%;
    }
    .con12_mid > div{
        width: 100% !important;
    }
    .con12_absol {
        width: 30.1386%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -9%;
        top: 1%;
    }
    .con12_mid_right_1_2nd{
        flex-wrap: wrap;
    }
    .con12_mid_right_1_item {
        width: 42.2644%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: -4% -4%;
    }
    .con12_19.hideopa{
        padding-bottom: 56%;
    }
    .con12_mid_right_1_2nd {
        bottom: 12%;
        width: 85%;
    }
    .con12_mid_right_1 {
        width: 87.1125%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 15%;
    }
    .con12_mid_right_1_2nd {
        bottom: 15%;
        width: 85%;
    }
    .con12_mid_2nd_scr{
        justify-content: space-between;
    }
    .con12_mid_2nd{
        width: 91%;
    }

    .con12_mid_2nd{
        overflow: hidden;
    }
    .con12_mid_2nd_scr{
        animation: infinite marqueeX 15s linear;
    }
    .con12_mid_2nd_scr.absol{
        right: -100%;
    }
    .con12_mid_2nd_scr img{
        width: 100%;
    }
    .con12_mid_2nd{
        height: 43vw;
    }
    .con12_mid_2nd_con{
        position: absolute;
        width: 200%;
    }
    .con12_mid_2nd_1 {
        width: 36.2571%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 1%;
    }
    .con12_bottom_swiper_1 {
        overflow: hidden;
        width: 91%;
        margin-bottom: 15%;
    }
    .con12_absol_2 {
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
        width: 240%;
    }
    .con13_mid{
        flex-direction: column;
    }
    .con13_mid_left_div {
        width: 68%;
        height: 56vw;
    }
    .con13_mid_right_div {
        background-color: #bb1a20;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 68%;
        height: 56vw;
        border: solid 1px #bb1a20;
        overflow: hidden;
    }
    .con13_mid_right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0% 0% 0% 0%;
    }
    .con13_left_arrow {
        left: 8%;
        width: 4%;
    }
    .con13_right_arrow {
        width: 4%;
        right: 8%;
    }
    .con13_top {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 200%;
        margin-top: 2%;
        margin-bottom: 3%;
    }
    .con13_left_absol {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 32%;
        left: -20%;
        top: 2.5%;
    }
    .con13_right_absol {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 32%;
        right: -20%;
        top: 2.5%;
    }
    .con13_left_arrow {
        left: 4%;
        width: 4%;
    }
    .con13_right_arrow {
        right: 4%;
        width: 4%;
    }
    .con13_mid_left_div {
        width: 77%;
        height: 66vw;
    }
    .con13_mid_right_div{
        width: 77%;
        height: 66vw;
    }
    .ver02 {
        display: none;
    }
    .ver03 {
        display: none;
    }


    .con13_bottom {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-direction: column;
    }

    .con13_bottom_left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .con13_bottom_left_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 83%;
        height: 81vw;
        overflow: hidden;
    }
    .con13_bottom_right_div{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 84%;
        height: 69vw;
        overflow: unset;
        margin-top: 6%;
        margin-bottom: -12%;
        margin-right: 4%;
    }
    .con14_top {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .con14_01 {
        width: 89%;
        margin-top: 6%;
        margin-bottom: 4%;
    }
    .con14_02 {
        width: 13%;
        position: absolute;
        top: -1%;
        left: 5%;
    }
    .con14_03 {
        width: 13%;
        position: absolute;
        top: -1%;
        right: 5%;
    }
    .con14_01 {
        width: 89%;
        margin-top: 12%;
        margin-bottom: 4%;
    }
    .con14_mid {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 220%;
        margin: 6% 0% 2% 0%;
    }
    .con14_bottom {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
    }
    .con14_bottom > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 34%;
        margin: 3% 0.5% 0% 0.5%;
    }
    .con14_button_div {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 4% 0% 5% 0%;
        cursor: pointer;
    }
    .con14_button_div {
        width: 28%;
        margin-top: 4%;
    }
    .con14_06 {
        left: 0%;
        top: 52%;
        width: 24%;
    }

    .con14_05 {
        right: 0%;
        width: 25%;
    }
    .con14_04 {
        right: -3%;
        top: 15%;
        z-index: 1;
        width: 47%;
        display: none;
    }
    .con14_17 {
        top: -2%;
        width: 214% !important;
    }
    .con15_top {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 53%;
        margin-top: 6%;
        margin-bottom: 3%;
    }
    .con15_left_absol {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 36.5%;
        left: -17%;
        top: 16%;
    }
    .con15_mid {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 90%;
        margin: 1.5% 0% 3% 0%;
    }
    .con15_left_absol {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 36.5%;
        left: -17%;
        top: 12%;
    }
    .con15_right_absol {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 36.5%;
        right: -17%;
        top: 12%;
    }
    .map_top {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 227%;
        margin: 3% 0% 3% 0%;
        overflow: hidden;
    }



    .map_content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 14% 0% 97% 0%;
    }
    .mid_map_search{
        height: 85vw;
        background: white;
        overflow: hidden;
        z-index: 2;
        width: 75.5%;
        height: 85vw;
        left: 12%;
        border-radius: 0px;
        top: 99%;
    }
    .mid_map_search_bottom {
        overflow: scroll;
        height: 62.5vw;
        width: 100%;
    }
    .map {
        width: 75.5%;
        height: 65vw;
        border: solid 1px #000;
        border-radius: 0px 0px 0px 0px;
    }
    .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;
        cursor: pointer;
    }
    .mid_map_search_mid input {
        appearance: none;
        border: none;
        outline: none;
        width: 100%;
        height: 8vw;
        padding-left: 5%;
        font-family: 'Pretendard-regular';
        font-size: 3vw;
    }
    .menu_left_bottom {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: -7%;
    }
    .mid_map_search_item_title {
        font-size: 6.3vw;
        font-family: pretendard-bold;
    }
    .mid_map_search_item_tel{
        font-size: 4.3vw !important;
    }
    .mid_map_search_item_addres {
        font-size: 4vw !important;
    }
    .map_mid {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 115%;
        overflow: unset;
    }
    .map_bg_absol {
        background: url(/images/map_02.png) no-repeat center / cover;
        object-fit: cover;
        background-color: #c51218;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 66vw;
        bottom: 0%;
    }

    .map_scr {
        transform-origin: top;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        z-index: 1;
        margin: 0% 0% 6.3% 0%;
        scale: 6;
    }
    .map_content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 3% 0% 97% 0%;
    }
    .map_left_absol {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 36.5%;
        left: -18%;
        top: 9%;
    }
    .map_right_absol {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 36.5%;
        right: -18%;
        top: 9%;
    }
    .form_top_top {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 212%;
        overflow: hidden;
        margin-top: 5%;
        margin-bottom: 3%;
    }
    .form_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 90%;
        z-index: 1;
        margin: 2% 0% 0% 0%;
    }
    .form_box {
        background-color: #bb1a20;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 101%;
        height: 8.5vw;
        top: 0%;
    }
    .formWrap {
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        border-radius: 15px;
        overflow: hidden;
    }
    .form_name {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 25%;
        font-family: 'Pretendard';
        font-weight: 600;
        font-size: 3vw;
        color: #000;
        left: 0%;
    }
    .form_margin_input {
        background-color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        width: 77%;
        height: 5.5vw;
        overflow: hidden;
    }
    .form_name_area {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 25%;
        font-family: 'Pretendard';
        font-weight: 600;
        font-size: 3vw;
        color: #000;
        left: 5%;
        top: 0%;
    }
    .form_check_name_01 {
        font-family: 'Pretendard';
        font-weight: 600;
        font-size: 3vw;
        color: #000;
        left: 35%;
    }
    .form_check_name_02 {
        font-family: 'Pretendard';
        font-weight: 600;
        font-size: 3vw;
        color: #000;
        left: 58%;
    }
    .footeer_checkbox_01 {
        width: 3vw;
        height: 3vw;
        z-index: 1;
        outline: 1px solid #bb1a20;
        background-color: white;
        appearance: none;
        left: 46%;
        border-radius: 50%;
        cursor: pointer;
    }
    .footeer_checkbox_02{
        width: 3vw;
        height: 3vw;
        z-index: 1;
        outline: 1px solid #bb1a20;
        background-color: white;
        appearance: none;
        left: 69%;
        border-radius: 50%;
        cursor: pointer;
    }
    .form_input_04 {
        font-family: 'Pretendard';
        font-weight: 400;
        font-size: 3vw;
        padding: 1%;
        box-sizing: border-box;
        width: 57%;
        border: solid 1px #bb1a20;
        margin: 0% 8% 0% 0%;
    }
    .form_margin_area_input {
        background-color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        width: 90%;
        height: 13.5vw;
        overflow: hidden;
    }
    .footeer_agree_checkbox_01 {
        width: 2vw;
        height: 2vw;
        z-index: 1;
        outline: 1px solid #000;
        background-color: white;
        appearance: none;
        cursor: pointer;
        margin: 0% 1% 0% 0%;
    }
    .form_agree {
        font-family: 'Pretendard';
        font-weight: 400;
        font-size: 2.6vw;
        color: #000;
        cursor: pointer;
    }
    .form_submit_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 36%;
        margin: 4% 0% 5% 0% !important;
    }
    .form_box {
        background-color: #bb1a20;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 101%;
        height: 9.5vw;
        top: 0%;
    }
    .form_scr_top {
        background-color: #fff;
        transform-origin: top;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 200%;
        z-index: 1;
    }
    .form_content {
        padding: 7% 0% 11% 0%;
    }
    .form_margin_input > input  {
        font-size: 3vw;
    }
    .footeer_agree_checkbox_01{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .con15_03 {
        top: 11%;
        left: 78.5%;
        width: 20%;
    }
    .con15_04 {
        top: 27%;
        left: 78.5%;
        width: 20%;
    }
    .con11_right_top_2nd_absol {
        width: 73.7723%;
        display: flex;
        justify-content: center;
        align-items: center;
        mix-blend-mode: color-dodge;
        top: -95%;
        right: -13%;
        animation: light 2s infinite;
    }    
    .con13_06 {
    width: 80%;
}
    .con13_07 {
    width: 98%;
}
    .ver02 .con13_06 {
    width: 65%;
}
    .ver02 .con13_07 {
    width: 97%;
}
    .ver03 .con13_06 {
    width: 96%;
}
    .ver03 .con13_07 {
    width: 98%;
}
.con2_top_2nd {
    height: 4vw;
    width: 64.1%;
}    
.mid_map_search_item_addres {
    font-size: 3.7vw !important;
}
.mid_map_search_item_title {
    font-size: 5.4vw;
    font-family: pretendard-bold;
}    
.mid_map_search_item_tel {
    font-size: 3.6vw !important;
}    
.map_top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 227%;
    margin: 3% 0% 6% 0%;
    overflow: hidden;
}    
.con10_absol {
    width: 39.2871%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: -6%;
    ㅋ: ㅋ;
    z-index: 2;
}    
.con11_right_top_2nd_absol {
    animation: scaleOpa infinite 1s alternate;
    mix-blend-mode: screen;
}    
.con13_mid {
    height: 140vw;
}    
.con5_top_left {
    width: 29.9901%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    margin-top: 11%;
    margin-bottom: 7%;
}    
.con5_top_line_1 {
    width: 100%;
    border-bottom: 1px solid black;
    top: 11%;
}    
.con5_top_line_2 {
    width: 100%;
    border-bottom: 1px solid black;
    top: 21%;
}    
.con11_left_top {
    width: 66.0099%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    margin-top: 3%;
}    
.con11_right_top_2nd_absol {
    width: 43.7723%;
    display: flex;
    justify-content: center;
    align-items: center;
    mix-blend-mode: color-dodge;
    top: -45%;
    right: 4%;
    animation: light 2s infinite;
}    
.con11_right_top_2nd {
    width: 50.5248%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%;
    overflow: hidden;
}    
    .con15_03{
            top: 10%;
    left: 79.5%;
    width: 17%;
    }   
    .con15_04{
   top: 26%;
    left: 79.5%;
    width: 17%;
    }       
    .con15_left_absol{
        top: 8%;
    }
    .con15_right_absol{
        top: 8%;
    }   
    .con12_top_2nd_3 {
        width: 12.12871%;
        display: flex;
        justify-content: center;
        align-items: center;
    }    
    .con12_top_2nd_mid {
        width: 61%;
        border-bottom: 2px solid white;
        margin: 0 1%;
    }
    .con14_bottom > div > .absol {
        bottom: 5%;
        animation: blk 1s infinite ease-in-out;
    }

    .con14_15 {
        bottom: 10% !important;
    }
    .con14_11 {
        width: 71%;
        bottom: 9% !important;
    }
    .con14_09 {
        width: 63%;
        bottom: 9% !important;
    }
    .con14_13 {
        width: 82%;
        bottom: 6% !important;
    }
    .con14_09 {
        bottom: 9% !important;
        width: 68%;
    }
}




.con7_mid_top_cate:hover{
    opacity: 1;
    color: white;
    background: #B4191F;
}
.con7_mid_top_cate_on{
    color: white;
    background: #B4191F;
}
.con7_mid_top_cate.active {
    background-color: #B4191F;
    color: #fff;
}


