﻿@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');
@import url('https://fonts.googleapis.com/css?family=Arimo:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');

/*------------ basic ------------*/
body {
    font-family: Arial, '微軟正黑體', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #1E1E1E;
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: 0.05em;
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
.box{
    display: block;
    position: relative;
}
.list-h > li a, .list-h .item a, .list-v li a{
    display: inline-block;
}
.lazyload,.lazyloaded{
    width: 100%;
}
/*------------ / basic ------------*/

/*--- 隱私權 ---*/
.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 43px;
    left: 10px;
    width: 320px;
    padding: 20px 25px 20px 15px;
    height: auto;
    text-align: left;
    z-index: 9999;
    background-color: rgba(255,255,255,0.9);
    color: #444;
    border-radius: 8px;
    border:solid 1px #000000;
}
.header-sheet .close-ontop {
    color: #000;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: -14px;
    top: 13px;
    transform: translateY(-50%);
    font-weight: 100;
}
button.close-ontop {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    }
.close-ontop {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.header-sheet a {
    color:#000000;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*---! 隱私權 ---*/
/*------------ icon ------------*/

/*------------ / icon ------------*/

/*------------ btn ------------*/
/* .share:before{
    content: 'FOLLOW US';
    display: block;
    color: #444536;
    font-size: 23px;
    font-weight: bold;
} */
.share .btn {
    background: #B8BEBE;
    color: #000000;
    width: 32px;
    height: 32px;
    line-height: 0px;
    border-radius:100%;
    font-size:14px;
    overflow: hidden;
    position: relative;
}
.share .btn:before{
    content: '';
    width: 32px;
    height: 32px;
     display: block;
     position: absolute;
     left: -110%;
     top: 0;
     transition: all .3s ease;
     border-radius: 50%;
}
.share .btn:after{
    font-family: 'icon-font'!important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 32px;
    color: #000000;
    position: absolute;
    left: -100%;
    top: 0;
    display: block;
     width: 32px;
    height: 32px;
    transition: all .4s ease;
}
.share .btn.facebook:before{
    background: #FFE34B;
}
.share .btn.facebook:after{
    content: "\f09a";
}
.share .btn.twitter:before{
    background: #FFE34B;
}
.share .btn.twitter:after{
    content: "\f099";
}
.share .btn.google:before{
    background: #FFE34B;
}
.share .btn.google:after{
    content: "\f0d5";
}
.share .btn.plurk:before{
    background: #FFE34B;
}
.share .btn.plurk:after{
       content: "\e909";
}
.share .btn:hover:before{
    left: 0;
}
.share .btn:hover:after{
    left: 0;
}
.ibtn.fb-fans-page {
    background-image: url('../../images/tw/fb_page.jpg');
    width: 93px;
    height: 93px;
    position: relative;
}
.ibtn.fb-fans-page:before {
    position: absolute;
    content: "";
    left:0px;
    top:0px;
    background-image: url('../../images/tw/fb_page_hover.jpg');
    width: 93px;
    height: 93px;
    left:-100%;
    transition: all .3s ease;
}
.ibtn.fb-fans-page:hover:before {
    left:0;
}

.follow .share{
    display: none;   
}
@media(min-width:1000px){
    .follow {
        text-align: right;
        display: flex;
        justify-content: flex-end;
    }
    .follow .share{
        display: inline-block;
        margin-right: 20px;
        margin-top: 8px;
    }
    .follow .share.list-inline>li{
        display: block;
        text-align: right;
        margin-bottom: 10px;
    }
    .footer-bottom.mobile{
        display: none;
    }
}

.btn.back {
    color: #3E4545;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    padding: 16px 15px 16px;
    padding-left: 66px;
    letter-spacing: 0.1em;
    white-space: normal;
    background-color: #ECECEC;
    font-family: "Arimo";
    position: relative;
    overflow: hidden;
    border-radius: 0;
}
.btn.back .back-before {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 100%;
    background: url(../../images/common/arrow4.svg) center center no-repeat,#3E4545;
    overflow: hidden;
}
.btn.back .back-before::before {
    content: "";
    position: absolute;
    right: -100%;
    top: 0;
    width: 45px;
    height: 100%;
    background: url(../../images/common/arrow4.svg) center center no-repeat,#9E1C20;
    transition: all .3s ease;

}
.btn.back:hover .back-before::before {
    right: 0;
}

.products-detail .btn.back{
    position: absolute;
    left: 0;
    bottom: 0;
}
    

/* .btn.back:before{
    content: '';
    display: inline-block;
    font-family: 'icon-font-3' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    content: "\f104";
} */
/* .btn.back:hover {
    color: #ac0000;
    border: 1px solid #ac0000;
} */
.ibtn.more {
    background-image: url('../../images/common/btn_more.png');
    width: 101px;
    height: 29px;
}

.btn.simple {
    background: #fedf6b;
    height: 40px;
    margin: 0 1%;
    color: #000000;
    font-size: 15px;
    letter-spacing: 0.075em;
    line-height: 38px;
    border: 1px solid #fedf6b;
    position: relative;
    border-radius: 0px;
    min-width: 120px;
    overflow: hidden;
    z-index: 0;
}
.btn.simple::before {
    content: "";
    width: 120px;
    height: 40px;
    position: absolute;
    background: #ac0000;
    left: -110%;
    z-index: -1;
    transition: all .3s ease;
}
.btn.simple:hover:before {
    left: 0;
}
.btn.simple:hover {
    color: #fff;
}
.btn.simple.bg2 {
    background: #000000;
    color: #fff;
    border: 1px solid #000000;
}
.btn.simple.bg2:hover {
    background: #ac0000;
    color: #fff;
    border: 1px solid #ac0000;
}
.btn.simple2 {
    background: #fff;
    border: 1px solid #aaa;
    height: 35px;
    line-height: 33px;
    color: #777;
    font-size: 16px;
    letter-spacing: 0.1em;
    width: 90%;
    max-width: 300px;
    margin: 0 3px 10px;
    position: relative;
}
.btn.simple2:hover {
    border-color: #80CAA5;
}
.btn.simple2 .ic {
    vertical-align: text-bottom;
    margin: 0 8px 0 0;
    color: #7FCAA5;
    font-size: 18px;
}
.btn.simple2 .ic3-angle-double-left,
.btn.simple2 .ic3-angle-double-right {
    position: absolute;
    top: 10px;
    color: #bbb;
    font-size: 12px;
    margin: 0;
}
.btn.simple2 .ic3-angle-double-left {
    left: 8px;
}
.btn.simple2 .ic3-angle-double-right {
    right: 8px;
}
.btn.normal {
    color: #000000;
    font-size: 15px;
    margin: 1% 1%;
    border-radius: 30px;
    border: 1px solid #000000;
    display: inline-block;
    padding: 6px 3%;
}
.btn.normal.home:before{
    content: '';
    display: inline-block;
    font-family: 'icon-font-3' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90d";
    margin-right: 10px;
}
.btn.normal:hover {
   color: #ac0000;
   border: 1px solid #ac0000;
}
.btn.normal2 {
    color: #fff;
    font-size: 15px;
    padding: 5px;
    width: 100px;
    height: 100px;
    background: #72B1AA;
    margin: 0 0px;
    border-radius: 100%;
    border: 1px solid #72B1AA;
    display: inline-block;
    line-height: 90px;
}
.btn.normal2:hover {
   background: transparent;
   color: #72B1AA;
}
.ic.ic3-home{
    font-size: 12px;
}
.btn.pure {
    color: #666;
    line-height: 30px;
    margin: 0 5px 10px;
}
.btn.pure:hover {
    color: #80CAA5;
    text-decoration: underline;
}
/*---- img scale ----*/
.box .pic {
    position: relative;
    overflow: hidden;
}
.box .pic img {
    /* -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); */
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}


/*------------ btn ------------*/

/*------------ btn(滑動按鈕 開始) ------------*/
.link {
    position: relative;
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    font-family: Roboto,Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
}

.link .txt {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.link .arrow {
    position: relative;
    display: inline-block;
    width: 29px;
    height: 7px;
    margin-right: 8px;
    margin-bottom: 1px;
    overflow: hidden;
}
.link .arrow .ic{
    display: inline-block;
    background: url(../../images/common/arrow.svg) center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.link .arrow .ic2{
    background: url(../../images/common/arrow2.svg) center center;
    top: 0;
}

.link .arrow .ic {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    -webkit-transition: 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.link .arrow .ic2{
     -webkit-transform: translateX(-150%) translateZ(0);
    -ms-transform: translateX(-150%) translateZ(0);
    transform: translateX(-150%) translateZ(0);
    -webkit-transition: 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.link:hover .arrow .ic ,.box:hover .link .arrow .ic {
    -webkit-transform: translateX(100%) translateZ(0);
    -ms-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
}
.link:hover .arrow .ic2,.box:hover .link .arrow .ic2{
     transition-delay: 0.1s;
     -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}
.link--center {
    margin-left: -7px;
}

.link__overlay-right {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    -webkit-transition: 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.link:hover .link__overlay-right,.box:hover .link .link__overlay-right {
    -webkit-transform: translateX(100%) translateZ(0);
    -ms-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
}
.link__panel--right {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    -webkit-transition: 0.4s cubic-bezier(0.125, 0.75, 0.415, 1);
    transition: 0.4s cubic-bezier(0.125, 0.75, 0.415, 1);
}
.link:hover .link__panel--right,.box:hover .link .link__panel--right  {
    -webkit-transform: translateX(100%) translateZ(0);
    -ms-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
}
.link__overlay-left {
    -webkit-transform: translateX(-150%) translateZ(0);
    -ms-transform: translateX(-150%) translateZ(0);
    transform: translateX(-150%) translateZ(0);
    -webkit-transition: 0.35s 0s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.35s 0s cubic-bezier(0.23, 1, 0.32, 1);
}
.link:hover .link__overlay-left,.box:hover .link .link__overlay-left {
    -webkit-transition: 0.35s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.35s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}
.link__panel--left {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    -webkit-transition: 0.4s cubic-bezier(0.125, 0.75, 0.415, 1);
    transition: 0.4s cubic-bezier(0.125, 0.75, 0.415, 1);
}
.link:hover .link__panel--left, .box:hover .link .link__panel--left {
    -webkit-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
}
.link__mask--left {
    -webkit-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
    -webkit-transition: 0.4s cubic-bezier(0.125, 0.75, 0.415, 1);
    transition: 0.4s cubic-bezier(0.125, 0.75, 0.415, 1);
}
.link:hover .link__mask--left,.box:hover .link .link__mask--left {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}
.link__mask--right {
    -webkit-transform: translateX(100%) translateZ(0);
    -ms-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
    -webkit-transition: 0.4s cubic-bezier(0.125, 0.75, 0.415, 1);
    transition: 0.4s cubic-bezier(0.125, 0.75, 0.415, 1);
}
.link:hover .link__mask--right,.box:hover .link .link__mask--right  {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}
.color1 {
    color: #000000;
}
.color2 {
    color: #9E1C20;
}
.color--transparent {
    color: transparent;
}
/*------------ / btn (滑動按鈕 結束)------------*/

/*------------ site_header ------------*/
.site-header {
    background: url(../../images/common/index/index-header-bg.jpg) top center repeat-x;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    transition: all .1s ease;
}
.wrapper{
    padding-top: 196px;
}
.wrapper.bg-index {
    background: url(../../images/common/index/index-header-bg.jpg) top center repeat-x;
}
.wrapper{
    background: url(../../images/common/index/index-header-bg.jpg) top center repeat-x;
}
.site-title {
    position: relative;
    z-index: 5;
    padding: 19px 0;
    margin: 0 auto;
    text-align: center;
}
.site-title .logo {
    background: url(../../images/common/logo.png) 50% 50%  no-repeat;
    background-size: contain;
    width: 239px;
    height: 90px;
    transition: all .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
 /*-- 選單至頂 --*/
    
    .header-fixed .site-header {
        width: 100%;
        margin: 0 auto;
        background-color: #231F20;
    }
    .header-fixed .site-title {
        padding: 0px;
        float: left;
        margin: 5px 0 0 0;
        width: 150px;
        z-index: 99;
    }
    .header-fixed .site-title .logo {
        height: 50px;
        width: 150px;
    }
    .header-fixed .site-nav {
        border: none;
        text-align: left;
        margin: 0px;
        float: left;
        margin: 0px 0 0 20px;
        position: relative;
        left: 0px;
    }
    .header-fixed .site-nav .menu > li > a {
        color: #231F20;
        padding: 13px 13px;
        position: relative;
        transition: all .0s ease;
    }
    .header-fixed .site-nav .menu > li > a:hover {
        color: #fff;
    }
    .header-fixed .site-nav .menu > li > a:before {
        background-color: #000000;
    }
    .header-fixed .site-nav .menu > li:after {
        content: "";
        position: absolute;
        left: 0px;
        top:0px;
        width:0;
        height: 100%;
        background-color: #231F20;
        transition: all .3s ease;
        z-index: -1;
    }
    .header-fixed .site-nav .menu > li:hover:after {
        width:0%;
    }
    .header-fixed .func-menu {
        position: absolute;
        width: 170px;
        box-sizing: border-box;
        top: 0px;
        right: 15px;
        text-align: right;
    }
    .header-fixed .func-menu > li.gocart {
        position: static;
        display: inline-block;
        right: 0;
        top: 0px;
        margin: 0px 0 0 0;
        padding-top: 0;
        height: 60px;
    }
   
    .header-fixed .func-menu > li {
        padding: 10px 0 1px;
    }
    .header-fixed .language,
    .header-fixed .search-box,
    .header-fixed .top-remitt,
    .header-fixed .top-order {
        display: none;
    }
/*選單至頂結束*/


.func-menu {
    position: absolute;
    width: 250px;
    box-sizing: border-box;
    top: 128px;
    right: 15px;
}
.func-menu > li > a {
    color: #7F7F7F;
    font-size: 13px;
    line-height: 25px;
    border-radius: 4px;
    padding: 0 8px 0 4px;
}
.func-menu > li.bg > a {
    background: #B8B9AA;
    color: #fff;
}
.func-menu > li.bg > a:hover {
    background: #82BBB3;
    color: #fff;
}
.func-menu > li > a:hover {
    color: #82BBB3;
}
.func-menu .ic {
    vertical-align: text-bottom;
    margin: 0 5px 1px 3px;
}
.func-menu .ic3-user-cross {
    font-size: 16px;
    margin: 0 4px -1px 4px;
}
.func-menu > li.gocart {
    position: absolute;
    display: block;
    right: 0;
    top: 0px;
    background-color: #000000;
    width: 170px;
    height: 68px;
    text-align: center;
}
.func-menu > li.gocart:before {
    position: absolute;
    content: "";
    width:0;
    height: 100%;
    left:0px;
    background-color: #FFDF6B;
    z-index: 0;
    transition: all .3s ease;
}
.func-menu > li.gocart:hover:before {
    width:100%;
}
.func-menu > li.gocart > a {
    font-size: 16px;
    color: #70AC92;
}
.func-menu > li.gocart > a i{
    color: #70AC92;
    font-size: 26px;
}
.func-menu > li.gocart span{
    height:68px;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    border-radius: 100%;
    line-height: 68px;
    position: relative;
}
.func-menu > li.gocart>span:before{
    content: "";
    position: absolute;
    width:50px;
    height:4px;
    background-color: #FFDF6B;
    top: 0px;
    left: 0px;
    transition: all .3s ease;
}
.func-menu > li.gocart:hover>span:before{
    background-color: #231F20;
}
.func-menu > li.gocart span .num{
    color:#FFDF6B;
    font-family: "Arimo";
    font-weight: bold;
    font-size: 18px;
    transition: all .3s ease;
}
.func-menu > li.gocart:hover span .num{
    color:#231F20;
}
.func-menu > li.gocart span .cover{
    color:#A9B1B1;
    font-weight: bold;
    font-size: 16px;
    transition: all .3s ease;
}
.func-menu > li.gocart:hover span .cover{
    color:#9E1C20;
}
.func-menu > li.gocart  .ic3-cart{
    font-size: 22px;
    color:#FFDF6B;
    position: relative;
    top: 2px;
    transition: all .3s ease;
}
.func-menu > li.gocart:hover .ic3-cart{
    color:#231F20;
}
.func-menu .cart-box {
    position: absolute;
    z-index: 10;
    width: 300px;
    right: 0;
    top: 100%;
    border: 2px solid #fedf6b;
    background: #fff;
    padding: 1px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
}
.func-menu .gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}
.func-menu .cart-box .btn {
    width: 100%;
    background:#231F20;
    color: #FFDF6B;
    font-size: 18px;
    font-weight: bold;
    line-height: 39px;
    letter-spacing: 0.05em;
    transition: all .3s ease;
    border-radius: 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.func-menu .cart-box .btn::before {
    content: "";
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    background: #FFDF6B;
    z-index: -1;
    position: absolute;
    overflow: hidden;
    transition: all .3s ease;
}
.func-menu .cart-box .btn:hover:before {
   left: 0;
}
.func-menu .cart-box .btn:hover {
    color:#231F20;
}
.func-menu .cart-box .btn .ic {
    font-size: 20px;
    margin-right: 0;
}
.func-menu .cart-list {
    padding: 4px;
}
.func-menu .cart-list li+li {
    border-top: 1px dashed #bbb;
}
.func-menu .cart-list a {
    display: block;
    overflow: hidden;
    padding: 8px;
}
.func-menu .cart-list a:hover {
    background: #eee;
}
.func-menu .cart-list .pic {
    float: left;
    width: 70px;
}
.func-menu .cart-list .txt {
    margin-left: 82px;
    line-height: 1.7;
    text-align: left;
}
.func-menu .cart-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #201F1F;
    font-size: 15px;
}
.func-menu .cart-list a:hover .name {
    text-decoration: underline;
}
.func-menu .cart-list .qty {
    color: #9E1C20;
}
.func-menu .cart-list .box>div{
    clear: both;
}
.func-menu .cart-list .box>div .pic{
    margin-bottom: 5px;
}
.site-nav {
    position: relative;
    padding: 0px 0 ;
    margin: 0px 0 0px;
    text-align: center;
}
.site-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.site-nav .menu {
    text-align: center;
    margin: 0 -20px;
}
.site-nav .menu li {
    position: relative;
}
.site-nav .menu li a {
    display: block;
}
.site-nav .menu > li {
    padding: 0 0px;
}
.site-nav .menu > li > a {
    color: #fff;
    padding: 17px 25px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    transition: all .3s ease;
}
.site-nav .menu > li > a:before {
    content: "";
    width:0%;
    height:100%;
    position: absolute;
    background-color: #FFDF6B;
    left:0px;
    top:0px;
    opacity: 1;
    transition: all .3s ease;
    z-index: -1;
}
.site-nav .menu > li > a:hover:before,
.site-nav .menu > li.active > a:before {
    opacity: 1;
    width:100%;
}
.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a {
    color:#231F20;
}
.site-nav .menu ul {
    display: none;
    font-family: Arial, '微軟正黑體', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    position: absolute;
    background-color: #fff;
    z-index: 600;
    width: 208px;
    border: 3px solid #80CAA5;
    box-sizing: border-box;
}
.site-nav .menu > li > ul {
    top: 100%;
    left: 50%;
    margin-left: -104px;
}
.site-nav .menu > li > ul:before {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #80caa5 transparent;
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    right: 0;
    margin-left: -10px;
}
.site-nav .menu ul li+li {
    border-top: 1px solid #e8e8e8;
}
.site-nav .menu ul li a {
    font-size: 14px;
    text-align: center;
    padding: 6px 8px;
    border: 1px solid #fff;
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active > a {
    color: #fff;
    background: #80CAA5;
}
.site-nav .menu ul ul {
    left: 100%;
    top: 0;
}
.site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
}

.site-header .search-box {
    position: absolute;
    width: 200px;
    box-sizing: border-box;
    top: 128px;
    z-index: 11;
}
.site-header .search-box .form-control {
    font-family: "Arimo";
    color:#FFFFFF;
    font-size:18px;
    border: none;
    background: transparent;
    height: 68px;
    line-height: 68px;
    margin: 0;
    padding: 0 42px 0 0px;
}
.site-header .search-box .form-control:focus ,.site-header .search-box .form-control:active {
    background: transparent;
}
.site-header .search-box .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
  opacity: 1;
}
.site-header .search-box .form-control::-moz-placeholder { /* Firefox 19+ */
  color: white;
  opacity: 1;
}
.site-header .search-box .form-control:-ms-input-placeholder { /* IE 10+ */
  color: white;
  opacity: 1;
}
.site-header .search-box .form-control:-moz-placeholder { /* Firefox 18- */
  color: white;
  opacity: 1;
}

.form-control.f-qa{
    height:208px
}

.search-box .search {
    z-index: 1;
    position: absolute;
    width: 50px;
    height: 68px;
    display:block;
    right:0;
    top:0px;
    background-color: rgba(255,255,255,0);
    border: 0;
    cursor: pointer;
}
.search-box .search:before {
    content: "";
    width:0;
    height: 100%;
    background-color: #FFDF6B;
    position: absolute;
    left:0px;
    top:0px;
    transition: all .3s ease;
    z-index: -1;
}
.search-box .search:hover:before {
    width:100%;
}

.search-box .search:after {
    color:#FFDF6B;
    position: absolute;
    content: "\e914";
    font-family: 'icon-font-3' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:24px;
    right: 10px;
    top: 18px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    transition: all .3s ease;
    z-index: 1;

 }
.search-box .search:hover:after{
   color: #231F20;
}


@media(min-width:1000px){

    .search-box input:-webkit-autofill,
    .search-box input:-webkit-autofill:hover, 
    .search-box input:-webkit-autofill:focus, 
    .search-box input:-webkit-autofill:active  {
        -webkit-text-fill-color: white;
        -webkit-box-shadow: 0 0 0px 1000px #231F20 inset !important;
    }
    
    .site-main.has-side .news-list .item {
        width: 33%;
        padding: 0 25px;
    }
       
}



/*------------ / site_header ------------*/

/*------------ banner ------------*/
.banner {
    position: relative;
}
.banner .container {
    max-width: 1440px;
    padding: 0;
}
.banner button.slick-prev{
    background: rgba(255,255,255,0);
    width: 46px;
    height: 46px;
    position: absolute;
    top: 45%;
    white-space: nowrap;
    text-indent: 100%;
    text-align: left;
    overflow: hidden;
    padding: 0;
    margin: 0 0px;
    border: none;
    z-index: 10;
    transition: all .3s;
    left: -35px;
}
.banner button.slick-prev:before{
    background: url(../../images/common/index/slick-left.png) 0 0 no-repeat;
    position:absolute;
    left:0px;
    top:0px;
    width:46px;
    height:46px;
    content:"";
    transition: all .3s;
    opacity: 1;
}
.banner button.slick-prev:after{
    background: url(../../images/common/index/slick-left-hover.png) 0 0 no-repeat;
    position:absolute;
    left:0px;
    top:0px;
    width:46px;
    height:46px;
    content:"";
    opacity: 0;
    transition: all .3s;
}
.banner button.slick-prev:hover:before{
    opacity: 0;
}
.banner button.slick-prev:hover:after{
    opacity: 1;
}
.banner button.slick-prev:hover{
    left: -50px;
}
.banner button.slick-next{
    background: rgba(255,255,255,0);
    width: 46px;
    height: 46px;
    position: absolute;
    top: 45%;
    white-space: nowrap;
    text-indent: 100%;
    text-align: left;
    overflow: hidden;
    padding: 0;
    margin: 0 0px;
    border: none;
    z-index: 10;
    transition: all .3s;
    right: -35px;
}
.banner button.slick-next:before{
    background: url(../../images/common/index/slick-right.png) 0 0 no-repeat;
    position:absolute;
    left:0px;
    top:0px;
    width:46px;
    height:46px;
    content:"";
    transition: all .3s;
    opacity: 1;
}
.banner button.slick-next:after{
    background: url(../../images/common/index/slick-right-hover.png) 0 0 no-repeat;
    position:absolute;
    left:0px;
    top:0px;
    width:46px;
    height:46px;
    content:"";
    opacity: 0;
    transition: all .3s;
}
.banner button.slick-next:hover:before{
    opacity: 0;
}
.banner button.slick-next:hover:after{
    opacity: 1;
}
.banner button.slick-next:hover{
    right: -50px;
}

/*------------ / banner ------------*/

/*------------ site_main ------------*/
.main-content{
    position: relative;
}
.main-content:before{
    content: "";
    position: absolute;
    background: url('../../images/common/page-title-bg-top.png') no-repeat center center;
    left: 0px;
    top: 13px;
    width: 100%;
    height: 6px;
    z-index: -1;
}
.main-top .container {
    max-width: 1440px;
    padding: 0;
}
.main-title {
    margin: 0 0 0 0;
    padding: 10px;
    padding-top:5px;
    text-align: center;
}
.main-title .second_txt{
    color: #3E4545;
    font-size: 16px;
    font-family: "Oswald";
    font-weight: bold;
    letter-spacing: 5px;
    position: relative;
    display: block;
}
/* .main-title .second_txt:before{
    content: "";
    position: absolute;
    background: url('../../images/common/page-title-bg-top.png') no-repeat center center;
    left: 0px;
    top: 10px;
    width: 100%;
    height: 6px;
    z-index: -1;
} */
/* .main-title .second_txt:after{
    content: "";
    position: absolute;
    background: url('../../images/common/page-title-bg.png') no-repeat 0% 0%;
    right: -75px;
    top: 10px;
    width: 47px;
    height: 6px;
} */
.main-title h2{
    font-size: 35px;
    color:#201F1F;
    font-weight: bold;
    position: relative;
    text-transform:uppercase;
    margin:0px;
    font-weight: 500;
    line-height: 1.6;
}
.main-content {
    padding: 0 0 120px;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.content-top {
    margin-bottom: 35px;
}
.content-title {
    color: #5FA386;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 25px 0;
    text-align: center;
    text-transform:uppercase;
}
.content-title2{
    font-size: 23px;
    color: #3E4545;
    font-weight: bold;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
}
.content-title2-head{
    display: inline-block;
    background: url(../../images/common/title-icon-1.svg) no-repeat;
    width: 25px;
    height: 25px;
    margin-right:10px;
    position: relative;
    top: -2px;
}
.content-title span{
    border: 2px solid #CBE0D8;
    padding: 8px 2%;
}
.content-title .keyword {
    color: #F2856C;
}
.shopping-title {
    text-align: center;
    color:#000000;
    font-size: 24px;
    font-weight: bold;
    padding: 5px 0 0 0;
    margin: 0 0 10px 0;
}
.shopping-title .ic {
    font-size: 22px;
    color: #7FCAA5;
    vertical-align: middle;
    margin: 0 3px 5px 0;
}
.shopping-title .ic3-bag-plus {
    font-size: 26px;
    margin-right: 10px;
}

.form-title-1{
    text-align: center;
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    padding: 5px 0 0 0;
    margin: 20px 0 10px 0;
}
.btn-box {
    clear: both;
    padding-top: 30px;
    position: relative;
    text-align: center;
}
.btn-box:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.btn-box.wide-spacing {
    letter-spacing: 15px;
}
.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}

.warning-sect {
    padding-bottom: 30px;
}

.no-item{
    text-align: center;
    margin-bottom: 0;
}
/*------------ / site_main ------------*/
.sect3{
    background: url('../../images/common/footer-bg-1.jpg') no-repeat 0% 0%;
    background-size: cover;
    margin: 10px 0 0px;
}
.sect3 .container .row{
    padding: 50px 0 0 0;
}
.sect3 .row .col{
    float: left;
    width: 50%;
    padding: 0 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.sect3 .row .col.col1{
    width: 42%;
    float: left;
}
.sect3 .row .col.col2{
    width: 57%;
    float: right;
    text-align: center;
    display: inline-block;
}
.sect3 .cf-list li{
    width: 50%;
    text-align: center;
}
.sect3 .footer-logo{
    padding-bottom: 20px;
    border-bottom: 1px solid #BAC0C0;
}
.sect3 .info{
    padding:0 10px;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    margin: 0 0 0 0px ;
    text-align: left;
    display: inline;
}
.sect3 .info .sect-title{
    color: #444535;
    font-size: 20px;
    text-align: center;
    position: relative;
}
.sect3 .info .sect-title span{
    position: relative;
}
.sect3 .info .txt{
    padding: 0px 15px 0;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 7px;
}
.sect3 .info .txt li{
    display: inline;
    list-style: none;
    margin:15px 0px 10px 40px ;
    text-align: left;
}
.sect3 .info .txt i{
margin: 3px 0 0 -35px;
    width: 22px;
    height: 22px;
    background: #a1a1a1;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    position: absolute;
}
/*------------ breadcrumb ------------*/
.breadcrumb {
    text-align: right;
    color: #1E1E1E;
    padding: 5px 15px;
    margin: 12px 0 0px;
    font-size: 13px;
    text-transform:uppercase;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: '> ';
    display: inline-block;
    margin: 0 3px;
}
.breadcrumb li a:hover {
    color: #333;
}
.content-top .breadcrumb {
    background: none;
    float: right;
    color: #BABABA;
    padding: 6px 0;
}
.content-top .breadcrumb:before,
.content-top .breadcrumb:after {
    content: '/';
}
.content-top .breadcrumb li+li:before {
    content: '> ';
}
.content-top .breadcrumb li:first-child a:before {
    display: none;
}

/*------------ / breadcrumb ------------*/

/*------------ side ------------*/
.side {
    width: 260px;
    float: left;
}
.has-side .content {
    width: calc(100% - 260px);
    float: right;
    padding: 0 0 0 30px;
}
.side-nav,
.side-nav-top {
    position: relative;
    font-size: 15px;
}
.side-nav-top{
    border-bottom: 1px solid #E1E1E1;
    padding: 0 0 10px 0;
}
.side-nav-top li a {
    position: relative;
    display: block;
    line-height: 1.4;
    padding: 2px 20px;
    color: #70AC92;
}
.side-nav-top li a:before{
    content: ' ● ';
    display: block;
    color: #70AC92;
    position: absolute;
    left: 5px;
    font-size: 12px;
}
.side-nav li a {
    position: relative;
    display: block;
    line-height: 1.4;
    padding: 12px 10px;
    border-bottom: 1px solid #D8DCDC;
    color: #000000;
}
.side-nav li a,
.side-nav-top li a {
    display: block;
    margin-bottom: 2px;
}
.side-nav > li > a,
.side-nav-top > li > a {
    position: relative;
    line-height: 1.4;
    font-weight: bold;
    font-size: 17px;
    color: #000000;
    font-family: "Arimo","微軟正黑體";
}
.side-nav > li > a:hover,
.side-nav > li.active > a {
    color: #fff;
    background-color: #000000;
}
.side-nav-top > li > a:hover,
.side-nav-top > li.active > a {
    color: #8D8F78;
}

.side-nav ul {
    display: none;
    padding: 20px 0;
    border-bottom: 1px solid #E1E1E1;
}
.side-nav ul li a {
    color: #636D6D;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px 5px 25px;
    border-bottom:none;
    position: relative;
    transition: all .3s ease;
}
.side-nav ul li a:after{
    font-family: 'icon-font-3' !important;
    content: "\e918";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0px;
    top: 7px;
    color: #BEC5C5;
    font-size: 10px;
    transition: all .3s ease;
}
.side-nav ul li a:hover,
.side-nav ul li.active > a {
    color: #000000;
}
.side-nav ul li a:hover:after,
.side-nav ul li.active > a:after {
    color: #9E1C20;
}
.cart-table img{
    width:80px;
    height:80px;
}
@media(min-width:1000px){
    .refine-mobile{
        /* display: none; */
        margin-bottom: 15px;
    }
}
@media(max-width:1000px){
.refine-mobile-bg{
    background-color: #eeeff0;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 35px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
}
.refine-mobile-bg,.refine-bottom{
	display:none;
}
.has-show .refine-mobile-bg,.has-show .refine-bottom{
	display:block
}
.refine-box{
    margin-bottom: 10px;
    max-width: 260px;
    margin-left:auto;
    margin-right:auto;
}
.refine-box .refine-title{
    font-size: 20px;
    color:#3E4545;
    font-weight: bold;
    text-align: right;
    position: relative;
    line-height: 32px;
    padding-right: 14px;
}
.refine-box .refine-title::before{
    content: "";
    background: url('../../images/common/products/product-refine.png') no-repeat; 
    width:153px;
    height: 33px;
    position: absolute;
    left: 0;
    top: 0;
}
.refine-box .refine-title::after{
    content: "";
    background: url('../../images/common/products/arrow6.svg') no-repeat; 
    width:10px;
    height: 11px;
    position: absolute;
    right: 0;
    bottom: 10px;
}

.refine-box .refine-content{
    background: url('../../images/common/products/refine-bg.jpg') no-repeat; 
    background-size: cover;
    padding: 12px 9px 30px;
}
.refine-box .refine-name{
    background: url('../../images/common/products/refine-bg-2.jpg') no-repeat; 
    color:#FFDF2B;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
    margin-bottom: 10px;
}
.refine-box .refine-name span{
    font-family: "Arimo";
    font-weight: bold;
    font-size: 15px;
    color:#B0B1B2;
}
.refine-box .fefine-zero{
    border: 0;
    background: rgba(255,255,255,0);
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
}
.refine-box .fefine-zero:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    background: url('../../images/common/products/refine-close-1.png') no-repeat; 
    width: 20px;
    height: 20px;
    opacity: 1;
}
.refine-box .fefine-zero:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    background: url('../../images/common/products/refine-close-2.png') no-repeat; 
    width: 20px;
    height: 20px;
    opacity: 0;
}
.refine-box .fefine-zero:hover:before{
    opacity: 0;
}
.refine-box .fefine-zero:hover:after{
    opacity: 1;
}
.refine-box .fefine-zero-box{
    display: flex;
    align-items: center;
}
.refine-box .refine-checkbox{
    color:#FFFF72;
    font-size: 18px;
    font-weight: bold;
    text-shadow: #1f1f1f 2px 2px 2px;
    padding: 0px 10px;
}
.refine-checkbox input[type=checkbox]{
    position: relative;
    margin-right: 15px;
    top: -3px;
}
.refine-checkbox input[type=checkbox]:after {
    position: absolute;
    width: 10px;
    height: 15px;
    top: 0;
    content: "";
    background-color: #fff;
    color: #A02135;
    display: inline-block;
    visibility: visible;
    padding: 0px 3px;
    border-radius: 0px;
    border:2px solid #FFFF72;
    box-sizing: content-box;
}
.refine-checkbox input[type=checkbox]:checked:after {
    position: absolute;
    width: 10px;
    height: 15px;
    top: 0;
    content: "";
    background-color: #fff;
    color: #A02135;
    display: inline-block;
    visibility: visible;
    padding: 0px 3px;
    border-radius: 0px;
    border: 2px solid #FFFF72;
    box-sizing: content-box;
    background: url('../../images/common/products/check.png') 2px no-repeat,#fff; 
}
.refine-box input[type=range]{
    width: 90%;
    margin-left: 5%;
}
.range-num{
    display: flex;
    width: 90%;
    margin-left: 5%;
    justify-content: space-between;
    color: #FFFF72;
    font-size: 15px;
    font-weight: bold;
    text-shadow: #1f1f1f 2px 2px 2px;
    font-family: "Arimo";
    margin-bottom: 30px;
}


.refine-box  input[type="range"]{
    -webkit-appearance: none;
    outline : none;   
    background:none;
  }
  .refine-box  input[type="range"]::-webkit-slider-thumb{
    -webkit-appearance: none;
    background: url('../../images/common/products/refine-scroll.png') center center no-repeat;
    position: relative; 
    width:53px;
    height:17px;
    position: relative;
    top: -5px;
    transition:.2s;       
  }

.refine-box input[type="range"]::-webkit-slider-runnable-track {
    background: #3E4545;
    height: 8px;
    border-radius: 10px;
}

.refine-bottom{
    width:100%;
    background-color:#FFE34B;
    height:18px;
    border-bottom:3px solid #C9CFCF;
    margin-bottom:10px
}

/*------------ / side ------------*/

/*------------ site_footer ------------*/
.clear-both{
    clear: both;
}
.footer-top {
    border-top: 5px solid #FFDF6B;
    color: #fff;
    padding: 37px 0;
    letter-spacing: 0;
    background: #3E4545;
}
.footer-top a {
    color: #787878;
}
.footer-top a:hover {
    color: #FFE34B;
}
.footer-top .row {
    margin: 0 -20px;
}
.footer-top .col {
    float: left;
    border-width: 0 1px;
    margin-right: -1px;
    padding: 0 20px;
}
.footer-top .col1 {
    border-left-width: 0;
    width: 70%;
}
.footer-top .col2 {
    width: 300px;
    float: right;
    margin: 0px 0 0 0;
}
.footer-title {
    color: #7FCAA5;
    font-size: 16px;
    margin-bottom: 12px;
}
.footer-title .ic {
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #80CAA5;
    border-radius: 4px;
}
.site-map {
    font-size: 14px;
    letter-spacing: 35px;
}
.site-map ul {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.5px;
    text-align: left;
}
.site-map ul li {
    margin: 3px 0;
    float: left;
}
.site-map ul li a {
    display: inline-block;
    padding: 3px 23px 3px 0px;
    position: relative;
    color:#fff;
}

.qrcode {
    display: inline-block;
    margin: 0 0 0 10px;
}
.site-info {
    line-height: 1.8;
    letter-spacing: 0.5px;
    margin-left: 35px;
}
.footer-bottom {
    background: #3E4545;
    font-size: 14px;
    color: #7E8989;
    text-align: left;
    padding: 10px 0;
}
.footer-bottom a {
    color: #fff;
}
.footer-bottom a:hover {
    text-decoration: underline;
}

/*------------ / site_footer ------------*/

/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 43%;
    bottom: 18%;
    margin-right: -800px;
    z-index: 400;
    transition: all .3s ease;
}
.floating .btn.gocart {
    display: block;
    margin: 0 auto 5px;
    background: url('../../images/common/gocart.svg') no-repeat; 
    width: 60px;
    height: 60px;
    color: #444;
    font-size: 16px;
    font-weight: bold;
    padding-top: 30px;
}
.no-svg .floating .btn.gocart {
    background-image: url('../../images/common/gocart.png');
}
.floating .btn.gocart:hover {
    background-position: 0 100%;
    color: #fff;
}
@media(min-width:1000px){
.floating .ibtn.gotop {
    width: 34px;
    height: 93px;
    text-indent: unset;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    font-family: "Oswald";
    color:#000000;
    font-size: 21px;
    position: relative;
    overflow: visible;
}
.floating .ibtn.gotop span{
    color:#9E1B1F;
}
.floating .ibtn.gotop:before{
    content: "";
    background: url(../../images/common/arrow5.svg) top center no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -26px;
    left: 4px;
    transition: all .3s ease;
}
.floating .ibtn.gotop:hover:before{
    -webkit-animation: move-up-anim .65s cubic-bezier(0.215,.61,.355,1) 0s 1 forwards;
    animation: move-up-anim .65s cubic-bezier(0.215,.61,.355,1) 0s 1 forwards;

}
@-webkit-keyframes move-up-anim {
    0% {
        -webkit-transform: translate3d(0,0,0);
        opacity: 1
    }

    50% {
        -webkit-transform: translate3d(0,-5px,0);
        opacity: 0
    }

    50.1% {
        -webkit-transform: translate3d(0,5px,0);
        opacity: 0
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        opacity: 1
    }
}

@keyframes move-up-anim {
    0% {
        transform: translate3d(0,0,0);
        opacity: 1
    }

    50% {
        transform: translate3d(0,-5px,0);
        opacity: 0
    }

    50.1% {
        transform: translate3d(0,5px,0);
        opacity: 0
    }

    100% {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

}

/*------------ / floating ------------*/

/*------------ pagination ------------*/
.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
}
.pagination li {
    display: inline-block;
    vertical-align: top;
}
.pagination li a {
    display: block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    color: #000000;
    font-size: 16px;
    padding: 0 5px;
    margin: 0 2px;
    box-sizing: border-box;
}
.pagination li a:hover,
.pagination li.active a {
    color: #ac0000;
}
.pagination li a.controls {
    padding: 0;
    font-size: 22px;
    color: #000000;
    line-height: 32px;
    border-radius: 100%;
    border: 1px solid #000000;
}
.pagination li a.controls:hover {
    color: #ac0000;
    border: 1px solid  #ac0000;
}
.page-info {
    display: none;
}
.page-info .form-control {
    height: 30px;
    line-height: 28px;
    border: 1px solid #ddd;
    margin: 0;
    background: none;
}
.page-info .form-control:focus {
    border-color: #ac0000;
}

/*------------ / pagination ------------*/

/*------------ form ------------*/
.reminder {
    text-align: center;
    color: #000000;
    position: relative;
    margin: 0 0 30px;
}
.reminder b {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    vertical-align: bottom;
    margin-bottom: 0px;
    color: #E51C6C;
}

.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 29px;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 28px;
    color: #000000;
    background: #fff;
    border: 1px solid #000000;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}
.qty-box .form-control:focus {
    border-color: #ac0000;
}
.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    color: #fff;
    background: #000000;
    border: 1px solid #000000;
    position: absolute !important;
    z-index: 0;
    top: 0;
}
.qty-box .btn:hover {
    border-color: #ac0000;
    background: #ac0000;
    color: #fff;
    z-index: 2;
}
.qty-box .less {
    left: 0;
    border-radius: 5px 0 0 5px;
}
.qty-box .add {
    right: 0;
    border-radius: 0 5px 5px 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 34px;
    padding: 0 10px;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    margin-bottom: 6px;
}
.form-control:focus {
    outline: none;
    background:rgba(255,255,255,0);
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}
.static-control {
    line-height: inherit;
    color: #444;
    font-size: 16px;
    margin: 0 0 6px;
    padding: 0 5px;
}
.form-wrap {
    margin: 0 auto;
}
.form-wrap.type2 {
    max-width: 1000px;
}
.form-wrap.type3 .form-box {
    max-width: 600px;
}
.form-wrap .btn-box {
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
}
.form-box {
    margin: 0 auto;
}
.line {
    margin: 0 auto;
    border-top: 1px solid #D7D7D7;
    padding: 20px 0;
}
.line2 {
    margin: 0 auto;
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    padding: 20px 0;
}
.form-box .row {
    margin: 0 -24px;
    position: relative;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
    box-sizing: border-box;
}
.form-box .type2 .col1 {
    float: left;
    width: 70%;
    padding: 0 24px;
    box-sizing: border-box;
}
.form-box .type2 .col2 {
    float: right;
    width: 25%;
    padding: 50px 0 0 0;
}
.form-box .required {
    position: relative;
}
.form-box .required:after {
    content: '*';
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-size: 15px;
    color: #E51C6C;
    margin: 0 4px 0px 10px;
}
.form-box .form-group {
    padding: 4px 0;
    line-height: 36px;
}
.form-box .control-label {
    display: block;
    line-height: inherit;
}
.form-box .control-box {
    position: relative;
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}
.form-box .captcha .form-control {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    max-width: 280px;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #80CAA5;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}
.form-box .captcha a:hover {
    color: #ccc;
}
.form-box .captcha a * {
    vertical-align: middle;
}
.form-box .captcha a .ic {
    transition: transform .3s;
    font-size: 14px;
    color: #70AC92;
}
.form-box .captcha a:hover .ic {
    transform: rotate(270deg);
    color:#B8B9AA;
}
.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    left: 80px;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .name2 .control-box {
    padding-right: 150px;
}
.form-box .name2 .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.form-box .name2 .radio-box label {
    margin-bottom: 0;
}
.form-box .tips {
    line-height: 1.2;
    margin-bottom: 6px;
    color: #E51B6C;
    font-size: 13px;
    padding: 0 5px;
}
.form-wrap.type1 .tips {
    min-height: 36px;
    line-height: 18px;
}

.form-box .input-group {
    margin: 0 -3px;
}
.form-box .input-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.form-box .input-group .input-box {
    float: left;
    width: 50%;
    padding: 0 3px;
    box-sizing: border-box;
}
.form-box .input-group .form-control {
    display: inline-block;
}

.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .address .input-box:last-child {
    width: 100%;
}
.form-box .address2 .input-box {
    width: 22%;
}
.form-box .address2 .input-box:last-child {
    width: 56%;
}
.form-radio,
.form-checkbox {
    display: inline-block;
    position: relative;
}
.form-radio input[type=radio],
.form-checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    visibility: hidden;
    outline: 0;
    z-index: 3;
    width: 17px;
    height: 17px;
}
.form-radio:before,
.form-checkbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 0 3px;
}
.form-radio:before {
    background-image: url('../../images/common/form_radio.svg');
}
.no-svg .form-radio:before {
    background-image: url('../../images/common/form_radio.png');
}
.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.svg');
}
.no-svg .form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}
.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}

.success-wrap {
    text-align: center;
    max-width:1100px;
    margin: 0 auto;
    padding: 3% 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.success-box {
    text-align: center;
    line-height: 2;
}
.success-msg {
    color: #ac0000;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 auto 15px;
}
.no-svg .success-msg {
    background-image: url('../../images/common/success_ic.png');
}
.success-txt {
    line-height: 1.8;
    padding-bottom: 10px;
}
.success-txt strong {
    color: #000000;
    font-size: 15px;
}
.success-txt a {
    text-decoration: underline;
    color: #E51A6C;
}
.success-txt a:hover {
    text-decoration: none;
}
.success-wrap .btn-box {
    max-width: 1000px;
    margin: 0 auto;
}

/*------------ / form ------------*/

/*------------ table ------------*/
.table-h {
    border-top: 1px solid #DCDCDC;
    color: #6A6A6A;
}
.table-h td[data-title]:before {
    content: attr(data-title);
    display: inline-block;
    color: #000000;
    font-size: 13px;
}
.table-h td {
    padding: 10px 6px;
    line-height: 1.4;
    text-align: center;
    min-width: 76px;
}
.table-h .btn-holder {
    min-width: 30px;
}
.table-h thead {
    border-bottom: 1px solid #DCDCDC;
}
.table-h thead th {
    color: #000;
    font-weight: normal;
    padding: 12px;
    background-color: #eaeaea;
}
.table-h tbody tr {
    border-bottom: 1px solid #DCDCDC;
}

.table-h .align-left {
    text-align: left;
}
.table-h a {
    display: inline-block;
    vertical-align: middle;
}
.table td span {
    color: #000000;
}

.table-v {
    color: #777;
    font-size: 14px;
}
.table-v tr{
    border-bottom: 1px solid #ddd;
}
.table-v th,
.table-v td {
    padding: 12px 20px;
    vertical-align: middle;
}
.table-v th {
    text-align: left;
    width: 110px;
    font-weight: normal;
    position: relative;
    background: #F0F0F0;
}

.table-v strong {
    color: #DA6994;
}
.inquiry-d{
    color: #000000;
}
/*------------ / table ------------*/

/*------------ lightbox ------------*/
body .fancybox-close {
    background: url(../../images/common/lightbox_close.jpg) no-repeat;
    width: 41px;
    height: 41px;
    right: 5px;
    top:5px;
}
body .fancybox-close:hover {
    background: url(../../images/common/lightbox_close.jpg) 100%  100%  no-repeat;
}

.no-svg body .fancybox-close {
    background-image: url(../../images/common/lightbox_close.jpg);
}
body .fancybox-close:hover {
    background-position: 0 100%;
}
body .fancybox-skin {
    background: #fff;
    border-radius: 0;
    margin-top: 40px;
    border-radius: 0px;
    border: 5px solid #72B1AA;
    position: relative;
}
body .fancybox-inner {
    background: #F2FAF6;
    border-radius:0px;
}
.fancybox-album .photo-pager {
    position: absolute;
    bottom: -60px;
    left: 50%;
    width: 80px;
    height: 60px;
    background: #72B1AA;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    padding: 20px 0 0 0;
    margin: 0 0 0 -40px;
}
.fancybox-album .photo-pager span{
    display: block;
}
.fancybox-album .photo-pager b{
    color: #FFFF00;
    text-decoration: underline;
}
.fancybox-album .fancybox-title {
    position: relative;
    width: 100%;
}
.fancybox-album .photo-intro{
    padding: 0 0 25px 0;
    
}
.fancybox-album .photo-title {
    color: #72B1AA;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}
.fancybox-album .fancybox-nav span {
    background: url('../../images/common/album/lightbox_arrow.png') no-repeat;
    width: 15px;
    height: 27px;
    margin-top: -20px;
    visibility: visible;
}
.fancybox-album .fancybox-prev span {
    background-position: 0 0;
    left: -70px;
}
.fancybox-album .fancybox-next span {
    background-position: 100% 0;
    right: -70px;
}
.fancybox-album .fancybox-prev:hover span {
    background-position: 0 100%;
}
.fancybox-album .fancybox-next:hover span {
    background-position: 100% 100%;
}
.lightbox-wrapper {
    padding: 40px;
    max-width: 100%;
    width: 780px;
    margin: 0 auto;
    box-sizing: border-box;
}
.login-box .lightbox-title {
    color: #5FA386;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px;
    text-align: center;
}
.login-box .lightbox-title span{
    border: 2px solid #CBE0D8;
    padding: 5px 10px;
}
.no-svg .login-box .lightbox-title {
    background-image: url('../../images/common/login_ic.png');
}
.lightbox-wrapper .control-label {
    display: none;
}
.login-box .notice-box {
    background: #eee;
    margin-top: 40px;
    padding: 20px 15px;
    border-radius: 15px;
}
.login-box .notice-box .title {
    float: left;
    background: url('../../images/common/join_ic.png') 0 100% no-repeat;
    color: #444;
    font-size: 18px;
    font-weight: bold;
    padding: 16px 0 0 45px;
    margin: 5px 0 0 80px;
}
.no-svg .login-box .notice-box .title {
    background-image: url('../../images/common/join_ic.png');
}
.login-box .notice-box .txt {
    color: #777;
    border: 1px solid #ccc;
    border-width: 0 0 0 1px;
    margin-left: 240px;
    padding-left: 30px;
}
.login-box .success-box + .btn-box {
    max-width: 700px;
    margin: 0 auto;
}
.login-box .success-box + .btn-box a{
    margin: 10px 0;
}
.arrival-box {
    position: relative;
}
.arrival-box .form-control {
    height: 36px;
    line-height: 34px;
    padding: 0 12px;
    border-color: #72B1AA;
    background: none;
}
.arrival-box .form-control:focus {
    background: #fff;
}
.arrival-box .pd-name {
    color: #72B1AA;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}
.no-svg .arrival-box .pd-name {
    background-image: url('../../images/common/products/arrival_ic.png')
}
.arrival-box .pd-id {
    color: #aaa;
    font-size: 14px;
    text-align: center;
}
.arrival-box .form-box {
    padding: 30px 0;
}
.arrival-notice {
    color: #777;
    font-size: 13px;
    text-align: center;
    padding: 10px 0;
}
.arrival-box .btn-box {
    padding-top: 0;
}
/*------------ / lightbox ------------*/

.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #231F20;
}
.mmenu-show #mobile-search .search{
    position: absolute;
    right:0px;
    top: 0px;
}
.mmenu-show #mobile-search .search .ic3-search2{
    font-size: 20px;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #231F20;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #231F20;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #231F20;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
.mmenu-show #mobile-menu .language-menu {
    background: #231F20;
    color: #fff;
}
.mmenu-show #mobile-menu .share {
    display: flex;
    justify-content: center;
}


