* {
    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;
}
.container{
    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: rotate(-10deg);
    }
    25% {
    }
    50% {
        transform: rotate(10deg);
    }
    75% {
    }
    100% {
        transform: rotate(-10deg);
    }
}
@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 slick-circle{
    0%{width:0;}
    100%{width:100%;}
}


@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_top{
    padding-bottom: 3.7%;
}

.main_top_1{
    width: 16.9307%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14%;
    overflow: hidden;
    margin-left: -62%;
}

.main_top_1_2nd{
    width: 79%;
    margin-top: 1%;
    font-family: pretendard variable;
    font-weight: 500;
    font-size: 1.4vw;
    overflow: hidden;
}
.main_top_2{
    width: 9.55446%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 14%;
    right: 13%;
}
.main_top_2:hover .absol{
    opacity: 1;
}
.main_top_2_absol{
    opacity: 0;
}


.main_left{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 61vw;
    overflow: hidden;
    position: relative;
}

.main_right{
    width: 50% !important;
    display: flex;
    justify-content: center;
    height: 61vw;
    align-items: center;
}
.main_left_items{
    width: 30% !important;
    left: 13%;
    top: 18%;
    flex-direction: column-reverse !important;
    height: 74%;
    display: flex;
    justify-content: space-between !important;
}
.main_left_items > div> .absol{
    opacity: 0;
}
.main_left_items > div:hover .absol{
    opacity: 0;
}
.main_left_items > div:hover > img {
    opacity: 1;
}
.bcon1_11h{
    opacity: 1 !important;
}
.main_line{
    width: 100%;
    border-top: 1px solid #00000036;
    bottom: 0px;
    display: flex;
    justify-content: flex-start;
align-items: flex-start;
}
.main_line_slick{
    border-top: 1px solid black;
    width: 100%;
    animation: slick-circle 10s infinite linear;
}


.main_right{
    justify-content: flex-start !important;
}
.main_right_top_con_1st{
    width: 88.1738%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    bottom: 0;
}
.main_right_top{
    width: 60.168%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-bottom: 22%;
    margin-right: -47%;
}
.main_right_top_absol{
    width: 23.2016%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -12%;
    bottom: 55%;
}
.main_right_top_absol_2nd{
    width: 5.75927%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 117%;
    left: 1%;

    animation: rotate_image 40s infinite linear;
}
.main_right_top_box{
    overflow: hidden;
}
.bcon1_05{
    z-index: 1;
}


