@charset "UTF-8";
body {
    overflow: visible;
}

/****banner****/
.index__banner {
    display: block;
    width: 100%;
    height: 100vh;
    min-height: 800px;
    background: #ededed;
    overflow: hidden;
}

.index__banner__box {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: calc(100% - 135px);
}

.index__banner__box .slick-list,
.index__banner__box .slick-track {
    height: 100%;
}

.index__banner__box__item {
    display: block;
    width: 100%;
    height: 100%;
    flex: 0 0 auto;
}

/**background**/
.index__banner__box__item__bg {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.index__banner__box__item__bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(to right, rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, 0) 100%),
        linear-gradient(to right, rgba(27, 150, 213, .65) 0%, rgba(27, 150, 213, 0) 100%);
    z-index: 10;
}

.index__banner__box__item__bg img,
.index__banner__box__item__bg video {
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.index__banner__box__item__bg .pad,
.index__banner__box__item__bg .mb {
    display: none;
}

/**content**/
.index__banner__box__item__content {
    position: absolute;
    top: 0;
    left: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-items: flex-start;
    justify-content: flex-start;
    width: calc(100% - 555px);
    height: 100%;
    max-width: 1120px;
    padding: 50px 0 0 0;
    color: #fff;
    pointer-events: none;
    z-index: 10;
}

.index__banner__box__item__content__main {
    display: block;
    width: 100%;
    font-size: 70px;
    line-height: 1.2;
    color: inherit;
    font-family: 'Poppins-B', 'NotoSansTC-B';
}

.index__banner__box__item__content__text {
    display: block;
    width: 100%;
    margin: 25px 0 0 0;
    font-size: 20px;
    line-height: 1.5;
    color: inherit;
    font-family: 'Poppins-B', 'NotoSansTC-B';
}

/**prodcut**/
.index__banner__product {
    position: absolute;
    bottom: 135px;
    right: max(-205px, min(0px, calc(50% - 900px)));
    width: 780px;
    height: 475px;
    background: url(../images/common/index_banner_product_bg.svg) center bottom no-repeat;
    background-size: auto 100%;
}

.index__banner__product__box {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: flex-start;
    justify-content: flex-start;
    width: 340px;
    height: 340px;
    margin: 20px auto 0 auto;
    overflow: visible;
}

.index__banner__product__box .slick-list,
.index__banner__product__box .slick-track {
    overflow: visible;
}

.index__banner__product__box .slick-arrow {
    top: auto;
    bottom: -56px;
}

.index__banner__product__box .slick-prev {
    left: 75px;
}

.index__banner__product__box .slick-next {
    right: 75px;
}

.index__banner__product__box__item__pic {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    box-shadow: 6px 6px 13px rgba(0, 0, 0, .26);
    overflow: hidden;
}

.index__banner__product__box__item__link {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.index__banner__product__count {
    max-width: 170px;
    margin: 35px auto 0 auto;
}

/**product info**/
.index__banner__info {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: flex-start;
    justify-content: flex-start;
    width: calc(100% - 200px);
    height: 135px;
    margin: 0 auto;
    overflow: hidden;
}

.index__banner__info__item {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    flex: 0 0 auto;
}

.index__banner__info__item.slick-slide {
    display: flex;
}

.index__banner__info__item__content {
    display: block;
    width: 25%;
    padding: 0 15px 0 0;
}

.index__banner__info__item__content[data-style="info"] {
    width: 50%;
}

.index__banner__info__item__content__title {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 0 5px 0;
    font-size: 15px;
    line-height: 1.2;
    color: rgba(28, 28, 28, .4);
    font-family: 'Poppins', 'NotoSansTC';
    flex: 0 0 auto;
}

.index__banner__info__item__content__text {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 1.5;
    color: rgba(28, 28, 28, .9);
    font-family: 'NotoSansTC-M';
    flex: 0 1 auto;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/**scroll down**/
.index__banner__scrollDown {
    position: absolute;
    right: 30px;
    bottom: 25px;
    display: block;
    width: 50px;
    height: 80px;
    border-radius: 22.5px;
    border: 1px solid #dadada;
    background: url(../images/common/icon_arrow_bottom_long_gray.svg) center no-repeat;
    background-size: auto 22.5%;
    animation: scrollDown 1.8s ease-in-out infinite;
    cursor: pointer;
    overflow: hidden;
}

/****product category****/
.index__category {
    display: block;
    width: 100%;
    padding: 170px 0 130px 0;
    background-image:
        radial-gradient(rgba(27, 150, 213, .08) 20%, transparent 0);
    background-size: 10px 10px;
    overflow: hidden;
}

.index__category__inner__head {
    margin: 0 0 75px 0;
}

.index__category__inner__body {
    display: block;
    width: 100%;
}

.index__category__inner__body__head {
    display: block;
    width: calc(100% - 120px);
    margin: 0 0 65px 0;
}

.index__category__inner__body__main {
    display: block;
    width: 100%;
}

.index__category__inner__body__main__box {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    justify-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.j-category-group {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    justify-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.j-category-group.slick-slide {
    display: flex;
    justify-content: flex-start;
}

.index__category__inner__body__main__box .slick-arrow {
    top: -100px;
}

.index__category__inner__body__main__box .slick-prev {
    left: calc(100% - 200px);
}

.index__category__inner__body__main__box__item {
    display: block;
    width: calc((100% - 60px) / 3);
    margin: 0 10px 20px 10px;
    padding: 0 0 35px 0;
    border: 1px solid #ebebeb;
    background: #ebebeb;
    transition: background-color .4s ease-in-out;
    flex: 0 0 auto;
}

.index__category__inner__body__main__box__item > .pic {height: 0; padding-bottom: 77.5%; overflow: hidden; position: relative; z-index: 1; line-height: 0; font-size: 0;}

.index__category__inner__body__main__box__item__pic {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 100%;
    padding: 77.5% 0 0 0;
    overflow: hidden;
}

.index__category__inner__body__main__box__item__pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index__category__inner__body__main__box__item__content {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: flex-start;
    justify-content: flex-start;
    width: calc(100% - 60px);
    max-width: 400px;
    margin: 10px auto 0 auto;
}

.index__category__inner__body__main__box__item__content__title {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 1.2;
    color: var(--textColor);
    font-family: 'NotoSansTC-M';
    transition: opacity .4s ease-in-out;
    /* opacity: .5; */
    flex: 0 1 auto;
}

.index__category__inner__body__main__box__item__content__link {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: flex-start;
    justify-content: flex-start;
    width: auto;
    max-width: 100%;
    margin: 0 0 0 15px;
    font-size: 15px;
    line-height: 1;
    color: var(--textColor);
    font-family: 'Poppins-M', 'NotoSansTC-M';
    opacity: 0;
    transition: opacity .4s ease-in-out;
    flex: 0 0 auto;
}

.index__category__inner__body__main__box__item__content__link::after {
    content: '';
    position: relative;
    display: block;
    width: 7px;
    height: 14px;
    margin: 0 0 0 15px;
    background: url(../images/common/icon_arrow_next_black.svg) center/contain no-repeat;
}

.index__category__inner__body__main__box__item:hover {
    background: #fff;
}

/* .index__category__inner__body__main__box__item:hover .index__category__inner__body__main__box__item__content__title {
    opacity:1;
} */

.index__category__inner__body__main__box__item:hover .index__category__inner__body__main__box__item__content__link {
    opacity: 1;
}

.index__category__inner__body__main__count {
    position: absolute;
    top: -95px;
    right: 10px;
    max-width: 180px;
}

/****about****/
.index__about {
    display: block;
    width: 100%;
    padding: 150px 0 250px 0;
    background: url(../images/index/index_about_bg.png) center/cover no-repeat #003b59;
    overflow: hidden;
    z-index: 10;
}

/**主標題**/
.index__about__inner {
    display: block;
    animation-name: fadeInUp;
}

.index__about__inner__body {
    display: flex;
    justify-content: space-between;
    justify-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    padding: 80px 0 0 0;
}

.index__about__inner__body__title {
    display: block;
    width: 28%;
    margin: 0 50px 0 0;
}

.index__about__inner__body__title__main {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 60px;
    line-height: 1.1;
    color: #fff;
    font-family: 'Poppins-B', 'NotoSansTC-B';
}

.index__about__inner__body__title__text {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    font-family: 'NotoSansTC-M';
    margin: 10px 0 0 0;
}

/**說明文字**/
.index__about__inner__body__desc {
    width: 70%;
    flex: 0 1 auto;
    display: flex;
    justify-content: flex-start;
    justify-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.index__about__inner__body__desc div:nth-child(1){
    width: 60%;
}
.index__about__inner__body__desc div:nth-child(2){
    width: 40%;
}

.index__about__inner__body__desc__item {
    padding: 0 0 0 30px;
    margin: 0 6% 0 0;
}

.index__about__inner__body__desc__item:last-child {
    margin: 0 auto;
}

.index__about__inner__body__desc__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 30px 0 0;
    display: block;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .2);
    pointer-events: none;
}

.index__about__inner__body__desc__item__main {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    line-height: 1.9;
    color: #fff;
    font-family: 'NotoSansTC-M';
    margin: 0 auto 10px auto;
}

.index__about__inner__body__desc__item__text {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 15px;
    line-height: 2.3;
    color: #e6e6e6;
    font-family: 'NotoSansTC';
}

/**特色數字跳動**/
.index__about__inner__bottom {
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    margin: 130px auto 0 auto;
    width: 100%;
    max-width: 880px;
}

.index__about__inner__bottom__item {
    display: block;
    text-align: center;
    width: 25%;
    padding: 0 10px;
}

.index__about__inner__bottom__item__sub {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    color: #dedddd;
    font-family: 'Poppins', 'NotoSansTC';
    margin: 0 auto 25px auto;
}

.index__about__inner__bottom__item__number,
.index__about__inner__bottom__item__unit {
    display: inline-block;
    width: auto;
    font-size: 55px;
    line-height: 1;
    color: #fff;
    font-family: 'Poppins-B', 'NotoSansTC-B';
}

.index__about__inner__bottom__item__main {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    font-family: 'NotoSansTC-M';
    margin: 10px auto 0 auto;
}

/****品質認證****/
.index__quality {
    display: block;
    width: 100%;
    margin: -125px auto 0 auto;
    overflow: hidden;
}

.index__quality::after {
    top: auto;
    bottom: -500px;
    right: -550px;
}

/****video****/
.index__video {
    display: block;
    width: 100%;
    padding: 120px 0;
    overflow: hidden;
}

.index__video__inner {
    display: block;
    animation-name: fadeInUp;
}

.index__video__inner__head {
    margin: 0 0 75px 0;
}

.index__video__inner__body__head {
    display: block;
    width: calc(100% - 220px);
    margin: 0 0 65px 0;
}

/**輪播區域**/
.index__video__inner__body__slick {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.index__video__inner__body__slick__content {
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
    width: 100%;
    margin: 0 auto;
}

.index__video__inner__body__slick__content .slick-list,
.index__video__inner__body__slick__content .slick-track {
    overflow: visible;
}

.index__video__inner__body__slick__content__item {
    width: 550px;
    margin: 0 70px 0 0;
}

.index__video__inner__body__slick__content__item__link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: background-color .4s ease-in-out;
}

.index__video__inner__body__slick__content__item__pic {
    display: block;
    width: 100%;
    margin: 0 auto 25px auto;
    padding: 71.72% 0 0 0;
}

.index__video__inner__body__slick__content__item__pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index__video__inner__body__slick__content__item__pic__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 104, 157, .6);
    opacity: 0;
    transition: opacity .4s ease-in-out;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    font-family: 'Poppins-M', 'NotoSansTC-M';
}

.index__video__inner__body__slick__content__item__pic__cover::before {
    content: 'READ MORE';
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    width: auto;
    height: 1em;
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    pointer-events: none;
}

.index__video__inner__body__slick__content__item__pic__cover::after {
    content: '';
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    width: 15px;
    height: 1em;
    margin: 0 0 0 10px;
    background: url(../images/common/icon_arrow_next_white.svg) center/contain no-repeat;
    pointer-events: none;
}

.index__video__inner__body__slick__content__item:hover .index__video__inner__body__slick__content__item__pic__cover {
    opacity: 1;
}

.index__video__inner__body__slick__content__item__textArea {
    display: block;
    width: 100%;
}

.index__video__inner__body__slick__content__item__textArea__title {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1.75;
    color: var(--textColor);
    font-family: 'NotoSansTC-M';
}

/**arrow**/
.index__video__inner__body__slick__content .slick-arrow {
    top: -100px;
}

.index__video__inner__body__slick__content .slick-prev {
    left: calc(100% - 200px);
}

.index__video__inner__body__slick__content .slick-next {
    right: 0;
}

.index__video__inner__body__slick__count {
    position: absolute;
    top: -95px;
    right: 10px;
    max-width: 180px;
}

/****slogan****/
.index__slogan {
    display: block;
    width: 100%;
    height: 200vh;
}

/* .index__slogan__inner {
    display: block;
    width: 100%;
    height: 200%;
} */

.index__slogan__box {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;

    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
}

.index__slogan__box::after {
    content: '';
    position: absolute;
    bottom: 100px;
    left: calc(50% - 25px);
    display: block;
    width: 50px;
    height: 80px;
    border-radius: 22.5px;
    border: 1px solid #dadada;
    background: url(../images/common/icon_arrow_bottom_long_gray.svg) center 25% no-repeat;
    background-size: auto 22.5%;
    animation: scrollDown 1.8s ease-in-out infinite;
    transition: opacity .8s .2s ease-in-out;
    overflow: hidden;
}

/**background**/
.index__slogan__box__pic {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.index__slogan__box__pic::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.index__slogan__box__pic img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    user-select: none;
}

.index__slogan__box__pic .pad,
.index__slogan__box__pic .mb {
    display: none;
}

/**content**/
.index__slogan__box__content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    opacity: 0;
    transition: opacity .8s .2s ease-in-out;
}

.index__slogan__box__content__title {
    display: block;
    width: 100%;
    font-size: 55px;
    line-height: 1.3;
    color: #fff;
    font-family: 'Poppins-BL', 'NotoSansTC-BL';
    text-transform: uppercase;
    text-align: center;
}

/**slogan**/
.index__slogan__cover {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.index__slogan__cover__inner {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transform-origin: center 50%;
}

.index__slogan__cover__inner::before {
    content: '';
    position: absolute;
    top: -5%;
    left: -5%;
    display: block;
    width: 110%;
    height: 110%;
    background:
        linear-gradient(to bottom,
            #ededed calc(50% - min(440px, calc(23.4vw - 10px))),
            rgba(237, 237, 237, 0) calc(50% - min(440px, calc(23.4vw - 10px))),
            rgba(237, 237, 237, 0) calc(50% + min(440px, calc(23.4vw - 10px))),
            #ededed calc(50% + min(440px, calc(23.4vw - 10px)))),
        linear-gradient(to left,
            #ededed calc(50% - min(860px, calc(45vw - 10px))),
            rgba(237, 237, 237, 0) calc(50% - min(860px, calc(45vw - 10px))),
            rgba(237, 237, 237, 0) calc(50% + min(860px, calc(45vw - 10px))),
            #ededed calc(50% + min(860px, calc(45vw - 10px))));
}

.index__slogan__cover__inner img {
    max-width: 1920px;
}

.index__slogan__cover__inner .pad,
.index__slogan__cover__inner .mb {
    display: none;
}

.index__slogan.show .index__slogan__box__content {
    opacity: 1;
}

.index__slogan.show .index__slogan__box::after {
    opacity: 0;
}

@media screen and (max-width: 1200px) {

    /****banner****/
    /**content**/
    .index__banner__box__item__content__main {
        font-size: 65px;
        line-height: 1.1;
    }

    .index__banner__box__item__content__text {
        margin: 15px 0 0 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {

    /****banner****/
    .index__banner {
        min-height: 800px;
    }

    .index__banner__box {
        height: calc(100% - 120px);
    }

    /**background**/
    /* .index__banner__box__item__bg::after {
        background:
            linear-gradient(-80deg, rgba(28, 151, 213, .2) calc(50% - .5px), rgba(28, 151, 213, 0) 50%),
            linear-gradient(45deg, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 100%);
    } */

    .index__banner__box__item__bg .pc {
        display: none;
    }

    .index__banner__box__item__bg .pad {
        display: block;
    }

    /**content**/
    .index__banner__box__item__content {
        left: 55px;
        width: calc(100% - 345px);
    }

    /**prodcut**/
    .index__banner__product {
        bottom: 120px;
        right: -152px;
        width: 592px;
        height: 356px;
    }

    .index__banner__product__box {
        width: 225px;
        height: 225px;
        margin: 45px auto 0 auto;
    }

    .index__banner__product__box .slick-arrow {
        bottom: -48px;
    }

    .index__banner__product__box .slick-prev {
        left: 10px;
    }

    .index__banner__product__box .slick-next {
        right: 10px;
    }

    .index__banner__product__box__item__pic {
        width: 225px;
        height: 225px;
    }

    .index__banner__product__count {
        margin: 30px auto 0 auto;
    }

    /**product info**/
    .index__banner__info {
        width: calc(100% - 110px);
        height: 120px;
    }

    .index__banner__info__item__content {
        width: 50%;
    }

    .index__banner__info__item__content[data-style="info"] {
        display: none;
    }

    /**scroll down**/
    .index__banner__scrollDown {
        left: 60px;
        right: auto;
        bottom: 175px;
    }

    /****product category****/
    .index__category {
        padding: 150px 0 115px 0;
    }

    .index__category::after {
        display: none;
    }

    .index__category__inner__head {
        margin: 0 0 55px 0;
    }

    .index__category__inner__body__main__box .slick-prev {
        left: calc(100% - 135px);
    }

    .index__category__inner__body__main__box__item {
        width: calc(50% - 10px);
        margin: 0 5px 10px 5px;
    }

    .index__category__inner__body__main__box__item__content__title {
        font-size: 16px;
    }

    .index__category__inner__body__main__box__item__content__link {
        font-size: 15px;
    }

    .index__category__inner__body__main__count {
        right: 13px;
        max-width: 108px;
    }

    /****about****/
    /**主標題**/
    .index__about__inner__body {
        display: block;
        width: 100%;
        padding: 30px 0 0 0;
    }
    .index__about__inner__body__desc div:nth-child(1){
        width: 100%;
    }
    .index__about__inner__body__desc div:nth-child(2){
        width: 100%;
    }

    .index__about__inner__body__title {
        width: 100%;
        margin: 0 auto 40px auto;
    }

    .index__about__inner__body__title__main {
        font-size: 50px;
    }

    .index__about__inner__body__title__text {
        display: none;
    }

    /**說明文字**/
    .index__about__inner__body__desc {
        display: block;
        width: 100%;
    }

    .index__about__inner__body__desc__item {
        padding: 0;
        margin: 0 auto 15px auto;
    }

    .index__about__inner__body__desc__item::before {
        display: none;
    }

    .index__about__inner__body__desc__item__main {
        font-size: 17px;
        margin: 0 auto 5px auto;
    }

    /**特色數字跳動**/
    .index__about__inner__bottom {
        justify-content: center;
        max-width: 640px;
        margin: 60px auto -40px auto;
    }

    .index__about__inner__bottom__item {
        width: 50%;
        margin: 0 auto 40px auto;
    }

    /****video****/
    .index__video {
        padding: 0 0 100px 0;
        margin: -55px 0 0 0;
    }

    .index__video__inner__head {
        margin: 0 0 55px 0;
    }

    /**輪播區域**/
    .index__video__inner__body__slick__content__item {
        width: 560px;
        margin: 0 50px 0 0;
    }

    .index__video__inner__body__slick__content .slick-prev {
        left: calc(100% - 135px);
    }

    .index__video__inner__body__slick__count {
        right: 13px;
        max-width: 108px;
    }

    /****slogan****/
    /**background**/
    .index__slogan__box__pic::after {
        background: rgba(0, 0, 0, .3);
    }

    .index__slogan__box__pic .pc {
        display: none;
    }

    .index__slogan__box__pic .pad {
        display: block;
    }

    /**content**/
    .index__slogan__box__content__title {
        font-size: 40px;
    }

    /**slogan**/
    .index__slogan {
        height: 300vh;
    }

    .index__slogan__cover__inner::before {
        background:
            linear-gradient(to bottom,
                #ededed calc(50% - min(440px, calc(23.4vw - 10px))),
                rgba(237, 237, 237, 0) calc(50% - min(440px, calc(23.4vw - 10px))),
                rgba(237, 237, 237, 0) calc(50% + min(440px, calc(23.4vw - 10px))),
                #ededed calc(50% + min(440px, calc(23.4vw - 10px)))),
            linear-gradient(to left,
                #ededed calc(50% - min(860px, calc(45vw - 10px))),
                rgba(237, 237, 237, 0) calc(50% - min(860px, calc(45vw - 10px))),
                rgba(237, 237, 237, 0) calc(50% + min(860px, calc(45vw - 10px))),
                #ededed calc(50% + min(860px, calc(45vw - 10px))));
    }

    .index__slogan__cover__inner img {
        max-width: 991px;
    }

    .index__slogan__cover__inner .pc {
        display: none;
    }

    .index__slogan__cover__inner .pad {
        display: block;
    }
}

@media screen and (max-width: 767px) {

    /****banner****/
    /**content**/
    .index__banner__box__item__content {
        left: 30px;
        width: calc(100% - 60px);
    }

    .index__banner__box__item__content__main {
        font-size: 34px;
        line-height: 1.1;
    }

    .index__banner__box__item__content__text {
        margin: 10px 0 0 0;
        font-size: 16px;
    }

    .index__banner__info {
        width: calc(100% - 40px);
    }

    .index__banner__info__item__content {
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        justify-items: flex-start;
        justify-content: flex-start;
        width: 100%;
    }

    .index__banner__info__item__content[data-style="model"] {
        display: none;
    }

    .index__banner__info__item__content__title {
        width: auto;
        margin: 0 15px 0 0;
        font-size: 14px;
        line-height: 1.5;
    }

    .index__banner__info__item__content__text {
        font-size: 14px;
        -webkit-line-clamp: 1;
    }

    /**scroll down**/
    .index__banner__scrollDown {
        left: 30px;
    }

    /****product category****/
    .index__category__inner__body__main__box .slick-arrow {
        top: auto;
        bottom: -60px;
    }

    .index__category__inner__body__main__box .slick-prev {
        left: calc(50% - 70px);
    }

    .index__category__inner__body__main__box .slick-next {
        right: calc(50% - 70px);
    }

    .index__category__inner__body__main__count {
        position: relative;
        top: auto;
        right: auto;
        max-width: 108px;
        margin: 40px auto 0 auto;
    }

    /****video****/
    /**輪播區域**/
    .index__video__inner__body__slick {
        width: 100%;
    }

    .index__video__inner__body__slick__content {
        width: calc(100% + 40px);
        left: -20px;
        margin: 0 auto 5px auto;
    }

    .index__video__inner__body__slick__content__item {
        width: 100%;
        margin: 0 20px;
    }

    /**arrow**/
    .index__video__inner__body__slick__content .slick-arrow {
        top: auto;
        bottom: -40px;
    }

    .index__video__inner__body__slick__content .slick-prev {
        left: calc(50% - 70px);
    }

    .index__video__inner__body__slick__content .slick-next {
        right: calc(50% - 70px);
    }

    .index__video__inner__body__slick__count {
        position: relative;
        top: auto;
        right: auto;
        max-width: 90px;
        margin: 20px auto 0 auto;
    }
}

@media screen and (max-width: 575px) {

    /****banner****/
    .index__banner {
        min-height: 500px;
        max-height: 900px;
    }

    .index__banner__box {
        height: calc(100% - 50px);
    }

    /**background**/
    /* .index__banner__box__item__bg::after {
        background:
            linear-gradient(-70deg, rgba(28, 151, 213, .2) calc(50% - .5px), rgba(28, 151, 213, 0) 50%),
            linear-gradient(45deg, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 100%);
    } */

    .index__banner__box__item__bg .pad {
        display: none;
    }

    .index__banner__box__item__bg .mb {
        display: block;
    }

    /**content**/
    .index__banner__box__item__content {
        left: 20px;
        width: calc(100% - 40px);
        padding: 0;
    }

    /**prodcut**/
    .index__banner__product {
        bottom: 50px;
        right: -58px;
        width: 290px;
        height: 174px;
    }

    .index__banner__product__box {
        width: 110px;
        height: 110px;
        margin: 15px auto 0 auto;
    }

    .index__banner__product__box .slick-arrow {
        bottom: -30px;
    }

    .index__banner__product__box .slick-prev {
        left: 0;
    }

    .index__banner__product__box .slick-next {
        right: 0;
    }

    .index__banner__product__box__item__pic {
        width: 110px;
        height: 110px;
    }

    .index__banner__product__count {
        max-width: 100px;
        margin: 15px auto 0 auto;
        font-size: 14px;
    }

    /**product info**/
    .index__banner__info {
        height: 50px;
    }

    /**scroll down**/
    .index__banner__scrollDown {
        left: 20px;
        bottom: 75px;
        width: 40px;
        height: 60px;
    }

    /****product category****/
    .index__category {
        padding: 80px 0 75px 0;
    }

    .index__category__inner__head {
        margin: 0 0 30px 0;
    }

    .index__category__inner__body__head {
        margin: 0 0 45px 0;
    }

    .index__category__inner__body__main__box {
        left: -20px;
        width: calc(100% + 40px);
        flex-wrap: nowrap;
    }

    .index__category__inner__body__main__box .slick-arrow {
        bottom: -55px;
    }

    .index__category__inner__body__main__box__item {
        width: calc(100% - 40px);
        margin: 0 20px;
        padding: 0 0 20px 0;
    }

    .index__category__inner__body__main__box__item__content {
        width: calc(100% - 40px);
    }

    .index__category__inner__body__main__box__item__content__title {
        font-size: 15px;
    }

    .index__category__inner__body__main__box__item__content__link {
        font-size: 14px;
    }

    /****about****/
    /**主標題**/
    .index__about__inner__body__title {
        margin: 0 auto 30px auto;
    }

    .index__about__inner__body__title__main {
        font-size: 34px;
    }

    /**說明文字**/
    .index__about__inner__body__desc__item__main {
        font-size: 16px;
    }

    .index__about__inner__body__desc__item__text {
        font-size: 14px
    }

    /**特色數字跳動**/
    .index__about__inner__bottom {
        max-width: 400px;
        width: calc(100% + 20px);
        left: min(0px, calc(50% - 50vw + 10px));
        margin: 50px auto -40px auto;
    }

    .index__about__inner__bottom__item__sub {
        display: none;
    }

    .index__about__inner__bottom__item__number,
    .index__about__inner__bottom__item__unit {
        font-size: 34px;
    }

    .index__about__inner__bottom__item__main {
        font-size: 15px;
        margin: 5px auto 0 auto;
    }

    /****video****/
    .index__video {
        padding: 80px 0 60px 0;
        margin: 0 auto;
    }

    .index__video__inner__head {
        margin: 0 0 30px 0;
    }

    .index__video__inner__body__head {
        margin: 0 0 45px 0;
        width: 100%;
    }

    .index__video__inner__body__slick__content .slick-arrow {
        bottom: -35px;
    }

    /****slogan****/
    /**background**/
    .index__slogan__box__pic::after {
        background: rgba(0, 0, 0, .2);
    }

    .index__slogan__box__pic .pad {
        display: none;
    }

    .index__slogan__box__pic .mb {
        display: block;
    }

    /**content**/
    .index__slogan__box__content {
        padding: 0 20px;
    }

    .index__slogan__box__content__title {
        font-size: 26px;
    }

    /**slogan**/
    .index__slogan__cover__inner .pad {
        display: none;
    }

    .index__slogan__cover__inner .mb {
        display: block;
    }
}

/****觸控螢幕****/
@media (any-hover: none) {
    .index__category__inner__body__main__box__item {
        background: #fff;
    }

    .index__category__inner__body__main__box__item__content__title {
        color: var(--textColor);
    }

    .index__category__inner__body__main__box__item__content__link {
        opacity: 1;
    }

    .index__slogan {
        height: 100vh;
    }

    .index__slogan__box::after {
        display: none;
    }

    .index__slogan__box__content {
        opacity: 1;
    }

    .index__slogan__cover {
        display: none;
    }

}

/****IOS樣式****/
@supports (-webkit-touch-callout: none) {}