@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;900&display=swap');

/*------------ basic ------------*/

body {
    font-family: Arial, "微軟正黑體", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #333333;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.35px;
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
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(255,255,255,0.85);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);   
    color: #444;
    border-radius: 8px;
    border:solid 1px #800613;
    letter-spacing: 0;
}
.header-sheet .close-ontop {
    color: #000;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: -14px;
    top: 13px;
    transform: translateY(-50%);
    font-weight: 100;
}
button.close-ontop {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    }
.close-ontop {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.header-sheet a {
    color:#800613;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*---! 隱私權 ---*/
/*------------ btn ------------*/
/*-----back-btn-----*/

.btn.back {
    position: relative;
    display: block;
    width: 150px;
    background: #898989;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    transition: all .6s ease;
    z-index: 0;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
}
.btn.back:hover {
    color: #000;
    background: #000;
    box-shadow: 0px 0px 6px #cacaca;
}
.btn.back:before {
    content: "";
    background: url(../../images/common/icon-arrow-white.svg) no-repeat;
    width: 20px;
    height: 5px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    margin-top: -2.5px;
    right: 24px;
    transition: transform .6s ease-out;
    background-size: contain;
}
.btn.back:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995);
    right: auto;
    left: -65px;
    bottom: -30px;
    z-index: -1;
}
.btn.back:hover:after {
    width: 200px;
    height: 200px;
    opacity: 1;
}
.btn.back:hover:before {
    transform: translateX(15px);
}
/*-----style01-btn-----*/
.btn.style01 {
    color: #7B5A42;
    line-height: 35px;
    transition: all .2s;
    display: block;
    text-align: left;
    background: #fff;
    box-sizing: border-box;
}
.btn.style01 i {
    background: #BC7C58;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    line-height: 37px;
    text-align: center;
    font-size: 19px;
    width: 35px;
    height: 35px;
    margin: -1px 10px 0 0;
}
.btn.style01:hover {
    background: #7B5A42;
    color: #fff;
    transition: all .2s;
}
.btn.style01:hover i {
    background: #000000;
}
.btn.style01.bg2 {
    color: #777777;
    background: rgba(255, 255, 255, .5);
}
.btn.style01.bg2 i {
    background: #CCCCCC;
}
.btn.style01.bg2:hover i {
    background: #777777;
}
/*-----style02-btn-----*/
.btn.style02 {
    transition: all .2s;
    border: 1px solid #810714;
    max-width: 120px;
    line-height: 30px;
    display: block;
    margin: 0 auto;
    background: #F2E6E7;
    color: #810714;
    width: 100%;
    border-radius: 0;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
}
.btn.style02 i {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 3px 8px;
}
.btn.style02:hover {
    transition: all .2s;
    color: #fff;
    background: #810714;
}
.btn.style02.arrowL i {
    margin: 0 8px 3px 0;
}
.btn.style02.bg2 {
    color: #fff;
    border: 1px solid #C3C5B5;
    background: #686859;
}
.btn.style02.bg2:hover {
    background: #810714;
    color: #FFF;
}
/*-----style03-btn-----*/
.btn.style03 {
    transition: all .2s;
    letter-spacing: 2px;
    color: #4C4C3F;
    padding: 0 12px;
    line-height: 30px;
    text-decoration: none;
    border: 1px solid transparent;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
}
.btn.style03:hover {
    transition: all .2s;
    background: #fff;
    color:#7C0612 ;
}
.btn.style03 i {
    color: #000;
    font-size: 14px;
    display: inline-block;
    vertical-align: text-bottom;
}
.btn.style03:hover i{
    color:#7C0612 ;

}
.btn.style03 .ic-zoom-in,
.btn.style03 .ic-money,
.btn.style03 .ic-typing {
    font-size: 18px;
    margin-left: 5px;
}
.btn.style03 .ic-chevron-thin-right {
    font-size: 17px;
    color: #525252;
    margin: 0 0 -1px 10px;
}
.btn.style03 .ic-chevron-thin-left {
    font-size: 17px;
    color: #525252;
    margin: 0 10px -1px 0;
}
/*---- btn-box ----*/
.btn-box {
    clear: both;
    padding: 40px 0 0 0;
    position: relative;
    text-align: center;
}
.btn-box.align-left {
    text-align: left;
}
.btn-box.has-border {
    border-top:1px solid #EDEDED;
    margin: 30px 0 0 0;
}
.btn-box.dib .btn {
    max-width: 280px;
    display: inline-block;
    margin: 0 5px 10px;
    line-height: 30px;
}
.btn-box.dib2 .btn {
    display: inline-block;
    width: auto;
    margin: 0 12px 10px;
    border-radius: 0;
}
.btn-box.dib2 .style02 {
    padding: 0 15px;
}
.btn-box.btn-all .btn {
    max-width: 100%;
}
.btn-box.has-line:before {
    content: "";
    background: #626154;
    height: 22px;
    width: 1px;
    display: block;
    position: absolute;
    bottom: 50%;
    margin: 0 0 -27px 0;
    left: 50%;
}
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.wrapper{
    padding-top: 115px;
}
.site-header {
    /* max-width: 1820px; */
    margin: 0 auto;
    padding: 0px 0 0 0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 300;
    top: 0;
    transition: all 0.3s ease;
    /* background: #000; */
}
.site-header:before{
    content:'';
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color: rgba(0,0,0,0.85);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);   
}
.site-title {
    position: absolute;
    z-index: 100;
    left: 40px;
    top: 21px;
    transition: all 0.3s ease;
    
}
.site-title .logo {
    color: transparent;
    background: url(../../images/common/logo.png) 0% 50%  no-repeat;
    background-size: contain;
    width: 260px;
    height: 72px;
    transition: all .3s ease;
}
/*------------top-nav ------------*/
.top-nav {
    font-size: 14px;
    line-height: 26px;
    text-align: right;
    position: absolute;
    top: -1px;
    right: 35px;
    z-index: 1;
}
.top-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.top-nav .container {
    display: block;
}
.top-nav > ul > li {
    margin: 0 0 0 20px;
    vertical-align: middle;
    color: #000000;
    font-size: 13px;
}
.top-nav ul > li > i {
    font-size: 14px;
    color: #E0AC72;
    vertical-align: middle;
    font-weight: bold;
    margin: 0 5px 0 0;
}
.top-nav ul > li > a:hover {
    color: #5A2100;
}
/*---- language ----*/
.language {
    position: relative;
    background: #2E2E2D;
    color: #fff;
    padding: 0 15px;
}
.language ul {
    display: none;
    position: absolute;
    z-index: 200;
    left: 50%;
    top: 100%;
    margin: 0 0 0 -45px;
    width: 90px;
    border: 1px solid #fff;
    background: #fff;
}
.language .btn i {
    color: #000000;
    font-weight: bold;
}
.language ul li {
    text-align: center;
    display: block;
    font-size: 14px;
    margin: 0;
    color: #5B5B52;
}
.language li a {
    transition: all .2s;
    display: block;
}
.language ul li a:hover {
    color: #fff;
    background: #810714;
}
/*---- search-box ----*/
.site-header .search-box {
    position: relative;
    width: 165px;
    margin: 0 -10px 0;
}
.site-header .search-box .form-control {
    height: 26px;
    line-height: 26px;
    margin: 0;
    border: 0;
    color: #FFF;
    border-radius: 0;
    padding: 0 30px 0 10px;
    transition: all .1s;
    background: #2E2E2D;
}
.search-box:hover .form-control,
.search-box .form-control:focus {
    transition: all .1s;
    background: rgba(255, 255, 255, .3);
}
.site-header .search-box a {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    width: 30px;
    height: 26px;
}
.site-header .search-box:hover a {
    color: #79796A;
}
.search-box .search {
    z-index: 1;
    position: absolute;
    width: 30px;
    height: 30px;
    display:block;
    right:0;
    top:1px;
    cursor: pointer;
}
.search-box:after {
    position: absolute;
    content: "\e901";
    font-family: 'icon-font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #C8C8C8;
    right: 0px;
    top: 0px;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 26px;
    text-align: center;
 }
