* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}
section{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;

}
.pc-mobile{
    display: flex;
}
.mobile-pc{
    display: none;
}
.pc{
    display: flex;
}
.pc-inline{
    display: inline;
}
.tablet{
    display:none;
}
.mobile{
    display:none;
}
html {
    scroll-behavior: smooth;
}
.main::after{
    width: 1vw;
    height: 0vw;
    position: absolute;
    top: 0;
    pointer-events: none;
    opacity: 0;
    pointer-events: none;
    content:url(/images/con1_10.png) url(/images/con1_11.png) url(/images/con1_12.png)
    url(/images/con6_08.png) url(/images/con6_09.png)  url(/images/con6_10.png) url(/images/con6_11.png) url(/images/con6_12.png)
    url(/images/con7_02.png) url(/images/con7_03.png) url(/images/con7_04.png)  url(/images/con7_05.png);
}
.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.flowhid{
    overflow: hidden;
}
.hide{
    display: none !important;
}
.hideopa{
    opacity: 0 !important;
}
.show{
    opacity: 1 !important;
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
.scrX{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrX .scrX_item{
    animation: marqueeX 20s infinite linear;
    width: 100%;
}
.scrX .scrX_item_absol {
    right: -100%;
    width: 100%;

}

.scrY{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrY .scrY_item{
    animation: marqueeY 20s infinite linear;
    height: 100%;
}
.scrY .scrY_item_absol {
    bottom: -100%;
    width: 100%;
}


.flexrow{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.flexcol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}



.flexrowhalf{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.flexcolhalf{
    width: 50%;
    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 rotate_img10deg {

    0% {
        transform: rotate(10deg);
    }
    49% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    99% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(10deg);
    }
}

@keyframes rotate_img5deg {

    0% {
        transform: rotate(5deg);
    }
    49% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(-5deg);
    }
    99% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(5deg);
    }
}


@keyframes opazoom {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.02);
        opacity: 0;

    }
    100% {
        transform: scale(1);
        opacity: 1;

    }
}
.opazoom{
    animation: opazoom 1.5s infinite;
}
@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);
    }
}
.rotate{
    animation: rotate360 2s infinite linear;
}
.pointer{
    cursor: pointer;
}
.blk{
    animation: blk 1s infinite;
}
.scaleopa1{
    animation: scaleOpa 2s infinite;
}

.scaleopa2{
    animation: scaleOpa2 2s infinite;
}




