* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}
section{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;

}
.pc-mobile{
    display: flex;
}
.mobile-pc{
    display: none;
}
.pc{
    display: flex;
}
.pc-inline{
    display: inline;
}
.tablet{
    display:none;
}
.mobile{
    display:none;
}
html {
    scroll-behavior: smooth;
}
.main::after{
    width: 1vw;
    height: 0vw;
    position: absolute;
    top: 0;
    pointer-events: none;
    opacity: 0;
    pointer-events: none;
    content:url(/images/con1_10.png) url(/images/con1_11.png) url(/images/con1_12.png)
    url(/images/con6_08.png) url(/images/con6_09.png)  url(/images/con6_10.png) url(/images/con6_11.png) url(/images/con6_12.png)
    url(/images/con7_02.png) url(/images/con7_03.png) url(/images/con7_04.png)  url(/images/con7_05.png);
}
.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.flowhid{
    overflow: hidden;
}
.hide{
    display: none !important;
}
.hideopa{
    opacity: 0 !important;
}
.show{
    opacity: 1 !important;
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
.scrX{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrX .scrX_item{
    animation: marqueeX 20s infinite linear;
    width: 100%;
}
.scrX .scrX_item_absol {
    right: -100%;
    width: 100%;

}

.scrY{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrY .scrY_item{
    animation: marqueeY 20s infinite linear;
    height: 100%;
}
.scrY .scrY_item_absol {
    bottom: -100%;
    width: 100%;
}


.flexrow{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.flexcol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;500;600;700&display=swap");
@font-face {
    font-family: "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: '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 leftmt {
    0% {
        left: 0;
    }

    50% {
        left: 70%;

    }

    100% {
        left: 0;
    }
}


@keyframes ddm4 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate360 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate_img10deg {

    0% {
        transform: rotate(10deg);
    }
    49% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    99% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(10deg);
    }
}

@keyframes rotate_img5deg {

    0% {
        transform: rotate(5deg);
    }
    49% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(-5deg);
    }
    99% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(5deg);
    }
}


@keyframes opazoom {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.02);
        opacity: 0;

    }
    100% {
        transform: scale(1);
        opacity: 1;

    }
}
.opazoom{
    animation: opazoom 1.5s infinite;
}
@keyframes ani_scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.1, 0.01, 0.01, 1.2, 0, 0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes blk {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    31% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk2 {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk3 {
    0% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes scaleOpa {
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes scaleOpa2 {
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes ball {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: 20px;
    }
}
@keyframes ddm {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.15, 0.01, 0.01, 1.15, 0, 30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_imageY {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ddm2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2X {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2Xhalf {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: scale(1.02);
    }
}

@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes uitLineMove {
    0% { stroke-dashoffset: 300.292; }
    100% { stroke-dashoffset: 110; }
}

@keyframes hand {
    0% {
        transform: translateY(-0.5%);
    }

    25% {
        transform: translateY(1%);
    }

    50% {
        transform: translate(0.5%, -1%);
    }

    75% {
        transform: translate(1%, 0.5%);
    }

    100% {
        transform: translate(1%, -1%);
    }
}

@keyframes hand2 {
    0% {
        transform: translateY(2%);
    }

    25% {
        transform: translateY(-1%);
    }

    50% {
        transform: translate(-1%, 2%);
    }

    75% {
        transform: translate(2%, 1%);
    }

    100% {
        transform: translateY(2%);
    }
}
@keyframes bg-position {
    0% {
        background-position: bottom;
    }
    25% {
        background-position: center;
    }
    50% {
        background-position: inherit;
    }
    75% {
        background-position: center;
    }
    100% {
        background-position: bottom;
    }
}
@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.2;
    }
    25% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 1;
    }
    50% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    75% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    100% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0.2;
    }
}

@keyframes light {
    0%, 31%, 34%, 39%, 42%, 47% {
        opacity: 0;
    }
    5%, 30%, 35%, 38%, 43%, 46% {
        opacity: 0.4;
    }
    50%, 55%, 60%, 67%, 51%, 54%, 68%, 100% {
        opacity: 1;
    }
    70% {
        opacity: 0.2;
    }
}
@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);
    }
}
.rotate{
    animation: rotate360 20s infinite linear;
}
.pointer{
    cursor: pointer;
}
.blk{
    animation: blk 1s infinite;
}
.scaleopa1{
    animation: scaleOpa 2s infinite;
}

