@charset "UTF-8";
/*MENU-內頁 */
.all-nav {
  top: 0;
}

/*MENU-內頁 */
/*我們的優勢 */
.vantage-div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.vantage-div-text {
  margin: 60px 15px;
}

.vantage-div-text img {
  width: 200px;
  max-width: 100%;
}

.vantage-div-text i {
  color: #72c6f9;
  font-size: 50px;
  font-style: inherit;
}

/*公司簡介 */
.about-div {
  margin: 20px 0px;
  padding-right: 15%;
}

.about-div h3 {
  line-height: 34px;
  letter-spacing: 3px;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}

.about-div p {
  color: #444;
  line-height: 24px;
  letter-spacing: 2px;
}

.about-img {
  width: 100%;
  padding-bottom: 47%;
  position: relative;
  overflow: hidden;
}

.about-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-divs {
  padding: 10% 0;
  position: relative;
}

.wa {
  position: absolute;
  bottom: -400px;
  width: 400px;
  height: 400px;
  z-index: 1;
}

.wa img {
  position: absolute;
}

.wa.wa-right {
  right: 100px;
}

.wa01, .wa02, .wa03 {
  animation: rotate 5s infinite;
  opacity: 0;
}

.wa02 {
  animation-delay: 1s;
}

.wa03 {
  animation-delay: 1.5s;
}

@keyframes rotate {
  0% {
    transform: rotate(101deg);
    opacity: 0;
  }
  50% {
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: rotate(101deg);
    opacity: 0;
  }
}

/*產品頁 */
.product-div .title-h3 {
  bottom: 20px;
}

.bout-product {
  padding: 5% 20px;
}

.bout-product .bout-product-img {
  margin-top: 30px;
}

.bout-product .bout-product-img img {
  padding: 25px 25%;
}

.bout-product .bout-product-img h3 {
  margin-bottom: 15px;
}

.bout-product .bout-product-img p {
  line-height: 25px;
  letter-spacing: 2px;
  color: #444;
}

.bg-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vh;
  height: 100vh;
  height: 100vh;
}

/*-------------------------服務----------------------- */
.vantage-div-service {
  margin: 40px 20px;
}

.vantage-div-serviceimg {
  position: absolute;
  z-index: 1;
}

.vantage-div-service h3 {
  margin-top: 15px;
  font-weight: 300;
  line-height: 20px;
}

.vantage-div-service .vantage-div-rotate {
  animation: rotatez 3s infinite;
}

@keyframes rotatez {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.service-div .title03 .title-h3 {
  bottom: 15px;
}

.service-div .title03 .title-h3 p {
  font-family: 'Noto Sans TC',sans-serif;
  font-weight: 300;
  padding: 10px 0 0 0;
  color: #b5b5b5;
}

.service-div .about-div {
  margin-left: 50px;
}

/*輪播 */
.swiper-service {
  padding: 3% 0 !important;
}

.swiper-service .swiper-slide-active {
  position: relative;
  height: 310px;
  overflow: hidden;
}

.swiper-service .swiper-slide-active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/computer.png");
}

.swiper-service .swiper-slide-active:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 20px;
  background-image: url(../img/computer.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 90%;
  height: 310px;
}

.swiper-service .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 5px;
  background: #14bbe7;
}

/*-------------------------內頁----------------- */
/*-------------------------服務----------------------- */
/*---------------------作品實機------------------ */
.all-menu {
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 30px;
  padding: 0 15px;
}

.all-menu ul {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  list-style-type: none;
  border-bottom: solid 1px #dedcdc;
}

.all-menu ul li {
  display: inline-block;
}

.all-menu ul li a {
  line-height: 24px;
  color: #000;
}

.all-menu ul li a strong {
  padding: 8px 20px;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 400;
}

.all-menu ul li:hover {
  border-bottom: solid 2px #FFC107;
}

.current_page {
  border-bottom: solid 2px #FFC107;
}

.current_page a {
  color: white;
}

