@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

body, header, footer, aside, nav, section, article, h1, h2, h3, h4, h5, h6, p, span, a, ul, ol, li, strong, img {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: top;
}

a {
  text-decoration: none;
  cursor: pointer;
}

textarea {
  vertical-align: top;
}

label {
  display: inline-block;
  cursor: pointer;
}

body {
  font-family: 'Poppins', 'Noto Sans TC', '微軟正黑體';
  overflow-x: hidden;
}

@media (min-width: 992px) {
  .mainwrapper {
    padding-top: 150px;
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  .mainwrapper {
    padding-top: 155px;
  }
}

@media (max-width: 575px) {
  .mainwrapper {
    padding-top: 97px;
  }
}

input, select, textarea {
  font-family: 'Poppins', 'Noto Sans TC', '微軟正黑體';
}

iframe {
  vertical-align: top;
}

.container {
  position: relative;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .container {
    max-width: 950px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}

.common__section {
  padding: 70px 0;
}

@media (max-width: 991px) {
  .common__section {
    padding: 40px 0;
  }
}

.common__titlebox {
  text-align: center;
  margin-bottom: 35px;
}

@media (max-width: 991px) {
  .common__titlebox {
    margin-bottom: 20px;
  }
}

.common__titlebox h3 {
  color: #000;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .common__titlebox h3 {
    font-size: 26px;
  }
}

.common__titlebox p {
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
}

.paging {
  font-size: 0;
  text-align: center;
  margin-top: 45px;
}

.paging__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #555;
  font-size: 12px;
  vertical-align: top;
  background-color: #f4f4f4;
  border: 1px solid #dddddd;
  border-radius: 2px;
}

.paging__btn:hover, .paging__btn--active {
  color: #fff;
  background-color: #1d4b9e;
  border-color: #1d4b9e;
}

.paging__btn:nth-child(n + 2) {
  margin-left: 10px;
}

.paging__prev::before {
  content: '';
  display: block;
  width: 5px;
  height: 9px;
  background-image: url(../images/common/icons.png);
  background-size: 50px 1000px;
  background-position: 0 -197px;
  background-repeat: no-repeat;
}

.paging__prev:hover::before {
  background-position: -5px -197px;
}

.paging__next::before {
  content: '';
  display: block;
  width: 5px;
  height: 9px;
  background-image: url(../images/common/icons.png);
  background-size: 50px 1000px;
  background-position: 0 -206px;
  background-repeat: no-repeat;
}

.paging__next:hover::before {
  background-position: -5px -206px;
}

.check {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999999;
  display: none;
  padding: 15px 15px 15px 56px;
  background-color: #24bb32;
  -webkit-box-shadow: 0 0 3px rgba(31, 255, 52, 0.7);
  box-shadow: 0 0 3px rgba(31, 255, 52, 0.7);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 575px) {
  .check {
    width: calc(100% - 30px);
    text-align: center;
    padding: 15px;
  }
}

.check::before {
  content: '';
  position: absolute;
  width: 21px;
  height: 16px;
  top: 17px;
  left: 15px;
  background-image: url(../images/common/icons.png);
  background-size: 50px 1000px;
  background-position: 0 -413px;
  background-repeat: no-repeat;
}

@media (max-width: 575px) {
  .check::before {
    display: none;
  }
}

.check p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
}

.check {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999999;
  display: none;
  max-width: calc(100% - 50px);
  padding: 15px 15px 15px 48px;
  background-color: #24bb32;
  -webkit-box-shadow: 0 0 3px rgba(31, 255, 52, 0.7);
  box-shadow: 0 0 3px rgba(31, 255, 52, 0.7);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  .check {
    padding: 15px;
  }
}

.check::before {
  content: '';
  position: absolute;
  width: 21px;
  height: 16px;
  top: 17px;
  left: 15px;
  background-image: url(../images/common/icons.png);
  background-size: 50px 1000px;
  background-position: 0 -413px;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .check::before {
    display: none;
  }
}

.check p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
}

.error {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999999;
  display: none;
  max-width: calc(100% - 50px);
  padding: 15px;
  background-color: #c1272d;
  -webkit-box-shadow: 0 0 3px rgba(193, 39, 45, 0.7);
  box-shadow: 0 0 3px rgba(193, 39, 45, 0.7);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.error p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}

.topbar {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.topbar__itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .topbar__itembox .search {
    display: none;
  }
}

.topbar__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .topbar__option {
    width: calc(100% - 150px);
  }
}

.topbar__option-item {
  position: relative;
  width: 86px;
  border-left: 1px solid #bcbcbc;
}

@media (max-width: 575px) {
  .topbar__option-item {
    width: 65px;
  }
}

@media (max-width: 575px) {
  .topbar__option-item:last-child {
    border-right: 1px solid #bcbcbc;
  }
}

.topbar__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 22px 0;
}

.topbar__login::before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background-image: url(../images/common/icons.png);
  background-size: 50px 1000px;
  background-position: 0 -15px;
  background-repeat: no-repeat;
}

@media (max-width: 575px) {
  .topbar__login {
    padding: 10px 5px;
  }
}

.topbar__login p {
  color: #555;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  margin-top: 10px;
}

@media (max-width: 575px) {
  .topbar__login p {
    font-size: 12px;
  }
}

.topbar__login:hover {
  background-color: #f4f4f4;
}

.topbar__logout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 22px 0;
}

.topbar__logout::before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background-image: url(../images/common/icons.png);
  background-size: 50px 1000px;
  background-position: -25px -15px;
  background-repeat: no-repeat;
}

@media (max-width: 575px) {
  .topbar__logout {
    padding: 10px 5px;
  }
}

.topbar__logout p {
  color: #555;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  margin-top: 10px;
}

@media (max-width: 575px) {
  .topbar__logout p {
    font-size: 12px;
  }
}

.topbar__logout:hover {
  background-color: #f4f4f4;
}

.topbar__cart {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 22px 0;
}

@media (max-width: 575px) {
  .topbar__cart {
    padding: 10px 5px;
  }
}

.topbar__cart::before {
  content: '';
  display: block;
  width: 23px;
  height: 22px;
  background-image: url(../images/common/icons.png);
  background-size: 50px 1000px;
  background-position: 0 -37px;
  background-repeat: no-repeat;
}

.topbar__cart p {
  color: #555;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  margin-top: 10px;
}

@media (max-width: 575px) {
  .topbar__cart p {
    font-size: 12px;
  }
}

.topbar__cart:hover {
  background-color: #f4f4f4;
}

.topbar__cart-num {
  position: absolute;
  top: 13px;
  right: 20px;
  width: 22px;
  height: 22px;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  background-color: #cc0d0d;
  border-radius: 50%;
}

@media (max-width: 991px) and (min-width: 576px) {
  .topbar__cart-num {
    top: 8px;
  }
}

@media (max-width: 575px) {
  .topbar__cart-num {
    top: 5px;
    right: 7px;
  }
}

.cart {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  width: 320px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
  .cart {
    width: 300px;
  }
}

.cart__btnbox {
  text-align: center;
  padding: 20px;
}

.cart__btn {
  max-width: 220px;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  margin: 0 auto;
  background-color: #909090;
  border-radius: 3px;
}

.cart__itembox {
  max-height: 276px;
  overflow-x: hidden;
  overflow-y: auto;
}

.cart__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 65px 20px 20px;
  border-bottom: 1px solid #efefef;
}

.cart__item:nth-child(odd) {
  background-color: #f9f9f9;
}

.cart__item-img {
  display: block;
  width: 55px;
}

.cart__item-title {
  width: calc(100%  - 80px);
  padding: 0 20px 0 30px;
}

.cart__item-title a {
  display: inline-block;
  color: #333;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}

.cart__item-num {
  width: 25px;
  color: #777;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  text-align: right;
}

.cart__item-close {
  position: absolute;
  right: 20px;
  top: calc(50% - 6px);
  z-index: 2;
  width: 12px;
  height: 12px;
  background-image: url(../images/common/icons.png);
  background-size: 50px 1000px;
  background-position: 0 -551px;
  background-repeat: no-repeat;
}

.logo {
  display: block;
  width: 250px;
}

@media (max-width: 991px) {
  .logo {
    width: 150px;
  }
}

.search {
  width: calc(100% - 422px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 20px;
}

@media (max-width: 991px) {
  .search {
    width: 100%;
    padding: 0 15px;
  }
}

.search__box {
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .search__box {
    max-width: 260px;
  }
}

.search__input {
  width: 100%;
  height: 45px;
  color: #777;
  font-size: 14px;
  font-weight: 300;
  padding: 0 17px;
  border: 1px solid #c9caca;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search__input::-webkit-input-placeholder {
  color: #999;
}

.search__input:-ms-input-placeholder {
  color: #999;
}

.search__input::-ms-input-placeholder {
  color: #999;
}

.search__input::placeholder {
  color: #999;
}

@media (max-width: 991px) {
  .search__input {
    height: 35px;
  }
}

.search__btn {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 14px;
  height: 15px;
  background-image: url(../images/common/icons.png);
  background-size: 50px 1000px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .search__btn {
    top: 10px;
  }
}

.navbar {
  background-color: #092475;
}

.navbar__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991px) and (min-width: 576px) {
  .navbar__box {
    padding: 20px 0;
  }
}

@media (max-width: 575px) {
  .navbar__box {
    padding: 10px 0;
  }
}

.navbar__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 576px) {
  .navbar__phone::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-image: url(../images/common/icons.png);
    background-size: 50px 1000px;
    background-position: 0 -59px;
    background-repeat: no-repeat;
    opacity: .6;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .navbar__phone:hover::before {
    opacity: 1;
  }
}

.navbar__phone-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar__phone-item:nth-child(n + 2)::before {
  content: '/';
  color: #fff;
  opacity: .6;
  padding: 0 5px;
}

.navbar__phone-item a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  opacity: .6;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.navbar__phone-item a:hover {
  opacity: 1;
}

