﻿@charset 'utf-8';
@import url("//fonts.googleapis.com/css?family=Josefin+Sans");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap");
/*------------ basic ------------*/
.formError .formErrorArrow .line2 {
  display: none;
}
body {
  font-family:
    "Noto Sans TC", Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro",
    "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ",
    "맑은 고딕", sans-serif;
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  background: url(../../images/common/bg.jpg) 0% 0% repeat;
}
.container {
  padding: 0 15px;
  max-width: 1470px;
}
/*------------ / basic ------------*/
.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 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s 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);
}
/*------------ icon ------------*/
.icon {
}
/*------------ / icon ------------*/
/*------------ btn ------------*/
.share:before {
  content: "FOLLOW";
  display: block;
  color: #333333;
  font-size: 16px;
  text-align: left;
  position: relative;
  line-height: 1;
  font-family: "Lora", serif;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.share .btn {
  color: #ffffff;
  font-size: 18px;
  margin: 0 5px;
  width: 42px;
  height: 42px;
  background: #585858;
  border-radius: 50%;
}
.share .btn.facebook:hover {
  background: #000;
}
.share .btn.google:hover,
.share .btn.plurk:hover {
  background: #000;
}
.share .btn.twitter:hover {
  background: #000;
}
.ibtn.fb-fans-page {
  background-image: url("../../images/tw/fb_page.jpg");
  width: 93px;
  height: 93px;
  width: 100px;
  height: 100px;
  transition: all 0.3s;
}
.ibtn.fb-fans-page:hover {
  opacity: 0.8;
}
.btn.back {
  color: #333;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2;
  padding: 10px 15px;
  width: 150px;
  text-align: center;
  letter-spacing: 0.1em;
  white-space: normal;
  border-radius: 20px;
  border: 1px solid #333;
}
.btn.back:hover {
  background: #333;
  color: #fff;
}
.ibtn.more {
  width: 101px;
  height: 29px;
}
.btn.simple {
  background: #555;
  width: 15%;
  height: 40px;
  margin: 0 1%;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.075em;
  line-height: 38px;
  border: 1px solid #555;
  position: relative;
  border-radius: 30px;
  min-width: 120px;
}
.btn.simple:hover {
  background: #fff;
  color: #555;
}
.btn.simple.bg2 {
  background: #000;
  border: 1px solid #000;
}
.btn.simple.bg2:hover {
  background: #fff;
  color: #000;
}
.btn.simple2 {
  background: #fff;
  border: 1px solid #aaa;
  height: 35px;
  line-height: 33px;
  color: #777;
  font-size: 16px;
  letter-spacing: 0.1em;
  width: 90%;
  max-width: 300px;
  margin: 0 3px 10px;
  position: relative;
}
.btn.simple2:hover {
  border-color: #80caa5;
}
.btn.simple2 .ic {
  vertical-align: text-bottom;
  margin: 0 8px 0 0;
  color: #7fcaa5;
  font-size: 18px;
}
.btn.simple2 .ic3-angle-double-left,
.btn.simple2 .ic3-angle-double-right {
  position: absolute;
  top: 10px;
  color: #bbb;
  font-size: 12px;
  margin: 0;
}
.btn.simple2 .ic3-angle-double-left {
  left: 8px;
}
.btn.simple2 .ic3-angle-double-right {
  right: 8px;
}
.btn.normal {
  color: #333;
  font-size: 15px;
  margin: 1% 1%;
  border-radius: 30px;
  border: 1px solid #333;
  display: inline-block;
  padding: 6px 3%;
}
.btn.normal:hover {
  color: #fff;
  border: 1px solid #333;
  background: #333;
}
.btn.normal2 {
  color: #fff;
  font-size: 15px;
  padding: 5px;
  width: 100px;
  height: 100px;
  background: #333;
  margin: 0 0px;
  border-radius: 100%;
  border: 1px solid #333;
  display: inline-block;
  line-height: 90px;
}
.btn.normal2:hover {
  background: transparent;
  color: #333;
}
.btn.normal2.send {
}
.btn.normal .ic {
  /*vertical-align: middle;
    font-size: 18px;
    margin: 0 0 5px 0;*/
}
.ic.ic3-home {
  font-size: 12px;
}
.btn.pure {
  color: #666;
  line-height: 30px;
  margin: 0 5px 10px;
}
.btn.pure:hover {
  color: #000;
  text-decoration: underline;
}
/*------------ / btn ------------*/
/*-----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: #a8a8a8;
  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;
}
/*------------ icon ------------*/
/*------------ site_header ------------*/
.site-header {
  border-top: 5px solid #494b4b;
}
.site-title {
  position: relative;
  z-index: 50;
  padding: 22px 0 12px;
  margin: 0 auto;
  text-align: center;
}
.site-title .logo {
  background: url(../../images/common/logo.png) 50% 50% no-repeat;
  background-size: contain;
  width: 150px;
  height: 130px;
  transition: opacity 0.3s ease;
}
/*
.site-title .logo:hover {
    opacity: .7;
}*/
.top-nav {
  position: absolute;
  z-index: 60;
  right: 15px;
  top: 18px;
}
.top-nav > * {
  display: inline-block;
  vertical-align: middle;
}
.func-menu {
  font-family:
    "Noto Sans TC", Arial, "33535gillsansmt", Arial, "文泉驛正黑",
    "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體",
    "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  margin-right: 0px;
}
.func-menu > li {
  padding: 2px 0;
  position: relative;
}
.func-menu > li + li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  height: 19px;
  border-left: 1px dotted rgb(0 0 0 / 50%);
}
.func-menu > li > a {
  color: #585858;
  font-size: 13px;
  line-height: 25px;
  border-radius: 4px;
  padding: 0 10px 0;
  transition: all 0.3s;
}
.func-menu > li.bg > a {
  background: transparent;
  color: #585858;
  transition: all 0.3s;
}
.func-menu > li.bg > a:hover {
  text-decoration: underline;
  color: #000;
}
.func-menu > li > a:hover {
  color: #000;
  text-decoration: underline;
}
.func-menu .ic {
  vertical-align: text-bottom;
  margin: 0 5px 1px 3px;
}
.func-menu .ic3-user-cross {
  font-size: 16px;
  margin: 0 4px -1px 4px;
}
.func-menu > li.gocart {
  position: absolute;
  display: block;
  right: 0;
  top: 40px;
  color: #6c6c6c;
}
.func-menu > li.gocart::before {
  display: none;
}
.func-menu > li.gocart > a {
  font-size: 16px;
  color: #333333;
  font-family: "Lora", serif;
}
.func-menu > li.gocart > a i {
  color: #333333;
  font-size: 22px;
}
.func-menu > li.gocart .gocart-qty {
  border: unset;
  min-width: 30px;
  height: 30px;
  color: #333333;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  border-radius: 100%;
  line-height: 30px;
  margin: 0 0 0 10px;
  background: #333333;
  color: #fff;
}
.func-menu .cart-box {
  position: absolute;
  z-index: 10;
  width: 300px;
  right: 0;
  top: 100%;
  border: 2px solid #bfbfbf;
  background: #fff;
  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-list {
  padding: 4px;
}
.func-menu .cart-list .box {
  position: relative;
}
.func-menu .cart-list .box .cover {
  position: absolute;
  z-index: 30;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  font-size: 0;
}
.func-menu .cart-list li + li {
  border-top: 1px dashed #bbb;
}
.func-menu .cart-list .box {
  display: block;
  overflow: hidden;
  padding: 8px;
  transition: all 0.3s;
}
.func-menu .cart-list .box:hover {
  background: #eee;
}
.func-menu .cart-list .pic {
  float: left;
  width: 70px;
}
.func-menu .cart-list .txt {
  margin-left: 82px;
  line-height: 1.7;
}
.func-menu .cart-list .name {
  display: block;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
  font-size: 15px;
}
.func-menu .cart-list .box:hover .name {
  text-decoration: underline;
  color: #000;
}
.func-menu .cart-list .qty {
  color: #b60000;
}
/*-- 登入燈箱 --*/
.func-menu .btn.fancybox-login {
  width: 100%;
  background: #d0d0d0;
  color: #000;
  font-size: 18px;
  font-weight: normal;
  line-height: 39px;
  text-align: center;
  letter-spacing: 0.05em;
  border-radius: 0;
}
.func-menu .btn.fancybox-login:hover {
  background: #6a6a6a;
  color: #fff;
}
.func-menu .btn.fancybox-login .ic {
  font-size: 20px;
  margin-right: 0;
}
/*-- 登入燈箱end --*/
/*-- 置頂拆單 --*/
.func-menu .shopping_way .general {
  border: 1px solid #333;
  padding: 5px;
  bottom: 5px;
  position: relative;
  color: #333;
}
.func-menu .shopping_way .cold {
  border: 1px solid #42b354;
  padding: 5px;
  bottom: 5px;
  position: relative;
  color: #42b354;
}
.func-menu .shopping_way .freezing {
  border: 1px solid #68a0da;
  padding: 5px;
  bottom: 5px;
  position: relative;
  color: #68a0da;
}
.func-menu .shopping_way span + span {
  margin-left: 10px;
}
/*-- 置頂拆單end --*/
/*-- 會員下拉 --*/
.func-menu > li.gomember {
  position: relative;
  display: inline-block;
}
.func-menu > li.gomember > a {
  /* font-size: 13px;
        color: #fff;
        background: #a7a995; */
}
.func-menu > li.gomember > a i {
  /* color: #ffffff;
        font-size: 13px; */
}
.func-menu .gomember-box {
  position: absolute;
  z-index: 10;
  width: 160px;
  right: 0;
  top: 100%;
  border: 2px solid #9b9c8e;
  background: #fff;
  padding: 1px;
  text-align: center;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
}
.func-menu .gomember.active .gomember-box {
  pointer-events: visible;
  visibility: visible;
  opacity: 1;
  transform: rotateX(0);
}
.func-menu .gomember-list {
  padding: 1px;
}
.func-menu .gomember-list li + li {
  border-top: 1px solid #b0b0b0;
}
.func-menu .gomember-list a {
  display: block;
  overflow: hidden;
  padding: 8px 0;
  transition: all 0.3s;
}
.func-menu .gomember-list a:hover {
  color: #fff;
  background: #727272;
}
.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: #70ac92;
  font-size: 15px;
}
.func-menu .login-out-fixed {
  color: #b60000;
}
.func-menu .gomember-list .login-out-fixed a:hover {
  color: #fff;
  background: #b60000;
}
/*-- 會員下拉end --*/
.top-nav .language {
  position: relative;
  width: 50px;
  right: 0;
  top: 5px;
  display: inline-block;
}
.top-nav .language .btn {
  width: 100%;
  color: #9d9d9d;
  text-align: left;
  line-height: 23px;
  padding: 0 25px 0 10px;
  position: relative;
}
.top-nav .language .btn:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #999999 transparent transparent transparent;
  position: absolute;
  right: 8px;
  top: 8px;
}
.top-nav .language ul {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
}
.top-nav .language li {
  display: block;
}
.top-nav .language li a {
  display: block;
  background: #82bbb3;
  color: #fff;
  padding: 4px 10px;
  font-size: 13px;
  border-top: 1px solid #fff;
}
.top-nav .language li a:hover {
  color: #fff;
  background: #b7d7d2;
}
.site-nav {
  position: relative;
  padding: 0px 0;
  margin: 10px 0 0px;
  text-align: center;
  border-top: 1px solid #e1e1e1;
}
.site-nav > * {
  display: inline-block;
  vertical-align: middle;
}
.site-nav .menu {
  text-align: center;
  margin: 0 -20px;
  font-family: Arial, sans-serif;
}
.site-nav .menu li {
  position: relative;
}
.site-nav .menu li a {
  display: block;
}
.site-nav .menu > li {
  padding: 0 7px;
}
.site-nav .menu > li > a {
  color: #333333;
  padding: 10px 20px;
  font-size: 16px;
  transition: all 0.3s;
  padding: 10px 0px;
  margin: 0 14px;
  letter-spacing: 2px;
}
.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a {
  color: #000;
}
.site-nav .menu > li > a:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #333;
  right: 0;
  bottom: 0;
  width: 0;
  transition: all 0.3s ease-out;
  opacity: 0.5;
}
.site-nav .menu > li.active > a:after,
.site-nav .menu > li.active2 > a:after,
.site-nav .menu > li:hover > a:after {
  left: 0;
  right: auto;
  width: 100%;
  transition: all 0.3s ease-out;
}
.site-nav .menu > li + li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: -4px;
  top: calc(50% - 3px);
  background: #c8c8c8;
  border-radius: 50%;
}
.site-nav .menu ul {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 600;
  width: 208px;
  border: 3px solid #80caa5;
  box-sizing: border-box;
}
.site-nav .menu > li > ul {
  top: 100%;
  left: 50%;
  margin-left: -104px;
}
.site-nav .menu > li > ul:before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #80caa5 transparent;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  right: 0;
  margin-left: -10px;
}
.site-nav .menu ul li + li {
  border-top: 1px solid #e8e8e8;
}
.site-nav .menu ul li a {
  font-size: 14px;
  text-align: center;
  padding: 6px 8px;
  border: 1px solid #fff;
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active > a {
  color: #fff;
  background: #80caa5;
}
.site-nav .menu ul ul {
  left: 100%;
  top: 0;
}
.site-nav .menu > li:nth-last-child(-n + 3) {
  display: none;
}
.site-nav .menu .new_menu {
  display: none;
}
.site-header .search-box {
  position: absolute;
  width: 160px;
  box-sizing: border-box;
  margin-left: 10px;
  top: 15px;
  z-index: 60;
}
.site-header .search-box .form-control {
  border: none;
  border-bottom: 1px solid #a9aa99;
  background: transparent;
  height: 30px;
  line-height: 28px;
  margin: 0;
  padding: 0 42px 0 10px;
}
.site-header .search-box .form-control:focus {
  background: #ececec;
}
.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: #a0a0a0;
  right: 6px;
  top: 7px;
  font-size: 20px;
  line-height: 15px;
  width: 15px;
  height: 15px;
}
.search-box:hover:after {
  color: #333;
}
.site-header .search-box .ibtn.search {
  position: absolute;
  right: 6px;
  top: 7px;
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  width: 15px;
  height: 15px;
  z-index: 2;
}
.site-header .search-box a {
  position: absolute;
  right: 6px;
  top: 7px;
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  width: 15px;
  height: 15px;
}
.site-header .search-box:hover a {
  color: #79796a;
}
/*.search-box .ic.ic3-search2 {
    position: absolute;
    top: 8px;
    right: 0px;
    font-size: 16px;
    color: #b3b3b3;
}
.search-box .ic.ic3-search2:hover {
    color: #70ac92;
}*/
/*-- 選單至頂 --*/
.header-fixed .site-header {
  height: 80px;
  position: fixed;
  z-index: 999;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-bottom: 1px solid #dbdcd3;
  transition: all 0.2s ease;
}
.header-fixed .site-title {
  padding: 0px;
  float: left;
  margin: 10px 0 0 0;
  width: 100px;
  z-index: 99;
}
.header-fixed .site-title .logo {
  width: 70px;
  height: 60px;
}
.header-fixed .top-nav {
  top: 25px;
  right: 5px;
}
.header-fixed .site-nav {
  border: none;
  text-align: left;
  margin: 0px;
  float: left;
  margin: 22px 0 0 20px;
  position: relative;
  left: 0px;
}
.header-fixed .site-nav .menu > li > a {
  padding: 15px 0px;
  margin: 0 2px;
}
.header-fixed .func-menu > li.gocart {
  position: static;
  display: inline-block;
  right: 0;
  top: 0px;
  margin: -5px 0 0 0;
}
.header-fixed .func-menu > li {
  padding: 10px 0 1px;
}
.header-fixed .func-menu > li + li::before {
  display: none;
}
/*
.header-fixed .func-menu .gocart:after{
    content:'';
    background:rgba(154, 133, 133, 0);
    height:60px;
    z-index:1;
    width:100px;
    display:block;
    position:absolute;
    margin-top:-20px;
}*/
.header-fixed .language,
.header-fixed .search-box,
.header-fixed .top-remitt,
.header-fixed .top-order {
  display: none;
}
/*-- 選單至頂end --*/
/*------------ / site_header ------------*/
/*------------ banner ------------*/
.banner {
  position: relative;
}
.banner .container {
  max-width: 1440px;
  padding: 0;
}
.banner button.slick-arrow {
  background: url(../../images/common/index/arrow.png) 0 0 no-repeat;
  width: 25px;
  height: 50px;
  position: absolute;
  top: 45%;
  white-space: nowrap;
  text-indent: 100%;
  text-align: left;
  overflow: hidden;
  padding: 0;
  margin: 0 0px;
  border: none;
  z-index: 9;
}
.banner button.slick-prev {
  left: 0px;
}
.banner button.slick-prev:hover {
  background-position: 0 100%;
}
.banner button.slick-next {
  background-position: 100% 0%;
  right: 0px;
}
.banner button.slick-next:hover {
  background-position: 100% 100%;
}
/**/
.banner .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 35px;
}
.banner-slider-dots {
  display: inline-block;
  vertical-align: middle;
}
.banner .slick-dots {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  bottom: 0;
  height: 0;
  z-index: 1;
  height: 45px;
}
.banner .slick-dots::before {
}
.banner .slick-dots li {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  list-style-type: none;
  vertical-align: middle;
  margin: 0 7px;
  line-height: 1;
  display: inline-block;
  margin: 0 8px;
  height: 15px;
}
.banner .slick-dots li button {
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
  text-align: left;
  padding: 0;
  border: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
  margin-top: 0px;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.banner .slick-dots li.slick-active button {
  background: rgba(255, 255, 255, 0.8);
}
.banner .slick-active button:before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  top: 2px;
  right: -4px;
  border-radius: 100%;
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.main-top .container {
  max-width: 1440px;
  padding: 0;
}
.main-title {
  margin: 0 0 20px 0;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
}
.main-title span:before {
}
.main-title span:after {
}
.main-title span {
  font-family: "Lora", serif;
  font-size: 23px;
  color: #969696;
  font-weight: 100;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}
.main-title .second_txt {
  color: #333333;
  font-family: "Noto Serif TC", serif;
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 800;
  margin: 0 auto;
  background: url(../../images/common/bg.jpg) 0% 0% repeat;
}
.main-content .second_txt:after {
  content: "";
  position: absolute;
  width: calc(50% - 70px);
  height: 1px;
  background: rgba(62, 62, 62, 0.15);
  top: 35px;
  transform: translateY(-50%);
  right: 0px;
}
.main-content .second_txt:before {
  content: "";
  position: absolute;
  width: calc(50% - 70px);
  height: 1px;
  background: rgba(62, 62, 62, 0.15);
  top: 35px;
  transform: translateY(-50%);
  left: 0;
}
.main-content {
  padding: 0 0 100px;
}
.content {
  min-height: 300px;
  box-sizing: border-box;
}
.content-top {
  margin-bottom: 30px;
}
.content-title {
  color: #333;
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 25px 0;
  text-align: center;
  text-transform: uppercase;
}
.content-title2 {
  font-size: 20px;
  color: #333333;
  font-weight: normal;
  margin: 0 0 20px 0;
  position: relative;
  letter-spacing: 2px;
}
.content-title2::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 41px;
  background: url(../../images/common/content-title2-ic.png) 50% 50% no-repeat;
  background-size: contain;
  position: relative;
  top: 7px;
  margin-right: 5px;
  margin-right: 10px;
}
.content-title2 .ic {
  display: none;
}
.content-title span {
  border: 2px solid #cdcdcd;
  padding: 8px 2%;
  background: #333;
  color: #fff;
  font-weight: normal;
}
.content-title .keyword {
  color: #f2856c;
}
.shopping-title {
  color: #333;
  font-size: 20px;
  font-weight: normal;
  padding: 5px 0 0 0;
  margin: 0 0 10px 0;
}
.shopping-title .ic {
  font-size: 22px;
  color: #333;
  vertical-align: middle;
  margin: 0 3px 5px 0;
}
.shopping-title .ic3-bag-plus {
  font-size: 26px;
  margin-right: 10px;
}
.btn-box {
  clear: both;
  padding-top: 30px;
  position: relative;
  text-align: center;
}
.btn-box:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.btn-box.wide-spacing {
  letter-spacing: 15px;
}
.btn-box.wide-spacing * {
  letter-spacing: 0.1em;
}
.warning-sect {
  background: url(../../images/common/footer-top-news.jpg) 50% 50% repeat;
  padding-bottom: 30px;
  padding-top: 70px;
}
/*------------ breadcrumb ------------*/
.breadcrumb {
  text-align: right;
  color: #737373;
  padding: 1px 15px;
  margin: 3px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.breadcrumb li,
.breadcrumb li a {
  display: inline;
  transition: all 0.3s;
  font-size: 13px;
}
.breadcrumb li + li:before {
  content: "> ";
  display: inline-block;
  margin: 0 3px;
}
.breadcrumb li a:hover {
  color: #000;
}
.content-top .breadcrumb {
  background: none;
  float: right;
  color: #bababa;
  padding: 6px 0;
}
.content-top .breadcrumb:before,
.content-top .breadcrumb:after {
  content: "/";
}
.content-top .breadcrumb li + li:before {
  content: "> ";
}
.content-top .breadcrumb li:first-child a:before {
  display: none;
}
/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.side {
  width: 260px;
  float: left;
}
.has-side .content {
  width: calc(100% - 260px);
  float: right;
  padding: 0 0 0 30px;
}
.side-nav,
.side-nav-top {
  position: relative;
  font-size: 14px;
}
.side-nav-top {
  border-bottom: 1px solid #e1e1e1;
  padding: 0 0 10px 0;
}
.side-nav-top li a {
  position: relative;
  display: block;
  line-height: 1.4;
  padding: 2px 20px;
  color: #70ac92;
}
.side-nav-top li a:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #737373;
  display: block;
  position: absolute;
  top: 15px;
  left: 9px;
  transition: all 0.3s ease;
}
.side-nav li a {
  position: relative;
  display: block;
  line-height: 1.4;
  padding: 15px 18px;
  color: #8d8f78;
}
.side-nav li a,
.side-nav-top li a {
  display: block;
  margin-bottom: 2px;
}
.side-nav > li > a,
.side-nav-top > li > a {
  position: relative;
  line-height: 1.4;
  font-weight: normal;
  background: #f2f2f2;
  color: #333333;
  transition: all 0.3s;
}
.side-nav > li a:after {
}
.side-nav-top > li > a {
  background: transparent;
  color: #6a6a6a;
  padding: 5px 20px;
  font-size: 16px;
}
.side-nav > li > a:hover,
.side-nav > li.active > a {
  color: #000;
  background: #e7e7e7;
}
.side-nav-top > li > a:hover,
.side-nav-top > li.active > a {
  color: #000;
  padding-left: 35px;
}
.side-nav-top > li > a:hover:before,
.side-nav-top > li.active > a::before {
  width: 12px;
}
.side-nav ul {
  display: none;
  padding: 15px 0;
}
.side-nav ul li a {
  color: #7a7a7a;
  font-size: 14px;
  padding: 5px 10px 5px 20px;
  border-bottom: none;
  transition: all 0.3s;
}
.side-nav ul li a:hover,
.side-nav ul li.active > a {
  color: #000;
}
.side-nav ul ul {
  padding: 10px 0;
  border-width: 1px 0;
  background: #fff;
}
.side-nav ul ul li {
  padding: 0;
  margin: 5px 0;
}
.side-nav ul ul li a {
  color: #6e6e6e;
  padding-left: 35px;
}
.side-nav ul ul li a:before {
  content: "";
  width: 5px;
  height: 5px;
  top: 12px;
  left: 22px;
  border-radius: 50%;
  background: #333;
  display: inline-block;
  position: absolute;
  transition: all 0.3s;
  opacity: 0;
}
.side-nav ul ul li a:hover:before,
.side-nav ul ul li.active > a:before {
  display: inline-block;
  opacity: 1;
}
.side-nav ul ul li a:hover,
.side-nav ul ul li.active > a {
  color: #000;
}
/*------------ / side ------------*/
/*------------ site_footer ------------*/
.site-footer {
  position: relative;
}
.footer-top {
  position: relative;
  color: #555555;
  padding: 70px 0;
  letter-spacing: 0;
  background: #ececec;
  font-size: 14px;
}
.footer-top.news {
  background: url(../../images/common/footer-top-news.jpg) 50% 50% repeat;
  padding: 0px 0;
}
.footer-top.news .row {
  margin: auto;
  text-align: center;
  max-width: 100%;
}
.footer-top.news .row img {
  margin: 0px;
}
.site-map ul li a {
  color: #555555;
}
.site-map ul li a:before {
  content: "- ";
}
.footer-top a:hover {
  color: #000;
}
.footer-top .row {
  margin: 0 -20px;
  display: flex;
}
.footer-top .col {
  float: left;
  border-width: 0 1px;
  margin-right: -1px;
  padding: 0 20px;
}
.footer-top .col1 {
  border-left-width: 0;
  width: 34%;
  order: 1;
}
.footer-top .col2 {
  float: none;
  margin: 0 auto;
  text-align: center;
  padding: 15px 0 50px;
}
.footer-title {
  color: #7fcaa5;
  font-size: 16px;
  margin-bottom: 12px;
}
.footer-title .ic {
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #80caa5;
  border-radius: 4px;
}
.site-map {
  font-size: 14px;
  letter-spacing: 44px;
}
.site-map ul {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  text-align: left;
}
.site-map ul li {
  margin: 0;
  margin-bottom: 5px;
}
.site-map ul li a {
  display: inline-block;
  padding: 0px 0;
  position: relative;
  transition: all 0.3s;
  letter-spacing: 0.5px;
}
.qrcode {
  display: inline-block;
  margin: 0 0 0 10px;
  border: 1px solid #d2d2d2;
}
.site-info {
  line-height: 1.8;
  letter-spacing: 0.5px;
  margin-left: 35px;
}
.footer-top .col3 {
  order: 3;
  width: 18.5%;
  text-align: left;
}
.sharebox {
  max-width: 340px;
  text-align: left;
}
.footer-top .col4 {
  width: 31%;
  order: 2;
}
.footer-top .info .sect-title {
  color: #333333;
  font-size: 16px;
  text-align: left;
  position: relative;
  line-height: 1;
  font-family: "Lora", serif;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.footer-top .info .sect-title span {
  position: relative;
}
.footer-top .info .txt {
  padding: 0;
  margin: 0;
  transition: all 0.3s;
  letter-spacing: 1px;
  color: #333333;
}
.footer-top .info .txt ul {
  padding: 0;
}
.footer-top .info .txt li {
  list-style: none;
  margin: 7px 0px 0 40px;
  text-align: left;
  padding: 0;
  transition: all 0.3s;
}
.footer-top .info .txt i {
  margin: 0 0 0 -35px;
  width: 22px;
  height: 22px;
  background: #d6d6d6;
  color: #333;
  border-radius: 100%;
  text-align: center;
  line-height: 22px;
  font-size: 13px;
  position: absolute;
}
.footer-top .info .txt li a {
  transition: all 0.3s;
}
.footer-bottom {
  background: #444444;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 15px 0;
}
.footer-bottom a {
  color: #fff;
}
.footer-bottom a:hover {
  text-decoration: underline;
}
/*------------ / site_footer ------------*/
/*------------ side-share ------------*/
.side-share {
  position: fixed;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 400;
}
.side-share .btn {
  width: 55px;
  height: 55px;
  color: #fff;
  background: #22ba4f;
  border-radius: 50%;
  display: block;
  line-height: 55px;
  text-align: center;
  transition: all 0.5s ease;
  border: 0;
  font-size: 0;
}
.side-share .btn i {
}
.side-share .btn .community-common-line:before {
  content: "";
  width: 27px;
  height: 27px;
  background: url(../../images/common/icline.svg);
  display: block;
  position: relative;
  top: 13px;
  left: 14px;
  background-size: contain;
  background-repeat: no-repeat;
}
.side-share .btn:hover {
  opacity: 0.8;
}
/*------------ side-share ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
  display: none;
  position: absolute;
  right: 50%;
  top: 0;
  margin-right: -720px;
  transition: all 0.3s;
  z-index: 400;
}
.floating .btn.gocart {
  display: block;
  margin: 0 auto 5px;
  background: url("../../images/common/gocart.svg") no-repeat;
  width: 60px;
  height: 60px;
  color: #444;
  font-size: 16px;
  font-weight: bold;
  padding-top: 30px;
}
.no-svg .floating .btn.gocart {
  background-image: url("../../images/common/gocart.png");
}
.floating .btn.gocart:hover {
  background-position: 0 100%;
  color: #fff;
}
.floating .ibtn.gotop {
  display: flex;
  position: relative;
  text-indent: unset;
  width: 25px;
  height: 145px;
  font-family: "Lora", serif;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.5px;
  line-height: 0.9;
  font-size: 15px;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  align-items: center;
  justify-content: flex-start;
  transition: height 0.3s ease;
  overflow: hidden;
  letter-spacing: 2px;
  text-align: right;
  padding-top: 50px !important;
  transition: all 0.3s;
}
.floating .ibtn.gotop:hover {
  padding-top: 20px !important;
}
.floating .ibtn.gotop:before {
  content: "";
  position: absolute;
  background: #333;
  width: 1px;
  height: 35px;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  transition: height 0.3s ease;
}
.floating .gotop:hover:before {
  height: 15px;
}
#keyreply-container {
  bottom: 0px !important;
}
/*------------ / floating ------------*/
/*------------ pagination ------------*/
.pagination {
  padding: 0;
  margin: 0;
  text-align: center;
  letter-spacing: 0;
}
.pagination li {
  display: inline-block;
  vertical-align: top;
}
.pagination li a {
  display: block;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  color: #6f6f6f;
  font-size: 14px;
  padding: 0 2px;
  margin: 0 2px;
  box-sizing: border-box;
  font-family: "Lora", serif;
  font-weight: bold;
}
.pagination li a:hover,
.pagination li.active a {
  color: #000000;
  text-decoration: underline;
}
.pagination li a.controls {
  padding: 0;
  font-size: 22px;
  color: #ccc;
  line-height: 32px;
  border-radius: 100%;
  border: 1px solid #adae93;
}
.pagination li a.controls:hover {
  color: #000;
  border: 1px solid #000;
}
.page-info {
  display: none;
}
.page-info .form-control {
  height: 30px;
  line-height: 28px;
  border: 1px solid #ddd;
  margin: 0;
  background: none;
}
.page-info .form-control:focus {
  border-color: #80caa5;
}
/*------------ / pagination ------------*/
/*------------ form ------------*/
.reminder {
  text-align: center;
  color: #777;
  position: relative;
  margin: 0 0 30px;
}
.reminder span {
}
.reminder b {
  display: inline-block;
  font-size: 15px;
  /* line-height: 1; */
  vertical-align: bottom;
  margin-bottom: 0px;
  color: #e51c6c;
}
.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;
  height: 30px;
  line-height: 28px;
  color: #777;
  background: #fff;
  border: 1px solid #cccccc;
  margin: 0;
  padding: 0 5px;
  z-index: 1;
  border-radius: 0;
}
.qty-box .form-control:focus {
  border-color: #72b1aa;
}
.qty-box .btn {
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 19px;
  color: #666;
  background: #eeeeee;
  border: 1px solid #cccccc;
  position: absolute !important;
  z-index: 0;
  top: 0;
}
.qty-box .btn:hover {
  border-color: #333;
  background: #333;
  color: #fff;
  z-index: 2;
}
.qty-box .less {
  left: 0;
  border-radius: 5px 0 0 5px;
}
.qty-box .add {
  right: 0;
  border-radius: 0 5px 5px 0;
}
.main-content.cart-two .qty-box {
  width: auto;
  padding: 0px;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  line-height: 34px;
  padding: 0 10px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.form-control:focus {
  outline: none;
  background-color: #f3f3f3;
}
/*
select.form-control {
    display: block;
    width: 100%;
   height: 36px;
    line-height: 34px;
    padding: 0 10px;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    margin-bottom: 6px;
    appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  background:#fff url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center;
}
select.form-control:focus {
    outline: none;
    background-color: #EFF5F3;
}
*/
textarea.form-control {
  padding: 8px 10px;
  line-height: 1.4;
  resize: vertical;
}
textarea.form-control.messages {
  height: 210px;
}
.static-control {
  line-height: inherit;
  color: #444;
  font-size: 16px;
  margin: 0 0 6px;
  padding: 0 5px;
}
.form-wrap {
  margin: 0 auto;
}
.form-wrap.type2 {
  max-width: 1000px;
}
.form-wrap.type3 .form-box {
  max-width: 600px;
}
.form-wrap .btn-box {
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}
.form-box {
  margin: 0 auto;
}
.line {
  margin: 0 auto;
  border-top: 1px dotted #d7d7d7;
  padding: 20px 0;
}
.line2 {
  margin: 0 auto;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 20px 0;
}
.form-box .row {
  margin: 0 -24px;
  position: relative;
}
.form-box .col {
  float: left;
  width: 50%;
  padding: 0 24px;
  box-sizing: border-box;
}
.form-box .type2 .col1 {
  float: left;
  width: 70%;
  padding: 0 24px;
  box-sizing: border-box;
}
.form-box .type2 .col2 {
  float: right;
  width: 25%;
  padding: 50px 0 0 0;
}
.form-box .required {
  position: relative;
}
.form-box .required:after {
  content: "*";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 15px;
  color: #e51c6c;
  margin: 0 4px 0px 10px;
}
.form-box .form-group {
  padding: 4px 0;
  line-height: 36px;
}
.form-box .control-label {
  display: block;
  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: #80caa5;
  font-size: 20px;
  line-height: inherit;
  margin-left: 5px;
  margin-bottom: 6px;
  transition: all 0.3s ease;
}
.form-box .captcha a:hover {
  color: #ccc;
}
.form-box .captcha a * {
  vertical-align: middle;
}
.form-box .captcha a .ic {
  transition: transform 0.3s;
  font-size: 14px;
  color: #70ac92;
}
.form-box .captcha a:hover .ic {
  transform: rotate(270deg);
  color: #b8b9aa;
}
.form-box .row img {
  margin: 0px;
}
.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: #e51b6c;
  font-size: 13px;
  padding: 0 5px;
}
.form-wrap.type1 .tips {
  min-height: 36px;
  line-height: 18px;
}
.form-box .input-group {
  margin: 0 -3px;
}
.form-box .input-group:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.form-box .input-group .input-box {
  float: left;
  width: 50%;
  padding: 0 3px;
  box-sizing: border-box;
}
.form-box .input-group .form-control {
  display: inline-block;
}
.form-box .name .control-box {
  position: relative;
}
.form-box .name .radio-box {
  line-height: 36px;
  position: absolute;
  right: 0;
  bottom: 100%;
}
.form-box .name .radio-box label {
  display: inline-block;
  margin-bottom: 0;
}
.form-box .address .input-box:last-child {
  width: 100%;
}
.form-box .address2 .input-box {
  width: 22%;
}
.form-box .address2 .input-box:last-child {
  width: 56%;
}
.form-radio,
.form-checkbox {
  display: inline-block;
  position: relative;
}
.form-radio input[type="radio"],
.form-checkbox input[type="checkbox"] {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0 !important;
  visibility: hidden;
  outline: 0;
  z-index: 3;
  width: 17px;
  height: 17px;
}
.form-radio:before,
.form-checkbox:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: 50% 0 / 100% auto no-repeat;
  width: 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");
}
.checked.form-radio:before,
.checked.form-checkbox:before {
  background-position: 0 100%;
}
.success-wrap {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 3% 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.success-box {
  text-align: center;
  line-height: 2;
}
.success-msg {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 auto 15px;
}
.no-svg .success-msg {
  /* background-image: url('../../images/common/success_ic.png'); */
}
.success-txt {
  line-height: 1.8;
  color: #777;
  padding-bottom: 10px;
}
.success-txt strong {
  color: #444;
  font-size: 16px;
  padding-bottom: 0px;
  display: block;
  font-weight: normal;
  letter-spacing: 2px;
}
.success-txt a {
  color: #b60000;
}
.success-txt a:hover {
  text-decoration: underline;
}
.success-wrap .btn-box {
  max-width: 1000px;
  margin: 0 auto;
}
/*------------ / form ------------*/
/*------------ table ------------*/
.table-h {
  border-top: 1px solid #dcdcdc;
  color: #6a6a6a;
}
.table-h thead {
  display: none;
}
.table-h td[data-title]:before {
  content: attr(data-title);
  display: inline-block;
  color: #aaa;
  font-size: 13px;
}
.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 {
  border-bottom: 1px solid #dcdcdc;
}
.table-h thead th {
  color: #777;
  font-weight: normal;
  padding: 12px;
  text-align: center;
}
.table-h .align-left.info {
  max-width: 500px;
}
.table-h tbody tr {
  border-bottom: 1px solid #dcdcdc;
}
.table-h .align-left {
  text-align: left;
}
.table-h a {
  display: inline-block;
  vertical-align: middle;
}
.table td span {
  color: #de82a5;
}
.table-v {
  color: #777;
  font-size: 14px;
}
.table-v tr {
  border-bottom: 1px solid #ddd;
}
.table-v th,
.table-v td {
  padding: 12px 20px;
  vertical-align: middle;
}
.table-v th {
  text-align: left;
  width: 110px;
  font-weight: normal;
  position: relative;
  background: #f2f2f2;
}
.table-v strong {
  color: #b60000;
}
/*------------ / table ------------*/
/*------------ lightbox ------------*/
body .fancybox-close {
  background: url(../../images/common/lightbox_close.jpg) no-repeat;
  width: 41px;
  height: 41px;
  right: 5px;
  top: 5px;
}
.no-svg body .fancybox-close {
  background-image: url(../../images/common/lightbox_close.jpg);
}
body .fancybox-close:hover {
  background-position: 0 100%;
}
body .fancybox-skin {
  background: #fff;
  border-radius: 0;
  margin-top: 40px;
  border-radius: 0px;
  border: 5px solid #959595;
}
body .fancybox-inner {
  background: #f2faf6;
  border-radius: 0px;
}
.lightbox-wrapper {
  padding: 40px;
  max-width: 100%;
  max-width: 780px;
  margin: 0 auto;
  max-width: 800px;
  box-sizing: border-box;
}
.login-box .lightbox-title {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px;
  text-align: center;
}
.login-box .lightbox-title span {
  border: 2px solid #d6d6d6;
  padding: 5px 10px;
}
.no-svg .login-box .lightbox-title {
  background-image: url("../../images/common/login_ic.png");
}
.lightbox-wrapper .control-label {
  display: none;
}
.login-box .notice-box {
  background: #eee;
  margin-top: 40px;
  padding: 20px 15px;
  border-radius: 15px;
}
.login-box .notice-box .title {
  float: left;
  background: url("../../images/common/join_ic.png") 0 100% no-repeat;
  color: #444;
  font-size: 18px;
  font-weight: bold;
  padding: 16px 0 0 45px;
  margin: 5px 0 0 80px;
}
.no-svg .login-box .notice-box .title {
  background-image: url("../../images/common/join_ic.png");
}
.login-box .notice-box .txt {
  color: #777;
  border: 1px solid #ccc;
  border-width: 0 0 0 1px;
  margin-left: 240px;
  padding-left: 30px;
}
.login-box .success-box + .btn-box {
  max-width: 700px;
  margin: 0 auto;
}
.login-box .success-box + .btn-box a {
  margin: 10px 0;
}
.arrival-box {
  position: relative;
}
.arrival-box .form-control {
  height: 36px;
  line-height: 34px;
  padding: 0 12px;
  border-color: #bababa;
}
.arrival-box .form-control:focus {
  background-color: #f0f0f0;
}
.arrival-box .pd-name {
  color: #333;
  font-size: 25px;
  font-weight: normal;
  text-align: center;
  margin: 0;
}
.no-svg .arrival-box .pd-name {
  background-image: url("../../images/common/products/arrival_ic.png");
}
.arrival-box .pd-id {
  color: #aaa;
  font-size: 14px;
  text-align: center;
}
.arrival-box .form-box {
  padding: 30px 0;
}
.arrival-notice {
  color: #777;
  font-size: 15px;
  text-align: center;
  padding: 10px 0;
}
.arrival-box .btn-box {
  padding-top: 0;
}
/*------------ / 購物時登入燈箱 ------------*/
.shopping_way.hot.fixed {
  margin: 4px 0 -3px;
  color: #333;
}
.cart_login_box {
  height: auto;
  overflow: hidden;
}
.lightbox-wrapper.login-box.cart {
  /* width: 100%; */
}
.cart-login.col {
  width: 50%;
  position: relative;
  float: left;
  padding: 10px;
}
.cart-login.col.col1 {
  right: 10px;
}
.cart-login.col.col1 .form-box .captcha a {
  margin: 0px;
}
.cart-login.col {
  border-right: 1px solid #dadada;
  padding: 30px;
}
.cart-login.col:nth-child(2) {
  border: none;
}
.cart-login.col.col2 {
  padding: 30px;
}
.cart-login.col.col2 .btn-box {
  padding-top: 45px;
}
.cart-login .main-title {
  color: #404040;
  font-size: 18px;
  padding: 10px 0 25px;
}
.cart-login .fb-login-button {
  height: 40px;
}
.cart-login .btn-box {
  padding: 0px;
}
.btn.simple.cart {
  background: #4ea7ce;
  max-width: 100px;
  width: 50%;
  height: 35px;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0.1em;
  border-radius: 8px;
  position: relative;
  margin: 0 2px 10px;
  display: inline-block;
}
.btn.simple.cart:hover {
  background: #1b7292;
}
.btn.simple.cart2 {
  background: #046792;
}
.btn.simple.cart2:hover {
  background: #1c9e92;
}
.cart.bth {
  display: block;
  width: 100%;
}
.cart_login_box .form-box.cart_txt {
  text-align: center;
}
.lightbox-wrapper.login-box .notice-box {
  background: transparent;
  margin-top: 0px;
  padding: 0px;
  border-radius: 0;
}
.lightbox-wrapper.login-box .notice-box .title {
  background: none;
  color: #444;
  font-size: 18px;
  font-weight: bold;
  padding: 0px;
  margin: 0px 0 20px;
  text-align: center;
  float: none;
}
.lightbox-wrapper.login-box .notice-box .txt {
  margin: 0px;
  padding: 0px;
  border: none;
}
.cart_login_box .lightbox-wrapper {
  padding: 30px;
  max-width: 100%;
  /*width: 800px;*/
}
.cart_login_box .btn.normal2 {
  color: #fff;
  font-size: 15px;
  padding: 5px;
  width: 200px;
  height: 40px;
  background: #5c5c5c;
  margin: 0 auto 5px;
  border-radius: 0;
  border: unset;
  display: block;
  line-height: 30px;
}
.cart_login_box .btn.normal2:hover {
  background: #000;
}
.cart_login_box .btn.pure {
  color: #666;
  line-height: 30px;
  margin: 0 5px 5px;
}
.cart_login_box .btn-box {
  margin: 15px 0;
}
.cart_login_box .btn.normal2.send {
  margin-bottom: 20px;
}
.cart_login_box .go-login {
  margin: 10px 0 20px;
}
.cart_login_box .btn-box.col2 {
  display: flex;
}
.cart_login_box .btn-box.col2 .btn.normal2 {
  width: 45%;
}
/*------------ / 購物時登入燈箱 ------------*/
/*------------ / lightbox ------------*/
.mmenu-show #mobile-fixed .qty {
  background: #b60000;
}
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a,
.mmenu-show #lang-box li a {
  background: #494b4b;
}
.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 .search {
  position: absolute;
  right: 8px;
  top: -5px;
}
.mmenu-show #mobile-search .search .ic3-search2 {
  font-size: 20px;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li,
