* {
    padding: 0;
    margin: 0;
}
*{
    -webkit-box-sizing: unset; 
    -moz-box-sizing: unset;
     box-sizing: unset;
}
ul,
ol {
    list-style: none;
}
.opa{
    opacity: 0;
}
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;
}
.container{
    display: none;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}
section{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;

}
.pc-mobile{
    display: flex;
}
.mobile-pc{
    display: none;
}
.pc{
    display: flex;
}
.pc-inline{
    display: inline;
}
.tablet{
    display:none;
}
.mobile{
    display:none;
}
html {
    scroll-behavior: smooth;
}
.main::after{
    width: 1vw;
    height: 0vw;
    position: absolute;
    top: 0;
    pointer-events: none;
    opacity: 0;
    pointer-events: none;
    content:url(/images/con1_10.png) url(/images/con1_11.png) url(/images/con1_12.png)
    url(/images/con6_08.png) url(/images/con6_09.png)  url(/images/con6_10.png) url(/images/con6_11.png) url(/images/con6_12.png)
    url(/images/con7_02.png) url(/images/con7_03.png) url(/images/con7_04.png)  url(/images/con7_05.png);
}
.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.flowhid{
    overflow: hidden;
}
.hide{
    display: none !important;
}
.hideopa{
    opacity: 0 !important;
}
.show{
    opacity: 1 !important;
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
.scrX{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrX .scrX_item{
    animation: marqueeX 20s infinite linear;
    width: 100%;
}
.scrX .scrX_item_absol {
    right: -100%;
    width: 100%;

}
.flexrow{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.flexcol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}




@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;500;600;700&display=swap");

@font-face {
    font-family: '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: 'Pretendard-black';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-semibold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: 'KOHIBaeum';
    src: url('/font/KOHIBaeum.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: 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 marqueeY {
    from { transform: translateY(-10%); }
    to { transform: translateY(-50%); }
}
@keyframes marqueeY2 {
    from { transform: translateY(-50%); }
    to { transform: translateY(0); }
}
@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 ddm5 {
    0% {
        transform: scale(1);
    }

    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.02);
    }
}
@keyframes soul_out {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
        transform: translateY(-50%);
    }
}
@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

@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 hand2withopa {
    0% {
        transform: translateY(2%);
        opacity: 0.6;
    }

    25% {
        transform: translateY(-1%);

    }

    50% {
        transform: translate(-1%, 2%);
        opacity: 1;
    }

    75% {
        transform: translate(2%, 1%);
    }

    100% {
        transform: translateY(2%);
        opacity: 0.7;
    }
}

@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.2;
    }
    25% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 1;
    }
    50% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    75% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    100% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0.2;
    }
}

@keyframes light {
    0%, 31%, 34%, 39%, 42%, 47% {
        opacity: 0;
    }
    5%, 30%, 35%, 38%, 43%, 46% {
        opacity: 0.4;
    }
    50%, 55%, 60%, 67%, 51%, 54%, 68%, 100% {
        opacity: 1;
    }
    70% {
        opacity: 0.2;
    }
}
@keyframes marqueeX {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes marqueeY {
    from { transform: translateY(0); }
    to { transform: translateY(-100%); }
}


@keyframes scaleOpa2 {
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
.main{
    background: url("/images/main_bg.jpg") no-repeat center / cover;
    flex-direction: column;
}
.main_mid{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    margin-top: 2%;
}
.main_5{
    z-index: 3;
    bottom: 9%;
    max-width: 46%;
    animation: alternate ddm2 infinite ease 3s;
}
.main_6{
    z-index: 3;
    bottom: 9%;
    max-width: 46%;
    animation: infinite 2.5s scaleOpa ease;
}
.main_7{
    z-index: 3;
    bottom: 9%;
    max-width: 46%;
    animation: infinite 2.5s scaleOpa2 ease;
}
.main_8{
    z-index: 2;
    right: 27%;
    bottom: 27%;
    max-width: 20%;
    opacity: 0;
}
.main_9{
    mix-blend-mode: screen;
    z-index: 4;
    bottom: 22%;
    animation: alternate ddm2 infinite ease 3s;
    max-width: 50%;
}
.main_10{
    z-index: 1;
    right: 9%;
    bottom: 58%;
    max-width: 20%;
    animation: infinite ddm5 1.5s ease alternate;
}
.main_11{
    z-index: 1;
    right: 6%;
    bottom: 65%;
    max-width: 23%;
}
.main_13{
    z-index: 1;
    bottom: 16%;
    max-width: 68%;
}
.main_14 {
    z-index: 2;
    max-width: 58%;
    bottom: 8%;
    animation: alternate ddm2 infinite ease 3s;
}
.main_mid img:nth-of-type(1){
    mix-blend-mode: screen;
    position: relative;
    z-index: 1;
    padding-bottom: 14%;
    max-width: 84%;
}
.main_bg2{
    bottom: 0;
    width: 100%;
}
.main_left{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    z-index: 5;
    top: 18%;
}
.main_left div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.main_left_top img:nth-of-type(1){
    max-width: 30%;
}
.main_left_top img:nth-of-type(2){
    margin-top: -7%;
    margin-left: 0.4%;
    max-width: 11%;
}
.main_left_mid{
    margin-top: -4%;
    margin-left: 25%;
}
.main_left_mid img:nth-of-type(1){
    max-width: 32%;
}
.main_left_bottom{
    margin-top: -3.5%;
    margin-left: 22.5%;
}
.main_left_bottom img:nth-of-type(1){
    max-width: 29%;
}
.main_left_top{
    margin-left: 27%;
}
.main_bottom{
    z-index: 4;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    bottom: 12%;
}
.main_bottom_left{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 44%;
    flex-direction: column;
    margin-left: 6%;
}
.main_bottom_right{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 44%;
    flex-direction: column;
    padding-right: 6%;
}
.main_bottom_left_bottom{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 117%;

}
.main_bottom_right_bottom{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    margin-right: -4%;
    margin-top: 1%;

}
.main_bottom_left_bottom_ct{
    font-family:KOHIBaeum;
    color: white;
    font-size: 2.5em;
    display: flex;
}
.main_bottom_left > img:nth-of-type(1){
    margin-bottom: -7%;
    margin-left: -14%;
    max-width: 56%;

}
.main_bottom_left > img:nth-of-type(2){
    max-width: 45%;
    padding-bottom: 1%;

}
.main_bottom_left_bottom img:nth-of-type(1){
    max-width: 7%;
}
.main_bottom_right > img:nth-of-type(1){
    max-width: 38%;
}
.main_bottom_right_bottom > img:nth-of-type(1){
    max-width: 60%;
}
.main_bottom_right_bottom > img:nth-of-type(2){
    max-width: 3%;
}
.con1{
    background: url("/images/con1_bg.jpg") no-repeat center / cover;
}
.con1_mid{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    padding-top: 5%;
    padding-bottom: 7%;
}
.con1_5{
    left: -1%;
    max-width: 14%;
}
.con1_6{
    right: -1%;
    max-width: 14%;
}
.con1_2{
    margin-left: 1%;
    max-width: 6%;
}
.con1_3{
    max-width: 7%;
    margin-bottom: -0.2%;
}
.con1_mid img:nth-of-type(1){
    max-width: 24%;
}
.con1_mid img:nth-of-type(4){
    max-width: 26%;
    margin-bottom: -0.2%;
}
.con2{
    background: url("/images/con2_bg.jpg") no-repeat center / cover;
    flex-direction: column;
}
.con2_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    padding-top: 6%;
}
.con2_top img:nth-of-type(1){
    max-width: 24%;
    position: relative;
    z-index: 3;
}
.con2_top img:nth-of-type(2){
    padding-top: 2%;
    max-width: 21%;
    position: relative;
    z-index: 3;
}
.con2_mid{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
}
.con2_mid img:nth-of-type(1){
    max-width: 20%;
}
.con2_mid_p{
    font-family: KOHIBaeum;
    font-size: 4em;
    margin: 2%;
}
.con2_mid_p_tw{
    position: absolute;
    background: url(/images/con2_12.png) no-repeat center / cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    top: 0;
}
.con2_bottom{
    display: block;
    width: 84%;
    text-align: center;
    margin-top: 6%;
    margin-bottom: 8%;

}
.con2_bottom img{
    width: 19%;
    float: left;
    margin: 0.5% 0.5%;
}
.con2_8_left{
    z-index: 2;
    left: -11%;
    top: 27%;
    max-width: 35%;

}
.con2_10_left{
    z-index: 1;
    left: -11%;
    top: 9%;
    max-width: 34%;
}
.con2_7{
    z-index: 2;
    left: -10%;
    top: 30.5%;
    max-width: 32.5%;
}
.con2_8_right{
    z-index: 2;
    right: -11%;
    top: 27%;
    max-width: 35%;

}
.con2_10_right{
    z-index: 1;
    right: -11%;
    top: 24%;
    max-width: 34%;
}
.con2_9{
    z-index: 2;
    right: -10%;
    top: 30.5%;
    max-width: 32.5%;
}
.con2_3{
    left: 30%;
    top: 56%;
    max-width: 15%;
}
.con2_4{
    right: 30%;
    top: 51%;
    max-width: 15%;
}
.con3{
    background: #e11d21;
    flex-direction: column;
}
.con3_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    padding-top: 8%;
    padding-bottom: 6%;
}
.con3_top > img:nth-of-type(1){
    max-width: 42%;
    padding-bottom: 2%;
}
.con3_top > img:nth-of-type(2){
    max-width: 29%;
    padding-top: 3%;
}
.con3_top_p{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}
.con3_top_p_ct{
    font-family: 'KOHIBaeum';
    font-size: 4em;
    color: black;
}

.con3_top_p_ct_2 {
    font-family: 'KOHIBaeum';
    font-size: 2em;
    color: black;
    margin-left: 1%;
    margin-bottom: 1%;
}

.con3_top_p > img:nth-of-type(1){
    margin-bottom: 1%;
    margin-left: 1%;
    max-width: 7%;
}
.con3_mid{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
}
.con3_mid > img:nth-of-type(1){
    position: relative;
    z-index: 3;
    max-width: 48%;
}
.con3_mid > img:nth-of-type(2){
    width: 100%;
}
.con3_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    padding-top: 11%;
    padding-bottom: 7%;
    z-index: 5;
    position: relative;
}
.con3_mid video{
    mix-blend-mode: color-dodge;
    bottom: -17%;
    width: 147%;
    left: -16%;
    opacity: 0.4;
}
.con3_bottom_bg{
    bottom: 0;
    width: 100%;
}
.con3_bottom > img:nth-of-type(1){
    max-width: 36%;
    padding-bottom: 2%;
}
.con3_bottom_mid{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 4%;
}
.con3_bottom_mid_soul{
    top: 28%;
    animation: soul_out 2s infinite ease;
}
.con3_bottom_mid > img:nth-of-type(1){
    max-width: 4%;
}
.con3_bottom_mid_ct{
    font-size: 3.5em;
    font-family: 'KOHIBaeum';
    padding-left: 2%;
    padding-right: 0.5%;
    color: #e11d21;

}
.con3_bottom_mid > img:nth-of-type(2){
    margin-bottom: -2%;
    max-width: 3%;
}
.con3_bottom > img:nth-of-type(2){
    max-width: 45%;
    padding-top: 3%;
}
.con3_bottom_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

}
.con3_bottom_bottom > img{
    max-width: 18%;
        margin: 0 1%;
}
.con3_bottom_bottom_left{
    left: -20%;
    top: 37%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}
.con3_bottom_bottom_left_ct{
    font-size: 3.2em;
    font-family: 'KOHIBaeum';
    color: #e11d21;
}
.con3_bottom_bottom_left > img{
    max-width: 3%;
    margin-bottom: 1%;
    margin-left: 0.3%;
}


.con3_bottom_bottom_mid {
    left: 0.4%;
    top: 37%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}
.con3_bottom_bottom_mid_ct{
    font-size: 3.2em;
    font-family: 'KOHIBaeum';
    color: #e11d21;
}
.con3_bottom_bottom_mid > img{
    max-width: 3%;
    margin-bottom: 1%;
    margin-left: 0.3%;
}

.con3_bottom_bottom_right {
    left: 20%;
    top: 37%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}
.con3_bottom_bottom_right_ct{
    font-size: 3.2em;
    font-family: 'KOHIBaeum';
    color: #e11d21;
}
.con3_bottom_bottom_right > img{
    max-width: 3%;
    margin-bottom: 1%;
    margin-left: 0.3%;
}
.con3_bottom_bottom > img:nth-last-child(1){
    max-width: 78%;
    bottom: 7%;
    z-index: -1;
}

