﻿/* ======================================================================================
   LG版 start
====================================================================================== */

body {
    font-family: "\5FAE\8EDF\6B63\9ED1\9AD4", "微軟正黑體", "Arial";
    font-size: 16px;
    word-break: break-all;
    word-break: break-word;
}


/* ==================================================
   all
================================================== */

a {
    transition: all 0.4s ease;
    color: #505050;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a:hover,
a:focus,
a:active {
    color: #36cdff;
}

h1 {
    color: #505050;
}

#pro-des h2 {
    margin-top: 0
}

td,
th {
    padding: 5px 10px;
    border: 1px solid #ddd;
}

.txtNormal table tr:first-child {
    background-color: #0958cf;
    color: #fff;
}


/*產品型號*/

h4.newsTitle {
    margin-top: 0
}


/*list 標題名*/

h3 {
    color: #0958cf;
}

h4.newsTitle {
    font-size: 22px;
    line-height: 30px;
}

h4.media-heading {
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0 10px;
}


/*回圈內標題設定*/

.txtNormal h3 {
    color: #505050;
    font-size: 26px;
    font-weight: bold;
    margin: 15px 0;
    line-height: 30px;
}

.txtNormal h4 {
    color: #0958cf;
    font-size: 24px;
    font-weight: bold;
    margin: 15px 0;
    line-height: 30px;
}

.txtNormal h5 {
    color: #333;
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
    font-size: 20px;
    font-weight: bolder;
    line-height: 26px;
    text-align: left;
}

.txtNormal h5:before {
    color: #36cdff;
    content: "\f0da";
    position: absolute;
    display: inline-block;
    margin-right: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    left: 0;
}

.txtNormal h6 {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    color: #fff;
    background: #0958cf;
    border-radius: 20px;
    display: inline-block;
}

img {
    max-width: 100%
}

p {
    word-wrap: break-word
}

.txtNormal p {
    font-size: 16px;
    line-height: 25px;
}

#pdf-download p {
    margin-top: 10px
}


/*回圈內設定*/

p.msgdate_des {
    line-height: 22px;
    color: #666;
}


/*簡述*/

.msgdate_span {
    font-size: 10px;
    line-height: 22px;
}


/*日期*/

.more-box {
    padding-top: 15px;
}


/*按鈕區塊*/

.btn-more {
    border: none;
    border-radius: 20px;
    background-color: #36cdff;
    padding: 5px 25px;
}

.btn-more:hover {
    background-color: #bcbcbc
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #0958cf;
    border-color: rgba(255, 255, 255, 0);
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #0958cf;
    border-color: rgba(255, 255, 255, 0);
}

.pdf-btn {
    width: 100%;
}

.pdf-btn p {
    font-size: 12px;
}


/*超出字點點點*/

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*聯絡我們驗證碼 & 表單*/

.form-group {
    text-align: left;
}

#contact-box .vcode {
    display: flex;
}

#contact-box img.captcha {
    width: auto;
    margin: 0 0 0 10px;
    height: 34px;
    border: none;
    box-shadow: none;
    padding: 0;
}

.red {
    color: #36cdff
}

.control-label {
    margin-right: 15px;
}


/*會員相關非組件框模組(補充CSS)*/

.member-info {
    padding: 6px 15px;
    border: 1px #ccc solid;
    background: #fff;
    width: 100%;
}

.member-info label {
    margin-bottom: 0;
}


/*購物車view.php 運送方式間距*/

.cheked-box {
    margin-right: 10px;
}

.padding-cancel {
    padding: 0;
}

.input-group-addon {
    font-size: 12px;
}


/*麵包屑*/

.breadcrumb {
    background: none;
    padding: 10px 0;
}

#in_msg_type.list-inline li {
    padding-left: 15px;
    padding-right: 15px;
}


/*產品list 設定*/

.C-type li:nth-child(2n+1) {
    clear: left;
}

#in-container {
    padding-bottom: 75px;
}


/*表單日期設定*/

#birthday.form-control {
    display: block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em;
}


/*區塊間距設定*/

.section-padding {
    padding-top: 75px;
    padding-bottom: 75px;
}


/*section 區塊間距*/

.section-padding-in {
    padding-bottom: 75px;
    text-align: left;
}


/*迴圈用區塊間距*/

.in-block {
    overflow: hidden;
    margin-bottom: 30px;
}


/*sitemap*/

