@charset "UTF-8";
/* CSS Document */
@import url(public/css/reset.css);
@import url(public/css/font-awesome-4.7.0/font-awesome.min.css);
@import url(public/css/rwdgrid.css);
@import url(public/css/textEditor.css);
@import url(public/css/contentbuilder.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&family=Outfit:wght@200;300;400;500;600;700&display=swap");
.imh_opacity2:before, .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, footer .ftBottomBox .goTop .txt, footer .ftBottomBox .langBox .txt:before, .otherLinkArea .otherLink .otherLinkItem .Txt .btn_arrow span, .otherLinkArea .otherLink .otherLinkItem .Txt .title, .m_menu .bottomBox .topLinkBox .langBox:before, .m_menu .bottomBox .topLinkBox .langBox:after, .m_menu .midBox .nav .subMenuBox .listGroup .submenu2 li a, .m_menu .midBox .nav .subMenuBox .listGroup .panel_header, .m_menu .controlBox, .m_menu .m_logo img, .m_menu, header .menu .subMenuBox .wrap .ImgBox .Txt .text, header .menu .subMenuBox .wrap .ImgBox .Img, header .bottom, header .top .topLinkBox .langBox:before, header .top .topLinkBox .langBox:after, header .top .logo a, header .top, header.sticky .top .topLinkBox .langBox:before, header.sticky .top .topLinkBox .langBox:after, header, .langBox .txt svg, .langBox .txt, .loadingArea, .moduleBox .moduleClose, svg {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@-webkit-keyframes txtMask {
  0% {
    width: 0%;
    opacity: 0;
  }
  100% {
    width: 105%;
    opacity: 1;
  }
}

@keyframes txtMask {
  0% {
    width: 0%;
    opacity: 0;
  }
  100% {
    width: 105%;
    opacity: 1;
  }
}
@-webkit-keyframes rerotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes rerotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dotAni {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 0.3;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
  }
}
@keyframes dotAni {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 0.3;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
  }
}
body {
  background-color: #ffffff;
  font-size: 14px;
  font-family: "Noto Sans TC", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
  overflow: hidden;
}
body:not(.WebSiteHome) .bannerArea {
  -webkit-box-shadow: 0px 0px 9.24px 1.76px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 0px 9.24px 1.76px rgba(0, 0, 0, 0.09);
}

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

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

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

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

.btnBox {
  padding-top: 20px;
}