@media (max-width: 1199px) {
  .navbar__phone-item a {
    font-size: 14px;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .nav--mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  .nav--pc {
    display: none;
  }
}

@media (min-width: 1200px) {
  .nav__item:nth-child(n + 2) {
    margin-left: 50px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .nav__item:nth-child(n + 2) {
    margin-left: 30px;
  }
}

@media (max-width: 991px) {
  .nav__item {
    width: 100%;
  }
}

.nav__item-child {
  position: relative;
}

@media (min-width: 992px) {
  .nav__item-child {
    padding-right: 15px;
  }
}

.nav__link {
  position: relative;
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 60px;
}

@media (min-width: 992px) {
  .nav__link {
    opacity: .6;
  }
  .nav__link:hover {
    opacity: 1;
  }
  .nav__link--active {
    opacity: 1;
  }
  .nav__link--active::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #83c93d;
  }
}

@media (max-width: 991px) {
  .nav__link {
    color: #555;
    line-height: 40px;
    padding: 0 15px;
  }
  .nav__link:hover, .nav__link--active {
    color: #222;
  }
}

@media (min-width: 992px) {
  .nav__link-arrow {
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .nav__link-arrow::before {
    content: '';
    display: block;
    width: 8px;
    height: 5px;
    background-image: url(../images/common/icons.png);
    background-size: 50px 1000px;
    background-position: 0 -74px;
    background-repeat: no-repeat;
  }
}

@media (max-width: 991px) {
  .nav__link-arrow {
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    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;
  }
  .nav__link-arrow::before {
    content: '';
    display: block;
    width: 8px;
    height: 5px;
    background-image: url(../images/common/icons.png);
    background-size: 50px 1000px;
    background-position: 0 -215px;
    background-repeat: no-repeat;
  }
}

.nav__itemswrap {
  position: relative;
}

.nav__itemswrap:hover .nav-secondary__list-wrap {
  display: block;
}

.nav-secondary__list-wrap {
  width: 140px;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  display: none;
  box-shadow: 0 5px 10px 0px rgb(0 0 0 / 15%);
}

.nav-secondary__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
}

.nav-secondary__item-wrap {
  width: 100%;
}

.nav-secondary__item-wrap:hover {
  background-color: #83c93d;
}

.nav-secondary__item-wrap:hover .nav-secondary__item {
  color: #ffffff;
}

.nav-secondary__item {
  width: 100%;
  padding: 10px 15px;
  display: block;
  font-size: 16px;
  color: #777777;
}

.nav__news {
  display: none;
}

.nav__item-news:hover .nav__news {
  display: block;
}

.nav__product {
  width: 100%;
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav__product--open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;

  max-height: calc(100vh - 150px);

  overflow: auto;
}

@media (min-width: 992px) {
  .nav__product {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.15);
  }
}

@media (max-width: 991px) {
  .nav__product, .nav__news {
    background-color: #666;
  }
}

.nav__product-item {
  width: 100%;
}

@media (min-width: 992px) {
  .nav__product-item {
    width: calc((100% - 150px) / 6);
    margin-right: 30px;
  }
  .nav__product-item:nth-child(n + 7) {
    margin-top: 30px;
  }
  .nav__product-item:nth-child(6n) {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .nav__product, .nav__news {
    width: 100%;
  }
}

.nav__product-photo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.nav__product-photo::before {
  content: '';
  display: block;
  padding-top: 68%;
}

.nav__product-maintitle, .nav__news-maintitle {
  padding: 13px 0;
  border-bottom: 1px solid #dcdddd;
}

@media (max-width: 991px) {
  .nav__product-maintitle, .nav__news-maintitle {
    padding: 0;
    border: 0;
  }
}

.nav__product-maintitle a, .nav__news-maintitle a {
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .nav__product-maintitle a, .nav__news-maintitle a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 15px;
  }
  .nav__product-maintitle a:hover, .nav__product-maintitle a.active, .nav__news-maintitle a:hover, .nav__news-maintitle a.active {
    background-color: #000;
  }
}

.nav__product-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 10px;
}

.nav__product-link {
  display: block;
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
}

.nav__product-link:hover {
  color: #333;
}

.nav__product-link:nth-child(n + 2) {
  margin-top: 6px;
}

