.noto-sans-regular {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
}

.noto-sans-medium, .card-tab .card-name {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 500;
}

.noto-sans-bold, .about__container .about__block_title {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 700;
}

.noto-sans-black, .title h3 {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 900;
}

.noto-serif-regular {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 300;
}

.noto-serif-medium {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 500;
}

.noto-serif-semibold {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 600;
}

.noto-serif-bold {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 700;
}

.baskervville, .title .en {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: normal;
}

.fade {
  transition: all linear 0.2s;
}
.fade:hover {
  transition: all linear 0.2s;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.noto-sans-regular {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
}

.noto-sans-medium, .card-tab .card-name {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 500;
}

.noto-sans-bold, .about__container .about__block_title {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 700;
}

.noto-sans-black, .title h3 {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 900;
}

.noto-serif-regular {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 300;
}

.noto-serif-medium {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 500;
}

.noto-serif-semibold {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 600;
}

.noto-serif-bold {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 700;
}

.baskervville, .title .en {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: normal;
}

.fade {
  transition: all linear 0.2s;
}
.fade:hover {
  transition: all linear 0.2s;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
:root {
  --index-card-gap: 25px;
  --index-yt-count: 4;
  --index-card-count: 5;
  --index-card-width: calc((var(--card-container-w) - var(--index-card-gap) * (var(--index-card-count) - 1)) / var(--index-card-count));
  --index-card-inner-width: calc(var(--index-card-width) - 4vw);
  --index-card-height: calc(var(--index-card-inner-width) * 344 / 240);
  --index-frame-width: calc((var(--card-container-w) - var(--index-card-gap) * (var(--index-yt-count) - 1)) / var(--index-yt-count));
  --index-frame-height: calc(var(--index-frame-width) * 226 / 403);
}

.news.border-bottom,
.products.border-bottom {
  padding-bottom: 4vh;
  margin-bottom: 4vh;
  border-bottom: 1px solid rgba(200, 193, 118, 0.5);
}
.news .container,
.products .container {
  width: var(--card-container-w);
}

.cardnav-swiper {
  overflow: hidden;
}
.cardnav-swiper.justify-center .swiper-wrapper {
  justify-content: center;
}
.cardnav-swiper .swiper-slide {
  width: auto;
  padding: 1.6vmin 5.2vmin;
  font-weight: bold;
  font-size: 1.25rem;
  color: #8e9749;
  cursor: pointer;
  transition: all linear 0.1s;
}
.cardnav-swiper .swiper-slide:hover {
  transition: all linear 0.1s;
}
.cardnav-swiper .swiper-slide a {
  color: #8e9749;
  transition: all linear 0.1s;
}
.cardnav-swiper .swiper-slide a:hover {
  transition: all linear 0.1s;
}
.cardnav-swiper .swiper-slide:hover {
  color: #c8c378;
}
.cardnav-swiper .swiper-slide:hover a {
  color: #c8c378;
}
.cardnav-swiper .swiper-slide.active::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #cdc676;
}

.card-tab {
  position: relative;
  display: block;
  height: 0;
  min-height: 0;
  visibility: hidden;
  overflow: hidden;
}
.card-tab.active {
  visibility: inherit;
  height: inherit;
  min-height: 20vh;
  visibility: visible;
  overflow: initial;
}
.card-tab.card-tab__introduction {
  margin-top: 2.5vw;
}
.card-tab .card-swiper {
  overflow: hidden;
}
.card-tab .card-card:hover .card-pic img {
  transform: scale(1.05);
}
.card-tab .card-frame {
  height: var(--index-frame-height);
  border-radius: 8px;
  overflow: hidden;
}
.card-tab .card-pic {
  position: relative;
  width: calc(100% - 4vw);
  margin: 0 auto;
  height: var(--index-card-height);
  cursor: pointer;
  background-color: #E3F2FD;
  transition-property: background-color, color, box-shadow, opacity, background-image, text-shadow;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.card-tab .card-pic:hover {
  transition-property: background-color, color, box-shadow, opacity, background-image, text-shadow;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
.card-tab .card-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.card-tab .card-pic + .card-name {
  width: calc(100% - 4vw);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.card-tab .card__ranking,
.card-tab .card__release {
  position: relative;
  padding-top: 2vw;
}
.card-tab .card__ranking::before,
.card-tab .card__release::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - var(--title-h3-lg));
  border-radius: var(--radius-1);
}
.card-tab .card__ranking::before {
  background-color: #EAF6FD;
}
.card-tab .card__release::before {
  background-color: #FFF3F6;
}
.card-tab .card-name {
  margin: 1rem auto 0 auto;
  font-size: 1.25rem;
  letter-spacing: 1px;
  color: #6c6c6a;
}
.card-tab .card-name a {
  color: #6c6c6a;
}
.card-tab .card-name a:hover {
  text-decoration: none;
}
.card-tab .swiper-button-prev,
.card-tab .swiper-button-next {
  width: 6vmin;
  height: 6vmin;
  background-image: url(../images/common/arrow-gray.webp);
  background-size: 100% 100%;
}
.card-tab .swiper-button-prev::after,
.card-tab .swiper-button-next::after {
  display: none;
}
.card-tab .swiper-button-prev:hover,
.card-tab .swiper-button-next:hover {
  background-image: url(../images/common/arrow-gray-h.webp);
}
.card-tab .swiper-button-prev {
  left: initial;
  right: calc(100% + 1rem);
}
.card-tab .swiper-button-next {
  right: initial;
  left: calc(100% + 1rem);
}

.card-tab__introduction .swiper-button-prev,
.card-tab__introduction .swiper-button-next {
  top: calc((var(--index-frame-height) - 6vmin) / 2);
}

.card-tab__release,
.card-tab__ranking {
  margin-top: 1.5rem;
}
.card-tab__release .swiper-button-prev,
.card-tab__release .swiper-button-next,
.card-tab__ranking .swiper-button-prev,
.card-tab__ranking .swiper-button-next {
  top: calc((var(--index-card-height) - 6vmin) / 2 + 2vw);
}

@media (max-width: 1366px) {
  :root {
    --index-yt-count: 3;
    --index-card-count: 4;
  }
  .card-tab .swiper-button-prev {
    left: -3vmin;
    right: initial;
  }
  .card-tab .swiper-button-next {
    right: -3vmin;
    left: initial;
  }
}
@media (max-width: 1024px) {
  :root {
    --index-yt-count: 2;
    --index-card-count: 3;
  }
  .card-tab .card-name {
    font-size: inherit;
  }
}
@media (max-width: 767px) {
  .card-tab.card-tab__release .card-swiper, .card-tab.card-tab__ranking .card-swiper {
    height: calc((var(--index-card-height) + 58px) * 2 + 20px);
  }
  .card-tab .card-pic {
    width: 100%;
  }
  .card-tab .card-pic + .card-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 24px;
    max-height: 48px;
  }
  .card-tab .card-name {
    margin-top: 10px;
  }
  .card-tab .card__ranking,
  .card-tab .card__release {
    padding-top: 0;
  }
  .card-tab .card__ranking::before,
  .card-tab .card__release::before {
    display: none;
  }
  .card-tab .swiper-button-prev,
  .card-tab .swiper-button-next {
    top: initial;
    bottom: calc(100% + 4px);
    left: initial;
    width: 36px;
    height: 36px;
  }
  .card-tab .swiper-button-prev {
    right: 40px;
  }
  .card-tab .swiper-button-next {
    right: 0;
  }
  .card-tab__release,
  .card-tab__ranking {
    margin-top: 4px;
    padding: 25px;
    border-radius: var(--radius-1);
  }
  .card-tab__release {
    background-color: #FFF3F6;
  }
  .card-tab__ranking {
    background-color: #EAF6FD;
  }
}
:root {
  --card-icon-width: 63px;
  --card-icon-height: calc(var(--card-icon-width) * 65 / 63);
}

body {
  background-position: center calc(var(--header-h) + var(--index-banner-h) - 12vw);
}

.title {
  position: relative;
}
.title h3 {
  position: relative;
  font-size: var(--title-h3);
  letter-spacing: var(--title-h3-spacing);
  color: var(--color-primary);
}
.title .en {
  font-size: var(--title-en);
  letter-spacing: var(--title-en-spacing);
  color: #FFAD91;
}
.title .icon-new,
.title .icon-top {
  position: absolute;
  bottom: 0;
  margin-left: 4px;
  display: inline-block;
  width: var(--card-icon-width);
  height: var(--card-icon-height);
  background-size: 100% auto;
}
.title .icon-new {
  background-image: url(../images/index/icon-new.webp);
}
.title .icon-top {
  background-image: url(../images/index/icon-top.webp);
}

.about {
  margin-top: 60px;
  margin-bottom: 20px;
}
.about .title {
  margin-left: 6vw;
  margin-bottom: 1.5rem;
}

.about__container {
  display: flex;
  color: #7B8084;
}
.about__container .about__block {
  width: 50%;
}
.about__container .about__block_title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.about__container .about__block_content {
  position: relative;
  z-index: 1;
  line-height: 2;
}
.about__container .about__profile {
  position: relative;
  padding: 2.5vw 5vw 8vw 9vw;
  height: fit-content;
  background-color: #fff;
  border-radius: var(--radius-1);
}
.about__container .about__profile:before, .about__container .about__profile:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-style: solid;
  border-radius: var(--radius-1);
}
.about__container .about__profile:before {
  border-color: #FFAD91;
  top: -8px;
  left: -8px;
}
.about__container .about__profile:after {
  border-color: #fff;
  bottom: -8px;
  right: -8px;
  z-index: -1;
}
.about__container .about__profile .vertical-line {
  position: absolute;
  top: -8px;
  left: calc(9vw - 1.5vw);
  width: 1px;
  height: calc(2.5vw + 20px);
  background-color: #FFAD91;
}
.about__container .about__profile .vertical-line::before {
  content: "";
  position: absolute;
  top: calc(2.5vw + 20px);
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FFAD91;
}
.about__container .about__territory {
  position: relative;
  padding-left: 2.5vw;
}
.about__container .about__territory .about__block_title {
  position: relative;
  margin-top: calc(var(--title-h3-lg) * -1);
}
.about__container .about__territory .about__block_content {
  margin-top: 1.5rem;
  border-radius: var(--radius-1);
  overflow: hidden;
}
.about__container .about__territory .about__block_content img {
  width: 100%;
}
.about__container .about__territory .vertical-line {
  position: absolute;
  top: 1.2rem;
  left: 7rem;
  width: 5.5rem;
  height: 1px;
  background-color: #FFAD91;
}
.about__container .about__territory .vertical-line::before {
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FFAD91;
}
.about__container .bg-circle {
  position: absolute;
  background-image: url(../images/index/bg-circle.webp);
  background-size: 100% 100%;
}
.about__container .bg-circle.circle-1 {
  width: 15.5vw;
  height: 15.5vw;
  top: -3vw;
  right: -4vw;
  z-index: -1;
}
.about__container .bg-circle.circle-2 {
  width: 6.3vw;
  height: 6.3vw;
  right: 7vw;
  bottom: -3vw;
}