.search-box:hover:after{
    color:#8a8a8a;
}
.site-header .search-box .form-control::-webkit-input-placeholder {
    color:#FFF;
}
.site-header .search-box .form-control:focus::-webkit-input-placeholder {
    color: #FFF;
}
.site-header .search-box .form-control::-moz-placeholder {
    color: transparent;
}
.site-header .search-box .form-control:focus::-moz-placeholder {
    color: #FFF;
}
.site-header .search-box .form-control::-ms-input-placeholder {
    color: transparent;
}
.site-header .search-box .form-control:focus::-ms-input-placeholder {
    color: #FFF;
}
.site-header .search-box .form-control::-moz-placeholder {
    color: transparent;
}
.site-header .search-box .form-control:focus::-moz-placeholder {
    color: #FFF;
}
/*------------site-nav ------------*/
.site-nav {
    position: relative;
    /* background: #000000; */
}
.site-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.site-nav .container {
    display: block;
}
.site-nav .menu {
    vertical-align: middle;
    text-align: right;
}
.site-nav .menu li {
    position: relative;
    margin: 0 -5px 0 0;
}
.site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
}
.site-nav .menu > li > a {
    color: #FFFFFF;
    line-height: 38px;
    font-size: 15px;
    padding: 39px 17px;
    transition: all .2s;
    letter-spacing: 3px;
}
.site-nav .menu > li > a:hover , .site-nav .menu > li.active > a{
    transition: all .2s;
    background: #810714;
}
.site-nav .menu li ul {
    display: none;
    position: absolute;
    z-index: 600;
    width: 150px;
    box-sizing: border-box;
}
.site-nav .menu ul li {
    margin: 0;
}
.site-nav .menu > li > ul {
    top: 100%;
    left: 50%;
    margin-left: -75px;
}
.site-nav .menu ul li a {
    text-align: center;
    color: #fff;
    padding: 6px 0;
    display: block;
    background: rgba(0, 0, 0, 0.8);
}
.site-nav .menu ul li a:hover,     .site-nav .menu > li > ul > li.active > a,
.site-nav .menu ul ul li a:hover , .site-nav .menu > li > ul > li > ul > li.active > a {
    background: #810714;
    color: #FFF;
}
.site-nav .menu ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}
/*------------share------------*/
.share {
    display: block;
    margin: -5px 0 0 0px;
}
.share li + li {
    margin: 0 0 0 10px;
}
.share .btn {
    display: inline-block;
    font-size: 15px;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 50%;
    transition: all .3s ease;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.share .btn:hover {
    color: #010101;
    background: #FFF;
}
/*------------ / site_header ------------*/
.header-fixed .site-header {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.header-fixed .site-header:after {
    content: "";
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 70px;
    display: block;
    background: transparent;
    position: absolute;
    bottom: 0px;
    pointer-events: none;
}
.header-fixed .site-title {
    position: absolute;
    top: 13px;
    left: 15px;
}
.header-fixed .site-title .logo {
    width: 150px;
    height: 42px;
}
.header-fixed .site-nav .menu > li > a {
    padding: 16px 17px;
}
.header-fixed .top-nav {
    /*    top: 70px;
        right: 10px;
        z-index: 50;*/
    display: none;
}
.header-fixed .top-nav > ul {
    background: #E9D7C1;
    padding: 3px 10px 4px 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
/*------------ banner ------------*/
.banner {
    position: relative;
    /* max-width: 1820px; */
    margin: 0 auto;
}

.banner .slider {
    transition: all .6s ease;
    opacity: 0;
    visibility: hidden;
}
.banner .slider.slick-initialized {
    opacity: 1;
    visibility: visible;
}
.banner > .item img.bannershow {
    animation-name:bannershow;
    animation-duration:.6s;
    animation-timing-function:ease;
 }
 @keyframes bannershow{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.main-top {
    position: relative;
    text-align: center;
    margin: 0 0 50px;
}
.main-top.no-border {
    border: 0;
    padding: 0 0 10px;
}
.main-title {
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    padding-top: 18px;
    padding-bottom: 18px;
    position: relative;
}
.main-title:before {
    content: "";
    background: #810714;
    width: 100px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px);
}
.main-title .main-title-b{   
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    line-height: 38px;
    margin: 0;
    margin-bottom: 0;
    letter-spacing: 2px;
}
.main-title span {
    font-size: 15px;
    color: #7F0613;
    display: block;
    font-weight: 900;
    font-family: 'Playfair Display', serif;
    line-height: 23px;
}
.main-content {
    padding: 47px 0 120px;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.content-title{
    margin: 0 0 20px;
    font-size: 26px;
}
/*------------shopping-title ------------*/
.shopping-title {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    position: relative;
    margin: 0 0 15px;
}
.shopping-title i {
    transform: rotate(90deg);
    font-size: 26px;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}
/*----- plus-title -----*/
.plus-title {
    margin: 0 0 5px;
}
.plus-title i {
    font-size: 20px;
    vertical-align: text-bottom;
}
.plus-tip {
    color: #000000;
    font-size: 16px;
    text-align: center;
    margin: 0 0 45px;
}
.plus-tip b {
    color: #D41922;
    text-decoration: underline;
}
/*------------ warning ------------*/
.warning-sect {
    padding-bottom: 70px;
    display: none;
}
/*------------ / site_main ------------*/
/*------------ site_footer ------------*/
.site-footer {
    position: relative;
    background: url('../../images/common/footer-bg.jpg');

    padding-top: 52px;
}
.site-footer .col {
    position: relative;
}
.site-footer .title {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: normal;
    font-family: 'Playfair Display', serif;
    letter-spacing: 2px;
    margin: 0 0 25px 0;
    line-height: 30px;
}
.site-footer .site-map .title{
    text-align: center;
}
.site-map-box {
    color: #FFF;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 30px;
}
.site-map ul {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 2px;
    text-align: left;
    color: #FFF;
    font-size: 15px;
    line-height: 1.2;
}
.site-map-box ul + ul {
    margin-left: 50px;
}
.site-map-box li  {
    margin-bottom: 15px;
    margin-right: 10px;
}
.site-map ul a:hover {
    text-decoration: underline;
}
.site-map-box li > a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: #FFF;
    margin: 0 8px 3px 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.site-footer .site-info {
    color: #FFF;
    display: flex;
    justify-content: space-between;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}
.site-info-qr {
    margin-bottom: 30px;
}
.site-footer .qr-inner {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
    min-width: 74px;
}
.site-footer .fb-inner a{
    transition: all .3s ease;
}
.site-footer .fb-inner a:hover{
    opacity: 0.8;
}
.info_box{
    display: flex;
}
.site-info-p {
    display: inline-block;
    vertical-align: top;
    margin: -5px 0 0 16px;
}
.site-info-p p {
    margin: 0;
    line-height: 2;
}
.site-info-p b {
    font-size: 25px;
}
.footer-bottom{
    background: rgba(137, 137, 137, 0.2);
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: right;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.facybox-margin {
    display: block;
    position: fixed;
    right: -5px;
    top: 20%;
    z-index: 299;
}
.fb_right {
    width: 135px;
    height: 45px;
    display: block;
    background: url('../../images/common/fb.png');
}
.floating .gotop {
    display: none;
}
.gotop {
    width: 40px;
    height: 60px;
    line-height: 67px;
    border: 1px solid #810714;
    background: #F2E6E7;
    display: block;
    position: absolute;
    right: -35px;
    bottom: 114.5%;
    color: #810714;
    text-align: center;
    box-sizing: border-box;
    transition: all .2s;
    font-size: 0;
    transform: rotate(90deg);
    text-align: center;
}
.gotop:before {
    content: "\cc901";
    color: #810714;
    font-family: 'icon-font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 28px;
    line-height: 61px;
    transition: all .3s ease;
}
.gotop:hover {
    background: #810714;
}
.gotop:hover:before {
    color: #FFF;
}
/*------------ / floating ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
    color: #535353;
    position: relative;
    font-size: 13px;
    margin: 0 0 45px;
}
.breadcrumb:before {
    content: "\e1021";
    color: #535353;
    font-family: 'icon-font' !important;
    
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: "/";
    margin: 0px 5px;
}
.breadcrumb li a:hover {
    color: #7F0613;
}
.side .breadcrumb {
    margin: 0 0 0px;
}
/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.side {
    width: 260px;
    float: left;
    padding: 0px 0 0 0;
}
.has-side .content {
    width: calc(100% - 310px);
    float: right;
}
.side-nav {
    position: relative;
    margin-top: 7px;
}
.side-nav.has-bg {
    border: 0;
    box-shadow: none;
    margin-top: 15px;
}
.side-nav > li {
    margin: 0 0 10px;
    box-shadow: 0px 0px 5px #cecece;

}
.side-nav li a {
    position: relative;
    display: block;
    line-height: 1.2;
}
.side-nav li a {
    display: block;
}
.side-nav > li > a {
    position: relative;
    font-size: 15px;
    color: #000000;
    background: transparent;
    padding: 13px 15px;
    font-weight: bold;
    transition: all .3s ease;
}
.side-nav > li > a:hover,
.side-nav > li.active > a {
    background: #800613;
    color: #FFF;
}
.side-nav ul li a {
    padding: 9px 10px 9px 32px;
    transition: all .3s ease;
}
.side-nav ul li a:before {
    content: "";
    width: 0px;
    height: 1px;
    display: block;
    position: absolute;
    background: #FFF;
    top: 50%;
    left: 0;
    opacity: 0;
    transition: all .3s ease;
}
.side-nav ul li a:hover:before {
    width: 17px;
}
.side-nav ul {
    display: none;
    padding: 10px 0;
    padding-top: 8px;
    padding-bottom: 12px;
    background: #FFF;
}
.side-nav ul li a:hover {
    color: #fff;
    background: #050302;
}
.side-nav ul li a:hover:before {
    opacity: 1;
}
.side-nav > li.logout a {
    background: #DCDDD5;
    border: 1px solid #CDCDC5;
}
/*------------ / side ------------*/
/*------------ pagination ------------*/
.pagination {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 0;
}
.pagination li {
    display: inline-block;
    vertical-align: bottom;
}
.pagination li a {
    display: block;
    min-width: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    color: #000000;
    font-size: 15px;
    box-sizing: border-box;
}
.pagination li.active a:after {
    content: "/";
    color: #000;
    margin: 0 0 0 7px;
    display: inline-block;
}
.pagination li a:hover,
.pagination li.active a {
    color: #7F0613;
}
.pagination li a.controls {
    margin: 0 10px -3px;
    color: #525252;
    min-width: auto;
    font-size: 17px;
    width: 26px;
    height: 26px;
    line-height: 31px;
    border-radius: 50%;
}
.pagination li a.controls:hover,
.pagination li.active a.controls {
    background: #FFFFFF;
}
.pagination li a.controls.next {
    margin: 0px 5px -3px;
}
.page-info {
    display: none;
}
.page-info .form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #999;
    padding: 5px 10px;
    text-align: center;
    margin: auto;
    border-radius: 0;
}
.page-info .form-control:focus {
    outline: none;
    border-color: #777777;
}
/*------------ / pagination ------------*/
/*------------ had-bg ------------*/
.has-bg {
    position: relative;
}
.table-bg {
    padding: 20px;
}
.has-img:before {
    content: "\e1009";
    font-family: 'icon-font' !important;
    
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: calc(50% - 27.5px);
    background: #000;
    color: #fff;
    font-size: 33px;
    width: 55px;
    height: 53px;
    line-height: 53px;
    text-align: center;
}
/*------------ / had-bg ------------*/
/*------------ form ------------*/
/*-----reminder-----*/
.reminder {
    text-align: center;
    margin: 0 0 45px;
    color: #666659;
    font-size: 13px;
    line-height: 1.75;
    padding: 0 0 20px;
    border-bottom: 1px solid #EDEDED;
}
.reminder strong {
    font-size: 22px;
    color: #000000;
    margin: 0 0 5px 0;
    display: block;
}
.reminder p {
    margin: 0;
}
.reminder b {
    display: block;
    margin: 10px 0 0 0;
    font-weight: normal;
}
.reminder b:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: #464637;
    margin: 0 8px 0 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}
/*-----qty-box-----*/
.qty-box {
    position: relative;
    display: inline-block;
    width: 97px;
    max-width: none;
    padding: 0 30px;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 36px;
    width: 36px;
    font-weight: bold;
    line-height: 36px;
    color: #816149;
    border: 1px solid #816149;
    box-sizing: border-box;
    background: #fff;
    border-radius: 50%;
    font-size: 15px;
    margin: 0;
    z-index: 1;
}
.qty-box .btn {
    width: 18px;
    height: 18px;
    line-height: 15px;
    font-weight: bold;
    font-size: 11px;
    border-radius: 50%;
    position: absolute !important;
    z-index: 0;
    top: 9px;
    border: 2px solid #7B5A42;
}
.qty-box .btn:hover {
    background: #776255;
    color: #fff;
}
.qty-box .add {
    left: 2px;
}
.qty-box .less {
    right: 2px;
}
/*-----form-detail-----*/
.form-control {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #333;
    border: 1px solid #cecece;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-size: 14px;
    padding: 0 10px;
}
.form-control:focus {
    outline: none;
    border-color: #800613;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: 95px;
}
.form-box .form-group {
    padding: 5px 0 10px;
}
.form-box .control-label {
    display: inline-block;
    vertical-align: top;
    width: 115px;
    padding-left: 15px;
    box-sizing: border-box;
}
.form-box .control-box .static-control {
    margin: 0px 0 15px;
}
.form-box .control-box {
    position: relative;
    display: inline-block;
    width: calc(100% - 120px);
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
    font-size: 14px;
}
.form-box .btn-group {
    margin: 27px 0 0 0;
}
.form-box-block .control-label,
.form-box-block .control-box {
    display: block;
    width: auto;
}
.no-padding .control-label {
    padding: 0;
}


.form-group .control-box.column{
    display: flex;
}

.form-group .control-box.column .input-box{
    width: 30%;
}
/*-----form-static-control-----*/
.static-control {
    line-height: inherit;
    color: #5A2100;
    font-weight: bold;
    margin: -4px 0 36px;
}
/*-----form-wrap-----*/
.form-wrap {
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 62px 95px;
    position: relative;
}
.form-box {
    max-width: 585px;
    margin: 0 auto;
    position: relative;
}
.form-box .row {
    margin: 0 -10px;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 10px;
}
/*-----form-required-----*/
.form-box .required {
    position: relative;
}
.form-box .required:before {
    content: "";
    position: absolute;
    display: block;
    background: #464637;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 50%;
    margin-top: -2px;
    left: 0;
}
/*----- captcha -----*/
.form-box .captcha .input-box {
    position: relative;
}
.form-box .captcha .form-control {
    max-width: 185px;
    display: inline-block;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}
.form-box .captcha a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    color: #777777;
    transition: transform .3s;
    margin: 0 0 0 5px;
}
.form-box .captcha a:hover i {
    color: #A57038;
}
/*----- name -----*/
.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: -11px;
    bottom: 100%;
    line-height: 1.6;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .name2 .control-box {
    padding-right: 150px;
}
.form-box .name2 .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.form-box .name2 .radio-box label {
    margin-bottom: 0;
}
/*----- address -----*/
.form-box .address .input-box:last-child {
    width: 100%;
}
.form-box .address2 .input-box {
    width: 22%;
}
.form-box .address2 .input-box:last-child {
    width: 56%;
}
/*----- tips -----*/
.form-box .tips {
    line-height: 1.5;
    margin-bottom: 6px;
    color: #AC8D5F;
    padding: 0 5px;
    font-size: 13px;
}
.form-box.type2 .tips {
    min-height: 0;
}
/*----- input-group -----*/
.form-box .input-group {
    margin: 0 -3px;
}
.form-box .input-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.form-box .input-group .input-box {
    float: left;
    width: calc(100% / 3);
    padding: 0 3px;
    box-sizing: border-box;
}
.form-box .input-group .form-control {
    display: inline-block;
}
/*----- radio + checkbox -----*/
.form-radio {
    display: inline-block;
    position: relative;
}
.form-checkbox {
    display: block;
    position: relative;
    margin: 0px 0 5px 0;
}
.form-radio input[type=radio],
.form-checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    visibility: hidden;
    outline: 0;
    z-index: 150;
    width: 17px;
    height: 17px;
}
.form-radio:before,
.form-checkbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 18px;
    height: 18px;
    margin: 0 5px 3px;
}
.form-radio:before {
    background-image: url('../../images/common/form_radio.png');
    margin: 0 3px 4px 0;
}
.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}
.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}
/*-----success-box-----*/
.success-box {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 15px;
    box-sizing: border-box;
    font-size: 13px;
    position: relative;
}
.success-box .msg {
    color: #000000;
    font-size: 18px;
}
.success-box .msg b {
    background: #800613;
    font-family: 'Playfair Display', serif;
    line-height: 48px;
    display: inline-block;
    color: #fff;
    font-size: 32px;
    letter-spacing: 2px;
    font-weight: normal;
    padding: 0 23px;
    margin: 10px 0 0 0;
    min-width: 330px;
    box-sizing: border-box;
}
.success-box a {
    color: #592000;
    text-decoration: underline;
}
.success-box .btn-box {
    margin: 10px 0 0 0;
}
.success-box small {
    font-weight: bold;
    color: #000000;
    display: block;
}
/*------------ / form ------------*/
/*------------ lightbox ------------*/
body .fancybox-opened .fancybox-title {
    text-align: right;
}
body .fancybox-close {
    background: none;
    color: #FFFFFF;
    position: static;
}
body .fancybox-close:after {
    content: "\e1019";
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 7px 5px;
    font-size: 35px;
    font-family: 'icon-font' !important;
    
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body .fancybox-close:before {
    content: "CLOSE";
    font-size: 14px;
}
body .fancybox-close:hover {
    color: #DCDDD5;
}
body .fancybox-opened .fancybox-skin {
    box-shadow: none;
    border-radius: 0;
    background: #CECEBF;
}
.lightbox-wrapper {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
/*---- alert-fancybox ----*/
#alert-fancybox {
    display: none;
}
/*------------ fancybox ------------*/
body .fancybox-album .fancybox-skin {
    margin: 0 auto 150px;
}
body .fancybox-nav span {
    visibility: visible;
    width: 39px;
    height: 55px;
    background: url('../../images/common/album/arrow.png');
    background-position: 0 100%;
    left: -60px;
}
body .fancybox-nav span:hover {
    background-position: 0 0;
}
body .fancybox-next span {
    left: auto;
    transform: rotate(180deg);
    right: -60px;
}
.photo-title {
    margin: 0 0 10px 0;
    font-size: 14px;
    padding: 8px 10px;
    color: #FFFFFF;
    background: #1B1B1B;
    font-weight: normal;
}
.photo-title i {
    font-size: 18px;
    color: #BDBDAE;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 2px 0;
}
.photo-intro {
    font-size: 14px;
    color: #2F2F2F;
    line-height: 2;
}
.photo-pager {
    text-align: center;
    font-size: 13px;
    color: #FFFFFF;
    margin: 20px 0 0 0;
    position: absolute;
    width: 100%;
}
.photo-pager b {
    font-weight: bold;
    color: #FFEEBF;
    display: inline-block;
    margin: 0 3px;
    text-decoration: underline;
}
body #fancybox-thumbs ul li {
    background: transparent;
    padding: 10px;
    opacity: 1;
}
body #fancybox-thumbs ul li a {
    border: 0;
    background: none;
    outline: none;
}
body #fancybox-thumbs ul li.active {
    opacity: 1;
    border: 0;
    padding: 10px;
}
body #fancybox-thumbs ul li a:before,
body #fancybox-thumbs ul li a:after {
    position: absolute;
    opacity: 0;
    transition: all .2s;
}
body #fancybox-thumbs ul li a:before {
    content: "\e901";
    font-family: 'icon-font' !important;
    
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    top: 50%;
    left: 50%;
    font-size: 28px;
    margin: -14px 0 0 -14px;
    z-index: 10;
}
body #fancybox-thumbs ul li a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(53, 53, 38, .8);
}
body #fancybox-thumbs ul li.active a:before,
body #fancybox-thumbs ul li.active a:after,
body #fancybox-thumbs ul li a:hover:before,
body #fancybox-thumbs ul li a:hover:after {
    opacity: 1;
    transition: all .2s;
}
/*------------ / lightbox ------------*/
/*------------ mobile_menu ------------*/
.mmenu-show #mobile-fixed li {
    background: #000;
}
.mmenu-show #mobile-search {
    background: #ddd;
}
.mmenu-show #mobile-menu .main-menu {
    background: #FFF;
}
.mmenu-show #member-box li a {
    background: #eee;
    color: #999;
    font-size: 15px;
}
.mmenu-show #mobile-fixed ul {
    border-bottom-color: #383542;
}
.mmenu-show #mobile-search .search-box i {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
}
.mmenu-show #member-box li {
    border-bottom: 1px solid #ddd;
}
.mmenu-show #mobile-menu .language-menu {
    background: #000;
}
.mmenu-show #mobile-menu .share-menu {
    border-top: 0;
    background: #000000;
}
.mmenu-show #mobile-menu .share-menu li {
    border: 0;
    margin: 0;
}
.mmenu-show #mobile-menu .menu ul li a {
    background: #FFFFFF;
    color: #999;
}
.mmenu-show #mobile-menu .menu li a {
    border-bottom: 1px solid #d0d0d0;
    color: #000;
}
.mmenu-show #mobile-fixed .qty {
    background: #810714;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #810714;
    font-weight: bold;
}
.mmenu-show #mobile-menu .share .btn {
    width: 30px;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
