@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSansTC-Thin.woff2) format("woff2");
}

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/NotoSansTC-Light.woff2) format("woff2");
}

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSansTC-Regular.woff2) format("woff2");
}

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NotoSansTC-Medium.woff2) format("woff2");
}

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NotoSansTC-Bold.woff2) format("woff2");
}

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/NotoSansTC-Black.woff2) format("woff2");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Montserrat-Light.ttf) format("ttf");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Montserrat-Regular.ttf) format("ttf");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Montserrat-Medium.ttf) format("ttf");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Montserrat-SemiBold.ttf) format("ttf");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Montserrat-Bold.ttf) format("ttf");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/Montserrat-ExtraBold.ttf) format("ttf");
}

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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
ar,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", sans-serif;
  color: #727171;
  overflow-x: hidden;
  margin: 0 auto;
  font-weight: 400;
  line-height: 1;
  font-size: 1em;
  webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

select, button, textarea, input, label {
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", sans-serif;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidde;
  backface-visibility: hidde;
  webkit-backface-visibility: hidden;
}

table {
  border-collapse: collapse;
}

a, a:focus {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}

a:hover,
a:focus {
  text-decoration: none;
}

::-moz-selection {
  color: #fff;
  background: #89a93d;
}

::selection {
  color: #fff;
  background: #89a93d;
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#gotop {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 40px;
  cursor: pointer;
  z-index: 999;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: url("/test_lazyweb/lazyweb/web/images/gotop.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 30px;
  height: 30px;
  font-size: 0em;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

@media (max-width: 991px) {
  #gotop {
    right: 15px;
    bottom: 30px;
    width: 40px;
    height: 40px;
  }
}

#gotop:hover {
  background: url("/test_lazyweb/lazyweb/web/images/gotop-green.svg");
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 1681px) {
  .container {
    width: 1400px;
  }
}

.wrap {
  margin-top: 180px;
}

@media (max-width: 991px) {
  .wrap {
    margin-top: 96px;
  }
}

