.move_div{
    top: 19%;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}
ul,
ol {
    list-style: none;
}
a {
    text-decoration: none;
    color: inherit;
    font-family: "Noto Sans KR", sans-serif;
}
section{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.pc-mobile{
    display: flex !important;
}
.mobile-pc{
    display: none !important;
}
.pc{
    display: flex;
}
.pc-inline{
    display: inline;
}
.tablet{
    display:none;
}
.mobile{
    display:none;
}
html {
    scroll-behavior: smooth;
}
.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
@font-face {
    font-family: 'TmonMonsori';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/TmonMonsori.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Vitro_core';
    src: url('/font/VITRO_CORE_OTF.otf') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'SF_HambakSnow';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2106@1.1/SF_HambakSnow.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OKGUNG';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2206-02@1.0/OKGUNG.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: "Noto Sans KR", sans-serif;
    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 marquee3 {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes slick-circle{
    0%{left:0;}
    100%{left:99%;}
}
@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 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 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);
    }
}
@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes run {
    0% {
        transform: rotate(-4deg) translateY(0px)
    }
    50% {
        transform: rotate(4deg) translateY(-30px) 
    }
    100% {
        transform: rotate(-4deg) translateY(0px)
    }
}
@keyframes marqueeXup {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes marqueeXdown {
    from { transform: translateX(0); }
    to { transform: translateX(100%); }
}
@keyframes marqueeXup {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes twist {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_little {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@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 content_bg {
    0% {
        background: url(/images/con2_11.png) 0 0 fixed;
        background-color: #315247;
    }
    100% {
        background: url(/images/con2_11.png) 1000% 0 fixed;
        background-color: #315247;
    }
}
@keyframes content_bg_02 {
    0% {
        background: url(/images/con2_11.png) 0 0 fixed;
        background-color: #CAE3AA;
    }
    100% {
        background: url(/images/con2_11.png) 1000% 0 fixed;
        background-color: #CAE3AA;
    }
}
@keyframes fall {
    0% {
      top: -0%; 
      opacity: 1;
      transform: rotateY(0deg) (0deg);
      transform-origin: center center;
    }
    100% {
      transform: rotateY(150deg) rotateZ(120deg);
      transform-origin: center center;
      top: 100%; 
      opacity: 0; 
    }
}
@keyframes bubble {
    0% {
      transform: translate(0, 0);
      opacity: 1;
    }
    100% {
      transform: translate(0, -100px);
      opacity: 0;
    }
}
@keyframes slideRight{
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(1000%);
    }
}
@keyframes scaleAnimation {
    from {
      transform: scale(0);
    }
    to {
      transform: scale(1);
    }
}
@font-face {
    font-family: 'yg-jalnan';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.5;
    }
    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.5;
    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(1deg);
    }
    20% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(-1deg);
    }
    80% {
        transform: rotate(1deg);
    }
    100% {
        transform: rotate(-1deg);
    }
}

/*
.main::after{
    width: 1vw;
    height: 0vw;
    position: absolute;
    top: 0;
    opacity: 0;
    content:url(/images/main_mobile_01.jpg);
}
*/
/*
::-webkit-scrollbar {
    width: 0;  Hides the scrollbar 
}
*/
.pc-tablet{
    display: flex;
}
.tablet-pc{
    display: none;
}
.letter_spacing_two{
    letter-spacing: 0.24vw;
}
.letter_spacing_three{
    letter-spacing: 0.38vw;
}
.main{
    flex-direction: column;
}
.main_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.main_adsol_01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 84%;
    top: 21%;
    left: 4%;
}
.main_adsol_div_01{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    overflow: hidden;
}
.main_adsol_02 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 91%;
    top: 69%;
    left: -3%;
}
.main_adsol_div_02{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.main_adsol_div_03{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.main_text01{
    font-family: 'NanumSquareNeo-Variable';
    font-weight: 700;
    font-size: 1.5vw;
    color: black;
}
.main_bg{
    width: 100%;
}
.main_01 {
    width: 11%;
    margin: 0% 1% 0% 0%;
}
.main_02 {
    width: 2.9%;
}
.main_03 {
    width: 15%;
    margin: 0% 1% 0% 0%;
}
.main_04 {
    width: 13%;
    animation: blk 1s infinite ease-in-out;
}

.con1{
    flex-direction: column;
}
.con1_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;  
    height: 40vw;
}
.video01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;  
}

.con2{
    flex-direction: column;
}
.con2_content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;  
    padding: 3% 0% 3% 0%;
}
.con2_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 33%; 
    margin: 0% 0% -6% 0%;
}
.con2_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 33%; 
}
.con02_text_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
    white-space: nowrap;
    border-top: solid black;
    border-bottom: solid black;
    padding: 3% 0% 3% 0%;
    margin: 3% 0% 3% 0%;
}
.con2_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 33%; 
    margin: -6% 0% 0% 0%;
}
.con02_01 {
    width: 66%;
}
.con02_02 {
    width: 66%;
    margin: 6% 0% 0% 0%;
}
.con02_03 {
    width: 66%;
    margin: 6% 0% 0% 0%;
}
.con02_04 {
    width: 66%;
}
.con02_05 {
    width: 88%;
}
.con02_05_01 {
    top: 0%;
    width: 88%;
    opacity: 0;
}
.con02_07 {
    width: 87%;
}
.con02_07_01 {
    width: 87%;
    opacity: 0;
    bottom: 0;
}
.con02_09 {
    width: 31%;
}
.con02_10 {
    width: 93%;
}

.con3{
    flex-direction: column;
}
.con3_content{
    background: url("/images/con03_bg.jpg") no-repeat center / cover; 
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;  
    padding: 6% 0% 3% 0%;
}
.con3_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
}
.con3_mid{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 75%; 
    padding: 3% 0% 6% 0%;
}
.con3_swiper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    margin: 0% 1% 0% 1%;
}
.con3_swiper_slide{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con3_swiper_slide > img{
    width: 100%;
}
.con3_sd{
    margin: 6% -4% 0% 0%;
}
.con03_14 {
    left: 2%;
    width: 6%;
    z-index: 1;
}
.con03_15 {
    width: 43%;
}
.con03_15m {
    width: 24%;
}
.swiper-button-next_con3{
    width: 3% !important;
    cursor: pointer;
    margin: 6% 0% 0% 0%;
}
.swiper-button-prev_con3{
    width: 3% !important;
    cursor: pointer;
    margin: 6% 0% 0% 0%;
}
.con3_review_text_div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 85%;
    background-color: white;
    font-family: 'Pretendard-regular';
    font-size: 1.1vw;
    font-weight: 700;
    height: 5vw;
    border-radius: 23px 23px 23px 23px;
    overflow-wrap: break-word;
    word-break: keep-all;
    overflow-y: scroll;
    margin: 0% 0% 12% -5%;
    padding: 5%;
    padding-top: 6%;
    text-align: center;
}
.con3_review_div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 10%;
    background-color: white;
    height: 8vw;
    clip-path: polygon(100% 30%, 0 50%, 100% 70%);
    top: 8%;
    transform: rotate(-90deg);