.main{
    background: url(/images/bcon1_02.jpg) no-repeat center / cover;
    height: 31vw;
    margin-top: 2%;
}
.main_top{
    overflow: hidden;
    position: absolute;
    top: 51%;
}
.con1_top{
    background: white;
    height: 2.5vw;
    border-bottom: 1px solid #000000a6;

}
.con1_top_con{
    width: 15.5906%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.main_trigger{
    bottom: 19%;
}
.floating_div {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 51%;
    padding: 1.1% 4%;
    box-sizing: border-box;
    z-index: 1001;
    border-radius: 40px;
    background: white;
    position: absolute;
    top: 0;
    transform: translateY(100%);
    transition: 1s bottom, 0.3s scale;
    scale: 0.95;

}
.floating_div_item{
    transition: 0.3s font-weight;
    position: relative;
    display: flex;
    justify-content: center;align-items: center;
}
.floating_div_item:hover{
    font-weight: 700;
}
.floating_div {
    z-index: 1001;
    overflow: hidden;
}
.floating_div_item_ab{
    overflow: hidden;
    scale: 2;
    bottom: 195%;
    transition: 0.3s bottom;
}
.floating_div_item:hover .floating_div_item_ab{
    bottom: 125%;

}
.floating_div_on{
    position: fixed;
    top: 18%;
    z-index: 1001;
    scale: 1;
}

.floating_div_on.drop {
    position: fixed;
    animation: dropHeader2 0.3s;
}
.floating_div_on.insert {
    position: fixed;
    animation: insertHeader2 0.3s;
    top: 4%;

}


@keyframes dropHeader2 {
    0% {
        top: 4%;
    }
    100% {
        top: 18%;
    }
}
@keyframes insertHeader2 {
    0% {
        top: 18%;
    }
    100% {
        top: 4%;

    }
}

.floating_div {
    border: 1px solid #00000045;
}


.is-fixed{
    position: fixed !important;
    top: 36% !important;
    left: 36.5%;
}







.con7_prev:after,.con7_next:after {
    content: unset !important;
}
.con10_prev:after,.con10_next:after {
    content: unset !important;
}
.con7_prev{
    left: 1% !important;
    top: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    border-radius: 50%;
    overflow: hidden;
    left: 9% !important;
    bottom: 33%;
    transition: 0.4s background;
}
.con7_next{
    right: 1% !important;
    top: unset !important;
    width: 3vw !important;
    border-radius: 50%;

    height: 3vw !important;
    overflow: hidden;
    transition: 0.4s background;

    right: 9% !important;
    bottom: 33%;

}
.con7_prev_ab{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transition: 0.4s all;
}
.con7_next_ab{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 50%;
    transition: 0.4s all;

}
.con7_prev:hover .con7_prev_ab{
    left: 20%;
}
.con7_next:hover .con7_next_ab{
    right: 20%;
}

.con7_prev:hover {
    background: black;
}
.con7_next:hover {
    background: black;

}




.con3_top{
    width: 3.14961%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 12.5%;
}
.con3_top_2nd{
    font-size: 2vw;
    margin-top: 2.3%;
    line-height: unset;
}




.con11_mid_swiper_1_slide{
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.con11_swiper_item_img{
    width: 100% !important;
    overflow: hidden;
}
.con11_swiper_item_img iframe{
    overflow: hidden;
    width: 100%;
}
.con11_swiper_item_img {
    width: 75% !important;
    overflow: hidden;
}
.con11_swiper_item_img {
    width: 75% !important;
    overflow: hidden;
    height: 13vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}
.con11_mid_bottom{
    width: 118% !important;
}
.con11_swiper_item_img {
    width: 74% !important;
    overflow: hidden;
    height: 15vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}
.con11_swiper_item_img{
    transition: 0.3s all;

}
.con11_mid_swiper_1_slide.swiper-slide-next > div{
    scale: 1.5;
}
.con11_mid_swiper_1{
    padding: 7% 0;
    padding-bottom: 9%;
}



.con3 .con7_prev {
    left: 1% !important;
    top: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    border-radius: 50%;
    overflow: hidden;
    left: 29% !important;
    bottom: 55%;
    transition: 0.4s background;
}

.con3 .con7_next{
    right: 1% !important;
    top: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    border-radius: 50%;
    overflow: hidden;
    right: 29% !important;
    bottom: 55%;
    transition: 0.4s background;
}

.con11_mid_swiper_1 {
    padding: 5% 0;
    padding-bottom: 11%;
}
.con11_swiper_item_img_2nd{
    opacity: 0;
    transition: 0.3s opacity;
}
.con11_mid_swiper_1_slide.swiper-slide-next > .con11_swiper_item_img_2nd{
    scale: 1;
    opacity: 1;

}
.con11_mid_swiper_1_slide{
    flex-direction: column;
}
.con11_swiper_item_img_2nd{
    position: absolute;
    top: 133%;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid black;
    padding-bottom: 1.3%;
}


.con4{
    background: url(/images/econ3_bg.jpg) no-repeat center / cover;
}
.con4_top{
    font-size: 1.2vw;
    width: 61%;
    margin-top: 6%;
}
.con4_top_2nd{
    width: 61%;
    margin-top: 2.4%;
    margin-bottom: 8%;
}
.con4_top_ab{
    bottom: 18%;
    right: 10%;
}
.con5_swiper_item_img_2nd {
    display: flex
;
    text-align: center;
    height: 4vw;
    justify-content: center;
    align-items: center;
}
.con5_2nd .con5_top_2nd{
    height: 4vw;
    margin-top: 0 !important;
}
.con5_mid_swiper_1_2nd{
    width: 79%;
    overflow: hidden;
}
.con5_swiper_item_img_bg_2nd{
    top: -30%;
    height: 1vw;
    width: 0.2vw;
    background: #d71921;
    transition: 0.5s all;
}
.con5_swiper_item_img_2nd_2nd{
    font-weight: 200;
    transition: 0.3s all;
}
.con5_mid_swiper_1_2nd_slide.swiper-slide-next   .con5_swiper_item_img_2nd_2nd{
    font-weight: 700;
}
.con5_mid_swiper_1_2nd_slide.swiper-slide-next   .con5_swiper_item_img_bg_2nd{
    top: 0%;

}
.con5_2nd .con7_prev {
    left: 1% !important;
    top: unset !important;
    width: 8vw !important;
    height: 100% !important;
    border-radius: unset;
    overflow: hidden;
    left: 0% !important;
    bottom: 0;
    transition: 0.4s background;
}
.con5_2nd .con7_next {
    right: 1% !important;
    top: unset !important;
    width: 8vw !important;
    height: 100% !important;
    border-radius: unset;
    overflow: hidden;
    right: 0% !important;
    bottom: 0;
    transition: 0.4s background;
}
.con5_2nd .con7_prev_ab {
    width: 50%;
    display: flex
;
    justify-content: center;
    align-items: center;
    left: 60%;
    transition: 0.4s all;
}
.con5_2nd .con7_next_ab {
    width: 50%;
    display: flex
;
    justify-content: center;
    align-items: center;
    right: 60%;
    transition: 0.4s all;
}

.con6{
    background: #f7f0e8;
}
.con6_con {
    background: white;
    border-radius: 30px;
    width: 80%;
    margin-top: 3%;
    box-shadow: 0px 0px 34px 1px rgb(0 0 0 / 8%);
}
.con6_con_top{
    width: 18.9633%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}
.con6_con_top_ab{
    bottom: 52%;
    font-size: 1.2vw;
    color: #00000052;
    font-weight: 700;
}

.con6_con_top_2nd{
    width: 47.3753%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.5%;
}
.con6_con_top_2nd_ab {
    width: 4.98615%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 105%;
    top: 88%;
}
.con6_con_top_3rd{
    margin-top: 3%;
}
.con6_con_top_4th{
    border-bottom: 1px solid black;
    margin-bottom: 3%;
    width: 91%;
    margin-top: 3%;
}
.con6_con_top_5th{
    height: 31vw;
    width: 82%;
    margin-bottom: 5%;
    overflow: scroll;
}


/* 스크롤바의 폭 너비 */
.con6_con_top_5th::-webkit-scrollbar {
    width: 0.3vw;
    margin-right: 6%;
    position: absolute;
}

.con6_con_top_5th::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.17);/* 스크롤바 색상 */
    border-radius: 10px; /* 스크롤바 둥근 테두리 */

}
.con6_con_top_5th::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px; /* 스크롤바 둥근 테두리 */
    margin-top: 1vw;
    margin-bottom: 1vw;

}
::-webkit-scrollbar-corner {
    background: transparent;
}
.con6_con_top_5th::-webkit-scrollbar-track-piece:end {
    background: transparent;
    margin-bottom: 10px;
}

