@charset "UTF-8";
@import url(public/css/reset.css);
@import url(public/css/font-awesome-4.7.0/font-awesome.min.css);
@import url(public/css/rwdgrid.css);
@import url(public/css/textEditor.css);
@import url(public/css/contentbuilder.css);
.slick-slider .slick-dots li button::after, .slick-slider .slick-dots li button::before, .slick-slider .slick-arrow::before, .slick-slider .slick-arrow, .pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after, .pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after, .pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .classBox a,
.classBox span, .privacyArea, footer .footerMenu li a::after, footer .left .socialList li, .m_menu .bottom .left .socialList li, .m_menu .controlBox .languageBox .languageList, .m_menu .controlBox .languageBox, .m_menu .controlBox .searchToggle, .searchArea .searchInputs .top .searchBtn, .searchArea, header .rightBox .languageBox .languageList, header .rightBox .languageBox, header .rightBox .searchToggle, header .menuBox .menu > li a::after, header .menuBox .menu > li a, header .logo, .moduleMask, .moduleBox.cart .cartList .del, .moduleBox.privacy .customList .topBox .trigger label span::before, .moduleBox.privacy .customList .topBox .trigger label span, .moduleBox.privacy .customList .topBox .subtitle, .moduleBox.privacy .customList .topBox::before, .moduleBox.privacy .btnBox .btn.textLink::before, .moduleBox .moduleClose, .btnBox .btn.animation::after, button, a, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before, .privacyArea .btnBox .btn, .moduleBox.privacy .btnBox .btn {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.searchArea .searchInputs .top .searchBox {
  caret-color: #ca1e2c;
  background-color: #fff;
  border-radius: 5px;
  letter-spacing: 1.2px;
  padding: 20px 30px;
  width: calc(100% - 160px);
}
.searchArea .searchInputs .top .placeholder.searchBox {
  color: #999;
}
.searchArea .searchInputs .top .searchBox:-moz-placeholder {
  color: #999;
}
.searchArea .searchInputs .top .searchBox::-moz-placeholder {
  color: #999;
}
.searchArea .searchInputs .top .searchBox:-ms-input-placeholder {
  color: #999;
}
.searchArea .searchInputs .top .searchBox::-webkit-input-placeholder {
  color: #999;
}
@media (max-width: 640px) {
  .searchArea .searchInputs .top .searchBox {
    padding: 15px 20px;
  }
}
@media (max-width: 320px) {
  .searchArea .searchInputs .top .searchBox {
    padding: 15px;
  }
}

.privacyArea .btnBox .btn, .moduleBox.privacy .btnBox .btn {
  background-color: #ca1e2c;
  border-radius: 5px;
  color: #fff;
  display: block;
  letter-spacing: 1.2px;
  padding: 15px 30px;
  position: relative;
  text-align: left;
  width: 240px;
}
.privacyArea .btnBox .btn::after, .moduleBox.privacy .btnBox .btn::after {
  content: url("../images/right-arrow.png");
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
}
.privacyArea .btnBox .btn:hover, .moduleBox.privacy .btnBox .btn:hover {
  background-color: #9e1722;
}
.privacyArea .btnBox .btn:hover::after, .moduleBox.privacy .btnBox .btn:hover::after {
  -webkit-animation: arrowMove 1s ease-in-out infinite;
          animation: arrowMove 1s ease-in-out infinite;
}
@media (max-width: 640px) {
  .privacyArea .btnBox .btn, .moduleBox.privacy .btnBox .btn {
    font-size: 14px;
    padding: 10px 20px;
    width: 240px;
  }
}

.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: #ca1e2c;
}
.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 btnAni {
  20% {
    background-color: rgba(202, 30, 44, 0.3);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    background-color: transparent;
  }
}