/*    rotate: -90deg;*/
    left: 43%;
}
.con3_review_text {
    padding: 0% 0% 0% 0%;
}

.con4_content_div{
    background: url("/images/con04_bg.jpg") no-repeat center / cover; 
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 96%;
    padding: 5% 0% 4% 0%;
}
.con4_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con4_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con4_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 5% 0% 0% 0%;
}
@keyframes ddm_m {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
.con04_add {
    width: 42%;
}
.con04_01{
    top: 58.5%;
    left: 54.5%;
    width: 0.4%;
}
.con04_02{
    top: 11%;
    left: 18%;
    width: 20%;
    animation: ddm_m 2s infinite;
}
.con04_03{
    top: 9%;
    left: 67%;
    width: 20%;
    animation: ddm_m 2s infinite;
}
.con04_04{
    top: 68%;
    left: 18%;
    width: 20%;
    animation: ddm_m 2s infinite;
    animation-delay: 1s;
}
.con04_05{
    top: 66%;
    left: 65%;
    width: 20%;
    animation: ddm_m 2s infinite;
    animation-delay: 1s;
}
.con04_06{
    mix-blend-mode: lighten;
    animation: smoke 4s linear infinite;
    width: 21%;
    top: -26%;
    left: 35%;  
}
.con04_07 {
    mix-blend-mode: lighten;
    animation: smoke 4s linear infinite;
    top: -9%;
    left: 49%;
    width: 32%;
}
.con04_08 {
    width: 52%;
}

.con5{
    flex-direction: column;
}
.con5_content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;  
    padding: 6% 0% 6% 0%;
}
.con5_title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 9%;
}
.con5_cate_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}
.con5_cate_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}
.con5_cate_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}
.con5_cate_top{
    color: black;
}
/*
.con5_cate_top:hover{
    color: #c6191d;
}
*/
.con5_cate_mid{
    color: black;
}
/*
.con5_cate_mid:hover{
    color: #c6191d;
}
*/
.con5_cate_bottom{
    color: black;
}
/*
.con5_cate_bottom:hover{
    color: #c6191d;
}
*/
.con5_title > div{
    cursor: pointer;
}
.con5_cate_top > p,
.con5_cate_mid > p,
.con5_cate_bottom > p{
    font-family: 'SDKukdetopokki-Lt';
    font-weight: bold;
    font-size: 3vw;
    white-space: nowrap;
}
/*
.con5_cate_top:hover,
.con5_cate_mid:hover,
.con5_cate_bottom:hover,
.con5_cate_top.active,
.con5_cate_mid.active,
.con5_cate_bottom.active {
    transition: color 0.3s;
    color: #c6191d;
}
*/
/*
.con5_cate_top_m:hover,
.con5_cate_mid_m:hover,
.con5_cate_bottom_m:hover,
.con5_cate_top_m.active,
.con5_cate_mid_m.active,
.con5_cate_bottom_m.active {
    transition: color 0.3s;
    color: #c6191d;
}
*/
.con5_content_01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 40%;
    height: 36vw;
    background-color: #c6191d;
    margin: 0% 0% 0% 4%;
    overflow: hidden;
    border-radius: 0% 40px 0% 0%;
}
.con5_content_02{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 40%;
    height: 36vw;
    background-color: #c6191d;
    margin: 0% 0% 0% 4%;
    overflow: hidden;
    border-radius: 0% 40px 0% 0%;
}
.con5_video_div_01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 14vw;
    bottom: 0%;
}
.con5_content_03{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 40%;
    height: 36vw;
    background-color: #c6191d;
    margin: 0% 0% 0% 4%;
    overflow: hidden;
    border-radius: 0% 40px 0% 0%;
}
.con5_video_div_02{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 14vw;
    bottom: 0%;
}
.con5_content_01_div{
    top: -55%;
    right: -65%;
    background-color: #c6191d;
    width: 50%;
    height: 7vw;
    clip-path: polygon(100% 30%, 0 50%, 100% 70%);
}
.con5_content_02_div{
    top: -55%;
    right: -65%;
    background-color: #c6191d;
    width: 50%;
    height: 7vw;
    clip-path: polygon(100% 30%, 0 50%, 100% 70%);
}
.con5_content_03_div{
    top: -55%;
    right: -65%;
    background-color: #c6191d;
    width: 50%;
    height: 7vw;
    clip-path: polygon(100% 30%, 0 50%, 100% 70%);
}
.con05_line_top{
    background-color: #c6191d;
    height: 0.1vw;
    width: 100%;
    margin: 13% 0% 13% 0%;
}
.con05_line_bottom{
    background-color: #c6191d;
    height: 0.1vw;
    width: 100%;
    margin: 13% 0% 13% 0%;
}
.con5_swiper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    bottom: -2%;
}
.con5_swiper_slide{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con5_swiper_slide > img{
    width: 100%;
}
.con05_01{
    left: -100%;
    width: 97%;
}
.con05_02{
    left: -100%;
    width: 97%;
}
.con05_03{
    left: -100%;
    width: 97%;
}
.con05_11{
    width: 30%;
    mix-blend-mode: lighten;
    left: 24%;
    bottom: 13%;
    z-index: 2;
    animation: smoke 4s linear infinite;
}
.con05_12{
    width: 55%;
    mix-blend-mode: lighten;
    left: 43%;
    bottom: -16%;
    z-index: 2;
    animation: smoke 4s linear infinite;
}
.con05_13{
    top: 7%;
    left: 7%;
    width: 67%;
}
.con05_19{
    bottom: 3%;
    right: 3%;
    width: 5%;
    z-index: 2;
}
.con05_21{
    top: 7%;
    left: 7%;
    width: 61%;
}
.con05_23{
  top: 5%;
    left: 7%;
}
.con05_23{
    width: 60%;
}
.con05_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    font-family: 'NanumSquareNeo-Variable';
    font-weight: 400;
    font-size: 0.6vw;
    color: #ffffffb8;
    top: 38%;
    left: 7%;
}
.text_margin_con05{
    opacity: 0;
}

.con6{
    flex-direction: column;
}
.con6_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40vw;
}
.con6_swiper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.con6_swiper_slide{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con6_swiper_slide > img{
    width: 100%;
}
.con6_absol{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    z-index: 2;
}
.con6_absol_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 13vw;
}
.con06_08{
    width: 96%;
}
.con06_09_01{
    top: 0%;
    left: -9%;
    width: 8%; 
}
.con06_09_02{
    top: 0%;
    right: -9%;
    width: 8%; 
    transform: rotate(90deg);
/*    rotate: 90deg;*/
}
.con06_09_03{
    bottom: 0%;
    left: -9%;
    width: 8%; 
/*    rotate: 270deg;*/
    transform: rotate(270deg);
    
}
.con06_09_04{
    bottom: 0%;
    right: -9%;
    width: 8%; 
/*    rotate: 180deg;*/
    transform: rotate(180deg);
    
}

