@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=Noto+Sans+TC:wght@300;400;500;700&family=Roboto:wght@400;500&display=swap");

.mClassLink > ul, .mClassLink .main, .classRowBox > ul a, .classBox .classLinkBar a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tab a:before, .pageBox.number a.firstBtn::before, .pageBox.number a.firstBtn::after, .pageBox.number a.lastBtn::before, .pageBox.number a.lastBtn::after, .pageBox.number a .num:after, .pageBox a.prevBtn .arrow, .pageBox a.nextBtn .arrow, .classColumnBox > ul a:after, .classColumnBox, .classRowBox > ul a:after, .classRowBox, .classBox, .menuBreadBar .arrowBox .arrow, .menu .subMenuBox .innerBox, header .topBox .topLink li.help .helpDropdown, header:after, svg, .btn_cis2:after, .btn_cis:after, .bgMask {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.moduleBox .moduleContent {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.8px;
}

@-webkit-keyframes listShow {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes listShow {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  0%, 10% {
    top: 0;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  80% {
    top: 10px;
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  100% {
    top: 10px;
    -webkit-transform: scaleX(1.05) scaleY(0.9);
            transform: scaleX(1.05) scaleY(0.9);
  }
}
@keyframes bounce {
  0%, 10% {
    top: 0;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  80% {
    top: 10px;
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  100% {
    top: 10px;
    -webkit-transform: scaleX(1.05) scaleY(0.9);
            transform: scaleX(1.05) scaleY(0.9);
  }
}
body {
  background-color: #fff;
  font-family: "Noto Sans TC", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  font-size: 14px;
}
body.popwinOverflow, body.loadingOverflow {
  overflow: hidden;
}

.bgMask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}
.bgMask.show {
  opacity: 1;
  pointer-events: auto;
}

input, textarea {
  font-size: initial;
}

*,
*:before,
*:after {
  outline: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

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

.btnBox {
  padding-top: 25px;
}
.btnBox.double {
  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;
}
.btnBox.double a {
  margin: 10px 5px;
}
@media (max-width: 480px) {
  .btnBox.double a:before, .btnBox.double a:after {
    display: none;
  }
  .btnBox.double a.btn_cis3.prev, .btnBox.double a.btn_cis3.next {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
}
@media (max-width: 375px) {
  .btnBox.double a.btn_cis3 {
    font-size: 15px;
  }
}

.btn_cis2, .btn_cis {
  display: inline-block;
  max-width: 240px;
  width: 100%;
  color: #000000;
  /*font-size: 16px;*/
  line-height: 2;
  position: relative;
  text-align: left;
}
.btn_cis2:hover, .btn_cis:hover {
  color: #000000;
}
.btn_cis2:after, .btn_cis:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background-image: url(../images/arrowRight.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 5px;
}
@media (max-width: 375px) {
  .btn_cis2:after, .btn_cis:after {
    width: 20px;
    background-position: right center;
  }
}
@media (max-width: 480px) {
  .btn_cis2, .btn_cis {
    font-size: 14px;
  }
}

.privacyArea .btn a, .btn_cis3 {
  display: inline-block;
  max-width: 180px;
  width: 100%;
  font-size: 16px;
  border-radius: 8px;
  line-height: 2;
  position: relative;
}
.privacyArea .btn a.prev:before, .prev.btn_cis3:before, .privacyArea .btn a.prev:after, .prev.btn_cis3:after, .privacyArea .btn a.next:before, .next.btn_cis3:before, .privacyArea .btn a.next:after, .next.btn_cis3:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
}
.privacyArea .btn a.prev::before, .prev.btn_cis3::before, .privacyArea .btn a.next::before, .next.btn_cis3::before {
  width: 0;
  height: 0;
  border-style: solid;
}
.privacyArea .btn a.prev:after, .prev.btn_cis3:after, .privacyArea .btn a.next:after, .next.btn_cis3:after {
  width: 25px;
  height: 1px;
}

.btn_cis {
  padding: 12px 23px 12px 0;
  border-bottom: 1px solid #000000;
}
.btn_cis:after {
  right: 23px;
}
@media (min-width: 1025px) {
  .btn_cis:hover:after {
    right: 0;
  }
}
@media (max-width: 480px) {
  .btn_cis {
    padding: 15px 20px 15px 0;
  }
}

.btn_cis2 {
  padding: 7px 25px;
  border-radius: 24px;
  border: 1px solid #cccccc;
}
.btn_cis2:after {
  right: 25px;
}
@media (max-width: 480px) {
  .btn_cis2:after {
    right: 20px;
  }
}
@media (max-width: 375px) {
  .btn_cis2:after {
    right: 15px;
  }
}
@media (min-width: 1025px) {
  .btn_cis2:hover:after {
    right: 15px;
  }
}
@media (max-width: 480px) {
  .btn_cis2 {
    padding: 7px 20px;
  }
}
@media (max-width: 375px) {
  .btn_cis2 {
    padding: 7px 15px;
  }
}

.btn_cis3 {
  padding: 7px 26px;
  color: #000000;
  border: 1px solid #cccccc;
  background-color: #f9f9f9;
  text-align: center;
}
.btn_cis3.bk, .btn_cis3:hover {
  color: #ffffff;
  border: 1px solid #a09673;
  background-color: #a09673;
}
.btn_cis3.prev {
  color: #000000;
  border: 1px solid #cccccc;
  background-color: #f9f9f9;
  text-align: right;
  padding-right: 42px;
  padding-left: 65px;
}
.btn_cis3.prev:before {
  left: 26px;
  border-width: 3px 5px 3px 0;
  border-color: transparent #000000 transparent transparent;
  -webkit-transform: translateY(-0.5px);
          transform: translateY(-0.5px);
}
.btn_cis3.prev:after {
  left: 31px;
  background-color: #000000;
}
.btn_cis3.prev:hover {
  color: #ffffff;
  background-color: #a09673;
}
.btn_cis3.prev:hover:before {
  border-color: transparent #ffffff transparent transparent;
}
.btn_cis3.prev:hover:after {
  background-color: #ffffff;
}
.btn_cis3.next {
  color: #ffffff;
  border: 1px solid #000000;
  background-color: #a09673;
  padding-left: 42px;
  padding-right: 65px;
  text-align: left;
}
.btn_cis3.next:before {
  right: 26px;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #ffffff;
  -webkit-transform: translateY(-0.5px);
          transform: translateY(-0.5px);
}
.btn_cis3.next:after {
  right: 31px;
  background-color: #ffffff;
}
.btn_cis3.next:hover {
  color: #000000;
  background-color: #f9f9f9;
}
.btn_cis3.next:hover:before {
  border-color: transparent transparent transparent #000000;
}
.btn_cis3.next:hover:after {
  background-color: #000000;
}

.btn_cis4 {
  max-width: 180px;
  width: 100%;
  color: #353535;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #343434;
  background-color: #f5f2ee;
  letter-spacing: 0.8px;
  display: inline-block;
  text-align: center;
  line-height: 2;
  border-radius: 24px;
  padding: 8px 10px;
}
.btn_cis4:hover {
  color: #ffffff;
  background-color: #a09673;
}

.btn_gray {
  max-width: 230px;
  width: 100%;
  border-radius: 24px;
  color: #ffffff;
  font-size: 16px;
  line-height: 2.375;
  background-color: #3a3a3a;
  padding: 7px 10px;
  display: inline-block;
  text-align: center;
}
@media (min-width: 1025px) {
  .btn_gray:hover {
    color: #ffffff;
    background-color: #6e4738;
  }
}

.icon_bells {
  width: 14px;
  height: 17px;
  fill: #ffffff;
}

.icon_user {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 0.7657;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.icon_bag {
  width: 14px;
  height: 16px;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 0.567;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.icon_info {
  width: 17px;
  height: 17px;
}

.icon_search {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 0.6666;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.icon_arrowLeft,
.icon_arrowRight {
  width: 8px;
  height: 14px;
  fill: #7c7c7c;
}

.icon_arrowLeft2,
.icon_arrowRight2 {
  width: 17px;
  height: 33px;
  color: #171717;
}

.icon_arrowUp,
.icon_arrowDown {
  width: 14px;
  height: 8px;
  fill: #000000;
}

.icon_garbage {
  width: 15px;
  height: 16px;
  fill: #828282;
}

.icon_download {
  width: 23px;
  height: 23px;
  fill: #a09673;
}

.icon_check {
  width: 10px;
  height: 8px;
  fill: #ffffff;
}

.icon_editFile {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: #a09673;
  stroke-width: 1.8754;
  stroke-miterlimit: 10;
}

.icon_eye {
  background-image: url(../images/icon_eye.png);
  background-repeat: no-repeat;
  width: 22px;
  height: 14px;
  display: inline-block;
}

.icon_garbage2 {
  width: 15px;
  height: 17px;
  color: #000000;
  fill-rule: evenodd;
  clip-rule: evenodd;
}

.icon_edit {
  width: 17px;
  height: 17px;
  color: #000000;
}

address {
  font-style: normal;
}

a {
  color: #000000;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  color: #6e4738;
}

div.titan {
  display: none;
}

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

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

.btn_color1 {
  color: #fff;
  background-color: #e60012;
}
.btn_color1:hover {
  background-color: #C85A56;
}
.btn_color2 {
  color: #fff;
  background-color: #A0A0A0;
}
.btn_color2:hover {
  background-color: #999;
}

input[type=text],
input[type=password],
textarea,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  outline: none;
  padding: 0;
  margin: 0;
}

textarea {
  resize: vertical;
}

.outerWrap {
  position: relative;
  padding-top: 130px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .outerWrap {
    padding-top: 60px;
  }
}

.wrap {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.wrap.w1280 {
  max-width: 1320px;
}

.pageTitleBar {
  margin-bottom: 90px;
}
.pageTitleBar:not(.full) {
  width: calc(100% - 250px);
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .pageTitleBar:not(.full) {
    width: 100%;
    text-align: center;
  }
}
.pageTitleBar.hasBread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pageTitleBar.hasBread > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pageTitleBar.hasBread .titleBox {
  text-align: right;
}
.pageTitleBar.hasBread .bread {
  text-align: right;
}
.pageTitleBar .titleBox {
  margin-bottom: 0;
}
@media (max-width: 1700px) {
  .pageTitleBar {
    margin-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .pageTitleBar {
    width: 100%;
    margin-bottom: 30px;
  }
  .pageTitleBar.hasBread .titleBox {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .pageTitleBar.hasBread .titleBox {
    text-align: center;
  }
}

/*module*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  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%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-property: top, opacity, visibility;
  transition-property: top, opacity, visibility;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.moduleBox.show {
  opacity: 1;
  visibility: visible;
}
.moduleBox.show .moduleWrap {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.moduleBox .moduleWrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: #ffffff;
  pointer-events: auto;
  padding-top: 65px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.moduleBox .moduleContent {
  width: 100%;
  max-height: calc(90vh - 65px);
  overflow-y: auto;
  padding: 15px 30px 30px 30px;
}
.moduleBox .moduleClose {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: none;
  background-color: #a09673;
  border: none;
  cursor: pointer;
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -0.5px;
  width: 30px;
  height: 1px;
  background-color: #ffffff;
}
.moduleBox .moduleClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

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

/*購物車*/
.cartArea {
  left: auto;
  right: 0;
  padding: 0;
}
.cartArea.show .moduleWrap {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.cartArea .moduleWrap {
  max-width: 480px;
  height: 100%;
  margin-right: 0;
  margin-left: auto;
  padding-top: 110px;
  overflow: hidden;
  -webkit-transform: translate(30px, 0);
          transform: translate(30px, 0);
}
.cartArea .moduleClose {
  right: auto;
  left: 0;
}
.cartArea .moduleContent {
  height: 100%;
  max-height: 100%;
  padding-bottom: 200px;
}
.cartArea .bottomBox {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 35px 45px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px -10px 10px 0px rgba(237, 237, 237, 0.6);
          box-shadow: 0px -10px 10px 0px rgba(237, 237, 237, 0.6);
}
.cartArea .bottomBox .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 24px;
}
.cartArea .bottomBox .total .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #3a3a3a;
  font-size: 16px;
}
.cartArea .bottomBox .total .item:last-child {
  text-align: right;
}
.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: #ffffff;
}
.cartArea .goto_pay_btn {
  display: block;
  width: 100%;
}
.cartArea .cartNote {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: 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: #a09673;
}
.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: #a09673;
}
.cartArea .buyList > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}
.cartArea .buyList .Img {
  width: 100px;
  height: 100px;
  border: 1px solid #e2e2e2;
  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;
}
.cartArea .buyList .Img a {
  display: block;
}
.cartArea .buyList .Img img {
  display: block;
  width: 100%;
}
.cartArea .buyList .Txt {
  position: relative;
  width: calc(100% - 100px);
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}
.cartArea .buyList .topBox {
  padding-right: 50px;
}
.cartArea .buyList h3 {
  width: 100%;
  margin-bottom: 3px;
}
.cartArea .buyList h3 a {
  display: block;
  color: #000000;
  font-family: "Roboto", "Noto Sans TC";
  font-size: 16px;
  font-weight: 400;
}
.cartArea .buyList h3 a span {
  display: block;
}
.cartArea .buyList h3 a .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cartArea .buyList h3 a .spec {
  font-size: 14px;
  padding-top: 5px;
}
.cartArea .buyList .spec {
  color: #6a6a6a;
  margin-bottom: 3px;
}
.cartArea .buyList .del {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 50%;
  color: #777777;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cartArea .buyList .del:hover {
  background-color: #828282;
}
.cartArea .buyList .del:hover svg {
  fill: #ffffff;
}
.cartArea .colorList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-top: 10px;
  padding-left: 2px;
}
.cartArea .colorList li {
  margin-right: 10px;
}
.cartArea .colorList li img {
  border-radius: 50%;
}
.cartArea .numPriceBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 23px;
  line-height: 1;
}
.cartArea .numPriceBox .num {
  color: #000000;
  font-size: 14px;
}
.cartArea .numPriceBox .price {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
}

/*訂單查詢*/
.orderCheckArea .moduleWrap {
  max-width: 360px;
}
.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: #ffffff;
}

/*會員登入*/
.loginArea .moduleWrap {
  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: #ffffff;
}
.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,
.loginArea .resendCheck {
  display: none;
}
.loginArea .forgetCheck a.btn_relog,
.loginArea .resendCheck a.btn_relog {
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
  color: #09f;
  text-align: center;
  text-decoration: underline;
}

/*搜尋*/
.searchArea .moduleWrap {
  max-width: 480px;
}
.searchArea .searchBox {
  margin: 30px 0;
  position: relative;
}
.searchArea .searchBox input {
  width: 100%;
  display: block;
  border: 1px solid #e1e1e1;
  padding: 15px 55px 15px 15px;
}
.searchArea .searchBox a {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.helpArea {
  max-width: 520px;
  right: 0;
  margin: auto;
}
.helpArea .helpBox {
  text-align: center;
  padding-top: 10px;
}
.helpArea .helpBox .title {
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 24px;
  color: #252525;
  letter-spacing: 0.05em;
}
.helpArea .helpBox .Txt {
  padding-top: 20px;
}
.helpArea .helpBox .Txt p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  padding-bottom: 10px;
  color: #666666;
  letter-spacing: 0.42px;
}
.helpArea .helpBox .Txt p span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.helpArea .helpBox .btnBox a {
  color: #ffffff;
  font-size: 16px;
  display: block;
  background-color: #a09673;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px 0;
  line-height: 1.5;
}
.helpArea .helpBox .btnBox a:hover {
  color: #000000;
  background-color: #ffffff;
}

.suggestArea {
  max-width: 520px;
  right: 0;
  margin: auto;
}
.suggestArea .suggestBox {
  padding-top: 10px;
}
.suggestArea .suggestBox > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  color: #666666;
  letter-spacing: 0.42px;
}

#closeCart,
#closePrice,
#closeInquiry {
  font-size: 18px;
  position: absolute;
  top: 8px;
  right: 10px;
}
@media (max-width: 480px) {
  #closeCart,
  #closePrice,
  #closeInquiry {
    font-size: 25px;
    top: 5px;
  }
}

@-webkit-keyframes loadLine {
  0% {
    width: 0;
  }
  20% {
    width: 30%;
  }
  60% {
    width: 65%;
  }
  100% {
    width: 100%;
  }
}

@keyframes loadLine {
  0% {
    width: 0;
  }
  20% {
    width: 30%;
  }
  60% {
    width: 65%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loadLineMove {
  0% {
    height: 8px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    height: 100%;
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
  }
}
@keyframes loadLineMove {
  0% {
    height: 8px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    height: 100%;
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
  }
}
@-webkit-keyframes loadLineMove02 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
  }
}
@keyframes loadLineMove02 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
  }
}
@-webkit-keyframes logoFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes logoFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*loading*/
.loadingArea {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
.loadingArea::before {
  content: "";
  width: 0;
  height: 8px;
  background-color: #6e4738;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 800;
}
.loadingArea::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.loadingArea .loadLogo {
  width: 260px;
  position: absolute;
  left: 120%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-perspective: 400px;
          perspective: 400px;
}
.loadingArea .loadLogo img {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: translate3d(100px, 0px, 100px) rotateY(0);
          transform: translate3d(100px, 0px, 100px) rotateY(0);
  background-color: #ffffff;
}
.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.2s forwards;
          animation: loadLineMove02 0.8s 3.2s forwards;
}
.loadingArea.show .loadLogo {
  -webkit-animation: logoFadeOut 0.3s 3s forwards;
          animation: logoFadeOut 0.3s 3s forwards;
}

