@charset "UTF-8";
/* For JCE Editor: START
--------------------------------------------- */
p {
  margin: 0;
}

/* 第一組需為空白的css */
#tinymce {
  font-size: 15px;
}

hr#system-readmore {
  border: 1px solid #ff0000;
  height: 15px;
  background: #ffdddd;
}

hr#system-readmore:before {
  content: "--- read more ---";
  font-size: 10px;
  color: #ff0000;
  padding-left: 45%;
}

/* For JCE Editor: END
--------------------------------------------- */
/* 標題 */
.title01 {
  color: #d5db39;
  font-weight: bold;
}

.title02 {
  font-size: 22px;
  font-weight: bold;
  padding: 20px 0;
}

.title03 {
  font-size: 40px;
  font-weight: bold;
  padding: 5px 0 30px 0;
  line-height: 140% !important;
}
@media (max-width: 768px) {
  .title03 {
    font-size: 30px;
  }
}

.title04 {
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0;
  color: #6eb92c;
}

.title05 {
  border-left: 6px solid #6eb92c;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 25px;
  color: #000;
  font-weight: bold;
  line-height: 150% !important;
}

.title06 {
  position: relative;
  padding-left: 20px;
  color: #666;
}
.title06:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #d8d8d8;
  position: absolute;
  left: 0;
  top: 8px;
}

.title07 {
  position: relative;
  padding-left: 40px;
  color: #6eb92c;
  font-size: 20px;
  margin-bottom: 10px;
}
.title07:before {
  content: "";
  width: 30px;
  height: 1px;
  background: #e2e2e2;
  position: absolute;
  left: 0;
  top: 15px;
}

.title08 {
  font-size: 45px;
  font-weight: bold;
  line-height: 130% !important;
}
@media (max-width: 768px) {
  .title08 {
    font-size: 35px;
  }
}

