@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(contentbuilder.css);
@import url("https://fonts.googleapis.com/css2?family=Cardo&family=Noto+Sans+TC:wght@400;500&family=Poppins:wght@300;400&display=swap");
.mClassLink > ul, .mClassLink .main, .classRowBox > ul a {
  box-sizing: border-box;
}

.classColumnBox, .classRowBox {
  transition: all 0.5s;
}

body {
  font-family: "Cardo", "Noto Sans TC", "Poppins";
  word-break: break-all;
}

*, *::before, *::after {
  box-sizing: border-box;
}

address {
  font-style: normal;
}

/*css3*/
a {
  color: #000;
  cursor: pointer;
  transition: all 0.4s ease;
}
a:hover {
  color: #589000;
}

[class*=col-] {
  float: left;
}

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

.col-1 {
  width: 100%;
}
.col-2 {
  width: 50%;
}
@media (max-width: 480px) {
  .col-2 {
    float: none;
    width: 100%;
  }
}
.col-3 {
  width: 33.33%;
}
@media (max-width: 480px) {
  .col-3 {
    float: none;
    width: 100%;
  }
}
.col-4 {
  width: 25%;
}
@media (max-width: 480px) {
  .col-4 {
    float: none;
    width: 100%;
  }
}
.col-5 {
  width: 20%;
}
@media (max-width: 480px) {
  .col-5 {
    float: none;
    width: 100%;
  }
}

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

textarea {
  -webkit-appearance: none;
}

.outerWrap {
  position: relative;
}

.wrap {
  width: 100%;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  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: 0;
  top: 0;
  z-index: 1005;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-property: top, opacity, visibility;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.moduleBox.show {
  opacity: 1;
  visibility: visible;
}
.moduleBox.show .mobuleWrap {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.mobuleWrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: #fff;
  pointer-events: auto;
  padding-top: 50px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  transition: all 0.5s;
}

.moduleContent {
  width: 100%;
  max-height: calc(90vh - 50px);
  overflow-y: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

.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;
  transition: all 0.5s ease-in-out;
}
.moduleMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.moduleClose {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: none;
  background-color: #51649A;
  border: none;
  cursor: pointer;
}
.moduleClose::before, .moduleClose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -0.5px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.moduleClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.moduleClose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/***↓↓↓購物車↓↓↓***/
.cartArea .mobuleWrap {
  max-width: 480px;
}
.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 .cartNote {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 20px;
}
.cartArea .cartNote .en {
  font-size: 28px;
  letter-spacing: 0.01em;
  color: #1e1e1e;
  text-transform: uppercase;
}
.cartArea .cartNote .en span {
  color: #51649A;
}
.cartArea .cartNote .text {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #373737;
}
.cartArea .cartNote .text b {
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 400;
  font-size: 18px;
  color: #51649A;
}
.cartArea .cart {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-top: 2px solid #51649A;
  border-bottom: 2px solid #b4b4b4;
}
.cartArea .buyList li {
  display: -ms-flexbox;
  display: flex;
}
.cartArea .buyList li:not(:first-child) {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid #d5d5d5;
}
.cartArea .buyList .Img {
  width: 90px;
}
.cartArea .buyList .Img img {
  display: block;
  width: 100%;
}
.cartArea .buyList .Txt {
  position: relative;
  width: calc(100% - 90px);
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 50px;
  box-sizing: border-box;
  font-size: 14px;
}
.cartArea .buyList h3 {
  width: 100%;
  margin-bottom: 3px;
}
.cartArea .buyList h3 a {
  display: block;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cartArea .buyList .spec {
  color: #6a6a6a;
  margin-bottom: 3px;
}
.cartArea .buyList .del {
  position: absolute;
  right: 0;
  top: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 35px;
  height: 35px;
  border: none;
  background-color: #eee;
  border-radius: 50%;
  color: #5f5f5f;
  cursor: pointer;
  transition: all 0.5s;
}
.cartArea .buyList .del:hover {
  background-color: #51649A;
  color: #fff;
}
.cartArea .buyList .del svg {
  width: 15px;
  height: 18px;
}

/*訂單查詢*/
.orderCheckArea .mobuleWrap {
  max-width: 360px;
}

#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) {
  #closeCart,
#closePrice,
#closeInquiry {
    top: 5px;
    font-size: 25px;
  }
}
/***↑↑↑購物車↑↑↑**/
/***↓↓↓會員登入↓↓↓**/
.loginArea .mobuleWrap {
  max-width: 360px;
}
.loginArea .forgetCheck,
.loginArea .resendCheck {
  display: none;
}
.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;
}