.burger {
  width: 20px;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.burger::before, .burger::after {
  content: '';
  display: block;
  width: 100px;
  height: 2px;
  background-color: #fff;
}

@media (min-width: 992px) {
  .burger {
    display: none;
  }
}

.burger__line {
  display: block;
  width: 100px;
  height: 2px;
  background-color: #fff;
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 300px;
  height: 100%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .4s ease, -webkit-box-shadow .4s ease;
  transition: -webkit-transform .4s ease, -webkit-box-shadow .4s ease;
  -o-transition: transform .4s ease, box-shadow .4s ease;
  transition: transform .4s ease, box-shadow .4s ease;
  transition: transform .4s ease, box-shadow .4s ease, -webkit-transform .4s ease, -webkit-box-shadow .4s ease;
}

.menu--open {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.menu--open + .menu__ground {
  display: block;
}

.menu__wrap {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.menu__ground {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  display: none;
  background-color: #000;
  opacity: .7;
}

.footer__main {
  padding: 50px 0;
  background-color: #121c35;
}

@media (max-width: 991px) {
  .footer__main {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .footer__main {
    text-align: center;
  }
}

.footer__itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -10px;
}

.footer__item {
  padding: 0 10px;
}

@media (min-width: 1200px) {
  .footer__item:first-child {
    width: 31%;
  }
  .footer__item:nth-child(2) {
    width: 29%;
  }
  .footer__item:nth-child(3) {
    width: 30%;
  }
  .footer__item:nth-child(4) {
    width: 10%;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .footer__item {
    width: 50%;
  }
  .footer__item:nth-child(n + 3) {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .footer__item {
    width: 100%;
  }
  .footer__item:nth-child(n + 2) {
    margin-top: 20px;
  }
}

.footer__logo {
  width: 140px;
  margin-bottom: 20px;
}

.footer__logo + p {
  font-family: 'Noto Sans TC', '微軟正黑體';
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  opacity: .8;
}

@media (min-width: 768px) {
  .footer__logo + p {
    max-width: 275px;
  }
}

.footer__logo + .business__list .business__list-item {
  color: rgba(255, 255, 255, 0.8);
}

.footer__title {
  color: #83c93d;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .footer__title {
    margin-bottom: 5px;
  }
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 768px) {
  .footer__links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer__link {
  position: relative;
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  padding-left: 30px;
  -webkit-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
}

.footer__link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 15px;
  height: 15px;
  background-image: url(../images/common/icons.png);
  background-size: 50px 1000px;
  background-repeat: no-repeat;
}

.footer__link-social {
  padding: 0;
}

.footer__link-social::before {
  display: none;
}

.footer__link-tel::before {
  background-position: 0 -79px;
}

.footer__link-fax::before {
  background-position: 0 -94px;
}

.footer__link-mail {
  font-family: 'Noto Sans TC', '微軟正黑體';
}

.footer__link-mail::before {
  background-position: 0 -109px;
}

.footer__link-map::before {
  background-position: 0 -124px;
}

.footer__link-fb::before {
  background-position: 0 -139px;
}

.footer__link-yt::before {
  background-position: 0 -154px;
}

.footer__link-line::before {
  background-position: 0 -169px;
}

.footer__link:nth-child(n + 2) {
  margin-top: 5px;
}

a.footer__link:hover {
  color: #fff;
}

.copyright {
  padding: 15px 0;
  background-color: #0e1728;
}

.copyright p {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  opacity: .5;
}

.copyright a {
  color: #fff;
}

.gotop {
  position: fixed;
  right: 20px;
  bottom: -100px;
  width: 40px;
  height: 40px;
  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;
  background-color: #1d4b9e;
  border-radius: 50%;
  -webkit-transition: bottom .5s ease;
  -o-transition: bottom .5s ease;
  transition: bottom .5s ease;
  z-index: 999;
}

.gotop::before {
  content: '';
  display: block;
  width: 12px;
  height: 15px;
  background-image: url(../images/common/icons.png);
  background-size: 50px 1000px;
  background-position: 0 -398px;
  background-repeat: no-repeat;
}

.indexslider {
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
  .indexslider--mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  .indexslider--pc {
    display: none;
  }
}

.indexslider .indexslider__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.indexslider__slide {
  height: 40.625vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .indexslider__slide {
    height: 80vw;
  }
}

@media (max-width: 767px) {
  .indexslider__slide {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .indexslider__box {
    max-width: 510px;
  }
}

.indexslider__box h1 {
  color: #fff;
  font-size: 45px;
  line-height: 1.2;
}

.indexslider__box h1:empty {
  display: none;
}

.indexslider__box h1:empty + p {
  margin-top: 0;
}

@media (max-width: 767px) {
  .indexslider__box h1 {
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .indexslider__box h1:empty ~ a {
    margin-top: 0;
  }
}

.indexslider__box p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  margin-top: 20px;
  opacity: .8;
}

.indexslider__box p:empty {
  display: none;
}

.indexslider__box p:empty + a {
  margin-top: 0;
}

@media (max-width: 575px) {
  .indexslider__box p {
    display: none;
  }
}

.indexslider__box a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  padding: 12px 32px;
  margin-top: 35px;
  background-color: #83c93d;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .indexslider__box a {
    margin-top: 20px;
  }
}

.indexslider .slick-dots {
  bottom: 70px;
}

.indexslider .slick-dots li {
  width: 40px;
  height: 3px;
  margin: 0 8px;
  background-color: #fff;
}

.indexslider .slick-dots li.slick-active {
  background-color: #83c93d;
}

.indexslider .slick-dots li button {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}

.indexslider .slick-dots li button::before {
  display: none;
}

.indexslider.slick-slider {
  margin: 0;
}

.indexproduct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.indexproduct__item {
  position: relative;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.indexproduct__item::before {
  content: '';
  display: block;
  padding-top: 61%;
}

.indexproduct__item:hover .indexproduct__box div {
  color: #fff;
  background-color: #83c93d;
}

@media (min-width: 1200px) {
  .indexproduct__item {
    width: calc((99.999% - 60px) / 3);
    margin: 30px 30px 0 0;
  }
  .indexproduct__item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .indexproduct__item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 1199px) and (min-width: 576px) {
  .indexproduct__item {
    width: calc((100% - 20px) / 2);
    margin: 20px 20px 0 0;
  }
  .indexproduct__item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .indexproduct__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .indexproduct__item {
    width: 100%;
  }
  .indexproduct__item:nth-child(n + 2) {
    margin-top: 20px;
  }
}

.indexproduct__box {
  position: absolute;
  top: 50%;
  padding: 10px 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.indexproduct__box h3 {
  color: #333;
  font-size: 32px;
  line-height: 1.2;
  margin-top: 5px;
}

.indexproduct__box p {
  color: #999;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.2;
}

.indexproduct__box div {
  display: inline-block;
  color: #83c93d;
  font-size: 13px;
  line-height: 1;
  padding: 5px 17px;
  margin-top: 25px;
  background-color: #fff;
  border: 1px solid #83c93d;
  border-radius: 12px;
  -webkit-transition: color .4s ease, background-color .4s;
  -o-transition: color .4s ease, background-color .4s;
  transition: color .4s ease, background-color .4s;
}

.welcome {
  padding-top: 125px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .welcome {
    padding: 40px 0 0;
  }
}

.welcome__box {
  text-align: center;
}

.welcome__tag {
  position: relative;
  z-index: 2;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  padding: 10px 10px 9px;
  background-color: #83c93d;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.welcome__title {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 50px;
  line-height: 1.2;
  margin-top: 20px;
  text-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

@media (max-width: 991px) and (min-width: 576px) {
  .welcome__title {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .welcome__title {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .welcome__img {
    margin-top: -80px;
    margin-bottom: -135px;
  }
}

@media (max-width: 991px) {
  .welcome__img {
    margin-top: -10%;
  }
}

.indexnews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .indexnews__section {
    padding-top: 200px;
  }
}

.indexnews .news__item {
  margin: 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .indexnews .news__item:nth-child(n + 2) {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .indexnews .news__item {
    width: calc((99.999% - 60px) / 3);
  }
  .indexnews .news__item:nth-child(n + 2) {
    margin-left: 30px;
  }
}

@media (max-width: 991px) {
  .indexnews .news__item {
    width: 100%;
  }
  .indexnews .news__item:nth-child(n + 2) {
    margin-top: 20px;
  }
}

.about__anchor {
  position: fixed;
  right: 15px;
  top: 200px;
  z-index: 5000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 991px) {
  .about__anchor {
    display: none;
  }
}

.about__anchor-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #aaa;
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
  padding: 0 10px;
  -webkit-transition: color .4s ease, background-color .4s ease;
  -o-transition: color .4s ease, background-color .4s ease;
  transition: color .4s ease, background-color .4s ease;
}

@media (max-width: 1480px) {
  .about__anchor-item {
    color: transparent;
  }
}

.about__anchor-item::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  margin-left: 13px;
  border: 1px solid #aaa;
  border-radius: 50%;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.about__anchor-item:not(.about__anchor-item--active):hover {
  color: #aaa;
}

.about__anchor-item--active {
  color: #fff;
  text-indent: 0;
  background-color: #83c93d;
}

.about__anchor-item--active::after {
  background-color: #fff;
  border-color: #fff;
}

.about__titlebox {
  position: relative;
  margin-bottom: 45px;
}

@media (max-width: 991px) {
  .about__titlebox {
    margin-bottom: 30px;
  }
}

.about__title {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #333;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  padding-right: 13px;
  background-color: #fff;
}

@media (max-width: 991px) {
  .about__title {
    font-size: 26px;
  }
}

.about__hr {
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  width: 100%;
  height: 4px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.about__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about__img {
  width: 42%;
  text-align: center;
}

@media (max-width: 991px) {
  .about__img {
    width: 100%;
  }
}

.about__main {
  width: 58%;
  padding-left: 35px;

  text-align: justify;
  text-align-last: left;
}

@media (max-width: 991px) {
  .about__main {
    width: 100%;
    padding: 20px 0 0;
  }
}

.about__main p {
  color: #555;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.94;
}

.aboutslider {
  margin: 0 -10px;
}

.aboutslider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aboutslider .slick-slide {
  height: auto;
}

.aboutslider .slick-dots {
  bottom: -50px;
}

.aboutslider .slick-dots li button::before {
  color: #fff;
}

.aboutslider .aboutslider__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aboutslider__wrap {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.aboutslider__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10px;
}

.aboutslider__item {
  width: 100%;
  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;
  text-align: center;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}

.aboutslider__item img {
  height: 60px;
  margin: 0 auto 30px;
}

.aboutslider__item h4 {
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.aboutslider__item h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
}

.aboutslider__item p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  word-break: break-all;
  line-height: 1.7;
  opacity: .8;
}

.aboutslider__item div:nth-child(2) {
  display: none;
}

.aboutslider__item:hover div:first-child {
  display: none;
}

.aboutslider__item:hover div:nth-child(2) {
  display: block;
}

.spirit__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.spirit__img {
  position: relative;
  width: 47%;
  text-align: center;
}

@media (min-width: 992px) {
  .spirit__img::before {
    content: '';
    position: absolute;
    left: -17px;
    top: 21px;
    width: 100%;
    height: 100%;
    background-color: #efefef;
  }
}

@media (max-width: 991px) {
  .spirit__img {
    width: 100%;
  }
}

.spirit__img img {
  position: relative;
}

.spirit__main {
  width: 53%;
  padding-right: 60px;
}

@media (max-width: 991px) {
  .spirit__main {
    width: 100%;
    text-align: center;
    padding: 0 0 20px;
  }
}

.spirit__title {
  color: #1d4b9e;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .spirit__title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

.spirit__textbox {
  margin-bottom: 20px;
}

.spirit__textbox p {
  color: #555;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.spirit__textbox p:nth-child(n + 2) {
  color: #777;
  margin-top: 25px;
}

.sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .sign {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.sign p {
  color: #333;
  font-size: 16px;
  font-weight: 200;
  line-height: 1;
  padding-right: 12px;
}

.sign img {
  height: 35px;
}

.business {
  padding-top: 70px;
}

@media (max-width: 991px) {
  .business {
    padding-top: 40px;
  }
}

.business__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.business__main {
  width: calc(100% - 280px);
  padding-right: 15px;
}

@media (max-width: 991px) {
  .business__main {
    width: 100%;
    padding: 0 0 20px;
  }
}

.business__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 992px) {
  .business__content {
    padding-right: 35px;
  }
}

.business__img {
  width: 300px;
  text-align: center;
}

@media (max-width: 767px) {
  .business__img {
    width: 100%;
  }
}

.business__textbox {
  width: calc(100% - 300px);
  padding-left: 20px;
}

@media (max-width: 767px) {
  .business__textbox {
    width: 100%;
    text-align: center;
    padding: 20px 0 0;
  }
}

.business__textbox h4 {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.business__textbox p {
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.94;
  margin-top: 10px;
}

.business__service {
  width: 280px;
}

@media (max-width: 991px) {
  .business__service {
    width: 100%;
  }
}

.business__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.business__list-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.95;
}

.business__list-item::before {
  content: '';
  display: block;
  width: 14px;
  height: 12px;
  margin-right: 15px;
  background-image: url(../images/common/icons.png);
  background-size: 50px 1000px;
  background-position: 0 -220px;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .business__list-item:nth-child(n + 2) {
    margin-top: 5px;
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  .business__list-item {
    width: 33.3333%;
  }
  .business__list-item:nth-child(n + 4) {
    margin-top: 5px;
  }
}

@media (max-width: 575px) {
  .business__list-item {
    width: 50%;
  }
  .business__list-item:nth-child(n + 3) {
    margin-top: 5px;
  }
}

.history {
  position: relative;
}

.history::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #c9caca;
}

@media (max-width: 991px) {
  .history::before {
    left: 0;
  }
}

@media (min-width: 992px) {
  .history {
    padding-bottom: 60px;
  }
}

.history__wrap {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.history__item:nth-child(n + 2) {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .history__item:nth-child(odd) {
    text-align: right;
  }
  .history__item:nth-child(odd) .history__box::before {
    content: '';
    position: absolute;
    left: calc(100% + 18px);
    top: 0px;
    z-index: 2;
    width: 26px;
    height: 26px;
    background-color: #1d7ed8;
    border-radius: 50%;
  }
  .history__item:nth-child(odd) .history__box::after {
    content: '';
    position: absolute;
    left: calc(100% + 26px);
    top: 8px;
    z-index: 3;
    width: 10px;
    height: 10px;
    background-color: #1d4b9e;
    border-radius: 50%;
  }
  .history__item:nth-child(odd) .history__box .history__box-dot {
    position: absolute;
    left: calc(100% + 13px);
    top: -5px;
    z-index: 1;
    width: 36px;
    height: 36px;
    background-color: #1d7ed8;
    border-radius: 50%;
    opacity: .2;
  }
  .history__item:nth-child(odd) .history__textbox {
    padding: 0 0 0 10px;
  }
  .history__item:nth-child(even) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .history__item:nth-child(even) .history__box::before {
    content: '';
    position: absolute;
    right: calc(100% + 17px);
    top: 0px;
    width: 26px;
    height: 26px;
    background-color: #1d7ed8;
    border-radius: 50%;
  }
  .history__item:nth-child(even) .history__box::after {
    content: '';
    position: absolute;
    right: calc(100% + 25px);
    top: 8px;
    width: 10px;
    height: 10px;
    background-color: #1d4b9e;
    border-radius: 50%;
  }
  .history__item:nth-child(even) .history__box .history__box-dot {
    position: absolute;
    right: calc(100% + 12px);
    top: -5px;
    z-index: 1;
    width: 36px;
    height: 36px;
    background-color: #1d7ed8;
    border-radius: 50%;
    opacity: .2;
  }
  .history__item:nth-child(even) .history__textbox {
    padding: 0 10px 0 0;
  }
}

@media (max-width: 991px) {
  .history__item {
    padding-left: 15px;
  }
  .history__item:nth-child(odd) .history__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.history__box {
  position: relative;
  width: calc(50% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.history__box--link h6{
  transition-property: color;
  transition-timing-function: linear;
  transition-duration: .3s;
}

.history__box--link:hover h6{
  color: #1d4b9e;
}

@media (max-width: 991px) {
  .history__box {
    width: 100%;
  }
  .history__box::before {
    content: '';
    position: absolute;
    right: calc(100% + 5px);
    top: 6px;
    width: 20px;
    height: 20px;
    background-color: #1d7ed8;
    border-radius: 50%;
  }
  .history__box::after {
    content: '';
    position: absolute;
    right: calc(100% + 11px);
    top: 12px;
    width: 8px;
    height: 8px;
    background-color: #1d4b9e;
    border-radius: 50%;
  }
}

.history__box h5 {
  width: 100%;
  color: #1d4b9e;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 767px) {
  .history__box h5 {
    font-size: 26px;
  }
}

.history__img {
  width: 160px;
  text-align: center;
}

@media (max-width: 575px) {
  .history__img {
    display: none;
  }
}

.history__bimg {
  width: 100%;
  margin-top: 15px;
}

.history__textbox {
  width: calc(100% - 160px);
}

@media (max-width: 991px) and (min-width: 576px) {
  .history__textbox {
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .history__textbox {
    width: 100%;
    padding: 0;
  }
}

.history__textbox h6 {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 16px;
}

.history__textbox p {
  color: #777;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 10px;
}

.feature {
  padding: 30px 0;
  background-color: #333;
}

.feature__itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .feature__item {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .feature__item {
    width: calc((99.999% - 150px) / 3);
  }
}

@media (max-width: 767px) {
  .feature__item {
    width: 100%;
  }
  .feature__item:nth-child(n + 2) {
    margin-top: 20px;
  }
}

.feature__icon {
  width: 75px;
  height: 75px;
  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;
  background-color: #fff;
  border-radius: 50%;
}

.feature__icon::before {
  content: '';
  display: block;
  width: 35px;
  height: 38px;
  background-image: url(../images/common/icons.png);
  background-size: 50px 1000px;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .feature__icon {
    margin: 0 auto;
  }
}

.feature__icon1::before {
  background-position: 0 -232px;
}

.feature__icon2::before {
  background-position: 0 -270px;
}

.feature__icon3::before {
  background-position: 0 -308px;
}

.feature__box {
  width: calc(100% - 75px);
  padding-left: 25px;
}

@media (max-width: 991px) {
  .feature__box {
    width: 100%;
    padding: 10px 0 0;
  }
}

.feature__box h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 7px;
}

.feature__box p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  opacity: .6;
}

.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 991px) {
  .news--inside .news__aside {
    display: none;
  }
}

@media (max-width: 991px) {
  .news--inside .news__main {
    padding-top: 0;
  }
}

.news__aside {
  width: 270px;
}

@media (max-width: 1199px) {
  .news__aside {
    width: 220px;
  }
}

@media (max-width: 991px) {
  .news__aside {
    width: 100%;
  }
}

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

@media (max-width: 991px) {
  .news__aside-img--pc {
    display: none;
  }
}

@media (min-width: 992px) {
  .news__aside-img--mb {
    display: none;
  }
}

.news__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .news__search {
    display: none;
  }
}

.news__search-input {
  width: calc(100% - 60px);
  height: 35px;
  color: #555;
  font-size: 14px;
  padding: 0 10px;
  background-color: #ececec;
  border: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.news__search-input::-webkit-input-placeholder {
  color: #999;
}

.news__search-input:-ms-input-placeholder {
  color: #999;
}

.news__search-input::-ms-input-placeholder {
  color: #999;
}

.news__search-input::placeholder {
  color: #999;
}

.news__search-btn {
  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;
  width: 60px;
  height: 35px;
  background-color: #909090;
  border-top-right: 2px;
  border-bottom-right: 2px;
  -webkit-transition: background-color .4 ease;
  -o-transition: background-color .4 ease;
  transition: background-color .4 ease;
}

.news__search-btn::before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  background-image: url(../images/common/icons.png);
  background-size: 50px 1000px;
  background-position: 0 -184px;
  background-repeat: no-repeat;
  opacity: .8;
  -webkit-transition: opacity .4 ease;
  -o-transition: opacity .4 ease;
  transition: opacity .4 ease;
}

@media (max-width: 991px) {
  .news__category {
    margin-bottom: 20px;
  }
}

.news__category-title {
  position: relative;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 16px;
  border-bottom: 1px solid #dddddd;
}

.news__category-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50px;
  border-top: 1px solid #1d4b9e;
}

@media (max-width: 991px) {
  .news__category-title::before {
    content: '▶';
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #aaa;
  }
}

@media (max-width: 991px) {
  .news__category-title--open::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.news__category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 35px 15px;
}

@media (max-width: 991px) {
  .news__category-list {
    display: none;
    padding: 20px 10px 0;
  }
}

@media (max-width: 991px) {
  .news__category-list--open {
    display: block;
  }
}

.news__category-link {
  display: block;
  color: #999;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  -webkit-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
}

.news__category-link:nth-child(n + 2) {
  margin-top: 20px;
}

.news__category-link:hover, .news__category-link--active {
  color: #1d4b9e;
  font-weight: 500;
}

.news__main {
  width: calc(100% - 270px);
  padding-left: 50px;
}

@media (max-width: 1199px) {
  .news__main {
    width: calc(100% - 220px);
  }
}

@media (max-width: 991px) {
  .news__main {
    width: 100%;
    padding: 30px 0 0;
  }
}

.news__itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news__item {
  position: relative;
  display: block;
}

.news__item:hover .news__item-img::after {
  opacity: .5;
}

.news__item:hover .news__item-more {
  opacity: 1;
}

@media (min-width: 992px) {
  .news__item {
    width: calc((100% - 35px) / 2);
    margin: 40px 35px 0 0;
  }
  .news__item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .news__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  .news__item {
    width: calc((100% - 20px) / 2);
    margin: 20px 20px 0 0;
  }
  .news__item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .news__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .news__item {
    width: 100%;
  }
  .news__item:nth-child(n + 2) {
    margin-top: 20px;
  }
}

.news__item-tri {
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 80px 0 0;
  border-color: rgba(255, 255, 255, 0.95) transparent transparent transparent;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.05));
}

.news__item-type {
  position: absolute;
  top: 15px;
  left: 8px;
  z-index: 3;
  width: 2em;
  height: 16px;
  color: #777;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  overflow: hidden;
}

.news__item-img {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #eee;
}

.news__item-img::before {
  content: '';
  display: block;
  padding-top: 66.67%;
}

.news__item-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.news__item-title {
  max-height: 2.6em;
  overflow: hidden;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 12px;
}

@media (max-width: 991px) {
  .news__item-title {
    margin-bottom: 10px;
  }
}

.news__item-more {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 70px);
  z-index: 2;
  display: block;
  width: 140px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  background-color: #83c93d;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.news__detail-titlebox {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .news__detail-titlebox {
    margin-bottom: 25px;
  }
}

.news__detail-title {
  font-family: 'Noto Sans TC', '微軟正黑體';
  color: #333;
  font-size: 28px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .news__detail-title {
    font-size: 24px;
  }
}

.news__detail-date {
  font-family: 'Noto Sans TC', '微軟正黑體';
  color: #909090;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 15px;
}

.return {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #ddd;
}

@media (max-width: 991px) {
  .return {
    text-align: center;
    padding-top: 20px;
    margin-top: 20px;
  }
}

.return__btn {
  display: inline-block;
  color: #aaa;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  padding: 7px 17px;
  border: 1px solid #aaa;
  -webkit-transition: color .4s ease, background-color .4s ease;
  -o-transition: color .4s ease, background-color .4s ease;
  transition: color .4s ease, background-color .4s ease;
}

.return__btn:hover {
  color: #fff;
  background-color: #aaa;
}

.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .login {
    min-height: 740px;
  }
}

.login__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* @media (min-width: 992px) {
  .login__box {
    padding-right: 65px;
  }
} */

.login__textbox {
  width: calc(100% - 350px);
  /* max-width: 540px; */
  padding-right: 80px;
}

@media (max-width: 991px) {
  .login__textbox {
    display: none;
  }
}

.login__title {
  color: #fff;
  font-size: 45px;
  line-height: 1.2;
}

.login__text {
  font-family: 'Noto Sans TC', '微軟正黑體';
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  margin-top: 30px;
  opacity: .8;
}

.login__form {
  width: 350px;
  padding: 45px 25px;
  background-color: #fff;
  background-radius: 4px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

@media (max-width: 991px) {
  .login__form {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .login__form {
    padding: 25px 20px;
  }
}

.login__form-titlebox {
  text-align: center;
  margin-bottom: 30px;
}

.login__form-title {
  color: #333;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
}

.login__form-subtitle {
  color: #c9caca;
  font-size: 20px;
  line-height: 1.2;
}

.login__inputbox-row:nth-child(n + 2) {
  margin-top: 15px;
}

.login__input {
  width: 100%;
  height: 36px;
  color: #555;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  padding: 0 40px 0 10px;
  background-color: #efefef;
  border: 1px solid transparent;
  background-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% - 12px) center;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}

.login__input::-webkit-input-placeholder {
  color: #999;
}

.login__input:-ms-input-placeholder {
  color: #999;
}

.login__input::-ms-input-placeholder {
  color: #999;
}

.login__input::placeholder {
  color: #999;
}

.login__input-account {
  background-image: url(../images/login/account_icon.png);
}

.login__input-password {
  background-image: url(../images/login/password_icon.png);
}

.login__btnbox {
  margin-top: 25px;
}

.login__submit {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 12px 0 11px;
  background-color: #83c93d;
  background-radius: 2px;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.login__submit:hover {
  opacity: .8;
}

.login__submit-text {
  color: #777;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  margin-top: 10px;
}

.login__submit-text a {
  color: #028fc8;
  text-decoration: underline;
}

.forget {
  display: inline-block;
  color: #028fc8;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: underline;
  margin-top: 10px;
}

.forget__text {
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.57;
  margin-top: 15px;
}

.register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.register__titlebox {
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .register__titlebox {
    text-align: center;
    margin-bottom: 15px;
  }
}

.register__title {
  color: #222;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .register__title {
    font-size: 28px;
  }
}

.register__subtitle {
  color: #999;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 10px;
}

.register__main {
  width: calc(100% - 300px);
  padding-right: 30px;
}

@media (max-width: 991px) {
  .register__main {
    width: 100%;
    padding: 0 0 20px;
  }
}

.register__main-block:nth-child(n + 2) {
  margin-top: 30px;
}

.register__main-title {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dcdddd;
}

@media (max-width: 575px) {
  .register__main-title {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.register__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.register__row:nth-child(n + 2) {
  margin-top: 18px;
}

@media (max-width: 575px) {
  .register__row:nth-child(n + 2) {
    margin-top: 10px;
  }
}

@media (min-width: 992px) {
  .register__label {
    width: 150px;
    text-align: right;
    padding: 5px 30px 0 0;
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  .register__label {
    width: 90px;
    padding: 5px 10px 0 0;
  }
}

@media (max-width: 575px) {
  .register__label {
    width: 100%;
    padding: 0 0 5px;
  }
}

.register__label label {
  color: #555;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}

.register__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 992px) {
  .register__content {
    width: calc(100% - 150px);
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  .register__content {
    width: calc(100% - 90px);
  }
}

@media (max-width: 575px) {
  .register__content {
    width: 100%;
  }
}

.register__inputbox-full {
  width: 100%;
}

@media (min-width: 576px) {
  .register__inputbox-half {
    width: calc(50% - 8px);
  }
  .register__inputbox-half:nth-child(even) {
    margin-left: 16px;
  }
}

@media (max-width: 575px) {
  .register__inputbox-half {
    width: 100%;
  }
  .register__inputbox-half:nth-child(even) {
    margin-top: 12px;
  }
}

.register__input {
  width: 100%;
  height: 36px;
  color: #555;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  padding: 0 10px;
  background-color: #efefef;
  border: 1px solid transparent;
  background-radius: 3px;
}

.register__input::-webkit-input-placeholder {
  color: #999;
}

.register__input:-ms-input-placeholder {
  color: #999;
}

.register__input::-ms-input-placeholder {
  color: #999;
}

.register__input::placeholder {
  color: #999;
}

.register__radio {
  display: none;
}

.register__radio:checked + .register__radio-label::before {
  background-color: #83c93d;
  border-color: #83c93d;
}

.register__radio:checked + .register__radio-label::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 4px;
  width: 9px;
  height: 7px;
  background-image: url(../images/common/icons.png);
  background-size: 50px 1000px;
  background-position: 0 -362px;
  background-repeat: no-repeat;
}

.register__radio-label {
  position: relative;
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  padding-left: 26px;
  margin: 10px 25px 10px 0;
}

.register__radio-label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.register__radio-label:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .register__radio-label {
    margin: 2px 10px 2px 0;
  }
}

.register__btnbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 992px) {
  .register__btnbox {
    padding-left: 150px;
  }

  .register__btnbox .register__aside{
    display: none;
  }
}

@media (max-width: 991px) {
  .register__btnbox .register__aside{
    display: block !important;
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  .register__btnbox {
    padding-left: 90px;
  }
}

@media (max-width: 575px) {
  .register__btnbox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.register__agree {
  position: relative;
  color: #555;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  padding-left: 24px;
  margin-top: 15px;
}

.register__agree::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #dcdddd;
  border-radius: 1px;
}

.register__agree + a {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  color: #555;
  text-decoration: underline;
}

.register__agree + a:hover {
  color: #83c93d;
}

.register__agree-checkbox {
  display: none;
}

.register__agree-checkbox:checked + .register__agreebox .register__agree::before {
  background-color: #83c93d;
  border-color: #83c93d;
}

.register__agree-checkbox:checked + .register__agreebox .register__agree::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 4px;
  width: 9px;
  height: 7px;
  background-image: url(../images/common/icons.png);
  background-size: 50px 1000px;
  background-position: 0 -362px;
  background-repeat: no-repeat;
}

.register__submit {
  width: 100%;
  max-width: 300px;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  padding: 11px 0;
  margin-top: 40px;
  background-color: #83c93d;
  border-radius: 2px;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.register__submit:hover {
  opacity: .8;
}

@media (max-width: 991px) {
  .register__submit {
    margin-top: 20px;
  }
}

.register__aside {
  width: 300px;
  border: 1px solid #c9caca;
  border-radius: 2px;
}

@media (max-width: 991px) {
  .register__aside {
    display: none;

    width: 100%;
    margin-top: 25px;
  }
}

.register__aside-title {
  position: relative;
  color: #323232;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  padding: 12px 12px 12px 35px;
  background-color: #efefef;
  border-bottom: 1px solid #c9caca;
}

.register__aside-title::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 12px;
  width: 12px;
  height: 15px;
  background-image: url(../images/common/icons.png);
  background-size: 50px 1000px;
  background-position: 0 -369px;
  background-repeat: no-repeat;
}

.register__aside-inner {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}

.register__aside-content {
  padding: 12px;
}

.register__aside-content p {
  color: #767676;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact__block {
  width: calc(50% - 30px);
}

@media (max-width: 991px) {
  .contact__block {
    width: 100%;
  }
  .contact__block:nth-child(n + 2) {
    margin-top: 30px;
  }
}

.contact__block-item:nth-child(n + 2) {
  margin-top: 45px;
}

@media (max-width: 991px) {
  .contact__block-item:nth-child(n + 2) {
    margin-top: 20px;
  }
}

.contact__titlebox {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .contact__titlebox {
    margin-bottom: 15px;
  }
}

.contact__titlebox h2 {
  color: #000;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 991px) {
  .contact__titlebox h2 {
    font-size: 26px;
  }
}

.contact__titlebox p {
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  margin-top: 10px;
}

.contact__map {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.contact__map iframe {
  width: 100%;
  height: 180px;
}

.contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact__info-item {
  position: relative;
  color: #777;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  padding: 0 10px 0 30px;
  -webkit-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
}

.contact__info-item::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url(../images/common/icons.png);
  background-size: 50px 1000px;
  background-repeat: no-repeat;
}

@media (min-width: 576px) {
  .contact__info-item:nth-child(odd) {
    width: 46%;
  }
  .contact__info-item:nth-child(even) {
    width: 54%;
  }
  .contact__info-item:nth-child(n + 3) {
    margin-top: 15px;
  }
}

@media (max-width: 575px) {
  .contact__info-item {
    width: 100%;
  }
  .contact__info-item:nth-child(n + 2) {
    margin-top: 15px;
  }
}

.contact__info-tel::before {
  background-position: -15px -79px;
}

.contact__info-address::before {
  background-position: -15px -94px;
}

.contact__info-fax::before {
  background-position: -15px -109px;
}

.contact__info-mail::before {
  background-position: -15px -124px;
}

.contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact__form-row {
  width: 100%;
  margin-top: 20px;
}

.contact__form-row:first-child {
  margin-top: 0;
}

.contact__form-row--half {
  width: calc(50% - 7px);
}

.contact__input {
  width: 100%;
  height: 47px;
  font-family: 'Poppins', 'Noto Sans TC', '微軟正黑體';
  color: #555;
  font-size: 14px;
  font-weight: 300;
  padding: 0 10px;
  background-color: #ececec;
  border: 1px solid transparent;
  border-radius: 2px;
}

.contact__input::-webkit-input-placeholder {
  color: #999;
}

.contact__input:-ms-input-placeholder {
  color: #999;
}

.contact__input::-ms-input-placeholder {
  color: #999;
}

.contact__input::placeholder {
  color: #999;
}

.contact__select {
  width: 100%;
  height: 47px;
  font-family: 'Poppins', 'Noto Sans TC', '微軟正黑體';
  color: #999;
  font-size: 14px;
  font-weight: 300;
  padding: 0 10px;
  background-color: #ececec;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/contact/select_arrow.png);
  background-size: 9px 5px;
  background-position: calc(100% - 10px) calc(50% - 1px);
  background-repeat: no-repeat;
}

.contact__select--selected {
  color: #555;
}

.contact__textarea {
  width: 100%;
  height: 192px;
  font-family: 'Poppins', 'Noto Sans TC', '微軟正黑體';
  color: #555;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 10px;
  background-color: #ececec;
  border: 1px solid transparent;
  border-radius: 2px;
  resize: none;
}

.contact__textarea::-webkit-input-placeholder {
  color: #999;
}

.contact__textarea:-ms-input-placeholder {
  color: #999;
}

.contact__textarea::-ms-input-placeholder {
  color: #999;
}

.contact__textarea::placeholder {
  color: #999;
}

.contact__btnbox {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .contact__btnbox {
    text-align: center;
    margin-top: 20px;
  }
}

.contact__submit {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  padding: 13px 20px;
  background-color: #83c93d;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.contact__submit:hover {
  opacity: .8;
}

a.contact__info-item:hover {
  color: #092475;
}

.form__error {
  border-color: #c1272d !important;
}

.form__error + .error__text {
  display: block;
}

.error__text {
  position: relative;
  display: none;
  color: #c1272d;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  padding-left: 20px;
  margin-top: 8px;
}

.error__text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  left: 0;
  width: 14px;
  height: 14px;
  background-image: url(../images/common/icons.png);
  background-size: 50px 1000px;
  background-position: 0 -384px;
  background-repeat: no-repeat;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.lightbox--open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lightbox__main {
  width: calc(100% - 30px);
  position: relative;
  text-align: center;
  padding: 60px 50px 25px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}

@media (min-width: 480px) {
  .lightbox__main {
    max-width: 350px;
  }
}

.lightbox__close {
  padding: 3px 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #eee;
  cursor: pointer;
  transition: all .3s ease;
}

.lightbox__close::before {
  content: "略過";
  font-size: 14px;
  color: #555;
}

.lightbox__close:hover {
  opacity: .7;
}

.lightbox__main h2 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 15px;
}

.lightbox__main h2 + p {
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 20px;
}

.lightbox__icon {
  position: absolute;
  width: 75px;
  top: -37px;
  left: calc(50% - 37px);
}

.lightbox__btnbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lightbox__btn {
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 37px;
  border-radius: 2px;
}

.lightbox__btn--half {
  width: calc(50% - 5px);
}

.lightbox__btn--full {
  width: 100%;
}

.lightbox__btn-info {
  color: #83c93d;
  border: 1px solid #83c93d;
}

.lightbox__btn-login {
  color: #fff;
  background-color: #83c93d;
  border: 1px solid #83c93d;
}

.lightbox__btn-leave {
  color: #fff;
  background-color: #9fa0a0;
}

.label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.label__aside {
  position: relative;
  width: 270px;
}

@media (max-width: 1199px) {
  .label__aside {
    width: 220px;
  }
}

@media (max-width: 991px) {
  .label__aside {
    width: 100%;
  }
}

.label__main {
  width: calc(100% - 270px);
  padding-left: 30px;
}

@media (max-width: 1199px) {
  .label__main {
    width: calc(100% - 220px);
  }
}

@media (max-width: 991px) {
  .label__main {
    width: 100%;
    padding: 20px 0 0;
  }
}

.label__category {
  padding: 10px 18px 20px;
  background-color: #fff;
  border: 1px solid #eaeaea;
}

.label__category-wrap {
  position: relative;
}

@media (max-width: 991px) {
  .label__category-wrap {
    display: none;
  }
}

@media (max-width: 991px) {
  .label__category-wrap--open {
    display: block;
  }
}

.label__category-btn {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 40px;
  color: #657b9b;
  text-align: center;
  background-color: #f2f4f9;
}

@media (min-width: 992px) {
  .label__category-btn {
    display: none;
  }
}

.label__category-btn::before {
  content: '展開分類選單';
}

.label__category-btn--open {
  margin-top: 10px;
}

.label__category-btn--open::before {
  content: '收回分類選單';
}

.label__category-item:nth-child(n + 2) {
  margin-top: 10px;
}

.label__category-item h3 {
  position: relative;
  padding: 0 25px 10px 0;
  border-bottom: 1px solid #dddddd;
}

.label__category-item h3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  border-bottom: 1px solid #1d4b9e;
}

.label__category-item--active .label__category-arrow::before {
  background-position: 0 -436px;
}

.label__category-item--active > .submenu {
  display: block;
}

.label__category-link {
  display: inline-block;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

.label__category-arrow {
  position: absolute;
  right: 0;
  top: 6px;
  z-index: 2;
  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;
  width: 20px;
  height: 20px;
}

.label__category-arrow::before {
  content: '';
  display: block;
  width: 11px;
  height: 7px;
  background-image: url(../images/common/icons.png);
  background-size: 50px 1000px;
  background-position: 0 -429px;
  background-repeat: no-repeat;
}

.label__mainbanner {
  text-align: center;
  margin-bottom: 25px;
}

.label__mainbanner-slide img {
  margin: 0 auto;
}

.label__mainbanner .slick-dots {
  bottom: 10px;
}

.label__mainbanner .slick-dots li {
  width: auto;
  height: auto;
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.2));
}

.label__mainbanner .slick-dots li button {
  width: 14px;
  height: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 50%;
}

.label__mainbanner .slick-dots li button::before {
  content: '';
  position: static;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
}

.label__mainbanner .slick-dots li.slick-active button {
  border-color: #83c93d;
}

.label__mainbanner .slick-dots li.slick-active button::before {
  background-color: #83c93d;
}

.label__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .label__product {
    display: block;
  }
}

.label__product-btn {
  position: relative;
  width: 120px;
  height: 36px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 36px;
  padding: 0 15px;
  background-color: #0162bd;
  border-radius: 18px;
}

.label__product-btn::after {
  content: '';
  position: absolute;
  right: 15px;
  top: 10px;
  width: 15px;
  height: 15px;
  background-image: url(../images/common/icons.png);
  background-size: 50px 1000px;
  background-position: 0 -443px;
  background-repeat: no-repeat;
}

@media (max-width: 575px) {
  .label__product-btn {
    margin-top: 15px;
  }
}

.label__itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

.label__item {
  position: relative;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.label__item::before {
  content: '';
  display: block;
  padding-top: 62%;
}

.label__item:hover span {
  color: #fff;
  background-color: #83c93d;
}

@media (min-width: 768px) {
  .label__item {
    width: calc(50% - 15px);
    margin: 30px 30px 0 0;
  }
  .label__item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .label__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .label__item {
    width: 100%;
  }
  .label__item:nth-child(n + 2) {
    margin-top: 15px;
  }
}

.label__item-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 49%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.label__item-content {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 51%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
}

.label__item-content h3 {
  max-height: 2.4em;
  overflow: hidden;
  color: #171717;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 5px;
}

@media (max-width: 575px) {
  .label__item-content h3 {
    font-size: 22px;
  }
}

.label__item-content p {
  max-height: 4.2em;
  overflow: hidden;
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .label__item-content p {
    display: none;
  }
}

.label__item-content span {
  display: inline-block;
  width: 120px;
  height: 34px;
  color: #83c93d;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #83c93d;
  border-radius: 17px;
  -webkit-transition: color .4s, background-color .4s;
  -o-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
}

.submenu {
  display: none;
}

.submenu__item {
  padding: 15px 0;
  border-bottom: 1px dashed #ddd;
}

.submenu__item:last-child {
  padding-bottom: 0;
  border: 0;
}

.submenu__item h4 {
  position: relative;
  padding-right: 15px;
}

.submenu__item--active > .submenu {
  display: block;
}

.submenu__item--active > h4 .submenu__item-arrow::before {
  display: none;
}

.submenu__item--current > h4 .submenu__item-link {
  color: #1d4b9e;
  font-weight: 500;
}

.submenu__item--current > h4 .submenu__item-arrow::before {
  display: none;
}

.submenu__item--current > h4 .submenu__item-arrow::after {
  background-color: #1d4b9e;
}

.submenu__item-link {
  display: inline-block;
  color: #333;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  padding: 0 0 0 15px;
}

.submenu__item-arrow {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 2;
  width: 9px;
  height: 9px;
}

.submenu__item-arrow::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #999;
}

.submenu__item-arrow::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #999;
}