.main_right_bottom_1st{
    width: 25.9276%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -3%;
    margin-left: -34%;
    box-shadow: 1px 1px 1px 1px #0000000f;
    border-radius: 43px;
}
.main_right_bottom_2nd{
    width: 57%;
    font-family: pretendard variable;
    font-weight: 700;
    font-size: 3.6vw;
    margin-top: 9%;
    margin-bottom: 5%;
    overflow: hidden;
}
.main_right_bottom_3rd{
    width: 57%;
    font-family: pretendard variable;
    font-weight: 500;
    font-size: 1.4vw;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.main_right_bottom_4rd{
    width: 57%;
    font-family: pretendard variable;
    font-weight: 500;
    font-size: 1.4vw;
    position: relative;
    margin-top: 1%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;

}
.main_right_bottom_3rd_line {
    width: 52.6%;
    border-bottom: 2px solid black;
}
.main_right_bottom_4th_line {
    width: 58.6%;
    border-bottom: 2px solid black;
}
.bcon1_35{
    animation: rotate_image1 infinite linear 10s reverse;
}
.main_right_bottom_5th{
    width: 57%;
    font-size: 1.1vw;
    line-height: 1.7vw;
    margin-top: 6%;
    margin-bottom: 13%;
    font-family: pretendard-light;
}
.main_right_bottom_6th{
    width: 57%;
    font-family: pretendard variable;
    font-weight: 400;
    font-size: 1.4vw;
}
.bcon1_18{
    width: 5%;
    left: 24%;
    bottom: 16%;
}

.con3_items{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    right: 5%;
    bottom: -12%;
    width: 19%;
}
.con3_item_2nd{
    width: 96.9255%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -58%;
    margin-bottom: -46%;
}
.main_right_bottom_7th{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: -22%;
    margin-top: 2%;
    width: 35%;
}
.main_right_bottom_7th_item{
    width: 48.9636%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_right_bottom_7th_item:hover .absol{
    opacity: 1;
}
.main_right_bottom_7th_item_absol{
    opacity: 0;
}



.con1_absol_2nd_1st{
    top: 15%;
    text-align: center;
    width: 49%;
}
.con1_absol_2nd {
    width: 31.6337%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 3%;
    border-radius: 50%;
    border: 1px solid #00000029;
}

.con1_absol_2nd_1st p> span{
    font-size: 4vw;
    font-family: pretendard variable;
    font-weight: 800;
}
.con1_absol_2nd_1st p{
    font-size: 1.5vw;
    font-family: pretendard variable;
    font-weight: 400;
    text-align: left;
    margin-left: 20%;
}
.bcon1_21{
    left: 14%;
    width: 6%;
}
.bcon1_22{
    width: 5%;
    right: 24%;
    bottom: 75%;
}
.con1_absol_2nd_1st_desc{
    font-size: 1vw !important;
    font-font: pretendard-light;
}



.con1_absol_2nd_2nd{
    top: 40%;
    text-align: center;
    width: 49%;
}
.con1_absol_2nd_2nd p> span{
    font-size: 4vw;
    font-family: pretendard variable;
    font-weight: 800;
}
.con1_absol_2nd_2nd p{
    font-size: 1.5vw;
    font-family: pretendard variable;
    font-weight: 400;
    text-align: left;
    margin-left: 20%;
    white-space: nowrap;
}


.con1_absol_2nd_3rd{
    top: 65%;
    text-align: center;
    width: 49%;
}
.con1_absol_2nd_3rd p> span{
    font-size: 4vw;
    font-family: pretendard variable;
    font-weight: 800;
}
.con1_absol_2nd_3rd p{
    font-size: 1.5vw;
    font-family: pretendard variable;
    font-weight: 400;
    text-align: left;
    margin-left: 20%;
}

.con1_absol_3rd{
    width: 31.6337%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 3%;
}
.con1_absol{
    width: 39.901%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    bottom: 18%;
}
.main{
    margin-bottom: 8.4%;
}
.con1{
    /*background: #fbfbfb;*/
}
.con1_absol {
    width: 39.901%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    overflow: hidden;
    bottom: 11%;
}

.con3{
    background: #3235cd;
}
.con3_top{
    color: white;
    margin-top: 15%;
    width: 72%;
    font-size: 1.4vw;
    overflow: hidden;
}
.con3_top_absol{
    width: 0.824922%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 10%;
    right: 82.5%;
}
.con3_top_2nd{
    width: 72%;
    font-size: 5vw;
    color: white;
    font-family: pretendard variable;
    font-weight: 700;
    overflow: hidden;
    margin-top: 3%;
}
.con3_top_3rd{
    margin-top: -2%;
}
.con3_top_3rd_1st{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}

.con3_top_3rd_1st_absol_top{
    width: 11.6659%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con3_top_3rd_1st_absol_top_2nd{
    text-align: center;
    font-family: pretendard variable;
    font-weight: 700;
    font-size: 2.1vw;
    margin-top: 4%;
}
.con3_top_3rd_1st_absol_top_3rd{
    text-align: center;
    font-family: pretendard-light;
    font-size: 1.1vw;
    line-height: 1.7vw;
    margin-top: 5%;
}
.con3_top_3rd{
    margin-bottom: 4%;
}
.con3_top_3rd_1st_absol{
    width: 100.0594%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.con3_top_3rd_1st_absol_2nd{
    width: 21.2871%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    top: -3%;
    left: 1%;
}
.con3_top_3rd_1st_absol_3rd{
    width: 49.2574%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 14%;
    left: 1%;
}


.con3_top_2nd {
    width: 72%;
    font-size: 5vw;
    color: white;
    font-family: pretendard variable;
    font-weight: 700;
    margin-top: 3%;
    z-index: 1;
}

.con3_top_3rd_1st_item_1{
    width: 14.5823%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 2%;
    top: 34%;
}
.con3_top_3rd_1st_item_2{
    width: 14.5823%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 3%;
    top: 53%;
}
.con3_top_3rd_1st_item_3{
    width: 14.5823%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 14%;
    left: 11%;
}
.con3_top_3rd_1st_item_4{
    width: 14.5823%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 2%;
    left: 30%;
}






.con3_top_3rd_1st_item_8{
    width: 14.5823%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 2%;
    top: 34%;
}
.con3_top_3rd_1st_item_7{
    width: 14.5823%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 3%;
    top: 53%;
}
.con3_top_3rd_1st_item_6{
    width: 14.5823%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 14%;
    right: 11%;
}
.con3_top_3rd_1st_item_5{
    width: 14.5823%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 2%;
    right: 30%;
}
.con3_top_3rd_1st_item .absol{
    opacity: 0;
}


.con4_top_2nd{
    width: 72%;
    font-size: 5vw;
    font-family: pretendard variable;
    font-weight: 700;
    margin-top: 3%;
    z-index: 1;
}
.con4_top{
    width: 5.09901%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14%;
    margin-left: -66%;
}

.con4_top_2nd {
    width: 72%;
    font-size: 5vw;
    font-family: pretendard variable;
    font-weight: 700;
    margin-top: 3%;
    z-index: 1;
    margin-bottom: 6%;
}
.con4_absol_2nd{
    width: 48.3168%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
    bottom: 5%;
}
.con4_absol{
    width: 48.6139%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
}
.con5_top_title{
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.47);

}
.con5_top_item{
    padding-bottom: 0.8%;
    margin-left: 124%;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.47);
    margin-top: 1%;
}
.con5_top_title_con{
    margin-left: 62%;
    padding-bottom: 0.8%;

}
.con5_top_absol{
    width: 7.92079%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 39%;
    transform: translateY(-39%);
}
.con5_top{
    margin-top: 5%;
}
.con5{
    padding-top: 8%;
    padding-bottom: 6%;
}
.con5_absol_2nd{
    width: 35.495%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 14%;
    z-index: 1;
}
.con5_absol{
    width: 42.0792%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    left: 0;
    top: 6%;
}
.main_mid_title{
    font-size: 1.5vw !important;
}
.con2_top{
    width: 62%;
    margin-top: 7%;
}
.con2_top_absol{
    width: 2.31555%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -4%;
    top: 7%;
}
.con2_top_line{
    width: 17%;
    bottom: -5%;
    border-bottom: 2px solid black;
    left: 0;
}



.con2_top_2nd{
    width: 62%;
    margin-top: 10%;
}
.con2_top_2nd_absol{
    width: 2.31555%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -4%;
    top: 7%;
}
.con2_top_2nd_line{
    width: 22%;
    bottom: -5%;
    border-bottom: 2px solid black;
    left: 0;
}
.con2_mid{
    width: 67%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.con2_mid_item{
    width: 31.8457%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con2_mid_item .absol{
    width: 100% !important;
    opacity: 0;
}
.con2_mid{
    margin-top: 3%;
    margin-bottom: 9%;
}
.con2_absol{
    top: 12%;
    right: 19%;
}
.main_left_items > div{
    width: 86.4686%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_left_items > div .absol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con3_item_1st{
    width: 95.8833%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con3_item_3rd{
    width: 77.1235%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con1_top{
    width: 31.6337%;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: circle(0% at 50% 50%);
}
.main_right_bottom_7th_item_absol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_top_2_absol{
    width: 100% !important;
}
.bcon1_08{
    height: 100%;
}
.bcon1_05 {
    z-index: 1;
    margin-top: -0.4%;
}
.con3_top_3rd_1st_item .absol{
    width: 100% !important;
}
.main_top_2_absol {
    width: 100% !important;
    display: flex;
}
.con3_items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    right: 6%;
    bottom: -10%;
    width: 15%;
}
.main_right_bottom_5th {
    width: 57%;
    font-size: 0.9vw;
    line-height: 1.5vw;
    margin-top: 6%;
    margin-bottom: 13%;
    font-family: pretendard-light;
}
.main_right_bottom_7th_item {
    width: 48.9636%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_right_bottom_7th {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: -20%;
    margin-top: 2%;
    width: 37%;
}
.con3_top_3rd_1st_absol_top_3rd {
    text-align: center;
    font-family: pretendard-light;
    font-size: 1vw;
    line-height: 1.6vw;
    margin-top: 5%;
}

.con5_absol {
    width: 42.0792%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    left: 0;
    top: 4.5%;
}

.con5_absol_2nd {
    width: 35.495%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 7%;
    z-index: 1;
}
    .bcon1_22 {
    width: 5%;
    right: 26%;
    bottom: 75%;
}
.header_menu_1:nth-child(1) {
    color: #3235cd;
}
.con1_absol_2nd_1st p> span {
    letter-spacing: -0.2vw;    margin-right: 3%;
}
.con1_absol_2nd_2nd p> span {
    letter-spacing: -0.2vw;    margin-right: 3%;

}
.con1_absol_2nd_3rd p> span {
    letter-spacing: -0.2vw;    margin-right: 3%;

}
.con5_absol {
    top: 4.6%;
}
.con5_top_title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.17);
}
.con5_top_item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.17);
}
.con3_video_con {
    top: 17%;
    width: 28vw;
    height: 16vw;
    left: 52%;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}
.con3_video_con iframe{
    width: 100%;
    height: 100%;
    z-index: 3;
}
.con3_video_con iframe {
    width: 104%;
    height: 100%;
}
.main_left_items {
    top: 22%;
    height: 67%;
}

.con3_top {
    font-family: pretendard variable;
    font-weight: 500;
}



.con3_video_con {
    width: 35vw;
    height: 20vw;
}

.bcon1_22 {
    max-width: 5%;
    right: 6%;
    bottom: 75%;
}
.main_top img{
    width: 100%;
}
.main_left img{
    width: 100%;
}
.bcon1_06{
    width: 100%;
}
.bcon1_05{
    width: 100%;
}
.bcon1_04{
    width: 100%;
    
}


.con3_video_con {
    width: 37vw;
    height: 22vw;
    left: 50%;
}


.con3_video_con {
    width: 37vw;
    height: 21vw;
    left: 50%;
}

@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {
    .main_left {
        width: 50%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 76vh;
        overflow: hidden;
        position: relative;
        margin-left: -27%;
    }
    .bcon1_08{
        width: 224% !important;
    }
    .main_top_1 {
        width: 38.9307%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 26%;
        margin-left: 0px;
    }
    .main_top_1_2nd {
        width: 79%;
        margin-top: 2%;
    font-family: pretendard variable;
    font-weight: 500;
        font-size: 4.4vw;
        text-align: center;
    }

    .main_top_2 {
        width: 26.55446%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 14%;
        right: unset;
        position: relative !important;
        margin-top: 8%;
        margin-bottom: 8%;
    }
    .main_left_items {
        width: 68% !important;
        left: 29%;
        top: 18%;
        flex-direction: column-reverse !important;
        height: 76%;
        display: flex;
        justify-content: space-between !important;
    }
    .main_left {
        width: 33%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 76vh;
        overflow: hidden;
        position: relative;
        margin-left: 0;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .main_top_2nd{
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }

    .main_left_items {
        width: 126% !important;
        left: -9%;
        top: 18%;
        flex-direction: column-reverse !important;
        height: 76%;
        display: flex;
        justify-content: space-between !important;
    }

    .bcon1_08 {
        width: 335% !important;
        margin-left: -27%;
    }

    .main_right{
        width: 67% !important;
    }

    .main_right_top {
        width: 68.168%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -6%;
        margin-bottom: 24%;
        margin-right: -47%;
    }
    .main_left_items {
        width: 95% !important;
        left: 0%;
        top: 18%;
        flex-direction: column-reverse !important;
        height: 76%;
        display: flex;
        justify-content: space-between !important;
    }


    .main_right_bottom_2nd {
        width: 74%;
    font-family: pretendard variable;
    font-weight: 700;
        font-size: 7.6vw;
        margin-top: 9%;
        margin-bottom: 5%;
    }

    .main_right_bottom_3rd {
        width: 74%;
    font-family: pretendard variable;
    font-weight: 500;
        font-size: 3.4vw;
        position: relative;
    }
    .main_right_bottom_4rd {
        width: 74%;
    font-family: pretendard variable;
    font-weight: 500;
        font-size: 3.4vw;
        position: relative;
        margin-top: 3%;
    }

    .main_right_bottom_1st {
        width: 44.9276%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -6%;
        margin-left: -32%;
        box-shadow: 1px 1px 1px 1px #0000000f;
        border-radius: 43px;
    }
    .main_right_bottom_5th {
        width: 74%;
        font-size: 3.1vw;
        white-space: nowrap;
        line-height: 4.7vw;
        margin-top: 6%;
        margin-bottom: 13%;
        font-family: pretendard-light;
    }
    .main_right_bottom_3rd_line {
        width: 74.6%;
        border-bottom: 1px solid black;
    }
    .main_right_bottom_4th_line {
        width: 81.6%;
        border-bottom: 1px solid black;
    }

    .main_right_bottom_6th {
        width: 100%;
    font-family: pretendard variable;
    font-weight: 400;
        font-size: 3.4vw;
        margin-left: 25%;
    }

    .main_right_bottom_7th {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: -2%;
        margin-top: 12%;
        width: 73%;
    }
    .con3_items {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        right: 5%;
        bottom: -27%;
        width: 19%;
    }
    .con1_absol_2nd {
        width: 31.6337%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 3%;
        border-radius: 50%;
        border: 1px solid #00000029;
        position: relative !important;
    }
    .con1_absol_3rd {
        width: 31.6337%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 3%;
        display: none;
    }

    .con1_top {
        width: 63.6337%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con1_absol_2nd {
        width: 63.6337%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: unset;
        border-radius: 50%;
        border: 1px solid #00000029;
        position: relative !important;
    }

    .con1_absol_2nd_1st p> span {
        font-size: 10vw;
    font-family: pretendard variable;
    font-weight: 800;
    }
    .con1_absol_2nd_2nd p> span {
        font-size: 10vw;
    font-family: pretendard variable;
    font-weight: 800;
    }
    .con1_absol_2nd_3rd p> span {
        font-size: 10vw;
    font-family: pretendard variable;
    font-weight: 800;
    }
    .con1_absol_2nd_1st p {
        font-size: 4.5vw;
    font-family: pretendard variable;
    font-weight: 400;
    }
    .con1_absol_2nd_1st_desc {
        font-size: 3.2vw !important;
        font-font: pretendard-light;
        white-space: nowrap;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con1_absol_2nd_1st {
        top: 12%;
        text-align: center;
        width: 49%;
    }
    .con1_absol_2nd_3rd {
        top: 68%;
        text-align: center;
        width: 49%;
    }
    .con1_absol {
        width: 44.901%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        bottom: 52%;
    }
    .bcon1_22 {
        width: 9%;
        right: 16%;
        bottom: 75%;
    }
    .con1_absol_2nd_2nd p {
        font-size: 4.5vw;
    font-family: pretendard variable;
    font-weight: 400;
    }
    .con1_absol_2nd_3rd p {
        font-size: 4.5vw;
    font-family: pretendard variable;
    font-weight: 400;
    }
    .con1_absol_2nd {
        width: 63.6337%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: unset;
        border-radius: 50%;
        border: 1px solid #00000029;
        position: relative !important;
        margin-top: -3%;
    }
    .main_mid_title {
        font-size: 3.7vw !important;
    }
    .con2_top {
        width: 27%;
        margin-top: 7%;
    }
    .con2_top_absol {
        width: 13.31555%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -18%;
        top: 7%;
    }
    .con2_top_line {
        width: 96%;
        bottom: -5%;
        border-bottom: 1px solid black;
        left: 0;
    }
    .main_small_title {
        font-family: Pretendard-light;
        font-size: 3.1vw !important;
        line-height: 4.7vw !important;
    }
    .con2_absol {
        position: relative !important;
        text-align: center;
        margin-top: 4%;
    }
    .con2_top_2nd {
        width: 34%;
        margin-top: 10%;
    }
    .con2_top_2nd_absol {
        width: 11.31555%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -15%;
        top: 7%;
    }
    .con2_top_2nd_line {
        width: 99%;
        bottom: -13%;
        border-bottom: 1px solid black;
        left: 0;
    }
    .con2_mid {
        width: 97%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .con2_mid_item {
        width: 48.8457%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con2_absol {
        top: 12%;
        right: unset;
    }

    .main_top_2_absol{
        color: white;
        width: 72%;
        font-size: 3.7vw;
        text-align: center;
    }

    .con3_top_absol {
        width: 2.824922%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 10%;
        right: 23.5%;
    }
    .con3_top_2nd {
        width: 72%;
        font-size: 10vw;
        color: white;
    font-family: pretendard variable;
    font-weight: 700;
        margin-top: 3%;
        z-index: 1;
        text-align: center;
    }
    .con3_top_3rd_1st_absol_2nd {
        width: 35.2871%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -6%;
        left: 1%;
    }
    .con3_top_3rd_1st_absol_3rd {
        width: 79.2574%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 9%;
        left: 1%;
    }
    .con3_top {
        color: white;
        margin-top: 15%;
        width: 72%;
        font-size: 3.7vw;
        text-align: center;
    }

    .con4_top {
        width: 41.09901%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 14%;
        margin-left: 0;
    }
    .con4_top_2nd {
        width: 72%;
        font-size: 11vw;
    font-family: pretendard variable;
    font-weight: 700;
        margin-top: 3%;
        z-index: 1;
        margin-bottom: 9%;
        text-align: center;
    }

    .con4_absol_2nd {
        width: 84%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 0%;
        bottom: 5%;
        position: relative !important;
        margin-right: -17%;
    }

    .con5_absol {
        width: 54.0792%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        left: -16%;
        top: 6%;
    }
    .con5_absol_2nd {
        width: 41.495%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0;
        top: 13%;
        z-index: 1;
    }
    .con5_top_absol {
        width: 17.92079%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        right: 48%;
        transform: translateY(-39%);
    }
    .con5_top_title_con {
        margin-left: 55%;
        padding-bottom: 1.8%;
    }
    .con5_top_item {
        padding-bottom: 1.8%;

        margin-left: 110%;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.47);
        margin-top: 2%;
    }
    .con5_absol_2nd {
        width: 40.495%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -12%;
        top: 9%;
        z-index: 1;
    }
    .con5_absol {
        width: 59.0792%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        left: -29%;
        top: 8%;
    }
    .con1_absol {
        width: 44.901%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        bottom: 55%;
    }
    .con3_top_3rd_1st_absol_top {
        width: 24.6659%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con3_top_3rd_1st_absol_top_2nd {
        text-align: center;
    font-family: pretendard variable;
    font-weight: 700;
        font-size: 4.1vw;
        margin-top: 4%;
    }

    .con3_top_3rd_1st_absol_top_3rd {
        text-align: center;
        font-family: pretendard-light;
        font-size: 2.8vw;
        line-height: 4.3vw;
        margin-top: 3%;
    }
    .con4_top {
        width: 22.09901%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 14%;
        margin-left: 0;
    }
    .con3_top_3rd_1st_item{
        width: 20.5823% !important;
    }
    .con3_top_3rd_1st {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-direction: column;
        padding-top: 16%;
        padding-bottom: 20%;
    }
    .con3_top_3rd_1st {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-direction: column;
        padding-top: 39%;
        padding-bottom: 4%;
        margin-top: -11%;
        margin-bottom: 8%;
    }
    .con3_top_3rd_1st_item_1 {
        width: 14.5823%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 30%;
        top: 27%;
    }
    .con3_top_3rd_1st_item_2 {
        width: 14.5823%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 2%;
        top: 43%;
    }
    .con3_top_3rd_1st_item_3 {
        width: 14.5823%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 19%;
        left: 2%;
    }
    .con3_top_3rd_1st_item_4 {
        width: 14.5823%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 1%;
        left: 24%;
    }
    .con3_top_3rd_1st_item_1 {
        width: 14.5823%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 24%;
        top: 28%;
    }

    .con3_top_3rd_1st_item_5 {
        width: 14.5823%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 1%;
        right: 24%;
    }
    .con3_top_3rd_1st_item_6 {
        width: 14.5823%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 19%;
        right: 2%;
    }

    .con3_top_3rd_1st_item_7 {
        width: 14.5823%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 2%;
        top: 43%;
    }

    .con3_top_3rd_1st_item_8 {
        width: 14.5823%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 24%;
        top: 28%;
    }
    
    
    
    .con5_absol {
        width: 59.0792%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        left: -29%;
        top: 8.5%;
    }
     .con5_absol_2nd {
        width: 42.495%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -2%;
        top: 9%;
        z-index: 1;
    }   
        .bcon1_22 {
        width: 9%;
        right: 11%;
        bottom: 75%;
    }
    
    
    .main_top_2nd {
        justify-content: flex-start !important;
        align-items: flex-start !important;
        flex-direction: column;
    }
    
    .main_left {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: unset;
        overflow: hidden;
        position: relative;
        margin-left: 0;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
        .bcon1_08 {
        width: 100% !important;
        margin-left: 0;
    }
    
.main_left_items > div {
    width: 40.4686%;
    display: flex;
    justify-content: center;
    align-items: center;
}
        .main_left_items {
        width: 95% !important;
        left: -16%;
        top: 16%;
        flex-direction: column-reverse !important;
        height: 76%;
        display: flex;
        justify-content: space-between !important;
    }
        .main_right {
        width: 100% !important;
    }
    
    .main_right_top {
        width: 68.168%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
        margin-bottom: 12%;
        margin-right: -45%;
    }
    .main_right {
    display: flex;
    justify-content: center;
    height: unset;
    align-items: center;
}
    .main_right_bottom p{
        text-align: center;
    }
        .main_right_bottom_3rd {
        width: 37%;
    }
        .main_right_bottom_4rd {
        width: 41%;
    }
    .main_right_bottom_3rd_line{
        width: 100%;
    }
    .main_right_bottom_4th_line {
        width: 100%;
    }
    .main_right_bottom_6th {
        width: 100%;
    font-family: pretendard variable;
    font-weight: 400;
        font-size: 3.4vw;
        margin-left: 0;
    }
    .bcon1_18 {
    width: 5%;
    left: 59%;
    bottom: 16%;
}
    .con1_absol_2nd_1st_desc{
        margin-left: 0 !important;
    }
    .con2_top_2nd {
        width: 35%;
        margin-top: 10%;
        white-space: nowrap;
    }
    .con2_mid_item{
        width: 68.8457%;
        display: flex;
        justify-content: center;
        align-items: center;        
    }
    
    .main_mid_title {
        font-size: 4.7vw !important;
    }
        .con2_top {
        width: 35%;
        margin-top: 7%;
    }
    .con2_top_2nd {
        width: 44%;
        margin-top: 10%;
        white-space: nowrap;
    }
    .con2_top {
        width: 34%;
        margin-top: 7%;
        white-space: nowrap;
    }
        .con3_top {
        color: white;
        margin-top: 28%;
        width: 72%;
        font-size: 3.7vw;
        text-align: center;
    }
    .con3_top_2nd {
        width: 72%;
        font-size: 10vw;
        color: white;
    font-family: pretendard variable;
    font-weight: 700;
        margin-top: 3%;
        z-index: 1;
        text-align: center;
        margin-bottom: -15%;
    }
    .main_top_1 {
        width: 49.9307%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 27%;
        margin-left: 0px;
    }
    .main_right_bottom_7th {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: 0;
        margin-top: 12%;
        width: 73%;
    }
        .con5_absol_2nd {
        width: 42.495%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -2%;
        top: 9%;
        z-index: 1;
        display: none;
    }
    .con5_top_title_con {
        margin-left: 0;
        padding-bottom: 1.8%;
        text-align: center;
    }
    
        .con5_top_item {
        padding-bottom: 1.8%;
        margin-left: 0;
        width: 100%;
        border-bottom: 1px solid rgb(0 0 0 / 0%);
        margin-top: 2%;
        text-align: center;
    }
    .con5_top_title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.17);
    margin-top: 4%;
}
        .con5_top_absol {
        width: 17.92079%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        right: unset;
        transform: translateY(-65%);
    }
        .con5_absol {
        width: 59.0792%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        left: -29%;
        top: 19.7%;
    }
    .con4_absol {
        width: 88.6139%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 0;
        bottom: 7%;
    }
    .con5_top {
        margin-top: 8%;
    }
    .con5_absol {
        width: 59.0792%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        left: -29%;
        top: 20.6%;
    }
    .con3_video_con {
        top: 17%;
        width: 75vw;
        height: 44vw;
        left: unset;
        border-radius: 30px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 5;
        position: relative !important;
        margin-top: 21%;
    }
    .bcon1_22 {
        max-width: 6%;
        right: -16%;
        bottom: 75%;
    }    
    

        .con3_video_con {
        top: 17%;
        width: 87vw;
        height: 51vw;
        left: unset;
        border-radius: 15px;
        overflow: hidden;
        display: flex
;
        justify-content: center;
        align-items: center;
        z-index: 5;
        position: relative !important;
        margin-top: 21%;
    }
    
    
}
