/* 基本設定_start */

.index-container {
    padding: 0;
}


/* 基本設定_end */

.index-editor-container {
    padding: 60px 0;
    position: relative;
}

.product-container {
    position: relative;
    padding: 60px 0;
}


/* 
.product-container::after {
    right: 0;
    top: 0;
    height: 100%;
    width: 75%;
    background-color: var(--white-color-75);
    position: absolute;
    display: block;
    content: '';
    z-index: -9;
} */


/* index_product_start */


/* index_product_end */


/* index_Editor_start */


/* index_Editor_end */


/* index_news_start */


/* index_news_end */

@media only screen and (max-width: 1499px) {}

@media only screen and (min-width: 1200px) {}

@media only screen and (max-width: 1199px) {
    /* index_news_start */
    .Inner {
        max-width: 80%;
    }
    /* index_news_end */
}

@media only screen and (min-width: 992px) {}

@media only screen and (max-width: 991px) {
    /* index_banner_start */
    .swiperItem a {
        height: 450px;
    }
    /* index_banner_end */
}

@media only screen and (min-width: 768px) {
    /* .img-content.img-logo:hover img {
        filter: brightness(0)invert(1);
        opacity: 0.75;
    } */
}

@media only screen and (max-width: 767px) {
    .index-editor-container {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 568px) {}

@media only screen and (max-width: 440px) {}

@media only screen and (max-width: 420px) {}