@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Actor|Cuprum&display=swap');
/*------------ basic ------------*/
body {
    font-family: Arial, 'Cuprum','Actor', '微軟正黑體', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #111111;
    font-size: 15px;
    line-height: 1.8;
    /* background: url(../../images/common/bg.jpg); */
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
.wrapper {
    padding-top: 125px;
}
/*------------ / basic ------------*/
/*------------ icon ------------*/
.icon.require {
    background: #b4c31d;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 0 6px 3px;
}
/*------------ / icon ------------*/
/*--- éš±ç§æ¬Š ---*/
.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 43px;
    left: 40px;
    width: 330px;
    padding: 50px 45px 50px 20px;
    height: auto;
    text-align: left;
    z-index: 9999;
    background-color: #65813a;
    color: #fff;
    border-radius: 0px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.14);
    line-height: 2;
}
.header-sheet .close-ontop {
    color: #ffffff;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: -24px;
    top: 13px;
    transform: translateY(-50%);
    font-weight: 100;
    outline: none;
}
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 #e3ff50;
    filter: alpha(opacity=20);
    opacity: .2;
}
.header-sheet a {
    color: #e3ff50;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*---! éš±ç§æ¬Š ---*/
/*------------ btn ------------*/
.share .btn {
    color: #C0D066;
    border: 1px solid #C0D066;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 3px;
    margin: 0 2px;
}
.share .btn:hover {
    color: #65813A;
    border-color: #65813A;
}
.ibtn.fb-fans-page {
    background-image: url('../../images/common/fb_page.png');
    width: 109px;
    height: 109px;
    transition: all .3s ease;
    opacity:.5;
}
.ibtn.fb-fans-page:hover{
    opacity:1;
}
.btn.normal {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Cuprum', '微軟正黑體';
    background: #63843E;
    width: 170px;
    line-height: 65px;
    border-radius: 0;
    height: 65px;
    transition: all .3s ease;
    position: relative;
    z-index: 20;
}
.btn.normal:hover {
    color: #3e603b;
}
.btn.normal:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    background: #d3e8cb;
    transition: -webkit-transform .55s cubic-bezier(.25, .46, .45, .94);
    transition: transform .55s cubic-bezier(.25, .46, .45, .94);
    transition: transform .55s cubic-bezier(.25, .46, .45, .94), -webkit-transform .55s cubic-bezier(.25, .46, .45, .94);
}
.btn.normal:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.btn.normal i {
    position: absolute;
    right: 15px;
    top: 25px;
    transition: all .3s ease;
}
.btn.normal:hover i {
    color: #3e603b;
    font-weight: bold;
    right: 10px;
}
.btn.normal.arrowL i {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    right: auto;
    left: 20px;
}
.btn.normal.arrowL:hover i {
    right: auto;
    left: 15px;
}
.btn.normal.arrowL {
    text-align: right;
    padding-right: 18px;
}
.btn.normal.arrowR {
    text-align: left;
    padding-left: 18px;
}
.btn.normal span {
    z-index: 5;
    position: relative;
}
.btn.normal.black {
    background: #9aa38f;
}
.btn.normal.black:before {
    background: #c9dbb3;
}
.btn.simple {
    color: #997F64;
    font-weight: bold;
    border: 1px solid #C19F7E;
    line-height: 30px;
    padding: 0 15px;
    margin: 0 5px 10px;
}
.btn.simple:hover {
    color: #000;
    background: #9C8064;
}
.btn.pure {
    color: #888;
    line-height: 30px;
    padding: 0 5px;
    margin: 0 5px 10px;
}
.btn.pure:hover {
    color: #fff;
    text-decoration: underline;
}
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.site-header {
    background: #ffffff;
}
/*------------ site_header ------------*/
.site-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 990;
    border-top: 6px solid #65813A;
}
.header-fixed .site-header .search-box,
.header-fixed .top-nav {
    display: none;
}
.header-fixed .site-header {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.11);
    border: none;
}
.header-fixed .site-title .logo {
    height: 55px;
    width: 189px;
    transition: all .3s ease;
}
.header-fixed .site-title {
    top: 5px;
    margin-left: -100px;
}
.header-fixed .site-nav {
    padding: 10px 10px;
}
.site-title,
.site-header,
.site-title .logo,
.site-nav {
    transition: all .3s ease;
}
/*-*/
.site-title {
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 50%;
    margin-left: -150px;
}
.site-title .logo {
    background: url('../../images/common/logo.png') 50% 0 / contain no-repeat;
    width: 341px;
    height: 99px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.no-svg .site-title .logo {
    background-image: url('../../images/common/logo.png');
}
.site-header .search-box {
    position: absolute;
    left: 15px;
    top: 25px;
    z-index: 10;
    width: 200px;
}
.site-header .search-box .form-control {
    color: #647607;
    border: 0;
    background: #DDE6AE;
    margin: 0;
    height: 31px;
    max-width: 170px;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 0;
    transition: all .3s ease;
}
.site-header .search-box .form-control:focus {
    background: #c2cc8e;
}
.site-header .search-box .ibtn.search {
    background-image: url('../../images/common/btn_search.svg');
    width: 30px;
    height: 30px;
    position: absolute;
    right: 3px;
    top: 5px;
}
.no-svg .site-header .search-box .ibtn {
    background-image: url('../../images/common/btn_search.png');
}
.site-header .search-box .ibtn.search:hover {
    background-position: top;
    right: 8px;
    opacity: .7;
}
.top-nav {
    position: absolute;
    right: 90px;
    top: 20px;
    z-index: 20;
}
.top-nav>* {
    display: inline-block;
    vertical-align: top;
}
.top-nav .language {
    margin-left: 10px;
    position: relative;
}
.top-nav .language .btn {
    background: #f2f2f2;
    color: #65813A;
    font-size: 13px;
    line-height: 35px;
    width: 180px;
    font-weight: bold;
    border-radius: 0;
    text-align: left;
    padding: 0 40px 0 10px;
}
.no-svg .top-nav .language .btn {}
.top-nav .language .btn:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6px 0px 6px;
    border-color: #65813A transparent transparent transparent;
    transition: all .3s ease;
}
.top-nav .language .btn:hover {
    color: #4A5E2B;
}
.top-nav .language ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border-top: 0;
    font-size: 14px;
    background: #fffbef;
    color: #65813A;
    padding: 0;
    display: none;
}
.top-nav .language li {
    display: block;
}
.top-nav .language ul a {
    padding: 10px 10px;
    display: block;
}
.top-nav .language ul a:hover {
    background: #65813A;
    color: #ffffff;
}
.site-nav {
    padding: 70px 0 0px;
    letter-spacing: 0.02rem;
    text-align: center;
}
.site-nav .menu {
    margin: 0 -50px;
}
.site-nav .menu li {
    position: relative;
    width: 10%;
    z-index: 15;
    margin: 0 -15px;
}
.site-nav .menu li:nth-of-type(3) {
    margin-right: 400px;
}
.site-nav .menu li a {
    display: block;
}
.site-nav .menu>li:nth-last-child(-n+3) {
    display: none;
}
.site-nav .menu>li>a {
    color: #212121;
    font-size: 16px;
    padding: 10px 0;
    letter-spacing: 0.08rem;
    transition: all .3s ease;
}
.site-nav .menu>li>a:hover,
.site-nav .menu>li.active>a {
    color: #13A467;
}
.site-nav .menu ul {
    display: none;
}
/*------------ / site_header ------------*/
/*------------ banner ------------*/
.banner {
    position: relative;
}
.banner .container {
    max-width: 1890px;
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.main-top {
    padding: 0px 0 50px;
    margin-top: 22px;
}
.main-top .container {
    max-width: 1920px;
    padding: 0;
}
.main-title {
    font-family: 'Cuprum', '微軟正黑體', serif;
    font-size: 50px;
    font-weight: 700;
    color: #63843E;
    letter-spacing: 0.1rem;
    text-align: center;
    line-height: 1.2;
    margin: 0;
    padding: 12px 0;
    position: relative;
    z-index: 5;
    display: block;
}
.main-title:after {
    content: '';
    width: 100%;
    height: 70px;
    background: #DDE6AE;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.main-title small {
    display: block;
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Cuprum', '微軟正黑體', serif;
}
.main-content {
    padding: 0 0 80px;
}
.content {
    max-width: 1280px;
    margin: 0 auto;
    min-height: 360px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.content-title {
    color: #CB302C;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    margin: -28px 0 14px;
}
.shopping-title {
    color: #9B7F64;
    font-family: 'Times New Roman', Times, Georgia, serif;
    font-size: 19px;
    letter-spacing: 0.05em;
    padding-left: 28px;
    position: relative;
    margin-bottom: 10px;
}
.shopping-title .ic {
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 21px;
}
.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;
}
/*------------ / site_main ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
    text-align: center;
    padding: 15px 0;
    color: #595757;
    font-size: 13px;
}
.breadcrumb li {
    margin: 0;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url('../../images/common/breadcrumb_caret.png');
    width: 4px;
    height: 7px;
    margin: 0 5px 4px;
}
.breadcrumb li a:hover {
    color: #63843e;
}
.content-top .breadcrumb {
    text-align: left;
    padding: 0 0 0 20px;
    margin-bottom: 18px;
    font-size: 15px;
    position: relative;
    min-height: 27px;
}
.content-top .breadcrumb:before {
    content: '\e90f';
    font-family: 'icon-font-30' !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: 12px;
    position: absolute;
    top: 7px;
    left: 0;
}
.content-top .breadcrumb li+li:before {
    /*content: '\f105';*/
    content: '';
    display: inline-block;
    vertical-align: middle;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*background: none;
    width: auto;
    height: auto;
    font-size: 1.4em;
    margin-right: 2px;*/
}
.content-top .breadcrumb li:last-child a,
.content-top .breadcrumb li a:hover {
    color: #63843e;
}
/*------------ / breadcrumb ------------*/
/*------------ content_nav ------------*/
.content-nav {
    text-align: center;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 8px;
    margin-bottom: 40px;
}
.content-nav li {
    position: relative;
    margin: 0 10px;
    letter-spacing: 0;
}
.content-nav li a {
    display: block;
    color: #63843e;
    margin-bottom: 10px;
    padding: 5px 23px;
}
.content-nav li a:hover,
.content-nav li.active>a {
    color: #33530f;
}
.content-nav li span:before,
.content-nav li span:after {
    content: "";
    background-color: currentColor;
    -webkit-transition: height 1s ease, width 1s ease;
    transition: height 1s ease, width 1s ease;
    position: absolute;
}
.content-nav li span:before {
    top: 0;
    left: 0;
}
.content-nav li span:after {
    bottom: 0;
    right: 0;
}
.border-tb:before,
.border-tb:after {
    height: 1px;
    width: calc(100% - 3px);
}
.border-lr:before,
.border-lr:after {
    height: calc(100% - 3px);
    width: 1px;
}
.content-nav li:hover .border-tb:before,
.content-nav li:hover .border-tb:after {
    width: 0;
}
.content-nav li:hover .border-lr:before,
.content-nav li:hover .border-lr:after {
    height: 0;
}
/*------------ / content_nav ------------*/
/*------------ side ------------*/
.side {
    width: 300px;
    float: left;
}
.has-side .content {
    width: calc(100% - 372px);
    float: right;
}
.side-nav {
    position: relative;
    padding: 4px 0;
    letter-spacing: 0.03rem;
}
.side-nav li a {
    display: block;
    background: #fff;
}
.side-nav>li {
    margin-bottom: 8px;
}
.side-nav>li>a {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px 10px 15px;
    transition: all .3s ease;
    z-index: 1;
}
.side-nav>li>a:hover,
.side-nav>li.active>a {
    color: #ffffff;
}
.side-nav>li>a:before {
    content: '';
    width: 0%;
    height: 100%;
    background: #44774b;
    position: absolute;
    left: 0px;
    top: 0;
    transition: all .3s ease;
    z-index: -1;
}
.side-nav>li>a:hover:before,
.side-nav>li.active>a:before {
    width: 100%;
}
.side-nav ul {
    display: none;
    margin-bottom: 20px;
    padding: 5px 0;
}
.side-nav ul li a {
    color: #272727;
    font-size: 15px;
    position: relative;
    padding: 6px 10px 6px 15px;
    transition: all .3s ease;
    background: none;
}
.side-nav ul li a:before{
    content:'';
    width:0px;
    height:2px;
    background:#4a8753;
    position:absolute;
    left:14px;
    top:18px;
    display:inline-block;
    transition:all .3s ease;
}
.side-nav ul li a:hover:before,
.side-nav ul li.active>a:before{
    width:10px;
    left:14px;
}
.side-nav ul li a:hover,
.side-nav ul li.active>a {
    color: #4a8753;
    padding-left: 30px;
    text-decoration: underline;
}
.side-nav ul ul {
    background: #ffffff;
    margin: 0px 0 10px;
    padding: 5px 0;
}
.side-nav ul ul li a {
    padding-left: 45px;
    color: #555555;
}
.side-nav ul ul li a:hover,
.side-nav ul ul li.active>a {
    color: #c87e11;
    padding-left: 65px;
    text-decoration: underline;
}
.side-nav ul ul>li>a:hover:before,
.side-nav ul ul>li.active>a:before {
    content: '\e9177';
    font-family: 'icon-font-30' !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: 12px;
    position: absolute;
    top: 15px;
    left: 43px;
    transition: all .3s ease;
}
/*------------ / side ------------*/
/*------------ site_footer ------------*/
.site-footer {
    background: #364327;
    padding: 90px 0 70px;
    color: #E5E1D6;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 2px;
    font-family: 'Cuprum', '微軟正黑體';
}
.site-info {
    line-height: 2.5;
    margin-top: -10px;
}
.site-footer .col {
    float: left;
}
.site-footer .col1 {
    width: 360px
}
.site-footer .col2 {
    width: 680px;
    padding: 0 50px;
}
.site-footer .col3 {
    padding-top: 0;
    text-align: right;
}
.site-footer .share {
    display: inline-block;
    margin: 75px 10px 0 0;
}
.site-footer a:hover {
    color: #D0EB89;
}
.site-footer .title {
    font-weight: bold;
    color: #B7985B;
    font-size: 20px;
    margin-bottom: 24px;
}
.site-map {
    color: #E6E2D6;
    font-size: 14px;
    letter-spacing: 50px;
}
.site-map ul {
    display: inline-block;
    vertical-align: top;
}
.site-map ul li {
    letter-spacing: 0.05rem;
    margin-bottom: 14px;
}
.site-map ul li a {
    display: inline-block;
    position: relative;
    padding-left: 15px;
}
.site-map ul li a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: #535353;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 6px;
}
.site-map ul li a:hover:before {
    background: #D0EB89;
}
.site-info b {
    color: #8ABD13;
    font-weight: normal;
}
.site-info .txt {
    display: inline-block;
    position: relative;
    padding-left: 0;
    letter-spacing: 1.5px;
}
.site-info .txt:before {
    content: '\e913';
    font-family: 'icon-font-30' !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: 10px;
    font-weight: bold;
    position: relative;
    margin: 0 5px;
    color: #8ABD13;
}
.follow {
    letter-spacing: 18px;
    margin-bottom: 20px;
    float: right;
}
.follow>* {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
}
.copyright-box {
    font-size: 14px;
    line-height: 1.45;
    text-align: right;
    clear: both;
    color: #A7C091;
}
.copyright-box p {
    margin: 0;
    font-size: 13px;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 50%;
    bottom: 38%;
    margin-right: -920px;
    z-index: 400;
    transition: all .3s ease;
}
.floating .ibtn.gotop {
    display: block;
    background-image: url('../../images/common/gotop.svg');
    width: 90px;
    height: 90px;
    position: relative;
}
.no-svg .floating .ibtn.gotop {
    background-image: url('../../images/common/gotop.png');
}
.floating .ibtn.gotop:before {
    content: '';
    width: 23px;
    height: 20px;
    background: url('../../images/common/gotop-ic.png');
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all .3s ease;
    top: 15px;
}
.floating .ibtn.gotop:hover:before {
    top: 10px;
}
/*------------ / floating ------------*/
/*------------ pagination ------------*/
.pagination {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 13px;
}
.pagination li {
    display: inline-block;
    vertical-align: middle;
}
.pagination li a {
    display: block;
    min-width: 40px;
    height: 40px;
    line-height: 38px;
    padding: 0 3px;
    text-align: center;
    color: #4c4c4c;
    background: #efe9cb;
    margin: 0 3px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pagination li a:hover,
.pagination li.active a {
    background-color: #65813a;
    color: #fff;
}
.pagination li a.controls {
    width: 40px;
    line-height: 38px;
    font-size: 20px;
    background: none;
    color: #737373;
    background: none;
}
.pagination li a.controls:hover {
    color: #559b10;
}
.pagination li a.controls .ic {
    margin: 0 0 3px;
    vertical-align: middle;
}
.pagination li a.prev.controls .ic {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
.pagination li a.prev {
    margin-right: 15px;
}
.pagination li a.next {
    margin-left: 15px;
}
.page-info {
    display: none;
}
.page-info .form-control {
    height: 40px;
    line-height: 38px;
    padding: 5px 10px;
    background: none;
    border: 1px solid #e7c48d;
    background: #ffffff;
}
.page-info .form-control:focus {
    outline: none;
    color: #65813a;
    border-color: #65813a;
}
/*------------ / pagination ------------*/
/*------------ form ------------*/
.reminder {
    text-align: center;
    color: #222222;
    font-size: 14px;
    letter-spacing: 0.04em;
    position: relative;
    margin: 0 0 30px;
}
.reminder span {
    display: block;
}
.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 28px;
    color: #666;
    background: #000;
    border: 1px solid #666;
    margin: 0;
    padding: 0 30px;
    z-index: 1;
    border-radius: 0;
}
.qty-box .form-control:focus {
    color: #C19F7D;
    border-color: #C19F7D;
}
.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 21px;
    color: #666;
    position: absolute !important;
    z-index: 3;
    top: 0;
}
.qty-box .btn:hover {
    color: #C19F7D;
}
.qty-box .less {
    left: 0;
}
.qty-box .add {
    right: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    color: #568e3c;
    padding: 0 10px;
    border: 1px solid #888888;
    background: #f9f8f3;
    border-width:0 0 1px;
    margin-bottom:10px;
    transition:all .3s ease;
}
.form-control:focus {
    outline: none;
    border-color: #7da939;
    background:rgba(239, 246, 218, 0.5);
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}
.static-control {
    line-height: inherit;
    color: #997F64;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 6px;
    padding: 0 15px;
}
.form-title {
    color: #000000;
    font-family: 'Actor', '微軟正黑體';
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1.5px;
}
.form-wrap {
    margin: 0 auto;
    background: url('../../images/common/pattern.png');
    padding: 36px 48px;
}
.form-wrap.type3 {
    background: none;
    padding: 0;
}
.form-wrap.type2 .form-box,
.form-wrap.type3 .form-box {
    max-width: 830px;
}
.form-wrap .btn-box {
    margin: 0 auto;
    max-width: 900px;
}
.form-box {
    margin: 0 auto;
}
.form-box .row {
    margin: 0 -24px;
    position: relative;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
}
.form-box .required {
    position: relative;
}
.form-box .required:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: #b4c31d;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 13px;
}
.form-box .form-group {
    padding: 4px 0;
    line-height: 36px;
}
.form-box .control-label {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #3a3a3a;
    padding-left: 18px;
    letter-spacing: 1px;
    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: #e4d9c2;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}
.form-box .captcha a:hover {
    color: #9c8064;
}
.form-box .captcha a * {
    vertical-align: middle;
}
.form-box .captcha a .ic {
    width: 30px;
    height: 30px;
    font-size: 30px;
}
.form-box .captcha a:hover .icon {
    background-position: 0 100%;
}
.form-box .account .control-label {
    float: left;
}
.form-box .account .control-box {
    margin-left: 150px;
}
.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 .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: #9A7F64;
    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: 14px;
    height: 14px;
    margin: 0 0 4px;
}
.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;
    margin: 0 auto;
    padding: 4% 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.success-box {
    text-align: center;
}
.success-msg {
    color: #333;
    font-size: 18px;
    line-height: 1.4;
    margin: 0 auto 30px;
}
.success-msg:after {
    content: '';
    display: block;
    border-top: 1px solid #b6d126;
    width: 50px;
    margin: 20px auto 0;
}
.success-msg span {
    display: block;
    color: #000000;
    font-family: 'Roboto', serif;
    font-size: 36px;
}
.success-txt {
    line-height: 1.9;
    color: #333;
    font-size: 14px;
    letter-spacing: 0.035em;
    padding-bottom: 15px;
}
.success-txt span {
    font-size: 25px;
    display: block;
    padding-bottom: 5px;
    color: #63843e;
    font-weight: bold;
}
.success-txt strong {
    color: #fff;
}
.success-txt a {
    text-decoration: underline;
    color: #fff;
    font-weight: bold;
}
.success-txt a:hover {
    text-decoration: none;
}
/*------------ / form ------------*/
/*------------ table ------------*/
.table-box {
    background: url('../../images/common/border.png') repeat-x,
        url('../../images/common/border.png') 0 100% repeat-x;
    padding: 4px 0;
}
.table-h {
    color: #aaa;
    background: url('../../images/common/pattern.png');
}
.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 th {
    color: #888;
    background: rgba(0, 0, 0, 0.2);
    font-weight: normal;
    padding: 12px;
}
.table-h tbody tr {
    border-top: 1px dashed #4E4032;
}
.table-h .align-left {
    text-align: left;
}
.table-h a {
    display: inline-block;
    vertical-align: middle;
}
.table td span {
    color: #B20000;
}
.table-v {
    color: #777;
    font-size: 13px;
}
.table-v tr+tr {
    border-top: 1px dashed #4E4032;
}
.table-v th,
.table-v td {
    padding: 10px 0;
    vertical-align: middle;
}
.table-v th {
    text-align: left;
    width: 170px;
    color: #888;
    padding-right: 20px;
    font-weight: normal;
    position: relative;
}
.table-v td {
    color: #ccc;
}
.table-v b {
    color: #fff;
}
/*------------ / table ------------*/
/*------------ lightbox ------------*/
body .fancybox-close {
    background: url('../../images/common/lightbox_close.png') no-repeat #ffffff;
    width: 30px;
    height: 30px;
    right: 14px;
    top: 14px;
}
body .fancybox-close:hover {
    background-position: 0 100%;
}
body .fancybox-skin {
    background: #ffffff;
    border-radius: 0;
    margin-top: 40px;
    border-radius: 0;
}
.fancybox-album .fancybox-skin {
    margin: 0 120px;
}
.fancybox-album .fancybox-nav span {
    background: url('../../images/common/album/arrow.png') no-repeat;
    width: 90px;
    height: 90px;
    margin-top: -45px;
    visibility: visible;
}
/*.no-svg .fancybox-album .fancybox-nav span {
    background: url('../../images/common/index/banner_arrow.png') no-repeat;
}*/
.fancybox-album .fancybox-prev span {
    background-position: 0 0;
    left: -120px;
}
.fancybox-album .fancybox-next span {
    background-position: 100% 0;
    right: -120px;
}
.fancybox-album .fancybox-prev:hover span {
    background-position: 0 100%;
}
.fancybox-album .fancybox-next:hover span {
    background-position: 100% 100%;
}
.fancybox-album .fancybox-title {
    font-family: inherit;
    color: inherit;
    line-height: inherit;
    position: relative;
    padding: 10px 5px 0;
}
.fancybox-album .photo-pager {
    position: absolute;
    bottom: 100%;
    left: 11%;
    width: 150px;
    margin-left: -75px;
    background: rgba(255, 255, 255, 0.94);
    color: #868686;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
}
.fancybox-album .photo-pager b {
    color: #414141;
    font-size: 18px;
}
.fancybox-album .photo-title {
    color: #48723d;
    font-size: 17px;
    font-weight: bold;
}
.fancybox-album .photo-intro {
    color: #414141;
    padding: 5px 0 15px;
}
/*------------ / lightbox ------------*/
.mmenu-show #mobile-menu .side-nav ul {
    margin: 0;
}
.mmenu-show #mobile-menu .side-nav>li+li {
    border-top: 0;
}
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #65813A;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #96c54e;
}
.mmenu-show #mobile-menu .language-menu {
    background: #65813A;
    color: #fff;
}
.mmenu-show #mobile-menu .language ul li a:hover{
    color: #DDE6AE;
}