@keyframes btnAni {
  20% {
    background-color: rgba(202, 30, 44, 0.3);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    background-color: transparent;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bannerScale {
  100% {
    scale: 1.2;
  }
}
@keyframes bannerScale {
  100% {
    scale: 1.2;
  }
}
@-webkit-keyframes imgLoading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes imgLoading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes slideLeftAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideLeftAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate2 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.8) rotate(0deg);
            transform: translateX(-50%) translateY(-50%) scale(1.8) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.8) rotate(360deg);
            transform: translateX(-50%) translateY(-50%) scale(1.8) rotate(360deg);
  }
}
@keyframes rotate2 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.8) rotate(0deg);
            transform: translateX(-50%) translateY(-50%) scale(1.8) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.8) rotate(360deg);
            transform: translateX(-50%) translateY(-50%) scale(1.8) rotate(360deg);
  }
}
@-webkit-keyframes rotate3 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2) rotate(0deg);
            transform: translateX(-50%) translateY(-50%) scale(1.2) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2) rotate(-360deg);
            transform: translateX(-50%) translateY(-50%) scale(1.2) rotate(-360deg);
  }
}
@keyframes rotate3 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2) rotate(0deg);
            transform: translateX(-50%) translateY(-50%) scale(1.2) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2) rotate(-360deg);
            transform: translateX(-50%) translateY(-50%) scale(1.2) rotate(-360deg);
  }
}
@-webkit-keyframes rotate4 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(2.5) rotate(0deg);
            transform: translateX(-50%) translateY(-50%) scale(2.5) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(2.5) rotate(-360deg);
            transform: translateX(-50%) translateY(-50%) scale(2.5) rotate(-360deg);
  }
}
@keyframes rotate4 {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(2.5) rotate(0deg);
            transform: translateX(-50%) translateY(-50%) scale(2.5) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(2.5) rotate(-360deg);
            transform: translateX(-50%) translateY(-50%) scale(2.5) rotate(-360deg);
  }
}
@-webkit-keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes arrowMove {
  0% {
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
  50% {
    -webkit-transform: translateX(10px) translateY(-50%);
            transform: translateX(10px) translateY(-50%);
  }
}
@keyframes arrowMove {
  0% {
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
  50% {
    -webkit-transform: translateX(10px) translateY(-50%);
            transform: translateX(10px) translateY(-50%);
  }
}
@-webkit-keyframes loadLine {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes loadLine {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loadLinelr {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes loadLinelr {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes loadLinerl {
  0% {
    right: 0;
  }
  100% {
    right: 100%;
  }
}
@keyframes loadLinerl {
  0% {
    right: 0;
  }
  100% {
    right: 100%;
  }
}
body {
  background-color: #fff;
  font-size: 16px;
  font-family: "Lato", "Noto Sans Tc", Helvetica, Arial, "微軟正黑體", sans-serif;
  scroll-behavior: smooth;
}
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: #ca1e2c;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body.errorPage .mainArea {
    height: 50vh;
    min-height: 350px;
  }
  body.errorPage .mainArea .top {
    font-size: 24px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 100px;
}
@media (max-width: 1024px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
    padding-top: 50px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .titleBox {
  -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;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .titleEn {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 1440px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .titleEn {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .titleEn::after {
  background-color: #ca1e2c;
  bottom: 0;
  content: "";
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  width: 60px;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .titleTw {
  font-weight: 500;
}
@media (max-width: 1440px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .titleTw {
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Img {
    padding-bottom: 56.25%;
  }
}
body:not(.WebSiteHome) .drawText:not(:first-child) {
  margin-left: 10px;
}

address {
  font-style: normal;
}

a {
  color: #333333;
  cursor: pointer;
}
a:hover {
  color: #ca1e2c;
}

input[type=text],
input[type=password],
textarea,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  outline: none;
  padding: 0;
  margin: 0;
}

button {
  cursor: pointer;
}

select {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

input[type=file],
input[type=file]::-webkit-file-upload-button {
  /* chromes and blink button */
  cursor: pointer;
}

div.titan {
  display: none;
}

[data-maskItem] {
  overflow: hidden;
  position: relative;
}
[data-maskItem] .mask {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ca1e2c;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 10;
}
[data-maskItem].Txt .mask {
  background-color: #666666;
}

.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}
.fadeInUp.isPlay {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[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 #b41b27;
  background-color: #ca1e2c;
  color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_main:hover {
    border-color: #87141d;
    background-color: #9e1722;
  }
}
.btnBox .btn_color_white {
  border: 1px solid #ca1e2c;
  background-color: #fff;
  color: #ca1e2c;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_white:hover {
    border-color: #b41b27;
    background-color: #ca1e2c;
    color: #fff;
  }
}
.btnBox .btn_color_gray {
  border: 1px solid #bebebe;
  background-color: #cbcbcb;
  color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_gray:hover {
    border-color: #9e9e9e;
    background-color: #ababab;
  }
}
.btnBox .btn_color_darkgray {
  border: 1px solid #8d8d8d;
  background-color: #9a9a9a;
  color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_darkgray:hover {
    border-color: #6d6d6d;
    background-color: #7a7a7a;
  }
}
.btnBox .btn.animation::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #000;
}
@media (min-width: 1201px) {
  .btnBox .btn.animation:hover {
    border-color: #000;
  }
  .btnBox .btn.animation:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }
}

.outerWrap {
  position: relative;
}
@media (max-width: 1280px) {
  .outerWrap {
    padding-top: 80px;
  }
}
@media (max-width: 1024px) {
  .outerWrap {
    padding-top: 60px;
  }
}

.wrap {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1380px) {
  .wrap {
    max-width: 1180px;
  }
}
@media (max-width: 1180px) {
  .wrap {
    max-width: 90vw;
  }
}
@media (max-width: 280px) {
  .wrap {
    max-width: 95vw;
  }
}

/*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: #ca1e2c;
}
.moduleBox .moduleClose {
  width: 50px;
  height: 50px;
  background: none;
  background-color: #ca1e2c;
  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 {
  background-image: url("../images/lineBg.jpg");
  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;
}
@media (max-width: 640px) {
  .moduleBox.privacy .btnBox .btn {
    text-align: center;
    max-width: 50%;
  }
  .moduleBox.privacy .btnBox .btn::after {
    display: none;
  }
}
.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: #ca1e2c;
  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: #ca1e2c;
  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: #e75d68;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
  background-color: #de2332;
  -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: #ca1e2c;
  }
}
@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: #ca1e2c;
}
.moduleBox.cart .cartBox {
  border-top: 2px solid #ca1e2c;
  border-bottom: 2px solid #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.moduleBox.cart .cartList .cartItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.moduleBox.cart .cartList .cartItem:not(:first-child) {
  border-top: 1px solid #ccc;
  margin-top: 12px;
  padding-top: 12px;
}
.moduleBox.cart .cartList .Img {
  width: 100px;
  padding-right: 10px;
}
.moduleBox.cart .cartList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.moduleBox.cart .cartList .Txt {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
  position: relative;
}
.moduleBox.cart .cartList .title {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 5px;
}
.moduleBox.cart .cartList .title a {
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1201px) {
  .moduleBox.cart .cartList .title a:hover {
    color: #ca1e2c;
  }
}
.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: #ca1e2c;
    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[type=text] {
  width: 100%;
  display: block;
  border: 1px solid #e1e1e1;
  padding: 12px 55px 12px 15px;
}
.moduleBox.search .searchBox button {
  width: 50px;
  height: 50px;
  background-color: #ca1e2c;
  color: #fff;
  display: block;
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
@media (min-width: 1201px) {
  .moduleBox.search .searchBox button:hover {
    background-color: #000;
  }
}
.moduleBox.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;
  background-image: url("../images/bg.jpg");
  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;
  -webkit-transform-origin: left;
          transform-origin: left;
  z-index: 9999;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.loadingArea .blocks {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.loadingArea .blocks::before {
  content: "";
  width: 0;
  height: 50%;
  background-color: #ca1e2c;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.loadingArea .blocks::after {
  content: "";
  width: 0;
  height: 50%;
  background-color: #ca1e2c;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.loadingArea .loadLogo {
  width: 150px;
  height: auto;
  position: relative;
}
.loadingArea .loadLogo img {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.loadingArea.show {
  opacity: 1;
  pointer-events: auto;
}
.loadingArea.show .blocks::before {
  -webkit-animation: loadLine 2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards, loadLinelr 2s 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
          animation: loadLine 2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards, loadLinelr 2s 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.loadingArea.show .blocks::after {
  -webkit-animation: loadLine 2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards, loadLinerl 2s 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
          animation: loadLine 2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards, loadLinerl 2s 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.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: 52;
}
@media (max-width: 1180px) {
  header {
    display: none;
  }
}
header .headerWrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
header .logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ca1e2c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 80px;
  position: relative;
  width: 18vw;
}
header .logo:hover {
  background-color: #9e1722;
}
header .logo a {
  display: block;
}
header .logo a::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
header .logo img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1455px) {
  header .logo {
    padding: 0 50px;
  }
}
@media (max-width: 1180px) {
  header .logo {
    width: 120px;
  }
}
@media (max-width: 480px) {
  header .logo {
    width: 100px;
  }
}
header .menuBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  margin-left: 150px;
}
@media (max-width: 1775px) {
  header .menuBox {
    margin-left: 120px;
  }
}
@media (max-width: 1740px) {
  header .menuBox {
    margin-left: 60px;
  }
}
@media (max-width: 1440px) {
  header .menuBox {
    margin-left: 0;
  }
}
header .menuBox .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
header .menuBox .menu > li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 25px;
}
@media (max-width: 1280px) {
  header .menuBox .menu > li {
    margin: 0 15px;
  }
}
header .menuBox .menu > li span {
  height: 100%;
}
header .menuBox .menu > li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  height: 100%;
  letter-spacing: 1.5px;
  position: relative;
}
@media (max-width: 1665px) {
  header .menuBox .menu > li a {
    font-size: 16px;
    letter-spacing: 1.2px;
  }
}
@media (max-width: 1366px) {
  header .menuBox .menu > li a {
    font-size: 14px;
  }
}
header .menuBox .menu > li a.current, header .menuBox .menu > li a:hover {
  color: #333333;
  font-weight: 700;
}
header .menuBox .menu > li a.current::after, header .menuBox .menu > li a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
header .menuBox .menu > li a::after {
  background-color: #ca1e2c;
  bottom: 0;
  content: "";
  height: 5px;
  left: -5px;
  position: absolute;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: calc(100% + 10px);
}
header .menuBox .menu .submenu {
  width: 150px;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header .menuBox .menu .submenu a {
  border-bottom: 1px solid #dadada;
  background-color: #fff;
  color: #666;
  padding: 10px;
}
header .menuBox .menu .submenu a.current, header .menuBox .menu .submenu a:hover {
  color: #fff;
  background-color: #ca1e2c;
}
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;
}
header .rightBox .searchToggle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ca1e2c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
}
header .rightBox .searchToggle img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
header .rightBox .searchToggle:hover {
  background-color: #9e1722;
}
header .rightBox .languageBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100px;
}
header .rightBox .languageBox img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
header .rightBox .languageBox:hover {
  background-color: #4d4d4d;
}
header .rightBox .languageBox .languageCurrent {
  cursor: pointer;
  padding-right: 10px;
}
header .rightBox .languageBox .languageCurrent::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid rgba(255, 255, 255, 0.85);
  border-bottom: 2px solid rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 50%;
  right: 30%;
  z-index: 1;
  -webkit-transform: translate(100%, -50%) rotate(45deg);
          transform: translate(100%, -50%) rotate(45deg);
}
header .rightBox .languageBox .languageCurrent::after {
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
header .rightBox .languageBox .languageList {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
header .rightBox .languageBox .languageList.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
header .rightBox .languageBox .languageList li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
header .rightBox .languageBox .languageList li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 10px 10px;
  text-align: center;
}
header .rightBox .languageBox .languageList li a:hover, header .rightBox .languageBox .languageList li a.current {
  background-color: #ca1e2c;
  color: #fff;
}

.searchArea {
  background-image: url("../images/lineBg.png");
  height: 300px;
  left: 0;
  position: fixed;
  -webkit-transform: translateY(-400px);
          transform: translateY(-400px);
  width: 100%;
  top: 90px;
  z-index: 51;
}
@media (max-width: 1024px) {
  .searchArea {
    top: 60px;
  }
}
@media (max-width: 640px) {
  .searchArea {
    padding: 30px 0;
    -webkit-transform: translateY(-360px);
            transform: translateY(-360px);
  }
}
.searchAreaMask {
  height: 100vh;
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 40;
}
.searchArea.show + .searchAreaMask {
  pointer-events: auto;
}
.searchArea .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  opacity: 0;
  scale: 0.85;
}
@media (max-width: 640px) {
  .searchArea .wrap {
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.searchArea .searchTitle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #d6d5d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  letter-spacing: 1.2px;
}
@media (max-width: 640px) {
  .searchArea .searchTitle {
    border-right: none;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.searchArea .searchTitle .title {
  font-size: 32px;
  font-weight: 500;
}
.searchArea .searchTitle .smallText {
  color: #8a8989;
  font-size: 14px;
  margin-top: 20px;
}
@media (max-width: 640px) {
  .searchArea .searchTitle .smallText {
    margin-top: 0;
  }
}
.searchArea .searchInputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .searchArea .searchInputs {
    padding: 0;
  }
}
.searchArea .searchInputs .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  .searchArea .searchInputs .top {
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .searchArea .searchInputs .top .searchBox {
    width: 60%;
  }
}
.searchArea .searchInputs .top .searchBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ca1e2c;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
}
@media (max-width: 640px) {
  .searchArea .searchInputs .top .searchBtn {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 100px;
    padding: 10px 0;
  }
}
@media (max-width: 320px) {
  .searchArea .searchInputs .top .searchBtn {
    width: 50px;
  }
}
.searchArea .searchInputs .top .searchBtn:hover {
  background-color: #9e1722;
}
.searchArea .searchInputs .top .searchBtn img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 640px) {
  .searchArea .searchInputs .top .searchBtn img {
    height: 16px;
    width: 16px;
  }
}
.searchArea .searchInputs .top .searchBtn span {
  margin-left: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 640px) {
  .searchArea .searchInputs .top .searchBtn span {
    margin-left: 5px;
  }
}
@media (max-width: 320px) {
  .searchArea .searchInputs .top .searchBtn span {
    margin-left: 0;
    display: none;
  }
}
.searchArea .searchInputs .tagBox a {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 2.5px;
  border-color: #666;
  color: #666;
}
.searchArea .searchInputs .tagBox a.current {
  border-color: #ca1e2c;
  color: #ca1e2c;
}

/*手機menu*/
.m_menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 52;
  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-image: url("../images/lineBg.png");
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}
.m_menu .m_logo {
  float: left;
  margin-left: 20px;
}
@media (max-width: 320px) {
  .m_menu .m_logo {
    margin-left: 10px;
  }
}
.m_menu .m_logo img {
  display: block;
  width: 120px;
}
@media (max-width: 280px) {
  .m_menu .m_logo img {
    width: 80px;
  }
}
.m_menu .controlBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
  position: relative;
  z-index: 99;
}
.m_menu .controlBox a.main {
  background-color: #ca1e2c;
  position: relative;
  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: 2px;
  background-color: #fff;
  -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: 2px;
  background-color: #fff;
  -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 .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m_menu .controlBox .searchToggle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
}
.m_menu .controlBox .searchToggle img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.m_menu .controlBox .searchToggle:hover {
  background-color: #9e1722;
}
.m_menu .controlBox .languageBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #4b4948;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 60px;
}
.m_menu .controlBox .languageBox img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.m_menu .controlBox .languageBox:hover {
  background-color: #4d4d4d;
}
.m_menu .controlBox .languageBox .languageCurrent {
  cursor: pointer;
}
.m_menu .controlBox .languageBox .languageCurrent::before {
  content: "";
  display: none;
}
.m_menu .controlBox .languageBox .languageCurrent::after {
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.m_menu .controlBox .languageBox .languageList {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
.m_menu .controlBox .languageBox .languageList.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.m_menu .controlBox .languageBox .languageList li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.m_menu .controlBox .languageBox .languageList li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 10px 10px;
  text-align: center;
}
.m_menu .controlBox .languageBox .languageList li a:hover, .m_menu .controlBox .languageBox .languageList li a.current {
  background-color: #ca1e2c;
  color: #fff;
}
.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;
}
.m_menu .nav {
  max-width: 80%;
  margin: auto;
  padding: 40px 0;
}
@media (max-width: 640px) {
  .m_menu .nav {
    padding: 20px 0;
    max-width: 95%;
  }
}
.m_menu .nav a {
  border-bottom: 1px solid #ebeaea;
  color: #666;
  display: block;
  font-size: 18px;
  padding: 20px 40px;
  position: relative;
}
.m_menu .nav a.current {
  color: #333;
  font-weight: 500;
}
@media (max-width: 320px) {
  .m_menu .nav a {
    padding: 20px;
  }
}
.m_menu .bottom {
  -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;
  max-width: 80%;
  margin: auto;
}
@media (max-width: 640px) {
  .m_menu .bottom {
    max-width: 95%;
  }
}
@media (max-width: 420px) {
  .m_menu .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.m_menu .bottom .left {
  width: 160px;
}
@media (max-width: 767px) {
  .m_menu .bottom .left {
    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;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 640px) {
  .m_menu .bottom .left {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 640px) {
  .m_menu .bottom .left .footerLogo {
    width: 100px;
  }
  .m_menu .bottom .left .footerLogo img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
@media (max-width: 420px) {
  .m_menu .bottom .left .footerLogo {
    width: 140px;
  }
}
.m_menu .bottom .left .socialList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
  row-gap: 16px;
  width: 100%;
}
.m_menu .bottom .left .socialList li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
}
@media (max-width: 420px) {
  .m_menu .bottom .left .socialList li {
    margin: 0 10px;
  }
}
.m_menu .bottom .left .socialList li:hover {
  background-color: #ca1e2c;
}
.m_menu .bottom .left .socialList li a {
  text-align: center;
}
.m_menu .bottom .left .socialList i,
.m_menu .bottom .left .socialList svg {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  color: #fff;
  height: 16px;
  width: 16px;
}
@media (max-width: 640px) {
  .m_menu .bottom .right .side_contactInfo li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 420px) {
  .m_menu .bottom .right .side_contactInfo li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*banner*/
.bannerArea {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerItem .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerItem .Img {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.bannerArea .bannerLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*文字跑馬燈*/
.marqueeArea {
  padding: 15px 0;
  background-color: rgb(6, 21, 64);
}
.marqueeArea h2 {
  float: left;
  margin-right: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}
@media (max-width: 640px) {
  .marqueeArea h2 {
    display: none;
  }
}
.marqueeArea h2 em {
  margin-left: 5px;
}
.marqueeArea .marqueeBox {
  max-height: 30px;
  overflow: hidden;
}
.marqueeArea .marqueeBox .marqueeTxtList {
  overflow: hidden;
}
.marqueeArea .marqueeBox .marqueeTxtItem {
  line-height: 20px;
}
.marqueeArea .marqueeBox .marqueeTxtItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.marqueeArea .marqueeBox .marqueeTxtItem .date {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 13px;
  color: #dbdbdb;
}
@media (max-width: 640px) {
  .marqueeArea .marqueeBox .marqueeTxtItem .date {
    display: none;
  }
}
.marqueeArea .marqueeBox .marqueeTxtItem .title {
  color: #fff;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.marqueeArea .marqueeBox .marqueeTxtItem .title a {
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1201px) {
  .marqueeArea .marqueeBox .marqueeTxtItem .title a:hover {
    color: #ca1e2c;
  }
}

/*footer*/
footer {
  background-color: #fafafa;
  padding: 60px 0;
}
@media (max-width: 768px) {
  footer {
    padding: 30px 0;
  }
}
footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  footer .wrap {
    padding: 0;
  }
}
footer .left {
  width: 160px;
}
@media (max-width: 820px) {
  footer .left {
    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;
    width: 100%;
    margin-bottom: 25px;
  }
}
footer .left .socialList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
  row-gap: 16px;
  width: 100%;
}
footer .left .socialList li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
}
@media (max-width: 820px) {
  footer .left .socialList li {
    margin: 0 10px;
  }
}
footer .left .socialList li:hover {
  background-color: #ca1e2c;
}
footer .left .socialList li a {
  text-align: center;
}
footer .left .socialList i,
footer .left .socialList svg {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  color: #fff;
  height: 16px;
  width: 16px;
}
footer .right {
  width: calc(100% - 160px);
  padding-left: 50px;
}
@media (max-width: 1560px) {
  footer .right {
    width: 80%;
  }
}
@media (max-width: 768px) {
  footer .right {
    width: 100%;
    padding-left: 0;
  }
}
footer .bottom {
  width: 100%;
}
footer .footerLogo {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 640px) {
  footer .footerLogo {
    max-width: 150px;
  }
}
footer .footerLogo a {
  display: block;
}
footer .footerLogo img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
footer .infoList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  padding-top: 40px;
}
@media (max-width: 1180px) {
  footer .infoList {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    padding-top: 20px;
  }
}
@media (max-width: 640px) {
  footer .infoList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 10px;
  }
}
footer .infoList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
  padding: 10px 0;
}
@media (max-width: 640px) {
  footer .infoList li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .infoList li img {
  height: 20px;
  width: 20px;
  margin-bottom: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 640px) {
  footer .infoList li img {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
footer .infoList li a,
footer .infoList li span {
  color: #333;
  font-size: 16px;
  letter-spacing: 1.2px;
  position: relative;
}
footer .infoList li span {
  margin-bottom: 25px;
}
@media (max-width: 1180px) {
  footer .infoList li span {
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  footer .infoList li span {
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  footer .infoList li span:first-child {
    margin-right: 10px;
  }
}
@media (min-width: 1201px) {
  footer .infoList li a:hover {
    color: #ca1e2c;
  }
}
footer .footerMenu {
  border-bottom: 1px solid #c4c2c2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  padding-bottom: 50px;
}
@media (max-width: 1180px) {
  footer .footerMenu {
    padding-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  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;
  }
}
@media (max-width: 640px) {
  footer .footerMenu {
    display: none;
  }
}
footer .footerMenu li {
  text-align: center;
  width: 100%;
}
@media (max-width: 1024px) {
  footer .footerMenu li {
    width: auto;
  }
}
footer .footerMenu li a {
  color: #4b4948;
  font-size: 16px;
  position: relative;
}
footer .footerMenu li a::after {
  background-color: #ca1e2c;
  bottom: -20px;
  content: "";
  left: 0;
  height: 2px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  position: absolute;
  pointer-events: none;
  width: 100%;
}
footer .footerMenu li a.current, footer .footerMenu li a:hover {
  font-weight: 700;
}
footer .footerMenu li a.current::after, footer .footerMenu li a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
footer .copyrightBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  position: relative;
  width: 100%;
}
footer .copyrightBox .copyright {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  padding: 5px;
  letter-spacing: 1.2px;
}
footer .copyrightBox .ibestLink {
  padding: 5px;
}
footer .copyrightBox .ibestLink a {
  color: #999;
  font-family: "Lato", sans-serif;
  font-size: 14px;
}
@media (min-width: 1201px) {
  footer .copyrightBox .ibestLink a:hover {
    color: #ca1e2c;
  }
}
@media (max-width: 1024px) {
  footer .copyrightBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  footer .copyrightBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.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: #ca1e2c;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
.privacyArea .text a:hover {
  color: #ca1e2c;
}
.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;
}
.privacyArea .btnBox .btn {
  text-align: center;
}
.privacyArea .btnBox .btn::after {
  display: none;
}
@media (max-width: 480px) {
  .privacyArea .btnBox {
    max-width: 100%;
  }
}

.translateIbest {
  display: inline-block;
  vertical-align: middle;
}
.translateIbest .design {
  /*網頁設計‧愛貝斯*/
  display: block;
  line-height: 22px;
  font-size: 9pt;
  color: #000;
}
.translateIbest .design a {
  /*網頁設計‧愛貝斯*/
  color: #000;
  text-decoration: none;
}
.translateIbest .design a:hover {
  text-decoration: underline;
}

/*手機快捷選單*/
.fixedQuickLink {
  width: 100%;
  background-color: #000;
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
}
@media (min-width: 1181px) {
  .fixedQuickLink {
    display: none;
  }
}
.fixedQuickLink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fixedQuickLink li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fixedQuickLink li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.fixedQuickLink a,
.fixedQuickLink button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 55px;
  font-size: 13px;
  color: #fff;
}
.fixedQuickLink i {
  margin-bottom: 5px;
}

/*後台預覽模式*/
.adminPreviewArea {
  max-width: 320px;
  border: 4px solid #ffe2e2;
  border-radius: 5px;
  background: #fdc9c9;
  color: #000;
  padding: 20px;
  position: fixed;
  top: 15px;
  right: 0;
  z-index: 99999;
}
.adminPreviewArea button {
  text-decoration: underline;
}

/*後台登入模式*/
.adminLoginArea {
  width: 100%;
  background-color: rgba(180, 0, 0, 0.85);
  color: #fff;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  text-align: center;
}
.adminLoginArea p {
  padding: 20px 15px;
}

/*********內頁**********/
.mainArea {
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .mainArea {
    padding-top: 30px;
  }
}
.mainArea .contentBox {
  clear: both;
}

.titleBox {
  position: relative;
}
.titleBox .titleTw {
  color: #666;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 1.2px;
  margin-top: 10px;
}
@media (max-width: 1380px) {
  .titleBox .titleTw {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .titleBox .titleTw {
    font-size: 18px;
  }
}
.titleBox .titleEn {
  font-family: "Lato", sans-serif;
  font-size: 46px;
  font-weight: 600;
  letter-spacing: 1.2px;
}
@media (max-width: 1380px) {
  .titleBox .titleEn {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .titleBox .titleEn {
    font-size: 28px;
  }
}
@media (max-width: 320px) {
  .titleBox .titleEn {
    font-size: 24px;
  }
}
.titleBox .text {
  color: #666;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.2px;
  margin-top: 10px;
}
@media (max-width: 640px) {
  .titleBox .text {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .titleBox .text {
    font-size: 16px;
  }
}
.titleBox.center {
  text-align: center;
}

/*bread*/
.bread {
  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: #333333;
}
.bread .wrap a:hover {
  color: #ca1e2c;
}
.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;
}

/*文章標題*/
.articleTitle {
  border-bottom: 1px dashed #d6d6d6;
  color: #232323;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 12px 0;
}

/*側邊標題字*/
.sectionTitle {
  border-bottom: 1px solid #d6d6d6;
  color: #232323;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 12px 0;
}
.sectionTitle strong {
  display: block;
  position: relative;
  font-weight: 400;
}
.sectionTitle a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

table.breakpoint > tbody > tr > td.expand {
  background: url("../images/plus.png") no-repeat 5px center;
  cursor: pointer;
  padding-left: 40px;
}

/*類別*/
.classBox {
  position: relative;
  z-index: 999;
}
.classBox .classCurrent {
  background-color: #ca1e2c;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 30px 10px 10px;
  position: relative;
}
.classBox .classCurrent::before {
  content: "\f107";
  color: #fff;
  font-size: 15px;
  font-family: FontAwesome;
  line-height: 1;
  margin-top: -6px;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
}
@media (min-width: 1024px) {
  .classBox .classCurrent {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
.classBox a,
.classBox span {
  cursor: pointer;
}
.classBoxRow {
  margin-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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .classBoxRow .classLink li {
    margin-bottom: 20px;
    margin-right: 15px;
  }
  .classBoxRow .classLink a,
  .classBoxRow .classLink span {
    background-color: #f0f0f0;
    color: #666;
    display: block;
    font-size: 16px;
    padding: 15px 15px;
    letter-spacing: 0.02rem;
    text-align: center;
  }
  .classBoxRow .classLink a.current, .classBoxRow .classLink a:hover,
  .classBoxRow .classLink span.current,
  .classBoxRow .classLink span:hover {
    background-color: #ca1e2c;
    color: #fff;
  }
}
@media (max-width: 640px) {
  .classBoxRow {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.classBoxColumn {
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (max-width: 640px) {
  .classBoxColumn {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.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: #ca1e2c;
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
  background-color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open + ul > li {
  -webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
          animation: aniSlideLeft 0.5s 0.3s ease-out both;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a,
.classBoxColumn .classLink .linkHasItems.open + ul > li span {
  background-color: #f1f1f1;
  color: #2f2f2f;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover,
.classBoxColumn .classLink .linkHasItems.open + ul > li span.current,
.classBoxColumn .classLink .linkHasItems.open + ul > li span:hover {
  background-color: #e8e8e8;
  color: #ca1e2c;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current::before, .classBoxColumn .classLink .linkHasItems.open + ul > li a.current::after, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover::before, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover::after,
.classBoxColumn .classLink .linkHasItems.open + ul > li span.current::before,
.classBoxColumn .classLink .linkHasItems.open + ul > li span.current::after,
.classBoxColumn .classLink .linkHasItems.open + ul > li span:hover::before,
.classBoxColumn .classLink .linkHasItems.open + ul > li span:hover::after {
  background-color: #ca1e2c;
}
@media (min-width: 1024px) {
  .classBoxColumn .classLink > li:not(:first-child) {
    border-top: 1px solid #ccc;
  }
  .classBoxColumn .classLink ul {
    display: none;
  }
  .classBoxColumn .classLink ul li:not(:first-child) {
    border-top: 1px solid #ccc;
  }
  .classBoxColumn .classLink a,
  .classBoxColumn .classLink span {
    background-color: #f0f0f0;
    color: #666;
    display: block;
    font-size: 16px;
    padding: 15px 15px;
    letter-spacing: 0.02rem;
    text-align: center;
  }
  .classBoxColumn .classLink a.current, .classBoxColumn .classLink a:hover,
  .classBoxColumn .classLink span.current,
  .classBoxColumn .classLink span:hover {
    background-color: #ca1e2c;
    color: #fff;
  }
  .classBoxColumn .classLink a.current::before, .classBoxColumn .classLink a.current::after, .classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after,
  .classBoxColumn .classLink span.current::before,
  .classBoxColumn .classLink span.current::after,
  .classBoxColumn .classLink span:hover::before,
  .classBoxColumn .classLink span:hover::after {
    background-color: #fff;
  }
}
@media (max-width: 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: 9999;
  }
  .classBoxRow .classLink.open, .classBoxColumn .classLink.open {
    display: block;
  }
  .classBoxRow .classLink > li:not(:first-child), .classBoxColumn .classLink > li:not(:first-child) {
    border-top: 1px solid #ccc;
  }
  .classBoxRow .classLink > li > a.current,
  .classBoxRow .classLink > li span.current, .classBoxColumn .classLink > li > a.current,
  .classBoxColumn .classLink > li span.current {
    color: #ca1e2c;
  }
  .classBoxRow .classLink > li ul, .classBoxColumn .classLink > li ul {
    display: none;
  }
  .classBoxRow .classLink a,
  .classBoxRow .classLink span, .classBoxColumn .classLink a,
  .classBoxColumn .classLink span {
    color: #2f2f2f;
    background-color: #fff;
    display: block;
    padding: 14px 15px;
    position: relative;
  }
}

.pageBox .pageList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #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 #ca1e2c;
  background-color: #ca1e2c;
  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 #ca1e2c;
  background-color: #ca1e2c;
  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 #ca1e2c;
  font-size: 13px;
  color: #ca1e2c;
}
.tagBox a:hover {
  color: #fff;
  background-color: #ca1e2c;
}
.tagBox a.current {
  color: #fff;
  background-color: #ca1e2c;
}
.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 {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 10px;
  position: relative;
  text-align: center;
  word-break: break-word;
  z-index: 2;
}
.tab a.current {
  background-color: #ca1e2c;
  color: #fff;
}

/*頁籤內容*/
.tabContent {
  margin-top: -1px;
  padding: 20px 5px;
  border-top: 1px solid #d6d6d6;
}
.tabContent .tabContentItem {
  display: none;
}

.albumBox {
  width: 50%;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .albumBox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.albumBox .albumList .albumItem {
  cursor: pointer;
}
.albumBox .albumList .albumItem img {
  max-height: 960px;
  max-width: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.albumBox .albumListNav {
  margin: 15px -5px 0;
}
.albumBox .albumListNav .albumItem {
  padding: 0 5px;
}

/*側邊_menu*/
.side_menu {
  margin-bottom: 50px;
}
.side_menu li {
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}
.side_menu li > a {
  display: block;
  font-size: 14px;
  padding: 10px 15px;
}
.side_menu li > a.current {
  background-color: #8c8c8c;
  color: #fff;
}
.side_menu li > a b {
  color: #808080;
  font-size: 13px;
  font-weight: 400;
  margin-left: 10px;
}
.side_menu dl {
  padding-left: 25px;
}
.side_menu dl a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}
.side_menu dl a.current {
  color: #000;
  text-decoration: underline;
}

/*側邊_相簿*/
.side_album {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: -10px;
}
.side_album li {
  float: left;
  width: 33.33%;
  padding: 0 10px 10px 0;
}
.side_album a {
  display: block;
  -webkit-box-shadow: 2px 2px 5px #c3c3c3;
          box-shadow: 2px 2px 5px #c3c3c3;
}
.side_album a img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*側邊_線上訂房*/
.side_booking {
  margin-bottom: 30px;
}
.side_booking a {
  display: block;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px #8d2121;
          box-shadow: 0 1px 1px #8d2121;
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  background-color: #f05b8f;
}
.side_booking a i {
  display: inline-block;
  font-size: 28px;
  padding: 10px 15px;
  margin-right: 15px;
  border-right: 1px solid #d33434;
  -webkit-box-shadow: 1px 0 #f38a8a;
          box-shadow: 1px 0 #f38a8a;
}
.side_booking a:hover {
  -webkit-box-shadow: inset 0 3px 3px #8d2121;
          box-shadow: inset 0 3px 3px #8d2121;
}

/*側邊_聯絡資訊*/
.side_contactInfo li {
  margin-bottom: 20px;
}
.side_contactInfo a,
.side_contactInfo span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #414141;
}
@media (max-width: 640px) {
  .side_contactInfo a,
  .side_contactInfo span {
    font-size: 14px;
  }
}
.side_contactInfo i {
  display: inline-block;
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 8px;
  border: 2px solid #a5a5a5;
  border-radius: 50%;
  font-size: 20px;
  color: #a5a5a5;
  text-align: center;
}
.side_contactInfo b {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}

/*側邊_房型*/
.side_room {
  margin-bottom: 50px;
}
.side_room .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.side_room .Txt {
  margin-top: 5px;
}
.side_room .Txt .title a {
  font-size: 16px;
  font-weight: 400;
}
.side_room .Txt .text {
  max-height: 100px;
  font-size: 13px;
  color: #858383;
  line-height: 1.8;
  overflow: hidden;
}

/*對應&相關*/
.sideDataArea {
  margin: 30px 0;
}
.sideDataArea .sideDataList {
  margin: 0 -15px;
}
.sideDataArea .sideDataItem {
  padding: 0 15px;
}
.sideDataArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.sideDataArea .Txt {
  padding: 15px 0;
}
.sideDataArea .Txt .newsInfoBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5c5c5c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 13px;
}
.sideDataArea .Txt .newsInfoBox .classTitle + .date {
  margin-left: 11px;
  padding-left: 11px;
  position: relative;
}
.sideDataArea .Txt .newsInfoBox .classTitle + .date::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.sideDataArea .Txt .title {
  max-height: 65px;
  color: #272727;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 1px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sideDataArea .Txt .text {
  max-height: 60px;
  font-size: 15px;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .sideDataArea .sideDataList {
    margin: 0 -10px;
  }
  .sideDataArea .sideDataItem {
    padding: 0 10px;
  }
  .sideDataArea .Txt {
    padding: 15px 0;
  }
  .sideDataArea .Txt .newsInfoBox {
    font-size: 15px;
  }
  .sideDataArea .Txt .newsInfoBox .classTitle + .date {
    margin-left: 8px;
    padding-left: 8px;
  }
  .sideDataArea .Txt .title {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .sideDataArea .sideDataList {
    margin: 0;
  }
  .sideDataArea .sideDataItem {
    padding: 0;
  }
}

/*社群分享*/
.sideShare {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.sideShare .shareList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sideShare .shareList .shareTitle {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #666;
}
.sideShare .shareList .shareItem a,
.sideShare .shareList .shareItem button {
  color: #666;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 5px 6px;
  text-align: center;
}
.sideShare .shareList .shareItem a:hover,
.sideShare .shareList .shareItem button:hover {
  opacity: 0.8;
}
.sideShare .shareList .shareItem a svg,
.sideShare .shareList .shareItem button svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-top: -3px;
  vertical-align: middle;
}

/*Hover效果1: 放大淡出*/
.imh_opacity {
  background-color: #000;
  overflow: hidden;
}
.imh_opacity img {
  -webkit-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 {
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.imh_zoom img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.imh_zoom a:before {
  content: "\f002";
  display: block;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  font-family: FontAwesome;
  text-align: center;
  background-color: #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.imh_zoom:hover a:before {
  top: 50%;
}
.imh_zoom:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.slick-slider .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff !important;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  margin: 10px 5px;
}
.slick-slider .slick-arrow::before {
  content: "";
  border-style: solid;
  display: block;
  opacity: 1;
  pointer-events: none;
  z-index: 2;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slick-slider .slick-arrow.slick-prev::before {
  border-width: 5px 9px 5px 0;
  border-color: transparent #ca1e2c transparent transparent;
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}
.slick-slider .slick-arrow.slick-next::before {
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #ca1e2c;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.slick-slider .slick-arrow:hover {
  background-color: #ca1e2c !important;
}
.slick-slider .slick-arrow:hover.slick-prev::before {
  border-color: transparent #fff transparent transparent;
}
.slick-slider .slick-arrow:hover.slick-next::before {
  border-color: transparent transparent transparent #fff;
}
.slick-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
.slick-slider .slick-dots.vertical {
  width: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
}
.slick-slider .slick-dots.vertical li {
  margin: 15px 0;
  overflow: visible;
}
.slick-slider .slick-dots:not(.vertical) li {
  margin: 0 8px;
}
.slick-slider .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  overflow: hidden;
}
.slick-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
}
.slick-slider .slick-dots li button::before {
  border-radius: 50%;
  border: 1px solid #ca1e2c;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
}
.slick-slider .slick-dots li button::after {
  border-radius: 50%;
  border: 2px solid #ca1e2c;
  content: "";
  height: 300%;
  left: -100%;
  top: -100%;
  opacity: 0;
  position: absolute;
  width: 300%;
}
.slick-slider .slick-dots li:hover button::before, .slick-slider .slick-dots li.slick-active button::before {
  background-color: #ca1e2c;
}
.slick-slider .slick-dots li:hover button::after, .slick-slider .slick-dots li.slick-active button::after {
  opacity: 1;
}
.slick-slider .slick-dots li:hover button::before {
  opacity: 0.85;
}
.slick-slider .slick-dots li.slick-active button::before {
  opacity: 1;
}

.slickClsList:not(.slick-slider) {
  overflow: hidden;
}
.slickClsList:not(.slick-slider) .slickClsItem:not(:first-child) {
  display: none;
}

.Img.observer:not(.loaded), .Img.observerSlick:not(.loaded) {
  position: relative;
  opacity: 0;
}
.Img.observer:not(.loaded) img, .Img.observerSlick:not(.loaded) img {
  opacity: 0 !important;
  -webkit-transition: all 1.2s ease !important;
  transition: all 1.2s ease !important;
}

.drawText .draw {
  color: #ca1e2c;
  position: relative;
}
.drawText .draw .mask {
  background-color: #ca1e2c;
  display: block;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transform-origin: right;
          transform-origin: right;
}

#inquiryBtn {
  position: fixed;
  right: 0;
  top: 70%;
  background: #ca1e2c;
  color: #fff;
  font-size: 16px;
  padding: 15px 10px;
  border-radius: 10px 0 0 10px;
  z-index: 999;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  #inquiryBtn {
    padding: 10px 8px;
  }
}
#inquiryBtn .text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-bottom: 6px;
}
#inquiryBtn:hover {
  background-color: #9e1722;
}
#inquiryBtn .num {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 99px;
  color: #ca1e2c;
  font-weight: bold;
  background: #fff;
}