@charset "UTF-8";
/* CSS Document */
@import url(public/css/reset.css);
@import url(public/css/font-awesome-4.7.0/font-awesome.min.css);
@import url(public/css/rwdgrid.css);
@import url(public/css/textEditor.css);
@import url(public/css/contentbuilder.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&family=Saira:wght@500;700&display=swap");
.pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after, .pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after, .pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .privacyArea, footer .footer_soochow .soochowEn, footer .footer_soochow .soochowTw, footer .goTopBox .goTop::before, .slideMenuArea .menuBox .nav > li a span, .slideMenuArea .menuBox .nav > li.dropDown > span > a::before, .slideMenuArea .menuBox .nav > li.dropDown > span > a::after, .slideMenuArea .menuBox .nav > li, .slideMenuTrigger .line::before, .slideMenuTrigger .line::after, .slideMenuTrigger .line, .slideMenuTrigger, header .loudVoiceBox .loudVoice, header .languageBox .languageList li, header .right, header .logo, .loadingArea, .moduleMask, .moduleBox.cart .cartList .del, .moduleBox.privacy .customList .topBox .trigger label span::before, .moduleBox.privacy .customList .topBox .trigger label span, .moduleBox.privacy .customList .topBox .subtitle, .moduleBox.privacy .customList .topBox::before, .moduleBox.privacy .btnBox .btn.textLink::before, .moduleBox .moduleClose, .btnBox .btn.animation::after, .masterBtn a .circle, .masterBtn a .line::before, .masterBtn a .line, .masterBtn a, .masterBtn, .arrowBox .arrows, a, .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: #194990;
}
.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: "Noto Sans TC", "Microsoft JhengHei", 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 #ccc;
  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 textSlideRightAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes textSlideRightAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes textSlideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes textSlideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes textSlideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes textSlideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
