.csrAboutArea {
  padding-top: 50px;
}
@media (max-width: 1180px) {
  .csrAboutArea {
    padding: 50px 0;
  }
}
.csrAboutArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1740px;
  padding: 0 20px;
}
@media (max-width: 980px) {
  .csrAboutArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.csrAboutArea .Img img {
  display: block;
  width: 100%;
}
.csrAboutArea .Txt {
  position: relative;
  max-width: 560px;
  width: 100%;
  padding-left: 40px;
}
@media (max-width: 980px) {
  .csrAboutArea .Txt {
    padding: 0;
    max-width: 700px;
  }
}
.csrAboutArea .Txt::after {
  content: "";
  position: absolute;
  left: -60px;
  top: 245px;
  z-index: 1;
  width: 180px;
  height: 2px;
  background-color: #9f6420;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .csrAboutArea .Txt::after {
    top: 215px;
  }
}
@media (max-width: 980px) {
  .csrAboutArea .Txt::after {
    display: none;
  }
}
.csrAboutArea .itemTitleBox {
  position: relative;
  margin-bottom: 40px;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-right: 65px;
}
@media (max-width: 980px) {
  .csrAboutArea .itemTitleBox {
    padding-bottom: 75px;
  }
}
.csrAboutArea .itemTitleBox::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 260px;
  height: 260px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9f6420), to(#9f6420)), -webkit-gradient(linear, left top, left bottom, from(#9f6420), to(#9f6420)), -webkit-gradient(linear, left top, left bottom, from(#9f6420), to(#9f6420)), -webkit-gradient(linear, left top, left bottom, from(#9f6420), to(#9f6420)), -webkit-gradient(linear, left top, left bottom, from(#9f6420), to(#9f6420));
  background-image: linear-gradient(to bottom, #9f6420, #9f6420), linear-gradient(to bottom, #9f6420, #9f6420), linear-gradient(to bottom, #9f6420, #9f6420), linear-gradient(to bottom, #9f6420, #9f6420), linear-gradient(to bottom, #9f6420, #9f6420);
  background-size: 100% 7px, 100% 7px, 7px 100%, 7px 30px, 7px 30px;
  background-repeat: no-repeat;
  background-position: 0 0, 0 100%, 100% 0, 0 0, 0 100%;
  pointer-events: none;
}
.csrAboutArea .textBox {
  padding-right: 90px;
}
@media (max-width: 980px) {
  .csrAboutArea .textBox {
    padding-right: 0;
  }
}
.csrAboutArea .textBox .title {
  font: 700 20px "Cinzel", "Noto Serif TC", serif;
  color: #9f6420;
}
.csrAboutArea .textBox .text {
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 1.8;
  padding-top: 20px;
  color: #5e5e5e;
}

.performanceArea {
  overflow: hidden;
  position: relative;
  padding: 30px 0;
}
.performanceArea .deco .left {
  position: absolute;
  left: 0;
  top: 65%;
  z-index: -1;
}
.performanceArea .deco .right {
  position: absolute;
  right: 0;
  top: 15%;
  z-index: -1;
}
.performanceArea .wrap {
  max-width: 1320px;
  padding: 0 20px;
}
.performanceArea .titleBox .titleEn {
  font-size: 36px;
}
@media (max-width: 1180px) {
  .performanceArea .titleBox .titleEn {
    font-size: 28px;
  }
}
.performanceArea .titleBox .titleSubEn {
  margin: 10px 0 25px;
}
.performanceArea .performanceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.performanceArea li {
  width: 25%;
  padding-bottom: 30px;
}
@media (max-width: 1023px) {
  .performanceArea li {
    width: 50%;
  }
  .performanceArea li:nth-child(2) .item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: #e1e1e1;
  }
}
.performanceArea li:last-child .item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: #e1e1e1;
}
.performanceArea .item {
  position: relative;
  text-align: center;
  font-family: "Cinzel", "Noto Serif TC", serif;
}
.performanceArea .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: #e1e1e1;
}
.performanceArea .Img {
  width: 125px;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .performanceArea .Img {
    width: 75px;
  }
}
.performanceArea .Img img {
  display: block;
  width: 100%;
}
.performanceArea .numberBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-top: 30px;
  font-weight: bold;
}
@media (max-width: 740px) {
  .performanceArea .numberBox {
    padding-top: 15px;
  }
}
.performanceArea .numberBox .number {
  font-size: 58px;
}
@media (max-width: 740px) {
  .performanceArea .numberBox .number {
    font-size: 40px;
  }
}
.performanceArea .numberBox .unit {
  font-family: "Cinzel", "Noto Serif TC", serif;
  font-size: 25px;
}
.performanceArea .Txt {
  font-size: 17px;
}