.cart-side-box{
    display: block;
    position: fixed;
    right: 0px;
    bottom: 38%;
    z-index: 497;
}
.cart-side-box .si-box{
    background: #ffe34b;
    box-sizing: border-box;
    padding: 5px 10px;
}
.cart-side-box .si-icon{
    position: relative;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    margin: auto;
}
.cart-side-box .si-icon::before{
    font-family: 'icon-font' !important;
    content: "\e905";
    font-size: 20px;
    color: #000;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: -7px;
}
.cart-side-box .si-num{
    display: block;
    background: #252527;
    text-align: center;
    color: #FFF;
    font-family: "Arimo";
    font-size:20px;
    line-height: 28px;
    transition: all .3s ease;
}
.cart-side-box:hover .si-num{
    background: #FEDF6B;
    color:#000000 ;


}


@media screen and (max-width: 1600px) {
/*------------ floating 1600 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 0;
        margin: 0;
    }
/*------------ / floating 1600 ------------*/
}
@media screen and (max-width: 1500px) {
    .banner button.slick-prev{
        width: 25px;
        height: 25px;
        left: 3px;
    }
    .banner button.slick-prev:hover {
        left: 0px;
    }
    .banner button.slick-prev:before {
        width: 25px;
        height: 25px;
        background-size: contain;
    }
    .banner button.slick-prev:after {
        width: 25px;
        height: 25px;
        background-size: contain;
    }
    .banner button.slick-next{
        width: 25px;
        height: 25px;
        right: 3px;
    }
    .banner button.slick-next:hover {
        right: 0px;
    }
    .banner button.slick-next:before {
        width: 25px;
        height: 25px;
        background-size: contain;
    }
    .banner button.slick-next:after {
        width: 25px;
        height: 25px;
        background-size: contain;
    }
}
@media screen and (max-width: 1440px) {
    .func-menu {
        right: 0px;
    }      
}
@media screen and (max-width: 1370px) {
/*------------ site_footer 1370 ------------*/
    .site-map {
        letter-spacing: 15px;
    }
/*------------ / site_footer 1370 ------------*/
}
@media screen and (max-width: 1340px) {
/*------------ site_header 1340 ------------*/
/*------------ / site_header 1340 ------------*/
}
@media screen and (max-width: 1280px) {
/*------------ site_footer 1280 ------------*/
    .site-map ul {
        display: inline;
    }
    .site-map ul li {
        display: inline-block;
    }
/*------------ / site_footer 1280 ------------*/
    .sect3 .info .txt {
        padding: 0px 0px 0;
    }
    .table-h td[data-title]:before {
        display: block;
        margin:  0 0 5px 0;
    }
}
@media screen and (max-width: 1200px) {
/*------------ side 1200 ------------*/
    .side {
        width: 260px;
    }
    .has-side .content {
        width: calc(100% - 260px);
    }
/*------------ / side 1200 ------------*/
    .site-nav .menu > li > a {
        padding-left:8px;
        padding-right:8px;
    }
    .site-header .search-box {
        width: 185px;
    }
}
@media screen and (max-width: 1120px) {
/*------------ site_header 1120 ------------*/
    .top-nav {
        right: 15px;
    }
/*------------ / site_header 1120 ------------*/
    .sect3 .row .col,
    .sect3 .row .col.col1,
    .sect3 .row .col.col2{
        width: 100%;
        float: none;
    }
    .sect3 .container .row {
        padding: 20px 0 0 0;
    }
    .sect3 .row .col.col2{
        margin: 20px 0 0 0;
        padding-bottom: 20px;
    }
    .sect3 .cf-list li .pic {
        max-width: 100%;
        overflow: hidden;
    }
    .sect3 .info .txt li {
        display: inline-block;
    }
    .sect3 .sharebox,
    .sect3 .info{
        width: 100%;
        margin: 0 auto;
        text-align: center;
        float: left;
        max-width: 100%;
    }
    .sect3 .info .txt {
        line-height: 20px;
        text-align: left;
		    display: inline-block;
    }
    .sect3 .info .txt li {
        margin: 5px 0px 5px 40px;
    }
    .sect3 .footer-logo {
        padding-bottom: 20px;
        border-bottom: 0px solid #BAC0C0;
    }
    .func-menu > li.gocart {
        right: 0px;
    }
}
@media screen and (max-width: 1000px) {
    .cart-side {
        display: none;
    }
    .func-menu {
        display: none;
    } 
    .wrapper.bg-index, .wrapper {
        background: none;
    }
    .site-header,.header-fixed .site-header{
        position: static;
    }
    .header-fixed .site-title .logo ,.site-title .logo {
        height: 60px;
        width: 150px;
    }
    .header-fixed .site-title ,.site-title {
        margin: 0;
        float: none;
    }
    .wrapper{
        padding-top: 40px;
    }
    /*--- 隱私權手機板 ---*/
     .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        z-index: 999;
        font-size: 14px;
        padding: 40px 0 10px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        border-radius: 0;
        border-top: solid 1px #a598b8;
        border-left: solid 1px transparent;
        border-right: solid 1px transparent;
        border-bottom: solid 1px transparent;
    }
    .header-sheet .close-ontop {
        right: 0px;
        left: 0px;
        top: -21px;
        margin: auto;
        text-align: center;
        width: 100%;
        height: 35px;
    }
    button.close-ontop{
        padding:0px;
    }
    .close-ontop {
        float: none;
    }
    body #keyreply-container {
         bottom: 10%;
    }
    .header-active #keyreply-container {
        bottom: 0%;
        transition:all .7s;
    }
    .header-fixed .header-sheet{
        display:block;
    }
    /*--- END隱私權手機板 ---*/
