@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;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: #444;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.035em;
}

::placeholder { /* CSS 3 標準 */
  color: rgba(255,255,255,0.3);
}

::-webkit-input-placeholder { /* Chrome, Safari */
  color: rgba(255,255,255,0.3);
}

:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255,255,255,0.3);
}

::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255,255,255,0.3);
  opacity: 1;
}

.container {
    padding: 0 15px;
    max-width: 1470px;
}
.container.w2 {
    /*max-width: 1130px;*/
    margin: 50px auto 0;
}
.wrapper {
    margin-left: 180px;
}
*:focus {
    outline: none;
}
h3.name{
    margin: 0;
}

.box .pic {
    position: relative;
    overflow: hidden;
}
.box .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    z-index: -1;
}
.box:hover .pic img {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
  }
/*------------ / basic ------------*/
/*--- 隱私權 ---*/
.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 43px;
    left: 10px;
    width: 320px;
    padding: 20px 25px 20px 15px;
    height: auto;
    text-align: left;
    z-index: 9999;
    background-color: rgba(255,255,255,0.9);
    color: #444;
    border-radius: 8px;
    border:solid 1px #0e589c;
    letter-spacing: 0;
    line-height: 1.6;
}
.header-sheet .close-ontop {
    color: #000;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: -14px;
    top: 13px;
    transform: translateY(-50%);
    font-weight: 100;
}
button.close-ontop {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    }
.close-ontop {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.header-sheet a {
    color:#0e589c;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*---! 隱私權 ---*/
/*------------ icon ------------*/
.icon {
}
/*------------ / icon ------------*/

/*------------ btn ------------*/
.share .ibtn {
    background-image: url('../../images/common/share.png');
    width: 24px;
    height: 24px;
}
.share .ibtn.facebook {
    background-position: 0 0;
}
.share .ibtn.google {
    background-position: 50% 0;
}
.share .ibtn.twitter {
    background-position: 100% 0;
}
.share .ibtn.facebook:hover {
    background-position: 0 100%;
}
.share .ibtn.google:hover {
    background-position: 50% 100%;
}
.share .ibtn.twitter:hover {
    background-position: 100% 100%;
}
.ibtn.fb-fans-page {
    background-image: url('../../images/common/fb_page.png');
    width: 110px;
    height: 30px;
}

.btn.back {
    color: #0D0F59;
    font-size: 16px;
    line-height: 30px;
    padding: 0 15px;
    position: relative;
    margin: 3px;
    min-width: 228px;
    border: 1px solid #0D0F59;
    font-family: 'Oswald', sans-serif;

    border-radius: 100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
}
.btn.back:hover {
    color: #fff;
}
.btn.back .ic {
    font-size: 15px;
    vertical-align: middle;
    margin: 0 6px 3px 0;
}
.btn.back:before{
    content: '';
    display: block;
    width: 0%;
    height: 100%;
    background: #0D0F59;
    position: absolute;
    left: 0;
    top: 0;
    bottom:0;
    z-index: -1;
    transition: all .3s ease;
}
.btn.back:hover:before{
    width: 100%;
}
.btn.normal {
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    position: relative;
    padding: 0 16px;
    margin: 0 2px 8px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
}
.btn.normal:hover {
    color: #064c8c;
    border-color: #064c8c;
}

.btn.normal:before{
    content: '';
    display: block;
    width: 0%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom:0;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
}

.btn.normal:hover:before{
    width: 100%;
}
.btn.normal .ic {
    vertical-align: middle;
    font-size: 15px;
    color: #fff;
    margin: 0 6px 3px 0;
}
.btn.normal:hover .ic {
    color: #064c8c;
}
.btn.arrowL,
.btn.arrowR {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    padding: 0 15px;
    position: relative;
    margin: 3px;
    min-width: 228px;
    border:1px solid rgba(255,255,255,0.5);
    border-radius: 100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
}
.btn.arrowL {
    
    padding-left: 42px;
}
.btn.arrowR {
    
    padding-right: 42px;
}
.btn.arrowL:hover {
    color: #064c8c;
    border-color: #064c8c;
}
.btn.arrowR:hover {
    color: #064c8c;
    border-color: #064c8c;  
}
.btn.arrowL:before,
.btn.arrowR:before{
    content: '';
    display: block;
    width: 0%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom:0;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
}
.btn.arrowL:hover:before,
.btn.arrowR:hover:before{
    width: 100%;
}
.btn.arrowL .ic,
.btn.arrowR .ic {
    position: absolute;
    font-size:0;
    top: calc(50% - 5px);
}
.btn.arrowL .ic {
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent #fff transparent transparent;   
    transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
}
.btn.arrowL:hover .ic{
    border-color: transparent #064c8c transparent transparent;   
}
.btn.arrowR .ic {
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #fff;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
}
.btn.arrowR:hover .ic{
    border-color: transparent transparent transparent #064c8c;
}
.btn.pure {
    color: #E35700;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 5px;
    margin: 5px;
    text-decoration: underline;
}
.btn.pure:hover {
    color: #fff;
    text-decoration: none;
}

/*------------ / btn ------------*/

/*------------ site_header ------------*/
.site-header {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    bottom: 0;
    width: 180px;
    background: #f0f0f0;
    text-align: center;
}
.site-title {
    padding: 42px 0 32px;
}
.site-title .logo {
    background: url('../../images/common/logo.png') 50% 0 no-repeat;
    background-size: contain;
    width: 126px;
    height: 89px;
    -webkit-transition: opacity .3s ease;
            transition: opacity .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}

.top-nav {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;

    color: #fff;
    font-size: 14px;
    line-height: 40px;
    padding: 0 0 0 6px;
}
.top-nav > * {
    display: inline-block;
    vertical-align: top;
}
.top-nav .search-box {

    width: 200px;
    margin-right: 0px;
}
.top-nav .search-box .form-control {
    border: 1px solid rgba(255,255,255,0.3);
    background: rgba(0,0,0,0.7);
    color: #fff;
    margin: 0;
    height: 42px;
    line-height: 40px;
    padding: 0 40px 0 12px;
    border-radius: 0;
    opacity: 0.8;
}
.top-nav .search-box .form-control:focus {
    opacity: 1;
}
.top-nav .search-box .ibtn {
    background-image: url('../../images/common/btn_search.png');

    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}

.top-nav .language {
    position: relative;
}
.top-nav .language .btn {
    position: relative;
    padding: 0 30px 0 10px;
}
.top-nav .language .btn:hover {
    color: #0E589C;
}
.top-nav .language .btn:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4.5px 0 4.5px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    right: 10px;
    top: 5px;
}
.top-nav .language ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
}
.top-nav .language li {
    display: block;
}
.top-nav .language ul a {
    background: rgba(14,10,1,0.80);
    font-size: 13px;
    line-height: 1.4;
    padding: 6px 8px;
    display: block;
    margin-top: 1px;
}
.top-nav .language ul a:hover {
    background: rgba(14,88,156,0.80);
}

