@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: 'Noto_Sans_TC_bold';
  src: url("fonts/Noto_Sans_TC/NotoSansTC-Bold.otf") format("woff"), url("fonts/Noto_Sans_TC/NotoSansTC-Bold.otf") format("opentype"), url("fonts/Noto_Sans_TC/NotoSansTC-Bold.eot") format("embedded-opentype"); }
@font-face {
  font-family: 'Ubuntu';
  src: url("fonts/Ubuntu/Ubuntu-Regular.ttf") format("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: #222; }

*::-webkit-scrollbar-thumb {
  background-color: #d99c03;
  border: 1px solid #222;
  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: 'Ubuntu', Arial, 'Noto Sans TC', sans-serif !important;
  letter-spacing: 0; }
  body:lang(ja) {
    font-family: 'Ubuntu', 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: #d99c03 !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; } }

.btn-video {
  border-radius: 10px; }
  @media (min-width: 769px) {
    .btn-video {
      border-radius: 14px; } }
  @media (min-width: 1200px) {
    .btn-video {
      border-radius: 18px; } }
  @media (min-width: 1680px) {
    .btn-video {
      border-radius: 25px; } }

.news-list, .news-list .news-img, .news-img-in, .cat-list div {
  border-radius: 5px; }
  @media (min-width: 769px) {
    .news-list, .news-list .news-img, .news-img-in, .cat-list div {
      border-radius: 8px; } }
  @media (min-width: 1200px) {
    .news-list, .news-list .news-img, .news-img-in, .cat-list div {
      border-radius: 12px; } }
  @media (min-width: 1680px) {
    .news-list, .news-list .news-img, .news-img-in, .cat-list div {
      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: #d99c03; }
    .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: #d99c03;
  padding: 0 0 0 1.8rem !important;
  transition: all 0.3s linear;
  position: relative; }
  .btn-more-primary:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 1px;
    content: "";
    background-color: #d99c03; }
  .btn-more-primary:hover, .btn-more-primary:active, .btn-more-primary:focus {
    color: #d99c03 !important;
    transform: translateX(15px); }

.btn-outline-primary {
  border: 1px solid #d99c03;
  color: #d99c03; }
  .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
    border: 1px solid #d99c03 !important;
    background-color: #d99c03 !important;
    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: #d99c03; }

.btn-back {
  color: white;
  font-size: 1;
  display: inline-flex;
  align-items: center;
  border: 0 !important;
  position: relative;
  overflow: hidden;
  padding-left: 0 !important;
  margin-bottom: -1px;
  border-radius: 0 !important; }
  .btn-back:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    content: "";
    background-color: #d99c03;
    transition: all 0.3s linear; }
  .btn-back img {
    display: inline-flex;
    width: 16px;
    height: 16px;
    margin-right: 0.5rem; }
  .btn-back:hover, .btn-back:active {
    color: white !important; }
    .btn-back:hover:after, .btn-back:active:after {
      width: 100%; }

.btn-play {
  color: white;
  text-align: center;
  border: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .btn-play i {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    transition: all 0.3s linear; }
  .btn-play p {
    font-size: 1rem !important; }
  .btn-play:hover i {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.85);
    color: #d99c03; }

.video-container {
  display: none;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  position: relative; }
  .video-container iframe {
    width: 100%;
    height: 100%;
    border: none; }

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

/*News*/
.news-list {
  color: white;
  display: block;
  transition: all 0.3s linear; }
  .news-list .news-img {
    transition: all 0.3s linear; }
  .news-list .news-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 1.5rem 0 1rem 0;
    transition: all 0.3s linear; }
  .news-list .post-time {
    font-size: 1rem;
    margin-bottom: 1rem; }
  .news-list .news-txt {
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    box-sizing: border-box;
    margin-bottom: 1rem; }
  @media (min-width: 992px) {
    .news-list:hover {
      background-color: #333; }
      .news-list:hover .news-img {
        transform: scale(0.95); }
      .news-list:hover .news-title {
        color: #d99c03; }
      .news-list:hover .btn-more-primary {
        transform: translateX(15px); } }
  @media (min-width: 1200px) {
    .news-list .news-title {
      font-size: 1.33rem; } }

.news-img-in {
  max-width: 100%;
  height: auto; }
  @media (min-width: 992px) {
    .news-img-in {
      max-width: 75%; } }
  @media (min-width: 1200px) {
    .news-img-in {
      max-width: 60%; } }
  @media (min-width: 1680px) {
    .news-img-in {
      max-width: 50%; } }

.page-control {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  font-size: 1rem; }
  .page-control a {
    color: #d99c03; }
    .page-control a:hover, .page-control a:active, .page-control a:focus {
      color: white; }
  .page-control div:last-child span:after {
    content: "";
    width: 1px;
    height: 12px;
    margin: 0 1rem;
    background-color: #d99c03;
    display: inline-flex; }

/*Catalog*/
.cat-list {
  display: block; }
  .cat-list div {
    overflow: hidden; }
  .cat-list .cat-name {
    font-size: 1rem;
    margin: 1rem 0;
    color: white;
    text-align: center;
    font-weight: normal;
    transition: all 0.3s linear; }
  @media (min-width: 992px) {
    .cat-list:hover div img {
      transform: scale(1.15); }
    .cat-list:hover .cat-name {
      color: #d99c03; } }

/*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: #d99c03;
      border-radius: 50%;
      opacity: 0.8;
      z-index: -1; }
  @media (min-width: 992px) {
    .btn-video:hover img {
      transform: scale(1.15); } }

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