.sitemap-ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.sitemap-ul li {
    margin: 0 5px 30px;
    text-align: center;
    width: 24%;
    display: inline-table;
    background: #eaeaea;
    vertical-align: top;
}

.sitemap-ul li>ul>li {
    background: #ddd;
}

.sitemap-ul li a {
    display: block;
    border-bottom: #fff solid 1px;
    font-size: 16px;
    color: #2b2b2b;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 17px;
    transition: all 0.5s ease;
}

.sitemap-ul li:last-child a {
    border-bottom: none;
    color: #000;
}

.sitemap-ul a:hover,
.sitemap-ul a:focus {
    text-decoration: none;
    background: #0958cf;
    color: #fff !important;
}

.sitemap-ul li ul {
    margin: 0;
    padding-left: 0;
}

.sitemap-ul li ul li {
    width: 100%;
    margin: 0 0 1px;
}

.sitemap-ul li ul li a {
    font-size: 14px;
    font-weight: normal;
}


/*訂購單頁面*/

.order-table-img img {
    width: 100%
}


/* ==================================================
   header
================================================== */

#nav-top {
    background: #fafafa;
    border-top: 3px solid #36cdff;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: absolute;
}

#company_logo img {
    height: 80px;
    margin: 10px 0;
}

.dropdown-menu {
    padding: 0
}

.navbar {
    height: inherit;
    margin-bottom: 0;
}

.navbar-default {
    border-left: none;
    border-right: none;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0);
    border: none;
}

.navbar-brand {
    padding: 15px 0;
}

.badge {
    background: #36cdff
}


/*社群按鈕*/

#sm-xs-other-nav {
    margin: 0
}

#sm-xs-other-nav>li>a {
    font-size: 12px;
}

#blog_link {
    margin-bottom: 0;
}

#blog_link li,
#sm-xs-other-nav {
    list-style: none;
    display: inline-block;
    text-align: center;
}

#blog_link li a:hover,
#sm-xs-other-nav li:hover {
    text-decoration: none;
}

#blog_link>li>a,
#sm-xs-other-nav>li>a {
    color: #bcbcbc;
    display: block;
    font-size: 18px;
    padding: 5px;
    transition: all 0.8s ease-in-out;
}

#blog_link li a .fa-facebook:hover {
    color: #3c5a9a;
}

#blog_link li a .fa-google-plus:hover {
    color: #df4b38;
}

#blog_link li a .fa-youtube:hover {
    color: #e01a2b;
}

#blog_link li a .fa-instagram:hover {
    color: #6a453b;
}


/*語系*/

#language_area {
    padding: 5px 15px;
}

#language_area a {
    font-size: 12px;
}

#language_area .dropdown-menu {
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
}

#language_area li a:hover {
    background: #36cdff;
    color: #fff
}


/*nav*/

#mainnav {
    min-height: auto;
    border-radius: 0;
    border: none;
}

.navbar-collapse {
    padding: 0;
}

.navbar-nav {}

.navbar-default .navbar-nav>li {
    display: inline-block;
    float: none;
}

.navbar-default .navbar-nav>li>a {
    cursor: pointer;
    display: block;
    color: #ffffff;
    font-weight: bold;
    transition: all 0.35s ease;
    border-radius: 0 0 15px 15px;
    padding: 45px 15px 20px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #ddd;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background: #36cdff;
    color: #fff;
    border-radius: 0 0 15px 15px;
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.7);
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    color: #fff;
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.7);
    background: #36cdff;
}


/*--下拉選單--*/

.dropdown-menu {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0;
}

