.mg-t-1{
  margin-top: 1.5rem;
}
.mg-t-2{
  margin-top: 2.5rem;
}
.mg-t-3{
  margin-top: 3.5rem;
}
.pt-1{
  padding: 1rem;
}
.ipc_model .img_inside {
    width: 100%;
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
@media (max-width: 991.9px){
  .ipc_model .img_inside {
    justify-content: center;
  }
}
/* sec01 */
@media (min-width: 992px) {
  .ipc_model .icon_all_grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 6%;
  }
}
.sec01 .overview_img {
  margin: 0 auto;
}
@media (max-width: 991.9px) {
  .sec01 .icon_all_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15%;
    grid-row-gap: 15px;
  }
  .title .mobile-gap {
    margin-top: 3rem;
  }
  .sec01 .rl100-case {
    width: 85%;
    margin: 0 auto;
  }
}
/* sec2 */
.sec2 {
  background-color: #f4f4f4 !important;
}
/* sec3 */
.sec3 {
  background-color:#fff !important;
}
/* sec4 */
.sec4 {
  background-color: #f4f4f4;
}
/* sec5 */
.sec5 {
  background-color: #ffffff !important;
}
/* sec6 */
.sec6 {
  background-color:#f4f4f4;
}

/* sec7 */
.sec7{
}

/* sec8 */
.sec08 {
  background-color: #f4f4f4;
}
.cable-text p {
  text-align: left !important;
  font-size: 1.2rem;
  color: #888888;
  font-family: 'Calibri', 'Arial';
  line-height: 1.75em;
}
.sec08 h4.title,
.sec08 div.descript {
  text-align: center;
}

/* sec9 */
@media (max-width: 991.9px) {
  .sec09 {
    overflow: hidden;
  }

  .sec09 img {
    max-width: 170%;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
}

@media (max-width: 991.9px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .mobile {
    display: none !important;
  }
  .sec_cable .info_right .span {
    margin: 4rem 0;
  }
  .sec_dimensions {
    padding: 5vw 0 6vw;
  }
}
