@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');
/* .container {
  width: 1280px;
  margin: 0 auto;
} */

.body {
  font-size: 15px;
  /* //.글자폰트 크기 수정 */
  font-family: "Noto Sans KR", sans-serif;
}

.wrap {
  display: flex;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
/* ---------------------------------------------------------------- */
/* 메인배경이미지 */
.main_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/* ---------------------------------------------------------------- */
/* header */
header {
  position: absolute;
  left: 0; top: 0;
  width: 93.75%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  right: 0;
  margin-top: 45px;
}

.h_left img {
  width: 225px;
  height: 30px;
}

ul.h_icons {
  display: flex;
  width: 340px;
  height: 25px;
  justify-content: space-between;
  color: #fff;
}

ul.h_icons li {
  font-size: 25px;
  cursor: pointer;
}

ul.h_icons li:hover {
  color: #CF4F00;
  transition: color 0.3s ease;
}

/* ---------------------------------------------------------------- */
/* 수정 시작 25.01.23 */
/* ---------------------------------------------------------------- */
.alarm_mid {
  width: 360px;
  height: 14px;
  position: absolute;
  left: calc(100% - 750px);
}

.alarm_mid>ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.alarm_mid>ul>li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  width: 60px;
  cursor: pointer;
}

.alarm_mid>ul>li span {
  font-weight: 700;
  font-size: 14px;
}

.alarm_mid>ul>li:hover span {
  color: #ff6200;
  transition: color 0.3s ease;
}
/* ---------------------------------------------------------------- */
/* 수정 끝 25.01.23 */
/* ---------------------------------------------------------------- */

/* ---------------------------------------------------------------- */
/* main */
main {
  width: 96.875%;
 /*  height: calc(100vh - 110px); */
  position: absolute;
  left: 0; bottom: 0;
  overflow: hidden;
}

.s_close_open>button {
  display: block; 
}
.quick_link_close, .quick_link_btn_close {
  display: block;
}

.side_left {
  width: 160px;
  height: calc(100vh - 110px);
  transition: width 0.3s ease;
  background-color: #333;
  border-top-right-radius: 20px;
}

.side_left > *:not(.s_close_open) {
  display: none; 
}

.s_top {
  width: 100%;
  height: 414px;
  display: flex;
  justify-items: center;
  align-content: center;
  background: none;
}

