@charset "UTF-8";
@import url(reset.css);
@import url(font-awesome.min.css);
@import url(rwdgrid.css);
@import url(texteditor.css);
.scrollHint, .slick-slider .slick-dots li button::before,
.controlBox .slick-dots li button::before, .sideDataArea .Img img, .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 .branchesList .Txt .title, footer .contactBox a, footer .footerMenu .menuItem a::before, footer .goTop::before, header .contactBox a, header .menuBox .menu .menuItem a::before, .topFunctionBox .languageBox .languageList, .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 .dots::before, .btnBox .btn .dots::after, .btnBox .btn .dots, .btnBox .btn, button, a, .arrowBox .arrow::before, .dotsBox .circle .path, .dotsBox li::before, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.formBox.changePassword {
  max-width: 640px;
  margin: 0 auto;
}
.formBox .formList {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #2f2f2f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
.formBox .formRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formBox .formColumn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 10px;
  position: relative;
}
.formBox .formColumn.select {
  position: relative;
}
.formBox .formColumn.select::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #626262;
  border-bottom: 2px solid #626262;
  pointer-events: none;
  position: absolute;
  bottom: 35px;
  right: 20px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.formBox .formColumn.pt0 {
  padding-top: 0;
}
.formBox .formColumn.pb0 {
  padding-bottom: 0;
}
@media (max-width: 1180px) {
  .formBox .formColumn {
    padding: 10px;
  }
}
.formBox .columnTitle {
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.02rem;
  line-height: 1.25;
  margin-bottom: 12px;
  position: relative;
}
.formBox .columnTitle.withCheckBox {
  width: auto;
}
.formBox .columnTitle.withCheckBox + .columnCheckBox {
  margin-left: 10px;
  margin-bottom: 12px;
}
.formBox .columnTitle.requireStyle {
  padding-left: 10px;
}
.formBox .columnTitle.requireStyle::before {
  content: "*";
  color: #f00;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 1;
}
.formBox .columnCheckBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
.formBox .columnCheckBox .columnCheckLabel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 5px;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck {
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  outline: 0;
  position: relative;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #cecece;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::after {
  content: "";
  width: 50%;
  height: 50%;
  background-color: #333;
  border-radius: 50%;
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:checked::after {
  opacity: 1;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::before {
  background-color: #e5e5e5 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::after {
  background-color: #b5b5b5 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled + span {
  color: #737373 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.square::before, .formBox .columnCheckBox .columnCheckLabel .columnCheck.square::after {
  border-radius: 0;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.error::before {
  border-color: #1447ad;
}
.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: "Arial", "Microsoft YaHei", 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 rgba(193, 193, 193, 0.2);
  border-radius: 3px;
  color: #737373;
  font-weight: 500;
}
.formBox .columnInput,
.formBox .columnSelect {
  height: 45px;
}
.formBox .btnBox {
  width: 100%;
}
.formBox .noteTxt {
  width: 100%;
  color: #999;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.02rem;
  margin-top: 10px;
}
.formBox .noteTxt.red {
  color: #f00;
}
@media (max-width: 1180px) {
  .formBox .noteTxt {
    font-size: 14px;
  }
}
.formBox .error {
  border-color: #f00 !important;
}

@-webkit-keyframes btnAni {
  20% {
    background-color: rgba(20, 71, 173, 0.3);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    background-color: transparent;
  }
}

@keyframes btnAni {
  20% {
    background-color: rgba(20, 71, 173, 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 selectAnimation {
  0% {
    width: 100%;
    opacity: 0.4;
  }
  70% {
    width: calc(100% + 80px);
    opacity: 0;
  }
  100% {
    width: calc(100% + 80px);
    opacity: 0;
  }
}
@keyframes selectAnimation {
  0% {
    width: 100%;
    opacity: 0.4;
  }
  70% {
    width: calc(100% + 80px);
    opacity: 0;
  }
  100% {
    width: calc(100% + 80px);
    opacity: 0;
  }
}
@-webkit-keyframes scrollHorizontal {
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
}
@keyframes scrollHorizontal {
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
}
@-webkit-keyframes scrollVertical {
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes scrollVertical {
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes 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 processProgressAnimation {
  0% {
    stroke-dasharray: 0, 40;
  }
  100% {
    stroke-dasharray: 33, 33;
  }
}
@keyframes processProgressAnimation {
  0% {
    stroke-dasharray: 0, 40;
  }
  100% {
    stroke-dasharray: 33, 33;
  }
}
@-webkit-keyframes loadingAni_logo {
  0% {
    opacity: 0;
    scale: 0.5 0.5;
  }
  100% {
    opacity: 1;
    scale: 1 1;
  }
}
@keyframes loadingAni_logo {
  0% {
    opacity: 0;
    scale: 0.5 0.5;
  }
  100% {
    opacity: 1;
    scale: 1 1;
  }
}
@-webkit-keyframes loadingAni_arrow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(8);
            transform: scale(8);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes loadingAni_arrow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(8);
            transform: scale(8);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.mainColor {
  color: #1447ad;
}

.secondColor {
  color: #91C818;
}

@media (min-width: 1181px) {
  .dotsBox.vertical .dots {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -9px;
  }
  .dotsBox.vertical li {
    margin: 9px 0;
  }
}
.dotsBox .dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dotsBox li {
  position: relative;
  margin: 0 10px;
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  cursor: pointer;
}
.dotsBox li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: rgba(169, 169, 169, 0.5);
}
.dotsBox li.slick-active::before {
  background: #034ea2;
}
.dotsBox li.slick-active .circle .path {
  stroke-dashoffset: 0;
}
@media (min-width: 1181px) {
  .dotsBox li:hover::before {
    background: #034ea2;
  }
  .dotsBox li:hover .circle .path {
    stroke-dashoffset: 0;
  }
}
.dotsBox button {
  font-size: 0;
}
.dotsBox .circle {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.dotsBox .circle .path {
  width: 100%;
  height: 100%;
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
  stroke: #1447ad;
  fill: none;
  stroke-width: 2px;
  overflow: visible;
}

.arrowBox {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 0;
}
.arrowBox .arrow {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
@media (min-width: 1181px) {
  .arrowBox .arrow:hover::before {
    border-color: #034ea2;
  }
}
.arrowBox .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
.arrowBox .arrowPrev::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.arrowBox .arrowNext::before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

body {
  background-color: #fff;
  font-size: 15px;
  font-family: "Arial", "Microsoft YaHei", sans-serif;
}
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: #1447ad;
  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: 1640px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Img {
    height: 380px;
  }
  body:not(.WebSiteHome) .bannerArea .bannerItem .Img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
  padding-bottom: 20px;
  max-width: 1370px;
  width: 100%;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .textEditor {
  color: #fff;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .titleBox .title {
  padding-bottom: 50px;
  letter-spacing: 1px;
  color: #fff;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .titleBox .title {
    padding-bottom: 20px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .titleBox .title::before {
  background: #fff;
}

address {
  font-style: normal;
}

a {
  color: #034ea2;
  cursor: pointer;
}
@media (min-width: 1181px) {
  a:hover {
    color: #1447ad;
  }
}

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: "Arial", "Microsoft YaHei", 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 {
  margin-bottom: 40px;
  position: relative;
}
.titleBox.center {
  text-align: center;
}
.titleBox .decoTitle {
  color: #034ea2;
  font-size: 16px;
  line-height: normal;
  padding-bottom: 4px;
}
@media (max-width: 1180px) {
  .titleBox .decoTitle {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .titleBox .decoTitle {
    font-size: 12px;
    padding-bottom: 0;
  }
}
.titleBox .title {
  position: relative;
  padding-bottom: 60px;
  font-size: 75px;
  font-weight: bold;
  line-height: 0.95;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #1447ad;
}
@media (max-width: 1180px) {
  .titleBox .title {
    line-height: 1.1;
    padding-bottom: 30px;
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .titleBox .title {
    padding-bottom: 20px;
    font-size: 36px;
  }
}
.titleBox .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background: #1447ad;
}
.titleBox .subtitle {
  padding-left: 5px;
  padding-top: 27px;
  font-size: 25px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  color: #fff;
}
@media (max-width: 1180px) {
  .titleBox .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .titleBox .subtitle {
    font-size: 20px;
  }
}
.titleBox .text {
  color: #505050;
  font-size: 15px;
  line-height: normal;
  padding-top: 30px;
}
@media (max-width: 1180px) {
  .titleBox .text {
    font-size: 15px;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .titleBox .text {
    font-size: 15px;
    padding-top: 15px;
  }
}

.btnBox {
  margin-top: 20px;
}
.btnBox.flex {
  margin-left: -6px;
  margin-right: -6px;
  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;
}
.btnBox.flex.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btnBox.flex.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.btnBox.flex .btn {
  margin: 0 6px;
  min-width: auto;
  max-width: 200px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.btnBox.single.center {
  text-align: center;
}
.btnBox.single .btn {
  max-width: 240px;
  width: 100%;
}
@media (max-width: 1180px) {
  .btnBox.single .btn {
    max-width: 190px;
  }
}
@media (max-width: 460px) {
  .btnBox.single .btn {
    max-width: 100%;
  }
}
.btnBox.full .btn {
  width: 100%;
}
.btnBox .btn {
  position: relative;
  z-index: 1;
  padding: 19px;
  padding-left: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 200px;
  border: 2px solid #1447ad;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 1.4px;
  color: #1447ad;
}
@media (max-width: 1180px) {
  .btnBox .btn {
    padding: 13px 20px;
  }
}
.btnBox .btn .dots {
  position: relative;
  top: 0;
  display: block;
  left: -27px;
  width: 3px;
  height: 3px;
  background: #1447ad;
}
.btnBox .btn .dots::before, .btnBox .btn .dots::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 3px;
  height: 3px;
  background: #1447ad;
}
.btnBox .btn .dots::before {
  left: -8px;
}
.btnBox .btn .dots::after {
  left: 8px;
}
.btnBox .btn .btnText {
  display: inline-block;
}
@media (min-width: 1181px) {
  .btnBox .btn:hover {
    background: #034ea2;
    border-color: #034ea2;
    color: #fff;
  }
  .btnBox .btn:hover .dots {
    background: #fff;
  }
  .btnBox .btn:hover .dots::before, .btnBox .btn:hover .dots::after {
    background: #fff;
  }
}
.btnBox .btn.animation::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  z-index: -1;
  width: 0;
  height: 1px;
  background: #034ea2;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition: height 0.4s ease-in-out, width 0.4s 0.4s ease-in-out;
  transition: height 0.4s ease-in-out, width 0.4s 0.4s ease-in-out;
}
@media (min-width: 1181px) {
  .btnBox .btn.animation:hover {
    border-color: #034ea2;
    color: #fff;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .btnBox .btn.animation:hover .dots {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
    background: #fff;
  }
  .btnBox .btn.animation:hover .dots::before, .btnBox .btn.animation:hover .dots::after {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
    background: #fff;
  }
  .btnBox .btn.animation:hover::after {
    width: 100%;
    height: 100%;
    -webkit-transition: width 0.4s ease-in-out, height 0.4s 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, height 0.4s 0.4s ease-in-out;
  }
}
.btnBox .btn.bgMain {
  border-color: #1447ad;
  background: transparent;
  color: #1447ad;
}
.btnBox .btn.bgMain .dots {
  background: #1447ad;
}
.btnBox .btn.bgMain .dots::before, .btnBox .btn.bgMain .dots::after {
  background: #1447ad;
}
@media (min-width: 1181px) {
  .btnBox .btn.bgMain:hover:not(.animation) {
    background-color: #034ea2;
    border-color: #034ea2;
    color: #fff;
  }
  .btnBox .btn.bgMain:hover:not(.animation) .dots {
    background: #fff;
  }
  .btnBox .btn.bgMain:hover:not(.animation) .dots::before, .btnBox .btn.bgMain:hover:not(.animation) .dots::after {
    background: #fff;
  }
}
.btnBox .btn.bgSecond {
  background-color: #034ea2;
  border: 1px solid #034ea2;
  color: #fff;
}
.btnBox .btn.bgSecond.animation::after {
  background-color: #fff;
}
.btnBox .btn.bgSecond .dots {
  background: #fff;
}
.btnBox .btn.bgSecond .dots::before, .btnBox .btn.bgSecond .dots::after {
  background: #fff;
}
@media (min-width: 1181px) {
  .btnBox .btn.bgSecond:hover {
    border: 1px solid #fff;
    color: #1447ad;
  }
  .btnBox .btn.bgSecond:hover .dots {
    background: #1447ad;
  }
  .btnBox .btn.bgSecond:hover .dots::before, .btnBox .btn.bgSecond:hover .dots::after {
    background: #1447ad;
  }
  .btnBox .btn.bgSecond:hover:not(.animation) {
    background-color: #fff;
    border-color: #fff;
    color: #1447ad;
  }
  .btnBox .btn.bgSecond:hover:not(.animation) .dots {
    background: #1447ad;
  }
  .btnBox .btn.bgSecond:hover:not(.animation) .dots::before, .btnBox .btn.bgSecond:hover:not(.animation) .dots::after {
    background: #1447ad;
  }
}
.btnBox .btn.colorMain {
  background-color: #fff;
  border: 1px solid #1447ad;
  color: #1447ad;
}
.btnBox .btn.colorMain.animation::after {
  background-color: #1447ad;
}
@media (min-width: 1181px) {
  .btnBox .btn.colorMain:hover {
    color: #fff;
  }
  .btnBox .btn.colorMain:hover:not(.animation) {
    background-color: #1447ad;
  }
}
.btnBox .btn.colorSecond {
  background-color: #fff;
  border: 1px solid #034ea2;
  color: #034ea2;
}
.btnBox .btn.colorSecond.animation::after {
  background-color: #034ea2;
}
@media (min-width: 1181px) {
  .btnBox .btn.colorSecond:hover {
    color: #fff;
  }
  .btnBox .btn.colorSecond:hover:not(.animation) {
    background-color: #034ea2;
  }
}
.btnBox .btn.rounded {
  border-radius: 24.5px;
}
.btnBox .btn.roundedSlightly {
  border-radius: 4px;
}

/* 共用的樣式 END */
.outerWrap {
  position: relative;
  max-width: 1920px;
  padding-top: 85px;
  margin: 0 auto;
  background: #f9f9f9;
}
@media (max-width: 1180px) {
  .outerWrap {
    padding-top: 75px;
    padding-bottom: calc(env(safe-area-inset-bottom));
  }
}

.decoLine {
  pointer-events: none;
}
@media (max-width: 1180px) {
  .decoLine {
    display: none !important;
  }
}
.decoLineVerticalLine {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1595px;
  width: 100%;
    height: 100%;
}
.decoLineVerticalLine .deco {
  position: relative;
  max-width: 1460px;
  width: 100%;
  height: 100%;
}
.decoLineVerticalLine .deco::before, .decoLineVerticalLine .deco::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 52;
  width: 1px;
  height: 100%;
  background: rgba(193, 193, 193, 0.2);
}
.decoLineVerticalLine .deco::before {
  left: 0;
}
.decoLineVerticalLine .deco::after {
  right: 0;
}
.decoLineHorizontalLine::before, .decoLineHorizontalLine::after {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(193, 193, 193, 0.2);
}

.wrap {
  width: 100%;
  max-width: 1588px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1180px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*module*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-property: top, opacity, visibility;
  transition-property: top, opacity, visibility;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  /*洽詢車&購物車*/
  /*訂單查詢*/
  /*搜尋*/
  /*提醒使用cookie彈窗*/
}
.moduleBox.show {
  opacity: 1;
  visibility: visible;
}
.moduleBox.show .moduleWrap {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.moduleBox .moduleWrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: #fff;
  pointer-events: none;
  padding-top: 60px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  overflow-y: auto;
}
.moduleBox .moduleWrap::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.moduleBox .moduleWrap::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.moduleBox .moduleWrap::-webkit-scrollbar-thumb {
  background: #1447ad;
}
@media (max-width: 1023px) {
  .moduleBox .moduleWrap {
    height: calc(100vh - 180px);
  }
}
.moduleBox .moduleTitle {
  color: #000;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  text-align: center;
}
.moduleBox .moduleContent {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.moduleBox .moduleContent::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar-thumb {
  background: #1447ad;
}
.moduleBox .moduleClose {
  width: 50px;
  height: 50px;
  background: none;
  background-color: #1447ad;
  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: 1181px) {
  .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;
}
@media (max-width: 460px) {
  .moduleBox.privacy .btnBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .moduleBox.privacy .btnBox .btn {
    margin: 5px 0;
    max-width: 100%;
    width: 100%;
  }
}
.moduleBox.privacy .btnBox .btn:not(.textLink) {
  padding: 15px;
}
.moduleBox.privacy .btnBox .btn.textLink {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.moduleBox.privacy .btnBox .btn.textLink::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #1447ad;
  position: absolute;
  bottom: -3px;
  left: 50%;
}
@media (min-width: 1181px) {
  .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: #1447ad;
  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: #3571e8;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
  background-color: #1750c4;
  -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: 1181px) {
  .moduleBox.privacy .customList .topBox:hover .subtitle {
    color: #1447ad;
  }
}
@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: #1447ad;
}
.moduleBox.cart .cartBox {
  max-height: 50vh;
  border-top: 2px solid #1447ad;
  border-bottom: 2px solid rgba(193, 193, 193, 0.2);
  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 rgba(193, 193, 193, 0.2);
  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: 1181px) {
  .moduleBox.cart .cartList .title a:hover {
    color: #1447ad;
  }
}
.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: 1181px) {
  .moduleBox.cart .cartList .del:hover {
    background-color: #1447ad;
    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: #1447ad;
  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: 1181px) {
  .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;
  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;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background-color: #fff;
}
.loadingArea:before, .loadingArea:after {
  content: "";
  position: absolute;
  z-index: 6;
  width: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.loadingArea:before {
  top: 0;
  left: 0;
  border-right: 245px solid transparent;
  border-top: 260px solid #1447ad;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.loadingArea:after {
  bottom: 0;
  right: 0;
  border-left: 245px solid transparent;
  border-bottom: 260px solid #1447ad;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.loadingArea .loadLogo {
  max-width: 300px;
  width: 100%;
  opacity: 0;
}
.loadingArea .loadLogo img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.loadingArea.show {
  pointer-events: auto;
}
.loadingArea.show .loadLogo {
  -webkit-animation: loadingAni_logo 0.6s forwards ease-in-out;
          animation: loadingAni_logo 0.6s forwards ease-in-out;
}
.loadingArea.hide {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  background-color: transparent;
}
.loadingArea.hide:before, .loadingArea.hide:after {
  -webkit-animation: loadingAni_arrow 1.2s both ease;
          animation: loadingAni_arrow 1.2s both ease;
}
.loadingArea.hide .loadLogo img {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  opacity: 0;
}

/* 彈窗 & 其他功能 */
.topFunctionBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  background-color: #F7F7F7;
}
@media (max-width: 1180px) {
  .topFunctionBox {
    display: none;
  }
}
.topFunctionBox .wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 5px;
  padding-top: 5px;
}
.topFunctionBox .wrap > a {
  font-size: 14px;
  letter-spacing: 0.5px;
}
.topFunctionBox .wrap > a:before {
  content: "‧";
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.topFunctionBox .loginBox {
  position: relative;
  z-index: 1;
}
.topFunctionBox .loginBox > a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.topFunctionBox .loginBox > a:before {
  content: "‧";
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.topFunctionBox .loginBox .submenu {
  position: absolute;
  left: 50%;
  margin-left: -80px;
  top: 130%;
  width: 160px;
  padding-top: 10px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.topFunctionBox .loginBox .submenu a {
  display: block;
  text-align: center;
  padding: 10px;
  background-color: #fff;
}
.topFunctionBox .loginBox .submenu a:not(:last-child) {
  border-bottom: 1px solid #eee;
}
@media (min-width: 1181px) {
  .topFunctionBox .loginBox:hover .submenu {
    top: 100%;
    opacity: 1;
    pointer-events: auto;
  }
}
.topFunctionBox .searchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topFunctionBox .searchBox input[type=text] {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  border: none;
  background-color: #fafafa;
}
.topFunctionBox .searchBox button {
  -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: #1447ad;
}
.topFunctionBox .languageBox {
  margin: 0 15px 0 10px;
  position: relative;
  z-index: 2;
  font-size: 14px;
}
.topFunctionBox .languageBox .languageCurrent {
  cursor: pointer;
  padding-right: 10px;
  position: relative;
}
.topFunctionBox .languageBox .languageCurrent::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #232323;
  border-bottom: 1px solid #232323;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(100%, -50%) rotate(45deg);
          transform: translate(100%, -50%) rotate(45deg);
}
.topFunctionBox .languageBox .languageList {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
.topFunctionBox .languageBox .languageList.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.topFunctionBox .languageBox .languageList li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.topFunctionBox .languageBox .languageList li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 10px 10px;
  text-align: center;
}
@media (min-width: 1181px) {
  .topFunctionBox .languageBox .languageList li a:hover {
    background-color: #1447ad;
    color: #fff;
  }
}
.topFunctionBox .languageBox .languageList li a.current {
  background-color: #1447ad;
  color: #fff;
}

/*header*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 85px;
  z-index: 51;
  background-color: #133263;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1180px) {
  header {
    display: none;
  }
}
header .decoLineVerticalLine .deco::before {
  display: none;
}
header .decoLineVerticalLine .deco::after {
  right: 305px;
}
header .wrap {
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

}
header .logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 12px 20px;
  padding-right: 127px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 470px;
  width: 100%;
  z-index:11111111;
  background: #fff;
}
header .logo a {
  display: block;
  max-width: 219px;
  width: 100%;
}
header .logo img {
  width: 330px;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
header .menuBox {
  position: relative;
  padding-left: 7.8%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /*menu*/
}
@media (max-width: 1440px) {
  header .menuBox {
    padding-left: 30px;
  }
}
header .menuBox .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 960px;
  width: 100%;
}
header .menuBox .menu .menuItem {
  position: relative;
  display: inline-block;
}
header .menuBox .menu .menuItem a {
  position: relative;
  display: block;
  min-width: 110px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  header .menuBox .menu .menuItem a {
    min-width: 75px;
  }
}
header .menuBox .menu .menuItem a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 0;
  height: 3px;
  background: #006df9;
}
header .menuBox .menu .menuItem a .textEn {
  position: relative;
  padding: 35px 20px 25px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.8px;
  line-height: 1.5;
  color: #fff;
  opacity: 0.5;
  -webkit-transition: 0.35s all cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 0.35s all cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
header .menuBox .menu .menuItem a .textEn::before {
  content: attr(data-hover);
  position: absolute;
  top: 0;
  left: 0%;
  padding: 35px 0 25px;
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.5;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
header .menuBox .menu .menuItem a.current::before {
  width: calc(100% - 40px);
}
header .menuBox .menu .menuItem a.current .textEn {
  opacity: 1;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media (min-width: 1181px) {
  header .menuBox .menu .menuItem a:hover::before {
    width: calc(100% - 40px);
  }
  header .menuBox .menu .menuItem a:hover .textEn {
    opacity: 1;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
header .contactBox {
  position: relative;
  padding-top: 5px;
  padding-right: 32px;
  padding-left: 28px;
}
header .contactBox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: #fff;
  opacity: 0.5;
}
header .contactBox a.current {
  opacity: 1;
}
@media (min-width: 1181px) {
  header .contactBox a:hover {
    opacity: 1;
  }
}
header .contactBox i {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
}

/*手機menu*/
.m_menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
          box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
  /*手機menu內容*/
}
@media (min-width: 1181px) {
  .m_menu {
    display: none;
  }
}
.m_menu .mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}
.m_menu .controlBox {
  position: relative;
  z-index: 99;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 75px;
  background-color: #fff;
}
.m_menu .controlBox .m_logo {
  padding-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 225px;
  width: 100%;
}
.m_menu .controlBox .m_logo img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.m_menu .controlBox a.main {
  position: relative;
  width: 85px;
  height: 100%;
  background: #133263;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.m_menu .controlBox a.main .center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 1px;
  background-color: #fff;
}
.m_menu .controlBox a.main .top, .m_menu .controlBox a.main .bottom {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 2.5px;
}
.m_menu .controlBox a.main .top:before, .m_menu .controlBox a.main .top:after, .m_menu .controlBox a.main .bottom:before, .m_menu .controlBox a.main .bottom:after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.m_menu .controlBox a.main .top:before, .m_menu .controlBox a.main .bottom:before {
  left: 0;
}
.m_menu .controlBox a.main .top:after, .m_menu .controlBox a.main .bottom:after {
  right: 0;
}
.m_menu .controlBox a.main .top {
  -webkit-transform: translate(-50%, calc(-50% - 10px));
          transform: translate(-50%, calc(-50% - 10px));
}
.m_menu .controlBox a.main .bottom {
  -webkit-transform: translate(-50%, calc(-50% + 10px));
          transform: translate(-50%, calc(-50% + 10px));
}
.m_menu .controlBox a.main.show {
  background: #034ea2;
}
.m_menu .controlBox a.main.show .top:before, .m_menu .controlBox a.main.show .top:after, .m_menu .controlBox a.main.show .bottom:before, .m_menu .controlBox a.main.show .bottom:after {
  width: 20%;
}
.m_menu .hideBox {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
  padding: 75px 0 20px;
  width: 100%;
  height: 100vh;
  background: #133263;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
}
.m_menu .hideBox::-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;
}
.m_menu .hideBox::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fff;
}
.m_menu .hideBox::-webkit-scrollbar-thumb {
  background: #1447ad;
}
.m_menu .hideBox.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.m_menu .hideBox.show .nav {
  -webkit-animation: slideLeftAnimation 0.5s 0.6s ease-in-out both;
          animation: slideLeftAnimation 0.5s 0.6s ease-in-out both;
}
.m_menu .hideBox.show .socialBox {
  -webkit-animation: slideLeftAnimation 0.5s 0.9s ease-in-out both;
          animation: slideLeftAnimation 0.5s 0.9s ease-in-out both;
}
.m_menu .hideBox.show .copyrightBox {
  -webkit-animation: slideLeftAnimation 0.5s 1.2s ease-in-out both;
          animation: slideLeftAnimation 0.5s 1.2s ease-in-out both;
}
@media (min-width: 1181px) {
  .m_menu .hideBox.show {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.m_menu .nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m_menu .nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.m_menu .nav li {
  width: 50%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.m_menu .nav a {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 115px;
}
.m_menu .nav a.current {
  background: rgba(255, 255, 255, 0.2);
}
.m_menu .nav .textEn {
  position: relative;
  display: block;
  width: 100%;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.m_menu .nav .textEn::after {
  content: attr(data-hover);
  position: relative;
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #d8d8d8;
}
.m_menu .socialBox {
  padding: 20px 0;
}
.m_menu .socialBox .socialTitle {
  display: none;
}
.m_menu .socialBox .socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m_menu .socialBox li {
  padding: 0 5px;
}
.m_menu .socialBox 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: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 22px;
  color: #fff;
}
.m_menu .socialBox a svg {
  width: 22px;
  height: 21px;
}
@media (min-width: 1181px) {
  .m_menu .socialBox a:hover {
    color: #034ea2;
  }
}
.m_menu .copyrightBox {
  position: relative;
  padding: 0 20px;
  padding-top: 20px;
  text-align: center;
}
.m_menu .copyrightBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 40px;
  height: 1px;
  background: #fff;
}
.m_menu .copyrightBox a, .m_menu .copyrightBox span {
  font-family: "Arial", "Microsoft YaHei", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
}
.m_menu .copyrightBox .ibestLink {
  opacity: 0.5;
}

/*banner*/
.bannerArea {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.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;
}
.bannerArea .bannerLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*文字跑馬燈*/
.marqueeArea {
  padding: 15px 0;
  background-color: rgb(6, 21, 64);
}
.marqueeArea .title {
  float: left;
  margin-right: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}
@media (max-width: 640px) {
  .marqueeArea .title {
    display: none;
  }
}
.marqueeArea .title em {
  margin-left: 5px;
}
.marqueeArea .marqueeBox {
  max-height: 30px;
  overflow: hidden;
}
.marqueeArea .marqueeBox .marqueeTxtList {
  overflow: hidden;
}
.marqueeArea .marqueeBox .marqueeTxtItem {
  line-height: 20px;
}
.marqueeArea .marqueeBox .marqueeTxtItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.marqueeArea .marqueeBox .marqueeTxtItem .date {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 13px;
  color: #dbdbdb;
}
@media (max-width: 640px) {
  .marqueeArea .marqueeBox .marqueeTxtItem .date {
    display: none;
  }
}
.marqueeArea .marqueeBox .marqueeTxtItem .title {
  color: #fff;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.marqueeArea .marqueeBox .marqueeTxtItem .title a {
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1181px) {
  .marqueeArea .marqueeBox .marqueeTxtItem .title a:hover {
    color: #1447ad;
  }
}

/*footer*/
footer {
  position: relative;
  padding: 135px 0 39px;
  background: #133263;
  overflow-x: clip;

}
@media (max-width: 1180px) {
  footer {
    margin: 0;
    padding-top: 0px;
  }
}
@media (max-width: 768px) {
  footer {
    padding-bottom: 20px;
  }
}
footer .decoLineHorizontalLine::before {
  top: 220px;
}
footer .decoLineHorizontalLine::after {
  bottom: 100px;
}
footer .goTop {
  position: absolute;
  right: 0;
  bottom: 100%;
  z-index: 50;
  padding-left: 10px;
  padding-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 174px;
  height: 790px;
  background: #143f94;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 1180px) {
  footer .goTop {
    display: none;
  }
}
@media (min-width: 1181px) {
  footer .goTop:hover::before {
    height: 300px;
  }
}
footer .goTop::before {
  content: "";
  position: absolute;
  bottom: 145px;
  left: 52%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 260px;
  background: #fff;
}
footer .decoBox {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}
footer .decoBox .Img {
  width: 100%;
  opacity: 0.13;
}
footer .decoBox .Img.deco1 {
  max-width: 400px;
  -webkit-transform: translate(-110px, 125px);
          transform: translate(-110px, 125px);
}
footer .decoBox .Img.deco1 img {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
}
footer .decoBox .Img.deco2 {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 400px;
  aspect-ratio: 253/112;
  -webkit-transform: translate(-110px, 105px);
          transform: translate(-110px, 105px);
}
footer .decoBox .Img img {
  display: block;
  width: 100%;
}
footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1390px;
  width: 100%;
}
footer .top {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 1180px) {
  footer .top {
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .top nav {
  margin-top: -8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1180px) {
  footer .top nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
footer .footerLogo {
  padding-right: 30px;
  width: 100%;
  max-width: 261px;
}
@media (max-width: 1440px) {
  footer .footerLogo {
    max-width: 230px;
  }
}
@media (max-width: 1280px) {
  footer .footerLogo {
    padding-right: 20px;
    max-width: 200px;
  }
}
footer .footerLogo a {
  display: block;
}
footer .footerLogo img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
footer .footerMenu {
  padding-left: 4.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1440px) {
  footer .footerMenu {
    padding: 0;
  }
}
@media (max-width: 1180px) {
  footer .footerMenu {
    padding-top: 25px;
  }
}
footer .footerMenu .menuItem {
  padding: 0 2.5px;
  position: relative;
  display: inline-block;
}
footer .footerMenu .menuItem a {
  position: relative;
  display: block;
  min-width: 110px;
  overflow: hidden;
}
@media (max-width: 1366px) {
  footer .footerMenu .menuItem a {
    min-width: 105px;
  }
}
footer .footerMenu .menuItem a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 0;
  height: 3px;
  background: #006df9;
}
footer .footerMenu .menuItem a .textEn {
  position: relative;
  padding: 15px 20px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.8px;
  line-height: 1.5;
  color: #fff;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.35s all cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 0.35s all cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@media (max-width: 1366px) {
  footer .footerMenu .menuItem a .textEn {
    padding: 15px 5px;
  }
}
footer .footerMenu .menuItem a .textEn::before {
  content: attr(data-hover);
  position: absolute;
  top: 0;
  left: 0%;
  padding: 15px 20px;
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.5;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
footer .footerMenu .menuItem a.current::before {
  width: calc(100% - 40px);
}
footer .footerMenu .menuItem a.current .textEn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 1181px) {
  footer .footerMenu .menuItem a:hover::before {
    width: calc(100% - 40px);
  }
  footer .footerMenu .menuItem a:hover .textEn {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
footer .contactBox {
  position: relative;
}
@media (max-width: 1180px) {
  footer .contactBox {
    padding-top: 25px;
  }
}
footer .contactBox a {
  padding: 10px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #034ea2;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: #fff;
}
@media (max-width: 1280px) {
  footer .contactBox a {
    padding: 10px;
  }
}
@media (max-width: 1180px) {
  footer .contactBox a {
    padding: 10px 35px;
  }
}
footer .contactBox a.current {
  background: #1447ad;
}
@media (min-width: 1181px) {
  footer .contactBox a:hover {
    background: #1447ad;
  }
}
footer .contactBox i {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
}
footer .branchesList {
  margin: 0 -15px;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 460px) {
  footer .branchesList {
    border-top: 1px solid rgba(213, 213, 213, 0.2);
    border-bottom: 1px solid rgba(213, 213, 213, 0.2);
  }
}
footer .branchesList .branchesItem {
  padding: 30px 15px;  line-height:39px;
  width: 20.3333333333%;
}
footer .branchesList .branchesItem4 {
  padding: 30px 15px;  line-height:39px;
  width: 20.3333333333%;
}
footer .branchesList .branchesItem1 {
  padding: 30px 15px;
  line-height:39px;
  width: 420px;
}

footer .branchesList .branchesItem2 {
  padding: 30px 15px;
  line-height:39px;
  width: 390px;
}
footer .branchesList .branchesItem:nth-child(3n) .item::before {
  display: none;
}
@media (max-width: 1180px) {
  footer .branchesList .branchesItem:nth-child(3n) .item::before {
    display: block;
  }
}
@media (max-width: 1180px) {
  footer .branchesList .branchesItem {
    margin: 0 auto;
    width: 23%;
  }
  footer .branchesList .branchesItem:nth-child(2n) .item::before {
    display: none;
  }
}
@media (max-width: 460px) {
  footer .branchesList .branchesItem {
    padding: 15px;
    width: 100%;
  }
  footer .branchesList .branchesItem .item::before {
    display: none !important;
  }
}
footer .branchesList .item {
  position: relative;
  padding-right: 10px;
  padding-bottom: 20px;
}
@media (max-width: 460px) {
  footer .branchesList .item {
    padding: 0;
  }
}
footer .branchesList .item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(193, 193, 193, 0.2);
}
footer .branchesList .item.hasVideo .Txt .title, footer .branchesList .item.hasAlbum .Txt .title {
  cursor: pointer;
}
@media (min-width: 1181px) {
  footer .branchesList .item.hasVideo .Txt .title:hover, footer .branchesList .item.hasAlbum .Txt .title:hover {
    color: #034ea2;
  }
}
footer .branchesList .Txt .title {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #fff;
}
footer .branchesList .Txt .title a {
  color: #fff;
}
@media (min-width: 1181px) {
  footer .branchesList .Txt .title a:hover {
    color: #034ea2;
  }
}
footer .branchesList .infoBox {
  padding-top: 14px;
}
footer .branchesList .infoBox li {
  padding: 5px 0;
}
footer .branchesList .infoBox li.mail a:nth-child(3) {
  position: relative;
  padding-left: 10px;
}
footer .branchesList .infoBox li.mail a:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 2.5px;
  height: 15px;
  width: 1px;
  background: #fff;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
footer .branchesList .infoBox .title {
  font-family: "Oswald", sans-serif;
  width: 40px;
}
footer .branchesList .infoBox a, footer .branchesList .infoBox span {
  display: inline-block;
  font-family: "Arial", "Microsoft YaHei", sans-serif;
  letter-spacing: 0.7px;
  color: #fff;
}
footer .branchesList .infoBox a:not(.title), footer .branchesList .infoBox span:not(.title) {
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 1181px) {
  footer .branchesList .infoBox a:hover {
    color: #fff;
  }
}
footer .bottom {
  padding-top: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  footer .bottom {
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
footer .socialBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 30px;
}
@media (max-width: 768px) {
  footer .socialBox {
    padding: 0;
    margin-bottom: 10px;
  }
}
footer .socialBox .socialTitle {
  font-family: "Source Sans 3", sans-serif;
  font-size: 15px;
  color: #fff;
}
footer .socialBox .socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .socialBox li {
  padding: 0 5px;
}
footer .socialBox 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: 30px;
  height: 30px;
  font-size: 20px;
  color: #fff;
}
footer .socialBox a svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 1181px) {
  footer .socialBox a:hover {
    color: #034ea2;
  }
}
footer .copyrightBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 15px;
  color: #fff;
}
footer .copyrightBox .ibestLink {
  padding-left: 5px;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
  footer .copyrightBox .ibestLink {
    padding: 0;
  }
}
footer .copyrightBox .ibestLink a {
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 1181px) {
  footer .copyrightBox .ibestLink a:hover {
    color: #fff;
  }
}
@media (max-width: 1024px) {
  footer .copyrightBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 10px;
  }
}

.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: #1447ad;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
@media (min-width: 1181px) {
  .privacyArea .text a:hover {
    color: #1447ad;
  }
}
.privacyArea .btnBox {
  width: 100%;
  max-width: 360px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
@media (max-width: 460px) {
  .privacyArea .btnBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    width: 100%;
  }
  .privacyArea .btnBox .btn {
    margin: 5px 0;
    max-width: 100%;
    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: 1181px) {
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fixedQuickLink li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fixedQuickLink li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.fixedQuickLink a,
.fixedQuickLink button {
  width: 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;
  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 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;
}

/*booking*/
.bookingArea {
  margin-top: -85px;
  position: relative;
  z-index: 2;
}
@media (max-width: 960px) {
  .bookingArea {
    margin-top: 0;
  }
}
.bookingArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  background-color: #fff;
}
@media (max-width: 960px) {
  .bookingArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 20px;
  }
}
.bookingArea .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  font-size: 15px;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 960px) {
  .bookingArea .title {
    display: none;
  }
}
.bookingArea .title i {
  margin-right: 15px;
  font-size: 20px;
}
.bookingArea .bookingList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
  padding: 20px;
}
@media (max-width: 960px) {
  .bookingArea .bookingList {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 960px) {
  .bookingArea .bookingList li {
    margin-bottom: 15px;
  }
}
.bookingArea .bookingList li:not(:first-child) {
  margin-left: 10px;
}
@media (max-width: 960px) {
  .bookingArea .bookingList li:not(:first-child) {
    margin-left: 0;
  }
}
.bookingArea .btn {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.bookingArea .btn button {
  width: 100%;
  height: 100%;
  background-color: #1447ad;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.2rem;
}
@media (min-width: 1181px) {
  .bookingArea .btn button:hover {
    background-color: #1447ad;
  }
}
@media (max-width: 960px) {
  .bookingArea .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .bookingArea .btn button {
    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 {
  position: relative;
  z-index: 1;
}
.mainArea .contentBox {
  clear: both;
}

.classNote {
  padding: 20px 0;
}
.classNote img {
  max-width: 100%;
}

/*bread*/
.bread {
  position: absolute;
  top: 0;
  right: 174px;
  z-index: 2;
  padding-top: 45px;
  padding-right: 84px;
}
@media (max-width: 1180px) {
  .bread {
    right: 0;
    padding-right: 0;
  }
}
.bread .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bread .wrap::before {
  display: none !important;
}
.bread .wrap a,
.bread .wrap span {
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #505050;
}
@media (min-width: 1181px) {
  .bread .wrap a:hover {
    color: #1447ad;
  }
}
.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 #505050;
  border-bottom: 1px solid #505050;
  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: 13px;
}
.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: 15px;
  background-color: #505050;
  position: absolute;
  top: 6px;
  left: 6px;
  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: #505050;
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 1;
}
@media (max-width: 768px) {
  .bread {
    display: none;
  }
}

/*文章標題*/
.articleTitle {
  padding: 12px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(213, 213, 213, 0.8);
  font-size: 24px;
  font-weight: 500;
  color: #444444;
}

/*側邊標題字*/
.sectionTitle {
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #000;
  border-bottom: 1px solid #dbdcdd;
}
.sectionTitle a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

table.breakpoint > tbody > tr > td.expand {
  background: url("../images/plus.png") no-repeat 5px center;
  cursor: pointer;
  padding-left: 40px;
}

/*類別*/
.classBox {
  position: relative;
  z-index: 4;
}
.classBox .classCurrent {
  background-color: #1447ad;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 30px 10px 10px;
  position: relative;
}
.classBox .classCurrent::before {
  content: "\f107";
  color: #fff;
  font-size: 15px;
  font-family: FontAwesome;
  line-height: 1;
  margin-top: -6px;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
}
@media (min-width: 1024px) {
  .classBox .classCurrent {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
.classBox a,
.classBox span {
  cursor: pointer;
}
.classBoxRow {
  margin: 50px 0;
}
@media (max-width: 1023px) {
  .classBoxRow {
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .classBoxRow .classLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .classBoxRow .classLink li {
    margin: 0 7px;
    margin-bottom: 10px;
  }
  .classBoxRow .classLink a,
.classBoxRow .classLink span {
    padding: 12px 15px;
    display: block;
    background-color: #f0f0f0;
    letter-spacing: 1px;
    text-align: center;
    color: #1447ad;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .classBoxRow .classLink a.current,
.classBoxRow .classLink span.current {
    background-color: #1447ad;
    color: #fff;
  }
}
@media (min-width: 1024px) and (min-width: 1181px) {
  .classBoxRow .classLink a:hover,
.classBoxRow .classLink span:hover {
    background-color: #1447ad;
    color: #fff;
  }
}
.classBoxColumn {
  margin-bottom: 30px;
}
.classBoxColumn .classLink .linkHasItems::before, .classBoxColumn .classLink .linkHasItems::after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #838383;
  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: #1447ad;
  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 {
  background-color: #f9f9f9;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current,
.classBoxColumn .classLink .linkHasItems.open + ul > li span.current {
  color: #1447ad;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.open,
.classBoxColumn .classLink .linkHasItems.open + ul > li span.open {
  color: #1447ad;
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover,
.classBoxColumn .classLink .linkHasItems.open + ul > li span:hover {
    color: #1447ad;
  }
}
@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 + ul {
  padding-top: 8px;
  background-color: #f9f9f9;
}
.classBoxColumn .classLink .linkHasItems + ul a,
.classBoxColumn .classLink .linkHasItems + ul span {
  padding: 10px 20px;
  padding-left: 34px;
  background-color: #f9f9f9;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.classBoxColumn .classLink .linkHasItems + ul a.current,
.classBoxColumn .classLink .linkHasItems + ul span.current {
  color: #1447ad;
}
.classBoxColumn .classLink .linkHasItems + ul a.open,
.classBoxColumn .classLink .linkHasItems + ul span.open {
  color: #1447ad;
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems + ul a:hover,
.classBoxColumn .classLink .linkHasItems + ul span:hover {
    color: #1447ad;
  }
}
@media (min-width: 1024px) {
  .classBoxColumn .classLink ul {
    display: none;
  }
  .classBoxColumn .classLink a,
.classBoxColumn .classLink span {
    padding: 12px 20px;
    position: relative;
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #838383;
  }
  .classBoxColumn .classLink a.current,
.classBoxColumn .classLink span.current {
    background-color: #1447ad;
    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: 1181px) {
  .classBoxColumn .classLink a:hover,
.classBoxColumn .classLink span:hover {
    background-color: #1447ad;
    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;
  }
}
.classBoxColumn1 {
  z-index: 5;
}
@media (max-width: 1023px) {
  .classBoxRow .classLink, .classBoxColumn .classLink {
    width: 100%;
    max-height: 90vh;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: none;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
  }
  .classBoxRow .classLink.open, .classBoxColumn .classLink.open {
    display: block;
  }
  .classBoxRow .classLink > li:not(:first-child), .classBoxColumn .classLink > li:not(:first-child) {
    border-top: 1px solid rgba(193, 193, 193, 0.2);
  }
  .classBoxRow .classLink > li > a.current,
.classBoxRow .classLink > li span.current, .classBoxColumn .classLink > li > a.current,
.classBoxColumn .classLink > li span.current {
    color: #fff;
  }
  .classBoxRow .classLink > li ul, .classBoxColumn .classLink > li ul {
    display: none;
  }
  .classBoxRow .classLink a,
.classBoxRow .classLink span, .classBoxColumn .classLink a,
.classBoxColumn .classLink span {
    color: #444444;
    background-color: #fff;
    display: block;
    padding: 14px 15px;
    position: relative;
  }
  .classBoxRow .classLink a.current,
.classBoxRow .classLink span.current, .classBoxColumn .classLink a.current,
.classBoxColumn .classLink span.current {
    background-color: #1447ad;
    color: #fff;
  }
}

.pageBox .pageList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pageBox .pageList a {
  color: #000000;
  display: block;
  font-size: 15px;
}
.pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  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: 1181px) {
  .pageBox .pageList a:hover {
    background-color: #1447ad;
    color: #fff;
  }
  .pageBox .pageList a:hover.prevBtn::before, .pageBox .pageList a:hover.nextBtn::before {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.pageBox .pageList.number {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pageBox .pageList.number.oval a {
  width: 50px;
}
.pageBox .pageList.number li {
  margin: 5px;
}
.pageBox .pageList.number a {
  width: 30px;
  height: 30px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  text-align: center;
}
.pageBox .pageList.number a.prevBtn::before, .pageBox .pageList.number a.nextBtn::before {
  margin: auto;
  top: 0;
  bottom: 0;
}
.pageBox .pageList.number a.prevBtn::before {
  left: 5px;
  right: 0;
}
.pageBox .pageList.number a.nextBtn::before {
  left: 0;
  right: 5px;
}
.pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after, .pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  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 #1447ad;
  background-color: #1447ad;
  color: #fff;
}
@media (min-width: 1181px) {
  .pageBox .pageList.number a:hover.firstBtn::before, .pageBox .pageList.number a:hover.firstBtn::after, .pageBox .pageList.number a:hover.lastBtn::before, .pageBox .pageList.number a:hover.lastBtn::after {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.pageBox .pageList.prevnext li.prev {
  margin-right: auto;
}
.pageBox .pageList.prevnext li.next {
  margin-left: auto;
}
.pageBox .pageList.prevnext a {
  width: 180px;
  height: 45px;
  font-weight: 300;
  line-height: 43px;
  padding: 0 20px;
  position: relative;
  border: 1px solid rgba(213, 213, 213, 0.8);
}
.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: 460px) {
  .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 #1447ad;
  font-size: 13px;
  color: #1447ad;
}
@media (min-width: 1181px) {
  .tagBox a:hover {
    color: #fff;
    background-color: #1447ad;
  }
}
.tagBox a.current {
  color: #fff;
  background-color: #1447ad;
}
.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: #034ea2;
  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: #1447ad;
  color: #fff;
}

/*頁籤內容*/
.tabContent {
  margin-top: -1px;
  padding: 20px 5px;
  border-top: 1px solid #d6d6d6;
}
.tabContent .tabContentItem {
  display: none;
}

.albumBox {
  width: 50%;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .albumBox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.albumBox .albumList .albumItem {
  cursor: pointer;
}
.albumBox .albumList .albumItem img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.albumBox .albumListMain .albumItem {
  height: 320px;
}
.albumBox .albumListMain .albumItem img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.albumBox .albumListNav {
  margin: 15px -5px 0;
}
.albumBox .albumListNav .albumItem {
  padding: 0 5px;
}

/*側邊_menu*/
.side_menu {
  margin-bottom: 50px;
}
.side_menu li {
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}
.side_menu li > a {
  display: block;
  font-size: 14px;
  padding: 10px 15px;
}
.side_menu li > a.current {
  background-color: #8c8c8c;
  color: #fff;
}
.side_menu li > a b {
  color: #808080;
  font-size: 13px;
  font-weight: 400;
  margin-left: 10px;
}
.side_menu dl {
  padding-left: 25px;
}
.side_menu dl a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}
.side_menu dl a.current {
  color: #000;
  text-decoration: underline;
}

/*側邊_相簿*/
.side_album {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: -10px;
}
.side_album li {
  float: left;
  width: 33.33%;
  padding: 0 10px 10px 0;
}
.side_album a {
  display: block;
  -webkit-box-shadow: 2px 2px 5px #c3c3c3;
          box-shadow: 2px 2px 5px #c3c3c3;
}
.side_album a img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*側邊_線上訂房*/
.side_booking {
  margin-bottom: 30px;
}
.side_booking a {
  display: block;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px #8d2121;
          box-shadow: 0 1px 1px #8d2121;
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  background-color: #f05b8f;
}
.side_booking a i {
  display: inline-block;
  font-size: 28px;
  padding: 10px 15px;
  margin-right: 15px;
  border-right: 1px solid #d33434;
  -webkit-box-shadow: 1px 0 #f38a8a;
          box-shadow: 1px 0 #f38a8a;
}
@media (min-width: 1181px) {
  .side_booking a:hover {
    -webkit-box-shadow: inset 0 3px 3px #8d2121;
            box-shadow: inset 0 3px 3px #8d2121;
  }
}

/*側邊_聯絡資訊*/
.side_contactInfo li {
  margin-bottom: 20px;
}
.side_contactInfo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #414141;
}
.side_contactInfo i {
  display: inline-block;
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 8px;
  border: 2px solid #a5a5a5;
  border-radius: 50%;
  font-size: 20px;
  color: #a5a5a5;
  text-align: center;
}
.side_contactInfo b {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}

/*側邊_房型*/
.side_room {
  margin-bottom: 50px;
}
.side_room .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.side_room .Txt {
  margin-top: 5px;
}
.side_room .Txt .title a {
  font-size: 16px;
  font-weight: 400;
}
.side_room .Txt .text {
  max-height: 100px;
  font-size: 13px;
  color: #858383;
  line-height: 1.8;
  overflow: hidden;
}

/*對應&相關*/
.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: #1447ad;
  border: 1px solid #1447ad;
}
.sideDataArea.catalog .Img.statusHot::before {
  content: "HOT";
  background-color: #1447ad;
  border: 1px solid #1447ad;
}
.sideDataArea .sectionTitle {
  padding: 10px 5px 20px;
  border-bottom: 1px solid rgba(213, 213, 213, 0.8);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #444444;
}
.sideDataArea .sideDataList {
  padding: 15px 0 30px;
  margin: 0 -13px;
}
.sideDataArea .sideDataItem {
  padding: 0 13px;
}
.sideDataArea .item {
  padding: 37px 10px 27px 23px;
  border: 1px solid rgba(213, 213, 213, 0.8);
}
.sideDataArea .Img {
  margin: 0 auto;
  max-width: 113px;
  width: 100%;
}
@media (min-width: 1181px) {
  .sideDataArea .Img:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.sideDataArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.sideDataArea .Txt {
  height: 68px;
  padding-top: 32px;
}
.sideDataArea .Txt .newsInfoBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #505050;
  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: rgba(193, 193, 193, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.sideDataArea .Txt .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #1447ad;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sideDataArea .Txt .title a {
  color: #1447ad;
}
@media (min-width: 1181px) {
  .sideDataArea .Txt .title a:hover {
    color: #034ea2;
  }
}
.sideDataArea .Txt .subtitle {
  font-size: 13px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sideDataArea .Txt .text {
  max-height: 60px;
  color: #505050;
  font-size: 15px;
  padding-top: 10px;
}
@media (max-width: 1180px) {
  .sideDataArea .Txt .text {
    font-size: 15px;
  }
}
.sideDataArea .dotsBox li {
  margin: 0 5px;
  margin-bottom: 10px;
}
@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;
  }
}

/*社群分享*/
.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: 1181px) {
  .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: 1181px) {
  .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: 1181px) {
  .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: 1181px) {
  .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-dots,
.controlBox .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.slick-slider .slick-dots.center,
.controlBox .slick-dots.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-slider .slick-dots.vertical,
.controlBox .slick-dots.vertical {
  width: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
}
.slick-slider .slick-dots.vertical li,
.controlBox .slick-dots.vertical li {
  margin: 8px 0;
}
.slick-slider .slick-dots:not(.vertical) li,
.controlBox .slick-dots:not(.vertical) li {
  margin: 0 8px;
}
.slick-slider .slick-dots.large li,
.controlBox .slick-dots.large li {
  width: 16px;
  height: 16px;
}
.slick-slider .slick-dots.white li button::before,
.controlBox .slick-dots.white li button::before {
  background-color: #fff;
}
.slick-slider .slick-dots li,
.controlBox .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  overflow: hidden;
}
.slick-slider .slick-dots li button,
.controlBox .slick-dots li button {
  width: 100%;
  height: 100%;
  border: none;
  color: transparent;
  display: block;
  padding: 0;
  position: relative;
}
.slick-slider .slick-dots li button::before,
.controlBox .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  border: none;
  border-radius: 50%;
  color: transparent;
  font-size: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-slider .slick-dots li.slick-active button::before,
.controlBox .slick-dots li.slick-active button::before {
  background-color: #1447ad;
  opacity: 1;
}
@media (min-width: 1181px) {
  .slick-slider .slick-dots li:hover button::before,
.controlBox .slick-dots li:hover button::before {
    background-color: #1447ad;
    opacity: 1;
  }
}

.slickClsList:not(.slick-slider) {
  overflow: hidden;
}
.slickClsList:not(.slick-slider) .slickClsItem:not(:first-child) {
  display: none;
}

.Img {
  position: relative;
}
.Img.observer:not(.loaded), .Img.observerSlick:not(.loaded) {
  -webkit-animation: imgLoading 0.9s ease infinite;
          animation: imgLoading 0.9s ease infinite;
  background-size: 400% 100%;
  background-image: linear-gradient(135deg, rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(246, 246, 246), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225));
  background-color: #f0f0f0;
}
.Img.observer:not(.loaded) img, .Img.observerSlick:not(.loaded) img {
  opacity: 0 !important;
  -webkit-transition: all 1.2s ease !important;
  transition: all 1.2s ease !important;
}

.scrollHint {
  width: 120px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}
.scrollHint.hide {
  opacity: 0;
}
.scrollHint.horizontal .scrollIcon {
  -webkit-animation: scrollHorizontal 1.25s ease-out infinite;
          animation: scrollHorizontal 1.25s ease-out infinite;
}
.scrollHint.vertical .scrollIcon {
  -webkit-animation: scrollVertical 1.25s ease-out infinite;
          animation: scrollVertical 1.25s ease-out infinite;
}
.scrollHint .scrollIcon {
  position: relative;
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="currentColor" d="M13 2c-1.645 0-3 1.355-3 3v11.813l-.656-.688l-.25-.219a2.968 2.968 0 0 0-4.188 0a2.968 2.968 0 0 0 0 4.188v.031l8.188 8.094l.062.031l.031.063a8.307 8.307 0 0 0 5 1.687h1.72a8.17 8.17 0 0 0 8.187-8.188V14c0-1.645-1.356-3-3-3c-.426 0-.82.117-1.188.281C23.578 9.981 22.395 9 21 9c-.766 0-1.469.3-2 .781A2.984 2.984 0 0 0 17 9a2.95 2.95 0 0 0-1 .188V5c0-1.645-1.355-3-3-3m0 2c.555 0 1 .445 1 1v11h2v-4c0-.555.445-1 1-1c.555 0 1 .445 1 1v4h2v-4c0-.555.445-1 1-1c.555 0 1 .445 1 1v4h2.094v-2c0-.555.445-1 1-1c.554 0 1 .445 1 1v7.813c0 3.464-2.723 6.187-6.188 6.187h-1.718c-1.465 0-2.731-.523-3.782-1.313l-8.094-8c-.445-.445-.445-.93 0-1.375c.446-.445.93-.445 1.375 0L12 21.625V5c0-.555.445-1 1-1"/></svg>');
  width: 32px;
  height: 32px;
  -webkit-filter: invert(1);
          filter: invert(1);
  z-index: 2;
}
.scrollHint .scrollText {
  margin-top: 10px;
  color: #fff;
}

.toastMessageBox {
  position: fixed;
  z-index: 1005;
}
.toastMessageBox.top {
  top: 40px;
}
@media (max-width: 640px) {
  .toastMessageBox.top {
    top: 10px;
  }
}
.toastMessageBox.right {
  right: 40px;
}
@media (max-width: 640px) {
  .toastMessageBox.right {
    right: 10px;
  }
}
.toastMessageBox.bottom {
  bottom: 40px;
}
@media (max-width: 640px) {
  .toastMessageBox.bottom {
    bottom: 10px;
  }
}
.toastMessageBox.left {
  left: 40px;
}
@media (max-width: 640px) {
  .toastMessageBox.left {
    left: 10px;
  }
}
.toastMessageBox .toastMessage {
  cursor: pointer;
  color: #fff;
  display: block;
  margin: 10px;
  padding: 10px 20px;
  border-radius: 5px;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.toastMessageBox .toastMessage.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.toastMessageBox .toastMessageText {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.toastMessageBox .toastMessageText i {
  font-size: 24px;
  margin-right: 10px;
}
/*# sourceMappingURL=master.css.map */