@charset "UTF-8";
.projectArea .dataList .Txt, .projectArea .dataList .Img img, .projectArea .dataList .Img::before, .newsArea .dataList .Img, .newsArea .dataList .dataItem, .ib_banner_004 .dataItem .Img img, .popWindowArea .close::before, .popWindowArea .close::after, .popWindowArea .close {
  transition: all 0.5s ease-in-out;
}

.popWindowArea {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  /*以防有不支援dvh的瀏覽器*/
  height: 100dvh;
  font-size: 15px;
  line-height: 1.8;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.7s;
}
.popWindowArea .popWindowMask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.7s;
}
.popWindowArea .popWindowBox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50%);
  width: 800px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  transition: all 0.7s;
  position: relative;
}
.popWindowArea .popWindowBox::before {
  content: "";
  display: block;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  left: -10px;
  top: -10px;
  border: 1px solid #A39275;
  z-index: -1;
}
.popWindowArea .popWindowContent {
  max-height: 100%;
  overflow-y: auto;
  overflow-x: clip;
}
.popWindowArea .popWindowContent p {
  margin: 0;
}
.popWindowArea img {
  display: block;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
}
.popWindowArea .Txt {
  padding: 30px;
}
.popWindowArea .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWindowArea .close {
  width: 46px;
  height: 46px;
  background-color: #A39275;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.popWindowArea .close::before, .popWindowArea .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.popWindowArea .close::before {
  transform: rotate(45deg);
}
.popWindowArea .close::after {
  transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .popWindowArea .close:hover {
    background-color: #642100;
  }
  .popWindowArea .close:hover::before {
    transform: rotate(-30deg);
  }
  .popWindowArea .close:hover::after {
    transform: rotate(30deg);
  }
}
.popWindowArea.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWindowArea.show .popWindowMask,
.popWindowArea.show .popWindowBox {
  opacity: 1;
}
.popWindowArea.show .popWindowBox {
  transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .popWindowArea .popWindowContent {
    max-height: calc(100vh - 150px);
    /*以防有不支援dvh的瀏覽器*/
    max-height: calc(100dvh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.ib_banner_004 {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (min-width: 1181px) {
  .ib_banner_004 {
    margin-top: 90px;
  }
}
.ib_banner_004 .wrap {
  max-width: 100%;
  padding: 0;
}
.ib_banner_004 .dataBox {
  position: relative;
  width: 100%;
}
.ib_banner_004 .dataList {
  width: 100%;
  position: relative;
  z-index: 1;
}
.ib_banner_004 .dataList.slick-dotted {
  margin-bottom: 0;
}
.ib_banner_004 .dataItem {
  position: relative;
}
.ib_banner_004 .dataItem .Txt {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 110px 20px 95px;
  z-index: 2;
  text-shadow: 0px 0px 8px rgba(4, 0, 0, 0.28);
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 640px) {
  .ib_banner_004 .dataItem .Txt {
    padding: 20px 20px 40px;
  }
}
.ib_banner_004 .dataItem .Txt .textBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.ib_banner_004 .dataItem .Txt .title {
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 8.8px;
  line-height: 1.5;
  opacity: 0;
}
@media (max-width: 1440px) {
  .ib_banner_004 .dataItem .Txt .title {
    font-size: 44px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_004 .dataItem .Txt .title {
    font-size: 40px;
    letter-spacing: 3px;
  }
}
@media (max-width: 768px) {
  .ib_banner_004 .dataItem .Txt .title {
    font-size: 30px;
    letter-spacing: 2px;
  }
}
.ib_banner_004 .dataItem .Txt .subtitle {
  color: #fff;
  display: block;
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
  letter-spacing: 0.8px;
  margin-top: 10px;
  opacity: 0;
}
@media (max-width: 1180px) {
  .ib_banner_004 .dataItem .Txt .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .ib_banner_004 .dataItem .Txt .subtitle {
    font-size: 16px;
  }
}
.ib_banner_004 .dataItem .Txt .btnBox {
  opacity: 0;
  text-align: center;
}
@media (max-width: 1440px) {
  .ib_banner_004 .dataItem .Txt {
    padding: 20px 20px 85px;
  }
}
@media (max-width: 960px) {
  .ib_banner_004 .dataItem .Txt {
    padding: 20px;
  }
}
.ib_banner_004 .dataItem .Img {
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  .ib_banner_004 .dataItem .Img {
    padding-bottom: 75%;
  }
}
@media (max-width: 480px) {
  .ib_banner_004 .dataItem .Img {
    padding-bottom: 100%;
  }
}
.ib_banner_004 .dataItem .Img img {
  opacity: 0;
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
@media (max-width: 640px) {
  .ib_banner_004 .dataItem .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;
  }
}
.ib_banner_004 .dataLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ib_banner_004 .slick-current .Txt .title {
  animation: slideUpAnimation 0.6s 0.7s ease-in-out forwards;
}
.ib_banner_004 .slick-current .Txt .subtitle {
  animation: slideUpAnimation 0.6s 1s ease-in-out forwards;
}
.ib_banner_004 .slick-current .Txt .btnBox {
  animation: slideUpAnimation 0.6s 1.6s ease-in-out forwards;
}
.ib_banner_004 .slick-current .Img img {
  opacity: 1;
  transform: scale(1);
  animation: fadeScale 2s ease-in-out forwards;
}
.ib_banner_004 .controlBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
}
.aboutArea {
  padding: 161px 0 209px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .aboutArea {
    padding: 50px 0 80px;
  }
}
@media (max-width: 768px) {
  .aboutArea {
    padding: 30px 0 60px;
  }
}
.aboutArea .bgImgBox {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 0;
  top: auto;
  right: auto;
  bottom: 0;
  pointer-events: none;
}
.aboutArea .bgImgBox img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right bottom;
     object-position: right bottom;
}
.aboutArea .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 100%;
  position: relative;
  padding: 0;
}
@media (max-width: 1180px) {
  .aboutArea .wrap {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .aboutArea .wrap {
    padding: 0 20px;
  }
}
.aboutArea .decoImg {
  position: absolute;
  bottom: -15%;
  left: 0;
  pointer-events: none;
}
.aboutArea .decoImg img {
  display: block;
}
@media (max-width: 1180px) {
  .aboutArea .decoImg {
    display: none;
  }
}
.aboutArea .leftBox {
  padding: 15px 15px 0px 0;
  position: relative;
  width: 1006px;
  margin-top: 21px;
  z-index: 2;
}
.aboutArea .leftBox::before {
  content: "";
  display: block;
  width: 62%;
  height: 100%;
  border-top: 1px solid #642100;
  border-right: 1px solid #642100;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1700px) {
  .aboutArea .leftBox {
    width: 50%;
  }
}
@media (max-width: 1180px) {
  .aboutArea .leftBox {
    max-width: 1006px;
    width: 100%;
    margin-left: auto;
  }
}
.aboutArea .dataBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 1006px);
  padding-left: 128px;
  padding-right: 80px;
}
@media (max-width: 1700px) {
  .aboutArea .dataBox {
    width: 50%;
    padding-left: 80px;
    padding-right: 60px;
  }
}
@media (max-width: 1440px) {
  .aboutArea .dataBox {
    padding-left: 60px;
  }
}
@media (max-width: 1280px) {
  .aboutArea .dataBox {
    padding-left: 40px;
    padding-right: 0px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .dataBox {
    width: 100%;
    padding: 20px 0;
  }
}
@media (max-width: 840px) {
  .aboutArea .dataBox {
    width: 100%;
    padding: 20px 0 0;
  }
}
.aboutArea .Img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.aboutArea .Img img {
  display: block;
  width: 100%;
}
.aboutArea .Txt {
  padding-left: 84px;
  padding-top: 10px;
}
@media (max-width: 1440px) {
  .aboutArea .Txt {
    padding-left: 50px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .Txt {
    padding: 0;
  }
}
.aboutArea .Txt .titleBox {
  margin-left: -94px;
  margin-bottom: 8px;
}
@media (max-width: 1440px) {
  .aboutArea .Txt .titleBox {
    margin-left: -60px;
  }
}
@media (max-width: 1280px) {
  .aboutArea .Txt .titleBox {
    margin-left: -60px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .Txt .titleBox {
    margin-left: 0;
  }
}
.aboutArea .Txt .title {
  color: #642100;
  font-size: 22px;
  letter-spacing: 2.2px;
  line-height: 1.4;
}
.aboutArea .Txt .textEditor {
  color: #666666;
}
.aboutArea .Txt .textEditor .sectionTextTitle {
  color: #3E3A39;
}
.aboutArea .Txt .btnBox {
  margin-top: 25px;
}

.caseArea {
  position: relative;
}
.caseArea .imgBox {
  position: relative;
  width: 100%;
}
.caseArea .imgBox:not(.slick-slider) {
  overflow: hidden;
}
.caseArea .imgBox:not(.slick-slider) .imgItem:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.caseArea .imgBox .Img {
  height: 780px;
}
@media (max-width: 1600px) {
  .caseArea .imgBox .Img {
    height: 700px;
  }
}
@media (max-width: 1180px) {
  .caseArea .imgBox .Img {
    height: auto;
  }
}
.caseArea .imgBox img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.caseArea .imgList.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.caseArea > .controlBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  padding: 0 50px;
  pointer-events: none;
}
.caseArea > .controlBox .arrowBox {
  pointer-events: auto;
}
@media (min-width: 1181px) {
  .caseArea > .controlBox .arrowBox {
    border: 1px solid #642100;
  }
  .caseArea > .controlBox .arrowBox .arrow {
    color: #642100;
  }
}
@media (max-width: 1180px) {
  .caseArea > .controlBox {
    justify-content: space-between;
    width: 100%;
    padding: 0 30px;
    top: 40.625vw;
  }
}
@media (max-width: 768px) {
  .caseArea > .controlBox {
    padding: 0 20px;
  }
}
.caseArea .dataBox {
  background-color: #642100;
  background-image: url("../../images/tw/case_bg.jpg");
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 500px;
  padding: 60px 50px 65px;
  position: absolute;
  left: auto;
  top: -85px;
  right: calc(50% - 708px);
}
@media (min-width: 1181px) {
  .caseArea .dataBox {
    height: 80%;
  }
}
.caseArea .dataBox::before {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.65);
  display: block;
  width: calc(100% - 34px);
  height: calc(100% - 34px);
  pointer-events: none;
  left: 17px;
  top: 17px;
}
@media (max-width: 1800px) {
  .caseArea .dataBox {
    right: 150px;
    padding: 40px 50px;
  }
}
@media (max-width: 1440px) {
  .caseArea .dataBox {
    width: 460px;
    padding: 40px 40px;
  }
}
@media (max-width: 1180px) {
  .caseArea .dataBox {
    max-width: 100%;
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    padding: 40px 30px 30px;
  }
  .caseArea .dataBox::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
  }
}
@media (max-width: 1540px) {
  .caseArea .dataBox .titleBox {
    margin-bottom: 10px;
  }
}
.caseArea .dataList {
  flex-grow: 1;
  width: 100%;
  pointer-events: none;
}
.caseArea .dataList .slick-list, .caseArea .dataList .slick-track, .caseArea .dataList .slick-slide {
  height: 100%;
}
.caseArea .dataList .slick-slide > div {
  height: 100%;
}
.caseArea .dataList .slick-slide .dataItem, .caseArea .dataList .slick-slide .item {
  height: 100%;
}
.caseArea .dataList .slick-current {
  pointer-events: auto;
}
.caseArea .dataList .Txt {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 6px 0 0px;
  position: relative;
}
@media (max-width: 1180px) {
  .caseArea .dataList .Txt {
    padding-top: 0;
  }
}
.caseArea .dataList .Txt .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.caseArea .dataList .Txt .title a {
  color: #fff;
  display: block;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.76px;
}
.caseArea .dataList .Txt .introduction {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 175% */
  letter-spacing: 0.16px;
  margin: 9px 0 0px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .caseArea .dataList .Txt .introduction {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 1180px) {
  .caseArea .dataList .Txt .introduction {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .caseArea .dataList .Txt .introduction {
    font-size: 14px;
  }
}
.caseArea .dataList .Txt .specList {
  margin-top: 10px;
  padding-bottom: 5px;
}
@media (max-width: 1180px) {
  .caseArea .dataList .Txt .specList {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
  }
}
.caseArea .dataList .Txt .specItem {
  display: flex;
  align-items: center;
  gap: 0px 12px;
  padding-bottom: 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 175% */
  letter-spacing: 0.16px;
}
@media (max-width: 1180px) {
  .caseArea .dataList .Txt .specItem {
    width: calc(50% - 5px);
  }
}
@media (max-width: 768px) {
  .caseArea .dataList .Txt .specItem {
    padding-bottom: 8px;
    font-size: 14px;
    gap: 0 8px;
  }
}
@media (max-width: 400px) {
  .caseArea .dataList .Txt .specItem {
    width: 100%;
    padding-bottom: 5px;
  }
}
.caseArea .dataList .Txt .specImg {
  width: 30px;
}
.caseArea .dataList .Txt .specImg img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
@media (max-width: 480px) {
  .caseArea .dataList .Txt .specImg {
    width: 24px;
  }
}
.caseArea .dataList .Txt .specTitle {
  position: relative;
  padding-right: 5px;
}
.caseArea .dataList .Txt .specTitle::before {
  content: "";
  width: 1px;
  height: 16px;
  display: block;
  background-color: #fff;
  position: absolute;
  right: -4px;
  top: calc(50% - 8px);
}
.caseArea .dataList .Txt .controlBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
}
@media (max-width: 1180px) {
  .caseArea .dataList .Txt .controlBox {
    height: unset;
    padding-left: 0;
  }
  .caseArea .dataList .Txt .controlBox .arrowBox {
    position: relative;
  }
}
.caseArea .dataList .Txt .arrowBox.arrowNext {
  margin-right: auto;
}
.caseArea .dataList .Txt .btnBox {
  margin: 0;
}
.caseArea .dataList .Txt .btnBox .btn {
  padding: 10px 0;
  width: auto;
  min-width: unset;
}

.newsArea {
  padding: 107px 0 86px;
  position: relative;
  overflow: hidden;
  position: relative;
  z-index: 1;
  clip-path: inset(0 0 0 0);
}
.newsArea::after {
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: fixed;
  background: url("../../images/tw/news_area_bg.jpg") no-repeat center center/cover;
  will-change: transform;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1440px) {
  .newsArea .wrap {
    max-width: 100%;
  }
}
@media (max-width: 1180px) {
  .newsArea {
    padding: 40px 0 0;
  }
}
@media (max-width: 768px) {
  .newsArea {
    padding: 20px 0 0;
  }
}
.newsArea .decoImg {
  position: absolute;
  bottom: -10%;
  right: 0;
}
@media (max-width: 1180px) {
  .newsArea .decoImg {
    display: none;
  }
}
.newsArea .dataContent {
  display: flex;
}
@media (max-width: 1600px) {
  .newsArea .dataContent {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .newsArea .dataContent {
    flex-wrap: wrap;
  }
}
.newsArea .leftBox {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  max-width: 400px;
  flex-shrink: 0;
  position: relative;
  padding-top: 44px;
}
@media (max-width: 1600px) {
  .newsArea .leftBox {
    max-width: 300px;
  }
}
@media (max-width: 1180px) {
  .newsArea .leftBox {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-top: 0;
  }
  .newsArea .leftBox .titleBox {
    margin: 0;
  }
}
.newsArea .leftBox .btnBox {
  margin-top: 60px;
}
@media (max-width: 1180px) {
  .newsArea .leftBox .btnBox {
    margin-top: 0px;
    margin-left: auto;
  }
}
.newsArea .controlBox {
  display: flex;
  align-items: center;
  padding-top: 11px;
}
@media (max-width: 1180px) {
  .newsArea .controlBox {
    display: none;
  }
}
.newsArea .dataBox {
  width: 1080px;
  margin-left: 8px;
}
@media (max-width: 1600px) {
  .newsArea .dataBox {
    width: calc(100% - 300px);
  }
}
@media (max-width: 1180px) {
  .newsArea .dataBox {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
@media (max-width: 1600px) {
  .newsArea .dataList {
    width: 100%;
  }
}
@media (min-width: 1181px) {
  .newsArea .dataList .slick-current .dataItem {
    padding: 120px 0 0;
  }
  .newsArea .dataList .dataItem {
    padding: 0px 0 120px;
  }
}
@media (max-width: 1180px) {
  .newsArea .dataList {
    width: 100%;
    max-width: 500px;
  }
  .newsArea .dataList .slick-list {
    overflow: visible;
  }
  .newsArea .dataList:not(.slick-slider) .dataItem:not(:first-child) {
    display: none;
  }
  .newsArea .dataList:not(.slick-slider) .dataItem {
    width: 33.3333333333%;
  }
  .newsArea .dataList .slick-current .dataItem {
    padding-top: 40px;
  }
  .newsArea .dataList .slick-dots {
    padding-left: 15px;
  }
}
@media (max-width: 1180px) {
  .newsArea .dataList .dataItem {
    padding-top: 0px;
  }
}
.newsArea .dataList .item {
  width: 100%;
  margin-left: auto;
  padding: 20px 20px;
}
@media (max-width: 1440px) {
  .newsArea .dataList .item {
    padding: 20px 15px;
  }
}
@media (max-width: 840px) {
  .newsArea .dataList .item {
    margin: 0 auto;
    padding: 20px 10px;
  }
}
.newsArea .dataList .Img {
  position: relative;
}
@media (max-width: 840px) {
  .newsArea .dataList .Img {
    box-shadow: none;
  }
}
.newsArea .dataList .Img img {
  display: block;
  width: 100%;
}
.newsArea .dataList .Txt {
  display: flex;
  align-items: flex-start;
  padding: 20px 0 20px 5px;
}
@media (max-width: 1180px) {
  .newsArea .dataList .Txt {
    padding: 20px 0;
  }
}
@media (max-width: 840px) {
  .newsArea .dataList .Txt {
    flex-wrap: wrap;
  }
}
.newsArea .dataList .dateBox {
  width: 162px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.newsArea .dataList .dateBox::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 38px;
  background-color: rgba(0, 0, 0, 0.3);
  left: auto;
  top: 8px;
  right: 17px;
  rotate: 35deg;
}
.newsArea .dataList .dateBox .day {
  color: #642100;
  font-family: "Cormorant", "Noto Serif TC", serif;
  font-size: 50px;
  letter-spacing: 2.5px;
  line-height: 40px;
  padding-right: 5px;
  padding-bottom: 5px;
}
.newsArea .dataList .dateBox .year {
  color: #E2898A;
  font-family: "Noto Sans", "Noto Serif TC", serif;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.65px;
  line-height: 20px;
  width: 100%;
}
.newsArea .dataList .dateBox .classTitle {
  color: #000;
  flex-basis: 100%;
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 20px;
}
.newsArea .dataList .title {
  width: calc(100% - 172px);
  padding-top: 26px;
}
@media (max-width: 840px) {
  .newsArea .dataList .title {
    width: 100%;
  }
}
.newsArea .dataList .title a {
  color: #3E3A39;
  display: block;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 127.273% */
  letter-spacing: 0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1181px) {
  .newsArea .dataList .title a:hover {
    color: #642100;
    transform: translateX(-5px);
  }
}
@media (max-width: 1180px) {
  .newsArea .dataList .title a {
    font-size: 18px;
    letter-spacing: 1px;
  }
}
@media (max-width: 400px) {
  .newsArea .dataList .title a {
    font-size: 16px;
    letter-spacing: 0.5px;
  }
}

.projectArea {
  overflow: hidden;
  position: relative;
  padding: 0px 0 100px;
}
@media (max-width: 1180px) {
  .projectArea {
    padding: 40px 0 80px;
  }
  .projectArea .wrap {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .projectArea {
    padding: 20px 0 60px;
  }
}
.projectArea .slick-list {
  overflow: visible;
}
.projectArea .dataBox {
  height: 100%;
  width: calc(100% - 290px);
}
@media (max-width: 1180px) {
  .projectArea .dataBox {
    width: 100%;
    height: auto;
  }
}
.projectArea .dataList {
  max-width: 985px;
  margin: 0 auto;
}
.projectArea .dataList:not(.slick-slider) {
  overflow-y: hidden;
}
.projectArea .dataList:not(.slick-slider) .dataItem:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1180px) {
  .projectArea .dataList {
    order: 2;
    width: 100%;
    max-width: 600px;
  }
}
.projectArea .dataList .slick-list {
  overflow: visible;
}
.projectArea .dataList .slick-current .item {
  pointer-events: auto;
}
.projectArea .dataList .slick-current .Img img {
  opacity: 1;
}
.projectArea .dataList .item {
  padding: 0 18px;
  position: relative;
  pointer-events: none;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .projectArea .dataList .item {
    padding: 0 10px;
    max-width: 580px;
    margin: 0 auto;
  }
}
@media (min-width: 1180px) and (min-width: 1181px) {
  .projectArea .dataList .item:hover .Img::before {
    top: 0;
    opacity: 1;
  }
  .projectArea .dataList .item:hover .Txt {
    top: auto;
    bottom: 0;
    opacity: 1;
  }
  .projectArea .dataList .item:hover .Txt::before, .projectArea .dataList .item:hover .Txt::after {
    width: 100%;
    max-width: 470px;
    transition-delay: 0.45s;
  }
}
.projectArea .dataList .Img {
  background-color: #000;
  width: 100%;
  max-width: 965px;
  margin: 0 auto;
  position: relative;
}
.projectArea .dataList .Img::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent 35%);
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 20px;
  pointer-events: none;
}
.projectArea .dataList .Img a {
  display: block;
  width: 100%;
  height: 100%;
}
.projectArea .dataList .Img img {
  display: block;
  opacity: 0.5;
  width: 100%;
}
@media (max-width: 1180px) {
  .projectArea .dataList .Img img {
    opacity: 1;
  }
}
.projectArea .dataList .Txt {
  color: #fff;
  width: 100%;
  max-width: 340px;
  text-align: center;
  padding: 30px 10px 45px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: -10%;
  transform: translateX(-50%);
}
.projectArea .dataList .Txt::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  left: auto;
  top: calc(50% - 0.5px);
  right: 100%;
}
.projectArea .dataList .Txt::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  left: 100%;
  top: calc(50% - 0.5px);
  right: auto;
}
.projectArea .dataList .Txt .title {
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1.5;
}
.projectArea .dataList .Txt .title a {
  color: inherit;
}
.projectArea .dataList .Txt .subtitle {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 1.5;
}
.projectArea .dataList .Txt .textEditor {
  color: #fff;
  font-size: 15px;
  letter-spacing: 1.6px;
  line-height: 1.4;
  margin-top: 10px;
}
@media (max-width: 1180px) {
  .projectArea .dataList .Txt .textEditor {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .projectArea .dataList .Txt .textEditor {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 1180px) {
  .projectArea .dataList .Txt {
    background-color: #A39275;
    width: 100%;
    max-width: 100%;
    opacity: 1;
    padding: 20px;
    pointer-events: auto;
    position: relative;
    left: 0;
    bottom: 0;
    transform: translateX(0);
  }
}
.projectArea .controlBox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  margin-top: 30px;
}
@media (max-width: 1180px) {
  .projectArea .controlBox {
    order: 1;
  }
}
@media (max-width: 768px) {
  .projectArea .controlBox .arrowBox {
    display: none;
  }
}