.con6_con_top_5th::-webkit-scrollbar-track-piece:start {
    background: transparent;
    margin-top: 10px;
}
.con6_con{
    margin-top: 3%;
    margin-bottom: 6%;
}




.con5_top{
    width: 2.88714%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    overflow: hidden;
}
.con5_top_2nd{
    margin-top: 3%;
    overflow: hidden;
}

.con5_mid_swiper_1 {
    width: 93%;
    margin-right: -21%;
}
.con5_mid_bottom{
    width: 100%;
    margin-top: 4%;
    margin-bottom: 10%;
}
.con5_swiper_item_img{
    width: 100% !important;
}

.con5_swiper_item_img{
    width: 101.091%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 20px;
}
.con5_swiper_item_img_2nd{
    top: 63%;
    left: 13%;
}
.con5_swiper_item_img_3rd{
    top: 84%;
    left: 13%;
}

.con5_mid_swiper_1 {
    overflow: hidden;
}

.con5 .con7_prev {
    left: 9% !important;
    bottom: 43%;
}


.con7_top{
    margin-top: 4%;
    overflow: hidden;
}
.con7_top_2nd{
    margin-top: 2%;
}

.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;
}
.con01_01{
    width: 1.5% !important;
    right: 12%;
    z-index: 2;
}
.notice_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 3% 0% 8% 0%;
}
.con2 .con7_prev{
    left: 29% !important;
    bottom: 56% !important;
}
.con2 .con7_next{
    right: 29% !important;
    bottom: 56% !important;
}

.con5_swiper_item_img_2nd {
    top: 63%;
    left: 13%;
    text-align: left;
    width: 68%;
}
.con5_swiper_item_img_2nd_2nd {
    white-space: nowrap;
}