.submenu .submenu {
  padding-left: 10px;
}

.download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #efefef;
}

.download__item {
  display: block;
  text-align: center;
  padding: 15px;
  border: 4px solid #efefef;
  border-radius: 2px;
}

@media (min-width: 992px) {
  .download__item {
    width: calc((99.999% - 100px) / 3);
    margin: 25px 50px 0 0;
  }
  .download__item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .download__item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  .download__item {
    width: calc((100% - 40px) / 3);
    margin: 20px 20px 0 0;
  }
  .download__item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .download__item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .download__item {
    width: 100%;
  }
  .download__item:nth-child(n + 2) {
    margin-top: 15px;
  }
}

.download__item:hover .download__btn p {
  color: #0162bd;
}

.download__item:hover .download__btn p::before {
  background-position: 0 -629px;
}

.download__title {
  font-family: 'Noto Sans TC', '微軟正黑體';
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  margin-top: 15px;
}

.download__size {
  color: #999;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 6px;
}

.download__btn {
  padding-top: 10px;
  margin-top: 15px;
  border-top: 2px solid #efefef;
}

.download__btn p {
  position: relative;
  display: inline-block;
  color: #777777;
  font-size: 14px;
  line-height: 1;
  padding-left: 24px;
}

.download__btn p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 15px;
  background-image: url(../images/common/icons.png);
  background-size: 50px 1000px;
  background-position: 0 -614px;
  background-repeat: no-repeat;
}

