.join_wrap {
  width: 980px;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  border-radius: 20px;
  /* box-shadow: 2px 2px 8px #D9D9D9; */
  padding: 50px 80px;
  margin: 0 auto;
  text-align: center;
  margin-top: 32px;
}

.page_title {
  color: #44667A;
  margin-bottom: 60px;
  text-align: center;
}

input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

/* 1. 모든 약관 동의 (우측 상단) */
.all_agree_box {
  text-align: right;
  margin-bottom: 20px;
  font-size: 16px;
}

/* 2. 개별 약관 그룹 */
.agree_group {
  margin-bottom: 35px;
  text-align: left;
}

.agree_title {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
}

/* 텍스트 박스 */
.content_box {
  width: 100%;
  height: 240px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow-y: auto;
  background-color: #f9f9f9;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  margin-bottom: 10px;
}

.single_check {
  display: block;
  text-align: right;
  font-size: 16px;
  color: #666;
}

.opt_checks {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.btn_submit {
  width: 250px;
  height: 52px;
  background-color: #5F9EA0;
  color: #fff;
  border: none;
  border-radius: 26px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}

.btn_submit a{
  color: #fff;
}

.btn_submit:hover {
  background-color: #44667A;
}