@charset "UTF-8";
/*about*/
.about-box {
  width: 100%;
  margin: 0 auto 55px;
  text-align: center;
}
.about-box__title {
  margin-bottom: 40px;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.08rem;
}
.about-box__title::after {
  content: "";
  width: 79px;
  height: 5px;
  margin: 5px auto 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 35px;
  background-image: url(/images/others/about-title-line.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.about-box .company-intro {
  margin: 20px auto 0;
  letter-spacing: 0.08rem;
}
.about-box .about-title {
  margin-bottom: 10px;
  color: #0f6966;
  font-weight: bold;
  font-size: 26px;
}
.about-box__item01 {
  width: 450px;
  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;
  background-color: #59bbb8;
  color: #fff;
  font-size: 24px;
}
.about-box__item02 {
  width: calc(100% - 450px);
  padding: 20px;
  background-color: #f5f3f3;
  text-align: left;
  font-size: 18px;
}
.about-box__item02 li {
  line-height: 30px;
}
.about-box__item02 li::before {
  content: "•";
  margin-right: 5px;
  display: inline-block;
  color: #0ebcb6;
  font-size: 20px;
}

.about-product li {
  width: calc(33.3333333333% - 20px);
  display: inline-block;
  vertical-align: bottom;
  margin-right: 15px;
}
.about-product li:last-child {
  margin-right: 0;
}
.about-product li span {
  display: block;
}
.about-product__name {
  margin-top: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 21px;
}

.about-box__product {
  margin-bottom: 90px;
  position: relative;
}
.about-box__product .about-box__bg {
  width: 100%;
  height: 175px;
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: -11%;
  background: #f3f3f3;
}

.about-list {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.about-item, .about-item06, .about-item05, .about-item04, .about-item03, .about-item02, .about-item01 {
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-item .about-icon, .about-item06 .about-icon, .about-item05 .about-icon, .about-item04 .about-icon, .about-item03 .about-icon, .about-item02 .about-icon, .about-item01 .about-icon {
  width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-item .about-icon img, .about-item06 .about-icon img, .about-item05 .about-icon img, .about-item04 .about-icon img, .about-item03 .about-icon img, .about-item02 .about-icon img, .about-item01 .about-icon img {
  margin: auto;
}
.about-item .about-text, .about-item06 .about-text, .about-item05 .about-text, .about-item04 .about-text, .about-item03 .about-text, .about-item02 .about-text, .about-item01 .about-text {
  width: calc(100% - 110px);
  padding: 15px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}
.about-item .about-text p, .about-item06 .about-text p, .about-item05 .about-text p, .about-item04 .about-text p, .about-item03 .about-text p, .about-item02 .about-text p, .about-item01 .about-text p {
  margin: 0;
  color: #000;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.08rem;
}
.about-item .about-text span, .about-item06 .about-text span, .about-item05 .about-text span, .about-item04 .about-text span, .about-item03 .about-text span, .about-item02 .about-text span, .about-item01 .about-text span {
  margin: 0;
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.about-item01 {
  background: #d7eec0;
}
.about-item01 .about-icon {
  background: #98d161;
}
.about-item01 .about-text span {
  color: #5eb338;
}
.about-item02 {
  background: #fbf5c6;
}
.about-item02 .about-icon {
  background: #f8b55d;
}
.about-item02 .about-text span {
  color: #df910a;
}
.about-item03 {
  background: #ffe2e2;
}
.about-item03 .about-icon {
  background: #eeacac;
}
.about-item03 .about-text span {
  color: #e98383;
}
.about-item04 {
  background: #ccf0f3;
}
.about-item04 .about-icon {
  background: #76c7db;
}
.about-item04 .about-text span {
  color: #3cc6da;
}
.about-item05 {
  background: #d3f2e8;
}
.about-item05 .about-icon {
  background: #77dcd1;
}
.about-item05 .about-text span {
  color: #14c7b4;
}
.about-item06 {
  background: #d0e1f5;
}
.about-item06 .about-icon {
  background: #a2c8ee;
}
.about-item06 .about-text span {
  color: #53adca;
}

.about-pic {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(3, 1fr);
}
.about-pic img {
  margin: auto;
}

.certification-box01 {
  text-align: center;
}
.certification-box01 img {
  margin-right: 15px;
}

.certification-box02 {
  text-align: center;
}
.certification-box02 img {
  margin-right: 15px;
}

/*knowledge*/
.knowledge-tag {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 7px 28px;
  display: inline-block;
  border-radius: 20px;
  background: #00a7a1;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.knowledge-content .knowledge-title {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 26px;
  font-weight: bold;
  line-height: 32px;
}

.knowledge-category {
  width: 330px;
}
.knowledge-category__title {
  margin-bottom: 20px;
  border-bottom: 1px solid #333;
  color: #0ebcb6;
  font-size: 24px;
  font-weight: bold;
}
.knowledge-category__title::after {
  content: "";
  width: 100px;
  height: 5px;
  margin-top: 10px;
  margin-bottom: -3px;
  display: block;
  background: #0ebcb6;
}
.knowledge-category li {
  display: block;
  margin-bottom: 5px;
}
.knowledge-category li::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 15px;
  margin-top: -5px;
  display: inline-block;
  vertical-align: middle;
  background: #85c8c6;
  color: #85c8c6;
}
.knowledge-category li a {
  color: #333;
  font-size: 20px;
}

.knowledge-list {
  width: calc(100% - 380px);
}
.knowledge-list .knowledge-box {
  padding: 0;
}
.knowledge-list .knowledge-text {
  width: calc(100% - 360px);
  margin-left: 0;
  padding: 15px 20px;
}
.knowledge-list .knowledge-btn {
  width: 168px;
  height: 45px;
  float: right;
}
.knowledge-list .knowledge-detail {
  margin-bottom: 10px;
  -webkit-line-clamp: 2;
}

/*product-detail*/
.product-detail {
  width: 100%;
  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;
}
.product-detail__box {
  margin-top: 5%;
  margin-bottom: 10%;
}

.product-slide {
  width: 600px;
  border: 1px solid #dfdfdf;
}

.product-info {
  width: calc(100% - 640px);
}
.product-info .product-name {
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 30px;
  font-weight: bold;
}

.product-item img {
  height: auto;
}

.product-slide .slider-nav {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item-title {
  margin-bottom: 3%;
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
.item-title::after {
  content: "";
  width: 105px;
  height: 3px;
  margin: 17px auto;
  display: block;
  background-color: #46cbca;
}

.video-container {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
  overflow: hidden;
}
.video-container__wrapper {
  max-width: 70%;
  margin: 20px auto;
}

.video-container iframe, .video-container object, .video-container embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.related-product {
  margin-top: 5%;
  padding: 3% 0;
  background: #f3f3f3;
}
.related-product__title {
  margin-bottom: 30px;
  font-size: 36px;
  text-align: center;
}
.related-product__title::after {
  content: "";
  width: 50px;
  height: 8px;
  margin: 20px auto;
  display: block;
  background: #46cbca;
}

/*product-list*/
.product-list {
  display: grid;
  grid-gap: 40px 30px;
  grid-template-columns: repeat(2, 1fr);
}

/*product-menu*/
.product-menu {
  width: 340px;
  margin-right: 60px;
  display: inline-block;
  vertical-align: top;
}
.product-menu__title {
  margin-bottom: 15px;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.product-menu__title::before {
  content: "";
  width: 6px;
  height: 30px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
  background-color: #0ebcb6;
}
.product-menu__block {
  margin-bottom: 40px;
  border: 1px solid #e2e2e2;
  border-bottom: none;
  cursor: pointer;
}
.product-menu .sub-title {
  display: block;
  padding: 15px 20px;
  padding-left: 40px;
  border-bottom: 1px solid #e2e2e2;
  color: #333;
  font-weight: bold;
  font-size: 23px;
}
.product-menu .sub-title::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 18px;
  margin-right: 10px;
  margin-left: calc(-1rem - 10px);
  background-image: url(/images/others/product-plus.png);
  background-position: center;
  background-repeat: no-repeat;
}
.product-menu .sub-title:hover {
  background-color: #f2f2f2;
  color: #0ebcb6;
}
.product-menu__list {
  display: none;
}
.product-menu__list li a {
  padding: 13px;
  padding-left: 48px;
  display: block;
  border-bottom: 1px solid #e2e2e2;
  color: #333;
  font-size: 21px;
}
.product-menu__list li a:hover {
  color: #0ebcb6;
}

.product-listBox {
  width: calc(100% - 400px);
  display: inline-block;
  vertical-align: top;
}
.product-listBox__title {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #333;
  color: #000;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.search {
  width: 100%;
  display: inline-block;
  position: relative;
}

.search ::input-placeholder {
  padding-left: 10px;
  color: #979797;
  letter-spacing: 0.05rem;
}

.search__box {
  width: 100%;
  height: 55px;
  padding: 5px 15px;
  position: relative;
  border-radius: 5px;
  border: none;
  background-color: #ededed;
  color: #979797;
  font-size: 18px;
}

.search__box ::-moz-placeholder {
  padding-left: 10px;
  color: #979797;
  letter-spacing: 0.05rem;
}

.search__btn {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 10px;
  bottom: 25%;
  border: none;
  background: url(/images/others/search-icon.png);
  background-size: 25px 25px;
  cursor: pointer;
}

/*contact*/
.company-info {
  width: 520px;
}

.contact-form {
  width: calc(100% - 560px);
}

.company-map {
  width: 100%;
  line-height: 0;
}

.company-text {
  margin-top: 20px;
}
.company-text dt {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #333;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.08rem;
}
.company-text dd {
  margin-bottom: 5px;
  font-size: 20px;
}

@media only screen and (max-width: 1400px) {
  .knowledge-list .knowledge-text {
    width: 50%;
  }
}
@media only screen and (max-width: 1200px) {
  .company-info {
    width: 47%;
  }
  .contact-form {
    width: 51%;
  }
  .product-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .related-product {
    padding: 7% 0;
  }
}
@media only screen and (max-width: 1024px) {
  .certification-box01 img {
    width: calc(33.3333333333% - 20px);
    margin-bottom: 15px;
  }
  .contact-img {
    display: none;
  }
  .company-info {
    width: 100%;
    margin-bottom: 40px;
  }
  .contact-form {
    width: 100%;
  }
  .company-img {
    display: none;
  }
  .knowledge-category {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .knowledge-category li {
    display: inline-block;
    margin-right: 20px;
  }
  .knowledge-list {
    width: 100%;
    margin-top: 50px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 980px) {
  .about-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-box__item01 {
    width: 40%;
  }
  .about-box__item02 {
    width: 60%;
  }
  .product-slide {
    margin: auto;
  }
  .product-slide .slider-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-info {
    width: 100%;
    margin-top: 50px;
  }
  .product-item img {
    margin: auto;
  }
  .product-video {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .video-container__wrapper {
    max-width: 90%;
  }
  .product-listBox {
    width: 100%;
  }
  .product-menu {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .product-menu__list {
    padding: 0px 20px 0 25px;
    border-bottom: 1px solid #e2e2e2;
  }
  .product-menu__list li {
    display: inline-block;
  }
  .product-menu__list li a {
    padding-left: 0;
    border-bottom: 0;
    font-size: 18px;
  }
  .product-menu__list li a::before {
    content: "";
    width: 8px;
    height: 3px;
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle;
    background: #0ebcb6;
  }
  .product-menu__title {
    font-size: 26px;
  }
  .product-menu__title::before {
    width: 6px;
    height: 25px;
    margin-right: 15px;
  }
  .product-menu .sub-title {
    font-size: 21px;
  }
  .product-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 20px;
  }
  .product-list .product-name {
    font-size: 22px;
  }
  .related-product .product-name {
    font-size: 22px;
  }
  .about-box .about-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .about-product li {
    width: 46%;
    margin-bottom: 30px;
  }
  .about-product__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-product__name {
    font-size: 20px;
  }
  .about-box__product .about-box__bg {
    display: none;
  }
  .certification-box02 img {
    width: calc(50% - 20px);
  }
  .certification-box02 img:last-child {
    width: auto;
  }
  .product-list {
    grid-gap: 30px 23px;
  }
  .related-product {
    padding: 40px 0;
  }
  .product-menu .sub-title {
    padding: 10px 15px;
    padding-left: 40px;
    font-size: 19px;
  }
  .product-menu .sub-title::before {
    margin-bottom: -2px;
  }
  .product-listBox__title {
    padding-bottom: 20px;
    font-size: 30px;
  }
  .search__box {
    height: 45px;
  }
  .knowledge-tag {
    margin-bottom: 0px;
    padding: 7px 20px;
    font-size: 17px;
  }
  .knowledge-content .knowledge-title {
    font-size: 24px;
  }
  .knowledge-category li a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .knowledge-list .knowledge-text {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .about-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .about-box .about-title {
    font-size: 22px;
  }
  .about-pic {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-box__item01 {
    width: 100%;
    padding: 10px;
  }
  .about-box__item02 {
    width: 100%;
    font-size: 17px;
  }
  .item-title {
    margin-bottom: 25px;
    font-size: 30px;
  }
  .item-title::after {
    margin: 10px auto;
  }
  .product-info .product-name {
    font-size: 26px;
  }
  .related-product__title {
    margin-bottom: 20px;
    font-size: 32px;
  }
  .related-product__title::after {
    width: 40px;
    height: 6px;
    margin: 15px auto;
  }
  .product-detail__box {
    padding-top: 30px;
  }
  .product-slide {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .company-text dt {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 26px;
  }
  .company-text dd {
    font-size: 18px;
  }
  .product-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .product-menu .sub-title {
    padding: 10px 30px;
    padding-left: 40px;
  }
  .certification-box01 img {
    width: 100%;
  }
  .certification-box02 img {
    width: 100%;
  }
  .about-list {
    grid-gap: 0;
  }
  .about-item, .about-item01, .about-item02, .about-item03, .about-item04, .about-item05, .about-item06 {
    height: auto;
  }
  .about-item .about-icon, .about-item01 .about-icon, .about-item02 .about-icon, .about-item03 .about-icon, .about-item04 .about-icon, .about-item05 .about-icon, .about-item06 .about-icon {
    display: none;
  }
  .about-item .about-text, .about-item01 .about-text, .about-item02 .about-text, .about-item03 .about-text, .about-item04 .about-text, .about-item05 .about-text, .about-item06 .about-text {
    width: 100%;
    padding: 15px;
  }
  .about-item .about-text p, .about-item01 .about-text p, .about-item02 .about-text p, .about-item03 .about-text p, .about-item04 .about-text p, .about-item05 .about-text p, .about-item06 .about-text p {
    font-size: 22px;
  }
  .about-item .about-text span, .about-item01 .about-text span, .about-item02 .about-text span, .about-item03 .about-text span, .about-item04 .about-text span, .about-item05 .about-text span, .about-item06 .about-text span {
    font-size: 18px;
  }
  .knowledge-category li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 375px) {
  .product-menu .sub-title {
    font-size: 16px;
  }
  .about-product li {
    width: 100%;
    margin-right: 0;
  }
}