* {
    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;
}

.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.flowhid{
    overflow: hidden;
}
.hide{
    display: none !important;
}
.hideopa{
    opacity: 0 !important;
}
.show{
    opacity: 1 !important;
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
.flexrow{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.flexcol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;500;600;700&display=swap");
@font-face {
    font-family: "Noto Sans KR", sans-serif;
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
/*@font-face {*/
/*    font-family: 'VITRO_CORE_TTF';*/
/*    src: url('/font/VITRO_CORE_TTF.ttf') format('woff');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/
@font-face {
    font-family: 'TTTtangsbudaejjigaeB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/TTTtangsbudaejjigaeB.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'TheJamsil5Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
body {
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    min-height: 0vw;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@keyframes marquee2 {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}
@keyframes slick-circle{
    0%{left:0;}
    100%{left:99%;}
}
@keyframes soul_out {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
        transform: translateY(-50%);
    }
}
@keyframes ddm3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: rotate(-2deg);
    }
    100% {
        transform: scale(1.05);
    }
}
@keyframes ddm4 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_image1 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes ani_scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.1, 0.01, 0.01, 1.2, 0, 0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes blk {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    31% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk2 {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk3 {
    0% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes blk4 {
    0% {
        opacity: 1;
    }
    19% {
        opacity: 1;
    }
    20% {
        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 fall3 {
    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;

    }
}
.main_left{
    width: 50% !important;
    background: url(/images/main_10.jpg) no-repeat center / cover;
    padding-top: 17%;
    padding-bottom: 9%;
}
.main_right{
    width: 50% !important;

}
.main_left_2nd{
    width: 36.7327%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15%;
    margin-bottom: -14%;
    margin-left: -12%;
}
.main_right_1st{
    width: 38.5149%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -21%;
    margin-top: 9%;
}
.main_right_2nd{
    margin-top: 0%;
    margin-left: -6%;
}
.main_right_2nd_1{
    width: 11.9802%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    margin-right: 4%;
}
.main_right_2nd_2{
    width: 37.9208%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_right_3rd{
    width: 55.8416%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16%;
    margin-bottom: -20%;
}
.main{
}
.main_08{
    width: 4.05941%;
    left: 2%;
    height: 100%;
    z-index: 1;
}
.main_09{
    width: 6.9901%;
    right: 0%;
    height: 100%;
    z-index: 2;
}
.main_07{
    width: 100%;
    z-index: 1;
    top: 19%;
}

.main_bottom_scr{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(/images/con1_01.jpg) no-repeat center / cover;
    top: 0;
    padding: 2.5% 0;
}
.main_bottom_scr img{
    width: 100%;
    animation: marqueeX 15s infinite linear;
}
.main_bottom_scr .absol{
    right: -100%;
}

.con1_con_con_left_2nd_swiper {
    width: 74%;
    overflow: hidden;
    margin-top: 2%;
}
.con1_con_con_left_2nd_slide{
    display: flex !important;
    justify-content: center;
    align-items: center;

}
.con1_con_con_left_2nd_slide img{
    width: 100%;
}
.con1{
    background: url(/images/con2_bg.jpg) no-repeat center / cover;

}
.con1_con{
    width: 80% !important;
    margin-top: 12%;
    margin-bottom: 5%;
    border: 1px solid  #ff6600;
}

.con1_con_con{
    width: 99.15% !important;
    margin-top: 0.3%;
    margin-bottom: 0.3%;
    border: 1px solid  #ff6600;
}

.con1_con_con_left{
    width: 50% !important;
}
.con1_con_con_right{
    width: 50% !important;
}
.con1_con_con_left_2nd{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10%;
    margin-top: 6%;
    margin-bottom: 7%;
    padding: 5% 0;
    background: #0000008c;
    padding-bottom: 7%;
    border-radius: 21px;
}
.con1_con_con_left_1st{
    width: 85.4192%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    margin-left: 9%;
    overflow: hidden;
}
.con1_con_con_right_1st{
    width: 65.6878%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -28%;
}
.con1_con_con_right_absol{
    width: 25.1012%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -120%;
    right: 14%;
}
.con1_con_left_top{
    width: 2.53776%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
    left: 0;
}
.con1_con_right_bottom{
    width: 2.53776%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
    right: 0;
}
.con1_con_con_prev{
    color: #ff6600 !important;
    left: 14% !important;
    top: 70% !important;
    scale: 0.8;
}
.con1_con_con_next{
    color: #ff6600 !important;
    right: 4% !important;
    top: 70% !important;
    scale: 0.8;
}
.con1_half{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: row;
}
.con1_half_item{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con1_half_item_1st{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con1_half_item_2nd{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.con1_half_item div{
    transition: 0.3s all
}
.con1_half_item img{
    width: 100%;
    transition: 0.3s all;
}
.con1_half_item > .absol{
    opacity: 0;
}
.con1_half_item_1st > .absol{
    opacity: 0;
}
.con1_half_item:hover .absol{
    opacity: 1;
}
.con1_half_2nd{
    background: black;
}
.con1_23{
    width: 52.0792%;
    margin-top: 4%;
    margin-bottom: 4%;
}
.con1_22_right_bottom{
    width: 5% !important;
    left: 0;
    top: 0;
}
.con1_22_left_top{
    width: 5% !important;
    right: 0;
    bottom: 0;
    rotate: 180deg;
}
.con1_21_left{
    width: 4.05941%;
    left: 3%;
    height: 100%;
}
.con1_21_right{
    width: 4.05941%;
    right: 3%;
    height: 100%;
}
.con2{
    background: url(/images/con2_bg.jpg) no-repeat center / cover;

}
.con2_left_1st{
    width: 64.6535%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14%;
    margin-left: 17%;
    overflow: hidden;
}
.con2_right_1st{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30vw;
    margin-bottom: 2%;
}
.con2_right_1st_swiper {
    width: 71%;
    overflow: hidden;
    margin-top: 2%;
    padding-top: 13%;
    padding-bottom: 8%;
}
.con2_right_1st_slide{
    display: flex !important;
    justify-content: center;
    align-items: center;

}
.con2_right_1st_slide img{
    width: 100%;
    transition: 0.3s all;
}
.con2_left{
    width: 50% !important;
    border-right: 1px solid #ffffff96;
}
.con2_right{
    width: 50% !important;
}
.con2_left_1st{
    width: 64.6535%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14%;
    margin-left: 17%;
    margin-bottom: 5%;
}
.con2_left_2nd{
    width: 46.0396%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 17%;
    overflow: hidden;
}
.con2_right_1st_slide.swiper-slide.swiper-slide-active{
    z-index: 4;
}
.con2_right_1st_slide.swiper-slide.swiper-slide-active > img{
    width: 100%;
    margin-right: -113%;
    margin-top: 20%;
    scale: 1.5;

}

.con2_right_1st_slide.swiper-slide.swiper-slide-next{
    z-index: 3;
}
.con2_right_1st_slide.swiper-slide.swiper-slide-next > img{
    scale: 1.5;
}
.con2_right_1st_slide.swiper-slide.swiper-slide-next + .con2_right_1st_slide {
    z-index: 2;

}
.con2_right_1st_slide.swiper-slide.swiper-slide-next + .con2_right_1st_slide > img{
    width: 100%;
    margin-left: -49%;
    margin-top: -20%;
    scale: 1.5;

}
.con2_right_1st_slide.swiper-slide.swiper-slide-active > img {
    width: 100%;
    margin-right: -49%;
    margin-top: 20%;
    scale: 1.5;
}
.con2_right_absol{
    width: 16.8317%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    left: 5%;
    top: 5%;
}
.con2_right_absol_2{
    width: 6.83168%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 5%;
    top: 22%;
}
.con3{
    background: url(/images/con3_bg.jpg) no-repeat center / cover;
    padding: 6% 0;
}
.con3_02{
    width: 100%;
    animation: rotate_image1 infinite linear 15s;
}
.con3_07{
    width: 15.4455%;
    left: 0%;
    top: -7%;
}
.con3_08{
    width: 15.396%;
    left: 12%;
    top: 32%;
}
.con3_09{
    width: 15.4455%;
    left: 0;
    top: 70%;
}
.con3_10{
    width: 15.396%;
    right: 15%;
    top: 18%;
}
.con3_11{
    width: 15.396%;
    right: 0;
    top: -20%;
}
.con3_12{
    width: 15.396%;
    top: 57%;
    right: 3%;
}
.con3_03{
    width: 14.3069%;
    left: 18%;
    top: 15%;
}
.con3_04{
    width: 17.0792%;
    top: 66%;
    left: 8%;
}
.con3_05{
    width: 14.2574%;
    top: 30%;
    right: 5%;
}
.con3_06{
    width: 17.1782%;
    top: 83%;
    right: 16%;
}
.con4_con_slide_con_right{
    width: 28.1% !important;
    right: 0;
}
.con4_con_slide_con_left{
    width: 75% !important;
    left: -18%;
    top: 24%;
}
.con4_con_slide_con_right_2nd{
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con4_con_slide_con_right_3rd{
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con4_con_slide_con_left_absol{
    width: 18.3498%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.con4_con_slide_con_left_2nd{
    width: 84.6391%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 22%;
}
.con4_con_prev{
    left: 19% !important;
    top: 72% !important;
    color: white !important;
    scale: 0.7;

}
.con4_con_next{
    left: 24% !important;
    top: 72% !important;
    color: white !important;
    scale: 0.7;
}




.swiper-pagination {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 29% !important;
}
.swiper-pagination-bullet {
    border-radius: 0;
    width: auto;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #000;
    opacity: 1 !important;
    width: 35% !important;
    height: 4vw !important;
    border-radius: 0 !important;
    position: relative !important;
    transition: 0.3s all;
}
.swiper-pagination-bullet0 {
    background: url(/images/con4_01.png) no-repeat center / 100% !important;
}
.swiper-pagination-bullet1 {
    background: url(/images/con4_02.png) no-repeat center / 100% !important;
}
.swiper-pagination-bullet2 {
    background: url(/images/con4_03.png) no-repeat center / 100% !important;
}
.swiper-pagination-bullet3 {
    background: url(/images/con4_04.png) no-repeat center / 100% !important;
}
.swiper-pagination-bullet4 {
    background: url(/images/con4_05.png) no-repeat center / 100% !important;
}
.swiper-pagination-bullet5 {
    background: url(/images/pl_01.png) no-repeat center / 100% !important;
}
.swiper-pagination-bullet6 {
    background: url(/images/pl_08.png) no-repeat center / 100% !important;
}


.swiper-pagination-bullet0.swiper-pagination-bullet-active::before{
    position: absolute;
    left: -23.5%;
    background: url(/images/con4_06.png) no-repeat center / 100% !important;
    content: "";
    height: 2vw;
    width: 15%;
    top: 25%;
}
.swiper-pagination-bullet1.swiper-pagination-bullet-active::before{
    position: absolute;
    left: -23.5%;
    background: url(/images/con4_06.png) no-repeat center / 100% !important;
    content: "";
    height: 2vw;
    width: 15%;
    top: 25%;
}
.swiper-pagination-bullet2.swiper-pagination-bullet-active::before{
    position: absolute;
    left: -23.5%;
    background: url(/images/con4_06.png) no-repeat center / 100% !important;
    content: "";
    height: 2vw;
    width: 15%;
    top: 25%;
}
.swiper-pagination-bullet3.swiper-pagination-bullet-active::before{
    position: absolute;
    left: -23.5%;
    background: url(/images/con4_06.png) no-repeat center / 100% !important;
    content: "";
    height: 2vw;
    width: 15%;
    top: 25%;
}
.swiper-pagination-bullet4.swiper-pagination-bullet-active::before{
    position: absolute;
    left: -23.5%;
    background: url(/images/con4_06.png) no-repeat center / 100% !important;
    content: "";
    height: 2vw;
    width: 15%;
    top: 25%;
}
.swiper-pagination-bullet5.swiper-pagination-bullet-active::before{
    position: absolute;
    left: -23.5%;
    background: url(/images/con4_06.png) no-repeat center / 100% !important;
    content: "";
    height: 2vw;
    width: 15%;
    top: 25%;
}
.swiper-pagination-bullet6.swiper-pagination-bullet-active::before{
    position: absolute;
    left: -23.5%;
    background: url(/images/con4_06.png) no-repeat center / 100% !important;
    content: "";
    height: 2vw;
    width: 15%;
    top: 25%;
}






.swiper-pagination-bullet0.swiper-pagination-bullet-active::after{
    position: absolute;
    left: -0.5%;
    background: url(/images/con4_01s.png) no-repeat center / 100% !important;
    content: "";
    height: 3vw;
    width: 200%;
    top: 64%;
}
.swiper-pagination-bullet1.swiper-pagination-bullet-active::after{
    position: absolute;
    left: -0.5%;
    background: url(/images/con4_02s.png) no-repeat center / 100% !important;
    content: "";
    height: 3vw;
    width: 200%;
    top: 64%;
}
.swiper-pagination-bullet2.swiper-pagination-bullet-active::after{
    position: absolute;
    left: -0.5%;
    background: url(/images/con4_03s.png) no-repeat center / 100% !important;
    content: "";
    height: 3vw;
    width: 200%;
    top: 64%;
}



.swiper-pagination-bullet0.swiper-pagination-bullet-active{
    background: url(/images/con4_01b.png) no-repeat center / 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6% !important;

}
.swiper-pagination-bullet1.swiper-pagination-bullet-active{
    background: url(/images/con4_02b.png) no-repeat center / 100% !important;
    margin-bottom: 6% !important;
}
.swiper-pagination-bullet2.swiper-pagination-bullet-active{
    background: url(/images/con4_03b.png) no-repeat center / 100% !important;
    margin-bottom: 6% !important;
}
.swiper-pagination-bullet3.swiper-pagination-bullet-active{
    background: url(/images/con4_04b.png) no-repeat center / 100% !important;
}
.swiper-pagination-bullet4.swiper-pagination-bullet-active{
    background: url(/images/con4_05b.png) no-repeat center / 100% !important;
}

.swiper-pagination-bullet5.swiper-pagination-bullet-active{
    background: url(/images/pl_02.png) no-repeat center / 100% !important;
}

.swiper-pagination-bullet6.swiper-pagination-bullet-active{
    background: url(/images/pl_09.png) no-repeat center / 100% !important;
}


.swiper-pagination-bullet-active {
    color:#fff;
    background: #007aff;
}
.con4_con_slide_con_left_pagination{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    top: -14% !important;
    left: 35% !important;
    width: 37% !important;
}
.con4_12{
    width: 100.9% !important;
    z-index: 2;
    top: 0;
    left: 0;
    pointer-events: none;
}
.con5_top{
    width: 4.10891%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    overflow: hidden;
}
.con5_mid{
    background: white;
    border: 1px solid #ff6600;
}
.con5_mid_swiper{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5% 0;
}
.con5_mid_absol_1{
    width: 2.0297%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}
.con5_mid_absol_2{
    width: 2.0297%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
}
.con5_mid_slide{
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.con5_mid_slide.swiper-slide.swiper-slide-next .hideopa{
    opacity: 1 !important;
    z-index: 2;
}
.con5_11{
    animation: rotate_image1 infinite 10s linear;
}
.con5_mid_slide img{
    transition: 0.3s all;
}
.con5_mid_absol_3{
    width: 11.1386%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 30%;
    z-index: 2;
    top: 7%;
}
.con5_mid_absol_4{
    width: 11.1386%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 27%;
    z-index: 2;
    top: 35%;
}
.con5_mid_absol_5{
    width: 11.1386%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 30%;
    z-index: 2;
    bottom: 7%;
}



.con5_mid_absol_6{
    width: 11.1386%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 30%;
    z-index: 2;
    top: 7%;
}
.con5_mid_absol_7{
    width: 11.1386%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 27%;
    z-index: 2;
    top: 35%;
}
.con5_mid_absol_8{
    width: 11.1386%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 30%;
    z-index: 2;
    bottom: 7%;
}
.con5{
    background: url(/images/con5_bg.jpg) no-repeat center / cover;

}
.con5_bottom{
    margin-top: 2%;
    margin-bottom: 5%;
    overflow: hidden;
}

.flip_clock01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 84%;
    padding: 0;
}
.con6{
    background: url(/images/con6_bg.jpg) no-repeat center / cover;
}
.con6_top{
    width: 39.4059%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9%;
    margin-bottom: 2.5%;
    overflow: hidden;
}
.con6_top_absol{
    width: 11.1847%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 32%;
}
.con6_mid_right{
    width: 50% !important;
}
.con6_mid_absol{
    width: 4.35644%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    overflow: hidden;
}
.flip_clock01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 84%;
    padding: 0;
    margin-bottom: 5.5%;
}
.con6_mid_left{
    width: 50% !important;
    margin-right: -11%;
    margin-left: 4%;
}
.con6_mid_absol_2{
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -11%;
    left: 8%;
}
.con6_mid_right_check{
    width: 2.9703%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 23.5%;
    justify-content: flex-start;
}
.con6_mid_right_check_1{
    top :17%;
}
.con6_mid_right_check_2{
    top: 24%;
}
.con6_mid_right_check_3{
    top: 31%;
}
.con6_mid_right_check_4{
    top: 38%;
}
.con6_mid_right_check_5{
    top: 45%;
}
.con6_mid_right_check_6{
    top: 52%;
}
.con6_mid_right_check_7{
    top: 59%;
}
.con6_mid_right_check_8{
    top: 66%;
}
.con6_mid_right_check_9{
    top: 73%;
}
.con6_mid_right_check_10{
    top: 80%;
}
.con6_mid_right_check_11{
    top: 87%;
}
.con6_bottom{
    width: 41.1386%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    margin-bottom: 5%;
    overflow: hidden;
}
.con6_04{
    width: 73.1881% !important;
}
.con7_top_scr{
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    padding: 1% 0;
    width: 100%;
}
.con7_top_scr img{
    width: 100%;
    animation: marqueeX 20s infinite linear;
}
.con7_top_scr .absol{
    right: -100%;
}
.con7_top{
    width: 41.2376%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 7%;
    z-index: 1;
    margin-bottom: 3%;
}
.con7_mid{
    z-index: 1;
}
.con7_mid_2nd{
    width: 50.6931%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 1;
    margin-top: 6%;
}
.con7_mid_3rd{
    width: 72.3267%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-top: 3%;
    margin-bottom: 4%;
    overflow: hidden;
}
.con7_03{
    width: 89.1584%;
    bottom: 0;
}
.con8_top{
    width: 20.3465%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 5%;
    margin-bottom: 3%;
}
.con8_mid{
    width: 60%;
    flex-wrap: wrap;
    margin-bottom: 6%;
}
.con8_mid_item{
    margin-right: 4%;
    margin-bottom: 3%;
}
.con8_mid_item_arrow{
    width: 1.81488%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con8_mid_item_arrow_1{
    left: 18.5%;
    top: 19%;
}
.con8_mid_item_arrow_2{
    left: 37.5%;
    top: 19%;
}
.con8_mid_item_arrow_3{
    left: 56.5%;
    top: 19%;
}
.con8_mid_item_arrow_4{
    left: 76%;
    top: 19%;
}
.con8_mid_item_arrow_5{
    left: 95.5%;
    top: 19%;
}

.con8_mid_item_arrow_6{
    left: 18.5%;
    top: 69%;
}
.con8_mid_item_arrow_7{
    left: 37.5%;
    top: 69%;
}
.con8_mid_item_arrow_8{
    left: 56.5%;
    top: 69%;
}
.con8_mid_item_arrow_9{
    left: 76%;
    top: 69%;
}
.con8{
    background: url(/images/con8_bg.jpg) no-repeat center / cover;
}
.con9_mid{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    width: 100%;
    margin-bottom: 5%;
}
.con9_mid_swiper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    overflow: hidden;
}
.con9_mid_con {
    width: 76%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2% 0;
    border: 1px solid #ff6600;
}
.con9_mid_swiper_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 57%;
    overflow: hidden;
    margin-left: 19%;
    margin-top: 4%;
    margin-bottom: 2%;
}
.con9_mid_swiper_2_prev{
    color: #ff6600 !important;
    left: 1% !important;
    scale: 0.8;
}
.con9_mid_swiper_2_next{
    color: #ff6600 !important;
    right: 1% !important;
    scale: 0.8;
}
.con9_03_left{
    width: 4.0099%;
    left: 0;
    height: 100%;
}
.con9_03_right{
    width: 4.0099%;
    right: 0;
    height: 100%;
}
.con9_02{
    width: 4.9505%;
    right: 9%;
    top: 7%;
}
.con9_top{
    width: 15.0495%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    overflow: hidden;
}
.con9_mid_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 11.4%;
    top: 10%;
    flex-direction: column;
    left: 12%;
}
.con9_mid_top_item{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6%;
}
.con9_mid_top_item img{
    width: 100%;
    transition: 0.3s all;
}
.con9_mid_top_item .absol{
    opacity: 0;
}
.con9_mid_top_item_4{
    width: 125.017%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 72%;
    margin-left: 27%;
}
@media (hover: hover) {
    .con9_mid_top_item:hover .absol{
        opacity: 1;
    }
    .con9_mid_top_item:hover img:nth-child(1){
        opacity: 0;
    }
}
.con10{
    background: url(/images/con10_bg.jpg) no-repeat center / cover;

}
.con10_left{
    width: 50% !important;
}
.con10_right{
    width: 50% !important;
    align-items: flex-end !important;
    border-left: 1px solid #ffffff7a;
}
.con10_right_1st{
    width: 85.3465%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 13% 0;
}
.con10_left_1st{
    width: 62.0792%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 17%;
    overflow: hidden;
}
.con10_left_2nd{
    cursor: pointer;
    width: 21.1881%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -24%;
    margin-top: 6%;
}
.con10_right_1st_half{
    width: 39.0099%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 32%;
    left: 22%;
}
.con10_right_2nd{
    left: 26.3%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 38%;
    width: 48.3%;
}
.con10_right_2nd img{
    width: 100%;
    animation: blk4 infinite 5s;
}
.con10_08{
    animation-delay:1s !important;
}
.con10_09{
    animation-delay:2s  !important;
}
.con10_10{
    animation-delay:3s !important;
}

.con10_11{
    animation-delay:4s !important;
}






.form {
    margin-top: 2%;
    width: 55.1%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 1.7%;
    background: white;
    z-index: 1;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-bottom: 6%;
    margin-top: 3%;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    padding-bottom: 0%;
    padding-left: 3%;
    padding-top: 1%;
    margin-top: 1%;
    /*border-bottom: 1px solid black;*/
}
.con17_bg{
    width: 100%;
}
.form_agree {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 78%;
    margin-top: 5%;
    margin-bottom: 4%;
}
.form_row_label{
    font-family: Pretendard-regular;
    color: black;
    white-space: nowrap;
    font-size: 1.2vw;
    position: relative;
}
.form_row_imput{
    width: 70%;
    height: 2.8vw;
    background: #ececec;
    border: none;
    font-size: 1.2vw;
    font-family: 'Pretendard-Regular';
    outline: none;
}
.form_row_imput:focus{
    border: none;
}
.form_agree_span{
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: black;
}
.form_agree_check{
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 0;
    background: transparent;
    color: transparent;
    border: none;
    border: 1px black solid;

    appearance: none;
}
.form_agree_check:checked {
    background: transparent;
    border: none;
    display: flex;
    justify-content: center;
    border: 1px black solid;
    align-items: center;

}
.form_agree_check:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: url(/images/form_01.png) center / 86% no-repeat;
    color: unset !important;
}
.form_submit {
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1;
}
.form_row_imput_radio {
    margin-right: 1%;
    width: 8.5vw;
    height: 2.3vw;
    overflow: unset;
    outline: 0;
    color: black;
    border: none;
    appearance: none;
    margin-right: 26%;
    left: 3%;
}
.form_row_imput_radio:checked{
    border: none;
    appearance: none;

}

.form_row > span {
    font-size: 1.3vw;
    margin-right: -18%;
    color: black;
}
.form_row_imput_radio_1{
    margin-right: -6%;
}
.form_row_imput_text{
    padding-left: 3%;
    box-sizing: border-box;
}
.form_row_radio{
    padding-top: 2%;
    padding-bottom: 2%;
}
.form_row_imput_radio:focus {
    border: none;
}

.form_row_label_tel{
    position: relative;
}

.con14_05{
    margin-top: 6%;
    margin-bottom: 3%;
    width: 66%;
}
.con14_01{
    z-index: 1;
}
.con14_02{
    animation: opa 1s infinite;
}
.form_agree {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 78%;
    margin-top: 5%;
    margin-bottom: 9%;
}
.form_row_imput{
    color: black;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
    padding: 1.5%;
    width: 25%;
    color: #ff6600;
    margin-bottom: 5%;
    font-size: 1.6vw;
    border-radius: 0;
    padding-top: 1.5%;
    padding-bottom: 1%;
    cursor: pointer;
    border-radius: 50px;
    z-index: 1;
}
.con7_01{
    width: 29.1584%;
    margin-top: 2.5%;
    margin-bottom: 2.5%;
}
.form_row_label_3lettters{
    letter-spacing: 1.5vw;
}
.con14{
    background: url(/images/con7_bg.jpg) no-repeat center / cover;

}
.form_agree {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 78%;
    margin-top: 4%;
    margin-bottom: 3%;
}
.form {
    width: 55.1%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 1.7%;
    background: white;
    z-index: 1;
    margin-bottom: 6%;
}
.form_row_radio {
    padding-top: 2%;
    padding-bottom: 1%;
    border-bottom: unset;
}
.form_row_imput_radio_1 {
    margin-right: -13%;
}

.form_row_imput_radio_1{
    background: url(/images/form_03_22.png) no-repeat center / contain;

}
.form_row_imput_radio_1:checked{
    background: url(/images/form_03_2.png) no-repeat center / contain;
}

.form_row_imput_radio_2{
    background: url(/images/form_04.png) no-repeat center / contain;

}
.form_row_imput_radio_2:checked{
    background: url(/images/form_03.png) no-repeat center / contain;

}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #9C0001;
    padding: 1.5%;
    width: 25%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    font-family: auto;
    border-radius: 0;
    padding-top: 1.5%;
    padding-bottom: 1%;
    cursor: pointer;
    border-radius: 50px;
    z-index: 1;
    font-family: pretendard-bold;
    padding-bottom: 1.55%;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
    padding: 1.5%;
    width: 25%;
    color: #ff6600;
    margin-bottom: 5%;
    font-size: 1.6vw;
    border-radius: 0;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    cursor: pointer;
    border-radius: 50px;
    z-index: 1;
}
.form_row_imput_radio {
    margin-right: 1%;
    width: 14.5vw;
    height: 2.6vw;
    overflow: unset;
    outline: 0;
    color: black;
    border: none;
    appearance: none;
    margin-right: -2%;

    left: 3%;
}
.form_row_imput_radio_1 {
    margin-right: 0%;
    margin-left: 12%;
}
.form_row_imput_radio_2{
    margin-left: -1%;
    margin-right: -1%;
}
textarea{
    height: 6vw !important;
    padding-left: 1% !important;
    padding-top: 1% !important;
}
.form_row_label_4lettters {
    letter-spacing: 0.7vw;
}
.con11_top{
    width: 25.8416%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    overflow: hidden;
}
.con11{
    background: url(/images/form_bg.jpg) no-repeat center / cover;

}
.con6_mid_left_1st{
    width: 29.1837%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con6_mid_left_2nd{
    width: 53.1242%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con6_mid_left_2nd{
    width: 53.1242%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con6_mid_right_1st{
    width: 36.0097%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.con6_mid_right_2nd{
    width: 69.2495%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main img{
    width: 100%;
}
.main_left_1st{
    overflow: hidden;
}
.main_left_2nd{
    overflow: hidden;

}
.main_right_1st{
    overflow: hidden;

}
.main_right_2nd_1{
    overflow: hidden;

}
.main_right_2nd_2{
    overflow: hidden;

}
.main_right_3rd{
    overflow: hidden;

}
.con6_01{
    animation: ddm4 0.5s infinite alternate;
}

.con1_video_con{
        filter: brightness(0.3);
    width: 100%;
    height: 100%;
}
.factory{
    width: 100%;
}
@media screen and (max-width:1023px) {
    .main_left {
        width: 50% !important;
        background: url(/images/main_10.jpg) no-repeat center / cover;
        padding-top: 19%;
        padding-bottom: 12%;
    }
    .con1_con {
        width: 90% !important;
        margin-top: 12%;
        margin-bottom: 5%;
        border: 1px solid #ff6600;
    }
    .con1_con_con_left_2nd {
        width: 98%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 10%;
        margin-top: 6%;
        margin-bottom: 7%;
        padding: 5% 0;
        background: #0000008c;
        padding-bottom: 7%;
        border-radius: 21px;
    }
    .con1_con_con_prev {
        color: #ff6600 !important;
        left: 8% !important;
        top: 70% !important;
        scale: 0.6;
    }
    .con1_con_con_next {
        color: #ff6600 !important;
        right: -2% !important;
        top: 70% !important;
        scale: 0.6;
    }
    .con1_half_item {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con1_half {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .con1_23{
        width: 76.0792% !important;
    }
    .con2 {
    }
    .factory {
        width: 120%;
    }    
}
@media screen and (max-width:599px) {
    .main_left {
        width: 50% !important;
        background: url(/images/main_10.jpg) no-repeat center / cover;
        padding-top: 47%;
        padding-bottom: 24%;
    }
    .main_left_1st{
        width: 85.1633%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main_left_2nd {
        width: 71.7327%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 15%;
        margin-bottom: -14%;
        margin-left: -12%;
    }
    .main_right_1st {
        width: 59.5149%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -21%;
        margin-top: 14%;
    }
    .main_right_2nd {
        margin-top: 1%;
        margin-left: -6%;
        width: 146%;
    }
    .main_right_3rd {
        width: 88.8416%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 17%;
        margin-bottom: -20%;
        z-index: 2;
    }
    .main_right_1st {
        width: 59.5149%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -21%;
        margin-top: 31%;
    }
    .con1_con_con {
        width: 99.15% !important;
        margin-top: 0.3%;
        margin-bottom: 0.3%;
        border: 1px solid #ff6600;
        flex-direction: column;
    }
    .con1_con_con_left {
        width: 80% !important;
    }
    .con1_con_con_left_2nd {
        width: 98%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        margin-top: 6%;
        margin-bottom: 7%;
        padding: 5% 0;
        background: #0000008c;
        padding-bottom: 7%;
        border-radius: 21px;
    }
    .con1_con_con_right_1st {
        width: 65.6878%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20%;
    }
    .con1_con_con_right {
        width: 90% !important;
        margin-top: 6%;
    }
    .con1_con_con_left_1st {
        width: 85.4192%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 21%;
        margin-left: 0;
    }
    .con1_con_con_prev {
        color: #ff6600 !important;
        left: 2% !important;
        top: 73% !important;
        scale: 0.5;
    }
    .con1_con_con_next {
        color: #ff6600 !important;
        right: 2% !important;
        top: 73% !important;
        scale: 0.5;
    }
    .con1_con_con_right_1st {
        width: 86.6878%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20%;
    }
    .con1_con_con_right_absol {
        width: 25.1012%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -16%;
        right: -4%;
    }
    .con1_con_con_left_1st {
        width: 96.4192%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 21%;
        margin-left: 0;
    }
    .con1_con_left_top {
        width: 6.53776%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0%;
        left: 0;
    }
    .con1_con_right_bottom {
        width: 6.53776%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0%;
        right: 0;
    }
    .con1_con_con {
        width: 98.55% !important;
        margin-top: 0.3%;
        margin-bottom: 0.3%;
        border: 1px solid #ff6600;
        flex-direction: column;
    }
    .con1_23 {
        width: 79.0792%;
        margin-top: 10%;
        margin-bottom: 10%;
    }
    .con2 {
        background: url(/images/con2_bg.jpg) no-repeat center / cover;
        flex-direction: column;
    }
    .con2_left {
        width: 80% !important;
        border-right: unset;

    }
    .con2_right {
        width: 80% !important;
    }
    .con2_left_1st {
        width: 84.6535%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 17%;
        margin-left: 0;
        margin-bottom: 5%;
    }
    .con2_left_2nd {
        width: 81.0396%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 19%;
    }
    .con2_right {
        width: 107% !important;
        margin-top: 8%;
        margin-bottom: 25%;
    }
    .con2_right_1st_swiper{
        width: 78%;
        overflow: hidden;
        margin-top: 2%;
        padding-top: 13%;
        padding-bottom: 8%;
    }
    .con2_right_absol {
        width: 16.8317%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 3;
        left: 5%;
        top: -35%;
    }
    .con2_right_absol_2 {
        width: 6.83168%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 4%;
        top: 22%;
    }
    .con3 {
        background: url(/images/con3_bg.jpg) no-repeat center / cover;
        padding: 18% 0;
    }
    .con3_top{
        width: 62.1089%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con3_07 {
        width: 15.4455% !important;
        left: 0%;
        top: -1%;
    }
    .con3_03 {
        width: 23.3069% !important;
        left: 12%;
        top: 9%;
    }
    .con3_08 {
        width: 25.396% !important;
        left: 7%;
        top: 30%;
    }
    .con3_09 {
        width: 22.4455% !important;
        left: 0;
        top: 77%;
    }
    .con3_04 {
        width: 30.0792% !important;
        top: 77%;
        left: 2%;
    }
    .con3_10 {
        width: 21.396% !important;
        right: 0%;
        top: 4%;
    }
    .con3_05 {
        width: 22.2574% !important;
        top: 30%;
        right: 1%;
    }
    .con3_12 {
        width: 28.396% !important;
        top: 60%;
        right: 0%;
    }
    .con3_06 {
        width: 29.1782% !important;
        top: 84%;
        right: 3%;
    }
    .con3_top_absol{
        width: 76%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con5_top {
        width: 12.10891%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
    }
    .con5_mid_swiper {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 19% 0;
    }
    .con5_mid_slide.swiper-slide.swiper-slide-next{
        scale: 1.8;
        z-index: 2;
    }
    .con5_mid_slide.swiper-slide.swiper-slide-active{
        scale: 1.6;
    }
    .con5_mid_slide.swiper-slide.swiper-slide-next + .swiper-slide{
        scale: 1.6;

    }
    .con5_mid_absol_3 {
        width: 22.1386%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 14%;
        z-index: 2;
        top: 2%;
    }
    .con5_mid_absol_6{
        width: 22.1386%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 14%;
        z-index: 2;
        top: 2%;
    }
    .con5_mid_absol_5 {
        width: 22.1386%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 14%;
        z-index: 2;
        bottom: 2%;
    }
    .con5_mid_absol_8{
        width: 22.1386%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 14%;
        z-index: 2;
        bottom: 2%;
    }

    .con5_mid_absol_4 {
        display: none;
    }
    .con5_mid_absol_7{
        display: none;
    }
    .con5_mid_absol_1 {
        width: 5.0297%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
    }
    .con5_bottom{
        width: 52.2178%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-bottom: 10%;
    }
    .con5_mid_absol_2 {
        width: 5.0297%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
        right: 0;
    }
    .con6_top {
        width: 66.4059%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 11%;
        margin-bottom: 4.5%;
    }
    .flip_clock01 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 95%;
        padding: 0;
        margin-bottom: 7.5%;
    }
    .con6_mid{
        flex-direction: column;
    }
    .con6_mid_left {
        width: 130% !important;
        margin-right: 0;
        margin-left: 0;
    }
    .con6_mid_right{
        width: 130% !important;
        margin-top: 21%;
    }
    .con6_mid_right_check img{
        width: 2.9703vw !important;
    }
    .con6_mid_absol {
        width: 10.35644%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }
    .con6_bottom {
        width: 72.1386%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        margin-bottom: 9%;
    }
    .con7_top_scr {
        background: white;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        padding: 0% 0;
        width: 200%;
    }
    .con7_top {
        width: 55.2376%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-top: 14%;
        z-index: 1;
        margin-bottom: 6%;
    }
    .con7_02{
        width: 84.2376vw !important;
    }
    .con7_top {
        width: 84.2376%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-top: 14%;
        z-index: 1;
        margin-bottom: 6%;
    }
    .con6_04 {
        width: 203.1881% !important;
        top: 0;
    }
    .con6_bottom {
        width: 72.1386%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-bottom: 13%;
    }
    .con7_mid {
        z-index: 1;
        flex-direction: column;
    }
    .con7_mid_left {
        width: 102% !important;
    }
    .con7_mid_right{
        width: 102% !important;
    }
    .con7_04 {
        width: 87.3564vw !important;
    }
    .con7_mid_2nd {
        width: 87.3564% !important;
        margin-top: 9%;
    }
    .con7_mid_3rd {
        width: 78.3267%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 4%;
        margin-bottom: 12%;
    }
    .con7_03{
        width: 162.1584% !important;
    }
    .con8_01{
        width: 43.3465vw !important;
    }
    .con8_top{
        width: 43.3465% !important;

    }
    .con8_mid {
        width: 81%;
        margin-top: 4%;
    }
    .con8_mid_item {
        margin-right: 2%;
        margin-left: 2%;
        margin-bottom: 6%;
        width: 44.0586% !important;
    }
    .con8_mid_item_arrow{
        display: none;
    }
    .con9_top {
        width: 34.0495%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 8%;
    }
    .con9_mid_top {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 21.4%;
        top: 8%;
        flex-direction: column;
        left: 5%;
    }
    .con9_mid_con {
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 2% 0;
        border: 1px solid #ff6600;
        margin-top: 13%;
    }
    .con9_mid_swiper_2_prev {
        color: #ff6600 !important;
        left: -1% !important;
        scale: 0.4;
    }
    .con9_mid_swiper_2_next {
        color: #ff6600 !important;
        right: -1% !important;
        scale: 0.4;
    }
    .con9_mid_swiper_2{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 65%;
        overflow: hidden;
        margin-left: 27%;
        margin-top: 6%;
        margin-bottom: 0%;
    }
    .con9_mid_top_item_4{
        width: 125.017%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 34%;
        margin-left: 27%;
    }
    .con9_mid_con{
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 2% 0;
        border: 1px solid #ff6600;
        margin-top: 8%;
        margin-bottom: 2%;
    }
    .con9_mid_swiper_2_next{
        color: #ff6600 !important;
        right: -1% !important;
        scale: 0.4;
    }
    .con10 {
        background: url(/images/con10_bg.jpg) no-repeat center / cover;
        flex-direction: column;
    }
    .con10_left {
        width: 100% !important;
    }
    .con10_right {
        width: 100% !important;
    }
    .con10_left_1st {
        width: 70.0792%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 15%;
    }
    .con10_left_2nd {
        cursor: pointer;
        width: 28.1881%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 6%;
    }
    .con10_right {
        align-items: center !important;
        border-left: unset;
    }
    .con11_top {
        width: 55.8416%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 9%;
    }
    .form {
        width: 77.1%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 2.7%;
        background: white;
        z-index: 1;
        margin-top: 6%;
        margin-bottom: 10%;
    }
    .form_row_label {
        font-family: Pretendard-regular;
        color: black;
        white-space: nowrap;
        font-size: 2.2vw;
        position: relative;
    }
    .footer {
        padding-bottom: 22%;
        padding-top: 18%;
    }
    .footer_01 {
        right: unset;
        top: 14%;
        width: 30%;
    }
    .form_row_label_3lettters {
        letter-spacing: 2.9vw;
    }
    .form_row_label_4lettters {
        letter-spacing: 1.25vw;
    }
    .form_row_imput {
        width: 70%;
        height: 3.8vw;
        background: #ececec;
        border: none;
        font-size: 2.2vw;
        font-family: 'Pretendard-Regular';
        outline: none;
    }
    textarea {
        height: 10vw !important;
        padding-left: 1% !important;
        padding-top: 1% !important;
    }
    .form_row_radio {
        padding-top: 2%;
        padding-bottom: 1%;
        border-bottom: unset;
        justify-content: flex-start;
    }
    .form_row_imput_radio{
        margin-right: 1%;
        width: 20.2vw;
        height: 4.6vw;
        overflow: unset;
        outline: 0;
        color: black;
        border: none;
        appearance: none;
        margin-right: -2%;
        left: 3%;
    }
    .form_row_imput_radio_1 {
        margin-right: 1%;
        margin-left: 10%;
    }
    .form_agree_span {
        font-size: 2.1vw;
        font-family: Pretendard-regular;
        color: black;
    }
    .form_agree_check {
        margin-right: 2%;
        width: 2vw;
        height: 2vw;
        overflow: hidden;
        outline: 0;
        background: transparent;
        color: transparent;
        border: none;
        border: 1px black solid;
        appearance: none;
        margin-bottom: -1%;
    }
    .form_agree_check:checked::after {
        content: "";
        width: 2vw;
        height: 2vw;
        position: absolute;
        background: url(/images/form_01.png) center / 86% no-repeat;
        color: unset !important;
    }
    .form_submit {
        display: flex;
        justify-content: center;
        align-items: center;
        background: black;
        padding: 2.5%;
        width: 37%;
        color: #ff6600;
        margin-bottom: 5%;
        font-size: 3.6vw;
        border-radius: 0;
        padding-top: 2.5%;
        padding-bottom: 2.5%;
        cursor: pointer;
        border-radius: 50px;
        z-index: 1;
    }
    .main_07 {
        width: 200% !important;
        z-index: 1;
        top: 28%;
    }
    .con5_bottom {
        width: 71.2178%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 8%;
        margin-bottom: 10%;
    }
    .form_row_imput_radio_1 {
        background: url(/images/form_03_22.png) no-repeat center / contain;
    }
    .form_row_imput_radio_2 {
        background: url(/images/form_04.png) no-repeat center / contain;
    }
    .con6_mid_absol_2 {
        width: 216%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 25%;
        left: -58%;
        rotate: 92deg;
    }
    .con6_bottom {
        width: 72.1386%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-bottom: 12%;
    }
    
    .con1_con_con_left_2nd {
        width: 114% !important;
    }
    .con1_con_con_prev {
        left: -5% !important;
    }
    .con1_con_con_next{
        right: -5% !important;
    }
    .con2_right_2nd{
        width: 51.018%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 19%;
        margin-bottom: -12%;
    }
    .con2_left_2nd {
        width: 101.0396%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 22%;
    }    
.con5_mid_swiper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22% 0;
}    
.con6_mid_absol {
    width: 19.35644%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}    
    .form_row_imput_radio{
        border-radius: unset;
    }
    .form_row {
    display: flex;
    align-items: center;
    width: 92%;
    padding-bottom: 0%;
    padding-left: 3%;
    padding-top: 1%;
    margin-top: 1%;
    /* border-bottom: 1px solid black; */
}
    .form_row_label {
    font-family: Pretendard-regular;
    color: black;
    white-space: nowrap;
    font-size: 2.9vw;
    position: relative;
}
.form_row_label_3lettters {
    letter-spacing: 3.7vw;
}
    .form_row_imput {
    width: 70%;
    height: 4.8vw;
    border: none;
    font-size: 3.2vw;
    font-family: 'Pretendard-Regular';
    outline: none;
}
    .form_row_imput_radio {
    margin-right: 1%;
    width: 24.8vw;
    height: 5.6vw;
    overflow: unset;
    outline: 0;
    color: black;
    border: none;
    appearance: none;
    margin-right: -2%;
    left: 3%;
}
    .form_row_imput_radio_1 {
    margin-right: 1%;
    margin-left: 9%;
}
.form_row_label_4lettters {
    letter-spacing: 1.65vw;
}    
.con9_02 {
    width: 7.9505% !important;
    right: 1%;
    top: 2%;
}    
.factory {
    width: 400%;
}
    .con4_bg6{
        margin-bottom: 45%;
    }
    .con4_bg7{
        margin-bottom: 45%;
        
    }
    .con4_con_slide_con_left_pagination {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        top: -1% !important;
        left: 38% !important;
        width: 84% !important;
        height: 50vw;
        scale: 0.8;
    }    
}
