* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}
.container{
    display: none;
}
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/con05_07_01.png) url(/images/con05_07_02.png) url(/images/con05_07_03.png)
    url(/images/con05_07_04.png) url(/images/con05_07_05.png)  url(/images/con05_07_06.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-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 rotate_image1 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes ani_scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.1, 0.01, 0.01, 1.2, 0, 0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes blk {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    31% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk2 {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk3 {
    0% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes scaleOpa {
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes scaleOpa2 {
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes ball {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: 20px;
    }
}
@keyframes ddm {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.15, 0.01, 0.01, 1.15, 0, 30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_imageY {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ddm2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2X {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2Xhalf {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: scale(1.02);
    }
}

@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes uitLineMove {
    0% { stroke-dashoffset: 300.292; }
    100% { stroke-dashoffset: 110; }
}

@keyframes hand {
    0% {
        transform: translateY(-0.5%);
    }

    25% {
        transform: translateY(1%);
    }

    50% {
        transform: translate(0.5%, -1%);
    }

    75% {
        transform: translate(1%, 0.5%);
    }

    100% {
        transform: translate(1%, -1%);
    }
}

@keyframes hand2 {
    0% {
        transform: translateY(2%);
    }

    25% {
        transform: translateY(-1%);
    }

    50% {
        transform: translate(-1%, 2%);
    }

    75% {
        transform: translate(2%, 1%);
    }

    100% {
        transform: translateY(2%);
    }
}
@keyframes bg-position {
    0% {
        background-position: bottom;
    }
    25% {
        background-position: center;
    }
    50% {
        background-position: inherit;
    }
    75% {
        background-position: center;
    }
    100% {
        background-position: bottom;
    }
}
@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.2;
    }
    25% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 1;
    }
    50% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    75% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    100% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0.2;
    }
}

@keyframes light {
    0%, 31%, 34%, 39%, 42%, 47% {
        opacity: 0;
    }
    5%, 30%, 35%, 38%, 43%, 46% {
        opacity: 0.4;
    }
    50%, 55%, 60%, 67%, 51%, 54%, 68%, 100% {
        opacity: 1;
    }
    70% {
        opacity: 0.2;
    }
}
@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/con05_07_01.png) no-repeat center / contain;

    }

    14% {
        background: url(/images/con05_07_01.png) no-repeat center / contain;

    }

    16.66% {
        background: url(/images/con05_07_02.png) no-repeat center / contain;

    }
    30% {
        background: url(/images/con05_07_02.png) no-repeat center / contain;

    }
    33% {
        background: url(/images/con05_07_03.png) no-repeat center / contain;

    }
    45% {
        background: url(/images/con05_07_03.png) no-repeat center / contain;

    }

    49% {
        background: url(/images/con05_07_04.png) no-repeat center / contain;

    }
    63% {
        background: url(/images/con05_07_04.png) no-repeat center / contain;

    }
    66.66% {
        background: url(/images/con05_07_05.png) no-repeat center / contain;

    }
    76.66% {
        background: url(/images/con05_07_05.png) no-repeat center / contain;

    }
    83% {
        background: url(/images/con05_07_06.png) no-repeat center / contain;

    }
    95% {
        background: url(/images/con05_07_06.png) no-repeat center / contain;

    }
    100% {
        background: url(/images/con05_07_01.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_small_title{
    font-size: 1vw;
    font-family: Pretendard-light;
    line-height: 1.6vw;
    color: #091535;
}
.main_mid_title{
    font-size: 2vw;
    font-family: "Noto Serif KR", serif;
    font-weight: 600;
    color: #091535;


}
.main_small_title span{
    font-family: Pretendard-Bold;


}
.main_mid_title span{
    color: #E3C179;

}
.main_mid_2nd_title{
    font-size: 1.25vw;
    font-family: Pretendard-regular;
    color: #091535;
}
.main_mid_2nd_title span{
    color: #E3C179;
}


.main_mid_3rd_title{
    font-size: 2vw;
    font-family: Pretendard-semibold;
    color: #091535;
}
.main_mid_3rd_title span{
    color: #E3C179;
}


.main_large_title{
    font-size: 2.2vw;
    font-family: Pretendard-Bold;
    color: #091535;
}
.main_large_title span{
    color: #E3C179;
}
.noto_serif{
    font-family: "Noto Serif KR", serif;
    font-weight: 600;
    font-style: normal;
}
.main{
    background: url(/images/main_08_bg.jpg) no-repeat center / cover;

}
.con6_right_top {
    font-family: Butler-Black;
    font-size: 2.3vw;
    width: 71%;
    color: #E3C179;
    margin-top: 16%;
    text-align: center;
}
.main_top_2nd{
    color: white !important;
    font-family: 'Pretendard-semibold';
    margin-top: 1%;
}
.main_top_3rd{
    color: white;
    margin-bottom: 1%;
}
.main_top_4th{
    width: 36.4851%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-bottom: 6%;
}
.con1{
    background: url(/images/con01_08_bg.jpg) no-repeat center / cover;
}
.con1_top{
    font-size: 1.6vw;
    margin-top: 8%;
    margin-bottom: 0.5%;
}
.con1_top_2nd{
    font-weight: 800;
    margin-bottom: 3%;
}
.con6_left_swiper_1_slide_img{
    width: 38.2673%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    margin-left: -38%;
    margin-bottom: 8%;
}
.con6_left_swiper_1_slide{
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con6_left_swiper_1_slide_p{
    left: 53%;
    top: 24%;
}
.con6_left_swiper_1_slide_p_2nd{
    margin-top: 7%;
}
.ccon2_mid_prev{
    left: 53% !important;
    bottom: 25% !important;
    top: unset !important;
    background: #091535;
    border-radius: 50%;
    width: 2vw !important;
    height: 2vw !important;
    color: white !important;
    font-size: 1vw !important;
}
.ccon2_mid_next{
    left: 56% !important;
    bottom: 25% !important;
    top: unset !important;
    background: #091535;
    border-radius: 50%;
    width: 2vw !important;
    height: 2vw !important;
    color: white !important;
    font-size: 1vw !important;
}
.ccon2_mid_prev:after,.ccon2_mid_next:after {
    font-size: 0.7vw !important;
}
.con2{
    background: #081535;
}
.con2_top{
    width: 53.5644%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    margin-bottom: 4%;
}





.con6_left_swiper_1_2nd{
    width: 75%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con6_left_swiper_2_2nd {
    width: 75%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
}
.con2 .con6_left_swiper_1_slide p{
    bottom: 4%;
    right: 4%;
    white-space: nowrap;
    font-family: Pretendard-SemiBold;
    font-size: 1.2vw;
}
.con6_left_swiper_1_slide img{
    width: 100%;
}
.ccon2_mid_next_2nd{
    color: white !important;
}
.ccon2_mid_prev_2nd{
    color: white !important;
}

.con6_left_2nd{
    width: 42%;
    margin-left: 27%;
    margin-bottom: 5%;
}
.con2_top_4th p{
    color: white ;
}
.con2_top_4th{
    left: 18%;
    top: 39%;
}

.con6_left_swiper_2_3rd {
    width: 64%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
}

.con3{
    background: url(/images/con03_08_bg.jpg) no-repeat center / cover;
    color: white;
}
.con3_top {
    margin-top: 1%;
    color: white;
}

.con6_left_swiper_1_slide_con{
    width: 98%;
    height: 8vw;
    background: white;
    border-radius: 20px;
}
.con6_left_swiper_1_slide_con p:nth-child(1) {
    color: #081535;
    margin-top: 9%;
    font-size: 0.85vw;
    width: 86%;
    word-break: keep-all;
    margin-left: 7%;
    white-space: unset;
}
.con6_left_swiper_1_slide_con p:nth-child(2){
    color: #0000004a;
    font-size: 0.8vw;
    margin-left: 7%;
    margin-top: 2%;
}
.con3_top_2nd{
    width: 55.2871%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 11%;
    margin-bottom: 10%;
}
.con4_top_2nd_absol{
    width: 100% !important;
    animation: backgroundchange_2 10s infinite;
}
.main_top_4th {
    width: 47.4851%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -3%;
    margin-bottom: 4%;
}
.ccon2_mid_prev_2nd:after, .ccon2_mid_next_2nd:after {
    font-size: 2vw !important;
}
.con6_right_top {
    font-family: Butler-Black;
    font-size: 2.3vw;
    width: 71%;
    color: #E3C179;
    margin-top: 20%;
    text-align: center;
}
.con1 .con6_left_swiper_1_slide_p_2nd{
    width: 70%;
    white-space: unset !important;
    word-break: keep-all;
}
.con6_right_top {
    margin-top: 24%;
}
.con3_top_2nd {
    width: 47.2871%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 11%;
    margin-bottom: 10%;
}
.con6_left_swiper_2_3rd {
    margin-top: 2%;
}
/*
.header_menu_sub{
    background: transparent !important;
}
.header_menu_sub {
    border-bottom: 1px solid #ffffff7a;
}
.header_menu_sub_1 {
    width: 8%;
    text-align: center;
    color: white !important;
}
.header_menu_sub_1_on {
    color: #E3C179 !important;
}
*/
.con6_left_swiper_1_slide_p_2nd{
    margin-top: 3%;
}


.con6_left_swiper_1_slide_con p:nth-child(1) {
    color: #081535;
    margin-top: 9%;
    font-size: 0.85vw;
    height: 5vw;
    overflow: hidden;
    width: 86%;
    word-break: keep-all;
    margin-left: 7%;
    white-space: unset;
}
.con6_left_swiper_1_slide_con {
    width: 98%;
    height: 10.2vw;
    background: white;
    border-radius: 20px;
  
}
    .con6_left_swiper_1_slide_con p:nth-child(1){
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    }

.con4_top{
    width: 27.8218%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;    
}
.con4_top_3rd{
    margin-top: 2.5%;
    font-family: 'Pretendard-bold';
}
.con4_top_4th{
    margin-top: 0.6%;
}
.con4_top_5th{
    margin-top: 3%;
}
.con4_top_5th_item{
    margin: 0 2%;
    width: 14.1584%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con4_top_6th_item{
    height: 3.5vw;
    width: 13vw;
    margin: 0 1%;
    border: 0.12vw solid white;
    border-radius: 0.6vw;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.con4_bg{
    background: #091535;
    bottom: 0;
    height: 27vw;
}
.con4_top_6th_item_ab_2{
    left: 38%;
    color: white;
}
.con4_top_6th_item_ab{
    width: 8.37033%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 80%;
}
.con4_top_6th{
    margin-top: 13%;
    margin-bottom: 6%;
}
.con4_top_5th_item{
    overflow: unset !important;
}
.con4_top_5th_item_ab{
    top: 107%;
    color: white;
    font-family: Pretendard-bold;    
}
.con4_top_5th_item_ab_2{
    top: 116%;
    color: white;
    text-align: center;
    width: 115%;
    font-size: 0.9vw;
}
.con4_bg_ab{
        width: 107.871%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 100%;
}

.clip_left {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: all 0.8s;
}
/* 가운데에서 나타나기 */
.clip_mid {
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    transition: all 0.8s;
}
/* gsap에서 넣을 class */
.clip_on {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
}


@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {
    .main{
        background: url(/images/main_08_bgm.jpg) no-repeat center / cover;
    }
    .con1{
        background: url(/images/con01_08_bgm.jpg) no-repeat center / cover;
    }
    .con3{
        background: url(/images/con03_08_bgm.jpg) no-repeat center / cover;
    }.con2 .con6_left_swiper_1_slide p {
         bottom: 4%;
         right: 4%;
         white-space: nowrap;
         color: #081535;
         font-family: Pretendard-SemiBold;
         font-size: 1.2vw;
     }
    .con6_right_top {
        font-family: Butler-Black;
        font-size: 7.3vw;
        width: 71%;
        color: #E3C179;
        margin-top: 39%;
        text-align: center;
    }
    .main_mid_2nd_title {
        font-size: 3.75vw;
        font-family: Pretendard-regular;
        color: #091535;
    }
    .main_small_title {
        font-size: 3vw;
        font-family: Pretendard-light;
        line-height: 4.6vw;
        color: #091535;
        text-align: center;
    }
    .main_top_3rd {
        color: white;
        margin-bottom: 4%;
        width: 80%;
        word-break: keep-all;
        margin-top: 2%;
    }
    .main_top_4th {
        width: 71.4851%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
        margin-bottom: 13%;
    }
    .con1_top {
        font-size: 5.6vw;
        margin-top: 10%;
        margin-bottom: 2.5%;
    }
    .main_mid_title {
        font-size: 4.6vw;
        font-family: "Noto Serif KR", serif;
        font-weight: 600;
        color: #091535;
    }
    .con1_top_2nd {
        text-align: center;
        font-weight: 800;
        margin-bottom: 5%;
        width: 60%;
        word-break: keep-all;
    }
    .con6_left_swiper_1_slide {
        display: flex !important;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }
    .con6_left_swiper_1_slide_p {
        left: unset;
        top: unset;
        position: relative !important;
    }
    .con6_left_swiper_1_slide_img {
        width: 74.2673%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        overflow: hidden;
        margin-left: 0;
        margin-bottom: 8%;
    }
    .con2 .con6_left_swiper_1_slide p {
        bottom: 4%;
        right: 4%;
        white-space: nowrap;
        color: #081535;
        font-family: Pretendard-SemiBold;
        font-size: 3.2vw;
        text-align: center;
    }
    .con6_left_swiper_1_slide_p_1st{
        font-size: 3.7vw !important;
    }
    .con6_left{
        margin-bottom: 12%;
    }
    .ccon2_mid_prev {
        left: 3% !important;
        bottom: 43% !important;
        top: unset !important;
        background: #091535;
        border-radius: 50%;
        width: 8vw !important;
        height: 8vw !important;
        color: white !important;
    }
    .ccon2_mid_next {
        right: 3% !important;
        left: unset !important;
        bottom: 43% !important;
        top: unset !important;
        background: #091535;
        border-radius: 50%;
        width: 8vw !important;
        height: 8vw !important;
        color: white !important;
    }
    .ccon2_mid_prev:after, .ccon2_mid_next:after {
        font-size: 2.7vw !important;
    }
    .con2_top {
        width: 90.5644%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 13%;
        margin-bottom: 7%;
    }
    .con6_left_swiper_1_slide_p_1st {
        font-size: 5.7vw !important;
        text-align: center;
    }
    .con2_top_4th {
        left: unset;
        top: 39%;
        position: relative !important;
    }
    .con6_left_2nd{
        width: 93%;
        margin-left: 0;
        margin-bottom: 10%;
        margin-top: 8%;
        position: relative !important;
    }
    .ccon2_mid_prev_2nd::after,.ccon2_mid_next_2nd::after{
        font-size:6vw !important ;
    }
    .con3_top {
        margin-top: 8%;
        color: white;
    }
    .main_mid_3rd_title {
        font-size: 4.85vw;
        font-family: Pretendard-semibold;
    }
    .con6_left_swiper_2_3rd {
        width: 90%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
    }
    .con6_left_swiper_1_slide_con {
        width: 94%;
        height: 23vw;
        background: white;
        border-radius: 10px;
    }
    .con6_left_swiper_1_slide_con p:nth-child(1) {
        color: #081535;
        margin-top: 9%;
        font-size: 2.85vw;
        width: 86%;
        word-break: keep-all;
        margin-left: 7%;
        white-space: unset;
        height: 27vw;
        overflow: hidden;
    }
    .con6_left_swiper_1_slide_con {
        width: 94%;
        height: 41vw;
        background: white;
        border-radius: 10px;
    }
    .con6_left_swiper_1_slide_con p:nth-child(2) {
        color: #0000004a;
        font-size: 2.8vw;
        margin-left: 0;
        margin-top: 2%;
    }
    .con3_top_2nd {
        width: 89.2871%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10%;
        margin-bottom: 12%;
    }
    
.con6_left_swiper_1_slide_p {
        left: unset;
        top: unset;
        position: relative !important;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
.con1 .con6_left_swiper_1_slide_p_2nd {
    width: 70%;
    white-space: unset !important;
    word-break: keep-all;
    text-align: center;
}    
    
    .con6_left_swiper_1_slide_con p:nth-child(1){
        width: 82%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        height: 28vw;
    }
    
.con4_top {
    width: 66.8218%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 15%;
}
    
    
    
    .con4_top_3rd{
    width: 80%;
    text-align: center;
    line-height: 1.5;        
    }
.con4_top_5th {
    margin-top: 3%;
    flex-wrap: wrap;
}
.con4_top_5th_item {
    margin: 0 2%;
    width: 41%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-bottom: 36%;
}
    
.con4_top_5th {
    margin-top: 7%;
    flex-wrap: wrap;
}    
.con4_bg {
    background: #091535;
    bottom: 0;
    height: 213vw;
} 
.con4_top_5th_item_ab {
    color: white;
}    
.con4_top_5th_item_ab_2 {
    color: white;
}
.con4_top_6th_item {
    height: 9.5vw;
    width: 32vw;
    margin: 0 3%;
    border: 0.12vw solid white;
    border-radius: 0.6vw;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con4_top_6th {
    margin-top: 9%;
    margin-bottom: 14%;
}    
    .con4_top_6th_item_ab_2{
        color: white;
    }
}
