@charset "UTF-8";
/* CSS Document */
@import url(reset.css);
@import url(font-awesome.min.css);
@import url(rwdgrid.css);
@import url(textEditor.css);
@import url(contentbuilder.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;400;500;700&family=Playfair+Display:wght@700&family=Roboto:wght@300;400;500;700;900&display=swap");
.picList .picItem .circle::after, .contactArea .wrap .left .mark, .pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after, .pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after, .pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .privacyArea, footer .goTop::before, footer .goTop:after, footer .goTop, footer .line, .slideMenuArea .menuBox .nav > li.dropDown > span > a::before, .slideMenuArea .menuBox .nav > li.dropDown > span > a::after, .slideMenuTrigger .line::before, .slideMenuTrigger .line::after, .slideMenuTrigger .line, .slideMenuTrigger, header .buttons .btnBox, header .languageBox .languageList, .loadingArea, .moduleMask, .moduleBox.cart .cartList .del, .moduleBox.privacy .customList .topBox .trigger label span::before, .moduleBox.privacy .customList .topBox .trigger label span, .moduleBox.privacy .customList .topBox .subtitle, .moduleBox.privacy .customList .topBox::before, .moduleBox.privacy .btnBox .btn.textLink::before, .moduleBox .moduleClose, .slick-slider .slick-dots li button::after, .slickBox .arrow::before, .slickBox .arrow:after, .slickBox .arrow, .btnBox .btn.animation::after, a, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

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

@keyframes textSlideRightAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes textSlideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes textSlideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes textSlideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes textSlideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
body {
  background-color: #fff;
  color: #252525;
  font-size: 14px;
  font-family: "Noto Sans Tc", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
  overflow: hidden;
}
body.errorPage .mainArea {
  width: 100%;
  height: calc(100vh - 300px);
  min-height: 500px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.errorPage .mainArea .top {
  max-width: 380px;
  color: #339966;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body.errorPage .mainArea {
    height: 50vh;
    min-height: 350px;
  }
  body.errorPage .mainArea .top {
    font-size: 24px;
  }
}
body:not(.WebSiteHome) .mainArea {
  padding-top: 40px;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


@media (min-width: 1024px) {
  body:not(.WebSiteHome) .contactArea {
    display: none;
  }
}
body:not(.WebSiteHome) footer {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  z-index: 4;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

address {
  font-style: normal;
}

a {
  color: #222;
  cursor: pointer;
}
a:hover {
  color: #339966;
}

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;
}

select {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

div.titan {
  display: none;
}

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

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

.btnBox.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -6px;
}
.btnBox.flex .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 6px;
}
.btnBox.single.center {
  text-align: center;
}
.btnBox.single .btn {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 480px) {
  .btnBox.single .btn {
    max-width: 100%;
  }
}
.btnBox.full .btn {
  width: 100%;
}
.btnBox .btn {
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02rem;
  padding: 15px 10px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.btnBox .btn span {
  display: inline-block;
  margin-left: 5px;
}
.btnBox .btn_color_main {
  /*border: 1px solid #e7b101;*/
  background-color: #339966;
  color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_main:hover {
    /*border-color: #b48a01;
    background-color: #cd9d01;*/
  }
}
.btnBox .btn_color_white {
  border: 1px solid #339966;
  background-color: #fff;
  color: #339966;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_white:hover {
    border-color: #339966;
    background-color: #339966;
    color: #fff;
  }
}
.btnBox .btn_color_gray {
  border: 1px solid #3d3d3d;
  background-color: #4a4a4a;
  color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_gray:hover {
    border-color: #9e9e9e;
    background-color: #ababab;
  }
}
.btnBox .btn_color_black {
  border: 1px solid #060606;
  background-color: #131313;
  color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_black: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.animation::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #339966;
}
@media (min-width: 1201px) {
  .btnBox .btn.animation:hover {
    border-color: #339966;
  }
  .btnBox .btn.animation:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }
}
.btnBox .btn.btn1 {
  border: 1px solid;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  width: 228px;
  height: 50px;
  letter-spacing: -0.1px;
  padding: 16px 14px 15px 9px;
  text-transform: uppercase;
}
.btnBox .btn.btn1::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 1px;
  -webkit-transition: all 0.5s 0.3s;
  transition: all 0.5s 0.3s;
}
.btnBox .btn.btn1.black {
  border-color: rgba(0, 0, 0, 0.3);
}
.btnBox .btn.btn1.black::before {
  background-color: rgba(0, 0, 0, 0.3);
}
@media (min-width: 1201px) {
  .btnBox .btn.btn1.black:hover {
    border-color: #000;
  }
  .btnBox .btn.btn1.black:hover::before {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.btnBox .btn.btn1.white {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.btnBox .btn.btn1.white::before {
  background-color: rgba(255, 255, 255, 0.3);
}
.btnBox .btn.btn1.white.animation::after {
  background-color: #339966;
}
@media (min-width: 1201px) {
  .btnBox .btn.btn1.white.animation:hover {
    border-color: #339966;
  }
  .btnBox .btn.btn1.white.animation:hover::before {
    background-color: rgba(255, 255, 255, 0.8);
  }
}

table img {
  margin: 0 auto;
}

.slickBox .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 10px 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slickBox .arrow::before, .slickBox .arrow:after {
  content: "";
  display: block;
}
.slickBox .arrow:after {
  content: "";
  display: block;
  z-index: 2;
  width: 11px;
  height: 2px;
  position: relative;
  margin-left: 2px;
}
.slickBox .arrow::before {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 19.5px;
}
@media (max-width: 1440px) {
  .slickBox .arrow::before {
    top: 20px;
  }
}
.slickBox .arrowPrev::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  left: 19px;
}
.slickBox .arrowNext::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 18px;
}
.slickBox.white .arrow {
  border: 1px solid #fff;
}
.slickBox.white .arrow:after {
  background-color: #fff;
}
.slickBox.white .arrow::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.slickBox.white .arrow:hover {
  background-color: #339966;
  border-color: #339966;
}
.slickBox.white .arrow:hover:after {
  background-color: #000;
}
.slickBox.white .arrow:hover::before {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
.slickBox.black .arrow {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.slickBox.black .arrow:after {
  background-color: #000;
}
.slickBox.black .arrow::before {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
.slickBox.black .arrow:hover {
  background-color: #131313;
  border-color: #131313;
}
.slickBox.black .arrow:hover:after {
  background-color: #fff;
}
.slickBox.black .arrow:hover::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.slick-slider .slick-dots {
  bottom: -50px;
}
.slick-slider .slick-dots li {
  width: 40px;
  height: 40px;
}
@media (max-width: 1023px) {
  .slick-slider .slick-dots li {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 400px) {
  .slick-slider .slick-dots li {
    width: 17px;
    height: 17px;
  }
}
.slick-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
}
.slick-slider .slick-dots li button::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #010101;
  background-color: #010101;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slick-slider .slick-dots li button::after {
  content: "";
  width: 32.5px;
  height: 32.5px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.26);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .slick-slider .slick-dots li button::after {
    width: 23px;
    height: 23px;
  }
}
.slick-slider .slick-dots li.slick-active button::after, .slick-slider .slick-dots li:hover button::after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.outerWrap {
  padding-top: 99px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 400px) {
  .outerWrap {
    padding-top: 80px;
  }
}

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

.moduleMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1003;
  background-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;
}
.loadingArea .loadLogo img {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.loadingArea.show {
  opacity: 1;
  pointer-events: auto;
}
.loadingArea.show .loadLogo img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.loadingArea.hide {
  opacity: 0;
}

/*header*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  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);
  /*menu*/
}
header .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 100%;
  padding: 0 0 0 31px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1180px) {
  header .wrap {
    padding: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
header .logo {
  width: 287px;
  border-right: 1px solid rgba(0, 0, 0, 0.13);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1280px) {
  header .logo {
    width: 280px;
  }
}
@media (max-width: 1180px) {
  header .logo {
    border-right: none;
  }
}
@media (max-width: 400px) {
  header .logo {
    width: 250px;
  }
}
header .logo a {
  display: block;
  padding: 11px 10px 10px;
  width: 250px;
}
@media (max-width: 400px) {
  header .logo a {
    width: 240px;
    padding: 0;
  }
}
header .logo img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
header .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 287px);
}
@media (max-width: 1280px) {
  header .rightBox {
    width: calc(100% - 280px);
  }
}
@media (max-width: 1180px) {
  header .rightBox {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media (max-width: 400px) {
  header .rightBox {
    width: calc(100% - 250px);
  }
}
header .languageBox {
  position: relative;
  text-transform: uppercase;
  width: 100%;
  height: 99px;
}
@media (max-width: 400px) {
  header .languageBox {
    height: 80px;
  }
}
header .languageBox .languageCurrent {
  cursor: pointer;
  position: relative;
  color: #fff;
  font-size: 16px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .languageBox .languageList {
  width: 100%;
  background-color: #fff;
  width: calc(100% + 3px);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  top: 100%;
  left: 0;
  z-index: 1;
}
header .languageBox .languageList.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
header .languageBox .languageList li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
header .languageBox .languageList li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 10px 10px;
  text-align: center;
}
header .languageBox .languageList li a:hover, header .languageBox .languageList li a.current {
  background-color: #339966;
  color: #fff;
}
header .menuBox {
  /*width: calc(100% - 16.6vw);*/
  width: calc(100% - 7vw);
}
header .menuBox .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  header .menuBox .menu {
    display: none;
  }
}
header .menuBox .menu > li {
  display: inline-block;
  width: 20%;
}
header .menuBox .menu > li a {
  display: block;
  padding: 26px 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.8px;
  height: 99px;
  border-right: 1px solid rgba(0, 0, 0, 0.13);
}
header .menuBox .menu > li a span {
  display: block;
  color: #515151;
  font-size: 15px;
  letter-spacing: -0.55px;
  /*padding-top: 4px;*/
}
header .menuBox .menu > li a.current, header .menuBox .menu > li a:hover {
  color: #339966;
}
header .menuBox .menu .subMenuBox {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1;
  background-color: #fff;
  border-top: 1px solid #eee;
  height: 377px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: none;
}
header .menuBox .menu .subMenuBox .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
header .menuBox .menu .subMenuBox .left {
  border-bottom: 1px solid #eee;
  width: 60%;
  position: relative;
}
header .menuBox .menu .subMenuBox .left .submenu a, header .menuBox .menu .subMenuBox .left .submenu2 a {
  text-align: left;
  height: auto;
  padding: 10px 20px;
  border: none;
}
header .menuBox .menu .subMenuBox .left .submenu {
  width: 50%;
  padding: 20px;
  height: 377px;
  overflow-y: auto;
  overflow-x: hidden;
}
header .menuBox .menu .subMenuBox .left .submenu::-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 .subMenuBox .left .submenu::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
header .menuBox .menu .subMenuBox .left .submenu::-webkit-scrollbar-thumb {
  background: #339966;
}
header .menuBox .menu .subMenuBox .left .submenu a {
  font-size: 16px;
}
header .menuBox .menu .subMenuBox .left .submenu .submenu2 {
  width: 50%;
  height: 380px;
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  z-index: 1;
  background-color: #efefef;
  padding: 20px;
  height: 377px;
  overflow-y: auto;
  overflow-x: hidden;
}
header .menuBox .menu .subMenuBox .left .submenu .submenu2::-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 .subMenuBox .left .submenu .submenu2::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
header .menuBox .menu .subMenuBox .left .submenu .submenu2::-webkit-scrollbar-thumb {
  background: #339966;
}
header .menuBox .menu .subMenuBox .left .submenu .submenu2.show {
  opacity: 1;
  z-index: 2;
}
header .menuBox .menu .subMenuBox .left .submenu .submenu2 .submenu2Item {
  position: relative;
  z-index: 3;
}
header .menuBox .menu .subMenuBox .left .submenu .submenu2 .submenu2Item > a.current {
  position: relative;
}
header .menuBox .menu .subMenuBox .left .submenu .submenu2 .submenu2Item > a.current::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -10px;
  width: 10px;
  height: 1px;
  background-color: #339966;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
header .menuBox .menu .subMenuBox .left .submenu .submenu2.hide .submenu2Item {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .menuBox .menu .subMenuBox .left .submenu .submenu2.show .submenu2Item {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0.3s 0.3s ease-in-out;
  transition: all 0.3s 0.3s ease-in-out;
}
header .menuBox .menu .subMenuBox .left .submenu > .submenuItem > a.current {
  color: #339966;
  border-bottom: 1px solid #339966;
}
header .menuBox .menu .subMenuBox .left .submenu > .submenuItem > a.nowHover, header .menuBox .menu .subMenuBox .left .submenu > .submenuItem > a:hover {
  color: #339966;
}
header .menuBox .menu .subMenuBox .right {
  width: 40%;
}
header .menuBox .menu .subMenuBox .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .menuBox .menu .subMenuBox .right img.hide {
  opacity: 0;
}
header .buttons {
  /*width: 16.6vw;*/
  width: 7vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  header .buttons {
    /*width: 300px;*/
    width: 110px;
  }
}
@media (max-width: 1180px) and (max-width: 1180px) {
  header .buttons .hide {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    pointer-events: none;
  }
  header .buttons .hide:nth-of-type(1) {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header .buttons .hide:nth-of-type(2) {
    -webkit-transition: all 0.3s 0.2s ease-in-out;
    transition: all 0.3s 0.2s ease-in-out;
  }
}
@media (max-width: 1180px) and (max-width: 1180px) {
  header .buttons .show {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: auto;
  }
  header .buttons .show:nth-of-type(1) {
    -webkit-transition: all 0.5s 0.3s ease-in-out;
    transition: all 0.5s 0.3s ease-in-out;
  }
  header .buttons .show:nth-of-type(2) {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
@media (max-width: 400px) {
  header .buttons {
    /*width: 100%;*/
  }
}
header .buttons .btnBox {
  /*width: 33.33%;*/
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .buttons .btnBox > .btn {
  width: 100%;
  height: 99px;
  padding: 0;
}
@media (max-width: 400px) {
  header .buttons .btnBox > .btn {
    height: 80px;
  }
}
header .buttons .btnBox > .btn .slideMenuTrigger:hover {
  /*background-color: rgba(0, 0, 0, 0);*/
  background-color: #339966;
}
header .buttons .btnBox > .btn .slideMenuTrigger:hover .line {
  background-color: #fff;
}
header .buttons .btnBox > .btn .slideMenuTrigger:hover .line::before, header .buttons .btnBox > .btn .slideMenuTrigger:hover .line:after {
  background-color: #fff;
}
header .buttons .btnBox > .btn .slideMenuTrigger.close {
  margin-left: 0;
}
header .buttons .btnBox > .btn .slideMenuTrigger.close .line {
  background-color: transparent;
}
header .buttons .btnBox > .btn .slideMenuTrigger.close .line::before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
header .buttons .btnBox > .btn .slideMenuTrigger.close .line::after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
header .buttons .btnBox a.fa-search {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 99px;
  padding-left: 9px;
  line-height: 99px;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #131313;
}
@media (max-width: 400px) {
  header .buttons .btnBox a.fa-search {
    height: 80px;
    line-height: 80px;
  }
}

/*slideMenu*/
.slideMenuTrigger {
  width: 100%;
  max-width: 106px;
  height: 99px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #339966;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 400px) {
  .slideMenuTrigger {
    height: 80px;
  }
}
.slideMenuTrigger .line {
  width: 32px;
  height: 2px;
  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: 2px;
  background-color: #fff;
  position: absolute;
  z-index: 1;
}
.slideMenuTrigger .line::before {
  top: 0;
  left: 0;
  -webkit-transform: translate(5px, -11px);
          transform: translate(5px, -11px);
}
.slideMenuTrigger .line::after {
  bottom: 0;
  right: 0;
  -webkit-transform: translate(5px, 11px);
          transform: translate(5px, 11px);
}
@media (min-width: 1201px) {
  .slideMenuTrigger:hover {
    background-color: #fff;
  }
  .slideMenuTrigger:hover span {
    background-color: #339966;
  }
  .slideMenuTrigger:hover span::before, .slideMenuTrigger:hover span::after {
    background-color: #339966;
  }
}
.slideMenuArea {
  width: 320px;
  height: calc(100vh - 99px);
  background-color: #131313;
  opacity: 0;
  overflow-x: hidden;
  padding-bottom: calc(40px + env(safe-area-inset-bottom));
  pointer-events: none;
  position: fixed;
  top: 99px;
  right: 0;
  z-index: 99;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-overflow-scrolling: touch;
  padding: 55px 0 0 28px;
}
.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: #339966;
}
@media (max-width: 400px) {
  .slideMenuArea {
    top: 80px;
    height: calc(100vh - 80px);
    width: 100%;
  }
}
.slideMenuArea.hide {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s 1s ease-out;
  transition: all 0.6s 1s ease-out;
}
.slideMenuArea.hide .menuBox .nav li:nth-child(1) {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: all 0.3s 0.1s ease-in;
  transition: all 0.3s 0.1s ease-in;
}
.slideMenuArea.hide .menuBox .nav li:nth-child(2) {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: all 0.3s 0.2s ease-in;
  transition: all 0.3s 0.2s ease-in;
}
.slideMenuArea.hide .menuBox .nav li:nth-child(3) {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: all 0.3s 0.3s ease-in;
  transition: all 0.3s 0.3s ease-in;
}
.slideMenuArea.hide .menuBox .nav li:nth-child(4) {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: all 0.3s 0.4s ease-in;
  transition: all 0.3s 0.4s ease-in;
}
.slideMenuArea.hide .menuBox .nav li:nth-child(5) {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: all 0.3s 0.5s ease-in;
  transition: all 0.3s 0.5s ease-in;
}
.slideMenuArea.hide .menuBox .nav li:nth-child(6) {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: all 0.3s 0.6s ease-in;
  transition: all 0.3s 0.6s ease-in;
}
.slideMenuArea.hide .menuBox .nav li:nth-child(7) {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: all 0.3s 0.7s ease-in;
  transition: all 0.3s 0.7s ease-in;
}
.slideMenuArea.hide .copyrightBox {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.slideMenuArea.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}
.slideMenuArea.show .menuBox .nav li:nth-child(1) {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.5s 0.7s ease-in;
  transition: all 0.5s 0.7s ease-in;
}
.slideMenuArea.show .menuBox .nav li:nth-child(2) {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.5s 0.8s ease-in;
  transition: all 0.5s 0.8s ease-in;
}
.slideMenuArea.show .menuBox .nav li:nth-child(3) {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.5s 0.9s ease-in;
  transition: all 0.5s 0.9s ease-in;
}
.slideMenuArea.show .menuBox .nav li:nth-child(4) {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.5s 1s ease-in;
  transition: all 0.5s 1s ease-in;
}
.slideMenuArea.show .menuBox .nav li:nth-child(5) {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.5s 1.1s ease-in;
  transition: all 0.5s 1.1s ease-in;
}
.slideMenuArea.show .menuBox .nav li:nth-child(6) {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.5s 1.2s ease-in;
  transition: all 0.5s 1.2s ease-in;
}
.slideMenuArea.show .menuBox .nav li:nth-child(7) {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.5s 1.3s ease-in;
  transition: all 0.5s 1.3s ease-in;
}
.slideMenuArea.show .copyrightBox {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.3s 1.1s ease-in;
  transition: all 0.3s 1.1s ease-in;
}
.slideMenuArea .menuBox {
  width: 100%;
  padding: 15px 0 28vh;
}
@media (max-width: 600px) {
  .slideMenuArea .menuBox {
    padding: 15px 0 50px;
  }
}
.slideMenuArea .menuBox .nav > li {
  position: relative;
  margin-bottom: 28px;
}
.slideMenuArea .menuBox .nav > li.dropDown > span {
  cursor: pointer;
}
.slideMenuArea .menuBox .nav > li.dropDown > span > a::before, .slideMenuArea .menuBox .nav > li.dropDown > span > a::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #339966;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.slideMenuArea .menuBox .nav > li.dropDown > span > a::after {
  -webkit-transform: translate(-50%, 0) rotate(90deg);
          transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav > li.dropDown > span > a.current::before, .slideMenuArea .menuBox .nav > li.dropDown > span > a.current::after {
  background-color: #339966;
}
.slideMenuArea .menuBox .nav > li.dropDown.open > span > a::after {
  -webkit-transform: translate(-50%, 0) rotate(0);
          transform: translate(-50%, 0) rotate(0);
}
.slideMenuArea .menuBox .nav > li.dropDown.open .submenu {
  display: block;
}
.slideMenuArea .menuBox .nav > li a {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0px;
  padding: 10px 30px 10px 0;
  position: relative;
}
.slideMenuArea .menuBox .nav > li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.slideMenuArea .menuBox .nav > li a > .en {
  display: none;
}
.slideMenuArea .menuBox .nav > li a.current {
  color: #339966;
}
.slideMenuArea .menuBox .nav > li a.current::after {
  width: 100%;
}
@media (min-width: 1201px) {
  .slideMenuArea .menuBox .nav > li a:hover {
    color: #339966;
  }
  .slideMenuArea .menuBox .nav > li a:hover::after {
    width: 100%;
  }
}
.slideMenuArea .menuBox .nav .submenu {
  width: 100%;
  display: none;
  padding: 0 10px 10px;
}
.slideMenuArea .menuBox .nav .submenu li {
  padding: 5px 0;
}
.slideMenuArea .menuBox .nav .submenu li a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 0;
}
.slideMenuArea .menuBox .nav .submenu li a.current {
  color: #339966;
}
@media (min-width: 1201px) {
  .slideMenuArea .menuBox .nav .submenu li a:hover {
    color: #339966;
  }
}
.slideMenuArea .copyrightBox {
  color: #fff;
  font-size: 13px;
}
@media (max-width: 400px) {
  .slideMenuArea .copyrightBox {
    padding-bottom: 40px;
  }
}
.slideMenuArea .copyrightBox .copyright, .slideMenuArea .copyrightBox .copyright p {
  display: inline;
}
.slideMenuMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slideMenuMask.show {
  opacity: 1;
  pointer-events: auto;
}

/*手機menu*/
.m_menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
          box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
  /*手機menu內容*/
}
@media (min-width: 1181px) {
  .m_menu {
    display: none;
  }
}
.m_menu .mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  background-color: rgba(0, 0, 0, 0.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;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.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;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.m_menu .controlBox a.main span:before {
  top: -7px;
}
.m_menu .controlBox a.main span:after {
  bottom: -7px;
}
.m_menu .controlBox a.main.show span {
  background-color: transparent;
}
.m_menu .controlBox a.main.show span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.m_menu .controlBox a.main.show span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.m_menu .controlBox .btn_cart {
  display: inline-block;
  vertical-align: middle;
}
.m_menu .controlBox .right {
  float: right;
  line-height: 60px;
  margin-right: 10px;
}
.m_menu .controlBox .right a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 13px;
  color: #fff;
}
.m_menu .controlBox .right a em {
  display: none;
}
.m_menu .controlBox .right i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  background: #799A1B;
}
.m_menu .controlBox .right b {
  position: absolute;
  top: 6px;
  right: -5px;
  display: block;
  border-radius: 5px;
  line-height: normal;
  padding: 3px 5px;
  font-size: 13px;
  color: #fff;
  background-color: #C40000;
}
.m_menu .controlBox .language:hover .submenu {
  display: block;
}
.m_menu .hideBox {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
  display: none;
  width: 100%;
  padding: 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;
  position: relative;
  z-index: 1;
}
.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerItem .Txt {
  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%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bannerArea .bannerLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}



body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
  /*padding: 0 20px;*/
  z-index: 2;
  /*width: 100%;*/
  width: 100%;
  /*height: 100%;*/
  /*margin: auto;*/
  position: absolute;
  top: 30%;
  right: 0;
  bottom: 0;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;
  color: #fff;
  text-shadow: 2px 3px 5px #222;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .titleEn {
  font-size: 24px;
  color: #90e2b9;
  font-weight: 500;
  line-height: 1.2;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .titleTw {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 1180px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .titleEn {
  font-size: 19px;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .titleTw {
  font-size: 24px;
}
}



.numberBox {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  line-height: 1;
  font-family: "Roboto";
  position: relative;
}
.numberBox .nowNumber {
  position: relative;
  letter-spacing: 1px;
  margin-bottom: 30px;
  padding-right: 20px;
}
.numberBox .total {
  position: relative;
}
.numberBox .total::after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  position: absolute;
  z-index: 2;
}

/*文字跑馬燈*/
.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 ul {
  overflow: hidden;
}
.marqueeArea li {
  line-height: 20px;
}
.marqueeArea .date {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 13px;
  color: #dbdbdb;
}
@media (max-width: 640px) {
  .marqueeArea .date {
    display: none;
  }
}
.marqueeArea h3 {
  display: inline-block;
  vertical-align: top;
}
.marqueeArea h3 a {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*footer*/
footer {
  background-color: #fff;
  padding: 55px 0 0;
  position: relative;
}
@media (max-width: 1023px) {
  footer {
    padding: 10px 0 0;
  }
}
footer .line {
  position: fixed;
  bottom: 6.3%;
  right: 3%;
  width: 82px;
  height: 82px;
  z-index: 11;
  background-color: #00c300;
  border-radius: 50%;
}
@media (max-width: 767px) {
  footer .line {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
  }
}
footer .line:hover {
  opacity: 0.8;
}
footer .line a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
footer .line svg {
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  footer .line svg {
    width: 30px;
    height: 30px;
  }
}
footer .goTop {
  position: absolute;
  top: 41%;
  right: 98px;
  width: 58px;
  height: 58px;
  background-color: #339966;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1180px) {
  footer .goTop {
    display: none;
  }
}
footer .goTop:hover {
  background-color: #000;
}
footer .goTop:hover::before {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
footer .goTop:hover::after {
  background-color: #fff;
}
footer .goTop::before, footer .goTop:after {
  content: "";
  display: block;
  z-index: 1;
}
footer .goTop::before {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
footer .goTop::after {
  background-color: #fff;
  width: 2px;
  height: 10px;
  position: absolute;
  top: 24px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1405px;
  margin-bottom: 63px;
}
@media (max-width: 1023px) {
  footer .wrap {
    margin-bottom: 0;
  }
}
footer .left {
  width: 25%;
  padding: 24px 0 0 48px;
}
@media (max-width: 1180px) {
  footer .left {
    width: 100%;
    padding: 24px 0 40px 28px;
  }
}
@media (max-width: 1023px) {
  footer .left {
    /*display: none;*/
  }
}
footer .right {
  width: 75%;
  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;
}
@media (max-width: 1180px) {
  footer .right {
    width: 100%;
    padding-left: 0;
  }
}
footer .right .leftBox {
  width: 66.3%;
  padding: 0 28px 0 28px;
}
@media (max-width: 1023px) {
  footer .right .leftBox {
    display: none;
  }
}
footer .right .leftBox .side_contactInfo {
  padding: 29px 0 0 2px;
}
footer .right .leftBox .side_contactInfo .item {
  font-size: 14px;
  margin-bottom: 1px;
}
footer .right .leftBox .side_contactInfo .item .icon {
  margin-right: 4px;
  padding: 4px 2px 4px 4px;
}
footer .right .leftBox .side_contactInfo .item > div.tel, footer .right .leftBox .side_contactInfo .item > div.mail {
  width: 41.9%;
}
footer .right .leftBox .side_contactInfo .item > div.fax .icon {
  margin-right: -3px;
  padding: 4px 2px 4px 0px;
}
footer .right .leftBox .side_contactInfo .item > div.fax .icon svg {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
footer .right .leftBox .side_contactInfo .item > div.mail .icon {
  padding: 4px 2px 4px 1px;
}
footer .right .leftBox .side_contactInfo .item > div.mail .icon svg {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
footer .right .leftBox .side_contactInfo .item > div.address .icon {
  /*padding: 0px 2px 4px 0px;*/
}
footer .right .leftBox .side_contactInfo .item > div.address .icon svg {
  width: 15px;
  -webkit-transform: translate(3px, 4px);
          transform: translate(3px, 4px);
}
footer .right .rightBox {
  width: 33.7%;
  padding: 12px 0 0 73px;
}
@media (max-width: 1023px) {
  footer .right .rightBox {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
footer .footerLogo {
  width: 100%;
  max-width: 250px;
}
footer .footerLogo a {
  display: block;
}
footer .footerLogo img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
footer .socialBox {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
@media (max-width: 1023px) {
  footer .socialBox {
    width: auto;
  }
}
footer .socialBox .title {
  letter-spacing: 0.55px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto";
  margin-bottom: 20px;
}
footer .socialBox .socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .socialBox .socialList li:last-child a {
  margin: 0;
}
footer .socialBox a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 5px 5px 0;
}
footer .socialBox a:hover {
  opacity: 0.8;
}
footer .footerMenu {
  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: 0 -5px;
}
footer .footerMenu li a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 4px 5px 4px;
  margin-right: 0;
  letter-spacing: 0.5px;
}
footer .footerMenu li a span {
  display: none;
}
@media (max-width: 480px) {
  footer .footerMenu li {
    width: 25%;
  }
}
footer .mailSubscribeBox {
  padding: 10px 0;
}
footer .copyrightBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #131313;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 13px 0 13px 76px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
footer .copyrightBox .copyright {
  font-size: 13px;
  padding: 5px;
}


@media (max-width: 768px) {
  footer .copyrightBox {
  padding: 13px;
}
}


.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: #339966;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
.privacyArea .text a:hover {
  color: #339966;
}
.privacyArea .btnBox {
  width: 100%;
  max-width: 360px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
@media (max-width: 480px) {
  .privacyArea .btnBox {
    max-width: 100%;
  }
}


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

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

/*後台登入模式*/
.adminLoginArea {
  width: 100%;
  background-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;
}
@media (max-width: 960px) {
  .bookingArea .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.bookingArea .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.2em;
  background-color: #339966;
}
@media (max-width: 960px) {
  .bookingArea .btn a {
    padding: 12px;
  }
}
.bookingArea input,
.bookingArea select {
  height: 45px;
  padding: 5px 10px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  font-family: "微軟正黑體";
}
@media (max-width: 960px) {
  .bookingArea input,
  .bookingArea select {
    width: 100%;
  }
}

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

.titleBox {
  position: relative;
  margin-bottom: 61px;
  width: 275px;
  padding-top: 6px;
}
.titleBox .bgiTxt {
  position: absolute;
  z-index: 1;
  font-family: "Roboto";
  font-weight: bold;
  font-size: 85px;
  color: #e6e6e6;
  letter-spacing: 2.5px;
  pointer-events: none;
  width: 600px;
}
@media (max-width: 767px) {
  .titleBox .bgiTxt {
    font-size: 35px;
  }
}
.titleBox::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  border-left: 1px solid #131313;
  border-top: 1px solid #131313;
  top: 0;
  left: 0;
  z-index: 2;
}
.titleBox .titleTw {
  font-weight: 400;
  font-size: 50px;
  color: #131313;
  font-weight: 500;
  padding: 0 0 0 11px;
  line-height: 1;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .titleBox .titleTw {
    font-size: 35px;
  }
}
.titleBox .titleEn {
  padding: 0 0 4px 16px;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  color: #7d7d7d;
  line-height: 1;
  position: relative;
  z-index: 2;
  display: block;
}
@media (max-width: 767px) {
  .titleBox .titleEn {
    font-size: 16px;
  }
}

/*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: #339966;
}
.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 dashed #d6d6d6;
  color: #232323;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 12px 0;
}

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

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

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

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

.pageBox .pageList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #cecece;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pageBox .pageList a {
  border: 1px solid #c2c2c2;
  color: #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 #339966;
  background-color: #339966;
  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 #339966;
  background-color: #339966;
  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 #339966;
  font-size: 13px;
  color: #339966;
}
.tagBox a:hover {
  color: #fff;
  background-color: #339966;
}
.tagBox a.current {
  color: #fff;
  background-color: #339966;
}
.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: #339966;
  color: #fff;
}

/*頁籤內容*/
.tabContent {
  margin-top: -1px;
  padding: 20px 5px;
  border-top: 1px solid #d6d6d6;
}
.albumBox {
  width: 50%;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .albumBox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.albumBox .albumList .albumItem {
  cursor: pointer;
}
.albumBox .albumList .albumItem img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.albumBox .albumListMain .albumItem {
  height: 320px;
}
.albumBox .albumListMain .albumItem img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.albumBox .albumListNav {
  margin: 15px -5px 0;
}
.albumBox .albumListNav .albumItem {
  padding: 0 5px;
}

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

/*側邊_相簿*/
.side_album {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: -10px;
}
.side_album li {
  float: left;
  width: 33.33%;
  padding: 0 10px 10px 0;
}
.side_album a {
  display: block;
  -webkit-box-shadow: 2px 2px 5px #c3c3c3;
          box-shadow: 2px 2px 5px #c3c3c3;
}
.side_album a img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

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

/*側邊_聯絡資訊*/
.side_contactInfo .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 18px;
  margin: 0 -2px;
  letter-spacing: 0.4px;
}
@media (max-width: 480px) {
  .side_contactInfo .item {
    font-size: 16px;
  }
}
.side_contactInfo .item .icon {
  font-size: 18px;
  margin-right: 18px;
  width: 20px;
  display: inline-block;
}
.side_contactInfo .item .icon svg {
  width: 24px;
  height: 24px;
}
.side_contactInfo .item a {
  display: block;
  padding: 3px 2px;
}
.side_contactInfo .item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1180px) {
  .side_contactInfo .item > div {
    margin-bottom: 10px;
  }
}
.side_contactInfo .item > div.tel, .side_contactInfo .item > div.mail {
  width: 39.5%;
}
@media (max-width: 1180px) {
  .side_contactInfo .item > div.tel, .side_contactInfo .item > div.mail {
    width: 100%;
    margin-bottom: 10px;
  }
}
.side_contactInfo .item > div.tel .icon {
  padding: 7px 2px 6px 4px;
}
.side_contactInfo .item > div.fax .icon {
  width: 28px;
  margin-right: 10px;
  height: 28px;
}
.side_contactInfo .item > div.fax .icon svg {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.side_contactInfo .item > div.mail .icon svg {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}
.side_contactInfo .item > div.address .icon {
  margin-right: 15px;
}
@media (max-width: 480px) {
  .side_contactInfo .item > div.address .icon {
    margin-right: 19px;
  }
}
.side_contactInfo .item > div.address .icon svg {
  -webkit-transform: translate(3px, 6px);
          transform: translate(3px, 6px);
  width: 17px;
  height: 20px;
}

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

/*側邊_其他相關訊息*/
.side_news {
  margin: 30px 0;
}
.side_news .sideNewsList {
  margin-top: 20px;
}
.side_news .sideNewsItem {
  margin-bottom: 25px;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 20px;
}
.side_news .Img {
  margin-right: 12px;
  overflow: hidden;
}
.side_news .Img img {
  display: block;
  width: 100%;
}
.side_news .newsDate {
  color: #131313;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.side_news .newsDate .classTitle {
  padding: 5px;
  margin-right: 5px;
}
.side_news .Txt {
  overflow: hidden;
}
.side_news .Txt a {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
}
.side_news .Txt a:hover {
  text-decoration: underline;
}
.side_news .Txt b {
  display: block;
  margin-top: 5px;
  font-weight: 400;
  font-size: 12px;
  color: #999;
}

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

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

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

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

.contactArea {
  position: relative;
  z-index: 3;
}
.contactArea .wrap {
  max-width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.contactArea .wrap .left {
  width: 50%;
  position: relative;
}
@media (max-width: 1180px) {
  .contactArea .wrap .left {
    width: 100%;
  }
}
.contactArea .wrap .left img {
  width: 100%;
}
.contactArea .wrap .left img.ph {
  display: none;
}
@media (max-width: 480px) {
  .contactArea .wrap .left img.pc {
    display: none;
  }
  .contactArea .wrap .left img.ph {
    display: block;
  }
}
.contactArea .wrap .left .mark {
  position: absolute;
  z-index: 1;
  top: 44.5%;
  left: 48.3%;
  -webkit-transform: translate(-50%, -50%) rotate(-5deg);
          transform: translate(-50%, -50%) rotate(-5deg);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: markAni 3s ease-in-out infinite alternate;
          animation: markAni 3s ease-in-out infinite alternate;
}
@media (max-width: 1180px) {
  .contactArea .wrap .left .mark {
    top: 40%;
  }
}
@media (max-width: 600px) {
  .contactArea .wrap .left .mark {
    top: 35%;
  }
}
@media (max-width: 480px) {
  .contactArea .wrap .left .mark {
    top: 45%;
    width: 112px;
  }
}
@media (max-width: 380px) {
  .contactArea .wrap .left .mark {
    top: 40%;
    width: 112px;
  }
}
@-webkit-keyframes markAni {
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(5deg);
            transform: translate(-50%, -50%) rotate(5deg);
  }
}
@keyframes markAni {
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(5deg);
            transform: translate(-50%, -50%) rotate(5deg);
  }
}
.contactArea .wrap .left .mark:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.15));
}
.contactArea .wrap .right {
  width: 50%;
  background: url(../images/contact.jpg) no-repeat center center/cover;
  padding: 5.5% 0 0 3.8%;
}
@media (max-width: 1180px) {
  .contactArea .wrap .right {
    width: 100%;
  }
}
.contactArea .wrap .right .titleBox {
  margin-bottom: 39px;
}
.contactArea .wrap .right .titleBox::before {
  border-color: #fff;
}
.contactArea .wrap .right .titleBox:after {
  content: "";
  display: block;
  width: 128px;
  height: 1px;
  position: absolute;
  bottom: -26%;
  left: 8%;
  background: #fff;
  z-index: 3;
  opacity: 0.5;
}
.contactArea .wrap .right .titleBox .titleEn {
  padding: 12px 0 7px 19px;
  color: #fff;
  letter-spacing: 1.4px;
}
.contactArea .wrap .right .titleBox .titleTw {
  padding: 0 0 0 17px;
  letter-spacing: -0.4px;
  color: #fff;
  position: relative;
}
.contactArea .wrap .right .titleBox .bgiTxt {
  top: -20%;
  right: -169.6%;
  letter-spacing: 4.1px;
  color: rgba(239, 239, 239, 0.04);
}
@media (max-width: 767px) {
  .contactArea .wrap .right .titleBox .bgiTxt {
    display: none;
  }
}
.contactArea .wrap .right .infoBox {
  padding: 0px 0 0 21px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.4px;
}
@media (max-width: 480px) {
  .contactArea .wrap .right .infoBox {
    font-size: 16px;
  }
}
.contactArea .wrap .right .side_contactInfo {
  padding: 36px 0 0 20px;
  color: #fff;
}
@media (max-width: 1180px) {
  .contactArea .wrap .right .side_contactInfo {
    padding: 36px 20px 0 20px;
  }
}
.contactArea .wrap .right .side_contactInfo a {
  color: #fff;
}
.contactArea .wrap .right .side_contactInfo a:hover {
  color: #339966;
}
.contactArea .wrap .right .side_contactInfo svg {
  fill: #fff;
}
.contactArea .wrap .right .btnBox {
  padding: 45px 0 0 2px;
}
@media (max-width: 1180px) {
  .contactArea .wrap .right .btnBox {
    padding: 45px 0 50px 2px;
  }
}
.contactArea .wrap .right .btnBox .btn.btn1 {
  letter-spacing: 0px;
  padding: 17px 0 0 1px;
}

.picList {
  width: 1271px;
  background: url("../images/technologe_bg.png") center/100% no-repeat;
  margin: 0 auto;
  height: 978px;
  position: relative;
}
@media (max-width: 1300px) {
  .picList {
    margin-left: 20px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
@media (max-width: 1190px) {
  .picList {
    margin-left: 20px;
    -webkit-transform: scale(0.77);
            transform: scale(0.77);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
@media (max-width: 1023px) {
  .picList {
    display: none;
  }
}
.picList .picItem {
  position: absolute;
}
.picList .picItem .item {
  position: relative;
}
.picList .picItem .dot {
  width: 6px;
  height: 6px;
  background-color: #000000;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
}
.picList .picItem .line {
  pointer-events: none;
}
.picList .picItem .line::before, .picList .picItem .line:after {
  content: "";
  background-color: #a7a7a7;
  display: block;
}
.picList .picItem .title {
  font-size: 16px;
  letter-spacing: 0.8px;
  text-align: center;
  line-height: 1.42;
  font-weight: 500;
}
.picList .picItem .circle {
  width: 33px;
  height: 33px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  position: relative;
  z-index: 5;
  cursor: pointer;
}
.picList .picItem .circle::before {
  content: "";
  display: block;
  width: 90%;
  height: 90%;
  position: absolute;
  border-radius: 50%;
  top: 5%;
  left: 5%;
  border: 1px solid #339966;
  opacity: 1;
  z-index: -1;
}
.picList .picItem .circle::after {
  content: "+";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@-webkit-keyframes cricleAni {
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes cricleAni {
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}
.picList .picItem .circle:hover::before, .picList .picItem .circle.current::before {
  -webkit-animation: cricleAni 1s ease-in-out infinite;
          animation: cricleAni 1s ease-in-out infinite;
}
.picList .picItem .circle:hover::after, .picList .picItem .circle.current::after {
  color: #fff;
  background-color: #339966;
}
.picList .picItem:nth-of-type(1) {
  top: 45.5%;
  left: 29.8%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.picList .picItem:nth-of-type(1) .line {
  position: absolute;
  top: 56px;
  left: 0;
}
.picList .picItem:nth-of-type(1) .line::before {
  width: 110px;
  height: 1px;
  position: absolute;
  top: -6px;
  left: 85px;
  -webkit-transform: translate(-50%, 0) rotate(28deg);
          transform: translate(-50%, 0) rotate(28deg);
}
.picList .picItem:nth-of-type(1) .line::after {
  content: "";
  width: 1px;
  height: 331px;
  margin: 20px 0 0 133px;
}
.picList .picItem:nth-of-type(1) .line .dot {
  position: absolute;
  bottom: -7px;
  left: 134px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.picList .picItem:nth-of-type(1) .Txt {
  width: 101px;
  position: absolute;
  top: 415px;
  left: 134px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.picList .picItem:nth-of-type(2) {
  top: 39.5%;
  left: 25.2%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.picList .picItem:nth-of-type(2) .line {
  position: absolute;
  top: 21px;
  left: 0;
}
.picList .picItem:nth-of-type(2) .line::after {
  width: 1px;
  height: 395px;
  margin: 20px 0 0 16px;
}
.picList .picItem:nth-of-type(2) .line .dot {
  position: absolute;
  bottom: -5px;
  left: 16px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.picList .picItem:nth-of-type(2) .Txt {
  width: 100px;
  position: absolute;
  top: 422px;
  left: 14px;
  z-index: 1;
}
.picList .picItem:nth-of-type(3) {
  top: 48.6%;
  left: 21.9%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.picList .picItem:nth-of-type(3) .line {
  position: absolute;
  top: 22px;
  left: 0;
}
.picList .picItem:nth-of-type(3) .line::after {
  width: 1px;
  height: 415px;
  margin: 20px 0 0 16px;
}
.picList .picItem:nth-of-type(3) .line .dot {
  position: absolute;
  bottom: -5px;
  left: 18px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.picList .picItem:nth-of-type(3) .Txt {
  width: 103px;
  position: absolute;
  top: 463px;
  left: 17px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.picList .picItem:nth-of-type(4) {
  top: 29.8%;
  left: 17.3%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.picList .picItem:nth-of-type(4) .line {
  position: absolute;
  top: -53px;
  left: 0;
}
.picList .picItem:nth-of-type(4) .line::before {
  width: 1px;
  height: 27px;
  position: absolute;
  top: 34px;
  left: 16px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.picList .picItem:nth-of-type(4) .line::after {
  width: 156px;
  height: 1px;
  position: absolute;
  top: 19px;
  right: -16px;
}
.picList .picItem:nth-of-type(4) .line .dot {
  position: absolute;
  bottom: -26px;
  left: -142px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.picList .picItem:nth-of-type(4) .Txt {
  width: 121px;
  position: absolute;
  bottom: 76px;
  left: -145px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.picList .picItem:nth-of-type(5) {
  top: 23.5%;
  left: 22.7%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.picList .picItem:nth-of-type(5) .line {
  position: absolute;
  top: -53px;
  left: 0;
}
.picList .picItem:nth-of-type(5) .line::before {
  width: 1px;
  height: 73px;
  position: absolute;
  top: 17px;
  left: -26px;
  -webkit-transform: translate(-50%, -50%) rotate(-46deg);
          transform: translate(-50%, -50%) rotate(-46deg);
}
.picList .picItem:nth-of-type(5) .line::after {
  width: 156px;
  height: 1px;
  position: absolute;
  top: -8px;
  right: 51px;
}
.picList .picItem:nth-of-type(5) .line .dot {
  position: absolute;
  bottom: 1px;
  left: -211px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.picList .picItem:nth-of-type(5) .Txt {
  width: 121px;
  position: absolute;
  bottom: 101px;
  left: -212px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.picList .picItem:nth-of-type(6) {
  top: 12.8%;
  left: 46.7%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.picList .picItem:nth-of-type(6) .line {
  position: absolute;
  top: 22px;
  left: 0;
}
.picList .picItem:nth-of-type(6) .line::after {
  width: 108px;
  height: 1px;
  position: absolute;
  top: -8px;
  left: 45px;
}
.picList .picItem:nth-of-type(6) .line .dot {
  position: absolute;
  bottom: 1px;
  left: 151px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.picList .picItem:nth-of-type(6) .Txt {
  width: 100px;
  position: absolute;
  top: 4px;
  left: 211px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.picList .picItem:nth-of-type(7) {
  top: 31.9%;
  left: 46.7%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.picList .picItem:nth-of-type(7) .line {
  position: absolute;
  top: 22px;
  left: 0;
}
.picList .picItem:nth-of-type(7) .line::after {
  width: 108px;
  height: 1px;
  position: absolute;
  top: -8px;
  left: 45px;
}
.picList .picItem:nth-of-type(7) .line .dot {
  position: absolute;
  bottom: 1px;
  left: 151px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.picList .picItem:nth-of-type(7) .Txt {
  width: 100px;
  position: absolute;
  top: 4px;
  left: 204px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.picList .picItem:nth-of-type(8) {
  top: 51.9%;
  left: 47.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.picList .picItem:nth-of-type(8) .line {
  position: absolute;
  top: 22px;
  left: 0;
}
.picList .picItem:nth-of-type(8) .line::after {
  width: 108px;
  height: 1px;
  position: absolute;
  top: -59px;
  left: 24px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.picList .picItem:nth-of-type(8) .line .dot {
  position: absolute;
  bottom: 89px;
  left: 115px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.picList .picItem:nth-of-type(8) .Txt {
  width: 120px;
  position: absolute;
  top: -86px;
  left: 182px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.picList .picItem:nth-of-type(9) {
  top: 58.9%;
  left: 59.6%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.picList .picItem:nth-of-type(9) .line {
  position: absolute;
  top: 21px;
  left: 0;
}
.picList .picItem:nth-of-type(9) .line::after {
  width: 1px;
  height: 154px;
  margin: 20px 0 0 16px;
}
.picList .picItem:nth-of-type(9) .line .dot {
  position: absolute;
  bottom: -5px;
  left: 16px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.picList .picItem:nth-of-type(9) .Txt {
  width: 207px;
  position: absolute;
  top: 198px;
  left: -84px;
  z-index: 1;
}
.picList .picItem:nth-of-type(10) {
  top: 54.2%;
  left: 67.9%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.picList .picItem:nth-of-type(10) .line {
  position: absolute;
  top: 21px;
  left: 0;
}
.picList .picItem:nth-of-type(10) .line::after {
  width: 1px;
  height: 105px;
  margin: 20px 0 0 14px;
}
.picList .picItem:nth-of-type(10) .line .dot {
  position: absolute;
  bottom: -5px;
  left: 14px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.picList .picItem:nth-of-type(10) .Txt {
  width: 207px;
  position: absolute;
  top: 151px;
  left: -88px;
  z-index: 1;
}
.picList .picItem:nth-of-type(11) {
  top: 44.3%;
  left: 81.2%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.picList .picItem:nth-of-type(11) .line {
  position: absolute;
  top: -141px;
  left: 1px;
}
.picList .picItem:nth-of-type(11) .line::after {
  width: 1px;
  height: 112px;
  margin: 20px 0 0 14px;
}
.picList .picItem:nth-of-type(11) .line .dot {
  position: absolute;
  bottom: 111px;
  left: 14px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.picList .picItem:nth-of-type(11) .Txt {
  width: 207px;
  position: absolute;
  bottom: 166px;
  left: -87px;
  z-index: 1;
}
.picList .picItem:nth-of-type(12) {
  top: 56.8%;
  left: 85.8%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.picList .picItem:nth-of-type(12) .line {
  position: absolute;
  top: 21px;
  left: 0;
}
.picList .picItem:nth-of-type(12) .line::after {
  width: 1px;
  height: 121px;
  margin: 20px 0 0 16px;
}
.picList .picItem:nth-of-type(12) .line .dot {
  position: absolute;
  bottom: -5px;
  left: 16px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.picList .picItem:nth-of-type(12) .Txt {
  width: 207px;
  position: absolute;
  top: 169px;
  left: -87px;
  z-index: 1;
}
.picList .picItem:nth-of-type(13) {
  top: 50%;
  left: 85.9%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.picList .picItem:nth-of-type(13) .line {
  position: absolute;
  top: -141px;
  left: 1px;
}
.picList .picItem:nth-of-type(13) .line::after {
  width: 1px;
  height: 145px;
  position: absolute;
  top: -6px;
  left: 41px;
  -webkit-transform: rotate(13deg);
          transform: rotate(13deg);
}
.picList .picItem:nth-of-type(13) .line .dot {
  position: absolute;
  bottom: -2px;
  left: 58px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.picList .picItem:nth-of-type(13) .Txt {
  width: 170px;
  position: absolute;
  bottom: 168px;
  left: 34px;
  z-index: 1;
}
.picList .picItem:nth-of-type(14) {
  top: 57.5%;
  left: 93.7%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.picList .picItem:nth-of-type(14) .line {
  position: absolute;
  top: 21px;
  left: 0;
}
.picList .picItem:nth-of-type(14) .line::after {
  width: 1px;
  height: 166px;
  margin: 20px 0 0 17px;
}
.picList .picItem:nth-of-type(14) .line .dot {
  position: absolute;
  bottom: -5px;
  left: 17px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.picList .picItem:nth-of-type(14) .Txt {
  width: 100px;
  position: absolute;
  top: 216px;
  left: -32px;
  z-index: 1;
}

@media (min-width: 1024px) {
  .rightList {
    position: absolute;
    top: 0;
    right: 0;
    width: 502px;
    height: 1085px;
    z-index: 2;
    -webkit-box-shadow: 10px 0 30px rgba(0, 0, 0, 0.2);
            box-shadow: 10px 0 30px rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }
  .rightList.hide {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.5s 0.8s;
    transition: 0.5s 0.8s;
  }
  .rightList.show {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: 1s;
    transition: 1s;
  }
}
.rightList .rightItem {
  padding: 20px;
  width: 100%;
}
@media (min-width: 1024px) {
  .rightList .rightItem {
    position: absolute;
    top: 0;
    left: 0;
    padding: 91px 63px;
  }
}
@media (min-width: 1024px) {
  .rightList .rightItem.show {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
  }
}
.rightList .rightItem.show .item .Txt .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s 0.8s;
  transition: all 0.5s 0.8s;
}
@media (max-width: 1023px) {
  .rightList .rightItem.show .item .Txt .title {
    -webkit-transition: all 0.5s 0.1s;
    transition: all 0.5s 0.1s;
  }
}
.rightList .rightItem.show .item .Txt .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s 0.9s;
  transition: all 0.5s 0.9s;
}
@media (max-width: 1023px) {
  .rightList .rightItem.show .item .Txt .subtitle {
    -webkit-transition: all 0.5s 0.2s;
    transition: all 0.5s 0.2s;
  }
}
.rightList .rightItem.show .item .Txt .Img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s 1.1s;
  transition: all 0.5s 1.1s;
}
@media (max-width: 1023px) {
  .rightList .rightItem.show .item .Txt .Img {
    -webkit-transition: all 0.5s 0.3s;
    transition: all 0.5s 0.3s;
  }
}
.rightList .rightItem.show .item .Txt .textEditor {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s 1s;
  transition: all 0.5s 1s;
}
@media (max-width: 1023px) {
  .rightList .rightItem.show .item .Txt .textEditor {
    -webkit-transition: all 0.5s 0.4s;
    transition: all 0.5s 0.4s;
  }
}
.rightList .rightItem.show .item .Txt .btnBox {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s 1.2s;
  transition: all 0.5s 1.2s;
}
@media (max-width: 1023px) {
  .rightList .rightItem.show .item .Txt .btnBox {
    -webkit-transition: all 0.5s 0.5s;
    transition: all 0.5s 0.5s;
  }
}
.rightList .rightItem.show .close {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0.9s 0.9s;
  transition: all 0.9s 0.9s;
}
.rightList .rightItem.hide {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.2s 0.9s;
  transition: all 0.2s 0.9s;
}
.rightList .rightItem.hide .item .Txt .title {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.rightList .rightItem.hide .item .Txt .subtitle {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}
.rightList .rightItem.hide .item .Txt .Img {
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.5s 0.2s;
  transition: all 0.5s 0.2s;
}
.rightList .rightItem.hide .item .Txt .textEditor {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s 0.3s;
  transition: all 0.5s 0.3s;
}
.rightList .rightItem.hide .item .Txt .btnBox {
  opacity: 0;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: all 0.5s 0.4s;
  transition: all 0.5s 0.4s;
}
.rightList .rightItem.hide .close {
  opacity: 0;
  pointer-events: none;
}
.rightList .rightItem .item .Txt .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.rightList .rightItem .item .Txt .subtitle {
  font-family: "Roboto";
  font-size: 18px;
  letter-spacing: 0.5px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 31px;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .rightList .rightItem .item .Txt .Img {
    min-height: 100px;
  }
}
.rightList .rightItem .item .Txt .textEditor {
  font-size: 16px;
  margin-top: 29px;
  padding: 0 0 0 1px;
  height: 230px;
  overflow: auto;
  line-height: 1.88;
}
.rightList .rightItem .item .Txt .textEditor::-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;
}
.rightList .rightItem .item .Txt .textEditor::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.rightList .rightItem .item .Txt .textEditor::-webkit-scrollbar-thumb {
  background: #339966;
}
@media (max-width: 1023px) {
  .rightList .rightItem .item .Txt .textEditor {
    height: auto;
  }
}
.rightList .rightItem .item .Txt .btnBox {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rightList .rightItem .item .Txt .btnBox a:hover {
  color: #fff;
}
.rightList .rightItem .close {
  width: 50px;
  height: 50px;
  background: #131313;
  position: absolute;
  border-radius: 50%;
  z-index: 3;
  top: 10%;
  left: -23px;
}
@media (max-width: 1023px) {
  .rightList .rightItem .close {
    display: none;
  }
}
.rightList .rightItem .close::before, .rightList .rightItem .close:after {
  content: "";
  width: 20px;
  height: 1px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
}
.rightList .rightItem .close::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
}