#menu_button_wrapper, .hidden {
  display: none;
}

/*作品 */
#bonus01, #bonus02, #bonus03, #bonus04, #bonus05, #work, #work01, #work02, #work03, #work04, #work05, #work06 {
  padding-top: 100px;
  margin-top: -100px;
}

.word-all {
  margin: 30px 0;
}

.word-all h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  letter-spacing: 2px;
  font-weight: 400;
  height: 30px;
}

.word-all-sm {
  margin-bottom: 50px;
}

.wed-title {
  text-align: center;
  cursor: pointer;
  margin-right: 10px;
  font-size: 25px;
  border-radius: 5px;
  background: #fdfdfd;
  border: solid 1px #666;
  width: 25%;
}

.wed-title h2, .wed-title h3 {
  padding: 20px 0;
}

.wed-title.wed-title01 a, .wed-title:hover a {
  color: #fff;
}

.wed-title a {
  color: #666;
}

.wed-title.wed-title01, .wed-title:hover {
  background: #1066aa;
}

/*---------作品內頁------------- */
.word-text.word-text-open {
  position: fixed;
  width: 30%;
  right: 20%;
  top: 120px;
}

.word-text-open .word-text-topnone {
  display: none;
}

.word-text a {
  background: #14bbe7;
  padding: 10px;
  color: #fff;
  font-size: 20px;
  border-radius: 40px;
  border: solid 1px #14bbe7;
}

.word-text a:hover {
  background: #fff;
  color: #14bbe7;
}

.word-text h2 {
  margin: 30px 0 20px 0;
  font-size: 35px;
}

.word-text h3 {
  color: #14bbe7;
  margin: 20px 0 10px 0;
  font-size: 25px;
}

.strong-h4 a {
  background: #fff;
  border: none;
  font-size: 14px !important;
  margin: 0;
  padding: 0 !important;
}

.word-text h4, .word-text p {
  color: #444;
  line-height: 23px;
  letter-spacing: 2px;
  font-weight: 400;
}

.strong-h4 {
  margin: 13px 0;
}

.strong-h4 h4 {
  border: solid 1px #1abde8;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 2px 5px;
}

.word-text p {
  margin-top: 20px;
}

.swiper-word {
  transition: all .2s ease-in 0s;
}

.swiper-word .swiper-slide {
  width: 33.33%;
}

.swiper-word:hover .swiper-button-next {
  opacity: 1;
}

.swiper-word:hover .swiper-button-prev {
  opacity: 1;
}

.swiper-word:hover .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.swiper-word .swiper-button-next {
  background-image: url(../img/right.svg);
  right: -6px;
  opacity: 0;
}

.swiper-word .swiper-button-prev {
  background-image: url(../img/left.svg);
  left: -6px;
  opacity: 0;
}

.swiper-word .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

/*---------------------加值功能------------------ */
.bonus-div {
  margin: 60px 0;
}

.bonus-div:nth-child(2n) .bonus-div-01 {
  margin-left: 600px;
}

.bonus-div:nth-child(2n) .bonus-div-02 {
  margin-left: -1200px;
}

/*---------------------常見問題---------------- */
.topic {
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: solid 1px #ebebeb;
}

.open {
  cursor: pointer;
  display: block;
  padding: 0px;
}

.open:hover {
  opacity: 0.7;
}

.expanded {
  transition: all .3s ease-in-out;
}

.question {
  padding: 20px 0 10px 0;
  font-size: 18px;
  font-weight: bold;
  color: #0766aa;
  width: calc(100% - 20px);
}

.answer {
  font-size: 16px;
  line-height: 26px;
  display: none;
  margin-bottom: 30px;
  text-align: justify;
  padding-left: 20px;
  padding-right: 20px;
}

.faq-t {
  transform: rotate(-45deg);
  display: inline-block;
  float: right;
  position: relative;
  top: -23px;
  right: 10px;
  width: 10px;
  height: 10px;
  background: transparent;
  border-left: 2px solid #0766aa;
  border-bottom: 2px solid #0766aa;
  transition: all .3s ease-in-out;
}

