@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Amaranth:400,700,700i|Exo+2|Expletus+Sans:400,700|Istok+Web:400,700);

/*------------ basic ------------*/
h1,h2{
    margin: 0;
}
body {
    font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #262626;
    font-size: 15px;
    line-height: 1.95;
    letter-spacing: 0.8px;
}
iframe{
	max-width:100%;
}
.wrapper {
    position: relative;
    background:#FFF4E2 url(../../images/common/wrapper.jpg) bottom no-repeat;
    background-size: 100% auto;
}

.container {
    padding: 0 15px;
    max-width: 1470px;
}

.s_tit{
    color: #33601D;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
/*------------ / 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: 999;
    background-color: rgba(255,255,255,0.9);
    color: #444;
    border-radius: 8px;
    border:solid 1px #1d994f;
    line-height: 1.6;
}
.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:#1d994f;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*---! 隱私權 ---*/

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


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

.btn.back {
    border:solid 2px #ACB3BA;
    border-radius: 100px;
    width: 150px;
    line-height: 56px;
    font-family: 'Expletus Sans','微軟正黑體', cursive;
    color: #3F596B;
    transition: all .2s;
    font-size: 15px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    transition: all .2s;
    display: inline-block;
    font-weight: bold;
}

.btn.back::before {
    background: url(../../images/common/back.png) no-repeat center;
    content: "";
    height: 14px;
    opacity: 0;
    position: absolute;
    left: 38px;
    top: 22px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 18px;
}
.btn.back:hover{
    padding-left: 30px;
}
.btn.back:hover::before{
    opacity: 1;
    left: 30px;
}
/*-----style01-btn-----*/

.btn.style01 {
    color: #33611D;
    transition: all .2s;
    font-size: 18px;
    font-weight: bold;
    display: block;
    text-align: left;
    background: #fff;
    box-sizing: border-box;
    font-family: 'Expletus Sans','微軟正黑體', cursive;
}

.btn.style01 i {
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    text-align: center;
    font-size: 19px;
    margin: 0px 10px 0px 5px;
    width: 25px;
}

.btn.style01:hover {
    background: #33601D;
    color: #fff;
    line-height: 28px;
    transition: all .2s;
}

.btn.style01.bg2 {
    color: #AAAAAA;
}

.btn.style01.bg2:hover {
    color: #666666;
    background: none;
}


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

.btn.style02 {
    transition: all .2s;
    border-radius: 30px;
    padding: 0 20px;
    height: 30px;
    line-height: 31px;
    display: block;
    font-family: 'Istok Web','微軟正黑體', sans-serif;
    font-weight: bold;
    margin: 0 auto;
    background: #C8D94D;
    color: #7A8A1A;
    width: auto;
    font-size: 16px;
    text-align: right;
}

.btn.style02 i {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 3px 8px;
}

.btn.style02:hover {
    transition: all .2s;
    color: #fff;
    background: #889E25;
}

.btn.style02.arrowL i {
    margin: 0 8px 3px 0;
}

.btn.style02.bg2 {
    color: #fff;
    border: 1px solid #C3C5B5;
    background: #686859;
}

.btn.style02.bg2:hover {
    background: #000;
}


/*-----style03-btn-----*/
.style03{
    border-radius: 15px;
    width: 148px;
    line-height: 63px;
    color: #FFFFFF;
    transition: all .2s;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    transition: all .2s;
    display: inline-block;
    font-weight: bold;
    font-family: Expletus Sans;
    margin: 0 15px;
}
.style03_l {
    background: #AAACAD;
}

.style03_l::before {
    background: url(../../images/common/arrow_l.png) no-repeat center;
    content: "";
    height: 14px;
    opacity: 0;
    position: absolute;
    left: 38px;
    top: 24px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 18px;
}
.style03_l:hover{
    padding-left: 30px;
}
.style03_l:hover::before{
    opacity: 1;
    left: 30px;
}


.style03_r {
    background: #27771E;
}

.style03_r::after {
    background: url(../../images/common/arrow_r.png) no-repeat center;
    content: "";
    height: 14px;
    opacity: 0;
    position: absolute;
    right: 38px;
    top: 24px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 18px;
}
.style03_r:hover{
    padding-right: 30px;
}
.style03_r:hover::after{
    opacity: 1;
    right: 30px;
}


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

.btn-box {
    clear: both;
    padding: 60px 0 40px 0;
    position: relative;
    text-align: center;
}
.pd_sm{
    padding-top: 35px;
}
.pt_sm{
    padding-top: 15px;
}
.pt_0{
    padding-top: 0;
}
.btn-box.align-left {
    text-align: left;
}

.btn-box.has-border {
    border-top: 1px solid #E4EDD1;
}

.btn-box.dib .btn {
    display: inline-block;
    margin: 0 5px 10px;
}

.btn-box.btn-all .btn {
    max-width: 100%;
}


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


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

.site-header {
    position: static;
    width: 100%;
    top: 0;
    z-index: 450;
    margin: 0 auto;
    margin: 0 auto;
    padding: 30px 0 0;
    background: #fff;
}

.site-title {
    padding: 0 0 30px;
}

.site-title .logo {
    color: transparent;
    background: url(../../images/common/logo.png) 50% 50%  no-repeat;
    background-size: contain;
    width: 440px;
    height: 86px;
    transition: all .3s ease;
}

.site-title .logo:hover {
    opacity: .7;
}


/*------------top-nav ------------*/

.top-nav {
    line-height: 35px;
    position: absolute;
    top: 0;
    right: 20px;
}

.top-nav > * {
    display: inline-block;
    vertical-align: middle;
}

.top-nav .container {
    display: block;
}

.top-nav > ul > li {
    margin: 0 0 0 3px;
    vertical-align: middle;
    color: #000000;
    font-size: 13px;
    line-height: 35px;
}

.top-nav > ul > li > a {
    border:solid 1px #207742;
    border-radius: 60px;
    width: 129px;
    line-height: 35px;
    font-family: 'Expletus Sans','微軟正黑體', cursive;
    color: #3E5F3A;
    transition: all .2s;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}

.top-nav ul li > a:hover {

    transition: all .2s;
}

.top-nav ul li.ic1 > a::after {
    background: url(../../images/common/top_ic1.png) no-repeat center;
    content: "";
    height: 18px;
    opacity: 0;
    position: absolute;
    right: 38px;
    top: 7px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 18px;
}
.top-nav ul li.ic2 > a::after {
    background: url(../../images/common/top_ic2.png) no-repeat center;
    content: "";
    height: 15px;
    opacity: 0;
    position: absolute;
    right: 38px;
    top: 10px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 18px;
}
.top-nav> ul> li:hover >a{
    padding-right: 30px;
}
.top-nav ul li.ic1:hover > a::after{
    opacity: 1;
    right: 30px;
}
.top-nav ul li.ic2:hover > a::after{
    opacity: 1;
    right: 26px;
}
.top-nav> ul> li{
    margin-left: 5px;
}
/*---- language ----*/

.language {
    position: relative;
}

.language .btn {
    color: #3E5F3A;
    width: 140px;
    line-height: 35px;
    text-align: center;
    margin: -3px 0 0 0;
    font-family: Expletus Sans;
    font-weight: bold;
    font-size: 15px;
}

.language .btn i {
    vertical-align: middle;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: transparent;
    color: #3E5F3A;
    transition: all .3s ease;
    float: right;

}
.language .btn:hover i{
    background: #207742;
    color: #C8D94D
}
.language ul {
    display: none;
    position: absolute;
    z-index: 200;
    left: 0;
    top: 100%;
    width: 100%;
    margin: -1px 0 0 0;
}

.language ul li {
    text-align: center;
    display: block;
    margin: 0;
}

.language ul li {
    margin-top: 2px;
}

.language li a {
    transition: all .2s;
    display: block;
    background: #E6E7E7;
    color: #207742;
    text-align: left;
    padding: 0 15px;
    font-family: Expletus Sans,Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}

.language ul li a:hover {
    background: #207742;
    color: #fff;
}


/*---- search-box ----*/

.search-box {
    position: relative;
    width: 100%;
    border:solid 4px #FDDD4C;
    margin: 0px 0 45px 0;
    box-sizing: border-box;
    padding: 5.5px 15px 5.5px 50px;
    background: url(../../images/common/search.jpg) repeat-x;
    background-size: auto 100%;
}
.search-box .ibtn {
    background-image: url(../../images/common/btn_search.png);
    width: 38px;
    height: 38px;
    position: absolute;
    left: 4px;
    top: 4px;
}
.search-box .form-control {
    height: 35px;
    line-height: 35px;
    margin: 0;
    border: 1px solid transparent;
    background: transparent;
    color: #262626;
    border-radius: 0;
    padding: 0 25px 0 10px;
    transition: all .1s;
}

.search-box:hover .form-control,
.search-box .form-control:focus {
    transition: all .1s;
    background: rgba(255, 255, 255, .5);
    border-color: transparent;
}

.search-box a {
    position: absolute;
    right: 8px;
    top: 1px;
    font-size: 13px;
    font-size: 14px;
    color: #8E9E21;
    font-weight: bold;
}

.search-box:hover a {
    color: #333333;
}

.search-box .form-control::-webkit-input-placeholder {
    color: #262626;
}

.search-box .form-control:focus::-webkit-input-placeholder {
    color: #262626;
}

.search-box .form-control::-moz-placeholder {
    color: #262626;
}

.search-box .form-control:focus::-moz-placeholder {
    color: #262626;
}

.search-box .form-control::-ms-input-placeholder {
    color: #262626;
}

.search-box .form-control:focus::-ms-input-placeholder {
    color: #262626;
}

.search-box .form-control::-moz-placeholder {
    color: #262626;
}

.search-box .form-control:focus::-moz-placeholder {
    color: #262626;
}


/*---- tel-box ----*/

.tel-box {
    font-family: 'Amaranth','微軟正黑體', sans-serif;
    display: block;
    text-align: right;
    font-size: 34px;
    color: #33611D;
    letter-spacing: 2px;
    margin: 15px 0 0 0;
    font-weight: bold;
    font-style: italic;
}

.tel-box i {
    /*font-size: 25px;*/
    width: 40px;
    height: 40px;
   /* color: #33601D;*/
    display: inline-block;
/*    text-align: center;
    line-height: 41px;*/
    margin: 0 0px 0 0;
    font-size: 0;
    background: url(../../images/common/tel.svg) no-repeat;
    background-position: center;
        vertical-align: top;


}
.tel-box .tel_ic{
    font-family: Amaranth;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: -7px;
    letter-spacing: 0;

}
.tel-box .tel_ic:after{
    content: '';
    display: inline-block;
    background: url(../../images/common/tel_ic.png);
    width: 21px;
    height: 13px;
}
/*------------func-menu ------------*/

.site-header .func-menu {}

.func-menu > li {
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3d3d3d+0,000000+100 */
    background: #3d3d3d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3d3d3d 0%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3d3d3d 0%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3d3d3d 0%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    font-family: 'Expletus Sans','微軟正黑體', cursive;
    padding: 0 25px;
}

.func-menu .cart i {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
}

.func-menu li .offers {
    display: inline-block;
    font-weight: bold;
    margin: 0 0 0 10px;
}

.func-menu > li > a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #8E9E21;
}

