:root {
  --mainColor: #3677e2;
  --col: #2a5d9e;
  --gradient-colors: #2dcafd, #005198;
}
.flex {
  display: flex;
}
.flex-con {
  display: flex;
  align-items: center;
  justify-content: center;
}
.iderApplicationBox1 {
  width: 100%;
  height: auto;
  padding: 5% 0;
}
.iderApplicationBox1 .img {
  width: 55%;
  height: auto;
  overflow: hidden;
  margin-left: 80px;
}
.iderApplicationBox1 .text {
  flex: 1;
}
.iderApplicationBox1 .img:hover img {
  transform: scale(1.2);
}
.iderApplicationBox1 .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.5s;
}
.iderApplicationBox1 .text .title {
  font-size: 48px;
  line-height: 62px;
  color: #262626;
  font-weight: 600;
}
.iderApplicationBox1 .text .tl {
  font-size: 20px;
  margin: 25px 0 15px 0;
  font-weight: 600;
  color: #262626;
}
.com-ls30 {
  font-size: 18px;
  line-height: 30px;
  color: #1c1c1c;
}
.com-mores {
  display: block;
  cursor: pointer;
  width: 210px;
  height: 50px;
  line-height: 50px;
  background-color: var(--mainColor);
  border-radius: 10px;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
}
.com-mores:hover {
  color: #fff;
}
.iderApplicationBox1 .com-mores {
  margin-top: 11%;
}

.iderApplicationBox2 {
  width: 100%;
  height: auto;
  padding-top: 1%;
}
.iderApplicationBox2 .container {
  padding-bottom: 4%;
  border-bottom: 1px solid #d9d9d9;
}

.iderApplicationBox2Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 4.5%;
}

.iderApplicationBox2Swiper .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.iderApplicationBox2Swiper .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderApplicationBox2Swiper .img:hover img {
  transform: scale(1.2);
}
.iderApplicationBox2Swiper .name {
  width: 100%;
  font-size: 24px;
  margin-bottom: 10px;
  color: #292929;
  text-align: center;
}
.iderApplicationBox2Swiper .com-ls30{
  text-align: center;
}
.iderApplicationBox2Swiper .text{
  width: 100%;
  height: auto;
  padding: 3% ;
    background-color: #fff;
  border: solid 1px #bfbfbf;
    min-height: 120px;
    overflow: hidden;
}
.iderApplicationBox2-pagination {
  margin-top: 6%;
}
.iderApplicationBox2-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1;
  transition: all 0.3s;
  background-color: #d9d9d9;
}
.iderApplicationBox2-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}
@media screen and (max-width: 1400px) {
  .iderApplicationBox1 .text .title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 992px) {
  .iderApplicationBox1 .container {
    flex-wrap: wrap;
  }
  .iderApplicationBox1 .text {
    flex: none;
    width: 100%;
  }
  .iderApplicationBox1 .com-mores {
    margin-top: 15px;
  }
  .iderApplicationBox1 .img {
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .iderApplicationBox1 .img {
    width: 100%;
  }
  .iderApplicationBox1 .text .title {
    font-size: 4.2vw;
    line-height: 1.2;
  }
  .iderApplicationBox2Swiper .name {
    height: auto;
    padding: 4%;
    min-height: auto;
    font-size: 14px;
  }
}