.scaleopa2{
    animation: scaleOpa2 2s infinite;
}


.swiper-pagination-bullet{
    width: 0.8vw;
    height: 0.8vw;
    background: white;
    opacity: 1;
    transition: 0.3s all;
}
.swiper-pagination-bullet-active{
    width: 2.7vw;
    height: 0.8vw;
    background: #e50111;
    border-radius: 100px;
}
.con1_top_4th_pagination{
    bottom: 4% !important;
}
.main_ab{
    width: 1.99475%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    z-index: 3;
    bottom: 13%;
}
.main_ab_ab{
    width: 405.263%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 125%;
}
.main{
    margin-top: 3%;
}



.con1_right_ab_2{
    bottom: 15%;
    left: 14%;
    height: 4.3vw;
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con1_right_ab_2 input{
    width: 100%;
    height: 100%;
    border-radius: 50px;
    outline: none;
    border: none;

    padding-left: 6%;
}
.con1_right_ab_2:focus{
    outline: none;
    border: none;
}
.con1_right_ab_2 input::placeholder{
    color: #e50111;
    font-size: 1.1vw;
}
.con1_right_ab_2 input{
    font-size: 1.1vw;
}
.con1_right_ab_2_ab{
    z-index: 2;
    pointer-events: none;
    right: 7.5%;
    width: 7.70878%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con1_right{
    width: 36.3255%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 3%;
}
.con1{
    margin: 5% 0;
}
.con1_left_ab{
    width: 26.1561%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 12%;
    top: 23%;
}
.con1_left_ab_2{
    width: 29.3353%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 12%;
    top: 67%;
}
.con1_right_ab{
    width: 26.7341%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 12%;
    top: 19%;
}
.con1_right_ab_2 {
    bottom: 15%;
    left: 12%;
    height: 3.3vw;
    width: 49%;
    display: flex
;
    justify-content: center;
    align-items: center;
}

.con2{
    background: url(/images/front/con02_bg.png) no-repeat center / cover;
}
.con2_top{
    margin-top: 6%;
}
.con2_top_2nd{
    font-size: 5vw;
    text-align: center;
    font-weight: 900;
    line-height: 1.1;
    margin-top: 1.4%;
}
.con2_top_3rd{
    width: 15.748%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-left: 0%;
}
.con2_top_4th{
    width: 25.0919%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-left: 0%;
}
.con2_top_5th{
    text-align: center;
    margin-top: 2%;
}
.con2_top_6th{
    width: 29.5538%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.7%;
    margin-left: 0%;
}
.con2_top_7th{
    margin-top: 2.4%;
    margin-bottom: 5%;
}
.con2_ab{
    width: 52.5459%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 0;
    right: 0;
}
.con2_ab_2{
    width: 24.5144%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 0;
    bottom: 0;
}
.con2_ab_3{
    width: 5.66929%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 28%;
    top: 23%;
}
.con2_top_4th_ab{
    width: 7.94979%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 48%;
}
.con2_top{
    margin-top: 6%;
    font-size: 1.1vw;
}
.con2_top_7th_item{
    width: 8.39895%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin: 0 1%;
}







.floating_div {
    position: relative;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    width: 22%;
    padding: 2.1% 4%;
    padding-bottom: 4%;
    box-sizing: border-box;
    z-index: 1001;
    border-radius: 40px;
}
.floating_div_item {
    transition: 0.3s font-weight;
    position: relative;
    display: flex
;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-family: 'NanumMyeongjo';
    letter-spacing: -0.04vw;
    color: black;
    border: 1px solid black;
    width: 44%;
    border-radius: 50px;
    transition: 0.3s all;
}
.floating_div_item:hover{
    background: black;
    color: #fdfbf5;
}
.con08_change.con08_tab{
    background: black;
    color: #fdfbf5;
}


.con7_prev img{
    width: 100%;
}
.con7_next img{
    width: 100%;
}

.con7_prev:after,.con7_next:after {
    content: unset !important;
}

.con7_prev{
    left: 1% !important;
    top: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    border-radius: 50%;
    overflow: hidden;
    left: 9% !important;
    bottom: 33%;
    transition: 0.4s background;
}
.con7_next{
    right: 1% !important;
    top: unset !important;
    width: 3vw !important;
    border-radius: 50%;

    height: 3vw !important;
    overflow: hidden;
    transition: 0.4s background;

    right: 9% !important;
    bottom: 33%;

}




.con08_tab_wrap {
    position: relative;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    width: 22%;
    padding: 1.1% 4%;
    box-sizing: border-box;
    z-index: 1001;
    border-radius: 40px;
    background: white;
    position: absolute;
    border: 1px solid #00000026;
    top: 0;
    transform: translateY(50%);
    transition: 1s bottom, 0.3s scale;
    scale: 0.95;
    margin-top: 3%;
    margin-bottom: 3%;
    position: relative !important;
}
.con08_change.con08_tab p{
    font-weight: 600;
}

.con08_menu.absol{
    position: absolute !important;
}

.con08_menu .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;

}

.con08_menu {
    width: 66%;
}
.con08_menu_img_con{
    width: 100%;
    top: 0;
    height: 57%;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 2;
    transition: 0.4s all;

}
.con08_menu_img {
    width: 62%;
    display: flex
;
    justify-content: center;
    align-items: center;
    top: 20%;
    transition: 0.5s all;
}

.con08_menu_tt{
    top: 65%;
    transition: 0.3s all;

}



.con08_menu{
    opacity: 0;
}
.con08_change.con08_menu{
    z-index: 3;
    opacity: 1;
}



.con08_menu_tt{
    font-size: 1.4vw
}
.floating_div{
    background: unset !important;
    border: unset !important;
}

.con08_menu_con {
    height: 17vw;
    width: 32vw;
    border-radius: unset;
    border: unset;
    box-sizing: border-box;
}
.con08_menu_img {
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    top: 0;
    transition: 0.5s all;
}

.con08_menu_desc {
    top: 96%;
    width: 69%;
    text-align: center;
    transition: 0.3s all;
    opacity: 0;
}

.con08_menu_tt{
    margin-top: 0%;

}

.con7_prev {
    border-radius: unset;
}
.con08_change.con08_menu {
    z-index: 3;
    opacity: 1;
    width: 93%;
}


.con08_menu_con {
    height: 21vw;
    width: 13vw;
    border-radius: unset;
    border: unset;
    box-sizing: border-box;
    justify-content: flex-start;
}

.con08_menu_img_con{
    height: 80%;
    width: 99%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_menu_img{
    width: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    transition: 0.5s all;
    height: 80%;
}

.con08_menu_img img{
    width: unset;
    height: 100%;
}
.con08_menu_tt{
    font-family: "Pretendard Variable";
    color: #e50111;
    font-size: 1.1vw;
}
.con08_menu_tt_con{
    height: 73%;
}
.con08_menu_tt{
    top: 100%;
    position: absolute;
}
.con08_menu_desc{
    color: black;
}
.con08_menu_wrap{
    translate: none;
    rotate: none;
    scale: none;
    opacity: 1;
    margin-top: 8%;
    margin-bottom: 5%;
}

.con08_menu .swiper-slide.swiper-slide-next +.swiper-slide{

}

.con08_change.con08_menu {
    padding-top: 11%;
}

.con08_menu_wrap {
    translate: none;
    rotate: none;
    scale: none;
    opacity: 1;
    margin-top: 0%;
    margin-bottom: 5%;
}
.con08_menu_tt_con_ab{
    width: 113.71%;
    display: flex;
    justify-content: center;
    align-items: center;
    scale: 0.8;
    bottom: 20%;
    transition: 0.3s all;
    opacity: 0;

}
.con08_menu .swiper-slide.swiper-slide-next +.swiper-slide .con08_menu_tt_con_ab{
    width: 113.71%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 27%;
    opacity: 1;
    scale: 1.05;

}
.con08_menu .swiper-slide.swiper-slide-next +.swiper-slide .con08_menu_img_con{
    scale: 1.3;
    transform: translateY(-14%) rotate(10deg);
}

.con08_menu .swiper-slide.swiper-slide-next +.swiper-slide .con08_menu_desc {
    color: black;
    opacity: 1;
    top: 113%;
    text-align: center;
}

.con7_prev{
    left: 1% !important;
    top: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    border-radius: 50%;
    overflow: hidden;
    left: 38% !important;
    bottom: 43%;
    transition: 0.4s background;
    border-radius: unset;
    overflow: unset;
}

.con7_next{
    right: 1% !important;
    top: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    border-radius: 50%;
    overflow: hidden;
    right: 38% !important;
    bottom: 43%;
    transition: 0.4s background;
    border-radius: unset;
    overflow: unset;
}
.con08_change.con08_tab {
    background: #e50111;
    color: #fdfbf5;
    border: unset;
}

.floating_div_item {
    border: unset;
    width: 9%;
    height: 2.5vw;
}

.con08_tab_wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 82%;
    margin-left: 19%;
}
.con08_tab_text p{
    font-size: 1.2vw;
}
.con3_ab{
    width: 17.3753%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 5%;
    overflow: hidden;
    top: 12.5%;
}
.con4{
    background: url(/images/front/con04_bg.png) no-repeat center / cover;
}
.con4_top{
    width: 27.6115%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    margin-left: -50%;
}
.con4_top_2nd{
    width: 16.8504%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-left: -60%;
}
.con4_top_2nd_ab{
    left: 103%;
    white-space: nowrap;
    bottom: 3%;
    font-size: 1.1vw;
}
.con4_top_2nd_ab_sm{
    font-size: 0.9vw;
}
.con4_top_3rd{
    width: 76%;
    margin-top: 1%;
}
.con4_top_4th{
    width: 76%;
    margin-top: 1%;
}
.con4_top_3rd{
    width: 76%;
    margin-top: 1%;
    font-size: 1.13vw;
}
.con4_top_5th{
    width: 10.6562%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-left: -66%;
    margin-bottom: 7%;
}
.con01_12_scrx{
    padding: 0.7% 0;
    width: 120%;
    border-top: 0.15vw solid white;
}
.con4_swiper_item_img{
    width: 35vw;
    height: 15vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con4_swiper_item_img{
    width: 35vw;
    height: 26vw;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 47%;
    top: 20%;
    border-radius: 2vw;
    overflow: hidden;
}
.con4_swiper_item_img iframe{
    height: 100%;
    width: 100%;
}




.con5 .swiper {
    width: 100%;
    padding: 5vw 0;
    box-sizing: border-box;
    position: relative;
}

.con5 .swiper-slide {
    position: relative;
    border-radius: 2vw;
    overflow: hidden;
    background-color: #fce4ec;
    text-align: center;
    transition: opacity 0.3s ease;
    opacity: 0.5;
}
.con5 .swiper-slide .slide-inner{
    position: relative;
    border-radius: 2vw;
    overflow: hidden;
    text-align: center;
}

.con5 .swiper-slide-active + .swiper-slide{
    opacity: 1;
}

.con5 .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.7;
}

.con5 .slide-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #e50111;
    color: white;
    padding: 2vw;
    font-size: 1vw;
    text-align: left;
    box-sizing: border-box;
}

