@charset "UTF-8";
/* CSS Document */
@import url(reset.css);
@import url(font-awesome.min.css);
@import url(rwdgrid.css);
@import url(textEditor.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
.orderCheckArea input[type="text"], .orderCheckArea input[type="password"], .loginArea input[type="text"], .loginArea input[type="password"], header, .language .g_trans a, .footerInfo .bottom li, .side_share a, .side_news li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #fff;
  font-family: Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  font-size: 13px;
  color: #1b1b1b;
}

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

a.aa {
  width: 100% !important;
  display: block !important;
  height: 400px !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center center !important;
  background-color: #eee !important;
}

a.bb {
  width: 100% !important;
  display: block !important;
  height: 250px !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center center !important;
}

a:hover {
  color: #ac2226;
}

[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: #863030;
}

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"] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

.outerWrap {
  position: relative;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

#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(0, 0, 0, 0.7);
  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;
}

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

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

.cartArea .countBox {
  margin-top: 10px;
  font-size: 13px;
  color: #333;
  text-align: center;
}

.cartArea .countBox b {
  font-size: 18px;
  color: #7ea830;
}

.cartArea .countBox b em {
  font-weight: 400;
  font-size: 12px;
  color: #7ea830;
}

.cartArea .countBox a.btn_pay {
  display: inline-block;
  padding: 7px 15px;
  font-size: 13px;
  color: #fff;
}

.cartArea .goto_pay_btn {
  margin-left: 15px;
}

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

.cartArea .cart li {
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  text-align: left;
}

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

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

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

.cartArea .cart .Txt {
  overflow: hidden;
}

.cartArea .cart .Txt strong {
  display: block;
  margin-bottom: 10px;
}

.cartArea .cart .Txt strong a {
  display: block;
  width: 90%;
  font-size: 15px;
  color: #272727;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.cartArea .cart .Txt b {
  display: inline-block;
  padding-right: 10px;
  font-weight: 400;
  font-size: 12px;
}

.cartArea .cart .Txt b.price {
  font-size: 15px;
  color: #e83336;
}

/*訂單查詢*/
.orderCheckArea {
  width: 320px;
  border: 5px solid #d8d8d8;
  background-color: #fff;
}

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

#closeOrder, #closeCart, #closePrice, #closeInquiry {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 18px;
}

.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;
  margin-bottom: 10px;
  padding: 5px;
  border: 2px solid #ccc;
}

.orderCheckArea a.btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 13px;
  color: #fff;
}

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

/***↑↑↑購物車↑↑↑**/
/***↓↓↓會員登入↓↓↓**/
.loginArea {
  width: 300px !important;
  border: 5px solid #d8d8d8;
  background-color: #fff;
}

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

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: 30px;
  padding: 5px;
  margin-bottom: 7px;
  border: 1px solid #ccc;
}

.loginArea .btn {
  /*送出按鈕*/
  margin-top: 15px;
  text-align: center;
}

.loginArea .btn a {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 3px;
  font-size: 13px;
  color: #fff;
}

.loginArea .forget {
  clear: both;
  margin-top: 20px;
  font-size: 15px;
  color: #2f2f2f;
}

.loginArea .forget span {
  font-size: 13px;
  color: #e1e1e1;
}

.loginArea .forget strong a {
  font-weight: 400;
  color: #f93;
  text-decoration: underline;
}

.loginArea .forget b a {
  font-weight: 400;
  font-size: 18px;
  color: #09f;
  text-decoration: underline;
}

.loginArea .forgetCheck {
  display: none;
}

.loginArea .forgetCheck a.btn_relog {
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
  color: #09f;
  text-align: center;
  text-decoration: underline;
}

/***↑↑↑會員登入↑↑↑**/
/*****網頁頭*****/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  background-color: transparent;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

/*header:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 15px;
  background-image: url("../images/ruler.png");
  background-repeat: repeat-x;
  background-position: center top;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}*/

header:after {
  content: '';
  position: absolute;
  left: 0;
  top: -100%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

header .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1534px;
}

