* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}
ul,
ol {
    list-style: none;
}
a {
    text-decoration: none;
    color: inherit;
    font-family: "Noto Sans KR", sans-serif;
}
section{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.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: "";
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
@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: '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';
    src: url('/font/VITRO_CORE_OTF.otf') format('woff');
    font-weight: 700;
    font-style: normal;
}
body {
    font-family: "Noto Sans KR", sans-serif;
    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 marquee3 {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes slick-circle{
    0%{left:0;}
    100%{left:99%;}
}
@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 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 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);
    }
}
@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes run {
    0% {
        transform: rotate(-4deg) translateY(0px)
    }
    50% {
        transform: rotate(4deg) translateY(-30px) 
    }
    100% {
        transform: rotate(-4deg) translateY(0px)
    }
}
@keyframes marqueeXup {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes marqueeXdown {
    from { transform: translateX(0); }
    to { transform: translateX(100%); }
}
@keyframes marqueeXup {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes twist {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_little {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes light {
    0%, 31%, 34%, 39%, 42%, 47%, 50%, 55%, 60%, 67% {opacity: 0;}
    5%, 30%, 35%, 38%, 43%, 46%, 51%, 54%, 68%, 100% {opacity: 0.4;}
    70% {opacity: 0.2;}
}
.main{
    background-color: black;
    flex-direction : column;
    z-index: 1;
/*    mix-blend-mode: screen;*/
}
.main_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 1;
    mix-blend-mode: screen;
    position: relative;
    margin-top: 7%;
}
.main_top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 12%;
    z-index: 1;
}
.main_top_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 2;
    padding-bottom: 1%;
}
.main_bottom{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.main_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 1;
}
.main_bg1{
    width: 100%;
    z-index: 1;
    animation: scaleOpa 2s linear infinite;
}
.main_bg2{
    width: 100%;
    z-index: 1;
    margin-top: -16%;
}
.main_1{
    width: 65%;
}
.main_2{
    z-index: 2;
    margin-top: -4%;
    width: 21%;
}
.main_3{
    width: 69%;
    animation: light 3s infinite ease-in-out;
}
.main_4{
    z-index: 2;
    padding: 2%;
    width: 29%;
}
.main_5{
    width: 6%;
}
.main_6{
    margin-bottom: -1%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    width: 8%;
}
.main_7_01{
    margin-bottom: -4%;
    width: 1%;
}
.main_8{
    margin-left: 1%;
    margin-right: 0.5%;
    width: 6%;
}
.main_9{
    margin-bottom: -1%;
    width: 4%;
}
.main_7_02{
    margin-left: 0.5%;
    margin-bottom: -4%;
    width: 1%;
}
.main_10{
    margin-left: 1%;
    margin-right: 0.5%;
    width: 6%;
}
.main_11{
    margin-bottom: -1%;
    width: 4%;
}
.main_13{
    top: 47%;
    left: 40%;
    z-index: 3;
    width: 46%;
    animation: twist 1s infinite ease-in-out;
}
.main_14{
    top: 36%;
    z-index: 2;
    width: 31%;
    left: 31%;
    animation: twist 1s infinite ease-in-out;
}
.main_21{
    width: 30%;
}
.main_bottom_left_absol{
    width: 100%;
    top: 35%;
}
.main_16_left{
    left: 8%;
    width: 3%;
}
.main_17{
    left: 18%;
    width: 5%;
}
.main_18{
    left: 12%;
    margin-top: 5%;
    width: 10%;
}
.main_bottom_left_ct{
    left: 11%;
    font-size: 6vw;
    font-weight: 900;
    color: white;
    -webkit-text-stroke: 4px #ff401b;
    font-family: 'VitroCore';
    margin-top: -2.5%;
}
.main_bottom_left_ct_absol{
    background: url(/images/main_15.png) no-repeat center / cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main_bottom_right_absol{
    width: 100%;
    top: 35%;
    left: 67%;
}
.main_16_right{
    left: 7.5%;
    margin-top: -0.5%;
    width: 3%;
}
.main_bottom_right_ct{
    left: 10.8%;
    font-size: 6vw;
    font-weight: 900;
    color: white;
    -webkit-text-stroke: 4px #ff401b;
    font-family: 'VitroCore';
    margin-top: -2.5%;
}
.main_bottom_right_ct_absol{
    background: url(/images/main_15.png) no-repeat center / cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main_19{
    left: 19%;
    width: 4%;
    margin-top: 0.5%;
}
.main_20{
    left: 11%;
    margin-top: 5%;
    width: 12%;
}

.con1{
    display: flex;
    flex-direction : column;
    justify-content: center;
    align-items: center;
}

.con1_content{
    display: flex;
    flex-direction : column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 7%;
}
.con1_top{
    display: flex;
    flex-direction : row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 4% 0% 8% 0%;
}
.con01_cover{
    top: 28%;
    width: 33%;
    height: 3vw;
    background-color: #fff;
    z-index: 2;
}
.con1_mid{
    display: flex;
    flex-direction : row;
    justify-content: space-between;
    align-items: flex-end;
    width: 51%;
    margin-top: -17%;
    z-index: 3;
}
.con1_bottom{
    display: flex;
    flex-direction : row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 2%;
    padding-bottom: 10%;
}
.con1_1{
    width: 32%;
    z-index: 1;
}
.con1_2{
    top: 63%;
    left: 34%;
    width: 16%;
}
.con1_3{
    top: 63%;
    left: 51%;
    width: 15%;
}
.con1_4{
    left: 16%;
    top: 28%;
    width: 16%;
    z-index: 4;
    animation: blk 1s infinite ease-in-out;
}
.con1_5{
    top: 41%;
    left: 50%;
    transform: translateX(-50%);
    width: 124%;
}
.con1_6{
    top: 52%;
    z-index: 1;
    width: 48%;
}
.con1_7{
    width: 11%;
    z-index: 1;
}
.con1_8{
    width: 10%;
    z-index: 1;
}
.con1_9{
    width: 11%;
    z-index: 1;
}
.con1_10{
    width: 10%;
    z-index: 1;
}
.con1_11{
    width: 17%;
    z-index: 1;
}
.con1_12{
    left: 66%;
    top: 0%;
    width: 10%;
    z-index: 4;
}
.con1_13{
    width: 17%;
    z-index: 1;
}
.con1_14{
    bottom: 0%;
    width: 100%;
}
.con1_scr_01{
    width: 100%;
    left: -39%;
    rotate: 90deg;
    z-index: 0;
}
.con1_15_scr{
    width: 100%;
    animation: marqueeXdown linear 10s infinite;
}
.con1_15_scr_next{
    right: 101%;
}
.con1_scr_02{
    width: 100%;
    left: 40%;
    rotate: 90deg;
    z-index: 0;
}
.con1_16_scr{
    width: 100%;
    animation: marqueeXup linear 10s infinite;
}
.con1_16_scr_next{
    right: -101%;
}
/* wave start */
.wing_lines1, .wing_lines02 {
    position: absolute;
    bottom: 15.9%;
    width: 20%;
    left: 17%;
    height: 36px;
    z-index: 1;
}
.wing_lines1::before, .wing_lines02::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px
}
.wing_line1 {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 6px;
}
.wing_lines1{
    position: absolute;
    bottom: 0%;
    width: 100%;
    left: 0%;
    height: 36px;
    z-index: 1;
}
.wing_lines1::before{background-color:#FF401B}
.wing_lines1 .wing_line1{background-color:#FF401B}
/* wave end */
.con2{
    display: flex;
    flex-direction : column;
    justify-content: center;
    align-items: center;
    background: url("/images/con2_bg.jpg") no-repeat center / cover;
}
.con2_content{
    display: flex;
    flex-direction : column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 11% 0% 0% 0%;
}
.con2_top{
    display: flex;
    flex-direction : row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 4%;
    margin: -7% 0% 13% 0%;
}
.con2_top_left{
    display: flex;
    flex-direction : column;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.con2_top_right{
    display: flex;
    flex-direction : column;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.con2_mid_top{
    display: flex;
    flex-direction : row;
    justify-content: center;
    align-items: center;
    width: 100%; 
    padding-bottom: 1%;
}
.con2_mid_bottom{
    display: flex;
    flex-direction : row;
    justify-content: center;
    align-items: center;
    width: 100%;  
}
.con2_bottom{
    display: flex;
    flex-direction : row;
    justify-content: center;
    align-items: center;
    width: 100%;  
    padding-top: 2%;
}
.con2_sd{
    display: flex;
    flex-direction : column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #FF401B;
    padding: 1%;
    z-index: 1;
}
.con2_scr_01{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transform-origin: top;
}
.sd_2{
    width: 100%;
    animation: marqueeXup linear 10s infinite;
}
.sd_2_next{
    right: 101%;
}
.con2_1{
    width: 53%;
}
.con2_2{
    left: 22%;
    top: 58%;
    width: 8%;
    z-index: 1;
    animation: blk 1s infinite ease-in-out;
}
.con2_3{
    width: 53%;
    z-index: 1;
}
.con2_4{
    left: 68%;
    top: 57%;
    z-index: 1;
    width: 16%;
    animation: blk 1s infinite ease-in-out;
}
.con2_5{
    top: 20%;
    width: 21%;
    left: 25%;
    z-index: 1;
    opacity: 0;
}
.con2_6{
    top: 20%;
    width: 15%;
    left: -4%;
    z-index: 2;
}
.con2_7{
    width: 26%;
}
.con2_8{
    right: 0%;
    top: 33%;
    width: 19%;
    z-index: 0;
    animation: ddm_little 1s infinite ease-in-out;
}
.con2_10{
    width: 78%;
    z-index: 1;
}
.con2_swiper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 78%;
    overflow: hidden;
}
.con2_slide{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con2_slide > img{
    width: 100%;
}
.con2_top2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10%;
}
.con2_mid{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 2%;
}
.con2_bottom2{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 4%;
    padding-bottom: 11%;
}
.con2_9{
    left: 0%;
    top: 0%;
    width: 18%;
    animation: ddm_little 1s infinite ease-in-out;
}
.con2_15{
    top: -21%;
    left: 0%;
    z-index: 0;
    width: 57%;
}
.con2_16{
    width: 0.1%;
    z-index: 1;
}
.con2_17{
    width: 60%;
    z-index: 1;
}
.con2_18{
    width: 78%;
    margin-top: -5%;
}
.con2_19{
    padding-right: 3%;
    width: 21%;
}
.con2_20{
    padding-left: 3%;
    width: 21%;
}
.con2_21{
    top: 41%;
    left: 74%;
    z-index: 0;
    width: 14%;
}
.con2_22{
    width: 101%;
}
.con2_1_swiper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con2_1_slide{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con2_1_slide > img{
    width: 100%;
}
.con3{
    display: flex;
    flex-direction : column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con3_content{
    display: flex;
    flex-direction : column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 21%;
}
.con3_top{
    display: flex;
    flex-direction : column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con3_mid{
    display: flex;
    flex-direction : row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 10%;
}
.con3_mid2{
    display: flex;
    flex-direction : column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con3_mid3{
    display: flex;
    flex-direction : row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con3_mid4{
    display: flex;
    flex-direction : column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 17%;
    padding-top: 1%;
}
.con3_bottom{
    display: flex;
    flex-direction : row;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: black;
    padding-top: 3%;
    padding-bottom: 3%;
}
.con3_bottom_left{
    display: flex;
    flex-direction : column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: 0% -18% auto;
}
.con3_bottom_left_top{
    display: flex;
    flex-direction : row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.con3_bottom_left_bottom{
    display: flex;
    flex-direction : row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.con3_bottom_right_top{
    display: flex;
    flex-direction : row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.con3_bottom_right_bottom{
    display: flex;
    flex-direction : row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.con3_bottom_right{
    display: flex;
    flex-direction : column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: 0% -18% auto;
}
.con3_bottom2{
    display: flex;
    flex-direction : row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 7%;
    overflow: hidden;
}
.con3_bg1{
    top: 0%;
    width: 100%;
}
.con3_bg1_1{
    bottom: 0%;
    width: 100%;
    rotate: 180deg;
}
.con3_1{
    width: 37%;
}
.con3_2{
    width: 38%;
    padding: 3%;
}
.con3_3{
    width: 23%;
}
.con3_4{
    width: 23%;
}
.con3_5{
    margin: 0% -7% auto;
    width: 45%;
}
.con3_6{
    top: 22%;
    left: 49%;
    transform: translateX(-50%);
    width: 9%;
    animation: blk 1s infinite ease-in-out;
}
.con3_7{
    top: 36%;
    left: 54%;
    width: 3%;
}
.con3_8{
    top: -96%;
    left: 11%;
    width: 8%;
}
.con3_9{
    width: 45%;
}
.con3_10{
    width: 28%;
}
.con3_11{
    bottom: 0%;
    right: 0%;
    width: 43%;
}
.con3_13{
    width: 25%;
}
.con3_14{
    width: 25.5%;
    animation: scaleOpa 1s linear infinite;
}
.con3_15{
    width: 26%;
    animation: scaleOpa 1s linear infinite;
}
.con3_16{
    padding-bottom: 6%;
    width: 43%;
}
.con3_17{
    width: 43%;
}
.con3_18{
    padding-bottom: 6%;
    width: 42%;
}
.con3_19{
    width: 44%;
}
.con3_20{
    width: 24%;
    z-index: 1;
}
.con3_25{
    width: 42%;
}
.con2_10_1{
    top: 72%;
    width: 77%;
}
.ct_bg2_1{
    width: 11%;
}
.ct_bg1{
    width: 11%;
    padding: 2%;
}
.ct_bg2_2{
    width: 11%;
}
.ct_01{
    font-size: 9vw;
    top: 9%;
    left: 34%;
    color: #FF401B;
    font-family: 'VitroCore';
}
.ct_02{
    font-size: 9vw;
    top: 9%;
    left: 47%;
    color: black;
    font-family: 'VitroCore';
}
.ct_03{
    font-size: 9vw;
    top: 9%;
    left: 60%;
    color: #FF401B;
    font-family: 'VitroCore';
}
.con4{
    display: flex;
    flex-direction : column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
#main_video02{
    width: 120%;
}
.con4_content{
    display: flex;
    flex-direction : column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con4_top{
    display: flex;
    flex-direction : column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 9%;
    padding-bottom: 2%;
}
.con4_mid{
    background: url(/images/con4_2.png) no-repeat center / cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 80%;
    z-index: 1;
}
.con4_mid_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    padding-top: 3%;
    padding-bottom: 1%;
}
.con4_mid_top_cate{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33%;
}
.con4_mid_top_cate > .absol{
    opacity: 0;
    transition: 0.3s all;
}
.con4_mid_top_cate:hover .absol{
    opacity: 1 ;
}
.con4_mid_top_cate:hover img:nth-child(1){
    opacity: 0;
}
.con4_mid_top > div:nth-child(1)>img {
    width: 81%;
    transition: 0.3s all;
}
.con4_mid_top > div:nth-child(2)>img {
    width: 81%;
    transition: 0.3s all;
}
.con4_mid_top > div:nth-child(3)>img {
    width: 81%;
    transition: 0.3s all;
}
.show{
    opacity: 1 !important;
}
.hide{
    opacity: 0 !important;
}
.con4_mid_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84%;
    padding-top: 4%;
    padding-bottom: 6%;
}
.con4_mid_swiper_1 {
    width: 90%;
    overflow: hidden;
}
.con4_mid_swiper_2 {
    width: 90%;
    overflow: hidden;
}
.con4_mid_swiper_3 {
    width: 90%;
    overflow: hidden;
}
.con4_mid_swiper_1_slide{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 4%;
    box-sizing: border-box !important;
}
.con4_mid_swiper_1_slide img{
    width: 100%;
}
.con4_mid_swiper_1_slide p{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    background: black;
    color: white;
    border-radius: 50px;
    margin-top: 6%;
}
.con4_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 4%;
    padding-bottom: 9%;
    z-index: 1;
}
.con4_bottom img{
    width: 20%;
    margin: 0 2.7%;
     transition: 0.3s all;
}
.con4_bottom img:hover{
  scale: 1.1;
}
.con4_1{
    width: 48%;
    z-index: 1;
}
.con4_3{
    width: 89%; 
}
.con4_13_1{
    top: 34%;
    left: 88%;
    width: 10%;
}
.con4_13_2{
    top: 160%;
    left: 2%;
    width: 10%;
}


.con5{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #FF401B;
}
.con5_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
    padding-top: 9%;
    padding-bottom: 9%;
}
.con5_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
    padding-bottom: 3%;
}
.con5_mid_top{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%; 
    padding-bottom: 3%;
    padding-left: 32%;
}
.con5_mid_mid{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%; 
    padding-right: 19%;
    padding-bottom: 3%;
}
.con5_mid_bottom{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%; 
    padding-bottom: 3%;
    padding-right: 15%;
}
.con5_1{
    width: 40%;
}
.con5_2{
    padding: 2%;
    width: 35%;
}
.con5_3{
    left: 71%;
    top: 0%;
    width: 10%;
}
.con5_4{
    width: 33%;
}
.con5_7{
    padding-right: 5%;
    width: 37%;
    z-index: 1;
}
.con5_8{
    width: 37%;
    z-index: 1;
}
.con5_9{
    padding-left: 3%;
    width: 37%;
}
.con5_10{
    width: 11%;
}
.con5_11{
    width: 28%;
}
.con5_12{
    left: 8%;
    top: -25%;
    width: 37%;
    z-index: 0;
}
.con5_13_1{
    top: 0%;
    width: 100%;
}
.con5_13_2{
    bottom: 0%;
    rotate: 180deg;
    width: 100%;
}
.con6{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con6_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 9%;
}
.con6_top_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 2%;
}
.con6_top_content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con6_top_mid_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: 0% -15% 0% auto;
}
.con6_top_mid_left_top{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-bottom: 2%;
}
.con6_top_mid_left_bottom{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.con6_top_mid_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-right: -1%;
}
.con6_top_mid_right_top{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-bottom: 2%;
}
.con6_top_mid_right_bottom{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.con6_top_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 2%;
}
.con6_bottom{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 3%;
    padding-bottom: 4%;
    z-index: 1;
}
.con6_1{
    width: 44%;
    z-index: 1;
    padding-bottom: 2%;
}
.con6_2{
    left: 19%;
    top: -16%;
    width: 10%;
    z-index: 0%;
}
.con6_3{
    width: 78%;
}
.con6_top_check_div01{
    width: 6vw;
    height: 5vw;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    left: 0%;
    top: -45%;
}
.con6_top_check_div02{
    width: 6vw;
    height: 5vw;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    left: 0%;
    top: -60%;
}
.con6_top_check_div03{
    width: 6vw;
    height: 5vw;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    left: 0%;
    top: -45%;
}
.con6_top_check_div04{
    width: 6vw;
    height: 5vw;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    left: 0%;
    top: -60%;
}
.con6_5_1{
    width: 3vw;
}
.con6_5_2{
    width: 3vw;
}
.con6_5_3{
    width: 3vw;
}
.con6_5_4{
    width: 3vw;
}
.con6_6{
    width: 57%;
}
.con6_7{
    width: 61%;
}
.con6_8{
    width: 54%;
}
.con6_9{
    width: 64%;
}
.con6_10{
    width: 78%;
}
.con6_11{
    width: 33%;
    z-index: 1;
    margin: 0% -7% 0% 10%;
    animation: ddm_little 1s infinite ease-in-out;
}
.con6_12{
    width: 53%;
    z-index: 1;
    animation: ddm_little 1s infinite ease-in-out;
    animation-delay: 0.5s;
}
.con6_13{
    left: 0%;
    bottom: 0%;
    width: 67%;
}
.con6_4_1{
    width: 5%;
    padding-right: 2%;
}
.con6_4_2{
    width: 5%;
    padding-right: 2%;
}
.con6_4_3{
    width: 5%;
    padding-right: 2%;
}
.con6_4_4{
    width: 5%;
    padding-right: 2%;
}
.con7{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: black;
}
.con7_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
    padding-top: 9%;
    padding-bottom: 6%;
}
.flip_clock01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 3% 0;
}
.con7_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
}
.con7_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
}
.con7_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
}
.con7_1{
    width: 35%;
}
.con7_2{
    width: 31%;
}
.con7_3{
    width: 65%;
}
.con7_line{
    padding-top: 2%;
    width: 78%;
}
.con7_call{
    width: 18%;
    height: 4vw;
    top: 79%;
}
.con8{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #FF401B;
}
.con8_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 11%;
}
.con8_sd{
    display: flex;
    flex-direction : column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: white;
    padding: 0.5%;
    z-index: 1;
    top: 0%;
}
.con8_scr_01{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transform-origin: top;
}
.sd_8{
    width: 100%;
    animation: marqueeXup linear 10s infinite;
}
.sd_8_next{
    right: 101%;
}
.con8_sd2{
    display: flex;
    flex-direction : column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: white;
    padding: 0.5%;
    z-index: 1;
    bottom: 0%;
}
.con8_scr_02{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transform-origin: top;
}
.sd_8_2{
    width: 100%;
    animation: marqueeXup linear 10s infinite;
}
.sd_8_2_next{
    right: 101%;
}
.con8_2{
    width: 50%;
}
.con8_5{
    right: 0%;
    width: 35%;
    animation: ddm_little 1s infinite ease-in-out;
}
.con8_6{
    left: 0%;
    width: 35%;
    animation: ddm_little 1s infinite ease-in-out;
}
.con8_7{
    right: 0%;
    bottom: 3%;
    width: 73%;
    z-index: 0;
}
.con8_call{
    width: 34%;
    height: 7vw;
    top: 52%;
}


.form_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.form_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 4%;
}
/*form*/
.form_div {
    background: url("/images/con8_1.png") no-repeat center / cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    box-sizing: border-box;
    border-radius: 50px;
    padding-top: 3%;
    padding-bottom: 3%;
    z-index: 1;
}
.form_margin input {
    width: 100%;
    height: 100%;
}
.form_call_img{
    margin: 3%;
    width: 35%;
    animation: blk 1s infinite ease-in-out;
    cursor: pointer;
}
.form_buttom{
    width: 24%;
    cursor: pointer;
}
.form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
}
.form_margin {
    display: flex;
    width: 70%;
}

