@font-face {
  font-family: 'Noto Sans TC';
  src: url("fonts/Noto_Sans_TC/NotoSansTC-Regular.woff") format("woff"), url("fonts/Noto_Sans_TC/NotoSansTC-Regular.otf") format("opentype"), url("fonts/Noto_Sans_TC/NotoSansTC-Regular.eot") format("embedded-opentype"); }
@font-face {
  font-family: 'Poppins';
  src: url("fonts/Poppins/Poppins-Regular.woff") format("woff"), url("fonts/Poppins/Poppins-Regular.otf") format("opentype"), url("fonts/Poppins/Poppins-Regular.eot") format("embedded-opentype"); }
@font-face {
  font-family: 'Noto Sans JP';
  src: url("fonts/Noto_Sans_JP/NotoSansJP-Regular.ttf") format("opentype"); }
*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: white;
  border-radius: 0; }

*::-webkit-scrollbar-thumb {
  background-color: #999;
  border: 2px solid white;
  border-radius: 10px; }

html {
  padding: 0 !important;
  overflow-x: hidden; }

body {
  font-size: 16px !important;
  width: 100%;
  overflow-x: hidden !important;
  background-color: white;
  color: #666 !important;
  min-height: 900px;
  font-family: 'Poppins', Arial, 'Noto Sans TC', sans-serif !important;
  letter-spacing: 0; }
  body:lang(ja) {
    font-family: 'Poppins', Arial, 'Noto Sans JP', sans-serif !important; }
  @media (min-width: 992px) {
    body {
      font-size: 17px !important; } }
  @media (min-width: 1200px) {
    body {
      font-size: 18px !important; } }
  body p, body ul, body li {
    font-size: 1rem !important;
    line-height: 1.67rem; }
  body p:last-child {
    margin-bottom: 0; }
  body a {
    text-decoration: none;
    transition: all 0.3s linear !important; }
  body img {
    transition: all 0.3s linear; }
  body mark, body .mark {
    color: #bf9045 !important;
    padding: 0;
    font-weight: bold;
    background-color: transparent !important;
    margin: 0 0.2rem; }

.container-fluid {
  --bs-gutter-x: 1.5rem;
  padding-right: calc(var(--bs-gutter-x) * 1) !important;
  padding-left: calc(var(--bs-gutter-x) * 1) !important; }
  @media (min-width: 769px) {
    .container-fluid {
      padding-right: calc(var(--bs-gutter-x) * 1.5) !important;
      padding-left: calc(var(--bs-gutter-x) * 1.5) !important; } }
  @media (min-width: 1200px) {
    .container-fluid {
      padding-right: calc(var(--bs-gutter-x) * 3) !important;
      padding-left: calc(var(--bs-gutter-x) * 3) !important; } }

.news-sub .main-img img {
  border-radius: 10px; }
  @media (min-width: 769px) {
    .news-sub .main-img img {
      border-radius: 14px; } }
  @media (min-width: 1200px) {
    .news-sub .main-img img {
      border-radius: 18px; } }
  @media (min-width: 1680px) {
    .news-sub .main-img img {
      border-radius: 25px; } }

.news-list, .news-list .news-btm, .cat-list div, .btn-video {
  border-radius: 5px; }
  @media (min-width: 769px) {
    .news-list, .news-list .news-btm, .cat-list div, .btn-video {
      border-radius: 8px; } }
  @media (min-width: 1200px) {
    .news-list, .news-list .news-btm, .cat-list div, .btn-video {
      border-radius: 12px; } }
  @media (min-width: 1680px) {
    .news-list, .news-list .news-btm, .cat-list div, .btn-video {
      border-radius: 15px; } }

.btn {
  padding: 0.45rem 2rem;
  font-size: 1rem;
  border-radius: 3px; }

