@charset "UTF-8";
/* CSS Document */
@import url(reset.css);
@import url(font-awesome.min.css);
@import url(rwdgrid.css);
@import url(textEditor.css);
@import url(contentbuilder.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&family=Noto+Sans+TC:wght@500&family=Saira:wght@500;600;700&display=swap");
.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, .btnStyle1, .privacyArea, #top, .slick-slider .slick-dots li button, .slideMenuArea .menuBox .nav > li.dropDown > span > a::before, .slideMenuArea .menuBox .nav > li.dropDown > span > a::after, .slideMenuArea .funcBox .languageBox .languageList, .slideMenuTrigger .line::before, .slideMenuTrigger .line::after, .slideMenuTrigger .line, .slideMenuTrigger, header .menu > li > a:after, header .menu > li > span > a:after, .languageBox .languageList, .loadingArea, .moduleMask, .moduleBox.privacy .customList .topBox .trigger label span::before, .moduleBox.privacy .customList .topBox .trigger label span, .moduleBox.privacy .customList .topBox .subtitle, .moduleBox.privacy .customList .topBox::before, .moduleBox.privacy .btn a.textLink::before, .moduleBox .moduleClose, a, .icon_search {
  transition: all 0.5s;
}

@-webkit-keyframes textSlideRightAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes textSlideRightAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes textSlideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes textSlideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes textSlideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes textSlideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.icon_search {
  width: 16px;
  height: 16px;
  color: #fff;
}

body {
  background-color: #fff;
  font-size: 14px;
  font-family: "Noto Sans", Helvetica, Arial, "微軟正黑體", Heiti, "メイリオ", sans-serif;
  color: #191919;
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
  overflow: hidden;
}
body.errorPage .mainArea {
  width: 100%;
  height: calc(100vh - 300px);
  min-height: 500px;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
body.errorPage .mainArea .top {
  max-width: 380px;
  color: #262c78;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body.errorPage .mainArea {
    height: 50vh;
    min-height: 350px;
  }
  body.errorPage .mainArea .top {
    font-size: 24px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
  -ms-flex-align: center;
      align-items: center;
}
img {
  max-width: 100%;
  display: block;
}

address {
  font-style: normal;
}

.titleEn {
  font-family: "Saira";
}

a {
  color: #000;
  cursor: pointer;
}
a:hover {
  color: #262c78;
}

div.titan {
  display: none;
}

[class*=col-] {
  float: left;
}
.ph{
	display:none
}

@media (max-width: 1180px) {
.ph{
	display:block
}
}

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

.btn_color1 {
  background-color: #262c78;
  color: #fff;
}
@media (min-width: 1201px) {
  .btn_color1:hover {
    background-color: #14173e;
    color: #fff;
  }
}
.btn_color_white {
  background-color: #fff;
  color: #262c78;
}
@media (min-width: 1201px) {
  .btn_color_white:hover {
    background-color: #262c78;
    color: #fff;
  }
}

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

input[type=text],
input[type=password],
textarea,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  outline: none;
  padding: 0;
  margin: 0;
  background-color: #f0f0f0;
  line-height: 2;
  width: 100%;
  margin-top: 10px;
  text-indent: 14px;
}

textarea {
  resize: vertical;
}

.outerWrap {
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 1180px) {
  .outerWrap {
    padding-top: 60px;
  }
}
@media (max-width: 480px) {
  .outerWrap {
    padding-top: 70px;
  }
}