.con3_top_3_p {   position: absolute;top: -4%;left: 6%; background: transparent;font-size:0.8em; color:#014337;font-family: Pretendard; font-weight:100; width: 5%;max-width: 3%; height: auto;padding: 45.2% 7% 11.2% 0%; border: 4px solid #94100e;overflow-x: hidden; overflow-y: hidden; }
.con3_top_3_p .track {    width: 100%;background: transparent;position: absolute; white-space: nowrap;will-change: transform;animation: marqueeY 60s linear infinite; }
.con3_top_3_p .track .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.con3_top_3_p .track .content img{
    max-width: 53%;
}

.con3_top_5_p {   position: absolute;top: -4%;right: 6%; background: transparent;font-size:0.8em; color:#014337;font-family: Pretendard; font-weight:100; width: 5%;max-width: 3%; height: auto;padding: 45.2% 7% 11.2% 0%; border: 4px solid #94100e;overflow-x: hidden; overflow-y: hidden; }
.con3_top_5_p .track {width: 100%;background: transparent;position: absolute; white-space: nowrap;will-change: transform;animation: marqueeY 60s linear infinite; }
.con3_top_5_p .track .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.con3_top_5_p .track .content img{
    max-width: 53%;
}
.con3_7{
    max-width: 22%;
    left: 13%;
    bottom: -33%;
    z-index: 1;
    animation: ease ddm infinite 3s alternate;
}
.con3_mid_left{
    left: 6%;
    top: 36%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
}
.con3_mid_left_mid{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 0.3%;
    padding-bottom: 2%;
}
.con3_mid_left_mid_ct{
    color: white;
    font-size: 2em;
    font-family: 'KOHIBaeum';
}
.con3_mid_left_mid > img:nth-of-type(1){
    margin-left: 0.5%;
    margin-bottom: -0.5%;
    max-width: 3%;
}
.con3_mid_left > img:nth-of-type(1){
    max-width: 8%;
}
.con3_mid_left > img:nth-of-type(2){
    max-width: 17%;
}

.con3_mid_right{
    right: 6%;
    top: 6%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    width: 100%;
}
.con3_mid_right_mid{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-top: 0.3%;
    padding-bottom: 2%;
}
.con3_mid_right_mid_ct{
    color: white;
    font-size: 2em;
    font-family: 'KOHIBaeum';
}

.con3_mid_right_mid > img:nth-of-type(1){
    margin-left: 0.5%;
    margin-bottom: -0.5%;
    max-width: 3%;
}
.con3_mid_right > img:nth-of-type(1){
    max-width: 10%;
}
.con3_mid_right > img:nth-of-type(2){
    max-width: 16%;
}
.con3_4{
    z-index: 3;
    max-width: 44%;
    top: -2%;
    animation: hand2withopa 0.8s linear infinite;
}
.con3_5{
    z-index: 3;
    max-width: 34%;
    top: -66%;
    animation: hand2withopa 0.8s linear infinite;
}
.con4{
    background: url(/images/con4_bg.jpg) no-repeat center / cover;
    flex-direction: column;

}
.con4_top{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-left: 17%;
    padding-top: 13%;
}
.con4_top > img:nth-of-type(1){
    max-width: 27%;
}
.con4_top_bottom{
    display: flex;
    justify-content: flex-start;
    align-items:center ;
    width: 100%;
}
.con4_4{
    right: 0;
    width: 60%;
    bottom: 7%;
}
.con4_top_bottom > img:nth-of-type(2){
    margin-top: -1.3%;
    margin-left: 0.7%;
    max-width: 17%;
}
.con4_top > img:nth-of-type(2){
    margin-top: 3%;
    max-width: 43%;
}
.con4_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 6%;
}
.con4_mid{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}
.con4_mid iframe:nth-of-type(1){
position: absolute;
    z-index: 2;
    left: 2%;
    width: 31%;
    height: 53%;
    rotate: -3deg;
}
.con4_mid iframe:nth-of-type(2){
position: absolute;
    z-index: 2;
    left: 34.6%;
    top: 18.5%;
    width: 31%;
    height: 53%;
    rotate: -3deg;
}
.con4_mid iframe:nth-of-type(3){
    position: absolute;
    z-index: 2;
    right: 2.4%;
    top: 13.5%;
    width: 31%;
    height: 53%;
    rotate: -3deg;
}
.con4_mid img{
    width: 100%;
    z-index: 1;
}
.con4_top_bottom img:nth-of-type(1){
    max-width: 31%;
}
.con4_bottom img{
    max-width: 45%;
}
.con4_5{
    right: 13%;
    top: 29%;
    max-width: 27%;
}
.con5{
/*    background: url(/images/con5_bg.jpg) no-repeat center / cover;*/
}
.con5_top{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 7%;
    padding-bottom: 8%;
    width: 100%;
    margin-left: 22%;
}
.con5_1{
    left: 0;
    z-index: 2;
    max-width: 16%;
}
.con5_2{
    right: 0;
    z-index: 2;
    max-width: 16%;
}

.con5_9{
    right: 0;
    bottom: 0;
    max-width: 37%;
}
.con5_8{
    left: 0%;
    bottom: 3%;
    max-width: 50%;
}
.con5_6{
    left: 11%;
    left: 10%;
    bottom: -2%;
    max-width: 29%;
}
.con5_top > img:nth-of-type(1){
    padding-bottom: 4%;
    max-width: 60%;
    margin-left: 3%;
}
.con5_top > img:nth-of-type(2){
    padding-bottom: 4%;
    max-width: 30%;
    margin-left: -9%;
}
.con5_top > img:nth-of-type(3){
    max-width: 29%;
    margin-left: -9%;
}
.con6{
    background: url(/images/con6_bg.jpg) no-repeat center / cover;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 8%;
}
.con6_top{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    margin-left: 13%;
    padding-top: 10%;
    margin-bottom: -1%;

}
.con6_top > img:nth-of-type(1){
    max-width: 29%;
}
.con6_top > img:nth-of-type(2){
    max-width: 29%;
    padding-bottom: 3%;
}
.con6_top > img:nth-of-type(3){
    max-width: 29%;
}
.con6_mid{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    margin-left: 10%;
    z-index: 3;
}
.con6_7_op{
    opacity: 0;
    width: 80vw;
    position: relative;
    left: 0;
    min-height: 57vh;
}
.con6_7{
    width: 80vw;
    left: 0;
}
.con6_8{
    left: 6%;
    bottom: 2%;
    max-width: 15%;
}
.con6_9{
    left: 24%;
    bottom: 13%;
    max-width: 15%;
}
.con6_10{
    left: 43%;
    bottom: 43%;
    max-width: 15%;
}
.con6_11{
    left: 62%;
    bottom: 52%;
    max-width: 15%;
}
.con6_16{
    bottom: 0;
    right: 0;
    max-width: 48%;
}
.con6_12{
    right: -10%;
    bottom: 3%;
    z-index: 2;
    max-width: 37%;
    animation: infinite ease ddm3 alternate 2s;
}
.con6_1{
    left: 2%;
    max-width: 9%;
    top: 14%;
}
.con6_2{
    right: 2%;
    max-width: 9%;
    top: 14%;
}
.con6_3{
    right: 5.5%;
    max-width: 2%;
    top: 49%;
}
.con7{
    background: url(/images/con7_bg.jpg) no-repeat center / cover;
    flex-direction: column;
}
.con7_mid{
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    flex-direction: column;
    padding-top: 7%;
    z-index: 3;
}
.con7_left {
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    margin-left: 10%;
    top: 12%;
}
.con7_left > img:nth-of-type(1){
    max-width: 19%;
}
.con7_left_ct{
    font-size: 4em;
    font-family: 'KOHIBaeum';
    color: #cc1317;
    letter-spacing: 9px;
}
.con7_left > img:nth-of-type(2){
    max-width: 19%;
}
.con7_left_bottom{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.con7_left_bottom p{
    font-size: 3.5em;
    font-family: 'KOHIBaeum';
    color: #cc1317;
}
.con7_left_bottom img{
    max-width: 11%;
}

.con7_right {
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    width: 100%;
    margin-right: 10%;
    top: 12%;
}
.con7_right img{
    margin-bottom: 0.6%;
    max-width: 22%;
}
.con7_mid > img:nth-of-type(1){
    max-width: 50%;
}
.con7_mid > img:nth-of-type(2){
     bottom: 12%;
    max-width: 63%;
    z-index: 3;
}
.con7_11{
    right: 0;
    bottom: 27%;
    max-width: 41%;
}
.con7_8_left{
    left: -9%;
    top: -3%;
    max-width: 42%;
}
.con7_8_right{
    right: -9%;
    top: -3%;
    max-width: 42%;

}
.con7_12{
    bottom: 0;
    width: 100%;
}
.con8{
    background: url(/images/con8_bg.jpg) no-repeat center / cover;
    flex-direction: column;
}
.con8_top{
    display: flex;
    margin: 2%;
    width: 96%;
    border: 2px solid #cc1317;
}
.con8_top_left{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con8_top_right{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.con8_top_left > img:nth-of-type(1){
    width: 100%;
}
.con8_4{
    top: -4%;
    right: -2%;
    max-width: 78%;
    animation: infinite ease ddm3 alternate 2s;
}
.con8_top_right img:nth-of-type(1){
    margin-left: -3%;
    margin-top: -13%;
    margin-right: 11%;
    max-width: 55%;
}
.con8_top_right img:nth-of-type(2){
    max-width: 9%;
    margin-top: -24%;
}

.con8_mid{
    display: flex;
    margin: 0 2% 2% 2%;
    width: 96%;
    border: 2px solid #cc1317;
}
.con8_mid_left{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: white;
}
.con8_mid_right{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.con8_mid_right iframe{
        width: 48%;
    height: 62%;
}
.con8_mid_right_op{
    width: 100%;
    opacity: 0;
}
.con8_mid_left > img:nth-of-type(1){
    margin-right: 9%;
    margin-top: -19%;
    margin-left: -11%;
    max-width: 9%;
}
.con8_mid_left > img:nth-of-type(2){
    max-width: 60%;
}

.con8_bottom{
    display: flex;
    margin: 0 2% 2% 2%;
    width: 96%;
    border: 2px solid #cc1317;
}
.con8_bottom_left{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
   background:  #cc1317;
}
.con8_bottom_right{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con8_bottom_right img:nth-of-type(1){
    max-width: 70%;
    margin-left: -5%;
    margin-bottom: 7%;
    margin-top: -5%;
}
.con8_bottom_right img:nth-of-type(2){
    max-width: 75%;
}
.con8_bottom_left iframe:nth-of-type(1){
    left: 0;
    width: 49.5%;
    height: 100%;
}
.con8_bottom_left iframe:nth-of-type(2){
    right: 0;
    width: 49.5%;
    height: 100%;
}

.con9{
    background: url(/images/con9_bg.jpg) no-repeat center / cover;
    flex-direction: column;
    padding-bottom: 6%;
}
.con9_mid{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0.6%;

}
.con9_mid_left_swiper{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
}
.con9_mid_right_swiper{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
}
.con9_mid_mid{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28%;
    margin-bottom: -3%;
}

.con9_mid_mid img{
    max-width: 90%;
    padding: 0 2%;
}
.con9_mid_left_wrapper img{
    width: 100%;
}
.con9_mid_right_wrapper img{
    width: 100%;
}
.con9_6{
    left: 32%;
    top: -7%;
    z-index: 3;
    animation: alternate ddm2 infinite ease 3s;
    max-width: 36%;
}
.con9_top{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding-bottom: 5%;
    padding-top: 6%;
}
.con9_top > img:nth-of-type(1){
    padding-bottom: 1%;
    max-width: 31%;
}
.con9_top > img:nth-of-type(2){
    max-width: 38%;
    padding-bottom: 3%;
}
.con9_top > img:nth-of-type(3){
    max-width: 50%;
}
.con9_top > img:nth-of-type(4){
    left: 4%;
    bottom: -21%;
    max-width: 23%;
}
.con9_top > img:nth-of-type(5){
    right: 4%;
    bottom: -19%;
    max-width: 25%;
}

.con9_p_1 {    background: black;font-size:0.8em; color:#014337;font-family: Pretendard; font-weight:100; position: relative; width: 100%;max-width:100%; height: auto;    padding: 0.2% 0 2% 0%; overflow-x: hidden; overflow-y: hidden; }
.con9_p_1 .track {background: black;position: absolute; white-space: nowrap;will-change: transform;animation: marquee 60s linear infinite; }


.con10{
    background: url(/images/con10_bg.jpg) no-repeat center / cover;
    flex-direction: column;
}
.con10_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    padding-top: 5%;
    padding-bottom: 5%;
}
.con10_bottom_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con10_bottom_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con10_bottom > div > div{
    display: flex;
    align-items: center;
    width: 41%;
    overflow: hidden;
}
.con10_bottom_top_left{
    justify-content: flex-end;
}
.con10_bottom_top_right{
    justify-content: flex-start;
}
.con10_bottom_bottom_left{
    justify-content: flex-end;
}
.con10_bottom_bottom_right{
    justify-content: flex-start;
}
.con10_bottom > div > div > img{
    transition: all 0.3s;
    width: 100%;
}
.con10_bottom > div > div > img:nth-of-type(2){
    opacity: 0;
    top: 100%;
}
.con10_bottom > div > div:hover img:nth-of-type(2){
    opacity: 1;
    top: 0%;
}
.con10_top{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 10%;
}
.con10_top > img:nth-of-type(1){
    max-width: 18%;
}
.con10_top_mid{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con10_top_mid > img:nth-of-type(1){
    max-width: 10%;
}

.con10_top_mid_ct{
    font-size: 7em;
    font-family: 'KOHIBaeum';
    color: #facd03;
}
.con10_top > img:nth-of-type(2){
    max-width: 37%;
}
.con10_3_top{
    top: 4%;
    width: 95%;
}
.con10_3_bottom{
    bottom:3%;
    width: 95%;
}
.con10_4_left{
    left: 6.6%;
    height: 100%;
}
.con10_4_right{
    right: 6.6%;
    height: 100%;
}

.con11{
    background: url(/images/con11_bg.jpg) no-repeat center / cover;
    flex-direction: column;
}
.con11_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    flex-direction: column;
    background: #cc1317;
    margin-top: 6%;
}
.con11_bottom_swiper {
    width: 90%;
    overflow: hidden;
}
.con11_bottom_slide img{
    max-width: 100%;
}
.con11_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

}
.con11_top img:nth-of-type(1){
    margin-right: -41%;
    margin-top: 8%;
    max-width: 48%;
}
.con11_1{
    left: 20%;
    max-width: 20%;
}
.con11_2{
    left: 0%;
    top: 9%;
    max-width: 20%;
    z-index: 3;
    animation: infinite ease ddm3 alternate 2s;
}
.con11_3{
    left: -4%;
    max-width: 34%;
    top: 59%;
    z-index: 2;
    animation: infinite ease ddm2 alternate 2s;
}
.con11_8_top{
    padding-bottom: 1.2%;
}
.con11_8_bottom{
    padding-top: 0.3%;
}
.con11_7{
    width: 76%;
    left: 0%;
    z-index: 1;
    opacity: 0.68;
    pointer-events: none;
}
.con12{
    background: url(/images/plus_bg.jpg) no-repeat center / cover;
    flex-direction: column;
}
.con12_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    padding-top: 7%;
}
.con12_mid{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 3% 0;
}
.con12_mid iframe{
    width: 46.5%;
    height: 72%;
    top: 13.5%;
}
.con12_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    padding-bottom: 7%;
}

.con12_1_lt{
    left: 0;
    top: 0;
    max-width: 11%;
}
.con12_1_lb{
    left: 0;
    bottom: 0;
    rotate: 180deg;
    transform: scaleX(-1);
    max-width: 11%;
}
.con12_1_rt{
    right: 0;
    top: 0;
    transform: scaleX(-1);
    max-width: 11%;
}
.con12_1_rb{
    right: 0;
    bottom: 0;
    scale: -1;
    max-width: 11%;
}
.con12_6{
    left: 4%;
    max-width: 19%;
}
.con12_7{
    right: 4%;
    max-width: 19%;
}
.con12_top > img:nth-of-type(1){
    max-width: 12%;
    padding-bottom: 2%;
}
.con12_top > img:nth-of-type(2){
    max-width: 52%;
}
.con12_mid > img:nth-of-type(1){
    max-width: 52%;
}
.con12_bottom img:nth-of-type(1){
    max-width: 20%;
}
.con12_bottom img:nth-of-type(2){
    max-width: 48%;
    padding-top: 1%;
}
.con13{
    background: black;
}
.con13_con{
    background: url(/images/con13_bg.jpg) no-repeat center / cover;
    width: 96%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2%;
    flex-direction: column;
}
.con13_top{
    padding-top: 8%;
    padding-bottom: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con13_mid{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 5%;
}
.con13_top img:nth-of-type(1){
    max-width: 32%;
}
.con13_mid > img:nth-of-type(1){
    max-width: 31%;
    z-index: 2;
    mix-blend-mode: hard-light;
}
.con13_mid > img:nth-of-type(2){
    max-width: 10%;
}
.con13_mid > img:nth-of-type(3){
    max-width: 31%;
    z-index: 2;
}
.con13_4{
    left: -2%;
    bottom: 0;
    max-width: 35%;
}
.con13_1{
    right: -10%;
    top: -15%;
    max-width: 43%;
}
.con13_2{
    right: -12%;
    top: -8%;
    max-width: 43%;
    z-index: 3;
}
.con13_6{
    right: 0;
    top: 32%;
    max-width: 44%;
}
.con14_left{
    background: url(/images/con14_bg1.jpg) no-repeat center / cover;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 10%;
    padding-bottom: 12%;
}
.con14_right{
    background: url(/images/con14_bg2.jpg) no-repeat center / cover;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 10%;
    padding-bottom: 12%;
}
.con14_left img:nth-of-type(1){
    max-width: 31%;
    padding-bottom: 3%;
}
.con14_left img:nth-of-type(2){
    max-width: 76%;
}
.con14_right img:nth-of-type(1){
    max-width: 31%;
    padding-bottom: 3%;
}
.con14_right img:nth-of-type(2){
    max-width: 76%;
}
.con14_5{
    bottom: 4.5%;
    max-width: 84%;
}
.con14_5_m{
    bottom: 4.5%;
    max-width: 84%;
}
.con14_1{
    top: 4%;
    right: 3%;
    max-width: 34%;
}
.con14_2{
    top: 4%;
    left: 3%;
    max-width: 41%;
}
.con15{
    background: url(/images/con15_bg.jpg) no-repeat center / cover;
    flex-direction: column;
}
.con15_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 7%;
    padding-bottom: 4%;
}
.con15_mid{
    display: block;
    width: 84%;
    text-align: center;
    margin-bottom: 10%;
}
.con15_mid img{
    width: 24%;
    float: left;
    margin: 0% 0.5%;
}
.con15_mid img:nth-of-type(7){
    margin: 0.3% 0.6%;
    width: 23.7%;
}
.con15_top > img:nth-of-type(1){
    max-width: 40%;
}
.con15_bottom{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 16%;
    width: 100%;
}
.con15_15{
    right: 8%;
    bottom: 0%;
    max-width: 52%;
}

.con15_bottom img:nth-of-type(1){
    max-width: 26%;
}
.con15_bottom img:nth-of-type(2){
    padding: 0.6% 0;
    max-width: 20%;
}
.con15_bottom img:nth-of-type(3){
    max-width: 26%;
}
.con15_bottom img:nth-of-type(4){
    padding-top: 5%;
    padding-bottom: 5%;
    max-width: 40%;
}
.mcon1{
    background: url(/images/mcon1_bg.jpg) no-repeat center / cover;
    flex-direction: column;
}
.mcon1_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

}
.mcon1_top > img:nth-of-type(1){
    margin-left: -14%;
    margin-right: 5%;
    margin-top: -19%;
    max-width: 50%;
}
.mcon1_top > img:nth-of-type(2){
    max-width: 32%;
}
.mcon1_top > img:nth-of-type(3){
    top: 20%;
    left: 35%;
    max-width: 14%;
}
.mcon1_top > img:nth-of-type(4){
    right: -6%;
    top: -3%;
    z-index: 2;
    max-width: 22%;
    animation: ddm infinite ease 3s;
}
.mcon1_top > img:nth-of-type(5){
    top: 0;
    right: 0;
    width: 69%;
}

.mcon1_bottom{
    display: block;
    width: 84%;
    text-align: center;
    padding: 0 4%;
    margin-top: 2%;
    margin-bottom: 6%;
    background: white;
    padding-bottom: 4%;

}
.mcon1_bottom_top{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
    padding-top: 3%;
    padding-bottom: 3%;
}
.mcon1_bottom_top > img:nth-of-type(1){
    max-width: 40%;
    padding-bottom: 2%;
}
.mcon1_bottom_top > img:nth-of-type(2){
    width: 100%;
}
.mcon1_bottom_hover{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    float: left;
    width: 32%;
    margin: 0.66% 0.66%;
}
.mcon1_bottom_hover img{
    transition: all 0.3s;
    width: 100%;
}
.mcon1_bottom_hover:hover img:nth-of-type(2){
    opacity: 1;

}
.mcon1_bottom_hover > img:nth-of-type(1){
}
.mcon1_bottom_hover > img:nth-of-type(2){
    opacity: 0;
}



.mcon2{
    background: url("/images/con2_bg.jpg") no-repeat center / cover;
    flex-direction: column;
}
.mcon2_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    padding-top: 6%;
}
.mcon2_top img:nth-of-type(1){
    max-width: 24%;
    position: relative;
    z-index: 3;
}
.mcon2_top img:nth-of-type(2){
    padding-top: 2%;
    max-width: 21%;
    position: relative;
    z-index: 3;
}
.mcon2_mid{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
}
.mcon2_mid img:nth-of-type(1){
    max-width: 20%;
}
.mcon2_mid_p{
    font-family: KOHIBaeum;
    font-size: 4em;
    margin: 2%;
}
.mcon2_mid_p_tw{
    position: absolute;
    background: url(/images/con2_12.png) no-repeat center / cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    top: 0;
}
.mcon2_bottom{
    display: block;
    width: 84%;
    text-align: center;
    margin-top: 6%;
    margin-bottom: 8%;

}
.mcon2_bottom img{
    width: 31%;
    float: left;
    margin: 1%;
}
.mcon2_8_left{
    z-index: 2;
    left: -11%;
    top: 27%;
    max-width: 35%;

}
.mcon2_10_left{
    z-index: 1;
    left: -11%;
    top: 9%;
    max-width: 34%;
}
.mcon2_7{
    z-index: 2;
    left: -10%;
    top: 30.5%;
    max-width: 32.5%;
}
.mcon2_8_right{
    z-index: 2;
    right: -11%;
    top: 27%;
    max-width: 35%;

}
.mcon2_10_right{
    z-index: 1;
    right: -11%;
    top: 24%;
    max-width: 34%;
}
.mcon2_9{
    z-index: 2;
    right: -10%;
    top: 30.5%;
    max-width: 32.5%;
}
.mcon2_3{
    left: 30%;
    top: 56%;
    max-width: 15%;
}
.mcon2_4{
    right: 30%;
    top: 51%;
    max-width: 15%;
}



#contact14{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background: url("/images/contact_bg.jpeg") no-repeat center / cover;
    padding: 3% 0;

}
#contact14 .contact14_2 {
    width: 50%;
    box-sizing: border-box;
    overflow: hidden;
}
.formWrap {
    width: 89%;
    margin: 0 auto;
    padding: 6% 2%;
    background: #ede9de;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 10000;
    margin: 11%;
}

