@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@300;400;500;700&display=swap");
.Img.arrow::after, .Img.arrow::before, .slickHandlerList ~ .arrow::before, .slickHandlerList ~ .arrow::after, .imh_zoom a:before, .imh_zoom img, .imh_detail a:before, .imh_detail img, .imh_opacity 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, .classBoxColumn .classLink .linkHasItems::before, .classBoxColumn .classLink .linkHasItems::after, .classBox a, .classBox span, .mainArea.catalog .wrap .contentBox .leftBox_rwd.catalog ul li::before, .mainArea.catalog .wrap .contentBox .leftBox_rwd.catalog ul li, .mainArea.catalog .wrap .contentBox .leftBox.catalog ul li::before, .mainArea.catalog .wrap .contentBox .leftBox.catalog ul li, .privacyArea, footer .inquiryBtn::before, footer .inquiryBtn, footer .topBox .goTop span::before, footer .topBox .goTop span::after, footer .topBox .leftBox .funcBox .socialBox a svg, .m_menu .controlBox a.main span:before, .m_menu .controlBox a.main span:after, .m_menu .controlBox a.main span, .slideMenuMask, .slideMenuArea .bottomBox .linkBox .socialBox a svg, .slideMenuArea .bottomBox .inquiryBtn, .slideMenuArea .menuBox .nav > li a::after, .slideMenuArea .menuBox .nav > li.dropDown.icon > span > a::before, .slideMenuArea .funcBox .searchBox span, .slideMenuTrigger .line::before, .slideMenuTrigger .line::after, .slideMenuTrigger .line, .slideMenuTrigger, header .menuBox .menu .submenu.product .submenuListBox.img .Img img, header .menuBox .menu .submenu.product li.hasSubmenu a::before, header .menuBox .menu > li a::after, .loadingArea, .moduleMask, .moduleBox.search .mask, .moduleBox.search .moduleWrap, .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, .moduleBox .moduleWrap, .moduleBox, .btnBox .btn.animation::after, .btnBox .btn.arrow::after, button, a, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.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 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 10px;
}
.formBox .formRow:nth-child(odd) {
  background-color: #f4f4f4;
}
.formBox .formRow:nth-child(even) {
  background-color: #f9f9f9;
}
.formBox .formRow:last-child {
  background-color: transparent;
}
.formBox .formTitle {
  font-size: 20px;
  font-weight: 500;
  padding: 12px 10px 18px;
}
.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: 12px 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;
}
.formBox .columnTitle {
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.02rem;
  line-height: 1.25;
  margin-bottom: 8px;
  position: relative;
}
.formBox .columnTitle.withCheckBox {
  width: auto;
}
.formBox .columnTitle.withCheckBox.w100 {
  width: 100%;
}
.formBox .columnTitle.withCheckBox + .columnCheckBox {
  margin-left: 10px;
  margin-bottom: 12px;
}
.formBox .columnTitle.requireStyle {
  width: auto;
  padding-right: 10px;
}
.formBox .columnTitle.requireStyle::before {
  content: "*";
  color: #f00;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 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: 5px;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck {
  width: 25px;
  height: 25px;
  -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: 1px solid #ccc;
  border-radius: 4px;
  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: 60%;
  height: 60%;
  background-color: #38ace3;
  border-radius: 4px;
  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: #f00 !important;
}
.formBox .columnCheckBox .columnCheckBoxTitle {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.02rem;
  margin-left: 8px;
}
.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.underLine {
  border: none;
  border-bottom: 1px solid #ccc;
}
.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;
}
.formBox .columnArea.underLine {
  border: none;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 1200px) {
  .formBox .columnArea {
    height: 120px;
    padding: 5px 10px;
  }
}
.formBox .columnSelect.underLine {
  border: none;
  border-bottom: 1px solid #ccc;
}
.formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #666;
  font-weight: 500;
}
.formBox .columnInput,
.formBox .columnSelect {
  height: 35px;
}
.formBox .btnBox {
  width: 100%;
}
.formBox .noteTxt {
  width: 100%;
  color: #666;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.02rem;
  margin-top: 10px;
}
.formBox .noteTxt.red {
  color: #f00;
}
.formBox .noteTxt.mb {
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .formBox .noteTxt {
    font-size: 14px;
  }
}
.formBox .error {
  border-color: #f00 !important;
}

