* {
    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: rotate(-10deg);
    }
    25% {
    }
    50% {
        transform: rotate(10deg);
    }
    75% {
    }
    100% {
        transform: rotate(-10deg);
    }
}
@keyframes rotate_image1 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes ani_scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.1, 0.01, 0.01, 1.2, 0, 0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes blk {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    31% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk2 {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk3 {
    0% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes scaleOpa {
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes scaleOpa2 {
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes ball {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: 20px;
    }
}
@keyframes ddm {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.15, 0.01, 0.01, 1.15, 0, 30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_imageY {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ddm2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2X {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2Xhalf {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: scale(1.02);
    }
}

@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes uitLineMove {
    0% { stroke-dashoffset: 300.292; }
    100% { stroke-dashoffset: 110; }
}

@keyframes hand {
    0% {
        transform: translateY(-0.5%);
    }

    25% {
        transform: translateY(1%);
    }

    50% {
        transform: translate(0.5%, -1%);
    }

    75% {
        transform: translate(1%, 0.5%);
    }

    100% {
        transform: translate(1%, -1%);
    }
}

@keyframes hand2 {
    0% {
        transform: translateY(2%);
    }

    25% {
        transform: translateY(-1%);
    }

    50% {
        transform: translate(-1%, 2%);
    }

    75% {
        transform: translate(2%, 1%);
    }

    100% {
        transform: translateY(2%);
    }
}
@keyframes bg-position {
    0% {
        background-position: bottom;
    }
    25% {
        background-position: center;
    }
    50% {
        background-position: inherit;
    }
    75% {
        background-position: center;
    }
    100% {
        background-position: bottom;
    }
}
@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.2;
    }
    25% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 1;
    }
    50% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    75% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    100% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0.2;
    }
}

@keyframes light {
    0%, 31%, 34%, 39%, 42%, 47% {
        opacity: 0;
    }
    5%, 30%, 35%, 38%, 43%, 46% {
        opacity: 0.4;
    }
    50%, 55%, 60%, 67%, 51%, 54%, 68%, 100% {
        opacity: 1;
    }
    70% {
        opacity: 0.2;
    }
}
@keyframes marqueeX {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes marqueeY {
    from { transform: translateY(0); }
    to { transform: translateY(-100%); }
}
@keyframes fall {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(240deg) rotateY(400deg) rotateZ(310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes fall2 {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(-240deg) rotateY(-400deg) rotateZ(-310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}

@keyframes slick-circle{
    0%{width:0;}
    100%{width:100%;}
}


@keyframes backgroundchange {
    0% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }

    25% {
        background: url(/images/con11_08.png) no-repeat center / contain;
    }

    50% {
        background: url(/images/con11_09.png) no-repeat center / contain;
    }

    75% {
        background: url(/images/con11_10.png) no-repeat center / contain;
    }

    100% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }
}
@keyframes opa {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes backgroundchange_2 {
    0% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }

    20% {
        background: url(/images/con08_08.png) no-repeat center / contain;

    }

    40% {
        background: url(/images/con08_09.png) no-repeat center / contain;

    }

    60% {
        background: url(/images/con08_10.png) no-repeat center / contain;

    }

    80% {
        background: url(/images/con08_11.png) no-repeat center / contain;

    }
    100% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}

.main_top{
    padding-bottom: 3.7%;
}

.main_top_1{
    width: 22.9307%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 14%;
    margin-left: -57%;
}

.main_top_1_2nd{
    width: 79%;
    margin-top: 1%;
    overflow: hidden;
    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_top_1 {
    width: 14.4307%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14%;
    margin-left: -65%;
}
.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;
}


.con1_left{
    width: 40.6139%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con1_right{
    width: 40.6139%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con1 > div >p {
    top: 28%;
    color: white;
    left: 19%;
    font-family: 'Pretendard';
    font-size: 3.3vw;
    line-height: 3.4vw;
}
.con1 > div >p > span{
    font-family: pretendard variable;
    font-weight: 700;

}
.con1_right p{
    text-align: right;
    left: 30% !important;
}
.dcon1_03{
    width: 100%;
}
.con1_right_bottom p{
    text-align: left;
}
.con1_right_bottom{
    color: white;
    top: 70%;
    overflow: hidden;
    right: 17%;
    cursor: pointer;
}
.con1_right_bottom p span{
    font-family: pretendard variable;
    font-weight: 700;
}
.con1_right_absol{
    width: 13.5014%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 31%;
    bottom: 12%;
}
.con1_right_line{
    width: 45%;
    bottom: 0%;
    left: 0%;
    border-bottom: 2px solid white;
}

.con2_top_3rd_line{
    width: 100%;
    border-bottom: 2px solid black;
    position: absolute;
    bottom: 0;
    left: 0;
}
.con2_top_3rd{
    font-family: pretendard variable !important;
    font-weight: 500;
}
.con2_top_4th{
    font-family: pretendard variable !important;
    font-weight: 500;
}
.con2_top{
    width: 1.38614%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    overflow: hidden;
    margin-bottom: 3%;
}
.con2_top_2nd{
    width: 9.55446%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-bottom: 1.5%;
}
.con2_top_3rd{
    margin-bottom: 0.5%;
}
.con2_mid_top{
    width: 45.0495%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
}
.con2_mid_top_absol{
    width: 15.4943%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 7%;
    top: -44%;
}
.con2_mid_top_absol_2nd{
    width: 3.40656%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 17.3%;
    top: 8%;
    animation: ddm4 3s infinite;
}
.dcon1_09{
    width: 100%;
    z-index: 1;
}
.con2_mid_top_2nd{
    width: 30.2475%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1%;
}
.con2{
    padding-bottom: 5%;
}
.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{
    width: 10vw;
    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 variable;
    font-weight: 700;
}

.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%;
    color: #3536cd;
    font-size: 1.1vw;
    font-family: pretendard variable;
    font-weight: 700;
    top: 20%;
}
.con4_top_4th{
    padding-top: 7%;
    padding-bottom: 7%;
}


.con5_top{
    width: 1.43564%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 1%;
}
.con5_top_3rd{
    margin-top: 1%;
}
.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 variable;
    font-weight: 800;
}
.header_menu_1:nth-child(3) {
    color: #3235cd;
}
.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;
}


.con1_right {
    width: 35.6139%;
}
.con1_left {
    width: 35.6139%;
}
.main_top_1 {
    margin-left: -57%;
}

.main_top_1_2nd {
    width: 71%;
}

.dcon1_01{
    width: 100%;
}
@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {
    .con1_left {
        width: 70.6139%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con1_right {
        width: 70.6139%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con1 > div >p {
        top: 24%;
        color: white;
        left: 9%;
        font-family: 'Pretendard';
        font-size: 6.3vw;
        line-height: 6.4vw;
    }
    .con1_right > p{
        width: 100%;
        right: 6% !important;
        left: unset !important;
    }
    .main_small_title {
        font-family: Pretendard-light;
        font-size: 3.1vw !important;
        line-height: 4.7vw !important;
    }
    .con1_right_bottom {
        color: white;
        top: 63%;
        right: 9%;
    }
    .con2_top {
        width: 2.38614%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-bottom: 5%;
    }
    .con2_top_2nd {
        width: 27.55446%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1.5%;
    }
    .con2_top_3rd_line {
        width: 100%;
        border-bottom: 1px solid black;
        position: absolute;
        bottom: 0;
    }
    .con2_mid_top {
        width: 82.0495%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
    }
    .con2_mid_top_2nd {
        width: 52.2475%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -1.4%;
    }
    .main_mid_2nd_title {
        font-size: 5.5vw !important;
    font-family: pretendard variable;
    font-weight: 700;
    }
    .con3_top_1st{
        text-align: center;
    }
    .con3_top_2nd {
        width: 65%;
        text-align: center;
    }
    .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;
    }
    .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%;
    }


    .main_top_1 {
        width: 49.9307%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 26%;
        margin-left: 0px;
        z-index: 1;
    }
    .main_top_1_2nd {
        width: 79%;
        margin-top: 2%;
    font-family: pretendard variable;
    font-weight: 500;
        font-size: 4.4vw;
        text-align: center;
    }
    .main_top_1_2nd {
        width: 79%;
        margin-top: 2%;
    font-family: pretendard variable;
    font-weight: 500;
        font-size: 4.4vw;
        text-align: center;
        margin-bottom: 10%;
    }
    .main_top_1 {
        width: 32.9307%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 26%;
        margin-left: 0px;
        z-index: 1;
    }
    .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%;
    }


    .con4_top .ccon2_mid_slide_con {
        width: 29vw;
        height: 29vw;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 1px 1px 5px 1px #0000000f;
    }
    .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 variable;
    font-weight: 500;
        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 variable;
    font-weight: 700;
        top: 16%;
    }
    .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;
    }
    .con4_top .ccon2_mid_slide_con {
        width: 29vw;
        height: 29vw;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 1px 1px 5px 1px #0000000f;
    }
    .con1{
        flex-direction: column !important;
    }
    .con1 > div >p {
        top: 18%;
        color: white;
        left: 9%;
        font-family: 'Pretendard';
        font-size: 8.3vw;
        line-height: 9.4vw;
    }
    .con2_top_2nd {
        width: 27.55446%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 3.5%;
    }
    .con3_top {
        padding-top: 9.3%;
        padding-bottom: 16.3%;
    }
    .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_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 variable;
    font-weight: 700;
        top: 10%;
    }
    .con1_right {
        width: 82.6139%;
    }
    .con1_left {
        width: 82.6139%;
    }    
    .con1_right_bottom p{
        text-align: right;
    }
    .con1_right_line{
    left: unset;
    right: 0;
    }
    .con1_right_absol{
        display: none;
    }
    .ccon2_mid_prev{
/*        display: none !important;*/
    }
    .ccon2_mid_next{
/*        display: none !important;*/
    }    
/*
    .con3_top {
        padding-top: 9.3%;
        padding-bottom: 9.3%;
    }
*/
        .main_top_1 {
        width: 40.9307%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 26%;
        margin-left: 0px;
        z-index: 1;
    }
    .main_mid_2nd_title {
        font-size: 7.5vw !important;
    font-family: pretendard variable;
    font-weight: 700;
    }
    .ccon2_mid_slide_con_p{
        font-size: 2.7vw;
    }
    .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;
    }
    
    
    .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%;
    }    
    
    
}