.form {
    display: flex;
    flex-direction: column;
    width: 84%;
}
.form .form_margin:nth-of-type(1){
    padding-top: 9%;
}

.form_margin {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
    margin-bottom: 1px;
}

.form_margin span {
    display: inline-block;
    padding-right: 15px;
}

.form_margin span img {
    width: 14px;
}

.form_agree {
    color: #000421;
    padding: 10px 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 16px;
    margin-top: -1%;
    position: relative;
    z-index: 2;
    border-top: solid 3px white;
}

.btn_button {
    font-family: "Noto Sans KR";
    color: #000421;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding: 8px 13px;
    border-radius: 50px;
    float: right;
    text-decoration: underline;
}

.form_label {
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -1px;
    width: 100%;
    background: #aa000700;
    display: block;
    color: #000421;
    border-bottom: 1px solid white;
    padding: 18px 20px;
    box-sizing: border-box;
    flex-shrink: 2;
    margin-bottom: -2px;
    font-family: Pretendard-bold;
}

.form_input {
    font-family: "Noto Sans KR";
    width: 100%;
    font-weight: 400;
    background: white;
    font-size: 18px;
    border: 1px solid #cbcbcb;
    padding: 18px 20px;
    box-sizing: border-box;
    margin-bottom: -2px;
    caret-color: white;

}

.form_input::placeholder {
    font-family: "Pretendard-bold";
    color: white;
}

.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;
    background: white;
    caret-color: white;
}

.form_btn {
    margin-top: 12px;
}

.form_submit {
    font-size: 25px;
    font-family: "Pretendard-bold";
    font-weight: 500;
    border-radius: 50px;
    padding: 15px 0;
    letter-spacing: -1px;
    border: none;
    background: #e11d21;
    cursor: pointer;
    color:white;
    margin: 0 auto;
    display: block;
    width: 50%;
}

input[type="text"]:focus,
textarea:focus {
    outline: none;
    border: 1px solid #d0f8ff;
}

input {
    text-decoration-line: none;
}