.wrap {
  width: 100%;
  max-width: 1430px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.copyrightBox {
  font-size: 13px;
  padding-top: 12px;
  line-height: 1.8;
  letter-spacing: 1.2px;
}
.copyrightBox a {
  padding: 0;
  margin: 0;
  color: inherit;
  font-size: inherit;
}
.copyrightBox a:hover {
  color: #fff;
}
.copyrightBox .ibestLink a {
  display: inline-block;
}

/*module*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: 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;
  transition-property: top, opacity, visibility;
  transition-duration: 0.5s;
  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);
}
.moduleBox .moduleWrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: #fff;
  pointer-events: auto;
  padding-top: 60px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  transition: all 0.5s;
}
.moduleBox .moduleTitle {
  color: #000;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  text-align: center;
}
.moduleBox .moduleContent {
  width: 100%;
  max-height: calc(90vh - 50px);
  overflow-y: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.moduleBox .moduleContent::-webkit-scrollbar-track {
  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: #262c78;
}
.moduleBox .moduleClose {
  width: 50px;
  height: 50px;
  background: none;
  background-color: #262c78;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -0.5px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.moduleBox .moduleClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.moduleBox .moduleClose:hover {
  background-color: #14173e;
}
.moduleBox.privacy .moduleWrap {
  max-width: 700px;
  padding-top: 50px;
  position: relative;
  z-index: 1004;
}
.moduleBox.privacy .moduleTitle {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 15px;
  text-align: left;
}
@media (max-width: 640px) {
  .moduleBox.privacy .moduleTitle {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.moduleBox.privacy .settingBox + .settingBox {
  margin-top: 25px;
}
.moduleBox.privacy .text {
  font-size: 15px;
  line-height: 1.35;
}
@media (max-width: 640px) {
  .moduleBox.privacy .text {
    font-size: 14px;
  }
}
.moduleBox.privacy .btn {
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 20px;
}
.moduleBox.privacy .btn a:not(.textLink) {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 15px 25px;
}
.moduleBox.privacy .btn a.textLink {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.moduleBox.privacy .btn a.textLink::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #262c78;
  position: absolute;
  bottom: -3px;
  left: 50%;
}
@media (min-width: 1201px) {
  .moduleBox.privacy .btn a.textLink:hover::before {
    width: 100%;
    left: 0;
  }
}
.moduleBox.privacy .customList .customItem:not(:last-child) {
  padding-bottom: 10px;
}
.moduleBox.privacy .customList .topBox {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -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: #262c78;
  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: #3c46be;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
  background-color: #2c338b;
  -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: #262c78;
  }
}
@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: #262c78;
}
.moduleBox.cart .cart {
  border-top: 2px solid #262c78;
  border-bottom: 2px solid #b4b4b4;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.moduleBox.cart .buyList li {
  display: -ms-flexbox;
  display: flex;
}
.moduleBox.cart .buyList li:not(:first-child) {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid #d5d5d5;
}
.moduleBox.cart .buyList .Img {
  width: 90px;
}
.moduleBox.cart .buyList .Img img {
  display: block;
  width: 100%;
}
.moduleBox.cart .buyList .Txt {
  position: relative;
  width: calc(100% - 90px);
  padding-left: 15px;
  padding-right: 50px;
  box-sizing: border-box;
  font-size: 14px;
}
.moduleBox.cart .buyList h3 {
  width: 100%;
  margin-bottom: 3px;
}
.moduleBox.cart .buyList h3 a {
  display: block;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.moduleBox.cart .buyList .spec {
  color: #6a6a6a;
  margin-bottom: 3px;
}
.moduleBox.cart .buyList .del {
  position: absolute;
  right: 0;
  top: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 35px;
  height: 35px;
  border: none;
  background-color: #eee;
  border-radius: 50%;
  color: #5f5f5f;
  cursor: pointer;
  transition: all 0.5s;
}
.moduleBox.cart .buyList .del:hover {
  background-color: #262c78;
  color: #fff;
}
.moduleBox.cart .buyList .del svg {
  width: 15px;
  height: 18px;
}
.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;
}

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

/*loading*/
.loadingArea {
  width: 100%;
  height: 100vh;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.loadingArea .loadLogo {
  width: 160px;
}
.loadingArea .loadLogo img {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  transition: all 1s ease;
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.loadingArea.show {
  opacity: 1;
  pointer-events: auto;
}
.loadingArea.show .loadLogo img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.loadingArea.hide {
  opacity: 0;
}

.languageBox {
  position: relative;
  width: 160px;
}
.languageBox .languageCurrent {
  cursor: pointer;
  padding-right: 10px;
  position: relative;
  color: #262c78;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}
.languageBox .languageCurrent .Img {
  width: 32px;
  height: 32px;
}
.languageBox .languageCurrent .Txt {
  width: 83px;
  text-align: center;
  font-family: "Saira";
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding-left: 8px;
}
.languageBox .languageCurrent::after {
  content: "";
  width: 4px;
  height: 4px;
  border: 4px solid;
  border-color: #262c78 #fff #fff;
  position: absolute;
  top: 50%;
  right: -10px;
  z-index: 1;
  margin-top: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.languageBox .languageList {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 20px;
  z-index: 1;
}
.languageBox .languageList.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(21px);
          transform: translateY(21px);
}
.languageBox .languageList li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.languageBox .languageList li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 10px 10px;
  text-align: center;
}
.languageBox .languageList li a:hover, .languageBox .languageList li a.current {
  background-color: #262c78;
  color: #fff;
}

/*header*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  /*menu*/
}
@media (max-width: 1180px) {
  header {
    display: none;
  }
}
header .wrap {
  width: 100%;
  max-width: 1724px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  -ms-flex-align: stretch;
      align-items: stretch;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
header .slideMenuTrigger {
  display: none;
}
@media (max-width: 1180px) {
  header .slideMenuTrigger {
    display: block;
  }
}
header .logo {
  width: 160px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
header .logo a {
  display: block;
  width: 104px;
  padding: 13px 0;
}
header .logo img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
header .rightBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  width: calc(100% - 160px);
}
header .topLinkBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 360px;
}
header .top,
header .bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 100%;
}
header .top {
  margin-bottom: 12px;
}
header .top > a:before {
  content: "‧";
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
header .loginBox {
  position: relative;
  z-index: 1;
}
header .loginBox > a:before {
  content: "‧";
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
header .loginBox .submenu {
  position: absolute;
  left: 50%;
  margin-left: -80px;
  top: 130%;
  width: 160px;
  padding-top: 10px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
header .loginBox .submenu a {
  display: block;
  text-align: center;
  padding: 10px;
  background-color: #fff;
}
header .loginBox .submenu a:not(:last-child) {
  border-bottom: 1px solid #eee;
}
header .loginBox:hover .submenu {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}
header .searchBox {
  display: -ms-flexbox;
  display: flex;
  background-color: #f0f0f0;
  border-radius: 45px;
  overflow: hidden;
}
header .searchBox input {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  border: none;
  font-family: "微軟正黑體";
  background-color: #f0f0f0;
}
header .searchBox a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #262c78;
  border-radius: 50%;
}
header .menu {
  width: calc(100% - 360px); /*calc(100% - 160px)*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 15px;
  position: relative;
  height: 100%;
}
header .menu > li {
  position: relative;
  display: inline-block;
  font-family: "Noto Sans CJK TC Medium";
  height: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
header .menu > li > a, header .menu > li > span > a {
  color: #222;
  display: block;
  font-size: 18px;
  padding: 5px 14px;
  margin: 0 10px;
  letter-spacing: 1.2px;
  height: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1360px) {
  header .menu > li > a, header .menu > li > span > a {
    padding: 5px 6px;
    margin: 0 3px;
  }
}
header .menu > li > a:after, header .menu > li > span > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 4px;
  height: 10px;
  background-color: #286acc;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
}
header .menu > li > a.current, header .menu > li > a:hover, header .menu > li > span > a.current, header .menu > li > span > a:hover {
  color: #286acc;
}
header .menu > li > a.current:after, header .menu > li > a:hover:after, header .menu > li > span > a.current:after, header .menu > li > span > a:hover:after {
  opacity: 1;
}
header .menu .submenu {
  width: 240px;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 1px solid #dadada;
}
header .menu .submenu a {
  border-bottom: 1px solid #dadada;
  background-color: #fff;
  color: #666;
  padding: 10px;
  display: block;
}
header .menu .submenu a.current, header .menu .submenu a:hover {
  color: #fff;
  background-color: #262c78;
}

/*slideMenu*/
.slideMenuTrigger {
  width: 50px;
  height: 45px;
  -ms-flex-align: center;
      align-items: center;
  background-color: #262c78;
  border: 1px solid #262c78;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: 20px;
  position: relative;
}
.slideMenuTrigger .line {
  width: 50%;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.slideMenuTrigger .line::before, .slideMenuTrigger .line::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  z-index: 1;
}
.slideMenuTrigger .line::before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.slideMenuTrigger .line::after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.slideMenuTrigger.close {
  margin-left: 0;
}
.slideMenuTrigger.close .line {
  background-color: transparent;
}
.slideMenuTrigger.close .line::before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.slideMenuTrigger.close .line::after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
@media (min-width: 1201px) {
  .slideMenuTrigger:hover {
    background-color: #fff;
  }
  .slideMenuTrigger:hover span {
    background-color: #262c78;
  }
  .slideMenuTrigger:hover span::before, .slideMenuTrigger:hover span::after {
    background-color: #262c78;
  }
}
.slideMenuArea {
  width: 100%;
  max-width: 480px;
  height: 100vh;
  background-color: #fff;
  opacity: 0;
  overflow-x: hidden;
  padding-bottom: calc(40px + env(safe-area-inset-bottom));
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: all 0.6s ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.slideMenuArea::-webkit-scrollbar-track {
  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: #262c78;
}
.slideMenuArea.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.slideMenuArea.show .topBox {
  -webkit-animation: textSlideRightAnimation 0.5s 0.6s ease-in-out both;
          animation: textSlideRightAnimation 0.5s 0.6s ease-in-out both;
}
.slideMenuArea.show .funcBox {
  -webkit-animation: textSlideRightAnimation 0.5s 0.9s ease-in-out both;
          animation: textSlideRightAnimation 0.5s 0.9s ease-in-out both;
}
.slideMenuArea.show .menuBox {
  -webkit-animation: textSlideRightAnimation 0.5s 1.2s ease-in-out both;
          animation: textSlideRightAnimation 0.5s 1.2s ease-in-out both;
}
.slideMenuArea.show .menuBox .nav li.dropDown.open .submenu {
  -webkit-animation: textSlideDownAnimation 0.3s 0.15s ease-in-out both;
          animation: textSlideDownAnimation 0.3s 0.15s ease-in-out both;
}
.slideMenuArea.show .socialBox {
  -webkit-animation: textSlideRightAnimation 0.5s 1.5s ease-in-out both;
          animation: textSlideRightAnimation 0.5s 1.5s ease-in-out both;
}
.slideMenuArea .wrap {
  padding-left: 30px;
  padding-right: 30px;
}
.slideMenuArea .topBox {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 30px 0 15px;
}
.slideMenuArea .topBox .slideMenuLogo {
  width: 135px;
}
.slideMenuArea .topBox .slideMenuLogo img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.slideMenuArea .funcBox {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  margin: 0 -10px;
}
.slideMenuArea .funcBox .searchBox {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  padding: 0 10px;
}
.slideMenuArea .funcBox .searchBox input {
  height: 40px;
  border-bottom: 1px solid #ccc;
  -ms-flex: 1;
      flex: 1;
  line-height: 40px;
}
.slideMenuArea .funcBox .searchBox a {
  width: 40px;
  height: 40px;
  border: 1px solid #262c78;
  background-color: #262c78;
  color: #fff;
  display: block;
  line-height: 38px;
  text-align: center;
}
@media (min-width: 1201px) {
  .slideMenuArea .funcBox .searchBox a:hover {
    background-color: #fff;
    color: #262c78;
  }
}
.slideMenuArea .funcBox .languageBox {
  width: 100%;
  -ms-flex: 1;
      flex: 1;
  padding: 0 10px;
  position: relative;
}
.slideMenuArea .funcBox .languageBox .languageCurrent {
  border-bottom: 1px solid #ccc;
  color: #232323;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 14px;
  padding-right: 0;
  position: relative;
}
.slideMenuArea .funcBox .languageBox .languageCurrent::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #232323;
  border-bottom: 1px solid #232323;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  -webkit-transform: translate(100%, -100%) rotate(45deg);
          transform: translate(100%, -100%) rotate(45deg);
}
.slideMenuArea .funcBox .languageBox .languageList {
  width: calc(100% - 20px);
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -5px);
          transform: translate(-50%, -5px);
}
.slideMenuArea .funcBox .languageBox .languageList.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.slideMenuArea .funcBox .languageBox .languageList li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.slideMenuArea .funcBox .languageBox .languageList li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 10px 10px;
  text-align: center;
}
.slideMenuArea .funcBox .languageBox .languageList li a:hover, .slideMenuArea .funcBox .languageBox .languageList li a.current {
  background-color: #262c78;
  color: #fff;
}
.slideMenuArea .menuBox {
  width: 100%;
  padding: 15px 0;
}
.slideMenuArea .menuBox .nav > li {
  position: relative;
}
.slideMenuArea .menuBox .nav > li.dropDown > span {
  cursor: pointer;
}
.slideMenuArea .menuBox .nav > li.dropDown > span > a {
  pointer-events: none;
}
.slideMenuArea .menuBox .nav > li.dropDown > span > a::before, .slideMenuArea .menuBox .nav > li.dropDown > span > a::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #262c78;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.slideMenuArea .menuBox .nav > li.dropDown > span > a::after {
  -webkit-transform: translate(-50%, 0) rotate(90deg);
          transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav > li.dropDown > span > a.current::before, .slideMenuArea .menuBox .nav > li.dropDown > span > a.current::after {
  background-color: #262c78;
}
.slideMenuArea .menuBox .nav > li.dropDown.open > span > a::after {
  -webkit-transform: translate(-50%, 0) rotate(0);
          transform: translate(-50%, 0) rotate(0);
}
.slideMenuArea .menuBox .nav > li.dropDown.open .submenu {
  display: block;
}
.slideMenuArea .menuBox .nav > li a {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0px;
  padding: 10px 30px 10px 0;
  position: relative;
}
.slideMenuArea .menuBox .nav > li a:hover, .slideMenuArea .menuBox .nav > li a.current {
  color: #262c78;
}
.slideMenuArea .menuBox .nav .submenu {
  width: 100%;
  display: none;
  padding: 0 10px 10px;
}
.slideMenuArea .menuBox .nav .submenu li {
  padding: 5px 0;
}
.slideMenuArea .menuBox .nav .submenu li a {
  color: #3a3a3a;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 0;
}
@media (min-width: 1201px) {
  .slideMenuArea .menuBox .nav .submenu li a:hover {
    color: #262c78;
  }
}
.slideMenuArea .socialBox {
  padding: 15px 0;
}
.slideMenuArea .socialBox .socialList {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.slideMenuArea .socialBox .socialList li:not(:last-child) {
  margin-right: 7px;
}
.slideMenuArea .socialBox .socialList li a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  background-color: #262c78;
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}
.slideMenuArea .socialBox .socialList li a svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #262c78;
  vertical-align: baseline;
}
@media (min-width: 1201px) {
  .slideMenuArea .socialBox .socialList li a:hover {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #262c78;
  }
  .slideMenuArea .socialBox .socialList li a:hover svg {
    fill: #fff;
  }
}
.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;
  transition: all 0.5s;
}
.slideMenuMask.show {
  opacity: 1;
  pointer-events: auto;
}

