* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}

ul,
ol {
    list-style: none;
}
.container{
	display: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: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
/*@font-face {*/
/*    font-family: 'VITRO_CORE_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 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 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);
    }
}
.main_top{
    margin-top: 15%;
    font-size: 3vw;
    width: 79%;
}
.main_top_2nd{
    font-size: 3vw;
    width: 79%;

    margin-top: -0.5%;

}
.main_top_3rd{
    width: 79%;

    margin-top: 3.5%;
}
.main_top_4th{
    width: 79%;

    margin-top: 1.2%;
    margin-bottom: 10%;
}

.main_top_5th{
    width: 24.3045%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    bottom: 0%;
}
.main_top_4th_ab{
    width: 51.5928%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    left: 109%;
}
.main_top p{
    z-index: 2;
    position: relative;
}
.main_top_ab{
    right: 98.8%;
    bottom: 61%;
    width: 3.38918%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con7_prev:after,.con7_next:after {
    content: unset !important;
}
.con7_prev {
    left: 40.5% !important;
    top: unset !important;
    bottom: 12%;
    width: 6vw !important;
    height: 4vw !important;
}
.con6_mid_swiper_item{
    overflow: hidden;
    width: 56.5%;
    position: absolute;
    right: 0;
    border-radius: 0 0 0 20px;
    bottom: 0;
}

.con1_top_left_ab_3{
    width: 19.3496%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10%;
}
.con1_top_left_ab{
    left: 14%;
    top: 30%;
    font-size: 1.6vw;
}
.con1_top_left_ab_2{
    left: 14%;
    top: 54%;
}


.con1_top_right_ab_3{
    width: 19.3496%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10%;
}
.con1_top_right_ab{
    left: 14%;
    top: 30%;
    font-size: 1.6vw;
}
.con1_top_right_ab_2{
    left: 14%;
    top: 54%;
}
.con1_top{
    margin-top: 8%;
    margin-bottom: 6.5%;
}
.con1_top_left{
    width: 34.4357%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3.5%;
    cursor: pointer;
}
.con1_top_6th{
    text-align: center;
    margin-top: -2%;
    margin-bottom: 7%;
}
.con1_top_right{
    width: 34.4357%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con1_top_6th .bold_suit{
    font-size: 1.1vw ;
}
.con1_top_7th{
    background: url(/images/front/con03_bg01.png) no-repeat center / cover;
}
.con1_top_7th_con{
    background:white;
    clip-path: ellipse(47% 22% at 50% 50%);
    height: 30vw;
}
.con6_mid_swiper_2 .con6_mid_swiper_1_slide_p_con{
    scale: 0.4;
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con6_mid_swiper_2 .con6_mid_swiper_1_slide.swiper-slide-next +.con6_mid_swiper_1_slide .con6_mid_swiper_1_slide_p_con{
    scale: 0.5;
    rotate: 14deg;
}
.con6_mid_swiper_2{
    z-index: 2;
}
.con1_top_7th_scrx{
    width: 300%;
}
.con1_top_7th_con {
    background: white;
    clip-path: ellipse(44% 43% at 50% 50%);
    height: 40vw;
}
.con6_mid_swiper_1_slide_p_con{
    transition: 0.3s all;
}
.con1_top_7th_scrx {
    width: 300%;
    z-index: 1;
}

.con1_top_7th_ab{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -5%;
}




.con07_tab_wrap {
    margin-bottom: 3vw;
}
.con07_tab {
    width: 10.4987%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.con07_tab_h {
    bottom: 0%;
}
.con07_tab .absol {
    opacity: 0;
    transition: opacity 0.3s;
}
.con07_tab:hover .absol {
    opacity: 1;
}
.con07_tab.con07_change .absol {
    opacity: 1;
}
.con07_tab_h {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_menu_wrap {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
}
div.con07_menu {
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 1vw;
    gap: 1vw 0;
    display: none;
    padding-bottom: 13vw;
}
div.con07_menu.con07_change {
    display: flex;
}
.con07_menu_box {
    width: 25%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding-bottom: 1vw;
}
.con07_menu_img {
    width: 84.4257%;
    height: 15.6vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #000;
    margin-bottom: 1vw;
}
.con07_menu_img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.con07_menu_title {
    font-size: 1.2vw;
    font-weight: 600;
    margin-bottom: 0.5vw;
}
.con07_more {
    width: 17.3274%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 12%;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.con2{
    background: url(/images/front/con04_bg.png) no-repeat center / cover;
}
.con2_top{
    font-size: 2.7vw;
    margin-top: 8%;
}
.con2_top_ab{
    position: absolute;
}
.con07_tab_wrap {
    margin-bottom: 3vw;
    margin-top: 5%;
}
.con07_tab {
    width: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0 3%;
    font-size: 1.1vw;
}
.con2_top p{
    z-index: 5;
    position: relative;
}
.con2_top_ab{
    left: -9%;
    width: 9.9363%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 55%;
}
.con07_tab_wrap {
    margin-bottom: 3vw;
    margin-top: 5%;
    border-bottom: 2px solid white;
    padding-bottom: 1%;
}
.con07_menu_wrap {
    width: 52%;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
}
div.con07_menu {
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 1vw;
    gap: 1vw 0;
    display: none;
    padding-bottom: 13vw;
    color: white;
}
.con07_menu_img {
    width: 79.4257%;
    height: 11.7vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    border: 2px solid #000;
    margin-bottom: 1vw;
}
.con07_menu_img_ab{
    width: 32.4703%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 26%;
    transition: 0.3s all;
}
.con07_menu_img {
    width: 79.4257%;
    height: 11.7vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    border: 2px solid #000;
    margin-bottom: 1vw;
    overflow: hidden;
    border-radius: 0 0 15px 15px;
}
.con07_menu_des_con{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 57%;
    transition: 0.3s all;
    top: 100%;
}
.con07_menu_des{
    top: 20%;
    width: 85%;
    text-align: center;
}
.con07_menu_box:hover .con07_menu_des_con{
top: 57%;
}
.con07_menu_box:hover .con07_menu_img_ab{
    top: 16%;
    transform-origin: top;
    scale: 2;
}
.con07_tab{
    transition: 0.3s all;
}
.con07_tab_wrap {
    margin-bottom: 3vw;
    margin-top: 5%;
    border-bottom: 2px solid white;
    padding-bottom: 0.5%;
    height: 2vw;
    z-index: 3;
}
.con07_tab:hover {
    width: unset;
    display: flex
;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0 2%;
    font-size: 1.1vw;
    padding: 0 1%;
    padding-bottom: 1%;
    color: #f6ce54;
    border-bottom: 0.5vw solid #f6ce54;
}
.con07_tab_wrap .con07_change{
        width: unset;
    display: flex
;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0 2%;
    font-size: 1.1vw;
    padding: 0 1%;
    padding-bottom: 1%;
    color: #f6ce54;
    border-bottom: 0.5vw solid #f6ce54;
}
.con3{
    background: url(/images/front/con05_01.png) no-repeat center / cover;

}
.con3_top{
    width: 78%;
    font-size: 2.6vw;
    margin-top: 10%;
}
.con3_top p{
    z-index: 4;
    position: relative;
}
.con3_top_2nd{
    width: 78%;
    font-size: 2.6vw;
    margin-top: -0.5%;
}
.con3_top_3rd{
    width: 14.2257%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -63.5%;
    overflow: hidden;
    margin-top: 2%;
    margin-bottom: 17%;
}
.con3_top_4th{
    width: 9.13386%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -70%;
    border: 2px solid black;
    border-radius: 11vw;
    margin-bottom: 5%;
}
.con6_mid_swiper_3{
    right: 0;
    overflow: hidden;
    width: 60%;

}

.con6_mid_swiper_3 .con6_mid_swiper_1_slide_p_con{
    width: 100% !important;
}

.con4_top {
    font-size: 2.7vw;
    margin-top: 8%;
}
.con4_top_ab {
    left: -6%;
    width: 9.9363%;
    display: flex
;
    justify-content: center;
    align-items: center;
    bottom: 55%;
}
.con4_top p {
    z-index: 5;
    position: relative;
}
.con6_mid_swiper_1_slide_p_con_img{
    width: 100% !important;
}

.con6_mid_swiper_4{
    width: 58%;
    margin-top: 4%;
    margin-bottom: 3%;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    display: none;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    display: none !important;
}

.con21_mid_prev {
    top: 50% !important;
    right: 83% !important;
    left: unset !important;
    bottom: unset !important;
    width: 5vw !important;
    height: 3vw !important;
    margin: 0 !important;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con21_mid_next {
    top: 50% !important;
    left: 83% !important;
    right: unset !important;
    bottom: unset !important;
    width: 5vw !important;
    height: 3vw !important;
    margin: 0 !important;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con6_mid_swiper_1_slide_p_con_des{
    margin-top: 5%;
}
.con6_mid_swiper_1_slide_p_con_des p{
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;

    display: -webkit-box;
    -webkit-line-clamp: 2;
-webkit-box-orient: vertical
}

.con4_top_4th {
    width: 9.13386%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-left: unset;
    border: 2px solid black;
    border-radius: 11vw;
    margin-bottom: 5%;
}

.con5{
    align-items: flex-end;
}
.con5_right{

}
.con5_top_2nd{
    position: relative;
    width: 23.1496%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con5_top_2nd {
    position: relative;
    transform: translateX(50%);
    right: 50%;
    margin-top: -3%;
    margin-bottom: 8%;
}
.con5_right_ab2{
    width: 125.162%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 40%;
    left: -19%;
}
.con5_right_ab{
    width: 72.9162%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 22%;
    right: 47%;
}



.con5_right{
    width: 23.0971%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main .con6_mid_swiper_1_slide_p_con{
    width: 100% !important;
}
.con07_menu_img {
    border: unset !important;
}
.con07_menu{
    width: 100% !important;
}
    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
        content: '' !important;
    }
    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
        display: none !important;
    }
.ccon3_mid_slide {
    height: 13.8vw !important;
    overflow: hidden;
}
.ccon3_mid_slide img{
    max-width: 100%;
}
.ccon3_mid_swiper{
        width: 66%;
    overflow: hidden;
    left: 0;
    top: 14%;
}
.ccon3_mid_slide {
    height: 21.8vw !important;
    overflow: hidden;
}
.con21_mid_prev img{
    width: 100%;
}
.con7_prev img{
    width: 100%;
    
}

.con21_mid_next img{
    width: 100%;
}
.con7_next img{
    width: 100%;
    
}
.con6_mid_swiper_4{
    overflow: hidden;
}
.con1_top_7th_scrx .scrX_item {
    animation: marqueeX 40s infinite linear;
    width: 100%;
}
.con3 .con6_mid_swiper_3 img{
    width: unset !important;
    max-width: 100%;
}
.con3 .con6_mid_swiper_3 {
    right: 0;
    overflow: hidden;
    width: 55%;
}
.con3_top_3rd {
    margin-bottom: 15%;
}
.con3_top {
    margin-top: 8%;
}
.main_top {
    white-space: nowrap;
}
.main_top_2nd{
    white-space: nowrap;
    
}
    .main_top {
    white-space: nowrap;
        display: inline-block !important;
        
}
.main_top_2nd{
    white-space: nowrap;
        display: inline-block !important;
    
    
}
    .main_top .line{
        display: inline-block !important;
        width: unset !important;
    }
        .main_top_2nd .line{
        display: inline-block!important;
        width: unset !important;
            
    }
.main{
    background: white;
}
.con1{
    background: white;
}
.con4{
    background: white;
}
.con5{
    background: white;
}
.con07_menu_des {
    font-size: 0.85vw;
}
.con07_menu_des span{
        display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.con07_more {
    bottom: 0;
    transform: translateY(-250%) translateX(-50%);
}
.con07_menu_img>img{
    -webkit-filter: brightness(0) invert(1); 
    filter: brightness(0) invert(1);
}
.con07_more img{
    width: 100%;
}
    .con07_menu_title {
        text-align: center;
    }









.notice_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 3% 0% 6% 0%;
}
.notice_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.notice_search_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3vw;
    margin: 5% 0% 2% 0%;
}
.notice_search{
    appearance: none;
    border: none;
    outline: none;
    width: 17%;
    height: 100%;
    padding-left: 2%;
    font-family: 'SUIT-Medium';
    font-size: 1vw;
    border: 1px solid #a1a1a1;
    border-radius: 50px;
    right: 10%;
}
.econ1_07{
    right: 12%;
    z-index: 1;
    width: 0.7%;
}
.notice_title{
    font-family: 'SUIT-Bold';
    font-size: 1.5vw;
    color: #000;
    margin: 1% 0% 0% 0%;
}
.notice_title_s{
    font-family: 'SUIT-Medium';
    font-size: 1.5vw;
    color: #000;
}
.notice_bottom_div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 82%;
    height: 27vw;
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
}
.notice_bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 27vw;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.notice_bottom::-webkit-scrollbar {
    display: none;
}
.notice_div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1.5%;
    border-bottom: 1px solid #000;
    cursor: pointer;
    pointer-events: all;
}
.notice_div_01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 5%;
    height: 2vw;
}
.notice_div_02{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    height: 2vw;
}
.notice_div_03{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 5%;
    height: 2vw;
}
.notice_text_01{
    font-family: 'SUIT-Medium';
    font-size: 1vw;
    color: #000;
}
.notice_text_02{
    font-family: 'SUIT-Medium';
    font-size: 1vw;
    color: #000;
    padding: 0% 0% 0% 22%;
}
.notice_text_03{
    font-family: 'SUIT-Medium';
    font-size: 1vw;
    color: #000;
}
.notice_notice{
    background-color: #b81818;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 25px;
    padding: 7%;
}
.notice_notice_text{
    font-family: 'SUIT-Medium';
    font-size: 1.3vw;
    color: #fff;
}

.notice_content .con01_01{
        width: 1% !important;
    right: 12%;
    z-index: 1;
}
.notice_search_div {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3vw;
    margin: 0% 0% 2% 0%;
}

.bm_pc{
    width: 100% !important;
    margin: 3% 0;
}
.bm_mo{
    width: 100% !important;
    margin: 3% 0;

}
@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {

    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
        display: none !important;
    }
    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
        content: '';
    }
    .con6_mid_swiper_item {
        overflow: hidden;
        width: 100%;
        position: absolute;
        right: 0;
        border-radius: 0 0 0 10px;
        bottom: 0;
        margin-top: 17%;
        position: relative;
    }

    .main_top {
        margin-top: 15%;
        font-size: 7vw;
        width: 68%;
        text-align: center;
    }
    .main_top_2nd {
        font-size: 7vw;
        width: 68%;
        text-align: left;
    }
    .main_top_ab {
        right: 95.8%;
        bottom: 61%;
        width: 9.38918%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }

    .con6_mid_swiper_1_slide_p_con {
        transition: 0.3s all;
        width: 100% !important;
    }
    .main_top_3rd {
        width: 79%;
        margin-top: 4.5%;
        text-align: center;
    }
    .main_top_4th {
        width: 79%;
        margin-top: 2.2%;
        margin-bottom: 10%;
        text-align: center;
    }
    .main_top_5th {
        width: 61.3045%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 0;
        bottom: 0%;
    }
    .main{
        padding-bottom: 5%;
    }
    .con7_prev {
        left: 3.5% !important;
        top: unset !important;
        bottom: 45.5%;
        width: 15vw !important;
        height: 9vw !important;
    }
    .con1_top {
        margin-top: 9%;
        margin-bottom: 10.5%;
        flex-direction: column;
    }

    .con1_top_left {
        width: 84.4357%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-right: 0;
    }
    .con1_top_right{
        width: 84.4357%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-right: 0;
    }
    .con1_top_left_ab {
        left: 14%;
        top: 25%;
        font-size: 4vw;
    }
    .con1_top_right_ab{
        left: 14%;
        top: 25%;
        font-size: 4vw;
    }
    .con1_top_6th .bold_suit {
        font-size: 3.5vw;
    }
    .con1_top {
        margin-top: 16%;
        margin-bottom: 9.5%;
        flex-direction: column;
    }
    .con1_top_6th {
        text-align: center;
        margin-top: -2%;
        margin-bottom: 15%;
    }
    .con1_top_7th_con {
        background: white;
        clip-path: ellipse(43% 32% at 50% 50%);
        height: 83vw;
    }
    .con1_top_7th_ab {
        width: 106.787%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: unset;
    }
    .con6_mid_swiper_2{
        width: 188%;
    }
    .con6_mid_swiper_2 .con6_mid_swiper_1_slide.swiper-slide-next +.con6_mid_swiper_1_slide .con6_mid_swiper_1_slide_p_con {
        scale: 0.65;
        rotate: 19deg;
    }
    .con1_top_7th_scrx {
        width: 600%;
        z-index: 1;
    }
    .con2_top {
        font-size: 6.7vw;
        margin-top: 14%;
    }
    .con07_tab {
        width: unset;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin: 0 3%;
        font-size: 3.3vw;
    }
    .con07_tab:hover {
        width: unset;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin: 0 2%;
        font-size: 3.3vw;
        padding: 0 1%;
        padding-bottom: 1.6%;
        color: #f6ce54;
        border-bottom: 0.5vw solid #f6ce54;
    }
    .con07_tab_wrap .con07_change{
        width: unset;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin: 0 2%;
        font-size: 3.3vw;
        padding: 0 1%;
        padding-bottom: 1.6%;
        color: #f6ce54;
        border-bottom: 0.5vw solid #f6ce54;
    }
    
    .con07_menu_box {
        width: 48%;
        display: flex
    ;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        box-sizing: border-box;
        padding-bottom: 1vw;
    }
    .con07_menu_wrap {
        width: 79%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 1;
    }
    div.con07_menu {
        flex-wrap: wrap;
        justify-content: flex-start;
        font-size: 1vw;
        gap: 1vw 0;
        display: none;
        padding-bottom: 19vw;
        color: white;
    }
    .con07_menu_img {
        width: 79.4257%;
        height: 34.2vw;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        border: unset;
        margin-bottom: 1vw;
        overflow: hidden;
        border-radius: 0 0 5px 5px;
    }
    .con07_menu_title {
        font-size: 3.2vw;
        font-weight: 600;
        margin-bottom: 2.5vw;
    }
    .con07_menu_des {
        top: 20%;
        width: 85%;
        text-align: center;
        font-size: 3.2vw;
    }
    .con07_more {
        width: 31.3274%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 15%;
        left: 50%;
        transform: translateX(-50%);
        cursor: pointer;
    }
    div.con07_menu {
        flex-wrap: wrap;
        justify-content: flex-start;
        font-size: 1vw;
        gap: 1vw 0;
        display: none;
        padding-bottom: 27vw;
        color: white;
        margin-top: 9%;
    }
    .con07_tab_wrap {
        margin-bottom: 3vw;
        margin-top: 5%;
        border-bottom: 1px solid white;
        padding-bottom: 1%;
        height: 6vw;
        z-index: 3;
    }


    .con07_more {
        width: 41.3274%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 15%;
        left: 50%;
        transform: translateX(-50%);
        cursor: pointer;
    }
    .con3_top{
        width: 78%;
        font-size: 7vw;
        margin-top: 16%;
        text-align: center;
    }
    .con3_top_2nd{
        font-size: 7vw;
        text-align: center;
    }
    .main_top_ab {
        right: 74.8%;
        bottom: 60%;
        width: 6.38918%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con3_top_3rd {
        width: 44.2257%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 5%;
        margin-bottom: 20%;
    }
    .con3_top_4th {
        width: 33.13386%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        border: 2px solid black;
        border-radius: 11vw;
        margin-bottom: 10%;
        margin-top: -9%;
    }
    .con6_mid_swiper_3 {
        right: 0;
        overflow: hidden;
        width: 236%;
        position: relative !important;
    }
    .con3_top_4th{
        cursor: pointer;
    }
    .con4_top {
        font-size: 7vw;
        margin-top: 16%;
    }
    .con4_top_ab {
        left: -7%;
        width: 10.9363%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 55%;
    }

    .con6_mid_swiper_4 {
        width: 83%;
        margin-top: 5%;
        margin-bottom: 6%;
    }
    .con4_top_4th {
        width: 33%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: unset;
        border: 2px solid black;
        border-radius: 11vw;
        margin-bottom: 15%;
    }
    .con21_mid_prev {
        top: 40% !important;
        right: 86% !important;
        left: unset !important;
        bottom: unset !important;
        width: 13vw !important;
        height: 9vw !important;
        margin: 0 !important;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con21_mid_next{
        top: 40% !important;
        left: 86% !important;
        right: unset !important;
        bottom: unset !important;
        width: 13vw !important;
        height: 9vw !important;
        margin: 0 !important;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }

    .con5_right {
        width: 56.0971%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con5_top_2nd {
        position: relative;
        transform: translateX(50%);
        right: 50%;
        margin-top: 15%;
        margin-bottom: 16%;
        width: 63%;
    }
    .con5_right_ab {
        width: 79.9162%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 22%;
        right: 47%;
    }


    .con3 .con07_menu_box {
        justify-content: flex-start;
        flex-direction: column;
        box-sizing: border-box;
        padding-bottom: 1vw;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        width: 48%;
    }


    .con07_menu_wrap {
        width: 52%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 1;
        margin-left: 0;
        margin-top: 5%;
    }

    .con3_top {
        font-size: 7vw;
        margin-top: 8%;
    }
    .con07_menu_wrap {
        width: 75%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 1;
        margin-left: 0;
        margin-top: 5%;
    }
    .con07_menu_img {
        width: 82.4257%;
        height: 34.2vw;
        display: flex;
        justify-content: center;
        align-items: center;
        border: unset;
        margin-bottom: 1vw;
        overflow: hidden;
        border-radius: 0 0 5px 5px;
    }
    
        .con3_top {
            font-size: 7vw;
            margin-top: 15%;
        }
    
        .main .main_top_ab {
            right: 96.8%;
            bottom: 61%;
            width: 6.38918%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    .ccon3_mid_swiper{
        position: relative !important;
    }
    .ccon3_mid_swiper {
    width: 100%;
    overflow: hidden;
    left: 0;
    top: 14%;
}
    .ccon3_mid_slide {
    height: 30.8vw !important;
    overflow: hidden;
}
    .con5_right_ab2 {
    left: -48%;
}
    .ccon3_mid_swiper {
    width: 100%;
    overflow: hidden;
    left: 0;
    top: 14%;
    margin-top: 7%;
    margin-bottom: -8%;
}
    .con3 .con6_mid_swiper_3 {
    right: 0;
    overflow: hidden;
    width: 222%;
}
    .main_top {
    white-space: nowrap;
        display: inline-block !important;
        
}
.main_top_2nd{
    white-space: nowrap;
        display: inline-block !important;
    
    
}
    .main_top .line{
        display: inline-block !important;
        width: unset !important;
    }
        .main_top_2nd .line{
        display: inline-block!important;
        width: unset !important;
            
    }
        .con07_more {
        width: 41.3274%;
        display: flex
;
        justify-content: center;
        align-items: center;
        bottom: 6%;
        left: 50%;
        transform: translateX(-50%);
        cursor: pointer;
    }
        .con07_menu_des span {
    font-size: 2.8vw;
}
    
    .con07_more {
    bottom: 0;
    transform: translateY(-150%) translateX(-50%);
}
    .con07_menu_box {
        height: 46vw;
    }
    
    
    
    
    
    .notice_title {
        font-family: 'SUIT-Bold';
        font-size: 5.5vw;
        color: #000;
        margin: 1% 0% 0% 0%;
    }
    .notice_title_s {
        font-family: 'SUIT-Medium';
        font-size: 4.5vw;
        color: #000;
    }
    .notice_search {
        appearance: none;
        border: none;
        outline: none;
        width: 35%;
        height: 100%;
        padding-left: 2%;
        font-family: 'SUIT-Medium';
        font-size: 2.5vw;
        border: 1px solid #a1a1a1;
        border-radius: 50px;
        right: 10%;
    }
    .notice_search_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 5vw;
        margin: 6% 0% 5% 0%;
    }
    .econ1_07 {
        right: 12%;
        z-index: 1;
        width: 2%;
    }

    .notice_bottom_div {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: 70vw;
        border-top: 2px solid #000;
        border-bottom: 1px solid #000;
    }
    .notice_bottom {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: 70vw;
        overflow-y: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .notice_div {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 1.5%;
        border-bottom: 1px solid #000;
        cursor: pointer;
        pointer-events: all;
    }
    .notice_div_01 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 10%;
        height: 9vw;
    }
    .notice_text_01 {
        font-family: 'SUIT-Medium';
        font-size: 3.3vw;
        color: #000;
    }
    .notice_div_02 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 72%;
        height: 9vw;
    }
    .notice_text_02 {
        font-family: 'SUIT-Medium';
        font-size: 3.3vw;
        color: #000;
        padding: 0% 0% 0% 8%;
    }
    .notice_div_03 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 11%;
        height: 9vw;
    }
    .notice_text_03 {
        font-family: 'SUIT-Medium';
        font-size: 3.3vw;
        color: #000;
    }
    .notice_notice {
        background-color: #b81818;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        border-radius: 15px;
        padding: 10%;
    }
    .notice_notice_text {
        font-family: 'SUIT-Medium';
        font-size: 3.3vw;
        color: #fff;
    }
    
        .con14_top {
        font-size: 7.5vw;
        margin-top: 15%;
    }
    
    
    
}