input[type="button"] {
    cursor: pointer;
    outline: none;
    border: none;
}
.contact14_right{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.contact14_right img:nth-of-type(1){
    max-width: 42%;
    position: relative;
    z-index: 2;
    padding-bottom: 4%;
    margin-top: -5%;
}
.contact14_right img:nth-of-type(2){
    max-width: 71%;
    position: relative;
    z-index: 2;
}
.contact14_right img:nth-of-type(3){
    max-width: 61%;

}
.review{
    max-width: 18%;
    z-index: 3;
    bottom: 0;
    left: 10%;

}
.mobile_inputs input{
    font-size: 0.5em !important;
}

.con8_bottom_right_top{
        overflow: hidden;
    width: 19%;
    margin-top: 4%;
    display: flex;
    justify-content: flex-start;
    margin-left: -56%;
    align-items: flex-start;
        margin-bottom: 8%;
}
.con8_bottom_right_top img{
    max-width: unset !important;
    width: 35vw !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    
}
.con2_top_line{
        height: 10vw;
    border-left: 2px solid #e11d21;
    margin-top: 4%;
    margin-bottom: -21%;
}

.con2_mid {
/*    margin-top: 22%;*/
}




.main_con{
    background: url(/images/nmain_bg.jpg) no-repeat center / cover;
}
.main_top{
    width: 58.8451%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
}
.main_top_ab{
    width: 83.9429%;
    display: flex;
    justify-content: center;
    mix-blend-mode: screen;
    align-items: center;
    bottom: 27%;
    z-index: 2;
}
.ncon1_ab_con{
    overflow: hidden;
    height: 60vw;
}
.ncon1_ab_2{
    overflow: hidden;
}
.nmain_06_con{
    margin-right: -20%;
    z-index: 1;
}
.main_top_ab_3{
    width: 25.6913%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    left: 2%;
    top: 5%;
}
.main_top_ab_4{
    width: 26.0482%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    right: 2%;
    top: 5%;
}
.main_top_ab_5{
    width: 15.9679%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    left: 6.5%;
    top: 45%;
}
.main_top_ab_6{
    width: 17.2168%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    right: 8.5%;
    top: 45%;
}
.main_top_ab {
    width: 83.9429%;
    display: flex;
    justify-content: center;
    mix-blend-mode: screen;
    align-items: center;
    bottom: 51%;
    animation: smoke 2s infinite;
}
.main_top_2nd{
    width: 66.1942%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: -6%;
    margin-bottom: 5%;
}
.main_ab {
    width: 11.9%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 5%;
    top: 0;
    height: 100%;
}
.main_ab_2{
    width: 11.9%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 5%;
    bottom: 0%;
}
.main_ab_3{
    width: 18.6877%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -0.5%;
    top: 37%;
    z-index: 2;
}
.main_ab_4{
    width: 22.3097%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -6%;
    top: 6%;
    z-index: 2;

}
.main_line_1{
    height: 100%;
    border-left: 1px solid black;
    left: 0%;
}
.main_line_2{
    right: 0%;
    height: 100%;
    border-left: 1px solid black;
}

.main_line_3{
    height: 100%;
    border-left: 1px solid black;
    left: 0%;

}
.main_line_4{
    right: 0%;
    height: 100%;
    border-left: 1px solid black;
}
.nmain_03_con{
    width: 14.978%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -121%;
    overflow: hidden;
}
.nmain_04_con{
    width: 15.4185%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 230%;
}
.ncon1_left{
    width: 50% !important;
}
.ncon1_right{
    width: 50% !important;
}
.ncon1{
    background: url(/images/ncon1_bg.jpg) no-repeat center / cover;

}
.ncon1_left_top{
    width: 24.8688%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: 26%;
}
.ncon1_right_top{
    width: 11.9622%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 26%;

}
.ncon1_left_top_2nd{
    width: 49.6327%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-bottom: 4%;
}
.ncon1_right_top_2nd{
    width: 31.7943%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-bottom: 7%;
}
.ncon1_left_top_3rd{
    width: 41.4481%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 28%;
}
.ncon1_right_top_3rd{
    width: 41.4481%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 28%;
}

.ncon1_left_con{
    margin-right: -13%;
}

.ncon1_left_ab{
    width: 23.6097%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
}
.ncon1_left_ab_2{
    width: 89.3333%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -14%;
    left: 28%;
}

.ncon1_right_con{
    margin-left: -13%;
}

.ncon1_right_ab{
    width: 24.4491%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
}
.ncon1_right_ab_2{
    width: 86.2661%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -14%;
    right: 28%;
}
.ncon1_ab{
    flex-direction: column !important;
}
.ncon1_ab_2{
    width: 220.588%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    top: 56%;
}

.ncon2{
    background: url(/images/ncon2_bg2.jpg) no-repeat center / cover;

}



.ncon2_top_ab_ct{
    color: #e51923;
    font-family: Pretendard-black;
    font-style: italic;
    font-size: 14vw;
}

.ncon2_top_ab{
    left: 0%;
    width: 100%;
    overflow: hidden;
}

.ncon2_top_2nd{
    width: 14.3832%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 31%;
}
.ncon2_top_2nd_2_ab{
    width: 94.1606%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    left: 107%;
    bottom: -2%;
}

.ncon2_top_3rd{
    width: 33.9108%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.6%;
    margin-left: 50.4%;
}
.ncon2_top_4th{
    width: 65.9843%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-left: -34%;
    margin-top: 6%;
}
.ncon2_top{
    width: 28.5564%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    z-index: 2;
}
.ncon3_top{
    width: 24.147%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-left: -48%;
    margin-top: 8%;
}
.ncon3_top_2nd{
    width: 23.2546%;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-left: -50%;
    margin-top: 3%;
}
.ncon3_top_3rd{
    width: 27.4016%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -43%;
    overflow: hidden;
    margin-top: 1%;
    margin-bottom: 5%;
}

.ncon3_ab {
    background: url(/images/ncon3_10.jpg) no-repeat center / contain;
    width: 50% !important;
    right: 0;
    overflow: hidden;
    top: 8%;
}
.ncon3_ab_top_2nd_item img{
    width: 25%;
}

.ncon3_ab_top{
    width: 42.8122%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 8%;
    margin-left: -30%;
}
.ncon3_ab_top_2nd{
    margin-top: 4%;
    width: 131% !important;
    margin-bottom: 6%;
}
.ncon3_ab_top_3rd{
    width: 82.5813%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 36%;
    overflow: hidden;
}
.ncon3_con{
    background: white;
}
.ncon3{
    background: url(/images/ncon3_bg.jpg) no-repeat bottom / contain;

}
.ncon4_con{
    background: white;
    width: 94% !important;
    margin-bottom: 3%;
}
.ncon4_top{
    width: 47.2362%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 4%;
    margin-bottom: 4%;
}

.ncon4_top_2nd_item_1{
    width: 29.4249%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1%;
}
.ncon4_top_2nd_item_2{
    width: 25.9631%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5%;
}
.ncon4_top_2nd_item_3{
    width: 22.5014%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.4%;
}
.ncon4_top_2nd{
    margin-left: -4%;
}

.ncon4_top_2nd_2nd{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
}
.ncon4_top_3rd{
    width: 53.7688%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-left: -43%;
    margin-bottom: 4%;
}
.ncon4_top_3rd_ab{
    width: 63.6552%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 107%;
}


.ncon5{
    background: black;

}
.ncon5_scr{
    top: 0;
}

.ncon5_top{
    width: 17.1654%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 13%;
    margin-left: -57%;
    z-index: 1;
    overflow: hidden;
}

.ncon5_top_2nd{
    width: 24.1995%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-left: -49%;
    z-index: 1;
    margin-top: 3%;
}
.ncon5_top_3rd{
    z-index: 1;
    width: 50% !important;
}

.ncon5_top_2nd_item_plus{
    width: 5.98111%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -2%;
    z-index: 1;
}
.ncon5_top_3rd{
    width: 50% !important;
    z-index: 1;
    margin-left: -42%;
    margin-bottom: 8%;
}

.ncon5_top_2nd_2nd{
    width: 18.1627%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-left: -55%;
    margin-top: 3%;
    z-index: 1;
    margin-bottom: 4%;
}
.ncon5_ab{
    width: 27.4016%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
}
.ncon5_ab_3{
    width: 81.6092%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -21%;
    animation: ddm3 infinite linear 2s alternate;
    top: 20%;
}
.ncon5_ab_2{
    width: 49.2337%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -4%;
    top: 56%;
    overflow: hidden;
}

.ncon5_ab_4{
    width: 34.0996%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    top: 56%;
    left: 55%;
}
.ncon6_top_con{
    overflow: hidden;
}

.ncon5_ab_5{
    width: 70.3065%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    top: 64%;
    left: 17%;
}


.con2_mid_swiper_1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 33.3vw;

}
.con2_mid_swiper_1_slide img{
    width: 100%;
}


.con7_prev:after,.con7_next:after {
    content: unset !important;
}
.con10_prev:after,.con10_next:after {
    content: unset !important;
}
.con7_prev{
    left: 1% !important;
    top: unset !important;
    width: 4vw !important;
    height: 4vw !important;
    z-index: 111111111 !important;
}
.con7_next{
    right: 1% !important;
    top: unset !important;
    width: 4vw !important;
    height: 4vw !important;
    z-index: 111111111 !important;
}

.con2_con_2nd{
    width: 20% !important;
    top: 16%;
    left: 43%;
    height: 24vw;
}
.con2_mid_swiper_1{
    width: 100%;
    height: 100%;
}
.con3_video_con{
    width: 100%;
    height: 100%;
}
.con3_video_con iframe{
    width: 100%;
    height: 100%;
}

.con7_prev {
    left: -9% !important;
    top: unset !important;
    width: 2.5vw !important;
    height: 2.5vw !important;
    z-index: 111111111 !important;
    top: 71% !important;
}
.con7_next{
    right: -9% !important;
    top: unset !important;
    width: 2.5vw !important;
    height: 2.5vw !important;
    z-index: 111111111 !important;
    top: 71% !important;
}

.con2_mid_swiper_1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ncon5_swiper_ab{
    width: 71.6535%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 105%;
    z-index: 1;
}
.ncon6{
    background: url(/images/ncon7_bg.jpg) no-repeat center / cover;

}

.ncon6_top{
    width: 3.88451%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4% 0;
}
.ncon6_top_ab{
    width: 179.73%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 147%;
    overflow: hidden;
}
.ncon6_top_ab_2{
    width: 144.595%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    left: 147%;
}


.ncon6_ab_2{
    width: 24.5144%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -5%;
}
.ncon5_07{
    mix-blend-mode: overlay;

}

.ncon6_ab_3{
    width: 24.252%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -5%;
}
.ncon5_08{
    mix-blend-mode: overlay;

}
.ncon6_ab_2_ab_ab{
    animation: scaleOpa2 infinite 2s ;
}
.ncon6_ab_3_ab_ab{
    animation: scaleOpa2 infinite 2s ;
}
.ncon8_11{
    z-index: 2;
}
.ncon7{
    background: url(/images/ncon8_bg.jpg) no-repeat center / cover;
}