.func-menu {
    display: inline-block;
    vertical-align: middle;
}
.func-menu > li {
    vertical-align: middle;
    position: relative;
}
.func-menu > li+li:before {
    content: '';
    display: block;
    height: 14px;
    border-left: 1px solid #52473A;
    position: absolute;
    left: -1px;
    top: 50%;
    margin-top: -7px;
}
.func-menu > li.gocart:before {
    display: none;
}
.func-menu > li > a {
    padding: 0 10px;
}
.func-menu > li > a:hover {
    color: #B5A38C;
}
.func-menu > li.gocart {
    position: relative;
}
.func-menu > li.gocart > a {
    color: #B5A38C;
    font-size: 18px;
}
.func-menu > li.gocart > a:hover {
    color: #fff;
}
.func-menu > li.gocart > a .ic {
    font-size: 26px;
    vertical-align: middle;
    margin-right: 4px;
}
.func-menu .cart-box {
    position: absolute;
    z-index: 10;
    width: 300px;
    right: 0;
    top: 100%;
    border: 1px solid #57493b;
    background: rgba(14,10,1,0.7);
    padding: 1px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    text-align: left;
}
.func-menu .gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}
.func-menu .cart-box .btn {
    width: 100%;
    background: #634436;
    color: #fff;
    font-size: 18px;
    line-height: 39px;
    letter-spacing: 0.05em;
}
.func-menu .cart-box .btn:hover {
    background: #391e17;
}
.func-menu .cart-list {
    padding: 4px;
}
.func-menu .cart-list li+li {
    border-top: 1px dashed #555;
}
.func-menu .cart-list a {
    display: block;
    overflow: hidden;
    padding: 8px;
}
.func-menu .cart-list a:hover {
    background: rgba(62, 38, 32, 0.5);
}
.func-menu .cart-list .pic {
    float: left;
    width: 60px;
}
.func-menu .cart-list .txt {
    margin-left: 74px;
    line-height: 1.7;
    font-size: 13px;
}
.func-menu .cart-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #c3a07d;
    font-size: 16px;
}
.func-menu .cart-list a:hover .name {
    text-decoration: underline;
}
.func-menu .cart-list .qty {
    display: inline-block;
    color: #ff0000;
    font-size: 16px;
    vertical-align: middle;
    margin: 3px 3px 0;
}