body {
  background: #fff;
  font-size: 14px;
  font-family: "Saira", "Noto Sans TC", Helvetica, Arial, "微軟正黑體", "Heiti TC", "メイリオ", 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: #194990;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body.errorPage .mainArea {
    height: 50vh;
    min-height: 350px;
  }
  body.errorPage .mainArea .top {
    font-size: 24px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
  padding: 0 30px;
  padding-bottom: 15px;
  max-width: 1550px;
  width: 100%;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .textBox .title {
  font-size: 71px;
  font-weight: bold;
  color: #2d95ff;
  line-height: 1;
}
@media (max-width: 960px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .textBox .title {
    font-size: 54px;
  }
}
@media (max-width: 640px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .textBox .title {
    font-size: 40px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .textBox .subtitle {
  position: relative;
  margin-top: 10px;
  padding-left: 15px;
  font-size: 24px;
  color: #000;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .textBox .subtitle::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 3px;
  height: 20px;
  background: #2d95ff;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Img {
  max-width: 1400px;
  height: 546px;
  margin: 0 auto;
  margin-right: 0;
  border-bottom-left-radius: 170px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Img {
    border-bottom-left-radius: 70px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

address {
  font-style: normal;
}

a {
  color: #000;
  cursor: pointer;
}
a:hover {
  color: #194990;
}

.arrowBox .arrows {
  position: relative;
  margin: 0 4px;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background: #2d95ff;
  cursor: pointer;
}
@media (max-width: 960px) {
  .arrowBox .arrows {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 460px) {
  .arrowBox .arrows {
    width: 45px;
    height: 45px;
  }
}
.arrowBox .arrows::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.arrowBox .arrows.arrowPrev {
  border-bottom-right-radius: 0%;
}
.arrowBox .arrows.arrowPrev:hover {
  background: #ec725a;
  border-radius: 100%;
}
.arrowBox .arrows.arrowPrev::before {
  left: 55%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.arrowBox .arrows.arrowNext {
  border-top-left-radius: 0%;
}
.arrowBox .arrows.arrowNext:hover {
  background: #ec725a;
  border-radius: 100%;
}
.arrowBox .arrows.arrowNext::before {
  left: 45%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.masterBtn {
  position: relative;
  max-width: 220px;
  width: 100%;
  background: #2d95ff;
  border-radius: 50px;
  border-top-left-radius: 0;
}
@media (max-width: 960px) {
  .masterBtn {
    max-width: 155px;
  }
}
.masterBtn:hover {
  background: #ec725a;
  border-radius: 50px;
}
.masterBtn:hover a .line {
  background: #2d95ff;
  -webkit-transform: translateX(100%) translateY(-50%);
          transform: translateX(100%) translateY(-50%);
}
.masterBtn:hover a .line::before {
  background: #2d95ff;
}
.masterBtn:hover a .circle {
  border-color: #2d95ff;
}
.masterBtn a {
  position: relative;
  padding: 20px 10px;
  display: block;
  width: 100%;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
@media (max-width: 960px) {
  .masterBtn a {
    padding: 10px;
  }
}
.masterBtn a .line {
  position: absolute;
  top: 52%;
  left: calc(100% - 55px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 75px;
  height: 2px;
  background: #ec725a;
}
@media (max-width: 960px) {
  .masterBtn a .line {
    left: calc(100% - 30px);
    width: 50px;
  }
}
.masterBtn a .line::before {
  content: "";
  position: absolute;
  right: 5px;
  bottom: -1px;
  display: block;
  width: 2px;
  height: 15px;
  background: #ec725a;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 960px) {
  .masterBtn a .line::before {
    height: 10px;
    right: 2px;
  }
}
.masterBtn a .circle {
  position: absolute;
  top: 48%;
  left: calc(100% - 34px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 94px;
  height: 94px;
  border: 1px solid #ec725a;
  border-radius: 100%;
}
@media (max-width: 960px) {
  .masterBtn a .circle {
    left: calc(100% - 20px);
    width: 66px;
    height: 66px;
  }
}

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

select {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

div.titan {
  display: none;
}

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

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

.btnBox.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -6px;
}
.btnBox.flex .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 6px;
}
.btnBox.single.center {
  text-align: center;
}
.btnBox.single .btn {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 480px) {
  .btnBox.single .btn {
    max-width: 100%;
  }
}
.btnBox.full .btn {
  width: 100%;
}
.btnBox .btn {
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02rem;
  padding: 15px 10px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.btnBox .btn span {
  display: inline-block;
  margin-left: 5px;
}
.btnBox .btn_color_main {
  border: 1px solid #153e7a;
  background: #194990;
  color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_main:hover {
    border-color: #0e284f;
    background: #113365;
  }
}
.btnBox .btn_color_white {
  border: 1px solid #194990;
  background: #fff;
  color: #194990;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_white:hover {
    border-color: #153e7a;
    background: #194990;
    color: #fff;
  }
}
.btnBox .btn_color_gray {
  border: 1px solid #bebebe;
  background: #cbcbcb;
  color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_gray:hover {
    border-color: #9e9e9e;
    background: #ababab;
  }
}
.btnBox .btn_color_darkgray {
  border: 1px solid #8d8d8d;
  background: #9a9a9a;
  color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_darkgray:hover {
    border-color: #6d6d6d;
    background: #7a7a7a;
  }
}
.btnBox .btn.animation::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background: #000;
}
@media (min-width: 1201px) {
  .btnBox .btn.animation:hover {
    border-color: #000;
  }
  .btnBox .btn.animation:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }
}

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

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

/*module*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-property: top, opacity, visibility;
  transition-property: top, opacity, visibility;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  /*洽詢車&購物車*/
  /*訂單查詢*/
  /*搜尋*/
  /*提醒使用cookie彈窗*/
}
.moduleBox.show {
  opacity: 1;
  visibility: visible;
}
.moduleBox.show .moduleWrap {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.moduleBox .moduleWrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  background: #fff;
  pointer-events: auto;
  padding-top: 60px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.moduleBox .moduleTitle {
  color: #000;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  text-align: center;
}
.moduleBox .moduleContent {
  width: 100%;
  max-height: calc(90vh - 50px);
  overflow-y: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.moduleBox .moduleContent::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar-thumb {
  background: #194990;
}
.moduleBox .moduleClose {
  width: 50px;
  height: 50px;
  background: none;
  background: #194990;
  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: #fff;
}
.moduleBox .moduleClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.moduleBox .moduleClose:hover {
  background: #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 .settingBox + .settingBox {
  margin-top: 25px;
}
.moduleBox.privacy .text {
  font-size: 15px;
  line-height: 1.35;
}
@media (max-width: 640px) {
  .moduleBox.privacy .text {
    font-size: 14px;
  }
}
.moduleBox.privacy .btnBox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.moduleBox.privacy .btnBox .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: #194990;
  position: absolute;
  bottom: -3px;
  left: 50%;
}
@media (min-width: 1201px) {
  .moduleBox.privacy .btnBox .btn.textLink:hover::before {
    width: 100%;
    left: 0;
  }
}
.moduleBox.privacy .customList .customItem:not(:last-child) {
  padding-bottom: 10px;
}
.moduleBox.privacy .customList .topBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
}
.moduleBox.privacy .customList .topBox::before {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-80%) rotate(-45deg);
          transform: translateY(-80%) rotate(-45deg);
}
.moduleBox.privacy .customList .topBox.open::before {
  -webkit-transform: translateY(-100%) rotate(45deg);
          transform: translateY(-100%) rotate(45deg);
}
.moduleBox.privacy .customList .topBox .subtitle {
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 20px 10px 0;
}
.moduleBox.privacy .customList .topBox .trigger {
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.moduleBox.privacy .customList .topBox .trigger .alwaysOn {
  color: #194990;
  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: #2b71da;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
  background: #1d54a6;
  -webkit-transform: translate(75%, -50%);
          transform: translate(75%, -50%);
}
.moduleBox.privacy .customList .topBox .trigger label span {
  width: 38px;
  height: 14px;
  border-radius: 30px;
  background: #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: #b5b5b5;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1201px) {
  .moduleBox.privacy .customList .topBox:hover .subtitle {
    color: #194990;
  }
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .topBox {
    margin-bottom: 5px;
  }
}
.moduleBox.privacy .customList .text {
  background: #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: #194990;
}
.moduleBox.cart .cartBox {
  border-top: 2px solid #194990;
  border-bottom: 2px solid #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
  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 #ccc;
  margin-top: 12px;
  padding-top: 12px;
}
.moduleBox.cart .cartList .Img {
  width: 100px;
  padding-right: 10px;
}
.moduleBox.cart .cartList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.moduleBox.cart .cartList .Txt {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
  position: relative;
}
.moduleBox.cart .cartList .title {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 5px;
}
.moduleBox.cart .cartList .title a {
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1201px) {
  .moduleBox.cart .cartList .title a:hover {
    color: #194990;
  }
}
.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: #eee;
  border-radius: 50%;
  color: #5f5f5f;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1201px) {
  .moduleBox.cart .cartList .del:hover {
    background: #194990;
    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.search .moduleWrap {
  max-width: 480px;
}
.moduleBox.search .searchBox {
  margin: 30px 0;
  position: relative;
}
.moduleBox.search .searchBox input {
  width: 100%;
  display: block;
  border: 1px solid #e1e1e1;
  padding: 15px 55px 15px 15px;
}
.moduleBox.search .searchBox a {
  width: 50px;
  height: 50px;
  background: #194990;
  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;
}
.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: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.moduleMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

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

/*header*/
header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  pointer-events: none;
}
header .wrap {
  padding: 0;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .logo {
  position: relative;
  margin-top: 29px;
  margin-left: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 420px;
  pointer-events: fill;
}
@media (max-width: 960px) {
  header .logo {
    width: 200px;
    margin-top: 10px;
    margin-left: 30px;
  }
}
@media (max-width: 480px) {
  header .logo {
    margin-left: 5px;
    width: calc(100% - 120px);
  }
}
@media (max-width: 960px) {
  header .logo.show {
    color: #fff;
  }
}
header .logo .Img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 115px;
}
@media (max-width: 960px) {
  header .logo .Img {
    width: 62px;
  }
}
header .logo .Img img {
  width: 100%;
  display: block;
}
header .logo .header_soochow {
  padding-left: 15px;
  padding-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 480px) {
  header .logo .header_soochow {
    width: calc(100% - 62px);
  }
}
header .logo .header_soochow .soochowTw {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.1;
}
@media (max-width: 960px) {
  header .logo .header_soochow .soochowTw {
    font-size: 13px;
  }
}
header .logo .header_soochow .soochowEn {
  white-space: nowrap;
  font-size: 10px;
  letter-spacing: -0.63px;
}
@media (max-width: 960px) {
  header .logo .header_soochow .soochowEn {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
header .logo a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
header .right {
  position: relative;
  z-index: 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;
  width: 195px;
  height: 110px;
  background: #194990;
  border-bottom-left-radius: 60px;
  pointer-events: fill;
}
@media (max-width: 960px) {
  header .right {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 147px;
    height: 75px;
  }
}
@media (max-width: 480px) {
  header .right {
    width: 120px;
  }
}
header .right.show {
  background: #ec725a;
}
header .languageBox {
  padding-left: 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
@media (max-width: 960px) {
  header .languageBox {
    padding-left: 10px;
  }
}
header .languageBox .languageList {
  height: 100%;
}
header .languageBox .languageList li {
  width: 100%;
  height: 50%;
  border-radius: 50px;
}
header .languageBox .languageList li:first-child {
  border-bottom-left-radius: 0;
}
header .languageBox .languageList li:last-child {
  border-top-left-radius: 0;
}
header .languageBox .languageList li:hover, header .languageBox .languageList li.current {
  background: #2d95ff;
}
header .languageBox .languageList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
@media (max-width: 960px) {
  header .languageBox .languageList li a {
    font-size: 12px;
  }
}
header .loudVoiceBox {
  position: absolute;
  top: 370px;
  right: 0;
  pointer-events: fill;
}
@media (max-width: 1180px) {
  header .loudVoiceBox {
    display: none;
  }
}
header .loudVoiceBox .loudVoice {
  position: relative;
  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-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  height: 280 px;
  background: #ec725a;
  border-radius: 30px;
  border-top-right-radius: 0;
  cursor: pointer;
}
header .loudVoiceBox .loudVoice:hover {
  background: #2d95ff;
}
header .loudVoiceBox .Img {
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
}
header .loudVoiceBox .Img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  display: block;
}
header .loudVoiceBox .text {
  color: #fff;
  padding: 16.5px;
  font-size: 18px;
  letter-spacing: 1px;
}
header .loudVoiceBox a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
}

/*slideMenu*/
.slideMenuTrigger {
  width: 85px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 16px;
  position: relative;
}
@media (max-width: 960px) {
  .slideMenuTrigger {
    width: 60px;
  }
}
@media (max-width: 480px) {
  .slideMenuTrigger {
    width: 30px;
  }
}
.slideMenuTrigger:hover .line::after {
  width: 100%;
}
.slideMenuTrigger .line {
  width: 50%;
  height: 1px;
  background: transparent;
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 480px) {
  .slideMenuTrigger .line {
    width: 100%;
  }
}
.slideMenuTrigger .line::before, .slideMenuTrigger .line::after {
  content: "";
  height: 2px;
  background: #fff;
  position: absolute;
  z-index: 1;
}
.slideMenuTrigger .line::before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  width: 100%;
}
.slideMenuTrigger .line::after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  width: 70%;
}
.slideMenuTrigger.show .line {
  background: transparent;
}
.slideMenuTrigger.show .line::before {
  -webkit-transform: rotate(30deg) translateY(0);
          transform: rotate(30deg) translateY(0);
}
.slideMenuTrigger.show .line::after {
  -webkit-transform: rotate(-210deg) translateY(0);
          transform: rotate(-210deg) translateY(0);
  width: 100%;
}
.slideMenuArea {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  padding-left: 7.3%;
  padding-bottom: calc(40px + env(safe-area-inset-bottom));
  max-width: 885px;
  width: 100%;
  height: 100vh;
  border-bottom-left-radius: 270px;
  -webkit-overflow-scrolling: touch;
  background: #194990;
  clip-path: circle(0% at 100% 0);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  overflow-x: hidden;
  pointer-events: none;
}
.slideMenuArea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar-thumb {
  background: #2d95ff;
}
@media (max-width: 767px) {
  .slideMenuArea {
    border-bottom-left-radius: 100px;
    padding-left: 10px;
  }
}
.slideMenuArea.show {
  pointer-events: auto;
  clip-path: circle(150% at 100% 0);
}
.slideMenuArea.show .menuBox .nav li {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.slideMenuArea.show .menuBox .nav li:nth-child(1) {
  -webkit-transition-delay: 0.67s;
          transition-delay: 0.67s;
}
.slideMenuArea.show .menuBox .nav li:nth-child(2) {
  -webkit-transition-delay: 0.84s;
          transition-delay: 0.84s;
}
.slideMenuArea.show .menuBox .nav li:nth-child(3) {
  -webkit-transition-delay: 1.01s;
          transition-delay: 1.01s;
}
.slideMenuArea.show .menuBox .nav li:nth-child(4) {
  -webkit-transition-delay: 1.18s;
          transition-delay: 1.18s;
}
.slideMenuArea.show .menuBox .nav li:nth-child(5) {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
.slideMenuArea.show .menuBox .nav li:nth-child(6) {
  -webkit-transition-delay: 1.52s;
          transition-delay: 1.52s;
}
.slideMenuArea.show .socialBox {
  -webkit-animation: textSlideRightAnimation 0.4s 1.5s ease-in-out both;
          animation: textSlideRightAnimation 0.4s 1.5s ease-in-out both;
}
.slideMenuArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: -330px;
  display: block;
  width: 707px;
  height: 251px;
  background-image: url(../images/menu_dots.png);
  pointer-events: none;
}
.slideMenuArea::after {
  content: "";
  position: fixed;
  bottom: -80px;
  right: 0;
  z-index: -1;
  display: block;
  width: 530px;
  height: 596px;
  background-image: url(../images/menu_deco.png);
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}
@media (max-width: 767px) {
  .slideMenuArea::after {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    right: -60px;
  }
}
@media (max-width: 460px) {
  .slideMenuArea::after {
    opacity: 0.3;
  }
}
.slideMenuArea .menuBox {
  width: 100%;
  padding-top: 130px;
}
@media (max-width: 960px) {
  .slideMenuArea .menuBox {
    padding-top: 100px;
  }
}
.slideMenuArea .menuBox .nav > li {
  position: relative;
  padding: 18.5px 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  opacity: 0;
}
@media (max-width: 767px) {
  .slideMenuArea .menuBox .nav > li {
    padding: 15px 0;
  }
}
@media (max-width: 460px) {
  .slideMenuArea .menuBox .nav > li {
    padding: 10px 0;
  }
}
.slideMenuArea .menuBox .nav > li.dropDown > span {
  cursor: pointer;
}
.slideMenuArea .menuBox .nav > li.dropDown > span > a::before, .slideMenuArea .menuBox .nav > li.dropDown > span > a::after {
  content: "";
  width: 12px;
  height: 1px;
  background: #194990;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.slideMenuArea .menuBox .nav > li.dropDown > span > a::after {
  -webkit-transform: translate(-50%, 0) rotate(90deg);
          transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav > li.dropDown > span > a.current::before, .slideMenuArea .menuBox .nav > li.dropDown > span > a.current::after {
  background: #194990;
}
.slideMenuArea .menuBox .nav > li.dropDown.open > span > a::after {
  -webkit-transform: translate(-50%, 0) rotate(0);
          transform: translate(-50%, 0) rotate(0);
}
.slideMenuArea .menuBox .nav > li.dropDown.open .submenu {
  display: block;
}
.slideMenuArea .menuBox .nav > li a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0px;
  padding: 10px 30px 10px 0;
  position: relative;
}
@media (max-width: 767px) {
  .slideMenuArea .menuBox .nav > li a {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .slideMenuArea .menuBox .nav > li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.slideMenuArea .menuBox .nav > li a.current, .slideMenuArea .menuBox .nav > li a:hover {
  color: #ec725a;
}
.slideMenuArea .menuBox .nav > li a.current span, .slideMenuArea .menuBox .nav > li a:hover span {
  color: #ec725a;
}
.slideMenuArea .menuBox .nav > li a span {
  padding-top: 3px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 460px) {
  .slideMenuArea .menuBox .nav > li a span {
    padding: 0;
    padding-top: 10px;
  }
}
.slideMenuArea .socialBox {
  padding-top: 90px;
}
@media (max-width: 767px) {
  .slideMenuArea .socialBox {
    padding-top: 50px;
  }
}
.slideMenuArea .socialBox .socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slideMenuArea .socialBox li {
  padding-right: 20px;
}
.slideMenuArea .socialBox li 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: 50px;
  height: 50px;
  font-size: 24px;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid transparent;
  border-radius: 100%;
}
.slideMenuArea .socialBox li a:hover {
  color: #ec725a;
  border-color: #ec725a;
  background: #fff;
}
.slideMenuMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  background: rgba(255, 255, 255, 0.7);
  pointer-events: none;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  clip-path: circle(0% at 100% 0);
}
.slideMenuMask.show {
  pointer-events: auto;
  clip-path: circle(150% at 100% 0);
}

/*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;
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.bannerArea .bannerLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*footer*/
footer {
  position: relative;
  z-index: 0;
  padding-bottom: 40px;
  margin-top: 230px;
  overflow-x: clip;
}
footer::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/footer_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 688px;
  height: 259px;
  background-image: url(../images/footer_dots.png);
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (max-width: 767px) {
  footer::after {
    display: none;
  }
}
footer .wrap {
  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;
}
footer .footerDeco {
  position: absolute;
  top: -170px;
  left: 0;
  pointer-events: none;
}
footer .footerDeco .deco {
  position: relative;
}
footer .footerDeco .decorate {
  margin: 0 auto;
  max-width: 437px;
  width: 100%;
}
@media (max-width: 767px) {
  footer .footerDeco .decorate {
    max-width: 300px;
  }
}
footer .footerDeco .decorate:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
footer .footerDeco .decorate img {
  width: 100%;
  display: block;
}
footer .footerDeco .footer_book img {
  -webkit-animation: footer_book 2.5s ease-in-out infinite alternate;
          animation: footer_book 2.5s ease-in-out infinite alternate;
}
@-webkit-keyframes footer_book {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@keyframes footer_book {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
footer .footerDeco .text_a img {
  -webkit-animation: footer_book 3s ease-in-out infinite alternate;
          animation: footer_book 3s ease-in-out infinite alternate;
}
@keyframes footer_book {
  0% {
    -webkit-transform: translate(0) rotate(15deg);
            transform: translate(0) rotate(15deg);
  }
  100% {
    -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
  }
}
footer .footerDeco .text_t img {
  -webkit-animation: text_t 3s ease-in-out infinite alternate;
          animation: text_t 3s ease-in-out infinite alternate;
}
@-webkit-keyframes text_t {
  0% {
    -webkit-transform: translate(0) rotate(-15deg);
            transform: translate(0) rotate(-15deg);
  }
  100% {
    -webkit-transform: translate(5px, 10px);
            transform: translate(5px, 10px);
  }
}
@keyframes text_t {
  0% {
    -webkit-transform: translate(0) rotate(-15deg);
            transform: translate(0) rotate(-15deg);
  }
  100% {
    -webkit-transform: translate(5px, 10px);
            transform: translate(5px, 10px);
  }
}
footer .footerDeco .text_b img {
  -webkit-animation: text_b 2.5s ease-in-out infinite alternate;
          animation: text_b 2.5s ease-in-out infinite alternate;
}
@-webkit-keyframes text_b {
  0% {
    -webkit-transform: translate(0) rotate(5deg);
            transform: translate(0) rotate(5deg);
  }
  100% {
    -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
  }
}
@keyframes text_b {
  0% {
    -webkit-transform: translate(0) rotate(5deg);
            transform: translate(0) rotate(5deg);
  }
  100% {
    -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
  }
}
footer .goTopBox {
  position: absolute;
  right: 8.1%;
  top: 24.7%;
}
@media (max-width: 767px) {
  footer .goTopBox {
    top: -60px;
  }
}
@media (max-width: 460px) {
  footer .goTopBox {
    top: -190px;
  }
}
footer .goTopBox .goTop {
  position: relative;
  z-index: 0;
  width: 110px;
  height: 110px;
  cursor: pointer;
}
@media (max-width: 767px) {
  footer .goTopBox .goTop {
    width: 80px;
    height: 80px;
  }
}
footer .goTopBox .goTop:hover::before {
  width: 160%;
  height: 160%;
}
footer .goTopBox .goTop::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 80%;
  height: 80%;
  background: rgba(45, 149, 255, 0.2);
  border-radius: 100%;
}
footer .goTopBox .goTop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -11;
  display: block;
  width: 160%;
  height: 160%;
  background: rgba(255, 255, 255, 0.58);
  border-radius: 100%;
}
@media (max-width: 767px) {
  footer .goTopBox .goTop::after {
    display: none;
  }
}
footer .goTopBox svg {
  overflow: initial;
  width: 100%;
  color: transparent;
  -webkit-animation: rotate 40s linear infinite;
          animation: rotate 40s linear infinite;
}
footer .goTopBox svg text {
  font-size: 15px;
  letter-spacing: 0.3px;
  color: #2d95ff;
}
footer .goTopBox .topArrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 2px;
  height: 45px;
  background: #ec725a;
}
footer .goTopBox .topArrow::before {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 10px;
  height: 2px;
  background: #ec725a;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
footer .footerLogo {
  margin-top: -40px;
  width: 145px;
  border-radius: 100%;
}
footer .footerLogo a {
  position: relative;
}
footer .footerLogo a::before {
  content: "";
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 1px;
  height: 25px;
  background: rgba(255, 255, 255, 0.2);
}
footer .footerLogo img {
  width: 100%;
  display: block;
}
footer .footer_soochow {
  padding-top: 42px;
  color: #fff;
}
footer .footer_soochow a:hover .soochowTw {
  color: #ec725a;
}
footer .footer_soochow a:hover .soochowEn {
  color: rgba(236, 114, 90, 0.5);
}
footer .footer_soochow span {
  display: block;
  text-align: center;
}
footer .footer_soochow .soochowTw {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #fff;
}
footer .footer_soochow .soochowEn {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: rgba(255, 255, 255, 0.5);
}
footer .side_contactInfo {
  padding-top: 36px;
}
footer .side_contactInfo .infoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
footer .side_contactInfo li {
  font-family: "Saira", sans-serif;
  padding: 2.5px 6px;
  margin: 0;
  font-size: 15px;
  letter-spacing: 1px;
  color: #fff;
}
footer .side_contactInfo li a {
  color: #fff;
  font-size: 15px;
}
footer .side_contactInfo li a:hover {
  color: #ec725a;
}
footer .side_contactInfo .address {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  width: 100%;
}
footer .side_contactInfo .info {
  padding-right: 5px;
}
footer .side_contactInfo .tel {
  letter-spacing: 1px;
}
footer .side_contactInfo .Ext {
  font-size: 12px;
  letter-spacing: 1px;
}
footer .socialBox {
  position: relative;
  z-index: 1;
  padding-top: 50px;
}
footer .socialBox .socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .socialBox li {
  padding: 0 10px;
}
footer .socialBox li 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: 50px;
  height: 50px;
  font-size: 24px;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid transparent;
  border-radius: 100%;
}
footer .socialBox li a:hover {
  color: #ec725a;
  border-color: #ec725a;
  background: #fff;
}
footer .copyrightBox {
  padding-top: 30px;
  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;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  text-align: center;
  letter-spacing: -0.5px;
}
footer .copyrightBox .copyright {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}
footer .copyrightBox .ibestLink {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}
footer .copyrightBox .ibestLink a {
  color: rgba(255, 255, 255, 0.3);
}
footer .copyrightBox .ibestLink a:hover {
  color: #ec725a;
}

.privacyArea {
  width: 100%;
  max-width: 760px;
  background: 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: #194990;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
.privacyArea .text a:hover {
  color: #194990;
}
.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: 480px) {
  .privacyArea .btnBox {
    max-width: 100%;
  }
}

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

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

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

/*後台登入模式*/
.adminLoginArea {
  width: 100%;
  background: 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: #fff;
}
@media (max-width: 960px) {
  .bookingArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 20px;
  }
}
.bookingArea .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  font-size: 15px;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 960px) {
  .bookingArea .title {
    display: none;
  }
}
.bookingArea .title i {
  margin-right: 15px;
  font-size: 20px;
}
.bookingArea .bookingList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
  padding: 20px;
}
@media (max-width: 960px) {
  .bookingArea .bookingList {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 960px) {
  .bookingArea .bookingList li {
    margin-bottom: 15px;
  }
}
.bookingArea .bookingList li:not(:first-child) {
  margin-left: 10px;
}
@media (max-width: 960px) {
  .bookingArea .bookingList li:not(:first-child) {
    margin-left: 0;
  }
}
.bookingArea .btn {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
@media (max-width: 960px) {
  .bookingArea .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.bookingArea .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.2em;
  background: #194990;
}
@media (max-width: 960px) {
  .bookingArea .btn a {
    padding: 12px;
  }
}
.bookingArea input,
.bookingArea select {
  height: 45px;
  padding: 5px 10px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  font-family: "微軟正黑體";
}
@media (max-width: 960px) {
  .bookingArea input,
  .bookingArea select {
    width: 100%;
  }
}

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

.titleBox {
  position: relative;
}
.titleBox .titleEn {
  font-family: "Saira", sans-serif;
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.05;
  color: #194990;
}
@media (max-width: 960px) {
  .titleBox .titleEn {
    font-size: 45px;
  }
}
.titleBox .titleTw {
  position: relative;
  padding-top: 10px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #000;
}
@media (max-width: 960px) {
  .titleBox .titleTw {
    font-size: 15px;
  }
}
.titleBox .titleTw::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 100px;
  display: block;
  width: 15px;
  height: 3px;
  background: #2d95ff;
}
@media (max-width: 960px) {
  .titleBox .titleTw::before {
    top: 20px;
    left: 80px;
  }
}

/*bread*/
.bread {
  position: relative;
  z-index: 2;
  background: #fff;
}
.bread .wrap {
  position: absolute;
  top: -55px;
  left: 0;
  display: block;
  padding-left: 11%;
}
@media (max-width: 960px) {
  .bread .wrap {
    position: static;
    padding-top: 45px;
    padding-left: 30px;
    top: 0;
  }
}
.bread .wrap a, .bread .wrap span {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.bread .wrap a {
  color: #2d95ff;
  font-weight: bold;
}
.bread .wrap a:hover {
  color: #ec725a;
}
.bread .wrap span {
  color: #7c7c7c;
}
.bread .wrap i {
  font-size: 18px;
  padding-right: 5px;
}
.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 #7c7c7c;
  border-bottom: 1px solid #7c7c7c;
  position: absolute;
  top: 50%;
  left: 7px;
  z-index: 1;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.bread.verticalLine .wrap a + a,
.bread.verticalLine .wrap span + span,
.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap a + span {
  padding-left: 20px;
}
.bread.verticalLine .wrap a + a::before,
.bread.verticalLine .wrap span + span::before,
.bread.verticalLine .wrap span + a::before,
.bread.verticalLine .wrap a + span::before {
  content: "";
  width: 1px;
  height: 80%;
  background: #a9a9a9;
  position: absolute;
  top: 10%;
  left: 10px;
  z-index: 1;
}
.bread.horizontalLine .wrap a + a,
.bread.horizontalLine .wrap span + span,
.bread.horizontalLine .wrap span + a,
.bread.horizontalLine .wrap a + span {
  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: #a9a9a9;
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 1;
}

/*文章標題*/
.articleTitle {
  color: #194990;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  padding: 12px 0;
}
@media (max-width: 960px) {
  .articleTitle {
    font-size: 20px;
  }
}

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

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

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

@keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
/*類別*/
.classBox {
  position: relative;
  z-index: 4;
}
.classBox .classCurrent {
  background: #2d95ff;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 30px 10px 10px;
  position: relative;
}
.classBox .classCurrent::before {
  content: "\f107";
  color: #fff;
  font-size: 15px;
  font-family: FontAwesome;
  line-height: 1;
  margin-top: -6px;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
}
@media (min-width: 1024px) {
  .classBox .classCurrent {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
.classBoxRow {
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .classBoxRow .classLink {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .classBoxRow .classLink li {
    margin-bottom: 10px;
    margin-right: 15px;
  }
  .classBoxRow .classLink a {
    display: block;
    padding: 10px 15px;
    font-size: 13px;
    color: #000;
    background: #f0f0f0;
    letter-spacing: 2px;
    text-align: center;
  }
  .classBoxRow .classLink a.current, .classBoxRow .classLink a:hover {
    color: #fff;
    background: #2d95ff;
  }
}
.classBoxColumn {
  margin-bottom: 30px;
}
.classBoxColumn .classLink .linkHasItems::before, .classBoxColumn .classLink .linkHasItems::after {
  content: "";
  width: 13px;
  height: 1px;
  background: #2f2f2f;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.classBoxColumn .classLink .linkHasItems::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.classBoxColumn .classLink .linkHasItems::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.classBoxColumn .classLink .linkHasItems.open {
  background: #2d95ff;
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
  background: #2f2f2f;
}
.classBoxColumn .classLink .linkHasItems.open::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open.linkHasItems {
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open + ul {
  display: block;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li {
  -webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
          animation: aniSlideLeft 0.5s 0.3s ease-out both;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a {
  color: #404040;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover {
  background: #ec725a;
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current::before, .classBoxColumn .classLink .linkHasItems.open + ul > li a.current::after, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover::before, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover::after {
  background: #2d95ff;
}
@media (min-width: 1024px) {
  .classBoxColumn .classLink > li {
    padding: 5px 0;
  }
  .classBoxColumn .classLink ul {
    display: none;
  }
  .classBoxColumn .classLink a {
    color: #000;
    display: block;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    padding: 18px 15px;
    position: relative;
    border-radius: 100px;
    border-bottom-left-radius: 0;
  }
  .classBoxColumn .classLink a.current, .classBoxColumn .classLink a:hover {
    background: #2d95ff;
    color: #fff;
  }
  .classBoxColumn .classLink a.current::before, .classBoxColumn .classLink a.current::after, .classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after {
    background: #fff;
  }
}
@media (max-width: 1023px) {
  .classBoxRow .classLink, .classBoxColumn .classLink {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
  }
  .classBoxRow .classLink.open, .classBoxColumn .classLink.open {
    display: block;
  }
  .classBoxRow .classLink > li:not(:first-child), .classBoxColumn .classLink > li:not(:first-child) {
    border-top: 1px solid #ccc;
  }
  .classBoxRow .classLink > li > a.current, .classBoxColumn .classLink > li > a.current {
    color: #2d95ff;
  }
  .classBoxRow .classLink > li ul, .classBoxColumn .classLink > li ul {
    display: none;
  }
  .classBoxRow .classLink a, .classBoxColumn .classLink a {
    color: #2f2f2f;
    background: #fff;
    display: block;
    font-size: 14px;
    padding: 14px 15px;
    position: relative;
  }
}

.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 {
  border: 1px solid #c2c2c2;
  color: #404040;
  display: block;
  font-size: 18px;
  border-radius: 100%;
  border-bottom-left-radius: 0;
}
.pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  display: block;
  position: absolute;
}
.pageBox .pageList a.prevBtn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pageBox .pageList a.nextBtn::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pageBox .pageList a:hover {
  border: 1px solid #ec725a;
  background: #ec725a;
  color: #fff;
  border-bottom-left-radius: 100%;
}
.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: 35px;
  height: 35px;
  font-weight: 400;
  line-height: 35px;
  position: relative;
  text-align: center;
}
.pageBox .pageList.number a.prevBtn::before, .pageBox .pageList.number a.nextBtn::before {
  margin: auto;
  top: 0;
  bottom: 0;
}
.pageBox .pageList.number a.prevBtn::before {
  left: 5px;
  right: 0;
}
.pageBox .pageList.number a.nextBtn::before {
  left: 0;
  right: 5px;
}
.pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after, .pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pageBox .pageList.number a.firstBtn::before {
  left: -2px;
  right: 0;
}
.pageBox .pageList.number a.firstBtn::after {
  left: 12px;
  right: 0;
}
.pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pageBox .pageList.number a.lastBtn::before {
  left: 0;
  right: -2px;
}
.pageBox .pageList.number a.lastBtn::after {
  left: 0;
  right: 12px;
}
.pageBox .pageList.number a.current {
  border: 1px solid #2d95ff;
  background: #2d95ff;
  color: #fff;
  border-bottom-left-radius: 100%;
}
.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;
  background: #2d95ff;
  color: #fff;
  border-radius: 100px;
  border: none;
}
.pageBox .pageList.prevnext a.prevBtn::before, .pageBox .pageList.prevnext a.nextBtn::before {
  top: calc(50% - 5px);
}
.pageBox .pageList.prevnext a.prevBtn {
  text-align: right;
  border-bottom-right-radius: 0;
}
.pageBox .pageList.prevnext a.prevBtn::before {
  border-color: #fff;
  left: 15px;
}
.pageBox .pageList.prevnext a.prevBtn:hover {
  background: #ec725a;
  border-bottom-right-radius: 100px;
}
.pageBox .pageList.prevnext a.nextBtn {
  margin-left: auto;
  text-align: left;
  border-bottom-left-radius: 0;
}
.pageBox .pageList.prevnext a.nextBtn::before {
  border-color: #fff;
  right: 15px;
}
.pageBox .pageList.prevnext a.nextBtn:hover {
  background: #ec725a;
  border-bottom-left-radius: 100px;
}
@media (max-width: 768px) {
  .pageBox .pageList.prevnext a {
    width: 125px;
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .pageBox .pageList.prevnext li {
    width: calc(50% - 15px);
  }
  .pageBox .pageList.prevnext a {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .pageBox .pageList.prevnext li {
    width: calc(50% - 10px);
  }
}
.pageBox .pageList.prevnext.circle a {
  width: 45px;
  padding: 0;
}
.pageBox .pageList.prevnext.circle a span {
  display: none;
}
.pageBox .pageList.prevnext.circle a.prevBtn::before {
  left: calc(50% - 3px);
}
.pageBox .pageList.prevnext.circle a.nextBtn::before {
  right: calc(50% - 3px);
}
.pageBox .pageList.circle a {
  border-radius: 50%;
  overflow: hidden;
}
.pageBox .pageList.oval a {
  border-radius: 30px;
  overflow: hidden;
}

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

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

/*頁籤內容*/
.tabContent {
  margin-top: -1px;
  padding: 20px 5px;
}
.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: #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: #f05b8f;
}
.side_booking a i {
  display: inline-block;
  font-size: 28px;
  padding: 10px 15px;
  margin-right: 15px;
  border-right: 1px solid #d33434;
  -webkit-box-shadow: 1px 0 #f38a8a;
          box-shadow: 1px 0 #f38a8a;
}
.side_booking a:hover {
  -webkit-box-shadow: inset 0 3px 3px #8d2121;
          box-shadow: inset 0 3px 3px #8d2121;
}

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

/*側邊_房型*/
.side_room {
  margin-bottom: 50px;
}
.side_room .Img img {
  width: 100%;
  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;
}

/*側邊_其他相關訊息*/
.side_news {
  margin: 30px 0;
}
.side_news .sideNewsList {
  margin-top: 20px;
}
.side_news .sideNewsItem {
  margin-bottom: 25px;
}
.side_news .Img {
  float: left;
  width: 60px;
  margin-right: 12px;
  overflow: hidden;
}
.side_news .Img img {
  display: block;
  height: 60px;
}
.side_news .Txt {
  overflow: hidden;
}
.side_news .Txt a {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
}
.side_news .Txt a:hover {
  text-decoration: underline;
}
.side_news .Txt b {
  display: block;
  margin-top: 5px;
  font-weight: 400;
  font-size: 12px;
  color: #999;
}

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

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

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

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

/*img lazy load */
.Img {
  position: relative;
}
.Img.observer:not(.loaded) img, .Img.observerSlick:not(.loaded) img {
  opacity: 0 !important;
  -webkit-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}