.ncon7_top{
    width: 20.9449%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 13%;
    overflow: hidden;
    margin-left: 11%;
}
.ncon7_top_2nd{
    width: 32.9134%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 3.7%;
    margin-left: 23%;
}
.ncon7_top_3rd{
    width: 27.979%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 4%;
    margin-left: 19%;
    margin-bottom: 14%;
}
.ncon7_ab{
    width: 44.8294%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
}
.ncon7_ab_ab{
    width: 104.333%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ncon7_ab_ab_1{
    width: 68.8525%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    left: 0%;

    animation: smoke 2.5s infinite;
    bottom: 40%;
}

.ncon7_ab_ab_2{
    z-index: 2;
    animation: smoke 2.5s infinite;
    bottom: 40%;
    width: 28.9227%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
}
.ncon7_ab_ab_3{
    z-index: 2;
    animation: smoke 3s infinite;
    bottom: 40%;
    width: 72.0141%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.ncon7_ab_ab_4{
    width: 34.7775%;
    display: flex;
    justify-content: center;
    z-index: 2;
    animation: smoke 2s infinite;
    align-items: center;
    bottom: 45%;
    width: 72.0141%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ncon7_ab_2nd{
    width: 73.0184%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
}

.ncon7_ab_3rd{
    width: 100.84%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}
.ncon7_ab_3rd_ab{
    width: 40.3436%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    bottom: 14%;
    left: 6%;
}
.ncon7_ab {
    width: 44.8294%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -2%;
    top: 19%;
}
.ncon7_ab_2nd_ab{
    width: 31.2725%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 68%;
    left: 81%;
}



.ncon8{
    background: url(/images/ncon9_bg.jpg) no-repeat center / cover;
}

.ncon8_con{
    background: white;
}

.ncon8_con{
    width: 92% !important;
}


.ncon8_top{
    width: 44.3811%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    margin-bottom: 3%;
}
.ncon8_top_2nd{
    width: 100% !important;
}


.ncon8_top_2nd_ab_2{
    width: 14.6035%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    bottom: 100%;
    left: 5%;
}
.ncon8_top_2nd_ab{
    width: 14.6035%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    bottom: 100%;
    right: 5%;
}


.ncon8_top_3rd p{
    font-family: pretendard-semibold;
    font-size: 1.5vw;
    color: #505050;
    width: 22%;
    text-align: center;
}
.ncon8_top_3rd p:hover{
    color: #df1018;

}

.con6_mid_swiper_1{
    width: 86% !important;
}
.con6_mid_swiper_2{
    width: 86% !important;
}
.con6_mid_swiper_1_slide_p_con{
    width: 100% !important;
}



.con9_prev:after,.con9_next:after {
    content: unset !important;
}
.con9_prev:after,.con9_next:after {
    content: unset !important;
}
.con9_prev{
    left: 1% !important;
    top: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    z-index: 111111111 !important;
}
.con9_next{
    right: 1% !important;
    top: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    z-index: 111111111 !important;
}


.con6_mid_swiper_1_slide_p_con_img{
    width: 100% !important;
}

.con6_mid_swiper_1_slide_p_con_p{
    margin-top: 7%;
    font-family: pretendard-semibold;
    font-size: 1.7vw;
}

.con6_mid_swiper_1{
    overflow: hidden;
}
.con6_mid_swiper_2{
    overflow: hidden;
}
.con3_mid_2nd{
    margin-top: 6%;
    margin-bottom: 7%;
}
.con6_mid_swiper_1_slide_p_con_img {
    width: 100% !important;
    overflow: hidden;
    border-radius: 30px;
}
.con6_mid_swiper_1_slide_p_con_p{
    opacity: 0;
    transition: 0.3s all;

}
.con6_mid_swiper_1_slide_p_con{
    scale: 0.8;
    opacity: 0.5;
    transition: 0.3s all;
}
.con6_mid_swiper_1_slide.swiper-slide-next .con6_mid_swiper_1_slide_p_con {
    scale: 1;
    opacity: 1;
}
.con6_mid_swiper_1_slide.swiper-slide-next .con6_mid_swiper_1_slide_p_con_p {
    opacity: 1;
}

.con9_prev {
    left: 34% !important;
    top: 40% !important;
    width: 3vw !important;
    height: 3vw !important;
    z-index: 111111111 !important;
}

.con9_next{
    right: 34% !important;
    top: 40% !important;
    width: 3vw !important;
    height: 3vw !important;
    z-index: 111111111 !important;
}

.ncon8_con{
    margin-bottom: 8%;
}


.ncon2_top_ab_2nd{
    width: 100.184%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    top: -12%;
}

.ncon2_con{
    flex-wrap: wrap;
}

.ncon2_top_4th {
    width: 65.9843%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -34%;
    margin-top: 6%;
    z-index: 1;
}


.ncon2_con_item{
    width: 15.6955%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.4% 0.4%;
    filter: brightness(0.3) grayscale(1);
}
.ncon2_top_3rd {
    width: 33.9108%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 0.6%;
    margin-left: 50.4%;
    z-index: 1;
}
.main img{
    width: 100%;
}

.newcon img{
    width: 100%;
}

.ncon1_ab{
    width: 1.78478%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ncon4_top_2nd_item_ab{
    width: 15.1365%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 7%;
    left: 53%;
    background: #b896964f;
    padding: 2% 3%;
    border-radius: 40px;
}


.ncon5_top_2nd_item{
    width: 19.3075%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.ncon6_ab{
    width: 37.8478%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_video_con{
    width: 0;
    top: 11%;
    height: 38vw;
    overflow: hidden;
}
.main_video{
    width: 78vw !important;
    height: 44vw !important;
}
.main_video_con{
    display: flex;
    justify-content: center;
    align-items: center;

}

.ncon2_top_ab_2nd {
    width: 124.184%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    top: -12%;
}
.p_04{
    width:35.6089vw !important;
}
.ncon2_bg{
    height: 100%;
    width: 100%;
    background: url(/images/ncon1_bg.jpg) no-repeat center / cover;
}
.ncon2_bg{
    height: 100%;
    background: url(/images/ncon1_bg.jpg) no-repeat center / cover;
    z-index: 1;
}
.ncon2_bg {
    height: 100%;
    width: 100%;
    background: url(/images/ncon1_bg.jpg) no-repeat center / cover;
    z-index: 1;
    clip-path: circle(17.1% at 50% 45%);
}
.ncon2_top{
    background: url(/images/ncon1_bg.jpg) no-repeat center / cover;
    border-radius: 50%;
}
.ncon2_06{
    opacity: 0;
}
.ncon2_03_con{
    overflow: hidden;
}

.ncon4_top_3rd_con{
    overflow: hidden;
}

.con7_prev {
    left: -9% !important;
    top: unset !important;
    width: 3.5vw !important;
    height: 3.5vw !important;
    z-index: 111111111 !important;
    top: 73% !important;
}
.con7_next{
    right: -9% !important;
    top: unset !important;
    width: 3.5vw !important;
    height: 3.5vw !important;
    z-index: 111111111 !important;
    top: 73% !important;
}




.ncon8_top_2nd {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}


.ncon6_ab_2_ab{
        width: 45.182%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ncon6_ab_3_ab{
        width: 46.3203%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.con14{
    flex-direction: row;
}

.con2_mid_swiper_1_slide.swiper-slide-active{
    filter: brightness(0.5) grayscale(0.5);
}

.ncon5_ab_6{
    width: 66%;
    bottom: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con5_top > img:nth-of-type(2) {
    padding-bottom: 4%;
    max-width: 35%;
    margin-left: 6%;
}

.con5_8 {
    left: -17%;
    bottom: -6%;
    max-width: 110%;
}
.con5_top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 7%;
    padding-bottom: 8%;
    width: 100%;
    margin-left: 22%;
    z-index: 1;
}

.con10_top_mid_ct {
    color: #e51923;
    font-family: Pretendard-black;
    font-style: italic;
    font-size: 14vw;
    letter-spacing: -0.9vw;
}

.con10_top_mid_ct_2{
    color: #e51923;
    font-family: Pretendard-black;
    font-style: italic;
    font-size: 14vw;
}

.con11 {
    background: white;
    flex-direction: column;
}

.plus_05_con{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.plus_05_con img{
    width: 100%;
}
.review{
        max-width: 23%;
    z-index: 3;
    bottom: -20%;
    left: 10%;
}

.con12_top > img:nth-of-type(1) {
    max-width: 22%;
    padding-bottom: 2%;
}

.con12_top_2nd{
    align-items: flex-end !important;
}
.con12_top_2nd_2{
    
}
.con12_top_2nd img{
    width: 100%;
}
.con12_top_2nd_1{
    max-width: 18%;
    overflow: hidden;
}
.con12_top_2nd_2{
    max-width: 36%;
    margin-left: 1%;
    overflow: hidden;
}
.con12_top > img:nth-of-type(1) {
    padding-bottom: 0%;
}

.con12_bottom img:nth-of-type(1) {
    max-width: 32%;
}

.con12_6 {
    left: 1%;
    max-width: 25%;
}

.con12_7 {
    right: 1%;
    max-width: 24%;
}

.con13_top img:nth-of-type(1) {
    max-width: 22%;
}
.con13_top{
    padding-top: 8%;
    padding-bottom: 1.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con13_top_2nd{
    max-width: 34%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_top_2nd img{
    width: 100%;
}

.con13_top_2nd{
    margin-bottom: 5%;
    max-width: 34%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.plus_15{
    bottom: 0;
    right: 0;
    max-width: 24%;
}
    
    .con12_1_lt{
        display: none;
    }
        .con12_1_rt{
        display: none;
    }
        .con12_1_lb{
        display: none;
    }
        .con12_1_rb{
        display: none;
    }

.ncon8_top_3rd_p_on{
    color: #df1018 !important;
}


.ncon3_con_ab{
    z-index: 1;
    width: 23%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -3%;
    right: -7%;
    animation: rotate_image 10s infinite linear;
}
.ncon3_ab_top_3rd_ab{
    height: 80%;
    border-left: 1px solid #d50408;
}
.main_top_ab_5{
    z-index: 1
}
.main_top_ab_6{
    z-index: 1
}

.nmain_06_con {
    margin-right: 0;
    z-index: 1;
    width: 73% !important;
}
.ncon1{
    padding-top: 6%;
}
/*
.main_con{
    height: 56vw;
}
*/
.nmain_06_con {
    margin-right: 0;
    z-index: 1;
    width: 70% !important;
}
.con3_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 82%;
    flex-direction: column;
    padding-top: 11%;
    padding-bottom: 7%;
    z-index: 5;
    position: relative;
}

.con3_mid > img:nth-of-type(1) {
    max-width: 42%;
}

.ncon2_top_ab_ct {
    font-size: 13vw;
}
@media screen and (max-width:1023px) {
    .main{
        padding-top: 13%;
    }
    .main_left {
        top: 20%;
    }
    .main_left_top img:nth-of-type(1) {
        max-width: 41%;
    }
    .main_left_top img:nth-of-type(2) {
        margin-top: -9%;
        max-width: 14%;
    }
    .main_left_mid img:nth-of-type(1) {
        max-width: 40%;
        padding-bottom: 2%;
    }
    .main_left_bottom img:nth-of-type(1) {
        max-width: 35%;
    }
    .main_bottom_left > img:nth-of-type(2) {
        max-width: 51%;
    }
    .main_bottom_left_bottom img:nth-of-type(1) {
        max-width: 8%;
        margin-bottom: -3%;
    }
    .main_bottom_right > img:nth-of-type(1) {
        max-width: 46%;
    }
    .main_bottom_right_bottom > img:nth-of-type(1) {
        max-width: 70%;
    }
    .main_10 {
        z-index: 1;
        right: 3%;
        bottom: 58%;
        max-width: 25%;
    }
    .main_11 {
        right: 1%;
        max-width: 34%;
    }
    .con1_2 {
        margin-left: 1%;
        max-width: 8%;
    }
    .con1_3 {
        max-width: 8.5%;
        margin-bottom: -0.2%;
    }
    .con1_5 {
        left: -1%;
        max-width: 19%;
    }
    .con1_6 {
        right: -1%;
        max-width: 18%;
    }
    .con2_top img:nth-of-type(1) {
        max-width: 37%;
    }
    .con2_top img:nth-of-type(2) {
        padding-top: 3%;
        max-width: 35%;
    }
    .con2_mid_p {
        font-size: 6em;
    }
    .con2_mid img:nth-of-type(1) {
        max-width: 32%;
    }
    .con2_3 {
        left: 24%;
        top: 56%;
        max-width: 20%;
    }
    .con2_4 {
        right: 25%;
        top: 51%;
        max-width: 20%;
    }
    .con2_7 {
        z-index: 2;
        left: -10%;
        top: 30.5%;
        max-width: 34.5%;
    }
    .con2_9 {
        z-index: 2;
        right: -10%;
        top: 30.5%;
        max-width: 34.5%;
    }
    .con2_8_left {
        z-index: 2;
        left: -11.5%;
        top: 27%;
        max-width: 38%;
    }
    .con2_8_right {
        z-index: 2;
        right: -11.5%;
        top: 27%;
        max-width: 38%;
    }
    .con2_10_left {
        z-index: 1;
        left: -11%;
        top: 3%;
        max-width: 36.5%;
    }
    .con2_10_right {
        z-index: 1;
        right: -11%;
        top: 30%;
        max-width: 36.5%;
    }
    .con2_bottom img {
        width: 32%;
        float: left;
        margin: 0.5% 0.5%;
    }
    .con3_top > img:nth-of-type(1) {
        max-width: 50%;
        padding-bottom: 2%;
    }
    .con3_top_p > img:nth-of-type(1) {
        max-width: 8%;
    }
    .content img{
        max-width: 100%;
    }
    .con3_top_3_p {
        padding: 63.2% 6% 3.2% 0.6%;
    }
    .con3_top_5_p{
        padding: 45.2% 7% 3.2% 0.6%;
    }
    .con3_7 {
        max-width: 28%;
        left: 4%;
        bottom: -41%;
    }
    .con3_top > img:nth-of-type(2) {
        max-width: 46%;
    }
    .con3_mid_left {
        left: 2%;
        top: 53%;
        width: 145%;
    }
    .con3_mid_right {
        right: 2%;
        top: 2%;
        width: 145%;
    }
    .con3_mid_left_mid {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        padding-top: 1.3%;
        padding-bottom: 1%;
    }
    .con3_mid_left_mid_ct {
        font-size: 2.3em;
    }
    .con3_mid_right_mid_ct {
        font-size: 2.5em;
    }
    .con3_mid_right_mid {
        width: 100%;
        padding-top: 1.3%;
        padding-bottom: 1%;
    }
    .con3_mid > img:nth-of-type(1) {
        max-width: 50%;
    }
    .con3_bottom {
        padding-top: 9%;
    }
    .con3_bottom > img:nth-of-type(1) {
        max-width: 44%;
        padding-bottom: 2%;
    }
    .con3_bottom_mid_ct {
        font-size: 4.5em;
        font-family: 'KOHIBaeum';
        padding-left: 2%;
        padding-right: 0.5%;
        color: #e11d21;
    }
    .con3_bottom_mid > img:nth-of-type(2) {
        margin-bottom: -2%;
        max-width: 4%;
    }
    .con3_bottom_mid > img:nth-of-type(1) {
        max-width: 5%;
    }
    .con3_bottom_bottom > img {
        max-width: 28%;
        margin: 0 2%;
    }
    .con3_bottom_bg {
        bottom: 0;
        width: 128%;
    }
    .con3_top_3_p .track {
        animation: marqueeY 30s linear infinite;
        left: 2%;
    }
    .con3_top_3_p .track .content img {
        max-width: 76%;
    }
    .con3_top_5_p .track {
        animation: marqueeY 50s linear infinite;
        left: 0%;
    }
    .con3_top_5_p .track .content img {
        max-width: 76%;
    }
    .con3_bottom_bottom_right {
        left: 32%;
        top: 40%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        width: 100%;
    }
    .con3_bottom_bottom_mid {
        top: 40%;
    }
    .con3_bottom_bottom_left {
        left: -32%;
        top: 40%;
    }
    .con3_bottom > img:nth-of-type(2) {
        max-width: 61%;
        padding-top: 2%;
    }
    .con3_bottom_bottom > img:nth-last-child(1) {
        max-width: 102%;
        bottom: 6%;
        z-index: -1;
    }
    .con4_top > img:nth-of-type(1) {
        max-width: 35%;
    }
    .con4_top_bottom img:nth-of-type(1) {
        max-width: 49%;
        padding-top: 1%;
    }
    .con4_top_bottom > img:nth-of-type(2) {
        margin-top: -1.3%;
        margin-left: 0.7%;
        max-width: 26%;
    }
    .con4_5 {
        right: 7%;
        top: 42%;
        max-width: 27%;
    }
    .con4_4 {
        right: 0;
        width: 37%;
        bottom: 7%;
    }
    .con4_top > img:nth-of-type(2) {
        margin-top: 3%;
        max-width: 56%;
    }
    .con4_mid img {
        width: 100%;
        z-index: 1;
        padding-top: 3%;
    }
    .con4_bottom img {
        max-width: 61%;
    }
    .con5_8 {
        left: -6%;
        bottom: 3%;
        max-width: 50%;
    }
    .con5_6 {
        left: 11%;
        left: 5%;
        bottom: -2%;
        max-width: 29%;
    }
    .con5_top {
        margin-left: 17%;
    }
    .con5_top > img:nth-of-type(1) {
        padding-bottom: 4%;
        max-width: 74%;
        margin-left: -9%;
    }
    .con5_top > img:nth-of-type(2) {
        padding-bottom: 4%;
        max-width: 44%;
        margin-left: -9%;
    }
    .con5_top > img:nth-of-type(3) {
        max-width: 44%;
        margin-left: -9%;
    }
    .con5_9 {
        right: -6%;
        bottom: 0;
        max-width: 41%;
    }
    .con5_1 {
        height: 100%;
    }
    .con5_2 {
        height: 100%;
    }
    .con6_top > img:nth-of-type(1) {
        max-width: 48%;
    }
    .con6_top > img:nth-of-type(2) {
        max-width: 48%;
        padding-bottom: 3%;
        padding-top: 0.5%;
    }
    .con6_top > img:nth-of-type(3) {
        max-width: 40%;
    }
    .con6_1 {
        left: 2%;
        max-width: 8%;
        top: 24%;
    }
    .con6_2 {
        right: 2%;
        max-width: 8%;
        top: 24%;
    }
    .con6_3 {
        right: 5.5%;
        max-width: 1%;
        top: 50%;
    }
    .con6_7_op {
        opacity: 0;
        width: 80vw;
        position: relative;
        left: 0;
        min-height: 28vh;
    }
    .con7_8_left {
        left: -9%;
        top: -3%;
        max-width: 45%;
    }
    .con7_left_ct {
        font-size: 3.35em;
        font-family: 'KOHIBaeum';
        color: #cc1317;
        letter-spacing: 9px;
    }
    .con7_left > img:nth-of-type(2) {
        max-width: 21%;
    }
    .con7_left > img:nth-of-type(1) {
        max-width: 21%;
    }
    .con7_left_bottom p {
        font-size: 3.4em;
        font-family: 'KOHIBaeum';
        color: #cc1317;
    }
    .con7_right img {
        margin-bottom: 0.6%;
        max-width: 23%;
    }
    .con7_8_right {
        right: -9%;
        top: -3%;
        max-width: 45%;
    }
    .con7_mid > img:nth-of-type(1) {
        max-width: 54%;
    }
    .con7_mid > img:nth-of-type(2) {
        bottom: 7%;
        max-width: 79%;
        z-index: 3;
    }
    .con7_11 {
        right: 0;
        bottom: 25%;
        max-width: 45%;
    }
    .con8_top_right img:nth-of-type(1) {
        margin-left: -3%;
        margin-top: -2%;
        margin-right: -3%;
        max-width: 79%;
    }
    .con8_mid_left > img:nth-of-type(2) {
        margin-left: 6%;
        margin-top: -2%;
        margin-right: -3%;
        max-width: 79%;
    }
    .con8_mid_left {
        width: 50%;
        display: flex;
        flex-direction: row-reverse;
    }
    .con8_mid_left > img:nth-of-type(1) {
        margin-right: 9%;
        margin-top: -19%;
        margin-left: -2%;
        max-width: 9%;
    }
    .con8_bottom_right img:nth-of-type(2) {
        max-width: 90%;
        margin-bottom: -9%;
    }
    .con8_bottom_right img:nth-of-type(1) {
        max-width: 87%;
        margin-left: -5%;
        margin-bottom: 7%;
        margin-top: -10%;
    }
    .con9_top > img:nth-of-type(1) {
        padding-bottom: 1%;
        max-width: 50%;
    }
    .con9_top > img:nth-of-type(2) {
        max-width: 61%;
        padding-bottom: 3%;
    }
    .con9_top > img:nth-of-type(3) {
        max-width: 63%;
    }
    .con9_p_1{
        padding: 1.2% 0 3.3% 0%;
    }
    .con9_p_1 > .track > .content img {
        width: 300%;
        max-width: 300%;
    }
    .con9_p_1 .track {
        animation: marquee 9s linear infinite;
    }
    .con9_mid_left_swiper{
        width: 49%;
    }
    .con9_mid_right_swiper{
        width: 49%;
    }
    .con10_top > img:nth-of-type(1) {
        max-width: 25%;
    }
    .con10_top_mid > img:nth-of-type(1) {
        max-width: 12%;
    }
    .con10_top > img:nth-of-type(2) {
        max-width: 50%;
    }
    .con9_6 {
        left: 32%;
        top: -117%;
    }
    .con9_top > img:nth-of-type(4) {
        left: -2%;
        bottom: 32%;
        max-width: 28%;
    }
    .con9_top > img:nth-of-type(5) {
        right: -2%;
        bottom: 32%;
        max-width: 32%;
    }
    .con9_top {
        padding-top: 30%;
    }
    .con10_bottom > div{
        flex-direction: column;
    }
    .con10_bottom > div > div {
        display: flex;
        align-items: center;
        width: 76%;
    }
    .con10_bottom {
        padding-bottom: 10%;
    }
    .con10_top {
        padding-top: 14%;
    }
    .con11_1 {
        left: 17%;
        max-width: 29%;
    }
    .con11_3 {
        left: -4%;
        max-width: 40%;
    }
    .con11_2 {
        left: 0%;
        top: 9%;
        max-width: 22%;
    }
    .con11_top{
        padding-bottom: 7.5%;
    }
    .con11_top img:nth-of-type(1) {
        margin-right: -26%;
        margin-top: 8%;
        max-width: 65%;
    }
    .con11_1 {
        left: 1%;
        max-width: 35%;
    }
    .con11_7 {
        width: 110%;
        left: -22%;
    }
    .review{
        bottom: 0%;
        max-width: 27%;

    }
    .con12_top > img:nth-of-type(1) {
        max-width: 21%;
        padding-bottom: 2%;
    }
    .con12_top > img:nth-of-type(2) {
        max-width: 66%;
    }

    .con12_mid > img:nth-of-type(1) {
        max-width: 71%;
    }
    .con12_6 {
        left: -8%;
        max-width: 25%;
    }
    .con12_7 {
        right: -8%;
        max-width: 25%;
    }
    .con12_bottom img:nth-of-type(1) {
        max-width: 32%;
    }
    .con12_bottom img:nth-of-type(2) {
        max-width: 62%;
        padding-top: 2%;
    }
    .con12_1_lt {
        max-width: 17%;
    }
    .con12_1_lb {
        max-width: 17%;
    }
    .con12_1_rt {
        max-width: 17%;
    }
    .con12_1_rb {
        max-width: 17%;
    }
    .con13_top img:nth-of-type(1) {
        max-width: 47%;
    }
    .con13_mid > img:nth-of-type(1) {
        max-width: 38%;
    }
    .con13_mid > img:nth-of-type(2) {
        max-width: 15%;
    }
    .con13_mid > img:nth-of-type(3) {
        max-width: 42%;
        z-index: 2;
    }
    .con13_1 {
        right: -18%;
        top: -15%;
        max-width: 54%;
    }
    .con13_2 {
        right: -21%;
        top: -8%;
        max-width: 53%;
        z-index: 3;
    }
    .con13_4 {
        left: -8%;
        bottom: 0;
        max-width: 44%;
    }
    .con14{
        flex-direction: column;
    }
    .con14_left {
        width: 100%;
        padding-top: 15%;
    }
    .con14_right {
        width: 100%;
        padding-top: 15%;
        padding-bottom: 21%;
    }
    .con14_1 {
        top: 4%;
        right: 33%;
        max-width: 34%;
    }
    .con14_2 {
        top: 4%;
        left: 30%;
        max-width: 41%;
    }
    .con14_5 {
        bottom: 1.5%;
        max-width: 85%;
    }
        .con14_5_m {
        bottom: 1.5%;
        max-width: 85%;
    }
    .con15_mid img {
        width: 49%;
        float: left;
        margin: 0% 0.5%;
    }
    .con15_top > img:nth-of-type(1) {
        max-width: 56%;
    }
    .con15_mid img:nth-of-type(7) {
        margin: 0.3% 0.6%;
        width: 48.7%;
    }
    .con15_bottom {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin-left: 0;
        width: 100%;
    }
    .con15_bottom img:nth-of-type(1) {
        max-width: 48%;
    }
    .con15_bottom img:nth-of-type(2) {
        padding: 1% 0;
        max-width: 38%;
    }
    .con15_bottom img:nth-of-type(3) {
        max-width: 47%;
    }
    .con15_bottom img:nth-of-type(4) {
        padding-top: 5%;
        padding-bottom: 5%;
        max-width: 86%;
        margin-left: 2%;
    }
    .con15_15 {
        right: -12%;
        bottom: 0%;
        max-width: 61%;
    }
    .mcon1_top > img:nth-of-type(2) {
        max-width: 37%;
    }
    .mcon1_top {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding-top: 5%;
    }
    .mcon1_top > img:nth-of-type(3) {
        top: 27%;
        left: 35%;
        max-width: 17%;
    }
    .mcon1_bottom_top > img:nth-of-type(1) {
        max-width: 71%;
        padding-bottom: 5%;
        padding-top: 4%;
    }
    .mcon1_bottom_hover {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        float: left;
        width: 48.6%;
        margin: 0.66% 0.66%;
    }

    .mcon2_top img:nth-of-type(1) {
        max-width: 37%;
    }
    .mcon2_top img:nth-of-type(2) {
        padding-top: 3%;
        max-width: 35%;
    }
    .mcon2_mid_p {
        font-size: 6em;
    }
    .mcon2_mid img:nth-of-type(1) {
        max-width: 32%;
    }
    .mcon2_3 {
        left: 24%;
        top: 56%;
        max-width: 20%;
    }
    .mcon2_4 {
        right: 25%;
        top: 51%;
        max-width: 20%;
    }
    .mcon2_7 {
        z-index: 2;
        left: -10%;
        top: 30.5%;
        max-width: 34.5%;
    }
    .mcon2_9 {
        z-index: 2;
        right: -10%;
        top: 30.5%;
        max-width: 34.5%;
    }
    .mcon2_8_left {
        z-index: 2;
        left: -11.5%;
        top: 27%;
        max-width: 38%;
    }
    .mcon2_8_right {
        z-index: 2;
        right: -11.5%;
        top: 27%;
        max-width: 38%;
    }
    .mcon2_10_left {
        z-index: 1;
        left: -11%;
        top: 3%;
        max-width: 36.5%;
    }
    .mcon2_10_right {
        z-index: 1;
        right: -11%;
        top: 30%;
        max-width: 36.5%;
    }
    .mcon2_bottom img {
        width: 32%;
        float: left;
        margin: 0.5% 0.5%;
    }


    #contact14 {
        flex-direction: column-reverse;
    }
    #contact14 .contact14_2 {
        width: 94%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .formWrap{
        margin:0;
    }
    .contact14_right img{
        max-width: 60%;
    }
    .contact14_right {
        width: 100%;
        padding-top: 7%;
        padding-bottom: 10%;
    }
    .form_label {
        font-size: 17px;
    }
    .form_agree {
        font-size: 13px;
    }
    .form_submit {
        font-size: 19px;
        width: 92%;
    }
    .tablet_logo{
        width: 25% !important;
    }
    .mobile_background .pc{
        width:25% !important;
        margin-left: -2%;
        padding-right: 0.5% !important;
    }
    .form-button2{
        margin-left: -2%;

        padding-right: 0.5% !important;
    }
    .form-button2 img {
        width: 79% !important;
        padding-left: 19% !important;
    }
    #contact-form{
        width: 48% !important;
    }
    .from_name{
        height: 35px !important;
    }
    .contact{
        height: 35px !important;
    }
    .message{
        height: 35px !important;
    }
    #contact14 {
        padding: 7% 0;
    }
    .tablet_logo > img:nth-of-type(1){
        width: 80%;
        margin-top: -118% !important;
        margin-right: -46% !important;
    }
    .tablet_logo > img:nth-of-type(3){
        width: 80% !important;
        margin-right: 31% !important;
    }
    .con4_mid iframe:nth-of-type(1) {
    position: absolute;
    z-index: 2;
    left: 2%;
    top: 27%;
    width: 31%;
    height: 53%;
    rotate: -3deg;
}
    .con4_mid iframe:nth-of-type(2) {
    position: absolute;
    z-index: 2;
    left: 34%;
    top: 22.5%;
    width: 31%;
    height: 53%;
    rotate: -3deg;
}
    .con4_mid iframe:nth-of-type(3) {
    position: absolute;
    z-index: 2;
    right: 2.79%;
    top: 17.5%;
    width: 31%;
    height: 53%;
    rotate: -3deg;
}
    .con12_mid iframe{
width: 63.5%;
    height: 76%;
    top: 11.5%;
}
    .con8_mid_right iframe{
        width: 48%;
    height: 62%;
}
.con8_bottom_right_top {
    overflow: hidden;
    width: 19%;
    margin-top: 4%;
    display: flex;
    justify-content: flex-start;
    margin-left: -73%;
    align-items: flex-start;
    margin-bottom: 8%;
}
    
    .con8_bottom_right_top img {
    max-width: unset !important;
    width: 47vw !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
    .con8_bottom_right_top {
    overflow: hidden;
    width: 23%;
    margin-top: 4%;
    display: flex;
    justify-content: flex-start;
    margin-left: -69%;
    align-items: flex-start;
    margin-bottom: 16%;
}    
.con8_mid_right {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}    
.con8_mid_right iframe {
    width: 106%;
    height: 73%;
}    
}
@media screen and (max-width:599px) {
    .main {
        padding-top: 48%;
    }
    .main_left_top img:nth-of-type(1) {
        max-width: 56%;
    }
    .main_left_top img:nth-of-type(2) {
        margin-top: -12%;
        max-width: 18%;
    }
    .main_left_mid img:nth-of-type(1) {
        max-width: 54%;
        padding-bottom: 2%;
    }
    .main_left_bottom img:nth-of-type(1) {
        max-width: 44%;
    }
    .main_left {
        top: 25%;
    }
    .main_bottom_left > img:nth-of-type(1) {
        margin-bottom: -19%;
        margin-left: -14%;
        max-width: 76%;
    }
    .main_5 {
        max-width: 54%;
    }
    .main_6 {
        max-width: 54%;
    }
    .main_7 {
        max-width: 54%;
    }
    .main_8 {
        z-index: 2;
        right: 23%;
        bottom: 22%;
        max-width: 23%;
    }
    .main_9 {
        max-width: 58%;
    }
    .main_mid img:nth-of-type(1) {
        max-width: 100%;
    }
    .main_13 {
        z-index: 1;
        bottom: 8%;
        max-width: 80%;
    }
    .main_14 {
        max-width: 81%;
        bottom: -4%;
    }
    .main_10 {
        right: 3%;
        bottom: 58%;
        max-width: 29%;
    }
    .main_11 {
        right: 1%;
        max-width: 49%;
    }
    .main_bottom_left > img:nth-of-type(2) {
        max-width: 70%;
        padding-bottom: 3%;
    }
    .con1_mid img:nth-of-type(1) {
        max-width: 30%;
        z-index: 1;
    }
    .con1_mid img:nth-of-type(4) {
        max-width: 31%;
        z-index: 1;
    }
    .con1_5 {
        left: -3%;
    }
    .con1_6 {
        right: -3%;
    }
    .con2_top img:nth-of-type(1) {
        max-width: 48%;
    }
    .con2_top img:nth-of-type(2) {
        max-width: 54%;
    }
    .con2_mid img:nth-of-type(1) {
        max-width: 42%;
    }
    .con2_top {
        padding-top: 49%;
    }
    .con2_8_left {
        z-index: 2;
        left: 2.5%;
        top: 13%;
        max-width: 39%;
    }
    .con2_8_right {
        z-index: 2;
        right: 2.5%;
        top: 3%;
        max-width: 39%;
    }
    .con2_7 {
        z-index: 2;
        left: 4.6%;
        top: 14.8%;
        max-width: 34.5%;
    }
    .con2_10_left {
        z-index: 1;
        left: 4%;
        top: -7%;
        max-width: 36.5%;
    }
    .con2_9 {
        z-index: 2;
        right: 4.6%;
        top: 4.8%;
        max-width: 34.5%;
    }
    .con2_10_right {
        z-index: 1;
        right: 4%;
        top: 9%;
    }
    .con2_3 {
        left: 9%;
        top: 66%;
        max-width: 33%;
    }
    .con2_4 {
        right: 9%;
        top: 66%;
        max-width: 33%;
    }
    .con2_bottom {
        display: block;
        width: 100%;
    }
    .con3_top > img:nth-of-type(1) {
        max-width: 59%;
        padding-bottom: 2%;
    }
    .con3_top > img:nth-of-type(2) {
        max-width: 58%;
    }
    .con3_7 {
        max-width: 28%;
        left: 1%;
        bottom: -46%;
    }
    .con3_mid > img:nth-of-type(2) {
        width: 117%;
    }
    .con3_mid_right {
        right: 2%;
        top: -8%;
        width: 159%;
    }
    .con3_mid_left {
        left: 2%;
        top: 52%;
        width: 152%;
    }
    .con3_mid > img:nth-of-type(1) {
        max-width: 52%;
    }
    .con3_4 {
        z-index: 3;
        max-width: 55%;
    }
    .con3_5 {
        z-index: 3;
        max-width: 39%;
    }
    .con3_bottom_bottom > img {
        max-width: 33%;
        margin: 0 0%;
    }
    .con3_bottom_bg {
        bottom: 0;
        width: 136%;
    }
    .con3_bottom_mid_ct {
        font-size: 4.2em;
    }
    .con3_bottom_bottom_left_ct,.con3_bottom_bottom_mid_ct,.con3_bottom_bottom_right_ct {
        font-size: 4.2em;
    }
    .con3_bottom_bottom_right {
        left: 34%;
    }
    .con3_bottom > img:nth-of-type(2) {
        max-width: 75%;
    }
    .con4_top > img:nth-of-type(2) {
        margin-top: 6%;
        max-width: 64%;
    }
    .con4_bottom img {
        max-width: 74%;
        padding-top: 3%;
        padding-bottom: 3%;
    }
    .con5_8 {
        left: -11%;
        bottom: 3%;
        max-width: 58%;
    }
    .con5_6 {
        left: -2%;
        bottom: -5%;
        max-width: 34%;
    }
    .con5_top {
        margin-left: 12%;
    }
    .con5_top > img:nth-of-type(1) {
        padding-bottom: 11%;
        max-width: 78%;
        margin-left: -9%;
    }
    .con5_9 {
        right: -6%;
        bottom: 0;
        max-width: 43%;
    }
    .con6_top {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        margin-left: 0;
        padding-top: 10%;
        margin-bottom: 10%;
    }
    .con6_top > img:nth-of-type(1) {
        max-width: 62%;
    }
    .con6_top > img:nth-of-type(2){
        max-width: 62%;
    }
    .con6_top > img:nth-of-type(3) {
        max-width: 46%;
    }
    .con6_7_op {
        min-height: 19vh;
    }
    .con6_16 {
        bottom: 0;
        right: 0;
        max-width: 61%;
    }
    .con6_1 {
        left: 2%;
        max-width: 9%;
    }
    .con7_mid {
        padding-top: 37%;
    }
    .con7_mid > img:nth-of-type(1) {
        max-width: 84%;
    }
    .con7_11 {
        right: 0;
        bottom: 20%;
        max-width: 58%;
    }
    .con7_mid > img:nth-of-type(2) {
        bottom: 5%;
        max-width: 93%;
        z-index: 3;
    }
    .con7_8_left {
        max-width: 53%;
    }
    .con7_8_right {
        max-width: 53%;
    }
    .con7_left {
        margin-left: 8%;
        top: 6%;
    }
    .con7_right {
        margin-right: 8%;
        top: 6%;
    }
    .con7_right img {
        margin-bottom: 0.6%;
        max-width: 30%;
    }
    .con7_left > img:nth-of-type(1) {
        max-width: 26%;
    }
    .con7_left_ct {
        font-size: 2.7em;
        font-family: 'KOHIBaeum';
        color: #cc1317;
        letter-spacing: 9px;
    }
    .con7_left > img:nth-of-type(2) {
        max-width: 27%;
    }
    .con7_left_bottom p {
        font-size: 3.1em;
        font-family: 'KOHIBaeum';
        color: #cc1317;
    }
    .con7_left_bottom img {
        max-width: 14%;

    }
    .con6_mid {
        margin-left: 4%;
    }
    .con6_7 {
        width: 92vw;
        left: 0;
    }
    .con6_8{
        max-width: 20%;
        left: 3%;
    }
    .con6_9 {
        left: 25%;
        bottom: 11%;
        max-width: 20%;
    }
    .con6_10 {
        max-width: 20%;
        left: 45%;
        bottom: 38%;
    }
    .con6_11 {
        max-width: 20%;
        left: 66%;
        bottom: 48%;
    }
    .con6_1 {
        top: 10%;
    }
    .con6_2 {
        right: 2%;
        max-width: 8%;
        top: 10%;
    }
    .con6_3 {
        top: 30%;
    }
    .con6 {
        padding-bottom: 15%;
    }
    .con6_16 {
        max-width: 73%;
    }
    .con8_top {
        flex-direction: column-reverse;
    }
    .con8_top > div{
        width: 100%;
    }
    .con8_top_right img:nth-of-type(1) {
        margin-top: 11%;
        margin-bottom: 13%;
        max-width: 79%;
    }
    .con8_mid {
        flex-direction: column;
    }
    .con8_mid > div{
        width: 100%;
    }
    .con8_mid_left img:nth-of-type(2) {
        margin-top: 11%;
        margin-bottom: 13%;
        max-width: 79%;
    }
    .con8_bottom {
        flex-direction: column-reverse;
    }
    .con8_bottom > div{
        width: 100%;
    }
    .con8_bottom_right img:nth-of-type(1) {
        max-width: 87%;
        margin-left: -5%;
        margin-bottom: 12%;
        margin-top: 17%;
    }
    .con8_bottom_right img:nth-of-type(2) {
        max-width: 90%;
        margin-bottom: 15%;
    }
    .con9_6{
        max-width: 45%;
        left: 27%;
        top: -143%;
    }
    .con9_top > img:nth-of-type(1) {
        padding-bottom: 1%;
        max-width: 59%;
        margin-top: 10%;
    }
    .con9_top > img:nth-of-type(2) {
        max-width: 73%;
        padding-bottom: 3%;
    }
    .con9_top > img:nth-of-type(3) {
        max-width: 86%;
    }
    .con9_top > img:nth-of-type(4) {
        left: -2%;
        bottom: 32%;
        max-width: 32%;
    }
    .con9_top > img:nth-of-type(5) {
        right: -2%;
        bottom: 32%;
        max-width: 37%;
    }
    .con9_p_1 {
        padding: 1.2% 0 4.3% 0%;
    }
    .con10_top > img:nth-of-type(1) {
        max-width: 38%;
    }
    .con10_top_mid > img:nth-of-type(1) {
        max-width: 15%;
    }
    .con10_top_mid {
        padding-top: 2%;
        padding-bottom: 2%;
    }
    .con10_4_left {
        max-width: 1%;
    }
    .con10_4_right {
        max-width: 1%;
    }
    .con10_bottom > div > div {
        width: 79%;
    }
    .con11_top img:nth-of-type(1) {
        margin-right: 0%;
        margin-top: 8%;
        max-width: 84%;
    }
    .con11_top {
        padding-bottom: 23.5%;
    }
    .con11_2 {
        left: 0%;
        top: 42%;
        max-width: 25%;
    }
    .con11_3 {
        left: -4%;
        top: 66%;
        max-width: 46%;
    }
    .review {
        max-width: 40%;
        z-index: 2;
    }
    .con12_top > img:nth-of-type(1) {
        max-width: 35%;
    }
    .con12_top > img:nth-of-type(2) {
        max-width: 83%;
    }
    .con12_mid > img:nth-of-type(1) {
        max-width: 74%;
    }
    
    .con12_bottom img:nth-of-type(1) {
        max-width: 39%;
    }
    .con12_bottom img:nth-of-type(2) {
        max-width: 68%;
        padding-top: 4%;
    }
    .con11_1 {
        left: 64%;
        max-width: 35%;
        bottom: -3%;
    }
    .con11_7 {
        width: 144%;
        left: -34%;
    }
    .con13_mid > img:nth-of-type(2){
        display: none;
    }
    .con13_6{
        display: none;
    }
    .con13_mid > img:nth-of-type(1) {
        max-width: 47%;
        position: absolute;
    }
    .con13_mid > img:nth-of-type(3) {
        max-width: 52%;
        z-index: 2;
    }
    .con13_1{
        display: none;
    }
    .con13_2{
        display: none;
    }
    .con14_left img:nth-of-type(2) {
        max-width: 90%;
    }
    .con14_right img:nth-of-type(2) {
        max-width: 90%;
    }
    .mcon2_bottom {
         display: block;
         width: 96%;
         text-align: center;
         margin-top: 6%;
         margin-bottom: 8%;
     }
    .mcon2_mid img:nth-of-type(1) {
        max-width: 43%;
    }
    .mcon2_top img:nth-of-type(1) {
        max-width: 48%;
    }
    .mcon2_top img:nth-of-type(2) {
        max-width: 54%;
    }
    .mcon2_mid img:nth-of-type(1) {
        max-width: 42%;
    }
    .mcon2_top {
        padding-top: 49%;
    }
    .mcon2_8_left {
        z-index: 2;
        left: 2.5%;
        top: 13%;
        max-width: 39%;
    }
    .mcon2_8_right {
        z-index: 2;
        right: 2.5%;
        top: 3%;
        max-width: 39%;
    }
    .mcon2_7 {
        z-index: 2;
        left: 4.6%;
        top: 14.8%;
        max-width: 34.5%;
    }
    .mcon2_10_left {
        z-index: 1;
        left: 4%;
        top: -7%;
        max-width: 36.5%;
    }
    .mcon2_9 {
        z-index: 2;
        right: 4.6%;
        top: 4.8%;
        max-width: 34.5%;
    }
    .mcon2_10_right {
        z-index: 1;
        right: 4%;
        top: 9%;
    }
    .mcon2_3 {
        left: 9%;
        top: 66%;
        max-width: 33%;
    }
    .mcon2_4 {
        right: 9%;
        top: 66%;
        max-width: 33%;
    }
    .mcon2_bottom {
        display: block;
        width: 100%;
    }
    .contact14_right img {
        max-width: 80%;
    }
    .formWrap {
        width: 100%;
    }
    .form {
        display: flex;
        flex-direction: column;
        width: 97%;
    }
    .form_label {
        padding: 15px 0px;
        font-size: 14px;
    }
    .form_input {
        padding: 14px 20px;
    }
    .tablet_logo.pc_600{
        display: none !important;
    }
    .form-button2 {
        width: 43%;
    }
    #contact-form {
        flex : 2;
        padding: 2% 0;
        padding-left: 2%;
        background:transparent;
    }
    .form-button2{
        flex:1;
        margin-right: -5%;
    }
    .mobile_inputs input{
        height: 29px !important;
        border-radius: 5px !important;
        margin-right: 2% !important;
        font-size: 11px !important;
    }
    .mobile_background{
        padding:2%;

    }
    .form-button2 img {
        width: 73% !important;
        margin-left: -35% !important;
    }
    .main_logo {
        max-width: 40% !important;
    }
        .con12_mid iframe{
    width: 65.5%;
    height: 76%;
    top: 11.5%;
}
        .con8_mid_right iframe{
    width: 95%;
    height: 44%;
}

.con6_7_op {
    min-height: 24vh;
}
.con8_mid_right iframe {
    width: 141%;
    height: 89%;
}
.con8_bottom_right_top {
    overflow: hidden;
    width: 20%;
    margin-top: 13%;
    display: flex;
    justify-content: flex-start;
    margin-left: -69%;
    align-items: flex-start;
    margin-bottom: -9%;
}    
    .con8_bottom_right_top img {
        width: 86vw !important;
    }    
    .con2_top_line {
        height: 24vw;
        border-left: 2px solid #e11d21;
        margin-top: 7%;
        margin-bottom: -49%;
    }
    
    
    
        .con7_prev {
        left: 1% !important;
        top: 55% !important;
        width: 8vw !important;
        height: 8vw !important;
    }
    .con7_next {
        right: 1% !important;
        top: 55% !important;
        width: 8vw !important;
        height: 8vw !important;
    }



    .con9_prev {
        left: 1% !important;
        top: 55% !important;
        width: 8vw !important;
        height: 8vw !important;
    }
    .con9_next {
        right: 1% !important;
        top: 55% !important;
        width: 8vw !important;
        height: 8vw !important;
    }


    .main_top {
        width: 95.8451%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 29%;
    }

    .main_top_2nd {
        width: 82.1942%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -9%;
        margin-bottom: 0%;
    }


    .main_top {
        width: 110.8451%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 56%;
        margin-bottom: 18%;
    }


    .main_top_ab_2{
        width: 70.2658%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 2%;
    }


    .main_top_ab_3 {
        width: 33.6913%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 7%;
        top: -20%;
    }
    .main_top_ab_4 {
        width: 33.0482%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 4%;
        top: -20%;
    }
    .main_top_ab_5 {
        width: 23.9679%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 8.5%;
        top: 50%;
    }

    .main_top_ab_6 {
        width: 26.2168%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 8.5%;
        top: 50%;
    }
    .main_ab_4 {
        width: 43.3097%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: -1%;
        top: 5%;
        z-index: 2;
    }

    .main_ab_4 {
        width: 43.3097%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: -1%;
        top: 5%;
        z-index: 0;
    }
    .main_ab_3 {
        width: 35.6877%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -0.5%;
        top: 75%;
        z-index: 0;
    }
    .ncon1{
        flex-direction: column !important;
    }
    .ncon1_left {
        width: 100% !important;
    }
    .ncon1_right{
        width: 100% !important;

    }

    .ncon1_left_con {
        margin-right: 0;
    }
    .ncon1_right_con{
        margin-left: 0;

    }

    .ncon1_left_ab{
        display: none;
    }
    .ncon1_right_ab{
        display: none;

    }

    .ncon1_left_con{
        width: 150% !important;
    }

    .ncon1_right_con{
        width: 150% !important;

    }

    .ncon1_05_con{
        margin-top: 0;
        margin-bottom: -36%;
        width: 89%;
        display: flex;
        justify-content: center;align-items: center;
    }

    .ncon1_05_con_lt{
        width: 42.8464%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -32%;
        left: 1%;
    }
    .ncon1_04_con_rt{
        width: 42.8464%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -32%;
        right: 1%;
    }

    .ncon1_ab{
        width: 54.78478%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 38%;
    }

    .ncon1_ab_2 {
        width: 15.588%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 26%;
    }

    .ncon2_top {
        width: 64.5564%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 21%;
    }
    .ncon2_top_ab_2nd {
        width: 100.184%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        top: -12%;
    }
    .p_04{
        width: 78.6089vw !important;
    }
    .ncon2_top_ab_ct {
        color: #e51923;
        font-family: Pretendard-black;
        font-style: italic;
        font-size: 41vw;
    }

    .ncon2_top_2nd {
        width: 41.3832%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -41%;
        margin-top: 6%;
    }
    .ncon2_top_3rd {
        width: 67.9108%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3.6%;
        margin-left: 0;
        z-index: 1;
    }
    .ncon2_top_4th {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 9%;
        z-index: 1;
    }
    .ncon2_top {
        width: 82.5564%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 21%;
    }
    .ncon2_con_item {
        width: 29.6955%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 1.4% 1.4%;
        filter: brightness(0.3) grayscale(1);
    }
    .p_04 {
        width: 99.6089vw !important;
    }

    .ncon3_ab {
        background: url(/images/ncon3_10.jpg) no-repeat center / contain;
        width: 100% !important;
        right: 0;
        overflow: hidden;
        top: 8%;
        position: relative !important;
    }
    .ncon3_top{
        width: 67.147%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 8%;
    }.ncon3_top_2nd {
         width: 50.2546%;
         display: flex;
         justify-content: center;
         align-items: center;
         margin-left: 0;
         margin-top: 5%;
         margin-bottom: 5%;
     }
    .ncon3_top_3rd {
        width: 77.4016%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 4%;
        margin-bottom: 15%;
    }
    .ncon3_ab {
        background: url(/images/ncon3_10.jpg) no-repeat center / cover;
        width: 100% !important;
        right: 0;
        overflow: hidden;
        top: 8%;
        position: relative !important;
    }

    .ncon3_ab_top {
        width: 56.8122%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 16%;
        margin-left: 0;
        margin-bottom: 3%;
    }
    .ncon3_ab_top_2nd {
        margin-top: 4%;
        width: 181% !important;
        margin-bottom: 6%;
    }
    .ncon3_ab_top_3rd {
        width: 82.5813%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 18%;
    }
    .ncon3_top {
        width: 67.147%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 18%;
    }
    .ncon4_top {
        width: 75.2362%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 9%;
        margin-bottom: 6%;
    }
    .ncon4_top_2nd{
        flex-direction: column !important;
    }
    .ncon4_top_2nd_item_1 {
        width: 77.4249%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1%;
    }
    .ncon4_top_2nd_item_2 {
        width: 71.9631%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 5%;
        margin-top: 5%;
    }

    .ncon4_top_2nd_item_3 {
        width: 67.5014%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 8.4%;
        margin-top: 4%;
    }

    .ncon4_top_3rd{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-left: 0;
        margin-bottom: 4%;
    }
    .ncon4_top_3rd{
        overflow: hidden;
    }

    .ncon4_top_3rd {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-left: 0;
        margin-bottom: 4%;
        flex-direction: column;
    }
    .ncon4_top_3rd_con{
        width: 201%;
        margin-top: 9%;
    }
    .ncon4_top_3rd_ab {
        width: 93.6552%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: unset;
        position: relative !important;
        margin-top: 9%;
        margin-bottom: 9%;
    }

    .ncon5_scr{
        width: 250% !important;
    }
    .ncon5_top {
        width: 51.1654%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 22%;
        margin-left: 0;
        z-index: 1;
    }
    .ncon5_top_2nd {
        width: 54.1995%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        z-index: 1;
        margin-top: 7%;
    }
    .ncon5_top_2nd_2nd {
        width: 52.1627%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 6%;
        z-index: 1;
        margin-bottom: 8%;
    }
    .ncon5_top_3rd {
        width: 150% !important;
        z-index: 1;
        margin-left: 0;
        margin-bottom: 8%;
    }
    .ncon5_top_3rd {
        width: 150% !important;
        z-index: 1;
        margin-left: 0;
        margin-bottom: 53%;
    }
    .ncon5_top {
        width: 64.1654%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 23%;
        margin-left: 0;
        z-index: 1;
    }
    .ncon5_top_2nd {
        width: 64.1995%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        z-index: 1;
        margin-top: 8%;
    }
    .ncon5_top_2nd_2nd {
        width: 68.1627%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 6%;
        z-index: 1;
        margin-bottom: 8%;
    }
    .con2_con_2nd {
        width: 70% !important;
        top: 16%;
        left: unset;
        height: 77vw;
        position: relative !important;
        margin-top: 19%;
    }
    .ncon5_ab {
        width: 49.4016%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 0;
        bottom: -8%;
        display: none;
    }
    .ncon5_top_3rd {
        width: 150% !important;
        z-index: 1;
        margin-left: 0;
        margin-bottom: 17%;
    }

    .ncon6_top {
        width: 9.88451%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 18% 0;
    }

    .ncon6_ab{
        width: 78.8478%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ncon6_ab_2 {
        width: 36.5144%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -11%;
    }

    .ncon6_ab_3 {
        width: 36.252%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: -11%;
    }

    .ncon7_top {
        width: 57.9449%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20%;
        margin-left: 0;
    }
    .ncon7_top_2nd {
        width: 55.9134%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 7.7%;
        margin-left: 0;
    }
    .ncon7_ab{
        position: relative !important;
    }
    .ncon7_ab {
        width: 96.8294%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0%;
        top: 19%;
        margin-top: 11%;
    }

    .ncon7_top_3rd {
        width: 78.979%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0;
        margin-bottom: 32%;
    }
    .ncon7_ab_3rd {
        width: 121.84%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
        ㅣㄷㄹㅅ: ㅅ;
        left: 0;
    }
    .ncon7_ab_3rd_ab {
        width: 52.3436%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 14%;
        left: 0%;
    }
    .ncon7_ab_2nd_ab {
        width: 44.2725%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 68%;
        left: 74%;
    }
    .ncon8_top {
        width: 56.3811%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
        margin-bottom: 16%;
    }
    .ncon8_top_2nd_ab_2{
        overflow: hidden;
        width: 23.6035%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 100%;
        left: 5%;
    }
    .ncon8_top {
        width: 56.3811%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
        margin-bottom: 23%;
    }

    .ncon8_top_2nd_ab_2 {
        width: 27.6035%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 100%;
        left: 17%;
    }
    .ncon8_top_2nd_ab{
        width: 27.6035%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 100%;
        right: 17%;
    }
    .ncon8_top_3rd p {
        font-family: pretendard-semibold;
        font-size: 4.5vw;
        color: #505050;
        width: 31%;
        text-align: center;
    }
    .ncon9_04{
        width: 300% !important;
    }

    .ncon7_ab_2nd {
        width: 83.0184%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        right: 0;
    }

    .con3_mid_2nd {
        margin-top: 6%;
        margin-bottom: 7%;
        flex-direction: column !important;
    }
    .con6_mid_swiper_1 {
        width: 193% !important;
    }
    .con6_mid_swiper_2 {
        width: 193% !important;
    }
    .con6_mid_swiper_1_slide_p_con_p {
        margin-top: 7%;
        font-family: pretendard-semibold;
        font-size: 4.7vw;
    }
    .con3_mid_2nd {
        margin-top: 10%;
        margin-bottom: 12%;
        flex-direction: column !important;
    }

    .con9_prev {
        left: 8% !important;
        top: 42% !important;
        width: 10vw !important;
        height: 10vw !important;
    }

    .con9_next {
        right: 8% !important;
        top: 42% !important;
        width: 10vw !important;
        height: 10vw !important;
    }

    .ncon8_top {
        width: 63.3811%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 13%;
        margin-bottom: 23%;
    }


    .main{
        padding: 0;
    }
    
    .main_video_con {
        width: 0;
        top: 22%;
        height: 93vw;
        overflow: hidden;
        z-index: 1
    }
    .main_video {
    width: 169vw !important;
    height: 93vw !important;
}
    .main_top_ab_5{
        z-index: 1;
    }
    .main_top_ab_6{
        z-index: 1;
    }
    
    .ncon1_ab_2 {
        width: 15.588%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 33%;
    }
    
    .con7_prev {
        left: -5% !important;
        top: 76% !important;
        width: 8vw !important;
        height: 8vw !important;
    }
    .con7_next {
        right: -5% !important;
        top: 76% !important;
        width: 8vw !important;
        height: 8vw !important;
    }
    
    .con3_bottom {
        padding-top: 16%;
    }
    
    .con3_bottom_bg {
        bottom: 0;
        width: 151%;
    }
    
    
        .con5_top > img:nth-of-type(2) {
        padding-bottom: 4%;
        max-width: 79%;
        margin-left: -7%;
    }
    
        .con5_8 {
        left: -25%;
        bottom: -9%;
        max-width: 112%;
    }
        .con5_top > img:nth-of-type(2) {
        padding-bottom: 4%;
        max-width: 79%;
        margin-left: -7%;
        margin-bottom: 26%;
    }
    
        .con5_top > img:nth-of-type(1) {
        padding-bottom: 11%;
        max-width: 78%;
        margin-left: -9%;
        margin-top: 6%;
    }
    
    
    .ncon3 {
    }    
    
.con10_top_mid_ct {
    color: #e51923;
    font-family: Pretendard-black;
    font-style: italic;
    font-size: 22vw;
    letter-spacing: -0.9vw;
}
    
.con10_top_mid_ct_2 {
    color: #e51923;
    font-family: Pretendard-black;
    font-style: italic;
    font-size: 18vw;
}
    
    
    .con12_scr{
        width: 200% !important;
    }
    
    .plus_05_con img {
    width: 200%;
    margin-left: -86%;
}

    .con12_top > img:nth-of-type(1) {
        max-width: 52%;
    }
    .con12_top_2nd {
        align-items: flex-end !important;
        width: 165% !important;
    }    
    .con12_top > img:nth-of-type(1) {
        max-width: 21%;
        padding-bottom: 0%;
    }    
    .con12_bottom img:nth-of-type(1) {
        max-width: 87%;
        margin-bottom: 5%;
        margin-top: 3%;
    }

    .con3_bottom > img:nth-of-type(2) {
        max-width: 91%;
        margin-top: 2%;
        margin-bottom: 5%;
    }
    
        .con3_bottom_bg {
        bottom: 0;
        width: 169%;
    }
    
        .con6_top {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        margin-left: 0;
        padding-top: 17%;
        margin-bottom: 10%;
    }

    .con6_top > img:nth-of-type(3) {
        max-width: 63%;
    }
    
    
    .con13_top img:nth-of-type(1) {
        max-width: 44%;
        margin-top: 7%;
    }
    .con13_top_2nd{
        margin-bottom: 11%;
        margin-top: 2%;
        max-width: 73%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .mobile-pc{
    display: flex !important;
}
    
    .ncon3_ab_top_3rd_ab{
        display: none;
    }
    .ncon3_con_ab {
    z-index: 1;
    width: 34%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -2%;
    right: -8%;
    animation: rotate_image 10s infinite linear;
}
    
    .ncon1_left_top{
        width: 36.8688%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: 26%;
}
    
    .ncon1_left_top_3rd{
        width: 50.4481%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 28%;
    }
    .ncon1_right_top{
        width: 17.9622%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 26%;
    }
    .ncon1_right_top_3rd{
        width: 49.4481%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 28%;
    }
        .ncon3_top_3rd {
        width: 87.4016%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 5%;
        margin-bottom: 15%;
    }
    .con13_mid{
            display: flex;
    justify-content: center;
    align-items: center;
    width: 140%;
    padding-bottom: 5%;
    }
    .con14_5_m{
            bottom: 1.5%;
    max-width: 100%;
    }
/*
    
    .main_con {
    height: 99vh;
}
*/
    
    .con3_bottom {
    width: 100%;
}
    
    .review {
        max-width: 42%;
        z-index: 2;
        bottom: -18%;
        left: 4%;
    }
    
        .con6_11 {
        max-width: 19%;
        left: 69%;
        bottom: 52%;
    }
    
        .con6_8 {
        max-width: 21%;
        left: 2%;
    }
    
        .con6_9 {
        left: 24%;
        bottom: 11%;
        max-width: 21%;
    }
    
        .con15_15 {
        right: 0;
        bottom: 0%;
        max-width: 124%;
        position: relative;
        margin-top: -85%;
        margin-left: -9%;
    }
}
