:root {
  --mainColor: #2d9e94;
}

.com-card{
  width: 1600px;
  height: 100%;
  margin:  0 auto;
  transition: all 0.3s;
}


.com-tl{
  text-align: center;
      font-size: 40px;
    color: #000;
    font-weight: 700;
}
.com-title{
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  width: 80%;
  margin:  0 auto;
    margin-top: 15px;
}

.iderIndexBox7 li:hover img,
.iderIndexBox9  li:hover img,
.iderIndexBox10 .img:hover img,
.iderIndexBox12 li:hover  img{
  transform: scale(1.1);
}
.iderIndexBox7 li .img img,
.iderIndexBox9  li .img img,
.iderIndexBox10 .img  img,
.iderAboutBox2 .img img,
.iderIndexBox12 li .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  vertical-align: bottom;
}




.iderIndexBox6{
  width: 100%;
  height: auto;
  padding: 3% 0;
}
.iderIndexBox6Con{
  width: 100%;
  height: auto;
}

.iderIndexBox6Con ul{
  width: 100%;
  padding: 0;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.iderIndexBox6Con ul li{
  position: relative;
  cursor: pointer;
  width: 16%;
  height: 600px;
  transition: all 0.3s;
}
.iderIndexBox6Con ul li.active{
  width: 35%;
}
.iderIndexBox6Con ul li  img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.iderIndexBox6Con li .text{
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  bottom: 0;
background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.iderIndexBox6Con li .text .name{
   font-size: 18px;
   color: #fff;
   width: 100%;
   font-weight: 600;
   padding:20px 10px;
}

.iderIndexBox6Con li .text .ls{
  font-size: 16px;
  line-height: 25px;
  display: none;
  color: #fff;
  padding: 0  10px  10px;
   
}
.iderIndexBox6Con li.active .ls{
  display: block;
}


.iderIndexBox7{
  width: 100%;
  height: auto;
}

.iderIndexBox7  .com-card{
  width: 1400px;
}
.iderIndexBox7 ul{
  padding: 0;
  margin-top: 35px;
}
.iderIndexBox7 li{
  display: flex;
  margin-bottom: 20px;
}
.iderIndexBox7 li .img{
  width: 35%;
  height: auto;
  overflow: hidden;
  margin-right:7%;
}

.iderIndexBox7 li .text{
  flex: 1;
  padding-top: 5%;
}
 .comInquiry{
  display: block;
   width: fit-content;
   padding:  0 50px;
   height: 50px;
   line-height: 50px;
   font-weight: 700;
   text-align: center;
   font-size: 16px;
   background-color: #92d050;
   border-radius: 25px;
   cursor: pointer;
   margin-top: 35px;
}
.iderIndexBox7 li .text .name{
  font-size: 26px;
  line-height: 25px;
  font-weight: 600;
  color: #92d050;
}
.iderIndexBox7 li .text  .ls{
  font-size: 16px;
  line-height: 30px;
  color: #000;
  margin-top: 20px;
}
.iderIndexBox7 li:nth-child(2n){
  flex-direction: row-reverse;
}
.iderIndexBox7 li:nth-child(2n) .img{
  margin:  0 0 0  7%;
}

.iderIndexBox9{
  width: 100%;
  height: auto;
  padding: 3% 0 ;
}
.iderIndexBox9 .comInquiry{
  margin:  0 auto ;
  margin-top: 15px;
}
.iderIndexBox9 .com-title strong{
  color: #92d050;
}

.iderIndexBox9 ul{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  padding: 0;
}
.iderIndexBox9  li{
  cursor: pointer;
  width: calc((100% - 40px) /  3);
  height: auto;
  margin:  0 20px 20px 0; 
}
.iderIndexBox9  li:nth-child(3n){
  margin-right: 0;
}
.iderIndexBox9  li .img{
  width: 100%;
height: auto;
  overflow: hidden;
}

.iderIndexBox9  li .text{
  width: 100%;
  background-color: #eee;
  height: 130px;
  padding: 15px 13px;
}

.iderIndexBox9  li .text .name{
  font-size: 18px;
  color: #000;
  font-weight: 600;
    text-align: left;
}
.iderIndexBox9  li .text .ls{
  font-size: 16px;
  line-height: 25px;
  margin-top: 10px;
  text-align: left;
}


.iderIndexBox10{
  width: 100%;
  height: auto;
  padding-bottom: 3% ;
}
.iderIndexBox10 .com-card{
  display: flex;
}
.iderIndexBox10 .img{
  width: 50%;
  height: auto;
  overflow: hidden;
  margin-right: 6%;

}

.iderIndexBox10  .text{
  flex: 1;
  padding-top: 3%;
}

.iderIndexBox10  .text .com-tl{
  font-style: italic;
  margin-bottom: 30px;
  text-align: left;
}
.iderIndexBox10  .text  .ls{
  font-size: 16px;
  line-height: 25px;
  color: #000;
  margin-bottom: 20px;
}

.iderIndexBox8Swiper{
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
}
.iderIndexBox8Swiper img{
  width: 80%;
  height: 80px;
  object-fit: contain;
  margin: 0  auto;
}
.iderIndexBox8Swiper .swiper-slide{
  display: flex;
  align-items: center;
  justify-content: center;
}
.iderIndexBox8-pagination{
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iderIndexBox8-pagination .swiper-pagination-bullet-active{
  background-color: #92d050;
}

.iderIndexBox8-prev,
.iderIndexBox8-next{
  width: 30px;
  height: 35px;
  cursor: pointer;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  background: url(/public/static/images/home/en-us/im1.svg)  no-repeat;
  background-size: cover;
  z-index: 66;
      filter: grayscale(1);
}


.iderIndexBox8-prev{
  left: 0;
}
.iderIndexBox8-prev:hover,
.iderIndexBox8-next:hover{
  filter: none;
}

.iderIndexBox8-next{
  right: 0;
  transform: translateY(-50% ) rotate(180deg);
}


.iderIndexBox11{
  position: relative;
  cursor: pointer;
  width: 100%;
  margin-bottom: 3%;
  height: 700px;
  display: flex;
  align-items: center;
  overflow: hidden;

}

.iderIndexBox11 .text{
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  left: 0;
  z-index: 2;
  top: 50%;
  transition:all 0.3s;
  transform: translateY(-50%);
}
.iderIndexBox11 .text .logo{
  width: 20%;
  height: auto;
  object-fit: contain;
}
.iderIndexBox11 .text  p{
  font-size: 26px;
  color: #000;
  font-weight: 600;
}
.iderIndexBox11::after{
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
    background-color: rgba(150, 135, 93, 0.4);
}
.iderIndexBox11 .text  .mores{
  color: #000;
  font-weight: 600;
  text-decoration: none;
}


.iderIndexBox11 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.iderAboutBox1{
  width: 100%;
  height: auto;
  padding: 3% 0 ;
}
.iderAboutBox1 .com-card,
.iderAboutBox2 .com-card{
  width: 1200px;
}
.slick-initialized .slick-slide{
	position: relative;
}
.slick-initialized .comInquiry{
	position: absolute;
	font-weight: 600;
	bottom: 40px;
	left: 17%;
	z-index: 22;
}
.iderAboutBox1 li img{
  width: 45%;
  height: auto;
  border-radius: 10px;
  margin-right: 6%;
}
.iderAboutBox1 li{
  display: flex;
  margin-bottom: 2%;
}
.iderAboutBox1 li:nth-child(2n){
  flex-direction: row-reverse;
}
.iderAboutBox1 li:nth-child(2n)  img{
  margin:  0 0 0 6%;
}
.iderAboutBox1 li  .com-tl,
.iderAboutBox2  .text .com-tl{
  text-align: left;
}
.iderAboutBox1 li .text{
  flex: 1;
  padding-top: 3%;
}
.iderAboutBox1 li .text .ls,
.iderAboutBox2  .text .ls{
  font-size: 16px;
  line-height: 30px;
  color: #000;
  margin-top: 3%;
}

.iderAboutBox2{
  width: 100%;
  height: auto;
  padding-bottom: 3%;
}
.iderAboutBox2  .top{
  display: flex;
  margin-bottom: 2%;
}
.iderAboutBox2 .img{
  width: 50%;
  height: auto;
  overflow: hidden;
  margin-right: 3%;
}
.iderAboutBox2  .text{
  flex: 1;
  padding-top: 6%;
}
.iderAboutBox2 .text .ls img{
  width: 155px;
  object-fit: contain;
  height: auto;
  background-color: #000;
  vertical-align: bottom;
}
.iderAboutBox2 .text .ls{
font-size: 20px;
    line-height: 30px;
}

.iderAboutBox2 .bottom .title{
  font-size: 30px;
  color: #92d050;
  font-weight: 600;
}
.iderAboutBox2 .bottom .title strong{
	text-decoration: underline;
	color: #000;
	font-size: 30px;
	font-weight: 600;
}
.iderAboutBox2 .bottom  .con{
  display: flex;
}
.iderAboutBox2 .bottom li{
  margin-bottom: 3%;
}
.iderAboutBox2 .bottom li:nth-child(2n) .con{
  flex-direction: row-reverse;
}
.iderAboutBox2 .bottom  .con .txt{
  font-size: 20px;
  flex: 1;
  color: #000;
  line-height: 30px;
  padding-top: 6%;
}
.iderAboutBox2 .bottom  .con  .imgs{
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.iderAboutBox2 .bottom li:nth-child(2n+1) .imgs{
  margin-left: 10%;
}
.iderAboutBox2 .bottom li:nth-child(2n) .imgs{
  margin-right: 10%;
}
.iderAboutBox2 .bottom li:nth-child(2n)   .title{
  margin-bottom: 3%;
}
.iderAboutBox2 .bottom  .con  .imgs img{
   width: 100%;
   height: auto;
   object-fit: contain;
   margin-top: 3%;
}
.iderAboutBox2 .bottom  .con  .tl{
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.iderAboutBox2 .bottom  .txts{
  font-size: 20px;
  color: #000;
  text-align: center;
}
.iderAboutBox2 .bottom  .mores{
  margin: 0  auto;
  margin-top: 3%;
  color: #000;
}









.iderIndexBox12 {
    width: 100%;
    height: auto;
    padding-bottom: 3% ;
}

.iderIndexBox12 li {
    position: relative;
   width: calc((100% - 40px ) / 3);
    height: auto;
}

.iderIndexBox12 li a {
    display: inline-block;
    width: 100%;
}

.iderIndexBox12 li .img {
    width: 100%;
    height:305px;
    overflow: hidden;
}

.iderIndexBox12 .text h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #3c3c3c;
}

.iderIndexBox12 .text .com-txt2 {
    color: rgba(0, 0, 0, 0.9);
    flex: 1;
    margin-top:10px;
    font-size: 16px;
    line-height: 25px;
}

.iderIndexBox12 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
    margin-top: 40px;
}

.iderIndexBox12 .time {
    position: absolute;
    width: 68px;
    z-index: 3;
    top: -28px;
    left:22px;
}

.iderIndexBox12 .time p {
    width: 100%;
    height: 45px;
    background-color: #92d050;
    font-family: Poppins-Bold;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    color: #ffffff;
}

.iderIndexBox12 .time .nu {
    width: 100%;
    height: 28px;
    background-color: #e0872d;
    font-family: Poppins-Regular;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    color: #ffffff;
}

.iderIndexBox12 .text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: 0 0  5px  5px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    height: 300px;
    transition: all 0.3s;
    padding: 25px ;
}

.iderIndexBox12 .text .more {
    display: flex;
    text-decoration: auto;
    color: #4b4b4b;
    transition: all 0.3s;
}

.iderIndexBox12 .text .more::after {
    filter: brightness(0.1);
}

.iderIndexBox12 li:hover .text {
    background-color: #ffffff;
    box-shadow: 0px  7px  18px  0px rgba(21, 111, 185, 0.16);
    border: none;
}

.iderIndexBox12 li:hover .text .more {

    color:#92d050;
    text-decoration: underline;
}

.iderIndexBox12 li:hover .text .more::after {
    filter: none;
}

.iderIndexBox13{
  width: 100%;
  height: auto;
  padding-bottom: 3% ;
}

.iderIndexBox13Con{
  width: 100%;
  height: auto;

}
.iderIndexBox13Con .top{
    width: 100%;
      display: flex;
  margin-top: 30px;
  height: auto;
}
.iderIndexBox13Con .lt{
  width: 45%;
  height:600px;
  overflow: hidden;
  margin-right: 3%;
}
.iderIndexBox13Con .lt iframe{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iderIndexBox13Con .text{
  flex: 1;
}

.iderIndexBox13Con .text .title{
  font-size: 30px;
  font-weight: 600;
  color: #000;
  margin-bottom: 25px;
}
.iderIndexBox13Con .text  li{
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start;
}
.iderIndexBox13Con .text   .icon{
  width: 35px;
  height: auto;
  object-fit: contain;
  margin-right: 20px;
}


.iderIndexBox13Con .text  .txt{
  flex: 1;
}

.iderIndexBox13Con .text  .txt h3{
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.iderIndexBox13Con .text  .txt .ls{
  font-size: 16px;
  line-height: 25px;
  color: #000;
  margin-top: 10px;
}

.iderIndexBox13 .bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.iderIndexBox13 .bottom img{
  width: calc((100% - 30px) / 4);
  height: 260px;
  object-fit: cover;
  vertical-align: bottom;
}
.iderIndexBox13 .mores{
  display: block;
  color: #000;
}


.iderIndexBox14{
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 40px 0;
}
.iderIndexBox14 .title{
  text-align: center;
  font-size: 20px;
      font-style: italic;
  color: #000;
  margin-bottom: 10px;
}
.iderIndexBox14Swiper{
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 20px;
}

.iderIndexBox14Swiper  img{
  width: 100%;
  height: 100px;
  object-fit: contain;
  vertical-align: bottom;
}






































@media screen and (max-width: 1640px) {

.com-card,
.iderIndexBox7 .com-card{
  width: 100%;
  padding:  0  6.7%;
}
.iderIndexBox8Swiper .swiper-slide{
  display: flex;
  align-items: center;
  justify-content: center;
}
.iderIndexBox11,
.iderIndexBox12 li .img{
  height: auto;

}

.iderAboutBox1 .com-card, .iderAboutBox2 .com-card{
  padding: 0;
}
}

@media screen and (max-width: 1400px) {

.iderIndexBox9 li .text{
  height: auto;
}
.iderAboutBox1 li img{
  width: 50%;
}
.iderIndexBox13Con .text .title{
  font-size: 25px;
}

}

@media screen and (max-width: 1220px) {
.iderAboutBox1 .com-card, .iderAboutBox2 .com-card{
  width: 100%;
  padding:  0 6.7%;
}

}

@media screen and (max-width: 992px) {
  .com-tl{
    font-size: 36px;
  }
  .com-card{
    padding: 0 2%;
  }
.iderIndexBox6Con ul,
.iderIndexBox12 ul,
.iderIndexBox13Con .top{
  flex-wrap: wrap;
  justify-content: flex-start;
}
.iderIndexBox6Con ul li{
width: calc(100% / 2) !important;
}
.iderIndexBox6{
  padding: 20px 0;
}
.iderIndexBox9  li ,
.iderIndexBox12 li
{
    width: calc((100% - 10px) /  2);
    margin: 0 10px  10px 0;
}
.iderIndexBox9  li:nth-child(3n){
  margin-right: 10px;
}
.iderIndexBox12 li{
  margin-bottom: 40px;
}
.iderIndexBox9  li:nth-child(2n),
.iderIndexBox12 li:nth-child(2n){
  margin-right: 0;
}
.iderAboutBox1 li {
    align-items: flex-start;
}
.iderIndexBox7 li .img{
  margin:  0 0 !important;
}
.iderIndexBox12 .text{

  height: auto;
  padding: 3%;
}
.iderIndexBox13Con .lt{
  height: 300px;
}
.iderIndexBox13Con .text{
    flex: none;
  width: 100%;
  height: auto;
}
.iderIndexBox13 .bottom{
  flex-wrap: wrap;
}
.iderIndexBox13 .bottom img {
    width: calc((100% - 10px) / 2);
 margin-bottom: 10px;
}
.com-tl{
  font-size: 24px;
}
.iderIndexBox7 .com-tl{
  line-height: 30px;
}
.iderIndexBox7 li .text .name{
  font-size: 18px
}
.iderIndexBox11 .text .logo {
    width: 50%;
}
}

@media screen and (max-width: 768px) {

.iderIndexBox7 li,
.iderIndexBox10 .com-card,
.iderAboutBox1 li,
.iderAboutBox2 .com-card,
.iderAboutBox2 .top,
.iderAboutBox2 .bottom .con{
  flex-wrap: wrap;
}
.iderIndexBox7 li .img,
.iderIndexBox10 .img,
.iderAboutBox1 li img,
.iderAboutBox2 .img{
  width: 100%;
  margin:  0 0 ;
}
.iderIndexBox9 li,
.iderIndexBox12 li{
  width: 100%;
  margin-right: 0  !important;
}

.iderIndexBox11{
  padding-bottom: 20px
}
.iderIndexBox13Con .lt{
  width: 100%;
  margin:  0 0 10px 0 ;
}
.iderIndexBox13 .bottom img{
  width: 100%;
  height: auto;
}
.iderIndexBox13 .bottom{
  margin-top: 20px;
}
.iderAboutBox2 .bottom .con .tl{
  margin-top: 10px;
}
.iderAboutBox2 .bottom .con .imgs{
  width: 100%;
  margin:  0 0 !important;
}
.iderAboutBox2 .bottom .con .txt{
  padding-top: 15px;
}
.iderAboutBox2 .bottom .title,
.iderAboutBox2 .bottom .title  strong{
    font-size: 20px;
}

}

