@charset "UTF-8";
@import url(public/css/reset.css);
@import url(public/css/font-awesome-4.7.0/font-awesome.min.css);
@import url(public/css/rwdgrid.css);
@import url(public/css/textEditor.css);
@import url(public/css/contentbuilder.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700&family=Inter:wght@400;700&family=Noto+Sans+TC:wght@400;500;700&display=swap");
.slick-slider .slick-dots li button::before, .slickFuncBox .slick-dots li button::before, .slick-slider .slick-arrow::after, .slickFuncBox .slick-arrow::after, .slick-slider .slick-arrow::before, .slickFuncBox .slick-arrow::before, .slick-slider .slick-arrow, .slickFuncBox .slick-arrow, .arrowBox .arrow, .sideShare .shareList .shareItem a img, .side_news .item .Txt .moreBtn .more img, .side_news .item .Img .mask, .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.number a.prevBtn img, .pageBox .pageList.number a.nextBtn img, .pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .dataListBox .toggleBtn, .dataListBox .dataList .dataItem::after, .dataListBox .dataList .dataItem::before, .dataListBox .dataList .dataItem, .dataListBox .wrap, .dataListBox, .privacyArea, footer .bottomBox .linkPicList img, footer .topBox .footerMenu > li.dropDown.hasSubMenu > span > a::before, footer .topBox .footerMenu > li.dropDown.hasSubMenu > span > a::after, .slideMenuArea .bottomBox .right .linkPicList img, .slideMenuArea .bottomBox .left .searchBox .searchBtn, .slideMenuArea .bottomBox .left .searchBox div[id^=___gcse_] .gsc-search-button button, .slideMenuArea .bottomBox .left .languageCurrent .langIcon, .slideMenuArea .bottomBox .left .languageCurrent, .slideMenuArea .contentBox .menuBox .slideMenu > li.dropDown.hasSubMenu > span > a::before, .slideMenuArea .contentBox .menuBox .slideMenu > li.dropDown.hasSubMenu > span > a::after, .slideMenuTrigger .line::before, .slideMenuTrigger .line::after, .slideMenuTrigger .line, .slideMenuTrigger, header .menuBox .languageBox .languageList, header .menuBox .languageBox .languageCurrent .langIcon, header .menuBox .languageBox .languageCurrent, header .menuBox .searchToggle img, header .menuBox .searchToggle, header .menuBox .linkBtn, header .menuBox .menu span > .menuLink::after, .loadingArea, .moduleMask, .moduleBox.slideModuleBox .moduleClose::before, .moduleBox.slideModuleBox .moduleClose::after, .moduleBox.slideModuleBox, .moduleBox.search .searchBox .searchBtn, .moduleBox.search .searchBox div[id^=___gcse_] .gsc-search-button button, .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 .btn a.textLink::before, .moduleBox .moduleClose, .btnBox .btn.animation::after, a, body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(2) .link img, body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(3) .link img, body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(2) .link, body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(3) .link {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*ESG共通樣式*/
@-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 bgSlide {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
    right: 0;
    left: auto;
  }
}
@keyframes bgSlide {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
    right: 0;
    left: auto;
  }
}
@-webkit-keyframes textSlideLeftAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes textSlideLeftAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes textSlideRightAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes textSlideRightAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes textSlideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes textSlideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes textSlideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes textSlideUpAnimation {
  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 modlueSildeLeftAnimation {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes modlueSildeLeftAnimation {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes modlueSildeTopAnimation {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes modlueSildeTopAnimation {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    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 bannerTextAnimation {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes bannerTextAnimation {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes progressBarHorizontal {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes progressBarHorizontal {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes dashBlue {
  from {
    stroke-dashoffset: 900;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dashBlue {
  from {
    stroke-dashoffset: 900;
  }
  to {
    stroke-dashoffset: 0;
  }
}
body {
  background-color: #fff;
  font-size: 14px;
  font-family: "Inter", "Noto Sans SC", "Noto Sans Tc", Helvetica, Arial, "Microsoft JhengHei", "新細明體", "細明體", Heiti TC, "メイリオ", sans-serif;
  /*
  &:not(.WebSiteHome) {
  	.bannerArea {
  		.bannerItem {
  			.Txt {
  				align-items: center;
  			}

  			.Img {
  				@include media(640) {
  					padding-bottom: 56.25%;
  				}
  			}
  		}
  	}
  }
  */
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
  overflow: hidden;
}
body.errorPage .mainArea {
  width: 100%;
  min-height: 50vh;
  -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: #1e42b4;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto;
}
body.errorPage .mainArea .errorMenu {
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
body.errorPage .mainArea .errorMenu li {
  text-align: center;
}
body.errorPage .mainArea .errorMenu li.noneClickAble {
  -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;
}
body.errorPage .mainArea .errorMenu li.noneClickAble .submenu {
  -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;
}
body.errorPage .mainArea .errorMenu li a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 15px 10px;
}
@media (max-width: 768px) {
  body.errorPage .mainArea .top {
    font-size: 24px;
  }
  body.errorPage .mainArea .errorMenu li {
    width: 100%;
  }
  body.errorPage .mainArea .errorMenu li.noneClickAble span {
    width: 100%;
  }
  body.errorPage .mainArea .errorMenu li.noneClickAble .submenu {
    width: 100%;
  }
}
body:not(.WebSiteHome) .bannerArea {
  background-color: #f7f7f7;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Img {
  padding-bottom: 0;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Img img {
    max-height: 470px;
  }
}
@media (max-width: 960px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Img img {
    min-height: 470px;
  }
}
@media (max-width: 640px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Img img {
    position: static;
  }
}
body:not(.WebSiteHome).projectsPage .bannerItem .Txt:not(.hasImg) .titleBox, body:not(.WebSiteHome).investmentPage .bannerItem .Txt:not(.hasImg) .titleBox, body:not(.WebSiteHome).esgPage .bannerItem .Txt:not(.hasImg) .titleBox, body:not(.WebSiteHome).contactPage .bannerItem .Txt:not(.hasImg) .titleBox, body:not(.WebSiteHome).techinsightsPage .bannerItem .Txt:not(.hasImg) .titleBox, body:not(.WebSiteHome).newsPage .bannerItem .Txt:not(.hasImg) .titleBox, body:not(.WebSiteHome).recruitPage .bannerItem .Txt:not(.hasImg) .titleBox, body:not(.WebSiteHome).aboutPage .bannerItem .Txt:not(.hasImg) .titleBox, body:not(.WebSiteHome).servicesPage .bannerItem .Txt:not(.hasImg) .titleBox {
  color: #222;
}
body:not(.WebSiteHome).projectsPage .bannerItem .Txt .bread, body:not(.WebSiteHome).investmentPage .bannerItem .Txt .bread, body:not(.WebSiteHome).esgPage .bannerItem .Txt .bread, body:not(.WebSiteHome).contactPage .bannerItem .Txt .bread, body:not(.WebSiteHome).techinsightsPage .bannerItem .Txt .bread, body:not(.WebSiteHome).newsPage .bannerItem .Txt .bread, body:not(.WebSiteHome).recruitPage .bannerItem .Txt .bread, body:not(.WebSiteHome).aboutPage .bannerItem .Txt .bread, body:not(.WebSiteHome).servicesPage .bannerItem .Txt .bread {
  padding: 25px 0 0;
}
body:not(.WebSiteHome).projectsPage .bannerItem .Txt .bread .wrap, body:not(.WebSiteHome).investmentPage .bannerItem .Txt .bread .wrap, body:not(.WebSiteHome).esgPage .bannerItem .Txt .bread .wrap, body:not(.WebSiteHome).contactPage .bannerItem .Txt .bread .wrap, body:not(.WebSiteHome).techinsightsPage .bannerItem .Txt .bread .wrap, body:not(.WebSiteHome).newsPage .bannerItem .Txt .bread .wrap, body:not(.WebSiteHome).recruitPage .bannerItem .Txt .bread .wrap, body:not(.WebSiteHome).aboutPage .bannerItem .Txt .bread .wrap, body:not(.WebSiteHome).servicesPage .bannerItem .Txt .bread .wrap {
  padding: 0;
}
body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt {
  padding: 0;
}
@media (max-width: 1200px) {
  body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt {
    padding-bottom: 55px;
  }
}
body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt .wrap {
  max-width: 1525px;
  color: #fff;
  padding: 20px;
  padding-top: 30px;
}
body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt .wrap .enText {
  font-style: normal;
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
  padding-left: 106px;
  position: relative;
  letter-spacing: 0.3px;
}
body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt .wrap .enText::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 1px;
  background-color: rgba(204, 204, 204, 0.5);
  left: 0;
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt .wrap .description {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
}
@media (max-width: 1200px) {
  body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt .wrap .description {
    font-size: 22px;
  }
}
body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt .wrap .title {
  color: #fff;
  font-size: 44px;
  font-weight: 500;
  letter-spacing: 2.2px;
}
@media (max-width: 1200px) {
  body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt .wrap .title {
    font-size: 36px;
  }
}
@media (max-width: 640px) {
  body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt .wrap .title {
    line-height: 1.2;
    padding-top: 8px;
  }
}
body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
@media (max-width: 840px) {
  body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt .titleBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt .titleBox .left .title {
  font-size: 30px;
  color: #1e42b4;
  font-weight: 500;
  position: relative;
  padding: 0 32px;
  letter-spacing: 2px;
  line-height: 1.2;
  text-align: left;
}
@media (max-width: 840px) {
  body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt .titleBox .left .title {
    margin-bottom: 10px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt .titleBox .left .title {
    font-size: 26px;
  }
}
body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt .titleBox .left .title::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 1px;
  background-color: #1e42b4;
  left: 0;
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 840px) {
  body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt .titleBox .left .title::before {
    height: 30px;
  }
}
body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt .titleBox .left .title::after {
  content: "";
  position: absolute;
  height: 50px;
  width: 1px;
  background-color: #1e42b4;
  right: 0;
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 840px) {
  body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt .titleBox .left .title::after {
    height: 30px;
  }
}
body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt .titleBox .right {
  text-align: left;
  padding-left: 31px;
}
@media (max-width: 840px) {
  body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt .titleBox .right {
    padding-left: 0;
  }
}
body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt .titleBox .right .enTitle {
  font-size: 20px;
  color: #1e42b4;
  font-weight: bold;
  letter-spacing: 0.8px;
}
@media (max-width: 840px) {
  body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt .titleBox .right .enTitle {
    text-align: center;
    margin-bottom: 6px;
  }
}
@media (max-width: 480px) {
  body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt .titleBox .right .enTitle {
    font-size: 18px;
  }
}
body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt .titleBox .bread {
  margin: 0;
  padding: 0;
  border: 0;
}
@media (max-width: 840px) {
  body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt .titleBox .bread {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt .titleBox .bread .wrap {
  padding: 0;
}
@media (max-width: 840px) {
  body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt .titleBox .bread .wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt .titleBox .bread a,
body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt .titleBox .bread span {
  font-size: 13px;
  color: #aaaaaa;
  position: relative;
}
body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt .titleBox .bread a:hover {
  color: #1e42b4;
}
body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt .titleBox .bread.arrow span + span,
body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt .titleBox .bread.arrow span + a,
body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt .titleBox .bread.arrow a + span,
body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt .titleBox .bread.arrow a + a {
  padding-left: 25px;
}
body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt .titleBox .bread.arrow span + span::before,
body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt .titleBox .bread.arrow span + a::before,
body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt .titleBox .bread.arrow a + span::before,
body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt .titleBox .bread.arrow a + a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  position: absolute;
  top: 50%;
  left: 7px;
  z-index: 1;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt.hasImg {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1200px) {
  body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt.hasImg {
    padding-bottom: 0;
  }
}
body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt.hasImg .titleBox {
  background-color: #fff;
  max-width: 750px;
  min-height: 110px;
  border-radius: 20px;
  margin-bottom: 40px;
  margin-top: 95px;
  padding: 10px 40px;
}
@media (max-width: 1600px) {
  body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt.hasImg .titleBox {
    margin-top: 60px;
  }
}
@media (max-width: 1400px) {
  body:not(.WebSiteHome):not(.aboutPage, .servicesPage, .recruitPage, .newsPage, .techinsightsPage, .contactPage, .esgPage, .investmentPage, .projectsPage) .bannerItem .Txt.hasImg .titleBox {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
body:not(.WebSiteHome) .bannerInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 5;
  top: -55px;
}
@media (max-width: 720px) {
  body:not(.WebSiteHome) .bannerInfo {
    top: 0;
    margin-top: -110px;
    margin-bottom: 20px;
  }
}
body:not(.WebSiteHome) .bannerInfo.noImg {
  top: 0;
  padding: 60px 0 40px 0;
  border-bottom: 1px solid #ececec;
  margin-top: 0;
}
body:not(.WebSiteHome) .bannerInfo.noImg > .wrap {
  padding: 0;
}
@media (max-width: 720px) {
  body:not(.WebSiteHome) .bannerInfo.noImg {
    padding: 30px 0 10px 0;
  }
}
body:not(.WebSiteHome) .bannerInfo .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1540px;
  padding: 0 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body:not(.WebSiteHome) .bannerInfo .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  width: auto;
}
@media (max-width: 1400px) {
  body:not(.WebSiteHome) .bannerInfo .contentBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body:not(.WebSiteHome) .bannerInfo .item {
  border-radius: 20px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 110px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
  body:not(.WebSiteHome) .bannerInfo .item {
    min-height: 80px;
  }
}
body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 10px;
  margin-right: 60px;
  padding: 16px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1600px) {
  body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) {
    margin-right: 10px;
  }
}
@media (max-width: 1400px) {
  body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 840px) {
  body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}
body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) .left .title {
  font-size: 30px;
  color: #1e42b4;
  font-weight: 500;
  position: relative;
  padding: 0 32px;
  letter-spacing: 2px;
  line-height: 1.2;
  text-align: left;
}
@media (max-width: 840px) {
  body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) .left .title {
    margin-bottom: 10px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) .left .title {
    font-size: 26px;
  }
}
body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) .left .title::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 1px;
  background-color: #1e42b4;
  left: 0;
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 840px) {
  body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) .left .title::before {
    height: 30px;
  }
}
body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) .left .title::after {
  content: "";
  position: absolute;
  height: 50px;
  width: 1px;
  background-color: #1e42b4;
  right: 0;
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 840px) {
  body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) .left .title::after {
    height: 30px;
  }
}
body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) .right {
  text-align: left;
  padding-left: 31px;
}
@media (max-width: 840px) {
  body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) .right {
    padding-left: 0;
  }
}
body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) .right .enTitle {
  font-size: 20px;
  color: #1e42b4;
  font-weight: bold;
  letter-spacing: 0.8px;
}
@media (max-width: 840px) {
  body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) .right .enTitle {
    text-align: center;
    margin-bottom: 6px;
  }
}
@media (max-width: 480px) {
  body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) .right .enTitle {
    font-size: 18px;
  }
}
body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) .bread {
  margin: 0;
  padding: 0;
  border: 0;
}
@media (max-width: 840px) {
  body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) .bread {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) .bread a,
body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) .bread span {
  font-size: 13px;
  color: #aaaaaa;
  position: relative;
}
body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) .bread a:hover {
  color: #1e42b4;
}
body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) .bread.arrow span + span,
body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) .bread.arrow span + a,
body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) .bread.arrow a + span {
  padding-left: 25px;
}
body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) .bread.arrow span + span::before,
body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) .bread.arrow span + a::before,
body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) .bread.arrow a + span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  position: absolute;
  top: 50%;
  left: 7px;
  z-index: 1;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) .sdgsTagBox {
  width: 100%;
  position: relative;
  margin-top: 8px;
}
@media (max-width: 1400px) {
  body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) .sdgsTagBox {
    margin-top: 10px;
    padding: 0 30px;
  }
}
body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) .sdgsTagBox .arrowBox {
  display: none;
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) .sdgsTagBox .arrowBox {
    position: absolute;
    width: calc(100% + 20px);
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) .sdgsTagBox .arrowBox .arrow {
    width: 35px;
    height: 35px;
  }
}
body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) .sdgsTag {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -6px;
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) .sdgsTag {
    display: block;
  }
}
body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) .sdgsTag .tagItem {
  padding: 0 3px;
  padding-bottom: 6px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) .sdgsTag .pic {
  border-radius: 999px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(1) .sdgsTag img {
  width: 56px;
  height: 56px;
}
body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(2), body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(3) {
  max-width: 330px;
  width: 100%;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 110px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 30px;
}
@media (max-width: 1400px) {
  body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(2), body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(3) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: none;
    width: calc(50% - 20px);
  }
}
@media (max-width: 1200px) {
  body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(2), body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(3) {
    min-height: 80px;
  }
}
@media (max-width: 840px) {
  body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(2), body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(3) {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(2), body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(3) {
    padding: 0 10px;
  }
}
body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(2) .icon, body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(3) .icon {
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(2) .icon img, body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(3) .icon img {
  width: 65px;
  height: 65px;
}
@media (max-width: 480px) {
  body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(2) .icon img, body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(3) .icon img {
    width: 50px;
    height: 50px;
  }
}
body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(2) .text, body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(3) .text {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  max-width: 120px;
  margin-right: 33px;
}
@media (max-width: 1200px) {
  body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(2) .text, body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(3) .text {
    margin-right: 0;
  }
}
body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(2) .link, body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(3) .link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35px;
  height: 35px;
  border-radius: 99px;
  border: 1px solid #d4d4d4;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(2) .link a, body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(3) .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(2) .link img, body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(3) .link img {
  width: 13px;
  height: auto;
}
@media (max-width: 1200px) {
  body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(2) .link, body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(3) .link {
    margin-left: auto;
  }
}
body:not(.WebSiteHome) .bannerInfo .item:nth-of-type(3) .icon img {
  width: 45px;
}
body:not(.WebSiteHome) .bannerInfo .item .coverLink {
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
body:not(.WebSiteHome) .bannerInfo .item .coverLink:hover ~ .link {
  border-color: #333;
  background-color: #333;
}
body:not(.WebSiteHome) .bannerInfo .item .coverLink:hover ~ .link img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

address {
  font-style: normal;
}

a {
  color: #000;
  cursor: pointer;
}
a:hover {
  color: #1e42b4;
}

div.titan {
  display: none;
}

[class*=col-] {
  float: left;
}

.col-1 {
  width: 100%;
}
.col-2 {
  width: 50%;
}
.col-3 {
  width: 33.33%;
}
.col-4 {
  width: 25%;
}
.col-5 {
  width: 20%;
}
@media (max-width: 480px) {
  .col-1, .col-2, .col-3, .col-4, .col-5 {
    float: none;
    width: 100%;
  }
}

.btnBox.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -6px;
}
.btnBox.flex .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 6px;
}
.btnBox.flex.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.btnBox.flex.vertical .btn {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin: 7.5px 0;
}
.btnBox.flex.nomargin .btn {
  margin: 0px;
}
.btnBox.single.center .btn {
  margin: 0 auto;
}
.btnBox.single .btn {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 1024px) {
  .btnBox.single .btn {
    max-width: 150px;
  }
}
.btnBox.full .btn {
  width: 100%;
}
.btnBox .btn {
  display: block;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 15px 10px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.btnBox .btn span {
  display: inline-block;
  margin-left: 5px;
}
.btnBox .btn_color_main {
  border: 1px solid #1a3a9e;
  background-color: #1e42b4;
  color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_main:hover {
    border-color: #132a72;
    background-color: #173288;
  }
}
.btnBox .btn_color_sec {
  border: 1px solid #369a26;
  background-color: #3dae2b;
  color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_sec:hover {
    border-color: #27711c;
    background-color: #2f8521;
  }
}
.btnBox .btn_color_third {
  border: 1px solid #262626;
  background-color: #333;
  color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_third:hover {
    border-color: #1a3a9e;
    background-color: #1e42b4;
  }
}
.btnBox .btn_color_white {
  border: 1px solid #fff;
  background-color: #fff;
  color: #1e42b4;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_white:hover {
    border-color: #1a3a9e;
    background-color: #1e42b4;
    color: #fff;
  }
}
.btnBox .btn_color_gray {
  border: 1px solid #bebebe;
  background-color: #cbcbcb;
  color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_gray:hover {
    border-color: #9e9e9e;
    background-color: #ababab;
  }
}
.btnBox .btn_color_darkgray {
  border: 1px solid #8d8d8d;
  background-color: #9a9a9a;
  color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_darkgray:hover {
    border-color: #6d6d6d;
    background-color: #7a7a7a;
  }
}
.btnBox .btn.animation::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #000;
}
@media (min-width: 1201px) {
  .btnBox .btn.animation:hover {
    border-color: #000;
  }
  .btnBox .btn.animation:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }
}
@media (max-width: 1024px) {
  .btnBox .btn {
    font-size: 15px;
    padding: 12px 5px;
  }
}

