@charset "utf-8";
/* CSS Document enterprise */ :root {}
Body {
  font-family: -apple-system, BlinkMacSystemFont, "Microsoft JhengHei", Arial;
  line-height: 175%;
  font-size: 1rem;
  font-weight: 400;
  color: #212529;
}
main {
  position: relative;
  width: 100%;
  min-height: 80vh;
  overflow: hidden;
}
a:hover {
  text-decoration: none !important;
}
.asskey {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
/**主標題圖區**/
.main-banner-area {
  position: relative;
}
.main-banner {
  width: 100%;
  padding-bottom: 46.875%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.join-btn-area {
  position: absolute;
  width: 58vw;
  background-image: url(../images/enterprise/bg_two-banner.png);
  padding-bottom: 85%;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 1;
  animation: left-fly-in .8s ease-out 1;
}
@keyframes left-fly-in {
  0% {
    transform: translate(-55vw);
    opacity: 0;
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes roll-right {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes roll-left {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes line-fly-in {
  0% {
    transform: translate(-20px);
    opacity: 0;
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes shinning {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  60% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes up-down {
  0% {
    transform: translateY(0)
  }
  20% {
    transform: translateY(0)
  }
  60% {
    transform: translateY(-25px)
  }
  100% {
    transform: translateY(0)
  }
}
@keyframes down-up {
  0% {
    transform: translateY(0)
  }
  20% {
    transform: translateY(0)
  }
  60% {
    transform: translateY(25px)
  }
  100% {
    transform: translateY(0)
  }
}
.join-slogan {
  padding: 15px 20% 25px 0;
  font-weight: 600;
  font-size: 2.25rem;
  text-align: right;
}
.join-btn-line {
  padding: 20px 16vw 20px 0;
  text-align: center;
}
.join-btn01, .join-btn02 {
  padding: 10px 65px;
  cursor: pointer;
  text-align: center;
  text-shadow: 3px 3px 10px #00000090;
  color: #FFF;
  letter-spacing: 2px;
  border-radius: 30px;
  font-size: 2.5rem;
  font-weight: 600;
  margin-top: 5px;
  border: 0px;
  line-height: 150%;
  transition: all .5s ease-out;
}
.join-btn01 {
  background-color: #6d08fe;
  box-shadow: 0 15px 20px -15px #6d08fe !important;
}
.join-btn01:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px 0 #6d08fe !important;
}
.join-btn02 {
  box-shadow: 0 15px 20px -15px #0658fe !important;
  background-color: #0658fe;
}
.join-btn02:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px 0 #0658fe !important;
}
.intro-area {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 25px 0 0;
  color: #000;
}
.intro-words {
  padding: 80px 0;
}
.intro-words-title {
  width: 100%;
  font-size: 3rem;
  letter-spacing: 0.3rem;
  text-align: center;
  font-weight: 600;
  line-height: 150%;
}
.intro-words-eng {
  width: 100%;
  font-size: 1.65rem;
  letter-spacing: 0.1rem;
  text-align: center;
  color: #cc8069;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 150%;
}
.intro-words-content {
  font-size: 1.25rem;
  line-height: 205%;
}
.intro-photo {
  padding: 0 10px;
}
.intro-photo > img {
  border-radius: 40px;
}
.intro-photo2 {
  width: 100%;
  padding: 0 0 0 15px;
  margin: -85px auto 0;
}
/*改變dot樣式*/
.slick-dots {
  position: absolute;
  right: -2vw;
  top: 30%;
}
.slick-dots > li {
  font-family: Arial;
  padding: 5px 0;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 600;
  transition: all .5s ease;
  width: 130px;
  text-align: right;
}
.center_intro .slick-active::before {
  content: '　　　　　';
  color: #fff;
  text-decoration: line-through;
  font-weight: 300;
  margin-right: 0.75rem;
  font-size: 0.5rem;
  transition: all .5s ease;
  animation: rline-fly-in .8s ease-out 1;
}
.slick-dots > li:hover {
  color: #ffbe00;
}
.slick-active {
  color: #ffbe00 !important;
}
/*腰帶數字區*/
.counter-block {
  background-image: url(../images/enterprise/bg_counter.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0 25px;
}
/* 數數字區塊高度 */
.single-item {
  height: 500px;
}
.counter-icon {
  text-align: center;
}
.counter-iframe {
  width: 100%;
  height: 70px;
}
.counter-icon > img {
  width: 70px;
}
/*count01-03.html中使用*/
.text-holder {
  text-align: center;
  color: #ffcc00 !important;
  font-weight: 600;
  line-height: 100%;
  font-family: arial;
  font-size: 4rem;
}
.text-holder-plus {
  font-weight: 300;
  font-size: 2.5rem;
}
.counter-under-word {
  padding: 20px 0 10px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.85rem;
  font-weight: 900;
  text-shadow: 1px 1px 2px #00000050;
}
/*六大優勢區advantage*/
.advantage-area {
  position: relative;
  background-color: #cbd2e1;
  padding: 80px 0;
}
.advantage-area-bg-photo01 {
  position: absolute;
  width: 130px;
  height: 130px;
  left: 25%;
  top: 5%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 98%;
  background-image: url("../images/enterprise/photo-bg-adv-01.svg");
  animation: roll-right 8s linear infinite;
}
.advantage-area-bg-photo02 {
  position: absolute;
  width: 95px;
  height: 400px;
  right: 2%;
  top: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../images/enterprise/photo-bg-adv-02.svg");
  animation: shinning 3s linear infinite;
}
.advantage-area-bg-photo03 {
  position: absolute;
  width: 140px;
  height: 140px;
  right: 3%;
  bottom: 5%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../images/enterprise/photo-bg-adv-03.svg");
  animation: shinning 10s linear infinite;
}
.advantage-title {
  width: 100%;
  color: #0824a3;
  font-size: 2.85rem;
  letter-spacing: 0.3rem;
  text-align: center;
  font-weight: 600;
  line-height: 150%;
}
#adv01, #adv02, #adv03, #adv04, #adv05, #adv06 {
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto 95%;
}
#adv01 {
  background-image: url("../images/enterprise/icon-advantage-01.svg");
}
#adv02 {
  background-image: url("../images/enterprise/icon-advantage-02.svg");
}
#adv03 {
  background-image: url("../images/enterprise/icon-advantage-03.svg");
}
#adv04 {
  background-image: url("../images/enterprise/icon-advantage-04.svg");
}
#adv05 {
  background-image: url("../images/enterprise/icon-advantage-05.svg");
}
#adv06 {
  background-image: url("../images/enterprise/icon-advantage-06.svg");
}
.advantage-title-orange {
  font-family: arial, "Microsoft JhengHei";
  color: #ff9400;
}
.adv-icon-group {
  z-index: 5;
}
.adv-box01, .adv-box02, .adv-box03, .adv-box04, .adv-box05, .adv-box06 {
  position: absolute;
  width: 18vw;
  height: 18vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 98%;
  left: -10px;
  bottom: -50px;
}
.adv-object {
  width: 100%;
  height: 100%
}
.adv-box01 {
  background-image: url("../images/enterprise/an_adv-01.svg");
}
.adv-box02 {
  background-image: url("../images/enterprise/an_adv-02.svg");
}
.adv-box03 {
  background-image: url("../images/enterprise/an_adv-03.svg");
}
.adv-box04 {
  background-image: url("../images/enterprise/an_adv-04.svg");
}
.adv-box05 {
  background-image: url("../images/enterprise/an_adv-05.svg");
}
.adv-box06 {
  background-image: url("../images/enterprise/an_adv-06.svg");
}
.adv-6-title {
  font-size: 1.75rem;
  font-weight: 600;
  padding: 18px 0 0 4rem;
  line-height: 100%;
  transition: all .5s;
}
.adv-6-memo {
  font-size: 1.15rem;
  font-weight: 600;
  color: #757575;
  line-height: 100%;
}
.adv-icon-group:hover > .adv-6-title {
  color: #0025a9 !important;
  transform: scale(1.05);
}
.adv-icon-group.is-act > .adv-6-title {
  color: #0025a9 !important;
  transform: translateX(10px) scale(1.05);
}
.adv-icon-group:hover > dd > .adv-6-memo {
  color: #000 !important;
  transform: translateX(10px);
}
.adv-icon-group.is-act > dd > .adv-6-memo {
  color: #000 !important;
  transform: translateX(10px);
}
.adv-icon-group:hover > #adv01 {
  background-image: url("../images/enterprise/icon-advantage-01-act.svg");
  background-size: auto 100%;
}
.adv-icon-group.is-act > #adv01 {
  background-image: url("../images/enterprise/icon-advantage-01-act.svg");
  background-size: auto 100%;
}
.adv-icon-group:hover > #adv02 {
  background-image: url("../images/enterprise/icon-advantage-02-act.svg");
  background-size: auto 100%;
}
.adv-icon-group.is-act > #adv02 {
  background-image: url("../images/enterprise/icon-advantage-02-act.svg");
  background-size: auto 100%;
}
.adv-icon-group:hover > #adv03 {
  background-image: url("../images/enterprise/icon-advantage-03-act.svg");
  background-size: auto 100%;
}
.adv-icon-group.is-act > #adv03 {
  background-image: url("../images/enterprise/icon-advantage-03-act.svg");
  background-size: auto 100%;
}
.adv-icon-group:hover > #adv04 {
  background-image: url("../images/enterprise/icon-advantage-04-act.svg");
  background-size: auto 100%;
}
.adv-icon-group.is-act > #adv04 {
  background-image: url("../images/enterprise/icon-advantage-04-act.svg");
  background-size: auto 100%;
}
.adv-icon-group:hover > #adv05 {
  background-image: url("../images/enterprise/icon-advantage-05-act.svg");
  background-size: auto 100%;
}
.adv-icon-group.is-act > #adv05 {
  background-image: url("../images/enterprise/icon-advantage-05-act.svg");
  background-size: auto 100%;
}
.adv-icon-group:hover > #adv06 {
  background-image: url("../images/enterprise/icon-advantage-06-act.svg");
  background-size: auto 100%;
}
.adv-icon-group.is-act > #adv06 {
  background-image: url("../images/enterprise/icon-advantage-06-act.svg");
  background-size: auto 100%;
}
/*改變style之設定*/
.p-index_point__main > * {
  margin-bottom: 0 !important;
}
.p-index_point__item {
  padding-bottom: 0;
}
.p-index_point__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 60px;
}
.p-index_point__sub {
  margin-left: -95px;
  margin-right: 50px;
  margin-top: 50px; /*調整位置*/
  position: relative;
  width: 100%;
}
.p-index_point__sub .c-slider__arrow {
  background-color: #ff9400;
}
.p-index_point__sub .c-slider__arrow {
  background-color: #ff9400;
}
/*企業亮點影片e*/
.case-YT-area {
  position: relative;
  background-color: #e6e6e6;
  padding: 80px 0;
}
.case-YT-area-bg-photo01 {
  position: absolute;
  width: 50px;
  height: 90px;
  left: 1%;
  bottom: 2%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 98%;
  background-image: url("../images/enterprise/phto-bg-case01.svg");
  animation: down-up 8s linear infinite;
}
.case-YT-area-bg-photo02 {
  position: absolute;
  width: 72px;
  height: 75px;
  right: 4%;
  top: 1%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../images/enterprise/phto-bg-case02.svg");
  animation: down-up 12s linear infinite;
}
.case-YT-area-bg-photo03 {
  position: absolute;
  width: 100px;
  height: 100px;
  right: 1%;
  bottom: 1%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../images/enterprise/phto-bg-case03.svg");
  animation: shinning 10s linear infinite;
}
.case-YT-title {
  width: 100%;
  color: #5d09a1;
  font-size: 2.85rem;
  letter-spacing: 0.3rem;
  text-align: center;
  font-weight: 600;
  line-height: 150%;
}
.case-YT-video {
  padding: 0 100px;
}
.case-YT-video-box {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  cursor: pointer;
  box-shadow: 3px 3px 10px 0 #00000050;
  transition: all .5s ease;
  border-radius: 20px;
  overflow: hidden;
}
.case-YT-video-box > a > img {
  width: 100%;
}
.case-YT-video-box:hover {
  box-shadow: 0 0 15px 0 #0099ff;
}
.case-YT-video-box:focus {
  outline: #f00 solid 3px !important;
}

