@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');
/*製作時刪除*/
.site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
}
/*!製作時刪除*/
/*------------ basic ------------*/
body {
    font-family: Arial,'微軟正黑體',  '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #797979;
    background: #000;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0;
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
*:focus{
    outline: 0;
}
h3.name{
    margin: 0;
}
/*------------ / basic ------------*/
/*--- 隱私權 ---*/
.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 43px;
    left: 10px;
    width: 320px;
    padding: 20px 25px 20px 15px;
    height: auto;
    text-align: left;
    z-index: 9999;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    border-radius: 8px;
    border:solid 1px rgba(255,255,255,0.3);
}
.header-sheet .close-ontop {
    color: #fff;
    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:#FFDB0F;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*---! 隱私權 ---*/
/*------------ icon ------------*/
.require:before {
    content: "\e927";
    font-family: 'icon-font-5' !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: #B6995F;
    font-size: 18px;
    position: relative;
    margin-right: 10px;
    bottom: -3px;
    font-weight: bold;
}
.ic-time6{
    font-size: 18px;
    margin-right: 10px;
    vertical-align: middle;
    font-weight: 600;
    color: #B6995F;
}
.icon.success {
    background-image: url('../../images/common/success_ic.svg');
    width: 88px;
    height: 88px;
}
.no-svg .icon.success {
    background-image: url('../../images/common/success_ic.png');
}
.icon.login {
    background-image: url('../../images/common/login_ic.svg');
    width: 88px;
    height: 88px;
}
.no-svg .icon.login {
    background-image: url('../../images/common/login_ic.png');
}
/*------------ / icon ------------*/
/*------------ btn ------------*/
.share .btn {
    font-weight: bold;
    border-radius: 100%;
    background: #3C4041;
    box-sizing: border-box;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 34px;
    transition: all .5s ease;
}
.share .btn:hover{
    background: #FFDB0F;
    color: #fff;
}
.share .btn .ic {
    vertical-align: middle;
    font-size: 17px;
    background: #5A4B41;
    padding: 6px;
    color: #fff;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
}
.share .btn.facebook .ic{
    padding: 6px 10px;
}
.share .btn.plurk .ic{
    font-size: 13px;
    padding: 8px;
}
.share .btn.google .ic{
    font-size: 15px;
    padding: 7px 5px;
}
.share .btn.twitter .ic{
    font-size: 15px;
    padding: 7px;
}
.share .btn.facebook:hover .ic{
    background: #3D5991;
}
.share .btn.plurk:hover .ic{
    background: #EA5E00;
}
.share .btn.google:hover .ic{
    background: #D8422D;
}
.share .btn.twitter:hover .ic{
    background: #2DAAE2;
}
.share .btn .txt {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.ibtn.fb-fans-page{
    background: url(../../images/common/btn_facebook.png);
    width: 184px;
    height: 105px;
    display: inline-block;
    transition: all .5s ease;
}
.ibtn.fb-fans-page:hover {
    background-color: #3B5998;
}
.btn.back {
    width: 130px;
    height: 40px;
    text-indent: inherit;
    background: linear-gradient(to right, #FFDB0F, #ffb94f);
    background: -webkit-linear-gradient(to right, #FFDB0F, #ffb94f);
    text-align: center;
    line-height: 40px;
    border-radius: 100px;
    font-family: 'Hind', sans-serif;
    font-weight:500;
    color:#fff;
    position:relative;
    z-index: 10;
    overflow: visible;
    letter-spacing:0.1em;
    transition:all .5s ease;
}
.btn.back:hover {
    letter-spacing:0.00em;
}
.btn.back:before{
    content:'';
    display:block;
    background:rgba(0,0,0,0.1);
    position:absolute;
    left:3px;
    right:3px;
    top:3px;
    bottom:3px;
    border-radius: 100px;
    z-index:-1;
    transition:all .3s ease;
}
.btn.back:hover:before {
    background:rgba(0,0,0,0.1);
}
.btn.back:after{
    content:'';
    display:block;
    background: linear-gradient(to right, #FFDB0F, #ffb94f);
    background: -webkit-linear-gradient(to right, #FFDB0F, #ffb94f);
    width: 140px;
    height: 40px;
    position:absolute;
    left: calc(50% - 70px);
    border-radius: 100px;
    top: calc(50% - 20px);
    filter: blur(5px);
    z-index:-10;
    transform:scale(0);
    transition:all .5s ease;
}
.btn.back:hover:after {
    transform:scale(1);
}
.btn.back .ic {
    vertical-align: middle;
    margin: 0 0 0 15px;
    font-size: 20px;
    color: #fff;
}
.btn.back:hover .ic {
    
}
.btn.simple {
    background: #363636;
    width: 50%;
    height: 35px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 35px;
    position: relative;
    margin: 0 -2px;
}
.btn.simple:hover,.btn.simple.send {
    background: #FFDB0F;
    color: #363636;
}
.btn.simple.w2 {
    width: 100%;
    max-width: 120px;
}
.btn.simple.send:hover{
    background: #D0B599;
}
.btn.simple .ic {
    margin-bottom: 4px;
}
.btn.simple .ic5-caret-hollow-left,
.btn.simple .ic5-caret-hollow-right {
    position: absolute;
    top: 8px;
    margin: 0;
}
.btn.simple .ic5-caret-hollow-left {
    left: 5px;
}
.btn.simple .ic5-caret-hollow-right {
    right: 5px;
}
.btn.simple.w100 {
    width: 100%;
    font-size: 15px;
    margin: 0 0 10px;
}
.btn.normal {
    color: #fff;
    font-family: 'Hind', sans-serif;
    padding: 0 20px;
    min-width: 160px;
    height: 36px;
    line-height: 36px;
    background: #363636;
    margin: 0 10px 5px;
    
    border-radius: 50px;
}
.btn.normal:hover {
    background: #FFDB0F;
}
.btn.normal:hover i{
    color: #fff;
}
.btn.normal.send {
    width: 220px;
    font-size: 20px;
    font-weight: bold;
}
.btn.normal .ic {
    font-size: 21px;
    vertical-align: middle;
    margin: 0 10px 5px 0;
    color: #5A4B41;
}
.btn.normal:hover i,.btn.normal.home:hover:before{
    color: #fff;
}
.btn.normal.home:before{
    font-family: 'icon-font-27' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e903";
    margin-right: 5px;
    font-size: 21px;
    vertical-align: middle;
    margin: 0 10px 5px 0;
    color: #fff;
}
.btn.normal .ic-t-invoice{
    font-size: 30px;
}
.btn.pure {
    color: #9F8A73;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.14em;
    line-height: 30px;
    padding: 0 5px;
    margin: 0 5px 10px;
}
.btn.pure:hover {
    text-decoration: underline;
}
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.site-header {
    background: #000;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 300;
}
.header-fixed .top-nav{
    display: none;
}
.header-fixed .site-title {
    /* margin-top: 10px; */
}
.header-fixed .site-title .logo {

} 
.header-fixed .site-nav{
    
}
.site-title,.site-header, .site-title .logo ,.site-nav{
    transition: all .3s ease;
}
.wrapper{
    padding-top: 110px;
}
.site-title {
    width: 100px;
    text-align: center;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    margin-top: 15px;
}
.site-title:before{
    content:'';
    display:block;
    background:#000;
    position:absolute;
    width:160px;
    height:160px;
    border-radius:100%;
    position:absolute;
    z-index:-1;
    left:calc(50% - 80px);
    top: calc(50% - 90px);
}
.site-title .logo {
    background: url(../../images/common/logo.png) no-repeat 50% 50%;
    background-size: contain;
    width: 100px;
    height: 100px;
    text-indent: 100%;
    transition: all .5s ease;
}
.site-title .logo:hover {    
    opacity: 0.5;
}
.top-nav {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: calc(50% - 20px);
}
.top-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.top-nav .ic {
    vertical-align: middle; 
    font-size: 18px;
    margin-right: 4px;
    color: #fff;
}
.gocart .toggleBtn span{
    border: 1px solid #FFDB0F;
    font-size: 12px;
    padding: 1px 6px;
    font-weight: bold;
    margin: 0 8px 0 5px;
    color: #FFDB0F;
}
.gocart .active .toggleBtn span{
    background: #A08A75;
    color: #000;
}
.func-menu > li {
    padding: 2px 0;
}
.func-menu > li.gocart{
    font-weight: bold;
    color: #A08A75;
}
.func-menu > li.gocart {
    position: relative;
}
.func-menu .cart-box:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 7px 7.5px;
    border-color: transparent transparent #A08A75 transparent;
    position: absolute;
    top: -7px;
    right: 30px;
    
}
.func-menu .cart-box {
    position: absolute;
    z-index: 10;
    width: 220px;
    right: 0;
    top: 100%;
    background: #A08A75;
    padding-bottom: 6px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
}
.func-menu .gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}
.func-menu .cart-box .btn {
    width: 100%;
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 39px;
    letter-spacing: 0.05em;
}
.func-menu .cart-box .btn:hover {
    background: rgba(0,0,0,.7);
}
.func-menu .cart-box .btn .ic {
    vertical-align: middle;
    margin: 0 0 5px;
}
.func-menu .cart-list {
    padding: 4px;
}
.func-menu .cart-list li {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.func-menu .cart-list a {
    display: block;
    overflow: hidden;
    padding: 8px;
}
.func-menu .cart-list .pic {
    float: left;
    width: 70px;
    position: relative;
}
.func-menu .cart-list a:hover .pic:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,.8);
}
.func-menu .cart-list .txt {
    margin-left: 82px;
    line-height: 1.7;
    color: #fff;
}
.func-menu .cart-list .name {
    display: block;
    overflow: hidden;
    font-size: 13px;
    font-weight: normal;
}
.func-menu .cart-list a:hover .name {
    color: #000;
    text-decoration: underline;
}
.func-menu .cart-list .offers{
    font-family: 'Times New Roman';
    letter-spacing:1px;
}
.func-menu .alloffers{
    font-family: 'Times New Roman';
    font-size: 16px;
    color: #000;
    text-align: center;
    padding: 0 10px;
    font-weight: bolder;
}
.site-header .search-box {
    position: relative;
    width: 150px;
    box-sizing: border-box;
    margin-right: 0;
}
.site-header .search-box .form-control {
    border: 0;
    background: #FFDB0F;
    color: rgba(0,0,0,0.85);
    height: 40px;
    line-height: 70px;
    margin: 0;
    padding: 0 40px 0 15px;
    border-radius: 50px;
}
.site-header .search-box .form-control:focus {
    border-bottom-color: #fff;
}
.site-header .search-box ::-webkit-input-placeholder { color:rgba(0,0,0,0.87); opacity: 1; }
.site-header .search-box ::-moz-placeholder { color:rgba(0,0,0,0.87); opacity: 1; }
.site-header .search-box :-ms-input-placeholder { color:rgba(0,0,0,0.87); opacity: 1; }
.site-header .search-box :-moz-placeholder { color:rgba(0,0,0,0.87); opacity: 1; }
.site-header .search-box .ibtn.search {
    background-image: url('../../images/common/btn_search.svg');
    width: 30px;
    height: 30px;
    position: absolute;
    right: 2px;
    top: calc(50% - 15px);
}
.no-svg .site-header .search-box .ibtn.search {
    background-image: url('../../images/common/btn_search.png');
}
.site-header .language {
    position: relative;
    width: 170px;
    font-size: 13px;
    color: #666;
    background: #333;
    height: 30px;
}
.site-header .language .btn {
    width: 100%;
    position: relative;
    padding: 6px 15px;
    text-align: left;
}
.site-header .language .btn:after {
    content: "\f107";
    font-family: "icon-font-27";
    margin-left: 45px;
    border-left: solid 1px #5A524A;
    padding-left: 7px;
    color: #fff;
    font-size: 16px;
}
.site-header .language ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 20;
    background: rgb(141, 122, 103);
    display: none;
}
.site-header .language ul li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.50);
}
.site-header .language ul li a {
    display: block;
    padding: 5px 10px;
    color: #3B322B;
}
.site-header .language ul li a:hover {
    color: #FFFFFF;
}
.site-header .func-menu{
    position: absolute;
    right: 0;
    bottom: -50px;
}
.site-nav {
    padding: 20px 10px;
}
.site-nav .menu > li {
    position: relative;
    width: 110px;
    /* margin: 0px -16px; */
}
.site-nav .menu > li:before{
    content: '';
    display: block;
    background: rgba(255,255,255,0.2);
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
}
.site-nav .menu > li:nth-child(1):before,
.site-nav .menu > li:nth-child(6):before{
    display: none;
}
.site-nav .menu > li:nth-child(1) {
    margin-left: 5%;
}
.site-nav .menu > li:nth-child(6) {
    margin-left: 10%;
}
.site-nav .menu > li > a {
    color: #fff;
    position: relative;
    font-size: 15px;
    text-align: center;
    padding: 8px 0;
    display: block;
    margin: auto;
    transition: all .5s ease;
    font-family: 'Hind', sans-serif;
}
.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a {
    color: #FFDB0F;
}
.site-nav .menu > li > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    opacity: 0;
    background: #FFDB0F;
    display: block;
    height: 2px;
    transition: all .5s ease;
}
.site-nav .menu > li.active > a:after,
.site-nav .menu > li > a:hover:after {
    opacity: 1;
}
.site-nav .menu > li > a span{
    display: block;
    color: #FFDB0F;
}
.site-nav .menu > li > ul {
    z-index: 600;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
    position: absolute;
}
.site-nav .menu ul{
     z-index: 600;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
    position: absolute;   
    display: none;
}
.site-nav .menu ul li{
    position: relative;
}
.site-nav .menu ul ul {
    left: 100%;
    top: 0;
}
.site-nav .menu > li > ul {
    top: 100%;
    left: 50%;
    margin-left: -100px;
}