/*手機menu*/
.m_menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: none;
  width: 100%;
  box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
  /*手機menu內容*/
}
@media (max-width: 1180px) {
  .m_menu {
    display: block;
  }
}
.m_menu .languageBox {
  position: absolute;
  top: 26px;
  right: 90px;
  z-index: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
}
@media (max-width: 370px) {
  .m_menu .languageBox {
    width: 150px;
    right: 70px;
  }
}
.m_menu .languageBox .languageCurrent {
  width: 90px;
}
.m_menu .languageBox .languageCurrent .Txt, .m_menu .languageBox .languageCurrent::after {
  display: none;
}
.m_menu .languageBox .languageList {
  top: 53px;
  padding-top: 40px;
  background: url("../images/menu.png") center/cover;
  right: -90px;
  left: auto;
  height: 100vh;
  width: calc(100% + 90px);
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.m_menu .languageBox .languageList.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.m_menu .languageBox .languageList li {
  border-top: 1px solid #e1e1e1;
}
.m_menu .languageBox .languageList li a {
  position: relative;
  display: block;
  padding: 20px 10px;
  font-size: 18px;
  color: #191919;
  text-align: center;
}
.m_menu .languageBox .languageList li a.current {
  color: #262c78;
  background-color: rgba(0, 0, 0, 0);
}
.m_menu .languageBox .languageList li a.current::before {
  content: "";
  display: block;
  top: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4px;
  height: 10px;
  background-color: #286acc;
}
.m_menu .mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}
.m_menu .m_logo {
  margin-left: 70px;
  padding-bottom: 5px;
  width: 150px;
}
@media (max-width: 480px) {
  .m_menu .m_logo {
    margin-left: 15px;
  }
}
@media (max-width: 370px) {
  .m_menu .m_logo {
    width: 150px;
    margin-left: 10px;
  }
}
.m_menu .m_logo img {
  display: block;
  width: 150px;
  padding-top: 8px;
}
.m_menu .controlBox {
  position: relative;
  z-index: 99;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.m_menu .controlBox a.main {
  position: relative;
  width: 80px;
  height: 80px;
  z-index: 3;
}
@media (max-width: 414px) {
  .m_menu .controlBox a.main {
    width: 55px;
  }
}
.m_menu .controlBox a.main span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: -0.5px;
  margin-left: -4px;
  width: 12px;
  height: 2px;
  background-color: #262c78;
  transition: all 0.5s;
}
.m_menu .controlBox a.main span:before, .m_menu .controlBox a.main span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #262c78;
  transition: all 0.5s;
}
.m_menu .controlBox a.main span:before {
  top: -7px;
}
.m_menu .controlBox a.main span:after {
  bottom: -7px;
}
.m_menu .controlBox a.main.show span {
  background-color: transparent;
}
.m_menu .controlBox a.main.show span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.m_menu .controlBox a.main.show span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.m_menu .controlBox .btn_cart {
  display: inline-block;
  vertical-align: middle;
}
.m_menu .controlBox .right {
  float: right;
  line-height: 60px;
  margin-right: 10px;
}
.m_menu .controlBox .right a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 13px;
  color: #fff;
}
.m_menu .controlBox .right a em {
  display: none;
}
.m_menu .controlBox .right i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  background: #799A1B;
}
.m_menu .controlBox .right b {
  position: absolute;
  top: 6px;
  right: -5px;
  display: block;
  border-radius: 5px;
  line-height: normal;
  padding: 3px 5px;
  font-size: 13px;
  color: #fff;
  background-color: #C40000;
}
.m_menu .controlBox .language:hover .submenu {
  display: block;
}
.m_menu .hideBox {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
  display: none;
  width: 100%;
  padding: 80px 0;
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: url("../images/menu.png") center/cover;
}
.m_menu .nav {
  padding-top: 40px;
}
.m_menu .nav li {
  border-top: 1px solid #e1e1e1;
}
.m_menu .nav>li {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.m_menu .nav a {
  position: relative;
  display: block;
  padding: 20px 10px;
  font-size: 18px;
  color: #191919;
  text-align: center;
}
.m_menu .nav a.current {
  color: #262c78;
}
.m_menu .nav a.current::before {
  content: "";
  display: block;
  top: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4px;
  height: 10px;
  background-color: #286acc;
}
.m_menu .nav a i {
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  margin-top: -7px;
}
.m_menu .nav .navBottom {
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px;
}
.m_menu .nav .navBottom .left {
  width: calc(100% - 60px);
}
.m_menu .nav .navBottom .right {
  width: 40px;
}
.m_menu .nav .copyrightBox {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1.2px;
  color: #737373;
  letter-spacing: 1px;
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.m_menu .nav .copyrightBox a {
  padding: 0;
  margin: 0;
  color: inherit;
  font-size: inherit;
}
.m_menu .nav .copyrightBox a:hover {
  color: #fff;
}
.m_menu .nav .copyrightBox .ibestLink a {
  display: inline-block;
}
.m_menu .nav .dropDown > a::after {
  content: "\f107";
  position: absolute;
  right: 10px;
  top: 20px;
  font-family: FontAwesome;
}
.m_menu .nav .submenu {
  display: none;
}
.m_menu .nav .submenu a {
  padding: 10px 20px;
}
.m_menu .nav .submenu a:hover {
  background-color: #999;
}
.m_menu.active .hideBox {
  -webkit-animation: textSlideRightAnimation 0.5s ease-in-out both;
          animation: textSlideRightAnimation 0.5s ease-in-out both;
}
.m_menu.active .hideBox .nav>li {
  -webkit-animation: textSlideRightAnimation 0.5s 0.8s ease-in-out both;
          animation: textSlideRightAnimation 0.5s 0.8s ease-in-out both;
}
.m_menu.active .copyrightBox {
  -webkit-animation: textSlideRightAnimation 0.8s 1.2s ease-in-out both;
          animation: textSlideRightAnimation 0.8s 1.2s ease-in-out both;
}
.m_menu.active .socialBox {
  -webkit-animation: textSlideRightAnimation 0.8s 1.2s ease-in-out both;
          animation: textSlideRightAnimation 0.8s 1.2s ease-in-out both;
}
.m_menu .rightBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: calc(100% - 150px);
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.m_menu .rightBox .languageBox {
  width: 60px;
  position: relative;
  top: 0;
  right: 0;
}
.m_menu .rightBox .languageBox .languageCurrent {
  width: auto;
  padding-right: 0;
}
@media (max-width: 414px) {
  .m_menu .rightBox .languageBox {
    width: 45px;
  }
}
.m_menu .rightBox .btnSearch {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #262c78;
}
.m_menu .rightBox .btnSearch a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 34px;
}
.m_menu .rightBox .btnSearch a svg {
  width: 13px;
  height: 13px;
}

@-webkit-keyframes arrowBeforeAni {
  50% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
}

@keyframes arrowBeforeAni {
  50% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
}
@-webkit-keyframes arrowAfterAni {
  50% {
    -webkit-transform: translate(7px, -4px) rotate(-45deg);
            transform: translate(7px, -4px) rotate(-45deg);
  }
}
@keyframes arrowAfterAni {
  50% {
    -webkit-transform: translate(7px, -4px) rotate(-45deg);
            transform: translate(7px, -4px) rotate(-45deg);
  }
}
/*banner*/
.bannerArea {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 71px;
}
@media (max-width: 1180px) {
  .bannerArea {
    padding-top: 20px;
  }
}
.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerItem .Txt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -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 .bannerLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea.notHome .bannerList .bannerItem .Txt {
  text-align: center;
  color: #fff;
  max-width: 920px;
  width: 100%;
  margin: -3px auto 0;
}
.bannerArea.notHome .bannerList .Img {
  position: relative;
  z-index: 1;
}
.bannerArea.notHome .bannerList .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 640px) {
  .bannerArea.notHome .bannerList .Img img {
    object-fit: cover;
  }
}
.bannerArea.notHome .bannerList .titleBox {
  margin-bottom: 0;
  text-transform: uppercase;
}
.bannerArea.notHome .bannerList .titleEn {
  color: inherit;
  font-size: 4vw;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 1180px) {
  .bannerArea.notHome .bannerList .titleEn {
    font-size: 44px;
    padding-bottom: 0;
  }
}
@media (max-width: 870px) {
  .bannerArea.notHome .bannerList .titleEn {
    font-size: 30px;
  }
}
.bannerArea.notHome .bannerList .titleTw {
  font-size: 30px;
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-bottom: 29px;
}
@media (max-width: 1180px) {
  .bannerArea.notHome .bannerList .titleTw {
    font-size: 26px;
    padding-bottom: 20px;
  }
}
@media (max-width: 870px) {
  .bannerArea.notHome .bannerList .titleTw {
    font-size: 20px;
  }
}
.bannerArea.notHome .bannerList .line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 13px;
}
@media (max-width: 1180px) {
  .bannerArea.notHome .bannerList .line {
    padding-bottom: 10px;
  }
}
.bannerArea.notHome .bannerList .line::before {
  content: "";
  height: 3px;
  width: 64px;
  background-color: #fff;
  display: block;
}
.bannerArea.notHome .bannerList .subtitle {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  padding-bottom: 18px;
  line-height: 1;
}
@media (max-width: 1180px) {
  .bannerArea.notHome .bannerList .subtitle {
    font-size: 20px;
    padding-bottom: 8px;
  }
}
@media (max-width: 870px) {
  .bannerArea.notHome .bannerList .subtitle {
    font-size: 16px;
  }
}
.bannerArea.notHome .bannerList .txt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 870px) {
  .bannerArea.notHome .bannerList .txt {
    font-size: 12px;
  }
}

