* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}
section{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;

}
.pc-mobile{
    display: flex;
}
.mobile-pc{
    display: none;
}
.pc{
    display: flex;
}
.pc-inline{
    display: inline;
}
.tablet{
    display:none;
}
.mobile{
    display:none;
}
html {
    scroll-behavior: smooth;
}
.main::after{
    width: 1vw;
    height: 0vw;
    position: absolute;
    top: 0;
    pointer-events: none;
    opacity: 0;
    pointer-events: none;
    content:url(/images/con1_10.png) url(/images/con1_11.png) url(/images/con1_12.png)
    url(/images/con6_08.png) url(/images/con6_09.png)  url(/images/con6_10.png) url(/images/con6_11.png) url(/images/con6_12.png)
    url(/images/con7_02.png) url(/images/con7_03.png) url(/images/con7_04.png)  url(/images/con7_05.png);
}
.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.flowhid{
    overflow: hidden;
}
.hide{
    display: none !important;
}
.hideopa{
    opacity: 0 !important;
}
.show{
    opacity: 1 !important;
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
.flexrow{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.flexcol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;500;600;700&display=swap");
@font-face {
    font-family: "Noto Sans KR", sans-serif;
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
/*@font-face {*/
/*    font-family: 'VITRO_CORE_TTF';*/
/*    src: url('/font/VITRO_CORE_TTF.ttf') format('woff');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/
@font-face {
    font-family: 'TTTtangsbudaejjigaeB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/TTTtangsbudaejjigaeB.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'TheJamsil5Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
body {
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    min-height: 0vw;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@keyframes marquee2 {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}
@keyframes slick-circle{
    0%{left:0;}
    100%{left:99%;}
}
@keyframes soul_out {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
        transform: translateY(-50%);
    }
}
@keyframes ddm3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: rotate(-2deg);
    }
    100% {
        transform: scale(1.05);
    }
}
@keyframes ddm4 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_image1 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes ani_scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.1, 0.01, 0.01, 1.2, 0, 0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes blk {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    31% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk2 {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk3 {
    0% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes scaleOpa {
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes scaleOpa2 {
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes ball {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: 20px;
    }
}
@keyframes ddm {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.15, 0.01, 0.01, 1.15, 0, 30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_imageY {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ddm2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2X {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2Xhalf {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: scale(1.02);
    }
}

@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes uitLineMove {
    0% { stroke-dashoffset: 300.292; }
    100% { stroke-dashoffset: 110; }
}

@keyframes hand {
    0% {
        transform: translateY(-0.5%);
    }

    25% {
        transform: translateY(1%);
    }

    50% {
        transform: translate(0.5%, -1%);
    }

    75% {
        transform: translate(1%, 0.5%);
    }

    100% {
        transform: translate(1%, -1%);
    }
}

@keyframes hand2 {
    0% {
        transform: translateY(2%);
    }

    25% {
        transform: translateY(-1%);
    }

    50% {
        transform: translate(-1%, 2%);
    }

    75% {
        transform: translate(2%, 1%);
    }

    100% {
        transform: translateY(2%);
    }
}
@keyframes bg-position {
    0% {
        background-position: bottom;
    }
    25% {
        background-position: center;
    }
    50% {
        background-position: inherit;
    }
    75% {
        background-position: center;
    }
    100% {
        background-position: bottom;
    }
}
@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.2;
    }
    25% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 1;
    }
    50% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    75% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    100% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0.2;
    }
}

@keyframes light {
    0%, 31%, 34%, 39%, 42%, 47% {
        opacity: 0;
    }
    5%, 30%, 35%, 38%, 43%, 46% {
        opacity: 0.4;
    }
    50%, 55%, 60%, 67%, 51%, 54%, 68%, 100% {
        opacity: 1;
    }
    70% {
        opacity: 0.2;
    }
}
@keyframes marqueeX {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes marqueeY {
    from { transform: translateY(0); }
    to { transform: translateY(-100%); }
}
@keyframes fall {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(240deg) rotateY(400deg) rotateZ(310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes fall2 {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(-240deg) rotateY(-400deg) rotateZ(-310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}

@keyframes slick-circle{
    0%{width:0;}
    100%{width:100%;}
}


@keyframes backgroundchange {
    0% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }

    25% {
        background: url(/images/con11_08.png) no-repeat center / contain;
    }

    50% {
        background: url(/images/con11_09.png) no-repeat center / contain;
    }

    75% {
        background: url(/images/con11_10.png) no-repeat center / contain;
    }

    100% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }
}
@keyframes opa {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes backgroundchange_2 {
    0% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }

    20% {
        background: url(/images/con08_08.png) no-repeat center / contain;

    }

    40% {
        background: url(/images/con08_09.png) no-repeat center / contain;

    }

    60% {
        background: url(/images/con08_10.png) no-repeat center / contain;

    }

    80% {
        background: url(/images/con08_11.png) no-repeat center / contain;

    }
    100% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}

.main_top{
    padding-bottom: 3.7%;
}

.main_top_1{
    width: 22.9307%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 14%;
    margin-left: -57%;
}

.main_top_1_2nd{
    width: 79%;
    overflow: hidden;
    margin-top: 1%;
    font-family: pretendard variable;
    font-weight: 500;
    font-size: 1.4vw;
}
.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: 1;
}
.main_left_items > div:hover > img {
    opacity: 0;
}
.bcon1_11h{
    opacity: 1 !important;
}
.main_line{
    width: 100%;
    border-top: 1px solid #00000036;
    bottom: 2px;
    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_top_1 {
    width: 19.9307%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14%;
    margin-left: -60%;
}


.con1_top_item {
    width: 9%;
    height: 3vw;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border: 1px solid black;
    margin: 0 0.5%;
    border-radius: 50px;
    color: black;
    cursor: pointer;
}
.con1_top_item:hover{
    color: white;
    background: black;
}
.con1_top_item_on{
    color: white;
    background: black;


}
.con1_top{
    margin-top: 5%;
}
.con2_top_item_bottom{
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con2_top_item {
    width: 23%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    overflow: hidden;
    margin: 0 1.5%;
}
.con2_top_item_top{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con2_top_item_bottom{
    width: 100%;
}
.con2_top_item_top p {
    width: 100%;
    padding-left: 36%;
    box-sizing: border-box;
    padding-left: 16%;
}


.con2_top_item {
    width: 21%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 38px;
    overflow: hidden;
    box-shadow: 1px 1px 14px 1px #00000014;
}
.con2_top_item_top_p_1{
    color: #3536cd;
    font-family: pretendard variable !important;
    font-weight: 700;
    margin-top: 10%;
}
.con2_top_item_top_p_2{
    margin-top: 2%;
    margin-bottom: 5%;
}
.con2_top_item_top_p_3{
    margin-bottom: 12%;
    font-size: 0.94vw !important;
}
.con2_top_item_bottom_1{
    width: 72.3031%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 8%;
}
.con2_top_item_bottom{
    background: #3235cd;
    padding-top: 17%;
}
.fcon1_14{
    width: 100%;
    z-index: 1;
}
.con2_top_item_bottom_2{
    bottom: 9%;
    z-index: 3;
    width: 40.7826%;
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: center;
}
.con2_top{
    margin-top: 6%;
    margin-bottom: 6%;
}
.con2_top_item_bottom_2:hover .absol{
    opacity: 1;
}
.con2_top_item_bottom_2_absol{
    opacity: 0;
    width: 100%;
    display: flex;
}


.con2_top_item_2 .con2_top_item_bottom{
    background: black;
}

.con2_top_item_3 .con2_top_item_bottom{
    background: #d3d3d3;
}



.con3_top{
    padding-bottom: 3.7%;
}
.con3_top_1_p{
    font-family: pretendard variable !important;
    font-weight: 700;
    
    font-size: 1.5vw !important;
    position: relative;
}
.con3_top_1_p span{
    color: #3235cd;
}
.con3_top_1_p::after{
    content: "";
    width: 0.7vw;
    height: 0.7vw;
    background: #3235cd;
    position: absolute;
    bottom: 1%;
    border-radius: 50%;
    transform: translateX(60%);
}
.con3_top_1{
    width: 22.9307%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14%;
    margin-left: -57%;
}

.con3_top_1_2nd{
    width: 79%;
    margin-top: 1%;
    font-family: pretendard variable;
    font-weight: 500;
    font-size: 1.4vw;
}
.con3_top_2{
    width: 9.55446%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 14%;
    right: 13%;
}

.con3_top_1_2nd{
    width: 63%;
    margin-top: 4%;
    font-family: pretendard variable;
    font-weight: 500;
    font-size: 1.4vw;
}

.con3_top_1_2nd >p {
    top: 28%;
    left: 19%;
    font-family: 'Pretendard';
    font-size: 3.3vw;
    line-height: 3.4vw;
}
.con3_top_1_2nd > p > span{
    font-family: pretendard variable;
    font-weight: 700;
}

.con3_top{
    border-bottom: 1px solid black;
}


.con3_absol_1{
    width: 42.8218%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 5%;
}
.con3_absol_2{
    width: 17.7228%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 8%;
    right: 19%;
}
.con4_con{
    width: 63% !important;
    margin-top: 5%;
}
.con3_mid_item{
    justify-content: flex-start !important;
    padding: 3% 0;
    border-top: 1px solid #00000052;
}
.con3_mid_item_p_1{
    width: 8%;
    text-align: center;
    background: #3235cd;
    border-radius: 10px;
    color: white;
}
.con3_mid_item_p_2{
    font-family: pretendard variable;
    font-weight: 500;
    margin-left: 5%;
    margin-right: 5%;
}
.con4_con{
    height: 36vw;
    justify-content: flex-start !important;
    overflow-y: scroll;
    border-bottom: 1px solid #00000052;
}

.con3_mid_item_p_3{
    width: 74%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.con3_mid_item_year{
    font-size: 3vw !important;
    right: 102%;
    top: 0;
    transform: translateY(-120%);
    position: absolute;
}
.con3_mid_item_year::after{
    position: absolute;
    content: "";
    width: 0.7vw;
    height: 0.7vw;
    border-radius: 50%;
    background: #3235cd;
    bottom: -23%;
    left: 106%;
}
.con4_con{
    padding: 3% 10%;
}
.container{
    display: none;
}
.con3_mid_item_p_1 {
    width: 8%;
    text-align: center;
    background: #3235cd;
    border-radius: 10px;
    color: white;
    font-size: 0.8vw;
    font-family: pretendard variable;
    font-weight: 500;
}
.con4_con {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.con4_con::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}













.fixed_popup {
    height: 100vh;
    width: 100vw;
    background: #00000073;
    position: fixed !important;
    width: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.fixed_popup {
    height: 100vh;
    width: 100vw;
    background: #00000073;
    position: fixed !important;
    width: 100%;
    top: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    z-index: 111111;
}
.popup_top{
        background: #3235cd;
}
.popup {
    width: 60%;
    margin-top: 5%;
    margin-bottom: 5%;
    border-radius: 50px;
    overflow: hidden;
    justify-content: flex-start;
}


.popup .con6_left_swiper_5_slide_active_3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%;
}

.popup_design{
    overflow: scroll;
    justify-content: flex-start;
}

.popup .con6_left_swiper_5_slide_active_2 {
    margin-top: 4%;
}
.fixed_popup_con{
    width: 100%;
    height: 100%;
}
.popup_design img{
    width: 100%; 
}

.popup .con6_left_swiper_5_slide_active_2 {
    margin-top: 4%;
    font-family: pretendard variable;
    font-weight: 500;
    color: white;
    font-size: 1vw;
}
.popup .con6_left_swiper_5_slide_active_3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%;
    color: white;
    font-family: pretendard variable;
    font-weight: 500;
    margin-top: 2%;
}
.con6_left_swiper_5_slide_active_4{
        font-size: 1vw;
    font-family: pretendard-light;
    color: white;
    margin-bottom: 4%;
}



.header_menu_1:nth-child(4) {
    color: #3235cd;
}
.con3_mid_item_p_1 {
    width: 8%;
    text-align: center;
    background: #3235cd;
    border-radius: 50px;
    color: white;
    font-size: 0.8vw;
    font-family: pretendard variable;
    font-weight: 500;
}
.con3_mid_item_year {
    font-size: 3vw !important;
    right: 103%;
    top: 0;
    transform: translateY(-120%);
    position: absolute;
    letter-spacing: -0.1vw;
}
.con3 img{
    width: 100%;
}
.con3_mid_item_year{
    opacity: 0;
}
.con4_con .con3_mid_item:nth-child(1) .con3_mid_item_year{
    opacity: 1;
}

.popup {
    width: 53%;
    margin-top: 2%;
    margin-bottom: 2%;
    border-radius: 50px;
    overflow: hidden;
    justify-content: flex-start;
}

.con6_left_swiper_5_slide_active_4 {
    font-size: 1vw;
    font-family: pretendard-light;
    color: white;
    margin-bottom: 2%;
}
.popup .con6_left_swiper_5_slide_active_3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2%;
    color: white;
    font-family: pretendard variable;
    font-weight: 500;
    margin-top: 2%;
}
.popup .con6_left_swiper_5_slide_active_2 {
    margin-top: 2%;
    font-family: pretendard variable;
    font-weight: 500;
    color: white;
    font-size: 1vw;
}
.popup {
    width: 43%;
}
.popup .con6_left_swiper_5_slide_active_3 {
    font-size: 1.4vw;
}
.popup .con6_left_swiper_5_slide_active_2 {
    font-size: 0.8vw;
}
.fcon1_1{
    width: 100%;
}
@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {
    .main_top_1 {
        width: 38.9307%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 26%;
        margin-left: 0px;
    }
    .main_top_1_2nd {
        width: 79%;
        margin-top: 2%;
    font-family: pretendard variable;
    font-weight: 500;
        font-size: 4.4vw;
        text-align: center;
        margin-bottom: 15%;
    }
    .con1_top_item {
        width: 27%;
        height: 6vw;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        background: white;
        border: 1px solid black;
        margin: 0 0.5%;
        border-radius: 50px;
        color: black;
    }
    .main_small_title {
        font-family: Pretendard-light;
        font-size: 3.1vw !important;
        line-height: 4.7vw !important;
    }
    .con1_top {
        margin-top: 8%;
    }
    .con2_top{
        flex-direction: column !important;
    }
    .con2_top_item {
        width: 73%;
        flex-direction: column;
        display: flex;
        margin-top: 9%;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 1px 1px 14px 1px #00000014;
    }
    .main_mid_title {
    font-family: pretendard variable;
    font-weight: 500;
        font-size: 4.3vw !important;
    }
    .con3_top_1_p {
    font-family: pretendard variable;
    font-weight: 700;
        font-size: 7.5vw !important;
        position: relative;
    }
    .con3_top_1_p::after {
        content: "";
        width: 1.7vw;
        height: 1.7vw;
        background: #3235cd;
        position: absolute;
        bottom: 13%;
        border-radius: 50%;
        transform: translateX(60%);
    }
    .con3_top_1 {
        width: 36.9307%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 14%;
        margin-left: 0;
    }
    .con3_top_1_2nd >p {
        top: 28%;
        left: 19%;
        font-family: 'Pretendard';
        font-size: 6.3vw;
        line-height: 6.4vw;
    }
    .con3_top_1_2nd >p {
        top: 28%;
        left: 19%;
        font-family: 'Pretendard';
        font-size: 6.3vw;
        line-height: 6.4vw;
        text-align: center;
    }
    .con3_top {
        padding-bottom: 10.7%;
    }
    .con3_absol_1 {
        width: 57.8218%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
        right: 4%;
    }
    .con3_absol_2{
        display: none;
    }
    .con4_con {
        height: 81vw;
        justify-content: flex-start !important;
        overflow-y: scroll;
        border-bottom: 1px solid #00000052;
    }
    .con4_con {
        width: 87% !important;
        margin-top: 5%;
    }
    .con3_mid_item_p_1 {
        width: 18%;
        text-align: center;
        background: #3235cd;
        border-radius: 10px;
        color: white;
    }
    .con3_mid_item_p_3 {
        width: 56%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .con3_mid_item_year {
        font-size: 7vw !important;
        right: unset;
        top: 0;
        transform: translateY(-147%);
        position: absolute;
    }
    .con4_con {
        padding: 3% 10%;
        padding-top: 10%;
    }
    .con3_mid_item_year::after {
        position: absolute;
        content: "";
        width: 1.7vw;
        height: 1.7vw;
        border-radius: 50%;
        background: #3235cd;
        bottom: -23%;
        left: 106%;
    }
    
    
        .con6_left_swiper_5_slide_active_4 {
        height: 5.86vw;
        overflow: hidden;
    }
    .acon1_21{
        height: 5.86vw;
    }
    .acon1_22{
        height: 5.86vw;
    }
        .con6_left_swiper_5_slide_active_4 {
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 11%;
    }
    .acon1_24{
        pointer-events: none;
    }
    .acon1_21 {
    width: 39%;
}
    .acon1_22 {
    width: 39%;
}
    
    
.popup {
    width: 85%;
    margin-top: 10%;
    margin-bottom: 10%;
    border-radius: 20px;
    overflow: hidden;
    justify-content: flex-start;
}    
.popup .con6_left_swiper_5_slide_active_3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0%;
    color: white;
    font-family: pretendard variable;
    font-weight: 500;
    margin-top: 2%;
    font-size: 4vw;
}
    
    .popup .con6_left_swiper_5_slide_active_2 {
    margin-top: 6%;
    font-family: pretendard variable;
    font-weight: 500;
    color: white;
    font-size: 3vw;
}
       .con6_left_swiper_5_slide_active_4 {
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 4%;
        height: unset;
        font-size: 3vw;
    } 
    .con1_top_item_on{
        color: white;
        background: black;
    }
    .con3_mid_item_p_1 {
        width: 8%;
        text-align: center;
        background: #3235cd;
        border-radius: 10px;
        color: white;
        font-size: 2.6vw;
    font-family: pretendard variable;
    font-weight: 500;
    }
    .main_top_1 {
        width: 50.9307%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 26%;
        margin-left: 0px;
    }
        .con1_top_item {
        width: 27%;
        height: 8vw;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        background: white;
        border: 1px solid black;
        margin: 0 0.5%;
        border-radius: 50px;
        color: black;
    }
    .con1_top_item_on {
        color: white;
        background: black;
    }
        .con3_absol_1 {
        width: 74.8218%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
        right: -16%;
    }
    .con3_mid_item_p_1 {
        width: 13%;
        text-align: center;
        background: #3235cd;
        border-radius: 10px;
        color: white;
        font-size: 2.6vw;
    font-family: pretendard variable;
    font-weight: 500;
    }
    .con3_mid_item_year {
        font-size: 7vw !important;
        right: unset;
        top: 0;
        transform: translateY(-187%);
        position: absolute;
    }
    .con4_con {
        padding: 3% 10%;
        padding-top: 14%;
    }
}
