@charset "UTF-8";
@import url(public/css/reset.css);
@import url(public/css/font-awesome-4.7.0/font-awesome.min.css);
@import url(public/css/rwdgrid.css);
@import url(public/css/textEditor.css);
@import url(public/css/contentbuilder.css);
.mainArea.article .diary .innerBox .aboutDiaryList_rwd .aboutDiaryItem .textEditor p, .mainArea.article .diary .innerBox .aboutDiaryList_rwd .aboutDiaryItem .date p span, .mainArea.article .diary .innerBox .aboutDiaryList_rwd .aboutDiaryItem .date p, .mainArea.article .diary .innerBox .aboutDiaryList .aboutDiaryItem .textEditor p, .mainArea.article .diary .innerBox .aboutDiaryList .aboutDiaryItem .date p span, .mainArea.article .diary .innerBox .aboutDiaryList .aboutDiaryItem .date p, .mainArea.article .diary .innerBox .aboutDiaryList .aboutDiaryItem::after, .mainArea.article .diary .innerBox .aboutDiaryList .aboutDiaryItem::before, .mainArea.article .diary .innerBox .aboutDiaryList .slick-slide > div, .slickPageBox .line .dot,
.slickPageBox_2 .line .dot, .pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after, .pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after, .pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .classBox a, .classBox span, .privacyArea, .slideMenuTrigger .line::before, .slideMenuTrigger .line::after, .slideMenuTrigger .line, .slideMenuTrigger, header .menu > li, .loadingArea.show, .loadingArea, .moduleMask, .moduleBox.cart .cartList .del, .moduleBox.privacy .customList .topBox .trigger label span::before, .moduleBox.privacy .customList .topBox .trigger label span, .moduleBox.privacy .customList .topBox .subtitle, .moduleBox.privacy .customList .topBox::before, .moduleBox.privacy .btnBox .btn.textLink::before, .moduleBox .moduleClose, .btnBox .btn_color_main .arrow::after, .btnBox .btn_color_main .arrow::before, .btnBox .btn_color_main::before, button, a, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.formBox {
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 -2px 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 -2px 8px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  padding: 50px;
}
@media (max-width: 480px) {
  .formBox {
    border-radius: 0;
    padding: 30px 20px;
  }
}
.formBox.changePassword {
  max-width: 640px;
  margin: 0 auto;
}
.formBox .libra {
  position: absolute;
  width: 300px;
  height: 300px;
  right: 0;
  bottom: -50px;
  pointer-events: none;
  opacity: 0.3;
}
@media (max-width: 1000px) {
  .formBox .libra {
    display: none;
  }
}
.formBox .formList {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #2f2f2f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
.formBox .formRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formBox .formColumn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 10px;
  position: relative;
}
.formBox .formColumn.select {
  position: relative;
}
.formBox .formColumn.select::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #D38034;
  border-bottom: 2px solid #D38034;
  pointer-events: none;
  position: absolute;
  bottom: 35px;
  right: 20px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 480px) {
  .formBox .formColumn.select::before {
    bottom: 30px;
  }
}
.formBox .formColumn.pt0 {
  padding-top: 0;
}
.formBox .formColumn.pb0 {
  padding-bottom: 0;
}
@media (max-width: 1180px) {
  .formBox .formColumn {
    padding: 10px;
  }
}
.formBox .columnTitle {
  width: 100%;
  color: #333333;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  position: relative;
  margin-bottom: 12px;
}
.formBox .columnTitle.withCheckBox {
  width: auto;
}
.formBox .columnTitle.withCheckBox + .columnCheckBox {
  margin-left: 10px;
  margin-bottom: 12px;
}
.formBox .columnTitle.requireStyle {
  padding-left: 10px;
}
.formBox .columnTitle.requireStyle::before {
  content: "*";
  color: #f00;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 1;
}
.formBox .columnCheckBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
.formBox .columnCheckBox .columnCheckLabel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 5px;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck {
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  outline: 0;
  position: relative;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #D38034;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::after {
  content: "";
  width: 50%;
  height: 50%;
  background-color: #D38034;
  border-radius: 50%;
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:checked::after {
  opacity: 1;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::before {
  background-color: #e5e5e5 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::after {
  background-color: #b5b5b5 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled + span {
  color: #737373 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.square::before, .formBox .columnCheckBox .columnCheckLabel .columnCheck.square::after {
  border-radius: 0;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.error::before {
  border-color: #D38034;
}
.formBox .columnCheckBox .columnCheckBoxTitle {
  display: inline-block;
  color: #333333;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  margin-left: 4px;
}
.formBox .columnSelect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  outline: none;
  padding: 5px 25px 5px 10px;
  margin: 0;
}
.formBox .columnSelect:disabled {
  background-color: #e5e5e5 !important;
  color: #737373 !important;
}
.formBox .columnInput {
  padding: 5px 10px;
}
.formBox .columnInput::-webkit-input-placeholder {
  color: #a6a6a6;
}
.formBox .columnInput::-moz-placeholder {
  color: #a6a6a6;
}
.formBox .columnInput:-ms-input-placeholder {
  color: #a6a6a6;
}
.formBox .columnInput::-ms-input-placeholder {
  color: #a6a6a6;
}
.formBox .columnInput::placeholder {
  color: #a6a6a6;
}
.formBox .columnInput:disabled {
  background-color: #e5e5e5 !important;
  color: #737373 !important;
}
.formBox .columnArea {
  height: 100px;
  padding: 10px;
}
@media (max-width: 1180px) {
  .formBox .columnArea {
    height: 120px;
    padding: 5px 10px;
  }
}
.formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea {
  width: 100%;
  border: 1px solid rgba(211, 128, 52, 0.2);
  border-radius: 10px;
  color: #999999;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  letter-spacing: 2px;
  font-family: "Noto Serif TC", "Microsoft JhengHei", serif;
  font-style: normal;
}
.formBox .columnInput:focus,
.formBox .columnSelect:focus,
.formBox .columnArea:focus {
  border-color: #D38034;
}
.formBox .columnInput,
.formBox .columnSelect {
  height: 45px;
}
.formBox .btnBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.formBox .btnBox .btn {
  margin-left: 40px;
}
.formBox .btnBox .btn:first-child {
  margin: 0;
}
@media (min-width: 1201px) {
  .formBox .btnBox .btn.clear:hover .arrow::after {
    background: #ffffff;
  }
}
.formBox .btnBox .btn.clear .arrow::after {
  width: 8px;
  height: 2px;
  background: #D38034;
  border: none;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media (max-width: 1180px) {
  .formBox .btnBox .btn.clear .arrow::after {
    background: #ffffff;
  }
}
.formBox .noteTxt {
  width: 100%;
  color: #999;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.02rem;
  margin-top: 10px;
}
.formBox .noteTxt.red {
  color: #f00;
}
@media (max-width: 1180px) {
  .formBox .noteTxt {
    font-size: 14px;
  }
}
.formBox .error {
  border-color: #f00 !important;
}
.formBox .intro p {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
@media (max-width: 480px) {
  .formBox .intro p {
    font-size: 12px;
  }
}

@-webkit-keyframes btnAni {
  20% {
    background-color: rgba(211, 128, 52, 0.3);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    background-color: transparent;
  }
}

@keyframes btnAni {
  20% {
    background-color: rgba(211, 128, 52, 0.3);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    background-color: transparent;
  }
}
@-webkit-keyframes imgLoading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes imgLoading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes slideLeftAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideLeftAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-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;
  }
}
@-webkit-keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes logoMove_1 {
  0% {
    opacity: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(5);
            transform: translateX(-50%) scale(5);
  }
  10% {
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(5);
            transform: translateX(-50%) scale(5);
  }
  50% {
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(5);
            transform: translateX(-50%) scale(5);
  }
  75% {
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  100% {
    opacity: 1;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes logoMove_1 {
  0% {
    opacity: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(5);
            transform: translateX(-50%) scale(5);
  }
  10% {
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(5);
            transform: translateX(-50%) scale(5);
  }
  50% {
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(5);
            transform: translateX(-50%) scale(5);
  }
  75% {
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  100% {
    opacity: 1;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes logoMove_2 {
  0% {
    opacity: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(5);
            transform: translateX(-50%) scale(5);
  }
  10% {
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(5);
            transform: translateX(-50%) scale(5);
  }
  25% {
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(50%) scale(5);
            transform: translateX(-50%) translateY(50%) scale(5);
  }
  50% {
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0) scale(5);
            transform: translateX(-50%) translateY(0) scale(5);
  }
  75% {
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  100% {
    opacity: 1;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes logoMove_2 {
  0% {
    opacity: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(5);
            transform: translateX(-50%) scale(5);
  }
  10% {
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(5);
            transform: translateX(-50%) scale(5);
  }
  25% {
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(50%) scale(5);
            transform: translateX(-50%) translateY(50%) scale(5);
  }
  50% {
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0) scale(5);
            transform: translateX(-50%) translateY(0) scale(5);
  }
  75% {
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  100% {
    opacity: 1;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes logoMove_3 {
  0% {
    opacity: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(5);
            transform: translateX(-50%) scale(5);
  }
  10% {
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(5);
            transform: translateX(-50%) scale(5);
  }
  25% {
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(5);
            transform: translateX(-50%) translateY(-50%) scale(5);
  }
  50% {
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0) scale(5);
            transform: translateX(-50%) translateY(0) scale(5);
  }
  75% {
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  100% {
    opacity: 1;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes logoMove_3 {
  0% {
    opacity: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(5);
            transform: translateX(-50%) scale(5);
  }
  10% {
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(5);
            transform: translateX(-50%) scale(5);
  }
  25% {
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(5);
            transform: translateX(-50%) translateY(-50%) scale(5);
  }
  50% {
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0) scale(5);
            transform: translateX(-50%) translateY(0) scale(5);
  }
  75% {
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  100% {
    opacity: 1;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes logoMove_4 {
  0% {
    opacity: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(5);
            transform: translateX(-50%) translateY(-50%) scale(5);
  }
  10% {
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0) scale(5);
            transform: translateX(-50%) translateY(0) scale(5);
  }
  25% {
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(50%) scale(5);
            transform: translateX(-50%) translateY(50%) scale(5);
  }
  50% {
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0) scale(5);
            transform: translateX(-50%) translateY(0) scale(5);
  }
  75% {
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  100% {
    opacity: 1;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes logoMove_4 {
  0% {
    opacity: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(5);
            transform: translateX(-50%) translateY(-50%) scale(5);
  }
  10% {
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0) scale(5);
            transform: translateX(-50%) translateY(0) scale(5);
  }
  25% {
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(50%) scale(5);
            transform: translateX(-50%) translateY(50%) scale(5);
  }
  50% {
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0) scale(5);
            transform: translateX(-50%) translateY(0) scale(5);
  }
  75% {
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  100% {
    opacity: 1;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes logoMove_5 {
  0% {
    opacity: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(5);
            transform: translateX(-50%) scale(5);
  }
  30% {
    opacity: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(5);
            transform: translateX(-50%) scale(5);
  }
  50% {
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(5);
            transform: translateX(-50%) scale(5);
  }
  75% {
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  100% {
    opacity: 1;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes logoMove_5 {
  0% {
    opacity: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(5);
            transform: translateX(-50%) scale(5);
  }
  30% {
    opacity: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(5);
            transform: translateX(-50%) scale(5);
  }
  50% {
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(5);
            transform: translateX(-50%) scale(5);
  }
  75% {
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  100% {
    opacity: 1;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes logoMove_6 {
  0% {
    opacity: 0;
    right: 0;
    -webkit-transform: translate(-20%, -50%);
            transform: translate(-20%, -50%);
  }
  75% {
    opacity: 0;
    right: 0;
    -webkit-transform: translate(-20%, -50%);
            transform: translate(-20%, -50%);
  }
  100% {
    opacity: 1;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@keyframes logoMove_6 {
  0% {
    opacity: 0;
    right: 0;
    -webkit-transform: translate(-20%, -50%);
            transform: translate(-20%, -50%);
  }
  75% {
    opacity: 0;
    right: 0;
    -webkit-transform: translate(-20%, -50%);
            transform: translate(-20%, -50%);
  }
  100% {
    opacity: 1;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
body {
  background-color: #fff;
  font-size: 14px;
  font-family: "Noto Sans Tc", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  position: relative;
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
  overflow: hidden;
}
body.errorPage .mainArea {
  width: 100%;
  height: calc(100vh - 300px);
  min-height: 500px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.errorPage .mainArea .top {
  max-width: 380px;
  color: #D38034;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body.errorPage .mainArea {
    height: 50vh;
    min-height: 350px;
  }
  body.errorPage .mainArea .top {
    font-size: 24px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Img {
    padding-bottom: 56.25%;
  }
}

address {
  font-style: normal;
}

a {
  cursor: pointer;
}

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;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  outline: none;
  padding: 0;
  margin: 0;
}

button {
  cursor: pointer;
}

select {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

input[type=file],
input[type=file]::-webkit-file-upload-button { /* chromes and blink button */
  cursor: pointer;
}

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

.btnBox.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -6px;
}
.btnBox.flex .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 6px;
}
.btnBox.single.center {
  text-align: center;
}
.btnBox.single .btn {
  width: 100%;
  max-width: 200px;
}
.btnBox.full .btn {
  width: 100%;
}
.btnBox .btn {
  color: #D38034;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  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;
  position: relative;
  padding-bottom: 10px;
  z-index: 1;
}
.btnBox .btn span {
  display: inline-block;
  margin-left: 5px;
}
.btnBox .btn_color_main {
  border-bottom: solid 1px rgba(51, 51, 51, 0.2);
  overflow: hidden;
}
.btnBox .btn_color_main.white {
  color: #ffffff;
}
.btnBox .btn_color_main.white::before {
  background: #ffffff;
}
.btnBox .btn_color_main.white .arrow::before {
  background: rgba(255, 255, 255, 0.2);
}
.btnBox .btn_color_main.white .arrow::after {
  border-color: #ffffff;
}
.btnBox .btn_color_main::before {
  content: "";
  position: absolute;
  width: 20%;
  height: 1px;
  background: #D38034;
  right: 0;
  bottom: 0;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_main:hover::before {
    width: 100%;
  }
  .btnBox .btn_color_main:hover .arrow::before {
    background: #d28033;
  }
  .btnBox .btn_color_main:hover .arrow::after {
    border-color: #ffffff;
  }
}
.btnBox .btn_color_main .arrow {
  width: 20%;
  height: 40px;
  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;
  position: relative;
}
.btnBox .btn_color_main .arrow::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: rgba(210, 128, 51, 0.2);
  border-radius: 50%;
}
@media (max-width: 1180px) {
  .btnBox .btn_color_main .arrow::before {
    background: #D38034;
  }
}
.btnBox .btn_color_main .arrow::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: solid 1px #d28033;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 2px;
}
@media (max-width: 1180px) {
  .btnBox .btn_color_main .arrow::after {
    border-color: #ffffff;
  }
}
.btnBox .btn_color_white {
  border: 1px solid #D38034;
  background-color: #fff;
  color: #D38034;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_white:hover {
    border-color: #c3732a;
    background-color: #D38034;
    color: #fff;
  }
}
.btnBox .btn_color_gray {
  border: 1px solid #bebebe;
  background-color: #cbcbcb;
  color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_gray:hover {
    border-color: #9e9e9e;
    background-color: #ababab;
  }
}
.btnBox .btn_color_darkgray {
  border: 1px solid #8d8d8d;
  background-color: #9a9a9a;
  color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_darkgray:hover {
    border-color: #6d6d6d;
    background-color: #7a7a7a;
  }
}

.outerWrap {
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
  padding-top: 80px;
}
.wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding: 0;
}
@media (max-width: 1280px) {
  .wrap {
    padding: 0 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;
  /*洽詢車&購物車*/
  /*訂單查詢*/
  /*搜尋*/
  /*提醒使用cookie彈窗*/
}
.moduleBox.show {
  opacity: 1;
  visibility: visible;
}
.moduleBox.show .moduleWrap {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.moduleBox .moduleWrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: #fff;
  pointer-events: none;
  padding-top: 60px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.moduleBox .moduleTitle {
  color: #000;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  text-align: center;
}
.moduleBox .moduleContent {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.moduleBox .moduleContent::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar-thumb {
  background: #D38034;
}
.moduleBox .moduleClose {
  width: 50px;
  height: 50px;
  background: none;
  background-color: #D38034;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.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: #fff;
}
.moduleBox .moduleClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.moduleBox .moduleClose:hover {
  background-color: #000;
}
.moduleBox.privacy .moduleWrap {
  max-width: 700px;
  padding-top: 50px;
  position: relative;
  z-index: 1004;
}
.moduleBox.privacy .moduleTitle {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 15px;
  text-align: left;
}
@media (max-width: 640px) {
  .moduleBox.privacy .moduleTitle {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.moduleBox.privacy .moduleContent {
  max-height: calc(90vh - 50px);
  overflow-y: auto;
}
.moduleBox.privacy .settingBox + .settingBox {
  margin-top: 25px;
}
.moduleBox.privacy .text {
  font-size: 15px;
  line-height: 1.35;
}
@media (max-width: 640px) {
  .moduleBox.privacy .text {
    font-size: 14px;
  }
}
.moduleBox.privacy .btnBox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.moduleBox.privacy .btnBox .btn.textLink {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.moduleBox.privacy .btnBox .btn.textLink::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #D38034;
  position: absolute;
  bottom: -3px;
  left: 50%;
}
@media (min-width: 1201px) {
  .moduleBox.privacy .btnBox .btn.textLink:hover::before {
    width: 100%;
    left: 0;
  }
}
.moduleBox.privacy .customList .customItem:not(:last-child) {
  padding-bottom: 10px;
}
.moduleBox.privacy .customList .topBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
}
.moduleBox.privacy .customList .topBox::before {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-80%) rotate(-45deg);
          transform: translateY(-80%) rotate(-45deg);
}
.moduleBox.privacy .customList .topBox.open::before {
  -webkit-transform: translateY(-100%) rotate(45deg);
          transform: translateY(-100%) rotate(45deg);
}
.moduleBox.privacy .customList .topBox .subtitle {
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 20px 10px 0;
}
.moduleBox.privacy .customList .topBox .trigger {
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.moduleBox.privacy .customList .topBox .trigger .alwaysOn {
  color: #D38034;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  line-height: 1.35;
  padding-bottom: 3px;
}
.moduleBox.privacy .customList .topBox .trigger label {
  cursor: pointer;
  display: inline-block;
}
.moduleBox.privacy .customList .topBox .trigger label[for=cookie_necessary] {
  cursor: not-allowed;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span {
  background-color: #e3af7f;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
  background-color: #d88d49;
  -webkit-transform: translate(75%, -50%);
          transform: translate(75%, -50%);
}
.moduleBox.privacy .customList .topBox .trigger label span {
  width: 38px;
  height: 14px;
  border-radius: 30px;
  background-color: #d9d9d9;
  display: block;
  margin-left: auto;
  position: relative;
}
.moduleBox.privacy .customList .topBox .trigger label span::before {
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #b5b5b5;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1201px) {
  .moduleBox.privacy .customList .topBox:hover .subtitle {
    color: #D38034;
  }
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .topBox {
    margin-bottom: 5px;
  }
}
.moduleBox.privacy .customList .text {
  background-color: #e1e1e1;
  padding: 18px 15px;
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .text {
    padding: 15px 12px;
  }
}
.moduleBox.cart .moduleWrap {
  max-width: 480px;
}
.moduleBox.cart .text {
  color: #373737;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
}
.moduleBox.cart .text b {
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 400;
  font-size: 18px;
  color: #D38034;
}
.moduleBox.cart .cartBox {
  max-height: 50vh;
  border-top: 2px solid #D38034;
  border-bottom: 2px solid #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow-y: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.moduleBox.cart .cartList .cartItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.moduleBox.cart .cartList .cartItem:not(:first-child) {
  border-top: 1px solid #ccc;
  margin-top: 12px;
  padding-top: 12px;
}
.moduleBox.cart .cartList .Img {
  width: 100px;
  padding-right: 10px;
}
.moduleBox.cart .cartList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.moduleBox.cart .cartList .Txt {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
  position: relative;
}
.moduleBox.cart .cartList .title {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 5px;
}
.moduleBox.cart .cartList .title a {
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1201px) {
  .moduleBox.cart .cartList .title a:hover {
    color: #D38034;
  }
}
.moduleBox.cart .cartList .spec {
  color: #6a6a6a;
  font-size: 14px;
  margin-bottom: 3px;
}
.moduleBox.cart .cartList .num {
  color: #6a6a6a;
  font-size: 14px;
  line-height: 1;
}
.moduleBox.cart .cartList .del {
  width: 35px;
  height: 35px;
  border: none;
  background-color: #eee;
  border-radius: 50%;
  color: #5f5f5f;
  cursor: pointer;
  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;
}
@media (min-width: 1201px) {
  .moduleBox.cart .cartList .del:hover {
    background-color: #D38034;
    color: #fff;
  }
}
.moduleBox.cart .cartList .del svg {
  width: 15px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 400px) {
  .moduleBox.cart .cartList .Img {
    width: 85px;
  }
}
.moduleBox.orderCheck .moduleWrap {
  max-width: 480px;
}
.moduleBox.orderCheck .formBox {
  max-height: 50vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.moduleBox.search .moduleWrap {
  max-width: 480px;
}
.moduleBox.search .moduleContent {
  max-height: calc(90vh - 50px);
  overflow-y: auto;
}
.moduleBox.search .searchBox {
  margin: 30px 0;
  position: relative;
}
.moduleBox.search .searchBox input[type=text] {
  width: 100%;
  display: block;
  border: 1px solid #e1e1e1;
  padding: 12px 55px 12px 15px;
}
.moduleBox.search .searchBox button {
  width: 50px;
  height: 50px;
  background-color: #D38034;
  color: #fff;
  display: block;
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
@media (min-width: 1201px) {
  .moduleBox.search .searchBox button:hover {
    background-color: #000;
  }
}
.moduleBox.cookie .moduleWrap {
  max-width: 480px;
}
.moduleBox.cookie .text {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

.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;
}
.moduleMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/*loading*/
.loadingArea {
  width: 100%;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.loadingArea .loadLogo {
  opacity: 0;
  width: 360px;
}
.loadingArea .loadLogo img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.4s 0s ease-in-out;
  transition: all 0.4s 0s ease-in-out;
  opacity: 1;
}
.loadingArea.show {
  pointer-events: auto;
}
.loadingArea.show .loadLogo {
  opacity: 1;
  -webkit-animation: loadingAni 0.5s forwards ease-in-out;
          animation: loadingAni 0.5s forwards ease-in-out;
}
.loadingArea.show .loadLogo img {
  -webkit-transition: all 0.4s 1.2s ease-in-out;
  transition: all 0.4s 1.2s ease-in-out;
  opacity: 0;
}
.loadingArea.hide {
  opacity: 0;
}
@-webkit-keyframes loadingAni {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes loadingAni {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/*header*/
header {
  width: 100%;
  height: 80px;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  /*menu*/
}
header .wrap {
  max-width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 0 0 15px;
}
@media (max-width: 1180px) {
  header .wrap {
    padding-left: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
header .logo {
  width: 360px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
header .logo a {
  display: block;
}
header .logo img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 480px) {
  header .logo {
    width: 250px;
  }
}
header .rightBox {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  header .rightBox {
    display: none;
  }
}
header .top,
header .bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .searchToggle {
  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: 80px;
  height: 80px;
  background-color: #D38034;
  color: #fff;
}
header .searchToggle svg {
  width: 30px;
  height: 30px;
}
header .menu {
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .menu > li {
  width: auto;
  height: 100%;
  position: relative;
  margin: 0 30px;
}
@media (max-width: 1650px) {
  header .menu > li {
    margin: 0 15px;
  }
}
@media (max-width: 1240px) {
  header .menu > li {
    margin: 0;
  }
}
header .menu > li span {
  display: block;
  width: auto;
  height: 100%;
}
header .menu > li a {
  width: auto;
  height: 100%;
  border-bottom: solid 2px transparent;
  color: #171717;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
}
@media (max-width: 1650px) {
  header .menu > li a {
    padding: 0 10px;
  }
}
header .menu > li a.current, header .menu > li a:hover {
  border-color: #D38034;
  color: #D38034;
}
header .menu .submenu {
  width: 150px;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header .menu .submenu a {
  border-bottom: 1px solid #dadada;
  background-color: #fff;
  color: #666;
  padding: 10px;
}
header .menu .submenu a.current, header .menu .submenu a:hover {
  color: #fff;
  background-color: #D38034;
}

/*slideMenu*/
.slideMenuTrigger {
  display: none;
  width: 50px;
  height: 50px;
  border: solid 1px transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -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;
  margin-left: 20px;
  position: relative;
}
@media (max-width: 1180px) {
  .slideMenuTrigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.slideMenuTrigger .line {
  width: 50%;
  height: 1px;
  background: #4d4d4d;
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.slideMenuTrigger .line::before, .slideMenuTrigger .line::after {
  content: "";
  height: 1px;
  background: #4d4d4d;
  position: absolute;
  z-index: 1;
}
.slideMenuTrigger .line::before {
  width: 75%;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.slideMenuTrigger .line::after {
  width: 50%;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.slideMenuTrigger.close {
  background: #D38034;
  margin-left: auto;
}
.slideMenuTrigger.close .line {
  background-color: transparent;
}
.slideMenuTrigger.close .line::before {
  width: 100%;
  background: #ffffff;
  top: 0;
  left: 0;
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.slideMenuTrigger.close .line::after {
  width: 100%;
  background: #ffffff;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
@media (min-width: 1201px) {
  .slideMenuTrigger:hover {
    border-color: #4d4d4d;
  }
  .slideMenuTrigger:hover span::before, .slideMenuTrigger:hover span::after {
    width: 100%;
  }
}
.slideMenuArea {
  width: 70%;
  max-width: 480px;
  height: 100vh;
  background: url("../images/materialBG.jpg") top center;
  opacity: 0;
  overflow-x: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.slideMenuArea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar-thumb {
  background: #D38034;
}
.slideMenuArea::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.slideMenuArea.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.slideMenuArea.show .topBox {
  -webkit-animation: slideLeftAnimation 0.5s 0.6s ease-in-out both;
          animation: slideLeftAnimation 0.5s 0.6s ease-in-out both;
}
.slideMenuArea.show .funcBox {
  -webkit-animation: slideLeftAnimation 0.5s 0.9s ease-in-out both;
          animation: slideLeftAnimation 0.5s 0.9s ease-in-out both;
}
.slideMenuArea.show .menuBox {
  -webkit-animation: slideLeftAnimation 0.5s 1.2s ease-in-out both;
          animation: slideLeftAnimation 0.5s 1.2s ease-in-out both;
}
.slideMenuArea.show .searchToggle {
  -webkit-animation: slideLeftAnimation 0.5s 1.5s ease-in-out both;
          animation: slideLeftAnimation 0.5s 1.5s ease-in-out both;
}
.slideMenuArea.show .socialBox {
  -webkit-animation: slideLeftAnimation 0.5s 1.8s ease-in-out both;
          animation: slideLeftAnimation 0.5s 1.8s ease-in-out both;
}
.slideMenuArea .wrap {
  padding: 0;
}
.slideMenuArea .topBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.slideMenuArea .menuBox {
  width: 100%;
  padding: 15px 40px;
}
.slideMenuArea .menuBox .nav > li {
  border-bottom: solid 1px rgba(51, 51, 51, 0.2);
  position: relative;
}
.slideMenuArea .menuBox .nav > li.dropDown.hasSubMenu > span {
  cursor: pointer;
}
.slideMenuArea .menuBox .nav > li.dropDown.hasSubMenu.open .submenu {
  -webkit-animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
          animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
}
.slideMenuArea .menuBox .nav > li a {
  display: block;
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  position: relative;
  padding: 20px 0;
}
.slideMenuArea .menuBox .nav > li a.current {
  color: #333333;
}
@media (min-width: 1201px) {
  .slideMenuArea .menuBox .nav > li a:hover {
    color: #D38034;
  }
}
.slideMenuArea .menuBox .nav .submenu {
  width: 100%;
  display: none;
  padding: 0 10px 10px;
}
.slideMenuArea .menuBox .nav .submenu li {
  padding: 5px 0;
}
.slideMenuArea .menuBox .nav .submenu li a {
  padding: 5px 0;
}
.slideMenuArea .menuBox .nav .submenu li a.current {
  color: #D38034;
}
@media (min-width: 1201px) {
  .slideMenuArea .menuBox .nav .submenu li a:hover {
    color: #D38034;
  }
}
.slideMenuArea .searchToggle {
  margin: 15px 40px 0px;
  background: #D38034;
  border-radius: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
  color: #fff;
}
.slideMenuArea .searchToggle::before {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: solid 1px #ffffff;
  border-radius: 10px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.slideMenuArea .searchToggle svg {
  margin-left: 8px;
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.slideMenuArea .searchToggle p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  white-space: nowrap;
}
.slideMenuArea .socialBox {
  padding: 15px 40px;
}
.slideMenuArea .socialBox .socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slideMenuArea .socialBox .socialList li.phone {
  width: 100%;
  height: auto;
  background: #D38034;
  border-radius: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
  margin-bottom: 10px;
}
.slideMenuArea .socialBox .socialList li.phone::before {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: solid 1px #ffffff;
  border-radius: 10px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.slideMenuArea .socialBox .socialList li.phone a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.slideMenuArea .socialBox .socialList li.phone svg {
  margin-bottom: -5px;
}
.slideMenuArea .socialBox .socialList li.phone p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  white-space: nowrap;
}
.slideMenuArea .socialBox .socialList li:not(:last-child) {
  margin-right: 7px;
}
.slideMenuArea .socialBox .socialList li a {
  display: block;
}
.slideMenuArea .socialBox .socialList li a svg {
  width: 40px;
  height: 40px;
}
.slideMenuArea .privacyBox {
  width: 100%;
  height: auto;
  background: #D38034;
  padding: 15px 0;
  margin-top: 100px;
}
@media (max-width: 480px) {
  .slideMenuArea .privacyBox {
    margin-top: 50px;
  }
}
.slideMenuArea .privacyBox .copyrightBox {
  max-width: 1460px;
  height: 100%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 0 40px;
  margin: 0 auto;
}
.slideMenuArea .privacyBox .copyrightBox .copyright {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
@media (max-width: 740px) {
  .slideMenuArea .privacyBox .copyrightBox .copyright {
    margin-bottom: 10px;
  }
}
.slideMenuArea .privacyBox .copyrightBox .copyright span:last-child {
  display: block;
}
.slideMenuArea .privacyBox .copyrightBox > div a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  line-height: 13px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-decoration: underline;
  margin-right: 20px;
}
.slideMenuArea .privacyBox .copyrightBox > div a:last-child {
  margin: 0;
}
.slideMenuMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slideMenuMask.show {
  opacity: 1;
  pointer-events: auto;
}

/*banner*/
.bannerArea {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerItem .Txt {
  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;
  padding: 0 20px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerItem .Img {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.bannerArea .bannerItem .title {
  color: #ffffff;
  font-size: 38px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 4px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 350px;
  padding-bottom: 30px;
  z-index: 1;
}
@media (max-width: 1340px) {
  .bannerArea .bannerItem .title {
    left: 200px;
  }
}
@media (max-width: 1280px) {
  .bannerArea .bannerItem .title {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.bannerArea .bannerItem .title::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  background: #D38034;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.bannerArea .bannerItem .title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ffffff;
  left: 0;
  bottom: 0;
}
.bannerArea .bannerLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*footer*/
footer {
  background: rgba(255, 255, 255, 0.5);
  padding-top: 60px;
}
footer .wrap {
  max-width: 1460px;
  padding: 0;
}
@media (max-width: 1540px) {
  footer .wrap {
    padding: 0 40px;
  }
}
footer .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0;
}
@media (max-width: 1450px) {
  footer .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 60px;
  }
}
footer .topBox .leftSide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 50px;
}
@media (max-width: 1450px) {
  footer .topBox .leftSide {
    margin: 0 0 50px;
  }
}
@media (max-width: 600px) {
  footer .topBox .leftSide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .topBox .leftSide .title {
  border-bottom: solid 2px #ccc;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #D38034;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
footer .topBox .leftSide .title::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  background: #D38034;
  left: 0;
  bottom: -2px;
}
footer .topBox .leftSide .note {
  color: #666666;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
@media (max-width: 600px) {
  footer .topBox .leftSide .note {
    text-align: center;
  }
}
footer .topBox .leftSide .note span {
  color: #ff0000;
}
footer .topBox .leftSide .Img {
  width: 184px;
  height: 207px;
  background: url("../images/footer_topBox_Img_1.png") no-repeat center;
  background-size: contain;
  margin-left: 50px;
}
@media (max-width: 600px) {
  footer .topBox .leftSide .Img {
    margin: 50px 0 0;
  }
}
footer .topBox .rightSide {
  width: 100%;
  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;
}
@media (max-width: 950px) {
  footer .topBox .rightSide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .topBox .rightSide .title {
  color: #333333;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .topBox .rightSide .title i {
  width: 20px;
  height: 20px;
  background: url("../images/footer_topBox_icon_1.png") no-repeat center;
  background-size: contain;
  margin-right: 10px;
}
@media (max-width: 950px) {
  footer .topBox .rightSide > div {
    margin-bottom: 30px;
  }
}
@media (max-width: 950px) {
  footer .topBox .rightSide > div:last-child {
    margin: 0;
  }
}
footer .topBox .rightSide > div:nth-of-type(even) .numberBox {
  background: #fff8e4;
}
footer .topBox .rightSide .numberBox {
  background: #fff4f0;
  border-radius: 30px;
  position: relative;
  padding: 15px 20px 20px;
  margin-top: 20px;
}
footer .topBox .rightSide .numberBox a {
  position: relative;
  z-index: 1;
  -webkit-filter: drop-shadow(2px 4px 2px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(2px 4px 2px rgba(0, 0, 0, 0.5));
  color: #D38034;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
@media (max-width: 480px) {
  footer .topBox .rightSide .numberBox a {
    font-size: 20px;
  }
}
footer .topBox .rightSide .numberBox a::before {
  content: attr(data-stroke);
  position: absolute;
  -webkit-text-stroke: 4px #ffffff;
  z-index: -1;
  word-break: keep-all;
}
footer .topBox .rightSide .numberBox .finger {
  width: 30px;
  height: 30px;
  background: url("../images/footer_topBox_icon_2.png") no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -30px;
  right: 0;
}
footer .left {
  width: 100%;
  margin-bottom: 10px;
}
footer .right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .bottom {
  width: 100%;
  border-top: solid 1px rgba(51, 51, 51, 0.2);
  padding-top: 20px;
  margin-bottom: 20px;
}
footer .base {
  width: 100%;
  border-top: solid 1px rgba(51, 51, 51, 0.2);
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1340px) {
  footer .base {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0 1fr 0 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 0;
  }
}
@media (max-width: 900px) {
  footer .base {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
footer .base > div {
  width: 20%;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1340px) {
  footer .base > div {
    width: 100%;
  }
}
@media (max-width: 600px) {
  footer .base > div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .base .unitTitle {
  color: #666666;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  margin-bottom: 15px;
}
footer .base .num {
  color: #999999;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
footer .base .num a {
  color: #999999;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
footer .footerLogo {
  width: 100%;
  max-width: 360px;
}
@media (max-width: 1540px) {
  footer .footerLogo {
    margin: 0 auto;
  }
}
footer .footerLogo a {
  display: block;
}
footer .footerLogo img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
footer .infoList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1080px) {
  footer .infoList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0 1fr 0 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 0;
  }
}
@media (max-width: 900px) {
  footer .infoList {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
}
@media (max-width: 600px) {
  footer .infoList {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
footer .infoList ol {
  width: 220px;
  position: relative;
}
@media (max-width: 600px) {
  footer .infoList ol {
    margin: 0 auto;
  }
}
footer .infoList ol:last-child::before {
  display: none;
}
footer .infoList ol::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: rgba(51, 51, 51, 0.2);
  top: 50%;
  right: -50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1540px) {
  footer .infoList ol::before {
    display: none;
  }
}
footer .infoList li {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
footer .infoList li p {
  color: #666666;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
footer .infoList li i {
  display: none;
}
footer .infoList li a, footer .infoList li span {
  color: #999999;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  position: relative;
}
@media (min-width: 1201px) {
  footer .infoList li a:hover {
    color: #D38034;
  }
}
footer .footerMenu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1540px) {
  footer .footerMenu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1080px) {
  footer .footerMenu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 480px) {
  footer .footerMenu {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
footer .footerMenu li {
  width: auto;
  height: 60px;
  position: relative;
  margin: 0 30px;
}
@media (max-width: 1080px) {
  footer .footerMenu li {
    margin: 0;
  }
}
footer .footerMenu li:first-child {
  margin-left: 0;
}
footer .footerMenu li:last-child::before {
  display: none;
}
footer .footerMenu li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background: rgba(51, 51, 51, 0.2);
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1080px) {
  footer .footerMenu li::before {
    display: none;
  }
}
@media (min-width: 1201px) {
  footer .footerMenu li:hover a {
    color: #D38034;
    border-color: #D38034;
  }
}
footer .footerMenu li a {
  width: auto;
  height: 100%;
  border-bottom: solid 1px transparent;
  color: #171717;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}
@media (max-width: 670px) {
  footer .footerMenu li a {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  footer .footerMenu li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .phoneBtn {
  width: auto;
  height: auto;
  background: #D38034;
  border-radius: 10px;
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 30px;
  margin-top: -20px;
}
@media (max-width: 1540px) {
  footer .phoneBtn {
    display: none;
  }
}
footer .phoneBtn::before {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: solid 1px #ffffff;
  border-radius: 10px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
footer .phoneBtn svg {
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
footer .phoneBtn span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  white-space: nowrap;
}
footer .privacyBox {
  width: 100%;
  height: 45px;
  background: #D38034;
  margin-top: 40px;
}
@media (max-width: 740px) {
  footer .privacyBox {
    height: auto;
    padding: 15px 0;
  }
}
@media (max-width: 480px) {
  footer .privacyBox {
    margin-top: 50px;
  }
}
footer .privacyBox .copyrightBox {
  max-width: 1460px;
  height: 100%;
  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;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1460px) {
  footer .privacyBox .copyrightBox {
    padding: 0 40px;
  }
}
@media (max-width: 740px) {
  footer .privacyBox .copyrightBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
footer .privacyBox .copyrightBox .copyright {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
@media (max-width: 740px) {
  footer .privacyBox .copyrightBox .copyright {
    margin-bottom: 10px;
  }
}
footer .privacyBox .copyrightBox > div a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  line-height: 13px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-decoration: underline;
  margin-right: 20px;
}
footer .privacyBox .copyrightBox > div a:last-child {
  margin: 0;
}

.privacyArea {
  width: 100%;
  max-width: 760px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 50;
}
.privacyArea.check {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.privacyArea .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.privacyArea .text {
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 0 20px;
}
.privacyArea .text a {
  color: #D38034;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
.privacyArea .text a:hover {
  color: #D38034;
}
.privacyArea .btnBox {
  width: 100%;
  max-width: 360px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

.translateIbest {
  display: inline-block;
  vertical-align: middle;
}
.translateIbest .design {
  /*網頁設計‧愛貝斯*/
  display: block;
  line-height: 22px;
  font-size: 9pt;
  color: #000;
}
.translateIbest .design a {
  /*網頁設計‧愛貝斯*/
  color: #000;
  text-decoration: none;
}
.translateIbest .design a:hover {
  text-decoration: underline;
}

.fixedQuickLink {
  width: 100%;
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 11;
}
@media (min-width: 931px) {
  .fixedQuickLink {
    display: none;
  }
}
.fixedQuickLink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fixedQuickLink li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 33.3333333333%;
}
.fixedQuickLink li.phone {
  background-color: #D38034;
}
.fixedQuickLink li.line {
  background-color: #31C139;
}
.fixedQuickLink li.facebook {
  background-color: #216BB7;
}
.fixedQuickLink li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.fixedQuickLink a, .fixedQuickLink button {
  width: 100%;
  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: #fff;
}
.fixedQuickLink a svg, .fixedQuickLink button svg {
  width: 36px;
  height: 36px;
}
.fixedQuickLink i {
  margin-bottom: 5px;
}

/*後台預覽模式*/
.adminPreviewArea {
  max-width: 320px;
  border: 4px solid #ffe2e2;
  border-radius: 5px;
  background: #fdc9c9;
  color: #000;
  padding: 20px;
  position: fixed;
  top: 15px;
  right: 0;
  z-index: 99999;
}
.adminPreviewArea button {
  text-decoration: underline;
}

/*後台登入模式*/
.adminLoginArea {
  width: 100%;
  background-color: rgba(180, 0, 0, 0.85);
  color: #fff;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  text-align: center;
}
.adminLoginArea p {
  padding: 20px 15px;
}

/*********內頁**********/
.mainArea {
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .mainArea {
    padding-top: 30px;
  }
}
.mainArea .contentBox {
  clear: both;
}

.titleBox {
  position: relative;
  margin-bottom: 30px;
}
.titleBox .titleTw {
  color: #D38034;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
.titleBox .titleEn {
  font-weight: 300;
  font-size: 38px;
}
.titleBox .text {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 10px;
}
.titleBox.center {
  text-align: center;
}

/*bread*/
.bread {
  padding: 20px 0;
}
.bread .wrap {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
@media (max-width: 1280px) {
  .bread .wrap {
    padding: 0 20px;
  }
}
.bread .wrap a, .bread .wrap span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.bread .wrap a {
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
.bread .wrap a:hover {
  color: #D38034;
}
.bread .wrap span {
  color: #D38034;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
.bread .wrap a + a,
.bread .wrap span + span,
.bread .wrap span + a,
.bread .wrap a + span {
  position: relative;
}
.bread.arrow .wrap a + a,
.bread.arrow .wrap span + span,
.bread.arrow .wrap span + a,
.bread.arrow .wrap a + span {
  padding-left: 25px;
}
.bread.arrow .wrap a + a::before,
.bread.arrow .wrap span + span::before,
.bread.arrow .wrap span + a::before,
.bread.arrow .wrap a + span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #D38034;
  border-bottom: 1px solid #D38034;
  position: absolute;
  top: 50%;
  left: 7px;
  z-index: 1;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.bread.verticalLine .wrap a + a,
.bread.verticalLine .wrap span + span,
.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap a + span {
  padding-left: 20px;
}
.bread.verticalLine .wrap a + a::before,
.bread.verticalLine .wrap span + span::before,
.bread.verticalLine .wrap span + a::before,
.bread.verticalLine .wrap a + span::before {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #a9a9a9;
  position: absolute;
  top: 10%;
  left: 10px;
  z-index: 1;
}
.bread.horizontalLine .wrap a + a,
.bread.horizontalLine .wrap span + span,
.bread.horizontalLine .wrap span + a,
.bread.horizontalLine .wrap a + span {
  padding-left: 25px;
}
.bread.horizontalLine .wrap a + a::before,
.bread.horizontalLine .wrap span + span::before,
.bread.horizontalLine .wrap span + a::before,
.bread.horizontalLine .wrap a + span::before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #a9a9a9;
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 1;
}
@media (max-width: 768px) {
  .bread {
    display: none;
  }
}

/*文章標題*/
.articleTitle {
  border-bottom: solid 1px rgba(51, 51, 51, 0.2);
  color: #D38034;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  .articleTitle {
    text-align: center;
  }
}
.articleTitle::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #D38034;
  left: 0;
  bottom: 0;
}

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

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

/*類別*/
.classBox {
  position: relative;
  z-index: 4;
}
.classBox .classCurrent {
  background-color: #D38034;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 30px 10px 10px;
  position: relative;
}
.classBox .classCurrent::before {
  content: "\f107";
  color: #fff;
  font-size: 15px;
  font-family: FontAwesome;
  line-height: 1;
  margin-top: -6px;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
}
@media (min-width: 1024px) {
  .classBox .classCurrent {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
.classBox a, .classBox span {
  cursor: pointer;
}
.classBoxRow {
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .classBoxRow .classLink {
    -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;
  }
  .classBoxRow .classLink li {
    margin-bottom: 10px;
    margin-right: 15px;
  }
  .classBoxRow .classLink a, .classBoxRow .classLink span {
    display: block;
    background: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
    color: #D38034;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 2px;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    padding: 20px;
  }
  .classBoxRow .classLink a.current, .classBoxRow .classLink a:hover, .classBoxRow .classLink span.current, .classBoxRow .classLink span:hover {
    background: #D38034;
    color: #ffffff;
  }
}
.classBoxRowNew {
  position: relative;
  margin: -180px auto 50px;
  z-index: 10;
}
@media (max-width: 1280px) {
  .classBoxRowNew {
    margin: 50px auto;
  }
}
.classBoxRowNew .classLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1280px) {
  .classBoxRowNew .classLink {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.classBoxRowNew .classLink li {
  margin-right: 15px;
}
@media (max-width: 480px) {
  .classBoxRowNew .classLink li {
    margin-right: 10px;
  }
}
.classBoxRowNew .classLink li:nth-of-type(1) .Img {
  right: 30px;
}
.classBoxRowNew .classLink li:last-child {
  margin: 0;
}
.classBoxRowNew .classLink a {
  display: block;
  width: auto;
  height: 240px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 30px;
}
@media (max-width: 800px) {
  .classBoxRowNew .classLink a {
    height: auto;
    padding: 20px;
  }
}
@media (min-width: 1201px) {
  .classBoxRowNew .classLink a:hover {
    background: #D38034;
  }
  .classBoxRowNew .classLink a:hover .title,
  .classBoxRowNew .classLink a:hover .text {
    color: #ffffff;
  }
  .classBoxRowNew .classLink a:hover .Img {
    -webkit-filter: grayscale(1) brightness(10);
            filter: grayscale(1) brightness(10);
  }
}
.classBoxRowNew .classLink a .title {
  display: block;
  color: #D38034;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  margin-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 800px) {
  .classBoxRowNew .classLink a .title {
    font-size: 18px;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .classBoxRowNew .classLink a .title {
    font-size: 14px;
  }
}
.classBoxRowNew .classLink a .text {
  max-width: 175px;
  display: block;
  color: #333333;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 800px) {
  .classBoxRowNew .classLink a .text {
    display: none;
  }
}
.classBoxRowNew .classLink a .Img {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 800px) {
  .classBoxRowNew .classLink a .Img {
    display: none;
  }
}
.classBoxColumn {
  margin-bottom: 30px;
}
.classBoxColumn .classLink .linkHasItems::before, .classBoxColumn .classLink .linkHasItems::after {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #2f2f2f;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.classBoxColumn .classLink .linkHasItems::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.classBoxColumn .classLink .linkHasItems::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.classBoxColumn .classLink .linkHasItems.open {
  background-color: #D38034;
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
  background-color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open + ul > li {
  -webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
          animation: aniSlideLeft 0.5s 0.3s ease-out both;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a, .classBoxColumn .classLink .linkHasItems.open + ul > li span {
  background-color: #f1f1f1;
  color: #2f2f2f;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover, .classBoxColumn .classLink .linkHasItems.open + ul > li span.current, .classBoxColumn .classLink .linkHasItems.open + ul > li span:hover {
  background-color: #e8e8e8;
  color: #D38034;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current::before, .classBoxColumn .classLink .linkHasItems.open + ul > li a.current::after, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover::before, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover::after, .classBoxColumn .classLink .linkHasItems.open + ul > li span.current::before, .classBoxColumn .classLink .linkHasItems.open + ul > li span.current::after, .classBoxColumn .classLink .linkHasItems.open + ul > li span:hover::before, .classBoxColumn .classLink .linkHasItems.open + ul > li span:hover::after {
  background-color: #D38034;
}
@media (min-width: 1024px) {
  .classBoxColumn .classLink > li:not(:first-child) {
    border-top: 1px solid #ccc;
  }
  .classBoxColumn .classLink ul {
    display: none;
  }
  .classBoxColumn .classLink ul li:not(:first-child) {
    border-top: 1px solid #ccc;
  }
  .classBoxColumn .classLink a, .classBoxColumn .classLink span {
    color: #2f2f2f;
    display: block;
    line-height: 1.2;
    letter-spacing: 0.2rem;
    padding: 18px 15px;
    position: relative;
  }
  .classBoxColumn .classLink a.current, .classBoxColumn .classLink a:hover, .classBoxColumn .classLink span.current, .classBoxColumn .classLink span:hover {
    background-color: #D38034;
    color: #fff;
  }
  .classBoxColumn .classLink a.current::before, .classBoxColumn .classLink a.current::after, .classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after, .classBoxColumn .classLink span.current::before, .classBoxColumn .classLink span.current::after, .classBoxColumn .classLink span:hover::before, .classBoxColumn .classLink span:hover::after {
    background-color: #fff;
  }
}
@media (max-width: 1023px) {
  .classBoxRow .classLink, .classBoxColumn .classLink {
    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);
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
  }
  .classBoxRow .classLink.open, .classBoxColumn .classLink.open {
    display: block;
  }
  .classBoxRow .classLink > li:not(:first-child), .classBoxColumn .classLink > li:not(:first-child) {
    border-top: 1px solid #ccc;
  }
  .classBoxRow .classLink > li > a.current, .classBoxRow .classLink > li span.current, .classBoxColumn .classLink > li > a.current, .classBoxColumn .classLink > li span.current {
    color: #D38034;
  }
  .classBoxRow .classLink > li ul, .classBoxColumn .classLink > li ul {
    display: none;
  }
  .classBoxRow .classLink a, .classBoxRow .classLink span, .classBoxColumn .classLink a, .classBoxColumn .classLink span {
    color: #2f2f2f;
    background-color: #fff;
    display: block;
    padding: 14px 15px;
    position: relative;
  }
}

.pageBox .pageList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #cecece;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pageBox .pageList a {
  border: 1px solid #c2c2c2;
  color: #666;
  display: block;
  font-size: 15px;
}
.pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  display: block;
  position: absolute;
}
.pageBox .pageList a.prevBtn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pageBox .pageList a.nextBtn::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pageBox .pageList a:hover {
  border: 1px solid #D38034;
  background-color: #D38034;
  color: #fff;
}
.pageBox .pageList a:hover.prevBtn::before, .pageBox .pageList a:hover.nextBtn::before {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.pageBox .pageList.number {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pageBox .pageList.number.oval a {
  width: 50px;
}
.pageBox .pageList.number li {
  margin: 5px;
}
.pageBox .pageList.number a {
  width: 30px;
  height: 30px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  text-align: center;
}
.pageBox .pageList.number a.prevBtn::before, .pageBox .pageList.number a.nextBtn::before {
  margin: auto;
  top: 0;
  bottom: 0;
}
.pageBox .pageList.number a.prevBtn::before {
  left: 5px;
  right: 0;
}
.pageBox .pageList.number a.nextBtn::before {
  left: 0;
  right: 5px;
}
.pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after, .pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.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 .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pageBox .pageList.number a.firstBtn::before {
  left: -2px;
  right: 0;
}
.pageBox .pageList.number a.firstBtn::after {
  left: 12px;
  right: 0;
}
.pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pageBox .pageList.number a.lastBtn::before {
  left: 0;
  right: -2px;
}
.pageBox .pageList.number a.lastBtn::after {
  left: 0;
  right: 12px;
}
.pageBox .pageList.number a.current {
  border: 1px solid #D38034;
  background-color: #D38034;
  color: #fff;
}
.pageBox .pageList.number a:hover.firstBtn::before, .pageBox .pageList.number a:hover.firstBtn::after, .pageBox .pageList.number a:hover.lastBtn::before, .pageBox .pageList.number a:hover.lastBtn::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.pageBox .pageList.prevnext li.prev {
  margin-right: auto;
}
.pageBox .pageList.prevnext li.next {
  margin-left: auto;
}
.pageBox .pageList.prevnext a {
  width: 180px;
  height: 45px;
  font-weight: 300;
  line-height: 43px;
  padding: 0 20px;
  position: relative;
}
.pageBox .pageList.prevnext a.prevBtn::before, .pageBox .pageList.prevnext a.nextBtn::before {
  top: calc(50% - 5px);
}
.pageBox .pageList.prevnext a.prevBtn {
  text-align: right;
}
.pageBox .pageList.prevnext a.prevBtn::before {
  left: 15px;
}
.pageBox .pageList.prevnext a.nextBtn {
  margin-left: auto;
  text-align: left;
}
.pageBox .pageList.prevnext a.nextBtn::before {
  right: 15px;
}
@media (max-width: 768px) {
  .pageBox .pageList.prevnext a {
    width: 125px;
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .pageBox .pageList.prevnext li {
    width: calc(50% - 15px);
  }
  .pageBox .pageList.prevnext a {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .pageBox .pageList.prevnext li {
    width: calc(50% - 10px);
  }
}
.pageBox .pageList.prevnext.circle a {
  width: 45px;
  padding: 0;
}
.pageBox .pageList.prevnext.circle a span {
  display: none;
}
.pageBox .pageList.prevnext.circle a.prevBtn::before {
  left: calc(50% - 3px);
}
.pageBox .pageList.prevnext.circle a.nextBtn::before {
  right: calc(50% - 3px);
}
.pageBox .pageList.circle a {
  border-radius: 50%;
  overflow: hidden;
}
.pageBox .pageList.oval a {
  border-radius: 30px;
  overflow: hidden;
}

.albumBox {
  width: 50%;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .albumBox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.albumBox .albumList .albumItem {
  cursor: pointer;
}
.albumBox .albumList .albumItem img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.albumBox .albumListMain .albumItem {
  height: 320px;
}
.albumBox .albumListMain .albumItem img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.albumBox .albumListNav {
  margin: 15px -5px 0;
}
.albumBox .albumListNav .albumItem {
  padding: 0 5px;
}

/*對應&相關*/
.sideDataArea {
  margin: 30px 0;
}
.sideDataArea .sideDataList {
  margin: 0 -15px;
}
.sideDataArea .sideDataItem {
  padding: 0 15px;
}
.sideDataArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.sideDataArea .Txt {
  padding: 15px 0;
}
.sideDataArea .Txt .newsInfoBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5c5c5c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 13px;
}
.sideDataArea .Txt .newsInfoBox .classTitle + .date {
  margin-left: 11px;
  padding-left: 11px;
  position: relative;
}
.sideDataArea .Txt .newsInfoBox .classTitle + .date::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.sideDataArea .Txt .title {
  max-height: 65px;
  color: #272727;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 1px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sideDataArea .Txt .text {
  max-height: 60px;
  font-size: 15px;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .sideDataArea .sideDataList {
    margin: 0 -10px;
  }
  .sideDataArea .sideDataItem {
    padding: 0 10px;
  }
  .sideDataArea .Txt {
    padding: 15px 0;
  }
  .sideDataArea .Txt .newsInfoBox {
    font-size: 15px;
  }
  .sideDataArea .Txt .newsInfoBox .classTitle + .date {
    margin-left: 8px;
    padding-left: 8px;
  }
  .sideDataArea .Txt .title {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .sideDataArea .sideDataList {
    margin: 0;
  }
  .sideDataArea .sideDataItem {
    padding: 0;
  }
}

/*社群分享*/
.sideShare {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
}
.sideShare .shareList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sideShare .shareList .shareTitle {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #666;
}
.sideShare .shareList .shareItem a, .sideShare .shareList .shareItem button {
  color: #666;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 5px 6px;
  text-align: center;
}
.sideShare .shareList .shareItem a:hover, .sideShare .shareList .shareItem button:hover {
  opacity: 0.8;
}
.sideShare .shareList .shareItem a svg, .sideShare .shareList .shareItem button svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-top: -3px;
  vertical-align: middle;
  fill: #666;
}
.sideShare .shareList .shareItem a.twitter svg, .sideShare .shareList .shareItem button.twitter svg {
  width: 14px;
  height: 14px;
}

/*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;
  position: relative;
}
.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 {
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.imh_zoom img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.imh_zoom a:before {
  content: "\f002";
  display: block;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  font-family: FontAwesome;
  text-align: center;
  background-color: #000;
  -webkit-transition: all 0.4s ease;
  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);
}

.slickClsList:not(.slick-slider) {
  overflow: hidden;
}
.slickClsList:not(.slick-slider) .slickClsItem:not(:first-child) {
  display: none;
}

.Img.observer:not(.loaded), .Img.observerSlick:not(.loaded) {
  background-color: #f0f0f0;
  position: relative;
}
.Img.observer:not(.loaded) img, .Img.observerSlick:not(.loaded) img {
  opacity: 0 !important;
  -webkit-transition: all 1.2s ease !important;
  transition: all 1.2s ease !important;
}

.bg {
  width: 100%;
  height: 100%;
  background: url("../images/materialBG.jpg") top center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -999;
}

.slickPageBox,
.slickPageBox_2 {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slickPageBox span,
.slickPageBox_2 span {
  color: #D38034;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 2px;
  font-family: "EB Garamond", "Microsoft JhengHei", serif;
  font-style: normal;
}
.slickPageBox .line,
.slickPageBox_2 .line {
  width: 120px;
  height: 1px;
  background: rgba(51, 51, 51, 0.2);
  position: relative;
  margin: 2px 20px 0;
}
.slickPageBox .line .dot,
.slickPageBox_2 .line .dot {
  width: auto;
  height: 1px;
  background: #D38034;
  position: absolute;
  top: 0;
  left: 0;
}
.slickPageBox button,
.slickPageBox_2 button {
  width: 20px;
  height: 20px;
  position: relative;
}
.slickPageBox button.prevArrow,
.slickPageBox_2 button.prevArrow {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.slickPageBox button::before,
.slickPageBox_2 button::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: solid 1px #D38034;
  border-width: 1px 1px 0 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.mainArea.article {
  padding-bottom: 0;
}
@media (max-width: 800px) {
  .mainArea.article {
    padding: 0;
  }
}
.mainArea.article .wrap {
  max-width: 100%;
}
@media (max-width: 1280px) {
  .mainArea.article .wrap {
    padding: 0;
  }
}
.mainArea.article .bread {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1340px) {
  .mainArea.article .bread {
    display: none;
  }
}
.mainArea.article .bread a {
  position: relative;
  z-index: 11;
}
.mainArea.article .classBox {
  max-width: 1200px;
}
.mainArea.article .about {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .mainArea.article .about {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  .mainArea.article .about {
    padding: 0 20px;
  }
}
.mainArea.article .about .paragraph {
  color: #666666;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
@media (max-width: 840px) {
  .mainArea.article .about .contentBuilder .shelfWrap.full {
    width: 100%;
  }
}
@media (max-width: 840px) {
  .mainArea.article .about .contentBuilder:nth-of-type(1) .Img {
    border-radius: 20px;
    overflow: hidden;
  }
}
.mainArea.article .about .contentBuilder:nth-of-type(2) {
  margin-top: -100px;
}
@media (max-width: 840px) {
  .mainArea.article .about .contentBuilder:nth-of-type(2) {
    margin: 0;
  }
}
.mainArea.article .about .contentBuilder:nth-of-type(2) .item.picRight {
  position: relative;
}
.mainArea.article .about .contentBuilder:nth-of-type(2) .item.picRight::before {
  content: "";
  position: absolute;
  width: 1400px;
  height: 220px;
  background-image: url("../images/materialBG.jpg");
  background-repeat: no-repeat;
  background-color: #D38034;
  background-blend-mode: multiply;
  border-radius: 0 10px 10px 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  opacity: 0.9;
  pointer-events: none;
  z-index: -1;
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
}
@media (max-width: 1600px) {
  .mainArea.article .about .contentBuilder:nth-of-type(2) .item.picRight::before {
    width: 100%;
    border-radius: 0;
  }
}
@media (max-width: 840px) {
  .mainArea.article .about .contentBuilder:nth-of-type(2) .item.picRight::before {
    height: 100%;
    top: 60%;
  }
}
.mainArea.article .about .contentBuilder:nth-of-type(2) .item.picRight .wrap {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .mainArea.article .about .contentBuilder:nth-of-type(2) .item.picRight .wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 840px) {
  .mainArea.article .about .contentBuilder:nth-of-type(2) .item.picRight .wrap {
    -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;
  }
}
.mainArea.article .about .contentBuilder:nth-of-type(2) .item.picRight .Img {
  width: 300px;
  margin-left: 50px;
}
@media (max-width: 840px) {
  .mainArea.article .about .contentBuilder:nth-of-type(2) .item.picRight .Img {
    margin: 0 0 30px 0;
  }
}
.mainArea.article .about .contentBuilder:nth-of-type(2) .item.picRight .Txt.thin {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 840px) {
  .mainArea.article .about .contentBuilder:nth-of-type(2) .item.picRight .Txt.thin {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mainArea.article .about .contentBuilder:nth-of-type(2) .item.picRight .Txt.thin .textBox {
  position: relative;
}
.mainArea.article .about .contentBuilder:nth-of-type(2) .item.picRight .Txt.thin .textBox::before {
  content: "，，";
  position: absolute;
  color: #ffffff;
  font-size: 44px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -30px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  top: -30px;
  left: -20px;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
@media (max-width: 600px) {
  .mainArea.article .about .contentBuilder:nth-of-type(2) .item.picRight .Txt.thin .textBox::before {
    display: none;
  }
}
.mainArea.article .about .contentBuilder:nth-of-type(2) .item.picRight .Txt.thin .textBox::after {
  content: "，，";
  position: absolute;
  color: #ffffff;
  font-size: 44px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -30px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  bottom: 10px;
  right: -20px;
}
@media (max-width: 600px) {
  .mainArea.article .about .contentBuilder:nth-of-type(2) .item.picRight .Txt.thin .textBox::after {
    display: none;
  }
}
.mainArea.article .about .contentBuilder:nth-of-type(2) .item.picRight .Txt.thin .textBox p {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 740px) {
  .mainArea.article .about .contentBuilder:nth-of-type(2) .item.picRight .Txt.thin .textBox p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .mainArea.article .about .contentBuilder:nth-of-type(2) .item.picRight .Txt.thin .textBox p {
    font-size: 14px;
  }
}
.mainArea.article .about .contentBuilder:nth-of-type(2) .item.picRight .Txt.thin .textBox p.name {
  font-size: 18px;
  position: relative;
  padding-left: 120px;
  margin-top: 10px;
}
@media (max-width: 740px) {
  .mainArea.article .about .contentBuilder:nth-of-type(2) .item.picRight .Txt.thin .textBox p.name {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .mainArea.article .about .contentBuilder:nth-of-type(2) .item.picRight .Txt.thin .textBox p.name {
    font-size: 12px;
  }
}
.mainArea.article .about .contentBuilder:nth-of-type(2) .item.picRight .Txt.thin .textBox p.name::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.mainArea.article .positive {
  width: 100%;
  max-width: 1200px;
  margin: 50px auto 0;
}
@media (max-width: 1280px) {
  .mainArea.article .positive {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  .mainArea.article .positive {
    padding: 0 20px;
  }
}
.mainArea.article .diary {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 100px;
  margin-top: 100px;
  overflow: hidden;
}
.mainArea.article .diary .innerBox {
  width: 100%;
  max-width: 1200px;
  height: auto;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
.mainArea.article .diary .innerBox .slickPageBox,
.mainArea.article .diary .innerBox .slickPageBox_2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.mainArea.article .diary .innerBox .slickPageBox span,
.mainArea.article .diary .innerBox .slickPageBox_2 span {
  color: #ffffff;
}
.mainArea.article .diary .innerBox .slickPageBox button::before,
.mainArea.article .diary .innerBox .slickPageBox_2 button::before {
  border-color: #ffffff;
}
.mainArea.article .diary .innerBox .slickPageBox .line,
.mainArea.article .diary .innerBox .slickPageBox_2 .line {
  background: rgba(255, 255, 255, 0.2);
}
.mainArea.article .diary .innerBox .slickPageBox .line .dot,
.mainArea.article .diary .innerBox .slickPageBox_2 .line .dot {
  background: #ffffff;
}
@media (max-width: 1280px) {
  .mainArea.article .diary .innerBox .slickPageBox {
    display: none;
  }
}
.mainArea.article .diary .innerBox .slickPageBox_2 {
  display: none;
}
@media (max-width: 1280px) {
  .mainArea.article .diary .innerBox .slickPageBox_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mainArea.article .diary .innerBox .articleTitle {
  border: none;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1280px) {
  .mainArea.article .diary .innerBox .aboutDiaryList {
    display: none;
  }
}
.mainArea.article .diary .innerBox .aboutDiaryList .slick-list {
  padding: 200px 50px;
}
.mainArea.article .diary .innerBox .aboutDiaryList .slick-list::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
}
.mainArea.article .diary .innerBox .aboutDiaryList .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
}
.mainArea.article .diary .innerBox .aboutDiaryList .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  position: relative;
  opacity: 0;
  cursor: pointer;
}
@media (min-width: 1201px) {
  .mainArea.article .diary .innerBox .aboutDiaryList .slick-slide > div:hover::after {
    -webkit-box-shadow: 0 0 0 5px #D38034, 0 0 0 6px #ffffff;
            box-shadow: 0 0 0 5px #D38034, 0 0 0 6px #ffffff;
  }
  .mainArea.article .diary .innerBox .aboutDiaryList .slick-slide > div:hover .aboutDiaryItem::before {
    -webkit-box-shadow: 0 14px 9px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 14px 9px 0 rgba(0, 0, 0, 0.25);
  }
  .mainArea.article .diary .innerBox .aboutDiaryList .slick-slide > div:hover .aboutDiaryItem::after {
    border-color: #d33437;
  }
  .mainArea.article .diary .innerBox .aboutDiaryList .slick-slide > div:hover .aboutDiaryItem .date p,
  .mainArea.article .diary .innerBox .aboutDiaryList .slick-slide > div:hover .aboutDiaryItem .date span {
    color: #d33434;
  }
  .mainArea.article .diary .innerBox .aboutDiaryList .slick-slide > div:hover .aboutDiaryItem .textEditor p {
    color: #d33434;
  }
}
.mainArea.article .diary .innerBox .aboutDiaryList .slick-slide > div::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 55px;
  background: #ffffff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mainArea.article .diary .innerBox .aboutDiaryList .slick-slide > div::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mainArea.article .diary .innerBox .aboutDiaryList .slick-slide:nth-of-type(odd) > div {
  margin-top: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 75px;
}
.mainArea.article .diary .innerBox .aboutDiaryList .slick-slide:nth-of-type(odd) > div::before {
  top: 0;
}
.mainArea.article .diary .innerBox .aboutDiaryList .slick-slide:nth-of-type(odd) > div::after {
  top: -3px;
}
.mainArea.article .diary .innerBox .aboutDiaryList .slick-slide:nth-of-type(even) > div {
  margin-bottom: auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 75px;
}
.mainArea.article .diary .innerBox .aboutDiaryList .slick-slide:nth-of-type(even) > div::before {
  bottom: 0;
}
.mainArea.article .diary .innerBox .aboutDiaryList .slick-slide:nth-of-type(even) > div::after {
  bottom: -3px;
}
.mainArea.article .diary .innerBox .aboutDiaryList .slick-active > div {
  opacity: 1;
}
.mainArea.article .diary .innerBox .aboutDiaryList .aboutDiaryItem {
  position: relative;
}
.mainArea.article .diary .innerBox .aboutDiaryList .aboutDiaryItem::before {
  content: "";
  width: calc(100% + 60px);
  height: calc(100% + 40px);
  position: absolute;
  background: #ffffff;
  border-radius: 10px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.mainArea.article .diary .innerBox .aboutDiaryList .aboutDiaryItem::after {
  content: "";
  width: calc(100% + 50px);
  height: calc(100% + 30px);
  position: absolute;
  border: solid 1px #D38034;
  border-radius: 10px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.mainArea.article .diary .innerBox .aboutDiaryList .aboutDiaryItem .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mainArea.article .diary .innerBox .aboutDiaryList .aboutDiaryItem .date p {
  color: #D38034;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 2px;
  font-family: "EB Garamond", "Microsoft JhengHei", serif;
  font-style: normal;
  margin-right: 20px;
}
.mainArea.article .diary .innerBox .aboutDiaryList .aboutDiaryItem .date p:last-child {
  margin: 0;
}
.mainArea.article .diary .innerBox .aboutDiaryList .aboutDiaryItem .date p span {
  color: #D38034;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
.mainArea.article .diary .innerBox .aboutDiaryList .aboutDiaryItem .textEditor {
  margin-top: 10px;
}
.mainArea.article .diary .innerBox .aboutDiaryList .aboutDiaryItem .textEditor p {
  font-weight: 300;
}
.mainArea.article .diary .innerBox .aboutDiaryList_rwd {
  display: none;
  padding-bottom: 70px;
}
@media (max-width: 1280px) {
  .mainArea.article .diary .innerBox .aboutDiaryList_rwd {
    display: block;
  }
}
.mainArea.article .diary .innerBox .aboutDiaryList_rwd .slick-slide > div {
  padding: 30px;
}
.mainArea.article .diary .innerBox .aboutDiaryList_rwd .aboutDiaryItem {
  height: 300px;
  background: #ffffff;
  border-radius: 10px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 30px;
}
.mainArea.article .diary .innerBox .aboutDiaryList_rwd .aboutDiaryItem::before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: solid 1px #D38034;
  border-radius: 10px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.mainArea.article .diary .innerBox .aboutDiaryList_rwd .aboutDiaryItem .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mainArea.article .diary .innerBox .aboutDiaryList_rwd .aboutDiaryItem .date p {
  color: #D38034;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 2px;
  font-family: "EB Garamond", "Microsoft JhengHei", serif;
  font-style: normal;
  margin-right: 20px;
}
.mainArea.article .diary .innerBox .aboutDiaryList_rwd .aboutDiaryItem .date p:last-child {
  margin: 0;
}
.mainArea.article .diary .innerBox .aboutDiaryList_rwd .aboutDiaryItem .date p span {
  color: #D38034;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
.mainArea.article .diary .innerBox .aboutDiaryList_rwd .aboutDiaryItem .textEditor {
  margin-top: 10px;
}
.mainArea.article .diary .innerBox .aboutDiaryList_rwd .aboutDiaryItem .textEditor p {
  font-weight: 300;
}
.mainArea.article .diary .bg {
  width: 100%;
  height: 100%;
  background: url("../images/about_diaryBG.jpg") no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.mainArea.article .textEditor p {
  color: #666666;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}

h1.innerTitle {
  display: none;
}