.category__maintitle {
  color: #222;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .category__maintitle {
    font-size: 22px;
  }
}

.category__maintitle-hr {
  height: 4px;
  margin: 17px 0 12px;
  background-color: #efefef;
  border: 1px solid #c9caca;
}

@media (max-width: 991px) {
  .category__maintitle-hr {
    margin: 10px 0;
  }
}

.category__itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: stretch;
  align-content: center;
}

.category__item {
  position: relative;

  padding-bottom: 20px;
}
.category__item::before {
  content: "";

  position: absolute;
  bottom: 0;
  right: 0;

  display: block;

  width: calc(100% + 30px);
  height: 1px;

  background-color: #ddd;
}

@media (min-width: 992px) {
  .category__item {
    width: calc((100% - 90px) / 4);
    margin: 0 30px 0 0;
  }

  .category__item:nth-child(4n) {
    margin-right: 0;
  }

  .category__item:nth-child(4n + 1)::before {
    width: 100%;
  }

  .category__item:nth-child(n + 5) {
    margin-top: 25px;
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  .category__item {
    width: calc(50% - 15px);
    margin: 0px 30px 0 0;
  }

  .category__item:nth-child(2n) {
    margin-right: 0;
  }

  .category__item:nth-child(2n + 1)::before {
    width: 100%;
  }

  .category__item:nth-child(n + 3) {
    margin-top: 25px;
  }
}

@media (max-width: 575px) {
  .category__item {
    width: 100%;
  }
  .category__item:nth-child(n + 2) {
    margin-top: 30px;
  }
  .category__item::before {
    width: 100%;
  }
}

.category__item-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.category__item-img::before {
  content: '';
  display: block;
  padding-top: 118%;
}

@media (max-width: 991px) {
  .category__item-img {
    margin-bottom: 15px;
  }
}

.category__item-title a {
  color: #222;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  display: block;
  -webkit-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s;
}
@media (max-width: 991px) {
  .category__item-title a {
    text-align: center;
  }
}

.category__item-title a:hover {
  color: #689f38;
}

.category__item-links a {
  display: block;
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  -webkit-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s;
}

.category__item-links a:hover {
  color: #689f38;
}

.category__item-links a:nth-child(n + 2) {
  margin-top: 10px;
}

.product {
  overflow-x: auto;
  overflow-y: hidden;
}

.product__table {
  min-width: 800px;
  border: 1px solid #c9caca;
}

.product__theader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #efefef;
}