.slick-slider .slick-dots li {
  height: 42px;
}
.slick-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
}
.slick-slider .slick-dots li button::before {
  border: 1px solid #262c78;
  background-color: #262c78;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 28px;
  left: 18px;
  opacity: 1;
}
.slick-slider .slick-dots li:hover button {
  background-color: #c7c8da;
}
.slick-slider .slick-dots li.slick-active button {
  cursor: default;
}

/*文字跑馬燈
.marqueeArea {
	padding: 15px 0;
	background-color: rgb(6, 21, 64);

	h2 {
		float: left;
		margin-right: 20px;
		font-weight: 400;
		font-size: 15px;
		color: #fff;

		@include media(640) {
			display: none;
		}

		em {
			margin-left: 5px;
		}

	}

	.marqueeBox {
		max-height: 30px;
		overflow: hidden;
	}

	ul {
		overflow: hidden;
	}

	li {
		line-height: 20px;
	}

	.date {
		display: inline-block;
		vertical-align: top;
		margin-right: 10px;
		font-size: 13px;
		color: #dbdbdb;

		@include media(640) {
			display: none;
		}
	}

	h3 {
		display: inline-block;
		vertical-align: top;

		a {
			display: block;
			width: 100%;
			font-size: 15px;
			color: #fff;
			@include oneLine;
		}

	}

}
*/
/*footer*/
footer {
  background: url("../images/footer.jpg");
  padding: 63px 0 92px;
  margin-top: 42px;
  color: #a0a0a0;
  position: relative;
}
footer .wrap {
  max-width: 1430px;
}
footer .side_contactInfo a, footer .side_contactInfo span {
  color: #a0a0a0;
}
footer > .top {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1180px) {
  footer > .top {
    border: none;
    position: absolute;
    top: 60px;
    right: 0;
  }
}
@media (max-width: 360px) {
  footer > .top {
    top: 110px;
    right: auto;
    left: -20px;
  }
}
footer > .top .wrap {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1180px) {
  footer > .top .left {
    display: none;
  }
}
footer .bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .left {
  width: 60%;
}
@media (max-width: 1180px) {
  footer .left {
    width: 100%;
  }
}
footer .right {
  width: 40%;
}
@media (max-width: 1180px) {
  footer .right {
    width: 100%;
  }
}
footer .socialBox {
  margin: 0 -12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: right;
      justify-content: right;
}
footer a {
  display: block;
  padding: 15px;
  font-size: 18px;
  margin-left: 15px;
  color: inherit;
}
footer a:hover {
  color: #fff;
}
footer .footerMenu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #a0a0a0;
  margin: 0 -29px;
}
footer .footerMenu a {
  padding: 13.6px;
}
footer .logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 52px 0 27px;
}
@media (max-width: 1180px) {
  footer .logo {
    padding-top: 0;
  }
}
@media (max-width: 420px) {
  footer .logo {
    padding-bottom: 40px;
  }
}
footer .logo .Img {
  width: 160px;
  margin-right: 14px;
}
@media (max-width: 420px) {
  footer .logo .Img {
    width: 110px;
  }
}
footer .logo .Txt {
  font-size: 25px;
  letter-spacing: 1px;
}
@media (max-width: 480px) {
  footer .logo .Txt {
    font-size: 18px;
  }
}
footer .footerContact {
  font-size: 16px;
  line-height: 1;
}
footer .footerContact .top {
  padding: 0;
  border: none;
  margin: 0 -8px;
  letter-spacing: 0.78px;
}
@media (max-width: 480px) {
  footer .footerContact .top {
    margin: 0;
  }
}
@media (max-width: 480px) {
  footer .footerContact .top > span {
    display: block;
    margin: 0;
    padding: 7px 0;
  }
}
footer .footerContact .bottom {
  margin: 0 -8px;
  letter-spacing: 0.74px;
}
@media (max-width: 480px) {
  footer .footerContact .bottom {
    margin: 0;
  }
}
footer .footerContact .bottom > span {
  word-break: break-all;
}
@media (max-width: 480px) {
  footer .footerContact .bottom > span {
    display: block;
    margin: 0;
    padding: 7px 0;
  }
}
footer .footerContact a {
  color: inherit;
  margin: 0 8px 0 0;
  padding: 7px 8px;
}
@media (max-width: 480px) {
  footer .footerContact a {
    display: block;
    padding: 0;
    margin: 0;
  }
}
footer .footerContact a:hover {
  color: #fff;
}
footer .copyrightBox {
  text-align: right;
}
@media (max-width: 1180px) {
  footer .copyrightBox {
    text-align: left;
  }
}

