@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);
.slideModuleBox.moduleBox, .linkArea .linkList .Img, .slick-slider .slick-dots li button::before, .controlBox .slick-dots li button::before, .slick-slider .slick-arrow, .controlBox .slick-arrow, .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 a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .classBox a, .classBox span, .privacyArea, footer .footerMenu li a::before, .slideMenuArea .menuBox .nav .submenuItemTitle.hasThirdMenu::before, .slideMenuArea .menuBox .nav .submenuItemTitle.hasThirdMenu::after, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after, .slideMenuArea .topBox .languageBox .languageList, .slideMenuArea .topBox .languageBox .languageCurrent .arrow, .slideMenuArea .topBox .languageBox .languageCurrent .lang_ic, .slideMenuArea .topBox .languageBox .languageCurrent span, .slideMenuArea .topBox .languageBox .languageCurrent, .slideMenuTrigger .line::before, .slideMenuTrigger .line::after, .slideMenuTrigger, header .languageBox .languageList, header .languageBox .languageCurrent .arrow, header .languageBox .languageCurrent span, header, .loadingArea, .moduleMask, .moduleBox.cart .cartList .del, .moduleBox.privacy .customList .topBox .trigger label span::before, .moduleBox.privacy .customList .topBox .trigger label span, .moduleBox.privacy .customList .topBox .subtitle, .moduleBox.privacy .customList .topBox::before, .moduleBox.privacy .btnBox .btn.textLink::before, .moduleBox .moduleClose, .btnBox .btn.bgNet .icon, .btnBox .btn.bgMain .arrow, .btnBox .btn.animation::after, .btnBox .btn, button, a, body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(2) .link img, body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(3) .link img, body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(2) .link, body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(3) .link, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.formBox.changePassword {
  max-width: 640px;
  margin: 0 auto;
}
.formBox .formList {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #2f2f2f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
.formBox .formRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formBox .formColumn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 10px;
  position: relative;
}
.formBox .formColumn.select {
  position: relative;
}
.formBox .formColumn.select::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #626262;
  border-bottom: 2px solid #626262;
  pointer-events: none;
  position: absolute;
  bottom: 35px;
  right: 20px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.formBox .formColumn.pt0 {
  padding-top: 0;
}
.formBox .formColumn.pb0 {
  padding-bottom: 0;
}
@media (max-width: 1180px) {
  .formBox .formColumn {
    padding: 10px;
  }
}
.formBox .formColumn .flexBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formBox .columnTitle {
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.02rem;
  line-height: 1.25;
  margin-bottom: 12px;
  position: relative;
}
.formBox .columnTitle.withCheckBox {
  width: auto;
}
.formBox .columnTitle.withCheckBox + .columnCheckBox {
  margin-left: 10px;
  margin-bottom: 12px;
}
.formBox .columnTitle.requireStyle {
  padding-left: 20px;
}
.formBox .columnTitle.requireStyle::before {
  content: "※";
  color: #00549d;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
}
.formBox .columnCheckBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
.formBox .columnCheckBox .columnCheckLabel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 5px;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck {
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  outline: 0;
  position: relative;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #cecece;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::after {
  content: "";
  width: 50%;
  height: 50%;
  background-color: #00549d;
  border-radius: 50%;
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:checked::before {
  border-color: #00549d;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:checked::after {
  opacity: 1;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::before {
  background-color: #e5e5e5 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::after {
  background-color: #b5b5b5 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled + span {
  color: #737373 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.square::before, .formBox .columnCheckBox .columnCheckLabel .columnCheck.square::after {
  border-radius: 0;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.error::before {
  border-color: #00549d;
}
.formBox .columnCheckBox .columnCheckBoxTitle {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.02rem;
  margin-left: 4px;
}
.formBox .columnSelect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-family: "Source Sans 3", sans-serif;
  outline: none;
  padding: 5px 25px 5px 10px;
  margin: 0;
}
.formBox .columnSelect:disabled {
  background-color: #e5e5e5 !important;
  color: #737373 !important;
}
.formBox .columnInput {
  padding: 5px 10px;
}
.formBox .columnInput::-webkit-input-placeholder {
  color: #a6a6a6;
}
.formBox .columnInput::-moz-placeholder {
  color: #a6a6a6;
}
.formBox .columnInput:-ms-input-placeholder {
  color: #a6a6a6;
}
.formBox .columnInput::-ms-input-placeholder {
  color: #a6a6a6;
}
.formBox .columnInput::placeholder {
  color: #a6a6a6;
}
.formBox .columnInput:disabled {
  background-color: #e5e5e5 !important;
  color: #737373 !important;
}
.formBox .columnArea {
  height: 200px;
  padding: 10px;
}
@media (max-width: 1180px) {
  .formBox .columnArea {
    height: 120px;
    padding: 5px 10px;
  }
}
.formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  color: #737373;
  font-weight: 500;
}
.formBox .columnInput,
.formBox .columnSelect {
  height: 45px;
}
.formBox .btnBox {
  width: 200px;
  margin-right: 20px;
}
.formBox .btnBox:last-child {
  margin-right: 0;
}
.formBox .noteTxt {
  width: 100%;
  color: #999;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.02rem;
  margin-top: 10px;
}
.formBox .noteTxt.red {
  color: #f00;
}
@media (max-width: 1180px) {
  .formBox .noteTxt {
    font-size: 14px;
  }
}
.formBox .error {
  border-color: #f00 !important;
}

@-webkit-keyframes btnAni {
  20% {
    background-color: rgba(0, 84, 157, 0.3);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    background-color: transparent;
  }
}

@keyframes btnAni {
  20% {
    background-color: rgba(0, 84, 157, 0.3);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    background-color: transparent;
  }
}
@-webkit-keyframes imgLoading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes imgLoading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes slideLeftAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideLeftAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes aniSlideDown {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes aniSlideDown {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes btnHoverMain {
  0% {
    -webkit-box-shadow: 0 0 0 0 #00549d;
            box-shadow: 0 0 0 0 #00549d;
  }
  50% {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 84, 157, 0.5);
            box-shadow: 0 0 0 5px rgba(0, 84, 157, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 8px rgba(0, 84, 157, 0);
            box-shadow: 0 0 0 8px rgba(0, 84, 157, 0);
  }
}
@keyframes btnHoverMain {
  0% {
    -webkit-box-shadow: 0 0 0 0 #00549d;
            box-shadow: 0 0 0 0 #00549d;
  }
  50% {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 84, 157, 0.5);
            box-shadow: 0 0 0 5px rgba(0, 84, 157, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 8px rgba(0, 84, 157, 0);
            box-shadow: 0 0 0 8px rgba(0, 84, 157, 0);
  }
}
@-webkit-keyframes videoBtnAround {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes videoBtnAround {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes scrollDownAnimate {
  0% {
    -webkit-transform: translateY(-100%) scale(0) rotate(-45deg);
            transform: translateY(-100%) scale(0) rotate(-45deg);
    opacity: 1;
  }
  30% {
    -webkit-transform: translateY(0) scale(1) rotate(-45deg);
            transform: translateY(0) scale(1) rotate(-45deg);
    opacity: 1;
  }
  70% {
    -webkit-transform: translateY(0) scale(1) rotate(-45deg);
            transform: translateY(0) scale(1) rotate(-45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%) scale(0) rotate(-45deg);
            transform: translateY(100%) scale(0) rotate(-45deg);
    opacity: 0;
  }
}
@keyframes scrollDownAnimate {
  0% {
    -webkit-transform: translateY(-100%) scale(0) rotate(-45deg);
            transform: translateY(-100%) scale(0) rotate(-45deg);
    opacity: 1;
  }
  30% {
    -webkit-transform: translateY(0) scale(1) rotate(-45deg);
            transform: translateY(0) scale(1) rotate(-45deg);
    opacity: 1;
  }
  70% {
    -webkit-transform: translateY(0) scale(1) rotate(-45deg);
            transform: translateY(0) scale(1) rotate(-45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%) scale(0) rotate(-45deg);
            transform: translateY(100%) scale(0) rotate(-45deg);
    opacity: 0;
  }
}
@-webkit-keyframes moveUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes moveUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@-webkit-keyframes moveUp_2 {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}
@keyframes moveUp_2 {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}
@-webkit-keyframes moveIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes moveIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes moveIn_2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes moveIn_2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes loadingDrop {
  0% {
    -webkit-transform: translate(-50%, -500%) rotate(-45deg);
            transform: translate(-50%, -500%) rotate(-45deg);
  }
  70% {
    opacity: 1;
  }
  100% {
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(0.2);
            transform: translate(-50%, -50%) rotate(-45deg) scale(0.2);
    opacity: 0;
  }
}
@keyframes loadingDrop {
  0% {
    -webkit-transform: translate(-50%, -500%) rotate(-45deg);
            transform: translate(-50%, -500%) rotate(-45deg);
  }
  70% {
    opacity: 1;
  }
  100% {
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(0.2);
            transform: translate(-50%, -50%) rotate(-45deg) scale(0.2);
    opacity: 0;
  }
}
@-webkit-keyframes loadingRipple {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  50% {
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
@keyframes loadingRipple {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  50% {
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes smallDrop_1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  65% {
    -webkit-transform: translate(-300%, -500%) scale(1);
            transform: translate(-300%, -500%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-600%, -250%) scale(0);
            transform: translate(-600%, -250%) scale(0);
    opacity: 0;
  }
}
@keyframes smallDrop_1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  65% {
    -webkit-transform: translate(-300%, -500%) scale(1);
            transform: translate(-300%, -500%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-600%, -250%) scale(0);
            transform: translate(-600%, -250%) scale(0);
    opacity: 0;
  }
}
@keyframes smallDrop_1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  65% {
    -webkit-transform: translate(-300%, -500%) scale(1);
            transform: translate(-300%, -500%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-600%, -250%) scale(0);
            transform: translate(-600%, -250%) scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes smallDrop_2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  65% {
    -webkit-transform: translate(300%, -500%) scale(1);
            transform: translate(300%, -500%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(700%, -250%) scale(0);
            transform: translate(700%, -250%) scale(0);
    opacity: 0;
  }
}
@keyframes smallDrop_2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  65% {
    -webkit-transform: translate(300%, -500%) scale(1);
            transform: translate(300%, -500%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(700%, -250%) scale(0);
            transform: translate(700%, -250%) scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes smallDrop_3 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  65% {
    -webkit-transform: translate(100%, -500%) scale(1);
            transform: translate(100%, -500%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(200%, -200%) scale(0);
            transform: translate(200%, -200%) scale(0);
    opacity: 0;
  }
}
@keyframes smallDrop_3 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  65% {
    -webkit-transform: translate(100%, -500%) scale(1);
            transform: translate(100%, -500%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(200%, -200%) scale(0);
            transform: translate(200%, -200%) scale(0);
    opacity: 0;
  }
}
body {
  background-color: #fff;
  font-size: 15px;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1180px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
  overflow: hidden;
}
body.errorPage .mainArea {
  width: 100%;
  height: calc(100vh - 300px);
  min-height: 500px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.errorPage .mainArea .top {
  max-width: 380px;
  color: #00549d;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body.errorPage .mainArea {
    height: 50vh;
    min-height: 350px;
  }
  body.errorPage .mainArea .top {
    font-size: 24px;
  }
}
@media (max-width: 1340px) {
  body:not(.WebSiteHome) .bannerArea.location .bannerItem {
    background: #f3f3f3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 660px) {
  body:not(.WebSiteHome) .bannerArea.location .bannerItem .Img {
    min-height: unset;
    padding-bottom: 50%;
  }
}
body:not(.WebSiteHome) .bannerArea.location .bannerItem .Img img {
  min-height: unset;
  -o-object-fit: contain;
     object-fit: contain;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt.global {
  max-width: 1300px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 auto;
  padding-bottom: 200px;
}
@media (max-width: 1340px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt.global {
    position: static;
    padding: 150px 0 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 660px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt.global {
    padding-top: 120px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt.global .title {
  color: #222222;
  text-align: left;
}
@media (max-width: 1340px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt.global .title {
    text-align: center;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt.global .subtitle {
  color: #00549d;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt.global .bread a,
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt.global .bread span {
  color: #666666;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt.global .bread a::before,
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt.global .bread span::before {
  background-color: #666666;
}
@media (min-width: 1201px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt.global .bread a:hover {
    color: #00549d;
  }
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Img {
    min-height: 400px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerBox {
  background: #f7f7f7;
}
body:not(.WebSiteHome) .bannerArea .bannerInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 5;
  top: -55px;
}
@media (max-width: 720px) {
  body:not(.WebSiteHome) .bannerArea .bannerInfo {
    top: 0;
    margin-top: -110px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerInfo.noImg {
  top: 0;
  padding: 60px 0 40px 0;
  border-bottom: 1px solid #ececec;
  margin-top: 0;
}
body:not(.WebSiteHome) .bannerArea .bannerInfo.noImg > .wrap {
  padding: 0;
}
@media (max-width: 720px) {
  body:not(.WebSiteHome) .bannerArea .bannerInfo.noImg {
    padding: 30px 0 10px 0;
  }
}
body:not(.WebSiteHome) .bannerArea .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) .bannerArea .bannerInfo .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  width: auto;
}
@media (max-width: 1400px) {
  body:not(.WebSiteHome) .bannerArea .bannerInfo .contentBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body:not(.WebSiteHome) .bannerArea .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) .bannerArea .bannerInfo .item {
    min-height: 80px;
  }
}
body:not(.WebSiteHome) .bannerArea .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) .bannerArea .bannerInfo .item:nth-of-type(1) {
    margin-right: 10px;
  }
}
@media (max-width: 1400px) {
  body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(1) {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 840px) {
  body:not(.WebSiteHome) .bannerArea .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) .bannerArea .bannerInfo .item:nth-of-type(1) .left .title {
  font-size: 30px;
  color: #00549d;
  font-weight: 600;
  position: relative;
  padding: 0 32px;
  letter-spacing: 2px;
  line-height: 1.2;
  text-align: left;
}
@media (max-width: 840px) {
  body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(1) .left .title {
    margin-bottom: 10px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(1) .left .title {
    font-size: 26px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(1) .left .title::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 1px;
  background-color: #00549d;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 840px) {
  body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(1) .left .title::before {
    height: 30px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(1) .left .title::after {
  content: "";
  position: absolute;
  height: 50px;
  width: 1px;
  background-color: #00549d;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 840px) {
  body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(1) .left .title::after {
    height: 30px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(1) .right {
  text-align: left;
  padding-left: 31px;
}
@media (max-width: 840px) {
  body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(1) .right {
    padding-left: 0;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(1) .right .enTitle {
  font-size: 20px;
  color: #00549d;
  font-weight: bold;
  letter-spacing: 0.8px;
}
@media (max-width: 840px) {
  body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(1) .right .enTitle {
    text-align: center;
    margin-bottom: 6px;
  }
}
@media (max-width: 480px) {
  body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(1) .right .enTitle {
    font-size: 18px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(1) .bread {
  margin: 0;
  padding: 0;
  border: 0;
}
@media (max-width: 840px) {
  body:not(.WebSiteHome) .bannerArea .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) .bannerArea .bannerInfo .item:nth-of-type(1) .bread a,
body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(1) .bread span {
  font-size: 13px;
  color: #aaaaaa;
  position: relative;
}
body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(1) .bread a:hover {
  color: #00549d;
}
body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(1) .bread.arrow span + span,
body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(1) .bread.arrow span + a,
body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(1) .bread.arrow a + span {
  padding-left: 25px;
}
body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(1) .bread.arrow span + span::before,
body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(1) .bread.arrow span + a::before,
body:not(.WebSiteHome) .bannerArea .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) .bannerArea .bannerInfo .item:nth-of-type(1) .bread.verticalLine a + a,
body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(1) .bread.verticalLine span + span,
body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(1) .bread.verticalLine span + a,
body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(1) .bread.verticalLine a + span {
  padding-left: 20px;
}
body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(1) .bread.verticalLine a + a::before,
body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(1) .bread.verticalLine span + span::before,
body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(1) .bread.verticalLine span + a::before,
body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(1) .bread.verticalLine a + span::before {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #a9a9a9;
  position: absolute;
  top: 10%;
  left: 10px;
  z-index: 1;
}
body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(1) .sdgsTagBox {
  width: 100%;
  position: relative;
  margin-top: 8px;
}
@media (max-width: 1400px) {
  body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(1) .sdgsTagBox {
    margin-top: 10px;
    padding: 0 30px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(1) .sdgsTagBox .arrowBox {
  display: none;
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(1) .sdgsTagBox .arrowBox {
    position: absolute;
    width: calc(100% + 20px);
    top: 50%;
    left: 50%;
    -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) .bannerArea .bannerInfo .item:nth-of-type(1) .sdgsTagBox .arrowBox .arrow {
    width: 35px;
    height: 35px;
  }
}
body:not(.WebSiteHome) .bannerArea .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) .bannerArea .bannerInfo .item:nth-of-type(1) .sdgsTag {
    display: block;
  }
}
body:not(.WebSiteHome) .bannerArea .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) .bannerArea .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) .bannerArea .bannerInfo .item:nth-of-type(1) .sdgsTag img {
  width: 56px;
  height: 56px;
}
body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(2), body:not(.WebSiteHome) .bannerArea .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) .bannerArea .bannerInfo .item:nth-of-type(2), body:not(.WebSiteHome) .bannerArea .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) .bannerArea .bannerInfo .item:nth-of-type(2), body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(3) {
    min-height: 80px;
  }
}
@media (max-width: 840px) {
  body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(2), body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(3) {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(2), body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(3) {
    padding: 0 10px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(2) .icon, body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(3) .icon {
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(2) .icon img, body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(3) .icon img {
  width: 65px;
  height: 65px;
}
@media (max-width: 480px) {
  body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(2) .icon img, body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(3) .icon img {
    width: 50px;
    height: 50px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(2) .text, body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(3) .text {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  max-width: 120px;
  margin-right: 33px;
}
@media (max-width: 1200px) {
  body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(2) .text, body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(3) .text {
    margin-right: 0;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(2) .link, body:not(.WebSiteHome) .bannerArea .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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(2) .link a, body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(3) .link 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: 100%;
  height: 100%;
}
body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(2) .link img, body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(3) .link img {
  width: 13px;
  height: auto;
}
@media (max-width: 1200px) {
  body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(2) .link, body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(3) .link {
    margin-left: auto;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerInfo .item:nth-of-type(3) .icon img {
  width: 45px;
}
body:not(.WebSiteHome) .bannerArea .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) .bannerArea .bannerInfo .item .coverLink:hover ~ .link {
  border-color: #00549d;
  background-color: #00549d;
}
body:not(.WebSiteHome) .bannerArea .bannerInfo .item .coverLink:hover ~ .link img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

address {
  font-style: normal;
}

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

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

button {
  cursor: pointer;
}

select {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

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

.Img img {
  height: auto;
}

div.titan {
  display: none;
}

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

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

/* 共用的樣式 */
.titleBox {
  position: relative;
  text-align: center;
}
.titleBox.textLeft {
  text-align: left;
}
.titleBox.row {
  border: 1px solid #e6e6e6;
  border-width: 0 0 1px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
  margin: 0 0 30px 0;
}
@media (max-width: 700px) {
  .titleBox.row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.titleBox.row .innerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 700px) {
  .titleBox.row .innerBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.titleBox.row .innerBox .title {
  padding-right: 20px;
}
@media (max-width: 700px) {
  .titleBox.row .innerBox .title {
    padding: 0;
  }
}
.titleBox.row .innerBox .text {
  border: 1px solid #e6e6e6;
  border-width: 0 0 0 1px;
  padding: 0 0 0 20px;
}
@media (max-width: 700px) {
  .titleBox.row .innerBox .text {
    display: none;
  }
}
.titleBox.row .sideText {
  color: #00549d;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0;
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 700px) {
  .titleBox.row .sideText {
    font-size: 14px;
  }
}
.titleBox.row .sideText .icon {
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #00549d;
  border-radius: 50%;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  margin: -2px 20px 0 0;
}
.titleBox.row .sideText .icon::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #b5b6b6;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 700px) {
  .titleBox.row .sideText .icon {
    display: none;
  }
}
.titleBox.row .sideText span {
  color: #222222;
  padding-right: 5px;
}
.titleBox .decoTitle {
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0;
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
  padding-bottom: 20px;
}
@media (max-width: 1180px) {
  .titleBox .decoTitle {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .titleBox .decoTitle {
    font-size: 12px;
    padding-bottom: 0;
  }
}
.titleBox .decoTitle span {
  color: #00549d;
  padding-left: 5px;
}
.titleBox .title {
  color: #222222;
  font-size: 38px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
@media (max-width: 1180px) {
  .titleBox .title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .titleBox .title {
    font-size: 30px;
  }
}
.titleBox .subtitle {
  color: #222222;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  margin-top: 40px;
}
@media (max-width: 1180px) {
  .titleBox .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .titleBox .subtitle {
    font-size: 20px;
    padding-top: 0;
  }
}
@media (max-width: 700px) {
  .titleBox .subtitle {
    font-size: 16px;
    margin-top: 20px;
  }
}
.titleBox .text {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  padding-top: 30px;
}
@media (max-width: 1180px) {
  .titleBox .text {
    font-size: 14px;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .titleBox .text {
    font-size: 14px;
    padding-top: 15px;
  }
}
@media (max-width: 700px) {
  .titleBox .text {
    font-size: 12px;
  }
}

.btnBox {
  margin-top: 20px;
}
.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 {
  min-width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 6px;
}
.btnBox.single.center {
  text-align: center;
}
.btnBox.single .btn {
  width: 100%;
  max-width: 200px;
}
.btnBox.full .btn {
  width: 100%;
}
.btnBox .btn {
  max-width: 200px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  padding: 15px 30px;
}
.btnBox .btn .btnText {
  display: inline-block;
}
@media (min-width: 1201px) {
  .btnBox .btn:hover {
    background-color: #fff;
    border-color: #00549d;
    color: #00549d;
  }
}
.btnBox .btn.animation {
  overflow: hidden;
}
.btnBox .btn.animation::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn.animation:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }
}
.btnBox .btn.bgMain {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 50px;
}
@media (min-width: 1201px) {
  .btnBox .btn.bgMain:hover {
    color: #00549d;
  }
  .btnBox .btn.bgMain:hover .icon {
    background: #00549d;
    -webkit-animation: btnHoverMain 2s linear 0s infinite;
            animation: btnHoverMain 2s linear 0s infinite;
  }
  .btnBox .btn.bgMain:hover .icon::before, .btnBox .btn.bgMain:hover .icon::after {
    background-color: #ffffff;
  }
}
.btnBox .btn.bgMain.submit {
  background: #00549d;
  border: 1px solid #00549d;
  color: #ffffff;
}
@media (min-width: 1201px) {
  .btnBox .btn.bgMain.submit:hover {
    background: #ffffff;
    color: #00549d;
  }
}
.btnBox .btn.bgMain.submit .icon::before, .btnBox .btn.bgMain.submit .icon::after {
  background: #ffffff;
}
.btnBox .btn.bgMain.current {
  color: #00549d;
}
.btnBox .btn.bgMain.current .arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.btnBox .btn.bgMain .icon {
  display: block;
  width: 30px;
  height: 30px;
  background: transparent;
  border-radius: 50%;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  margin-right: -10px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.btnBox .btn.bgMain .icon::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  background: #9b9b9b;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btnBox .btn.bgMain .icon::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #9b9b9b;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btnBox .btn.bgMain .arrow {
  display: block;
  background: #00549d;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
}
.btnBox .btn.bgMain .arrow::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #ffffff;
  border-width: 1px 1px 0 0;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.btnBox .btn.bgNet {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1201px) {
  .btnBox .btn.bgNet:hover {
    color: #00549d;
  }
  .btnBox .btn.bgNet:hover .icon {
    opacity: 1;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}
.btnBox .btn.bgNet .icon {
  width: 20px;
  height: 20px;
  background: url("../images/lang_ic.png") no-repeat center;
  background-size: contain;
  margin-right: 10px;
  opacity: 0.5;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.btnBox .btn.bgSecond {
  background-color: #222222;
  border: 1px solid #222222;
  color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn.bgSecond:hover {
    color: #222222;
  }
  .btnBox .btn.bgSecond:hover:not(.animation) {
    background-color: #fff;
  }
}
.btnBox .btn.colorMain {
  background-color: #fff;
  border: 1px solid #00549d;
  color: #00549d;
}
.btnBox .btn.colorMain.animation::after {
  background-color: #00549d;
}
@media (min-width: 1201px) {
  .btnBox .btn.colorMain:hover {
    color: #fff;
  }
  .btnBox .btn.colorMain:hover:not(.animation) {
    background-color: #00549d;
  }
}
.btnBox .btn.colorSecond {
  background-color: #fff;
  border: 1px solid #222222;
  color: #222222;
}
.btnBox .btn.colorSecond.animation::after {
  background-color: #222222;
}
@media (min-width: 1201px) {
  .btnBox .btn.colorSecond:hover {
    color: #fff;
  }
  .btnBox .btn.colorSecond:hover:not(.animation) {
    background-color: #222222;
  }
}
.btnBox .btn.rounded {
  border-radius: 22.5px;
}
.btnBox .btn.roundedSlightly {
  border-radius: 4px;
}

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

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

/*module*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-property: top, opacity, visibility;
  transition-property: top, opacity, visibility;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  /*洽詢車&購物車*/
  /*訂單查詢*/
  /*搜尋*/
  /*提醒使用cookie彈窗*/
}
.moduleBox.show {
  opacity: 1;
  visibility: visible;
}
.moduleBox.show .moduleWrap {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.moduleBox .moduleWrap {
  position: relative;
  width: 100%;
  max-width: 1440px;
  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: 70vh;
  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: #00549d;
}
.moduleBox .moduleClose {
  width: 50px;
  height: 50px;
  background: none;
  background-color: #00549d;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -0.5px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.moduleBox .moduleClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1201px) {
  .moduleBox .moduleClose:hover {
    background-color: #000;
  }
}
.moduleBox.privacy .moduleWrap {
  max-width: 700px;
  padding-top: 50px;
  position: relative;
  z-index: 1004;
}
.moduleBox.privacy .moduleTitle {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 15px;
  text-align: left;
}
@media (max-width: 640px) {
  .moduleBox.privacy .moduleTitle {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.moduleBox.privacy .moduleContent {
  max-height: calc(90vh - 50px);
  overflow-y: auto;
}
.moduleBox.privacy .settingBox + .settingBox {
  margin-top: 25px;
}
.moduleBox.privacy .text {
  font-size: 15px;
  line-height: 1.35;
}
@media (max-width: 640px) {
  .moduleBox.privacy .text {
    font-size: 14px;
  }
}
.moduleBox.privacy .btnBox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.moduleBox.privacy .btnBox.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 480px) {
  .moduleBox.privacy .btnBox.center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 480px) {
  .moduleBox.privacy .btnBox.center .btn {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .moduleBox.privacy .btnBox.center .btn:last-child {
    margin-top: 20px;
  }
}
.moduleBox.privacy .btnBox .btn.textLink {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.moduleBox.privacy .btnBox .btn.textLink::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #00549d;
  position: absolute;
  bottom: -3px;
  left: 50%;
}
@media (min-width: 1201px) {
  .moduleBox.privacy .btnBox .btn.textLink:hover::before {
    width: 100%;
    left: 0;
  }
}
.moduleBox.privacy .customList .customItem:not(:last-child) {
  padding-bottom: 10px;
}
.moduleBox.privacy .customList .topBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
}
.moduleBox.privacy .customList .topBox::before {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-80%) rotate(-45deg);
          transform: translateY(-80%) rotate(-45deg);
}
.moduleBox.privacy .customList .topBox.open::before {
  -webkit-transform: translateY(-100%) rotate(45deg);
          transform: translateY(-100%) rotate(45deg);
}
.moduleBox.privacy .customList .topBox .subtitle {
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 20px 10px 0;
}
.moduleBox.privacy .customList .topBox .trigger {
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.moduleBox.privacy .customList .topBox .trigger .alwaysOn {
  color: #00549d;
  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: #0085f9;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
  background-color: #0062b7;
  -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: #00549d;
  }
}
@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: #00549d;
}
.moduleBox.cart .cartBox {
  max-height: 50vh;
  border-top: 2px solid #00549d;
  border-bottom: 2px solid #e6e6e6;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow-y: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.moduleBox.cart .cartList .cartItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.moduleBox.cart .cartList .cartItem:not(:first-child) {
  border-top: 1px solid #e6e6e6;
  margin-top: 12px;
  padding-top: 12px;
}
.moduleBox.cart .cartList .Img {
  width: 100px;
  padding-right: 10px;
}
.moduleBox.cart .cartList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.moduleBox.cart .cartList .Txt {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
  position: relative;
}
.moduleBox.cart .cartList .title {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 5px;
}
.moduleBox.cart .cartList .title a {
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1201px) {
  .moduleBox.cart .cartList .title a:hover {
    color: #00549d;
  }
}
.moduleBox.cart .cartList .spec {
  color: #6a6a6a;
  font-size: 14px;
  margin-bottom: 3px;
}
.moduleBox.cart .cartList .num {
  color: #6a6a6a;
  font-size: 14px;
  line-height: 1;
}
.moduleBox.cart .cartList .del {
  width: 35px;
  height: 35px;
  border: none;
  background-color: #eee;
  border-radius: 50%;
  color: #5f5f5f;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1201px) {
  .moduleBox.cart .cartList .del:hover {
    background-color: #00549d;
    color: #fff;
  }
}
.moduleBox.cart .cartList .del svg {
  width: 15px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 400px) {
  .moduleBox.cart .cartList .Img {
    width: 85px;
  }
}
.moduleBox.orderCheck .moduleWrap {
  max-width: 480px;
}
.moduleBox.orderCheck .formBox {
  max-height: 50vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.moduleBox.search .moduleWrap {
  max-width: 480px;
}
.moduleBox.search .moduleContent {
  max-height: calc(90vh - 50px);
  overflow-y: auto;
}
.moduleBox.search .searchBox {
  margin: 30px 0;
  position: relative;
}
.moduleBox.search .searchBox input[type=text] {
  width: 100%;
  display: block;
  border: 1px solid #e1e1e1;
  padding: 12px 55px 12px 15px;
}
.moduleBox.search .searchBox button {
  width: 50px;
  height: 50px;
  background-color: #00549d;
  color: #fff;
  display: block;
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
@media (min-width: 1201px) {
  .moduleBox.search .searchBox button:hover {
    background-color: #000;
  }
}
.moduleBox.cookie .moduleWrap {
  max-width: 480px;
}
.moduleBox.cookie .text {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

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

/*loading*/
.loadingArea {
  width: 100%;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EFEFEF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  overflow: hidden;
}
.loadingArea.show {
  opacity: 1;
  pointer-events: auto;
}
.loadingArea.show .ripple .drop {
  -webkit-animation: loadingDrop 0.65s linear 0s;
          animation: loadingDrop 0.65s linear 0s;
}
.loadingArea.show .ripple .wave div:nth-of-type(1) {
  -webkit-animation: loadingRipple 1s ease-out 0.9s;
          animation: loadingRipple 1s ease-out 0.9s;
}
.loadingArea.show .ripple .wave div:nth-of-type(2) {
  -webkit-animation: loadingRipple 1.2s ease-out 1s;
          animation: loadingRipple 1.2s ease-out 1s;
}
.loadingArea.show .ripple .wave div:nth-of-type(3) {
  -webkit-animation: loadingRipple 1.3s ease-out 1.1s;
          animation: loadingRipple 1.3s ease-out 1.1s;
}
.loadingArea.show .ripple .wave div:nth-of-type(4) {
  -webkit-animation: loadingRipple 1.5s ease-out 1.2s;
          animation: loadingRipple 1.5s ease-out 1.2s;
}
.loadingArea.show .ripple .smallDrop:nth-of-type(2) {
  -webkit-animation: smallDrop_1 0.45s linear 0.7s;
          animation: smallDrop_1 0.45s linear 0.7s;
}
.loadingArea.show .ripple .smallDrop:nth-of-type(3) {
  -webkit-animation: smallDrop_2 0.55s linear 0.7s;
          animation: smallDrop_2 0.55s linear 0.7s;
}
.loadingArea.hide {
  opacity: 0;
}
.loadingArea .ripple {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 10001;
  overflow: hidden;
}
.loadingArea .ripple .drop {
  display: block;
  width: 24px;
  height: 24px;
  background: #00549d;
  border-radius: 100% 0 51% 48%/57% 0 100% 43%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  opacity: 0;
}
.loadingArea .ripple .wave {
  width: 800px;
  height: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.loadingArea .ripple .wave div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
}
.loadingArea .ripple .wave div:nth-of-type(odd) {
  background: #00549d;
}
.loadingArea .ripple .wave div:nth-of-type(even) {
  background: #ffffff;
}
.loadingArea .ripple .smallDrop {
  background: #00549d;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  opacity: 0;
}
.loadingArea .ripple .smallDrop:nth-of-type(2) {
  width: 6px;
  height: 6px;
}
.loadingArea .ripple .smallDrop:nth-of-type(3) {
  width: 8px;
  height: 8px;
}

/*header*/
header {
  width: 100%;
  height: 80px;
  background-color: transparent;
  border: 1px solid transparent;
  border-width: 0 0 1px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: unset;
  bottom: unset;
  z-index: 51;
  /*menu*/
}
@media (max-width: 1180px) {
  header {
    background: #ffffff;
  }
}
header.inner {
  background: rgba(255, 255, 255, 0.5);
}
header.active, header.mouseOver {
  background: #ffffff;
  border-color: #e6e6e6;
}
header .wrap {
  max-width: 1900px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  padding-right: 0;
}
@media (max-width: 1180px) {
  header .wrap {
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  header .wrap {
    padding-right: 20px;
  }
}
header .logo {
  padding: 10px 0;
}
header .logo a {
  display: block;
  width: 200px;
}
@media (max-width: 480px) {
  header .logo a {
    width: 150px;
  }
}
header .logo img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
header .menuBox {
  width: auto;
  height: 100%;
}
@media (max-width: 1180px) {
  header .menuBox {
    display: none;
  }
}
header .menu {
  height: 100%;
  font-size: 0;
}
header .menu > .menuItem {
  display: inline-block;
  height: 100%;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
}
header .menu > .menuItem a {
  height: 100%;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  padding: 0 25px;
}
@media (max-width: 1540px) {
  header .menu > .menuItem a {
    padding: 0 10px;
  }
}
header .menu > .menuItem a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #00549d;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .menu > .menuItem a.current {
  color: #00549d;
}
header .menu > .menuItem a.current::before {
  opacity: 1;
}
@media (min-width: 1201px) {
  header .menu > .menuItem a:hover {
    color: #00549d;
  }
  header .menu > .menuItem a:hover::before {
    opacity: 1;
  }
}
header .menu .submenu {
  display: none;
  width: 100%;
  height: auto;
  text-align: center;
  position: absolute;
  top: 100%;
  left: 50%;
  right: unset;
  bottom: unset;
  z-index: 99;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header .menu .submenu .submenuItem {
  display: block;
  width: 100%;
  position: relative;
  padding: 0;
}
header .menu .submenu a {
  display: block;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  border-width: 0 0 1px 0;
  color: #666666;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  padding: 10px;
}
header .menu .submenu a.current {
  color: #ffffff;
  background-color: #00549d;
}
@media (min-width: 1201px) {
  header .menu .submenu a:hover {
    color: #ffffff;
    background-color: #00549d;
  }
}
header .menu .submenu.fullSubmenu {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-width: 0 0 1px 0;
  position: fixed;
  top: 80px;
  left: 0;
  right: unset;
  bottom: unset;
  z-index: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  padding: 24px 0 6px;
}
header .menu .submenu.fullSubmenu.hasChild .submenuItem {
  width: 33.3333333333%;
}
header .menu .submenu.fullSubmenu .innerBox {
  max-width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  header .menu .submenu.fullSubmenu .innerBox {
    padding: 0 50px;
  }
}
header .menu .submenu.fullSubmenu .innerBox .submenuInnerTitle {
  width: 220px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 16px;
}
header .menu .submenu.fullSubmenu .innerBox .submenuInnerTitle .title {
  color: #666666;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
}
header .menu .submenu.fullSubmenu .innerBox .submenuInnerTitle .subtitle {
  color: #666666;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0;
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
  margin-bottom: 10px;
  text-align: left;
}
header .menu .submenu.fullSubmenu .innerBox .submenuInnerTitle .subtitle span {
  color: #00549d;
  padding-left: 5px;
}
header .menu .submenu.fullSubmenu .wrap {
  height: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 0px;
}
header .menu .submenu.fullSubmenu ul {
  display: block;
}
header .menu .submenu.fullSubmenu a {
  background-color: transparent;
}
header .menu .submenu.fullSubmenu a::before {
  display: none;
}
header .menu .submenu.fullSubmenu a.current {
  color: #00549d;
}
@media (min-width: 1201px) {
  header .menu .submenu.fullSubmenu a:hover {
    color: #00549d;
  }
}
header .menu .submenu.fullSubmenu .submenuItem {
  width: 16.6666666667%;
  text-align: left;
  padding: 0 20px;
}
header .menu .submenu .innerSubmenu {
  padding-top: 20px;
}
header .menu .submenu .innerSubmenu .item a {
  border: none;
  font-weight: 400;
}
header .languageBox {
  width: auto;
  height: 100%;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
}
@media (max-width: 1180px) {
  header .languageBox {
    margin-left: auto;
  }
}
header .languageBox .languageCurrent {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 60px 0 50px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1360px) {
  header .languageBox .languageCurrent {
    padding: 0 30px;
  }
}
@media (max-width: 320px) {
  header .languageBox .languageCurrent {
    padding: 0 10px;
  }
}
@media (min-width: 1201px) {
  header .languageBox .languageCurrent:hover {
    background: #00549d;
  }
  header .languageBox .languageCurrent:hover span {
    color: #ffffff;
  }
  header .languageBox .languageCurrent:hover .lang_ic {
    -webkit-filter: grayscale(1) brightness(10);
            filter: grayscale(1) brightness(10);
  }
  header .languageBox .languageCurrent:hover .arrow {
    border-color: #ffffff;
  }
  header .languageBox .languageCurrent:hover .arrow::before {
    border-color: #ffffff;
  }
}
header .languageBox .languageCurrent span {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
}
@media (max-width: 1360px) {
  header .languageBox .languageCurrent span {
    display: none;
  }
}
header .languageBox .languageCurrent .lang_ic {
  width: 20px;
  height: 20px;
  background: url("../images/lang_ic.png") no-repeat center;
  background-size: contain;
  margin-right: 10px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media (max-width: 1360px) {
  header .languageBox .languageCurrent .lang_ic {
    margin: 0;
  }
}
header .languageBox .languageCurrent .arrow {
  width: 16px;
  height: 16px;
  border: 2px solid #222222;
  border-radius: 50%;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  margin-left: 10px;
}
header .languageBox .languageCurrent .arrow::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid #222222;
  border-width: 2px 2px 0 0;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
@media (max-width: 1360px) {
  header .languageBox .languageCurrent .arrow {
    display: none;
  }
}
header .languageBox .languageList {
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: 0;
  right: unset;
  bottom: unset;
  z-index: 1;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
}
header .languageBox .languageList.show {
  pointer-events: auto;
  opacity: 1;
}
header .languageBox .languageList li:not(:first-child) {
  border: 1px solid #e6e6e6;
  border-width: 1px 0 0 0;
}
header .languageBox .languageList li a {
  display: block;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: center;
  padding: 10px 10px;
}
@media (min-width: 1201px) {
  header .languageBox .languageList li a:hover {
    color: #00549d;
  }
}
header .languageBox .languageList li a.current {
  color: #00549d;
}

/*slideMenu*/
.slideMenuTrigger {
  display: none;
  width: 50px;
  height: 50px;
  -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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  margin-left: 30px;
  cursor: pointer;
}
.slideMenuTrigger::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #e6e6e6;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1180px) {
  .slideMenuTrigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.slideMenuTrigger .line {
  width: 50%;
  height: 1px;
  background: #00549d;
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: background-color 0.3s 0.3s ease-in-out;
  transition: background-color 0.3s 0.3s ease-in-out;
}
.slideMenuTrigger .line::before, .slideMenuTrigger .line::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #00549d;
  position: absolute;
  z-index: 1;
  -webkit-transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
  transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
  transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out;
  transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
}
.slideMenuTrigger .line::before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.slideMenuTrigger .line::after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.slideMenuTrigger.close {
  margin-left: 0;
}
.slideMenuTrigger.close .line {
  background-color: transparent;
  -webkit-transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
}
.slideMenuTrigger.close .line::before, .slideMenuTrigger.close .line::after {
  -webkit-transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
}
.slideMenuTrigger.close .line::before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.slideMenuTrigger.close .line::after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
@media (min-width: 1201px) {
  .slideMenuTrigger.close:hover span {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media (min-width: 1201px) {
  .slideMenuTrigger:hover {
    background-color: #fff;
  }
  .slideMenuTrigger:hover span {
    background-color: transparent;
    -webkit-transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.6s ease-in-out;
    transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.6s ease-in-out;
    transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.6s ease-in-out;
    transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.6s ease-in-out, -webkit-transform 0.3s 0.6s ease-in-out;
  }
  .slideMenuTrigger:hover span::before, .slideMenuTrigger:hover span::after {
    background-color: #00549d;
    -webkit-transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
    transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
    transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out;
    transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
  }
  .slideMenuTrigger:hover span::before {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  .slideMenuTrigger:hover span::after {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
.slideMenuArea {
  width: 100%;
  max-width: 320px;
  height: 100vh;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  padding-bottom: calc(40px + env(safe-area-inset-bottom));
  z-index: 99;
  overflow-x: hidden;
  pointer-events: none;
  opacity: 0;
  -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: #00549d;
}
.slideMenuArea.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.slideMenuArea.show .topBox {
  -webkit-animation: slideLeftAnimation 0.5s 0.6s ease-in-out both;
          animation: slideLeftAnimation 0.5s 0.6s ease-in-out both;
}
.slideMenuArea.show .funcBox {
  -webkit-animation: slideLeftAnimation 0.5s 0.9s ease-in-out both;
          animation: slideLeftAnimation 0.5s 0.9s ease-in-out both;
}
.slideMenuArea.show .menuBox {
  -webkit-animation: slideLeftAnimation 0.5s 1.2s ease-in-out both;
          animation: slideLeftAnimation 0.5s 1.2s ease-in-out both;
}
.slideMenuArea.show .socialBox {
  -webkit-animation: slideLeftAnimation 0.5s 1.5s ease-in-out both;
          animation: slideLeftAnimation 0.5s 1.5s ease-in-out both;
}
@media (min-width: 1181px) {
  .slideMenuArea.show {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.slideMenuArea .wrap {
  padding: 0;
}
.slideMenuArea .topBox {
  height: 80px;
  border: 1px solid #e6e6e6;
  border-width: 0 0 1px 0;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}
.slideMenuArea .topBox .slideMenuLogo {
  width: 150px;
}
.slideMenuArea .topBox .slideMenuLogo img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.slideMenuArea .topBox .languageBox {
  opacity: 0;
  pointer-events: none;
  width: auto;
  height: 100%;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  margin: 0 30px 0 auto;
}
.slideMenuArea .topBox .languageBox .languageCurrent {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 30px;
  cursor: pointer;
}
.slideMenuArea .topBox .languageBox .languageCurrent span {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
}
@media (max-width: 1360px) {
  .slideMenuArea .topBox .languageBox .languageCurrent span {
    display: none;
  }
}
.slideMenuArea .topBox .languageBox .languageCurrent .lang_ic {
  width: 20px;
  height: 20px;
  background: url("../images/lang_ic.png") no-repeat center;
  background-size: contain;
}
.slideMenuArea .topBox .languageBox .languageCurrent .arrow {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid #222222;
  border-radius: 50%;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  margin-left: 10px;
}
.slideMenuArea .topBox .languageBox .languageCurrent .arrow::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid #222222;
  border-width: 2px 2px 0 0;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.slideMenuArea .topBox .languageBox .languageList {
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: 0;
  right: unset;
  bottom: unset;
  z-index: 1;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
}
.slideMenuArea .topBox .languageBox .languageList.show {
  pointer-events: auto;
  opacity: 1;
}
.slideMenuArea .topBox .languageBox .languageList li:not(:first-child) {
  border: 1px solid #e6e6e6;
  border-width: 1px 0 0 0;
}
.slideMenuArea .topBox .languageBox .languageList li a {
  display: block;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: center;
  padding: 10px 10px;
}
@media (min-width: 1201px) {
  .slideMenuArea .topBox .languageBox .languageList li a:hover {
    color: #00549d;
  }
}
.slideMenuArea .topBox .languageBox .languageList li a.current {
  color: #00549d;
}
.slideMenuArea .menuBox {
  width: 100%;
  padding: 30px 20px;
}
.slideMenuArea .menuBox .nav > .menuItem {
  position: relative;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span {
  cursor: pointer;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #222222;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after {
  -webkit-transform: translate(-50%, 0) rotate(90deg);
          transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a.current::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a.current::after {
  background-color: #222222;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open > span > a::after {
  -webkit-transform: translate(-50%, 0) rotate(0);
          transform: translate(-50%, 0) rotate(0);
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open .submenu {
  -webkit-animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
          animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
}
.slideMenuArea .menuBox .nav > .menuItem .mainLink {
  border: 1px solid #e6e6e6;
  border-width: 0 0 1px 0;
}
.slideMenuArea .menuBox .nav > .menuItem a {
  display: block;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  padding: 15px 30px 15px 0;
  position: relative;
}
.slideMenuArea .menuBox .nav > .menuItem a.current {
  color: #00549d !important;
}
@media (min-width: 1201px) {
  .slideMenuArea .menuBox .nav > .menuItem a:hover {
    color: #00549d;
  }
}
.slideMenuArea .menuBox .nav .submenu {
  width: 100%;
  display: none;
  padding: 10px 0px 10px 20px;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem {
  padding: 5px 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem.open .hasThirdMenu::after {
  -webkit-transform: translate(-50%, 0) rotate(0);
          transform: translate(-50%, 0) rotate(0);
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a {
  color: #666666;
  font-size: 15px;
  padding: 5px 0;
}
@media (min-width: 1201px) {
  .slideMenuArea .menuBox .nav .submenu .submenuItem a:hover {
    color: #00549d;
  }
}
.slideMenuArea .menuBox .nav .submenuItemTitle.hasThirdMenu {
  position: relative;
}
.slideMenuArea .menuBox .nav .submenuItemTitle.hasThirdMenu::before, .slideMenuArea .menuBox .nav .submenuItemTitle.hasThirdMenu::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #222222;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.slideMenuArea .menuBox .nav .submenuItemTitle.hasThirdMenu::after {
  -webkit-transform: translate(-50%, 0) rotate(90deg);
          transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav .thirdMenu {
  display: none;
  padding: 5px 0 5px 15px;
}
.slideMenuMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slideMenuMask.show {
  opacity: 1;
  pointer-events: auto;
}

/*手機menu*/
/*banner*/
.bannerArea {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.bannerArea.inner .textEditor {
  text-align: center;
}
.bannerArea.inner .textEditor .title {
  color: #ffffff;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
@media (max-width: 1200px) {
  .bannerArea.inner .textEditor .title {
    font-size: 34px;
    line-height: 1;
  }
}
.bannerArea.inner .textEditor .subtitle {
  color: #3993f8;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0;
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
  margin-top: 15px;
}
@media (max-width: 1200px) {
  .bannerArea.inner .textEditor .subtitle {
    font-size: 20px;
    line-height: 1;
    margin-top: 10px;
  }
}
@media (max-width: 1200px) {
  .bannerArea.inner .Img img {
    min-height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerItem .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerItem .Img {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.bannerArea .bannerLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*footer*/
footer {
  background-color: #00549d;
  overflow: hidden;
}
footer.active .footerMenu li {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
footer > .wrap {
  max-width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1680px) {
  footer > .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .left {
  background: #004b8d;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 50px 80px 50px 50px;
  margin-right: 80px;
}
@media (max-width: 1680px) {
  footer .left {
    margin: 0;
    padding: 50px;
  }
}
footer .left .customTitle {
  color: #ffffff;
  font-size: 23px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 2px;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  margin-bottom: 35px;
}
footer .right {
  width: 100%;
  height: auto;
  padding: 50px 50px 50px 0;
}
@media (max-width: 1680px) {
  footer .right {
    padding: 50px;
  }
}
footer .bottom {
  width: 100%;
  background: #003e73;
}
footer .bottom .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1180px) {
  footer .bottom .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .infoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1680px) {
  footer .infoList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 940px) {
  footer .infoList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .infoList li {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
}
footer .infoList li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #ffffff;
  left: 0;
  bottom: -5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1680px) {
  footer .infoList li {
    margin: 0 30px 0 0;
  }
}
@media (max-width: 940px) {
  footer .infoList li {
    margin: 0 0 20px 0;
  }
}
@media (min-width: 1201px) {
  footer .infoList li:hover::before {
    width: 100%;
  }
}
@media (max-width: 890px) {
  footer .infoList li:nth-last-of-type(2) {
    margin: 0;
  }
}
@media (max-width: 640px) {
  footer .infoList li:nth-last-of-type(2) {
    margin: 0 0 20px 0;
  }
}
footer .infoList li:last-child {
  margin: 0;
}
footer .infoList li i {
  -webkit-filter: grayscale(1) brightness(10);
          filter: grayscale(1) brightness(10);
}
footer .infoList li a, footer .infoList li span {
  color: #ffffff;
}
footer .socialArea {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer .socialArea .subtitle {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0;
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
}
footer .socialArea .socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 25px;
}
footer .socialArea .socialList li {
  border: 1px solid #3e7eb6;
  border-width: 0 1px 0 0;
  padding: 0 15px;
}
footer .socialArea .socialList li:first-child {
  padding-left: 0;
}
footer .socialArea .socialList li:last-child {
  border: none;
  padding-right: 0;
}
footer .socialArea .socialList li a i {
  color: #ffffff;
  font-size: 20px;
}
footer .socialArea .socialList li a svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
footer .footerMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1180px) {
  footer .footerMenu > li {
    display: none;
  }
}
footer .footerMenu li {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}
footer .footerMenu li:nth-of-type(2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
footer .footerMenu li:nth-of-type(3) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
footer .footerMenu li:nth-of-type(4) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
footer .footerMenu li:nth-of-type(5) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
footer .footerMenu li:nth-of-type(6) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
footer .footerMenu li:nth-of-type(7) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
footer .footerMenu li:nth-of-type(8) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
footer .footerMenu li span {
  display: block;
}
footer .footerMenu li a {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  border: 1px solid #3e7eb6;
  border-width: 0 0 1px 0;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  padding: 0 40px 10px 0;
}
footer .footerMenu li a::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-radius: 100% 0 51% 48%/57% 0 100% 43%;
  top: -20px;
  left: -20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}
@media (min-width: 1201px) {
  footer .footerMenu li a:hover::before {
    top: 2px;
    opacity: 1;
  }
}
footer .footerMenu li .submenu {
  max-width: 200px;
  margin-top: 20px;
}
@media (max-width: 1300px) {
  footer .footerMenu li .submenu {
    max-width: 150px;
  }
}
@media (max-width: 480px) {
  footer .footerMenu li .submenu {
    max-width: 100%;
  }
}
footer .footerMenu li .submenu .wrap {
  padding: 0;
}
footer .footerMenu li .submenu .wrap li:last-child a {
  margin: 0;
}
footer .footerMenu li .submenu .wrap li a {
  border: none;
  font-size: 15px;
  padding: 0;
  margin-bottom: 20px;
}
footer .footerMenu li .submenu .wrap li a::before {
  top: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media (min-width: 1201px) {
  footer .footerMenu li .submenu .wrap li a:hover::before {
    top: 50%;
    opacity: 1;
  }
}
footer .footerMenu .rwdList {
  display: none;
  width: 100%;
}
@media (max-width: 1180px) {
  footer .footerMenu .rwdList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
@media (max-width: 1180px) and (max-width: 740px) {
  footer .footerMenu .rwdList {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1180px) and (max-width: 480px) {
  footer .footerMenu .rwdList {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
footer .footerMenu .rwdList .mainLink::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  border-radius: 0;
  top: 0;
  left: unset;
  right: 7px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  opacity: 1;
}
footer .footerMenu .rwdList .mainLink::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background: #ffffff;
  top: 7.5px;
  left: unset;
  right: 0;
}
footer .footerMenu .rwdList .submenu {
  display: none;
}
footer .copyrightArea {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 600px) {
  footer .copyrightArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .copyrightArea .copyrightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .copyrightArea .copyrightBox .copyright {
  border: 1px solid #4988bf;
  border-width: 0 1px 0 0;
  color: #629aca;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  padding-right: 15px;
  margin-right: 15px;
}
@media (max-width: 480px) {
  footer .copyrightArea .copyrightBox .copyright {
    font-size: 10px;
  }
}
footer .copyrightArea .copyrightBox .ibestLink {
  color: #629aca;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
@media (max-width: 480px) {
  footer .copyrightArea .copyrightBox .ibestLink {
    font-size: 10px;
  }
}
footer .copyrightArea .copyrightBox .ibestLink a {
  color: #629aca;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
@media (max-width: 480px) {
  footer .copyrightArea .copyrightBox .ibestLink a {
    font-size: 10px;
  }
}
@media (min-width: 1201px) {
  footer .copyrightArea .copyrightBox .ibestLink a:hover {
    color: #ffffff;
  }
}
footer .copyrightArea .privacyLink {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  margin-left: 20px;
}
footer .copyrightArea .privacyLink::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #80aace;
  left: 0;
  bottom: -5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 600px) {
  footer .copyrightArea .privacyLink {
    margin: 10px 0 0 0;
  }
}
@media (min-width: 1201px) {
  footer .copyrightArea .privacyLink:hover::before {
    width: 120%;
    left: -10%;
  }
}

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

.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;
}
@media (min-width: 1201px) {
  .translateIbest .design a:hover {
    text-decoration: underline;
  }
}

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

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

/*********內頁**********/
.mainArea {
  padding-bottom: 30px;
}
.mainArea.inner {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 1200px) {
  .mainArea.inner {
    padding: 60px 0;
  }
}
.mainArea.inner.noBottom {
  padding-bottom: 0;
}
.mainArea.inner.noPadding {
  padding: 0;
}
.mainArea.inner .wrap {
  max-width: 1500px;
}
@media (max-width: 768px) {
  .mainArea {
    padding-top: 30px;
  }
}
.mainArea .contentBox {
  clear: both;
}

/*bread*/
.bread {
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .bread {
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  .bread.noBg {
    background: none;
  }
}
.bread .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bread .wrap span, .bread .wrap a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 2px;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
@media (min-width: 1201px) {
  .bread .wrap a:hover {
    color: #00549d;
  }
}
.bread .wrap a + a,
.bread .wrap span + span,
.bread .wrap span + a,
.bread .wrap a + span {
  position: relative;
}
.bread.arrow .wrap a + a,
.bread.arrow .wrap span + span,
.bread.arrow .wrap span + a,
.bread.arrow .wrap a + span {
  padding-left: 25px;
}
.bread.arrow .wrap a + a::before,
.bread.arrow .wrap span + span::before,
.bread.arrow .wrap span + a::before,
.bread.arrow .wrap a + span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #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);
}
.bread.verticalLine .wrap a + a,
.bread.verticalLine .wrap span + span,
.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap a + span {
  padding-left: 20px;
}
.bread.verticalLine .wrap a + a::before,
.bread.verticalLine .wrap span + span::before,
.bread.verticalLine .wrap span + a::before,
.bread.verticalLine .wrap a + span::before {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #ffffff;
  position: absolute;
  top: 10%;
  left: 10px;
  z-index: 1;
}
.bread.horizontalLine .wrap a + a,
.bread.horizontalLine .wrap span + span,
.bread.horizontalLine .wrap span + a,
.bread.horizontalLine .wrap a + span {
  padding-left: 25px;
}
.bread.horizontalLine .wrap a + a::before,
.bread.horizontalLine .wrap span + span::before,
.bread.horizontalLine .wrap span + a::before,
.bread.horizontalLine .wrap a + span::before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #a9a9a9;
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 1;
}

/*文章標題*/
.articleTitle {
  border-bottom: 1px dashed #d6d6d6;
  color: #232323;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 12px 0;
}

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

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

/*類別*/
.classBox {
  position: relative;
  z-index: 4;
}
.classBox.rwd {
  display: none;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .classBox.rwd {
    display: block;
  }
}
.classBox.rwd.global {
  width: calc(100% - 100px);
  margin: 0 auto 40px;
}
.classBox.rwd .classLink {
  height: 0;
  overflow: hidden;
}
.classBox.rwd .classLink.open {
  height: auto;
}
.classBox.rwd li {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-top: none;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  cursor: pointer;
}
.classBox.rwd li a {
  display: block;
  padding: 15px;
}
.classBox .classCurrent {
  display: none;
  background-color: #00549d;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 30px 10px 10px;
  position: relative;
}
.classBox .classCurrent::before {
  content: "\f107";
  color: #fff;
  font-size: 15px;
  font-family: FontAwesome;
  line-height: 1;
  margin-top: -6px;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
}
@media (min-width: 1024px) {
  .classBox .classCurrent {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
.classBox .classCurrent_rwd {
  background-color: #00549d;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 30px 10px 10px;
  position: relative;
}
.classBox .classCurrent_rwd::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: 1201px) {
  .classBox .classCurrent_rwd {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
.classBox a, .classBox span {
  cursor: pointer;
}
.classBoxRow {
  border: 1px solid #e6e6e6;
  border-width: 0 0 1px 0;
  margin-bottom: 40px;
  overflow-x: auto;
}
.classBoxRow::-webkit-scrollbar {
  display: none;
}
.classBoxRow .classLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.classBoxRow .classLink li {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 30px;
}
.classBoxRow .classLink li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background: #dbdbdb;
  left: 0;
  top: 0;
}
.classBoxRow .classLink li:first-child {
  padding-left: 0;
}
.classBoxRow .classLink li:first-child::before {
  display: none;
}
.classBoxRow .classLink a,
.classBoxRow .classLink span {
  display: block;
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  padding: 0 5px 20px;
  overflow: hidden;
}
.classBoxRow .classLink a::before,
.classBoxRow .classLink span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #00549d;
  left: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.classBoxRow .classLink a.current,
.classBoxRow .classLink span.current {
  color: #00549d;
}
.classBoxRow .classLink a.current::before,
.classBoxRow .classLink span.current::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (min-width: 1201px) {
  .classBoxRow .classLink a:hover,
  .classBoxRow .classLink span:hover {
    color: #00549d;
  }
}
.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: #00549d;
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
  background-color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open + ul > li {
  -webkit-animation: aniSlideDown 0.5s 0.3s ease-out both;
          animation: aniSlideDown 0.5s 0.3s ease-out both;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a, .classBoxColumn .classLink .linkHasItems.open + ul > li span {
  padding-left: 25px;
  background-color: #f1f1f1;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current, .classBoxColumn .classLink .linkHasItems.open + ul > li span.current {
  background-color: rgba(0, 84, 157, 0.75);
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.open, .classBoxColumn .classLink .linkHasItems.open + ul > li span.open {
  background-color: rgba(0, 84, 157, 0.75);
  color: #fff;
}
@media (min-width: 1201px) {
  .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover, .classBoxColumn .classLink .linkHasItems.open + ul > li span:hover {
    background-color: rgba(0, 84, 157, 0.75);
  }
}
.classBoxColumn .classLink .linkHasItems.open + ul > li ul a {
  padding-left: 35px;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li ul a.current {
  background-color: rgba(0, 84, 157, 0.5);
  color: #fff;
}
@media (min-width: 1201px) {
  .classBoxColumn .classLink .linkHasItems.open + ul > li ul a:hover {
    background-color: rgba(0, 84, 157, 0.5);
  }
}
@media (min-width: 1024px) {
  .classBoxColumn .classLink .linkHasItems.open + ul > li {
    -webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
            animation: aniSlideLeft 0.5s 0.3s ease-out both;
  }
  .classBoxColumn .classLink .linkHasItems.open + ul > li a, .classBoxColumn .classLink .linkHasItems.open + ul > li span {
    padding-left: 25px;
  }
  .classBoxColumn .classLink .linkHasItems.open + ul > li ul a {
    padding-left: 35px;
  }
}
@media (min-width: 1024px) {
  .classBoxColumn .classLink > li:not(:first-child) {
    border-top: 1px solid #e6e6e6;
  }
  .classBoxColumn .classLink ul {
    display: none;
  }
  .classBoxColumn .classLink ul li:not(:first-child) {
    border-top: 1px solid #e6e6e6;
  }
  .classBoxColumn .classLink a, .classBoxColumn .classLink span {
    color: #222222;
    display: block;
    line-height: 1.2;
    letter-spacing: 0.2rem;
    padding: 18px 15px;
    position: relative;
  }
  .classBoxColumn .classLink a.current, .classBoxColumn .classLink span.current {
    background-color: #00549d;
    color: #fff;
  }
  .classBoxColumn .classLink a.current::before, .classBoxColumn .classLink a.current::after, .classBoxColumn .classLink span.current::before, .classBoxColumn .classLink span.current::after {
    background-color: #fff;
  }
}
@media (min-width: 1024px) and (min-width: 1201px) {
  .classBoxColumn .classLink a:hover, .classBoxColumn .classLink span:hover {
    background-color: #00549d;
    color: #fff;
  }
  .classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after, .classBoxColumn .classLink span:hover::before, .classBoxColumn .classLink span:hover::after {
    background-color: #fff;
  }
}
.classBoxCustom {
  width: 100%;
  height: 60px;
  position: absolute;
  top: -60px;
  left: 0;
  right: unset;
  bottom: unset;
  z-index: 1;
  padding: 0 50px;
}
@media (max-width: 1200px) {
  .classBoxCustom {
    display: none;
  }
}
.classBoxCustom .classLink {
  width: 100%;
  max-width: 1300px;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  padding: 0 70px;
}
.classBoxCustom .classLink.noArrow {
  padding: 0;
}
.classBoxCustom .classLink .slick-prev {
  border: 1px solid #e6e6e6;
  border-width: 0 1px 0 0;
  left: 20px !important;
}
.classBoxCustom .classLink .slick-next {
  border: 1px solid #e6e6e6;
  border-width: 0 0 0 1px;
  right: 20px !important;
}
.classBoxCustom .classLink .slick-list {
  height: 100%;
}
.classBoxCustom .classLink .slick-list .slick-track {
  height: 100%;
}
.classBoxCustom .classLink .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.classBoxCustom .classLink .slick-list .slick-track .slick-slide > div li {
  height: 100%;
}
.classBoxCustom .classLink a,
.classBoxCustom .classLink span {
  width: 100%;
  height: 100%;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.classBoxCustom .classLink a.current,
.classBoxCustom .classLink span.current {
  background: #00549d;
  color: #ffffff;
}
@media (min-width: 1201px) {
  .classBoxCustom .classLink a:hover,
  .classBoxCustom .classLink span:hover {
    background: #00549d;
    color: #ffffff;
  }
}
.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: #00549d;
  bottom: 0;
  left: 0;
}
.classBoxSlick .classLink .classItem.current a {
  color: #00549d;
}

.pageBox .pageList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0;
}
.pageBox .pageList a {
  display: block;
  color: #c0c0c0;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0;
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
}
.pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid #c0c0c0;
  border-bottom: 2px solid #c0c0c0;
  display: block;
  position: absolute;
}
.pageBox .pageList a.prevBtn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pageBox .pageList a.nextBtn::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media (min-width: 1201px) {
  .pageBox .pageList a:hover {
    color: #00549d;
  }
  .pageBox .pageList a:hover.prevBtn::before, .pageBox .pageList a:hover.nextBtn::before {
    border-left: 2px solid #00549d;
    border-bottom: 2px solid #00549d;
  }
}
.pageBox .pageList.number.oval a {
  width: 50px;
}
.pageBox .pageList.number a {
  border: 1px solid #e6e6e6;
  border-width: 0 1px;
  position: relative;
  padding: 0 15px;
}
.pageBox .pageList.number a.prevBtn::before, .pageBox .pageList.number a.nextBtn::before {
  margin: auto;
  top: 0;
  bottom: 0;
}
.pageBox .pageList.number a.prevBtn::before {
  left: 5px;
  right: 0;
}
.pageBox .pageList.number a.nextBtn::before {
  left: 0;
  right: 5px;
}
.pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after, .pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid #c0c0c0;
  border-bottom: 2px solid #c0c0c0;
  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 {
  color: #00549d;
}
@media (min-width: 1201px) {
  .pageBox .pageList.number a:hover.firstBtn::before, .pageBox .pageList.number a:hover.firstBtn::after, .pageBox .pageList.number a:hover.lastBtn::before, .pageBox .pageList.number a:hover.lastBtn::after {
    border-left: 2px solid #00549d;
    border-bottom: 2px solid #00549d;
  }
}
.pageBox .pageList.prevnext {
  border: 1px solid #e6e6e6;
  border-width: 1px 0 0 0;
}
.pageBox .pageList.prevnext li.prev {
  margin-right: auto;
}
.pageBox .pageList.prevnext li.next {
  margin-left: auto;
}
.pageBox .pageList.prevnext a {
  width: 180px;
  height: 45px;
  color: #666666;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0;
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
  border: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  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 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pageBox .pageList.prevnext a.prevBtn::before {
  left: 15px;
}
.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 #00549d;
  font-size: 13px;
  color: #00549d;
}
@media (min-width: 1201px) {
  .tagBox a:hover {
    color: #fff;
    background-color: #00549d;
  }
}
.tagBox a.current {
  color: #fff;
  background-color: #00549d;
}
.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 .tabItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tab a {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 10px;
  position: relative;
  text-align: center;
  word-break: break-word;
  z-index: 2;
}
.tab a.current {
  background-color: #00549d;
  color: #fff;
}

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

/*側邊_聯絡資訊*/
.side_contactInfo li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.side_contactInfo a {
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
.side_contactInfo i {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.side_contactInfo i.tel {
  background: url("../images/contactIC_1.png") no-repeat center;
  background-size: contain;
}
.side_contactInfo i.fax {
  background: url("../images/contactIC_2.png") no-repeat center;
  background-size: contain;
}
.side_contactInfo i.mail {
  background: url("../images/contactIC_3.png") no-repeat center;
  background-size: contain;
}
.side_contactInfo i.address {
  background: url("../images/contactIC_4.png") no-repeat center;
  background-size: contain;
}

.side_news {
  position: relative;
  margin: 50px 0 110px;
  padding-top: 7px;
}
@media (max-width: 1200px) {
  .side_news {
    margin: 50px 0;
  }
}
.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;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.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: #666666;
}
.side_news .item .Txt .title a:hover {
  color: #00549d;
}
.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: #00549d;
}
.side_news .item.hover .Txt .moreBtn .more {
  color: #00549d;
}
.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 {
  margin: 30px 0;
}
.sideDataArea.news .Txt {
  padding: 15px 0;
}
.sideDataArea.fac .Txt, .sideDataArea.catalog .Txt, .sideDataArea.room .Txt {
  text-align: center;
}
.sideDataArea.catalog .Img::before {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: block;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 8px 25px;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  text-align: center;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.sideDataArea.catalog .Img.statusNew::before {
  content: "NEW";
  background-color: #00549d;
  border: 1px solid #00549d;
}
.sideDataArea.catalog .Img.statusHot::before {
  content: "HOT";
  background-color: #00549d;
  border: 1px solid #00549d;
}
.sideDataArea .sideDataList {
  margin: 0 -15px;
}
.sideDataArea .sideDataItem {
  padding: 0 15px;
}
.sideDataArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.sideDataArea .Txt {
  padding: 15px;
}
.sideDataArea .Txt .newsInfoBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  margin-bottom: 13px;
}
.sideDataArea .Txt .newsInfoBox .classTitle + .date {
  margin-left: 11px;
  padding-left: 11px;
  position: relative;
}
.sideDataArea .Txt .newsInfoBox .classTitle + .date::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #e6e6e6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.sideDataArea .Txt .title {
  max-height: 65px;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sideDataArea .Txt .text {
  max-height: 60px;
  color: #666666;
  font-size: 15px;
  padding-top: 10px;
}
@media (max-width: 1180px) {
  .sideDataArea .Txt .text {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .sideDataArea .sideDataList {
    margin: 0 -10px;
  }
  .sideDataArea .sideDataItem {
    padding: 0 10px;
  }
  .sideDataArea .Txt .newsInfoBox .classTitle + .date {
    margin-left: 8px;
    padding-left: 8px;
  }
}
@media (max-width: 640px) {
  .sideDataArea .sideDataList {
    margin: 0;
  }
  .sideDataArea .sideDataItem {
    padding: 0;
  }
}

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

/*Hover效果1: 放大淡出*/
.imh_opacity {
  background-color: #000;
  overflow: hidden;
}
.imh_opacity img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 1201px) {
  .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;
}
@media (min-width: 1201px) {
  .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;
}
@media (min-width: 1201px) {
  .imh_zoom:hover a:before {
    top: 50%;
  }
  .imh_zoom:hover img {
    opacity: 0.3;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.slick-slider .slick-arrow, .controlBox .slick-arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  cursor: pointer;
}
.slick-slider .slick-arrow::before, .controlBox .slick-arrow::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #bbbbbb;
  border-width: 2px 2px 0 0;
  left: 50%;
  top: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.slick-slider .slick-arrow.slick-prev, .controlBox .slick-arrow.slick-prev {
  left: -30px;
}
.slick-slider .slick-arrow.slick-prev::before, .controlBox .slick-arrow.slick-prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.slick-slider .slick-arrow.slick-next, .controlBox .slick-arrow.slick-next {
  right: -30px;
}
.slick-slider .slick-arrow.slick-next::before, .controlBox .slick-arrow.slick-next::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media (min-width: 1201px) {
  .slick-slider .slick-arrow:hover::before, .controlBox .slick-arrow:hover::before {
    border-color: #00549d;
  }
}
.slick-slider .slick-dots, .controlBox .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.slick-slider .slick-dots.center, .controlBox .slick-dots.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-slider .slick-dots.vertical, .controlBox .slick-dots.vertical {
  width: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
}
.slick-slider .slick-dots.vertical li, .controlBox .slick-dots.vertical li {
  margin: 8px 0;
}
.slick-slider .slick-dots:not(.vertical) li, .controlBox .slick-dots:not(.vertical) li {
  margin: 0 8px;
}
.slick-slider .slick-dots.large li, .controlBox .slick-dots.large li {
  width: 16px;
  height: 16px;
}
.slick-slider .slick-dots.white li button::before, .controlBox .slick-dots.white li button::before {
  background-color: #fff;
}
.slick-slider .slick-dots li, .controlBox .slick-dots li {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  overflow: hidden;
}
.slick-slider .slick-dots li button, .controlBox .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  color: transparent;
  position: relative;
  padding: 0;
}
.slick-slider .slick-dots li button::before, .controlBox .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #cccccc;
  border: none;
  border-radius: 50%;
  color: transparent;
  font-size: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-slider .slick-dots li.slick-active button::before, .controlBox .slick-dots li.slick-active button::before {
  background-color: #00549d;
  opacity: 1;
}
@media (min-width: 1201px) {
  .slick-slider .slick-dots li:hover button::before, .controlBox .slick-dots li:hover button::before {
    background-color: #00549d;
    opacity: 1;
  }
}

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

.Img {
  position: relative;
}
.Img.observer:not(.loaded), .Img.observerSlick:not(.loaded) {
  -webkit-animation: imgLoading 0.9s ease infinite;
          animation: imgLoading 0.9s ease infinite;
  background-size: 400% 100%;
  background-image: linear-gradient(135deg, rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(246, 246, 246), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225));
  background-color: #f0f0f0;
}
.Img.observer:not(.loaded) img, .Img.observerSlick:not(.loaded) img {
  opacity: 0 !important;
  -webkit-transition: all 1.2s ease !important;
  transition: all 1.2s ease !important;
}

.linkArea.active .linkList .linkItem:nth-of-type(2), .linkArea.active .linkList .linkItem:nth-of-type(3) {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.linkArea .wrap {
  max-width: 100%;
  padding: 0;
}
.linkArea .linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 840px) {
  .linkArea .linkList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.linkArea .linkList .linkItem {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media (max-width: 840px) {
  .linkArea .linkList .linkItem {
    width: 100%;
  }
}
.linkArea .linkList .linkItem:nth-of-type(2) {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.linkArea .linkList .linkItem:nth-of-type(3) {
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
}
.linkArea .linkList .item {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  cursor: pointer;
}
@media (min-width: 1201px) {
  .linkArea .linkList .item:hover .Img {
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
  }
}
.linkArea .linkList .Img {
  width: 100%;
}
.linkArea .linkList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.linkArea .linkList .Txt {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: unset;
  bottom: unset;
  z-index: 1;
}
.linkArea .linkList .Txt .title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
.linkArea .linkList .Txt .title a {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
.linkArea .linkList .Txt .title a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.linkArea .linkList .Txt .subtitle {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
  margin-top: 15px;
}

.slideModuleBox.moduleBox {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
  top: 0;
  background-color: rgba(209, 209, 209, 0.8);
}
@-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;
  }
}
.slideModuleBox.moduleBox.show .moduleWrap {
  -webkit-animation: modlueSildeLeftAnimation 0.8s ease-in-out;
          animation: modlueSildeLeftAnimation 0.8s ease-in-out;
}
@media (max-width: 1200px) {
  .slideModuleBox.moduleBox.show .moduleWrap {
    -webkit-animation: modlueSildeTopAnimation 0.8s ease-in-out;
            animation: modlueSildeTopAnimation 0.8s ease-in-out;
  }
}
@media (max-width: 1200px) {
  .slideModuleBox.moduleBox {
    padding: 68px 20px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.slideModuleBox.moduleBox .moduleClose {
  background: transparent;
  border-radius: 99px;
  width: 50px;
  height: 50px;
  border: 1px solid #414141;
  right: 60px;
  top: 47px;
}
@media (max-width: 720px) {
  .slideModuleBox.moduleBox .moduleClose {
    position: absolute;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 20px;
  }
}
.slideModuleBox.moduleBox .moduleClose::before, .slideModuleBox.moduleBox .moduleClose::after {
  background-color: #666666;
  width: 26px;
  margin-left: -12px;
}
.slideModuleBox.moduleBox .moduleClose:hover {
  background-color: #666666;
}
.slideModuleBox.moduleBox .moduleClose:hover::before, .slideModuleBox.moduleBox .moduleClose:hover::after {
  background-color: #fff;
}
.slideModuleBox.moduleBox .moduleWrap {
  max-width: 860px;
  height: 100%;
  -webkit-transform: none;
          transform: none;
  padding-top: 153px;
}
@media (max-width: 720px) {
  .slideModuleBox.moduleBox .moduleWrap {
    padding-top: 100px;
  }
}
.slideModuleBox.moduleBox .moduleContent {
  padding: 0 60px;
  padding-left: 77px;
}
@media (max-width: 960px) {
  .slideModuleBox.moduleBox .moduleContent {
    padding: 0 20px;
  }
}
.slideModuleBox.moduleBox .moduleContent .text {
  font-size: 17px;
  color: #888888;
  letter-spacing: 2.5px;
}
@media (max-width: 720px) {
  .slideModuleBox.moduleBox .moduleContent .text {
    font-size: 15px;
    letter-spacing: 1.2px;
  }
}
.slideModuleBox.moduleBox .moduleTitle {
  text-align: left;
  font-size: 34px;
  font-weight: 500;
  color: #666666;
  padding-bottom: 13px;
}

#SDGsModule .moduleWrap {
  max-width: 1440px;
  height: 100%;
  padding-right: 150px;
  padding-top: 152px;
}
@media (max-width: 1400px) {
  #SDGsModule .moduleWrap {
    padding-right: 80px;
  }
}
@media (max-width: 1200px) {
  #SDGsModule .moduleWrap {
    padding-top: 110px;
  }
}
@media (max-width: 1024px) {
  #SDGsModule .moduleWrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
#SDGsModule .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) {
  #SDGsModule .topBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#SDGsModule .topBox::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #00549d;
  bottom: 0;
  left: auto;
}
#SDGsModule .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) {
  #SDGsModule .topBox .line {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  #SDGsModule .topBox .line {
    padding: 0 20px;
  }
}
#SDGsModule .topBox .classTitle {
  font-size: 15px;
  color: #00549d;
  padding-top: 23px;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 1.2px;
}
@media (max-width: 1200px) {
  #SDGsModule .topBox .classTitle {
    padding-top: 0;
  }
}
#SDGsModule .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) {
  #SDGsModule .topBox .dateBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#SDGsModule .topBox .dateBox .date {
  font-size: 34px;
  font-weight: 500;
  color: #555555;
}
@media (max-width: 1200px) {
  #SDGsModule .topBox .dateBox .date {
    font-size: 24px;
  }
}
#SDGsModule .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) {
  #SDGsModule .topBox .dateBox .year {
    font-size: 14px;
    margin-bottom: 0;
  }
}
#SDGsModule .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) {
  #SDGsModule .moduleClose {
    position: absolute;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 40px;
  }
}
#SDGsModule .moduleContent {
  padding-left: 80px;
  padding-bottom: 60px;
}
@media (max-width: 1200px) {
  #SDGsModule .moduleContent {
    padding-bottom: 80px;
    padding-right: 0px;
  }
  #SDGsModule .moduleContent::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 1024px) {
  #SDGsModule .moduleContent {
    padding-left: 0px;
  }
}
#SDGsModule .moduleContent .moduleTitle {
  line-height: 1.5;
  padding-bottom: 70px;
}
@media (max-width: 1200px) {
  #SDGsModule .moduleContent .moduleTitle {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  #SDGsModule .moduleContent .moduleTitle {
    padding-bottom: 50px;
  }
}
@media (max-width: 540px) {
  #SDGsModule .moduleContent .moduleTitle {
    padding-bottom: 40px;
  }
}
#SDGsModule .moduleContent .Img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 18px;
}
#SDGsModule .moduleContent .Img img {
  width: 100%;
}
#SDGsModule .moduleContent .textEditor {
  font-size: 17px;
  color: #666666;
  letter-spacing: 1.1px;
}