.products {
  margin-bottom: 4vw;
}
.products .title .en {
  font-size: var(--title-en-s);
}
.products .btn-more-videos {
  position: absolute;
  right: 12px;
  bottom: 0;
  font-size: 1.25rem;
  color: #4E4E4E;
  background-image: url(../images/index/icon-arrow-gray.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.25rem auto;
  padding-right: 1.5rem;
}

.btn-row {
  margin-top: 2vw;
}

@media (max-width: 1366px) {
  .about__container .about__profile {
    padding: 2.5vw 4vw 4vw 4vw;
  }
  .about__container .about__profile .vertical-line {
    left: calc(4vw - 1.5vw);
  }
  .about__container .about__block_title {
    margin-bottom: 0.5rem;
  }
  .about__container .about__block_content {
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  :root {
    --card-icon-width: 50px;
  }
  .about .container {
    width: var(--card-container-w);
  }
  .about .title {
    margin-left: 0;
    text-align: center;
  }
  .about__container {
    flex-direction: column;
  }
  .about__container .about__block {
    width: 100%;
  }
  .about__container .about__profile .vertical-line,
  .about__container .about__territory .vertical-line {
    width: 7vw;
    height: 1px;
    left: -4vw;
  }
  .about__container .about__profile .vertical-line:before,
  .about__container .about__territory .vertical-line:before {
    top: -4px;
    right: 0;
    left: initial;
  }
  .about__container .about__profile .vertical-line {
    top: calc(2.5vw + 1rem);
  }
  .about__container .about__territory {
    margin-top: 2rem;
    padding-left: 0;
  }
  .about__container .about__territory .about__block_title {
    margin-top: 0;
    padding-left: 4vw;
  }
  .about__container .about__territory .vertical-line {
    top: 1rem;
  }
  .about__container .about__territory .about__block_content {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  :root {
    --index-yt-count: 1;
    --index-card-count: 2;
    --card-icon-width: 26px;
  }
  .about {
    margin-top: 48px;
  }
  .about__container .about__profile {
    padding: 24px 24px 44px 24px;
    margin-left: 1vw;
  }
  .about__container .about__profile:after {
    display: none;
  }
  .about__container .about__profile .vertical-line {
    top: 38px;
    left: -5vw;
    width: calc(5vw + 18px);
  }
  .about__container .bg-circle {
    display: none;
  }
  .about__container .about__block_title {
    font-size: 18px;
  }
  .about__container .about__territory {
    margin-top: 16px;
  }
  .about__container .about__territory .about__block_title {
    padding-left: 24px;
  }
  .about__container .about__territory .vertical-line {
    top: 14px;
    left: -5vw;
    width: calc(5vw + 18px);
  }
  .title .icon-new,
  .title .icon-top {
    position: relative;
    bottom: initial;
    margin-left: 0;
    margin-right: 2px;
  }
  .products {
    margin-bottom: 36px;
  }
  .products .title h3 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
  }
}

/*# sourceMappingURL=index.css.map */
