.introArea .tagList .Img img, .introArea .tagList .Img::after, .tabArea .tabItem .title::before, .tabArea .tabItem .title, .tabArea .tabItem, .catalogBox .dataItemList .title {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

section .titleBox.white .title::after {
  background-color: #fff;
}
section .titleBox .subtitle {
  font-size: 36px;
}
@media (max-width: 768px) {
  section .titleBox .subtitle {
    font-size: 28px;
  }
}
section .titleBox .title {
  font-size: 24px;
}
@media (max-width: 768px) {
  section .titleBox .title {
    font-size: 20px;
  }
}
section .titleBox .title.line {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
section .titleBox .title.line::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #a38a77;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
section .titleBox .textEditor {
  letter-spacing: 0.75px;
  line-height: 1.95;
  color: #535353;
}
section .titleBox.textLeft .title::after {
  left: 0;
  -webkit-transform: none;
          transform: none;
}

.wrap {
  max-width: 1570px;
  padding-left: 90px;
  padding-right: 90px;
}
@media (max-width: 1280px) {
  .wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1180px) {
  .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1181px) {
  .catalogIndex {
    background-image: url(../images/catalog_index_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
  }
}
@media (max-width: 1180px) {
  .catalogIndex {
    overflow: hidden;
  }
  .catalogIndex::before {
    content: "";
    position: absolute;
    width: 100dvw;
    height: 100dvh;
    background-image: url(../images/catalog_index_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

.catalogBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding: 10px 0 20px;
}
.catalogBox .dataBox {
  background-color: #fff;
  border-radius: 30px;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.catalogBox .dataBox:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1180px) {
  .catalogBox .dataBox:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 1280px) {
  .catalogBox .dataBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 50px;
  }
}
@media (max-width: 1180px) {
  .catalogBox .dataBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 40px;
    gap: 30px;
    max-width: 660px;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .catalogBox .dataBox {
    padding: 30px;
  }
}
.catalogBox .leftSide {
  width: calc(55% - 30px);
  max-width: 640px;
}
@media (max-width: 1400px) {
  .catalogBox .leftSide {
    width: calc(50% - 30px);
  }
}
@media (max-width: 1180px) {
  .catalogBox .leftSide {
    width: 100%;
  }
}
.catalogBox .topTitle {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #a38a77;
}
@media (max-width: 1480px) {
  .catalogBox .topTitle {
    margin-top: 0;
  }
}
@media (max-width: 1280px) {
  .catalogBox .topTitle {
    padding-top: 0;
  }
}
.catalogBox .topTitle .icon {
  width: 55px;
  height: 55px;
}
@media (max-width: 640px) {
  .catalogBox .topTitle .icon {
    width: 45px;
    height: 45px;
  }
}
.catalogBox .topTitle .icon img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.catalogBox .topTitle .ListTitleBox {
  position: relative;
}
.catalogBox .topTitle .ListTitleBox::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(30deg, rgba(255, 255, 255, 0) 0%, rgb(244, 244, 244) 100%);
  z-index: 1;
  left: 20%;
  top: -30%;
}
.catalogBox .topTitle .ListTitleBox .title {
  position: relative;
  z-index: 2;
  font-family: "Lato", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.2;
}
@media (max-width: 640px) {
  .catalogBox .topTitle .ListTitleBox .title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 1.2;
  }
}
.catalogBox .topTitle .ListTitleBox .subtitle {
  position: relative;
  z-index: 2;
  color: #a38a77;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 1.4;
}
@media (min-width: 1181px) {
  .catalogBox .dataItemListBox {
    max-height: 285px;
    overflow-y: auto;
  }
  .catalogBox .dataItemListBox::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  .catalogBox .dataItemListBox::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 10px;
  }
  .catalogBox .dataItemListBox::-webkit-scrollbar-thumb {
    background: #a38a77;
    border-radius: 10px;
  }
}
.catalogBox .dataItemList {
  padding: 5px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: repeat(2, 1fr);
  justify-items: stretch;
  gap: 0px 50px;
}
@media (max-width: 1400px) {
  .catalogBox .dataItemList {
    gap: 0 20px;
  }
}
@media (max-width: 640px) {
  .catalogBox .dataItemList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.catalogBox .dataItemList .dataItem {
  border-bottom: 1px solid rgba(163, 138, 119, 0.5);
}
.catalogBox .dataItemList .item {
  padding: 15px 0;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
}
@media (max-width: 400px) {
  .catalogBox .dataItemList .item {
    gap: 10px;
    padding-right: 30px;
  }
}
@media (min-width: 1181px) {
  .catalogBox .dataItemList .item:hover .title {
    color: #a38a77;
  }
}
.catalogBox .dataItemList .item::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 30px;
  border-left: 1px solid rgba(163, 138, 119, 0.5);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media (max-width: 400px) {
  .catalogBox .dataItemList .item::before {
    width: 30px;
  }
}
.catalogBox .dataItemList .item::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 1px solid #a38a77;
  border-bottom: 1px solid #a38a77;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 20px;
}
@media (max-width: 400px) {
  .catalogBox .dataItemList .item::after {
    right: 10px;
  }
}
.catalogBox .dataItemList .num {
  color: #a38a77;
}
.catalogBox .dataItemList .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.catalogBox .dataItemList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.catalogBox .rightSide {
  width: 45%;
}
@media (max-width: 1400px) {
  .catalogBox .rightSide {
    width: 50%;
  }
}
@media (max-width: 1180px) {
  .catalogBox .rightSide {
    width: 100%;
  }
}
.catalogBox .rightSide .Img {
  border-radius: 20px;
  overflow: hidden;
}
.catalogBox .rightSide .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.tabArea {
  position: fixed;
  top: 80px;
  z-index: 10;
  height: calc(100dvh - 80px);
}
@media (max-width: 1180px) {
  .tabArea {
    display: none;
  }
}
.tabArea.dark .tabItem {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  opacity: 0.6;
}
.tabArea.dark .tabItem:hover {
  color: #fff;
  opacity: 1;
}
.tabArea.dark .tabItem.active {
  color: #fff;
  opacity: 1;
}
.tabArea.dark .tabItem.active .title::before {
  background-color: #fff;
}
.tabArea .tabList {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 55px;
}
@media (max-width: 1280px) {
  .tabArea .tabList {
    padding-left: 20px;
  }
}
.tabArea .tabItem {
  max-height: 120px;
  height: 16.6666666667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border-bottom: 1px solid rgba(149, 149, 149, 0.8);
}
.tabArea .tabItem:last-child {
  border-bottom: none;
}
.tabArea .tabItem .title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Lato", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1;
  position: relative;
}
.tabArea .tabItem .title::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 0%;
  background-color: #a38a77;
  left: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tabArea .tabItem:hover {
  color: #a38a77;
}
.tabArea .tabItem.active {
  color: #a38a77;
}
.tabArea .tabItem.active .title::before {
  height: 100%;
}