.con7{
    flex-direction: column; 
}
.con7_content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 6% 0% 6% 0%;
}
.con7_left{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 50%;
    height: 29vw;
}
.con7_right{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    height: 29vw;
    margin: 0% -3% 0% 4%;
}
.con7_swiper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    overflow: hidden;
}
.con7_swiper_slide{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con7_swiper_slide > img{
    width: 100%;
}
.con7_right_top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.con7_right_mid_top{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.con7_right_mid_mid{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.con7_right_mid_bottom{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.con7_line01{
    background-color: black;
    width: 6%;
    height: 0.1vw;
    margin: 1% 0% 2% 0%;
}
.con7_line02{
    background-color: black;
    width: 60%;
    height: 0.1vw;
    margin: 4% 0% 4% 0%;
}
.con7_line03{
    background-color: black;
    width: 60%;
    height: 0.1vw;
    margin: 4% 0% 4% 0%;
}
.con07_04{
    width: 15%;
}
.con07_05{
    width: 59%;
    padding: 0% 0% 5% 0%;
}
.con07_06{
    width: 5%;
}
.con07_06_absol{
    top: 4%;
    width: 5%;
}
.con07_07_absol{
    top: 4%;
    right: 62.5%;
    width: 8%;
}
.con07_08{
    width: 45%;
    margin: 0% 0% 0% 7%;
}
.con07_09{
    width: 38%;
    margin: 0% 2% 0% 3%;
}
.con07_10{
    width: 14%;
}
.con07_11{
    width: 21%;
}
.con07_12{
    width: 33%;
    margin: 0% 2% 0% 3%;
}

.con8 {
    background: url(/images/con08_bg.jpg) no-repeat center / cover;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 4% 0% 4% 0%;
}
.con08_01{
    width: 42%;
    scale: 3;
    opacity: 0;
}
.con08_01_absol{
    top: 25%;
    width: 43%;
    opacity: 0.5;
    animation: 1s ease-in-out 1s infinite normal none running scaleOpa;
}
.con08_02{
    width: 53%;
    padding: 2% 0% 0% 0%;
}

.con9{
    flex-direction: column;
}
.con9_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 6% 0% 0% 0%;
}
.con9_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con9_top_top{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con9_top_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 2% 0% 3% 0%;
}
.con9_hover_div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con9_hover_div > div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 25%;
    border: solid 1px white;
}
.con9_hover_div > div > img{
    width: 100%;
}
.con9_hover_absol_01{
    bottom: 19%;
    width: 44% !important;
}
.con9_hover_absol_02{
    bottom: 19%;
    width: 50% !important;
}
.con9_hover_absol_03{
    bottom: 19%;
    width: 50% !important;
}
.con9_hover_absol_04{
    bottom: 19%;
    width: 66% !important;
}
.con9_hover_line01{
    background-color: white;
    width: 42%;
    height: 0.1vw;
    bottom: 10%;
}
.con9_hover_line02{
    background-color: white;
    width: 42%;
    height: 0.1vw;
    bottom: 10%;
}
.con9_hover_line03{
    background-color: white;
    width: 42%;
    height: 0.1vw;
    bottom: 10%;
}
.con9_hover_line04{
    background-color: white;
    width: 42%;
    height: 0.1vw;
    bottom: 10%;
}
.con09_01 {
    width: 15%;
}
.con09_02 {
    width: 5%;
    margin: 0% 0.2% 0% 1%;
    animation: rotateAnimation 2s infinite alternate;
}
.con09_03 {
    width: 7%;
}
.con09_04 {
    width: 44%;
}
.con09_05 {
    width: 20%;
    z-index: 1;
    top: 8%;
    animation: linear infinite 20s rotate_image;
}
.con09_06 {
    width: 20%;
    z-index: 1;
    top: 8%;
}

.con10{
    flex-direction: column;
}
.con10_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 6% 0% 6% 0%;
}
.con10_top_top{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%; 
}
.con10_top_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
    padding: 2% 0% 2% 0%;
}
.con10_mid{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% -12% 0%;
}
.con10_video_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
}
.video10{
    height: 40vw;
    width: 100%;
}
.con10_text_div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: 'SDKukdetopokki-Lt';
    font-weight: 600;
    font-size: 5vw;
    color: white;
    top: 40%;
    white-space: nowrap;
}
.con10_text_02{
    margin: 0% 0% 0% 5px;
}
#timer span {
    margin: 0 3%;
}
.con10_bottom{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con10_bottom > img{
    width: 17%;
    margin: 0% -2% 0% -2%;
    z-index: 1;
}
.con10_01 {
    width: 18%;
}
.con10_02 {
    width: 5%;
    margin: 0% 0.2% 0% 1%;
    animation: rotateAnimation 2s infinite alternate;
}
.con10_03 {
    width: 5%;
}
.con10_04 {
    width: 31%;
    padding: 0% 0% 1% 0%;
}
.con10_05 {
    width: 27%;
}

.menu{
    flex-direction: column;
}
.menu_content{
    background: url("/images/con11_bg.jpg") no-repeat center / cover; 
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 6% 0% 8% 0%;
}
.menu_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
}
.menu_top_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
    padding: 0% 0% 3% 0%;
}
.menu_cate_div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%; 
    z-index: 3;
}
.menu_cate_div > div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 17%;
    font-family: 'SDKukdetopokki-Lt';
    font-weight: 800;
    font-size: 2vw;
    padding: 0.5% 0% 0.5% 0%;
    margin: 0% 1% 0% 1%;
    cursor: pointer;
    border-radius: 40px;
}
.menu_cate{
    background-color: gray;
    color: #fff;
}
.menu_cate:hover{
    background-color: #f01313;;
    color: #fff;
}
.menu_cate_left{
    background-color: gray;
    color: #fff;
}
.menu_cate_left:hover{
    background-color: #f01313;;
    color: #fff;
}
.menu_cate_mid_01{
    background-color: gray;;
    color: #fff;
}
.menu_cate_mid_02{
    background-color: gray;;
    color: #fff;
}
.menu_cate_mid_01:hover{
    background-color: #f01313;;
    color: #fff;
}
.menu_cate_mid_02:hover{
    background-color: #f01313;;
    color: #fff;
}
.menu_cate_right{
    background-color: gray;;
    color: #fff;
}
.menu_cate_right:hover{
    background-color: #f01313;;
    color: #fff;
}
.menu_cate,
.menu_cate_left,
.menu_cate_mid_01,
.menu_cate_mid_02,
.menu_cate_right {
  cursor: pointer;
  padding: 10px;
  transition: background-color 0.3s, color 0.3s;
}
.menu_cate:hover,
.menu_cate_left:hover,
.menu_cate_mid_01:hover,
.menu_cate_mid_02:hover,
.menu_cate_right:hover,
.menu_cate.active,
.menu_cate_left.active,
.menu_cate_mid_01.active,
.menu_cate_mid_02.active,
.menu_cate_right.active {
    background-color: #f01313;;
    color: #fff;
    border-radius: 40px;
}
.menu_mid_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 75%;
    background-color: white;
    border-top: solid 2px #fff;
    z-index: 2;
    border-radius: 25px;
    padding: 3% 0% 2% 0%;
}
.menu_mid{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 91%;
}
.menu_line{
    top: 5%;
    background-color: white;
    width: 100%;
    height: 0.1vw;
    z-index: 1;
}
.menu_swiper_1{
    display: flex;
    flex-direction : column;
    justify-content: center;
    align-items: center;
    width: 93%;
    overflow: hidden;
}
.menu_swiper_01{
    display: flex;
    flex-direction : column;
    justify-content: center;
    align-items: center;
    width: 93%;
    overflow: hidden;
}
.menu_swiper_02{
    display: flex;
    flex-direction : column;
    justify-content: center;
    align-items: center;
    width: 93%;
    overflow: hidden;
}
.menu_swiper_03{
    display: flex;
    flex-direction : column;
    justify-content: center;
    align-items: center;
    width: 93%;
    overflow: hidden;
}
.menu_swiper_04{
    display: flex;
    flex-direction : column;
    justify-content: center;
    align-items: center;
    width: 93%;
    overflow: hidden;
}
.menu_swiper_slide{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 4% 0% 0% 0%;
}
.menu_sd_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 0.2vw solid #fff;
    overflow: hidden;
    width: 92%;
    height: 16vw;
}
.menu_sd_div > img{
    width: 100%;
}
.menu_sd_text_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 93%;
    padding: 5% 0% 3% 0%;
    border-radius: 0 0 15px 15px;
}
.menu_sd_title{
    font-family: 'SDKukdetopokki-Lt';
    font-size: 2vw;
    font-weight: bold;
    margin-bottom: 3%;
}
.menu_sd_text{
    color: black;
    font-family: 'SUIT-regular';
    font-size: 1vw;
    font-weight: 800;
    padding: 0% 0% 0% 0%;
    width: 75%;
    overflow-wrap: break-word;
    word-break: keep-all;
    height: 5vw;
    overflow-y: scroll;
    text-align: center;
    line-height: 1.4vw;
    
}

