@charset "UTF-8";
/* CSS Document */
@import url(help/reset.css);
@import url(font-awesome-4.7.0/font-awesome.min.css);
@import url(help/rwdgrid.css);
@import url(textEditor.css);
/* @import url("https://fonts.googleapis.com/css?family=Bellefair|Noto+Sans+TC:300,400|Noto+Serif+TC:300,400&display=swap"); */
@import url(//fonts.googleapis.com/css?family=Raleway:300,400);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
.orderCheckArea input[type="text"],
.orderCheckArea input[type="password"],
.loginBox .submenu,
.loginArea input[type="text"],
.loginArea input[type="password"],
header,
header .topBox,
.language .g_trans a,
.sideMenuArea .sideMenu li,
.sideMenuArea .submenu a,
.classLink a,
.sideAlbumArea,
.side_album li,
.side_share a,
.side_news li,
.btn01 a,
.countItemBox,
.countItemBox .count {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sideMenuArea .close:before,
.sideMenuArea .close:after,
.sideMenuArea .sideMenu .btnDown svg {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

body {
  /* font-family: Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif; */
  font-family: "Noto Sans TC", 'Poppins', 'Archivo';
  font-size: 13px;
}

/*css3*/
a {
  color: #2a2a2a;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:hover {
  color: #c69843;
}

[class*='col-'] {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.b-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

div.titan {
  /*--隱藏開影音、開相簿--*/
  display: none;
}

.col-1 {
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.33%;
}

.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

a.btn_color1 {
  /*按鈕主色1*/
  color: #fff;
  background-color: #516190;
}

a.btn_color1:hover {
  background-color: #C85A56;
}

a.btn_color2 {
  /*按鈕主色2*/
  color: #fff;
  background-color: #A0A0A0;
}

a.btn_color2:hover {
  background-color: #999;
}

input[type="text"], input[type="password"] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

input:focus,
textarea:focus {
  outline: none;
}

.outerWrap {
  position: relative;
  overflow: hidden;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#gmap {
  display: none;
  height: 400px;
}

.label {
  padding: 5px 7px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}

/*-moduleBox--*/
.moduleBox {
  position: fixed;
  left: 50%;
  top: 48%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1005;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.moduleBox.show {
  top: 50%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.moduleMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1003;
  background-color: rgba(100, 100, 100, 0.35);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.moduleMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.openModule {
  width: 20px;
  height: 23px;
  text-align: center;
}

.moduleTxt {
  position: relative;
}

.moduleTxt:before {
  content: attr(data-text);
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  background-color: #434343;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.moduleTxt:after {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #434343 transparent transparent transparent;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.moduleTxt.loginToggle:before {
  top: -43px;
}

.moduleTxt.loginToggle:after {
  top: -18px;
}

.moduleTxt:hover:before, .moduleTxt:hover:after {
  opacity: 1;
}

/***↓↓↓購物車↓↓↓***/
.cartArea {
  width: 360px !important;
  border: 1px solid #ececec;
  background-color: #fff;
}

.cartArea .wrap {
  position: relative;
  width: auto;
  padding: 20px 40px;
}

.cartArea .cartNote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  font-size: 15px;
  color: #434343;
  letter-spacing: .025em;
}

.cartArea .cartNote i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  margin-right: 15px;
  border-radius: 50%;
  fill: #fff;
  background-color: #d1c0a5;
}

.cartArea .cartNote b {
  margin: 0 3px;
  font-size: 18px;
  font-weight: 500;
  color: #8199a7;
}

.cartArea .cartNote svg {
  width: 20px;
  height: 20px;
}

.cartArea .countBox {
  margin-bottom: 30px;
  font-size: 14px;
  color: #434343;
  letter-spacing: .025em;
}

.cartArea .countBox b {
  margin-left: 20px;
  font-family: "Bellefair", "微軟正黑體", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #8199a7;
  letter-spacing: .075em;
}

.cartArea .cart {
  clear: both;
  max-height: 250px;
  overflow-y: auto;
}

.cartArea .cart li {
  /*position: relative;*/
  margin-bottom: 20px;
}

.cartArea .cart li i {
  cursor: pointer;
  display: block;
  float: right;
  font-size: 18px;
  color: #949494;
}

.cartArea .cart .Img {
  float: left;
  margin-right: 15px;
  width: 65px;
  height: 65px;
  overflow: hidden;
}

.cartArea .cart .Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cartArea .cart .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

.cartArea .cart h3 {
  width: 100%;
  display: block;
  margin-bottom: 3px;
}

.cartArea .cart h3 a {
  display: block;
  font-weight: 400;
  font-size: 13px;
  color: #626262;
  letter-spacing: .05em;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.cartArea .cart .spec {
  font-size: 13px;
  color: #626262;
  letter-spacing: .05em;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  margin-bottom: 10px;
}

.cartArea .cart .num,
.cartArea .cart .price {
  font-family: "Bellefair", "微軟正黑體", sans-serif;
  font-size: 14px;
  letter-spacing: .05em;
  color: #434343;
}

.cartArea .cart .num {
  margin-right: 12px;
}

.cartArea .cart .del {
  margin-left: auto;
  width: 16px;
  height: 20px;
  background: url("../images/icon-garbage.svg") no-repeat;
  background-size: contain;
}

.cartArea .cart .buylistActivityList > h3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "Lato", sans-serif, "微軟正黑體";
  line-height: 20px;
}

.cartArea .cart .buylistActivityList > li {
  margin-bottom: 10px;
}

.cartArea .btn01 {
  text-align: center;
}

.cartArea .btn01 a {
  min-width: 185px;
  padding: 15px 30px;
}

/*訂單查詢*/
.orderCheckArea {
  width: 360px !important;
  border: 1px solid #ececec;
  background-color: #fff;
}

.orderCheckArea .wrap {
  position: relative;
  width: auto;
  padding: 40px 40px 30px;
  text-align: center;
}

#closeOrder,
#closeCart,
#closePrice,
#closeInquiry,
#closeLogin {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 30px;
  height: 30px;
}

#closeOrder:hover:before, #closeOrder:hover:after {
  background-color: #c69843;
}

#closeCart:hover:before, #closeCart:hover:after {
  background-color: #c69843;
}

#closePrice:hover:before, #closePrice:hover:after {
  background-color: #c69843;
}

#closeInquiry:hover:before, #closeInquiry:hover:after {
  background-color: #c69843;
}

#closeLogin:hover:before, #closeLogin:hover:after {
  background-color: #c69843;
}

