﻿@charset "utf-8";
/* 設計師用 RWD版CSS檔 style_rwd.css */
/* 說明：
    可提供設計師在此檔，針對RWD版面進行設計；非RWD版面則不需載此CSS檔。*/

@media (min-width: 576px) {
    .h4 {
        font-size: 2.375rem;
    }

    .editor-wrapper {
        font-size: 1.125rem;
    }

    .header .navbar .navbar-brand {
        margin: 25px 0 20px;
        max-width: 100%;
    }

    .header .navbar .lang .dropdown-menu a {
        font-size: 0.9375rem;
    }

    .footer .sitemap ul li a {
        padding: 10px;
    }

    .gallery-list .info {
        margin-top: 20px;
        font-size: 0.9375rem;
    }

    .gallery-list .info .title {
        font-size: 1.125rem;
    }

    .gallery-list .pic .small-pic {
        width: 80px;
        height: 80px;
    }

    .gallery-list .item {
        margin-bottom: 30px;
    }

    /** product **/
    .product-intro .pro-info .title {
        font-size: 3rem;
    }

    .product-intro .pro-info .title .sub-txt {
        font-size: 2.25rem;
    }

    .product-intro .pro-info .feature {
        font-size: 1.5rem;
    }

    .product-intro .pro-info .desc {
        font-size: 1.125rem;
    }

    .product-editor {
        margin-top: 60px;
    }

    /** news **/
    .article-list .item {
        margin-bottom: 30px
    }

    .article-list .item .title {
        font-size: 1.125rem;
    }

    .article-list .item .date {
        font-size: 0.875rem;
        padding: 10px;
    }

    .article-list .item .info:before {
        width: 15px;
        height: 15px;
    }

    .article-list .item {
        margin-bottom: 30px
    }

    body.store .link-list .item {
        margin-bottom: 30px;
    }

    .store-list .item {
        margin-bottom: 30px;
    }

    .banner .slick .slick-arrow {
        width: 40px;
        height: 40px;
        background-size: 30px;
    }

    .banner .slick-prev {
        left: 20px;
    }

    .banner .slick-next {
        right: 20px;
    }

    .product-intro .pro-pic .small-pic .slider-nav .item {
        margin: 5px 10px;
    }
}

@media (min-width: 768px) {
    .h3 {
        font-size: 3rem;
    }

    .btn.btn-white {
        padding: 13px 50px;
    }

    .header > .navbar {
        padding-top: 18px;
    }

    body.is_scroll .header .small-btn-box {
        transform: translateY(-100%);
        opacity: 0;
    }

    .home-about-section {
        margin-bottom: 90px;
    }

    .about-intro-section {
        /*margin-top: 60px;
        padding-top: 90px;*/
    }

    .about-intro-section .about-intro-box .item {
        font-size: 1.125rem;
    }

    .about-intro-section .about-intro-box .item .title {
        font-size: 2.3rem;
        margin-bottom: 40px;
    }

    .about-intro-box .slick {
        padding-bottom: 160px;
    }

    .about-intro-box .slick .slick-dots button {
        width: 100px;
    }

    .store-link-section {
        padding: 90px 0;
    }

    .link-list {
        margin-top: 60px;
    }

    .footer_content {
        padding: 80px 0 40px;
    }

    .footer .foo-other-info {
        margin-top: 85px;
    }

    /*** product ***/
    /*
    .product-intro .pro-pic .small-pic .slider-nav{
        padding: 30px 0;
    }
    .product-intro .pro-pic .small-pic .slider-nav .slick-next,
    .product-intro .pro-pic .small-pic .slider-nav .slick-prev{
        top:auto;
        right: auto;
        left: 50%;
        transform: translate(-50%,0);
    }
    .product-intro .pro-pic .small-pic .slider-nav .slick-prev{
        border-width: 0 10px 15px 10px;
        border-color: transparent transparent #dddddd transparent;
        top: 0;
    }
    .product-intro .pro-pic .small-pic .slider-nav .slick-next{
        border-width: 15px 10px 0 10px;
        border-color: #dddddd transparent transparent transparent;
        bottom: 0;
    }
    .product-intro .pro-pic .small-pic .slider-nav .slick-prev:hover{
        border-color: transparent transparent #0076bf transparent;
    }
    .product-intro .pro-pic .small-pic .slider-nav .slick-next:hover{
        border-color: #0076bf transparent transparent transparent;
    }*/
    .product-intro .pro-info .title {
        margin-bottom: 60px;
    }

    .product-intro {
        margin-top: 102px;
    }

}