.dropdown-menu li {
    float: left;
    width: 100%;
    list-style-image: url(http://www.yih-long.com.tw/proimage/images/aaa.png);
}

.dropdown-menu li a {
    float: left;
    width: 100%;
}

.navbar-nav>li>.dropdown-menu {
    border-radius: 20px;
}

.dropdown-menu li {
    width: 100%;
    border-bottom: 1px #777 dotted;
}

.dropdown-menu>li>a {
    display: block;
    color: #2b2b2b;
    padding: 12px 15px;
    font-size: 14px;
    text-align: left;
    color: #262626;
}

.dropdown-menu>li:first-child>a {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.dropdown-menu>li:last-child>a {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.dropdown-menu>li:first-child>a:hover,
.dropdown-menu>li:first-child>a:focus,
.dropdown-menu>li:first-child>a:active {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.dropdown-menu>li:last-child>a:hover,
.dropdown-menu>li:last-child>a:focus,
.dropdown-menu>li:last-child>a:active {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:active {
    background-color: #36cdff;
    background-image: none;
    text-shadow: none;
    color: #fff;
}

.dropdown-menu li:last-child {
    border: none;
}


/*nav top*/

.headhesive,
.headhesive-unstick {
    margin: 0;
    position: fixed;
    width: 100%;
    top: -150px;
    z-index: 1000;
    padding: 0 15px;
    opacity: 0;
    transition: all 0.9s ease-in-out;
    opacity: 0;
}

.headhesive #company_logo a img,
.headhesive-unstick #company_logo a img {
    width: 100px;
}

.headhesive-stick {
    position: fixed;
    top: 0;
    z-index: 1500;
    margin: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.09);
    opacity: 1;
}

.headhesive-stick #company_logo a img {
    width: 100px;
}

.headhesive-stick #mainnav .navbar-nav li a {
    padding: 20px 10px;
}


/*search*/

#qsearch .dropdown-menu {
    padding: 0;
    border: none;
    animation-duration: 0.8s;
    animation-fill-mode: both;
}

#qsearch .btn {
    border-radius: 0
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(20%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

#qsearch .dropdown-menu {
    min-width: 250px;
    right: 40px;
    top: 0;
    animation-name: fadeInRight;
}

#qsearch .btn {
    border-radius: 0
}


/* ==================================================
   banner
================================================== */

.owl-carousel {
    z-index: 0;
}

.index-banner-title {
    left: 15%;
    right: 15%;
    bottom: 30%;
}

.index-banner .index-banner-title {
    font-family: 'Alegreya Sans', sans-serif;
}

.index-banner-title h1 {
    margin: 0;
    padding-bottom: 30px;
    font-size: 2vw;
    font-family: 'Noto Sans TC', sans-serif;
    line-height: 50px;
    color: #fff;
}

.index-banner-title h2 {
    margin: 0;
    font-size: 1.5vw;
}

.index-banner-title h1 small {
    color: #fff;
}

.index-banner.index-banner-title h2 {
    margin: 0;
    font-size: 3em;
    font-family: 'Roboto', sans-serif;
}

#mainbanner .carousel-caption {
    padding-bottom: 19%;
    text-shadow: none;
}

#mainbanner .carousel-indicators {
    display: none;
}

#mainbanner .owl-dots,
#mainbanner .owl-nav {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

#mainbanner .owl-carousel .owl-nav .owl-next {
    position: absolute;
    margin-top: -23%;
    right: 30px;
    background: none;
    font-size: 30px;
}

#mainbanner .owl-carousel .owl-nav .owl-next:before {
    content: "\f054";
    font-family: FontAwesome;
}

#mainbanner .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    margin-top: -23%;
    left: 30px;
    background: none;
    font-size: 30px;
}

#mainbanner .owl-carousel .owl-nav .owl-prev:before {
    content: "\f053";
    font-family: FontAwesome;
}

#mainbanner .owl-carousel .owl-dots {
    position: absolute;
}

#mainbanner .owl-carousel .owl-dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
    display: none;
}


/* ==================================================
   footer
================================================== */


/* ==================================================
   index
================================================== */

.index-title {
    font-size: 28px;
    font-family: 'Noto Sans TC', sans-serif;
    margin: 0 0 15px;
}


/*首頁分類標題框架*/

.index-title a {
    color: #505050;
    /*首頁分類標題連結顏色*/
}

.title p {
    width: 80%;
    margin: 30px auto;
    font-size: 16px;
    line-height: 26px;
}


/*首頁分類說明文*/


/*index-proclass*/

.section-procat {
    margin-bottom: 35px;
    margin-top: 70px;
}

#index-procat .up {
    padding: 15px 0px;
    text-align: center;
    color: #505050;
    /*首頁產品大類文字顏色*/
}

#index-procat h4 a {
    color: #505050;
    /*首頁產品大類標題顏色*/
}

#index-procat h4 a:hover {
    color: #0958cf;
    /*首頁產品大類標題滑過顏色*/
}

#index-procat .up h4 {
    margin: 0 0 10px;
    font-size: 2.7rem;
    font-family: 'Noto Sans TC', sans-serif;
}

#index-procat .up p {
    margin: 0;
}