.form_agree {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 70%;
    color: black;
    font-size: 0.7em;
    border-top: solid 1px #d2d2d2;
    margin-top: -1%;
    padding-top: 2%;
}
.form_agree_left{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    width: 42%;
}
.form_agree_right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    width: 55%;
}
.form_agree01{
    scale: 2;
    right: 53%;
    padding-left: 2%;
}
.form_agree02{
    font-size: 1vw;
    white-space: nowrap;
    padding-left: 6%;
}
.btn_button {
    text-decoration: underline;
}
.form_label {
    width: 100%;
    font-weight: 500;
    font-size: 1em;
    color: black;
    padding: 18px 13px;
    box-sizing: border-box;
    flex-shrink: 2;
    text-align: center;
    margin: auto;
    white-space: nowrap;
    border-bottom: solid 1px #d2d2d2;
}
.form_input {
    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 0.8em;
    border: 1px solid #cbcbcb;
    padding: 18px 12px;
    box-sizing: border-box;
}
.form_controls {
    font-family: "Noto Sans KR";
    font-weight: 500;
    width: 100%;
}
.form_textbox {
    width: 100%;
    height: 180px;
    border: 1px solid #cbcbcb;
    font-family: "Noto Sans KR";
    padding: 18px 20px;
    box-sizing: border-box;
    font-size: 18px;
}
input[type="text"]:focus,
textarea:focus {
    outline: none;
    border: 1px solid #927849;
}
.form_agree02{
    display: inline;
}
.form_agree02m{
    display: none;
}
/*form*/

/*개인정보 처리 방침*/
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10000;
}
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 56%;
    border-radius: 30px;
} 
.close {
    color: #aaa;
    float: right;
    font-size: 33px;
    font-weight: bold;
    cursor: pointer;
    margin-top: -2%;
    margin-right: -1%;
}  
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#policyWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
    overflow: hidden;
    position: absolute;
    left: 50%;
    z-index: 2000;
    height: 50px;
    margin-left: -50px;
    background: #fff;
    text-align: center;
    border-radius: 5px
}
#policy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
    position: relative;
    height: 530px;
    margin: 0 auto;
    padding: 1px;
    text-align: left
}
#policy div.policy_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
    position: relative;
    height: 75px;
    background-color: #b1b1b1;
    border-radius: 10px;
}
#policy div.policy_title h2 {
    font-weight: 700;
    font-size: 25px;
    color: #fff
}
#policy div.policy_con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    padding: 20px 0px 20px 0px;
    background: #9b9b9b;
    border-radius: 10px;
}
#policy p.policy_text {
    overflow-y: scroll;
    height: 400px;
    padding-right: 20px;
    font-size: 14px;
    text-align: justify;
    line-height: 18px
}
#policyLoader {
    padding-top: 10px
}
/*개인정보 처리 방침*/