header .logo {
  margin-top: 10px;
  -webkit-transform: translate(-85px, 30px);
      -ms-transform: translate(-85px, 30px);
          transform: translate(-85px, 30px);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

header .logo svg {
  width: 180px;
  height: 43px;
  fill: #1b1b1b;
  color: #ac2226;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

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

header .rightBox {
  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;
  width: calc(100% - 240px);
  padding: 0 15px 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .top, header .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

header .top {
  margin-bottom: 12px;
}

header .top a:before {
  content: '‧';
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}

header.show:before {
  top: 0;
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}

header.show:after {
  top: 0;
  border: 1px solid #eee;
  -webkit-box-shadow: 0px 1px 30.4px 1.6px rgba(149, 149, 149, 0.05);
          box-shadow: 0px 1px 30.4px 1.6px rgba(149, 149, 149, 0.05);
}

header.show .logo {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

header.show .logo svg {
  fill: #1b1b1b;
  color: #ac2226;
}

header.show .menu > li:nth-child(1) > a {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

header.show .menu > li:nth-child(2) > a {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

header.show .menu > li:nth-child(3) > a {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

header.show .menu > li:nth-child(4) > a {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

header.show .menu > li:nth-child(5) > a {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

header.show .menu > li:nth-child(6) > a {
  -webkit-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.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 #863030;
  font-size: 13px;
  color: #863030;
}

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

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

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

.searchBox a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #973939;
}

/*menu*/
.menuBox {
  margin-left: auto;
  margin-right: -2px;
}

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

.menu > li {
  position: relative;
}

.menu > li > a {
  position: relative;
  display: block;
  width: 132px;
  text-align: center;
  padding: 35px 0;
  font-size: 17px;
  color: #898989;
  letter-spacing: .2em;
  -webkit-transform: translateX(-15px);
      -ms-transform: translateX(-15px);
          transform: translateX(-15px);
  opacity: 0;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}

.menu > li > a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 0;
  background-color: #ac2226;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

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

.menu > li > a:hover:before, .menu > li > a.current:before {
  height: 65px;
}

.menu .submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  width: 150px;
  text-align: center;
}

.menu .submenu a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #dadada;
  font-size: 15px;
  color: #666;
  background-color: #fff;
}

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

/*手機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;
}

/*頁尾資訊*/
footer {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  padding: 125px 0 140px;
  background: #2a3746 url("../images/footerBg.jpg") no-repeat center bottom;
  background-size: cover;
}

footer .wrap {
  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;
  text-align: center;
}

footer .downLogo {
  margin-bottom: 60px;
}

footer .downLogo svg {
  width: 200px;
  height: 47px;
  fill: #fff;
  color: #ac2226;
}

footer .goTop {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-bottom: 75px;
  font-family: "Open Sans", "微軟正黑體", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #ac2226;
  letter-spacing: .2em;
  text-transform: uppercase;
}

footer .goTop:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.5px;
  width: 1px;
  height: 65px;
  background-color: #888e93;
}

.copyright {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .075em;
  color: #794343;
  font-family: "Open Sans", "微軟正黑體", sans-serif;
  padding-top: 15px;
}

.footerInfo {
  font-family: "Open Sans", "微軟正黑體", sans-serif;
  font-weight: 300;
  line-height: 1.8;
  font-size: 15px;
  letter-spacing: .05em;
  color: #e5e5e5;
}

.footerInfo a {
  color: #e5e5e5;
}

.footerInfo .top {
  /*margin-bottom: 25px;*/
}

.footerInfo .top li {
  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: 100%;
}

.footerInfo .top li:first-child .right {
  letter-spacing: .15em;
}

.footerInfo .left {
  margin-right: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.footerInfo .bottom {
  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;
  /*margin-bottom: 40px;*/
  margin-bottom: 15px;
}

.footerInfo .bottom li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footerInfo .bottom li:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px;
}

.footerInfo .bottom li:not(:last-child):after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7.5px;
  width: 1px;
  height: 15px;
  background-color: #e5e5e5;
}

/*--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: #973939;
}

.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;
}

.bannerArea.ins img {
  min-height: 200px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mainArea {
  position: relative;
  z-index: 10;
  padding-bottom: 30px;
  background-color: #fff;
}

.mainArea > .wrap {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  margin-top: -60px;
  padding: 50px 60px 0;
  background-color: #fff;
}

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

.titleBox .title {
  display: block;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: .35em;
  color: #535353;
}

.titleBox em {
  display: block;
  font-weight: 600;
  font-size: 45px;
  font-family: "Open Sans", "微軟正黑體", sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #1b1b1b;
}

.titleBox02 {
  position: relative;
  z-index: 2;
}

.titleBox02.center {
  text-align: center;
}

.titleBox02 .inner {
  position: relative;
  display: inline-block;
  padding-right: 80px;
}

/*.titleBox02 .inner:before, .titleBox02 .inner:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 7px;
  height: 45px;
  background-color: #ac2226;
  -webkit-transform: skewX(45deg);
      -ms-transform: skewX(45deg);
          transform: skewX(45deg);
}*/

.titleBox02 .inner:before {
  right: 35px;
}

.titleBox02 .inner:after {
  right: 20px;
}

.titleBox02 .en {
  font-family: "Open Sans", "微軟正黑體", sans-serif;
  font-weight: 700;
  font-size: 53px;
  letter-spacing: .075em;
  text-transform: uppercase;
  line-height: 1;
}

.titleBox02 .en .bottom {
  padding-left: 88px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.titleBox02 .title {
  position: absolute;
  right: 0;
  top: 23px;
  font-weight: 300;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 20px;
  color: #535353;
  letter-spacing: .35em;
}

.titleBox03 em {
  font-weight: 700;
  font-family: "Open Sans", "微軟正黑體", sans-serif;
  font-size: 45px;
  letter-spacing: .075em;
  color: #1b1b1b;
  text-transform: uppercase;
  line-height: 1.1;
}

.titleBox03 .title {
  position: relative;
  padding-left: 25px;
  font-size: 20px;
  letter-spacing: .35em;
  color: #535353;
  font-weight: 300;
  font-family: "Noto Sans TC", sans-serif;
}

/*.titleBox03 .title:before, .titleBox03 .title:after {
  content: '';
  position: absolute;
  top: 10px;
  width: 6px;
  height: 35px;
  background-color: #ac2226;
  -webkit-transform: skewX(45deg);
      -ms-transform: skewX(45deg);
          transform: skewX(45deg);
}

.titleBox03 .title:before {
  left: 20px;
}

.titleBox03 .title:after {
  left: 35px;
}*/

.bread {
  position: absolute;
  right: 10px;
  top: 25px;
  font-size: 12px;
  color: #bbb;
}

.bread a {
  color: #bbb;
}

.bread a i {
  font-size: 20px;
}

.bread span {
  padding: 0 3px;
  color: #bbb;
}

.mainArea .contentBox {
  clear: both;
  min-height: 500px;
}

.contentTopBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 60px;
}

.contentTopBox .titleBox03, .contentTopBox .right {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.contentTopBox .right {
  margin-bottom: 25px;
}

.contentTopBox.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contentTopBox.column .titleBox03, .contentTopBox.column .right {
  width: 100%;
}

.contentTopBox.column .titleBox03 {
  margin-bottom: 50px;
}

.contentTopBox.column .right {
  margin-bottom: 0;
}

.contentTopBox.column .classLink {
  text-align: center;
}

.articleTitle {
  /*文章標題*/
  clear: both;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ececec;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: .2em;
  text-align: center;
}

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

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

.classLink {
  text-align: right;
}

.classLink li {
  display: inline-block;
}

.classLink li:not(:first-child) a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 1px;
  height: 16px;
  background-color: #ececec;
}

.classLink a {
  position: relative;
  display: block;
  padding: 5px 18px;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  letter-spacing: .05em;
  color: #898989;
}

.classLink a:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #ac2226;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.classLink a:hover, .classLink a.current {
  color: #1b1b1b;
}

.classLink a:hover:before, .classLink a.current:before {
  width: calc(100% - 30px);
}

/*標籤*/
.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 #973939;
  font-size: 13px;
  color: #973939;
}

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

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

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

/*側邊標題字*/
.sectionTitle {
  margin-bottom: 20px;
  padding: 5px 0 8px;
  border-bottom: 1px solid #ececec;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 16px;
  letter-spacing: .1em;
  color: #1b1b1b;
  font-weight: 400;
}

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

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

/******頁籤*******/
.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.tab a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 10px;
  font-weight: 300;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: .15em;
  background-color: #a4a4a4;
}

.tab a.current, .tab a:hover {
  color: #fff;
  background-color: #1b1b1b;
}

.tabContent {
  padding: 20px 5px;
}

.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 #e1e1e1;
}

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