#index-procat figure.effect-ming img {
    padding: 0;
}


/*----------------特效必要框架內容--------可貼在 LG 版 再自行再 md~xs 更改-----------*/

WW *,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}


/* Common style */

.grid figure {
    position: relative;
    overflow: hidden;
    height: auto;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    width: 100%;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    /*text-transform: uppercase;*/
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Anchor will cover the whole item by default */


/* For some effects it will show as a button */

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-ming {
    background: #505050;
}

figure.effect-ming img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s;
    transition: all 0.35s ease-out 0s;
    padding: 0;
    background: #fff;
}

figure.effect-ming figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid #fff;
    border-radius: 20px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1);
}

figure.effect-ming p {
    /*padding: 1em;*/
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-ming:hover figcaption {
    background-color: rgba(58, 52, 42, 0);
}

figure.effect-ming:hover img {
    opacity: 0.4;
    transform: scale(1.2);
}

.grid .wrapper {
    text-align: center;
    font-size: 0;
    height: 100%;
}

.grid .wrapper:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.grid p.text {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}

.grid p.text img.mark {
    width: 20px;
    opacity: 1;
    display: inline;
    background: none;
    padding: 0;
}


/*index-company

#index_company {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f0f0f0+100 
    background: #ffffff;
    /* Old browsers 
    background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    /* FF3.6-15 
    background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    /* Chrome10-25,Safari5.1-6 
    background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0);
    /* IE6-9 
}*/

#index_company {
    padding-top: 100px;
    padding-bottom: 100px;
}

#index_company_in {
    text-align: center;
}


/*index-service*/

#index-service {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f0f0f0+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0);
    /* IE6-9 */
}

#index-service .img-box {
    width: 60%;
    margin: 20px auto 25px;
}

#index-service .img-box a {
    background: #0958cf;
    display: block;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
}

#index-service .img-box a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(0);
    background: #36cdff;
    content: "";
    transition: all 0.3s ease-out 0s;
}

#index-service .img-box a:hover:before {
    transform: scale(1);
    opacity: 0.5;
}

#index-service p.text {
    font-size: 15px;
    line-height: 22px;
}


/*index-news*/

#index-news {
    position: relative;
    padding-top: 35px;
    padding-bottom: 135px;
}

#index-news .in-block {
    text-align: center;
}


/*index-product*/

#index-product {
    background: #f7f7f7;
    /*首頁產品輪播底色*/
}


/* ==================================================
   in-page 內頁
================================================== */

.page-header {
    border-bottom: none;
    margin: 40px 0 15px;
}


/*banner*/

.in-banner {
    position: relative;
}

.in-banner>.index-banner-title {
    color: #fff;
    position: absolute;
    text-align: center;
}

.in-banner>.index-banner-title>h2 {
    margin: 0 0 10px;
    font-size: 2.7em;
    font-family: 'Noto Sans TC', sans-serif;
}

.in-banner>.index-banner-title>p {
    font-size: 1.4em;
    font-family: 'Roboto', sans-serif;
}


/*頁碼設定*/

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}


/*產品內頁pro-price區塊*/

#pro-price {
    background: #e7e7e7;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}


/*會員模組*/


/*--驗證碼圖*/

.vcode-img img {
    max-width: none;
    cursor: pointer;
}


/*頁籤模組*/

#product-tabs {
    margin-bottom: 25px;
}

#product-tabs #myTab {
    padding: 0;
    margin: 0 0 25px;
}

#product-tabs #myTab li {
    margin: 0;
}

#product-tabs #myTab li a {}

#product-tabs #myTab li a:hover,
#product-tabs #myTab li a:focus,
#product-tabs #myTab li a:active {}


/*購物車*/


/*--步驟箭頭*/

.cart_stepBox {
    width: 100%;
    display: table
}

.cart_stepBox li {
    width: 1%;
    display: table-cell
}

.cart_stepBox li .wrp {
    padding: 6px 0 6px 38px;
    display: block;
    position: relative
}

.cart_stepBox li,
.cart_stepBox li:hover {
    background: #eee
}

.cart_stepBox li .arr {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 16px;
    position: absolute;
    right: -16px;
    top: 0
}

.cart_stepBox li:nth-child(1) .arr {
    border-color: transparent transparent transparent #ccc
}

.cart_stepBox li:nth-child(1) {
    background: #ccc
}