.btn_cis {
  display: inline-block;
  max-width: 164px;
  width: 100%;
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 500;
  font-family: "Outfit", sans-serif, "Noto Sans TC";
  padding: 11.5px 15px 13.5px 25px;
  letter-spacing: 0.68px;
  line-height: 1;
  background-color: #227844;
  border-left: 5px solid #299d56;
  position: relative;
  text-align: left;
  position: relative;
}
.btn_cis.noPlus {
  max-width: 243px;
  font-size: 15px;
  text-align: center;
  padding: 19px 15px;
  border-left-width: 6px;
}
.btn_cis.noPlus:before {
  left: -6px;
}
.btn_cis.noPlus:hover:before {
  width: 6px;
}
.btn_cis:before, .btn_cis:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
}
.btn_cis:before {
  left: -5px;
  background-color: #d2b428;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out 0.55s;
  transition: all 0.2s ease-in-out 0.55s;
}
.btn_cis:after {
  left: 0;
  background-color: #e7c624;
  z-index: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.btn_cis span {
  position: relative;
  display: block;
  z-index: 2;
}
.btn_cis .txt {
  line-height: 1;
  padding-top: 4px;
}
.btn_cis .plus {
  font-family: "Noto Sans TC";
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 1px solid #ffffff;
  padding-left: 13px;
  line-height: 30px;
  font-size: 15px;
}
@media (min-width: 1025px) {
  .btn_cis:hover {
    color: #ffffff !important;
  }
  .btn_cis:hover:before {
    width: 5px;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .btn_cis:hover:after {
    width: 100%;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
@media (max-width: 480px) {
  .btn_cis {
    padding: 15px 20px;
    font-size: 16px;
  }
}

.btn_more {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.68px;
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #227844;
  border-left: 5px solid #299d56;
  position: relative;
}
.btn_more:before, .btn_more:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
}
.btn_more:before {
  left: -5px;
  background-color: #d2b428;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out 0.55s;
  transition: all 0.2s ease-in-out 0.55s;
}
.btn_more:after {
  left: 0;
  background-color: #e7c624;
  z-index: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.btn_more .plus {
  position: relative;
  z-index: 1;
}
.btn_more:hover {
  color: #ffffff !important;
}
.btn_more:hover:before {
  width: 5px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.btn_more:hover:after {
  width: 100%;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.icon_flagTw {
  width: 19px;
  height: 13px;
}

.icon_flagEn,
.icon_flagCn {
  width: 19px;
  height: 11px;
}

.icon_user {
  width: 14px;
  height: 16px;
  color: #ffffff;
}

.icon_search {
  width: 18px;
  height: 18px;
  color: #ffffff;
}

.icon_arrowLeft,
.icon_arrowRight {
  width: 8px;
  height: 11px;
}

.icon_marker {
  width: 17px;
  height: 22px;
}

.icon_mail {
  width: 19px;
  height: 12px;
}

.icon_tel {
  width: 18px;
  height: 22px;
}

.icon_arrowUp,
.icon_arrowDown {
  width: 11px;
  height: 8px;
}

.icon_mark {
  width: 44px;
  height: 32px;
  color: #23983d;
}

.icon_check {
  width: 14px;
  height: 10px;
  color: #ffffff;
}

.icon_marvel {
  width: 5px;
  height: 16px;
  color: #ffffff;
}

.icon_home {
  width: 16px;
  height: 16px;
  color: #ffffff;
}

.icon_download {
  width: 15px;
  height: 15px;
  color: #ffffff;
}

.icon_map {
  width: 39px;
  height: 44px;
  color: #23983d;
}

.icon_user_line {
  width: 15px;
  height: 16px;
  color: #ffffff;
}

.icon_share {
  width: 17px;
  height: 18px;
  color: #227844;
}

.icon_classArrowRight {
  width: 8px;
  height: 13px;
  color: #adadad;
}

.icon_classArrowDown {
  width: 13px;
  height: 8px;
  color: #adadad;
}

.icon_close {
  width: 9px;
  height: 9px;
  color: #ffffff;
}

.icon_glabal {
  width: 20px;
  height: 20px;
  color: #ffffff;
}

address {
  font-style: normal;
}

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

div.titan {
  display: none;
}

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

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

.btn_color1 {
  color: #fff;
  background-color: #227844;
}
.btn_color1:hover {
  background-color: #e7c624;
}
.btn_color2 {
  color: #fff;
  background-color: #A0A0A0;
}
.btn_color2:hover {
  background-color: #999;
}

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

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

textarea {
  resize: vertical;
}

.outerWrap {
  position: relative;
}
@media (max-width: 1180px) {
  .outerWrap {
    padding-bottom: env(safe-area-inset-bottom);
  }
}

.wrap {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 480px) {
  .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;
}
.moduleBox.show {
  opacity: 1;
  visibility: visible;
}
.moduleBox.show .moduleWrap {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.moduleBox .moduleWrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: #ffffff;
  pointer-events: auto;
  padding-top: 60px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.moduleBox .moduleContent {
  width: 100%;
  max-height: calc(90vh - 50px);
  overflow-y: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.moduleBox .moduleTitle {
  color: #000;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  text-align: center;
}
.moduleBox .moduleClose {
  width: 44px;
  height: 44px;
  background: none;
  border-radius: 50%;
  background-color: #227844;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: 1;
}
@media (min-width: 1025px) {
  .moduleBox .moduleClose:hover {
    background-color: #21a13d;
  }
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  width: 25px;
  height: 1px;
  background-color: #ffffff;
}
.moduleBox .moduleClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.moduleBox .moduleClose:hover {
  background-color: #21a13d;
}

.moduleMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1003;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.moduleMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/*洽詢車&購物車*/
.cartArea .moduleWrap {
  max-width: 480px;
}
.cartArea .text {
  color: #373737;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
}
.cartArea .text b {
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 400;
  font-size: 18px;
  color: #21a13d;
}
.cartArea .cart {
  border-top: 2px solid #21a13d;
  border-bottom: 2px solid #b4b4b4;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cartArea .buyList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cartArea .buyList li:not(:first-child) {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid #d5d5d5;
}
.cartArea .buyList .Img {
  width: 90px;
}
.cartArea .buyList .Img img {
  display: block;
  width: 100%;
}
.cartArea .buyList .Txt {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cartArea .buyList h3 {
  width: calc(100% - 35px);
}
.cartArea .buyList h3 a {
  display: block;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cartArea .buyList .spec {
  color: #6a6a6a;
  margin-bottom: 3px;
}
.cartArea .buyList .del {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  border: none;
  background-color: #eee;
  border-radius: 50%;
  color: #5f5f5f;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cartArea .buyList .del:hover {
  background-color: #21a13d;
  color: #ffffff;
}
.cartArea .buyList .del svg {
  width: 15px;
  height: 18px;
}

/*會員登入*/
.loginArea .moduleWrap {
  max-width: 360px;
}
.loginArea .forgetCheck,
.loginArea .resendCheck {
  display: none;
}
.loginArea input[type=text], .loginArea input[type=password] {
  display: block;
  width: 100%;
  height: 30px;
  padding: 5px;
  margin-bottom: 7px;
  border: 1px solid #ccc;
}
.loginArea .btn {
  /*送出按鈕*/
  margin-top: 15px;
  text-align: center;
}
.loginArea .btn a {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 3px;
  font-size: 13px;
  color: #ffffff;
}
.loginArea .forget {
  clear: both;
  margin-top: 20px;
  font-size: 15px;
  color: #2f2f2f;
}
.loginArea .forget span {
  font-size: 13px;
  color: #e1e1e1;
}
.loginArea .forget strong a {
  font-weight: 400;
  color: #f93;
  text-decoration: underline;
}
.loginArea .forget b a {
  font-weight: 400;
  font-size: 18px;
  color: #09f;
  text-decoration: underline;
}
.loginArea .forgetCheck {
  display: none;
}
.loginArea .forgetCheck a.btn_relog {
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
  color: #09f;
  text-align: center;
  text-decoration: underline;
}

/*搜尋*/
.searchArea .moduleWrap {
  max-width: 480px;
}
.searchArea .searchBox {
  margin: 30px 0;
  position: relative;
}
.searchArea .searchBox input {
  width: 100%;
  display: block;
  border: 1px solid #e1e1e1;
  padding: 15px 55px 15px 15px;
}
.searchArea .searchBox a {
  width: 50px;
  height: 50px;
  background-color: #21a13d;
  color: #ffffff;
  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;
}

/*提醒使用cookie彈窗*/
.cookieArea .moduleWrap {
  max-width: 480px;
}
.cookieArea .text {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

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

/*loading*/
.loadingArea {
  width: 100%;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  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;
}
.loadingArea .loadLogo img {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
  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;
}

.langBox {
  width: 110px; /*71px*/
  position: relative;
  margin: 0 25px;
  padding: 0 10px;
}
.langBox.open svg.icon_arrowDown {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.langBox .txt {
  color: #ffffff;
  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;
  height: 100%;
  cursor: pointer;
  position: relative;
}
.langBox .txt svg {
  display: block;
}
.langBox .txt svg.icon_glabal {
  margin-right: 10px;
}
.langBox .txt svg.icon_arrowDown {
  margin-left: 10px;
}
.langBox ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 11.96px 1.04px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 11.96px 1.04px rgba(0, 0, 0, 0.07);
  text-align: center;
}
.langBox ul li:last-child {
  margin-bottom: 0;
}
.langBox ul li:last-child a {
  border-bottom: 0;
}
.langBox ul a {
  display: block;
  color: #21a13d;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0;
}
.langBox ul a:hover {
  color: #ffffff;
  background-color: #21a13d;
}

.loginBox {
  position: relative;
  z-index: 1;
}
.loginBox > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: #ffffff;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
}
.loginBox > a svg {
  margin-right: 15px;
}
@media (min-width: 1025px) {
  .loginBox > a:hover {
    color: #d2b428;
  }
  .loginBox > a:hover svg {
    color: #d2b428;
  }
}
.loginBox .submenu {
  position: absolute;
  left: 50%;
  margin-left: -80px;
  top: 130%;
  width: 160px;
  padding-top: 10px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.loginBox .submenu a {
  color: #227844;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8125;
  display: block;
  text-align: center;
  padding: 10px;
  background-color: #f8f8f8;
}
@media (min-width: 1025px) {
  .loginBox .submenu a:hover {
    color: #e7c624;
  }
}
.loginBox .submenu a:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.loginBox:hover .submenu {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}

.searchBox {
  position: relative;
  max-width: 200px;
}
.searchBox ::-webkit-input-placeholder {
  /* Chrome */
  color: #ffffff;
}
.searchBox :-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.searchBox ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}
.searchBox :-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #ffffff;
  opacity: 1;
}
.searchBox input {
  color: #ffffff;
  font-family: "Outfit", sans-serif, "Noto Sans TC";
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  height: 42px;
  padding: 0 50px 0 0;
  border: none;
  border-bottom: 1px solid #f3f3f3;
}
.searchBox a {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 100%;
}

.fadeIn_effect {
  -webkit-animation: fadeIn 0.5s ease-in;
          animation: fadeIn 0.5s ease-in;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*header*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  /*menu*/
}
header.sticky {
  -webkit-box-shadow: 0px 4px 11.96px 1.04px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 11.96px 1.04px rgba(0, 0, 0, 0.07);
}
header.sticky .top {
  padding: 20.5px 0;
  background-color: #ffffff;
}
header.sticky .top .logo a {
  background: url("../images/logo.svg") no-repeat;
}
header.sticky .top .topLinkBox .langBox:before, header.sticky .top .topLinkBox .langBox:after {
  background-color: #cccccc;
}
header.sticky .top .topLinkBox .langBox .txt {
  color: #747474;
}
header.sticky .top .topLinkBox .langBox .txt svg {
  color: #747474;
}
header.sticky .top .topLinkBox .langBox .txt:after {
  border-color: #434343 transparent transparent transparent;
}
header.sticky .top .topLinkBox .loginBox > a {
  color: #434343;
}
header.sticky .top .topLinkBox .loginBox > a svg {
  color: #434343;
  color: #21a13d;
}
@media (min-width: 1025px) {
  header.sticky .top .topLinkBox .loginBox > a:hover {
    color: #21a13d;
  }
}
header.sticky .top .topLinkBox .searchBox ::-webkit-input-placeholder {
  /* Chrome */
  color: #717171;
}
header.sticky .top .topLinkBox .searchBox :-ms-input-placeholder {
  /* IE 10+ */
  color: #717171;
}
header.sticky .top .topLinkBox .searchBox ::-moz-placeholder {
  /* Firefox 19+ */
  color: #717171;
  opacity: 1;
}
header.sticky .top .topLinkBox .searchBox :-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #717171;
  opacity: 1;
}
header.sticky .top .topLinkBox .searchBox input {
  color: #717171;
  border-bottom-color: #a3a3a3;
}
header.sticky .top .topLinkBox .searchBox svg {
  color: #231815;
}
header.sticky .bottom {
  background-color: #21a13d;
}
header.sticky .menu .subMenuBox {
  top: 148px;
}
header.hover .bottom {
  background-color: #21a13d;
}
@media (max-width: 1180px) {
  header {
    display: none;
  }
}
header .top {
  padding: 28px 0;
  background-color: rgba(0, 0, 0, 0.12);
  -webkit-backdrop-filter: blur(3.5px);
          backdrop-filter: blur(3.5px);
  position: relative;
  z-index: 1;
}
header .top .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .top .logo {
  width: 162px;
}
header .top .logo a {
  display: block;
  width: 100%;
  height: 44px;
  background: url("../images/logo_wh.svg") no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: -9999px;
}
header .top .topLinkBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
header .top .topLinkBox .langBox {
  position: relative;
}
header .top .topLinkBox .langBox:before, header .top .topLinkBox .langBox:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 1px;
  height: 33px;
  background-color: rgba(255, 255, 255, 0.3);
}
header .top .topLinkBox .langBox:before {
  left: 0;
}
header .top .topLinkBox .langBox:after {
  right: 0;
}
header .bottom .appendBox {
  display: none;
}
header .menu {
  margin: 0 -60px;
  font-size: 0;
  text-align: center;
}
header .menu > li {
  width: 14.2857142857%;
  position: relative;
  display: inline-block;
}
header .menu > li:not(:last-child):after {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 1px;
  height: 14px;
  background-color: #c9c9c9;
}
header .menu > li span > a {
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 17px 15px;
  letter-spacing: 1.28px;
  line-height: 1.8125;
}
header .menu > li span > a.current {
  color: #e7c624;
}
header .menu > li > a {
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 17px 15px;
  letter-spacing: 1.28px;
  line-height: 1.8125;
}
header .menu > li > a.current {
  color: #e7c624;
}
header .menu > li > a:hover {
  color: #227844;
  background-color: #ffffff;
}
header .menu > li > .submenu {
  width: 150px;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header .menu > li > .submenu a {
  border-bottom: 1px solid #dadada;
  background-color: #ffffff;
  color: #666;
  padding: 10px;
}
header .menu > li > .submenu a.current, header .menu > li > .submenu a:hover {
  color: #ffffff;
  background-color: #21a13d;
}
header .menu > li.megaMenu:hover > span > a {
  color: #227844;
  background-color: #f8f8f8;
}
header .menu .subMenuBox {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 163px;
  background-color: #f8f8f8;
  max-height: 100vh;
  overflow-y: auto;
}
header .menu .subMenuBox .wrap {
  max-width: 1570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 58px 20px;
}
header .menu .subMenuBox .wrap .ImgBox {
  width: 425px;
  text-align: left;
}
header .menu .subMenuBox .wrap .ImgBox .Txt {
  padding-top: 23px;
}
header .menu .subMenuBox .wrap .ImgBox .Txt .text {
  color: #626262;
  font-size: 14px;
  font-family: "Outfit", sans-serif, "Noto Sans TC";
  line-height: 1.5;
  letter-spacing: 0.28px;
  height: 85px;
}
header .menu .subMenuBox .wrap .ImgBox .Txt .btnBox {
  padding-top: 28px;
}
header .menu .subMenuBox .wrap .listGroup {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 80px;
  text-align: left;
}
header .menu .subMenuBox .wrap .listGroup .panelBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
header .menu .subMenuBox .wrap .listGroup .panelBox .panel {
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 0;
}
header .menu .subMenuBox .wrap .listGroup .panelBox .panel:not(:nth-last-child(1)):not(:nth-last-child(2)):not(:nth-last-child(3)) {
  padding-bottom: 60px;
}
@media (max-width: 1440px) {
  header .menu .subMenuBox .wrap .listGroup .panelBox .panel:nth-last-child(3) {
    padding-bottom: 60px;
  }
}
header .menu .subMenuBox .wrap .listGroup .panel {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  margin-right: 20px;
}
header .menu .subMenuBox .wrap .listGroup .panel.panel_application {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
header .menu .subMenuBox .wrap .listGroup .panel_header {
  color: #227844;
  font-size: 15px;
  font-family: "Outfit", sans-serif, "Noto Sans TC";
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.3px;
  padding-bottom: 5px;
}
header .menu .subMenuBox .wrap .listGroup .panel_header a {
  color: #227844;
}
@media (min-width: 1025px) {
  header .menu .subMenuBox .wrap .listGroup .panel_header a:hover {
    color: #e7c624;
  }
}
header .menu .subMenuBox .wrap .listGroup .submenu li {
  padding-bottom: 5px;
}
header .menu .subMenuBox .wrap .listGroup .submenu li a {
  display: block;
  color: #626262;
  font-size: 14px;
  font-family: "Outfit", sans-serif, "Noto Sans TC";
  letter-spacing: 0.28px;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  header .menu .subMenuBox .wrap .listGroup .submenu li a:hover {
    color: #21a13d;
  }
}
header .menu .subMenuBox .wrap .listGroup .submenu2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header .menu .subMenuBox .wrap .listGroup .submenu2 li {
  width: 25%;
  padding-right: 10px;
  padding-bottom: 45px;
}
header .menu .subMenuBox .wrap .listGroup .submenu2 li a {
  color: #227844;
  display: block;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  line-height: 1.8125;
}
@media (min-width: 1025px) {
  header .menu .subMenuBox .wrap .listGroup .submenu2 li a:hover {
    color: #e7c624;
  }
}
@media (max-width: 1440px) {
  header .menu .subMenuBox .wrap .ImgBox {
    width: 350px;
  }
  header .menu .subMenuBox .wrap .listGroup {
    padding-left: 35px;
  }
  header .menu .subMenuBox .wrap .listGroup .panelBox .panel {
    padding-right: 30px;
    width: 33.33%;
  }
}

/*手機menu*/
.m_menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.06);
  /*手機menu內容*/
}
.m_menu.sticky {
  background-color: #ffffff;
}
.m_menu.sticky .m_logo img.unOpen {
  opacity: 0;
}
.m_menu.sticky .m_logo img.open {
  opacity: 1;
}
.m_menu.sticky .controlBox a.main span:before, .m_menu.sticky .controlBox a.main span:after {
  background-color: #e7c624;
}
.m_menu.active .m_logo img.unOpen {
  opacity: 0;
}
.m_menu.active .m_logo img.open {
  opacity: 1;
}
.m_menu.active .controlBox {
  background-color: #ffffff;
}
.m_menu.active .controlBox a.main span:before, .m_menu.active .controlBox a.main span:after {
  background-color: #e7c624;
}
@media (min-width: 1181px) {
  .m_menu {
    display: none;
  }
}
.m_menu .mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  padding-bottom: 85px;
}
.m_menu .m_logo {
  position: relative;
  max-width: 154px;
}
.m_menu .m_logo img {
  display: block;
}
.m_menu .m_logo img.open {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.m_menu .controlBox {
  position: relative;
  z-index: 99;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 37px;
  padding-right: 22px;
}
.m_menu .controlBox a.main {
  width: 48px;
  height: 48px;
  position: relative;
  border: 2px solid #e7c624;
}
.m_menu .controlBox a.main span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25px;
  height: 3px;
  -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: 3px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.m_menu .controlBox a.main span:before {
  top: -4.5px;
}
.m_menu .controlBox a.main span:after {
  bottom: -4.5px;
}
.m_menu .controlBox a.main.show span {
  background-color: transparent;
}
.m_menu .controlBox a.main.show span:before {
  top: 0;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.m_menu .controlBox a.main.show span:after {
  bottom: 0;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
@media (max-width: 480px) {
  .m_menu .controlBox {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.m_menu .hideBox {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
  display: none;
  width: 100%;
  padding: 85px 0 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #227844;
}
.m_menu .hideBox .sp {
  display: none;
  padding: 10px;
  font-size: 13px;
  color: #ffffff;
  background-color: #c80303;
}
.m_menu .searchBox_m {
  padding: 19px 32px;
  text-align: center;
}
.m_menu .searchBox_m .innerBox {
  padding: 5px 22px 9px;
  background-color: #ffffff;
  position: relative;
}
.m_menu .searchBox_m input[type=text] {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 40px;
  color: #a8a8a8;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 15px;
  border: 0;
  border-bottom: 1px solid #cdcdcd;
}
.m_menu .searchBox_m a {
  position: absolute;
  right: 21px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.m_menu .searchBox_m a svg {
  color: #000000;
}
.m_menu .midBox {
  min-height: calc(100vh - 373px);
}
.m_menu .midBox .nav > li:not(:last-child) {
  border-bottom: 1px solid #f8f8f8;
}
.m_menu .midBox .nav > li > a {
  position: relative;
  display: block;
  padding: 9px 35px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.28px;
  line-height: 1.8125;
  text-align: left;
}
.m_menu .midBox .nav > li > a i {
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  margin-top: -7px;
}
.m_menu .midBox .nav > li > a:hover {
  background-color: #21a13d;
}
.m_menu .midBox .nav > li > span.current a {
  background-color: #21a13d;
}
.m_menu .midBox .nav > li > span > a {
  position: relative;
  display: block;
  padding: 9px 60px 9px 37px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.28px;
  line-height: 1.8125;
  text-align: left;
}
.m_menu .midBox .nav > li > span > a:hover {
  background-color: #21a13d;
}
.m_menu .midBox .nav .dropDown span > a::after {
  content: "\f107";
  position: absolute;
  right: 35px;
  top: 10px;
  font-family: FontAwesome;
}
.m_menu .midBox .nav .dropDown > .submenu {
  display: none;
}
.m_menu .midBox .nav .dropDown > .submenu a {
  padding: 10px 20px;
}
.m_menu .midBox .nav .dropDown > .submenu a:hover {
  background-color: #999;
}
.m_menu .midBox .nav .subMenuBox {
  padding: 26px 37px;
  background-color: #ffffff;
  display: none;
}
.m_menu .midBox .nav .subMenuBox .wrap {
  padding: 0;
}
.m_menu .midBox .nav .subMenuBox .listGroup .panel:not(:last-child) {
  padding-bottom: 15px;
}
.m_menu .midBox .nav .subMenuBox .listGroup .panel.hasLink .panel_header {
  position: relative;
}
.m_menu .midBox .nav .subMenuBox .listGroup .panel.hasLink .panel_header:after {
  position: absolute;
  right: 0;
  top: -2px;
  content: "+";
  color: #21a13d;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0.68px;
}
.m_menu .midBox .nav .subMenuBox .listGroup .panel.hasLink .panel_header.open:after {
  content: "-";
}
.m_menu .midBox .nav .subMenuBox .listGroup .panel.hasLink .submenu {
  display: none;
}
.m_menu .midBox .nav .subMenuBox .listGroup .panel_header {
  color: #227844;
  font-size: 13px;
  font-family: "Outfit", sans-serif, "Noto Sans TC";
  font-weight: 600;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  padding-bottom: 11px;
  cursor: pointer;
}
.m_menu .midBox .nav .subMenuBox .listGroup .panel_header a {
  color: #227844;
}
.m_menu .midBox .nav .subMenuBox .listGroup .panel_header:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 53px;
  height: 1px;
  background-color: #21a13d;
}
.m_menu .midBox .nav .subMenuBox .listGroup .submenu {
  padding: 15px 5px;
}
.m_menu .midBox .nav .subMenuBox .listGroup .submenu li a {
  display: block;
  color: #626262;
  font-size: 13px;
  font-family: "Outfit", sans-serif, "Noto Sans TC";
  letter-spacing: 0.26px;
  padding: 5px 10px;
  position: relative;
}
.m_menu .midBox .nav .subMenuBox .listGroup .submenu li a:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  content: "-";
}
.m_menu .midBox .nav .subMenuBox .listGroup .submenu2 li:not(:last-child) {
  padding-bottom: 15px;
}
.m_menu .midBox .nav .subMenuBox .listGroup .submenu2 li a {
  display: block;
  color: #227844;
  font-size: 13px;
  font-family: "Outfit", sans-serif, "Noto Sans TC";
  font-weight: 600;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  padding-bottom: 11px;
  cursor: pointer;
}
.m_menu .midBox .nav .subMenuBox .listGroup .submenu2 li a:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 53px;
  height: 1px;
  background-color: #21a13d;
}
.m_menu .bottomBox {
  position: relative;
  z-index: 1;
  padding: 30px 35px 42px;
  background-color: #030303;
}
.m_menu .bottomBox .topLinkBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 19px;
  margin-bottom: 22px;
  border-bottom: 2px solid #5e5e5e;
}
.m_menu .bottomBox .topLinkBox .loginBox {
  padding-right: 10px;
}
.m_menu .bottomBox .topLinkBox .langBox {
  position: relative;
  margin: 0;
  height: 33px;
}
.m_menu .bottomBox .topLinkBox .langBox:before, .m_menu .bottomBox .topLinkBox .langBox:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 1px;
  height: 33px;
  background-color: rgba(255, 255, 255, 0.3);
}
.m_menu .bottomBox .topLinkBox .langBox:before {
  left: 0;
}
.m_menu .bottomBox .topLinkBox .langBox:after {
  right: 0;
}
.m_menu .bottomBox .copyright {
  color: #a3a3a3;
  font-family: "Outfit", sans-serif;
}
.m_menu .bottomBox .copyright span {
  display: block;
  padding-left: 10px;
  margin-top: 12px;
  position: relative;
}
.m_menu .bottomBox .copyright span:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 1px;
  height: 12px;
  background-color: #616161;
}
.m_menu .bottomBox .copyright span a {
  color: #616161;
}
.m_menu .appendBox {
  display: none;
}

/*banner*/
.bannerArea {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerBox img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bannerArea .bannerBox.pageBanner .txtBox {
  max-width: 1240px;
  padding: 83.5px 20px 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
.bannerArea .bannerBox.pageBanner .txtBox .titleBox {
  position: relative;
  margin-bottom: 0;
}
.bannerArea .bannerBox.pageBanner .txtBox .titleBox:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 60px;
  height: 2px;
  background-color: #d1d1d1;
}
.bannerArea .bannerBox.pageBanner .txtBox .titleBox .titleEn {
  color: #e7c624;
  font-size: 22px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  line-height: 1.318;
  display: block;
  margin-bottom: 13px;
}
.bannerArea .bannerBox.pageBanner .txtBox .titleBox .titleTw {
  color: #ffffff;
  font-size: 49px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1.96px;
  padding-bottom: 48px;
}
.bannerArea .bannerBox.pageBanner img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1180px) {
  .bannerArea .bannerBox.pageBanner .txtBox {
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerBox.pageBanner img {
    height: 400px;
  }
  .bannerArea .bannerBox.pageBanner .txtBox .titleBox .titleEn {
    font-size: 20px;
  }
  .bannerArea .bannerBox.pageBanner .txtBox .titleBox .titleTw {
    font-size: 35px;
    padding-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerBox.pageBanner img {
    height: 300px;
  }
  .bannerArea .bannerBox.pageBanner .txtBox .titleBox .titleEn {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .bannerArea .bannerBox.pageBanner .txtBox .titleBox .titleTw {
    font-size: 30px;
    padding-bottom: 20px;
  }
}
@media (max-width: 414px) {
  .bannerArea .bannerBox.pageBanner img {
    height: 300px;
  }
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.otherLinkArea {
  padding: 37px 0;
  background-color: #21a13d;
  overflow: hidden;
}
.otherLinkArea .wrap {
  max-width: 1560px;
}
.otherLinkArea .otherLink {
  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;
  margin: 0 -50px;
}
.otherLinkArea .otherLink .otherLinkItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 50px;
}
.otherLinkArea .otherLink .otherLinkItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1025px) {
  .otherLinkArea .otherLink .otherLinkItem a:hover .btn_arrow span {
    border-color: #e7c624;
    background-color: #e7c624;
  }
  .otherLinkArea .otherLink .otherLinkItem a:hover .btn_arrow span svg {
    color: #ffffff;
  }
}
.otherLinkArea .otherLink .otherLinkItem .Img {
  width: 80px;
}
.otherLinkArea .otherLink .otherLinkItem .Img img {
  width: 100%;
}
.otherLinkArea .otherLink .otherLinkItem .Txt {
  padding-left: 22px;
  padding-right: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.otherLinkArea .otherLink .otherLinkItem .Txt .title {
  color: #ffffff;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.84px;
}
.otherLinkArea .otherLink .otherLinkItem .Txt .text {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.64px;
  line-height: 1.8125;
  padding-top: 4px;
}
.otherLinkArea .otherLink .otherLinkItem .Txt .btn_arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.otherLinkArea .otherLink .otherLinkItem .Txt .btn_arrow span {
  width: 31px;
  height: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.otherLinkArea .otherLink .otherLinkItem .Txt .btn_arrow span svg {
  color: #ffffff;
}
@media (max-width: 1440px) {
  .otherLinkArea .otherLink {
    margin: 0 -25px;
  }
  .otherLinkArea .otherLink .otherLinkItem {
    padding: 0 25px;
  }
}
@media (max-width: 1180px) {
  .otherLinkArea .otherLink {
    margin: 0 -15px;
  }
  .otherLinkArea .otherLink .otherLinkItem {
    padding: 0 15px;
  }
}
@media (max-width: 1024px) {
  .otherLinkArea .otherLink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .otherLinkArea .otherLink .otherLinkItem {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    padding: 0 15px 25px;
  }
  .otherLinkArea .otherLink .otherLinkItem:not(:last-child) {
    margin-bottom: 25px;
    border-bottom: 1px solid #83c692;
  }
  .otherLinkArea .otherLink .otherLinkItem:last-child {
    padding-bottom: 0;
  }
  .otherLinkArea .otherLink .otherLinkItem .Txt .title {
    font-size: 19px;
  }
  .otherLinkArea .otherLink .otherLinkItem .Img {
    width: 65px;
  }
}
@media (max-width: 480px) {
  .otherLinkArea .otherLink .otherLinkItem {
    padding-left: 0;
    padding-right: 0;
  }
  .otherLinkArea .otherLink .otherLinkItem .Txt {
    padding-left: 15px;
    padding-right: 40px;
  }
  .otherLinkArea .otherLink .otherLinkItem .Txt .title {
    font-size: 18px;
  }
  .otherLinkArea .otherLink .otherLinkItem .Txt .text {
    font-size: 15px;
  }
  .otherLinkArea .otherLink .otherLinkItem .Img {
    width: 50px;
  }
}

/*footer*/
footer {
  padding: 62px 0 50px;
  background-color: #2c2c2c;
}
footer .wrap {
  max-width: 1560px;
}
footer .ftTopBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #444444;
  border-right: 1px solid #444444;
}
footer .ftTopBox .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
footer .ftTopBox .right {
  width: 400px;
  padding-left: 45px;
  padding-bottom: 40px;
  position: relative;
  border-left: 1px solid #444444;
}
footer .ftTopBox .ft_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 40px;
}
footer .ftTopBox .ft_menu .ftMenu_item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 225px;
  padding-right: 55px;
  padding-bottom: 30px;
}
footer .ftTopBox .ft_menu .ftMenu_item .ftTitle {
  padding-bottom: 15px;
}
footer .ftTopBox .ft_menu .ftMenu_item .ftTitle a {
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1.02px;
  line-height: 1.7;
}
footer .ftTopBox .ft_menu .ftMenu_item .submenu li a {
  display: block;
  color: #b5b5b5;
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 2;
}
@media (min-width: 1025px) {
  footer .ftTopBox .ft_menu .ftMenu_item .submenu li a:hover {
    color: #ffffff;
  }
}
footer .ftTopBox .downLogo {
  width: 100%;
  max-width: 185px;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 23px;
}
footer .ftTopBox .downLogo img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
footer .ftTopBox .downLogo:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 80px;
  height: 1px;
  background-color: #ffffff;
}
footer .ftTopBox .infoList li {
  padding-bottom: 4px;
}
footer .ftTopBox .infoList li:not(.contact) a {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .ftTopBox .infoList li:not(.contact) a svg {
  width: 20px;
}
footer .ftTopBox .infoList li:not(.contact) a .txt {
  padding-left: 14px;
  width: calc(100% - 20px);
  font-size: 17px;
  letter-spacing: 0.68px;
  line-height: 2;
}
@media (min-width: 1025px) {
  footer .ftTopBox .infoList li:not(.contact) a:hover {
    color: #b5b5b5;
    color: #e7c624;
  }
}
footer .ftTopBox .infoList li .btnBox {
  padding-top: 22px;
}
footer .ftTopBox .infoList li .btnBox a {
  max-width: 204px;
  padding: 15.5px 15px 17.5px 25px;
  background-color: transparent;
  border-left-color: #ffffff;
  border-top: 1px solid #8c8c8c;
  border-right: 1px solid #8c8c8c;
  border-bottom: 1px solid #8c8c8c;
}
footer .ftTopBox .infoList li .btnBox a:before {
  background-color: #299d56;
}
footer .ftTopBox .infoList li .btnBox a:after {
  background-color: #227844;
}
@media (min-width: 1025px) {
  footer .ftTopBox .infoList li .btnBox a:hover {
    background-color: transparent;
    border-left-color: #299d56;
    border-top: 1px solid #227844;
    border-right: 1px solid #227844;
    border-bottom: 1px solid #227844;
  }
}
@media (max-width: 1180px) {
  footer .ftTopBox .right {
    width: 350px;
    padding: 0 30px 40px;
  }
  footer .ftTopBox .ft_menu {
    padding-left: 35px;
  }
  footer .ftTopBox .ft_menu .ftMenu_item {
    padding-right: 30px;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 33.33%;
    max-width: none;
  }
}
@media (max-width: 992px) {
  footer .ftTopBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-left: 0;
    border-right: 0;
  }
  footer .ftTopBox .left {
    width: 100%;
    overflow: hidden;
  }
  footer .ftTopBox .right {
    display: none;
  }
  footer .ftTopBox .ft_menu {
    padding-left: 0;
    margin: 0 -30px;
  }
  footer .ftTopBox .ft_menu .ftMenu_item {
    padding: 0 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 601px) and (max-width: 992px) {
  footer .ftTopBox .ft_menu .ftMenu_item:not(:nth-child(3n)) {
    border-right: 1px solid #444444;
  }
}
@media (max-width: 600px) {
  footer .ftTopBox .ft_menu .ftMenu_item {
    width: 50%;
  }
  footer .ftTopBox .ft_menu .ftMenu_item:not(:nth-child(even)) {
    border-right: 1px solid #444444;
  }
}
footer .ftBottomBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #444444;
  margin-top: 31px;
  padding-top: 46px;
  padding-right: 92px;
  position: relative;
}
footer .ftBottomBox .subscribeBox {
  width: 455px;
  background-color: #3d3d3d;
}
footer .ftBottomBox .subscribeBox ::-webkit-input-placeholder {
  /* Chrome */
  color: #898989;
}
footer .ftBottomBox .subscribeBox :-ms-input-placeholder {
  /* IE 10+ */
  color: #898989;
}
footer .ftBottomBox .subscribeBox ::-moz-placeholder {
  /* Firefox 19+ */
  color: #898989;
  opacity: 1;
}
footer .ftBottomBox .subscribeBox :-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #898989;
  opacity: 1;
}
footer .ftBottomBox .subscribeBox .innerBox {
  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;
  position: relative;
}
footer .ftBottomBox .subscribeBox .innerBox .subscribe_title {
  width: 147px;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1.02px;
  line-height: 1.7;
  text-align: center;
}
footer .ftBottomBox .subscribeBox .innerBox .inputBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
footer .ftBottomBox .subscribeBox .innerBox .inputBox input {
  color: #ffffff;
  width: calc(100% - 94px);
  height: 50px;
}
footer .ftBottomBox .subscribeBox .innerBox .inputBox .submit_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 94px;
  height: 100%;
  background-color: #21a13d;
  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;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.96px;
}
@media (min-width: 1025px) {
  footer .ftBottomBox .subscribeBox .innerBox .inputBox .submit_btn:hover {
    background-color: #227844;
  }
}
footer .ftBottomBox .langBox {
  margin-left: 49px;
  margin-right: 44px;
  padding: 0;
  width: auto;
  height: 50px;
}
@media (min-width: 1025px) {
  footer .ftBottomBox .langBox:hover .txt:before {
    color: #ffffff;
  }
}
footer .ftBottomBox .langBox ul {
  width: 71px;
  top: auto;
  bottom: 100%;
  left: auto;
  right: 0;
}
footer .ftBottomBox .langBox .txt:before {
  display: inline-block;
  content: "Language:";
  color: #b3b3b3;
  font-size: 14px;
  letter-spacing: 0.56px;
}
footer .ftBottomBox .langBox .txt svg {
  margin-left: 28px;
  margin-right: 15px;
  width: 24px;
  height: 16px;
}
footer .ftBottomBox .copyright {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.6px;
  line-height: 1.93;
}
footer .ftBottomBox .copyright span:before {
  content: "|";
  color: #888888;
  display: inline-block;
  margin: 0 11px;
}
footer .ftBottomBox .copyright span a {
  color: #888888;
  font-weight: 200;
}
@media (min-width: 1025px) {
  footer .ftBottomBox .copyright span a:hover {
    color: #ffffff;
  }
}
footer .ftBottomBox .goTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: 58px;
  width: 93px;
  cursor: pointer;
}
@media (min-width: 1025px) {
  footer .ftBottomBox .goTop:hover .txt {
    color: #e7c624;
  }
  footer .ftBottomBox .goTop:hover .arrow {
    border-color: rgba(231, 198, 36, 0.5);
  }
  footer .ftBottomBox .goTop:hover .arrow svg {
    color: #e7c624;
  }
}
footer .ftBottomBox .goTop .txt {
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0.6px;
  padding-right: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
footer .ftBottomBox .goTop .arrow {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid #717171;
}
footer .ftBottomBox .goTop .arrow svg {
  color: #ffffff;
}
@media (max-width: 1366px) {
  footer .ftBottomBox .langBox {
    margin-left: 25px;
    margin-right: 30px;
  }
}
@media (max-width: 1280px) {
  footer .ftBottomBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .ftBottomBox .copyright {
    width: 100%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  footer .ftBottomBox {
    padding-right: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .ftBottomBox .subscribeBox {
    width: 100%;
    margin-bottom: 15px;
  }
  footer .ftBottomBox .langBox {
    margin-left: 0;
    margin-right: 0;
    padding-right: 20px;
  }
  footer .ftBottomBox .langBox ul {
    width: 110px;
    top: 0;
    bottom: 0;
    left: 100%;
    right: auto;
    font-size: 0;
  }
  footer .ftBottomBox .langBox ul li {
    display: inline-block;
  }
  footer .ftBottomBox .langBox ul li a {
    width: 55px;
    padding: 15px 10px;
  }
  footer .ftBottomBox .goTop {
    position: relative;
    top: 0;
  }
  footer .ftBottomBox .copyright {
    margin-top: 15px;
    padding-top: 25px;
    border-top: 1px solid #444444;
  }
}
@media (max-width: 480px) {
  footer .ftBottomBox .subscribeBox {
    background-color: transparent;
  }
  footer .ftBottomBox .subscribeBox .innerBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .ftBottomBox .subscribeBox .innerBox .subscribe_title {
    width: 100%;
    text-align: left;
    padding-bottom: 15px;
  }
  footer .ftBottomBox .subscribeBox .innerBox .inputBox {
    background-color: #3d3d3d;
  }
  footer .ftBottomBox .subscribeBox .innerBox .inputBox input {
    padding-left: 20px;
  }
}

.privacyArea {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  padding: 40px 0 25px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  -webkit-transition: all 0.6s 0.1s;
  transition: all 0.6s 0.1s;
}
.privacyArea.check {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.privacyArea .wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.privacyArea .text {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.privacyArea .text a {
  color: #21a13d;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
.privacyArea .text a:hover {
  color: #21a13d;
}
.privacyArea .btn {
  margin-left: 25px;
  padding-top: 0;
}
.privacyArea .btn a {
  color: #ffffff;
  display: inline-block;
  letter-spacing: 0.5px;
  padding: 15px 35px;
}
@media (max-width: 768px) {
  .privacyArea .wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .privacyArea .text {
    width: 100%;
  }
  .privacyArea .btn {
    margin-top: 25px;
    margin-left: 0;
  }
}

/*share*/
.social {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin-right: -4px;
}
@media (max-width: 480px) {
  .social {
    width: 100%;
  }
}
.social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
  font-size: 19px;
  color: #929292;
  text-align: center;
}
.social a:hover {
  opacity: 0.8;
}

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

/*後台預覽模式*/
.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 a {
  text-decoration: underline;
}

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

/*********內頁**********/
.mainArea {
  padding: 100px 0;
}
.mainArea > .bread {
  display: none;
}
@media (max-width: 992px) {
  .mainArea {
    padding: 50px 0;
  }
}
@media (max-width: 375px) {
  .mainArea {
    padding: 30px 0;
  }
}
.mainArea404 {
  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;
  padding-top: 148px;
}
@media (max-width: 1180px) {
  .mainArea404 {
    padding-top: 85px;
  }
}
.mainArea404 .top {
  max-width: 380px;
  color: #21a13d;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .mainArea404 {
    height: 50vh;
    min-height: 350px;
  }
  .mainArea404 .top {
    font-size: 24px;
  }
}
.mainArea .contentBox {
  clear: both;
}

.titleBox {
  position: relative;
  margin-bottom: 30px;
}
.titleBox .titleTw {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.titleBox .titleEn {
  color: #393939;
  font-size: 38px;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
}

.noteBox {
  text-align: center;
}
.noteBox .notTitle {
  color: #393939;
  font-size: 35px;
  font-family: "Outfit", sans-serif, "Noto Sans TC";
  font-weight: bold;
  padding-bottom: 22px;
}
.noteBox .noteText {
  color: #6a6a6a;
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 2.06;
}

/*bread*/
.bread {
  padding: 30px 0 10px;
}
.bread .wrap {
  -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;
}
.bread .wrap a, .bread .wrap span {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.5px;
  font-family: "Outfit", sans-serif, "Noto Sans TC";
}
.bread .wrap a {
  color: #ffffff;
}
.bread .wrap a:hover {
  color: #e7c624;
}
.bread .wrap a:hover svg {
  color: #e7c624;
}
.bread .wrap svg {
  vertical-align: -2px;
  margin-right: 11px;
}
.bread .wrap span {
  color: rgba(255, 255, 255, 0.5);
}
.bread .wrap span + a,
.bread .wrap a + span {
  padding-left: 25px;
  position: relative;
}
.bread.arrow .wrap a:not(:first-child),
.bread.arrow .wrap span {
  padding-left: 44px;
  position: relative;
}
.bread.arrow .wrap a:not(:first-child)::before,
.bread.arrow .wrap span::before {
  content: ">";
  color: #a5a5a5;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bread.arrow .wrap a:not(:first-child).white,
.bread.arrow .wrap span.white {
  color: #ffffff;
}
.bread.arrow .wrap a:not(:first-child).big,
.bread.arrow .wrap span.big {
  font-size: 16px;
  letter-spacing: 0.32px;
}
.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap a + span {
  padding-left: 20px;
  position: relative;
}
.bread.verticalLine .wrap span + a::before,
.bread.verticalLine .wrap a + span::before {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #a9a9a9;
  position: absolute;
  top: 10%;
  left: 10px;
  z-index: 1;
}
.bread.horizontalLine .wrap span + a,
.bread.horizontalLine .wrap a + span {
  padding-left: 25px;
  position: relative;
}
.bread.horizontalLine .wrap span + a::before,
.bread.horizontalLine .wrap a + span::before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #a9a9a9;
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 1;
}
@media (max-width: 768px) {
  .bread {
    display: none;
  }
}

/*文章標題*/
.articleTitle {
  border-bottom: 1px solid #e2e2e2;
  color: #3b3b3b;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 1.56px;
  line-height: 1.115;
  margin-bottom: 20px;
  padding-bottom: 27px;
}

/*側邊標題字*/
.sectionTitle {
  margin-bottom: 52px;
  font-weight: bold;
  font-size: 35px;
  font-family: "Outfit", sans-serif;
  color: #393939;
  text-align: center;
}
.sectionTitle strong {
  display: block;
  position: relative;
  font-weight: bold;
}
.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;
}

@-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;
  }
}
/*類別*/
.classArea {
  margin-bottom: 50px;
  background-color: #ffffff;
  border-bottom: 1px solid #ebebeb;
}
@media (max-width: 1024px) {
  .classArea .wrap {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .classArea {
    margin-bottom: 35px;
  }
}

.classBox {
  position: relative;
  z-index: 4;
}
.classBox .classCurrent {
  background-color: #21a13d;
  color: #ffffff;
  cursor: pointer;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 15px 30px 15px 20px;
  position: relative;
}
.classBox .classCurrent::before {
  content: "\f107";
  color: #ffffff;
  font-size: 15px;
  font-family: FontAwesome;
  line-height: 1;
  margin-top: -6px;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
}
@media (min-width: 1025px) {
  .classBox .classCurrent {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
@media (min-width: 1025px) {
  .classBoxRow .classLink {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .classBoxRow .classLink li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-right: 1px solid #ebebeb;
  }
  .classBoxRow .classLink li:first-child {
    border-left: 1px solid #ebebeb;
  }
  .classBoxRow .classLink a {
    display: block;
    padding: 21px 15px;
    font-size: 16px;
    color: #202020;
    letter-spacing: 0.96px;
    text-align: center;
    position: relative;
  }
  .classBoxRow .classLink a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 0;
    height: 3px;
    background-color: #e7c624;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .classBoxRow .classLink a.current:after, .classBoxRow .classLink a:hover:after {
    width: 100%;
  }
}
.classBoxColumn {
  margin-bottom: 30px;
}
.classBoxColumn .sectionTitle {
  text-align: left;
  color: #3e3e3e;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.32px;
  line-height: 1.9375;
  font-family: "Noto Sans TC";
  padding: 0 0 8px 4px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}
.classBoxColumn .classLink .linkHasItems::before, .classBoxColumn .classLink .linkHasItems::after {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #2f2f2f;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.classBoxColumn .classLink .linkHasItems::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.classBoxColumn .classLink .linkHasItems::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.classBoxColumn .classLink .linkHasItems.open {
  background-color: #21a13d;
  color: #ffffff;
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
  background-color: #ffffff;
}
.classBoxColumn .classLink .linkHasItems.open::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open + ul {
  display: block;
}
.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 {
  background-color: #f8f8f8;
  color: #2f2f2f;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover {
  background-color: #e5e5e5;
  color: #21a13d;
}
@media (min-width: 1025px) {
  .classBoxColumn .classLink > li:not(:first-child) {
    border-top: 1px solid #ededed;
  }
  .classBoxColumn .classLink ul {
    display: none;
  }
  .classBoxColumn .classLink ul li:not(:first-child) {
    border-top: 1px solid #ededed;
  }
  .classBoxColumn .classLink a {
    color: #2f2f2f;
    display: block;
    line-height: 1.2;
    letter-spacing: 0.5px;
    padding: 18px 15px;
    position: relative;
  }
  .classBoxColumn .classLink a.current, .classBoxColumn .classLink a:hover {
    background-color: #21a13d;
    color: #ffffff;
  }
  .classBoxColumn .classLink a.current::before, .classBoxColumn .classLink a.current::after, .classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after {
    background-color: #ffffff;
  }
}
@media (max-width: 1023px) {
  .classBoxRow .classLink, .classBoxColumn .classLink {
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
  }
  .classBoxRow .classLink.open, .classBoxColumn .classLink.open {
    display: block;
  }
  .classBoxRow .classLink > li:not(:first-child), .classBoxColumn .classLink > li:not(:first-child) {
    border-top: 1px solid #ededed;
  }
  .classBoxRow .classLink > li > a.current, .classBoxColumn .classLink > li > a.current {
    color: #21a13d;
  }
  .classBoxRow .classLink > li ul, .classBoxColumn .classLink > li ul {
    display: none;
  }
  .classBoxRow .classLink a, .classBoxColumn .classLink a {
    color: #2f2f2f;
    background-color: #ffffff;
    display: block;
    font-size: 14px;
    padding: 14px 15px;
    position: relative;
  }
}

.pageBox .pageList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #cecece;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pageBox .pageList a {
  border: 1px solid #c2c2c2;
  color: #666;
  display: block;
  font-size: 15px;
}
.pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  display: block;
  position: absolute;
}
.pageBox .pageList a.prevBtn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pageBox .pageList a.nextBtn::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pageBox .pageList a:hover {
  border: 1px solid #21a13d;
  background-color: #21a13d;
  color: #ffffff;
}
.pageBox .pageList a:hover.prevBtn::before, .pageBox .pageList a:hover.nextBtn::before {
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.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 #21a13d;
  background-color: #21a13d;
  color: #ffffff;
}
.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 #ffffff;
  border-bottom: 1px solid #ffffff;
}
.pageBox .pageList.prevnext {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.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;
}

/*標籤*/
.tagBox {
  padding: 20px 0;
}
.tagBox b {
  display: inline-block;
  margin-right: 10px;
}
.tagBox ul {
  display: inline-block;
}
.tagBox li {
  display: inline-block;
  margin-bottom: 5px;
}
.tagBox a {
  position: relative;
  display: block;
  margin: 0 3px;
  padding: 5px 10px;
  border: 1px solid #21a13d;
  font-size: 13px;
  color: #21a13d;
}
.tagBox a:hover {
  color: #ffffff;
  background-color: #21a13d;
}
.tagBox a.current {
  color: #ffffff;
  background-color: #21a13d;
}
.tagBox a.current:before {
  content: "\f00d";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 12px;
}

/*頁籤*/
.tab {
  border-top: 1px solid #d6d6d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.tab li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tab a {
  color: #333;
  display: block;
  line-height: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 10px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.tab a.current {
  background-color: #21a13d;
  color: #ffffff;
}

/*頁籤內容*/
.tabContent {
  margin-top: -1px;
  padding: 20px 5px;
  border-top: 1px solid #d6d6d6;
}
.tabContent .tabContentItem {
  display: none;
}

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

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

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

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

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

/*側邊_其他相關訊息*/
/*社群分享*/
.sideShare {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.sideShare .shareList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sideShare .shareList .shareTitle {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #666;
}
.sideShare .shareList .shareItem a {
  color: #666;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 5px 6px;
  text-align: center;
}
.sideShare .shareList .shareItem a:hover {
  opacity: 0.8;
}
.sideShare .shareList .shareItem a svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-top: -3px;
  vertical-align: middle;
}

/*滑動解鎖*/
.captchaArea {
  position: relative;
  width: 200px;
  height: 50px;
  background-color: #ddd;
}
.captchaArea.unlocking .sliderBtn {
  -webkit-transition: none;
  transition: none;
}
.captchaArea .note {
  position: absolute;
  top: 17px;
  right: 30px;
  z-index: 1;
  font-size: 15px;
  text-align: center;
  font-family: "微軟正黑體";
  color: #777;
  letter-spacing: 1px;
  pointer-events: none;
}

.sliderBtn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  background-color: RoyalBlue;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.sliderBtn::before {
  content: "\f105";
  position: absolute;
  top: 13px;
  left: 23px;
  color: #ffffff;
  font-size: 24px;
  font-family: FontAwesome;
  pointer-events: none;
}

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

/*Hover效果1: 放大淡出*/
.imh_opacity2 {
  overflow: hidden;
  position: relative;
  line-height: 1;
}
.imh_opacity2:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
.imh_opacity2 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.imh_opacity2:hover:before {
  opacity: 1;
}
.imh_opacity2:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*Hover效果1: 放大淡出Detail*/
.imh_detail {
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.imh_detail img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.imh_detail a:before {
  content: "Details+";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  margin-left: -45px;
  margin-top: -80px;
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  color: #ffffff;
  border: 2px solid #ffffff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.imh_detail:hover a:before {
  opacity: 1;
  margin-top: -20px;
}
.imh_detail:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*Hover效果1: 放大淡出zoom*/
.imh_zoom {
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.imh_zoom img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.imh_zoom a:before {
  content: "\f002";
  display: block;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  font-family: FontAwesome;
  text-align: center;
  background-color: #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.imh_zoom:hover a:before {
  top: 50%;
}
.imh_zoom:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*Hover效果1: 放大*/
.imh_scale {
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.imh_scale img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.imh_scale:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.textEditor ul.list {
  list-style: none !important;
  padding-left: 0 !important;
  padding-top: 18px;
}
.textEditor ul.list li {
  color: #ababab;
  font-size: 15px;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.9px;
  line-height: 1.933;
  position: relative;
}
.textEditor ul.list li:before {
  color: #149d32;
  content: "•";
  width: 12px;
  font-size: 24px;
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
}
/*# sourceMappingURL=master.css.map */