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

.process, .related {
  padding: 3.5rem 0; }
  .process .block-title, .related .block-title {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    font-weight: 400; }
    .process .block-title span, .related .block-title span {
      font-size: 0.85rem;
      text-transform: uppercase;
      margin-left: 1rem;
      font-weight: normal; }
  .process .block-title2, .related .block-title2 {
    text-align: center;
    font-size: 1.33rem;
    color: #d99c03;
    font-weight: normal;
    margin-bottom: 4rem;
    position: relative; }
    .process .block-title2:after, .related .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%); }
  .process .block-title3, .related .block-title3 {
    font-size: 1.5rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 2rem; }
  .process .block-title4, .related .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) {
    .process .block-title, .related .block-title {
      font-size: 1.8rem; }
      .process .block-title span, .related .block-title span {
        font-size: 0.95rem; }
    .process .block-title2, .related .block-title2 {
      font-size: 1.5rem; }
    .process .block-title3, .related .block-title3 {
      font-size: 1.75rem; }
    .process .block-title4, .related .block-title4 {
      font-size: 1.15rem; } }
  @media (min-width: 1400px) {
    .process, .related {
      padding: 4.5rem 0; }
      .process .block-title, .related .block-title {
        font-size: 2rem; }
        .process .block-title span, .related .block-title span {
          font-size: 1rem; }
      .process .block-title2, .related .block-title2 {
        font-size: 1.67rem; }
      .process .block-title3, .related .block-title3 {
        font-size: 2rem; }
      .process .block-title4, .related .block-title4 {
        font-size: 1.25rem; } }

.casting-list .img-wrap, .process .box-process, .process .box-process-lg, .process .box-process-sm, .process .decision .question:after {
  border-radius: 5px; }
  @media (min-width: 769px) {
    .casting-list .img-wrap, .process .box-process, .process .box-process-lg, .process .box-process-sm, .process .decision .question:after {
      border-radius: 8px; } }
  @media (min-width: 1200px) {
    .casting-list .img-wrap, .process .box-process, .process .box-process-lg, .process .box-process-sm, .process .decision .question:after {
      border-radius: 12px; } }
  @media (min-width: 1680px) {
    .casting-list .img-wrap, .process .box-process, .process .box-process-lg, .process .box-process-sm, .process .decision .question:after {
      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; }

.casting-list {
  display: block;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 2rem;
  overflow: hidden; }
  .casting-list .img-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative; }
    .casting-list .img-wrap img {
      width: 100%;
      height: auto;
      transition: all 0.3s linear; }
  .casting-list .casting-name {
    color: white;
    background-color: #d99c03;
    background-image: none;
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 1.35rem;
    font-weight: normal;
    padding: 0.7rem 2.5rem;
    position: absolute;
    right: 0;
    bottom: 0;
    border-top-left-radius: 10px;
    min-width: 30%;
    transition: all 0.3s linear; }
  @media (min-width: 992px) {
    .casting-list {
      margin-bottom: 3rem; }
      .casting-list .casting-name {
        font-size: 1.45rem;
        border-top-left-radius: 15px; }
      .casting-list:hover .casting-name {
        min-width: 80%;
        background-image: url("../images/icon-logo.png"); }
      .casting-list:hover .img-wrap img {
        transform: scale(1.1); } }
  @media (min-width: 1200px) {
    .casting-list .casting-name {
      font-size: 1.8rem;
      border-top-left-radius: 25px; } }

/*Sub page*/
.basic {
  position: relative;
  padding: 2.5rem 2rem;
  margin-bottom: 4.5rem; }
  .basic:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background-color: #d99c03;
    z-index: 0;
    border-radius: 25px; }
  .basic .intro {
    position: relative;
    z-index: 1; }
    .basic .intro .casting-name {
      font-size: 2.4rem;
      font-weight: 600;
      margin-bottom: 1.5rem; }
    .basic .intro img {
      display: flex;
      margin: 2.5rem auto 1.5rem auto;
      width: 100%;
      height: auto; }
  .basic .feature {
    position: relative;
    z-index: 1; }
    .basic .feature .title {
      font-size: 1.1rem;
      display: inline-flex;
      padding: 0.5rem 1.6rem;
      font-weight: normal;
      background-color: #333;
      color: white;
      border-radius: 3px;
      margin-bottom: 2rem; }
  @media (min-width: 769px) {
    .basic {
      padding: 3rem; }
      .basic .intro img {
        width: 80%;
        height: auto; } }
  @media (min-width: 992px) {
    .basic {
      padding: 3.5rem 4rem;
      margin-bottom: 0; }
      .basic:after {
        height: calc(100% - 8rem);
        border-top-left-radius: 0;
        border-top-right-radius: 45px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
      .basic .intro .casting-name {
        font-size: 3.3rem; }
      .basic .intro img {
        width: 100%;
        height: auto; } }

.process .process-row {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap; }
.process .process-row2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 40%; }
  .process .process-row2 .box-process {
    width: 100%; }