#closeOrder:before, #closeOrder:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -0.5px;
  width: 20px;
  height: 1px;
  background-color: #626262;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#closeCart:before, #closeCart:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -0.5px;
  width: 20px;
  height: 1px;
  background-color: #626262;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#closePrice:before, #closePrice:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -0.5px;
  width: 20px;
  height: 1px;
  background-color: #626262;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#closeInquiry:before, #closeInquiry:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -0.5px;
  width: 20px;
  height: 1px;
  background-color: #626262;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#closeLogin:before, #closeLogin:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -0.5px;
  width: 20px;
  height: 1px;
  background-color: #626262;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#closeOrder:before,
#closeCart:before,
#closePrice:before,
#closeInquiry:before,
#closeLogin:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#closeOrder:after,
#closeCart:after,
#closePrice:after,
#closeInquiry:after,
#closeLogin:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.orderCheckArea ::-webkit-input-placeholder {
  /* Chrome */
  color: #b5b5b5;
}

.orderCheckArea :-ms-input-placeholder {
  /* IE 10+ */
  color: #b5b5b5;
}

.orderCheckArea ::-moz-placeholder {
  /* Firefox 19+ */
  color: #b5b5b5;
  opacity: 1;
}

.orderCheckArea :-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #b5b5b5;
  opacity: 1;
}

.orderCheckArea h4 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  font-family: "微軟正黑體", "新細明體", sans-serif;
  color: #222;
  text-align: left;
}

.orderCheckArea input[type="text"], .orderCheckArea input[type="password"] {
  width: 100%;
  height: 40px;
  padding: 5px 15px;
  margin-bottom: 10px;
  border: 1px solid #ececec;
  font-size: 13px;
  letter-spacing: .05em;
}

.orderCheckArea .title01 {
  margin-bottom: 20px;
}

.orderCheckArea .btn01 {
  margin-top: 20px;
  text-align: center;
}

.orderCheckArea .btn01 a {
  min-width: 185px;
  padding: 15px 30px;
}

@media screen and (max-width: 480px) {
  .cartArea,
  .orderCheckArea {
    width: 300px !important;
  }
  #closeOrder,
  #closeCart,
  #closePrice,
  #closeInquiry {
    top: 5px;
    font-size: 25px;
  }
}

/***↑↑↑購物車↑↑↑**/
/***↓↓↓會員登入↓↓↓**/
.loginArea {
  width: 400px !important;
  max-width: 100%;
  border: 1px solid #ececec;
  background-color: #fff;
}

.loginArea .box {
  position: relative;
  padding: 40px 40px 30px;
  background: #fff;
}

.loginBox {
  position: relative;
}

.loginBox .submenu {
  position: absolute;
  top: 140%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
  padding: 10px 15px;
  line-height: 2;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.loginBox .submenu.show {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}

.loginBox .submenu a {
  display: block;
  color: #626262;
  text-align: center;
}

.loginBox .submenu a:hover {
  color: #c69843;
}

a#closeLogin {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 18px;
  color: #666;
}

.loginArea input[type="text"], .loginArea input[type="password"] {
  display: block;
  width: 100%;
  height: 40px;
  padding: 5px;
  margin-bottom: 7px;
  border: 1px solid #ececec;
}

.loginArea .title01 {
  text-align: center;
  margin-bottom: 20px;
}

.loginArea .btn01 {
  margin-top: 20px;
  text-align: center;
}

.loginArea .btn01 a {
  display: inline-block;
  min-width: auto;
  padding: 12px 40px;
  font-size: 13px;
  color: #fff;
}

.loginArea .area {
  margin-top: 20px;
}

.loginArea .forget {
  clear: both;
  font-size: 14px;
  color: #434343;
  margin-top: 20px;
  text-align: right;
}

.loginArea .forget a {
  position: relative;
  display: inline-block;
}

.loginArea .forget a:not(:last-child) {
  padding-right: 8px;
  margin-right: 8px;
}

.loginArea .forget a:not(:last-child):after {
  content: '';
  position: absolute;
  right: 0;
  top: 2px;
  width: 1px;
  height: 15px;
  background-color: #707070;
}

.loginArea .forgetCheck,
.loginArea .resendCheck {
  display: none;
}

.loginArea .btn_relog {
  margin-top: 20px;
  text-align: right;
  display: block;
}

