* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}
section{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;

}
.pc-mobile{
    display: flex;
}
.mobile-pc{
    display: none;
}
.pc{
    display: flex;
}
.pc-inline{
    display: inline;
}
.tablet{
    display:none;
}
.mobile{
    display:none;
}
html {
    scroll-behavior: smooth;
}
.main::after{
    width: 1vw;
    height: 0vw;
    position: absolute;
    top: 0;
    pointer-events: none;
    opacity: 0;
    pointer-events: none;
    content:url(/images/con1_10.png) url(/images/con1_11.png) url(/images/con1_12.png)
    url(/images/con6_08.png) url(/images/con6_09.png)  url(/images/con6_10.png) url(/images/con6_11.png) url(/images/con6_12.png)
    url(/images/con7_02.png) url(/images/con7_03.png) url(/images/con7_04.png)  url(/images/con7_05.png);
}
.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.flowhid{
    overflow: hidden;
}
.hide{
    display: none !important;
}
.hideopa{
    opacity: 0 !important;
}
.show{
    opacity: 1 !important;
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
.flexrow{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.flexcol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;500;600;700&display=swap");
@font-face {
    font-family: "Noto Sans KR", sans-serif;
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
/*@font-face {*/
/*    font-family: 'VITRO_CORE_TTF';*/
/*    src: url('/font/VITRO_CORE_TTF.ttf') format('woff');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/
@font-face {
    font-family: 'TTTtangsbudaejjigaeB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/TTTtangsbudaejjigaeB.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'TheJamsil5Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
body {
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    min-height: 0vw;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@keyframes marquee2 {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}
@keyframes slick-circle{
    0%{left:0;}
    100%{left:99%;}
}
@keyframes soul_out {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
        transform: translateY(-50%);
    }
}
@keyframes ddm3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: rotate(-2deg);
    }
    100% {
        transform: scale(1.05);
    }
}
@keyframes ddm4 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_image1 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes ani_scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.1, 0.01, 0.01, 1.2, 0, 0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes blk {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    31% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk2 {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk3 {
    0% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes scaleOpa {
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes scaleOpa2 {
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes ball {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: 20px;
    }
}
@keyframes ddm {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.15, 0.01, 0.01, 1.15, 0, 30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_imageY {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ddm2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2X {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2Xhalf {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: scale(1.02);
    }
}

@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes uitLineMove {
    0% { stroke-dashoffset: 300.292; }
    100% { stroke-dashoffset: 110; }
}

@keyframes hand {
    0% {
        transform: translateY(-0.5%);
    }

    25% {
        transform: translateY(1%);
    }

    50% {
        transform: translate(0.5%, -1%);
    }

    75% {
        transform: translate(1%, 0.5%);
    }

    100% {
        transform: translate(1%, -1%);
    }
}

@keyframes hand2 {
    0% {
        transform: translateY(2%);
    }

    25% {
        transform: translateY(-1%);
    }

    50% {
        transform: translate(-1%, 2%);
    }

    75% {
        transform: translate(2%, 1%);
    }

    100% {
        transform: translateY(2%);
    }
}
@keyframes bg-position {
    0% {
        background-position: bottom;
    }
    25% {
        background-position: center;
    }
    50% {
        background-position: inherit;
    }
    75% {
        background-position: center;
    }
    100% {
        background-position: bottom;
    }
}
@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.2;
    }
    25% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 1;
    }
    50% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    75% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    100% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0.2;
    }
}

@keyframes 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);
    }
}



.main_video_con{
    top: 0%;
}
.video1{
    width: 100%;
    filter: brightness(0.4);
}
.main_top{
    width: 36.6337%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20%;
    margin-left: -32%;
    overflow: hidden;
}
.main_top_2nd{
    width: 7.77228%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -59.5%;
    z-index: 1;
}
.main_top_line{
    width: 15%;
    margin-top: 3%;
    border-top: 1px solid white;
    margin-left: -54%;
    z-index: 1;

}
.main_top_line_2nd{
    width: 15%;
    border-top: 1px solid white;
    margin-left: -54%;
    z-index: 1;

}

.main_top_2nd{
    width: 7.77228%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -59.5%;
    z-index: 1;
    margin-top: 1.6%;
}
.main_top_2nd_absol{
    width: 21.6891%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 144%;
    cursor: pointer;
}
.main_top_2nd_bottom{
    color: white;
    z-index: 1;
    margin-left: -60%;
    margin-top: 1%;
    margin-bottom: 1.5%;
}
.main_top {
    width: 36.6337%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 22%;
    margin-left: -32%;
}
.main_top_3rd{
    width: 11.6832%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -56%;
    margin-top: 2%;
    margin-bottom: 8%;
}

.main_scr_con img{
    animation: marqueeX 20s infinite linear;
}
.main_scr_con .absol{
    right: -100%;
}

.con1{
    background: url(/images/con01_bg.png) no-repeat center / cover;
}
.con1_top{
    width: 20.4653%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 6%;
}
.con1_top_2nd{
    width: 11.7327%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 1%;
    margin-bottom: 5%;
}

.con2_top{
    width: 18.3663%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    margin-bottom: 2%;
    overflow: hidden;
}
.con2_top_2nd{
    text-align: center;
    overflow: hidden;
}
.con2_video_con {
    width: 94%;
    height: 36vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    margin-top: 5%;
    margin-bottom: 3%;
}
.main_video_con_video {
    width: 109%;
    height: 157%;
}

.con2_top_3rd{
    width: 71% !important;
    justify-content: space-between !important;
}
.con2_top_3rd_2{
    width: 22.2456%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 7%;
}
.con2_top_3rd{
    margin-top: 1.5%;
    margin-bottom: 3%;
}

.con3{
    background: url(/images/con04_bg2.png) no-repeat center / cover;
    background-attachment: fixed;
}
.con3_top{
    width: 11.8812%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15%;
    margin-bottom: 6%;
    margin-left: 50%;
}
.con04_bg{
    width: 120% !important;
    mix-blend-mode: hard-light;
}
.con4_con_1{
    flex-wrap: wrap;
    width: 68% !important;
    margin-bottom: 15%;
}
.con4{
    background: url(/images/con05_bg.jpg) no-repeat center / cover;

}
.con4_con_1{
    margin-left: 7%;
    margin-top: 11%;
}
.con05_08{
    width: 100%;
    margin-top: -106%;
}
.con4_item {
    width: 25.9094%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con4_item_2{
    margin: 0 3%;
    transform: translateY(16%);
}
.con4_item_3{
    transform: translateY(32%);

}
.con4_item_4{
    width: 100%;
    margin: 3%;
}
.con4_item_3_absol{
    width: 75.6459%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    bottom: 105%;
    left: 0;
}
.con4_con_1_absol{
    width: 2.03781%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 99%;
    top: -5%;
}
.con4_con_1_absol_con{
    overflow: hidden;
}
.con4_con_1_absol_2{
    width: 98.5699%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 203%;
    overflow: hidden;

    top: 76%;
}
.con4_con_1_absol_line{
    height: 81%;
    border-left: 1px solid white;
    top: 106%;
}


.con5_top {
    width: 26.6667%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 7%;
    margin-bottom: 3.5%;
    margin-left: -28%;
}
.con5_mid{
    width: 52.5% !important;
    flex-wrap: wrap;
    justify-content: space-between !important;
}
.con5_mid_item{
    width: 32.2489%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5%;
}

.con5_bottom_half{
    margin-top: 2%;
    overflow: hidden;
}
.con5_bottom_2nd{
    margin-bottom: 5%;
    margin-top: 0.5%;
    width: 24.4094%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}


.con6{
    background: url(/images/con06_10.png) no-repeat center / cover;
}

.con6_top{
    margin-top: 5%;
    overflow: hidden;
    margin-bottom: 1%;
    width: 20.8924%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con6_top_2nd{
    margin-bottom: 5%;
    width: 16.0105%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.con5_mid {
    width: 54.5% !important;
    flex-wrap: wrap;
    justify-content: space-between !important;
}


.con7_con_1{
    width: 50% !important;
    align-items: flex-end !important;
    margin-left: -66%;
    margin-top: 6%;
    margin-bottom: 6%;
}
.con7_con_1_top{
    width: 6.4042%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-bottom: 3%;
}
.con7_con_1_top_2nd{
    width: 27.1916%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
}
.con7_con_1_top_3rd{
    text-align: right ;
    overflow: hidden;

}
.con7_con_1_top_3rd span{
    font-family: Pretendard-bold;
}
.con7_con_1_top_4th_item{
    width: 9vw;
    height: 9vw;
    background: white;
    border-radius: 50%;
    border: 1px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.5%;
}
.con7_con_1_top_4th{
    justify-content: flex-end !important;
    margin-top: 1%;
    margin-bottom: 0%;
}
.con7_con_1_top_4th_item_absol{
    text-align: center;
}
.con7_con_1_top_4th_item_absol span{
    font-family: Pretendard-bold;
}
.con7_con_1_absol{
    width: 83.6745%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 111%;
}



.con7_con_2{
    width: 50% !important;
    align-items: flex-start !important;
    margin-right: -66%;
    margin-bottom: 6%;
}
.con7_con_2 .con7_con_1_top_4th{
    justify-content: flex-start !important;
}


.con7_con_2_top{
    margin-bottom: 3%;
    width: 3.56955%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con7_con_2_top_2nd{
    width: 30.4462%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4%;
}
.con7_con_2_top_3rd span{
    font-family: Pretendard-bold;
}
.con7_con_2 .con7_con_1_top_4th {
    justify-content: flex-start !important;
    margin-top: 6%;
}
.con7_con_2 .con7_con_1_top_4th .con7_con_1_top_4th_item{
    margin-left: unset;
    margin-right: 0.5%;
}
.con7_con_2 .con7_con_1_absol{
    width: 83.6745%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: unset;
    right: 110%;
    overflow: hidden;
}
.con7_video_con video{
    width: 100%;
    height: 100%;
}




.con7_con_3{
    width: 50% !important;
    align-items: flex-end !important;
    margin-left: -66%;
    margin-top: 6%;
    margin-bottom: 6%;
}

.con7_con_3_top{
    width: 3.25459%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 3%;
}
.con7_con_3_top_2nd{
    width: 38.7402%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-bottom: 4%;
}
.con7_con_3_top_3rd{
    color: white;
    margin-bottom: 3%;
    overflow: hidden;
    text-align: right;
}
.con7_con_3_top_3rd span{
    font-family: Pretendard-bold;
}
.con7_con_3_absol{
    width: 201.575%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 16%;
}
.con7_con_3 {
    width: 50% !important;
    align-items: flex-end !important;
    margin-left: -66%;
    margin-top: 6%;
    margin-bottom: 4%;
}


.con7_con_3 .con7_con_1_top_4th_item{
    background: transparent;
    color: white;
    border: 1px solid white;
}
.con8_top{
    width: 7.34908%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
}
.con8_top_2nd{
    width: 20.5774%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
}
.con8_top_3rd{
    margin-top: 1%;
    margin-bottom: 4%;
    overflow: hidden;

}
.con9{
    background: url(/images/con9_bg.png) no-repeat center / cover;
}
.con9_top_item{
    margin: 0 0.7%;
    cursor: pointer;
}
.con9_top_item:hover .absol{
    opacity: 1;

}
.con9_top_item .absol{
    opacity: 0;
    transition: 0.2s all;
}
.con9_top{
    margin-top: 3%;
    margin-bottom: 3%;
}
.con9_mid {
    flex-wrap: wrap;
    width: 67% !important;
    justify-content: space-between !important;
    margin-bottom: 5%;
}
.con9_mid_item{
    width: 31.5842%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%;
}


.con10{
    background: url(/images/con08_bg2.png) no-repeat center / cover;
    background-attachment: fixed;
}
.con10_top{
    width: 11.5486%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

    margin-top: 8%;
    margin-left: -62%;
}
.con10_top_3rd_con{
    overflow: hidden;
}
.con10_top_2nd{
    width: 20.0525%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -53.5%;
    margin-top: 1%;
    overflow: hidden;
    margin-bottom: 4%;
}
.con10_top_4th{
    width: 73% !important;
    overflow: hidden;
}
.con10_top_5th{
    margin-top: 3%;
    color: white;
    overflow: hidden;
}

.con10_top_5th span{
    font-family: Pretendard-bold;
}

.con10_top_6th{
    width: 19.4226%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6%;
    overflow: hidden;
    margin-top: 0.5%;
}
.con10_top_3rd{
    width: 24.0945%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 15%;
    top: 19%;
}
.con10_top_3rd_absol{
    width: 23.2921%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 105%;
}
.con10_top_3rd_absol_2{
    width: 4.57135%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 102%;
    bottom: 17%;
}
.con08_bg2{
    width: 110% !important;
    opacity: 1;
}
.con11_top{
    width: 1.5748%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: 9%;
    margin-left: -75%;
}
.con11_top_2nd{
    width: 1.94226%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -69%;
    overflow: hidden;

    margin-top: -1%;
}
.con11_top_3rd{
    overflow: hidden;
    margin-top: -8%;
    margin-left: -49%;
}
.con11_top_4th{
    margin-left: -45.3%;
    overflow: hidden;
    margin-top: 1.7%;
}
.con11_top_4th span{
    font-family: Pretendard-bold;
}
.con11_top_5th{
    width: 8.39895%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 12%;
    margin-left: -28%;
}
.con11_top_6th{
    color: #008089;
    font-family: pretendard-bold;
    font-size: 2vw;
    margin-left: -33%;
    margin-top: 0.4%;
}
.con11_top_line{
    width: 15%;
    border-bottom: 1px solid #0000004a;
    margin-left: -32%;
    margin-top: 1%;
    margin-bottom: 2%;
}
.con11_top_7th{
    width: 9.39633%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-left: -29%;
}
.con11_top_8th{
    color: #008089;
    font-family: pretendard-bold;
    font-size: 2vw;
    margin-left: -21.4%;
    margin-top: 0.4%;
    margin-bottom: 6%;
}
.con11_absol_con{
    right: 0;
    width: 53% !important;
    height: 100%;
    justify-content: flex-start !important;
    background: #008089;
}
.con11_absol_con_top{
    width: 81.5804%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 19%;
}
.con11_absol_con_top_2nd{
    width: 22.7712%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10%;
    margin-left: -40%;
}
.con11_absol_con_top_2nd_absol{
    color: white;
    top: 130%;
    font-size: 1.2vw;
    white-space: nowrap;
}
.con11_absol_con_top_3rd{
    justify-content: flex-start;
    margin-top: 10%;
    margin-left: -35%;
        width: 27.5235%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.con11_absol_con_top_4th{
        width: 24.7513%;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: flex-start;
    bottom: 30.3%;
    left: 60%;
}
.con11_absol_con_top_5th{
        width: 36.533%;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: flex-start;
    bottom: 18.3%;
    left: 60%;
}


.con12_top{
    width: 21.2598%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 7%;
    margin-bottom: 5%;
}
.con12_video_con {
    width: 94%;
    height: 36vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 3%;
}
.con12_top_3rd{
    text-align: center;
    margin-top: 1%;
    overflow: hidden;
    margin-bottom: 4%;
}
.con12_top_3rd span{
    font-family: Pretendard-bold;
}
.con13{
    background: #f7f7f7;
}
.con13_top{
    margin-top: 7%;
    margin-bottom: 1%;
    margin-left: 38%;
}
.con13_top_2nd{
    width: 21.7848%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-left: 43%;
}
.con13_top_3rd{
    width: 21.4173%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 42%;
    margin-top: 2%;
    font-size: 1vw !important;
}
.con13_top_4th{
    width: 21.4173%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 42%;
    margin-top: 0.5%;
    margin-bottom: 10%;

}
.con13_top_3rd_absol{
    font-size: 1vw !important;

}
.con13_top_3rd_absol span{
    font-family: Pretendard-bold;
}
.con13_absol{
    width: 56.8504%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
}
.con13_absol_2{
    width: 5.72178%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 2%;
    top: 12%;
}
.con13_absol_absol{
    width: 100% !important;
    animation: blk 1s infinite;
}

.con13_bottom{
    background: #008089;
}
.con13_bottom_top{
    width: 23.4646%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: -39%;
}
.con13_bottom_line{
    right: 0;
    width: 37%;
    border-top: 1px solid white;
    top: 20%;
}
.con13_2nd{
    background: url(/images/con11_07.png) no-repeat center / cover;
    height: 14.5vw;
}

.con14_top{
    width: 30.7612%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 8%;
}
.con14_top_2nd_1{
    width: 6.14173%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_top_2nd{
    margin-top: 1.5%;
    margin-bottom: 8%;
}
.con14_top_2nd_2{
    font-size: 2vw;
    font-family: pretendard-bold;
    margin: 0 1%;
}
.con14_top_2nd_4{
    font-size: 2vw;
    font-family: pretendard-bold;
    margin: 0 1%;
    color: #008089;

}
.con14_top_2nd_3{
    width: 6.14173%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_top_3rd{
    width: 43.2546%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
}
.con14_top_3rd_absol{
    width: 78.3227%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}
.con14_top_4th{
    width: 11.1286%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-bottom: 8%;
}


.con2_mid_swiper_1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15%;
    height: 63.3vw;
    overflow: hidden;

}
.con2_mid_swiper_1_slide img{
    width: 100%;
}
.con2_mid_swiper_1_slide{
    text-align: right;
}

.con2_mid_swiper_1_slide span{
    font-family: Pretendard-bold;
}
.con2_mid_swiper_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15%;
    height: 31.3vw;
    top: 23%;
    right: 14%;
}
.con14_absol{
    width: 17.7428%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 15%;
    right: 14%;
    flex-direction: column;
}
.con14_absol_absol{
    width: 82.4624%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 112%;
    left: 2%;
}
.con14_absol_absol_absol{
    width: 11.8362%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 103%;
}
.con14_absol_2nd{
    width: 8.50394%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 13%;
    top: 25%;
}
.con14_absol_2nd_absol{
    width: 95.8408%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    top: 126%;
}
.con14_absol_absol_con{
    overflow: hidden;
}
.con14_absol_3rd span{
    font-family: Pretendard-bold;
}
.con14_absol_3rd{
    left: 12%;
    top: 38%;
    height: 24vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}
.con14_absol_3rd_item_absol{
    top: 105%;
    font-size: 0.9vw !important;
}


.con15{
    background: url(/images/con13_bg.jpg) no-repeat center / cover;
}
.con15_top{
    width: 18.0577%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 8%;
}
.con15_top_2nd{
    color: white;
    margin-top: 1.5%;
    overflow: hidden;
    margin-bottom: 4%;
}
.con15_top_3rd{
    width: 75.0131%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6%;
}

.con16_top{
    width: 50% !important;
    overflow: hidden;
    margin-top: 5%;
    margin-bottom: 5%;
}
.con16_top_2nd{
    width: 18.0577%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5%;
}
.con16_top_3rd{
    overflow: hidden;
}
.con16_mid{
    flex-wrap: wrap;
    width: 80% !important;
    margin-top: 3%;
    margin-bottom: 6%;
}
.con16_mid_item {
    margin: 0.8%;
}
.con16_mid_arrow_1{
    width: 0.853018%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 25%;
    left: 25.6%;
}
.con16_mid_arrow_2{
    width: 0.853018%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 25%;
    left: 49.7%;
}
.con16_mid_arrow_3{
    width: 0.853018%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 25%;
    right: 25.6%;
}



.con16_mid_arrow_4{
    width: 0.853018%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 25%;
    left: 25.6%;
}
.con16_mid_arrow_5{
    width: 0.853018%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 25%;
    left: 49.7%;
}
.con16_mid_arrow_6{
    width: 0.853018%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 25%;
    right: 25.6%;
}

.con17_top{
    width: 8.29396%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 1%;
}
.con17_top_2nd{
    width: 13.2808%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 1.3%;
    margin-bottom: 4%;
}


.con18{
    background: url(/images/con15_bg.jpg) no-repeat center / cover;
    height: 18.5vw;
}


.con19{

}

.con19_con1{
    background: black;
}
.con19_top{
    width: 22.2047%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
    margin-bottom: 22%;
    margin-left: -36%;
}
.con19_top_absol{
    width: 149.998%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 137%;
    bottom: 0;
}
.con19_top_p{
    color: white;
    bottom: 103%;
    left: 0%;
}


.con19_con2{
    background: #008089;
    padding-top: 6%;
}
.con19_con2_item{
    margin: 0 2%;
    color: white;
}
.con19_con2_item_2{
    width: 22.6247%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 13%;
}


.con19_con2_item span{
    font-family: Pretendard-bold;
}

.con19_con2_item_1_absol{
    width: 7.1991%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    bottom: 114%;
    left: 0;
}
.con19_con2_item_1_absol_p{
    bottom: 106%;
    left: 14%;
    font-size: 1.2vw;
    overflow: hidden;
}
.con19_con2{
    padding-bottom: 5%;
}















.form {
    margin-top: 10%;
    width: 34%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 0.7%;
    margin-bottom: 3%;
    z-index: 1;
    margin-left: -38%;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 87%;
    border-bottom: 1px solid white;
    padding-bottom: 2%;
    margin-top: 5%;
}
.form_agree {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 87%;
    margin-top: 5%;
    margin-bottom: 4%;
}
.form_row_label{
    color: white;
    white-space: nowrap;
    font-size: 1.4vw;
}
.form_row_imput{
    width: 70%;
    height: 2vw;
    background: transparent;
    border: none;
    font-size: 1.6vw;
    font-family: 'Pretendard-Regular';
    outline: none;
    padding-left: 5%;
}
.form_row_imput:focus{
}
.form_agree_span{
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: white;
}
.form_agree_check{
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 1px solid white;
    color: transparent;
    border: none;
    appearance: none;
    border-radius: 50%;
}
.form_agree_check:checked {
    background: white;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;


}
.form_agree_check:checked::after {
    content: "";
    width: 0.7vw;
    height: 0.7vw;
    position: absolute;
    color: unset !important;
    background: #008089;
    border-radius: 50%;
}
.form_submit{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.5%;
    box-sizing: border-box;
    width: 87.5%;
    margin-bottom: 5%;
    font-size: 1.4vw;
    font-family: Pretendard-bold;
    cursor: pointer;
}

.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 76%;
    border-bottom: 1px solid white;
    padding-bottom: 2%;
    margin-top: 5%;
}
.form_agree {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 77%;
    margin-top: 5%;
    margin-bottom: 4%;
}

.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 5%;
    font-size: 1.4vw;
    font-family: Pretendard-bold;
    cursor: pointer;
}
.form_row_radio {
    padding-top: 2%;
    padding-bottom: 2%;
}
.form_row > span {
    font-size: 1.3vw;
    margin-right: -18%;
    color: white;
}
.form_row_imput_radio_1 {
    margin-right: -6%;
}
.form_row_imput_radio {
    margin-right: 1%;
    width: 1.5vw;
    height: 1.5vw;
    overflow: hidden;
    outline: 0;
    background: #ffffff;
    color: white;
    border: none;
    appearance: none;
    border-radius: 50%;
    margin-right: 11%;
    left: 3%;
    border: 1px solid black;
    padding-left: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form_row_imput_radio:checked {
    background:white;
}
.form_row_imput_radio:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: #008089;
    color: unset !important;
    border-radius: 50%;
}
.form_row > span {
    font-size: 1.3vw;
    margin-right: -8%;
    color: white;
}
.form_row_radio {
    padding-top: 1%;
    padding-bottom: 2%;
}

.form {
    margin-top: 2%;
    width: 53%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 0.7%;
    margin-bottom: 3%;
    z-index: 1;
    margin-left: -47%;
}
.form_row_label {
    color: white;
    white-space: nowrap;
    font-size: 1.2vw;
}
.form_row {
    margin-top: 4%;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFC816;
    padding: 2.5%;
    box-sizing: border-box;
    width: 75.5%;
    color: #0a723d;
    margin-bottom: 5%;
    font-size: 1.4vw;
    font-family: Pretendard-bold;
    cursor: pointer;
    border-radius: 20px;
}

.form {
    margin-top: 2%;
    width: 44%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 0.7%;
    margin-bottom: 3%;
    z-index: 1;
    margin-left: 0;
}

.form_row_label {
    color: black;
    white-space: nowrap;
    font-size: 1.2vw;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 76%;
    border-bottom: 1px solid black;
    padding-bottom: 2%;
    margin-top: 5%;
}
.form_row > span {
    font-size: 1.3vw;
    margin-right: -8%;
    color: black;
}
.form_agree_check {
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 1px solid black;
    color: transparent;
    border: none;
    appearance: none;
    border-radius: 50%;
}
.form_agree_span {
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: black;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.5%;
    box-sizing: border-box;
    width: 37.5%;
    background: #008089;
    color: white;
    margin-bottom: 5%;
    font-size: 1.4vw;
    font-family: Pretendard-bold;
    cursor: pointer;
    border-radius: 20px;
}
.form {
    margin-top: 2%;
    width: 44%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 0.7%;
    margin-bottom: 2%;
    z-index: 1;
    margin-left: 0;
}


.con20_top{
    width: 1.73228%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 12%;
    margin-left: -67%;
}
.con20_top_2nd{
    width: 1.83228%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-left: -61%;
    margin-top: -4.1%;
}
.con20_top_3rd{
    margin-left: -31%;
    font-family: pretendard-regular;
    overflow: hidden;
    margin-top: -5%;
}
.con20_top_4th{
    overflow: hidden;
    margin-left: -33.5%;
    margin-top: 2%;
    margin-bottom: 13%;
}

.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.5%;
    box-sizing: border-box;
    background: transparent;
    width: 30.5%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.4vw;
    font-family: Pretendard-bold;
    cursor: pointer;
    border-radius: 20px;
    width: 27.5%;
}

.form_row_label {
    color: black;
    white-space: nowrap;
    font-size: 1.2vw;
    width: 21.5%;
}
.form_row_label img{
    width: 100%;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 76%;
    border-bottom: 1px solid black;
    padding-bottom: 2%;
    margin-top: 2%;
}
.form {
    margin-top: 2%;
    width: 44%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 0.7%;
    margin-bottom: 2%;
    z-index: 1;
    margin-left: 0;
    left: 50%;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.5%;
    box-sizing: border-box;
    background: transparent;
    width: 30.5%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.4vw;
    font-family: Pretendard-bold;
    cursor: pointer;
    border-radius: 20px;
    width: 27.5%;
    margin-top: -4%;
}
.main_scr_con img{
    width: 100%;
}
.con2_top_3rd_1{
    width: 19.685%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con9_top_item{
    width: 8.24147%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con9_top_item .absol{
    width: 100% !important;
}
.con16_mid_item{
    width: 22.4409%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con19_con2_item{
    width: 22.6247%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_top_2nd_con{
    overflow: hidden;
}
.main_top_2nd_bottom{
    overflow: hidden;
}
.main_top_3rd{
    overflow: hidden;

}
.con2_top_3rd_3{
    overflow: hidden;

}

.con9_mid_item {
    width: 31.5842%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%;
    margin: 2% 0.77%;
}
.con9_mid {
    justify-content: flex-start !important;
}
.con9_mid_item img{
    width: 100%;
}
.con12_top_2nd{
    overflow: hidden;
}
.con15_absol{
    width: 95.3307%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    top: 18%;
}
.con19_con2 {
    background: #008089;
    padding-top: 17%;
}
.con19_con2 {
    background: #008089;
    padding-top: 17%;
}
.con08_bg2 {
    width: 100% !important;
    opacity: 1;
}
.con10_top {
    z-index: 2;
}
.con10_top_2nd {
    z-index: 2;
}
.con10_top_3rd {
    z-index: 2;
}
.con10_top_4th {
    z-index: 2;
}
.con10_top_5th {
    z-index: 2;
}
.con10_top_6th {
    z-index: 2;
}












.con17_mid{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 83%;
    margin-bottom: 5%;
}
.map{
    width: 98%;
    height: 33vw;
        border-radius: 30px;
    border: 1px solid black;
}
.con17_mid_map_search{
    width: 26%;
    background: white;
    height: 30vw;
    top: 5%;
    z-index: 2;
    overflow: hidden;
    left: 5%;
    flex-direction: column;
}
.con17_mid_map_search_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con17_mid_map_search_top > div{
    color: white;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 3%;
    font-size: 1.2vw;
    font-family: pretendard-bold;
    cursor: pointer;
}
.on2{
    background: #008089;
    color: white !important;
}
.off2{
    color: grey !important;
}
.con17_mid_map_search_mid{
    background: #008089;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    padding: 3%;

}
.con17_mid_map_search_mid input{
    appearance: none;
    border: none;
    outline: none;
    border-radius: 50px;
    width: 100%;
    height: 3vw;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 1vw;
}
.map_search{
    width: 7% !important;
    right: 8% !important;
}
.con17_mid_map_search_bottom{
    overflow-y: scroll;
    height: 23.5vw;
    width: 100%;
}
.con17_mid_map_search_item {
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 0.8vw;
    width: 80%;
}
.con17_mid_map_search_item_title{
    font-size: 1vw;
    font-family: pretendard-bold;
}
.con17_mid_map_search_item_address{
    margin-top: 4%;
    margin-bottom: 1%;
}
.con17_mid_map_search_bottom {
    overflow-y: scroll;
    height: 23.5vw;
    width: 100%;
    flex-direction: column;
}
.con17_mid_map_search_bottom {
    overflow-y: scroll;
    height: 23.5vw;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start !important;
}
#page_wrap{
    background: #f6f6f6;
}

.con17_mid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: 5%;
}
.map {
    width: 98%;
    height: 38vw;
}
.con17_mid_map_search {
    width: 24%;
    background: white;
    height: 30vw;
    top: 5%;
    z-index: 2;
    overflow: hidden;
    left: 5%;
    flex-direction: column;
}
.con17_mid_map_search_mid input{
    border-radius: unset !important;
}


.map {
    width: 80%;
    height: 38vw;
        border-radius: 0;
    border:unset;
}
.con17_mid_map_search {
    width: 21%;
    background: white;
    height: 34vw;
    top: 5%;
    z-index: 2;
    overflow: hidden;
    left: 13%;
    flex-direction: column;
}

.con15_top_3rd_absol_tel{
    cursor: pointer;
    width: 64.072%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 9%;
}
.con7_con_1_top_4th_item_absol {
    line-height: 1.4vw !important;
}
.con13_bottom {
    margin-top: -5%;
}









/*wave*/
.line_black {
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 10vw;
    bottom: 0%;
}
.line_red{
    background-color: #008089;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0.4vw;
}
.line_white{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 2vw;
}
.line_wave_div_con1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.main .line_wave_div {
    width: 100%;
    height: 36px;
    z-index: 1;
    rotate: 180deg;
    overflow: hidden;
    background-color: #000;
}
.con3 .line_wave_div{
    width: 100%;
    height: 36px;
    z-index: 1;
    rotate: 180deg;
    overflow: hidden;
    background-color: #fff;
}
.line_wave_div {
    width: 100%;
    height: 36px;
    z-index: 1;
    rotate: 180deg;
    overflow: hidden;
}
.line_wave_div::before {
    content: '';
    position: absolute;
    bottom: -0px;
    left: 0;
    width: 100%;
    height: 1px;
}
.line_wave {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
}
.line_wave_div::before{
    background-color:#008089
}
.line_wave_div .line_wave{
    background-color:#008089
}

.con8_top {
    width: 7.34908%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
}


.con6_layer{
        width: 100%;
    height: 100%;
    background: #0000000d;
}
.con8_top {
    width: 6.74908%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
}
.main_right_fixed {
    width: 2.57218%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 0;
    bottom: 40%;
    z-index: 2;
    cursor: pointer;
}

.con8_top {
    width: 4.74908%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    overflow: unset;
}


@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {
	.main img{
  width:100%;
  }

    .main_video_con{
        width: 299% !important;
    }
    .main_top {
        width: 77.6337%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 86%;
        margin-left: -4%;
    }
    .main_top_line {
        width: 35%;
        margin-top: 6%;
        border-top: 1px solid white;
        margin-left: -49%;
        z-index: 1;
    }
    .main_top_2nd {
        width: 29.77228%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -52.5%;
        z-index: 1;
        margin-top: 4.6%;
    }
    .main_top_line {
        width: 52%;
        margin-top: 6%;
        border-top: 1px solid white;
        margin-left: -32%;
        z-index: 1;
    }
    .main_top_line_2nd{
        width: 52%;
        margin-left: -32%;
    }

    .main_top_2nd_bottom {
        color: white;
        z-index: 1;
        margin-left: -60%;
        margin-top: 4%;
        margin-bottom: 3.5%;
    }
    .main_top_3rd {
        width: 39.6832%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -44%;
        margin-top: 7%;
        margin-bottom: 14%;
    }
    .con1_top {
        width: 39.4653%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
    }

    .con1_top_2nd {
        width: 35.7327%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-bottom: 11%;
    }
    .main_scr_con{
        width: 200% !important;
    }
    .con2_top {
        width: 57.3663%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 9%;
        margin-bottom: 4%;
    }
    .con2_top {
        width: 57.3663%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 13%;
        margin-bottom: 5%;
    }
    .con2_top_2nd {
        text-align: center;
        margin-bottom: 5%;
    }

    .con2_video_con {
        width: 94%;
        height: 41vw;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        position: relative;
        margin-top: 4%;
        margin-bottom: 3%;
    }
    .con2_top_3rd {
        margin-top: 1.5%;
        margin-bottom: 3%;
        flex-direction: column !important;

    }

    .con2_top_3rd_1 {
        width: 52.685%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 7%;
    }

    .con2_top_3rd_2 {
        width: 43.2456%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 6%;
        margin-bottom: 8%;
    }
    .con2_top_3rd_1 {
        margin-top: 11%;
    }
    .con2_top_3rd_3{
        text-align: center;
        margin-bottom: 9%;
    }

    .con3_top {
        width: 45.8812%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 24%;
        margin-bottom: 7%;
        margin-left: -23%;
    }

    .con04_bg {
        width: 223% !important;
        mix-blend-mode: hard-light;
    }
    .con3 {
        background: url(/images/con04_bg2.png) no-repeat center / cover;
        background-attachment: unset;
    }


    .con4_item {
        width: 46.9094%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con4_con_1 {
        flex-wrap: wrap;
        width: 81% !important;
        margin-bottom: 15%;
    }

    .con4_con_1 {
        margin-left: 7%;
        margin-top: 26%;
    }
    .con4_con_1_absol {
        width: 6.03781%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 101%;
        top: -5%;
    }

    .con4_con_1 {
        margin-left: 18%;
        margin-top: 26%;
    }
    .con4_con_1_absol {
        width: 5.53781%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 114%;
        top: -8%;
    }
    .con4_item{
        transform: unset;
    }
    .con4_item_2{
        margin: 0;
    }


    .con5_mid {
        width: 86.5% !important;
        flex-wrap: wrap;
        justify-content: space-between !important;
    }



    .con5_top{
        width: 69.6667%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 13%;
        margin-left: -18%;
    }
    .con5_mid_item {
        width: 49.2489%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1.5%;
    }

    .con5_bottom_2nd {
        margin-bottom: 13%;
        margin-top: 0.5%;
        width: 93.6562%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con6_top {
        margin-top: 14%;
        margin-bottom: 1%;
        width: 66.8924%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con6_top_2nd {
        margin-bottom: 14%;
        width: 48.0105%;
        margin-top: 2%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con7_con_1_absol {
        width: 83.6745%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: unset;
        position: relative !important;
    }
    .con7_con_1 {
        width: 100% !important;
        align-items: center !important;
        margin-left: 0;
        margin-top: 10%;
        margin-bottom: 9%;
    }
    .con7_con_1_top_3rd {
        text-align: center;
    }
    .con7_con_1_top {
        width: 13.4042%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 3%;
        margin-top: 6%;
    }
    .con7_con_1_top_2nd {
        width: 35.1916%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5%;
        margin-top: 2%;
    }
    .con7_con_1_top_4th {
        justify-content: center !important;
        margin-top: 5%;
        margin-bottom: 6%;
    }
    .con7_con_1_top_4th_item {
        width: 25vw;
        height: 25vw;
        background: white;
        border-radius: 50%;
        border: 1px solid black;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin: 0 1%;
    }







    .con7_con_2 .con7_con_1_absol {
        width: 83.6745%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: unset;
        position: relative !important;
    }
    .con7_con_2 {
        width: 100% !important;
        align-items: center !important;
        margin-left: 0;
        margin-top: 10%;
        margin-right: 0%;
        margin-bottom: 9%;
    }
    .con7_con_2_top_3rd {
        text-align: center;
    }
    .con7_con_2_top {
        width: 13.4042%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 3%;
        margin-top: 6%;
    }
    .con7_con_2_top_2nd {
        width: 35.1916%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5%;
        margin-top: 2%;
    }
    .con7_con_1_top_4th {
        justify-content: center !important;
        margin-top: 5%;
        margin-bottom: 6%;
    }
    .con7_con_1_top_4th_item {
        width: 25vw;
        height: 25vw;
        background: white;
        border-radius: 50%;
        border: 1px solid black;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin: 0 1%;
    }
    .con7_con_2 .con7_con_1_top_4th{
        justify-content: center !important;
    }

    .con7_con_2 .con7_con_1_top_4th .con7_con_1_top_4th_item {
        margin-left: unset;
        margin-right: 0%;
        margin: 0 1%;

    }

    .con7_con_2 .con7_con_1_absol{
        right: unset !important;
    }

    .con7_con_2_top {
        width: 8.4042%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 3%;
        margin-top: 6%;
    }

    .con7_con_2_top_2nd {
        width: 54.1916%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5%;
        margin-top: 2%;
    }

    .con7_con_1_top_2nd {
        width: 47.1916%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5%;
        margin-top: 2%;
    }


    .con7_con_3{
        width: 100% !important;
        align-items: center !important;
        margin-left: 0;
        margin-top: 10%;
        margin-right: 0%;
        margin-bottom: 9%;
    }

    .con7_con_3_top_3rd {
        color: white;
        margin-bottom: 3%;
        text-align: center;
    }
    .con7_con_3_top {
        width: 8.25459%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 3%;
    }
    .con7_con_3_top_2nd {
        width: 69.7402%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5%;
        margin-top: 2%;
    }
    .con7_con_3_absol {
        width: 331.575%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -153%;
    }
    .con8_top {
        width: 22.34908%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 11%;
        margin-bottom: 2%;
    }
    .con8_top_2nd {
        width: 48.5774%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
        margin-bottom: 3%;
    }
    .con8_top_3rd {
        margin-top: 2%;
        margin-bottom: 10%;
        text-align: center;
        width: 50%;
    }
    .con9_top {
        margin-top: 8%;
        margin-bottom: 7%;
    }
    .con9_top_item {
        width: 30.24147%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con9_mid_item {
        width: 48.5842%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 3%;
    }
    .con9_mid {
        flex-wrap: wrap;
        width: 92% !important;
        justify-content: space-between !important;
        margin-bottom: 9%;
    }
    .con10_top {
        width: 37.5486%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
        margin-left: 0;
    }
    .con8_top_2nd {
        width: 71.5774%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
        margin-bottom: 3%;
    }

    .con10_top_2nd {
        width: 65.0525%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 3%;
        margin-bottom: 6%;
    }
    .con10_top_4th {
        width: 94% !important;
        overflow: hidden;
    }
    .con10_top_3rd {
        width: 62.0945%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: unset;
        top: 21%;
        position: relative !important;
        margin-top: 21%;
        margin-bottom: 8%;
    }
    .con10_top_3rd_absol {
        width: 37.2921%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: unset;
        bottom: 124%;
    }
    .con08_bg2 {
        width: 510% !important;
        opacity: 1;
    }
    .con10_top_6th {
        width: 59.4226%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 17%;
    }
    .con10_top_5th {
        margin-top: 7%;
        color: white;
    }
    .con10_top_2nd {
        width: 70.0525%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 3%;
        margin-bottom: 6%;
    }

    .con11_absol_con {
        right: 0;
        width: 100% !important;
        height: 105vw;
        justify-content: flex-start !important;
        background: #008089;
        position: relative !important;
    }
    .con11_top {
        width: 6.5748%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: -66%;
    }
    .con11_top {
        width: 6.5748%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: -66%;
    }
    .con11_top_3rd {
        margin-top: -13%;
        margin-left: 22%;
    }
    .con11_top_4th {
        margin-left: 31.7%;
        margin-top: 3.7%;
    }
    .con11_top_5th {
        width: 44.39895%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
        margin-left: 0;
    }
    .con11_top_6th {
        color: #008089;
        font-family: pretendard-bold;
        font-size: 9vw;
        margin-left: 0;
        margin-top: 2.4%;
    }
    .con11_top_line {
        width: 70%;
        border-bottom: 1px solid #0000004a;
        margin-left: 0;
        margin-top: 2%;
        margin-bottom: 2%;
    }
    .con11_top_7th {
        width: 50.39633%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 3%;
        margin-bottom: 1%;
    }
    .con11_top_8th {
        color: #008089;
        font-family: pretendard-bold;
        margin-left: 0;
        margin-top: 1.4%;
        margin-bottom: 12%;
    }
    .con11_top_2nd {
        width: 8.94226%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -40%;
        margin-top: -5.5%;
    }
    .con11_top_3rd {
        margin-top: -24%;
        margin-left: 22%;
    }
    .con11_top_5th {
        width: 44.39895%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 17%;
        margin-left: 0;
    }
    .con11_top_3rd {
        margin-top: -24%;
        margin-left: 21%;
        font-size: 3.6vw !important;
        line-height: 6vw !important;
    }
    .con11_top_4th {
        margin-left: 32.7%;
        margin-top: 3.7%;
        font-size: 3.6vw !important;
        line-height: 6vw !important;
    }

    .con11_absol_con_top_absol{
        width: 89.4814%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con11_absol_con_top_2nd {
        width: 45.7712%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 13%;
        margin-left: 0;
    }
    .con11_absol_con {
        right: 0;
        width: 100% !important;
        height: unset;
        justify-content: flex-start !important;
        background: #008089;
        position: relative !important;
    }
    .con11_absol_con_top_2nd {
        width: 50.7712%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 14%;

        margin-left: 0;
    }
    .con11_absol_con_top_3rd {
        width: 60.2066%;
        display: flex;
        justify-content: center;
        align-items: center;
        display: flex;
        justify-content: center;
        margin-top: 14%;
        margin-left: 0;
    }
    .con11_absol_con_top_4th {
        width: 47.5832%;
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: unset;
        left: unset;
        position: relative !important;
        margin-top: 14%;
    }
    .con11_absol_con_top_5th {
        width: 48.6921%;
        display: flex;
        justify-content: center;
        align-items: center;
        justify-content: center;
        bottom: 18.3%;
        left: unset;
        position: relative !important;
        margin-top: 14%;
        margin-bottom: 21%;
    }
    .con11_absol_con_top_2nd_absol {
        color: white;
        top: 130%;
        font-size: 1.2vw;
        white-space: nowrap;
        font-size: 3.9vw !important;
    }
    .con11_absol_con_top {
        width: 89.5804%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 19%;
    }
    .con12_top {
        width: 70.2598%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 16%;
        margin-bottom: 7%;
    }

    .con12_video_con {
        width: 94%;
        height: 41vw;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        position: relative;
        margin-top: 4%;
        margin-bottom: 3%;
    }

    .con12_top_2nd{
        width: 60.6299%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
        margin-bottom: 2%;
    }

    .con13_absol {
        width: 93%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0;
        margin-left: -7%;
        top: 0;
        position: relative !important;
    }
    .con12_top_3rd {
        text-align: center;
        margin-top: 1%;
        margin-bottom: 10%;
    }
    .con13_top {
        margin-top: 11%;
        margin-bottom: 1%;
        margin-left: 0;
        text-align: center;
    }
    .con13_top_2nd {
        width: 57.7848%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 2%;
        margin-bottom: 4%;
    }
    .con13_top_3rd {
        width: 67.4173%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 2%;
        font-size: 3vw !important;
    }
    .con13_top_4th {
        width: 67.4173%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 2%;
        font-size: 3vw !important;
    }
    .con13_top_3rd_absol {
        font-size: 3vw !important;
    }
    .con13_bottom_top {
        width: 49.4646%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
        margin-bottom: 12%;
        margin-left: -27%;
    }
    .con13_bottom {
        background: #008089;
        margin-top: -6%;
    }
    .con13_top {
        margin-top: 26%;
        margin-bottom: 1%;
        margin-left: 0;
        text-align: center;
    }
    .con13_absol_2 {
        width: 22.72178%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: unset;
        top: 7%;
    }
    .con14_top {
        width: 67.7612%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 13%;
    }
    .con14_top_2nd {
        width: 260% !important;
        margin-top: 3.5%;
        margin-bottom: 11%;
    }
    .con14_top_2nd_2 {
        font-size: 5vw;
        font-family: pretendard-bold;
        margin: 0 1%;
    }
    .con14_top_2nd_4{
        font-size: 5vw;
    }
    .con14_top_3rd {
        width: 75.2546%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-bottom: 7%;
    }
    .con14_top_4th {
        width: 32.1286%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-bottom: 11%;
    }


    .con14_absol{
        position: relative !important;
    }
    .con2_mid_swiper_1{
        position: relative !important;
    }
    .con14_absol_2nd{
        position: relative !important;
    }
    .con14_absol_3rd{
        position: relative !important;

    }

    .con14_absol {
        width: 50.7428%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 15%;
        right: unset;
        flex-direction: column;
    }
    .con2_mid_swiper_1 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 94%;
        height: 13.3vw;
        top: 23%;
        right: unset;
        margin-top: 16%;
    }
    .con2_mid_swiper_1_slide{
        text-align: center;
    }
    .con14_absol_2nd {
        width: 30.50394%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: unset;
        top: 25%;
        margin-top: 4%;
    }
    .con14_absol_3rd {
        left: unset;
        top: 38%;
        height: 66vw;
        display: flex;
        height: 78vw;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        text-align: center;
        margin-top: 20%;
        font-size: 5vw !important;
    }
    .con14_top_4th {
        width: 42.1286%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-bottom: 11%;
    }
    .con14_absol_3rd_item_absol {
        top: 104%;
        font-size: 2.9vw !important;
    }
    .con14_top_4th {
        width: 42.1286%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 13%;
        margin-bottom: 11%;
    }
    .con2_mid_swiper_1_slide{
        font-size: 4.7vw !important;
        line-height: 8vw !important;
    }
    .con14_absol_2nd {
        width: 30.50394%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: unset;
        top: 25%;
        margin-top: 12%;
    }

    .con15_top {
        width: 61.0577%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 13%;
    }
    .con15_top_2nd {
        color: white;
        margin-top: 3.5%;
        margin-bottom: 7%;
    }
    .con15_top_3rd {
        width: 85.0131%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 13%;
    }
    .con13_03{
        width: 100%;
        opacity: 0;
    }
    .con15_top_3rd {
        width: 285.0131%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 4%;
        margin-top: -13%;
    }

    .con15_top_3rd_absol{
        width: 28.67882%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .con16_top {
        width: 80% !important;
        overflow: hidden;
        margin-top: 14%;
        margin-bottom: 7%;
    }
    .con16_top_2nd {
        width: 46.0577%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 2.5%;
        margin-top: 5%;
    }
    .con16_mid {
        flex-wrap: wrap;
        width: 86% !important;
        margin-top: 5%;
        margin-bottom: 9%;
    }
    .con16_mid_item {
        width: 47.4409%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con17_top {
        width: 21.29396%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
    }
    .con17_top_2nd {
        width: 46.2808%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2.3%;
        margin-bottom: 6%;
    }
    .con18 {
        background: url(/images/con15_bg.jpg) no-repeat center / cover;
        height: 32.5vw;
    }
    .con16_mid_arrow{
        display: none;
    }
    .con16_mid {
        flex-wrap: wrap;
        width: 92% !important;
        margin-top: 3%;
        margin-bottom: 9%;
    }



    .con19_top {
        width: 52.2047%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 8%;
        margin-bottom: 22%;
        margin-left: 0;
        flex-direction: column;
    }
    .con19_top_absol {
        width: 149.998%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: unset;
        bottom: 0;
        position: relative !important;
    }
    .con19_top_p {
        color: white;
        left: unset;
        position: relative !important;
    }
    .con19_top_absol {
        width: 149.998%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: unset;
        bottom: 0;
        position: relative !important;
        flex-direction: column;
    }
    .con19_top_absol {
        width: 149.998%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: unset;
        bottom: 0;
        position: relative !important;
        flex-direction: column;
        margin-top: 3%;
    }
    .con19_top_p {
        color: white;
        left: unset;
        position: relative !important;
        margin-top: 2%;
        margin-bottom: 1%;
    }
    .con19_con2 {
        background: #008089;
        padding-top: 17%;
        flex-direction: column !important;
    }

    .con19_con2_item {
        width: 61.6247%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con19_con2_item_1_absol {
        width: 9.1991%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 108%;
        left: 13%;
    }
    .con19_con2_item_1_absol_p {
        bottom: 108%;
        left: 30%;
        font-size: 3.5vw !important;
        line-height: 6vw !important;
    }
    .con19_con2_item {
        width: 61.6247%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 31%;
    }
    .con19_con2 {
        padding-bottom: 15%;
    }
    .con19_top {
        width: 52.2047%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-bottom: 22%;
        margin-left: 0;
        flex-direction: column;
    }
    .con15_absol {
        width: 135.3307%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        top: 10%;
    }
    .form {
        margin-top: 2%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 0.7%;
        margin-bottom: 2%;
        z-index: 1;
        margin-left: 0;
        left: unset;
        position: relative !important;
    }
    .con20_top {
        width: 4.73228%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 17%;
        margin-left: -76%;
    }
    .con20_top_2nd {
        width: 4.93228%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -61%;
        margin-top: -13.2%;
    }
    .con20_top_3rd {
        margin-left: 20%;
        font-family: pretendard-regular;
        margin-top: -7%;
    }
    .con20_top_4th {
        margin-left: 13.5%;
        margin-top: 3%;
        margin-bottom: 5%;
    }
    .form_row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 87%;
        border-bottom: 1px solid black;
        padding-bottom: 2%;
        margin-top: 2%;
    }
    .form_row_label {
        color: black;
        white-space: nowrap;
        font-size: 1.2vw;
        width: 30.5%;
    }
    .form_row_imput {
        width: 70%;
        height: 7vw;
        background: transparent;
        border: none;
        font-size: 3.6vw;
        font-family: 'Pretendard-Regular';
        outline: none;
        padding-left: 5%;
    }
    .form_row > span {
        font-size: 3.3vw;
        margin-right: -8%;
        color: black;
    }
    .form_row_imput_radio {
        margin-right: 1%;
        width: 3.5vw;
        height: 3.5vw;
        overflow: hidden;
        outline: 0;
        background: #ffffff;
        color: white;
        border: none;
        appearance: none;
        border-radius: 50%;
        margin-right: 11%;
        left: 3%;
        border: 1px solid black;
        padding-left: 0%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .form_row_imput_radio:checked::after {
        content: "";
        width: 2.5vw;
        height: 2.5vw;
        position: absolute;
        background: #008089;
        color: unset !important;
        border-radius: 50%;
    }
    .form_agree_check {
        margin-right: 2%;
        width: 3vw;
        height: 3vw;
        overflow: hidden;
        outline: 1px solid black;
        color: transparent;
        border: none;
        appearance: none;
        border-radius: 50%;
    }
    .form_agree_check:checked::after {
        content: "";
        width: 2.3vw;
        height: 2.3vw;
        position: absolute;
        color: unset !important;
        background: #008089;
        border-radius: 50%;
    }
    .form_agree_span {
        font-size: 3.1vw;
        font-family: Pretendard-regular;
        color: black;
    }
    .form_submit {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 2.5%;
        box-sizing: border-box;
        background: transparent;
        width: 30.5%;
        color: white;
        margin-bottom: 8%;
        font-size: 1.4vw;
        font-family: Pretendard-bold;
        cursor: pointer;
        border-radius: 20px;
        width: 45.5%;
        margin-top: -2%;
    }

    .con11_top {
        width: 5.5748%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: -66%;
    }

    .con11_top_2nd {
        width: 7.54226%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -46%;
        margin-top: -5.5%;
    }
    .con01_01{
        width: 38.5801vw !important;
    }

    .con9_mid_item {
        margin: 2% 0.47%;
    }
    .con12_08{
        width: 50.7428vw !important;
    }


    .main_top {
        width: 62.6337%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 63%;
        margin-left: -20%;
    }
    .con4_item_3_absol {
        width: 126.6459% !important;
        display: flex;
        justify-content: center;
        overflow: hidden;
        align-items: center;
        bottom: 205%;
        left: 0;
    }

    .con5_bottom_2nd {
        margin-bottom: 13%;
        margin-top: 1.5%;
        width: 72.6562%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .con10{
        background-attachment: unset;
    }
    .con3{
        background-attachment: unset;
    }

    
        .map {
        width: 100%;
        height: 45vw;
    }
    .con17_mid_map_search_mid input {
        appearance: none;
        border: none;
        outline: none;
        border-radius: 50px;
        width: 100%;
        height: 7vw;
        padding-left: 5%;
        font-family: 'Pretendard-regular';
        font-size: 3vw;
    }
    .con17_mid_map_search{
        position: relative !important;
        width: 100%;
        background: white;
        height: 106vw;
        top: 5%;
        z-index: 2;
        overflow: hidden;
        border-radius: 0 0 20px 20px;
        left: 0;
    }
    .con17_mid_map_search_top > div {
        color: white;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 5%;
        padding-bottom: 3%;
        font-size: 3.2vw;
        font-family: pretendard-bold;
    }
    .con17_mid_map_search_mid input {
        appearance: none;
        border: none;
        outline: none;
        border-radius: 50px;
        width: 100%;
        height: 7vw;
        padding-left: 5%;
        font-family: 'Pretendard-regular';
        font-size: 3vw;
    }

    .con17_mid_map_search_item {
        margin: 0% 7%;
        border-bottom: 1px solid #808080a3;
        padding: 5% 0;
        font-size: 3.4vw;
    }
    .con17_mid_map_search_item_title {
        font-size: 4.3vw;
        font-family: pretendard-bold;
    }
    .con17_mid_map_search_bottom {
        overflow-y: scroll;
        height: 82.5vw;
        width: 100%;
    }    
    
    .main4_01{
        width: 40% !important;
    }
    .main_title {
        font-family: NanumSquareNeoTTF-dEb;
        font-size: 10.1vw;
        margin-top: -15%;
    }
    .con17_mid {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 83%;
        margin-bottom: 16%;
    }
    
    .map {
        width: 98%;
        height: 33vw;
        height: 53vw;
        border-radius: 0;
        border: 1px solid #008089;
    }
    .map_search {
    width: 5% !important;
    right: 8% !important;
}
    .con7_con_1_top_4th_item_absol{
        line-height: 4vw !important;
    }
    
    .line_red {
    background-color: #008089;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 1.4vw;
}
    .line_wave_div {
    width: 100%;
    height: 19px;
    z-index: 1;
    rotate: 180deg;
    overflow: hidden;
}
    
    .con8_top{
        margin-top: 9%;
    }
    
        .con08_bg2 {
        width: 100% !important;
        opacity: 1;
    }
    .con13_bottom {
        background: #008089;
        margin-top: -20%;
    }
    
        .con13_top_2nd {
        width: 65.7848%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 2%;
        margin-bottom: 4%;
    }
    
    .con2_mid_swiper_1 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 94%;
        height: 15.3vw;
        top: 23%;
        right: unset;
        margin-top: 16%;
    }    
    
    .con13_top_2nd {
        width: 78.7848%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 3%;
        margin-bottom: 5%;
    }    
    .con19_top_absol {
        width: 174.998%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: unset;
        bottom: 0;
        position: relative !important;
        flex-direction: column;
        margin-top: 3%;
    }
    .con16_mid_item {
        width: 70.4409%;
        display: flex;
        justify-content: center;
        align-items: center;
    }    
    
    .con19_top_absol {
        width: 150.998%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: unset;
        bottom: 0;
        position: relative !important;
        flex-direction: column;
        margin-top: -1%;
    }
    .con19_top {
        width: 52.2047%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-bottom: 28%;
        margin-left: 0;
        flex-direction: column;
    }
    
    .con15_absol {
        width: 135.3307%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        top: 12%;
    }
    .con11_absol_con_top_4th {
        width: 51.5832%;
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: unset;
        left: unset;
        position: relative !important;
        margin-top: 14%;
    }
    .con11_absol_con_top_5th {
        width: 77.6921%;
        display: flex;
        justify-content: center;
        align-items: center;
        justify-content: center;
        bottom: 18.3%;
        left: unset;
        position: relative !important;
        margin-top: 14%;
        margin-bottom: 21%;
    }
  .main_right_fixed {
    width: 8.57218%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 0;
    bottom: 40%;
    z-index: 1000;
    cursor: pointer;
}
    
}