@media (min-width: 992px) {

    #sidecollapse,
    #filterCollapse {
        display: block;
    }

    .header > .navbar {
        padding-top: 28px;
    }

    .header .navbar .navbar-nav > li > a {
        font-size: 1rem;
    }

    .header .navbar .navbar-nav {
        margin-right: -10px;
    }

    .header .navbar .navbar-nav > li:not(:first-child) > a {
        padding: 17px 10px;
    }

    .header .navbar .navbar-brand {
        margin: 25px 0 26px;
    }

    .gallery-list .pic {
        /*padding-bottom: 62px;*/
    }

    .gallery-list .pic .small-pic {
        width: 124px;
        height: 124px;
    }

    .gallery-list .info {
        font-size: 1rem;
    }

    .gallery-list .info .title {
        font-size: 1.25rem;
    }

    .about-intro-section {
        /*padding-top: 160px;
        margin-top: 90px;*/
    }

    .footer .siteinfo .siteinfo-det {
        padding-left: 50px;
        text-align: right;
    }

    .home-about-area .info .txt {
        margin-top: 64px;
    }

    .about-intro-section .about-intro-box .item .title {
        font-size: 2.5625rem;
    }

    .banner .slick .slick-arrow {
        width: 50px;
        height: 50px;
        opacity: 0;
    }

    .banner .slick-prev {
        left: -80px;
    }

    .banner .slick-next {
        right: -80px;
    }

    .banner:hover .slick-prev {
        left: 30px;
        opacity: 1;
    }

    .banner:hover .slick-next {
        right: 30px;
        opacity: 1;
    }

}

@media (min-width: 1200px) {
    .header .navbar .navbar-nav {
        margin-right: -20px;
    }

    .header .navbar .navbar-nav > li:not(:first-child) > a {
        padding: 17px 20px;
    }
}

@media (min-width: 1237px) {

    .container,
    .container-lg {
        max-width: 1177px;
    }
}

@media (min-width: 1680px) {
    body.home .content section.about img.about-bg.bg1 {
        transform: translateX(50%);
    }

    body.home .content section {
        padding: 70px 0;
    }

    body.home .content section.about {
        padding: 30px 0;
    }
}

