@charset "UTF-8";
@keyframes scaleInBounce {
  0% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  3.4% {
    transform: matrix(1.068, 0, 0, 1.059, 0, 0);
  }
  4.7% {
    transform: matrix(1.055, 0, 0, 1.04, 0, 0);
  }
  6.81% {
    transform: matrix(1.034, 0, 0, 1.011, 0, 0);
  }
  9.41% {
    transform: matrix(1.012, 0, 0, 0.983, 0, 0);
  }
  10.21% {
    transform: matrix(1.006, 0, 0, 0.977, 0, 0);
  }
  13.61% {
    transform: matrix(0.988, 0, 0, 0.967, 0, 0);
  }
  14.11% {
    transform: matrix(0.986, 0, 0, 0.967, 0, 0);
  }
  17.52% {
    transform: matrix(0.979, 0, 0, 0.976, 0, 0);
  }
  18.72% {
    transform: matrix(0.979, 0, 0, 0.981, 0, 0);
  }
  21.32% {
    transform: matrix(0.98, 0, 0, 0.993, 0, 0);
  }
  24.32% {
    transform: matrix(0.985, 0, 0, 1.004, 0, 0);
  }
  25.23% {
    transform: matrix(0.987, 0, 0, 1.006, 0, 0);
  }
  29.03% {
    transform: matrix(0.994, 0, 0, 1.01, 0, 0);
  }
  29.93% {
    transform: matrix(0.995, 0, 0, 1.01, 0, 0);
  }
  35.54% {
    transform: matrix(1.002, 0, 0, 1.004, 0, 0);
  }
  36.74% {
    transform: matrix(1.003, 0, 0, 1.002, 0, 0);
  }
  41.04% {
    transform: matrix(1.004, 0, 0, 0.998, 0, 0);
  }
  44.44% {
    transform: matrix(1.003, 0, 0, 0.997, 0, 0);
  }
  52.15% {
    transform: matrix(1.001, 0, 0, 0.999, 0, 0);
  }
  59.86% {
    transform: matrix(0.999, 0, 0, 1.001, 0, 0);
  }
  63.26% {
    transform: matrix(0.999, 0, 0, 1.001, 0, 0);
  }
  75.28% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  85.49% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  90.69% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes scaleOutBounce {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  3.4% {
    transform: matrix(1.032, 0, 0, 1.041, 0, 0);
  }
  4.7% {
    transform: matrix(1.045, 0, 0, 1.06, 0, 0);
  }
  6.81% {
    transform: matrix(1.066, 0, 0, 1.089, 0, 0);
  }
  9.41% {
    transform: matrix(1.088, 0, 0, 1.117, 0, 0);
  }
  10.21% {
    transform: matrix(1.094, 0, 0, 1.123, 0, 0);
  }
  13.61% {
    transform: matrix(1.112, 0, 0, 1.133, 0, 0);
  }
  14.11% {
    transform: matrix(1.114, 0, 0, 1.133, 0, 0);
  }
  17.52% {
    transform: matrix(1.121, 0, 0, 1.124, 0, 0);
  }
  18.72% {
    transform: matrix(1.121, 0, 0, 1.119, 0, 0);
  }
  21.32% {
    transform: matrix(1.12, 0, 0, 1.107, 0, 0);
  }
  24.32% {
    transform: matrix(1.115, 0, 0, 1.096, 0, 0);
  }
  25.23% {
    transform: matrix(1.113, 0, 0, 1.094, 0, 0);
  }
  29.03% {
    transform: matrix(1.106, 0, 0, 1.09, 0, 0);
  }
  29.93% {
    transform: matrix(1.105, 0, 0, 1.09, 0, 0);
  }
  35.54% {
    transform: matrix(1.098, 0, 0, 1.096, 0, 0);
  }
  36.74% {
    transform: matrix(1.097, 0, 0, 1.098, 0, 0);
  }
  41.04% {
    transform: matrix(1.096, 0, 0, 1.102, 0, 0);
  }
  44.44% {
    transform: matrix(1.097, 0, 0, 1.103, 0, 0);
  }
  52.15% {
    transform: matrix(1.099, 0, 0, 1.101, 0, 0);
  }
  59.86% {
    transform: matrix(1.101, 0, 0, 1.099, 0, 0);
  }
  63.26% {
    transform: matrix(1.101, 0, 0, 1.099, 0, 0);
  }
  75.28% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  85.49% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  90.69% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  100% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
}
@keyframes floatingY {
  0% {
    transform: translate3d(0, 2.5%, 0);
  }
  50% {
    transform: translate3d(0, -2.5%, 0);
  }
  100% {
    transform: translate3d(0, 2.5%, 0);
  }
}
@keyframes floatingX {
  0% {
    transform: translate3d(2.5%, 0, 0);
  }
  50% {
    transform: translate3d(-2.5%, 0, 0);
  }
  100% {
    transform: translate3d(2.5%, 0, 0);
  }
}
@keyframes marquee01 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1800px, 0, 0);
  }
}
@keyframes marquee02 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1300px, 0, 0);
  }
}
@keyframes swing {
  0% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  10% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  20% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  30% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  50% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes shake {
  0% {
    transform: translate3d(0, 0, 0);
  }
  5% {
    transform: translate3d(-6px, 0, 0);
  }
  10% {
    transform: translate3d(6px, 0, 0);
  }
  15% {
    transform: translate3d(-4px, 0, 0);
  }
  20% {
    transform: translate3d(4px, 0, 0);
  }
  25% {
    transform: translate3d(-2px, 0, 0);
  }
  30% {
    transform: translate3d(2px, 0, 0);
  }
  35% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes backgroundVol02 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 240px 10%;
  }
  100% {
    background-position: 480px 0;
  }
}
@keyframes floatS {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes float {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes floatShadow {
  0% {
    opacity: 0.8;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(0.8);
  }
}
/*--------------------------------------------*/
html {
  font-size: 16px;
}

body {
  font-family: "myriad-pro-semiextended", "Noto Sans TC", "Microsoft Jhenghei", "微軟正黑", sans-serif;
  overflow-x: hidden;
  color: #343434;
}

a {
  color: inherit;
}

.ly_sty {
  padding-top: 3em;
}

.sc_title {
  text-align: center;
  margin-bottom: 1rem;
}
.sc_title .tit {
  font-size: 1.75em;
  font-weight: 700;
  color: #fc5810;
  display: inline-block;
}
.sc_title .tit .zh {
  padding: 0 1em;
}
.sc_title .theme_lines {
  margin: 10px auto 30px;
  max-width: 360px;
  width: 80%;
  font-size: 10px;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}
.header {
  padding: 1em 2em;
}
.header .logo {
  width: 200px;
}

.kv_wrap .d_kv {
  position: relative;
}
.kv_wrap .tit {
  position: absolute;
  left: 10%;
  top: 50%;
  width: 80%;
  transform: translateY(-50%);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #fc5810;
}

.primary_menu .nav_item {
  line-height: 1.1;
}
.primary_menu .nav_item .nav-link {
  padding: 0.75rem 1.5rem;
}

.main_content {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding-bottom: 3em;
}

.sc_intro .active_intro p {
  line-height: 1.8;
  font-size: 1.25em;
}
.sc_intro .active_intro p:last-child {
  margin-bottom: 0;
}

.sc_video .video_block .vd_wrap {
  position: relative;
  width: 100%;
  padding-top: 76.4%;
}
.sc_video .video_block .vd_wrap .vd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.sc_video .video_block .vd_info {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  margin-top: -6rem;
  border-radius: 10px;
  padding: 1.5rem 2rem;
  max-width: 40rem;
  background-color: #fff;
  border: 2px solid #fc5810;
}
.sc_video .video_block .vd_info .tit {
  font-size: 1.5rem;
  color: #fc5810;
}
.sc_video .video_block .vd_info .list {
  margin: 6px 0 0;
  padding-left: 1.5rem;
}
.sc_video .video_block .vd_info .list li {
  padding: 6px 0;
  line-height: 1.3;
}

.sc_app .application_block {
  position: relative;
  margin-top: 3rem;
  padding: 2rem;
  background-color: #fffee8;
}
.sc_app .application_block .app_tit {
  position: absolute;
  left: 5rem;
  top: 0.5rem;
  z-index: 2;
  padding: 0.5em 1em;
  background-color: #fff;
  border: 1px solid #fc5810;
  font-size: 1.125rem;
}
.sc_app .application_block .item {
  font-size: 1.25rem;
  padding: 1rem 4rem 2rem;
  font-size: 0;
}
.sc_app .application_block .item .icon,
.sc_app .application_block .item .text {
  display: inline-block;
  vertical-align: middle;
}
.sc_app .application_block .item .icon {
  margin-right: 18px;
}
.sc_app .application_block .item .icon img {
  width: 110px;
}
.sc_app .application_block .item .text {
  width: calc(100% - 128px);
  font-size: 1rem;
}
.sc_app .application_block .item .name {
  font-size: 1.5rem;
  color: #fc5810;
}
.sc_app .application_block .item .link {
  margin-top: 0.5rem;
  text-align: right;
  text-decoration: underline;
  color: #fc5810;
}
.sc_app .application_block .slick-dots {
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: center;
}
.sc_app .application_block .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}
.sc_app .application_block .slick-dots li button {
  display: block;
  padding: 0;
  border: 0;
  width: 12px;
  height: 12px;
  background-color: #f5ad01;
  border-radius: 6px;
  cursor: pointer;
  transition: width 300ms, background 300ms;
  outline: 0;
}
.sc_app .application_block .slick-dots li.slick-active button {
  width: 30px;
  background-color: #fc5810;
}

.sc_whitebook {
  padding-left: 1rem;
  padding-right: 1rem;
}
.sc_whitebook .items {
  margin: 0 auto;
}
.sc_whitebook .item {
  margin-bottom: 1rem;
  background-color: #f6f6f6;
}
.sc_whitebook .item .bk_img {
  position: relative;
  overflow: hidden;
}
.sc_whitebook .item .bk_img img {
  transition: transform 300ms;
}
.sc_whitebook .item .bk_img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(150deg, #b7042c, #fc5810, #f5ad01);
  opacity: 0;
  transition: opacity 300ms;
}
.sc_whitebook .item .bk_img:hover img {
  transform: scale(1.16);
}
.sc_whitebook .item .bk_img:hover::after {
  opacity: 0.4;
}
.sc_whitebook .item .points {
  margin: 0;
  padding: 0 1.5rem;
  list-style-type: none;
}
.sc_whitebook .item .points li {
  margin: 0.5em 0;
}
.sc_whitebook .item .points li:nth-child(1) span {
  background-color: #fc5810;
}
.sc_whitebook .item .points li:nth-child(2) span {
  background-color: rgba(252, 88, 16, 0.75);
}
.sc_whitebook .item .points li:nth-child(3) span {
  background-color: rgba(252, 88, 16, 0.5);
}
.sc_whitebook .item .points span {
  display: inline-block;
  border-radius: 8px;
  padding: 0.5em 25px;
  font-size: 1.25em;
  background-color: #fc5810;
  color: #fff;
}

.sc_case .items {
  padding: 2rem 1rem 1rem;
  background-color: #fffee8;
}
.sc_case .item {
  margin-bottom: 1.5rem;
}
.sc_case .item .vd_img {
  border: 1px solid #b7042c;
  overflow: hidden;
}
.sc_case .item .vd_img a {
  display: block;
  position: relative;
}
.sc_case .item .vd_img a img {
  transition: transform 300ms;
}
.sc_case .item .vd_img a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(150deg, #b7042c, #fc5810, #f5ad01);
  opacity: 0;
  transition: opacity 300ms;
}
.sc_case .item .vd_img a:hover img {
  transform: scale(1.2);
}
.sc_case .item .vd_img a:hover::after {
  opacity: 0.4;
}
.sc_case .item .vd_img .num {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  line-height: 1;
  padding: 0.5rem 0.75rem;
  background-color: #b7042c;
  color: #fff;
}
.sc_case .item .info {
  padding: 0 0.75rem;
}
.sc_case .item .tit {
  padding: 0.5rem 0;
  font-size: 1.35em;
  color: #fc5810;
  line-height: 1.2;
}
.sc_case .item .wording {
  font-size: 0.875em;
}
.sc_case .notice .wrap {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 3rem;
  background: linear-gradient(150deg, #b7042c, #fc5810, #f5ad01);
  text-align: center;
  color: #fff;
}
.sc_case .notice .wrap::after {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  border: 1px solid #fff;
}
.sc_case .notice .title {
  letter-spacing: 0.25em;
  font-size: 1.5em;
  color: #fcee21;
}
.sc_case .notice .parag {
  margin-top: 0.75rem;
  font-size: 1.125em;
  line-height: 1.4;
}

.sc_about {
  padding-left: 1rem;
  padding-right: 1rem;
}
.sc_about .item {
  margin-top: 1em;
  margin-bottom: 1em;
}
.sc_about .item .img {
  position: relative;
}
.sc_about .item .no {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 36px;
  height: 36px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.5em;
  color: #fff;
  background-color: #fc5810;
}
.sc_about .item .name {
  margin-top: 0.25em;
  font-size: 1.25em;
  color: #fc5810;
}
.sc_about .item .list {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}

.sc_footer {
  padding: 1.5em 2em;
  background-color: #343434;
}
.sc_footer .logo {
  width: 200px;
}
.sc_footer .text {
  padding-left: 0.25rem;
  color: #f2f3f3;
}

@media (max-width: 767px) {
  .sc_title .tit {
    font-size: 1.5em;
    line-height: 1.2;
  }

  .sc_intro .active_intro p {
    font-size: 1.125em;
    line-height: 1.6;
  }

  .sc_video .video_block .vd_info .tit {
    line-height: 1.2;
  }

  .sc_app .application_block .item {
    padding: 1.5rem 0;
  }
  .sc_app .application_block .item .icon,
.sc_app .application_block .item .text {
    display: block;
  }
  .sc_app .application_block .item .icon {
    margin-right: 0;
    text-align: center;
  }
  .sc_app .application_block .item .text {
    padding-top: 1rem;
    width: 100%;
  }
  .sc_app .application_block .item .name {
    text-align: center;
  }

  .sc_whitebook {
    padding-left: 0;
    padding-right: 0;
  }
  .sc_whitebook .item .points {
    padding-left: 0;
    padding-right: 0;
  }
  .sc_whitebook .item .points li {
    margin: 0;
  }
  .sc_whitebook .item .points span {
    display: block;
    border-radius: 0;
    font-size: 1rem;
  }

  .sc_about .parag {
    line-height: 1.3;
  }
}