﻿@import url('css2-Poppins_swap.css'); 

.our_story p {
  margin-bottom: 20px;
}

.bg_full_profile {
  width: 100%;
  padding: 8rem 0 6rem;
  margin: 5rem auto 0;
  background: url("../image/bg_profile.jpg") fixed;
}

.bg_full_profile .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.bg_full_profile .container dl {
  width: 25%;
  min-width: 290px;
  margin-bottom: 2rem;
  color: white;
}

.bg_full_profile .container dl:nth-child(2) dt {
  background-position-x: -85px;
}

.bg_full_profile .container dl:nth-child(3) dt {
  background-position-x: -157px;
}

.bg_full_profile .container dl:nth-child(4) dt {
  background-position-x: -227px;
}

.bg_full_profile .container dl:hover dt {
  background-position-y: -55px;
}

.bg_full_profile .container dt {
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
  background: url("../image/icon_company.png") -8px -5px;
  transition: all .2s;
}

.bg_full_profile .container dd {
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
}

.bg_full_profile .container dd span {
  display: block;
  font-size: 40px;
  font-family: "Poppins";
  margin-bottom: 10px;
}

.bg_grey.pm {
  padding: 5rem 0;
}

.profile_more {
  width: 100%;
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: space-around;
}

.profile_more dl {
  width: 32%;
  min-width: 300px;
  height: 80px;
  margin-bottom: 40px;
}

.profile_more dl * {
  transition: all .2s;
}

.profile_more dl:hover dt {
  border-color: #77b917;
  background: white;
}

.profile_more dl:hover i {
  background-position-y: -157px;
}

.profile_more dl:hover dd span {
  color: #77b917;
}

.profile_more dl:nth-child(2) i {
  background-position-x: -61px;
}

.profile_more dl:nth-child(3) i {
  background-position-x: -114px;
}

.profile_more dl:nth-child(4) i {
  background-position-x: -166px;
}

.profile_more dl:nth-child(5) i {
  background-position-x: -220px;
}

.profile_more dl:nth-child(6) i {
  background-position-x: -275px;
}

.profile_more dt {
  width: 80px;
  height: 80px;
  float: left;
  border: 4px solid white;
  box-sizing: border-box;
  background: #77b917;
  position: relative;
}

.profile_more i {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../image/icon_company.png") -4px -116px;
}

.profile_more dd {
  width: calc(100% - 90px);
  height: 80px;
  float: right;
  font-size: 15px;
  color: #acacac;
  line-height: 22px;
}

.profile_more dd span {
  margin-bottom: 3px;
  display: block;
  font-size: 18px;
  color: #333333;
}

.sns_flow > div {
  width: 100%;
  column-count: 4;
}

.sns_flow > div img {
  width: 280px;
  display: inline-block;
  margin-bottom: 20px;
  break-inside: avoid;
  transition: all .2s;
}

.sns_flow > div img:hover {
  transform: scale(1.05);
}