.menu_sd_text::-webkit-scrollbar {
  display: none;
}
.con3_review_text_div::-webkit-scrollbar {
  display: none;
}

.swiper-button-next_menu{
    z-index: 2 !important;
    right: -2% !important;
    width: 4% !important;
    top: 39%;
/*    rotate: 180deg;*/
    transform: rotate(180deg);
    
}
.swiper-button-prev_menu{
    z-index: 2 !important;
    left: -2% !important;
    width: 4% !important;
    top: 39%;
}
.con11_01{
    width: 25%;
}
.con11_04{
    top: 3%;
    right: 0%;
    width: 11%;
}
.con11_05{
    bottom: 3%;
    left: 0%;
    width: 11%;
}

.con12_text_absol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    bottom: 21%;
}
.con12_text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    font-family: 'NanumSquareNeo-Variable';
    font-weight: 400;
    font-size: 0.7vw;
    color: #ffffffb8;
    overflow: hidden;
}
.con12{
    flex-direction: column;
}
.con12_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.video12_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40vw;
    overflow: hidden;
}
.con12_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con12_bg{
    width: 100%;
}
.con12_absol{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    bottom: 14%;
    z-index: 4;
}
.con12_absol_div_top{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0% 0% -0.1% 0%;
}
.con12_absol_div_top > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: white;
/*    padding: 5% 6% 5% 6%;*/
    border: solid 0.1px #ccc;
    background: linear-gradient(to top , #ffffff, #cccccc);
    height: 13vw;
}
.con12_absol_div_bottom{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 90%;
}
.con12_absol_div_bottom > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: white;
/*    padding: 5% 6% 5% 6%;*/
    border: solid 0.1px #ccc;
    background: linear-gradient(to bottom , #ffffff, #cccccc);
    height: 13vw;
}
.con12_absol_box{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.con12_absol_box_item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 32%;
    background-color: white;
    /* padding: 5% 6% 5% 6%; */
    border: solid 0.1px #ccc;
/*    background: linear-gradient(to top , #ffffff, #cccccc);*/
    height: 13vw;    
    border: solid 1.5px #ecebeb;
}
.con12_absol_box_item_p_1st{
    font-family: pretendard-regular;
    font-size: 1.5vw;
    top: 31%;
}
.con12_absol_box_item_p_2nd{
    top: 48%;
    width: 63%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con12_absol_box_item_p_2nd p{
    font-family: 'SDKukdetopokki-Lt';
    font-size: 2.4vw;
    font-weight: bold;
    color: #cd000e;    
}
.con12_01{
    z-index: 4;
    bottom: 34%;
    width: 30%;
}
.con12_02{
    width: 68%;
    margin: 0% 0% 5% 0%;
}
.con12_03{
    width: 24%;
/*    animation: blk 1s infinite ease-in-out;*/
}
.con12_04{
    width: 48%;
    margin: 0% 0% 5% 0%;
}
.con12_05{
    width: 48%;
/*    animation: blk 1s infinite ease-in-out;*/
}
.con12_06{
    width: 32%;
    margin: 0% 0% 5% 0%;
}
.con12_07{
    width: 49%;
/*    animation: blk 1s infinite ease-in-out;*/
}
.con12_08{
    width: 76%;
    margin: 0% 0% 5% 0%;
}
.con12_09{
    width: 54%;
/*    animation: blk 1s infinite ease-in-out;*/
}
.con12_10{
    width: 50%;
    margin: 0% 0% 5% 0%;
}
.con12_11{
    width: 64%;
/*    animation: blk 1s infinite ease-in-out;*/
}
.con12_12{
    width: 66%;
    margin: 0% 0% 5% 0%;
}
.con12_13{
    width: 40%;
/*    animation: blk 1s infinite ease-in-out;*/
}
.video_blur{
    width: 100%;
    height: 60vw;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
}
#con12_absol_box_item_01{
    background: linear-gradient(to top , #f8f8f8, #fcfcfc);
}
#con12_absol_box_item_02{
    background: linear-gradient(to top , #f2f1f1, #f2f1f1);
}
#con12_absol_box_item_03{
    background: linear-gradient(to top , #f8f8f8, #fcfcfc);
}
#con12_absol_box_item_04{
    background: linear-gradient(to top , #fcfcfc, #f8f8f8);
}
#con12_absol_box_item_05{
    background: linear-gradient(to top , #f2f1f1, #f2f1f1);
}
#con12_absol_box_item_06{
    background: linear-gradient(to top , #fcfcfc, #f8f8f8);
}

.con13{
    flex-direction: column;
}
.con13_content{
    background: url("/images/con13_bg.jpg") no-repeat center / cover; 
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 6% 0% 0% 0%;
}
.con13_top{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% -14% 0%;
}
.con13_top_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
    top: 38%;
    left: 12%;
}
.con13_top_left_top{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0% 0% 12% 0%;
}
.con13_top_left_mid{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0% 0% 1% 0%;
}
.con13_top_left_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.con13_top_left_bottom2{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 1% 0% 0% 0%
}
.con13_top_left_bottom2 > p:nth-child(1){
    font-family: 'Pretendard';
    font-weight: 300;
    font-size: 0.9vw;
    color: #ffdd37bf;
    margin: 0% 1% 0% 0%;
}
.con13_top_left_bottom2 > p:nth-child(2){
    font-family: 'Pretendard';
    font-weight: 300;
    font-size: 1vw;
    color: #ffffffbd;
}
.con13_top_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 18% 0%;
}
.con13_top_mid_top{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con13_top_mid_mid{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con13_top_mid_bottom{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con13_top_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
    top: 41%;
    right: 12%;
}
.con13_top_right_top{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding: 0% 0% 12% 0%;
}
.con13_top_right_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}
.con13_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% -13% 0%;
}
.con13_ct{
    font-family: 'SDKukdetopokki-Lt';
    font-size: 2vw;
    font-weight: 900;
    color: #ffdd00;
    margin: 0% 0.5% 0% 2%;
}
.con13_01 {
    width: 9%;
    margin: 0% 1% 0% 0%;
    animation: rotateAnimation 2s infinite alternate;
}
.con13_02 {
    width: 12%;
}
.con13_03 {
    width: 20%;
    padding: 2% 0% 1% 0%;
}
.con13_04 {
    width: 20%;
}
.con13_05 {
    width: 39%;
    margin: 0% 3% 0% 0%;
}
.con13_06 {
    width: 30%;
    animation: blk 1s infinite ease-in-out;
}
.con13_07 {
    width: 42%;
    margin: 0% 4% 0% 0%;
    animation: blk 1s infinite ease-in-out;
}
.con13_08 {
    width: 23%;
}
.con13_09 {
    width: 43%;
}
.con13_10 {
    width: 7%;
}
.con13_11 {
    width: 55%;
}
.con13_12 {
    width: 77%;
}
.con13_15 {
    width: 59%;
}