/*header*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  background-color: #ffffff;
}
header:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  z-index: -1;
  opacity: 0;
}
header.sticky:after {
  opacity: 1;
}
@media (max-width: 1180px) {
  header {
    display: none;
  }
}
header .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .topBox {
  color: #ffffff;
  background-color: #a09673;
}
header .topBox a {
  color: #ffffff;
  display: block;
}
header .topBox .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}
header .topBox .left,
header .topBox .right {
  width: 50%;
}
header .topBox .left i,
header .topBox .left svg,
header .topBox .right i,
header .topBox .right svg {
  margin-right: 8px;
  font-size: 16px;
  vertical-align: -2px;
}
header .topBox .telBox {
  width: 145px;
}
header .topBox .telBox a {
  font-size: 13px;
  font-family: "Roboto";
  letter-spacing: 0.13px;
  padding: 13px 0 11px;
}
header .topBox .marqueeBox {
  width: calc(100% - 145px);
}
header .topBox .topLink {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 -17.5px;
}
header .topBox .topLink li {
  padding: 0 17.5px;
}
header .topBox .topLink li a {
  padding: 10px 0;
}
header .topBox .topLink li.help {
  position: relative;
}
header .topBox .topLink li.help:hover .helpDropdown {
  opacity: 1;
  pointer-events: auto;
}
header .topBox .topLink li.help .helpDropdown {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
  width: 295px;
  padding: 32px 32px 44px 32px;
  background-color: #a09673;
  z-index: 2;
  text-align: center;
  opacity: 0;
  pointer-events: none;
}
header .topBox .topLink li.help .helpDropdown .title {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.48px;
}
header .topBox .topLink li.help .helpDropdown .Txt {
  padding-top: 20px;
}
header .topBox .topLink li.help .helpDropdown .Txt p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  padding-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.42px;
}
header .topBox .topLink li.help .helpDropdown .Txt p span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
header .topBox .topLink li.help .helpDropdown .btnBox a {
  color: #404040;
  font-size: 16px;
  display: block;
  background-color: #ffffff;
  border-radius: 5px;
  margin-top: 10px;
}
header .topBox .topLink li.help .helpDropdown .btnBox a:hover {
  color: #000000;
}
header .bottomBox .left,
header .bottomBox .right {
  width: calc(50% - 28px);
}
header .bottomBox .left {
  padding-right: 10px;
}
header .bottomBox .right {
  padding-left: 10px;
}
header .bottomBox .right .menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .logo {
  /*width: 56px;*/
  width: 300px;
  position: relative;
  z-index: 2;
  margin-right: 100px;
}
header .logo a {
  display: block;
  width: 100%;
  height: 80px;
  background: url("../images/logo.png") no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: -9999px;
}
header .loginBox {
  position: relative;
  z-index: 1;
}
header .loginBox .submenu {
  position: absolute;
  left: 50%;
  margin-left: -80px;
  top: 130%;
  width: 160px;
  padding-top: 10px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
header .loginBox .submenu a {
  color: #252525;
  display: block;
  text-align: center;
  padding: 10px;
  background-color: #ffffff;
}
header .loginBox .submenu a:not(:last-child) {
  border-bottom: 1px solid #eee;
}
header .loginBox .submenu a:hover {
  color: #6e4738;
}
header .loginBox:hover .submenu {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}

.marqueeBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.marqueeBox .marqueeList {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-height: 20px;
  overflow: hidden;
}
.marqueeBox .marqueeList .title a {
  color: #ffffff;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.marqueeBox i {
  color: #fff;
  margin-right: 2%;
}

.marqueeArea {
  background-color: #a09673;
  padding: 12.5px 31px;
  display: none;
}
.marqueeArea svg {
  margin-right: 8px;
  font-size: 16px;
  vertical-align: -2px;
}
@media (max-width: 1180px) {
  .marqueeArea {
    display: block;
  }
}

.topLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topLink li a {
  font-size: 14px;
  letter-spacing: 0.7px;
}
.topLink li.help .mb {
  display: none;
}
@media (max-width: 1180px) {
  .topLink li.help .pc {
    display: none;
  }
  .topLink li.help .mb {
    display: block;
  }
}

.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;
}
.searchBox a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  background-color: #a09673;
}

