* {
    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_01_bg1.jpg) url(/images/con05_01_bg2.jpg) url(/images/con05_01_bg3.jpg)
    url(/images/con05_01_bg4.jpg) url(/images/con6_09.png)  url(/images/con6_10.png) url(/images/con6_11.png) url(/images/con6_12.png)
    url(/images/con7_02.png) url(/images/con7_03.png) url(/images/con7_04.png)  url(/images/con7_05.png);
}
.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.flowhid{
    overflow: hidden;
}
.hide{
    display: none !important;
}
.hideopa{
    opacity: 0 !important;
}
.show{
    opacity: 1 !important;
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
.flexrow{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.flexcol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;500;600;700&display=swap");
@font-face {
    font-family: "Noto Sans KR", sans-serif;
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-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/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_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: 1.85vw;
    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: #091535;
}
.main_top{
    margin-top: 17%;
    color: white;
}
.main_top_2nd{
    color: white;
    margin-top: 1%;
}
.main_top_3rd{
    color: white;
    margin-top: 1%;
    margin-bottom: 7%;
    text-align: center;
}


.ccon2_mid_prev{
    bottom: 25% !important;
    left: 26% !important;
    top: 40% !important;
    background: #091535;
    border-radius: 50%;
    width: 2vw !important;
    height: 2vw !important;
    color: white !important;
    font-size: 1vw !important;
}
.ccon2_mid_next{
    bottom: 25% !important;
    top: unset !important;
    right: 9% !important;
    top: 40% !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;
}


.ccon3_mid_prev{
    bottom: 25% !important;
    left: 26% !important;
    top: 40% !important;
    background: #091535;
    border-radius: 50%;
    width: 2vw !important;
    height: 2vw !important;
    color: white !important;
    font-size: 1vw !important;
}
.ccon3_mid_next{
    bottom: 25% !important;
    top: unset !important;
    right: 9% !important;
    top: 40% !important;
    background: #091535;
    border-radius: 50%;
    width: 2vw !important;
    height: 2vw !important;
    color: white !important;
    font-size: 1vw !important;
}
.ccon3_mid_prev:after,.ccon3_mid_next:after {
    font-size: 0.7vw !important;
}


.con6_left_swiper_2_2nd {
    width: 56%;
    margin-right: -17%;
    margin-bottom: 7%;
    overflow: hidden;
    padding-top: 5%;
    margin-top: -4%;
}
.con6_left_swiper_1_slide_img{
    width: 45% !important;
}
.con6_left_swiper_1_slide img{
    width: 100% !important;
}
.con1_top{
    width: 15.6436%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    margin-bottom: 7%;
}
.con2 .con1_top_absol{
    width: 9.10537%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 4%;
    top: 13%;
    animation: rotate_image1 infinite linear 10s;
}

.con1_top_absol{
    width: 9.10537%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 1%;
    top: 13%;
    animation: rotate_image1 infinite linear 10s;
}

.con1_top_absol_2nd{
    width: 43.9604%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10%;
    overflow: hidden;
    top: 52%;
}
.con1_top_absol_3rd{
    left: 11%;
    top: 54%;
    font-size: 1.5vw;
    font-family: pretendard-medium;
}

.con6_left_swiper_1_slide{
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con2 .con6_left_swiper_1_slide img {
    width: 70% !important;
}
.con1_top_absol {
    width: 9.10537%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 13%;
    top: 13%;
    animation: rotate_image1 infinite linear 10s;
}
.con2{
    background: #f6f1ea;
}
.con6_left_swiper_1_slide_p_1{
    color: #E3C179;
    margin-top: 2%;
    font-size: 0.8vw;
}
.con6_left_swiper_1_slide_p_2{
    font-family: pretendard-medium;
    white-space: nowrap;

}
.con6_left_swiper_1_slide_img_2nd{
    width: 95.0734%;
    display: flex;
    justify-content: center;
    align-items: center;
}






.con5 {
    background: white;
}
.con5_top{
    width: 6.9802%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    overflow: hidden;
}
.con5_top_2nd{
    color: white;
    margin-top: 1.8%;
    margin-bottom: 0.3%;
}
.con5_top_3rd{
    margin-bottom: 3%;
    overflow: hidden;
}
.con6_left_swiper_3 {
    width: 69%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6%;
}
.con6_left_swiper_4{
    width: 69%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6%;
}
.con5_top_4th{
    width: 75% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}


.con5_bottom_scr {
    bottom: 33%;
    width: 200%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con5_bottom_scr img{
    width: 100%;
    animation: marqueeX 20s infinite linear;
}
.con5_bottom_scr .absol{
    right: -100%;
}
.con5_top{
    width: 12.9802%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    margin-bottom: 1.4%;
}

.con6_left_swiper_1_slide img {
    width: 91% !important;
}


.con6{
    background: url(/images/con04_10_bg.jpg) no-repeat center / cover;
}
.con6_top{
    width: 6.9802%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
    margin-bottom: 1%;
}
.con6_top_3rd{
    color: white;
    margin-bottom: 2%;
}
.ccon5_mid_prev{
    color: white !important;
    left: 13% !important;
    top: 40% !important;
}
.ccon5_mid_next{
    color: white !important;
    right: 13% !important;
    top: 40% !important;
}
.con6_left_swiper_4 {
    width: 69%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10%;
}
.con6_top_absol{
    width: 40.9406%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 15%;
    right: 7%;
}
.con6_left_swiper_3 {
    width: 69%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12%;
}
.con5_bottom_scr {
    bottom: 37%;
    width: 200%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con6_top {
    width: 6.9802%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    margin-bottom: 1%;
}
.con6_left_swiper_2_2nd{
    margin-top: 3%;
}
.con1_top {
    width: 15.6436%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 1%;
}
.con6_left_swiper_2_2nd {
    width: 56%;
    margin-right: -17%;
    margin-bottom: 7%;
    overflow: hidden;
    padding-top: 5%;
}
.con1 .con1_top_absol_2nd {
    width: 38.9604%;
}
.main_top {
    margin-top: 21%;
    color: white;
}
.main_mid_2nd_title {
    font-family: Pretendard-semibold;
}
.con1_top_absol_3rd {
    
    top: 45%;
}
.ccon3_mid_prev {
    bottom: 25% !important;
    left: 26% !important;
    top: 52% !important;
}
.ccon3_mid_next {
    bottom: 25% !important;
    top: unset !important;
    right: 9% !important;
    top: 52% !important;
}
.con1_top_absol_3rd {
    top: 37%;
}
.con1_top_absol_3rd {
    top: 42%;
}
.ccon2_mid_next {
    top: 45% !important;
}
.ccon2_mid_prev {
    top: 45% !important;
}
.main_top {
    margin-top: 24%;
    color: white;
}
/*
.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;
}
*/
.con3_top_3rd_item {
    width: 8.5297%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1%;
}
.con2 .con1_top_absol {
    left: 3%;
    top: 24%;
}
@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {
    .main_top {
        margin-top: 38%;
        color: white;
    }
    .main_mid_title {
        font-size: 5vw;
        font-family: "Noto Serif KR", serif;
        font-weight: 600;
        width: 80%;
        word-break: keep-all;
        text-align: center;
    }
    .main_mid_2nd_title {
        font-size: 3.45vw;
        font-family: Pretendard-semibold;
    }
    .main_small_title {
        font-size: 3vw;
        font-family: Pretendard-light;
        line-height: 4.7vw;
        text-align: center;
        word-break: keep-all;
        width: 80%;
    }
    .main_top_2nd {
        color: white;
        margin-top: 3%;
        margin-bottom: 2%;
    }
    .main_top_3rd {
        color: white;
        margin-top: 1%;
        margin-bottom: 13%;
        text-align: center;
    }
    .con1_top {
        width: 36.6436%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 9%;
        margin-bottom: 9%;
    }
    .con6_left_swiper_2_2nd {
        width: 85%;
        margin-right: 0;
        margin-bottom: 7%;
        overflow: hidden;
        padding-top: 12%;
        margin-top: -2%;
    }
    .con6_left_swiper_1_slide_p_1 {
        color: #E3C179;
        margin-top: 4%;
        font-size: 2.8vw;
    }
    .con1_top_absol_3rd {
        left: unset;
        font-size: 4.5vw !important;
        top: 54%;
        font-size: 1.5vw;
        position: relative !important;
        font-family: pretendard-medium;
        text-align: center;
    }
    .con6_left_swiper_2_2nd {
        width: 85%;
        margin-right: 0;
        margin-bottom: 13%;
        overflow: hidden;
        padding-top: 12%;
        margin-top: -2%;
    }
    .con1_top_absol_2nd {
        width: 51.9604%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 3%;
        top: 90%;
    }
    .con2 {
        background: #f6f1ea;
        padding-top: 10%;
    }
    .ccon3_mid_next,.ccon2_mid_next {
        bottom: 25% !important;
        top: unset !important;
        right: 4% !important;
        top: 40% !important;
        background: #091535;
        border-radius: 50%;
        width: 8vw !important;
        height: 8vw !important;
        color: white !important;
        font-size: 1vw !important;
    }
    .ccon3_mid_prev,.ccon2_mid_prev {
        bottom: 25% !important;
        top: unset !important;
        left: 4% !important;
        top: 40% !important;
        background: #091535;
        border-radius: 50%;
        width: 8vw !important;
        height: 8vw !important;
        color: white !important;
        font-size: 1vw !important;
    }
    .ccon3_mid_prev:after, .ccon3_mid_next:after,.ccon2_mid_prev:after, .ccon2_mid_next:after  {
        font-size: 2.7vw !important;
    }
    .con5_top {
        width: 28.9802%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 13%;
        margin-bottom: 2.4%;
    }

    .con5_top_4th{
        width: 112% !important;
    }
    .con6_top {
        width: 15.9802%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 13%;
        margin-bottom: 2%;
    }
    .ccon5_mid_prev::after,.ccon5_mid_next::after{
        font-size:6vw !important ;
    }
    .ccon5_mid_next{
        color: white !important;
        right: 4% !important;
        top: 40% !important;
    }
    .ccon5_mid_prev{
        color: white !important;
        left: 4% !important;
        top: 40% !important;
    }
    .con6_left_swiper_4{
        width: 77%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10%;
        margin-top: 2%;
    }
    .con1_top_absol {
        width: 20.10537%;
        left: 5%;
        top: 6%;
    }    
.con2 .con1_top_absol {
    width: 20.10537%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 17%;
    animation: rotate_image1 infinite linear 10s;
}    
}