@-webkit-keyframes goTopAni {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(45deg);
            transform: translateY(-5px) rotate(45deg);
  }
}

@keyframes goTopAni {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(45deg);
            transform: translateY(-5px) rotate(45deg);
  }
}
#top {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  bottom: 0;
  right: 22px;
  width: 97px;
  height: 97px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #286acc;
  cursor: pointer;
  z-index: 11;
}
@media (max-width: 1180px) {
  #top {
    right: 0;
  }
}
@media (max-width: 480px) {
  #top {
    width: 20.2vw;
    height: 20.2vw;
  }
}
#top:hover .topBox::before {
  -webkit-animation: goTopAni 0.8s linear infinite;
          animation: goTopAni 0.8s linear infinite;
}
#top.show {
  opacity: 0.8;
  pointer-events: auto;
}
#top .topBox {
  font-family: "Saira";
  font-size: 15px;
  color: #fff;
  text-align: center;
  padding-top: 5px;
}
#top .topBox::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: 0 auto 5px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.privacyArea {
  width: 100%;
  max-width: 760px;
  background-color: rgba(0, 0, 0, 0.8);
  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 {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -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: #262c78;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
.privacyArea .text a:hover {
  color: #262c78;
}
.privacyArea .btn {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 25px;
}
.privacyArea .btn a {
  letter-spacing: 0.5px;
  padding: 15px 35px;
}
.privacyArea .btn a + a {
  margin-left: 20px;
}
@media (max-width: 640px) {
  .privacyArea .btn {
    width: 100%;
  }
  .privacyArea .btn a {
    -ms-flex: 1;
        flex: 1;
    padding: 15px;
    text-align: center;
  }
}

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

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

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

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

/*booking*/
.bookingArea {
  margin-top: -85px;
  position: relative;
  z-index: 2;
}
@media (max-width: 960px) {
  .bookingArea {
    margin-top: 0;
  }
}
.bookingArea .wrap {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  background-color: #fff;
}
@media (max-width: 960px) {
  .bookingArea .wrap {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 15px 20px;
  }
}
.bookingArea .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex: 3;
      flex: 3;
  font-size: 15px;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 960px) {
  .bookingArea .title {
    display: none;
  }
}
.bookingArea .title i {
  margin-right: 15px;
  font-size: 20px;
}
.bookingArea .bookingList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 6;
      flex: 6;
  padding: 20px;
}
@media (max-width: 960px) {
  .bookingArea .bookingList {
    -ms-flex: 1;
        flex: 1;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 960px) {
  .bookingArea .bookingList li {
    margin-bottom: 15px;
  }
}
.bookingArea .bookingList li:not(:first-child) {
  margin-left: 10px;
}
@media (max-width: 960px) {
  .bookingArea .bookingList li:not(:first-child) {
    margin-left: 0;
  }
}
.bookingArea .btn {
  -ms-flex: 3;
      flex: 3;
}
@media (max-width: 960px) {
  .bookingArea .btn {
    -ms-flex: 1;
        flex: 1;
  }
}
.bookingArea .btn a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.2em;
  background-color: #262c78;
}
@media (max-width: 960px) {
  .bookingArea .btn a {
    padding: 12px;
  }
}
.bookingArea input,
.bookingArea select {
  height: 45px;
  padding: 5px 10px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  font-family: "微軟正黑體";
}
@media (max-width: 960px) {
  .bookingArea input,
  .bookingArea select {
    width: 100%;
  }
}

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