/*menu*/
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -55px;
}
.menu > li {
  position: relative;
  /*padding: 0 55px;*/
  padding: 0 20px;
}
.menu > li > a {
  position: relative;
  display: block;
  padding: 32px 0;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.8px;
  border-bottom: 2px solid transparent;
}
.menu > li > a:hover, .menu > li > a.current {
  border-bottom-color: #000000;
}
.menu > li:hover a {
  border-bottom-color: #000000;
}
@media (max-width: 1536px) {
  .menu {
    margin: 0 -35px;
  }
  .menu > li {
    padding: 0 10px;
  }
}
@media (max-width: 1350px) {
  .menu > li {
    padding: 0 5px;
  }
  .menu > li > a {
  font-size: 15px;
  }
}
.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: #ffffff;
}
.menu .submenu a:hover {
  color: #ffffff;
  background-color: #516190;
}
.menu .subMenuBox {
  position: fixed;
  left: 0;
  top: 130px;
  z-index: 1;
  width: 100%;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.menu .subMenuBox.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.menu .subMenuBox .innerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1520px;
  padding: 45px 20px;
  margin: 0 auto;
}
.menu .subMenuBox .innerBox .left {
  /*width: 460px;*/
  width: 100%;
}
.menu .subMenuBox .innerBox .left .categories {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.menu .subMenuBox .innerBox .left .categories:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #000000;
}
.menu .subMenuBox .innerBox .left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 120px;
}
.menu .subMenuBox .innerBox .left ul li {
  padding-bottom: 10px;
}
.menu .subMenuBox .innerBox .left ul li a {
  display: block;
  font-size: 16px;
  color: #5c5c5c;
}
.menu .subMenuBox .innerBox .left ul li a:hover {
  color: #000000;
}
.menu .subMenuBox .innerBox .right {
  width: calc(100% - 460px);
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu .subMenuBox .innerBox .right .group {
  width: 33.33%;
  padding-left: 32px;
}
.menu .subMenuBox .innerBox .right .group img {
  display: block;
  line-height: 0;
  margin-bottom: 15px;
  width: 100%;
  height: 185px;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu .subMenuBox .innerBox .right .group p {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.48px;
}

/*手機menu*/
.m_menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: block;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}
@media (min-width: 1181px) {
  .m_menu {
    display: none;
  }
}
.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 {
  margin: 0 auto;
  padding-top: 2px;
}
.m_menu .m_logo img {
  display: block;
  width: 200px;
}
.m_menu .controlBox {
  position: relative;
  z-index: 99;
  height: 60px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m_menu .controlBox a.main {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-color: #a09673;
}
.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: 1px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.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: #ffffff;
  -webkit-transition: all 0.5s;
  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 {
  background-color: #ffffff;
}
.m_menu .controlBox a.main.show span {
  width: 26px;
  background-color: transparent;
}
.m_menu .controlBox a.main.show span:before, .m_menu .controlBox a.main.show span:after {
  background-color: #2a2a2a;
}
.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);
}