.introArea {
  background-image: url(../images/catalog_intro_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  padding: 205px 0 180px;
  position: relative;
}
@media (max-width: 1280px) {
  .introArea {
    padding-top: 120px;
  }
}
@media (max-width: 1080px) {
  .introArea {
    padding: 80px 0 100px;
  }
}
.introArea .marqueeBox {
  bottom: 0px;
}
.introArea .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1080px) {
  .introArea .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.introArea .leftImgBox {
  width: 22%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-right: 20px;
  padding-left: 30px;
  max-width: 300px;
}
@media (max-width: 1080px) {
  .introArea .leftImgBox {
    width: 50%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 640px) {
  .introArea .leftImgBox {
    width: 100%;
    padding: 0;
    max-width: 250px;
  }
}
.introArea .leftImgBox .Img {
  border-radius: 20px;
  overflow: hidden;
}
.introArea .leftImgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.introArea .rightImgBox {
  width: 22%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  max-width: 300px;
}
@media (max-width: 1080px) {
  .introArea .rightImgBox {
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
}
@media (max-width: 640px) {
  .introArea .rightImgBox {
    width: 100%;
  }
}
.introArea .Img {
  border-radius: 20px;
  overflow: hidden;
}
.introArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.introArea .centerBox {
  padding-top: 40px;
  padding-bottom: 20px;
  max-width: 510px;
}
@media (max-width: 1080px) {
  .introArea .centerBox {
    width: 100%;
    max-width: none;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding: 0;
  }
}
.introArea .centerBox .text {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2.5px;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .introArea .centerBox .text {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.6;
  }
}
.introArea .centerBox .text .crosses {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 1.5px;
  line-height: 1;
}
@media (max-width: 768px) {
  .introArea .centerBox .text .crosses {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1.5px;
    line-height: 1;
  }
}
.introArea .titleBox .title {
  padding: 0;
  font-size: 32px;
}
@media (max-width: 768px) {
  .introArea .titleBox .title {
    font-size: 24px;
  }
}
.introArea .titleBox .subtitle {
  font-size: 24px;
  letter-spacing: 2.5px;
  padding-top: 10px;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .introArea .titleBox .subtitle {
    font-size: 20px;
  }
}
.introArea .titleBox .subtitle::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #a38a77;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.introArea .tagBox {
  margin-top: 10px;
}
.introArea .tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.introArea .tagList .dataItem {
  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;
  gap: 20px;
}
.introArea .tagList .Img {
  width: 100px;
  height: 100px;
  padding: 28px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
.introArea .tagList .Img::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-color: #a38a77;
  mix-blend-mode: color;
  opacity: 0;
  pointer-events: none;
}
.introArea .tagList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 1181px) {
  .introArea .tagList .Img:hover::after {
    opacity: 1;
  }
  .introArea .tagList .Img:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.introArea .tagList .title {
  color: #a38a77;
  font-family: "Lato", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.2;
  text-align: center;
}

.applianceArea {
  background: -webkit-gradient(linear, left top, right top, from(rgb(245, 245, 245)), to(rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 100%);
}
.applianceArea .wrap {
  max-width: 1920px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1080px) {
  .applianceArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.applianceArea .rightBox {
  width: 50%;
}
@media (max-width: 1080px) {
  .applianceArea .rightBox {
    width: 100%;
  }
}
.applianceArea .rightBox .Img {
  overflow: hidden;
  max-width: 960px;
}
@media (max-width: 1080px) {
  .applianceArea .rightBox .Img {
    max-width: 100%;
  }
}
.applianceArea .rightBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 1081px) and (max-width: 1500px) {
  .applianceArea .rightBox .Img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    height: 695px;
  }
}
.applianceArea .leftBox {
  width: 50%;
  max-width: 785px;
  margin-left: auto;
  padding-left: 90px;
  padding-right: 50px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1280px) {
  .applianceArea .leftBox {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1180px) {
  .applianceArea .leftBox {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1080px) {
  .applianceArea .leftBox {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .applianceArea .leftBox {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.applianceArea .titleBox {
  padding-top: 50px;
  margin-bottom: 25px;
}
@media (max-width: 1680px) {
  .applianceArea .titleBox {
    padding-top: 0;
  }
}
.applianceArea .titleBox .subtitle {
  font-size: 24px;
  letter-spacing: 2px;
}
.applianceArea .titleBox .title {
  font-size: 24px;
}
.applianceArea .expBox {
  max-width: 620px;
}
.applianceArea .expBox1 {
  padding-bottom: 20px;
}
.applianceArea .expBox2 {
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
}
.applianceArea .expTitle {
  color: #a38a77;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2.5px;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .applianceArea .expTitle {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.6;
  }
}
.applianceArea .expTitle .crosses {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 1.5px;
  line-height: 1;
}
@media (max-width: 768px) {
  .applianceArea .expTitle .crosses {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1.5px;
    line-height: 1;
  }
}
.applianceArea .textEditor {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 2;
  letter-spacing: 1px;
  color: #535353;
}
.applianceArea .textEditor ol {
  padding-left: 20px;
}

.expArea {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .expArea {
    padding: 70px 0;
  }
}

.beforeAfterArea {
  background-image: url(../images/catalog_before_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding: 220px 0 180px;
}
@media (max-width: 1440px) {
  .beforeAfterArea {
    padding: 150px 0;
  }
}
@media (max-width: 768px) {
  .beforeAfterArea {
    padding: 80px 0;
  }
}
.beforeAfterArea .marqueeBox {
  bottom: 80px;
}
.beforeAfterArea .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
  text-align: left;
}
@media (max-width: 640px) {
  .beforeAfterArea .titleBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}
.beforeAfterArea .dataBox {
  width: 120%;
  margin: 0 -15px;
}
@media (max-width: 1440px) {
  .beforeAfterArea .dataBox {
    width: calc(100% + 100px);
  }
}
@media (max-width: 768px) {
  .beforeAfterArea .dataBox {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
}
.beforeAfterArea .dataItem {
  padding: 0 15px;
}
.beforeAfterArea .item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.beforeAfterArea .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: auto;
  height: 100%;
}
@media (max-width: 1680px) {
  .beforeAfterArea .item .Img img {
    height: 360px;
  }
}
@media (max-width: 1440px) {
  .beforeAfterArea .item .Img img {
    height: 320px;
  }
}
@media (max-width: 768px) {
  .beforeAfterArea .item .Img img {
    height: 280px;
  }
}
@media (max-width: 500px) {
  .beforeAfterArea .item .Img img {
    height: 220px;
  }
}
@media (max-width: 420px) {
  .beforeAfterArea .item .Img img {
    height: 200px;
  }
}
@media (max-width: 380px) {
  .beforeAfterArea .item .Img img {
    height: 180px;
  }
}
.beforeAfterArea .item .Txt {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 768px) {
  .beforeAfterArea .item .Txt {
    padding: 15px 20px;
  }
}
.beforeAfterArea .item .title {
  color: #fff;
  font-family: "Lato", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.2;
}
.beforeAfterArea .controlBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-top: 30px;
}
.beforeAfterArea .controlBox .arrowsBox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.beforeAfterArea .controlBox .slick-dots {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.faqArea {
  background-image: url(../images/catalog_faq_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
  padding: 150px 0;
}
@media (max-width: 768px) {
  .faqArea {
    padding: 80px 0;
  }
}
.faqArea .titleBox {
  margin-bottom: 40px;
}
.faqArea .dataItem {
  border-bottom: 1px solid white;
  padding: 30px 0;
}
.faqArea .dataItem:first-child {
  border-top: 1px solid white;
}
.faqArea .dataItem.show .TxtBox {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.faqArea .dataItem.show .itemTitle::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.faqArea .item {
  cursor: pointer;
}
.faqArea .item .itemTitle {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 1.8;
  position: relative;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
}
@media (max-width: 768px) {
  .faqArea .item .itemTitle {
    padding-right: 40px;
  }
}
.faqArea .item .itemTitle::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #a38a77;
  top: 15px;
  right: 20px;
}
@media (max-width: 768px) {
  .faqArea .item .itemTitle::before {
    width: 15px;
    right: 15px;
  }
}
.faqArea .item .itemTitle::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  background-color: #a38a77;
  top: 16px;
  right: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .faqArea .item .itemTitle::after {
    height: 15px;
    right: 21px;
  }
}
.faqArea .item .itemTitle .title {
  color: #a38a77;
}
.faqArea .item .TxtBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: grid-template-rows 0.3s ease;
  transition: grid-template-rows 0.3s ease;
  transition: grid-template-rows 0.3s ease, -ms-grid-rows 0.3s ease;
}
.faqArea .item .Txt {
  overflow: hidden;
}
.faqArea .item .textEditor {
  padding-top: 10px;
  line-height: 2;
  letter-spacing: 1px;
  color: #535353;
}