/* 
*  Owl Carousel - Animate Plugin
*/

.owl-carousel .animated {
    -ms-animation-duration: 1000ms;
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -ms-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -ms-animation-name: fadeOut;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/* 
* 	Owl Carousel - Auto Height Plugin
*/

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
/* 
*  Core Owl Carousel CSS File
*/

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}
/* No Js */

.no-js .owl-carousel {
    display: block;
}
/* 
* 	Owl Carousel - Lazy Load Plugin
*/

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}
/* 
* 	Owl Carousel - Video Plugin
*/

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
/* -----------------------------------------------首頁大圖輪播 */
.in_content_bg{
    position: relative;
    height: 49vw;
}

.in_content_box_1 {
    width: 100%;
    height: 49vw;
    overflow: hidden;
}

.slider_box_in .owl-stage {
    height: 100%;
}

.slider_box_in .owl-item .w_mask {
    overflow: hidden;
    z-index: 1;
    position: absolute;
    left: 80vw;
    top: 43%;
    width: 230px;
    height: 30px;
    background-color: rgba(210, 255, 253, 0.699);
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
    opacity: 0;
}

.slider_box_in .owl-item.active .w_mask {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    left: 15vw;
    opacity: 0.6;
}

.slider_box_in .owl-item .w_mask_2 {
    overflow: hidden;
    z-index: 1;
    position: absolute;
    right: 80vw;
    top: 38%;
    width: 260px;
    height: 20px;
    background-color: rgba(210, 255, 253, 0.7);
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
    opacity: 0;
}

.slider_box_in .owl-item.active .w_mask_2 {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    right: 25vw;
    opacity: 0.6;
}
.slider_box_in .owl-item .w_img {
    width: 34vw;
    overflow: hidden;
    z-index: 2;
    position: absolute;
    right: -200px;
    bottom: 45px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
}

.slider_box_in .owl-item.active .w_img {
    width: 34vw;
    right: 132px;
    bottom: 0px;
    -webkit-transition: all 0.7s ease 0.2s;
    -moz-transition: all 0.7s ease 0.2s;
    -o-transition: all 0.7s ease 0.2s;
    -ms-transition: all 0.7s ease 0.2s;
    transition: all 0.7s ease 0.2s;
    opacity: 1;
}

.slider_box_in .owl-item .w_slogan {
    overflow: hidden;
    z-index: 2;
    position: absolute;
    left: 37%;
    top: 32%;
    /* left: 1200px;
    top: 188px; */
    width: max-content;
    padding: 15px;
    height: 100px;
    text-align: center;
    -webkit-transition: all 0.6s ease 0.2s;
    -moz-transition: all 0.6s ease 0.2s;
    -o-transition: all 0.6s ease 0.2s;
    -ms-transition: all 0.6s ease 0.2s;
    transition: all 0.6s ease 0.2s;
    opacity: 0;
}

.slider_box_in .owl-item.active .w_slogan {
    left: 25%;
    padding: 15px;
    /* left: 315px; */
    width: max-content;
    height: 100px;
    -webkit-transition: all 0.6s ease 0.5s;
    -moz-transition: all 0.6s ease 0.5s;
    -o-transition: all 0.6s ease 0.5s;
    -ms-transition: all 0.6s ease 0.5s;
    transition: all 0.6s ease 0.5s;
    opacity: 1;
}

.slider_box_in .owl-item .w_word {
    z-index: 2;
    position: absolute;
    left: 37%;
    padding: 15px;
    height: 100px;
    width: max-content;
    -webkit-transition: all 0.8s ease 0.2s;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
    opacity: 0;
}

.slider_box_in .owl-item.active .w_word {
    top: 39%;
    left: 25%;
    width: max-content;
    -webkit-transition: all 1s ease 0.6s;
    -moz-transition: all 1s ease 0.6s;
    -o-transition: all 1s ease 0.6s;
    -ms-transition: all 1s ease 0.6s;
    transition: all 1s ease 0.6s;
    opacity: 1;
}


