﻿@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*HTML5 tag*/
section, article, aside, footer, header, nav, main {
  display: block;
}

/* 基本元素 */
html {
  height: 100%;
}

body {
  height: 100%;
  font-size: 16px;
  font-family: 'Noto Sans TC', '微軟正黑體', 'PingFang SC', 'Roboto', 'Arial', 'Helvetica Neue', 'STXihei', 'cwTeXHei', sans-serif;
  color: #333;
  word-wrap: break-word;
  word-break: normal;
}

a {
  color: #333;
  text-decoration: none;
  display: inline-block;
}

a:hover {
  text-decoration: none;
}

.cl {
  clear: both;
}

.cl::after, .fea-item::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

input, textarea, select, button {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
}

* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}

/* header */
.header-wrap {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  border-bottom: 2px solid #b5e5fc;
}

.header-wrap::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.header-top-bg {
  width: 100%;
  height: 10px;
  background-image: url("../images/header/bg-01.jpg");
  background-repeat: repeat-x;
}

.header-container {
  width: 1366px;
  height: 95px;
  margin: 0 auto;
  position: relative;
}

@media all and (max-width: 1200px) {
  .header-container {
    width: 100%;
    height: auto;
  }
}

.logo a {
  position: absolute;
  left: 0;
  top: 8px;
  width: 80px;
  height: 100px;
  text-indent: -9999px;
  background: url("../images/header/logo.png") center no-repeat;
  background-size: contain;
}

@media all and (max-width: 768px) {
  .logo a {
    width: 55px;
    height: 55px;
    display: block;
    margin: 10px auto;
    position: inherit;
    background: url("../images/header/logo-m.png") center no-repeat;
    background-size: cover;
  }
}

.nav-menu {
  width: auto;
  float: right;
}

.nav-menu::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

@media all and (max-width: 768px) {
  .nav-menu {
    float: none;
    border-top: 1px solid #b5e5fc;
    padding: 3px 0 5px;
  }
}

.nav-menu li {
  float: left;
  padding: 0 25px;
  margin-top: 27px;
}

@media all and (max-width: 768px) {
  .nav-menu li {
    width: 20%;
    margin: 5px 0;
    text-align: center;
  }
}

@media all and (max-width: 479px) {
  .nav-menu li {
    padding: 0 15px;
    width: 33.33%;
  }
}

.memu-link {
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1px;
  color: #666;
  font-family: 'Noto Sans TC', sans-serif;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
}

.memu-link:hover {
  color: #f7bd02;
}

.memu-link:active {
  color: #f7bd02;
}

.memu-link:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #f7bd02;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

@media all and (max-width: 479px) {
  .memu-link {
    font-size: 19px;
    line-height: 32px;
  }
}

.memu-link:hover:before,
.memu-link:focus:before,
.memu-link:active:before {
  left: 0;
  right: 0;
}

/* 手機版 */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 15px;
  text-align: center;
}

.sidenav a {
  padding: 10px 25px;
  font-size: 20px;
  color: #333;
  display: block;
  transition: 0.3s;
  line-height: 38px;
  border-bottom: 1px solid #dfdfdf;
}

.sidenav a:hover {
  color: #666;
}

.sidenav .closebtn {
  font-size: 28px;
  text-align: left;
  color: #76b008;
}

.sidenav .closebtn:hover {
  color: #76b008;
}

#main {
  display: none;
  transition: margin-left 0s;
}

@media all and (max-width: 768px) {
  #main {
    display: block;
  }
}

#main .icon-menu {
  font-size: 30px;
  line-height: 40px;
  color: #76b008;
  padding: 0;
}

.wrap {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  overflow: hidden;
}

.content-box {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  padding: 100px 0 0;
}

@media all and (max-width: 768px) {
  .content-box {
    padding: 50px 0 0;
  }
}