.con5 .slide-caption p {
    margin: 0 0 1vw;
    font-size: 1.1vw;
}

.con5 .slide-caption span {
    font-size: 1vw;
    opacity: 0.9;
}

.con5 .custom-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #e50111;
    color: white;
    width: 4vw;
    height: 4vw;
    border-radius: 50%;
    font-size: 2vw;
    line-height: 4vw;
    text-align: center;
    cursor: pointer;
    z-index: 10;
}

.con5 .swiper-button-prev {
    left: -2vw;
}

.con5 .swiper-button-next {
    right: -2vw;
}
.con5{
    background: url(/images/front/con05_bg.png) no-repeat center / cover;
}
.con5_top{
    width: 35.5381%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
    margin-left: 0%;
}

.con5 .swiper {
    width: 72%;
    padding: 5vw 0;
    box-sizing: border-box;
    position: relative;
}
.slide-inner {
    height: 27vw;
    display: flex
;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 96%;
}
.slide-img{
    width: 429.53%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    width: unset;
    height: 19vw;
}
.slide-img  img{
    height: 100%;
    width: unset !important;
}
.con5 .con7_prev{
    left: 29% !important;
}
.con5 .con7_next{
    right: 29% !important;
}
.con5_top_2nd{
    margin-top: -3%;
}
.con5_top_3rd{
    width: 8.39895%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-left: 0%;
    margin-bottom: 4%;
}
.con6_mid_swiper_1{
    overflow: hidden;
    margin-top: 2.4%;
}
.con2_top_3rd {
    width: 15.748%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-left: 0%;
}
.con2_ab_3 {
    top: 20%;
}
.con08_menu_desc{
    
    width: 169%;
}

