@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@1,700&display=swap");
body {
  font-family: 'Noto Serif TC', 'Noto Sans TC', 'Heiti TC', 'Microsoft JhengHei',  Helvetica, Arial, serif;
  overflow-x: hidden;
  color: #393939;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: #f2f2f2;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 1.6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 1.6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: #acacac;
  border-radius: 3px;
  margin: 0 auto;
}

img {
  width: 100%;
  height: auto;
}

.headline-wrapper {
  position: relative;
  width: 100%;
  height: 95vh;
}

.video-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  background-color: #251710;
}

.video-wrapper .video-holder {
  position: absolute;
  z-index: 3;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.video-wrapper .video-overlay {
  position: absolute;
  z-index: 4;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  background-color: rgba(0, 0, 0, 0.3);
}

.video-wrapper .video-pattern {
  position: absolute;
  z-index: 4;
  min-width: 100%;
  height: 600px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  -o-object-fit: cover;
     object-fit: cover;
  background-image: url(../imgs/video-pattern.png);
  background-repeat: repeat-x;
}

.headline-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.windows-sign {
  position: absolute;
  right: 0;
  top: 0;
  width: 218px;
  height: auto;
  margin-top: 30px;
  margin-right: 30px;
}

.headline-line-01,
.headline-line-02 {
  position: absolute;
  margin: 30px;
}

.headline-line-01 {
  top: 0px;
  left: 0px;
  width: 480px;
}

.headline-line-02 {
  bottom: 0px;
  right: 0px;
  width: 160px;
}

.content-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.headline-logos,
.headline-title {
  margin-bottom: 30px;
}

.content-holder {
  position: absolute;
  bottom: 0;
  left: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 420px;
  margin-bottom: 80px;
}

.video-btn-wrapper {
  position: absolute;
  bottom: 0px;
  right: 80px;
  background-color: #000;
  width: 360px;
  height: 202px;
  margin-bottom: 80px;
  overflow: hidden;
}

.video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.video-btn-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: 5px;
  -webkit-filter: drop-shadow(0 0 5px #000);
          filter: drop-shadow(0 0 5px #000);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  cursor: pointer;
}

.video-btn-holder span {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-right: 15px;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.video-btn-holder img {
  width: 50px;
  height: 50px;
}

.article-wrapper {
  position: relative;
}

.bg-pattern {
  background-image: url(../imgs/bg-pattern.png);
  background-position: center;
  background-repeat: repeat-y;
}

.carved-top, .carved-bottom {
  position: absolute;
  width: 100%;
  height: 30px;
  background-position: center;
  background-repeat: repeat-x;
}

.carved-top {
  top: 0px;
  background-image: url(../imgs/carved-top.png);
}

.carved-bottom {
  bottom: 0px;
  background-image: url(../imgs/carved-bottom.png);
}

.gray-bg {
  position: absolute;
  top: -200px;
  width: 100%;
  height: 700px;
  -webkit-transform: skewY(7deg);
          transform: skewY(7deg);
  background-color: #e6e6e6;
  background-image: url(../imgs/noise.png);
  overflow: hidden;
}

.title-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: center;
  padding: 80px 0px 30px;
}

.title-wrapper h3 {
  position: relative;
  font-size: 52px;
  color: #333;
  font-weight: bold;
  z-index: 1;
}

.title-wrapper .title-en {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 140px;
  color: #ddd;
  text-shadow: 0 0 1px #555555;
  z-index: 0;
}

.title-wrapper .title-en:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  left: -70px;
  background-image: url(../imgs/title-en-star.png);
  background-repeat: no-repeat;
  background-position: center;
}

.title-wrapper .title-en:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  right: -70px;
  background-image: url(../imgs/title-en-star.png);
  background-repeat: no-repeat;
  background-position: center;
}

.craftman-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 80px;
}

.craftman-nav-items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 280px;
  height: 420px;
  padding: 10px;
  margin: 0 25px;
  background-color: #8e8e8e;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.craftman-nav-items:nth-child(1) .craftman-info:after {
  bottom: -25px;
  left: -25px;
}

.craftman-nav-items:nth-child(2) {
  margin-top: 50px;
}

.craftman-nav-items:nth-child(2) .craftman-info:after {
  top: -25px;
  right: -25px;
}

.craftman-nav-items:nth-child(3) {
  margin-top: -25px;
}

.craftman-nav-items:nth-child(3) .craftman-info:after {
  bottom: -25px;
  right: -25px;
}

.craftman-nav-items .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

