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

/* 연차조회 시작 */
/* 타이틀 */
.al_comm_tit {
  width: 100%;
  height: 18px;
  display: flex;
  align-items: center;
  border-left: 3px solid #CF4F00;
  margin-top: 20px;
}

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

.al_comm_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;
}

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

/* 연차조회 섹션 시작 */
.cbn_comm_section {
  /* width: 1610px; */
  width: calc(100% - 7px);
  height: 100vh;
  margin-top: 20px;
}

/* 연차조회 검색조건 */
.cbn_comm_terms {
  /* width: 1390px; */
  width: 100%;
  height: 110px;
  display: flex;
  margin-top: 20px;
}

.cbn_comm_terms_section {
  width: 81.68%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

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

/* 검색조건 성명 */
.al_erp_nm_section {
  width: 398px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
}

.al_erp_nm_tit {
  width: 120px;
  height: 28px;
  border-radius: 10px;
  background: #FFEDE2;
  line-height: 28px;
}

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

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

/* 검색조건 직위 */
.al_post_section {
  width: 278px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
}

.al_post_tit {
  width: 120px;
  height: 28px;
  border-radius: 10px;
  background: #FFEDE2;
  line-height: 28px;
}

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

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

/* 검색조건 부서 */
.al_dept_section {
  width: 278px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
}

.al_dept_tit {
  width: 120px;
  height: 28px;
  border-radius: 10px;
  background: #FFEDE2;
  line-height: 28px;
}

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

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

/* 검색조건 입사일 */
.al_indt_section {
  width: 278px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
}

.al_indt_tit {
  width: 120px;
  height: 28px;
  border-radius: 10px;
  background: #FFEDE2;
  line-height: 28px;
}

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

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

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

/* 검색조건 연차기간 */
.al_aldt_section {
  width: 398px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
}

.al_aldt_tit {
  width: 120px;
  height: 28px;
  border-radius: 10px;
  background: #FFEDE2;
  line-height: 28px;
}

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

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

/* 검색조건 연차 */
.al_al_section {
  width: 278px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
}

.al_al_tit {
  width: 120px;
  height: 28px;
  border-radius: 10px;
  background: #FFEDE2;
  line-height: 28px;
}

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

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

/* 검색조건 사용 */
.al_use_section {
  width: 278px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
}

.al_use_tit {
  width: 120px;
  height: 28px;
  border-radius: 10px;
  background: #FFEDE2;
  line-height: 28px;
}

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

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

/* 검색조건 잔여 */
.al_rest_section {
  width: 278px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
}

.al_rest_tit {
  width: 120px;
  height: 28px;
  border-radius: 10px;
  background: #FFEDE2;
  line-height: 28px;
}

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

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

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

.al_terms_line3_lt {
  width: 705px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 검색조건 기간검색 */
.w_rp_write_dt_section {
  width: 398px;
  height: 28px;
  background: #fff; 
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
  align-items: center;
}

.w_rp_write_dt_tit 
{
  width: 120px;
  height: 28px;
  background: #ffede2;
  border-radius: 10px;
}

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

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

.w_rp_write_dt_calendar p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  padding-left: 35px;
  margin-right: 10px;
}

.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_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;
}

.al_radio_section {
  width: 280px;
  height: 20px;
  display: flex;
  align-items: center;
}

.al_radio_section>input {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-top: -1px;
}

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

.al_all {
  margin-left: 15px;
}