.side_menu li > a.current {
  color: #fff;
  background-color: #8c8c8c;
}

.side_menu li > a b {
  margin-left: 10px;
  font-weight: 400;
  font-size: 13px;
  color: #808080;
}

.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;
}

/*側邊_相簿*/
.side_album {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: -10px;
}

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

.side_album a {
  display: block;
  -webkit-box-shadow: 2px 2px 5px #c3c3c3;
          box-shadow: 2px 2px 5px #c3c3c3;
}

.side_album a img {
  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 a:hover i {
  color: #fff;
  background-color: #ac2226;
}

.side_contactInfo i {
  display: inline-block;
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin-right: 8px;
  border-radius: 50%;
  font-size: 20px;
  color: #ac2226;
  border: 1px solid #ac2226;
  text-align: center;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.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 .newsDate {
  font-size: 13px;
}

.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: 200px;
  height: 50px;
  background-color: #f5f5f5;
}

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

.captchaArea .note {
  position: absolute;
  top: 17px;
  right: 15px;
  z-index: 1;
  font-size: 15px;
  text-align: center;
  font-family: '微軟正黑體';
  color: #777;
  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: #1b1b1b;
  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 {
  text-align: center;
}

.btn01 a {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-family: "Open Sans", "微軟正黑體", sans-serif;
  letter-spacing: .35em;
  color: #333;
  text-transform: uppercase;
}

.btn01 a:before, .btn01 a:after {
  content: '';
  position: absolute;
  bottom: 20px;
  width: 65px;
  height: 1px;
  background-color: #333;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.btn01 a:before {
  left: -29px;
}

.btn01 a:after {
  right: -29px;
}

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

.btn01 a:hover:before, .btn01 a:hover:after {
  background-color: #ac2226;
}

.btn01 a:hover span:after {
  background-color: #ac2226;
}

.btn01 em {
  display: block;
  margin-bottom: 8px;
}

.btn01 span {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #f0f0f0;
}

.btn01 span:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%), -webkit-linear-gradient(left, #fff 0%, #fff 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #fff 100%), -o-linear-gradient(left, #fff 0%, #fff 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #fff 100%), linear-gradient(to right, #fff 0%, #fff 100%);
  background-size: 1px 10px, 10px 1px;
  background-position: center center, center center;
  background-repeat: no-repeat;
}

.btn01 span:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #666;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

/**********適應性**********/
/************************/
@media (max-width: 1750px) {
  header .logo {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media (max-width: 1580px) {
  header .wrap {
    width: 1380px;
  }
  .menuBox {
    margin-right: 9px;
  }
}

@media (max-width: 1420px) {
  header .wrap {
    width: 1200px;
  }
  .menuBox {
    margin-right: 7px;
  }
}

@media (max-width: 1240px) {
  /*1160+20(卷軸寬度)*/
  .outerWrap {
    padding-top: 60px;
  }
  .wrap {
    width: 100%;
    padding: 0 30px;
  }
  .mainArea {
    padding-bottom: 0;
  }
  .mainArea > .wrap {
    padding: 50px 30px 30px;
  }
  header {
    display: none;
  }
  /*手機menu*/
  .m_menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: block;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
            box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
  }
  .m_menu .mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
  }
  .m_menu .m_logo {
    float: left;
    margin-left: 75px;
  }
  .m_menu .m_logo svg {
    width: 150px;
    height: 36px;
    color: #ac2226;
    fill: #1b1b1b;
  }
  .m_menu .controlBox {
    position: relative;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    background-color: #fff;
  }
  .m_menu .controlBox a.main {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
  }
  .m_menu .controlBox a.main span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: -0.5px;
    width: 26px;
    height: 1px;
    background-color: #111;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .m_menu .controlBox a.main span:before, .m_menu .controlBox a.main span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #111;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  .m_menu .controlBox a.main span:before {
    top: -7px;
  }
  .m_menu .controlBox a.main span:after {
    bottom: -7px;
  }
  .m_menu .controlBox a.main.show span {
    background-color: transparent;
  }
  .m_menu .controlBox a.main.show span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .m_menu .controlBox a.main.show span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .m_menu .controlBox .btn_cart {
    display: inline-block;
    vertical-align: middle;
  }
  .m_menu .controlBox .right {
    float: right;
    line-height: 60px;
    margin-right: 10px;
  }
  .m_menu .controlBox .right a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 13px;
    color: #fff;
  }
  .m_menu .controlBox .right a em {
    display: none;
  }
  .m_menu .controlBox .right i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    background: #799A1B;
  }
  .m_menu .controlBox .right b {
    position: absolute;
    top: 6px;
    right: -5px;
    display: block;
    border-radius: 5px;
    line-height: normal;
    padding: 3px 5px;
    font-size: 13px;
    color: #fff;
    background-color: #C40000;
  }
  .m_menu .controlBox .language:hover .submenu {
    display: block;
  }
  .hideBox {
    /*手機menu內容*/
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    display: none;
    width: 100%;
    padding: 60px 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: rgba(59, 89, 153, 0.95);
  }
  .hideBox .sp {
    display: none;
    padding: 10px;
    font-size: 13px;
    color: #fff;
    background-color: #c80303;
  }
  .searchBox_m {
    padding: 20px 0;
    text-align: center;
  }
  .searchBox_m input[type="text"] {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 30px;
    border: 1px solid #ccc;
  }
  .searchBox_m a {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    background-color: #9cc720;
  }
  /*手機翻譯*/
  .m_menu .m_trans {
    text-align: center;
    padding-top: 30px;
  }
  .m_menu .m_trans > a {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #fff;
    color: #fff;
  }
  .m_menu .m_trans > a i {
    margin-left: 5px;
  }
  /*手機會員登入*/
  .m_menu .loginBox {
    padding: 30px 0;
    text-align: center;
  }
  .m_menu .loginBox a {
    display: inline-block;
    margin: 0 3px;
    font-size: 15px;
    color: #fff;
  }
  .m_menu .loginBox a i {
    margin-right: 3px;
  }
  .m_menu .loginBox .submenu {
    margin-top: 10px;
    color: #ccc;
  }
  .m_menu .loginBox .submenu span {
    margin: 0 5px;
  }
  .m_menu .mfun {
    padding: 30px 0;
    text-align: center;
  }
  .m_menu .mfun a {
    display: inline-block;
    margin: 0 1px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  .nav a {
    position: relative;
    display: block;
    padding: 20px 10px;
    font-size: 15px;
    color: #fff;
    text-align: center;
  }
  .nav a:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }
  .nav a i {
    position: absolute;
    right: 10px;
    top: 50%;
    display: block;
    margin-top: -7px;
  }
  .nav .submenu {
    display: none;
  }
  .nav .submenu a {
    padding: 10px 20px;
  }
  .nav .submenu a:hover {
    background-color: #999;
  }
}

