@font-face {
    font-family: '210 M고딕010.ttf';
    src: url('/font/210 M고딕010.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: '210 M고딕030.ttf';
    src: url('/font/210 M고딕030.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: '210 M고딕040.ttf';
    src: url('/font/210 M고딕040.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: '210 M고딕050.ttf';
    src: url('/font/210 M고딕050.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: '210 M고딕060.ttf';
    src: url('/font/210 M고딕060.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: '210 M고딕070.ttf';
    src: url('/font/210 M고딕070.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: '210 M고딕080.ttf';
    src: url('/font/210 M고딕080.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: '210 M고딕090.ttf';
    src: url('/font/210 M고딕090.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Dynalight-Regular.ttf';
    src: url('/font/Dynalight-Regular.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'LEMONMILK-Regular.otf';
    src: url('/font/LEMONMILK-Regular.otf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'GothicA1-Light';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2205@1.0/GothicA1-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'SB 어그로 M';
    src: url('/font/SB_Aggro_M.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SB 어그로 B';
    src: url('/font/SB_Aggro_B.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: '지마켓 L';
    src: url('/font/GmarketSansTTFLight.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: '지마켓 M';
    src: url('/font/GmarketSansTTFMedium.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: '지마켓 B';
    src: url('/font/GmarketSansTTFBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'mon b';
    src: url('/font/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'mon sb';
    src: url('/font/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'mon m';
    src: url('/font/Montserrat-Medium.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'mon r';
    src: url('/font/Montserrat-Regular.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'mon l';
    src: url('/font/Montserrat-ExtraLight.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

@font-face {
    font-family: 'NanumJungHagSaeng';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/gh/fonts-archive/NanumJungHagSaeng/NanumJungHagSaeng.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/NanumJungHagSaeng/NanumJungHagSaeng.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/NanumJungHagSaeng/NanumJungHagSaeng.ttf') format('truetype');
}

video{
    position: unset !important;
    min-width: unset !important;
    min-height: unset !important;
}

@media (min-width:1920px){
    img{
        width: auto !important;
    }
    img.bannersize{
        width: 100% !important;
    }
}

@media (max-width:991px){
    h1, h2, h3, h4, h5, h6, p, span, a, html, body, div, ul, li{
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        vertical-align: baseline;
    }
}

@media (max-width: 1920px){
    img,
    .page-wrap img{
        width: auto;
        max-width: none;
    }
}

.bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

h1, h2, h3, h4, h5, h6, p, span, a, html, body, div, ul, li{
    letter-spacing: -0.5px;
}

/* 글씨효과 */
.rightpo .contentdiv {
    opacity: 0;
    transform: translateY(50px);
}

/* .visible 클래스가 추가되면 애니메이션 실행 */
.rightpo.visible .contentdiv {
    animation: fadeInUp 1s forwards;
}


/* fadeInUp 애니메이션 키프레임 */
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.titlediv .circle{
    width: 20px;
    height: 20px;
    border-radius: 50px;
}

.titlediv p{
    font-size: 54px;
    font-family: '지마켓 L';
    text-align:center;
    margin-top: 30px;
}

.titlediv h2{
    font-size: 64px;
    font-family: '지마켓 M';
    text-align:center;
    margin-top: 14px;
}

.uptitle{
    display: flex;
    justify-content: center;
}


.uptitle .circle{
    width: 21px;
    height: 21px;
    border-radius: 50px;
    background-color: #c94866;
    margin: 0 auto;
}

.uptitle p{
    text-align: center;
    font-size: 48px;
    margin-top: 30px;
    color: #c94866;
    font-family: 'mon m';
}

.uptitle h2{
    font-size: 64px;
    color: #2c2c2c;
    font-family: '지마켓 M';
    margin-top: 12px;
    text-align: center;
}

/* ------------------------------- */
.pri-title{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pri-title p{
    font-size: 30px;
    color: #89abbe;
    font-family: 'mon sb' !important;
    letter-spacing: 3px !important;
}

.pri-title h2{
    font-size: 64px;
    font-family: '지마켓 B' !important;
    color: #000 !important;
    margin-top: 20px;
}

.mainbanner video{
    width: 100%;
    height: auto !important;
}



/* 2 */
.section02{
    padding: 180px 0;
    width: 100%;
    height: auto;
    background-image: url("/img/sub/skin_potenza/sec02-bg.png");
}

.section02 .innerbox{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 1510px;
    margin: 0 auto;
}

.section02 .innerbox .endflex{
    width: 810px;
    display: flex;
    flex-direction: column;
}

.section02 .innerbox .endflex .h_sp{
    font-family: '지마켓 L';
    font-size: 44px;
    color: #000;
}

.section02 .innerbox .endflex h3{
    font-family: '지마켓 M';
    font-size: 64px;
    color: #26b6b9;
    margin-top: 12px;
}

.section02 .innerbox .endflex .s_p{
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
    color: #2c2c2c;
    margin-top: 18px;
}

.section02 .pictogram{
    margin-top: 40px;
}

/* 쇼츠 */
.sec02-con03{
    padding: 104px 0;
    background-color: #94d4d5;
    margin: 0 auto;
}

.youshorttitlediv{
    display: flex;
    justify-content: center;
    gap: 17px;
}

.youshorttitlediv img{
    width: 72px !important;   
}

.youshorttitlediv h3{
    font-size: 36px;
    font-weight: 600;
    color: #000;
}

.youshorttitlediv p{
    font-size: 20px;
    margin-top: 10px;
    font-weight: 500;
    color: #000;
}

.shortswiperContent{
    position: relative;
    width: 1185px;
    margin: 0 auto;
}

.shortswiperContent .swiper-button-prev,
.shortswiperContent .swiper-button-next{
    filter: grayscale(1);
    opacity: 0.3;
}

.shortswiperContent .swiper-button-prev{
    left: -58px;
}
.shortswiperContent .swiper-button-next{
    right: -58px;
}

.shortswiper{
    width: 1185px; /* ë˜ëŠ” max-width: 1185px; */
    height: 647px;
    margin: 0 auto;
    margin-top: 50px;
    overflow: hidden;
}

.shortswiper .swiper-slide{
    width: 395px;
    height: 647px;
    transform: all 0.3s;
}

.shortswiper .swiper-slide.swiper-slide-prev,
.shortswiper .swiper-slide.swiper-slide-next{
    opacity: 0.5;
}

.shortswiper .swiper-slide.swiper-slide-active{
    opacity: 1;
}


.shortswiper .swiper-slide img{
    width: 100% !important;
    border-radius: 30px;
}


/* 3 */
.section03{
    padding: 120px 0;
    width: 100%;
    height: auto;
    background-image: url("/img/sub/skin_potenza/sec03-bg.png");
}

.section03 .circle{
    background-color: #26b6b9;
}

.section03 .uptitle p{
    color: #26b6b9;
}

.section03 .uptitle h2{
    color: #000;
}

.section03 .s_p{
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    text-align: center;
    color: #000;
    margin-top: 20px;
}

.section03 .cardflex_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin-top: 50px;
}

.section03 .cardflex_wrap .card_box{
    width: 323px;
    height: 520px;
    border-radius: 30px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section03 .cardflex_wrap .card_box img{
    width: 100%;
}

.section03 .cardflex_wrap .card_box h4{
    font-size: 26px;
    font-weight: 600;
    color: #26b6b9;
    text-align: center;
    margin-top: 30px;
}

.section03 .cardflex_wrap .card_box .bar{
    width: 59px;
    height: 2px;
    margin: 20px 0;
    background-color: #cbe9e8;
}

.section03 .cardflex_wrap .card_box p{
    font-size: 21px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    letter-spacing: -0.5px !important;
    text-align: center;
}


/* 4 */
.section04{
    padding: 120px 0;
    width: 100%;
    height: auto;
    background-image: url("/img/sub/skin_potenza/sec04-bg.png");
}

.section04 .innerbox{
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
}

.section04 .innerbox .carddiv{
    width: 656px;
    height: 347px;
    background-color: #fff;
    border-radius: 40px;
}

.section04 .innerbox .carddiv h4{
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    background-color: #26b6b9;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
}

.section04 .innerbox .carddiv ul{
    padding-top: 30px;
    padding-left: 84px;
}

.section04 .innerbox .carddiv ul li{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

.section04 .innerbox .carddiv ul li:nth-child(1){
    margin-top: 0;
}

.section04 .innerbox .carddiv ul li p{
    font-size: 28px;
    color: #282828;
}

.section04 .innerbox .carddiv ul li p span{
    color: #26b6b9;
    font-weight: 600;
}

/* 5 */
.section05{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px 0;
    width: 100%;
    height: auto;
    background-image: url("/img/sub/skin_potenza/sec05-bg.png");
}

.section05 p{
    font-size: 34px;
    line-height: 47px;
    color: #fff;
    text-align: center;
}

.section05 p span{
    font-weight: 600;
}

/* 6 */
.section06{
    padding-top: 120px;
    padding-bottom: 90px;
    background-color: #f3f3f3;
}

.section06 .uptitle .circle{
    background-color: #26b6b9;
}

.section06 .uptitle h2{
    margin-top: 28px;
    color: #26b6b9;
}

.section06 h4{
    max-width: 815px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
    padding-top: 17px;
    margin: 0 auto;
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    background-color: #26b6b9;
    border-radius: 50px;
    margin-top: 36px;
}

.section06 .h_sp{
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin-top: 25px;
}

.sec06-effect{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.sec06_video{
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 40px;
    padding: 40px;
    margin-top: 34px;
}

.sec06_video h5{
    font-size: 40px;
    font-weight: 600;
    color: #26b6b9;
    text-align: center;
}

.sec06_video .videobox{
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 40px;
}

.sec06_video .videobox > div{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 610px;
    height: 307px;
    overflow: hidden;
}

.sec06_video video{
    width: 630px;
    z-index: 1 !important;
}


/* 7 */
.section-point02{
    padding: 80px 0;
    background-color: #cbe9e8;
}

.section-point02 h4{
    max-width: 815px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
    padding-top: 17px;
    margin: 0 auto;
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    background-color: #26b6b9;
    border-radius: 50px;
}

.section-point02 .h_sp{
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin-top: 25px;
}

.section-point02-01{
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 54px;
}

.section-point02-01 img{
    padding-left: 120px;
}


/* 8 */
.section-point03{
    padding-top: 80px;
    padding-bottom: 120px;
    background-color: #f8f8f8;
}

.section-point03 h4{
    max-width: 815px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
    padding-top: 17px;
    margin: 0 auto;
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    background-color: #26b6b9;
    border-radius: 50px;
}

.section-point03-01{
    margin-top: 84px;
    display: flex;
    justify-content: center;
}


/* -- */
.section07{
    overflow: hidden;
    background-image: url("/img/sub/skin_potenza/section07bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}


.sec07title{
    display: flex;
    justify-content: center;
}


.sec07title .circle{
    width: 21px;
    height: 21px;
    border-radius: 50px;
    background-color: #26b6b9;
    margin: 0 auto;
}

.sec07title p{
    text-align: center;
    font-size: 48px;
    margin-top: 30px;
    color: #26b6b9;
    font-family: 'mon m';
}

.sec07title h2{
    font-size: 64px;
    color: #282828;
    font-family: '지마켓 M';
    margin-top: 20px;
    text-align: center;
}

.guideswiper{
    width: 970px;
    height: 539px;
    overflow: hidden;
}

.sec07-con01{
    width: 100%;
    margin-top: 100px;
    position: relative;
    display: flex;
    justify-content: space-between;
}


.guideswiper .swiper-slide{
    width: 663px;
    height: 539px;
    transform: all 0.3s;
}

.guideswiper .swiper-slide img{
    width: 100%;
}

.sec07-con01-left{
    width: 480px;
    margin-left: 370px;
}

.sec07-con01-left li{
    border-bottom: 1px solid #cbced3;
    padding: 45px 0;
}

.sec07-con01-left li:nth-child(1){
    padding-top: 0;
}

.sec07-con01-left li:last-child{
    border: none;
}

.sec07-con01-left li p.p01{
    font-size: 16px;
    color: #282828;
    font-family: 'mon b' !important;
    padding-left: 2px;
}

.sec07-con01-left li h3{
    font-size: 32px;
    color: #26b6b9;
    font-weight: 600 !important;
    margin-top: 10px;
}

.sec07-con01-left li p.p03{
    font-size: 24px;
    line-height: 33px;
    color: #727272;
    margin-top: 15px;
}

.sec07-con01-right{
    padding-top: 50px;
}

.sec07-content02{
    margin-top: 130px;
}

.sec07-content02-imgdiv ul{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}


/* -- */
.section08{
    padding-top: 72px;
    padding-bottom: 100px;
    background-color: #f8f8f8;
}

.sec08title{
    display: flex;
    justify-content: center;
}


.sec08title .circle{
    width: 21px;
    height: 21px;
    border-radius: 50px;
    background-color: #26b6b9;
    margin: 0 auto;
}

.sec08title p{
    text-align: center;
    font-size: 48px;
    margin-top: 30px;
    color: #26b6b9;
    font-family: 'mon m';
}

.sec08title h2{
    font-size: 64px;
    color: #000;
    font-family: '지마켓 M';
    margin-top: 20px;
    text-align: center;
}

.section08 .sec07-con01-left{
    width: 100%;
    max-width: 1312px;
    margin-top: 50px;
}

.section08 .sec07-con01-left li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none !important;
    padding: 15px 0 !important;
}

.section08 .sec07-con01-left li h3 span{
    color: #000;
}

.section08 .sec07-con01-left li p.p03{
    color: #000;
    line-height: 30px;
}


/* 9 */
.section09{
    padding: 112px 0;
    background-color: #cbe9e8;
}

.eventlinkDiv{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    gap: 30px;
}

.section09 h2{
    color: #2c2c2c;
}





/* ----------------------------------- */
@media(max-width:990px){

    .uptitle .circle{
        width: 8px;
        height: 8px;
    }
    .uptitle p{
        font-size: 19px;
        margin-top: 15px;
    }
    .uptitle h2{
        font-size: 26px;
        color: #26b6b9;
        margin-top: 5px;
    }


    /* 1 */
    .mob_wrap .mo-section01 img{
        width: 100%;
    }


    /* 2 */
    .mo-section02{
        padding: 30px 0;
        padding-bottom: 430px;
        background-image: url("/img/sub/skin_potenza/mobile/section02.png");
    }

    .mo-section02 .uptitle .circle{
        background-color: #26b6b9;
    }

    .mo-section02 .uptitle p{
        font-family: '지마켓 L';
        color: #000;
    }

    .mo-section02 .s_p{
        font-size: 13px;
        line-height: 18px;
        text-align: center;
        font-weight: 500;
        margin-top: 15px;
    }


    /* 쇼츠 */
    .shortWrap{
        padding: 30px 15px;
        background-color: #94d4d5;
    }

    .youshorttitlediv{
        flex-direction: column;
        align-items: center;
        gap: 6px;
    }
    .youshorttitlediv h3{
        font-size: 1.25rem;
        text-align: center;
    }
    .youshorttitlediv p{
        font-size: 0.875rem;
        line-height: 18px;
        margin-top: 5px;
        text-align: center;
    }

    .youshorttitlediv img{
        width: 32px !important;
    }

    .mo-shortswiper{
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        margin-top: 15px;
        height: auto;
    }
    
    .mo-shortswiper .swiper-wrapper{
        height: auto;
    }
    
    .mo-shortswiper .swiper-slide{
        width: 100%;
    }
    
    .mo-shortswiper .swiper-slide a{
        display: block;
        width: 100%;
        height: 100%;
    }

    .mo-shortswiper .swiper-slide a img{
        width: 100% !important;
        border-radius: 8px;
    }


    /* 3 */
    .mo-section03{
        padding: 30px 15px;
        padding-bottom: 30px;
        background-image: url("/img/sub/skin_potenza/mobile/section03.png");
    }

    .mo-section03 .uptitle .circle{
        background-color: #26b6b9;
    }

    .mo-section03 .uptitle p{
        color: #26b6b9;
    }

    .mo-section03 .uptitle h2{
        color: #000;
    }

    .mo-section03 .s_p{
        font-size: 13px;
        line-height: 17px;
        font-weight: 500;
        text-align: center;
        margin-top: 10px;
    }

    .mo-section03 img{
        width: 100%;
        margin-top: 30px;
    }

    /* 4 */
    .sec04-01{
        width: 100% !important;
    }


    /* 5 */
    .mo-section05{
        padding: 40px 32px;
        padding-top: 30px;
        background-color: #f3f3f3;
    }

    .mo-section05 .uptitle .circle{
        background-color: #26b6b9;
    }

    .mo-section05 .uptitle h2{
        margin-top: 10px;
    }

    .mo-section05 h4{
        max-width: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 15px;
        padding-top: 8px;
        margin: 0 auto;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background-color: #26b6b9;
        border-radius: 50px;
        margin-top: 15px;
    }

    .mo-section05 .h_sp{
        font-size: 13px;
        line-height: 19px;
        font-weight: 500;
        color: #000;
        text-align: center;
        margin-top: 10px;
    }

    .sec05-01{
        width: 100% !important;
        margin-top: 18px;
    }

    .sec06_video{
        width: 100%;
        max-width: 1312px;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 20px;
        padding: 15px;
        margin-top: 15px;
    }

    .sec06_video h5{
        font-size: 20px;
        font-weight: 600;
        color: #26b6b9;
        text-align: center;
    }

    .sec06_video .videobox{
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 14px;
        margin-top: 15px;
    }

    .sec06_video .videobox > div{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 160px;
        overflow: hidden;
    }

    .sec06_video video{
        width: 102%;
        z-index: 1 !important;
    }

    /* 7 */
    .section-point02{
        padding: 20px 0;
    }
    .section-point02 h4{
        max-width: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 15px;
        padding-top: 8px;
        margin: 0 auto;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background-color: #26b6b9;
        border-radius: 50px;
        margin-top: 15px;
    }

    .section-point02 .h_sp{
        font-size: 13px;
        line-height: 19px;
        font-weight: 500;
        color: #000;
        text-align: center;
        margin-top: 10px;
    }

    .section-point02-01{
        margin-top: 15px;
    }

    .section-point02-01 img{
        width: 86% !important;
        margin: 0 auto !important;
        padding-left: 9% !important;
    }


    /* 8 */
    .section-point03{
        padding: 10px 15px;
        padding-bottom: 30px;
    }
    .section-point03 h4{
        max-width: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 15px;
        padding-top: 8px;
        margin: 0 auto;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background-color: #26b6b9;
        border-radius: 50px;
        margin-top: 15px;
    }

    .section-point03-01{
        margin-top: 20px;
    }

    .section-point03-01 img{
        width: 100% !important;
    }

    /* 9 */
    .middlebanner{
        width: 100% !important;
    }





    /* -- */
    /* 7 */
    .mo-sec07{
        background-image: url("/img/sub/skin_potenza/mobile/mo-sec07.png");
        background-repeat: no-repeat;
        background-size: cover;
        padding: 30px 0;
        padding-bottom: 50px;
    }

    .sec07title p{
        font-size: 18px;
    }
    .sec07title h2{
        font-size: 22px;
        margin-top: 5px;
    }

    .sec07-con01-left{
        margin-left: 0;
        width: 80%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .sec07-con01-left li p.p01{
        font-size: 10px;
    }

    .sec07-con01-left li h3{
        font-size: 18px;
        margin-top: 6px;
    }

    .sec07-con01-left li p.p03{
        font-size: 14px;
        line-height: 20px;
    }

    .sec07-con01-left li{
        padding: 28px 0;
    }

    .sec07-con01-right{
        height: 180px;
    }

    .mo-guideswiper{
        height: 180px;
        padding-right: 0;
    }

    .sec07-con01-right{
        padding-top: 0px;
    }

    .sec07-content02{
        margin-top: 60px;
    }

    .sec07title p{
        margin-top: 14px;
    }

    .sec07-con01-right .swiper-slide{
        opacity: 0.3;
    }

    .sec07-con01-right .swiper-slide.swiper-slide-active{
        opacity: 1 !important;
    }

    .sec07-con01-right img{
        width: 100% !important;
    }
    .mo-circleicon{
        width: 8px;
        height: 8px;
        background-color: #26b6b9;
        border-radius: 50px;
        margin: 0 auto;
    }

    /* -- */
    .moSec08{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: #f8f8f8;
    }

    .moSec08 img{
        margin-top: 24px;
        width: 100% !important;
    }

    /* -- */
    /* 8 */
    .mo-sec08{
        background-color: #cbe9e8;
        padding: 30px 0;
        padding-bottom: 130px;
    }

    .sec08title p{
        font-size: 18px;
        margin-top: 16px;
    }

    .sec08title h2{
        font-size: 27px;
        margin-top: 5px;
    }



    .sec08-con01-right{
        height: 280px;
    }

    .mo-eventswiper{
        height: 280px;
        padding-right: 0;
    }

    .sec08-con01-right{
        padding-top: 0px;
        margin-top: 30px;
    }


    .sec08-con01-right .swiper-slide{
        opacity: 0.3;
    }

    .sec08-con01-right .swiper-slide.swiper-slide-active{
        opacity: 1 !important;
    }

    .mo-guideswiper img,
    .mo-eventswiper img{
        width: 100% !important;
    }

    .nohowul img{
        width: 100%;
    }

    .mo-sec07 .circle{
        background-color: #ff9d1e;
        margin: 0 auto;
    }

    .mo-eventswiper img{
        border-radius: 20px !important;
    }

    .sec08title .circle{
        width: 8px;
        height: 8px;
    }
}