.cart_stepBox li:nth-child(2) .arr {
    border-color: transparent transparent transparent #ddd
}

.cart_stepBox li:nth-child(2) {
    background: #ddd
}

.cart_stepBox li.active {
    background: #36cdff;
    color: #fff;
}

.cart_stepBox li.active .arr {
    border-color: transparent transparent transparent #36cdff;
}


/*聯絡表單*/

.form-group .form-control {
    border-radius: 20px;
}


/*----------------------footer----------------------*/

#footer-banner {
    height: 500px;
    text-align: center;
}

#footer-banner .in {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 56%, rgba(255, 255, 255, 0.85) 99%);
    height: 500px;
    padding: 10% 2% 2%;
}

#footer-banner h2 {
    font-size: 350%;
    font-family: 'Lora', "微軟正黑體";
    font-style: italic;
    margin: 0.83em 0 0.2em;
}

#footer-banner p {
    text-align: center;
    font-size: 110%;
    color: #848789;
    font-weight: 300;
    word-spacing: 2px;
    line-height: 1.8em;
    margin: 0 0 15px;
}

#footer {
    padding: 160px 0 30px;
    border-top: 1px #fff solid;
    overflow: hidden;
    background-image: url(../images/footer.jpg);
}

.ftbar {
    background: #3e5e5d;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ftbar ul {
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
}

.ftbar ul li {
    display: inline-block;
    float: none;
}

.ftbar ul li+li:before {
    content: "|";
    color: #ccc;
}

.ftbar ul li a {
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    border-radius: 0;
}

.ftbar ul li a:hover,
.ftbar ul li a:focus,
.ftbar ul li a:active {
    background: none;
    color: #36cdff;
}

h4.comname {
    color: #fff;
}

#cominfo ul {
    padding: 0;
    margin: 0;
}

#cominfo ul li {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}

#cominfo ul li a {
    padding: 5px 0;
    display: block;
    color: #fff;
}

#cominfo ul li a i {
    margin-right: 5px;
}

#cominfo ul li a:hover,
#cominfo ul li a:focus,
#cominfo ul li a:active {
    background: none;
    color: #00d3cc;
}

#footernav {
    display: none;
}

#footer-right {
    text-align: right;
}

#footer_logo {
    margin-bottom: 30px;
    text-align: right;
}

#footer_logo img {
    width: 230px;
    padding-top: 85px;
}

#footer_link {
    padding: 12px 0;
    background: #0958cf;
}

#footer_link ul {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 10px;
}

#footer_link ul li {
    margin: 0 3px;
    display: inline-block;
}

#footer_link ul li.copyright {
    margin: 0 0 5px 3px;
    width: 100%;
}

#footer_link ul li a {
    display: block;
    padding: 0;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.3);
}

#footer_link ul li a:hover,
#footer_link ul li a:focus,
#footer_link ul li a:active {
    background: none;
    color: #36cdff
}


/* ==================================================
   SIDE BAR
================================================== */

#sidebar .nav {
    margin-top: 40px;
}

.panel {
    margin-bottom: 2px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
}

#sidebar .nav>li {
    overflow: hidden;
}

#sidebar .nav>li>a {
    padding: 10px 40px;
    background: #e7e7e7;
    color: #555;
    position: relative;
    border-radius: 20px;
}

#sidebar .nav>li>a::after {
    content: "\f138";
    position: absolute;
    left: 10px;
    top: 30%;
    z-index: 100;
    font-family: FontAwesome;
}

#sidebar .nav>li>a::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 80%;
    z-index: 100;
    width: 2px;
    background: rgba(255, 255, 255, 0);
    transition: all 0.5s cubic-bezier(.89, -1.3, .2, 1.3);
}

#sidebar .nav>li>a:hover::before {
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
}

#sidebar .nav>li.active>a {
    background: #36cdff;
    color: #fff;
}

#sidebar .nav>li>a:hover,
.nav>li>a:focus {
    background: #36cdff;
    color: #fff;
}

#sidebar .nav ul {
    padding: 0;
    list-style: none;
}

#sidebar .nav ul a {
    padding: 15px 40px 15px;
    background: #f7f7f7;
    color: #555;
    text-align: right;
    position: relative;
    display: block;
}

#sidebar .nav ul li+li {
    border-top: 2px solid #FFF;
}


/* ==================================================
   LG版 尺寸微調
================================================== */

