/*@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;700&display=swap");*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 body{letter-spacing:1.5px; line-height:1.8;}
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.hide.owl-carousel {
  display: none; }

.owl-carousel {
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }
.toolpc{display:block;position: fixed;right:2%;bottom: 50%;text-align:center;width:45px;z-index:998; }
#ask66inq_ss{cursor:pointer;border-radius:50%; width:45px;background: var(--theme-color); height:45px;box-shadow: 0 0.2rem 0.4rem rgb(0 0 0 / 70%); display:block}
.toolpc a,.toolpc .wechaticon{cursor:pointer; border-radius:50%; width:45px;background: var(--theme-color); height:45px;box-shadow: 0 0.2rem 0.4rem rgb(0 0 0 / 70%); display:block; text-align:center; line-height:45px;; margin-top:15px;}
.toolpc img{vertical-align: middle;}
.toolpc a.selfURL{  font-family:fantasy; font-weight:400; color:#fff; font-size:24px}

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* Simple lightbox */
.lightbox_cover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 9;
  text-align: center; }

.lightbox_cover::before {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  background: red; }

.lightbox_frame {
  display: inline-block;
  position: relative;
  z-index: 99;
  top: -20px;
  width: 80%;
  max-width: 1200px;
  height: 80%;
  outline: 0; }

.lightbox_menu {
  height: 10pt;
  padding: 3px;
  font-size: 10pt;
  font-family: STXihei,STHeiti,Microsoft JhengHei,Arial;
  text-align: right;
  display: inline-block;
  color: #ddd; }

.lightbox_menu span, .lightbox_menu a {
  color: #ddd;
  cursor: pointer; }

.lightbox_frame img {
  vertical-align: middle;
  max-height: calc(100% - 20px);
  max-width: 100%; }

.lightbox_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 90; }

div.lightbox_content {
  width: 800px;
  min-height: 520px;
  background-color: #ffffff;
  margin: auto;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  z-index: 99; }
  div.lightbox_content .box-head {
    background-color: var(--theme-color);
    color: #fff;
    min-height: 100px;
    display: flex;
    text-align: center;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 1.5em;
    padding: 1em 0; }
    div.lightbox_content .box-head span {
      font-size: 30px; }
    div.lightbox_content .box-head .box-head-msg {
      display: flex;
      justify-content: flex-start;
      flex-direction: column;
      align-items: flex-start;
      font-weight: bold;
      letter-spacing: 2px; }
  div.lightbox_content .box-body {
    padding: 1em 13%; }
    div.lightbox_content .box-body .submitted-info {
      margin-bottom: .5em; }
    div.lightbox_content .box-body table {
      width: 100%;
      max-width: 100%;
      word-break: break-all;
      table-layout: fixed;
      overflow-wrap: break-word; }
      div.lightbox_content .box-body table .message {
        display: block;
        max-height: 250px;
        overflow-y: auto; }
    div.lightbox_content .box-body td {
      display: flex;
      text-align: left;
      justify-content: space-around;
      padding: 10px 0;
      border-bottom: 1px solid var(--border-color);
      word-break: break-all; }
    div.lightbox_content .box-body .label {
      flex-basis: 20%; }
    div.lightbox_content .box-body .info-content {
      flex-basis: 70%; }
    div.lightbox_content .box-body .box-control .msg {
      color: var(--orange-element); }
    div.lightbox_content .box-body .box-control .button-warp {
      position: relative;
      margin-top: 1em; }
    div.lightbox_content .box-body .box-control .btn-agree {
      display: inline-block;
      background-color: var(--orange-element);
      color: #fff; }
    div.lightbox_content .box-body .box-control .btn-not-agree {
      position: absolute;
      right: 7%;
      top: 7px;
      font-size: .95em;
      color: #767676;
      text-decoration: underline;
      cursor: pointer; }

:root {
  --theme-color: #045911;
  --text-color: #313131;
  --border-color: #aaaaaa;
  --ribbon-color: #4D4D4D;
  --gray-button: #666666;
  --orange-element: #ee6f1e;
  --gray-background: #e9e9e9;
  --ani-ease-in-out: all 0.25s ease-in-out;
  --wrap-width: 1200px;
  --border-radius: 3px; }

html[data-theme='green'] {
  --theme-color: #39AC4A; }

html[data-theme='blue'] {
  --theme-color: #0071B3; }

html {
  overflow-x: hidden; }

body {
  position: relative;
  font-family: 'Noto Sans TC', "Helvetica Neue", Helvetica, Arial, "PingFang TC", "Heiti TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 17px;
  color: var(--text-color); }

*,
::after,
::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

*:focus {
  outline: none; }

a {
  color: var(--text-color);
  text-decoration: none;
  -webkit-transition: var(--ani-ease-in-out);
  -moz-transition: var(--ani-ease-in-out);
  -o-transition: var(--ani-ease-in-out);
  -ms-transition: var(--ani-ease-in-out);
  transition: var(--ani-ease-in-out); }

a:visited {
  color: var(--text-color); }

p {
  line-height: 1.6; }

ul, li {
  list-style: none; }

.scroll-to-top {
  display: none;
  position: fixed;
  z-index: 89;
  bottom: 30px;
  right: 4%;
  height: 40px;
  width: 40px;
  background-color: var(--theme-color);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.scroll-to-top:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 14px 12px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: 11px;
  left: 8px; }

.content {
  min-height: 80vh;
  display: inline-block;
  width: 100%; }

.wrap {
  position: relative;
  width:var(--wrap-width);
  margin: auto; }

/* section width */
.col {
  margin: auto; }

.col-half {
  width: 50%; }

.col-seventy-five {
  width: 75%; }

/* hamburger */
.hamburger {
  display: none;
  position: relative;
  z-index: 999;
  margin: 1px 25px 0;
  cursor: pointer;
  overflow: visible;
  height: 35px;
  width: 50px; }

.hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #3d3d3d;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.hamburger span:nth-child(4) {
  top: 27px; }

.hamburger span:nth-child(3),
.hamburger span:nth-child(2) {
  top: 16px; }

.hamburger span:nth-child(1) {
  top: 5px; }

.hamburger.open-nav span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

.hamburger.open-nav span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.hamburger.open-nav span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.hamburger.open-nav span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

/* header */
#site-header header {
  min-height: 140px;
  background-color: #fff;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.35); }
#site-header .head-ribbon {
  margin-top: 0;
  margin-bottom: 0;
  padding: 6px 0;
  z-index: 0;
  background-color: var(--ribbon-color); }
#site-header .head-top {
  min-height: 45px;
  margin-top: -14px;
  margin-bottom: 0;
  padding: 8px 0;
  background-image: linear-gradient(225deg, var(--theme-color) 55%, #ffffff00 0%); }
  #site-header .head-top .contact-info {
    display: flex;
    justify-content: flex-end;
    gap: 2em; }
    #site-header .head-top .contact-info .contact-item a {
      display: flex;
      align-items: center;
      gap: 0.5em;
      letter-spacing: 0.5px;
      color: #fff; background-repeat:no-repeat; background-position:left center; height:26px; line-height:26px; padding:0 0 0 25px }
    @media (hover: hover) {
      #site-header .head-top .contact-info .contact-item a:hover {
        opacity: .8; } }