.site-nav {
}
.site-nav .menu {
}
.site-nav .menu li {
    position: relative;
}
.site-nav .menu li a {
    display: block;
    color: #444;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.4;
}
.site-nav .menu > li {
}
.site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
}
.site-nav .menu > li > a {
    max-width: 110px;
    margin: 0 auto;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.13);
    transition: all .3s ease;
}
.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a {
    color: #0E589C;
}
.site-nav .menu ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 180px;
}
.site-nav .menu ul li {
    background: rgba(0,78,151,0.85);
    margin: 0 1px;
}
.site-nav .menu ul li a {
    color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    transition: all .3s ease;
}
.site-nav .menu ul li:last-child > a {
    border-bottom: 0;
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active > a {
    color: #fff;
    background: #f8b600;
}

.site-header .follow {
    margin-top: 30px;
    max-width: 110px;
    margin: 30px auto;
}
.site-header .follow .share {
    margin-bottom: 10px;
    display:flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.site-header .follow .share  .btn{
    background:#fff;
    box-sizing:border-box;
    padding: 15px;
    margin: 2px;
    transition:all .3s ease;
}
.site-header .follow .share  .btn {
    font-size:20px;
}
.site-header .follow .share  .btn:hover{
    background:#0E589C;
    color:#fff;
}

/*------------ / site_header ------------*/

/*------------ banner ------------*/
.banner {
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    /* top: 0; */
}
.banner .container {
    padding: 0 ;
    max-width: 100%;
}
/*.banner .container {
    max-width: 1920px;
    padding: 0;
}
.banner .item {
    height: 220px;
}
.banner .item img{
    object-position: center;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    max-height: inherit;
    max-width: inherit;
}*/
/*------------ / banner ------------*/

/*------------ site_main ------------*/
.site-main {
    position: relative;
}
.main-top {
    position: relative;
        background: linear-gradient(
    45deg,
    #e4eeff 25%,
    #fff 0,
    #fff 50%,
    #e4eeff 0,
    #e4eeff 75%,
    #fff 0
  );
    background-size: 3px 3px;
    padding-top: 15px;
}
.main-top:before{
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
/* 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 */

}
.main-top .container {
    max-width: 1920px;
    padding: 0px 40px;
}
.main-title {
    color: #404A5B;
    font-weight: bold;
    font-size: 38px;
    text-align: center;
    margin: 0;
    line-height: 1.5;
}
.main-content {
    padding: 0px 0 80px;
}
.content {
    margin: 0 auto;
    min-height: 300px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.content-top {
    text-align: center;
    padding: 17px 0 0;
    position: relative;
}
.content-title {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.5;
    display: inline-block;
    border: 1px solid #0E589C;
    background: #0E589C;
    padding: 6px 24px;
    margin: 0;
    min-width: 300px;
    max-width: 100%;
    border-radius: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.content-title2 {
    color: #C6BEB6;
    font-size: 30px;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    line-height: 1.4;
    margin: 0 auto 15px;
}
.content-title2:before,
.content-title2:after {
    display: inline-block;
    font-size: 25px;
    vertical-align: middle;
    margin-bottom: 5px;
}
.content-title2:before {
    content: '[';
    margin-right: 20px;
}
.content-title2:after {
    content: ']';
    margin-left: 20px;
}

.shopping-title {
    text-align: center;
    margin-bottom: 30px;
}
.shopping-title span {
    color: #B8A187;
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.5;
    display: inline-block;
    border: 1px solid #0E589C;
    padding: 6px 30px;
    margin: 0;
    min-width: 300px;
    max-width: 100%;
    border-radius: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-box {
    clear: both;
    padding-top: 30px;
    position: relative;
    text-align: center;
}
.btn-box.has-border {
    margin-top: 20px;
    border-top: 1px dashed #282835;
}
.btn-box:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.btn-box.wide-spacing {
    letter-spacing: 15px;
}
.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}

.warning-sect {
    padding-bottom: 50px;
}

/*------------ / site_main ------------*/

/*------------ breadcrumb ------------*/
.breadcrumb {
    color: #999999;
    font-size: 14px;
    padding: 0 0 17px;
    margin: 0 0 0px;
    /* background: #F8F8F8; */
    text-align: center;
     border-bottom: 1px solid #cfdaef; 
    position: relative;
}
.breadcrumb:before{
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #000;
    position: absolute;
    left: calc(50% - 30px);
    bottom: 0px;
}
.breadcrumb li {
    margin: 0;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: '/ ';
}
.breadcrumb li a:hover {
    color: #f8b300;
}

/*------------ / breadcrumb ------------*/

/*------------ content_nav ------------*/
.content-nav {
    position: relative;
    font-size: 15px;
    line-height: 1.4;
    background: #A8957B;
    text-align: center;
    padding: 6px 0;
    margin-bottom: 60px;
}
.content-nav li {
    position: relative;
    margin: 0;
    letter-spacing: 0;
    padding: 0 8px;
}
.content-nav li + li:before {
    content: '';
    display: block;
    height: 16px;
    border-left: 1px solid #705641;
    position: absolute;
    left: -1px;
    top: 50%;
    margin-top: -8px;
}
.content-nav li a {
    display: block;
    color: #3F3024;
    padding: 10px 20px;
}
.content-nav li a:hover,
.content-nav li.active > a {
    color: #782F10;
}
/*------------ / content_nav ------------*/

/*------------ site_footer ------------*/
.site-footer {
    position: relative;
    background: url('../../images/common/footer_bg.jpg') 50% 65% no-repeat;
    background-size: cover;
}
.footer-top {

    color: #72618A;
    font-size: 15px;
    line-height: 1.3;
    padding:50px 0;
}
.footer-top .title{
    font-size: 30px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 20px;
    width: 100%;
}
.site-map {
    float: left;
    color: #c7e3ff;
    font-size: 15px;
    position: relative;
    margin-right: 40px;
}
.site-map ul {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.03em;
    margin-right: 35px;
}
.site-map ul li {
    margin-bottom: 0px;
    line-height: 2.2;
}
.site-map ul li a {
    position: relative;
    padding: 4px;
    transition:all .3s ease;
}
.site-map ul li a:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: #8BADCF;
    width: 10px;
    margin: 0 6px 3px 0;
    height: 1px;

}
.site-map ul li a:hover {
    color: #fff;
}
.site-map ul li a:hover:before {
    background: #fff;
}
.site-info {
    width: calc(100% - 600px);
    float: left;
    color: #c7e3ff;
    display: flex;
    flex-wrap: wrap;
}
.site-info .site-info-list{
    margin-right:40px;
}
.site-info a:hover {
    text-decoration: underline;
}
.site-info-list li {
    position: relative;
    padding: 5px 0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.site-info-list li a {
    display: inline-block;
}
.site-info-list li .ic {
    color: #8BADCF;
    border: 1px solid #8BADCF;
    width: 21px;
    height: 21px;
    line-height: 21px;
    font-size: 17px;
    letter-spacing: 0;
    text-align: center;
    border-radius: 50%;
    margin: 0 10px 0 0;
}
.qrcode {
    float: right;
}

.footer-bottom {
    background: rgba(0,0,0,0.3);
    text-align: center;
    color: rgba(255,255,255,0.5);
    font-size: 13px;
    padding: 10px 0;
}
.footer-bottom a:hover {
    text-decoration: underline;
}
.footer-bottom .author {
    display: inline-block;
    margin: 0 10px;
}

/*------------ / site_footer ------------*/

/*------------ floating ------------*/
.floating,
.floating.fancybox-margin{
    display: none;
    position: fixed;
    right: 45px;
    bottom: 10%;
    z-index: 400;
    transition: all .3s ease;
}
.floating .gotop{
    background: url('../../images/common/gotop.png')50% 50% no-repeat;
    width: 50px;
    height: 50px;
    
}
.floating .gotop:hover{
    
}
.floating .gotop:before{
    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: #FDD423;
    will-change: transform;
    z-index:-1;
}
.floating .gotop:hover:before{
    -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);
}
.floating .gotop: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);
    background: #0E589C;
    will-change: transform;
    z-index:-2;
}
/*------------ / floating ------------*/

/*------------ pagination ------------*/
.pagination {
    margin: 0;
    padding: 0;
    text-align: center;
    
}
.pagination li {
    display: inline-block;
    vertical-align: middle;
}
.pagination li a {
    display: block;
    min-width: 30px;
    height: 30px;
    line-height: 28px;
    padding: 0 3px;
    text-align: center;
    color: #a6a6a6;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
            transition: all .3s ease;
            border-radius: 100px;
            position: relative;
            z-index: 1;
}
.pagination li a:hover,
.pagination li.active a {
    color: #FFF;
}
.pagination li a.controls {
    font-size: 26px;
}
.pagination li a:before{
    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: #0E589C;
    will-change: transform;
    z-index:-1;
}
.pagination li.active a:before,
.pagination li a:hover:before{
    -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);
}
.page-info {
    display: none;
}
.page-info .form-control {
    margin: 0;
}

