.standard_area {
  background: #e9f8f7;
  padding-bottom: 125px;
}

.standard_wrap {
  padding-top: 100px;
}

.p_container_wrap {
  background: #fff;
  border-radius: 60px;
  padding-bottom: 146px;
}

.p_container {
  border-top: 7px solid #49b5ba;
  padding-top: 59px;
}

.p_container_title {
  margin-bottom: 40px;
  text-align: center;
}

.p_container_title h2 {
  margin-bottom: 0;
  color: #49b5ba;
  font-size: 40px;
  line-height: 59px;
  font-weight: 400;
  word-break: break-all;
}

.rule_section_items {
  margin-bottom: 40px;
}

.rule_title {
  background-color: #e2f8f7;
  font-size: 18px;
  color: #656565;
  padding: 9px 16px;
  line-height: 27px;
  margin-bottom: 20px;
  font-weight: bold;
}

.rule_text p {
  font-size: 17px;
  line-height: 30px;
}

.lst_date {
  text-align: right;
}

.lst_date span {
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .standard_wrap {
    padding-top: 40px;
    width: 100%;
  }

  .standard_area{
    position: relative;
    padding-bottom: 0;
  }

  .standard_area::before{
    content: "";
    width: 100%;
    height: 7px;
    background: #49b5ba;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .p_container_wrap{
      border-radius: 0;
      padding-bottom: 100px;
  }

  .p_container{
      border-top: none;
      padding-top: 20px;
  }

  .p_container_title{
      margin-bottom: 20px;
  }

  .p_container_title h2{
      font-size: 20px;
      line-height: 29px;
  }

  .rule_text p{
    font-size: 15px;
    line-height: 25px;
  }

  .rule_title{
      text-align: center;
      font-size: 17px;
  }

  .lst_date span {
    font-size: 15px;
}
}