.btn_color1 {
  background-color: #1e42b4;
  color: #fff;
}
@media (min-width: 1201px) {
  .btn_color1:hover {
    background-color: #132a72;
    color: #fff;
  }
}
.btn_color_white {
  background-color: #fff;
  color: #1e42b4;
}
@media (min-width: 1201px) {
  .btn_color_white:hover {
    background-color: #1e42b4;
    color: #fff;
  }
}

/*button*/
.btn1.center {
  text-align: center;
}
.btn1.full a {
  width: 100%;
  margin: 0;
}
.btn1 a {
  min-width: 190px;
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.01em;
  margin: 5px;
  padding: 13px 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: #1e42b4;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn1 a:hover {
  border-color: #1e42b4;
}
.btn1 a:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.btn1 a.white {
  background-color: #fff;
  border: 1px solid #68a9b1;
  color: #68a9b1;
}
.btn1 a.white::after {
  background-color: #68a9b1;
}
.btn1 a.white:hover {
  color: #fff;
}

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 {
  padding-top: 90px;
  position: relative;
}
@media (max-width: 1200px) {
  .outerWrap {
    padding-top: 60px;
    padding-bottom: calc(50px + env(safe-area-inset-bottom));
  }
}

.wrap {
  width: 100%;
  max-width: 1525px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/*module*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-property: top, opacity, visibility;
  transition-property: top, opacity, visibility;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  /*洽詢車&購物車*/
  /*訂單查詢*/
  /*搜尋*/
  /*提醒使用cookie彈窗*/
  /*訂閱電子報*/
  /*sdgs*/
}
.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%;
  max-height: calc(90vh - 50px);
  overflow-y: auto;
  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: #1e42b4;
}
.moduleBox .moduleClose {
  width: 50px;
  height: 50px;
  background: none;
  background-color: #1e42b4;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -0.5px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.moduleBox .moduleClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.moduleBox .moduleClose:hover {
  background-color: #132a72;
}
.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 .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 .btn {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.moduleBox.privacy .btn a:not(.textLink) {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 15px 25px;
}
.moduleBox.privacy .btn a.textLink {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.moduleBox.privacy .btn a.textLink::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #1e42b4;
  position: absolute;
  bottom: -3px;
  left: 50%;
}
@media (min-width: 1201px) {
  .moduleBox.privacy .btn a.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: #1e42b4;
  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: #4d70e1;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
  background-color: #224aca;
  -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: #1e42b4;
  }
}
@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: #1e42b4;
}
.moduleBox.cart .cart {
  border-top: 2px solid #1e42b4;
  border-bottom: 2px solid #b4b4b4;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.moduleBox.cart .buyList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.moduleBox.cart .buyList li:not(:first-child) {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid #d5d5d5;
}
.moduleBox.cart .buyList .Img {
  width: 90px;
}
.moduleBox.cart .buyList .Img img {
  display: block;
  width: 100%;
}
.moduleBox.cart .buyList .Txt {
  position: relative;
  width: calc(100% - 90px);
  padding-left: 15px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}