.site-nav .menu > li > ul > li a {
    font-size: 16px;
    text-align: center;
    padding: 7px 15px;
    color: #2E2E2E;
    display: block;
}
.site-nav .menu > li > ul > li a {
    background-color: rgba(255, 255, 255, .9);
    transition: all .5s ease;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.site-nav .menu > li > ul  li a:hover,
.site-nav .menu > li > ul  li.active > a {
    color: #222;
    background-color: #FFDB0F;
}
.menu > li > ul,
.toggle-menu {
    display: none;
}
.site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
}
/*------------ / site_header ------------*/
/*------------ banner ------------*/
.banner {
    position: relative;
    z-index: 0;
}
.banner .slick-arrow{
    position: absolute;
    width: 60px;
    height: 60px;
    display: block;
    border: 0;
    color: transparent;
    z-index: 100;
    cursor: pointer;
    background: rgba(78,78,78,0.6);
    z-index: 10;
    border-radius: 100%;
    transition:all .3s ease;
}
.banner .slick-arrow:after{
    content: "";
    display: block;
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    border-radius: 810px;
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background: #FFDB0F;
    will-change: transform;
    z-index:-1;
}
.banner .slick-arrow:hover:after{
    -webkit-transition: opacity 0.45s cubic-bezier(0.23, 1, 0.58, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.58, 1);
    transition: opacity 0.45s cubic-bezier(0.23, 1, 0.58, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.58, 1);
    transition: opacity 0.45s cubic-bezier(0.23, 1, 0.58, 1), transform 0.6s cubic-bezier(0.23, 1, 0.58, 1);
    transition: opacity 0.45s cubic-bezier(0.23, 1, 0.58, 1), transform 0.6s cubic-bezier(0.23, 1, 0.58, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.58, 1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.banner .slick-prev{
    position: absolute;
    left: 10px;
    top: calc(50% - 30px);
    font-size: 0;
}
.banner .slick-prev:before{
    z-index: 1;
    content: "\f053";
    font-size: 12px;
    font-family: 'icon-font'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
.banner .slick-next{
    position: absolute;
    right: 10px;
    top: calc(50% - 30px);
    font-size: 0;
}
.banner .slick-next:before{
    z-index: 1;
    content: "\f054";
    font-size: 12px;
    font-family: 'icon-font'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
.banner .slick-prev:hover{
    
}
.banner .slick-next:hover{
    
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.site-main{
    position: relative;
    margin-top: -107px;
    padding-top: 10px;
    z-index: 2;
    background: url(../../images/common/main_bg.png) no-repeat center top,
     url(../../images/common/main_bg1.png) no-repeat left 107px,
      url(../../images/common/main_bg2.png) no-repeat right bottom;
    -webkit-transition: margin-top .3s ease;
    -moz-transition: margin-top .3s ease;
    -ms-transition: margin-top .3s ease;
    -o-transition: margin-top .3s ease;
    transition: margin-top .3s ease;
}
.main-top {
    text-align: center;
    margin-bottom: 80px;
}
.main-title {
    display: block;
    font-size: 41px;
    color: #fff;
    padding: 12px 0;
    margin: 0 -30px;

    position: relative;
    background: #3C4041;
}

.sub-title {
    text-align: center;
    color: #444;
    padding: 5px 0;
    font-weight: bold;
    margin:0 auto 10px;
    position: relative;
    border-bottom: 1px solid #dcdcdc;
    max-width: 1500px;
    font-size: 25px;
}
.decoration{
    
    position: relative;
}
.decoration:after{
    content:"";
    background: url(../../images/common/_icon/sub-title-arrow.png) top center no-repeat;
    width: 28px;
    height: 22px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    bottom: -50px;
}
.sub-title h1{
    color: #444;
    margin: 0;
    display: inline-block;
    
}


.sub-title:before {
    content: "";
    position: absolute;
    border-bottom: solid #FFDB0F 2px;
    bottom: -2px;
    left: 47%;
    right: 47%;
}

.main-content {
    padding: 0 0 70px;
    margin-top: 0px;
    background:  url(../../images/common/main_bg-y.png) center top repeat-y;
}
.content {
    min-height: 360px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.btn-box {
    padding-top: 25px;
    position: relative;
    text-align: center;
}
.btn-box.has-border {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #D7D7D7;
}
.shopping-title:before{
    content: '';
    width: 6px;
    height: 6px;
    border: 2px solid #A08A75;
    display: inline-block;
    margin-right: 10px;
}
.shopping-title {
    color: #594B40;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: bold;
    margin-bottom: 20px;
}
.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 {
    max-width: 1470px;
    margin: 0 auto;
    padding: 15px 15px;
    background: #fff;
}
/*------------ / site_main ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
    text-align: right;
    position: absolute;
    right: 0;
    top: 30px;
    padding: 15px;
        line-height: 1;
}
.breadcrumb li {
    margin: 0;
    position: relative;
    box-sizing: border-box;
    padding: 0 5px;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
    font-size: 12px;
    color: #A5A5A5;
}
.breadcrumb li+li{
    margin-left: 2px;
}
.breadcrumb li+li:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background: rgba(255,255,255,0.2);
    position: absolute;
    left: -4px;
    top: calc(50% - 5px);
}
.breadcrumb li a:hover {
    color: #FFDB0F;
}

/*---- sub-title breadcrumb -----*/
.sub-title .breadcrumb {
    text-align: center;
    position: relative;
    padding: 15px;
    top: inherit;
    left: inherit;
}


.sub-title .breadcrumb li, 
.sub-title .breadcrumb li a {
    display: inline;
    font-size: inherit;
    color: inherit;
}

.sub-title .breadcrumb li a:hover {
    color: #FFDB0F;
}

.sub-title .breadcrumb li:first-child a:hover {
    opacity: inherit;
}

.products-category {
    display: inline-block;
    text-align: center;
    padding: 0 20px;
    position: relative;
}
.products-category:before,
.products-category:after {
    content: "";
    display: block;
    width: 4px;
    height: 17px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
}
.products-category:before {
    background-image: url(../../images/common/content_nav_l.png);
    left: 0;
}
.products-category:after {
    background-image: url(../../images/common/content_nav_r.png);
    right: 0;
}
.products-category li,
.products-category li a,
.products-category li:first-child a {
    color: #999;
    font-size: 13px;
    font-weight: normal;
}
.products-category li:first-child a:hover {
    text-decoration: none;
    color: #C39759;
}
.products-category li+li:before {
    content: ">";
}
/*------------ / breadcrumb ------------*/
/*------------ site_footer ------------*/

.site-footer {
    background: url(../../images/common/footer.jpg) no-repeat 50% 80%;
    background-size: cover;
    padding: 50px 0;
}
.site-footer a:hover {
    color: #fff;
}
.site-footer .container {
    color: #352F28;
}
.footer-top{
    padding: 0 0 20px;
}
.site-info {
    min-height: 90px;
    color: rgba(255,255,255,0.5);
    font-size: 12px;
}
.site-footer .share {
    margin-bottom: 10px;
    font-size: 16px;
}
.share li {
    margin: 0 5px;
}
.copyright,
.author {
    display: block;
}
.site-info {
    width: 30%;
    display: inline-block;
}
.site-map {
    width: 69%;
    display: inline-block;
}
.site-map,
.site-map ul {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
}
.site-map ul {
    text-align: left;
    margin: 0;
}
.site-map ul+ul {
    margin-left: 50px;
}
.site-map ul li {
    padding: 2px 0;
}
.site-map ul li a {
    color: #c1c1c1;
    /*text-decoration: underline;*/
    font-size: 14px;
    padding: 4px 0;
    letter-spacing:1px;
    transition: all .5s ease;
}
.site-map ul li a:hover {
    color: #fff;
}
.footer-bottom {
    font-size: 13px;
}
.footer-bottom .contact {
    padding: 20px 50px;
    border: solid 1px rgba(255,255,255,0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #fff;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.footer-bottom a {
    transition:all .5s ease;
}
.footer-bottom a:hover {
    color: #FFDB0F;
}
.footer-bottom .footer-links {
    display: inline-flex;
    width: 390px;
    vertical-align: top;
}
.footer-bottom .footer-links .fb-inner{
    border: 1px solid rgba(255,255,255,0.2);
}
.footer-bottom .footer-links .qr-inner{
    width: 184px;
    height: 105px;
    display:flex;
    justify-content:center;
    align-items:center;
    border: 1px solid rgba(255,255,255,0.2);
    margin-right:10px;

}
.footer-bottom .footer-links .qr-inner span{
    font-family: 'Hind', sans-serif;
    color:#fff;
    font-size:15px;
    font-weight:bold;
    margin-left:15px
}
.footer-bottom .contact {
    max-width: 580px;
    min-height: 107px;
    width: 55%;
    vertical-align: middle;
    display: inline-block;
}
.footer-bottom .contact .ic{
    font-size: 16px;
    margin-right: 10px;
    vertical-align: middle;
}
.footer-bottom .contact .ic-location{
    font-size: 20px;
    margin-left: -3px;
}
.footer-bottom .footer-links li a {
    opacity: .8;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.footer-bottom .footer-links li a:hover {
    opacity: 1;
}
.footer-bottom .footer-links li{
    margin: 0 -3px;
}
.footer-bottom .footer-links li+li {
    padding-left: 10px;
}
.footer-bottom .contact li+li {
    padding-left: 20px;
}
.footer-bottom .contact li:first-child {
    display: block;
    margin-bottom: 8px;
}
.footer-bottom .contact li:nth-child(2) {
    padding-left: 0;
}
.contact .icon{
    width: 25px;
    height: 25px;
    background: url(../../images/common/_icon/contact.png);
    margin: 0 5px -5px;
}
.contact .icon.tel{
    background-position: 0 -25px;
}
.contact .icon.fax{
    background-position: 0 -50px;
}
.contact .icon.mail{
    background-position: 0 -75px;
}
@media screen and (max-width:1200px) {
    .site-footer .container {
        padding-right: 10%;
    }
}
@media screen and (max-width: 1000px) {
    .site-header,.header-fixed .site-header{
        position: relative;
    }
    .site-title .logo,.header-fixed .site-title .logo{
        width: 65px;
        height: 65px;
    }
    .site-title, .header-fixed .site-title{
        margin: 0 auto;
    }
    .wrapper{
        padding-top: 40px;
    }
    .site-footer .share {
        display: none;
    }
    /*--- 隱私權手機板 ---*/
     .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        z-index: 999;
        font-size: 14px;
        padding: 40px 0 10px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        border-radius: 0;
    }
    .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隱私權手機板 ---*/
}
@media screen and (max-width:1050px) {
    .site-footer .container{
        padding: 0 15px;
    }
    .footer-bottom {
        display: flex;
        justify-content: center;
        align-items: end;
    }
    .site-info,
    .site-map {
        padding: 0;
        float: none;
        margin: 20px auto 0;
        text-align: center;
        width: 100%;
    }
    .site-info {
        background: none;
        padding: 0;
        margin-top: 0;
        min-height: auto;
    }
    .footer-bottom .footer-links{
        text-align: center;
    }
    .footer-bottom .footer-links,
    .footer-bottom .contact {
    }
    .footer-bottom .contact li {
        display: block;
        text-align: center;
    }
    .site-footer {
        
    }
}
@media screen and (max-width:1000px) {
    .site-footer .container{
        display:flex;
        flex-direction:column;
    }
    .footer-top{
        order:2;
        padding:  20px 0 0;
    }
    .footer-bottom{
        order:1;
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
    }
    .footer-bottom .footer-links{
        margin-bottom: 10px;
        display: flex;
        flex-wrap: wrap;
    }
    .footer-bottom .contact{
        max-width:inherit;
        width:100%;
    }
}
@media screen and (max-width:767px) {
    .site-map {
        display: none;
        margin: 0 -30px 20px;
    }
}
@media screen and (max-width:640px) {
    .site-map {
        max-width: 400px;
        margin: 0 auto 20px;
    }
    .site-map ul {
        width: 150px;
        margin: 0;
        text-align: center;
    }
}
@media screen and (max-width:450px) {
    .footer-bottom .footer-links li {
        display: block;
        text-align: center;
    }
    .footer-bottom .footer-links li+li {
        padding-left: 0;
        padding-top: 5px;
    }
    .footer-bottom .contact{
        padding: 15px;
    }
    .footer-bottom .footer-links{
        flex-direction:column;
        justify-content:center;
        align-items:center;
    }
    .footer-bottom .footer-links .qr-inner{
        margin:0 auto 10px;
    }
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.photo-title,.photo-intro{
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}
.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 50%;
    bottom: 30%;
    margin-right: -850px;
    z-index: 299;
    transition: all .3s ease;
}
.floating .btn.loginicon .ic{
    margin-bottom: 7px;
}
.floating .btn.loginicon{
    display: block;
    height: 60px;
    background: rgba(160,138,117,0.5);
}
.floating .btn.loginicon:hover{
    background: rgba(160,138,117,1);
}
.site-footer .btn.gotop {
    color: #fff;
    font-size: 12px;
    border-radius: 100%;
    position: absolute;
    right: 10px;
    top: 35px;
    writing-mode: vertical-rl;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Hind', sans-serif;
    font-weight: bold;
    line-height: 1;
}
.site-footer .btn.gotop:hover {
    color: #FFDB0F;
}
.site-footer .btn.gotop:before{
    content:'';
    display:block;
    width:1px;
    height:100px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
margin-bottom:10px;
transition:all .5s ease;
}
.site-footer .btn.gotop:hover:before{
    height:0;
}
.site-footer .btn.gotop .ic{
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    border-radius: 100%;
    border: 1px solid #FFFFFF;
    margin-top: 10px;
    position:relative;
    left:2px;
}
.site-footer .btn.gotop:hover .ic{
    background:#FFDB0F;
    color:#030c1d;
    border: 1px solid #FFDB0F;
}
/*------------ / floating ------------*/
/*------------ content_nav ------------*/
.content-nav-box {
    text-align: center;
    margin-bottom: 80px;
}
.content-nav li {
    padding: 0 6px;
}
.content-nav li a {
    color: #fff;
    background: #A08A75;
    font-size: 17px;
    letter-spacing: 0.1em;
    padding: 6px 14px 4px;
}
.content-nav li a:hover,
.content-nav li.active > a {
    background: #5A4B41;
}
.content-nav li.active > a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7.5px 0 7.5px;
    border-color: #5A4B41 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
}
.content-nav li.logout{
    position: absolute;
    right: 15px;
    top: -60px;
    border: 2px solid #A08A75;
    padding: 0;
}
.content-nav li.logout a {
    background: none;
    color: #FFDB0F;
    font-size: 15px;
    font-weight: bold;
    padding: 0 15px 8px;
    letter-spacing: 0;
}
.content-nav li.logout .ic{
    width: 16px;
    height: 16px;
    font-weight: normal;
    text-align: center;
    border: 2px solid #A08A75;
    color: #A08A75;
    font-size: 5px;
    line-height: 16px;
    display: block;
    margin:20px auto;
}
.content-nav li.logout a:hover,
.content-nav li.logout.active > a {
    background: #ECEBE6;
-webkit-transition: all 200ms linear;
   -moz-transition: all 200ms linear;
     -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
/*------------ / content_nav ------------*/
/*------------ pagination ------------*/
.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
    display: inline-block;
    list-style-type: none;
}
.pagination li {
    float: left;
}
.pagination li a {
    display: block;
    min-width: 36px;
    height: 36px;
    line-height: 34px;
    color: #444;
    font-size: 15px;
    padding: 0 5px;
    margin-left: -1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Hind', sans-serif;
}
.pagination li a:hover,
.pagination li.active a {
    color: #FFDB0F;
    font-weight: bold;
    position: relative;
}
.pagination li a:hover:after,
.pagination li.active a:after{
    content: '';
    width: 100%;
    height: 3px;
    background: #FFDB0F;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
}
.pagination li a.controls {
    padding: 0;
    font-size: 15px;
    line-height: 36px;
    color: #FFDB0F;
}
.pagination li a.controls:hover {
    color: #FFDB0F;
   
}
.pagination li a.controls:hover:after{
    display: none;
}
.pagination li a.prev {
    margin-right: 20px;
}
.pagination li a.next {
    margin-left: 20px;
}
.page-info {
    display: none;
}
.page-info .form-control {
    height: 36px;
    line-height: 34px;
    border: 1px solid #ddd;
    margin: 0;
    background: none;
}
.page-info .form-control:focus {
    border-color: #1BDBF0;
    background: none;
}
/*------------ / pagination ------------*/
/*------------ form ------------*/
.reminder {
    color: #777;
    padding: 0 0 20px;
    text-align: center;
    line-height: 1.8;
    font-size: 13px;
}
.reminder .ic{
    font-size: 18px;
    margin-right: 5px;
}
.reminder span {
    color: #f2ab40;
}
.reminder span .req{
    display: inline-block;
    width: 6px;height: 6px;
    border-radius: 50%;
    background: #FFDB0F;
    vertical-align: middle;
    margin-top: -2px;
}
.qty-box {
    position: relative;
    display: inline-block;
    width: 73px;
    max-width: none;
    padding: 0 20px;
    box-sizing: border-box;
}
.qty-box .form-control{
    margin-bottom: 0;
}
.qty-box .btn {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #A08A75;
    position: absolute !important;
    z-index: 0;
    top: 0;
    border: 2px solid #A08A75;
    background: #fff;
}
.qty-box .btn:hover {
    border-color: #000;
    z-index: 2;
}
.qty-box .less {
    left: 0;
}
.qty-box .add {
    right: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 33px;
    padding: 0 10px;
    border: 1px solid #e8e8e8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.qty{
    line-height: 19px;
    height: 20px;
    border-color: #CCCCCC;
    background: none;
    border: none;
    text-align: center;
}
.form-control:focus {
    outline: none;
    border-color: #FFDB0F;
}
.form-box .control-label {
    display: block;
    color: #666;
    line-height: 36px;
    padding-right: 30px;
    text-align: right;
    float: left;
    width: 130px;
}
.form-box .control-box {
    position: relative;
    float: left;
    width:calc(100% - 135px);
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}
#file-upload{
    margin-bottom: 20px;
}
.static-control {
    line-height: inherit;
    color: #FFDB0F;
    margin: 0 0 6px;
    padding: 0 5px;
    font-weight: bold;
}
.form-info-box{
    max-width: 835px;
    margin: 40px auto 0;
}
.form-wrap {
    margin: 0 auto;
    box-sizing: border-box;
}
.form-wrap.type1 {
    max-width: 835px;
    position: relative;
}
.form-wrap.type1.border {
    border: 1px solid #DFDDD3;
    position: relative;
}
.form-wrap.type1.border:before{
    content: '';
    position: absolute;
    border: 1px solid #DFDDD3;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
}
.form-wrap.type1 .form-box {
    max-width: 530px;
    margin: 35px auto 0;
}
.form-wrap.type2 {
    max-width: 960px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 3%;
}
.form-wrap.type2 .form-box {
    max-width: 460px;
}
.form-wrap .btn-box {
    margin: 0 auto;
    max-width: 900px;
    padding: 40px 20px 20px;
}
.form-wrap .btn-box.bg {
    background:#DFDDD3;
    padding: 0 20px 30px;
}
.form-box {
    margin: 0 auto;
}
.form-box .row {
    margin: 0 -12px;
    position: relative;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 12px;
}
.form-box .required {
    position: relative;
}
.form-box .required:before {
    content: '';
    display: inline-block;
    width: 6px;height: 6px;
    border-radius: 50%;
    background: #FFDB0F;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}
.form-box .form-group {
    padding: 4px 0;
    line-height: 32px;
    display: flex;
}
.form-box .form-group.captcha .form-control{
    
    margin-bottom: 0;
}
.form-box .form-group.captcha .control-box{
    
    background: #fff;
}
.form-box .form-group.captcha .control-box{
    display: flex;
}
.form-box .control-label {
    display: block;
    font-size: 14px;
    color: #7F7F7F;
    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;
    max-width: calc(100% - 145px);
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #ccc;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    transition: all .3s ease;
}
.form-box .captcha a:hover {
    color: #FFDB0F;
}
.form-box .captcha a * {
    vertical-align: middle;
}
.form-box .captcha a .ic {
    transition: transform .3s;
}
.form-box .captcha a:hover .ic {
    transform: rotate(270deg);
}
.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: #D0B499;
    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 .account .control-label {
    float: left;
}
.form-box .account .control-box {
/*    margin-left: 40px;*/
    margin-bottom: 20px;
}
.form-box .address .input-box:last-child {
    width: 100%;
}
.form-box .address2 .input-box {
    width: 22%;
}
.form-box .address2 .input-box:last-child {
    width: 56%;
}
.form-radio,
.form-checkbox {
    display: inline-block;
    position: relative;
}
.form-radio input[type=radio],
.form-checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    visibility: hidden;
    outline: 0;
    z-index: 3;
    width: 17px;
    height: 17px;
}
.form-radio:before,
.form-checkbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 0 3px;
}
.form-radio:before {
    background-image: url('../../images/common/form_radio.svg');
}
.no-svg .form-radio:before {
    background-image: url('../../images/common/form_radio.png');
}
.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.svg');
}
.no-svg .form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}
.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}
.success-wrap {
    border: 1px solid #ddd;
    text-align: center;
    max-width: 890px;
    margin: 0 auto;
    padding: 4% 35px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.success-box {
    text-align: center;
    line-height: 2;
}
.success-msg {
    color: #0059B2;
    font-size: 20px;
    line-height: 1.5;
    margin: 10px auto;
}
.success-txt {
    line-height: 1.8;
    color: #777;
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 0;
    text-align: center;
}
.success-txt .ic{
    color: #FFDB0F;
    margin: 20px 0;
    font-size: 30px;
}
.success-txt .msg{
    font-family: 'Hind', sans-serif;
    font-size: 18px;
    color: #f2ab40;
    line-height: 30px;
    letter-spacing: 2px;
}
.loginicon{
    background: #A08A75;
    width: 75px;
    height: 51px;
    margin: 0 auto;
    font-size: 13px;
    color: #fff;
    font-family: arial;
    font-weight: bold;
    padding-top: 9px;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.loginicon .ic{
    display: block;
    color: #fff;
    margin: 0 auto;
    font-weight: normal;
    font-size: 22px;
}
.loginicon:before{
    content: '';
    width: 83px;
    height: 68px;
    border: 2px solid #A08A75;
    display: block;
    position: absolute;
    top: -6px;
    left: -6px;
}
.success-txt strong {
    font-size: 43px;
    display: block;
    font-weight: bold;
}
.success-txt a {
    font-weight: bold;
    text-decoration: underline;
    color: #777777;
}
.success-txt a:hover {
    text-decoration: none;
    color: #d0b599;
}
.success-wrap .btn-box {
    max-width: 700px;
    margin: 0 auto;
}
.paid-title{
    font-family: 'Alegreya Sans SC';
    font-size: 25px;
    color: #594B3F;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 20px;
}
.check-agree-box{
    background: #DFDDD3;
    padding: 15px 40px;
    margin-top: 50px;
}
/*------------ / form ------------*/
/*------------ table ------------*/
.table-h {
    color: #A08A75;
    border: 1px solid #DFDDD3;
}
.table-h td {
    padding: 15px;
    line-height: 1.4;
    text-align: center;
    min-width: 76px;
}
.table-h .btn-holder {
    min-width: 30px;
}
.table-h thead {
    border-bottom: 1px dashed #DDDDDD;
}
.table-h thead th {
    color: #999999;
    font-weight: normal;
    padding: 12px;
}
.table-h tbody tr+tr {
    border-top: 1px dashed #DDDDDD;
}
.table-h .align-left {
    text-align: left;
}
.table-h a {
    display: inline-block;
    vertical-align: middle;
}
.table td span {
    color: #840000;
}
.table-v {
    color: #777;
    font-size: 14px;
    border-color: #DFDDD3;
}
.table-v tr {
    border-bottom: 1px dashed rgba(0,0,0,.1);
}
.table-v th,
.table-v td {
    padding: 12px 20px;
    vertical-align: middle;
    background: #F0EFEA;
}
.table-v th {
    text-align: right;
    width: 88px;
    font-weight: normal;
    position: relative;
}
.table-v strong {
    color: #594B40;
}
.table-v b {
    color: #594B40;
}
/*------------ / table ------------*/
/*------------ lightbox ------------*/
body .fancybox-close {
    background: url(../../images/common/lightbox_close.png)center no-repeat;
    height: 50px;
    position: static;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(51,51,51,0.6);
    padding: 10px 0;
}
body .fancybox-skin {
    background: #000;
    border-radius: 0;
    margin-top: 40px;
    border-radius: 5px;
}
.lightbox-wrapper {
    padding: 40px;
    max-width: 1067px;
    margin: 0 auto;
}
.login-box .form-box{
    max-width: 500px;
    margin: 0 auto;
}
.login-box .lightbox-title {
    color: #0059B2;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.3;
    padding-top: 90px;
    margin: 0 0 15px;
    text-align: center;
}
.no-svg .login-box .lightbox-title {
    background: url('../../images/common/login_ic.png');
}
.login-box .lightbox-title small {
    display: block;
    font-size: 20px;
    font-weight: normal;
}
.lightbox-wrapper .control-label {
    font-size: 13px;
    color: #7F7F7F;
}
.login-box .notice-box {
    text-align: center;
    border-top: 1px solid #333;
    margin-top: 20px;
    padding-top: 20px;
}
.login-box .notice-box .title {
    color: #ddd;
    font-size: 18px;
    font-weight: bold;
}
.login-box .notice-box .txt {
    color: #999;
    font-size: 13px;
    line-height: 1.8;
}
.login-box .form-box .control-box{
    width: 100% ;
}
.arrival-box {
    position: relative;
}
.arrival-box .pd-name {
    color: #017FFB;
    font-size: 20px;
    font-weight: bold;
    background: url('../../images/common/products/arrival_ic.png') 50% 0 no-repeat;
    padding-top: 100px;
    margin: 0;
}
.arrival-box .pd-id {
    color: #666;
    font-size: 13px;
    border-bottom: 1px solid #E7E7E7;
    padding: 0 0 5px;
}
.arrival-box .form-box {
    padding: 5px 0 15px;
}
.arrival-notice {
    color: #666;
    font-size: 13px;
    padding: 0 0 10px;
}
.arrival-box .btn-box {
    padding-top: 0;
}
/*------------ / lightbox ------------*/
#mobile-menu .main-menu{
    background: #eee !important;
}
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #FFDB0F;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #FFDB0F;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #4e96de;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    background: #333333;
    color: #fff;
}
.mmenu-show #mobile-menu .menu li ul li a:hover,
.mmenu-show #mobile-menu .menu li ul li.active > a {
    background: #FFDB0F;
    color: #fff;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
.mmenu-show #mobile-menu .share .btn .txt {
    display: none;
}
.mmenu-show #mobile-fixed .qty {
    background: #131313;
}
.mmenu-show #mobile-menu .language ul li a{
    display: inline-block;
}
.mmenu-show #mobile-search .ibtn.search {
    z-index: 1;
}
.mmenu-show .search-box:after {
    position: absolute;
    content: "\e901";
    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: #000;
    right: 0px;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
 }
 .mmenu-show #mobile-menu .share .btn {
    margin: 0 2px;
}

