@charset "utf-8";

.login_warp {
  height: 100vh;
  background-color: #f4f4f4;
}

.login_logo {
  padding-bottom: 50px;
}

.login_form {
  padding-top: 40px;
  background-color: #ffffff;
  border: 1px solid #cdcdd5;
  border-radius: 8px;
  max-width: 560px;
  width: 100%;
}

.login_box {
  padding: 0 120px;
}

.login_text-label {
  font-size: 12px;
}

.login_check-label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500;
  color: #626274;
}

/* 비밀번호찾기 , 비밀번호 초기화 */
.login_bottom-btn {
  font-weight: 600;
  color: #626274;
}

.login_footer {
  width: 100%;
  height: 200px;
  background: #f4f4f6;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* 이용약관*/
.TAC-list1 {
  font-size: 14px;
}
.TAC-list1 h4 {
  font-size: 14px;
  font-weight: 800;
}
.TAC-list1 h5 {
  font-size: 14px;
  font-weight: 700;
}
.TAC-list1 ul,
.TAC-list2 ul {
  padding-left: 0;
  list-style: none;
}
.TAC-list2 {
  font-size: 12px;
}
.TAC-list2 h4 {
  font-size: 13px;
  font-weight: 800;
}
.TAC-list2 h5 {
  font-size: 12px;
  font-weight: 700;
}
/* 개인정보처리방침 */
.TAC-list3 {
  font-size: 14px;
}
.TAC-list3 h4 {
  font-size: 14px;
  font-weight: 800;
}
.TAC-list3 h5 {
  font-size: 14px;
  font-weight: 700;
}
.TAC-list3 ul,
.TAC-list4 ul {
  padding-left: 0;
  list-style: none;
}
.TAC-list3 tr th,
.TAC-list4 tr th {
  text-align: center;
  font-size: 12px;
  border: 1px solid #444444;
  padding: 10px;
}
.TAC-list3 tr td,
.TAC-list4 tr td {
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
  padding: 12px;
  border: 1px solid #444444;
  padding: 10px;
}
.TAC-list3 .nowrap,
.TAC-list4 .nowrap {
  white-space: nowrap;
}
.TAC-list3 table,
.TAC-list4 table {
  border: 1px solid #444444 !important;
  border-collapse: collapse;
}
.TAC-list3 table thead,
.TAC-list4 table thead {
  border-bottom: 2px solid #222;
}
.TAC-list3 a,
.TAC-list4 a {
  word-break: break-all;
}

.TAC-list4 {
  font-size: 12px;
}
.TAC-list4 h4 {
  font-size: 12px;
  font-weight: 800;
}
.TAC-list4 h5 {
  font-size: 12px;
  font-weight: 700;
}
