@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@100;300;400;500&family=Poppins:wght@400;500&display=swap");
.mClassLink > ul, .mClassLink .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tagBox ul a, .tagBox, .pageBox.number a.firstBtn::before, .pageBox.number a.firstBtn::after, .pageBox.number a.lastBtn::before, .pageBox.number a.lastBtn::after, .classColumnBox, .classRowBox > ul a, .classRowBox, .nav .dropDown > a::after, .menu .submenuBox:after, .menu .submenuBox, .menu > li > a:after, header .menuBg, svg, .btn_more:after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.articleTitle, .sonTitleBox {
  color: #ebbc00;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 1.2px;
}

@-webkit-keyframes logoMove {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes logoMove {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes logoBounce {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes logoBounce {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes dot-move {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes dot-move {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes gradient-fade {
  0% {
    background: -webkit-gradient(linear, left top, right top, from(#f4f4f4), to(#f4f4f4));
    background: linear-gradient(to right, #f4f4f4, #f4f4f4);
  }
  100% {
    background: #896558;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #896558), color-stop(100%, #b5978c));
    background: -webkit-gradient(linear, left top, left bottom, from(#896558), to(#b5978c));
    background: linear-gradient(to bottom, #896558 0%, #b5978c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#896558", endColorstr="#b5978c", GradientType=0 );
  }
}
@keyframes gradient-fade {
  0% {
    background: -webkit-gradient(linear, left top, right top, from(#f4f4f4), to(#f4f4f4));
    background: linear-gradient(to right, #f4f4f4, #f4f4f4);
  }
  100% {
    background: #896558;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #896558), color-stop(100%, #b5978c));
    background: -webkit-gradient(linear, left top, left bottom, from(#896558), to(#b5978c));
    background: linear-gradient(to bottom, #896558 0%, #b5978c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#896558", endColorstr="#b5978c", GradientType=0 );
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rerotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes rerotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes dotAni {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 0.3;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
  }
}
@keyframes dotAni {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 0.3;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
  }
}
@-webkit-keyframes dotMoveAni {
  0%, 40% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  10%, 30% {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
  }
  20% {
    -webkit-transform: rotateZ(5deg);
            transform: rotateZ(5deg);
  }
}
@keyframes dotMoveAni {
  0%, 40% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  10%, 30% {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
  }
  20% {
    -webkit-transform: rotateZ(5deg);
            transform: rotateZ(5deg);
  }
}
body {
  background-color: #000;
  font-family: "Noto Sans TC", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  font-size: 13px;
}
body.popwinOverflow, body.loadingOverflow {
  overflow: hidden;
}

*,
*: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: 20px;
}
.btnBox.btnGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 35px;
}
.btnBox.btnGroup a {
  margin: 0 33.5px;
}
.btnBox.btnGroup a:hover {
  background-color: #ffffff;
}
@media (max-width: 800px) {
  .btnBox.btnGroup a {
    margin: 0 10px;
  }
}
@media (max-width: 480px) {
  .btnBox.btnGroup {
    -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;
    padding-top: 25px;
  }
  .btnBox.btnGroup a {
    margin: 10px 0;
  }
}

.btn_cis {
  display: inline-block;
  min-width: 175px;
  width: auto;
  text-align: left;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 1.4px;
  padding: 12px 50px 12px 17px;
  border-radius: 23px;
  background: #ebbc00;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ebbc00), color-stop(100%, #ebbc00));
  background: -webkit-gradient(linear, left top, right top, from(#ebbc00), to(#ebbc00));
  background: linear-gradient(to right, #ebbc00 0%, #ebbc00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ebbc00", endColorstr="#ebbc00", GradientType=1 );
  border: 1px solid transparent;
  background-position: -2px 0;
  background-size: 102% 100%;
  position: relative;
}
.btn_cis:hover {
  border-color: #ebbc00;
  background: transparent;
}
.btn_cis:hover .btn_arrow {
  border-color: rgba(247, 184, 130, 0.2);
}
.btn_cis:hover .btn_arrow svg {
  fill: #ebbc00;
}
.btn_cis .btn_arrow {
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 32px;
  height: 32px;
  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;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.btn_cis .btn_arrow svg {
  fill: #ffffff;
}

.btn_more {
  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: 32px;
  height: 32px;
  line-height: 1.8;
  position: relative;
}
.btn_more:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(247, 184, 130, 0.2);
  background-color: #ffffff;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.btn_more svg {
  fill: #ebbc00;
  position: relative;
  z-index: 2;
}
.btn_more:hover:after {
  -webkit-transform: scale(1.4375);
          transform: scale(1.4375);
  border-color: transparent;
  background-color: rgba(247, 184, 130, 0.2);
}

.icon_arrowUp,
.icon_arrowDown {
  width: 5px;
  height: 13px;
  fill: #555555;
}

.icon_arrowLeft,
.icon_arrowRight {
  width: 13px;
  height: 5px;
  fill: #555555;
}

.icon_phone {
  width: 18px;
  height: 18px;
}

.icon_trash {
  width: 14px;
  height: 16px;
  fill: #ffffff;
}

address {
  font-style: normal;
}

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

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: #516190;
}
.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: 75px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .outerWrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

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

/*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: #fff;
  pointer-events: auto;
  padding-top: 60px;
  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 - 50px);
  overflow-y: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.moduleBox .moduleClose {
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: none;
  background-color: #ebbc00;
  border: none;
  cursor: pointer;
  z-index: 10;
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.moduleBox .moduleClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 460px) {
  .moduleBox .moduleClose {
    width: 44px;
    height: 44px;
  }
}

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

/*訂單查詢*/
.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: #fff;
}

.memLoginArea {
  width: calc(100% - 40px);
  max-width: 960px;
  height: auto;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 10px;
  padding: 0;
}
.memLoginArea.show {
  pointer-events: auto;
}
.memLoginArea .wrap {
  position: relative;
  max-width: 730px;
  padding: 55px;
}
@media (max-width: 768px) {
  .memLoginArea .wrap {
    padding: 55px 0;
  }
}
.memLoginArea .moduleClose {
  position: absolute;
  right: -70px;
  top: 0;
}
@media (max-width: 1180px) {
  .memLoginArea .moduleClose {
    right: 15px;
    top: 15px;
  }
}
.memLoginArea .tab {
  margin-top: 0;
}
@media (max-width: 768px) {
  .memLoginArea .tab {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .memLoginArea .tab a {
    min-width: 100px;
    margin: 0 5px;
    padding: 15px 10px;
  }
}
.memLoginArea .tabContent {
  padding: 35px 0 0 0;
}
@media screen and (max-height: 768px) {
  .memLoginArea .tabContent {
    max-height: calc(100vh - 320px);
    overflow-y: auto;
  }
}
@media (max-width: 768px) {
  .memLoginArea .tabContent {
    max-height: calc(100vh - 320px);
    overflow-y: auto;
    padding: 35px 20px 0;
  }
}
.memLoginArea .btnBox {
  padding-top: 60px;
}
@media (max-width: 640px) {
  .memLoginArea .btnBox {
    padding-top: 40px;
  }
}
.memLoginArea .innerBox input {
  width: 100%;
  height: 68px;
  font-size: 16px;
  padding: 24px 15px 24px 105px;
  border-radius: 5px;
  border: 1px solid #c9c9c9;
  font-family: "Noto Sans TC";
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 460px) {
  .memLoginArea .innerBox input {
    padding-left: 15px;
    height: 44px;
    font-size: 15px;
  }
}
.memLoginArea .innerBox .group {
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 460px) {
  .memLoginArea .innerBox .group {
    margin-bottom: 15px;
  }
}
.memLoginArea .innerBox .group:last-child {
  padding-bottom: 0;
}
@media (min-width: 461px) {
  .memLoginArea .innerBox .group.code .inTitle {
    min-width: 60px;
  }
  .memLoginArea .innerBox .group.code input {
    padding-left: 90px;
  }
}
.memLoginArea .innerBox .group.code .item:first-child {
  position: relative;
}
.memLoginArea .innerBox .group.code .btnBox {
  padding-top: 0;
  text-align: right;
}
.memLoginArea .innerBox .group.code .btnBox .btn_cis {
  text-align: center;
}
@media (max-width: 768px) {
  .memLoginArea .innerBox .group.code .btnBox {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .memLoginArea .innerBox .group.code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .memLoginArea .innerBox .group.code .item:first-child {
    width: calc(100% - 195px);
  }
  .memLoginArea .innerBox .group.code .item:last-child {
    width: 195px;
  }
}
.memLoginArea .innerBox .inTitle {
  color: #000000;
  font-size: 16px;
  margin: auto;
  padding-bottom: 15px;
  display: block;
}
@media (min-width: 461px) {
  .memLoginArea .innerBox .inTitle {
    position: absolute;
    left: 18px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    min-width: 77px;
    padding-right: 11px;
    padding-bottom: 0;
  }
}
.memLoginArea .innerBox .inTitle:after {
  position: absolute;
  content: "";
  right: 0;
  top: 4px;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 14px;
  background-color: #adadad;
}
.memLoginArea .innerBox ::-webkit-input-placeholder {
  /* CSS 3 標準 */
  color: #aaaaaa;
}
.memLoginArea .innerBox ::-moz-placeholder {
  /* CSS 3 標準 */
  color: #aaaaaa;
}
.memLoginArea .innerBox :-ms-input-placeholder {
  /* CSS 3 標準 */
  color: #aaaaaa;
}
.memLoginArea .innerBox ::-ms-input-placeholder {
  /* CSS 3 標準 */
  color: #aaaaaa;
}
.memLoginArea .innerBox ::placeholder {
  /* CSS 3 標準 */
  color: #aaaaaa;
}
.memLoginArea .innerBox ::-webkit-input-placeholder {
  /* Chrome, Safari */
  color: #aaaaaa;
}
.memLoginArea .innerBox :-ms-input-placeholder {
  /* IE 10+ */
  color: #aaaaaa;
}
.memLoginArea .innerBox ::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaaaaa;
  opacity: 1;
}
.memLoginArea .tips {
  color: #1b1b1b;
  font-size: 16px;
  text-align: center;
  line-height: 1.625;
  letter-spacing: 0.8px;
}
.memLoginArea .tips a {
  color: #ebbc00;
  position: relative;
  display: inline-block;
  padding-bottom: 7px;
}
.memLoginArea .tips a:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ebbc00;
}

/*會員登入*/
.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: #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;
}

#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;
}
.loadingArea::before {
  content: "";
  width: 0;
  height: 8px;
  background-color: #ebbc00;
  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: 260px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.loadingArea .loadLogo img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: logoMove 2.8s forwards;
          animation: logoMove 2.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 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  background-color: #000;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1180px) {
  header {
    display: none;
  }
}
header.menuOpen .menuBg {
  /*opacity: 1;*/
  opacity: 0;
  pointer-events: auto;
}
header .menuBg {
  position: absolute;
  left: 0;
  right: 0;
  top: 75px;
  width: 100%;
  background-color: #f7f7f7;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 99;
}
header .menuBg:before, header .menuBg:after {
  content: "";
  background-repeat: no-repeat;
  display: block;
}
header .menuBg:before {
  background-image: url(../images/menuBg01.png);
  width: 478px;
  height: 182px;
  left: 0;
  top: 0;
}
header .menuBg:after {
  background-image: url(../images/menuBg02.png);
  width: 416px;
  height: 210px;
  right: 0;
  bottom: 0;
  margin-right: 0;
  margin-left: auto;
}
header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: calc(100% - 60px);
  position: relative;
  z-index: 100;
}
header .logo {
  width: 250px;
}
header .logo a {
  display: block;
  width: 100%;
  height: 75px;
  background: url("../images/logo.png") no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: -9999px;
}
header .linkBox {
  width: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -6.5px;
}
header .linkBox a {
  margin: 0 6.5px;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1.4px;
  text-align: center;
  padding: 9px 5px;
  border-radius: 18px;
  border: 1px solid #000;
  background: #896558;
  background: -webkit-gradient(left top, right top, color-stop(0%, #896558), color-stop(100%, #b5978c));
  background: -webkit-gradient(linear, left top, right top, from(#896558), to(#b5978c));
  background: linear-gradient(to right, #896558 0%, #b5978c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#896558", endColorstr="#b5978c", GradientType=1 );
}
header .linkBox a:hover {
  color: #ebbc00;
  border-color: #ebbc00;
  background: transparent;
}



.fixedQuickLink a.searchBtn_file {
  background: #395693;
}
.fixedQuickLink a.searchBtn_partner {
  background: #06c152;
}

header .linkBox a.searchBtn_file {
  background: #395693;
}
header .linkBox a.searchBtn_partner {
  background: #06c152;
}

header .linkBox a.searchBtn_file:hover {
  color: #395693;
  border-color: #395693;
  background: transparent;
}
header .linkBox a.searchBtn_partner:hover {
  color: #06c152;
  border-color: #06c152;
  background: transparent;
}

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;
}
header .loginBox .submenu a {
  display: block;
  text-align: center;
  padding: 10px;
  background-color: #fff;
}
header .loginBox .submenu a:not(:last-child) {
  border-bottom: 1px solid #eee;
}
header .loginBox:hover .submenu {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 1280px) {
  header .wrap {
    max-width: 100%;
  }
}

.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: #fff;
  text-align: center;
  background-color: #ebbc00;
}

/*menu*/
.menuBox {
  width: calc(100% - 440px);
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 75px;
  padding: 5px 40px;
  font-size: 16px;
  color: #fff;
  /*min-width: 150px;*/
}

@media (max-width: 1600px) {
  .menu > li > a {
    padding: 5px 30px;
  }
}

@media (max-width: 1440px) {
  .menu > li > a {
    /*padding: 5px 35px;*/
    padding: 5px 20px;
  }
}
@media (max-width: 1280px) {
  .menu > li > a {
    /*padding: 5px 25px;*/
    padding: 5px 15px;
  }
}
.menu > li > a:after {
  content: "";
  background-image: url(../images/dot.png);
  background-repeat: no-repeat;
  width: 0;
  height: 0;
  margin-top: 5px;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.menu > li > a.current, .menu > li > a:hover {
  color: #ebbc00;
}
.menu > li > a.current:after, .menu > li > a:hover:after {
  opacity: 1;
  width: 17px;
  height: 17px;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.menu > li:hover > a {
  color: #ebbc00;
}
.menu > li:hover > a:after {
  opacity: 1;
  width: 17px;
  height: 17px;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.menu > li:hover .submenuBox:after {
  opacity: 1;
}
.menu .innerBox {
  position: fixed;
  width: 100%;
  top: 75px;
}
.menu .submenuBox {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  text-align: center;
  padding: 12px 0 40px;
  opacity: 0;
  pointer-events: none;
}
.menu .submenuBox:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-color: #fbfbfb;
  opacity: 0;
  z-index: -1;
}
.menu .submenuBox.show {
  opacity: 1;
  pointer-events: auto;
}
.menu .submenuBox a {
  display: block;
  padding: 15px 0;
  font-size: 16px;
  color: #262626;
  font-weight: 300;
}
.menu .submenuBox a:hover {
  color: #ebbc00;
}
@media (max-width: 1280px) {
  .menu .submenuBox a {
    font-size: 14px;
  }
}

/*手機menu*/
.m_menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
          box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
}
@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: 70px;
}
.m_menu .m_logo img {
  display: block;
  width: 250px;
}
.m_menu .controlBox {
  position: relative;
  z-index: 99;
  height: 70px;
  background-color: #000;
  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: 0 20px;
}
.m_menu .controlBox a.main {
  position: absolute;
  right: 20px;
  top: 13px;
  width: 44px;
  height: 44px;
  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;
  border-radius: 50%;
  background-color: #ebbc00;
}
.m_menu .controlBox a.main span {
  color: #ffffff;
  text-align: center;
}
.m_menu .controlBox a.main span:before {
  content: "MENU";
  font-size: 12px;
  font-family: "Poppins";
  font-weight: 500;
}
.m_menu .controlBox a.main.show span:before {
  content: "CLOSE";
}

/*手機menu內容*/
.hideBox {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
  display: none;
  width: 100%;
  padding-top: 75px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #111;
  background-image: url(../images/menuBg03.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.hideBox .hideBox_top {
  overflow-y: auto;
  height: calc(100vh - 237px);
}
.hideBox .hideBox_btm {
  padding-top: 40px;
}
.hideBox .copyright {
  color: rgba(255, 255, 255, 0.6);
  padding: 0 20px 20px;
}
.hideBox .copyright a {
  color: rgba(0, 0, 0, 0.6);
}

.nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 20.5px 20px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.nav > li > a:hover {
  color: #ebbc00;
}
.nav > li > a:hover .dropDown > a:after {
  background-image: url(../images/nav_arrowBlue.png);
}
.nav .dropDown > a {
  position: relative;
}
.nav .dropDown > a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background-image: url(../images/nav_arrowDeepGray.png);
  background-repeat: no-repeat;
  width: 13px;
  height: 5px;
}
.nav .dropDown > a:hover:after {
  background-image: url(../images/nav_arrowBlue.png);
}
.nav .innerBox {
  display: none;
}
.nav .innerBox .submenuBox {
  padding-bottom: 25px;
}
.nav .innerBox .submenuBox a {
  color: #404040;
  font-weight: 300;
  font-size: 16px;
  padding: 10px 20px;
  display: block;
}
.nav .innerBox .submenuBox a:hover {
  color: #ebbc00;
}

/*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 {
  padding-top: 70px;
  background-color: #111;
  position: relative;
}
footer .topBox {
  padding-bottom: 50px;
}
footer .topBox .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 100px;
}
footer .topBox .left {
  width: 430px;
  padding-right: 20px;
}
footer .topBox .right {
  width: calc(100% - 430px);
}
@media (max-width: 1540px) {
  footer .topBox .wrap {
    padding: 0 50px;
  }
}
@media (max-width: 1366px) {
  footer .topBox .left {
    width: 35%;
    padding-right: 10px;
  }
  footer .topBox .right {
    width: 65%;
  }
}
@media (max-width: 992px) {
  footer .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
  }
  footer .topBox .wrap {
    padding: 0 30px 30px;
  }
  footer .topBox .left,
footer .topBox .right {
    width: 100%;
  }
  footer .topBox .left {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  footer .topBox {
    margin-bottom: 30px;
  }
}
footer .bottomBox {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
}
footer .downLogo {
  width: 100%;
  max-width: 250px;
  padding-bottom: 25px;
}
footer .downLogo img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
footer .branchBox .branchList li {
  padding-bottom: 20px;
}
footer .branchBox .branchList .branchTitle {
  color: #ebbc00;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.9px;
  padding-bottom: 15px;
}
footer .branchBox .branchList .Txt .txtItem {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.8px;
  font-family: "Poppins", "Noto Sans TC";
  padding-right: 13px;
  padding-bottom: 5px;
  display: inline-block;
}
footer .branchBox .branchList .Txt .txtItem span {
  color: #ebbc00;
  padding-right: 10px;
}
footer .branchBox .branchList .Txt .txtItem a {
  color: #ffffff;
}
footer .branchBox .branchList .Txt .txtItem.addr {
  display: block;
}
footer .ft_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
footer .ft_nav > li {
  padding: 0 15px 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
footer .ft_nav > li > a {
  display: block;
  color: #ebbc00;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  padding-bottom: 20px;
}
footer .ft_nav > li .submenuBox li {
  padding-bottom: 10px;
}
footer .ft_nav > li .submenuBox li a {
  display: block;
  color: #adadad;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.8px;
}
footer .ft_nav > li .submenuBox li a:hover {
  color: #ffffff;
}
@media (max-width: 768px) {
  footer .ft_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  footer .ft_nav > li {
    padding: 0;
  }
  footer .ft_nav > li.current .innerBox {
    display: block;
  }
  footer .ft_nav > li.current > a {
    color: #ebbc00;
  }
  footer .ft_nav > li.current > a:after {
    background-image: url(../images/nav_arrowBlue.png);
  }
  footer .ft_nav > li.dropDown > a {
    position: relative;
  }
  footer .ft_nav > li.dropDown > a:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background-image: url(../images/nav_arrowGray.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  footer .ft_nav > li > a {
    color: #ffffff;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  footer .ft_nav > li > a:hover {
    color: #ebbc00;
  }
  footer .ft_nav > li > a:hover:after {
    background-image: url(../images/nav_arrowBlue.png);
  }
  footer .ft_nav > li .innerBox {
    display: none;
    padding-top: 25px;
  }
}
footer .markerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 10px;
  margin: 0 -6px;
}
footer .markerList a {
  display: block;
  width: 33.33%;
  padding: 0 6px;
}
@media (min-width: 993px) {
  footer .markerList a:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@media (max-width: 992px) {
  footer .markerList {
    padding-top: 45px;
  }
}
@media (max-width: 768px) {
  footer .markerList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    max-width: 295px;
  }
  footer .markerList a {
    width: 100%;
    padding: 0 0 10px 0;
  }
}
@media (max-width: 992px) {
  footer {
    padding-top: 50px;
  }
}

.goTop {
  position: fixed;
  right: 30px;
  bottom: 15%;
  width: 60px;
  height: 60px;
  padding: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.08);
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 640px) {
  .goTop {
    right: 20px;
    width: 50px;
    height: 50px;
  }
}
.goTop span {
  width: 100%;
  height: 100%;
  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;
  border: 1px solid #ebbc00;
  border-radius: 50%;
  position: relative;
}
.goTop span:before {
  content: "";
  background-color: #ebbc00;
  width: 11px;
  height: 1px;
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  right: 0;
  margin: auto;
}
.goTop span svg {
  fill: #ebbc00;
  margin-top: 2px;
}

.copyright {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.65px;
}
.copyright a {
  color: rgba(255, 255, 255, 0.6);
}

.footerInfo {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  margin-right: -4px;
  font-weight: 400;
  line-height: 1.8;
  color: #313131;
}
@media (max-width: 480px) {
  .footerInfo {
    width: 100%;
    margin-bottom: 15px;
  }
}

.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: 35px 0;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.privacyArea .text {
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.privacyArea .text a {
  color: #ebbc00;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
.privacyArea .text a:hover {
  color: #ebbc00;
}
.privacyArea .btn {
  margin-left: 25px;
  padding-top: 0;
}
.privacyArea .btn a:hover {
  background-color: #ffffff;
}
@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: 50;
  width: 100%;
  background: #896558;
  background: -webkit-gradient(left top, right top, color-stop(0%, #896558), color-stop(100%, #b5978c));
  background: -webkit-gradient(linear, left top, right top, from(#896558), to(#b5978c));
  background: linear-gradient(to right, #896558 0%, #b5978c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#896558", endColorstr="#b5978c", GradientType=1 );
}
@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) {
  position: relative;
}
.fixedQuickLink li:not(:last-child):after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  width: 1px;
  height: 26px;
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
}
.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: 60px;
  font-size: 18px;
  letter-spacing: 1.8px;
  color: #ffffff;
}
@media (max-width: 460px) {
  .fixedQuickLink a {
    font-size: 16px;
  }
}

/*********內頁**********/
.mainArea {
  padding: 90px 0;
  min-height: calc(100vh - 400px);
}
@media (max-width: 992px) {
  .mainArea {
    padding: 50px 0;
  }
}
@media (max-width: 640px) {
  .mainArea {
    min-height: calc(100vh - 600px);
  }
}

.titleBox {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .titleBox {
    margin-bottom: 20px;
  }
}
.titleBox em {
  color: #ebbc00;
  font-family: "Poppins";
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 1.6;
  text-transform: uppercase;
  display: block;
}
.titleBox em:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ebbc00;
  margin-right: 7px;
  display: inline-block;
  vertical-align: 3px;
}
.titleBox .title {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1.5px;
  padding-top: 10px;
}

.subTitleBox {
  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;
  padding-top: 30px;
  padding-bottom: 35px;
  position: relative;
}
@media (max-width: 992px) {
  .subTitleBox {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.subTitleBox:before, .subTitleBox:after {
  content: "";
  width: 47px;
  height: 1px;
  display: block;
  background-color: #ebbc00;
  margin-top: 2px;
}
.subTitleBox .title {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.46;
  padding-bottom: 15px;
  padding: 0 15px;
  text-align: center;
}
@media (max-width: 768px) {
  .subTitleBox .title {
    font-size: 23px;
    letter-spacing: 1.3px;
    line-height: 1.3;
  }
}

.sonTitleBox {
  color: #fff;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.sonTitleBox:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 47px;
  height: 1px;
  display: block;
  background-color: #ebbc00;
}
.sonTitleBox.text-center {
  text-align: center;
}
.sonTitleBox.text-center:after {
  right: 0;
  margin: auto;
}

.bread {
  display: block;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.7px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .bread {
    display: none;
  }
}
.bread a {
  color: #fff;
}
.bread a.current {
  color: #ebbc00;
}
.bread a i {
  font-size: 20px;
}
.bread span {
  padding: 0 5px;
  color: #fff;
}

.mainArea .contentBox {
  clear: both;
}

/*文章標題*/
.articleTitle {
  clear: both;
  margin-bottom: 20px;
  text-align: center;
}

/*側邊標題字*/
.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;
}

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;
  }
}
/*類別*/
.classRowBox {
  position: relative;
  z-index: 3;
  margin-bottom: 30px;
  padding: 20px 0;
  margin: 0 -7.5px;
}
.classRowBox > ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .classRowBox > ul {
    display: none;
  }
}
.classRowBox > ul li {
  margin-bottom: 10px;
  padding: 0 7.5px;
}
.classRowBox > ul a {
  display: block;
  width: 100%;
  min-width: 136px;
  color: #ffffff;
  font-family: "Poppins", "Noto Sans TC";
  font-size: 14px;
  letter-spacing: 1.4px;
  text-align: center;
  padding: 16.5px 10px;
  border-radius: 10px;
  border: 1px solid #ffffff;
  background: #896558;
  background: -webkit-gradient(left top, right top, color-stop(0%, #896558), color-stop(100%, #b5978c));
  background: -webkit-gradient(linear, left top, right top, from(#896558), to(#b5978c));
  background: linear-gradient(to right, #896558 0%, #b5978c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#896558", endColorstr="#b5978c", GradientType=1 );
}
.classRowBox > ul a.current, .classRowBox > ul a:hover {
  color: #ebbc00;
  border-color: #ebbc00;
  background: #000;
}

.classColumnBox {
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .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: #ebbc00;
}
.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: 769px) {
  .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: #ebbc00;
}
.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;
  -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: #ebbc00;
}
.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: #ebbc00;
}

.pageBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pageBox a {
  border: 0;
  color: #ebbc00;
  display: block;
  font-size: 12px;
  font-family: "Poppins";
}
.pageBox a.prevBtn svg, .pageBox a.nextBtn svg {
  margin-bottom: 2px;
}
.pageBox a:hover {
  color: #ffffff;
  background-color: #ebbc00;
}
.pageBox.number {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pageBox.number.oval a {
  width: 50px;
}
.pageBox.number a {
  width: 47px;
  height: 47px;
  font-weight: 400;
  line-height: 47px;
  margin: 0 5px;
  position: relative;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}
.pageBox.number a.prevBtn::before, .pageBox.number a.nextBtn::before {
  margin: auto;
  top: 0;
  bottom: 0;
}
.pageBox.number a.prevBtn::before {
  left: 5px;
  right: 0;
}
.pageBox.number a.nextBtn::before {
  left: 0;
  right: 5px;
}
.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.current {
  border: 1px solid #ebbc00;
  background-color: #ebbc00;
  color: #fff;
}
.pageBox.number a.current svg {
  fill: #ffffff;
}
.pageBox.number a:hover {
  background-color: #ebbc00;
}
.pageBox.number a:hover svg {
  fill: #ffffff;
}
.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: 180px;
  height: 45px;
  font-weight: 300;
  line-height: 45px;
  padding: 0 20px;
  position: relative;
}
.pageBox.prevnext a.prevBtn::before, .pageBox.prevnext a.nextBtn::before {
  top: calc(50% - 5px);
}
.pageBox.prevnext a.prevBtn {
  text-align: right;
}
.pageBox.prevnext a.prevBtn::before {
  left: 15px;
}
.pageBox.prevnext a.nextBtn {
  margin-left: auto;
  text-align: left;
}
.pageBox.prevnext a.nextBtn::before {
  right: 15px;
}
@media (max-width: 768px) {
  .pageBox.prevnext a {
    width: 125px;
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .pageBox.prevnext a {
    width: calc(100%/2 - 15px);
  }
}
@media (max-width: 480px) {
  .pageBox.prevnext a {
    width: calc(100%/2 - 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 {
  position: relative;
  z-index: 3;
  padding-bottom: 45px;
}
.tagBox b {
  display: inline-block;
  margin-right: 10px;
}
.tagBox ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6.5px;
}
.tagBox ul li {
  margin-bottom: 13px;
  padding: 0 6.5px;
}
.tagBox ul a {
  display: block;
  width: 100%;
  min-width: 136px;
  color: #ffffff;
  font-family: "Poppins", "Noto Sans TC";
  font-size: 14px;
  letter-spacing: 1.4px;
  text-align: center;
  padding: 16.5px 10px;
  border-radius: 10px;
  border: 1px solid #000;
  background: #ebbc00;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ebbc00), color-stop(100%, #ebbc00));
  background: -webkit-gradient(linear, left top, right top, from(#ebbc00), to(#ebbc00));
  background: linear-gradient(to right, #ebbc00 0%, #ebbc00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ebbc00", endColorstr="#ebbc00", GradientType=1 );
}
.tagBox ul a.current {
  color: #ebbc00;
  border-color: #ebbc00;
  background: #ffffff;
}
@media (min-width: 769px) {
  .tagBox ul a:hover {
    color: #ebbc00;
    border-color: #ebbc00;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .tagBox {
    padding-bottom: 25px;
  }
}
@media (max-width: 640px) {
  .tagBox ul {
    margin: 0 -2.5px;
  }
  .tagBox ul li {
    width: 33.33%;
    padding: 0 2.5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {
  .tagBox ul li {
    width: 50%;
  }
  .tagBox ul a {
    padding: 14px 10px;
    min-width: 100%;
  }
}

/*頁籤*/
.tab {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tab a {
  display: block;
  min-width: 136px;
  padding: 19px 10px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 1.4px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #896558;
  background: -webkit-gradient(left top, right top, color-stop(0%, #896558), color-stop(100%, #b5978c));
  background: -webkit-gradient(linear, left top, right top, from(#896558), to(#b5978c));
  background: linear-gradient(to right, #896558 0%, #b5978c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#896558", endColorstr="#b5978c", GradientType=1 );
  background-size: 102% 100%;
  margin: 0 13px;
}
.tab a.current, .tab a:hover {
  color: #ebbc00;
  border-color: #ebbc00;
  background: #ffffff;
}

/*頁籤內容*/
.tabContent {
  padding: 20px 5px;
}
.tabContent > li {
  display: none;
}
.tabContent .textEditor {
  margin: 0;
}
.tabContent .sectionTitle {
  display: none;
}

/*側邊_menu*/
.side_menu {
  margin-bottom: 50px;
}
.side_menu li {
  position: relative;
  border-bottom: 1px solid #e1e1e1;
}
.side_menu li > a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}
.side_menu li > a.current {
  color: #fff;
  background-color: #8c8c8c;
}
.side_menu li > a b {
  margin-left: 10px;
  font-weight: 400;
  font-size: 13px;
  color: #808080;
}
.side_menu dl {
  padding-left: 25px;
}
.side_menu dl a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}
.side_menu dl a.current {
  color: #000;
  text-decoration: underline;
}

/*側邊_相簿*/
.side_album {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: -10px;
}
.side_album li {
  float: left;
  width: 33.33%;
  padding: 0 10px 10px 0;
}
.side_album a {
  display: block;
  -webkit-box-shadow: 2px 2px 5px #c3c3c3;
          box-shadow: 2px 2px 5px #c3c3c3;
}
.side_album a img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*側邊_線上訂房*/
.side_booking {
  margin-bottom: 30px;
}
.side_booking a {
  display: block;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px #8d2121;
          box-shadow: 0 1px 1px #8d2121;
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  background-color: #f05b8f;
}
.side_booking a i {
  display: inline-block;
  font-size: 28px;
  padding: 10px 15px;
  margin-right: 15px;
  border-right: 1px solid #d33434;
  -webkit-box-shadow: 1px 0 #f38a8a;
          box-shadow: 1px 0 #f38a8a;
}
.side_booking a:hover {
  -webkit-box-shadow: inset 0 3px 3px #8d2121;
          box-shadow: inset 0 3px 3px #8d2121;
}

/*側邊_聯絡資訊*/
.side_contactInfo li {
  margin-bottom: 20px;
}
.side_contactInfo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #414141;
}
.side_contactInfo 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 {
  -webkit-box-shadow: 0 0 0 1px #22a00b;
          box-shadow: 0 0 0 1px #22a00b;
  border-top: 1px solid #e1ffa9;
  background: #a7e732;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYTdlNzMyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjMWZiNTBlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: linear-gradient(135deg, #a7e732 0%, #1fb50e 35%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a7e732", endColorstr="#1fb50e", GradientType=1);
}
.side_share .fb {
  -webkit-box-shadow: 0 0 0 1px #235c9b;
          box-shadow: 0 0 0 1px #235c9b;
  border-top: 1px solid #8DCFF5;
  background: #5da0ea;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTBlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDhjZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#5da0ea), to(#3d8ce6));
  background: linear-gradient(to bottom, #5da0ea 0%, #3d8ce6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5da0ea", endColorstr="#3d8ce6", GradientType=0);
  /* IE6-8 */
}

/*側邊_其他相關訊息*/
.side_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: #ebbc00;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn1 a:hover {
  border-color: #ebbc00;
}
.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 {
  -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: "";
  position: absolute;
  top: 13px;
  left: 23px;
  color: #fff;
  font-size: 24px;
  font-family: FontAwesome;
  pointer-events: none;
}

/*Hover效果1: 放大淡出*/
.imh_opacity {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.imh_opacity img {
  border-radius: 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}
.imh_opacity:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
}
.imh_opacity:hover:after {
  opacity: 0.3;
}
.imh_opacity:hover img {
  -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: #fff;
  border: 2px solid #fff;
  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;
  overflow: hidden;
  border-radius: 10px;
}
.imh_zoom img {
  border-radius: 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -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: #896558;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.imh_zoom:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
}
.imh_zoom:hover a:before {
  top: 50%;
}
.imh_zoom:hover:after {
  opacity: 0.3;
}
.imh_zoom:hover img {
  -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;
}