/*------------ / pagination ------------*/

/*------------ form ------------*/
.reminder {
    text-align: center;
    position: relative;
    margin: 15px 0 15px;
}
.reminder span {
    display: inline-block;
}
.reminder b {
    color: #E35702;
}

.qty-box {
    position: relative;
    display: inline-block;
    width: 110px;
    max-width: none;
    box-sizing: border-box;
    padding: 0 30px;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    margin: 0;
    z-index: 1;
    padding: 0 5px;
    border-radius: 0;
}
.qty-box .btn {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 19px;
    color: #fff;
    background: #99846D;
    border-radius: 50%;
    position: absolute !important;
    z-index: 3;
    top: 3px;
}
.qty-box .btn:hover {
    background: #904E2F;
}
.qty-box .less {
    left: 0;
}
.qty-box .add {
    right: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 28px;
    color: #aad6ff;
    padding: 0 10px;
    border: 2px solid rgba(255 ,255 ,255 , 0.2);
    background: none;
    box-sizing: border-box;
    margin-bottom: 6px;
}
.form-control:focus {
    outline: none;
    border-color: #aad6ff;
}

textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}
.static-control {
    line-height: inherit;
    color: #B8B8B8;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 6px;
    padding: 0 4px;
}
.form-wrap {
    background: #064c8c;
}
.form-wrap.type3 {
    background: none;
    padding: 0;
}
.form-wrap.type2 .form-box {
    max-width: 600px;
}
.form-box {
    padding: 50px 0 ;
    margin: 0 auto;
}
.form-box .row {
    margin: 0 -24px;
    position: relative;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
}
.form-box .required {
    position: relative;
}
.form-box .required:after {
    content: '*';
    display: inline-block;
    vertical-align: middle;
    color: #E35702;
    margin-left: 10px;
}
.form-box .form-group {
    padding: 4px 0;
    line-height: 30px;
}
.form-box .control-label {
    display: block;
    color: #fff;
    padding-left: 3px;
    line-height: inherit;
}
.form-box .control-box {
    position: relative;
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}
.form-box .captcha .form-control {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    max-width: 280px;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #824435;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}
.form-box .captcha a:hover {
    color: #9c8064;
}
.form-box .captcha a * {
    vertical-align: middle;
}
.form-box .captcha a .ic {
    font-size: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color:#fff;
}
.form-box .captcha a:hover .ic {
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.form-box .account .control-label {
    float: left;
}
.form-box .account .control-box {
    margin-left: 150px;
}
.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .name2 .control-box {
    padding-right: 150px;
}
.form-box .name2 .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.form-box .name2 .radio-box label {
    margin-bottom: 0;
}
.form-box .tips {
    line-height: 1.2;
    margin-bottom: 6px;
    color: #766654;
    font-size: 12px;
    padding: 0 5px;
}
.form-wrap.type1 .tips {
    min-height: 30px;
    line-height: 15px;
}

.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;
    color: #fff;
}
.form-box .address .input-box:last-child {
    width: 100%;
}
.form-box .address2 .input-box {
    width: 22%;
}
.form-box .address2 .input-box:last-child {
    width: 56%;
}
.form-radio,
.form-checkbox {
    display: inline-block;
    position: relative;
}
.form-radio input[type=radio],
.form-checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    visibility: hidden;
    outline: 0;
    z-index: 3;
    width: 17px;
    height: 17px;
}
.form-radio:before,
.form-checkbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 14px;
    height: 14px;
    margin: 0 0 4px;
}
.form-radio:before {
    background-image: url('../../images/common/form_radio.svg');
}
.no-svg .form-radio:before {
    background-image: url('../../images/common/form_radio.png');
}
.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.svg');
}
.no-svg .form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}
.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}