/***↑↑↑會員登入↑↑↑**/
/*****網頁頭*****/
header {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

header.fixed .topBox {
  margin-top: -134px;
  opacity: 0;
}

header.up .topBox {
  margin-top: 0;
  opacity: 1;
}

header.up .menuBox {
  margin-top: -81px;
  opacity: 0;
}

header .wrap {
  position: relative;
}

header .logo {
  display: block;
  padding: 0 20px;
  background-color: #535759;
}

header .logo a {
  display: block;
  width: 100%;
  fill: #231815;
  color: #5c84a3;
}

header .logo span {
  position: absolute;
  left: 1000%;
  top: 0;
  opacity: 0;
}

header .logo img {
  width: 100px;
}

@media (max-width: 1230px) {
  header .logo img {
    width: auto;
    height: 58px;
  }
}

@media (max-width: 480px) {
  header .logo img {
    /* width: 180px;
    height: auto; */
  }
}

header .topBox {
  position: relative;
  top: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 134px;
  padding: 0 20px;
  opacity: 1;
  background-color: #535759;
}

header .topBox .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header .iconBox {
  /* position: absolute;
  right: 0;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox; */
  padding-right: 20px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .iconBox svg {
  fill: #2a2a2a;
}

header .icon-member {
  width: 19px;
  height: 19px;
}

header .icon-order {
  width: 15px;
  height: 20px;
}

header .icon-cart {
  width: 20px;
  height: 20px;
}

header .iconList {
  margin-left: 20px;
}
header .searchBox {
  margin-left: 20px;
  margin-right: 0;
}

header .cartToggle {
  position: relative;
}

header .cartToggle b {
  position: absolute;
  right: -15px;
  top: 3px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  background-color: #c69843;
  border-radius: 50%;
}

header .topBox {
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.menuBox {
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.btnMenu {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 30px;
  padding-left: 15px;
  text-transform: uppercase;
  font-family: 'Bellefair', serif;
  font-size: 12px;
  color: #362a25;
}

@media (max-width: 400px) {
  .btnMenu {
    color: transparent;
  }
}

.btnMenu::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  width: 1px;
  height: 10px;
  background-color: #c5b39a;
}

@media (max-width: 1230px) {
  .btnMenu::before {
    display: none;
  }
}

.btnMenu i {
  position: relative;
  width: 20px;
  height: 1px;
  margin-left: 12px;
  background-color: #2a2a2a;
}

.btnMenu i:before, .btnMenu i:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #2a2a2a;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.btnMenu i:before {
  top: -7px;
  right: 0;
}

.btnMenu i:after {
  bottom: -7px;
  left: 0;
}

.btnMenu:hover i::before, .btnMenu:hover i::after {
  width: 100%;
}

.language {
  display: inline-block;
  vertical-align: middle;
}

.language .g_trans {
  display: inline-block;
  vertical-align: middle;
}

.language .g_trans a {
  display: block;
  line-height: 28px;
  padding: 0 10px;
  border: 1px solid #516190;
  font-size: 13px;
  color: #516190;
}

.language .g_trans a i {
  margin-left: 10px;
}

.searchBox {
  /* position: absolute;
  left: 0;
  bottom: 10px; */
  position: relative;
  margin-right: 20px;
}

.searchBox ::-webkit-input-placeholder {
  /* Chrome */
  color: #b5b5b5;
}

.searchBox :-ms-input-placeholder {
  /* IE 10+ */
  color: #b5b5b5;
}

.searchBox ::-moz-placeholder {
  /* Firefox 19+ */
  color: #b5b5b5;
  opacity: 1;
}

.searchBox :-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #b5b5b5;
  opacity: 1;
}

.searchBox .inputBox {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 45px;
  width: 220px;
  height: 45px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(27, 27, 27, 0.1);
  box-shadow: 0px 2px 10px 0px rgba(27, 27, 27, 0.1);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 1230px){
  .searchBox .inputBox{
    right: 0;
    left: auto;
  }
}
@media (max-width: 400px){
  header .searchBox{
    z-index: 10;
    transform: translateX(50px);
  }
}

.searchBox .inputBox.show {
  top: 55px;
  opacity: 1;
  pointer-events: auto;
}

.searchBox .inputBox a {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 45px;
}

.searchBox input {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  font-family: '微軟正黑體';
  font-size: 13px;
  letter-spacing: .2em;
  border: none;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.searchBox a {
  display: inline-block;
}

.searchBox .btnSearch {
  position: relative;
  width: 20px;
  height: 20px;
}

.searchBox .btnSearch:before, .searchBox .btnSearch:after {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  height: 2px;
  background-color: #626262;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.searchBox .btnSearch:before {
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}

.searchBox .btnSearch:after {
  -webkit-transform: rotate(-65deg);
  -ms-transform: rotate(-65deg);
  transform: rotate(-65deg);
}

.searchBox .btnSearch.show .icon-search {
  opacity: 0;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.searchBox .btnSearch.show:before, .searchBox .btnSearch.show:after {
  opacity: 1;
}

.searchBox .btnSearch.show:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.searchBox .btnSearch.show:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.searchBox .icon-search {
  width: 20px;
  height: 20px;
  fill: #2a2a2a;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.m_menu {
  display: none !important;
}

.sideMenuMask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  background-color: rgba(100, 100, 100, 0.35);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.8s cubic-bezier(0.9, 0, 0.1, 1);
  -o-transition: all 0.8s cubic-bezier(0.9, 0, 0.1, 1);
  transition: all 0.8s cubic-bezier(0.9, 0, 0.1, 1);
}

.sideMenuMask.show {
  opacity: 1;
  pointer-events: auto;
}

.sideMenuArea {
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 501;
  width: 450px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.9, 0, 0.1, 1);
  -o-transition: all 0.8s cubic-bezier(0.9, 0, 0.1, 1);
  transition: all 0.8s cubic-bezier(0.9, 0, 0.1, 1);
}

.sideMenuArea.show {
  right: 0;
  opacity: 1;
}

.sideMenuArea.show .close:before {
  height: 80%;
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s;
}

.sideMenuArea.show .close:after {
  width: 80%;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.sideMenuArea .searchBox {
  display: none;
}

.sideMenuArea .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  padding: 40px;
  overflow-y: auto;
}

.sideMenuArea .close {
  position: absolute;
  top: 40px;
  right: 30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10;
  width: 26px;
  height: 26px;
}

.sideMenuArea .close:before, .sideMenuArea .close:after {
  content: '';
  position: absolute;
  background-color: #434343;
}

.sideMenuArea .close:before {
  top: 0;
  left: 10px;
  height: 0;
  width: 1px;
}

.sideMenuArea .close:after {
  left: 0;
  top: 10px;
  width: 0;
  height: 1px;
}

.sideMenuArea h2 {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-family: "Bellefair", "微軟正黑體", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #434343;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.sideMenuArea h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 3px;
  background-color: #c69843;
}

.sideMenuArea .sideMenu {
  margin-bottom: 50px;
}

.sideMenuArea .sideMenu li {
  position: relative;
  border-bottom: 1px solid #ececec;
}

.sideMenuArea .sideMenu li.dropDown > a {
  display: block;
  width: calc(100% - 30px);
}

.sideMenuArea .sideMenu li.open > a {
  color: #c69843;
}

.sideMenuArea .sideMenu li.open:after,
.sideMenuArea .sideMenu li.open .btnDown svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sideMenuArea .sideMenu .btnDown {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  cursor: pointer;
}

.sideMenuArea .sideMenu .btnDown svg {
  position: absolute;
  right: 0;
  top: 16px;
  width: 8px;
  height: 16px;
  fill: #434343;
}

.sideMenuArea .sideMenu a {
  display: block;
  padding: 15px 0;
  font-size: 16px;
  color: #434343;
  letter-spacing: .1em;
}

.sideMenuArea .sideMenu a:hover {
  color: #c69843;
}

.sideMenuArea .submenu {
  display: none;
  margin-bottom: 15px;
}

.sideMenuArea .submenu a {
  display: block;
  padding: 5px 10px 5px 16px;
  color: #7d7d7d;
}

.sideMenuArea .submenu a:hover {
  color: #c69843;
}

.sideMenuArea .sideMenuFoot {
  margin-top: auto;
}

.sideMenuArea .follow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ececec;
}

.sideMenuArea .follow:before {
  content: 'Follow Us';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
  font-family: "Bellefair", "微軟正黑體", sans-serif;
  letter-spacing: .05em;
}

.sideMenuArea .follow li {
  margin-left: 15px;
}

.sideMenuArea .follow a {
  font-size: 16px;
  color: #707070;
}

.sideMenuArea .follow a:hover {
  color: #c69843;
}

.sideMenuArea .follow .icon-line {
  width: 20px;
  height: 20px;
  fill: #707070;
}

.sideMenuArea .follow .icon-line:hover {
  fill: #c69843;
}

.sideMenuArea .iconBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.sideMenuArea .iconBox svg {
  fill: #626262;
}

.sideMenuArea .icon-member {
  width: 19px;
  height: 19px;
}

.sideMenuArea .icon-order {
  width: 15px;
  height: 20px;
}

.sideMenuArea .icon-cart {
  width: 20px;
  height: 20px;
}

.sideMenuArea .iconList {
  margin-right: 20px;
}