.faq-o {
  top: -23px;
  transform: rotate(-224deg);
}

.faq-tabs-block .tab-content {
  padding: 0 15px;
}

.consultative {
  margin-top: 48px;
}

.post-consultative {
  position: relative;
  border: 1px solid #a7e5fb;
  background-color: #fff;
  width: 400px;
  max-width: 100%;
  height: auto;
  padding: 30px;
  margin: 30px auto;
}

.post-consultative .header-consultative {
  position: absolute;
  top: -14px;
  height: 24px;
  font-size: 24px;
  margin-left: -75px;
  background-color: #fff;
  width: 150px;
  left: 50%;
  text-align: center;
  line-height: 24px;
}

.div-consultative h3 {
  line-height: 31px;
  letter-spacing: 3px;
  font-weight: 400;
  color: #666;
}

.div-consultative h3 strong {
  color: #fff;
  background: #6bc3e2;
  font-weight: 400;
}

.tel-consultative {
  padding: 20px 0;
}

.tel-consultative a {
  color: red;
  font-size: 2rem;
  padding: 10px 0px;
  font-style: italic;
}

/*-------------------------優惠方案----------------------- */
/* 燈箱外框 */
.discount-container ul {
  margin-bottom: 10%;
}

.discount-container ul li {
  list-style: inside;
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
}

.discount-container ul li ol li {
  padding: 5px 5px 5px 24px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  list-style: none;
}

/*優質方案-內附項目 */
.project-w {
  width: 25%;
}

.project {
  margin: 30px 10px;
}

.project-digital {
  font-family: 'Josefin Sans',sans-serif;
  font-size: 6rem;
  position: relative;
  color: #fdc453;
  text-align: center;
}

.project-digital:after {
  position: absolute;
  content: "";
  border-radius: 30px;
  z-index: -1;
}

.project-digital:before {
  position: absolute;
  content: "";
  border-radius: 30px;
  z-index: -1;
  width: 60px;
  height: 60px;
  background: #e5e5e5;
  bottom: 20px;
  left: 28%;
}

.project-digital:after {
  width: 35px;
  height: 35px;
  border: solid 1px #ffd277;
  bottom: 17px;
  left: 40%;
}

.project-text h3 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 15px;
}

.project-text p {
  color: #666;
  margin-bottom: 0;
}

/*優惠方案流程 */
.discount-circuit {
  margin-top: 60px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.discount-circuit .discount-circuit-div {
  position: relative;
  width: 25%;
  padding-right: 45px;
  margin: 25px 0;
  text-align: center;
}

.discount-circuit .discount-circuit-div img {
  width: 150px;
  text-align: center;
}

.discount-circuit .discount-circuit-div h4 {
  text-align: center;
  margin-top: 15px;
}

.discount-circuit .discount-circuit-div:after {
  content: "\f105";
  font-family: 'fontello';
  position: absolute;
  right: 10px;
  top: 46%;
  transform: translateY(-50%);
  font-size: 30px;
  font-weight: bold;
  color: #666;
}

.discount-circuit .discount-circuit-div:nth-child(4):after {
  transform: translate(-50%, 0%) rotate(90deg);
  top: 106%;
  right: 52%;
}

.discount-circuit .discount-circuit-div:nth-child(5):after, .discount-circuit .discount-circuit-div:nth-child(6):after, .discount-circuit .discount-circuit-div:nth-child(7):after {
  transform: translate(-50%, 0%) rotate(180deg);
  top: 43%;
  right: 6%;
}

.discount-circuit .discount-circuit-div:nth-child(8):after {
  content: "";
}

/*優惠方案-加值 */
/*-------------------------聯絡我們----------------------- */
#inquiry {
  padding-top: 100px;
  margin-top: -100px;
}

