@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap');
/*------------ basic ------------*/
body {
    background: url('../../images/common/body_bg.png');
    font-family: "Albert Sans", "Noto Sans TC", Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #333333;
    font-size: 15px;
    line-height: 1.65;
    letter-spacing: 0.1em;
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
.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 1.0s ease;
    -moz-transition: all 1.0s ease;
    -ms-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    transition: all 1.0s ease;
}
.box:hover .pic img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
/*------------ / basic ------------*/
/*------------ icon ------------*/
/*------------ / icon ------------*/
/*------------ btn ------------*/
.share .btn {
    width: 30px;
    height: 30px;
    line-height: 33px;
    font-size: 16px;
    color: #fff;
    background: #004398;
    border-radius: 50%;
}
.share .btn.facebook:hover {
    background: #3B5999;
}
.share .btn.plurk:hover {
    background: #FF5C26;
}
.share .btn.google:hover {
    background: #D93600;
}
.share .btn.twitter:hover {
    background: #000;
}
.ibtn.fb-fans-page {
    background-image: url('../../images/tw/fb_page.png');
    width: 231px;
    height: 100px;
    transition: all .3s;
}
.ibtn.fb-fans-page:hover {
    opacity: 0.8;
}
.btn.back {
    color: #333;
    font-size: 15px;
    letter-spacing: 1px;
}
.btn.back:hover {
    color: #004398;
}
.btn.back .ic {
    vertical-align: middle;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #333;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    border-radius: 50%;
    margin: 0 8px 3px 0;
}
.btn.back:hover .ic {
    background: #004398;
    color: #fff;
}
.btn.simple {
    background: #004398;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    line-height: 45px;
    letter-spacing: 0.06em;
    border-radius: 5px;
    width: 180px;
    margin: 0 5px 10px;
}
.btn.simple:hover {
    background: #333;
}
.btn.simple .ic {
    vertical-align: middle;
    margin-bottom: 4px;
}
.btn.simple2 {
    background: #004398;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 36px;
    letter-spacing: 0.06em;
    border-radius: 8px;
    width: 216px;
    margin: 0 5px 10px;
    transition: all .3s;
}
.btn.simple2:hover {
    background: #333;
}
.btn.normal {
    border: 1px solid #004398;
    background: #fff;
    width: 126px;
    height: 35px;
    line-height: 35px;
    color: #004398;
    font-size: 15px;
    letter-spacing: 0.05em;
    margin: 0 5px 10px;
    position: relative;
    border-radius: 5px;
    transition: all .3s;
}
.btn.normal:hover {
    background: #004398;
    color: #fff;
}
.btn.normal .ic {
    vertical-align: middle;
    margin: 0 0 5px 0;
}
.btn.pure {
    color: #004398;
    font-size: 15px;
    line-height: 30px;
    padding: 0 5px;
    margin: 0 5px 10px;
}
.btn.pure:hover {
    text-decoration: underline;
}
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.site-header {
    padding: 0px 0 25px;
    background: #fff;
    border-top: 5px solid #004398;
}
.site-header .container {
    max-width: 1440px;
    padding: 0;
}
.site-title {
    position: relative;
    float: left;
    text-align: center;
    padding: 38px 0 20px;
}
.site-title .logo {
    background: url('../../images/common/logo.png') 50% 50% no-repeat;
    background-size: contain;
    width: 373px;
    height: 69px;
    transition: opacity .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
.top-nav {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 50px;
}
.top-nav>* {
    display: inline-block;
    vertical-align: middle;
}
.func-menu>li {}
.func-menu>li>a {
    color: #666;
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 0;
    padding: 0 5px;
    transition: all .3s;
}
.func-menu>li>a:hover {
    color: #004398;
    text-decoration: underline;
}
.func-menu>li>a .ic {
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #004398;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 6px;
}
.gocart {
    position: relative;
    padding: 0 10px;
}
.gocart>a {
    display: block;
    line-height: 40px;
    height: 45px;
    padding: 0 15px;
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    background: #FDC80B;
    border-radius: 30px;
}
.gocart>a>* {
    display: inline-block;
    vertical-align: middle;
}
.gocart>a .ic {
    font-size: 22px;
}
.gocart>a .qty {
    margin: 0 5px;
}
.gocart>a .txt {
    background: url('../../images/common/gocart_txt_bg.png') no-repeat;
    width: 46px;
    height: 23px;
    line-height: 23px;
    color: #563510;
    font-size: 15px;
    letter-spacing: 0;
    text-align: center;
    display: none;
}
.gocart>a:hover .txt {
    background-position: 0 100%;
    color: #fff;
}
.gocart .cart-box {
    position: absolute;
    z-index: 10;
    width: 250px;
    right: 0;
    top: 100%;
    background: #fff;
    border: 2px solid #b3b3b3;
    padding: 5px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
}
.gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}
.gocart .cart-box .btn {
    width: 100%;
    background: #333;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 39px;
    letter-spacing: 2px;
    border-radius: 0;
}
.gocart .cart-box .btn:hover {
    background: #004398;
}
.gocart .cart-box .btn .ic {
    vertical-align: middle;
    margin: 0 0 5px;
}
.gocart .cart-list {
    color: #333;
}
.gocart .cart-list li+li {
    border-top: 1px dashed #ddd;
}
.gocart .cart-list .box {
    display: block;
    overflow: hidden;
    padding: 8px 4px;
}
.gocart .cart-list .pic {
    float: left;
    width: 70px;
}
.gocart .cart-list .txt {
    margin-left: 82px;
    line-height: 1.7;
}
.gocart .cart-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #004398;
    font-size: 16px;
}
.gocart .cart-list .box:hover .name {
    text-decoration: underline;
}
.gocart .cart-list .qty {
    color: #e44445;
}
.gocart .cart-list .box {
    position: relative;
    transition: all .3s;
}
.gocart .cart-list .box:hover {
    background: rgb(246, 246, 246);
}
.gocart .cart-list .box .cover {
    position: absolute;
    z-index: 30;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    font-size: 0;
}
/*------- 會員下拉 ------*/
.func-menu>li.gomember {
    position: relative;
    display: inline-block;
}
.func-menu>li.gomember>a {}
.func-menu .gomember-box {
    position: absolute;
    z-index: 10;
    width: 120px;
    right: 0%;
    left: -20%;
    top: 100%;
    background: #fff;
    padding: 0px;
    border: 2px solid #b3b3b3;
    text-align: center;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    color: #333;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    letter-spacing: 1px;
}
.func-menu .gomember.active .gomember-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}
.func-menu .gomember-list {
    padding: 0px 0;
}
.func-menu .gomember-list li+li {
    padding: 1px 0 0;
}
.func-menu .gomember-list a {
    display: block;
    overflow: hidden;
    padding: 5px 0;
    transition: all .3s;
}
.func-menu .gomember-list a:hover {
    color: #004398;
    background: #efefef;
}
.func-menu .gomember-list .txt {
    margin-left: 82px;
    line-height: 1.7;
}
.func-menu .gomember-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #292929;
    font-size: 15px;
}
.func-menu .login-out-fixed {
    background: #E5ECF4;
}
.func-menu .gomember-list .login-out-fixed a:hover {
    color: #fff;
    background: #004398;
}
/*------- 會員下拉end ------*/
/*--------主選單---------*/
.site-header .search-box {
    position: relative;
    width: 220px;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.site-header .search-box:before {
    display: none;
}
.site-header .search-box .form-control {
    border-color: transparent;
    margin: 0;
    background: #F3F3F3;
    border-radius: 20px;
    height: 45px;
    line-height: 45px;
    padding-right: 50px;
}
.site-header .search-box .form-control:focus {
    border-color: #979797;
}
.site-header .search-box .ibtn.search {
    background: #004398 url(../../images/common/btn_search.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
}
.no-svg .site-header .search-box .ibtn.search {
    background-image: url('../../images/common/btn_search.png');
}
.site-header .search-box .btn.search:hover {
    color: #B20000;
}
.site-header .search-box .btn.search:before {
    content: '';
    display: block;
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #fff;
}
.site-header .language {
    position: relative;
}
.site-header .language .btn {
    display: none;
}
.site-header .language li a {
    display: block;
    background: #F99602;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 24px;
    padding: 0 8px;
    border-radius: 12px;
}
.site-header .language li a:hover {
    background: #6A4113;
}
.site-nav {
    clear: both;
    padding: 0 5px;
}
.site-nav>*,
.submenu>* {
    display: inline-block;
    vertical-align: middle;
}
.submenu {
    text-align: right;
    position: absolute;
    top: 115px;
    right: 10px;
}
.submenu>* {
    margin-left: 12px;
}
.site-nav .menu {
    text-align: center;
}
.site-nav .menu li {
    position: relative;
}
.site-nav .menu li a {
    display: block;
}
.site-nav .menu>li {}
.site-nav .menu>li:nth-last-child(-n+4) {
    display: none;
}
.site-nav .menu li+li:before {
    content: '';
    display: block;
    width: 1px;
    height: 15px;
    background: #797979;
    position: absolute;
    left: -24px;
    top: calc(50% - 10px);
    transition: all .5s;
    opacity: 0.5;
}
.site-nav .menu>li>a {
    width: auto;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    padding: 0;
    transition: all .3s;
    text-align: left;
    margin-right: 48px;
}
.site-nav .menu>li.active>a,
.site-nav .menu>li>a:hover {
    color: #004398;
}
.site-nav .menu>li>a .icon {}
.site-nav .menu ul {
    display: none;
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    position: absolute;
    z-index: 600;
    width: 190px;
    box-sizing: border-box;
}
.site-nav .menu>li>ul {
    top: 100%;
    left: 50%;
    margin-left: -95px;
}
.site-nav .menu>li>ul:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 7px 8px;
    border-color: transparent transparent #333 transparent;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -8px;
}
.site-nav .menu ul li a {
    color: #555;
    font-size: 14px;
    text-align: center;
    padding: 12px;
    background: rgba(255, 255, 255, 0.85);
    margin-bottom: 1px;
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active>a {
    color: #fff;
    background: #333;
    text-decoration: underline;
}
.site-nav .menu ul ul {
    left: 100%;
    top: 0;
    margin-left: 1px;
}
.site-nav .menu ul ul:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 2px;
}
.site-nav .menu .new_menu {
    display: none;
}
/*------------ / site_header ------------*/
/*------------ header-fixed ------------*/
.header-fixed .site-header {
    position: fixed;
    width: 100%;
    z-index: 500;
    padding: 0;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
    background: url(../../images/common/body_bg.png);
}
.header-fixed .func-menu li {
    display: none;
}
.header-fixed .func-menu .gomember-box li {
    display: block;
}
.header-fixed .func-menu .gomember {
    display: block;
}
.header-fixed .submenu {
    position: absolute;
    top: 25px;
    right: 250px;
}
.header-fixed .submenu>* {
    display: inline-block;
    margin: 0;
    margin-right: 110px
}
.header-fixed .site-title {
    padding: 15px 0;
    padding-left: 15px;
}
.header-fixed .site-title .logo {
    width: 200px;
    height: 22px;
}
.header-fixed .top-nav {
    top: 15px;
}
.header-fixed .site-nav .menu>li>a {}
.header-fixed .site-nav .menu>li>a .icon {
    display: none;
}
.header-fixed .site-header .search-box:before {
    top: 3px;
}
.header-fixed .site-nav {
    margin-bottom: 15px;
    padding-left: 15px;
}
.header-fixed .site-header .search-box {
    display: none;
}
.header-fixed .gocart>a {
    font-size: 25px;
    line-height: 33px;
    height: auto;
}
.header-fixed .submenu {
    top: 20px;
    right: 160px;
}
/*------------ / header-fixed ------------*/
/*------------ 拆單開始 ------------*/
.shopping_way.hot span {
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    bottom: 5px;
    position: relative;
}
.shopping_way.hot {
    text-align: center;
    margin-top: 8px;
    font-weight: normal;
}
.shopping_way .general {
    background: #b7b7b7;
}
.shopping_way .cold {
    background: #64e278;
}
.shopping_way .freezing {
    background: #91d5f3;
}
.shopping_way span+span {
    margin-left: 10px;
}
.shopping_way.hot.fixed {
    text-align: left;
}
/*------------ 拆單結束 ------------*/
/*------------ banner ------------*/
.banner {
    position: relative;
    padding-bottom: 46px;
}
.banner .container {
    max-width: 1440px;
    padding: 0;
    z-index: 2;
}
/*------------ / banner ------------*/
/*-----share_box-----*/
.share_box .share-link .btn {
    font-size: 28px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid transparent;
    margin: 2px 0;
}
.share_box .share-link .btn.facebook {
    color: #405D9A;
}
.share_box .share-link .btn.google {
    color: #F34537;
}
.share_box .share-link .btn.twitter {
    color: #000;
}
.share_box .share-link .btn.plurk {
    color: #E9443D;
}
.share_box.product {
    margin: 10px auto 0px auto;
    max-width: 840px;
}
.share_box {
    margin: 10px 0 30px;
    text-align: center;
}
.share_box .share-link .btn.blogger,
.share_box .share-link .btn.facebook,
.share_box .share-link .btn.google,
.share_box .share-link .btn.twitter,
.share_box .share-link .btn.mail,
.share_box .share-link .btn.linkedin,
.share_box .share-link .btn.tumblr,
.share_box .share-link .icon-ic-share-t,
.share_box .share-link .btn.line,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w,
.share_box .share-link .btn.pinterest,
.share_box .share-link .btn.plurk {
    color: #aeaeae;
    cursor: pointer;
}
.a2a_default_style .a2a_svg {
    display: none;
}
.share_box .share-link .btn.blogger:hover {
    color: #F26C38;
}
.share_box .share-link .btn.facebook:hover {
    color: #405D9A;
}
.share_box .share-link .btn.google:hover {
    color: #F34537;
}
.share_box .share-link .btn.twitter:hover {
    color: #7F7F7F;
}
.share_box .share-link .btn.mail:hover {
    color: #F6C13D;
}
.share_box .share-link .btn.linkedin:hover {
    color: #0177B5;
}
.share_box .share-link .icon-ic-share-t:hover {
    color: #36465C;
}
.share_box .share-link .btn.line:hover {
    color: #00C300;
}
.share_box .share-link .icon-ic-share-linecall:hover {
    color: #00C300;
}
.share_box .share-link .icon-ic-share-w:hover {
    color: #F70B19;
}
.share_box .share-link .btn.pinterest:hover {
    color: #DE220A;
}
.share_box .share-link .btn.plurk:hover {
    color: #E9443D;
}
.share_box .share-link .icon-ic-share-t,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
    font-size: 28px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin: 2px 0;
    padding: 0;
}
.share_box .share-link .btn.line {
    padding: 0px;
}
.share_box .share-link:before {
    display: none;
}
.share_box .share-link .icon-ic-share-twitter::before {
    font-family: 'icon-font' !important;
    content: "\ff007" !important;
}
/*-----share_box-----*/
/*------------ site_main ------------*/
.main-content {
    padding: 10px 0 70px;
}
.content {
    min-height: 150px;
    padding: 0 35px 30px;
    box-sizing: border-box;
}
.content-top {
    margin: 0 -35px 15px;
    padding: 0px 35px 20px;
}
.main-title {
    color: #333333;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 10px;
    line-height: 1.3;
    letter-spacing: 2px;
    border-bottom: 1px solid #CCCCCC;
}
.main-title span {
    display: inline-block;
    vertical-align: middle;
    color: #004398;
    font-size: 20px;
    margin-bottom: 2px;
}
.main-title .ic {
    vertical-align: middle;
    font-size: 0.8em;
    margin: 0 6px 3px 0;
    color: #333333;
}
.content-title {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 15px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
.content-title small {
    display: block;
    color: #004398;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 2px;
    margin-bottom: 5px;
}
.shopping-title,
.shopping-title-up {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.15em;
    line-height: 1.2;
    margin-bottom: 10px;
    text-indent: -42px;
    padding-left: 42px;
}
.shopping-title .en,
.shopping-title-up .en {
    font-family: 'Signika Negative', sans-serif;
    font-size: 20px;
    letter-spacing: 0.05em;
}
.shopping-title .ic-wrap,
.shopping-title-up .ic-wrap {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0;
    text-indent: 0;
    border: 1px solid #c1c1c1;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.shopping-title .ic-wrap .ic,
.shopping-title-up .ic-wrap .ic {
    font-size: 20px;
    color: #333;
    vertical-align: middle;
    margin: 0 0 4px;
}
.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.align-left {
    text-align: left;
}
.btn-box.has-border {
    margin-top: 15px;
    padding-top: 40px;
}
.warning-sect {
    padding-top: 60px;
    padding-bottom: 105px;
}
.site-info {
    border: 1px solid #DDDDDD;
    padding: 0px 0px;
    border-radius: 0;
    letter-spacing: 0.06em;
    margin-top: 30px;
    box-sizing: border-box;
}
.site-info .title {
    padding: 0;
    padding-left: 25px;
    background: url(../../images/common/siteinfo_title.png) no-repeat top;
    background-size: contain;
    color: #fff;
    font-size: 25px;
    width: auto;
    height: 66px;
    margin: 0 auto 0px;
    font-weight: bold;
    line-height: 66px;
}
.site-info .editor {
    box-sizing: border-box;
    padding: 20px 25px;
    border: 1px solid #DDDDDD;
}
.site-info-list li {
    position: relative;
    padding-left: 12px;
}
.site-info-list li:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #F97D02;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
.site-info-list li a {
    display: inline;
}
.site-info-list li a:hover {
    text-decoration: underline;
}
/*------------ / site_main ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
    float: right;
    text-align: right;
    color: #878787;
    font-size: 13px;
    letter-spacing: 0.5px;
    transition: all .3s;
    padding: 10px 0 0 10px;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
    transition: all .3s;
}
.breadcrumb li+li:before {
    content: '> ';
}
.breadcrumb li a:hover {
    color: #004398;
}
.content-breadcrumb-box {
    margin: 0 auto 20px;
}
.content-breadcrumb-box .breadcrumb {
    float: none;
    display: inline-block;
    background: #e8eaec;
    color: #505050;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 14px;
}
/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.has-side .content-wrapper {}
.side {
    float: left;
    width: 275px;
}
.has-side .content {
    float: right;
    width: calc(100% - 310px);
}
.side-title {
    color: #333333;
    font-size: 28px;
    font-weight: 600;
    text-align: left;
    line-height: 1.3;
    margin: 0 auto 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.side-title small {
    display: none;
}
.side-nav-top {
    text-align: left;
    line-height: 1.4;
    letter-spacing: 0.05em;
    padding: 0 0px 10px;
    margin: 0 auto 25px;
}
.side-nav-top li a {
    color: #333333;
    font-size: 17px;
    font-weight: normal;
    padding: 10px 10px 10px 20px;
    background: #FFFFFF;
    margin-bottom: 10px;
    z-index: 1;
}
.side-nav-top li a:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #FDC80B;
    width: 5px;
    height: 100%;
    transition: all .3s;
    z-index: -1;
}
.side-nav-top li a:hover:after {
    width: 100%;
}
.side-nav-top li a .ic {
    font-size: 20px;
    position: absolute;
    left: 0;
}
.side-nav {
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-align: left;
    margin: 0 auto 25px;
}
.side-nav>li {
    margin-bottom: 14px;
}
.side-nav>li>a {
    color: #333333;
    font-size: 17px;
    font-weight: normal;
    padding: 8px 10px 8px 10px;
    border-radius: 0;
    border-bottom: 1px solid #DDDDDD;
    transition: all .3s;
}
.side-nav>li>a:hover,
.side-nav>li.active>a {
    color: #004398;
    padding-left: 30px;
}
.side-nav>li>a:after {
    content: ' ';
    display: block;
    background: #004398;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: 12px;
    top: 14px;
    opacity: 0;
    transition: all .3s;
}
.side-nav>li>a:hover:after,
.side-nav>li.active>a:after {
    opacity: 1;
}
.side-nav ul {
    display: none;
    padding: 18px 0;
    background: #F3F3F3;
}
.side-nav ul li a {
    color: #5F5F5F;
    font-size: 15px;
    transition: all .3s;
    padding: 7px 20px 7px 20px;
}
.side-nav ul li a:hover,
.side-nav ul li.active>a {
    color: #004398;
}
.side-nav ul ul {
    margin-bottom: 10px;
}
.side-nav ul ul a {
    padding: 3px 20px 3px 20px;
    padding-left: 30px;
}
.side-nav ul ul a::before {
    content: '- ';
}
/*------------ / side ------------*/
/*------------ site_footer ------------*/
.site-footer {
    padding-top: 5px;
    position: relative;
    margin-top: 30px;
}
.site-footer:before {
    content: '';
    background: url(../../images/common/footer.jpg) fixed;
    background-size: cover;
    position: absolute;
    z-index: 0;
    height: 505px;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: -1;
    background-size: cover;
}
.footer-top {
    padding: 0px 0 50px;
}
.footer-top .container {
    border-top: 1px solid #D2D2D2;
    padding-top: 55px;
}
.follow-box {
    float: left;
    position: absolute;
    bottom: 0;
    padding: 0;
    z-index: 50;
}
.follow {
    padding: 15px;
}
.follow-box>*,
.follow>* {
    display: inline-block;
    vertical-align: top;
}
.follow-box>* {
    margin: 0;
    padding: 0;
    margin-right: 0;
}
.follow .share {
    text-align: center;
    padding-bottom: 0;
    margin: 0;
}
.follow .share .btn {
    margin: 2px 0 3px;
}
.footer-top .txt-box {
    width: 33%;
    display: inline-block;
    text-align: left;
}
.footer-top .txt-box ul {
    list-style-type: none;
    padding: 0;
    padding-bottom: 25px;
    margin: 0;
}
.site-map {
    float: right;
    width: calc(100% - 630px);
    overflow: hidden;
    max-width: 530px;
    color: #646464;
}
.site-map ul {
    float: left;
    width: 25%;
    padding: 0px 0px 0 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.site-map ul li {
    padding: 0px 0 4px;
}
.site-map ul li a {
    transition: all .3s;
    letter-spacing: 1px;
}
.site-map ul li a::before {
    content: '- ';
}
.site-map ul li a:hover {
    color: #004398;
}
.footer-bottom {
    background: #004398;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    text-align: center;
    padding: 18px 0;
}
.footer-bottom a:hover {
    text-decoration: underline;
}
.footer-info-page .share {
    text-align: center;
    padding-bottom: 25px;
    margin: 0px 0 15px;
}
.footer-info-page .share .btn {
    margin: 2px 0 3px;
}
.footer-info-page {
    text-align: center;
}
.qrcode {
    margin: 0 15px;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 40px;
    bottom: 15%;
    z-index: 400;
    transition: all .3s ease;
}
.floating .ibtn.gotop {
    background: #004398;
    width: 60px;
    height: 60px;
    position: relative;
    border-radius: 50%;
    transition: all .3s;
}
.floating .ibtn.gotop:hover {
    background: #333;
}
.floating .ibtn.gotop::before {
    content: '';
    border: 1px solid #ffffff;
    border-width: 2px 2px 0 0;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 26px;
    top: 28px;
    display: block;
    transform: rotate(-45deg);
}
/*------------ / floating ------------*/
/*------------ content_nav ------------*/
.btn.logout {
    display: block;
    background: #241711;
    color: #fff;
    font-size: 14px;
    width: 90px;
    line-height: 25px;
    margin: 5px auto 0;
}
.btn.logout:hover {
    background: #B20000;
}
.content-nav {
    margin-top: 30px;
    text-align: center;
}
.content-nav li {}
.content-nav li a {
    color: #545454;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 10px;
}
.content-nav li a:hover,
.content-nav li.active>a {
    color: #000;
}
.content-nav li a .ic {
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 34px;
    background: #fff;
    border-radius: 50%;
    margin: 0 8px 3px 0;
}
.content-nav li a:hover .ic,
.content-nav li.active>a .ic {
    background: #B20000;
    color: #fff;
}
/*------------ / content_nav ------------*/
/*------------ pagination ------------*/
.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
    list-style-type: none;
}
.pagination li {
    display: inline-block;
    vertical-align: middle;
}
.pagination li a {
    display: block;
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    color: #333;
    font-size: 15px;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
}
.pagination li a:hover,
.pagination li.active a {
    color: #004398;
    text-decoration: underline;
}
.pagination li a.controls {
    background: #ececec;
    font-size: 1.2em;
    padding: 0;
    line-height: 28px;
    border-radius: 50%;
    transition: all .3s;
}
.pagination li a.controls:hover {
    background: #333;
    color: #fff;
}
.pagination li a.prev {
    margin-right: 10px;
}
.pagination li a.next {
    margin-left: 10px;
}
.page-info {
    display: none;
}
.page-info .form-control {
    margin: 0;
}
.page-info .form-control:focus {}
/*------------ / pagination ------------*/
/*------------ form ------------*/
.reminder {
    color: #004398;
    font-size: 15px;
    text-align: center;
    margin: 0 0 35px;
}
.reminder span {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 40px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
}
.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 29px;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}
.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    color: #666;
    border: 1px solid #ddd;
    background: #fff;
    position: absolute !important;
    z-index: 0;
    top: 0;
}
.qty-box .btn:hover {
    color: #fff;
    background: #004398;
    z-index: 2;
}
.qty-box .less {
    left: 0;
    border-radius: 15px 0 0 15px;
}
.qty-box .add {
    right: 0;
    border-radius: 0 15px 15px 0;
}
.main-content.cart-two .qty-box {
    width: auto;
    padding: 0px;
}
.form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 28px;
    padding: 0 12px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.form-control:focus {
    outline: none;
    border-color: #9e9e9e;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: auto;
}
/*
select.form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 28px;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 14px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url('../../images/common/arrow.png') no-repeat scroll right center;
}
select.form-control:focus {
    outline: none;
    border-color: #FF683E;
}*/
.static-control {
    line-height: inherit;
    color: #FF5C2D;
    font-weight: bold;
    margin: 0 0 6px;
    padding: 0 5px;
}
.form-wrap {
    margin: 0 auto;
    box-sizing: border-box;
    background: url('../../images/common/border_dot_h.png') repeat-x;
}
.form-title {
    color: #333;
    font-size: 20px;
    letter-spacing: 0.06em;
    text-align: center;
    margin-bottom: 10px;
}
.form-box {
    margin: 0 auto;
    padding: 25px 0;
}
.form-wrap.type2 {
    padding-top: 40px;
}
.form-wrap.type2 .form-box {
    margin: 0 auto;
    border: 1px solid #DCDCDC;
    max-width: 740px;
    padding: 25px 10%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-wrap.type3 .form-box {
    max-width: 830px;
}
.form-box .row {
    margin: 0 -2%;
    position: relative;
}
.form-box .row img {
    margin: 0px;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 2%;
}
.form-box .required {
    position: relative;
}
.form-box .required:after {
    content: '必填';
    display: inline-block;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    padding: 0 6px;
    background: #004398;
    border-radius: 8px;
    margin-left: 8px;
}
.form-box .form-group {
    padding: 12px 0 6px;
    line-height: 30px;
}
.form-box .form-group:after {
    content: '';
    display: block;
    clear: both;
}
.form-box .control-label {
    display: block;
    color: #333;
    font-size: 15px;
    line-height: inherit;
    padding-left: 4px;
}
.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: 50%;
    max-width: 280px;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #FABE00;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}
.form-box .captcha a:hover {
    color: #FF5C2D;
}
.form-box .captcha a * {
    vertical-align: middle;
}
.form-box .captcha a .ic {
    border: 1px solid #ddd;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    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: inherit;
    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: #4181d5;
    font-size: 13px;
    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;
}
.form-box .account .control-label {
    float: left;
}
.form-box .account .control-box {
    margin-left: 60px;
}
.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;
}
.pd-txt .form-radio,
.pd-txt .form-checkbox {
    display: block;
}
.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 {
    background: url('../../images/common/border_dot_h.png') repeat-x;
    margin-top: 25px;
    padding-top: 35px;
}
.success-wrap.type2 {
    background: #fff;
    border: 4px solid #e0e0e0;
    max-width: 640px;
    margin: 0 auto;
    padding: 60px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.success-box {
    text-align: center;
}
.success-msg {
    color: #333;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.7;
    margin: 0 0 20px;
}
.success-msg span {
    color: #F89600;
    font-weight: normal;
}
.success-msg small {
    color: #004398;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.02em;
}
.success-wrap.type2 .success-msg {
    padding-bottom: 15px;
    border-bottom: 1px solid #DCDCDC;
}
.success-txt {
    line-height: 1.65;
}
.success-txt b {
    font-size: 16px;
}
.success-txt a {
    text-decoration: underline;
    color: #004398;
}
.success-txt a:hover {
    text-decoration: none;
    color: #B11B20;
}
.success-box .order-id {
    background: #FDC80B;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    padding: 6px 16px;
    margin: 1em auto 1.6em;
    max-width: 440px;
    border-radius: 6px;
}
.success-box .order-id a {
    color: #fff;
}
/*------------ / form ------------*/
/*------------ table ------------*/
.table-h {
    font-size: 15px;
    font-weight: normal;
}
.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 {
    background: #E5ECF4;
    color: #333;
    padding: 8px 12px;
}
.table-h thead,
.table-h tbody {
    border-top: 1px solid #DCDCDC;
}
.table-h tbody tr+tr {
    border-top: 1px solid #DCDCDC;
}
.table-h .align-left {
    text-align: left;
}
.table-h a {
    display: inline-block;
    vertical-align: middle;
}
.table th span,
.table td span {
    color: #FF5C2D;
}
.table-v {
    color: #666;
    font-size: 14px;
}
.table-v th,
.table-v td {
    padding: 12px 24px;
    vertical-align: middle;
}
.table-v th {
    background: #f2f2f2;
    color: #333;
    text-align: center;
    width: 120px;
    position: relative;
    font-weight: normal;
}
.table-v tr+tr {
    border-top: 1px solid #DCDCDC;
}
.table-v strong {
    color: #FF5A2C;
}
.table-v b {
    color: #FF5C2D;
}
/*------------ / table ------------*/
/*------------ lightbox ------------*/
.fancybox-lock .fancybox-overlay {
    background: rgb(96 96 96 / 80%) !important;
}
body .fancybox-close {
    background: url('../../images/common/lightbox_close.png') no-repeat;
    width: 35px;
    height: 35px;
    right: 10px;
    top: 10px;
}
body .fancybox-close:hover {
    background-position: 0 100%;
}
body .fancybox-skin {
    background: #f3f3f3;
    border-radius: 0;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.lightbox-body {
    background: #fff;
}
.lightbox-wrapper {
    max-width: 504px;
    margin: 0 auto;
}
.lightbox-wrapper .control-label {
    display: none;
}
.login-box {
    padding: 20px 0;
}
.login-content {
    background: #fff;
    padding: 20px 25px;
}
.login-box .lightbox-title {
    text-align: center;
}
.login-box .notice-box {
    border-top: 2px dotted #ddd;
    text-align: center;
    padding-top: 30px;
    margin-top: 20px;
}
.login-box .notice-box .title {
    color: #444;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 14px;
}
.login-box .notice-box .txt {
    color: #777;
    font-size: 13px;
    line-height: 1.75;
}
.arrival-box {
    position: relative;
    text-align: center;
    padding: 80px 40px 40px;
}
.arrival-box .pd-id {
    background: #004398;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.02em;
    width: 160px;
    border-radius: 5px;
    margin: 0 auto 10px;
}
.arrival-box .pd-name {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.06em;
    margin: 0;
    margin-bottom: 5px;
}
.arrival-box .form-box {
    padding: 10px 0 15px;
}
.arrival-box .form-control {}
.arrival-notice {
    color: #333;
    font-size: 13px;
    line-height: 1.55;
    padding: 10px 0;
}
.arrival-box .btn-box {
    padding-top: 0;
}
.arrival-box .btn.send {
    background: #B20000;
    color: #fff;
    width: 205px;
    line-height: 36px;
    font-size: 15px;
    font-weight: 600;
}
.arrival-box .btn.send:hover {
    background: #333;
    color: #fff;
}
.arrival-box .btn.send .ic {
    vertical-align: middle;
    font-size: 28px;
    color: #000;
    margin-bottom: 4px;
}
.arrival-box .btn.send:hover .ic {
    color: #B20000;
}
/*------------ / lightbox ------------*/
/*------------ / 購物時登入燈箱 ------------*/
.cart_login_box {
    height: auto;
    overflow: hidden;
}
.cart-login.col {
    width: 50%;
    position: relative;
    float: left;
    padding: 10px;
}
.cart-login.col.col2 {
    width: 45%;
}
.cart-login.col.col1 {
    right: 10px;
}
.cart-login.col.col1 .form-box .captcha a {
    margin: 0px;
}
.cart-login.col {
    border-right: 1px dashed #dadada;
    padding: 0 40px;
}
.cart_login_box .login-box .notice-box {
    border-top: none;
}
.cart-login.col.col2 {
    padding: 0px;
}
.cart-login.col.col1 span {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.cart-login.col.col2 .btn-box {
    padding-top: 85px;
}
.cart-login .main-title {
    font-size: 20px;
    padding: 10px;
    background: none;
}
.cart-login .fb-login-button {
    height: 40px;
}
.cart_login_box .form-box.cart_txt {
    text-align: center;
}
.cart_login_box .form-box .control-box {
    position: relative;
    margin-left: 0px;
}
.lightbox-wrapper.login-box .notice-box {
    margin-top: 0px;
    padding: 0px;
    border-radius: 0;
}
.cart-login.col:nth-child(2) {
    border: none;
}
.cart_login_box .form-box {
    padding: 15px 0 5px;
}
.cart_login_box .lightbox-wrapper {
    padding: 30px;
    max-width: 100%;
    /*width: 800px;*/
}
.cart_login_box .btn-box {
    margin: 5px 0 15px;
}
.go-login {
    margin: 10px 0 20px;
}
.cart_login_box .form-box .form-group {
    padding: 0px;
}
.cart_login_box .btn-box.col2 {
    display: flex;
}
.cart_login_box .btn-box.col2 .btn.normal {
    width: 45%;
    margin: auto;
}
/*------------ / 購物時登入燈箱 ------------*/
.mmenu-show #mobile-menu .language-menu {
    background: #f5f5f5;
    color: #333;
}
.mmenu-show #mobile-menu .main-menu {
    background: #eaeaea;
}
.mmenu-show #mobile-menu .side-nav>li.active,
.mmenu-show #mobile-menu .content-nav>li.active {
    background: #d8d8d8;
}
.mmenu-show #mobile-menu .share-menu {
    background: #f5f5f5;
}
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #f5f5f5;
    color: #333;
}
.mmenu-show #member-box li a {
    background: #e8e8e8;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #d8d8d8;
}
.mmenu-show #mobile-menu .side-nav-top,
.mmenu-show #mobile-menu .side-nav {
    text-align: left;
    margin: 0;
}
.mmenu-show #mobile-menu .side-nav li a:after,
.mmenu-show #mobile-menu .side-nav-top li a:after {
    display: none;
}
.mmenu-show #mobile-menu .side-nav-top>li a:before {
    border-color: #004398;
    border-radius: 50%;
    top: 14px;
}
.mmenu-show #mobile-menu .side-nav-top li a .ic {
    display: none;
}
.mmenu-show #mobile-menu .side-nav>li {
    margin: 0;
    background: none;
}
.mmenu-show #mobile-menu .menu li a .en {
    display: none;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active>a {
    color: #004398;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
.mmenu-show #mobile-fixed .qty {
    background: #004398;
}
.mmenu-show #mobile-search .search-box .btn.search {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 5px;
    top: 0;
}
.mmenu-show #mobile-fixed .logo-fixed-menu {
    font-size: 18px;
    width: 200px;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
}
.mmenu-show #mobile-fixed .logo-fixed-menu span {
    color: #000;
}
.mmenu-show #mobile-search .ibtn.search {
    background-image: url(../../images/common/mobile_search_btn.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
}
.no-svg .mmenu-show #mobile-search .ibtn.search {
    background-image: url(../../images/common/mobile_search_btn.png);
}
.mmenu-show #mobile-fixed {
    width: 100%;
}
/*--- 歐盟文字 ---*/
.footer-bottom .privacy-txt {
    border-right: 1px solid #d8d8d8;
    padding: 0 10px 0 0;
    margin-right: 10px;
}
.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 #d9d9d9;
}
.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;
    outline: 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: #004398;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