.case-YT-video-box:focus-within {
  outline: #f00 solid 3px !important;
}

.case-YT-video-box > a:focus {
  outline: #f00 solid 3px !important;
}
.case-YT-video-box > a > img:focus {
  outline: #f00 solid 3px !important;
}
/*亮點案例slick滑動時-非焦點案例樣式*/
.center_case .slick-slide {
  transform: scale(0.8);
  opacity: 0.4;
  border-collapse: collapse;
}
.center_case .slick-current{
/*  transform: scale(1);*/
  transform: scale(0.9);
  opacity: 1;
/*  outline: #f00 solid 3px !important;*/
}


/*點亮案例slick箭頭指標*/
.btn_case_prev, .btn_case_next, .btn_news_prev, .btn_news_next {
  position: absolute;
  top: 55%;
  z-index: 4;
  cursor: pointer;
  opacity: .5;
  transition: all .5s;
}
.btn_case_prev:hover, .btn_case_next:hover, .btn_news_prev:hover, .btn_news_next:hover {
  opacity: 1;
}
.btn_case_prev {
  left: 18%;
}
.btn_case_next {
  right: 18%;
}
.btn_news_prev {
  left: 8%;
}
.btn_news_next {
  right: 8%;
}
/*企業新聞*/
.news-area {
  position: relative;
  background-image: url(../images/enterprise/bg_news-area.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 80px 0;
}
.news-area-bg-photo01 {
  position: absolute;
  width: 120px;
  height: 120px;
  left: 2%;
  top: 2%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 98%;
  background-image: url("../images/enterprise/photo-bg-news01.svg");
  animation: roll-right 25s linear infinite;
  opacity: .7;
}
.news-area-bg-photo02 {
  position: absolute;
  width: 70px;
  height: 70px;
  left: 6%;
  top: 13%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../images/enterprise/photo-bg-news02.svg");
  animation: roll-left 32s linear infinite;
}
.news-area-bg-photo03 {
  position: absolute;
  width: 240px;
  height: 240px;
  right: 0;
  bottom: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../images/enterprise/photo-bg-news03.svg");
  animation: shinning 7s linear infinite;
}
.news-area-title {
  width: 100%;
  color: #FFFFFF;
  font-size: 2.85rem;
  letter-spacing: 0.3rem;
  text-align: center;
  font-weight: 600;
  line-height: 150%;
}
.news-box {
  padding: 20px 15px;
  background-color: #FFF;
  margin: 15px;
  border-radius: 20px;
  box-shadow: 3px 3px 10px 0 #00000050;
  line-height: 200%;
  font-weight: 600;
  height: 450px;
}
.news-box-photo {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-bottom: 52.38%;
}
.news-box-title {
  margin-top: 10px;
  font-size: 1.5rem;
  height: 85px;
  color: #4a00ff;
  line-height: 150%;
}
.news-box-title > a {
  color: #4a00ff;
  text-decoration: none;
  transition: all .5s;
}
.news-box-title > a:hover {
  text-decoration: underline !important;
}
.news-box-content {
  color: #000;
}
/*企業用戶標題*/
.user-intro-area {
  background-image: url(../images/enterprise/bg_user-intro-area.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 30px 0 50px;
  font-weight: 600;
  color: #000;
}
.user-intro-area-title {
  margin: auto;
  max-width: 580px;
  width: 100%;
  color: #000;
  font-size: 3rem;
  letter-spacing: 0.3rem;
  text-align: center;
  line-height: 150%;
  padding: 50px 80px 30px;
  background-image: url(../images/enterprise/bg_user-intro-title.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.user-intro-area-notice {
  font-size: 1.5rem;
  line-height: 150%;
  text-align: center;
}
.user-logo-area {
  padding: 50px 0;
}
.logo-line {
  padding: 0;
}
.contact-us-area {
  background-color: #dfdfe6;
  padding: 50px 0;
}
.contact-us-area-title {
  width: 100%;
  color: #000;
  font-size: 2.85rem;
  letter-spacing: 0.3rem;
  text-align: center;
  font-weight: 600;
  line-height: 150%;
}
.contact-us-email {
  font-size: 1.15rem;
  font-weight: 600;
  margin: 5% 8%;
  background-color: #ffffff50;
    border:1px solid #ffffff;
  padding: 20px 15px;
  border-radius: 15px;
}
.contact-us-email > div {
  line-height: 200%;
}
.contact-us-email > div:nth-child(1) {
  font-size: 1rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #5d09a170;
}
.contact-us-email > div:nth-child(2) {
  font-size: 1.45rem;
  color: #5d09a1;
}
.contact-us-email > div:nth-child(3) > a {
  color: #5d09a1;
}
.contact-us-email > div:nth-child(3) > a:hover {
  color: #596CD8;
    text-decoration: underline!important;
}
.contact-us-note {
  font-size: 80%;
  line-height: 150%;
}
.contact-us-note > p > a {
  color: darkblue;
  text-decoration: underline !important;
}
.contact-us-note > p > a:hover {
  color: blue;
  text-decoration: none !important;
}
.contact-us-photo {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
}
.contact-item {
  font-size: 1.25rem;
  line-height: 150%;
  font-weight: 600;
}
.contact-item > div {
  padding: 0 10px 20px;
}
.contact-item > div > input, .contact-item > div > select, .contact-item > div > textarea {
  border: 1px solid #4611aa80;
  font-size: 1.2rem;
  font-weight: 600;
  color: #4611aa;
  background-color: #d8d8d8
}
.contact-item > div > input {
  border-radius: 20px;
  height: 50px;
}
.contact-item > div > select {
  border-radius: 0;
  height: 50px;
  appearance: none;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../images/enterprise/arrow-select.svg") no-repeat right center transparent; /*一句設定select箭頭*/
}
.contact-item > div > textarea {
  border-radius: 15px;
  resize: none;
}
.btn-contact {
  width: 100%;
  padding: 10px 45px;
  cursor: pointer;
  text-align: center;
  text-shadow: 2px 2px 8px #00000090;
  color: #FFF;
  letter-spacing: 2px;
  border-radius: 30px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 150%;
  transition: all .5s ease-out;
  background-color: #5b3ca1;
}
.btn-contact:hover {
  background-color: #3399ff;
}
@media only screen and (max-width: 1600px) {
  .join-btn01, .join-btn02 {
    font-size: 2.25rem;
  }
  .join-slogan {
    padding: 15px 20% 15px 0;
    font-weight: 600;
    font-size: 2rem;
    text-align: right;
  }
  .join-btn-line {
    padding: 20px 18vw 20px 0;
    text-align: center;
  }
  .btn_news_prev {
    left: 2%;
  }
  .btn_news_next {
    right: 2%;
  }
  .counter-iframe {
    height: 55px;
  }
  .counter-icon > img {
    width: 65px;
  }
  /*count01-03.html中使用*/
  .text-holder {
    font-size: 3.25rem;
  }
  .text-holder-plus {
    font-size: 2rem;
  }
  .advantage-area-bg-photo01 {
    width: 110px;
    height: 110px;
    left: 18%;
    top: 7%;
  }
}
@media only screen and (max-width: 1400px) {
  .join-slogan {
    padding: 15px 20% 25px 0;
    font-size: 1.75rem;
    text-align: right;
  }
  .join-btn-line {
    padding: 10px 16vw 10px 0;
  }
  .join-btn01, .join-btn02 {
    padding: 10px 50px;
    letter-spacing: 2px;
    border-radius: 30px;
    font-size: 2rem;
  }
  .case-YT-video {
    padding: 0 30px;
  }
  .btn_news_prev {
    left: 1%;
  }
  .btn_news_next {
    right: 1%;
  }
  .btn_news_prev > img, .btn_news_next > img {
    width: 40px;
  }
  .advantage-area-bg-photo01 {
    width: 110px;
    height: 110px;
    left: 12%;
    top: 7%;
  }
  .advantage-area-bg-photo02 {
    width: 75px;
    height: 400px;
    right: 1%;
    top: 0;
  }
  .advantage-area-bg-photo03 {
    width: 120px;
    height: 120px;
    right: 2%;
    bottom: 2%;
  }
  .adv-box01, .adv-box02, .adv-box03, .adv-box04, .adv-box05, .adv-box06 {
    position: absolute;
    width: 22vw;
    height: 22vw;
    background-size: 99%;
    left: 10px;
    bottom: -50px;
  }
}
@media only screen and (max-width: 1200px) {
  .main-banner {
    padding-bottom: 55%;
    background-position: right center;
  }
  .join-btn-area {
    position: absolute;
    width: 52vw;
    background-image: url(../images/enterprise/bg_two-banner.png);
    padding-bottom: 98.43%;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
  }
  .join-slogan {
    padding: 5px 15px 85px;
    font-size: 1.5rem;
    text-align: left;
  }
  .join-btn-line {
    padding: 10px 25vw 10px 0;
  }
  .join-btn01, .join-btn02 {
    padding: 8px 40px;
    letter-spacing: 2px;
    border-radius: 30px;
    font-size: 1.5rem;
  }
  .intro-area {
    padding: 15px;
  }
  .intro-words-title {
    font-size: 2.5rem;
    letter-spacing: 0.15rem;
  }
  .intro-words-eng {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .intro-words-content {
    font-size: 1.25rem;
    line-height: 205%;
  }
}
@media only screen and (max-width: 992px) {
  .join-slogan {
    padding: 5px 25px 25px 10px;
    font-size: 1.25rem;
  }
  .intro-area {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    color: #000;
    padding: 15px;
  }
  .btn_case_prev {
    left: 5%;
  }
  .btn_case_next {
    right: 5%;
  }
  .contact-us-photo {
    position: static;
    width: 80%;
    margin: 10px auto 20px;
  }
  .advantage-area-bg-photo01 {
    width: 110px;
    height: 110px;
    left: 1%;
    top: 1%;
  }
  .case-YT-area-bg-photo01 {
    width: 40px;
    height: 90px;
  }
  .case-YT-area-bg-photo02 {
    width: 60px;
    height: 64px;
  }
  .case-YT-area-bg-photo03 {
    width: 80px;
    height: 94px;
    bottom: 1%;
  }
}
@media only screen and (max-width: 768px) {
  .main-banner {
    padding-bottom: 65%;
    background-position: right center;
  }
  .join-slogan {
    padding: 5px 25px 5px 10px;
    font-size: 1.15rem;
  }
  .join-btn-line {
    padding: 5px 25vw 5px 5px;
  }
  .btn_case_prev {
    left: 1%;
    top: 50%;
  }
  .btn_case_next {
    right: 1%;
    top: 50%;
  }
  .btn_case_next > img, .btn_case_prev > img {
    width: 35px;
  }
  .btn_news_prev {
    left: 0;
  }
  .btn_news_next {
    right: 0;
  }
  .news-box {
    height: 500px;
  }
  /*改變*/
  .p-index_point__sub {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
  .p-index_point__sub .c-slider__arrow.-right {
    right: 0;
    top: 62.5%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  .c-slider__arrow {
    height: 40px;
    width: 40px;
  }
  .advantage-area-bg-photo01 {
    width: 100px;
    height: 100px;
    left: -50px;
    top: 2%;
  }
  .advantage-area-bg-photo02 {
    width: 50px;
    height: 200px;
    right: 0;
  }
  .advantage-area-bg-photo03 {
    width: 80px;
    height: 80px;
    right: 1%;
    bottom: 1%;
  }
  .case-YT-area-bg-photo01 {
    width: 30px;
    height: 70px;
    top: 1%;
  }
  .case-YT-area-bg-photo02 {
    display: none;
  }
  .case-YT-area-bg-photo03 {
    width: 60px;
    height: 74px;
    bottom: 1%;
  }
  .news-area-bg-photo01 {
    position: absolute;
    width: 90px;
    height: 90px;
    left: 1%;
    top: 1%;
  }
  .news-area-bg-photo02 {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 4%;
    top: 10%;
  }
  .news-area-bg-photo03 {
    position: absolute;
    width: 180px;
    height: 180px;
    right: 0;
    bottom: 0;
  }
  .adv-box01, .adv-box02, .adv-box03, .adv-box04, .adv-box05, .adv-box06 {
    position: absolute;
    width: 32vw;
    height: 32vw;
    background-size: 99%;
    left: 10px;
    bottom: -20px;
  }
}
/*******************************************************************************************


行動版面開始


********************************************************************************************/
/* 桌面版面: 559px 最大*/
@media only screen and (max-width: 576px) {
  .main-banner {
    padding-bottom: 100%;
    background-position: center top;
  }
  .join-slogan {
    font-size: 0.9rem;
    line-height: 125%;
  }
  .join-btn-line {
    padding: 5px 15px;
    text-align: left;
  }
  .join-btn-area {
    width: 70vw;
  }
  .join-btn01, .join-btn02 {
    padding: 2px 20px;
    letter-spacing: 0;
    border-radius: 20px;
    font-size: 1.2rem;
  }
  .intro-area {
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 200%;
    color: #000;
    padding: 0;
  }
  .intro-words-title {
    font-size: 2rem;
    letter-spacing: 0;
  }
  .advantage-title, .case-YT-title, .news-area-title, .contact-us-area-title {
    font-size: 2.1rem;
    letter-spacing: 0;
  }
  .contact-us-email {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 15px 0;
    background-color: #fff;
    padding: 25px;
    border-radius: 25px;
  }
  .contact-us-email > div:nth-child(3) > i {
    display: none;
  }
  .advantage-title-orange {
    display: block;
  }
  .user-intro-area-title {
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
    padding: 50px 50px 30px;
  }
  .user-intro-area-notice {
    font-size: 1rem;
  }
  .intro-words {/*2024.11.14修改*/
    padding: 20px 15px;
  }
  .intro-words-eng {/*2024.11.14修改*/
    font-size: 1rem!important;
  }
  .news-box-title {/*2024.11.14增加*/
    height: auto;
}
  .counter-icon:nth-child(1) {
    margin-top: 15px;
  }
  .counter-icon:nth-child(2), .counter-icon:nth-child(3) {
    margin-top: 50px;
  }
  .counter-icon > img {
    width: 50px;
  }
  /*count01-03.html中使用*/
  .text-holder {
    font-size: 3rem;
  }
  /*改變*/
  .p-index_point__sub {
    margin-left: -10px;
    margin-right: auto;
    margin-top: 0;
  }
  .p-index_point__container {
    margin-top: 0;
  }
  dd {
    text-align: center;
  }
  .p-index_point__sub .c-slider__arrow.-right, .p-index_point__sub .c-slider__arrow.-left {
    top: 69%;
  }
  .adv-6-memo {
    font-size: 1rem;
    font-weight: 600;
    color: #757575;
    line-height: 150%;
  }
  .adv-icon-group.is-act > dd > .adv-6-memo {
    margin-top: 15px;
    font-size: 1rem;
    color: #000 !important;
  }
  .news-area-bg-photo01 {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 1%;
    top: 1%;
  }
  .news-area-bg-photo02 {
    position: absolute;
    width: 35px;
    height: 35px;
    left: 6%;
    top: 10%;
  }
  .news-area-bg-photo03 {
    position: absolute;
    width: 150px;
    height: 150px;
  }
  .adv-box01, .adv-box02, .adv-box03, .adv-box04, .adv-box05, .adv-box06 {
    position: absolute;
    width: 50vw;
    height: 50vw;
    background-size: 99%;
    left: 20px;
    bottom: -45px;
  }
}