:root {
  --primary: #C88C28;
  --primary-m3: #4F849B;
  --primary-dark2: #005B7F;
  --primary-dark: #0D3B4B;
  --primary-light: #98C0C2;
  --secondary: #0093B2;
  --secondary-light: #4AB3D7;
  --green: #AC7;
  --white: #FFF;
  --gray-light: #BFBFBF;
  --gray-middle: #8C8C8C;
  --gray: #7E6C6C;
  --gray-deep: #545454;
  --tag-red: #FF6060;
  --tag-purple: #7F8DD6;
  --tag-pink: #F9AAD4;
  --tag-blue: #60A0FF;
  --tag-green: #ADD881;
  --tag-orange: #FF8660; }

body {
  color: var(--primary-dark);
  min-height: 100vh;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4",endColorstr="#ececec",GradientType=1);
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0px;
  letter-spacing: 1px; }

* {
  box-sizing: border-box; }

a {
  color: #333;
  text-decoration: none; }

.container {
  max-width: 1121px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .container {
      max-width: 90%; } }

.container-w {
  max-width: 1400px;
  margin: 0 auto;
  width: 90%; }
  @media only screen and (max-width: 768px) {
    .container-w {
      max-width: 90%;
      width: 90%; } }

h2, h3 {
  font-weight: normal;
  margin: 0; }

.flex-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.mt-10 {
  margin-top: 5vh; }

.bg-gray {
  background: #f4f4f4;
  background: -moz-linear-gradient(180deg, #f4f4f4 0%, #ececec 100%);
  background: -webkit-linear-gradient(180deg, #f4f4f4 0%, #ececec 100%);
  background: linear-gradient(180deg, #f4f4f4 0%, #ececec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4",endColorstr="#ececec",GradientType=1); }

.recru .banner {
  background-image: url(../img/recru/banner.jpg);
  min-height: 60vh;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover; }
  @media only screen and (max-width: 768px) {
    .recru .banner {
      background-size: cover; } }

.joinus-section {
  padding: 60px 0; }

.joinus-vertical-zh {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 24px;
  font-weight: 500;
  color: #244e4c;
  position: absolute;
  line-height: 1.8;
  top: 5vh;
  right: 5%; }
  @media only screen and (max-width: 768px) {
    .joinus-vertical-zh {
      z-index: 2; } }
  .joinus-vertical-zh p {
    font-size: 1.6em;
    font-weight: normal; }
    @media only screen and (max-width: 768px) {
      .joinus-vertical-zh p {
        line-height: 38px; } }

.joinus-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
  background: #fff; }

.joinus-vertical-en {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 48px;
  font-weight: bold;
  color: #d9a441;
  margin-bottom: 40px;
  letter-spacing: 4px;
  font-family: 'didot';
  font-size: 6em;
  position: absolute;
  bottom: 20%;
  left: -5%; }
  @media only screen and (max-width: 768px) {
    .joinus-vertical-en {
      font-size: 60px;
      left: -9%; } }

.joinus-left {
  background: #244e4c;
  color: #fff;
  flex: 0 0 280px;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0; }
  .joinus-left .joinus-left-content {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .joinus-left .joinus-highlight {
    font-size: 20px;
    text-align: center; }
    .joinus-left .joinus-highlight .joinus-highlight-label {
      color: #f4d35e; }
    .joinus-left .joinus-highlight .joinus-highlight-salary {
      color: #e9a944; }
  .joinus-left .joinus-subtext {
    font-size: 14px;
    margin-top: 10px;
    color: #fff;
    text-align: center; }

.joinus-right {
  flex: 1;
  padding: 40px 30px;
  position: relative; }
  .joinus-right .joinus-text-block {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap; }
  .joinus-right .joinus-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px; }
  .joinus-right .joinus-paragraph {
    margin-top: 20px;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    flex-basis: 100%; }

@media (max-width: 768px) {
  .joinus-container {
    flex-direction: column; }

  .joinus-left {
    clip-path: none;
    width: 100%; }

  .joinus-text-block {
    flex-direction: column;
    align-items: center; }

  .joinus-vertical-zh {
    font-size: 18px;
    text-align: center; } }
.banner-box-new {
  width: 80%;
  height: 690px;
  background-size: cover; }
  @media only screen and (max-width: 768px) {
    .banner-box-new {
      width: 100%;
      height: 60vh;
      background-position: 40%; } }

.joinus-bottom {
  display: flex;
  padding: 5% 0px;
  color: #fff; }
  @media only screen and (max-width: 768px) {
    .joinus-bottom {
      gap: 20px;
      flex-direction: column; } }
  .joinus-bottom .l {
    flex: 2; }
    @media only screen and (max-width: 768px) {
      .joinus-bottom .l {
        text-align: center; } }
    .joinus-bottom .l h4 {
      color: #C88C28;
      font-size: 2em; }
    .joinus-bottom .l h5 {
      font-size: 20px; }
  .joinus-bottom .r {
    flex: 3; }

.box-joinus {
  background-image: url(../img/recru/bg-green.jpg);
  background-size: cover;
  background-position: center; }

.box-environment {
  position: relative;
  padding: 3% 0px; }
  .box-environment .container {
    position: relative; }
  .box-environment .shape {
    width: 300px;
    height: 100px;
    position: absolute;
    right: 10%;
    bottom: 70px;
    background-color: #C88C28; }
    @media only screen and (max-width: 768px) {
      .box-environment .shape {
        width: 100px;
        height: 60px;
        bottom: 80px; } }

.talent-carousel-section {
  display: flex;
  justify-content: center;
  padding: 60px 20px; }

.talent-carousel-wrapper {
  width: 100%;
  max-width: 800px;
  overflow: hidden;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .talent-carousel-wrapper {
      width: 80%;
      margin-right: 10%; } }

.talent-carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform; }

.talent-slide {
  min-width: 100%;
  height: 520px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  background-size: cover;
  user-select: none; }
  @media only screen and (max-width: 768px) {
    .talent-slide {
      height: 220px; } }

.talent-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px 0; }
  .talent-dots .talent-dot {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    transition: 0.3s ease; }
    .talent-dots .talent-dot.active {
      background: #244e4c;
      transform: scale(1.2); }

.talent-feature-section {
  padding: 80px 20px;
  display: flex;
  justify-content: center; }
  @media only screen and (max-width: 768px) {
    .talent-feature-section.forbe {
      padding-top: 10vh;
      padding-bottom: 0px; } }
  @media only screen and (max-width: 768px) {
    .talent-feature-section {
      padding: 0px 20px 10vh 20px; } }

.talent-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1200px;
  width: 100%; }

.talent-feature-item {
  text-align: center;
  padding: 20px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: transform 0.4s ease, box-shadow 0.4s ease; }
  .talent-feature-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08); }
  .talent-feature-item .icon {
    position: relative;
    background-color: #fff;
    top: -50px;
    width: 60px;
    padding: 5%;
    border-radius: 100px;
    height: 60px;
    margin-bottom: -40px; }

.talent-image-placeholder {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-size: cover;
  margin-bottom: 20px; }

.talent-title {
  font-size: 20px;
  color: #C88C28;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: -40px;
  font-weight: normal; }

.talent-divider {
  width: 60px;
  height: 2px;
  background: #244e4c;
  margin: 0 auto 16px auto;
  border: none; }

.talent-text {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  max-width: 90%;
  margin: 0 auto; }

@media (max-width: 1024px) {
  .talent-feature-grid {
    grid-template-columns: 1fr 1fr; } }
@media (max-width: 768px) {
  .talent-feature-grid {
    grid-template-columns: 1fr; } }
.title-talent {
  color: #C88C28;
  text-align: center;
  margin-bottom: 30px; }
  .title-talent h3 {
    color: #C88C28;
    font-size: 36px; }
    @media only screen and (max-width: 768px) {
      .title-talent h3 {
        font-size: 26px; } }

.talent-jobs-section {
  padding: 5vh 0px;
  background-image: url(../img/recru/bg-light2.jpg);
  background-size: cover; }
  .talent-jobs-section .container {
    margin: 100px auto;
    display: flex;
    flex-direction: column;
    gap: 60px; }
    @media only screen and (max-width: 768px) {
      .talent-jobs-section .container {
        margin: 20px auto;
        margin-bottom: 10vh; } }

.talent-job-card {
  display: flex;
  align-items: center;
  gap: 40px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: transform 0.3s ease; }
  @media only screen and (max-width: 768px) {
    .talent-job-card {
      gap: 0px; } }
  .talent-job-card:hover {
    transform: translateY(-6px); }
  .talent-job-card.reverse {
    flex-direction: row-reverse; }
  .talent-job-card .talent-job-image {
    flex: 0 0 200px;
    height: 200px;
    background-size: cover;
    background-position: center; }
    @media only screen and (max-width: 768px) {
      .talent-job-card .talent-job-image {
        flex: 0 0 240px; } }
  .talent-job-card .talent-job-content {
    flex: 1;
    padding: 3% 5%; }
    @media only screen and (max-width: 768px) {
      .talent-job-card .talent-job-content {
        padding: 5%; } }
    .talent-job-card .talent-job-content .talent-job-title {
      font-size: 22px;
      font-weight: 600;
      color: #244e4c;
      margin-bottom: 16px; }
    .talent-job-card .talent-job-content p {
      font-size: 16px;
      color: #444;
      line-height: 1.7; }

@media (max-width: 768px) {
  .talent-job-card,
  .talent-job-card.reverse {
    flex-direction: column;
    text-align: center; }
    .talent-job-card .talent-job-image,
    .talent-job-card.reverse .talent-job-image {
      width: 100%;
      height: 180px; } }
.talent-lottie {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
  text-align: center; }
  .talent-lottie h4 {
    font-size: 20px;
    letter-spacing: 1px; }

.box-talent-mo {
  display: flex;
  gap: 10%; }

.talent-contact-section {
  background: #fff;
  padding: 100px 20px;
  display: flex;
  justify-content: center; }

.talent-contact-box {
  max-width: 960px;
  width: 100%;
  background: #fdfdfd;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  overflow: hidden; }

.talent-banner {
  background: linear-gradient(135deg, #e0aa7e, #fff1db);
  text-align: center;
  padding: 50px 20px; }
  .talent-banner .talent-logo img {
    width: 200px;
    margin: 10px auto 5vh auto; }
  .talent-banner .talent-line-info .inner {
    display: flex;
    gap: 10px;
    justify-content: center; }
  .talent-banner .talent-line-info p {
    font-size: 18px;
    margin-bottom: 10px; }
  .talent-banner .talent-line-id {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border-radius: 30px;
    padding: 6px 16px;
    font-weight: bold;
    color: #244e4c;
    font-size: 16px; }
    .talent-banner .talent-line-id img {
      width: 30px;
      margin-right: 8px;
      margin-bottom: 0px; }
  .talent-banner .talent-btn {
    background: #cc9b54;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    margin: 0px;
    transition: 0.3s ease; }
    .talent-banner .talent-btn:hover {
      background: #b98239; }
  .talent-banner h2 {
    margin-top: 30px;
    font-size: 24px;
    color: #244e4c;
    font-weight: 600;
    line-height: 1.6; }

.talent-form {
  padding: 40px 30px; }
  .talent-form h3 {
    font-size: 20px;
    margin-bottom: 24px;
    font-weight: bold; }
    .talent-form h3 span {
      font-weight: normal;
      font-size: 16px;
      color: #888;
      margin-left: 8px; }
  .talent-form .talent-form-group {
    display: flex;
    gap: 20px;
    margin-bottom: 20px; }
    .talent-form .talent-form-group input {
      flex: 1; }
  .talent-form input,
  .talent-form textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border: none;
    border-bottom: 2px solid #244e4c;
    margin-bottom: 20px;
    background: transparent;
    outline: none; }
    .talent-form input::placeholder,
    .talent-form textarea::placeholder {
      color: #aaa; }
  .talent-form textarea {
    resize: vertical;
    min-height: 120px; }
  .talent-form .talent-btn.dark {
    background: #244e4c;
    padding: 12px 30px;
    color: #fff;
    border-radius: 30px;
    font-weight: bold;
    transition: 0.3s; }
    .talent-form .talent-btn.dark:hover {
      background: #1b3e3b; }

.box-location {
  width: 100%;
  height: 400px;
  background-image: url(../img/recru/bg-footer.jpg);
  background-size: cover;
  text-align: center;
  background-position: center; }

.btn-location {
  background-color: #fff;
  padding: 10px 30px;
  display: inline-block;
  margin-top: 10vh;
  color: #C88C28;
  font-weight: bold;
  border-bottom: 5px solid #C88C28;
  font-size: 20px; }
  .btn-location:hover {
    background-color: #C88C28;
    color: #fff;
    transition-duration: 400ms; }

@media only screen and (max-width: 768px) {
  .box-vi {
    margin-top: 10vh; } }

.youtube-container {
  max-width: 100%;
  margin: 0 auto;
  position: relative; }

.youtube-player {
  position: relative;
  cursor: pointer;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  background-color: #000; }

.youtube-player img.youtube-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.youtube-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.9);
  background: url("https://img.icons8.com/ios-filled/100/ffffff/play--v1.png") no-repeat center center;
  background-size: 50% 50%;
  border-radius: 100px;
  border: 2px solid #fff;
  transform: translate(-50%, -50%);
  opacity: 0.8; }
  @media only screen and (max-width: 768px) {
    .youtube-play-btn {
      width: 50px;
      height: 50px;
      background-size: 50% 50%; } }

.youtube-play-btn:hover {
  opacity: 1; }