.process .box-process {
  background: #f6f6f6;
  padding: 2rem 2.5rem;
  width: 40%;
  position: relative; }
.process .box-process-lg {
  background: #f6f6f6;
  padding: 2rem 2.5rem;
  width: 70%;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column; }
.process .box-process-sm {
  background: #f6f6f6;
  padding: 2rem 2.5rem;
  width: 55%;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column; }
  .process .box-process-sm h3 {
    flex-direction: column; }
    .process .box-process-sm h3 .icon {
      margin-bottom: 1rem; }
.process .decision {
  position: relative;
  display: block; }
  .process .decision:before {
    position: absolute;
    right: -2rem;
    top: 50%;
    width: calc((100% - 200px) / 2);
    height: 1px;
    content: "";
    background-color: #d99c03; }
  .process .decision .question {
    position: relative;
    font-size: 1.33rem;
    color: #d99c03;
    width: calc(200px + 8rem);
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding: 0 2.5rem; }
    .process .decision .question h3 {
      text-align: center;
      margin-bottom: 0; }
    .process .decision .question:before {
      position: absolute;
      right: -2.5rem;
      top: calc(50% - 1.5rem);
      transform: translateY(-50%);
      content: "NO";
      color: primary-color;
      font-size: 1.15rem; }
    .process .decision .question:after {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 150px;
      height: 150px;
      content: "";
      background-color: #f6f6f6;
      transform: translate(-50%, -50%) rotate(45deg);
      z-index: 0; }
.process h3 {
  position: relative;
  font-size: 1.33rem;
  font-weight: 500;
  color: #d99c03;
  margin-bottom: 1rem;
  z-index: 3;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  .process h3:last-child {
    margin-bottom: 0 !important; }
  .process h3 .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 85px;
    height: 85px; }
    .process h3 .icon img {
      width: 100%;
      height: auto;
      filter: invert(53%) sepia(88%) saturate(713%) hue-rotate(11deg) brightness(98%) contrast(98%); }
.process p {
  font-size: 1rem;
  line-height: 2em;
  color: #333;
  text-align: center; }
  .process p:last-child {
    margin-bottom: 0 !important; }
.process .arrow {
  position: relative;
  width: 1px;
  height: 50px;
  background: #d99c03;
  margin: 25px auto; }
  .process .arrow:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #d99c03; }
  .process .arrow.yes:before {
    position: absolute;
    content: "YES";
    color: #d99c03;
    left: calc(50% + 2rem);
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.15rem; }
    @media (max-width: 768px) {
      .process .arrow.yes:before {
        font-size: 0.8rem; } }
.process .box-wrap {
  position: relative;
  width: 70%;
  margin: 0 auto; }
  .process .box-wrap:after {
    position: absolute;
    right: -2rem;
    top: 100px;
    width: 1px;
    height: calc(100% - 100px);
    content: "";
    background-color: #d99c03; }
  .process .box-wrap:before {
    content: "";
    position: absolute;
    bottom: -4px;
    right: calc(-2rem - 4px);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #d99c03; }
  .process .box-wrap .box-process-lg {
    width: 100%; }
@media (max-width: 768px) {
  .process .process-row {
    flex-direction: column;
    align-items: center; }
  .process .box-process, .process .box-process-lg, .process .box-process-sm {
    width: 100%; }
  .process .box-wrap {
    width: 100%; }
    .process .box-wrap:before {
      right: calc(0.5rem - 4px); }
    .process .box-wrap:after {
      right: 0.5rem; }
    .process .box-wrap .decision:before {
      right: 0.5rem;
      width: calc(((100% - 200px) - 7rem) / 2); }
    .process .box-wrap .decision .question:before {
      right: -0.5rem;
      font-size: 0.8rem; }
  .process h3 {
    font-size: 1.15rem; }
    .process h3 .icon {
      width: 70px;
      height: 70px; }
      .process h3 .icon img {
        width: 100%;
        height: auto; } }

.related {
  background-color: #333; }
  .related a .img-wrap {
    overflow: hidden; }
    .related a .img-wrap img {
      width: 100%;
      height: auto;
      transition: all 0.3s linear; }
  .related a .casting-title {
    color: white;
    font-size: 1rem;
    font-weight: normal;
    margin-top: 1.5rem;
    padding: 0 1.5rem;
    line-height: 1.5rem;
    transition: all 0.3s linear; }
  .related a:hover .img-wrap img {
    transform: scale(1.1); }
  .related a:hover .casting-title {
    color: #d99c03; }