#site-header .head-bottom {
  padding-bottom: 1em;
  margin-top: -6px; }
  #site-header .head-bottom .wrap {
    display: flex;
    justify-content: space-between;
	width:85%;
     }
  #site-header .head-bottom .site-logo {
    display: flex;
    flex:0 0 45%;
    align-items: center;
    }
    #site-header .head-bottom .site-logo .logo-image img { }
	#site-header .head-bottom .site-logo .logo-image{ flex:0 0 120px; padding-right:20px}
  #site-header .head-bottom .site-title span {
    display: block;
    line-height: 1;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 0.2em; }
  #site-header .head-bottom nav {
    display: flex;
    align-items: center; }
    #site-header .head-bottom nav ul {
      display: flex;
      align-items: baseline;
      height: 100%;
	  gap:.5em;
      margin-top: 2.2em; }
	  
    #site-header .head-bottom nav ul li.headfun{position:relative; width:100px; text-align:center; }
    #site-header .head-bottom nav ul dl{width:150px; position: absolute; top:35px; left:-25px; text-align:center; z-index:100}
	
    #site-header .head-bottom nav ul dt{ cursor:pointer}
#site-header .head-bottom nav ul dd{display:none; text-align:left; background:#fff; border:1px solid #5C5C5C; padding:0 2px}
#site-header .head-bottom nav ul li a{padding:.3em; display:block}
#site-header .head-bottom nav ul li.headfun dd a{padding:.3em .1em; font-size:14px;}
#site-header .head-bottom nav ul dd:hover{background:var(--theme-color); }
    #site-header .head-bottom nav ul li:hover dd{display:block}
      #site-header .head-bottom nav ul li {
        position: relative; }
        @media (hover: hover) {
          #site-header .head-bottom nav ul li a:hover {color: var(--theme-color); }
          #site-header .head-bottom nav ul li dd a:hover {color:#fff; } }
        #site-header .head-bottom nav ul li a:after {
          content: '';
          display: block;
          width: 100%;
          height: 1px;
          background-color: var(--theme-color);
          position: absolute;
          bottom: -8px;
          right: 0;
          left: 0;
          opacity: 0;
          -webkit-transition: var(--ani-ease-in-out);
          -moz-transition: var(--ani-ease-in-out);
          -o-transition: var(--ani-ease-in-out);
          -ms-transition: var(--ani-ease-in-out);
          transition: var(--ani-ease-in-out); }
        @media (hover: hover) {
          #site-header .head-bottom nav ul li a:hover:after {
            opacity: 1;
            bottom: -3px; } }
    #site-header .head-bottom nav li.current a {
      color: var(--theme-color); }
    #site-header .head-bottom nav li.current a:after {
      opacity: 1;
      bottom: -3px;
      background-color: var(--theme-color); }

