#section01 {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  #section01 {
    padding: 150px 0;
  }
}
#section01 .sec-title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  color: #ba75df;
}
@media screen and (min-width: 1024px) {
  #section01 .sec-title {
    margin-bottom: 37px;
    font-size: 30px;
  }
}
#section01 .sec-desc {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  #section01 .sec-desc {
    font-size: 24px;
  }
}
#section01 .sec-desc p:first-child {
  margin-bottom: 10px;
}
#section01 .data-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  #section01 .data-list {
    gap: 37px;
    margin-top: 100px;
    margin-bottom: 96px;
    font-size: 24px;
  }
}
#section01 .data-list dl {
  position: relative;
  display: flex;
  gap: 10px;
  padding-left: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  #section01 .data-list dl {
    padding-left: 20px;
    line-height: 1.7;
  }
}
#section01 .data-list dl:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #ba75df;
}
@media screen and (min-width: 1024px) {
  #section01 .data-list dl:before {
    top: 16px;
  }
}
#section01 .data-list dt {
  color: #ba75df;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  #section01 .data-list dt {
    margin-right: 43px;
  }
}
#section01 .data-list dd {
  color: #161e2f;
}
#section01 .btn-wrap {
  margin-top: 40px;
  text-align: center;
}
#section02 {
  padding-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  #section02 {
    padding-bottom: 150px;
  }
}
#section02 .board-title-common {
  margin-top: 0;
}
@media screen and (max-width: 1023.98px) {
  #section02 .board-title-common {
    margin-bottom: 40px;
  }
}
#section02 .noti {
  margin: 40px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #161e2f;
}
@media screen and (min-width: 1024px) {
  #section02 .noti {
    margin: 89px 0 93px;
    font-size: 24px;
  }
}