.func-menu > li > a:hover p {
    color: #4F3524;
    text-decoration: underline;
}

.func-menu .sum {
    display: inline-block;
    color: #fff;
}

.func-menu .cart-box {
    width: 100%;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 100%;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
}

.func-menu .cart-box:before {
    content: "";
    width: 100%;
    height: 45px;
    background: transparent;
    position: absolute;
    bottom: 100%;
    left: 0;
}

.func-menu .gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}

.func-menu .cart-inner {
    background: #EEEEEE;
    padding: 0 0 10px;
}

.func-menu .cart-inner li {
    padding: 0 15px;
    font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}

.func-menu .cart-list .offers {
    margin: 0;
    color: #777777;
    font-weight: normal;
}

.func-menu .cart-inner li {
    border-bottom: 1px solid #CCCCCC;
}

.func-menu .cart-inner li a:before {
    display: none;
}

.func-menu .cart-list a {
    display: block;
    overflow: hidden;
    padding: 10px 0 0;
}

.func-menu .cart-list a:hover .name {
    color: #BA8030;
    text-decoration: underline;
}

.func-menu .cart-list .name {
    color: #33601D;
    line-height: 1.2;
    font-weight: bold;
    height: 34px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.func-menu .cart-list .num {
    color: #777777;
    display: inline-block;
    margin: 0 0 0 5px;
}

.func-menu .cart-inner .total {
    font-size: 14px;
    color: #8D9E20;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
}

.func-menu .cart-inner .btn {
    transition: all .2s;
    font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    max-width: 148px;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 26px;
    margin: 0 auto;
    display: block;
    font-weight: bold;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#93a321+0,687418+100 */
    background: #93a321;
    /* Old browsers */
    background: -moz-linear-gradient(top, #93a321 0%, #687418 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #93a321 0%, #687418 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #93a321 0%, #687418 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#93a321', endColorstr='#687418', GradientType=0);
    /* IE6-9 */
}

.func-menu .cart-inner .btn:hover {
    transition: all .2s;
    color: #000;
}


/*------------site-nav ------------*/
.site-header .container{
    z-index: 1000;
}
.site-nav {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    width:100%;
    background: url(../../images/common/menu_bg.jpg);
    background-size: 100% 100%;
    transition: all .3s ease;
}
.site-nav.header-fixed{
    position: fixed;
    top:0;
    
}

.site-nav.header-fixed .menu > li > a{
    padding: 15px 15px;
}
.site-nav.header-fixed .share {
    float: right;
    margin: 22px 0;
}
.site-nav > * {
    display: inline-block;
    vertical-align: middle;
}

.site-nav .container {
    display: block;
}

.site-nav .menu {
    float: left;
}

.site-nav .menu li {
    position: relative;
    margin: 0 -5px 0 0;
    line-height: 20px;
}

.site-nav .menu > li {
    border-right: 1px solid #207742;
    width: 172px;
}
.site-nav .menu > li:first-child{
    border-left: 1px solid #207742;
}
.site-nav .menu > li:nth-last-child(-n+5) {
    display: none;
}

.site-nav .menu > li > a {
    color: #FFFFFF;
    font-size: 18px;
    display: block;
    padding: 35px 14px 27px;
    line-height: 24px;
    transition: all .2s;
    font-family: 'Expletus Sans','微軟正黑體', cursive;
    position: relative;
        display: flex;
    flex-wrap: wrap;
    justify-content: center;

}
.site-nav .menu > li > a b{
    text-align: left;
    font-weight: normal;
}
.site-nav .menu > li > a small{
    display: block;
    color: #C8D94D;
    font-weight: bold;
    font-size: 15px;
    transition: all .3s ease;
    width: 100%;
    letter-spacing: 1px;

}
.site-nav .menu > li > a:before{
    content: '';
    display: block;
    height: 6px;
    width: 0;
    background: #FED001;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s ease;
}
.site-nav .menu > li:hover > a:before {
    width: 100%;
}
.site-nav .menu > li:hover > a small{
    color: #FED001;
}
.site-nav .menu li ul {
    display: none;
    position: absolute;
    z-index: 600;
    width: 260px;
    box-sizing: border-box;
}

.site-nav .menu ul li {
    margin: 0;
}

.site-nav .menu ul li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-nav .menu > li > ul {
    top: 100%;
    left: 50%;
    margin-left: -130px;
}
.site-nav .menu > li > ul:before{
        content: '';
    display: block;
    width: 100%;
    height: 2px;
}
.site-nav .menu ul li a {
    text-align: center;
    color: #FFF4E2;
    padding: 15px 0;
    display: block;
    font-size: 16px;
    font-family: 'Amaranth',Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    background: #33451B;
    transition: all .3s ease;
}

.site-nav .menu ul li:hover> a,
.site-nav .menu ul li.active> a {
    background: #FED001;
    color: #264815;
}

.site-nav .menu ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0 0 0 1px;
}


/*------------share------------*/

.share {
    float: right;
    margin: 39px 0;
}

.share li + li {
    margin: 0 0 0 5px;
}

.share .btn {
    transition: all .2s;
    display: inline-block;
    color: #3C9231;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 16px;
}

.share .btn:hover {
    transition: all .2s;
    background: #FED001;
    color: #207742;
}


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


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

.banner {
    padding-top: 110px;
    position: relative;
}

.banner:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 136px;
    background: url('../../images/common/bg/bg1-3.png') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    bottom: -1px;
    left: 0;
    z-index: 100;
}


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