.al_terms_line3_rt {
  width: 585px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.al_terms_l3_rt_lt {
  width: 350px;
  height: 30px;
}

.al_search_section {
  width: 348px;
  height: 28px;
  border: 1px solid #FFAD7A;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
}

.al_search_tit {
  width: 120px;
  height: 28px;
  background: #FFEDE2;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.al_search_tit select
{
  background: none;
  border: none;
}

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

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

.al_search_section>input {
  width: 198px;
  height: 20px;
  border: 1px solid #CCC;
  margin-left: 15px;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  border-radius: 3px;
}

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

.al_terms_l3_rt_rt {
  width: 215px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 검색버튼 */
.search_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  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;
}

/* 취소신청버튼 */
.ca_btn>button {
  border: none;
  background: #333;
  width: 80px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 리스트 서브메뉴 */
.dmg_comm_sub_menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.dmg_comm_sub_bar {
  /* width: 1540px; */
  width: calc(100% - 70px);
  height: 30px;
  border-radius: 10px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.dmg_comm_sub_bar select#w_rp_comp {
  margin-left: 12px;
}

.dmg_comm_sub_bar select#w_rp_selecter {
  margin-right: 12px;
}

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

.dmg_comm_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;
}

/* 리스트 스크롤 */
.dmg_comm_list_scroll {
  /* width: 1599px; */
  width: calc(100% - 16px);
  box-sizing: content-box; 
  height: 450px;
  position: relative;
  overflow-y: auto; 
  overflow-x: hidden;
  margin-top: 10px;
}

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

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

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

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

/* 리스트 */
.dmg_comm_list {
  /* width: 1540px; */
  width: calc(100% - 70px);
  min-height: 340px;
}

.dmg_comm_list>tbody>tr {
  /* width: 1540px; */
  width: calc(100% + 30px);
  background: #fff;
  border-radius: 10px;
  padding: 0;
  height: 30px;
  scroll-snap-align: start;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

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

.dmg_comm_list>tbody>tr.even {
  background: #F6F6F6;
}

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

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

#al_td {
  margin-left: 12px;
}

#al_cc {
  margin-right: 12px;
}

.dmg_comm_list>td {
  overflow: hidden;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
}

.dmg_comm_list>td.contest_date_list {
  border-radius: 10px 0 0 10px;
}

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

.dmg_comm_list tbody tr td.sb_file_list>i {
  font-size: 14px;
  color: #333;
}

.dmg_comm_list tbody tr td.sb_file_list {
  text-align: center;
}

/* 기본 스타일 */
.dmg_comm_list tbody tr td.w_rp_selecter_list>.check_box {
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; 
  user-select: none;
}

.dmg_comm_list tbody tr td.w_rp_selecter_list>.check_box>i {
  display: none;
}

.dmg_comm_list>tbody>tr>td {
  color: #333;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 13px;
  font-weight: 500;
}

/* 페이지 이동 */
.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;
}

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

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

/* 2025.08.26 수정 시작 */
/* 취소신청 모달 배경 */
.as_cancel_modal_bg {
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9998; 
  display: none; 
}

.as_cancel_modal_bg.on {
  display: block;
}

/* 공지자선택 팝업 */
.as_cancel_modal {
  width: 636px;
  height: 296px;
  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;
}

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

.as_cancel_modal_top {
  width: 598px;
  height: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.as_cancel_modal_tit {
  width: 91px;
  height: 26px;
  display: flex;
  align-items: center;
  border-left: 3px solid #CF4F00;
}

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

.as_cancel_modal_close>i {
  color: #333;
  font-size: 23px;
  border: none;
  background: none;
  cursor: pointer;
}

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

.as_cancel_modal_main {
  margin-top: 20px;
  width: 600px;
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.as_cancel_modal_terms {
  width: 100%;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 검색조건 취소구분 */
.as_cancel_modal_se_section {
  width: 100%;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #EEEEEE;
  display: flex;
}

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

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

/* 라디오버튼 */
.as_radio_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}

.as_radio_btn>input {
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.as_r_group_n {
  margin-left: 15px;
}

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

/* 검색조건 취소사유 */
.as_cancel_modal_r_section {
  width: 100%;
  height: 98px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.as_cancel_modal_r_tit {
  width: 150px;
  height: 98px;
  border-radius: 10px;
  background: #eee;
  line-height: 98px;
}

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

.as_cancel_modal_r_section>input {
  width: 418px;
  height: 78px;
  border-radius: 3px;
  border: 1px solid #ccc;
  background: #fff;
  margin-left: 15px;
}

.as_cancel_modal_bottom {
  width: 100%;
  height: 30px;
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.as_cancel_modal_bottom_btns {
  width: 150px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

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

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

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

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

.as_cancel_modal_close_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}
/* 2025.08.26 수정 종료 */