.moduleBox.cart .buyList h3 {
  width: 100%;
  margin-bottom: 3px;
}
.moduleBox.cart .buyList h3 a {
  display: block;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.moduleBox.cart .buyList .spec {
  color: #6a6a6a;
  margin-bottom: 3px;
}
.moduleBox.cart .buyList .del {
  position: absolute;
  right: 0;
  top: 25px;
  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;
}
.moduleBox.cart .buyList .del:hover {
  background-color: #1e42b4;
  color: #fff;
}
.moduleBox.cart .buyList .del svg {
  width: 15px;
  height: 18px;
}
.moduleBox.orderCheck .moduleWrap {
  max-width: 360px;
}
.moduleBox.orderCheck h4 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  font-family: "微軟正黑體", "新細明體", sans-serif;
  color: #222;
  text-align: left;
}
.moduleBox.orderCheck input[type=text], .moduleBox.orderCheck input[type=password] {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding: 5px;
  border: 2px solid #ccc;
}
.moduleBox.orderCheck a.btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 13px;
  color: #fff;
}
.moduleBox.search .moduleWrap {
  max-width: 480px;
}
.moduleBox.search .searchBox {
  width: 100%;
  max-width: 510px;
  height: 90px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.moduleBox.search .searchBox div[id^=___gcse_] {
  width: 100%;
}
.moduleBox.search .searchBox div[id^=___gcse_] .gsc-control-cse {
  padding: 0;
}
.moduleBox.search .searchBox div[id^=___gcse_] .gsc-input {
  padding-right: 0;
}
.moduleBox.search .searchBox div[id^=___gcse_] .gsc-search-button {
  height: 46.5px;
  cursor: pointer;
  margin-left: 0;
}
.moduleBox.search .searchBox div[id^=___gcse_] .gsc-search-button button {
  border-color: #222;
  background-color: #222;
}
@media (min-width: 1201px) {
  .moduleBox.search .searchBox div[id^=___gcse_] .gsc-search-button button:hover {
    border-color: #1e42b4;
    background-color: #1e42b4;
  }
}
.moduleBox.search .searchBox div[id^=___gcse_] .gsib_a {
  padding: 10px 15px;
}
.moduleBox.search .searchBox img {
  width: 25px;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.moduleBox.search .searchBox input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #aaa;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0px;
  padding-left: 30px;
  padding-right: 20px;
}
.moduleBox.search .searchBox input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.moduleBox.search .searchBox input::-moz-placeholder {
  color: #ccc;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.moduleBox.search .searchBox input:-ms-input-placeholder {
  color: #ccc;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.moduleBox.search .searchBox input::-ms-input-placeholder {
  color: #ccc;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.moduleBox.search .searchBox input::placeholder {
  color: #ccc;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.moduleBox.search .searchBox .searchBtn {
  width: 120px;
  height: 100%;
  background-color: #333;
  color: #fff;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 1201px) {
  .moduleBox.search .searchBox .searchBtn:hover {
    background-color: #1e42b4;
  }
}
.moduleBox.cookie .moduleWrap {
  max-width: 480px;
}
.moduleBox.cookie .text {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.6;
}
.moduleBox.mailSubscribe .inputBox {
  margin-top: 74px;
  padding-right: 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1200px) {
  .moduleBox.mailSubscribe .inputBox {
    padding-right: 0;
    margin-top: 45px;
  }
}
@media (max-width: 540px) {
  .moduleBox.mailSubscribe .inputBox {
    -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;
    margin-top: 36px;
  }
}
.moduleBox.mailSubscribe .inputBox form {
  margin-top: 0px;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -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;
}
@media (max-width: 720px) {
  .moduleBox.mailSubscribe .inputBox form {
    padding-right: 0;
    margin-top: 45px;
  }
}
@media (max-width: 540px) {
  .moduleBox.mailSubscribe .inputBox form {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0px;
  }
}
.moduleBox.mailSubscribe .inputBox input {
  border: 0;
  padding-left: 0;
  color: #bbbbbb;
  letter-spacing: 1.1px;
  height: 60px;
  padding-top: 0px;
  padding-left: 2px;
  font-size: 17px;
  font-weight: 400;
  font-family: "Poppins", "Noto Sans Tc", Verdana, "Microsoft JhengHei", "新細明體", "細明體";
  border-bottom: 1px solid #aaaaaa;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
}
.moduleBox.mailSubscribe .inputBox input::-webkit-input-placeholder {
  color: #bbbbbb;
  letter-spacing: 1.1px;
}
.moduleBox.mailSubscribe .inputBox input::-moz-placeholder {
  color: #bbbbbb;
  letter-spacing: 1.1px;
}
.moduleBox.mailSubscribe .inputBox input:-ms-input-placeholder {
  color: #bbbbbb;
  letter-spacing: 1.1px;
}
.moduleBox.mailSubscribe .inputBox input::-ms-input-placeholder {
  color: #bbbbbb;
  letter-spacing: 1.1px;
}
.moduleBox.mailSubscribe .inputBox input::placeholder {
  color: #bbbbbb;
  letter-spacing: 1.1px;
}
.moduleBox.mailSubscribe .inputBox input.error {
  border-bottom: 1px solid #1e42b4;
}
@media (max-width: 540px) {
  .moduleBox.mailSubscribe .inputBox input {
    margin-right: 0;
    height: 50px;
  }
}
.moduleBox.mailSubscribe .inputBox .submit_btn {
  max-width: 190px;
  width: 100%;
  border-radius: 99px;
  background-color: #1e42b4;
  height: 60px;
  position: static;
  color: #fff;
  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-transform: none;
          transform: none;
  font-size: 16px;
  margin-left: 20px;
  margin-top: 30px;
}
@media (max-width: 640px) {
  .moduleBox.mailSubscribe .inputBox .submit_btn {
    max-width: 140px;
    height: 50px;
  }
}
@media (max-width: 540px) {
  .moduleBox.mailSubscribe .inputBox .submit_btn {
    margin-top: 20px;
    margin: 0 10px;
    max-width: none;
  }
}
.moduleBox.mailSubscribe .inputBox .submit_btn:hover {
  background-color: #333;
}
.moduleBox.mailSubscribe .inputBox .submitBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 540px) {
  .moduleBox.mailSubscribe .inputBox .submitBox {
    width: auto;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    margin: 0 -10px;
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  .moduleBox.mailSubscribe .moduleContent {
    padding: 0 20px;
  }
}
.moduleBox.sdgs .moduleWrap {
  max-width: 960px;
  padding-right: 150px;
  padding-top: 152px;
}
@media (max-width: 1400px) {
  .moduleBox.sdgs .moduleWrap {
    padding-right: 80px;
  }
}
@media (max-width: 1200px) {
  .moduleBox.sdgs .moduleWrap {
    padding-top: 110px;
  }
}
@media (max-width: 1024px) {
  .moduleBox.sdgs .moduleWrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.moduleBox.sdgs .topBox {
  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;
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .moduleBox.sdgs .topBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.moduleBox.sdgs .topBox::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #1e42b4;
  bottom: 0;
  left: auto;
}
.moduleBox.sdgs .topBox .line {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #e5e5e5;
  background-clip: content-box;
  padding: 0 36px;
  width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: 8px;
}
@media (max-width: 1200px) {
  .moduleBox.sdgs .topBox .line {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .moduleBox.sdgs .topBox .line {
    padding: 0 20px;
  }
}
.moduleBox.sdgs .topBox .classTitle {
  font-size: 15px;
  color: #1e42b4;
  padding-top: 23px;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 1.2px;
}
@media (max-width: 1200px) {
  .moduleBox.sdgs .topBox .classTitle {
    padding-top: 0;
  }
}
.moduleBox.sdgs .topBox .dateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1200px) {
  .moduleBox.sdgs .topBox .dateBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.moduleBox.sdgs .topBox .dateBox .date {
  font-size: 34px;
  font-weight: 500;
  color: #555555;
}
@media (max-width: 1200px) {
  .moduleBox.sdgs .topBox .dateBox .date {
    font-size: 24px;
  }
}
.moduleBox.sdgs .topBox .dateBox .year {
  font-size: 14px;
  font-weight: bold;
  color: #555555;
  margin-bottom: 10px;
  padding-right: 30px;
  letter-spacing: 1.1px;
  position: relative;
}
@media (max-width: 1200px) {
  .moduleBox.sdgs .topBox .dateBox .year {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.moduleBox.sdgs .topBox .dateBox .year::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background-color: #c9c9c9;
  right: 10px;
  top: 6px;
}
@media (max-width: 1200px) {
  .moduleBox.sdgs .moduleClose {
    position: absolute;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 40px;
  }
}
.moduleBox.sdgs .moduleContent {
  padding-left: 80px;
  padding-bottom: 60px;
}
@media (max-width: 1200px) {
  .moduleBox.sdgs .moduleContent {
    padding-bottom: 80px;
    padding-right: 0px;
  }
  .moduleBox.sdgs .moduleContent::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 1024px) {
  .moduleBox.sdgs .moduleContent {
    padding-left: 0px;
  }
}
.moduleBox.sdgs .moduleContent .moduleTitle {
  line-height: 1.5;
  padding-bottom: 70px;
}
@media (max-width: 1200px) {
  .moduleBox.sdgs .moduleContent .moduleTitle {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .moduleBox.sdgs .moduleContent .moduleTitle {
    padding-bottom: 50px;
  }
}
@media (max-width: 540px) {
  .moduleBox.sdgs .moduleContent .moduleTitle {
    padding-bottom: 40px;
  }
}
.moduleBox.sdgs .moduleContent .Img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 18px;
}
.moduleBox.sdgs .moduleContent .Img img {
  width: 100%;
}
.moduleBox.sdgs .moduleContent .textEditor {
  font-size: 17px;
  color: #666666;
  letter-spacing: 1.1px;
}
.moduleBox.slideModuleBox {
  background-color: rgba(209, 209, 209, 0.8);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
  top: 0;
}
.moduleBox.slideModuleBox.show .moduleWrap {
  -webkit-animation: modlueSildeLeftAnimation 0.8s ease-in-out;
          animation: modlueSildeLeftAnimation 0.8s ease-in-out;
}
@media (max-width: 1200px) {
  .moduleBox.slideModuleBox.show .moduleWrap {
    -webkit-animation: modlueSildeTopAnimation 0.8s ease-in-out;
            animation: modlueSildeTopAnimation 0.8s ease-in-out;
  }
}
@media (max-width: 1200px) {
  .moduleBox.slideModuleBox {
    padding: 68px 20px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.moduleBox.slideModuleBox .moduleClose {
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  top: 47px;
  right: 60px;
}
.moduleBox.slideModuleBox .moduleClose::before, .moduleBox.slideModuleBox .moduleClose::after {
  width: 55%;
  height: 3px;
  background-color: #000;
  border-radius: 3px;
}
.moduleBox.slideModuleBox .moduleClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.moduleBox.slideModuleBox .moduleClose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.moduleBox.slideModuleBox .moduleClose:hover {
  background: transparent;
}
.moduleBox.slideModuleBox .moduleClose:hover::before, .moduleBox.slideModuleBox .moduleClose:hover::after {
  background-color: #1e42b4;
}
@media (max-width: 960px) {
  .moduleBox.slideModuleBox .moduleClose {
    right: 10px;
  }
}
.moduleBox.slideModuleBox .moduleWrap {
  max-width: 860px;
  height: 100%;
  -webkit-transform: none;
          transform: none;
  padding-top: 153px;
}
@media (max-width: 720px) {
  .moduleBox.slideModuleBox .moduleWrap {
    padding-top: 100px;
  }
}
.moduleBox.slideModuleBox .moduleContent {
  padding: 0 60px;
  padding-left: 77px;
}
@media (max-width: 960px) {
  .moduleBox.slideModuleBox .moduleContent {
    padding: 0 20px;
  }
}
.moduleBox.slideModuleBox .moduleContent .text {
  font-size: 17px;
  color: #888888;
  letter-spacing: 2.5px;
}
@media (max-width: 720px) {
  .moduleBox.slideModuleBox .moduleContent .text {
    font-size: 15px;
    letter-spacing: 1.2px;
  }
}
.moduleBox.slideModuleBox .moduleTitle {
  text-align: left;
  font-size: 34px;
  font-weight: 500;
  color: #333;
  padding-bottom: 13px;
}

.moduleMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1003;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.moduleMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/*loading*/
.loadingArea {
  width: 100%;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.loadingArea .loadLogo {
  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%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
}
.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 {
  min-height: 90px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200px) {
  header {
    min-height: 60px;
  }
}
header .wrap {
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 78px 0 48px;
}
@media (max-width: 1680px) {
  header .wrap {
    padding: 0 10px 0 20px;
  }
}
header .logo {
  width: 245px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
}
header .logo a {
  display: block;
}
header .logo img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
}
@media (max-width: 1440px) {
  header .logo {
    width: 200px;
  }
}
@media (max-width: 1280px) {
  header .logo {
    width: 175px;
  }
}
@media (max-width: 640px) {
  header .logo {
    width: 160px;
  }
}
header .logo .title {
  font-size: 20px;
  white-space: nowrap;
  padding-left: 36px;
  position: relative;
  font-weight: 400;
  color: #333;
}
header .logo .title::before {
  content: "";
  position: absolute;
  width: 1px;
  left: 18px;
  height: 24px;
  background-color: #666666;
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 18px;
}
@media (max-width: 1700px) {
  header .logo .title {
    padding-left: 20px;
    font-size: 16px;
  }
  header .logo .title::before {
    content: "";
    position: absolute;
    left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 1200px) {
  header .logo .title {
    font-size: 14px;
  }
}
header .loginBox {
  position: relative;
  z-index: 1;
}
header .loginBox > a:before {
  content: "‧";
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
header .loginBox .submenu {
  position: absolute;
  left: 50%;
  margin-left: -80px;
  top: 130%;
  width: 160px;
  padding-top: 10px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header .loginBox .submenu a {
  display: block;
  text-align: center;
  padding: 10px;
  background-color: #fff;
}
header .loginBox .submenu a:not(:last-child) {
  border-bottom: 1px solid #eee;
}
header .loginBox:hover .submenu {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}
header .searchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .searchBox input {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  border: none;
  font-family: "微軟正黑體";
  background-color: #fafafa;
}
header .searchBox a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #1e42b4;
}
header .menuBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .menuBox .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}
header .menuBox .menu > li {
  padding: 0 18px;
  position: relative;
}
header .menuBox .menu > li a {
  color: #222;
  display: block;
  font-size: 15px;
  padding: 5px 10px;
}
header .menuBox .menu > li a.current, header .menuBox .menu > li a:hover {
  color: #1e42b4;
}
@media (max-width: 1440px) {
  header .menuBox .menu > li {
    padding: 0 10px;
  }
}
header .menuBox .menu span > .menuLink {
  min-height: 90px;
  font-size: 17px;
  position: relative;
  font-weight: 500;
  letter-spacing: 1.1px;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .menuBox .menu span > .menuLink::before {
  content: "";
  width: 0;
  height: 3px;
  background-color: #3dae2b;
  opacity: 0;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s 0.25s;
  transition: all 0.5s 0.25s;
}
header .menuBox .menu span > .menuLink::after {
  content: "";
  width: 50%;
  height: 3px;
  background-color: #1e42b4;
  opacity: 0;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
}
@media (min-width: 1201px) {
  header .menuBox .menu span > .menuLink:hover::before {
    opacity: 1;
    width: 30%;
  }
  header .menuBox .menu span > .menuLink:hover::after {
    opacity: 1;
    width: 100%;
  }
}
@media (max-width: 1280px) {
  header .menuBox .menu span > .menuLink {
    font-size: 16px;
  }
}
header .menuBox .menu .submenu {
  width: 200px;
  display: none;
  padding-top: 17px;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header .menuBox .menu .submenu li {
  background-color: #fff;
}
header .menuBox .menu .submenu li:first-child {
  padding-top: 15px;
}
header .menuBox .menu .submenu li:last-child {
  padding-bottom: 15px;
}
header .menuBox .menu .submenu a {
  color: #333;
  font-size: 17px;
  font-weight: 500;
  padding: 8px 5px;
}
header .menuBox .menu .submenu a.current, header .menuBox .menu .submenu a:hover {
  color: #1e42b4;
}
@media (max-width: 1200px) {
  header .menuBox .menu {
    display: none;
  }
}
header .menuBox .linkBtn {
  min-height: 50px;
  font-size: 17px;
  margin: 0 3px;
  color: #fff;
  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;
  padding: 0 16px;
  border-radius: 99px;
  min-width: 140px;
}
@media (max-width: 1900px) {
  header .menuBox .linkBtn {
    padding: 0 10px;
    min-width: 100px;
  }
}
@media (max-width: 1700px) {
  header .menuBox .linkBtn {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  header .menuBox .linkBtn {
    display: none;
  }
}
header .menuBox .linkBtnGreen {
  background-color: #33a14d;
}
header .menuBox .linkBtnGreen:hover {
  background-color: #333;
}
header .menuBox .linkBtnRed {
  background-color: #1e42b4;
}
header .menuBox .linkBtnRed:hover {
  background-color: #333;
}
header .menuBox .linkBtn .icon {
  margin-left: 8px;
}
@media (max-width: 1500px) {
  header .menuBox .linkBtn .icon {
    display: none;
  }
}
header .menuBox .searchToggle {
  width: 48px;
  height: 48px;
  border: 2px solid #000;
  border-radius: 50%;
  position: relative;
  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;
}
@media (max-width: 1200px) {
  header .menuBox .searchToggle {
    display: none;
  }
}
header .menuBox .searchToggle img {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 2;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
@media (min-width: 1201px) {
  header .menuBox .searchToggle:hover {
    border-color: #1e42b4;
    background-color: #1e42b4;
  }
  header .menuBox .searchToggle:hover img {
    -webkit-filter: contrast(0) brightness(2);
            filter: contrast(0) brightness(2);
  }
}
header .menuBox .languageBox {
  margin: 0 10px 0 34px;
  position: relative;
  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;
}
header .menuBox .languageBox::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  background-color: #525252;
  left: -32px;
}
@media (max-width: 1200px) {
  header .menuBox .languageBox {
    display: none;
  }
}
header .menuBox .languageBox .languageCurrent {
  width: 48px;
  height: 48px;
  border: 2px solid #000;
  border-radius: 50%;
  cursor: pointer;
  padding-right: 0;
  position: relative;
  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;
}
header .menuBox .languageBox .languageCurrent .langIcon {
  width: 21px;
  height: 21px;
  position: relative;
  z-index: 2;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
@media (min-width: 1201px) {
  header .menuBox .languageBox .languageCurrent:hover {
    border-color: #1e42b4;
    background-color: #1e42b4;
  }
  header .menuBox .languageBox .languageCurrent:hover img {
    -webkit-filter: contrast(0) brightness(2);
            filter: contrast(0) brightness(2);
  }
}
header .menuBox .languageBox .languageList {
  width: 60px;
  min-width: 100%;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  padding-top: 17px;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
header .menuBox .languageBox .languageList.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
}
header .menuBox .languageBox .languageList li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
header .menuBox .languageBox .languageList li a {
  background-color: #fff;
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 15px 5px;
  text-align: center;
  white-space: nowrap;
  width: auto;
}
header .menuBox .languageBox .languageList li a:hover, header .menuBox .languageBox .languageList li a.current {
  background-color: #1e42b4;
  color: #fff;
}

/*slideMenu*/
.slideMenuTrigger {
  width: 50px;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  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;
  margin-right: 5px;
  position: relative;
}
.slideMenuTrigger .line {
  background-color: transparent;
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.slideMenuTrigger .line::before, .slideMenuTrigger .line::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 3px;
  position: absolute;
  z-index: 1;
}
.slideMenuTrigger .line::before {
  top: 0;
  left: 0;
}
.slideMenuTrigger .line::after {
  bottom: 0;
  right: 0;
}
.slideMenuTrigger.open {
  margin-left: 20px;
}
.slideMenuTrigger.open .line {
  width: 60%;
  height: 3px;
  background-color: #000;
  top: 3px;
}
.slideMenuTrigger.open .line::before, .slideMenuTrigger.open .line::after {
  width: 50%;
  background-color: #000;
  height: 3px;
  -webkit-transition: width 0.4s ease, -webkit-transform 0.4s 0.35s ease;
  transition: width 0.4s ease, -webkit-transform 0.4s 0.35s ease;
  transition: width 0.4s ease, transform 0.4s 0.35s ease;
  transition: width 0.4s ease, transform 0.4s 0.35s ease, -webkit-transform 0.4s 0.35s ease;
}
.slideMenuTrigger.open .line::before {
  -webkit-transform: translateY(-13px);
          transform: translateY(-13px);
  left: auto;
  right: 0;
}
.slideMenuTrigger.open .line::after {
  -webkit-transform: translateY(13px);
          transform: translateY(13px);
  left: 0;
  right: auto;
}
.slideMenuTrigger.open.show .line, .slideMenuTrigger.open:hover .line {
  background-color: transparent;
}
.slideMenuTrigger.open.show .line::before, .slideMenuTrigger.open.show .line::after, .slideMenuTrigger.open:hover .line::before, .slideMenuTrigger.open:hover .line::after {
  width: 100%;
  background-color: #1e42b4;
}
.slideMenuTrigger.open.show .line::before, .slideMenuTrigger.open:hover .line::before {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.slideMenuTrigger.open.show .line::after, .slideMenuTrigger.open:hover .line::after {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
@media (max-width: 1200px) {
  .slideMenuTrigger.open {
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
  }
  .slideMenuTrigger.open .line {
    width: 70%;
    top: 0;
  }
}
.slideMenuTrigger.close .line {
  width: 55%;
  height: 1px;
  background-color: transparent;
}
.slideMenuTrigger.close .line::before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(-1px) rotate(45deg);
          transform: translateY(-1px) rotate(45deg);
}
.slideMenuTrigger.close .line::after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(1px) rotate(-45deg);
          transform: translateY(1px) rotate(-45deg);
}
@media (max-width: 1200px) {
  .slideMenuTrigger.close .line {
    width: 70%;
  }
}
@media (min-width: 1201px) {
  .slideMenuTrigger:hover .line::before, .slideMenuTrigger:hover .line::after {
    background-color: #1e42b4;
  }
}
.slideMenuArea {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  overflow-x: hidden;
  padding-bottom: calc(50px + env(safe-area-inset-bottom));
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.slideMenuArea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar-thumb {
  background: #1e42b4;
}
.slideMenuArea.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.slideMenuArea.show .topBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: textSlideLeftAnimation 0.6s 0.6s ease-in-out both;
          animation: textSlideLeftAnimation 0.6s 0.6s ease-in-out both;
}
.slideMenuArea.show .contentBox .menuBox .nav, .slideMenuArea.show .contentBox .menuBox .slideMenu {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: textSlideLeftAnimation 0.6s 1s ease-in-out both;
          animation: textSlideLeftAnimation 0.6s 1s ease-in-out both;
}
.slideMenuArea.show .contentBox .menuBox .nav li.dropDown.open .submenu, .slideMenuArea.show .contentBox .menuBox .slideMenu li.dropDown.open .submenu {
  -webkit-animation: textSlideDownAnimation 0.3s 0.15s ease-in-out both;
          animation: textSlideDownAnimation 0.3s 0.15s ease-in-out both;
}
.slideMenuArea.show .bottomBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: textSlideLeftAnimation 0.6s 1.4s ease-in-out both;
          animation: textSlideLeftAnimation 0.6s 1.4s ease-in-out both;
}
.slideMenuArea.show .socialBox {
  -webkit-animation: unset;
          animation: unset;
}
.slideMenuArea .wrap {
  max-width: 1820px;
  padding: 0 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.slideMenuArea .topBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 0 80px;
  will-change: transform;
}
@media (max-width: 1440px) {
  .slideMenuArea .topBox {
    padding-bottom: 50px;
  }
}
@media (max-width: 1280px) {
  .slideMenuArea .topBox {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
.slideMenuArea .topBox .slideMenuLogo {
  width: 245px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slideMenuArea .topBox .slideMenuLogo img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
}
@media (max-width: 1440px) {
  .slideMenuArea .topBox .slideMenuLogo {
    width: 200px;
  }
}
@media (max-width: 1280px) {
  .slideMenuArea .topBox .slideMenuLogo {
    width: 175px;
  }
}
@media (max-width: 640px) {
  .slideMenuArea .topBox .slideMenuLogo {
    width: 160px;
  }
}
.slideMenuArea .topBox .slideMenuLogo .title {
  font-size: 20px;
  white-space: nowrap;
  padding-left: 36px;
  position: relative;
  font-weight: 400;
  color: #333;
}
.slideMenuArea .topBox .slideMenuLogo .title::before {
  content: "";
  position: absolute;
  width: 1px;
  left: 18px;
  height: 24px;
  background-color: #666666;
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 18px;
}
@media (max-width: 1700px) {
  .slideMenuArea .topBox .slideMenuLogo .title {
    padding-left: 20px;
    font-size: 16px;
  }
  .slideMenuArea .topBox .slideMenuLogo .title::before {
    content: "";
    position: absolute;
    left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 1200px) {
  .slideMenuArea .topBox .slideMenuLogo .title {
    font-size: 14px;
  }
}
.slideMenuArea .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.slideMenuArea .contentBox::-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 .contentBox::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fff;
}
.slideMenuArea .contentBox::-webkit-scrollbar-thumb {
  background: #1e42b4;
}
.slideMenuArea .contentBox .menuBox {
  width: 100%;
  padding: 15px 0;
  position: relative;
}
@media (max-width: 1280px) {
  .slideMenuArea .contentBox .menuBox {
    padding-top: 0;
  }
}
@media (max-width: 640px) {
  .slideMenuArea .contentBox .menuBox {
    padding-bottom: 0;
  }
}
.slideMenuArea .contentBox .menuBox .slideMenu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -24px;
  overflow-y: auto;
  will-change: transform;
  /*
  .submenu {
  	width: 280px;
  	display: block;
  	position: absolute;
  	right: 0;
  	top: 0;
  	opacity: 0;
  	height: 100%;
  	padding-top: 60px;
  	padding-bottom: 60px;
  	padding-left: 60px;
  	padding-right: 20px;
  	pointer-events: none;
  	overflow: auto;
  	@include scrollBar(5px, 5px, #f1f1f1, $mainColor);

  	@include media(1200) {
  		display: none;
  		position: static;
  		padding-top: 0;
  		width: 100%;
  		padding: 0;
  		padding-left: 0px;

  		&::before {
  			content: normal;
  		}
  	}

  	li {
  		border-bottom: 0;

  		a {
  			color: #666666;
  			font-size: 17px;
  			padding: 12px 0;
  			display: block;
  			letter-spacing: 1px;

  			@include media(1200) {
  				padding: 6px 0;
  				font-size: 15px;
  			}

  			&:hover {
  				color: $mainColor;
  			}
  		}
  	}
  }

  .slide {
  	position: static;
  	border-bottom: 1px solid #e5e5e5;

  	>span .menuLink,
  	.menuLink {
  		font-size: 17px;
  		padding-left: 0;
  		padding-right: 20px;
  		padding-top: 30px;
  		padding-bottom: 23.5px;
  		display: block;
  		letter-spacing: 1px;

  		&::before,
  		&::after {
  			content: normal;
  		}

  		@include media(1200) {
  			padding: 10px 0;
  			font-size: 16px;
  			position: relative;

  			@include after {
  				content: "+";
  				right: 0;
  			}

  			&.open {
  				&::after {
  					content: "-";
  				}
  			}
  		}
  	}

  	&:last-of-type {
  		// border-bottom: 0;
  	}

  	&.active {
  		.submenu {
  			animation: textSlideRightAnimation 0.5s ease-in-out;
  			opacity: 1;
  			pointer-events: auto;
  		}
  	}

  	&.slide.slide .submenu {
  		@include media(1200) {
  			padding-bottom: 10px;
  			// animation: textSlideRightAnimation 0.5s 0.6s ease-in-out;
  			opacity: 1;
  			pointer-events: auto;
  		}
  	}

  	&.noSubmenu {
  		.menuLink {
  			&::after {
  				content: normal;
  			}
  		}
  	}
  }
  */
}
.slideMenuArea .contentBox .menuBox .slideMenu::-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;
}
.slideMenuArea .contentBox .menuBox .slideMenu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f1f1f1;
}
.slideMenuArea .contentBox .menuBox .slideMenu::-webkit-scrollbar-thumb {
  background: #1e42b4;
}
@media (max-width: 1280px) {
  .slideMenuArea .contentBox .menuBox .slideMenu {
    margin: 0 -18px;
  }
}
@media (max-width: 1024px) {
  .slideMenuArea .contentBox .menuBox .slideMenu {
    margin: 0;
  }
}
.slideMenuArea .contentBox .menuBox .slideMenu > li {
  width: 12.5%;
  padding: 0 24px 50px;
}
.slideMenuArea .contentBox .menuBox .slideMenu > li.dropDown.noneClickAble .submenu {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}
.slideMenuArea .contentBox .menuBox .slideMenu > li.dropDown.noneClickAble .submenu li {
  margin-bottom: 0;
}
.slideMenuArea .contentBox .menuBox .slideMenu > li.dropDown.hasSubMenu > span {
  cursor: pointer;
}
.slideMenuArea .contentBox .menuBox .slideMenu > li.dropDown.hasSubMenu > span > a::before, .slideMenuArea .contentBox .menuBox .slideMenu > li.dropDown.hasSubMenu > span > a::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #1e42b4;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.slideMenuArea .contentBox .menuBox .slideMenu > li.dropDown.hasSubMenu > span > a::after {
  -webkit-transform: translate(-50%, 0) rotate(90deg);
          transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .contentBox .menuBox .slideMenu > li.dropDown.hasSubMenu > span > a.current::before, .slideMenuArea .contentBox .menuBox .slideMenu > li.dropDown.hasSubMenu > span > a.current::after {
  background-color: #1e42b4;
}
@media (min-width: 1025px) {
  .slideMenuArea .contentBox .menuBox .slideMenu > li.dropDown.hasSubMenu > span > a::before, .slideMenuArea .contentBox .menuBox .slideMenu > li.dropDown.hasSubMenu > span > a::after {
    display: none;
  }
}
.slideMenuArea .contentBox .menuBox .slideMenu > li.dropDown.hasSubMenu.open > span > a::after {
  -webkit-transform: translate(-50%, 0) rotate(0);
          transform: translate(-50%, 0) rotate(0);
}
.slideMenuArea .contentBox .menuBox .slideMenu > li.dropDown.hasSubMenu.open .submenu {
  -webkit-animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
          animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
}
@media (min-width: 1025px) {
  .slideMenuArea .contentBox .menuBox .slideMenu > li.dropDown .submenu {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .slideMenuArea .contentBox .menuBox .slideMenu > li.dropDown .submenu {
    display: none;
    margin-top: 5px;
    margin-bottom: 10px;
  }
}
.slideMenuArea .contentBox .menuBox .slideMenu > li a {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0px;
  padding: 10px 30px 10px 0;
  position: relative;
}
.slideMenuArea .contentBox .menuBox .slideMenu > li a.current {
  color: #1e42b4;
}
@media (min-width: 1201px) {
  .slideMenuArea .contentBox .menuBox .slideMenu > li a:hover {
    color: #1e42b4;
  }
}
.slideMenuArea .contentBox .menuBox .slideMenu > li > span {
  border-top: 2px solid #ebebeb;
  display: block;
  padding-top: 45px;
  position: relative;
}
.slideMenuArea .contentBox .menuBox .slideMenu > li > span::before {
  content: "";
  width: 14px;
  height: 3px;
  background-color: #3dae2b;
  position: absolute;
  z-index: 2;
  top: -3px;
  left: 0;
  -webkit-transition: all 0.8s 0.8s;
  transition: all 0.8s 0.8s;
}
.slideMenuArea .contentBox .menuBox .slideMenu > li > span::after {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #1e42b4;
  position: absolute;
  z-index: 1;
  top: -3px;
  left: 0;
  -webkit-transition: all 0.8s 0.6s;
  transition: all 0.8s 0.6s;
}
@media (max-width: 1280px) {
  .slideMenuArea .contentBox .menuBox .slideMenu > li {
    width: 25%;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 1024px) {
  .slideMenuArea .contentBox .menuBox .slideMenu > li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
  }
  .slideMenuArea .contentBox .menuBox .slideMenu > li > span {
    padding-top: 15px;
  }
}
.slideMenuArea .contentBox .menuBox .slideMenu > li .submenu {
  margin-top: 15px;
}
.slideMenuArea .contentBox .menuBox .slideMenu > li .submenu li:not(:last-child) {
  margin-bottom: 10px;
}
.slideMenuArea .contentBox .menuBox .slideMenu > li .submenu a:not(.menuLink) {
  color: #222;
  font-size: 17px;
  letter-spacing: 0.2px;
}
.slideMenuArea .contentBox .menuBox .slideMenu > li .submenu a:not(.menuLink).current, .slideMenuArea .contentBox .menuBox .slideMenu > li .submenu a:not(.menuLink):hover {
  color: #1e42b4;
}
@media (max-width: 1440px) {
  .slideMenuArea .contentBox .menuBox .slideMenu > li .submenu li:not(:last-child) {
    margin-bottom: 7px;
  }
  .slideMenuArea .contentBox .menuBox .slideMenu > li .submenu a:not(.menuLink) {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .slideMenuArea .contentBox .menuBox .slideMenu > li .submenu {
    margin-bottom: 15px;
  }
}
.slideMenuArea .contentBox .menuBox .slideMenu > li .menuLink {
  color: #222;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
@media (min-width: 1201px) {
  .slideMenuArea .contentBox .menuBox .slideMenu > li .menuLink:hover {
    color: #1e42b4;
  }
}
@media (max-width: 1440px) {
  .slideMenuArea .contentBox .menuBox .slideMenu > li .menuLink {
    font-size: 16px;
    font-weight: 500;
  }
}
.slideMenuArea .bottomBox {
  border-top: 2px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  padding-top: 60px;
  padding-bottom: 30px;
  will-change: transform;
}
@media (max-width: 1280px) {
  .slideMenuArea .bottomBox {
    display: block;
    padding-top: 30px;
  }
}
@media (max-width: 1024px) {
  .slideMenuArea .bottomBox {
    margin-top: 20px;
    padding-bottom: 40px;
  }
}
.slideMenuArea .bottomBox .left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  .slideMenuArea .bottomBox .left {
    display: block;
  }
}
.slideMenuArea .bottomBox .left .languageCurrent {
  height: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333;
  border-color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 40px 0 30px;
  cursor: pointer;
}
.slideMenuArea .bottomBox .left .languageCurrent span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: "Inter", "Microsoft JhengHei", "Noto Sans TC", sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  padding-right: 40px;
}
.slideMenuArea .bottomBox .left .languageCurrent .langIcon {
  width: 26px;
  -webkit-filter: contrast(0) brightness(2);
          filter: contrast(0) brightness(2);
  left: 30px;
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slideMenuArea .bottomBox .left .languageCurrent .arrow {
  -webkit-filter: contrast(0) brightness(2);
          filter: contrast(0) brightness(2);
  right: 40px;
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slideMenuArea .bottomBox .left .languageCurrent:hover {
  background-color: #1e42b4;
  border-color: #1e42b4;
}
.slideMenuArea .bottomBox .left .languageCurrent:hover .langIcon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.slideMenuArea .bottomBox .left .languageList {
  display: none;
  position: absolute;
  bottom: calc(100% + 10px);
  width: 100%;
  background-color: #fff;
  z-index: 2;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.slideMenuArea .bottomBox .left .languageList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slideMenuArea .bottomBox .left .languageList li a {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 5px;
  color: #333;
  cursor: pointer;
}
.slideMenuArea .bottomBox .left .languageList li a.current {
  color: #1e42b4;
}
.slideMenuArea .bottomBox .left .languageBox {
  width: 340px;
  position: relative;
}
@media (max-width: 1680px) {
  .slideMenuArea .bottomBox .left .languageCurrent {
    height: 65px;
    padding: 0 20px;
  }
  .slideMenuArea .bottomBox .left .languageCurrent .langIcon {
    width: 22px;
    left: 20px;
  }
  .slideMenuArea .bottomBox .left .languageCurrent span {
    font-size: 16px;
    padding-right: 0;
  }
  .slideMenuArea .bottomBox .left .languageCurrent .arrow {
    right: 20px;
  }
  .slideMenuArea .bottomBox .left .languageBox {
    width: 240px;
  }
}
@media (max-width: 640px) {
  .slideMenuArea .bottomBox .left .languageBox {
    width: 100%;
  }
}
.slideMenuArea .bottomBox .left .searchBox {
  width: 50%;
  max-width: 510px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
}
.slideMenuArea .bottomBox .left .searchBox div[id^=___gcse_] {
  width: 100%;
}
.slideMenuArea .bottomBox .left .searchBox div[id^=___gcse_] table.gsc-search-box, .slideMenuArea .bottomBox .left .searchBox div[id^=___gcse_] form.gsc-search-box {
  margin-bottom: 0;
}
.slideMenuArea .bottomBox .left .searchBox div[id^=___gcse_] .gsc-control-cse {
  padding: 0;
}
.slideMenuArea .bottomBox .left .searchBox div[id^=___gcse_] .gsc-input {
  padding-right: 0;
}
.slideMenuArea .bottomBox .left .searchBox div[id^=___gcse_] .gsc-search-button {
  height: 46.5px;
  cursor: pointer;
  margin-left: 0;
}
.slideMenuArea .bottomBox .left .searchBox div[id^=___gcse_] .gsc-search-button button {
  height: 100%;
  border-color: #222;
  background-color: #222;
}
@media (min-width: 1201px) {
  .slideMenuArea .bottomBox .left .searchBox div[id^=___gcse_] .gsc-search-button button:hover {
    border-color: #1e42b4;
    background-color: #1e42b4;
  }
}
.slideMenuArea .bottomBox .left .searchBox div[id^=___gcse_] .gsib_a {
  padding: 21.5px 15px;
}
.slideMenuArea .bottomBox .left .searchBox img {
  width: 25px;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.slideMenuArea .bottomBox .left .searchBox input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #aaa;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0px;
  padding-left: 30px;
  padding-right: 20px;
}
.slideMenuArea .bottomBox .left .searchBox input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.slideMenuArea .bottomBox .left .searchBox input::-moz-placeholder {
  color: #ccc;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.slideMenuArea .bottomBox .left .searchBox input:-ms-input-placeholder {
  color: #ccc;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.slideMenuArea .bottomBox .left .searchBox input::-ms-input-placeholder {
  color: #ccc;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.slideMenuArea .bottomBox .left .searchBox input::placeholder {
  color: #ccc;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.slideMenuArea .bottomBox .left .searchBox .searchBtn {
  width: 120px;
  height: 100%;
  background-color: #333;
  color: #fff;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 1201px) {
  .slideMenuArea .bottomBox .left .searchBox .searchBtn:hover {
    background-color: #1e42b4;
  }
}
@media (max-width: 1680px) {
  .slideMenuArea .bottomBox .left .searchBox {
    max-width: 345px;
    margin-left: 25px;
  }
  .slideMenuArea .bottomBox .left .searchBox img {
    width: 22px;
  }
  .slideMenuArea .bottomBox .left .searchBox input {
    font-size: 16px;
    padding-left: 20px;
  }
  .slideMenuArea .bottomBox .left .searchBox input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .slideMenuArea .bottomBox .left .searchBox input::-moz-placeholder {
    font-size: 16px;
  }
  .slideMenuArea .bottomBox .left .searchBox input:-ms-input-placeholder {
    font-size: 16px;
  }
  .slideMenuArea .bottomBox .left .searchBox input::-ms-input-placeholder {
    font-size: 16px;
  }
  .slideMenuArea .bottomBox .left .searchBox input::placeholder {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .slideMenuArea .bottomBox .left .searchBox {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
.slideMenuArea .bottomBox .right {
  -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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1280px) {
  .slideMenuArea .bottomBox .right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 25px;
  }
}
@media (max-width: 640px) {
  .slideMenuArea .bottomBox .right {
    display: block;
  }
}
.slideMenuArea .bottomBox .right .socialBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slideMenuArea .bottomBox .right .socialBox .socialList li:not(:last-child) {
  margin-right: 7px;
}
.slideMenuArea .bottomBox .right .socialBox .socialList li a {
  width: auto;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  color: #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 1;
  padding: 0 10px;
}
@media (min-width: 1201px) {
  .slideMenuArea .bottomBox .right .socialBox .socialList li a:hover {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #1e42b4;
  }
}
@media (max-width: 1440px) {
  .slideMenuArea .bottomBox .right .socialBox .socialList li a {
    padding: 0 8px;
  }
}
.slideMenuArea .bottomBox .right .socialBox + .linkPicList {
  margin-left: 25px;
  padding-left: 35px;
  position: relative;
}
.slideMenuArea .bottomBox .right .socialBox + .linkPicList::before {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #d7d7d7;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1680px) {
  .slideMenuArea .bottomBox .right .socialBox + .linkPicList {
    margin-left: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 640px) {
  .slideMenuArea .bottomBox .right .socialBox + .linkPicList {
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
  }
  .slideMenuArea .bottomBox .right .socialBox + .linkPicList::before {
    display: none;
  }
}
.slideMenuArea .bottomBox .right .linkPicList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}
.slideMenuArea .bottomBox .right .linkPicList li {
  max-width: 210px;
  padding: 5px;
}
.slideMenuArea .bottomBox .right .linkPicList img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
}
@media (min-width: 1201px) {
  .slideMenuArea .bottomBox .right .linkPicList img:hover {
    -webkit-transform: translateY(-3px) scale(0.99);
            transform: translateY(-3px) scale(0.99);
  }
}
@media (max-width: 1440px) {
  .slideMenuArea .bottomBox .right .linkPicList li {
    max-width: 175px;
  }
}
.slideMenuArea .bottomBox .right .copyrightBox {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 10px;
}
.slideMenuArea .bottomBox .right .copyrightBox .ibestLink {
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}
.slideMenuArea .bottomBox .right .copyrightBox .ibestLink::before {
  content: "";
  width: 2px;
  height: 80%;
  background-color: #d7d7d7;
  position: absolute;
  top: 10%;
  left: 0;
  z-index: 1;
}
.slideMenuArea .bottomBox .right .copyrightBox .ibestLink a {
  color: #ccc;
}
@media (min-width: 1201px) {
  .slideMenuArea .bottomBox .right .copyrightBox .ibestLink a:hover {
    color: #1e42b4;
  }
}
.slideMenuArea .bottomBox .right .copyrightBox .ibestLink span {
  display: inline-block;
  padding: 0 2px;
}
@media (max-width: 1280px) {
  .slideMenuArea .bottomBox .right .copyrightBox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 10px;
  }
}
@media (max-width: 1024px) {
  .slideMenuArea .bottomBox .right .copyrightBox {
    display: block;
  }
  .slideMenuArea .bottomBox .right .copyrightBox .ibestLink {
    margin-left: 0;
    padding-left: 0;
  }
  .slideMenuArea .bottomBox .right .copyrightBox .ibestLink::before {
    display: none;
  }
}
.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.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  will-change: opacity;
}
.slideMenuMask.show {
  opacity: 1;
  pointer-events: auto;
}

/*手機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: 1201px) {
  .m_menu {
    display: none;
  }
}
.m_menu .mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}
.m_menu .m_logo {
  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_m {
  padding: 20px 0;
  text-align: center;
}
.m_menu .searchBox_m input[type=text] {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 30px;
  border: 1px solid #ccc;
}
.m_menu .searchBox_m a {
  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;
}
.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;
}
.m_menu .nav .submenu a:hover {
  background-color: #999;
}

/*banner*/
.bannerArea {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.bannerArea.noImg > .wrap {
  max-width: 1560px;
  padding-left: 30px;
  padding-right: 30px;
}
.bannerArea.noImg .bannerList .bannerItem .Txt {
  position: relative;
  display: block;
  padding: 88px 0;
}
.bannerArea.noImg .bannerList .bannerItem .Txt .bread .wrap {
  padding: 0;
}
@media (max-width: 1200px) {
  .bannerArea.noImg .bannerList .bannerItem .Txt {
    padding: 38px 0;
  }
}
.bannerArea > .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerItem .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerItem .Img {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerItem .Img img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
}
@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;
}

/*文字跑馬燈*/
.marqueeArea {
  padding: 15px 0;
  background-color: rgb(6, 21, 64);
}
.marqueeArea h2 {
  float: left;
  margin-right: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}
@media (max-width: 640px) {
  .marqueeArea h2 {
    display: none;
  }
}
.marqueeArea h2 em {
  margin-left: 5px;
}
.marqueeArea .marqueeBox {
  max-height: 30px;
  overflow: hidden;
}
.marqueeArea ul {
  overflow: hidden;
}
.marqueeArea li {
  line-height: 20px;
}
.marqueeArea .date {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 13px;
  color: #dbdbdb;
}
@media (max-width: 640px) {
  .marqueeArea .date {
    display: none;
  }
}
.marqueeArea h3 {
  display: inline-block;
  vertical-align: top;
}
.marqueeArea h3 a {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*頁尾btn*/
.footerLinkBox {
  border-top: 1px solid #ebebeb;
  background-color: #fff;
}
.footerLinkBox .footerLinkList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footerLinkBox .linkItem {
  width: 50%;
  padding: 35px 60px;
}
.footerLinkBox .linkItem:not(:last-child) {
  border-right: 1px solid #ebebeb;
}
.footerLinkBox .linkItem a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1rem;
}
.footerLinkBox .linkItem img {
  max-width: 100%;
  display: inline-block;
  margin-left: 15px;
}
@media (max-width: 1200px) {
  .footerLinkBox .linkItem {
    padding: 30px 40px;
  }
}
@media (max-width: 640px) {
  .footerLinkBox .linkItem {
    padding: 30px 15px;
  }
  .footerLinkBox .linkItem a {
    font-size: 15px;
    letter-spacing: 0.05rem;
  }
  .footerLinkBox .linkItem img {
    max-width: 14px;
    margin-left: 5px;
  }
}

/*footer*/
footer {
  background-color: #1f1f1f;
  overflow: hidden;
  padding: 75px 0 25px;
  /*
  .infoList {
  	display: flex;
  	flex-wrap: wrap;
  	margin: 0 -5px;

  	li {
  		margin-bottom: 0;
  		padding: 5px 10px;

  		i {
  			display: none;
  		}

  		a,
  		span {
  			line-height: 1;
  			position: relative;
  		}

  		a {
  			@include hover {
  				color: $mainColor;
  			}
  		}
  	}
  }

  .socialBox {
  	display: inline-block;
  	vertical-align: middle;
  	width: 50%;
  	margin-right: -4px;

  	@include media(480) {
  		width: 100%;
  	}

  	.socialList {
  		display: flex;
  		margin: 0 -3px;
  	}

  	a {
  		width: 37px;
  		height: 37px;
  		border-style: 99px;
  		border: 1px solid #e7e7e7;
  		border-radius: 99px;
  		color: #929292;
  		display: flex;
  		line-height: 30px;
  		margin: 0 3px;
  		font-size: 19px;
  		text-align: center;
  		@include center;

  		@include media(768) {
  			// margin: 0;
  		}

  		&:hover {
  			color: $mainColor;
  		}

  		i {
  			display: block;
  			font-size: 20px;
  			transform: translateX(1px);
  		}
  	}
  }

  .footerMenu {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: flex-end;
  	margin: 0 -5px;

  	li {
  		width: 20%;
  		padding: 5px;

  		a {
  			display: block;
  			font-size: 14px;
  		}
  	}

  	@include media(1400) {
  		margin: 0;
  		justify-content: flex-start;
  		flex-wrap: nowrap;
  	}

  	@include media(768) {
  		flex-direction: column;

  		.rightMenuList {
  			padding-left: 0;
  		}
  	}

  	@include media(480) {
  		li {
  			width: 25%;
  		}
  	}
  }

  .menuList {
  	display: flex;
  	flex-wrap: wrap;

  	@include media(1400) {
  		flex-grow: 1;
  		margin: 0 -10px;
  	}

  	@include media(960) {
  		flex-wrap: wrap;
  	}

  	@include media(768) {
  		margin-bottom: 14px;
  	}

  	.menuItem {
  		margin: 0 29px;
  		max-width: 135px;

  		@include media(1600) {
  			margin: 0 20px;
  		}

  		@include media(1400) {
  			padding: 0 16px;
  			margin: 0;
  			width: calc(100% / 6);
  		}

  		@include media(960) {
  			padding: 0 10px;
  			width: calc(100% / 3);
  			margin-bottom: 30px;
  		}

  		@include media(768) {
  			padding: 0 10px;
  			width: 100%;
  			margin-bottom: 0px;
  			max-width: 100%;
  		}

  		.title {
  			font-size: 16px;
  			color: #333333;
  			font-weight: 500;
  			padding-bottom: 17px;
  			position: relative;
  			display: block;
  			margin-bottom: 14px;

  			@include media(768) {
  				margin-bottom: 0;
  				padding: 15px 0;
  				cursor: pointer;

  				&.hasChild {
  					@include before("+") {
  						z-index: 1;
  						@include center(transform, y);
  						right: 0;
  						width: auto;
  					}
  				}
  			}

  			@include after {
  				width: 24px;
  				height: 1px;
  				background-color: $mainColor;
  				left: 0;
  				bottom: 0;
  				z-index: 1;

  				@include media(768) {
  					width: 100%;
  					background-color: #ececec;
  				}
  			}
  		}

  		.contentList {
  			padding-left: 0;
  			list-style: none;
  			display: block;
  			max-width: 100%;

  			@include media(768) {
  				display: none;
  				padding-top: 10px;
  			}

  			.contentItem {
  				display: flex;
  				width: 100%;
  				padding-left: 0;
  				padding: 5px 0;

  				a {
  					display: flex;
  					text-align: left;
  					// white-space: nowrap;
  					font-size: 14px;
  					color: #666666;
  					font-weight: 400;
  					line-height: 1.45;
  					letter-spacing: 1px;

  					&:hover {
  						color: $mainColor;
  					}
  				}
  			}
  		}
  	}
  }

  .rightMenuList {
  	list-style: none;
  	flex-shrink: 0;
  	padding-right: 3px;
  	display: block;

  	@include media(768) {
  		display: flex;
  		justify-content: flex-start;
  	}

  	.rightMenuItem {
  		display: flex;
  		width: 100%;
  		padding: 0;
  		padding-bottom: 14px;

  		@include media(768) {
  			padding: 0 16px;
  			padding-bottom: 8px;
  			width: auto;
  			position: relative;

  			@include after {
  				height: 16px;
  				width: 1px;
  				background-color: #e5e5e5;
  				left: 0;
  				top: 3px;
  			}

  			&:first-of-type {
  				padding-left: 0;

  				&::after {
  					content: normal;
  				}
  			}
  		}

  		a {
  			display: flex;
  			white-space: nowrap;
  			color: #333333;
  			font-weight: 500;
  			font-size: 16px;
  			letter-spacing: 1px;

  			&:hover {
  				color: $mainColor;
  			}
  		}
  	}
  }

  .languageBox {
  	position: relative;

  	.languageCurrent {
  		display: flex;
  		align-items: center;
  		color: #888888;
  		cursor: pointer;

  		.langIcon {
  			margin-right: 10px;
  		}

  		.arrow {
  			margin-left: 9px;
  			margin-right: 2px;
  		}
  	}

  	.languageList {
  		display: block;
  		position: absolute;
  		width: 100%;
  		bottom: calc(100% + 6px);
  		background-color: #fff;
  		display: none;
  		z-index: 2;
  		box-shadow: 0 3px 6px rgba(#000, 0.1);

  		li {
  			display: flex;
  			justify-content: center;
  		}

  		li a {
  			width: 100%;
  			justify-content: center;
  			text-align: center;
  			display: flex;
  			padding: 4px;
  			color: #333333;
  			cursor: pointer;

  			&.current {
  				color: #fff;
  				background-color: $mainColor;
  			}
  		}
  	}
  }

  .mailSubscribeBox {
  	padding: 10px 0;
  }

  .copyrightBox {
  	@include media(960) {
  		padding-left: 20px;
  	}

  	.copyright {
  		font-size: 12px;
  		color: #888888;
  		padding: 0;
  	}
  }

  .copyrightBox.copyrightBox {
  	align-items: center;
  	color: #000;
  	display: flex;
  	flex-wrap: wrap;
  	margin: 0 -5px;
  	position: relative;

  	@include media(1024) {
  		order: 2;
  		margin-bottom: 10px;
  	}

  	@include media(960) {
  		padding-left: 0;
  	}

  	.copyright {
  		font-size: 14px;
  		padding: 5px;
  	}

  	.ibestLink {
  		padding: 5px;

  		a {
  			color: #000;
  			font-size: 14px;

  			@include hover {
  				color: $mainColor;
  			}
  		}
  	}
  }

  .bottomList {
  	display: flex;
  	margin: 0 -30px;
  	padding-left: 26px;

  	@include media(960) {
  		margin-bottom: 10px;
  		flex-wrap: wrap;
  		padding-left: 10px;
  	}

  	@include media(540) {
  		margin: 0 -14px;
  		padding-left: 0;
  		margin-bottom: 5px;
  	}

  	.bottomItem {
  		font-size: 14px;
  		color: #888888;
  		font-weight: 400;
  		padding: 0 30px;
  		position: relative;
  		display: flex;
  		align-items: center;

  		@include media(1600) {
  			padding: 0 20px;
  		}

  		@include media(768) {
  			margin-bottom: 18px;

  			&:nth-of-type(4) {
  				&::after {
  					content: normal;
  				}
  			}

  			&:nth-of-type(5) {
  				width: 100%;
  				margin-bottom: 0;
  			}
  		}

  		@include media(480) {
  			// width: calc(100% / 3);
  			padding-left: 0;
  			margin-bottom: 10px;
  			padding: 0 14px;

  			&:nth-of-type(1),
  			&:nth-of-type(5) {
  				width: 100%;
  				margin-bottom: 14px;
  			}

  			&:nth-of-type(5) {
  				margin-bottom: 6px;
  			}

  			// &:nth-of-type(2), &:nth-of-type(3), &:nth-of-type(4) {
  			// 	width: calc(100% / 3);
  			// }
  		}

  		@include media(480) {
  			width: 100%;
  			margin-bottom: 10px;

  			&:nth-of-type(1),
  			&:nth-of-type(5) {
  				margin-bottom: 16px;
  			}

  			&:nth-of-type(5) {
  				margin-bottom: 6px;
  			}
  		}

  		@include after {
  			height: 21px;
  			width: 1px;
  			background-color: #e5e5e5;
  			right: 0;
  			@include center(transform, y);

  			@include media(480) {
  				display: none;
  			}
  		}

  		&:last-of-type {
  			@include after {
  				display: none;
  			}
  		}

  		.link {
  			font-size: 14px;
  			color: #888888;
  			font-weight: 400;
  			letter-spacing: 0.9px;

  			&:hover {
  				color: $mainColor;
  			}
  		}
  	}
  }

  .linkBox {
  	border-bottom: 1px solid #ececec;
  }

  .linkList {
  	display: flex;
  	width: 100%;

  	@include media(540) {
  		width: auto;
  		margin: 0 -10px;
  		flex-grow: 1;
  	}

  	.linkItem {
  		display: flex;
  		align-items: center;
  		width: 50%;
  		min-height: 100px;

  		@include media(960) {
  			min-height: 80px;
  		}

  		&:first-of-type {
  			border-right: 1px solid #ececec;

  			.link {
  				@include media(1600) {
  					padding-left: 80px;
  				}

  				@include media(1200) {
  					padding-left: 40px;
  				}

  				@include media(960) {
  					padding-left: 0;
  				}

  				@include media(540) {
  					padding: 0px 10px;
  				}
  			}
  		}

  		&:last-of-type {
  			.link {
  				padding-left: 80px;

  				@include media(1200) {
  					padding-left: 40px;
  				}

  				@include media(960) {
  					padding-left: 0;
  				}

  				@include media(540) {
  					padding: 0px 10px;
  				}
  			}
  		}

  		.link {
  			display: flex;
  			font-size: 22px;
  			color: #333333;
  			align-items: center;
  			width: 100%;
  			height: 100%;

  			@include media(960) {
  				font-size: 18px;
  				justify-content: center;
  				padding-left: 0;
  			}

  			&:hover {
  				color: $mainColor;

  				img {
  					transform: translate(3px, -3px);
  				}
  			}

  			img {
  				@extend %ts;
  				margin-left: 32px;

  				@include media(1200) {
  					width: 10px;
  					height: 10px;
  					margin-left: 10px;
  				}
  			}
  		}
  	}
  }
  */
}
@media (max-width: 1200px) {
  footer {
    padding-top: 40px;
  }
}
footer .topBox {
  padding-bottom: 80px;
}
@media (max-width: 1200px) {
  footer .topBox {
    padding-bottom: 30px;
  }
}
footer .topBox .footerMenu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
  overflow-y: auto;
  /*
  .submenu {
  	width: 280px;
  	display: block;
  	position: absolute;
  	right: 0;
  	top: 0;
  	opacity: 0;
  	height: 100%;
  	padding-top: 60px;
  	padding-bottom: 60px;
  	padding-left: 60px;
  	padding-right: 20px;
  	pointer-events: none;
  	overflow: auto;
  	@include scrollBar(5px, 5px, #f1f1f1, $mainColor);

  	@include media(1200) {
  		display: none;
  		position: static;
  		padding-top: 0;
  		width: 100%;
  		padding: 0;
  		padding-left: 0px;

  		&::before {
  			content: normal;
  		}
  	}

  	li {
  		border-bottom: 0;

  		a {
  			color: #666666;
  			font-size: 17px;
  			padding: 12px 0;
  			display: block;
  			letter-spacing: 1px;

  			@include media(1200) {
  				padding: 6px 0;
  				font-size: 15px;
  			}

  			&:hover {
  				color: $mainColor;
  			}
  		}
  	}
  }

  .slide {
  	position: static;
  	border-bottom: 1px solid #e5e5e5;

  	>span .menuLink,
  	.menuLink {
  		font-size: 17px;
  		padding-left: 0;
  		padding-right: 20px;
  		padding-top: 30px;
  		padding-bottom: 23.5px;
  		display: block;
  		letter-spacing: 1px;

  		&::before,
  		&::after {
  			content: normal;
  		}

  		@include media(1200) {
  			padding: 10px 0;
  			font-size: 16px;
  			position: relative;

  			@include after {
  				content: "+";
  				right: 0;
  			}

  			&.open {
  				&::after {
  					content: "-";
  				}
  			}
  		}
  	}

  	&:last-of-type {
  		// border-bottom: 0;
  	}

  	&.active {
  		.submenu {
  			animation: textSlideRightAnimation 0.5s ease-in-out;
  			opacity: 1;
  			pointer-events: auto;
  		}
  	}

  	&.slide.slide .submenu {
  		@include media(1200) {
  			padding-bottom: 10px;
  			// animation: textSlideRightAnimation 0.5s 0.6s ease-in-out;
  			opacity: 1;
  			pointer-events: auto;
  		}
  	}

  	&.noSubmenu {
  		.menuLink {
  			&::after {
  				content: normal;
  			}
  		}
  	}
  }
  */
}
footer .topBox .footerMenu::-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;
}
footer .topBox .footerMenu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f1f1f1;
}
footer .topBox .footerMenu::-webkit-scrollbar-thumb {
  background: #1e42b4;
}
@media (max-width: 1280px) {
  footer .topBox .footerMenu {
    margin: 0;
  }
}
footer .topBox .footerMenu > li {
  width: 12.5%;
  padding: 0 20px 50px;
}
footer .topBox .footerMenu > li.dropDown.noneClickAble .submenu {
  display: block;
  margin-top: 15px;
}
footer .topBox .footerMenu > li.dropDown.hasSubMenu > span {
  cursor: pointer;
}
footer .topBox .footerMenu > li.dropDown.hasSubMenu > span > a::before, footer .topBox .footerMenu > li.dropDown.hasSubMenu > span > a::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
footer .topBox .footerMenu > li.dropDown.hasSubMenu > span > a::after {
  -webkit-transform: translate(-50%, 0) rotate(90deg);
          transform: translate(-50%, 0) rotate(90deg);
}
footer .topBox .footerMenu > li.dropDown.hasSubMenu > span > a.current::before, footer .topBox .footerMenu > li.dropDown.hasSubMenu > span > a.current::after {
  background-color: #1e42b4;
}
@media (min-width: 1025px) {
  footer .topBox .footerMenu > li.dropDown.hasSubMenu > span > a::before, footer .topBox .footerMenu > li.dropDown.hasSubMenu > span > a::after {
    display: none;
  }
}
footer .topBox .footerMenu > li.dropDown.hasSubMenu.open > span > a::after {
  -webkit-transform: translate(-50%, 0) rotate(0);
          transform: translate(-50%, 0) rotate(0);
}
footer .topBox .footerMenu > li.dropDown.hasSubMenu.open .submenu {
  -webkit-animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
          animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
}
@media (min-width: 1025px) {
  footer .topBox .footerMenu > li.dropDown .submenu {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  footer .topBox .footerMenu > li.dropDown .submenu {
    display: none;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1280px) {
  footer .topBox .footerMenu > li {
    width: 25%;
    padding: 0 0 50px;
  }
}
@media (max-width: 1024px) {
  footer .topBox .footerMenu > li {
    width: 100%;
    padding: 0 0 20px;
  }
}
footer .topBox .footerMenu > li .submenu {
  margin-top: 25px;
}
footer .topBox .footerMenu > li .submenu li:not(:last-child) {
  margin-bottom: 18px;
}
footer .topBox .footerMenu > li .submenu a {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.2px;
}
@media (min-width: 1201px) {
  footer .topBox .footerMenu > li .submenu a:hover {
    color: #3dae2b;
  }
}
footer .topBox .footerMenu > li .submenu a.current {
  color: #3dae2b;
}
footer .topBox .footerMenu > li a.menuLink {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.5px;
  position: relative;
}
@media (min-width: 1201px) {
  footer .topBox .footerMenu > li a.menuLink:hover {
    color: #3dae2b;
  }
}
footer .topBox .footerMenu > li a.menuLink.current {
  color: #3dae2b;
}
footer .middleBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid #272727;
  border-bottom: 2px solid #272727;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 26px;
  padding-bottom: 26px;
}
@media (max-width: 1440px) {
  footer .middleBox {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
footer .middleBox .footerLogo {
  width: 193px;
}
footer .middleBox .footerLogo a {
  display: block;
}
footer .middleBox .footerLogo img {
  -webkit-filter: contrast(0) brightness(2);
          filter: contrast(0) brightness(2);
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
}
footer .middleBox .side_contactInfo {
  padding: 15px 0;
}
footer .middleBox .side_contactInfo .infoList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -22.5px;
}
footer .middleBox .side_contactInfo .infoList li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding: 0 22.5px;
}
footer .middleBox .side_contactInfo .infoList i {
  display: none;
}
footer .middleBox .side_contactInfo .infoList .title {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-family: "Inter", "Microsoft JhengHei", "Noto Sans TC", sans-serif;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
footer .middleBox .side_contactInfo .infoList .title::before {
  content: "";
  width: 1px;
  height: 60%;
  background-color: #4b4b4b;
  position: absolute;
  top: 20%;
  right: 0;
  z-index: 1;
}
footer .middleBox .side_contactInfo .infoList a, footer .middleBox .side_contactInfo .infoList span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  font-family: "Inter", "Microsoft JhengHei", "Noto Sans TC", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.5px;
  padding: 5px 0;
}
@media (min-width: 1201px) {
  footer .middleBox .side_contactInfo .infoList a:hover {
    color: #1e42b4;
  }
}
@media (max-width: 1440px) {
  footer .middleBox .side_contactInfo {
    width: 100%;
  }
  footer .middleBox .side_contactInfo .infoList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -12.5px;
  }
  footer .middleBox .side_contactInfo .infoList li {
    padding: 0 12.5px;
  }
}
@media (max-width: 480px) {
  footer .middleBox .side_contactInfo .infoList li {
    width: 100%;
  }
  footer .middleBox .side_contactInfo .infoList .title {
    width: 60px;
    margin-right: 12px;
  }
}
footer .bottomBox {
  -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-top: 26px;
}
footer .bottomBox .socialBox {
  padding: 15px 0;
}
footer .bottomBox .socialBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .bottomBox .socialBox .socialList li:not(:last-child) {
  margin-right: 7px;
}
footer .bottomBox .socialBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .bottomBox .socialBox .socialList li:not(:last-child) {
  margin-right: 7px;
}
footer .bottomBox .socialBox .socialList li a {
  width: auto;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  color: #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
  line-height: 1;
  padding: 0 10px;
}
@media (min-width: 1201px) {
  footer .bottomBox .socialBox .socialList li a:hover {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #1e42b4;
  }
}
footer .bottomBox .socialBox + .linkPicList {
  margin-left: 20px;
  padding-left: 30px;
  position: relative;
}
footer .bottomBox .socialBox + .linkPicList::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #474747;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1280px) {
  footer .bottomBox .socialBox .socialList li a {
    padding: 0 8px;
  }
  footer .bottomBox .socialBox + .linkPicList {
    padding-left: 20px;
  }
}
@media (max-width: 640px) {
  footer .bottomBox .socialBox {
    width: 100%;
  }
  footer .bottomBox .socialBox + .linkPicList {
    padding-left: 0;
    margin-left: 0;
  }
  footer .bottomBox .socialBox + .linkPicList::before {
    display: none;
  }
}
footer .bottomBox .linkPicList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}
footer .bottomBox .linkPicList li {
  max-width: 185px;
  padding: 5px;
}
footer .bottomBox .linkPicList img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
}
@media (min-width: 1201px) {
  footer .bottomBox .linkPicList img:hover {
    -webkit-transform: translateY(-3px) scale(0.99);
            transform: translateY(-3px) scale(0.99);
  }
}
footer .bottomBox .copyrightBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 13px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 0;
}
footer .bottomBox .copyrightBox .ibestLink {
  margin-left: 12px;
  padding-left: 10px;
  position: relative;
}
footer .bottomBox .copyrightBox .ibestLink::before {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #474747;
  position: absolute;
  top: 10%;
  left: 0;
  z-index: 1;
}
footer .bottomBox .copyrightBox .ibestLink a {
  color: #ccc;
}
@media (min-width: 1201px) {
  footer .bottomBox .copyrightBox .ibestLink a:hover {
    color: #1e42b4;
  }
}
footer .bottomBox .copyrightBox .ibestLink span {
  display: inline-block;
  padding: 0 2px;
}
@media (max-width: 1280px) {
  footer .bottomBox .copyrightBox {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 1024px) {
  footer .bottomBox .copyrightBox {
    display: block;
  }
  footer .bottomBox .copyrightBox .ibestLink {
    margin-left: 0;
    padding-left: 0;
  }
  footer .bottomBox .copyrightBox .ibestLink::before {
    display: none;
  }
}

.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;
  padding-left: 20px;
  padding-right: 20px;
}
.privacyArea .text {
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
}
.privacyArea .text a {
  color: #1e42b4;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
.privacyArea .text a:hover {
  color: #1e42b4;
}
.privacyArea .btn {
  -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;
}
.privacyArea .btn a {
  letter-spacing: 0.5px;
  padding: 15px 35px;
}
.privacyArea .btn a + a {
  margin-left: 20px;
}
@media (max-width: 640px) {
  .privacyArea .btn {
    width: 100%;
  }
  .privacyArea .btn a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 15px;
    text-align: center;
  }
}

.translateIbest {
  display: inline-block;
  vertical-align: middle;
}
.translateIbest .design {
  /*網頁設計‧愛貝斯*/
  display: block;
  line-height: 22px;
  font-size: 9pt;
  color: #000;
}
.translateIbest .design a {
  /*網頁設計‧愛貝斯*/
  color: #000;
  text-decoration: none;
}
.translateIbest .design a:hover {
  text-decoration: underline;
}

/*手機快捷選單*/
.fixedQuickLink {
  width: 100%;
  background-color: #1e42b4;
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
}
@media (min-width: 1201px) {
  .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.2);
}
.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: 14px;
  letter-spacing: 0.5px;
  color: #fff;
}
.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: #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;
}

/*booking*/
.bookingArea {
  margin-top: -85px;
  position: relative;
  z-index: 2;
}
@media (max-width: 960px) {
  .bookingArea {
    margin-top: 0;
  }
}
.bookingArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  background-color: #fff;
}
@media (max-width: 960px) {
  .bookingArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 20px;
  }
}
.bookingArea .title {
  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;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  font-size: 15px;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 960px) {
  .bookingArea .title {
    display: none;
  }
}
.bookingArea .title i {
  margin-right: 15px;
  font-size: 20px;
}
.bookingArea .bookingList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
  padding: 20px;
}
@media (max-width: 960px) {
  .bookingArea .bookingList {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 960px) {
  .bookingArea .bookingList li {
    margin-bottom: 15px;
  }
}
.bookingArea .bookingList li:not(:first-child) {
  margin-left: 10px;
}
@media (max-width: 960px) {
  .bookingArea .bookingList li:not(:first-child) {
    margin-left: 0;
  }
}
.bookingArea .btn {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
@media (max-width: 960px) {
  .bookingArea .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.bookingArea .btn 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%;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.2em;
  background-color: #1e42b4;
}
@media (max-width: 960px) {
  .bookingArea .btn a {
    padding: 12px;
  }
}
.bookingArea input,
.bookingArea select {
  height: 45px;
  padding: 5px 10px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  font-family: "微軟正黑體";
}
@media (max-width: 960px) {
  .bookingArea input,
  .bookingArea select {
    width: 100%;
  }
}

/*********內頁**********/
.mainArea:not(.noPb) {
  padding-bottom: 30px;
}
.mainArea.gray {
  background-color: #f5f5f5;
}
.mainArea.lineBg {
  background: #f5f5f5 url("../images/main_bg.png") center top/cover no-repeat;
}
@media (max-width: 1200px) {
  .mainArea:not(.noPt) {
    padding-top: 30px;
  }
  .mainArea.lineBg {
    background: #f5f5f5;
  }
}
.mainArea .contentBox {
  clear: both;
}

.titleBox {
  color: #222;
  position: relative;
}
.titleBox .titleTw {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.5px;
}
.titleBox .titleTw.deco {
  margin-top: 38px;
  padding-top: 38px;
  position: relative;
}
.titleBox .titleTw.deco::before {
  content: "";
  width: 25px;
  height: 3px;
  background-color: #3dae2b;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  -webkit-transition: all 0.8s 0.8s;
  transition: all 0.8s 0.8s;
}
.titleBox .titleTw.deco::after {
  content: "";
  width: 80px;
  height: 3px;
  background-color: #1e42b4;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transition: all 0.8s 0.6s;
  transition: all 0.8s 0.6s;
}
.titleBox .titleTw.blue {
  color: #1e42b4;
}
.titleBox .titleEn {
  font-size: 38px;
  font-weight: 700;
  font-family: "Inter", "Microsoft JhengHei", "Noto Sans TC", sans-serif;
  line-height: 1.15;
  letter-spacing: 1px;
}
.titleBox .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 1px;
  margin-top: 8px;
  white-space: pre-wrap;
}
.titleBox .text.deco {
  margin-top: 30px;
  padding-top: 38px;
  position: relative;
}
.titleBox .text.deco::before {
  content: "";
  width: 25px;
  height: 3px;
  background-color: #3dae2b;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  -webkit-transition: all 0.8s 0.8s;
  transition: all 0.8s 0.8s;
}
.titleBox .text.deco::after {
  content: "";
  width: 80px;
  height: 3px;
  background-color: #1e42b4;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transition: all 0.8s 0.6s;
  transition: all 0.8s 0.6s;
}
.titleBox .text.large {
  font-size: 22px;
}
.titleBox.white {
  color: #fff;
}
.titleBox.center {
  text-align: center;
}
.titleBox.large .titleTw {
  font-size: 44px;
}
.titleBox.large .titleEn {
  font-size: 46px;
}
.titleBox.medium .titleTw {
  font-size: 34px;
}
.titleBox.medium .titleEn {
  font-size: 34px;
  margin-top: 8px;
}
.titleBox.small .titleTw {
  font-size: 30px;
}
.titleBox.small .titleEn {
  font-size: 30px;
}
.titleBox.small .titleEn.extraSmall {
  font-size: 26px;
}
@media (max-width: 1440px) {
  .titleBox .titleTw {
    font-size: 32px;
  }
  .titleBox .titleTw.deco {
    margin-top: 20px;
    padding-top: 28px;
  }
  .titleBox .titleEn {
    font-size: 30px;
  }
  .titleBox .text {
    font-size: 16px;
  }
  .titleBox .text.deco {
    margin-top: 20px;
    padding-top: 28px;
  }
  .titleBox .text.large {
    font-size: 18px;
  }
  .titleBox.large .titleTw, .titleBox.medium .titleTw {
    font-size: 32px;
  }
  .titleBox.large .titleEn, .titleBox.medium .titleEn {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .titleBox .titleTw {
    font-size: 28px;
  }
  .titleBox .titleTw.deco {
    margin-top: 18px;
    padding-top: 26px;
  }
  .titleBox .titleEn {
    font-size: 26px;
  }
  .titleBox .text.deco {
    margin-top: 18px;
    padding-top: 26px;
  }
  .titleBox.large .titleTw, .titleBox.medium .titleTw {
    font-size: 28px;
  }
  .titleBox.large .titleEn, .titleBox.medium .titleEn {
    font-size: 26px;
  }
  .titleBox.small .titleTw {
    font-size: 28px;
  }
  .titleBox.small .titleEn {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .titleBox .text.large {
    font-size: 16px;
  }
  .titleBox.small .titleTw {
    font-size: 24px;
  }
  .titleBox.small .titleTw.deco {
    margin-top: 12px;
    padding-top: 20px;
  }
  .titleBox.small .titleEn {
    font-size: 22px;
  }
  .titleBox.small .titleEn.extraSmall {
    font-size: 22px;
  }
  .titleBox.small .text.deco {
    margin-top: 12px;
    padding-top: 20px;
  }
}

/*bread*/
.bread {
  padding: 20px 0;
}
.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: 15px;
  line-height: 1;
  letter-spacing: 1px;
}
.bread .wrap a {
  color: #a9a9a9;
}
.bread .wrap a:hover {
  color: #1e42b4;
}
.bread .wrap span {
  color: #666;
}
.bread .wrap a + a,
.bread .wrap span + span,
.bread .wrap span + a,
.bread .wrap a + span,
.bread .wrap a + a {
  position: relative;
}
.bread.white .wrap a {
  color: #fff;
}
.bread.white .wrap a:hover {
  color: #1e42b4;
}
.bread.white .wrap span {
  color: #fff;
}
.bread.arrow .wrap a + a,
.bread.arrow .wrap span + span,
.bread.arrow .wrap span + a,
.bread.arrow .wrap a + span,
.bread.arrow .wrap a + a {
  padding-left: 20px;
}
.bread.arrow .wrap a + a::before,
.bread.arrow .wrap span + span::before,
.bread.arrow .wrap span + a::before,
.bread.arrow .wrap a + span::before,
.bread.arrow .wrap a + a::before {
  content: ">";
  position: absolute;
  top: 50%;
  left: 7px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bread.arrow .wrap a {
  line-height: 1.8;
}
.bread.verticalLine .wrap a + a,
.bread.verticalLine .wrap span + span,
.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap a + span,
.bread.verticalLine .wrap a + a {
  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,
.bread.verticalLine .wrap a + a::before {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #a9a9a9;
  position: absolute;
  top: 10%;
  left: 10px;
  z-index: 1;
}
.bread.horizontalLine .wrap a + a,
.bread.horizontalLine .wrap span + span,
.bread.horizontalLine .wrap span + a,
.bread.horizontalLine .wrap a + span,
.bread.horizontalLine .wrap a + a {
  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,
.bread.horizontalLine .wrap a + a::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 #ebebeb;
  color: #222;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
@media (max-width: 1200px) {
  .articleTitle {
    font-size: 26px;
  }
}

/*側邊標題字*/
.sectionTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 66px;
}
@media (max-width: 1200px) {
  .sectionTitle {
    margin-bottom: 46px;
  }
}
@media (max-width: 479px) {
  .sectionTitle {
    margin-bottom: 20px;
  }
}
.sectionTitle strong.titleTw {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 30px;
}
.sectionTitle strong.titleTw::before, .sectionTitle strong.titleTw::after {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  width: 1px;
  height: 30px;
  background-color: #ccc;
}
.sectionTitle strong.titleTw::before {
  left: 0;
}
.sectionTitle strong.titleTw::after {
  right: 0;
}
.sectionTitle strong.titleEn {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.8px;
  margin-left: 28px;
}
@media (max-width: 1200px) {
  .sectionTitle strong.titleEn {
    display: none;
  }
}
.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;
}

.dataListBox {
  width: 100%;
  position: sticky;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  top: 140px;
  z-index: 10;
}
.dataListBox .dataList {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dataListBox .dataList .dataItem {
  width: 20%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 5px;
  position: relative;
}
.dataListBox .dataList .dataItem::before {
  content: "";
  width: 0;
  height: 3px;
  background-color: #3dae2b;
  position: absolute;
  bottom: -2px;
  left: 50%;
  z-index: 1;
}
.dataListBox .dataList .dataItem::after {
  content: "";
  width: 2px;
  height: 30%;
  background-color: #ebebeb;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.dataListBox .dataList .dataItem:nth-child(-n+5) {
  border-bottom: 2px solid #ebebeb;
}
.dataListBox .dataList .dataItem:nth-child(5n)::after {
  display: none;
}
.dataListBox .dataList .dataItem a {
  display: block;
}
.dataListBox .dataList .dataItem.current {
  background-color: #1e42b4;
  color: #fff;
}
.dataListBox .dataList .dataItem.current a {
  color: #fff;
}
.dataListBox .dataList .dataItem.current::before {
  width: 100%;
  background-color: #3dae2b;
  left: 0;
}
.dataListBox .dataList .dataItem.current::after {
  opacity: 0;
}
@media (min-width: 1201px) {
  .dataListBox .dataList .dataItem:hover {
    background-color: #1e42b4;
    color: #fff;
  }
  .dataListBox .dataList .dataItem:hover a {
    color: #fff;
  }
  .dataListBox .dataList .dataItem:hover::before {
    width: 100%;
    background-color: #3dae2b;
    left: 0;
    -webkit-transition: all 0.5s 0.25s ease-in-out;
    transition: all 0.5s 0.25s ease-in-out;
  }
  .dataListBox .dataList .dataItem:hover::after {
    opacity: 0;
  }
}
.dataListBox .toggleBtn {
  width: 44px;
  background-color: #1e42b4;
  color: #fff;
  cursor: pointer;
  display: block;
  letter-spacing: 2px;
  padding: 15px 12px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.dataListBox .toggleBtn span {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.dataListBox.link .dataList .dataItem {
  padding: 0;
}
.dataListBox.link .dataList .dataItem a {
  padding: 25px 5px;
}
.dataListBox.scrolled .wrap {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1201px) {
  .dataListBox .toggleBtn {
    display: none;
  }
}
@media (max-width: 1200px) {
  .dataListBox {
    max-width: 260px;
    opacity: 0;
    position: fixed;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
  .dataListBox .wrap {
    margin: 0;
    padding: 0;
    pointer-events: none;
  }
  .dataListBox .dataList {
    max-height: 60vh;
    display: block;
    overflow: auto;
  }
  .dataListBox .dataList::-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: #dbdbdb;
  }
  .dataListBox .dataList::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #dbdbdb;
  }
  .dataListBox .dataList::-webkit-scrollbar-thumb {
    background: #1e42b4;
  }
  .dataListBox .dataList .dataItem {
    width: 100%;
    font-size: 15px;
    padding: 15px 5px;
  }
  .dataListBox .dataList .dataItem:nth-child(-n+5) {
    border-bottom: 0;
  }
  .dataListBox .dataList .dataItem:nth-child(5n)::after {
    display: none;
  }
  .dataListBox .dataList .dataItem:not(:last-child) {
    border-bottom: 2px solid #ebebeb;
  }
  .dataListBox.link .dataList .dataItem {
    padding: 0;
  }
  .dataListBox.link .dataList .dataItem a {
    padding: 15px 5px;
  }
  .dataListBox.show {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .dataListBox.show .wrap {
    pointer-events: auto;
  }
  .dataListBox.show .toggleBtn {
    background-color: #333;
  }
  .dataListBox.scrolled {
    opacity: 1;
  }
  .dataListBox.scrolled .wrap {
    pointer-events: auto;
  }
}

/*類別*/
.classBox {
  position: relative;
  z-index: 4;
}
.classBox .classCurrent {
  background-color: #1e42b4;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 15px 30px 15px 15px;
  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: 1025px) {
  .classBox .classCurrent {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
.classBoxRow {
  margin-top: 20px;
  margin-bottom: 50px;
}
@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 {
    margin-bottom: 10px;
    margin-right: 15px;
  }
  .classBoxRow .classLink a {
    display: block;
    padding: 10px 15px;
    font-size: 13px;
    color: #000;
    background-color: #f0f0f0;
    letter-spacing: 2px;
    text-align: center;
  }
  .classBoxRow .classLink a.current, .classBoxRow .classLink a:hover {
    color: #fff;
    background-color: #1e42b4;
  }
}
.classBoxColumn {
  margin-bottom: 30px;
}
.classBoxColumn .classLink .linkHasItems::before, .classBoxColumn .classLink .linkHasItems::after {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #2f2f2f;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.classBoxColumn .classLink .linkHasItems::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.classBoxColumn .classLink .linkHasItems::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.classBoxColumn .classLink .linkHasItems.open {
  background-color: #1e42b4;
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
  background-color: #2f2f2f;
}
.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: #f1f1f1;
  color: #2f2f2f;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover {
  background-color: #e8e8e8;
  color: #1e42b4;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current::before, .classBoxColumn .classLink .linkHasItems.open + ul > li a.current::after, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover::before, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover::after {
  background-color: #1e42b4;
}
@media (min-width: 1025px) {
  .classBoxColumn .classLink > li:not(:first-child) {
    border-top: 1px solid #ebebeb;
  }
  .classBoxColumn .classLink ul {
    display: none;
  }
  .classBoxColumn .classLink ul li:not(:first-child) {
    border-top: 1px solid #ebebeb;
  }
  .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: #1e42b4;
    color: #fff;
  }
  .classBoxColumn .classLink a.current::before, .classBoxColumn .classLink a.current::after, .classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after {
    background-color: #fff;
  }
}
@media (max-width: 1024px) {
  .classBoxRow .classLink, .classBoxColumn .classLink {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
  }
  .classBoxRow .classLink.open, .classBoxColumn .classLink.open {
    display: block;
  }
  .classBoxRow .classLink > li:not(:first-child), .classBoxColumn .classLink > li:not(:first-child) {
    border-top: 1px solid #ebebeb;
  }
  .classBoxRow .classLink > li > a.current, .classBoxColumn .classLink > li > a.current {
    color: #1e42b4;
  }
  .classBoxRow .classLink > li ul, .classBoxColumn .classLink > li ul {
    display: none;
  }
  .classBoxRow .classLink a, .classBoxColumn .classLink a {
    color: #2f2f2f;
    background-color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 15px;
    position: relative;
  }
}
.classBoxItem {
  max-width: 320px;
}
.classBoxItem .classCurrent {
  display: block;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.classBoxItem .classLink {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
.classBoxItem .classLink.open {
  display: block;
}
.classBoxItem .classLink > li:not(:first-child) {
  border-top: 1px solid #ebebeb;
}
.classBoxItem .classLink > li > a.current {
  color: #1e42b4;
}
.classBoxItem .classLink > li ul {
  display: none;
}
.classBoxItem .classLink a {
  color: #2f2f2f;
  background-color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 500;
  padding: 14px 15px;
  position: relative;
}
@media (min-width: 1201px) {
  .classBoxItem .classLink a:hover {
    color: #1e42b4;
  }
}
.classBoxSlick {
  margin-bottom: 50px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1200px) {
  .classBoxSlick {
    margin-bottom: 31px;
  }
}
.classBoxSlick .wrap {
  max-width: 1540px;
}
.classBoxSlick .classLink {
  position: relative;
  overflow: hidden;
}
.classBoxSlick .classLink::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .classBoxSlick .classLink::before {
    width: 100px;
  }
}
@media (max-width: 720px) {
  .classBoxSlick .classLink::before {
    width: 60px;
  }
}
.classBoxSlick .classLink::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff);
  right: 0;
  top: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  z-index: 2;
  pointer-events: none;
  visibility: visible;
}
@media (max-width: 1200px) {
  .classBoxSlick .classLink::after {
    width: 100px;
  }
}
@media (max-width: 720px) {
  .classBoxSlick .classLink::after {
    width: 60px;
  }
}
.classBoxSlick .classLink.onLeft::before {
  visibility: hidden;
}
.classBoxSlick .classLink.onRight::after {
  visibility: hidden;
}
.classBoxSlick .classLink .classItem {
  position: relative;
  width: auto;
  height: auto;
}
.classBoxSlick .classLink .classItem::before {
  content: "";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  width: 1px;
  background-color: #e5e5e5;
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: 1;
}
.classBoxSlick .classLink .classItem a {
  display: block;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 25px 43px;
}
.classBoxSlick .classLink .classItem a[href="javascript:;"] {
  color: #333333;
}
@media (max-width: 1200px) {
  .classBoxSlick .classLink .classItem a {
    font-size: 18px;
    padding: 21px 40px;
  }
}
@media (max-width: 840px) {
  .classBoxSlick .classLink .classItem a {
    padding: 21px 18px;
  }
}
.classBoxSlick .classLink .classItem.current::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1e42b4;
  bottom: 0;
  left: 0;
}
.classBoxSlick .classLink .classItem.current a {
  color: #1e42b4;
}

.pageBox .pageList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid #e6e6e6;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.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 #1e42b4;
  background-color: #1e42b4;
  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 {
  padding: 60px 0;
}
@media (max-width: 1600px) {
  .pageBox .pageList.number {
    padding-bottom: 80px;
  }
}
@media (max-width: 720px) {
  .pageBox .pageList.number {
    padding-bottom: 60px;
  }
}
@media (max-width: 540px) {
  .pageBox .pageList.number {
    padding-bottom: 30px;
  }
}
.pageBox .pageList.number.oval a {
  width: 50px;
}
.pageBox .pageList.number li {
  margin: 5px;
}
.pageBox .pageList.number a {
  width: 51px;
  height: 51px;
  border-radius: 99px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  position: relative;
  text-align: center;
  border-color: #000;
  border-width: 2px;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pageBox .pageList.number a img {
  width: 17px;
  height: auto;
}
@media (max-width: 720px) {
  .pageBox .pageList.number a {
    width: 44px;
    height: 44px;
  }
}
.pageBox .pageList.number a.prevBtn::before, .pageBox .pageList.number a.nextBtn::before {
  margin: auto;
  top: 0;
  bottom: 0;
}
.pageBox .pageList.number a.prevBtn img, .pageBox .pageList.number a.nextBtn img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.pageBox .pageList.number a.prevBtn {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pageBox .pageList.number a.prevBtn::before {
  display: none;
}
.pageBox .pageList.number a.nextBtn::before {
  display: none;
}
.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 #1e42b4;
  background-color: #1e42b4;
  color: #fff;
}
.pageBox .pageList.number a:hover {
  color: #fff;
  border-color: #1e42b4;
}
.pageBox .pageList.number a:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.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 {
  -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 #1e42b4;
  font-size: 13px;
  color: #1e42b4;
}
.tagBox a:hover {
  color: #fff;
  background-color: #1e42b4;
}
.tagBox a.current {
  color: #fff;
  background-color: #1e42b4;
}
.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: #1e42b4;
  color: #fff;
}

/*頁籤內容*/
.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: #fff;
}
.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%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
}

/*側邊_線上訂房*/
.side_booking {
  margin-bottom: 30px;
}
.side_booking a {
  display: block;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px #8d2121;
          box-shadow: 0 1px 1px #8d2121;
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  background-color: #f05b8f;
}
.side_booking a i {
  display: inline-block;
  font-size: 28px;
  padding: 10px 15px;
  margin-right: 15px;
  border-right: 1px solid #d33434;
  -webkit-box-shadow: 1px 0 #f38a8a;
          box-shadow: 1px 0 #f38a8a;
}
.side_booking a:hover {
  -webkit-box-shadow: inset 0 3px 3px #8d2121;
          box-shadow: inset 0 3px 3px #8d2121;
}

/*側邊_聯絡資訊*/
.side_contactInfo li {
  margin-bottom: 20px;
}
.side_contactInfo a, .side_contactInfo span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #444;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (min-width: 1201px) {
  .side_contactInfo a:hover {
    color: #1e42b4;
  }
}
.side_contactInfo .title {
  display: none;
}
.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%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
}
.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;
}