.btn-more-light {
  background-color: transparent;
  border: 0;
  font-size: 0.88rem;
  color: white;
  padding: 0.8rem 0 !important;
  transition: all 0.3s linear; }
  .btn-more-light i {
    position: relative;
    color: #bf9045; }
    .btn-more-light i:before {
      position: relative;
      z-index: 1;
      transform: scale(0.75); }
    .btn-more-light i:after {
      position: absolute;
      width: 16px;
      height: 16px;
      left: 50%;
      top: 50%;
      content: "";
      background-color: white;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      z-index: 0; }
  .btn-more-light:hover, .btn-more-light:active, .btn-more-light:focus {
    color: white !important;
    transform: translateX(15px); }

.btn-more-primary {
  background-color: transparent;
  border: 0;
  font-size: 0.88rem;
  color: #bf9045;
  padding: 0.8rem 0 !important;
  transition: all 0.3s linear; }
  .btn-more-primary i {
    position: relative;
    color: black; }
    .btn-more-primary i:before {
      position: relative;
      z-index: 1;
      transform: scale(0.75); }
    .btn-more-primary i:after {
      position: absolute;
      width: 16px;
      height: 16px;
      left: 50%;
      top: 50%;
      content: "";
      background-color: #bf9045;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      z-index: 0; }
  .btn-more-primary:hover, .btn-more-primary:active, .btn-more-primary:focus {
    color: #bf9045 !important;
    transform: translateX(15px); }

.btn-outline-primary {
  border: 1px solid #bf9045;
  color: #bf9045; }
  .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
    border: 1px solid #bf9045;
    background-color: #bf9045;
    color: white; }

.btn-refresh {
  padding: 0.5rem !important;
  height: 40px !important;
  transition: all 0.3s linear; }
  .btn-refresh i {
    color: #999;
    transition: all 0.3s linear; }
  .btn-refresh:hover, .btn-refresh:active, .btn-refresh:focus {
    transform: rotate(180deg); }
    .btn-refresh:hover i, .btn-refresh:active i, .btn-refresh:focus i {
      color: #bf9045; }

.btn-back {
  color: #bf9045;
  font-size: 0.88rem;
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .btn-back i {
    position: relative;
    width: 18px !important;
    height: 18px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center; }
    .btn-back i:before {
      z-index: 1;
      color: white;
      font-size: 0.8em !important; }
    .btn-back i:after {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      content: "";
      background-color: #bf9045;
      color: white;
      border-radius: 50%;
      z-index: 0; }

.text-primary {
  color: #bf9045 !important;
  font-weight: normal !important; }

/*News Page*/
.news-list {
  display: block;
  background-color: #f6f6f6; }
  .news-list .news-img {
    padding: 20px; }
    .news-list .news-img div {
      overflow: hidden; }
      .news-list .news-img div img {
        width: 100%;
        height: auto;
        border: 1px solid #eaeaea;
        transition: all 0.3s linear; }
  .news-list .news-txt {
    padding: 0 20px 20px 20px; }
    .news-list .news-txt .news-title {
      font-size: 1.3rem;
      color: #bf9045;
      margin: 0 0 0.5rem 0; }
    .news-list .news-txt .news-subtitle {
      font-size: 1rem;
      color: #333; }
      .news-list .news-txt .news-subtitle p {
        margin: 0; }
    @media (min-width: 769px) {
      .news-list .news-txt .news-subtitle {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        box-sizing: border-box; } }
    @media (min-width: 992px) {
      .news-list .news-txt {
        padding: 20px 20px 20px 0; }
        .news-list .news-txt .news-title {
          margin: 0.5rem 0; } }
    @media (min-width: 1200px) {
      .news-list .news-txt .news-subtitle {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        box-sizing: border-box; } }
  .news-list .news-btm {
    background-color: #bf9045;
    color: white;
    padding: 0.5rem 0.8rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden; }
    .news-list .news-btm .post-time {
      position: relative;
      display: inline-flex;
      font-size: 0.88rem;
      z-index: 1;
      transition: all 0.3s linear; }
    .news-list .news-btm button {
      position: relative;
      display: inline-flex;
      padding: 0 !important;
      z-index: 1;
      transform: none !important;
      transition: all 0.3s linear; }
    .news-list .news-btm:after {
      position: absolute;
      width: 100%;
      height: 100%;
      left: -100%;
      top: 0;
      content: "";
      background-color: #333;
      z-index: 0;
      transition: all 0.3s linear; }
  @media (min-width: 1200px) {
    .news-list:hover .news-img div img {
      transform: scale(1.15); }
    .news-list:hover .news-btm .post-time, .news-list:hover .news-btm button {
      color: #bf9045; }
    .news-list:hover .news-btm:after {
      left: 0; } }

/*News Sub Page*/
.news-sub .news-title-lg {
  font-size: 1.4rem;
  color: #666; }
  @media (min-width: 992px) {
    .news-sub .news-title-lg {
      font-size: 1.6rem; } }
  @media (min-width: 1680px) {
    .news-sub .news-title-lg {
      font-size: 2rem; } }
.news-sub .news-top {
  margin: 2rem 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center; }
  .news-sub .news-top .post-time {
    display: inline-flex;
    padding: 0.3rem 1rem;
    color: white;
    background-color: #bf9045;
    font-size: 1rem; }
  .news-sub .news-top .control {
    display: flex;
    align-content: center;
    flex-direction: row; }
    .news-sub .news-top .control a {
      color: #bf9045;
      font-size: 0.88rem;
      position: relative;
      padding: 0 0 0 1rem;
      margin: 0 0 0 1rem; }
      .news-sub .news-top .control a:before {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 85%;
        content: "";
        background-color: #bf9045; }
      .news-sub .news-top .control a:first-child {
        padding: 0;
        margin: 0; }
        .news-sub .news-top .control a:first-child:before {
          display: none; }
      .news-sub .news-top .control a:hover {
        color: #999; }
.news-sub .main-img {
  display: flex;
  margin: 1.5rem auto 3.5rem auto;
  width: 100%; }
  .news-sub .main-img img {
    max-width: 100%;
    height: auto; }
  @media (min-width: 1200px) {
    .news-sub .main-img {
      width: 60%; } }
  @media (min-width: 1680px) {
    .news-sub .main-img {
      width: 50%; } }

/*Catalog*/
.cat-list {
  display: block; }
  .cat-list div {
    overflow: hidden; }
  .cat-list .cat-name {
    font-size: 1.1rem;
    margin: 1rem 0;
    color: #666;
    text-align: center;
    font-weight: normal;
    transition: all 0.3s linear; }
  .cat-list:hover div img {
    transform: scale(1.15); }
  .cat-list:hover .cat-name {
    color: #bf9045; }

/*Video*/
.btn-video {
  border: 0;
  padding: 0;
  overflow: hidden;
  position: relative; }
  .btn-video img {
    width: 100%;
    height: auto;
    transition: all 0.3s linear; }
  .btn-video .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .btn-video .play-icon i {
      color: white;
      font-size: 1.5rem; }
    .btn-video .play-icon:after {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      content: "";
      background-color: #bf9045;
      border-radius: 50%;
      opacity: 0.8;
      z-index: -1; }
  .btn-video:hover img {
    transform: scale(1.15); }

.video-name {
  color: #666;
  letter-spacing: 0.1rem;
  font-weight: normal;
  margin-top: 1rem;
  font-size: 1.1rem; }
