@media only screen and (max-width: 1366px) {
  .sectionBox .brcr .w1280 {
    width: 1100px;
  }
  .customer_inner .w1280 {
    width: 1100px;
  }
  .customer_con .w1280 {
    width: 1100px;
  }
}
@media only screen and (max-width: 1200px) {
  .sectionBox .brcr .w1280 {
    width: 900px;
  }
  .customer_inner .w1280 {
    width: 900px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .sectionBox .brcr .w1280 {
    width: 700px;
  }
  .customer_inner .w1280 {
    width: 700px;
  }
  .customer .sectionBox .customer_inner .customer_innertop .text_con .title {
    margin: 2% 0 2%;
  }
  .customer .sectionBox .customer_inner .customer_innertop .text_con .fnt_14 {
    margin-bottom: 2%;
  }
  .customer_con .w1280 {
    width: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .sectionBox .brcr .w1280 {
    width: 96%;
  }
  .customer_inner .w1280 {
    width: 96%;
  }
  .customer .sectionBox .customer_inner .customer_innerbottom .text_con {
    padding-left: 0;
  }
  .customer .sectionBox .customer_inner .customer_innerbottom .text_con .line {
    display: none;
  }
}
