.policy {
  background-color: #1f3957;
  border-radius: 13px;
  color: #fff;
  height: 300px;
  overflow-y: scroll;
}
.formTh {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.labelText01 {
  margin-bottom: 0;
  font-size: 1.2rem;
}
.formRow {
  margin-bottom: 2rem;
}
.formInput,
.formTextArea {
  width: 100%;
  border: 1px solid #1f3957;
  padding: 0.4rem;
}
.formTextArea {
  min-height: 300px;
}
.requiredText {
  font-size: 0.8rem;
  background-color: #1f3957;
  color: #fff;
  border-radius: 2rem;
  padding: 0.15rem 1rem;
  margin-left: 0.5rem;
}
.formCheck {
  width: 25px;
  height: 25px;
  border-radius: 3px;
}
.news-list {
  border-bottom: 1px solid #1f3957;
  padding-bottom: 0.75rem;
  margin-bottom: 1.5rem;
}
.news-list__date,
.news-detail__date {
  color: #d25212;
}
.webgene-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin: 5rem 0;
}

/* recruit */
.bg-navy {
  background-color: #1f3957;
}
.bg-orange {
  background-color: #d25212;
}
.bg-white {
  background-color: #fff;
}
.fc-orange {
  color: #d25212;
}
.fc-white {
  color: #fff;
}
.requirements-box {
  border-radius: 42px;
  background-color: #fff;
}
.navy-link .btn-wrap__link p {
  color: #1f3957;
}
.bb-navy-dot2 {
  border-bottom: 2px dotted #1f3957;
}
.info-link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #1f3957;
  color: #fff !important;
  border-radius: 35px;
  height: 200px;
  transition: all 0.3s;
}
.info-link .main-text {
}
.info-link .sub-text {
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.info-link .sub-text img {
  width: 29px;
  margin-left: 8px;
  transition: all 0.3s;
}
.info-link:hover {
  transform: translateY(-5px);
}
.info-link:hover .sub-text img {
  transform: scale(1.1);
}