/*手機menu內容*/
.hideBox {
  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;
  background-color: #ffffff;
}
.hideBox .hideBox_btm {
  padding: 30px 30px 0 30px;
}
.hideBox .sp {
  display: none;
  padding: 10px;
  font-size: 13px;
  color: #ffffff;
  background-color: #c80303;
}
.hideBox .topLink {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #a09673;
}
.hideBox .topLink li {
  width: 33.3%;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.hideBox .topLink li .loginBox {
  padding: 0;
}
.hideBox .topLink li a {
  color: #ffffff;
  display: block;
  padding: 15px 20px;
}
.hideBox .topLink li:nth-child(1) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.hideBox .topLink li:nth-child(2) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
/*.hideBox .topLink li:first-child, .hideBox .topLink li:last-child {
  width: 100%;
}*/
.hideBox .topLink svg {
  margin-right: 8px;
  font-size: 16px;
  vertical-align: -2px;
}
.hideBox .social {
  padding-bottom: 30px;
}
.hideBox .social .footerTitle {
  color: #252525;
  padding-bottom: 15px;
}
.hideBox .social .socialList li a {
  background-color: #a09673;
}
.hideBox .social .socialList li a i, .hideBox .social .socialList li a svg {
  color: #ffffff;
}
.hideBox .footerInfo .ftInfoList {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hideBox .footerInfo .ftInfoList li {
  color: #666666;
}
.hideBox .footerInfo .ftInfoList li a {
  color: #666666;
}
.hideBox .copyright {
  color: #505050;
  font-size: 12px;
  padding-top: 20px;
}
.hideBox .copyright a {
  color: #505050;
}
.hideBox .subMenuBox {
  display: none;
  padding-bottom: 15px;
}
.hideBox .subMenuBox a {
  color: rgba(0, 0, 0, 0.7);
  display: block;
  font-size: 14px;
  padding: 7.5px 30px;
}
.hideBox .subMenuBox .categories a {
  display: block;
  font-weight: bold;
}
.hideBox .subMenuBox .right {
  display: none;
}

/*手機會員登入*/
.m_menu .loginBox {
  padding: 30px 0;
  text-align: center;
}
.m_menu .loginBox .loginToggle:after {
  content: "\f107";
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 10px;
}
.m_menu .loginBox a {
  font-size: 15px;
  color: #ffffff;
}
.m_menu .loginBox a i {
  margin-right: 3px;
}
.m_menu .loginBox .submenu {
  color: #000000;
  display: none;
  background-color: #ffffff;
}
.m_menu .loginBox .submenu a {
  color: #000000;
  padding: 10px;
}
.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: #ffffff;
  text-align: center;
  background-color: #b21d26;
}

.nav > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 20px 60px 20px 30px;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.8px;
}
.nav > li > a i {
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  margin-top: -7px;
}
.nav .dropDown > a::after {
  content: "\f107";
  position: absolute;
  right: 30px;
  top: 20px;
  font-family: FontAwesome;
}
.nav .submenu {
  display: none;
}
.nav .submenu a {
  padding: 10px 20px;
}
.nav .submenu a:hover {
  background-color: #999;
}

/*banner*/
.bannerArea {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.bannerArea .wrap {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerBox img {
  width: 100%;
  display: block;
}
.bannerArea .bannerBox.pageBanner .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.bannerArea .bannerBox.pageBanner .slick-dots {
  bottom: 35px;
}
@media (max-width: 768px) {
  .bannerArea .bannerBox.pageBanner .slick-dots {
    bottom: 20px;
  }
}
.bannerArea .bannerBox.pageBanner #banner > li:not(:first-child) {
  display: none;
}
.bannerArea .bannerBox.pageBanner #banner img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 435px;
}
@media (max-width: 1024px) {
  .bannerArea .bannerBox.pageBanner #banner img {
    height: auto;
    -o-object-fit: fill;
       object-fit: fill;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerBox.pageBanner #banner img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerBox.pageBanner #banner img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 180px;
  }
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerLink {
  display: block;
}

