@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
body {
  color: #000;
}

html {
  scroll-behavior: smooth;
}

main {
  width: 100%;
  font-family: "Noto Sans TC", Arial, "微軟正黑體";
  line-height: 1.3;
  overflow: hidden;
}

.IDI_h1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif TC", "SimSun";
  font-weight: 500;
  letter-spacing: 5px;
  color: #4c3c3d;
  font-size: clamp(32px, calc(32px + 32 * (100vw - 500px) / 1420), 64px);
}
@supports (width: 100cqw) {
  .IDI_h1 {
    font-size: clamp(32px, calc(32px + 32 * (100cqw - 500px) / 1420), 64px);
  }
}
.IDI_h1 span {
  letter-spacing: 0;
  margin-top: 10px;
  font-size: clamp(16px, calc(16px + 8 * (100vw - 500px) / 1420), 24px);
}
@supports (width: 100cqw) {
  .IDI_h1 span {
    font-size: clamp(16px, calc(16px + 8 * (100cqw - 500px) / 1420), 24px);
  }
}

.IDI_idx {
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 10%;
  overflow: hidden;
}
.IDI_idx .IDI_h1 {
  margin: 10% 0 6%;
}
.IDI_idx_list {
  display: flex;
  justify-content: center;
  width: 96%;
  max-width: 1460px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .IDI_idx_list {
    width: 100%;
  }
}
.IDI_idx_list li {
  width: calc(33.3333333333% - 60px);
  margin: 0 30px;
}
@media screen and (max-width: 1000px) {
  .IDI_idx_list li {
    width: calc(33.3333333333% - 30px);
    margin: 0 15px;
  }
}
.IDI_idx_list li a {
  display: block;
}
.IDI_idx_list li a .interview_pic {
  position: relative;
}
.IDI_idx_list li a .interview_pic::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(68, 54, 41, 0.5);
  mix-blend-mode: multiply;
  opacity: 0;
  transition: all 0.8s;
}
.IDI_idx_list li a .interview_pic .more {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  opacity: 0;
  transition: all 0.8s;
}
.IDI_idx_list li a .interview_pic .more span {
  position: relative;
  font-family: "Plus Jakarta Sans";
  color: #fff;
  white-space: nowrap;
  z-index: 1;
  font-size: clamp(16px, calc(16px + 2 * (100vw - 500px) / 1420), 18px);
}
@supports (width: 100cqw) {
  .IDI_idx_list li a .interview_pic .more span {
    font-size: clamp(16px, calc(16px + 2 * (100cqw - 500px) / 1420), 18px);
  }
}
.IDI_idx_list li a .interview_pic .more span::before {
  content: "";
  width: 130px;
  height: 130px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid #fff;
  z-index: -1;
  transition: width 0.5s 0.2s;
}
.IDI_idx_list li a h2 {
  color: #4c3c3d;
  font-family: "Noto Serif TC", "SimSun";
  font-weight: 500;
  margin-top: 25px;
  padding-right: 35px;
  background: url(../images/IDI/arrow.svg) no-repeat center right;
  font-size: clamp(26px, calc(26px + 22 * (100vw - 500px) / 1420), 48px);
}
@supports (width: 100cqw) {
  .IDI_idx_list li a h2 {
    font-size: clamp(26px, calc(26px + 22 * (100cqw - 500px) / 1420), 48px);
  }
}
@media screen and (max-width: 1000px) {
  .IDI_idx_list li a h2 {
    background-size: 25px;
    margin-top: 15px;
    font-size: clamp(26px, calc(26px + 4 * (100vw - 500px) / 1420), 30px);
  }
  @supports (width: 100cqw) {
    .IDI_idx_list li a h2 {
      font-size: clamp(26px, calc(26px + 4 * (100cqw - 500px) / 1420), 30px);
    }
  }
}
@media screen and (max-width: 750px) {
  .IDI_idx_list li a h2 {
    font-size: clamp(28px, calc(28px + 8 * (100vw - 500px) / 1420), 36px);
  }
  @supports (width: 100cqw) {
    .IDI_idx_list li a h2 {
      font-size: clamp(28px, calc(28px + 8 * (100cqw - 500px) / 1420), 36px);
    }
  }
}
.IDI_idx_list li a p {
  color: #4c3c3d;
  margin: 10px 0;
  font-size: clamp(20px, calc(20px + 8 * (100vw - 500px) / 1420), 28px);
}
@supports (width: 100cqw) {
  .IDI_idx_list li a p {
    font-size: clamp(20px, calc(20px + 8 * (100cqw - 500px) / 1420), 28px);
  }
}
.IDI_idx_list li a:hover .interview_pic::before {
  opacity: 1;
}
.IDI_idx_list li a:hover .interview_pic .more {
  opacity: 1;
}
.IDI_idx_list li a:hover h2 {
  animation: IDI_arrow 1s infinite;
}