/*------------ site_main ------------*/

.main-top {
    position: relative;
    margin: 0 -75px 0 0;
}

.main-top.no-border {}

.main-title {
    font-size: 36px;
    color: #5E970F;
    font-family: 'Expletus Sans','微軟正黑體', cursive;
    font-weight: bold;
    line-height: 1;
    padding: 41px 0 27px 50px;
    margin-left: -50px;
    display: block;
    border-bottom: 1px solid #DEE9C7;
}

.site-main {
    position: relative;
}

.main-content {
    max-width: 1404px;
    margin: -6% auto 115px;
    box-sizing: border-box;
    background: #FFFFFF url('../../images/common/bg/bg3.png') no-repeat right top;
    border: 5px solid #D0B57E;
    
	padding: 45px 0px 67px 0px;
    z-index: 100;
    position: relative;
}
.main-content .container{
	padding-left:0 ;
}
.has-side .main-content{
padding: 45px 0px 67px 45px;
}
.has-side .main-content .container{
	padding-left:15px;
}
.has-side .main-content:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #FBFBFB;
    width: 340px;

}
.main-content:after {
    background-position: 100% 0;
    left: auto;
    right: -30px;
}

.content {
    min-height: 300px;
    box-sizing: border-box;
}

.content-title {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0 25px;
}