.success-wrap {
    background: #064c8c;
    text-align: center;
}
.success-box {
    text-align: center;
    padding: 45px 0;
}
.success-msg {
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    margin: 0 auto 30px;
    font-family: 'Oswald', sans-serif;
}
.success-msg span {
    color: #C3C3C3;
}
.success-txt {
    color: #bed0e1;
}
.success-txt strong {
    color: #fff;
}
.success-txt a {
    text-decoration: underline;
    color: #E35701;
}
.success-txt a:hover {
    color: #904E2F;
    text-decoration: none;
}

/*------------ / form ------------*/

/*------------ table ------------*/
.table-box {
    background: #161109;
    padding: 40px 0;
}
.table-h {
}
.table-h td {
    padding: 10px 6px;
    line-height: 1.4;
    text-align: center;
    min-width: 76px;
}
.table-h .btn-holder {
    min-width: 30px;
}
.table-h thead th {
    color: #fff;
    font-weight: normal;
    padding: 12px;
}
.table-h tbody tr {
    border-top: 1px solid #3E3227;
}

.table-h .align-left {
    text-align: left;
}
.table-h a {
    display: inline-block;
    vertical-align: middle;
}
.table td span {
    color: #E35702;
}

.table-v {
    background: #1A150F;
    font-size: 13px;
    border: 1px solid #3E3227;
}
.table-v tr + tr {
    border-top: 1px solid #3E3227;
}
.table-v th,
.table-v td {
    padding: 10px 20px;
    vertical-align: middle;
}
.table-v th {
    background: #241D15;
    border: 1px solid #3E3227;
    text-align: left;
    width: 170px;
    color: #928070;
    font-weight: normal;
    position: relative;
}
.table-v td {
    color: #939393;
}
.table-v b {
    color: #E35702;
}