/*側邊_其他相關訊息*/
.side_news {
  position: relative;
  margin: 50px 0 110px;
  padding-top: 7px;
}
@media (max-width: 1200px) {
  .side_news {
    margin: 50px 0;
  }
}
.side_news .sideNewsList {
  margin: 0 -30px;
}
.side_news .slick-track {
  margin: initial;
}
.side_news .sideNewsItem {
  padding: 0 30px;
}
.side_news .item .Img {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.side_news .item .Img:hover .mask {
  opacity: 1;
}
.side_news .item .Img .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 400;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
}
.side_news .item .Img .mask .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 115px;
  height: 115px;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  border-radius: 99px;
  display: flex;
  color: #fff;
  text-transform: uppercase;
}
.side_news .item .Img img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
}
.side_news .item .Txt {
  padding-top: 23px;
}
@media (max-width: 1200px) {
  .side_news .item .Txt {
    padding-top: 10px;
  }
}
.side_news .item .Txt .newsInfoBox {
  margin-bottom: 22px;
}
@media (max-width: 1200px) {
  .side_news .item .Txt .newsInfoBox {
    margin-bottom: 16px;
  }
}
.side_news .item .Txt .title {
  font-size: 20px;
  font-weight: bold;
  height: 70px;
  letter-spacing: 1.2px;
  margin-bottom: 18px;
  display: inline-block;
}
@media (max-width: 1200px) {
  .side_news .item .Txt .title {
    font-size: 20px;
  }
}
.side_news .item .Txt .title a {
  display: inline-block;
  max-height: 70px;
  color: #333;
}
.side_news .item .Txt .title a:hover {
  color: #1e42b4;
}
.side_news .item .Txt .text {
  font-size: 17px;
  color: #888888;
  letter-spacing: 1.2px;
  line-height: 1.8;
  max-height: 100px;
  margin-bottom: 22px;
}
.side_news .item .Txt .moreBtn {
  padding-top: 26px;
  border-top: 1px solid #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.side_news .item .Txt .moreBtn .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.side_news .item .Txt .moreBtn .more:hover img {
  -webkit-transform: translate(3px, -3px);
          transform: translate(3px, -3px);
}
.side_news .item .Txt .moreBtn .more img {
  width: 10px;
  height: 10px;
  margin-left: 12px;
}
@media (min-width: 961px) {
  .side_news .item .Txt .moreBtn .more img.mobile {
    display: none;
  }
}
@media (max-width: 960px) {
  .side_news .item .Txt .moreBtn .more {
    color: #666666;
  }
  .side_news .item .Txt .moreBtn img {
    -webkit-filter: grayscale(10);
            filter: grayscale(10);
  }
  .side_news .item .Txt .moreBtn img.pc {
    display: none;
  }
}
.side_news .item.hover .Img .mask {
  opacity: 1;
}
.side_news .item.hover .Txt .title a {
  color: #1e42b4;
}
.side_news .item.hover .Txt .moreBtn .more {
  color: #1e42b4;
}
.side_news .item.hover .Txt .moreBtn img {
  -webkit-transform: translate(3px, -3px);
          transform: translate(3px, -3px);
}
.side_news .arrowBox {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 -6px;
}
.side_news .arrowBox .arrow {
  margin: 0 6px;
}
@media (max-width: 479px) {
  .side_news .arrowBox {
    position: relative;
    padding-bottom: 20px;
  }
}