.content-title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    margin: 0px 10px 0 5px;
    transform-origin: 0 100%;
    transform: rotate(-45deg);
    background: #80A822;
}


/*------------shopping-title ------------*/

.shopping-title {
    font-size: 16px;
    color: #335F1D;
    font-weight: bold;
    position: relative;
    margin: 0 0 15px;
}

.shopping-title i {
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    margin: 0px 10px 0 5px;
    transform-origin: 0 100%;
    transform: rotate(-45deg);
    background: #80A822;
}


/*----- plus-title -----*/

.plus-tip {
    font-size: 16px;
    color: #335F1D;
    font-weight: normal;
    text-align: center;
    background: #F3F3F3;
    border: 1px dotted #80A822;
    padding: 13px 10px;
    margin: 0 0 30px 0;
}

.plus-tip b {
    color: #660000;
    font-size: 16px;
}


/*------------ warning ------------*/

.warning-sect {
    display: none;
}


/*------------ / site_main ------------*/


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

.site-footer {
    background: url('../../images/common/bg/footer_bg2.png') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    /*min-height: 340px;*/
    min-height: 418px;
    box-sizing: border-box;
    padding: 144px 0 126px;
    position: relative;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.5;
}

.site-footer .container {
    max-width: 1350px;
}
.site-footer .row{
    display: flex;
    flex-wrap: wrap;
        align-items: flex-end;
}
.site-footer .site-info {
    width: 29%;
    padding: 0 15px 0;
    box-sizing: border-box;
    font-size: 14px;
}
.site-footer .site-info p{
    margin-bottom: 0;
}
.site-footer .copyright {
    font-weight: bold;
}

.site-footer .copyright b,
.site-footer .author {
    color: #CCCCCC;
    font-weight: normal;
}

.site-footer .copyright b {
    display: inline-block;
    margin: 0 5px;
    font-weight: normal;
}

.site-footer .site-map {
    width: 29%;
     padding: 13px 15px 0px;
}

.site-map ul {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 1.2;
}

.site-map ul + ul {
    margin-left: 30px;
}

.site-map li + li {
       margin-top: 21.5px;
}

.site-map ul a:hover {
    color: #C8D94F;
}

.site-footer .fllow {
    width: 42%;
}

.site-footer .fllow .fb {
    width: 90px;
    height: 90px;
    display: inline-block;
    background: url('../../images/tw/fb_page.jpg');
    margin: 0 12px 0 0;
}

.site-footer .fllow .fb:hover {
    background-position: 0 100%;
}

.site-footer .links {
    border: 2px solid #FED001;
    background: #FFF;
    text-align: center;
    margin: 10px auto 0;
    display: inline-block;
}

.site-footer .links a {
    display: block;
    position: relative;
}

.site-footer .links a:before,
.site-footer .links a:after {
    content: "";
    position: absolute;
    display: block;
    transition: all .2s;
    opacity: 0;
}

.site-footer .links a:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 33, 16, .7);
    z-index: 100;
}

.site-footer .links a:after {
    content: "\e1113";
    font-family: 'icon-font' !important;
    speak: none;
    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: 15px;
    color: #fff;
    width: 32px;
    height: 32px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    line-height: 32px;
    z-index: 150;
    top: 0%;
    left: 50%;
    margin: -16px 0 0 -16px;
    transform: rotate(90deg);
}

.site-footer .links a:hover:before,
.site-footer .links a:hover:after {
    transition: all .2s;
    opacity: 1;
}

.site-footer .links a:hover:after {
    top: 50%;
}

.site-footer .qr-inner {
    display: inline-block;
    border: 2px solid #FED001;
    margin-right: 12px;
}

.site-footer .qr-inner img {
}


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


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

.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: -5px;
    top: 20%;
    z-index: 800;
}

.floating .gotop {
    display: none;
}

.gotop {
    width: 95px;
    height: 95px;
    text-align: center;
    background: url(../../images/common/gotop_bg.png);
    display: block;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 26px 0 0 0;
    position: absolute;
    top: -47px;
    left: 50%;
    margin: 0 0 0 -47px;
    transition: all .2s;
    text-indent: 0;
    color: #fff;
    font-size: 13px;
}

.gotop i {
    background: url(../../images/common/gotop_arrow.png);
    width: 20px;
    height: 26px;
    display: block;
    margin: auto;
    transition: all .2s;
    position: relative;
    top: 0;

}

.gotop:hover i {
    top: -10px;
}


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


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

.breadcrumb {
    background: url(../../images/common/breadcrumb.jpg) repeat-y;
    background-size: 100% auto;
    color: #858585;
    position: relative;
    font-size: 12px;
    text-align: right;
    padding: 5.5px 75px 5.5px 50px;
    margin-left: -50px;
}

.breadcrumb li,
.breadcrumb li a {
    display: inline;
}

.breadcrumb li+li:before {
    content: "/";
    margin: 0px 5px;
}

.breadcrumb li a:hover {
    color: #7FA620;
}

.products-breadcrumb {
    float: none;
    margin: -25px 0 30px 21px;
}

.products-breadcrumb li+li:before {
    content: ">";
}


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


/*------------ side ------------*/
.side .title p{
    font-size:20px;
    margin:-10px 0px;
    
}
.side {
    width: 250px;
    vertical-align: top;
    float: left;
    box-sizing: border-box;
	position:relative;
	z-index:5;
}
.content{
	padding: 0 60px 0 50px;
}
.has-side .content {
    float: right;
    width: calc(100% - 280px);
    box-sizing: border-box;
    min-height: 700px;
    padding: 0 60px 0 50px;
}
.content_full{
    margin-right: -75px;
}
.form-wrap2{
    margin-left: -50px;
}
.content_top{
    margin-top: 50px;
}
.side-nav {
    position: relative;
}

