section, section *{ box-sizing:border-box; }
*{ box-sizing:border-box; }
section:last-child{ padding-bottom:150px !important; }
.mc-con{ width:100%; margin:0 auto; padding: 0 15px; max-width: 1270px; position: relative; z-index: 3;}

.main_sc{width: 100%; position: relative; background-repeat: no-repeat; background-position: center; background-size: cover;}

.xe-widget-wrapper{
    overflow: visible;
}

/*sc01*/
#sc01{
    height: 100%;
    padding-bottom: 100px;
}
.main-slide{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.ms-img{
    display: flex;
    position: relative;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}
.ms-img img{
    width: 100%;
}

.main-caption {
    width: 100%;
    padding: 0 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #313131; 
}

.main-caption > h5 {
    font-size: 18px;                
    margin-bottom: 20px;             
    font-weight: 500;               
    opacity: 0;                       
    transition: .5s;                 
    transition-delay: 1.1s;          
    letter-spacing: -0.8px;      
    transform: translateY(10px);    
}

.main-caption > h3 {
    font-size: 45px;                
    margin-bottom: 20px;             
    font-weight: 700;                
    opacity: 0;                     
    transition: .5s;                
    transition-delay: 1.3s;         
    letter-spacing: -0.8px;    
    line-height: 1.1;      
    transform: translateY(10px);
}

.main-caption > p {
    font-size: 18px;                
    margin-bottom: 40px;             
    font-weight: 500;                
    opacity: 0;                     
    transition: .5s;                
    transition-delay: 1.5s;         
    letter-spacing: -0.8px;      
    transform: translateY(10px);    
}

.main-caption > a {
    display: inline-block;           
    font-size: 16px;
    font-weight: 600;
    padding: 10px 74px 12px 30px;
    border-radius: 50px;
    background: linear-gradient(93deg, #CF6766 -18.6%, #FFAFAE 97.48%);
    color: #fff;
    opacity: 0;
    transition: .5s;
    transition-delay: 1.8s;
    transform: translateY(10px);
    position: relative;
}
.main-caption > a > span{
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background-color: #F8E6CB;
    color: #CF6766;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%) rotate(-45deg);
    font-size: 20px;
}

.swiper-slide-active .main-caption > h5,
.swiper-slide-active .main-caption > h3,
.swiper-slide-active .main-caption > p,
.swiper-slide-active .main-caption > a {
    opacity: 1;                      
    transform: translateY(0);
}

.swiper-button-next.mainnav, .swiper-button-prev.mainnav{
    color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: .5s;
}
.mainswiper:hover .swiper-button-next.mainnav, .mainswiper:hover .swiper-button-prev.mainnav{
    opacity: 1;
}
.swiper-button-next.mainnav:hover, .swiper-button-prev.mainnav:hover{
    color: #222;
}
.swiper-button-next.mainnav{
    right: calc((100% - 1440px) / 2);
}
.swiper-button-prev.mainnav{
    left: calc((100% - 1440px) / 2);
}
.swiper-pagination.mainpn{
    bottom: 1.5rem !important;
}
.swiper-pagination.mainpn .swiper-pagination-bullet{
    width: 50px;
    height: 2px;
    border-radius: 0;
    transition: .5s;
}
.swiper-pagination.mainpn .swiper-pagination-bullet-active{
    width: 100px;
}

/* sc02 */
#sc02{
    padding: 80px 0;
}
.sc02-wrap{
    display: flex;
    justify-content: space-between;
}
.sc02-box{
    flex: 0 0 auto;
    transition: .3s;
}
.sc02-img{
    display: flex;
    margin-bottom: 1rem;
    width: 130px;
    height: 130px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.sc02-img img{
    width: 100%;
}
.sc02-box > a > h5{
    font-size: 14px;
    color: #222;
    font-weight: 500;
    text-align: center;
}
.sc02-box:hover{
    transform: translateY(-10px);
}

/* sc03 */
#sc03{
    padding: 0 0 100px;
}
.sect-tit{
    width: 100%;
    margin-bottom: 1rem;
    padding: 0 15px;
    color: #000;
}
.sect-tit > h3{
    font-size: 32px;
    font-weight: 600;
}
.sect-tit > p{
    font-size: 17px;
    color: #999;
    font-weight: 500;
    margin-top: 10px;
}
.pd-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.pd-box{
    width: calc((100% - 60px) / 4);
    padding: 1rem;
    border-radius: 20px;
    border: 1px solid #eee;
    position: relative;
    transition: .4s;
}
.pd-box:hover{
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.pd-img{
    display: flex;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.pd-img img{
    width: 100%;
}
.pd-tit{
    display: block;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    transition: .3s;
}
.pd-box > p{
    font-size: 14px;
    color: #999;
    font-weight: 400;
    margin-bottom: 1rem;
}
.pd-price{
    display: flex;
    align-items: center;
}
.pd-price > span{
    display: inline-block;
    color: #bbb;
    font-weight: 400;
    position: relative;
    margin-right: 10px;
    font-size: 14px;
}
.pd-price > span::after{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #bbb;
    position: absolute;
    top: 50%;
    left: 0;
}
.pd-price > h5{
    font-size: 16px;
    color: #222;
    font-weight: 700;
}
.pd-cart{
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    background-color: #f2f2f2;
    border-radius: 50%;
    color: #999;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    transition: .3s;
}
.pd-cart:hover{
    transform: scale(1.1);
    background-color: #222;
    color: #fff;
}

/* sc04 */
#sc04{
    padding: 0 0 100px;
}
.sc04-wrap{
    width: 100%;
    display: flex;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.sc04-box{
    width: 50%;
}
.sc04-box.sc04-bc{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sc04-caption > h5{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.sc04-caption > h3{
    font-size: 28px;
    font-weight: 600;
}
.sc04-box.sc04-img{
    display: flex;
}
.sc04-box.sc04-img img{
    width: 100%;
}

/* sc05 */
#sc05{
    padding: 0 0 100px;
}

/* sc06 */
#sc06{
    padding: 0 0 100px;
}
.sc06-vd{
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
.sc06-vd iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* sc07 */
#sc07{
    padding: 0 0 100px;
}
.sc07-slide{
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}
.swiper-button-next.sc07nav, .swiper-button-prev.sc07nav{
    color: rgba(0, 0, 0, 0.3);
    transition: .5s;
}
.swiper-button-next.sc07nav:hover, .swiper-button-prev.sc07nav:hover{
    color: #222;
}
.swiper-button-next.sc07nav{
    right: calc(53% / 2);
}
.swiper-button-prev.sc07nav{
    left: calc(53% / 2);
}
.swiper-pagination.sc07pn{
    bottom: 0 !important;
}
.swiper-pagination.sc07pn .swiper-pagination-bullet{
    width: 50px;
    height: 2px;
    border-radius: 0;
    transition: .5s;
}
.swiper-pagination.sc07pn .swiper-pagination-bullet-active{
    width: 100px;
}
.sc07swiper{
    position: relative;
}
.sc07-img{
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    transition: .3s;
    transform: scale(0.9);
    opacity: 0.8;
}
.sc07-img img{
    width: 100%;
}
.sc07-caption{
    width: 100%;
    padding: 0 100px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sc07-caption > h5{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1rem;
}
.sc07-caption > h3{
    font-size: 32px;
    font-weight: 700;
    color: #222;
    line-height: 1.2;
}
.swiper-slide-active .sc07-img{
    transform: scale(1);
    opacity: 1;
}

@media(min-width:1025px){
	.ms-img-m{display: none;}

	.ani.up.delay{
        transition: 1s opacity 0.2s, 1s transform 0.2s;
    }
    .ani.up.delay2{
        transition: 1s opacity 0.5s, 1s transform 0.5s;
    }
    .ani.up.delay3{
        transition: 1s opacity 0.8s, 1s transform 0.8s;
    }
    .ani.up.delay4{
        transition: 1s opacity 1.1s, 1s transform 1.1s;
    }
    .ani.up.delay5{
        transition: 1s opacity 1.4s, 1s transform 1.4s;
    }
    .ani.up.delay6{
        transition: 1s opacity 1.7s, 1s transform 1.7s;
    }
}
@media(max-width:1280px){
    .main-caption{
        max-width: 1080px;
    }
    .main-caption > h5{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .main-caption > h3{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .main-caption > a{
        font-size: 14px;
    }
    .main-caption > a > span{
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
    .swiper-pagination.mainpn{
        bottom: 10px !important;
    }
    .mc-con{
        max-width: 1080px;
    }
    .sc02-img{
        width: 110px;
        height: 110px;
        transform: scale(0.95);
    }
    .sc07-caption > h5{
        font-size: 18px;
    }
    .sc07-caption > h3{
        font-size: 26px;
    }
    .swiper-button-prev.sc07nav{
        left: calc(35% / 2);
    }
    .swiper-button-next.sc07nav{
        right: calc(35% / 2);
    }
    

}
@media(max-width:1024px){

    .mc-con{padding: 0 15px;}

	.ms-img{display: none;}
	.ms-img-m{
        display: flex;
        position: relative;
        width: 100%;
        border-radius: 16px;
        overflow: hidden;
    }
    .ms-img-m img{
        width: 100%;
    }

    .sc02-wrap{
        overflow-x: scroll;
    }

    .sc02-box:hover{
        transform: translateY(0);
    }
    .sc02-box{
        margin-right: 1rem;
    }

    .sc07-caption{
        padding: 0 60px;
    }

    .sc07-caption > h5{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .sc07-caption > h3{
        font-size: 22px;
    }

}
@media(max-width:690px){
    .swiper-pagination.mainpn .swiper-pagination-bullet{
        width: 20px;
    }
    .swiper-pagination.mainpn .swiper-pagination-bullet-active{
        width: 50px;
    }
    .swiper-pagination.sc07pn .swiper-pagination-bullet{
        width: 20px;
    }
    .swiper-pagination.sc07pn .swiper-pagination-bullet-active{
        width: 50px;
    }

    .sect-tit{
        padding: 0;
    }

     .main-caption{
        padding: 0 20px;
    }

    #sc01{
        padding-bottom: 50px;
    }
    #sc02{
        padding: 50px 0 30px 15px;
    }
    #sc02 .mc-con{
        padding: 0;
    }
    .sc02-wrap{
        padding-bottom: 20px;
    }
    .sc02-img{
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
    }

    .sect-tit{
        margin-bottom: 1rem;
    }
    .sect-tit > h3{
        font-size: 24px;
    }

    #sc03{
        padding: 0 0 50px;
    }
    #sc04{
        padding: 0 0 50px;
    }
    .sc04-wrap{
        border-radius: 12px;
        flex-direction: column;
    }
    .sc04-box{
        width: 100%;
    }
    .sc04-box.sc04-bc{
        padding: 20px 15px;
        text-align: center;
    }
    .sc04-caption{
        text-align: center;
    }
    .sc04-caption > h5{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .sc04-caption > h3{
        font-size: 20px;
    }

    #sc05{
        padding: 0 0 50px;
    }
    #sc06{
        padding: 0 0 50px;
    }
    #sc07{
        padding: 0 0 50px;
    }
    .sect-tit > p{
        font-size: 15px;
        margin-top: 5px;
    }

    .sc07-img{
        transform: scale(0.96);
        opacity: 0.3;
        border-radius: 20px;
    }

    .swiper-button-prev.sc07nav{
        display: none;
    }
    .swiper-button-next.sc07nav{
        display: none;
    }
    .sc07-caption{
        padding: 0 20px;
    }

    .sc07-caption > h5{
        font-size: 12px;
        margin-bottom: 10px;
    }
    .sc07-caption > h3{
        font-size: 16px;
    }
}
@media(max-width:500px){
   
}

/* animation */

.ani.up{
    transform: translateY(100px);
    opacity: 0;
    transition: 1s;
}

.ani.up.act{
    transform: translateY(0);
    opacity: 1;
}

@keyframes blink{
    50% {
      opacity: 0;
    }
}

@keyframes rotate{
    0% {
      transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}