.s_top_section {
  width: 260px;
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.s_top_section .open_close_icon i {
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
}

.s_top_section .open_close_icon i:hover {
  transform: scale(1.2);
  color: #CF4F00;
  transition: color 0.3s ease;
}

.s_top_section .profile {
  width: 240px;
  height: 100px;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 18px;
}

.s_top_section .profile a img {
  width: 100px;
  height: 100px;
}


.s_top_section .profile .txt {
  font-family: "Noto Sans KR";
  color: #FFF;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.profile_row {
  display: flex; 
  justify-content: flex-start; 
  align-items: flex-end; 
  gap: 15px;
}

.profile_nm p {
  font-size: 18px;
  font-weight: 700;
}

.profile_position p {
  font-size: 15px; 
  font-weight: 400;
  align-self: flex-end; 
}

.profile_demt p,
.profile_mng p {
  font-size: 15px;
  font-weight: 500;
  color: #ccc;
  margin: 0;
}

ul.s_button {
  margin-top: 8px;
  display: flex;
  justify-content: flex-start;
  gap: 8px;
}

ul.s_button li button {
  width: 30px;
  height: 30px;
  background: #CF4F00;
  border: none;
  border-radius: 5px;
  line-height: 35px;
  cursor: pointer;
}

ul.s_button li button:hover {
  background: #fff;
  transition: background-color 0.3s ease;
}

ul.s_button li:first-child:hover img {
  content: url('../../../img/revise_icon_hover.png');
}

ul.s_button li i {
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.s_button li:hover i {
  color: #CF4F00;
  transition: color 0.3s ease;
}

.alarm_btn {
  width: 260px;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.alarm_btn button {
  width: 80px;
  height: 40px;
  background: #CF4F00;
  border: none;
  border-radius: 5px;
  color: #fff;
  margin-left: 10px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
}

.alarm_btn button b {
  font-size: 18px;
  font-weight: 700;
  margin-left: 8px;
}

.alarm_btn button:hover {
  background: #fff;
  color: #CF4F00;
  transition: background-color 0.3s ease;
  font-weight: 600;
}

.alarm_btn ul li:first-child button {
  margin-left: 0;
}

ul.top_btn, ul.bottom_btn {
  display: flex;
}

.s_bottom {
  width: 100%;
  height: 100vh;
  background: #CF4F00;
  display: flex;
  justify-items: center;
}

.s_bottom_section {
  width: 260px;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 25px;
}

.s_bottom_section .open_close_icon i {
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
}

.s_bottom_section .open_close_icon i:hover {
  transform: scale(1.2);
}

.quick_link {
  width: 260px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.quick_link .ql_left {
  width: 145px;
  height: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quick_link .ql_left p {
  color: #FFF;
  font-family: "ABeeZee";
  font-size: 20px;
  font-weight: 400;
}

.quick_link .ql_left button {
  width: 25px;
  height: 25px;
  border: none;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
}

.quick_link .ql_left button:hover {
  background: #333;
  transition: background-color 0.3s ease;
}

.quick_link .ql_left button i {
  font-size: 15px;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quick_link .ql_left button:hover i {
  color: #fff;
  transition: color 0.3s ease;
}

.quick_link .ql_right ul.ltrt {
  width: 50px;
  height: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quick_link .ql_right ul.ltrt li button {
  background: none;
  border: none;
}

.quick_link .ql_right ul.ltrt li i {
  font-size: 14px;
  color: #ccc;
  cursor: pointer;
}

.quick_link .ql_right ul.ltrt li:hover i {
  color: #fff;
  transition: color 0.3s ease;
}

.quick_link_btn ul.q_btn {
  text-align: center;
  display: grid; 
  grid-template-columns: repeat(3, 1fr); 
  gap: 10px;
}

.quick_link_btn ul.q_btn li button {
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.25);
  color: #333;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}

.quick_link_btn ul.q_btn li button:hover {
  background: #333;
  transition: background-color 0.3s ease;
  color: #fff;
}

.quick_link_btn ul.q_btn li button:hover i {
  transform: scale(1.2);
  font-weight: 700;
}

/* ---------------------------------------------------------------- */
/* main_section */
.main_section {
  width: calc(100% - 220px);
  flex-grow: 1;
  height: calc(100vh - 110px);
  position: absolute;
  top: 0; right: 0;
}

.main_section .extend_btn,
.main_section .reduction_btn {
  position: absolute;
  left: -20px; top: calc(50%);
}

.main_section .reduction_btn {
  display: none;
}

.main_section .extend_btn button,
.main_section .reduction_btn button {
  width: 20px;
  height: 100px;
  border: none;
  background: #CF4F00;
  border-radius: 3px 0 0 3px;
  cursor: pointer;
}

.main_section .extend_btn button:hover,
.main_section .reduction_btn button:hover {
  background: #fff;
  transition: background-color 0.3s ease;
}

.main_section .extend_btn button i,
.main_section .reduction_btn button i {
  color: #fff;
  font-size: 15px;
}

.main_section .extend_btn button:hover i,
.main_section .reduction_btn button:hover i {
  color: #CF4F00;
  transition: color 0.3s ease;
}

.main_top_menu {
  flex-grow: 1;
  height: 60px;
  background: rgba(51, 51, 51, 0.7);
  border-radius: 20px 20px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.gnb {
  width: 815px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.gnb>li {
  display: flex;
  flex-direction: column;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 10px;
  font-weight: 500;
  cursor: pointer;
}

ul.gnb>li:hover i {
  color: #CF4F00;
  transition: color 0.3s ease;
}

ul.gnb>li i {
  font-size: 20px;
  color: #fff;
  margin-bottom: 8px;
}

.main_ltrt {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFF;
}

/* ---------------------------------------------------------------- */
.main_container {
  width: calc(100% - 16px);
  height: 30px;
}

.main_tab {
  display: flex; 
  align-items: center; 
  position: relative;
  margin-top: 5px;
}

.main_tab button {
  width: 100px;
  height: 30px;
  border: none;
  background: #A5A5A5;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}

.main_tab button:hover {
  background: #333;
  transition: background-color 0.3s ease;
}

.home_tab, 
.notice_tab {
  margin-right: 5px; 
}

.all_close_tab {
  margin-left: auto; 
  position: relative; 
}

.all_close_tab button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}

.all_close_tab p {
  display: block;
  transition: opacity 0.3s ease;
}

.all_close_tab i {
  display: none; 
  font-size: 15px;
  color: #fff;
  position: absolute;
  top: 7.5px;
  left: 43px;
}

.all_close_tab:hover p {
  opacity: 0; 
  transition: opacity 0.3s ease;
}

.all_close_tab:hover i {
  display: block; 
  transition: opacity 0.3s ease;
}

.main_tab button p {
  color: #FFF;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
}

/* ---------------------------------------------------------------- */
.notice_tab {
  position: relative;
}

.notice_tab button:hover {
  background: #CF4F00;
}

.notice_tab p {
  display: block;
  transition: opacity 0.3s ease;
}

.notice_tab i {
  display: none;
  font-size: 15px;
  color: #fff;
  position: absolute;
  top: 7.5px; left: 43px;
}

.notice_tab:hover p {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.notice_tab:hover i {
  display: block; 
  transition: opacity 0.3s ease;
}
/* ---------------------------------------------------------------- */
.appoint_tit {
  width: 100%;
  height: 18px;
  display: flex;
  align-items: center;
  border-left: 3px solid #CF4F00;
  margin-top: 20px;
}

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

.appoint_tit button {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background: #ccc;
  border: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  cursor: pointer;
}

.appoint_tit button:hover {
  background: #333;
  transition: background-color 0.3s ease;
}
/* ---------------------------------------------------------------- */
.notice_selector {
  width: 1183px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.s_year_bar {
  width: 183px;
  height: 30px;
  border-radius: 10px;
  background: #FFEADD;
  text-align: center;
}

.s_year_bar label {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  margin-left: 12px;
}

.s_year_bar select {
  width: 80px;
  height: 30px;
  border-radius: 10px;
  border: none;
  margin-left: 25px;
  background: #FFEADD;
  outline: none;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.s_year_bar select:focus option {
  background: #333;
  color: #fff;
}

.s_year_bar select option {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

.s_all_tit_bar {
  width: 452px;
  height: 30px;
  border-radius: 10px;
  background: #FFEADD;
  display: flex;
  align-items: center;
}

.s_all_tit_bar select {
  border: none;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  background: #FFEADD;
}

.s_all_tit_bar select#all {
  margin-left: 12px;
  width: 56px;
  height: 22px;
}

.s_all_tit_bar select#tit {
  width: 70px;
  height: 22px;
  margin-left: 25px;
}

.s_all_tit_bar select:focus option {
  background: #333;
  color: #fff;
}

.s_all_tit_bar select option {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

.app_search_se_input>input {
  width: 250px;
  height: 20px;
  border: 1px solid #FFAD7A;
  margin-left: 25px;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  border-radius: 3px;
}

.app_search_se_input>input:focus {
  outline: none;
}

.period_calendar_prev>input {
  width: 250px;
  height: 20px;
  border: 1px solid #FFAD7A;
  margin-left: 25px;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  border-radius: 3px;
}

.period_calendar_prev>input:focus {
  outline: none;
}

.period_calendar_next>input {
  width: 250px;
  height: 20px;
  border: 1px solid #FFAD7A;
  margin-left: 25px;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  border-radius: 3px;
}

.period_calendar_next>input:focus {
  outline: none;
}

.search_btn button {
  width: 70px;
  height: 30px;
  border-radius: 10px;
  background: #333;
  border: none;
  cursor: pointer;
}

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

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

.all_list_line_bar {
  width: 209px;
  height: 30px;
  border-radius: 10px;
  background: #FFEADD;
  display: flex;
  align-items: center;
}

.all_list_line_bar select {
  border: none;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  background: #FFEADD;
}

.all_list_line_bar select#all_list {
  margin-left: 12px;
  width: 101px;
  height: 22px;
}

.all_list_line_bar select#line {
  width: 59px;
  height: 22px;
  margin-left: 25px;
}

.all_list_line_bar select:focus option {
  background: #333;
  color: #fff;
}

.all_list_line_bar select option {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

.preview button {
  width: 120px;
  height: 30px;
  border: none;
  border-radius: 10px;
  background: #333;
  cursor: pointer;
}

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

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

.sign button {
  width: 70px;
  height: 30px;
  border: none;
  border-radius: 10px;
  background: #CF4F00;
  cursor: pointer;
}

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

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

/* ---------------------------------------------------------------- */
.appointments_sub_menu {
  width: 1148px;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.appointments_sub_bar {
  /* width: 1078px; */
  width: 93.8%;
  height: 30px;
  border-radius: 10px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#appoint_se {
  margin-left: 12px;
}

#remark {
  margin-right: 12px;
}

.appointments_sub_bar select {
  
  border: none;
  background: none;
  cursor: pointer;
  height: 22px;
}

.appointments_sub_bar select:focus option {
  background: #333;
  color: #fff;
}

.appointments_sub_bar select option {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

.menu_side_btn button {
  width: 50px;
  height: 30px;
  border: none;
  border-radius: 10px;
  background: #A5A5A5;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.menu_side_btn button:hover {
  background: #333;
  transition: background-color 0.3s ease;
}

.menu_side_btn button i {
  font-size: 15px;
  color: #fff;
}

.menu_side_modal {
  width: 172px;
  height: 404px;
  position: fixed;
  transform: translate(-71%, 2%); 
  background: #fff;
  display: none;
  border-radius: 20px;
  border: 1px solid #eee;
  align-items: center;
  z-index: 9999;
  justify-content: center;
}

.menu_side_modal.on {
  display: flex;
  flex-direction: column;
}

.menu_side_section {
  width: 134px;
  height: 384px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

ul.menu_side_list {
  width: 100%;
  height: 96px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ul.menu_side_list li {
  cursor: pointer;
}

ul.menu_side_list li p {
  color: #AAA;
  font-size: 15px;
  font-weight: 500;
}

ul.menu_side_list li:hover p {
  color: #333;
  font-size: 15px;
  font-weight: 700;
  transition: color 0.3s ease;
}

ul.article_menu {
  margin-top: 10px;
  width: 95px;
  height: 278px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ul.article_menu li {
  color: #aaa;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
}

ul.article_menu li i {
  font-size: 15px;
  color: #aaa;
  margin-right: 15px;
  cursor: pointer;
}

.modal_bg {
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9998; 
  display: none; 
}

.modal_bg.on {
  display: block;
}

/* ---------------------------------------------------------------- */
.notice_list_scroll {
  width: 1130px;
  box-sizing: content-box; 
  margin-right: 17px; 
  margin-top: 10px;
  height: 500px;
  position: relative;
  overflow-y: auto; 
  overflow-x: hidden;
}

.appointments_list {
  width: 1078px;
  height: 480px;
  table-layout: fixed;
  border-collapse: collapse;
}

.appointments_list tbody tr {
  background: #fff;
  border-radius: 10px;
  padding: 0;
  height: 30px;
  scroll-snap-align: start;
  cursor: pointer;
}

.appointments_list tbody tr.odd:hover {
  background: #FBF4EF;
  transition: background-color 0.3s ease;
}

.appointments_list tbody tr.even {
  background: #F6F6F6;
}

.appointments_list tbody tr.even:hover {
  background: #FBF4EF;
  transition: background-color 0.3s ease;
}

.appointments_list tbody tr td {
  height: 30px;
  line-height: 30px; 
  padding: 0; 
}

.appointments_list td {
  overflow: hidden;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.appointments_list td.appoint_se_list {
  border-radius: 10px 0 0 10px;
}

.appointments_list tbody tr td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.notice_list_scroll::-webkit-scrollbar {
  width: 15px; 
  background: #F6F6F6;
}

.notice_list_scroll::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px; 
  transition: background-color 0.3s ease;
}

.notice_list_scroll::-webkit-scrollbar-thumb:hover {
  background-color: #333; 
  transition: background-color 0.3s ease;
}

.notice_list_scroll::-webkit-scrollbar-track {
  background: #f6f6f6;
  border-radius: 10px; 
  margin: 12px; 
}

.attach_icon_hover {
  display: none;
}

.attach_icon:hover i {
  color: #CF4F00;
}

.page {
  margin-top: 20px;
  width: 100%;
  height: 25px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.page ul {
  width: 291px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page ul li,.page ul li button {
  cursor: pointer;
}

.page ul li.prev_next {
  color: #ccc;
  font-size: 15px;
}

.page ul li.prev_next:hover {
  color: #333;
  transition: color 0.3s ease;
}

.page ul li button {
  width: 25px;
  height: 25px;
  background: #ccc;
  border: none;
  border-radius: 5px;
  color: #FFF;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
}

.page ul li button:hover {
  background: #333;
  transition: background-color 0.3s ease;
}

.appoint_section {
  height: 655px;
}

.page ul li button.active {
  background: #333;
  color: #FFF;
  font-weight: bold;
  cursor: default; /* Hover 상태와 구분하기 위해 */
}

.page ul li button.active:hover {
  background: #333; /* Hover 상태와 동일하게 유지 */
}

/* ---------------------------------------------------------------- */
/* 사이드메뉴 접었을 때 상황 */
.s_close_open {
  /* background: #333; */
}

.s_close_open>button {
  width: 20px;
  height: 100px;
  border-radius: 0 3px 3px 0;
  border: none;
  background: rgba(0, 0, 0, 0.50);
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 124px;
}

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

.s_close_open>button i {
  font-size: 15px;
  color: #fff;
}

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

.quick_link_close {
  position: absolute;
  left: 16px;
  top: 400px;
}

.quick_link_section_close {
  width: 105px;
  height: 410px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.ql_left_close {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 103px;
  height: 58px;
}

.ql_left_close p {
  color: #FFF;
  font-family: "ABeeZee";
  font-size: 20px;
  font-weight: 400;
}

.ql_left_close button {
  width: 25px;
  height: 25px;
  border: none;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  line-height: 25px;
  cursor: pointer;
}

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

.ql_left_close button i {
  font-size: 15px;
  color: #333;
}

.ql_left_close button:hover i {
  color: #fff;
  transition: color 0.3s ease;
}

.ql_right_close ul.ltrt_close {
  width: 14px;
  height: 326px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.ql_right_close ul.ltrt_close li button {
  border: none;
  background: none;
  cursor: pointer;
}

.ql_right_close ul.ltrt_close li button i {
  font-size: 14px;
  color: #ccc;
}

.ql_right_close ul.ltrt_close li button:hover i {
  color: #CF4F00;
  transition: color 0.3s ease;
}

.quick_link_btn_close {
  position: absolute;
  left: 38px;
  top: 545px;
}

ul.q_btn_close li {
  margin-top: 10px;
}

ul.q_btn_close li:first-child {
  margin-top: 0;
}

ul.q_btn_close li button {
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.25);
  color: #333;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}

ul.q_btn_close li button:hover {
  background: #CF4F00;
  color: #fff;
  transition: background-color 0.3s ease;
  transition: color 0.3s ease;
}

ul.q_btn_close li button i {
  color: #333;
  font-size: 15px;
}

ul.q_btn_close li button:hover i {
  color: #fff;
  transition: color 0.3s ease;
}
/* ---------------------------------------------------------------- */
.side_menu_section {
  width: 100%;
  height: 414px;
  text-align: center;
  padding-top: 20px;
}
aside {
  color: #fff; 
}

aside ul li {
  margin-top: 25px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}

aside ul li:first-child {
  margin-top: 0;
}

aside ul li.gnb_sub {
  width: 100%;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

aside ul li a i {
  font-size: 20px;
  margin-right: 10px;
}

aside ul li.sub_m_t a {
  color: #bbb;
}

aside ul li.sub_m_t:hover a {
  color: #fff;
  transition: color 0.3s ease;
  font-weight: 700;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */


.erp_intel_modal {
  width: 840px;
  height: 276px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%); 
  background: #fff;
  display: none;
  border-radius: 20px;
  border: 1px solid #eee;
  align-items: center;
  z-index: 9999;
}

.erp_intel_modal.on {
  display: flex;
  flex-direction: column;
}

.modal_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #CF4F00;
  margin-top: 30px;
}

.erp_intel_modal>.modal_top {
  width: 800px;
  height: 26px;
}

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

.modal_top .btn {
  border: none;
  background: none;
  cursor: pointer;
}

.modal_top .btn i {
  color: #333;
  font-size: 23px;
}

.modal_top .btn:hover i {
  color: #CF4F00;
  transition: color 0.3s ease;
}

.modal_main {
  width: 800px;
  height: 170px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.modal_main_img {
  width: 165px;
  height: 170px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  text-align: center;
  line-height: 170px;
}

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

.modal_main ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.modal_main ul li {
  width: 300px;
  height: 30px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  display: flex;
}

.modal_main ul li p {
  margin-left: 10px;
  color: #DDD;
  font-size: 13px;
  font-weight: 400;
}

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

.modal_main_tit span {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.modal_main ul.modal_main_rt li:last-child .modal_main_tit  {
  width: 160px;
}

.hits_modal {
  width: 985px;
  height: 540px;
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 20px;
  border: 1px solid #eee;
  align-items: center;
  z-index: 99999;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.hits_modal.on {
  display: flex;
  flex-direction: column;
}

.hits_modal>.modal_top {
  width: 945px;
  height: 26px;
}

.hits_modal_main {
  width: 945px;
  height: 433px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
}

.input_section {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
}

.dept_emp {
  width: 520px;
  height: 30px;
  display: flex;
  justify-content: space-between;
}

.dept_nm_no,
.emp_nm_no 
{
  width: 250px;
  height: 30px;
  border-radius: 10px;
  background: #FFEDE2;
  display: flex;
  align-items: center;
}

.dept_nm_no span,
.emp_nm_no span {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  margin-left: 12px;
}

.dept_nm_no input,
.emp_nm_no input {
  width: 150px;
  height: 16px;
} 

.dept_nm_sub_menu {
  width: 935px;
  height: 30px;
  display: flex;
  justify-content: space-between;
}

.dept_nm_sub_bar {
  width: 850px;
  background: #eee;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dept_nm_sub_bar select {
  border: none;
  background: none;
  cursor: pointer;
  height: 22px;
}

.dept_nm_sub_bar select:focus option {
  background: #333;
  color: #fff;
}

.dept_nm_sub_bar select option {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

.dept_emp_list {
  width: 850px;
  min-height: 300px;
}

.dept_emp_list_scroll {
  box-sizing: content-box; 
  width: 918px;
  height: 300px;
  position: relative;
  overflow-y: auto; 
  overflow-x: hidden;
}

.dept_emp_list_scroll::-webkit-scrollbar {
  width: 15px; 
  background: #F6F6F6;
}

.dept_emp_list_scroll::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px; 
  transition: background-color 0.3s ease;
}

.dept_emp_list_scroll::-webkit-scrollbar-thumb:hover {
  background-color: #333; 
  transition: background-color 0.3s ease;
}

.dept_emp_list_scroll::-webkit-scrollbar-track {
  background: #f6f6f6;
  border-radius: 10px; 
  margin: 12px; 
}

.hits_modal_bottom {
  width: 945px;
  display: flex;
  justify-content: flex-end;
}

.hits_modal_close button {
  border: none;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  background: #333;
  cursor: pointer;
  transition: width 0.05s ease-in-out, background-color 0.3s ease-in-out;
}

.hits_modal_close button:hover {
  background: #FF0000;
  width: 75px;
}

.hits_modal_close button p {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

.appoint_top,
.appoint_bottom
{
  width: 1078px;
  height: 30px;
  margin-top: 20px;
  display: flex;
}

.appoint_bottom {
  margin-top: 10px;
}

.appoint_top_lt,
.appoint_bottom_lt
{
  width: 879px;
  height: 30px;
  display: flex;
}

.app_corporate_section,
.app_search_se_section,
.app_appoint_se_section,
.app_appoint_period_section
{
  width: 370px;
  height: 30px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
  align-items: center;
}

.app_search_se_section,
.app_appoint_period_section
{
  width: 490px;
  margin-left: 20px;
}

.app_corporate_tit,
.app_search_se_tit,
.app_appoint_se_tit,
.app_appoint_period_tit 
{
  width: 150px;
  height: 30px;
  background: #ffede2;
  border-radius: 10px;
}

.app_corporate_tit p,
.app_search_se_tit p,
.app_appoint_se_tit p,
.app_appoint_period_tit p
{
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

.app_corporate_section select,
.app_search_se_select select,
.app_appoint_se_section select 
{
  border: none;
  cursor: pointer;
  margin-left: 15px;
}

.app_corporate_section select:focus option,
.app_search_se_select select:focus option,
.app_appoint_se_section select:focus option
{
  background: #333;
  color: #fff;
}

.app_corporate_section select option,
.app_search_se_select select option
{
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

.app_search_se_input input {
  width: 145px;
  height: 22px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.app_search_se_input input:focus {
  outline: none;
}

.search_btn button {
  width: 70px;
  height: 30px;
  border-radius: 10px;
  background: #333;
  border: none;
  cursor: pointer;
}

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

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

.appoint_top_rt {
  width: 198px;
  height: 70px;
  display: flex;
  justify-content: flex-end;
}

.app_appoint_period_calendar {
  width: 240px;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -5px;
  position: relative;
}

.app_appoint_period_calendar p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  padding-left: 55px;
}

.period_calendar_prev,
.period_calendar_next
{
  width: 106px;
  height: 22px;
  display: flex;
  align-items: center;
}

.period_calendar_prev>input,
.period_calendar_next>input
{
  width: 88px;
  height: 22px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

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

.period_calendar_prev:hover>i,
.period_calendar_next:hover>i 
{
  color: #CF4F00;
  transition: color 0.3s ease;
}

.ne_e_calendar_prev,
.ne_e_calendar_next
{
  width: 300px;
  height: 208px;
  background: #333;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
  position: absolute;
  top: 30px;
  right: 100px;
  z-index: 30;
}

.ne_e_calendar_next {
  position: absolute;
  top: 30px;
  left: 10px;
}

.ne_e_calendar_prev.on,
.ne_e_calendar_next.on
{
  display: flex;
}

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

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

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

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

.calendar_m,
.calendar_y 
{
  width: 56px;
  height: 19px;
}

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

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

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

.sch_day {
  margin-top: 8px;
}

.sch_day .calendar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; 
  gap: 4px;
}

.sch_day .calendar .day {
  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;
}

.sch_day .calendar .day:hover {
  background: #fff !important;
  color: #333 !important;
  font-weight: 700 !important;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.sch_day .calendar .day.empty {
  visibility: hidden;
  pointer-events: none;
}

#calendar_m_op,
#calendar_y_op {
  border: none;
  cursor: pointer;
}

.appoint_emp_intel {
  width: 1417px;
  height: 645px;
  display: flex;
  justify-content: space-between;
}

/* 사원정보 */
.emp_intel_section {
  width: 250px;
  height: 645px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.emp_intel_tit {
  width: 100%;
  height: 18px;
  display: flex;
  align-items: center;
  border-left: 3px solid #CF4F00;
  margin-top: 20px;
}

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

.emp_intel_bottom {
  width: 250px;
  height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.emp_img_section {
  width: 250px;
  height: 150px;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.intel_section {
  width: 100%;
  height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.intel_nm_section,
.intel_comp_section,
.intel_dept_section,
.intel_mail_section,
.intel_post_section,
.intel_phone_section,
.intel_dept_phone_section,
.intel_fax_section,
.intel_erp_phone_section,
.intel_comp_num_section
{
  width: 250px;
  height: 30px;
  border: 1px solid #FFAD7A;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.intel_comp_num_section {
  height: 60px;
}

.intel_nm_tit,
.intel_comp_tit,
.intel_dept_tit,
.intel_mail_tit,
.intel_post_tit,
.intel_phone_tit,
.intel_dept_phone_tit,
.intel_fax_tit,
.intel_erp_phone_tit,
.intel_comp_num_tit
{
  width: 100px;
  height: 30px;
  background: #FFEDE2;
  border-radius: 10px;
}

.intel_comp_num_tit {
  height: 60px;
}

.intel_nm_tit>p,
.intel_comp_tit>p,
.intel_dept_tit>p,
.intel_mail_tit>p,
.intel_post_tit>p,
.intel_phone_tit>p,
.intel_dept_phone_tit>p,
.intel_fax_tit>p,
.intel_erp_phone_tit>p,
.intel_comp_num_tit>p
{
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

.intel_nm_section>p,
.intel_comp_section>p,
.intel_dept_section>p,
.intel_mail_section>p,
.intel_post_section>p,
.intel_phone_section>p,
.intel_dept_phone_section>p,
.intel_fax_section>p,
.intel_erp_phone_section>p,
.intel_comp_num_section>p
{
  color: #DDD;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
}

/* 사원정보 팝업 */
.emp_nm_list {
  cursor: pointer;
}

.emp_nm_list:hover {
  color: #007BDF;
}

.modal_bg {
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9998; 
  display: none; 
}

.modal_bg.on {
  display: block;
}

.erp_intel_modal {
  width: 840px;
  height: 276px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%); 
  background: #fff;
  display: none;
  border-radius: 20px;
  border: 1px solid #eee;
  align-items: center;
  z-index: 9999;
}

.erp_intel_modal.on {
  display: flex;
  flex-direction: column;
}

.modal_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #CF4F00;
  margin-top: 30px;
}

.erp_intel_modal>.modal_top {
  width: 800px;
  height: 26px;
}

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

.modal_top .btn {
  border: none;
  background: none;
  cursor: pointer;
}

.modal_top .btn i {
  color: #333;
  font-size: 23px;
}

.modal_top .btn:hover i {
  color: #CF4F00;
  transition: color 0.3s ease;
}

.modal_main {
  width: 800px;
  height: 170px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.modal_main_img {
  width: 165px;
  height: 170px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  text-align: center;
  line-height: 170px;
}

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

.modal_main ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.modal_main ul li {
  width: 300px;
  height: 30px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  display: flex;
}

.modal_main ul li p {
  margin-left: 10px;
  color: #DDD;
  font-size: 13px;
  font-weight: 400;
}

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

.modal_main_tit span {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.modal_main ul.modal_main_rt li:last-child .modal_main_tit  {
  width: 160px;
}