.mmenu-show #mobile-menu .share-menu{
    background: #363636;
}

@media screen and (max-width: 1600px) {
/*------------ floating 1600 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 0;
        margin: 0;
    }
    .site-main{
        margin-top: -10px;
    }
/*------------ / floating 1600 ------------*/
}
@media screen and (max-width: 1440px) {
/*------------ floating 1440 ------------*/
.site-nav .menu > li:nth-child(1) {
    margin-left: 0%;
}
.site-nav .menu > li:nth-child(6) {
    margin-left: 5%;
}
.site-nav .menu > li {
    position: relative;
    width: calc(10% + 10px);
    margin: 0px -10px;
}
.site-nav .menu > li:before {
    left: 5px;
    top: 0;
}
.site-header .search-box{
    width: 120px;
}
/*------------ / floating 1440 ------------*/
@media screen and (max-width: 1420px) {
/*------------ site_footer 1420 ------------*/
    .footer-top .row,
    .footer-top .col {
        display: block;
        width: auto;
    }
    .footer-top .row {
        border: 1px solid #33E2F6;
        border-width: 0 1px;
        overflow: hidden;
    }
    .footer-top .col {
        float: left;
        width: 50%;
        border-width: 0;
        padding: 30px;
    }
    .footer-top .col1 {
        width: 100%;
        border-width: 0 0 1px;
    }
    .footer-top .col2 {
        border-width: 0 1px 0 0;
    }
    .site-map {
        letter-spacing: 25px;
    }
    .site-map ul {
        display: inline;
    }
    .site-map ul+ul{
        margin-left: 0;
    }
    .site-map ul li {
        display: inline-block;
    }
    .qrcode {
        margin-bottom: 15px;
    }
    .content-nav li.logout{
        position: static;
        border: none;
    }
    .content-nav li.logout a{
        padding: 6px 14px 4px;
        font-size: 17px;
        color: #fff;
        background: #A08A75;
        font-weight: normal;
    }
    .content-nav li.logout .ic{
        display: none;
    }
    .content-nav li.logout a:hover{
        background: #5A4B41;
    }
    
/*------------ / site_footer 1420 ------------*/
}
@media screen and (max-width: 1300px) {
/*------------ / site_header 1300 ------------*/
    .site-title{
        position: static;
        padding: 10px 0;
        margin: 0 auto;
    }
    .site-title .logo{
        width: 65px;
        height: 65px; 
    position: relative;
    top: 7px;
    }
    .site-nav {
        padding: 0;
        text-align: center;
    }
    .site-nav .menu > li {
        margin: 0 -10px;
    }
    .site-nav .menu > li:nth-child(6) {
        margin: 0;
    }
    .site-nav .menu > li:nth-child(6):before{
        display:block;
    }
    .top-nav {
        right: 15px;
        top: 23px;
    }
/*------------ / site_header 1300 ------------*/
}
@media screen and (max-width: 1200px) {
/*------------ content_nav 1280 ------------*/
    .content-nav li {
        padding: 0 2px;
    }
    #mobile-menu .content-nav li{
        width: 100%;
    }
    #mobile-menu .content-nav li a{
        display: block;
    }