.sideMenuArea .btnMenu {
  display: none;
}

.sideMenuArea .cartToggle {
  position: relative;
}

.sideMenuArea .cartToggle b {
  position: absolute;
  right: -15px;
  top: 3px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  background-color: #c69843;
  border-radius: 50%;
}

/*menu*/
.menuBox {
  position: relative;
  top: 0;
  z-index: 2;
  width: 100%;
  border-top: 1px solid #e9dfd0;
  text-align: center;
  pointer-events: all;
}

.menu {
  display: inline-block;
}

.menu > li {
  position: relative;
  display: inline-block;
}

.menu > li > a {
  position: relative;
  display: block;
  padding: 25px 10px;
  font-size: 15px;
  color: #7d7d7d;
  letter-spacing: .25em;
}

.menu > li > a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -2px;
  margin: auto;
  width: 0;
  height: 3px;
  background-color: #c69843;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.menu > li > a:hover, .menu > li > a.current {
  color: #c69843;
}

.menu > li > a:hover:before, .menu > li > a.current:before {
  width: 100%;
}

.menu > li.show .submenu {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}

.menu .submenu {
  position: absolute;
  left: 0;
  top: 110%;
  z-index: 99;
  width: 130px;
  text-align: left;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.menu .submenu a {
  display: block;
  padding: 7px 20px;
  border-bottom: 1px solid #ececec;
  font-size: 14px;
  color: #626262;
  letter-spacing: .025em;
  background-color: #fff;
}

.menu .submenu a:hover {
  background-color: #eef1f5;
}

/*手機menu*/
.m_menu {
  display: none;
}

/*****banner******/
.bannerArea {
  clear: both;
  position: relative;
}

/*文字跑馬燈*/
.marqueeArea {
  padding: 15px 0;
  background-color: #061540;
}

.marqueeArea h2 {
  float: left;
  margin-right: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}

.marqueeArea h2 em {
  margin-left: 5px;
}

.marqueeArea .marqueeBox {
  max-height: 30px;
  overflow: hidden;
}

.marqueeArea ul {
  overflow: hidden;
}

.marqueeArea li {
  line-height: 20px;
}

.marqueeArea .date {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 13px;
  color: #dbdbdb;
}

.marqueeArea h3 {
  display: inline-block;
  vertical-align: top;
}

.marqueeArea h3 a {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.goTop {
  position: absolute;
  right: 70px;
  top: -90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #f1ecea;
  border-radius: 50%;
  -webkit-box-shadow: 0px 9px 25px 0px rgba(88, 72, 62, 0.2);
  box-shadow: 0px 9px 25px 0px rgba(88, 72, 62, 0.2);
}

.goTop:hover {
  background-color: #1b1b1b;
}

.goTop svg {
  width: 18px;
  height: 26px;
  fill: #b69b6b;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*頁尾資訊*/
footer {
  position: relative;
  overflow: hidden;
  background-color: #535759;
}

footer .topBox {
  border-bottom: 1px solid #63686a;
}

footer .topBox .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .footMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  footer .footMenu {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0;
  }
}

footer .footMenu a {
  display: block;
  padding: 30px 35px;
  font-size: 14px;
  color: #d9d9d9;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: .04em;
}

@media (max-width: 1023px) {
  footer .footMenu a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  footer .footMenu a {
    padding: 5px;
    font-size: 12px;
  }
}

footer .footMenu a:hover {
  color: #c69843;
}

footer .bottomBox {
}

@media (max-width: 767px) {
  footer .bottomBox {
  }
}

footer .bottomBox .wrap {
  width: 100%;
  max-width: 1300px;
  padding: 0;
}

footer .footList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  footer .footList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

footer .footList > li {
  width: 33.333%;
	width:100%;
  padding: 90px 40px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #63686a;
  margin: 0 auto;
}

@media (max-width: 1180px) {
  footer .footList > li {
    padding: 60px 20px 40px;
  }
}

@media (max-width: 767px) {
  footer .footList > li {
    width: 100%;
    padding: 30px 20px;
    border-bottom: 1px solid #63686a;
  }
}

footer .footList > li:last-child {
  border-right: 1px solid #63686a;
}

footer .footList .title {
  padding-bottom: 40px;
  color: #c69843;
  font-size: 21px;
  font-family: 'Poppins';
  font-weight: bold;
    text-transform: uppercase;
}

@media (max-width: 960px) {
  footer .footList .title {
    padding-bottom: 25px;
  }
}

footer .footList .btn02 {
  margin-bottom: 30px;
}

footer .footList .btn02 a {
  margin-right: 12px;
  margin-bottom: 12px;
}

footer .copyright {
  font-size: 12px;
  color: #d9d9d9;
  font-family: "Noto Serif TC", "微軟正黑體", serif;
}

footer .copyright a {
  display: block;
  color: #d9d9d9;
}

footer .left {
  width: 50%;
}

footer .right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 65px;
}

footer .downLogo {
  width: 271px;
  margin-bottom: 70px;
}

footer .downLogo a {
  display: block;
}

footer .downLogo svg {
  width: 100%;
  height: 69px;
  fill: #fff;
  color: #fff;
}

footer .downLogo img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.footerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footerTitle {
  font-family: "Bellefair", "微軟正黑體", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: .05em;
  color: #fff;
}

.followList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}

.followList a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  color: #d9d9d9;
  font-size: 18px;
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.followList a:hover {
  color: #fff;
}

.followList .icon-line {
  width: 22px;
  height: 22px;
}

.footerTextList {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
}

.footerTextList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.footerTextList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footerTextList li:not(:first-child) {
  margin-top: 20px;
}

.footerTextList li:hover .icon {
  background-color: rgba(186, 174, 149, 0.75);
}

.footerTextList .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 50%;
  fill: #fff;
  background-color: rgba(186, 174, 149, 0.35);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.footerTextList .icon img {
  display: block;
  max-width: 38px;
}

.footerTextList .icon-transport {
  width: 57px;
  height: 27px;
}

.footerTextList .icon-tel {
  width: 41px;
  height: 39px;
}

.footerTextList .Txt {
  font-size: 14px;
  letter-spacing: .04em;
  color: #baae95;
  font-weight: 300;
}

.footerTextList .Txt h3 {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 300;
  color: #d9d9d9;
}

.footerTextList .Txt span {
  font-size: 15px;
  color: #d9d9d9;
}

.downMenuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 35px;
}

.downMenuList li {
  margin-right: 20px;
}

.downMenuList a {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  letter-spacing: .15em;
}

.downMenuList a:hover {
  text-decoration: underline;
}

.footerInfo {
  color: #d9d9d9;
  font-size: 14px;
  font-weight: 300;
}

.footerInfo li {
  padding: 7px 0;
}

