* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}
section{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;

}
.pc-mobile{
    display: flex;
}
.mobile-pc{
    display: none;
}
.pc{
    display: flex;
}
.pc-inline{
    display: inline;
}
.tablet{
    display:none;
}
.mobile{
    display:none;
}
html {
    scroll-behavior: smooth;
}
.main::after{
    width: 1vw;
    height: 0vw;
    position: absolute;
    top: 0;
    pointer-events: none;
    opacity: 0;
    pointer-events: none;
    content:url(/images/con1_10.png) url(/images/con1_11.png) url(/images/con1_12.png)
    url(/images/con6_08.png) url(/images/con6_09.png)  url(/images/con6_10.png) url(/images/con6_11.png) url(/images/con6_12.png)
    url(/images/con7_02.png) url(/images/con7_03.png) url(/images/con7_04.png)  url(/images/con7_05.png);
}
.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.flowhid{
    overflow: hidden;
}
.hide{
    display: none !important;
}
.hideopa{
    opacity: 0 !important;
}
.show{
    opacity: 1 !important;
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
.scrX{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrX .scrX_item{
    animation: marqueeX 20s infinite linear;
    width: 100%;
}
.scrX .scrX_item_absol {
    right: -100%;
    width: 100%;

}

.scrY{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrY .scrY_item{
    animation: marqueeY 20s infinite linear;
    height: 100%;
}
.scrY .scrY_item_absol {
    bottom: -100%;
    width: 100%;
}


.flexrow{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.flexcol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;500;600;700&display=swap");
@font-face {
    font-family: "Noto Sans KR", sans-serif;
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

/*@font-face {*/
/*    font-family: '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 20s infinite linear;
}
.pointer{
    cursor: pointer;
}
.blk{
    animation: blk 1s infinite;
}
.scaleopa1{
    animation: scaleOpa 2s infinite;
}

.scaleopa2{
    animation: scaleOpa2 2s infinite;
}

.main{
    background: url(/images/biz/con01_02.png) no-repeat center / cover;
}
.main_top{
    margin-top: 15%;
    font-weight: 700;
    font-size: 1.2vw;
}
.main_top_2nd{
    font-size: 4vw;
    font-weight: 900;
    line-height: 1.1;
}
.main_top_3rd{
    margin-top: 2%;
    margin-bottom: 9%;
}
.con1{
    background: url(/images/biz/con01_03.png) no-repeat center / cover;
    flex-direction: row;
    height: 5vw;
}
.con1_item{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 1.2vw;
    margin: 0 2%;
    padding: 0% 1%;
    transition: 0.3s ease border-bottom,0.3s ease color;


}
.con1_item_on{
    color: #e50111;
    font-weight: 700;
    border-bottom: 1vw solid #e50111;
}
.con1_item:hover {
    color: #e50111;
    font-weight: 700;
    border-bottom: 1vw solid #e50111;
}

.con2_top{
    width: 31.601%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 13%;
    margin-left: -46%;
}
.con2_top_2nd{
    width: 33%;
    height: 0.1vw;
    margin-left: -44%;
    margin-top: 3.6%;
}
.con2_top_3rd{
    margin-top: 3%;
    width: 76%;
}
.con2_top_4th{
    width: 76%;
    margin-top: 1.4%;
    margin-bottom: 9%;
}

.con2 .mySwiper{
    width: 45%;
    position: absolute;
}


.con2 .mySwiper {
    width: 45%;
    position: absolute;
    right: 0;
}

.con3_scrx{
    padding: 0.7% 0;
    width: 120% !important;
}

.con3_top{
    width: 24.042%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-left: 0%;
}
.con3{
    background: url(/images/newmenu/con01_bg.png) no-repeat center / cover;
}
.con3_top_2nd{
    margin-top: 3%;
}
.con3_top_3rd{
    flex-wrap: wrap;
    margin-top: 2%;
    width: 90% !important;
}
.con3_top_3rd_item {
    width: 19vw;
    height: 26vw;
    background: #fff9f9;
    border-radius: 1.4vw;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 1.5%;
}
.con01_15{
    width: unset;
    height: 100%;
}
.con3_top_3rd_item_img{
    width: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    height: 14vw;
    bottom: 32%;
}
.con3_top_3rd_item_line{
    width: 93%;
    border: 1px solid #e50213;
    top: 79%;
}
.con3_top_3rd_item_titleAndDesc{
    top: 83%;
    left: 12%;
}
.con3_top_3rd_item_title{
    font-size: 1.3vw;
}
.con3_top_3rd_item_Desc{
    font-size: 0.9vw;
    margin-top: 2%;
    font-weight: 600;
}
.con3_top_3rd_item_tag{
    width: 13.8122%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 31%;
    left: 66%;
}
.con3_top_3rd_item_info{
    justify-content: flex-start !important;
    align-items: flex-start !important;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 16%;
    background: white;
    height: 100%;
    z-index: 1;
    box-sizing: border-box;
}

.con3_top_3rd_item_info_top_7th{
    bottom: 0;
    width: 100%;
    left: 0;
    height: 24%;
    flex-wrap: wrap
}
.con3_top_3rd_item_info{
    border: 1px solid #e50213;
    border-radius: inherit;
}

.con3_top_3rd_item_info_top_2nd{
    margin-top: 2%;
}
.con3_top_3rd_item_info_top_3rd{
    font-weight: 700;
    font-size: 0.8vw;
    margin-top: 6%;
}
.con3_top_3rd_item_info .con3_top_3rd_item_line{
    top: unset;
    margin-top: 5%;
}
.con3_top_3rd_item_info_top_4th{
    font-size: 0.8vw;
    line-height: 1.3;
    height: 3vw;
    margin-top: 6%;
}
.con3_top_3rd_item_info_top_5th{
    font-size: 0.8vw;
    opacity: 0.6;
    margin-top: 5%;
}
.con3_top_3rd_item_info_top_6th{
    font-size: 0.8vw;
    opacity: 0.6;
}
.con3_top_3rd_item_info .con3_top_3rd_item_line{
    width: 100%;
}

.con3_top_3rd_item_info_close{
    width: 10.991%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 8%;
    top: 5%;
}
.con3_top_3rd_item_info_top_7th{
    justify-content: flex-start !important;
    align-items: flex-start !important;
    box-sizing: border-box;
    padding-top: 6%;
    padding-left: 11%;
    padding-right: 7%;
    padding-bottom: 7%;
 }
.con3_top_3rd_item_info_top_7th_item{
    width: 50%;
    font-size: 0.8vw;
}
.con3_top_3rd{
    margin-bottom: 5%;
}
.con3_top_2nd {
    margin-top: 2%;
}
.con3_top_3rd_item_tag_ab{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 101%;
}
.con3_top_3rd_item_info_top_4th {
    overflow: hidden;
}

.con3_top_3rd_item_info{
    top: 100%;
    transition: 0.3s all;
}
.con3_top_3rd_item:hover .con3_top_3rd_item_info{
}
.con3_top_3rd_item_on .con3_top_3rd_item_info{
            top: 0%;
}

.con3_top_3rd_item_info_top_4th {
    overflow: hidden;
}

.con3_top_3rd_item_info{
    top: 100%;
    transition: 0.3s all;
}
.con3_top_3rd_item:hover{
}
.con3_top_3rd_item_on .con3_top_3rd_item_info{
            top: 0%;
}

.container{
    display: none;
}

.header_menu_1:nth-child(2){
    border-bottom: 0.5vw solid #e50213;
    color: #e50213;    
    font-weight: 700;
    width: unset;
}


.con7_prev img{
    width: 100%;
}


.con7_prev:after,.con7_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;
    left: 53% !important;
}
.con3_top_3rd_item{
    cursor: pointer;
}

.con3_top_3rd{
    position: relative;
}
.con3_top_3rd.con3_top_3rd_on{
    opacity: 1 !important;
    z-index: 5;
    position: relative !important;
}


@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {

    .main_top {
        margin-top: 32%;
        font-weight: 700;
        font-size: 3.6vw;
    }
    .main_top_2nd {
        font-size: 9vw;
        font-weight: 900;
        line-height: 1.7;
    }
    .con1_item {
        font-size: 3.2vw;
    }
    .con1 {
        background: url(/images/biz/con01_03.png) no-repeat center / cover;
        flex-direction: row;
        height: 13vw;
    }
    .con1_item_on {
        color: #e50111;
        font-weight: 700;
        border-bottom: 3vw solid #e50111;
    }
    .con1_item:hover {
        color: #e50111;
        font-weight: 700;
        border-bottom: 3vw solid #e50111;
    }







    .con2_top {
        width: 92.601%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 16%;
        margin-left: 0;
    }
    .con2_top_2nd {
        width: 68%;
        height: 0.2vw;
        margin-left: 0;
        margin-top: 5.6%;
    }
    .con2_top_3rd {
        margin-top: 6%;
        width: 76%;
        text-align: center;
    }.con2_top_4th {
         width: 78%;
         margin-top: 3.4%;
         margin-bottom: 8%;
         text-align: center;
     }
    .con2 .mySwiper {
        width: 75%;
        position: relative;
        right: unset;
        margin-top: 7%;
    }

    .con3_scrx {
        padding: 1.7% 0;
        width: 250% !important;
    }
    .con3_top {
        width: 77.042%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
    }
    .con3_top_2nd {
        margin-top: 2%;
        font-size: 2.7vw;
    }


    .con3_top_3rd_item {
        width: 42vw;
        height: 74vw;
        background: #fff9f9;
        border-radius: 1.4vw;
        overflow: hidden;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        display: flex
    ;
        margin: 1.5%;
    }
    .con3_top_3rd_item_title {
        font-size: 3.5vw;
    }
    .con3_top_3rd_item_Desc {
        font-size: 3.1vw;
        margin-top: 2%;
        font-weight: 600;
    }
    .con3_top_3rd_item_info_top_3rd {
        font-weight: 700;
        font-size: 2.8vw;
        margin-top: 6%;
    }
    .con3_top_3rd_item_info_top_4th {
        font-size: 2.8vw;
        line-height: 1.3;
        height: 10vw;
        margin-top: 6%;
    }
    .con3_top_3rd_item_info_top_5th {
        font-size: 2.8vw;
        margin-top: 5%;
    }
    .con3_top_3rd_item_info_top_6th {
        font-size: 2.8vw;
    }
    .con3_top_3rd_item_info_top_7th_item {
        width: 50%;
        font-size: 2.8vw;
    }
    .con3_top_3rd_item_img {
        width: unset;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        height: 41vw;
        bottom: 32%;
    }

    .con3_top_3rd_item_tag {
        width: 17.8122%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        bottom: 31%;
        left: 62%;
    }
    .con3_top_3rd {
        flex-wrap: wrap;
        margin-top: 5%;
        width: 90% !important;
        margin-bottom: 15%;
    }
    .con2 .slide-img{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;        
    }
    
.con7_prev {
    left: 1% !important;
    top: unset !important;
    width: 8vw !important;
    height: 8vw !important;
    border-radius: 50%;
    overflow: hidden;
    left: 9% !important;
    bottom: 33%;
    transition: 0.4s background;
    left: 8% !important;
}
    
    
    
}
