﻿@charset "utf-8";
@media (min-width: 576px){

}
@media (min-width: 768px){
    .header  .navbar-nav .nav-item {
        display: flex;
        align-items: center;
    }
    .header .navbar-nav .nav-item ~ .nav-item:before {
        content: '/';
        color: #ccc;
    }

    body.is_scroll .header.navbar-othertop .navbar {
        top: unset;
    }
    .header.navbar-othertop .nav-cart-info .nav-cart-list.cart-drop-detail {
        top: 40px !important;
    }
    .wid-float-section {
        display: none;
    }
}
@media (min-width: 992px){

}
@media (min-width: 1200px){

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

}
@media (max-width: 1199px) {
    .navbar .navbar-brand {
        width: 130px;
    }
    .header-menu {
        width: 100%;
    }
    .home_about .warp1 .sec h3 {
        font-size: 48px;
        margin-top: -18px;
    }
    .home_about .warp1 .sec p {
        font-size: 18px;
        font-weight: bold;
        line-height: 36px;
        margin-top: 24px;
    }
    .navbar .nav-pos-top .small-btn-box li .txt {
        display: none;
    }
    .header .navbar .nav-pos-top {
        min-width: 130px;
        justify-content: flex-end;
    }
}
@media (max-width: 991px) {
    :root {
        --btn-size: 160px;
    }
    .home_about .btn-more .circle {
        width: calc(var(--btn-size) - 35px);
        height: calc(var(--btn-size) - 35px);
    }
    .header-menu {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .navbar-expand-md .navbar-collapse {
        order: 2;
        justify-content: center;
    }
    .nav-brand-wrapper {
        width: unset;
        order: 1;
    }
    .navbar .navbar-brand { 
        height: 50px;
    }

    .header .navbar .nav-pos-top {
        position: absolute;
        top: 10px;
        right: 17px;
        width: unset;
    }
    .home_about .warp1 .sec {
        margin: 48px;
    }
    .home_about .warp1 .sec h3 {
        font-size: 40px;
        margin-top: -15px;
    }
    .home_products {
        margin: 0;
    }
    .home_products .h3 .txt-en {
        font-size: 36px;
    }
    .home_products .h3 .txt-tw {
        font-size: 24px;
    }
    .home_products .h3 .txt-tw:before, .home_products .h3 .txt-tw:after {
        width: 40px;
    }
    .home_products .h3 .txt-tw {
        gap: 10px;
    }
    .home_products .slick .slick-arrow {
        width: 40px;
        height: 40px;
    }
    .footer .f-warp2 {
        align-items: start;
        margin-top: 32px;
        gap: 8px;
        height: unset;
    }
}
@media (max-width: 767px) {
    .header.navbar-othertop .navbar .small-btn-box .navbar-toggler span, .header.navbar-othertop .navbar .small-btn-box .navbar-toggler span:before, .header.navbar-othertop .navbar .small-btn-box .navbar-toggler span:after {
        background: #000;
    }
    .header-menu {
        justify-content: space-between;
        flex-direction: row;
        margin: 0px 15px;   
    }
    .navbar .small-btn-box ul {
        display: none;
    }
    .header .navbar .nav-pos-top {
        position: static;
        min-width: 0;
    }
    .navbar .navbar-brand {
        width: 110px;
    }
    .bsnavclose.close-btn {
        display: none;
    }
    .bsnav-mobile.full.in .navbar {
        background: url('../images/all/about_bg.jpg')no-repeat left;
        background-size: cover;
    }
    .navbar-mobile-wrapper .navbar-brand {
        display: none;
    }
    .bsnav-mobile.full .navbar-nav .nav-item .nav-link {
        color: #000;
        font-size: 18px;
        padding: 8px 0;
    }
    .bsnav-mobile.full.in .navbar:before {
        content: '';
        display: block;
        height: 10vh;
        width: 1px;
        background-color: #a7a7a7;
    }
    .bsnav-mobile.full.in .navbar:after {
        content: '';
        display: block;
        height: 10vh;
        width: 1px;
        background-color: #a7a7a7;
    }
    .wid-float-section ul li a {
        color: #666 ;
    }
    .wid-float-section ul li a .icon {
        color: var(--main-color);
    }
    .wid-float-section ul li.b4,
    .wid-float-section ul li.b3 {
        display: none;
    }
    .home_about .warp1 .sec {
        margin: 50px 32px 32px;
    }
    .home_about .btn-more {
        bottom: -50px;
    }
    .banner .slick .slick-dots {
        bottom: 10px;
      }
}
@media (max-width: 575px) {
    :root {
        --btn-size: 130px;
    }
    .home_about .warp1 .sec p {
        font-size: 18px;
        line-height: 32px;
        margin-top: 16px;
    }

    .home_about .btn-more .circle span {
        line-height: 20px;
    }
    .home_about .warp2 p {
        font-size: 18px;
    }
    .home_about .warp2 {
        padding: 100px 0 60px;
    }
    .home_products .h3 {
        margin-bottom: 30px;
    }
    .home_products .h3 .txt-en {
        font-size: 32px;
    }
    .home_products .h3 .txt-tw {
        font-size: 20px;
    }
    .home_products .gallery-list p.title{
        font-size: 18px;
    }
    .home_products {
        padding: 40px 0;
    }
    .footer .f-warp1 {
        gap: 15px;
        flex-direction: column;
    }
    .footer .footer_content {
        padding: 40px 0;
    }
}