.contact-div ul {
  padding-left: 65px;
}

.contact-div ul li {
  font-style: normal;
  font-weight: normal;
  padding: 15px 0;
  padding-left: 15px;
}

.contact-div ul li.contact-div-phone, .contact-div ul li.contact-div-fax, .contact-div ul li.contact-div-email, .contact-div ul li.contact-div-map, .contact-div ul li.contact-div-time {
  position: relative;
}

.contact-div ul li:before {
  position: absolute;
  left: -12px;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
}

.contact-div ul li.contact-div-phone:before {
  content: '\e801';
}

.contact-div ul li.contact-div-fax:before {
  content: '\f1ac';
}

.contact-div ul li.contact-div-email:before {
  content: '\f0e0';
}

.contact-div ul li.contact-div-map:before {
  content: '\e800';
}

.contact-div ul li.contact-div-time:before {
  content: '\e80d';
}

.contact-line {
  position: relative;
  border: 1px solid #a7e5fb;
  background-color: #fff;
  width: 400px;
  max-width: 100%;
  height: auto;
  padding: 5px;
  margin: 60px auto;
}

.contact-line .contact-line-h3 {
  position: absolute;
  top: -10px;
  height: 24px;
  font-size: 24px;
  margin-left: -75px;
  background-color: #fff;
  width: 260px;
  left: 50%;
  transform: translateX(-29%);
  text-align: center;
  line-height: 24px;
}

.contact-line-div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px 0 20px 0;
  border: 1px solid #a7e5fb;
}

.contact-line-left {
  width: 130px;
  height: 130px;
  margin: 0 15px;
}

.contact-line-right p {
  color: #444;
  padding: 3px 0;
}

.contact-line-right p span {
  color: #4CAF50;
}

.contact-from {
  display: flex;
  width: 100%;
  margin-left: 50px;
}

.robot {
  margin-left: 180px;
}

.contact-from-left, .contact-from-right {
  margin: 10px 0;
}

.contact-from-left {
  width: 120px;
}

.contact-from-right {
  width: calc(100% - 120px);
}

.contact-from-right label {
  line-height: 30px;
}

.contact-from-right input {
  margin: 0 10px;
  outline: none;
}

.contact-from-right textarea {
  margin: 0 10px;
  outline: none;
  width: 72%;
  padding: 3px;
}

.rwd-16by9 {
  display: block;
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 0;
  /* padding-bottom:56.25%; */
  padding-bottom: 30%;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _filter: none;
}

.rwd-16by9:hover {
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _filter: none;
}

.rwd-16by9 iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.contact footer {
  background: transparent;
}

/*作品時機塞選 */
.word-filter .portfoliolist .portfolio {
  overflow: inherit;
  margin: 25px 0px;
  padding: 0 13px;
}

.word-filter .portfoliolist .portfolio h3 {
  margin-top: 15px;
  font-weight: 500;
}

.word-filter .filters {
  border: none;
  margin: 40px 0;
  flex-wrap: wrap;
}

.word-filter .filters .filter {
  margin: 10px;
  border: solid 1px #a6c1ee;
  border-radius: 5px;
}