.craftman-nav-items .img-holder {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.craftman-nav-items .first-img {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.craftman-nav-items .second-img {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.craftman-nav-items .craftman-arrow {
  position: absolute;
  bottom: -20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.craftman-nav-items.active .second-img {
  opacity: 1;
  visibility: visible;
}

.craftman-nav-items.active .craftman-arrow {
  bottom: -45px;
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.craftman-nav-items .craftman-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
}

.craftman-nav-items .craftman-info:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url(../imgs/craftman-star.png);
  background-position: center;
  background-size: contain;
}

.craftman-nav-items .craftman-name {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.craftman-nav-items .craftman-title {
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
  padding: 2px 8px;
  color: #333;
  margin-bottom: 15px;
}

.article-content {
  width: 100%;
}

.article-content .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.article-content .text-wrapper:nth-child(odd) {
  padding-left: 0px;
  padding-right: 30px;
}

.article-content .text-wrapper:nth-child(even) {
  padding-left: 30px;
  padding-right: 0px;
}

.article-content .text-wrapper h3 {
  position: relative;
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.article-content .text-wrapper h3:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url(../imgs/h3-star.svg);
}

.article-content .text-wrapper h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  border-bottom: 1px solid #555;
}

.article-content .text-wrapper p {
  width: 100%;
  color: #4d4d4d;
  font-size: 16px;
  font-family: 'Noto Sans TC', 'Heiti TC', 'Microsoft JhengHei',  Helvetica, Arial, serif;
  line-height: 1.8;
}

.article-content .img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.article-content .img-wrapper:nth-child(odd) {
  padding-left: 0px;
  padding-right: 30px;
}

.article-content .img-wrapper:nth-child(even) {
  padding-left: 30px;
  padding-right: 0px;
}

.article-content .img-wrapper .carousel {
  position: relative;
}

.article-content .img-wrapper .carousel:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 15px;
  left: 15px;
  background-color: #353535;
}

.article-content .img-wrapper .carousel-indicators li {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 5px;
  margin: 0 10px;
}

.article-content .img-wrapper .carousel-indicators .active {
  background-color: #83b81b;
}

.article-content .carousel {
  width: 100%;
}

.main-article {
  padding: 50px 0px;
}

.main-article .row {
  margin-bottom: 50px;
}

.editors-picks-wrapper {
  position: relative;
  background-color: #e6e6e6;
  background-image: url(../imgs/noise.png);
  padding: 0px 0px 50px;
}

.editors-picks-wrapper:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url(../imgs/editors-picks-line.png);
}

.editors-picks-wrapper .showroom-wrapper {
  width: 100%;
  overflow-x: hidden;
}

.editors-picks-wrapper .showroom-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300vw;
  padding-bottom: 50px;
}

.editors-picks-wrapper .showroom-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300vw;
}

.editors-picks-wrapper .showroom-holder:first-child {
  -webkit-animation: slide1 120s -60s linear infinite;
          animation: slide1 120s -60s linear infinite;
}

.editors-picks-wrapper .showroom-holder:last-child {
  -webkit-animation: slide2 120s linear infinite;
          animation: slide2 120s linear infinite;
}

.editors-picks-wrapper .title-wrapper {
  padding: 30px 0px 80px;
}

.editors-pick-article .row {
  margin-bottom: 50px;
}

.link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.link-wrapper .link-btn {
  display: inline-block;
  background-color: #83b81b;
  border-radius: 30px;
  padding: 0px 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.link-wrapper .link-btn span {
  display: inline-block;
  font-family: 'Noto Sans TC', 'Heiti TC', 'Microsoft JhengHei',  Helvetica, Arial, serif;
  color: #fff;
  margin: 10px;
}

.link-wrapper .link-btn img {
  width: 25px;
  margin: 10px;
}

.modal-container {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.modal-container .popup-wrapper {
  position: relative;
  width: 100%;
  margin: 15px;
}

.modal-container .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 52.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.modal-container .video-container iframe, .modal-container .video-container object, .modal-container .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-container button.close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (hover: hover) {
  .video-btn-wrapper:hover .video-thumbnail {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .video-btn-holder:hover {
    border-color: white;
    -webkit-filter: drop-shadow(0 0 10px #000);
            filter: drop-shadow(0 0 10px #000);
  }
  .craftman-nav-items:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .craftman-nav-items:hover .first-img {
    opacity: 0;
    visibility: hidden;
  }
  .craftman-nav-items:hover .second-img {
    opacity: 1;
    visibility: visible;
  }
  .link-wrapper .link-btn:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@-webkit-keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
/*# sourceMappingURL=style.css.map */