.footerInfo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #d9d9d9;
}

.footerInfo a:hover {
  text-decoration: underline;
}

.footerInfo a::before {
  content: '';
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: contain;
}

.footerInfo .tel a::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/icon_tel2.svg");
}

.footerInfo .address a::before {
  width: 14px;
  height: 17px;
  background-image: url("../images/icon_address.svg");
}

.footerInfo .mail a::before {
  width: 16px;
  height: 14px;
  background-image: url("../images/icon_mail.svg");
}

.footerInfo address {
  display: inline-block;
  font-style: normal;
}

/* footer 依照板橋凱薩*/

footer .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
}


footer .item .contentBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

footer .item .contentBox .Img {
    width: 33.33%;
    margin: 0;
}

footer .item .contentBox .Img a {
    display: block;
    width: 100%;
    width: 240px;
    margin: 0 auto;
    height: 100%;
}

footer .item .contentBox .Img img {
    width: 100%;
}

footer .item .contentBox .footerInfo {
    width: 33.33%;
    display: inline-block;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    line-height: 2.1;
    letter-spacing: .075em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
footer .item .contentBox .footerInfo .list {
    padding-left: 30px;
    margin: 40px 0 0;
}

footer .item .contentBox .footerInfo li {
    width: 100%;
}

footer .item .serviceBox {
    width: 33.33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

footer .item .serviceBox .Img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 75px;
    height: 75px;
    margin-right: 35px;
    border-radius: 50%;
    background-color: #c69843;
}

footer .item .serviceBox .Img img {
    width: 60px;
    height: 60px;
}

footer .item .serviceBox .Txt p {
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 300;
	 color: #d9d9d9;
}

@media (max-width: 840px) {
  footer .item .contentBox {
        width: 100%;
    }
    footer .item .contentBox .Img {
        width: 100%;
    }
    footer .item .contentBox .footerInfo {
        width: 100%;
    }
    footer .item .contentBox .footerInfo .list {
        padding: 0 0 20px;
        margin: 0;
    }
	footer .item .contentBox .footerInfo a {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    footer .item .serviceBox {
        width: 100%;
    }
    footer .item .serviceBox .Img {
        width: 75px;
        margin-right: 20px;
    }
}

@media (max-width: 480px) {

    footer .item .serviceBox .Txt {
        width: 170px;
    }
}

footer .item .bottomBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	margin: 20px 0 0;
}

footer .item .bottomBox .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

footer .item .bottomBox .left p {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .05em;
    color: #fff;
}

footer .item .bottomBox .left .followList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 0 0 25px;
}

footer .item .bottomBox .left .followList a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 15px;
    color: #d9d9d9;
}

footer .item .bottomBox .left .followList a:hover {
    color: #fff;
    border: 1px solid white;
}

footer .item .bottomBox .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

footer .item .bottomBox .right p {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .05em;
    color: #fff;
    margin-right: 35px;
}

footer .item .bottomBox .right a {
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    letter-spacing: .15em;
    margin-right: 20px;
}

footer .item .bottomBox .right a:hover {
    color: #c69843;
}
@media (max-width: 1200px) {
    footer .item .bottomBox {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    footer .item .bottomBox .left {
        width: 100%;
    }
    footer .item .bottomBox .right {
        width: 100%;
        margin: 20px 0 0;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
}

@media (max-width: 480px) {
    footer .item .bottomBox .right {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    footer .item .bottomBox .right .linkBox {
        width: 50%;
    }
    footer .item .bottomBox .right .linkBox a {
        display: inline-block;
        width: 85px;
        margin: 0 0 5px;
    }
}
footer .copyrightBox {
    padding: 25px 0;
    text-align: center;
    color: #d9d9d9;
    letter-spacing: .075em;
    border-top: 1px solid #63686a;
}

footer .copyrightBox a {
    color: #d9d9d9;
}

/*share*/
.social {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin-right: -4px;
}

.social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
  font-size: 19px;
  color: #929292;
  text-align: center;
}

.social a:hover {
  opacity: 0.8;
}

.translateIbest {
  display: inline-block;
  vertical-align: middle;
}

.translateIbest .design {
  /*網頁設計‧愛貝斯*/
  display: block;
  line-height: 22px;
  font-size: 9pt;
  color: #000;
}

.translateIbest .design a {
  /*網頁設計‧愛貝斯*/
  color: #000;
  text-decoration: none;
}

.translateIbest .design a:hover {
  text-decoration: underline;
}

/*--booking--*/
.bookingArea {
  position: relative;
  margin-top: -85px;
}

.bookingArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  background-color: #fff;
}

.bookingArea .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  font-size: 15px;
  border-right: 1px solid #e6e6e6;
}

.bookingArea .title i {
  margin-right: 15px;
  font-size: 20px;
}

.bookingArea .bookingList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 6;
  -ms-flex: 6;
  flex: 6;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bookingArea .bookingList li:not(:first-child) {
  margin-left: 10px;
}

.bookingArea .btn {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.bookingArea .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  font-size: 16px;
  color: #fff;
  letter-spacing: .2em;
  background-color: #51649A;
}

.bookingArea input,
.bookingArea select {
  height: 45px;
  padding: 5px 10px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  font-family: '微軟正黑體';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*********內頁**********/
/**********************/
.bannerArea .wrap {
  width: 100%;
  padding: 0;
}

.bannerArea .bannerBox img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mainArea {
  padding: 60px 0;
}

.titleBox {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

.titleBox h2 {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 300;
  /* text-indent: .35em; */

  letter-spacing: 1px;
  font-size: 20px;
  color: #2a2a2a;
}

.titleBox em {
  position: relative;
  display: block;
  margin-bottom: 17px;
  padding-bottom: 17px;
  font-size: 32px;
  letter-spacing: .05em;
  text-indent: .1em;
  text-transform: uppercase;

  font-weight: bold;
  font-family: 'Poppins';
  color: #c69843;
}

.titleBox em:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 1px;
  background-color: #c69843;
}

.titleBox02 {
  position: relative;
  z-index: 0;
  padding: 21px 0;
  text-align: center;
  background-color: #fff;
}

.titleBox02::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  /* background-image: url("../images/breadBg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.6; */
  /* background-color: #b1906b;; */
}

.titleBox02 h2 {
  margin-bottom: 12px;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 300;
  font-size: 28px;
  color: #231815;
  letter-spacing: .35em;
}

.bread {
  display: inline-block;
  font-size: 14px;
  color: #7d7d7d;
  letter-spacing: .025em;
}

.bread a {
  display: inline-block;
  color: #7d7d7d;
}

.bread a:not(.home):before {
  content: '>';
  display: inline-block;
  margin: 0 10px;
}