/*頁尾資訊*/
footer {
  padding-top: 75px;
  background-color: #a09673;
}
@media (max-width: 768px) {
  footer {
    padding-top: 30px;
  }
}
footer .footerTitle {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  footer .footerTitle {
    pointer-events: none;
  }
}
footer .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .topBox .left {
  width: 535px;
}
footer .topBox .left .ft_title {
  margin-bottom: 15px;
}
footer .topBox .right {
  width: calc(100% - 535px);
}
footer .topBox .cardImg {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .topBox .cardImg .cardList {
  width: calc(100% - 133px); /*180*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
footer .topBox .cardImg .cardList li {
  padding: 0 10px 10px;
}
footer .topBox .cardImg .cardList li:nth-child(1) img {
  width: 96.6px;
}
@media (max-width: 480px) {
  footer .topBox .cardImg .cardList li:nth-child(1) img {
    width: 82.8px;
  }
}
footer .topBox .cardImg .cardList li:nth-child(2) img {
  width: 93.8px;
}
@media (max-width: 480px) {
  footer .topBox .cardImg .cardList li:nth-child(2) img {
    width: 80.4px;
  }
}
footer .topBox .cardImg .cardList li:nth-child(3) img {
  width: 101.5px;
}
@media (max-width: 480px) {
  footer .topBox .cardImg .cardList li:nth-child(3) img {
    width: 87px;
  }
}
footer .topBox .cardImg .cardList li:nth-child(4) img {
  width: 65.8px;
}
@media (max-width: 480px) {
  footer .topBox .cardImg .cardList li:nth-child(4) img {
    width: 56.4px;
  }
}
footer .topBox .cardImg .cardList li:nth-child(5) img {
  width: 63.7px;
}
@media (max-width: 480px) {
  footer .topBox .cardImg .cardList li:nth-child(5) img {
    width: 54.6px;
  }
}
footer .topBox .cardImg .cardList li:nth-child(6) img {
  width: 54.6px;
}
@media (max-width: 480px) {
  footer .topBox .cardImg .cardList li:nth-child(6) img {
    width: 46.8px;
  }
}
footer .topBox .cardImg .ssl {
  width: 133px; /*180*/
}
@media (max-width: 480px) {
  footer .topBox .cardImg .ssl img {
    width: 123.9px;
  }
}
@media (max-width: 992px) {
  footer .topBox .cardImg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .topBox .cardImg .cardList {
    padding-right: 0;
  }
  footer .topBox .cardImg .ssl {
    margin-top: 15px;
  }
  footer .topBox .cardImg .cardList,
  footer .topBox .cardImg .ssl {
    width: 100%;
  }
}
@media (max-width: 480px) {
  footer .topBox .cardImg {
    text-align: center;
  }
  footer .topBox .cardImg .cardList li {
    width: 33.33%;
  }
}
@media (max-width: 1180px) {
  footer .topBox .left {
    width: 230px;
  }
  footer .topBox .right {
    width: calc(100% - 230px);
  }
}
@media (max-width: 768px) {
  footer .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .topBox .left,
  footer .topBox .right {
    width: 100%;
  }
  footer .topBox .left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 40px;
  }
  footer .topBox .left .footerTitle {
    margin-bottom: 20px;
  }
  footer .topBox .cardImg {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
footer .bottomBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 35px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
footer .bottomBox .left,
footer .bottomBox .right {
  width: 50%;
}
footer .bottomBox .right {
  text-align: right;
}
footer .bottomBox a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.7px;
  display: inline-block;
}
footer .bottomBox a:not(:last-child) {
  padding-right: 10px;
}
footer .bottomBox .privacyTxt {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.7px;
  display: inline-block;
}
footer .bottomBox .privacyTxt:hover {
  color: #ffffff;
}
@media (max-width: 768px) {
  footer .bottomBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .bottomBox .left,
  footer .bottomBox .right {
    width: 100%;
    text-align: center;
  }
  footer .bottomBox .right {
    padding-top: 10px;
  }
}
footer .footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
footer .footer_menu .ftMenu_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-left: 110px;
}
footer .footer_menu .ftMenu_item:first-child {
  margin-left: 0;
}
footer .footer_menu .footerMenuList a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.42px;
  padding-bottom: 10px;
}
footer .footer_menu .footerMenuList a:hover {
  color: #ffffff;
}
@media (max-width: 1366px) {
  footer .footer_menu .ftMenu_item {
    margin-left: 60px;
  }
}
@media (max-width: 992px) {
  footer .footer_menu .ftMenu_item {
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  footer .footer_menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer_menu .ftMenu_item {
    margin-left: 0;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  footer .footer_menu .ftMenu_item.current .footerTitle:after {
    opacity: 0;
  }
  footer .footer_menu .ftMenu_item.current .footerMenuList {
    -webkit-animation: 0.3s ease-out 0.3s both listShow;
            animation: 0.3s ease-out 0.3s both listShow;
  }
  footer .footer_menu .footerTitle {
    margin-bottom: 0;
    padding: 18px 0;
    position: relative;
  }
  footer .footer_menu .footerTitle:before, footer .footer_menu .footerTitle:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background-color: #ffffff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  footer .footer_menu .footerTitle:before {
    width: 10px;
    height: 2px;
    right: 8px;
  }
  footer .footer_menu .footerTitle:after {
    width: 2px;
    height: 10px;
    right: 12px;
  }
  footer .footer_menu .footerMenuList {
    display: none;
    padding-bottom: 5px;
  }
}

.goTop {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  border-radius: 50%;
  background-color: #343434;
  z-index: 2;
  cursor: pointer;
}
.goTop svg {
  fill: #ffffff;
  margin-bottom: 2px;
  display: none;
}
@media (max-width: 768px) {
  .goTop {
    right: 30px;
    bottom: 30px;
  }
}

.social {
  padding-bottom: 40px;
}
.social .socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.social .socialList li {
  margin-right: 16px;
}
.social .socialList li a {
  width: 30px;
  height: 30px;
  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;
  background-color: #ffffff;
  border-radius: 50%;
}
.social .socialList li a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.social .socialList li a i,
.social .socialList li a svg {
  color: #a09673;
  font-size: 15px;
}
.social .socialList li a .fa-facebook {
  padding-top: 1px;
}
.social .socialList li a svg {
  width: 15px;
  height: 14px;
}

.footerInfo .ftInfoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footerInfo .ftInfoList li {
  color: rgba(255, 255, 255, 0.7);
  padding-right: 40px;
  padding-bottom: 10px;
}
.footerInfo .ftInfoList li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-family: "Roboto";
  display: block;
}
.footerInfo .ftInfoList li a:hover {
  color: #ffffff;
}
@media (max-width: 1180px) {
  .footerInfo .ftInfoList li {
    padding-right: 20px;
  }
}

.copyright {
  font-size: 14px;
  font-family: "Roboto";
  color: rgba(255, 255, 255, 0.8);
}
.copyright a {
  color: rgba(255, 255, 255, 0.8);
}
.copyright a:hover {
  color: #ffffff;
}