/*------------ / table ------------*/

/*------------ lightbox ------------*/
body .fancybox-close {
    background: url('../../images/common/lightbox_close.png') no-repeat;
    width: 40px;
    height: 40px;
    right: 0;
    top: -50px;
}
body .fancybox-close:hover {
    opacity: 0.5;
}
body .fancybox-skin {
    background: #0E0A01;
    border-radius: 0;
    margin: 0;
    border-radius: 0;
}
body .fancybox-inner {
}
.fancybox-album .fancybox-skin {
    margin: 50px 35px 5px;
}
.fancybox-album .fancybox-nav span {
    background: url('../../images/common/album/lightbox_arrow.png') no-repeat;
    width: 35px;
    height: 70px;
    margin-top: -35px;
    visibility: visible;
}
.fancybox-album .fancybox-prev span {
    background-position: 0 0;
    left: -60px;
}
.fancybox-album .fancybox-next span {
    background-position: 100% 0;
    right: -60px;
}
.fancybox-album .fancybox-prev:hover span {
    background-position: 0 100%;
}
.fancybox-album .fancybox-next:hover span {
    background-position: 100% 100%;
}
.fancybox-album .fancybox-title {
    font-family: inherit;
    color: inherit;
    line-height: inherit;
    position: relative;
    padding: 20px 5px 0;
}
.fancybox-album .photo-pager {
    color: #fff;
    font-size: 13px;
    font-family: 'Amiri', serif;
    text-align: center;
}
.fancybox-album .photo-pager b {
    color: #904D2E;
    font-size: 16px;
}
.fancybox-album .photo-title {
    color: #E5D9C9;
    font-size: 18px;
    text-align: center;
}
.fancybox-album .photo-title:before {
    content: '';
    display: inline-block;
    vertical-align: text-top;
    width: 25px;
    height: 3px;
    background: #904E2F;
    margin: 3px 10px 0 0;
}
.fancybox-album .photo-intro {
    color: #aaa;
    padding: 15px 0 15px;
}
/*------------ / lightbox ------------*/

