@charset "UTF-8";
.half-header {
  width: 100%;
  position: relative;
}
.half-header .page-path {
  top: 180px;
}
@media only screen and (max-width: 1024px) {
  .half-header .page-path {
    top: 120px;
  }
}
.half-header > .container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media only screen and (max-width: 1024px) {
  .half-header > .container {
    display: block;
  }
}
.half-header .bg-wrap {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .half-header .bg-wrap {
    display: none;
  }
}
.half-header .bg-wrap .banner-text {
  width: auto;
  padding: 0;
  position: absolute;
  left: 20%;
  top: 60%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.half-header .bg-wrap .banner-text .text-wrap {
  max-width: 90%;
}
@media only screen and (max-width: 1300px) {
  .half-header .bg-wrap .banner-text {
    left: 10%;
  }
}
.half-header .bg-wrap .bg-control {
  position: fixed;
  width: 50vw;
  height: 100vh;
  left: 0;
  top: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  overflow: hidden;
  z-index: -1;
}
.half-header .bg-wrap .background {
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
}
.half-header .bg-wrap .background::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.half-header .bg-wrap .background.no-bg {
  opacity: 0 !important;
  -webkit-transform: scale(1.05) !important;
      -ms-transform: scale(1.05) !important;
          transform: scale(1.05) !important;
}
.half-header .half-info {
  width: 50%;
  min-height: 100vh;
  padding-top: 270px;
  overflow: hidden;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .half-header .half-info {
    width: 100%;
    padding-top: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .half-header .half-info {
    padding-top: 130px;
  }
}
.half-header .intro-text {
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  padding: 0;
  margin-bottom: 60px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .half-header .intro-text {
    margin-bottom: 50px;
  }
}
.half-header .other-box {
  width: 100%;
  padding: 90px 20px 50px;
  position: relative;
  z-index: 1;
}
.half-header .other-box > .wrap {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.half-header.none .bg-control {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 1.8s;
  transition: opacity 0.5s, -webkit-transform 1.8s;
  transition: opacity 0.5s, transform 1.8s;
  transition: opacity 0.5s, transform 1.8s, -webkit-transform 1.8s;
}
.half-header.none .banner-text {
  opacity: 0;
  -webkit-transform: translate(0, -47%);
      -ms-transform: translate(0, -47%);
          transform: translate(0, -47%);
  -webkit-transition: 0.6s 0.4s;
  transition: 0.6s 0.4s;
}
.half-header.show .bg-control {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.half-header.show .banner-text {
  opacity: 1;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

body.csrDetail .half-header .page-path {
  right: auto;
  left: 125px;
}
@media only screen and (max-width: 1600px) {
  body.csrDetail .half-header .page-path {
    left: 80px;
  }
}
@media only screen and (max-width: 1300px) {
  body.csrDetail .half-header .page-path {
    left: 50px;
  }
}
body.csrDetail .half-header .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
body.csrDetail .half-header .bg-wrap .bg-control {
  width: 50vw;
  left: 50vw;
}

@media only screen and (max-width: 1024px) {
  body.aboutDetail .half-header .page-path .path {
    color: #fff;
  }
  body.aboutDetail .half-header .page-path .path::before {
    color: #fff;
  }
}
body.aboutDetail .half-header .bg-wrap {
  display: block;
  width: 42%;
}
body.aboutDetail .half-header .bg-wrap .bg-control {
  width: 42vw;
}
@media only screen and (max-width: 1024px) {
  body.aboutDetail .half-header .bg-wrap {
    width: 100%;
  }
  body.aboutDetail .half-header .bg-wrap .banner-text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    left: 0;
    top: 55%;
    padding: 0 12vw;
  }
  body.aboutDetail .half-header .bg-wrap .banner-text .text-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 575px) {
  body.aboutDetail .half-header .bg-wrap .banner-text {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1024px) {
  body.aboutDetail .half-header .bg-wrap .bg-control {
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 80% !important;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 575px) {
  body.aboutDetail .half-header .bg-wrap .bg-control {
    height: 100vh;
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 360px) {
  body.aboutDetail .half-header .bg-wrap .bg-control {
    min-height: 50vh;
  }
}
body.aboutDetail .half-header .bg-wrap .banner-text {
  width: 100%;
}
@media only screen and (max-width: 1500px) {
  body.aboutDetail .half-header .bg-wrap .banner-text .title {
    font-size: 3.125rem;
  }
}
body.aboutDetail .half-header .half-info {
  width: 58%;
}
@media only screen and (max-width: 1024px) {
  body.aboutDetail .half-header .half-info {
    width: 100%;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  body.aboutDetail .half-header .half-info {
    padding-top: 70px;
  }
}
body.aboutDetail .half-header .other-box {
  padding: 0;
}
body.aboutDetail .half-header .other-box .wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.csrDetail .solicit-btn {
  width: auto;
  height: auto;
  border-radius: 10px 0 0 10px;
  display: block;
  position: fixed;
  right: 0;
  top: 50vh;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  opacity: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 50;
  background: -webkit-gradient(linear, left top, left bottom, from(#33f2e2), to(#237c77));
  background: linear-gradient(#33f2e2, #237c77);
  pointer-events: none;
}
.csrDetail .solicit-btn:hover {
  opacity: 0.8;
}
.csrDetail .solicit-btn.act {
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  opacity: 1;
}
.csrDetail .solicit-btn.hide {
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  opacity: 0;
}
.csrDetail .solicit-btn .inner {
  padding: clamp(12px, 0.125rem + 1.3021vw, 27px) clamp(8px, 0rem + 1.0417vw, 20px);
  cursor: pointer;
  pointer-events: auto;
}
.csrDetail .solicit-btn .close-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(16px, 0.2279rem + 1.3725vw, 40px);
  height: clamp(16px, 0.2279rem + 1.3725vw, 40px);
  border-radius: 10px 5px 0 0;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 1;
  cursor: pointer;
  pointer-events: auto;
}
.csrDetail .solicit-btn .close-btn::before, .csrDetail .solicit-btn .close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.csrDetail .solicit-btn .close-btn::before {
  width: clamp(9px, 0.2279rem + 1.3725vw, 13.5px);
  height: 2px;
}
.csrDetail .solicit-btn .close-btn::after {
  width: 2px;
  height: clamp(9px, 0.2279rem + 1.3725vw, 13.5px);
}
.csrDetail .solicit-btn .bg {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#33f2e2), to(#237c77));
  background: linear-gradient(#33f2e2, #237c77);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 10px 0 0 10px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.csrDetail .solicit-btn .img {
  width: clamp(35px, 1.3542rem + 1.7361vw, 55px);
  margin-bottom: 15px;
}
.csrDetail .solicit-btn .text {
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: clamp(1rem, 0.75rem + 0.5208vw, 1.375rem);
  letter-spacing: 4px;
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  margin: 0 auto;
}
.csrDetail .solicit-btn .text.en {
  letter-spacing: 2px;
  line-height: 1.07;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.csrDetail .text-wrap .title {
  color: #333;
  font-size: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .csrDetail .text-wrap .title {
    font-size: 1.5rem;
  }
}
.csrDetail .text-wrap .sub {
  color: #333;
  font-size: 4.6875rem;
}
@media only screen and (max-width: 1400px) {
  .csrDetail .text-wrap .sub {
    font-size: 3.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .csrDetail .text-wrap .sub {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 350px) {
  .csrDetail .text-wrap .sub {
    font-size: 2rem;
  }
}
.csrDetail .half-header .other-box {
  margin: 0;
  min-height: 1000px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#f0f0f0));
  background: linear-gradient(to top, #ffffff, #f0f0f0);
  padding-top: 100px;
  padding-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .csrDetail .half-header .other-box {
    padding-top: 80px;
    padding-bottom: 130px;
  }
}
.csrDetail .half-header .other-box .wrap {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .csrDetail .half-header .other-box .wrap {
    width: 90%;
  }
}
.csrDetail .half-header .csrli {
  display: block;
}
.csrDetail .half-header .csrli:not(:first-child) {
  margin-top: 140px;
}
@media only screen and (max-width: 1024px) {
  .csrDetail .half-header .csrli:not(:first-child) {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .csrDetail .half-header .csrli:not(:first-child) {
    margin-top: 60px;
  }
}
.csrDetail .half-header .csrli .pic {
  max-width: 480px;
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .csrDetail .half-header .csrli .pic {
    width: 100%;
  }
}
.csrDetail .half-header .csrli .pic-wrap {
  position: relative;
  padding-bottom: 63.54%;
  overflow: hidden;
}
.csrDetail .half-header .csrli .pic-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.csrDetail .half-header .csrli .text {
  max-width: 515px;
  width: 90%;
  margin-left: auto;
  margin-top: -40px;
  background: #ffffff;
  -webkit-box-shadow: 0px 9px 27px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0px 9px 27px 0 rgba(0, 0, 0, 0.08);
  padding: 80px 0 50px;
}
@media only screen and (max-width: 767px) {
  .csrDetail .half-header .csrli .text {
    width: 100%;
    padding: 60px 0 30px;
    margin-top: -30px;
  }
}
.csrDetail .half-header .csrli .inner {
  position: relative;
  max-width: 360px;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.csrDetail .half-header .csrli .date {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-120%, 100%);
      -ms-transform: translate(-120%, 100%);
          transform: translate(-120%, 100%);
  max-width: 150px;
  width: 100%;
  color: #1dc06a;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.375rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1350px) {
  .csrDetail .half-header .csrli .date {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .csrDetail .half-header .csrli .date {
    font-size: 1.125rem;
  }
}
.csrDetail .half-header .csrli .title {
  font-size: 1.5625rem;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  color: #333333;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .csrDetail .half-header .csrli .title {
    font-size: 1.25rem;
  }
}
.csrDetail .half-header .csrli .p {
  margin-top: 20px;
  color: #666666;
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .csrDetail .half-header .csrli .p {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1201px) {
  .csrDetail .half-header .csrli:hover .pic-wrap img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  .csrDetail .half-header .csrli:hover .date {
    margin-top: -20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.csrDetail .half-header .csrli.none {
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  opacity: 0;
  -webkit-transition: 0.6s 0.2s;
  transition: 0.6s 0.2s;
}
.csrDetail .half-header .csrli.show {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: 1;
}
.csrDetail .half-header.none .half-info .intro-text, .csrDetail .half-header.none .half-info .other-box {
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.csrDetail .half-header.none .half-info .other-box {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.csrDetail .half-header.show .half-info .intro-text, .csrDetail .half-header.show .half-info .other-box {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: 1;
}
/*# sourceMappingURL=csrDetail.css.map */