/* 連結 */
.link01 {
  display: block;
}
.link01 a {
  color: #6eb92c !important;
  padding-right: 20px;
  margin-top: 20px;
  display: inline-block;
  background: url(../images/ui/arrow-green.svg) no-repeat 97% center;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.link01 a:hover {
  opacity: 0.8;
  background: url(../images/ui/arrow-green.svg) no-repeat 100% center;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.link02 {
  display: block;
}
.link02 a {
  text-decoration: none;
  padding-left: 30px;
  margin-top: 20px;
  display: inline-block;
  background: url(../images/ui/location.svg) no-repeat left center;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

/* 按鈕 */
.btn01 {
  padding: 20px 30px 20px 15px;
  text-align: center;
  width: 200px;
  color: #fff !important;
  border-radius: 30px;
  display: inline-block;
  margin-top: 30px;
  background: url(../images/ui/arrow.svg) no-repeat 75% center #6eb92c;
  border: 1px solid #6eb92c;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.btn01:hover {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  background: url(../images/ui/arrow-green.svg) no-repeat 77% center #fff;
  color: #6eb92c !important;
}

.btn02 {
  padding: 20px 30px 20px 15px;
  text-align: center;
  width: 200px;
  color: #6eb92c !important;
  border-radius: 30px;
  display: inline-block;
  margin-top: 30px;
  background: url(../images/ui/arrow-green.svg) no-repeat 75% center #fff;
  border: 1px solid #fff;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.btn02:hover {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  background: url(../images/ui/arrow.svg) no-repeat 77% center #6eb92c;
  color: #fff !important;
  border: 1px solid #6eb92c;
}

/* 圖片 */
.pic01 {
  display: block;
}
.pic01 img {
  padding: 5px;
  border: 1px solid #ddd;
}

.pic02 {
  display: block;
}
.pic02 img {
  -moz-box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.15);
}

.pic03 {
  display: block;
}
.pic03 img {
  border-radius: 5px;
}

/* 條列 */
ul.list01 {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.list01 li {
  list-style: none;
  margin-left: 0px !important;
  margin-bottom: 5px;
  padding-left: 25px;
  line-height: 180%;
  position: relative;
}
ul.list01 li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  height: 1px;
  width: 15px;
  background: #bebebe;
  border-radius: 50%;
  display: inline-block;
}

ul.list02 {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.list02 li {
  list-style: none;
  margin-left: 0px !important;
  margin-bottom: 15px;
  padding-left: 20px;
  line-height: 180%;
  position: relative;
}
ul.list02 li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  height: 7px;
  width: 7px;
  background: #6eb92c;
  border-radius: 50%;
  display: inline-block;
}

ul.list03 {
  display: block;
  margin: 0;
}
ul.list03 li {
  list-style-type: none;
  background: url(../images/ui/list03-bg.svg) no-repeat 0px 10px;
  padding: 10px 0 5px 30px;
  display: block;
  margin-left: 0 !important;
  margin-bottom: 5px;
  line-height: 150%;
}

/* 表格 */
.table01 {
  width: 100%;
}
.table01 td {
  padding: 15px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .table01 td {
    display: block;
    width: 100% !important;
  }
}
.table01 td img {
  border-radius: 50%;
}
@media (max-width: 768px) {
  .table01 td img {
    max-width: 50%;
  }
}
.table01 td:first-child {
  vertical-align: middle;
  text-align: center;
}
.table01 td:last-child {
  line-height: 150%;
}
.table01 td:last-child .table-title {
  padding-bottom: 15px;
}
.table01 td:last-child .quotation {
  padding: 50px;
  background: url(../images/ui/quotation-left.svg) no-repeat left top, url(../images/ui/quotation-right.svg) no-repeat right bottom;
}
@media (max-width: 768px) {
  .table01 td:last-child .quotation {
    padding: 30px;
    background-size: 30px;
  }
}

.table02 td {
  padding: 10px;
}
@media (max-width: 768px) {
  .table02 td {
    display: block;
  }
}

.table-rwd {
  width: calc(100% + 30px);
  margin-left: -15px;
}
@media (max-width: 768px) {
  .table-rwd {
    width: 100%;
    margin-left: 0;
  }
}
.table-rwd td {
  padding: 15px;
  vertical-align: top;
}
@media (max-width: 768px) {
  .table-rwd td {
    display: block;
    width: 100% !important;
  }
}

.table-rwd-reverse {
  width: calc(100% + 30px);
  margin-left: -15px;
}
@media (max-width: 768px) {
  .table-rwd-reverse {
    width: 100%;
    margin-left: 0;
  }
}
.table-rwd-reverse td {
  padding: 15px;
  vertical-align: top;
}
@media (max-width: 768px) {
  .table-rwd-reverse td {
    display: block;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .table-rwd-reverse tr {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* 分隔線 */
hr {
  border-top: 1px solid #ddd;
}

.videorwd {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videorwd iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* No-display */
.no_display {
  display: none;
}

.contact-form .form-row > .col, .contact-form .form-row > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}
.contact-form .form-row {
  margin-right: -15px;
  margin-left: -15px;
}
.contact-form input {
  height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
.contact-form input.rsform-submit-button {
  background: transparent;
  border: 1px solid #fff;
  width: 200px;
  padding: 10px 20px;
  height: 60px;
  display: block;
  margin: 0 auto;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.contact-form input.rsform-submit-button:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #6EB92C;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.contact-form .control-label {
  margin-bottom: 10px;
}
.contact-form select {
  width: 100%;
}
.contact-form textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 100%;
  border: none;
  min-height: 475px;
}
.contact-form .formRequired {
  color: red;
}
.contact-form .form-group {
  margin-bottom: 30px;
}

.rsseo-sitemap-menu .rsseo_title {
  display: none;
}
.rsseo-sitemap-menu ul li a {
  display: inline-block;
  color: #6EB92C;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
  list-style-type: none;
  line-height: 140%;
}
.rsseo-sitemap-menu ul li a:hover {
  opacity: 0.7;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.rsseo-sitemap-menu ul li .rsseo_links_small {
  margin-bottom: 20px;
  margin-left: 20px;
}
.rsseo-sitemap-menu ul li .rsseo_links_small li a {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.rsseo-sitemap-menu ul li .rsseo_links_small .rsseo_links_small li a {
  font-size: 16px;
  color: #333;
  font-weight: normal;
}

.pagination {
  margin-top: 80px;
  text-align: center;
  display: block;
}
.pagination a:hover {
  text-align: none;
}
.pagination ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
.pagination li {
  display: inline;
  text-align: left;
  margin: 0 10px;
}
@media (max-width: 1200px) {
  .pagination li {
    margin: 0;
  }
}

.paging_start a {
  background: url(../images/ui/start1.svg) no-repeat center center;
}
.paging_start a:hover {
  background: url(../images/ui/start2.svg) no-repeat center center;
}
@media (max-width: 768px) {
  .paging_start a {
    background: url(../images/ui/start2_m.svg) no-repeat center center;
  }
}

.paging_prev a {
  background: url(../images/ui/prev1.svg) no-repeat center center;
}
.paging_prev a:hover {
  background: url(../images/ui/prev2.svg) no-repeat center center;
}
@media (max-width: 768px) {
  .paging_prev a {
    background: url(../images/ui/prev2_m.svg) no-repeat center center;
  }
}

.paging_next a {
  background: url(../images/ui/next1.svg) no-repeat center center;
}
.paging_next a:hover {
  background: url(../images/ui/next2.svg) no-repeat center center;
}
@media (max-width: 768px) {
  .paging_next a {
    background: url(../images/ui/next2_m.svg) no-repeat center center;
  }
}

.paging_end a {
  background: url(../images/ui/end1.svg) no-repeat center center;
}
.paging_end a:hover {
  background: url(../images/ui/end2.svg) no-repeat center center;
}
@media (max-width: 768px) {
  .paging_end a {
    background: url(../images/ui/end2_m.svg) no-repeat center center;
  }
}

.paging_start span,
.paging_prev span,
.paging_next span,
.paging_end span {
  display: none;
}
.paging_start a,
.paging_prev a,
.paging_next a,
.paging_end a {
  padding: 15px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .paging_item {
    display: none;
  }
}
.paging_item li a {
  text-decoration: none;
}
.paging_item li a span {
  color: #333;
  border: none;
  text-decoration: none;
  background: #eee;
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.paging_item li a span:hover {
  background: #333;
  color: #fff;
}
.paging_item li span {
  text-decoration: none;
  background: #333;
  color: #fff;
  font-size: 13px;
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.pagination li.pagination_start span.pagenav, .pagination li.pagination_next span.pagenav, .pagination li.pagination_end span.pagenav, .pagination li.pagination_prev span.pagenav {
  border: none;
}

.search {
  line-height: 180%;
  margin-top: 100px;
}
.search .btn-toolbar {
  justify-content: center;
  margin-bottom: 70px;
}
.search .btn-toolbar input {
  margin-right: 15px;
  width: 550px;
  padding: 5px;
  border: 1px solid #ddd;
}
@media (max-width: 768px) {
  .search .btn-toolbar input {
    width: 100%;
  }
}
.search button {
  background: #6EB92C;
  border-radius: 0;
  color: #fff;
  padding: 5px 30px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.search button:hover {
  background: #999;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.search form {
  margin-bottom: 20px;
}
.search .result-title a {
  color: #6EB92C;
  font-weight: bold;
  font-size: 18px;
}
.search .result-title a:hover {
  color: #666;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.search .result-text {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}
.search .result-text:last-child {
  border: 0;
}

.header-mobile {
  background: #fff;
  height: 50px;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}
.header-mobile .logo {
  background: url("../images/ui/logo.svg") no-repeat;
  top: 15px;
  left: 15px;
  width: 150px;
  background-size: 150px;
}
.header-mobile .logo a {
  height: 50px;
}

.mobilenav {
  overflow-y: scroll;
  height: 100%;
  position: fixed;
  width: 100%;
  left: 0;
  margin-top: 0;
  top: 0px;
  background-color: white;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -o-transition: all .7s ease;
  -ms-transition: all .7s ease;
  transition: all .7s ease;
}
.mobilenav h3 {
  color: #555;
}
.mobilenav .nav li a {
  color: #333;
  font-size: 20px;
}
.mobilenav.open {
  top: 0px;
  z-index: 200;
  opacity: 1;
  visibility: visible;
}
.mobilenav .m-menu {
  padding: 20px;
  margin-top: 50px;
}
.mobilenav .m-menu ul li {
  border-bottom: 1px solid #ddd;
  margin-left: 0;
  padding-left: 0px;
}
.mobilenav .m-menu ul li:last-child {
  border-bottom: none;
}
.mobilenav .m-menu ul li a {
  color: #333;
  padding: 20px;
}
.mobilenav .m-menu ul li a:hover {
  color: #333;
}
.mobilenav .m-menu ul li .holder {
  width: 35px;
  height: 30px;
  position: absolute;
  top: 0%;
  right: 0;
  z-index: 99;
  margin-top: 10px;
  cursor: pointer;
}
.mobilenav .m-menu ul li .holder:after, .mobilenav .m-menu ul li .holder:before {
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mobilenav .m-menu ul li .holder:before {
  border-top: 1px solid #333;
  border-left: 1px solid #333;
}
.mobilenav .m-menu ul li.open .holder:after, .mobilenav .m-menu ul li.open .holder:before {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mobilenav .m-menu ul li.open li .holder:after, .mobilenav .m-menu ul li.open li .holder:before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mobilenav .m-menu ul li.open li.open .holder:after, .mobilenav .m-menu ul li.open li.open .holder:before {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mobilenav .m-menu ul li > ul {
  margin-bottom: 15px;
}
.mobilenav .m-menu ul li > ul > li {
  border: none;
  padding-left: 20px;
}
.mobilenav .m-menu ul li > ul > li a {
  font-size: 16px;
  color: #333;
  padding: 10px 0 10px 15px;
  position: relative;
}
.mobilenav .m-menu ul li > ul > li a:before {
  content: "–";
  position: absolute;
  left: 0px;
}

.menu-btn {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 99;
  position: fixed;
  width: 25px;
  height: 25px;
  top: 12px;
  right: 20px;
}

.line-1,
.line-2,
.line-3 {
  border-top: 2px solid #6EB92C;
  display: block;
  transition: margin 0.5s, transform 0.5s;
  width: 25px;
}

.line-2 {
  margin: 5px 0;
}

.line .line-1 {
  transform: rotate(45deg);
  margin: 0;
}

.line .line-3 {
  transform: rotate(-45deg);
  margin: 0;
}

.line .line-2 {
  margin: -2px 0;
  opacity: 0;
}

#left-wrap {
  display: none;
}

.left-title {
  background: #999999;
  padding: 15px;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 80px 15px 0 15px;
}

.mobileleft {
  width: 100%;
  margin: 0 15px;
}

.m-left {
  background: #EEEEEE;
}
.m-left .module-header {
  display: none;
}
.m-left ul li {
  border-bottom: 1px solid #ccc !important;
}
.m-left ul li:last-child {
  border: 0 !important;
}
.m-left ul li ul li {
  border: 0 !important;
}
.m-left ul li ul li.active a {
  color: #fff;
  background: rgba(236, 0, 0, 0.5);
}
.m-left ul li ul li a:hover {
  color: #fff;
  background: rgba(236, 0, 0, 0.5);
}

.left-menu-btn {
  cursor: pointer;
  background: url("../images/ui/mobile/btn-hamburger.svg") no-repeat center;
  height: 30px;
  width: 30px;
  display: inline;
  z-index: 99;
  position: fixed;
  top: 10px;
  right: 10px;
}
.left-menu-btn.close-btn {
  background: url("../images/ui/mobile/btn-close.svg") no-repeat center;
}

.left-menu-btn {
  position: absolute;
}

.left-title {
  position: relative;
}

/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
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,
b, 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: Noto Sans TC;
  src: url(../fonts/NotoSansTC-Regular.woff);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Noto Sans TC;
  src: url(../fonts/NotoSansTC-Bold.woff);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Noto Sans;
  src: url(../fonts/NotoSans-Light.woff);
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Noto Sans;
  src: url(../fonts/NotoSans-Bold.woff);
  font-weight: 700;
  font-display: swap;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background: none;
}
.nav > li.active > a,
.nav > li.active > a:hover,
.nav > li.active > a:focus {
  background: none;
}

.nav > li > a {
  color: #000;
  display: inline-block;
}

.row-no-padding {
  margin-left: 0;
  margin-right: 0;
}
.row-no-padding > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

a[href]:after {
  content: "";
}

.navbar {
  margin-bottom: 0;
  border-radius: 0;
}

a {
  color: #333;
}
a:focus, a:hover, a:active {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover, a:link, a:visited {
  color: #333;
}

.breadcrumb {
  background: none;
  padding: 15px 0;
  margin: 0;
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb > li + li:before {
  content: none;
  padding: 0;
}
.breadcrumb > li > span {
  padding: 0;
}
.breadcrumb li .divider {
  padding: 0 10px;
}
.breadcrumb li .divider:first-child {
  padding: 0;
}

label {
  font-weight: normal;
}

.pager li > a,
.pager li > span {
  border-radius: 0;
}
.pager li a:hover {
  border: 1px solid #ccc;
  background: #fff;
}

.card {
  background: none;
  border: none;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}

body {
  font-family: "Noto Sans TC", Noto Sans, Arial, Helvetica, sans-serif;
  background: #fff;
  overflow-x: hidden;
}
@media (max-width: 992px) {
  body {
    margin-top: 50px;
    /* 因fixed navbar需padding */
  }
}

h1 .site-title,
h2 .site-title,
h3 .site-title,
h4 .site-title,
h5 .site-title,
h6 .site-title {
  font-weight: 300;
  color: #000;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.btn-primary {
  background: #bbb;
  border: none;
}
.btn-primary:hover {
  background: #aaa;
}

#header {
  padding: 0;
}

.header {
  position: relative;
  height: 125px;
  z-index: 99;
}

.logo {
  width: 171px;
  height: 29px;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0px;
  top: 60px;
  background: url(../images/ui/logo.svg) no-repeat;
  z-index: 999;
}
.logo a {
  display: block;
  height: 65px;
}
.logo a span {
  position: absolute;
  top: -1000px;
  z-index: 999;
}

.mainmenu {
  position: absolute;
  right: 0;
  top: 60px;
  font-size: 16px;
  letter-spacing: 3px;
}
.mainmenu .nav > li {
  padding: 0 0 20px 0;
}
.mainmenu .nav > li:last-child a {
  margin-right: 0;
}
.mainmenu .nav > li > a {
  padding: 10px 0;
  margin: 0 30px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mainmenu .nav > li > a:hover {
  color: #000;
  transform: translateY(-10px);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

/*主選單下拉選單(沒有下拉選單可刪掉) */
.mainmenu ul li {
  position: relative;
}
.mainmenu ul li:hover ul {
  visibility: visible;
  opacity: 1;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mainmenu ul li ul {
  padding: 35px 0 15px 0;
  z-index: 99;
  margin: 15px 0 0 0px;
  left: -30%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  min-width: 245px;
  background: #3f3f3f;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mainmenu ul li ul li {
  display: block;
  padding: 0;
}
.mainmenu ul li ul li.active a, .mainmenu ul li ul li.active:hover a {
  color: #6eb92c;
}
.mainmenu ul li ul li a {
  display: block;
  padding: 0px 20px 20px 20px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  line-height: 130%;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mainmenu ul li ul li a:hover {
  color: #6eb92c;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mainmenu ul li ul li a:after, .mainmenu ul li ul li a:before {
  content: none;
}

nav.mainmenu a {
  position: relative;
  display: inline-block;
  outline: none;
  text-decoration: none;
}
nav a:hover, nav a:focus {
  outline: none;
}

/* Effect 13: three circles */
.cl-effect-13 a {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.cl-effect-13 a::before {
  position: absolute;
  top: 100%;
  left: 50%;
  color: transparent;
  content: "●";
  text-shadow: 0 0 transparent;
  font-size: 15px;
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  -moz-transition: text-shadow 0.3s, color 0.3s;
  transition: text-shadow 0.3s, color 0.3s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}

.cl-effect-13 a:hover::before,
.cl-effect-13 a:focus::before {
  color: #6eb92c;
  text-shadow: 15px 0 #6eb92c, -15px 0 #6eb92c;
}

.cl-effect-13 a:hover,
.cl-effect-13 a:focus {
  color: #6eb92c;
}

.language-btn {
  position: absolute;
  right: 0px;
  top: 25px;
  z-index: 99;
}

.language-btn-m {
  position: absolute;
  right: 60px;
  top: 15px;
}

.langChoose {
  background: url(../images/ui/language.svg) no-repeat !important;
  margin: 0 !important;
  padding: 0 !important;
  text-indent: -999px;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.lang-block {
  padding: 10px 20px 10px 20px !important;
  background: #eee !important;
  left: -40px !important;
  position: absolute;
  z-index: 100;
}
.lang-block li {
  padding: 5px 0;
  width: 65px;
}
.lang-block li a {
  color: #555;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.lang-block li a:hover {
  opacity: 0.8;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.langList {
  width: 20px;
  height: 20px;
}

.trangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #eee transparent;
  margin-left: 2px;
  margin-top: 10px;
}

.search-btn {
  position: absolute;
  right: 30px;
  top: 25px;
}

.search-btn-m {
  position: absolute;
  right: 90px;
  top: 15px;
}

.submenu {
  padding-top: 50px;
}
.submenu li {
  float: none;
  display: inline-block;
  /*ie7 fix*/
  zoom: 1;
  /* hasLayout ie7 trigger */
  vertical-align: top;
}
.submenu h3 {
  font-size: 50px;
  border: none;
}
.submenu .nav {
  justify-content: center;
}
.submenu .nav > li {
  padding: 0 20px;
  margin-bottom: 30px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .submenu .nav > li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.submenu .nav > li a {
  background-color: #f1f1f1;
  color: #000;
  border-radius: 50px;
  padding: 20px 55px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 768px) {
  .submenu .nav > li a {
    padding: 13px 30px;
  }
}
.submenu .nav > li.active > a, .submenu .nav > li:hover > a {
  background-color: #6eb92c;
  color: #fff;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.submenu .nav > li:last-child {
  margin: 0;
}

.submenu:has(~ .custom-page) {
  display: none;
}

.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  line-height: 150%;
}
.banner p {
  line-height: 150%;
}
.banner .wrap {
  position: absolute;
  width: 70%;
}
@media (max-width: 1024px) {
  .banner .wrap {
    width: 90%;
  }
}
.banner .wrap .title {
  font-size: 45px;
  font-weight: bold;
  line-height: 130%;
  padding-bottom: 15px;
  padding-top: 5px;
  letter-spacing: 3px;
}
.banner img {
  filter: brightness(0.8);
}
@media (max-width: 1024px) {
  .banner img {
    max-width: none;
  }
}

.fullblock h3 {
  text-align: center;
  border: none;
  font-size: 50px;
  padding: 40px 0 30px 0;
  font-family: "Noto Sans TC", Noto Sans, Arial, Helvetica, sans-serif;
}

.slider {
  position: relative;
  overflow: hidden;
  background: url(../images/ui/slider-line-bg.svg) no-repeat left top;
}
@media (max-width: 768px) {
  .slider {
    height: 600px;
  }
}
@media (min-width: 768px) {
  .slider {
    height: 600px;
  }
}
@media (min-width: 992px) {
  .slider {
    height: 400px;
  }
}
@media (min-width: 1400px) {
  .slider {
    height: 650px;
  }
}
.slider .slider-line {
  position: absolute;
  right: 0;
  bottom: 0;
}
.slider .slider-line img {
  max-width: 100%;
}
.slider #particles-js {
  transform: translateX(40%);
}
@media (max-width: 768px) {
  .slider #particles-js {
    transform: translate(60%, 40%);
  }
}
.slider #particles-js .particles-js-canvas-el {
  margin-top: -15px;
}
.slider .title-wrap {
  position: absolute;
  z-index: 9;
  top: 40%;
  left: 10%;
}
@media (max-width: 768px) {
  .slider .title-wrap {
    top: 20%;
    left: 5%;
    right: 5%;
  }
}
@media (min-width: 768px) {
  .slider .title-wrap {
    top: 20%;
    left: 5%;
    right: 5%;
  }
}
@media (min-width: 992px) {
  .slider .title-wrap {
    top: 30%;
    left: 5%;
    right: 5%;
  }
}
@media (min-width: 1200px) {
  .slider .title-wrap {
    top: 20%;
    left: 5%;
    right: auto;
  }
}
@media (min-width: 1400px) {
  .slider .title-wrap {
    top: 30%;
    left: 10%;
    right: auto;
  }
}
.slider .title-wrap .title {
  font-size: 80px;
  font-weight: 300;
  line-height: 120%;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .slider .title-wrap .title {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .slider .title-wrap .title {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .slider .title-wrap .title {
    font-size: 50px;
  }
}
@media (min-width: 1400px) {
  .slider .title-wrap .title {
    font-size: 60px;
  }
}
@media (min-width: 1600px) {
  .slider .title-wrap .title {
    font-size: 80px;
  }
}
.slider .title-wrap .intro {
  font-size: 20px;
  width: 50%;
  line-height: 150%;
}
@media (max-width: 768px) {
  .slider .title-wrap .intro {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .slider .title-wrap .intro {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .slider .title-wrap .intro {
    width: 50%;
  }
}
.slider .title-wrap a {
  padding: 20px 30px 20px 15px;
  text-align: center;
  width: 200px;
  color: #fff;
  border-radius: 30px;
  display: inline-block;
  margin-top: 50px;
  background: url(../images/ui/arrow.svg) no-repeat 75% center #6eb92c;
  border: 1px solid #6eb92c;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.slider .title-wrap a:hover {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  background: url(../images/ui/arrow-green.svg) no-repeat 77% center #fff;
  color: #6eb92c;
}

.home-num {
  padding: 50px 0;
}
.home-num table tr {
  display: flex;
}
@media (max-width: 768px) {
  .home-num table tr {
    display: block;
  }
}
.home-num table tr td {
  font-size: 80px;
  color: #6eb92c;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 768px) {
  .home-num table tr td {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .home-num table tr td {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .home-num table tr td {
    font-size: 60px;
  }
}
@media (min-width: 1400px) {
  .home-num table tr td {
    font-size: 60px;
  }
}
.home-num table tr td .counter-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.home-num table tr td p {
  font-size: 22px;
  color: #000;
  font-weight: normal;
}

@media (max-width: 1200px) {
  .home-service {
    display: flex;
    flex-direction: column-reverse;
  }
}
.home-service .block {
  display: flex;
  align-items: center;
  color: #fff;
}
.home-service .block .row {
  width: 100%;
}
.home-service .block .wrap {
  padding: 5% 10%;
}
.home-service .block .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 130%;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.home-service .block .sub-title {
  line-height: 160%;
}
.home-service .block01 {
  background: url(../images/ui/home-service01.jpg) no-repeat center top;
  height: 680px;
}
.home-service .block01 .wrap {
  position: relative;
  z-index: 99;
}
.home-service .block02 {
  background: url(../images/ui/home-service02.png) no-repeat left top;
  height: 554px;
  transform: translateY(-80%);
}
@media (max-width: 1200px) {
  .home-service .block02 {
    transform: translateY(0%);
    background: url(../images/ui/home-service02.png) no-repeat left top #6eb92c;
  }
}
@media (min-width: 1200px) {
  .home-service .block02 {
    background: url(../images/ui/home-service02.png) no-repeat -400px top;
  }
}
@media (min-width: 1400px) {
  .home-service .block02 {
    background: url(../images/ui/home-service02.png) no-repeat -200px top;
  }
}
@media (min-width: 1800px) {
  .home-service .block02 {
    background: url(../images/ui/home-service02.png) no-repeat left top;
  }
}
.home-service .block02 .btn01 {
  border: 1px solid #fff;
}

.home-service2 {
  color: #000;
  margin-top: -20%;
}
@media (max-width: 1200px) {
  .home-service2 {
    margin-top: 10%;
    margin-bottom: 10%;
  }
}
@media (min-width: 1201px) {
  .home-service2 {
    margin-top: -25%;
    margin-bottom: 5%;
  }
}
@media (min-width: 1400px) {
  .home-service2 {
    margin-top: -20%;
    margin-bottom: 0%;
  }
}
.home-service2 .title {
  font-size: 40px;
  font-weight: bold;
  line-height: 130%;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .home-service2 .title {
    font-size: 30px;
  }
}
.home-service2 img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .home-service2 img {
    margin-top: 20px;
  }
}

.home-app {
  background: #f5f5f5;
  padding: 80px 0 100px 0;
}
.home-app table td {
  text-align: center;
  line-height: 160%;
  padding-bottom: 40px;
}

.home-news {
  background: url(../images/ui/home-news-bg.jpg) no-repeat left bottom #555;
  color: #fff;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .home-news {
    padding: 80px 0;
  }
}
.home-news .container {
  max-width: 90%;
}
.home-news .catgorydesc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 150%;
}
@media (max-width: 768px) {
  .home-news .catgorydesc {
    margin-bottom: 50px;
  }
}
.home-news img {
  max-width: 100%;
}
.home-news .item:hover .title {
  color: #6eb92c;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-news .item:hover img {
  opacity: 0.8;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-news .item img {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-news .item .date {
  font-style: italic;
  color: rgba(255, 255, 255, 0.6);
  padding: 20px 0 10px 0;
}
.home-news .item .title {
  color: #d5db39;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 130%;
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-news .item .intro {
  color: #fff;
  line-height: 150%;
  height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.home-news .owl-theme .owl-nav {
  margin-top: 30px;
}
.home-news .owl-theme .owl-dots .owl-dot span {
  width: 55px;
  height: 5px;
  border-radius: 0;
  background: #e3e3e3;
}
.home-news .owl-theme .owl-dots .owl-dot span:hover {
  background: #b4b4b4;
}
.home-news .owl-theme .owl-dots .owl-dot.active span,
.home-news .owl-theme .owl-dots .owl-dot:hover span {
  background: #b4b4b4;
}

.home-contact {
  background: url(../images/ui/home-contact-bg.svg) no-repeat top right;
  padding: 50px 0;
  color: #fff;
}
@media (max-width: 1024px) {
  .home-contact {
    background: url(../images/ui/home-contact-bg.svg) no-repeat top left #6eb92c;
    padding: 100px 0 50px 0;
  }
}
.home-contact .title01 {
  color: rgba(255, 255, 255, 0.6);
}
.home-contact .btn02:hover {
  border: 1px solid #fff;
}
.home-contact table td {
  vertical-align: middle;
}
.home-contact table td p {
  line-height: 160%;
}

.home-collaborate {
  padding: 80px 0;
}
.home-collaborate img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .home-collaborate img {
    max-width: 80%;
  }
}

.contact-info {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 20px 0;
  font-size: 15px;
}
.contact-info .fa {
  color: #aaa;
  font-size: 16px;
  padding-right: 5px;
}

.breadcrumbs-wrap {
  background: #e6e6e6;
  margin-top: 40px;
}
.breadcrumbs-wrap a {
  color: #999;
}

.breadcrumbs > .active {
  color: #000;
}

footer {
  background: #3f3f3f;
  color: #fff;
  padding: 80px 0 0 0;
}
footer p {
  line-height: 140%;
}
footer a {
  color: #fff;
}
footer .bbox a {
  color: #fff;
}
footer .bbox .module-header {
  color: #6eb92c;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
footer .bbox ul {
  display: block;
}
footer .bbox li {
  display: block;
  margin-bottom: 20px;
  line-height: 150%;
}

.footnav {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 15px 0;
}
.footnav ul {
  justify-content: center;
}
.footnav ul li {
  padding: 0 10px;
  border-right: 1px solid #fff;
}
.footnav ul li:last-child {
  border: none;
}
.footnav ul li a {
  color: #fff;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.footnav ul li a:hover {
  opacity: 0.8;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.copyright {
  text-align: center;
  padding: 15px 0;
  line-height: 150%;
}

#content {
  min-height: 400px;
  padding: 0px 0px 60px 0px;
  margin-bottom: 50px;
}

.content-bottom .module {
  border-top: 1px solid #333;
}

.blog .cate-desc {
  background: #f5f5f5;
  margin-top: -10px;
  padding: 50px 0;
  margin-bottom: 100px;
}

.custom-page .title {
  display: flex;
  align-items: center;
  padding: 50px 0;
  height: 230px;
  background: url(../images/ui/title-bg.jpg) no-repeat right top;
  color: #fff;
  font-size: 35px;
  margin-bottom: 50px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .custom-page .title {
    font-size: 25px;
  }
}

.item-page {
  font-size: 16px;
}
.item-page h2 {
  line-height: 150%;
  font-size: 25px;
}
.item-page .date {
  color: #666;
  font-style: italic;
  margin-bottom: 30px;
  text-align: right;
}
.item-page sup {
  font-size: 14px;
  top: -10px;
}
.item-page sub {
  font-size: 14px;
  bottom: -3px;
}
.item-page a {
  color: #6eb92c;
  line-height: 120%;
}
.item-page a:hover {
  color: #000;
}

.articleBody p {
  line-height: 180%;
}
.articleBody img {
  max-width: 100%;
  height: auto;
}
.articleBody ul {
  list-style: disc;
}
.articleBody ul li {
  margin-left: 40px;
}
.articleBody ol {
  list-style: decimal;
}
.articleBody ol li {
  margin-left: 40px;
}

.show-tags {
  border-top: 1px solid #d3d3d3;
  padding-top: 20px;
  margin-top: 50px;
}
.show-tags ul {
  display: inline-block;
  margin-top: 20px;
}
.show-tags ul li {
  margin-left: 0;
  margin-right: 20px;
  display: inline-block;
}
.show-tags ul li a {
  border: 1px solid #6eb92c;
  color: #6eb92c;
  padding: 12px 30px 10px 30px;
  border-radius: 25px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.show-tags ul li a:hover {
  border: 1px solid #6eb92c;
  color: #fff;
  background: #6eb92c;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.tag-category {
  padding-top: 50px;
}
.tag-category h1 {
  border-left: 6px solid #6eb92c;
  padding-left: 20px;
  margin-bottom: 50px;
  font-size: 30px;
  color: #000;
  font-weight: bold;
  line-height: 150% !important;
}
.tag-category h1:before {
  content: "標籤：";
}
.tag-category .table-bordered {
  border: none;
}
.tag-category .table-bordered td {
  border-right: 0;
  border-left: 0;
  padding: 0;
}
.tag-category .table-bordered td a {
  padding: 30px 20px;
  width: 100%;
  display: block;
}

h3.page-header,
.submenu h3.module-header {
  font-size: 50px;
  border: none;
  font-family: "Noto Sans TC", Noto Sans, Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #000;
  text-transform: uppercase;
  margin: 40px 0 20px;
}

.content-links {
  display: none;
}

/*客製樣式有layout或是module的樣式請寫下面*/
.kkcontent-blog-wrap .kkcontent-blog-item {
  align-items: center;
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  .kkcontent-blog-wrap .kkcontent-blog-item {
    margin-bottom: 50px;
  }
}
.kkcontent-blog-wrap .kkcontent-blog-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .kkcontent-blog-wrap .kkcontent-blog-item:nth-child(even) {
    flex-direction: row;
  }
}
.kkcontent-blog-wrap .kkcontent-blog-item:nth-child(even) img {
  border-radius: 30px 30px 30px 0px;
}
@media (max-width: 768px) {
  .kkcontent-blog-wrap .kkcontent-blog-item:nth-child(even) img {
    border-radius: 30px 30px 0px 30px;
  }
}
.kkcontent-blog-wrap .kkcontent-blog-item img {
  max-width: 100%;
  height: auto;
  border-radius: 30px 30px 0px 30px;
}
@media (max-width: 768px) {
  .kkcontent-blog-wrap .kkcontent-blog-item img {
    margin-bottom: 30px;
  }
}
.kkcontent-blog-wrap .kkcontent-blog-item .title {
  font-size: 22px;
  color: #000;
  line-height: 140%;
  margin-bottom: 10px;
  font-weight: bold;
}
.kkcontent-blog-wrap .kkcontent-blog-item .intro {
  color: #535353;
  line-height: 150%;
}

.kkcontent-card-wrap {
  margin-top: 50px;
}
.kkcontent-card-wrap .kkcontent-card-item .item-wrap {
  margin-bottom: 50px;
  overflow: hidden;
}
.kkcontent-card-wrap .kkcontent-card-item .item-wrap:hover .more {
  background: url(../images/ui/arrow-green.svg) no-repeat 100% center;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.kkcontent-card-wrap .kkcontent-card-item .item-wrap:hover img {
  opacity: 0.8;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.kkcontent-card-wrap .kkcontent-card-item img {
  max-width: 100%;
  height: auto;
  border-radius: 40px 0px 0px 0px;
  border-bottom: 4px solid #6eb92c;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.kkcontent-card-wrap .kkcontent-card-item .wrap {
  background: #f5f5f5;
  padding: 30px;
  margin-top: -5px;
}
.kkcontent-card-wrap .kkcontent-card-item .date {
  color: #666666;
  font-style: italic;
}
.kkcontent-card-wrap .kkcontent-card-item .title {
  font-weight: bold;
  font-size: 22px;
  padding: 10px 0;
  line-height: 130%;
}
.kkcontent-card-wrap .kkcontent-card-item .intro {
  line-height: 150%;
  height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.kkcontent-card-wrap .kkcontent-card-item .more {
  color: #6eb92c;
  padding-right: 25px;
  display: block;
  text-align: right;
  background: url(../images/ui/arrow-green.svg) no-repeat 98% center;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.about {
  margin-bottom: -110px;
}
.about .block01 {
  background: url(../images/ui/about01-bg.png) no-repeat center -50%;
}
@media (min-width: 992px) {
  .about .block01 {
    padding-bottom: 50px;
  }
}
@media (min-width: 1600px) {
  .about .block01 {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .about .block01 table tr {
    display: flex;
    flex-direction: column-reverse;
  }
}
.about .block01 table td {
  padding: 0;
}
.about .block01 table td:first-child {
  padding-left: 16.5%;
}
@media (max-width: 768px) {
  .about .block01 table td:first-child {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .about .block01 table td:first-child {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .about .block01 table td:first-child {
    padding-left: 10%;
  }
}
.about .block02 {
  background: #f7f7f7;
  margin-top: -50px;
  margin-bottom: 80px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .about .block02 {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .about .block02 {
    margin-top: 0px;
  }
}
@media (min-width: 1600px) {
  .about .block02 {
    margin-top: -50px;
  }
}
.about .block02 table td {
  padding: 0;
}
@media (max-width: 768px) {
  .about .block02 table td {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .about .block02 table td:last-child .col-12 p {
    text-align: center;
  }
}
.about .consultant-tab li {
  margin-left: 0 !important;
  list-style: none;
}
@media (max-width: 768px) {
  .about .consultant-tab li {
    margin-bottom: 20px;
  }
}
.about .consultant-tab li .wrap {
  background: url(../images/ui/single-arrow-green.svg) no-repeat center right;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 768px) {
  .about .consultant-tab li .wrap {
    background-size: 30px;
  }
}
.about .consultant-tab li .title {
  font-size: 25px;
  font-weight: bold;
  padding: 5px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.about .consultant-tab li .intro {
  color: #a5a5a5;
  padding: 5px;
  padding-bottom: 0;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.about .consultant-tab li img {
  filter: brightness(0.7);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.about .consultant-tab li .show .title,
.about .consultant-tab li .active .title {
  color: #6eb92c;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.about .consultant-tab li .show .intro,
.about .consultant-tab li .active .intro {
  color: #000;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.about .consultant-tab li .show .wrap,
.about .consultant-tab li .active .wrap {
  background: url(../images/ui/open-arrow.svg) no-repeat center right;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 768px) {
  .about .consultant-tab li .show .wrap,
  .about .consultant-tab li .active .wrap {
    background-size: 30px;
  }
}
.about .consultant-tab li .show img,
.about .consultant-tab li .active img {
  filter: brightness(1);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.about .tab-content {
  background: #f7f7f7;
  padding: 5%;
  border-radius: 30px;
  margin: 30px 0 80px 0;
}
.about .block03 {
  color: #fff;
  background: url(../images/ui/about03.svg) no-repeat left bottom #3f3f3f;
  padding: 100px 0 100px 0;
}
@media (max-width: 768px) {
  .about .block03 {
    background-size: 400px;
  }
}
@media (max-width: 768px) {
  .about .block03 .title03 {
    padding-bottom: 0px;
  }
}
.about .block03 .column-3 {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .about .block03 .column-3 {
    margin-left: -15px;
  }
}
.about .block03 .column-3 .title02 {
  font-size: 25px;
}
.about .block03 .column-3 tr {
  display: flex;
}
@media (max-width: 768px) {
  .about .block03 .column-3 tr {
    display: block;
  }
}
.about .block03 .column-3 tr td {
  padding: 0px 30px 20px 30px;
  border: 1px solid #cccccc;
  border-radius: 30px;
  margin: 0 15px;
}
@media (max-width: 768px) {
  .about .block03 .column-3 tr td {
    margin-bottom: 15px;
  }
}
.about .block04 {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .about .block04 {
    padding: 50px 0;
  }
}

.dkabio {
  margin-bottom: -110px;
}
.dkabio .block {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .dkabio .block {
    padding: 60px 0;
  }
}
.dkabio .block .btn01 {
  width: 350px;
  border-radius: 35px;
  background: url(../images/ui/arrow.svg) no-repeat 80% center #6eb92c;
  border: 1px solid #6eb92c;
}
.dkabio .block .btn01:hover {
  background: url(../images/ui/arrow-green.svg) no-repeat 83% center #fff;
  border: 1px solid #6eb92c;
}
.dkabio .block01 {
  height: 650px;
  background: url(../images/ui/product01.jpg) no-repeat left bottom;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .dkabio .block01 {
    height: 550px;
  }
}
.dkabio .block01 .intro {
  font-size: 20px;
  width: 60%;
}
.dkabio .block02 {
  background: #6eb92c;
  color: #fff;
}
.dkabio .block02 .title03 {
  text-align: center;
}
.dkabio .block03 .container {
  max-width: 83%;
}
@media (max-width: 768px) {
  .dkabio .block03 .container {
    max-width: 100%;
  }
}
.dkabio .block04 {
  background: #f7f7f7;
  padding: 0 0 100px 0;
  height: 770px;
}
@media (max-width: 768px) {
  .dkabio .block04 {
    height: auto;
  }
}
.dkabio .block04 .container {
  max-width: 83%;
}
@media (max-width: 768px) {
  .dkabio .block04 .container {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .dkabio .block04 img {
    transform: translateY(-15%);
    margin-bottom: -15%;
  }
}
@media (min-width: 1200px) {
  .dkabio .block04 img {
    transform: translateY(-15%);
    max-width: 90%;
  }
}
@media (min-width: 1600px) {
  .dkabio .block04 img {
    transform: translateY(-25%);
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .dkabio .block04 .title03 {
    font-size: 28px;
  }
}
@media (min-width: 1400px) {
  .dkabio .block04 .title03 {
    font-size: 30px;
  }
}
@media (min-width: 1600px) {
  .dkabio .block04 .title03 {
    font-size: 40px;
  }
}
.dkabio .block04 table td:last-child {
  padding-top: 10%;
}

.aqhiprobe {
  margin-bottom: -110px;
}
.aqhiprobe .block {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .aqhiprobe .block {
    padding: 60px 0;
  }
}
.aqhiprobe .block01 {
  display: flex;
  align-items: center;
  height: 650px;
  background: url(../images/ui/product07.jpg) no-repeat left bottom;
}
@media (max-width: 768px) {
  .aqhiprobe .block01 {
    height: 550px;
  }
}
.aqhiprobe .block01 .intro {
  font-size: 20px;
}
.aqhiprobe .block02 {
  background: #1da7b9;
  color: #fff;
}
.aqhiprobe .block02 .title03 {
  text-align: center;
}
.aqhiprobe .block03 {
  height: 1040px;
}
@media (max-width: 768px) {
  .aqhiprobe .block03 {
    height: auto;
  }
}
.aqhiprobe .block03 .container {
  max-width: 83%;
}
@media (max-width: 768px) {
  .aqhiprobe .block03 .container {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .aqhiprobe .block03 img {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .aqhiprobe .block03 img {
    max-width: 90%;
  }
}
@media (min-width: 1600px) {
  .aqhiprobe .block03 img {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .aqhiprobe .block03 .title03 {
    font-size: 28px;
  }
}
@media (min-width: 1400px) {
  .aqhiprobe .block03 .title03 {
    font-size: 30px;
  }
}
@media (min-width: 1600px) {
  .aqhiprobe .block03 .title03 {
    font-size: 40px;
  }
}
.aqhiprobe .block04 {
  background: #f7f7f7;
  padding-top: 12%;
}
.aqhiprobe .block04 .container {
  max-width: 83%;
}
@media (max-width: 768px) {
  .aqhiprobe .block04 .container {
    max-width: 100%;
  }
}
.aqhiprobe .block05 {
  height: 730px;
  background: url(../images/ui/product09.jpg) no-repeat left center;
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
}
.aqhiprobe .block05:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/ui/product09-1.svg) no-repeat left bottom;
  width: 200px;
  height: 200px;
  z-index: 9;
  background-size: cover;
}
@media (max-width: 768px) {
  .aqhiprobe .block05:before {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .aqhiprobe .block05 {
    height: auto;
  }
}
.aqhiprobe .block05 .title02 {
  font-size: 25px;
  padding: 5px 0;
  line-height: 130% !important;
}
@media (max-width: 768px) {
  .aqhiprobe .block05 table {
    margin-left: -15px;
  }
}
.aqhiprobe .block05 table tr {
  display: flex;
}
@media (max-width: 768px) {
  .aqhiprobe .block05 table tr {
    display: block;
  }
}
.aqhiprobe .block05 table tr td {
  padding: 30px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  margin: 0 15px;
}
@media (max-width: 768px) {
  .aqhiprobe .block05 table tr td {
    margin-bottom: 15px;
  }
}
.aqhiprobe .block06 {
  padding-bottom: 0;
}
.aqhiprobe .block06 img {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .aqhiprobe .block06 img {
    margin-top: 20px;
  }
}

.contact {
  background: url(../images/ui/contact-left.png) no-repeat left top, url(../images/ui/contact-right.png) no-repeat right bottom, linear-gradient(270deg, #19b290 0%, #6eb92c 100%);
  color: #fff;
  padding: 5% 0;
}
.contact .title03 {
  line-height: 130%;
}
.contact table td {
  color: #fff;
  text-align: center;
}
.contact table td .title {
  color: rgba(255, 255, 255, 0.6);
}
.contact table td a {
  color: #fff;
}

.quick-link-wrap {
  background: #f7f7f7;
  padding: 40px;
  margin: 70px 0;
  border-left: 8px solid #6eb92c;
}
.quick-link-wrap .index-header {
  font-size: 28px;
  color: #000;
  font-weight: bold;
}
.quick-link-wrap ul.index-level-2 {
  margin-top: 30px;
  list-style: none;
}
@media (max-width: 768px) {
  .quick-link-wrap ul.index-level-2 {
    margin-top: 0px;
  }
}
.quick-link-wrap ul.index-level-2 li {
  position: relative;
  font-size: 20px;
  margin-bottom: 20px;
  margin-left: 0;
}
.quick-link-wrap ul.index-level-2 li a {
  color: #333;
  font-size: 20px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.quick-link-wrap ul.index-level-2 li a:hover {
  color: #6eb92c;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.quick-link-wrap ul.index-level-3 {
  margin: 20px 0 45px 0;
  list-style: none;
}
@media (max-width: 768px) {
  .quick-link-wrap ul.index-level-3 {
    margin-top: 0px;
  }
}
.quick-link-wrap ul.index-level-3 li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  margin-bottom: 15px;
  margin-left: 0;
}
.quick-link-wrap ul.index-level-3 li a {
  color: #333;
  font-size: 18px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.quick-link-wrap ul.index-level-3 li a:hover {
  color: #6eb92c;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.quick-link-wrap ul.index-level-3 li:before {
  position: absolute;
  content: "";
  background: #6eb92c;
  width: 22px;
  height: 1px;
  border-radius: 50px;
  left: 0;
  top: 7px;
}

.know .block01 {
  background: url(../images/ui/knowledge-banner.jpg) no-repeat center top;
  padding: 235px 0;
  background-size: cover;
}
.know .block01 .title {
  font-size: 50px;
  font-weight: bold;
}
.know .block01 .sub-title {
  font-size: 25px;
  font-weight: bold;
  color: #6eb92c;
  padding-top: 20px;
}
.know .block02 {
  background: #f7f7f7;
  padding: 120px 0;
}
.know .block02 .table-rwd {
  margin-left: 0;
}
.know .block02 .table-rwd td {
  padding: 30px;
}
.know .block03 {
  padding: 100px 0;
}
.know .block03 .wrap {
  text-align: center;
}
.know .block03 .wrap .sub-title {
  line-height: 100%;
  font-size: 16px;
  color: #d5db39;
}
.know .block03 .row .col-12 {
  padding: 0 20px;
}
.know .block03 .row .date {
  margin-bottom: 10px;
  text-align: left;
  padding-top: 10px;
}
.know .block03 .row .title {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.know .block03 .row .intro {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 80px;
  height: 80px;
}
.know .block03 .row img {
  width: 100%;
}
.know .block03 .row a:hover .title {
  color: #6eb92c;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.know .block03 .more_articles {
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
