/* 모든 스타일은 css 충돌방지를 위해 .story을 기준으로 작성 하시면 됩니다. 예) .story .box {} */
  .container{display:none}
  
@import url("https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.css");
* {
    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%;
    width: 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;
}


.poppins-thin {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: normal;
    letter-spacing: -0.04vw;

}

.poppins-extralight {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: normal;
    letter-spacing: -0.04vw;

}

.poppins-light {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: -0.04vw;

}

.poppins-regular {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.04vw;

}

.poppins-medium {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: -0.04vw;

}

.poppins-semibold {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: -0.04vw;
}

.poppins-bold {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -0.04vw;

}

.poppins-extrabold {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
    letter-spacing: -0.04vw;

}

.poppins-black {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: normal;
    letter-spacing: -0.04vw;

}

.poppins-thin-italic {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: italic;
    letter-spacing: -0.04vw;

}

.poppins-extralight-italic {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: italic;
    letter-spacing: -0.04vw;

}

.poppins-light-italic {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: italic;
    letter-spacing: -0.04vw;

}

.poppins-medium-italic {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: -0.04vw;

}

.poppins-semibold-italic {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: italic;
    letter-spacing: -0.04vw;

}

.poppins-bold-italic {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: italic;
    letter-spacing: -0.04vw;

}

.poppins-extrabold-italic {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: italic;
    letter-spacing: -0.04vw;

}

.poppins-black-italic {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: italic;
    letter-spacing: -0.04vw;

}



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 rotate_img10deg {

    0% {
        transform: rotate(10deg);
    }
    49% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    99% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(10deg);
    }
}