/*------------ site_header 1000 ------------*/
    .site-title {
        float: none;
        text-align: center;
    }
    .top-nav,
    .site-nav,
    .site-header .search-box{
        display: none;
    }
    .search-box:after {
        color:#231F20;
        position: absolute;
        content: "\e914";
        font-family: 'icon-font-3' !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        right: 0px;
        top: 0;
        line-height: 30px;
        width: 30px;
        height: 30px;
        text-align: center;
    }
     .search-box .search {
        z-index: 1;
        position: absolute;
        width: 30px;
        height: 30px;
        display: block;
        right: 0;
        top: 1px;
    }
     .search-box .search:after {
        content: ""; 
     }
     .search-box .search:before {
        background-color: rgba(255,255,255,0);
    }
    .search-box .search:hover:after{
       color: #231F20;
    }
/*------------ / site_header 1000 ------------*/
/*------------ site_main 1000 ------------*/
    .main-content {
        padding-bottom: 80px;
    }
    .has-side .content {
        border-left:none;
        padding: 0;
    }
/*------------ / site_main 1000 ------------*/
/*------------ site_footer 1000 ------------*/
    .footer-top {
        padding: 20px 0 30px;
    }
    .footer-top .container {
        text-align: center;
    }
    .footer-top .col.col1 .site-map{
        display: none;
    }
    .footer-top .col.col2{
        display: inline-block;
        text-align: center;
        float: none;
        width: 100%;
    }
    .footer-top .map-box {
        margin: 0;
    }
    .site-info {
        margin-left: 0;
    }
    .footer-bottom.desktop{
        display: none;
    }