.con14{
    background: url("/images/con15_bg.jpg") no-repeat center / cover; 
    object-fit: cover;
    flex-direction: column;
    padding: 0% 0% 9% 0%;
}
.con14_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con14_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 3;
}
.con14_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 2% 6% -3% 0%;
    z-index: 3;
}
.con14_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 3;
}
.con14_01 {
    width: 37%;
}
.con14_01_absol {
    top: 0%;
    opacity: 0.5;
    width: 37%;
    animation: 1s ease-in-out 1s infinite normal none running scaleOpa;
}
.con14_02 {
    top: 16%;
    right: 33%;
    width: 8%;
    z-index: 1;
}
.con14_03 {
    width: 30%;
    padding: 4% 0% 2% 0%;
    scale: 3;
    opacity: 0;
}
.con14_04 {
    width: 32%;
}
.con14_05 {
    width: 61%;
}
.con14_06 {
    width: 29%;
}
.con14_bg2{
    height: 30vw;
    width: 110%;
    top: 19%;
    z-index: -1;
}

.con15_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con15_top_top{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 30% 0% 4% 0%;
}
.con15_top_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con15_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
    padding: 2% 0% 2% 0%;
}
.con15_01 {
    width: 20%;
}
.con15_02 {
    width: 11%;
    margin: -4% 0% 0% 0%;
    animation: rotateAnimation 2s infinite alternate;
}
.con15_03 {
    width: 7%;
}
.con15_04 {
    width: 24%;
}
.con15_05{
    width: 12%;
    top: -11%;
    left: 53.5%;
    scale: 3;
    opacity: 0;
    z-index: 1;
}
.con15_06 {
    width: 24%;
    margin: 0% 0% 0.5% 0%;
}
.con15_07{
    bottom: 38%;
    width: 2%;
    z-index: 1;
}
.con15_08 {
    width: 24%;
}
.con15_15{
    bottom: -9%;
    right: 4%;
    width: 12%;
    animation: rotateAnimation 2s infinite alternate;  
}
.flip_clock01{
    width: 122% !important;
    padding: 1.5% 0 !important;
    margin-left: -2.5% !important;
}
.flip-clock-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.clock_wrap {
    width: 45% !important;
}
.flip-clock-wrapper ul {
    width: 9% !important;
    height: 7vw !important;
    background: black !important;
}
.flip-clock-wrapper .flip {
    box-shadow: 0 0px 0px white !important;
    border: solid 2px white;
    outline: solid 2px black;
}
.flip-clock-wrapper ul li a div div.inn {
    background: black !important;
    color: #dbdbdb !important;
    font-size: 6vw !important;
}
.flip-clock-wrapper ul li a div.up:after {
    background: none !important;
}
.flip-clock-dot {
    border-radius: 50% !important;
    width: 76% !important;
    height: 0.7vw !important;
    background: black !important;
}
.flip-clock-divider {
    margin-left: 2.5% !important;
}
.con15_bottom{
   display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
}
.con15_bottom_top{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con15_bottom_top > img{
    width: 17%;
    margin: 0% 2.5% 0% 2.5%;
}
.con15_bottom_bottom{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 3% 0% 0% 0%;
}
.con15_bottom_bottom > img{
    width: 17%;
    margin: 0% 2.5% 0% 2.5%;
}
.con15_scr_section{
    flex-direction: column;
}
.con15_scr{
    transform-origin: top;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    z-index: 1;
    padding: 1% 0% 1% 0%;
    background-color: #b23215;
}
.con15_sd{
    width: 100%;
    animation: marqueeXup linear 20s infinite;
}
.con15_sd_next{
    right: 101%;
}

.con16{
    flex-direction: column;
}
.con16_content{
    background: url("/images/con16_bg.jpg") no-repeat center / cover; 
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 8% 0% 7% 0%;
}
.con16_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con16_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
}
.con16_mid_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
}
.con16_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
}
.con16_02 {
    width: 25%;
}
.con16_03_01{
    z-index: 2;
    top: 18%;
    left: 46.5%;
    width: 4%;
}
.con16_03_02{
    z-index: 2;
    top: 33.2%;
    left: 46.2%;
    width: 4%;
}
.con16_03_03{
    z-index: 2;
    top: 71.5%;
    left: 46.5%;
    width: 4%;
}
.con16_04_01 {
    z-index: 2;
    top: 17.3%;
    left: 52%;
    width: 5%;
    animation: blk 1s infinite ease-in-out;
}
.con16_04_02 {
    z-index: 2;
    top: 33%;
    left: 51%;
    width: 2%;
    animation: blk 1s infinite ease-in-out;
}
.con16_05 {
    z-index: 2;
    top: 71.5%;
    left: 51.5%;
    width: 7%;
    animation: blk 1s infinite ease-in-out;
}
.con16_06{
    z-index: 2;
    top: 75.5%;
    left: 45.3%;
    width: 6%;
}
.con16_07{
    z-index: 2;
    top: 75.2%;
    left: 52.3%;
    width: 6%;
    animation: blk 1s infinite ease-in-out;
}
.con16_08 {
    width: 53%;
    padding: 2% 0% 2% 0%;
    z-index: 1;
}
.con16_09{
    right: -2%;
    bottom: 17%;
    width: 32%;
    animation: ddm_m 2s infinite;
}
.con16_10{
    top: -6%;
    left: -3%;
    width: 30%;
    animation: ddm_m 2s infinite;
}
.con16_11{
    top: 29%;
    left: -4%;
    width: 30%;
    animation: ddm_m 2s infinite;
}
.con16_12 {
    width: 4%;
}
.con16_13 {
    width: 44%;
    padding: 2% 0% 2% 0%;
}
.con16_14 {
    width: 49%;
}