.bread a:not(.home):last-child {
  color: #bf9f61;
}

.bread a:hover {
  text-decoration: underline;
}

.mainArea .contentBox {
  clear: both;
}

.articleTitle {
  /*文章標題*/
  margin-bottom: 30px;
  padding: 15px 0;
  border-bottom: 1px solid #434343;
  font-size: 19px;
  font-weight: 400;
  color: #2f2f2f;
}

table.breakpoint > tbody > tr > td.expand {
  cursor: pointer;
  background: url("../images/plus.png") no-repeat 5px center;
  padding-left: 40px;
}

/*類別*/
.m_classLink {
  display: none;
}

.classBox {
  padding: 20px 0 40px;
}

.classLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.classLink li:not(:last-child) a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8.5px;
  width: 1px;
  height: 17px;
  background-color: #ebebeb;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.classLink a {
  position: relative;
  display: inline-block;
  height: 100%;
  padding: 12px 30px;
  font-size: 15px;
  letter-spacing: .075em;
}

.classLink a:hover, .classLink a.current {
  color: #fff;
  background-color: #c69843;
}

.classLink a:hover:after, .classLink a.current:after {
  opacity: 0;
}

/*標籤*/
.tagBox {
  padding: 20px 0;
}

.tagBox b {
  display: inline-block;
  margin-right: 10px;
}

.tagBox ul {
  display: inline-block;
}

.tagBox li {
  display: inline-block;
  margin-bottom: 5px;
}

.tagBox a {
  position: relative;
  display: block;
  margin: 0 3px;
  padding: 5px 10px;
  border: 1px solid #51649A;
  font-size: 13px;
  color: #51649A;
}

.tagBox a:hover {
  color: #fff;
  background-color: #51649A;
}

.tagBox a.current {
  color: #fff;
  background-color: #51649A;
}

.tagBox a.current:before {
  content: "\f00d";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 12px;
}

/*側邊標題字*/
.sectionTitle {
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #707070;
  font-weight: 300;
  font-size: 21px;
  letter-spacing: .15em;
  text-align: center;
  color: #434343;
}

.sectionTitle strong {
  display: block;
  position: relative;
  font-weight: 300;
}

.sectionTitle a {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/******頁籤*******/
.tab {
  position: relative;
  margin-top: 90px;
  border-bottom: 1px solid #ececec;
}

.tab:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 45px;
  height: 3px;
  background-color: #c69843;
}

.tab a {
  display: inline-block;
  padding-bottom: 22px;
  font-size: 20px;
  color: #626262;
  letter-spacing: .15em;
}

.tabContent {
  padding-top: 40px;
}

.tabContent > li {
  display: none;
}

.tabContent .textEditor {
  margin: 0;
}

.tabContent .sectionTitle {
  display: none;
}

/*側邊_menu*/
.side_menu {
  margin-bottom: 50px;
}

.side_menu li {
  position: relative;
  border-bottom: 1px solid #ececec;
}

.side_menu li > a {
  display: block;
  padding: 15px;
  font-size: 15px;
  color: #434343;
  letter-spacing: .05em;
}

.side_menu li > a.current, .side_menu li > a:hover {
  color: #fff;
  background-color: #c69843;
}

.side_menu dl {
  padding-left: 25px;
}

.side_menu dl a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}

.side_menu dl a.current {
  color: #000;
  text-decoration: underline;
}

/*最新 熱門*/
.ribbon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  font-family: "Bellefair", "微軟正黑體", sans-serif;
  font-size: 15px;
  color: #fff;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.ribbon_new {
  font-weight: bold;
  background-color: #c69843;
}

.ribbon_top {
  background-color: #bf4712;
}

.ribbon_top b {
  line-height: 1;
}

.ribbon_hot {
  background-color: #921211;
}

/*側邊_相簿*/
.sideAlbumArea {
  position: relative;
  margin-top: 18px;
  padding: 0 95px;
}

.sideAlbumArea .arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #f5f7fa;
}

.sideAlbumArea .arrows:hover svg {
  fill: #000;
}

.sideAlbumArea .prevArrow {
  left: 24px;
}

.sideAlbumArea .prevArrow svg {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
  -ms-transform: translate(-50%, -50%) scaleX(-1);
  transform: translate(-50%, -50%) scaleX(-1);
}

.sideAlbumArea .nextArrow {
  right: 24px;
}

.sideAlbumArea svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 9px;
  height: 17px;
  fill: #a7a7a7;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.side_album {
  margin: 0 -9px;
}

.side_album li {
  float: left;
  width: 33.33%;
  padding: 0 9px;
}

.side_album .slick-current a {
  border-color: #cfaa80;
  background-color: #eee;
}

.side_album .slick-current a img {
  opacity: 1;
}

.side_album a {
  display: block;
  border: 1px solid #eee;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.side_album a:focus {
  outline: none;
}

.side_album a img {
  opacity: .5;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*側邊_線上訂房*/
.side_booking {
  margin-bottom: 30px;
}

.side_booking a {
  display: block;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px #8d2121;
  box-shadow: 0 1px 1px #8d2121;
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  background-color: #f05b8f;
}

.side_booking a i {
  display: inline-block;
  font-size: 28px;
  padding: 10px 15px;
  margin-right: 15px;
  border-right: 1px solid #d33434;
  -webkit-box-shadow: 1px 0 #f38a8a;
  box-shadow: 1px 0 #f38a8a;
}

.side_booking a:hover {
  -webkit-box-shadow: inset 0 3px 3px #8d2121;
  box-shadow: inset 0 3px 3px #8d2121;
}

/*側邊_聯絡資訊*/
.side_contactInfo li {
  margin-bottom: 20px;
}

.side_contactInfo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #414141;
}

.side_contactInfo i {
  display: inline-block;
  vertical-align: middle;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 8px;
  border: 2px solid #a5a5a5;
  border-radius: 50%;
  font-size: 20px;
  color: #a5a5a5;
  text-align: center;
}

.side_contactInfo b {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}

/*側邊_房型*/
.side_room {
  margin-bottom: 50px;
}

.side_room .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.side_room .Txt {
  margin-top: 5px;
}

.side_room .Txt p {
  max-height: 100px;
  font-size: 13px;
  color: #858383;
  line-height: 1.8;
  overflow: hidden;
}

.side_room h3 a {
  font-size: 16px;
  font-weight: 400;
}

/*側邊_分享*/
.side_share {
  clear: both;
  display: none;
  margin-top: 30px;
}

