.pointer {
  cursor: pointer;
}

.text-green {
  color: #71b17e;
}

.text-wtf {
  color: #3c9b9a;
}

.homepage_header {
  background-image: url("/assets/0home_banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
}

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

.homepage_header svg,
.homepage_header .svg {
  width: 400px;
  position: absolute;
  top: 20px;
  left: 55px;
}

.homepage_header svg *,
.homepage_header .svg * {
  font-family: Logo;
}

.homepage_header ul.hp_ul {
  white-space: nowrap;
  max-width: 50%;
  padding: 0;
  font-family: Gen;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 4rem;
  z-index: 999;
}

.homepage_header ul.hp_ul li {
  padding-top: 2.5rem;
  font-size: 22px;
  font-weight: bold;
}

.homepage_header ul.hp_ul li a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: bolder;
  color: #000;
}

.homepage_header ul.hp_ul li a:hover::before, .homepage_header ul.hp_ul li a.active::before {
  opacity: 1;
}

.homepage_header ul.hp_ul li a:hover, .homepage_header ul.hp_ul li a.active {
  color: #71b17e;
}

.homepage_header .hp_logo_bg {
  width: 800px;
  height: 340px;
}

.mask {
  position: absolute;
  bottom: 0px;
  right: 0px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: white;
  -webkit-mask: linear-gradient(348deg, #000 34%, transparent 70%);
          mask: linear-gradient(348deg, #000 34%, transparent 70%);
}

.home_rwd_header {
  background-image: url("/assets/rwd_banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 0px bottom 0px;
  height: 250px;
}

.home_rwd_header .logo .hp_logo_bg {
  width: 260px;
  height: auto;
}

.home_rwd_header .logo svg,
.home_rwd_header .logo .svg {
  width: 145px;
  height: auto;
  position: absolute;
  top: 5px;
  left: 5px;
}

.home_rwd_header .logo svg *,
.home_rwd_header .logo .svg * {
  font-family: Logo;
}

.home_rwd_header .mask2 {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0px;
  right: 0px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: white;
  -webkit-mask: linear-gradient(350deg, #000 40%, transparent 70%);
          mask: linear-gradient(350deg, #000 40%, transparent 70%);
}

#rwd_menu {
  z-index: 990;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
}

#rwd_menu div.rwd_top {
  max-height: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(90deg, #c8dc70 0%, #7fc06f 32%, #51a3a1 70%, #0c898b 100%);
  position: relative;
  background-color: #fff;
}

#rwd_menu div.rwd_top .logobox {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-60%);
          transform: translateX(-60%);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#rwd_menu div.rwd_top .logobox svg,
#rwd_menu div.rwd_top .logobox .svg {
  width: 133px;
  height: 48px;
  padding-left: 1rem;
}

#rwd_menu div.rwd_top .logobox svg *,
#rwd_menu div.rwd_top .logobox .svg * {
  font-family: Logo;
}

#rwd_menu .rwd_menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: #fff;
  padding: 0;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.5);
}

#rwd_menu .rwd_menu_list li {
  height: 100%;
  padding-left: 2rem;
  padding-top: 1rem;
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 3px solid #00000029;
}

#rwd_menu .rwd_menu_list li a,
#rwd_menu .rwd_menu_list li a:active,
#rwd_menu .rwd_menu_list li a:visited,
#rwd_menu .rwd_menu_list li a:hover {
  font-size: 17px;
  font-weight: bold;
  color: #000;
}

.ham_icon {
  cursor: pointer;
  z-index: 999;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
}

.homepage #rwd_menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.homepage #rwd_menu.open {
  opacity: 1;
  visibility: visible;
}

.normal_header {
  background-color: #fff;
  border-bottom: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(90deg, #c8dc70 0%, #7fc06f 32%, #51a3a1 70%, #0c898b 100%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.normal_header .logo {
  padding-left: 6rem;
}

.normal_header .logo svg,
.normal_header .logo .svg {
  width: 220px;
}

.normal_header .logo svg *,
.normal_header .logo .svg * {
  font-family: Logo;
}

.normal_header ul {
  white-space: nowrap;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.5rem;
  padding-right: 6rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  font-weight: bolder;
}

@media screen and (max-width: 1600px) {
  .normal_header ul {
    gap: 1rem;
  }
}

.normal_header ul li a {
  font-size: 22px;
  color: #000;
}

.normal_header ul li a:hover::before, .normal_header ul li a.active::before {
  opacity: 1;
}

.normal_header ul li a:hover, .normal_header ul li a.active {
  color: #71b17e;
}

#rwd_menu_normal {
  z-index: 1;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
}