.mmenu-show .toggle-mmenu-close {
    color: #fff;
}
.mmenu-show #mobile-menu .language {
    display: block;
    position: relative;
    padding: 8px 0px 0 10px;
    text-align: left;
    margin: 0;
    width: auto;
}
.mmenu-show #mobile-menu .language a {
    color: #fff;
}
.mmenu-show #mobile-menu .menu ul ul li a {
    padding: 10px 30px 10px 55px;
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #d0d0d0;
}
.mmenu-show #mobile-menu .language-menu .language ul {
    display: block;
    background: none;
    border: 0;
    width: auto;
    margin: 0;
    left: 20px;
}
.mmenu-show #mobile-menu .language ul li a {
    background: none;
    line-height: 1;
    display: inline-block;
}
.mmenu-show #mobile-menu .language li + li a {
    border: 0;
}
.mmenu-show #mobile-menu .language ul li+li:before {
    content: '| ';
    color: #D6D6D6;
}



/*------------ / mobile_menu ------------*/
@media screen and (max-width: 1600px) {
    .gotop {
        right: 25px;
    }
}
@media screen and (max-width: 1350px) {
    /*------------ site-header 1350 ------------*/
    .header-fixed .site-nav .menu > li > a {
        padding: 16px 13px;
    }
    /*------------ / site-header 1350 ------------*/
}
@media screen and (max-width: 1280px) {
    /*------------ site-header 1280 ------------*/
    .site-nav .menu > li > a {
        padding: 39px 11px;
    }
    .header-fixed .menu {
        padding: 0;
        width: 100%;
        float: right;
    }

    .site-title .logo {
        width: 278px;
    }
    /*------------ / site-header 1280 ------------*/
}
@media screen and (max-width: 1024px) {
    .site-header:before {
        display: none;
    }
    .wrapper{
        padding-top: 40px;
    }
    .main-title .main-title-b{
        font-size: 27px;
        line-height: 28px;
    }
    .main-title {
        padding-top: 14px;
        padding-bottom: 12px;
    }
    .content-title {
        font-size: 20px;
    }
    /*--- 隱私權手機板 ---*/
     .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隱私權手機板 ---*/
    /*------------ site-header 1024 ------------*/
    .site-nav,
    .top-nav {
        display: none;
    }
    .site-header {
        padding: 10px 0;
        position: static;
        background: #000;
    }
    .site-title {
        position: static;
        text-align: center;
    }
    .site-title .logo,
    .header-fixed .site-title .logo {
        width: 180px;
        height: 80px;
    }
    .header-fixed .site-header {
        position: static;
    }
    .header-fixed .site-title {
        position: static;
    }
    /*------------ / site-header 1024 ------------*/
    /*------------ main-content 1024 ------------*/
    .main-content {
        padding: 10px 0 80px;
    }
    .main-top {
        padding: 0 0 10px;
        margin-bottom: 10px;
    }
    /*------------ / main-content 1024 ------------*/
    /*------------ site-footer 1024 ------------*/
    .site-footer .follow,
    .site-footer .site-map-box {
        display: none;
    }
    .site-footer .site-map .title {
        display: none;
    }
    .site-footer {
        padding-top: 40px;
        background-position: 100% 0%;
    }
    .footer-bottom {
        text-align: center;
        padding: 15px 0;
    }
    .site-footer .site-info {
        max-width: unset;
        display: block;
    }
    .site-footer .title {
       text-align: center;
       margin: 0 0 5px 0;
    }
    .info_box {
        flex-wrap: wrap;
        justify-content: center;
    }
    .site-info-p {
        margin: 10px 0 20px 0px;
        width: 100%;
        order: 1;
        text-align: center;
    }
    .site-footer .fb-inner {
        order: 2;
    }
    .site-footer .qr-inner {
        order: 3;
    }
}
@media screen and (max-width: 900px) {
    /*------------ site-footer 900 ------------*/
    .site-footer .link-list li:nth-child(3n+1) {
        clear: none;
    }
    /*------------ / site-footer 900 ------------*/
}
@media screen and (max-width: 767px) {
    /*------------ pagination 767 ------------*/
    .pagination li {
        vertical-align: middle;
    }
    .pagination-title {
        margin: 0;
    }
    .page-info {
        display: block;
        padding: 0 40px;
    }
    .pagination {
        position: relative;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -29px;
        margin: 0;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.controls.next {
        right: 0;
        margin: 0;
    }
    .pagination li span {
        display: none;
    }
    .pagination li a i {
        font-size: 22px;
        margin: 0;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ breadcrumb 767 ------------*/
    .breadcrumb {
        margin: 0 0 20px;
    }
    /*------------ / breadcrumb 767 ------------*/
    /*------------ form 767 ------------*/
    .form-wrap {
        padding: 60px 15px;
    }
    .form-box {
        padding: 0;
    }
    .form-box .row {
        margin: 0;
    }
    .form-box .col {
        float: none;
        width: auto;
        padding: 0;
    }
    .form-box .control-label,
    .form-box .control-box {
        display: block;
        width: auto;
    }
    .form-box .name2 .control-box {
        padding: 0;
    }
    .form-box .name2 .radio-box {
        bottom: 100%;
    }
    .form-box .address2 .input-box {
        width: 50%;
    }
    .form-box .address2 .input-box:last-child {
        width: 100%;
    }
    .form-box .tips {
        min-height: 0;
    }
    .form-box .captcha a {
        right: 2%;
    }
    .static-control {
        margin: 0 0 20px;
    }
    .success-box .msg b {
        font-size: 1.4em;
        min-width: auto;
    }
    /*------------ / form 767 ------------*/
    /*------------ lightbox 767 ------------*/
    body .fancybox-nav span {
        left: 0;
    }
    body .fancybox-next span {
        left: auto;
        right: 0px;
    }
    /*------------ / lightbox 767 ------------*/
    .form-box .input-group .input-box {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    /*------------ site-footer 600 ------------*/
    .gotop {
        display: none;
    }
    /*------------ / site-footer 600 ------------*/
    /*------------ floating 600 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 50%;
        bottom: 15px;
        top: auto;
        margin-right: -15px;
    }
    .floating a {
        display: none;
    }
    .floating .ibtn.gotop {
        color: transparent;
        display: block;
        background: url(../../images/common/mobile_gotop.png) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
        top: auto;
        margin: 0;
        transform: rotate(0deg);
        right: 0px;
    }
    /*------------ / floating 600 ------------*/
}
@media screen and (max-width: 500px) {
    /*------------ form 500 ------------*/
    .form-box .captcha .form-control {
        max-width: 100%;
        display: block;
    }
    /*------------ form 500 ------------*/
}
@media screen and (max-width: 400px) {
    /*------------ btn-box 400 ------------*/
    .btn-box.has-line:before {
        display: none;
    }
    /*------------ / btn-box 400 ------------*/
}