.product__th {
  width: 25%;
  color: #333;
  font-size: 14px;
  line-height: 60px;
  text-align: center;
}

.product__tbody-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product__tbody-row:nth-child(n + 2) {
  border-top: 1px solid #efefef;
}

.product__td {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}

.product__td:nth-child(2) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product__td:nth-child(2) a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #689f38;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

.product__td:nth-child(3) {
  color: #555;
  font-size: 14px;
  line-height: 1.7;
}

.product__td:nth-child(4) {
  color: #555;
  font-size: 14px;
  line-height: 1.7;
}

.product__td:nth-child(n + 2) {
  border-left: 1px solid #efefef;
}

.product__td-img {
  position: relative;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.product__td-img::before {
  content: '';
  display: block;
  padding-top: 70%;
}

.product__td-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
}

.product__td-img:hover::after {
  opacity: .3;
}

.product__td-img:hover span {
  opacity: 1;
}

.product__td-img span {
  position: absolute;
  top: calc(50% - 17px);
  left: calc(50% - 60px);
  z-index: 2;
  display: inline-block;
  width: 120px;
  height: 34px;
  color: #fff;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  background-color: #83c93d;
  border-radius: 17px;
  opacity: 0;
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
}

.detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 55px;
}

.detail__banner {
  width: 340px;
}

