.agreement-check-area label p {
  font-size: 18px;
}

.agreement-check-area label p span {
  font-weight: 600;
  text-decoration: underline;
}

#writeBox textarea {
  border-radius: 30px;
}

/* Desktop ( 1024px ~)*/
@media all and (min-width: 1024px) {
}

/* Laptop ( 1024px ~ 1440px)*/
@media all and (min-width: 1024px) and (max-width: 1440px) {
}

/* Tablet ( 768px ~ 1023px)*/
@media all and (min-width: 768px) and (max-width: 1023px) {
}

/* Mobile ( ~ 767px)*/
@media all and (max-width: 767px) {
  #writeBox {
    --input-height: 45px;
  }
  .agreement-check-area label p {
    font-size: 13px;
  }
}
