@media (min-width: 992px) {
    #carouselPrinterIndicators{
        margin-top: -5.3rem;
    }
}

#home-product .head, #home-brand-family .head, #home-about .head, #home-news .head{
    background-color: #fff;
    color: #2d2d2d;
    text-transform: uppercase;
    font-size: 1.7rem;
    text-align: center;
    padding: 2rem;
}
#home-brand-family{
    margin-bottom: 5rem;
}
#home-product .head img{
    margin-right: 1rem;
    margin-left: 1rem;
}
#home-product .swiper-container{
    width: 84%;
    margin: 0 auto;
    overflow: hidden;
}
#home-product .body{
    margin: 3rem auto;
    position: relative;
}

#home-product .btnLeft{
    width: 40px;
    height: 100px;
    background: url(../images/btnLeft.png) no-repeat center;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
    z-index: 99;
}
#home-product .btnRight{
    width: 40px;
    height: 100px;
    background: url(../images/btnRight.png) no-repeat center;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
    z-index: 99;
}

#home-brand-family .list {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 36px;
    padding-bottom: 36px;
    position: relative;
}
#home-brand-family .list .swiper-slide {
    width: 12.5%;
    box-sizing: border-box;
    height: 100px;
    border-right: 1px solid #252525;
    display: flex;
    justify-content: center;
    align-items: center;
}
#home-brand-family .list div {
    overflow: visible;
}

#home-brand-family .list .swiper-slide::after {
    position: absolute;
    content: "";
    z-index: 99;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    bottom: -42px;
    width: 100%;
    height: 25px;
    background: url(../images/brand-family-underline.png) no-repeat center bottom;
}
#home-brand-family .list .cur::after {
    opacity: 1;
}

#home-brand-family .box {
    width: 100%;
    height: auto;
    position: relative;
    margin:0 auto;
    margin-top: 20px;    
}
#home-brand-family .box .nr {
    display: none;
}
#home-brand-family .box .left {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border: none;
    margin-left: 0;
    display: flex;
}
#home-brand-family .box .left .bg {
    width: 90%;
    color: #fff;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
#home-brand-family .box .left .bg .name {
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    margin: 10px auto;
}
#home-brand-family .box .left .bg .memo {
    width: 100%;
    font-size: 14px;
    line-height: 1.5em;
}
#home-brand-family .box .right {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9;
    right: 0;
    top: 0;
    margin-top: 20px;
}
@media (min-width: 992px) {
    #home-brand-family .box {
        width: 84%;
        height: 360px;
        position: relative;
        margin-top: 20px;
    }
    #home-brand-family .box .nr {
        height: 100%;
    }
    #home-brand-family .box .left {
        width: 520px;
        height: 100%;
        border: 8px solid #484848;
    }
    #home-brand-family .box .left .bg {
        width: 80%;
    }
    #home-brand-family .box .right {
        width: calc(96% - 440px);
        height: 86%;
        position: absolute;        
        top: 7%;
        margin-top: unset;
    }
    #home-brand-family .box .left .bg .name {
        line-height: 30px;
    }
    #home-brand-family .box .right img {
        display: block;
        height: 100%;
        object-fit: cover;
    }
}
#home-brand-family .box .right::before {
    width: 56px;
    height: 56px;
    position: absolute;
    z-index: 99;
    left: 50%;
    margin-left: -28px;
    top: 50%;
    z-index: 99;
    margin-top: -28px;
    content: "";
    background: url(../images/icon/video-ico.png) no-repeat;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

#home-about .body{
    background: url(../images/about/about-bg.jpg) no-repeat center center;
}
#home-about .body .col{
    padding: 1.5rem;
}

#home-about .box{
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    padding: 1rem;
    position: relative;
    width: 100%;
    border-radius: 10px;
}
@media (min-width: 768px) {
    #home-about .body .col{
        padding: 6rem;
    }
    #home-about .box{
        max-width: 640px;
        padding: 3rem;
    }
}

#home-about-link{
    width: 100%;
    background-color: #fff;
    padding: 1rem 0;
    overflow: hidden;
}
#home-about-link p{
    margin-bottom: 0;
}

#home-about-link .box2{
    background-color: #de0245;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 1.5rem;
    margin-top: 1rem;
}
#home-about-link .box2.green{
    background-color: #686868;
}
#home-about-link .content{
    margin-top: 1rem;
}
@media (min-width: 768px) {
    #home-about-link .box2{
        margin-top: unset;
    }
    #home-about-link .content{
        margin-top: unset;
    }
}

#home-news .body{
    position: relative;
    width: 94%;
    height: auto;
    margin: 30px auto;
}

#home-news .body .box{
    

    width: 100%;
    overflow: hidden;
    border-radius: 3px;
    border-top-right-radius: 15px;
    background: #fff;
}
#home-news .body .box .nr{padding: 10px; padding-right: 40px; width: 100%; box-sizing: border-box; position: relative;}
#home-news .body .box .nr .name{font-size: 14px; color: #000; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height: 28px;}
#home-news .body .box .nr::after {
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 99;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    color: #fff;
    border-radius: 50%;
    background: #e00046;
    text-align: center;
    line-height: 16px;
    font-size: 14px;
    content: "﹥";
}
#home-news .body .mores {
    margin: 0 auto;
    margin-top: 20px;
}

#home-news-swiper .swiper-slide .tu {
    height: 300px; /* Set a fixed height for the container */
    overflow: hidden; /* Hide any overflow */
}

#home-news-swiper .swiper-slide .tu img {
    width: 100%; /* Set the width to 100% to fill the container */
    height: 100%; /* Set the height to 100% to fill the container */
    object-fit: cover; /* Scale the image to cover the entire container */
}