@-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 textSlideLeftAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes textSlideLeftAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes textSlideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes textSlideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes textSlideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes textSlideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes slickDotsNotActive {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}
@keyframes slickDotsNotActive {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}
@-webkit-keyframes slickDotsActive {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes slickDotsActive {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes strongholdMove {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  75% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes strongholdMove {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  75% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes skillImgShow {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@keyframes skillImgShow {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes skillImgShow_2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes skillImgShow_2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
body {
  background-color: #fff;
  font-size: 14px;
  font-family: Arial, "Noto Sans Tc", Helvetica, "微軟正黑體", 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: #38ace3;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto;
}
body.errorPage .mainArea .errorMenu {
  max-width: 80%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 60px 0 25px;
}
body.errorPage .mainArea .errorMenu li {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  padding: 0 15px 25px;
}
@media (max-width: 1024px) {
  body.errorPage .mainArea .errorMenu {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  body.errorPage .mainArea {
    height: 50vh;
    min-height: 350px;
  }
  body.errorPage .mainArea .top {
    font-size: 24px;
  }
  body.errorPage .mainArea .errorMenu li {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  body.errorPage .mainArea .errorMenu {
    padding: 25px 0 0;
  }
  body.errorPage .mainArea .errorMenu li {
    width: 100%;
    padding: 0 0 15px;
  }
}
body:not(.WebSiteHome) .outerWrap {
  padding-top: 80px;
}
@media (max-width: 1200px) {
  body:not(.WebSiteHome) .outerWrap {
    padding-top: 60px;
  }
}
body:not(.WebSiteHome) .bannerArea {
  position: relative;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .bannerArea.inner {
    height: 300px;
  }
}
@media (max-width: 767px) {
  body:not(.WebSiteHome) .bannerArea.inner {
    height: 200px;
  }
}
@media (max-width: 767px) {
  body:not(.WebSiteHome) .bannerArea.inner.solution {
    height: 300px;
  }
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .bannerArea.inner .bannerItem .Img {
    display: none;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Img {
    padding-bottom: 56.25%;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerTxt {
  width: 1480px;
  height: 300px;
  background: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 30px 150px;
  z-index: 1;
}
@media (max-width: 1850px) {
  body:not(.WebSiteHome) .bannerArea .bannerTxt {
    width: calc(100% - 350px);
  }
}
@media (max-width: 1600px) {
  body:not(.WebSiteHome) .bannerArea .bannerTxt {
    width: calc(100% - 200px);
  }
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .bannerArea .bannerTxt {
    width: 100%;
    height: 100%;
    padding: 30px 50px;
  }
}
@media (max-width: 767px) {
  body:not(.WebSiteHome) .bannerArea .bannerTxt {
    padding-bottom: 0;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerTxt .bread {
  border: none;
  background: none;
  margin: 0;
}
body:not(.WebSiteHome) .bannerArea .bannerTxt .bread .wrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body:not(.WebSiteHome) .bannerArea .bannerTxt .bread .wrap a + a,
body:not(.WebSiteHome) .bannerArea .bannerTxt .bread .wrap span + span,
body:not(.WebSiteHome) .bannerArea .bannerTxt .bread .wrap span + a,
body:not(.WebSiteHome) .bannerArea .bannerTxt .bread .wrap a + span {
  padding-left: 25px;
}
body:not(.WebSiteHome) .bannerArea .bannerTxt .bread .wrap a + a::before,
body:not(.WebSiteHome) .bannerArea .bannerTxt .bread .wrap span + span::before,
body:not(.WebSiteHome) .bannerArea .bannerTxt .bread .wrap span + a::before,
body:not(.WebSiteHome) .bannerArea .bannerTxt .bread .wrap a + span::before {
  content: "";
  width: 1px;
  height: 14px;
  background: #666666;
  position: absolute;
  top: 50%;
  left: 12px;
  z-index: 1;
  -webkit-transform: translateY(-50%) skewX(-15deg);
          transform: translateY(-50%) skewX(-15deg);
}
body:not(.WebSiteHome) .bannerArea .bannerTxt .bread .wrap a {
  color: #5f5f5f;
}
body:not(.WebSiteHome) .bannerArea .bannerTxt .bread .wrap a:first-child {
  position: relative;
}
body:not(.WebSiteHome) .bannerArea .bannerTxt .bread .wrap a:first-child::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent #38ace3;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body:not(.WebSiteHome) .bannerArea .bannerTxt .bread .wrap a:hover {
  color: #38ace3;
}
body:not(.WebSiteHome) .bannerArea .bannerTxt .bread .wrap span {
  color: #5f5f5f;
}
body:not(.WebSiteHome) .bannerArea .bannerTxt .outerBox {
  width: 100%;
  height: auto;
  position: relative;
}
body:not(.WebSiteHome) .bannerArea .bannerTxt .outerBox::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #8ccfef;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .bannerArea .bannerTxt .outerBox::before {
    left: -20px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerTxt .outerBox::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 50%;
  background: #38ace3;
  left: -40px;
  top: 0;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .bannerArea .bannerTxt .outerBox::after {
    left: -20px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerTxt .title {
  color: #424242;
  font-size: 40px;
  font-weight: 400;
  padding-bottom: 15px;
}
@media (max-width: 480px) {
  body:not(.WebSiteHome) .bannerArea .bannerTxt .title {
    font-size: 32px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerTxt .Txt {
  max-width: 550px;
  color: #444444;
  font-size: 20px;
  line-height: 28px;
}
body:not(.WebSiteHome) .bannerArea .bannerTxt .Txt.solution {
  max-width: 700px;
}
@media (max-width: 480px) {
  body:not(.WebSiteHome) .bannerArea .bannerTxt .Txt .textEditor {
    font-size: 14px;
  }
}

address {
  font-style: normal;
}

a {
  color: #212121;
  cursor: pointer;
}
@media (min-width: 1201px) {
  a:hover {
    color: #38ace3;
  }
}

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: "Noto Sans TC", "Microsoft JhengHei", 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;
}

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: 240px;
  padding: 20px 60px;
}
@media (max-width: 480px) {
  .btnBox.single .btn {
    max-width: 100%;
  }
}
.btnBox.full .btn {
  width: 100%;
}
.btnBox .btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02rem;
  padding: 20px 100px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.btnBox .btn span {
  display: inline-block;
  position: relative;
}
.btnBox .btn_color_main {
  border: 1px solid #22a3e0;
  background-color: #38ace3;
  color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_main:hover {
    border-color: #1983b5;
    background-color: #1d93cb;
  }
}
.btnBox .btn_color_dy {
  border: 1px solid #22a3e0;
  background-color: #38ace3;
  color: #fff;
}
.btnBox .btn_color_dy::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent #ffffff;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1201px) {
  .btnBox .btn_color_dy:hover {
    border-color: #1983b5;
    background-color: #1d93cb;
  }
}
.btnBox .btn_color_white {
  border: 1px solid #38ace3;
  background-color: #fff;
  color: #38ace3;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_white:hover {
    border-color: #22a3e0;
    background-color: #38ace3;
    color: #fff;
  }
}
.btnBox .btn_color_gray {
  border: 1px solid #bebebe;
  background-color: #cbcbcb;
  color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_gray:hover {
    border-color: #9e9e9e;
    background-color: #ababab;
  }
}
.btnBox .btn_color_darkgray {
  border: 1px solid #8d8d8d;
  background-color: #9a9a9a;
  color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_darkgray:hover {
    border-color: #6d6d6d;
    background-color: #7a7a7a;
  }
}
.btnBox .btn.arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #fff;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btnBox .btn.animation::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #1983b5;
}
@media (min-width: 1201px) {
  .btnBox .btn.animation:hover {
    border-color: #1983b5;
  }
  .btnBox .btn.animation:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }
}
@media (max-width: 1440px) {
  .btnBox .btn {
    padding: 18px 75px;
  }
}
@media (max-width: 1200px) {
  .btnBox .btn {
    padding: 16px 55px;
  }
  .btnBox .btn.arrow::after {
    right: 15px;
  }
}

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

.wrap {
  width: 100%;
  max-width: 1320px;
  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;
  /*洽詢車&購物車*/
  /*訂單查詢*/
  /*搜尋*/
  /*提醒使用cookie彈窗*/
}
.moduleBox .moduleWrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: #fff;
  pointer-events: auto;
  padding-top: 60px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.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: #38ace3;
}
.moduleBox .moduleClose {
  width: 50px;
  height: 50px;
  background: none;
  background-color: #38ace3;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -0.5px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.moduleBox .moduleClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.moduleBox .moduleClose:hover {
  background-color: #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-color: #38ace3;
  position: absolute;
  bottom: -3px;
  left: 50%;
}
@media (min-width: 1201px) {
  .moduleBox.privacy .btnBox .btn.textLink:hover::before {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 480px) {
  .moduleBox.privacy .btnBox.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .moduleBox.privacy .btnBox.flex .btn {
    width: 100%;
    margin: 6px;
  }
}
.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: #38ace3;
  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: #88ceee;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
  background-color: #4eb5e6;
  -webkit-transform: translate(75%, -50%);
          transform: translate(75%, -50%);
}
.moduleBox.privacy .customList .topBox .trigger label span {
  width: 38px;
  height: 14px;
  border-radius: 30px;
  background-color: #d9d9d9;
  display: block;
  margin-left: auto;
  position: relative;
}
.moduleBox.privacy .customList .topBox .trigger label span::before {
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #b5b5b5;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1201px) {
  .moduleBox.privacy .customList .topBox:hover .subtitle {
    color: #38ace3;
  }
}
@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: #38ace3;
}
.moduleBox.cart .cartBox {
  border-top: 2px solid #38ace3;
  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;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
}
.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: #38ace3;
  }
}
.moduleBox.cart .cartList .spec {
  color: #6a6a6a;
  font-size: 14px;
  margin-bottom: 3px;
}
.moduleBox.cart .cartList .num {
  color: #6a6a6a;
  font-size: 14px;
  line-height: 1;
}
.moduleBox.cart .cartList .del {
  width: 35px;
  height: 35px;
  border: none;
  background-color: #eee;
  border-radius: 50%;
  color: #5f5f5f;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1201px) {
  .moduleBox.cart .cartList .del:hover {
    background-color: #38ace3;
    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 {
  top: 80px;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1200px) {
  .moduleBox.search {
    top: 60px;
  }
}
.moduleBox.search .moduleWrap {
  max-width: 100%;
  padding-top: 30px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  position: relative;
  z-index: 2;
}
.moduleBox.search .searchBox {
  position: relative;
}
.moduleBox.search .searchBox input {
  width: 100%;
  display: block;
  border: 1px solid #e1e1e1;
  padding: 12px 55px 12px 15px;
}
.moduleBox.search .searchBox button {
  width: 50px;
  height: 50px;
  background-color: #38ace3;
  color: #fff;
  display: block;
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
@media (min-width: 1201px) {
  .moduleBox.search .searchBox button:hover {
    background-color: #000;
  }
}
.moduleBox.search .mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.moduleBox.search .mask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.moduleBox.search.show .moduleWrap {
  -webkit-transition: all 0.6s 0.4s ease;
  transition: all 0.6s 0.4s ease;
}
.moduleBox.cookie .moduleWrap {
  max-width: 480px;
}
.moduleBox.cookie .text {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.6;
}
.moduleBox.show {
  opacity: 1;
  visibility: visible;
}
.moduleBox.show .moduleWrap {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

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

/*loading*/
.loadingArea {
  width: 100%;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.loadingArea .loadLogo {
  width: 260px;
  height: 72px;
  position: relative;
}
.loadingArea .loadLogo img {
  opacity: 0;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loadingArea .loadLogo img:nth-child(1) {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loadingArea .loadLogo img:nth-child(2) {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: all 1s 0.35s ease;
  transition: all 1s 0.35s ease;
}
.loadingArea .loadLogo img:nth-child(3) {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: all 1s 0.9s ease;
  transition: all 1s 0.9s ease;
}
.loadingArea.show {
  opacity: 1;
  pointer-events: auto;
}
.loadingArea.show .loadLogo img {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.loadingArea.hide {
  opacity: 0;
}

/*header*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1100;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header .wrap {
  max-width: 1660px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 36px;
  padding-right: 36px;
}
@media (max-width: 1440px) {
  header .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1200px) {
  header .wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
header .logo {
  width: 145px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
header .logo a {
  display: block;
}
header .logo img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
}
header .rightBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 132px;
}
@media (max-width: 1440px) {
  header .rightBox {
    padding-left: 100px;
  }
}
@media (max-width: 1280px) {
  header .rightBox {
    padding-left: 50px;
  }
}
@media (max-width: 1200px) {
  header .rightBox {
    padding-left: 20px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
header .menuBox .menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .menuBox .menu > li {
  position: relative;
}
header .menuBox .menu > li a {
  color: #222;
  display: block;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.3px;
  overflow: hidden;
  padding: 34px 32.5px 30px;
  position: relative;
}
header .menuBox .menu > li a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #38ace3 transparent transparent transparent;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 37%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -250%);
          transform: translate(-50%, -250%);
}
header .menuBox .menu > li a.current, header .menuBox .menu > li a:hover {
  color: #38ace3;
}
header .menuBox .menu > li a.current::after, header .menuBox .menu > li a:hover::after {
  opacity: 1;
  -webkit-transform: translate(-50%, -200%);
          transform: translate(-50%, -200%);
}
header .menuBox .menu .submenu {
  width: 150px;
  display: none;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header .menuBox .menu .submenu a {
  border-bottom: 1px solid #dadada;
  background-color: #fff;
  color: #666;
  padding: 15px 5px;
}
header .menuBox .menu .submenu a::after {
  display: none;
}
header .menuBox .menu .submenu a.current, header .menuBox .menu .submenu a:hover {
  color: #fff;
  background-color: #38ace3;
}
header .menuBox .menu .submenu.product {
  width: 100%;
  max-height: 540px;
  background-color: #fff;
  overflow-y: auto;
  position: fixed;
  top: 80px;
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  text-align: left;
}
header .menuBox .menu .submenu.product::-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;
}
header .menuBox .menu .submenu.product::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
header .menuBox .menu .submenu.product::-webkit-scrollbar-thumb {
  background: #38ace3;
}
header .menuBox .menu .submenu.product .wrap {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: 40px;
  padding-bottom: 40px;
}
header .menuBox .menu .submenu.product .titleBox {
  width: 345px;
  text-align: left;
  padding-right: 90px;
}
header .menuBox .menu .submenu.product .titleBox .title {
  font-size: 28px;
}
header .menuBox .menu .submenu.product .titleBox .subtitle {
  font-size: 36px;
}
@media (max-width: 1440px) {
  header .menuBox .menu .submenu.product .titleBox {
    width: 300px;
    padding-right: 30px;
  }
}
header .menuBox .menu .submenu.product li.hasSubmenu a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}
header .menuBox .menu .submenu.product li.hasSubmenu a.current::before {
  border-color: #38ace3;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
header .menuBox .menu .submenu.product a {
  border-bottom: none;
  display: block;
  padding-right: 35px;
}
header .menuBox .menu .submenu.product a:hover, header .menuBox .menu .submenu.product a.current {
  background-color: transparent;
  color: #38ace3;
}
header .menuBox .menu .submenu.product .submenuListBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
header .menuBox .menu .submenu.product .submenuListBox.first, header .menuBox .menu .submenu.product .submenuListBox.second {
  border-left: 1px solid #ccc;
  padding: 0 75px 0 90px;
}
header .menuBox .menu .submenu.product .submenuListBox.second .submenuList {
  display: none;
}
header .menuBox .menu .submenu.product .submenuListBox.img {
  border-left: 1px solid #ccc;
  padding-left: 75px;
}
header .menuBox .menu .submenu.product .submenuListBox.img .Img {
  max-width: 390px;
  overflow: hidden;
}
header .menuBox .menu .submenu.product .submenuListBox.img .Img:not(:last-child) {
  margin-bottom: 15px;
}
header .menuBox .menu .submenu.product .submenuListBox.img .Img a {
  display: block;
  padding: 0;
}
header .menuBox .menu .submenu.product .submenuListBox.img .Img img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
}
@media (min-width: 1201px) {
  header .menuBox .menu .submenu.product .submenuListBox.img .Img:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media (max-width: 1440px) {
  header .menuBox .menu .submenu.product .submenuListBox.first, header .menuBox .menu .submenu.product .submenuListBox.second {
    padding: 0 35px 0 40px;
  }
  header .menuBox .menu .submenu.product .submenuListBox.img {
    padding-left: 35px;
  }
}
@media (max-width: 1440px) {
  header .menuBox .menu > li a {
    padding: 34px 25px 30px;
  }
}
@media (max-width: 1280px) {
  header .menuBox .menu > li a {
    padding: 34px 22px 30px;
  }
}
@media (max-width: 1200px) {
  header .menuBox {
    display: none;
  }
}
header .funcBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .funcBox .languageBox {
  margin-right: 32px;
  margin-bottom: 2px;
  position: relative;
  padding-right: 25px;
}
header .funcBox .languageBox::before {
  content: "";
  width: 1px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
header .funcBox .languageBox .languageCurrent {
  display: none;
}
header .funcBox .languageBox .languageList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .funcBox .languageBox .languageList li:not(:first-child) {
  margin-left: 3px;
}
header .funcBox .languageBox .languageList li a {
  border-radius: 30px;
  display: block;
  font-size: 14px;
  font-family: "Arial", sans-serif;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 5px 11px;
  text-align: center;
}
header .funcBox .languageBox .languageList li a:hover, header .funcBox .languageBox .languageList li a.current {
  background-color: #38ace3;
  color: #fff;
}
header .funcBox button {
  color: #5b5b5b;
  font-size: 19px;
  line-height: 1;
  margin-bottom: 6px;
}
@media (min-width: 1201px) {
  header .funcBox button:hover {
    color: #38ace3;
  }
}
@media (max-width: 1200px) {
  header .funcBox {
    display: none;
  }
}

/*slideMenu*/
.slideMenuTrigger {
  width: 60px;
  height: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #38ace3;
  border: 1px solid #38ace3;
  border-radius: 30px;
  cursor: pointer;
  display: none;
  -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: 20px;
  position: relative;
}
.slideMenuTrigger .line {
  width: 50%;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.slideMenuTrigger .line::before, .slideMenuTrigger .line::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  margin: auto;
  z-index: 1;
}
.slideMenuTrigger .line::before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.slideMenuTrigger .line::after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.slideMenuTrigger.show .line {
  background-color: transparent;
}
.slideMenuTrigger.show .line::before, .slideMenuTrigger.show .line::after {
  width: 80%;
}
.slideMenuTrigger.show .line::before {
  -webkit-transform: translateX(3px) rotate(-45deg);
          transform: translateX(3px) rotate(-45deg);
}
.slideMenuTrigger.show .line::after {
  -webkit-transform: translateX(-3px) rotate(45deg);
          transform: translateX(-3px) rotate(45deg);
}
@media (min-width: 1201px) {
  .slideMenuTrigger:hover {
    background-color: #fff;
  }
  .slideMenuTrigger:hover span {
    background-color: #38ace3;
  }
  .slideMenuTrigger:hover span::before, .slideMenuTrigger:hover span::after {
    background-color: #38ace3;
  }
}
@media (max-width: 1200px) {
  .slideMenuTrigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
  }
}
.slideMenuArea {
  width: 100%;
  max-width: 480px;
  height: calc(100vh - 60px);
  background-color: #000000;
  opacity: 0;
  overflow-x: hidden;
  padding-bottom: calc(60px + env(safe-area-inset-bottom));
  pointer-events: none;
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 1099;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-overflow-scrolling: touch;
}
.slideMenuArea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar-thumb {
  background: #38ace3;
}
.slideMenuArea.show {
  opacity: 1;
  pointer-events: auto;
}
.slideMenuArea.show .funcBox {
  -webkit-animation: textSlideUpAnimation 0.6s 0.6s ease both;
          animation: textSlideUpAnimation 0.6s 0.6s ease both;
}
.slideMenuArea.show .menuBox {
  -webkit-animation: textSlideUpAnimation 0.6s 0.6s ease both;
          animation: textSlideUpAnimation 0.6s 0.6s ease both;
}
.slideMenuArea.show .menuBox .nav li.dropDown.open .submenu {
  -webkit-animation: textSlideDownAnimation 0.3s 0.15s ease-in-out both;
          animation: textSlideDownAnimation 0.3s 0.15s ease-in-out both;
}
.slideMenuArea.show .bottomBox {
  -webkit-animation: textSlideUpAnimation 0.6s 0.6s ease both;
          animation: textSlideUpAnimation 0.6s 0.6s ease both;
}
@media (min-width: 1201px) {
  .slideMenuArea.show {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.slideMenuArea .topBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 11.5px 20px;
}
.slideMenuArea .topBox .slideMenuLogo {
  width: 135px;
}
.slideMenuArea .topBox .slideMenuLogo img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
}
.slideMenuArea .wrap {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 480px) {
  .slideMenuArea .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.slideMenuArea .funcBox {
  padding: 35px 0 20px;
}
.slideMenuArea .funcBox .languageBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 5px 0;
}
.slideMenuArea .funcBox .languageBox .languageCurrent {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  margin-right: 15px;
}
.slideMenuArea .funcBox .languageBox .languageList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slideMenuArea .funcBox .languageBox .languageList li:not(:first-child) {
  margin-left: 3px;
}
.slideMenuArea .funcBox .languageBox .languageList li a {
  border-radius: 30px;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid transparent;
  display: block;
  font-size: 14px;
  font-family: "Arial", sans-serif;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 5px 11px;
  text-align: center;
}
.slideMenuArea .funcBox .languageBox .languageList li a:hover, .slideMenuArea .funcBox .languageBox .languageList li a.current {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.slideMenuArea .funcBox .searchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 5px 0;
}
.slideMenuArea .funcBox .searchBox::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #828282;
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: 1;
}
.slideMenuArea .funcBox .searchBox input {
  width: 100%;
  color: #4d4d4d;
  line-height: 1;
  letter-spacing: 0.75px;
  padding: 0 0 8px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.slideMenuArea .funcBox .searchBox input:focus + span {
  opacity: 0.35;
}
.slideMenuArea .funcBox .searchBox input.hasValue + span {
  opacity: 0;
}
.slideMenuArea .funcBox .searchBox span {
  line-height: 1;
  color: #4d4d4d;
  font-size: 15px;
  letter-spacing: 0.25px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: -1px;
  z-index: 1;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}
.slideMenuArea .funcBox .searchBox button {
  color: #5b5b5b;
  font-size: 19px;
  line-height: 1;
  margin-bottom: 6px;
}
@media (min-width: 1201px) {
  .slideMenuArea .funcBox .searchBox button:hover {
    color: #38ace3;
  }
}
.slideMenuArea .menuBox {
  width: 100%;
  padding: 15px 0;
}
.slideMenuArea .menuBox .nav > li {
  position: relative;
}
.slideMenuArea .menuBox .nav > li.dropDown {
  cursor: pointer;
}
.slideMenuArea .menuBox .nav > li.dropDown > span {
  display: block;
}
.slideMenuArea .menuBox .nav > li.dropDown.icon > span > a::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}
.slideMenuArea .menuBox .nav > li.dropDown.icon > span > a.current::before {
  border-color: #38ace3;
}
.slideMenuArea .menuBox .nav > li.dropDown.open.icon > span > a::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.slideMenuArea .menuBox .nav > li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  padding: 20px 30px 20px 0;
  position: relative;
}
.slideMenuArea .menuBox .nav > li a::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #38ace3;
  opacity: 0;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
.slideMenuArea .menuBox .nav > li a.current {
  color: #38ace3;
}
.slideMenuArea .menuBox .nav > li a.current::after {
  width: 100%;
  opacity: 1;
}
.slideMenuArea .menuBox .nav > li a:hover {
  color: #38ace3;
}
.slideMenuArea .menuBox .nav > li a:hover::after {
  width: 100%;
  opacity: 1;
}
.slideMenuArea .menuBox .nav .submenu {
  width: 100%;
  display: none;
  padding: 20px 0 10px;
}
.slideMenuArea .menuBox .nav .submenu li {
  padding: 2px 0;
}
.slideMenuArea .menuBox .nav .submenu li a {
  border-bottom: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  font-weight: 500;
  padding: 8px 0;
}
.slideMenuArea .menuBox .nav .submenu li a::after {
  display: none;
}
.slideMenuArea .menuBox .nav .submenu li a.current {
  color: #38ace3;
}
@media (min-width: 1201px) {
  .slideMenuArea .menuBox .nav .submenu li a:hover {
    color: #38ace3;
  }
}
.slideMenuArea .menuBox .nav .submenu .submenuListBox.second {
  display: none;
}
.slideMenuArea .bottomBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  padding: 0 20px;
}
.slideMenuArea .bottomBox .inquiryBtn {
  width: 120px;
  height: 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.slideMenuArea .bottomBox .inquiryBtn::before {
  content: "";
  background: url("../images/footer_inquiry_text_white.png") center/114px 118px no-repeat;
  pointer-events: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: -9px;
  left: 4px;
}
.slideMenuArea .bottomBox .inquiryBtn a {
  width: 85px;
  height: 85px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #38ace3;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slideMenuArea .bottomBox .inquiryBtn img {
  width: 40px;
  height: 32px;
}
.slideMenuArea .bottomBox .linkBox {
  padding: 12px 0;
}
.slideMenuArea .bottomBox .linkBox .socialBox {
  width: 100%;
}
.slideMenuArea .bottomBox .linkBox .socialBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}
.slideMenuArea .bottomBox .linkBox .socialBox li {
  padding: 0 5px;
}
.slideMenuArea .bottomBox .linkBox .socialBox a {
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 8px;
  color: #141414;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 30px;
}
.slideMenuArea .bottomBox .linkBox .socialBox a svg {
  width: 17px;
  height: 17px;
  display: inline-block;
  fill: #000;
  vertical-align: baseline;
}
@media (min-width: 1201px) {
  .slideMenuArea .bottomBox .linkBox .socialBox a:hover {
    background-color: #38ace3;
    color: #fff;
  }
  .slideMenuArea .bottomBox .linkBox .socialBox a:hover svg {
    fill: #fff;
  }
}
.slideMenuArea .bottomBox .linkBox .privacyLink {
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  margin-left: auto;
  margin-top: 15px;
  text-align: right;
}
.slideMenuArea .bottomBox .linkBox .privacyLink span {
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 5px;
}
.slideMenuMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1098;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
}
.slideMenuMask.show {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 1201px) {
  .slideMenuMask.show {
    opacity: 0;
    pointer-events: none;
  }
}

/*手機menu*/
.m_menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
          box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
  /*手機menu內容*/
}
@media (min-width: 1201px) {
  .m_menu {
    display: none;
  }
}
.m_menu .mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}
.m_menu .m_logo {
  float: left;
  margin-left: 70px;
}
.m_menu .m_logo img {
  display: block;
  width: 150px;
  padding-top: 8px;
}
.m_menu .controlBox {
  position: relative;
  z-index: 99;
  height: 60px;
  background-color: #fff;
}
.m_menu .controlBox a.main {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
}
.m_menu .controlBox a.main span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: -0.5px;
  width: 26px;
  height: 1px;
  background-color: #111;
}
.m_menu .controlBox a.main span:before, .m_menu .controlBox a.main span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #111;
}
.m_menu .controlBox a.main span:before {
  top: -7px;
}
.m_menu .controlBox a.main span:after {
  bottom: -7px;
}
.m_menu .controlBox a.main.show span {
  background-color: transparent;
}
.m_menu .controlBox a.main.show span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.m_menu .controlBox a.main.show span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.m_menu .controlBox .btn_cart {
  display: inline-block;
  vertical-align: middle;
}
.m_menu .controlBox .right {
  float: right;
  line-height: 60px;
  margin-right: 10px;
}
.m_menu .controlBox .right a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 13px;
  color: #fff;
}
.m_menu .controlBox .right a em {
  display: none;
}
.m_menu .controlBox .right i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  background: #799A1B;
}
.m_menu .controlBox .right b {
  position: absolute;
  top: 6px;
  right: -5px;
  display: block;
  border-radius: 5px;
  line-height: normal;
  padding: 3px 5px;
  font-size: 13px;
  color: #fff;
  background-color: #C40000;
}
.m_menu .controlBox .language:hover .submenu {
  display: block;
}
.m_menu .hideBox {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
  display: none;
  width: 100%;
  padding: 60px 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#650e13+0,b2181b+100 */
  background: rgb(101, 14, 19);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(101, 14, 19)), to(rgb(178, 24, 27)));
  background: linear-gradient(to bottom, rgb(101, 14, 19) 0%, rgb(178, 24, 27) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#650e13", endColorstr="#b2181b", GradientType=0);
  /* IE6-9 */
}
.m_menu .hideBox .sp {
  display: none;
  padding: 10px;
  font-size: 13px;
  color: #fff;
  background-color: #c80303;
}
.m_menu .searchBox_m {
  padding: 20px 0;
  text-align: center;
}
.m_menu .searchBox_m input[type=text] {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 30px;
  border: 1px solid #ccc;
}
.m_menu .searchBox_m a {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  background-color: #9cc720;
}
.m_menu .m_trans {
  text-align: center;
  padding-top: 30px;
}
.m_menu .m_trans > a {
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #fff;
  color: #fff;
}
.m_menu .m_trans > a i {
  margin-left: 5px;
}
.m_menu .loginBox {
  padding: 30px 0;
  text-align: center;
}
.m_menu .loginBox a {
  display: inline-block;
  margin: 0 3px;
  font-size: 15px;
  color: #fff;
}
.m_menu .loginBox a i {
  margin-right: 3px;
}
.m_menu .loginBox .submenu {
  margin-top: 10px;
  color: #ccc;
}
.m_menu .loginBox .submenu span {
  margin: 0 5px;
}
.m_menu .mfun {
  padding: 30px 0;
  text-align: center;
}
.m_menu .mfun a {
  display: inline-block;
  margin: 0 1px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: #b21d26;
}
.m_menu .nav li {
  border-top: 1px solid #af6568;
}
.m_menu .nav a {
  position: relative;
  display: block;
  padding: 20px 10px;
  font-size: 15px;
  color: #fff;
  text-align: center;
}
.m_menu .nav a:hover {
  background-color: #d12127;
}
.m_menu .nav a i {
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  margin-top: -7px;
}
.m_menu .nav .dropDown > a::after {
  content: "\f107";
  position: absolute;
  right: 10px;
  top: 20px;
  font-family: FontAwesome;
}
.m_menu .nav .submenu {
  display: none;
}
.m_menu .nav .submenu a {
  padding: 10px 20px;
}
.m_menu .nav .submenu a:hover {
  background-color: #999;
}

/*banner*/
.bannerArea {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerItem .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerItem .Img {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerItem .Img img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.bannerArea .bannerLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*文字跑馬燈*/
.marqueeArea {
  padding: 15px 0;
  background-color: rgb(6, 21, 64);
}
.marqueeArea h2 {
  float: left;
  margin-right: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}
@media (max-width: 640px) {
  .marqueeArea h2 {
    display: none;
  }
}
.marqueeArea h2 em {
  margin-left: 5px;
}
.marqueeArea .marqueeBox {
  max-height: 30px;
  overflow: hidden;
}
.marqueeArea .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: 1201px) {
  .marqueeArea .marqueeBox .marqueeTxtItem .title a:hover {
    color: #38ace3;
  }
}

/*footer*/
footer {
  background-color: #141414;
  position: relative;
}
footer .wrap {
  max-width: 1525px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .topBox {
  padding: 90px 0 55px;
  position: relative;
}
@media (max-width: 1024px) {
  footer .topBox {
    padding: 40px 0;
  }
}
@media (max-width: 1800px) {
  footer .topBox .wrap {
    padding-left: 65px;
  }
}
@media (max-width: 1680px) {
  footer .topBox .wrap {
    padding-left: 105px;
  }
}
@media (max-width: 1560px) {
  footer .topBox .wrap {
    padding-left: 135px;
  }
}
@media (max-width: 1200px) {
  footer .topBox .wrap {
    padding-left: 20px;
  }
}
footer .topBox .leftBox {
  width: 29.6%;
  max-width: 440px;
  position: relative;
}
@media (max-width: 1680px) {
  footer .topBox .leftBox {
    max-width: 350px;
  }
}
@media (max-width: 1024px) {
  footer .topBox .leftBox {
    width: 100%;
    max-width: 100%;
  }
}
footer .topBox .leftBox .footerLogo {
  width: 100%;
  max-width: 200px;
  margin-bottom: 35px;
  padding-left: 8px;
}
footer .topBox .leftBox .footerLogo a {
  display: block;
}
footer .topBox .leftBox .footerLogo img {
  -webkit-filter: contrast(0) brightness(2);
          filter: contrast(0) brightness(2);
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
}
footer .topBox .leftBox .infoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
footer .topBox .leftBox .infoList li {
  margin-bottom: 0;
  padding: 7px 10px;
}
footer .topBox .leftBox .infoList li a, footer .topBox .leftBox .infoList li span {
  color: #fff;
  line-height: 1;
  letter-spacing: 1px;
  position: relative;
}
@media (min-width: 1201px) {
  footer .topBox .leftBox .infoList li a:hover {
    color: #38ace3;
  }
}
@media (max-width: 1024px) {
  footer .topBox .leftBox .infoList li {
    width: 100%;
  }
}
footer .topBox .leftBox .funcBox {
  margin-top: 75px;
}
footer .topBox .leftBox .funcBox .socialBox {
  padding: 10px 0 10px 6px;
}
footer .topBox .leftBox .funcBox .socialBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -7.5px;
}
footer .topBox .leftBox .funcBox .socialBox li {
  padding: 0 7.5px;
}
footer .topBox .leftBox .funcBox .socialBox a {
  width: 39px;
  height: 39px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 8px;
  color: #141414;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 39px;
}
footer .topBox .leftBox .funcBox .socialBox a svg {
  width: 19px;
  height: 19px;
  display: inline-block;
  fill: #000;
  vertical-align: baseline;
}
@media (min-width: 1201px) {
  footer .topBox .leftBox .funcBox .socialBox a:hover {
    background-color: #38ace3;
    color: #fff;
  }
  footer .topBox .leftBox .funcBox .socialBox a:hover svg {
    fill: #fff;
  }
}
@media (max-width: 1024px) {
  footer .topBox .leftBox .funcBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
footer .topBox .rightBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 46px;
  position: relative;
}
footer .topBox .rightBox::before {
  content: "";
  width: 1px;
  height: 0;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.6s 0.2s ease;
  transition: all 0.6s 0.2s ease;
}
footer .topBox .rightBox.show::before {
  height: 100%;
  opacity: 1;
}
@media (max-width: 1440px) {
  footer .topBox .rightBox {
    padding-left: 25px;
  }
}
@media (max-width: 1024px) {
  footer .topBox .rightBox {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    border-left: none;
    padding-left: 0;
  }
  footer .topBox .rightBox::before {
    display: none;
  }
}
footer .topBox .rightBox .footerMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .topBox .rightBox .footerMenu > li {
  padding: 0 36.5px 30px;
}
footer .topBox .rightBox .footerMenu > li .mainLink {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.5px;
}
footer .topBox .rightBox .footerMenu > li .submenu {
  margin-top: 15px;
}
footer .topBox .rightBox .footerMenu > li .submenu li:not(:last-child) {
  margin-bottom: 12.5px;
}
footer .topBox .rightBox .footerMenu > li .submenu a {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 1.5px;
}
@media (min-width: 1025px) {
  footer .topBox .rightBox .footerMenu > li .submenu {
    display: block !important;
  }
}
@media (max-width: 1680px) {
  footer .topBox .rightBox .footerMenu > li {
    width: 25%;
    padding: 0 20px 30px;
  }
}
@media (max-width: 1024px) {
  footer .topBox .rightBox .footerMenu > li {
    width: 100%;
    padding: 0 0 5px 0;
    position: relative;
  }
  footer .topBox .rightBox .footerMenu > li.dropDown {
    cursor: pointer;
  }
  footer .topBox .rightBox .footerMenu > li.dropDown.icon > a::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    z-index: 1;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  footer .topBox .rightBox .footerMenu > li.dropDown.icon > a.current::before {
    border-color: #38ace3;
  }
  footer .topBox .rightBox .footerMenu > li.dropDown.open.icon > a::before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  footer .topBox .rightBox .footerMenu > li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
    padding: 15px 20px 15px 0;
    position: relative;
  }
  footer .topBox .rightBox .footerMenu > li a::after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #38ace3;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  footer .topBox .rightBox .footerMenu > li a.current {
    color: #38ace3;
  }
  footer .topBox .rightBox .footerMenu > li a.current::after {
    width: 100%;
    opacity: 1;
  }
}
@media (max-width: 1024px) and (min-width: 1201px) {
  footer .topBox .rightBox .footerMenu > li a:hover {
    color: #38ace3;
  }
  footer .topBox .rightBox .footerMenu > li a:hover::after {
    width: 100%;
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  footer .topBox .rightBox .footerMenu > li .submenu {
    display: none;
    margin-bottom: 10px;
  }
  footer .topBox .rightBox .footerMenu > li .submenu a {
    border-bottom: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    font-weight: 500;
    padding: 5px 0;
  }
  footer .topBox .rightBox .footerMenu > li .submenu a::after {
    display: none;
  }
}
footer .topBox .goTop {
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  padding-top: 100px;
  position: absolute;
  top: 90px;
  right: 32px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
footer .topBox .goTop span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 8px 4px;
  border-color: transparent transparent #38ace3 transparent;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
footer .topBox .goTop span::before, footer .topBox .goTop span::after {
  content: "";
  width: 1px;
  position: absolute;
  top: 20px;
  left: 50%;
}
footer .topBox .goTop span::before {
  height: 70px;
  background-color: #fff;
  z-index: 1;
}
footer .topBox .goTop span::after {
  height: 0;
  opacity: 0;
  background-color: #38ace3;
  z-index: 2;
}
@media (min-width: 1201px) {
  footer .topBox .goTop:hover {
    color: #38ace3;
    padding-top: 80px;
  }
  footer .topBox .goTop:hover span::before {
    height: 50px;
  }
  footer .topBox .goTop:hover span::after {
    height: 50px;
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  footer .topBox .goTop {
    padding-top: 38px;
    top: 40px;
    right: 20px;
  }
  footer .topBox .goTop span::before {
    height: 20px;
    top: 14px;
  }
}
footer .bottomBox {
  background-color: #272727;
  padding: 30px 0;
}
@media (max-width: 1024px) {
  footer .bottomBox {
    padding: 18px 0;
  }
}
footer .bottomBox .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .bottomBox .leftBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .bottomBox .leftBox .privacyLink {
  color: #fff;
}
footer .bottomBox .leftBox .privacyLink + .languageBox {
  margin-left: 16px;
  padding-left: 16px;
}
footer .bottomBox .leftBox .privacyLink + .languageBox::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
footer .bottomBox .leftBox .languageBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 5px 0;
}
footer .bottomBox .leftBox .languageBox .languageCurrent {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  margin-right: 15px;
}
footer .bottomBox .leftBox .languageBox .languageList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .bottomBox .leftBox .languageBox .languageList li:not(:first-child) {
  margin-left: 3px;
}
footer .bottomBox .leftBox .languageBox .languageList li a {
  border-radius: 30px;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid transparent;
  display: block;
  font-size: 14px;
  font-family: "Arial", sans-serif;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 5px 11px;
  text-align: center;
}
footer .bottomBox .leftBox .languageBox .languageList li a:hover, footer .bottomBox .leftBox .languageBox .languageList li a.current {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
footer .bottomBox .copyrightBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
  position: relative;
}
footer .bottomBox .copyrightBox .copyright {
  font-size: 14px;
  padding: 5px;
}
footer .bottomBox .copyrightBox .ibestLink {
  padding: 5px;
}
footer .bottomBox .copyrightBox .ibestLink a {
  color: #fff;
  font-size: 14px;
}
@media (min-width: 1201px) {
  footer .bottomBox .copyrightBox .ibestLink a:hover {
    color: #38ace3;
  }
}
@media (max-width: 1024px) {
  footer .bottomBox .copyrightBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 10px;
  }
}
footer .inquiryBtn {
  width: 120px;
  height: 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  position: fixed;
  bottom: 5%;
  right: 25px;
  z-index: 48;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
footer .inquiryBtn::before {
  content: "";
  background: url("../images/footer_inquiry_text.png") center/114px 118px no-repeat;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: -9px;
  left: 4px;
}
footer .inquiryBtn a {
  width: 85px;
  height: 85px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #38ace3;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .inquiryBtn img {
  width: 40px;
  height: 32px;
}
footer .inquiryBtn.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
footer .inquiryBtn.white::before {
  -webkit-filter: contrast(0) brightness(2);
          filter: contrast(0) brightness(2);
}
@media (min-width: 1201px) {
  footer .inquiryBtn:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  footer .inquiryBtn:hover a {
    background-color: #1d93cb;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@media (max-width: 1200px) {
  footer .inquiryBtn {
    display: none;
  }
}

.privacyArea {
  width: 100%;
  max-width: 760px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 50;
}
.privacyArea.check {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.privacyArea .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.privacyArea .text {
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
}
.privacyArea .text a {
  color: #38ace3;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
.privacyArea .text a:hover {
  color: #38ace3;
}
.privacyArea .btnBox {
  width: 100%;
  max-width: 630px;
  -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%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .privacyArea .btnBox .btn {
    width: 100%;
    margin: 6px;
  }
}

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

/*手機快捷選單*/
.fixedQuickLink {
  width: 100%;
  background-color: #22a3e0;
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.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.3);
}
.fixedQuickLink a, .fixedQuickLink button {
  width: 100%;
  height: 60px;
  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;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 1px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.fixedQuickLink i {
  margin-bottom: 5px;
}
@media (min-width: 1201px) {
  .fixedQuickLink {
    display: none;
  }
}
@media (max-width: 480px) {
  .fixedQuickLink li.lessPadding a, .fixedQuickLink li.lessPadding button {
    padding: 0 20%;
  }
}
@media (max-width: 390px) {
  .fixedQuickLink a, .fixedQuickLink button {
    font-size: 13px;
  }
}
@media (max-width: 360px) {
  .fixedQuickLink li.lessPadding a, .fixedQuickLink li.lessPadding button {
    padding: 0 15%;
  }
}

/*後台預覽模式*/
.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: #38ace3;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.2rem;
}
@media (min-width: 1201px) {
  .bookingArea .btn button:hover {
    background-color: #000;
  }
}
@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 {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .mainArea {
    padding-top: 30px;
  }
}
.mainArea.catalog {
  background: #f5f5f5;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .mainArea.catalog {
    padding-top: 0px;
  }
}
.mainArea.catalog .wrap {
  max-width: 100%;
  padding: 0;
}
.mainArea.catalog .wrap .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  .mainArea.catalog .wrap .contentBox {
    display: block;
  }
}
.mainArea.catalog .wrap .contentBox .leftBox.catalog {
  width: 100%;
  height: auto;
  padding: 60px 0 50px 100px;
}
@media (max-width: 1850px) {
  .mainArea.catalog .wrap .contentBox .leftBox.catalog {
    width: 350px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 1600px) {
  .mainArea.catalog .wrap .contentBox .leftBox.catalog {
    width: 200px;
    padding: 30px 0 50px 20px;
  }
}
@media (max-width: 1180px) {
  .mainArea.catalog .wrap .contentBox .leftBox.catalog {
    display: none;
  }
}
.mainArea.catalog .wrap .contentBox .leftBox.catalog > div {
  position: sticky;
  top: 140px;
}
@media (max-width: 1180px) {
  .mainArea.catalog .wrap .contentBox .leftBox.catalog > div {
    position: static;
  }
}
.mainArea.catalog .wrap .contentBox .leftBox.catalog .smallTitle {
  color: #4b4d4e;
  font-size: 22px;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
@media (max-width: 1600px) {
  .mainArea.catalog .wrap .contentBox .leftBox.catalog .smallTitle {
    font-size: 18px;
  }
}
@media (max-width: 1180px) {
  .mainArea.catalog .wrap .contentBox .leftBox.catalog .smallTitle {
    margin-bottom: 30px;
  }
}
.mainArea.catalog .wrap .contentBox .leftBox.catalog ul {
  width: 100%;
  height: auto;
}
@media (max-width: 1180px) {
  .mainArea.catalog .wrap .contentBox .leftBox.catalog ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mainArea.catalog .wrap .contentBox .leftBox.catalog ul li {
  width: 100%;
  height: auto;
  border-bottom: solid 1px transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
@media (max-width: 1180px) {
  .mainArea.catalog .wrap .contentBox .leftBox.catalog ul li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
}
.mainArea.catalog .wrap .contentBox .leftBox.catalog ul li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent #38ace3;
  top: 10px;
  right: 20px;
  opacity: 0;
}
@media (max-width: 1600px) {
  .mainArea.catalog .wrap .contentBox .leftBox.catalog ul li::before {
    top: 6px;
    right: 0;
    border-width: 4px 6px 4px 0;
  }
}
@media (max-width: 1180px) {
  .mainArea.catalog .wrap .contentBox .leftBox.catalog ul li::before {
    border-width: 0 4px 5px 4px;
    border-color: #38ace3 transparent;
    top: unset;
    right: unset;
    left: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: -3px;
  }
}
.mainArea.catalog .wrap .contentBox .leftBox.catalog ul li:hover, .mainArea.catalog .wrap .contentBox .leftBox.catalog ul li.current {
  border-color: #e1e1e1;
}
.mainArea.catalog .wrap .contentBox .leftBox.catalog ul li:hover::before, .mainArea.catalog .wrap .contentBox .leftBox.catalog ul li.current::before {
  opacity: 1;
}
.mainArea.catalog .wrap .contentBox .leftBox.catalog ul li em {
  color: #444444;
  font-size: 18px;
  margin: 0 10px -5px 0;
}
.mainArea.catalog .wrap .contentBox .leftBox.catalog ul li p {
  color: #444444;
  font-size: 18px;
}
@media (max-width: 1600px) {
  .mainArea.catalog .wrap .contentBox .leftBox.catalog ul li p {
    font-size: 14px;
  }
}
.mainArea.catalog .wrap .contentBox .leftBox_rwd.catalog {
  display: none;
  width: 100%;
  background: #f5f5f5;
  position: sticky;
  top: 60px;
  padding: 30px 50px 30px;
  z-index: 10;
}
@media (max-width: 1180px) {
  .mainArea.catalog .wrap .contentBox .leftBox_rwd.catalog {
    display: block;
  }
}
.mainArea.catalog .wrap .contentBox .leftBox_rwd.catalog .smallTitle {
  color: #4b4d4e;
  font-size: 22px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .mainArea.catalog .wrap .contentBox .leftBox_rwd.catalog .smallTitle {
    display: none;
  }
}
.mainArea.catalog .wrap .contentBox .leftBox_rwd.catalog ul {
  width: 100%;
  height: auto;
}
.mainArea.catalog .wrap .contentBox .leftBox_rwd.catalog ul li {
  width: 100%;
  height: auto;
  border-bottom: solid 1px transparent;
  position: relative;
  padding: 10px 0;
  cursor: pointer;
}
.mainArea.catalog .wrap .contentBox .leftBox_rwd.catalog ul li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 5px 4px;
  border-color: #38ace3 transparent;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: -3px;
  opacity: 0;
}
.mainArea.catalog .wrap .contentBox .leftBox_rwd.catalog ul li:hover, .mainArea.catalog .wrap .contentBox .leftBox_rwd.catalog ul li.current {
  border-color: #e1e1e1;
}
.mainArea.catalog .wrap .contentBox .leftBox_rwd.catalog ul li:hover::before, .mainArea.catalog .wrap .contentBox .leftBox_rwd.catalog ul li.current::before {
  opacity: 1;
}
.mainArea.catalog .wrap .contentBox .leftBox_rwd.catalog ul li > div {
  width: 100%;
  height: auto;
  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;
}
.mainArea.catalog .wrap .contentBox .leftBox_rwd.catalog ul li em {
  color: #444444;
  font-size: 18px;
  margin: 0 10px -5px 0;
}
.mainArea.catalog .wrap .contentBox .leftBox_rwd.catalog ul li p {
  color: #444444;
  font-size: 14px;
}
.mainArea.catalog .wrap .contentBox .leftBox_rwd.catalog ul .slick-prev,
.mainArea.catalog .wrap .contentBox .leftBox_rwd.catalog ul .slick-next {
  width: 40px;
  height: 40px;
  margin: 0;
}
.mainArea.catalog .wrap .contentBox .leftBox_rwd.catalog ul .slick-prev::before,
.mainArea.catalog .wrap .contentBox .leftBox_rwd.catalog ul .slick-next::before {
  content: "";
}
.mainArea.catalog .wrap .contentBox .leftBox_rwd.catalog ul .slick-prev::after,
.mainArea.catalog .wrap .contentBox .leftBox_rwd.catalog ul .slick-next::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: solid 1px #929292;
  border-width: 1px 1px 0 0;
  top: 50%;
}
.mainArea.catalog .wrap .contentBox .leftBox_rwd.catalog ul .slick-prev::after {
  left: 55%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.mainArea.catalog .wrap .contentBox .leftBox_rwd.catalog ul .slick-next::after {
  left: 45%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.mainArea.catalog .wrap .contentBox .rightBox.catalog {
  width: 1480px;
  height: auto;
  background: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: 120px;
}
@media (max-width: 1850px) {
  .mainArea.catalog .wrap .contentBox .rightBox.catalog {
    width: calc(100% - 350px);
  }
}
@media (max-width: 1600px) {
  .mainArea.catalog .wrap .contentBox .rightBox.catalog {
    width: calc(100% - 200px);
  }
}
@media (max-width: 1180px) {
  .mainArea.catalog .wrap .contentBox .rightBox.catalog {
    width: 100%;
    padding-top: 50px;
  }
}
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .catalogItem {
  margin-bottom: 50px;
}
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .catalogItem:last-child {
  margin: 0;
}
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .item {
  width: 100%;
  height: auto;
  padding: 0 150px 0 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1600px) {
  .mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .item {
    padding-right: 50px;
  }
}
@media (max-width: 1180px) {
  .mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
@media (max-width: 1000px) {
  .mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .item {
    -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;
    padding: 0 20px;
  }
}
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .albumList {
  width: 530px;
  height: 300px;
  border: solid 1px #e1e1e1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 40px;
}
@media (max-width: 1000px) {
  .mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .albumList {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 640px) {
  .mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .albumList {
    width: 100%;
    height: 300px;
  }
}
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .albumList .slick-next,
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .albumList .slick-prev {
  width: 50px;
  height: 50px;
  z-index: 1;
}
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .albumList .slick-next::before,
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .albumList .slick-prev::before {
  content: "";
}
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .albumList .slick-next::after,
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .albumList .slick-prev::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: solid 1px #929292;
  border-width: 1px 1px 0 0;
  top: 50%;
  left: 50%;
}
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .albumList .slick-prev {
  left: 0;
}
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .albumList .slick-prev::after {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .albumList .slick-next {
  right: 0;
}
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .albumList .slick-next::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .albumList .slick-slide img {
  max-width: 290px;
  margin: 0 auto;
}
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .Txt {
  max-width: 650px;
  width: 100%;
  height: auto;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
}
@media (max-width: 1780px) {
  .mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .Txt {
    width: 50%;
    padding: 0;
  }
}
@media (max-width: 1000px) {
  .mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .Txt {
    width: 100%;
  }
}
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .Txt .title {
  color: #272727;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .Txt .text {
  color: #444444;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  margin-bottom: 20px;
}
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .Txt .tagBox {
  width: 100%;
  height: auto;
  padding: 0;
}
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .Txt .tagBox .smallTitle {
  color: #3b3b3b;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .Txt .tagBox .smallTitle::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #3b3b3b;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .Txt .tagBox .tagList {
  width: 100%;
  height: auto;
}
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .Txt .tagBox .tagList li {
  width: 100%;
  height: auto;
}
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .Txt .tagBox .tagList li > div {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1400px) {
  .mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .Txt .tagBox .tagList li > div {
    display: block;
  }
}
@media (max-width: 1000px) {
  .mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .Txt .tagBox .tagList li > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .Txt .tagBox .tagList li > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .Txt .tagBox .tagList li > div .Img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
@media (max-width: 1400px) {
  .mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .Txt .tagBox .tagList li > div .Img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1000px) {
  .mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .Txt .tagBox .tagList li > div .Img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .Txt .tagBox .tagList li > div .Img {
    margin-right: 0;
  }
}
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .Txt .tagBox .tagList li > div h3 {
  color: #444444;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
}
@media (max-width: 1400px) {
  .mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .Txt .tagBox .tagList li > div h3 {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .Txt .tagBox .tagList li > div h3 {
    text-align: center;
    margin-bottom: 10px;
  }
}
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .Txt .tagBox .tagList li > div h4 {
  color: #444444;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1780px) {
  .mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .Txt .tagBox .tagList li > div h4 {
    max-width: 380px;
  }
}
@media (max-width: 1000px) {
  .mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .Txt .tagBox .tagList li > div h4 {
    max-width: 100%;
  }
}
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .Txt .tagBox .tagList .slick-slide {
  margin-bottom: 20px;
}
@media (max-width: 1780px) {
  .mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .Txt .tagBox .tagList .slick-slide {
    margin: 0;
  }
}
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .Txt .tagBox .tagList .slick-prev,
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .Txt .tagBox .tagList .slick-next {
  width: 30px;
  height: 30px;
  background: #38ace3;
  border-radius: 50%;
  top: -45px;
  -webkit-transform: translate(0);
          transform: translate(0);
  margin: 0;
}
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .Txt .tagBox .tagList .slick-prev::before,
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .Txt .tagBox .tagList .slick-next::before {
  content: "";
}
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .Txt .tagBox .tagList .slick-prev::after,
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .Txt .tagBox .tagList .slick-next::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #ffffff #ffffff transparent transparent;
  top: 50%;
}
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .Txt .tagBox .tagList .slick-prev {
  left: unset;
  right: 80px;
}
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .Txt .tagBox .tagList .slick-prev::after {
  left: 55%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .Txt .tagBox .tagList .slick-next {
  right: 0;
}
.mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .Txt .tagBox .tagList .slick-next::after {
  left: 45%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media (max-width: 1000px) {
  .mainArea.catalog .wrap .contentBox .rightBox.catalog .catalogBox .catalogList .Txt .btnBox {
    text-align: center;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .mainArea.solution {
    padding-top: 0px;
  }
}
.mainArea.solution .wrap {
  max-width: 100%;
  padding: 0;
}
.mainArea.solution .wrap .solutionArea {
  height: 1180px;
  position: relative;
  pointer-events: none;
  overflow: hidden;
}
@media (max-width: 1680px) {
  .mainArea.solution .wrap .solutionArea {
    height: 950px;
  }
}
@media (max-width: 1280px) {
  .mainArea.solution .wrap .solutionArea {
    height: auto;
    pointer-events: visible;
  }
}
.mainArea.solution .wrap .solutionArea .solutionList {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1280px) {
  .mainArea.solution .wrap .solutionArea .solutionList {
    display: none;
  }
}
.mainArea.solution .wrap .solutionArea .solutionList .solutionItem {
  max-width: 440px;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -220px;
  z-index: -1;
  opacity: 0;
}
@media (max-width: 1680px) {
  .mainArea.solution .wrap .solutionArea .solutionList .solutionItem {
    max-width: 300px;
    margin-left: -150px;
  }
}
.mainArea.solution .wrap .solutionArea .solutionList .solutionItem.transition {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.mainArea.solution .wrap .solutionArea .solutionList .solutionItem.solutionItem1, .mainArea.solution .wrap .solutionArea .solutionList .solutionItem.solutionItem2, .mainArea.solution .wrap .solutionArea .solutionList .solutionItem.solutionItem3, .mainArea.solution .wrap .solutionArea .solutionList .solutionItem.solutionItem4, .mainArea.solution .wrap .solutionArea .solutionList .solutionItem.solutionItem5 {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  pointer-events: auto;
  z-index: 1;
  opacity: 1;
}
.mainArea.solution .wrap .solutionArea .solutionList .solutionItem.solutionItem0 {
  -webkit-transform: translate(-255%, 20%) rotate(-45deg);
          transform: translate(-255%, 20%) rotate(-45deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.mainArea.solution .wrap .solutionArea .solutionList .solutionItem.solutionItem1 {
  -webkit-transform: translate(-170%, 10%) rotate(-30deg);
          transform: translate(-170%, 10%) rotate(-30deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.mainArea.solution .wrap .solutionArea .solutionList .solutionItem.solutionItem2 {
  -webkit-transform: translate(-85%, 0%) rotate(-15deg);
          transform: translate(-85%, 0%) rotate(-15deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.mainArea.solution .wrap .solutionArea .solutionList .solutionItem.solutionItem3 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.mainArea.solution .wrap .solutionArea .solutionList .solutionItem.solutionItem3 .imgBox .Img.icon {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
  opacity: 1;
}
.mainArea.solution .wrap .solutionArea .solutionList .solutionItem.solutionItem3 .Txt {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
  pointer-events: auto;
  opacity: 1;
}
.mainArea.solution .wrap .solutionArea .solutionList .solutionItem.solutionItem4 {
  -webkit-transform: translate(85%, 0%) rotate(15deg);
          transform: translate(85%, 0%) rotate(15deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.mainArea.solution .wrap .solutionArea .solutionList .solutionItem.solutionItem5 {
  -webkit-transform: translate(170%, 10%) rotate(30deg);
          transform: translate(170%, 10%) rotate(30deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.mainArea.solution .wrap .solutionArea .solutionList .solutionItem.solutionItem6 {
  -webkit-transform: translate(255%, 20%) rotate(45deg);
          transform: translate(255%, 20%) rotate(45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.mainArea.solution .wrap .solutionArea .solutionList .solutionItem.solutionItem0, .mainArea.solution .wrap .solutionArea .solutionList .solutionItem.solutionItem1, .mainArea.solution .wrap .solutionArea .solutionList .solutionItem.solutionItem2, .mainArea.solution .wrap .solutionArea .solutionList .solutionItem.solutionItem3, .mainArea.solution .wrap .solutionArea .solutionList .solutionItem.solutionItem4, .mainArea.solution .wrap .solutionArea .solutionList .solutionItem.solutionItem5, .mainArea.solution .wrap .solutionArea .solutionList .solutionItem.solutionItem6 {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.mainArea.solution .wrap .solutionArea .solutionList .solutionItem .imgBox {
  width: auto;
  height: auto;
  position: relative;
  padding-bottom: 75px;
}
@media (max-width: 1780px) {
  .mainArea.solution .wrap .solutionArea .solutionList .solutionItem .imgBox {
    padding-bottom: 50px;
  }
}
.mainArea.solution .wrap .solutionArea .solutionList .solutionItem .imgBox .Img {
  border-radius: 30px;
  overflow: hidden;
}
.mainArea.solution .wrap .solutionArea .solutionList .solutionItem .imgBox .Img.icon {
  width: 150px;
  height: 150px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
  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;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media (max-width: 1680px) {
  .mainArea.solution .wrap .solutionArea .solutionList .solutionItem .imgBox .Img.icon {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1680px) {
  .mainArea.solution .wrap .solutionArea .solutionList .solutionItem .imgBox .Img.icon img {
    display: block;
    width: 50%;
    margin: 0 auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.mainArea.solution .wrap .solutionArea .solutionList .solutionItem .imgBox .Img:not(.icon) img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mainArea.solution .wrap .solutionArea .solutionList .solutionItem .Txt {
  min-height: 385px;
  pointer-events: none;
  margin-top: 20px;
  opacity: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.mainArea.solution .wrap .solutionArea .solutionList .solutionItem .Txt .title {
  color: #272727;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}
.mainArea.solution .wrap .solutionArea .solutionList .solutionItem .Txt .titleEn {
  color: #444444;
  font-size: 20px;
  text-align: center;
  margin: 10px 0 30px;
}
.mainArea.solution .wrap .solutionArea .solutionList .solutionItem .Txt .textBox {
  color: #444444;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  margin: 0 -150px 50px;
}
@media (max-width: 1680px) {
  .mainArea.solution .wrap .solutionArea .solutionList .solutionItem .Txt .textBox {
    font-size: 16px;
  }
}
.mainArea.solution .wrap .solutionArea .solutionList .solutionItem .Txt .textBox h3 {
  font-weight: 400;
  margin-bottom: 20px;
}
.mainArea.solution .wrap .solutionArea .solutionList .solutionItem .Txt .textBox ul {
  width: 75%;
  height: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .mainArea.solution .wrap .solutionArea .solutionList .solutionItem .Txt .textBox ul {
    width: 100%;
    padding: 0 20px;
  }
}
.mainArea.solution .wrap .solutionArea .solutionList .solutionItem .Txt .textBox ul li {
  text-align: left;
  position: relative;
  list-style: none;
}
.mainArea.solution .wrap .solutionArea .solutionList .solutionItem .Txt .textBox ul li:nth-of-type(odd) {
  padding-right: 20px;
}
.mainArea.solution .wrap .solutionArea .solutionList .solutionItem .Txt .textBox ul li:nth-of-type(odd) h4 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mainArea.solution .wrap .solutionArea .solutionList .solutionItem .Txt .textBox ul li h4 {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainArea.solution .wrap .solutionArea .solutionList .solutionItem .Txt .textBox ul li h4 i {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent #38ace3;
  margin-right: 20px;
}
.mainArea.solution .wrap .solutionArea .solutionList .solutionItem .Txt .btnBox {
  text-align: center;
}
.mainArea.solution .wrap .solutionArea .solve_rwd {
  display: none;
  width: 90%;
  height: auto;
  margin: 50px auto 0;
}
@media (max-width: 1280px) {
  .mainArea.solution .wrap .solutionArea .solve_rwd {
    display: block;
  }
}
@media (max-width: 767px) {
  .mainArea.solution .wrap .solutionArea .solve_rwd {
    margin-top: 0;
  }
}
.mainArea.solution .wrap .solutionArea .solve_rwd .slick-slide {
  margin: 0 20px;
}
.mainArea.solution .wrap .solutionArea .solve_rwd .slick-prev,
.mainArea.solution .wrap .solutionArea .solve_rwd .slick-next {
  width: 50px;
  height: 50px;
  z-index: 1;
}
.mainArea.solution .wrap .solutionArea .solve_rwd .slick-prev::before,
.mainArea.solution .wrap .solutionArea .solve_rwd .slick-next::before {
  content: "";
}
.mainArea.solution .wrap .solutionArea .solve_rwd .slick-prev::after,
.mainArea.solution .wrap .solutionArea .solve_rwd .slick-next::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border: solid 2px #6a6a6a;
  border-width: 2px 2px 0 0;
  top: 50%;
  left: 50%;
}
@media (max-width: 768px) {
  .mainArea.solution .wrap .solutionArea .solve_rwd .slick-prev {
    left: 0;
  }
}
.mainArea.solution .wrap .solutionArea .solve_rwd .slick-prev::after {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
@media (max-width: 768px) {
  .mainArea.solution .wrap .solutionArea .solve_rwd .slick-next {
    right: 0;
  }
}
.mainArea.solution .wrap .solutionArea .solve_rwd .slick-next::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.mainArea.solution .wrap .solutionArea .solve_rwd .solveItem .imgBox {
  width: auto;
  height: auto;
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 480px) {
  .mainArea.solution .wrap .solutionArea .solve_rwd .solveItem .imgBox {
    padding: 0;
  }
}
.mainArea.solution .wrap .solutionArea .solve_rwd .solveItem .imgBox .Img {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.mainArea.solution .wrap .solutionArea .solve_rwd .solveItem .imgBox .Img.icon {
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
  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;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  z-index: 1;
}
.mainArea.solution .wrap .solutionArea .solve_rwd .solveItem .imgBox .Img.icon img {
  display: block;
  width: 50%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .mainArea.solution .wrap .solutionArea .solve_rwd .solveItem .imgBox .Img:not(.icon) {
    max-height: 500px;
  }
}
.mainArea.solution .wrap .solutionArea .solve_rwd .solveItem .imgBox .Img:not(.icon) img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
}
@media (max-width: 768px) {
  .mainArea.solution .wrap .solutionArea .solve_rwd .solveItem .imgBox .Img:not(.icon) img {
    height: 500px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.mainArea.solution .wrap .solutionArea .solve_rwd .solveItem .Txt {
  margin-top: 20px;
}
.mainArea.solution .wrap .solutionArea .solve_rwd .solveItem .Txt .title {
  color: #272727;
  font-size: 30px;
  font-weight: 400px;
  text-align: center;
}
.mainArea.solution .wrap .solutionArea .solve_rwd .solveItem .Txt .titleEn {
  color: #444444;
  font-size: 20px;
  text-align: center;
  margin: 10px 0 30px;
}
.mainArea.solution .wrap .solutionArea .solve_rwd .solveItem .Txt .textBox {
  color: #444444;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 50px;
}
.mainArea.solution .wrap .solutionArea .solve_rwd .solveItem .Txt .textBox h3 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}
.mainArea.solution .wrap .solutionArea .solve_rwd .solveItem .Txt .textBox ul {
  width: 100%;
  height: auto;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .mainArea.solution .wrap .solutionArea .solve_rwd .solveItem .Txt .textBox ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 650px) {
  .mainArea.solution .wrap .solutionArea .solve_rwd .solveItem .Txt .textBox ul {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.mainArea.solution .wrap .solutionArea .solve_rwd .solveItem .Txt .textBox ul li {
  position: relative;
  list-style: none;
  padding-left: 20px;
}
.mainArea.solution .wrap .solutionArea .solve_rwd .solveItem .Txt .textBox ul li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent #38ace3;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.mainArea.solution .wrap .solutionArea .solve_rwd .solveItem .Txt .btnBox {
  text-align: center;
}
.mainArea.solution .wrap .solutionArea .arrowBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: visible;
}
@media (max-width: 1280px) {
  .mainArea.solution .wrap .solutionArea .arrowBox {
    display: none;
  }
}
.mainArea.solution .wrap .solutionArea .arrowBox button {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 240px;
  z-index: 10;
}
.mainArea.solution .wrap .solutionArea .arrowBox button::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border: solid 2px #6a6a6a;
  border-width: 2px 2px 0 0;
  top: 50%;
  left: 50%;
}
.mainArea.solution .wrap .solutionArea .arrowBox button.arrowPrev {
  left: 20%;
}
.mainArea.solution .wrap .solutionArea .arrowBox button.arrowPrev::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.mainArea.solution .wrap .solutionArea .arrowBox button.arrowNext {
  right: 20%;
}
.mainArea.solution .wrap .solutionArea .arrowBox button.arrowNext::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.mainArea.about {
  overflow: hidden;
}
.mainArea .contentBox {
  clear: both;
}

.titleBox {
  position: relative;
}
.titleBox .subtitle {
  color: #38ace3;
  font-size: 55px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1.5px;
}
.titleBox .subtitle.small {
  font-size: 40px;
  letter-spacing: 2px;
}
.titleBox .title {
  color: #424242;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 1.5px;
  margin-top: 3px;
}
.titleBox .title.white {
  color: #fff;
}
.titleBox .text {
  color: #444;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.75px;
}
.titleBox.center {
  text-align: center;
}
.titleBox.mb {
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .titleBox .subtitle {
    font-size: 46px;
  }
  .titleBox .text {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .titleBox .subtitle {
    font-size: 40px;
    letter-spacing: 1px;
  }
  .titleBox .subtitle.small {
    font-size: 32px;
    letter-spacing: 1px;
  }
  .titleBox .title {
    font-size: 28px;
  }
}
@media (max-width: 360px) {
  .titleBox .subtitle {
    font-size: 38px;
  }
  .titleBox .title {
    font-size: 26px;
  }
}

/*bread*/
.bread {
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px 0;
}
.bread .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bread .wrap a, .bread .wrap span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.bread .wrap a {
  color: #a9a9a9;
}
.bread .wrap a:hover {
  color: #38ace3;
}
.bread .wrap span {
  color: #666;
}
.bread .wrap a + a,
.bread .wrap span + span,
.bread .wrap span + a,
.bread .wrap a + span {
  position: relative;
}
.bread.arrow .wrap a + a,
.bread.arrow .wrap span + span,
.bread.arrow .wrap span + a,
.bread.arrow .wrap a + span {
  padding-left: 25px;
}
.bread.arrow .wrap a + a::before,
.bread.arrow .wrap span + span::before,
.bread.arrow .wrap span + a::before,
.bread.arrow .wrap a + span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  position: absolute;
  top: 50%;
  left: 7px;
  z-index: 1;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.bread.verticalLine .wrap a + a,
.bread.verticalLine .wrap span + span,
.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap a + span {
  padding-left: 20px;
}
.bread.verticalLine .wrap a + a::before,
.bread.verticalLine .wrap span + span::before,
.bread.verticalLine .wrap span + a::before,
.bread.verticalLine .wrap a + span::before {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #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-color: #a9a9a9;
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 1;
}
@media (max-width: 768px) {
  .bread {
    display: none;
  }
}

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

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

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

@-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 {
  border-bottom: 1px solid #8c8c8c;
  color: #555;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 35px 15px 0;
  position: relative;
}
.classBox .classCurrent::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #38ace3 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1025px) {
  .classBox .classCurrent {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
.classBox a, .classBox span {
  cursor: pointer;
}
.classBoxRow {
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .classBoxRow .classLink {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
  }
  .classBoxRow .classLink li {
    padding: 0 10px;
  }
  .classBoxRow .classLink a, .classBoxRow .classLink span {
    color: #555;
    display: block;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.02rem;
    padding: 14px 52px;
    position: relative;
    text-align: center;
  }
  .classBoxRow .classLink a::before, .classBoxRow .classLink span::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #555;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .classBoxRow .classLink a.current, .classBoxRow .classLink a:hover, .classBoxRow .classLink span.current, .classBoxRow .classLink span:hover {
    background-color: #38ace3;
    color: #fff;
  }
  .classBoxRow .classLink a.current::before, .classBoxRow .classLink a:hover::before, .classBoxRow .classLink span.current::before, .classBoxRow .classLink span:hover::before {
    background-color: #38ace3;
  }
}
.classBoxColumn {
  margin-bottom: 30px;
}
.classBoxColumn .classLink .linkHasItems::before, .classBoxColumn .classLink .linkHasItems::after {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #2f2f2f;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
}
.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: #38ace3;
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
  background-color: #2f2f2f;
}
.classBoxColumn .classLink .linkHasItems.open::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open + ul {
  display: block;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li {
  -webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
          animation: aniSlideLeft 0.5s 0.3s ease-out both;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a, .classBoxColumn .classLink .linkHasItems.open + ul > li span {
  background-color: #f1f1f1;
  color: #2f2f2f;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover, .classBoxColumn .classLink .linkHasItems.open + ul > li span.current, .classBoxColumn .classLink .linkHasItems.open + ul > li span:hover {
  background-color: #e8e8e8;
  color: #38ace3;
}
.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, .classBoxColumn .classLink .linkHasItems.open + ul > li span.current::before, .classBoxColumn .classLink .linkHasItems.open + ul > li span.current::after, .classBoxColumn .classLink .linkHasItems.open + ul > li span:hover::before, .classBoxColumn .classLink .linkHasItems.open + ul > li span:hover::after {
  background-color: #38ace3;
}
@media (min-width: 1025px) {
  .classBoxColumn .classLink > li:not(:first-child) {
    border-top: 1px solid #ccc;
  }
  .classBoxColumn .classLink ul {
    display: none;
  }
  .classBoxColumn .classLink ul li:not(:first-child) {
    border-top: 1px solid #ccc;
  }
  .classBoxColumn .classLink a, .classBoxColumn .classLink span {
    color: #2f2f2f;
    display: block;
    line-height: 1.2;
    letter-spacing: 0.2rem;
    padding: 18px 15px;
    position: relative;
  }
  .classBoxColumn .classLink a.current, .classBoxColumn .classLink a:hover, .classBoxColumn .classLink span.current, .classBoxColumn .classLink span:hover {
    background-color: #38ace3;
    color: #fff;
  }
  .classBoxColumn .classLink a.current::before, .classBoxColumn .classLink a.current::after, .classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after, .classBoxColumn .classLink span.current::before, .classBoxColumn .classLink span.current::after, .classBoxColumn .classLink span:hover::before, .classBoxColumn .classLink span:hover::after {
    background-color: #fff;
  }
}
@media (max-width: 1024px) {
  .classBoxRow .classLink, .classBoxColumn .classLink {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
  }
  .classBoxRow .classLink.open, .classBoxColumn .classLink.open {
    display: block;
  }
  .classBoxRow .classLink > li:not(:first-child), .classBoxColumn .classLink > li:not(:first-child) {
    border-top: 1px solid #ccc;
  }
  .classBoxRow .classLink > li > a.current, .classBoxRow .classLink > li span.current, .classBoxColumn .classLink > li > a.current, .classBoxColumn .classLink > li span.current {
    color: #38ace3;
  }
  .classBoxRow .classLink > li ul, .classBoxColumn .classLink > li ul {
    display: none;
  }
  .classBoxRow .classLink a, .classBoxRow .classLink span, .classBoxColumn .classLink a, .classBoxColumn .classLink span {
    color: #2f2f2f;
    background-color: #fff;
    display: block;
    padding: 14px 15px;
    position: relative;
  }
}

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

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

/*頁籤*/
.tab {
  border-top: 1px solid #d6d6d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.tab li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tab a {
  color: #333;
  display: block;
  line-height: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 10px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.tab a.current {
  background-color: #38ace3;
  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: 768px) {
  .albumBox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.albumBox .albumList .albumItem {
  cursor: pointer;
}
.albumBox .albumList .albumItem img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
}
.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;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
}

/*側邊_線上訂房*/
.side_booking {
  margin-bottom: 30px;
}
.side_booking a {
  display: block;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px #8d2121;
          box-shadow: 0 1px 1px #8d2121;
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  background-color: #f05b8f;
}
.side_booking a i {
  display: inline-block;
  font-size: 28px;
  padding: 10px 15px;
  margin-right: 15px;
  border-right: 1px solid #d33434;
  -webkit-box-shadow: 1px 0 #f38a8a;
          box-shadow: 1px 0 #f38a8a;
}
.side_booking a:hover {
  -webkit-box-shadow: inset 0 3px 3px #8d2121;
          box-shadow: inset 0 3px 3px #8d2121;
}

/*側邊_聯絡資訊*/
.side_contactInfo li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.side_contactInfo li:not(:last-child) {
  margin-bottom: 20px;
}
.side_contactInfo .title {
  margin-right: 12px;
}
.side_contactInfo span, .side_contactInfo a {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #272727;
}
.side_contactInfo img {
  display: inline-block;
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: auto;
  margin-right: 8px;
  text-align: center;
}

/*側邊_房型*/
.side_room {
  margin-bottom: 50px;
}
.side_room .Img img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
}
.side_room .Txt {
  margin-top: 5px;
}
.side_room .Txt .title a {
  font-size: 16px;
  font-weight: 400;
}
.side_room .Txt .text {
  max-height: 100px;
  font-size: 13px;
  color: #858383;
  line-height: 1.8;
  overflow: hidden;
}

/*側邊_其他相關訊息*/
.sideDataBox {
  margin: 30px 0;
}
.sideDataBox .sideDataList {
  width: 100%;
  margin-top: 20px;
}
.sideDataBox .sideDataList .sideDataItem {
  padding: 15px 0;
}
.sideDataBox .sideDataList .sideDataItem:not(:first-child) {
  border-top: 1px solid #ccc;
}
.sideDataBox .sideDataList .Txt {
  overflow: hidden;
}
.sideDataBox .sideDataList .Txt .title {
  color: #272727;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
.sideDataBox .sideDataList .Txt .title a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sideDataBox .sideDataList .Txt .text {
  max-height: 60px;
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin-top: 8px;
}

/*社群分享*/
.sideShare {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 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: 15px;
  font-weight: 500;
  color: #555;
}
.sideShare .shareList .shareItem a, .sideShare .shareList .shareItem button {
  color: #555;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 5px 6px;
  text-align: center;
}
.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;
}

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

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

.slickHandlerList .slick-dots {
  width: 100%;
  -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: 25px -8px 0;
  position: static;
}
.slickHandlerList .slick-dots li {
  max-width: 38px;
  height: 3px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 8px;
}
.slickHandlerList .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.slickHandlerList .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  border: none;
  background-color: #9f9f9f;
  opacity: 1;
  z-index: 1;
}
.slickHandlerList .slick-dots li button::after {
  content: "";
  width: 0;
  height: 100%;
  -webkit-animation: slickDotsNotActive 0.5s ease forwards;
          animation: slickDotsNotActive 0.5s ease forwards;
  background-color: #38ace3;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.slickHandlerList .slick-dots li.slick-active button::before {
  opacity: 1;
}
.slickHandlerList .slick-dots li.slick-active button::after {
  -webkit-animation: slickDotsActive 0.5s ease forwards;
          animation: slickDotsActive 0.5s ease forwards;
  left: 0;
}
@media (max-width: 640px) {
  .slickHandlerList .slick-dots {
    margin: 25px -3px 0;
  }
  .slickHandlerList .slick-dots li {
    max-width: 20px;
    margin: 0 3px;
  }
}
.slickHandlerList:not(.slick-slider) {
  overflow: hidden;
}
.slickHandlerList:not(.slick-slider).six .slickHandlerItem {
  width: 16.6666666667%;
}
@media (max-width: 1200px) {
  .slickHandlerList:not(.slick-slider).six .slickHandlerItem {
    width: 20%;
  }
}
@media (max-width: 960px) {
  .slickHandlerList:not(.slick-slider).six .slickHandlerItem {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .slickHandlerList:not(.slick-slider).six .slickHandlerItem {
    width: 50%;
  }
}
.slickHandlerList:not(.slick-slider).four .slickHandlerItem {
  width: 25%;
}
@media (max-width: 1200px) {
  .slickHandlerList:not(.slick-slider).four .slickHandlerItem {
    width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .slickHandlerList:not(.slick-slider).four .slickHandlerItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .slickHandlerList:not(.slick-slider).four .slickHandlerItem {
    width: 100%;
  }
}
.slickHandlerList:not(.slick-slider).three .slickHandlerItem {
  width: 33.3333333333%;
}
@media (max-width: 960px) {
  .slickHandlerList:not(.slick-slider).three .slickHandlerItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .slickHandlerList:not(.slick-slider).three .slickHandlerItem {
    width: 100%;
  }
}
.slickHandlerList:not(.slick-slider).two .slickHandlerItem {
  width: 50%;
}
.slickHandlerList:not(.slick-slider) .slickHandlerItem:not(:first-child) {
  display: none;
}
.slickHandlerList ~ .arrow {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-75%);
          transform: translateY(-75%);
}
.slickHandlerList ~ .arrow::before, .slickHandlerList ~ .arrow::after {
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slickHandlerList ~ .arrow::before {
  border-right: 1px solid #717171;
  border-bottom: 1px solid #717171;
}
.slickHandlerList ~ .arrow::after {
  border-right: 1px solid #1983b5;
  border-bottom: 1px solid #1983b5;
  opacity: 0;
}
.slickHandlerList ~ .arrow.prev {
  left: 0;
}
.slickHandlerList ~ .arrow.prev::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.slickHandlerList ~ .arrow.prev::after {
  -webkit-transform: translateX(10px) rotate(135deg);
          transform: translateX(10px) rotate(135deg);
}
.slickHandlerList ~ .arrow.next {
  right: 0;
}
.slickHandlerList ~ .arrow.next::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.slickHandlerList ~ .arrow.next::after {
  -webkit-transform: translateX(-10px) rotate(-45deg);
          transform: translateX(-10px) rotate(-45deg);
}
@media (min-width: 1201px) {
  .slickHandlerList ~ .arrow:hover::before {
    border-color: #38ace3;
  }
  .slickHandlerList ~ .arrow:hover::after {
    opacity: 1;
  }
  .slickHandlerList ~ .arrow:hover.prev::after {
    -webkit-transform: translateX(6px) rotate(135deg);
            transform: translateX(6px) rotate(135deg);
  }
  .slickHandlerList ~ .arrow:hover.next::after {
    -webkit-transform: translateX(-6px) rotate(-45deg);
            transform: translateX(-6px) rotate(-45deg);
  }
}
@media (max-width: 640px) {
  .slickHandlerList ~ .arrow {
    width: 30px;
    height: 30px;
  }
}

.Img.arrow {
  overflow: hidden;
  position: relative;
}
.Img.arrow::before {
  content: "";
  border-style: solid;
  border-width: 55px 100px 55px 0;
  border-color: transparent #38ace3 transparent transparent;
  display: block;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate(10px, -6px);
          transform: translate(10px, -6px);
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.Img.arrow::after {
  content: "MORE";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate(25px, -6px);
          transform: translate(25px, -6px);
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1201px) {
  .Img.arrow:hover::before {
    opacity: 1;
    -webkit-transform: translate(0, -6px);
            transform: translate(0, -6px);
  }
  .Img.arrow:hover::after {
    opacity: 1;
    -webkit-transform: translate(12px, -6px);
            transform: translate(12px, -6px);
  }
}
.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));
  position: relative;
}
.Img.observer:not(.loaded) img, .Img.observerSlick:not(.loaded) img {
  opacity: 0 !important;
}
.Img.observer img, .Img.observerSlick img {
  -webkit-transition: all 1.2s ease !important;
  transition: all 1.2s ease !important;
}

.innerTitle {
  display: none;
}