.con17{
    background: url("/images/con17_bg.jpg") no-repeat center / cover; 
    object-fit: cover;
    flex-direction: column;
}
.con17_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 7% 0% 0% 0%;
    z-index: 1;
}
.con17_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con17_mid_div{
    background: url("/images/con17_14.png") no-repeat center / cover; 
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    padding: 0% 0% 3% 0%;
    margin: 2% 0% 5% 0%;
}
.con17_mid_top{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%; 
    padding: 4% 0% 3% 0%;
}
.con17_mid_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
}
.con17_absol{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%; 
    height: 20vw;
    bottom: 9%;
    left: 3%;
}
.con17_absol_div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    width: 100%; 
    height: 20vw;
}
.con17_absol_div > div{
    margin: 0% 2% 0% 2%;
    /* width: 10%;
    height: 20vw; */
}
.con17_absol_01{
    background-color: white;
    width: 10%;
    height: 13.5vw;
    border-radius: 10px 10px 0 0;
}
.con17_absol_02{
    background-color: #e30613;
    width: 10%;
    height: 20vw;
    border-radius: 10px 10px 0 0;
}
.con17_absol_03{
    background-color: white;
    width: 10%;
    height: 16vw;
    border-radius: 10px 10px 0 0;
}
.con17_absol_04{
    background-color: white;
    width: 10%;
    height: 14.5vw;
    border-radius: 10px 10px 0 0;
}
.con17_absol_05{
    background-color: white;
    width: 10%;
    height: 18vw;
    border-radius: 10px 10px 0 0;
    margin: 0% 1.5% 0% 2% !important;
}
.con17_01{
    width: 34%;
    padding: 0% 0% 1% 0%;
}
.con17_02{
    width: 47%;
}
.con17_03{
    width: 53%;
}
.con17_04{
    left: 37.7%;
    width: 9%;
    animation: blk 1s infinite ease-in-out;
}
.con17_05{
    left: 58%;
    width: 8%;
    animation: blk 1s infinite ease-in-out;
}
.con17_06{
    width: 86%;
}
.con17_07{
    bottom: 0%;
    left: 33.5%;
    width: 10%;
}
.con17_08{
    top: 7%;
    left: 24%;
    width: 54%;
}
.con17_09{
    top: 7%;
    left: 18%;
    width: 66%;
    animation: blk 1s infinite ease-in-out;
}
.con17_11{
    top: 7%;
    left: 22%;
    width: 60%;
}
.con17_12{
    top: 7%;
    left: 21%;
    width: 62%;
}
.con17_13{
    top: 7%;
    left: 21%;
    width: 62%;
}

.con18_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 5% 0% 0% 0%;
}
.con18_01 {
    width: 25%;
    z-index: 2;
}
.con18_02 {
    width: 26%;
    z-index: 2;
    padding: 2% 0% 4% 0%;
}
.con18_03 {
    width: 24%;
    z-index: 1;
    top: 58%;
    left: 36.8%;
}
.con18_04 {
    width: 68%;
    bottom: -69%;
    z-index: 0;
}

.con19{
    flex-direction: column;
}
.con19_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;   
}
.con19_top{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 5%;
    left: -1%;
    z-index: 3;
    pointer-events: none;
}
.con19_top_left{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    z-index: 3;
    left: 7%;
    top: 24%;
    pointer-events: none;
}
.con19_top_right{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    z-index: 3;
    right: 11%;
    top: 24%;
    pointer-events: none;
}
.con19_hover_div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;   
    height: 40vw;
}
.con19_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%; 
    height: 40vw;
    background-color: #0094d4;
    cursor: pointer;
}
.con19_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%; 
    height: 40vw;
    background-color: #c6191d;
    cursor: pointer;
}
.con19_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: -1% 0% -3% 0%;
}
.con19_absol {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40vw;
    z-index: 2;
    top: 0%;
}
.con19_mid_absol{
    width: 17%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    bottom: -25%; 
    pointer-events: none;
}
.con19_left_absol_div{
    left: 33%;
    justify-content: flex-start !important;
    transition: width 1s;
    height: 40vw;
}
.con19_right_absol_div{
    right: 33%;
    justify-content: flex-end !important;
    transition: width 1s;
    height: 40vw;
}
.con19_left_img{
    width: 33.8vw;
    position: absolute;
}
.con19_right_img{
    width: 33.8vw;
    position: absolute;
}
.con19_left:hover ~ .con19_left_absol_div{
    width: 34.8%;
    z-index: 1;
}
.con19_left:hover ~ .con19_right_absol_div{
    width: 0%;
    z-index: 0;
}
.con19_right:hover ~ .con19_left_absol_div{
    width: 0%;
    z-index: 0;
}
.con19_right:hover ~ .con19_right_absol_div{
    width: 34.8%;
    z-index: 1;
}
.con19_left:hover ~.con19_top .Before{
    color: #ffcd48;
}
.con19_right:hover ~.con19_top .After{
    color: #ffcd48;
}
.con19_01_01{
    width: 19%;
    margin: 0% 1.5% 0% 0%;
}
.con19_01_02{
    width: 19%;
    margin: 0% 0% 0% 1.5%;
}
.con19_02{
    width: 17%;
    margin: 0% 2% 0% 0%;
}
.Before{
    font-family: 'SDKukdetopokki-Lt';
    font-weight: bold;
    font-size: 4.8vw;
    color: #fff;
    margin: 0% 1.5% 0% 0%;
    transition: 0.3s all;
    
}
.After{
    font-family: 'SDKukdetopokki-Lt';
    font-weight: bold;
    font-size: 4.8vw;
    color: #fff;
    margin: 0% 0% 0% 1.5%;
    transition: 0.3s all;
}
.con19_03{
    width: 7%;
}
.con19_04{
    width: 15%;
    margin: 0% 0% 0% 1.5%;
}
.con19_05{
    width: 34%;
}
.con19_06{
    width: 28%;
}
.con19_09{
    width: 100%;
}
.con19_left:hover{
/*    width: 198%;*/
}
.con19_right:hover{
/*    width: 198%;*/
}    
.con19_left:hover ~.con19_top{
/*    left: -4%;*/
}
.con19_right:hover ~.con19_top{
/*    left: -16%;*/
}
.con19_top_left{
    transition: 0.3s all;
}
.con19_top_right{
    transition: 0.3s all;
}
.con19_left:hover ~.con19_top_left{
/*
    top: 18%;
    left: 6.5%;
    width: 150%;
*/
}
.con19_left:hover ~ .Before{
/*    right: -24.5%;  */
    color: bisque;
}

.con19_right:hover ~.con19_top_right{
/*
    top: 18%;
    right: 10.5%;
    width: 149%;
*/
}
.con19_right:hover ~.con19_top_left{
/*    left: -30.5%;*/
}