.container {
  width: 1300px;
  height: auto;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

.container:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.container:before {
  content: '';
  display: block;
  margin-top: -170px;
  height: 170px;
  visibility: hidden;
  position: relative;
  z-index: -1;
}

@media all and (max-width: 768px) and (min-width: 480px) {
  .container:before {
    margin-top: -145px;
    height: 145px;
  }
}

@media all and (max-width: 479px) {
  .container:before {
    margin-top: -200px;
    height: 200px;
  }
}

@media all and (max-width: 1200px) {
  .container {
    width: 100%;
  }
}

/* banner */
.banner {
  position: relative;
  width: 100%;
  height: auto;
  margin: 85px 0 0;
}

@media all and (max-width: 768px) and (min-width: 480px) {
  .banner {
    margin: 146px 0 0;
  }
}

@media all and (max-width: 479px) {
  .banner {
    margin: 175px 0 0;
  }
}

.banner .bn-slogn {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 40px;
  text-align: center;
  color: #fff;
  line-height: 50px;
  z-index: 10;
}

@media all and (max-width: 768px) {
  .banner .bn-slogn {
    font-size: 34px;
    line-height: 44px;
  }
}

@media all and (max-width: 479px) {
  .banner .bn-slogn {
    padding: 0 60px;
    font-size: 24px;
    line-height: 34px;
  }
}

.banner .bn-cover {
  width: 100%;
  height: 700px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(17, 17, 17, 0.5);
  z-index: 8;
}

@media all and (max-width: 768px) and (min-width: 480px) {
  .banner .bn-cover {
    height: 500px;
  }
}

@media all and (max-width: 479px) {
  .banner .bn-cover {
    height: 350px;
  }
}

.banner .index-bn {
  width: 100%;
  height: 700px;
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@media all and (max-width: 768px) and (min-width: 480px) {
  .banner .index-bn {
    height: 500px;
  }
}

@media all and (max-width: 479px) {
  .banner .index-bn {
    height: 350px;
  }
}

.banner .bn-01 {
  background-image: url("../images/banner/bn-01.jpg");
  background-size: 1920px 700px;
  background-repeat: no-repeat;
  background-position: center;
}

.banner .bn-02 {
  background-image: url("../images/banner/bn-02.jpg");
  background-size: 1920px 700px;
  background-repeat: no-repeat;
  background-position: center;
}

.banner .bn-03 {
    background-image: url("../images/banner/bn-03.jpg");
    background-size: 1920px 700px;
    background-repeat: no-repeat;
    background-position: center;
}

.banner .bn-04 {
    background-image: url("../images/banner/bn-04.jpg");
    background-size: 1920px 700px;
    background-repeat: no-repeat;
    background-position: center;
}

.owl-theme .owl-dots .owl-dot span {
  background: #ccc;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #f7bd02;
}

/* 文字 */
.blue-title {
  font-size: 24px;
  color: #00a6e7;
  font-family: 'Noto Sans TC', '微軟正黑體', 'csans-serif';
}

.medium-text {
  font-size: 17px;
  line-height: 34px;
  color: #333;
  font-family: 'Noto Sans TC', '微軟正黑體', 'csans-serif';
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-align: justify;
}

.medium-text:last-child {
  margin-bottom: 0;
}

.explanation-text {
  font-size: 17px;
  line-height: 30px;
  color: #666;
  font-family: 'Noto Sans TC', '微軟正黑體', 'csans-serif';
  text-align: center;
  letter-spacing: normal;
}

.large-text {
  font-size: 20px;
  line-height: 33px;
  color: #333;
  font-family: 'Noto Sans TC', '微軟正黑體', 'csans-serif';
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.large-text:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 479px) {
  .large-text {
    font-size: 17px;
    line-height: 30px;
  }
}

.xlarge-text {
  font-size: 24px;
  line-height: 36px;
  color: #c66f38;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 1px;
}

.note-text {
  font-size: 12px;
  color: #888;
  text-align: left;
  margin-top: 30px;
  line-height: 20px;
}

/* 版型 */
.col-box-2 {
  width: 50%;
  height: auto;
  float: left;
}

@media all and (max-width: 768px) {
  .col-box-2 {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .col-box-2:last-child {
    margin-bottom: 0;
  }
}

.col-box-2 img {
  width: 100%;
}

.col-box-3 {
  width: 30.66%;
  height: auto;
  float: left;
  margin-right: 4%;
}

.col-box-3:last-child {
  margin-right: 0;
}

@media all and (max-width: 479px) {
  .col-box-3 {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .col-box-3:last-child {
    margin-bottom: 0;
  }
}

.col-box-4 {
  width: 22%;
  height: auto;
  float: left;
  margin-right: 4%;
}

.col-box-4:last-child {
  margin-right: 0;
}

@media all and (max-width: 768px) {
  .col-box-4 {
    width: 48%;
    margin: 0 4% 6% 0;
  }
  .col-box-4:nth-child(2n) {
    margin: 0 0 6% 0;
  }
}

@media all and (max-width: 479px) {
  .col-box-4 {
    width: 100%;
    float: none;
    margin: 0 0 15%;
  }
  .col-box-4:last-child {
    margin-bottom: 0;
  }
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.separate-line {
  width: 100%;
  height: 5px;
  background-image: url("../images/line-wave.png");
  background-repeat: repeat-x;
  background-size: 34px 5px;
}

/* 內容 */
.part-block {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  padding: 80px 0;
}

.part-block:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

@media all and (max-width: 1200px) {
  .part-block {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
  }
}

.part-title {
  width: 220px;
  height: auto;
  margin: 0 auto;
}

@media all and (max-width: 479px) {
  .part-title {
    width: 45%;
    margin: 0 auto;
  }
}

.part-title span {
  font-size: 0;
  text-indent: -9999px;
}

.part-title img {
  width: 100%;
}

.aims-container {
  margin-top: 80px;
}

@media all and (max-width: 768px) {
  .aims-container {
    margin-top: 40px;
  }
}

.aims-img {
  width: 80%;
  height: auto;
  margin: 0 auto 30px;
}

@media all and (max-width: 479px) {
  .aims-img {
    width: 65%;
    margin: 0 auto 20px;
  }
}

.aims-img img {
  width: 100%;
}

.aims-title {
  font-size: 20px;
  color: #76b008;
  font-family: 'Noto Sans TC', '微軟正黑體', 'csans-serif';
  margin-bottom: 15px;
  text-align: center;
}

@media all and (max-width: 479px) {
  .aims-title {
    margin-bottom: 10pxv;
  }
}

.service-wrap {
  width: 100%;
  height: 650px;
  background-image: url("../images/bg-service.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 10px 0 80px;
  padding-top: 80px;
}

@media all and (max-width: 1200px) {
  .service-wrap {
    background-position: 40% center;
  }
}

@media all and (max-width: 768px) {
  .service-wrap {
    background-image: none;
    background-color: #111;
    padding-top: 40px;
    height: auto;
    margin: 10px 0 60px;
  }
}

.service-wrap .service-list {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.service-wrap .service-list dt {
  font-size: 24px;
  color: #f7bd02;
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-family: 'Noto Sans TC', '微軟正黑體', 'csans-serif';
}

@media all and (max-width: 479px) {
  .service-wrap .service-list dt {
    font-size: 17px;
    margin-bottom: 10px;
  }
}

.service-wrap .service-list dd {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  letter-spacing: 2px;
  font-family: 'Noto Sans TC', '微軟正黑體', 'csans-serif';
}

@media all and (max-width: 479px) {
  .service-wrap .service-list dd {
    font-size: 17px;
  }
}

.result-img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.result-img img {
  width: 100%;
}

.use-wrap {
  width: 100%;
  height: 700px;
  background-image: url("../images/bg-use.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 20px 0 0;
  padding-top: 80px;
}

@media all and (max-width: 1200px) {
  .use-wrap {
    background-position: 30% center;
  }
}

@media all and (max-width: 768px) {
  .use-wrap {
    height: auto;
    padding-top: 40px;
    background-image: none;
    background-color: #efefef;
  }
}

.use-wrap .part-title {
  text-align: left;
}

.use-wrap .article-text {
  line-height: 30px;
}

.contact-box {
  width: 500px;
  height: auto;
  padding-top: 15px;
}

.contact-box:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

@media all and (max-width: 479px) {
  .contact-box {
    width: 100%;
  }
}

.contact-box .contact-info {
  width: 60%;
  height: auto;
  float: left;
}

@media all and (max-width: 479px) {
  .contact-box .contact-info {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
}

.contact-box .contact-info dl {
  display: block;
  margin-bottom: 20px;
}

.contact-box .contact-info dl:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 479px) {
  .contact-box .contact-info dl {
    margin-bottom: 10px;
  }
}

.contact-box .contact-info dl dt {
  display: inline-block;
  width: 44px;
  margin-right: 15px;
  vertical-align: top;
}

.contact-box .contact-info dl dt img {
  width: 100%;
}

@media all and (max-width: 479px) {
  .contact-box .contact-info dl dt {
    width: 38px;
  }
}

.contact-box .contact-info dl dd {
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  font-size: 22px;
  margin-top: 8px;
  font-family: 'Roboto', 'sans-serif';
  letter-spacing: 1px;
}

@media all and (max-width: 479px) {
  .contact-box .contact-info dl dd {
    font-size: 20px;
    line-height: 26px;
  }
}

.phone a {
  color: #8e66b3;
}

.line a {
  color: #00c500;
}

.fb a {
  color: #3b5998;
}

.qrcode {
  width: 40%;
  height: auto;
  float: left;
}

@media all and (max-width: 479px) {
  .qrcode {
    width: 180px;
    float: none;
    margin: 0 auto;
  }
}

.qrcode img {
  width: 100%;
}

.copyright {
  width: 100%;
  height: 50px;
  background-color: #f7bd02;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 50px;
  font-family: 'Roboto', 'sans-serif';
}

/* 圓餅圖 */
.pie-chart {
  width: 100%;
  height: auto;
}

.pie-chart:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#pie-chart1-license-text, #pie-chart2-license-text, #hchart-license-text {
  display: none;
}

/* 長條圖 */
.hchart-wrap {
  width: 100%;
  height: auto;
  padding: 60px 60px 0;
  margin-top: 40px;
  background-color: #fffcf2;
  border-radius: 20px;
  text-align: center;
}

@media all and (max-width: 768px) {
  .hchart-wrap {
    padding: 60px 15px 0;
  }
}

@media all and (max-width: 479px) {
  .hchart-wrap {
    margin-top: 0;
  }
}

/* Feel free to change duration  */
.animated {
  -webkit-animation-duration: 1000 ms;
  animation-duration: 1000 ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-animated-out {
  z-index: 1;
}

.owl-animated-in {
  z-index: 0;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