/* footer */
#site-footer {
  margin-top: 5em; }
  #site-footer footer {
    min-height: 150px;
    padding: 2em 0 1em;
    background-color: var(--theme-color);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.35); }
    #site-footer footer .wrap {
      display: flex;
      justify-content: space-between;
      width: 90%;
      max-width: 1000px; }
    #site-footer footer .site-title {
      color: #fff;
      text-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
      flex-basis:75%; }
      #site-footer footer .site-title span {
        display: block;
        line-height: 1;
        font-size: 34px;
        letter-spacing: 1px;
        font-weight: bold;
        margin-bottom: 0.35em; }
      #site-footer footer .site-title a {
        color: #fff; }
    #site-footer footer .footer-nav li{margin:3px 0}
    #site-footer footer .footer-nav a {
      display: block;
      color: #fff;
      padding: 4px 0; }
    @media (hover: hover) {
      #site-footer footer .footer-nav a:hover {
        opacity: .8; } }
  #site-footer .footer-copyright {
    text-align: center;
    padding: 8px 0;
    color: #fff;
    background-image: linear-gradient(225deg, var(--theme-color) 28%, var(--ribbon-color) 0%); }

  #site-footer .footer-copyright a{color:#fff}
.home-slider { min-height:300px;
  position: relative; }
  .home-slider .owl-carousel .owl-item img {
    width: auto;
    max-height: 100%;
    margin: auto; }
  .home-slider .slide-line {
    width: 100%;
    position: absolute;
    top: calc(50% - 75px);
    left: 0;
    z-index: 9;
    padding-left: 5em;
    pointer-events: none; }
    .home-slider .slide-line .site-title {
      width: 90%;
      max-width: 460px;
      color: #fff;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.7); }
      .home-slider .slide-line .site-title span {
        display: block;
        line-height: 1;
        font-size: 34px;
        letter-spacing: 3px;
        font-weight: bold;
        margin-bottom: .3em; }
      .home-slider .slide-line .site-title p {
        font-size: 1.08em;
        letter-spacing: 2px;
        line-height: 1.8; }
  .home-slider .slide-line:after {
    content: '';
    background-image: linear-gradient(240deg, #ffffff00 49%, rgba(0, 0, 0, 0.55) 0%);
    display: block;
    width: 100%;
    min-height: 180px;
    position: absolute;
    left: 0;
    top: -35px;
    z-index: -1; }
  .home-slider .owl-dots {
    position: absolute;
    bottom: 10px;
    right: calc(50% - 75px);
    width: 150px;
    text-align: center; }
    .home-slider .owl-dots button.owl-dot {
      cursor: pointer;
      background: 0 0;
      color: inherit;
      border: none;
      padding: 11px !important;
      font: inherit; margin:3px }
    .home-slider .owl-dots span {
      background: rgba(0, 0, 0, 0.2);
      width: 9px;
      height: 9px;
      display: block;
      border-radius: 8px;
      margin: 0 5px; }
    .home-slider .owl-dots button.owl-dot.active span {
      background: rgba(0, 0, 0, 0.4); }

.section-title {
  position: relative;
  text-align: center;
  z-index: 2; }
  .section-title h2,.section-title h1 {
    position: relative;
    display: inline-block;
    font-size: 32px;
    letter-spacing: 1px;
    margin-bottom: 1em; }
  .section-title h2:after,.section-title h1:after {
    content: '';
    position: absolute;
    right: -1.45em;
    bottom: -3px;
    z-index: -1;
    display: block;
    width: 5em;
    height: 0.7em;
    transform: skew(-30deg);
    background: var(--theme-color);
    opacity: .45; }
  .section-title p {
    letter-spacing: 1px;
    margin-bottom: 2.5em; }

.ad66-block {
  width: 100%;
  margin: 2em 0 0;
  text-align: center; }

.col-introduce {
  padding: 3em 0;
  margin-bottom: 2em;}

.col-service {
  width: 100%;
  padding: 3.8em 0;
  text-align: justify;
  background-color: var(--gray-background);
  background-image: url("../../images/background-grid.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }
  .col-service .service-items {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin: auto; }
    .col-service .service-items .service-item {
      position: relative;
      flex: calc(50% - 1em);
      width: 100%;
      text-align: center;
      background-color: #fff;
      padding: 12px 15px 12px 65px;
      border-radius: 5px;
      border: 1px solid var(--border-color); }
      .col-service .service-items .service-item span {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%; }
      .col-service .service-items .service-item img {
        position: absolute;
        left: 20px;
        top: calc(50% - 15px); }
    .col-service .service-items .service-item:before {
      content: '';
      display: block;
      width: 31px;
      height: 31px;
      position: absolute;
      left: 20px;
      top: calc(50% - 17px);
      background-image: url("../../images/icon-thumbup-gray.png");
      background-repeat: no-repeat;
      background-position: center center; }

.col-contact-form {
  padding: 3em 0; }
  .col-contact-form table {
    max-width: 800px;
    width: 100%;
    margin: auto; }
    .col-contact-form table tr {
      position: relative; }
    .col-contact-form table td {
      position: relative;
      padding-bottom: 1em; }
    .col-contact-form table tr td:not(:first-child) {
      padding-left: 1em; }
    .col-contact-form table label {
      position: relative;
      display: inline-block;
      width: 95px;
      padding-right: 1em;
      text-align: right; }
      .col-contact-form table label .check {
        color: #f00;
        position: absolute;
        right: .5em;
        top: 0; }
    .col-contact-form table .form-control-wrap {
      display: inline-block;
      width: calc(100% - 110px); }
    .col-contact-form table .form-submit, .col-contact-form table input[type="submit"] {
      cursor: pointer;
      margin: 10px auto 0;
      text-align: center;
      width: 90%;
      max-width: 220px; }
  .col-contact-form .image-verify input[type="text"] {
    width: 5em;
    margin-right: 1em;
    display: inline-block;
    vertical-align: middle; }
  .col-contact-form .image-verify img {
    height: 35px;
    display: inline-block;
    vertical-align: middle; }


  .col-company-info table {
    margin: auto;
    width: 100%;
    padding: 0 0 1.5em; }
    .col-company-info table td {
      width: 50%;
      padding: 1.2em 6%; }
    .col-company-info table td:nth-child(odd) {
      padding-left: 12%; }
    .col-company-info table td:nth-child(even) {
      padding-right: 12%; }
    .col-company-info table td[colspan="2"] {
      width: 100%; }
    .col-company-info table tr:not(:last-child) td {
      border-bottom: 1px solid #ccc; }
    .col-company-info table .label {
      display: inline-block;
      width: 7em; }
    .col-company-info table .info-content {
      display: inline-block;
      width: calc(100% - 7.5em); }

.company-info-map iframe {
  max-width: 100%; }

/* page */
.page-head {
  background-color: var(--theme-color);
  min-height: 180px;
  padding: 2.1em 0;
  color: #fff;
  text-align: center;
  background-image: url("../../images/head-background-grid.png");
  background-repeat: no-repeat;
  background-position: center center; }
  .page-head .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px; }
  .page-head h1 {
    font-size: 40px;
    letter-spacing: 2px; }
  .page-head h3 {
    font-size: 28px;
    letter-spacing: 1px; }

.page-breadcrumbs {
  padding: 8px 0 0; }
  .page-breadcrumbs li {
    position: relative;
    display: inline-block; }
    .page-breadcrumbs li span {
      color: #4D4D4D; }
  .page-breadcrumbs li:not(:last-child) {
    margin-right: 1em; }
  .page-breadcrumbs li:not(:last-child):after {
    content: '\203A';
    display: block;
    font-size: 2em;
    color: var(--border-color);
    line-height: 0;
    position: absolute;
    top: 9px;
    right: -14px; }

/* about */
.col-about-introduce p {}
.col-about-introduce .about-image {
  display: flex;
  gap: 1em;
  margin:2em auto; }
  .col-about-introduce .about-image a{display:block}

/* product / service */
.col-company-registration .wrap,
.col-post-single .wrap,
.col-post-list .wrap {
  display: flex;
  gap: 2em; }
.col-company-registration main,
.col-post-single main,
.col-post-list main {
  flex-basis: 70%; }
.col-company-registration aside,
.col-post-single aside,
.col-post-list aside {
  flex-basis: calc(30% - 2.01em);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1em; }
  .col-company-registration aside .widget-title,
  .col-post-single aside .widget-title,
  .col-post-list aside .widget-title {
    position: relative;
    padding-bottom: .6em;
    margin-bottom: 1.5em; }
    .col-company-registration aside .widget-title span,
    .col-post-single aside .widget-title span,
    .col-post-list aside .widget-title span {
      font-size: 22px;
      font-weight: bold;
      letter-spacing: 2px; }
    .col-company-registration aside .widget-title span:after,
    .col-post-single aside .widget-title span:after,
    .col-post-list aside .widget-title span:after {
      content: '';
      display: block;
      width: 2em;
      height: 5px;
      background-color: var(--theme-color);
      position: absolute;
      bottom: -2px;
      left: 0; }
  .col-company-registration aside .post-list li,
  .col-post-single aside .post-list li,
  .col-post-list aside .post-list li {
    position: relative;
    padding: 0 0 .7em 1em; }
  .col-company-registration aside .post-list li:before,
  .col-post-single aside .post-list li:before,
  .col-post-list aside .post-list li:before {
    content: '\203A';
    font-size: 1.5em;
    line-height: 1;
    color: var(--border-color);
    position: absolute;
    left: 0;
    top: -2px; }
  .col-company-registration aside .widget-block,
  .col-post-single aside .widget-block,
  .col-post-list aside .widget-block {
    padding: 1.5em;
    background-color: var(--gray-background); }
.col-company-registration .post-columns h3,
.col-post-single .post-columns h3,
.col-post-list .post-columns h3 {
  font-size: 1.35em;
  margin-bottom: .2em; }
.col-company-registration .post-columns .post-excerpt span,
.col-post-single .post-columns .post-excerpt span,
.col-post-list .post-columns .post-excerpt span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }
.col-company-registration .post-columns .post-item,
.col-post-single .post-columns .post-item,
.col-post-list .post-columns .post-item {
  -webkit-transition: var(--ani-ease-in-out);
  -moz-transition: var(--ani-ease-in-out);
  -o-transition: var(--ani-ease-in-out);
  -ms-transition: var(--ani-ease-in-out);
  transition: var(--ani-ease-in-out); }
@media (hover: hover) {
  .col-company-registration .post-columns .post-item:hover,
  .col-post-single .post-columns .post-item:hover,
  .col-post-list .post-columns .post-item:hover {
    transform: translate(-2px, -2px); } }
.col-company-registration .post-columns.products-columns,
.col-post-single .post-columns.products-columns,
.col-post-list .post-columns.products-columns {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2.5em 1.5em; }
  .col-company-registration .post-columns.products-columns .post-item,
  .col-post-single .post-columns.products-columns .post-item,
  .col-post-list .post-columns.products-columns .post-item {
    flex-grow: 1;
    flex-basis: calc(50% - 1em); }
    .col-company-registration .post-columns.products-columns .post-item .post-featured,
    .col-post-single .post-columns.products-columns .post-item .post-featured,
    .col-post-list .post-columns.products-columns .post-item .post-featured {
      min-height: 310px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0.2em; }
      .col-company-registration .post-columns.products-columns .post-item .post-featured img,
      .col-post-single .post-columns.products-columns .post-item .post-featured img,
      .col-post-list .post-columns.products-columns .post-item .post-featured img {
        max-width: 100%;
         }
.col-company-registration .post-columns.service-columns,
.col-post-single .post-columns.service-columns,
.col-post-list .post-columns.service-columns {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  /*gap: 1.5em;*/
  width:100% }
  .col-company-registration .post-columns.service-columns .post-item a,
  .col-post-single .post-columns.service-columns .post-item a,
  .col-post-list .post-columns.service-columns .post-item a {
    display: flex;
    align-items: center;
    /*gap: 1em; */
	width:100%}
	
	
  .col-company-registration .post-columns.service-columns .post-featured,
  .col-post-single .post-columns.service-columns .post-featured,
  .col-post-list .post-columns.service-columns .post-featured {
    /*flex-grow: 1;
    flex-basis: calc(35% - 1em);*/
	flex:1;
    text-align: center; }
	.service-columns .post-meta{flex:4; padding:0 0 0 10px}
    .col-company-registration .post-columns.service-columns .post-featured img,
    .col-post-single .post-columns.service-columns .post-featured img,
    .col-post-list .post-columns.service-columns .post-featured img {
      max-width: 100%;}
	.service-columns #post-001 .post-meta{flex:2}
.post-item{padding:0 0 15px 0}
 	  
.col-company-registration .post-pagination,
.col-post-single .post-pagination,
.col-post-list .post-pagination {
  margin-top: 3em;
  text-align: center; }
  .col-company-registration .post-pagination ul,
  .col-post-single .post-pagination ul,
  .col-post-list .post-pagination ul {
    display: flex;
    justify-content: center;
    margin-bottom: .5em; }
  .col-company-registration .post-pagination li,
  .col-post-single .post-pagination li,
  .col-post-list .post-pagination li {
    padding: 0 .8em; }
  .col-company-registration .post-pagination li:not(:last-child),
  .col-post-single .post-pagination li:not(:last-child),
  .col-post-list .post-pagination li:not(:last-child) {
    border-right: 1px solid; }
  .col-company-registration .post-pagination a,
  .col-post-single .post-pagination a,
  .col-post-list .post-pagination a {
    line-height: 16px;
    height: 17px;
    display: block; }
  @media (hover: hover) {
    .col-company-registration .post-pagination a:hover,
    .col-post-single .post-pagination a:hover,
    .col-post-list .post-pagination a:hover {
      opacity: .8; } }
  .col-company-registration .post-pagination .count,
  .col-post-single .post-pagination .count,
  .col-post-list .post-pagination .count {
    letter-spacing: 1px; }
  .col-company-registration .post-pagination .current a,
  .col-post-single .post-pagination .current a,
  .col-post-list .post-pagination .current a {
    color: var(--theme-color); }

.col-post-single img, .col-post-single p {
  margin-bottom: 1em;
  max-width: 100%; }

.col-company-registration h2 {
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 33px; }
.col-company-registration iframe {
  max-width: 100%; }
.col-company-registration .company-registration {
  margin-bottom: 5em; }
  .col-company-registration .company-registration .notice {
    text-align: center;
    padding: 10px 0; }
  .col-company-registration .company-registration table td {
    padding: 12px;
    border-bottom: 1px solid var(--border-color); }
  .col-company-registration .company-registration table td:first-child {
    position: relative;
    min-width: 23%;
    text-align: center; }
  .col-company-registration .company-registration table td:nth-child(2) {
    min-width: 77%; }
  .col-company-registration .company-registration table tr:nth-child(even) td:first-child {
    padding-left: 30px; }
  .col-company-registration .company-registration table tr:nth-child(even) td:nth-child(2) {
    padding-left: 27px; }
  .col-company-registration .company-registration table tr:nth-child(odd):not(.map) td:first-child {
    margin-left: 15px;
    padding-left: 0; }
  .col-company-registration .company-registration table tr:nth-child(odd):not(.map) td:nth-child(2) {
    min-width: calc(77% - 20px); }
  .col-company-registration .company-registration table tr:nth-child(odd):not(.map) td:first-child:after {
    content: '';
    background-color: var(--gray-background);
    display: block;
    width: 100%;
    height: 51px;
    transform: skew(15deg);
    position: absolute;
    top: -2px;
    left: -7px;
    z-index: -1; }
  .col-company-registration .company-registration table img.google-maps {
    max-height: 1.1em;
    margin-left: 0.5em; }
  .col-company-registration .company-registration table tr.business {
    display: flex; }
    .col-company-registration .company-registration table tr.business span {
      display: block;
      margin-bottom: 6px; }

.col-inquiry-ad .ad66-button a,
.col-inquiry-list .ad66-button a {
  font-size: 1.5em;
  letter-spacing: 5px;
  background: var(--orange-element);
  color: #fff;
  display: block;
  min-width: 280px;
  padding: 8px 50px 12px;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  margin: 2em auto 0;
  text-align: center;
  width: 90%;
  max-width: 220px;
  -webkit-transition: var(--ani-ease-in-out);
  -moz-transition: var(--ani-ease-in-out);
  -o-transition: var(--ani-ease-in-out);
  -ms-transition: var(--ani-ease-in-out);
  transition: var(--ani-ease-in-out); }
@media (hover: hover) {
  .col-inquiry-ad .ad66-button a:hover,
  .col-inquiry-list .ad66-button a:hover {
    opacity: .8; } }

.col-inquiry-ad .ad-line {
  text-align: center;
  max-width: 800px;
  margin: 1.5em auto 0;
  font-size: 1.05em;
  letter-spacing: 1px; }
.col-inquiry-ad .inquiry-ad {
  text-align: center; }

.col-inquiry-list .inquiry-list table {
  margin: auto;
  width: 90%;
  max-width: 800px; }
  .col-inquiry-list .inquiry-list table th:first-child,
  .col-inquiry-list .inquiry-list table td:first-child,
  .col-inquiry-list .inquiry-list table th:nth-child(2),
  .col-inquiry-list .inquiry-list table td:nth-child(2) {
    text-align: left; }
  .col-inquiry-list .inquiry-list table th,
  .col-inquiry-list .inquiry-list table td {
    display: inline-block;
    text-align: center;
    padding: 15px 8px;
    font-size: 1.05em;
    border-bottom: 1px solid var(--border-color); }
    .col-inquiry-list .inquiry-list table th span,
    .col-inquiry-list .inquiry-list table td span {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
  .col-inquiry-list .inquiry-list table th:first-child,
  .col-inquiry-list .inquiry-list table td:first-child {
    width: 15%; }
  .col-inquiry-list .inquiry-list table th:nth-child(2),
  .col-inquiry-list .inquiry-list table td:nth-child(2) {
    width: 55%; }
  .col-inquiry-list .inquiry-list table th:nth-child(3),
  .col-inquiry-list .inquiry-list table td:nth-child(3) {
    width: 10%; }
  .col-inquiry-list .inquiry-list table th:nth-child(4),
  .col-inquiry-list .inquiry-list table td:nth-child(4) {
    width: 20%; }

/* 隱私權 */
.privacy-content .wrap {
  max-width: 800px; }
.privacy-content h2 {
  margin-bottom: 12px;
  font-size: 32px; }
.privacy-content h3 {
  margin-bottom: 8px; }
.privacy-content p {
  text-align: justify; }
.privacy-content ul li {
  list-style: disc;
  margin-left: 1.5em; }

/* RWD */
@media only screen and (max-width: 1120px) {
  body {
    font-size: 16px;
    overflow-x: hidden; }

  section:not(:first-child),
  section {
    padding-left: 12px;
    padding-right: 12px; }

  #site-header .head-top {
    background-image: linear-gradient(225deg, var(--theme-color) 58%, #ffffff00 0%); }
  #site-header .head-bottom .site-title span {
    font-size: 26px; }
  #site-header .head-bottom .site-title p {
    font-size: 14px; }
  #site-header .head-top,
  #site-header .head-bottom {
    padding-left: 12px;
    padding-right: 12px; }

  #site-footer footer .site-title span {
    font-size: 26px; }
  #site-footer footer .site-title p {
    font-size: 14px; }

  .scroll-to-top {
    bottom: 10px; }

  .home-slider .slide-line:after {
    background-image: linear-gradient(240deg, #ffffff00 37%, rgba(0, 0, 0, 0.55) 0%); }

  .company-info-table {
    padding: 0 10px; }

  .col-company-info table td:nth-child(odd) {
    padding-left: 5%; }

  .col-company-info table td:nth-child(even) {
    padding-right: 5%; }

  .page-breadcrumbs {
    padding-left: 12px;
    padding-right: 12px; }

  .col-inquiry-ad .inquiry-ad img {
    max-width: 100%; }

  .col-inquiry-list .inquiry-list table {
    width: 100%;
    max-width: 100%; } 
		.toolpc{right:0}
		}
@media only screen and (max-width: 920px) {

	.wrap{width:100%}
  .home-slider .slide-line:after {
    min-height: 155px;
    top: -25px;
    background-image: linear-gradient(240deg, #ffffff00 27%, rgba(0, 0, 0, 0.55) 0%); }
  .home-slider .owl-carousel .owl-item img {
    max-width: 100%; }
  .home-slider .slide-line {
    top: calc(80% - 75px);
    padding-left: 3em; }
    .home-slider .slide-line .site-title span {
      font-size: 28px; }
    .home-slider .slide-line .site-title p {
      font-size: 1em; }

  #site-header .head-bottom nav {
    display: flex;
    justify-content: center;
    padding-top: 10vh;
    font-size: 1.25em;
    position: fixed;
    right: -61vw;
    top: 0;
    bottom: 0;
    width: 60%;
    height: 100vh;
    background: #fff;
    z-index: 99;
    box-shadow: 20px 0 30px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #site-header .head-bottom nav ul {
      flex-direction: column; align-items:center }
  #site-header .head-top {
    background-color: var(--theme-color);
    background-image: none; }
  #site-header .head-bottom {
    padding-top: 12px;
    margin-top: 0; }
    #site-header .head-bottom .site-title {
      display: flex; }
    #site-header .head-bottom .site-logo {
      flex-basis: 70%; }
    #site-header .head-bottom .hamburger-wrap {
      display: block;
      position: absolute;
      right: 2%;
      top: 80px; }
      #site-header .head-bottom .hamburger-wrap .hamburger {
        display: block; }

  .nav-enter #site-header .head-bottom nav {
    display: flex;
    right: 0; }
  .nav-enter #site-header .head-bottom .hamburger-wrap .hamburger {
    position: fixed;
    z-index: 99;
    right: 20px;
    top: 80px; }

  #site-footer {
    margin-top: 0; }
    #site-footer footer .site-title {
      flex-basis: 60%; }
    #site-footer .footer-copyright {
      background-image: none;
      background-color: var(--ribbon-color); }

  .col-service .service-items {
    width: 100%;
    max-width: 100%; }

  .col-company-info table td:nth-child(odd) {
    padding: 1em 2%;
    width: 55%;
    border-bottom: 1px solid #ccc; }

  .col-company-info table td:nth-child(even) {
    padding: 1em 2%;
    width: 45%;
    border-bottom: 1px solid #ccc; }

  .col-company-info table td[colspan="2"] {
    width: 100%; }

  .company-info-table {
    padding: 0; }

  .col-company-registration .wrap,
  .col-post-single .wrap,
  .col-post-list .wrap {
    gap: 1em; }
  .col-company-registration main,
  .col-post-single main,
  .col-post-list main {
    flex-basis: 70%; }
  .col-company-registration aside,
  .col-post-single aside,
  .col-post-list aside {
    flex-basis: calc(35% - 1.01em); }
  .col-company-registration .post-columns h3,
  .col-post-single .post-columns h3,
  .col-post-list .post-columns h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .col-company-registration .post-columns.products-columns,
  .col-post-single .post-columns.products-columns,
  .col-post-list .post-columns.products-columns {
    gap: 1.5em 0.5em; }
    .col-company-registration .post-columns.products-columns .post-item .post-featured,
    .col-post-single .post-columns.products-columns .post-item .post-featured,
    .col-post-list .post-columns.products-columns .post-item .post-featured {
  }
      .col-company-registration .post-columns.products-columns .post-item .post-featured img,
      .col-post-single .post-columns.products-columns .post-item .post-featured img,
      .col-post-list .post-columns.products-columns .post-item .post-featured img {
  }

  div.lightbox_content {
    width: 90%;
    max-width: 100%; }
    div.lightbox_content .box-body {
      padding: 1em 5%; }

  .col-company-registration .company-registration {
    margin-bottom: 0; }
    .col-company-registration .company-registration tr.address {
      display: flex; }
    .col-company-registration .company-registration table tr:nth-child(odd):not(.map) td:first-child:after {
      display: none;
      opacity: 0; }
    .col-company-registration .company-registration table tr:nth-child(even) td:first-child,
    .col-company-registration .company-registration table tr:nth-child(odd):not(.map) td:first-child {
      margin-left: 0;
      min-width: 26%;
      padding-left: 0;
      padding-right: 0; }
    .col-company-registration .company-registration table tr:nth-child(even) td:nth-child(2),
    .col-company-registration .company-registration table tr:nth-child(odd):not(.map) td:nth-child(2) {
      min-width: 74%;
      padding-left: 0;
      padding-right: 0; } }
@media only screen and (max-width: 600px) {
	#site-header .head-bottom .wrap{margin:0}
	.home-slider { min-height:90px;}
  section:not(:first-child),
  section {
    padding-left: 8px;
    padding-right: 8px; }
.post-title h2{font-size:18px}
.post-excerpt{font-size:15px}

#site-header .head-bottom nav ul li a{padding:0}
#site-header .head-bottom nav ul li.headfun{height: auto; width:auto}
#site-header .head-bottom nav ul li.headfun dl{position: initial; width:100%; text-align:center; background:#F5F5F5}
#site-header .head-bottom nav ul li.headfun dd{display:block; border:none; padding:2px 8px; border-bottom:1px solid #DCDCDC}
.service-columns a{align-items:self-start}
 #site-header .head-top {
    padding-top: 10px; }
    #site-header .head-top .contact-info {
      justify-content: center; }
      #site-header .head-top .contact-info .contact-item a {
        display: flex;
        align-items: center;
        gap: 0.5em; }
      #site-header .head-top .contact-info .contact-email span {
        display: none; }
  #site-header .head-bottom .site-logo { flex:1;
    text-align: center; }
    #site-header .head-bottom .site-logo .logo-image img {      }
	
  #site-header .head-bottom .site-title span {
    font-size: 24px; }
  #site-header .head-bottom .hamburger-wrap {
    text-align: center;
    padding-top: 12px;
    min-height: 50px; }
    #site-header .head-bottom .hamburger-wrap .hamburger {
      margin: auto;
      width: 35px; }
  #site-header .head-bottom .main-nav { overflow:auto}
  #site-header .head-bottom .site-title p {
    display: none; }

  .nav-enter #site-header .head-bottom .hamburger-wrap .hamburger {
    top: 40px; }

  .page-head h1 {
    font-size: 32px; }

  .section-title h2,.section-title h1 {
    font-size: 24px;
    margin: 0; }

  .section-title h2:after,.section-title h1:after {
    display: none; }

  .home-slider .wrap {
    display: flex;
    flex-direction: column-reverse; }
  .home-slider .slide-line:after {
    display: none; }
  .home-slider .slide-line {
    position: relative;
    text-align: center;
    padding: 0; }
    .home-slider .slide-line .site-title {
      color: var(--text-color);
      text-shadow: none;
      width: 100%;
      margin-top: 1em; }
      .home-slider .slide-line .site-title span {
        display: none; }

  .col-introduce {
    width: 100%; }

  .col-contact-form table td {
    width: 100%;
    display: block; }
  .col-contact-form table tr td:not(:first-child) {
    padding-left: 0; }

  .col-service .service-items {
    flex-direction: column; }

  .col-company-info table td {
    width: 100% !important;
    display: block; }

  .col-company-registration .wrap,
  .col-post-single .wrap,
  .col-post-list .wrap {
    flex-direction: column; }
  .col-company-registration main, .col-company-registration aside,
  .col-post-single main,
  .col-post-single aside,
  .col-post-list main,
  .col-post-list aside {
    flex-basis: 100%; }
  .col-company-registration .post-columns.products-columns .post-item,
  .col-post-single .post-columns.products-columns .post-item,
  .col-post-list .post-columns.products-columns .post-item {
    flex-basis: 100%; }

  .col-company-registration .company-registration table tr:nth-child(even) td:first-child,
  .col-company-registration .company-registration table tr:nth-child(odd):not(.map) td:first-child {
    min-width: 33%; }

  .col-company-registration .company-registration table tr:nth-child(even) td:nth-child(2),
  .col-company-registration .company-registration table tr:nth-child(odd):not(.map) td:nth-child(2) {
    min-width: 65%;
    padding-left: 1.5em; }

  .lightbox_frame {
    width: 100%; }

  div.lightbox_content .box-body {
    padding: 1em 5% 2em; }

  div.lightbox_content .box-head span {
    font-size: 22px; }

  div.lightbox_content .box-body .box-control .btn-agree,
  div.lightbox_content .box-body .box-control .btn-not-agree {
    position: relative;
    display: block;
    right: unset;
    top: unset; }

  div.lightbox_content .box-body .label {
    flex-basis: 15%; }

  div.lightbox_content .box-body .info-content {
    flex-basis: 80%; }

  div.lightbox_content .box-body .box-control .btn-not-agree {
    margin-top: 1em; }

  .col-about-introduce .about-image {
    flex-direction: column; }

  .col-inquiry-ad .ad66-button a,
  .col-inquiry-ad .ad66-button a,
  .col-inquiry-list .ad66-button a,
  .col-inquiry-list .ad66-button a {
    font-size: 1.1em; }

  .col-inquiry-list .inquiry-list table th,
  .col-inquiry-list .inquiry-list table td {
    padding: 10px 4px;
    font-size: .95em; }
  .col-inquiry-list .inquiry-list table th:first-child,
  .col-inquiry-list .inquiry-list table td:first-child {
    width: 17%; }
  .col-inquiry-list .inquiry-list table th:nth-child(2),
  .col-inquiry-list .inquiry-list table td:nth-child(2) {
    width: 43%; }
  .col-inquiry-list .inquiry-list table th:nth-child(3),
  .col-inquiry-list .inquiry-list table td:nth-child(3) {
    width: 15%;
    padding: 10px 0; }
  .col-inquiry-list .inquiry-list table th:nth-child(4),
  .col-inquiry-list .inquiry-list table td:nth-child(4) {
    width: 25%;
    padding: 10px 0; } }