@media (max-width: 1180px) {
  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: #ac2226;
    /* 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;
  }
}

@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;
  }
  .side_news ul {
    margin: 20px 0 0;
  }
  .side_news li {
    width: 100%;
    padding: 0;
  }
  .side_news li:not(:first-child) {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  /*bread*/
  .mainArea .titleBox .bread {
    display: none;
  }
  /*main*/
  .mainArea .cotentBox {
    padding: 20px 0;
  }
  .mainArea .titleBox h2 em {
    display: block;
    margin: 0;
  }
  /*側邊_分享*/
  .side_share {
    clear: both;
    display: block;
    margin-bottom: 30px;
  }
  .titleBox02 .en {
    font-size: 40px;
  }
  .titleBox02 .title {
    top: 9px;
  }
  .titleBox02 .inner:before, .titleBox02 .inner:after {
    bottom: -12px;
  }
  .contentTopBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }
  .contentTopBox .titleBox03, .contentTopBox .right {
    width: 100%;
  }
  .contentTopBox .titleBox03 {
    margin-bottom: 40px;
  }
  footer {
    padding: 80px 0 140px;
  }
  footer .downLogo {
    margin-bottom: 30px;
  }
  .footerInfo .top {
    /*margin-bottom: 15px;*/
  }
  .footerInfo .bottom li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .footerInfo .bottom li:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
  }
  .footerInfo .bottom li:not(:last-child):after {
    display: none;
  }
}