/*------------ / content_nav 1280 ------------*/
}
@media screen and (max-width: 1120px) {
/*------------ site_header 1120 ------------*/
    .site-nav {
        clear: both;
        position: static;
        margin: 0;
        padding: 0;
        text-align: center;
    }
/*------------ / site_header 1120 ------------*/
}
@media screen and (max-width: 1000px) {
/*------------ site_header 1000 ------------*/
    .site-title {
        float: none;
        text-align: center;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
/*------------ / site_header 1000 ------------*/
/*------------ site_main 1000 ------------*/
    .main-content {
        padding-bottom: 80px;
    }
/*------------ / site_main 1000 ------------*/
/*------------ site_footer 1000 ------------*/
    .footer-top .site-map {
        display: none;
    }
/*------------ / site_footer 1000 ------------*/
/*------------ content_nav 1000 ------------*/
    .content-nav-box,.site-map {
        display: none;
    }
/*------------ / content_nav 1000 ------------*/
/*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
        display: none !important;
    }
    .site-footer .btn.gotop,
    .site-footer .btn.gotop:hover {
        background: url('../../images/common/mobile_gotop.svg') 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
        position: absolute;
        right: 50%;
        top: -40px;
        margin-right: -15px;
        font-size: 0;
    }
    .no-svg .floating .btn.gotop,
    .no-svg .floating .btn.gotop:hover {
        background-image: url('../../images/common/mobile_gotop.png');
    }
    .site-footer .btn.gotop:before{
        display: none;
    }
    .site-footer .btn.gotop .ic {
        display: none;
    }
    .main-top{
        margin-bottom: 40px;
    }
    .decoration:after {
        content: "";
        background: url(../../images/common/_icon/sub-title-arrow.png) top center no-repeat;
        background-size: contain;
        width: 16px;
        height: 12px;
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        bottom: -28px;
    }
    .site-title:before {
        content: '';
        display: block;
        background: #000;
        position: absolute;
        width: 160px;
        height: 160px;
        border-radius: 100%;
        position: absolute;
        z-index: -1;
        left: calc(50% - 80px);
        top: calc(50% - 100px);
    }
    .banner .slick-arrow{
        display: none!important;
    }
/*------------ / floating 1000 ------------*/
}
@media screen and (max-width: 900px) {
/*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
/*------------ / table 900 ------------*/
}
@media screen and (max-width: 767px) {
/*------------ site_main 767 ------------*/
    .main-title {
        font-size: 28px;
        padding-bottom: 37px;
    }
    .main-top .btn.gohome {
        display: none;
    }
    .content-top {
        margin-bottom: 20px;
    }
    .content-title2 {
        font-size: 22px;
    }
/*------------ / site_main 767 ------------*/
/*------------ breadcrumb 767 ------------*/
    .breadcrumb {
        position: absolute;
        top: 50px;
        left: 0;
        text-align: center;
    }
/*------------ / breadcrumb 767 ------------*/
/*------------ site_footer 767 ------------*/
    .footer-top {
        text-align: center;
    }
    .footer-top .col {
        width: auto;
        float: none;
        clear: both;
        padding: 20px 15px 10px;
    }
    .footer-top .col2 {
        border-width: 0 0 1px;
    }
    .follow {
        display: block;
        letter-spacing: 10px;
        margin: 0;
    }
    .follow > * {
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0;
        margin: 0 0 15px;
    }
    .site-footer .share li {
        display: inline-block;
        padding: 0 5px;
    }
    .site-footer .share .txt {
        display: none;
    }
    .site-info-list li {
        padding: 0;
    }
    .site-info-list .ic {
        position: static;
        vertical-align: bottom;
        margin-right: 8px;
    }
/*------------ / site_footer 767 ------------*/
/*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 40px;
    }
    .pagination {
        position: relative;
        display: block;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -36px;
        margin: 0;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
/*------------ / pagination 767 ------------*/
/*------------ form 767 ------------*/
    .reminder {
        margin-bottom: 15px;
    }
    .form-title {
        font-size: 36px;
    }
    .form-box .col {
        width: 100%;
    }
    .form-wrap.type2 {
        border: 0;
        padding: 0;
    }
    .form-wrap.type2 .form-box {
        max-width: none;
    }
    .form-box .name2 .control-box {
        padding: 0;
    }
    .form-box .name2 .radio-box {
        bottom: 100%;
    }
    .form-box .address2 .input-box {
        width: 50%;
    }
    .form-box .address2 .input-box:last-child {
        width: 100%;
    }
    .form-wrap .form-box .tips {
        min-height: 0;
    }
    .success-wrap {
        padding: 30px 15px;
    }
/*------------ / form 767 ------------*/
/*------------ table 767 ------------*/
    .table-h thead {
        display: none;
    }
    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }
    .table-h td+td {
        border-left: 0;
    }
    .table-h td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
        color: #aaa;
        font-size: 13px;
    }
    .table-h tr {
        padding: 10px 0;
        position: relative;
    }
    .table-h td {
        padding: 0;
        line-height: 2;
    }