.slider_box_in .owl-theme .owl-dots .owl-dot span {
    display: none;
}
.slider_box_in .owl-next,
.slider_box_in .owl-prev {
    display: none;
}

.slider_box_in .img_box{
    overflow: hidden;
}

.slider_box_in .img_box.s01{
    background-size: cover;
    width: 100vw;
    height: 49vw;
}
.pc-banner{
    display: block;
}
.m-banner{
    display: none;
}
.slider_box_in .owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.porducts_list_owl .owl-nav{
    display: none;
}

                        @media screen and (max-width: 1024px) {
                            .in_content_bg {
                                height: 91vw;
                            }
                            .in_content_box_1 {
                                height: 91vw;
                            }
                            .slider_box_in .owl-item .w_img {
                                width: 58vw;
                                right: -70px;
                                bottom: 55px;
                            }
                            
                            .slider_box_in .owl-item.active .w_img {
                                width: 58vw;
                                right: -80px;
                                bottom: 25px;
                            }
                            .index_product {
                                margin: 110px auto 100px auto;
                            }
                            .banner_subs {
                                position: absolute;
                                bottom: -10px;
                                right: 7px;
                            }
                            .now-buy {
                                bottom: -30px;
                                right: 41px;
                            }
                            .slider_box_in .owl-item .w_slogan {
                                left: 22%;
                                top: 33%;
                            }
                            
                            .slider_box_in .owl-item.active .w_slogan {
                                left: 14%;
                                padding: 15px;
                            }
                            .slider_box_in .owl-item .w_word {
                                left: 20%;
                            }
                            
                            .slider_box_in .owl-item.active .w_word {
                                top: 39%;
                                left: 14%;
                            }
                            .pc-banner{
                                display: none;
                            }
                            .m-banner{
                                display: block;
                            }
                            .slider_box_in .img_box.s01{
                                background-size: cover;
                                width: 100vw;
                                height: 90vw;
                            }
                        }
                        @media screen and (max-width: 850px){
                            .banner_subs {
                                position: absolute;
                                bottom: -58px;
                                right: inherit;
                            }
                            .now-buy {
                                bottom: -2px;
                                right: 41px;
                            }
                            .in_content_bg {
                                height: 96vw;
                            }
                            .in_content_box_1 {
                                height: 96vw;
                            }

                        }
                        @media screen and (max-width: 500px){
                            .index_product {
                                margin: 90px auto 55px auto;
                            }
                            .sec-title p {
                                font-size: 2rem;
                            }
                            .sec-ct-p p{
                                display: none;
                            }
                            .index_about_ct p {
                                font-size: 0.95rem;
                                letter-spacing: 0.06rem;
                                line-height: 1.7rem;
                            }
                            .now-buy {
                                bottom: -13px;
                                right: 34px;
                            }
                            .banner_subs{
                                display: none;
                                pointer-events: none;
                                visibility: hidden;
                            }


                            .w_slogan h1, .w_word h2 {
                                font-size: 4.3vw;
                                letter-spacing: 4px;
                                text-shadow: 0px 4px 13px rgb(58 99 97 / 90%);
                        } 
                        .slider_box_in .owl-item.active .w_slogan {
                            left: 10%;
                        }
                        .slider_box_in .owl-item.active .w_word {
                            top: 40%;
                            left: 10%;
                        }
                        .slider_box_in .owl-item.active .w_img {
                            width: 52vw;
                            right: -42px;
                            bottom: 25px;
                        }
                        .sec-title-hr div {
                            margin-right: 5px;'
                        }
                        .now-buy {
                            padding: 7px 16px;
                        }
                        .nv-bg, .nv-bg-2, .nv-bg-3 {
                            width: 100%;
                            overflow: hidden;
                        }
                        .nv-bg img, .nv-bg-2 img, .nv-bg-3 img {
                            width: 200%;
                            margin-left: -150px;
                        }

                    }

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


                        .index_product {
                            margin: 70px auto 100px auto;
                        }


                    }

        