.side .title {
    width: 250px;
    height: 250px;
    -webkit-background-size: 100%;
    background-size: 100%;
    background: url(../../images/common/bg/side_bg.png);
    color: #335F1D;
    font-size: 26px;
    font-family: 'Expletus Sans','微軟正黑體', cursive;
    font-weight: bold;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    margin: 0 0 35px 0;
    letter-spacing: 0;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.side .title:before {
    content: "";
    position: absolute;
    border: 2px solid #CCCCCC;
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
    border-radius: 50%;
}



.side .logout {
    display: block;
    border: 1px solid #99B56A;
    line-height: 26px;
    font-size: 16px;
    max-width: 123px;
    margin: 0 auto;
    transition: all .2s;
    position: relative;
    z-index: 150;
}

.side .logout:hover {
    background: #99B56A;
    transition: all .2s;
}

.side-nav > li {
    border-bottom: 1px solid #E5E5E5;
    transition: all .2s;
}
.side-nav > li.active,.side-nav >li:hover{
    border-color: #976726;
}
.side-nav li a {
    position: relative;
    display: block;
    line-height: 1.2;
}

.side-nav li a {
    display: block;
    transition: all .2s;
}

.side-nav > li > a {
    position: relative;
    font-size: 16px;
    color: #335F1D;
    /*background: #FFFFFF;*/
    padding: 15px 15px;
    font-weight: bold;
    transition: all .2s;
}

.side-nav > li > a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    margin: -5px 0 0 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #976726;
    opacity: 0;
    transition: all .2s;
}

.side-nav > li > a:hover,
.side-nav > li.active > a {
    color: #976626;
    padding: 15px 15px 15px 30px;
}

.side-nav > li > a:hover:before,
.side-nav > li.active > a:before {
    opacity: 1;
    transition: all .2s;
}

.side-nav ul li a {
    padding: 11px 10px 10px 32px;
    background: #F3F3F3;
    font-size: 14px;
    color: #33601D;
}

.side-nav ul {
    display: none;
}

.side-nav ul li a:hover {
    color: #fff;
    background: #C89664;
    transition: all .2s;
}

.side-nav > li.logout a {
    background: #DCDDD5;
    border: 1px solid #CDCDC5;
}


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


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

.pagination {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.pagination li {
    display: inline-block;
    vertical-align: bottom;
}

.pagination li a {
    display: block;
    min-width: 30px;
    width: 30px;
    line-height: 30px;
    margin: 0 5px;
    text-align: center;
    color: #454D51;
    border-radius: 50%;
    font-size: 16px;
    box-sizing: border-box;
    transition: all .2s;
}

.pagination li a:hover,
.pagination li.active a {
    background: #FED001;
    transition: all .2s;
}

.pagination li a.controls {
    font-size: 25px;
    line-height: 30px;
    background: #FFF4E2;

}
.pagination li a.controls:hover{
    background: #207742;
    color: #FFFFFF;

}
.page-info {
    display: none;
}

.page-info .form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #999;
    padding: 5px 10px;
    text-align: center;
    margin: auto;
    border-radius: 0;
}

.page-info .form-control:focus {
    outline: none;
    border-color: #777777;
}


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


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


/*-----reminder-----*/

.reminder {
    text-align: center;
    margin: 0 0 40px 0;
    padding: 0 15px 37px;
    border-bottom: 1px dashed #D0B57E;
}

.reminder i {
    color: #64823C;
    font-size: 50px;
    display: block;
    margin: 0 auto 30px;
}

.reminder strong {
    font-size: 26px;
    color: #97A723;
    line-height: 1.2;
}

.reminder p {
    margin: 0;
}

.reminder b {
    width: 9px;
    height: 9px;
    display: inline-block;
    background: #B25900;
    border-radius: 50%;
    margin: 0 10px 0 5px;
}


/*-----qty-box-----*/

.qty-box {
    position: relative;
    display: inline-block;
    width: 105px;
    max-width: none;
    padding: 0 35px;
    box-sizing: border-box;
}

.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 26px;
    width: 36px;
    font-weight: bold;
    line-height: 26px;
    color: #666666;
    border: 1px solid #7FA721;
    box-sizing: border-box;
    background: #fff;
    font-size: 13px;
    margin: 0;
    z-index: 1;
    padding: 0;
    border-radius: 0;
}

.qty-box .btn {
    background: #80A822;
    color: #fff;
    line-height: 15px;
    font-size: 13px;
    position: absolute !important;
    z-index: 0;
    top: 7px;
    width: 18px;
    height: 18px;
    transform-origin: 0 100%;
    transform: rotate(-45deg);
}

.qty-box .btn i {
    font-weight: bold;
    position: absolute;
    top: -4px;
    left: 0px;
    transform: rotate(45deg);
    transform-origin: 0 100%;
}

.qty-box .btn:hover {
    background: #335F1D;
}

.qty-box .add {
    left: 14px;
}

.qty-box .less {
    right: -5px;
}


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

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 38px;
    color: #1F1F1F;
    border: 1px solid #D0B57E;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-size: 15px;
    padding: 0 10px;
    border-radius: 0px;
}

.form-control:focus {
    outline: none;
    border-color: transparent;
}

textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: auto;
}

.form-box .form-group {
    padding: 0px 0 14px;
}

.form-box .control-label {
    vertical-align: top;
    box-sizing: border-box;
    color: #1F1F1F;
    font-size: 16px;
    padding: 0 0 0 20px;
}

.form-box .form-group .static-control {
    margin: 0 0 0 15px;
    display: inline-block;
}

.form-box .control-box {
    position: relative;
}

