@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600&family=Noto+Serif+TC:wght@200;400;500;600&family=Poppins:wght@700&display=swap");
.facArea .rightBox .facList .Img, .facArea .rightBox .facList .Txt, .facArea .rightBox .facList .item, .bannerArea .arrowBox .arrow::after, .bannerArea .arrowBox .arrow::before, .bannerArea .arrowBox .arrow, .bannerArea .bannerVideoArea .videoStopBtn::after, .bannerArea .bannerVideoArea .videoStopBtn::before, .bannerArea .bannerVideoArea .videoStopBtn {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@-webkit-keyframes bannerTxtAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bannerTxtAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes progressBarHorizontal {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes progressBarHorizontal {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes progressBarVertical {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes progressBarVertical {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes progressCircleAnimation {
  0% {
    stroke-dashoffset: 153.86;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes progressCircleAnimation {
  0% {
    stroke-dashoffset: 153.86;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-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 rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  position: absolute;
  right: -23px;
  top: -23px;
  z-index: 1;
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.7);
  /* background-color: #fff; */
  border-radius: 50%;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #cd5e3c;
  /* border-radius:  50%; */
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 1180px) {
  .popWin .close {
    right: 0;
    top: 0;
    border-radius: 0;
  }
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem .Txt {
  width: 1464px;
  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: 290px 0 0px;
  z-index: 2;
  position: absolute;
  top: 0;
  left: calc(50% - 732px);
  pointer-events: none;
}
.bannerArea .bannerItem .Txt .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .bannerItem .Txt .textBox.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 215px;
  position: absolute;
  top: 290px;
  right: 0;
}
.bannerArea .bannerItem .Txt .title {
  font-size: 23px;
  line-height: 25px;
  letter-spacing: 3px;
  font-weight: 600;
  padding-bottom: 60px;
  position: relative;
  color: #fff;
  opacity: 0;
}
.bannerArea .bannerItem .Txt .title::before {
  content: "";
  width: 110px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 26px;
  left: 0;
}
.bannerArea .bannerItem .Txt .title2 {
  padding-top: 100px;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 3px;
  color: #fff;
  font-weight: 500;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  opacity: 0;
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #fff;
  display: block;
  font-size: 58px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0px;
  padding-bottom: 50px;
  opacity: 0;
  max-width: 590px;
}
.bannerArea .bannerItem .Txt .subtitle2 {
  padding-top: 100px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 20px;
  opacity: 0;
}
.bannerArea .bannerItem .Txt .text {
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 200;
  opacity: 0;
}
.bannerArea .bannerItem .Txt .text2 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 3px;
  font-weight: 300;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  opacity: 0;
}
.bannerArea .bannerItem .Txt .bannerBtn {
  opacity: 0;
  padding-top: 30px;
}
.bannerArea .bannerItem .Txt .bannerBtn a {
  background-color: #003f57;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.5px;
  padding: 15px 20px;
  text-align: center;
}
.bannerArea .bannerItem .Txt .bannerBtn a:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  color: #003f57;
}
.bannerArea .bannerItem .Txt .bannerVideo {
  display: none;
}
.bannerArea .bannerItem .Txt .bannerVideo.show {
  display: block;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 150px;
  right: 0;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 5px);
  z-index: 1;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::after {
  content: "";
  border: 1px dashed #fff;
  border-radius: 50%;
  z-index: 1;
  width: 75%;
  height: 75%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerItem .Img {
  position: relative;
  z-index: 1;
  height: 984px;
}
.bannerArea .bannerItem .Img a {
  display: block;
  width: 100%;
  height: 100%;
}
.bannerArea .bannerItem .Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bannerArea .bannerItem.slick-current .Txt .title, .bannerArea .bannerItem.slick-current .Txt .title2 {
  -webkit-animation: bannerTxtAnimation 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .subtitle, .bannerArea .bannerItem.slick-current .Txt .subtitle2 {
  -webkit-animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .text, .bannerArea .bannerItem.slick-current .Txt .text2 {
  -webkit-animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .bannerBtn {
  -webkit-animation: bannerTxtAnimation 0.8s 1.2s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .videoBtn::after {
  -webkit-animation: rotate 50s linear forwards;
          animation: rotate 50s linear forwards;
}
@media (max-width: 1680px) {
  .bannerArea .bannerItem .Txt {
    width: 100%;
    padding-top: 0;
    padding-left: 120px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .bannerArea .bannerItem .Txt .textBox.right {
    top: 0;
    right: 50px;
  }
  .bannerArea .bannerItem .Img {
    height: 880px;
  }
}
@media (max-width: 1280px) {
  .bannerArea .bannerItem .Img {
    height: 780px;
  }
}
@media (max-width: 1080px) {
  .bannerArea .bannerItem .Txt {
    padding-left: 50px;
  }
  .bannerArea .bannerItem .Txt .textBox.right {
    width: 160px;
  }
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt {
    padding: 0 20px;
    top: auto;
    bottom: 50px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .bannerArea .bannerItem .Txt .textBox.right {
    display: none;
  }
  .bannerArea .bannerItem .Txt .title {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 40px;
  }
  .bannerArea .bannerItem .Txt .title::before {
    width: 85px;
    bottom: 18px;
  }
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 45px;
    line-height: 50px;
    max-width: 400px;
    padding-bottom: 30px;
  }
  .bannerArea .bannerItem .Txt .text {
    font-size: 12px;
    line-height: 20px;
  }
  .bannerArea .bannerItem .Img {
    height: 700px;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Img {
    height: 640px;
  }
}
.bannerArea .bannerVideoArea {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  -webkit-transition: 0.75s all ease-in-out;
  transition: 0.75s all ease-in-out;
}
.bannerArea .bannerVideoArea.hide {
  opacity: 0;
}
.bannerArea .bannerVideoArea .videoBox {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.bannerArea .bannerVideoArea .videoStopBtn {
  width: 80px;
  height: 80px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  top: calc(50% - 40px);
  right: 50px;
  z-index: 101;
  border-radius: 50%;
}
.bannerArea .bannerVideoArea .videoStopBtn::before {
  content: "";
  width: 50%;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
          transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.bannerArea .bannerVideoArea .videoStopBtn::after {
  content: "";
  width: 50%;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
          transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.bannerArea .bannerVideoArea .videoStopBtn span {
  text-align: center;
  font-size: 16px;
  padding-bottom: 10px;
}
.bannerArea .bannerVideoArea .videoStopBtn:hover {
  background-color: rgba(0, 63, 87, 0.8);
}
@media (max-width: 1180px) {
  .bannerArea .bannerVideoArea .videoStopBtn {
    width: 60px;
    height: 60px;
    right: 30px;
  }
  .bannerArea .bannerVideoArea .videoStopBtn span {
    font-size: 14px;
    padding-bottom: 8px;
  }
}
.bannerArea .bannerVideoArea iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
@media (max-width: 1600px) {
  .bannerArea .bannerVideoArea iframe {
    width: auto;
    height: 100%;
  }
}
.bannerArea .arrowBox {
  display: none;
  position: absolute;
  top: 50%;
  right: 50px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .arrowBox.show {
  display: block;
}
.bannerArea .arrowBox .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 10px 0;
  cursor: pointer;
}
.bannerArea .arrowBox .arrow::before {
  content: "";
  border-style: solid;
  display: block;
  z-index: 2;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .arrowBox .arrow::after {
  content: "";
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .arrowBox .arrowPrev::before {
  border-width: 0 5px 9px 5px;
  border-color: transparent transparent #fff transparent;
}
.bannerArea .arrowBox .arrowPrev:hover::before {
  border-color: transparent transparent #003f57 transparent;
}
.bannerArea .arrowBox .arrowNext::before {
  border-width: 9px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}
.bannerArea .arrowBox .arrowNext:hover::before {
  border-color: #003f57 transparent transparent transparent;
}
.bannerArea .progressBar {
  background-color: #fff;
  display: none;
  position: absolute;
  bottom: 100px;
  z-index: 2;
}
.bannerArea .progressBar.show {
  display: block;
}
.bannerArea .progressBar.horizontal .path, .bannerArea .progressBar.vertical .path {
  width: 100%;
  height: 2px;
  display: inline-block;
  fill: #003f57;
  vertical-align: middle;
  position: absolute;
  z-index: 2;
}
.bannerArea .progressBar.horizontal .path rect, .bannerArea .progressBar.vertical .path rect {
  width: 100%;
  height: 2px;
}
.bannerArea .progressBar.horizontal {
  width: 300px;
  height: 2px;
  left: 355px;
}
.bannerArea .progressBar.horizontal .path {
  width: 100%;
  height: 2px;
}
.bannerArea .progressBar.horizontal .path rect {
  width: 100%;
  height: 2px;
}
.bannerArea .progressBar.horizontal .path.active rect {
  -webkit-animation: progressBarHorizontal linear forwards;
          animation: progressBarHorizontal linear forwards;
}
.bannerArea .progressBar.vertical {
  width: 2px;
  height: 100px;
  right: 500px;
}
.bannerArea .progressBar.vertical .path {
  width: 2px;
  height: 100px;
}
.bannerArea .progressBar.vertical .path rect {
  width: 2px;
  height: 100px;
}
.bannerArea .progressBar.vertical .path.active rect {
  -webkit-animation: progressBarVertical linear forwards;
          animation: progressBarVertical linear forwards;
}
.bannerArea .progressBar.circle {
  width: 50px;
  height: 50px;
  background-color: transparent;
  position: absolute;
  bottom: 100px;
  right: 355px;
  z-index: 3;
}
.bannerArea .progressBar.circle .path {
  width: 50px;
  height: 50px;
  fill: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: 1;
  stroke-dashoffset: 0;
  stroke-dasharray: 153.86;
  stroke: #003f57;
  stroke-width: 3px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.bannerArea .progressBar.circle .path.active circle {
  -webkit-animation: progressCircleAnimation linear forwards;
          animation: progressCircleAnimation linear forwards;
}
.bannerArea .slidePage {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  display: none;
  font-size: 20px;
  position: absolute;
  bottom: 130px;
  z-index: 2;
}
.bannerArea .slidePage.show {
  display: block;
}
.bannerArea .slidePage.current {
  left: 355px;
}
.bannerArea .slidePage.total {
  left: 365px;
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: none;
  position: absolute;
  bottom: 190px;
  right: 230px;
  padding: 0 20px;
  z-index: 2;
}
.bannerArea .scrollDown.show {
  display: block;
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown span.text {
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.bannerArea .scrollDown span.line {
  width: 1px;
  height: 180px;
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  top: 70px;
  left: 26px;
  z-index: 1;
}
.bannerArea .scrollDown span.line::before {
  content: "";
  width: 1px;
  height: 180px;
  -webkit-animation: bannerScrollAnimation 2.5s linear infinite forwards;
          animation: bannerScrollAnimation 2.5s linear infinite forwards;
  background-color: #003f57;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bannerArea .scrollDown:hover span.text {
  color: #003f57;
}
@media (max-width: 1680px) {
  .bannerArea .scrollDown {
    right: 50px;
  }
}
@media (max-width: 1080px) {
  .bannerArea .scrollDown {
    right: 0px;
  }
}
@media (max-width: 960px) {
  .bannerArea .scrollDown {
    bottom: 135px;
    right: -5px;
  }
  .bannerArea .scrollDown span.line {
    height: 120px;
  }
  .bannerArea .scrollDown span.line::before {
    height: 120px;
  }
}
@media (max-width: 400px) {
  .bannerArea .scrollDown {
    display: none;
  }
  .bannerArea .scrollDown.show {
    display: none;
  }
}
.bannerArea .slick-dots {
  width: 15px;
  margin: 0;
  bottom: 20%;
  right: 50px;
}
.bannerArea .slick-dots li {
  width: 100%;
  height: 15px;
  margin: 5px 0;
}
.bannerArea .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.bannerArea .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
}
.bannerArea .slick-dots li.slick-active button::before {
  border: 1px solid #fff;
  background-color: #fff;
  opacity: 1;
}

.newsArea {
  padding: 0;
  position: relative;
  background-color: #fff;
}
.newsArea::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/home_news_bg.jpg);
  opacity: 0.4;
  pointer-events: none;
}
.newsArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsArea .leftBox {
  position: absolute;
  top: 80px;
  left: 30px;
  z-index: 5;
}
.newsArea .leftBox .titleBox {
  -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
          writing-mode: initial;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsArea .leftBox .titleBox .entitle {
  padding-top: 0;
  padding-left: 30px;
}
.newsArea .leftBox .titleBox .entitle::before {
  content: "";
  height: 1px;
  width: 241px;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  top: 50%;
  left: calc(100% + 30px);
}
@media (max-width: 465px) {
  .newsArea .leftBox .titleBox .entitle::before {
    display: none;
  }
}
.newsArea .leftBox .infoBox {
  padding-top: 34px;
}
.newsArea .leftBox .infoBox .expTitle {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: 600;
  letter-spacing: 2px;
  padding-right: 12px;
}
.newsArea .leftBox .infoBox .exp {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #000;
  font-weight: 600;
}
.newsArea .rightBox {
  padding: 80px 0 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.newsArea .newsBox {
  margin-top: 100px;
  width: calc(100% - 695px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  padding-right: 30px;
  /*&::after{
  	content: "";
  	display: block;
  	width: 1px;
  	height: 600px;
  	background-color: rgba(#000, 0.1);
  	position: absolute;
  	top: 0;
  	left: 450px;
  }*/
}
.newsArea .newsBox .newsList {
  width: 100%;
}
.newsArea .newsBox .newsList .item {
  margin: 0 auto;
  padding: 30px;
  position: relative;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.newsArea .newsBox .newsList .item::before {
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  background-image: url(../images/home_news_deco_bg.png);
  position: absolute;
  top: -50px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.newsArea .newsBox .newsList .item::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
}
.newsArea .newsBox .newsList .item:hover {
  background-color: #003f57;
}
.newsArea .newsBox .newsList .item:hover::before {
  top: 0;
  left: 0;
  opacity: 0.03;
}
.newsArea .newsBox .newsList .item:hover .Txt .title a {
  color: #fff;
}
.newsArea .newsBox .newsList .item:hover .Txt .exp {
  color: rgba(255, 255, 255, 0.7);
}
.newsArea .newsBox .newsList .item:hover .bottomBox {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.newsArea .newsBox .newsList .Txt {
  margin: 0;
  -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
          writing-mode: initial;
}
.newsArea .newsBox .newsList .Txt .title {
  overflow: hidden;
  margin-right: auto;
  -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
          writing-mode: initial;
}
.newsArea .newsBox .newsList .Txt .title a {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #000;
}
.newsArea .newsBox .newsList .Txt .exp {
  overflow: hidden;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.7);
}
.newsArea .newsBox .newsList .bottomBox {
  width: 80px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding-left: 25px;
  color: #000;
  text-align: right;
}
.newsArea .newsBox .newsList .bottomBox .day {
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: "Noto Serif TC";
}
.newsArea .newsBox .newsList .bottomBox .month {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.newsArea .newsBox .newsList .bottomBox .year {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.2px;
}
.newsArea .newsBox.hide {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.newsArea .newsBox2 {
  margin-top: 56px;
  width: 695px;
  position: relative;
}
@media (max-width: 1280px) {
  .newsArea .newsBox2 {
    margin-top: 0px;
  }
}
.newsArea .newsBox2 .newsPicList .Txt {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0 0;
  max-height: 155px;
}
.newsArea .newsBox2 .newsPicList .Txt .title {
  width: calc(100% - 130px);
  padding-bottom: 5px;
}
.newsArea .newsBox2 .newsPicList .Txt .title a {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 600;
}
.newsArea .newsBox2 .newsPicList .Txt .title.ellipsis {
  height: 25px;
}
.newsArea .newsBox2 .newsPicList .Txt .date {
  display: inline-block;
  max-width: 130px;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  letter-spacing: 0.5px;
  position: relative;
  text-align: right;
  padding-left: 15px;
}
.newsArea .newsBox2 .newsPicList .Txt .date::before {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 2px;
  left: 0;
}
.newsArea .newsBox2 .newsPicList .Txt .exp {
  width: 100%;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.8px;
  color: #484848;
}
.newsArea .newsBox2 .newsPicList .Txt .exp.ellipsis {
  height: 50px;
}
.newsArea .newsBox2 .newsPicList .Txt .moreBtn {
  margin-top: 20px;
}
.newsArea .newsBox2 .newsPicList .Img {
  width: 100%;
}
.newsArea .newsBox2 .newsPicList .Img a {
  display: block;
  width: 100%;
  height: 100%;
}
.newsArea .newsBox2 .newsPicList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsArea .newsBox2 .arrowBox {
  position: absolute;
  bottom: 50px;
  right: 0;
}
@media (max-width: 1280px) {
  .newsArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newsArea .leftBox {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    padding-top: 50px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 56px 0 30px;
  }
  .newsArea .rightBox {
    padding-top: 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .newsArea .newsBox {
    display: none;
  }
}
@media (max-width: 960px) {
  .newsArea .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .newsArea .leftBox {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 56px 0 30px;
  }
  .newsArea .leftBox .titleBox {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .newsArea .leftBox .infoBox {
    padding-left: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    width: 100%;
  }
  .newsArea .leftBox .infoBox .expTitle {
    padding-right: 0;
  }
  .newsArea .titleBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
  .newsArea .titleBox .entitle {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-top: 0;
    padding-left: 16px;
    text-align: left;
  }
  .newsArea .titleBox .entitle::before {
    width: calc(100% - 115px);
    max-width: 222px;
    height: 1px;
    top: calc(50% - 0.5px);
    left: 115px;
    right: 0;
  }
  .newsArea .rightBox {
    width: 100%;
    padding: 0px 0 54px;
  }
  .newsArea .newsBox2 {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .newsArea .newsBox2 .newsPicList .Txt {
    max-height: initial;
  }
  .newsArea .newsBox2 .newsPicList .Txt .title {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .newsArea .newsBox2 .newsPicList .Txt .exp {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .newsArea .newsBox2 .newsPicList .Txt .date {
    max-width: 100%;
    width: 100%;
    text-align: left;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .newsArea .newsBox2 .newsPicList .Txt .moreBtn {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .newsArea .newsBox2 .arrowBox {
    bottom: 0;
  }
}
@media (max-width: 640px) {
  .newsArea .newsBox2 .newsPicList .Img {
    height: 200px;
  }
}
@media (max-width: 400px) {
  .newsArea .newsBox2 .newsPicList .Img {
    height: 160px;
  }
}

.roomArea {
  padding: 105px 0 100px;
  background-color: #fbfbfb;
}
.roomArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.roomArea .leftBox {
  width: calc(100% - 200px);
  height: 420px;
  position: relative;
}
.roomArea .roomWrap {
  z-index: 2;
  width: 1504px;
  position: absolute;
  top: 0;
  right: 524px;
}
.roomArea .roomWrap .roomList {
  width: 100%;
}
.roomArea .roomWrap .roomList .item {
  padding: 0 11px;
}
.roomArea .roomWrap .roomList .Img {
  width: 100%;
  height: 420px;
}
.roomArea .roomWrap .roomList .Img a {
  display: block;
  width: 100%;
  height: 100%;
}
.roomArea .roomWrap .roomList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.roomArea .roomRightWrap {
  padding-left: 770px;
  position: relative;
}
.roomArea .roomRightWrap .arrowBox {
  position: absolute;
  bottom: 0;
  right: 0;
}
.roomArea .roomTxtList {
  width: 495px;
}
.roomArea .roomTxtList .Txt {
  position: relative;
  height: 420px;
}
.roomArea .roomTxtList .Txt .entitle {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0;
  color: #000;
  font-weight: 400;
}
.roomArea .roomTxtList .Txt .title a {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: 600;
  padding-top: 12px;
}
.roomArea .roomTxtList .Txt .topBox {
  padding-top: 7px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.roomArea .roomTxtList .Txt .topBox span {
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #000;
  font-family: "Noto Sans TC";
  font-weight: 400;
}
.roomArea .roomTxtList .Txt .topBox .subtitle:not(:first-child) {
  padding-left: 3px;
}
.roomArea .roomTxtList .Txt .topBox .text {
  padding-left: 5px;
  position: relative;
  color: #818181;
}
.roomArea .roomTxtList .Txt .topBox .text::before {
  content: "/";
  padding-right: 5px;
}
.roomArea .roomTxtList .Txt .exp {
  margin-top: 10px;
  font-size: 14px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400px;
  letter-spacing: 1px;
}
.roomArea .roomTxtList .Txt .exp.ellipsis {
  height: 60px;
}
.roomArea .roomTxtList .Txt .moreBtn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.roomArea .roomList2 {
  position: absolute;
  top: 215px;
  left: 770px;
  width: 511px;
  height: 120px;
  margin-left: -16px;
}
.roomArea .roomList2 li {
  padding: 0;
}
.roomArea .roomList2 .item {
  padding-left: 16px;
}
.roomArea .roomList2 .Img {
  width: 100%;
  height: 90px;
}
.roomArea .roomList2 .Img a {
  display: block;
  width: 100%;
  height: 100%;
}
.roomArea .roomList2 .Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.roomArea .roomList2 .title a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  padding-top: 10px;
}
.roomArea .rightBox {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.roomArea .rightBox .titleBox .entitle {
  padding-top: 30px;
}
.roomArea .rightBox .titleBox .entitle::before {
  height: 173px;
  top: calc(100% + 20px);
}
.roomArea .rightBox .infoBox {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  padding-right: 34px;
}
.roomArea .rightBox .infoBox .expTitle {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: 600;
  letter-spacing: 2px;
  padding-left: 12px;
}
.roomArea .rightBox .infoBox .exp {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #000;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .roomArea .leftBox {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .roomArea .roomWrap {
    width: calc(100% - 500px);
    position: relative;
    right: 0;
  }
  .roomArea .roomWrap .roomList .item {
    padding: 0;
  }
  .roomArea .roomRightWrap {
    padding-left: 0;
    width: 500px;
    padding-left: 20px;
  }
  .roomArea .roomTxtList {
    width: 100%;
  }
  .roomArea .roomTxtList .Txt {
    width: 100%;
  }
  .roomArea .roomList2 {
    left: 30px;
    width: 470px;
  }
}
@media (max-width: 1440px) {
  .roomArea .leftBox {
    width: calc(100% - 140px);
  }
  .roomArea .roomWrap {
    width: calc(100% - 400px);
  }
  .roomArea .roomWrap .roomList .Img {
    height: 380px;
  }
  .roomArea .roomRightWrap {
    padding-left: 30px;
    width: 400px;
  }
  .roomArea .roomTxtList .Txt {
    height: 380px;
  }
  .roomArea .roomList2 {
    top: auto;
    bottom: 50px;
    width: 380px;
  }
  .roomArea .roomList2 .title a {
    padding-top: 5px;
  }
  .roomArea .rightBox {
    width: 140px;
  }
}
@media (max-width: 1280px) {
  .roomArea .roomTxtList .Txt .exp.ellipsis {
    height: 140px;
  }
  .roomArea .roomList2 {
    display: none;
  }
}
@media (max-width: 1080px) {
  .roomArea {
    padding: 80px 0;
  }
  .roomArea .leftBox {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .roomArea .roomWrap {
    width: 100%;
  }
  .roomArea .roomRightWrap {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .roomArea .roomTxtList .Txt {
    height: 280px;
  }
  .roomArea .roomTxtList .Txt .exp.ellipsis {
    height: 90px;
  }
  .roomArea .rightBox {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .roomArea .rightBox .titleBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
  .roomArea .rightBox .titleBox .entitle {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-top: 0;
    padding-left: 16px;
    text-align: left;
  }
  .roomArea .rightBox .titleBox .entitle::before {
    width: calc(100% - 115px);
    max-width: 222px;
    height: 1px;
    top: calc(50% - 0.5px);
    left: 115px;
    right: 0;
  }
  .roomArea .rightBox .infoBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    padding-bottom: 20px;
  }
  .roomArea .rightBox .infoBox .expTitle {
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
  }
  .roomArea .rightBox .infoBox .exp {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .roomArea {
    padding: 58px 0;
  }
  .roomArea .roomWrap .roomList .Img {
    height: 254px;
  }
  .roomArea .roomTxtList .Txt {
    height: 270px;
  }
  .roomArea .roomTxtList .Txt .exp.ellipsis {
    height: 80px;
  }
}
@media (max-width: 400px) {
  .roomArea .roomWrap .roomList .Img {
    height: 200px;
  }
  .roomArea .roomTxtList .Txt .topBox span {
    letter-spacing: 0;
  }
  .roomArea .roomTxtList .Txt .topBox .text {
    padding-left: 3px;
  }
  .roomArea .roomTxtList .Txt .topBox .text::before {
    padding-right: 3px;
  }
}

.restaurantArea {
  padding: 100px 0;
}
.restaurantArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.restaurantArea .leftBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 368px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.restaurantArea .rightBox {
  height: 395px;
  width: calc(100% - 368px);
  position: relative;
}
.restaurantArea .rightBox .arrowBox {
  position: absolute;
  bottom: 10px;
  left: -368px;
}
.restaurantArea .restaurantTxtList {
  width: 266px;
}
.restaurantArea .restaurantTxtList .item {
  padding: 0 25px;
}
.restaurantArea .restaurantTxtList .Txt {
  position: relative;
  height: 395px;
}
.restaurantArea .restaurantTxtList .Txt .title {
  position: relative;
  overflow: hidden;
}
.restaurantArea .restaurantTxtList .Txt .title::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
}
.restaurantArea .restaurantTxtList .Txt .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 0;
  left: -100%;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.restaurantArea .restaurantTxtList .Txt .title a {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
}
.restaurantArea .restaurantTxtList .Txt .title.ellipsis {
  height: 44px;
}
.restaurantArea .restaurantTxtList .Txt .title:hover::after {
  left: 0;
}
.restaurantArea .restaurantTxtList .Txt .subtitle {
  padding-top: 15px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2.5px;
  color: #000;
  font-weight: 600;
}
.restaurantArea .restaurantTxtList .Txt .exp {
  margin-top: 30px;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.8);
  padding-right: 15px;
}
.restaurantArea .restaurantTxtList .Txt .exp.ellipsis {
  max-height: 200px;
}
.restaurantArea .restaurantTxtList .Txt .moreBtn {
  position: absolute;
  bottom: 10px;
  left: 0;
}
.restaurantArea .restaurantPicBox {
  width: 1592px;
  height: 395px;
  position: absolute;
  top: 0;
  left: 290px;
}
.restaurantArea .restaurantList {
  width: 100%;
  height: 100%;
}
.restaurantArea .restaurantList .item {
  width: 796px;
  padding: 0 8px;
}
.restaurantArea .restaurantList .Img {
  width: 100%;
  height: 395px;
}
.restaurantArea .restaurantList a {
  display: block;
  width: 100%;
  height: 100%;
}
.restaurantArea .restaurantList img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.restaurantArea .bottomBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
}
.restaurantArea .restaurantList2 {
  width: 100%;
  width: calc(100% - 330px);
}
.restaurantArea .restaurantList2 li {
  padding: 0;
}
.restaurantArea .restaurantList2 .item {
  padding-right: 15px;
}
.restaurantArea .restaurantList2 .Img {
  width: 100%;
  height: 132px;
}
.restaurantArea .restaurantList2 .Img a {
  display: block;
  width: 100%;
  height: 100%;
}
.restaurantArea .restaurantList2 .Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.restaurantArea .decoText {
  width: 330px;
  height: 132px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 15px;
}
.restaurantArea .decoText .enText {
  width: 100%;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0;
  color: #000;
  font-weight: 400;
  max-width: 280px;
}
.restaurantArea .decoText .text {
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  color: #000;
  letter-spacing: 1px;
  font-weight: 600;
  padding-bottom: 15px;
}
@media (max-width: 1500px) {
  .restaurantArea .leftBox {
    width: 240px;
  }
  .restaurantArea .rightBox {
    width: calc(100% - 240px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .restaurantArea .rightBox .arrowBox {
    left: -240px;
  }
  .restaurantArea .restaurantPicBox {
    width: calc(100% - 266px);
    position: relative;
    left: 0;
  }
  .restaurantArea .restaurantList .item {
    width: 100%;
  }
  .restaurantArea .restaurantList2 {
    width: calc(100% - 300px);
  }
  .restaurantArea .restaurantList2 .Img {
    height: 120px;
  }
  .restaurantArea .decoText {
    width: 300px;
    height: 120px;
  }
}
@media (max-width: 1440px) {
  .restaurantArea {
    padding: 50px 0 40px;
  }
  .restaurantArea .rightBox {
    height: 300px;
  }
  .restaurantArea .restaurantTxtList .Txt {
    height: 300px;
  }
  .restaurantArea .restaurantTxtList .Txt .exp {
    margin-top: 10px;
    padding-right: 0;
  }
  .restaurantArea .restaurantTxtList .Txt .exp.ellipsis {
    max-height: 120px;
  }
  .restaurantArea .restaurantPicBox {
    height: 300px;
  }
  .restaurantArea .restaurantList .item {
    padding: 0;
  }
  .restaurantArea .restaurantList .Img {
    height: 300px;
  }
}
@media (max-width: 1080px) {
  .restaurantArea .leftBox {
    width: 100%;
    padding-bottom: 24px;
    border-right: 1px solid transparent;
  }
  .restaurantArea .rightBox {
    width: 100%;
  }
  .restaurantArea .rightBox .arrowBox {
    bottom: 10px;
    left: 200px;
    top: auto;
  }
  .restaurantArea .restaurantTxtList {
    width: 270px;
  }
  .restaurantArea .restaurantTxtList .item {
    width: 100%;
    padding: 0;
  }
  .restaurantArea .restaurantPicBox {
    width: calc(100% - 270px);
    padding-left: 30px;
  }
}
@media (max-width: 840px) {
  .restaurantArea .rightBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    height: auto;
  }
  .restaurantArea .rightBox .arrowBox {
    left: auto;
    right: 0;
  }
  .restaurantArea .restaurantTxtList {
    width: 100%;
    padding-top: 25px;
  }
  .restaurantArea .restaurantTxtList .Txt {
    height: 280px;
  }
  .restaurantArea .restaurantTxtList .Txt .exp.ellipsis {
    max-height: 100px;
  }
  .restaurantArea .restaurantPicBox {
    width: 100%;
    padding-left: 0;
  }
  .restaurantArea .bottomBox {
    display: none;
  }
}
@media (max-width: 540px) {
  .restaurantArea .restaurantPicBox {
    height: 224px;
  }
  .restaurantArea .restaurantList .Img {
    height: 224px;
  }
}
@media (max-width: 400px) {
  .restaurantArea .restaurantPicBox {
    height: 180px;
  }
  .restaurantArea .restaurantList .Img {
    height: 180px;
  }
}

.facArea {
  background-color: #fbfbfb;
}
.facArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.facArea .leftBox {
  width: 368px;
  padding: 94px 0 100px;
}
.facArea .leftBox .titleBox .exp {
  max-width: 265px;
  min-height: 180px;
}
.facArea .leftBox .moreBtn {
  margin-top: 20px;
}
.facArea .rightBox {
  position: relative;
  width: calc(100% - 368px);
}
.facArea .rightBox .facList {
  position: relative;
}
.facArea .rightBox .facList::before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  left: 0;
}
.facArea .rightBox .facList::after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  right: 0;
}
.facArea .rightBox .facList li {
  padding: 0;
}
.facArea .rightBox .facList .item {
  height: 573px;
  padding: 94px 0px 100px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.facArea .rightBox .facList .item:hover .Txt, .facArea .rightBox .facList .item:hover .Img {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
.facArea .rightBox .facList .Txt {
  position: relative;
  width: 100%;
  max-width: 295px;
  margin: 0 auto;
}
.facArea .rightBox .facList .Txt .moreBtn {
  margin-bottom: 25px;
}
.facArea .rightBox .facList .Txt .moreBtn .title.ellipsis {
  height: 40px;
}
.facArea .rightBox .facList .Txt .exp {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #000;
  vertical-align: bottom;
  margin-bottom: 20px;
}
.facArea .rightBox .facList .Txt .exp.ellipsis {
  height: 40px;
}
.facArea .rightBox .facList .Txt .num {
  position: absolute;
  bottom: 40px;
  right: 5px;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Noto Sans TC";
}
.facArea .rightBox .facList .Img {
  width: 100%;
  max-width: 295px;
  margin: 0 auto;
  height: 175px;
}
.facArea .rightBox .facList .Img a {
  display: block;
  width: 100%;
  height: 100%;
}
.facArea .rightBox .facList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.facArea .rightBox .arrowBox {
  position: absolute;
  bottom: 100px;
  left: -112px;
}
@media (max-width: 1080px) {
  .facArea .leftBox {
    width: 100%;
    padding: 50px 0 40px;
  }
  .facArea .leftBox .titleBox .exp {
    max-width: 100%;
    min-height: 100px;
  }
  .facArea .rightBox {
    width: 100%;
  }
  .facArea .rightBox .facList::before, .facArea .rightBox .facList::after {
    display: none;
  }
  .facArea .rightBox .facList .item {
    padding: 20px 0 56px;
    border-left: 1px solid transparent;
    height: auto;
  }
  .facArea .rightBox .arrowBox {
    top: -56px;
    right: 0;
    left: auto;
  }
}
@media (max-width: 768px) {
  .facArea .rightBox .facList .Txt {
    max-width: 300px;
  }
  .facArea .rightBox .facList .Img {
    max-width: 300px;
    height: 180px;
  }
}

.adArea {
  padding: 0;
}
.adArea .wrap {
  max-width: 100%;
}
.adArea .adList {
  width: 100%;
}
.adArea .adList .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.adArea .adList .Img {
  width: 50%;
  height: 600px;
}
.adArea .adList .Img a {
  display: block;
  width: 100%;
  height: 100%;
}
.adArea .adList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.adArea .adList .Txt {
  width: 50%;
  background-color: #f3f3f3;
  padding-left: 35px;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
}
.adArea .adList .Txt::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/home_ad_deco_bg.png);
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.adArea .adList .Txt .entitle {
  max-width: 695px;
  display: inline-block;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.5px;
  color: #000;
  font-weight: 400;
  padding-bottom: 10px;
}
.adArea .adList .Txt .title {
  max-width: 695px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.adArea .adList .Txt .title a {
  display: inline-block;
  font-size: 23px;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: 600;
}
.adArea .adList .Txt .exp {
  max-width: 695px;
  padding-top: 10px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.8px;
  color: #4f4f4f;
  font-weight: 400;
  min-height: 260px;
}
.adArea .adList .Txt .exp .subtitle {
  line-height: 30px;
  color: #000;
  display: block;
  padding-top: 8px;
}
.adArea .adList .Txt .moreBtn {
  margin-top: 20px;
}
@media (max-width: 1500px) {
  .adArea .wrap {
    padding: 0;
  }
  .adArea .adList .Txt {
    padding-right: 20px;
  }
}
@media (max-width: 960px) {
  .adArea .adList .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .adArea .adList .Img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 500px;
  }
  .adArea .adList .Txt {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 56px 20px 30px;
  }
}
@media (max-width: 768px) {
  .adArea .adList .Img {
    height: 400px;
  }
}
@media (max-width: 640px) {
  .adArea .adList .Img {
    height: 300px;
  }
}

.aboutArea {
  height: 600px;
  background-color: #e6eaed;
  background-image: url(../images/home_about_bg.jpg);
  background-size: cover;
}
.aboutArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: 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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.aboutArea .textBox {
  max-width: 368px;
}
.aboutArea .textBox .title {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #000;
  font-weight: 400;
  padding-bottom: 10px;
}
.aboutArea .textBox .Txt {
  min-height: 180px;
}
.aboutArea .textBox .Txt .exp {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: rgba(79, 79, 79, 0.8);
  padding-bottom: 10px;
  font-weight: 300;
}
.aboutArea .textBox .moreBtn {
  margin-top: 20px;
}
.aboutArea .textBox .moreBtn .text {
  color: #cd5e3c;
}
.aboutArea .textBox .moreBtn:hover .text {
  color: rgba(79, 79, 79, 0.8);
}
@media (max-width: 1500px) {
  .aboutArea .wrap {
    padding-left: 90px;
  }
}
@media (max-width: 840px) {
  .aboutArea {
    height: 810px;
    background-color: #e6eaed;
    background-image: url(../images/home_about_bg_m.jpg);
    background-position: right bottom;
    background-size: initial;
    background-repeat: no-repeat;
  }
  .aboutArea .wrap {
    padding-top: 50px;
    padding-left: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}