#rwd_menu_normal.open {
  z-index: 990;
}

#rwd_menu_normal div.rwd_top {
  max-height: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(90deg, #c8dc70 0%, #7fc06f 32%, #51a3a1 70%, #0c898b 100%);
  position: relative;
  background-color: #fff;
}

#rwd_menu_normal div.rwd_top .logobox {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-60%);
          transform: translateX(-60%);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#rwd_menu_normal div.rwd_top .logobox svg,
#rwd_menu_normal div.rwd_top .logobox .svg {
  padding-left: 1rem;
  width: 133px;
  height: 48px;
}

#rwd_menu_normal div.rwd_top .logobox svg *,
#rwd_menu_normal div.rwd_top .logobox .svg * {
  font-family: Logo;
}

#rwd_menu_normal .rwd_menu_list {
  height: 0;
  z-index: -999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: #fff;
  padding: 0;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.5);
}

#rwd_menu_normal .rwd_menu_list.open {
  z-index: 999;
  visibility: visible;
  opacity: 1;
  height: 100%;
}

#rwd_menu_normal .rwd_menu_list li {
  height: 100%;
  padding-left: 2rem;
  padding-top: 1rem;
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 3px solid #00000029;
}

#rwd_menu_normal .rwd_menu_list li a,
#rwd_menu_normal .rwd_menu_list li a:active,
#rwd_menu_normal .rwd_menu_list li a:visited,
#rwd_menu_normal .rwd_menu_list li a:hover {
  font-size: 17px;
  font-weight: bold;
  color: #000;
}

.footer {
  letter-spacing: 2px;
  padding: 0;
  margin: 0;
}

.footer .green_part {
  gap: 8.75rem;
  background-color: #71b17e;
  color: #fff;
}

.footer .green_part svg,
.footer .green_part .svg {
  width: 221px;
}

.footer .green_part svg *,
.footer .green_part .svg * {
  font-family: Logo;
}

.footer .green_part a {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
}

.footer .green_part a.active .footer .green_part a:active, .footer .green_part a:hover {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .footer .green_part {
    padding-top: 2rem;
    gap: 2rem;
  }
}

.footer .green_part .footer_detail .detail_a ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.footer .green_part .footer_detail .detail_b {
  white-space: nowrap;
}

.footer .green_part .footer_detail_rwd {
  font-size: 14px;
}

.footer .green_part .footer_detail_rwd ul {
  white-space: nowrap;
}

.footer .green_part .footer_detail_rwd a {
  font-size: 14px;
}

.footer .dark_part {
  background-color: #252d39;
  color: #bcbcbc;
  font-size: 15px;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .footer span {
    font-size: 14px;
  }
}

main {
  padding-top: 1rem;
}

.dot2 {
  top: -10%;
  right: 20px;
}

@media screen and (max-width: 991px) {
  .dot2 {
    height: auto;
    width: 94px;
    top: 0%;
  }
}

.dot1 {
  top: 25%;
  left: 0px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  z-index: -10;
}

@media screen and (max-width: 991px) {
  .dot1 {
    height: auto;
    width: 42px;
    top: 45%;
  }
}

.about_tai_hu {
  color: #404040;
}

.about_tai_hu .img_lg {
  display: none;
}

@media screen and (max-width: 991px) {
  .about_tai_hu .img_lg {
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 360px;
    max-width: 100%;
  }
}

.about_tai_hu h1 {
  padding-left: 12rem;
  color: #404040;
  font-size: 3rem;
  font-weight: 500;
}

.about_tai_hu h1 span {
  color: #71b17e;
  font-weight: bold;
}

