* {
    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;
    opacity: 0;
    pointer-events: none;
    content:url(/images/con09_bg01.png) url(/images/con09_bg02.png) url(/images/con09_bg03.png)
    url(/images/con09_bg04.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;
}
.flexrow{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.flexcol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;500;600;700&display=swap");
@font-face {
    font-family: "Noto Sans KR", sans-serif;
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Light';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 400;
    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: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
/*@font-face {*/
/*    font-family: 'VITRO_CORE_TTF';*/
/*    src: url('/font/VITRO_CORE_TTF.ttf') format('woff');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/
@font-face {
    font-family: 'TTTtangsbudaejjigaeB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/TTTtangsbudaejjigaeB.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'TheJamsil5Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
body {
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    min-height: 0vw;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@keyframes marquee2 {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}
@keyframes slick-circle{
    0%{left:0;}
    100%{left:99%;}
}
@keyframes soul_out {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
        transform: translateY(-50%);
    }
}
@keyframes ddm3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: rotate(-2deg);
    }
    100% {
        transform: scale(1.05);
    }
}
@keyframes ddm5 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: rotate(-2deg);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm4 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: scale(1.025);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_image1 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes ani_scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.1, 0.01, 0.01, 1.2, 0, 0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes blk {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    31% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk2 {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk3 {
    0% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes scaleOpa {
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes scaleOpa2 {
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes ball {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: 20px;
    }
}
@keyframes ddm {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.15, 0.01, 0.01, 1.15, 0, 30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.025, 0.01, 0.01, 1.025, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_imageY {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ddm2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2X {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2Xhalf {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: scale(1.02);
    }
}

@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes uitLineMove {
    0% { stroke-dashoffset: 300.292; }
    100% { stroke-dashoffset: 110; }
}

@keyframes hand {
    0% {
        transform: translateY(-0.5%);
    }

    25% {
        transform: translateY(1%);
    }

    50% {
        transform: translate(0.5%, -1%);
    }

    75% {
        transform: translate(1%, 0.5%);
    }

    100% {
        transform: translate(1%, -1%);
    }
}

@keyframes hand2 {
    0% {
        transform: translateY(2%);
    }

    25% {
        transform: translateY(-1%);
    }

    50% {
        transform: translate(-1%, 2%);
    }

    75% {
        transform: translate(2%, 1%);
    }

    100% {
        transform: translateY(2%);
    }
}
@keyframes bg-position {
    0% {
        background-position: bottom;
    }
    25% {
        background-position: center;
    }
    50% {
        background-position: inherit;
    }
    75% {
        background-position: center;
    }
    100% {
        background-position: bottom;
    }
}
@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.2;
    }
    25% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 1;
    }
    50% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    75% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    100% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0.2;
    }
}

@keyframes light {
    0%, 31%, 34%, 39%, 42%, 47% {
        opacity: 0;
    }
    5%, 30%, 35%, 38%, 43%, 46% {
        opacity: 0.4;
    }
    50%, 55%, 60%, 67%, 51%, 54%, 68%, 100% {
        opacity: 1;
    }
    70% {
        opacity: 0.2;
    }
}
@keyframes marqueeX {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes marqueeY {
    from { transform: translateY(0); }
    to { transform: translateY(-100%); }
}
@keyframes fall {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(240deg) rotateY(400deg) rotateZ(310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes fall2 {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(-240deg) rotateY(-400deg) rotateZ(-310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes backgroundchange {
    0% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }

    25% {
        background: url(/images/con11_08.png) no-repeat center / contain;
    }

    50% {
        background: url(/images/con11_09.png) no-repeat center / contain;
    }

    75% {
        background: url(/images/con11_10.png) no-repeat center / contain;
    }

    100% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }
}
@keyframes opa {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes backgroundchange_2 {
    0% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }

    20% {
        background: url(/images/con08_08.png) no-repeat center / contain;

    }

    40% {
        background: url(/images/con08_09.png) no-repeat center / contain;

    }

    60% {
        background: url(/images/con08_10.png) no-repeat center / contain;

    }

    80% {
        background: url(/images/con08_11.png) no-repeat center / contain;

    }
    100% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}
.main{

}
.main_gif{
    position: fixed;
    z-index: 111111111;
    height: 50vw;
    background: #c9222b;
    opacity: 1;
    pointer-events: none;
}
.main_gif_gif{
    width: 56.0495% !important;
}
.main img{
    width: 100% !important;
}






.con15_mid{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form_row_radio{
    padding-top: 2%;
    padding-bottom: 2%;
}



.form {
    margin-top: 2%;
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid white;
    padding-top: 1.7%;
    background: white;
    z-index: 1;
    margin-bottom: 7%;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    padding-bottom: 0%;
    padding-left: 3%;
    padding-top: 1%;
    margin-top: 1%;
    border-bottom: 1px solid black;
}
.con17_bg{
    width: 100%;
}
.form_agree {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 78%;
    margin-top: 5%;
    margin-bottom: 4%;
}
.form_row_label{
    font-family: Pretendard-regular;
    color: black;
    white-space: nowrap;
    font-size: 1.2vw;
}
.form_row_imput{
    width: 70%;
    height: 2.8vw;
    background: transparent;
    border: none;
    font-size: 1.2vw;
    font-family: 'Pretendard-Regular';
    outline: none;
}
.form_row_imput:focus{
    border: none;
}
.form_agree_span{
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: black;
}
.form_agree_check{
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 0;
    background: #f2f2f2;
    color: transparent;
    border: none;
    appearance: none;
}
.form_agree_check:checked {
    background: #f2f2f2;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;

}
.form_agree_check:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: url(/images/con20_05.png) center / 86% no-repeat;
    color: unset !important;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5%;
    width: 48%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    font-family: GmarketSansBold;
    border-radius: 0;
    padding-top: 2.5%;
    padding-bottom: 2%;
    cursor: pointer;
}
.form_row_imput_radio {
    margin-right: 1%;
    width: 1.5vw;
    height: 1.5vw;
    overflow: hidden;
    outline: 0;
    background: #ffffff;
    color: white;
    border: none;
    appearance: none;
    border-radius: 50%;
    margin-right: 20%;
    left: 3%;
    border: 1px solid black;
}
.form_row_imput_radio:checked::after {
    content: "";
    width: 1.5vw;
    height: 1.5vw;
    position: absolute;
    background: url(/images/con20_05.png) center / 86% no-repeat;
    color: unset !important;
}
.form_row > span {
    font-size: 1.3vw;
    margin-right: -18%;
    color: black;
}
.form_row_imput_radio_1{
    margin-right: -6%;
}
.form_row_imput_text{
    padding-left: 3%;
    box-sizing: border-box;
}


.form_row_radio{
    padding-top: 2%;
    padding-bottom: 2%;
}

.form_row_imput_radio:focus {
    border: 1px solid black !important;
}
.form_con{
    background: url(/images/con18_bg.jpg) no-repeat center / cover;

}

.form_top{
    width: 53.1188%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9%;
    margin-bottom: 11%;
}
.form {
    margin-top: 2%;
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid white;
    padding-top: 1.7%;
    background: white;
    z-index: 1;
    margin-bottom: 10%;
}
.form_row textarea{
    height: 8vw;
}
textarea::placeholder {
    font-size: 0.9vw;
}
.form_agree_check:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    background: black;
    color: unset !important;
}
.form_agree_check {
    border: 1px solid black;
}
.form_agree_check:checked {
    border: 1px solid black;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
    padding: 1%;
    width: 48%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    font-family: GmarketSansBold;
    border-radius: 0;
    padding-top: 2.5%;
    padding-bottom: 2%;
    cursor: pointer;
}
.form_row_label {
    font-family: Pretendard-bold;
    color: black;
    white-space: nowrap;
    font-size: 1vw;
}
.main{
    background: url(/images/main_bg01.png) no-repeat center / cover;

}
.main_small_title{
    font-family: Pretendard;
    line-height: 1.7vw;
    font-size: 1.1vw;
}
.main_small_title_dark{
    font-family: Pretendard-Light;
    line-height: 1.7vw;
    font-size: 1.1vw;
}
.main_small_title_dark_bold{
    font-family: Pretendard-Bold;
    line-height: 1.7vw;
    font-size: 1.1vw;
}
.main_top_scr{
    width: 34.505% !important;
    right: 0%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.main_top_scr img{
    width: 100%;
    height: 100%;
    animation: marqueeY 20s infinite linear;
}
.main_top_scr .absol{
    bottom: -100%;
}
.main_top{
    width: 35.1188%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12%;
    overflow: hidden;
    margin-left: -36%;
    z-index: 7;

}
.main_top_2nd{
    margin-left: -42.5%;
    color: white;
    margin-top: 1%;
    overflow: hidden;
    margin-bottom: 5%;
    z-index: 6;

}
.main_top_2nd span{
    font-family: Pretendard-bold;
}
.main_top_3rd{
    width: 49.703%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -51%;
    z-index: 5;
}
.main_top_3rd_absol{
    width: 124.808%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -77%;
    animation: smoke 2s infinite;
    left: 1%;
}
.main_absol_2{
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    width: 100%;
    z-index: 2;
}
.main_absol_1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    z-index: 2;
}
.main_absol_3{
    width: 42.8119%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 14%;
    z-index: 3;
    right: 0;
}
.main_absol_4{
    width: 88.7129%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10%;
}
.main_top_scr{
    width: 34.505%;
    height: 78%;
    top: 0;
}
.con1{
    background: black;
}
.con1_absol_5{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}
.con1_top{
    width: 10.297%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -58%;
    overflow: hidden;
    margin-top: 11%;
    z-index: 1;
}
.con1_top_2nd{
    width: 38.7129%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -29.8%;
    overflow: hidden;
    margin-top: 3%;
    margin-bottom: 2%;
    z-index: 1;

}
.con1_top_3rd{
    color: white;
    margin-left: -44%;
    overflow: hidden;
    margin-bottom: 13%;
    z-index: 1;

}
.con1_absol{
    width: 16.5842%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 20%;
    animation: ddm_m3 infinite 2s;
}
.con1_absol_2{
    width: 16.7822%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 7%;
    top: 44%;
    animation: ddm_m3 infinite 2s;
    animation-delay: 1s;
}
.con1_absol_3{
    width: 14.703%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 9%;
    top: 16%;
}
.con1_absol_4{
    width: 19.2079%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 17%;
    right: 19%;
}
.con2{
    background: url(/images/con02_bg.png) no-repeat center / cover;
}
.con2_top{
    width: 57.7723%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -7%;
    margin-bottom: -9%;
}
.con1_video_con{
    width: 100%;
    height: 100%;
    filter: brightness(0.4);
}
.con1_video_con video{
    width: 100%;
    height: 100%;
    scale: 1.2;
}
.con3_top{
    width: 29.5545%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-left: -32%;
    overflow: hidden;
    margin-top: 10%;
}
.con3_top_2nd{
    z-index: 2;
    margin-left: -34%;
    overflow: hidden;
    margin-top: 1%;

}
.con3_top_3rd {
    margin-left: -32%;
    overflow: hidden;
    margin-bottom: 2%;
    z-index: 2;

}
.con3_absol{
    width: 39.0594%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -18%;
    animation: rotate_image1 10s infinite linear;
    top: 19%;
}
.con3_top_4th {
    width: 34%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: -28%;
    margin-bottom: 12%;
}
.con3_top_4th_item{
    width: 99.0099%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%;
}
.con3_top_4th_item_absol{
    width: 102%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.con3_right_absol{
    width: 34%;
    right: 10%;
    top: 13%;
}
.con3_video_con{
    width: 100%;
    height: 39.3vw;
    overflow: hidden;
}
.con3_video_con video{
    width: 100%;
    height: 157%;
}
.con3_video_con_2nd{
    margin-left: -23%;
    margin-top: 2%;
}
.con3_absol_3{
    width: 13.8614%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 1%;
    z-index: 1;
    top: 56%;
}
.con3_absol_2{
    width: 13.3168%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 3%;
    bottom: 10%;
}
.con3{
    background: url(/images/con3_bg.png) no-repeat center / cover;

}
.con4_con{
    background: url(/images/con04_bg.jpg) no-repeat center / cover;

}
.con4_absol_3{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}
.con4_top{
    width: 31.9802%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    z-index: 2;
}
.con4_top_2nd{
    width: 43.9109%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-top: 3%;
    margin-bottom: 1.6%;
    overflow: hidden;
}
.con4_top_4th{
    width: 42.4257%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    overflow: hidden;
    margin-bottom: 1.5%;
}
.con4_top_5th{
    margin-bottom: 2%;
}
.con4_top_6th{
    width: 33.0693%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8%;
}
.con4_top_5th_item{
    width: 12.6733%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -0.6%;
}
.con4_top_5th_item_absol{
    opacity: 0;
    width: 96.6618%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con4_absol{
    width: 28.5644%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -14%;
    animation: ddm4 2s infinite alternate;
    right: -1%;
}
.con4_absol_2{
    width: 30.4455%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 8%;
    right: 0px;
    animation: ddm_m3 infinite 2s;
}





.con9_mid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 60%;
    margin-bottom: -1%;
    border-radius: 15px;
}



.con9_mid .con7_mid_con{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 98%;
    margin: 1%;
    box-sizing: border-box;
    border-radius: 15px  ;
}

.con7_mid_top_cate_margin{
}
.con9_mid .con7_mid_top {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 87%;
    height: 3vw;
    background: white;
    font-family: pretendard-regular;
    color: #ff2f00;
    font-size: 1.4vw;
}
.con7_mid_top_cate {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24.3%;
    white-space: nowrap;
    height: 100%;
    transition: 0.3s all;
    cursor: pointer;
    border: 1px solid #c50706;
    border-radius: 50px;
    margin: 0 1%
}
.con9_mid  .con7_mid_top > div:nth-child(1)>img{
    transition: 0.3s all;
}
.con7_mid_top_cate > .absol{
    opacity: 0;
    transition: 0.3s all;
}
.con7_mid_top_cate:hover .absol{
    opacity: 1;
}
.con7_mid_top_cate:hover{
    background: #c50706;
    color: white;
    font-family: Pretendard-bold;
}

.con7_mid_top_cate_on{
    background: #c50706;
    color: white;
    font-family: Pretendard-bold;
}

.con9_top_2nd{
    width: 36.8317%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
    overflow: hidden;
}
.con9_mid  .con7_mid_top > div> img{
    width: 100%;
}
.con9_mid  .con7_22{
    width: 100%;
    margin-top: 0.76%;
    border-bottom: 1px solid black;
}
.con9_mid .con7_2_2nd{
    width: 100%;
}
.con9_mid .con7_mid_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88%;
    padding-top: 3%;
    padding-bottom: 5%;
}
.con9_mid .con7_mid_swiper_1 {
    width: 100%;
    overflow: hidden;
}
.con9_mid .con7_mid_swiper_2 {
    width: 100%;
    overflow: hidden;
}
.con9_mid .con7_mid_swiper_3 {
    width: 100%;
    overflow: hidden;
}
.con9_mid .con7_mid_swiper_4 {
    width: 100%;
    overflow: hidden;
}
.con11_mid_swiper_1 {
    width: 100%;
    overflow: hidden;
}
.con9_mid .con7_mid_swiper_2 {
    width: 100%;
    overflow: hidden;
}
.con9_mid .con7_mid_swiper_3 {
    width: 100%;
    overflow: hidden;
}
.con7_mid_swiper_1_slide{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 1px solid #ff2f00;
    box-sizing: border-box;
    border-radius: 15px;
    background: #ff2F00;
}
.con7_mid_swiper_1_slide img{
    width: 100%;
}

.con7_swiper_item_img:hover img{
    scale: 1.1;
}
.con7_swiper_item_img:hover p{
    opacity: 1;
}
.con7_swiper_item_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 19vw;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    border-radius: 15px 15px 0 0;
    margin-top: 0.2%;
}
.con7_mid_swiper_1_slide_text{
    color: white;
    opacity: 0;
    display: flex;
    justify-content: center;align-items: center;
    text-align: center;
    padding: 5%;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.9vw;
    letter-spacing: 0.06vw;
}
.con7_swiper_item_img > img{
    transition: all 0.3s;
}
.con7_mid_swiper_1_slide img {
    width: 100%;
}
.con7_mid_swiper_1_slide > p {
    margin-top: 4%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 73%;
    white-space: nowrap;
    font-size: 1.5vw;
    font-family: GmarketSansMedium;
    bottom: 9%;
    border-radius: 50px;
    padding-top: 1%;
    color: black;
    margin-bottom: 4%;
}

.con9_mid .con7_mid_top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 87%;
    height: 3vw;
    background: white;
    font-family: 'Pretendard-bold';
    color: #c50706;
    font-size: 1.2vw;
}
.con7_mid_top_cate {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22.3%;
    white-space: nowrap;
    height: 100%;
    transition: 0.3s all;
    cursor: pointer;
    border: 1px solid #c50706;
    border-radius: 50px;
}
.con7_mid_top_cate:hover {
    background: #c50706;
    color: white;
    font-family: Pretendard-bold;
}
.con7_mid_top_cate_margin {
    margin: 0 3%;
}


.con9_mid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 82%;
    margin-bottom: -1%;
    border-radius: 15px;
}

.con7_mid_swiper_1_slide {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: transparent;
    box-sizing: border-box;
    border-radius: 15px;
    background: transparent;
}.con3_menu_photo{
    width: 70% !important;
 }
.con21_mid_prev{
    width: 3vw !important;
    height: 3vw !important;
    right: 50% !important;
    left: unset !important;
    top: unset !important;
    bottom: 0 !important;
    background: #c50706;
}
.con21_mid_next{
    left: 50% !important;
    width: 3vw !important;
    bottom: 0 !important;
    right : unset  !important;
    height: 3vw !important;
    background: #c50706;
    top: unset !important;

}


.con11_mid_prev{
    width: 3vw !important;
    height: 3vw !important;
    right: 50% !important;
    left: unset !important;
    top: unset !important;
    bottom: 0 !important;
    background: transparent;
}
.con11_mid_next{
    left: 50% !important;
    width: 3vw !important;
    bottom: 0 !important;
    right : unset  !important;
    height: 3vw !important;
    background: transparent;
    top: unset !important;

}


.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    color: white !important;
    font-size: 1vw!important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    color: white !important;
    font-size: 1vw!important;

}
.con5_top{
    width: 40.2475%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 13%;
    margin-bottom: 2%;
    overflow: hidden;
}
.con9_mid .con7_mid_top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65%;
    height: 3vw;
    background: white;
    font-family: 'Pretendard-bold';
    color: #c50706;
    font-size: 1.2vw;
}
.con4_top_6th {
    width: 33.0693%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15%;
}
.con5_absol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -60%;
}
.con5_absol_2{
    width: 35.099%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: -73%;
}
.con5_absol_3{
    width: 48.5149%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0%;
    top: -114%;
    animation: smoke 2s infinite;
}
.con5_con{
    margin-bottom: 4%;
}
.con5_absol_4{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -8%;
}
.con6{
    background: #cf0202;
}
.con6_mid_bottom{
    width: 80%;
    padding-bottom: 5%;
}
.con6_top_5th{
    background: white;
    padding-top: 3%;
    z-index: 1;
}
.con6_top{
    width: 9.15842%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 11%;
}
.con06_07{
    animation: ddm5 1s infinite;
    transform-origin: bottom left;
}
.con6_top_2nd{
    width: 24.505%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 1%;
    margin-bottom: 3%;
}
.con6_top_3rd{
    width: 54.3564%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con6_top_3rd_absol{
    width: 120.506%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -79%;
    animation: smoke 2s infinite;
}
.con6_top_4th{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -19%;
    z-index: 1;
    margin-bottom: -12%;
}
.con6_absol_1{
    width: 21.0396%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 4%;
    left: 12%;
    z-index: 2;
}
.con6_absol_2{
    width: 16.5347%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 4%;
    right: 12%;
}
.con6_absol_3{
    width: 15.5941%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 39%;
    left: 18%;
    z-index: 1;
}
.con6_absol_4{
    width: 20.7921%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    right: -1%;
    top: 25%;
}
.con6_absol_5{
    width: 19.505%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    top: 39%;
    right: 18%;
    z-index: 1;
}
.con6_absol_6{
    width: 20.2475%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 2%;
    top: 25%;
}
.con6_absol_7{
    width: 20.6931%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    top: 20%;
    left: 13%;
}
.con6_absol_8{
    width: 20.6931%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 13%;
    top: 23%;
}
.con6_absol_9{
    width: 20.6931%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 33%;
    left: 17%;
}
.con6_absol_10{
    width: 20.6931%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 33%;
    right: 18%;
}
.con8_con{
    background: url(/images/con08_04.png) no-repeat center / cover;
    background-attachment: fixed;

}
.con8_top{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -3%;
    z-index: 1;
    margin-bottom: -3%;
}
.con08_02{
    width: 111% !important;
    opacity: 0.8;
}






.con5_con_2nd{
    background: url(/images/con09_bg01.png) no-repeat center / cover;
    height: 40vw;
    border: 1px solid white;
    box-sizing: border-box;
    transition: 0.2s all;
}
.con5_item{
    height: 100%;
    width: 25% !important;
}
.con5_item_top{
    transition: 0.2s all;
}
.con5_item_top_absol{
    width: 100% !important;
    opacity: 0;
}
.con5_item_top_2nd{
    top: 54%;
    color: white;
    font-size: 2vw;
    font-family: pretendard-regular;
    left: 13%;
    line-height: 2.6vw;
    transition: 0.2s all;
}
.con5_item_top_2nd span{
    font-family: Pretendard-bold;
}
.con5_item_top_absol_2nd{
    width: 2.77228%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 72%;
    left: 13%;
}
.con5_item_top_3rd{
    top: 80%;
    left: 13%;
    width: 100%;
    font-size: 1.2vw;
    transition: 0.2s all;
    line-height: 1.7vw;
}
.con5_item_top_absol_2nd_absol{
    width: 100% !important;
    opacity: 0;
}
.con5_item:nth-of-type(2),.con5_item:nth-of-type(3){
    border-left: white 1px solid;
    border-right: white 1px solid;
}
.con5_hover{
    height: 40vw;
    z-index: 3;
}
.con05_01_01{
    width: 100%;
    opacity: 0;
    height: 100%;
    transition: 0.2s all
}
.con5_hover_item{
    height: 100%;
    width: 25%;
}
.con5_item_top .absol{
    transition: 0.2s all;
}



.con5_item_1 .con5_item_top{
    width: 30.572%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 66%;
    left: 37%;
}
.con09_03{
    z-index: 1;
    opacity: 0;
    transition: 0.2s all;
}
.con5_item_2 .con5_item_top{
    width: 29.2548%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 66.3%;
    left: 30%;
}
.con5_item_3 .con5_item_top{
    width: 29.8342%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 66.3%;
    left: 37%;
}
.con5_item_4 .con5_item_top{
    width: 29.572%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 66.3%;
    left: 37%;
}
.con5_2nd_absol{
    width: 11.0792%;
    display: flex;
    justify-content: center;
    z-index: 2;
    align-items: center;
    top: 11%;
    flex-direction: column;
    pointer-events: none;
}
.con5_2nd_absol_2nd{
    width: 315.032%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12%;
    overflow: hidden;
}
.con5_item:hover .con09_03 {
    opacity: 1;
}
.con5_item:hover .con5_item_top {
    opacity: 0;
}
.con10{
    background: #fffbe8;

}
.con10_top{
    width: 12.1287%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    margin-bottom: -2%;
    z-index: 1;
}
.con10_top_2nd{
    width: 19.802%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_absol{
    right: 62%;
    bottom: 27%;
    width: 13%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con10_absol > p:nth-of-type(1){
    font-family: pretendard-black;
    font-size: 6vw;
}
.con10_absol span{
    color: #ffd300;
}



.con10_absol_2{
    left: 62%;
    bottom: 27%;
    width: 17%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con10_absol_2 > p:nth-of-type(1){
    font-family: pretendard-black;
    font-size: 6vw;
}
.con10_absol_2 span{
    color: #ffd300;
}
.con11_top{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}
.con11{
    background: url(/images/con11_bg.png) no-repeat center / cover;

}
.con11_top_2nd{
    width: 43.2673%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 13%;
    overflow: hidden;
    margin-bottom: 3%;
}
.con11_mid_swiper_1 {
    width: 79%;
    overflow: hidden;
    margin-right: -22%;
}

.con11_mid_bottom_2nd{
    margin-top: 4%;
    margin-bottom: 10%;
}
.con11_mid_swiper_2 {
    width: 79%;
    overflow: hidden;
    margin-right: -22%;
}
.con11_swiper_item_img{
    width: 100% !important;
    overflow: hidden;
}
.con11_swiper_item_img iframe{
    overflow: hidden;
    width: 100%;
}
.con11_mid_swiper_1_slide_p{
    font-family: pretendard-regular;
    font-size: 1.2vw;
}
.con11_mid_bottom_absol{
    width: 15.0495%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 9%;
    z-index: 3;
    bottom: 5%;
}
.con11_mid_bottom_absol_2nd{
    width: 16.1881%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 9%;
    bottom: 5%;
    z-index: 2;
}
.con11_top_scr{
    bottom: 0;
    padding: 1%  0;
    background: #c7232a;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_top_scr img{
    width: 100%;
    animation: marqueeX 20s infinite linear;
}
.con11_top_scr .absol{
    right: -100%;
}
.con12{
    background: url(/images/con15_bg.png) no-repeat center / cover;

}
.con12_top{
    width: 47.0297%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9%;
    margin-bottom: 2%;
}
.con12_top_3rd{
    color: #C7222B;
    font-size: 6vw;
    font-family: pretendard-bold;
    margin-top: -1%;
    margin-bottom: 1%;
}
.con12_top_4th span{
    font-family: Pretendard-bold;
}
.con12_top_3rd {
    color: #C7222B;
    font-size: 6vw;
    font-family: pretendard-bold;
    margin-top: 0%;
    margin-bottom: 0.6%;
}
.con12_top_absol_1{
    width: 20.307%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -26%;
    top: 45%;
}
.con12_top_absol_2{
    width: 20.307%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -26%;
    top: 45%;
}
.con12_top_absol_2 {
    width: 20.307%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -26%;
    top: -27%;
}
.con12_top_5th{
    width: 44.802%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 5%;
    z-index: 1
}
.con12_top_7th {
    background: #c7222b;
    height: 21vw;
    width: 100%;
    margin-top: -6%;
}
.con12_top_5th {
    width: 44.802%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    z-index: 1;
    margin-bottom: -5%;
}
.con12_top_6th{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -26%;
}
.con12_absol{
    width: 25.1485%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 5%;
    flex-direction: column;
    z-index: 3;
    top: 47%;
}
.con12_absol_2nd{
    width: 71.2556%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -9%;
}
.con12_absol_2{
    width: 25.1485%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    top: 49%;
    right: 6%;
    flex-direction: column;
}
.con13{
    background: #c7222b;

}
.con13_con{
    margin: 3%;
    background: url(/images/con13_bg.png) no-repeat center / cover;
    width: 94% !important;
    margin-top: 0;

}
.con13_top_2nd_left{
    width: 32.0229%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5%;
    margin-left: -5%;
}
.con13_top_2nd{
    margin-bottom: 7%;
}
.con13_top_2nd_left_absol_2nd{
    width: 13.9847%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 19%;
    right: 47%;
}
.con13_top_2nd_left_absol{
    width: 40.4735%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 44%;
    top: 13%;
    animation: ddm5 2s infinite;
    transform-origin: bottom;
}
.con13_top_2nd_right{
    width: 23.3852%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_top_2nd_right_absol{
    width: 73.5956%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 4%;
}
.con13_top{
    width: 59.0423%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    overflow: hidden;
    margin-bottom: 3%;
}
.con13_con {
    margin-bottom: 0;
}

.con14{
    background: #c7222b;

}
.con14_con{
    margin: 3%;
    background: white;
    width: 94% !important;
    margin-top: 0;
    margin-bottom: 0;

}
.con14_con_absol{
    width: 35.7426%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    z-index: 1;
    bottom: 0;
}
.con14_top{
    width: 37.0792%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    margin-bottom: 1.5%;
    margin-right: -22%;
}
.con14_top_2nd{
    width: 44.5582%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -22%;
    margin-bottom: 5%;
}
.con14_top_2nd_absol_2nd{
    width: 35.085%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -27%;
    top: -20%;
}
.con14_top_2nd_absol{
    width: 44.1812%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 1%;
    right: 32%;
}
.con14_con_absol_2nd{
    width: 93.7485%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -20%;
    animation: smoke 2s infinite;
}
.con15_top{
    width: 100% !important;
}

.con15_top_absol {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: light 2s infinite;
}
.con16{
    background: url(/images/con15_bg.png) no-repeat center / cover;

}

.con16_top_scr{
    width: 100% !important;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eecd52;
    padding: 1% 0;
}
.con16_top_scr img{
    width: 100%;
    animation: marqueeX 20s infinite linear;
}
.con16_top_scr .absol{
    right: -100%;
}

.con16_top_2nd{
    flex-wrap: wrap;
    width: 76%;
}
.con16_top_2nd_item {
    width: 19.5368%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 1%;
}
.con16_top{
    width: 12.9703%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 12%;
    margin-bottom: 3%;
}
.con16_top_2nd {
    flex-wrap: wrap;
    width: 76%;
    margin-bottom: 7%;
}
.con17{
    background: white;
}
.con17_top_absol{
    top: 0;
    width: 100% !important;
}
.con17_top{
    width: 39.8515%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 12%;
    margin-bottom: 2%;
}

.con7_mid_top_cate {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22.3%;
    white-space: nowrap;
    height: 100%;
    transition: 0.3s all;
    cursor: pointer;
    border: 1px solid #c50706;
    border-radius: 50px;
}

.con17 .con7_mid_top {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 45%;
    height: 3vw;
    background: white;
    font-family: pretendard-regular;
    color: #ff2f00;
    font-size: 1.4vw;
}
.con17 .con7_mid_top_cate_margin {
    margin: 0 2%;
}
.con17 .con7_mid_top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 3vw;
    background: white;
    font-family: 'Pretendard-bold';
    color: #c50706;
    font-size: 1.2vw;
}

.con17 .con7_mid_top {
    margin-bottom: 4%;
}
.con11_mid_swiper_1 .con11_swiper_item_img{
    height: 16vw;
}
.con17_mid {
    width: 76% !important;
    height: 21vw;
    margin-bottom: 7%;
}
.con17_mid_left{
    width: 50% !important;
    height: 100%;
}
.con17_mid_right{
    width: 50% !important;
    height: 100%;

}
.con17_mid_left iframe{
    width: 100%;
    height: 100%;
}
.con17_mid_right{
    color: white;
    background: black;
}
.con17_mid_right_top{
    font-family: pretendard-bold;
    width: 70%;
    margin-bottom: 2%;
    font-size: 2vw;
    line-height: 2vw;
}
.con17_mid_right_top_2nd {
    width: 70%;
    margin-bottom: 3%;
}
.con17_mid_right_top_3rd{
    width: 71%;
    border-bottom: 1px solid white;
    margin-bottom: 2%;
}
.con17_mid_right_top_4th{
    width: 70%;
}
.con17_mid_right_top_4th span{
    font-family: Pretendard-bold;
}


.con18{
    background: url(/images/con17_bg.jpg) no-repeat center / cover;

}
.con18_absol{
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con18_top{
    width: 11.6832%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    margin-bottom: 1%;
    margin-left: -2%;
    animation: ddm5 infinite 2s;
    transform-origin: left bottom;
}
.con18_top_2nd{
    width: 21.5842%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 3%;
}
.con18_top_3rd{
    flex-wrap: wrap;
    width: 78%;
    margin-bottom: 9%;
}
.con18_top_3rd_item{
    width: 23%;
    margin: 0 0.4%;
}
.con18_top_3rd_item_img{
    width: 100% !important;
    height: 11vw;
    border-bottom: 1px solid white;
    overflow: hidden;
}
.con18_top_3rd_item {
    width: 23%;
    margin: 0 0.4%;
    border: 1px solid white;
}
.con18_top_3rd_item_desc {
    color: white;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con18_top_3rd_item_desc_1{
    font-size: 1.4vw;
    width: 86%;
    margin-top: 8%;
    font-family: pretendard-bold;
}
.con18_top_3rd_item_desc_2{
    width: 86%;
    font-size: 1.1vw;
    font-family: pretendard-light;
    margin-bottom: 5%;
}
.con18_top_3rd_item_desc_3{
    width: 86%;
    margin-bottom: 4%;
    font-family: pretendard-regular;
    font-size: 1.3vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}
.con17_04{
    width: 8%;
    margin-right: 3%;
}
.con18_top_3rd_item_desc {
    color: white;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 10vw;
}
.con18 .con16_top_scr{
    bottom: 0 !important;
    top: unset !important;
}
.con4_top_3rd{
    width: 37.3762%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}
.con6_top_5th_1st{
    width: 13.2673%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_top_2nd{
    width: 26.3861%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.con12_absol_2_2nd{
    width: 77.8123%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con16_top_2nd_item {
    width: 19.5368%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 1%;
    height: 15vw;
}
.con16_top_2nd_item_arrow{
    width: 1.75873%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con16_top_2nd_item_arrow_1{
    top: 19%;
    left: 28%;
}
.con16_top_2nd_item_arrow_2{
    top: 19%;
    left: 49%;
}
.con16_top_2nd_item_arrow_3 {
    top: 19%;
    left: 72%;
}
.con16_top_2nd_item_arrow_4{
    top: 68%;
    left: 28%;
}
.con16_top_2nd_item_arrow_5{
    top: 68%;
    left: 49%;
}
.con16_top_2nd_item_arrow_6 {
    top: 68%;
    left: 72%;
}
.con06_12{
    animation: ddm_m 2s infinite;
}
.con06_13{
    animation: ddm_m 2s infinite;
}
.con06_14{
    animation: ddm_m 2s infinite;
    animation-delay: 1s;
}
.con06_15{
    animation: ddm_m 2s infinite;
    animation-delay: 1s;

}
.con13_03{
    animation: blk 1s infinite;
}
.con13_06{
    animation: blk 1s infinite;
}
.con14_06{
    animation: blk 1s infinite;

}
.con02_01{
    transform: translateY(-20%);
}
.con04_11{
    width: 100%;
    animation: ddm5 2s infinite;
    margin-left: -2%;
}
.con10_01{
    width: 100%;
    animation: ddm5 infinite 2s;
    transform-origin: bottom right;
}
.con10 p{
    white-space: nowrap;
}
.con7_mid_swiper_1_slide_desc{
    width: 90%;
    height: 93%;
    border: 1px solid #c50706;
    background: white;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(20%);
    transition: 0.2s all;
}
.con7_mid_swiper_1_slide_desc_on{
    opacity: 1;
    transform: translateY(0%);
    
}
.con7_mid_swiper_1_slide_desc > p{
    position: absolute;
    top: 20%;
    left: 15%;
    font-family: pretendard-regular;
    font-size: 1.1vw
}
.con11_swiper_item_img iframe {
    height: 100%;
}
.con11_mid_swiper_1_slide_p {
    margin-top: 2%;
    margin-bottom: 2%;
}
.con17_mid_item{
    height: 100%;
}
.con5_absol{
    top: -53%;
}

.con11_mid_prev {
    width: 3vw !important;
    height: 3vw !important;
    right: 57% !important;
    left: unset !important;
    top: unset !important;
    bottom: unset !important;
    background: transparent;
}
.con11_mid_next {
    left: 79% !important;
    width: 3vw !important;
    bottom: unset !important;
    right: unset !important;
    height: 3vw !important;
    background: transparent;
    top: unset !important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    color: white !important;
    font-size: 2vw !important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    color: white !important;
    font-size: 2vw !important;
}
.con6_top_3rd{
    margin-top: 6%;
}
.con8_con {
    background: url(/images/con08_04.png) no-repeat center / cover;
    background-attachment: fixed;
    overflow: hidden;
}
.con5_top {
    width: 40.2475%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    margin-bottom: 2%;
    overflow: hidden;
}
.con5_absol {
    top: -61%;
}
.con11_mid_bottom_absol{
        width: 15.0495%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 1%;
    z-index: 3;
    bottom: 5%;
}
.con11_mid_bottom_absol_2nd {
    width: 16.1881%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0%;
    bottom: 5%;
    z-index: 2;
}
.con16_top_2nd_item {
    width: 19.5368%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 1%;
    height: 20vw;
}
.con12_absol_2 {
    width: 25.1485%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    top: 43%;
    right: 6%;
    flex-direction: column;
}
.con12_swiper_item_img{
    width: 100% !important
}
.con12_swiper_item_img .con3_menu_photo{
    width: 90% !important;
}
.con12_mid_swiper_1{
    bottom: 12%;
    width: 109% !important; 
        z-index: 0;
}
.con12_mid_swiper_1_slide_desc {
    color: white;
    top: 52%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    font-family: 'Pretendard-Regular';
    font-size: 0.9vw;
}
.con12_mid_swiper_1_slide_p{
        color: #C7222B;
    font-size: 2.2vw;
    font-family: pretendard-black;
    left: 50%;
    transform: translateX(-50%);    
    bottom: 7%;
    text-align: center;
    white-space: nowrap;
}
.con12_mid_swiper_1_slide_p::after{
        color: #C7222B;
    font-size: 1.3vw;
    position: absolute;
    content:'php';
    bottom: 16%;
}
.con5_item_2 .con5_item_top{
    width: 29.2548%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 66.3%;
    left: 30%;
}
.con5_item_3 .con5_item_top{
    width: 29.8342%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 66.3%;
    left: 37%;
}
.con8_top{
        width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    z-index: 1;
    margin-bottom: 1%;
}
.con08_02 {
    width: 151% !important;
    opacity: 0.8;
}
.con16_top_2nd {
    flex-wrap: wrap;
    width: 76% !important;
}
.con16_top_2nd_item {
    height: 16vw;
}
.con6_absol_7{
    top: 28%;
}
.con6_absol_8{
    top: 28%;
    
}
.con6_absol_9{
    top: 36%;
}
.con6_absol_10{
    top: 36%;
    
}
.con6_top {
    margin-left: -2.5%;
}

.main_gif {
    position: fixed;
    z-index: 111111111;
    height: 100vh;
    background: #c9222b;
    opacity: 1;
    pointer-events: none;
}

@media screen and (max-width:1023px) {
    .main_gif {
        position: fixed;
        z-index: 111111111;
        height: 100vh;
        background: #c9222b;
        opacity: 1;
        pointer-events: none;
    }
    .main_gif_gif {
        width: 145.0495% !important;
    }
}
@media screen and (max-width:599px) {
    .con7_mid_swiper_1_slide_desc > p{
        position: absolute;
        top: 20%;
        left: 15%;
        font-family: pretendard-regular;
        font-size: 3vw
    }
    .design{
        margin-top: 14%;
    }

    .main_gif {
        position: fixed;
        z-index: 111111111;
        height: 100vh;
        background: #c9222b;
        opacity: 1;
        pointer-events: none;
    }
    .main_gif_gif {
        width: 145.0495% !important;
    }



    .form {
        margin-top: 2%;
        width: 73%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 1px solid white;
        padding-top: 2.7%;
        background: white;
        z-index: 1;
        margin-bottom: 7%;
    }
    .con16_04 {
        width: 60%;
    }
    .form_row_imput {
        height: 6.8vw;
        font-size: 2.5vw;
    }
    .form_row_label {
        font-family: Pretendard-regular;
        color: black;
        white-space: nowrap;
        font-size: 2.8vw;
    }
    .form_row_imput_radio {
        margin-right: 1%;
        width: 2.8vw;
        height: 2.8vw;
        overflow: hidden;
        outline: 0;
        background: #ffffff;
        color: white;
        border: none;
        appearance: none;
        border-radius: 50%;
        margin-right: 14%;
        left: 3%;
        border: 1px solid black;
    }
    .form_row_radio {
        padding-top: 4%;
        padding-bottom: 3%;
    }
    .con16_03 {
        z-index: 2;
        right: 1%;
        top: 9%;
        width: 33%;
    }
    .form_agree_check {
        margin-right: 2%;
        width: 3vw;
        height: 3vw;
        overflow: hidden;
        outline: 0;
        background: #f2f2f2;
        color: transparent;
        border: none;
        appearance: none;
    }
    .form_agree_check:checked::after {
        content: "";
        width: 3vw;
        height: 3vw;
        position: absolute;
        background: url(/images/con20_05.png) center / 86% no-repeat;
        color: unset !important;
    }
    .form_row_imput_radio:checked::after {
        content: "";
        width: 3vw;
        height: 3vw;
        position: absolute;
        background: url(/images/con20_05.png) center / 86% no-repeat;
        color: unset !important;
    }
    .form_submit {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1.5%;
        width: 75%;
        color: white;
        margin-bottom: 7%;
        font-size: 3.6vw;
        font-family: GmarketSansBold;
        border-radius: 0;
        padding-top: 2.5%;
        padding-bottom: 2%;
        cursor: pointer;
    }
    .form_agree {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 78%;
        margin-top: 3%;
        margin-bottom: 6%;
    }

    .form_row > span {
        font-size: 2.7vw;
        margin-right: -7%;
        color: black;
    }
    .form_agree_span {
        font-size: 2.5vw;
        font-family: Pretendard-regular;
        color: black;
    }
    .main_top {
        width: 67.1188%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 24%;
        margin-left: -20%;
        z-index: 7;
    }
    .main_small_title {
        font-family: Pretendard;
        line-height: 4.4vw;
        font-size: 3.1vw;
    }
    .main_top_2nd {
        margin-left: -11.5%;
        color: white;
        margin-top: 5%;
        margin-bottom: 15%;
        z-index: 6;
    }
    .main_absol_2 {
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
        width: 300%;
        z-index: 2;
    }
    .main_top_3rd {
        width: 66.703%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -36%;
        z-index: 5;
    }
    .main_top {
        width: 80.1188%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 37%;
        margin-left: -9%;
        z-index: 7;
    }
    .main_absol_4 {
        width: 88.7129%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 17%;
    }
    .main_absol_3 {
        width: 54.8119%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 14%;
        z-index: 3;
        right: 0;
    }
    .main_top_scr {
        width: 34.505%;
        height: 65%;
        top: 0;
        width: 44.505%;
    }
    .con1_top{
        width: 28.297%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -61%;
        margin-top: 11%;
        z-index: 1;
    }
    .con1_top_2nd {
        width: 88.7129%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -1.8%;
        margin-top: 4%;
        margin-bottom: 2%;
        z-index: 1;
    }
    .con1_top {
        width: 28.297%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -61%;
        margin-top: 18%;
        z-index: 1;
    }
    .con1_top_3rd {
        color: white;
        margin-left: -20%;
        margin-bottom: 47%;
        z-index: 1;
    }
    .con1_absol_4 {
        width: 43.2079%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: -1%;
        right: 9%;
    }
    .con1_absol {
        width: 26.5842%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 20%;
        bottom: 16%;
    }
    .con1_absol_2 {
        width: 32.7822%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 5%;
        top: 64%;
    }
    .con1_absol_3 {
        width: 38.703%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 44%;
        top: 63%;
    }
    .con1_video_con {
        width: 179%;
        height: 100%;
        filter: brightness(0.4);
    }
    .con3_top {
        width: 71.5545%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-left: 0;
        margin-top: 16%;
    }
    .main_small_title_dark_bold {
        font-family: Pretendard-Bold;
        line-height: 4.7vw;
        font-size: 3.1vw;
    }
    .main_small_title_dark {
        font-family: Pretendard-Light;
        line-height: 4.7vw;
        font-size: 3.1vw;
    }.con3_top_2nd {
         z-index: 2;
         margin-left: 0;
         margin-top: 1%;
         text-align: center;
         margin-top: 6%;
     }
    .con3_top_3rd {
        margin-left: 0;
        margin-bottom: 2%;
        z-index: 2;
        text-align: center;
    }
    .con3_top_4th {
        width: 76%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-left: 0;
        margin-bottom: 16%;
        margin-top: 4%;
    }
    .con3_top_4th {
        width: 76%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-left: 0;
        margin-bottom: 6%;
        margin-top: 4%;
    }
    .con3_right_absol {
        width: 65%;
        display: flex;
        right: unset;
        top: unset;
        position: relative !important;
        justify-content: center;
        align-items: center;
    }
    .con3_video_con {
        width: 100%;
        height: 74.3vw;
        overflow: hidden;
    }
    .con3_video_con_2nd {
        margin-left: 0;
        margin-top: 2%;
        text-align: center;
        width: 126%;
        margin-bottom: 19%;
    }
    .con4_absol_3 {
        width: 200%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
    }
    .con3_absol {
        width: 48.0594%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -18%;
        animation: rotate_image1 10s infinite;
        top: 58%;

    }
    .con3_absol_3 {
        width: 23.8614%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 1%;
        top: 54%;
        z-index: 2;
    }
    .con3_absol_2 {
        width: 23.3168%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 5%;
        bottom: 10%;
        z-index: 2;
    }
    .con4_top {
        width: 74.9802%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 11%;
        z-index: 2;
    }
    .con4_absol {
        width: 42.5644%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -18%;
        right: 0;
    }
    .con4_absol_2 {
        width: 45.4455%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 3%;
        right: 0px;
    }
    .con4_top_2nd {
        width: 78.9109%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        margin-top: 6%;
        margin-bottom: 3.6%;
    }
    .con4_top_3rd{
        width: 84.3762%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con4_top_4th {
        width: 91.4257%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-bottom: 2.5%;
    }
    .con4_top_5th {
        margin-bottom: 2%;
        flex-wrap: wrap;
        width: 80%;
    }
    .con4_top_5th_item {
        width: 37.6733%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: -2% -1.6%;
    }
    .con4_top_5th {
        margin-bottom: 2%;
        flex-wrap: wrap;
        width: 103%;
        margin-top: 4%;
        margin-bottom: 5%;
    }
    .con4_top_6th {
        width: 69.0693%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20%;
        margin-top: 4%;
        z-index: 21;
    }
    .con5_top {
        width: 84.2475%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10%;
        margin-bottom: 5%;
    }
    .con9_mid .con7_mid_top {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 137%;
        height: 6vw;
        background: white;
        font-family: 'Pretendard-bold';
        color: #c50706;
        font-size: 3.2vw;
    }
    .con9_mid .con7_mid_bottom {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 107%;
        padding-top: 12%;
        padding-bottom: 11%;
    }
    .con7_swiper_item_img {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 43vw;
        overflow: hidden;
        position: relative;
        box-sizing: border-box;
        border-radius: 15px 15px 0 0;
        margin-top: 0.2%;
    }
    .con9_mid .con7_mid_bottom {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 107%;
        padding-top: 5%;
        padding-bottom: 4%;
    }
    .con5_top {
        width: 87.2475%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 18%;
        margin-bottom: 5%;
    }
    .con21_mid_prev {
        width: 8vw !important;
        height: 8vw !important;
        right: 50% !important;
        left: unset !important;
        top: unset !important;
        bottom: 0 !important;
        background: #c50706;
    }
    .con21_mid_next {
        left: 50% !important;
        width: 8vw !important;
        bottom: 0 !important;
        right: unset !important;
        height: 8vw !important;
        background: #c50706;
        top: unset !important;
    }
    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        color: white !important;
        font-size: 5vw !important;
    }
    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        color: white !important;
        font-size: 5vw !important;
    }
    .con5_con {
        margin-bottom: 7%;
    }
    .con5_absol_4 {
        width: 200%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: -7%;
    }
    .con6_top {
        width: 23.15842%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 14%;
        margin-left: -7%;
    }
    .con6_top_2nd {
        width: 52.505%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        margin-bottom: 11%;
    }
    .con6_absol_1 {
        width: 31.0396%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 4%;
        left: 0%;
        z-index: 2;
    }
    .con6_absol_2 {
        width: 24.5347%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 4%;
        right: 1%;
    }
    .con6_absol_6 {
        width: 32.2475%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -5%;
        top: 21%;
    }
    .con6_absol_4 {
        width: 28.7921%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        right: -9%;
        top: 20%;
    }
    .con6_absol_3 {
        width: 22.5941%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 40%;
        left: 8%;
        z-index: 1;
    }
    .con6_absol_5 {
        width: 29.505%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        top: 39%;
        right: -4%;
        z-index: 1;
    }
    .con6_top_2nd {
        margin-bottom: 50%;
    }
    .con6_top_3rd {
        width: 86.3564%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con6_absol_7 {
        width: 46.6931%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        top: 25%;
        left: 2%;
    }
    .con6_absol_8 {
        width: 46.6931%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 2%;
        top: 25%;
    }
    .con6_absol_9 {
        width: 46.6931%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 33%;
        left: 2%;
    }
    .con6_absol_10 {
        width: 46.6931%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 33%;
        right: 2%;
    }
    .con6_absol_3 {
        width: 22.5941%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 47%;
        left: 7%;
        z-index: 1;
    }
    .con6_absol_5 {
        width: 29.505%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        top: 48%;
        right: -4%;
        z-index: 1;
    }
    .con6_top_5th_1st{
        width: 38.2673%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
    }
    .con6_mid_bottom {
        width: 90%;
        padding-bottom: 5%;
    }
    .con6_top_4th {
        width: 200%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -33%;
        z-index: 1;
        margin-bottom: -12%;
    }
    .con2_top {
        width: 87.7723%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -7%;
        margin-bottom: -9%;
    }
    .con5_absol {
        width: 200%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -54%;
    }
    .con5_top {
        width: 87.2475%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 18%;
        margin-bottom: 5%;
        z-index: 4;
    }
    .con5_absol_2 {
        width: 35.099%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0;
        top: -33%;
    }
    .con5_absol {
        width: 200%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -54%;
    }
    .con5_absol_3 {
        width: 48.5149%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0%;
        top: -53%;
        animation: smoke 2s infinite;
    }
    .con4_top {
        width: 74.9802%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 16%;
        z-index: 2;
    }
    .con4_absol {
        width: 42.5644%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -7%;
        right: 0;
    }
    .con6_absol_3 {
        width: 28.5941%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 43%;
        left: 3%;
        z-index: 1;
    }
    .con6_absol_5 {
        width: 29.505%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        top: 44%;
        right: -4%;
        z-index: 1;
    }
    .con10_top {
        width: 31.1287%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 37%;
        margin-bottom: -7%;
        z-index: 1;
    }
    .con10_top_2nd {
        width: 47.802%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con11_top {
        width: 200%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
    }
    .con10_absol > p:nth-of-type(1) {
        font-family: pretendard-black;
        font-size: 17vw;
    }
    .con10_absol_2 > p:nth-of-type(1) {
        font-family: pretendard-black;
        font-size: 17vw;
    }
    .con10_absol {
        right: 67%;
        bottom: 52%;
        width: 13%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .con10_absol_2 {
        left: 67%;
        bottom: 52%;
        width: 17%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .con10_absol .main_small_title_dark{
        white-space: nowrap;
    }
    .con10_absol_2 .main_small_title_dark{
        white-space: nowrap;
    }
    .con11_top_2nd {
        width: 91.2673%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20%;
        margin-bottom: 6%;
    }
    .con11_mid_swiper_1 {
        width: 101%;
        overflow: hidden;
        margin-right: -45%;
    }
    .con11_mid_swiper_2 {
        width: 101%;
        overflow: hidden;
        margin-right: -45%;
    }
    .con11_mid_swiper_1 .con11_swiper_item_img {
        height: 27vw;
    }
    .con11_mid_swiper_1_slide_p {
        font-family: pretendard-regular;
        font-size: 3.2vw;
        margin-top: 3%;
    }
    .con11_swiper_item_img {
        width: 100% !important;
        overflow: hidden;
        height: 32vw;
    }
    .con11_mid_bottom_2nd {
        margin-top: 7%;
        margin-bottom: 14%;
    }
    .con11_mid_bottom_absol {
        width: 25.0495%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 5%;
        z-index: 3;
        bottom: 5%;
    }
    .con11_mid_bottom_absol_2nd {
        width: 25.1881%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 5%;
        bottom: 5%;
        z-index: 2;
    }
    .con11_top_scr {
        bottom: 0;
        padding: 2% 0;
        background: #c7232a;
        width: 200% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con12_top {
        width: 85.0297%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 13%;
        margin-bottom: 24%;
    }
    .con12_top_absol_1 {
        width: 20.307%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 26%;
        top: 102%;
    }
    .con12_top_absol_2{
        right: 26%;
        top: 102%;
    }
    .con12_top_2nd{
        width: 72.3861%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .con12_top_3rd {
        color: #C7222B;
        font-size: 12vw;
        font-family: pretendard-bold;
        margin-top: 1%;
        margin-bottom: 0.6%;
    }
    .con12_top_5th {
        width: 80.802%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        z-index: 1;
        margin-bottom: 30%;
    }
    .con12_top_7th {
        background: #c7222b;
        height: 55vw;
        width: 100%;
        margin-top: -6%;
    }
    .con12_top_6th {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -62%;
    }
    .con12_absol {
        width: 40.1485%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 13%;
        flex-direction: column;
        z-index: 3;
        top: 78%;
    }
    .con12_top_5th {
        width: 80.802%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        z-index: 1;
        margin-bottom: 47%;
    }

    .con12_absol {
        width: 45.1485%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 9%;
        flex-direction: column;
        z-index: 3;
        top: 77%;
    }
    .con12_absol_2 {
        width: 47.1485%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 3;
        top: 76%;
        right: 1%;
        flex-direction: column;
    }
    .con12_absol_2_2nd{
        width: 63.8123%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -8%;
    }
    .con13_top {
        width: 96.0423%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 14%;
        margin-bottom: 6%;
    }
    .con13_con {
        margin: 3%;
        background: url(/images/con13_bg.png) no-repeat center / cover;
        width: 101% !important;
        margin-top: 0;
    }
    .con13_top_2nd {
        margin-bottom: 7%;
        flex-direction: column;
    }
    .con13_top_2nd_left {
        width: 73.0229%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 14%;
        margin-left: 0;
        margin-top: 4%;
    }
    .con13_top_2nd_right {
        width: 68.3852%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10%;
        margin-bottom: 3%;
    }
    .con14_top {
        width: 87.0792%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 11%;
        margin-bottom: 3.5%;
        margin-right: 0;
    }
    .con14_top_2nd {
        width: 88.5582%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0;
        margin-bottom: 52%;
    }
    .con14_con_absol {
        width: 44.7426%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0;
        z-index: 1;
        bottom: -7%;
    }
    .con14_top_2nd_absol_2nd {
        width: 45.085%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 1%;
        top: 106%;
    }
    .con15_top {
        width: 200% !important;
    }
    .con15_top_absol {
        width: 200%;
        display: flex;
        justify-content: center;
        align-items: center;
        animation: light 2s infinite;
    }
    .con16_top_scr {
        width: 200% !important;
        top: 0%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #eecd52;
        padding: 2% 0;
    }
    .con16_top {
        width: 26.9703%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 16%;
        margin-bottom: 5%;
    }
    .con16_top_2nd_item {
        width: 45.5368%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin: 2% 1%;
    }
    .con16_top_2nd {
        flex-wrap: wrap;
        width: 87%;
        margin-bottom: 12%;
        margin-top: 3%;
    }
    .con17_top_absol {
        top: 0;
        width: 200% !important;
    }
    .con17 .con7_mid_top {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 115%;
        height: 6vw;
        background: white;
        font-family: 'Pretendard-bold';
        color: #c50706;
        font-size: 3.2vw;
    }
    .con17_mid {
        width: 89% !important;
        height: 47vw;
        margin-bottom: 7%;
        display: flex;
        flex-direction: column;
    }
    .con17_mid {
        width: 83% !important;
        height: 100vw;
        margin-bottom: 7%;
        display: flex;
        flex-direction: column;
    }
    .con17_mid_left {
        width: 100% !important;
        height: 100%;
    }
    .con17_mid_right {
        width: 100% !important;
        height: 100%;
    }
    .con17_mid_right_top {
        font-family: pretendard-bold;
        width: 83%;
        margin-bottom: 2%;
        font-size: 4vw;
        line-height: 5vw;
    }
    .con17_mid_right_top_2nd{
        width: 83%;

    }
    .con17_mid_right_top_3rd{
        width: 83%;

    }
    .con17_mid_right_top_4th{
        width: 83%;

    }
    .con17_top {
        width: 88.8515%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 17%;
        margin-bottom: 4%;
    }
    .con18_top {
        width: 29.6832%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
        margin-bottom: 2%;
        margin-left: -5%;
    }
    .con18_top_2nd {
        width: 44.5842%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 6%;
    }
    .con18_top_3rd_item {
        width: 45%;
        margin: 2% 1.4%;
        border: 1px solid white;
    }
    .con18_top_3rd_item_desc_1 {
        font-size: 4vw;
        width: 86%;
        margin-top: 13%;
        font-family: pretendard-bold;
    }
    .con18_top_3rd_item_desc_2 {
        width: 86%;
        font-size: 3.3vw;
        font-family: pretendard-light;
        margin-bottom: 5%;
    }
    .con18_top_3rd_item_desc_3 {
        width: 86%;
        margin-bottom: 4%;
        font-family: pretendard-regular;
        font-size: 3.3vw;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
    }
    .con18_top_3rd_item_desc {
        color: white;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 22vw;
    }
    .con18_top_3rd_item_img {
        width: 100% !important;
        height: 20vw;
        border-bottom: 1px solid white;
        overflow: hidden;
    }
    .con18_top_3rd_item_desc_1 {
        font-size: 4vw;
        width: 86%;
        margin-top: 4%;
        font-family: pretendard-bold;
    }

    .form {
        margin-top: 2%;
        width: 89%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 1px solid white;
        padding-top: 2.7%;
        background: white;
        z-index: 1;
        margin-bottom: 11%;
    }
    textarea::placeholder {
        font-size: 2.9vw;
    }
    .form_row textarea {
        height: 29vw;
    }
    .con16_top_2nd_item {
        width: 47.5368%;
        height: 37vw;
    }
    .con16_top_2nd_item_margin{
        margin-bottom: 24%;
    }
    .con16_top_2nd_item_arrow {
        width: 4.75873%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con16_top_2nd_item_arrow_1 {
        top: 10%;
        left: 49%;
    }
    .con16_top_2nd_item_arrow_2 {
        top: 32%;
        left: 49%;
    }
    .con16_top_2nd_item_arrow_3 {
        top: 54%;
        left: 49%;
    }
    .con16_top_2nd_item_arrow_4 {
        top: 88%;
        left: 49%;
    }
    .con16_top_2nd_item_arrow_5 {
        display: none;
    }
    .con16_top_2nd_item_arrow_6 {
        display: none;

    }

    .form_top {
        width: 76.1188%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 19%;
        margin-bottom: 8%;
    }
    .con18_top_3rd {
        flex-wrap: wrap;
        width: 86%;
        margin-bottom: 9%;
    }
    .con12_top_5th {
        width: 96.802%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        z-index: 1;
        margin-bottom: 45%;
    }
    .con08_02 {
        width: 511% !important;
        opacity: 0.8;
    }
    .con8_con {
        background: url(/images/con08_04.png) no-repeat center / cover;
        background-attachment: unset;
    }
    .con6_top_5th_1st {
        width: 38.2673%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -3%;
    }
    .con6_absol_3 {
        width: 28.5941%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 39%;
        left: 3%;
        z-index: 1;
    }
    .con6_absol_5 {
        width: 29.505%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        top: 40%;
        right: -4%;
        z-index: 1;
    }
    .con5_con_2nd{
        flex-wrap: wrap;
        height: 100vw;
    }
    .con5_item {
        width: 50% !important;
        height: 50%;
        box-sizing: border-box;
        overflow: hidden;
    }
    .con5_item:nth-of-type(2), .con5_item:nth-of-type(3) {
        border-left: white 1px solid;
        border-right: white 1px solid;
        border-top: white 1px solid;
        border-bottom: 1px solid white;
    }
    .con5_item_top{
        top: unset !important;
    }
    .con09_03{
        bottom: 0;
    }
    .con5_2nd_absol {
        width: 21.0792%;
        display: flex;
        justify-content: center;
        z-index: 2;
        align-items: center;
        top: 33%;
        flex-direction: column;
        pointer-events: none;
    }
    .con7_mid_swiper_1_slide > p {
    margin-top: 4%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 73%;
    white-space: nowrap;
    font-size: 3vw;
    font-family: GmarketSansMedium;
    bottom: 9%;
    border-radius: 50px;
    padding-top: 1%;
    color: black;
    margin-bottom: 4%;
}
.con9_mid .con7_mid_con {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 85%;
    margin: 1%;
    box-sizing: border-box;
    border-radius: 15px;
}
.con16_top_2nd_item {
        width: 47.5368%;
        height: 43vw;
    }    
    .con17_mid_item{
    width: 83% !important;
    height: 100vw;
    margin-bottom: 7%;
    display: flex;
    flex-direction: column;
    }
    
    
    

    .con11_mid_next {
        left: 79% !important;
        width: 3vw !important;
        bottom: unset !important;
        right: unset !important;
        height: 3vw !important;
        background: transparent;
        top: unset !important;
    }
    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        color: white !important;
        font-size: 3.3vw !important;
    }
    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        color: white !important;
        font-size: 3.3vw !important;
    }    
.con11_mid_prev {
    width: 3vw !important;
    height: 3vw !important;
    right: 35% !important;
    left: unset !important;
    top: unset !important;
    bottom: unset !important;
    background: transparent;
}
    .con12_absol_2 {
        width: 47.1485%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 3;
        top: 64%;
        right: 1%;
        flex-direction: column;
    }
    .con12_absol {
        width: 45.1485%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 9%;
        flex-direction: column;
        z-index: 3;
        top: 63%;
    }    
        .con12_top_7th {
        background: #c7222b;
        height: 110vw;
        width: 100%;
        margin-top: -6%;
    }
    .con12_mid_swiper_1{
            bottom: 4%;
    width: 98% !important;
    z-index: 0;
    }
.con12_mid_swiper_1_slide_desc {
    color: white;
    top: 52%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    font-family: 'Pretendard-Regular';
    font-size: 3.9vw;
}
.con12_mid_swiper_1_slide_p{
        color: #C7222B;
    font-size: 9.2vw;
    font-family: pretendard-black;
    left: 50%;
    transform: translateX(-50%);    
    bottom: 7%;
    text-align: center;
    white-space: nowrap;
}    
.con12_mid_swiper_1_slide_p::after {
    color: #C7222B;
    font-size: 5.3vw;
    position: absolute;
    content: 'php';
    bottom: 16%;
}    
    .con17 .con7_mid_top{
        flex-wrap: wrap;
    }
        .con18_top_3rd_item {
        width: 45%;
        margin: 2% 1.4%;
        border: 1px solid white;
        height: 53vw;
    }
    .con18_top_3rd_item_desc{
        height: 32vw;
    }
}