.con08_menu .swiper-slide.swiper-slide-next +.swiper-slide .con08_menu_desc {
    width: 169%;
}
.container{
    display: none;
}

.con1_right_ab_2_ab {
    pointer-events: unset;
    z-index: 2;
    cursor: pointer;
}


.con2_top_4th_ab {
    right: 22%;
}
.con2_top {
    margin-top: 5%;
    font-size: 1.1vw;
    opacity: 0;
}
.main img{
    width: 100%;
}
.con08_menu_wrap {
}
.con08_menu{
    position: absolute;
}
.con08_change.con08_menu {
    position: relative !important;
}

.con6_mid_swiper_1 {
    height: 39vw;
}

.main_ab{
    bottom: 16%;
}
.con08_menu_con{
    height: 23vw;
}
.con5 .slide-img{
    height: 25vw;
}

.con5 .slide-img img {
    height: 100% !important;
}

.con5 .slide-img {
    height: 20vw;
}
.con08_menu_img img {
    width: unset !important;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {


    .main {
        margin-top: 14%;
    }

    .swiper-pagination-bullet {
        width: 2.8vw;
        height: 2.8vw;
        background: white !important;
        
        opacity: 1;
        transition: 0.3s all;
    }
    .swiper-pagination-bullet-active {
        width: 8.7vw !important;
        height: 2.8vw;
        background: #e50111  !important;
        border-radius: 100px;
    }    
    .con1{
        flex-direction: column;
    }
    .con1_left{
        width: 93.3255%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        margin-bottom: 3%;
    }

    .con1_right {
        width: 93.3255%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0;
    }
    .con1_right_ab {
        width: 32.7341%
    ;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 12%;
        top: 19%;
    }

    .con1_left_ab {
        width: 32.1561%
    ;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 12%;
        top: 16%;
    }
    .con1_left_ab_2 {
        width: 37.3353%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 11%;
        top: 70%;
    }
    .con1_right_ab_2 input {
        font-size: 3.3vw;
    }
    .con1_right_ab_2 {
        bottom: 15%;
        left: 12%;
        height: 7.3vw;
    }

    .con1_right_ab_2 input::placeholder{
        font-size: 3.3vw;
    }
    .con1{
        flex-direction: column !important;
    }
    .con2_top {
        margin-top: 14%;
        font-size: 3.3vw;
    }

    .con2_top_2nd {
        font-size: 11vw;
        text-align: center;
        font-weight: 900;
        line-height: 1.1;
        margin-top: 2.4%;
    }

    .con2_top_3rd {
        width: 40.748%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 7%;
        margin-left: 0%;
    }
    .con2_top_4th {
        width: 83.0919%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-left: 0%;
    }
    .con2_top_5th {
        text-align: center;
        margin-top: 7%;
        width: 79%;
    }
    .con2_top_6th {
        width: 106%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5.7%;
        margin-left: 0%;
    }
    .con2_top_7th {
        margin-top: 5.4%;
        margin-bottom: 14%
    ;
    }

    .con2_top_7th_item {
        width: 32.39895%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin: 0 1%
    ;
    }
    .con08_tab_wrap {
        position: relative;
        display: flex
    ;
        justify-content: space-between;
        align-items: center;
        width: 82%;
        margin-left: 0;
        flex-wrap: wrap;
    }
    .floating_div_item {
        border: unset;
        width: 24%;
        height: 7.5vw;
    }
    .con08_tab_text p {
        font-size: 3.3vw;
    }

    .con08_menu_wrap {
        translate: none;
        rotate: none;
        scale: none;
        opacity: 1;
        margin-top: 0%;
        margin-bottom: 5%;
        flex-direction: column;
        width: 222%;
    }
    .con08_menu_con {
        height: 50vw;
        width: 28vw;
        border-radius: unset;
        border: unset;
        box-sizing: border-box;
        justify-content: flex-start;
    }

    .con08_menu_tt {
        font-family: "Pretendard Variable";
        color: #e50111;
        font-size: 3.5vw
    ;
    }

    .con08_menu .swiper-slide.swiper-slide-next +.swiper-slide .con08_menu_desc {
        color: black;
        opacity: 1;
        top: 117%;
        text-align: center;
        width: 180%;
        text-align: center;
        height: 15vw;
    }
    .con08_change.con08_menu {
        padding-top: 15%;
        padding-bottom: 5%;
    }
    .con7_prev {
        left: 1% !important;
        top: unset !important;
        width: 8vw !important;
        height: 8vw !important;
        border-radius: 50%;
        overflow: hidden;
        left: 27% !important;
        bottom: 43%;
        transition: 0.4s background;
        border-radius: unset;
        overflow: unset;
    }
    .con7_next{
        right: 1% !important;
        top: unset !important;
        width: 8vw !important;
        height: 8vw !important;
        border-radius: 50%;
        overflow: hidden;
        right: 27% !important;
        bottom: 43%;
        transition: 0.4s background;
        border-radius: unset;
        overflow: unset;
    }
    .con08_tab_wrap{
        margin-top: 15%;
    }
    .con3_ab {
        width: 39.3753%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: unset;
        top: 11.5%;
    }

    .con4_top {
        width: 70.6115%
    ;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0;
    }

    .con4_top_2nd {
        width: 62.8504%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-left: -12%;
    }
    .con4_top_2nd_ab {
        left: 103%;
        white-space: nowrap;
        bottom: 3%;
        font-size: 4.3vw;
    }
    .con4_top_2nd {
        width: 62.8504%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-left: -5%;
    }
    .con4_top_2nd_ab_sm {
        font-size: 2.9vw;
        position: absolute;
        top: 102%;
        right: 0%;
    }
    .con4_top_3rd {
        width: 80%;
        margin-top: 9%;
        font-size: 3.53vw;
        text-align: center;
    }
    .con4_top_4th {
        width: 76%;
        margin-top: 2%;
        text-align: center;
    }
    .con4_top_5th {
        width: 36.6562%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        margin-left: 0;
        margin-bottom: 7%;
    }
    .con4_swiper_item_img{
        position: relative !important;

        width: 81vw;
        height: 44vw;
        display: flex;
        justify-content: center;
        align-items: center;
        left: unset;
        top: 20%;
        border-radius: 2vw;
        overflow: hidden;
    }



    .con01_12_scrx {
        padding: 0.7% 0;
        width: 420%;
        border-top: 0.15vw solid white;
        margin-top: 10%;
    }

    .con4_top {
        width: 80.6115%
    ;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0;
    }

    .con5_top {
        width: 85.5381%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
    }
    .con5_swiper{
        width: 235%;
        margin-top: 3%;
        margin-bottom: 4%;
    }
    .slide-img img{
        width: 100%;
        height: 100% !important;
    }
    .slide-inner {
        height: 59vw;
        display: flex
    ;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        width: 96%;
    }
    .con5 .slide-caption p {
        margin: 0 0 1vw;
        font-size: 3.1vw
    ;
    }
    .con5 .slide-caption span {
        font-size: 2.6vw;
        opacity: 0.9;
    }


    .con5_top_3rd {
        width: 29.39895%
    ;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        margin-left: 0%;
        margin-bottom: 11%;
    }
    .slide-inner {
        height: 59vw;
        display: flex
    ;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }
    .slide-img {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        width: unset;
        height: 44vw;
    }
    .con5_top_3rd {
        width: 29.39895%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-left: 0%;
        margin-bottom: 11%;
    }
    .con08_menu_wrap {
        translate: none;
        rotate: none;
        scale: none;
        opacity: 1;
        margin-top: 0%;
        margin-bottom: 5%;
        flex-direction: column;
        width: 222%;
        height: 97vw;
    }
    .con2_top_4th {
        width: 83.0919%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 8%;
        margin-left: 0%;
    }

    .con2_ab_3 {
        width: 15.66929%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 9%;
        top: 23%;
    }

.main_ab {
    width: 1.99475%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    z-index: 3;
    bottom: 13%;
    display: none;
}
    .con2_ab_3 {
        width: 15.66929%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 9%;
        top: 15%;
    }
        .con2_top {
        margin-top: 12%;
        font-size: 3.3vw;
        opacity: 0;
    }
.con6_mid_swiper_1 {
    height: 141vw;
}
    section img{
        width: 100%;
    }
    .main_ab {
        width: 5.99475%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        z-index: 3;
        bottom: 15%;
    }    
.con5 .slide-img {
    height: 58vw;
}
    .con5 .slide-img {
        height: 49vw;
    }
    
    
}