.side_share a {
  display: block;
  width: 100%;
  margin-top: 5px;
  padding: 15px 10px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.side_share i {
  padding-right: 5px;
  font-size: 18px;
}

.side_share .line {
  -webkit-box-shadow: 0 0 0 1px #22a00b;
  box-shadow: 0 0 0 1px #22a00b;
  border-top: 1px solid #e1ffa9;
  background: #a7e732;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYTdlNzMyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjMWZiNTBlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #a7e732), color-stop(35%, #1fb50e));
  background: -webkit-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
  background: -o-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
  background: -webkit-linear-gradient(315deg, #a7e732 0%, #1fb50e 35%);
  background: -o-linear-gradient(315deg, #a7e732 0%, #1fb50e 35%);
  background: linear-gradient(135deg, #a7e732 0%, #1fb50e 35%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7e732', endColorstr='#1fb50e', GradientType=1);
}

.side_share .fb {
  -webkit-box-shadow: 0 0 0 1px #235c9b;
  box-shadow: 0 0 0 1px #235c9b;
  border-top: 1px solid #8DCFF5;
  background: #5da0ea;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTBlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDhjZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5da0ea), color-stop(100%, #3d8ce6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5da0ea 0%, #3d8ce6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5da0ea 0%, #3d8ce6 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#5da0ea), to(#3d8ce6));
  background: linear-gradient(to bottom, #5da0ea 0%, #3d8ce6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5da0ea', endColorstr='#3d8ce6', GradientType=0);
  /* IE6-8 */
}

.side_share .gPlus {
  -webkit-box-shadow: 0 0 0 1px #874138;
  box-shadow: 0 0 0 1px #874138;
  border-top: 1px solid #fd816b;
  background: #d65130;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2NTEzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMDQ0MmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d65130), color-stop(100%, #d0442b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d65130 0%, #d0442b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d65130 0%, #d0442b 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#d65130), to(#d0442b));
  background: linear-gradient(to bottom, #d65130 0%, #d0442b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d65130', endColorstr='#d0442b', GradientType=0);
  /* IE6-8 */
}

/*側邊_其他相關訊息*/
.side_news {
  margin: 30px 0;
}

.side_news ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px -12px 0;
}

.side_news li {
  position: relative;
  width: 33.333%;
  padding: 0 12px;
}

.side_news .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.side_news .Img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  margin-right: 12px;
  overflow: hidden;
}

.side_news .Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.side_news .Txt a {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
}

.side_news .Txt a:hover {
  text-decoration: underline;
}

.side_news .Txt b {
  display: block;
  margin-top: 5px;
  font-weight: 400;
  font-size: 12px;
  color: #999;
}

/*--滑動解鎖--*/
.captchaArea {
  position: relative;
  width: 220px;
  height: 50px;
  background-color: #ececec;
}

.captchaArea.unlocking .sliderBtn {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.captchaArea .note {
  position: absolute;
  top: 15px;
  right: 18px;
  z-index: 1;
  font-size: 15px;
  text-align: center;
  font-family: '微軟正黑體';
  color: #707070;
  letter-spacing: 1px;
  pointer-events: none;
}

.sliderBtn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  background-color: #5e4b41;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.sliderBtn::before {
  content: '\f105';
  position: absolute;
  top: 13px;
  left: 23px;
  color: #fff;
  font-size: 24px;
  font-family: FontAwesome;
  pointer-events: none;
}

/*--button--*/
.btn01 a {
  position: relative;
  z-index: 0;
  display: inline-block;
  min-width: 190px;
  padding: 20px 30px;
  font-family: "Bellefair", "微軟正黑體", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: .05em;
  color: #f4eade;
  text-align: center;
  text-transform: uppercase;
  background-color: #555759;
}

.btn01 a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  background-color: #c69843;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0, 0.1, 1);
  -o-transition: all 0.5s cubic-bezier(0.9, 0, 0.1, 1);
  transition: all 0.5s cubic-bezier(0.9, 0, 0.1, 1);
}

.btn01.light a {
  color: #fff;
  background-color: #c69843;
}

.btn01 a:hover {
  color: #fff;
}

.btn02 a {
  display: inline-block;
  padding: 10px 30px;
  font-size: 14px;
  letter-spacing: .04em;
  color: #baae95;
  border: 1px solid #baae95;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* background-color: rgba(81, 63, 52, 0.7); */
}

.btn02 a:hover {
  background-color: #c69843;
  color: #fff;
}

/*--title--*/
.title01 {
  font-weight: 400;
  font-size: 20px;
  color: #626262;
  letter-spacing: .05em;
}

/*--數量--*/
.countItemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  border: 1px solid #ececec;
}

.countItemBox .countBtn {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #fff;
}

.countItemBox .count {
  width: calc(100% - 100px);
  height: 50px;
  line-height: 50px;
  border: 1px solid #ececec;
  border-top: none;
  border-bottom: none;
  background: none;
  font-size: 15px;
  color: #959595;
  text-align: center;
  letter-spacing: .1em;
}

.countItemBox .countLess:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -1px;
  width: 6px;
  height: 2px;
  background-color: #a0a0a0;
}

.countItemBox .countAdd:before, .countItemBox .countAdd:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #a0a0a0;
}

.countItemBox .countAdd:before {
  margin-left: -6px;
  margin-top: -1px;
  width: 12px;
  height: 2px;
}

.countItemBox .countAdd:after {
  margin-left: -1px;
  margin-top: -6px;
  width: 2px;
  height: 12px;
}

/*--radio--*/
input[type="radio"] + label {
  position: relative;
  cursor: pointer;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

input[type="radio"] + label span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-radius: 50%;
}

input[type="radio"] + label span:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  left: 50%;
  margin-left: -6.5px;
  margin-top: -6.5px;
  width: 13px;
  height: 13px;
  background-color: #c69843;
  border-radius: 50%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.radio {
  display: none;
  position: relative;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.radio:checked + label {
  color: #c69843;
}

.radio:checked + label span:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.fMenu {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  display: none;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}

.fMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fMenu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fMenu svg {
  width: 16px;
  height: 16px;
  margin-bottom: 7px;
}

.fMenu a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 55px;
  text-align: center;
  fill: #434343;
  color: #434343;
}

.fMenu a:hover {
  fill: #c69843;
  color: #c69843;
}

.fMenu a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-7.5px);
  -ms-transform: translateY(-7.5px);
  transform: translateY(-7.5px);
  width: 1px;
  height: 15px;
  background-color: #ececec;
}

.fMenu .m_goTop svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.fMenu span {
  display: block;
  width: 100%;
  font-size: 12px;
  letter-spacing: .05em;
}

.fMenu .cartToggle b {
  position: absolute;
  top: 8px;
  left: 60%;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  background-color: #bf4712;
  border-radius: 50%;
}

@media (min-width: 1231px) {
  .btn01 a:hover:after {
    height: 100%;
    top: auto;
    bottom: 0;
  }
}