.con20{
    flex-direction: column;
}
.con20_content{
    background: url("/images/con20_bg.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%;
}
.con20_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con20_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con20_01{
    width: 33%;
}
.con20_02{
    width: 49%;
    padding: 2% 0% 3% 0%;
}
.con20_08{
    width: 49%;
}
.con20_scr{
    transform-origin: top;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    z-index: 1;
    padding: 1% 0% 1% 0%;
    background-color: #2293c9;
}
.con20_sd{
    width: 100%;
    animation: marqueeXup linear 20s infinite;
}
.con20_sd_next{
    right: 101%;
}
.con20_03_01{
    top: 13.8%;
    left: 46.2%;
    width: 4%;
}
.con20_03_02{
    top: 19.5%;
    left: 46.2%;
    width: 4%;
}
.con20_03_03{
    top: 29.2%;
    left: 46.2%;
    width: 4%;
}
.con20_04_01 {
    top: 12.7%;
    left: 50.5%;
    width: 5%;
    animation: blk 1s infinite ease-in-out;
}
.con20_04_02 {
    top: 29%;
    left: 50.5%;
    width: 2%;
    animation: blk 1s infinite ease-in-out;
}
.con20_05{
    top: 70%;
    left: 50.5%;
    width: 7%;
    animation: blk 1s infinite ease-in-out;
}
.con20_06 {
    top: 72.8%;
    left: 45.2%;
    width: 6%;
}
.con20_07{
    top: 72%;
    left: 52.5%;
    width: 6%;
    animation: blk 1s infinite ease-in-out;
}

.con21{
    flex-direction: column;
}
.con21_content{
    background: url("/images/con21_bg.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%;
}
.con21_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
}
.con21_mid{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%; 
    padding: 4% 0% 1% 0%;
}
.con21_mid > img{
    width: 13%;
    margin: 0% 1.5% 0% 1.5%;
}
.con21_bottom{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%; 
}
.con21_bottom > img{
    width: 13%;
    margin: 0% 1.5% 0% 1.5%;
}
.con21_01{
    width: 23%;
}

.form_section{
    flex-direction: column;
}
.form_content{
    background: url("/images/form_bg.jpg") no-repeat center / cover; 
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 6% 0% 5% 0%;
}
.formWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    z-index: 1;
    border: solid 2px #df0716;
    border-radius: 25px;
    background-color: white;
}
.form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.form_cate_div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%; 
    margin: 0% 0% 4% 0%;
}
.form_cate_left{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-bottom: 2px solid #df0716;
    border-right: 2px solid #df0716;
    height: 3vw;
    padding: 3% 0% 3% 0%;
    background-color: #df0716;
    border-radius: 22px 0 0 0;
    cursor: pointer;
}
.form_cate_right{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%; 
    border-bottom: 2px solid #df0716;
    height: 3vw;
    padding: 3% 0% 3% 0%;
    cursor: pointer;
}
.form_margin{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.form_margin_label {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 25%;
    color: black;
    font-family: 'Pretendard';
    font-size: 1.5vw;
    font-weight: 500;
    padding: 2% 0% 2% 0%;
}
.form_margin_label_text{
    padding: 4% 0% 0% 0%;
}
.form_margin_input{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 55%;
}
.form_input {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 1vw;
    border: none;
    outline: none;
    border-bottom: 1px solid #df0716;
    padding: 13px 10px;
    box-sizing: border-box;
    width: 100%;
}
.form_select_div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 55%;
    border-bottom: 1px solid #df0716;
}    
.form_margin_selectbox01{
    color: black;
    font-family: 'Pretendard-bold';
    cursor: pointer !important;
}
.form_selectbox01 {
    font-weight: 400;
    font-size: 1vw;
    border: none;
    outline: none;
    padding: 13px 10px;
    box-sizing: border-box;
    width: 100%;
    color: #9e9e9e;
    font-family: 'Pretendard-bold';
    margin: 0% 0% 0% -27%;
}
.form_margin_selectbox02{
    color: black;
    font-family: 'Pretendard-bold';
    cursor: pointer !important;
}
.form_selectbox02 {
    font-weight: 400;
    font-size: 1vw;
    border: none;
    outline: none;
    padding: 13px 10px;
    box-sizing: border-box;
    width: 100%;
    color: #9e9e9e;
    font-family: 'Pretendard-bold';
    margin: 0% 0% 0% 87%;
}
select {
    appearance: none;
    background: url('/images/form_check.png') no-repeat right center / 15px 10px;
}
.form_controls_div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 55%;
    padding: 5% 0% 5% 0%;
}
.form_controls_left {
    width: 40%;
    display: flex;
    align-items: center;
    position: absolute;
    left: 45%;
}
.form_checkbox_left {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    border: 1px solid #df0716;
    width: 1vw;
    height: 1vw;
    scale: 1.2;
    margin-right: 5%;
}
.form_checkbox_left:checked {
    border: 1px solid #df0716;
}
.form_checkbox_left:checked::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #df0716;
    background-color: #df0716;
    transform: rotate(1deg) translate(0%, 0%);
    scale: 0.7;
}
.checkbox1_text{
    font-family: 'Pretendard';
    font-size: 1.5vw;
    color: black;
    white-space: nowrap;
}
.form_controls_right {
    width: 40%;
    display: flex;
    align-items: center;
    position: absolute;
    left: 60%;
}
.form_checkbox_right {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    border: 1px solid #df0716;
    width: 1vw;
    height: 1vw;
    scale: 1.2;
    margin-right: 5%;
}
.form_checkbox_right:checked {
    border: 1px solid #df0716;
}
.form_checkbox_right:checked::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #df0716;
    background-color: #df0716;
    transform: rotate(1deg) translate(0%, 0%);
    scale: 0.7;
}
.checkbox2_text{
    font-family: 'Pretendard';
    font-size: 1.5vw;
    color: black;
    white-space: nowrap;
}
.form_margin_text_area{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.form_textbox_div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 55%;
}
.form_controls {
    font-family: "Noto Sans KR";
    font-weight: 500;
    width: 100%;
    white-space: nowrap;
}
.form_textbox {
    background-color: #fff;
    align-items: center;
    font-weight: 400;
    font-size: 1vw;
    border: 1px solid #df0716;
    padding: 2% 0% 0% 2%;
    box-sizing: border-box;
    width: 100%;
    height: 10vw;
    font-family: 'Pretendard';
}
.form_03{
    width: 66%; 
}
.form_04{
    width: 66%;
}
.from_agree_div{
    display: flex;
    flex-direction: row;
    justify-content:flex-end;
    align-items:center;
    width: 82%;
}
.agree_checkbox{
    width: 1vw;
    height: 1vw;
    cursor: pointer;
}
.agree_text01{
    font-size: 1vw;
    color: #9e9e9e;
    font-family: 'Pretendard-bold';
    cursor: pointer;
    margin: 0% 1% 0% 1%;
    pointer-events: all;
}
.form_submit_div{
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items:center;
    width: 100%;
    padding: 4% 0% 4% 0%;
    cursor: pointer;
    border: 0px solid;
}
.form_submit{
    font-family: 'Pretendard';
    font-size: 1.5vw;
    font-weight: 700;
    color: white;
    background-color: #df0716;
    border-radius: 40px;
    padding: 1% 6% 1% 6%;
    border: 0px solid;
}
.form_top{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 100%;
    padding: 0% 0% 3% 0%;
}
.form_01{
    width: 16%;
    margin-bottom: 0.5%;
}
.form_02{
    width: 36%;
}
.form_bottom{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 100%;
    background-color: #df0716;
    padding: 0.5% 0% 0% 0%;
}
.form_scr{
    transform-origin: top;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    z-index: 1;
    background-color: #fff;
    padding: 0.5% 0% 0.5% 0%;
}
.form_sd{
    width: 100%;
    animation: marqueeXup linear 20s infinite;
}
.form_sd_next{
    right: 101%;
}