.privacyArea {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  padding: 40px 0 25px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  -webkit-transition: all 0.6s 0.1s;
  transition: all 0.6s 0.1s;
}
.privacyArea.check {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.privacyArea .wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  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;
}
.privacyArea .text {
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.privacyArea .text a {
  color: #ffffff;
  display: inline-block;
  text-decoration: underline;
}
.privacyArea .text a:hover {
  color: #ffffff;
}
.privacyArea .btn {
  width: 180px;
  margin-left: 25px;
  padding-top: 0;
}
.privacyArea .btn a {
  padding: 7px 26px;
  color: #000000;
  font-family: "Roboto";
  border: 1px solid #cccccc;
  background-color: #f9f9f9;
  text-align: center;
}
@media (max-width: 768px) {
  .privacyArea .wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .privacyArea .text {
    width: 100%;
  }
  .privacyArea .btn {
    margin-top: 25px;
    margin-left: 0;
  }
}

/*手機快捷選單*/
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fixedQuickLink li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fixedQuickLink li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.fixedQuickLink a {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 55px;
  font-size: 13px;
  color: #ffffff;
}
.fixedQuickLink i {
  margin-bottom: 5px;
}

/*********內頁**********/
.mainArea {
  padding: 115px 0;
  min-height: calc(100vh - 450px);
}
@media (max-width: 1440px) {
  .mainArea {
    padding: 50px 0;
  }
}
@media (max-width: 992px) {
  .mainArea {
    padding: 30px 0 50px;
  }
}

.titleBox {
  position: relative;
  margin-bottom: 30px;
}
.titleBox em {
  font-weight: 300;
  font-size: 38px;
  font-family: "Noto Sans TC";
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.titleBox .title {
  color: #000000;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 1;
}
.titleBox .title span {
  font-size: 50%;
  font-weight: 400;
}
.titleBox p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  letter-spacing: 0.9px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .titleBox .title {
    font-size: 30px;
  }
  .titleBox p {
    font-size: 16px;
  }
}

.bread {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  padding: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .bread {
    display: none;
  }
}
.bread a {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
}
.bread a i {
  font-size: 20px;
}
.bread span:not(.arrow) {
  margin: 0 19px;
  color: #a2a2a2;
  width: 48px;
  height: 1px;
  background-color: #a2a2a2;
  display: inline-block;
  vertical-align: super;
}
.bread .focus {
  color: #000000;
  font-weight: 500;
}

.menuBreadBar {
  border-bottom: 1px solid #e6e6e6;
}
.menuBreadBar .innerBox,
.menuBreadBar .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menuBreadBar .bread {
  min-width: 245px;
  padding-right: 40px;
  border-right: 1px solid #e0e0e0;
}
.menuBreadBar .arrowBox {
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menuBreadBar .arrowBox .arrowPrev {
  left: 0;
}
.menuBreadBar .arrowBox .arrowPrev:before {
  left: 10px;
}
.menuBreadBar .arrowBox .arrowPrev:after {
  left: 10px;
  border-style: solid;
  border-width: 2.5px 3px 2.5px 0;
  border-color: transparent #000000 transparent transparent;
}
.menuBreadBar .arrowBox .arrowNext {
  right: 0;
  margin-left: 10px;
}
.menuBreadBar .arrowBox .arrowNext:before {
  right: 10px;
}
.menuBreadBar .arrowBox .arrowNext:after {
  right: 10px;
  border-style: solid;
  border-width: 2.5px 0 2.5px 3px;
  border-color: transparent transparent transparent #000000;
}
.menuBreadBar .arrowBox .arrow {
  cursor: pointer;
  position: relative;
  width: 36px;
  height: 36px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  -webkit-transform: translate(0);
          transform: translate(0);
  background-color: #ffffff;
}
.menuBreadBar .arrowBox .arrow:first-child {
  margin-right: -1px;
}
.menuBreadBar .arrowBox .arrow:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 1px;
  background-color: #000000;
}
.menuBreadBar .arrowBox .arrow:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
}
.menuBreadBar .arrowBox .arrow:hover {
  border-color: #000000;
}
@media (max-width: 768px) {
  .menuBreadBar .arrowBox {
    padding-left: 20px;
    opacity: 0;
    display: none;
  }
}
.menuBreadBar .innerBox {
  margin-bottom: 45px;
}
.menuBreadBar.ins .bread {
  padding-right: 20px;
  border-right: 0;
  padding-left: 0;
  text-align: left;
}
.menuBreadBar.ins .btnBox {
  width: 242px;
  padding-top: 0;
}
.menuBreadBar.ins .btnBox .btn_cis {
  padding: 15.5px 22px 15.5px 0;
}
.menuBreadBar.ins .btnBox .btn_cis:hover:after {
  right: 10px;
}
@media (max-width: 768px) {
  .menuBreadBar.ins {
    display: none;
  }
}

body:not(.innews) .mainArea.ins {
  padding-top: 90px;
}
body:not(.innews) .mainArea.ins .contentBox {
  margin-top: 50px;
  margin-bottom: 75px;
}
body:not(.innews) .mainArea.ins .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 50px;
  border-right: 1px solid #e5e5e5;
}
body:not(.innews) .mainArea.ins .rightBox {
  width: 320px;
  padding-left: 50px;
}
body:not(.innews) .mainArea.ins .btnBox.mb {
  display: none;
  padding-top: 0;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  body:not(.innews) .mainArea.ins .btnBox.mb {
    display: block;
    text-align: center;
  }
}
@media (max-width: 1800px) {
  body:not(.innews) .mainArea.ins .side_share {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1440px) {
  body:not(.innews) .mainArea.ins {
    padding-top: 50px;
  }
  body:not(.innews) .mainArea.ins .leftBox {
    padding-right: 30px;
  }
  body:not(.innews) .mainArea.ins .rightBox {
    padding-left: 30px;
  }
}
@media (max-width: 1024px) {
  body:not(.innews) .mainArea.ins .contentBox {
    margin-bottom: 50px;
  }
  body:not(.innews) .mainArea.ins .leftBox {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-right: 0;
    border-right: 0;
  }
  body:not(.innews) .mainArea.ins .rightBox {
    display: none;
  }
}
@media (max-width: 768px) {
  body:not(.innews) .mainArea.ins {
    padding-top: 0;
  }
}
body:not(.innews) .mainArea .contentBox {
  clear: both;
}

/*文章標題*/
.articleTitle {
  clear: both;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  font-family: "Roboto", "Noto Sans TC";
}

/*側邊標題字*/
.sectionTitle {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
}
.sectionTitle strong {
  display: block;
  position: relative;
  font-weight: 400;
}
.sectionTitle a {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

@-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;
  }
}
.classBox {
  position: relative;
  z-index: 3;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.classBox:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #e0e0e0;
  width: 1px;
  height: 100%;
}
.classBox .classLinkBar li:last-child:not(:nth-child(8)) {
  border-right: 1px solid #e0e0e0;
  margin-right: -1px;
}
.classBox .classLinkBar > li {
  float: left;
  width: 12.5%;
}
.classBox .classLinkBar > li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)):not(:nth-child(6)):not(:nth-child(7)):not(:nth-child(8)) {
  display: none;
  opacity: 0;
}
@media (max-width: 1530px) {
  .classBox .classLinkBar > li {
    width: 16.667%;
  }
  .classBox .classLinkBar > li:nth-child(7), .classBox .classLinkBar > li:nth-child(8) {
    display: none;
    opacity: 0;
  }
}
@media (max-width: 1180px) {
  .classBox .classLinkBar > li {
    width: 33.33%;
  }
  .classBox .classLinkBar > li:nth-child(4), .classBox .classLinkBar > li:nth-child(5), .classBox .classLinkBar > li:nth-child(6) {
    display: none;
    opacity: 0;
  }
}
@media (max-width: 992px) {
  .classBox .classLinkBar > li {
    width: 50%;
  }
  .classBox .classLinkBar > li:nth-child(3) {
    display: none;
    opacity: 0;
  }
}
.classBox .classLinkBar li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.classBox .classLinkBar li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #e0e0e0;
  width: 1px;
  height: 100%;
}
.classBox .classLinkBar a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 20px 20px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  background-color: #fffdf4;
  letter-spacing: 0.48px;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
}
.classBox .classLinkBar a.current, .classBox .classLinkBar a:hover {
  color: #fff;
  font-weight: 500;
  background-color: #a09673;
}
.classBox .classLinkBar a.current:after, .classBox .classLinkBar a:hover:after {
  width: 100%;
}
@media (max-width: 768px) {
  .classBox {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    overflow: visible;
  }
  .classBox .classLink {
    display: none;
  }
}