@media screen and (max-width: 1000px) {
    .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        z-index: 401;
        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;
    }
}
@media screen and (max-width: 1700px) {
    .floating,
    .floating.fancybox-margin {
        bottom: 38%;
        right: 20px;
    }
}
@media screen and (max-width: 1470px) {
    /*------------ site_header 1470 ------------*/
    .site-title {
        padding-left: 15px;
    }
    .top-nav {
        right: 5px;
    }
    .site-nav .menu li+li:before {
        left: -15px;
    }
    .site-nav .menu>li>a {
        padding: 0 5px;
        margin-right: 30px;
    }
    .submenu>* {
        display: block;
        margin: 5px 10px;
    }
    .header-fixed .site-nav {
        margin-bottom: 15px;
        padding-left: 10px;
    }
    /*------------ / site_header 1470 ------------*/
    /*------------ site_footer 1470 ------------*/
    /*------------ / site_footer 1470 ------------*/
}
@media screen and (max-width: 1340px) {
    /*------------ site_header 1340 ------------*/
    .top-nav {}
    .site-nav {}
    .submenu {
        position: absolute;
        top: 110px;
        right: 10px;
    }
    .submenu>* {
        display: inline-block;
        margin: 3px;
    }
    .site-nav .menu>li:nth-child(n+8) {
        background: none;
    }
    .site-nav .menu>li>a {}
    /*------------ / site_header 1340 ------------*/
}
@media screen and (max-width: 1280px) {
    /*------------ site_footer 1280 ------------*/
    .warning-sect {
        padding-top: 60px;
        padding-bottom: 35px;
    }
    .footer-top {
        text-align: center;
    }
    .footer-top .txt-box {
        width: auto;
        display: inline-block;
        text-align: left;
    }
    .footer-top .txt-box ul {
        padding-bottom: 15px;
        margin: 0;
    }
    .follow-box,
    .site-map {
        float: none;
        width: auto;
    }
    .follow-box {
        padding: 0;
        position: relative;
        bottom: unset;
    }
    .follow-box>* {
        margin: 0;
    }
    .site-map {
        max-width: 600px;
        margin: 10px auto 0;
        text-align: left;
    }
    .follow .share {
        width: 300px;
        padding-bottom: 15px;
    }
    .follow {
        border: none;
        background: none;
        padding: 2px;
        margin-right: 0px;
    }
    .footer-info-page .follow {
        margin: 20px 0 0;
        padding: 10px;
    }
    /*------------ / site_footer 1280 ------------*/
}
@media screen and (max-width: 1200px) {
    .site-nav .menu>li>a {
        font-size: 17px;
        margin-right: 10px;
    }
    .site-nav .menu li+li:before {
        left: -6px;
    }
}
@media screen and (max-width: 1000px) {
    /*------------ site_header 1000 ------------*/
    .site-header {
        border-top: unset;
        padding-bottom: 0;
    }
    .site-title {
        padding: 20px 0;
        float: none;
    }
    .site-title .logo {
        width: 280px;
        height: 31px;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ banner 1000 ------------*/
    .banner {
        padding-top: 0;
        padding-bottom: 15px;
    }
    .banner:after {
        height: 26px;
    }
    /*------------ / banner 1000 ------------*/
    /*------------ site_main 1000 ------------*/
    .main-content {
        padding: 0px 0 15px;
    }
    .warning-sect {
        padding-bottom: 0px;
        padding-top: 0;
        margin: 40px 0 0;
    }
    .content {
        padding: 0;
    }
    /*------------ / site_main 1000 ------------*/
    /*------------ side 1000 ------------*/
    .has-side .content-wrapper {
        background: none;
    }
    .side {
        display: none;
    }
    .has-side .content {
        position: relative;
        width: auto;
        float: none;
    }
    /*------------ / side 1000 ------------*/
    /*------------ site_footer 1000 ------------*/
    .site-footer:before {
        display: none;
    }
    .footer-top {
        background: url(../../images/common/footer.jpg) no-repeat;
        background-size: cover;
        padding: 0px 0 40px;
    }
    .footer-top .container {
        padding-top: 40px;
    }
    .footer-top .txt-box ul {
        padding-bottom: 0;
        margin: 0;
    }
    .site-map {
        display: none;
    }
    .footer-bottom {
        padding: 18px 0 40px;
    }
    /*------------ / site_footer 1000 ------------*/
    /*------------ content_nav 1000 ------------*/
    .content-nav {
        display: none;
    }
    /*------------ / content_nav 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.svg');
    }
    /*------------ / floating 1000 ------------*/
    /*-- 優化 --*/
    .success-wrap.type2 {
        padding: 10px;
    }
    .shopping-title,
    .shopping-title-up {
        font-size: 17px;
        letter-spacing: 0.1em;
        margin-bottom: 0px;
    }
    .invoice-wrap .shopping-title {
        margin-bottom: 5px;
    }
    .shopping-title .ic-wrap .ic,
    .shopping-title-up .ic-wrap .ic {
        font-size: 16px;
    }
    .shopping-title .ic-wrap,
    .shopping-title-up .ic-wrap {
        width: 26px;
        height: 26px;
        line-height: 23px;
        margin-bottom: 5px;
    }
    .table-h thead th {
        padding: 5px 3px;
    }
    body {
        font-size: 15px;
        line-height: 25px;
    }
    .btn.simple {
        font-size: 14px;
        line-height: 35px;
        width: 145px;
        margin: 0 5px 5px;
    }
    .btn.normal {
        width: 47%;
        height: 33px;
        line-height: 30px;
        font-size: 14px;
        margin: 0 2px 10px;
    }
    .btn-box {
        padding-top: 15px;
    }
    .content-top {
        margin: 0 -35px 10px;
        padding: 5px 35px;
    }
    .main-title,
    .main-title span {
        font-size: 20px;
        text-align: center;
    }
    .breadcrumb {
        font-size: 14px;
        text-align: center;
        float: none;
        padding: 0px 0 10px 0;
    }
    .header-fixed .site-header {
        position: relative;
    }
    .btn-box.has-border {
        margin-top: 15px;
        padding-top: 20px;
    }
    .form-title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .reminder {
        font-size: 13px;
        margin: 0 0 15px;
    }
    .reminder span {
        padding: 2px 40px;
    }
    .form-box {
        margin: 0 auto;
        padding: 10px 0;
    }
    .form-box .form-group {
        padding: 10px 0 2px;
        line-height: 1.6;
    }
    .form-box .required:after {
        font-size: 13px;
        line-height: 20px;
    }
    .success-msg small {
        font-size: 14px;
    }
    .content-title {
        font-size: 15px;
        margin: 0 0 10px;
        line-height: 20px;
    }
    .success-wrap {
        margin-top: 10px;
        padding-top: 12px;
    }
    .btn.pure {
        line-height: 20px;
    }
    .btn.simple2 {
        font-size: 15px;
        line-height: 35px;
    }
    .content-breadcrumb-box {
        margin: 10px auto;
    }
    .shopping_way.hot span {
        padding: 3px 5px;
        font-size: 10px;
    }
    .table-h {
        font-size: 14px;
    }
    .order-table .num-link {
        font-size: 14px;
    }
}
@media screen and (max-width: 900px) {
    /*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
    /*------------ / table 900 ------------*/
    /*--- 優化 ---*/
    .qty-box .btn {
        width: 30px;
        /* height: 26px;*/
        line-height: 28px;
    }
    /*.form-control {
        margin-bottom: 2px;
        height: 26px;
        line-height: 26px;
    }*/
    .form-box .control-label {}
    .footer-top .txt-box {}
    .form-box .name .radio-box {
        line-height: 28px;
    }
}
@media screen and (max-width: 767px) {
    /*------------ site_main 767 ------------*/
    /*------------ / site_main 767 ------------*/
    /*------------ banner 1000 ------------*/
    .banner {}
    /*------------ / banner 1000 ------------*/
    /*------------ site_main 767 ------------*/
    .content-top {}
    .main-title {}
    /*------------ / site_main 767 ------------*/
    /*------------ breadcrumb 767 ------------*/
    .breadcrumb {}
    /*------------ / breadcrumb 767 ------------*/
    /*------------ site_footer 767 ------------*/
    /*------------ / site_footer 767 ------------*/
    /*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 36px;
    }
    .pagination {
        position: relative;
        display: block;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -30px;
        margin: 0;
        width: 30px;
        height: 30px;
        line-height: 33px;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ form 767 ------------*/
    .form-wrap.type2 {
        padding: 0;
    }
    .form-wrap.type2 .form-box {
        border: 0;
        padding: 10px 0;
        max-width: none;
        background: url('../../images/common/border_dot_h.png') 0 100% repeat-x;
    }
    .form-box .col {
        width: 100%;
    }
    .form-box .control-label {
        float: none;
    }
    .form-box .control-box {
        margin-left: 0;
    }
    .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;
    }
    /*------------ / 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: 12px;
    }
    .table-h tr {
        padding: 5px 0;
        position: relative;
    }
    .table-h td {
        padding: 0;
        line-height: 22px;
    }
    .success-msg {
        font-size: 16px;
        line-height: 25px;
        margin: 0 0 10px;
    }
    /*------------ / table 767 ------------*/
    /*-- 優化 --*/
    .success-wrap.type2 .success-msg {
        padding-bottom: 5px;
    }
    .success-txt {
        line-height: 1.45;
    }
    .success-txt b {
        font-size: 14px;
    }
    .success-box .order-id {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.5;
        margin: 0.4em auto 1.2em;
        max-width: 440px;
    }
    .btn-box.cart-notice-txt {
        font-size: 14px;
    }
}
@media screen and (max-width: 500px) {
    .site-footer:before {
        height: 530px;
    }
    .qrcode {
        margin: 20px auto 0;
        display: block;
    }
    /*------------ table 500 ------------*/
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
    .table-v th {
        border: 0;
    }
    .table-v th,
    .table-v td {
        padding: 3px 10px;
        font-size: 14px;
    }
    /* .btn.normal {
        width: 80px;
        font-size: 12px;
    }*/
    .reminder span {
        padding: 2px 20px;
    }
    /*------------ / table 500 ------------*/
    body .fancybox-wrap.login-fancybox .fancybox-inner {
        height: calc(65vh) !important;
    }
    .cart-login.col,
    .cart-login.col.col2 {
        width: 100%;
        padding: 0px;
        right: auto;
    }
    .cart-login.col {
        border-right: none;
        padding: 0 0px;
    }
    .cart-login .content-title2 {
        text-align: center;
    }
    .cart-login.col.col2 {
        margin-top: 25px;
        padding-bottom: 15px;
    }
    .cart_login_box .btn-box {
        margin: 5px 0;
        padding: 0px;
    }
    .btn.pure {
        margin: -10px 10px 0;
    }
    .cart_login_box .form-box {
        padding: 5px 0;
    }
    .cart-login.col.col2 .btn-box {
        padding-top: 15px;
    }
}
@media screen and (max-width: 400px) {
    /*------------ site_footer 400 ------------*/
    .ibtn.fb-fans-page {}
    .follow-box>* {
        margin: 3px 0;
    }
    /*------------ / site_footer 400 ------------*/
    /*------------ lightbox 400 ------------*/
    .login-content {
        padding: 10px 15px;
    }
    .login-box .notice-box {
        padding: 20px 0;
        background: none;
    }
    .arrival-box {
        padding: 80px 15px 30px;
    }
    /*------------ / lightbox 400 ------------*/
    /*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
    /*------------ / form 400 ------------*/
    .btn.simple {
        width: 160px;
        margin: 0 2px 5px;
    }
}
/*------------ / LINE 登入按鈕 ------------*/
.LINE-login-button a {
    width: 250px;
    height: 40px;
    background: #00C300;
    border-radius: 6px;
    display: flex;
    margin: auto;
    transition: all .3s ease;
}
.LINE-login-button a .LINE-icon {
    background: url(../../images/common/line-icon.svg);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    background-size: 31px 30px;
    background-position: center;
    border-right: 1px solid #00b300;
    transition: all .3s ease;
}
.LINE-login-button a .LINE-text {
    font-size: 14px;
    font-weight: 600;
    width: 210px;
    color: #FFF;
    text-align: center;
    line-height: 39px;
}
.LINE-login-button a:hover {
    background: #00e000;
}
.LINE-login-button a:hover .LINE-icon {
    border-right: 1px solid #00c900;
}
.LINE-login-button a:focus {
    background: #00e000;
}
.LINE-login-button a:focus .LINE-icon {
    border-right: 1px solid #00c900;
}
.LINE-login-button a:active {
    background: #00b300;
}
.LINE-login-button a:active .LINE-icon {
    border-right: 1px solid #009800;
}
.LINE-login-button a:disabled {
    background: #c6c6c6;
}
.LINE-login-button a:disabled .LINE-icon {
    border-right: 1px solid #b5b5b5;
}
/*!------------ / LINE 登入按鈕 ------------*/