@media (min-width:1400px) and (max-width:1700px) {
    #footer {
        background-position: 24% top;
    }
    #mainbanner .carousel-caption {
        padding-bottom: 17%;
    }
}

@media (min-width:993px) and (max-width:1399px) {
    #footer {
        background-position: 35% top;
    }
    .index-banner-title h1 {
        font-size: 2.5vw;
        line-height: 38px;
    }
}


/* ======================================================================================
   MD版 start
====================================================================================== */

@media (min-width:992px) and (max-width:1199px) {
    /*首頁BANENR*/
    .index-banner-title {
        top: 25%;
    }
    .index-banner-title h1 {
        padding-bottom: 15px;
        font-size: 2.5vw;
        line-height: 38px;
    }
    .index-banner-title h2 {
        margin: 0;
        font-size: 1.7vw;
        font-weight: 700;
    }
    /*首頁產品大類*/
    .section-procat {
        margin-top: 50px;
    }
}

@media (min-width:992px) and (max-width:1000px) {
    /*首頁產品大類*/
    .section-procat {}
    .section-procat .in-block {
        padding: 0;
    }
    /*內頁BANENR*/
    .in-banner>.index-banner-title {
        left: 15%;
        right: 15%;
        top: 25%;
    }
    .in-banner>.index-banner-title>h2 {
        margin: 0 0 10px;
        font-size: 1.5em;
        font-family: 'Noto Sans TC', sans-serif;
    }
}

@media (max-width:992px) {
    /*首頁產品大類*/
    #footer {
        background-position: 20% top;
    }
}


/* ======================================================================================
   SM版 start
====================================================================================== */

@media (min-width:768px) and (max-width:991px) {
    /*LOGO*/
    #company_logo img {
        height: 60px;
        margin: 15px 0;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 35px 15px 20px;
    }
    /*BANENR*/
    .index-banner-title {
        top: 25%;
    }
    .index-banner-title h1 {
        font-size: 3vw;
        padding-bottom: 5px;
        line-height: 35px;
    }
    .index-banner-title h2 {
        margin: 0;
        font-size: 1.7vw;
        font-weight: 700;
    }
    /*首頁產品大類*/
    .section-procat {
        margin-top: 80px;
    }
    .section-procat .pro-block {
        padding: 5px;
    }
    #index-procat .in-block {
        margin-bottom: 30px;
    }
    /*首頁產品大類*/
    .sitemap-ul li {
        width: 18.5%;
    }
    .page-header,
    .breadcrumb {
        text-align: center;
    }
    /*產品列表*/
    #in_msg_type.list-inline.C-type li {
        text-align-last: center;
    }
    /*消息列表*/
    h4.newsTitle {
        margin-top: 10px;
    }
    /*頁尾調整*/
    #footer_logo {
        margin-bottom: 30px;
        text-align: center;
    }
    #cominfo {
        text-align: center;
    }
    #footer {
        padding: 30px 0 50px;
    }
    #footer_address {
        padding-bottom: 10px;
    }
}


/* ======================================================================================
   XS版 start
====================================================================================== */