.about_tai_hu .tai_hu_detail {
  max-height: 360px;
  height: 360px;
  background-image: url("/assets/img_home_about_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.about_tai_hu .tai_hu_detail h2 {
  padding-left: 13rem;
  padding-top: 2.5rem;
  font-weight: bold;
  letter-spacing: 4px;
  font-size: 2.5rem;
}

.about_tai_hu .tai_hu_detail p {
  padding-left: 10rem;
  margin-top: 4rem;
  letter-spacing: 2px;
  font-size: 1.25rem;
  font-weight: bolder;
}

.about_tai_hu .tai_hu_detail .img_xl {
  position: absolute;
  right: -20%;
  top: -60%;
  width: 100%;
  height: auto;
  max-height: 800px;
  max-width: 850px;
}

@media screen and (max-width: 1600px) {
  .about_tai_hu .tai_hu_detail .img_xl {
    height: 500px;
    width: 550px;
    right: -90px;
    top: -60%;
  }
}

@media screen and (max-width: 1199px) {
  .about_tai_hu .tai_hu_detail .img_xl {
    height: auto;
    width: 350px;
    right: -90px;
    top: -35%;
  }
}

@media screen and (max-width: 991px) {
  .about_tai_hu .tai_hu_detail .img_xl {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .about_tai_hu * {
    text-align: center;
  }
  .about_tai_hu h1 {
    font-size: 30px;
    padding-left: 0;
  }
  .about_tai_hu .tai_hu_detail {
    background-image: none;
  }
  .about_tai_hu .tai_hu_detail h2 {
    padding-left: 0;
    font-size: 22px;
  }
  .about_tai_hu .tai_hu_detail br {
    display: none;
  }
  .about_tai_hu .tai_hu_detail p {
    text-align: start;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    font-size: 1rem;
  }
}

.bottom {
  background-image: url("/assets/img_home_bottom_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100vw;
  overflow-x: hidden;
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
  /* for Firefox */
}

.bottom::-webkit-scrollbar {
  display: none;
}

.bottom .products {
  margin-top: 10rem;
  padding-top: 4rem;
  padding-bottom: 3.5rem;
  color: #404040;
}

.bottom .products h1 {
  color: #404040;
  font-size: 2.5rem;
  font-weight: bolder;
}

.bottom .products h1 span {
  color: #71b17e;
  font-weight: bold;
}

.bottom .products p {
  padding-top: 2rem;
  font-size: 20px;
}

.bottom .products ul {
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
  /* for Firefox */
  overflow-x: scroll;
  width: 80vw;
  max-width: 80vw;
}

.bottom .products ul::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

.bottom .products ul {
  padding: 0;
}

.bottom .products ul li {
  border: 6px solid #71b17e;
}

.bottom .products ul li a .img_box {
  overflow: hidden;
}

.bottom .products ul li a .img_box img {
  width: 330px;
  height: 290px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bottom .products ul li a .img_box img:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

@media screen and (max-width: 991px) {
  .bottom .products ul li a .img_box img {
    width: 280px;
    height: 245px;
  }
}

.bottom .products ul li a .prod_title {
  padding: 0.75rem 0;
  font-size: 1.25rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #71b17e;
}

.bottom .products .pic_arrow_box {
  margin-left: 0rem;
}

@media screen and (max-width: 576px) {
  .bottom .products .pic_arrow_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .bottom .products ul {
    width: auto;
    max-width: 300px;
  }
}

@media screen and (max-width: 991px) {
  .bottom .products {
    margin-top: 0;
    padding-top: 2rem;
  }
  .bottom .products * {
    text-align: center;
  }
  .bottom .products h1 {
    font-size: 30px;
    padding-left: 0;
  }
  .bottom .products p {
    font-size: 1rem;
    padding-left: 0;
  }
  .bottom .products ul {
    padding: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    overflow: scroll;
  }
  .bottom .products .pic_arrow_box {
    margin-left: 0;
  }
}

.bottom .left_right {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 991px) {
  .bottom .left_right {
    width: 100%;
  }
}

.bottom .left_right i {
  font-size: 24px;
  color: #fff;
  background-color: #cccccc;
  width: 60px;
  height: 60px;
  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;
  border-radius: 99rem;
  cursor: pointer;
}

.slick-slide {
  margin-left: 20px;
  margin-right: 20px;
}

.banner {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 364px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 991px) {
  .banner {
    margin-top: 64px;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    min-height: 100px;
  }
}

.banner .title {
  left: 60%;
}

.banner .title a,
.banner .title a:visited,
.banner .title a:active {
  color: #000;
}

.banner h1 {
  font-weight: 600;
  font-size: 48px;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .banner h1 {
    margin-bottom: 0.5rem;
    font-size: 18px;
  }
}

.banner span {
  font-weight: 300;
  padding-right: 1rem;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .banner span {
    font-size: 12px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

main.other {
  margin-top: 10rem;
  margin-bottom: 16rem;
}

main.other .dot2 {
  top: -20%;
  right: 60px;
}

main.other .dot1 {
  top: 70%;
}

@media screen and (max-width: 991px) {
  main.other {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

main.service {
  margin-top: 5rem;
  margin-bottom: 6rem;
  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;
}

main.service .slogan {
  display: block;
  margin-bottom: 5rem;
  color: #404040;
  font-weight: 500;
  font-size: 28px;
  text-align: center;
}

main.service .service_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5rem;
}

main.service .service_item img {
  max-width: 459px;
  max-height: 400px;
}

@media screen and (max-width: 991px) {
  main.service .service_item img {
    max-width: 100%;
    max-height: 100%;
  }
}

main.service .service_item .service_title {
  margin-top: 1.5rem;
  font-size: 37px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  main.service .service_item .service_title {
    font-size: 22px;
  }
}

main.service .dot2 {
  display: none !important;
}

main.product {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1280px;
  margin-top: 2rem;
  margin-bottom: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  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;
}

main.product .dot2 {
  display: none !important;
}

main.product .dot1 {
  left: -15%;
}

main.product .category_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 2rem;
  gap: 60px;
}

main.product .category_box a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 58px;
  padding-right: 58px;
  font-size: 20px;
  font-weight: 500;
  color: #3c9b9a;
  border: 2px solid #3c9b9a;
}

main.product .category_box a:hover, main.product .category_box a.active {
  color: #fff;
  background-color: #3c9b9a;
}

@media screen and (max-width: 991px) {
  main.product .category_box {
    display: none;
  }
}

main.product .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #ffffff 0%, #f2f2f2 100%) 0% 0% no-repeat padding-box;
}

@media screen and (max-width: 991px) {
  main.product .intro {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

main.product .intro p {
  color: #404040;
  font-weight: 600;
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  main.product .intro p {
    font-size: 16px;
  }
}

main.product .intro .little_green {
  width: 5px;
  height: 28px;
  background-color: #71b17e;
  margin-right: 5px;
  border: none;
}

@media screen and (max-width: 991px) {
  main.product .intro .little_green {
    width: 5px;
    height: 16px;
  }
}

main.product .intro .greentitle {
  margin-bottom: 2rem;
}

main.product .intro .greentitle span {
  font-weight: bold;
  font-size: 28px;
  color: #404040;
}

@media screen and (max-width: 991px) {
  main.product .intro .greentitle span {
    font-size: 20px;
  }
}

main.product .many_pic_div {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4rem;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  main.product .many_pic_div {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media screen and (max-width: 767px) {
  main.product .many_pic_div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

main.product .many_pic_div a {
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 767px) {
  main.product .many_pic_div a {
    padding-left: 16px;
    padding-right: 16px;
  }
}

main.product .many_pic_div a .img_box {
  border: 6px solid #71b17e;
  overflow: hidden;
}

main.product .many_pic_div a .img_box img {
  width: 350px;
  height: 290px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

main.product .many_pic_div a .img_box img:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

@media screen and (max-width: 991px) {
  main.product .many_pic_div a .img_box img {
    width: 280px;
    height: 245px;
  }
}

main.product .many_pic_div a .prod_title {
  padding: 0.75rem 0;
  font-size: 1.25rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #71b17e;
}

main.product1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1280px;
  margin-top: 4rem;
  margin-bottom: 8rem;
}

main.product1 .product_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  color: #404040;
}

main.product1 .product_top .pic_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 6rem;
}

main.product1 .product_top .pic_box img {
  width: 516px;
  max-width: 100%;
  height: auto;
}

main.product1 .product_top span {
  display: block;
  font-weight: 900;
  font-size: 28px;
  margin-bottom: 1.25rem;
}

main.product1 .product_top ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main.product1 .product_top ul li {
  padding-bottom: 5px;
  font-size: 20px;
  letter-spacing: 2px;
}

@media screen and (max-width: 991px) {
  main.product1 .product_top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.product1 .product_top .pic_box {
    margin: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main.product1 .product_top .pic_box span {
    font-size: 20px;
  }
  main.product1 .product_top .pic_box li {
    font-size: 16px;
  }
}

main.product1 .product_intro {
  max-width: 1280px;
  color: #404040;
}

main.product1 .product_intro .title_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #404040;
}

main.product1 .product_intro .title_div h3 {
  padding: 10px;
  margin: 0;
  font-size: 28px;
  border-bottom: 4px solid #71b17e;
}

main.product1 .txt_div {
  margin-top: 44px;
}

main.product1 .txt_div span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 4rem;
  line-height: 200%;
}

main.product1 .dot1 {
  top: 50%;
  left: -20%;
}

@media screen and (max-width: 991px) {
  main.product1 .title_div h3 {
    font-size: 20px !important;
  }
  main.product1 .txt_div span {
    font-size: 16px;
  }
}

main.contact {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  margin-bottom: 0rem;
}

main.contact .part_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 991px) {
  main.contact .part_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main.contact .part_top h3 {
  font-size: 28px;
  font-weight: bolder;
  color: #404040;
  margin-bottom: 21px;
}

@media screen and (max-width: 991px) {
  main.contact .part_top h3 {
    font-size: 18px;
  }
}

main.contact .part_top .info_box ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

main.contact .part_top .info_box ul li {
  margin-bottom: 3rem;
  max-width: 450px;
  width: 100%;
  border: 1px solid #d5d5d5;
}

@media screen and (max-width: 991px) {
  main.contact .part_top .info_box ul li {
    max-width: 100%;
    width: 100%;
  }
}

main.contact .part_top .info_box ul li span {
  color: #7c7c7c;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  main.contact .part_top .info_box ul li span {
    font-size: 14px;
  }
}

main.contact .part_top .info_box ul li strong {
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  main.contact .part_top .info_box ul li strong {
    font-size: 15px;
  }
}

main.contact .part_top .info_box ul li .svg_box {
  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;
  height: 103px;
  width: 103px;
  max-height: 103px;
  max-width: 103px;
  min-height: 103px;
  min-width: 103px;
  background-color: #71b17e;
}

main.contact .part_top .info_box ul li .svg_box svg {
  width: 33px;
  height: 33px;
}

main.contact .part_top .info_box ul li .svg_box svg * {
  fill: white;
}

@media screen and (max-width: 991px) {
  main.contact .part_top .info_box ul li .svg_box {
    height: 81px;
    width: 81px;
    max-height: 81px;
    max-width: 81px;
    min-height: 81px;
    min-width: 81px;
  }
}

main.contact .part_top .form_box {
  width: 100%;
}

main.contact .part_top .form_box .brabra {
  display: block;
  max-width: 520px;
  width: auto;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  main.contact .part_top .form_box .brabra {
    font-size: 16px;
  }
}

main.contact .part_top .form_box label {
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  main.contact .part_top .form_box label {
    font-size: 16px;
  }
}

main.contact .part_top .form_box button {
  color: #fff;
  background-color: #404040;
  font-size: 20px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

@media screen and (max-width: 991px) {
  main.contact .part_top .form_box button {
    font-size: 16px;
  }
}

main.contact .part_map {
  width: 100vw;
}

.pagination_ctn ul {
  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;
  padding-left: 0;
}

.pagination_ctn ul li {
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #404040;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
}

.pagination_ctn ul li i {
  color: #404040;
}

.pagination_ctn ul li:hover {
  background-color: #404040;
  color: #fff;
}

.pagination_ctn ul li.active {
  background-color: #404040;
  color: #fff;
}

.pagination_ctn ul .pagination_last,
.pagination_ctn ul .pagination_next {
  margin-left: 15px;
  margin-right: 15px;
}

.pagination_ctn ul .pagination_last:hover *,
.pagination_ctn ul .pagination_next:hover * {
  background-color: #404040;
  color: #fff;
}

.pagination_ctn ul .pagination_last i:hover,
.pagination_ctn ul .pagination_next i:hover {
  background-color: #404040;
  color: #fff;
}

.rwd_select_ctn {
  z-index: 2;
  display: none;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .rwd_select_ctn {
    display: block;
  }
}

.rwd_select_ctn select {
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 40px;
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
  padding-left: 1rem;
  background-image: url("/assets/arrow-down.png");
  background-size: 14px 14px;
  background-position: bottom 50% right 10px;
  background-repeat: no-repeat;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.rwd_select_ctn select:focus {
  outline: none;
}

@media screen and (max-width: 767px) {
  .rwd_select_ctn select {
    font-size: 18px;
    top: 80px;
  }
}

@font-face {
  font-family: Gen;
  src: url("/assets/fonts/GenYoGothic-N.ttc") format("truetype");
}

@font-face {
  font-family: Logo;
  src: url("/assets/fonts/dfnmingxbold-b5.ttc") format("truetype");
}

ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  list-style: none;
}

a:link, a:active, a:hover, a:visited {
  text-decoration: none;
}

body {
  max-width: 100vw;
  min-width: 100vw;
  padding: 0;
  margin: 0;
  font-family: Gen;
  overflow-x: hidden;
  visibility: hidden;
}

.border-none {
  border: none !important;
}
/*# sourceMappingURL=all.css.map */