/*------------ / site_footer 1000 ------------*/
/*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .btn.gocart {
        display: none;
    }
    .floating .ibtn.gotop {
        background: url(../../images/common/mobile_gotop.png) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    .floating .ibtn.gotop:hover{
        background: url(../../images/common/mobile_gotop.png) 50% 50% no-repeat;
    }

/*------------ / floating 1000 ------------*/
    .share:before{
        content: '';
    }
    .content-top {
        margin-bottom: 20px;
    }

    /*------------ / floating 1000 ------------*/

    .breadcrumb {
        text-align: right;
        color: #1E1E1E;
        padding: 5px 15px;
        padding-bottom: 2px;
        margin: 0px 0 0px;
        text-transform: uppercase;
        text-align: center;
    }
    .btn-box {
        padding-top: 20px;
        margin-bottom: 00px;
    }

    .form-control.f-qa{
        height:150px
    }
     
}
@media screen and (max-width: 900px) {
/*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
/*------------ / table 900 ------------*/
}
@media screen and (max-width: 767px) {
/*------------ site_main 767 ------------*/
    .main-content {
        padding: 0 0 30px;
    }
    .main-title {
        font-size: 28px;
    }
    .main-title h2 {
        font-size: 30px;
    }
    .content-title2 {
        font-size: 18px;
        line-height: 1.4;
        margin-top: 10px;
    }
/*------------ / site_main 767 ------------*/
/*------------ breadcrumb 767 ------------*/
    .content-top .breadcrumb {
        float: none;
    }
/*------------ / breadcrumb 767 ------------*/
/*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 40px;
    }
    .pagination {
        position: relative;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -30px;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
/*------------ / pagination 767 ------------*/
/*------------ form 767 ------------*/
    .form-title {
        font-size: 36px;
    }
    .form-box .row:before {
        display: none;
    }
    .form-box .col,
    .form-box .type2  .col {
        width: 100%;
    }
    .form-box .type2 .col2 {
        text-align: center;
    }
    .form-box .name2 .control-box {
        padding: 0;
    }
    .form-box .name2 .radio-box {
        bottom: 100%;
    }
    .form-box .address2 .input-box {
        width: 50%;
    }
    .form-box .address2 .input-box:last-child {
        width: 100%;
    }
    .form-wrap .form-box .tips {
        min-height: 0;
    }
    .success-wrap {
        padding: 30px 15px;
    }
    .success-msg {
        font-size: 20px;
        background-size: 80px;
        padding-top: 0px;
    }
/*------------ / form 767 ------------*/
/*------------ table 767 ------------*/
    .table-h {
        border-top: 1px dashed #bbb;
    }
    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }
    .table-h td+td {
        border-left: 0;
    }
    .table-h td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
        color: #000000;
        font-size: 13px;
        margin: 0;
    }
    .table-h tr {
        padding: 10px 0;
        position: relative;
    }
    .table-h td {
        padding: 0;
        line-height: 2;
    }