.mmenu-show #mobile-menu .side-nav-top>li a:before {
    border-color: #c87e11;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active>a {
    color: #975a1d;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
.mmenu-show #mobile-search .form-control{
    padding:0;
}
.mmenu-show #mobile-menu .menu li:nth-child(6) a{
    display: none;
}
.no-svg .mmenu-show #mobile-search .ibtn.search {
    background-image: url(../../images/common/mobile_search_btn.png);
}
@media screen and (max-width: 1650px) {
    /*------------ floating 1650 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 5px;
        margin-right: 0;
    }
    /*------------ / floating 1650 ------------*/
}
@media screen and (max-width: 1470px) {
    /*------------ site_header 1470 ------------*/
    .site-nav .menu {
        margin: 0 -9px;
    }
    .site-nav .menu>li>a {
        /* margin: 0 9px; */
    }
    /*------------ / site_header 1470 ------------*/
}
@media screen and (max-width: 1400px) {
    /*------------ site_footer 1400 ------------*/
    .site-footer .container {
        max-width: 900px;
    }
    .site-footer .col1 {
        width: auto;
    }
    .site-map {
        margin-bottom: 10px;
    }
    .site-map ul {
        display: inline;
    }
    .site-map ul li {
        display: inline-block;
    }
    .site-footer .col2 {
        clear: left;
        width: 475px;
        padding-left: 0;
    }
    .site-footer {
        padding: 40px 0;
    }
    /*------------ / site_footer 1400 ------------*/
}
@media screen and (max-width: 1320px) {
    /*------------ site_header 1320 ------------*/
    .site-nav .menu {
        margin: 0;
    }
    .site-nav .menu>li>a {
        /* margin: 0; */
    }
    /*------------ / site_header 1320 ------------*/
}
@media screen and (max-width: 1200px) {
    /*------------ side 1200 ------------*/
    .side {
        width: 250px;
    }
    .has-side .content {
        width: calc(100% - 300px);
    }
    /*------------ / side 1200 ------------*/
}
@media screen and (max-width: 1130px) {
    /*------------ site_header 1130 ------------*/
    .site-title {
        /* margin-left: -70px; */
    }
    .site-nav {
        padding: 60px 0 0;
    }
    .site-nav .menu>li>a {
        font-size: 16px;
        letter-spacing: 2px;
    }
    .site-nav .menu li {
        margin: 10px -5px 0;
    }
    .site-header .search-box,
    .top-nav {
        top: 15px;
    }
    /*------------ / site_header 1130 ------------*/
}
@media screen and (max-width: 1000px) {
    /*--- Ã©Å¡Â±Ã§Â§ÂÃ¦Â¬Å Ã¦â€°â€¹Ã¦Â©Å¸Ã¦ÂÂ¿ ---*/
    .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 1000 ------------*/
    .site-title {
        position: relative;
        left: 0;
        margin: 0;
        text-align: center;
        top: 0;
        padding: 15px 0;
    }
    .site-nav,
    .site-header .search-box,
    .top-nav {
        display: none;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ site_main 1000 ------------*/
    .main-top {
        padding-bottom: 50px;
    }
    /*------------ / site_main 1000 ------------*/
    /*------------ content_nav 1000 ------------*/
    .content-nav {
        display: none;
    }
    /*------------ / content_nav 1000 ------------*/
    /*------------ site_footer 1000 ------------*/
    .site-footer {
        padding: 40px 0 30px;
    }
    .site-footer .col1 {
        display: none;
        float: none;
    }
    .follow,
    .site-footer .col {
        float: none;
    }
    .follow {
        margin-top: 20px;
    }
    .copyright-box {
        text-align: center;
        font-size: 13px;
    }
    .site-footer .col3 {
        text-align: center;
    }
    .site-footer .share {
        margin: 20px 0 10px;
    }
    .site-footer .col2 {
        margin: 0 auto;
        clear: none;
        padding: 0;
    }
    .site-footer .title {
        margin-bottom: 15px;
    }
    /*------------ / site_footer 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .ibtn.gotop {
        background: url('../../images/common/mobile_gotop.svg') 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    .no-svg .floating .ibtn.gotop {
        background-image: url('../../images/common/mobile_gotop.png');
    }
    .floating .ibtn.gotop:before {
        display: none;
    }
    /*------------ / floating 1000 ------------*/
    /*------------ form 1000 ------------*/
    .form-box .col {
        width: 100%;
    }
    /*------------ / form 1000 ------------*/
    /*------------ lightbox 1000 ------------*/
    .fancybox-album .fancybox-skin {
        margin: 0 80px;
    }
    .fancybox-album .fancybox-nav span {
        width: 60px;
        height: 60px;
        background-size: 200% auto;
        margin-top: -30px;
    }
    .fancybox-album .fancybox-prev span {
        left: -80px;
    }
    .fancybox-album .fancybox-next span {
        right: -80px;
    }
    /*------------ / lightbox 1000 ------------*/
    .site-header {
        position: static;
        border: none;
    }
    .main-title {
        font-size: 22px;
        padding: 8px 0;
    }
    .main-title small {
        font-size: 18px;
        padding-top: 5px;
    }
    .btn.normal {
        width: 150px;
        line-height: 48px;
        height: 48px;
        font-size: 14px;
    }
    .btn.normal:after {
        top: 35%;
    }
    .btn.normal.arrowL {
        padding-left: 60px;
    }
    .btn.normal.arrowR {
        padding-left: 20px;
    }
    .btn.normal.buy {
        padding-left: 30px;
    }
    .main-title:after {
        height: 50px;
    }
}
@media screen and (max-width: 900px) {
    /*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
    .site-footer .col2 {
        width: 350px;
    }
    /*------------ / table 900 ------------*/
}
@media screen and (max-width: 767px) {
    /*------------ site_main 767 ------------*/
    .main-top {
        padding: 0px 0 30px;
    }
    .main-title {
        font-size: 24px;
    }
    .main-content {
        padding-bottom: 60px;
    }
    .site-title .logo {
        width: 280px;
        height: 81px;
    }
    /*-
    /*------------ / site_main 767 ------------*/
    /*------------ breadcrumb 767 ------------*/
    .breadcrumb {
        font-size: 12px;
    }
    /*------------ / breadcrumb 767 ------------*/
    /*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 50px;
    }
    .pagination {
        position: relative;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -40px;
        margin: 0;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ site_footer 767 ------------*/
    .site-footer {
        text-align: center;
        padding: 30px 0;
    }
    .site-footer .col {
        float: none;
        width: auto;
        padding: 0;
    }
    .site-info {
        margin-bottom: 25px;
    }
    .site-info b {
        display: block;
        margin: 0;
    }
    .site-info {
        line-height: 1.65;
    }
    .site-info .txt {
        display: inline-block;
        padding: 0;
    }
    .site-info .txt:before {
        display: none;
    }
    /*------------ / site_footer 767 ------------*/
    /*------------ form 767 ------------*/
    .form-title {
        font-size: 18px;
    }
    .form-control {
        height: 35px;
        line-height: 35px;
    }
    .form-wrap {
        padding: 10px 15px;
    }
    .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: 40px 15px 30px;
    }
    .success-msg span,
    .success-txt span {
        font-size: 22px;
    }
    /*------------ / form 767 ------------*/
    /*------------ lightbox 1000 ------------*/
    .fancybox-album .fancybox-skin {
        margin: 0 10px;
    }
    .fancybox-album .fancybox-nav span {
        width: 36px;
        height: 36px;
        margin-top: -18px;
    }
    .fancybox-album .fancybox-prev span {
        left: -20px;
    }
    .fancybox-album .fancybox-next span {
        right: -20px;
    }
    /*------------ / lightbox 1000 ------------*/
}
@media screen and (max-width: 500px) {
    /*------------ table 500 ------------*/
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
    .table-v tr {
        padding: 10px 0;
    }
    .table-v th,
    .table-v td {
        padding: 0;
    }
    .fancybox-album .photo-pager {
        left:50%;
    }
    /*------------ / table 500 ------------*/
}
@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 ------------*/
}