.word-filter .filters .filter.active, .word-filter .filters .filter:hover {
  background-image: linear-gradient(120deg, #fbc2eb 0%, #a6c1ee 100%);
  box-shadow: 0 2px 10px 0  #fbc2eb;
  border: none;
  color: #fff;
}

.word-filter .filters li.active, .word-filter .filters li:hover {
  border-bottom: none;
}

@media screen and (max-width: 1440px) {
  /*---------------------公司簡介------------------ */
  .wa {
    position: absolute;
    bottom: -250px;
    width: 300px;
    height: 300px;
    z-index: 1;
  }
  .about-div {
    padding-right: 0;
  }
}

@media screen and (max-width: 1200px) {
  .contact-from-right textarea {
    width: 88%;
  }
}

@media screen and (max-width: 1024px) {
  /*-------------------------服務----------------------- */
  .swiper-service .swiper-slide-active {
    height: 180px;
  }
  .swiper-service .swiper-slide-active:after {
    top: 8px;
    left: 18px;
  }
  /*---------------------加值功能------------------ */
  .bonus-div:nth-child(2n) .bonus-div-01 {
    margin-left: 500px;
  }
  .bonus-div:nth-child(2n) .bonus-div-02 {
    margin-left: -1000px;
  }
  /*-------------------------優惠方案----------------------- */
  /*-------------------------加值方案----------------------- */
}

@media screen and (max-width: 991px) {
  /*---------------------公司簡介------------------ */
  .about-img {
    margin-top: 20px;
    width: 80%;
    margin: 0 auto;
  }
  .about-text {
    padding: 0 10%;
  }
  .about-div {
    padding-right: 0;
  }
  .about-divs:nth-child(2n) .about-text01 {
    margin-top: 250px;
  }
  .about-divs:nth-child(2n) .about-text {
    margin-top: -640px;
  }
  .wa {
    display: none;
  }
  /*---------------------公司簡介------------------ */
  /*-------------------------服務----------------------- */
  .swiper-service {
    padding: 8% 0 !important;
  }
  .swiper-service .swiper-slide {
    width: 50%;
  }
  /*---------------------作品實機------------------ */
  #menu_button_wrapper {
    display: block;
  }
  #menu_button {
    box-sizing: border-box;
    padding: .5em 1em;
    border: 1px solid #0766aa;
    border-radius: 5px;
    color: #0766aa;
    -webkit-touch-callout: none;
    user-select: none;
  }
  #menu_button:hover {
    cursor: pointer;
  }
  .current_page {
    border-bottom: none;
  }
  .all-menu ul li:hover {
    background: #eee;
  }
  #hamburger {
    float: right;
    padding-top: .15em;
  }
  #menu_button span {
    display: block;
    background-color: #0766aa;
    width: 1.2em;
    height: 1px;
    border-radius: 1px;
    margin-bottom: 5px;
  }
  .all-menu ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
  .all-menu ul li {
    display: block;
    padding: 10px 0;
  }
  .all-menu ul li a {
    width: 100%;
  }
  /*---------------------作品實機------------------ */
  /*---------------------加值功能------------------ */
  .bonus-div:nth-child(2n) .bonus-div-01 {
    margin-left: 350px;
  }
  .bonus-div:nth-child(2n) .bonus-div-02 {
    margin-left: -719px;
  }
  /*---------------------優惠方案------------------ */
  .robot {
    margin-left: 20px;
  }
  .contact-from {
    display: flex;
    width: calc(100% - 20px);
    margin-left: 20px;
  }
  .contact-from-left {
    width: 100px;
  }
  .contact-from-right {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 667px) {
  .project-w, .tab .swiper-wrapper .swiper-slide {
    width: 33.33%;
  }
  .wed-title h2, .wed-title h3 {
    padding: 0;
    font-size: 1.25rem;
  }
  /*優惠方案流程 */
  .discount-circuit .discount-circuit-div {
    padding-right: 20px;
    margin: 21px 0;
  }
  .discount-circuit .discount-circuit-div::after {
    font-size: 15px;
  }
  .discount-circuit .discount-circuit-div img {
    width: 55px;
  }
  .discount-circuit .discount-circuit-div h4 {
    margin-top: 5px;
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  .tb-all {
    padding: 5% 0;
  }
  /*---------------------公司簡介------------------ */
  .about-divs {
    padding: 20px 0;
  }
  .about-div h3 {
    line-height: 26px;
    letter-spacing: 2px;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .about-div p {
    line-height: 20px;
    font-size: 14px;
  }
  /*我們的優勢 */
  .vantage-div {
    align-items: baseline;
  }
  .vantage-div-text {
    margin: 12px 0px;
    text-align: center;
  }
  .vantage-div-text img {
    width: 80px;
  }
  .vantage-div-text i {
    color: #72c6f9;
    font-size: 15px;
    font-style: inherit;
    padding: 5px;
    position: relative;
    top: -32px;
  }
  .vantage-div-text h3 {
    font-size: 16px;
  }
  .vantage-div-text p {
    font-size: 12px;
    line-height: 16px;
  }
  .vantage-div-service h3 {
    margin-top: 10px;
    font-size: 16px;
  }
  .index-about-grid-bgimg {
    top: 65%;
  }
  /*我們的優勢 */
  /*公司簡介 */
  .about-divs:nth-child(2n) .about-text01 {
    margin-top: 280px;
  }
  .about-divs:nth-child(2n) .about-text {
    margin-top: -488px;
  }
  /*---------------------公司簡介------------------ */
  /*-------------------------服務----------------------- */
  .vantage-service {
    flex-wrap: wrap;
  }
  .vantage-div-service {
    width: 20%;
    margin: 25px 6px 10px 6px;
  }
  .swiper-service .swiper-slide {
    width: 80%;
    height: auto;
  }
  /*-------------------------優惠方案----------------------- */
  /*優惠方案詳解 */
  /*-------------------------加值方案----------------------- */
  .discount-bonus-img {
    margin: 15px 20px;
  }
  /*---------------------作品實機------------------ */
  .word-all-sm {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
    padding: 0 5px;
  }
  .word-text {
    margin-top: 40px;
  }
  .word-text.word-text-open {
    width: 100%;
    right: 0;
    top: 0;
    position: initial;
  }
  .word-text h2 {
    margin: 50px 0 15px 0;
    font-size: 30px;
  }
  .word-text a {
    padding: 10px;
    font-size: 25px;
  }
  .word-text h4, .word-text p {
    line-height: 19px;
    font-size: 14px;
  }
  .swiper-word .swiper-slide {
    width: 50%;
  }
  .word-all h3 {
    font-size: 14px;
    -webkit-line-clamp: 2;
    height: 30px;
  }
  .wed-title {
    padding: 10px 0;
    font-size: 20px;
    border-radius: 5px;
    background: #fdfdfd;
    border: solid 1px #666;
    width: 43%;
  }
  .word-text-open .word-text-topnone {
    display: block;
  }
  /*---------------------作品實機------------------ */
  /*---------------------加值功能------------------ */
  .bonus-div:nth-child(2n) .bonus-div-01, .bonus-div:nth-child(2n) .bonus-div-02 {
    margin-left: 0px;
  }
  /*-------------------------聯絡我們----------------------- */
  .robot {
    margin-left: 10px;
  }
  .contact-from {
    margin-left: 0px;
    display: block;
  }
  .contact-from-left {
    background: #73c4fc;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
  }
  .contact-div {
    margin-bottom: 30px;
  }
  .contact-from-right {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .contact-from-right input, .contact-from-right textarea {
    width: 95%;
  }
  .contact-from-right label {
    padding: 0 5px;
    line-height: 45px;
    display: block;
  }
  .contact-from-right label input {
    width: auto;
  }
  .contact-from {
    width: 100%;
    margin-left: 0px;
  }
  .contact-from-left, .contact-from-right {
    width: 100%;
  }
  /*-------------------------聯絡我們----------------------- */
  .type-js h2 {
    font-size: 1.3rem;
    margin: 0;
    line-height: 30px;
  }
}

@media screen and (max-width: 375px) {
  /*-------------------------服務----------------------- */
  /*-------------------------優惠方案----------------------- */
  .discount-bonus-text h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 360px) {
  /*-------------------------服務----------------------- */
  .swiper-service .swiper-slide-active:after {
    top: 9px;
    left: 15px;
  }
}

@media screen and (max-width: 320px) {
  /*-------------------------服務----------------------- */
  .swiper-service .swiper-slide-active:after {
    top: 9px;
    left: 14px;
  }
}
/*# sourceMappingURL=inner-page.css.map */