/***↑↑↑會員登入↑↑↑**/
@-webkit-keyframes loadLine {
  0% {
    width: 0;
  }
  20% {
    width: 30%;
  }
  60% {
    width: 65%;
  }
  to {
    width: 100%;
  }
}
@keyframes loadLine {
  0% {
    width: 0;
  }
  20% {
    width: 30%;
  }
  60% {
    width: 65%;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes loadLineMove {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes loadLineMove {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes loadLineMove02 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes loadLineMove02 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes logoFadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes logoFadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes logoTxt01 {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes logoTxt01 {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes logoTxt02 {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes logoTxt02 {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes logoTxt03 {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes logoTxt03 {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes logoTxt04 {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes logoTxt04 {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes logoTxt05 {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes logoTxt05 {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes logoEn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes logoEn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes logoLeaf01 {
  0% {
    left: -20px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes logoLeaf01 {
  0% {
    left: -20px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@-webkit-keyframes logoLeaf02 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes logoLeaf02 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.loadingArea {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  opacity: 1;
  pointer-events: auto;
}
.loadingArea::before {
  content: "";
  width: 0;
  height: 8px;
  background-color: #282b2b;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.loadingArea::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.loadingArea .loadLogo {
  width: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.loadingArea .loadLogo {
  position: relative;
}
.loadingArea .loadLogo img {
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
}
.loadingArea .loadLogo .logoTxt {
  display: -ms-flexbox;
  display: flex;
}
.loadingArea .loadLogo .logoTxt01 {
  -webkit-animation: logoTxt01 linear 0.5s forwards;
          animation: logoTxt01 linear 0.5s forwards;
}
.loadingArea .loadLogo .logoTxt02 {
  -webkit-animation: logoTxt02 linear 0.5s 0.2s forwards;
          animation: logoTxt02 linear 0.5s 0.2s forwards;
}
.loadingArea .loadLogo .logoTxt03 {
  -webkit-animation: logoTxt03 linear 0.5s 0.4s forwards;
          animation: logoTxt03 linear 0.5s 0.4s forwards;
}
.loadingArea .loadLogo .logoTxt04 {
  -webkit-animation: logoTxt04 linear 0.5s 0.6s forwards;
          animation: logoTxt04 linear 0.5s 0.6s forwards;
}
.loadingArea .loadLogo .logoTxt05 {
  -webkit-animation: logoTxt05 linear 0.5s 0.8s forwards;
          animation: logoTxt05 linear 0.5s 0.8s forwards;
}
.loadingArea .loadLogo .logoEn {
  margin: auto;
  -webkit-animation: logoEn linear 0.5s 1s forwards;
          animation: logoEn linear 0.5s 1s forwards;
}
.loadingArea .loadLogo .logoLeaf {
  position: absolute;
  left: -20px;
  bottom: 0;
  -webkit-animation: logoLeaf01 linear 0.3s 1s forwards, logoLeaf02 linear 0.7s 1.8s forwards;
          animation: logoLeaf01 linear 0.3s 1s forwards, logoLeaf02 linear 0.7s 1.8s forwards;
}
.loadingArea.show {
  opacity: 1;
  pointer-events: auto;
}
.loadingArea.show::before {
  -webkit-animation: loadLine 3s forwards, loadLineMove 0.8s 3s forwards;
          animation: loadLine 3s forwards, loadLineMove 0.8s 3s forwards;
}
.loadingArea.show::after {
  -webkit-animation: loadLineMove02 0.8s 3.4s forwards;
          animation: loadLineMove02 0.8s 3.4s forwards;
}
.loadingArea.show .loadLogo {
  -webkit-animation: logoFadeOut 0.3s 3.12s forwards;
          animation: logoFadeOut 0.3s 3.12s forwards;
}

/*****網頁頭*****/
/*header 電腦版*/
.header {
  width: 100%;
  padding-left: 62px;
  padding-right: 310px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: fixed;
  z-index: 50;
  /*menu*/
}
@media (max-width: 1329px) {
  .header {
    padding-left: 21px;
  }
}
@media (max-width: 1180px) {
  .header {
    display: none;
  }
}
.header .logo {
  height: 90px;
  padding-top: 20px;
  padding-bottom: 16px;
  max-width: 200px;
  width: 100%;
  display: inline-block;
}
.header .logo img {
  width: 100%;
  display: block;
}
.header .menu {
  display: -ms-flexbox;
  display: flex;
}
.header .menu > li {
  position: relative;
}
.header .menu > li > .menuItem {
  position: relative;
  display: block;
  font-size: 16px;
  color: #808080;
  font-weight: 400;
  letter-spacing: 0.3px;
  padding: 32.5px 28px;
}
.header .menu > li > .menuItem::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 26px;
  height: 1px;
  background-color: #000;
  width: 0;
  transition: all 0.4s;
}
.header .menu > li > .menuItem.current, .header .menu > li > .menuItem:hover {
  color: #050505;
}
.header .menu > li > .menuItem.current::before, .header .menu > li > .menuItem:hover::before {
  width: 65px;
}
.header .dropDown > .menuItem::after {
  content: "";
  position: absolute;
  right: 0;
  top: 37px;
  font-family: FontAwesome;
}
.header .dropDown > .menuItem::before {
  content: initial;
}
.header .submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  width: 150px;
  text-align: center;
}
.header .submenu a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #dadada;
  font-size: 15px;
  color: #666;
  background-color: #fff;
  position: relative;
}
.header .submenu a::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  background-color: #000;
  width: 0;
  transition: all 0.4s;
}
.header .submenu a:hover {
  color: #050505;
}
.header .submenu a:hover::before {
  width: 65px;
}
@media (max-width: 1600px) {
  .header .menuBox {
    margin-left: auto;
    margin-right: auto;
  }
}
.header .topphoneBox {
  position: absolute;
  top: 0;
  right: 0;
}
.header .topphoneBox .topphoneIcon {
  position: absolute;
  top: 24px;
  right: 75px;
}
.header .topphoneBox .topphoneText {
  position: absolute;
  top: 58px;
  right: 37px;
  line-height: 1;
  font-weight: 400;
  font-size: 16px;
  color: #111111;
}
/*.header .topphoneBox:hover .topphoneIcon {
  -webkit-animation: shake 0.1s ease infinite forwards;
          animation: shake 0.1s ease infinite forwards;
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  75% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  75% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}*/
.header .topphoneBoxM {
  display: none;
}
@media (max-width: 1600px) {
  .header {
    padding-right: 0;
  }
  .header .menu > li {
    position: relative;
  }
  .header .menu > li > .menuItem {
    padding: 32.5px 25px;
  }
  .header .topphoneBox {
    display: none;
  }
  .header .topphoneBoxM {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 90px;
    height: 90px;
    background-color: #282b2b;
  }
  .header .topphoneBoxM:hover .topphoneIcon {
    -webkit-animation: shake 0.1s ease infinite forwards;
            animation: shake 0.1s ease infinite forwards;
  }
}
@media (max-width: 1329px) {
  .header .menu {
    padding-left: 20px;
  }
}
@media (min-width: 1180px) {
  .header .menu .socialMedia,
.header .menu .copyrightBox {
    display: none;
  }
}

/*header 電腦版 end*/
.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 {
  display: -ms-flexbox;
  display: flex;
}
.searchBox input {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  border: none;
  font-family: "微軟正黑體";
  background-color: #fafafa;
}
.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: #51649A;
}

/*手機menu*/
.m_menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: block;
  width: 100%;
}
@media (min-width: 1181px) {
  .m_menu {
    display: none;
  }
}
.m_menu .m_logo {
  margin: auto;
  text-align: center;
}
.m_menu .m_logo img {
  width: 142px;
  padding-top: 11px;
}
.m_menu .controlBox {
  position: relative;
  z-index: 99;
  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%);
          transform: translateX(-50%);
  margin-top: -0.5px;
  width: 20px;
  height: 2px;
  background-color: #111;
  transition: all 0.5s;
}
.m_menu .controlBox a.main span:before, .m_menu .controlBox a.main span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #111;
  transition: all 0.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);
          transform: rotate(45deg);
}
.m_menu .controlBox a.main.show span:after {
  bottom: 0;
  -webkit-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;
}
.m_menu .topphoneBox {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 70px;
  background-color: #282b2b;
}

.hideBox {
  /*手機menu內容*/
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100vh;
  padding-left: 60px;
  padding-right: 60px;
  background: url(../images/menuBg.png);
  z-index: -1;
}
.hideBox .nav {
  text-align: center;
  width: 100%;
  font-size: 18px;
  color: #808080;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 80px;
  height: calc(100% - 118px);
  overflow-y: auto;
}
.hideBox .nav > li {
  line-height: 1;
  position: relative;
}
.hideBox .nav > li:first-child > .menuItem {
  border-top: 1px #dcdcdc solid;
}
.hideBox .nav > li .menuItem {
  font-size: 18px;
  color: #808080;
  font-weight: 400;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
  width: 65.3%;
  border-bottom: 1px #dcdcdc solid;
}
.hideBox .nav > li .menuItem:hover {
  color: #050505;
}
.hideBox .nav > li .menuItem:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0px;
  height: 1px;
  background-color: #000;
  width: 65px;
}
@media (max-width: 640px) {
  .hideBox .nav > li .menuItem {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .hideBox .nav > li .menuItem {
    width: 78%;
  }
}
.hideBox .nav > li .submenu {
  display: none;
  width: 65.3%;
  border-bottom: 1px #dcdcdc solid;
  margin: auto;
}
.hideBox .nav > li .submenu a {
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 0;
}
@media (max-width: 479px) {
  .hideBox .nav > li .submenu {
    width: 78%;
  }
}
.hideBox .nav .socialMedia {
  padding-top: 45px;
}
.hideBox .nav .socialMedia ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.hideBox .nav .socialMedia ul a {
  padding-left: 11px;
  padding-right: 11px;
}
.hideBox .nav .socialMedia ul a img {
  width: 18px;
}
.hideBox .nav .socialMedia ul a:hover {
  color: #111;
}
.hideBox .nav .copyrightText {
  padding: 95px 10px 10px 10px;
  font-size: 13px;
  color: #808080;
  line-height: 1.54;
}
.hideBox .leafLeftM {
  position: absolute;
  left: 0;
  top: calc(50vh - 90px);
  pointer-events: none;
}
.hideBox .leafRightM {
  position: absolute;
  right: 0;
  top: calc(50vh - 170px);
  pointer-events: none;
}

.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: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: #b21d26;
}

.nav .dropDown > a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: FontAwesome;
}

/*****banner******/
.bannerArea {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.bannerArea .wrap {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerBox img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerLink {
  display: block;
}

/*文字跑馬燈*/
.marqueeArea {
  padding: 15px 0;
  background-color: #061540;
}
.marqueeArea h2 {
  float: left;
  margin-right: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}
@media (max-width: 640px) {
  .marqueeArea h2 {
    display: none;
  }
}
.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;
}
@media (max-width: 640px) {
  .marqueeArea .date {
    display: none;
  }
}
.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;
  text-overflow: ellipsis;
}

/*頁尾資訊*/
.footer {
  background-color: #282b2b;
  padding: 60px 15px 42px 15px;
}
.footer .footerContent {
  max-width: 1247px;
  margin: auto;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
.footer .Img {
  max-width: 235px;
  width: 19%;
}
.footer .Img img {
  width: 100%;
  display: block;
}
.footer .Txt {
  max-width: 561px;
  width: 100%;
  font-size: 14px;
  color: #fff;
  padding-left: 65px;
}
.footer .Txt li {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.5px;
}
.footer .Txt li:nth-child(odd) {
  border-right: 1px #909090 solid;
  padding-right: 17px;
}
.footer .Txt li:nth-child(even) {
  padding-left: 17px;
  padding-right: 0;
}
.footer .Txt li > span:first-child {
  color: #909090;
  display: inline-block;
  padding-right: 9px;
}
.footer .Txt li > a {
  color: #fff;
}
.footer .Txt .address {
  margin-bottom: 23px;
  font-family: "Noto Sans TC", sans-serif;
}
.footer .Txt .email {
  margin-bottom: 23px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.footer .Txt .tel,
.footer .Txt .fax {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.footer .iconCopyright {
  padding-left: 110px;
}
.footer .footerSocialMedia {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.footer .footerSocialMedia a {
  padding-left: 9px;
  padding-right: 9px;
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.footer .footerSocialMedia a i {
  color: #fff;
}
.footer .footerSocialMedia a img {
  width: 18px;
}
.footer .footerInfo {
  line-height: 1.5;
  padding-top: 20px;
  color: #878787;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 13px;
}
.footer .copyrightText {
  display: inline-block;
}
@media (max-width: 1280px) {
  .footer {
    padding: 60px 30px 42px 30px;
  }
  .footer .iconCopyright {
    padding-left: 90px;
  }
}
@media (max-width: 1180px) {
  .footer {
    padding: 50px 0;
  }
  .footer .footerContent {
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
  }
  .footer .Img {
    width: 100%;
    margin: auto;
    margin-bottom: 25px;
  }
  .footer .Txt {
    padding-left: 0;
    max-width: 100%;
  }
  .footer .Txt li {
    display: inline-block;
    line-height: 1;
    letter-spacing: 0.5px;
  }
  .footer .Txt li:nth-child(odd) {
    border-right: 0;
    padding-right: 0;
  }
  .footer .Txt li:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
  }
  .footer .Txt .address,
.footer .Txt .email {
    display: block;
    margin-bottom: 14px;
  }
  .footer .Txt .tel {
    padding-right: 17px !important;
    border-right: 1px #909090 solid !important;
  }
  .footer .Txt .fax {
    padding-left: 17px !important;
  }
  .footer .iconCopyright {
    padding-left: 0;
  }
  .footer .footerSocialMedia {
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .footer .footerInfo {
    padding-top: 0;
  }
}
@media (max-width: 640px) {
  .footer .Img {
    max-width: 136px;
  }
  .footer .footerInfo {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.downMenu {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  margin-right: -4px;
}
@media (max-width: 480px) {
  .downMenu {
    width: 100%;
  }
}
.downMenu li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-right: -4px;
  margin-bottom: 20px;
}
.downMenu li a {
  display: block;
  padding-right: 10px;
  font-size: 14px;
}

.copyright {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin-right: -4px;
  text-align: right;
}
.copyright a {
  color: #000;
}
@media (max-width: 480px) {
  .copyright {
    width: 100%;
    text-align: left;
  }
}

/*--手機快捷選單--*/
.fixedQuickLink {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  background-color: #000;
}
@media (min-width: 1181px) {
  .fixedQuickLink {
    display: none;
  }
}
.fixedQuickLink ul {
  display: -ms-flexbox;
  display: flex;
}
.fixedQuickLink li {
  -ms-flex: 1;
      flex: 1;
}
.fixedQuickLink li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.fixedQuickLink a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 55px;
  font-size: 13px;
  color: #fff;
}
.fixedQuickLink i {
  margin-bottom: 5px;
}

/*share*/
.social {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin-right: -4px;
}
@media (max-width: 480px) {
  .social {
    width: 100%;
  }
}
.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;
}

.endArea {
  clear: both;
  padding-top: 5px;
  color: #fff;
  text-align: center;
  background-color: #061540;
}

/*--booking--*/
.bookingArea {
  margin-top: -85px;
  position: relative;
  z-index: 2;
}
.bookingArea .wrap {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  background-color: #fff;
}
@media (max-width: 960px) {
  .bookingArea .wrap {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 15px 20px;
  }
}
.bookingArea .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex: 3;
      flex: 3;
  font-size: 15px;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 960px) {
  .bookingArea .title {
    display: none;
  }
}
.bookingArea .title i {
  margin-right: 15px;
  font-size: 20px;
}
.bookingArea .bookingList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 6;
      flex: 6;
  padding: 20px;
}
@media (max-width: 960px) {
  .bookingArea .bookingList {
    -ms-flex: 1;
        flex: 1;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 960px) {
  .bookingArea .bookingList li {
    margin-bottom: 15px;
  }
}
.bookingArea .bookingList li:not(:first-child) {
  margin-left: 10px;
}
@media (max-width: 960px) {
  .bookingArea .bookingList li:not(:first-child) {
    margin-left: 0;
  }
}
.bookingArea .btn {
  -ms-flex: 3;
      flex: 3;
}
@media (max-width: 960px) {
  .bookingArea .btn {
    -ms-flex: 1;
        flex: 1;
  }
}
.bookingArea .btn a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.2em;
  background-color: #51649A;
}
@media (max-width: 960px) {
  .bookingArea .btn a {
    padding: 12px;
  }
}
.bookingArea input,
.bookingArea select {
  height: 45px;
  padding: 5px 10px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  font-family: "微軟正黑體";
}
@media (max-width: 960px) {
  .bookingArea input,
.bookingArea select {
    width: 100%;
  }
}

/*********內頁**********/
/**********************/
.mainArea {
  padding: 30px 0;
}

.bread {
  position: absolute;
  right: 10px;
  top: 25px;
  font-size: 12px;
  color: #bbb;
}
@media (max-width: 767px) {
  .bread {
    display: none;
  }
}
.bread a {
  color: #bbb;
}
.bread a i {
  font-size: 20px;
}
.bread span {
  padding: 0 3px;
  color: #bbb;
}

.mainArea .contentBox {
  clear: both;
}

.articleTitle {
  /*文章標題*/
  clear: both;
  margin-bottom: 25px;
  padding: 10px;
  border-bottom: 1px dashed #d6d6d6;
  font-weight: 400;
  font-size: 20px;
  color: #061540;
}

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

/*類別*/
.classRowBox {
  position: relative;
  z-index: 3;
  margin-bottom: 30px;
  padding: 20px 0;
}
.classRowBox > ul {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  .classRowBox > ul {
    display: none;
  }
}
.classRowBox > ul li {
  margin-bottom: 10px;
  margin-right: 15px;
}
.classRowBox > ul a {
  display: block;
  padding: 10px 15px;
  font-size: 13px;
  color: #000;
  background-color: #f0f0f0;
  letter-spacing: 2px;
  text-align: center;
}
.classRowBox > ul a.current, .classRowBox > ul a:hover {
  color: #fff;
  background-color: #51649A;
}

.classColumnBox {
  position: relative;
  z-index: 3;
}
@media (max-width: 1180px) {
  .classColumnBox > ul {
    display: none;
  }
}
.classColumnBox > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #010101;
}
.classColumnBox > ul ul {
  display: none;
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.classColumnBox > ul ul li + li {
  border-top: 1px solid #ccc;
}
.classColumnBox > ul a {
  position: relative;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  color: #777;
}
.classColumnBox > ul a.current, .classColumnBox > ul a:hover {
  color: #51649A;
}
.classColumnBox > ul .linkHasItems.open + ul {
  display: block;
}
.classColumnBox > ul .linkHasItems.open + ul > li {
  -webkit-animation: 0.5s aniSlideLeft both ease-out 0.3s;
          animation: 0.5s aniSlideLeft both ease-out 0.3s;
}

.mClassLink {
  position: relative;
  z-index: 3;
}
@media (min-width: 1181px) {
  .mClassLink {
    display: none;
  }
}
.mClassLink.open > ul {
  display: block;
}
.mClassLink .main {
  position: relative;
  display: block;
  font-size: 16px;
  padding: 10px 30px 10px 10px;
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #51649A;
}
.mClassLink .main::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
  margin-top: -6px;
  line-height: 1;
  font-size: 15px;
  color: #fff;
  font-family: FontAwesome;
}
.mClassLink > ul {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  z-index: 1;
  display: none;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.mClassLink > ul > li + li {
  border-top: 1px solid #f2f2f2;
}
.mClassLink > ul > li.current > a {
  color: #51649A;
}
.mClassLink > ul a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 14px 20px;
  color: #000;
  font-size: 14px;
  background-color: #fff;
}
.mClassLink ul {
  display: none;
}
.mClassLink .linkHasItems {
  position: relative;
  padding-right: 40px;
}
.mClassLink .linkHasItems::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  z-index: 1;
  line-height: 1;
  margin-top: -7px;
  font-family: FontAwesome;
}
.mClassLink .linkHasItems.open::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.mClassLink .linkHasItems.open + ul {
  display: block;
}
.mClassLink .linkHasItems + ul {
  background-color: #efefef;
}
.mClassLink .linkHasItems + ul a {
  padding: 10px 5px 10px 30px;
  background-color: #efefef;
}
.mClassLink .linkHasItems + ul a.current {
  color: #51649A;
}

.pageBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 60px;
  padding-top: 20px;
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
}
.pageBox .prevBtn,
.pageBox .nextBtn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.pageBox .prevBtn::before {
  content: "";
  margin-right: 5px;
  font-family: FontAwesome;
}
.pageBox .nextBtn {
  margin-left: auto;
}
.pageBox .nextBtn::after {
  content: "";
  margin-left: 5px;
  font-family: FontAwesome;
}

/*標籤*/
.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: "";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 12px;
}

/*側邊標題字*/
.sectionTitle {
  margin-bottom: 20px;
  padding: 5px;
  border-bottom: 1px solid #d6d6d6;
  font-weight: 400;
  font-size: 15px;
  color: #061540;
}
.sectionTitle strong {
  display: block;
  position: relative;
  font-weight: 400;
}
.sectionTitle a {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/******頁籤*******/
.tab {
  margin-top: 40px;
}
.tab a {
  display: block;
  float: left;
  padding: 12px 10px;
  font-size: 15px;
  color: #1c1c1c;
}
.tab a.current {
  border: 1px solid #c0c0c0;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #f8f3f0;
  box-shadow: inset 0 3px 5px -2px #cecece;
}

.tabContent {
  margin-top: -1px;
  padding: 20px 5px;
  border-top: 1px solid #d6d6d6;
}
.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;
  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;
  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;
  box-shadow: 1px 0 #f38a8a;
}
.side_booking a:hover {
  box-shadow: inset 0 3px 3px #8d2121;
}

/*側邊_聯絡資訊*/
.side_contactInfo li {
  margin-bottom: 20px;
}
.side_contactInfo a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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 {
  display: none;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .side_share {
    display: block;
    margin-bottom: 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 {
  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: linear-gradient(135deg, #a7e732 0%, #1fb50e 35%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a7e732", endColorstr="#1fb50e", GradientType=1);
}
.side_share .fb {
  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+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #5da0ea 0%, #3d8ce6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5da0ea", endColorstr="#3d8ce6", GradientType=0);
  /* IE6-8 */
}

/*側邊_其他相關訊息*/
.side_news {
  margin: 30px 0;
}
.side_news ul {
  margin-top: 20px;
}
.side_news li {
  margin-bottom: 25px;
}
.side_news .Img {
  float: left;
  width: 60px;
  margin-right: 12px;
  overflow: hidden;
}
.side_news .Img img {
  display: block;
  height: 60px;
}
.side_news .Txt {
  overflow: hidden;
}
.side_news .Txt a {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
}
.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;
}

/*--title--*/
.titleStyle1 {
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  text-align: center;
  letter-spacing: 0.05em;
}

/*--button--*/
.btn1.center {
  text-align: center;
}
.btn1.full a {
  width: 100%;
}
.btn1 a {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 190px;
  text-align: center;
  padding: 13px 30px;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #fff;
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
}
.btn1 a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #51649A;
  transition: all 0.4s ease-in-out;
}
.btn1 a:hover {
  border-color: #51649A;
}
.btn1 a:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.btn1 a.white {
  background-color: #fff;
  border: 1px solid #68a9b1;
  color: #68a9b1;
}
.btn1 a.white::after {
  background-color: #68a9b1;
}
.btn1 a.white:hover {
  color: #fff;
}

/*--滑動解鎖--*/
.captchaArea {
  position: relative;
  width: 200px;
  height: 50px;
  background-color: #ddd;
}
.captchaArea.unlocking .sliderBtn {
  transition: none;
}
.captchaArea .note {
  position: absolute;
  top: 17px;
  right: 30px;
  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: RoyalBlue;
  cursor: pointer;
  transition: all 0.3s linear;
}
.sliderBtn::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 23px;
  color: #fff;
  font-size: 24px;
  font-family: FontAwesome;
  pointer-events: none;
}

/***Hover效果1: 放大淡出***/
.imh_opacity {
  background-color: #000;
  overflow: hidden;
}
.imh_opacity img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.imh_opacity:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/***Hover效果1: 放大淡出Detail***/
.imh_detail {
  background-color: #000;
  overflow: hidden;
}
.imh_detail img {
  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;
  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);
          transform: scale(1.05);
}

/***Hover效果1: 放大淡出zoom***/
.imh_zoom {
  position: relative;
  background-color: #000;
  overflow: hidden;
}
.imh_zoom img {
  transition: all 0.3s linear;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.imh_zoom a:before {
  content: "";
  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;
  transition: all 0.4s ease;
}
.imh_zoom:hover a:before {
  top: 50%;
}
.imh_zoom:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*--最新消息icon--*/
.newIcon {
  /*分類小圖示*/
  display: inline-block;
  margin-right: 3px;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  font-family: "微軟正黑體";
  color: #fff;
}

@-webkit-keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}