/**********適應性**********/
/************************/
@media (max-width: 1230px) {
  /*1160+20(卷軸寬度)*/
  .outerWrap {
    padding-top: 65px;
  }
  .wrap {
    width: 100%;
    padding: 0 20px;
  }
  header {
    justify-content: space-between;
    height: 65px;
    padding-top: 0;
  }
  header .wrap {
    height: 100%;
  }
  header .topBox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  header .logo svg {
    width: 171px;
    height: 48px;
  }
  .btnMenu {
    width: 100%;
    height: 100%;
    margin-left: 0;
  }
  header .iconBox {
    right: 0;
    bottom: 0;
    height: 100%;
  }
  header .iconList {
    display: none;
  }
  .searchBox {
    /* bottom: 21px; */
  }
  .menuBox {
    display: none;
  }
  .goTop {
    right: 20px;
  }
}

@media (max-width: 1180px) {
  footer .wrap {
    width: 100%;
  }
  footer .bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .footerBox {
    width: 100%;
  }
  .downMenu {
    margin-top: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .downMenuList li {
    margin-bottom: 12px;
  }
}

@media (max-width: 960px) {
  .bookingArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 20px;
  }
  .bookingArea .title {
    display: none;
  }
  .bookingArea .bookingList,
  .bookingArea .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .bookingArea .bookingList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .bookingArea .bookingList li {
    margin-bottom: 15px;
  }
  .bookingArea .bookingList li:not(:first-child) {
    margin-left: 0;
  }
  .bookingArea input,
  .bookingArea select {
    width: 100%;
  }
  .bookingArea .btn a {
    padding: 12px;
  }
}

@media (max-width: 767px) {
  .outerWrap {
    padding-bottom: 55px;
  }
  .fMenu {
    display: block;
  }
  footer .left {
    width: 100%;
  }
  footer .right {
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  footer .downLogo {
    margin-bottom: 20px;
  }
  .footerTextList li:not(:first-child) {
    margin-top: 20px;
  }
  .footerTextList .icon {
    margin-right: 20px;
  }
  /*bread*/
  .mainArea .titleBox .bread {
    display: none;
  }
  .mainArea .cotentBox {
    padding: 20px 0;
  }
  .mainArea .titleBox h2 em {
    display: block;
    margin: 0;
  }
  /*main*/
  /*footer*/
  .translateIbest {
    float: none;
  }
  /*側邊_分享*/
  .side_share {
    clear: both;
    display: block;
    margin-bottom: 30px;
  }
  ul.classLink {
    display: none;
  }
  .m_classLink {
    display: block;
    position: relative;
    text-align: left;
  }
  .m_classLink a.main {
    display: block;
    font-size: 15px;
    color: #fff;
    position: relative;
    padding: 12px;
    background-color: #c69843;
    /* IE6-9 */
  }
  .m_classLink a.main b {
    font-weight: 300;
    letter-spacing: .1em;
  }
  .m_classLink a.main i {
    display: block;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
  }
  .m_classLink ul {
    padding: 0;
    list-style: none;
    display: none;
    width: 100%;
    background: #FFF;
    border: 1px solid #d1d1d1;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .m_classLink ul li {
    padding: 0;
  }
  .m_classLink ul li a {
    display: block;
    padding: 12px;
    border-top: 1px solid #d1d1d1;
    color: #333;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .1em;
    text-align: left;
  }
  .m_classLink ul li:first-child a {
    border: none;
  }
  .m_classLink dl a {
    display: block;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .m_classLink dl a:before {
    content: '-';
    display: inline-block;
    margin-right: 5px;
  }
  .side_news ul {
    margin: 20px 0 0;
  }
  .side_news li {
    width: 100%;
    padding: 12px 0;
  }
  .side_news li:not(:first-child) {
    border-top: 1px solid #ececec;
  }
  .goTop {
    display: none;
  }
}

/*640*/
@media (max-width: 640px) {
  .mainArea {
    padding: 30px 0;
  }
  .tab {
    margin-top: 40px;
  }
  .marqueeArea h2,
  .marqueeArea ul li .date {
    display: none;
  }
  .sideMenuArea {
    width: 100%;
  }
}

/*480*/
@media (max-width: 480px) {
  .titleBox {
    margin-bottom: 30px;
  }
  .titleBox em {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 26px;
  }
  .titleBox h2 {
    font-size: 20px;
  }
  .col-2,
  .col-3,
  .col-4,
  .col-5 {
    float: none;
    width: 100%;
  }
  .downMenu,
  .social {
    width: 100%;
  }
  .copyright {
    width: 100%;
    text-align: left;
  }
  .loginArea {
    width: 300px !important;
  }
  .loginArea .area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .loginArea .btn01 {
    margin-bottom: 12px;
  }
  .orderCheckArea .wrap,
  .loginArea .box,
  .cartArea .wrap {
    padding: 40px 20px 30px;
  }
  .sideAlbumArea {
    padding: 0 65px;
  }
  .sideAlbumArea .prevArrow {
    left: 0;
  }
  .sideAlbumArea .nextArrow {
    right: 0;
  }
  .sideAlbumArea .arrows {
    width: 40px;
    height: 40px;
  }
  .sideAlbumArea svg {
    width: 7px;
    height: 13px;
  }
}

/***Hover效果1: 放大淡出***/
.imh_opacity {
  overflow: hidden;
  background-color: #fff;
}

.imh_opacity img {
  -webkit-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
}

.imh_opacity:hover img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
  opacity: .6;
}

.imh_opacityAll .Img {
  overflow: hidden;
  background-color: #fff;
}

.imh_opacityAll .Img img {
  -webkit-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
}

.imh_opacityAll:hover .Img img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
  opacity: .6;
}

/***Hover效果1: 放大淡出Detail***/
.imh_detail {
  background-color: #000;
  overflow: hidden;
}

.imh_detail img {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.imh_detail a:before {
  content: "Details+";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  margin-left: -45px;
  margin-top: -80px;
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
  border: 2px solid #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.imh_detail:hover a:before {
  opacity: 1;
  margin-top: -20px;
}

.imh_detail:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/***Hover效果1: 放大淡出zoom***/
.imh_zoom {
  position: relative;
  background-color: #000;
  overflow: hidden;
}

.imh_zoom img {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}

.imh_zoom a:before {
  content: "\f002";
  display: block;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  font-family: FontAwesome;
  text-align: center;
  background-color: #000;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.imh_zoom:hover a:before {
  top: 50%;
}

.imh_zoom:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/*--最新消息icon--*/
.newIcon {
  /*分類小圖示*/
  display: inline-block;
  font-family: "Bellefair", "微軟正黑體", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .075em;
  text-transform: uppercase;
  color: #c69843;
}
