@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;
}

main {
  display: flex;
}

/* ---------------------------------------------------------------- */
/* 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: 835px; */
  position: absolute;
  top: 110px; bottom: 0;
  overflow: hidden;
}

.side_left {
  width: 380px;
  height: 100vh;
  transition: width 0.3s ease;
}

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

.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-content: center;
  align-items: center;
  position: relative;
}

.s_bottom_section {
  width: 260px;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  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 {
  flex-grow: 1;
  height: 100vh;
  margin-left: 0;
  transition: margin-left 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;
}

/* 2025.08.22 수정 */
.main_top_bottom {
  width: 100%;
  height: 100%;
}

/* 2025.08.22 수정 */
.main_top_tab {
  width: 100%;
  height: 30px;
}

/* 2025.08.22 수정 */
.main_ltrt {
  display: flex;
}

.main_left {
  width: 50%;
  height: 100vh;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main_right {
  width: 50%;
  height: 100vh;
  background: #FBF4EF;
}

/* 2025.08.22 수정 */
.board {
  width: 630px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 20px;
}

.tit p {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  border-left: 3px solid #CF4F00;
  padding-left: 10px;
}

/* 2025.08.22 수정 */
.board_box {
  width: 630px;
  height: 220px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.board_box_top {
  width: 600px;
  height: 23px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

ul.board_tit {
  width: 330px;
  height: 23px;
  display: flex;
  justify-content: space-between;
}

ul.board_tit li {
  color: #CCC;
  font-size: 15px;
  font-weight: 500;
  position: relative; 
  cursor: pointer; 
}

ul.board_tit li:hover {
  color: #333;
  font-weight: 700;
}

ul.board_tit li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 3px;
  background-color: #007BDF; 
  transition: width 0.3s ease;
}

ul.board_tit li:hover::after {
  width: 100%;
}

.board_tit li.on {
  color: #333;
  font-weight: 700;
}

.board_list > li {
  display: none;
}

/* 초기 모든 콘텐츠 숨기기 */
.board_list > li {
  display: none; /* 기본적으로 모든 콘텐츠 숨기기 */
}

/* 활성화된 콘텐츠만 표시 */
.board_list > li.on {
  display: block;
}

.b_box_icons ul {
  width: 112px;
  height: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.b_box_icons ul li button {
  width: 22px;
  height: 22px;
  border: none;
  background: #ccc;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -10px;
}

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

.b_box_icons ul li button i {
  font-size: 13px;
  color: #fff;
}

.board_box_bottom {
  margin-bottom: 20px;
}

ul.board_list>li ul {
  width: 600px;
  height: 135px;
  display: flex;
  flex-direction: column;
  gap: 5px; 
}

ul.board_list>li ul>li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
}

ul.board_list>li ul>li span {
  font-weight: bold;
  flex-shrink: 0; 
  margin-right: 5px;
}

ul.board_list>li ul>li pre {
  flex: 1;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}

ul.board_list>li ul>li:hover pre {
  color: #007BDF;
}

ul.board_list>li ul>li p {
  flex-shrink: 0;
  color: #aaa;
  margin-left: 40px;
}

.emp_news,.emp_comm,.k_info {
  display: none;
}

/* 2025.08.22 수정 */
.sign {
  width: 630px;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 20px;
}

.sign_top {
  width: 630px;
  height: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box_icons ul {
  width: 82px;
  height: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box_icons ul li button {
  width: 22px;
  height: 22px;
  border: none;
  background: #ccc;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.box_icons ul li button i {
  font-size: 13px;
  color: #fff;
}

.sign_box {
  width: 630px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.25);
}

.sign_section {
  width: 580px;
  height: 75px;
  display: flex;
  justify-content: space-between;
}

.sign_section ul li {
  display: flex;
  flex-direction: column;
  text-align: center;
  cursor: pointer;
}

.sign_section ul li a i {
  font-size: 20px;
  color: #333;
}

.sign_section ul li:hover a i {
  animation: boingRotateSmooth 0.5s ease-out forwards;
}

@keyframes boingRotateSmooth {
  0% {
    transform: rotate(0deg) scale(1);
  }
  30% {
    transform: rotate(-60deg) scale(1.15);
  }
  50% {
    transform: rotate(-120deg) scale(0.95);
  }
  65% {
    transform: rotate(-90deg) scale(1.05);
  }
  80% {
    transform: rotate(-92deg) scale(0.98);
  }
  100% {
    transform: rotate(-90deg) scale(1);
  }
}

.sign_section ul li b {
  color: #333;
  font-size: 13px;
  font-weight: 500;
}

ul.sign_left,ul.sign_right {
  width: 255px;
  height: 75px;
  display: flex;
  justify-content: space-between;
}

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

ul.sign_left li span {
  color: #CF4F00;
  font-size: 13px;
  font-weight: 900;
}

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

.word_contact {
  width: 630px;
  height: 190px;
  display: flex;
  justify-content: space-between;
}

/* 2025.08.22 수정 */
.word_section {
  margin-top: 20px;
  width: 258px;
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.word_top {
  width: 258px;
  height: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.word_bottom {
  width: 258px;
  height: 160px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
}

.word_bottom_section {
  width: 198px;
  height: 120px;
  display: flex;
  justify-content: space-between;
}

.word_left {
  width: 60px;
  height: 120px;
}

.word_left ul, .word_right ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.word_mid ul {
  display: flex;
  flex-direction: column;
  gap: 23.5px;
}

.word_left ul li a {
  color: #333;
  font-family: "Noto Sans KR";
  font-size: 13px;
  font-weight: 500;
}

.word_mid {
  width: 1px;
  height: 120px;
}

.word_mid ul li {
  width: 1px;
  height: 10px;
  color: #ccc;
}

.word_right {
  width: 84px;
  height: 120px;
}

.word_right ul li a {
  color: #333;
  font-family: "Noto Sans KR";
  font-size: 13px;
  font-weight: 500;
}

.word_left ul li:hover a,
.word_right ul li:hover a {
  color: #CF4F00;
  font-weight: 600;
  transition: color 0.3s ease;
}

/* 2025.08.22 수정 */
.contact_section {
  margin-top: 20px;
  width: 322px;
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact_top {
  width: 322px;
  height: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact_bottom {
  width: 322px;
  height: 160px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.c_board_list {
  width: 262px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ul.c_board_list li a {
  color: #333;
  font-family: "Noto Sans KR";
  font-size: 13px;
  font-weight: 400;
  display: flex;
  margin-bottom: 17px;
}

ul.c_board_list li a span {
  font-weight: 700;
  margin-right: 5px;
}

ul.c_board_list li a p {
  margin-left: auto;
}

ul.c_board_list>li ul>li:hover pre {
  color: #007BDF;
}

/* ---------------------------------------------------------------- */
.main_right {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sch_att_mail {
  width: 630px;
  height: 520px;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

/* 2025.08.22 수정 */
.sch_board {
  width: 370px;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sch_board_box_top {
  width: 340px;
  height: 23px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

ul.sch_board_tit {
  width: 218px;
  height: 23px;
  display: flex;
  justify-content: space-between;
}

ul.sch_board_tit li {
  color: #CCC;
  font-size: 15px;
  font-weight: 500;
  position: relative; 
  cursor: pointer; 
}

ul.sch_board_tit li:hover {
  color: #333;
  font-weight: 700;
}

ul.sch_board_tit li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 3px;
  background-color: #007BDF; 
  transition: width 0.3s ease;
}

.sch_box_icons ul {
  width: 82px;
  height: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sch_box_icons ul li button {
  width: 22px;
  height: 22px;
  border: none;
  background: #ccc;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -10px;
}

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

.sch_box_icons ul li button i {
  font-size: 13px;
  color: #fff;
}

ul.sch_board_tit li:hover::after {
  width: 100%;
}

.sch_board_tit li.on {
  color: #333;
  font-weight: 700;
}

.schedule_tit {
  width: 340px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.schedule_tit ul li span {
  color: #333;
  font-family: "Noto Sans KR";
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -1px;
}

.schedule_main .week {
  width: 100%;
  height: 30px;
  background: #eee;
  margin-top: 12px;
  border-top: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
}

.schedule_main .week ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 290px;
  height: 20px;
}

.schedule_main .week ul li {
  color: #333;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-weight: 700;
}

.schedule_main .week ul li:first-child {
  color: #F00;
}

.schedule_main .week ul li:last-child {
  color: #007CC9;
}

.schedule_tit ul li i {
  width: 6px;
  height: 11px;
  color: #ccc;
  cursor: pointer;
}

.schedule_tit ul li:hover i {
  color: #333;
  transition: color 0.3s ease;
}

.sch_board_box_bottom {
  width: 340px;
  height: 95px;
}

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


.day {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EEEEEE;
  border-radius: 50%;
  font-size: 12px;
  color: #333;
  margin-left: 6px;
  cursor: pointer;
}

.day:hover {
  background-color: #FFE8DA;
  transition: background-color 0.3s ease;
}

.day.sunday {
  color: #FF0000;
}

.day.saturday {
  color: #007CC9;
}

.day.today {
  background-color: #333;
  color: #fff;
}

.day.today:hover {
  background: #CF4F00;
  transition: background-color 0.3s ease;
}

.sch_bottom_tit {
  display: flex;
}

.sch_bottom_tit ul {
  width: 340px;
  height: 23px;
  display: flex;
  align-items: center;
}

.sch_bottom_tit ul.sch_bottom_tit_left li span {
  color: #333;
  font-family: "Noto Sans KR";
  font-size: 15px;
  font-weight: 700;
}

.sch_bottom_tit ul.sch_bottom_tit_left li {
  width: 267px;
}

.sch_bottom_tit ul.sch_bottom_tit_right {
  width: 73px;
  display: flex;
  justify-content: space-between;
}

.sch_bottom_tit ul.sch_bottom_tit_right li i {
  width: 6px;
  height: 11px;
  color: #333;
}

.sch_bottom_tit ul.sch_bottom_tit_right li button {
  width: 22px;
  height: 22px;
  border: none;
  background: #ccc;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.sch_bottom_tit ul.sch_bottom_tit_right li button i {
  font-size: 13px;
  color: #fff;
}

.sch_line {
  width: 340px;
  height: 1px;
  background: #333;
  margin-top: 12px;
}

.sch_sub_contents {
  width: 340px;
  margin-top: 10px;
}

.sch_sub_contents ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sch_sub_contents ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.sch_sub_contents ul li a {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
}

.sch_sub_contents ul li a span {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  width: 120px;
  text-align: left;
}

.sch_sub_contents ul li a pre {
  font-size: 14px;
  color: #aaa;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sch_sub_contents ul li a:hover pre {
  color: #333;
  font-weight: 500;
  transition: color 0.3s ease;
}

/* ---------------------------------------------------------------- */
/* 2025.09.16 수정 */
.absence_board {
  width: 220px;
  height: 500px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.absence_top {
  width: 220px;
  height: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.absence_bottom {
  width: 100%;
  height: 470px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
}

.absence_bottom ul {
  width: 175px;
  height: auto;
  display: flex;
  flex-direction: column;
}

.absence_bottom ul li {
  width: 100%;
  height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.absence_con {
  width: 100%;
  height: 20px;
  display: flex;
  align-items: center;
}

.absence_con>span {
  font-size: 8px;
  color: #333;
}

.absence_con>p {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  margin-left: 8px;
}

.absence_nm_dt {
  width: 100%;
  height: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.absence_nm>p {
  color: #AAA;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}

.absence_dt>p {
  color: #AAA;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}

.absence_nm_dt:hover p {
  color: #007BDF;
  transition: color 0.3s ease;
}


/* ---------------------------------------------------------------- */
/* 사이드메뉴 접었을 때 상황 */

.s_close_open>button {
  width: 20px;
  height: 100px;
  border-radius: 0 3px 3px 0;
  border: none;
  background: rgba(0, 0, 0, 0.50);
  display: none;
  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 {
  display: none;
  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 {
  display: none;
  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;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* 2025.08.22 수정 */
.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 button {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.notice_tab button:hover i {
  color: #923800;
}

.notice_tab button i {
  font-size: 13px;
  color: #ddd;
  margin-top: 2px;
  margin-left: 8px;
}

.notice_tab button i:hover {
  color: #fff;
}


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


/* 20251117 수정 */
.sch_board_box {
  width: 370px;
  min-height: 470px;
  height: auto;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 20251117 수정 */
.sch_board_box_bottom {
  margin-top: 10px;
  margin-bottom: 20px;
}

/* 20251117 수정 */
.schedule_section {
  width: 340px;
  min-height: 268px;
  height: auto;
}

/* 20251117 수정 */
.schedule_main {
  width: 100%;
  height: auto;
}

/* 20251117 수정 */
.calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 15px;
  width: 300px;
  min-height: 185px;
  height: auto;
  margin-top: 15px;
  margin-left: 14px;
}

/* 20251117 추가 */
.day.empty {
  background: none;
  cursor: default;
}

/* 20251117 추가 */
.day.has-event {
  background: #8C8C8C !important;
  color: #fff !important;
}

/* 20251117 추가 */
.day.has-event:hover {
  background: #CF4F00 !important;
  transition: background-color 0.3s ease;
}