/*對應&相關*/
.sideDataArea {
  padding: 80px 0;
}
.sideDataArea .funcBox {
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.sideDataArea .funcBox .sectionTitle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
  color: #222;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  line-height: 1;
  letter-spacing: 1px;
}
.sideDataArea .funcBox .sectionTitle a {
  color: #222;
}
@media (min-width: 1201px) {
  .sideDataArea .funcBox .sectionTitle a:hover {
    color: #1e42b4;
  }
}
@media (max-width: 1200px) {
  .sideDataArea .funcBox .sectionTitle {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .sideDataArea .funcBox .sectionTitle {
    font-size: 18px;
    line-height: 1.4;
  }
}
.sideDataArea .funcBox .slidePageBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  font-family: "Inter", "Microsoft JhengHei", "Noto Sans TC", sans-serif;
}
.sideDataArea .funcBox .slidePageBox .total {
  padding-left: 35px;
  position: relative;
}
.sideDataArea .funcBox .slidePageBox .total::before {
  content: "";
  width: 2px;
  height: 85%;
  background-color: #444;
  position: absolute;
  top: 50%;
  left: 18px;
  z-index: 1;
  -webkit-transform: translateY(-50%) rotate(35deg);
          transform: translateY(-50%) rotate(35deg);
}
.sideDataArea .funcBox .arrowBox {
  position: relative;
  margin-left: 45px;
}
.sideDataArea .funcBox .arrowBox .slick-arrow {
  position: static;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sideDataArea .sideDataList {
  margin: 0 -15px;
}
.sideDataArea .sideDataList:not(.slick-slider) .sideDataItem {
  width: 33.3333333333%;
}
.sideDataArea .sideDataList .sideDataItem {
  padding: 0 15px;
}
.sideDataArea .sideDataList .Img {
  overflow: hidden;
}
.sideDataArea .sideDataList .Img img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
}
@media (min-width: 1201px) {
  .sideDataArea .sideDataList .Img:hover img {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
.sideDataArea .sideDataList .Txt .classTitle {
  border-bottom: 1px solid rgba(164, 164, 164, 0.4);
  color: #444;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1px;
  padding: 18px 0;
}
.sideDataArea .sideDataList .Txt .title {
  max-height: 60px;
  margin-top: 20px;
  color: #222;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  line-height: 1.25;
  letter-spacing: 1px;
}
.sideDataArea .sideDataList .Txt .title a {
  color: #222;
}
@media (min-width: 1201px) {
  .sideDataArea .sideDataList .Txt .title a:hover {
    color: #1e42b4;
  }
}
@media (max-width: 1200px) {
  .sideDataArea .sideDataList .Txt .title {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .sideDataArea .sideDataList .Txt .title {
    font-size: 18px;
    line-height: 1.4;
  }
}
.sideDataArea .sideDataList .Txt .title a {
  display: block;
  text-align: justify;
}
.sideDataArea .sideDataList .Txt .subtitle {
  max-height: 60px;
  margin-top: 10px;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  font-family: "Inter", "Microsoft JhengHei", "Noto Sans TC", sans-serif;
  line-height: 1.25;
  letter-spacing: 1px;
}
.sideDataArea .sideDataList .Txt .subtitle a {
  color: #222;
}
@media (min-width: 1201px) {
  .sideDataArea .sideDataList .Txt .subtitle a:hover {
    color: #1e42b4;
  }
}
@media (max-width: 1200px) {
  .sideDataArea .sideDataList .Txt .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .sideDataArea .sideDataList .Txt .subtitle {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (max-width: 640px) {
  .sideDataArea .sideDataList .Txt .subtitle {
    font-size: 16px;
  }
}
.sideDataArea .sideDataList .Txt .text {
  padding-top: 10px;
  height: 60px;
  line-height: 1.8;
  font-size: 13px;
  color: #777;
}
.sideDataArea.vertical .sideDataList:not(.slick-slider) .sideDataItem {
  width: 100%;
}
.sideDataArea.textOnly .sideDataList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
.sideDataArea.textOnly .sideDataList:not(.slick-slider) .sideDataItem {
  width: auto;
}
.sideDataArea.textOnly .sideDataList .sideDataItem {
  padding: 0 5px 15px;
}
.sideDataArea.textOnly .sideDataList .item {
  height: 100%;
}
.sideDataArea.textOnly .sideDataList .Txt {
  height: 100%;
  padding: 0;
}
.sideDataArea.textOnly .sideDataList .Txt .title {
  height: 100%;
  max-height: initial;
  border: 1px solid #d1d1d1;
  margin-top: 0;
  color: #888;
  font-size: 17px;
  font-weight: 400;
  font-family: "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  line-height: 1.6;
  letter-spacing: 1px;
}
@media (max-width: 1200px) {
  .sideDataArea.textOnly .sideDataList .Txt .title {
    line-height: 1.4;
  }
}
@media (max-width: 640px) {
  .sideDataArea.textOnly .sideDataList .Txt .title {
    font-size: 15px;
  }
}
.sideDataArea.textOnly .sideDataList .Txt .title a {
  padding: 10px 15px;
}
@media (min-width: 1201px) {
  .sideDataArea.textOnly .sideDataList .Txt .title a:hover {
    background-color: #1e42b4;
    border-color: #1e42b4;
    color: #fff;
  }
}
.sideDataArea + .sideDataArea {
  border-top: 1px solid #ebebeb;
}
@media (max-width: 1200px) {
  .sideDataArea {
    padding: 40px 0;
  }
  .sideDataArea .funcBox {
    margin-bottom: 20px;
  }
  .sideDataArea .funcBox .sectionTitle {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-bottom: 20px;
  }
  .sideDataArea .funcBox .arrowBox {
    margin-left: 0;
  }
  .sideDataArea .sideDataList {
    margin: 0 -10px;
  }
  .sideDataArea .sideDataList .sideDataItem {
    padding: 0 10px;
  }
  .sideDataArea .sideDataList .sideDataItem .Txt .classTitle {
    padding: 12px 0;
  }
  .sideDataArea .sideDataList .sideDataItem .Txt .title {
    margin-top: 12px;
  }
  .sideDataArea.textOnly .sideDataList:not(.slick-slider) .sideDataItem {
    width: 33.3333333333%;
  }
  .sideDataArea.textOnly .sideDataList .sideDataItem .Txt .title {
    margin-top: 0;
  }
  .sideDataArea.textOnly .funcBox .sectionTitle {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .sideDataArea {
    padding: 30px 0;
  }
  .sideDataArea .sideDataList {
    margin: 0 -8px;
  }
  .sideDataArea .sideDataList:not(.slick-slider) .sideDataItem {
    width: 50%;
  }
  .sideDataArea .sideDataList .sideDataItem {
    padding: 0 8px;
  }
}
@media (max-width: 480px) {
  .sideDataArea .sideDataList {
    margin: 0;
  }
  .sideDataArea .sideDataList:not(.slick-slider) .sideDataItem {
    width: 100%;
  }
  .sideDataArea .sideDataList .sideDataItem {
    padding: 0;
  }
  .sideDataArea.textOnly .sideDataList:not(.slick-slider) .sideDataItem {
    width: 100%;
  }
}

/*社群分享*/
.sideShare {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
}
@media (max-width: 1200px) {
  .sideShare {
    margin: 0;
  }
}
.sideShare .shareList {
  -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;
}
.sideShare .shareList .shareTitle {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding-right: 20px;
  margin-right: 9px;
  color: #555555;
}
.sideShare .shareList .shareTitle::before {
  content: "";
  position: absolute;
  position: absolute;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #c9c9c9;
}
@media (max-width: 479px) {
  .sideShare .shareList .shareTitle {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
  .sideShare .shareList .shareTitle::before {
    display: none;
  }
}
.sideShare .shareList .shareItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 17px;
  margin: 4px;
  color: #aaaaaa;
  border: 1px solid #dddddd;
}
.sideShare .shareList .shareItem a svg {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 18px;
}
.sideShare .shareList .shareItem a img {
  display: block;
}
@media (min-width: 1201px) {
  .sideShare .shareList .shareItem a:hover {
    color: #fff;
    border-color: #aaaaaa;
    background-color: #aaaaaa;
  }
  .sideShare .shareList .shareItem a:hover img {
    -webkit-filter: brightness(10);
            filter: brightness(10);
  }
}

/*Hover效果1: 放大淡出*/
.imh_opacity {
  background-color: #000;
  overflow: hidden;
}
.imh_opacity img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.imh_opacity:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*Hover效果1: 放大淡出Detail*/
.imh_detail {
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.imh_detail img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.imh_detail a:before {
  content: "Details+";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  margin-left: -45px;
  margin-top: -80px;
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
  border: 2px solid #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.imh_detail:hover a:before {
  opacity: 1;
  margin-top: -20px;
}
.imh_detail:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*Hover效果1: 放大淡出zoom*/
.imh_zoom {
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.imh_zoom img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.imh_zoom a:before {
  content: "\f002";
  display: block;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  font-family: FontAwesome;
  text-align: center;
  background-color: #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.imh_zoom:hover a:before {
  top: 50%;
}
.imh_zoom:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.arrowBox .arrow {
  width: 51px;
  height: 51px;
  border-radius: 99px;
  border: 1px solid #c5c5c5;
  background: no-repeat url(../images/arrow2.svg) center/17px auto;
  cursor: pointer;
  pointer-events: auto;
}
.arrowBox .arrowPrev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.arrowBox .arrowPrev.slick-hidden, .arrowBox .arrowNext.slick-hidden {
  display: none !important;
}
.arrowBox .arrow:hover {
  border-color: #333;
  background-color: #333;
  background-image: url(../images/arrow2.svg);
}

.slick-slider .slick-arrow, .slickFuncBox .slick-arrow {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid #000;
  background-color: #fff !important;
  color: #000;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  z-index: 2;
}
.slick-slider .slick-arrow::before, .slickFuncBox .slick-arrow::before {
  content: "";
  background-color: #000;
  z-index: 1;
  width: 16px;
  height: 2px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slick-slider .slick-arrow::after, .slickFuncBox .slick-arrow::after {
  content: "";
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  z-index: 1;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slick-slider .slick-arrow.slick-prev::after, .slickFuncBox .slick-arrow.slick-prev::after {
  -webkit-transform: translateX(-5px) rotate(135deg);
          transform: translateX(-5px) rotate(135deg);
}
.slick-slider .slick-arrow.slick-next, .slickFuncBox .slick-arrow.slick-next {
  margin-left: 10px;
}
.slick-slider .slick-arrow.slick-next::after, .slickFuncBox .slick-arrow.slick-next::after {
  -webkit-transform: translateX(5px) rotate(-45deg);
          transform: translateX(5px) rotate(-45deg);
}
.slick-slider .slick-arrow:hover, .slickFuncBox .slick-arrow:hover {
  background-color: #1e42b4 !important;
  border-color: #1e42b4 !important;
}
.slick-slider .slick-arrow:hover::before, .slickFuncBox .slick-arrow:hover::before {
  background-color: #fff !important;
}
.slick-slider .slick-arrow:hover::after, .slickFuncBox .slick-arrow:hover::after {
  border-color: #fff !important;
}
@media (max-width: 1200px) {
  .slick-slider .slick-arrow, .slickFuncBox .slick-arrow {
    width: 48px;
    height: 48px;
  }
}
.slick-slider .slick-dots, .slickFuncBox .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.slick-slider .slick-dots.vertical, .slickFuncBox .slick-dots.vertical {
  width: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
}
.slick-slider .slick-dots.vertical li, .slickFuncBox .slick-dots.vertical li {
  margin: 5px 0;
}
.slick-slider .slick-dots:not(.vertical) li, .slickFuncBox .slick-dots:not(.vertical) li {
  margin: 0 5px;
}
.slick-slider .slick-dots.center, .slickFuncBox .slick-dots.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-slider .slick-dots li, .slickFuncBox .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  overflow: hidden;
}
.slick-slider .slick-dots li button, .slickFuncBox .slick-dots li button {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
}
.slick-slider .slick-dots li button::before, .slickFuncBox .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 1;
}
.slick-slider .slick-dots li:hover button::before, .slick-slider .slick-dots li.slick-active button::before, .slickFuncBox .slick-dots li:hover button::before, .slickFuncBox .slick-dots li.slick-active button::before {
  background-color: #1e42b4;
}
.slick-slider .slick-dots li:hover button::before, .slickFuncBox .slick-dots li:hover button::before {
  opacity: 0.85;
}
.slick-slider .slick-dots li.slick-active button::before, .slickFuncBox .slick-dots li.slick-active button::before {
  opacity: 1;
}

.slick-dotted {
  margin-bottom: 0;
}
.slick-dotted .slick-dots {
  margin-top: 30px;
  position: static;
}

.slickClsList:not(.slick-slider) {
  overflow: hidden;
}
.slickClsList:not(.slick-slider) .slickClsItem:not(:first-child) {
  display: none;
}

.progressBar {
  background-color: #ebebeb;
  position: relative;
}
.progressBar.horizontal .path, .progressBar.vertical .path {
  width: 100%;
  height: 100%;
  display: inline-block;
  fill: #3dae2b;
  vertical-align: middle;
  position: absolute;
  z-index: 2;
}
.progressBar.horizontal .path rect, .progressBar.vertical .path rect {
  width: 100%;
  height: 2px;
}
.progressBar.horizontal {
  width: 100%;
  height: 3px;
}
.progressBar.horizontal .path {
  width: 100%;
  height: 2px;
}
.progressBar.horizontal .path rect {
  width: 100%;
  height: 2px;
}
.progressBar.horizontal .path.active rect {
  -webkit-animation: progressBarHorizontal linear forwards;
          animation: progressBarHorizontal linear forwards;
}
.progressBar.vertical {
  width: 2px;
  height: 100px;
}
.progressBar.vertical .path {
  width: 2px;
  height: 100px;
}
.progressBar.vertical .path rect {
  width: 2px;
  height: 100px;
}
.progressBar.vertical .path.active rect {
  -webkit-animation: progressBarVertical linear forwards;
          animation: progressBarVertical linear forwards;
}
.progressBar.circle {
  width: 50px;
  height: 50px;
  background-color: transparent;
}
.progressBar.circle .path {
  width: 50px;
  height: 50px;
  fill: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: 1;
  stroke-dashoffset: 0;
  stroke-dasharray: 153.86;
  stroke: #f00;
  stroke-width: 3px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.progressBar.circle .path.active circle {
  -webkit-animation: progressCircleAnimation linear forwards;
          animation: progressCircleAnimation linear forwards;
}

.Img.observerAbout:not(.loaded), .Img.observer:not(.loaded), .Img.observerSlick:not(.loaded) {
  -webkit-animation: imgLoading 1.2s ease-in-out infinite;
          animation: imgLoading 1.2s ease-in-out 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;
  position: relative;
}
.Img.observerAbout:not(.loaded) img, .Img.observer:not(.loaded) img, .Img.observerSlick:not(.loaded) img {
  opacity: 0 !important;
}
.Img.observerAbout img, .Img.observer img, .Img.observerSlick img {
  -webkit-transition: all 0.8s ease-in-out !important;
  transition: all 0.8s ease-in-out !important;
}