.titleBox {
  margin-bottom: 18px;
}
.titleBox .titleEn {
  font-weight: 600;
  font-size: 46.15px;
  line-height: 1.22;
  letter-spacing: 2.5px;
  color: #313131;
}
@media (max-width: 480px) {
  .titleBox .titleEn {
    font-size: 30px;
  }
}
.titleBox .titleEn span {
  color: #262c78;
}
.titleBox .titleTw {
  color: #262c78;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: normal;
}

.trademark {
  font-size: 0.05em;
  border-radius: 4px;
  display: inline-block;
  line-height: 1;
  margin-left: 1px;
  border: 1px solid #666;
  border-radius: 4px;
}

.btnStyle1 {
  width: 209px;
  height: 56px;
  border-radius: 28px;
  background-color: #262c78;
  position: relative;
  z-index: 10;
}
.btnStyle1:hover {
  background-color: #286acc;
}
.btnStyle1 a, .btnStyle1 span.arrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 26px;
  color: #fff;
  font-size: 13px;
  height: 56px;
  letter-spacing: 1.6px;
}
.btnStyle1 a:hover::before, .btnStyle1 span.arrow:hover::before {
  -webkit-animation: arrowBeforeAni 0.8s linear infinite;
          animation: arrowBeforeAni 0.8s linear infinite;
}
.btnStyle1 a:hover::after, .btnStyle1 span.arrow:hover::after {
  -webkit-animation: arrowAfterAni 0.8s linear infinite;
          animation: arrowAfterAni 0.8s linear infinite;
}
.btnStyle1 a::before, .btnStyle1 span.arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 33px;
  height: 2px;
  background-color: #fff;
}
.btnStyle1 a::after, .btnStyle1 span.arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