@media (max-width:767px) {
    .btn-more {
        margin-bottom: 5px;
    }
    /* 手機版選單按鈕切換特效 */
    /* 搭配JS在main.js裡 */
    /* class更換   "larr"左箭頭 "rarr"右箭頭 "uarr"上箭頭 "x"叉叉 "plus"加號 都沒設是減號  */
    nav *,
    nav *:before,
    section *:after {
        transform: translate3d(0, 0, 0);
    }
    .xs-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    #index-procat ul li.xs-fluid {
        margin-bottom: 15px;
    }
    .btn-more {
        display: block;
        width: 100%
    }
    .sitemap-ul>li {
        margin-bottom: 15px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    #in-container {
        text-align: center;
    }
    .navicon-button {
        display: inline-block;
        position: relative;
        padding: 18px 10px;
        transition: 0.25s;
        cursor: pointer;
        user-select: none;
        opacity: .8;
        background: none !important;
        border: none;
    }
    .navicon-button .navicon:before,
    .navicon-button .navicon:after {
        transition: 0.25s;
    }
    .navicon-button:hover {
        transition: 0.5s;
        opacity: 1;
    }
    .navicon-button:hover .navicon:before,
    .navicon-button:hover .navicon:after {
        transition: 0.25s;
    }
    .navicon-button:hover .navicon:before {
        top: 10px;
    }
    .navicon-button:hover .navicon:after {
        top: -10px;
    }
    .navicon {
        position: relative;
        width: 30px;
        height: .3125rem;
        background: #fff;
        transition: 0.5s;
        border-radius: 2.5rem;
    }
    .navicon:before,
    .navicon:after {
        display: block;
        content: "";
        height: .3125rem;
        width: 30px;
        background: #fff;
        position: absolute;
        z-index: -1;
        transition: 0.5s 0.25s;
        border-radius: 2.5rem;
    }
    .navicon:before {
        top: 8px;
    }
    .navicon:after {
        top: -8px;
    }
    .open:not(.steps) .navicon:before,
    .open:not(.steps) .navicon:after {
        top: 0 !important;
    }
    .open .navicon:before,
    .open .navicon:after {
        transition: 0.5s;
    }
    .open {
        transform: scale(1);
        position: relative;
        z-index: 600;
    }
    .open.larr .navicon:before,
    .open.larr .navicon:after,
    .open.rarr .navicon:before,
    .open.rarr .navicon:after,
    .open.uarr .navicon:before,
    .open.uarr .navicon:after {
        width: 1.5rem;
    }
    .open.larr .navicon:before,
    .open.rarr .navicon:before,
    .open.uarr .navicon:before {
        transform: rotate(35deg);
        transform-origin: left top;
    }
    .open.larr .navicon:after,
    .open.rarr .navicon:after,
    .open.uarr .navicon:after {
        transform: rotate(-35deg);
        transform-origin: left bottom;
    }
    .open.uarr {
        transform: scale(0.75) rotate(90deg);
    }
    .open.rarr .navicon:before {
        transform: translate3d(1em, 0, 0) rotate(-35deg);
        transform-origin: right top;
    }
    .open.rarr .navicon:after {
        transform: translate3d(1em, 0, 0) rotate(35deg);
        transform-origin: right bottom;
    }
    .open.plus .navicon,
    .open.x .navicon {
        background: transparent;
    }
    .open.plus .navicon:before,
    .open.x .navicon:before {
        transform: rotate(-45deg);
    }
    .open.plus .navicon:after,
    .open.x .navicon:after {
        transform: rotate(45deg);
    }
    .open.plus {
        transform: scale(0.75) rotate(45deg);
    }
    /*nav-top*/
    #blog_link {
        text-align: right;
    }
    /*NAV buttom*/
    /*淡入*/
    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
            /*初始状态 透明度为0*/
        }
        50% {
            opacity: 0;
            /*中间状态 透明度为0*/
        }
        100% {
            opacity: 1;
            /*结尾状态 透明度为1*/
        }
    }
    /*淡出*/
    @-webkit-keyframes fadeout {
        0% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }
    .navbar-collapse {
        border: none !important;
        top: -39px;
        left: 0;
        padding-top: 97px;
        padding-bottom: 97px;
        padding-right: 30px;
        padding-left: 30px;
        position: fixed;
        height: 110vh !important;
        width: 100%;
        z-index: -1;
        margin: 0 !important;
        background-color: #505050;
        max-height: inherit !important;
        -webkit-animation-name: fadeout;
        /*动画名称*/
        -webkit-animation-duration: 0.5s;
        /*动画持续时间*/
        -webkit-animation-iteration-count: 1;
        /*动画次数*/
        -webkit-animation-delay: 0.5s;
        /*延迟时间*/
        opacity: 0;
        overflow-y: scroll;
    }
    .navbar-collapse.in {
        -webkit-animation-name: fadeIn;
        /*动画名称*/
        -webkit-animation-duration: 0.5s;
        /*动画持续时间*/
        -webkit-animation-iteration-count: 1;
        /*动画次数*/
        -webkit-animation-delay: 0s;
        /*延迟时间*/
        opacity: 1;
    }
    /*NAV li a*/
    .navbar-default .navbar-nav>li>a {
        padding: 10px 20px;
        border-radius: 20px;
        margin-bottom: 10px;
    }
    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:active,
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a:focus {
        border-radius: 20px;
    }
    .register-li {
        display: block !important;
    }
    .register-li a {
        display: block;
    }
    #main_menu>li {
        display: block !important;
    }
    /*NAV li a 下拉*/
    #main_menu .dropdown-menu {
        background: #e7e7e7
    }
    .dropdown-menu li {
        border-bottom: none;
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 10px 20px;
        border-radius: 20px;
    }
    /*search*/
    #qsearch .dropdown-menu {
        display: block !important;
        position: relative;
        box-shadow: none;
    }
    /*other-nav*/
    .navbar-nav {
        margin: 0 -15px;
    }
    .navbar-default .navbar-nav>li {
        width: 100%;
        float: left;
    }
    #other-nav.dropdown-menu {
        display: block !important;
        position: relative;
        box-shadow: none;
        width: 100%;
        border: none;
    }
    .dropdown-menu>li>a {
        padding: 20px;
        font-weight: bold;
        display: inline-block;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #ddd;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        border-radius: 20px;
        background-color: #9c9c9c;
    }
    /*logo*/
    #company_logo img {
        height: 55px;
        margin: 5px 0 5px 10px;
    }
    /*首頁產品大類區塊*/
    .section-procat {
        margin-top: 0;
    }
    .section-procat .in-block {
        padding: 0;
    }
    /*首頁BANENR*/
    #mainbanner .carousel-caption {
        padding-bottom: 42%;
    }
    .index-banner-title h1 {
        font-size: 7vw;
        padding-bottom: 10px;
        line-height: 70px;
    }
    .index-banner-title h2 {
        font-size: 2vw;
    }
    .in-banner>.index-banner-title h1 {
        font-size: 2em;
        padding-bottom: 10px;
    }
    .in-banner>.index-banner-title>h2 {
        font-size: 1em;
    }
    #mainbanner .owl-carousel .owl-nav .owl-next {
        margin-top: -60%;
        margin-right: -5%;
    }
    #mainbanner .owl-carousel .owl-nav .owl-prev {
        margin-top: -60%;
        margin-left: -5%;
    }
    /*首頁about*/
    #index_company_in {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    /*首頁區塊*/
    .section-padding {
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: left;
    }
    /*頁籤模組*/
    #myTab-accordion .panel-heading h4 {
        margin: 0;
    }
    #myTab-accordion .panel-heading h4 a {
        display: block;
        background: #f5f5f5;
        color: #2b2b2b;
        padding: 10px 10px;
    }
    #myTab-accordion .panel-heading h4 a:hover,
    #myTab-accordion .panel-heading h4 a:focus,
    #myTab-accordion .panel-heading h4 a:active {
        background: #97c762;
        color: #fff;
    }
    #myTab-accordion .panel {
        border-radius: 0 !important;
    }
    #myTab-accordion .panel-default>.panel-heading {
        background: none;
        padding: 0;
    }
    /*購物車*/
    /*--步驟箭頭*/
    .cart_stepBox li .wrp {
        padding-left: 15px;
    }
    /*table-responsive 調整*/
    #tab-rwd-xs {
        margin-left: 0;
        margin-right: 0;
    }
    /*banner*/
    .in-banner>.index-banner-title {
        top: 18%;
    }
    .in-banner>h2 {
        font-size: 1.8em;
        font-weight: 900;
    }
    .in-banner>p {
        font-size: 1em;
    }
    /*footer*/
    #footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #footer,
    #footer_logo {
        text-align: center;
    }
    #footer_logo {
        margin-bottom: 0;
    }
    #footer_logo img {
        margin-top: 30px;
    }
    #cominfo {
        text-align: center;
    }
    /*news*/
    .textmsg {
        margin-top: 15px;
    }
    #contact-map .embed-container {
        text-align: left;
    }
    #footer {
        background-position: 12% top;
    }
    #footer_address {
        padding-bottom: 10px;
    }
}


/* ==================================================
   XS版 尺寸微調
================================================== */

@media (max-width:650px) {
    .index-banner-title h1 {
        font-size: 7vw;
        padding-bottom: 10px;
        line-height: 60px;
    }
}

@media (max-width:500px) {
    .index-banner-title h1 {
        font-size: 7vw;
        padding-bottom: 10px;
        line-height: 50px;
    }
}

@media (max-width:380px) {
    #mainbanner .carousel-caption {
        padding-bottom: 33%;
    }
    #footer_logo img {
        width: 200px;
        padding-top: 70px;
    }
    #footer {
        background-position: 12% top;
        padding-bottom: 20px;
    }
    h4.newsTitle {
        font-size: 14px;
        line-height: 20px;
    }
}