.mmenu-show #lang-box li {
  border-bottom-color: #494b4b;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
  border-color: #333;
  top: 16px;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a,
.mmenu-show #lang-box .menu li a:hover,
.mmenu-show #lang-box .menu li.active > a {
  color: #000;
}
.mmenu-show #mobile-menu .share .btn .ic {
  vertical-align: middle;
}
.no-svg .mmenu-show #mobile-search .ibtn.search {
  z-index: 99;
}
.mmenu-show #mobile-fixed,
.mmenu-show .wrapper {
  width: 100%;
}
.fancybox-lock .fancybox-overlay {
  background: rgba(10, 10, 10, 0.8) !important;
}
/* 舊手機語系
.mmenu-show #mobile-fixed a .ic-earth {
    font-size: 24px;
    margin: 0 auto 8px;
}
*/
/*-- 歐盟 --*/
.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 #333;
}
.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: 0.2;
}
.header-sheet a {
  color: #333;
  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 0.7s;
  }
  .header-fixed .header-sheet {
    display: block;
  }
}
@media screen and (max-width: 1600px) {
  /*------------ floating 1600 ------------*/
  .floating,
  .floating.fancybox-margin {
    right: 30px;
    margin: 0;
  }
  /*------------ / floating 1600 ------------*/
}
@media screen and (max-width: 1500px) {
  .func-menu {
    margin-right: 0px;
  }
  .header-fixed .site-header {
    border-bottom: 1px solid #dbdcd3;
  }
  .header-fixed .top-nav {
    position: relative;
    text-align: right;
    margin: 0;
    display: inline-block;
    float: right;
  }
  .header-fixed .site-nav {
    position: relative;
    top: -45px;
    z-index: 1;
    left: 0px;
    float: right;
    width: calc(100% - 130px);
  }
}
@media screen and (max-width: 1400px) {
  /*------------ site_footer 1370 ------------*/
  .site-map {
    letter-spacing: 15px;
  }
  /*------------ / site_footer 1370 ------------*/
}
@media screen and (max-width: 1280px) {
  /*------------ site_footer 1280 ------------*/
  .footer-top .col1 {
    text-align: center;
  }
  .footer-top .col3 {
    padding: 0;
  }
  .site-map {
  }
  .footer-top .col4 {
    width: 35%;
    /* float: none;
            clear: both; */
  }
  .footer-top .info .txt li {
  }
  /*------------ / site_footer 1280 ------------*/
  .table-h td[data-title]:before {
    display: block;
    margin: 0 0 5px 0;
  }
}
@media screen and (max-width: 1200px) {
  /*------------ side 1200 ------------*/
  .side {
    width: 260px;
  }
  .has-side .content {
    width: calc(100% - 260px);
  }
  /*------------ / side 1200 ------------*/
}
@media screen and (max-width: 1180px) {
  .header-fixed .site-nav .menu > li {
    padding: 0 5px;
  }
  .header-fixed .site-nav {
    clear: none;
    top: -40px;
  }
  .header-fixed .func-menu > li > a {
    padding: 0 3px 0;
    transition: all 0.3s;
  }
  .header-fixed .site-nav .menu > li > a {
    font-size: 16px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 1120px) {
  /*------------ site_header 1120 ------------*/
  .site-title {
    padding: 10px 0;
  }
  .site-nav {
    clear: both;
    position: static;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .func-menu {
    margin-right: 0px;
  }
  .top-nav {
    right: 15px;
  }
  /*------------ / site_header 1120 ------------*/
  .top-nav .language {
    position: absolute;
    right: 0;
    top: 45px;
  }
  .func-menu > li.gocart {
    /* right: 50px; */
  }
  .func-menu > li.gocart > a {
    font-size: 15px;
  }
  .header-fixed .site-nav {
    clear: none;
    top: -36px;
  }
  .header-fixed .func-menu > li.gocart > a i {
    font-size: 20px;
  }
  .header-fixed .func-menu > li.gocart .gocart-qty {
    min-width: 25px;
    height: 25px;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 0 1px;
  }
  .header-fixed .func-menu > li.gocart {
    margin: 0;
  }
  .header-fixed .func-menu > li > a {
    font-size: 14px;
    line-height: 25px;
    padding: 0 2px 0 2px;
  }
}
@media screen and (max-width: 1000px) {
  .header-fixed .func-menu .ic {
    display: none;
  }
  .header-fixed .site-header {
    position: relative;
  }
  .success-txt strong {
    display: initial;
  }
}
@media screen and (max-width: 1000px) {
  /*  .header-fixed .site-header {
                display: none;
            }*/
  /*------------ site_header 900 ------------*/
  .site-header {
    border-top: unset;
  }
  .site-title {
    float: none;
    text-align: center;
  }
  .header-fixed .top-nav,
  .top-nav,
  .site-nav,
  .site-header .search-box {
    display: none;
  }
  /*------------ / site_header 900 ------------*/
  /*------------ site_main 900 ------------*/
  .main-content {
    padding-bottom: 80px;
  }
  .has-side .content {
    border-left: none;
    padding: 0;
  }
  .side {
    display: none;
  }
  .has-side .content {
    position: relative;
    width: auto;
    float: none;
  }
  /*------------ / site_main 900 ------------*/
  /*------------ site_footer 900 ------------*/
  .footer-top {
    padding: 20px 0 30px;
  }
  .footer-top .container {
    text-align: center;
  }
  .footer-top .col.col1,
  .footer-top .col3 {
    display: none;
  }
  .footer-top .col.col2 {
    display: inline-block;
    text-align: center;
    float: none;
    width: 100%;
    margin: 15px 0;
  }
  .footer-top .map-box {
    margin: 0;
  }
  .site-info {
    margin-left: 0;
  }
  /*------------ / site_footer 900 ------------*/
  /*------------ floating 900 ------------*/
  .floating,
  .floating.fancybox-margin {
    background: none;
    right: 50%;
    bottom: 5px;
    margin-right: 15px;
  }
  .floating .btn.gocart {
    display: none;
  }
  .floating .ibtn.gotop {
    background: url(../../images/common/mobile_gotop.svg) 50% 50% no-repeat;
    width: 30px;
    height: 30px;
    border: 0;
    position: fixed;
    bottom: 0;
    font-size: 0;
  }
  .floating .ibtn.gotop:hover {
    background: url(../../images/common/mobile_gotop.svg) 50% 50% no-repeat;
  }
  .floating .ibtn.gotop:before {
    display: none;
  }
  .side-share {
    top: 90%;
  }
  /*------------ / floating 1000 ------------*/
  .share:before {
    content: "";
    display: none;
  }
  .content-top {
    margin-bottom: 20px;
  }
  .table-h td {
    min-width: 40px;
  }
  /*------------ 優化開始 ------------*/
  .footer-top .row {
    margin: 0;
    display: flex;
    justify-content: center;
  }
  .footer-top .col.col2 {
    margin: 2px 0;
  }
  .site-title .logo {
    width: 116px;
    height: 100px;
  }
  .footer-top {
    padding: 40px 0;
    border: none;
  }
  .footer-top .info .txt li {
    text-align: left;
    margin: 0;
    margin-bottom: 10px;
  }
  .footer-top .info .sect-title {
    font-size: 16px;
    display: none;
  }
  .footer-top .col4 {
    width: 100%;
    float: none;
    clear: both;
    display: flex;
    justify-content: center;
    padding: 0;
    padding-left: 25px;
  }
  .footer-top .info .txt {
  }
  .warning-sect {
    padding: 25px 0 20px;
  }
  .sect3 .container .row {
    padding: 15px 0;
  }
  .footer-bottom {
    padding-bottom: 50px;
  }
  .breadcrumb {
    padding: 0px 15px;
    margin: 4px 0 4px;
    font-size: 14px;
  }
  .main-title span {
    font-size: 16px;
  }
  .main-title .second_txt {
    font-size: 12px;
  }
  .main-title span:before,
  .main-title span:after {
    top: 5px;
  }
  .main-title {
    margin: 0 0 10px;
    padding: 5px 20px;
    font-size: 14px;
    display: none;
  }
  .content-top {
    margin-bottom: 8px;
  }
  .btn-box {
    padding: 15px 0 10px;
  }
  .share_box .share-link .btn,
  .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: 25px;
    width: 25px;
    height: 25px;
  }
  .qty-box .form-control,
  .qty-box .btn {
    height: 25px;
    line-height: 25px;
  }
  .table-h td,
  .static-control {
    font-size: 14px;
  }
  .btn.simple {
    height: 35px;
    font-size: 14px;
    line-height: 32px;
  }
  .btn.normal {
    font-size: 14px;
    width: 49%;
    margin: 5px 0;
  }
  body {
    /* font-size: 14px;
                line-height: 25px; */
  }
  .main-content {
    padding: 0 0 10px;
  }
  .content-title {
    font-size: 16px;
    margin: 0 0 15px 0;
  }
  .reminder {
    margin: 0 0 10px;
  }
  .line {
    padding: 10px 0;
  }
  .line2 {
    padding: 10px 0;
  }
  .form-box .form-group {
    padding: 0px 0;
  }
  .form-box .type2 .col2 {
    padding: 0px;
  }
  .success-box .order-id {
    margin: 0.5em auto;
  }
  .content-title2 {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
  .content-title2::before {
    margin-right: 5px;
  }
  .content-title span {
    font-size: 16px;
  }
  textarea.form-control.messages {
    height: auto;
  }
  .btn.pure {
    margin: 0 5px 0px;
  }
  .success-wrap {
    padding: 0.5% 0px;
  }
  .success-msg {
    font-size: 18px;
    background-size: 80px;
    padding-top: 0px;
    margin-bottom: 0px;
  }
  .content {
    min-height: 100px;
    margin: 15px 0;
  }
  .cart-list-mobile .table-h {
    border-top: none;
  }
  .shopping-title,
  .shopping-title-up,
  .payment-box .shopping-title {
    font-size: 17px;
    letter-spacing: 0.1em;
    margin-bottom: 0px;
  }
  .header-fixed .site-header {
    position: static;
  }
  .header-fixed .site-title {
    margin: 0;
    float: none;
  }
  /*------------ 優化結束 ------------*/
  .mmenu-show #mobile-menu .side-nav ul ul {
    background: #f3f3f3;
    padding: 0;
  }
  .mmenu-show #mobile-menu .side-nav ul ul li {
    padding: 0;
    margin: 0px 0;
  }
  .mmenu-show #mobile-menu .side-nav ul li.active > a:before,
  .mmenu-show #mobile-menu .content-nav ul li.active > a:before {
    top: 14px;
    left: 18px;
  }
}
@media screen and (max-width: 767px) {
  /*------------ site_main 767 ------------*/
  .main-content {
    padding: 0 0 10px;
  }
  /*------------ / site_main 767 ------------*/
  /*------------ breadcrumb 767 ------------*/
  .content-top .breadcrumb {
    float: none;
  }
  /*------------ / breadcrumb 767 ------------*/
  /*------------ pagination 767 ------------*/
  .page-info {
    display: block;
    padding: 0 40px;
  }
  .pagination {
    position: relative;
    height: 0;
  }
  .pagination li a {
    display: none;
  }
  .pagination li a.controls {
    display: block;
    position: absolute;
    bottom: -30px;
  }
  .pagination li a.prev {
    left: 0;
  }
  .pagination li a.next {
    right: 0;
  }
  /*------------ / pagination 767 ------------*/
  /*------------ form 767 ------------*/
  .form-title {
    font-size: 36px;
  }
  .form-box .row:before {
    display: none;
  }
  .form-box .col,
  .form-box .type2 .col {
    width: 100%;
  }
  .form-box .type2 .col2 {
    text-align: center;
  }
  .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 {
    border-top: 1px dashed #bbb;
  }
  .table-h tr,
  .table-h td {
    display: block;
    text-align: left;
  }
  .table-h td + td {
    border-left: 0;
    line-height: 25px;
  }
  .table-h td[data-title]:before {
    content: attr(data-title);
    display: inline-block;
    color: #aaa;
    font-size: 14px;
    margin: 0;
  }
  .table-h tr {
    padding: 10px 0;
    position: relative;
  }
  .table-h td {
    padding: 0;
    line-height: 2;
  }
  /*------------ / table 767 ------------*/
  /*------------ lightbox 767 ------------*/
  .login-box .notice-box {
    padding: 20px 25px;
    text-align: center;
  }
  .login-box .notice-box .title {
    float: none;
    display: inline-block;
    margin: 0;
  }
  .login-box .notice-box .txt {
    border-width: 1px 0 0;
    margin: 15px 0 0;
    padding: 15px 0 0;
  }
  /*------------ / lightbox 767 ------------*/
  /*------------ 優化開始 ------------*/
  .sect3 .cf-list li {
    width: 50%;
    padding: 0 10px 30px;
  }
  body .fancybox-wrap.login-fancybox .fancybox-inner {
    height: calc(80vh) !important;
  }
  .cart-login.col {
    width: 100%;
    clear: both;
    padding: 10px;
  }
  .cart-login.col {
    border-right: none;
  }
  .cart-login.col + .col {
    border-top: 1px solid #dadada;
    border-left: none;
    padding: 20px 10px;
    margin: 15px 0;
  }
  .cart-login.col.col2 {
    padding-top: 40px;
  }
  .cart-login.col.col2 .btn-box {
    padding-top: 30px;
  }
  /*------------ 優化結束 ------------*/
}
@media screen and (max-width: 500px) {
  /*------------ lightbox 500 ------------*/
  .lightbox-wrapper {
    padding: 30px 20px;
  }
  .login-box .main-title {
    padding-top: 0;
  }
  .login-box .main-title span {
    font-size: 36px;
  }
  .login-box .success-msg {
    font-size: 17px;
  }
  /*------------ / lightbox 500 ------------*/
  /*------------ table 500 ------------*/
  .table-v tr,
  .table-v th,
  .table-v td {
    display: block;
    width: auto;
    text-align: left;
  }
  .table-v tr:nth-child(n) {
    background: none;
  }
  .table-v th {
    border: 0;
  }
  /*------------ / table 500 ------------*/
  .form-box .captcha .form-control {
    width: 100%;
  }
}
@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 ------------*/
  .site-title .logo {
  }
  .arrival-box .pd-name {
    font-size: 16px;
    margin: 20px 0 0;
  }
  .arrival-box .form-box {
    padding: 5px 0;
  }
  .arrival-box .form-control {
    height: 32px;
    line-height: 24px;
  }
  /*------------ / 手機板logo -------------*/
  .mmenu-show #mobile-fixed .logo-fixed-menu {
    width: 150px;
  }
}
/*------------ / LINE 登入按鈕 ------------*/
.LINE-login-button a {
  width: 250px;
  height: 40px;
  background: #00c300;
  border-radius: 6px;
  display: flex;
  margin: auto;
  transition: all 0.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 0.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 登入按鈕 ------------*/