@media (max-width: 767px) {
  .detail__banner {
    width: 100%;
    text-align: center;
  }
}

.detail__info {
  width: calc(100% - 340px);
  padding-left: 40px;
}

@media (max-width: 767px) {
  .detail__info {
    width: 100%;
    text-align: center;
    padding: 20px 0 0;
  }
}

.detail__title {
  color: #222;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
}

.detail__type {
  color: #689f38;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.detail__textarea p {
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
}

.detail__cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .detail__cart {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .detail__cart {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.detail__cart-btn {
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  padding-left: 72px;
  padding-right: 38px;
  margin-left: 35px;
  background-color: #7ac622;
  border-radius: 20px;
}

@media (max-width: 575px) {
  .detail__cart-btn {
    margin: 20px 0 0;
  }
}

.detail__cart-btn::before {
  content: '';
  position: absolute;
  width: 23px;
  height: 20px;
  top: 10px;
  left: 37px;
  background-image: url(../images/common/icons.png);
  background-size: 50px 1000px;
  background-position: 0 -505px;
  background-repeat: no-repeat;
}

.detail__tabs {
  position: relative;
  width: calc(100% - 120px);
  font-size: 0;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

@media (max-width: 575px) {
  .detail__tabs {
    width: 100%;
  }
}

.detail__tabs-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 575px) {
  .detail__tabs-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.detail__tab {
  width: 120px;
  display: inline-block;
  color: #999;
  font-size: 14px;
  font-weight: 300;
  line-height: 36px;
  text-align: center;
  padding: 0 10px;
  background-color: #dddddd;
  -webkit-transition: color .4s, background-color .4s;
  -o-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
}

.detail__tab:last-child {
  width: auto;
}

@media (max-width: 575px) {
  .detail__tab {
    width: calc((99.999% - 4px) / 3);
  }
}

.detail__tab:nth-child(n + 2) {
  margin-left: 2px;
}

.detail__tab--active {
  color: #fff;
  background-color: #1d4b9e;
}

.detail__download {
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 575px) {
  .detail__download {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 10px;
  }
}

.detail__download a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0162bd;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.detail__download div {
  width: 30px;
  height: 30px;
  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;
  margin-right: 7px;
  background-color: rgba(1, 98, 189, 0.1);
  border-radius: 50%;
}

.detail__download div::before {
  content: '';
  display: block;
  width: 14px;
  height: 15px;
  background-image: url(../images/common/icons.png);
  background-size: 50px 1000px;
  background-position: 0 -537px;
  background-repeat: no-repeat;
}

.detail__content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
}

.detail__content:nth-child(3) p {
  overflow-x: auto;
  overflow-y: hidden;
}

.detail__content:nth-child(3) img {
  display: inline-block;
}

.detail__content--open {
  padding-top: 20px;
  height: auto;
  overflow: visible;
  opacity: 1;
}

.detail__return {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.detail__return a {
  display: block;
  width: 135px;
  height: 40px;
  color: #898989;
  font-size: 14px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #c9caca;
  border-radius: 20px;
  -webkit-transition: color .4s, background-color .4s, border-color .4s;
  -o-transition: color .4s, background-color .4s, border-color .4s;
  transition: color .4s, background-color .4s, border-color .4s;
}

.detail__return a:hover {
  color: #fff;
  background-color: #0162bd;
  border-color: #0162bd;
}

.detail__downloads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  width: 100%;
  margin-top: 20px;
}

.detail__downloads-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border: 1px solid #ddd;
}

@media (min-width: 992px) {
  .detail__downloads-item {
    width: calc((99.999% - 40px) / 3);
  }
  .detail__downloads-item:nth-child(3n) {
    margin-right: 0px;
  }
  .detail__downloads-item:nth-child(-n + 3) {
    margin-top: 0px;
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  .detail__downloads-item {
    width: calc((100% - 20px) / 2);
  }
  .detail__downloads-item:nth-child(2n) {
    margin-right: 0px;
  }
  .detail__downloads-item:nth-child(-n + 2) {
    margin-top: 0px;
  }
}

@media (min-width: 576px) {
  .detail__downloads-item {
    padding: 30px 20px;
    margin-top: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 575px) {
  .detail__downloads-item {
    width: 100%;
    padding: 20px 15px;
    margin-top: 15px;
  }
  .detail__downloads-item:nth-child(-n + 1) {
    margin-top: 0px;
  }
}

.detail__downloads-item:hover {
  border-color: #092475;
}

.detail__downloads-item:hover .detail__downloads-name {
  color: #092475;
}

.detail__downloads-item:hover::before {
  background-position: bottom;
}

.detail__downloads-item:hover::after {
  background-position: bottom;
}

.detail__downloads-item::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("../images/product/downloads_img.svg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.detail__downloads-item::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/product/downloads_icon.svg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.detail__downloads-name {
  width: calc(100% - 60px);
  padding: 0px 15px;
  font-size: 14px;
  font-weight: 300;
  color: #333;
}

.counter {
  margin-top: 25px;
}

.counter h5 {
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  padding-bottom: 6px;
}

.counter__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #c9caca;
}

.counter__btn {
  position: relative;
  display: block;
  width: 31px;
  height: 31px;
  background-color: #f9f9f9;
}

.counter__minus::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  left: calc(50% - 5px);
  top: 15px;
  background-color: #999;
}

.counter__plus::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  left: calc(50% - 5px);
  top: 15px;
  background-color: #999;
}

.counter__plus::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  top: calc(50% - 5px);
  left: 15px;
  background-color: #999;
}

.counter__input {
  width: 40px;
  height: 31px;
  color: #999;
  font-size: 16px;
  text-align: center;
  border-top: 0;
  border-bottom: 0;
  border-left: 1px solid #c9caca;
  border-right: 1px solid #c9caca;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 35px;
}