.mmenu-show #mobile-menu .side-nav ul {
    margin: 0;
}
.mmenu-show #mobile-menu .side-nav > li+li {
    border-top: 0;
}
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #0E589C;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #0E589C;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #0E589C;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #0E589C;
}
.mmenu-show #mobile-search .form-control {
    color: #333;
}
.mmenu-show #mobile-menu .share-menu {
    background: #e0ebf5;
    padding: 3px 0;
}
.mmenu-show #mobile-menu .share .ibtn {
    margin: 0 3px;
}
.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: #a7b7c5;
    right: 0px;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
 }

@media screen and (max-width: 1730px) {
/*------------ floating 1730 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 15px;
        margin-right: 0;
    }
/*------------ / floating 1730 ------------*/
}
@media screen and (max-width: 1400px) {
/*------------ site_footer 1400 ------------*/
    .site-map {
        margin-right: 10px;
    }
    .site-map ul {
        min-width: 98px;
    }
    .site-info {
        width: calc(100% - 700px);
    }
/*------------ / site_footer 1400 ------------*/
}
@media screen and (max-width: 1200px) {
/*------------ site_footer 1200 ------------*/
    .site-map {
        float: none;
        margin: 0 0 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    .site-info {
        width: calc(100% - 0px);
        margin: 0 0 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    .site-info .site-info-list{
        margin-bottom: 20px;
    }
    .qrcode{
        float: none;
    }
/*------------ / site_footer 1200 ------------*/
}
@media screen and (max-width: 1000px) {
    /*--- 隱私權手機板 ---*/
     .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隱私權手機板 ---*/
/*------------ basic 1000 ------------*/
    .wrapper {
        margin-left: 0;
    }
/*------------ / basic 1000 ------------*/
/*------------ site_header 1000 ------------*/
    .site-header {
        position: relative;
        width: auto;
    }
    .site-title {
        padding:15px 0 10px;
    }
    .site-title .logo {
        
    }
    .site-header .follow,
    .site-nav,
    .top-nav {
        display: none;
    }
/*------------ / site_header 1000 ------------*/
/*------------ site_main 1000 ------------*/
    .banner .item {
        
    }
    .main-top .container {
        
    }
    .main-title {
        font-size: 30px;
        padding: 0;
    }
    .container.w2{
        margin: 25px auto 0;
    }
/*------------ / site_main 1000 ------------*/
/*------------ content_nav 1000 ------------*/
    .content-nav {
        display: none;
    }
/*------------ / content_nav 1000 ------------*/
/*------------ site_footer 1000 ------------*/
    .site-map {
        display: none;
    }
/*------------ / site_footer 1000 ------------*/
/*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        position: fixed;
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .ibtn.gotop,
    .floating .ibtn.gotop:hover {
        background: url('../../images/common/mobile_gotop.svg') 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    .no-svg .floating .ibtn.gotop,
    .no-svg .floating .ibtn.gotop:hover {
        background-image: url('../../images/common/mobile_gotop.png');
    }
/*------------ / floating 1000 ------------*/
    .sect2:before { 
        background: url(../../images/common/index/news_bg.jpg) 100% 50% no-repeat;
    }
    .floating .gotop:after,
    .floating .gotop:before{
        display: none;
    }
}
@media screen and (max-width: 900px) {
/*------------ form 900 ------------*/
    .form-box .col {
        width: 100%;
    }
/*------------ / form 900 ------------*/
/*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
/*------------ / table 900 ------------*/
}
@media screen and (max-width: 767px) {
/*------------ site_main 767 ------------*/
    .banner .item {
        
    }
    .main-top .container {
        
    }
    .main-title {
        font-size: 24px;
        line-height: 30px;
        padding: 0;
    }
    .main-content {
        padding-bottom: 50px;
    }
    .content-top {
        margin-bottom: 30px;
    }
    .content-title {
        min-width: 0;
    }
    .content-title2 {
        font-size: 24px;
    }
    .shopping-title {
        margin-bottom: 20px;
    }
    .shopping-title span {
        font-size: 18px;
        min-width: 0;
        padding: 6px 24px;
    }
/*------------ / site_main 767 ------------*/
/*------------ breadcrumb 767 ------------*/
    .breadcrumb {
        font-size: 12px;
        
    }
/*------------ / breadcrumb 767 ------------*/
/*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 40px;
    }
    .pagination {
        position: relative;
        height: 0;
        display: block;
        border: 0;
        padding: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -30px;
        margin: 0;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
/*------------ / pagination 767 ------------*/
/*------------ form 767 ------------*/
    .form-title {
        font-size: 24px;
    }
    .form-box {
        padding: 20px 0 15px;
    }
    .form-box .control-label {
        position: relative;
        pointer-events: visible;
        width: auto;
    }
    .form-box .control-label:after {
        display: none;
    }
    .form-box .adjust {
        padding-left: 0;
    }
    .form-box .adjust.form-control {
        padding-left: 10px;
    }
    .form-box .name2 .control-box {
        padding: 0;
    }
    .form-box .name2 .radio-box {
        bottom: 100%;
    }
    .form-box .address2 .input-box {
        width: 50%;
    }
    .form-box .address2 .input-box:last-child {
        width: 100%;
    }
    .form-wrap .form-box .tips {
        min-height: 0;
    }
    .success-wrap {
        padding: 40px 15px 30px;
    }
/*------------ / form 767 ------------*/
/*------------ table 767 ------------*/
    .table-h {
        border-bottom: 1px solid #222;
    }
    .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;
    }
    .table-h tr {
        padding: 10px 15px;
        position: relative;
    }
    .table-h td {
        padding: 0;
        line-height: 2;
    }
/*------------ / table 767 ------------*/
/*------------ lightbox 767 ------------*/
    .fancybox-album .fancybox-close {
        right: 50%;
        margin-right: -20px;
    }
    .fancybox-album .fancybox-skin {
        margin: 50px 0 5px;
    }
    .fancybox-album .fancybox-nav span {
        top: -80px;
        margin: 0;
    }
    .fancybox-album .fancybox-prev span {
        left: -10px;
    }
    .fancybox-album .fancybox-next span {
        right: -10px;
    }
/*------------ / lightbox 767 ------------*/
}
@media screen and (max-width: 600px) {
/*------------ table 600 ------------*/
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
    .table-v tr {
        padding: 0;
    }
    .table-v th,
    .table-v td {
        padding: 8px 12px;
    }
    .table-v th {
        border-width: 0 0 1px;
    }
/*------------ / table 600 ------------*/
}
@media screen and (max-width: 500px) {
/*------------ site_footer 500 ------------*/
    .footer-top {
        text-align: center;
        padding: 30px 0;
    }
    .site-info,
    .qrcode {
        float: none;
        width: auto;
    }
    .site-info {
        margin-bottom: 20px;
    }
    .site-info-list li {
        padding: 0;
    }
    .site-info-list li .ic {
        position: static;
        margin-right: 8px;
    }
/*------------ / site_footer 500 ------------*/
}
@media screen and (max-width: 400px) {
/*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
/*------------ / form 400 ------------*/
/*------------ btn 400 ------------*/
    .btn.simple {
        margin: 0 auto 10px;
    }
/*------------ / btn 400 ------------*/
}