@media (max-width: 1199px) {
    .embed-responsive-bybannerSlickVideo::before {
        padding-top: 64.21%;
    }

    body.cookie_agree .footer_content {
        padding-bottom: 130px;
    }

    .cookie_sec p {
        margin-bottom: 30px;
    }

    body.home .content section.about .ab-tit {
        font-size: 42px;
    }

    body.home .content section.about p {
        font-size: 20px;
    }

    .cookie_sec p {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .h4 {
        margin-bottom: 15px;
    }

    body.is_scroll .header .nav-detcont {
        align-items: center !important;
    }

    .section:not(.main) .side {
        padding-bottom: 20px;
    }

    .side .nav {
        max-width: none;
        margin: 0;
        display: none;
    }

    .side.menu-open .nav {
        display: block;
    }

    .side .nav > li {
        float: none;
        display: inline-block;
        border: 0;
        margin: 0 5px;
        vertical-align: top;
    }

    .side .nav > li + li {
        border: 0;
    }

    .side .side-content .side-box {
        padding-top: 10px;
    }

    .side .side-content .side-box .mcont {
        display: none;
    }

    .star-ani-box .star-ani.sat-01 {
        width: 20%;
        bottom: 0;
    }

    .star-ani-box .star-ani.sat-02 {
        right: 0;
        width: 20%;
    }

    .star-ani-box .star-ani.sat-02 .atr-2 {
        width: 50%;
    }

    .home-about-area .pic-ct {
        padding-left: 0;
    }

    .footer .epaper-txt {
        margin-top: 40px;
    }

    .filter-area .form .form-box {
        padding: 20px 10px 10px;
    }

    body.cookie_agree .footer_content {
        padding-bottom: 130px;
    }

    .cookie_sec p {
        margin-bottom: 30px;
    }

    .header .navbar .navbar-brand {
        width: 180px;
        height: 27px;
    }

    .footer .foo-other-info .benQ {
        top: 100%;
        left: 0;
    }

    body.home .content section.about .ab-tit {
        font-size: 36px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    body.home .content section.about p {
        font-size: 18px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .side .side-item {
        display: inline-block;
        margin: 0 5px;
    }

    .side .side-item .mtitle a {
        padding: 10px 20px;
    }

    .side .side-box {
        margin: 0 -5px;
    }

    .cookie_sec p {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {

    /*** 手機2欄時，縮小左右間距 ***/
    .mob-two-col > [class*="col-"]:nth-child(2n+1) {
        padding-right: 6px;
    }

    .mob-two-col > [class*="col-"]:nth-child(2n) {
        padding-left: 6px;
    }

    .header .navbar .search-box {
        right: 0;
        top: 75px;
        position: fixed;
        width: 100%;
        transform: scale(1) translateY(-100%);
        padding: 10px;
        background: #f7b52c;
    }

    .header .navbar .search-box.open {
        transform: scale(1) translateY(0);
    }

    .home-about-area .pic {
        position: absolute;
        width: 150px;
        top: 0;
        left: 0;
    }

    .home-about-area .info {
        padding-left: 100px;
        padding-top: 50px;
    }

    .footer_content {
        padding: 20px 0 20px;
    }

    .footer .quick-link-box {
        display: flex;
        justify-content: space-around;
    }

    .footer .quick-link-box .btn {
        width: 100%;
    }

    .footer .epaper-txt {
        margin-top: 20px;
    }

    .cookie_sec p {
        margin-bottom: 50px;
    }

    body.cookie_agree .footer_content {
        padding-bottom: 200px;
    }

    .footer .footer-share {
        flex-wrap: wrap;
    }

    body.home .content section {
        padding: 15px 0;
    }

    body.home .content section .container > .h1 {
        margin: 0 auto 30px;
    }

    body.home .content section.news .info {
        border-top: solid 1px #ddd;
        margin-top: 10px;
        padding-top: 10px;
    }

    .side .side-content .side-box {
        margin-bottom: 15px;
    }

    .cookie_sec p {
        margin-bottom: 50px;
    }

    body.cookie_agree .footer_content {
        padding-bottom: 200px;
    }
}

@media (max-width: 575px) {
    .header .navbar .search-box {
        top: 55px;
    }

    .home-about-area .info {
        padding-left: 40px;
        padding-top: 60px;
    }

    .footer .siteinfo2 ul > li {
        width: auto;
        margin: 0;
        flex: 0 0 auto;
    }

    .footer .siteinfo2 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .footer .siteinfo2 ul > li:nth-child(2n+1):before {
        display: none;
    }

    .content .gallery-list .slider-for .slick-arrow {
        width: 16px;
        height: 20px;
        background-size: 20px;
    }

    .content .gallery-list .slider-for .slick-prev {
        left: -10px;
    }

    .content .gallery-list .slider-for .slick-next {
        right: -10px;
    }

    .content .gallery-list .slider-for .slick-dots {
        --dot-size: 14px;
    }

    .content .gallery-list .slider-for .slick-dots li {
        margin: 0;
    }

    .content .gallery-list .slider-for .slick-dots li button {
        padding: 2px;
    }

    .content .gallery-list .slider-for .slick-dots li button:before {
        font-size: 8px;
    }

}