/*類別*/
.classRowBox {
  position: relative;
  z-index: 3;
}
.classRowBox > ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .classRowBox > ul {
    display: none;
  }
}
.classRowBox > ul li:last-child {
  border-right: 1px solid #e0e0e0;
}
.classRowBox > ul a {
  display: block;
  padding: 20px 42px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  letter-spacing: 0.48px;
  text-align: center;
  border-left: 1px solid #e0e0e0;
  position: relative;
}
.classRowBox > ul a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #000000;
}
.classRowBox > ul a.current, .classRowBox > ul a:hover {
  color: #000000;
  font-weight: 500;
}
.classRowBox > ul a.current:after, .classRowBox > ul a:hover:after {
  width: 100%;
}

.classColumnBox {
  position: relative;
  z-index: 3;
}
.classColumnBox > ul {
  margin-top: -16px;
}
@media (max-width: 1023px) {
  .classColumnBox > ul {
    display: none;
  }
}
.classColumnBox > ul > li > a {
  padding-top: 16px;
  padding-bottom: 16px;
  color: #858585;
}
.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: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  color: #858585;
  border-bottom: 1px solid transparent;
}
.classColumnBox > ul a:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-image: url(../images/icon_arrowRight.svg);
  background-repeat: no-repeat;
  background-position: right center;
  width: 6px;
  height: 10px;
  display: block;
  margin: auto;
  opacity: 0;
}
.classColumnBox > ul a.current, .classColumnBox > ul a:hover {
  color: #090909;
  border-bottom-color: #090909;
}
.classColumnBox > ul a.current:after, .classColumnBox > ul a:hover:after {
  opacity: 1;
}
.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: 1024px) {
  .mClassLink {
    display: none;
  }
}
.mClassLink.open > ul {
  display: block;
}
.mClassLink .main {
  position: relative;
  display: block;
  font-size: 16px;
  padding: 10px 30px 10px 10px;
  color: #ffffff;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #a09673;
}
.mClassLink .main::before {
  content: "\f107";
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
  margin-top: -6px;
  line-height: 1;
  font-size: 15px;
  color: #ffffff;
  font-family: FontAwesome;
}
.mClassLink > ul {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  z-index: 1;
  display: none;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          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: #a09673;
}
.mClassLink > ul a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 14px 20px;
  color: #000;
  font-size: 14px;
  background-color: #ffffff;
}
.mClassLink ul {
  display: none;
}
.mClassLink .linkHasItems {
  position: relative;
  padding-right: 40px;
}
.mClassLink .linkHasItems::after {
  content: "\f107";
  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: #a09673;
}

.pageBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #e5e5e5;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pageBox .moreDots {
  color: rgba(0, 0, 0, 0.4);
  font-weight: bold;
}
.pageBox a {
  color: rgba(0, 0, 0, 0.7);
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.pageBox a.prevBtn .arrow, .pageBox a.nextBtn .arrow {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  line-height: 46px;
  border: 1px solid #cccccc;
  position: relative;
  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%;
  height: 100%;
}
.pageBox a.prevBtn .arrow:before, .pageBox a.prevBtn .arrow:after, .pageBox a.nextBtn .arrow:before, .pageBox a.nextBtn .arrow:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pageBox a.prevBtn .arrow:before, .pageBox a.nextBtn .arrow:before {
  width: 16px;
  height: 1px;
  background-color: #000000;
}
.pageBox a.prevBtn .arrow:after, .pageBox a.nextBtn .arrow:after {
  width: 0;
  height: 0;
  border-style: solid;
}
.pageBox a.prevBtn .arrow:before {
  left: 16px;
}
.pageBox a.prevBtn .arrow:after {
  left: 13px;
  border-width: 2.5px 3px 2.5px 0;
  border-color: transparent #000000 transparent transparent;
}
.pageBox a.nextBtn .arrow:before {
  right: 16px;
}
.pageBox a.nextBtn .arrow:after {
  right: 13px;
  border-width: 2.5px 0 2.5px 3px;
  border-color: transparent transparent transparent #000000;
}
.pageBox a:hover .arrow {
  border-color: #a09673;
}
.pageBox a:hover .arrow.prevBtn::before, .pageBox a:hover .arrow.nextBtn::before {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.pageBox.number {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pageBox.number.oval a {
  width: 50px;
}
.pageBox.number a {
  width: 46px;
  height: 46px;
  line-height: 46px;
  display: block;
  font-weight: 400;
  position: relative;
  text-align: center;
}
@media (max-width: 375px) {
  .pageBox.number a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.pageBox.number a.prevBtn {
  margin-right: 30px;
}
@media (max-width: 480px) {
  .pageBox.number a.prevBtn {
    margin-right: 10px;
  }
}
.pageBox.number a.nextBtn {
  margin-left: 30px;
}
@media (max-width: 480px) {
  .pageBox.number a.nextBtn {
    margin-left: 10px;
  }
}
.pageBox.number a .num {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto";
  position: relative;
}
.pageBox.number a .num:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background-color: #000000;
  width: 0;
  height: 1px;
  opacity: 0;
}
.pageBox.number a.firstBtn::before, .pageBox.number a.firstBtn::after, .pageBox.number a.lastBtn::before, .pageBox.number a.lastBtn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.pageBox.number a.firstBtn::before, .pageBox.number a.firstBtn::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pageBox.number a.firstBtn::before {
  left: -2px;
  right: 0;
}
.pageBox.number a.firstBtn::after {
  left: 12px;
  right: 0;
}
.pageBox.number a.lastBtn::before, .pageBox.number a.lastBtn::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pageBox.number a.lastBtn::before {
  left: 0;
  right: -2px;
}
.pageBox.number a.lastBtn::after {
  left: 0;
  right: 12px;
}
.pageBox.number a:hover, .pageBox.number a.current {
  color: #a09673;
}
.pageBox.number a:hover .num, .pageBox.number a.current .num {
  color: #000000;
}
.pageBox.number a:hover .num:after, .pageBox.number a.current .num:after {
  width: 100%;
  opacity: 1;
}
.pageBox.number a:hover.firstBtn::before, .pageBox.number a:hover.firstBtn::after, .pageBox.number a:hover.lastBtn::before, .pageBox.number a:hover.lastBtn::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.pageBox.prevnext {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pageBox.prevnext a {
  width: 50%;
  height: 45px;
  font-weight: 300;
  line-height: 45px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pageBox.prevnext a.prevBtn .title, .pageBox.prevnext a.nextBtn .title {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
}
.pageBox.prevnext a.prevBtn .txt, .pageBox.prevnext a.nextBtn .txt {
  font-size: 16px;
  font-weight: 500;
}
.pageBox.prevnext a.prevBtn .arrow, .pageBox.prevnext a.nextBtn .arrow {
  width: 46px;
}
.pageBox.prevnext a.prevBtn {
  text-align: right;
}
.pageBox.prevnext a.prevBtn .title {
  margin-left: 30px;
}
.pageBox.prevnext a.prevBtn .txt {
  margin-left: 20px;
}
.pageBox.prevnext a.nextBtn {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
  text-align: left;
}
.pageBox.prevnext a.nextBtn .title {
  margin-right: 30px;
}
.pageBox.prevnext a.nextBtn .txt {
  margin-right: 20px;
}
@media (max-width: 992px) {
  .pageBox.prevnext a .title {
    display: none;
  }
  .pageBox.prevnext a .txt {
    font-size: 14px;
  }
}
@media (max-width: 414px) {
  .pageBox.prevnext a {
    height: 40px;
  }
  .pageBox.prevnext a.prevBtn .txt, .pageBox.prevnext a.nextBtn .txt {
    font-size: 15px;
  }
  .pageBox.prevnext a.prevBtn .arrow, .pageBox.prevnext a.nextBtn .arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .pageBox.prevnext a.prevBtn .txt {
    margin-left: 10px;
  }
  .pageBox.prevnext a.prevBtn .arrow:before {
    left: 13px;
  }
  .pageBox.prevnext a.prevBtn .arrow:after {
    left: 10px;
  }
  .pageBox.prevnext a.nextBtn .txt {
    margin-right: 10px;
  }
  .pageBox.prevnext a.nextBtn .arrow:before {
    right: 13px;
  }
  .pageBox.prevnext a.nextBtn .arrow:after {
    right: 10px;
  }
}
.pageBox.prevnext.circle a {
  width: 45px;
  padding: 0;
}
.pageBox.prevnext.circle a span {
  display: none;
}
.pageBox.prevnext.circle a.prevBtn::before {
  left: calc(50% - 3px);
}
.pageBox.prevnext.circle a.nextBtn::before {
  right: calc(50% - 3px);
}
.pageBox.circle a {
  border-radius: 50%;
  overflow: hidden;
}
.pageBox.oval a {
  border-radius: 30px;
  overflow: hidden;
}

/*標籤*/
.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 #a09673;
  font-size: 13px;
  color: #a09673;
}
.tagBox a:hover {
  color: #ffffff;
  background-color: #a09673;
}
.tagBox a.current {
  color: #ffffff;
  background-color: #a09673;
}
.tagBox a.current:before {
  content: "\f00d";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 12px;
}

/*頁籤*/
.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.tab a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  text-align: center;
  padding: 20.5px 15px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  position: relative;
}
.tab a:before, .tab a:after {
  content: "";
  position: absolute;
}
.tab a:before {
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #000000;
}
.tab a:after {
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
}
.tab a:last-child:after {
  display: none;
}
.tab a:hover:before, .tab a.current:before {
  width: 100%;
}

/*頁籤內容*/
.tabContent {
  padding: 75px 20px;
}
.tabContent > li {
  display: none;
  max-width: 1480px;
  margin: auto;
}
.tabContent .textEditor {
  margin: 0;
}
.tabContent .sectionTitle {
  display: none;
}
@media (max-width: 768px) {
  .tabContent {
    padding: 30px 20px;
  }
}

/*側邊_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: #ffffff;
  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: #ffffff;
  background-color: #f05b8f;
}
.side_booking a i {
  display: inline-block;
  font-size: 28px;
  padding: 10px 15px;
  margin-right: 15px;
  border-right: 1px solid #d33434;
  -webkit-box-shadow: 1px 0 #f38a8a;
          box-shadow: 1px 0 #f38a8a;
}
.side_booking a:hover {
  -webkit-box-shadow: inset 0 3px 3px #8d2121;
          box-shadow: inset 0 3px 3px #8d2121;
}

/*側邊_聯絡資訊*/
.side_contactInfo li {
  margin-bottom: 20px;
}
.side_contactInfo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #414141;
}
.side_contactInfo i {
  display: inline-block;
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 8px;
  border: 2px solid #a5a5a5;
  border-radius: 50%;
  font-size: 20px;
  color: #a5a5a5;
  text-align: center;
}
.side_contactInfo b {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}

/*側邊_房型*/
.side_room {
  margin-bottom: 50px;
}
.side_room .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.side_room .Txt {
  margin-top: 5px;
}
.side_room .Txt p {
  max-height: 100px;
  font-size: 13px;
  color: #858383;
  line-height: 1.8;
  overflow: hidden;
}
.side_room h3 a {
  font-size: 16px;
  font-weight: 400;
}

/*側邊_分享*/
.side_share {
  position: absolute;
  top: 265px;
  left: 80px;
  width: 40px;
  z-index: 5;
  text-align: center;
}
.side_share:before {
  position: relative;
  content: "";
  width: 1px;
  height: 84px;
  display: block;
  margin: auto;
  background-color: #cccccc;
}
.side_share b {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 25px;
}
.side_share a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  background-color: #343434;
  margin-bottom: 12px;
}
.side_share a svg {
  width: 16px;
  height: 16px;
}
.side_share a:hover {
  color: #ffffff;
  background-color: #a09673;
}
@media (max-width: 1800px) {
  .side_share {
    position: relative;
    max-width: 1520px;
    margin: auto;
    padding: 25px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: auto;
    left: 0;
    top: 0;
  }
  .side_share:before {
    width: 84px;
    height: 1px;
    margin-right: 0;
  }
  .side_share b {
    margin: 0 25px 0 10px;
  }
  .side_share a {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .side_share a:last-child {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .side_share:before {
    display: none;
  }
}

/*側邊_其他相關訊息*/
.side_news li {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.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 .newsDate {
  padding: 0 0 5px 0;
}
.side_news .Txt a {
  display: block;
}
.side_news .Txt b {
  display: block;
  margin-top: 5px;
  font-weight: 400;
  font-size: 12px;
  color: #999;
}
.side_news .Txt .title {
  font-size: 16px;
  font-weight: 500;
}
/*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: 240px;
  text-align: center;
  padding: 13px 30px;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #ffffff;
  border-radius: 5px;
  background-color: #a09673;
  border: 1px solid #000000;
}
.btn1 a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #a09673;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn1 a:hover {
  border-color: #a09673;
}
.btn1 a:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.btn1 a.white {
  background-color: #ffffff;
  border: 1px solid #68a9b1;
  color: #68a9b1;
}
.btn1 a.white::after {
  background-color: #68a9b1;
}
.btn1 a.white:hover {
  color: #ffffff;
}

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

.tipsBox {
  margin-top: 150px;
  padding: 88.5px 0;
  font-size: 18px;
  letter-spacing: 0.9px;
  background-color: #f9f9f9;
}
.tipsBox .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tipsBox .txt {
  color: #000000;
  font-weight: 500;
  line-height: 2.2;
}
.tipsBox a {
  color: #ffffff;
  display: inline-block;
  width: 200px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #000000;
  margin-left: 25px;
}
@media (max-width: 768px) {
  .tipsBox {
    margin-top: 50px;
    padding: 50px 0;
  }
  .tipsBox .wrap {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tipsBox a {
    margin-top: 30px;
    margin-left: 0;
  }
}

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

/*Hover效果1: 放大淡出Detail*/
.imh_detail {
  background-color: #000;
  overflow: hidden;
}
.imh_detail img {
  -webkit-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: #ffffff;
  border: 2px solid #ffffff;
  opacity: 0;
  -webkit-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);
          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;
  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: #ffffff;
  font-family: FontAwesome;
  text-align: center;
  background-color: #000;
  -webkit-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);
          transform: scale(1.05);
}

.imh_scale {
  position: relative;
  overflow: hidden;
}
.imh_scale img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.imh_scale:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*最新消息icon*/
.newIcon {
  /*分類小圖示*/
  display: inline-block;
  margin-right: 3px;
  padding: 3px 5px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}