@charset "UTF-8";
@import url(reset.css);
@import url(font-awesome.min.css);
@import url(rwdgrid.css);
@import url(textEditor.css);
.scrollHint, .slick-slider .slick-dots li button::before,
.controlBox .slick-dots li button::before, .slick-slider .slick-arrow::before,
.controlBox .slick-arrow::before, .slick-slider .slick-arrow,
.controlBox .slick-arrow, .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, .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, button, a, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pc {display: block;}
.mo {display: none}

@media (max-width: 640px) {
  .pc {display: none;}
  .mo {display: block}
}

.formBox.changePassword {
  max-width: 640px;
  margin: 0 auto;
}
.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 #626262;
  border-bottom: 2px solid #626262;
  pointer-events: none;
  position: absolute;
  bottom: 35px;
  right: 20px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.formBox .formColumn.pt0 {
  padding-top: 0;
}
.formBox .formColumn.pb0 {
  padding-bottom: 0;
}
@media (max-width: 1180px) {
  .formBox .formColumn {
    padding: 10px;
  }
}
.formBox .columnTitle {
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.02rem;
  line-height: 1.25;
  margin-bottom: 12px;
  position: relative;
}
.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 #cecece;
  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: #333;
  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: #3195c8;
}
.formBox .columnCheckBox .columnCheckBoxTitle {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.02rem;
  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: "Poppins", "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: 200px;
  padding: 10px;
}
@media (max-width: 1180px) {
  .formBox .columnArea {
    height: 120px;
    padding: 5px 10px;
  }
}
.formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea {
  width: 100%;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  color: #737373;
  font-weight: 500;
}
.formBox .columnInput,
.formBox .columnSelect {
  height: 45px;
}
.formBox .btnBox {
  width: 100%;
}
.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;
}

@-webkit-keyframes btnAni {
  20% {
    background-color: rgba(217, 119, 33, 0.3);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    background-color: transparent;
  }
}