.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
    font-size: 14px;
}

.form-box .btn-group {
    margin: 27px 0 0 0;
}

.form-box-block .control-label,
.form-box-block .control-box {
    display: block;
    width: auto;
}


/*-----form-static-control-----*/

.static-control {
    line-height: inherit;
    color: #33611D;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 35px 17px;
}


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

.form-wrap {
    box-sizing: border-box;
    position: relative;
    max-width: 835px;
    margin: 0 auto;
}

.form-box {
    position: relative;
}

.form-box .row {
    margin: 0 -10px;
}

.form-box .col {
    float: left;
    width: 50%;
    padding: 0 10px;
}


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

.form-box .required {
    position: relative;
}

.form-box .required:before {
    content: "";
    width: 9px;
    height: 9px;
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 0;
    background: #B25900;
    border-radius: 50%;
    margin: 0 10px 0 5px;
}


/*----- captcha -----*/

.form-box .captcha .input-box {
    position: relative;
}

.form-box .captcha .form-control {
    position: relative;
}

.form-box .captcha a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.form-box .captcha a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #C89664;
    font-weight: bold;
    transition: transform .3s;
    margin: 0 0 0 5px;
}

.form-box .captcha a:hover i {
    color: #A57038;
}


/*----- name -----*/

.form-box .name .control-box {
    position: relative;
}

.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: -11px;
    bottom: 100%;
    margin: 0 0 1px;
    line-height: 1.6;
}

.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;
}


/*----- address -----*/

.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%;
}


/*----- tips -----*/

.form-box .tips {
    line-height: 1.5;
    margin-bottom: 6px;
    color: #7FA721;
    padding: 0 5px;
    font-size: 13px;
}

.form-box.type2 .tips {
    min-height: 0;
}


/*----- input-group -----*/

.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;
}


/*----- radio + checkbox -----*/

.form-radio {
    display: inline-block;
    position: relative;
}

.form-checkbox {
    display: block;
    position: relative;
    margin: 0px 0 15px 0;
}

.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: 150;
    width: 17px;
    height: 17px;
}

.form-radio:after,
.form-checkbox:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 20px;
    height: 20px;
    margin: 0 5px 3px;
}

.form-radio:after {
    background-image: url('../../images/common/form_radio.png');
    margin: 0 3px 4px 0;
}

.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}

.form-radio.checked:after,
.form-checkbox.checked:before {
    background-position: 0 100%;
}


/*-----success-box-----*/

.success-box {
    text-align: center;
    box-sizing: border-box;
    font-size: 15px;
    position: relative;
    color: #282828;
    margin-left: -50px;
}
.success-box span{
	color:#f00;
}
.success-box .msg{
    background: url(../../images/common/talent/signbg.jpg);
    padding: 50px 0 40px;
  color: #3F596B;
  font-size: 20px;
  font-weight: bold;
}
.success-box .msg span{
    display: block;
    color: #B25900;
    font-weight: bold;
    margin-top: 5px;
    font-size: 18px;
    font-family: Expletus Sans;
}
.success-box strong{
    font-size: 18px;
    display: block;
    font-weight: bold;
    color: #33601D;
    margin-bottom: 5px;
}

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


/*------------ table ------------*/

.table-h td {
    padding: 10px 6px;
    line-height: 1.55;
    text-align: center;
    min-width: 76px;
    color: #847971;
    font-size: 13px;
}

.table-h .btn-holder {
    min-width: 30px;
    line-height: 1;
    text-align: center;
}

.table-h .btn-holder .close {
    width: 18px;
    height: 18px;
    background: #80A822;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
}

.table-h .btn-holder .close:hover {
    background: #335F1D;
}

.table-h thead th {
    color: #666666;
    padding: 11px 6px 11px;
    white-space: nowrap;
    font-weight: normal;
    background: #F3F3F3;
    border-top: 1px solid #C5D79A;
    border-bottom: 1px solid #C5D79A;
}

.table-h tfoot tr {
    color: #555;
}

.table-h tbody tr {
    border-bottom: 1px dotted #C5D79A;
}

.table-h tfoot td {
    color: #000000;
    text-align: right;
    padding: 4px 0px;
    font-size: 14px;
    line-height: 1.7;
}

.table-h tfoot td:last-child {
    width: 11%;
    padding: 3px 0;
    min-width: auto;
}

.table-h tfoot td span {
    background: url('../../images/common/bg/line.png') repeat-x bottom;
    padding: 0 30px 7px;
}

.table-h tfoot tr:last-child td {
    color: #660000;
    font-weight: bold;
}

.table-h tfoot td:last-child span {
    display: block;
    padding: 0px 30px 5px;
}

.table-h tfoot td .form-control {
    display: inline-block;
    width: auto;
    margin: 0;
}

.table-h .align-left {
    text-align: left;
    padding: 11px 35px 11px 15px;
    max-width: 120px;
}

.table-h a {
    display: inline-block;
    vertical-align: middle;
}

.table-h .pd-id {
    color: #666666;
    display: block;
    line-height: 1.7;
}

.table-h .pd-name {
    color: #000000;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    font-weight: bold;
    display: block;
    line-height: 1.2;
    margin: 3px 0;
}

.table-h a:hover .pd-name {
    color: #5A2100;
}

