@charset "UTF-8";
@import url(notosanstc.css);
@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@400;700&family=Noto+Sans+TC&display=swap");
.body-en .article-style {
  word-break: normal; }

.article-style {
  text-align: justify;
  text-justify: distribute; }
  .article-style br {
    display: block;
    content: "";
    padding: 0.25rem 0; }
  .article-style a {
    color: #cf152d;
    border-bottom: 1px solid #cf152d; }
  .article-style h1, .article-style h2, .article-style h3, .article-style h4 {
    color: #cf152d; }
  .article-style h1 {
    font-size: 2.5rem;
    line-height: 3.25rem; }
    @media only screen and (max-width: 640px) {
      .article-style h1 {
        font-size: 2rem;
        line-height: 2.75rem; } }
  .article-style h2 {
    font-size: 2rem;
    line-height: 2.75rem; }
    @media only screen and (max-width: 640px) {
      .article-style h2 {
        font-size: 1.75rem;
        line-height: 2.6rem; } }
  .article-style h3 {
    font-size: 1.5rem;
    line-height: 2.5rem; }
  .article-style h4 {
    font-size: 1rem;
    line-height: 1.75rem; }
    .body-en .article-style h4, .article-style h4.body-en {
      font-size: 1.1rem;
      line-height: 1.85rem; }
    @media only screen and (max-width: 640px) {
      .body-en .article-style h4, .article-style h4.body-en {
        font-size: 1rem;
        line-height: 1.75rem; } }
  .article-style img {
    display: block;
    max-width: 100%;
    height: auto !important; }
  .article-style ul, .article-style ol {
    margin-left: 1rem; }
    .article-style ul li, .article-style ol li {
      margin: 0.5rem 0; }
  .article-style ul {
    margin-left: 2rem; }
  .article-style ol li {
    position: relative; }
    .article-style ol li::before {
      color: #171717;
      position: absolute;
      left: -0.5rem;
      top: 0;
      transform: translateX(-100%); }
  .article-style > ol > li {
    margin-left: 2rem;
    list-style: none;
    counter-increment: section2; }
    .article-style > ol > li::before {
      content: "(" counter(section2,cjk-ideographic) ")"; }
  .article-style > ol > ol > li {
    margin-left: 2.5rem;
    list-style: decimal; }
    .article-style > ol > ol > li::before {
      display: none; }
  .article-style > ol > ol > ol > li {
    margin-left: 3.5rem;
    list-style: none;
    counter-increment: section3; }
    .article-style > ol > ol > ol > li::before {
      content: "(" counter(section3,decimal) ")"; }
  .article-style h5 {
    counter-increment: section3;
    position: relative;
    margin-left: 2rem;
    color: #cf152d;
    font-size: 1rem;
    line-height: 1.75rem; }
    .body-en .article-style h5, .article-style h5.body-en {
      font-size: 1.1rem;
      line-height: 1.85rem; }
    @media only screen and (max-width: 640px) {
      .body-en .article-style h5, .article-style h5.body-en {
        font-size: 1rem;
        line-height: 1.75rem; } }
    .body-en .article-style h5 {
      margin-left: 1.5rem; }
    .article-style h5::before {
      position: absolute;
      left: -2rem;
      top: 0;
      content: counter(section3,cjk-ideographic) "、"; }
      .body-en .article-style h5::before {
        left: -1.25rem;
        content: counter(section3,decimal) "."; }
  .article-style ol h6 {
    counter-increment: section4;
    position: relative;
    margin-left: 1.75rem;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.75rem; }
    .body-en .article-style ol h6, .article-style ol h6.body-en {
      font-size: 1.1rem;
      line-height: 1.85rem; }
    @media only screen and (max-width: 640px) {
      .body-en .article-style ol h6, .article-style ol h6.body-en {
        font-size: 1rem;
        line-height: 1.75rem; } }
    .article-style ol h6::before {
      position: absolute;
      left: -1.5rem;
      top: 0;
      content: "(" counter(section4,decimal) ")"; }
  .article-style .table-wrap {
    overflow-x: auto;
    width: 100%;
    margin: auto;
    -webkit-overflow-scrolling: touch; }
  .article-style table {
    min-width: 100%;
    background: #FFF; }
    .article-style table h1, .article-style table h2, .article-style table h3, .article-style table h4 {
      margin: 0; }
    .article-style table tr, .article-style table td, .article-style table th {
      padding: 0.5rem 1rem;
      vertical-align: middle; }
    .article-style table th {
      color: #FFF;
      text-align: left;
      background: #cf152d; }
  .article-style table[border="0"] * {
    border: 0 !important; }

.image-multi {
  width: 100%;
  margin: 1rem auto; }
  .image-multi::after {
    display: block;
    content: "";
    clear: both; }
  .image-multi.more .image-multi-img:not(:first-child):nth-child(4)::after {
    content: "";
    display: block;
    position: absolute;
    width: 110%;
    height: 110%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5); }
  .image-multi .image-multi-img {
    position: relative;
    float: left;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    overflow: hidden; }
    .image-multi .image-multi-img p {
      z-index: 1;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #FFF;
      margin: 0;
      font-size: 1.5rem;
      line-height: 2.5rem; }
  .image-multi .image-multi-img:first-child {
    width: 83%;
    padding-top: 49%;
    margin: 1% 0; }
  .image-multi .image-multi-img:not(:first-child) {
    margin: 1% 0 1% 2%;
    width: 15%;
    padding-top: calc(100% * 0.15); }

.image-multi-lightbox {
  display: none;
  z-index: 99;
  position: absolute;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  color: #FFF; }
  .image-multi-lightbox .lightbox-close {
    z-index: 2;
    display: block;
    position: absolute;
    width: 3rem;
    height: 3rem;
    top: 1.5rem;
    right: 1.5rem;
    text-align: center;
    padding: 0;
    background: none;
    border-radius: 50%;
    -webkit-border-radius: 50%; }
  .image-multi-lightbox .image-multi-zoom-wrap {
    width: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 47.5%; }
  .image-multi-lightbox .image-swiper {
    padding-top: 2.5rem; }
    .image-multi-lightbox .image-swiper .swiper-wrapper {
      align-items: center; }
    .image-multi-lightbox .image-swiper .swiper-slide {
      width: 100%;
      height: 100%; }
      .image-multi-lightbox .image-swiper .swiper-slide img {
        display: block;
        max-width: 100%;
        max-height: 70vh;
        margin: 1rem auto; }
    .image-multi-lightbox .image-swiper .swiper-button-next:after,
    .image-multi-lightbox .image-swiper .swiper-button-prev:after {
      font-size: 1.25rem;
      line-height: 2rem;
      color: #FFF; }
  .image-multi-lightbox .swiper-pagination {
    bottom: -3rem; }
  .image-multi-lightbox .swiper-pagination-current {
    font-size: 1.5rem;
    line-height: 2.5rem; }
  .image-multi-lightbox .image-thumbnail-swiper-wrap {
    position: relative;
    width: 50%;
    margin: auto; }
    .image-multi-lightbox .image-thumbnail-swiper-wrap .image-thumbnail-swiper .swiper-wrapper {
      align-items: center; }
    .image-multi-lightbox .image-thumbnail-swiper-wrap .image-thumbnail-swiper .swiper-slide {
      width: 10rem;
      background-repeat: no-repeat !important;
      background-position: center center !important;
      background-size: cover !important;
      padding-top: calc(67% / 6);
      border-bottom: 3px solid transparent;
      transition: border 0.5s; }
    .image-multi-lightbox .image-thumbnail-swiper-wrap .image-thumbnail-swiper .swiper-slide-active {
      border-color: #cf152d; }
    .image-multi-lightbox .image-thumbnail-swiper-wrap .swiper-button-next {
      right: -3rem; }
    .image-multi-lightbox .image-thumbnail-swiper-wrap .swiper-button-prev {
      left: -3rem; }
    .image-multi-lightbox .image-thumbnail-swiper-wrap .swiper-button-next:after,
    .image-multi-lightbox .image-thumbnail-swiper-wrap .swiper-button-prev:after {
      font-size: 1.25rem;
      line-height: 2rem;
      color: #FFF; }

@media only screen and (min-width: 1025px) {
  .image-multi-img:hover {
    cursor: zoom-in; } }
@media only screen and (max-width: 1024px) {
  .article-style {
    margin-top: 3rem; }
    .article-style table {
      margin: 0; }
      .article-style table td, .article-style table th {
        min-width: 10rem; }
    .article-style img {
      max-width: 100%;
      margin-right: auto;
      margin-left: auto; }

  .image-multi {
    width: 100%; }
    .image-multi .image-multi-img:first-child {
      width: 100%;
      padding-top: 55%;
      margin: 0 0 2% 0; }
    .image-multi .image-multi-img:not(:first-child) {
      margin: 0 1% 0 1%;
      width: 32%;
      padding-top: calc(100% * 0.3); }
    .image-multi .image-multi-img:nth-child(2) {
      margin-left: 0; }
    .image-multi .image-multi-img:nth-child(4) {
      margin-right: 0; }

  .image-multi-lightbox .lightbox-close {
    top: auto;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 3vh; }
  .image-multi-lightbox .image-multi-zoom-wrap {
    width: 90%;
    top: 42.5%; }
  .image-multi-lightbox .image-swiper {
    padding: 2rem 0; }
    .image-multi-lightbox .image-swiper .swiper-pagination {
      display: inline-block;
      top: auto;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 100%; }
  .image-multi-lightbox .swiper-slide img {
    max-height: 60vh; } }
html {
  font-size: 16px; }

body {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  color: #171717;
  background: #FFF;
  letter-spacing: 0.1rem;
  font-family: "Prompt", "Noto Sans TC";
  font-size: 1rem;
  line-height: 1.75rem;
  overflow-x: hidden; }
  .body-en body, body.body-en {
    font-size: 1.1rem;
    line-height: 1.85rem; }
  @media only screen and (max-width: 640px) {
    .body-en body, body.body-en {
      font-size: 1rem;
      line-height: 1.75rem; } }
  body.body-en * {
    letter-spacing: 0 !important; }
  body.body-en .article-style,
  body.body-en .index-section-content,
  body.body-en .index-content-wrap section article,
  body.body-en .contact-wrap h3,
  body.body-en .environment-wrap h2,
  body.body-en .environment-wrap p.des,
  body.body-en .environment-content article,
  body.body-en .milestones-wrap section article,
  body.body-en .news-block-info article,
  body.body-en .performance-wrap article,
  body.body-en .product-block article,
  body.body-en .recruit-wrap h2,
  body.body-en .recruit-wrap article,
  body.body-en .society-grow-title,
  body.body-en .vision-block article {
    text-align: left !important; }
  body.body-en .banner-index .swiper-slide h1 {
    font-size: 3rem;
    line-height: 3.75rem;
    letter-spacing: 0.75rem !important; }
    @media only screen and (max-width: 640px) {
      body.body-en .banner-index .swiper-slide h1 {
        font-size: 2.5rem;
        line-height: 3.25rem; } }
  body.body-en .banner-page h1 span,
  body.body-en .banner-word h1 span {
    display: none; }
  body.body-en .banner-page h1 p,
  body.body-en .banner-word h1 p {
    font-size: 3rem;
    line-height: 3.75rem;
    letter-spacing: 0.75rem !important; }
    @media only screen and (max-width: 640px) {
      body.body-en .banner-page h1 p,
      body.body-en .banner-word h1 p {
        font-size: 2.5rem;
        line-height: 3.25rem; } }
  body.body-en .index-content-wrap section .index-section-title .h2 {
    display: none; }
  body.fix {
    overflow: hidden; }
  body::after {
    z-index: -1;
    position: fixed;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    height: 100%;
    background: url("../img/index/bg-paper.jpg") repeat center center;
    background-size: cover; }
  body.bg-black::after {
    background: url("../img/index/bg-paper-black.jpg") repeat center center;
    background-size: cover; }
  body.bg-black .wrap,
  body.bg-black .bread,
  body.bg-black h3.title {
    color: #FFF; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: inherit; }

.fullimg {
  display: block;
  width: 100%; }

.fullimgHeight {
  display: block;
  height: 100%;
  margin: auto; }

.clear {
  clear: both; }

.text-hide {
  display: none !important; }

h3.title {
  position: relative;
  font-size: 1.5rem;
  line-height: 2.5rem;
  display: inline-block;
  padding: 0 0 0.5rem 0;
  color: #cf152d; }
  h3.title::before {
    display: block;
    content: "";
    position: absolute;
    top: -70px;
    left: -40px;
    width: 175px;
    height: 175px;
    background: url("../img/icon/title-track.svg") no-repeat center center;
    background-size: contain; }
  h3.title::after {
    display: block;
    content: "";
    position: absolute;
    height: 2px;
    width: 24px;
    bottom: 0;
    left: 0;
    background: #cf152d; }

.wrap {
  width: 100%;
  overflow: hidden; }

.wrap-outer {
  width: 1200px;
  margin: auto; }
  @media only screen and (max-width: 1440px) {
    .wrap-outer {
      width: 1024px; } }
  @media only screen and (max-width: 1024px) {
    .wrap-outer {
      width: calc(100% - 3rem); } }

.swiper-button-next,
.swiper-button-prev {
  outline: none; }

input, textarea, select {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Prompt", "Noto Sans TC";
  letter-spacing: 0.1rem;
  font-size: 1rem;
  line-height: 1.75rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  background: #FFF; }
  .body-en input, input.body-en,
  .body-en textarea, textarea.body-en,
  .body-en select, select.body-en {
    font-size: 1.1rem;
    line-height: 1.85rem; }
  @media only screen and (max-width: 640px) {
    .body-en input, input.body-en, .body-en textarea, textarea.body-en, .body-en select, select.body-en {
      font-size: 1rem;
      line-height: 1.75rem; } }
  input::placeholder, textarea::placeholder, select::placeholder {
    color: #848484; }
  input:focus, textarea:focus, select:focus {
    outline: none; }

select::-ms-expand {
  display: none; }

select {
  color: #848484;
  background: url("../img/icon/icon-triangle.png") #FFF no-repeat right 0.75rem center;
  background-size: 8px;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border: 1px solid #cf152d;
  border-radius: 100px;
  -webkit-border-radius: 100px; }
  select.able {
    color: #171717; }
  select.red {
    color: #cf152d;
    background: url("../img/icon/icon-triangle-red.png") #FFF no-repeat right 0.75rem center;
    background-size: 8px; }

form input,
form select,
form textarea {
  display: block;
  padding: 0.5rem 1rem;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  -webkit-border-radius: 3px; }
form textarea {
  resize: vertical; }
form .form-checkbox input[type="checkbox"] {
  position: relative;
  display: none; }
form .form-checkbox input[type="checkbox"] + label {
  cursor: pointer; }
  form .form-checkbox input[type="checkbox"] + label::before {
    position: absolute;
    content: "";
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: -1.75rem;
    background: #FFF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #cf152d; }
form .form-checkbox input[type="checkbox"]:checked + label::before {
  background: url("../img/icon/icon-check.png") no-repeat center center;
  background-size: contain; }

ul {
  list-style: none;
  margin-left: 1rem; }
  ul li {
    position: relative; }
    ul li::before {
      color: #cf152d;
      position: absolute;
      content: "•";
      left: -0.75rem; }

.ytVideo {
  display: block;
  width: 1920px;
  height: 1080px;
  overflow: hidden; }

[data-scroll-show] {
  opacity: 0;
  transition: opacity 1s, transform 1s; }

[data-scroll-show].scrollShowActive {
  opacity: 1;
  transform: none !important; }

.split-effect-left span {
  display: inline-block;
  transform: translateX(5rem) translateZ(0); }

.split-effect-right span {
  display: inline-block;
  transform: translateX(-5rem) translateZ(0); }

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none; }

.textRight,
.textLeft,
.textCenter,
.textCenterLeft {
  transform: scale(0.9, 1); }

.textRight {
  transform-origin: right center; }

.textLeft {
  transform-origin: left center; }

.scrollStyle::-webkit-scrollbar {
  width: 3px;
  height: 3px; }
.scrollStyle::-webkit-scrollbar-thumb {
  background: #cf152d;
  border-radius: 5px;
  -webkit-border-radius: 5px; }

.for-en {
  display: none; }
  .body-en .for-en {
    display: block; }

@media only screen and (min-width: 1025px) {
  .for-m {
    display: none !important; } }
@media only screen and (max-width: 1440px) {
  html {
    font-size: 15px; } }
@media only screen and (max-width: 1024px) {
  .for-pc {
    display: none !important; }

  html {
    font-size: 16px; }

  .textCenterLeft {
    transform-origin: left center; }

  body,
  input,
  textarea,
  select {
    letter-spacing: 0.05rem; }

  body.body-en .banner-index .swiper-slide h1 {
    font-size: 2.5rem;
    line-height: 3.25rem;
    letter-spacing: 0.5rem !important; } }
  @media only screen and (max-width: 1024px) and (max-width: 640px) {
    body.body-en .banner-index .swiper-slide h1 {
      font-size: 2rem;
      line-height: 2.75rem; } }
@media only screen and (max-width: 1024px) {
  body.body-en .banner-page h1 p,
  body.body-en .banner-word h1 p {
    font-size: 2.5rem;
    line-height: 3.25rem;
    letter-spacing: 0.5rem !important; } }
  @media only screen and (max-width: 1024px) and (max-width: 640px) {
    body.body-en .banner-page h1 p,
    body.body-en .banner-word h1 p {
      font-size: 2rem;
      line-height: 2.75rem; } }

@media only screen and (max-width: 320px) {
  html {
    font-size: 14px; } }

/*# sourceMappingURL=style.css.map */
