* {
    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%, 15% {
        background: url(/images/ccapp/app1.png) no-repeat center / contain;
    }
    16%, 31% {
        background: url(/images/ccapp/app2.png) no-repeat center / contain;
    }
    32%, 47% {
        background: url(/images/ccapp/app3.png) no-repeat center / contain;
    }
    48%, 63% {
        background: url(/images/ccapp/app4.png) no-repeat center / contain;
    }
    64%, 79% {
        background: url(/images/ccapp/app5.png) no-repeat center / contain;
    }
    80%, 95% {
        background: url(/images/ccapp/app6.png) no-repeat center / contain;
    }
    96%, 100% {
        background: url(/images/ccapp/app1.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;
}



.con3_12_scrx{
    padding: 0.4% 0;
    width: 130% !important;
    border-top: 1px solid white;
}
.con2{
    background: url(/images/ccapp/con01_05.png) no-repeat center / cover;

}
.con2_top{
    width: 24.6194%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15%;
    margin-left: -39%;
}
.con2_top_2nd{
    width: 30% !important;
    margin-left: -34%;
    justify-content: flex-start !important;
}
.con2_top_2nd_item{
    width: 39.1608%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
}
.con2_top_2nd_item:nth-child(2){
    margin-left: 5%;
}
.con2_top_2nd{
    margin-top: 3%;
    margin-bottom: 11%;
}
.con2_ab{
    width: 17.4278%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -3%;
    margin-left: 0%;
    right: 21%;
}
.con3_12_scrx {
    padding: 0.4% 0;
    width: 130% !important;
    border-top: 2px solid white;
}

.con3{
    background: url(/images/ccapp/con02_02.png) no-repeat center / cover;

}

.con3_top{
    width: 20.4199%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9%;
    margin-left: 0%;
}
.con3_top_2nd{
    margin-top: 3%;
    margin-bottom: 7%;
}
.con3_top_2nd_item{
    width: 16.7454%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    margin: 0 0.4%;
}
.con3_ab{
    width: 21.1024%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 0;
    bottom: -63%;
}
.con3_ab_2{
    width: 17.6378%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: -65%;
    right: 0;
}

.con4{
    background: url(/images/ccapp/con03_bg.png) no-repeat center / cover;
}
.con4_top{
    width: 19.79%;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-top: 13%;
    margin-left: -50%;
}
.con4_top_2nd{
    width: 25.6168%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-left: -45%;
    margin-bottom: 14.9%;
}


.mySwiper{
    width: 50% !important;
    right: 0;
}
.slide-img{
    opacity: 0.5;
    transition: 0.3s opacity;
}
.swiper-slide.swiper-slide-active .slide-img{
    opacity: 1;
}
.con4_ab{
    width: 15.6955%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    z-index: 2;
    left: 49.5%;
}
.con4_ab_ab{
    width: 81.3347%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 105%;
}


.swiper-pagination-bullet{
    width: 0.8vw;
    height: 0.8vw;
    background: #e50111;
    opacity: 1;
    transition: 0.3s all;
}
.swiper-pagination-bullet-active{
    width: 2.7vw;
    height: 0.8vw;
    background: #e50111;
    border-radius: 100px;
}
.con1_top_4th_pagination{
    bottom: 4% !important;
}

.con1_top_4th_pagination{
    left: -35% !important;
    z-index: 7;
}
.con03_04 {
    pointer-events: none;
}


.con4_12_scrx{
    width: 200% !important;
    position: absolute !important;
    bottom: 2%;
}
.mySwiper{
    bottom: 12%;
}
.con4_ab{
    bottom: 11%;
}
.container{
    display: none;
}

.header_menu_1:nth-child(5){
    border-bottom: 0.5vw solid #e50213;
    color: #e50213;    
    font-weight: 700;
    width: unset;
}
.con2_ab{
    animation: backgroundchange 10s infinite ;
}

/*
.con4 .swiper-slide{
    transition: 0.3s all
}
.con4 .swiper-slide.swiper-slide-next{
    transform: translateX(-30%)
}
*/
.slide-img img{
  width:unset !important;
max-width:100%;
}
.con4 .slide-img{
      width: 61.096%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: -1%;
}
.con4_ab {
    width: 15.4955%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    z-index: 2;
    left: 49.5%;
}
.mySwiper {
    bottom: 12%;
    border-radius: 1vw;
    overflow: hidden;
}
.con4 .slide-img {
    width: 61.496%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: -1%;
}
@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_ab {
        position: relative !important;
        left: unset;
    }

    .con2_top {
        width: 81.6194%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0;
    }

    .con2_ab {
        width: 54.4278%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        margin-left: 0%;
        right: unset;
    }

    .con2_top_2nd {
        width: 91% !important;
        margin-left: 0;
        justify-content: center !important;
        margin-top: 7% !important;
        margin-bottom: 12% !important;
    }

    .con3_12_scrx {
        padding: 1.4% 0;
        width: 330% !important;
        border-top: 2px solid white;
    }

    .con3_top {
        width: 69.4199%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
    }

    .con3_top_2nd {
        margin-top: 3%;
        margin-bottom: 7%;
        flex-wrap: wrap;
    }

    .con3_top_2nd_item {
        width: 47.7454%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        margin: 0 0.4%;
    }

    .con3_top_2nd {
        margin-top: 5%;
        margin-bottom: 14%;
        flex-wrap: wrap;
    }

    .con4_top {
        width: 61.79%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 16%;
        margin-left: 0;
    }

    .con4_top_2nd {
        width: 86.6168%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        margin-left: 0;
        margin-bottom: 14.9%;
    }

    .con4_ab
    {
        position: relative !important;
        width: 47.6955%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 11%;
        margin-left: 0%;
        z-index: 2;
        left: unset;
        margin-bottom: 18%;
    }
    .mySwiper {
        bottom: 10%;
        width: 147% !important;
        left: 27.4%;
    }
    .con4 .slide-img{
        width: 94% !important;
    }
    
    .con1_top_4th_pagination{
        display: none;
    }
    
    
}