.table-h a.pic {
    position: relative;
    overflow: hidden;
    transition: all .2s;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.table-h a.pic:hover {
    opacity: .7;
    transition: all .2s;
}

.table .ic-delete {
    color: #999999;
    font-size: 20px;
}

.table .ic-delete:hover {
    color: #BA7F5F;
}


/*-----table-v-----*/

.table-v {
    font-size: 14px;
}

.table-v th,
.table-v td {
    padding: 10px 20px 7px;
    vertical-align: middle;
}

.table-v tr + tr {
    border-top: 1px dotted rgb(128, 168, 34);
}

.table-v th {
    text-align: left;
    position: relative;
    color: #666666;
    font-weight: normal;
    width: 175px;
    padding: 13px 15px 13px 50px;
}

.table-v strong {
    color: #33611D;
}


/*------------ / table ------------*/


/*------------ lightbox ------------*/

body .fancybox-close {
    background: none;
    top: -25px;
    right: 0px;
    width: auto;
    height: auto;
    color: #FFFFFF;
    font-family: 'Istok Web','微軟正黑體', sans-serif;
    font-size: 12px;
}

body .fancybox-close:after {
    content: "\e1019";
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 4px 5px;
    font-size: 15px;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body .fancybox-close:before {
    content: "CLOSE";
    font-size: 14px;
}

body .fancybox-close:hover {
    color: #DCDDD5;
}

body .fancybox-opened .fancybox-skin {
    box-shadow: none;
    border-radius: 0;
    background: transparent;
}

body .fancybox-opened .fancybox-skin body {
    background: #CECEBF;
}

.lightbox-wrapper {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

body .fancybox-skin {
    border-radius: 0px;
    background: #F3F2E9;
}

body .fancybox-opened .fancybox-skin {
    box-shadow: none;
}

body .fancybox-nav span {
    visibility: visible;
    background: none;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFFFFF;
    font-size: 25px;
    transition: all .2s;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: rgba(68, 68, 68, .9);
}

body .fancybox-nav span:hover {
    opacity: .7;
    transition: all .2s;
}

body .fancybox-prev span {
    left: 0;
}

body .fancybox-prev span:before {
    content: "\f104";
}

body .fancybox-next span {
    right: 0;
}

body .fancybox-next span:before {
    content: "\f105";
}

body .fancybox-opened .fancybox-title {
    position: relative;
    margin: 15px 0 0 0;
    background: #F7F9E3;
    border-radius: 5px;
    padding: 20px;
}

.photo-pager {
    color: #444444;
    font-size: 12px;
    font-weight: bold;
    float: right;
    letter-spacing: 0;
    font-family: 'Exo 2','微軟正黑體', sans-serif;
}

.photo-pager span {
    font-size: 14px;
    letter-spacing: 1px;
}

.photo-title {
    color: #335F1D;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.photo-title:before {
    content: "\e1038";
    font-family: 'icon-font' !important;
    speak: none;
    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: 13px;
    color: #444444;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 5px 0;
}

.fancybox-title p {
    color: #666666;
    margin: 0;
}


/*------------ / lightbox ------------*/


/*------------ mobile_menu ------------*/

.mmenu-show #mobile-fixed li {
    background:#207742;
}

.mmenu-show #mobile-search {
    background: #ddd;
}

.mmenu-show #member-box li a {
    background: #eee;
    color: #999;
    font-size: 15px;
}

.mmenu-show #mobile-menu .menu li small{
    display: none;
}
.mmenu-show #mobile-fixed ul {
    border-bottom-color: #207742;
}

.mmenu-show #mobile-search .search-box i {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
}

.mmenu-show #member-box li {
    border-bottom: 1px solid #ddd;
}

.mmenu-show #mobile-menu .language-menu {
    background: #33451B;
}

.mmenu-show #mobile-menu .share-menu {
    border-top: 0;
    text-align: center;
}

.mmenu-show #mobile-menu .share-menu li {
    border: 0;
    margin: 0;
}

.mmenu-show #mobile-menu .menu ul li a {
    background: #FFFFFF;
    color: #999;
}

.mmenu-show #mobile-menu .menu li a {
    border-bottom: 1px dashed #959586;
    color: #000;
    font-weight: bold;
}

.mmenu-show #mobile-fixed .qty {
    background: #8D9C21;
}

.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #207742;
}

.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}

.mmenu-show .toggle-mmenu-close {
    color: #fff;
}

.mmenu-show #mobile-menu .language {
    display: block;
    position: relative;
    padding: 8px 0px 0 10px;
    text-align: left;
    margin: 0;
    width: auto;
}

.mmenu-show #mobile-menu .language a {
    color: #fff;
}

.mmenu-show #mobile-menu .menu ul ul li a {
    padding: 10px 30px 10px 55px;
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px dashed #959586;
}

.mmenu-show #mobile-menu .language-menu .language ul {
    display: block;
    background: none;
    border: 0;
    width: auto;
    margin: 0;
    left: 20px;
}

.mmenu-show #mobile-menu .language ul li a {
    background: none;
    line-height: 1;
    display: inline-block;
}

.mmenu-show #mobile-menu .language li + li a {
    border: 0;
}

.mmenu-show #mobile-menu .language ul li+li:before {
    content: '| ';
    color: #D6D6D6;
}

.mmenu-show #mobile-menu .share {
    float: none;
    margin: 10px 0;
    padding: 0;
}
.no-svg .mmenu-show #mobile-search .ibtn.search {
    background: url(../../images/common/mobile_search_btn.png) 50% 50% / contain no-repeat;
}
.mmenu-show #mobile-menu .language ul li + li{
    border:none;
}
/*------------ / mobile_menu ------------*/

@media screen and (max-width: 1440px) {
    /*------------ site-main 1440 ------------*/
    .main-content {
        margin: -12% 25px 100px;
    }
    /*------------ / site-main 1440 ------------*/
}

@media screen and (max-width: 1280px) {
    /*------------ site-header 1280 ------------*/
    .site-nav .menu > li {
        width: auto;
    }
    .site-nav .menu > li > a {
        padding: 31px 30px;
      
    }
    .main-top{
        margin-right: -15px;
    }

  /*  .site-title {
        text-align: center;
        padding: 0 0 10px 0;
    }
    .top-nav {
        position: static;
        text-align: center;
        margin-bottom: 25px;
    }
    .tel-box {
        text-align: center;
    }
    .site-nav .menu,
    .share {
        margin: 0;
        float: none;
        text-align: center;
    }
    .site-nav .menu > li > a {
        padding: 25px 15px;
    }
    .share {
        padding: 0 0 20px;
    }*/
    /*------------ / site-header 1280 ------------*/
    /*------------ side 1280 ------------*/
    .has-side .content {
        width: calc(100% - 270px);
        padding: 0 0 0 25px;
    }
    /*------------ / side 1280 ------------*/
    /*------------ site-main 1280 ------------*/
    .main-content {
        padding: 45px 0 105px 0;
    }

    /*------------ / site-main 1280 ------------*/
}