@keyframes ani_scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.1, 0.01, 0.01, 1.2, 0, 0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes blk {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    31% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk2 {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk3 {
    0% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes scaleOpa {
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes scaleOpa2 {
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes ball {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: 20px;
    }
}
@keyframes ddm {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.15, 0.01, 0.01, 1.15, 0, 30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_imageY {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ddm2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2X {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2Xhalf {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: scale(1.02);
    }
}

@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes uitLineMove {
    0% { stroke-dashoffset: 300.292; }
    100% { stroke-dashoffset: 110; }
}

@keyframes hand {
    0% {
        transform: translateY(-0.5%);
    }

    25% {
        transform: translateY(1%);
    }

    50% {
        transform: translate(0.5%, -1%);
    }

    75% {
        transform: translate(1%, 0.5%);
    }

    100% {
        transform: translate(1%, -1%);
    }
}

@keyframes hand2 {
    0% {
        transform: translateY(2%);
    }

    25% {
        transform: translateY(-1%);
    }

    50% {
        transform: translate(-1%, 2%);
    }

    75% {
        transform: translate(2%, 1%);
    }

    100% {
        transform: translateY(2%);
    }
}
@keyframes bg-position {
    0% {
        background-position: bottom;
    }
    25% {
        background-position: center;
    }
    50% {
        background-position: inherit;
    }
    75% {
        background-position: center;
    }
    100% {
        background-position: bottom;
    }
}
@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.2;
    }
    25% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 1;
    }
    50% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    75% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    100% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0.2;
    }
}

@keyframes light {
    0%, 31%, 34%, 39%, 42%, 47% {
        opacity: 0;
    }
    5%, 30%, 35%, 38%, 43%, 46% {
        opacity: 0.4;
    }
    50%, 55%, 60%, 67%, 51%, 54%, 68%, 100% {
        opacity: 1;
    }
    70% {
        opacity: 0.2;
    }
}
@keyframes marqueeX {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes marqueeY {
    from { transform: translateY(0); }
    to { transform: translateY(-100%); }
}
@keyframes fall {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(240deg) rotateY(400deg) rotateZ(310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes fall2 {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(-240deg) rotateY(-400deg) rotateZ(-310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes backgroundchange {
    0% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }

    25% {
        background: url(/images/con11_08.png) no-repeat center / contain;
    }

    50% {
        background: url(/images/con11_09.png) no-repeat center / contain;
    }

    75% {
        background: url(/images/con11_10.png) no-repeat center / contain;
    }

    100% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }
}
@keyframes opa {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes backgroundchange_2 {
    0% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }

    20% {
        background: url(/images/con08_08.png) no-repeat center / contain;

    }

    40% {
        background: url(/images/con08_09.png) no-repeat center / contain;

    }

    60% {
        background: url(/images/con08_10.png) no-repeat center / contain;

    }

    80% {
        background: url(/images/con08_11.png) no-repeat center / contain;

    }
    100% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}

.main_small_title{
    font-family: "Pretendard variable";
    font-weight: 300;
    font-size: 1vw;
    line-height: 1.6vw;
    letter-spacing: -0.04vw;
}
.main_small_title_suit{
    font-family: "SUIT Variable";
    font-weight: 300;
    font-size: 0.95vw;
    line-height: 1.4vw;
    letter-spacing: -0.04vw;
}
.bold_suit{
    font-family: "SUIT variable";
    font-weight: 800;
    letter-spacing: -0.04vw;

}
.white{
    color: white;
}
.blue{
    color: #3235cd;
}






.main_top{
    padding-bottom: 3.7%;
}

.main_top_1{
    margin-top: 14%;
    overflow: hidden;
    width: 12.7559%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_top_1_2nd{
    width: 79%;
    margin-top: 1.4%;
    font-size: 1.4vw;
    overflow: hidden;
    font-weight: 500;
    font-family: "SUIT Variable";
    text-align: center;
}
.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: 16%;
    margin-right: -6%;
    font-size: 9.5vw;
    line-height: 7.5vw;
    white-space: nowrap;
}
.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{
    background-color: white;
    box-shadow: 0 -0.5vw 11vw rgba(0, 0, 0, 0.08);
}
.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_top_2nd{
    box-shadow: 0 -0.5vw 1vw rgba(0, 0, 0, 0.08);
    overflow: hidden;

}
.main_right_bottom_2nd{
    width: 57%;
    font-family: pretendard-bold;
    font-size: 3.6vw;
    margin-top: 7%;
    margin-bottom: 4%;
    overflow: hidden;
}
.main_right_bottom_3rd{
    width: 57%;
    font-family: pretendard-medium;
    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-medium;
    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-regular;
    font-size: 1.4vw;
}

.main_top_1_2nd {
    width: 79%;
    margin-top: 1.4%;
    font-size: 1.5vw;
    overflow: hidden;
    font-weight: 500;
    font-family: "SUIT Variable";
    text-align: center;
}
.tab-menu {
    display: flex;
    border-bottom: 1px solid #ddd;
}
.tab {
    cursor: pointer;
    background-color: #eee;
    color: #bbb;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}
.tab._on {
    background-color: black;
    color: white;
}

.tab-menu {
    display: flex
;
    border-bottom: 1px solid #ddd;
    width: 15%;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.tab {
    cursor: pointer;
    background-color: #e7e7ff;
    color: white;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
    width: 33.33%;
    height: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tab p{
    font-size: 1vw;
}

.main_top_1 {
    margin-top: 13%;
    overflow: hidden;
    width: 20.7559%;
    display: flex
;
    justify-content: center;
    align-items: center;
    font-size: 3.7vw;
}
.main_top_1_2nd {
    margin-top: 0.4%;
}
.bg_line_1{
    height: 119%;
    left: 16.666%;
    border-left: 1px solid #e5e7eb;
}
.bg_line_2{
    height: 100%;
    left: 33.333%;
    border-left: 1px solid #e5e7eb;
}
.bg_line_3{
    height: 119%;
    left: 50%;
    border-left: 1px solid #e5e7eb;
}
.bg_line_4{
    height: 100%;
    left: 66.6666%;
    border-left: 1px solid #e5e7eb;
}
.bg_line_5{
    height: 119%;

    left: 83.333%;
    border-left: 1px solid #e5e7eb;
}

.main_right_bottom_5th {
    width: 61%;
    font-size: 1vw;
    line-height: 1.7vw;
    margin-top: 6%;
    margin-bottom: 13%;
    font-family: pretendard-light;
    margin-left: 3%;
}
.main_right_bottom {
    background-color: white;
    box-shadow: 0 -0.5vw 11vw rgba(0, 0, 0, 0.08);
}
.main_right_bottom_3rd_line {
    width: 46.6%;
    border-bottom: 2px solid black;
    top: 101%;
}
.main_right_bottom_4th_line {
    width: 62.6%;
    border-bottom: 2px solid black;
}


.main_right_top .char {
    filter: blur(0px);
    opacity: 1;
    transition: filter 0.3s ease, opacity 0.3s ease;
}

.main_right_top .char.blur {
    filter: blur(0.4vw);
}
.main_right_bottom_6th {
    width: 82%;
    font-family: pretendard-regular;
    font-size: 1.4vw;
    margin-left: 24%;
    margin-top: -8%;
}
.about_top{
    width: 2.78215%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9%;
}
.about_top_2nd{
    font-size: 2.6vw;
    text-align: center;
    margin-top: 5%;
}
.about_top_3rd{
    text-align: center;
    margin-top: 1.4%;
}

.about_top_4th_center_ab{
    width: 50.3043%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 36%;
}
.about_top_4th_center_ab_2{
    top: 50%;
    text-align: center;
    font-weight: 600;
}


.about_top_4th_center_ab_3 {
    position: absolute;
    top: 76% !important;
    opacity: 1;
    width: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1vw;
    height: 3vw;
    background: black;
    border-radius: 1vw;
    color: white;
    overflow: hidden;
    width: 1.7vw;
}
.about_top_4th_center_ab_3_hv{
    background: #3235cd;
    height: 100%;
    transition: 0.3s all;
    left: -100%;
}
.about_top_4th_center_ab_3:hover .about_top_4th_center_ab_3_hv{
    left: 0;
}
.about_top_4th_center_ab_3 a{
    transition: 0.3s all;
    z-index: 2;
}
.about_top_4th{
    margin-top: 5%;
    margin-bottom: 7%;
}
.about_bt{
    bottom: 0;
}
.about_top_4th_center{
    width: 25.8793%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_top_4th_left{
    width: 25.8793vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    height: 25.8793vw;
    border: 1px solid black;
    right: 60%;
}
.about_top_4th_right{
    width: 25.8793vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    height: 25.8793vw;
    border: 1px solid black;
    left: 60%;

}

.about_top_4th_left_ab {
    width: 35.9026%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 36%;
}

.about_top_4th_right_ab {
    width: 41.9878%;
    display: flex
;
    justify-content: center;
    align-items: center;
    top: 36%;
}


div.con08_menu {
    width: 100%;
    height: 29vw;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con08_menu{
    align-items: flex-start !important;
    height: 31vw;
}

.swiper-slide div{
    width: 100% !important;
}
.con08_menu_wrap_ab{
    top: 0;
    width: 14.3vw;
    height: 14.3vw;
    background: #e7e7ff;
    z-index: 2;
    left: 14.3%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_menu_wrap_ab_ab{
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_menu_wrap_ab_ab_ab{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.con08_menu_wrap_ab_2{
    bottom: 0;
    width: 14.3vw;
    height: 14.3vw;
    background: #e7e7ff;
    z-index: 2;
    right: 14.3%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_menu_wrap_ab_2_ab{
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_menu_wrap_ab_2_ab_ab{
    width: 18.75%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_menu_wrap{
    background: #e7e7ff;
}
.con8_menu_wrap_bottom{
    background: #e7e7ff;
}
.con8_menu_wrap_bottom_top{
    width: 6.29921%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    margin-bottom: 9%;
    margin-left: 50%;
}
.con8_menu_wrap_bottom .about_top_4th_center_ab_3{
    top: 34% !important;
    right: 18%;
}




.about .con5_top_title{
    width: 100%;

}
.about .con5_top_item{
    padding-bottom: 0.8%;
    margin-left: 124%;
    width: 100%;
    margin-top: 1%;
}
.about .con5_top_title_con{
    margin-left: 62%;
    padding-bottom: 0.8%;

}
.about .con5_top_absol{
    width: 7.92079%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 39%;
    transform: translateY(-39%);
}
.about .con5_top{
    margin-top: 5%;
}
.about .con5{
    padding-top: 8%;
    padding-bottom: 6%;
}
.about .con5_absol_2nd{
    width: 35.495%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 14%;
    z-index: 1;
}
.about .con5_absol{
    width: 42.0792%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    left: 0;
    top: 6%;
}

.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;
}

.con5_absol {
    top: 4.6%;
}
.about .con5_top_title {
}
.about .con5_top_item {
}
.con5_top_absol {
    width: 7.92079%;
    display: flex
;
    justify-content: center;
    align-items: center;
    top: 0;
    right: unset;
    transform: translateY(-39%);
    font-size: 3vw;
    left: 50%;
}
.con5_top_title {
    border-bottom: unset;
}
.con5_top_item {
    border-bottom: unset;
}
.con5_top_title_con {
    margin-left: 66.7%;
    padding-bottom: 0.8%;
}
.con5_top_item {
    padding-bottom: 0.8%;
    margin-left: 133.5%;
}
.con5_absol {
    width: 42.0792%;
    display: flex
;
    justify-content: flex-start;
    align-items: center;
    z-index: 1;
    left: 16.6667%;
    top: 4.5%;
    text-align: left;
    font-size: 5vw;
    font-weight: 750;
    line-height: 5.4vw;
}
.about .con5 {
    padding-top: 36%;
    padding-bottom: 6%;
}
.con5_absol {
    top: 10.5%;
}
.con5_ab{
    width: 2.93963%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 7%;
    left: 16.6666%;
}
.con5_ab_2nd{
    width: 51.2336%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 4%;
    right: 0%;
}
.con5_ab_3rd{
    width: 19.6325%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 83.333%;
    top: 18%;
}
.con5_ab_3rd_ab{
    width: 99.4652%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    left: 100%;
    bottom: -1.3%;
}









.con6 .con3_1{
    left: 0;
}
.con6{
    background: #3235cd;

}
.con6_top{
    font-size: 2.7vw;
    margin-top: 10%;
}
.con6_top_2nd{
    font-size: 1.5vw;
    font-weight: 500;
    margin-top: 1%;
}
.con6 .con3_1_top {
    font-size: 1vw;
    margin-top: 46%;
    color: white;
}

.con6{
    width: 100% !important;
    left: unset !important;
}
.con6_blur_con_left{
    left: 0;
    transform: scaleX(-1);
    width: 30.0262%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}
.con6_blur_con_right{
    right: 0;
}
.con6_blur_con_right{
    width: 30.0262%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}


.con6{
    padding-bottom: 7%;
}
.con6_blur_con_left {
    bottom: 0%;
}
.con6_blur_con_right{
    bottom: 0%;
}

.con10_swiper_y_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    pointer-events: none;
    margin-top: 4.8%;
}

.con10_swiper_y_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    pointer-events: none;
    margin-top: 2%;
    margin-bottom: -3%;
}


.con6 .con3_1_top {
    font-size: 1vw;
    margin-top: 46%;
    color: white;
    position: absolute;
    left: 16.666%;
}
.con6 .con3_1 {
    left: 0;
    height: 2vw;
    top: -37%;
}


.works_con{
    background: #3335cd;
    overflow:hidden;
}
.works_top{
    margin-top: 10%;
    font-weight: 700;
    border-bottom: 0.15vw solid white;
}
.works_top_2nd{
    font-size: 4vw;
    font-weight: 800;
    margin-top: 3%;
}
.works_top_3rd{
    text-align: center;
    margin-top: 2%;
}
.con3_video_con{
    width: 94%;
    overflow: hidden;
    height: 33vw;
    border-radius: 2vw;
    margin-top: 7%;
}
.con3_video_con iframe{
    height: 114%;
    width: 71%;
}
.works_ab{
    top: -36%;
    writing-mode: sideways-lr;
    font-size: 10vw;
    left: 10%;
    line-height: 7.5vw;
    overflow: hidden;
    mix-blend-mode: overlay;
    opacity: 0.3;
}
.works_ab_2{
    top: 33%;
    writing-mode: sideways-rl;
    font-size: 10vw;
    right: 10%;
    line-height: 7.5vw;
    overflow: hidden;
    mix-blend-mode: overlay;
    opacity: 0.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-bold;
    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_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;
}@keyframes rotate_image1 {
     0% {
         transform: rotate(0);
     }
     100% {
         transform: rotate(360deg);
     }
 }


.con3_top_3rd_1st_item_absol{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    bottom: 0;
}
.works_con_top_4th{
    margin-bottom: 6%;
}
.works_con_top_4th_item{
    background: white;
    border-radius: 1.6vw;
    width: 19%;
    height: 10vw;
    margin: 0 1%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.works_con_top_4th_item_1_top{
    width: 28.1768%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -7%;
    left: 16%;
}
.works_con_top_4th_item_2_top{
    top: -7%;
    left: 16%;
    width: 17.1271%;
    display: flex;
    justify-content: center;
    position: absolute;
    align-items: center;
}
.works_con_top_4th_item_3_top{
    top: -7%;
    left: 16%;
    width: 33.4254%;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
}
.works_con_top_4th_item_top_2nd{
    font-size: 1.4vw;
    width: 62%;
    margin-top: 13%;
}
.works_con_top_4th_item_top_3rd {
    margin-top: 3%;
    width: 62%;
    white-space: nowrap;
}
.works_con_top_5th_top{
    width: 1.52231%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    margin-left: -64%;
}
.works_con_top_5th_top_ab{
    white-space: nowrap;
    left: 146%;
    font-size: 1.5vw;
    border-bottom: 0.15vw solid;
}
.works_con_top_5th_top_2nd {
    flex-wrap: wrap;
    width: 68%;
    margin-top: 5%;
}
.works_con_top_5th_top_2nd_item{
    width: 28%;
    height: 11.3vw;
    border-radius: 2vw;
    box-shadow: 0 -0.5vw 6vw rgba(0, 0, 0, 0.02);
    border: 1px solid #00000021;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin: 1%;
}
.works_con_top_5th_top_2nd_item_top{
    font-size: 1.2vw;
    font-weight: 600;
    width: 65%;
    margin-top: 9%;
}
.works_con_top_5th_top_2nd_item_top_2nd{
    width: 66%;
    font-size: 1.5vw;
    margin-top: 2%;
}
.works_con_top_5th_top_2nd_item_top_3rd{
    width: 66%;
    margin-top: 4%;
}
.team_top {
    height: 34vw;
}
.team_top_item{
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
     flex-direction: column;
}
.team_top_item_left{
    background: url(/images/ccon1_02.jpg) no-repeat center / cover;
}
.team_top_item_right{
    background: url(/images/ccon1_03.jpg) no-repeat center / cover;
}
.team_top_item_1{
    font-size: 3.5vw;
    line-height: 3.5vw;
    top: 25%;
    position: absolute;
}
.team_top_item_2{
    text-align: right;
    font-size: 3.5vw;
    line-height: 3.5vw;
    top: 25%;
    position: absolute;
}
.team_top_ab{
    z-index: 2;
    text-align: right;
    bottom: 15%;
    right: 16%;
}
.team_top_ab .bold_suit{
    border-bottom: 0.2vw solid;
}
.team_top .about_top_4th_center_ab_3{
    z-index: 2;
    right: 13%;
    background: white;
    color: black;
}
.team_top  .about_top_4th_center_ab_3_hv{
    background: black;
}
.team_top .about_top_4th_center_ab_3:hover{
    color: white;

}



.team_top_2nd_top{
    width: 2.51968%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
}
.team_top_2nd_top_2nd{
    width: 1.46982%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1.2%;
}
.team_top_2nd_top_3rd{
    width: 9.55381%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
}
.team_top_2nd_top_4th{
    text-align: center;
    margin-top: 2%;
    font-size: 1.4vw;
}
.team_top_2nd_top_4th_top{
    border-bottom: 0.2vw solid black;
}
.team_top_2nd_top_4th_bottom{
    border-bottom: 0.2vw solid black;

}
.team_top_2nd_top_5th{
    width: 44.7769%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -4%;
    margin-right: -80%;
}
.team_top_2nd_top_6th{
    width: 44.8819%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    margin-left: -87%;
}

.team_top_2nd_top_ab{
    left: 16.666%;
    overflow: hidden;
    width: 73%;
    font-size: 10.5vw;
    top: 44%;
}
.team_top_2nd_top_ab_2nd{
    right: 16.666%;
    overflow: hidden;
    width: 73%;
    font-size: 10.5vw;
    top: 58%;
    text-align: right;
}

.team_top_2nd_top_4th {
    text-align: center;
    margin-top: 2%;
    font-size: 1.4vw;
    font-weight: 400;
    line-height: 2.3vw;
}






.con3_top_1st_p{
    position: relative;
}
.con3_top_1st_p::after{
    content: '';
    position: absolute;
    width: 0.7vw;
    height: 0.7vw;
    background: #3235cd;
    border-radius: 50%;
    bottom: 10%;
}

.con3_top{
    border-bottom: 1px solid #e9e9ff;
    box-sizing: border-box;
}
.con3_top_1st{
    width: 65%;
}
.con3_top_2nd{
    width: 65%;

}


.ccon2_mid_prev {
    left: 15% !important;
    top: 40% !important;
    font-size: 0.8vw !important;
    width: 3vw !important;
    height: 3vw !important;
}
.ccon2_mid_next {
    right: 15% !important;
    top: 40% !important;
    font-size: 0.8vw !important;
    width: 3vw !important;
    height: 3vw !important;
}

.con5 .ccon2_mid_prev {
    left: unset !important;
    right: 66.6% !important;

    bottom: 0 !important;
    top: unset !important;

    font-size: 0.8vw !important;
    width: 3vw !important;
    height: 3vw !important;
}
.con5  .ccon2_mid_next {
    right: unset !important;
    left: 66.6% !important;
    bottom: 0 !important;
    top: unset !important;
    font-size: 0.8vw !important;
    width: 3vw !important;
    height: 3vw !important;
}
.swiper-button-prev:after, .swiper-button-next:after {
    display: none;
}


.ccon2_mid_swiper{
    width: 57% !important;
}
.ccon2_mid_slide_con.rltv{
    width: 10vw !important;
    height: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 5px 1px #0000000f;
    background: white;
}
.dcon1_17{
    margin-left: 22%;
    margin-top: 28%;
    width: 50%;
}
.ccon2_mid_slide_con_p{
    font-size: 1vw;
    font-family: pretendard-light;
    color: black;
    top: 12%;
    left: 11%;
    position: absolute;
}
.dcon1_16{
    top: 10%;
    right: 12%;
    width: 10%;
}
.ccon2_mid_swiper{
    width: 50% !important;
    margin-left: 24%;
    margin-top: 1%;
    padding-bottom: 1%;
    padding-top: 1%;
    overflow: hidden;
}
.ccon2_mid_prev {
    left: 17.5% !important;
    top: 74% !important;
    font-size: 0.8vw !important;
    width: 3vw !important;
    height: 3vw !important;
}
.ccon2_mid_next {
    left: 20.4% !important;
    top: 74% !important;
    font-size: 0.8vw !important;
    width: 3vw !important;
    height: 3vw !important;
}
.con3_top {
    padding-top: 4.3%;
    padding-bottom: 4.3%;
}


.con3_items{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    left: 5%;
    top: 14%;
    width: 9.5%;margin-bottom: 3%;
}
.con3_item_2nd{
    width: 96.9255%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -58%;
    margin-bottom: -46%;
}


.con4_con{
    border-radius: 50px;
    width: 90% !important;
    overflow: hidden;
}
.con4_top {
    background: #3235cd;
    padding: 6% 0;
    overflow: hidden;
}
.con4_top_1st{
    width: 8.63586%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-left: -61%;
}

.con4_top_2nd{
    width: 70%;
    margin-top: 4%;
    overflow: hidden;
    margin-bottom: 1%;
}

.con4_top_2nd >p {
    top: 28%;
    color: white;
    left: 19%;
    font-family: 'Pretendard';
    font-size: 3.3vw;
    line-height: 3.4vw;
}
.con4_top_2nd >p > span{
    font-family: 'Pretendard-bold';
}

.con4_top .ccon2_mid_slide_con {
    width: 12vw;
    height: 12vw;
    right: 15%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 5px 1px #0000000f;

}
.container{
    display: none;
}
.dcon1_26{
    top: 10%;
    right: 10%;
    width: 15%;
}
.con4_top_absol_4th{
    width: 15.0363%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 12%;
    top: 14%;
}
.con4_top_3rd{
    background: white;
    padding: 1.7% 0;
}
.con4_top_3rd_item{
    animation: marqueeX 20s infinite linear;
}
.con4_top_3rd .absol{
    right: -100%;
}

.con4_top_4th{
    background: #e9e9ff;
}

.con4_top_4th_item{
    background: white;
    width: 71%;
    border-radius: 40px;
    box-shadow: 1px 1px 5px 1px #0000000f;
    padding: 5% 8%;
    box-sizing: border-box;
    margin-top: 2%;
}

.con4_top_4th_item_title{
    font-size: 1.5vw;
}

.con4_top_4th_item_desc{
    margin-top: 4%;
}
.con4_top_4th_item_title_line{
    width: 31%;
    border-bottom: 1px solid black;
    bottom: 0;
}
.con4_top_4th_item_desc {
    margin-top: 4%;
    font-size: 1vw !important;
}

.con4_top_4th_item_absol{
    right: 5%;
    font-size: 1vw;
    font-family: pretendard-bold;
    top: 20%;
}
.con4_top_4th{
    padding-top: 7%;
    padding-bottom: 7%;
}


.team .con5_top{
    width: 1.43564%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 1%;
}
.team .con5_top_3rd{
    margin-top: 1%;
}
.team .con5_top_3rd_left{
    width: 13.4158%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.4%;
}
.con5_top_3rd_right{
    width: 13.4158%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con5_top_3rd > div:hover .absol{
    opacity: 1;
}
.con5_top_3rd > div > .absol{
    opacity: 0;
}
.con3_item_1st{
    width: 94.8845%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con3_item_3rd{
    width: 76.3201%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dcon1_09_con{
    overflow: hidden;
}
.con2_mid_top_2nd{
    overflow: hidden;
}
.con3_top {
    padding-top: 3.3%;
    padding-bottom: 3.3%;
}
.con3 .con3_top:nth-child(3){
    background: #e9e9ff;
}
.con3 .con3_top:nth-child(6){
    background: #e9e9ff;
}

.con4_top_4th_item_title_line_2nd {
    width: 38%;
    border-bottom: 1px solid black;
    bottom: 0;
}
.con4_top_4th_item_title_line_3rd {
    width: 43%;
    border-bottom: 1px solid black;
    bottom: 0;
}
.con4_con {
    border-radius: 50px;
    width: 80% !important;
    overflow: hidden;
}
.con4_top_absol_2nd{
    animation: ddm_m 5.5s infinite;
}
.con4_top_absol{
    animation: ddm_m 4s infinite;
}
.con4_top_4th_item_title {
    font-size: 1.3vw;
}
.con4_top_4th_item_title_line {
    width: 35%;
    border-bottom: 1px solid black;
    bottom: 0;
}
.con4_top_4th_item_title_line_2nd {
    width: 43%;
    border-bottom: 1px solid black;
    bottom: 0;
}
.con4_top_4th_item_title_line_3rd {
    width: 48%;
    border-bottom: 1px solid black;
    bottom: 0;
}
.ccon2_mid_slide_con_p {
    font-size: 0.85vw;
    font-family: pretendard-light;
    color: black;
    top: 12%;
    left: 11%;
    position: absolute;
}
.main_mid_2nd_title {
    font-size: 2.5vw;
    font-family: Pretendard-extrabold;
}

.ccon2_mid_slide_con_p{
    font-size: 0.75vw;
}
.dcon1_16{
    opacity: 0;
}
.ccon2_mid_slide.swiper-slide-active .dcon1_16{
    opacity: 1;

}

.con4_top .ccon2_mid_slide_con {
    width: 10vw;
    height: 10vw;
}





.works_con_top_5th_top_2nd {
    flex-wrap: wrap;
    width: 68%;
    margin-top: 5%;
    margin-bottom: 5%;
}
.con4_con {
    border-radius: 0px;
    width: 100% !important;
    overflow: hidden;
}

.con4_top_1st {
    width: 8.63586%;
    display: flex
;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-left: -61%;
    font-size: 1vw;
}
.ccon2_mid_slide_con_ab{
    width: 14.1732%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 17%;
    top: 6%;
}
.con4_top_4th_item_title_line_2nd {
    width: 35%;
    border-bottom: 1px solid black;
    bottom: 0;
}

.con4_top_4th_item_title_line {
    width: 28%;
}
.con4_top_4th_item_title_line_3rd {
    width: 39%;
}


.con5_top_3rd_item{
    cursor: pointer;
    width: 17%;
    height: 3.3vw;
    border-radius: 100px;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.3%;
    overflow: hidden;
}
.con5_top_3rd_item p{
    z-index: 5;
    position: relative;
}
.con5_top_3rd_item span {
    position: absolute;
    right: -6%;
}
.con5_top_3rd_item:hover .con5_top_3rd_item_ab{
    right: 0;
}
.con5_top_3rd_item_ab{
    width: 100%;
    height: 100%;
    background: #3235cd;
    transition: 0.4s all;
    right: 100%;
    border-radius: 100px;
    
}
.con5_top_3rd_item span{
    position: absolute;
    right: 8%;
}
.con5_top_3rd_item p{
    width: 72%;
}


.team .con5_top_3rd {
    margin-top: 3%;
    margin-bottom: 7%;
}



.con9{
}
.con9_top{
    font-size: 1.6vw;
    line-height: 2vw;
    text-align: center;
    margin-top: 10.5%;
    margin-bottom: 7%;
}
.con9_bg{
    width: 67.5591%;
    display: flex;
    justify-content: center;
    align-items: center;
}









.con25_mid{
    width: 71%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 3%;
}
.con25_mid_top {
    width: 75%;
    margin-top: 5%;
    justify-content: space-between !important;
}
.con25_mid_top_2nd{
    width: 75%;
    margin-top: 3%;
    justify-content: center;
}
.con25_mid_top input {
    width: 31%;
    font-family: Pretendard-regular;
    /*    color: #0064de;*/
    font-size: 1vw;
    padding-bottom: 1%;
    background: transparent;
    box-sizing: border-box;
    padding-left: 1%;
    outline: none;
    border: none;
    border-bottom: 1px solid #a2b3ca;
}
.con25_mid_top input::placeholder{
    font-family: Pretendard-regular;
    outline: none;
    border: none;
    color: black;
}


.con25_mid_top_2nd input {
    width: 100%;
    font-family: Pretendard-regular;
    color: black;
    font-size: 1vw;
    padding-bottom: 1%;
    box-sizing: border-box;
    padding-left: 1%;
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #a2b3ca;
}
.con25_mid_top_2nd input::placeholder{
    font-family: Pretendard-regular;
    outline: none;
    border: none;
    color: black;
}
.form_agree_check {
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 0;
    background: transparent;
    color: transparent;
    border: none;
    border: 1px #a2b3ca solid;
    appearance: none;
    border-radius: 50%;
}
.form_submit{
    font-family: pretendard-bold;
    color: white;
    background: #0064de;
    padding: 1% 5%;
    font-size: 1.5vw;
    cursor: pointer;
}
.form_agree_span {
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: black;
}
.form_agree{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26%;
    margin-top: 4%;
    margin-bottom: 3%;
    margin-left: 60%;
}
.form_submit {
    color: white;
    background: #0064de;
    padding: 1.4% 10%;
    font-size: 1vw;
    margin-bottom: 10%;
    margin-top: 2%;
    border-radius: 40px;
}


.form_agree_check:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: url(/images/4_con03_11.png) center / 86% no-repeat;
    color: unset !important;
}
.con25_mid {
    width: 78%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 3%;
    border-radius: 23px 23px 0 0;
    background: #f3f8ff;
}
.con25_mid_top{
    width: 70% !important;
}
.con25_mid_top_2nd{
    width: 70% !important;
}
.form_agree_span {
    font-size: 0.85vw;
    font-family: Pretendard-regular;
    color: black;
}

.form_agree_check:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: url(/images/4_con03_11.png) center / 86% no-repeat;
    color: unset !important;
}

.con25_mid {
    margin-top: 0%;
}

.con25_mid{
    width: 67%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 3%;
    border-radius: 23px 23px 0 0;
    background: transparent;
    z-index: 1;
}
.con9_top {
    margin-bottom: 0;
}
.con25_mid_top input {
    width: 21%;
    font-family: Pretendard-regular;
    color: white !important;
    font-size: 1vw;
    padding-bottom: 1%;
    background: transparent;
    box-sizing: border-box;
    padding-left: 1%;
    outline: none;
    border: none;
    border-bottom: 1px solid white;
}
.con25_mid_top {
    width: 94% !important;
}
.con25_mid_top input::placeholder{
    color: white !important;
}
.form_agree_span {
    font-size: 0.85vw;
    font-family: "SUIT Variable";
    color: white;
}

.form_submit {
    color: white;
    background: black;
    padding: 1.8% 2%;
    font-size: 1vw;
    margin-bottom: 9%;
    margin-top: 1%;
    border-radius: 15px;
    width: 16%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 2vw;
}
.form_submit >p{
    z-index: 3;
}
.form_submit_ab{
    right: 5%;
    font-size: 1.5vw;
    z-index: 3;
}
.form_submit:hover .con3_3_top_2nd_hv{
    left: 0;

}
.form_submit .con3_3_top_2nd_hv{
    background: black;
    height: 100%;
    transition: 0.3s all;
    left: -100%;
    bottom: unset;
}
.con9_top_3rd{
    font-size: 0.9vw;
    opacity: 0.3;
    margin-bottom: 5%;
    margin-top: -2%;
}
.form_agree {
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 26%;
    margin-top: 2%;
    margin-bottom: 3%;
    margin-left: 60%;
}
.con25_mid_top {
    width: 75%;
    margin-top: 4%;
    justify-content: space-between !important;
}
.con9_bg {
    width: 68.5591%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}


.con25_mid_top {
    width: 81% !important;
}
.con25_mid_top input {
    width: 27%;
}
.con9_top {
    font-size: 1.8vw;
    line-height: 2vw;
    text-align: center;
    margin-top: 10.5%;
    margin-bottom: 7%;
}

.con9_top {
    font-size: 1.8vw;
    line-height: 2vw;
    text-align: center;
    margin-top: 10.5%;
    margin-bottom: 0;
}
.con9_top_2nd{
    font-size: 1.3vw;
    margin-top: 1.3%;
}

.con9_bg {
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    bottom: 0;
}
.con9_scr_y{
    font-size: 7vw;
    writing-mode: sideways-lr;
    left: 7%;
    top: 0%;
}
.con9_scr_y_2{
    font-size: 7vw;
    writing-mode: sideways-rl;
    right: 7%;
    bottom: 0%;
}

.con9_scr_y_bg{
    width: 21.3123%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 1%;
}

.con9_scr_y_bg_2{
    width: 21.3123%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: -6.1%;
}

.con9_scr_x{
    font-size: 1vw;
    top: 21%;
    left: 17%;
    z-index: 2;
}

.pc-mobile{
    display: flex;
}
.mobile-pc{
    display: none;
}
section img{
    width: 100%;
}
.works_con .bg_line_1 {
    border-left: 1px solid #0000002e;
}
.works_con .bg_line_2 {
    border-left: 1px solid #0000002e;
}
.works_con .bg_line_3 {
    border-left: 1px solid #0000002e;
}
.works_con .bg_line_4 {
    border-left: 1px solid #0000002e;
}
.works_con .bg_line_5 {
    border-left: 1px solid #0000002e;
}
.works_ab{
    left: unset;
    right: 83.333%;
}
.works_ab_2 {
    right: unset;
    left: 83.333%;
}

.con5_ab {
    width: 2.93963%;
    display: flex
;
    justify-content: center;
    align-items: center;
    top: 5%;
    left: 16.6666%;
}
.about .con5_absol {
    width: 42.0792%;
    display: flex
;
    justify-content: flex-start;
    align-items: center;
    z-index: 1;
    left: 0;
    top: 8%;
    left: 16.6666%;
}

.about_top_2nd {
    font-weight: 800;
}
.con5_top_3rd_item span {
    position: absolute;
    right: -8%;
}















.tab-menu {
    display: flex
;
    border-bottom: 1px solid #ddd;
    width: 27%;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.main_top_1_2nd {
    width: 79%;
    margin-top: 1.4%;
    font-size: 1.5vw;
    overflow: hidden;
    font-weight: 700;
    font-family: "SUIT Variable";
    text-align: center;
}
.recruit_1st_top{
    height: 45vw;
}
.recruit_1st_top_vd_con{
    height: 127%;
    pointer-events: unset;

}
.recruit_1st_top_vd_con iframe{
    height: 100%;
}
.recruit_1st_ab{
    width: 31.2861%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    bottom: 0;
    left: 7%;
    overflow: hidden;
}

.recruit_1st_top{
    overflow: hidden;
}
.recruit_1st_top_2nd{
    background: url(/images/econ1_06.jpg) no-repeat center / cover;
}
.recruit_1st_top_2nd_top{
    width: 46.8766%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -39%;
    margin-top: 2%;
}
.recruit_1st_top_2nd_top_2nd{
    width: 53.0184%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-left: -33%;
    margin-top: 0.1%;
}
.recruit_1st_top_2nd_top_3rd_item{
    width: 9vw;
    height: 9vw;
    border: 1px solid #3235cd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.1vw;
    color: #3235cd;
}
.recruit_1st_top_2nd_top_3rd_1{
    margin-left: -13%;
}
.recruit_1st_top_2nd_top_3rd_2{
    margin-left: -3%;
}
.recruit_1st_top_2nd_top_3rd_3{
    margin-left: -1.3%;
}
.recruit_1st_top_2nd_top_3rd_4{
    margin-left: -0.6%;
}
.recruit_1st_top_2nd_top_3rd_5{
    margin-left: 0.3%;
}
.recruit_1st_top_2nd_top_3rd{
    margin-top: 8%;
}
.recruit_1st_top_2nd_top_4th{
    font-size: 1.4vw;
    text-align: center;
    line-height: 1.8vw;
    font-weight: 500;
    margin-top: 6%;
}

.con9_top {
    font-size: 1.8vw;
    line-height: 2vw;
    text-align: center;
    margin-top: 12.5%
;
    margin-bottom: 0;
}

.con9_ab{
    width: 28.399%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 0%;
    left: 0;
    top: -16%;
}

.main_under{
    border-bottom: 1px solid  #e5e7eb;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    bottom: 0;
}
.main_under_inner{
    border-bottom: 1px solid rgba(0, 0, 0, 0.83);
    z-index: 1;
    width: 100%;
    animation: growWidth 5.2s cubic-bezier(0.25, 1, 0.5, 1) forwards infinite;
}
@keyframes growWidth {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}


.recruit_2nd_top_2nd_item{
    width: 18vw;
    height: 18vw;
    border-radius: 1.5vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_top_4th_center_ab_3{
    z-index: 4;
    cursor: pointer;
}
.recruit_2nd_top_2nd_item_hash{
    font-weight: 700;
    font-size: 0.8vw;
    bottom: 10%;
    left: 12%;
}
.recruit_2nd_top_2nd .about_top_4th_center_ab_3 {
    z-index: 4;
    left: 81%;
    top: 75% !important;
}
.recruit_2nd_top_2nd{
    flex-wrap: wrap;
    width: 80%;
}
.recruit_2nd_top_2nd_item {
    width: 20vw;
    height: 20vw;
    border-radius: 1.5vw;
    overflow: hidden;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
}

.recruit_2nd_top_2nd_item:nth-child(3n+2) {
    transform: translateY(20%);
}
.recruit_2nd_top_2nd {
    flex-wrap: wrap;
    width: 66.66%;
    margin-top: 4%;
    padding-bottom: 5%;
    justify-content: space-between;
}

.recruit_2nd_top_2nd_item_like{
    width: 6.03675%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 0%;
    left: 12%;
    top: 13%;
}

.recruit_2nd_top_2nd_item_like_ct{
    left: 117%;
    font-weight: 800;
    font-size: 0.8vw;
}

.clip_left {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: all 0.8s;
}
/* 가운데에서 나타나기 */
.clip_mid {
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    transition: all 0.8s;
}
/* gsap에서 넣을 class */
.clip_on {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
}
.tab-content{
    display: flex;
}


body{
    background: unset !important;
}


.recruit_2nd_top_2nd_item{
    cursor: pointer;
}
.form_submit .con3_3_top_2nd_hv{
    background: #3235cd;
}
.form_submit{
    border-radius: 1vw;
}

.recruit_2nd_top_2nd_item_thumb{
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;    
}
.recruit_2nd_top_2nd_item_bg{
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;        
}



/* 팝업 배경 */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.popup-content {
    position: relative;
    background-color: unset;
    width: 26vw;
    height: 26vw;
}

.popup-close {
    position: absolute;
    top: 3%;
    right: 3%;
    font-size: 2vw;
    color: #3235cd;
    font-weight: 600;
    cursor: pointer;
    font-family: suit variable;
}

/* 이미지 */
#popupImage {
  width: 100%;
  height: auto;
}


.header_menu_1:nth-child(5) {
    color: #3235cd;
}




.main_top_1 {
    width: 67%;
    text-align: left;
    justify-content: flex-start;
}

.main_top_1_2nd {
    width: 67%;
    margin-top: -0.6%;
    font-size: 1.5vw;
    overflow: hidden;
    font-weight: 700;
    font-family: 'Pretendard-medium' !important;
    text-align: center;
    justify-content: flex-start;
    display: flex
;
}

.popup-content {
    position: relative;
    background-color: unset;
    width: 26vw;
    height: 26vw;
    overflow: hidden;
    display: flex
;
    justify-content: center;
    align-items: center;
}

    .recruit_2nd_top_2nd_item_hash {
        width: 90%;
        left:10%;
    }

.recruit_2nd_top_2nd_item {
    margin: 0 1.4%;
    margin-top: 3%;
}

.recruit_2nd_top_2nd {
    justify-content: flex-start;
}


@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {

    .main_small_title{
        font-family: "Pretendard variable";

        font-size: 3.3vw;
        line-height: 4.7vw;
    }
    .main_small_title_suit{
        font-family: "SUIT Variable";
        font-weight: 300;
        font-size: 3.3vw;
        line-height: 4.3vw;
        letter-spacing: -0.04vw;
    }


    .pc-mobile{
        display: none !important;
    }
    .mobile-pc{
        display: flex !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-medium;
        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-bold;
        font-size: 7.6vw;
        margin-top: 9%;
        margin-bottom: 5%;
    }

    .main_right_bottom_3rd {
        width: 74%;
        font-family: pretendard-medium;
        font-size: 3.4vw;
        position: relative;
    }
    .main_right_bottom_4rd {
        width: 74%;
        font-family: pretendard-medium;
        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-regular;
        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%;
    }




    .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-regular;
        font-size: 3.4vw;
        margin-left: 0;
    }
    .bcon1_18 {
        width: 5%;
        left: 59%;
        bottom: 16%;
    }

    .main_left_1st_absol{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bg_line_2{
        display: none;
    }
    .bg_line_4{
        display: none;
    }
    .main_top_1 {
        margin-top: 23%;
        overflow: hidden;
        width: 61.7559%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 11.7vw;
    }
    .main_top_1_2nd {
        width: 79%;
        margin-top: 0%;
        font-family: pretendard-medium;
        font-size: 4.4vw;
        text-align: center;
    }
    .tab-menu {
        display: flex;
        border-bottom: 1px solid #ddd;
        width: 50%;
        margin-top: 5%;
    }
    .tab{
        height: 6vw;
    }
    .tab p {
        font-size: 3vw;
    }
    .main_right_top {
        width: 60.168%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-bottom: 14%;
        margin-right: -6%;
        font-size: 22.5vw;
        line-height: 14.5vw;
        white-space: nowrap;
    }
    .main_right_top {
        margin-right: -14%;
    }
    .main_right_top_con{
        overflow: hidden;
    }

    .main_right_bottom_3rd {
        width: 37%;
        text-align: center;
        justify-content: center;
    }

    .main_right_bottom_4rd {
        width: 46%;
        justify-content: center;
    }
    .main_right_bottom_3rd {
        width: 32%;
        text-align: center;
        justify-content: center;
        padding-bottom: 0.1%;
    }
    .main_right_bottom_4th_line {
        width: 100%;
        top: 101%;
    }
    .main_right_bottom_4rd {
        width: 44%;
        justify-content: center;
        padding-bottom: 0.1%;
    }
    .main_right_bottom_5th {
        width: 61%;
        font-size: 3.1vw;
        white-space: unset;
        line-height: 4.7vw;
        margin-top: 6%;
        margin-bottom: 22%;
        font-family: pretendard-light;
    }
    .main_right_bottom_6th{
        box-shadow: 0 -0.5vw 11vw rgba(0, 0, 0, 0.08);
    }
    .about_top {
        width: 10.78215%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 16%;
    }


    .about_top_2nd {
        font-size: 6.6vw;
        text-align: center;
        margin-top: 8%;
    }
    .about_top_3rd {
        text-align: center;
        margin-top: 3.4%;
        width: 61%;
    }
    .about_top_4th_center {
        width: 63.8793%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .about_top_4th {
        margin-top: 10%;
        margin-bottom: 54%;
    }

    .about_top_4th_center_ab_3 {
        position: absolute;
        top: 73% !important;
        opacity: 1;
        width: 3%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 9vw;
        background: black;
        border-radius: 3vw;
        color: white;
        overflow: hidden;
        width: 4.7vw;
        font-size: 3.4vw;
    }
    .about_top_4th_center {
        width: 50.8793%
    ;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .about_top_4th_left {
        width: 50.8793vw;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        height: 50.8793vw;
        border: 1px solid black;
        right: 47.5%;


        top: 75%;
    }
    .about_top_4th_right{
        width: 50.8793vw;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        height: 50.8793vw;
        border: 1px solid black;
        left: 47.5%;
        top: 75%;
    }

    div.con08_menu {
        width: 100%;
        height: 100vw;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }

    .con08_menu_wrap_ab {
        top: 0;
        width: 50vw;
        height: 50vw;
        background: #e7e7ff;
        z-index: 2;
        left: 0;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con08_menu_wrap_ab_2{
        display: none;
    }
    .con8_menu_wrap_bottom_top {
        width: 18.29921%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-bottom: 15%;
        margin-left: -6%;
    }
    .con8_menu_wrap_bottom .about_top_4th_center_ab_3 {
        top: 34% !important;
        right: 35%
    ;
    }


    .about .con5_absol_2nd {
        width: 42.495%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -2%;
        top: 9%;
        z-index: 1;
        display: none;
    }
    .about .con5_top_title_con {
        margin-left: 0;
        padding-bottom: 1.8%;
        text-align: center;
    }

    .about .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;
    }
    .about .con5_top_title {
        border-bottom: 1px solid rgba(0, 0, 0, 0.17);
        margin-top: 4%;
    }
    .about .con5_top_absol {
        width: 17.92079%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        right: unset;
        transform: translateY(-65%);
    }
    .about .con5_absol {
        width: 59.0792%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        left: -29%;
        top: 19.7%;
    }

    .about .con5_top {
        margin-top: 8%;
    }
    .about .con5_absol {
        width: 59.0792%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        left: -29%;
        top: 20.6%;
    }
    .about .con5_absol {
        width: 51.0792%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 1;
        left: unset;
        top: 6%;
        text-align: center;
        font-size: 13vw;
        font-weight: 750;
        line-height: 13.4vw;
    }
    .about .con5_ab_2nd {
        width: 50%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 0;
        right: 0%;
        border-radius: 0vw 0vw 0vw 11vw;
        overflow: hidden;
    }

    .about .con5_ab {
        width: 10.93963%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 6%;
        left: 16.6666%;
    }

    .about .con5_top_absol {
        width: 7.92079%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 0;
        right: unset;
        transform: translateY(-39%);
        font-size: 7vw;
        left: unset;
    }
    .about .con5 {
        padding-top: 73%
    ;
        padding-bottom: 16%;
    }

    .about .con5_ab {
        width: 12.93963%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 5%;
        left: 16.6666%;
    }
    .about .con5_absol {
        width: 51.0792%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        left: unset;
        top: 8%;
    }
    .con5_ab_3rd {
        display: none;
    }
    .about .con5_absol {
        top: 9%;
    }
    .about .con5_top_absol {
        width: 7.92079%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: -10%;
        right: unset;
        transform: translateY(-39%);
        font-size: 8vw;
        left: unset;
    }

    .about .con5_top_title {
        border-bottom: unset;
        margin-top: 4%;
    }
    .con6_blur_con_right {
        width: 65.0262%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 3;
        bottom: 0;
        right: -15%;
    }

    .con6_blur_con_left {
        left: 0;
        transform: scaleX(-1);
        width: 65.0262%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 3;
        bottom: 0;
        left: -15%;
    }
    .con6 .con3_1_top {
        white-space: nowrap;
        font-size: 3vw;
        margin-top: 15%;
        color: white;
        width: 100%;
        text-align: center;
    }
    .con6_top {
        font-size: 8.8vw;
        margin-top: 35%;
    }
    .con6_top_2nd {
        margin-bottom: 5%;
        margin-top: 3%;
    }
    .con6 .con3_1{
        width: 100%;
        height: 100%;
        justify-content: flex-start;
        align-items: flex-start;
        margin-left: 0;
        top: 2%;
        left: 0;
    }
    .about_top_4th_right {
        background: white;
    }

    .con6 .con3_1_top {
        font-size: 1vw;
        margin-top: 46%;
        color: white;
        position: absolute;
        left: 0;
    }



    .works_top_2nd {
        font-size: 10vw;
        font-weight: 800;
        margin-top: 6%;
    }
    .works_top {
         margin-top: 21%;
     }

    .works_top_3rd {
        text-align: center;
        margin-top: 6%;
    }
    .con3_video_con {
        width: 94%;
        overflow: hidden;
        height: 48vw;
        border-radius: 2vw;
        margin-top: 13%;
    }

    .dcon1_02{
        width: 173% !important;
    }
    .con3_video_con iframe {
        height: 117%;
        width: 81%;
    }
    .works_ab {
        top: -33%;
        writing-mode: sideways-lr;
        font-size: 19vw;
        left: -3%;
        line-height: 15.5vw;
        overflow: hidden;
        mix-blend-mode: overlay;
        opacity: 0.3;
    }
    .works_ab_2 {
        top: 33%;
        writing-mode: sideways-rl;
        font-size: 19vw;
        right: -3%;
        line-height: 15.5vw;
        overflow: hidden;
        mix-blend-mode: overlay;
        opacity: 0.3;
    }


    .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-bold;
        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%;
    }

    .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%;
    }

    .works_con_top_4th {
        margin-bottom: 6%;
        flex-direction: column;
    }



    .works_con_top_4th_item {
        background: white;
        border-radius: 3.6vw;
        width: 66%;
        height: 33vw;
        margin: 3% 0%;
        display: flex
    ;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
    }

    .works_con_top_4th_item_top_2nd {
        font-size: 4.4vw;
        width: 70%;
        margin-top: 13%;
    }
    .works_con_top_4th_item_top_3rd{
        width: 70%;

    }
    .works_con_top_4th {
        margin-bottom: 12%;
        flex-direction: column;
    }


    .works_con_top_5th_top {
        width: 10%;
        margin-top: 10%;
        white-space: nowrap;
    }
    .works_con_top_5th_top_ab{
        font-size: 4.7vw !important;

    }

    .works_con_top_5th_top {
        width: 5%;
        margin-top: 16%;
        white-space: nowrap;
        margin-left: -48%;
    }
    .works_con_top_5th_top_2nd {
        flex-wrap: wrap;
        width: 95%;
        margin-top: 7%;
        margin-bottom: 12%;
    }
    .works_con_top_5th_top_2nd_item {
        width: 47%;
        height: 29.3vw;
        border-radius: 2vw;
        box-shadow: 0 -0.5vw 6vw rgba(0, 0, 0, 0.02);
        border: 1px solid #00000021;
        display: flex
    ;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        margin: 1%;
    }

    .works_con_top_5th_top_2nd_item_top {
        font-size: 3.5vw;
        font-weight: 600;
        width: 65%;
        margin-top: 12%;
    }
    .works_con_top_5th_top_2nd_item_top_2nd {
        width: 66%;
        font-size: 4vw
    ;
        margin-top: 2%;
    }

    .works_con_top_5th_top_2nd_item {
        width: 47%;
        height: 36.3vw;
    }
    .works_con_top_4th_item_1_top {
        left: 14%;
    }
    .works_con_top_4th_item_2_top {
        left: 14%
    ;}
    .works_con_top_4th_item_3_top {
        left: 14%
    ;}

    .team_top{
        flex-direction: column;
    }

    .team_top_item_left {
        width: 100%;
    }
    .team_top_item_right {
        width: 100%;
    }
    .team_top {
        height: 129vw;
    }
    .team_top_item_1{
        font-size: 8.5vw;
        line-height: 10.5vw;
        top: 19%;
        position: absolute;
        left: 15%;
    }
    .team_top {
        height: 136vw;
    }
    .team_top_item_2{

    }
    .team_top_ab {
        z-index: 2;
        text-align: right;
        bottom: 10%;
        right: 22%;
    }
    .team_top .about_top_4th_center_ab_3 {
        z-index: 2;
        right: 15%;
        background: white;
        color: black;
        top: 83.5% !important;
    }
    .team_top_2nd_top {
        width: 7.51968%
    ;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 14%;
    }

    .team_top_2nd_top_2nd {
        width: 4.46982%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: -4.2%;
    }

    .team_top_2nd_top_4th {
        text-align: center;
        margin-top: 4%;
        font-size: 4vw;
        font-weight: 400;
        line-height: 6.3vw;
    }
    .team_top_2nd_top_3rd {
        width: 35.55381%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 10%;
    }
    .team_top_2nd_top_5th {
        width: 54.7769%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 1%;
        margin-right: -111%;
        opacity: 0;
    }
    .team_top_2nd_top_6th {
        width: 59.8819%
    ;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        opacity: 0;
        margin-top: 15%;
        margin-left: -105%;
    }
    .team_top_2nd_top_ab {
        left: 16.666%;
        overflow: hidden;
        width: 73%;
        font-size: 19.5vw
    ;
        top: 52%;
    }
    .team_top_2nd{
        overflow: hidden;
    }
    .team_top_2nd_top_6th {
        width: 93.8819%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        opacity: 1;
        margin-top: 29%;
        margin-left: -105%;
    }

    .con3_top_1st{
        text-align: center;
    }
    .con3_top_2nd {
        width: 65%;
        text-align: center;
    }

    .con3_top_1st_p::after {
        content: '';
        position: absolute;
        width: 1.7vw;
        height: 1.7vw;
        background: #3235cd;
        border-radius: 50%;
        bottom: 10%;
    }
    .con3_top {
        padding-top: 9.3%;
        padding-bottom: 9.3%;
    }
    .con3_top {
        padding-top: 9.3%;
        padding-bottom: 16.3%;
    }
    .main_mid_2nd_title {
        font-size: 5.5vw !important;
        font-family: Pretendard-bold;
    }
    .team_top_2nd_top_ab {
        left: 16.666%;
        overflow: hidden;
        width: 73%;
        font-size: 19.5vw;
        top: 46%
    ;
    }

    .ccon2_mid_swiper {
        width: 70% !important;
        margin-left: 0;
        margin-top: 3%;
        padding-bottom: 2%;
        padding-top: 1%;
        overflow: hidden;
    }
    .ccon2_mid_slide_con {
        width: 29vw;
        height: 29vw;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 1px 1px 5px 1px #0000000f;
    }
    .ccon2_mid_slide{
        display: flex !important;
        justify-content: center  !important;
        align-items: center !important;
    }



    .ccon2_mid_slide_con_p {
        font-size: 3vw;
        font-family: pretendard-light;
        color: black;
        top: 10%;
        left: 11%;
        position: absolute;
    }
    .ccon2_mid_prev {
        left: 6.5% !important;
        top: 80% !important;
        font-size: 0.8vw !important;
        width: 8vw !important;
        height: 8vw !important;
    }
    .ccon2_mid_next {
        right: 6.5% !important;
        top: 80% !important;
        font-size: 0.8vw !important;
        width: 8vw !important;
        height: 8vw !important;
        left : unset !important;
    }
    .con3_items {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        left: 5%;
        top: 14%;
        width: 22.5%;
    }
    .con3_top .ccon2_mid_slide_con {
        width: 29vw !important;
        height: 29vw;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 1px 1px 5px 1px #0000000f;
    }    .ccon2_mid_prev {
             right: 50% !important;
             top: 88% !important;
             left: unset !important;
             font-size: 0.8vw !important;
             width: 8vw !important;
             height: 8vw !important;
         }
    .ccon2_mid_next {
        left: 50% !important;
        top: 88% !important;
        right: unset !important;
        font-size: 0.8vw !important;
        width: 8vw !important;
        height: 8vw !important;
    }


    .con4_top_1st {
        width: 21.63586%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -55%;
    }
    .con4_top_2nd {
        width: 86%;
        margin-top: 4%;
        margin-bottom: 1%;
    }
    .con4_top_2nd >p {
        top: 28%;
        color: white;
        left: 19%;
        font-family: 'Pretendard';
        font-size: 5.3vw;
        line-height: 6.4vw;
    }
    .con4_top {
        background: #3235cd;
        padding: 13% 0;
        overflow: hidden;
    }
    .con4_top_1st {
        width: 21.63586%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -63%;
    }
    .con4_top .ccon2_mid_slide_con {
        width: 12vw;
        height: 12vw;
        right: 10%;
        background: white;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 1px 1px 5px 1px #0000000f;
    }
    .con4_top_3rd {
        background: white;
        padding: 1.7% 0;
        width: 200% !important;
    }
    .con4_con {
        border-radius: 20px;
        width: 90% !important;
        overflow: hidden;
    }
    .con4_top_4th_item {
        background: white;
        width: 93%;
        border-radius: 20px;
        box-shadow: 1px 1px 5px 1px #0000000f;
        padding: 7% 8%;
        box-sizing: border-box;
        margin-top: 5%;
    }
    .con4_top_4th {
        padding-top: 7%;
        padding-bottom: 11%;
    }
    .main_mid_title {
        font-family: Pretendard-medium;
        font-size: 3.4vw !important;
    }
    .con4_top_4th_item_title_line {
        width: 57%;
        border-bottom: 1px solid black;
        bottom: -15%;
    }
    .con4_top_4th_item_absol {
        right: 5%;
        color: #3536cd;
        font-size: 3.1vw;
        font-family: pretendard-bold;
        top: 16%;
    }

    .con4_top_4th_item_title_line_2nd {
        width: 71%;
    }
    .con4_top_4th_item_title_line_3rd {
        width: 80%;
    }
    .con4_top_4th_item_title {
        margin-top: 4%;
    }
    .con4_top_4th_item_absol {
        right: 7%;
        color: #3536cd;
        font-size: 3.1vw;
        font-family: pretendard-bold;
        top: 10%;
    }


    .con4_top_absol_2nd{
        width: 119.3673%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con4_top_absol{
        width: 138.7252%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .con4_top_4th_item_desc {
        margin-top: 4%;
        font-size: 3vw !important;
    }
    .ccon2_mid_slide_con_ab {
        width: 36.1732%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 10%;
        top: -10%;
    }
    .con4_top_1st {
        width: 8.63586%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-left: -61%;
        font-size: 3vw;
    }


    .team_top_2nd{
        overflow: hidden;
    }

    .team_top_2nd {
        overflow: hidden;
        height: 147vw;
        justify-content: flex-start;
    }
    .team_top_2nd_top_ab {
        left: 16.666%;
        overflow: hidden;
        width: 73%;
        font-size: 19.5vw;
        top: 46%
    ;
    }
    .team_top_2nd_top_ab_2nd {
        right: 16.666%;
        overflow: hidden;
        width: 73%;
        font-size: 19.5vw;
        top: 58%;
        text-align: right;
    }

    .about .con5_top {
        margin-top: 11%;
    }

    .about .con5_top_absol {
        width: 7.92079%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 0;
        right: unset;
        transform: translateY(-61%);
        font-size: 8vw;
        left: unset;
    }
    .con4_top_1st {
        width: 36.63586%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-left: -50%;
        font-size: 7vw;
    }

    .ccon2_mid_slide_con_ab {
        width: 42.1732%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 6%;
        top: 0%;
    }

    .team_top_item_2 {
        text-align: right;
        font-size: 8.5vw;
        line-height: 10.5vw;
        top: 19%;
        position: absolute;
        right: 15%;
    }




    .con5_top {
        width: 5.43564%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 8%;
        margin-bottom: 1%;
    }
    .con5_top_3rd_left {
        width: 38.4158%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 1.4%;
    }
    .con5_top_3rd_right{
        width: 38.4158%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con5_top_3rd {
        margin-top: 4%;
    }
    .con5_top_3rd_right_absol{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .con5_top_3rd_left_absol{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }



    .con5_top_3rd {
        margin-top: 4%;
        flex-direction: column;
    }
    .con5_top_3rd_left {
        width: 50.4158%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0;
        margin-top: 2%;
    }

    .con5_top_3rd_right {
        width: 50.4158%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
    }

    .team .con5_top {
        width: auto;
        width: 5.43564%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 11%;
        margin-bottom: 3%;
    }
    .con5_top_3rd_item {
        cursor: pointer;
        width: 63%;
        height: 11.3vw;
        border-radius: 100px;
        background: black;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin: 1% 0.3%;
        overflow: hidden;
    }

    .team .con5_top_3rd {
        margin-top: 3%;
        margin-bottom: 12%;
    }


    .con5_top_3rd_item span {
        position: absolute;
        right: -6%;
    }




    .con9 .con3_scrx {
        box-sizing: border-box;
    }
    .con9 .scrX .scrX_item {
        animation: unset;
        /* width: 100%; */
    }
    .main_scr p {
        width: 100%;
        text-align: center;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }


    .con9 .con3_scrx {
        left: unset;
        overflow: hidden;
        top: 1%;
        font-size: 15.8vw;
        width: 100%;
        position: relative !important;
        color: #3235cd;
        position: absolute !important;
        padding: 6% 0;
        position: relative !important;
    }



    .con9 .con3_scrx {
        left: 0%;
        box-sizing: border-box;
    }



    .con9_top {
        font-size: 4.1vw;
        line-height: 5vw;
        text-align: center;
        margin-top: 2.5%;
        margin-bottom: 0%;
    }

    .con9_top_3rd {
        font-size: 2.9vw;
        opacity: 0.3;
        margin-bottom: 12%;
        margin-top: -1%;
    }
    .con9_bg {
        width: 145.5591%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 0;
    }


    .con25_mid {
        width: 83%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 3%;
        border-radius: unset;
        background: transparent;
        z-index: 1;
    }
    .con25_mid_top {
        width: 75%;
        margin-top: 4%;
        justify-content: space-between !important;
        flex-wrap: wrap;
    }
    .con25_mid_top input {
        width: 47%;
        font-family: Pretendard-regular;
        color: white !important;
        font-size: 3vw;
        padding-bottom: 2%;
        background: transparent;
        box-sizing: border-box;
        padding-left: 2%;
        outline: none;
        border: none;
        border-bottom: 1px solid white;
        margin-top: 4%;
    }
    .form_agree_check {
        margin-right: 2%;
        width: 3vw;
        height: 3vw;
        overflow: hidden;
        outline: 0;
        background: transparent;
        color: transparent;
        border: none;
        border: 1px #a2b3ca solid;
        appearance: none;
        border-radius: 50%;
    }
    .form_agree_check:checked::after {
        content: "";
        width: 2.5vw;
        height: 2.5vw;
        position: absolute;
        background: #3235fd;
        color: unset !important;
    }
    .form_agree_span {
        font-size: 2.85vw;
        font-family: "SUIT Variable";
        color: white;
    }
    .form_agree {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        width: 68%;
        margin-top: 6%;
        margin-bottom: 3%;
        margin-left: 0;
        text-align: center;
    }
    .form_agree_check:checked::after {
        content: "";
        width: 2.2vw;
        height: 2.2vw;
        position: absolute;
        background: #3235fd;
        color: aliceblue;
        border-radius: 50%;
    }
10
    .form_submit {
        color: white;
        background: black;
        padding: 2.8% 15%;
        font-size: 3.8vw;
        margin-bottom: 9%;
        margin-top: 1%;
        border-radius: 15px;
        width: 16%;
        text-align: center;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }
    .con9_bg {
        filter: brightness(0.5);
    }
    .form_submit {
        color: white;
        background: black;
        padding: 2.8% 15%;
        font-size: 3.8vw;
        margin-bottom: 9%;
        margin-top: 1%;
        border-radius: 15px;
        width: 16%;
        text-align: center;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }


    .form_submit {
        color: white;
        background: #0064de;
        padding: 2.8% 15%;
        font-size: 3.8vw;
        margin-bottom: 9%;
        margin-top: 1%;
        border-radius: unset;
        width: 33%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        border-radius: 2vw;
    }
    .form_submit_ab {
        width: 13.553%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 66%;
        right: unset;
    }
    .con9_top {
        font-size: 6.1vw;
        line-height: 5vw;
        text-align: center;
        margin-top: 13.5%;
        margin-bottom: 2%;
    }

    .con25_mid_top input {
        width: 100%;
        font-family: Pretendard-regular;
        color: white !important;
        font-size: 3vw;
        padding-bottom: 4%;
        background: transparent;
        box-sizing: border-box;
        padding-left: 2%;
        outline: none;
        border: none;
        border-bottom: 1px solid white;
        margin-top: 6%
    ;
    }

    .con9_top {
        font-size: 6.1vw;
        line-height: 5vw;
        text-align: center;
        margin-top: 27.5%;
        margin-bottom: 4%;
    }

    .con9_scr_x {
        font-size: 3vw;
        top: 13%;
        left: unset;
        z-index: 2;
    }
    .con9_scr_y{
        display: none;
    }
    .con9_scr_y_2{
        display: none;

    }

    .form_agree {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        width: 68%;
        margin-top: 8%;
        margin-bottom: 7%;
        margin-left: 0;
        text-align: center;
    }
    .con9_scr_y_bg{
        display: none;
    }
    .con9_scr_y_bg_2{
        display: none;

    }
    .con9_bg {
        width: 345.5591%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 0;
    }

    .con9_top_3rd {
        font-size: 2.9vw;
        opacity: 0.7;
        margin-bottom: 12%;
        margin-top: -1%;
        color: white;
    }

    .main_top_1 {
        margin-top: 38%;
        overflow: hidden;
        width: 61.7559%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        font-size: 11.7vw;
    }
    .tab-menu {
        display: flex
    ;
        border-bottom: 1px solid #ddd;
        width: 75%
    ;
        margin-top: 5%;
    }

    .recruit_1st_top {
        height: 55vw;
    }


    .recruit_1st_ab {
        width: 40.2861%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 1;
        bottom: 0;
        left: 2%;
    }
    .recruit_1st_top_2nd_top {
        width: 64.8766%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: -27%;
        margin-top: 2%;
    }

    .recruit_1st_top_2nd_top_2nd {
        width: 91.0184%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        margin-top: 0.1%;

    }
    .recruit_1st_top_2nd_top_3rd_item {
        width: 23vw;
        height: 23vw;
        border: 1px solid #3235cd;
        border-radius: 50%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 3.1vw;
        color: #3235cd;
    }
    .recruit_1st_top_2nd_top_3rd_2 {
        margin-left: -13%;
        background: black;

    }
    .recruit_1st_top_2nd_top_3rd_3 {
        margin-left: -7.3%;
        background: black;
    }
    .recruit_1st_top_2nd_top_3rd_4 {
        margin-left: -3.6%;
        background: black;
    }
    .recruit_1st_top_2nd_top_3rd_5 {
        margin-left: -0.7%;
        background: black;
    }
    .recruit_1st_top_2nd_top_3rd_1 {
        margin-left: 1%;
    }

    .con9_ab {
        width: 28.399%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        margin-top: 0%;
        left: 0;
        top: 14%;
    }

    .recruit_1st_top_2nd_top_4th {
        text-align: center;
        font-weight: 500;
        margin-top: 10%;
        line-height: 6vw;
        font-size: 4vw;
    }

    .recruit_1st_top_2nd_top_3rd {
        margin-top: 15%;
    }
    .recruit_2nd_top_2nd_item {
        width: 39vw;
        height: 41vw;
        border-radius: 1.5vw;
        overflow: hidden;
        display: flex;
        margin-bottom: 6% !important;
        justify-content: center;
        align-items: center;
    }
    .recruit_2nd_top_2nd_item_like {
        width: 9.03675%
    ;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        margin-top: 0%;
        left: 10%;
        top: 11%;
    }

    .recruit_2nd_top_2nd {
        flex-wrap: wrap;
        width: 84.66%;
        margin-top: 13%;
        padding-bottom: 12%;
        justify-content: space-between;
    }

    .recruit_2nd_top_2nd_item:nth-child(3n+2) {
        transform: unset;
        margin: unset;
    }
    .recruit_2nd_top_2nd_item_bg{
        width: 110%;
    }
    .recruit_2nd_top_2nd_item_thumb{
        width: 109%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        margin-top: 0%;
    }
    .recruit_2nd_top_2nd_item_bg {
        width: 110% !important;
    }
    .form_submit {
        background: #3235cd;
    }
     .form_submit {
        background: black;
    }
    .popup-content {
        position: relative;
        background-color: unset;
        width: 66vw;
        height: 66vw;
    }
    .popup-close {
        font-size: 7vw;
    }
    .recruit_2nd_top_2nd_item_hash {
        width: 81%;
    }
    
    .main_top_1_2nd {
        width: 79%;
        margin-top: 0%;
        font-family: pretendard-medium !important;
        font-size: 4.4vw;
        text-align: center;
        justify-content: center;
        margin-bottom: 4%;
    }    
    
    
.popup-content {
        position: relative;
        background-color: unset;
        width: 71vw;
        height: 71vw;
        overflow: hidden;
    }    
    
    .recruit_2nd_top_2nd_item_hash {
        width: 90%;
        left: 6%;
        font-size: 2.8vw;
    }
    
        .recruit_2nd_top_2nd_item:nth-child(3n+2) {
        transform: unset;
        margin: unset;
        margin: 0 1.6%;
        margin-top: 3%;
    }
    .recruit_2nd_top_2nd_item{
            margin-bottom: 3% !important;

                width: 39vw;
        height: 39vw;
    }
}