/*bread*/
.bread {
  margin-bottom: 45px;
  padding: 48px 0;
}
@media (max-width: 1180px) {
  .bread {
    margin-bottom: 0;
  }
}
.bread .wrap {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: right;
      justify-content: right;
  max-width: 1430px;
}
.bread .wrap a, .bread .wrap span {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.5px;
}
.bread .wrap a{display: none;}
.bread .wrap a:first-child{display: inherit;}
.bread .wrap a:last-child{display: inherit;}
.bread .wrap a {
  color: #a9a9a9;
}
.bread .wrap a.home {
  color: #262c78;
}
.bread .wrap a.home::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 16px;
  background: url("../images/home.png") center/contain no-repeat;
}
.bread .wrap a:hover {
  color: #262c78;
}
.bread .wrap span {
  color: #666;
}
.bread .wrap span + span,
.bread .wrap span + a,
.bread .wrap a + a {
  position: relative;
}
.bread.verticalLine .wrap span + span,
.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap a + a {
  padding-left: 30px;
}
.bread.verticalLine .wrap span + span::before,
.bread.verticalLine .wrap span + a::before,
.bread.verticalLine .wrap a + a::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #a9a9a9;
  position: absolute;
  top: 10%;
  left: 15px;
  z-index: 1;
  -webkit-transform: rotate(29deg);
          transform: rotate(29deg);
}
@media (max-width: 768px) {
  .bread {
    display: none;
  }
}

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

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