@media (max-width: 767px) {
  .wrap {
    margin-top: 50px;
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes RightLeft {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes RightLeft {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.header h1 {
  display: none;
}

.navbar {
  background-color: #fff;
  position: relative;
  z-index: 1000;
}

@media (max-width: 991px) {
  .navbar {
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  }
  .navbar::before {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    background-color: #fff;
  }
}

.navbar-hidden {
  display: none;
}

.navbar__head-bar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-top: 55px;
}

@media (max-width: 991px) {
  .navbar__head-bar {
    width: 100%;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1000;
    padding-top: 0;
    height: 60px;
  }
}

.navbar__body {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
}

@media (max-width: 991px) {
  .navbar__body {
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: -100vh;
    right: 0px;
    width: 100%;
    height: auto;
    z-index: -2;
    padding-top: 50px;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
  }
  .navbar__body--open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    top: 60px;
    padding-top: 0;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  }
  .navbar__body--open .navbar__link-item--active .navbar__dropdown-head {
    color: #fff;
    background-color: #89a93d;
  }
}

.navbar__toggle {
  display: none;
}

@media (max-width: 991px) {
  .navbar__toggle {
    display: block;
    z-index: 1050;
  }
}

.navbar__toggle--active {
  display: block;
}

.navbar__toggle-line {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #89a93d;
  margin-bottom: 4px;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
}

.navbar__toggle-line:last-child {
  margin-bottom: 0px;
}

.navbar__toggle--open span {
  margin-bottom: 0px;
}

.navbar__toggle--open span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(1px) translateX(1px);
  -ms-transform: rotate(45deg) translateY(1px) translateX(1px);
  transform: rotate(45deg) translateY(1px) translateX(1px);
}

.navbar__toggle--open span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar__toggle--open span:nth-child(3) {
  display: none;
}

.navbar__logo {
  display: block;
}

.navbar__logo img {
  width: 400px;
}

@media (max-width: 991px) {
  .navbar__logo img {
    width: 200px;
  }
}

.navbar__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

@media (max-width: 991px) {
  .navbar__link {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-height: 495px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.navbar__link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color,background-color;
  -o-transition-property: color,background-color;
  transition-property: color,background-color;
  position: relative;
}

@media (max-width: 991px) {
  .navbar__link-item {
    height: auto;
  }
}

.navbar__link-item--active .navbar__dropdown-head {
  background-color: #89a93d;
  color: #fff;
}

@media (max-width: 991px) {
  .navbar__link-item--active .navbar__dropdown-head {
    background-color: #89a93d;
    color: #fff;
  }
}

.navbar__link-item--active:hover .navbar__dropdown-head {
  background-color: #89a93d;
  color: #fff;
}

.navbar__link-item--active.navbar__dropdown--open .navbar__dropdown-head {
  color: #fff;
}

@media (max-width: 991px) {
  .navbar__link-item--active.navbar__dropdown--open .navbar__dropdown-head {
    color: #fff;
    background-color: #89a93d;
  }
}

@media (max-width: 991px) {
  .navbar__link-item--active.navbar__dropdown--open .navbar__dropdown-body {
    background-color: rgba(230, 247, 255, 0.5);
  }
}

@media (max-width: 991px) {
  .navbar__dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 992px) {
  .navbar__dropdown .navbar__dropdown-body {
    opacity: 0;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    visibility: hidden;
  }
}

.navbar__dropdown--open .navbar__dropdown-body {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 991px) {
  .navbar__dropdown--open .navbar__dropdown-body {
    display: block;
  }
}

.navbar__dropdown--open .navbar__dropdown-head {
  color: #89a93d;
}

.navbar__dropdown-head {
  color: #727171;
  font-weight: 600;
  font-size: 1.375em;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color,color;
  -o-transition-property: background-color,color;
  transition-property: background-color,color;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 50px;
  padding-right: 50px;
}

@media (max-width: 1199px) {
  .navbar__dropdown-head {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 991px) {
  .navbar__dropdown-head {
    min-width: 95px;
    font-size: 1em;
    min-width: 105px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.navbar__dropdown-head:focus {
  outline: none;
}

.navbar__dropdown-head:hover {
  color: #89a93d;
}

.navbar__dropdown-body {
  position: absolute;
  top: 40px;
  left: 0;
  width: 290px;
  z-index: 0;
  padding: 35px 25px 20px 25px;
  line-height: 22px;
  background-color: #fff;
  max-height: 425px;
  overflow: auto;
  scrollbar-face-color: #89a93d;
  scrollbar-highlight-color: #fdfdfd;
  overflow: auto;
  scrollbar-shadow-color: #89a93d;
  scrollbar-3dlight-color: #89a93d;
  scrollbar-arrow-color: #89a93d;
  scrollbar-darkshadow-color: #dcdcdc;
}

@media (max-width: 991px) {
  .navbar__dropdown-body {
    position: relative;
    display: block;
    top: 0px;
    left: 0;
    width: 100%;
    padding: 20px 25px;
    border: none;
  }
}

.navbar__dropdown-body::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

.navbar__dropdown-body::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5;
}

.navbar__dropdown-body::-webkit-scrollbar-thumb {
  background-color: #89a93d;
}

.navbar__dropdown-body::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 11.5px 0 11.5px;
  border-color: #89a93d transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 20px;
}

@media (max-width: 991px) {
  .navbar__dropdown-body::before {
    left: 25px;
    border-width: 7px 8px 0 8px;
  }
}

.navbar__dropdown-item {
  display: block;
  color: #727171;
  font-size: 1.375em;
  font-weight: 500;
  padding: 12px 0px;
  position: relative;
  letter-spacing: 0.025em;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.2em;
  text-align: left;
}

.navbar__dropdown-item:first-child {
  padding-top: 0;
}

.navbar__dropdown-item:last-child {
  padding-bottom: 0;
}

.navbar__dropdown-item:hover {
  color: #231815;
}

@media (max-width: 991px) {
  .navbar__dropdown-item {
    padding: 5px 0px;
    text-align: left;
    font-size: 1em;
  }
}

.footer-wrap {
  background: url(../images/footer-bg.png), #f5f5f5;
  background-position: left bottom;
  background-size: auto;
  background-repeat: repeat-x;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .footer-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.footer-block {
  width: calc(100% + 100px);
  margin-left: -50px;
  margin-right: -50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 1300px) {
  .footer-block {
    width: calc(100% + 20px);
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (max-width: 767px) {
  .footer-block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer-item {
  width: calc(33.33% - 100px);
  margin-left: 50px;
  margin-right: 50px;
}

@media (max-width: 1300px) {
  .footer-item {
    width: calc(33.33% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .footer-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 40px;
  }
  .footer-item:first-child {
    margin-top: 0;
  }
}

.footer-item__title {
  font-size: 1.25em;
  font-weight: 600;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .footer-item__title {
    font-size: 1em;
  }
}

.footer-item__img {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .footer-item__img {
    margin-top: 15px;
  }
}

.footer-item__img img {
  max-width: 100%;
}

.footer-item__info {
  margin-top: 25px;
  font-size: 0.9375em;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.44;
}

@media (max-width: 767px) {
  .footer-item__info {
    font-size: 0.875em;
    margin-top: 15px;
  }
}

.footer-item__info a {
  color: #727171;
}

.footer-item__info a:hover {
  color: #89a93d;
}

.footer-copyriight {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 35px;
}

@media (max-width: 767px) {
  .footer-copyriight {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer-copyriight__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", sans-serif;
  color: #727171;
  font-size: 0.9375em;
  letter-spacing: 0.025em;
}

@media (max-width: 767px) {
  .footer-copyriight__item {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
    font-size: 0.875em;
  }
  .footer-copyriight__item:first-child {
    margin-top: 0;
  }
}

.footer-copyriight__link {
  font-weight: 300;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", sans-serif;
  color: #7fad1d;
  margin-left: 15px;
}

.footer-copyriight__link:first-child {
  margin-left: 0;
}

.footer-copyriight__link--fb {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #7ea52a;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-copyriight__link--fb::before {
  content: "";
  display: block;
  background-image: url(../images/footer-link-fb.png);
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: center center;
  width: 12px;
  height: 12px;
}

.footer-copyriight__link--fb:hover {
  background: #7ea52a;
}

.footer-copyriight__link--fb:hover::before {
  background-image: url(../images/footer-link-fb-w.png);
}

.footer-copyriight__link--blogger {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #7ea52a;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-copyriight__link--blogger::before {
  content: "";
  display: block;
  background-image: url(../images/footer-link-blogger.png);
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: center center;
  width: 12px;
  height: 12px;
}

.footer-copyriight__link--blogger:hover {
  background: #7ea52a;
}

.footer-copyriight__link--blogger:hover::before {
  background-image: url(../images/footer-link-blogger-w.png);
}

.footer-copyriight__link--mail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-copyriight__link--mail::before {
  content: "";
  display: block;
  background-image: url(../images/footer-link-mail.png);
  background-size: 21px auto;
  background-repeat: no-repeat;
  background-position: center center;
  width: 21px;
  height: 19px;
  margin-right: 10px;
}

.indexbanner-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  overflow: hidden;
  height: 644px;
}

@media (max-width: 1400px) {
  .indexbanner-item {
    height: 460px;
  }
}

@media (max-width: 1199px) {
  .indexbanner-item {
    height: 400px;
  }
}

@media (max-width: 991px) {
  .indexbanner-item {
    height: 350px;
  }
}

@media (max-width: 767px) {
  .indexbanner-item {
    height: 300px;
  }
}

@media (max-width: 479px) {
  .indexbanner-item {
    height: 230px;
  }
}

@media (max-width: 413px) {
  .indexbanner-item {
    height: 210px;
  }
}

@media (max-width: 320px) {
  .indexbanner-item {
    height: 180px;
  }
}

.indexbanner-head img {
  width: 100%;
}

@media (max-width: 575px) {
  .indexbanner-head img {
    display: none;
  }
}

.indexbanner-body {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 999;
}

.indexbanner-body .container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 45px;
}

@media (max-width: 1199px) {
  .indexbanner-body .container {
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .indexbanner-body .container {
    padding-bottom: 10px;
    width: 100%;
  }
}

.indexbanner-body__video {
  display: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 30px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

@media (max-width: 374px) {
  .indexbanner-body__video {
    padding: 5px 15px;
  }
}

.indexbanner-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

@media (max-width: 767px) {
  .indexbanner-play iframe {
    display: none;
  }
}

.indexservice {
  padding-top: 130px;
  padding-bottom: 130px;
}

@media (max-width: 767px) {
  .indexservice {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.indexservice-title {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .indexservice-title {
    width: 100%;
  }
}

.indexservice-title__main {
  font-size: 1.8125em;
  font-weight: 600;
  color: #727171;
  letter-spacing: 0.1em;
  text-align: center;
}

@media (max-width: 767px) {
  .indexservice-title__main {
    font-size: 1.25em;
  }
}

.indexservice-title__text {
  font-size: 1.125em;
  font-weight: 400;
  color: #727171;
  font-family: "Noto Sans TC", "Noto Sans SC", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.15em;
  padding-top: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .indexservice-title__text {
    font-size: 0.875em;
  }
}

.indexservice-block {
  padding-top: 90px;
  width: calc(100% + 20px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

@media (max-width: 767px) {
  .indexservice-block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 30px;
  }
}

.indexservice-item {
  width: calc(33.33% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  height: 315px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-top: 20px;
}

.indexservice-item:nth-child(1) {
  margin-top: 0;
}

.indexservice-item:nth-child(2) {
  margin-top: 0;
}

.indexservice-item:nth-child(3) {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .indexservice-item {
    height: 200px;
  }
}

@media (max-width: 991px) {
  .indexservice-item {
    width: calc(50% - 20px);
    height: 250px;
  }
  .indexservice-item:nth-child(3) {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .indexservice-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: 315px;
  }
  .indexservice-item:nth-child(2) {
    margin-top: 20px;
  }
}

@media (max-width: 479px) {
  .indexservice-item {
    height: 250px;
  }
}

.indexservice-item:hover .indexservice-head {
  opacity: 0;
  bottom: -90px;
}

.indexservice-item:hover .indexservice-overlay {
  opacity: 1;
  top: 0;
}

.indexservice-head {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: rgba(255, 255, 255, 0.6);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 20px;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.38s;
  -o-transition-duration: 0.38s;
  transition-duration: 0.38s;
  -webkit-transition-property: opacity,bottom;
  -o-transition-property: opacity,bottom;
  transition-property: opacity,bottom;
}

@media (max-width: 1199px) {
  .indexservice-head {
    height: 70px;
  }
}

.indexservice-head__img {
  width: 66px;
}

@media (max-width: 1199px) {
  .indexservice-head__img {
    width: 50px;
  }
}

.indexservice-head__img img {
  max-width: 100%;
}

.indexservice-head__right {
  width: calc(100% - 40px);
  padding-left: 20px;
}

.indexservice-head__main {
  font-size: 1.375em;
  font-weight: 700;
  color: #3e3a39;
}

@media (max-width: 1199px) {
  .indexservice-head__main {
    font-size: 1.125em;
  }
}

.indexservice-head__sub {
  font-size: 1em;
  font-weight: 500;
  color: #3e3a39;
  font-family: "Noto Sans TC", "Noto Sans SC", sans-serif;
  padding-top: 5px;
}

.indexservice-overlay {
  position: absolute;
  top: -100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  opacity: 0;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity,top;
  -o-transition-property: opacity,top;
  transition-property: opacity,top;
}

@media (max-width: 1199px) {
  .indexservice-overlay {
    padding: 10px;
  }
}

.indexservice-overlay__img {
  text-align: center;
}

.indexservice-overlay__img img {
  max-width: 66px;
}

@media (max-width: 1199px) {
  .indexservice-overlay__img img {
    width: 50px;
  }
}

.indexservice-overlay__text {
  text-align: center;
  font-size: 1.25em;
  color: #fff;
  letter-spacing: 0.1em;
  margin-top: 25px;
  line-height: 1.6em;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 8em;
}

@media (max-width: 1199px) {
  .indexservice-overlay__text {
    font-size: 1em;
    margin-top: 10px;
    line-height: 1.2em;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 6em;
  }
}

.service-bg {
  background: #f5f5f5;
}

.service-title {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 130px;
  padding-bottom: 130px;
}

@media (max-width: 1199px) {
  .service-title {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .service-title {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.service-title__main {
  font-size: 1.8125em;
  font-weight: 600;
  color: #727171;
  letter-spacing: 0.1em;
  text-align: center;
}

@media (max-width: 767px) {
  .service-title__main {
    font-size: 1.25em;
  }
}

.service-title__text {
  font-size: 1.125em;
  font-weight: 400;
  color: #727171;
  font-family: "Noto Sans TC", "Noto Sans SC", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.15em;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .service-title__text {
    font-size: 0.875em;
  }
}

.service-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 50px);
  margin-left: -25px;
  margin-right: -25px;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 1199px) {
  .service-block {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.service-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(50% - 50px);
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 46px;
  background-color: #fff;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 210px;
}

.service-item:nth-child(1) {
  margin-top: 0;
}

.service-item:nth-child(2) {
  margin-top: 0;
}

@media (max-width: 991px) {
  .service-item {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .service-item:nth-child(2) {
    margin-top: 20px;
  }
}

@media (max-width: 479px) {
  .service-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.service-item:hover .service-item__img {
  opacity: 0.8;
}

.service-item:hover .service-item__title {
  opacity: 0.8;
}

.service-item__img {
  width: 190px;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (max-width: 479px) {
  .service-item__img {
    width: 100%;
    height: 450px;
  }
}

@media (max-width: 414px) {
  .service-item__img {
    height: 420px;
  }
}

@media (max-width: 375px) {
  .service-item__img {
    height: 380px;
  }
}

@media (max-width: 374px) {
  .service-item__img {
    height: 320px;
  }
}

.service-item__body {
  width: calc(100% - 190px);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 22px;
  letter-spacing: 0.1em;
}

@media (max-width: 479px) {
  .service-item__body {
    width: 100%;
  }
}

.service-item__title {
  font-size: 1.25em;
  color: #93c52a;
  font-weight: 500;
  line-height: 1.2em;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.service-item__text {
  font-weight: 400;
  font-size: 0.9375em;
  color: #727171;
  margin-top: 20px;
  line-height: 1.6em;
}

.lecture-bg {
  background: #f5f5f5;
}

.lecture-title {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 130px;
  padding-bottom: 130px;
}

@media (max-width: 1199px) {
  .lecture-title {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .lecture-title {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.lecture-title__main {
  font-size: 1.8125em;
  font-weight: 600;
  color: #727171;
  letter-spacing: 0.1em;
  text-align: center;
}

@media (max-width: 767px) {
  .lecture-title__main {
    font-size: 1.25em;
  }
}

.lecture-title__text {
  font-size: 1.125em;
  font-weight: 400;
  color: #727171;
  font-family: "Noto Sans TC", "Noto Sans SC", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.15em;
  padding-top: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .lecture-title__text {
    font-size: 0.875em;
  }
}

.lecture-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 50px);
  margin-left: -25px;
  margin-right: -25px;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 1199px) {
  .lecture-block {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.lecture-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(50% - 50px);
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 46px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.lecture-item:nth-child(1) {
  margin-top: 0;
}

.lecture-item:nth-child(2) {
  margin-top: 0;
}

@media (max-width: 991px) {
  .lecture-item {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
  }
  .lecture-item:nth-child(2) {
    margin-top: 20px;
  }
}

@media (max-width: 479px) {
  .lecture-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.lecture-item:hover .service-item__img {
  opacity: 0.8;
}

.lecture-item:hover .service-item__title {
  opacity: 0.8;
}

.lecture-item__img {
  width: 190px;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (max-width: 479px) {
  .lecture-item__img {
    width: 100%;
    height: 450px;
  }
}

@media (max-width: 414px) {
  .lecture-item__img {
    height: 420px;
  }
}

@media (max-width: 375px) {
  .lecture-item__img {
    height: 380px;
  }
}

@media (max-width: 374px) {
  .lecture-item__img {
    height: 320px;
  }
}

.lecture-item__body {
  width: calc(100% - 190px);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 22px;
  letter-spacing: 0.1em;
}

@media (max-width: 479px) {
  .lecture-item__body {
    width: 100%;
  }
}

.lecture-item__title {
  font-size: 1.25em;
  color: #93c52a;
  font-weight: 500;
  line-height: 1.2em;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lecture-item__title--sub {
  font-size: 0.75em;
  display: block;
}

.lecture-item__text {
  font-weight: 400;
  font-size: 0.9375em;
  color: #727171;
  margin-top: 15px;
  line-height: 1.6em;
}

.lecture-item__link {
  font-weight: 600;
  font-size: 0.9375em;
  color: #231815;
  margin-top: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lecture-item__link::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url("/test_lazyweb/lazyweb/web/images/next.png"), #c3c3c3;
  background-size: 4px auto;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-left: 5px;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
}

.lecture-item__link:hover::after {
  background: url("/test_lazyweb/lazyweb/web/images/next.png"), #93c52a;
  background-size: 4px auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.conatct-block {
  padding-top: 60px;
  padding-bottom: 154px;
}

@media (max-width: 767px) {
  .conatct-block {
    padding-bottom: 60px;
  }
}

.conatct-item {
  margin-top: 110px;
}

@media (max-width: 767px) {
  .conatct-item {
    margin-top: 40px;
  }
}

.conatct-item:first-child {
  margin-top: 0;
}

.conatct-item iframe {
  width: 100%;
  height: 470px;
}

@media (max-width: 991px) {
  .conatct-item iframe {
    height: 350px;
  }
}

.about-bg {
  background: #f5f5f5;
}

.about-top {
  text-align: center;
}

.about-title {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 130px;
  padding-bottom: 200px;
}

@media (max-width: 1199px) {
  .about-title {
    width: 100%;
    padding-bottom: 130px;
  }
}

@media (max-width: 767px) {
  .about-title {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.about-title__main {
  font-size: 1.75em;
  font-weight: 700;
  color: #727171;
  letter-spacing: 0.1em;
  line-height: 1.39em;
  text-align: center;
}

@media (max-width: 767px) {
  .about-title__main {
    font-size: 1.25em;
  }
}

.about-title__text {
  font-size: 1.125em;
  font-weight: 400;
  color: #727171;
  line-height: 1.4;
  letter-spacing: 0.15em;
  padding-top: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .about-title__text {
    font-size: 0.875em;
  }
}

.about-member {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 960px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1199px) {
  .about-member {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .about-member {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.about-member__img {
  width: 140px;
}

@media (max-width: 991px) {
  .about-member__img {
    width: 100%;
    text-align: center;
  }
}

.about-member__img img {
  max-width: 100%;
}

.about-member__right {
  width: calc(100% - 140px);
  padding-left: 60px;
}

@media (max-width: 1199px) {
  .about-member__right {
    padding-left: 60px;
  }
}

@media (max-width: 991px) {
  .about-member__right {
    padding-left: 0;
    width: 100%;
    padding-top: 40px;
  }
}

.about-member__title {
  font-size: 1.125em;
  font-weight: 500;
  color: #727171;
  font-family: "Noto Sans TC", "Noto Sans SC", sans-serif;
  letter-spacing: 0.15em;
  text-align: left;
}

.about-member__subtitle {
  font-size: 1.125em;
  font-weight: 400;
  color: #727171;
  letter-spacing: 0.15em;
  font-family: "Noto Sans TC", "Noto Sans SC", sans-serif;
  padding-top: 30px;
  text-align: left;
}

@media (max-width: 767px) {
  .about-member__subtitle {
    font-size: 1em;
  }
}

.about-member__listbox {
  padding-top: 30px;
  list-style-type: none;
}

.about-member__list {
  font-size: 1.125em;
  font-weight: 400;
  color: #727171;
  letter-spacing: 0.15em;
  font-family: "Noto Sans TC", "Noto Sans SC", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1.4;
  width: 100%;
  text-align: left;
}

@media (max-width: 991px) {
  .about-member__list {
    font-size: 1em;
    margin-top: 10px;
  }
}

.about-member__list:first-child {
  margin-top: 0;
}

.about-member__list::before {
  content: "．";
  width: 20px;
}

.about-banner {
  margin-top: 150px;
  padding-top: 140px;
  padding-bottom: 140px;
}

@media (max-width: 767px) {
  .about-banner {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.about-banner__title {
  font-size: 1.75em;
  font-weight: 700;
  color: #727171;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.39;
  width: 865px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .about-banner__title {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .about-banner__title {
    font-size: 1.25em;
  }
}

.about-banner__text {
  text-align: center;
  font-size: 1.125em;
  font-weight: 400;
  color: #727171;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 20px;
  width: 755px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .about-banner__text {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .about-banner__text {
    font-size: 0.875em;
  }
}

.about-block {
  padding-top: 110px;
  padding-bottom: 200px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .about-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.about-col {
  width: 600px;
}

@media (max-width: 1680px) {
  .about-col {
    width: 50%;
  }
  .about-col:first-child {
    padding-right: 15px;
  }
  .about-col:last-child {
    padding-left: 15px;
  }
}

@media (max-width: 991px) {
  .about-col {
    width: 100%;
    margin-top: 40px;
  }
  .about-col:first-child {
    padding-right: 0px;
  }
  .about-col:last-child {
    padding-left: 0px;
  }
}

.about-subtitle {
  text-align: center;
  font-size: 1.375em;
  font-weight: 500;
  color: #727171;
  font-family: "Noto Sans TC", "Noto Sans SC", sans-serif;
  background: #80ac1f;
  color: #fff;
  padding: 5px 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  min-width: 157px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 55px;
}

@media (max-width: 991px) {
  .about-subtitle {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.about-subtitle:first-child {
  margin-top: 0;
}

.about-item {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .about-item {
    margin-top: 30px;
  }
}

.about-item:first-child {
  margin-top: 0;
}

.about-item__title {
  font-size: 1.375em;
  font-weight: 500;
  color: #80ac1f;
  font-family: "Noto Sans TC", "Noto Sans SC", sans-serif;
  letter-spacing: 0.1em;
}

.about-item__listbox {
  list-style-type: none;
  padding-top: 20px;
}

.about-item__list {
  line-height: 1.2;
  margin-top: 20px;
  font-size: 1.125em;
  font-weight: 400;
}

@media (max-width: 767px) {
  .about-item__list {
    font-size: 0.9375em;
    line-height: 1.3;
  }
}

.about-item__list:first-child {
  margin-top: 0;
}

.about-collapse--active .about-collapse__body {
  display: block;
}

.about-collapse--active .about-collapse__link::before {
  content: "close...";
}

.about-collapse--active .about-award__listbox {
  padding-top: 0;
}

.about-collapse__link {
  font-size: 0.9375em;
  font-weight: 300;
  color: #727171;
  font-family: "Noto Sans TC", "Noto Sans SC", sans-serif;
  letter-spacing: 0.1em;
  text-align: right;
  padding-top: 55px;
  cursor: pointer;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}

@media (max-width: 991px) {
  .about-collapse__link {
    padding-top: 30px;
  }
}

.about-collapse__link:hover {
  color: #80ac1f;
}

.about-collapse__link::before {
  content: "more...";
}

.about-collapse__body {
  display: none;
}

.about-collapse__body .about-award__list:first-child {
  margin-top: 15px;
}

.about-collapse__body .about-item:first-child {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .about-collapse__body .about-item:first-child {
    margin-top: 30px;
  }
}

.about-collapse__body .about-client__item:nth-child(1), .about-collapse__body .about-client__item:nth-child(2) {
  padding-top: 40px;
}

.about-award__img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-award__item img {
  max-width: 100%;
}

@media (max-width: 575px) {
  .about-award__item img {
    max-height: 55px;
  }
}

.about-award__listbox {
  list-style-type: none;
  padding-top: 45px;
}

@media (max-width: 991px) {
  .about-award__listbox {
    padding-top: 30px;
  }
}

.about-award__list {
  line-height: 1.4;
  margin-top: 15px;
  font-size: 1.125em;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

@media (max-width: 767px) {
  .about-award__list {
    font-size: 1.0625em;
    line-height: 1.5;
  }
}

.about-award__list:first-child {
  margin-top: 0;
}

.about-award__list--year {
  font-size: 1.222em;
  font-family: "Noto Sans TC", "Noto Sans SC", sans-serif;
  color: #80ac1f;
  line-height: 1;
  letter-spacing: 0.1em;
  min-width: 75px;
}

@media (max-width: 767px) {
  .about-award__list--year {
    font-size: 1.25em;
  }
}

.about-client {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-client__item {
  padding-top: 40px;
  width: 220px;
}

.about-client__item:nth-child(odd) {
  text-align: left;
}

.about-client__item:nth-child(even) {
  text-align: right;
}

.about-client__item:nth-child(1), .about-client__item:nth-child(2) {
  padding-top: 0;
}

@media (max-width: 1199px) {
  .about-client__item {
    width: 50%;
  }
  .about-client__item:nth-child(odd) {
    padding-right: 15px;
  }
  .about-client__item:nth-child(even) {
    padding-left: 15px;
  }
}

.about-client__item img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.project {
  padding-top: 80px;
  padding-bottom: 115px;
}

@media (max-width: 767px) {
  .project {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.project-title {
  text-align: center;
}

.project-title__main {
  font-size: 1.8125em;
  color: #727171;
  letter-spacing: 0.15em;
  font-weight: 700;
  font-family: "Noto Sans TC", "Noto Sans SC", sans-serif;
}

@media (max-width: 767px) {
  .project-title__main {
    font-size: 1.5em;
  }
}

.project-title__date {
  font-size: 1.5em;
  color: #727171;
  letter-spacing: 0.15em;
  font-family: "Noto Sans TC", "Noto Sans SC", sans-serif;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .project-title__date {
    font-size: 1em;
    margin-top: 5px;
  }
}

.project-text {
  font-size: 1.125em;
  color: #727171;
  letter-spacing: 0.15em;
  font-weight: 500;
  width: 945px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  line-height: 1.44;
}

@media (max-width: 1199px) {
  .project-text {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .project-text {
    font-size: 1em;
  }
}

.project-text p {
  padding-top: 15px;
  padding-bottom: 15px;
}

.project-text p:first-child {
  padding-top: 0;
}

.project-text p:last-child {
  padding-bottom: 0;
}

.project-text h1, .project-text h2, .project-text h3, .project-text h4, .project-text h5, .project-text h6 {
  color: #727171;
  font-weight: 700;
}

.project-text h1 {
  font-size: 1.5em;
}

.project-text h2 {
  font-size: 1.375em;
}

.project-text h3 {
  font-size: 1.25em;
}

.project-text h4 {
  font-size: 1.125em;
}

.project-text h5 {
  font-size: 0.9375em;
}

.project-text h6 {
  font-size: 0.875em;
}

.project-text img {
  max-width: 100%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.project-text a {
  color: #80ac1f;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.project-text a:hover {
  opacity: 0.8;
}

.project-text table {
  border-collapse: collapse;
  margin-right: auto;
  margin-left: auto;
}

.project-text th, .project-text td, .project-text table {
  border: 1px solid #f5f5f5;
}

.project-text td {
  padding: 10px 5px;
}

.project-text ul, .project-text ol {
  margin-left: 20px;
}

.project-text blockquote {
  border-left: 6px solid #80ac1f;
  color: #727171;
  padding: 10px 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.project-text blockquote p {
  color: #727171;
  font-size: 18px;
  padding-top: 0;
  padding-bottom: 0;
}

.project-text iframe {
  height: 475px;
  width: 100%;
}

@media (max-width: 991px) {
  .project-text iframe {
    height: 300px;
  }
}

@media (max-width: 575px) {
  .project-text iframe {
    height: 250px;
  }
}

@media (max-width: 479px) {
  .project-text iframe {
    height: 200px;
  }
}

.project-block {
  width: calc(100% + 20px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 70px;
}

@media (max-width: 767px) {
  .project-block {
    padding-top: 40px;
  }
}

.project-item {
  width: calc(20% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
  margin-top: 75px;
}

.project-item:nth-child(1) {
  margin-top: 0;
}

.project-item:nth-child(2) {
  margin-top: 0;
}

.project-item:nth-child(3) {
  margin-top: 0;
}

.project-item:nth-child(4) {
  margin-top: 0;
}

.project-item:nth-child(5) {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .project-item {
    width: calc(33.33% - 20px);
  }
  .project-item:nth-child(4), .project-item:nth-child(5) {
    margin-top: 75px;
  }
}

@media (max-width: 767px) {
  .project-item {
    width: calc(50% - 20px);
  }
  .project-item:nth-child(3) {
    margin-top: 75px;
  }
}

@media (max-width: 479px) {
  .project-item {
    margin-top: 30px;
  }
  .project-item:nth-child(3) {
    margin-top: 30px;
  }
  .project-item:nth-child(4) {
    margin-top: 30px;
  }
  .project-item:nth-child(5) {
    margin-top: 30px;
  }
}

.project-item a {
  display: block;
}

.project-item__img {
  width: 100%;
  height: 180px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (max-width: 767px) {
  .project-item__img {
    height: 220px;
  }
}

@media (max-width: 575px) {
  .project-item__img {
    height: 180px;
  }
}

@media (max-width: 479px) {
  .project-item__img {
    height: 140px;
  }
}

@media (max-width: 413px) {
  .project-item__img {
    height: 120px;
  }
}

.project-item__img:hover {
  opacity: 0.8;
}

.project-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-item__text {
  font-size: 1.125em;
  color: #727171;
  letter-spacing: 0.15em;
  font-weight: 700;
  font-family: "Noto Sans TC", "Noto Sans SC", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .project-item__text {
    font-size: 1em;
  }
}

@media (max-width: 479px) {
  .project-item__text {
    font-size: 0.875em;
    margin-top: 10px;
  }
}

.template {
  padding-top: 30px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .template {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.template-block {
  font-size: 1.125em;
  color: #727171;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 0.15em;
  font-family: "Noto Sans TC", "Noto Sans SC", sans-serif;
}

.template-block p {
  padding-top: 15px;
  padding-bottom: 15px;
}

.template-block p:first-child {
  padding-top: 0;
}

.template-block p:last-child {
  padding-bottom: 0;
}

.template-block h1, .template-block h2, .template-block h3, .template-block h4, .template-block h5, .template-block h6 {
  color: #727171;
  font-weight: 700;
}

.template-block h1 {
  font-size: 1.5em;
}

.template-block h2 {
  font-size: 1.375em;
}

.template-block h3 {
  font-size: 1.25em;
}

.template-block h4 {
  font-size: 1.125em;
}

.template-block h5 {
  font-size: 0.9375em;
}

.template-block h6 {
  font-size: 0.875em;
}

.template-block img {
  max-width: 100%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.template-block a {
  color: #80ac1f;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.template-block a:hover {
  opacity: 0.8;
}

.template-block table {
  border-collapse: collapse;
  margin-right: auto;
  margin-left: auto;
}

.template-block th, .template-block td, .template-block table {
  border: 1px solid #f5f5f5;
}

.template-block td {
  padding: 10px 5px;
}

.template-block ul, .template-block ol {
  margin-left: 20px;
}

.template-block blockquote {
  border-left: 6px solid #80ac1f;
  color: #727171;
  padding: 10px 15px;
}

.template-block blockquote p {
  color: #727171;
  font-size: 18px;
  padding-top: 0;
  padding-bottom: 0;
}

.template-block iframe {
  height: 475px;
  width: 100%;
}

@media (max-width: 991px) {
  .template-block iframe {
    height: 300px;
  }
}

@media (max-width: 575px) {
  .template-block iframe {
    height: 250px;
  }
}

@media (max-width: 479px) {
  .template-block iframe {
    height: 200px;
  }
}

.template-img img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.template-img--pt {
  padding-top: 80px;
}

@media (max-width: 767px) {
  .template-img--pt {
    padding-top: 40px;
  }
}

.template-img__text {
  font-size: 1em;
  color: #727171;
  font-family: "Noto Sans TC", "Noto Sans SC", sans-serif;
  line-height: 1.44;
  letter-spacing: 0.15em;
  font-weight: 300;
  padding-top: 30px;
}

@media (max-width: 767px) {
  .template-img__text {
    font-size: 1em;
    padding-top: 10px;
  }
}

.template-twocol {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 575px) {
  .template-twocol {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
}

.template-twocol--pt {
  padding-top: 80px;
}

@media (max-width: 767px) {
  .template-twocol--pt {
    padding-top: 40px;
  }
}

.template-twocol__item {
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

@media (max-width: 575px) {
  .template-twocol__item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
  }
  .template-twocol__item:first-child {
    padding-top: 0;
  }
}

.template-twocol__item img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.template-twocol__text {
  font-size: 1em;
  color: #727171;
  font-family: "Noto Sans TC", "Noto Sans SC", sans-serif;
  line-height: 1.44;
  letter-spacing: 0.15em;
  font-weight: 300;
  padding-top: 30px;
}

@media (max-width: 767px) {
  .template-twocol__text {
    font-size: 1em;
    padding-top: 10px;
  }
}

.template-threecol {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 575px) {
  .template-threecol {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
}

.template-threecol--pt {
  padding-top: 80px;
}

@media (max-width: 767px) {
  .template-threecol--pt {
    padding-top: 40px;
  }
}

.template-threecol__item {
  width: calc(33.33% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

@media (max-width: 575px) {
  .template-threecol__item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
  }
  .template-threecol__item:first-child {
    padding-top: 0;
  }
}

.template-threecol__item img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.template-threecol__text {
  font-size: 1em;
  color: #727171;
  font-family: "Noto Sans TC", "Noto Sans SC", sans-serif;
  line-height: 1.44;
  letter-spacing: 0.15em;
  font-weight: 300;
  padding-top: 30px;
}

@media (max-width: 767px) {
  .template-threecol__text {
    font-size: 1em;
    padding-top: 10px;
  }
}

.template-text {
  width: 945px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .template-text {
    width: 100%;
  }
}

.template-text--pt {
  padding-top: 80px;
}

@media (max-width: 767px) {
  .template-text--pt {
    padding-top: 40px;
  }
}

.template-text__title {
  text-align: center;
  font-size: 1.61em;
  font-weight: 700;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", sans-serif;
  letter-spacing: 0.1em;
  padding-bottom: 25px;
}

.template-text__item {
  font-size: 1em;
  color: #727171;
  font-family: "Noto Sans TC", "Noto Sans SC", sans-serif;
  line-height: 1.44;
  letter-spacing: 0.15em;
  font-weight: 300;
}

.template-twotext {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1199px) {
  .template-twotext {
    width: 100%;
  }
}

.template-twotext--pt {
  padding-top: 80px;
}

@media (max-width: 767px) {
  .template-twotext--pt {
    padding-top: 40px;
  }
}

.template-twotext__title {
  text-align: center;
  font-size: 1.61em;
  font-weight: 700;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", sans-serif;
  letter-spacing: 0.1em;
  padding-bottom: 25px;
}

.template-twotext__item {
  width: 462px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1em;
  color: #727171;
  font-family: "Noto Sans TC", "Noto Sans SC", sans-serif;
  line-height: 1.44;
  letter-spacing: 0.15em;
  font-weight: 300;
}

@media (max-width: 1199px) {
  .template-twotext__item {
    width: calc(50% - 10px);
  }
}

.template-twotext__item:first-child {
  margin-left: 0;
}

.template-twotext__item:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .template-twotext__item {
    width: 100%;
  }
}
