* {
    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: "";
}
.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: "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: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    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;
}
@font-face {
    font-family: 'SF_HambakSnow';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2106@1.1/SF_HambakSnow.woff') format('woff');
    font-weight: normal;
    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 marqueeX {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@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 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;
    }
}
.main{
    background: url(/images/main_bg.jpg) no-repeat center / cover;
}
.main_top{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 82%;
    margin-top: 14%;
    margin-bottom: 2%;
}
.main_08{
    mix-blend-mode: color-dodge;
}
.main_07{
    width: 60%;
}
.main_08{
    width: 72%;
    mix-blend-mode: color-dodge;
}
.main_top_1{
    z-index: 1;
    width: 41%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.main_05{
    width: 100%;
}
.main_top_2{
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 23.4%;
    overflow: hidden;
    margin-top: 0.5%;
}
.main_06{
    width: 100%;
}
.main_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 38%;
    margin-top: 6%;
    margin-bottom: 3%;
}
.main_bottom_left{
    width: 44.3%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.main_bottom_right{
    width: 45%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.main_09{
    width: 100%;
}
.main_12{
    width: 100%;
}
.main_01_left{
    top: 0;
    left: 2%;
    height: 71%;
}
.main_01_right{
    top: 0;
    right: 2%;
    height: 71%;
}
.main_03{
    bottom: 6.6%;
    left: 3%;
    width: 16%;
}
.main_04{
    bottom: 6.6%;
    right: 3%;
    width: 17%;
}
.main_bottom_left_ct{
    font-family: SF_HambakSnow;
    color: #fe412b;
    font-size: 7.5vw;
    bottom: -35%;
    left: 31%;
    mix-blend-mode: difference;
}
.main_bottom_right_ct{
    font-family: SF_HambakSnow;
    color: #fe412b;
    font-size: 7.5vw;
    bottom: -57%;
    left: 20%;
    mix-blend-mode: difference;
}
.main_11{
    width: 0.05vw;
}
.con1{
    background: url(/images/con1_bg.jpg) no-repeat center / cover;
    background-attachment: fixed;
    height: 12vw;
}
.con2{
    background: url(/images/con2_bg.jpg) no-repeat center / cover;
}
.con2_08{
    width: 100%;
    margin-top: -1%;
}
.con2_15{
    width: 100%;
    margin-top: -2.8%;
}
.con2_top{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 69%;
    flex-direction: column;
    margin-top: -1.6%;
}
.con2_top_left{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 46.3%;
}
.con2_top_right{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    left: 55%;
    top: 10%;
    width: 52.9%;
}
.con2_01{
    width: 50%;
}
.con2_02{
    margin-left: -4%;
    margin-top: -2%;
    margin-bottom: 2%;
    width: 86%;
}
.con2_03{
    width: 100%;
}
.con2_12{
    margin-top: -4%;
    margin-bottom: -4%;
    width: 111%;
}
.con2_13{
    width: 100%;
}
.con2_14{
    width: 100%;
}
.con2_12{
    margin-top: -4%;
    margin-bottom: -4%;
    width: 111%;
    animation: light 2s infinite;
}
.con2_mid{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-top: -29%;
    margin-bottom: 8%;
}
.con2_mid_item{
    display: flex;
    width: 32%;
    justify-content: center;
    align-items: center;
    margin: 0 -4%;
    position: relative;
}
.con2_mid_item img{
    width: 100%;
}
.con2_mid_item .absol{
    opacity: 0;
}
.con2_11{
    width: 143%;
}
.con2_09_left{
    left: 1%;
    height: 100%;
}
.con2_09_right{
    right: 1%;
    height: 100%;
}
.con2_10{
    bottom: 1%;
    width: 100%;
}
.con3{
    background: url(/images/con3_bg.jpg) no-repeat center / cover;
}
.con3_right{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 37%;
    margin-left: 50%;
}
.con3_08{
    left: 0;
    width: 50%;
    top: 11%;
}
.con3_right{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 37%;
    margin-left: 37%;
    margin-top: 12%;
    margin-bottom: 12%;
}
.con3_04{
    width: 66%;
}
.con3_05{
    margin-bottom: -3%;
    width: 73%;
}
.con3_06{
    margin-left: -4%;
    margin-bottom: 5%;
    width: 100%;
}
.con3_07{
    width: 83%;
}
.con3_01{
    right: 3%;
    top: 10%;
    width: 1.1%;
}
.con3_02{
    right: 1.5%;
    top: 30%;
    height: 61%;
}
.con3_03{
    bottom: 8%;
    right: 3%;
    width: 9.7%;
}
.con4_01{
    width: 100%;
}
.con4_top{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    overflow: hidden;
}
.con4_05{
    width: 100vw;
}
.con4_top_2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32.4%;
    overflow: hidden;
    margin-top: -8.6%;
    z-index: 1;
}
.con4_02{
    width: 100%;
}
.con4_top_3{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47%;
    margin-top: 0.5%;
    overflow: hidden;
}
.con4_04{
    width: 100%;
}
.con4_03{
    width: 69%;
}
.con4_mid{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con4_mid_1{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 8%;
    width: 40%;
    margin-left: -5%;
}
.con4_10{
    width: 86%;
}
.con4_mid_2{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 4%;
    width: 40%;
    margin-right: -5%;
}
.con4_07{
    width: 32%;
    animation: ddm_m 2s infinite;
    margin-left: -5%;
}
.con4_09{
    width: 32%;
    z-index: 1;
    animation: ddm_m 2s infinite;
}
.con4_11{
    width: 86%;
    margin-left: -3%;
}
.con4_mid_3{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 4%;
    width: 40%;
    margin-left: -5%;
}
.con4_14{
    width: 86%;
}
.con4_13{
    width: 32%;
    margin-left: -3%;
    animation: ddm_m 2s infinite;
}
.con4_bottom {
    margin-top: 8%;
    padding-top: 7%;
    padding-bottom: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #FF3F02;
    flex-direction: column;
    z-index: -1;
}
.con4_bottom_1{
    width: 26%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con4_bottom_3{
    width: 26%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con5_03{
    width: 26vw;
}
.con4_bottom_2{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1%;
    width: 39%;
}
.con5_04{
    width: 72%;
}
.con5_05{
    width: 27.5%;
    animation: blk 1s infinite;
}
.con5_01{
    left: 5%;
    width: 15%;
}
.con5_02{
    right: 5%;
    width: 15%;
}
.con4_bg_top{
    top: 0;
    width: 100%;
}
.con4_bg_bottom{
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.con4_15{
    top: 22.5%;
    width: 100%;
}
.con4_bg1{
    top: 31%;
    width: 148%;
}
.con4_16{
    bottom: 10%;
    width: 100%;
}
.con5_bg12{
    bottom: 18%;
    width: 100%;
}
.con4_08{
    left: -15%;
    width: 44%;
}
.con4_06{
    right: -11%;
    top: 20%;
    width: 42%;
}
.con4_12{
    bottom: 27%;
    right: 6%;
    width: 19%;
}
.con5{
    background: url(/images/con5_bg.jpg) no-repeat center / cover;
}
.con5_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38%;
    margin-top: 3%;
    margin-bottom: 1%;
    overflow: hidden;
}
.con5_07{
    width: 100%;
}
.con5_12{
    margin-top: 1%;
    margin-bottom: 3%;
    width: 34%;
}
.con5_mid{
    display: block;
    width: 85%;
}
.con5_mid img {
    float: left;
    width: 23%;
    margin: 0 1%;
}
.con6{
    background: #ff4206;
}
.con6_con{
    width: 90%;
    border: 13px solid black;
    box-sizing: border-box;
    margin: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con6_con_2{
    border: 2px #ff4206 solid;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    background: url(/images/con6_bg.jpg) no-repeat center / cover;

}
.con6_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28%;
    margin-bottom: 2%;
    overflow: hidden;
}
.con6_01{
    width: 100%;
}
.con6_top_2{
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con6_11{
    width: 42.4vw;
}
.con6_top_3{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-bottom: 1%;
    width: 47.3%;
    overflow: hidden;
}
.con6_12{
    width: 100%;
}
.con6_13{
    left: 36%;
    width: 9.9%;
}
.con6_mid{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38.4%;
    margin-bottom: 4%;
}
.con6_17 {
    width: 100%;
    mix-blend-mode: color-dodge;
    z-index: 1;
}
.con6_18{
    width: 100%;
}
.con6_19{
    width: 100%;
    animation: rotate_image1 infinite 10s linear;
}
.con6_15{
    left: -35%;
    top: 5%;
    animation: ddm_m 2s infinite;
}
.con6_16{
    right: -50%;
    top: 5%;
    width: 49%;
    animation: ddm_m 2s infinite;

}
.con6_15{
    width: 37%;
}
.con6_top_4{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37.8%;
    overflow: hidden;
}
.con6_14{
    width: 100%;
}
.con6_02{
    left: 5%;
    top: 11%;
    width: 1.3%;
}
.con6_09{
 right: 5%;
    top: 11%;
    width: 1.3%;
}
.con6_03_left{
    left: 3.5%;
    top: 28%;
    height: 52%;
}
.con6_03_right{
    right: 3.5%;
    top: 30%;
    height: 50%;
}
.con6_left{
    bottom: 7%;
    left: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26%;
}
.con6_right{
    bottom: 7%;
    right: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 11%;
}
.con6_05{

    width: 100%;
}
.con6_07{
    width: 100%;
}
.con6_06{
    left: 1%;
    bottom: 0;
    animation: blk 1s infinite;
    width: 84%;
}
.con6_right_ct{
    font-family: SF_HambakSnow;
    color: black;
    font-size: 7.5vw;
    bottom: -33%;
    left: -15%;
}
.con6_10{
    bottom: 0;
    height: 6%;
}
.con7{
    background: black;
}
.con7_04{
    margin-top: -1%;
    width: 100%;
}
.con7_top{
    margin-top: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 13.6%;
    overflow: hidden;
}
.con7_01{
    width: 13.6vw;
}
.con7_02{
    width: 100%;
    margin-top: -1%;
}
.con7_03{
    margin-bottom: 2%;
    width: 16%;
}

.con7_bottom{
    display: flex;justify-content: center;
    align-items: center;
    width: 100%;
    width: 70%;
    overflow: hidden;
    padding: 1%;
    margin-bottom: 9%;
}
.con7_mid_swiper_1 {
    width: 100%;
}
.con7_mid_swiper_1_slide{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    filter: blur(3px) brightness(0.5);
}
.con7_mid_swiper_1_slide img{
    width: 151%;

}

.con7_mid_swiper_2 {
    width: 100%;
    overflow: hidden;
    margin-top: 1.2%;
}
.con7_mid_swiper_2_slide{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con7_mid_swiper_2_slide img{
    width: 100%;

}
.con7_mid_swiper_1_slide.swiper-slide.swiper-slide-next + .con7_mid_swiper_1_slide{
    filter: unset;
    z-index: 12;
    margin-top: -5.5%;
}
.con7_mid_swiper_1_slide.swiper-slide.swiper-slide-next + .con7_mid_swiper_1_slide img{
    width: 250%;
}
.con7_bottom_next{
    width: 5vw !important;
    height: 5vw !important;
    right: 30% !important;
    top: 58% !important;
}
.con7_bottom_next:after{
    content: '1' !important;
    background: url(/images/con7_12_2.png) center / 97% no-repeat;
    width: 5vw;
    height: 5vw;
    z-index: 5;
    position: absolute;
}

.con7_bottom_prev{
    width: 5vw !important;
    height: 5vw !important;
    left: 30% !important;
    top: 58% !important;
}
.con7_bottom_prev:after{
    content: '1' !important;
    background: url(/images/con7_12.png) center / 97% no-repeat;
    width: 5vw;
    height: 5vw;
    z-index: 5;
    position: absolute;
}
.con7_05_left{
    left: 1%;
    top: 0;
    height: 90%;
}
.con7_05_right{
    right: 1%;
    top: 0;
    height: 90%;
}
.con7_06_left{
    left: 5%;
    top: 30%;
    width: 3.7%;
}
.con7_07_right{
    right: 5%;
    top: 30%;

    width: 3.7%;
}
.con7_08{
    left: 15%;
    z-index: 2;
    top: 36%;
    width: 17.5%;
}
.con7_09{
    right: 15%;
    z-index: 2;
    width: 18.5%;
    top: 36%;
}
.con7_10{
    bottom: 18%;
    z-index: 2;
    left: 17%;
    width: 20%;
}
.con7_11{
    bottom: 18%;
    z-index: 2;
    right: 17%;
    width: 20%;
}
.con7_13{
    width: 100%;
    top: 50%;
}
.con7_bottom_scr{
    bottom: 1%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con7_04_top{
    width: 100%;
    top: -35%;
}
.con7_04_bottom{
    width: 100%;
    bottom: -35%;
}
.con7_scr{
    width: 100%;
    animation: marqueeX 20s linear infinite;
}
.con7_bottom_scr >.con7_scr.absol{
    right: -100%;
}
.con8{
    background: url(/images/con8_bg.jpg) no-repeat center / cover;
}
.con8_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    margin-top: 8%;
    margin-bottom: 3%;
}
.con8_03{
    top: 0;
    right: 0;
    width: 17%;
    z-index: 1;
}
.con8_01{
    left: 0;
    top: 0;
    width: 7%;
}
.con8_07{
    left: 37%;
    width: 5%;
    top: 15%;
}
.con8_08{
    width: 36%;
}
.con8_06{
    width: 100%;
    margin-top: 1.5%;
    margin-bottom: 2%;
}
.con8_05{
    width: 40%;
}
.main_mid_swiper {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 34.5%;
    margin-bottom: 0;
    z-index: 2;
}
.con8_mid{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 9%;
    z-index: 1;
}
.con8_mid_right{
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 1%;
}
.main_mid_slide{
    position: relative;
}
.main_mid_slide img{
    width: 100%;
}
.con8_14{
    width: 100%;
}
.con8_bottom_scr{
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con8_scr{
    width: 100%;
    animation: marqueeX 20s linear infinite;
}
.con8_bottom_scr .absol{
    right: -100%;
}
.con8_02{
    left: 0;
    bottom: 11%;
    width: 3.8%;
}
.con8_09{
    left: 13%;
    bottom: 16%;
    width: 35.4%;
}
.con8_06_bottom{
    bottom: 11%;
    width: 100%;
}
.con8_04{
    left: 5.45%;
    top: 37%;
    width: 7.9%;
}
.con9{
    background: url(/images/con9_bg.jpg) no-repeat center / cover;
}
.con9_top{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
    width: 100%;
    overflow: hidden;
}
.con9_03{
    width: 29.9%;
}
.con9_01{
    left: 29%;
    top: 11%;
    width: 5.3%;
}
.con9_02{
    right: 29%;
    top: 11%;
    width: 5.3%;
}
.con9_mid{
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 49.7%;
    margin-top: 1%;
    margin-bottom: 1%;
}
.con9_mid img{
    width: 100%;
}
.con9_bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 49%;
    margin-bottom: 5.5%;
}
.con9_bottom_item{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25.5%;
}
.con9_05{
    width: 100%;
    top: 43%;

}
.con9_12{
    animation: blk3 infinite 6s;
    animation-delay: 4.5s;
}
.con9_13{
    animation: blk3 infinite 6s;
    animation-delay: 3s;

}
.con9_14{
    animation: blk3 infinite 6s;
    animation-delay: 1.5s;
}
.con9_15{
    animation: blk3 infinite 6s;

}
.con9_bottom_item .absol{
    width: 45%;
}
.con9_04{
    width: 96%;
    height: 94%;
}
.con9_bottom_item img:nth-child(1){
    width: 100%;
}

.con10{
    background: url(/images/con10_bg.jpg) no-repeat center / cover;
}
.con9_16{
    width: 100%;
}
.con10_top{
    margin-top: 8%;
    width: 33.3%;
    overflow: hidden;
    display: flex;justify-content: center;
    align-items: center;
    margin-bottom: 2.3%;
}
.con10_03{
    width: 33.3vw;
}
.con10_top_2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 6%;
}
.con10_01{
    width: 11.8%;
    left: 10%;
    bottom: -45%;
}
.con10_02{
    width: 11.8%;
    right: 10%;
    bottom: -45%;
}
.con10_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    background: white;
    border: 1px solid #00000087;
    margin-bottom: 5%;
    overflow: hidden;
}
.con10_10{
    width: 12.5%;
    left: 0.4%;
}
.con10_09{
    width: 12.5%;
    right: 0.4%;
}
.con10_12{
    margin-top: 4.5%;
    margin-bottom: 4.5%;
    margin-right: 8%;
    margin-left: 4%;
    width: 31%;
}
.con10_08{
    width: 34.3%;
    margin-top: 4%;
    z-index: 1;
}
.con10_13{
    left: 35%;
    width: 11%;
    top: 45%;
    z-index: 2;
    animation: blk 1s infinite;
}
.con10_11_top{
    top: 1%;
    width: 100%;
}
.con10_11_bottom{
    bottom: 1%;
    width: 100%;
}
.con10_05{
    left: 29%;
    width: 8.8%;
}
.con10_06{
    left: 39%;
    width: 9.2%;
}
.con10_07{
    left: 49.4%;
    width: 9%;
}
.con10_04{
    width: 42.3%;
}

.con11{
    background: url(/images/con11_bg.jpg) no-repeat center / cover;
}
.con11_top{
    width: 7.3%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9.2%;
    width: 7.3%;
    margin-bottom: 3%;
    overflow: hidden;
}
.con11_12{
    top: 0;
    width: 100%;
}
.con11_01{
    width: 100%;
}
.con11_top_2{
    display: flex;
    width: 45.5%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con11_13{
    top: 8.9%;
    width: 100%;
}
.con11_top_3{
    width: 35.2%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_03{
    width: 100%;
}
.con11_mid{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-top: -1%;
}
.con11_10{
    left: 11%;
    width: 1.1%;
    top: 11%;
}
.con11_09{
    right: 11%;
    width: 1.1%;
    top: 11%;
}
.con11_05{
    width: 34%;
}
.con11_04{
    margin: 2.5%;
    width: 20.6%;
}
.con11_06{
    width: 35%;
}
.con11_07{
    margin-top: 2%;
    margin-bottom: 7%;
    width: 14%;
}
.con11_08{
    width: 100%;
    top: 38.7%;
}
.con11_11{
    width: 100%;
}
.con12{
    background: url(/images/con12_bg.jpg) no-repeat center / cover;
    flex-direction: row;

}
.con12 >div:hover div:nth-of-type(2){
    opacity: 0;

}
.con12 >div{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con12 >div >div{
    transition: 0.3s all;
}
.con12 >div>div:nth-child(1){
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 15% 0;

}
.con12_01{
    mix-blend-mode: color-dodge;
    width: 85%;
}
.con12_04{
    width: 73%;
}
.con12_03{
    width: 39%;
}
.con12_02{
    width: 39%;
    animation: light 2s infinite;
}


.con13_01{
    mix-blend-mode: color-dodge;
    width: 85%;
}
.con13_04{
    width: 73%;
}
.con13_03{
    width: 39%;
}
.con13_02{
    width: 39%;
    animation: light 2s infinite;
}
.con12_left_2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con13_06{
    width: 100%;
}
.con13_05{
    width: 48%;
    z-index: 2;
    margin-right: -20%;
}
.con12_06{
    width: 100%;
}
.con12_05{
    z-index: 1;
    width: 49%;
    margin-left: -25%;
    margin-top: -1%;
}

.flip_clock01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 3% 0;
}
.con13{
    background: url(/images/con14_bg1.jpg) no-repeat center / cover;

}
.con13_con{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 3%;
    width: 90%;
    background: url(/images/con14_bg.jpg) no-repeat center / cover;
}
.con13_top{
    margin-top: 7%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 19%;
    margin-bottom: 2.3%;
    overflow: hidden;
}
.con14_02{
    width: 100%;
}
.con13_top_2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.5%;
    overflow: hidden;
}
.con14_03{
    width: 100%;
}
.con14_01{
    left: -24%;
    width: 25%;
    top: -60%;
}
.con13_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 53.6%;
    margin-bottom: 5%;
}
.con14_05{
    width: 100%;
}
.con14_04{
    width: 54%;
    top: 13%;
}
.con13_bottom_tel{
    width: 16vw;
    height: 5vw;
    bottom: 21%;
}
.con14_06{
    left: -6%;
    bottom: -5%;
    width: 41%;
}
.con14_07{
    right: -0.3%;
    top: 15%;
    width: 24%;
}
.con13_con_border{
    width: 88vw;
    height: 58vw;
    border: 1px solid #00000082;
}
.con14{
    background: url(/images/con15_bg.jpg) no-repeat center / cover;

}
.con14_top{
    margin-top: 6%;
    margin-bottom: 1.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27%;
    overflow: hidden;
}
.con15_03{
    width: 100%;
}
.con14_mid{
    width: 67%;
    margin-bottom: 6%;
}
.con14_mid_item{
    width: 44.8%;
    margin: 0.2% 2%;
    float: left;
}
.con15_02{
    left: 3%;
    bottom: 4%;
    width: 11.8%;
}
.con15_01{
    top: 4%;
    right: 3%;
    width: 10.1%;
}
.con15_05_1{
    left: 48.5%;
    top: 7%;
    width: 1.1%;
}
.con15_05_2{
    left: 48.5%;
    top: 27%;
    width: 1.1%;
}
.con15_05_3{
    left: 48.5%;
    top: 47%;
    width: 1.1%;
}
.con15_05_4{
    left: 48.5%;
    top: 67%;
    width: 1.1%;
}
.con15_05_5{
    left: 48.5%;
    top: 87%;
    width: 1.1%;
}





.form {
    margin-top: 2%;
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid white;
    padding-top: 1.7%;
    background: white;
    z-index: 1;
    margin-bottom: 7%;
}
.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;
}
.form_row_imput{
    width: 70%;
    height: 2.8vw;
    background: transparent;
    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: #f2f2f2;
    color: transparent;
    border: none;
    appearance: none;
}
.form_agree_check:checked {
    background: #f2f2f2;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;

}
.form_agree_check:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: url(/images/con20_05.png) center / 86% no-repeat;
    color: unset !important;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF4206;
    padding: 1.5%;
    width: 48%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    font-family: GmarketSansBold;
    border-radius: 0;
    padding-top: 2.5%;
    padding-bottom: 2%;
    cursor: pointer;
}
.form_row_imput_radio {
    margin-right: 1%;
    width: 1.5vw;
    height: 1.5vw;
    overflow: hidden;
    outline: 0;
    background: #ffffff;
    color: white;
    border: none;
    appearance: none;
    border-radius: 50%;
    margin-right: 20%;
    left: 3%;
    border: 1px solid black;
}
.form_row_imput_radio:checked::after {
    content: "";
    width: 1.5vw;
    height: 1.5vw;
    position: absolute;
    background: url(/images/con20_05.png) center / 86% no-repeat;
    color: unset !important;
}
.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;
}
.con15{
    background: url(/images/con16_bg.jpg) no-repeat center / cover;

}
.con15_top{
    margin-top: 8%;
    margin-bottom: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con16_01{
    left: 9%;
    width: 11.6%;
}

.con16_02{
    right: 9%;
    width: 11.6%;
}
.con16_04{
    width: 37%;
}
.con15_mid{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form_row_radio{
    padding-top: 2%;
    padding-bottom: 2%;
}
.con16_05{
    left: 13.4%;
    top: 5.2%;
    width: 13.57%;
}
.con16_06{
    right: 13.6%;
    top: 5.2%;
    width: 13.45%;
}
.con16_03{
    z-index: 2;
    right: 9%;
    top: 14%;
    width: 23%;
}
.con5_06{
    width: 100%;
}
.con11_02{
    width: 100%;
}
.form_row_imput_radio:focus {
    border: 1px solid black !important;
}
.main_top_left{
    top: 7%;
    left: -2.6%;
    border-radius: 23px;
    overflow: hidden;
    width: 18.7vw;
    height: 15.9vw;
}
.cctv1 {
    width: 100%;
    top: -58%;
}


.main_top_left2 {
    top: 7%;
    left: 25.3%;
    border-radius: 23px;
    overflow: hidden;
    width: 18.7vw;
    height: 15.9vw;
}
.cctv2 {
    width: 100%;
    top: -28%;
}
.main_top_left3 {
    top: 7%;
    left: -3.6%;
    border-radius: 23px;
    overflow: hidden;
    width: 18.7vw;
    height: 15.9vw;
}
.cctv3 {
    width: 100%;
    top: -28%;
}
.con4_bottom_3{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26%;
    overflow: hidden;
}
.con6_right {
    bottom: 7.5%;
    right: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 11%;
}
.con2_half_swiper_1_slide_2 .con1_video_con {
    width: 107%;
}


.main_2nd_con{
    background: #ff4206;
    width: 100%;
    overflow: hidden;
}

.main_2nd img{
    width: 100%;
}
.main_2nd_top{
    width: 29%;
    margin-top: 8%;
}
.main_2nd_top_2nd {
    margin-top: 3%;
    margin-bottom: 6%;
    width: 25.5%;
}
.main_2nd_top_3rd{
    width: 80%;
    height: 30vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
    margin-bottom: 6%;
}
.main_2nd_top_3rd_left{

    left: 0;
    width: 14.3%;
}
.main_2nd_top_3rd_right{
    right: 0;
    width: 14.3%;
}
.main_2nd_swiper_1{
    width: 66%;
    overflow: hidden;
    height: 89%;
    margin-top: -12%;
}
.swiper-pagination{
    width: 31% !important;
    display: flex ;
    justify-content: center;
    align-items: center;
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: 14% !important;
    top: unset !important;
}
.main_video_con{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_video_con iframe{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-pagination-progressbar-fill{
    background: rgb(255, 66, 6) !important;
}


.main_2nd{
    background: url(/images/pl_bg.jpg) no-repeat center / cover;
}
.main_2nd_absol{
    top: 0;
    width: 100%;
    z-index: 1;
}
.main_2nd_absol_2{
    bottom: 0;
    width: 100%;
    z-index: 1;
}
.main_2nd_con_bg{
    width: 111%;
}
.main_2nd_top_3rd_left_3{
    bottom: 10.5%;
    left: 18.5%;
    width: 13%;
}
.main_2nd_top_3rd_right_3{
    bottom: 10.5%;
    right: 18.5%;
    width: 9.3%;
}
.main_2nd_prev:after, .main_2nd_next:after {
    display: none;
}
.main_2nd_prev{
    width: 3vw !important;
    height: 3vw !important;
    left: 16.4% !important;
    top: 36% !important;
}
.main_2nd_next{
    width: 3vw !important;
    height: 3vw !important;
    right: 16.4% !important;
    top: 36% !important;
    transform: scaleX(-1);
}
.swiper-pagination-progressbar-fill {
    background: rgb(255, 66, 6) !important;
    height: 0.3vw !important;
}
.swiper-pagination{
    background: #231a17 !important;
    height: 0.3vw !important;
}
.main_2nd_con_left{
    left: 8%;
    top: 10%;
    width: 12.7%;
}
.main_2nd_con_right{
    right: 8%;
    top: 10%;
    width: 12.7%;
}
.main_2nd_con > div{
    overflow: hidden;
    display: flex;
}
.main_2nd_top_3rd{
    overflow: unset !important;
}











.main_3rd{
    background: url(/images/recon_bg.jpg) no-repeat center / cover;

}
.main_3rd_top_5th{
    width: 94%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

}
.con7_mid_swiper_3{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 18%;
}
.con7_mid_swiper_3_slide_con{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_3rd_top{
    width: 14.1207%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_3rd_top_2nd{
    width: 19.3176%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 2%;
}
.main_3rd_top_3rd{
    width: 54.2257%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}
.main_3rd_top_4th{
    width: 13.1234%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    overflow: hidden;
}
.con7_mid_swiper_3_slide_con {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
}
.con7_mid_swiper_3_slide_con{
    transition: 0.3s all;
}
.con7_mid_swiper_3_slide.swiper-slide-next + .con7_mid_swiper_3_slide + .con7_mid_swiper_3_slide{
    z-index: 3;
}
.con7_mid_swiper_3_slide.swiper-slide-next + .con7_mid_swiper_3_slide + .con7_mid_swiper_3_slide .con7_mid_swiper_3_slide_con {
    scale: 1.4;
    transform: translateY(-40%);
    border: 3px solid #ff4206;
    box-sizing: border-box;
    box-shadow: 1px 1px 57px 1px #ff42066e;

}
.main_3rd_top_6th_1{
    width: 11.7585%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -5%;
    z-index: 1;
}
.main_3rd_top_6th{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -21%;
    margin-bottom: -1.7%;
}
.main_3rd_top_8th{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -6%;
    margin-bottom: -2%;
}


.main_3rd_ab_1{
    width: 18.7927%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 13%;
    top: 38%;
    animation: ddm_m 2s infinite;
}
.main_3rd_ab_2{
    width: 18.7927%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: ddm_m 2s infinite;
    animation-delay: 1s;
    right: 64%;
    top: 49%;
}
.main_3rd_ab_3{
    width: 18.7927%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: ddm_m 2s infinite;
    animation-delay: 1s;
    left: 68%;
    top: 36%;
}
.main_3rd_ab_4{
    width: 18.7927%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 65%;
    top: 48%;
    animation: ddm_m 2s infinite;

}

.main_3rd_top_5th_next{
    width: 3vw !important;
    height: 3vw !important;
    right: 38% !important;
    top: 61% !important;
}
.main_3rd_top_5th_next:after{
    content: '1' !important;
    background: url(/images/recon_10.png) center / 97% no-repeat;
    width: 3vw;
    height: 3vw;
    z-index: 5;
    position: absolute;
}

.main_3rd_top_5th_prev{
    width: 3vw !important;
    height: 3vw !important;
    left: 38% !important;
    top: 61% !important;
}
.main_3rd_top_5th_prev:after{
    content: '1' !important;
    background: url(/images/recon_09.png) center / 97% no-repeat;
    width: 3vw !important;
    height: 3vw !important;
    z-index: 5;
    position: absolute;
}
.main_3rd_top_7th{
    width: 100% !important;
}
.main_3rd_top_8th {
    width: 120.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -8%;
    margin-bottom: -2%;
}
.main_3rd img{
    width: 100%;
}

.main_2nd_swiper_1 {
    width: 93%;
    overflow: hidden;
    height: 89%;
    margin-top: -12%;
}

.main_2nd_prev {
    width: 3vw !important;
    height: 3vw !important;
    left: 1.4% !important;
    top: 36% !important;
}
.main_2nd_next{
    right: 1.4% !important;
    top: 36% !important;
}
@media screen and (max-width:1023px) {
    .main_top {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 110%;
        margin-top: 19%;
        margin-bottom: 2%;
    }
    .main_bottom {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        width: 53%;
        margin-top: 9%;
        margin-bottom: 5%;
    }
    .main_bottom_left_ct {
        font-family: SF_HambakSnow;
        color: #fe412b;
        font-size: 10vw;
        bottom: -35%;
        left: 31%;
    }
    .main_bottom_right_ct {
        font-family: SF_HambakSnow;
        color: #fe412b;
        font-size: 10vw;
        bottom: -57%;
        left: 20%;
    }
    .main_03 {
        bottom: 7.6%;
        left: 3%;
        width: 16%;
    }
    .main_04 {
        bottom: 7.6%;
        right: 3%;
        width: 17%;
    }
    .con1 {
        background: url(/images/con1_bg.jpg) no-repeat center / cover;
        background-attachment: unset;
        height: 12vw;
    }
    .con2_15 {
        width: 156%;
        margin-top: -2.8%;
    }
    .con2_top {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        width: 85%;
        flex-direction: column;
        margin-top: -1.6%;
    }
    .con2_top_left {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 39.3%;
    }
    .con2_top_right {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        left: 49%;
        top: 6%;
        width: 54.9%;
    }
    .con2_top_right {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        left: 43%;
        top: 9%;
        width: 61.9%;
    }
    .con2_mid {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 91%;
        margin-top: -24%;
        margin-bottom: 13%;
    }
    .con3_right {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        width: 43%;
        margin-left: 39%;
        margin-top: 10%;
        margin-bottom: 12%;
    }
    .con4_top_2 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 65.4%;
        overflow: hidden;
        margin-top: -7.6%;
        z-index: 1;
    }
    .con4_top_3 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 76%;
        margin-top: 2.5%;
    }
    .con4_06 {
        right: -21%;
        top: 20%;
        width: 42%;
    }
    .con4_08 {
        left: -23%;
        width: 44%;
    }
    .con4_mid_1 {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        margin-top: 14%;
        width: 70%;
        margin-left: -5%;
    }
    .con4_mid_2 {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        margin-top: 4%;
        width: 70%;
        margin-right: -5%;
    }
    .con4_mid_3 {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        margin-top: 4%;
        width: 70%;
        margin-left: -5%;
    }
    .con4_12 {
        bottom: 30%;
        right: 2%;
        width: 19%;
    }

    .con4_bottom_1 {
        width: 54%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con5_03 {
        width: 54vw;
    }
    .con4_bottom_2 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 2%;
        width: 52%;
    }
    .con4_bottom_1 {
        width: 71%;
        margin-bottom: 2%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con4_bottom {
        margin-top: 17%;
        padding-top: 5%;
        padding-bottom: 1%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        background: #FF3F02;
        flex-direction: column;
        z-index: -1;
    }
    .con4_15 {
        top: 20.5%;
        width: 112%;
    }
    .con4_bg1 {
        top: 31%;
        width: 276%;
    }
    .con5_bg12 {
        bottom: 16%;
        width: 100%;
        z-index: -1;
    }
    .con4_bottom {
        margin-top: 18%;
        padding-top: 3%;
        padding-bottom: 3%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        background: #FF3F02;
        flex-direction: column;
        z-index: -1;
    }
    .con4_12 {
        bottom: 35%;
        right: 2%;
        width: 19%;
    }
    .con5_top {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 46%;
        margin-top: 7%;
        margin-bottom: 3%;
        overflow: hidden;
    }
    .con5_mid img {
        float: left;
        width: 48%;
        margin: 2% 1%;
    }
    .con5_mid {
        display: block;
        width: 68%;
    }
    .con5_12 {
        margin-top: 2%;
        margin-bottom: 5%;
        width: 40%;
    }
    .con6_top {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 42%;
        margin-bottom: 3%;
    }
    .con6_top_2 {
        width: 69%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }
    .con6_11 {
        width: 59.4vw;
    }
    .con6_top_3 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1%;
        margin-bottom: 1%;
        width: 56.3%;
    }
    .con6_top_4 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 54.8%;
    }
    .con6_mid {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 47.4%;
        margin-bottom: 6%;
        margin-top: 2%;
    }
    .con6_15 {
        left: -48%;
        top: 5%;
        width: 48%;
        animation: ddm_m 2s infinite;
    }
    .con6_right {
        bottom: 7%;
        right: 5%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 17%;
    }
    .con6_left {
        bottom: 6%;
        left: 5%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 39%;
    }
    .con6_right_ct {
        font-family: SF_HambakSnow;
        color: black;
        font-size: 11vw;
        bottom: -33%;
        left: -15%;
    }
    .con6_mid {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 47.4%;
        margin-bottom: 21%;
        margin-top: 12%;
    }
    .con6_15 {
        left: -40%;
        top: -12%;
        animation: ddm_m 2s infinite;
    }
    .con6_16 {
        right: -40%;
        top: -12%;
        width: 49%;
        animation: ddm_m 2s infinite;
    }
    .con6_17 {
        width: 115%;
        mix-blend-mode: color-dodge;
        z-index: 1;
    }
    .con6_18 {
        width: 113%;
    }
    .con6_19 {
        width: 113%;
        animation: rotate_image1 infinite 10s linear;
    }
    .con7_top {
        margin-top: 3%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 29.6%;
        overflow: hidden;
    }
    .con7_01 {
        width: 28.6vw;
    }
    .con7_02 {
        width: 151%;
        margin-top: 0%;
    }
    .con7_03 {
        margin-bottom: 11%;
        width: 28%;
    }
    .con7_mid_swiper_1_slide.swiper-slide.swiper-slide-next  img {
        width: 250%;
    }
    .con7_mid_swiper_1_slide.swiper-slide.swiper-slide-next + .con7_mid_swiper_1_slide img {
        width: 151%;
    }
    .con7_mid_swiper_1_slide.swiper-slide.swiper-slide-next + .con7_mid_swiper_1_slide {
        filter: blur(3px) brightness(0.5);
        margin-top: 0%;
    }
    .con7_mid_swiper_1_slide.swiper-slide.swiper-slide-next{
        filter: unset;
        z-index: 13;
        margin-top: -5.5%;
    }
    .con7_08 {
        left: 13%;
        z-index: 2;
        top: 29%;
        width: 33.5%;
    }
    .con7_09 {
        right: 11%;
        z-index: 2;
        width: 35%;
        top: 29%;
    }
    .con7_10 {
        bottom: 14%;
        z-index: 2;
        left: 13%;
        width: 34%;
    }
    .con7_11 {
        bottom: 14%;
        z-index: 2;
        right: 12%;
        width: 34%;
    }
    .con7_bottom {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        width: 70%;
        overflow: hidden;
        padding: 1%;
        margin-bottom: 39%;
        margin-top: 15%;
    }
    .con7_bottom_next:after {
        content: '1' !important;
        width: 10vw;
        height: 10vw;
        z-index: 5;
        position: absolute;
    }
    .con7_bottom_prev:after {
        content: '1' !important;
        width: 10vw;
        height: 10vw;
        z-index: 5;
        position: absolute;
    }
    .con7_bottom_next {
        right: 21% !important;
        top: 56% !important;
    }
    .con7_bottom_prev {
        left: 21% !important;
        top: 56% !important;
    }
    .con7_top {
        margin-top: 7%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 29.6%;
        overflow: hidden;
    }
    .con8_top {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 155%;
        flex-direction: column;
        margin-top: 10%;
        margin-bottom: 11%;
    }
    .con8_mid{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 11%;
        z-index: 1;
    }
    .main_mid_swiper{
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        width: 70.5%;
        margin-bottom: 0;
        z-index: 2;
    }
    .con8_mid_right{
        width: 70.3%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 0;
    }
    .con8_09{
        left: 11%;
        bottom: 42%;
        width: 71.4%;
    }
    .con8_02{
        left: 0;
        bottom: 11%;
        width: 10.8%;
    }
    .con8_01{
        left: 0;
        top: 0;
        width: 13%;
    }

    .con9_top {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 11%;
        width: 162%;
    }
    .con9_mid {
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 82.7%;
        margin-top: 4%;
        margin-bottom: 3%;
    }
    .con9_bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 68%;
        margin-bottom: 10.5%;
        margin-top: 3%;
    }
    .con9_bottom_item {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30.5%;
    }
    .con9_04 {
        width: 96%;
        height: 97%;
    }
    .con9_05 {
        width: 200%;
        top: 39%;
    }
    .con10_top {
        margin-top: 8%;
        width: 54.3%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 2.3%;
    }
    .con10_03 {
        width: 54.3vw;
    }
    .con10_01 {
        left: 13%;
    }
    .con10_02 {
        right: 13%;
    }
    .con10_top_2 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 124%;
        margin-bottom: 6%;
    }
    .con10_bottom {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80%;
        flex-direction: column;
        background: white;
        border: 1px solid #00000087;
        margin-bottom: 5%;
    }
    .con10_12 {
        margin-top: 9.5%;
        margin-bottom: 4.5%;
        margin-right: 8%;
        margin-left: 6%;
        width: 68%;
    }
    .con10_08 {
        width: 67.3%;
        margin-top: 5%;
        margin-bottom: 10%;
        z-index: 1;
    }
    .con10_10 {
        width: 12.5%;
        left: 0.4%;
        top: 18%;
    }
    .con10_09 {
        width: 12.5%;
        right: 0.4%;
        bottom: 18%;
    }
    .con10_13 {
        left: 57%;
        width: 27%;
        top: 25%;
        z-index: 2;
        animation: blk 1s infinite;
    }
    .con11_top {
        margin-top: 9.2%;
        width: 10.3%;
        margin-bottom: 3%;
    }
    .con11_top_2 {
        display: flex;
        width: 64.5%;
        justify-content: center;
        align-items: center;
    }
    .con11_top_3 {
        width: 50.2%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con11_05 {
        width: 60%;
    }
    .con11_04 {
        margin: 4.5%;
        width: 53.6%;
    }
    .con11_06 {
        width: 65%;
    }
    .con11_07 {
        margin-top: 3%;
        margin-bottom: 9%;
        width: 31%;
    }
    .con11_10 {
        left: 8%;
        width: 1.7%;
        top: 16%;
    }
    .con11_09 {
        right: 8%;
        width: 1.7%;
        top: 16%;
    }
    .con11_08 {
        width: 200%;
        top: 38.7%;
    }
    .con11_13 {
        top: 5.9%;
        width: 100%;
    }
    .con11_11 {
        width: 150%;
    }
    .con12{
        flex-direction: column;
    }
    .con12 >div {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .con13_top {
        margin-top: 10%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 37%;
        margin-bottom: 2.3%;
    }
    .con13_top_2 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 54.5%;
        margin-top: 3%;
        margin-bottom: 0%;
    }
    .con13_bottom {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 75.6%;
        margin-bottom: 5%;
    }
    .con13_con_border {
        width: 88vw;
        height: 87vw;
        border: 1px solid #00000082;
    }
    .flip_clock01 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 111%;
        padding: 2% 0;
    }
    .con14_top {
        margin-top: 8%;
        margin-bottom: 2.5%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 45%;
    }
    .con15_top{
        margin-top: 9%;
    }
    .con16_04 {
        width: 54%;
    }
    .con16_01 {
        left: 5%;
        width: 11.6%;
    }
    .con16_02{
        right: 5%;
    }
    .form {
        margin-top: 2%;
        width: 61%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 1px solid white;
        padding-top: 2.7%;
        background: white;
        z-index: 1;
        margin-bottom: 7%;
    }
    .form_row_label {
        font-family: Pretendard-regular;
        color: black;
        white-space: nowrap;
        font-size: 1.8vw;
    }
    .form_row_imput {
        width: 70%;
        height: 3.8vw;
        background: transparent;
        border: none;
        font-size: 1.2vw;
        font-family: 'Pretendard-Regular';
        outline: none;
    }
    .form_row > span {
        font-size: 1.7vw;
        margin-right: -7%;
        color: black;
    }
    .con16_05 {
        left: 5.4%;
        top: 11.2%;
        width: 14.57%;
    }
    .con16_06 {
        right: 5.4%;
        top: 11.2%;
        width: 14.57%;
    }
    .con16_03 {
        z-index: 2;
        right: 2%;
        top: 25%;
        width: 29%;
    }
    .form_row_imput_radio {
        margin-right: 1%;
        width: 1.5vw;
        height: 1.5vw;
        overflow: hidden;
        outline: 0;
        background: #ffffff;
        color: white;
        border: none;
        appearance: none;
        border-radius: 50%;
        margin-right: 20%;
        left: 3%;
        border: 1px solid black;
    }
    .form_agree_span {
        font-size: 1.5vw;
        font-family: Pretendard-regular;
        color: black;
    }

}
@media screen and (max-width:599px) {
    .main_top {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 145%;
        margin-top: 37%;
        margin-bottom: 4%;
    }

    .main_bottom {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        width: 75%;
        margin-top: 9%;
        margin-bottom: 22%;
    }
    .main_03 {
        bottom: 4.6%;
        left: 3%;
        width: 20%;
    }
    .main_04 {
        bottom: 4.6%;
        right: 3%;
        width: 22%;
    }
    .main_01_left {
        top: 0;
        left: 0%;
        height: 83%;
    }
    .main_01_right {
        top: 0;
        right: 0%;
        height: 83%;
    }
    .main_bottom_left_ct {
        font-family: SF_HambakSnow;
        color: #fe412b;
        font-size: 14vw;
        bottom: -35%;
        left: 31%;
    }
    .main_bottom_right_ct {
        font-family: SF_HambakSnow;
        color: #fe412b;
        font-size: 14vw;
        bottom: -57%;
        left: 20%;
    }
    .con1 {
        background: url(/images/con1_bg.jpg) no-repeat center / cover;
        background-attachment: unset;
        height: 25vw;
    }
    .con2_15 {
        width: 177%;
        margin-top: -3.8%;
    }
    .con2_top_left {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 33.3%;
        margin-bottom: 23%;
    }
    .con2_top_right {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        left: 37%;
        top: 15%;
        width: 70.9%;
    }
    .con2_01 {
        width: 57%;
    }
    .con2_02 {
        margin-left: -5%;
        margin-top: -2%;
        margin-bottom: 2%;
        width: 98%;
    }
    .con2_mid_item {
        display: flex;
        width: 37%;
        justify-content: center;
        align-items: center;
        margin: 0 -6%;
        position: relative;
    }
    .con3 {
        background: url(/images/con3_bg2.jpg) no-repeat center / cover;
    }
    .con3_right {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        width: 85%;
        margin-left: 7%;
        margin-top: 79%;
        margin-bottom: 12%;
    }
    .con3_08 {
        left: 0%;
        width: 110%;
        top: 5%;
    }
    .con3_right {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        width: 85%;
        margin-left: 7%;
        margin-top: 106%;
        margin-bottom: 15%;
    }
    .con3_02 {
        right: 0.5%;
        top: 48%;
        height: 49%;
    }
    .con3_03 {
        bottom: 3%;
        right: 5%;
        width: 23.7%;
    }
    .con4_05 {
        width: 200vw;
    }
    .con4_top_2 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 78.4%;
        overflow: hidden;
        margin-top: -15.6%;
        z-index: 1;
    }
    .con4_top_3 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 90%;
        margin-top: 2.5%;
    }
    .con4_mid_1 {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        margin-top: 14%;
        width: 83%;
        margin-left: -1%;
    }
    .con4_mid_2 {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        margin-top: 4%;
        width: 83%;
        margin-right: -1%;
    }
    .con4_mid_3 {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        margin-top: 4%;
        width: 83%;
        margin-left: -1%;
    }
    .con4_08 {
        left: -24%;
        width: 55%;
        top: 45%;
    }
    .con4_06 {
        right: -20%;
        top: 20%;
        width: 50%;
    }
    .con4_12 {
        bottom: 32%;
        right: 0%;
        width: 23%;
    }
    .con4_top {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 8%;
        overflow: hidden;
    }
    .con5_top {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 66%;
        margin-top: 10%;
        margin-bottom: 3%;
        overflow: hidden;
    }
    .con5_mid {
        display: block;
        width: 90%;
    }
    .con5_mid img {
        float: left;
        width: 46%;
        margin: 2% 2%;
    }
    .con5_12 {
        margin-top: 3%;
        margin-bottom: 8%;
        width: 60%;
    }
    .con6_top {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 61%;
        margin-bottom: 5%;
    }
    .con6_11 {
        width: 67.4vw;
    }
    .con6_top_2 {
        width: 83%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }
    .con6_top_3 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1%;
        margin-bottom: 1%;
        width: 75.3%;
    }
    .con6_top_4 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80.8%;
    }
    .con6_02 {
        left: 2%;
        top: 11%;
        width: 2%;
    }
    .con6_09 {
        right: 2%;
        top: 11%;
        width: 2%;
    }
    .con6_15 {
        left: -9%;
        top: -36%;
        width: 55%;
        animation: ddm_m 2s infinite;
    }
    .con6_16 {
        right: -9%;
        top: -36%;
        width: 55%;
        animation: ddm_m 2s infinite;
    }
    .con6_mid {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 79.4%;
        margin-bottom: 36%;
        margin-top: 43%;
    }
    .con6_left {
        bottom: 9%;
        left: 5%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
    }
    .con6_right {
        bottom: 9%;
        right: 5%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 21.5%;
    }
    .con6_right_ct {
        font-family: SF_HambakSnow;
        color: black;
        font-size: 13vw;
        bottom: -33%;
        left: -15%;
    }
    .con6_03_left {
        left: -4.5%;
        top: 18%;
        height: 65%;
    }
    .con6_03_right {
        right: -4.5%;
        top: 18%;
        height: 65%;
    }
    .con7_01 {
        width: 39.6vw;
    }
    .con7_top {
        margin-top: 9%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 39.6%;
        overflow: hidden;
    }
    .con7_02 {
        width: 270%;
        margin-top: 1%;
        margin-bottom: 5%;
    }
    .con7_05_left{
        display: none;
    }
    .con7_05_right{
        display: none;
    }
    .con7_bottom {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 95% !important;
        overflow: hidden;
        padding: 1%;
        margin-bottom: 39%;
        margin-top: 15%;
    }
    .con7_03 {
        margin-bottom: 14%;
        width: 50%;
    }
    .con7_08 {
        left: 2%;
        z-index: 2;
        top: 36%;
        width: 44.5%;
    }
    .con7_09 {
        right: 2%;
        z-index: 2;
        width: 47%;
        top: 36%;
    }
    .con7_10 {
        bottom: 8%;
        z-index: 2;
        left: 2%;
        width: 47%;
    }
    .con7_11 {
        bottom: 8%;
        z-index: 2;
        right: 2%;
        width: 47%;
    }
    .con7_bottom_prev:after {
        content: '1' !important;
        width: 16vw;
        height: 16vw;
        z-index: 5;
        position: absolute;
    }
    .con7_bottom_next:after {
        content: '1' !important;
        width: 16vw;
        height: 16vw;
        z-index: 5;
        position: absolute;
    }
    .con7_bottom_prev {
        left: 5% !important;
        top: 63% !important;
        width: 13vw !important;
        height: 13vw !important;
    }
    .con7_bottom_next {
        right: 5% !important;
        top: 63% !important;
        width: 13vw !important;
        height: 13vw !important;
    }
    .con8_top {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 169%;
        flex-direction: column;
        margin-top: 14%;
        margin-bottom: 10%;
    }
    .con8_mid{
        width: 119%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 11%;
        z-index: 1;
    }
    .con9_top {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        width: 189%;
    }
    .con9_mid {
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 91.7%;
        margin-top: 5%;
        margin-bottom: 4%;
    }
    .con9_bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 83%;
        margin-bottom: 14.5%;
        margin-top: 1%;
    }
    .con9_05 {
        width: 200%;
        top: 40%;
    }
    .con10_03 {
        width: 68.3vw;
    }
    .con10_top_2 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 132%;
        margin-bottom: 6%;
    }
    .con10_12 {
        margin-top: 9.5%;
        margin-bottom: 4.5%;
        margin-right: 8%;
        margin-left: 6%;
        width: 81%;
    }
    .con10_13 {
        left: 60%;
        width: 27%;
        top: 26%;
        z-index: 2;
        animation: blk 1s infinite;
    }
    .con10_08 {
        width: 78.3%;
        margin-top: 5%;
        margin-bottom: 13%;
        z-index: 1;
    }
    .con11_top_2 {
        display: flex;
        width: 79.5%;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-bottom: 1%;
    }
    .con11_top_3 {
        width: 75.2%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con11_mid {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 136%;
        margin-top: -1%;
    }
    .con11_09 {
        right: 14.5%;
        width: 1.7%;
        top: 16%;
    }
    .con11_10 {
        left: 14.5%;
        width: 1.7%;
        top: 16%;
    }
    .con11_11 {
        width: 179%;
    }
    .con11_13 {
        top: 4.9%;
        width: 100%;
    }
    .con11_top {
        margin-top: 10.2%;
        width: 10.3%;
        margin-bottom: 3%;
    }
    .con13_top_2 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 62.5%;
        margin-top: 2%;
        margin-bottom: 2%;
    }
    .flip_clock01 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 2% 0;
    }
    .con13_bottom {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 85.6%;
        margin-bottom: 8%;
    }
    .con13_con_border {
        width: 88vw;
        height: 97vw;
        border: 1px solid #00000082;
    }
    .con14_07 {
        right: -7.3%;
        top: 22%;
        width: 24%;
    }
    .form {
        margin-top: 2%;
        width: 73%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 1px solid white;
        padding-top: 2.7%;
        background: white;
        z-index: 1;
        margin-bottom: 7%;
    }
    .con16_04 {
        width: 60%;
    }
    .form_row_imput {
        height: 6.8vw;
        font-size: 2.5vw;
    }
    .form_row_label {
        font-family: Pretendard-regular;
        color: black;
        white-space: nowrap;
        font-size: 2.8vw;
    }
    .form_row_imput_radio {
        margin-right: 1%;
        width: 2.8vw;
        height: 2.8vw;
        overflow: hidden;
        outline: 0;
        background: #ffffff;
        color: white;
        border: none;
        appearance: none;
        border-radius: 50%;
        margin-right: 14%;
        left: 3%;
        border: 1px solid black;
    }
    .form_row_radio {
        padding-top: 4%;
        padding-bottom: 3%;
    }
    .con16_03 {
        z-index: 2;
        right: 1%;
        top: 9%;
        width: 33%;
    }
    .form_agree_check {
        margin-right: 2%;
        width: 3vw;
        height: 3vw;
        overflow: hidden;
        outline: 0;
        background: #f2f2f2;
        color: transparent;
        border: none;
        appearance: none;
    }
    .form_agree_check:checked::after {
        content: "";
        width: 3vw;
        height: 3vw;
        position: absolute;
        background: url(/images/con20_05.png) center / 86% no-repeat;
        color: unset !important;
    }
    .form_row_imput_radio:checked::after {
        content: "";
        width: 3vw;
        height: 3vw;
        position: absolute;
        background: url(/images/con20_05.png) center / 86% no-repeat;
        color: unset !important;
    }
    .form_submit {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #FF4206;
        padding: 1.5%;
        width: 75%;
        color: white;
        margin-bottom: 7%;
        font-size: 3.6vw;
        font-family: GmarketSansBold;
        border-radius: 0;
        padding-top: 2.5%;
        padding-bottom: 2%;
        cursor: pointer;
    }
    .form_agree {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 78%;
        margin-top: 3%;
        margin-bottom: 6%;
    }
    .con16_05 {
        left: -2.6%;
        top: 11.2%;
        width: 16.57%;
    }
    .con16_06 {
        right: -2.6%;
        top: 11.2%;
        width: 16.57%;
    }
    .con3_14_top {
        top: 0;
        width: 200%;
    }
    .con2_03 {
        width: 96%;
    }
    .con2_top_left {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 33.3%;
        margin-bottom: 39%;
    }
    .con2_mid {
        width: 88%;
        margin-top: -24%;
        margin-bottom: 13%;
        display: block;
        clear: both;
    }
    .con2_mid_item{
        display: flex;
        width: 59.5%;
        justify-content: center;
        align-items: center;
        margin: -5%;
        position: relative;
        float: left;
    }
    .con2_top_right {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        left: 37%;
        top: 12%;
        width: 70.9%;
    }
    .con2_09_left {
        display: none;
    }
    .con2_09_right {
        display: none;
    }
    .con2_top_left {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 40.3%;
        margin-bottom: 25%;
        margin-left: -7%;
    }
    .con2_11{
        left: -30%;
        top: 18%;
        width: 200%;
    }
    .con2_10 {
        bottom: 0%;
        width: 200%;
    }
    .con4_mid_1 {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        margin-top: 21%;
        width: 83%;
        margin-left: -1%;
    }
    .con4_bottom {
        margin-top: 18%;
        padding-top: 3%;
        padding-bottom: 5%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        background: #FF3F02;
        flex-direction: column;
        z-index: -1;
    }
    .con4_15 {
        top: 16.5%;
        width: 112%;
    }
    .con4_bg_top {
        top: 0;
        width: 131%;
    }
    .con4_15 {
        top: 16.5%;
        width: 112%;
    }
    .con4_bg1 {
        top: 20%;
        width: 552%;
    }
    .con5_bg12 {
        bottom: 13%;
        width: 100%;
        z-index: -1;
    }
    .con4_bottom {
        margin-top: 12%;
        padding-top: 9%;
        padding-bottom: 5%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        background: #FF3F02;
        flex-direction: column;
        z-index: -1;
    }
    .con4_12 {
        bottom: 30%;
        right: 2%;
        width: 23%;
    }
    .con14_mid_item2{
        width: 100%;
        margin-bottom: 3%;
    }
    .con14_mid {
        width: 67%;
        margin-bottom: 13%;
    }
    .con14_top {
        margin-top: 13%;
        margin-bottom: 2.5%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 45%;
    }
    .con15_02 {
        left: 3%;
        bottom: 3%;
        width: 23.8%;
    }
    .con15_01 {
        top: 3%;
        right: 3%;
        width: 20.1%;
    }
    .con14_top {
        margin-top: 13%;
        margin-bottom: 4.5%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 55%;
    }
    .con14_04 {
        width: 63%;
        top: 13%;
    }
    .con13_bottom_tel {
        width: 30vw;
        height: 8vw;
        bottom: 12%;
    }
    .con3_01 {
        right: 7%;
        top: 51%;
        width: 2.5%;
    }
    .main_top_left {
        top: 5%;
        left: -1.6%;
        border-radius: 7px;
        overflow: hidden;
        width: 62.7vw;
        height: 40.9vw;
    }
    .main_top_left2 {
        top: 5%;
        left: 26.4%;
        border-radius: 7px;
        overflow: hidden;
        width: 62.7vw;
        height: 40.9vw;
    }
    .main_top_left3 {
        top: 5%;
        left: -1.6%;
        border-radius: 7px;
        overflow: hidden;
        width: 62.7vw;
        height: 40.9vw;
    }
    .con4_bottom_3 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 74%;
        overflow: hidden;
    }
    .con4_bottom {
        margin-top: 9%;
        padding-top: 11%;
        padding-bottom: 5%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        background: #FF3F02;
        flex-direction: column;
        z-index: -1;
    }
    .con4_16 {
        bottom: 9%;
        width: 109%;
    }
    .form_row > span {
        font-size: 2.7vw;
        margin-right: -7%;
        color: black;
    }
    .form_agree_span {
        font-size: 2.5vw;
        font-family: Pretendard-regular;
        color: black;
    }  
        .cctv2 {
    width: 100%;
    top: -83%;
}
    .cctv1 {
    width: 100%;
    top: -100%;
}
    .cctv3 {
    width: 100%;
    top: -68%;
}
    .con3_top_left_absol {
        width: 28.6535%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 2%;
        right: 7%;
    }  
  
  
    .main_2nd_top {
        width: 72%;
        margin-top: 12%;
    }

    .main_2nd_top_2nd {
        margin-top: 4%;
        margin-bottom: 8%;
        width: 52.5%;
    }
    .main_2nd_top_3rd {
        width: 95%;
        height: 39vw;
        display: flex;
        justify-content: center;
        align-items: center;
        background: black;
        margin-bottom: 12%;
    }
    .main_2nd_top_3rd {
        width: 141%;
        height: 55vw;
        display: flex;
        justify-content: center;
        align-items: center;
        background: black;
        margin-bottom: 12%;
    }
    .main_2nd_con_left {
        left: 3%;
        top: 3%;
        width: 17.7%;
    }
    .main_2nd_con_right {
        right: 3%;
        top: 3%;
        width: 17.7%;
    }
    .main_2nd_top_3rd_left_3 {
        bottom: 6.5%;
        left: 17.5%;
        width: 14%;
    }
    .main_2nd_top_3rd_right_3 {
        bottom: 6.5%;
        right: 17.5%;
        width: 11.3%;
    }
    .swiper-pagination{
        bottom: 9% !important;
        height: 1vw !important;
    }
    .swiper-pagination-progressbar-fill{
        height: 1vw !important;
    }
    .main_2nd_prev {
        width: 8vw !important;
        height: 8vw !important;
        left: 15% !important;
        top: 40% !important;
    }
    .main_2nd_next {
        width: 8vw !important;
        height: 8vw !important;
        right: 15% !important;
        top: 40% !important;
    }  
    
    
    
    
    
    




    .con7_mid_swiper_3_slide.swiper-slide-next + .con7_mid_swiper_3_slide + .con7_mid_swiper_3_slide{
        z-index: 1;
    }
    .con7_mid_swiper_3_slide.swiper-slide-next + .con7_mid_swiper_3_slide + .con7_mid_swiper_3_slide .con7_mid_swiper_3_slide_con {
        scale: 1;
        transform: translateY(0%);
        border: unset !important;
        box-sizing: border-box;
        box-shadow: unset !important;

    }


    .con7_mid_swiper_3_slide.swiper-slide-next{
        z-index: 1;
    }
    .con7_mid_swiper_3_slide.swiper-slide-next .con7_mid_swiper_3_slide_con {
        scale: 1.4;
        transform: translateY(-20%);
        border: 3px solid #ff4206;
        box-sizing: border-box;
        box-shadow: 1px 1px 57px 1px #ff42066e;

    }
    .main_3rd_top {
        width: 46.1207%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main_3rd_top_2nd {
        width: 36.3176%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
    }
    .main_3rd_top_3rd {
        width: 88.2257%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main_3rd_top_5th {
        width: 132%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        padding-top: 29%;
    }
    .main_3rd_top_6th_1 {
        width: 34.7585%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -3%;
        z-index: 1;
    }
    .main_3rd_top_7th{
        width: 118.787%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main_3rd_top_8th{
        width: 200.787%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -9%;
        margin-bottom: -2%;
    }
    .con7_mid_swiper_3 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 18%;
        padding-bottom: 3%;
    }
    .main_3rd_top_4th{
        width: 43.1234%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1%;
    }
    .main_3rd_ab_1 {
        width: 43.7927%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 3%;
        top: 35%;
    }
    .main_3rd_top_4th {
        width: 43.1234%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1%;
        margin-bottom: 28%;
    }
    .main_3rd_ab_3 {
        width: 44.7927%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 50%;
        top: 36%;
    }
    .main_3rd_ab_4 {
        width: 43.7927%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 52%;
        top: 44%;
    }
    .main_3rd_ab_2 {
        width: 44.7927%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 53%;
        top: 44%;
    }
    .main_3rd_top_6th_1{
        width: 34.7585%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -5%;
        z-index: 1;
    }
    .main_3rd_top_8th {
        width: 300.787%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -9%;
        margin-bottom: -7%;
    }


    .main_3rd_top_5th_next{
        width: 8vw !important;
        height: 8vw !important;
        right: 11% !important;
        top: 64.7% !important;
    }
    .main_3rd_top_5th_next:after{
        content: '1' !important;
        background: url(/images/recon_10.png) center / 97% no-repeat;
        width: 8vw;
        height: 8vw;
        z-index: 5;
        position: absolute;
    }

    .main_3rd_top_5th_prev{
        width: 8vw !important;
        height: 8vw !important;
        left: 11% !important;
        top: 64.7% !important;
    }
    .main_3rd_top_5th_prev:after{
        content: '1' !important;
        background: url(/images/recon_09.png) center / 97% no-repeat;
        width: 8vw !important;
        height: 8vw !important;
        z-index: 5;
        position: absolute;
    }



    
    
    
}
