#container:not(.topPage) {
  margin-top: 0;
}
#container:not(.topPage) #main {
  float: none;
  margin: 0 auto;
}
.cateSec.cateSec2 {
  display: none;
}
#main .benefits {
  text-align: center;
  margin: 10% 0;
  .title1 {
    margin-top: 10%;
  }
  .title1 p {
    font-size: 36px;
    text-align: center;
    line-height: 36px;
  }
  .title1 span {
    font-size: 16px;
    margin-bottom: 2%;
  }
  .benefits-button {
    margin-bottom: 10%;
  }
  .benefits-button p {
    margin-bottom: 1%;
  }
  .benefits-button p a {
    color: #0054a6;
  }
  .title2 {
    color: #f20972;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 5%;
  }
  section {
    width: 800px;
    background-color: #fff7d5;
    margin: 0 auto 10%;
    padding: 4% 0;
  }
  section .frame {
    display: flex;
    padding: 4% 0;
  }
  section .frame img {
    margin-left: 40%;
  }
  section .frame2 {
    text-align: left;
    margin: 0 10% 0;
  }
  section .frame2 p {
    margin-bottom: 0;
  }
  section .title3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
  }
  section .frame2 span {
    color: #f20972;
  }
  section .figure {
    display: flex;
    background-color: #fff;
    width: 698px;
    border: 1px solid #000;
    margin: 0 auto;
  }
  section .figure2 {
    width: 232px;
    border-right: 1px solid #000;
  }
  section .figure2:last-child {
    border-right: none;
  }
  section .figure3 {
    padding: 5% 0;
    text-align: center;
    margin-bottom: 0;
  }
  section .figure4 {
    padding: 3% 0;
    border-top: 1px solid #000;
    text-align: center;
    margin-bottom: 0;
  }
  section .figure5 {
    padding: 3% 0;
    border-top: 1px solid #000;
    text-align: center;
  }
  section .text {
    padding: 4% 6% 0;
    font-size: 13px;
    text-align: left;
  }
  .detail {
    text-align: left;
    width: 800px;
    margin: 0 auto;
    border-bottom: 1px solid #000;
  }
  .detai2 {
    display: flex;
  }
  .detai3 {
    background-color: #ffebb9;
    width: 25%;
    border-top: 1px solid;
    border-left: 1px solid;
  }
  .detai3 p {
    padding: 7%;
  }
  .detai4 {
    background-color: #eeeeee;
    width: 75%;
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
  }
  .detai4 p {
    padding: 2%;
  }
}

@media (max-width: 767px) {
  #main .benefits {
    margin: 10% 2%;
    section {
      width: 100%;
    }
    .title1 p {
      font-size: 20px;
      line-height: 15px;
      font-weight: bold;
    }
    .title1 span {
      display: block;
      font-size: 13px;
      margin-bottom: 2%;
    }
    .benefits-button img {
      width: 100%;
    }
    .title2 {
      font-size: 20px;
      font-weight: bold;
    }
    section .title3 {
      font-size: 18px;
      font-weight: bold;
      line-height: 28px;
    }
    section .title3 br {
      display: none;
    }
    section .frame {
      display: block;
    }
    section .frame img {
      margin: 3%;
    }
    section .frame2 {
      text-align: left;
      margin: 0 5% 0;
    }
    section .figure {
      display: block;
      width: 95%;
      border-top: 1px solid;
      border-left: 1px solid;
      border-right: 1px solid;
    }
    section .figure2 {
      width: 100%;
      border-right: none;
    }
    section .figure2:last-child {
      border-bottom: none;
    }
    section .figure4 {
      border-top: 1px solid #000;
    }
    section .figure5 {
      border-bottom: 1px solid #000;
    }
    .detail {
      width: 100%;
    }
    .detail br {
      display: none;
    }
    .detai2 {
      display: block;
    }
    section .figure {
      display: block;
      width: 95%;
      border-top: 1px solid;
      border-left: 1px solid;
      border-right: 1px solid;
      border-bottom: none;
    }
    .detai3 {
      text-align: center;
      width: 100%;
      border-top: 1px solid;
      border-left: 1px solid;
      border-right: 1px solid;
    }
    .detai3 p {
      padding: 2%;
      font-weight: bold;
    }
    .detai4 {
      width: 100%;
    }
  }
}
