@media (min-width: 992px) {
  .header-001 .ct-header {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .home .g-block {
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .home .g-block.service .title-block, .home .g-block.service .body-block {
    border-top: 0.0625rem dashed #E7E4E4;
  }
  .home .g-block.l-service {
    padding-bottom: 5rem;
  }
  .home .g-block.statement .body-block {
    text-align: center;
  }
  .home .title, .home .sub-title {
    padding-left: 0;
    padding-right: 0;
  }
  .home .title {
    font-size: 3.125rem;
  }
  .home .sub-title {
    font-size: 1.625rem;
  }
  .home .title-block {
    border: 0;
    width: calc(25% - .5rem);
  }
  .home .body-block {
    width: 75%;
    padding: 1rem 0;
  }
  .home .logo-pn {
    margin-top: 0;
  }
  .home .list-service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
  }
  .home .list-service .item-service {
    width: 25%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2.5rem 1.5rem;
    display: block;
  }
  .home .list-service .item-service:nth-child(1), .home .list-service .item-service:nth-child(2), .home .list-service .item-service:nth-child(3) {
    border-right: 0;
  }
  .home .list-service .item-service .left, .home .list-service .item-service .right {
    width: 100%;
  }
  .home .list-service .item-service .left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #FFFFFF;
    margin-bottom: 1rem;
  }
  .home .list-service .item-service .left svg {
    display: inline-block;
  }
  .home .list-service .item-service .right {
    padding: 0;
  }
  .home .list-service .item-service .title-item {
    font-size: 1.4375rem;
    line-height: 2.25rem;
    padding-bottom: .75rem;
    position: relative;
  }
  .home .list-service .item-service .title-item span {
    display: block;
  }
  .home .list-service .item-service .title-item:before {
    content: '';
    width: 3.3125rem;
    height: .125rem;
    background-color: #E7E4E4;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .home .list-service .item-service .des {
    font-size: 1rem;
    line-height: 1.84;
    padding-top: .75rem;
  }
}

@media (min-width: 992px) {
  .footer-001 {
    border-top: 0.0625rem solid #E7E4E4;
    background: #FFFFFF;
  }
  .footer-001 .ct-footer {
    padding: 2.5rem 0;
  }
}

@media (min-width: 1200px) {
  .padding-top-4 {
    padding-top: 5rem;
  }
}