.catalogArea {
  padding-top: 60px;
  padding-bottom: 120px;
}
@media (max-width: 740px) {
  .catalogArea {
    padding-bottom: 30px;
  }
}
.catalogArea .wrap {
  max-width: 100%;
  padding: 0;
}
.catalogArea .titleBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: "Cinzel", "Noto Serif TC", serif;
  font-weight: bold;
  margin: 0;
  padding-bottom: 20px;
}
.catalogArea .titleBox .titleNum {
  font-size: 138px;
  color: #f1e6d0;
  padding-right: 20px;
}
@media (max-width: 840px) {
  .catalogArea .titleBox .titleNum {
    font-size: 84px;
    position: absolute;
    top: -115px;
    right: 80%;
  }
}
@media (max-width: 740px) {
  .catalogArea .titleBox .titleNum {
    font-size: 48px;
    top: -50px;
    left: 20px;
    right: auto;
  }
}
@media (max-width: 380px) {
  .catalogArea .titleBox .titleNum {
    left: 0;
  }
}
.catalogArea .titleBox .titleText {
  position: relative;
}
.catalogArea .titleBox .classTitleEn {
  position: absolute;
  top: -60px;
  white-space: nowrap;
  font-size: 40px;
  color: #454545;
}
@media (max-width: 1180px) {
  .catalogArea .titleBox .classTitleEn {
    font-size: 28px;
  }
}
@media (max-width: 740px) {
  .catalogArea .titleBox .classTitleEn {
    position: static;
    white-space: normal;
  }
}
.catalogArea .titleBox .classTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 740px) {
  .catalogArea .titleBox .classTitle {
    -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;
  }
}
.catalogArea .titleBox .classTitleTw {
  font-size: 33px;
  color: #454545;
  letter-spacing: 3px;
}
@media (max-width: 740px) {
  .catalogArea .titleBox .classTitleTw {
    margin-bottom: 15px;
  }
}
.catalogArea .titleBox .classTitleTw::after {
  content: "";
  position: relative;
  bottom: 5px;
  display: inline-block;
  width: 140px;
  height: 2px;
  background: #e1e1e1;
  margin: 0 10px;
}
@media (max-width: 740px) {
  .catalogArea .titleBox .classTitleTw::after {
    display: none;
  }
}
.catalogArea .titleBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalogArea .titleBox li {
  position: relative;
  min-width: 110px;
  border: 1px solid #d4d4d4;
  padding: 3px 10px;
  margin: 0 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1180px) {
  .catalogArea .titleBox li {
    margin: 10px 5px;
  }
}
.catalogArea .titleBox li:hover, .catalogArea .titleBox li.current {
  background: #fed474;
  border: 1px solid transparent;
}
.catalogArea .titleBox li:hover::after, .catalogArea .titleBox li.current::after {
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  opacity: 1;
}
.catalogArea .titleBox li::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%) translateY(-20px);
          transform: translateX(-50%) translateY(-20px);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #fed474 transparent transparent transparent;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.catalogArea .catalogBox {
  position: relative;
  padding-bottom: 110px;
}
@media (max-width: 740px) {
  .catalogArea .catalogBox {
    padding-bottom: 50px;
  }
}
.catalogArea .catalogList {
  position: relative;
  z-index: 0;
  width: 100%;
}
.catalogArea .catalogList::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: calc((100% - 1160px) / 2);
  height: 100%;
  background: #fff;
  opacity: 0.9;
}
.catalogArea .catalogList::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: calc((100% - 1160px) / 2);
  height: 100%;
  background: #fff;
  opacity: 0.9;
  visibility: unset;
}
.catalogArea .slick-center .arrowBox {
  pointer-events: fill;
  opacity: 1;
}
.catalogArea .catalogItem {
  width: 1160px;
}
.catalogArea .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1080px) {
  .catalogArea .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.catalogArea .Img {
  height: 440px;
}
@media (max-width: 1180px) {
  .catalogArea .Img {
    height: 420px;
    height: 100%;
  }
  .catalogArea .Img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 640px) {
  .catalogArea .Img {
    height: 380px;
  }
  .catalogArea .Img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.catalogArea .Img img {
  display: block;
  width: 100%;
  height: 100%;
}
.catalogArea .dateBox {
  position: relative;
}
.catalogArea .textBox {
  padding: 70px 30px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #faf8f5;
}
@media (max-width: 1080px) {
  .catalogArea .textBox {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: rgba(250, 248, 245, 0.7490196078);
    padding: 70px 10px 20px;
    max-width: 400px;
    width: 100%;
  }
}
@media (max-width: 740px) {
  .catalogArea .textBox {
    position: static;
    max-width: 100%;
  }
}
.catalogArea .textBox .titleEn {
  font-family: "Cinzel", "Noto Serif TC", serif;
  font-size: 34px;
  font-weight: 100;
  line-height: 1.1;
  color: #9f6420;
}
@media (max-width: 1180px) {
  .catalogArea .textBox .titleEn {
    font-size: 28px;
  }
}
.catalogArea .textBox .date {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  font-weight: bold;
  color: #6a6a6a;
}
@media (max-width: 1080px) {
  .catalogArea .textBox .date {
    right: auto;
    left: 0;
    top: -40px;
  }
}
.catalogArea .textBox .date span {
  display: inline-block;
  height: 1px;
  width: 40px;
  background: #d4d4d4;
  margin-left: 5px;
  margin-bottom: 5px;
}
.catalogArea .textBox h3 {
  padding-top: 30px;
}
.catalogArea .textBox h3 a {
  font-family: "Cinzel", "Noto Serif TC", serif;
  font-weight: bold;
  font-size: 20px;
  color: #212121;
}
.catalogArea .textBox h3 a:hover {
  color: #9f6420;
}
.catalogArea .textBox .text {
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 1px;
  padding-top: 15px;
  color: #313131;
}
.catalogArea .btnBox {
  font-size: 15px;
  font-weight: bold;
  margin-top: 15px;
  display: inline-block;
  border: 2px solid #b4b4b4;
  border-radius: 7px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.catalogArea .btnBox:hover {
  background: #9f6420;
}
.catalogArea .btnBox:hover .btn {
  color: #fff;
}
.catalogArea .btnBox .btn {
  display: block;
  padding: 3px 13px;
}
.catalogArea .arrowBox {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 5;
}
@media (max-width: 1180px) {
  .catalogArea .arrowBox {
    display: none;
  }
}
.catalogArea .arrowBox .arrow {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 75px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.catalogArea .arrowBox .arrow:hover {
  background: #efdfc0;
}
.catalogArea .arrowBox .arrow:hover span {
  border-color: #fff;
}
.catalogArea .arrowBox .arrowPrev {
  left: calc((100% - 1160px - 34px) / 2);
}
.catalogArea .arrowBox .arrowPrev span {
  left: 55%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.catalogArea .arrowBox .arrowNext {
  right: calc((100% - 1160px - 34px) / 2);
}
.catalogArea .arrowBox .arrowNext span {
  right: 55%;
  -webkit-transform: translate(50%, -50%) rotate(135deg);
          transform: translate(50%, -50%) rotate(135deg);
}
.catalogArea .arrowBox span {
  position: absolute;
  top: 50%;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #a4a4a4;
  border-left: 1px solid #a4a4a4;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}