@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; } }

.index-apps, .index-about, .index-news {
  padding: 3.5rem 0; }
  .index-apps .block-title, .index-about .block-title, .index-news .block-title {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    font-weight: 400; }
    .index-apps .block-title span, .index-about .block-title span, .index-news .block-title span {
      font-size: 0.85rem;
      text-transform: uppercase;
      margin-left: 1rem;
      font-weight: normal; }
  .index-apps .block-title2, .index-about .block-title2, .index-news .block-title2 {
    text-align: center;
    font-size: 1.33rem;
    color: #d99c03;
    font-weight: normal;
    margin-bottom: 4rem;
    position: relative; }
    .index-apps .block-title2:after, .index-about .block-title2:after, .index-news .block-title2:after {
      position: absolute;
      left: 50%;
      bottom: -1.2rem;
      width: 10px;
      height: 8px;
      content: "";
      clip-path: polygon(0 0, 50% 50%, 100% 0);
      background-color: #d99c03;
      transform: translateX(-50%); }
  .index-apps .block-title3, .index-about .block-title3, .index-news .block-title3 {
    font-size: 1.5rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 2rem; }
  .index-apps .block-title4, .index-about .block-title4, .index-news .block-title4 {
    font-size: 1.05rem;
    font-weight: normal;
    margin-bottom: 2rem;
    color: white;
    padding: 0.8rem 1rem;
    text-align: center;
    background: linear-gradient(to right, rgba(217, 156, 3, 0) 5%, #d99c03 25%, #d99c03 75%, rgba(217, 156, 3, 0) 95%); }
  @media (min-width: 992px) {
    .index-apps .block-title, .index-about .block-title, .index-news .block-title {
      font-size: 1.8rem; }
      .index-apps .block-title span, .index-about .block-title span, .index-news .block-title span {
        font-size: 0.95rem; }
    .index-apps .block-title2, .index-about .block-title2, .index-news .block-title2 {
      font-size: 1.5rem; }
    .index-apps .block-title3, .index-about .block-title3, .index-news .block-title3 {
      font-size: 1.75rem; }
    .index-apps .block-title4, .index-about .block-title4, .index-news .block-title4 {
      font-size: 1.15rem; } }
  @media (min-width: 1400px) {
    .index-apps, .index-about, .index-news {
      padding: 4.5rem 0; }
      .index-apps .block-title, .index-about .block-title, .index-news .block-title {
        font-size: 2rem; }
        .index-apps .block-title span, .index-about .block-title span, .index-news .block-title span {
          font-size: 1rem; }
      .index-apps .block-title2, .index-about .block-title2, .index-news .block-title2 {
        font-size: 1.67rem; }
      .index-apps .block-title3, .index-about .block-title3, .index-news .block-title3 {
        font-size: 2rem; }
      .index-apps .block-title4, .index-about .block-title4, .index-news .block-title4 {
        font-size: 1.25rem; } }

.main-slider {
  background: linear-gradient(to right, #d2a44f 0%, #71551e 19%, #b78f42 59%, #ffd27b 84%, #bd9446 100%); }

.index-apps .apps-slider .slider-wrap a .img-wrap {
  border-radius: 10px; }
  @media (min-width: 769px) {
    .index-apps .apps-slider .slider-wrap a .img-wrap {
      border-radius: 14px; } }
  @media (min-width: 1200px) {
    .index-apps .apps-slider .slider-wrap a .img-wrap {
      border-radius: 18px; } }
  @media (min-width: 1680px) {
    .index-apps .apps-slider .slider-wrap a .img-wrap {
      border-radius: 25px; } }

.index-news .news-img {
  border-radius: 5px; }
  @media (min-width: 769px) {
    .index-news .news-img {
      border-radius: 8px; } }
  @media (min-width: 1200px) {
    .index-news .news-img {
      border-radius: 12px; } }
  @media (min-width: 1680px) {
    .index-news .news-img {
      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; }

.main-slider {
  position: relative;
  overflow: hidden; }
  @media (min-width: 769px) {
    .main-slider {
      border-bottom-left-radius: 25px;
      border-bottom-right-radius: 25px; } }
  @media (min-width: 992px) {
    .main-slider {
      border-bottom-left-radius: 30px;
      border-bottom-right-radius: 30px; } }
  @media (min-width: 1200px) {
    .main-slider {
      border-bottom-left-radius: 45px;
      border-bottom-right-radius: 45px; } }
  @media (min-width: 1680px) {
    .main-slider {
      max-height: 100vh;
      border-bottom-left-radius: 60px;
      border-bottom-right-radius: 60px; } }
  .main-slider .slider-wrap {
    position: relative; }
    .main-slider .slider-wrap img {
      width: 100%;
      height: auto;
      min-height: 400px;
      object-fit: cover; }
    .main-slider .slider-wrap .container {
      position: absolute;
      left: 50%;
      bottom: 30px;
      transform: translateX(-50%); }
      .main-slider .slider-wrap .container .caption {
        font-size: 1.5rem;
        color: white;
        width: 100%;
        font-weight: normal;
        letter-spacing: 0.15rem;
        padding: 0 1rem; }
      @media (min-width: 579px) {
        .main-slider .slider-wrap .container .caption {
          font-size: 1.85rem;
          width: 75%; } }
      @media (min-width: 769px) {
        .main-slider .slider-wrap .container {
          bottom: 35px; }
          .main-slider .slider-wrap .container .caption {
            font-size: 2.3rem;
            width: 60%;
            padding: 0; } }
      @media (min-width: 1200px) {
        .main-slider .slider-wrap .container {
          bottom: 70px; }
          .main-slider .slider-wrap .container .caption {
            font-size: 2.9rem;
            width: 50%; } }
      @media (min-width: 1680px) {
        .main-slider .slider-wrap .container {
          bottom: 70px; }
          .main-slider .slider-wrap .container .caption {
            font-size: 3.33rem;
            width: 50%; } }
  .main-slider .slick-dots {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    bottom: auto; }
    .main-slider .slick-dots li {
      width: 20px;
      height: 20px; }
      .main-slider .slick-dots li button {
        border-radius: 0;
        border: none;
        font-size: 0;
        cursor: pointer; }
        .main-slider .slick-dots li button:before {
          width: 12px;
          height: 2px;
          background: white;
          border-radius: 0;
          left: 0;
          top: 50%;
          transform: translate(0, -50%); }
  .main-slider .slick-dots li.slick-active button::before {
    background: #d99c03;
    width: 20px; }

.index-apps {
  color: #222; }
  .index-apps .apps-slider .slick-list {
    margin: 0 -20px; }
  .index-apps .apps-slider .slider-wrap {
    text-align: center;
    margin: 0 20px;
    transition: all 0.3s linear; }
    .index-apps .apps-slider .slider-wrap a {
      position: relative;
      width: 100%;
      height: 100%;
      display: block;
      transition: all 0.3s linear; }
      .index-apps .apps-slider .slider-wrap a .img-wrap {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
        transition: all 0.3s linear; }
        .index-apps .apps-slider .slider-wrap a .img-wrap img {
          position: relative;
          left: auto;
          top: auto;
          transform: none;
          width: 100%;
          height: 100%;
          object-fit: cover; }
        @media (min-width: 769px) {
          .index-apps .apps-slider .slider-wrap a .img-wrap {
            height: 390px; }
            .index-apps .apps-slider .slider-wrap a .img-wrap img {
              position: absolute;
              left: 50%;
              top: 0;
              transform: translateX(-50%);
              width: 100%;
              height: 100%;
              object-fit: cover; } }
        @media (min-width: 992px) {
          .index-apps .apps-slider .slider-wrap a .img-wrap {
            height: 360px; } }
        @media (min-width: 1200px) {
          .index-apps .apps-slider .slider-wrap a .img-wrap {
            height: 340px; } }
        @media (min-width: 1680px) {
          .index-apps .apps-slider .slider-wrap a .img-wrap {
            height: 400px; } }
      .index-apps .apps-slider .slider-wrap a .apps-name {
        position: absolute;
        left: 1.5rem;
        bottom: 1rem;
        width: calc(100% - 3rem);
        font-size: 1.15rem;
        color: white;
        font-weight: normal;
        text-align: left;
        text-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
        transition: all 0.3s linear; }
        @media (min-width: 769px) {
          .index-apps .apps-slider .slider-wrap a .apps-name {
            font-size: 1.2rem; } }
        @media (min-width: 1200px) {
          .index-apps .apps-slider .slider-wrap a .apps-name {
            font-size: 1.3rem; } }
    @media (min-width: 769px) {
      .index-apps .apps-slider .slider-wrap {
        margin: 35px 20px; } }
  .index-apps .apps-slider .slick-current.slick-active a:after {
    border-radius: 10px; }
  @media (min-width: 769px) {
    .index-apps .apps-slider .slick-current.slick-active a:after {
      border-radius: 14px; } }
  @media (min-width: 992px) {
    .index-apps .apps-slider .slick-current.slick-active {
      transform: scale(1.1); }
      .index-apps .apps-slider .slick-current.slick-active a {
        position: relative; }
        .index-apps .apps-slider .slick-current.slick-active a:after {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          content: "";
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); } }
  @media (min-width: 1200px) {
    .index-apps .apps-slider .slick-current.slick-active a:after {
      border-radius: 18px; } }
  @media (min-width: 1680px) {
    .index-apps .apps-slider .slick-current.slick-active a:after {
      border-radius: 25px; } }
  @media (min-width: 1680px) {
    .index-apps .apps-slider .slick-prev {
      left: -30px; }
    .index-apps .apps-slider .slick-next {
      right: -30px; } }

/*About*/
.index-about {
  min-height: 80vh;
  color: white;
  display: flex;
  align-items: center;
  background-color: black;
  background-image: url(../images/bg-index-about-sm.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  @media (min-width: 769px) {
    .index-about {
      border-top-left-radius: 25px;
      border-top-right-radius: 25px;
      background-image: url(../images/bg-index-about.jpg);
      background-size: cover;
      background-position: center; } }
  @media (min-width: 992px) {
    .index-about {
      border-top-left-radius: 30px;
      border-top-right-radius: 30px; } }
  @media (min-width: 1200px) {
    .index-about {
      border-top-left-radius: 45px;
      border-top-right-radius: 45px; } }
  @media (min-width: 1680px) {
    .index-about {
      max-height: 100vh;
      border-top-left-radius: 60px;
      border-top-right-radius: 60px; } }
  .index-about .txt {
    position: relative; }
    .index-about .txt .block-title {
      position: relative;
      font-size: 1.9rem;
      color: #d99c03;
      margin-bottom: 2rem;
      z-index: 99 !important; }
      @media (min-width: 769px) {
        .index-about .txt .block-title {
          font-size: 2.2rem; } }
      @media (min-width: 1200px) {
        .index-about .txt .block-title {
          font-size: 2.67rem; } }
    .index-about .txt .custom-numbered-list {
      list-style-type: none;
      padding-left: 0;
      counter-reset: list-item;
      margin-top: 3rem; }
      .index-about .txt .custom-numbered-list li {
        position: relative;
        padding-left: 90px;
        margin-bottom: 1rem; }
        .index-about .txt .custom-numbered-list li:before {
          content: counter(list-item,decimal-leading-zero) " ";
          counter-increment: list-item 0.5;
          position: absolute;
          left: 0;
          top: 0;
          color: #d99c03;
          font-weight: bold; }
        .index-about .txt .custom-numbered-list li:after {
          position: absolute;
          top: 0.75rem;
          left: 35px;
          width: 40px;
          height: 1px;
          content: "";
          background-color: white; }
  .index-about p {
    position: relative;
    z-index: 1; }
    .index-about p:last-child {
      margin-bottom: 0; }

/*News*/
.index-news {
  background-color: #222; }
  .index-news .news-img {
    overflow: hidden; }
  .index-news .post-time {
    font-size: 0.88rem;
    color: #999;
    margin-bottom: 0.5rem; }
  .index-news .news-title {
    font-size: 1.15rem;
    color: white;
    margin-bottom: 1rem; }
    @media (min-width: 769px) {
      .index-news .news-title {
        font-size: 1.2rem; } }
    @media (min-width: 1200px) {
      .index-news .news-title {
        font-size: 1.33rem; } }
  .index-news .news-list {
    position: relative; }
    .index-news .news-list .news-txt .col-12 {
      flex-wrap: wrap;
      align-content: center; }
      .index-news .news-list .news-txt .col-12:nth-child(even) {
        padding-right: 0; }
    .index-news .news-list:after {
      position: absolute;
      left: 48%;
      top: 50%;
      width: 2px;
      height: 80%;
      content: "";
      border-right: 1px solid #333;
      transform: translate(-48%, -50%);
      display: none; }
    @media (min-width: 992px) {
      .index-news .news-list:after {
        display: block; }
      .index-news .news-list .news-txt .col-12:nth-child(even) {
        padding-right: 60px; } }
