.sec-image-box-v1{
  position: relative;
}
.sec-image-box.bg-gray {
  padding: 11.2rem 0;
}
.sec-image-box-v1:after{
  position: absolute;
  content: "";
  right: 0;
  bottom: -14.4rem;
  width: 74.3rem;
  height: 56rem;
  background-image: url(../images/pattern-7-pink.png);
  background-size: cover;
  background-position: center;
}
.image-box-list{
  display: flex;
  flex-wrap: wrap;
}
.sec-text-block + .sec-image-box .title,
.sec-image-box-v2 .title{
  border-top: 1px solid var(--main-color);
  padding-top: 11.2rem;
  margin-bottom: 2.8rem;
}
.sec-text-block + .sec-image-box .title p,
.sec-image-box-v2 .title p{
  font-size: 3rem;
  line-height: 4rem;
  font-weight: bold;
}
.image-box-item{
  display: block;
  position: relative;
  width: calc((100% / 2) - 0.8rem);
  margin-left: 1.6rem;
  border-radius: 1rem;
  overflow: hidden;
  z-index: 1;
  background: var(--white-bg);
}
.image-box-item:nth-child(2n + 1){
  margin-left: 0;
}
.image-box-item:nth-child(n + 3){
  margin-top: 1.6rem;
}
.image-box-item img{
  width: 100%;
  height: 35.9rem;
  object-fit: cover;
}
.image-box-info{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 43, 79, 0) 0%, #002B4F 100%);
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.image-box-info .h3{
  color: #fff;
}
.image-box-info p{
  color: #fff;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-top: 0.4rem;
}
.image-box-text{
  margin-top: 4.8rem;
}
.image-box-text:first-child{
  margin-top: 0;
}
@media(min-width:1360px) and (max-width:1459.98px){
  .sec-image-box.bg-gray {
    padding: 9.6rem 0;
  }
  .sec-image-box-v1:after {
    bottom: -12.4rem;
    width: 65rem;
    height: 49rem;
  }
  .image-box-item img {
    height: 32.3rem;
  }
  .image-box-text {
    margin-top: 4rem;
  }
  .sec-text-block + .sec-image-box .title, 
  .sec-image-box-v2 .title {
    padding-top: 9.6rem;
  }
  .sec-text-block + .sec-image-box .title p, 
  .sec-image-box-v2 .title p {
    font-size: 2.7rem;
    line-height: 3.4rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .sec-image-box.bg-gray {
    padding: 9.6rem 0;
  }
  .sec-image-box-v1:after {
    bottom: -12.4rem;
    width: 58.3rem;
    height: 44rem;
  }
  .image-box-item img {
    height: 28rem;
  }
  .image-box-info {
    padding: 3rem;
  }
  .image-box-text {
    margin-top: 3.2rem;
  }
  .sec-text-block + .sec-image-box .title, 
  .sec-image-box-v2 .title {
    padding-top: 9.6rem;
  }
  .sec-text-block + .sec-image-box .title p, 
  .sec-image-box-v2 .title p {
    font-size: 2.7rem;
    line-height: 3.4rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .sec-image-box.bg-gray {
    padding: 8rem 0;
  }
  .sec-image-box-v1:after {
    bottom: -10.4rem;
    width: 49rem;
    height: 37rem;
  }
  .image-box-item img {
    height: 24rem;
  }
  .image-box-info {
    padding: 2.4rem;
  }
  .image-box-info br{
    display: none;
  }
  .image-box-text {
    margin-top: 3.2rem;
  }
  .sec-text-block + .sec-image-box .title, 
  .sec-image-box-v2 .title {
    padding-top: 8rem;
  }
  .sec-text-block + .sec-image-box .title p, 
  .sec-image-box-v2 .title p {
    font-size: 2.4rem;
    line-height: 3.1rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .sec-image-box.bg-gray {
    padding: 7rem 0;
  }
  .sec-image-box-v1:after {
    bottom: -8rem;
    width: 42.4rem;
    height: 32rem;
  }
  .image-box-item img {
    height: 21rem;
  }
  .image-box-info {
    padding: 2.4rem;
  }
  .image-box-info br{
    display: none;
  }
  .image-box-text {
    margin-top: 3.2rem;
  }
  .sec-text-block + .sec-image-box .title, 
  .sec-image-box-v2 .title {
    padding-top: 7rem;
  }
  .sec-text-block + .sec-image-box .title p, 
  .sec-image-box-v2 .title p {
    font-size: 2.2rem;
    line-height: 2.9rem;
  }
}
@media(max-width:767.98px){
  .sec-image-box.bg-gray {
    padding: 6.4rem 0;
  }
  .sec-image-box-v1:after{
    content: none;
  }
  .image-box-item {
    width: 100%;
    margin-left: 0;
  }
  .image-box-item:nth-child(n + 2){
    margin-top: 1.6rem;
  }
  .image-box-item img {
    height: 28.5rem;
  }
  .image-box-info {
    padding: 2.4rem;
  }
  .image-box-text {
    margin-top: 2.4rem;
  }
  .image-box-info br{
    display: none;
  }
  .sec-text-block + .sec-image-box .title, 
  .sec-image-box-v2 .title {
    padding-top: 6.4rem;
    margin-bottom: 2.4rem;
  }
  .sec-text-block + .sec-image-box .title p, 
  .sec-image-box-v2 .title p {
    font-size: 2rem;
    line-height: 2.7rem;
    font-weight: bold;
  }
}
@media(max-width:575.98px){
  .image-box-item img {
    height: 54vw;
  }
}