/*------------ / table 767 ------------*/
}
@media screen and (max-width: 500px) {
/*------------ lightbox 500 ------------*/
    .lightbox-wrapper {
        padding: 30px 20px;
    }
    .login-box .main-title {
        padding-top: 0;
    }
    .login-box .main-title span {
        font-size: 36px;
    }
    .login-box .notice-box {
        background-position: 50% 20px;
        padding: 120px 0 0;
        text-align: center;
    }
    .login-box .success-msg {
        font-size: 17px;
    }
/*------------ / lightbox 500 ------------*/
/*------------ table 500 ------------*/
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
    .table-v tr:nth-child(n) {
        background: none;
    }
    .table-v th {
        border: 0;
    }
/*------------ / table 500 ------------*/
}
@media screen and (max-width: 400px) {
/*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
/*------------ / form 400 ------------*/
/*------------ btn 400 ------------*/
    .btn.simple,
    .btn.simple.w2 {
        width: 100%;
        margin: 0 auto 10px;
    }
/*------------ / btn 400 ------------*/
    .form-box .form-group.captcha .control-box{
        flex-wrap: wrap;
    }
    .form-box .form-group.captcha .control-box a{
        margin: 0;
    }
    .form-box .captcha .form-control {
        display: inline-block;
        vertical-align: top;
        max-width: calc(100% - 0px);
    }
}