@media screen and (max-width: 1100px) {
    .success-box{
        margin: 0;  
    }
    .success-box .msg{
         margin: 0 -15px;
    }
    .form-wrap2.content_full{
          margin: 0 -15px;
    }
    .side{
        display: none;
    }
    .has-side .content{
        width: 100%;
        min-height: inherit;
    }
    .site-header .container{
        z-index: 1
    }
    .banner{
        padding-top: 0;
    }
    .banner:after{
        display: none;
    }
     .site-title{
        width: 100%;
        text-align: center;
        padding: 15px 0;

     }
     .main-top{
        margin-right: 0;
     }
     .main-title{
        margin-left: 0;
        padding:30px 0 20px;
        font-size: 25px;
        text-align: center;
     }
     .main-content:before{
        display: none;
     }
     .main-content{
        background: #fff;
        margin:0px 0px 80px;
        padding: 15px 0 55px;
     }
     .breadcrumb{
        padding: 5.5px 15px;
     }
     .content-title{
        margin: 0 0 5px;
        font-size: 18px;
     }
     /*--- 隱私權手機板 ---*/
    
    .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        font-size: 14px;
        padding: 40px 0 10px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        border-radius: 0;
        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 1100 ------------*/
    .top-nav,
    .site-nav .menu,
    .share {
        display: none;
    }
    .site-header {
        padding: 10px 0 0;
    }
    .site-title .logo {
        width: 300px;
        height: 60px;
    }
    /*------------ banner 1100 ------------*/
    .banner:before {
        height: 150px;
        bottom: -23px;
        background: url(../../images/common/bg/bg1.png) no-repeat center bottom;
    }
    /*------------ / banner 1100 ------------*/
    /*------------ side 1280 ------------*/
    .has-side .content {
        padding: 0;
        border: 0;
    }
    /*------------ site-main 1100 ------------*/

    .main-content .container {
        display: block;
    }
 
    /*------------ / site-main 1100 ------------*/
    /*------------ site-footer 1100 ------------*/
    .site-footer .site-map {
        display: none;
    }
    .site-footer .site-info,
    .site-footer .fllow {
        display: inline-block;
        margin-right: -4px;
        width: 50%;
        text-align: center;
        padding: 0;
    }
    .site-footer{
        padding: 60px 0 10px!important;
    }
    /*------------ site-footer 1100 ------------*/
    .btn-box{
        padding-top: 20px;
        padding-bottom: 0;
    }
    .btn-box.pt_sm{
        padding-top: 15px;
    }
    .content_full{
        margin-right: 0;
    }
    .reminder{
        padding-bottom: 15px;
        margin-bottom: 25px;
    }
    .s_tit{
        font-size: 20px;
    }
    .style03 {
        width: 130px;
        margin: 0 5px 10px;
    }
    .content_top {
        margin-top: 30px;
    }
    .success-box .msg {
        padding: 30px 0 20px;
    }
}

@media screen and (max-width: 767px) {
    /*------------ banner 767 ------------*/
    .banner:before {
        display: none;
    }
    /*------------ / banner 767 ------------*/
    /*------------ site-footer 767 ------------*/
    .site-footer .site-info,
    .site-footer .fllow {
        width: 100%;
        border: 0;
        text-align: center;
        margin-bottom: 25px;
    }
    /*------------ / site-footer 767 ------------*/
    /*------------ site-main 767 ------------*/

    /*------------ / site-main 767 ------------*/
    /*------------ pagination 767 ------------*/
    .pagination li {
        vertical-align: middle;
    }
    .pagination-title {
        margin: 0;
    }
    .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: -29px;
        margin: 0;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.controls.next {
        right: 0;
        margin: 0;
    }
    .pagination li span {
        display: none;
    }
    .pagination li a i {
        font-size: 22px;
        margin: 0;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ breadcrumb 767 ------------*/
    .breadcrumb {
        margin: 0 0px 10px 0;
        float: none;
        text-align: center;
    }
    .products-breadcrumb {
        text-align: left;
        margin: -25px 0 30px 21px;
    }
    /*------------ / breadcrumb 767 ------------*/
    /*------------ form 767 ------------*/
    .form-box {
        padding: 0;
    }
    .form-box .row {
        margin: 0;
    }
    .form-box .col {
        float: none;
        width: auto;
        padding: 0;
    }
    .form-box .control-label,
    .form-box .control-box {
        display: block;
        width: auto;
    }
    .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-box .tips {
        min-height: 0;
    }
    .form-box .captcha a {
        right: 2%;
    }
    .static-control {
        margin: 0 0 20px;
    }
    /*------------ / form 767 ------------*/
	.has-side .main-content {
		padding: 15px 0px 17px 0px;
	}
	.content{
		padding:0 0;
	}
	.main-content .container{
		padding-left:15px;
	}
}

@media screen and (max-width: 600px) {
    /*------------ floating 600 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 50%;
        bottom: 15px;
        top: auto;
        margin-right: -15px;
    }
    .floating a {
        display: none;
    }
    .floating .ibtn.gotop {
        color: transparent;
        display: block;
        background: url(../../images/common/mobile_gotop.png) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
        top: auto;
        margin: 0;
    }
    /*------------ / floating 600 ------------*/
}

@media screen and (max-width: 500px) {
    /*------------ form 500 ------------*/
    .form-box .captcha .form-control {
        max-width: 100%;
        display: block;
    }
    /*------------ form 500 ------------*/
}
