* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}
.container{
display:none;
}
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;
}
body {
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    min-height: 0vw;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@keyframes marquee2 {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}
@keyframes slick-circle{
    0%{left:0;}
    100%{left:99%;}
}
@keyframes soul_out {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
        transform: translateY(-50%);
    }
}
@keyframes ddm3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: rotate(-2deg);
    }
    100% {
        transform: scale(1.05);
    }
}
@keyframes ddm4 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate360 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes ani_scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.1, 0.01, 0.01, 1.2, 0, 0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes blk {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    31% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk2 {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk3 {
    0% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes scaleOpa {
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes scaleOpa2 {
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes ball {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: 20px;
    }
}
@keyframes ddm {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.15, 0.01, 0.01, 1.15, 0, 30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_imageY {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ddm2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2X {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2Xhalf {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: scale(1.02);
    }
}

@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes uitLineMove {
    0% { stroke-dashoffset: 300.292; }
    100% { stroke-dashoffset: 110; }
}

@keyframes hand {
    0% {
        transform: translateY(-0.5%);
    }

    25% {
        transform: translateY(1%);
    }

    50% {
        transform: translate(0.5%, -1%);
    }

    75% {
        transform: translate(1%, 0.5%);
    }

    100% {
        transform: translate(1%, -1%);
    }
}

@keyframes hand2 {
    0% {
        transform: translateY(2%);
    }

    25% {
        transform: translateY(-1%);
    }

    50% {
        transform: translate(-1%, 2%);
    }

    75% {
        transform: translate(2%, 1%);
    }

    100% {
        transform: translateY(2%);
    }
}
@keyframes bg-position {
    0% {
        background-position: bottom;
    }
    25% {
        background-position: center;
    }
    50% {
        background-position: inherit;
    }
    75% {
        background-position: center;
    }
    100% {
        background-position: bottom;
    }
}
@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.2;
    }
    25% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 1;
    }
    50% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    75% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    100% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0.2;
    }
}

@keyframes light {
    0%, 31%, 34%, 39%, 42%, 47% {
        opacity: 0;
    }
    5%, 30%, 35%, 38%, 43%, 46% {
        opacity: 0.4;
    }
    50%, 55%, 60%, 67%, 51%, 54%, 68%, 100% {
        opacity: 1;
    }
    70% {
        opacity: 0.2;
    }
}
@keyframes marqueeX {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes marqueeY {
    from { transform: translateY(0); }
    to { transform: translateY(-100%); }
}
@keyframes fall {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(240deg) rotateY(400deg) rotateZ(310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes fall2 {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(-240deg) rotateY(-400deg) rotateZ(-310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes backgroundchange {
    0% {
        background: url(/images/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{
    background: url(/images/topcon1_03.jpg) no-repeat center / cover;

}
.main_top{
    width: 9.76378%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15%;
    margin-left: 54%;
}

.main_top_2nd{
    width: 64%;
    text-align: right;
    margin-top: 1%;
    margin-bottom: 6%;
}
header {
    background: white;
}
.main_top {
    width: 9.76378%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    margin-left: 54%;
}
.main {
    background: url(/images/topcon3_01.jpg) no-repeat center / cover;
    margin-top: 3%;
}

.con7_mid_top{
    padding: 2% 2%;
    background: white;
}
.con7_mid_top_cate_margin{
    margin: 0 9%;
}
.con7_mid_top_cate{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12.3%;
    white-space: nowrap;
    height: 100%;
    transition: 0.3s all;
    cursor: pointer;
}
.con7_mid_top_cate:hover .absol{
    opacity: 1;
}
.con7_mid_top_cate:hover{
    background: #192853;
    color: white;
    font-weight: 600;
}

.con7_mid_top_cate > .absol{
    opacity: 0;
    transition: 0.3s all;
}
.main_2nd{
    background: url(/images/topcon3_01.jpg) no-repeat center / cover;

}

.con7_mid_top {
    padding: 0;
    background: white;
    height: 5vw;
}

.main_top_3rd{
    width: 11.0761%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 10%;
    top: 31%;
}


.main_top {
    width: 9.76378%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    margin-left: 56%;
    font-size: 3vw;
    font-weight: 600;
    font-style: italic;
}


.con6_mid_swiper_1_slide_ab{
    width: 1.84949%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 59%;
    top: 29%;
}
.con6_mid_swiper_1_slide_p{
    top: 32%;
    left: 61%;
    font-size: 2vw;
}
.con6_mid_swiper_1_slide_p_2{
    top: 41%;
    left: 61%;
    font-size: 3vw;
}
.con6_mid_swiper_1_slide_p_3{
    top: 54%;
    left: 74%;
}
.con6_mid_swiper_item{
    width: 82%;
}
.con2_top{
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-weight: 600;
    font-size: 1.5vw;
    margin-top: 7%;
    margin-bottom: 1.5%;
    color: #205eb7;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con3_top{
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-weight: 600;
    font-size: 1.5vw;
    margin-top: 7%;
    margin-bottom: 1.5%;
    overflow: hidden;
    color: #205eb7;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con4_top{
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-weight: 600;
    font-size: 1.5vw;
    margin-top: 7%;
    margin-bottom: 1.5%;
    color: #205eb7;
    width: 20%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.con2_top_left{
    width: 1.38688%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 31%;
}
.con2_top_right{
    width: 1.38688%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 31%;
}
.con6_mid_swiper_1_p{
    width: 20%;
    background: black;
    border-radius: 20px;
    height: 2vw;
    color: white;
    text-align: center;
    margin-top: 6%;
    margin-left: 5%;
}
.con6_mid_swiper_2_p{
    bottom: 1%;
    left: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 62%;
}
.con6_mid_swiper_1_slide_p_con {
    width: 93.9959%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-radius: 20px;
    flex-direction: column;
    overflow: hidden;
}
.acon3_01{
    border-radius: 20px;
}
.con6_mid_swiper_1_p{
    width: 20%;
    background: black;
    border-radius: 20px;
    height: 2vw;
    color: white;
    text-align: center;
    margin-top: 6%;
    margin-left: 5%;
}
.con6_mid_swiper_2_p{
    bottom: 1%;
    left: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 62%;
}
.con6_mid_swiper_1_slide_p_con {
    width: 93.9959%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-radius: 20px;
    flex-direction: column;
    overflow: hidden;
}
.con6_mid_swiper_1_slide_p_con {
    width: 23.9959%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-radius: 20px;
    flex-direction: column;
    overflow: hidden;
}
.con2_top_3rd{
    flex-wrap: wrap;
}
.con2_top_2nd{
    width: 7.87402%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-bottom: 4%;
}

.con6_mid_swiper_1_slide_p_con {
    width: 23.9959%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-radius: 20px;
    flex-direction: column;
    overflow: hidden;
    margin: 2% 1.3%;
}



/*물결 버튼 start*/

.liquid_button {
    position: relative;
    padding: 20px 50px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    width: 15%;
    overflow: hidden;
    padding: 1.3% 3%;
    border-radius: 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6%;
    margin-top: 5%;
}

.liquid_button span {

    z-index: 1;
    color: white;
}

.liquid_button .liquid {
    position: absolute;
    top: -80px;
    left: 0;
    width: 200px;
    height: 200px;
    background: #4973ff;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, .5);
    transition: .5s;
}

.liquid_button .liquid::after,
.liquid_button .liquid::before {
    content: '';
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -75%);
    background: #000;
}

.liquid_button .liquid::before {

    border-radius: 45%;
    background: rgba(20, 20, 20, 1);
    animation: animate 5s linear infinite;
}

.liquid_button .liquid::after {

    border-radius: 40%;
    background: rgba(20, 20, 20, .5);
    animation: animate 10s linear infinite;
}

.liquid_button:hover .liquid{
    top: -130%;
}

@keyframes animate {
    0% {
        transform: translate(-50%, -75%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -75%) rotate(360deg);
    }
}
.liquid_button .liquid {
    position: absolute;
    top: -22%;
    left: 0;
    width: 100%;
    height: 223%;
    background: #4973ff;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, .5);
    transition: .5s;
}
.liquid_button .liquid::after, .liquid_button .liquid::before {
    content: '';
    width: 133%;
    height: 236%;
    position: absolute;
    top: -35%;
    left: 50%;
    transform: translate(-50%, -75%);
    background: white;
}
.liquid_button:hover .liquid {
    top: -107%;
}
.liquid_button .liquid {
    position: absolute;
    top: -22%;
    left: 0;
    width: 100%;
    height: 223%;
    background: #205eb7;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, .5);
    transition: .5s;
}
.liquid_button .liquid {
    position: absolute;
    top: -22%;
    left: 0;
    width: 100%;
    height: 223%;
    background: #205eb7;
    box-shadow: unset;
    transition: .5s;
}
/*물결 버튼 end*/


.con3_top_2nd{
    width: 11.706%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 0%;
    margin-bottom: 4%;
}


.con6_left_swiper_5{
    width: 107%;
    margin-top: 2%;
    margin-bottom: 9%;
}
.dcon7_04{
    transition: 0.3s all;
}
.con6_left_swiper_5_slide_con{
    transition: 0.3s all;
    opacity: 0.5;
    scale: 0.8;
}
.dcon7_04{
    border-radius: 20px;
}
.con6_left_swiper_5_slide.swiper-slide-next .con6_left_swiper_5_slide_con{

    opacity: 1;
    scale: 1.1;
}

.con21_mid_prev {
    top: 42% !important;
    left: unset !important;
    bottom: unset !important;
    width: 3% !important;
    height: 3vw !important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 31.4% !important;
}

.con21_mid_next {
    top: 42% !important;
    width: 3% !important;
    height: 3vw !important;
    margin: 0 !important;
    right: 31.4% !important;
}



.con21_mid_prev {
    top: 34% !important;
    left: unset !important;
    bottom: unset !important;
    width: 3% !important;
    height: 3vw !important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 7% !important;
}
.con21_mid_next {
    top: 34% !important;
    right: unset !important;
    bottom: unset !important;
    width: 3% !important;
    height: 3vw !important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 7% !important;
    scale: -1;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    display: none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    display: none;
}


.con3_top_3rd{
    width: 76%;
    padding: 3% 0 5% 0;
}
.con6_left_swiper_5 {
    width: 116%;
    margin-top: 0;
    margin-bottom: 0;
}
.con6_left_swiper_5_slide_con_p{
    margin-top: 5%;
}
.con3_top_3rd {
    width: 76%;
    padding: 3% 0 5% 0;
    background: #f3f8ff;
    border-radius: 30px;
    margin-bottom: 6%;
}



.con21_mid_prev {
    top: 34% !important;
    left: unset !important;
    bottom: unset !important;
    width: 3% !important;
    height: 3vw !important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 28.6% !important;
}
.con21_mid_next {
    top: 34% !important;
    right: unset !important;
    bottom: unset !important;
    width: 3% !important;
    height: 3vw !important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 28.6% !important;
    scale: -1;
}

.con4_top_2nd{
    width: 7.50656%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}


.con11_mid_right_bottom{
    width: 87%;
    height: 13vw;
    margin-top: 2%;
    overflow: scroll;
    margin-bottom: 8%;
}
.con11_mid_right_mid p:nth-child(1){
    margin-left: -9%;
    margin-right: 10%;
}
.con11_mid_right_mid p:nth-child(2){
    margin-left: -38%;
    margin-right: -14%;
}
.con11_mid_right_bottom_item{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_mid_right_bottom_item{
    font-size: 1vw;
    color: grey;
    margin: 2% 0;
}
.con11_mid_right_bottom_item p:nth-child(1){
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_mid_right_bottom_item p:nth-child(3){
    width: 19%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -3%;
}
.con11_mid_right_bottom_item p:nth-child(2){
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_mid_right {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con11_mid_right_bottom {
    width: 87%;
    height: 13vw;
    margin-top: 2%;
    overflow: scroll;
    margin-bottom: 8%;
}
.con11_mid_right_mid {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 85%;
    margin-top: 4%;
    font-family: pretendard-bold;
    font-size: 1vw;
    padding-right: 1%;
    border-bottom: 1px solid black;
    padding-bottom: 2%;
    border-top: 1px solid black;
    padding-top: 2%;
}
.con11_mid_right_bottom {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.con11_mid_right_bottom::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}

.con11_mid_right_mid_title_1 span{
    background: #205eb7;
    color: white;
    padding: 2% 5%;
    box-sizing: border-box;
    border-radius: 30px;
}
.con11_mid_right_mid {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 85%;
    margin-top: 4%;
    font-family: pretendard-bold;
    font-size: 1vw;
    padding-right: 1%;
    border-bottom: 1px solid black;
    padding-bottom: 0;
    border-top: 1px solid black;
    padding-top: 0;
}

.liquid_button .liquid::after, .liquid_button .liquid::before {
    background: #182853;
}

.con6_mid_swiper_1_p {

    display: flex;
    justify-content: center;
    align-items: center;
}
.con2_top{
    overflow: hidden;
}

.con2_top_2nd {
    width: 7.87402%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-bottom: 2%;
}

.header_news{
    color: #192853;
}






.notice_section{
    flex-direction: column;
}
.notice_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 3% 0% 6% 0%;
}
.notice_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.notice_search_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3vw;
    margin: 5% 0% 2% 0%;
}
.notice_search{
    appearance: none;
    border: none;
    outline: none;
    width: 17%;
    height: 100%;
    padding-left: 2%;
    font-family: 'SUIT-Medium';
    font-size: 1vw;
    border: 1px solid #a1a1a1;
    border-radius: 50px;
    right: 10%;
}
.econ1_07{
    right: 12%;
    z-index: 1;
    width: 0.7%;
}
.notice_title{
    font-family: 'SUIT-Bold';
    font-size: 1.5vw;
    color: #000;
    margin: 1% 0% 0% 0%;
}
.notice_title_s{
    font-family: 'SUIT-Medium';
    font-size: 1.5vw;
    color: #000;
}
.notice_bottom_div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 82%;
    height: 27vw;
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
}
.notice_bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 27vw;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.notice_bottom::-webkit-scrollbar {
    display: none;
}
.notice_div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1.5%;
    border-bottom: 1px solid #000;
    cursor: pointer;
    pointer-events: all;
}
.notice_div_01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 5%;
    height: 2vw;
}
.notice_div_02{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    height: 2vw;
}
.notice_div_03{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 5%;
    height: 2vw;
}
.notice_text_01{
    font-family: 'SUIT-Medium';
    font-size: 1vw;
    color: #000;
}
.notice_text_02{
    font-family: 'SUIT-Medium';
    font-size: 1vw;
    color: #000;
    padding: 0% 0% 0% 22%;
}
.notice_text_03{
    font-family: 'SUIT-Medium';
    font-size: 1vw;
    color: #000;
}
.notice_notice{
    background-color: #b81818;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 25px;
    padding: 7%;
}
.notice_notice_text{
    font-family: 'SUIT-Medium';
    font-size: 1.3vw;
    color: #fff;
}
.econ1_07 {
    right: 12%;
    z-index: 1;
    width: 0.7% !important;
}

.notice_div_03 {
    white-space: nowrap;
}


.liquid_button {
    width: 12%;
    padding: 1% 3%;
}
.con6_mid_swiper_1_p {
    display: flex
;
    justify-content: center;
    align-items: center;
    font-size: 0.9vw;
}
@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {
.con6_mid_swiper_1_p {
    font-size: 3vw;
}


    .main_top {
        width: 9.76378%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 27%;
        margin-left: 49%;
        font-size: 7vw;
        font-weight: 600;
        font-style: italic;
    }
    .main {
        background: url(/images/topcon1_03.jpg) no-repeat 29% 0% / cover;
        margin-top: 15%;
    }
    .main_top_2nd {
        width: 84%;
        text-align: right;
        margin-top: 1%;
        margin-bottom: 6%;
    }
    .main_top_3rd {
        width: 39.0761%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 5%;
        top: 26%;
    }
    .main {
        background: url(/images/topcon1_03.jpg) no-repeat 33% 0% / cover;
        margin-top: 15%;
    }

    .main_top {
        width: 9.76378%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 27%;
        margin-left: 62%;
        font-size: 7vw;
        font-weight: 600;
        font-style: italic;
    }

    .con7_mid_top_cate{
        width: 26%;
    }
    .con7_mid_top {
        padding: 0;
        background: white;
        height: 9vw;
    }
    .con7_mid_top_cate_margin {
        margin: 0 1%;
    }
    .con7_mid_top_cate {
        width: 28%;
    }

    .con2_top {
        font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
        font-weight: 600;
        font-size: 4.5vw;
        margin-top: 7%;
        margin-bottom: 1.5%;
        color: #205eb7;
        width: 52%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con2_top_2nd {
        width: 25.87402%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 4%;
        margin-top: 5%;
    }
    .con6_mid_swiper_1_slide_p_con {
        width: 40.9959%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        border-radius: 0;
        flex-direction: column;
        overflow: hidden;
        margin: 2% 1.3%;
    }

    .con6_mid_swiper_2_p {
        bottom: 1%;
        left: 3%;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        position: relative;
    }
    .con6_mid_swiper_1_p {
        width: 50%;
        background: black;
        border-radius: 20px;
        height: 5vw;
        color: white;
        text-align: center;
        margin-top: 6%;
        margin-bottom: 6%;
        margin-left: 25%;
    }

    .liquid_button {
        position: relative;
        padding: 20px 50px;
        display: block;
        text-decoration: none;
        text-transform: uppercase;
        width: 27%;
        overflow: hidden;
        padding: 1.3% 3%;
        border-radius: 40px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 6%;
        margin-top: 5%;
    }
    .con3_top {
        font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
        font-weight: 600;
        font-size: 4.5vw;
        margin-top: 7%;
        margin-bottom: 1.5%;
        color: #205eb7;
        width: 52%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con3_top_2nd {
        width: 43.706%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
        margin-bottom: 5%;
    }

    .con3_top_3rd {
        width: 86%;
        padding: 10% 0 8% 0;
        background: #f3f8ff;
        border-radius: 22px;
        margin-bottom: 6%;
    }

    .con6_left_swiper_5 {
        width: 164%;
        margin-top: 0;
        margin-bottom: 0;
    }
    .con21_mid_prev {
        top: 34% !important;
        left: unset !important;
        bottom: unset !important;
        width: 8vw !important;
        height: 8vw !important;
        margin: 0 !important;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 28.6% !important;
    }
    .con21_mid_next {
        top: 34% !important;
        right: unset !important;
        bottom: unset !important;
        width: 8vw !important;
        height: 8vw !important;
        margin: 0 !important;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 28.6% !important;
        scale: -1;
    }

    .con4_top {
        font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
        font-weight: 600;
        font-size: 4.5vw;
        margin-top: 7%;
        margin-bottom: 1.5%;
        color: #205eb7;
        width: 59%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con4_top_2nd {
        width: 24.50656%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3.5%;
        margin-bottom: 3%;
    }

    .con11_mid_right {
        width: 94%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .con11_mid_right_bottom_item {
        font-size: 3vw;
        color: grey;
        margin: 2% 0;
    }
    .con11_mid_right_mid_title_1 span {
        background: #205eb7;
        color: white;
        padding: 2% 8%;
        box-sizing: border-box;
        border-radius: 30px;
    }

    .con11_mid_right_bottom {
        width: 87%;
        height: 57vw;
        margin-top: 2%;
        overflow: scroll;
        margin-bottom: 10%;
    }

    
    .con2_top {
        height: 5vw;
    }
    .con3_top {
        line-height: 5vw;
    }
    .con4_top{
        line-height: 5vw;
        
    }
    
    
        .con6_mid_swiper_2_p {
        left: unset;
    }
    
    
    
    
    .notice_title {
        font-family: 'SUIT-Bold';
        font-size: 5.5vw;
        color: #000;
        margin: 1% 0% 0% 0%;
    }
    .notice_title_s {
        font-family: 'SUIT-Medium';
        font-size: 4.5vw;
        color: #000;
    }
    .notice_search {
        appearance: none;
        border: none;
        outline: none;
        width: 35%;
        height: 100%;
        padding-left: 2%;
        font-family: 'SUIT-Medium';
        font-size: 2.5vw;
        border: 1px solid #a1a1a1;
        border-radius: 50px;
        right: 10%;
    }
    .notice_search_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 5vw;
        margin: 6% 0% 5% 0%;
    }
    .econ1_07 {
        right: 12%;
        z-index: 1;
        width: 2%;
    }

    .notice_bottom_div {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: 70vw;
        border-top: 2px solid #000;
        border-bottom: 1px solid #000;
    }
    .notice_bottom {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: 70vw;
        overflow-y: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .notice_div {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 1.5%;
        border-bottom: 1px solid #000;
        cursor: pointer;
        pointer-events: all;
    }
    .notice_div_01 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 10%;
        height: 9vw;
    }
    .notice_text_01 {
        font-family: 'SUIT-Medium';
        font-size: 3.3vw;
        color: #000;
    }
    .notice_div_02 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 72%;
        height: 9vw;
    }
    .notice_text_02 {
        font-family: 'SUIT-Medium';
        font-size: 3.3vw;
        color: #000;
        padding: 0% 0% 0% 8%;
    }
    .notice_div_03 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 11%;
        height: 9vw;
    }
    .notice_text_03 {
        font-family: 'SUIT-Medium';
        font-size: 3.3vw;
        color: #000;
    }
    .notice_notice {
        background-color: #b81818;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        border-radius: 15px;
        padding: 10%;
    }
    .notice_notice_text {
        font-family: 'SUIT-Medium';
        font-size: 3.3vw;
        color: #fff;
    }
    
    .con2_top {
        margin-top: 16%;
    }
    
        .con2_top_2nd {
        width: 25.87402%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-bottom: 7%;
        margin-top: 3%;
    }
.con2_top_3rd {
    flex-wrap: wrap;
}    
    .con3_top_2nd {
        width: 43.706%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-bottom: 8%;
    }
        .con4_top {
        margin-top: 22%;
    }
    
    .notice_search_div {
        display: flex
;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 7vw;
        margin: 6% 0% 5% 0%;
        margin-right: -12%;
    }
    .econ1_07 {
    right: 12%;
    z-index: 1;
    width: 2% !important;
}
    .con2{
        padding-bottom: 13%;
    }
}