/*개인정보 처리 방침*/
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10000;
}
.modal-content {
    background-color: #fefefe;
    margin: 9% auto;
    padding: 30px;
    border: 1px solid #888;
    width: 75%;
    border-radius: 30px;
} 
.close {
    color: #aaa;
    float: right;
    font-size: 33px;
    font-weight: bold;
    cursor: pointer;
    margin-top: -2%;
    margin-right: -1%;
}  
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#policyWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
    overflow: hidden;
    position: absolute;
    left: 50%;
    z-index: 2000;
    height: 50px;
    margin-left: -50px;
    background: #fff;
    text-align: center;
    border-radius: 5px
}
#policy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
    position: relative;
    height: 530px;
    margin: 0 auto;
    padding: 1px;
    text-align: left
}
#policy div.policy_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
    position: relative;
    height: 75px;
    background-color: #b1b1b1;
    border-radius: 10px;
}
#policy div.policy_title h2 {
    font-weight: 700;
    font-size: 25px;
    color: #fff
}
#policy div.policy_con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    padding: 20px 0px 20px 0px;
    background: #9b9b9b;
    border-radius: 10px;
}
#policy p.policy_text {
    overflow-y: scroll;
    height: 400px;
    padding-right: 20px;
    font-size: 14px;
    text-align: justify;
    line-height: 18px
}
#policyLoader {
    padding-top: 10px
}

#myModal2 {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}
.modal-content2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    pointer-events: none;
}
#modalImage{
    width: 22%;
    margin: -4% -2% 0% 0%;
}
.close2{
    position: absolute;
    z-index: 1;
    top: -9.5%;
    left: 59.1%;
    background-color: white;
    font-size: 1.5vw;
}

.map_section_top{
    flex-direction: column;
}
.map_content_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 5% 0% 0% 0%;
}
.map_main{
    width: 100%;
}
.map_01{
    width: 12%;
}

.map_section{
    flex-direction: column;
}
.map_content{
    background: url("/images/map_bg.jpg") no-repeat center / cover; 
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 5% 0% 6% 0%;
}
.map_top{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    padding: 0% 0% 3% 0%;
}
.map_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.map{
    width: 72%;
    height: 37vw;
    border: solid #df0716;
    z-index: 1;
}
.mid_map_search{
    background: white;
    overflow: hidden;
    z-index: 2;
    width: 22%;
    height: 28vw;
    left: 18%;
}
.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: #df0716;
    color: white !important;
}
.off2{
    color: grey !important;
}
.mid_map_search_mid{
    background: #df0716;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    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;
}
.mid_map_search_bottom{
    overflow: scroll;
    height: 20.5vw;
    width: 100%;
}
.mid_map_search_item{
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 1vw;
}
.mid_map_search_item_title{
    font-size: 1.3vw;
    font-family: "pretendard-bold";
}
.mid_map_search_item_address{
    margin-top: 4%;
    margin-bottom: 1%;
}
.map_bg_left {
    left: 0%;
    top: -4%;
    width: 17%;
}
.map_bg_right{
    right: 0%;
    width: 17%;
}
.map_search{
    right: 8%;
    width: 6%;
}
.map_02{
    width: 20%;
}
#con10_001{
    z-index: 8
}
#con10_002{
    z-index: 7
}
#con10_003{
    z-index: 6
}
#con10_004{
    z-index: 5
}
#con10_005{
    z-index: 4
}
.con18_03 {
    width: 24%;
    z-index: 1;
    top: 53%;
    left: 36.8%;
}
.con4_content_absol{
    top: -10%;
    width: 100%;
    height: 100%;
}
.con13_top_right_bottom2{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin: 2% 0% 0% 0%;
}
.con13_top_right_bottom2 > p:nth-child(1){
    font-family: 'Pretendard';
    font-weight: 300;
    font-size: 1vw;
    color: #ffdd37bf;
    margin: 0% 1% 0% 0%;
}
.con13_top_right_bottom2 > p:nth-child(2){
    font-family: 'Pretendard';
    font-weight: 300;
    font-size: 1vw;
    color: #ffffffbd;
}

.con15_add_01{
    width: 42%;
}
.con15_add_02{
    width: 17%;
    left: 34%;
}
.con15_add_03{
    width: 23%;
    left: 54%;
}

.add_content_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.add_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 6% 0% 0% 0%;
    z-index: 5;
}
.add_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.add_top_01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.add_top_02 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 1% 0% 2% 0%;
    overflow: hidden;
}
.add_interview_div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 33.5vw;
    overflow: hidden;
}
.add_swiper_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin: 2% 0% 0% 0%;
}
.add_swiper_navi_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.add_bg_01 {
    width: 100%;
    bottom: -29%;
}
.add_bg_02{
    z-index: 1;
    width: 100%;
    bottom: -8%;
}
.add_03{
    bottom: -21%;
    z-index: 1;
    width: 29%;
}
.add_text{
    font-family: 'Pretendard';
    font-weight: 800;
    font-size: 1.5vw;
    color: #fff;
}
.add_01{
    width: 24%;
}
.add_02{
    width: 24%;
}
.add_01_absol{
    width: 24%;
    opacity: 0.5;
    animation: 1s ease-in-out 1s infinite normal none running scaleOpa;
}
    .add_swiper{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        overflow: hidden;
    }
    .add_swiper_slide{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .add_sd_div{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        transition: all 0.3s;
    }
    .add_sd_div_01{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 10vw;
        transition: all 0.3s;
        overflow: hidden;
        cursor: pointer;
        pointer-events: all;
    }
    .add_sd_div_02{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        transition: all 0.3s;
        font-family: 'Pretendard';
        font-weight: 500;
        font-size: 1.6vw;
        color: #000;
        margin: 3% 0% 3% 0%;
    }
    .add_sd_div_03{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        transition: all 0.3s;
        font-family: 'Pretendard';
        font-weight: 400;
        font-size: 1vw;
        color: #000;
    }
    .add_sd_div_04{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        transition: all 0.3s;
        font-family: 'Pretendard';
        font-weight: 400;
        font-size: 1vw;
        color: #00a3e0;
    }
    .add_sd_img{
        width: 100%;
        height: 100%;
    }
.add_iframe{
    width: 100%;
    height: 34vw;
}
}