@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');

/* 공통 */
input {
  color: #333;
  font-size: 12px;
  font-weight: 400;
}

/* 팝업 모달 백그라운드 */
.pic_modal_bg {
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9998; 
  display: none; 
}

.pic_modal_bg.on {
  display: block;
}

/* 정보수정버튼 클릭 >> 정보수정 팝업 */
.p_intel_change_modal {
  width: 1000px;
  height: 488px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #eee;
  z-index: 9999;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  flex-direction: column;
  align-items: center;
}

.p_intel_change_modal.on {
  display: flex;
}

/* 팝업 타이틀 */
.p_intel_change_tit {
  width: 100%;
  height: 18px;
  display: flex;
  align-items: center;
  border-left: 3px solid #CF4F00;
}

.p_intel_change_tit h2 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin-left: 5px;
}

.pic_modal_top {
  width: 960px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}

.pic_modal_top>button {
  border: none;
  background: none;
}

.pic_modal_top>button>i {
  font-size: 23px;
  color: #333;
  cursor: pointer;
}

.pic_modal_top>button:hover i {
  color: #CF4F00;
  transition: color 0.3s ease;
}

/* 정보수정버튼 클릭 >> 정보수정 팝업 메인시작 */
.pic_modal_main {
  width: 960px;
  height: 330px;
  margin-top: 20px;
}

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

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

.pic_belong_to_tit {
  width: 100px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

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

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

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

.pic_dept_tit {
  width: 100px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

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

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

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

/* 라인2 사번 */
.pic_emp_no_section {
  width: 470px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.pic_emp_no_tit {
  width: 100px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

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

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

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

.pic_emp_nm_tit {
  width: 100px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

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

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

/* 좌우측입력구간 */
.pic_ip_lt_rt {
  width: 100%;
  height: 250px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 좌측입력구간 */
.pic_ip_lt {
  width: 697px;
  height: 250px;
}

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

/* 라인3 성명(영문) */
.pic_nm_eng_section {
  width: 308px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 라인3 성명(한자) */
.pic_nm_chn_section {
  width: 370px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

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

/* 라인4 생년월일 */
.pic_birth_section {
  width: 308px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.pic_birth_tit {
  width: 100px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
}

.pic_birth_tit p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

/* 달력 */
.pic_date_calendar {
  width: 106px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pic_date_calendar>input {
  width: 88px;
  height: 22px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-left: 15px;
}

.pic_date_calendar>i {
  color: #aaa;
  font-size: 13px;
  margin-left: 6px;
  cursor: pointer;
  z-index: 20;
}

.pic_date_calendar:hover>i {
  color: #CF4F00;
  transition: color 0.3s ease;
}

.pic_calendar {
  width: 300px;
  height: 208px;
  background: #333;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
  position: absolute;
  top: 225px;
  left: 0;
  z-index: 30;
}

.pic_calendar.on {
  display: flex;
}

.pic_calendar_top {
  width: 207px;
  height: 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.pic_calendar_top>i {
  font-size: 11px;
  color: #ccc;
}

.pic_calendar_top select {
  height: 19px;
  background: #333;
  color: #fff;
}

.pic_calendar_yyyymm {
  width: 135px;
  height: 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pic_calendar_m,
.pic_calendar_y 
{
  width: 56px;
  height: 19px;
}

.pic_calendar_main {
  width: 90%;
  height: 159px;
  margin-top: 10px;
}

.pic_calendar_main .pic_week_birth ul {
  width: 93%;
  display: flex;
  justify-content: space-between;
  margin-left: 5px;
}

.pic_calendar_main .pic_week_birth ul li {
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
}

.pic_sch_day_birth {
  margin-top: 8px;
}

.pic_sch_day_birth .pic_calendar_birth {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; 
  gap: 4px;
}

.pic_sch_day_birth .pic_calendar_birth .day_birth {
  width: calc(100% / 7 - 4px); 
  height: 25px;
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
}

.pic_sch_day_birth .pic_calendar_birth .day_birth:hover {
  background: #fff !important;
  color: #333 !important;
  font-weight: 700 !important;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.pic_sch_day_birth .pic_calendar_birth .day_birth.empty {
  visibility: hidden;
  pointer-events: none;
}

#pic_calendar_m_op,
#pic_calendar_y_op {
  border: none;
  cursor: pointer;
}

/* 라인4 휴대폰 */
.pic_hp_section {
  width: 370px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

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

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

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

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

/* 라인5 주소 */
.pic_address_section {
  width: 695px;
  height: 58px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.pic_address_tit {
  width: 100px;
  height: 60px;
  background: #eee;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.pic_ip_address {
  width: 560px;
  height: 50px;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.pic_address_section input {
  width: 558px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

/* 라인6 */
.pic_line6 {
  width: 697px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

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

.pic_comp_mail_tit {
  width: 100px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

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

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

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

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

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

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

/* 라인7 */
.pic_line7 {
  width: 697px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

/* 라인7 개인메일 */
.pic_comp_num_section {
  width: 308px;
  height: 58px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.pic_comp_num_tit {
  width: 100px;
  height: 60px;
  background: #eee;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

/* 라인7 패스워드 */
.pic_pw_check_change_section {
  width: 370px;
  height: 58px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.pic_pw_check_change_tit {
  width: 100px;
  height: 60px;
  background: #eee;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.pic_ip_pw {
  width: 230px;
  height: 50px;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.pic_pw_check_change_section input {
  width: 228px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

/* 우측영역 */
.pic_ip_rt {
  width: 243px;
  height: 250px;
}

/* 이미지 구역 */
.pic_img_area {
  width: 241px;
  height: 248px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

/* 팝업버튼 */
.pic_modal_bottom {
  width: 960px;
  height: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}

/* 사진등록버튼 */
.pic_modal_img_sign>button {
  border: none;
  background: #007BDF;
  width: 80px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
  margin-right: 10px;
}

.pic_modal_img_sign>button:hover {
  background: #CF4F00;
  transition: background-color 0.3s ease;
}

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

/* 확인버튼 */
.pic_modal_check>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
  margin-right: 10px;
}

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

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


/* 팝업닫기 버튼 */
.pic_modal_close button {
  width: 70px;
  height: 30px;
  background: #333;
  border-radius: 10px;
  border: none;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

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