.share::before {
  content: '分享：';
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

@media (max-width: 767px) {
  .share {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.share__btn {
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../images/common/icons.png);
  background-size: 50px 1000px;
  background-repeat: no-repeat;
}

.share__btn:nth-child(n + 2) {
  margin-left: 15px;
}

.share__btn-fb {
  background-position: 0 -139px;
}

.share__btn-line {
  background-position: 0 -169px;
}

.share__btn-twitter {
  background-position: 0 -644px;
}

.newproduct__category {
  width: 270px;
  padding: 0 20px;
  border: 1px solid #dddddd;
}

@media (max-width: 1199px) {
  .newproduct__category {
    width: 220px;
  }
}

@media (max-width: 991px) {
  .newproduct__category {
    display: none;
  }
}

.newproduct__category--fixed {
  position: fixed;
  top: 170px;
}

.newproduct__category--bottom {
  position: absolute;
  bottom: 0;
}

.newproduct__category-item {
  border-bottom: 1px dashed #dddddd;
}

.newproduct__category-item:last-child {
  border: 0;
}

.newproduct__category-item a {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  padding: 15px 0;
  -webkit-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s;
}

.newproduct__category-item.active a {
  font-weight: 500;
  color: #1d4b9e;
}

.newproduct__category-item a:hover {
  color: #1d4b9e;
}

.newproduct__category--select {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 300;
  color: #333;
  background-color: #fff;
  border: 1px solid #dddddd;
}

@media (min-width: 992px) {
  .newproduct__category--select {
    display: none;
  }
}

.newproduct__block {
  padding: 25px 0;
  border-bottom: 1px solid #efefef;
}

.newproduct__logo img {
  height: 45px;
}

@media (max-width: 991px) {
  .newproduct__logo img {
    height: 36px;
  }
}

.newproduct__itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 0 0;
}

.newproduct__itembox--active .newproduct__item {
  display: block !important;
}

.newproduct__itembox-more {
  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;
  width: 100%;
  color: #657b9b;
  font-size: 14px;
  font-weight: 300;
  line-height: 40px;
  margin-top: 20px;
  background-color: #f2f4f9;
}

.newproduct__itembox-more::before {
  content: '+';
  margin-right: 5px;
  font-weight: 500;
}

.newproduct__itembox-more::after {
  content: '看更多最新商品';
}

.newproduct__itembox-more--active::before {
  content: '-';
}

.newproduct__itembox-more--active::after {
  content: '收回';
}

.newproduct__item {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .newproduct__item {
    width: calc((100% - 210px) / 4);
    margin: 40px 70px 0 0;
  }
  .newproduct__item:nth-child(-n + 4) {
    margin-top: 0;
  }
  .newproduct__item:nth-child(4n) {
    margin-right: 0;
  }
  .newproduct__item:nth-child(n + 9) {
    display: none;
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  .newproduct__item {
    width: calc((99.999% - 100px) / 3);
    margin: 30px 50px 0 0;
  }
  .newproduct__item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .newproduct__item:nth-child(3n) {
    margin-right: 0;
  }
  .newproduct__item:nth-child(n + 7) {
    display: none;
  }
}

@media (max-width: 575px) {
  .newproduct__item {
    width: calc(50% - 15px);
    margin: 30px 30px 0 0;
  }
  .newproduct__item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .newproduct__item:nth-child(2n) {
    margin-right: 0;
  }
  .newproduct__item:nth-child(n + 5) {
    display: none;
  }
}

.newproduct__item-img {
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.newproduct__item-img::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.newproduct__item-text {
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 6px;
}

.newproduct__item h3 {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 10px;
}

.newproduct__item p {
  color: #689f38;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 6px;
}

.inquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inquiry__maintitle {
  color: #222;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .inquiry__maintitle {
    font-size: 28px;
  }
}

.inquiry__main {
  width: calc(100% - 210px);
}

@media (max-width: 991px) {
  .inquiry__main {
    width: 100%;
  }
}

.inquiry__block:nth-child(n + 2) {
  margin-top: 40px;
}

.inquiry__tablebox {
  overflow-x: auto;
  overflow-y: hidden;
}

.inquiry__table {
  min-width: 700px;
}

.inquiry__theader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #eee;
}

.inquiry__th {
  color: #555;
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  padding: 0 10px;
}

.inquiry__th:first-child {
  width: 320px;
  text-align: left;
}

.inquiry__th:nth-child(2) {
  width: 155px;
}

.inquiry__th:nth-child(3) {
  width: 60px;
}

.inquiry__th:nth-child(4) {
  width: calc(100% - 535px);
}

.inquiry__tbody-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}

.inquiry__tbody-row:nth-child(n + 2) {
  border-top: 1px solid #efefef;
}

.inquiry__tbody-info {
  display: block;
}

.inquiry__tbody-empty {
  color: #777;
  font-size: 14px;
  line-height: 1.7;
  padding: 40px 15px;
}

@media (max-width: 575px) {
  .inquiry__tbody-empty {
    padding: 20px 15px;
  }
}

.inquiry__td {
  padding: 0 10px;
}

.inquiry__td:first-child {
  width: 320px;
}

.inquiry__td:nth-child(2) {
  width: 155px;
}

.inquiry__td:nth-child(2) input {
  width: 100%;
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 38px;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #dcdddd;
  border-radius: 3px;
}

.inquiry__td:nth-child(3) {
  width: 60px;
}

.inquiry__td:nth-child(3) input {
  width: 100%;
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 38px;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #dcdddd;
  border-radius: 3px;
}

.inquiry__td:nth-child(4) {
  width: calc(100% - 535px);
}

.inquiry__td:nth-child(4) div {
  position: relative;
  padding-right: 30px;
}

.inquiry__td:nth-child(4) div textarea {
  width: 100%;
  height: 68px;
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 38px;
  padding: 0 10px;
  border: 1px solid #dcdddd;
  border-radius: 3px;
  resize: none;
}

.inquiry__td:nth-child(4) div a {
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../images/common/icons.png);
  background-size: 50px 1000px;
  background-position: 0 -551px;
  background-size: no-repeat;
}

.inquiry__td-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inquiry__td-info:hover .inquiry__td-content h3 {
  color: #83c93d;
}


.inquiry__td-img {
  width: 100px;
}

.inquiry__td-content {
  width: calc(100% - 100px);
  padding-left: 15px;
}

.inquiry__td-content h3 {
  color: #222;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  transition: color .2s ease-in;
}

.inquiry__titlebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inquiry__titleicon {
  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;
  width: 45px;
  background-color: #83c93d;
  border-top-left-radius: 3px;
}

.inquiry__titleicon-product::before {
  content: '';
  display: block;
  width: 21px;
  height: 18px;
  background-image: url(../images/common/icons.png);
  background-size: 50px 1000px;
  background-position: 0 -571px;
  background-size: no-repeat;
}

.inquiry__titleicon-user::before {
  content: '';
  display: block;
  width: 15px;
  height: 18px;
  background-image: url(../images/common/icons.png);
  background-size: 50px 1000px;
  background-position: 0 -589px;
  background-size: no-repeat;
}

.inquiry__title {
  width: calc(100% - 45px);
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding: 10px;
  background-color: #f1f1f1;
  border-top-right-radius: 3px;
}

.inquiry__content {
  padding: 20px 30px;
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px;
}

@media (max-width: 575px) {
  .inquiry__content {
    padding: 15px 20px;
  }
}

.inquiry__bottom {
  margin-top: 35px;
}

.inquiry__bottom p {
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 10px;
}

.inquiry__btnbox {
  font-size: 0;
  text-align: center;
}

.inquiry__btn {
  display: inline-block;
  width: 220px;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
}

.inquiry__btn:nth-child(n + 2) {
  margin-left: 15px;
}
@media (max-width: 575px) {
  .inquiry__btn {
    width: calc((90% - 15px) / 2);
  }
}

.inquiry__btn-reset {
  color: #b5b5b6;
  border-color: #c9caca;

  transition: color .4s, background-color .4s;
}

.inquiry__btn-reset:hover {
  color: #fff;
  background-color: #c9caca;
}

.inquiry__btn-submit {
  color: #fff;
  background-color: #83c93d;
  border-color: #83c93d;

  transition: border-color .4s, background-color .4s;
}

.inquiry__btn-submit:hover {
  background-color: #4c6d25;
  border-color: #4c6d25;
}

.inquiry__aside {
  width: 210px;
  padding-left: 15px;
}

@media (max-width: 991px) {
  .inquiry__aside {
    display: none;
  }
}

.inquiry__aside-title {
  position: relative;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}

.inquiry__aside-title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  border-bottom: 1px solid #1d4b9e;
}

.inquiry__aside-list {
  padding: 0 10px;
  border: 1px solid #efefef;
}

.inquiry__aside-list a {
  position: relative;
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 300;
  line-height: 48px;
  padding: 0 15px 0 28px;
}

.inquiry__aside-list a::before {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
}

.inquiry__aside-list a:nth-child(n + 2) {
  border-top: 1px dashed #ddd;
}

.infomation__form:nth-child(n + 2) {
  margin-top: 15px;
}

.infomation__form-login {
  padding: 20px 0;
  border-top: 1px solid #dcdddd;
  border-bottom: 1px solid #dcdddd;
}

.infomation__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.infomation__form-row:nth-child(n + 2) {
  margin-top: 15px;
}

.infomation__form-row label {
  display: block;
  width: 140px;
  color: #555;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  padding-right: 30px;
  margin-top: 10px;
}

@media (min-width: 576px) {
  .infomation__form-row label {
    text-align: right;
  }
}

@media (max-width: 575px) {
  .infomation__form-row label {
    width: 100%;
    padding: 0 0 10px;
    margin: 0;
  }
}

.infomation__main {
  width: calc(100% - 140px);
}

@media (max-width: 575px) {
  .infomation__main {
    width: 100%;
  }
}

.infomation__input {
  width: 100%;
  height: 36px;
  color: #999;
  font-size: 14px;
  font-weight: 300;
  padding: 0 10px;
  background-color: #f6f6f6;
  border: 0;
  border-radius: 3px;
}

.infomation__input::-webkit-input-placeholder {
  color: #999;
}

.infomation__input:-ms-input-placeholder {
  color: #999;
}

.infomation__input::-ms-input-placeholder {
  color: #999;
}

.infomation__input::placeholder {
  color: #999;
}

.infomation__textarea {
  width: 100%;
  height: 136px;
  color: #999;
  font-size: 14px;
  font-weight: 300;
  padding: 5px 10px;
  background-color: #f6f6f6;
  border: 0;
  border-radius: 3px;
  resize: none;
}

.infomation__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.infomation__radio input {
  display: none;
}

.infomation__radio input:checked + label::before {
  background-color: #83c93d;
  border-color: #83c93d;
}

.infomation__radio input:checked + label::after {
  content: '';
  position: absolute;
  width: 9px;
  height: 7px;
  z-index: 2;
  left: 4px;
  top: 14px;
  background-image: url(../images/common/icons.png);
  background-size: 50px 1000px;
  background-position: 0 -607px;
  background-repeat: no-repeat;
}

.infomation__radio label {
  width: auto;
  position: relative;
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 36px;
  text-align: left;
  padding: 0 0 0 26px;
  margin-top: 0;
  margin-right: 15px;
}

.infomation__radio label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.infomation__radio label:last-child {
  margin-right: 0;
}

.nav__product-more {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;

  margin-top: 10px;

  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  color: #092475;
}
.nav__product-more img {
  width: 12px;
  height: 12px;
  margin-left: 3px;
}
.nav__product-more:hover {
  opacity: .7;
}

.note__gray {
  margin: 10px 0;
  padding: 15px;
  border-left: 5px solid #323232;
  background-color: #eee;
  font-weight: 300;
}

:target::before {
  content: "";
  display: block;
  height: 180px;
  margin-top: -180px;
}