.newslist {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.newslist dl {
  width: 32%;
  min-width: 300px;
  box-sizing: border-box;
  padding: 1rem 1rem 3rem;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  position: relative;
}
.newslist dl a{display:block;}
.newslist dl:hover {
  border-color: #77b917;
}

.newslist dt {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
  height:13rem;
}

.newslist dt img {
  width: 100%;
  height: auto;
}

.newslist dd {
  width: 100%;
  font-size: 1rem;
  line-height: 2rem;
}

.newslist time {
  display: none;
  position: absolute;
  bottom: 10px;
  color: #808080;
}

.corev {
  margin-bottom: 80px;
}

.rc_vision {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.rc_vision dl {
  width: 32%;
  min-width: 300px;
  height: 265px;
  margin-bottom: 1rem;
  background: url("../image/vision_1.jpg") no-repeat;
  text-align: center;
  position: relative;
}

.rc_vision dl:nth-child(2) {
  background: url("../image/vision_2.jpg") no-repeat;
}

.rc_vision dl:nth-child(3) {
  background: url("../image/vision_3.jpg") no-repeat;
}

.rc_vision dl dt, .rc_vision dl dd, .rc_vision dl::before {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all .2s;
}

.rc_vision dl p, .rc_vision dl p:after {
  transition: all .2s;
}

.rc_vision dl dt {
  padding: 0px;
  box-sizing: border-box;
  opacity: 0;
}

.rc_vision dl dt::after {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  border: 1px solid white;
}

.rc_vision dl dd {
  display: table;
}

.rc_vision dl p {
  display: table-cell;
  vertical-align: middle;
  color: white;
  line-height: 22px;
  opacity: 0;
}

.rc_vision dl p:after {
  display: block;
  margin: 10px auto 0;
  content: "";
  width: 10px;
  height: 2px;
  background: #77b917;
}

.rc_vision dl:before {
  display: block;
  content: "";
  background: black;
  opacity: 0;
}

.rc_vision dl:hover dt, .rc_vision dl.on dt {
  padding: 10px;
  opacity: 1;
}

.rc_vision dl:hover:before, .rc_vision dl.on:before {
  opacity: .6;
}

.rc_vision dl:hover p, .rc_vision dl.on p {
  opacity: 1;
}

.rc_vision dl:hover p:after, .rc_vision dl.on p:after {
  width: 60px;
}

.phil {
  margin-top: 5rem;
}

.phil div {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.phil dl {
  width: 200px;
  height: 160px;
  text-align: center;
}

.phil dl:nth-child(2) dt {
  background-position-x: -65px;
}

.phil dl:nth-child(3) dt {
  background-position-x: -152px;
}

.phil dl:nth-child(4) dt {
  background-position-x: -242px;
}

.phil dt {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #77b917;
  margin: 0 auto;
  background: url("../image/icon_company.png") 18px -202px;
}

.phil dd {
  line-height: 50px;
}

.mission {
  width: 100%;
  height: 500px;
  margin: 5rem 0;
  box-sizing: border-box;
  padding: 8rem 0;
  background: url("../image/bg_mission.jpg") center no-repeat;
  color: white;
}

.mission h4 {
  color: white;
  margin-bottom: 40px;
}

.mission li {
  margin-bottom: 20px;
  list-style: disc;
}

.acreed {
  margin: 40px auto 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.acreed dl {
  width: 25%;
  min-width: 295px;
  height: 280px;
  text-align: center;
  position: relative;
}

.acreed dl dt, .acreed dl dd, .acreed dl::before {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all .2s;
  left: 0;
  top: 0;
}

.acreed dl p, .acreed dl p:after {
  transition: all .2s;
}

.acreed dl dt {
  padding: 10px;
  box-sizing: border-box;
}

.acreed dl dt::after {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  border: 1px solid white;
}

.acreed dl dd {
  display: table;
}

.acreed dl p {
  display: table-cell;
  vertical-align: middle;
  color: white;
  line-height: 22px;
  font-size: 16px;
  text-transform: uppercase;
}

.acreed dl p:after {
  display: block;
  margin: 10px auto 0;
  content: "";
  width: 60px;
  height: 2px;
  background: #77b917;
}

.acreed dl:before {
  display: block;
  content: "";
  background: black;
  opacity: .6;
}

.acreed dl:hover:before, .acreed dl.on:before {
  opacity: .1;
}

.acreed dl:hover p, .acreed dl.on p {
  opacity: 1;
}

.acreed dl:hover p:after, .acreed dl.on p:after {
  width: 30px;
}

.acreed dl:nth-child(1)::before, .acreed dl:nth-child(3)::before, .acreed dl:nth-child(6)::before, .acreed dl:nth-child(8)::before {
  display: none;
}

.business {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.business dl {
  width: 49%;
  min-width: 300px;
  margin-bottom: 25px;
  border-bottom: 2px solid #808080;
  background: white;
  transition: all .2s;
}

.business dl:hover {
  border-bottom-color: #77b917;
}

.business dl:hover dd {
  color: #77b917;
}

.business dt, .business dd, .business img {
  width: 100%;
  height: auto;
}

.business dd {
  line-height: 2rem;
  padding: 5px 0;
  text-align: center;
  font-size: 1rem;
  color: #333333;
  transition: all .2s;
}

.assurance img {
  width: 100%;
  max-width: 820px;
  margin: 30px auto 80px;
  height: auto;
}

.other_logos {
  width: 100%;
  height: 80px;
  margin: 40px 0;
  position: relative;
}

.other_logos .bd {
  width: 1060px;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
}

.other_logos .bd li {
  width: 220px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
  float: left;
  margin-right: 60px;
}

.other_logos > a {
  display: block;
  position: absolute;
  width: 40px;
  height: 80px;
  padding-top: 10px;
  right: 0;
  top: 0;
  transition: all .2s;
}

.other_logos > a:hover {
  color: #333;
}

.other_logos .prev {
  left: 0;
}

.ctrl_system {
  margin: 80px auto;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 80px;
}

.ctrl_system > div {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.ctrl_system > div img {
  width: 100%;
  min-width: 280px;
  height: auto;
}

.ctrl_system > div .left {
  width: 49%;
  min-width: 300px;
}

.ctrl_system > div .right {
  width: 49%;
  min-width: 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ctrl_system > div .right li {
  width: 280px;
  height: 200px;
  margin-bottom: 20px;
}

.qua_code {
  width: 100%;
  margin: 45px auto 80px;
  position: relative;
}

.qua_code > div {
  overflow: hidden;
}

.qua_code dl {
  width: 100%;
  background: #f5f5f5;
  transition: all .2s;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.qua_code dl * {
  transition: all .2s;
}

.qua_code dl dt, .qua_code dl dd {
  min-width: 300px;
}

.qua_code dl dt {
  width: 58%;
}
.qua_code dl dt img{width: 100%;height:auto}

.qua_code dl dd {
  width: 42%;
  color: white;
  padding: 1rem;
  box-sizing: border-box;
}

.qua_code dl h4 {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 2.2rem;
  text-align: left;
}

.qua_code dl h4:after {
  margin: 5px 0 0;
  width: 60px;
  background: #333;
}

.qua_code dl p {
  color: #808080;
}

.qua_code dl:hover h4:after {
  width: 120px;
  background: #77b917;
}

.qua_code .prev, .qua_code .next {
  position: absolute;
  color: #999;
  font-size: 40px;
  transition: all .2s;
}

.qua_code .prev:hover, .qua_code .next:hover {
  color: #77b917;
}

.qua_code .prev {
  top: 50%;
  transform: translateY(-120%);
}

.qua_code .next {
  right: 0;
  bottom: 50%;
}

.parts {
  width: 100%;
  margin: 45px auto 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.parts .left, .parts .right {
  width: 49%;
  margin-bottom: 1rem;
}

.parts .left {
  background: #f5f5f5;
  min-width: 300px;
}

.parts .left dt, .parts .left dd, .parts .left img {
  width: 100%;
  height: auto;
}

.parts .left dd {
  padding:1rem;
  box-sizing: border-box;
}

.parts .right * {
  transition: all .2s;
}
.parts .right{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.parts .right a {
  display: block;
  width: 280px;
  height: 185px;
  overflow: hidden;
  border: 1px solid #808080;
}

.parts .right a img {
  width: 100%;
}

.parts .right a:hover {
  border-radius: 4px;
}

.parts .right a:hover img {
  transform: scale(1.05);
}

.parts .right dt {
  float: left;
}

.parts .right dt a {
  margin-bottom: 20px;
}

.parts .right dd {
  float: right;
}

.parts .right dd a {
  height: 392px;
}

dl.technology dt {
  width: 49%;
  min-width:300px
}

dl.technology img {
  width: 100%;
  height: auto;
}

.certificate {
  width: 100%;
  padding: 70px 0;
  box-sizing: border-box;
  margin: 80px auto;
  background: url("../image/bg_cer.jpg") center;
}

.certificate h4 {
  color: white;
}

.cer_tab {
  width: 100%;
  margin-top: 60px;
}

.cer_tab .bd {
  width: 100%;
  height: 390px;
}

.cer_tab .bd li {
  width: 280px;
  height: 390px;
  margin-right: 20px;
}

.cer_tab .bd li img {
  width: 100%;
}

.cer_tab .hd {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}

.cer_tab .hd li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background: white;
  border-radius: 50%;
  text-indent: -999px;
  cursor: pointer;
  transition: all .2s;
}

.cer_tab .hd li.on {
  background: #77b917;
}

.cer_double {
  width: 100%;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.cer_double dl {
  width: 49%;
  min-width:300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom:2rem
}

.cer_double dl:hover span {
  color: #77b917;
}

.cer_double dt {
  width: 200px;
}

.cer_double dd {
  float: right;
  width: calc(100% - 220px);
  min-width:300px;
  padding-top: 20px;
}

.cer_double span {
  display: block;
  font-size: 1.5rem;
}

.cer_double p {
  margin-top: 10px;
}

.con_case {
  width: 100%;
  overflow: hidden;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.con_case dl {
  background: #f5f5f5;
}

.con_case dl a {
  font-size: 1.2rem;
  transition: all .2s;
}

.con_case dl a:hover {
  color: #77b917;
}

.con_case dl p {
  margin-top: 15px;
  color: #808080;
}

.con_case .left {
  width: 66%;
  min-width: 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 1rem;
}

.con_case .left dt, .con_case .left dd {
  width: 50%;
  min-width: 300px;
}
.con_case .left dt img{width: 100%;height:auto}

.con_case .left dd {
  box-sizing: border-box;
  padding: 1rem;
  font-size: 1.1rem;
}

.con_case .left span {
  display: block;
  margin-top: 5px;
}

.con_case .left a.more {
  display: inline-block;
  font-size: 1rem;
  color: white;
  background: #77b917;
  border-radius: 4px;
  padding: 5px 30px;
  margin-top: 1rem;
}

.con_case .right {
  width: 32%;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.con_case .right dl {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 1rem;

}

.con_case .right dt {
  width: 135px;
  height: 135px;
}
.con_case .right dt img{width:100%; height:auto}

.con_case .right dd {
  width: calc(100% - 155px);
  min-width: 220px;
  box-sizing: border-box;
  padding: 10px;
}

.con_case .right p {
  margin-top: 8px;
}

.emmer .left {
  width: 30%;
  min-width: 300px;
}

.emmer .hd {
  margin-top: 2rem;
}

.emmer .hd li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background: #808080;
  border-radius: 50%;
  text-indent: -999px;
  cursor: pointer;
  transition: all .2s;
}

.emmer .hd li.on {
  background: #77b917;
}

.emmer .bd {
  width: 68%;
  min-width: 300px;
  float: right;
  overflow: hidden;
}

.emmer .bd dl {
  width: 370px;
  height: 310px;
  background: url("../image/emmer_1.jpg") no-repeat;
  background-size: 100% 100%;
  text-align: center;
  position: relative;
  float: left;
  margin-right: 40px;
}

.emmer .bd dl:nth-child(2) {
  background: url("../image/emmer_2.jpg");
}

.emmer .bd dl:nth-child(3) {
  background: url("../image/emmer_3.jpg");
}

.emmer .bd dl:nth-child(4) {
  background: url("../image/emmer_4.jpg");
}

.emmer .bd dl:nth-child(5) {
  background: url("../image/emmer_5.jpg");
}

.emmer .bd dl:nth-child(6) {
  background: url("../image/emmer_6.jpg");
}

.emmer .bd dl:nth-child(7) {
  background: url("../image/emmer_7.jpg");
}

.emmer .bd dl:nth-child(8) {
  background: url("../image/emmer_8.jpg");
}

.emmer .bd dl:nth-child(9) {
  background: url("../image/emmer_9.jpg");
}

.emmer .bd dl:nth-child(10) {
  background: url("../image/emmer_10.jpg");
}

.emmer .bd dl dt, .emmer .bd dl dd, .emmer .bd dl::before {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all .2s;
}

.emmer .bd dl p, .emmer .bd dl p:after {
  transition: all .2s;
}

.emmer .bd dl dt {
  padding: 0px;
  box-sizing: border-box;
  opacity: 0;
}

.emmer .bd dl dt::after {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  border: 1px solid white;
}

.emmer .bd dl dd {
  display: table;
}

.emmer .bd dl p {
  display: table-cell;
  vertical-align: middle;
  color: white;
  line-height: 22px;
  opacity: 0;
}

.emmer .bd dl p:after {
  display: block;
  margin: 10px auto 0;
  content: "";
  width: 10px;
  height: 2px;
  background: white;
}

.emmer .bd dl:before {
  display: block;
  content: "";
  background: black;
  opacity: 0;
}

.emmer .bd dl:hover dt, .emmer .bd dl.on dt {
  padding: 10px;
  opacity: 1;
}

.emmer .bd dl:hover:before, .emmer .bd dl.on:before {
  opacity: .6;
}

.emmer .bd dl:hover p, .emmer .bd dl.on p {
  opacity: 1;
}

.emmer .bd dl:hover p:after, .emmer .bd dl.on p:after {
  width: 60px;
}

.said {
  width: 100%;
  padding: 110px 0;
  background: url("../image/bg_lee.jpg") center no-repeat;
  background-size: cover;
}
.said dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.said dl dt {
  width: 200px;
  height: 150px;
  background: white;
  border: 1px solid white;
}

.said dl dd {
  width: calc(100% - 250px);
  min-width:300px;
  color: white;
}

.said dl dd p {
  color: white;
  margin-bottom: 15px;
}

.said dl dd span {
  font-size: 1rem;
}


.history dl:nth-of-type(2n) dt {
  width: 589px;
  float: left;
  text-align: right;
  padding-right: 30px;
}

.history dl:nth-of-type(2n) dd {
  width: 591px;
  float: right;
  border: none;
  border-left: 1px solid #e6e6e6;
}

.history dl:nth-of-type(2n) dd:after {
  left: -9px;
}

.history dl:nth-of-type(2n) img {
  float: right;
  margin-right: 0;
}

.history dl:nth-of-type(2n) p {
  margin-left: 20px;
}

.history dl:hover dd p {
  color: #77b917;
}

.history dl:hover dd:after {
  animation: timedot 1.5s infinite ease-in-out;
  box-shadow: 0 0 3px 3px #ddd;
}

@keyframes timedot {
  0% {
    border-width: 5px;
  }
  50% {
    border-width: 1px;
  }
  100% {
    border-width: 5px;
  }
}

.video_list {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.video_list dl {
  width: 49%;
  min-width: 300px;
  box-sizing: border-box;
  /*border: 1px solid #dedede;*/
  margin-bottom: 2rem;
  transition: all .2s;
  cursor: pointer;
}
@media screen and (max-width:1320px) {
  .history dl:nth-of-type(2n) dt{width: 100%;float: unset;text-align: left;padding-right: 0;}
  .history dl:nth-of-type(2n) dd{width:100%;float: unset;border:none}
  .history dl:nth-of-type(2n) img{float: left;}
}
@media screen and (max-width:1250px) {
  .sns_flow > div{column-count: 3;text-align: center}
}
@media screen and (max-width:928px) {
  .sns_flow > div{column-count: 2}
  .rc_vision dl:before{opacity: .6;}
  .rc_vision dl p{opacity: 1;}
}
@media screen and (max-width:613px) {
  .sns_flow > div{column-count: 1}
  .history dl:nth-of-type(2n) img,.history dl:nth-of-type(2n) p{float:unset; margin: 0 auto 1rem}
  .newslist dt{height:auto}
}