.container{
    display: none;
}

.header_menu_4th{
        color: #d71921 ;
}
.con11_swiper_item_img iframe{
    height: 100%;
}

.con5_swiper_item_img{
    height: 20vw;
}
.acon6_03a{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
    .con5_top_2nd .con5_swiper_item_img_2nd{
        width: 100% !important;
        text-overflow: ellipsis;
        text-align: left;
    }
.con5_swiper_item_img_2nd_2nd{
            width: 100% !important;
        text-overflow: ellipsis;
}

.con5_mid_swiper_1 .con5_swiper_item_img_2nd{
    width: 68%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: unset;
}

.con5_top_2nd .con5_swiper_item_img_2nd {
    width: 100% !important;
    text-overflow: ellipsis;
    text-align: center;
}
.con5_swiper_item_img_2nd {
    left: 0;
}

.con5_mid_swiper_1 .con5_swiper_item_img_2nd{
    padding-left: 10%;
}
.acon4_01{
        margin-top: -1.3vw;
}
.acon6_01{
        margin-top: -48%;
}
.econ4_03{
        margin-top: -60%;
    
}

.con6_con {
    flex-wrap: wrap;
    flex-direction: row;
}
.con6_item{
    width: 24%;
    height: 16vw;
}
.con6_con_top_ab {
    font-size: 0.9vw;
}
.con6_con_top_3rd {
    font-size: 1vw;
}
.con6_con_top {
    width: 59.9633%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}
.con6_con_top_2nd {
    width: 76.3753%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 2.5%;
    height: 8vw;
    overflow: hidden;
}
.con6_item {
    width: 24%;
    height: 19vw;
    justify-content: flex-end;
    cursor: pointer;
}
.con6_con {
    flex-wrap: wrap;
    flex-direction: row;
    padding-bottom: 4%;
}

.con55_top_2nd{
    
    border: 1px solid #e5dfd8;
    background: #f6f1ea;
    border-radius: 2vw;
    width: 84%;
    margin-top: 2%;
}
.con55_top{
    text-align: center;
    margin-top: 9%;
}
.con55_top_2nd_top{
    width: 29.5625%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -52%;
    margin-top: 5%;
}
.con55_top_2nd_top_2nd{
    width: 81%;
    margin-top: 3%;
}
.con55_top_2nd_top_3rd{
        width: 81%;
    line-height: 1.5;
    margin-top: 1.3%;
    margin-bottom: 7%;
}
.con55_top_2nd_ab{
        width: 36.5625%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 9%;
}

.con55_top_3rd{
    
    flex-wrap: wrap;
    width: 84%;
    margin-top: 5%;
    margin-bottom: 5%;
}
.con55_top_3rd_item{
        width: 22.5%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1%;
    margin-bottom: 3.5%;
}
.con55_top_3rd_item_top {
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    height: 19vw;
    overflow: hidden;
}
.con55_top_3rd_item_top_2nd{
        font-size: 1.2vw;
    font-weight: 500;
    margin-top: 7%;
}
.con55_top_3rd_item_top_3rd{
        width: 40.5556%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    height: 1.4vw;
}
.con55_top_3rd_item_top_3rd_ab{
        width: 66.4384%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con55_top_3rd_item_top_3rd_ab2{
        width: 59.589%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con55_top_3rd_item_top_4th{
    margin-top: 2%;
}
@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {
    .main {
        background: url(/images/bcon1_02.jpg) no-repeat 91% 96% / cover;
        height: 66vw;
        margin-top: 20%;
    }

    .main_top{
        scale: 2.4;
        margin-top: 11%;
    }

    .floating_div {
        position: fixed !important;
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 51%;
        padding: 1.1% 4%;
        box-sizing: border-box;
        z-index: 1001;
        border-radius: 40px;
        background: white;
        position: absolute;
        top: 14% !important;
        transform: unset !important;
        transition: 1s bottom, 0.3s scale;
        scale: 0.95;
        width: 93% !important;
        box-shadow: unset !important;

    }
    .con1_top_con {
        width: 48.5906%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con1_top {
        background: white;
        height: 6.5vw;
        border-bottom: 1px solid #000000a6;
    }


    .con3_top {
        width: 9.14961%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-top: 16.5%;
    }
    .con3_top_2nd {
        font-size: 6vw;
        margin-top: 3.3%;
        line-height: unset;
    }

    .con11_mid_bottom {
        width: 178% !important;
    }

    .con11_swiper_item_img {
        width: 92% !important;
        overflow: hidden;
        height: 28vw;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
    }

    .con11_swiper_item_img_2nd {
        position: absolute;
        top: 138%;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid black;
        padding-bottom: 4.3%;
    }

    .con11_mid_swiper_1 {
        padding: 7% 0;
        padding-bottom: 21%;
    }

    .con2 .con7_prev {
        left: 1% !important;
        top: unset !important;
        width: 8vw !important;
        height: 8vw !important;
        border-radius: 50%;
        overflow: hidden;
        left: 27% !important;
        bottom: 60%;
        transition: 0.4s background;
    }


    .con2 .con7_next {
        top: unset !important;
        width: 8vw !important;
        height: 8vw !important;
        border-radius: 50%;
        overflow: hidden;
        right: 27% !important;
        bottom: 60%;
        transition: 0.4s background;
    }
    .con4_top {
        font-size: 3.2vw;
        width: 79%;
        margin-top: 15%;
    }
    .con4_top_2nd {
        width: 79%;
        margin-top: 4.4%;
        margin-bottom: 33%;
    }

    .con4_top_ab {
        bottom: 18%;
        right: 10%;
        width: 79%;
    }

    .con4 {
        background: url(/images/econ3_bg.jpg) no-repeat 100% / cover;
    }
    .con5_top_2nd {
        height: 10vw;
        margin-top: 0%;
    }

    .con5_swiper_item_img_2nd{
        text-align: center;
    }
    .con5_mid_swiper_1_2nd_slide{
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .con5_swiper_item_img_2nd {
        top: 63%;
        left: unset;
    }
    .con5_2nd .con7_prev {
        top: unset !important;
        width: 12vw !important;
        height: 100% !important;
    }
    .con5_2nd .con7_next {
        top: unset !important;
        width: 12vw !important;
        height: 100% !important;
    }
    .con6_con {
        margin-top: 9%;
        margin-bottom: 9%;
        width: 92%;
    }

    .con6_con_top {
        width: 59.9633%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 9%;
    }
    .con6_con_top_ab {
        bottom: 52%;
        font-size: 3.8vw;
        color: #00000052;
        font-weight: 700;
    }
    .con6_con_top_2nd {
        width: 79.3753%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5.5%;
    }
    .con6_con_top_3rd {
        margin-top: 6%;
    }
    .con6_con_top_4th {
        border-bottom: 1px solid black;
        margin-bottom: 3%;
        width: 86%;
        margin-top: 6%;
    }
    .con6_con_top_5th {
        height: 57vw;
        width: 86%;
        margin-bottom: 5%;
        overflow: scroll;
    }




    .con5_top {
        width: 9.88714%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }


    .con5_mid_swiper_1 {
        width: 173%;
        margin-right: 0;
        flex-direction: column;
    }

    .con5_mid_bottom {
        width: 100%;
        margin-top: 5%;
        margin-bottom: 15%;
        flex-direction: column;
    }
    .con5 .con7_prev {
        left: 16% !important;
        bottom: 43%;
        width: 8vw !important;
        height: 8vw !important;
    }

    .con5 .con7_next {
        right: 16% !important;
        bottom: 43%;
        width: 8vw !important;
        height: 8vw !important;
    }

    .con5_top_2nd {
        height: 10vw;
        margin-top: 4%;
    }




    .notice_section .con14_top {
        margin-top: 16%;
        margin-bottom: -3%;
    }
    .notice_search {
        appearance: none;
        border: none;
        outline: none;
        width: 37%;
        height: 122%;
        padding-left: 2%;
        width: 54%;
        font-family: 'SUIT-Medium';
        font-size: 2.5vw;
        border: 1px solid #a1a1a1;
        border-radius: 50px;
        right: 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_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 5vw;
        margin: 6% 0% 5% 0%;
    }

    .con7_top {
        margin-top: 8%;
        width: 6.15223%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }


    .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;
    }
    .notice_content {
        display: flex
    ;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 3% 0% 15% 0%;
    }


    .notice_search {
        appearance: none;
        border: none;
        outline: none;
        width: 37%;
        height: 164%;
        padding-left: 4%;
        width: 59%;
        font-family: 'SUIT-Medium';
        font-size: 3.5vw;
        border: 1px solid #a1a1a1;
        border-radius: 50px;
        right: unset;
    }
    .con01_01 {
        width: 4.5% !important;
        right: 23%;
        z-index: 2;
    }
    .con7_top_2nd {
        margin-top: 3%;
        margin-bottom: 2%;
    }

    
    
    .acon4_01{
        min-width: 9.14961vw !important;
    }
    
.con5_2nd .con5_top_2nd {
    height: 11vw;
    margin-top: 0 !important;
}    
    .con6_con_top_2nd_ab{
        display: none;
    }
    
.con5_swiper_item_img {
    height: 77vw;
}
    .con5_swiper_item_img_2nd{
            top: 63%;
    left: 13%;
    width: 67%;
    text-align: left;
    }
    
    .con5_swiper_item_img {
    height: 77vw;
}
    .con5_swiper_item_img_2nd{
            top: 63%;
    left: 13%;
    width: 67%;
    text-align: left;
    }
.con5_swiper_item_img_2nd{
    height: unset ;
    width: 68%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
    
    .con5_top_2nd .con5_swiper_item_img_2nd{
        width: 100% !important;
        text-overflow: ellipsis;
        
    }
        .con5_2nd .con7_prev {
        top: unset !important;
        width: 9vw !important;
        height: 100% !important;
    }
    .con5_2nd .con7_next {
        top: unset !important;
        width: 9vw !important;
        height: 100% !important;
    }
.con5_2nd .con7_prev_ab {
    width: 74%;
    display: flex
;
    justify-content: center;
    align-items: center;
    left: 50%;
    transition: 0.4s all;
}
.con5_2nd .con7_next_ab {
    width: 74%;
    display: flex
;
    justify-content: center;
    align-items: center;
    right: 50%;
    transition: 0.4s all;
}    
    .con5_swiper_item_img_2nd {
        top: 63%;
        left: 0;
        width: 67%;
        text-align: left;
    }    
.con5_mid_swiper_1_2nd_slide.swiper-slide-active   .con5_swiper_item_img_2nd_2nd{
    font-weight: 700;
}

.con6_item {
    width: 45%;
    height: 52vw;
    justify-content: flex-end;
    cursor: pointer;
}
    
.con6_con_top_2nd {
    height: 18vw;
    overflow: hidden;
}
.con6_con_top_3rd {
    font-size: 3.3vw;
}
    
    .con6_con_top_ab {
        bottom: 52%;
        font-size: 3vw;
        color: #00000052;
        font-weight: 700;
    }    
    .con6_con_top {
        width: 84.9633%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 9%;
    }
    
    
.con6_con {
    padding-bottom: 11%;
    padding-top: 5%;
}
    
    
.con55_top {
    text-align: center;
    margin-top: 15%;
}
    
.con55_top_2nd {
    border: 1px solid #e5dfd8;
    background: #f6f1ea;
    border-radius: 2vw;
    width: 84%;
    margin-top: 5%;
}
    
.con55_top_2nd_top {
    width: 72.5625%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-top: 10%;
}
    
    
.con55_top_2nd_top_2nd {
    width: 81%;
    line-height: 1.5;
    margin-top: 4.3%;
    margin-bottom: 7%;
    text-align: center;
}
    .con55_top_2nd_top_3rd{
            text-align: center;
    width: 90%;
    margin-bottom: 8%;
    margin-top: -5%;
    }
.con55_top_2nd_ab {
    width: 76.5625%;
    display: flex
;
    justify-content: center;
    align-items: center;
    right: unset;
    position: relative;
    margin-top: -3%;
    margin-bottom: 10%;
}
    
    .con55_top_3rd_item {
    width: 47.5%;
    flex-direction: column;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin: 0 1%;
    margin-bottom: 5.5%;
}
.con55_top_3rd_item_top {
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    height: 36vw;
    overflow: hidden;
}
.con55_top_3rd_item_top_2nd {
    font-size: 3.7vw;
    font-weight: 500;
    margin-top: 9%;
}
.con55_top_3rd_item_top_3rd {
    width: 63.5556%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    height: 4.4vw;
}    
   .con55_top_3rd_item_top_4th {
    margin-top: 5%;
}
    
.acon4_01{
        margin-top: -3.3vw;
}

.floating_div {
        width: 103% !important;
    }
    
    
    
}
