@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&family=Blinker:wght@100;200;300;400;600;700;800;900&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&display=swap');

/* 저장 취소 버튼 */
.terms {
  /* width: 1231px; */
  width: calc(100% - 39px);
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}

/* 저장버튼 */
.save_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

.save_btn>button:hover {
  background: #007BDF;
  transition: background-color 0.3s ease;
}

.save_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

/* 취소버튼 */
.cancel_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
  margin-left: 8px;
}

.cancel_btn>button:hover {
  background: #FF0000;
  transition: background-color 0.3s ease;
  width: 75px;
}

.cancel_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

/* 메인 */
.docu_mng_main {
  /* width: 1231px; */
  width: calc(100% - 39px);
  height: 480px;
  margin-top: 10px;
}

/* 라인1 */
.line1 {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 라인1 소속 */
.comp_section {
  width: 387px;
  height: 28px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.comp_tit {
  width: 150px;
  height: 30px;
  border-radius: 10px;
  background: #eee;
  line-height: 30px;
  text-align: center;
}

.comp_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.comp_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
}

/* 라인1 부서 */
.dept_section {
  width: 394px;
  height: 28px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.dept_tit {
  width: 150px;
  height: 30px;
  border-radius: 10px;
  background: #eee;
  line-height: 30px;
  text-align: center;
}

.dept_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.dept_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
}

/* 라인1 성명 */
.emp_nm_section {
  width: 394px;
  height: 28px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.emp_nm_tit {
  width: 150px;
  height: 30px;
  border-radius: 10px;
  background: #eee;
  line-height: 30px;
  text-align: center;
}

.emp_nm_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.emp_nm_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
}

/* 라인2 */
.line2 {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

/* 라인2 아이디 */
.id_section {
  width: 387px;
  height: 28px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.id_tit {
  width: 150px;
  height: 30px;
  border-radius: 10px;
  background: #eee;
  line-height: 30px;
  text-align: center;
}

.id_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.id_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
}

/* 라인2 전자결재비밀번호 */
.e_approval_pw_section {
  width: 815px;
  height: 28px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.e_approval_pw_tit {
  width: 150px;
  height: 30px;
  border-radius: 10px;
  background: #eee;
  line-height: 30px;
  text-align: center;
}

.e_approval_pw_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.e_approval_pw_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 8px;
}

.e_approval_pw_section input.pw_one {
  width: 214px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin-left: 15px;
}

.e_approval_pw_section input.pw_more {
  width: 238px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin-left: 15px;
}

/* 라인3 */
.line3 {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

/* 라인3 전자결재비밀번호 */
.approval_pw_yn_section {
  width: 100%;
  height: 28px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.approval_pw_yn_tit {
  width: 150px;
  height: 30px;
  border-radius: 10px;
  background: #eee;
  line-height: 30px;
  text-align: center;
}

.approval_pw_yn_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.radio_btn {
  display: flex;
  align-items: center;
}

.radio_btn input {
  width: 42px;
  height: 20px;
  margin-left: 15px;
  cursor: pointer;
}

.radio_btn>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

/* 라인4 */
.line4 {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

/* 라인4 사인등록 */
.sign_area {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.sign_section {
  width: calc(100% - 100px);
  height: 198px;
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #eee;
}

.sign_tit {
  width: 150px;
  height: 200px;
  border-radius: 10px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sign_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.sign_img {
  width: 948px;
  height: 188px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-left: 15px;
}

/* 사인등록버튼 */
.sign_file_btn>button {
  border: none;
  background: #333;
  width: 80px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

.sign_file_btn>button>input {
  display: none;
}

.sign_file_btn>button:hover {
  background: #007BDF;
  transition: background-color 0.3s ease;
}

.sign_file_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

/* 라인5 */
.line5 {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  background: #eee;
  border-radius: 10px;
}

/* 라인5 공문 */
.official_docu>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

/* 라인6 */
.line6 {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  border-radius: 10px;
}

/* 라인6 기관명 */
.senter_nm_section {
  width: 387px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.senter_nm_tit {
  width: 150px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.senter_nm_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.senter_nm_section input {
  margin-left: 15px;
  width: 207px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

/* 라인6 이메일 */
.e_mail_section {
  width: 394px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.e_mail_tit {
  width: 150px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.e_mail_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.e_mail_section input {
  margin-left: 15px;
  width: 207px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

/* 라인6 홈페이지 */
.h_page_section {
  width: 394px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.h_page_tit {
  width: 150px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.h_page_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.h_page_section input {
  margin-left: 15px;
  width: 207px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

/* 라인7 */
.line7 {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  border-radius: 10px;
}

/* 라인7 전화번호 */
.tele_num_section {
  width: 387px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.tele_num_tit {
  width: 150px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tele_num_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.tele_num_section input {
  margin-left: 15px;
  width: 207px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

/* 라인7 FAX번호 */
.fax_num_section {
  width: 394px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.fax_num_tit {
  width: 150px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fax_num_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.fax_num_section input {
  margin-left: 15px;
  width: 207px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

/* 라인7 우편번호 */
.post_num_section {
  width: 394px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.post_num_tit {
  width: 150px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.post_num_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.post_num_section input {
  margin-left: 15px;
  width: 207px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

/* 라인8 */
.line8 {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  margin-top: 10px;
  border-radius: 10px;
}

/* 라인8 주소 */
.address_section {
  width: 100%;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.address_tit {
  width: 150px;
  height: 30px;
  border-radius: 10px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.address_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.address_section input {
  width: 1042px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  background: #fff;
  margin-left: 15px;
}