* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}
section{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;

}
.pc-mobile{
    display: flex;
}
.mobile-pc{
    display: none;
}
.pc{
    display: flex;
}
.pc-inline{
    display: inline;
}
.tablet{
    display:none;
}
.mobile{
    display:none;
}
html {
    scroll-behavior: smooth;
}
.main::after{
    width: 1vw;
    height: 0vw;
    position: absolute;
    top: 0;
    pointer-events: none;
    opacity: 0;
    pointer-events: none;
    content:url(/images/con1_10.png) url(/images/con1_11.png) url(/images/con1_12.png)
    url(/images/con6_08.png) url(/images/con6_09.png)  url(/images/con6_10.png) url(/images/con6_11.png) url(/images/con6_12.png)
    url(/images/con7_02.png) url(/images/con7_03.png) url(/images/con7_04.png)  url(/images/con7_05.png);
}
.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.flowhid{
    overflow: hidden;
}
.hide{
    display: none !important;
}
.hideopa{
    opacity: 0 !important;
}
.show{
    opacity: 1 !important;
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
.scrX{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrX .scrX_item{
    animation: marqueeX 20s infinite linear;
    width: 100%;
}
.scrX .scrX_item_absol {
    right: -100%;
    width: 100%;

}


.scrY{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrY .scrY_item{
    animation: marqueeY 20s infinite linear;
    height: 100%;
}
.scrY .scrY_item_absol {
    bottom: -100%;
    height: 100%;

}
.flexrow{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.flexcol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;500;600;700&display=swap");
@font-face {
    font-family: "Noto Sans KR", sans-serif;
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
/*@font-face {*/
/*    font-family: 'VITRO_CORE_TTF';*/
/*    src: url('/font/VITRO_CORE_TTF.ttf') format('woff');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/
@font-face {
    font-family: 'TTTtangsbudaejjigaeB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/TTTtangsbudaejjigaeB.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'TheJamsil5Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
body {
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    min-height: 0vw;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@keyframes marquee2 {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}
@keyframes slick-circle{
    0%{left:0;}
    100%{left:99%;}
}
@keyframes soul_out {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
        transform: translateY(-50%);
    }
}
@keyframes ddm3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: rotate(-2deg);
    }
    100% {
        transform: scale(1.05);
    }
}
@keyframes ddm4 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate360 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes 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/con12_03.png) no-repeat center / contain;
    }
    20% {
        background: url(/images/con12_03.png) no-repeat center / contain;
    }
    25% {
        background: url(/images/con12_04.png) no-repeat center / contain;
    }
    45% {
        background: url(/images/con12_04.png) no-repeat center / contain;
    }
    50% {
        background: url(/images/con12_05.png) no-repeat center / contain;
    }
    70% {
        background: url(/images/con12_05.png) no-repeat center / contain;
    }
    75% {
        background: url(/images/con12_06.png) no-repeat center / contain;
    }
    95% {
        background: url(/images/con12_06.png) no-repeat center / contain;
    }
    100% {
        background: url(/images/con12_03.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{
    background: url(/images/main_bg.png) no-repeat center / cover;
    height: 45vw;
}

.main_top{
    right: 59%;
    text-align: right;
    font-size: 2vw;
    line-height: 3vw;
    top: 40%;
}
.main_top_2nd{
    width: 30.9186%;
    display: flex;
    justify-content: center;
    left: 47%;
    align-items: center;
    top: 49%;
}
.main_line{
    color: #008538;
    height: 8vw;
    border-left: 2px solid #008538;
    left: 44%;
    top: 41%;
}
.main_video_con {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    overflow: hidden;
}

.main_video_con_video {
    width: 121%;
    height: 125%;
    top: -11%;
    filter: brightness(0.7);
}
.main_line_2{
    left: 17%;
    height: 100%;
    border-left: 2px solid #008538;
}

.main_line_3{
    width: 100%;
    border-bottom: 2px solid #008538;
    bottom: 12%;
}
.main_line_4{
    width: 100%;
    border-bottom: 2px solid #008538;
    bottom: 10%;
}

.con1{
    background: url(/images/con01_02.png) no-repeat center / cover;
    height: 48.4vw;
}
.con1_top{
    position: absolute !important;
    top: 16%;
    text-align: center;
    font-size: 2vw;
    line-height: 2.5vw;
}
.con1_top  .nanum-myeongjo-regular{
    font-size: 1.4vw;

}

.con1_top_2nd{
    right: 62%;
    font-size: 1.9vw;
    overflow: hidden;
}
.con1_top_3rd{
    font-size: 1.9vw;
    left: 64%;
    bottom: 17%;
    overflow: hidden;
}

.con1_scrX{
    z-index: 1;
    padding: 1.3% 0;
    border: 1px solid white;
    width: 120%;
    bottom: 26%;
}
.con2{
    background: url(/images/con02_bg.png) no-repeat center / cover;
    height: 48.4vw;
    z-index: 2;
    clip-path: circle(16% at 50% 60%);
}

.con2_top{
    width: 11.3911%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 17%;
    top: 69%;
}

.con2_top_2nd{
    top: 79%;
    left: 17%;
    font-size: 1.7vw;
}

.con2_top_3rd{
    top: 84%;
    left: 17%;
}

.con3_scrX .scrX_item {
    animation: marqueeX 20s infinite linear reverse;
    width: 100%;
}
.con4{
    height: 100%;
    background: #008538;
    /*clip-path: ellipse(18% 19% at 50% 50%);*/
}

.con4_bg{
    width: 34.3307%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.con4_scrX{
    z-index: 2;
}

.con4_top{
    width: 19.7375%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.con4_bg_2nd{
    width: 71.0919%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 32%;
    clip-path: ellipse(18% 19% at 50% 50%);

}
.con4_bg_2nd{
    width: 71.0919%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 32%;
    clip-path: ellipse(52% 52% at 50% 50%);
}
.con4_scrX{
    width: 150% !important;
    bottom: 25%;
}

.con4_bg_2nd_bt{
    bottom: 14%;
}

.con4_top_2nd {
    width: 6.4042%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 9%;
}
.con4_bg_2nd {
    width: 78.0919%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 35%;
    clip-path: ellipse(52% 52% at 50% 50%);
}
.con3_scrX{
    width: 120% !important;
}
.con3_scrX_2nd{
    width: 120% !important;
}

.con4_top_3rd {
    top: 20%;
    font-size: 1.4vw;
}
.con4_top_4th {
    top: 25%;
}

.con6_mid_con{
    width: 116% !important;
    z-index: 1;
}
.con6_mid_slide img{
    width: 90% !important;
}
.con6_mid_con{
    top: 7%;
}


.con5_top{
    left: 17%;
    top: 69%;
}

.con5_top_2nd{
    top: 79%;
    left: 17%;
    font-size: 1.7vw;
}

.con5_top_3rd{
    top: 84%;
    left: 17%;
}

.con5{
    background: url(/images/con05_bg.png) no-repeat center / cover;

}
.con5_top{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 29%;
    margin-left: -49%;
}
.con5_top_2nd{
    margin-left: -43%;
    margin-top: 1.5%;
    font-size: 1.7vw;
}

.con5_top_3rd{
    margin-left: -51%;
    margin-top: 0.5%;
    margin-bottom: 7%;
}

.con6_top{
    width: 6.45669%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 5%;
}

.con6_top_2nd{
    font-size: 1.7vw;
    margin-top: 1%;
    margin-bottom: 1%;
}

.con6_top_2nd_half{
    width: 10.8136%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%;
}

.con6_top_3rd_item {
    width: 90% !important;
    height: 33vw;
    background: #f6f6f6;
}

.con6_top_3rd_left{
    width: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}
.con6_top_3rd_right{
    width: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}

.con6_top_3rd_left_1st{
    top: 29%;
    left: 18%;
    font-size: 1.3vw !important;
}
.con6_top_3rd_left_2nd{
    top: 36%;
    left: 18%;
    font-size: 1.7vw;
}
.con6_top_3rd_left_3rd{
    left: 18%;
    top: 49%;
}

.con6_top_3rd_left_4th{
    width: 31.7294%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 18%;
    top: 77%;
}
.con6_top_3rd_left_4th_ab{
    opacity: 0;
    transition: 0.3s all;
}

.con6_top_3rd_item_ab{
    width: 12.3651%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.con6_bt{
    height: 35vw;
    background: #008538;
    width: 100%;
    bottom: 2%;
}
.con6_bt_2{
    top: 102%;
    border-top: 2px solid #008538;
    width: 100%;
}
.con6_bt_3{
    top: 104%;
    border-top: 2px solid #008538;
    width: 100%;
}

.con7_scrY{
    left: 0;
}
.con7_scrY_2nd{
    right: 0;
}


.con7_scrY_2nd .scrY_item {
    animation: marqueeY 20s infinite linear reverse;
    height: 100%;
}

.con07_09 {
    margin-top: -0.5%;
}

.con7_scrX{
    bottom: 0;
    border-top: 1px solid #008538;
    background: white;
    overflow: hidden;
}

.con7_top{
    width: 5.5643%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
}
.con7_top_2nd{
    margin-top: 1.4%;
}
.con7_top_3rd{
    font-size: 2vw;
    margin-top: 0.5%;
}
.con7_top_4th{
    text-align: center;
    margin-top: 1%;
    line-height: 1.4vw;
    margin-bottom: 2%;
}
.con7_top_5th_item_ab_2{
    top: 34%;
}
.con7_top_5th_item_ab_3{
    font-size: 1.2vw;
    top: 48%;
}
.con7_top_6th{
    width: 36.4829%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -9%;
    z-index: 1;
    margin-top: -3.1%;
}
.con7_scrX{
    z-index: 1;
}
.con7_top_6th {
    width: 36.4829%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -9%;
    z-index: 2;
    margin-top: -3.1%;
}
.con8_left_bg{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 50%;
}
.con8_right_bg{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
}

.con8_top{
    margin-top: 8%;
    margin-bottom: 0.5%;
}
.con8_top_2nd{
    font-size: 2.2vw;
}


.con8_top_3rd{
    margin-top: 4%;
    margin-bottom: 5%;
}

.con8_top_3rd_left_ab{
    width: 33.4016%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -19%;
    top: -10%;
}
.con8_top_3rd_right_ab{
    width: 33.4016%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -19%;
    top: -10%;
}

.con01_count_wrap_ab{
    width: 3.41207%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    top: 25%;
    left: 28%;
}

.con6_left_swiper_1_slide_absol{
    top: 12%;
    font-size: 1.3vw;
}
.con6_left_swiper_1_slide_absol_2{
    top: 25%;
}
.con6_left_swiper_1_slide_absol_3{
    font-size: 2.7vw;
    top: 53%;
}

.con10_mid_right{
    width: 120% !important;
}
.con10{
    height: 45vw;
    z-index: 3;
}
.con10_top{
    top: 45%;
    font-size: 1.4vw;
}
.con10_top_2nd{
    font-size: 2vw;
    top: 50%;
}


.con11_top{
    font-size: 1.4vw;
}
.con11_top_2nd{
    font-size: 2vw;
}
.con10{
    clip-path: circle(19.5% at 50% 60%);
}
.con11{
    height: 45vw;
    background: url(/images/con09_bg.png) no-repeat center / cover;
    justify-content: flex-start !important;
}
.con11_top{
    margin-top: 6%;
}
.con11_top_2nd{
    margin-top: 1%;
}

.con11_top_3rd{
    right: 68%;
    overflow: hidden;
    top: 58%;
}

.con11_top_3rd_2{
    font-size: 3vw;
}
.con11_top_4th{
    left: 67%;
    top: 58%;
    z-index: 2;
}
.con11_top_4th_1{
    font-size: 1.3vw;
}
.con11_top_4th {
    left: 67%;
    top: 58%;
    width: 20%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 2% 0;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
.con11_top_5th{
    width: 100%;

    display: flex;
    justify-content: flex-start;

    align-items: center;
}
.con11_top_6th{
    width: 100%;

    display: flex;
    justify-content: flex-start;
    top: 135%;
    align-items: center;
}


.con11_top_5th {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    bottom: 135%;
}


.con11_top_4th_2{
    font-size: 2vw;
}
.con11_top_4th_item_1{
    right: 6%;
}

.con12_ab{
    width: 42.8871%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    z-index: 4;
}
.con12_scrX{
    margin-top: 15.3%;
}
.con12{
    margin-top: -15.3%;
}
.con7_scrX .scrX_item {
    animation: marqueeX 20s infinite linear reverse;
    width: 100%;
}

.con13{
    background: url(/images/con11_bg.png) no-repeat bottom / cover;

}

.con13_top{
    margin-top: 10%;
    margin-left: 10%;
    font-size: 1.8vw;
}
.con13_top_2nd{
    border-bottom: 1px solid white;
    width: 13%;
    margin-left: 10%;
    margin-top: 0.4%;
}
.con13_top_3rd{
    margin-left: 6%;
    margin-top: 0.5%;
}
.con13_top_4th{
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
}
.con13_top_5th{
    margin-bottom: 20%;
}
.con13_ab{
    width: 40.3675%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 29%;
    left: 12%;
    mix-blend-mode: lighten;
    animation: light 4s infinite;
    animation-delay: 1s;
}
.con13_ab_2nd{
    width: 88.2415%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 18%;
    mix-blend-mode: lighten;
    animation: light 3s infinite;
    left: 0%;
}
.con13_ab_3rd{
    width: 6.71916%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 19.7%;
    overflow: hidden;
    right: 53%;
}
.con13_scrX_1{
    rotate: 90deg;
    left: -43%;
    border: 1px solid white;
    padding: 0.5% 0;
}
.con13_scrX_2{
    rotate: -90deg;
    right: -43%;
    border: 1px solid white;
    padding: 0.5% 0;
}

.con14{
    background: url(/images/con09_bg.png) no-repeat bottom / cover;

}
.con14_top{
    width: 32.7559%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    margin-bottom: 6%;
    margin-left: -34%;
}
.con14_scrX{
    width: 200%;
    overflow: hidden;
    right: 0;
    top: 38%;
}
.con14_right{
    width: 32.3559%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    top: 12.25%;
}
.con12_07{
    width: 33.3333%;
}
.con14_scrX_2{
    width: 300% !important;
}
.con14_scrX_2{
    width: 305% !important;
    top: 100%;
    overflow: hidden;
    left: 0;
}

.con14_ab{
    width: 22.3097%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: backgroundchange 4s infinite;
    z-index: 1;
    bottom: -17%;
    right: 6%;
}
.con14_2nd{
    height: 45vw;
}
.video_con {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -2.1%;
}
.video_con video{
    height: 100%;
    width: 100%;
}
.con15_top{
    margin-top: 7%;
    margin-bottom: 3%;
}
.con15_top_2nd_ab{
    width: 62.4246%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 4%;
    animation: blk 1s infinite;
}
.con15_top_2nd{
    width: 23.1496%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6%;
}

.con15_ab{
    width: 92%;
    border: 1px solid #008538;
    height: 130%;
    top: 0;
}

.con16_top{
    margin-top: 8%;
}

.con16_top_2nd{
    margin-top: 1%;
    margin-bottom: 4%;
}
.con16_top_3rd{
    flex-wrap: wrap;
    width: 79%;
}
.con16_top_3rd_item{
    width: 19.6658%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1% ;
}
.con16_top_3rd_item_arrow_1{
    width: 0.730825%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 28%;
    top: 24%;
}
.con16_top_3rd_item_arrow_2{
    width: 0.730825%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 49.7%;
    top: 24%;
}
.con16_top_3rd_item_arrow_3{
    width: 0.730825%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 28%;
    top: 24%;
}


.con16_top_3rd_item_arrow_4{
    width: 0.730825%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 28%;
    bottom: 24%;
}
.con16_top_3rd_item_arrow_5{
    width: 0.730825%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 49.7%;
    bottom: 24%;
}
.con16_top_3rd_item_arrow_6{
    width: 0.730825%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 28%;
    bottom: 24%;
}
.con16_top_3rd {
    flex-wrap: wrap;
    width: 79%;
    margin-bottom: 6%;
}
.con16_ab{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -15%;
}
.con16_top {
    margin-top: 18%;
}
.con16_ab_2{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}

.con16_top_2nd {
    margin-top: 1%;
    margin-bottom: 2.4%;
}
.con16_top {
    margin-top: 20%;
}
.con16{
    margin-top: -14%;
}

.con17_top{
    margin-top: 6%;
    font-size: 2vw;
}
.con17_top_2nd{
    margin-top: 1%;
    margin-bottom: 3%;
}



.form_right {
    width: 33.4908%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con18_06 {
    width: 100.056%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form_right_cover {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    left: 0%;
    top: 0%;
}


/* form_section */
.con18_01 {
    width: 3.30709%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -11vw;
    left: 11%;
}
.form_section {
    background-size: 100%;
    background-repeat: no-repeat;
    flex-direction: row;
    align-items: flex-start;
    padding-top: 5vw;
    padding-bottom: 3vw;
    gap: 10vw;
}
.form_section img {
    width: 100%;
}
.form_left {
    width: 24.7769%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 6vw;
}
.con18_02 {
    width: 99.8689%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con18_03 {
    width: 74.2669%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 1vw;
}
.form_left_text {
    font-size: 0.95vw;
    color: white;
    font-family: 'pretendard-light';
    line-height: 1.3;
    overflow: hidden;
}
.con18_05 {
    width: 208.624%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    top: 117%;
    transform: translateX(-50%);
}
.con18_04 {
    width: 161.441%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -72%;
    top: 55%;
}

.form_left_smoke {
    width: 160.295%;
    display: flex;
    justify-content: center;
    mix-blend-mode: screen;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    left: -47%;
    top: -73%;
}
.form_left_smoke img {
    width: 100%;
    animation: smoke 2s infinite linear;
}
.form_right {
    width: 33.4908%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con18_06 {
    width: 100.056%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form_right_cover {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    left: 0%;
    top: 0%;
}
.con18_07 {
    width: 58.6228%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con18_08 {
    animation: blk 1s infinite;
    margin-bottom: 1.5vw;
    cursor: pointer;
    width: 62.5415%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
}

/* form */
.formWrap {
    width: 80%;
    box-sizing: border-box;
    font-size: 1.2vw;
}
.form {
    width: 100%;
    height: 100%;
}
.form_margin {
    width: 100%;
}
.form_margin_input {
    width: 100%;
    height: 3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.1vw solid #22222283;
    box-sizing: border-box;
    padding: 0 0.5vw;
    margin-bottom: 0.5vw;
}
.form_margin_input label ,
.form_margin_input p {
    font-family: SuseongHyejeong;
}
.form_margin_input label {
    width: 30%;
    text-align: center;
}
.form_margin_input p {
    font-size: 1vw;
    margin-left: -3vw;
}
.form_input_01,
.form_input_02,
.form_input_03,
.form_input_04 {
    width: 70%;
    height: 80%;
    border: 0;
    outline: none;
}
.form_margin_Agree_input {
    display: flex;
}
.form_submit_div {
    width: 100%;
    /* background-color: #d41318; */
    color: white;
    font-family: 'pretendard-bold';
    text-align: center;
    padding: 0.7vw 0;
    font-size: 1.2vw;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form_submit {
    width: 42.0822%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form_margin_Agree_input {
    padding-left: 0.5vw;
    margin-bottom: 0vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footeer_agree_checkbox_01 {
    width: 0.7vw;
    height: 0.7vw;
    outline: 1px solid #222222;
    appearance: none;
    border-radius: 50%;
    margin-right: 0.5vw;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.footeer_agree_checkbox_01:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #222222;
    scale: 0.9;
    border-radius: 50%;
}
.agree_text {
    font-size: 0.9vw;
    font-family: 'pretendard-regular';
    cursor: pointer;
}
.footeer_checkbox_01 ,
.footeer_checkbox_02 {
    width: 1vw;
    height: 1vw;
    appearance: none;
    outline: 0.12vw solid #222222;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
}
.footeer_checkbox_01:checked::before ,
.footeer_checkbox_02:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #950E12;
    scale: 0.85;
    border-radius: 50%;
}



/* form */
.formWrap {
    width: 80%;
    box-sizing: border-box;
    font-size: 1.2vw;
}
.form {
    width: 100%;
    height: 100%;
}
.form_margin {
    width: 100%;
}
.form_margin_input {
    width: 100%;
    height: 3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.1vw solid #22222283;
    box-sizing: border-box;
    padding: 0 0.5vw;
    margin-bottom: 0.5vw;
}
.form_margin_input label ,
.form_margin_input p {
    font-family: SuseongHyejeong;
}
.form_margin_input label {
    width: 30%;
    text-align: center;
}
.form_margin_input p {
    font-size: 1vw;
    margin-left: -3vw;
}
.form_input_01,
.form_input_02,
.form_input_03,
.form_input_04 {
    width: 70%;
    height: 80%;
    border: 0;
    outline: none;
}
.form_margin_Agree_input {
    display: flex;
}
.form_submit_div {
    width: 100%;
    /* background-color: #d41318; */
    color: white;
    font-family: 'pretendard-bold';
    text-align: center;
    padding: 0.7vw 0;
    font-size: 1.2vw;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form_submit {
    width: 42.0822%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form_margin_Agree_input {
    padding-left: 0.5vw;
    margin-bottom: 0vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footeer_agree_checkbox_01 {
    width: 0.7vw;
    height: 0.7vw;
    outline: 1px solid #222222;
    appearance: none;
    border-radius: 50%;
    margin-right: 0.5vw;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.footeer_agree_checkbox_01:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #222222;
    scale: 0.9;
    border-radius: 50%;
}
.agree_text {
    font-size: 0.9vw;
    font-family: 'pretendard-regular';
    cursor: pointer;
}
.footeer_checkbox_01 ,
.footeer_checkbox_02 {
    width: 1vw;
    height: 1vw;
    appearance: none;
    outline: 0.12vw solid #222222;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
}
.footeer_checkbox_01:checked::before ,
.footeer_checkbox_02:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #950E12;
    scale: 0.85;
    border-radius: 50%;
}

.form_section{
    background: url(/images/con15_bg.png) no-repeat center / cover;

}
.footeer_checkbox_01:checked::before, .footeer_checkbox_02:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #008538;
    scale: 0.85;
    border-radius: 50%;
}
.footeer_agree_checkbox_01:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #008538;
    scale: 0.9;
    border-radius: 50%;
}
.con18_07 {
    width: 58.6228%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
}
.form_margin_Agree_input {
    margin-top: 6%;
}
.form_right {
    width: 33.4908%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 37%;
}
.con7_top_5th_item{
    width: 11.2861%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.4%;
}
.con8_top_3rd_left{
    width: 27.0341%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con8_top_3rd_right{
    width: 27.0341%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con15_top_2nd_ab_2{
    width: 280.116%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_01{
    width: 30.9186vw;
}
.main_top_2nd {
    width: 30.9186%;
    display: flex;
    justify-content: flex-start;
    left: 47%;
    align-items: flex-start;
    top: 49%;
}
.con4 {
    clip-path: ellipse(17% 13% at 50% 50%);
}


.con6_top_3rd {
    margin-bottom: 12%;
}
.con6_top_3rd_item {
    width: 90% !important;
    height: 33vw;
    background: #f6f6f6;
    margin-bottom: 12%;
    top: 85%;
}
.con6_top_3rd{
    top: unset !important;
}
.con6_top_3rd_item{
    z-index: 2;
}
.con7_top_5th_item_ab{
    opacity: 0;
}

.con13_02{
    width: 100%;
    z-index: 1;
}
.con6_top_3rd_right {
    overflow: hidden;
}

.con06_09{
    width: 106% !important;
}
.con16_ab {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -7%;
}
.con15_top_2nd_ab {
    z-index: 1;
}
.map_mid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 85%;
    margin-bottom: 4%;
    border: 1px solid #000;
}
.con6_bt {
    bottom: 3%;
}
@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {
    .main {
        background: url(/images/main_bg.png) no-repeat center / cover;
        height: 94vw;
    }
    .main_video_con_video {
        width: 136%;
        height: 142%;
        top: -11%;
        filter: brightness(0.7);
    }

    .main_top {
        right: unset;
        text-align: center;
        font-size: 5vw;
        line-height: 7vw;
        top: 57%;
        width: 100%;
    }

    .main_top_2nd {
        width: 51.9186%;
        display: flex;
        justify-content: center;
        left: unset;
        align-items: center;
        top: 42%;
    }
    .main_line {
        color: #008538;
        height: 8vw;
        width: 19%;
        border-left: aliceblue;
        border-bottom: 2px solid #008538;
        left: unset;
        top: 45%;
    }
    .main_line_2 {
        left: 3%;
        height: 100%;
        border-left: 2px solid #008538;
    }
    .main_line_3 {
        width: 100%;
        border-bottom: 2px solid #008538;
        bottom: 10%;
    }
    .main_line_4 {
        width: 100%;
        border-bottom: 2px solid #008538;
        bottom: 7%;
    }
    .con1_bg{
        width: 100.787%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
    }
    .con1_top {
        position: absolute !important;
        top: 9%;
        text-align: center;
        font-size: 5vw;
        line-height: 5.5vw;
    }
    .con1_top span {
        font-size: 3.4vw;
    }
    .con1_top {
        position: absolute !important;
        top: 13%;
        text-align: center;
        font-size: 5vw;
        line-height: 6.5vw;
    }

    .con1 {
        background: url(/images/con01_02.png) no-repeat center / cover;
        height: 161vw;
    }


    .con1_bg_2nd{
        top: 0;
        width: 100%;
        height: 80vw;
        background: #00923d;
    }
    .con1_top_2nd {
        right: 50%;
        font-size: 3.9vw;
        top: 31%;
    }
    .con1_top_3rd {
        font-size: 3.9vw;
        left: 50%;
        bottom: 15%;
    }

    .con1_scrX {
        z-index: 1;
        padding: 1.3% 0;
        border: 1px solid white;
        width: 220%;
        bottom: 23%;
    }
    .con2 {
        background: url(/images/con02_bg.png) no-repeat center / cover;
        height: 48.4vw;
        height: 128.4vw;
        z-index: 2;
        clip-path: circle(26% at 50% 60%);
    }
    .con1_top_2nd{
        right: 50%;
        font-size: 3.9vw;
        top: 32%;
    }
    .con1_top_3rd{
        font-size: 3.9vw;
        left: 50%;
        bottom: 12%;
    }

    .con3_scrX {
        width: 300% !important;
    }
    .con3_scrX_2nd {
        width: 300% !important;

    }

    .con4_bg {
        width: 84.3307%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }
    .con4 {
        height: 100%;
        background: #008538;
        /*clip-path: ellipse(43% 14% at 50% 50%);*/
    }
    .con4_top {
        width: 47.7375%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }
    .con4 {
        height: 100%;
        background: #008538;
        /*clip-path: ellipse(43% 14% at 50% 50%);*/
    }
    .con4_top_2nd {
        width: 17.4042%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 9%;
    }
    .con4_top_3rd {
        top: 20%;
        font-size: 3.4vw;
    }
    .con4_top_4th {
        top: 25%;
        font-size: 4vw;
    }
    .con4_bg_2nd {
        width: 142.0919%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 53%;
        clip-path: ellipse(52% 52% at 50% 50%);
    }
    .con4_scrX {
        width: 150% !important;
        bottom: 30%;
    }
    .con6_mid_con {
        top: 6%;
    }
    .con4_top{
        width: 55.7375%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }
    .con5_top{
        width: 46%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 49%;
        margin-left: -38%;
    }
    .con5_top_2nd {
        margin-left: -28%;
        margin-top: 3.5%;
        font-size: 3.7vw;
    }
    .con5_top_3rd {
        margin-left: -30%;
        margin-top: 1.5%;
        margin-bottom: 15%;
    }
    .con5 {
        background: url(/images/con05_bg.png) no-repeat bottom / cover;
    }
    .con5_top{
        width: 52%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 49%;
        margin-left: -35%;
    }
    .con6_top{
        width: 25.45669%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-top: 11%;
    }
    .con06_01{
        width: 24.45669vw  !important;
    }
    .con6_top_2nd {
        font-size: 5.7vw;
        margin-top: 1%;
        margin-bottom: 1%;
    }
    .con6_top_2nd_half {
        width: 43.8136%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 4%;
        margin-top: 1%;
    }
    .con6_top_3rd_item {
        width: 80% !important;
        height: 93vw;
        background: #f6f6f6;
        flex-direction: column;
    }

    .con6_top_3rd_left_1st {
        top: 12%;
        left: unset;
        font-size: 3.3vw !important;
    }
    .con6_top_3rd_left_2nd {
        top: 36%;
        left: unset;
        font-size: 4.2vw;
    }
    .con6_top_3rd_left {
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 50%;
    }
    .con6_top_3rd_right{
        width: 50% !important;
        height: 50%;

    }
    .con6_top_3rd_item {
        width: 80% !important;
        height: 112vw;
        background: #f6f6f6;
        flex-direction: column;
    }
    .con6_top_3rd_left_2nd {
        top: 23%;
        left: unset;
        font-size: 4.2vw;
    }
    .con6_top_3rd_left_3rd {
        left: unset;
        top: 36%;
        text-align: center;
    }
    .con6_top_3rd_left_4th {
        width: 47.7294%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: unset;
        top: 68%;
    }
    .con6_top_3rd_item {
        width: 80% !important;
        height: 129vw;
        background: #f6f6f6;
        flex-direction: column;
    }
    .con6_top_3rd_item_ab {
        width: 34.3651%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        top: 44%;
    }
    .con6_top_3rd_right {
        width: 100% !important;
        height: 50%;
    }
    .main_video_con_video {
        width: 161%;
        height: 142%;
        top: -21%;
        filter: brightness(0.7);
    }
    .con7_top {
        width: 15.5643%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10%;
    }
    .con7_top_3rd {
        font-size: 4vw;
        margin-top: 1.5%;
    }
    .con7_top_2nd {
        margin-top: 3.4%;
    }
    .con7_top_4th {
        text-align: center;
        margin-top: 2%;
        line-height: 4.4vw;
        margin-bottom: 4%;
        width: 60%;
    }
    .con7_top_5th_item {
        width: 30.2861%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 1%;
    }
    .con7_top_5th_item_ab_3 {
        font-size: 3.5vw;
        top: 51%;
    }
    .con7_top_6th {
        width: 71.4829%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: -16%;
        z-index: 2;
        margin-top: -7.1%;
    }
    .con7_scrX {
        bottom: 0;
        border-top: 1px solid #008538;
        background: white;
        overflow: hidden;
        width: 200%;
    }
    .con8_top_2nd {
        font-size: 4.5vw;
    }
    .con8_left_bg {
        width: 150%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 50%;
    }
    .con8_right_bg{
        width: 150%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 50%;
    }
    .con8_top_3rd {
        margin-top: 4%;
        margin-bottom: 5%;
        flex-direction: column;
    }
    .con8_top_3rd_left {
        width: 57.0341%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 9%;
    }
    .con8_top_3rd_right {
        width: 57.0341%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con01_count_wrap_ab {
        width: 6.41207%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        top: 18%;
        left: 2%;
    }
    .con8_top_3rd {
        margin-top: 0%;
        margin-bottom: 11%;
        flex-direction: column;
    }
    .con6_left_swiper_1_slide_absol {
        top: 12%;
        font-size: 3.3vw;
    }
    .con10_mid_right {
        width: 100% !important;
    }
    .con6_left_swiper_1_slide_absol_3 {
        font-size: 7.7vw;
        top: 55%;
    }
    .con6_left_swiper_1_slide_absol {
        top: 9%;
        font-size: 3.5vw;
    }
    .con11_top {
        font-size: 3.4vw;
    }
    .con11_top_2nd {
        font-size: 4.4vw;
    }
    .con11_top {
        margin-top: 8%;
    }
    .con11_top_4th {
        left: unset;
        top: 51%;
        width: 57%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 2% 0;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
    }
    .con11_top_4th_1 {
        font-size: 3.7vw;
    }
    .con11_top_4th_2 {
        font-size: 4vw;
    }
    .con11_top_4th {
        left: unset;
        top: 51%;
        width: 57%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 3% 0;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
    }
    .con11_top_3rd {
        right: unset;
        top: 24%;
    }
    .con11_top_3rd_2 {
        font-size: 6vw;
    }
    .con11 {
        height: 77vw;
        background: url(/images/con09_bg.png) no-repeat center / cover;
        justify-content: flex-start !important;
    }
    .con11_top_3rd {
        right: unset;
        top: 26%;
    }
    .con10 {
        clip-path: circle(21.5% at 50% 90%);
        height: 100%;
    }
    .con11 {
        height: 77vw;
        background: url(/images/con09_bg.png) no-repeat bottom / contain;
        justify-content: flex-start !important;
    }


    .con11_bg {
        top: 0;
        width: 100%;
        height: 27.2vw;
        background: #008538;
    }
    .con11_top {
        margin-top: 8%;
        z-index: 1;
    }
    .con11_top_2nd {
        font-size: 4.4vw;
        z-index: 1;
    }
    .con10_top {
        top: 42%;
        font-size: 3.4vw;
    }
    .con10_top_2nd {
        font-size: 5vw;
        top: 50%;
    }.con12_scrX {
         margin-top: 15.3%;
         width: 200%;
    position: relative;
    flex-direction: column;
     }

    .con12_ab {
        width: 64.8871%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
        z-index: 1;
    }

    .con13_top {
        margin-top: 10%;
        margin-left: 15%;
        font-size: 4.3vw;
    }

    .con13_top_2nd {
        border-bottom: 1px solid white;
        width: 28%;
        margin-left: 15%;
        margin-top: 0.8%;
    }
    .con13_top_3rd {
        margin-left: 7%;
        margin-top: 0.5%;
        font-size: 4.3vw;
    }
    .con13_ab_3rd {
        width: 12.71916%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 15.7%;
        right: 60%;
    }
    .con13_top_4th {
        text-align: center;
        margin-top: 4%;
        margin-bottom: 3%;
        width: 70%;
    }
    .con13_top_5th {
        margin-bottom: 49%;
        width: 60%;
        text-align: center;
        line-height: 6vw;
    }
    .con13_ab_2nd {
        width: 101.2415%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 42%;
        mix-blend-mode: lighten;
        left: -9%;
    }
    .con13_scrX_1 {
        rotate: 90deg;
        left: -68%;
        border: 1px solid white;
        padding: 0.5% 0;
        width: 150%;
    }
    .con13_scrX_2 {
        right: -68%;
        width: 150%;
    }
    .con13_top {
        margin-top: 13%;
        margin-left: 15%;
        font-size: 4.3vw;
    }
    .con13_ab_3rd {
        width: 12.71916%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 11.7%;
        right: 60%;
    }
    .con13_ab{
        display: none;
    }
    .con14_right{
        position: relative;
    }

    .con14_top {
        width: 82.7559%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 11%;
        margin-bottom: 6%;
        margin-left: 0%;
    }

    .con14_right {
        width: 82.3559%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: unset;
        top: 12.25%;
        margin-bottom: 80%;
    }
    .con14_ab {
        width: 47.3097%;
        display: flex;
        justify-content: center;
        align-items: center;
        animation: backgroundchange 4s infinite;
        z-index: 1;
        bottom: -8%;
        right: 51%;
    }

    .con14_2nd {
        height: 54vw;
    }

    .con15_top_2nd {
        width: 57.1496%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 9%;
        margin-top: 5%;
    }
    .con15_top_2nd_ab_2 {
        width: 160.116%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con13_02{
        width: 100%;
        z-index: 1;
    }

    .con15_top_2nd_ab {
        width: 62.4246%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 4%;
        z-index: 2;
        animation: blk 1s infinite;
    }

    .con16_top {
        margin-top: 28%;
    }

    .con16_top_3rd_item {
        width: 47.6658%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 1%;
    }

    .con16_ab {
        width: 100.787%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: unset;
        top: 6%;
        bottom: unset;
    }
    .con16_bg_2{
        background: #00923d;
        height: 91vw;
        width: 100%;
        bottom:0;

    }

    .con15_top {
        margin-top: 12%;
        margin-bottom: 0%;
    }
    .con16_top {
        margin-top: 21%;
    }
    .con15_top_2nd {
        width: 57.1496%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 16%;
        margin-top: 5%;
    }
    .con16_top_3rd {
        flex-wrap: wrap;
        width: 87%;
        margin-bottom: 6%;
    }
    .con16_bg_2 {
        background: #00923d;
        height: 93vw;
        width: 100%;
        bottom: 0;
    }
    .con17_top {
        margin-top: 12%;
        font-size: 4.2vw;
    }





    .form_section{
        flex-direction: column !important;
    }
    .form_section {
        background-size: 100%;
        background-repeat: no-repeat;
        flex-direction: row;
        align-items: center;
        padding-top: 5vw;
        padding-bottom: 3vw;
        gap: 10vw;
    }
    .form_left {
        width: 71.7769%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 9vw;
    }
    .form_left_text {
        font-size: 3.1vw;
        color: white;
        font-family: 'pretendard-light';
        line-height: 4.7vw;
        text-align: center;
        margin-top: 2%;
        margin-bottom: 3%;
    }
    .form_section {
        flex-direction: row;
        align-items: center;
        padding-top: 5vw;
        padding-bottom: 3vw;
        gap: 10vw;
    }
    .con18_05 {
        width: 88.624%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 50%;
        top: 117%;
        transform: translateX(-19%);
    }
    .form_right {
        width: 88.4908%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .form_right_cover {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        left: 0%;
        top: 0%;
    }
    .formWrap {
        width: 80%;
        box-sizing: border-box;
        font-size: 3.2vw;
    }
    .form_margin_input {
        width: 100%;
        height: 8vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 0.1vw solid #22222283;
        box-sizing: border-box;
        padding: 0vw 1.5vw;
        margin-bottom: 0.5vw;
        margin-top: 1%;
    }
    .con18_07 {
        width: 46.4212%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0.5vw;
        margin-top: 11%;
    }
    .footeer_checkbox_01, .footeer_checkbox_02 {
        width: 3vw;
        height: 3vw;
        appearance: none;
        outline: 0.12vw solid #222222;
        border-radius: 50%;
        box-sizing: border-box;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .form_margin_input p {
        font-size: 3vw;
        margin-left: -3vw;
    }
    .footeer_agree_checkbox_01 {
        width: 2.7vw;
        height: 2.7vw;
        outline: 1px solid #222222;
        appearance: none;
        border-radius: 50%;
        margin-right: 0.5vw;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .form_margin_Agree_input {
        padding-left: 0.5vw;
        margin-bottom: 2vw;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
    }
    .con18_08 {
        width: 62.5745%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 2.5vw;
        cursor: pointer;
        margin-top: 3%;
    }
    .agree_text {
        font-size: 2.8vw;
        font-family: 'pretendard-regular';
        cursor: pointer;
    }
    .form_submit {
        width: 58.0822%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
    }
    .con18_04 {
        width: 64.441%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 2%;
        top: 8%;
    }
    .con18_05 {
        width: 88.624%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: -27%;
        left: 50%;
        top: 117%;
        transform: translateX(-19%);
    }

    .form_left_smoke {
        width: 60.295%;
        display: flex;
        justify-content: center;
        mix-blend-mode: screen;
        align-items: center;
        border-radius: 50%;
        overflow: hidden;
        left: 0;
        top: 67%;
        z-index: 1;
    }
    .form_section{
        background: url(/images/con15_bg.png) no-repeat center / cover;

    }
    .form_right {
        margin-left: 0;
        margin-top: 7%;
        margin-bottom: 7%;
    }
    .con18_07 {
        width: 54.4212%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0.5vw;
        margin-top: 11%;
    }

    .con2_top {
        width: 30.3911%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 14%;
        top: 58%;
    }

    .con2_top_2nd {
        top: 70%;
        left: 15%;
        font-size: 4.2vw;
    }
    .con2_top_3rd {
        top: 76%;
        left: 15%;
    }
    .con2{
        height: 161vw;


    }
    .con1_top .con1_top_p span{
        font-size: 5.4vw !important;
    }

    .con1_top_2nd {
        right: 50%;
        font-size: 3.9vw;
        top: 26%;
    }
    .con1_scrX {
        z-index: 1;
        padding: 1.3% 0;
        border: 1px solid white;
        width: 220%;
        bottom: 34%;
    }
    .con2{
        clip-path: circle(26% at 50% 52%);
    }
    .con1_top_3rd {
        font-size: 3.9vw;
        left: 55%;
        bottom: 22%;
    }
    .con4 {
        clip-path: ellipse(41% 9% at 50% 50%);
    }
    .con3_scrX {
        width: 450% !important;
    }
    .con3_scrX_2nd{
        width: 450% !important;

    }
    .con4_top_2nd {
        width: 17.4042%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 16%;
    }
    .con4_top_3rd {
        top: 26%;
        font-size: 3.4vw;
    }
    .con4_top_4th {
        top: 29%;
        font-size: 4.5vw;
    }

    .con8_top_3rd_left {
        width: 66.0341%;
    }
    .con8_top_3rd_right{
        width: 66.0341%;
    }

    .con8_left_bg {
        width: 170%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 50%;
    }
    .con8_right_bg{
        width: 170%;

    }
    .con11_bg {
        top: 0;
        width: 100%;
        height: 29.2vw;
        background: #008538;
    }

    .con11{
        height: 161vw;
    }
    .con10{
        height: 161vw;

    }
    .con11_bg {
        top: 0;
        width: 100%;
        height: 112.2vw;
        background: #008538;
    }

    .con11_top {
        margin-top: 24%;
        z-index: 1;
    }
    .con11_top_4th {
        left: unset;
        top: 47%;
        width: 57%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 3% 0;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
    }

    .con11_top_4th {
        left: unset;
        top: 47%;
        width: 73%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 3% 0;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
    }

    .con11_top_4th_1 {
        font-size: 4.7vw;
    }

    .con11_top_4th_2 {
        font-size: 6vw;
    }
    .con12_ab {
        z-index: 4;
    }
    
    
    
    .con16_bg_2 {
        background: #00923d;
        height: 113vw;
        width: 100%;
        bottom: 0;
    }
    
}




.map_section_main{
    flex-direction: column;
}
.map_content_main{
    background: url("/images/sub_main.jpg") no-repeat center / cover; 
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 26vw;
}
.map_top_main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.sub01_tt01{
    width: 17%; 
}
.map_section{
    flex-direction: column;
}
.map_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 5% 0%;
}
.map_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.map_top2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 4% 0% 3% 0%;
}
.map_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 85%;
    border: 1px solid #000;
}
.map{
    background-color: #315247;
    width: 100%;
    height: 33vw;
    z-index: 1;
}
.mid_map_search{
    background: white;
    overflow: hidden;
    z-index: 2;
    width: 23%;
    height: 100%;
    left: 0%;
    top: 0%;
    border-right: 1px solid #000;
}
.mid_map_search_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.mid_map_search_top > div{
    color: #000;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 3%;
    font-size: 1vw;
    font-family: 'Pretendard';
    font-weight: 600;
    cursor: pointer;
}
.on2{
    background: #008538;
    color: white !important;
}
.off2{
    color: #000 !important;
}
.mid_map_search_mid{
    background: #008538;
    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: 33.6vw;
    width: 100%;
}
.mid_map_search_item{
    margin: 0% 7%;
    border-bottom: 1px solid #000;
    padding: 3% 0;
    font-size: 1vw;
}
.mid_map_search_item_title{
    font-size: 1.3vw;
    font-family: "pretendard-bold";
}
.mid_map_search_item_addres{
    margin-top: 4%;
    margin-bottom: 1%;
}
.map_icon{
    right: 8%;
    width: 6% !important;
}
.show{
    display: block;
}
.hide{
    display: none;
}
.sub_line{
    width: 100%;
}
.sub01_tt02{
    width: 27%;
}
.map_scr{
    background-color: #000;
    transform-origin: top;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    z-index: 1;
    padding: 0.5% 0% 0.5% 0%;
}
.map_sd{
    width: 100%;
    animation: marqueeXup linear 20s infinite;
}
.map_sd_next{
    right: -101%;
}

.container{
    display: none;
}

.sub01_tt01 {
    width: 22%;
}

.map_icon{
}


.con3_mid_3rd{
    padding: 0.7% 0;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    margin-top: 8%;
    background: black;
}



.con6_mid_swiper_1_slide_p_con_3rd{
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(1){
    color: white;
    font-size: 0.9vw;
}
.con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(2){
    color: white;
    font-size: 0.9vw;
    background: white;
    border-radius: 40px;
    color: #820000;
    font-family: Pretendard-bold;
    padding: 0 3%;
    margin-left: 2%;
}
.con3_mid_3rd {
    padding: 0.7% 0;
    border-top: unset;
    border-bottom: unset;
    margin-top: 8%;
    background: black;
}
.con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(2) {
    color: white;
    font-size: 0.9vw;
    background: transparent;
    border-radius: 40px;
    color: #008538;
    font-family: Pretendard-bold;
    padding: 0 3%;
    margin-left: 2%;
}

.con3_mid_3rd {
    padding: 0.7% 0;
    border-top: unset;
    border-bottom: unset;
    margin-top: 0;
    background: black;
    top: 0;
    position: absolute !important;
}


.con3_mid_3rd{
    bottom: 0;
    top: unset;
}

.map_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 8% 0%;
}


.mid_map_search_top > div {
    color: #008538;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 3%;
    font-size: 1vw;
    font-family: 'Pretendard-regular !important';
}


@media screen and (max-width:599px) {
.map_content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 0% 0% 80% 0%;
        border-bottom: 0px solid;
    }
    .map {
        background-color: #315247;
        width: 100%;
        height: 52vw;
        z-index: 1;
    }
    .map_mid {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 101%;
        border: 1px solid #000;
    }
    .mid_map_search {
        background: white;
        overflow: hidden;
        z-index: 2;
        width: 100%;
        height: 163.5%;
        left: 0%;
        top: 100%;
        border: 1px solid #000;
    }
    .mid_map_search_top > div {
        color: white;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 3%;
        padding-bottom: 3%;
        font-size: 3vw;
        cursor: pointer;
    }
    .mid_map_search_mid input {
        appearance: none;
        border: none;
        outline: none;
        width: 90%;
        height: 8vw;
        padding-left: 5%;
        font-family: 'Pretendard-regular';
        font-size: 3vw;
    }
    .map_icon {
        right: 9%;
        width: 4%;
    }
    .mid_map_search_item_title {
        font-size: 4.3vw;
        font-family: "pretendard-bold";
    }
    .mid_map_search_item {
        margin: 0% 7%;
        border-bottom: 1px solid #000;
        padding: 3% 0;
        font-size: 3vw;
    }
    .mid_map_search_bottom {
        overflow: scroll;
        height: 61vw;
        width: 100%;
    }
    .map_top2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 9% 0% 6% 0%;
    }
    .map_scr {
        background-color: #000;
        transform-origin: top;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 300%;
        z-index: 1;
        padding: 1.5% 0% 1.5% 0%;
    }
    .sub_line {
        width: 236%;
    }
    .sub01_tt02 {
        width: 42%;
    }
    
    .map_section{
        padding-bottom: 15%;
    }
    
    
        .map_content_main {
            background: url(/images/sub_main.jpg) no-repeat center / cover;
            object-fit: cover;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 65vw;
        }
        .sub01_tt01 {
            width: 37%;
            margin-top: 17%;
        }    
    
    
    .map {
        background-color: #315247;
        width: 100%;
        height: 65vw;
        z-index: 1;
    }
    
    .map_mid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 85% !important;
    margin-bottom: 120%;
    border: 1px solid #000;
}
.con6_top_3rd_item {
        flex-direction: column !important;
    }
    
    .con16_top_3rd_item_arrow{
        display: none;
    }
    
    body{
        background: #00923d;
    }
    .con6{
        background: white;
    }
    .con7{
        background: white;
        
    }
    .con11{
        background: white;
        
    }
    .con14{
        background: white;
        
    }
    .con15{
        background: white;
        
    }
    .con17{
        background: white;
        
    }
    
    .con10 .main_video_con {
    width: 182%;
    height: 105%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    overflow: hidden;
}
    
        .con10_top {
        top: 46%;
        font-size: 3.4vw;
    }
    
    
        .con16_ab {
        width: 100.787%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: unset;
        top: 0%;
        bottom: unset;
    }
        .con16_top {
        margin-top: 13%;
    }
    .con16 {
    margin-top: -11%;
}
    
    con6_top_3rd_item {
        width: 90% !important;
        height: 129vw;
        background: #f6f6f6;
        flex-direction: column;
    }
    
    
    
    
    .con6_top_3rd_item {
        width: 90% !important;
        height: 129vw;
        background: #f6f6f6;
        flex-direction: column;
    }
    
    
    .con6_top_3rd_item {
    top: 86%;
}
    
        .con8_top_3rd_left {
        width: 81.0341%;
    }
    
    .con8_top_3rd_right {
                width: 81.0341%;

    }
    
    .con8_top_3rd_left_ab{
            width: 28.4016%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -7%;
    top: -10%;
    }
    
    .con8_top_3rd_right_ab{
                    width: 28.4016%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -7%;
    }
    
    .con01_count_wrap_ab{
        width: 6.41207%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        top: 14%;
        left: 2%;
    }
    .con8_left_bg{
            width: 188%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 50%;
    }
    .con8_right_bg{
        width: 188%;
    }
    
    .con14_top{
        width: 92.7559%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 11%;
        margin-bottom: 6%;
        margin-left: 0%;
    }
    
    .con14_right{
            width: 92.3559%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: unset;
    top: 12.25%;
    margin-bottom: 80%;
    }
}




@media (hover: hover) {
    .con6_top_3rd_left_4th:hover .con6_top_3rd_left_4th_ab{
        opacity: 1;
    }
}