.txtOf {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

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

@-webkit-keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
/*類別*/
.classBox {
  position: relative;
  z-index: 4;
}
.classBox .classCurrent {
  background-color: #262c78;
  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;
  }
}
.classBoxRow {
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .classBoxRow .classLink {
    /*-ms-flex-pack: center;
        justify-content: center;*/
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
  }
  .classBoxRow .classLink li {
    margin-bottom: 10px;
    margin-right: 15px;
  }
  .classBoxRow .classLink a {
    display: block;
    padding: 10px 15px;
    font-size: 13px;
    color: #000;
    background-color: #f0f0f0;
    letter-spacing: 2px;
    text-align: center;
  }
  .classBoxRow .classLink a.current, .classBoxRow .classLink a:hover {
    color: #fff;
    background-color: #262c78;
  }
}
.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;
  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 ul {
  display: none;
}
@media (max-width: 1023px) {
  .classBoxColumn .classLink ul {
    display: block;
  }
}
.classBoxColumn .classLink li .arrow::before, .classBoxColumn .classLink li .arrow::after {
  background-color: #2f2f2f;
}
.classBoxColumn .classLink li.mainClass > .current, .classBoxColumn .classLink li.mainClass > a:hover {
  background-color: #262c78;
  color: #fff;
}
.classBoxColumn .classLink li.mainClass > .current + .arrow::before, .classBoxColumn .classLink li.mainClass > .current + .arrow::after, .classBoxColumn .classLink li.mainClass > a:hover + .arrow::before, .classBoxColumn .classLink li.mainClass > a:hover + .arrow::after {
  background-color: #fff;
}
.classBoxColumn .classLink li.mainClass .arrow:hover::before, .classBoxColumn .classLink li.mainClass .arrow:hover::after {
  background-color: #fff;
}
.classBoxColumn .classLink li.mainClass > a.open:not(.arrow) {
  background-color: #262c78;
  color: #fff;
}
.classBoxColumn .classLink li.mainClass > a.open:not(.arrow) + .arrow::before, .classBoxColumn .classLink li.mainClass > a.open:not(.arrow) + .arrow::after {
  background-color: #fff;
}
.classBoxColumn .classLink li.mainClass > a.open::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink li.mainClass > a.open + ul {
  display: block;
}
.classBoxColumn .classLink li.mainClass > a.open + ul > li {
  -webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
          animation: aniSlideLeft 0.5s 0.3s ease-out both;
}
.classBoxColumn .classLink li.secondClass {
  background-color: #f1f1f1;
  color: #262c78;
}
.classBoxColumn .classLink li.secondClass > .current:not(.arrow), .classBoxColumn .classLink li.secondClass a:hover:not(.arrow) {
  background-color: rgba(38, 44, 120, 0.7);
  color: #fff;
}
.classBoxColumn .classLink li.secondClass > .current:not(.arrow) + .arrow, .classBoxColumn .classLink li.secondClass a:hover:not(.arrow) + .arrow {
  background-color: rgba(0, 0, 0, 0);
}
.classBoxColumn .classLink li.secondClass > .current:not(.arrow) + .arrow::before, .classBoxColumn .classLink li.secondClass > .current:not(.arrow) + .arrow::after, .classBoxColumn .classLink li.secondClass a:hover:not(.arrow) + .arrow::before, .classBoxColumn .classLink li.secondClass a:hover:not(.arrow) + .arrow::after {
  background-color: #fff;
}
.classBoxColumn .classLink li.secondClass .arrow::before, .classBoxColumn .classLink li.secondClass .arrow::after {
  background-color: #262c78;
}
.classBoxColumn .classLink li.secondClass .arrow:hover {
  background-color: rgba(38, 44, 120, 0.7);
}
.classBoxColumn .classLink li.secondClass > .open:not(.arrow) {
  background-color: rgba(38, 44, 120, 0.7);
  color: #fff;
}
.classBoxColumn .classLink li.secondClass > .open:not(.arrow) + .arrow {
  background-color: rgba(0, 0, 0, 0);
}
.classBoxColumn .classLink li.secondClass > .open:not(.arrow) + .arrow::before, .classBoxColumn .classLink li.secondClass > .open:not(.arrow) + .arrow::after {
  background-color: #fff;
}
.classBoxColumn .classLink li.secondClass > .open::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink li.secondClass > .open + ul {
  display: block;
}
.classBoxColumn .classLink li.secondClass > .open + ul .thirdClass {
  background-color: rgba(38, 44, 120, 0.4);
  -webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
          animation: aniSlideLeft 0.5s 0.3s ease-out both;
}
.classBoxColumn .classLink li.secondClass > .open + ul .thirdClass > a.current, .classBoxColumn .classLink li.secondClass > .open + ul .thirdClass > a:hover {
  color: #262c78;
}
.classBoxColumn .classLink li {
  position: relative;
}
.classBoxColumn .classLink a {
  color: #2f2f2f;
  display: block;
  line-height: 1.2;
  letter-spacing: 0.5px;
  padding: 18px 15px;
  position: relative;
}
.classBoxColumn .classLink a:not(.arrow)::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  right: auto;
  z-index: 1;
  transition: all 0.5s linear;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.classBoxColumn .classLink a:not(.arrow)::after {
  display: none;
}
.classBoxColumn .classLink a.arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 52px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1023px) {
  .classBoxColumn .classLink a.arrow {
    height: 44px;
  }
}
.classBoxColumn .classLink a.arrow::before, .classBoxColumn .classLink a.arrow::after {
  content: "";
  width: 13px;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  transition: all 0.5s;
}
.classBoxColumn .classLink a.arrow::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.classBoxColumn .classLink a.arrow::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
@media (min-width: 1024px) {
  .classBoxColumn .classLink > li:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
  .classBoxColumn .classLink ul li:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width: 1023px) {
  .classBoxRow .classLink, .classBoxColumn .classLink {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
  }
  .classBoxRow .classLink.open, .classBoxColumn .classLink.open {
    display: block;
  }
  .classBoxRow .classLink > li:not(:first-child), .classBoxColumn .classLink > li:not(:first-child) {
    border-top: 1px solid #ccc;
  }
  .classBoxRow .classLink > li > a.current, .classBoxColumn .classLink > li > a.current {
    color: #262c78;
  }
  .classBoxRow .classLink > li ul, .classBoxColumn .classLink > li ul {
    display: none;
  }
  .classBoxRow .classLink a, .classBoxColumn .classLink a {
    display: block;
    font-size: 14px;
    padding: 14px 15px;
    position: relative;
  }
}
@media (max-width: 1023px) {
  .classBoxRow .classLink a {
    color: #2f2f2f;
    background-color: #fff;
  }
}

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

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

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

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

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

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

/*側邊_其他相關訊息*/
.side_news {
  margin: 30px 0;
}
.side_news .sideNewsList {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 960px) {
  .side_news .sideNewsList {
    margin: 0 -5px;
  }
}
@media (max-width: 450px) {
  .side_news .sideNewsList {
    margin: 0;
  }
}
.side_news .sideNewsItem {
  margin-bottom: 25px;
  width: 25%;
  padding: 0 15px;
}
@media (max-width: 1180px) {
  .side_news .sideNewsItem {
    width: 33.33%;
  }
}
@media (max-width: 960px) {
  .side_news .sideNewsItem {
    width: 50%;
    padding: 0 5px;
  }
}
@media (max-width: 450px) {
  .side_news .sideNewsItem {
    width: 100%;
    padding: 0;
  }
}
.side_news .Img {
  border: 4px solid #d2d2d2;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.side_news .Img img {
  display: block;
}
.side_news .Txt .title {
  margin-bottom: 3px;
  font-size: 19px;
  font-weight: 400;
  color: #2f2f2f;
}
@media (max-width: 960px) {
  .side_news .Txt .title {
    font-size: 16px;
  }
}
.side_news .Txt .title a {
  display: inline-block;
  vertical-align: middle;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.side_news .Txt .text {
  margin-top: 7px;
  font-size: 13px;
  color: #909090;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

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

/*Hover效果1: 放大淡出Detail*/
.imh_detail {
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.imh_detail img {
  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;
  transition: all 0.3s ease;
}
.imh_detail:hover a:before {
  opacity: 1;
  margin-top: -20px;
}
.imh_detail:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*Hover效果1: 放大淡出zoom*/
.imh_zoom {
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.imh_zoom img {
  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;
  transition: all 0.4s ease;
}
.imh_zoom:hover a:before {
  top: 50%;
}
.imh_zoom:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}