@keyframes IDI_arrow {
  0% {
    background: url(../images/IDI/arrow.svg) no-repeat center right 0;
  }
  50% {
    background: url(../images/IDI/arrow.svg) no-repeat center right 20px;
  }
  100% {
    background: url(../images/IDI/arrow.svg) no-repeat center right 0;
  }
}
.flex-sb {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.flex-e {
  display: flex;
  justify-content: end;
}

.pos-r {
  position: relative;
}

.mt-6 {
  margin: 6% auto 0 !important;
}

.pl-3 {
  padding-left: 3%;
}

.int {
  max-width: 1920px;
  margin: 0 auto;
}
.int_bn {
  position: relative;
  padding-top: 35%;
  background: url(../images/IDI/inner_bn.jpg) center;
  background-size: cover;
}
.int_bn img {
  width: 80%;
  max-width: 1125px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
  .int_bn {
    padding-top: 60%;
  }
}
.int_title {
  width: 82%;
  max-width: 1170px;
  margin: 8% auto 0;
}
@media screen and (max-width: 600px) {
  .int_title {
    width: 92%;
  }
}
.int_title .name {
  display: inline-block;
  background-color: #4c3c3d;
  color: #fff;
  padding: 5px 30px;
  font-size: clamp(16px, calc(16px + 16 * (100vw - 500px) / 1420), 32px);
}
@supports (width: 100cqw) {
  .int_title .name {
    font-size: clamp(16px, calc(16px + 16 * (100cqw - 500px) / 1420), 32px);
  }
}
.int_title .slogan {
  font-family: "Noto Serif TC", "SimSun";
  font-weight: 500;
  color: #4c3c3d;
  margin-top: 3%;
  font-size: clamp(24px, calc(24px + 28 * (100vw - 500px) / 1420), 52px);
}
@supports (width: 100cqw) {
  .int_title .slogan {
    font-size: clamp(24px, calc(24px + 28 * (100cqw - 500px) / 1420), 52px);
  }
}
.int_info {
  width: 82%;
  max-width: 1400px;
  margin: 0 auto;
}
.int_info .int_info_pic {
  width: 35%;
  max-width: 390px;
  margin-top: 4%;
}
.int_info .int_txt {
  width: 67%;
  max-width: 935px;
  margin-right: 6%;
}
.int_info .int_txt.txt_m, .int_info .int_txt.mv-txt {
  width: 55%;
  max-width: 770px;
}
.int_info .int_txt p {
  margin: 8.5% 0;
  line-height: 1.7;
  text-align: justify;
  font-size: clamp(16px, calc(16px + 16 * (100vw - 500px) / 1420), 32px);
}
@supports (width: 100cqw) {
  .int_info .int_txt p {
    font-size: clamp(16px, calc(16px + 16 * (100cqw - 500px) / 1420), 32px);
  }
}
.int_info .int_txt p .em {
  font-style: italic;
}
@media screen and (max-width: 600px) {
  .int_info .int_txt {
    width: 80%;
  }
  .int_info .int_txt.txt_m, .int_info .int_txt.mv-txt {
    width: 80%;
    max-width: 770px;
  }
}
.int_info.int03_pic06 {
  margin: 4% auto 0 !important;
}
.int_info.int03_pic06 .int_info_pic {
  transform: translateY(-40%);
}
@media screen and (max-width: 600px) {
  .int_info {
    width: 92%;
  }
  .int_info.flex-sb {
    flex-direction: column;
    align-items: end;
  }
  .int_info .int_info_pic {
    width: 50%;
    margin: 0 auto;
  }
  .int_info.int03_pic06 {
    margin: -4% auto 0 !important;
  }
  .int_info.int03_pic06 .int_info_pic {
    transform: translateY(0);
  }
}
.int_pic .picBox {
  width: 60%;
  max-width: 1060px;
}
.int_pic .picBox .picRm {
  width: 60%;
  max-width: 620px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
.int_pic .picBox .picRmh {
  width: 40%;
  max-width: 390px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
.int_pic .picBox .picRm.int01_pic01 {
  top: 40%;
}
.int_pic .picBox .picRm.int02_pic07 {
  top: 60%;
}
.int_pic .picBox.pic-b {
  padding-bottom: 8%;
}
.int_pic .picBox.pic-b .picRmh {
  top: auto;
  bottom: 0;
  transform: translate(50%, 0);
}
@media screen and (max-width: 600px) {
  .int_pic .picBox {
    width: 80%;
  }
}
.int_pic.flex-e .picBox .picRm {
  right: auto;
  left: 0;
  transform: translate(-50%, -50%);
}
.int_pic.flex-e .picBox .picRmh {
  right: auto;
  left: 0;
  transform: translate(-50%, -50%);
}
.int_pic.flex-e .picBox .picRm.int01_pic01 {
  top: 40%;
}
.int_pic.flex-e .picBox.pic-b8 {
  padding-bottom: 8%;
}
.int_pic.flex-e .picBox.pic-b8 .picRmh {
  top: auto;
  bottom: 0;
  transform: translate(-50%, 0);
}
.int_pic.flex-e .picBox.pic-b3 {
  padding-bottom: 3%;
}
.int_pic.flex-e .picBox.pic-b3 .picRm {
  top: auto;
  bottom: 0;
  transform: translate(-50%, 0);
}
.int_pic.int03_pic01 {
  width: 92%;
  max-width: 1400px;
  margin: 5% auto 0;
  text-align: right;
}
.int_pic.int03_pic01 img {
  width: 100%;
  max-width: 1300px;
  margin: 0;
}
.int_pic.int03_pic01 .rowWrapper {
  margin: 0 auto;
  padding-bottom: 56.2%;
}
@media screen and (max-width: 600px) {
  .int_pic > img {
    width: 150%;
    max-width: none;
    margin: 0 -25%;
  }
}

video {
  width: 35%;
  max-width: 390px;
  margin-top: 4%;
}
@media screen and (max-width: 600px) {
  video {
    width: 50%;
    margin: 4% auto 0;
  }
}

.mv01 {
  margin: 6% auto;
}
@media screen and (max-width: 600px) {
  .mv01 {
    flex-direction: column-reverse;
    align-items: end;
  }
}

.mv02 {
  align-items: end;
  position: relative;
  z-index: 1;
}
.mv02 .mv-txt {
  padding-bottom: 13%;
}
.mv02_pic {
  margin: -6% 0 0;
}
@media screen and (max-width: 600px) {
  .mv02 {
    flex-direction: column-reverse;
  }
  .mv02 .mv-txt {
    padding-bottom: 0;
  }
  .mv02_pic {
    margin: 0;
  }
  .mv02_pic .picBox {
    width: 100%;
  }
}

.int02_bar {
  width: 82%;
  max-width: 1170px;
  margin: 10% auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.int02_bar a {
  width: 30%;
  display: block;
  text-align: center;
  border: 1px solid rgba(76, 60, 61, 0.2);
  padding: 10px;
  color: #4c3c3d;
  font-size: clamp(14px, calc(14px + 8 * (100vw - 500px) / 1420), 22px);
}
@supports (width: 100cqw) {
  .int02_bar a {
    font-size: clamp(14px, calc(14px + 8 * (100cqw - 500px) / 1420), 22px);
  }
}
.int02_bar a.active {
  background-color: rgba(76, 60, 61, 0.2);
  border: 1px solid transparent;
}
.int02_bar a:hover {
  background-color: rgba(76, 60, 61, 0.2);
  border: 1px solid transparent;
}
@media screen and (max-width: 850px) {
  .int02_bar {
    width: 92%;
  }
  .int02_bar a {
    width: 31%;
  }
}

.int_tabs {
  width: 75%;
  max-width: 320px;
  margin: 6% auto 0;
  text-align: center;
}
.int_tabs > a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px;
  color: #4c3c3d;
  background-color: rgba(76, 60, 61, 0.2);
  display: flex;
  align-items: stretch;
  justify-content: center;
  font-size: clamp(16px, calc(16px + 6 * (100vw - 500px) / 1420), 22px);
}
@supports (width: 100cqw) {
  .int_tabs > a {
    font-size: clamp(16px, calc(16px + 6 * (100cqw - 500px) / 1420), 22px);
  }
}
.int_tabs > a i {
  width: 12px;
  display: block;
  background: url(../images/IDI/innerTabs_arrow.svg) no-repeat center;
  background-size: contain;
  margin-left: 10px;
}
.int_tabs > a:hover {
  background-color: rgba(76, 60, 61, 0.4);
}
.int_tabs ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.int_tabs ul li {
  width: 10%;
}
.int_tabs ul li a {
  display: block;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 5px;
  color: #4c3c3d;
  position: relative;
  font-size: clamp(16px, calc(16px + 4 * (100vw - 500px) / 1420), 20px);
}
@supports (width: 100cqw) {
  .int_tabs ul li a {
    font-size: clamp(16px, calc(16px + 4 * (100cqw - 500px) / 1420), 20px);
  }
}
.int_tabs ul li a i {
  width: 10px;
  display: block;
  background: url(../images/IDI/innerTabs_arrow.svg) no-repeat center;
  background-size: contain;
  margin: 0 10px;
}
.int_tabs ul li a.active::before {
  content: "";
  width: 50%;
  height: 1px;
  background: #4c3c3d;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.int_tabs ul li a.grey {
  opacity: 0.2;
}
.int_tabs ul li:nth-child(1) {
  width: 30%;
}
.int_tabs ul li:nth-child(1) a i {
  transform: rotate(-180deg);
}
.int_tabs ul li:nth-child(5) {
  width: 30%;
}
@media screen and (max-width: 600px) {
  .int_tabs {
    margin: 50px auto 0;
  }
  .int_tabs ul {
    margin-top: 20px;
  }
}

.picEdge {
  position: relative;
}
.picEdgeLimg {
  width: 22%;
  position: absolute;
  left: 0;
  top: 0;
}
.picEdge .int_txt > p:nth-child(1) {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .picEdgeLimg {
    width: 50%;
    position: initial;
    margin: 0 auto;
  }
  .picEdge .int_txt > p:nth-child(1) {
    margin-top: 8.5%;
  }
}

.cta_btn {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 10% 0 0;
  display: flex;
  justify-content: end;
}
@media screen and (min-width: 1920px) {
  .cta_btn {
    padding: 170px 0 0;
  }
}
.cta_btn a {
  width: 35%;
  max-width: 540px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .cta_btn a {
    width: 200px;
  }
}
.cta_btn a .cta_pic {
  width: 30%;
}
.cta_btn a .cta_name {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cta_btn a .cta_name h1 {
  color: #4c3c3d;
  font-size: 2.815vw;
}
@media screen and (min-width: 1920px) {
  .cta_btn a .cta_name h1 {
    font-size: 52px;
  }
}
@media screen and (max-width: 600px) {
  .cta_btn a .cta_name h1 {
    font-size: 18px;
  }
}
.cta_btn a .cta_name h2 {
  color: #4c3c3d;
  font-size: 1.75vw;
}
@media screen and (min-width: 1920px) {
  .cta_btn a .cta_name h2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .cta_btn a .cta_name h2 {
    font-size: 12px;
  }
}
.cta_btn a .cta_arrow {
  width: 100%;
  margin-top: 10px;
  color: #4c3c3d;
  display: flex;
  align-items: center;
  font-size: 1.75vw;
}
@media screen and (min-width: 1920px) {
  .cta_btn a .cta_arrow {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .cta_btn a .cta_arrow {
    font-size: 12px;
  }
}
.cta_btn a .cta_arrow span {
  width: 50%;
  display: block;
}
.cta_btn a .cta_arrow i {
  width: 50%;
  height: 100%;
  background: url(../images/IDI/cta_arrow.svg) no-repeat center right;
  background-size: cover;
  overflow: hidden;
}
.cta_btn a:hover {
  transform: translateX(1%);
}
.cta_btn a:hover .cta_arrow i {
  animation: cta_arrow 1s 2;
}

@keyframes cta_arrow {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}
.back_home {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 3% 0 10%;
  display: flex;
  justify-content: end;
}
@media screen and (min-width: 1920px) {
  .back_home {
    padding: 50px 0 170px;
  }
}
.back_home a {
  width: 35%;
  max-width: 540px;
  text-align: center;
  border: 1px solid rgba(76, 60, 61, 0.2);
  color: rgba(76, 60, 61, 0.8);
  padding: 10px;
  border-radius: 5px;
  font-size: clamp(14px, calc(14px + 8 * (100vw - 500px) / 1420), 22px);
}
@supports (width: 100cqw) {
  .back_home a {
    font-size: clamp(14px, calc(14px + 8 * (100cqw - 500px) / 1420), 22px);
  }
}
.back_home a.active {
  background-color: rgba(76, 60, 61, 0.2);
  border: 1px solid transparent;
}
.back_home a:hover {
  background-color: rgba(76, 60, 61, 0.2);
  border: 1px solid transparent;
}
@media screen and (max-width: 600px) {
  .back_home a {
    width: 200px;
  }
}

@media (max-width: 750px) {
  .IDI_idx_list {
    flex-direction: column;
    align-items: center;
  }
  .IDI_idx_list li {
    width: calc(100% - 40px);
    max-width: 500px;
    margin: 0 20px 30px;
  }
}/*# sourceMappingURL=IDI.css.map */