@charset "UTF-8";
@font-face {
  font-family: "Kento";
  src: url("../fonts/Kento-Regular.eot");
  src: url("../fonts/Kento-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Kento-Regular.woff") format("woff"), url("../fonts/Kento-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Kento";
  src: url("../fonts/Kento-Bold.eot");
  src: url("../fonts/Kento-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Kento-Bold.woff") format("woff"), url("../fonts/Kento-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Kento";
  src: url("../fonts/Kento-Light.eot");
  src: url("../fonts/Kento-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Kento-Light.woff") format("woff"), url("../fonts/Kento-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Light.eot");
  src: url("../fonts/Avenir-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-Light.woff") format("woff"), url("../fonts/Avenir-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Regular.eot");
  src: url("../fonts/Avenir-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-Regular.woff") format("woff"), url("../fonts/Avenir-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Heavy.eot");
  src: url("../fonts/Avenir-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-Heavy.woff") format("woff"), url("../fonts/Avenir-Heavy.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway.eot");
  src: url("../fonts/Raleway.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway.woff") format("woff"), url("../fonts/Raleway.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-SemiBoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 600;
}
body {
  background-color: #E4E4E4;
}

.news {
  padding-top: 170px;
}
@media (max-width: 991px) {
  .news {
    padding-top: 140px;
  }
}

.news-list {
  padding-bottom: 104px;
}
.news-list .banner {
  position: relative;
  max-width: 100%;
  margin-bottom: 48px;
}
.news-list .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .news-list .banner {
    height: 136px;
  }
}
.news-list .banner .title {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  color: #ffffff;
  text-align: center;
  font-family: "Kento", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 1.44px;
}
@media (max-width: 991px) {
  .news-list .banner .title {
    font-size: 24px;
    letter-spacing: 0.72px;
    top: calc(50% - 25px);
    transform: translate(-50%);
    width: 75%;
    line-height: 1.2;
  }
}
.news-list .grid-sizer,
.news-list .grid-item {
  width: 356px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-list .grid-sizer,
  .news-list .grid-item {
    width: calc(33.3333333333% - 12px);
  }
}
@media (max-width: 991px) {
  .news-list .grid-sizer,
  .news-list .grid-item {
    width: calc(33.3333333333% - 12.5px);
  }
}
@media (max-width: 767px) {
  .news-list .grid-sizer,
  .news-list .grid-item {
    width: 100%;
  }
}
.news-list .grid-sizer .thumb,
.news-list .grid-item .thumb {
  display: flex;
}
@media (max-width: 991px) {
  .news-list .grid-sizer .thumb,
  .news-list .grid-item .thumb {
    height: 168px;
  }
}
.news-list .grid-sizer .thumb img,
.news-list .grid-item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-list .grid-sizer .content,
.news-list .grid-item .content {
  padding: 16px 12px 24px;
}
@media (max-width: 991px) {
  .news-list .grid-sizer .content,
  .news-list .grid-item .content {
    padding: 16px 0 24px;
  }
}
.news-list .grid-sizer .content .flex,
.news-list .grid-item .content .flex {
  display: flex;
  margin-bottom: 8px;
  align-items: center;
}
.news-list .grid-sizer .content .flex .type,
.news-list .grid-sizer .content .flex .date,
.news-list .grid-item .content .flex .type,
.news-list .grid-item .content .flex .date {
  color: #58595B;
  font-family: "Avenir", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.14px;
}
@media (max-width: 991px) {
  .news-list .grid-sizer .content .flex .type,
  .news-list .grid-sizer .content .flex .date,
  .news-list .grid-item .content .flex .type,
  .news-list .grid-item .content .flex .date {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
.news-list .grid-sizer .content .flex .dot-divider,
.news-list .grid-item .content .flex .dot-divider {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../img/icon/icon-dots.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 12px;
}
@media (max-width: 991px) {
  .news-list .grid-sizer .content .flex .dot-divider,
  .news-list .grid-item .content .flex .dot-divider {
    margin: 0 5px;
  }
}
.news-list .grid-sizer .content .title,
.news-list .grid-item .content .title {
  color: #333333;
  font-family: "Avenir", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .news-list .grid-sizer .content .title,
  .news-list .grid-item .content .title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 24px;
  }
}
.news-list .grid-sizer .btn-container,
.news-list .grid-item .btn-container {
  margin-bottom: 24px;
}
.news-list .grid-sizer .btn-container .com-btn,
.news-list .grid-item .btn-container .com-btn {
  padding: 12px;
}
.news-list .navs {
  display: flex;
  justify-content: center;
}
.news-list .navs .btn-group {
  display: flex;
  gap: 16px;
}
.news-list .navs .btn-group .btn {
  position: relative;
  display: flex;
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #333333;
  cursor: pointer;
}
.news-list .navs .btn-group .btn-prev {
  background-image: url("../img/icon/icon-prev.svg");
}
.news-list .navs .btn-group .btn-next {
  background-color: #333333;
  background-image: url("../img/icon/icon-next-w.svg");
}

.news-details {
  position: relative;
  padding-top: 103px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .news-details {
    padding-top: 0;
  }
}
.news-details .type {
  color: #9E5C58;
  font-family: "Raleway", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s ease-in-out;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .news-details .type {
    font-size: 14px;
    letter-spacing: 0.7px;
    font-weight: bold;
    margin-bottom: 15px;
  }
}
.news-details h1 {
  color: #333333;
  text-align: center;
  font-family: "Kento", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 130px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .news-details h1 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.72px;
    margin-bottom: 22px;
  }
}
.news-details .news-body {
  position: relative;
  display: flex;
  gap: 42px;
  margin-bottom: 200px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1439px) {
  .news-details .news-body {
    flex-direction: column-reverse;
  }
}
.news-details .news-body::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -160px;
  width: calc(100% + 160px);
  height: calc(100% + 160px);
  background: #EFEFEF;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1439px) {
  .news-details .news-body::before {
    top: 160px;
    left: -32px;
    width: calc(100% + 64px);
    height: calc(100% - 74px);
  }
}
.news-details .news-body .col-l {
  width: 500px;
  max-width: 100%;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1439px) {
  .news-details .news-body .col-l {
    width: 100%;
  }
}
.news-details .news-body .col-l .date {
  color: #9E5C58;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.news-details .news-body .col-l .content {
  line-height: 24px;
  letter-spacing: 0.16px;
  margin-bottom: 60px;
}
.news-details .news-body .col-l .content a {
  color: #9E5C58;
  text-decoration-line: underline;
}
.news-details .news-body .col-r {
  width: 674px;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1439px) {
  .news-details .news-body .col-r {
    width: 100%;
  }
}
.news-details .news-body .col-r .swiper-container {
  width: 100%;
}
.news-details .news-body .col-r .news-detail-swiper {
  width: 100%;
  overflow: hidden;
}
.news-details .news-body .col-r .gallery-top {
  position: relative;
  width: 100%;
  height: 100%;
}
.news-details .news-body .col-r .gallery-top .swiper-prev,
.news-details .news-body .col-r .gallery-top .swiper-next {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 50%;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid #ffffff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1439px) {
  .news-details .news-body .col-r .gallery-top .swiper-prev,
  .news-details .news-body .col-r .gallery-top .swiper-next {
    top: 35%;
  }
}
.news-details .news-body .col-r .gallery-top .swiper-prev {
  background-image: url("../img/icon/icon-swiper-prev.svg");
  left: 0;
}
.news-details .news-body .col-r .gallery-top .swiper-next {
  background-image: url("../img/icon/icon-swiper-next.svg");
  right: 0;
}
.news-details .news-body .col-r .gallery-top .slide {
  position: relative;
  display: flex;
  overflow: hidden;
  transition: all 0.8s ease-in-out;
}
@media (max-width: 1439px) {
  .news-details .news-body .col-r .gallery-top .slide {
    height: 534px;
  }
}
@media (max-width: 991px) {
  .news-details .news-body .col-r .gallery-top .slide {
    height: 224px;
  }
}
.news-details .news-body .col-r .gallery-top .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-details .news-body .col-r .gallery-top .slide .caption {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  bottom: 0;
  padding: 36px;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0) 15.1%, rgba(51, 51, 51, 0.71) 88.02%);
  background-blend-mode: multiply;
}
@media (max-width: 991px) {
  .news-details .news-body .col-r .gallery-top .slide .caption {
    padding: 15px 20px;
  }
}
.news-details .news-body .col-r .gallery-thumbs {
  box-sizing: border-box;
  padding: 10px 0;
}
@media (max-width: 1439px) {
  .news-details .news-body .col-r .gallery-thumbs {
    display: none;
  }
}
.news-details .news-body .col-r .gallery-thumbs .slide {
  width: 212px;
  height: 174px;
  cursor: pointer;
}
.news-details .news-body .col-r .gallery-thumbs .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-details .related-news {
  position: relative;
  margin-bottom: 100px;
}
.news-details .related-news h2 {
  text-align: center;
  color: #333333;
  text-align: center;
  font-family: "Kento", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  margin-bottom: 44px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .news-details .related-news h2 {
    font-size: 24px;
  }
}
.news-details .related-news .related-news-swiper {
  position: relative;
  margin-bottom: 60px;
}
.news-details .related-news .related-news-swiper .swiper-slide a:hover {
  opacity: 1;
}
.news-details .related-news .related-news-swiper .swiper-slide .slide {
  position: relative;
  height: auto;
  margin-top: 28px;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 44px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.news-details .related-news .related-news-swiper .swiper-slide .slide:before {
  content: "";
  display: block;
}
@media (max-width: 991px) {
  .news-details .related-news .related-news-swiper .swiper-slide .slide:before {
    padding-top: 141.7142857143%;
  }
}
@media (min-width: 992px) {
  .news-details .related-news .related-news-swiper .swiper-slide .slide:before {
    padding-top: 142%;
  }
}
@media (min-width: 992px) {
  .news-details .related-news .related-news-swiper .swiper-slide .slide {
    margin-left: 16px;
  }
}
@media (max-width: 991px) {
  .news-details .related-news .related-news-swiper .swiper-slide .slide {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.news-details .related-news .related-news-swiper .swiper-slide .slide:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.71) 100%);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.news-details .related-news .related-news-swiper .swiper-slide .slide:hover:after {
  background-image: none;
  background-color: rgba(51, 51, 51, 0.7);
}
.news-details .related-news .related-news-swiper .swiper-slide .slide:hover .overlay {
  transform: translateY(70%);
}
@media (min-width: 1500px) {
  .news-details .related-news .related-news-swiper .swiper-slide .slide:hover .overlay {
    transform: translateY(75%);
  }
}
.news-details .related-news .related-news-swiper .swiper-slide .slide:hover .overlay h3 {
  padding-bottom: 0;
}
.news-details .related-news .related-news-swiper .swiper-slide .slide:hover .overlay .desc,
.news-details .related-news .related-news-swiper .swiper-slide .slide:hover .overlay .com-btn {
  opacity: 1;
}
.news-details .related-news .related-news-swiper .swiper-slide .slide .overlay {
  position: absolute;
  left: 0;
  bottom: 176px;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 56px 36px;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 991px) {
  .news-details .related-news .related-news-swiper .swiper-slide .slide .overlay {
    padding: 20px 24px;
    bottom: 130px;
  }
}
.news-details .related-news .related-news-swiper .swiper-slide .slide .overlay h3 {
  text-transform: uppercase;
  margin: 0;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
  font-weight: 800;
  padding-bottom: 56px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 991px) {
  .news-details .related-news .related-news-swiper .swiper-slide .slide .overlay h3 {
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 30px;
  }
}
.news-details .related-news .related-news-swiper .swiper-slide .slide .overlay .desc {
  margin-top: 12px;
  line-height: 28px;
  letter-spacing: 0.16px;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 991px) {
  .news-details .related-news .related-news-swiper .swiper-slide .slide .overlay .desc {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.14px;
  }
}
.news-details .related-news .related-news-swiper .swiper-slide .slide .overlay .btn-container {
  text-align: left;
  margin-top: 24px;
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.news-details .related-news .related-news-swiper .swiper-slide .slide .overlay .btn-container a {
  min-width: auto;
}
.news-details .related-news .btn-container {
  text-align: center;
}
.news-details .bottom-sec {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 310px;
  background-image: url("../img/news/bottom.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.news-details .bottom-sec::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  .news-details .bottom-sec {
    background-image: url("../img/news/bottom-m.png");
  }
}
.news-details .bottom-sec .desc {
  position: absolute;
  width: 800px;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .news-details .bottom-sec .desc {
    width: 299px;
  }
}
.news-details .bottom-sec .desc .title {
  position: relative;
  color: #CB9482;
  font-family: "Kento", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 32px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .news-details .bottom-sec .desc .title {
    font-size: 16px;
  }
}
.news-details .bottom-sec .desc .title::before {
  content: "";
  position: absolute;
  bottom: -16px;
  width: 88px;
  height: 2px;
  background: #FFFDFD;
}
.news-details .bottom-sec .desc .content {
  width: 100%;
  color: #ffffff;
  font-family: "Kento", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  line-height: 1.5;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .news-details .bottom-sec .desc .content {
    font-size: 20px;
  }
}/*# sourceMappingURL=news.css.map */