@keyframes btnAni {
  20% {
    background-color: rgba(217, 119, 33, 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 aniSlideDown {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes aniSlideDown {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(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 scrollHorizontal {
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
}
@keyframes scrollHorizontal {
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
}
@-webkit-keyframes scrollVertical {
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes scrollVertical {
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes decoScrollLeft {
  0% {
    -webkit-transform: translate(-20%, -50%);
            transform: translate(-20%, -50%);
  }
  100% {
    -webkit-transform: translate(-80%, -50%);
            transform: translate(-80%, -50%);
  }
}
@keyframes decoScrollLeft {
  0% {
    -webkit-transform: translate(-20%, -50%);
            transform: translate(-20%, -50%);
  }
  100% {
    -webkit-transform: translate(-80%, -50%);
            transform: translate(-80%, -50%);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  5%, 15%, 25%, 35%, 45%, 55% {
    -webkit-transform: translate(-1px, 0);
            transform: translate(-1px, 0);
  }
  10%, 20%, 30%, 40%, 45% {
    -webkit-transform: translate(1px, 0);
            transform: translate(1px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  5%, 15%, 25%, 35%, 45%, 55% {
    -webkit-transform: translate(-1px, 0);
            transform: translate(-1px, 0);
  }
  10%, 20%, 30%, 40%, 45% {
    -webkit-transform: translate(1px, 0);
            transform: translate(1px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
body {
  background-color: #efeeeb;
  font-size: 15px;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1180px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
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: #3195c8;
  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;
          top: -10%;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .wrap {
  max-width: 1500px;
  margin: 0;
  padding: 0 50px;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .wrap .decoTitle {
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 1px;
  font-family: "Poppins", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  margin: 0 0 20px;
  padding: 0 0 0 80px;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .wrap .decoTitle::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: unset;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .wrap .decoTitle::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: #3195c8;
  position: absolute;
  top: 50%;
  left: 0;
  right: unset;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
@media (max-width: 480px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .wrap .decoTitle {
    display: none;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .wrap .subtitle {
  color: #3195c8;
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
  letter-spacing: 0;
  font-family: "Poppins", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  margin: 0 0 10px;
  padding: 0;
}
@media (max-width: 980px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .wrap .subtitle {
    font-size: 56px;
    line-height: 1;
  }
}
@media (max-width: 600px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .wrap .subtitle {
    font-size: 40px;
    margin: 0;
  }
}
@media (max-width: 480px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .wrap .subtitle {
    font-size: 32px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .wrap .title {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Img {
    padding-bottom: 56.25%;
  }
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .wrap .title {
  font-size: 24px;
  }
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) .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;
  }
}

address {
  font-style: normal;
}

a {
  color: #222222;
  cursor: pointer;
}
@media (min-width: 1201px) {
  a:hover {
    color: #3195c8;
  }
}

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: "Poppins", "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;
}

.Img img {
  height: auto;
}

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

/* 共用的樣式 */
.titleBox {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  margin: 0 0 60px;
  padding: 0;
}
@media (max-width: 1023px) {
  .titleBox {
    margin: 0 0 30px;
  }
}
.titleBox.hasLine {
  border-style: solid;
  border-color: #e8e1d6;
  border-width: 0 0 1px;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  margin: 0 0 30px;
  padding: 0 0 30px;
}
.titleBox.hasLine::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #3195c8;
  left: 0;
  bottom: -1px;
}
@media (max-width: 1180px) {
  .titleBox.hasLine {
    padding-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .titleBox.hasLine {
    padding: 0;
  }
}
.titleBox.hasText {
  margin-bottom: 30px;
}
.titleBox .decoTitle {
  color: #888888;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0;
  font-family: "Poppins", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  margin: 0 0 20px;
  padding: 0 0 0 80px;
}
.titleBox .decoTitle::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #e8e1d6;
  position: absolute;
  top: 50%;
  left: 0;
  right: unset;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
.titleBox .decoTitle::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: #3195c8;
  position: absolute;
  top: 50%;
  left: 0;
  right: unset;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
.titleBox .title {
  color: #444444;
  font-size: 34px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  margin: 0 0 10px;
  padding: 0;
}
@media (max-width: 1180px) {
  .titleBox .title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .titleBox .title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .titleBox .title {
    margin: 0;
  }
}
.titleBox .subtitle {
  color: #3195c8;
  font-size: 52px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0;
  font-family: "Poppins", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
}
@media (max-width: 1180px) {
  .titleBox .subtitle {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .titleBox .subtitle {
    font-size: 30px;
  }
}
.titleBox .text {
  color: #444444;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1px;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  margin: 0;
  padding: 30px 0 0;
}
@media (max-width: 1180px) {
  .titleBox .text {
    font-size: 14px;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .titleBox .text {
    font-size: 14px;
    padding-top: 15px;
  }
}

.btnBox.flex {
  max-width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 480px) {
  .btnBox.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;
  }
}
.btnBox.flex .btn {
  margin-right: 10px;
}
@media (max-width: 480px) {
  .btnBox.flex .btn {
    margin: 0 0 10px;
  }
}
.btnBox.flex .btn:last-child {
  margin: 0;
}
.btnBox.single.center {
  text-align: center;
}
.btnBox.single .btn {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 480px) {
  .btnBox.single .btn {
    max-width: 100%;
  }
}
.btnBox.full .btn {
  width: 100%;
}
.btnBox .btn {
  display: inline-block;
  min-width: 200px;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  margin: 0;
  padding: 20px;
}
.btnBox .btn .btnText {
  display: inline-block;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (max-width: 350px) {
  .btnBox .btn .btnText {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .btnBox .btn {
    padding: 16px;
  }
}
@media (min-width: 1201px) {
  .btnBox .btn:hover {
    background-color: #ffffff;
    border-color: #3195c8;
    color: #3195c8;
  }
}
.btnBox .btn.bgMain {
  background-color: #3195c8;
  border-style: solid;
  border-color: #3195c8;
  border-width: 1px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 2px;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: center;
}
/*.btnBox .btn.bgMain::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: #ffffff;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: unset;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}*/
@media (min-width: 1201px) {
  .btnBox .btn.bgMain:hover {
  background: #ffffff;
    color: #3195c8;
  }
  .btnBox .btn.bgMain:hover::before {
    width: 100%;
  }
}
.btnBox .btn.bgSecond {
  background-color: transparent;
  border-style: solid;
  border-color: #3195c8;
  border-width: 1px;
  color: #3195c8;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 2px;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: center;
}
.btnBox .btn.bgSecond::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: #3195c8;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: unset;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (min-width: 1201px) {
  .btnBox .btn.bgSecond:hover {
    color: #ffffff;
  }
  .btnBox .btn.bgSecond:hover::before {
    width: 100%;
  }
}

/* 共用的樣式 END */
.outerWrap {
  max-width: 1920px;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  margin: 0 auto;
  /*padding: 80px 0 0;*/
  padding: 0;
}

body:not(.WebSiteHome) .outerWrap {
  padding: 80px 0 0;
}

@media (max-width: 640px) {
  body:not(.WebSiteHome) .outerWrap, .outerWrap {
    padding-top: 60px;
  }
}

.wrap {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1180px) {
  .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*module*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-property: top, opacity, visibility;
  transition-property: top, opacity, visibility;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  /*洽詢車&購物車*/
  /*訂單查詢*/
  /*搜尋*/
  /*提醒使用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: #3195c8;
}
.moduleBox .moduleClose {
  width: 50px;
  height: 50px;
  background: none;
  background-color: #3195c8;
  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);
}
@media (min-width: 1201px) {
  .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:not(.textLink) {
  padding: 15px;
}
.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: #3195c8;
  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: #3195c8;
  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: #e9a76d;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
  background-color: #e08433;
  -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: #3195c8;
  }
}
@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: #3195c8;
}
.moduleBox.cart .cartBox {
  max-height: 50vh;
  border-top: 2px solid #3195c8;
  border-bottom: 2px solid #e8e1d6;
  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 #e8e1d6;
  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: #3195c8;
  }
}
.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: #3195c8;
    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: #3195c8;
  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: #EFEFEF;
  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 {
  width: 260px;
  height: auto;
}
.loadingArea .loadLogo img {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.loadingArea.show {
  opacity: 1;
  pointer-events: auto;
}
.loadingArea.show .loadLogo img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.loadingArea.hide {
  opacity: 0;
}

/*header*/
header {
  width: 100%;
  height: 80px;
  background-color: rgba(30,30,30,1);
  position: fixed;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  z-index: 51;
  /*menu*/
}

body:not(.WebSiteHome) header {
  background-color: rgba(30,30,30,1);
}

header .wrap {
  max-width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 1180px) {
  header .wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 0 30px;
  }
}

@media (max-width: 640px) {
  header {
    height: 60px;
    background-color: rgba(30,30,30,1);
  }
}

@media (max-width: 480px) {
  header .wrap {
    padding: 0 0 0 15px;
  }
}
header .logo {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 2;
  margin: 0 auto 0 0;
  padding: 0;
}
header .logo a {
  display: block;
  width: 270px;
}
@media (max-width: 1400px) {
  header .logo a {
    width: 250px;
  }
}
@media (max-width: 480px) {
  header .logo a {
    width: 240px;
  }
}
@media (max-width: 320px) {
  header .logo a {
    width: 200px;
  }
}
header .logo img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
header .menuBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1180px) {
  header .menuBox {
    display: none;
  }
}
header .menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
header .menu ol {
  position: absolute;
  top: 50%;
  left: unset;
  right: 60px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}

header .menu ol .menuItem a {
  display: block;
  width: 180px;
  height: 50px;
  background: #3195c8;
  overflow: hidden;
  border-style: solid;
  border-color: #3195c8;
  border-width: 1px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (min-width: 1201px) {
  header .menu ol .menuItem a:hover {
    background: #ffffff;
    color: #3195c8;
    font-size: 18px;
  }
  header .menu ol .menuItem a:hover .icon {
    width: 0;
    margin: 0;
  }
}
header .menu ol .menuItem a .icon {
  display: block;
  width: 24px;
  height: 28px;
  background: url("../images/contactIcon_1.png") no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  margin: 0 10px 0 0;
  padding: 0;
}
header .menu > .menuItem {
  height: 100%;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  margin: 0 20px 0 0;
  padding: 0;
}
@media (min-width: 1201px) {
  header .menu > .menuItem:hover .submenu {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  header .menu > .menuItem:hover .submenu.fullSubmenu {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
header .menu > .menuItem:nth-last-of-type(1) {
  margin: 0;
}
header .menu > .menuItem a {
  height: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  margin: 0;
  padding: 0 10px;
}
header .menu > .menuItem a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #3195c8;
  position: absolute;
  left: 50%;
  top: unset;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
header .menu > .menuItem a.current {
  color: #3195c8;
}
header .menu > .menuItem a.current::before {
  width: 100%;
}
@media (min-width: 1201px) {
  header .menu > .menuItem a:hover {
    color: #3195c8;
  }
  header .menu > .menuItem a:hover::before {
    width: 100%;
  }
}
header .menu .submenu {
  width: 150px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  right: unset;
  bottom: unset;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -20px);
          transform: translate(-50%, -20px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  margin: 0;
  padding: 10px 0 0;
}
header .menu .submenu a {
  background: #3195c8;
  color: #fff;
  border-style: solid;
  border-color: #e8e1d6;
  border-width: 0 0 1px;
  margin: 0;
  padding: 15px 0;
}
header .menu .submenu a::before {
  display: none;
}
header .menu .submenu a.current {
  background-color: #fff;
  color: #3195c8;
}
@media (min-width: 1201px) {
  header .menu .submenu a:hover {
    background-color: #fff;
    color: #3195c8;
  }
}
header .menu .submenu.fullSubmenu {
  width: 100%;
  position: fixed;
  left: 0;
  -webkit-transform: translate(0, -20px);
          transform: translate(0, -20px);
}
header .menu .submenu.fullSubmenu .wrap {
  max-width: 1400px;
  height: auto;
  background: #ffffff;
  margin: 0 auto;
  padding: 50px 60px;
}
header .menu .submenu.fullSubmenu .scrollBox {
  width: 100%;
  height: auto;
  max-height: 500px;
  overflow-y: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35px 1fr 35px 1fr 35px 1fr 35px 1fr;
  grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 50px 35px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
header .menu .submenu.fullSubmenu .scrollBox > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
header .menu .submenu.fullSubmenu .scrollBox > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
header .menu .submenu.fullSubmenu .scrollBox > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
header .menu .submenu.fullSubmenu .scrollBox > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
header .menu .submenu.fullSubmenu .scrollBox > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
header .menu .submenu.fullSubmenu .scrollBox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}
header .menu .submenu.fullSubmenu .scrollBox::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #ffffff;
}
header .menu .submenu.fullSubmenu .scrollBox::-webkit-scrollbar-thumb {
  background: #3195c8;
}
header .menu .submenu.fullSubmenu ul {
  display: block;
}
header .menu .submenu.fullSubmenu .submenuItem {
  width: 100%;
}
header .menu .submenu.fullSubmenu .submenuItemTitle {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #3195c8;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
}
header .menu .submenu.fullSubmenu .submenuItemTitle::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #3195c8;
  left: 0;
  bottom: -1px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (min-width: 1201px) {
  header .menu .submenu.fullSubmenu .submenuItemTitle:hover {
    background: transparent;
  }
  header .menu .submenu.fullSubmenu .submenuItemTitle:hover::after {
    width: 100%;
  }
}
header .menu .submenu.fullSubmenu .submenuItemTitle.current {
  background: none;
}
header .menu .submenu.fullSubmenu .submenuItemTitle.current::after {
  width: 100%;
}
header .menu .submenu.fullSubmenu .thirdMenuItem:last-child a {
  margin: 0;
}
header .menu .submenu.fullSubmenu .thirdMenuItem a {
  background-color: transparent;
  border: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  margin-bottom: 10px;
}
@media (min-width: 1201px) {
  header .menu .submenu.fullSubmenu .thirdMenuItem a:hover {
    color: #3195c8;
  }
}
header .menu .submenu.fullSubmenu .thirdMenuItem a.current {
  color: #3195c8;
}
header .rwdLink {
  height: 50px;
  background: #3195c8;
  overflow: hidden;
  border-style: solid;
  border-color: #3195c8;
  border-width: 1px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  margin: 0;
  padding: 0 20px;
  display: none;
}
@media (max-width: 1180px) {
  header .rwdLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 640px) {
  header .rwdLink {
    display: none;
  }
}
@media (max-width: 480px) {
  header .rwdLink {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  header .rwdLink {
    font-size: 12px;
    padding: 0 10px;
  }
}
@media (min-width: 1201px) {
  header .rwdLink:hover {
    background: #ffffff;
    color: #3195c8;
    font-size: 18px;
  }
  header .rwdLink:hover .icon {
    width: 0;
    margin: 0;
  }
}
header .rwdLink .icon {
  display: block;
  width: 24px;
  height: 28px;
  background: url("../images/contactIcon_1.png") no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  margin: 0 10px 0 0;
  padding: 0;
}
@media (max-width: 480px) {
  header .rwdLink .icon {
    width: 20px;
    height: 24px;
  }
}
@media (max-width: 350px) {
  header .rwdLink .icon {
    display: none;
  }
}

/*slideMenu*/
.slideMenuTrigger {
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  display: none;
}
@media (max-width: 1180px) {
  .slideMenuTrigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.slideMenuTrigger .line {
  display: inline-block;
  width: 50%;
  height: 2px;
  background: #3195c8;
  position: absolute;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
}
.slideMenuTrigger .line::before, .slideMenuTrigger .line::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #3195c8;
  position: absolute;
  z-index: 1;
}
.slideMenuTrigger .line::before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.slideMenuTrigger .line::after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.slideMenuTrigger.close .line {
  background-color: transparent;
}
.slideMenuTrigger.close .line::before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.slideMenuTrigger.close .line::after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
.slideMenuArea {
  width: 100%;
  max-width: 480px;
  height: 100vh;
  background: #ffffff;
  overflow-x: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  position: fixed;
  top: 0;
  right: 0;
  bottom: unset;
  left: unset;
  z-index: 99;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
.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: #3195c8;
}
.slideMenuArea.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.slideMenuArea.show .menuBox {
  -webkit-animation: slideLeftAnimation 0.5s 0.25s ease-in-out both;
          animation: slideLeftAnimation 0.5s 0.25s ease-in-out both;
}
@media (min-width: 1181px) {
  .slideMenuArea.show {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.slideMenuArea .topBox {
  height: 60px;
  background: #222;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.062745098);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.062745098);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding: 0 0 0 30px;
}
@media (max-width: 480px) {
  .slideMenuArea .topBox {
    padding: 0 0 0 15px;
  }
}
.slideMenuArea .topBox .slideMenuLogo {
  width: 180px;
}
@media (max-width: 480px) {
  .slideMenuArea .topBox .slideMenuLogo {
    width: 150px;
  }
}
.slideMenuArea .topBox .slideMenuLogo img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.slideMenuArea .topBox .rwdLink {
  height: 50px;
  background: #3195c8;
  overflow: hidden;
  border-style: solid;
  border-color: #3195c8;
  border-width: 1px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  margin: 0 0 0 auto;
  padding: 0 20px;
  display: none;
}
@media (max-width: 1180px) {
  .slideMenuArea .topBox .rwdLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 480px) {
  .slideMenuArea .topBox .rwdLink {
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  .slideMenuArea .topBox .rwdLink {
    font-size: 12px;
    padding: 0 10px;
  }
}
@media (min-width: 1201px) {
  .slideMenuArea .topBox .rwdLink:hover {
    background: #ffffff;
    color: #3195c8;
    font-size: 18px;
  }
  .slideMenuArea .topBox .rwdLink:hover .icon {
    width: 0;
    margin: 0;
  }
}
.slideMenuArea .topBox .rwdLink .icon {
  display: block;
  width: 24px;
  height: 28px;
  background: url("../images/contactIcon_1.png") no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  margin: 0 10px 0 0;
  padding: 0;
}
@media (max-width: 480px) {
  .slideMenuArea .topBox .rwdLink .icon {
    width: 20px;
    height: 24px;
  }
}
@media (max-width: 350px) {
  .slideMenuArea .topBox .rwdLink .icon {
    display: none;
  }
}
.slideMenuArea .menuBox {
  width: 100%;
  height: calc(100% - 80px);
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;*/
  background: #f3f3f2;
  text-align: center;
}
.slideMenuArea .menuBox .nav {
  background: #f3f3f2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  padding: 50px 50px 0 30px;
}
.slideMenuArea .menuBox .nav li {
  margin: 0 0 40px;
  padding: 0;
}
.slideMenuArea .menuBox .nav li:last-child {
  margin: 0;
}
.slideMenuArea .menuBox .nav li a {
  color: #444444;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
}
@media (min-width: 1201px) {
  .slideMenuArea .menuBox .nav li a:hover {
    color: #3195c8;
  }
}
.slideMenuArea .menuBox .nav li a.current {
  color: #3195c8;
}
.slideMenuArea .menuBox .rightSide {
  width: 100%;
  overflow-y: auto;
  margin: 0;
  padding: 50px 30px 0 40px;
}
.slideMenuArea .menuBox .rightSide::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}
.slideMenuArea .menuBox .rightSide::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #ffffff;
}
.slideMenuArea .menuBox .rightSide::-webkit-scrollbar-thumb {
  background: #3195c8;
}
@media (max-width: 1100px) {
  .slideMenuArea .menuBox .rightSide {
    padding-bottom: 200px;
  }
}
.slideMenuArea .menuBox .rightSide .scrollBox {
  width: 100%;
  height: auto;
}
.slideMenuArea .menuBox .rightSide .scrollBox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}
.slideMenuArea .menuBox .rightSide .scrollBox::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #ffffff;
}
.slideMenuArea .menuBox .rightSide .scrollBox::-webkit-scrollbar-thumb {
  background: #3195c8;
}
.slideMenuArea .menuBox .rightSide .scrollBox .submenu {
  display: none;
}
.slideMenuArea .menuBox .rightSide .scrollBox .submenu.display {
  display: block;
}
.slideMenuArea .menuBox .rightSide .scrollBox .submenu .submenuItem {
  margin: 0 0 40px;
  padding: 0;
}
.slideMenuArea .menuBox .rightSide .scrollBox .submenu .submenuItem:last-child {
  margin: 0;
}
.slideMenuArea .menuBox .rightSide .scrollBox .submenu .submenuItem .submenuItemTitle {
  display: block;
  border-style: solid;
  border-color: #e8e1d6;
  border-width: 0 0 1px;
  color: #3195c8;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 1px;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  margin: 0 0 20px;
  padding: 0 0 20px;
}
.slideMenuArea .menuBox .rightSide .scrollBox .submenu .submenuItem .submenuItemTitle::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  background: #3195c8;
  left: 0;
  bottom: -1px;
}
.slideMenuArea .menuBox .rightSide .scrollBox .submenu .submenuItem .submenuItemTitle.current::before {
  width: 100%;
}
.slideMenuArea .menuBox .rightSide .scrollBox .submenu .submenuItem li {
  margin: 0 0 10px;
  padding: 0;
}
.slideMenuArea .menuBox .rightSide .scrollBox .submenu .submenuItem li.thirdMenuItem a {
  border: none;
  padding: 0;
}
.slideMenuArea .menuBox .rightSide .scrollBox .submenu .submenuItem li:last-child {
  margin: 0;
}
.slideMenuArea .menuBox .rightSide .scrollBox .submenu .submenuItem a:not(.submenuItemTitle) {
  display: block;
  border-style: solid;
  border-color: #e8e1d6;
  border-width: 0 0 1px;
  color: #444444;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  margin: 0;
  padding: 0 0 20px;
}
.slideMenuArea .menuBox .rightSide .scrollBox .submenu .submenuItem a:not(.submenuItemTitle).current {
  color: #3195c8;
}
.slideMenuArea .menuBox .rightSide .wrap {
  padding: 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;
}
@media (min-width: 1181px) {
  .slideMenuMask.show {
    opacity: 0;
    pointer-events: none;
  }
}

/*手機menu*/
.m_menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
          box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
  /*手機menu內容*/
}
@media (min-width: 1181px) {
  .m_menu {
    display: none;
  }
}
.m_menu .mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}
.m_menu .m_logo {
  float: left;
  margin-left: 70px;
}
.m_menu .m_logo img {
  display: block;
  width: 150px;
  padding-top: 8px;
}
.m_menu .controlBox {
  position: relative;
  z-index: 99;
  height: 60px;
  background-color: #fff;
}
.m_menu .controlBox a.main {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
}
.m_menu .controlBox a.main span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: -0.5px;
  width: 26px;
  height: 1px;
  background-color: #111;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.m_menu .controlBox a.main span:before, .m_menu .controlBox a.main span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #111;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.m_menu .controlBox a.main span:before {
  top: -7px;
}
.m_menu .controlBox a.main span:after {
  bottom: -7px;
}
.m_menu .controlBox a.main.show span {
  background-color: transparent;
}
.m_menu .controlBox a.main.show span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.m_menu .controlBox a.main.show span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.m_menu .controlBox .btn_cart {
  display: inline-block;
  vertical-align: middle;
}
.m_menu .controlBox .right {
  float: right;
  line-height: 60px;
  margin-right: 10px;
}
.m_menu .controlBox .right a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 13px;
  color: #fff;
}
.m_menu .controlBox .right a em {
  display: none;
}
.m_menu .controlBox .right i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  background: #799A1B;
}
.m_menu .controlBox .right b {
  position: absolute;
  top: 6px;
  right: -5px;
  display: block;
  border-radius: 5px;
  line-height: normal;
  padding: 3px 5px;
  font-size: 13px;
  color: #fff;
  background-color: #C40000;
}
.m_menu .controlBox .language:hover .submenu {
  display: block;
}
.m_menu .hideBox {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
  display: none;
  width: 100%;
  padding: 60px 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#650e13+0,b2181b+100 */
  background: rgb(101, 14, 19);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(101, 14, 19)), to(rgb(178, 24, 27)));
  background: linear-gradient(to bottom, rgb(101, 14, 19) 0%, rgb(178, 24, 27) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#650e13", endColorstr="#b2181b", GradientType=0);
  /* IE6-9 */
}
.m_menu .hideBox .sp {
  display: none;
  padding: 10px;
  font-size: 13px;
  color: #fff;
  background-color: #c80303;
}
.m_menu .searchBox {
  padding: 20px 0;
  text-align: center;
}
.m_menu .searchBox input[type=text] {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 30px;
  border: 1px solid #ccc;
}
.m_menu .searchBox button {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  background-color: #9cc720;
}
.m_menu .m_trans {
  text-align: center;
  padding-top: 30px;
}
.m_menu .m_trans > a {
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #fff;
  color: #fff;
}
.m_menu .m_trans > a i {
  margin-left: 5px;
}
.m_menu .loginBox {
  padding: 30px 0;
  text-align: center;
}
.m_menu .loginBox a {
  display: inline-block;
  margin: 0 3px;
  font-size: 15px;
  color: #fff;
}
.m_menu .loginBox a i {
  margin-right: 3px;
}
.m_menu .loginBox .submenu {
  margin-top: 10px;
  color: #ccc;
}
.m_menu .loginBox .submenu span {
  margin: 0 5px;
}
.m_menu .mfun {
  padding: 30px 0;
  text-align: center;
}
.m_menu .mfun a {
  display: inline-block;
  margin: 0 1px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: #b21d26;
}
.m_menu .nav li {
  border-top: 1px solid #af6568;
}
.m_menu .nav a {
  position: relative;
  display: block;
  padding: 20px 10px;
  font-size: 15px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1201px) {
  .m_menu .nav a:hover {
    background-color: #d12127;
  }
}
.m_menu .nav a i {
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  margin-top: -7px;
}
.m_menu .nav .dropDown > a::after {
  content: "\f107";
  position: absolute;
  right: 10px;
  top: 20px;
  font-family: FontAwesome;
}
.m_menu .nav .submenu {
  display: none;
}
.m_menu .nav .submenu a {
  padding: 10px 20px;
}
@media (min-width: 1201px) {
  .m_menu .nav .submenu a:hover {
    background-color: #999;
  }
}

/*banner*/
.bannerArea {
  clear: both;
  overflow: hidden;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
}
.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerBox {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
}
.bannerArea .bannerList {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
}
.bannerArea .bannerItem .Txt {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerItem .Img {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  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 .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-color: #1e1e1e;
  margin: 0;
  padding: 0 0 50px;
}
footer .topBox {
  width: 100%;
  border-style: solid;
  border-color: #e8e1d6;
  border-width: 0 0 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding: 30px 0;
}
@media (max-width: 890px) {
  footer .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .topBox .footerLogo {
  width: 100%;
  max-width: 270px;
}
@media (max-width: 890px) {
  footer .topBox .footerLogo {
    margin: 0 0 30px;
    padding: 0;
  }
}
footer .topBox .footerLogo a {
  display: block;
}
footer .topBox .footerLogo img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  /*-webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);*/
}
footer .topBox .otherLogoBox {
  margin: 0 -20px 0 0;
  padding: 0;
}
@media (max-width: 890px) {
  footer .topBox .otherLogoBox {
    margin: 0;
  }
}
footer .topBox .otherLogoBox .qrcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 480px) {
  footer .topBox .otherLogoBox .qrcode {
    -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;
  }
}
footer .topBox .otherLogoBox a {
  display: block;
  border-style: solid;
  border-color: #e8e1d6;
  border-width: 0 1px 0 0;
  margin: 0;
  padding: 0 20px;
}
@media (max-width: 480px) {
  footer .topBox .otherLogoBox a {
    border: none;
    margin: 0 0 20px;
    padding: 0;
  }
}
footer .topBox .otherLogoBox a:last-child {
  border: none;
  margin: 0;
}
footer .topBox .otherLogoBox a img {
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .middleWrap {
  /*border-style: solid;
  border-color: #e8e1d6;
  border-width: 0 0 1px;*/
  margin: 0;
  padding: 30px 0;
}

footer .middleWrap .linkArea .textEditor {
  color: #ffffff;
}


footer .middleWrap .linkArea .linkBox {
  width: 80%;
  float: left;
}
footer .middleWrap .linkArea .rightSide {
  width: 20%;
  float: right;
}

@media (max-width: 1180px) { 
  footer .middleWrap .linkArea .linkBox {
  width: 100%;
  float: none;
}
footer .middleWrap .linkArea .rightSide {
  width: 100%;
  float: none;
}
}

footer .middleWrap .linkArea .btnBox {
  margin: 20px 0 0;
  padding: 0;
}
footer .middleWrap .linkArea .btnBox .btn {
  max-width: 360px;
}
@media (max-width: 480px) {
  footer .middleWrap .linkArea .btnBox .btn {
    font-size: 14px;
  }
}
footer nav {
  /*width: 100%;*/
}
footer .footerMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1500px) {
  footer .footerMenu {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 30px;
    padding: 0;
  }
}
footer .footerMenu li {
  margin: 0 60px 0 0;
  padding: 0;
}
@media (max-width: 1500px) {
  footer .footerMenu li {
    margin: 0;
  }
}
footer .footerMenu li:last-child {
  margin: 0;
}
footer .footerMenu li .mainLink {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  margin: 0 0 20px;
  padding: 0 0 20px;
}
footer .footerMenu li .mainLink::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: #e8e1d6;
  left: 0;
  bottom: 0;
}
footer .footerMenu li .mainLink::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: #3195c8;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (min-width: 1201px) {
  footer .footerMenu li .mainLink:hover::after {
    width: 40px;
  }
}
footer .footerMenu li .submenu.footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 10px 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .footerMenu li .submenu.footer > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
footer .footerMenu li .submenu.footer > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
footer .footerMenu li .submenu.footer a {
  margin: 0;
}
footer .footerMenu li .submenu li {
  margin: 0;
}
footer .footerMenu li .submenu a {
  display: block;
  color: #e5ddd2;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  margin: 0 0 10px;
  padding: 0;
}
footer .footerMenu li .submenu a::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0px;
  background: #ffffff;
  left: -15px;
  top: -5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
footer .footerMenu li .submenu a::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 1px;
  background: #ffffff;
  left: -15px;
  top: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (min-width: 1201px) {
  footer .footerMenu li .submenu a:hover {
    color: #ffffff;
  }
  footer .footerMenu li .submenu a:hover::before {
    height: 10px;
  }
  footer .footerMenu li .submenu a:hover::after {
    width: 10px;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
footer .bottomBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 30px 0 0;
  padding: 0;
}
@media (max-width: 1500px) {
  footer .bottomBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .bottomBox.rwd {
  margin: 0;
}
footer .bottomBox.rwd .footerMenu {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .bottomBox.rwd .footerMenu li {
  width: 100%;
}
footer .bottomBox.rwd .footerMenu li .mainLink {
  height: 60px;
  margin: 0;
  padding: 0 10px;
  border-style: solid;
  border-color: #e8e1d6;
  border-width: 0 0 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
footer .bottomBox.rwd .footerMenu li .mainLink::before {
  width: 16px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: unset;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
footer .bottomBox.rwd .footerMenu li .mainLink::after {
  width: 2px;
  height: 16px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: unset;
  right: 17px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
footer .bottomBox.rwd .footerMenu li .mainLink.active::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
footer .bottomBox.rwd .footerMenu li .submenu {
  display: none;
  margin: 0;
  padding: 20px;
}
footer .bottomBox.rwd .footerMenu li .submenu.footer .submenuItemTitle {
  margin-bottom: 10px;
}
footer .socialBox {
  margin: 0 0 20px;
  padding: 0;
}
footer .socialBox .socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}



@media (max-width: 1180px) {
footer .socialBox .socialList {
  padding-top: 30px;
-webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  footer .copyrightBox .copyright p {text-align: center !important;}
  footer .middleWrap .linkArea .btnBox {text-align: center !important;}
}

footer .socialBox .socialList li {
  width: 50px;
  height: 50px;
  background: #3195c8;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  margin: 0 10px 0 0;
  padding: 0;
}
@media (min-width: 1201px) {
  footer .socialBox .socialList li:hover {
    background: #3195c8;
  }
  footer .socialBox .socialList li:hover a i,
  footer .socialBox .socialList li:hover a svg {
    color: #ffffff;
  }
}
footer .socialBox .socialList li:last-child {
  margin: 0;
}
footer .socialBox .socialList li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
footer .socialBox .socialList li a i {
  color: #fff;
  font-size: 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
footer .socialBox .socialList li a svg {
  width: 24px;
  height: 24px;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (max-width: 640px) {
  footer .socialBox .socialList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .socialBox .socialList li {
    margin: 5px;
  }
  footer .socialBox .socialList li:last-child {
    margin: 5px;
  }
}
footer .copyrightBox .copyright p {
  color: #eee;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 1px;
  font-family: "Poppins", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: right;
}
@media (max-width: 1500px) {
  footer .copyrightBox .copyright p {
    text-align: left;
  }
}
.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;
}
.privacyArea .text a {
  color: #3195c8;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
@media (min-width: 1201px) {
  .privacyArea .text a:hover {
    color: #3195c8;
  }
}
.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;
}
@media (max-width: 480px) {
  .privacyArea .btnBox {
    max-width: 100%;
  }
}


/*手機快捷選單*/
/*後台預覽模式*/
.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 {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  margin: 0;
  padding: 70px 0 70px;
}
@media (max-width: 768px) {
  .mainArea {
    padding-top: 30px;
  }
}
.mainArea.noPadding {
  padding-bottom: 100px;
}
.mainArea.team {
  padding-bottom: 120px;
  overflow: hidden;
}
.mainArea .contentBox {
  clear: both;
}

/*bread*/
.bread {
  width: 100%;
  max-width: 1500px;
  margin: 20px 0 0;
  padding: 0 50px;
}
@media (max-width: 980px) {
  .bread {
    display: none;
  }
}
.bread .wrap {
  padding: 0 !important;
}
.bread .wrap a,
.bread .wrap span {
  display: inline-block;
  color: #eee;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
}
.bread .wrap a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (min-width: 1201px) {
  .bread .wrap a:hover {
    color: #3195c8;
  }
}
.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 #444444;
  border-bottom: 1px solid #444444;
  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: #eee;
  position: absolute;
  top: 10%;
  left: 7px;
  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: #444444;
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 1;
}

/*文章標題*/
.articleTitle {
  color: #444444;
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  margin: 0 0 40px;
  padding: 0;
}

/*側邊標題字*/
.sectionTitle {
  border-style: solid;
  border-color: #e8e1d6;
  border-width: 0 0 1px;
  color: #444444;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2px;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  margin: 0 0 20px;
  padding: 15px 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: #3195c8;
  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: 0 0 80px;
  padding: 0;
}
@media (max-width: 480px) {
  .classBoxRow {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .classBoxRow .classLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .classBoxRow .classLink li {
    margin: 0 15px 10px 0;
    padding: 0;
  }
  .classBoxRow .classLink li:last-child {
    margin-right: 0;
  }
  .classBoxRow .classLink a,
  .classBoxRow .classLink span {
    border-style: solid;
    border-color: #3195c8;
    border-width: 1px;
    color: #3195c8;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    margin: 0;
    padding: 20px;
  }
  .classBoxRow .classLink a.current,
  .classBoxRow .classLink span.current {
    background-color: #3195c8;
    color: #ffffff;
  }
}
@media (min-width: 1024px) and (min-width: 1201px) {
  .classBoxRow .classLink a:hover,
  .classBoxRow .classLink span:hover {
    background-color: #3195c8;
    color: #ffffff;
  }
}
.classBoxColumn {
  margin: 0 0 60px;
  padding: 0;
}
@media (max-width: 480px) {
  .classBoxColumn {
    margin-bottom: 40px;
  }
}
.classBoxColumn .classLink .linkHasItems::before, .classBoxColumn .classLink .linkHasItems::after {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #2f2f2f;
  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: #3195c8;
  color: #ffffff;
}
.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: aniSlideDown 0.5s 0.3s ease-out both;
          animation: aniSlideDown 0.5s 0.3s ease-out both;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a,
.classBoxColumn .classLink .linkHasItems.open + ul > li span {
  padding-left: 25px;
  background-color: #f1f1f1;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current,
.classBoxColumn .classLink .linkHasItems.open + ul > li span.current {
  background-color: rgba(217, 119, 33, 0.75);
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.open,
.classBoxColumn .classLink .linkHasItems.open + ul > li span.open {
  background-color: rgba(217, 119, 33, 0.75);
  color: #fff;
}
@media (min-width: 1201px) {
  .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover,
  .classBoxColumn .classLink .linkHasItems.open + ul > li span:hover {
    background-color: rgba(217, 119, 33, 0.75);
  }
}
.classBoxColumn .classLink .linkHasItems.open + ul > li ul a {
  padding-left: 35px;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li ul a.current {
  background-color: rgba(217, 119, 33, 0.5);
  color: #fff;
}
@media (min-width: 1201px) {
  .classBoxColumn .classLink .linkHasItems.open + ul > li ul a:hover {
    background-color: rgba(217, 119, 33, 0.5);
  }
}
@media (min-width: 1024px) {
  .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 {
    padding-left: 25px;
  }
  .classBoxColumn .classLink .linkHasItems.open + ul > li ul a {
    padding-left: 35px;
  }
}
.classBoxColumn .classLink a,
  .classBoxColumn .classLink span {
    font-weight: 500;
  }
@media (min-width: 1024px) {
  .classBoxColumn .classLink > li:not(:first-child) {
    border-top: 1px solid #e8e1d6;
  }
  .classBoxColumn .classLink ul {
    display: none;
  }
  .classBoxColumn .classLink ul li:not(:first-child) {
    border-top: 1px solid #e8e1d6;
  }
  .classBoxColumn .classLink a,
  .classBoxColumn .classLink span {
    display: block;
    color: #222222;
    line-height: 1.2;
    letter-spacing: 0.2rem;
    padding: 18px 15px;
    position: relative;
  }
  .classBoxColumn .classLink a.current,
  .classBoxColumn .classLink span.current {
    background-color: #3195c8;
    color: #fff;
  }
  .classBoxColumn .classLink a.current::before, .classBoxColumn .classLink a.current::after,
  .classBoxColumn .classLink span.current::before,
  .classBoxColumn .classLink span.current::after {
    background-color: #fff;
  }
}
@media (min-width: 1024px) and (min-width: 1201px) {
  .classBoxColumn .classLink a:hover,
  .classBoxColumn .classLink span:hover {
    background-color: #3195c8;
    color: #fff;
  }
  .classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after,
  .classBoxColumn .classLink span:hover::before,
  .classBoxColumn .classLink span:hover::after {
    background-color: #fff;
  }
}
@media (min-width: 1024px) {
  .classBoxCustom .classLink {
    cursor: default !important;
  }
  .classBoxCustom .classLink li {
    margin: 0 0 20px;
    padding: 0;
  }
  .classBoxCustom .classLink li:last-child {
    margin: 0;
  }
  .classBoxCustom .classLink a,
  .classBoxCustom .classLink span {
    color: #444444;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 1;
  }
  .classBoxCustom .classLink a::before,
  .classBoxCustom .classLink span::before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: #3195c8;
    position: absolute;
    top: 50%;
    left: 0;
    right: unset;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .classBoxCustom .classLink a.current,
  .classBoxCustom .classLink span.current {
    color: #3195c8;
    padding-left: 30px;
  }
  .classBoxCustom .classLink a.current::before,
  .classBoxCustom .classLink span.current::before {
    width: 20px;
  }
}
@media (min-width: 1024px) and (min-width: 1201px) {
  .classBoxCustom .classLink a:hover,
  .classBoxCustom .classLink span:hover {
    color: #3195c8;
    padding-left: 30px;
  }
  .classBoxCustom .classLink a:hover::before,
  .classBoxCustom .classLink span:hover::before {
    width: 20px;
  }
}
@media (min-width: 1541px) {
  .classBoxCustom_2 .classLink .numBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 0 30px;
    padding: 0;
  }
  .classBoxCustom_2 .classLink .numBox .line {
    width: 100%;
    height: 1px;
    background: #dad4c5;
  }
  .classBoxCustom_2 .classLink .numBox .num {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: #888888;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0;
    font-family: "Poppins", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: left;
    margin: 0 0 0 20px;
    padding: 0;
  }
  .classBoxCustom_2 .classLink li {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 0 30px;
    padding: 0;
  }
  .classBoxCustom_2 .classLink li:last-child {
    margin: 0;
  }
  .classBoxCustom_2 .classLink li .Img {
    width: 90px;
    height: 90px;
    background: #ffffff;
    border-radius: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 20px 0 0;
    padding: 0;
  }
  .classBoxCustom_2 .classLink li .Img.current {
    background: #3195c8;
  }
  .classBoxCustom_2 .classLink li .Img.current img {
    -webkit-filter: grayscale(0) brightness(10);
            filter: grayscale(0) brightness(10);
  }
  .classBoxCustom_2 .classLink li .Img img {
    width: 50px;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .classBoxCustom_2 .classLink a,
  .classBoxCustom_2 .classLink span {
    width: 130px;
    color: #444444;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .classBoxCustom_2 .classLink a::before,
  .classBoxCustom_2 .classLink span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .classBoxCustom_2 .classLink a.current,
  .classBoxCustom_2 .classLink span.current {
    color: #3195c8;
  }
  .classBoxCustom_2 .classLink a.current em,
  .classBoxCustom_2 .classLink span.current em {
    color: #3195c8;
  }
}
@media (min-width: 1541px) and (min-width: 1201px) {
  .classBoxCustom_2 .classLink a:hover,
  .classBoxCustom_2 .classLink span:hover {
    color: #3195c8;
  }
  .classBoxCustom_2 .classLink a:hover em,
  .classBoxCustom_2 .classLink span:hover em {
    color: #3195c8;
  }
}
@media (min-width: 1541px) {
  .classBoxCustom_2 .classLink a em,
  .classBoxCustom_2 .classLink span em {
    display: block;
    color: #888;
    font-size: 14px;
    font-family: "Poppins", "Microsoft JhengHei", sans-serif;
    margin: 10px 0 0;
    padding: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
@media (min-width: 1024px) and (max-width: 1540px) {
  .classBoxCustom_2 .classLink {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 0 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .classBoxCustom_2 .classLink > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .classBoxCustom_2 .classLink > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .classBoxCustom_2 .classLink > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .classBoxCustom_2 .classLink > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .classBoxCustom_2 .classLink .numBox {
    display: none;
  }
  .classBoxCustom_2 .classLink li {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .classBoxCustom_2 .classLink li .Img {
    width: 90px;
    height: 90px;
    background: #ffffff;
    border-radius: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 20px 0 0;
    padding: 0;
  }
  .classBoxCustom_2 .classLink li .Img.current {
    background: #3195c8;
  }
  .classBoxCustom_2 .classLink li .Img.current img {
    -webkit-filter: grayscale(0) brightness(10);
            filter: grayscale(0) brightness(10);
  }
  .classBoxCustom_2 .classLink li .Img img {
    width: 50px;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .classBoxCustom_2 .classLink a,
  .classBoxCustom_2 .classLink span {
    width: 130px;
    color: #444444;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .classBoxCustom_2 .classLink a::before,
  .classBoxCustom_2 .classLink span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .classBoxCustom_2 .classLink a.current,
  .classBoxCustom_2 .classLink span.current {
    color: #3195c8;
  }
  .classBoxCustom_2 .classLink a.current em,
  .classBoxCustom_2 .classLink span.current em {
    color: #3195c8;
  }
}
@media (min-width: 1024px) and (max-width: 1540px) and (min-width: 1201px) {
  .classBoxCustom_2 .classLink a:hover,
  .classBoxCustom_2 .classLink span:hover {
    color: #3195c8;
  }
  .classBoxCustom_2 .classLink a:hover em,
  .classBoxCustom_2 .classLink span:hover em {
    color: #3195c8;
  }
}
@media (min-width: 1024px) and (max-width: 1540px) {
  .classBoxCustom_2 .classLink a em,
  .classBoxCustom_2 .classLink span em {
    display: block;
    color: #888;
    font-size: 14px;
    font-family: "Poppins", "Microsoft JhengHei", sans-serif;
    margin: 10px 0 0;
    padding: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
@media (max-width: 1023px) {
  .classBoxRow .classLink, .classBoxColumn .classLink {
    width: 100%;
    max-height: 90vh;
    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;
    overflow-y: auto;
    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 #e8e1d6;
  }
  .classBoxRow .classLink > li > a.current,
  .classBoxRow .classLink > li span.current, .classBoxColumn .classLink > li > a.current,
  .classBoxColumn .classLink > li span.current {
    color: #fff;
  }
  .classBoxRow .classLink > li ul, .classBoxColumn .classLink > li ul {
    display: none;
  }
  .classBoxRow .classLink a,
  .classBoxRow .classLink span, .classBoxColumn .classLink a,
  .classBoxColumn .classLink span {
    color: #222222;
    background-color: #fff;
    display: block;
    padding: 14px 15px;
    position: relative;
  }
  .classBoxRow .classLink a.current,
  .classBoxRow .classLink span.current, .classBoxColumn .classLink a.current,
  .classBoxColumn .classLink span.current {
    background-color: #3195c8;
    color: #fff;
  }
}
@media (max-width: 1023px) {
  .classBoxCustom {
    overflow-x: auto;
  }
  .classBoxCustom::-webkit-scrollbar {
    display: none;
  }
  .classBoxCustom .classCurrent {
    display: none;
  }
  .classBoxCustom .classLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .classBoxCustom .classLink li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 30px 0 0;
    padding: 0;
  }
  .classBoxCustom .classLink li a,
  .classBoxCustom .classLink li span {
    color: #444444;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 2px;
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: left;
  }
}
@media (max-width: 1023px) and (min-width: 1201px) {
  .classBoxCustom .classLink li a:hover,
  .classBoxCustom .classLink li span:hover {
    color: #3195c8;
  }
}
@media (max-width: 1023px) {
  .classBoxCustom .classLink li a.current,
  .classBoxCustom .classLink li span.current {
    color: #3195c8;
  }
}
@media (max-width: 1023px) {
  .classBoxCustom_2 .classCurrent {
    display: none;
  }
  .classBoxCustom_2 .classLink {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 0 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .classBoxCustom_2 .classLink > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .classBoxCustom_2 .classLink > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .classBoxCustom_2 .classLink > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .classBoxCustom_2 .classLink > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .classBoxCustom_2 .classLink .numBox {
    display: none;
  }
  .classBoxCustom_2 .classLink li {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .classBoxCustom_2 .classLink li .Img {
    width: 90px;
    height: 90px;
    background: #ffffff;
    border-radius: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 0 20px;
    padding: 0;
  }
}
@media (max-width: 1023px) and (max-width: 480px) {
  .classBoxCustom_2 .classLink li .Img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1023px) {
  .classBoxCustom_2 .classLink li .Img.current {
    background: #3195c8;
  }
  .classBoxCustom_2 .classLink li .Img.current img {
    -webkit-filter: grayscale(0) brightness(10);
            filter: grayscale(0) brightness(10);
  }
  .classBoxCustom_2 .classLink li .Img img {
    width: 50px;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
@media (max-width: 1023px) and (max-width: 480px) {
  .classBoxCustom_2 .classLink li .Img img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1023px) {
  .classBoxCustom_2 .classLink a,
  .classBoxCustom_2 .classLink span {
    color: #444444;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
    font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .classBoxCustom_2 .classLink a::before,
  .classBoxCustom_2 .classLink span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
@media (max-width: 1023px) and (max-width: 480px) {
  .classBoxCustom_2 .classLink a,
  .classBoxCustom_2 .classLink span {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .classBoxCustom_2 .classLink a.current,
  .classBoxCustom_2 .classLink span.current {
    color: #3195c8;
  }
}
@media (max-width: 1023px) and (min-width: 1201px) {
  .classBoxCustom_2 .classLink a:hover,
  .classBoxCustom_2 .classLink span:hover {
    color: #3195c8;
  }
}
@media (max-width: 1023px) {
  .classBoxCustom_2 .classLink a em,
  .classBoxCustom_2 .classLink span em {
    display: none;
  }
}

.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);
}
@media (min-width: 1201px) {
  .pageBox .pageList a:hover {
    border: 1px solid #3195c8;
    background-color: #3195c8;
    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 #3195c8;
  background-color: #3195c8;
  color: #fff;
}
@media (min-width: 1201px) {
  .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;
}

/*頁籤*/
.tab {
  border-top: 1px solid #d6d6d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.tab .tabItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tab a {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 10px;
  position: relative;
  text-align: center;
  word-break: break-word;
  z-index: 2;
}
.tab a.current {
  background-color: #3195c8;
  color: #fff;
}

/*頁籤內容*/
.tabContent {
  border-style: solid;
  border-color: #e8e1d6;
  border-width: 1px 0 0;
  margin: 20px 0 0;
  padding: 20px 5px;
}
.tabContent .tabContentItem {
  display: none;
}

.floatBox {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 50%;
  left: unset;
  right: 50px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.floatBox.display {
  opacity: 1;
  pointer-events: auto;
}
.floatBox.small {
  top: unset;
  bottom: 50px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 480px) {
  .floatBox.small {
    right: 20px;
    bottom: 20px;
  }
}
.floatBox.small .socialList {
  height: 0;
}
.floatBox .contactBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 0 10px;
  padding: 0;
}
.floatBox .contactBox p {
  background: #3195c8;
  border-radius: 30px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 2px;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  margin: 0 0 20px;
  padding: 15px 10px;
}
.floatBox .contactBox p::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px;
  border-color: transparent;
  border-top-color: #3195c8;
  position: absolute;
  left: 50%;
  top: unset;
  bottom: -15px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.floatBox .contactBox .floatContact {
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: #3195c8;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.floatBox .contactBox .floatContact i {
  width: 26px;
  height: 28px;
  background: url("../images/floatBoxIC_1.png") no-repeat center;
  background-size: contain;
  -webkit-animation: shake 1.5s linear infinite;
          animation: shake 1.5s linear infinite;
}
.floatBox .socialBox .socialList {
  max-height: 290px;
	/*****/
  max-height: 350px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.floatBox .socialBox .socialList li {
  width: 50px;
  height: 50px;
  margin: 0 0 10px;
  padding: 0;
}
@media (min-width: 1201px) {
  .floatBox .socialBox .socialList li:hover a {
    background: #3195c8;
  }
  .floatBox .socialBox .socialList li:hover a i,
  .floatBox .socialBox .socialList li:hover a svg {
    color: #ffffff;
  }
}
.floatBox .socialBox .socialList li:last-child {
  margin: 0;
}
.floatBox .socialBox .socialList li a {
  width: 100%;
  height: 100%;
  background: #f6f3ef;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.floatBox .socialBox .socialList li a i {
  color: #3195c8;
  font-size: 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.floatBox .socialBox .socialList li a svg {
  width: 24px;
  height: 24px;
  color: #3195c8;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

/*對應&相關*/
.sideDataArea {
  margin: 170px 0 0;
  padding: 0;
}
@media (max-width: 768px) {
  .sideDataArea {
    margin-top: 50px;
  }
}
.sideDataArea .sideTopBox {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  margin: 0 0 100px;
  padding: 0;
}
.sideDataArea .sideTopBox .relationTitle {
  color: #444444;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2px;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: center;
  margin: 0 0 10px;
  padding: 0;
}
.sideDataArea .sideTopBox .entitle {
  color: #3195c8;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 2px;
  font-family: "Poppins", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: center;
}
.sideDataArea .sideTopBox .decoText {
  white-space: nowrap;
  opacity: 0.4;
  -webkit-animation: decoScrollLeft 60s linear infinite;
          animation: decoScrollLeft 60s linear infinite;
  color: #e1d5cb;
  font-size: 100px;
  font-weight: 600;
  line-height: 100px;
  letter-spacing: 2px;
  font-family: "Poppins", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.sideDataArea .sideDataList .slick-slide {
  margin: 0 65px;
  padding: 0;
}
.sideDataArea .sideDataList .slick-dots {
  bottom: -70px;
}
.sideDataArea .sideDataList .slick-dots li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border-style: solid;
  border-color: transparent;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  margin: 10px 0;
  padding: 0;
}
.sideDataArea .sideDataList .slick-dots li.slick-active {
  border-color: #3195c8;
}
.sideDataArea .sideDataList .slick-dots li.slick-active button {
  background: #3195c8;
}
.sideDataArea .sideDataList .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #dad4c5;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  margin: 0;
  padding: 0;
}
.sideDataArea .sideDataList .slick-dots li button::before {
  display: none;
}
.sideDataArea .sideDataList .sideDataItem {
  max-width: 610px;
}
.sideDataArea .sideDataList .sideDataItem .Img {
  width: 100%;
}
.sideDataArea .sideDataList .sideDataItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.sideDataArea .sideDataList .sideDataItem .Txt {
  margin: 30px 0 0;
  padding: 0;
}
.sideDataArea .sideDataList .sideDataItem .Txt .title {
  color: #444444;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 2px;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 10px;
  padding: 0;
}
.sideDataArea .sideDataList .sideDataItem .Txt .text {
  height: 48px;
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2px;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sideDataArea.service {
  margin-top: 40px;
}
.sideDataArea.service .sideDataList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sideDataArea.service .sideDataList:not(.slick-slider) .sideDataItem {
  width: 33.3333333333%;
}
@media (max-width: 767px) {
  .sideDataArea.service .sideDataList:not(.slick-slider) .sideDataItem {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .sideDataArea.service .sideDataList:not(.slick-slider) .sideDataItem {
    width: 100%;
  }
}
.sideDataArea.service .sideDataList .slick-slide {
  margin: 0;
}
.sideDataArea.service .sideDataList .sideDataItem {
  padding: 20px;
}
.sideDataArea.service .sideDataList .item {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  margin: 0;
  padding: 20px 0;
}
@media (min-width: 1201px) {
  .sideDataArea.service .sideDataList .item:hover .ImgBox {
    -webkit-box-shadow: 4px 10px 15px rgba(0, 0, 0, 0.2);
            box-shadow: 4px 10px 15px rgba(0, 0, 0, 0.2);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: translate(-10px, -10px);
            transform: translate(-10px, -10px);
  }
  .sideDataArea.service .sideDataList .item:hover .ImgBox::before {
    -webkit-transform: translate(-10px, -10px);
            transform: translate(-10px, -10px);
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
    opacity: 1;
  }
  .sideDataArea.service .sideDataList .item:hover .ImgBox::after {
    -webkit-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    opacity: 0.5;
  }
  .sideDataArea.service .sideDataList .item:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
  .sideDataArea.service .sideDataList .item:hover .Txt .title a {
    color: #3195c8;
  }
}
.sideDataArea.service .sideDataList .ImgBox {
  width: 100%;
  border-radius: 40px;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.sideDataArea.service .sideDataList .ImgBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 40px;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  border-style: solid;
  border-color: #3195c8;
  border-width: 4px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.sideDataArea.service .sideDataList .ImgBox::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 40px;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  border-style: solid;
  border-color: #3195c8;
  border-width: 4px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.sideDataArea.service .sideDataList .Img {
  width: 100%;
  max-width: 560px;
  border-radius: 40px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}
.sideDataArea.service .sideDataList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.sideDataArea.service .sideDataList .Txt {
  max-width: 560px;
  overflow: hidden;
  margin: 0 auto;
  padding: 15px 0;
}
.sideDataArea.service .sideDataList .Txt .title a {
  color: #444444;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 2px;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.sideDataArea.service .sideDataList .Txt .title a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sideDataArea.service .sideDataList .Txt .text {
  height: 48px;
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 10px 0 0;
  padding: 0;
}
.sideDataArea.catalog .sideDataList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sideDataArea.catalog .sideDataList:not(.slick-slider) .sideDataItem {
  width: 33.3333333333%;
}
@media (max-width: 767px) {
  .sideDataArea.catalog .sideDataList:not(.slick-slider) .sideDataItem {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .sideDataArea.catalog .sideDataList:not(.slick-slider) .sideDataItem {
    width: 100%;
  }
}
.sideDataArea.catalog .sideDataList .slick-slide {
  margin: 0;
}
.sideDataArea.catalog .sideDataList .sideDataItem {
  padding: 20px;
}
.sideDataArea.catalog .sideDataList .item {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  margin: 0;
  padding: 20px 0;
}
@media (min-width: 1201px) {
  .sideDataArea.catalog .sideDataList .item:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
  .sideDataArea.catalog .sideDataList .item:hover .Txt .title a {
    color: #3195c8;
  }
}
.sideDataArea.catalog .sideDataList .Img {
  width: 100%;
  max-width: 340px;
  border-radius: 40px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}
.sideDataArea.catalog .sideDataList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.sideDataArea.catalog .sideDataList .Txt {
  max-width: 340px;
  overflow: hidden;
  margin: 0 auto;
  padding: 15px 0;
}
.sideDataArea.catalog .sideDataList .Txt .title {
  height: 56px;
}
.sideDataArea.catalog .sideDataList .Txt .title a {
  color: #444444;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 2px;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sideDataArea.catalog .sideDataList .Txt .title a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sideDataArea.catalog .sideDataList .Txt .text {
  height: 48px;
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 10px 0 0;
  padding: 0;
}

/*社群分享*/
.sideShare {
  margin: 0 0 20px;
  padding: 0;
}
.sideShare .shareList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.sideShare .shareList .shareTitle {
  color: #888888;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
}
.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;
}
@media (min-width: 1201px) {
  .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;
}

.slick-slider .slick-arrow,
.controlBox .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff !important;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  margin: 10px 5px;
}
.slick-slider .slick-arrow::before,
.controlBox .slick-arrow::before {
  content: "";
  border-style: solid;
  display: block;
  opacity: 1;
  pointer-events: none;
  z-index: 2;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slick-slider .slick-arrow.slick-prev::before,
.controlBox .slick-arrow.slick-prev::before {
  border-width: 5px 9px 5px 0;
  border-color: transparent #3195c8 transparent transparent;
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}
.slick-slider .slick-arrow.slick-next::before,
.controlBox .slick-arrow.slick-next::before {
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #3195c8;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
@media (min-width: 1201px) {
  .slick-slider .slick-arrow:hover,
  .controlBox .slick-arrow:hover {
    background-color: #3195c8 !important;
  }
  .slick-slider .slick-arrow:hover.slick-prev::before,
  .controlBox .slick-arrow:hover.slick-prev::before {
    border-color: transparent #fff transparent transparent;
  }
  .slick-slider .slick-arrow:hover.slick-next::before,
  .controlBox .slick-arrow:hover.slick-next::before {
    border-color: transparent transparent transparent #fff;
  }
}
.slick-slider .slick-dots,
.controlBox .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.slick-slider .slick-dots.center,
.controlBox .slick-dots.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-slider .slick-dots.vertical,
.controlBox .slick-dots.vertical {
  width: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
}
.slick-slider .slick-dots.vertical li,
.controlBox .slick-dots.vertical li {
  margin: 8px 0;
}
.slick-slider .slick-dots:not(.vertical) li,
.controlBox .slick-dots:not(.vertical) li {
  margin: 0 8px;
}
.slick-slider .slick-dots.large li,
.controlBox .slick-dots.large li {
  width: 16px;
  height: 16px;
}
.slick-slider .slick-dots.white li button::before,
.controlBox .slick-dots.white li button::before {
  background-color: #fff;
}
.slick-slider .slick-dots li,
.controlBox .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  overflow: hidden;
}
.slick-slider .slick-dots li button,
.controlBox .slick-dots li button {
  width: 100%;
  height: 100%;
  border: none;
  color: transparent;
  display: block;
  padding: 0;
  position: relative;
}
.slick-slider .slick-dots li button::before,
.controlBox .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  border: none;
  border-radius: 50%;
  color: transparent;
  font-size: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-slider .slick-dots li.slick-active button::before,
.controlBox .slick-dots li.slick-active button::before {
  background-color: #3195c8;
  opacity: 1;
}
@media (min-width: 1201px) {
  .slick-slider .slick-dots li:hover button::before,
  .controlBox .slick-dots li:hover button::before {
    background-color: #3195c8;
    opacity: 1;
  }
}

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

.Img {
  position: relative;
}
.Img.observer:not(.loaded), .Img.observerSlick:not(.loaded) {
  -webkit-animation: imgLoading 0.9s ease infinite;
          animation: imgLoading 0.9s ease infinite;
  background-size: 400% 100%;
  background-image: linear-gradient(135deg, rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(246, 246, 246), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225));
  background-color: #f0f0f0;
}
.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;
}

.scrollHint {
  width: 120px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  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;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}
.scrollHint.hide {
  opacity: 0;
}
.scrollHint.horizontal .scrollIcon {
  -webkit-animation: scrollHorizontal 1.25s ease-out infinite;
          animation: scrollHorizontal 1.25s ease-out infinite;
}
.scrollHint.vertical .scrollIcon {
  -webkit-animation: scrollVertical 1.25s ease-out infinite;
          animation: scrollVertical 1.25s ease-out infinite;
}
.scrollHint .scrollIcon {
  position: relative;
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="currentColor" d="M13 2c-1.645 0-3 1.355-3 3v11.813l-.656-.688l-.25-.219a2.968 2.968 0 0 0-4.188 0a2.968 2.968 0 0 0 0 4.188v.031l8.188 8.094l.062.031l.031.063a8.307 8.307 0 0 0 5 1.687h1.72a8.17 8.17 0 0 0 8.187-8.188V14c0-1.645-1.356-3-3-3c-.426 0-.82.117-1.188.281C23.578 9.981 22.395 9 21 9c-.766 0-1.469.3-2 .781A2.984 2.984 0 0 0 17 9a2.95 2.95 0 0 0-1 .188V5c0-1.645-1.355-3-3-3m0 2c.555 0 1 .445 1 1v11h2v-4c0-.555.445-1 1-1c.555 0 1 .445 1 1v4h2v-4c0-.555.445-1 1-1c.555 0 1 .445 1 1v4h2.094v-2c0-.555.445-1 1-1c.554 0 1 .445 1 1v7.813c0 3.464-2.723 6.187-6.188 6.187h-1.718c-1.465 0-2.731-.523-3.782-1.313l-8.094-8c-.445-.445-.445-.93 0-1.375c.446-.445.93-.445 1.375 0L12 21.625V5c0-.555.445-1 1-1"/></svg>');
  width: 32px;
  height: 32px;
  -webkit-filter: invert(1);
          filter: invert(1);
  z-index: 2;
}
.scrollHint .scrollText {
  margin-top: 10px;
  color: #fff;
}

.toastMessageBox {
  position: fixed;
  z-index: 1005;
}
.toastMessageBox.top {
  top: 40px;
}
@media (max-width: 640px) {
  .toastMessageBox.top {
    top: 10px;
  }
}
.toastMessageBox.right {
  right: 40px;
}
@media (max-width: 640px) {
  .toastMessageBox.right {
    right: 10px;
  }
}
.toastMessageBox.bottom {
  bottom: 40px;
}
@media (max-width: 640px) {
  .toastMessageBox.bottom {
    bottom: 10px;
  }
}
.toastMessageBox.left {
  left: 40px;
}
@media (max-width: 640px) {
  .toastMessageBox.left {
    left: 10px;
  }
}
.toastMessageBox .toastMessage {
  cursor: pointer;
  color: #fff;
  display: block;
  margin: 10px;
  padding: 10px 20px;
  border-radius: 5px;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.toastMessageBox .toastMessage.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.toastMessageBox .toastMessageText {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.toastMessageBox .toastMessageText i {
  font-size: 24px;
  margin-right: 10px;
}

.tagBox b {
  display: block;
  border-style: solid;
  border-color: #e8e1d6;
  border-width: 0 0 1px;
  color: #3195c8;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  margin: 0 0 20px;
  padding: 0 0 20px;
}
.tagBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tagBox ul li {
  margin: 0 20px 20px 0;
  padding: 0;
}
@media (max-width: 1023px) {
  .tagBox ul li {
    margin: 0 2px 10px;
  }
}
.tagBox ul li:last-child {
  margin: 0;
}
.tagBox ul li a {
  display: inline-block;
  border-radius: 30px;
  border-style: solid;
  border-color: #3195c8;
  border-width: 1px;
  color: #3195c8;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 2px;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  margin: 0;
  padding: 10px 20px;
}
@media (min-width: 1201px) {
  .tagBox ul li a:hover {
    background: #3195c8;
    color: #ffffff;
  }
}
.tagBox ul li a.current {
  background: #3195c8;
  color: #ffffff;
}