/*640*/
@media (max-width: 640px) {
  .marqueeArea h2, .marqueeArea ul li .date {
    display: none;
  }
  .mainArea .titleBox h2 {
    float: none;
  }
  .mainArea > .wrap {
    padding: 30px;
  }
  a.aa {
  height: 300px !important;
}
}

@media (max-width: 540px) {
  .titleBox03 em {
    display: block;
    font-size: 34px;
    margin-bottom: 5px;
  }
  .titleBox03 .title {
    padding-left: 65px;
  }
  .titleBox03 .title:before, .titleBox03 .title:after {
    width: 5px;
    height: 30px;
  }
}

/*480*/
@media (max-width: 480px) {
  .col-2 {
    float: none;
    width: 100%;
  }
  .col-3 {
    float: none;
    width: 100%;
  }
  .col-4 {
    float: none;
    width: 100%;
  }
  .col-5 {
    float: none;
    width: 100%;
  }
  .footerInfo {
    width: 100%;
  }
  .footerInfo .top li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .downMenu {
    width: 100%;
  }
  .social {
    width: 100%;
  }
  .copyright {
    width: 100%;
    /*text-align: left;*/
  }
  .titleBox em {
    font-size: 36px;
  }
  .titleBox02 .en {
    font-size: 30px;
  }
  .titleBox02 .title {
    top: 2px;
    right: 15px;
    font-size: 16px;
  }
  .titleBox02 .inner:before, .titleBox02 .inner:after {
    bottom: -10px;
    width: 6px;
    height: 35px;
  }
   a.aa {
  height: 250px !important;
}
}