/*------------ / table 767 ------------*/
/*------------ lightbox 767 ------------*/
    .login-box .notice-box {
        padding: 20px 25px;
        text-align: center;
    }
    .login-box .notice-box .title {
        float: none;
        display: inline-block;
        margin: 0;
    }
    .login-box .notice-box .txt {
        border-width: 1px 0 0;
        margin: 15px 0 0;
        padding: 15px 0 0;
    }
/*------------ / lightbox 767 ------------*/
}
@media screen and (max-width: 500px) {
/*------------ lightbox 500 ------------*/
    .lightbox-wrapper {
        padding: 30px 20px;
    }
    .login-box .main-title {
        padding-top: 0;
    }
    .login-box .main-title span {
        font-size: 36px;
    }
    .login-box .success-msg {
        font-size: 17px;
    }
/*------------ / lightbox 500 ------------*/
/*------------ table 500 ------------*/
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
    .table-v tr:nth-child(n) {
        background: none;
    }
    .table-v th {
        border: 0;
    }
/*------------ / table 500 ------------*/
    .sect3{
        margin: 0px 0 0px;
    }
    .sect3 .cf-list li{
        width: 100%;
        text-align: center;
        margin: 15px 0;
    }
    .sect3 .sharebox,
    .sect3 .info{
        width: 100%;
        float: none;
        margin: 0 auto 5px;
        text-align: center;
        display: inline-block;
		    padding: 0;
    }
}
@media screen and (max-width: 400px) {
/*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
/*------------ / form 400 ------------*/
/*------------ btn 400 ------------*/
    .btn.simple {
        margin: 0 auto 10px;
    }
/*------------ / btn 400 ------------*/
}