.contactTop {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding: 0 15px;
}
.contactTop p {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.mb60 {
  margin-bottom: 60px;
}

.contactTell {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 10px;
}
.contactTell .contactTellTxt {
  color: #ff51a2;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding-top: 10px;
  font-size: 1.5rem;
}
.contactTell .contactTellC {
  color: #ff51a2;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-right: 5px;
  padding-top: 5px;
  font-size: 1.8rem;
}
.contactTell .contactnum {
  color: #ff51a2;
  font-size: 2.5rem;
  font-weight: bold;
}
.contactTell .contacttime {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}

.privacyLink {
  color: #ff51a2;
  font-size: 1.5rem;
  font-weight: 500;
  border-bottom: solid 1px #ff51a2;
}

.privacyLink:hover {
  border-bottom: none;
}

.alertList {
  margin: 0 0 30px 15px;
}

.alertListItem {
  list-style-type: disc !important;
  font-size: 1.4rem;
}
.alertListItem:not(:last-of-type) {
  margin: 0 0 5px;
}

.confirm {
  display: flex;
  flex-flow: column;
  justify-content: center;
  max-width: 320px;
  margin: 30px auto 0 auto;
}

.confirmBox {
  margin: 0 auto;
  max-width: 320px;
  width: 100%;
}

.confirmBox + .confirmBox {
  margin: 20px auto 0;
}

/*# sourceMappingURL=contact.css.map*/