@media (max-width: 375px) {
  .wrap {
    padding: 0 20px;
  }
  .mainArea > .wrap {
    padding: 30px 20px;
  }
  .contentTopBox .right {
    margin-bottom: 0;
  }
  .titleBox02 .en {
    font-size: 24px;
  }
  .titleBox02 .title {
    top: 3px;
    right: 30px;
    font-size: 14px;
  }
  .titleBox02 .inner:before, .titleBox02 .inner:after {
    bottom: -10px;
    width: 5px;
    height: 30px;
  }
  .titleBox03 em {
    font-size: 26px;
  }
  .titleBox03 .title {
    font-size: 16px;
    padding-left: 60px;
  }
  .articleTitle {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}

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

.imh_opacity 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_opacity:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

/***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);
}

.imh_all {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.imh_all:hover {
  -webkit-box-shadow: 0px 20px 40px 1.4px rgba(149, 149, 149, 0.35);
          box-shadow: 0px 20px 40px 1.4px rgba(149, 149, 149, 0.35);
}

.imh_all:hover .btn01 a {
  color: #ac2226;
}

.imh_all:hover .btn01 a:before, .imh_all:hover .btn01 a:after {
  background-color: #ac2226;
}

.imh_all:hover .btn01 a span:after {
  background-color: #ac2226;
}

/*--最新消息icon--*/
.newIcon {
  /*分類小圖示*/
  display: inline-block;
  padding: 2px 8px;
  font-size: 13px;
  font-weight: 100;
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: .15em;
  color: #fff;
}

/****圖示顏色****/
.newIcon_green {
  background: #8daa8e;
}

.newIcon_brown {
  background: #ed842e;
}

.newIcon_pink {
  background: #f48daf;
}

.newIcon_blue {
  background: #00b7ea;
}

.newIcon_navy {
  background: #794343;
}

.newIcon_orange {
  background: #ffa84c;
}

.newIcon_gold {
  background: #eab92d;
}

.newIcon_burgundyRed {
  background: #ac2226;
}

.newIcon_purple {
  background: #cb60b3;
}
