@charset "UTF-8";
.quick-links[data-v-a71314f8] {
  position: fixed;
  bottom: 24px;
  right: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 9999;
}
.quick-link-item[data-v-a71314f8] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border: 1px solid #e2e8f0;
  text-decoration: none;
  color: #1e293b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: -0.5px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.quick-link-item[data-v-a71314f8]:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  background: #1976d2;
  color: #fff;
  border-color: #1976d2;
}

/* 제안서 전용 스타일 - 보라색 강조 */
.quick-link-item.proposal-link[data-v-a71314f8] {
  background: linear-gradient(135deg, #7c3aed, #6d28d9);
  color: #fff;
  border-color: #7c3aed;
}
.quick-link-item.proposal-link[data-v-a71314f8]:hover {
  background: linear-gradient(135deg, #6d28d9, #5b21b6);
  border-color: #5b21b6;
  box-shadow: 0 4px 14px rgba(124, 58, 237, 0.4);
}
.link-text[data-v-a71314f8] {
  line-height: 1.1;
  text-align: center;
}
@media (max-width: 767px) {
.quick-links[data-v-a71314f8] {
    bottom: 16px;
    right: 10px;
    gap: 6px;
}
.quick-link-item[data-v-a71314f8] {
    width: 40px;
    height: 40px;
    font-size: 10px;
}
}
.float-button-container[data-v-78034dfb] {
  z-index: 1000;
  position: fixed;
  transform: translate(-50%, 0%);
  left: 1%;
  bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  padding: 0 10px;
  background: white;
  height: 30px;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #e9e9e9;
  border-radius: 30px;
  text-decoration: none !important;
}
.float-button[data-v-78034dfb] {
  display: flex;
  align-items: center;
  padding: 0 20px;
  cursor: pointer;
  color: #2b2b2b !important;
  font-size: 13px;
  text-decoration: none !important;
  white-space: nowrap;
  font-weight: bold;
  transition: 0.5s;
}
.float-button[data-v-78034dfb]:hover {
  transform: translate(0%, -20%);
}
.float-button-image[data-v-78034dfb] {
  height: 20px;
  margin-right: 5px;
}
.user_name[data-v-78034dfb] {
  max-width: 130px !important;
}#main[data-v-d372793c] {
  flex: 1;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
/*******************
  colors
******************/
/*******************
  images
******************/
/*******************
  colors
******************/
/*******************
  images
******************/
/***************************************************
  typography size

  1. lineHeight 변수값 종류 : 1.3, 1.334, 1.6 기본값 : 1
****************************************************/
/************************************************
  button
  1. $typeName : negative, fill, outline, ghost
  2. $sizeName : xl, lg, md, sm
  3. $width : 가로 사이즈
  4. $justify : 가로 정렬 기본값 center
  5. $backPosition : 백그라운드이미지 기본 위치 왼쪽 0px
*************************************************/
/********************************************
  select
 1. $direction : 드롭리스트 노출 방향 upper, lower
 2. $typeName : outline, ghost
 3. $width : 기본값 60px 이외의 값 입력
 4. $height : 기본값 24px 이외의 값 입력
*********************************************/
/********************************************
  toggle
*********************************************/
/********************************************
  checkboxCustom
*********************************************/
/********************************************
  checkboxLabel
*********************************************/
/********************************************
  input txt
 1. $size : xl, lg, md, sm
 2. $width : 각 특정 사이즈 직접 입력(기본값 100%)
*********************************************/
/********************************************
   floating_label
  1. $maxWidth : 최대너비
*********************************************/
/********************************************
   floating_label_ghost
  1. $maxWidth : 최대너비
*********************************************/
/***********************
  말줄임
 1. $line : 몇줄 말줄임
***********************/
/***********************
  이미지 크기 설정
***********************/
/***********************
  pagination
***********************/
/***********************
  token
***********************/
/****************
  divColTable
****************/
/*****************
  divRowTable
*****************/
/***********************
  텍스트 숨김 기능
***********************/
/************************************
  팝업
  1. $where : 팝업 등장 방향
  - top : 아래에서 위로
  - left : 오른쪽에서 왼쪽으로
  - center : 가운데에서 등장

  2. $width, $height : 팝업 사이즈
*************************************/
/************************************
  프린트
  1. $where : 팝업 등장 방향
  - top : 아래에서 위로
  - left : 오른쪽에서 왼쪽으로
  - center : 가운데에서 등장

  2. $width, $height : 팝업 사이즈
*************************************/
.print_footer[data-v-0423e4d4] {
  padding: 32px 24px 24px 24px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background-color: #FFFFFF;
  position: fixed;
  width: 100%;
  z-index: 9;
  left: 0px;
  bottom: 0px;
}
.print_footer .pop_left[data-v-0423e4d4] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.print_footer .pop_left .pop_btn_today[data-v-0423e4d4] {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.print_footer .pop_left .pop_btn_today[data-v-0423e4d4]:disabled {
  opacity: 50%;
}
.print_footer .pop_left .pop_btn_today[data-v-0423e4d4] {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  color: #000000;
}
.print_footer .pop_left .pop_btn_today[data-v-0423e4d4]:focus {
  border: 1px solid #000000;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.print_footer .pop_left .pop_btn_today.active[data-v-0423e4d4] {
  border: 1px solid #000000;
}
.print_footer .pop_left .pop_btn_today[data-v-0423e4d4]:disabled {
  border: 1px solid #D2D2D2;
}
.print_footer .pop_left .pop_btn_today[data-v-0423e4d4] {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.print_footer .pop_left .pop_btn_today[data-v-0423e4d4]:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.print_footer .pop_left .pop_btn_today:has(* + img) img[data-v-0423e4d4], .print_footer .pop_left .pop_btn_today:has(img + *) img[data-v-0423e4d4] {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_left .pop_btn_today img[data-v-0423e4d4] {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_left .pop_btn_today[data-v-0423e4d4]:has(*) {
  background-size: 20px;
}
.print_footer .pop_left .pop_btn_today[data-v-0423e4d4]:has(.hidden_txt) {
  background-size: 30px;
}
.print_footer .pop_left .pop_btn_delete[data-v-0423e4d4] {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.print_footer .pop_left .pop_btn_delete[data-v-0423e4d4]:disabled {
  opacity: 50%;
}
.print_footer .pop_left .pop_btn_delete[data-v-0423e4d4] {
  background-color: #FFF4F4;
  border: 2px solid #FFF4F4;
  color: #F52E2E;
}
.print_footer .pop_left .pop_btn_delete[data-v-0423e4d4]:focus {
  background-color: #FFF4F4;
  border: 2px solid #F52E2E;
}
.print_footer .pop_left .pop_btn_delete.active[data-v-0423e4d4] {
  background-color: #FFE1E1;
  border: 2px solid #FFE1E1;
}
.print_footer .pop_left .pop_btn_delete[data-v-0423e4d4] {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.print_footer .pop_left .pop_btn_delete[data-v-0423e4d4]:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.print_footer .pop_left .pop_btn_delete:has(* + img) img[data-v-0423e4d4], .print_footer .pop_left .pop_btn_delete:has(img + *) img[data-v-0423e4d4] {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_left .pop_btn_delete img[data-v-0423e4d4] {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_left .pop_btn_delete[data-v-0423e4d4]:has(*) {
  background-size: 20px;
}
.print_footer .pop_left .pop_btn_delete[data-v-0423e4d4]:has(.hidden_txt) {
  background-size: 30px;
}
.print_footer .pop_right[data-v-0423e4d4] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.print_footer .pop_right .pop_btn_delete[data-v-0423e4d4] {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.print_footer .pop_right .pop_btn_delete[data-v-0423e4d4]:disabled {
  opacity: 50%;
}
.print_footer .pop_right .pop_btn_delete[data-v-0423e4d4] {
  background-color: #FFF4F4;
  border: 2px solid #FFF4F4;
  color: #F52E2E;
}
.print_footer .pop_right .pop_btn_delete[data-v-0423e4d4]:focus {
  background-color: #FFF4F4;
  border: 2px solid #F52E2E;
}
.print_footer .pop_right .pop_btn_delete.active[data-v-0423e4d4] {
  background-color: #FFE1E1;
  border: 2px solid #FFE1E1;
}
.print_footer .pop_right .pop_btn_delete[data-v-0423e4d4] {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.print_footer .pop_right .pop_btn_delete[data-v-0423e4d4]:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.print_footer .pop_right .pop_btn_delete:has(* + img) img[data-v-0423e4d4], .print_footer .pop_right .pop_btn_delete:has(img + *) img[data-v-0423e4d4] {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_delete img[data-v-0423e4d4] {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_delete[data-v-0423e4d4]:has(*) {
  background-size: 20px;
}
.print_footer .pop_right .pop_btn_delete[data-v-0423e4d4]:has(.hidden_txt) {
  background-size: 30px;
}
.print_footer .pop_right .pop_btn_cancel[data-v-0423e4d4] {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.print_footer .pop_right .pop_btn_cancel[data-v-0423e4d4]:disabled {
  opacity: 50%;
}
.print_footer .pop_right .pop_btn_cancel[data-v-0423e4d4] {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  color: #000000;
}
.print_footer .pop_right .pop_btn_cancel[data-v-0423e4d4]:focus {
  border: 1px solid #000000;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.print_footer .pop_right .pop_btn_cancel.active[data-v-0423e4d4] {
  border: 1px solid #000000;
}
.print_footer .pop_right .pop_btn_cancel[data-v-0423e4d4]:disabled {
  border: 1px solid #D2D2D2;
}
.print_footer .pop_right .pop_btn_cancel[data-v-0423e4d4] {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.print_footer .pop_right .pop_btn_cancel[data-v-0423e4d4]:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.print_footer .pop_right .pop_btn_cancel:has(* + img) img[data-v-0423e4d4], .print_footer .pop_right .pop_btn_cancel:has(img + *) img[data-v-0423e4d4] {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_cancel img[data-v-0423e4d4] {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_cancel[data-v-0423e4d4]:has(*) {
  background-size: 20px;
}
.print_footer .pop_right .pop_btn_cancel[data-v-0423e4d4]:has(.hidden_txt) {
  background-size: 30px;
}
.print_footer .pop_right .pop_btn_reg[data-v-0423e4d4],
.print_footer .pop_right .pop_btn_confirm[data-v-0423e4d4],
.print_footer .pop_right .pop_btn_edit[data-v-0423e4d4] {
  background-image: url("/images/ico_check.svg");
  width: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background-position: center left 16px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.print_footer .pop_right .pop_btn_reg[data-v-0423e4d4]:disabled,
.print_footer .pop_right .pop_btn_confirm[data-v-0423e4d4]:disabled,
.print_footer .pop_right .pop_btn_edit[data-v-0423e4d4]:disabled {
  opacity: 50%;
}
.print_footer .pop_right .pop_btn_reg[data-v-0423e4d4],
.print_footer .pop_right .pop_btn_confirm[data-v-0423e4d4],
.print_footer .pop_right .pop_btn_edit[data-v-0423e4d4] {
  background-color: #B3FFE1;
  border: 2px solid #B3FFE1;
  color: #0D4630;
}
.print_footer .pop_right .pop_btn_reg[data-v-0423e4d4]:focus,
.print_footer .pop_right .pop_btn_confirm[data-v-0423e4d4]:focus,
.print_footer .pop_right .pop_btn_edit[data-v-0423e4d4]:focus {
  background-color: #B3FFE1;
  border: 2px solid #0D4630;
}
.print_footer .pop_right .pop_btn_reg.active[data-v-0423e4d4],
.print_footer .pop_right .pop_btn_confirm.active[data-v-0423e4d4],
.print_footer .pop_right .pop_btn_edit.active[data-v-0423e4d4] {
  background-color: #8EFFD2;
  border: 2px solid #8EFFD2;
}
.print_footer .pop_right .pop_btn_reg[data-v-0423e4d4],
.print_footer .pop_right .pop_btn_confirm[data-v-0423e4d4],
.print_footer .pop_right .pop_btn_edit[data-v-0423e4d4] {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.print_footer .pop_right .pop_btn_reg[data-v-0423e4d4]:hover,
.print_footer .pop_right .pop_btn_confirm[data-v-0423e4d4]:hover,
.print_footer .pop_right .pop_btn_edit[data-v-0423e4d4]:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.print_footer .pop_right .pop_btn_reg:has(* + img) img[data-v-0423e4d4], .print_footer .pop_right .pop_btn_reg:has(img + *) img[data-v-0423e4d4],
.print_footer .pop_right .pop_btn_confirm:has(* + img) img[data-v-0423e4d4],
.print_footer .pop_right .pop_btn_confirm:has(img + *) img[data-v-0423e4d4],
.print_footer .pop_right .pop_btn_edit:has(* + img) img[data-v-0423e4d4],
.print_footer .pop_right .pop_btn_edit:has(img + *) img[data-v-0423e4d4] {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_reg img[data-v-0423e4d4],
.print_footer .pop_right .pop_btn_confirm img[data-v-0423e4d4],
.print_footer .pop_right .pop_btn_edit img[data-v-0423e4d4] {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_reg[data-v-0423e4d4]:has(*),
.print_footer .pop_right .pop_btn_confirm[data-v-0423e4d4]:has(*),
.print_footer .pop_right .pop_btn_edit[data-v-0423e4d4]:has(*) {
  background-size: 20px;
}
.print_footer .pop_right .pop_btn_reg[data-v-0423e4d4]:has(.hidden_txt),
.print_footer .pop_right .pop_btn_confirm[data-v-0423e4d4]:has(.hidden_txt),
.print_footer .pop_right .pop_btn_edit[data-v-0423e4d4]:has(.hidden_txt) {
  background-size: 30px;
}
.print_footer .pop_right .pop_btn_reg[data-v-0423e4d4],
.print_footer .pop_right .pop_btn_confirm[data-v-0423e4d4],
.print_footer .pop_right .pop_btn_edit[data-v-0423e4d4] {
  letter-spacing: -0.05em;
}
.print_footer .pop_right .pop_btn_print[data-v-0423e4d4] {
  background-image: url("/images/ico_print.svg");
  width: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background-position: center left 16px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.print_footer .pop_right .pop_btn_print[data-v-0423e4d4]:disabled {
  opacity: 50%;
}
.print_footer .pop_right .pop_btn_print[data-v-0423e4d4] {
  background-color: #B3FFE1;
  border: 2px solid #B3FFE1;
  color: #0D4630;
}
.print_footer .pop_right .pop_btn_print[data-v-0423e4d4]:focus {
  background-color: #B3FFE1;
  border: 2px solid #0D4630;
}
.print_footer .pop_right .pop_btn_print.active[data-v-0423e4d4] {
  background-color: #8EFFD2;
  border: 2px solid #8EFFD2;
}
.print_footer .pop_right .pop_btn_print[data-v-0423e4d4] {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.print_footer .pop_right .pop_btn_print[data-v-0423e4d4]:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.print_footer .pop_right .pop_btn_print:has(* + img) img[data-v-0423e4d4], .print_footer .pop_right .pop_btn_print:has(img + *) img[data-v-0423e4d4] {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_print img[data-v-0423e4d4] {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_print[data-v-0423e4d4]:has(*) {
  background-size: 20px;
}
.print_footer .pop_right .pop_btn_print[data-v-0423e4d4]:has(.hidden_txt) {
  background-size: 30px;
}
.print_footer .pop_right .pop_btn_print[data-v-0423e4d4] {
  letter-spacing: -0.05em;
}
.print_footer .pop_right .pop_btn_save[data-v-0423e4d4] {
  background-image: url("/images/ico_circle_check.svg");
  width: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background-position: center left 16px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.print_footer .pop_right .pop_btn_save[data-v-0423e4d4]:disabled {
  opacity: 50%;
}
.print_footer .pop_right .pop_btn_save[data-v-0423e4d4] {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  color: #000000;
}
.print_footer .pop_right .pop_btn_save[data-v-0423e4d4]:focus {
  border: 1px solid #000000;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.print_footer .pop_right .pop_btn_save.active[data-v-0423e4d4] {
  border: 1px solid #000000;
}
.print_footer .pop_right .pop_btn_save[data-v-0423e4d4]:disabled {
  border: 1px solid #D2D2D2;
}
.print_footer .pop_right .pop_btn_save[data-v-0423e4d4] {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.print_footer .pop_right .pop_btn_save[data-v-0423e4d4]:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.print_footer .pop_right .pop_btn_save:has(* + img) img[data-v-0423e4d4], .print_footer .pop_right .pop_btn_save:has(img + *) img[data-v-0423e4d4] {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_save img[data-v-0423e4d4] {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_save[data-v-0423e4d4]:has(*) {
  background-size: 20px;
}
.print_footer .pop_right .pop_btn_save[data-v-0423e4d4]:has(.hidden_txt) {
  background-size: 30px;
}
.print_footer .pop_right .pop_btn_save[data-v-0423e4d4] {
  letter-spacing: -0.05em;
}
.full[data-v-0423e4d4] {
  padding: 16px;
  flex: 1;
  background: url("/images_backup/login/bg_main_visual_02-1.png") center center no-repeat;
  background-size: cover;
}
.full .inner_wrap[data-v-0423e4d4] {
  width: 100%;
  min-width: 812px;
  height: 100%;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.full .inner_wrap .banner_area[data-v-0423e4d4] {
  width: 400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 25px;
}
.full .inner_wrap .banner_area .identity[data-v-0423e4d4] {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #FFFFFF;
  white-space: nowrap;
}
.full .inner_wrap .login_area[data-v-0423e4d4] {
  padding: 24px;
  width: 380px;
  background-color: #FFFFFF;
  border-radius: 16px;
}
.full .inner_wrap .login_area .user_logo[data-v-0423e4d4] {
  width: 100%;
  height: 48px;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.full .inner_wrap .login_area .user_logo img[data-v-0423e4d4] {
  object-fit: contain;
}
.full .inner_wrap .login_area .login_content[data-v-0423e4d4] {
  padding: 8px 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.full .inner_wrap .login_area .login_content.change .login_header .default_tit[data-v-0423e4d4] {
  display: none !important;
}
.full .inner_wrap .login_area .login_content.change .login_header .change_tit[data-v-0423e4d4],
.full .inner_wrap .login_area .login_content.change .login_header .change_sub[data-v-0423e4d4] {
  display: block !important;
}
.full .inner_wrap .login_area .login_content.change .login_body .email[data-v-0423e4d4],
.full .inner_wrap .login_area .login_content.change .login_body .pw[data-v-0423e4d4],
.full .inner_wrap .login_area .login_content.change .login_body .checkbox_custom[data-v-0423e4d4] {
  display: none !important;
}
.full .inner_wrap .login_area .login_content.change .login_body .new_pw[data-v-0423e4d4],
.full .inner_wrap .login_area .login_content.change .login_body .new_pw_confirm[data-v-0423e4d4] {
  display: block !important;
}
.full .inner_wrap .login_area .login_content.change .login_footer .btn_login[data-v-0423e4d4] {
  display: none !important;
}
.full .inner_wrap .login_area .login_content.change .login_footer .btn_pw_reg[data-v-0423e4d4],
.full .inner_wrap .login_area .login_content.change .login_footer .btn_back[data-v-0423e4d4] {
  display: flex !important;
}
.full .inner_wrap .login_area .login_content .login_header[data-v-0423e4d4] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  margin-bottom: 8px;
}
.full .inner_wrap .login_area .login_content .login_header .default_tit[data-v-0423e4d4],
.full .inner_wrap .login_area .login_content .login_header .change_tit[data-v-0423e4d4] {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
.full .inner_wrap .login_area .login_content .login_header .change_sub[data-v-0423e4d4] {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.3;
  color: #404040;
}
.full .inner_wrap .login_area .login_content .login_header .change_tit[data-v-0423e4d4],
.full .inner_wrap .login_area .login_content .login_header .change_sub[data-v-0423e4d4] {
  display: none;
}
.full .inner_wrap .login_area .login_content .login_body[data-v-0423e4d4] {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.full .inner_wrap .login_area .login_content .login_body .new_pw[data-v-0423e4d4],
.full .inner_wrap .login_area .login_content .login_body .new_pw_confirm[data-v-0423e4d4] {
  display: none !important;
}
.full .inner_wrap .login_area .login_content .login_footer[data-v-0423e4d4] {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.full .inner_wrap .login_area .login_content .login_footer .btn_login[data-v-0423e4d4],
.full .inner_wrap .login_area .login_content .login_footer .btn_pw_reg[data-v-0423e4d4] {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.full .inner_wrap .login_area .login_content .login_footer .btn_login[data-v-0423e4d4]:disabled,
.full .inner_wrap .login_area .login_content .login_footer .btn_pw_reg[data-v-0423e4d4]:disabled {
  opacity: 50%;
}
.full .inner_wrap .login_area .login_content .login_footer .btn_login[data-v-0423e4d4],
.full .inner_wrap .login_area .login_content .login_footer .btn_pw_reg[data-v-0423e4d4] {
  background-color: #B3FFE1;
  border: 2px solid #B3FFE1;
  color: #0D4630;
}
.full .inner_wrap .login_area .login_content .login_footer .btn_login[data-v-0423e4d4]:focus,
.full .inner_wrap .login_area .login_content .login_footer .btn_pw_reg[data-v-0423e4d4]:focus {
  background-color: #B3FFE1;
  border: 2px solid #0D4630;
}
.full .inner_wrap .login_area .login_content .login_footer .btn_login.active[data-v-0423e4d4],
.full .inner_wrap .login_area .login_content .login_footer .btn_pw_reg.active[data-v-0423e4d4] {
  background-color: #8EFFD2;
  border: 2px solid #8EFFD2;
}
.full .inner_wrap .login_area .login_content .login_footer .btn_login[data-v-0423e4d4],
.full .inner_wrap .login_area .login_content .login_footer .btn_pw_reg[data-v-0423e4d4] {
  padding: 0 20px;
  height: 56px;
  border-radius: 16px;
  gap: 8px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.full .inner_wrap .login_area .login_content .login_footer .btn_login[data-v-0423e4d4]:hover,
.full .inner_wrap .login_area .login_content .login_footer .btn_pw_reg[data-v-0423e4d4]:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}
.full .inner_wrap .login_area .login_content .login_footer .btn_login:has(* + img) img[data-v-0423e4d4], .full .inner_wrap .login_area .login_content .login_footer .btn_login:has(img + *) img[data-v-0423e4d4],
.full .inner_wrap .login_area .login_content .login_footer .btn_pw_reg:has(* + img) img[data-v-0423e4d4],
.full .inner_wrap .login_area .login_content .login_footer .btn_pw_reg:has(img + *) img[data-v-0423e4d4] {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.full .inner_wrap .login_area .login_content .login_footer .btn_login img[data-v-0423e4d4],
.full .inner_wrap .login_area .login_content .login_footer .btn_pw_reg img[data-v-0423e4d4] {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.full .inner_wrap .login_area .login_content .login_footer .btn_login[data-v-0423e4d4]:has(*),
.full .inner_wrap .login_area .login_content .login_footer .btn_pw_reg[data-v-0423e4d4]:has(*) {
  background-size: 20px;
}
.full .inner_wrap .login_area .login_content .login_footer .btn_login[data-v-0423e4d4]:has(.hidden_txt),
.full .inner_wrap .login_area .login_content .login_footer .btn_pw_reg[data-v-0423e4d4]:has(.hidden_txt) {
  background-size: 30px;
}
.full .inner_wrap .login_area .login_content .login_footer .btn_login[data-v-0423e4d4],
.full .inner_wrap .login_area .login_content .login_footer .btn_pw_reg[data-v-0423e4d4] {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
  color: #0D4630;
}
.full .inner_wrap .login_area .login_content .login_footer .btn_back[data-v-0423e4d4] {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.full .inner_wrap .login_area .login_content .login_footer .btn_back[data-v-0423e4d4]:disabled {
  opacity: 50%;
}
.full .inner_wrap .login_area .login_content .login_footer .btn_back[data-v-0423e4d4] {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #000000;
}
.full .inner_wrap .login_area .login_content .login_footer .btn_back[data-v-0423e4d4]:hover {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
}
.full .inner_wrap .login_area .login_content .login_footer .btn_back[data-v-0423e4d4]:focus {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.full .inner_wrap .login_area .login_content .login_footer .btn_back.active[data-v-0423e4d4] {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}
.full .inner_wrap .login_area .login_content .login_footer .btn_back[data-v-0423e4d4] {
  padding: 0 10px;
  height: 32px;
  border-radius: 10px;
  gap: 4px;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.334;
}
.full .inner_wrap .login_area .login_content .login_footer .btn_back[data-v-0423e4d4]:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.full .inner_wrap .login_area .login_content .login_footer .btn_back:has(* + img) img[data-v-0423e4d4], .full .inner_wrap .login_area .login_content .login_footer .btn_back:has(img + *) img[data-v-0423e4d4] {
  width: 16px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.full .inner_wrap .login_area .login_content .login_footer .btn_back img[data-v-0423e4d4] {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.full .inner_wrap .login_area .login_content .login_footer .btn_back[data-v-0423e4d4]:has(*) {
  background-size: 16px;
}
.full .inner_wrap .login_area .login_content .login_footer .btn_back[data-v-0423e4d4]:has(.hidden_txt) {
  background-size: 20px;
}
.full .inner_wrap .login_area .login_content .login_footer .btn_back[data-v-0423e4d4] {
  font-weight: 600;
  font-size: 11px;
  line-height: 1.3;
  color: #101010;
}
.full .inner_wrap .login_area .login_content .login_footer .btn_pw_reg[data-v-0423e4d4],
.full .inner_wrap .login_area .login_content .login_footer .btn_back[data-v-0423e4d4] {
  display: none;
}
/* Mobile overrides - 로그인 폼이 바로 보이도록 */
@media (max-width: 768px) {
.full[data-v-0423e4d4] {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.full .inner_wrap[data-v-0423e4d4] {
    min-width: unset !important;
    width: 100%;
    min-height: unset !important;
    flex-direction: column;
    padding: 16px;
}
.full .inner_wrap .banner_area[data-v-0423e4d4] {
    display: none;
}
.full .inner_wrap .login_area[data-v-0423e4d4] {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
}
}
/***************
 Pretendard
****************/
@font-face {
  font-family: "Pretendard";
  src: url("/assets/Pretendard-Thin-CBZjS9EP.eot");
  src: url("/assets/Pretendard-Thin-CBZjS9EP.eot?#iefix") format("embedded-opentype"), url("/assets/Pretendard-Thin-Cay3wjfS.woff2") format("woff2"), url("/assets/Pretendard-Thin-HTg4Ad-2.woff") format("woff"), url("/assets/Pretendard-Thin-Db2fXDP6.ttf") format("truetype"), url("/assets/Pretendard-Thin-BRqUqubg.svg#Pretendard-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("/assets/Pretendard-ExtraLight-JcIRdmhr.eot");
  src: url("/assets/Pretendard-ExtraLight-JcIRdmhr.eot?#iefix") format("embedded-opentype"), url("/assets/Pretendard-ExtraLight-B76TjgnI.woff2") format("woff2"), url("/assets/Pretendard-ExtraLight-D7EIqauT.woff") format("woff"), url("/assets/Pretendard-ExtraLight-jTzH6sQ4.ttf") format("truetype"), url("/assets/Pretendard-ExtraLight-DX-XRsNO.svg#Pretendard-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("/assets/Pretendard-Light-BkzRhGwj.eot");
  src: url("/assets/Pretendard-Light-BkzRhGwj.eot?#iefix") format("embedded-opentype"), url("/assets/Pretendard-Light-B3pbimoV.woff2") format("woff2"), url("/assets/Pretendard-Light-Da4f5ilB.woff") format("woff"), url("/assets/Pretendard-Light-2kk8wvtG.ttf") format("truetype"), url("/assets/Pretendard-Light-37-CDIVa.svg#Pretendard-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("/assets/Pretendard-Regular-DdSJ9_mI.eot");
  src: url("/assets/Pretendard-Regular-DdSJ9_mI.eot?#iefix") format("embedded-opentype"), url("/assets/Pretendard-Regular-lGyJGKAG.woff2") format("woff2"), url("/assets/Pretendard-Regular-mjzca6f7.woff") format("woff"), url("/assets/Pretendard-Regular-qYwYsmUg.ttf") format("truetype"), url("/assets/Pretendard-Regular-D8pwv_Mk.svg#Pretendard-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("/assets/Pretendard-Medium-C31VUaPQ.eot");
  src: url("/assets/Pretendard-Medium-C31VUaPQ.eot?#iefix") format("embedded-opentype"), url("/assets/Pretendard-Medium-Dcjo3ekg.woff2") format("woff2"), url("/assets/Pretendard-Medium-SlvicTxy.woff") format("woff"), url("/assets/Pretendard-Medium-BWua8duV.ttf") format("truetype"), url("/assets/Pretendard-Medium-Ko4aBTHx.svg#Pretendard-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("/assets/Pretendard-SemiBold-CGbhuw0Z.eot");
  src: url("/assets/Pretendard-SemiBold-CGbhuw0Z.eot?#iefix") format("embedded-opentype"), url("/assets/Pretendard-SemiBold-BvMYBg8_.woff2") format("woff2"), url("/assets/Pretendard-SemiBold-tQ8hAgVh.woff") format("woff"), url("/assets/Pretendard-SemiBold-Dmd_D6KS.ttf") format("truetype"), url("/assets/Pretendard-SemiBold-Dt8nyHB8.svg#Pretendard-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("/assets/Pretendard-Bold-C01dZ2uu.eot");
  src: url("/assets/Pretendard-Bold-C01dZ2uu.eot?#iefix") format("embedded-opentype"), url("/assets/Pretendard-Bold-Dee_c4t7.woff2") format("woff2"), url("/assets/Pretendard-Bold-70FL1r2Z.woff") format("woff"), url("/assets/Pretendard-Bold-DVf8XtrH.ttf") format("truetype"), url("/assets/Pretendard-Bold-CwIb3hV_.svg#Pretendard-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("/assets/Pretendard-ExtraBold-BZcy7ej8.eot");
  src: url("/assets/Pretendard-ExtraBold-BZcy7ej8.eot?#iefix") format("embedded-opentype"), url("/assets/Pretendard-ExtraBold-DT1OVraQ.woff2") format("woff2"), url("/assets/Pretendard-ExtraBold-B8ApCwJq.woff") format("woff"), url("/assets/Pretendard-ExtraBold-D4vBNe76.ttf") format("truetype"), url("/assets/Pretendard-ExtraBold-Dx5RWdMg.svg#Pretendard-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("/assets/Pretendard-Black-DSQpTh_4.eot");
  src: url("/assets/Pretendard-Black-DSQpTh_4.eot?#iefix") format("embedded-opentype"), url("/assets/Pretendard-Black-DI_RCnFp.woff2") format("woff2"), url("/assets/Pretendard-Black-DRy_K_hD.woff") format("woff"), url("/assets/Pretendard-Black-BjTe5QBk.ttf") format("truetype"), url("/assets/Pretendard-Black-BNNDu1HU.svg#Pretendard-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/***************
 Noto Sans KR
****************/
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 100;
  src: url("/assets/noto-sans-kr-v27-latin_korean-100-CrCwg9z6.eot"); /* IE9 Compat Modes */
  src: local(""), url("/assets/noto-sans-kr-v27-latin_korean-100-CrCwg9z6.eot?#iefix") format("embedded-opentype"), url("/assets/noto-sans-kr-v27-latin_korean-100-D2sSPtjx.woff2") format("woff2"), url("/assets/noto-sans-kr-v27-latin_korean-100-Cwpiw3Ph.woff") format("woff"), url("/assets/noto-sans-kr-v25-latin_korean-100-CJ4fVeLr.ttf") format("truetype"), url("/assets/noto-sans-kr-v27-latin_korean-100-CJB3o3JH.svg#NotoSansKR") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/noto-sans-kr-v27-latin_korean-300-DLSX3CjJ.eot"); /* IE9 Compat Modes */
  src: local(""), url("/assets/noto-sans-kr-v27-latin_korean-300-DLSX3CjJ.eot?#iefix") format("embedded-opentype"), url("/assets/noto-sans-kr-v27-latin_korean-300-Lwqtt4M9.woff2") format("woff2"), url("/assets/noto-sans-kr-v27-latin_korean-300-zYHi996A.woff") format("woff"), url("/assets/noto-sans-kr-v25-latin_korean-300-CbQy-0GZ.ttf") format("truetype"), url("/assets/noto-sans-kr-v27-latin_korean-300-w0IKf-Of.svg#NotoSansKR") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/noto-sans-kr-v27-latin_korean-regular-C7_m2jp4.eot"); /* IE9 Compat Modes */
  src: local(""), url("/assets/noto-sans-kr-v27-latin_korean-regular-C7_m2jp4.eot?#iefix") format("embedded-opentype"), url("/assets/noto-sans-kr-v27-latin_korean-regular-yFFp6NHZ.woff2") format("woff2"), url("/assets/noto-sans-kr-v27-latin_korean-regular-oMvQi3M3.woff") format("woff"), url("/assets/noto-sans-kr-v25-latin_korean-regular-BSlWKkcY.ttf") format("truetype"), url("/assets/noto-sans-kr-v27-latin_korean-regular-DmrARx7v.svg#NotoSansKR") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/noto-sans-kr-v27-latin_korean-500-O5K1fd2N.eot"); /* IE9 Compat Modes */
  src: local(""), url("/assets/noto-sans-kr-v27-latin_korean-500-O5K1fd2N.eot?#iefix") format("embedded-opentype"), url("/assets/noto-sans-kr-v27-latin_korean-500-YWjAkWVX.woff2") format("woff2"), url("/assets/noto-sans-kr-v27-latin_korean-500-DU0U8rC-.woff") format("woff"), url("/assets/noto-sans-kr-v25-latin_korean-500-D4mBWYO1.ttf") format("truetype"), url("/assets/noto-sans-kr-v27-latin_korean-500-DZkTjO0s.svg#NotoSansKR") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/noto-sans-kr-v27-latin_korean-700-jiPwAg3J.eot"); /* IE9 Compat Modes */
  src: local(""), url("/assets/noto-sans-kr-v27-latin_korean-700-jiPwAg3J.eot?#iefix") format("embedded-opentype"), url("/assets/noto-sans-kr-v27-latin_korean-700-Y9lAZUG5.woff2") format("woff2"), url("/assets/noto-sans-kr-v27-latin_korean-700-Bh8pf3OH.woff") format("woff"), url("/assets/noto-sans-kr-v25-latin_korean-700-BsUkjWKP.ttf") format("truetype"), url("/assets/noto-sans-kr-v27-latin_korean-700-Dv9jmnrh.svg#NotoSansKR") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 900;
  src: url("/assets/noto-sans-kr-v27-latin_korean-900-C0wY6S9o.eot"); /* IE9 Compat Modes */
  src: local(""), url("/assets/noto-sans-kr-v27-latin_korean-900-C0wY6S9o.eot?#iefix") format("embedded-opentype"), url("/assets/noto-sans-kr-v27-latin_korean-900-BwWGMFZ0.woff2") format("woff2"), url("/assets/noto-sans-kr-v27-latin_korean-900-B9vc416c.woff") format("woff"), url("/assets/noto-sans-kr-v25-latin_korean-900-DOwx14C2.ttf") format("truetype"), url("/assets/noto-sans-kr-v27-latin_korean-900-BrM9FyVa.svg#NotoSansKR") format("svg"); /* Legacy iOS */
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
* {
  font-family: inherit;
  color: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  font-family: "Noto Sans KR", sans-serif;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
}
button {
  cursor: pointer;
  border: 0 none;
  background: transparent;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  padding: 0;
  box-sizing: border-box;
}
button:focus {
  outline: none;
}
input, textarea, select {
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
}
input {
  box-sizing: border-box;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
Link {
  text-decoration: none;
}
/*******************
  colors
******************/
/*******************
  images
******************/
/*******************
  colors
******************/
/*******************
  images
******************/
/***************************************************
  typography size

  1. lineHeight 변수값 종류 : 1.3, 1.334, 1.6 기본값 : 1
****************************************************/
/************************************************
  button
  1. $typeName : negative, fill, outline, ghost
  2. $sizeName : xl, lg, md, sm
  3. $width : 가로 사이즈
  4. $justify : 가로 정렬 기본값 center
  5. $backPosition : 백그라운드이미지 기본 위치 왼쪽 0px
*************************************************/
/********************************************
  select
 1. $direction : 드롭리스트 노출 방향 upper, lower
 2. $typeName : outline, ghost
 3. $width : 기본값 60px 이외의 값 입력
 4. $height : 기본값 24px 이외의 값 입력
*********************************************/
/********************************************
  toggle
*********************************************/
/********************************************
  checkboxCustom
*********************************************/
/********************************************
  checkboxLabel
*********************************************/
/********************************************
  input txt
 1. $size : xl, lg, md, sm
 2. $width : 각 특정 사이즈 직접 입력(기본값 100%)
*********************************************/
/********************************************
   floating_label
  1. $maxWidth : 최대너비
*********************************************/
/********************************************
   floating_label_ghost
  1. $maxWidth : 최대너비
*********************************************/
/***********************
  말줄임
 1. $line : 몇줄 말줄임
***********************/
/***********************
  이미지 크기 설정
***********************/
/***********************
  pagination
***********************/
/***********************
  token
***********************/
/****************
  divColTable
****************/
/*****************
  divRowTable
*****************/
/***********************
  텍스트 숨김 기능
***********************/
/************************************
  팝업
  1. $where : 팝업 등장 방향
  - top : 아래에서 위로
  - left : 오른쪽에서 왼쪽으로
  - center : 가운데에서 등장

  2. $width, $height : 팝업 사이즈
*************************************/
/************************************
  프린트
  1. $where : 팝업 등장 방향
  - top : 아래에서 위로
  - left : 오른쪽에서 왼쪽으로
  - center : 가운데에서 등장

  2. $width, $height : 팝업 사이즈
*************************************/
.print_footer {
  padding: 32px 24px 24px 24px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background-color: #FFFFFF;
  position: fixed;
  width: 100%;
  z-index: 9;
  left: 0px;
  bottom: 0px;
}
.print_footer .pop_left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.print_footer .pop_left .pop_btn_today {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.print_footer .pop_left .pop_btn_today:disabled {
  opacity: 50%;
}
.print_footer .pop_left .pop_btn_today {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  color: #000000;
}
.print_footer .pop_left .pop_btn_today:focus {
  border: 1px solid #000000;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.print_footer .pop_left .pop_btn_today.active {
  border: 1px solid #000000;
}
.print_footer .pop_left .pop_btn_today:disabled {
  border: 1px solid #D2D2D2;
}
.print_footer .pop_left .pop_btn_today {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.print_footer .pop_left .pop_btn_today:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.print_footer .pop_left .pop_btn_today:has(* + img) img, .print_footer .pop_left .pop_btn_today:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_left .pop_btn_today img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_left .pop_btn_today:has(*) {
  background-size: 20px;
}
.print_footer .pop_left .pop_btn_today:has(.hidden_txt) {
  background-size: 30px;
}
.print_footer .pop_left .pop_btn_delete {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.print_footer .pop_left .pop_btn_delete:disabled {
  opacity: 50%;
}
.print_footer .pop_left .pop_btn_delete {
  background-color: #FFF4F4;
  border: 2px solid #FFF4F4;
  color: #F52E2E;
}
.print_footer .pop_left .pop_btn_delete:focus {
  background-color: #FFF4F4;
  border: 2px solid #F52E2E;
}
.print_footer .pop_left .pop_btn_delete.active {
  background-color: #FFE1E1;
  border: 2px solid #FFE1E1;
}
.print_footer .pop_left .pop_btn_delete {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.print_footer .pop_left .pop_btn_delete:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.print_footer .pop_left .pop_btn_delete:has(* + img) img, .print_footer .pop_left .pop_btn_delete:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_left .pop_btn_delete img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_left .pop_btn_delete:has(*) {
  background-size: 20px;
}
.print_footer .pop_left .pop_btn_delete:has(.hidden_txt) {
  background-size: 30px;
}
.print_footer .pop_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.print_footer .pop_right .pop_btn_delete {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.print_footer .pop_right .pop_btn_delete:disabled {
  opacity: 50%;
}
.print_footer .pop_right .pop_btn_delete {
  background-color: #FFF4F4;
  border: 2px solid #FFF4F4;
  color: #F52E2E;
}
.print_footer .pop_right .pop_btn_delete:focus {
  background-color: #FFF4F4;
  border: 2px solid #F52E2E;
}
.print_footer .pop_right .pop_btn_delete.active {
  background-color: #FFE1E1;
  border: 2px solid #FFE1E1;
}
.print_footer .pop_right .pop_btn_delete {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.print_footer .pop_right .pop_btn_delete:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.print_footer .pop_right .pop_btn_delete:has(* + img) img, .print_footer .pop_right .pop_btn_delete:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_delete img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_delete:has(*) {
  background-size: 20px;
}
.print_footer .pop_right .pop_btn_delete:has(.hidden_txt) {
  background-size: 30px;
}
.print_footer .pop_right .pop_btn_cancel {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.print_footer .pop_right .pop_btn_cancel:disabled {
  opacity: 50%;
}
.print_footer .pop_right .pop_btn_cancel {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  color: #000000;
}
.print_footer .pop_right .pop_btn_cancel:focus {
  border: 1px solid #000000;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.print_footer .pop_right .pop_btn_cancel.active {
  border: 1px solid #000000;
}
.print_footer .pop_right .pop_btn_cancel:disabled {
  border: 1px solid #D2D2D2;
}
.print_footer .pop_right .pop_btn_cancel {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.print_footer .pop_right .pop_btn_cancel:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.print_footer .pop_right .pop_btn_cancel:has(* + img) img, .print_footer .pop_right .pop_btn_cancel:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_cancel img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_cancel:has(*) {
  background-size: 20px;
}
.print_footer .pop_right .pop_btn_cancel:has(.hidden_txt) {
  background-size: 30px;
}
.print_footer .pop_right .pop_btn_reg,
.print_footer .pop_right .pop_btn_confirm,
.print_footer .pop_right .pop_btn_edit {
  background-image: url("/images/ico_check.svg");
  width: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background-position: center left 16px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.print_footer .pop_right .pop_btn_reg:disabled,
.print_footer .pop_right .pop_btn_confirm:disabled,
.print_footer .pop_right .pop_btn_edit:disabled {
  opacity: 50%;
}
.print_footer .pop_right .pop_btn_reg,
.print_footer .pop_right .pop_btn_confirm,
.print_footer .pop_right .pop_btn_edit {
  background-color: #B3FFE1;
  border: 2px solid #B3FFE1;
  color: #0D4630;
}
.print_footer .pop_right .pop_btn_reg:focus,
.print_footer .pop_right .pop_btn_confirm:focus,
.print_footer .pop_right .pop_btn_edit:focus {
  background-color: #B3FFE1;
  border: 2px solid #0D4630;
}
.print_footer .pop_right .pop_btn_reg.active,
.print_footer .pop_right .pop_btn_confirm.active,
.print_footer .pop_right .pop_btn_edit.active {
  background-color: #8EFFD2;
  border: 2px solid #8EFFD2;
}
.print_footer .pop_right .pop_btn_reg,
.print_footer .pop_right .pop_btn_confirm,
.print_footer .pop_right .pop_btn_edit {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.print_footer .pop_right .pop_btn_reg:hover,
.print_footer .pop_right .pop_btn_confirm:hover,
.print_footer .pop_right .pop_btn_edit:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.print_footer .pop_right .pop_btn_reg:has(* + img) img, .print_footer .pop_right .pop_btn_reg:has(img + *) img,
.print_footer .pop_right .pop_btn_confirm:has(* + img) img,
.print_footer .pop_right .pop_btn_confirm:has(img + *) img,
.print_footer .pop_right .pop_btn_edit:has(* + img) img,
.print_footer .pop_right .pop_btn_edit:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_reg img,
.print_footer .pop_right .pop_btn_confirm img,
.print_footer .pop_right .pop_btn_edit img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_reg:has(*),
.print_footer .pop_right .pop_btn_confirm:has(*),
.print_footer .pop_right .pop_btn_edit:has(*) {
  background-size: 20px;
}
.print_footer .pop_right .pop_btn_reg:has(.hidden_txt),
.print_footer .pop_right .pop_btn_confirm:has(.hidden_txt),
.print_footer .pop_right .pop_btn_edit:has(.hidden_txt) {
  background-size: 30px;
}
.print_footer .pop_right .pop_btn_reg,
.print_footer .pop_right .pop_btn_confirm,
.print_footer .pop_right .pop_btn_edit {
  letter-spacing: -0.05em;
}
.print_footer .pop_right .pop_btn_print {
  background-image: url("/images/ico_print.svg");
  width: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background-position: center left 16px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.print_footer .pop_right .pop_btn_print:disabled {
  opacity: 50%;
}
.print_footer .pop_right .pop_btn_print {
  background-color: #B3FFE1;
  border: 2px solid #B3FFE1;
  color: #0D4630;
}
.print_footer .pop_right .pop_btn_print:focus {
  background-color: #B3FFE1;
  border: 2px solid #0D4630;
}
.print_footer .pop_right .pop_btn_print.active {
  background-color: #8EFFD2;
  border: 2px solid #8EFFD2;
}
.print_footer .pop_right .pop_btn_print {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.print_footer .pop_right .pop_btn_print:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.print_footer .pop_right .pop_btn_print:has(* + img) img, .print_footer .pop_right .pop_btn_print:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_print img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_print:has(*) {
  background-size: 20px;
}
.print_footer .pop_right .pop_btn_print:has(.hidden_txt) {
  background-size: 30px;
}
.print_footer .pop_right .pop_btn_print {
  letter-spacing: -0.05em;
}
.print_footer .pop_right .pop_btn_save {
  background-image: url("/images/ico_circle_check.svg");
  width: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background-position: center left 16px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.print_footer .pop_right .pop_btn_save:disabled {
  opacity: 50%;
}
.print_footer .pop_right .pop_btn_save {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  color: #000000;
}
.print_footer .pop_right .pop_btn_save:focus {
  border: 1px solid #000000;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.print_footer .pop_right .pop_btn_save.active {
  border: 1px solid #000000;
}
.print_footer .pop_right .pop_btn_save:disabled {
  border: 1px solid #D2D2D2;
}
.print_footer .pop_right .pop_btn_save {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.print_footer .pop_right .pop_btn_save:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.print_footer .pop_right .pop_btn_save:has(* + img) img, .print_footer .pop_right .pop_btn_save:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_save img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_save:has(*) {
  background-size: 20px;
}
.print_footer .pop_right .pop_btn_save:has(.hidden_txt) {
  background-size: 30px;
}
.print_footer .pop_right .pop_btn_save {
  letter-spacing: -0.05em;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
}
html,
body {
  height: 100%;
  scroll-behavior: smooth !important;
}
html {
  /* html 폰트사이즈 수정시 전체 사이즈 변경가능 100% = 16px, 62.5% = 10px, 50% = 8px, 6.25% = 1px */
  font-size: 100%;
  overflow: hidden;
}
body {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  color: #000000;
}
.hidden_txt {
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
  font-size: 1px;
  color: transparent;
  visibility: hidden;
}
.yes {
  font-size: 12px;
  font-weight: 600;
  color: #0A7CF9;
}
.no {
  font-size: 12px;
  font-weight: 600;
  color: #F52E2E;
}
.dash {
  font-size: 10px;
  font-weight: 500;
  color: #D2D2D2;
}
.essential {
  position: relative;
}
.essential:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -9px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #F75655;
}
.commission {
  color: #0A7CF9;
  font-size: 11px;
  font-weight: 500;
}
.tax,
.cash {
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  color: #00AF70;
}
.date {
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
}
.gray60 {
  color: #6C6C6C;
}
.blue {
  color: #0A7CF9;
}
.red {
  color: #F52E2E;
}
.emphasis {
  color: #FF0000 !important;
}
.btn_issue,
.btn_print,
.btn_view,
.btn_booking {
  color: #0A7CF9;
  font-size: 11px;
  font-weight: 500;
  line-height: 14.3px;
  text-decoration: underline;
}
.btn_edit,
.btn_image_view {
  color: #0A7CF9;
  font-size: 12px;
  font-weight: 600;
  line-height: 15.6px;
  text-decoration: underline;
  cursor: pointer;
}
.btn_reg_green,
.btn_traveler_add_green,
.btn_noname_add_green {
  color: #00AF70;
  font-size: 12px;
  font-weight: 600;
  line-height: 15.6px;
  text-decoration: underline;
}
.btn_action_pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  margin-left: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #475569;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.15s ease;
  white-space: nowrap;
  line-height: 1.4;
}
.btn_action_pill:hover {
  background: #f1f5f9;
  border-color: #94a3b8;
  color: #1e293b;
}
.btn_action_pill:active {
  background: #e2e8f0;
}
.btn_print_green {
  color: #00AF70;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.6px;
  text-decoration: underline;
}
.link {
  color: #0A7CF9;
  font-size: 11px;
  line-height: 12px;
  text-decoration: underline;
}
.flex {
  display: flex !important;
  align-items: center;
  height: 100%;
}
.flex_col_right {
  align-items: flex-end !important;
  text-align: end;
}
.flex_column {
  flex-direction: column !important;
  align-items: flex-start !important;
}
.scroll {
  width: 100%;
  height: 100%;
  overflow: auto;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  outline: none;
  background: #D2D2D2;
  border-radius: 8px;
  min-height: 140px;
}
::-webkit-scrollbar-track {
  box-shadow: none;
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
/* Width Utilities (Restored for Table Alignment) */
.w40 {
  width: 40px !important;
}
.w50 {
  width: 50px !important;
}
.w60 {
  width: 60px !important;
}
.w70 {
  width: 70px !important;
}
.w80 {
  width: 80px !important;
}
.w90 {
  width: 90px !important;
}
.w96 {
  width: 96px !important;
}
.w100 {
  width: 100px !important;
}
.w110 {
  width: 110px !important;
}
.w120 {
  width: 120px !important;
}
.w130 {
  width: 130px !important;
}
.w140 {
  width: 140px !important;
}
.w150 {
  width: 150px !important;
}
.w160 {
  width: 160px !important;
}
.w180 {
  width: 180px !important;
}
.w200 {
  width: 200px !important;
}
.w250 {
  width: 250px !important;
}
.w300 {
  width: 300px !important;
}
.w-full {
  width: 100% !important;
}
/*******************
  colors
******************/
/*******************
  images
******************/
/*******************
  colors
******************/
/*******************
  images
******************/
/***************************************************
  typography size

  1. lineHeight 변수값 종류 : 1.3, 1.334, 1.6 기본값 : 1
****************************************************/
/************************************************
  button
  1. $typeName : negative, fill, outline, ghost
  2. $sizeName : xl, lg, md, sm
  3. $width : 가로 사이즈
  4. $justify : 가로 정렬 기본값 center
  5. $backPosition : 백그라운드이미지 기본 위치 왼쪽 0px
*************************************************/
/********************************************
  select
 1. $direction : 드롭리스트 노출 방향 upper, lower
 2. $typeName : outline, ghost
 3. $width : 기본값 60px 이외의 값 입력
 4. $height : 기본값 24px 이외의 값 입력
*********************************************/
/********************************************
  toggle
*********************************************/
/********************************************
  checkboxCustom
*********************************************/
/********************************************
  checkboxLabel
*********************************************/
/********************************************
  input txt
 1. $size : xl, lg, md, sm
 2. $width : 각 특정 사이즈 직접 입력(기본값 100%)
*********************************************/
/********************************************
   floating_label
  1. $maxWidth : 최대너비
*********************************************/
/********************************************
   floating_label_ghost
  1. $maxWidth : 최대너비
*********************************************/
/***********************
  말줄임
 1. $line : 몇줄 말줄임
***********************/
/***********************
  이미지 크기 설정
***********************/
/***********************
  pagination
***********************/
/***********************
  token
***********************/
/****************
  divColTable
****************/
/*****************
  divRowTable
*****************/
/***********************
  텍스트 숨김 기능
***********************/
/************************************
  팝업
  1. $where : 팝업 등장 방향
  - top : 아래에서 위로
  - left : 오른쪽에서 왼쪽으로
  - center : 가운데에서 등장

  2. $width, $height : 팝업 사이즈
*************************************/
/************************************
  프린트
  1. $where : 팝업 등장 방향
  - top : 아래에서 위로
  - left : 오른쪽에서 왼쪽으로
  - center : 가운데에서 등장

  2. $width, $height : 팝업 사이즈
*************************************/
.print_footer {
  padding: 32px 24px 24px 24px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background-color: #FFFFFF;
  position: fixed;
  width: 100%;
  z-index: 9;
  left: 0px;
  bottom: 0px;
}
.print_footer .pop_left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.print_footer .pop_left .pop_btn_today {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.print_footer .pop_left .pop_btn_today:disabled {
  opacity: 50%;
}
.print_footer .pop_left .pop_btn_today {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  color: #000000;
}
.print_footer .pop_left .pop_btn_today:focus {
  border: 1px solid #000000;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.print_footer .pop_left .pop_btn_today.active {
  border: 1px solid #000000;
}
.print_footer .pop_left .pop_btn_today:disabled {
  border: 1px solid #D2D2D2;
}
.print_footer .pop_left .pop_btn_today {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.print_footer .pop_left .pop_btn_today:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.print_footer .pop_left .pop_btn_today:has(* + img) img, .print_footer .pop_left .pop_btn_today:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_left .pop_btn_today img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_left .pop_btn_today:has(*) {
  background-size: 20px;
}
.print_footer .pop_left .pop_btn_today:has(.hidden_txt) {
  background-size: 30px;
}
.print_footer .pop_left .pop_btn_delete {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.print_footer .pop_left .pop_btn_delete:disabled {
  opacity: 50%;
}
.print_footer .pop_left .pop_btn_delete {
  background-color: #FFF4F4;
  border: 2px solid #FFF4F4;
  color: #F52E2E;
}
.print_footer .pop_left .pop_btn_delete:focus {
  background-color: #FFF4F4;
  border: 2px solid #F52E2E;
}
.print_footer .pop_left .pop_btn_delete.active {
  background-color: #FFE1E1;
  border: 2px solid #FFE1E1;
}
.print_footer .pop_left .pop_btn_delete {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.print_footer .pop_left .pop_btn_delete:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.print_footer .pop_left .pop_btn_delete:has(* + img) img, .print_footer .pop_left .pop_btn_delete:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_left .pop_btn_delete img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_left .pop_btn_delete:has(*) {
  background-size: 20px;
}
.print_footer .pop_left .pop_btn_delete:has(.hidden_txt) {
  background-size: 30px;
}
.print_footer .pop_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.print_footer .pop_right .pop_btn_delete {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.print_footer .pop_right .pop_btn_delete:disabled {
  opacity: 50%;
}
.print_footer .pop_right .pop_btn_delete {
  background-color: #FFF4F4;
  border: 2px solid #FFF4F4;
  color: #F52E2E;
}
.print_footer .pop_right .pop_btn_delete:focus {
  background-color: #FFF4F4;
  border: 2px solid #F52E2E;
}
.print_footer .pop_right .pop_btn_delete.active {
  background-color: #FFE1E1;
  border: 2px solid #FFE1E1;
}
.print_footer .pop_right .pop_btn_delete {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.print_footer .pop_right .pop_btn_delete:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.print_footer .pop_right .pop_btn_delete:has(* + img) img, .print_footer .pop_right .pop_btn_delete:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_delete img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_delete:has(*) {
  background-size: 20px;
}
.print_footer .pop_right .pop_btn_delete:has(.hidden_txt) {
  background-size: 30px;
}
.print_footer .pop_right .pop_btn_cancel {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.print_footer .pop_right .pop_btn_cancel:disabled {
  opacity: 50%;
}
.print_footer .pop_right .pop_btn_cancel {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  color: #000000;
}
.print_footer .pop_right .pop_btn_cancel:focus {
  border: 1px solid #000000;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.print_footer .pop_right .pop_btn_cancel.active {
  border: 1px solid #000000;
}
.print_footer .pop_right .pop_btn_cancel:disabled {
  border: 1px solid #D2D2D2;
}
.print_footer .pop_right .pop_btn_cancel {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.print_footer .pop_right .pop_btn_cancel:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.print_footer .pop_right .pop_btn_cancel:has(* + img) img, .print_footer .pop_right .pop_btn_cancel:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_cancel img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_cancel:has(*) {
  background-size: 20px;
}
.print_footer .pop_right .pop_btn_cancel:has(.hidden_txt) {
  background-size: 30px;
}
.print_footer .pop_right .pop_btn_reg,
.print_footer .pop_right .pop_btn_confirm,
.print_footer .pop_right .pop_btn_edit {
  background-image: url("/images/ico_check.svg");
  width: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background-position: center left 16px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.print_footer .pop_right .pop_btn_reg:disabled,
.print_footer .pop_right .pop_btn_confirm:disabled,
.print_footer .pop_right .pop_btn_edit:disabled {
  opacity: 50%;
}
.print_footer .pop_right .pop_btn_reg,
.print_footer .pop_right .pop_btn_confirm,
.print_footer .pop_right .pop_btn_edit {
  background-color: #B3FFE1;
  border: 2px solid #B3FFE1;
  color: #0D4630;
}
.print_footer .pop_right .pop_btn_reg:focus,
.print_footer .pop_right .pop_btn_confirm:focus,
.print_footer .pop_right .pop_btn_edit:focus {
  background-color: #B3FFE1;
  border: 2px solid #0D4630;
}
.print_footer .pop_right .pop_btn_reg.active,
.print_footer .pop_right .pop_btn_confirm.active,
.print_footer .pop_right .pop_btn_edit.active {
  background-color: #8EFFD2;
  border: 2px solid #8EFFD2;
}
.print_footer .pop_right .pop_btn_reg,
.print_footer .pop_right .pop_btn_confirm,
.print_footer .pop_right .pop_btn_edit {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.print_footer .pop_right .pop_btn_reg:hover,
.print_footer .pop_right .pop_btn_confirm:hover,
.print_footer .pop_right .pop_btn_edit:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.print_footer .pop_right .pop_btn_reg:has(* + img) img, .print_footer .pop_right .pop_btn_reg:has(img + *) img,
.print_footer .pop_right .pop_btn_confirm:has(* + img) img,
.print_footer .pop_right .pop_btn_confirm:has(img + *) img,
.print_footer .pop_right .pop_btn_edit:has(* + img) img,
.print_footer .pop_right .pop_btn_edit:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_reg img,
.print_footer .pop_right .pop_btn_confirm img,
.print_footer .pop_right .pop_btn_edit img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_reg:has(*),
.print_footer .pop_right .pop_btn_confirm:has(*),
.print_footer .pop_right .pop_btn_edit:has(*) {
  background-size: 20px;
}
.print_footer .pop_right .pop_btn_reg:has(.hidden_txt),
.print_footer .pop_right .pop_btn_confirm:has(.hidden_txt),
.print_footer .pop_right .pop_btn_edit:has(.hidden_txt) {
  background-size: 30px;
}
.print_footer .pop_right .pop_btn_reg,
.print_footer .pop_right .pop_btn_confirm,
.print_footer .pop_right .pop_btn_edit {
  letter-spacing: -0.05em;
}
.print_footer .pop_right .pop_btn_print {
  background-image: url("/images/ico_print.svg");
  width: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background-position: center left 16px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.print_footer .pop_right .pop_btn_print:disabled {
  opacity: 50%;
}
.print_footer .pop_right .pop_btn_print {
  background-color: #B3FFE1;
  border: 2px solid #B3FFE1;
  color: #0D4630;
}
.print_footer .pop_right .pop_btn_print:focus {
  background-color: #B3FFE1;
  border: 2px solid #0D4630;
}
.print_footer .pop_right .pop_btn_print.active {
  background-color: #8EFFD2;
  border: 2px solid #8EFFD2;
}
.print_footer .pop_right .pop_btn_print {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.print_footer .pop_right .pop_btn_print:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.print_footer .pop_right .pop_btn_print:has(* + img) img, .print_footer .pop_right .pop_btn_print:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_print img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_print:has(*) {
  background-size: 20px;
}
.print_footer .pop_right .pop_btn_print:has(.hidden_txt) {
  background-size: 30px;
}
.print_footer .pop_right .pop_btn_print {
  letter-spacing: -0.05em;
}
.print_footer .pop_right .pop_btn_save {
  background-image: url("/images/ico_circle_check.svg");
  width: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background-position: center left 16px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.print_footer .pop_right .pop_btn_save:disabled {
  opacity: 50%;
}
.print_footer .pop_right .pop_btn_save {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  color: #000000;
}
.print_footer .pop_right .pop_btn_save:focus {
  border: 1px solid #000000;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.print_footer .pop_right .pop_btn_save.active {
  border: 1px solid #000000;
}
.print_footer .pop_right .pop_btn_save:disabled {
  border: 1px solid #D2D2D2;
}
.print_footer .pop_right .pop_btn_save {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.print_footer .pop_right .pop_btn_save:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.print_footer .pop_right .pop_btn_save:has(* + img) img, .print_footer .pop_right .pop_btn_save:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_save img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_save:has(*) {
  background-size: 20px;
}
.print_footer .pop_right .pop_btn_save:has(.hidden_txt) {
  background-size: 30px;
}
.print_footer .pop_right .pop_btn_save {
  letter-spacing: -0.05em;
}
/*******************
  메인 레이아웃
*******************/
#wrap {
  display: flex;
  height: 100%;
  overflow: hidden;
  background: #FAFAFA;
}
#wrap #header {
  flex: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  max-width: 240px;
  height: 100vh;
  background: #FFFFFF;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 300ms ease-out;
  visibility: visible;
  opacity: 1;
}
#wrap #header:has(.btn_panel_close.active) {
  max-width: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
}
#wrap #header .header_top {
  padding: 24px 20px 45px;
  width: 240px;
}
#wrap #header .header_top .logo_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
#wrap #header .header_top .logo_wrap .logo {
  width: fit-content;
  height: 22px;
}
#wrap #header .header_top .logo_wrap .btn_panel_close {
  width: 24px;
  height: 24px;
}
#wrap #header .header_top .logo_wrap .btn_panel_close img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
#wrap #header .header_top .user_wrap {
  padding: 8px 8px 8px 12px;
  min-height: 56px;
  background: #FAFAFA;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
#wrap #header .header_top .user_wrap .user_logo {
  width: 100%;
  height: 21px;
  overflow: hidden;
}
#wrap #header .header_top .user_wrap .user_logo img {
  width: auto;
  height: 100%;
  display: block;
  object-fit: contain;
}
#wrap #header .header_top .user_wrap .user_bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13.5px;
}
#wrap #header .header_top .user_wrap .user_bottom .user_name_setting {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#wrap #header .header_top .user_wrap .user_bottom .user_name_setting .user_name {
  max-width: 62.5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.334;
  color: #1A1A1A;
}
#wrap #header .header_top .user_wrap .user_bottom .user_name_setting .user_name .name {
  padding-bottom: 0.15em;
  margin-bottom: -0.15em;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#wrap #header .header_top .user_wrap .user_bottom .user_name_setting .btn_setting {
  background-image: url("/images/ico_setting.svg");
  width: 51px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background-position: center left 8px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
#wrap #header .header_top .user_wrap .user_bottom .user_name_setting .btn_setting:disabled {
  opacity: 50%;
}
#wrap #header .header_top .user_wrap .user_bottom .user_name_setting .btn_setting {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #000000;
}
#wrap #header .header_top .user_wrap .user_bottom .user_name_setting .btn_setting:hover {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
}
#wrap #header .header_top .user_wrap .user_bottom .user_name_setting .btn_setting:focus {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
#wrap #header .header_top .user_wrap .user_bottom .user_name_setting .btn_setting.active {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}
#wrap #header .header_top .user_wrap .user_bottom .user_name_setting .btn_setting {
  padding: 0 8px;
  height: 24px;
  border-radius: 8px;
  gap: 4px;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
}
#wrap #header .header_top .user_wrap .user_bottom .user_name_setting .btn_setting:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
#wrap #header .header_top .user_wrap .user_bottom .user_name_setting .btn_setting:has(* + img) img, #wrap #header .header_top .user_wrap .user_bottom .user_name_setting .btn_setting:has(img + *) img {
  width: 12px;
  height: 100%;
  display: block;
  object-fit: contain;
}
#wrap #header .header_top .user_wrap .user_bottom .user_name_setting .btn_setting img {
  width: 16px;
  height: 100%;
  display: block;
  object-fit: contain;
}
#wrap #header .header_top .user_wrap .user_bottom .user_name_setting .btn_setting:has(*) {
  background-size: 12px;
}
#wrap #header .header_top .user_wrap .user_bottom .user_name_setting .btn_setting:has(.hidden_txt) {
  background-size: 16px;
}
#wrap #header .header_top .user_wrap .user_bottom .user_name_setting .btn_setting {
  letter-spacing: -0.05em;
  color: #6C6C6C;
}
#wrap #header .header_top .user_wrap .user_bottom .btn_logout {
  width: 53px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
#wrap #header .header_top .user_wrap .user_bottom .btn_logout:disabled {
  opacity: 50%;
}
#wrap #header .header_top .user_wrap .user_bottom .btn_logout {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  color: #000000;
}
#wrap #header .header_top .user_wrap .user_bottom .btn_logout:focus {
  border: 1px solid #000000;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
#wrap #header .header_top .user_wrap .user_bottom .btn_logout.active {
  border: 1px solid #000000;
}
#wrap #header .header_top .user_wrap .user_bottom .btn_logout:disabled {
  border: 1px solid #D2D2D2;
}
#wrap #header .header_top .user_wrap .user_bottom .btn_logout {
  padding: 0 8px;
  height: 24px;
  border-radius: 8px;
  gap: 4px;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
}
#wrap #header .header_top .user_wrap .user_bottom .btn_logout:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
#wrap #header .header_top .user_wrap .user_bottom .btn_logout:has(* + img) img, #wrap #header .header_top .user_wrap .user_bottom .btn_logout:has(img + *) img {
  width: 12px;
  height: 100%;
  display: block;
  object-fit: contain;
}
#wrap #header .header_top .user_wrap .user_bottom .btn_logout img {
  width: 16px;
  height: 100%;
  display: block;
  object-fit: contain;
}
#wrap #header .header_top .user_wrap .user_bottom .btn_logout:has(*) {
  background-size: 12px;
}
#wrap #header .header_top .user_wrap .user_bottom .btn_logout:has(.hidden_txt) {
  background-size: 16px;
}
#wrap #header .header_top .menu_wrap {
  margin-bottom: 28px;
}
#wrap #header .header_top .menu_wrap .menu_tit,
#wrap #header .header_top .menu_wrap .alarm_tit,
#wrap #header .header_top .alarm_wrap .menu_tit,
#wrap #header .header_top .alarm_wrap .alarm_tit {
  margin-bottom: 8px;
  padding: 4px 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.334;
  color: #6D6D6D;
}
#wrap #header .header_top .menu_wrap .menu_lst .lst,
#wrap #header .header_top .menu_wrap .alarm_lst .lst,
#wrap #header .header_top .alarm_wrap .menu_lst .lst,
#wrap #header .header_top .alarm_wrap .alarm_lst .lst {
  margin-bottom: 8px;
  padding: 7.5px 16px 7.5px 44px;
  height: 32px;
  border-radius: 8px;
  background-position: center left 16px;
  background-size: 16px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
}
#wrap #header .header_top .menu_wrap .menu_lst .lst:hover,
#wrap #header .header_top .menu_wrap .alarm_lst .lst:hover,
#wrap #header .header_top .alarm_wrap .menu_lst .lst:hover,
#wrap #header .header_top .alarm_wrap .alarm_lst .lst:hover {
  background-color: #FAFAFA;
}
#wrap #header .header_top .menu_wrap .menu_lst .lst.active,
#wrap #header .header_top .menu_wrap .alarm_lst .lst.active,
#wrap #header .header_top .alarm_wrap .menu_lst .lst.active,
#wrap #header .header_top .alarm_wrap .alarm_lst .lst.active {
  background-color: #E2FFF4;
}
#wrap #header .header_top .menu_wrap .menu_lst .lst.active .lst_tit,
#wrap #header .header_top .menu_wrap .alarm_lst .lst.active .lst_tit,
#wrap #header .header_top .alarm_wrap .menu_lst .lst.active .lst_tit,
#wrap #header .header_top .alarm_wrap .alarm_lst .lst.active .lst_tit {
  color: #000000;
}
#wrap #header .header_top .menu_wrap .menu_lst .lst:last-child,
#wrap #header .header_top .menu_wrap .alarm_lst .lst:last-child,
#wrap #header .header_top .alarm_wrap .menu_lst .lst:last-child,
#wrap #header .header_top .alarm_wrap .alarm_lst .lst:last-child {
  margin-bottom: 0;
}
#wrap #header .header_top .menu_wrap .menu_lst .lst.booking,
#wrap #header .header_top .menu_wrap .alarm_lst .lst.booking,
#wrap #header .header_top .alarm_wrap .menu_lst .lst.booking,
#wrap #header .header_top .alarm_wrap .alarm_lst .lst.booking {
  background-image: none;
}
#wrap #header .header_top .menu_wrap .menu_lst .lst.branch,
#wrap #header .header_top .menu_wrap .alarm_lst .lst.branch,
#wrap #header .header_top .alarm_wrap .menu_lst .lst.branch,
#wrap #header .header_top .alarm_wrap .alarm_lst .lst.branch {
  background-image: none;
}
#wrap #header .header_top .menu_wrap .menu_lst .lst.client,
#wrap #header .header_top .menu_wrap .alarm_lst .lst.client,
#wrap #header .header_top .alarm_wrap .menu_lst .lst.client,
#wrap #header .header_top .alarm_wrap .alarm_lst .lst.client {
  background-image: none;
}
#wrap #header .header_top .menu_wrap .menu_lst .lst.notice,
#wrap #header .header_top .menu_wrap .alarm_lst .lst.notice,
#wrap #header .header_top .alarm_wrap .menu_lst .lst.notice,
#wrap #header .header_top .alarm_wrap .alarm_lst .lst.notice {
  background-image: none;
}
#wrap #header .header_top .menu_wrap .menu_lst .lst.staff,
#wrap #header .header_top .menu_wrap .alarm_lst .lst.staff,
#wrap #header .header_top .alarm_wrap .menu_lst .lst.staff,
#wrap #header .header_top .alarm_wrap .alarm_lst .lst.staff {
  background-image: none;
}
#wrap #header .header_top .menu_wrap .menu_lst .lst.calendar,
#wrap #header .header_top .menu_wrap .alarm_lst .lst.calendar,
#wrap #header .header_top .alarm_wrap .menu_lst .lst.calendar,
#wrap #header .header_top .alarm_wrap .alarm_lst .lst.calendar {
  background-image: none;
}
#wrap #header .header_top .menu_wrap .menu_lst .lst.admin,
#wrap #header .header_top .menu_wrap .alarm_lst .lst.admin,
#wrap #header .header_top .alarm_wrap .menu_lst .lst.admin,
#wrap #header .header_top .alarm_wrap .alarm_lst .lst.admin {
  background-image: none;
}
#wrap #header .header_top .menu_wrap .menu_lst .lst.arrived,
#wrap #header .header_top .menu_wrap .alarm_lst .lst.arrived,
#wrap #header .header_top .alarm_wrap .menu_lst .lst.arrived,
#wrap #header .header_top .alarm_wrap .alarm_lst .lst.arrived {
  background-image: none;
}
#wrap #header .header_top .menu_wrap .menu_lst .lst.bill,
#wrap #header .header_top .menu_wrap .alarm_lst .lst.bill,
#wrap #header .header_top .alarm_wrap .menu_lst .lst.bill,
#wrap #header .header_top .alarm_wrap .alarm_lst .lst.bill {
  background-image: none;
}
#wrap #header .header_top .menu_wrap .menu_lst .lst.transaction,
#wrap #header .header_top .menu_wrap .alarm_lst .lst.transaction,
#wrap #header .header_top .alarm_wrap .menu_lst .lst.transaction,
#wrap #header .header_top .alarm_wrap .alarm_lst .lst.transaction {
  background-image: none;
}
#wrap #header .header_top .menu_wrap .menu_lst .lst.emoji-menu,
#wrap #header .header_top .menu_wrap .alarm_lst .lst.emoji-menu,
#wrap #header .header_top .alarm_wrap .menu_lst .lst.emoji-menu,
#wrap #header .header_top .alarm_wrap .alarm_lst .lst.emoji-menu {
  padding-left: 16px;
}
#wrap #header .header_top .menu_wrap .menu_lst .lst a,
#wrap #header .header_top .menu_wrap .menu_lst .lst .lst_inner,
#wrap #header .header_top .menu_wrap .alarm_lst .lst a,
#wrap #header .header_top .menu_wrap .alarm_lst .lst .lst_inner,
#wrap #header .header_top .alarm_wrap .menu_lst .lst a,
#wrap #header .header_top .alarm_wrap .menu_lst .lst .lst_inner,
#wrap #header .header_top .alarm_wrap .alarm_lst .lst a,
#wrap #header .header_top .alarm_wrap .alarm_lst .lst .lst_inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  cursor: pointer;
}
#wrap #header .header_top .menu_wrap .menu_lst .lst img,
#wrap #header .header_top .menu_wrap .alarm_lst .lst img,
#wrap #header .header_top .alarm_wrap .menu_lst .lst img,
#wrap #header .header_top .alarm_wrap .alarm_lst .lst img {
  margin-right: 4px;
  width: 16px;
  height: 16px;
  object-fit: contain;
}
#wrap #header .header_top .menu_wrap .menu_lst .lst .lst_tit,
#wrap #header .header_top .menu_wrap .alarm_lst .lst .lst_tit,
#wrap #header .header_top .alarm_wrap .menu_lst .lst .lst_tit,
#wrap #header .header_top .alarm_wrap .alarm_lst .lst .lst_tit {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.3;
  color: #242424;
}
#wrap #header .header_top .menu_wrap .menu_lst .lst .count,
#wrap #header .header_top .menu_wrap .alarm_lst .lst .count,
#wrap #header .header_top .alarm_wrap .menu_lst .lst .count,
#wrap #header .header_top .alarm_wrap .alarm_lst .lst .count {
  padding: 0 6px;
  width: fit-content;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  color: #FFFFFF;
}
#wrap #header .header_top .menu_wrap .menu_lst .lst .count.green,
#wrap #header .header_top .menu_wrap .alarm_lst .lst .count.green,
#wrap #header .header_top .alarm_wrap .menu_lst .lst .count.green,
#wrap #header .header_top .alarm_wrap .alarm_lst .lst .count.green {
  background-color: #00CF7F;
}
#wrap #header .header_top .menu_wrap .menu_lst .lst .count.red,
#wrap #header .header_top .menu_wrap .alarm_lst .lst .count.red,
#wrap #header .header_top .alarm_wrap .menu_lst .lst .count.red,
#wrap #header .header_top .alarm_wrap .alarm_lst .lst .count.red {
  background-color: #F75655;
}
#wrap #header .header_bottom {
  width: 240px;
}
#wrap #header .header_bottom .chart_wrap {
  padding: 8px 8px 8px 0;
}
#wrap #header .header_bottom .chart_wrap .chart_header {
  padding: 0 8px 0 24px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
#wrap #header .header_bottom .chart_wrap .chart_header .chart_tit {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.334;
  color: #242424;
}
#wrap #header .header_bottom .chart_wrap .chart_header .chart_unit {
  font-weight: 600;
  font-size: 11px;
  line-height: 1.334;
  color: #6C6C6C;
}
#wrap #header .header_bottom .chart_wrap .chart_content {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#wrap #header .header_bottom .chart_wrap .chart_content img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
#wrap #header .header_bottom .chart_wrap .chart_legend {
  padding: 15px 9px 9px 25px;
  width: 100%;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}
#wrap #header .header_bottom .chart_wrap .chart_legend .legend {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
#wrap #header .header_bottom .chart_wrap .chart_legend .legend .legend_color {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
#wrap #header .header_bottom .chart_wrap .chart_legend .legend .legend_color.july {
  background-color: #454E63;
}
#wrap #header .header_bottom .chart_wrap .chart_legend .legend .legend_color.august {
  background-color: #13E090;
}
#wrap #header .header_bottom .chart_wrap .chart_legend .legend .legend_tit {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #4D4D4D;
}
#wrap #header .header_bottom .btn_wrap {
  padding: 24px 16px;
}
#wrap #header .header_bottom .btn_wrap .btn_quick_reg {
  padding: 0 63px !important;
  background-image: url("/images/ico_circle_plus_mint.svg");
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background-position: center left 61px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
#wrap #header .header_bottom .btn_wrap .btn_quick_reg:disabled {
  opacity: 50%;
}
#wrap #header .header_bottom .btn_wrap .btn_quick_reg {
  background-color: #B3FFE1;
  border: 2px solid #B3FFE1;
  color: #0D4630;
}
#wrap #header .header_bottom .btn_wrap .btn_quick_reg:focus {
  background-color: #B3FFE1;
  border: 2px solid #0D4630;
}
#wrap #header .header_bottom .btn_wrap .btn_quick_reg.active {
  background-color: #8EFFD2;
  border: 2px solid #8EFFD2;
}
#wrap #header .header_bottom .btn_wrap .btn_quick_reg {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
#wrap #header .header_bottom .btn_wrap .btn_quick_reg:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
#wrap #header .header_bottom .btn_wrap .btn_quick_reg:has(* + img) img, #wrap #header .header_bottom .btn_wrap .btn_quick_reg:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
#wrap #header .header_bottom .btn_wrap .btn_quick_reg img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
#wrap #header .header_bottom .btn_wrap .btn_quick_reg:has(*) {
  background-size: 20px;
}
#wrap #header .header_bottom .btn_wrap .btn_quick_reg:has(.hidden_txt) {
  background-size: 30px;
}
#wrap #main {
  flex: 1;
  padding: 16px;
  overflow: auto;
}
#wrap #main:has(#container .section.detail) #container {
  height: unset;
}
#wrap #main #container {
  width: 100%;
  height: calc(100vh - 32px);
  min-width: 1240px;
}
#wrap #main #container .notification {
  margin-bottom: 16px;
  padding: 4px 16px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  background: #E2FFF4;
  border: 1px solid #B2EED7;
  border-radius: 12px;
}
#wrap #main #container .notification img {
  width: 16px;
  height: 32px;
}
#wrap #main #container .notification .notification_txt {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.334;
}
#wrap #main #container .section {
  border: 1px solid #E8E8E8;
  border-radius: 16px;
  background: rgb(255, 255, 255);
  height: calc(100% - 56px);
  min-height: 831px;
}
#wrap #main #container .section .section_header {
  padding: 12px 24px;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#wrap #main #container .section .section_header .section_tit {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
#wrap #main #container .section .section_header .btn_group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
#wrap #main #container .section .section_header .btn_group .btn_new_reg {
  background-image: url("/images/ico_circle_plus_mint.svg");
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background-position: center left 10px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
#wrap #main #container .section .section_header .btn_group .btn_new_reg:disabled {
  opacity: 50%;
}
#wrap #main #container .section .section_header .btn_group .btn_new_reg {
  background-color: #B3FFE1;
  border: 2px solid #B3FFE1;
  color: #0D4630;
}
#wrap #main #container .section .section_header .btn_group .btn_new_reg:focus {
  background-color: #B3FFE1;
  border: 2px solid #0D4630;
}
#wrap #main #container .section .section_header .btn_group .btn_new_reg.active {
  background-color: #8EFFD2;
  border: 2px solid #8EFFD2;
}
#wrap #main #container .section .section_header .btn_group .btn_new_reg {
  padding: 0 10px;
  height: 32px;
  border-radius: 10px;
  gap: 4px;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.334;
}
#wrap #main #container .section .section_header .btn_group .btn_new_reg:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
#wrap #main #container .section .section_header .btn_group .btn_new_reg:has(* + img) img, #wrap #main #container .section .section_header .btn_group .btn_new_reg:has(img + *) img {
  width: 16px;
  height: 100%;
  display: block;
  object-fit: contain;
}
#wrap #main #container .section .section_header .btn_group .btn_new_reg img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
#wrap #main #container .section .section_header .btn_group .btn_new_reg:has(*) {
  background-size: 16px;
}
#wrap #main #container .section .section_header .btn_group .btn_new_reg:has(.hidden_txt) {
  background-size: 20px;
}
#wrap #main #container .section .section_header .btn_group .btn_new_reg {
  letter-spacing: -0.05em;
  line-height: 1 !important;
  padding: 0 10px 0 30px !important;
}
#wrap #main #container .section .section_filter {
  padding: 0 24px;
  min-height: 32px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#wrap #main #container .section .section_filter .filter_lst {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .select_date_type {
  position: relative;
  text-align: start;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .select_date_type .btn_select {
  padding: 4.5px 24px 4.5px 8px !important;
  min-width: 60px;
  background-color: #FFFFFF;
  background-image: url("/images/arr_down.svg");
  outline: 2px solid transparent;
  color: #242424;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background-position: center right 8px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .select_date_type .btn_select:disabled {
  opacity: 50%;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .select_date_type .btn_select {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  color: #000000;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .select_date_type .btn_select:focus {
  border: 1px solid #000000;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .select_date_type .btn_select.active {
  border: 1px solid #000000;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .select_date_type .btn_select:disabled {
  border: 1px solid #D2D2D2;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .select_date_type .btn_select {
  padding: 0 8px;
  height: 24px;
  border-radius: 8px;
  gap: 4px;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .select_date_type .btn_select:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .select_date_type .btn_select:has(* + img) img, #wrap #main #container .section .section_filter .filter_lst .filter_item .select_date_type .btn_select:has(img + *) img {
  width: 12px;
  height: 100%;
  display: block;
  object-fit: contain;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .select_date_type .btn_select img {
  width: 16px;
  height: 100%;
  display: block;
  object-fit: contain;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .select_date_type .btn_select:has(*) {
  background-size: 12px;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .select_date_type .btn_select:has(.hidden_txt) {
  background-size: 16px;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .select_date_type .btn_select {
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .select_date_type .btn_select.active + .select_lst {
  visibility: visible;
  opacity: 1;
  max-height: 180px;
  overflow-y: auto;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .select_date_type .select_lst {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  position: absolute;
  z-index: 3;
  top: 32px;
  left: 0;
  padding: 0 8px;
  width: 128px;
  border-radius: 8px;
  background-color: #FFFFFF;
  transition: 300ms ease-out;
  transition-property: visibility, max-height, padding-top, padding-bottom, border-top-width, border-bottom-width, border-left-width, border-right-width, box-shadow;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .select_date_type .select_lst .lst:not(:last-child) {
  margin-bottom: 4px;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .select_date_type .select_lst .lst .btn_lst {
  padding: 7px 12px;
  width: 100%;
  height: 32px;
  border-radius: 8px;
  text-align: start;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  padding-bottom: 0.15em;
  margin-bottom: -0.15em;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .select_date_type .select_lst .lst .btn_lst:hover {
  background-color: #F2F2F2;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .select_date_type .btn_select {
  border: 1px solid #E8E8E8;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .select_date_type .btn_select:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .select_date_type .btn_select:focus {
  border: 1px solid #000000;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .select_date_type .btn_select.active {
  border: 1px solid #000000;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .select_date_type .btn_select:disabled {
  border: 1px solid #D2D2D2;
  opacity: 50%;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .btn_start,
#wrap #main #container .section .section_filter .filter_lst .filter_item .btn_end {
  background-image: url("/images/ico_calendar.svg");
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background-position: center right 6px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .btn_start:disabled,
#wrap #main #container .section .section_filter .filter_lst .filter_item .btn_end:disabled {
  opacity: 50%;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .btn_start,
#wrap #main #container .section .section_filter .filter_lst .filter_item .btn_end {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  color: #000000;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .btn_start:focus,
#wrap #main #container .section .section_filter .filter_lst .filter_item .btn_end:focus {
  border: 1px solid #000000;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .btn_start.active,
#wrap #main #container .section .section_filter .filter_lst .filter_item .btn_end.active {
  border: 1px solid #000000;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .btn_start:disabled,
#wrap #main #container .section .section_filter .filter_lst .filter_item .btn_end:disabled {
  border: 1px solid #D2D2D2;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .btn_start,
#wrap #main #container .section .section_filter .filter_lst .filter_item .btn_end {
  padding: 0 8px;
  height: 24px;
  border-radius: 8px;
  gap: 4px;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .btn_start:hover,
#wrap #main #container .section .section_filter .filter_lst .filter_item .btn_end:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .btn_start:has(* + img) img, #wrap #main #container .section .section_filter .filter_lst .filter_item .btn_start:has(img + *) img,
#wrap #main #container .section .section_filter .filter_lst .filter_item .btn_end:has(* + img) img,
#wrap #main #container .section .section_filter .filter_lst .filter_item .btn_end:has(img + *) img {
  width: 12px;
  height: 100%;
  display: block;
  object-fit: contain;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .btn_start img,
#wrap #main #container .section .section_filter .filter_lst .filter_item .btn_end img {
  width: 16px;
  height: 100%;
  display: block;
  object-fit: contain;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .btn_start:has(*),
#wrap #main #container .section .section_filter .filter_lst .filter_item .btn_end:has(*) {
  background-size: 12px;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .btn_start:has(.hidden_txt),
#wrap #main #container .section .section_filter .filter_lst .filter_item .btn_end:has(.hidden_txt) {
  background-size: 16px;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .btn_reset {
  background-image: url("/images/ico_reset.svg");
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background-position: center left 6px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .btn_reset:disabled {
  opacity: 50%;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .btn_reset {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  color: #000000;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .btn_reset:focus {
  border: 1px solid #000000;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .btn_reset.active {
  border: 1px solid #000000;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .btn_reset:disabled {
  border: 1px solid #D2D2D2;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .btn_reset {
  padding: 0 8px;
  height: 24px;
  border-radius: 8px;
  gap: 4px;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .btn_reset:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .btn_reset:has(* + img) img, #wrap #main #container .section .section_filter .filter_lst .filter_item .btn_reset:has(img + *) img {
  width: 12px;
  height: 100%;
  display: block;
  object-fit: contain;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .btn_reset img {
  width: 16px;
  height: 100%;
  display: block;
  object-fit: contain;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .btn_reset:has(*) {
  background-size: 12px;
}
#wrap #main #container .section .section_filter .filter_lst .filter_item .btn_reset:has(.hidden_txt) {
  background-size: 16px;
}
#wrap #main #container .section .section_filter .btn_group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
#wrap #main #container .section .section_search {
  padding: 16px 24px;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
#wrap #main #container .section .section_search .select_search {
  position: relative;
  text-align: start;
}
#wrap #main #container .section .section_search .select_search .btn_select {
  padding: 4.5px 24px 4.5px 8px !important;
  min-width: 100px;
  background-color: #FFFFFF;
  background-image: url("/images/arr_down.svg");
  outline: 2px solid transparent;
  color: #242424;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background-position: center right 8px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
#wrap #main #container .section .section_search .select_search .btn_select:disabled {
  opacity: 50%;
}
#wrap #main #container .section .section_search .select_search .btn_select {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  color: #000000;
}
#wrap #main #container .section .section_search .select_search .btn_select:focus {
  border: 1px solid #000000;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
#wrap #main #container .section .section_search .select_search .btn_select.active {
  border: 1px solid #000000;
}
#wrap #main #container .section .section_search .select_search .btn_select:disabled {
  border: 1px solid #D2D2D2;
}
#wrap #main #container .section .section_search .select_search .btn_select {
  padding: 0 8px;
  height: 24px;
  border-radius: 8px;
  gap: 4px;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
}
#wrap #main #container .section .section_search .select_search .btn_select:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
#wrap #main #container .section .section_search .select_search .btn_select:has(* + img) img, #wrap #main #container .section .section_search .select_search .btn_select:has(img + *) img {
  width: 12px;
  height: 100%;
  display: block;
  object-fit: contain;
}
#wrap #main #container .section .section_search .select_search .btn_select img {
  width: 16px;
  height: 100%;
  display: block;
  object-fit: contain;
}
#wrap #main #container .section .section_search .select_search .btn_select:has(*) {
  background-size: 12px;
}
#wrap #main #container .section .section_search .select_search .btn_select:has(.hidden_txt) {
  background-size: 16px;
}
#wrap #main #container .section .section_search .select_search .btn_select {
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
}
#wrap #main #container .section .section_search .select_search .btn_select.active + .select_lst {
  visibility: visible;
  opacity: 1;
  max-height: 180px;
  overflow-y: auto;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}
#wrap #main #container .section .section_search .select_search .select_lst {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  position: absolute;
  z-index: 3;
  top: 32px;
  left: 0;
  padding: 0 8px;
  width: 128px;
  border-radius: 8px;
  background-color: #FFFFFF;
  transition: 300ms ease-out;
  transition-property: visibility, max-height, padding-top, padding-bottom, border-top-width, border-bottom-width, border-left-width, border-right-width, box-shadow;
}
#wrap #main #container .section .section_search .select_search .select_lst .lst:not(:last-child) {
  margin-bottom: 4px;
}
#wrap #main #container .section .section_search .select_search .select_lst .lst .btn_lst {
  padding: 7px 12px;
  width: 100%;
  height: 32px;
  border-radius: 8px;
  text-align: start;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  padding-bottom: 0.15em;
  margin-bottom: -0.15em;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#wrap #main #container .section .section_search .select_search .select_lst .lst .btn_lst:hover {
  background-color: #F2F2F2;
}
#wrap #main #container .section .section_search .select_search .btn_select {
  border: 1px solid #E8E8E8;
}
#wrap #main #container .section .section_search .select_search .btn_select:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
#wrap #main #container .section .section_search .select_search .btn_select:focus {
  border: 1px solid #000000;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
#wrap #main #container .section .section_search .select_search .btn_select.active {
  border: 1px solid #000000;
}
#wrap #main #container .section .section_search .select_search .btn_select:disabled {
  border: 1px solid #D2D2D2;
  opacity: 50%;
}
#wrap #main #container .section .section_search .input_txt {
  width: 232px;
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  color: #000000;
  transition: 300ms ease-out;
}
#wrap #main #container .section .section_search .input_txt::placeholder {
  color: #A3A3A3;
}
#wrap #main #container .section .section_search .input_txt:not(:disabled):not([readonly]):not(.error):hover, #wrap #main #container .section .section_search .input_txt:not(:disabled):not([readonly]):not(.error):focus, #wrap #main #container .section .section_search .input_txt:not(:disabled):not([readonly]):not(.error):active {
  border: 1px solid #000000;
}
#wrap #main #container .section .section_search .input_txt:disabled, #wrap #main #container .section .section_search .input_txt[readOnly] {
  background-color: #E8E8E8;
  color: #A3A3A3;
  opacity: 50%;
  cursor: default;
}
#wrap #main #container .section .section_search .input_txt.error {
  border: 1px solid #E0C2C2;
  background-color: #FFE3E3;
  color: #DC5D5D;
}
#wrap #main #container .section .section_search .input_txt.error::placeholder {
  color: #DC5D5D;
}
#wrap #main #container .section .section_search .input_txt {
  padding: 4.5px 10px;
  height: 24px;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.3;
}
#wrap #main #container .section .section_search .btn_inquiry {
  width: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
#wrap #main #container .section .section_search .btn_inquiry:disabled {
  opacity: 50%;
}
#wrap #main #container .section .section_search .btn_inquiry {
  background-color: #B3FFE1;
  border: 2px solid #B3FFE1;
  color: #0D4630;
}
#wrap #main #container .section .section_search .btn_inquiry:focus {
  background-color: #B3FFE1;
  border: 2px solid #0D4630;
}
#wrap #main #container .section .section_search .btn_inquiry.active {
  background-color: #8EFFD2;
  border: 2px solid #8EFFD2;
}
#wrap #main #container .section .section_search .btn_inquiry {
  padding: 0 8px;
  height: 24px;
  border-radius: 8px;
  gap: 4px;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
}
#wrap #main #container .section .section_search .btn_inquiry:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
#wrap #main #container .section .section_search .btn_inquiry:has(* + img) img, #wrap #main #container .section .section_search .btn_inquiry:has(img + *) img {
  width: 12px;
  height: 100%;
  display: block;
  object-fit: contain;
}
#wrap #main #container .section .section_search .btn_inquiry img {
  width: 16px;
  height: 100%;
  display: block;
  object-fit: contain;
}
#wrap #main #container .section .section_search .btn_inquiry:has(*) {
  background-size: 12px;
}
#wrap #main #container .section .section_search .btn_inquiry:has(.hidden_txt) {
  background-size: 16px;
}
#wrap #main #container .section .section_search .btn_inquiry {
  background-color: #000000 !important;
  border: 2px solid #000000 !important;
  color: #FFFFFF !important;
  letter-spacing: -0.05em;
}
#wrap #main #container .section .section_count {
  padding: 0 24px;
  min-height: 48px;
  border-top: 1px solid #E8E8E8;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#wrap #main #container .section .section_count .count_group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}
#wrap #main #container .section .section_count .count_group .count .tit {
  margin-right: 4px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.3;
}
#wrap #main #container .section .section_count .count_group .count .val {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.3;
  color: #F52E2E;
}
#wrap #main #container .section .section_content {
  border-top: 1px solid #E8E8E8;
}
#wrap #main #container .section .section_footer {
  border-top: 1px solid #E8E8E8;
  padding: 7px 24px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#wrap #main #container .section .section_footer .select_view {
  position: relative;
  text-align: start;
}
#wrap #main #container .section .section_footer .select_view .btn_select {
  padding: 4.5px 24px 4.5px 8px !important;
  min-width: 82px;
  background-color: #FFFFFF;
  background-image: url("/images/arr_down.svg");
  outline: 2px solid transparent;
  color: #242424;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background-position: center right 8px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
#wrap #main #container .section .section_footer .select_view .btn_select:disabled {
  opacity: 50%;
}
#wrap #main #container .section .section_footer .select_view .btn_select {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #000000;
}
#wrap #main #container .section .section_footer .select_view .btn_select:hover {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
}
#wrap #main #container .section .section_footer .select_view .btn_select:focus {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
#wrap #main #container .section .section_footer .select_view .btn_select.active {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}
#wrap #main #container .section .section_footer .select_view .btn_select {
  padding: 0 8px;
  height: 24px;
  border-radius: 8px;
  gap: 4px;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
}
#wrap #main #container .section .section_footer .select_view .btn_select:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
#wrap #main #container .section .section_footer .select_view .btn_select:has(* + img) img, #wrap #main #container .section .section_footer .select_view .btn_select:has(img + *) img {
  width: 12px;
  height: 100%;
  display: block;
  object-fit: contain;
}
#wrap #main #container .section .section_footer .select_view .btn_select img {
  width: 16px;
  height: 100%;
  display: block;
  object-fit: contain;
}
#wrap #main #container .section .section_footer .select_view .btn_select:has(*) {
  background-size: 12px;
}
#wrap #main #container .section .section_footer .select_view .btn_select:has(.hidden_txt) {
  background-size: 16px;
}
#wrap #main #container .section .section_footer .select_view .btn_select {
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
}
#wrap #main #container .section .section_footer .select_view .btn_select.active + .select_lst {
  visibility: visible;
  opacity: 1;
  max-height: 180px;
  overflow-y: auto;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}
#wrap #main #container .section .section_footer .select_view .select_lst {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  position: absolute;
  z-index: 3;
  top: 32px;
  left: 0;
  padding: 0 8px;
  width: 128px;
  border-radius: 8px;
  background-color: #FFFFFF;
  transition: 300ms ease-out;
  transition-property: visibility, max-height, padding-top, padding-bottom, border-top-width, border-bottom-width, border-left-width, border-right-width, box-shadow;
}
#wrap #main #container .section .section_footer .select_view .select_lst .lst:not(:last-child) {
  margin-bottom: 4px;
}
#wrap #main #container .section .section_footer .select_view .select_lst .lst .btn_lst {
  padding: 7px 12px;
  width: 100%;
  height: 32px;
  border-radius: 8px;
  text-align: start;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  padding-bottom: 0.15em;
  margin-bottom: -0.15em;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#wrap #main #container .section .section_footer .select_view .select_lst .lst .btn_lst:hover {
  background-color: #F2F2F2;
}
#wrap #main #container .section .section_footer .select_view .btn_select.active + .select_lst {
  box-shadow: 0 -4px 20px 0 rgba(0, 0, 0, 0.2);
  top: unset;
  bottom: 41px;
}
#wrap #main #container .section .section_footer .select_view .select_lst {
  top: -100px;
}
#wrap #main #container .section .section_footer .select_view .btn_select {
  border: 1px solid #FFFFFF;
}
#wrap #main #container .section .section_footer .select_view .btn_select:hover {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
}
#wrap #main #container .section .section_footer .select_view .btn_select:focus {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
#wrap #main #container .section .section_footer .select_view .btn_select.active {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}
#wrap #main #container .section .section_footer .select_view .btn_select:disabled {
  opacity: 50%;
}
.div_col_table {
  border-top: 1px solid #E8E8E8;
}
.div_col_table.right .col {
  justify-content: flex-end;
  text-align: end;
}
.div_col_table.w100 .col {
  padding: 8px !important;
}
.div_col_table.w100 .col.col_tit {
  width: 100px !important;
}
.div_col_table .row {
  width: 100%;
  display: inline-flex;
}
.div_col_table .row .col_wrap {
  flex: 1;
  display: inline-flex;
  align-items: center;
  border-right: 1px solid #E8E8E8;
}
.div_col_table .row .col_wrap:last-child {
  border-right: 0;
}
.div_col_table .row .col_wrap:has(.col_tit.slash) .cnt {
  position: relative;
  display: inherit;
}
.div_col_table .row .col_wrap:has(.col_tit.slash) .cnt:not(:first-child) {
  padding-left: 8px;
}
.div_col_table .row .col_wrap:has(.col_tit.slash) .cnt:not(:last-child) {
  padding-right: 13px;
}
.div_col_table .row .col_wrap:has(.col_tit.slash) .cnt:not(:last-child):after {
  position: absolute;
  right: 0;
  content: "/";
  display: inline-block;
}
.div_col_table .row .col_wrap:has(.col_tit.airport) .col_cnt {
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.div_col_table .row .col_wrap:has(.col_tit.airport) .col_cnt .cnt:first-child {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.3;
}
.div_col_table .row .col_wrap:has(.col_tit.airport) .col_cnt .cnt:last-child {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}
.div_col_table .row .col_wrap .col {
  padding: 14px 24px;
  min-height: 40px;
  height: 100%;
  border-bottom: 1px solid #E8E8E8;
  line-height: normal;
}
.div_col_table .row .col_wrap .col.col_tit {
  width: 128px;
  height: 100%;
  font-weight: 600;
  font-size: 12px;
  color: #404040;
  line-height: 1.1;
  background-color: #FAFAFA;
  border-right: 1px solid #E8E8E8;
  display: flex;
  align-items: center;
}
.div_col_table .row .col_wrap .col.col_cnt {
  flex: 1;
  height: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
}
.div_col_table .row .col_wrap .col.col_cnt .cnt {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
}
.div_row_table .thead {
  display: inline-flex;
  width: 100%;
  border-top: 1px solid #E8E8E8;
  background: #FAFAFA;
}
.div_row_table .thead .col {
  font-size: 10px;
  font-weight: 600;
  color: #404040;
}
.div_row_table .tbody {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}
.div_row_table .tbody .col {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
}
.div_row_table .row {
  display: inline-flex;
  width: 100%;
  border-bottom: 1px solid #E8E8E8;
}
.div_row_table .row .col {
  flex: 1 1 auto;
  padding: 12px 8px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  word-break: break-word;
}
.div_row_table .row .col:not(:last-child) {
  border-right: 1px solid #E8E8E8;
}
.div_row_table .row .col.slash .cnt {
  position: relative;
  display: inherit;
}
.div_row_table .row .col.slash .cnt:not(:first-child) {
  padding-left: 8px;
}
.div_row_table .row .col.slash .cnt:not(:last-child) {
  padding-right: 13px;
}
.div_row_table .row .col.slash .cnt:not(:last-child):after {
  position: absolute;
  right: 0;
  content: "/";
  display: inline-block;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.pagination .btn {
  padding: 0 12px;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: #242424;
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  outline: 2px solid transparent;
  transition: 200ms ease-out;
}
.pagination .btn.btn_first {
  background-image: url("/images/ico_first_black.svg");
}
.pagination .btn.btn_first.active {
  background-image: url("/images/ico_first_white.svg");
}
.pagination .btn.btn_prev {
  background-image: url("/images/ico_prev_black.svg");
}
.pagination .btn.btn_prev.active {
  background-image: url("/images/ico_prev_white.svg");
}
.pagination .btn.btn_next {
  background-image: url("/images/ico_next_black.svg");
}
.pagination .btn.btn_next.active {
  background-image: url("/images/ico_next_white.svg");
}
.pagination .btn.btn_last {
  background-image: url("/images/ico_last_black.svg");
}
.pagination .btn.btn_last.active {
  background-image: url("/images/ico_last_white.svg");
}
.pagination .btn:hover {
  background-color: #F2F2F2;
}
.pagination .btn:focus {
  outline: 2px solid #0A7CF9;
}
.pagination .btn.active {
  outline: 2px solid transparent;
  background-color: #0A7CF9;
  color: #FFFFFF;
}
.pagination .btn:disabled {
  opacity: 30%;
}
.token {
  padding: 0 6px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  border-radius: 6px;
}
.token.green {
  background-color: #D4FFD1;
}
.token.yellow {
  background-color: #FFF0BA;
}
.token.pink {
  background-color: #FFE3E3;
}
.btn_excel {
  background-image: url("/images/ico_excel.svg");
  width: 89px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background-position: center left 8px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.btn_excel:disabled {
  opacity: 50%;
}
.btn_excel {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #000000;
}
.btn_excel:hover {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
}
.btn_excel:focus {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.btn_excel.active {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}
.btn_excel {
  padding: 0 8px;
  height: 24px;
  border-radius: 8px;
  gap: 4px;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
}
.btn_excel:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.btn_excel:has(* + img) img, .btn_excel:has(img + *) img {
  width: 12px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.btn_excel img {
  width: 16px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.btn_excel:has(*) {
  background-size: 12px;
}
.btn_excel:has(.hidden_txt) {
  background-size: 16px;
}
.btn_excel {
  letter-spacing: -0.05em;
}
.floating_label {
  padding-top: 8px;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  cursor: pointer;
  transition: 300ms ease-out;
}
.floating_label:has(input:focus) {
  background-color: #F4FFFB;
}
.floating_label:has(input:disabled) {
  cursor: default;
}
.floating_label:has(input:disabled) .label_tit,
.floating_label:has(input:disabled) .label_input {
  color: #404040 !important;
}
.floating_label.important {
  background-color: #F1FBFF !important;
  cursor: default;
}
.floating_label.important:has(input:focus) {
  background-color: #F1FBFF !important;
}
.floating_label.important .label_tit,
.floating_label.important .label_input {
  color: #0A7CF9 !important;
  cursor: default;
}
.floating_label.error {
  background-color: #FFFFFF !important;
}
.floating_label.error:has(input:focus) {
  background-color: #FFFFFF !important;
}
.floating_label.error .label_tit,
.floating_label.error .label_input {
  color: #F52E2E !important;
}
.floating_label.error .error_txt {
  display: inline-block;
}
.floating_label.helper {
  background-color: #FFFFFF !important;
}
.floating_label.helper:has(input:focus) {
  background-color: #FFFFFF !important;
}
.floating_label.helper .helper_txt {
  display: inline-block;
}
.floating_label .label_tit {
  padding-left: 24px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
  color: #404040;
}
.floating_label .label_input {
  padding: 6px 12px 9px 24px;
  width: 100%;
  height: 32px;
  background-color: transparent;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  color: #000000;
  transition: 300ms ease-out;
}
.floating_label .label_input::placeholder {
  color: #A3A3A3 !important;
}
.floating_label .label_input.select {
  position: relative;
  text-align: start;
}
.floating_label .label_input.select .btn_select {
  padding: 4.5px 24px 4.5px 8px !important;
  min-width: 60px;
  background-color: #FFFFFF;
  background-image: url("/images/arr_down.svg");
  outline: 2px solid transparent;
  color: #242424;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background-position: center right 8px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.floating_label .label_input.select .btn_select:disabled {
  opacity: 50%;
}
.floating_label .label_input.select .btn_select {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #000000;
}
.floating_label .label_input.select .btn_select:hover {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
}
.floating_label .label_input.select .btn_select:focus {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.floating_label .label_input.select .btn_select.active {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}
.floating_label .label_input.select .btn_select {
  padding: 0 8px;
  height: 24px;
  border-radius: 8px;
  gap: 4px;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
}
.floating_label .label_input.select .btn_select:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.floating_label .label_input.select .btn_select:has(* + img) img, .floating_label .label_input.select .btn_select:has(img + *) img {
  width: 12px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.floating_label .label_input.select .btn_select img {
  width: 16px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.floating_label .label_input.select .btn_select:has(*) {
  background-size: 12px;
}
.floating_label .label_input.select .btn_select:has(.hidden_txt) {
  background-size: 16px;
}
.floating_label .label_input.select .btn_select {
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
}
.floating_label .label_input.select .btn_select.active + .select_lst {
  visibility: visible;
  opacity: 1;
  max-height: 180px;
  overflow-y: auto;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}
.floating_label .label_input.select .select_lst {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  position: absolute;
  z-index: 3;
  top: 32px;
  left: 0;
  padding: 0 8px;
  width: 128px;
  border-radius: 8px;
  background-color: #FFFFFF;
  transition: 300ms ease-out;
  transition-property: visibility, max-height, padding-top, padding-bottom, border-top-width, border-bottom-width, border-left-width, border-right-width, box-shadow;
}
.floating_label .label_input.select .select_lst .lst:not(:last-child) {
  margin-bottom: 4px;
}
.floating_label .label_input.select .select_lst .lst .btn_lst {
  padding: 7px 12px;
  width: 100%;
  height: 32px;
  border-radius: 8px;
  text-align: start;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  padding-bottom: 0.15em;
  margin-bottom: -0.15em;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.floating_label .label_input.select .select_lst .lst .btn_lst:hover {
  background-color: #F2F2F2;
}
.floating_label .label_input.select .btn_select {
  border: 1px solid #FFFFFF;
}
.floating_label .label_input.select .btn_select:hover {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
}
.floating_label .label_input.select .btn_select:focus {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.floating_label .label_input.select .btn_select.active {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}
.floating_label .label_input.select .btn_select:disabled {
  opacity: 50%;
}
.floating_label .error_txt,
.floating_label .helper_txt {
  display: none;
  padding: 4.5px 24px;
  width: 100%;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.3;
  color: #6C6C6C;
}
.floating_label .error_txt {
  background-color: #fff8f8 !important;
  color: #F52E2E;
}
.floating_label .helper_txt {
  background-color: #FAFAFA !important;
  color: #6C6C6C;
}
.floating_label_ghost {
  padding-top: 8px;
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 56px;
  background-color: #FFFFFF;
  cursor: pointer;
  transition: 300ms ease-out;
}
.floating_label_ghost:has(input:focus) .label_input {
  border-bottom-color: #50DDA5;
}
.floating_label_ghost:has(input:disabled) {
  cursor: default;
}
.floating_label_ghost:has(input:disabled) .label_tit,
.floating_label_ghost:has(input:disabled) .label_input {
  color: #404040 !important;
}
.floating_label_ghost.important {
  cursor: default;
}
.floating_label_ghost.important:has(input:focus) {
  border-bottom-color: #0A7CF9 !important;
}
.floating_label_ghost.important .label_input {
  border-bottom-color: #50DDA5 !important;
}
.floating_label_ghost.important .label_tit,
.floating_label_ghost.important .label_input {
  color: #0A7CF9 !important;
  cursor: default;
}
.floating_label_ghost.error:has(input:focus) {
  border-bottom-color: #F52E2E !important;
}
.floating_label_ghost.error .label_input {
  border-bottom-color: #F52E2E !important;
}
.floating_label_ghost.error .label_tit,
.floating_label_ghost.error .label_input {
  color: #F52E2E !important;
}
.floating_label_ghost.error .error_txt {
  display: inline-block;
}
.floating_label_ghost.helper:has(input:focus) {
  border-bottom-color: #E8E8E8 !important;
}
.floating_label_ghost.helper .label_input {
  border-bottom-color: #E8E8E8 !important;
}
.floating_label_ghost.helper .helper_txt {
  display: inline-block;
}
.floating_label_ghost .label_tit {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
  color: #404040;
}
.floating_label_ghost .label_input {
  padding: 6px 0 9px 0;
  width: 100%;
  height: 32px;
  background-color: transparent;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E8E8E8;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  color: #000000;
  transition: 300ms ease-out;
}
.floating_label_ghost .label_input::placeholder {
  color: #A3A3A3 !important;
}
.floating_label_ghost .label_input.select {
  position: relative;
  text-align: start;
}
.floating_label_ghost .label_input.select .btn_select {
  padding: 4.5px 24px 4.5px 8px !important;
  min-width: 60px;
  background-color: #FFFFFF;
  background-image: url("/images/arr_down.svg");
  outline: 2px solid transparent;
  color: #242424;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background-position: center right 8px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.floating_label_ghost .label_input.select .btn_select:disabled {
  opacity: 50%;
}
.floating_label_ghost .label_input.select .btn_select {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #000000;
}
.floating_label_ghost .label_input.select .btn_select:hover {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
}
.floating_label_ghost .label_input.select .btn_select:focus {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.floating_label_ghost .label_input.select .btn_select.active {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}
.floating_label_ghost .label_input.select .btn_select {
  padding: 0 8px;
  height: 24px;
  border-radius: 8px;
  gap: 4px;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
}
.floating_label_ghost .label_input.select .btn_select:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.floating_label_ghost .label_input.select .btn_select:has(* + img) img, .floating_label_ghost .label_input.select .btn_select:has(img + *) img {
  width: 12px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.floating_label_ghost .label_input.select .btn_select img {
  width: 16px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.floating_label_ghost .label_input.select .btn_select:has(*) {
  background-size: 12px;
}
.floating_label_ghost .label_input.select .btn_select:has(.hidden_txt) {
  background-size: 16px;
}
.floating_label_ghost .label_input.select .btn_select {
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
}
.floating_label_ghost .label_input.select .btn_select.active + .select_lst {
  visibility: visible;
  opacity: 1;
  max-height: 180px;
  overflow-y: auto;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}
.floating_label_ghost .label_input.select .select_lst {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  position: absolute;
  z-index: 3;
  top: 32px;
  left: 0;
  padding: 0 8px;
  width: 128px;
  border-radius: 8px;
  background-color: #FFFFFF;
  transition: 300ms ease-out;
  transition-property: visibility, max-height, padding-top, padding-bottom, border-top-width, border-bottom-width, border-left-width, border-right-width, box-shadow;
}
.floating_label_ghost .label_input.select .select_lst .lst:not(:last-child) {
  margin-bottom: 4px;
}
.floating_label_ghost .label_input.select .select_lst .lst .btn_lst {
  padding: 7px 12px;
  width: 100%;
  height: 32px;
  border-radius: 8px;
  text-align: start;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  padding-bottom: 0.15em;
  margin-bottom: -0.15em;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.floating_label_ghost .label_input.select .select_lst .lst .btn_lst:hover {
  background-color: #F2F2F2;
}
.floating_label_ghost .label_input.select .btn_select {
  border: 1px solid #FFFFFF;
}
.floating_label_ghost .label_input.select .btn_select:hover {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
}
.floating_label_ghost .label_input.select .btn_select:focus {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.floating_label_ghost .label_input.select .btn_select.active {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}
.floating_label_ghost .label_input.select .btn_select:disabled {
  opacity: 50%;
}
.floating_label_ghost .error_txt,
.floating_label_ghost .helper_txt {
  display: none;
  padding: 4.5px 0;
  width: 100%;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.3;
}
.floating_label_ghost .error_txt {
  color: #F52E2E;
}
.floating_label_ghost .helper_txt {
  color: #6C6C6C;
}
.checkbox_custom {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  user-select: none;
  cursor: pointer;
}
.checkbox_custom:hover {
  cursor: pointer;
}
.checkbox_custom:hover .checkmark {
  border-color: #B3FFE1;
}
.checkbox_custom:has(.checkbox:disabled) {
  cursor: default;
}
.checkbox_custom:has(.checkbox:disabled) .checkmark {
  background-color: #f1f1f1;
  border-color: #DDDDDD;
}
.checkbox_custom:has(.checkbox:disabled) .checkmark:after {
  border-color: #D2D2D2;
}
.checkbox_custom:has(.checkbox:disabled) .checkbox_label {
  color: #747474;
}
.checkbox_custom.circle input {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  z-index: 1;
}
.checkbox_custom.circle input:checked + .checkmark {
  background-color: #B3FFE1;
  border: 2px solid #B3FFE1;
}
.checkbox_custom.circle input:checked + .checkmark:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  background-color: #0D4630;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: none;
}
.checkbox_custom.circle .checkmark {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #E8E8E8;
  background-color: white;
  position: relative;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  transition: none;
}
.checkbox_custom.circle .checkbox_text {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.3;
  color: #000000;
  vertical-align: middle;
}
.checkbox_custom input {
  display: none;
}
.checkbox_custom input:checked + .checkmark {
  background-color: #B3FFE1 !important;
  border-color: #B3FFE1;
}
.checkbox_custom input:checked + .checkmark:after {
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}
.checkbox_custom .checkmark {
  display: inline-block;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background-color: #FAFAFA;
  border: 1px solid #D2D2D2;
  border-radius: 8px;
  transition: none;
  position: relative;
}
.checkbox_custom .checkmark:after {
  position: absolute;
  content: "";
  top: 46%;
  left: 30%;
  display: table;
  width: 20%;
  height: 42%;
  border: 1px solid #0D4630;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  transition: none;
}
.checkbox_custom .checkbox_label {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
}
/*******************
  colors
******************/
/*******************
  images
******************/
/*******************
  colors
******************/
/*******************
  images
******************/
/***************************************************
  typography size

  1. lineHeight 변수값 종류 : 1.3, 1.334, 1.6 기본값 : 1
****************************************************/
/************************************************
  button
  1. $typeName : negative, fill, outline, ghost
  2. $sizeName : xl, lg, md, sm
  3. $width : 가로 사이즈
  4. $justify : 가로 정렬 기본값 center
  5. $backPosition : 백그라운드이미지 기본 위치 왼쪽 0px
*************************************************/
/********************************************
  select
 1. $direction : 드롭리스트 노출 방향 upper, lower
 2. $typeName : outline, ghost
 3. $width : 기본값 60px 이외의 값 입력
 4. $height : 기본값 24px 이외의 값 입력
*********************************************/
/********************************************
  toggle
*********************************************/
/********************************************
  checkboxCustom
*********************************************/
/********************************************
  checkboxLabel
*********************************************/
/********************************************
  input txt
 1. $size : xl, lg, md, sm
 2. $width : 각 특정 사이즈 직접 입력(기본값 100%)
*********************************************/
/********************************************
   floating_label
  1. $maxWidth : 최대너비
*********************************************/
/********************************************
   floating_label_ghost
  1. $maxWidth : 최대너비
*********************************************/
/***********************
  말줄임
 1. $line : 몇줄 말줄임
***********************/
/***********************
  이미지 크기 설정
***********************/
/***********************
  pagination
***********************/
/***********************
  token
***********************/
/****************
  divColTable
****************/
/*****************
  divRowTable
*****************/
/***********************
  텍스트 숨김 기능
***********************/
/************************************
  팝업
  1. $where : 팝업 등장 방향
  - top : 아래에서 위로
  - left : 오른쪽에서 왼쪽으로
  - center : 가운데에서 등장

  2. $width, $height : 팝업 사이즈
*************************************/
/************************************
  프린트
  1. $where : 팝업 등장 방향
  - top : 아래에서 위로
  - left : 오른쪽에서 왼쪽으로
  - center : 가운데에서 등장

  2. $width, $height : 팝업 사이즈
*************************************/
.print_footer {
  padding: 32px 24px 24px 24px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background-color: #FFFFFF;
  position: fixed;
  width: 100%;
  z-index: 9;
  left: 0px;
  bottom: 0px;
}
.print_footer .pop_left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.print_footer .pop_left .pop_btn_today {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.print_footer .pop_left .pop_btn_today:disabled {
  opacity: 50%;
}
.print_footer .pop_left .pop_btn_today {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  color: #000000;
}
.print_footer .pop_left .pop_btn_today:focus {
  border: 1px solid #000000;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.print_footer .pop_left .pop_btn_today.active {
  border: 1px solid #000000;
}
.print_footer .pop_left .pop_btn_today:disabled {
  border: 1px solid #D2D2D2;
}
.print_footer .pop_left .pop_btn_today {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.print_footer .pop_left .pop_btn_today:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.print_footer .pop_left .pop_btn_today:has(* + img) img, .print_footer .pop_left .pop_btn_today:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_left .pop_btn_today img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_left .pop_btn_today:has(*) {
  background-size: 20px;
}
.print_footer .pop_left .pop_btn_today:has(.hidden_txt) {
  background-size: 30px;
}
.print_footer .pop_left .pop_btn_delete {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.print_footer .pop_left .pop_btn_delete:disabled {
  opacity: 50%;
}
.print_footer .pop_left .pop_btn_delete {
  background-color: #FFF4F4;
  border: 2px solid #FFF4F4;
  color: #F52E2E;
}
.print_footer .pop_left .pop_btn_delete:focus {
  background-color: #FFF4F4;
  border: 2px solid #F52E2E;
}
.print_footer .pop_left .pop_btn_delete.active {
  background-color: #FFE1E1;
  border: 2px solid #FFE1E1;
}
.print_footer .pop_left .pop_btn_delete {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.print_footer .pop_left .pop_btn_delete:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.print_footer .pop_left .pop_btn_delete:has(* + img) img, .print_footer .pop_left .pop_btn_delete:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_left .pop_btn_delete img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_left .pop_btn_delete:has(*) {
  background-size: 20px;
}
.print_footer .pop_left .pop_btn_delete:has(.hidden_txt) {
  background-size: 30px;
}
.print_footer .pop_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.print_footer .pop_right .pop_btn_delete {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.print_footer .pop_right .pop_btn_delete:disabled {
  opacity: 50%;
}
.print_footer .pop_right .pop_btn_delete {
  background-color: #FFF4F4;
  border: 2px solid #FFF4F4;
  color: #F52E2E;
}
.print_footer .pop_right .pop_btn_delete:focus {
  background-color: #FFF4F4;
  border: 2px solid #F52E2E;
}
.print_footer .pop_right .pop_btn_delete.active {
  background-color: #FFE1E1;
  border: 2px solid #FFE1E1;
}
.print_footer .pop_right .pop_btn_delete {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.print_footer .pop_right .pop_btn_delete:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.print_footer .pop_right .pop_btn_delete:has(* + img) img, .print_footer .pop_right .pop_btn_delete:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_delete img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_delete:has(*) {
  background-size: 20px;
}
.print_footer .pop_right .pop_btn_delete:has(.hidden_txt) {
  background-size: 30px;
}
.print_footer .pop_right .pop_btn_cancel {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.print_footer .pop_right .pop_btn_cancel:disabled {
  opacity: 50%;
}
.print_footer .pop_right .pop_btn_cancel {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  color: #000000;
}
.print_footer .pop_right .pop_btn_cancel:focus {
  border: 1px solid #000000;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.print_footer .pop_right .pop_btn_cancel.active {
  border: 1px solid #000000;
}
.print_footer .pop_right .pop_btn_cancel:disabled {
  border: 1px solid #D2D2D2;
}
.print_footer .pop_right .pop_btn_cancel {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.print_footer .pop_right .pop_btn_cancel:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.print_footer .pop_right .pop_btn_cancel:has(* + img) img, .print_footer .pop_right .pop_btn_cancel:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_cancel img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_cancel:has(*) {
  background-size: 20px;
}
.print_footer .pop_right .pop_btn_cancel:has(.hidden_txt) {
  background-size: 30px;
}
.print_footer .pop_right .pop_btn_reg,
.print_footer .pop_right .pop_btn_confirm,
.print_footer .pop_right .pop_btn_edit {
  background-image: url("/images/ico_check.svg");
  width: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background-position: center left 16px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.print_footer .pop_right .pop_btn_reg:disabled,
.print_footer .pop_right .pop_btn_confirm:disabled,
.print_footer .pop_right .pop_btn_edit:disabled {
  opacity: 50%;
}
.print_footer .pop_right .pop_btn_reg,
.print_footer .pop_right .pop_btn_confirm,
.print_footer .pop_right .pop_btn_edit {
  background-color: #B3FFE1;
  border: 2px solid #B3FFE1;
  color: #0D4630;
}
.print_footer .pop_right .pop_btn_reg:focus,
.print_footer .pop_right .pop_btn_confirm:focus,
.print_footer .pop_right .pop_btn_edit:focus {
  background-color: #B3FFE1;
  border: 2px solid #0D4630;
}
.print_footer .pop_right .pop_btn_reg.active,
.print_footer .pop_right .pop_btn_confirm.active,
.print_footer .pop_right .pop_btn_edit.active {
  background-color: #8EFFD2;
  border: 2px solid #8EFFD2;
}
.print_footer .pop_right .pop_btn_reg,
.print_footer .pop_right .pop_btn_confirm,
.print_footer .pop_right .pop_btn_edit {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.print_footer .pop_right .pop_btn_reg:hover,
.print_footer .pop_right .pop_btn_confirm:hover,
.print_footer .pop_right .pop_btn_edit:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.print_footer .pop_right .pop_btn_reg:has(* + img) img, .print_footer .pop_right .pop_btn_reg:has(img + *) img,
.print_footer .pop_right .pop_btn_confirm:has(* + img) img,
.print_footer .pop_right .pop_btn_confirm:has(img + *) img,
.print_footer .pop_right .pop_btn_edit:has(* + img) img,
.print_footer .pop_right .pop_btn_edit:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_reg img,
.print_footer .pop_right .pop_btn_confirm img,
.print_footer .pop_right .pop_btn_edit img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_reg:has(*),
.print_footer .pop_right .pop_btn_confirm:has(*),
.print_footer .pop_right .pop_btn_edit:has(*) {
  background-size: 20px;
}
.print_footer .pop_right .pop_btn_reg:has(.hidden_txt),
.print_footer .pop_right .pop_btn_confirm:has(.hidden_txt),
.print_footer .pop_right .pop_btn_edit:has(.hidden_txt) {
  background-size: 30px;
}
.print_footer .pop_right .pop_btn_reg,
.print_footer .pop_right .pop_btn_confirm,
.print_footer .pop_right .pop_btn_edit {
  letter-spacing: -0.05em;
}
.print_footer .pop_right .pop_btn_print {
  background-image: url("/images/ico_print.svg");
  width: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background-position: center left 16px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.print_footer .pop_right .pop_btn_print:disabled {
  opacity: 50%;
}
.print_footer .pop_right .pop_btn_print {
  background-color: #B3FFE1;
  border: 2px solid #B3FFE1;
  color: #0D4630;
}
.print_footer .pop_right .pop_btn_print:focus {
  background-color: #B3FFE1;
  border: 2px solid #0D4630;
}
.print_footer .pop_right .pop_btn_print.active {
  background-color: #8EFFD2;
  border: 2px solid #8EFFD2;
}
.print_footer .pop_right .pop_btn_print {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.print_footer .pop_right .pop_btn_print:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.print_footer .pop_right .pop_btn_print:has(* + img) img, .print_footer .pop_right .pop_btn_print:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_print img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_print:has(*) {
  background-size: 20px;
}
.print_footer .pop_right .pop_btn_print:has(.hidden_txt) {
  background-size: 30px;
}
.print_footer .pop_right .pop_btn_print {
  letter-spacing: -0.05em;
}
.print_footer .pop_right .pop_btn_save {
  background-image: url("/images/ico_circle_check.svg");
  width: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background-position: center left 16px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.print_footer .pop_right .pop_btn_save:disabled {
  opacity: 50%;
}
.print_footer .pop_right .pop_btn_save {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  color: #000000;
}
.print_footer .pop_right .pop_btn_save:focus {
  border: 1px solid #000000;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.print_footer .pop_right .pop_btn_save.active {
  border: 1px solid #000000;
}
.print_footer .pop_right .pop_btn_save:disabled {
  border: 1px solid #D2D2D2;
}
.print_footer .pop_right .pop_btn_save {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.print_footer .pop_right .pop_btn_save:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.print_footer .pop_right .pop_btn_save:has(* + img) img, .print_footer .pop_right .pop_btn_save:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_save img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_save:has(*) {
  background-size: 20px;
}
.print_footer .pop_right .pop_btn_save:has(.hidden_txt) {
  background-size: 30px;
}
.print_footer .pop_right .pop_btn_save {
  letter-spacing: -0.05em;
}
/*******************
  신규예약 등록 팝업
******************/
.popup_layer.new_booking_reg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: transparent;
  transition: 0.5s step-end;
}
.popup_layer.new_booking_reg .popup_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  background-color: transparent;
  transition: 0.5s step-end;
}
.popup_layer.new_booking_reg .popup_layer_inner {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all 1s;
  align-items: center;
  justify-content: flex-end;
  transform: translateX(100%);
}
.popup_layer.new_booking_reg .popup_layer_inner .popup {
  min-width: 455px;
}
.popup_layer.new_booking_reg .popup_layer_inner .popup_content {
  height: calc(100vh - 176px);
  /* 팝업헤더 높이 및 팝업푸터 높이 뺀 값 */
}
.popup_layer.new_booking_reg .popup {
  width: 50.252vw;
  max-width: 800px;
  height: 100%;
  background-color: #FFFFFF;
  box-shadow: -20px 0px 40px 0px rgba(0, 0, 0, 0.2);
}
.popup_layer.new_booking_reg .popup_header {
  padding: 12px 16px 12px 24px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
}
.popup_layer.new_booking_reg .popup_header .pop_tit {
  padding-left: 24px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #242424;
}
.popup_layer.new_booking_reg .popup_header .pop_btn_close {
  width: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.new_booking_reg .popup_header .pop_btn_close:disabled {
  opacity: 50%;
}
.popup_layer.new_booking_reg .popup_header .pop_btn_close {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #000000;
}
.popup_layer.new_booking_reg .popup_header .pop_btn_close:hover {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
}
.popup_layer.new_booking_reg .popup_header .pop_btn_close:focus {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.popup_layer.new_booking_reg .popup_header .pop_btn_close.active {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}
.popup_layer.new_booking_reg .popup_header .pop_btn_close {
  padding: 0 20px;
  height: 56px;
  border-radius: 16px;
  gap: 8px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.popup_layer.new_booking_reg .popup_header .pop_btn_close:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.new_booking_reg .popup_header .pop_btn_close:has(* + img) img, .popup_layer.new_booking_reg .popup_header .pop_btn_close:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.new_booking_reg .popup_header .pop_btn_close img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.new_booking_reg .popup_header .pop_btn_close:has(*) {
  background-size: 20px;
}
.popup_layer.new_booking_reg .popup_header .pop_btn_close:has(.hidden_txt) {
  background-size: 30px;
}
.popup_layer.new_booking_reg .popup_header .pop_btn_close {
  background-image: url("/images/ico_close.svg");
}
.popup_layer.new_booking_reg .popup_content {
  padding: 0 24px;
  max-height: 100%;
}
.popup_layer.new_booking_reg .popup_content .pop_section {
  margin-top: 26px;
}
.popup_layer.new_booking_reg .popup_content .pop_section:first-child {
  margin-top: 0;
}
.popup_layer.new_booking_reg .popup_content .pop_section .pop_section_tit {
  padding: 19.5px 24px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.3;
  color: #242424;
}
.popup_layer.new_booking_reg .popup_content .pop_section .pop_section_cnt {
  position: relative;
  border-top: 1px solid #E8E8E8;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.popup_layer.new_booking_reg .popup_content .pop_section .pop_section_cnt.grid_none {
  grid-template-columns: 1fr;
}
.popup_layer.new_booking_reg .popup_content .pop_section .pop_section_cnt .pop_col {
  border-right: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
.popup_layer.new_booking_reg .popup_content .pop_section .pop_section_cnt .pop_col:last-child {
  border-right: 0;
}
.popup_layer.new_booking_reg .popup_footer {
  padding: 32px 24px 24px 24px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background-color: #FFFFFF;
}
.popup_layer.new_booking_reg .popup_footer .pop_left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.popup_layer.new_booking_reg .popup_footer .pop_left .pop_btn_today {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.new_booking_reg .popup_footer .pop_left .pop_btn_today:disabled {
  opacity: 50%;
}
.popup_layer.new_booking_reg .popup_footer .pop_left .pop_btn_today {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  color: #000000;
}
.popup_layer.new_booking_reg .popup_footer .pop_left .pop_btn_today:focus {
  border: 1px solid #000000;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.popup_layer.new_booking_reg .popup_footer .pop_left .pop_btn_today.active {
  border: 1px solid #000000;
}
.popup_layer.new_booking_reg .popup_footer .pop_left .pop_btn_today:disabled {
  border: 1px solid #D2D2D2;
}
.popup_layer.new_booking_reg .popup_footer .pop_left .pop_btn_today {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.popup_layer.new_booking_reg .popup_footer .pop_left .pop_btn_today:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.new_booking_reg .popup_footer .pop_left .pop_btn_today:has(* + img) img, .popup_layer.new_booking_reg .popup_footer .pop_left .pop_btn_today:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.new_booking_reg .popup_footer .pop_left .pop_btn_today img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.new_booking_reg .popup_footer .pop_left .pop_btn_today:has(*) {
  background-size: 20px;
}
.popup_layer.new_booking_reg .popup_footer .pop_left .pop_btn_today:has(.hidden_txt) {
  background-size: 30px;
}
.popup_layer.new_booking_reg .popup_footer .pop_left .pop_btn_delete {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.new_booking_reg .popup_footer .pop_left .pop_btn_delete:disabled {
  opacity: 50%;
}
.popup_layer.new_booking_reg .popup_footer .pop_left .pop_btn_delete {
  background-color: #FFF4F4;
  border: 2px solid #FFF4F4;
  color: #F52E2E;
}
.popup_layer.new_booking_reg .popup_footer .pop_left .pop_btn_delete:focus {
  background-color: #FFF4F4;
  border: 2px solid #F52E2E;
}
.popup_layer.new_booking_reg .popup_footer .pop_left .pop_btn_delete.active {
  background-color: #FFE1E1;
  border: 2px solid #FFE1E1;
}
.popup_layer.new_booking_reg .popup_footer .pop_left .pop_btn_delete {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.popup_layer.new_booking_reg .popup_footer .pop_left .pop_btn_delete:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.new_booking_reg .popup_footer .pop_left .pop_btn_delete:has(* + img) img, .popup_layer.new_booking_reg .popup_footer .pop_left .pop_btn_delete:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.new_booking_reg .popup_footer .pop_left .pop_btn_delete img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.new_booking_reg .popup_footer .pop_left .pop_btn_delete:has(*) {
  background-size: 20px;
}
.popup_layer.new_booking_reg .popup_footer .pop_left .pop_btn_delete:has(.hidden_txt) {
  background-size: 30px;
}
.popup_layer.new_booking_reg .popup_footer .pop_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_delete {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_delete:disabled {
  opacity: 50%;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_delete {
  background-color: #FFF4F4;
  border: 2px solid #FFF4F4;
  color: #F52E2E;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_delete:focus {
  background-color: #FFF4F4;
  border: 2px solid #F52E2E;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_delete.active {
  background-color: #FFE1E1;
  border: 2px solid #FFE1E1;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_delete {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_delete:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_delete:has(* + img) img, .popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_delete:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_delete img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_delete:has(*) {
  background-size: 20px;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_delete:has(.hidden_txt) {
  background-size: 30px;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_cancel {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_cancel:disabled {
  opacity: 50%;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_cancel {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  color: #000000;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_cancel:focus {
  border: 1px solid #000000;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_cancel.active {
  border: 1px solid #000000;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_cancel:disabled {
  border: 1px solid #D2D2D2;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_cancel {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_cancel:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_cancel:has(* + img) img, .popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_cancel:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_cancel img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_cancel:has(*) {
  background-size: 20px;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_cancel:has(.hidden_txt) {
  background-size: 30px;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_reg,
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_confirm,
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_edit {
  background-image: url("/images/ico_check.svg");
  width: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background-position: center left 16px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_reg:disabled,
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_confirm:disabled,
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_edit:disabled {
  opacity: 50%;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_reg,
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_confirm,
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_edit {
  background-color: #B3FFE1;
  border: 2px solid #B3FFE1;
  color: #0D4630;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_reg:focus,
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_confirm:focus,
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_edit:focus {
  background-color: #B3FFE1;
  border: 2px solid #0D4630;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_reg.active,
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_confirm.active,
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_edit.active {
  background-color: #8EFFD2;
  border: 2px solid #8EFFD2;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_reg,
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_confirm,
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_edit {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_reg:hover,
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_confirm:hover,
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_edit:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_reg:has(* + img) img, .popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_reg:has(img + *) img,
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_confirm:has(* + img) img,
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_confirm:has(img + *) img,
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_edit:has(* + img) img,
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_edit:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_reg img,
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_confirm img,
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_edit img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_reg:has(*),
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_confirm:has(*),
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_edit:has(*) {
  background-size: 20px;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_reg:has(.hidden_txt),
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_confirm:has(.hidden_txt),
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_edit:has(.hidden_txt) {
  background-size: 30px;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_reg,
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_confirm,
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_edit {
  letter-spacing: -0.05em;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_print {
  background-image: url("/images/ico_print.svg");
  width: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background-position: center left 16px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_print:disabled {
  opacity: 50%;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_print {
  background-color: #B3FFE1;
  border: 2px solid #B3FFE1;
  color: #0D4630;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_print:focus {
  background-color: #B3FFE1;
  border: 2px solid #0D4630;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_print.active {
  background-color: #8EFFD2;
  border: 2px solid #8EFFD2;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_print {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_print:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_print:has(* + img) img, .popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_print:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_print img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_print:has(*) {
  background-size: 20px;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_print:has(.hidden_txt) {
  background-size: 30px;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_print {
  letter-spacing: -0.05em;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_save {
  background-image: url("/images/ico_circle_check.svg");
  width: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background-position: center left 16px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_save:disabled {
  opacity: 50%;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_save {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  color: #000000;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_save:focus {
  border: 1px solid #000000;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_save.active {
  border: 1px solid #000000;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_save:disabled {
  border: 1px solid #D2D2D2;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_save {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_save:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_save:has(* + img) img, .popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_save:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_save img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_save:has(*) {
  background-size: 20px;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_save:has(.hidden_txt) {
  background-size: 30px;
}
.popup_layer.new_booking_reg .popup_footer .pop_right .pop_btn_save {
  letter-spacing: -0.05em;
}
.popup_layer.new_booking_reg.active {
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.3);
}
.popup_layer.new_booking_reg.active .popup_bg {
  opacity: 1;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.3);
  transition: step-start;
}
.popup_layer.new_booking_reg.active .popup_layer_inner {
  transform: translateX(0);
}
.popup_layer.new_booking_reg .floating_label {
  padding-top: 8px;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  cursor: pointer;
  transition: 300ms ease-out;
}
.popup_layer.new_booking_reg .floating_label:has(input:focus) {
  background-color: #F4FFFB;
}
.popup_layer.new_booking_reg .floating_label:has(input:disabled) {
  cursor: default;
}
.popup_layer.new_booking_reg .floating_label:has(input:disabled) .label_tit,
.popup_layer.new_booking_reg .floating_label:has(input:disabled) .label_input {
  color: #404040 !important;
}
.popup_layer.new_booking_reg .floating_label.important {
  background-color: #F1FBFF !important;
  cursor: default;
}
.popup_layer.new_booking_reg .floating_label.important:has(input:focus) {
  background-color: #F1FBFF !important;
}
.popup_layer.new_booking_reg .floating_label.important .label_tit,
.popup_layer.new_booking_reg .floating_label.important .label_input {
  color: #0A7CF9 !important;
  cursor: default;
}
.popup_layer.new_booking_reg .floating_label.error {
  background-color: #FFFFFF !important;
}
.popup_layer.new_booking_reg .floating_label.error:has(input:focus) {
  background-color: #FFFFFF !important;
}
.popup_layer.new_booking_reg .floating_label.error .label_tit,
.popup_layer.new_booking_reg .floating_label.error .label_input {
  color: #F52E2E !important;
}
.popup_layer.new_booking_reg .floating_label.error .error_txt {
  display: inline-block;
}
.popup_layer.new_booking_reg .floating_label.helper {
  background-color: #FFFFFF !important;
}
.popup_layer.new_booking_reg .floating_label.helper:has(input:focus) {
  background-color: #FFFFFF !important;
}
.popup_layer.new_booking_reg .floating_label.helper .helper_txt {
  display: inline-block;
}
.popup_layer.new_booking_reg .floating_label .label_tit {
  padding-left: 24px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
  color: #404040;
}
.popup_layer.new_booking_reg .floating_label .label_input {
  padding: 6px 12px 9px 24px;
  width: 100%;
  height: 32px;
  background-color: transparent;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  color: #000000;
  transition: 300ms ease-out;
}
.popup_layer.new_booking_reg .floating_label .label_input::placeholder {
  color: #A3A3A3 !important;
}
.popup_layer.new_booking_reg .floating_label .label_input.select {
  position: relative;
  text-align: start;
}
.popup_layer.new_booking_reg .floating_label .label_input.select .btn_select {
  padding: 4.5px 24px 4.5px 8px !important;
  min-width: 60px;
  background-color: #FFFFFF;
  background-image: url("/images/arr_down.svg");
  outline: 2px solid transparent;
  color: #242424;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background-position: center right 8px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.new_booking_reg .floating_label .label_input.select .btn_select:disabled {
  opacity: 50%;
}
.popup_layer.new_booking_reg .floating_label .label_input.select .btn_select {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #000000;
}
.popup_layer.new_booking_reg .floating_label .label_input.select .btn_select:hover {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
}
.popup_layer.new_booking_reg .floating_label .label_input.select .btn_select:focus {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.popup_layer.new_booking_reg .floating_label .label_input.select .btn_select.active {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}
.popup_layer.new_booking_reg .floating_label .label_input.select .btn_select {
  padding: 0 8px;
  height: 24px;
  border-radius: 8px;
  gap: 4px;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
}
.popup_layer.new_booking_reg .floating_label .label_input.select .btn_select:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.new_booking_reg .floating_label .label_input.select .btn_select:has(* + img) img, .popup_layer.new_booking_reg .floating_label .label_input.select .btn_select:has(img + *) img {
  width: 12px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.new_booking_reg .floating_label .label_input.select .btn_select img {
  width: 16px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.new_booking_reg .floating_label .label_input.select .btn_select:has(*) {
  background-size: 12px;
}
.popup_layer.new_booking_reg .floating_label .label_input.select .btn_select:has(.hidden_txt) {
  background-size: 16px;
}
.popup_layer.new_booking_reg .floating_label .label_input.select .btn_select {
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
}
.popup_layer.new_booking_reg .floating_label .label_input.select .btn_select.active + .select_lst {
  visibility: visible;
  opacity: 1;
  max-height: 180px;
  overflow-y: auto;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}
.popup_layer.new_booking_reg .floating_label .label_input.select .select_lst {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  position: absolute;
  z-index: 3;
  top: 32px;
  left: 0;
  padding: 0 8px;
  width: 128px;
  border-radius: 8px;
  background-color: #FFFFFF;
  transition: 300ms ease-out;
  transition-property: visibility, max-height, padding-top, padding-bottom, border-top-width, border-bottom-width, border-left-width, border-right-width, box-shadow;
}
.popup_layer.new_booking_reg .floating_label .label_input.select .select_lst .lst:not(:last-child) {
  margin-bottom: 4px;
}
.popup_layer.new_booking_reg .floating_label .label_input.select .select_lst .lst .btn_lst {
  padding: 7px 12px;
  width: 100%;
  height: 32px;
  border-radius: 8px;
  text-align: start;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  padding-bottom: 0.15em;
  margin-bottom: -0.15em;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.popup_layer.new_booking_reg .floating_label .label_input.select .select_lst .lst .btn_lst:hover {
  background-color: #F2F2F2;
}
.popup_layer.new_booking_reg .floating_label .label_input.select .btn_select {
  border: 1px solid #FFFFFF;
}
.popup_layer.new_booking_reg .floating_label .label_input.select .btn_select:hover {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
}
.popup_layer.new_booking_reg .floating_label .label_input.select .btn_select:focus {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.popup_layer.new_booking_reg .floating_label .label_input.select .btn_select.active {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}
.popup_layer.new_booking_reg .floating_label .label_input.select .btn_select:disabled {
  opacity: 50%;
}
.popup_layer.new_booking_reg .floating_label .error_txt,
.popup_layer.new_booking_reg .floating_label .helper_txt {
  display: none;
  padding: 4.5px 24px;
  width: 100%;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.3;
  color: #6C6C6C;
}
.popup_layer.new_booking_reg .floating_label .error_txt {
  background-color: #fff8f8 !important;
  color: #F52E2E;
}
.popup_layer.new_booking_reg .floating_label .helper_txt {
  background-color: #FAFAFA !important;
  color: #6C6C6C;
}
.popup_layer.new_booking_reg .floating_label_ghost {
  padding-top: 8px;
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 56px;
  background-color: #FFFFFF;
  cursor: pointer;
  transition: 300ms ease-out;
}
.popup_layer.new_booking_reg .floating_label_ghost:has(input:focus) .label_input {
  border-bottom-color: #50DDA5;
}
.popup_layer.new_booking_reg .floating_label_ghost:has(input:disabled) {
  cursor: default;
}
.popup_layer.new_booking_reg .floating_label_ghost:has(input:disabled) .label_tit,
.popup_layer.new_booking_reg .floating_label_ghost:has(input:disabled) .label_input {
  color: #404040 !important;
}
.popup_layer.new_booking_reg .floating_label_ghost.important {
  cursor: default;
}
.popup_layer.new_booking_reg .floating_label_ghost.important:has(input:focus) {
  border-bottom-color: #0A7CF9 !important;
}
.popup_layer.new_booking_reg .floating_label_ghost.important .label_input {
  border-bottom-color: #50DDA5 !important;
}
.popup_layer.new_booking_reg .floating_label_ghost.important .label_tit,
.popup_layer.new_booking_reg .floating_label_ghost.important .label_input {
  color: #0A7CF9 !important;
  cursor: default;
}
.popup_layer.new_booking_reg .floating_label_ghost.error:has(input:focus) {
  border-bottom-color: #F52E2E !important;
}
.popup_layer.new_booking_reg .floating_label_ghost.error .label_input {
  border-bottom-color: #F52E2E !important;
}
.popup_layer.new_booking_reg .floating_label_ghost.error .label_tit,
.popup_layer.new_booking_reg .floating_label_ghost.error .label_input {
  color: #F52E2E !important;
}
.popup_layer.new_booking_reg .floating_label_ghost.error .error_txt {
  display: inline-block;
}
.popup_layer.new_booking_reg .floating_label_ghost.helper:has(input:focus) {
  border-bottom-color: #E8E8E8 !important;
}
.popup_layer.new_booking_reg .floating_label_ghost.helper .label_input {
  border-bottom-color: #E8E8E8 !important;
}
.popup_layer.new_booking_reg .floating_label_ghost.helper .helper_txt {
  display: inline-block;
}
.popup_layer.new_booking_reg .floating_label_ghost .label_tit {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
  color: #404040;
}
.popup_layer.new_booking_reg .floating_label_ghost .label_input {
  padding: 6px 0 9px 0;
  width: 100%;
  height: 32px;
  background-color: transparent;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E8E8E8;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  color: #000000;
  transition: 300ms ease-out;
}
.popup_layer.new_booking_reg .floating_label_ghost .label_input::placeholder {
  color: #A3A3A3 !important;
}
.popup_layer.new_booking_reg .floating_label_ghost .label_input.select {
  position: relative;
  text-align: start;
}
.popup_layer.new_booking_reg .floating_label_ghost .label_input.select .btn_select {
  padding: 4.5px 24px 4.5px 8px !important;
  min-width: 60px;
  background-color: #FFFFFF;
  background-image: url("/images/arr_down.svg");
  outline: 2px solid transparent;
  color: #242424;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background-position: center right 8px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.new_booking_reg .floating_label_ghost .label_input.select .btn_select:disabled {
  opacity: 50%;
}
.popup_layer.new_booking_reg .floating_label_ghost .label_input.select .btn_select {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #000000;
}
.popup_layer.new_booking_reg .floating_label_ghost .label_input.select .btn_select:hover {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
}
.popup_layer.new_booking_reg .floating_label_ghost .label_input.select .btn_select:focus {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.popup_layer.new_booking_reg .floating_label_ghost .label_input.select .btn_select.active {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}
.popup_layer.new_booking_reg .floating_label_ghost .label_input.select .btn_select {
  padding: 0 8px;
  height: 24px;
  border-radius: 8px;
  gap: 4px;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
}
.popup_layer.new_booking_reg .floating_label_ghost .label_input.select .btn_select:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.new_booking_reg .floating_label_ghost .label_input.select .btn_select:has(* + img) img, .popup_layer.new_booking_reg .floating_label_ghost .label_input.select .btn_select:has(img + *) img {
  width: 12px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.new_booking_reg .floating_label_ghost .label_input.select .btn_select img {
  width: 16px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.new_booking_reg .floating_label_ghost .label_input.select .btn_select:has(*) {
  background-size: 12px;
}
.popup_layer.new_booking_reg .floating_label_ghost .label_input.select .btn_select:has(.hidden_txt) {
  background-size: 16px;
}
.popup_layer.new_booking_reg .floating_label_ghost .label_input.select .btn_select {
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
}
.popup_layer.new_booking_reg .floating_label_ghost .label_input.select .btn_select.active + .select_lst {
  visibility: visible;
  opacity: 1;
  max-height: 180px;
  overflow-y: auto;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}
.popup_layer.new_booking_reg .floating_label_ghost .label_input.select .select_lst {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  position: absolute;
  z-index: 3;
  top: 32px;
  left: 0;
  padding: 0 8px;
  width: 128px;
  border-radius: 8px;
  background-color: #FFFFFF;
  transition: 300ms ease-out;
  transition-property: visibility, max-height, padding-top, padding-bottom, border-top-width, border-bottom-width, border-left-width, border-right-width, box-shadow;
}
.popup_layer.new_booking_reg .floating_label_ghost .label_input.select .select_lst .lst:not(:last-child) {
  margin-bottom: 4px;
}
.popup_layer.new_booking_reg .floating_label_ghost .label_input.select .select_lst .lst .btn_lst {
  padding: 7px 12px;
  width: 100%;
  height: 32px;
  border-radius: 8px;
  text-align: start;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  padding-bottom: 0.15em;
  margin-bottom: -0.15em;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.popup_layer.new_booking_reg .floating_label_ghost .label_input.select .select_lst .lst .btn_lst:hover {
  background-color: #F2F2F2;
}
.popup_layer.new_booking_reg .floating_label_ghost .label_input.select .btn_select {
  border: 1px solid #FFFFFF;
}
.popup_layer.new_booking_reg .floating_label_ghost .label_input.select .btn_select:hover {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
}
.popup_layer.new_booking_reg .floating_label_ghost .label_input.select .btn_select:focus {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.popup_layer.new_booking_reg .floating_label_ghost .label_input.select .btn_select.active {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}
.popup_layer.new_booking_reg .floating_label_ghost .label_input.select .btn_select:disabled {
  opacity: 50%;
}
.popup_layer.new_booking_reg .floating_label_ghost .error_txt,
.popup_layer.new_booking_reg .floating_label_ghost .helper_txt {
  display: none;
  padding: 4.5px 0;
  width: 100%;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.3;
}
.popup_layer.new_booking_reg .floating_label_ghost .error_txt {
  color: #F52E2E;
}
.popup_layer.new_booking_reg .floating_label_ghost .helper_txt {
  color: #6C6C6C;
}
.popup_layer.new_booking_reg .pop_section.basic_info .pop_section_cnt .pop_col:nth-child(3), .popup_layer.new_booking_reg .pop_section.basic_info .pop_section_cnt .pop_col:nth-child(6) {
  border-right: 0;
}
.popup_layer.new_booking_reg .pop_section.basic_info .pop_section_cnt .pop_col:nth-child(7) {
  grid-column: span 3;
  border-right: 0;
}
.popup_layer.new_booking_reg .pop_section.basic_info .pop_section_cnt .pop_col:nth-child(9) {
  grid-column: span 2;
}
.popup_layer.new_booking_reg .pop_section.sales_info .pop_section_cnt .pop_col:nth-child(3n) {
  border-right: 0;
}
.popup_layer.new_booking_reg .pop_section.sales_info .pop_section_cnt .pop_col:nth-child(11) {
  grid-column: span 2;
}
.popup_layer.new_booking_reg .pop_section.booking_info .pop_section_cnt .pop_col:nth-child(2) {
  grid-column: span 2;
  border-right: 0;
}
/*******************
  캘린더 팝업
******************/
.popup_layer.pop_calendar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: transparent;
  transition: 0.5s step-end;
}
.popup_layer.pop_calendar .popup_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  background-color: transparent;
  transition: 0.5s step-end;
}
.popup_layer.pop_calendar .popup_layer_inner {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all 1s;
  align-items: center;
  justify-content: center;
  transform: translateY(100%);
}
.popup_layer.pop_calendar .popup_layer_inner .popup {
  min-width: 392px;
  border-radius: 16px;
  overflow: hidden;
}
.popup_layer.pop_calendar .popup_layer_inner .popup_content {
  height: calc(100% - 176px);
  /* 팝업헤더 높이 및 팝업푸터 높이 뺀 값 */
}
.popup_layer.pop_calendar .popup {
  width: 392px;
  max-width: 800px;
  height: 600px;
  background-color: #FFFFFF;
  box-shadow: -20px 0px 40px 0px rgba(0, 0, 0, 0.2);
}
.popup_layer.pop_calendar .popup_header {
  padding: 12px 16px 12px 24px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
}
.popup_layer.pop_calendar .popup_header .pop_tit {
  padding-left: 24px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #242424;
}
.popup_layer.pop_calendar .popup_header .pop_btn_close {
  width: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.pop_calendar .popup_header .pop_btn_close:disabled {
  opacity: 50%;
}
.popup_layer.pop_calendar .popup_header .pop_btn_close {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #000000;
}
.popup_layer.pop_calendar .popup_header .pop_btn_close:hover {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
}
.popup_layer.pop_calendar .popup_header .pop_btn_close:focus {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.popup_layer.pop_calendar .popup_header .pop_btn_close.active {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}
.popup_layer.pop_calendar .popup_header .pop_btn_close {
  padding: 0 20px;
  height: 56px;
  border-radius: 16px;
  gap: 8px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.popup_layer.pop_calendar .popup_header .pop_btn_close:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.pop_calendar .popup_header .pop_btn_close:has(* + img) img, .popup_layer.pop_calendar .popup_header .pop_btn_close:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_calendar .popup_header .pop_btn_close img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_calendar .popup_header .pop_btn_close:has(*) {
  background-size: 20px;
}
.popup_layer.pop_calendar .popup_header .pop_btn_close:has(.hidden_txt) {
  background-size: 30px;
}
.popup_layer.pop_calendar .popup_header .pop_btn_close {
  background-image: url("/images/ico_close.svg");
}
.popup_layer.pop_calendar .popup_content {
  padding: 0 24px;
  max-height: 100%;
}
.popup_layer.pop_calendar .popup_content .pop_section {
  margin-top: 26px;
}
.popup_layer.pop_calendar .popup_content .pop_section:first-child {
  margin-top: 0;
}
.popup_layer.pop_calendar .popup_content .pop_section .pop_section_tit {
  padding: 19.5px 24px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.3;
  color: #242424;
}
.popup_layer.pop_calendar .popup_content .pop_section .pop_section_cnt {
  position: relative;
  border-top: 1px solid #E8E8E8;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.popup_layer.pop_calendar .popup_content .pop_section .pop_section_cnt.grid_none {
  grid-template-columns: 1fr;
}
.popup_layer.pop_calendar .popup_content .pop_section .pop_section_cnt .pop_col {
  border-right: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
.popup_layer.pop_calendar .popup_content .pop_section .pop_section_cnt .pop_col:last-child {
  border-right: 0;
}
.popup_layer.pop_calendar .popup_footer {
  padding: 32px 24px 24px 24px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background-color: #FFFFFF;
}
.popup_layer.pop_calendar .popup_footer .pop_left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.popup_layer.pop_calendar .popup_footer .pop_left .pop_btn_today {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.pop_calendar .popup_footer .pop_left .pop_btn_today:disabled {
  opacity: 50%;
}
.popup_layer.pop_calendar .popup_footer .pop_left .pop_btn_today {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  color: #000000;
}
.popup_layer.pop_calendar .popup_footer .pop_left .pop_btn_today:focus {
  border: 1px solid #000000;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.popup_layer.pop_calendar .popup_footer .pop_left .pop_btn_today.active {
  border: 1px solid #000000;
}
.popup_layer.pop_calendar .popup_footer .pop_left .pop_btn_today:disabled {
  border: 1px solid #D2D2D2;
}
.popup_layer.pop_calendar .popup_footer .pop_left .pop_btn_today {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.popup_layer.pop_calendar .popup_footer .pop_left .pop_btn_today:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.pop_calendar .popup_footer .pop_left .pop_btn_today:has(* + img) img, .popup_layer.pop_calendar .popup_footer .pop_left .pop_btn_today:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_calendar .popup_footer .pop_left .pop_btn_today img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_calendar .popup_footer .pop_left .pop_btn_today:has(*) {
  background-size: 20px;
}
.popup_layer.pop_calendar .popup_footer .pop_left .pop_btn_today:has(.hidden_txt) {
  background-size: 30px;
}
.popup_layer.pop_calendar .popup_footer .pop_left .pop_btn_delete {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.pop_calendar .popup_footer .pop_left .pop_btn_delete:disabled {
  opacity: 50%;
}
.popup_layer.pop_calendar .popup_footer .pop_left .pop_btn_delete {
  background-color: #FFF4F4;
  border: 2px solid #FFF4F4;
  color: #F52E2E;
}
.popup_layer.pop_calendar .popup_footer .pop_left .pop_btn_delete:focus {
  background-color: #FFF4F4;
  border: 2px solid #F52E2E;
}
.popup_layer.pop_calendar .popup_footer .pop_left .pop_btn_delete.active {
  background-color: #FFE1E1;
  border: 2px solid #FFE1E1;
}
.popup_layer.pop_calendar .popup_footer .pop_left .pop_btn_delete {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.popup_layer.pop_calendar .popup_footer .pop_left .pop_btn_delete:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.pop_calendar .popup_footer .pop_left .pop_btn_delete:has(* + img) img, .popup_layer.pop_calendar .popup_footer .pop_left .pop_btn_delete:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_calendar .popup_footer .pop_left .pop_btn_delete img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_calendar .popup_footer .pop_left .pop_btn_delete:has(*) {
  background-size: 20px;
}
.popup_layer.pop_calendar .popup_footer .pop_left .pop_btn_delete:has(.hidden_txt) {
  background-size: 30px;
}
.popup_layer.pop_calendar .popup_footer .pop_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_delete {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_delete:disabled {
  opacity: 50%;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_delete {
  background-color: #FFF4F4;
  border: 2px solid #FFF4F4;
  color: #F52E2E;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_delete:focus {
  background-color: #FFF4F4;
  border: 2px solid #F52E2E;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_delete.active {
  background-color: #FFE1E1;
  border: 2px solid #FFE1E1;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_delete {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_delete:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_delete:has(* + img) img, .popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_delete:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_delete img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_delete:has(*) {
  background-size: 20px;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_delete:has(.hidden_txt) {
  background-size: 30px;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_cancel {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_cancel:disabled {
  opacity: 50%;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_cancel {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  color: #000000;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_cancel:focus {
  border: 1px solid #000000;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_cancel.active {
  border: 1px solid #000000;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_cancel:disabled {
  border: 1px solid #D2D2D2;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_cancel {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_cancel:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_cancel:has(* + img) img, .popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_cancel:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_cancel img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_cancel:has(*) {
  background-size: 20px;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_cancel:has(.hidden_txt) {
  background-size: 30px;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_reg,
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_confirm,
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_edit {
  background-image: url("/images/ico_check.svg");
  width: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background-position: center left 16px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_reg:disabled,
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_confirm:disabled,
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_edit:disabled {
  opacity: 50%;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_reg,
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_confirm,
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_edit {
  background-color: #B3FFE1;
  border: 2px solid #B3FFE1;
  color: #0D4630;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_reg:focus,
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_confirm:focus,
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_edit:focus {
  background-color: #B3FFE1;
  border: 2px solid #0D4630;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_reg.active,
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_confirm.active,
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_edit.active {
  background-color: #8EFFD2;
  border: 2px solid #8EFFD2;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_reg,
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_confirm,
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_edit {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_reg:hover,
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_confirm:hover,
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_edit:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_reg:has(* + img) img, .popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_reg:has(img + *) img,
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_confirm:has(* + img) img,
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_confirm:has(img + *) img,
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_edit:has(* + img) img,
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_edit:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_reg img,
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_confirm img,
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_edit img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_reg:has(*),
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_confirm:has(*),
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_edit:has(*) {
  background-size: 20px;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_reg:has(.hidden_txt),
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_confirm:has(.hidden_txt),
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_edit:has(.hidden_txt) {
  background-size: 30px;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_reg,
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_confirm,
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_edit {
  letter-spacing: -0.05em;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_print {
  background-image: url("/images/ico_print.svg");
  width: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background-position: center left 16px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_print:disabled {
  opacity: 50%;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_print {
  background-color: #B3FFE1;
  border: 2px solid #B3FFE1;
  color: #0D4630;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_print:focus {
  background-color: #B3FFE1;
  border: 2px solid #0D4630;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_print.active {
  background-color: #8EFFD2;
  border: 2px solid #8EFFD2;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_print {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_print:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_print:has(* + img) img, .popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_print:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_print img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_print:has(*) {
  background-size: 20px;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_print:has(.hidden_txt) {
  background-size: 30px;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_print {
  letter-spacing: -0.05em;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_save {
  background-image: url("/images/ico_circle_check.svg");
  width: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background-position: center left 16px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_save:disabled {
  opacity: 50%;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_save {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  color: #000000;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_save:focus {
  border: 1px solid #000000;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_save.active {
  border: 1px solid #000000;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_save:disabled {
  border: 1px solid #D2D2D2;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_save {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_save:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_save:has(* + img) img, .popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_save:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_save img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_save:has(*) {
  background-size: 20px;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_save:has(.hidden_txt) {
  background-size: 30px;
}
.popup_layer.pop_calendar .popup_footer .pop_right .pop_btn_save {
  letter-spacing: -0.05em;
}
.popup_layer.pop_calendar.active {
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.3);
}
.popup_layer.pop_calendar.active .popup_bg {
  opacity: 1;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.3);
  transition: step-start;
}
.popup_layer.pop_calendar.active .popup_layer_inner {
  transform: translateY(0);
}
.popup_layer.pop_calendar .floating_label {
  padding-top: 8px;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  cursor: pointer;
  transition: 300ms ease-out;
}
.popup_layer.pop_calendar .floating_label:has(input:focus) {
  background-color: #F4FFFB;
}
.popup_layer.pop_calendar .floating_label:has(input:disabled) {
  cursor: default;
}
.popup_layer.pop_calendar .floating_label:has(input:disabled) .label_tit,
.popup_layer.pop_calendar .floating_label:has(input:disabled) .label_input {
  color: #404040 !important;
}
.popup_layer.pop_calendar .floating_label.important {
  background-color: #F1FBFF !important;
  cursor: default;
}
.popup_layer.pop_calendar .floating_label.important:has(input:focus) {
  background-color: #F1FBFF !important;
}
.popup_layer.pop_calendar .floating_label.important .label_tit,
.popup_layer.pop_calendar .floating_label.important .label_input {
  color: #0A7CF9 !important;
  cursor: default;
}
.popup_layer.pop_calendar .floating_label.error {
  background-color: #FFFFFF !important;
}
.popup_layer.pop_calendar .floating_label.error:has(input:focus) {
  background-color: #FFFFFF !important;
}
.popup_layer.pop_calendar .floating_label.error .label_tit,
.popup_layer.pop_calendar .floating_label.error .label_input {
  color: #F52E2E !important;
}
.popup_layer.pop_calendar .floating_label.error .error_txt {
  display: inline-block;
}
.popup_layer.pop_calendar .floating_label.helper {
  background-color: #FFFFFF !important;
}
.popup_layer.pop_calendar .floating_label.helper:has(input:focus) {
  background-color: #FFFFFF !important;
}
.popup_layer.pop_calendar .floating_label.helper .helper_txt {
  display: inline-block;
}
.popup_layer.pop_calendar .floating_label .label_tit {
  padding-left: 24px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
  color: #404040;
}
.popup_layer.pop_calendar .floating_label .label_input {
  padding: 6px 12px 9px 24px;
  width: 100%;
  height: 32px;
  background-color: transparent;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  color: #000000;
  transition: 300ms ease-out;
}
.popup_layer.pop_calendar .floating_label .label_input::placeholder {
  color: #A3A3A3 !important;
}
.popup_layer.pop_calendar .floating_label .label_input.select {
  position: relative;
  text-align: start;
}
.popup_layer.pop_calendar .floating_label .label_input.select .btn_select {
  padding: 4.5px 24px 4.5px 8px !important;
  min-width: 60px;
  background-color: #FFFFFF;
  background-image: url("/images/arr_down.svg");
  outline: 2px solid transparent;
  color: #242424;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background-position: center right 8px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.pop_calendar .floating_label .label_input.select .btn_select:disabled {
  opacity: 50%;
}
.popup_layer.pop_calendar .floating_label .label_input.select .btn_select {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #000000;
}
.popup_layer.pop_calendar .floating_label .label_input.select .btn_select:hover {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
}
.popup_layer.pop_calendar .floating_label .label_input.select .btn_select:focus {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.popup_layer.pop_calendar .floating_label .label_input.select .btn_select.active {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}
.popup_layer.pop_calendar .floating_label .label_input.select .btn_select {
  padding: 0 8px;
  height: 24px;
  border-radius: 8px;
  gap: 4px;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
}
.popup_layer.pop_calendar .floating_label .label_input.select .btn_select:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.pop_calendar .floating_label .label_input.select .btn_select:has(* + img) img, .popup_layer.pop_calendar .floating_label .label_input.select .btn_select:has(img + *) img {
  width: 12px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_calendar .floating_label .label_input.select .btn_select img {
  width: 16px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_calendar .floating_label .label_input.select .btn_select:has(*) {
  background-size: 12px;
}
.popup_layer.pop_calendar .floating_label .label_input.select .btn_select:has(.hidden_txt) {
  background-size: 16px;
}
.popup_layer.pop_calendar .floating_label .label_input.select .btn_select {
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
}
.popup_layer.pop_calendar .floating_label .label_input.select .btn_select.active + .select_lst {
  visibility: visible;
  opacity: 1;
  max-height: 180px;
  overflow-y: auto;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}
.popup_layer.pop_calendar .floating_label .label_input.select .select_lst {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  position: absolute;
  z-index: 3;
  top: 32px;
  left: 0;
  padding: 0 8px;
  width: 128px;
  border-radius: 8px;
  background-color: #FFFFFF;
  transition: 300ms ease-out;
  transition-property: visibility, max-height, padding-top, padding-bottom, border-top-width, border-bottom-width, border-left-width, border-right-width, box-shadow;
}
.popup_layer.pop_calendar .floating_label .label_input.select .select_lst .lst:not(:last-child) {
  margin-bottom: 4px;
}
.popup_layer.pop_calendar .floating_label .label_input.select .select_lst .lst .btn_lst {
  padding: 7px 12px;
  width: 100%;
  height: 32px;
  border-radius: 8px;
  text-align: start;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  padding-bottom: 0.15em;
  margin-bottom: -0.15em;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.popup_layer.pop_calendar .floating_label .label_input.select .select_lst .lst .btn_lst:hover {
  background-color: #F2F2F2;
}
.popup_layer.pop_calendar .floating_label .label_input.select .btn_select {
  border: 1px solid #FFFFFF;
}
.popup_layer.pop_calendar .floating_label .label_input.select .btn_select:hover {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
}
.popup_layer.pop_calendar .floating_label .label_input.select .btn_select:focus {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.popup_layer.pop_calendar .floating_label .label_input.select .btn_select.active {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}
.popup_layer.pop_calendar .floating_label .label_input.select .btn_select:disabled {
  opacity: 50%;
}
.popup_layer.pop_calendar .floating_label .error_txt,
.popup_layer.pop_calendar .floating_label .helper_txt {
  display: none;
  padding: 4.5px 24px;
  width: 100%;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.3;
  color: #6C6C6C;
}
.popup_layer.pop_calendar .floating_label .error_txt {
  background-color: #fff8f8 !important;
  color: #F52E2E;
}
.popup_layer.pop_calendar .floating_label .helper_txt {
  background-color: #FAFAFA !important;
  color: #6C6C6C;
}
.popup_layer.pop_calendar .floating_label_ghost {
  padding-top: 8px;
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 56px;
  background-color: #FFFFFF;
  cursor: pointer;
  transition: 300ms ease-out;
}
.popup_layer.pop_calendar .floating_label_ghost:has(input:focus) .label_input {
  border-bottom-color: #50DDA5;
}
.popup_layer.pop_calendar .floating_label_ghost:has(input:disabled) {
  cursor: default;
}
.popup_layer.pop_calendar .floating_label_ghost:has(input:disabled) .label_tit,
.popup_layer.pop_calendar .floating_label_ghost:has(input:disabled) .label_input {
  color: #404040 !important;
}
.popup_layer.pop_calendar .floating_label_ghost.important {
  cursor: default;
}
.popup_layer.pop_calendar .floating_label_ghost.important:has(input:focus) {
  border-bottom-color: #0A7CF9 !important;
}
.popup_layer.pop_calendar .floating_label_ghost.important .label_input {
  border-bottom-color: #50DDA5 !important;
}
.popup_layer.pop_calendar .floating_label_ghost.important .label_tit,
.popup_layer.pop_calendar .floating_label_ghost.important .label_input {
  color: #0A7CF9 !important;
  cursor: default;
}
.popup_layer.pop_calendar .floating_label_ghost.error:has(input:focus) {
  border-bottom-color: #F52E2E !important;
}
.popup_layer.pop_calendar .floating_label_ghost.error .label_input {
  border-bottom-color: #F52E2E !important;
}
.popup_layer.pop_calendar .floating_label_ghost.error .label_tit,
.popup_layer.pop_calendar .floating_label_ghost.error .label_input {
  color: #F52E2E !important;
}
.popup_layer.pop_calendar .floating_label_ghost.error .error_txt {
  display: inline-block;
}
.popup_layer.pop_calendar .floating_label_ghost.helper:has(input:focus) {
  border-bottom-color: #E8E8E8 !important;
}
.popup_layer.pop_calendar .floating_label_ghost.helper .label_input {
  border-bottom-color: #E8E8E8 !important;
}
.popup_layer.pop_calendar .floating_label_ghost.helper .helper_txt {
  display: inline-block;
}
.popup_layer.pop_calendar .floating_label_ghost .label_tit {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
  color: #404040;
}
.popup_layer.pop_calendar .floating_label_ghost .label_input {
  padding: 6px 0 9px 0;
  width: 100%;
  height: 32px;
  background-color: transparent;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E8E8E8;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  color: #000000;
  transition: 300ms ease-out;
}
.popup_layer.pop_calendar .floating_label_ghost .label_input::placeholder {
  color: #A3A3A3 !important;
}
.popup_layer.pop_calendar .floating_label_ghost .label_input.select {
  position: relative;
  text-align: start;
}
.popup_layer.pop_calendar .floating_label_ghost .label_input.select .btn_select {
  padding: 4.5px 24px 4.5px 8px !important;
  min-width: 60px;
  background-color: #FFFFFF;
  background-image: url("/images/arr_down.svg");
  outline: 2px solid transparent;
  color: #242424;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background-position: center right 8px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.pop_calendar .floating_label_ghost .label_input.select .btn_select:disabled {
  opacity: 50%;
}
.popup_layer.pop_calendar .floating_label_ghost .label_input.select .btn_select {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #000000;
}
.popup_layer.pop_calendar .floating_label_ghost .label_input.select .btn_select:hover {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
}
.popup_layer.pop_calendar .floating_label_ghost .label_input.select .btn_select:focus {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.popup_layer.pop_calendar .floating_label_ghost .label_input.select .btn_select.active {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}
.popup_layer.pop_calendar .floating_label_ghost .label_input.select .btn_select {
  padding: 0 8px;
  height: 24px;
  border-radius: 8px;
  gap: 4px;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
}
.popup_layer.pop_calendar .floating_label_ghost .label_input.select .btn_select:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.pop_calendar .floating_label_ghost .label_input.select .btn_select:has(* + img) img, .popup_layer.pop_calendar .floating_label_ghost .label_input.select .btn_select:has(img + *) img {
  width: 12px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_calendar .floating_label_ghost .label_input.select .btn_select img {
  width: 16px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_calendar .floating_label_ghost .label_input.select .btn_select:has(*) {
  background-size: 12px;
}
.popup_layer.pop_calendar .floating_label_ghost .label_input.select .btn_select:has(.hidden_txt) {
  background-size: 16px;
}
.popup_layer.pop_calendar .floating_label_ghost .label_input.select .btn_select {
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
}
.popup_layer.pop_calendar .floating_label_ghost .label_input.select .btn_select.active + .select_lst {
  visibility: visible;
  opacity: 1;
  max-height: 180px;
  overflow-y: auto;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}
.popup_layer.pop_calendar .floating_label_ghost .label_input.select .select_lst {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  position: absolute;
  z-index: 3;
  top: 32px;
  left: 0;
  padding: 0 8px;
  width: 128px;
  border-radius: 8px;
  background-color: #FFFFFF;
  transition: 300ms ease-out;
  transition-property: visibility, max-height, padding-top, padding-bottom, border-top-width, border-bottom-width, border-left-width, border-right-width, box-shadow;
}
.popup_layer.pop_calendar .floating_label_ghost .label_input.select .select_lst .lst:not(:last-child) {
  margin-bottom: 4px;
}
.popup_layer.pop_calendar .floating_label_ghost .label_input.select .select_lst .lst .btn_lst {
  padding: 7px 12px;
  width: 100%;
  height: 32px;
  border-radius: 8px;
  text-align: start;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  padding-bottom: 0.15em;
  margin-bottom: -0.15em;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.popup_layer.pop_calendar .floating_label_ghost .label_input.select .select_lst .lst .btn_lst:hover {
  background-color: #F2F2F2;
}
.popup_layer.pop_calendar .floating_label_ghost .label_input.select .btn_select {
  border: 1px solid #FFFFFF;
}
.popup_layer.pop_calendar .floating_label_ghost .label_input.select .btn_select:hover {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
}
.popup_layer.pop_calendar .floating_label_ghost .label_input.select .btn_select:focus {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.popup_layer.pop_calendar .floating_label_ghost .label_input.select .btn_select.active {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}
.popup_layer.pop_calendar .floating_label_ghost .label_input.select .btn_select:disabled {
  opacity: 50%;
}
.popup_layer.pop_calendar .floating_label_ghost .error_txt,
.popup_layer.pop_calendar .floating_label_ghost .helper_txt {
  display: none;
  padding: 4.5px 0;
  width: 100%;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.3;
}
.popup_layer.pop_calendar .floating_label_ghost .error_txt {
  color: #F52E2E;
}
.popup_layer.pop_calendar .floating_label_ghost .helper_txt {
  color: #6C6C6C;
}
.popup_layer.pop_calendar .popup_content {
  max-height: unset;
}
.popup_layer.pop_calendar .popup_content .pop_calendar_table {
  padding: 0 8px;
  height: 100%;
}
.popup_layer.pop_calendar .popup_content .pop_calendar_table .pop_calendar_thead {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}
.popup_layer.pop_calendar .popup_content .pop_calendar_table .pop_calendar_thead .col {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.3;
  color: #6C6C6C;
}
.popup_layer.pop_calendar .popup_content .pop_calendar_table .pop_calendar_tbody_wrap {
  height: calc(100% - 40px);
}
.popup_layer.pop_calendar .popup_content .pop_calendar_table .pop_calendar_tbody_wrap::-webkit-scrollbar {
  width: 0;
}
.popup_layer.pop_calendar .popup_content .pop_calendar_table .pop_calendar_tbody_wrap .year_month {
  padding: 24px 8px 8px 8px;
  display: flex;
  align-items: center;
  justify-self: flex-start;
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
}
.popup_layer.pop_calendar .popup_content .pop_calendar_table .pop_calendar_tbody_wrap .date_board {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-auto-rows: minmax(40px, 1fr);
  gap: 4px;
}
.popup_layer.pop_calendar .popup_content .pop_calendar_table .pop_calendar_tbody_wrap .date_board .col {
  margin: 0 2px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
}
.popup_layer.pop_calendar .popup_content .pop_calendar_table .pop_calendar_tbody_wrap .date_board .col:nth-child(7n+1) {
  margin-left: 0;
}
.popup_layer.pop_calendar .popup_content .pop_calendar_table .pop_calendar_tbody_wrap .date_board .col:nth-child(7n) {
  margin-right: 0;
}
.popup_layer.pop_calendar .popup_content .pop_calendar_table .pop_calendar_tbody_wrap .date_board .col .date {
  width: 100%;
  height: 100%;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
  transition: 300ms ease-out;
}
.popup_layer.pop_calendar .popup_content .pop_calendar_table .pop_calendar_tbody_wrap .date_board .col .date:hover {
  background-color: #F2F2F2;
}
.popup_layer.pop_calendar .popup_content .pop_calendar_table .pop_calendar_tbody_wrap .date_board .col .date.active {
  background-color: #000000;
  color: #FFFFFF;
}
/*******************
  여행자계약서(국외/국내) 팝업
******************/
.popup_layer.pop_traveler_contract {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: transparent;
  transition: 0.5s step-end;
}
.popup_layer.pop_traveler_contract .popup_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  background-color: transparent;
  transition: 0.5s step-end;
}
.popup_layer.pop_traveler_contract .popup_layer_inner {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all 1s;
  align-items: center;
  justify-content: center;
  transform: translateY(100%);
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup {
  min-width: 392px;
  border-radius: 16px;
  overflow: hidden;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup_content {
  height: calc(100% - 176px);
  /* 팝업헤더 높이 및 팝업푸터 높이 뺀 값 */
}
.popup_layer.pop_traveler_contract .popup {
  width: 100vw;
  max-width: 800px;
  height: 100%;
  background-color: #FFFFFF;
  box-shadow: -20px 0px 40px 0px rgba(0, 0, 0, 0.2);
}
.popup_layer.pop_traveler_contract .popup_header {
  padding: 12px 16px 12px 24px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
}
.popup_layer.pop_traveler_contract .popup_header .pop_tit {
  padding-left: 24px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #242424;
}
.popup_layer.pop_traveler_contract .popup_header .pop_btn_close {
  width: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.pop_traveler_contract .popup_header .pop_btn_close:disabled {
  opacity: 50%;
}
.popup_layer.pop_traveler_contract .popup_header .pop_btn_close {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #000000;
}
.popup_layer.pop_traveler_contract .popup_header .pop_btn_close:hover {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
}
.popup_layer.pop_traveler_contract .popup_header .pop_btn_close:focus {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.popup_layer.pop_traveler_contract .popup_header .pop_btn_close.active {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}
.popup_layer.pop_traveler_contract .popup_header .pop_btn_close {
  padding: 0 20px;
  height: 56px;
  border-radius: 16px;
  gap: 8px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.popup_layer.pop_traveler_contract .popup_header .pop_btn_close:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.pop_traveler_contract .popup_header .pop_btn_close:has(* + img) img, .popup_layer.pop_traveler_contract .popup_header .pop_btn_close:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_traveler_contract .popup_header .pop_btn_close img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_traveler_contract .popup_header .pop_btn_close:has(*) {
  background-size: 20px;
}
.popup_layer.pop_traveler_contract .popup_header .pop_btn_close:has(.hidden_txt) {
  background-size: 30px;
}
.popup_layer.pop_traveler_contract .popup_header .pop_btn_close {
  background-image: url("/images/ico_close.svg");
}
.popup_layer.pop_traveler_contract .popup_content {
  padding: 0 24px;
  max-height: 100%;
}
.popup_layer.pop_traveler_contract .popup_content .pop_section {
  margin-top: 26px;
}
.popup_layer.pop_traveler_contract .popup_content .pop_section:first-child {
  margin-top: 0;
}
.popup_layer.pop_traveler_contract .popup_content .pop_section .pop_section_tit {
  padding: 19.5px 24px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.3;
  color: #242424;
}
.popup_layer.pop_traveler_contract .popup_content .pop_section .pop_section_cnt {
  position: relative;
  border-top: 1px solid #E8E8E8;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.popup_layer.pop_traveler_contract .popup_content .pop_section .pop_section_cnt.grid_none {
  grid-template-columns: 1fr;
}
.popup_layer.pop_traveler_contract .popup_content .pop_section .pop_section_cnt .pop_col {
  border-right: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
.popup_layer.pop_traveler_contract .popup_content .pop_section .pop_section_cnt .pop_col:last-child {
  border-right: 0;
}
.popup_layer.pop_traveler_contract .popup_footer {
  padding: 32px 24px 24px 24px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background-color: #FFFFFF;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_left .pop_btn_today {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_left .pop_btn_today:disabled {
  opacity: 50%;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_left .pop_btn_today {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  color: #000000;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_left .pop_btn_today:focus {
  border: 1px solid #000000;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.popup_layer.pop_traveler_contract .popup_footer .pop_left .pop_btn_today.active {
  border: 1px solid #000000;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_left .pop_btn_today:disabled {
  border: 1px solid #D2D2D2;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_left .pop_btn_today {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_left .pop_btn_today:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.pop_traveler_contract .popup_footer .pop_left .pop_btn_today:has(* + img) img, .popup_layer.pop_traveler_contract .popup_footer .pop_left .pop_btn_today:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_left .pop_btn_today img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_left .pop_btn_today:has(*) {
  background-size: 20px;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_left .pop_btn_today:has(.hidden_txt) {
  background-size: 30px;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_left .pop_btn_delete {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_left .pop_btn_delete:disabled {
  opacity: 50%;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_left .pop_btn_delete {
  background-color: #FFF4F4;
  border: 2px solid #FFF4F4;
  color: #F52E2E;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_left .pop_btn_delete:focus {
  background-color: #FFF4F4;
  border: 2px solid #F52E2E;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_left .pop_btn_delete.active {
  background-color: #FFE1E1;
  border: 2px solid #FFE1E1;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_left .pop_btn_delete {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_left .pop_btn_delete:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.pop_traveler_contract .popup_footer .pop_left .pop_btn_delete:has(* + img) img, .popup_layer.pop_traveler_contract .popup_footer .pop_left .pop_btn_delete:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_left .pop_btn_delete img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_left .pop_btn_delete:has(*) {
  background-size: 20px;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_left .pop_btn_delete:has(.hidden_txt) {
  background-size: 30px;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_delete {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_delete:disabled {
  opacity: 50%;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_delete {
  background-color: #FFF4F4;
  border: 2px solid #FFF4F4;
  color: #F52E2E;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_delete:focus {
  background-color: #FFF4F4;
  border: 2px solid #F52E2E;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_delete.active {
  background-color: #FFE1E1;
  border: 2px solid #FFE1E1;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_delete {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_delete:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_delete:has(* + img) img, .popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_delete:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_delete img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_delete:has(*) {
  background-size: 20px;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_delete:has(.hidden_txt) {
  background-size: 30px;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_cancel {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_cancel:disabled {
  opacity: 50%;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_cancel {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  color: #000000;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_cancel:focus {
  border: 1px solid #000000;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_cancel.active {
  border: 1px solid #000000;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_cancel:disabled {
  border: 1px solid #D2D2D2;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_cancel {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_cancel:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_cancel:has(* + img) img, .popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_cancel:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_cancel img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_cancel:has(*) {
  background-size: 20px;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_cancel:has(.hidden_txt) {
  background-size: 30px;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_reg,
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_confirm,
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_edit {
  background-image: url("/images/ico_check.svg");
  width: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background-position: center left 16px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_reg:disabled,
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_confirm:disabled,
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_edit:disabled {
  opacity: 50%;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_reg,
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_confirm,
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_edit {
  background-color: #B3FFE1;
  border: 2px solid #B3FFE1;
  color: #0D4630;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_reg:focus,
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_confirm:focus,
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_edit:focus {
  background-color: #B3FFE1;
  border: 2px solid #0D4630;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_reg.active,
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_confirm.active,
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_edit.active {
  background-color: #8EFFD2;
  border: 2px solid #8EFFD2;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_reg,
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_confirm,
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_edit {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_reg:hover,
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_confirm:hover,
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_edit:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_reg:has(* + img) img, .popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_reg:has(img + *) img,
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_confirm:has(* + img) img,
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_confirm:has(img + *) img,
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_edit:has(* + img) img,
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_edit:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_reg img,
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_confirm img,
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_edit img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_reg:has(*),
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_confirm:has(*),
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_edit:has(*) {
  background-size: 20px;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_reg:has(.hidden_txt),
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_confirm:has(.hidden_txt),
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_edit:has(.hidden_txt) {
  background-size: 30px;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_reg,
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_confirm,
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_edit {
  letter-spacing: -0.05em;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_print {
  background-image: url("/images/ico_print.svg");
  width: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background-position: center left 16px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_print:disabled {
  opacity: 50%;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_print {
  background-color: #B3FFE1;
  border: 2px solid #B3FFE1;
  color: #0D4630;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_print:focus {
  background-color: #B3FFE1;
  border: 2px solid #0D4630;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_print.active {
  background-color: #8EFFD2;
  border: 2px solid #8EFFD2;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_print {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_print:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_print:has(* + img) img, .popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_print:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_print img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_print:has(*) {
  background-size: 20px;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_print:has(.hidden_txt) {
  background-size: 30px;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_print {
  letter-spacing: -0.05em;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_save {
  background-image: url("/images/ico_circle_check.svg");
  width: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background-position: center left 16px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_save:disabled {
  opacity: 50%;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_save {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  color: #000000;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_save:focus {
  border: 1px solid #000000;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_save.active {
  border: 1px solid #000000;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_save:disabled {
  border: 1px solid #D2D2D2;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_save {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_save:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_save:has(* + img) img, .popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_save:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_save img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_save:has(*) {
  background-size: 20px;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_save:has(.hidden_txt) {
  background-size: 30px;
}
.popup_layer.pop_traveler_contract .popup_footer .pop_right .pop_btn_save {
  letter-spacing: -0.05em;
}
.popup_layer.pop_traveler_contract.active {
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.3);
}
.popup_layer.pop_traveler_contract.active .popup_bg {
  opacity: 1;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.3);
  transition: step-start;
}
.popup_layer.pop_traveler_contract.active .popup_layer_inner {
  transform: translateY(0);
}
.popup_layer.pop_traveler_contract .floating_label {
  padding-top: 8px;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  cursor: pointer;
  transition: 300ms ease-out;
}
.popup_layer.pop_traveler_contract .floating_label:has(input:focus) {
  background-color: #F4FFFB;
}
.popup_layer.pop_traveler_contract .floating_label:has(input:disabled) {
  cursor: default;
}
.popup_layer.pop_traveler_contract .floating_label:has(input:disabled) .label_tit,
.popup_layer.pop_traveler_contract .floating_label:has(input:disabled) .label_input {
  color: #404040 !important;
}
.popup_layer.pop_traveler_contract .floating_label.important {
  background-color: #F1FBFF !important;
  cursor: default;
}
.popup_layer.pop_traveler_contract .floating_label.important:has(input:focus) {
  background-color: #F1FBFF !important;
}
.popup_layer.pop_traveler_contract .floating_label.important .label_tit,
.popup_layer.pop_traveler_contract .floating_label.important .label_input {
  color: #0A7CF9 !important;
  cursor: default;
}
.popup_layer.pop_traveler_contract .floating_label.error {
  background-color: #FFFFFF !important;
}
.popup_layer.pop_traveler_contract .floating_label.error:has(input:focus) {
  background-color: #FFFFFF !important;
}
.popup_layer.pop_traveler_contract .floating_label.error .label_tit,
.popup_layer.pop_traveler_contract .floating_label.error .label_input {
  color: #F52E2E !important;
}
.popup_layer.pop_traveler_contract .floating_label.error .error_txt {
  display: inline-block;
}
.popup_layer.pop_traveler_contract .floating_label.helper {
  background-color: #FFFFFF !important;
}
.popup_layer.pop_traveler_contract .floating_label.helper:has(input:focus) {
  background-color: #FFFFFF !important;
}
.popup_layer.pop_traveler_contract .floating_label.helper .helper_txt {
  display: inline-block;
}
.popup_layer.pop_traveler_contract .floating_label .label_tit {
  padding-left: 24px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
  color: #404040;
}
.popup_layer.pop_traveler_contract .floating_label .label_input {
  padding: 6px 12px 9px 24px;
  width: 100%;
  height: 32px;
  background-color: transparent;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  color: #000000;
  transition: 300ms ease-out;
}
.popup_layer.pop_traveler_contract .floating_label .label_input::placeholder {
  color: #A3A3A3 !important;
}
.popup_layer.pop_traveler_contract .floating_label .label_input.select {
  position: relative;
  text-align: start;
}
.popup_layer.pop_traveler_contract .floating_label .label_input.select .btn_select {
  padding: 4.5px 24px 4.5px 8px !important;
  min-width: 60px;
  background-color: #FFFFFF;
  background-image: url("/images/arr_down.svg");
  outline: 2px solid transparent;
  color: #242424;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background-position: center right 8px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.pop_traveler_contract .floating_label .label_input.select .btn_select:disabled {
  opacity: 50%;
}
.popup_layer.pop_traveler_contract .floating_label .label_input.select .btn_select {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #000000;
}
.popup_layer.pop_traveler_contract .floating_label .label_input.select .btn_select:hover {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
}
.popup_layer.pop_traveler_contract .floating_label .label_input.select .btn_select:focus {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.popup_layer.pop_traveler_contract .floating_label .label_input.select .btn_select.active {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}
.popup_layer.pop_traveler_contract .floating_label .label_input.select .btn_select {
  padding: 0 8px;
  height: 24px;
  border-radius: 8px;
  gap: 4px;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
}
.popup_layer.pop_traveler_contract .floating_label .label_input.select .btn_select:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.pop_traveler_contract .floating_label .label_input.select .btn_select:has(* + img) img, .popup_layer.pop_traveler_contract .floating_label .label_input.select .btn_select:has(img + *) img {
  width: 12px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_traveler_contract .floating_label .label_input.select .btn_select img {
  width: 16px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_traveler_contract .floating_label .label_input.select .btn_select:has(*) {
  background-size: 12px;
}
.popup_layer.pop_traveler_contract .floating_label .label_input.select .btn_select:has(.hidden_txt) {
  background-size: 16px;
}
.popup_layer.pop_traveler_contract .floating_label .label_input.select .btn_select {
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
}
.popup_layer.pop_traveler_contract .floating_label .label_input.select .btn_select.active + .select_lst {
  visibility: visible;
  opacity: 1;
  max-height: 180px;
  overflow-y: auto;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}
.popup_layer.pop_traveler_contract .floating_label .label_input.select .select_lst {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  position: absolute;
  z-index: 3;
  top: 32px;
  left: 0;
  padding: 0 8px;
  width: 128px;
  border-radius: 8px;
  background-color: #FFFFFF;
  transition: 300ms ease-out;
  transition-property: visibility, max-height, padding-top, padding-bottom, border-top-width, border-bottom-width, border-left-width, border-right-width, box-shadow;
}
.popup_layer.pop_traveler_contract .floating_label .label_input.select .select_lst .lst:not(:last-child) {
  margin-bottom: 4px;
}
.popup_layer.pop_traveler_contract .floating_label .label_input.select .select_lst .lst .btn_lst {
  padding: 7px 12px;
  width: 100%;
  height: 32px;
  border-radius: 8px;
  text-align: start;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  padding-bottom: 0.15em;
  margin-bottom: -0.15em;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.popup_layer.pop_traveler_contract .floating_label .label_input.select .select_lst .lst .btn_lst:hover {
  background-color: #F2F2F2;
}
.popup_layer.pop_traveler_contract .floating_label .label_input.select .btn_select {
  border: 1px solid #FFFFFF;
}
.popup_layer.pop_traveler_contract .floating_label .label_input.select .btn_select:hover {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
}
.popup_layer.pop_traveler_contract .floating_label .label_input.select .btn_select:focus {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.popup_layer.pop_traveler_contract .floating_label .label_input.select .btn_select.active {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}
.popup_layer.pop_traveler_contract .floating_label .label_input.select .btn_select:disabled {
  opacity: 50%;
}
.popup_layer.pop_traveler_contract .floating_label .error_txt,
.popup_layer.pop_traveler_contract .floating_label .helper_txt {
  display: none;
  padding: 4.5px 24px;
  width: 100%;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.3;
  color: #6C6C6C;
}
.popup_layer.pop_traveler_contract .floating_label .error_txt {
  background-color: #fff8f8 !important;
  color: #F52E2E;
}
.popup_layer.pop_traveler_contract .floating_label .helper_txt {
  background-color: #FAFAFA !important;
  color: #6C6C6C;
}
.popup_layer.pop_traveler_contract .floating_label_ghost {
  padding-top: 8px;
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 56px;
  background-color: #FFFFFF;
  cursor: pointer;
  transition: 300ms ease-out;
}
.popup_layer.pop_traveler_contract .floating_label_ghost:has(input:focus) .label_input {
  border-bottom-color: #50DDA5;
}
.popup_layer.pop_traveler_contract .floating_label_ghost:has(input:disabled) {
  cursor: default;
}
.popup_layer.pop_traveler_contract .floating_label_ghost:has(input:disabled) .label_tit,
.popup_layer.pop_traveler_contract .floating_label_ghost:has(input:disabled) .label_input {
  color: #404040 !important;
}
.popup_layer.pop_traveler_contract .floating_label_ghost.important {
  cursor: default;
}
.popup_layer.pop_traveler_contract .floating_label_ghost.important:has(input:focus) {
  border-bottom-color: #0A7CF9 !important;
}
.popup_layer.pop_traveler_contract .floating_label_ghost.important .label_input {
  border-bottom-color: #50DDA5 !important;
}
.popup_layer.pop_traveler_contract .floating_label_ghost.important .label_tit,
.popup_layer.pop_traveler_contract .floating_label_ghost.important .label_input {
  color: #0A7CF9 !important;
  cursor: default;
}
.popup_layer.pop_traveler_contract .floating_label_ghost.error:has(input:focus) {
  border-bottom-color: #F52E2E !important;
}
.popup_layer.pop_traveler_contract .floating_label_ghost.error .label_input {
  border-bottom-color: #F52E2E !important;
}
.popup_layer.pop_traveler_contract .floating_label_ghost.error .label_tit,
.popup_layer.pop_traveler_contract .floating_label_ghost.error .label_input {
  color: #F52E2E !important;
}
.popup_layer.pop_traveler_contract .floating_label_ghost.error .error_txt {
  display: inline-block;
}
.popup_layer.pop_traveler_contract .floating_label_ghost.helper:has(input:focus) {
  border-bottom-color: #E8E8E8 !important;
}
.popup_layer.pop_traveler_contract .floating_label_ghost.helper .label_input {
  border-bottom-color: #E8E8E8 !important;
}
.popup_layer.pop_traveler_contract .floating_label_ghost.helper .helper_txt {
  display: inline-block;
}
.popup_layer.pop_traveler_contract .floating_label_ghost .label_tit {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
  color: #404040;
}
.popup_layer.pop_traveler_contract .floating_label_ghost .label_input {
  padding: 6px 0 9px 0;
  width: 100%;
  height: 32px;
  background-color: transparent;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E8E8E8;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  color: #000000;
  transition: 300ms ease-out;
}
.popup_layer.pop_traveler_contract .floating_label_ghost .label_input::placeholder {
  color: #A3A3A3 !important;
}
.popup_layer.pop_traveler_contract .floating_label_ghost .label_input.select {
  position: relative;
  text-align: start;
}
.popup_layer.pop_traveler_contract .floating_label_ghost .label_input.select .btn_select {
  padding: 4.5px 24px 4.5px 8px !important;
  min-width: 60px;
  background-color: #FFFFFF;
  background-image: url("/images/arr_down.svg");
  outline: 2px solid transparent;
  color: #242424;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background-position: center right 8px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.pop_traveler_contract .floating_label_ghost .label_input.select .btn_select:disabled {
  opacity: 50%;
}
.popup_layer.pop_traveler_contract .floating_label_ghost .label_input.select .btn_select {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #000000;
}
.popup_layer.pop_traveler_contract .floating_label_ghost .label_input.select .btn_select:hover {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
}
.popup_layer.pop_traveler_contract .floating_label_ghost .label_input.select .btn_select:focus {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.popup_layer.pop_traveler_contract .floating_label_ghost .label_input.select .btn_select.active {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}
.popup_layer.pop_traveler_contract .floating_label_ghost .label_input.select .btn_select {
  padding: 0 8px;
  height: 24px;
  border-radius: 8px;
  gap: 4px;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
}
.popup_layer.pop_traveler_contract .floating_label_ghost .label_input.select .btn_select:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.pop_traveler_contract .floating_label_ghost .label_input.select .btn_select:has(* + img) img, .popup_layer.pop_traveler_contract .floating_label_ghost .label_input.select .btn_select:has(img + *) img {
  width: 12px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_traveler_contract .floating_label_ghost .label_input.select .btn_select img {
  width: 16px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.pop_traveler_contract .floating_label_ghost .label_input.select .btn_select:has(*) {
  background-size: 12px;
}
.popup_layer.pop_traveler_contract .floating_label_ghost .label_input.select .btn_select:has(.hidden_txt) {
  background-size: 16px;
}
.popup_layer.pop_traveler_contract .floating_label_ghost .label_input.select .btn_select {
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
}
.popup_layer.pop_traveler_contract .floating_label_ghost .label_input.select .btn_select.active + .select_lst {
  visibility: visible;
  opacity: 1;
  max-height: 180px;
  overflow-y: auto;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}
.popup_layer.pop_traveler_contract .floating_label_ghost .label_input.select .select_lst {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  position: absolute;
  z-index: 3;
  top: 32px;
  left: 0;
  padding: 0 8px;
  width: 128px;
  border-radius: 8px;
  background-color: #FFFFFF;
  transition: 300ms ease-out;
  transition-property: visibility, max-height, padding-top, padding-bottom, border-top-width, border-bottom-width, border-left-width, border-right-width, box-shadow;
}
.popup_layer.pop_traveler_contract .floating_label_ghost .label_input.select .select_lst .lst:not(:last-child) {
  margin-bottom: 4px;
}
.popup_layer.pop_traveler_contract .floating_label_ghost .label_input.select .select_lst .lst .btn_lst {
  padding: 7px 12px;
  width: 100%;
  height: 32px;
  border-radius: 8px;
  text-align: start;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  padding-bottom: 0.15em;
  margin-bottom: -0.15em;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.popup_layer.pop_traveler_contract .floating_label_ghost .label_input.select .select_lst .lst .btn_lst:hover {
  background-color: #F2F2F2;
}
.popup_layer.pop_traveler_contract .floating_label_ghost .label_input.select .btn_select {
  border: 1px solid #FFFFFF;
}
.popup_layer.pop_traveler_contract .floating_label_ghost .label_input.select .btn_select:hover {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
}
.popup_layer.pop_traveler_contract .floating_label_ghost .label_input.select .btn_select:focus {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.popup_layer.pop_traveler_contract .floating_label_ghost .label_input.select .btn_select.active {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}
.popup_layer.pop_traveler_contract .floating_label_ghost .label_input.select .btn_select:disabled {
  opacity: 50%;
}
.popup_layer.pop_traveler_contract .floating_label_ghost .error_txt,
.popup_layer.pop_traveler_contract .floating_label_ghost .helper_txt {
  display: none;
  padding: 4.5px 0;
  width: 100%;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.3;
}
.popup_layer.pop_traveler_contract .floating_label_ghost .error_txt {
  color: #F52E2E;
}
.popup_layer.pop_traveler_contract .floating_label_ghost .helper_txt {
  color: #6C6C6C;
}
@page {
  .popup_layer.pop_traveler_contract {
    size: A4;
    margin: 20mm;
  }
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup {
  max-width: 100vw;
  border-radius: 0;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_header {
  padding: 12px 8px;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_header .pop_tit {
  padding-left: 0;
  width: calc(100% - 56px);
  text-align: center;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content {
  padding: 0 20px;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section {
  margin-top: 40px;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_contractor_info {
  margin-top: 64px;
  display: flex;
  align-items: flex-start;
  min-height: fit-content;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_contractor_info .pop_section_tit {
  padding: 0;
  flex: 1 1 auto;
  width: 60%;
  min-height: 100%;
  border-top: 0;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_contractor_info .pop_section_tit img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_contractor_info .pop_section_cnt {
  padding-left: 16px;
  flex: 1 1 auto;
  width: 40%;
  min-height: 100%;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_contractor_info .pop_section_cnt .info_item {
  display: inline;
  position: relative;
  padding-right: 10px;
  margin-right: 5px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_contractor_info .pop_section_cnt .info_item:not(:last-child):after {
  position: absolute;
  right: 0;
  content: "/";
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_contractor_info .pop_section_cnt .info_item:last-child {
  padding-right: 0;
  margin-right: 0;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_basic_info .pop_section_tit {
  border-top: 1px solid #8dccb3;
  background-color: #B0FFE0;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_basic_info .overseas_wrap .div_col_table .row:nth-child(1) .col:nth-child(2), .popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_basic_info .overseas_wrap .div_col_table .row:nth-child(1) .col:nth-child(4) {
  grid-column: span 2;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_basic_info .overseas_wrap .div_col_table .row:nth-child(n+2):nth-child(-n+4) .col:nth-child(3) {
  grid-column: span 4;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_basic_info .overseas_wrap .div_col_table .row:nth-child(5) .col:nth-child(4) {
  grid-column: span 3;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_basic_info .overseas_wrap .div_col_table .row:nth-child(5) .flex {
  border-right: 1px solid #6C6C6C;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_basic_info .overseas_wrap .div_col_table .row:nth-child(6) .col:nth-child(3) {
  grid-column: span 4;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_basic_info .overseas_wrap .div_col_table .row:nth-child(6) .cnt {
  text-indent: unset !important;
  margin-left: unset !important;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_basic_info .domestic_wrap .div_col_table .row:nth-child(-n+3) .col:nth-child(2n) {
  grid-column: span 2;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_basic_info .domestic_wrap .div_col_table .row:nth-child(4) .col:nth-child(3) {
  grid-column: span 4;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_basic_info .domestic_wrap .div_col_table .row:nth-child(4) .cnt {
  text-indent: unset !important;
  margin-left: unset !important;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_include_info .pop_section_tit {
  border-top: 1px solid #CCCA9A;
  background-color: #FFFCC0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_include_info .pop_section_tit .sub_text {
  padding: 19px 16px;
  grid-column: span 5;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_include_info .div_col_table .row:nth-child(1) .col:nth-child(2) {
  grid-column: span 5;
  gap: 16px;
  flex-wrap: wrap;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_include_info .div_col_table .row:nth-child(1) .col:nth-child(2) .checkbox_custom {
  white-space: nowrap;
  margin-right: 16px;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_include_info .div_col_table .row:nth-child(1) .col:nth-child(2) .checkbox_custom:last-child {
  margin-right: 0;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_include_info .div_col_table .col.total {
  background-color: #B0FFE0;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_include_info .div_col_table .input_txt[readonly] {
  background-color: transparent !important;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_include_info .div_col_table:first-child .row:last-child .col_wrap {
  border-bottom: 0;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_uninclude_info .pop_section_tit {
  border-top: 1px solid #CCB29A;
  background-color: #FFDEC0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_uninclude_info .pop_section_tit .sub_text {
  padding: 19px 16px;
  grid-column: span 5;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_uninclude_info .div_col_table .row:nth-child(1) .col:nth-child(2) {
  grid-column: span 5;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_uninclude_info .div_col_table .row:nth-child(2) .col:nth-child(1) {
  grid-column: span 4;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_uninclude_info .div_col_table .row:nth-child(2) .col {
  padding: 32px 16px;
  border-right: 0;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_uninclude_info .div_col_table .row:nth-child(2) .col.col_tit {
  background-color: #FFFFFF;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_uninclude_info .div_col_table .row:nth-child(2) .name {
  white-space: nowrap;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_sign_info {
  margin-top: 0;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_sign_info .div_col_table:nth-child(1) {
  border-top: 0;
  margin-bottom: 64px;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_sign_info .div_col_table:nth-child(1) .row .col_wrap {
  border-bottom: 0;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_sign_info .div_col_table:nth-child(1) .row .col:nth-child(1) {
  grid-column: span 4;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_sign_info .div_col_table:nth-child(1) .row .col:nth-child(2) {
  grid-column: span 2;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_sign_info .div_col_table:nth-child(1) .row .col {
  padding: 24px 16px 0;
  border-right: 0;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_sign_info .div_col_table:nth-child(1) .row .col.col_tit {
  background-color: #FFFFFF;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_sign_info .div_col_table:nth-child(1) .row .write_date {
  white-space: nowrap;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_sign_info .div_col_table:nth-child(2) .row:nth-child(1) .col {
  grid-column: span 3;
  text-align: center;
  justify-content: center;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_sign_info .div_col_table:nth-child(2) .row:nth-child(2) .col {
  padding: 16px 16px 4px !important;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_sign_info .div_col_table:nth-child(2) .row:nth-child(2) .input_txt {
  width: 37% !important;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_sign_info .div_col_table:nth-child(2) .row:nth-child(n+2) .col:nth-child(2n) {
  grid-column: span 2;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_sign_info .div_col_table:nth-child(2) .row:nth-child(n+2) .col {
  padding: 4px 16px;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_sign_info .div_col_table:nth-child(2) .row:nth-child(n+2) .col_tit {
  background-color: #FFFFFF;
  border-right: 0;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_sign_info .div_col_table:nth-child(2) .row:nth-child(n+2):nth-child(-n+3) .col_wrap {
  border-bottom: 0;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_sign_info .div_col_table:nth-child(2) .row:last-child .col {
  padding: 4px 16px 16px !important;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_sign_info .div_col_table:nth-child(2) .row:last-child .unit {
  margin-left: 70px !important;
  position: relative;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section.contract_sign_info .div_col_table:nth-child(2) .row:last-child .unit img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section .pop_section_tit {
  padding: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section .pop_section_tit .text {
  padding: 19px 16px;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section .pop_section_cnt {
  border-top: 0;
  display: block;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section .div_col_table {
  border-top: 2px solid #000000;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section .div_col_table .row .col_wrap {
  border-bottom: 1px solid #6C6C6C;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section .div_col_table .row .col_wrap .col {
  padding: 16px;
  border-bottom: 0;
  border-right: 1px solid #6C6C6C;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section .div_col_table .row .col_wrap .col:last-child {
  border-right: 0 !important;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section .div_col_table .row .col_wrap .col.col_tit {
  width: unset;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.6;
  color: #000000;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section .div_col_table .row .col_wrap .col.col_cnt {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.3;
  color: #000000;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section .div_col_table .row .col_wrap .col.col_cnt:has(.cnt) {
  flex-direction: column;
  align-items: flex-start;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section .div_col_table .row .col_wrap .col.col_cnt .input_txt {
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  color: #000000;
  transition: 300ms ease-out;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section .div_col_table .row .col_wrap .col.col_cnt .input_txt::placeholder {
  color: #A3A3A3;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section .div_col_table .row .col_wrap .col.col_cnt .input_txt:not(:disabled):not([readonly]):not(.error):hover, .popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section .div_col_table .row .col_wrap .col.col_cnt .input_txt:not(:disabled):not([readonly]):not(.error):focus, .popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section .div_col_table .row .col_wrap .col.col_cnt .input_txt:not(:disabled):not([readonly]):not(.error):active {
  border: 1px solid #000000;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section .div_col_table .row .col_wrap .col.col_cnt .input_txt:disabled, .popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section .div_col_table .row .col_wrap .col.col_cnt .input_txt[readOnly] {
  background-color: #E8E8E8;
  color: #A3A3A3;
  opacity: 50%;
  cursor: default;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section .div_col_table .row .col_wrap .col.col_cnt .input_txt.error {
  border: 1px solid #E0C2C2;
  background-color: #FFE3E3;
  color: #DC5D5D;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section .div_col_table .row .col_wrap .col.col_cnt .input_txt.error::placeholder {
  color: #DC5D5D;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section .div_col_table .row .col_wrap .col.col_cnt .input_txt {
  padding: 10px 16px;
  height: 40px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.3;
  padding: 0;
  height: auto;
  border: 0;
  border-radius: 0;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section .div_col_table .row .col_wrap .col.col_cnt .input_txt:not(:disabled):not([readonly]):not(.error):hover, .popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section .div_col_table .row .col_wrap .col.col_cnt .input_txt:not(:disabled):not([readonly]):not(.error):focus, .popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section .div_col_table .row .col_wrap .col.col_cnt .input_txt:not(:disabled):not([readonly]):not(.error):active {
  border: 0;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section .div_col_table .row .col_wrap .col.col_cnt .input_txt.number {
  text-align: right;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section .div_col_table .row .col_wrap .col.col_cnt .cnt {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  text-indent: -1.2em;
  margin-left: 1.2em;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section .div_col_table .row .col_wrap .col.col_cnt .unit {
  margin-left: 4px;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section .explanation_box {
  padding: 24px 16px 0;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_content .pop_section .explanation_box .explanation {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  text-indent: -1.1em;
  margin-left: 1.1em;
}
.popup_layer.pop_traveler_contract .popup_layer_inner .popup .popup_footer {
  padding: 32px 120px 24px 120px;
}
.modal-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-container {
  display: flex;
  flex-direction: column;
  max-width: 95vw;
  /* min-height: 500px; */
  max-height: 95vh;
  /* margin: 150px auto; */
  padding: 0px 30px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
}
/*******************
  일정등록 팝업
******************/
.popup_layer.schedule_reg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: transparent;
  transition: 0.5s step-end;
}
.popup_layer.schedule_reg .popup_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  background-color: transparent;
  transition: 0.5s step-end;
}
.popup_layer.schedule_reg .popup_layer_inner {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all 1s;
  align-items: center;
  justify-content: flex-end;
  transform: translateX(100%);
}
.popup_layer.schedule_reg .popup_layer_inner .popup {
  min-width: 455px;
}
.popup_layer.schedule_reg .popup_layer_inner .popup_content {
  height: calc(100vh - 176px);
  /* 팝업헤더 높이 및 팝업푸터 높이 뺀 값 */
}
.popup_layer.schedule_reg .popup {
  width: 50.252vw;
  max-width: 800px;
  height: 100%;
  background-color: #FFFFFF;
  box-shadow: -20px 0px 40px 0px rgba(0, 0, 0, 0.2);
}
.popup_layer.schedule_reg .popup_header {
  padding: 12px 16px 12px 24px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
}
.popup_layer.schedule_reg .popup_header .pop_tit {
  padding-left: 24px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #242424;
}
.popup_layer.schedule_reg .popup_header .pop_btn_close {
  width: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.schedule_reg .popup_header .pop_btn_close:disabled {
  opacity: 50%;
}
.popup_layer.schedule_reg .popup_header .pop_btn_close {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #000000;
}
.popup_layer.schedule_reg .popup_header .pop_btn_close:hover {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
}
.popup_layer.schedule_reg .popup_header .pop_btn_close:focus {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.popup_layer.schedule_reg .popup_header .pop_btn_close.active {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}
.popup_layer.schedule_reg .popup_header .pop_btn_close {
  padding: 0 20px;
  height: 56px;
  border-radius: 16px;
  gap: 8px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.popup_layer.schedule_reg .popup_header .pop_btn_close:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.schedule_reg .popup_header .pop_btn_close:has(* + img) img, .popup_layer.schedule_reg .popup_header .pop_btn_close:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.schedule_reg .popup_header .pop_btn_close img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.schedule_reg .popup_header .pop_btn_close:has(*) {
  background-size: 20px;
}
.popup_layer.schedule_reg .popup_header .pop_btn_close:has(.hidden_txt) {
  background-size: 30px;
}
.popup_layer.schedule_reg .popup_header .pop_btn_close {
  background-image: url("/images/ico_close.svg");
}
.popup_layer.schedule_reg .popup_content {
  padding: 0 24px;
  max-height: 100%;
}
.popup_layer.schedule_reg .popup_content .pop_section {
  margin-top: 26px;
}
.popup_layer.schedule_reg .popup_content .pop_section:first-child {
  margin-top: 0;
}
.popup_layer.schedule_reg .popup_content .pop_section .pop_section_tit {
  padding: 19.5px 24px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.3;
  color: #242424;
}
.popup_layer.schedule_reg .popup_content .pop_section .pop_section_cnt {
  position: relative;
  border-top: 1px solid #E8E8E8;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.popup_layer.schedule_reg .popup_content .pop_section .pop_section_cnt.grid_none {
  grid-template-columns: 1fr;
}
.popup_layer.schedule_reg .popup_content .pop_section .pop_section_cnt .pop_col {
  border-right: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
.popup_layer.schedule_reg .popup_content .pop_section .pop_section_cnt .pop_col:last-child {
  border-right: 0;
}
.popup_layer.schedule_reg .popup_footer {
  padding: 32px 24px 24px 24px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background-color: #FFFFFF;
}
.popup_layer.schedule_reg .popup_footer .pop_left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.popup_layer.schedule_reg .popup_footer .pop_left .pop_btn_today {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.schedule_reg .popup_footer .pop_left .pop_btn_today:disabled {
  opacity: 50%;
}
.popup_layer.schedule_reg .popup_footer .pop_left .pop_btn_today {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  color: #000000;
}
.popup_layer.schedule_reg .popup_footer .pop_left .pop_btn_today:focus {
  border: 1px solid #000000;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.popup_layer.schedule_reg .popup_footer .pop_left .pop_btn_today.active {
  border: 1px solid #000000;
}
.popup_layer.schedule_reg .popup_footer .pop_left .pop_btn_today:disabled {
  border: 1px solid #D2D2D2;
}
.popup_layer.schedule_reg .popup_footer .pop_left .pop_btn_today {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.popup_layer.schedule_reg .popup_footer .pop_left .pop_btn_today:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.schedule_reg .popup_footer .pop_left .pop_btn_today:has(* + img) img, .popup_layer.schedule_reg .popup_footer .pop_left .pop_btn_today:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.schedule_reg .popup_footer .pop_left .pop_btn_today img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.schedule_reg .popup_footer .pop_left .pop_btn_today:has(*) {
  background-size: 20px;
}
.popup_layer.schedule_reg .popup_footer .pop_left .pop_btn_today:has(.hidden_txt) {
  background-size: 30px;
}
.popup_layer.schedule_reg .popup_footer .pop_left .pop_btn_delete {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.schedule_reg .popup_footer .pop_left .pop_btn_delete:disabled {
  opacity: 50%;
}
.popup_layer.schedule_reg .popup_footer .pop_left .pop_btn_delete {
  background-color: #FFF4F4;
  border: 2px solid #FFF4F4;
  color: #F52E2E;
}
.popup_layer.schedule_reg .popup_footer .pop_left .pop_btn_delete:focus {
  background-color: #FFF4F4;
  border: 2px solid #F52E2E;
}
.popup_layer.schedule_reg .popup_footer .pop_left .pop_btn_delete.active {
  background-color: #FFE1E1;
  border: 2px solid #FFE1E1;
}
.popup_layer.schedule_reg .popup_footer .pop_left .pop_btn_delete {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.popup_layer.schedule_reg .popup_footer .pop_left .pop_btn_delete:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.schedule_reg .popup_footer .pop_left .pop_btn_delete:has(* + img) img, .popup_layer.schedule_reg .popup_footer .pop_left .pop_btn_delete:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.schedule_reg .popup_footer .pop_left .pop_btn_delete img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.schedule_reg .popup_footer .pop_left .pop_btn_delete:has(*) {
  background-size: 20px;
}
.popup_layer.schedule_reg .popup_footer .pop_left .pop_btn_delete:has(.hidden_txt) {
  background-size: 30px;
}
.popup_layer.schedule_reg .popup_footer .pop_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_delete {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_delete:disabled {
  opacity: 50%;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_delete {
  background-color: #FFF4F4;
  border: 2px solid #FFF4F4;
  color: #F52E2E;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_delete:focus {
  background-color: #FFF4F4;
  border: 2px solid #F52E2E;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_delete.active {
  background-color: #FFE1E1;
  border: 2px solid #FFE1E1;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_delete {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_delete:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_delete:has(* + img) img, .popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_delete:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_delete img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_delete:has(*) {
  background-size: 20px;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_delete:has(.hidden_txt) {
  background-size: 30px;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_cancel {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_cancel:disabled {
  opacity: 50%;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_cancel {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  color: #000000;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_cancel:focus {
  border: 1px solid #000000;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_cancel.active {
  border: 1px solid #000000;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_cancel:disabled {
  border: 1px solid #D2D2D2;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_cancel {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_cancel:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_cancel:has(* + img) img, .popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_cancel:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_cancel img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_cancel:has(*) {
  background-size: 20px;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_cancel:has(.hidden_txt) {
  background-size: 30px;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_reg,
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_confirm,
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_edit {
  background-image: url("/images/ico_check.svg");
  width: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background-position: center left 16px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_reg:disabled,
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_confirm:disabled,
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_edit:disabled {
  opacity: 50%;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_reg,
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_confirm,
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_edit {
  background-color: #B3FFE1;
  border: 2px solid #B3FFE1;
  color: #0D4630;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_reg:focus,
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_confirm:focus,
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_edit:focus {
  background-color: #B3FFE1;
  border: 2px solid #0D4630;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_reg.active,
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_confirm.active,
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_edit.active {
  background-color: #8EFFD2;
  border: 2px solid #8EFFD2;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_reg,
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_confirm,
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_edit {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_reg:hover,
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_confirm:hover,
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_edit:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_reg:has(* + img) img, .popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_reg:has(img + *) img,
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_confirm:has(* + img) img,
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_confirm:has(img + *) img,
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_edit:has(* + img) img,
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_edit:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_reg img,
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_confirm img,
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_edit img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_reg:has(*),
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_confirm:has(*),
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_edit:has(*) {
  background-size: 20px;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_reg:has(.hidden_txt),
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_confirm:has(.hidden_txt),
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_edit:has(.hidden_txt) {
  background-size: 30px;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_reg,
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_confirm,
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_edit {
  letter-spacing: -0.05em;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_print {
  background-image: url("/images/ico_print.svg");
  width: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background-position: center left 16px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_print:disabled {
  opacity: 50%;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_print {
  background-color: #B3FFE1;
  border: 2px solid #B3FFE1;
  color: #0D4630;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_print:focus {
  background-color: #B3FFE1;
  border: 2px solid #0D4630;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_print.active {
  background-color: #8EFFD2;
  border: 2px solid #8EFFD2;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_print {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_print:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_print:has(* + img) img, .popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_print:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_print img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_print:has(*) {
  background-size: 20px;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_print:has(.hidden_txt) {
  background-size: 30px;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_print {
  letter-spacing: -0.05em;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_save {
  background-image: url("/images/ico_circle_check.svg");
  width: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background-position: center left 16px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_save:disabled {
  opacity: 50%;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_save {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  color: #000000;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_save:focus {
  border: 1px solid #000000;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_save.active {
  border: 1px solid #000000;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_save:disabled {
  border: 1px solid #D2D2D2;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_save {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_save:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_save:has(* + img) img, .popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_save:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_save img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_save:has(*) {
  background-size: 20px;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_save:has(.hidden_txt) {
  background-size: 30px;
}
.popup_layer.schedule_reg .popup_footer .pop_right .pop_btn_save {
  letter-spacing: -0.05em;
}
.popup_layer.schedule_reg.active {
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.3);
}
.popup_layer.schedule_reg.active .popup_bg {
  opacity: 1;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.3);
  transition: step-start;
}
.popup_layer.schedule_reg.active .popup_layer_inner {
  transform: translateX(0);
}
.popup_layer.schedule_reg .floating_label {
  padding-top: 8px;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  cursor: pointer;
  transition: 300ms ease-out;
}
.popup_layer.schedule_reg .floating_label:has(input:focus) {
  background-color: #F4FFFB;
}
.popup_layer.schedule_reg .floating_label:has(input:disabled) {
  cursor: default;
}
.popup_layer.schedule_reg .floating_label:has(input:disabled) .label_tit,
.popup_layer.schedule_reg .floating_label:has(input:disabled) .label_input {
  color: #404040 !important;
}
.popup_layer.schedule_reg .floating_label.important {
  background-color: #F1FBFF !important;
  cursor: default;
}
.popup_layer.schedule_reg .floating_label.important:has(input:focus) {
  background-color: #F1FBFF !important;
}
.popup_layer.schedule_reg .floating_label.important .label_tit,
.popup_layer.schedule_reg .floating_label.important .label_input {
  color: #0A7CF9 !important;
  cursor: default;
}
.popup_layer.schedule_reg .floating_label.error {
  background-color: #FFFFFF !important;
}
.popup_layer.schedule_reg .floating_label.error:has(input:focus) {
  background-color: #FFFFFF !important;
}
.popup_layer.schedule_reg .floating_label.error .label_tit,
.popup_layer.schedule_reg .floating_label.error .label_input {
  color: #F52E2E !important;
}
.popup_layer.schedule_reg .floating_label.error .error_txt {
  display: inline-block;
}
.popup_layer.schedule_reg .floating_label.helper {
  background-color: #FFFFFF !important;
}
.popup_layer.schedule_reg .floating_label.helper:has(input:focus) {
  background-color: #FFFFFF !important;
}
.popup_layer.schedule_reg .floating_label.helper .helper_txt {
  display: inline-block;
}
.popup_layer.schedule_reg .floating_label .label_tit {
  padding-left: 24px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
  color: #404040;
}
.popup_layer.schedule_reg .floating_label .label_input {
  padding: 6px 12px 9px 24px;
  width: 100%;
  height: 32px;
  background-color: transparent;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  color: #000000;
  transition: 300ms ease-out;
}
.popup_layer.schedule_reg .floating_label .label_input::placeholder {
  color: #A3A3A3 !important;
}
.popup_layer.schedule_reg .floating_label .label_input.select {
  position: relative;
  text-align: start;
}
.popup_layer.schedule_reg .floating_label .label_input.select .btn_select {
  padding: 4.5px 24px 4.5px 8px !important;
  min-width: 60px;
  background-color: #FFFFFF;
  background-image: url("/images/arr_down.svg");
  outline: 2px solid transparent;
  color: #242424;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background-position: center right 8px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.schedule_reg .floating_label .label_input.select .btn_select:disabled {
  opacity: 50%;
}
.popup_layer.schedule_reg .floating_label .label_input.select .btn_select {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #000000;
}
.popup_layer.schedule_reg .floating_label .label_input.select .btn_select:hover {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
}
.popup_layer.schedule_reg .floating_label .label_input.select .btn_select:focus {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.popup_layer.schedule_reg .floating_label .label_input.select .btn_select.active {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}
.popup_layer.schedule_reg .floating_label .label_input.select .btn_select {
  padding: 0 8px;
  height: 24px;
  border-radius: 8px;
  gap: 4px;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
}
.popup_layer.schedule_reg .floating_label .label_input.select .btn_select:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.schedule_reg .floating_label .label_input.select .btn_select:has(* + img) img, .popup_layer.schedule_reg .floating_label .label_input.select .btn_select:has(img + *) img {
  width: 12px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.schedule_reg .floating_label .label_input.select .btn_select img {
  width: 16px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.schedule_reg .floating_label .label_input.select .btn_select:has(*) {
  background-size: 12px;
}
.popup_layer.schedule_reg .floating_label .label_input.select .btn_select:has(.hidden_txt) {
  background-size: 16px;
}
.popup_layer.schedule_reg .floating_label .label_input.select .btn_select {
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
}
.popup_layer.schedule_reg .floating_label .label_input.select .btn_select.active + .select_lst {
  visibility: visible;
  opacity: 1;
  max-height: 180px;
  overflow-y: auto;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}
.popup_layer.schedule_reg .floating_label .label_input.select .select_lst {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  position: absolute;
  z-index: 3;
  top: 32px;
  left: 0;
  padding: 0 8px;
  width: 128px;
  border-radius: 8px;
  background-color: #FFFFFF;
  transition: 300ms ease-out;
  transition-property: visibility, max-height, padding-top, padding-bottom, border-top-width, border-bottom-width, border-left-width, border-right-width, box-shadow;
}
.popup_layer.schedule_reg .floating_label .label_input.select .select_lst .lst:not(:last-child) {
  margin-bottom: 4px;
}
.popup_layer.schedule_reg .floating_label .label_input.select .select_lst .lst .btn_lst {
  padding: 7px 12px;
  width: 100%;
  height: 32px;
  border-radius: 8px;
  text-align: start;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  padding-bottom: 0.15em;
  margin-bottom: -0.15em;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.popup_layer.schedule_reg .floating_label .label_input.select .select_lst .lst .btn_lst:hover {
  background-color: #F2F2F2;
}
.popup_layer.schedule_reg .floating_label .label_input.select .btn_select {
  border: 1px solid #FFFFFF;
}
.popup_layer.schedule_reg .floating_label .label_input.select .btn_select:hover {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
}
.popup_layer.schedule_reg .floating_label .label_input.select .btn_select:focus {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.popup_layer.schedule_reg .floating_label .label_input.select .btn_select.active {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}
.popup_layer.schedule_reg .floating_label .label_input.select .btn_select:disabled {
  opacity: 50%;
}
.popup_layer.schedule_reg .floating_label .error_txt,
.popup_layer.schedule_reg .floating_label .helper_txt {
  display: none;
  padding: 4.5px 24px;
  width: 100%;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.3;
  color: #6C6C6C;
}
.popup_layer.schedule_reg .floating_label .error_txt {
  background-color: #fff8f8 !important;
  color: #F52E2E;
}
.popup_layer.schedule_reg .floating_label .helper_txt {
  background-color: #FAFAFA !important;
  color: #6C6C6C;
}
.popup_layer.schedule_reg .floating_label_ghost {
  padding-top: 8px;
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 56px;
  background-color: #FFFFFF;
  cursor: pointer;
  transition: 300ms ease-out;
}
.popup_layer.schedule_reg .floating_label_ghost:has(input:focus) .label_input {
  border-bottom-color: #50DDA5;
}
.popup_layer.schedule_reg .floating_label_ghost:has(input:disabled) {
  cursor: default;
}
.popup_layer.schedule_reg .floating_label_ghost:has(input:disabled) .label_tit,
.popup_layer.schedule_reg .floating_label_ghost:has(input:disabled) .label_input {
  color: #404040 !important;
}
.popup_layer.schedule_reg .floating_label_ghost.important {
  cursor: default;
}
.popup_layer.schedule_reg .floating_label_ghost.important:has(input:focus) {
  border-bottom-color: #0A7CF9 !important;
}
.popup_layer.schedule_reg .floating_label_ghost.important .label_input {
  border-bottom-color: #50DDA5 !important;
}
.popup_layer.schedule_reg .floating_label_ghost.important .label_tit,
.popup_layer.schedule_reg .floating_label_ghost.important .label_input {
  color: #0A7CF9 !important;
  cursor: default;
}
.popup_layer.schedule_reg .floating_label_ghost.error:has(input:focus) {
  border-bottom-color: #F52E2E !important;
}
.popup_layer.schedule_reg .floating_label_ghost.error .label_input {
  border-bottom-color: #F52E2E !important;
}
.popup_layer.schedule_reg .floating_label_ghost.error .label_tit,
.popup_layer.schedule_reg .floating_label_ghost.error .label_input {
  color: #F52E2E !important;
}
.popup_layer.schedule_reg .floating_label_ghost.error .error_txt {
  display: inline-block;
}
.popup_layer.schedule_reg .floating_label_ghost.helper:has(input:focus) {
  border-bottom-color: #E8E8E8 !important;
}
.popup_layer.schedule_reg .floating_label_ghost.helper .label_input {
  border-bottom-color: #E8E8E8 !important;
}
.popup_layer.schedule_reg .floating_label_ghost.helper .helper_txt {
  display: inline-block;
}
.popup_layer.schedule_reg .floating_label_ghost .label_tit {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
  color: #404040;
}
.popup_layer.schedule_reg .floating_label_ghost .label_input {
  padding: 6px 0 9px 0;
  width: 100%;
  height: 32px;
  background-color: transparent;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E8E8E8;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  color: #000000;
  transition: 300ms ease-out;
}
.popup_layer.schedule_reg .floating_label_ghost .label_input::placeholder {
  color: #A3A3A3 !important;
}
.popup_layer.schedule_reg .floating_label_ghost .label_input.select {
  position: relative;
  text-align: start;
}
.popup_layer.schedule_reg .floating_label_ghost .label_input.select .btn_select {
  padding: 4.5px 24px 4.5px 8px !important;
  min-width: 60px;
  background-color: #FFFFFF;
  background-image: url("/images/arr_down.svg");
  outline: 2px solid transparent;
  color: #242424;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background-position: center right 8px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.popup_layer.schedule_reg .floating_label_ghost .label_input.select .btn_select:disabled {
  opacity: 50%;
}
.popup_layer.schedule_reg .floating_label_ghost .label_input.select .btn_select {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #000000;
}
.popup_layer.schedule_reg .floating_label_ghost .label_input.select .btn_select:hover {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
}
.popup_layer.schedule_reg .floating_label_ghost .label_input.select .btn_select:focus {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.popup_layer.schedule_reg .floating_label_ghost .label_input.select .btn_select.active {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}
.popup_layer.schedule_reg .floating_label_ghost .label_input.select .btn_select {
  padding: 0 8px;
  height: 24px;
  border-radius: 8px;
  gap: 4px;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
}
.popup_layer.schedule_reg .floating_label_ghost .label_input.select .btn_select:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.popup_layer.schedule_reg .floating_label_ghost .label_input.select .btn_select:has(* + img) img, .popup_layer.schedule_reg .floating_label_ghost .label_input.select .btn_select:has(img + *) img {
  width: 12px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.schedule_reg .floating_label_ghost .label_input.select .btn_select img {
  width: 16px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.popup_layer.schedule_reg .floating_label_ghost .label_input.select .btn_select:has(*) {
  background-size: 12px;
}
.popup_layer.schedule_reg .floating_label_ghost .label_input.select .btn_select:has(.hidden_txt) {
  background-size: 16px;
}
.popup_layer.schedule_reg .floating_label_ghost .label_input.select .btn_select {
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
}
.popup_layer.schedule_reg .floating_label_ghost .label_input.select .btn_select.active + .select_lst {
  visibility: visible;
  opacity: 1;
  max-height: 180px;
  overflow-y: auto;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}
.popup_layer.schedule_reg .floating_label_ghost .label_input.select .select_lst {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  position: absolute;
  z-index: 3;
  top: 32px;
  left: 0;
  padding: 0 8px;
  width: 128px;
  border-radius: 8px;
  background-color: #FFFFFF;
  transition: 300ms ease-out;
  transition-property: visibility, max-height, padding-top, padding-bottom, border-top-width, border-bottom-width, border-left-width, border-right-width, box-shadow;
}
.popup_layer.schedule_reg .floating_label_ghost .label_input.select .select_lst .lst:not(:last-child) {
  margin-bottom: 4px;
}
.popup_layer.schedule_reg .floating_label_ghost .label_input.select .select_lst .lst .btn_lst {
  padding: 7px 12px;
  width: 100%;
  height: 32px;
  border-radius: 8px;
  text-align: start;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  padding-bottom: 0.15em;
  margin-bottom: -0.15em;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.popup_layer.schedule_reg .floating_label_ghost .label_input.select .select_lst .lst .btn_lst:hover {
  background-color: #F2F2F2;
}
.popup_layer.schedule_reg .floating_label_ghost .label_input.select .btn_select {
  border: 1px solid #FFFFFF;
}
.popup_layer.schedule_reg .floating_label_ghost .label_input.select .btn_select:hover {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
}
.popup_layer.schedule_reg .floating_label_ghost .label_input.select .btn_select:focus {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.popup_layer.schedule_reg .floating_label_ghost .label_input.select .btn_select.active {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}
.popup_layer.schedule_reg .floating_label_ghost .label_input.select .btn_select:disabled {
  opacity: 50%;
}
.popup_layer.schedule_reg .floating_label_ghost .error_txt,
.popup_layer.schedule_reg .floating_label_ghost .helper_txt {
  display: none;
  padding: 4.5px 0;
  width: 100%;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.3;
}
.popup_layer.schedule_reg .floating_label_ghost .error_txt {
  color: #F52E2E;
}
.popup_layer.schedule_reg .floating_label_ghost .helper_txt {
  color: #6C6C6C;
}
.popup_layer.schedule_reg .pop_section .pop_col.span-2 {
  grid-column: span 2;
  border-right: 0;
}
.popup_layer.schedule_reg .pop_section .pop_col.span-2 + .pop_col {
  border-right: 1px solid #E8E8E8;
}
.popup_layer.schedule_reg .pop_section.category_info .category_list {
  display: flex;
  gap: 8px;
  padding: 16px 24px;
  border-bottom: 1px solid #E8E8E8;
}
.popup_layer.schedule_reg .pop_section.category_info .category_list .checkbox_label {
  padding: 8.5px 10px 8.5px 32px;
  width: fit-content;
  min-width: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: left 10px top 50%;
  border: 1px solid #E8E8E8;
  border-radius: 12px;
}
.popup_layer.schedule_reg .pop_section.category_info .category_list .checkbox_label.bus {
  background-image: url("/images/ico_bus.svg");
}
.popup_layer.schedule_reg .pop_section.category_info .category_list .checkbox_label.bus2 {
  background-image: url("/images/ico_bus2.svg");
}
.popup_layer.schedule_reg .pop_section.category_info .category_list .checkbox_label.van {
  background-image: url("/images/ico_van.svg");
}
.popup_layer.schedule_reg .pop_section.category_info .category_list .checkbox_label.business {
  background-image: url("/images/ico_briefcase.svg");
}
.popup_layer.schedule_reg .pop_section.category_info .category_list .checkbox_label.vacation {
  background-image: url("/images/ico_parasol.svg");
}
.popup_layer.schedule_reg .pop_section.category_info .category_list .checkbox_label.etc {
  background-image: url("/images/ico_etc.svg");
}
.popup_layer.schedule_reg .pop_section.category_info .category_list .checkbox_label .checkbox_tit {
  font-weight: 600;
  font-size: 11px;
  line-height: 1.3;
  color: #000000;
  transition: 300ms ease-out;
}
.popup_layer.schedule_reg .pop_section.category_info .category_list .checkbox_label:has(.checkbox_input:checked) {
  border-color: #000000;
}
.popup_layer.schedule_reg .pop_section.category_info .category_list .checkbox_label .checkbox_input[type=checkbox] {
  display: none;
}
.popup_layer.schedule_reg .pop_section.schedule_info .pop_section_cnt {
  grid-template-columns: repeat(2, 1fr);
}
.popup_layer.schedule_reg .pop_section.schedule_info .pop_section_cnt .pop_col {
  border-right: 0;
}
.popup_layer.schedule_reg .pop_section.schedule_info .pop_section_cnt .pop_col .pop_col_inner {
  padding: 18px 24px;
  display: flex;
  gap: 32px;
}
.popup_layer.schedule_reg .pop_section.schedule_info .pop_section_cnt .pop_col .pop_col_inner .checkbox_custom {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  user-select: none;
  cursor: pointer;
}
.popup_layer.schedule_reg .pop_section.schedule_info .pop_section_cnt .pop_col .pop_col_inner .checkbox_custom:hover {
  cursor: pointer;
}
.popup_layer.schedule_reg .pop_section.schedule_info .pop_section_cnt .pop_col .pop_col_inner .checkbox_custom:hover .checkmark {
  border-color: #B3FFE1;
}
.popup_layer.schedule_reg .pop_section.schedule_info .pop_section_cnt .pop_col .pop_col_inner .checkbox_custom:has(.checkbox:disabled) {
  cursor: default;
}
.popup_layer.schedule_reg .pop_section.schedule_info .pop_section_cnt .pop_col .pop_col_inner .checkbox_custom:has(.checkbox:disabled) .checkmark {
  background-color: #f1f1f1;
  border-color: #DDDDDD;
}
.popup_layer.schedule_reg .pop_section.schedule_info .pop_section_cnt .pop_col .pop_col_inner .checkbox_custom:has(.checkbox:disabled) .checkmark:after {
  border-color: #D2D2D2;
}
.popup_layer.schedule_reg .pop_section.schedule_info .pop_section_cnt .pop_col .pop_col_inner .checkbox_custom:has(.checkbox:disabled) .checkbox_label {
  color: #747474;
}
.popup_layer.schedule_reg .pop_section.schedule_info .pop_section_cnt .pop_col .pop_col_inner .checkbox_custom.circle input {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  z-index: 1;
}
.popup_layer.schedule_reg .pop_section.schedule_info .pop_section_cnt .pop_col .pop_col_inner .checkbox_custom.circle input:checked + .checkmark {
  background-color: #B3FFE1;
  border: 2px solid #B3FFE1;
}
.popup_layer.schedule_reg .pop_section.schedule_info .pop_section_cnt .pop_col .pop_col_inner .checkbox_custom.circle input:checked + .checkmark:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  background-color: #0D4630;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: none;
}
.popup_layer.schedule_reg .pop_section.schedule_info .pop_section_cnt .pop_col .pop_col_inner .checkbox_custom.circle .checkmark {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #E8E8E8;
  background-color: white;
  position: relative;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  transition: none;
}
.popup_layer.schedule_reg .pop_section.schedule_info .pop_section_cnt .pop_col .pop_col_inner .checkbox_custom.circle .checkbox_text {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.3;
  color: #000000;
  vertical-align: middle;
}
.popup_layer.schedule_reg .pop_section.schedule_info .pop_section_cnt .pop_col .pop_col_inner .checkbox_custom input {
  display: none;
}
.popup_layer.schedule_reg .pop_section.schedule_info .pop_section_cnt .pop_col .pop_col_inner .checkbox_custom input:checked + .checkmark {
  background-color: #B3FFE1 !important;
  border-color: #B3FFE1;
}
.popup_layer.schedule_reg .pop_section.schedule_info .pop_section_cnt .pop_col .pop_col_inner .checkbox_custom input:checked + .checkmark:after {
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}
.popup_layer.schedule_reg .pop_section.schedule_info .pop_section_cnt .pop_col .pop_col_inner .checkbox_custom .checkmark {
  display: inline-block;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background-color: #FAFAFA;
  border: 1px solid #D2D2D2;
  border-radius: 8px;
  transition: none;
  position: relative;
}
.popup_layer.schedule_reg .pop_section.schedule_info .pop_section_cnt .pop_col .pop_col_inner .checkbox_custom .checkmark:after {
  position: absolute;
  content: "";
  top: 46%;
  left: 30%;
  display: table;
  width: 20%;
  height: 42%;
  border: 1px solid #0D4630;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  transition: none;
}
.popup_layer.schedule_reg .pop_section.schedule_info .pop_section_cnt .pop_col .pop_col_inner .checkbox_custom .checkbox_label {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
}
.popup_layer.schedule_reg .pop_section.schedule_info .pop_section_cnt .label_textarea {
  width: 100%;
  min-height: 100px;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.5;
  resize: none;
}
.popup_layer.schedule_reg .pop_section.schedule_info .pop_section_cnt .label_textarea:focus {
  outline: none;
  border: none;
}
.popup_layer.schedule_reg .pop_section.schedule_info .pop_section_cnt .label_textarea::placeholder {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  color: #A3A3A3;
}
.popup_layer.schedule_reg .pop_section.schedule_info .pop_section_cnt .input_wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.popup_layer.schedule_reg .pop_section.schedule_info .pop_section_cnt .input_wrapper .label_input {
  flex: 1;
  padding-right: 40px;
}
.popup_layer.schedule_reg .pop_section.schedule_info .pop_section_cnt .input_wrapper .icon_btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background-color: #FAFAFA;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.popup_layer.schedule_reg .pop_section.schedule_info .pop_section_cnt .input_wrapper .icon_btn i {
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.popup_layer.schedule_reg .pop_section.schedule_info .pop_section_cnt .input_wrapper .icon_btn.calendar_btn i {
  background-image: url("/images/ico_calendar.svg");
}
.popup_layer.schedule_reg .pop_section.schedule_info .pop_section_cnt .input_wrapper .icon_btn.time_btn i {
  background-image: url("/images/ico_time.svg");
}
/*******************
  colors
******************/
/*******************
  images
******************/
/*******************
  colors
******************/
/*******************
  images
******************/
/***************************************************
  typography size

  1. lineHeight 변수값 종류 : 1.3, 1.334, 1.6 기본값 : 1
****************************************************/
/************************************************
  button
  1. $typeName : negative, fill, outline, ghost
  2. $sizeName : xl, lg, md, sm
  3. $width : 가로 사이즈
  4. $justify : 가로 정렬 기본값 center
  5. $backPosition : 백그라운드이미지 기본 위치 왼쪽 0px
*************************************************/
/********************************************
  select
 1. $direction : 드롭리스트 노출 방향 upper, lower
 2. $typeName : outline, ghost
 3. $width : 기본값 60px 이외의 값 입력
 4. $height : 기본값 24px 이외의 값 입력
*********************************************/
/********************************************
  toggle
*********************************************/
/********************************************
  checkboxCustom
*********************************************/
/********************************************
  checkboxLabel
*********************************************/
/********************************************
  input txt
 1. $size : xl, lg, md, sm
 2. $width : 각 특정 사이즈 직접 입력(기본값 100%)
*********************************************/
/********************************************
   floating_label
  1. $maxWidth : 최대너비
*********************************************/
/********************************************
   floating_label_ghost
  1. $maxWidth : 최대너비
*********************************************/
/***********************
  말줄임
 1. $line : 몇줄 말줄임
***********************/
/***********************
  이미지 크기 설정
***********************/
/***********************
  pagination
***********************/
/***********************
  token
***********************/
/****************
  divColTable
****************/
/*****************
  divRowTable
*****************/
/***********************
  텍스트 숨김 기능
***********************/
/************************************
  팝업
  1. $where : 팝업 등장 방향
  - top : 아래에서 위로
  - left : 오른쪽에서 왼쪽으로
  - center : 가운데에서 등장

  2. $width, $height : 팝업 사이즈
*************************************/
/************************************
  프린트
  1. $where : 팝업 등장 방향
  - top : 아래에서 위로
  - left : 오른쪽에서 왼쪽으로
  - center : 가운데에서 등장

  2. $width, $height : 팝업 사이즈
*************************************/
.print_footer {
  padding: 32px 24px 24px 24px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background-color: #FFFFFF;
  position: fixed;
  width: 100%;
  z-index: 9;
  left: 0px;
  bottom: 0px;
}
.print_footer .pop_left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.print_footer .pop_left .pop_btn_today {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.print_footer .pop_left .pop_btn_today:disabled {
  opacity: 50%;
}
.print_footer .pop_left .pop_btn_today {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  color: #000000;
}
.print_footer .pop_left .pop_btn_today:focus {
  border: 1px solid #000000;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.print_footer .pop_left .pop_btn_today.active {
  border: 1px solid #000000;
}
.print_footer .pop_left .pop_btn_today:disabled {
  border: 1px solid #D2D2D2;
}
.print_footer .pop_left .pop_btn_today {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.print_footer .pop_left .pop_btn_today:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.print_footer .pop_left .pop_btn_today:has(* + img) img, .print_footer .pop_left .pop_btn_today:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_left .pop_btn_today img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_left .pop_btn_today:has(*) {
  background-size: 20px;
}
.print_footer .pop_left .pop_btn_today:has(.hidden_txt) {
  background-size: 30px;
}
.print_footer .pop_left .pop_btn_delete {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.print_footer .pop_left .pop_btn_delete:disabled {
  opacity: 50%;
}
.print_footer .pop_left .pop_btn_delete {
  background-color: #FFF4F4;
  border: 2px solid #FFF4F4;
  color: #F52E2E;
}
.print_footer .pop_left .pop_btn_delete:focus {
  background-color: #FFF4F4;
  border: 2px solid #F52E2E;
}
.print_footer .pop_left .pop_btn_delete.active {
  background-color: #FFE1E1;
  border: 2px solid #FFE1E1;
}
.print_footer .pop_left .pop_btn_delete {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.print_footer .pop_left .pop_btn_delete:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.print_footer .pop_left .pop_btn_delete:has(* + img) img, .print_footer .pop_left .pop_btn_delete:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_left .pop_btn_delete img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_left .pop_btn_delete:has(*) {
  background-size: 20px;
}
.print_footer .pop_left .pop_btn_delete:has(.hidden_txt) {
  background-size: 30px;
}
.print_footer .pop_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.print_footer .pop_right .pop_btn_delete {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.print_footer .pop_right .pop_btn_delete:disabled {
  opacity: 50%;
}
.print_footer .pop_right .pop_btn_delete {
  background-color: #FFF4F4;
  border: 2px solid #FFF4F4;
  color: #F52E2E;
}
.print_footer .pop_right .pop_btn_delete:focus {
  background-color: #FFF4F4;
  border: 2px solid #F52E2E;
}
.print_footer .pop_right .pop_btn_delete.active {
  background-color: #FFE1E1;
  border: 2px solid #FFE1E1;
}
.print_footer .pop_right .pop_btn_delete {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.print_footer .pop_right .pop_btn_delete:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.print_footer .pop_right .pop_btn_delete:has(* + img) img, .print_footer .pop_right .pop_btn_delete:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_delete img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_delete:has(*) {
  background-size: 20px;
}
.print_footer .pop_right .pop_btn_delete:has(.hidden_txt) {
  background-size: 30px;
}
.print_footer .pop_right .pop_btn_cancel {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center left 0px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.print_footer .pop_right .pop_btn_cancel:disabled {
  opacity: 50%;
}
.print_footer .pop_right .pop_btn_cancel {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  color: #000000;
}
.print_footer .pop_right .pop_btn_cancel:focus {
  border: 1px solid #000000;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.print_footer .pop_right .pop_btn_cancel.active {
  border: 1px solid #000000;
}
.print_footer .pop_right .pop_btn_cancel:disabled {
  border: 1px solid #D2D2D2;
}
.print_footer .pop_right .pop_btn_cancel {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.print_footer .pop_right .pop_btn_cancel:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.print_footer .pop_right .pop_btn_cancel:has(* + img) img, .print_footer .pop_right .pop_btn_cancel:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_cancel img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_cancel:has(*) {
  background-size: 20px;
}
.print_footer .pop_right .pop_btn_cancel:has(.hidden_txt) {
  background-size: 30px;
}
.print_footer .pop_right .pop_btn_reg,
.print_footer .pop_right .pop_btn_confirm,
.print_footer .pop_right .pop_btn_edit {
  background-image: url("/images/ico_check.svg");
  width: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background-position: center left 16px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.print_footer .pop_right .pop_btn_reg:disabled,
.print_footer .pop_right .pop_btn_confirm:disabled,
.print_footer .pop_right .pop_btn_edit:disabled {
  opacity: 50%;
}
.print_footer .pop_right .pop_btn_reg,
.print_footer .pop_right .pop_btn_confirm,
.print_footer .pop_right .pop_btn_edit {
  background-color: #B3FFE1;
  border: 2px solid #B3FFE1;
  color: #0D4630;
}
.print_footer .pop_right .pop_btn_reg:focus,
.print_footer .pop_right .pop_btn_confirm:focus,
.print_footer .pop_right .pop_btn_edit:focus {
  background-color: #B3FFE1;
  border: 2px solid #0D4630;
}
.print_footer .pop_right .pop_btn_reg.active,
.print_footer .pop_right .pop_btn_confirm.active,
.print_footer .pop_right .pop_btn_edit.active {
  background-color: #8EFFD2;
  border: 2px solid #8EFFD2;
}
.print_footer .pop_right .pop_btn_reg,
.print_footer .pop_right .pop_btn_confirm,
.print_footer .pop_right .pop_btn_edit {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.print_footer .pop_right .pop_btn_reg:hover,
.print_footer .pop_right .pop_btn_confirm:hover,
.print_footer .pop_right .pop_btn_edit:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.print_footer .pop_right .pop_btn_reg:has(* + img) img, .print_footer .pop_right .pop_btn_reg:has(img + *) img,
.print_footer .pop_right .pop_btn_confirm:has(* + img) img,
.print_footer .pop_right .pop_btn_confirm:has(img + *) img,
.print_footer .pop_right .pop_btn_edit:has(* + img) img,
.print_footer .pop_right .pop_btn_edit:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_reg img,
.print_footer .pop_right .pop_btn_confirm img,
.print_footer .pop_right .pop_btn_edit img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_reg:has(*),
.print_footer .pop_right .pop_btn_confirm:has(*),
.print_footer .pop_right .pop_btn_edit:has(*) {
  background-size: 20px;
}
.print_footer .pop_right .pop_btn_reg:has(.hidden_txt),
.print_footer .pop_right .pop_btn_confirm:has(.hidden_txt),
.print_footer .pop_right .pop_btn_edit:has(.hidden_txt) {
  background-size: 30px;
}
.print_footer .pop_right .pop_btn_reg,
.print_footer .pop_right .pop_btn_confirm,
.print_footer .pop_right .pop_btn_edit {
  letter-spacing: -0.05em;
}
.print_footer .pop_right .pop_btn_print {
  background-image: url("/images/ico_print.svg");
  width: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background-position: center left 16px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.print_footer .pop_right .pop_btn_print:disabled {
  opacity: 50%;
}
.print_footer .pop_right .pop_btn_print {
  background-color: #B3FFE1;
  border: 2px solid #B3FFE1;
  color: #0D4630;
}
.print_footer .pop_right .pop_btn_print:focus {
  background-color: #B3FFE1;
  border: 2px solid #0D4630;
}
.print_footer .pop_right .pop_btn_print.active {
  background-color: #8EFFD2;
  border: 2px solid #8EFFD2;
}
.print_footer .pop_right .pop_btn_print {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.print_footer .pop_right .pop_btn_print:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.print_footer .pop_right .pop_btn_print:has(* + img) img, .print_footer .pop_right .pop_btn_print:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_print img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_print:has(*) {
  background-size: 20px;
}
.print_footer .pop_right .pop_btn_print:has(.hidden_txt) {
  background-size: 30px;
}
.print_footer .pop_right .pop_btn_print {
  letter-spacing: -0.05em;
}
.print_footer .pop_right .pop_btn_save {
  background-image: url("/images/ico_circle_check.svg");
  width: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  background-position: center left 16px;
  background-repeat: no-repeat;
  transition: 300ms ease-out;
  transition-property: background-color, box-shadow;
  white-space: nowrap;
}
.print_footer .pop_right .pop_btn_save:disabled {
  opacity: 50%;
}
.print_footer .pop_right .pop_btn_save {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  color: #000000;
}
.print_footer .pop_right .pop_btn_save:focus {
  border: 1px solid #000000;
  box-shadow: 0 0 0 3px rgb(178, 246, 255);
}
.print_footer .pop_right .pop_btn_save.active {
  border: 1px solid #000000;
}
.print_footer .pop_right .pop_btn_save:disabled {
  border: 1px solid #D2D2D2;
}
.print_footer .pop_right .pop_btn_save {
  padding: 0 16px;
  height: 40px;
  border-radius: 12px;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.334;
}
.print_footer .pop_right .pop_btn_save:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.print_footer .pop_right .pop_btn_save:has(* + img) img, .print_footer .pop_right .pop_btn_save:has(img + *) img {
  width: 20px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_save img {
  width: 30px;
  height: 100%;
  display: block;
  object-fit: contain;
}
.print_footer .pop_right .pop_btn_save:has(*) {
  background-size: 20px;
}
.print_footer .pop_right .pop_btn_save:has(.hidden_txt) {
  background-size: 30px;
}
.print_footer .pop_right .pop_btn_save {
  letter-spacing: -0.05em;
}
.section.booking {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.section.booking:has(.toggle_btn .checkbox_input[type=checkbox]:checked) .hide {
  display: inline-flex !important;
}
.section.booking {
  /* Filter Section Fix */
}
.section.booking .section_filter {
  flex: 0 0 auto;
  padding: 0 24px;
  min-height: 32px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.section.booking .section_filter .filter_lst {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}
.section.booking .section_filter .filter_lst .filter_item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.section.booking .section_filter .filter_lst .filter_item .btn_reset {
  background-image: url("/images/ico_reset.svg");
  /* btnStyle mixin simulation since we might not have it */
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  height: 32px;
  padding: 0 12px 0 6px;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left 6px center;
  font-size: 13px;
  color: #404040;
}
.section.booking .section_filter .btn_group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.section.booking .section_filter .btn_group .radio_btn {
  width: 24px;
  height: 24px;
  border: 1px solid #E8E8E8;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 300ms ease-out;
}
.section.booking .section_filter .btn_group .radio_btn:hover {
  background: #E8E8E8;
}
.section.booking .section_filter .btn_group .radio_btn:has(.radio_input[type=radio]:checked) {
  background: #000000;
  border: 1px solid #000000;
}
.section.booking .section_filter .btn_group .radio_btn:has(.radio_input[type=radio]:checked) .img_deactive {
  display: none;
}
.section.booking .section_filter .btn_group .radio_btn:has(.radio_input[type=radio]:checked) .img_active {
  display: block;
}
.section.booking .section_filter .btn_group .radio_btn .radio_input[type=radio] {
  display: none;
}
.section.booking .section_filter .btn_group .radio_btn .img_active {
  display: none;
}
.section.booking .section_filter .btn_group {
  /* Search Button */
}
.section.booking .section_filter .btn_group .btn_search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 16px;
  border-radius: 6px;
  background-color: #00AF70;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  border: none;
  cursor: pointer;
}
.section.booking .section_filter .btn_group .btn_search:hover {
  background-color: #009c63;
}
.section.booking .section_filter .btn_group {
  /* Reset Button */
}
.section.booking .section_filter .btn_group .btn_reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 16px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #E8E8E8;
  color: #404040;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}
.section.booking .section_filter .btn_group .btn_reset:hover {
  background-color: #f5f5f5;
}
.section.booking {
  /* Common Button (Upload etc) */
}
.section.booking .btn_comm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 16px;
  border-radius: 6px;
  background-color: #3b82f6;
  color: white;
  font-size: 13px;
  font-weight: 500;
  border: none;
  cursor: pointer;
}
.section.booking .btn_comm:hover {
  background-color: #2563eb;
}
.section.booking .btn_comm:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.section.booking .section_header {
  flex: 0 0 auto;
  /* Force Green Button to match reference */
}
.section.booking .section_header .btn_group .btn_new_reg {
  background-color: #00CF7F !important;
  color: #FFFFFF !important;
  border: 1px solid #00CF7F !important;
  border-radius: 4px;
  padding: 0 16px 0 32px !important;
  background-image: url("/images/ico_circle_plus_mint.svg") !important;
  background-repeat: no-repeat;
  background-position: left 8px center;
  height: 32px;
  display: inline-flex;
  align-items: center;
}
.section.booking .section_search,
.section.booking .section_count,
.section.booking .section_footer {
  flex: 0 0 auto;
}
.section.booking .section_content {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  /***** 목록형태 예약관리 (기존 + New table-2row) *****/
}
.section.booking .section_content .list_wrapper {
  position: relative;
  flex: 1;
  min-height: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  /* New Table Structure Support */
}
.section.booking .section_content .list_wrapper .list_wrap {
  display: block;
  /* Restore visibility */
  height: 100%;
  overflow-y: auto;
  /* .table (Single Row) Restoration for Branch/Client/Notice */
}
.section.booking .section_content .list_wrapper .list_wrap .table {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 13px;
  color: #1A1A1A;
}
.section.booking .section_content .list_wrapper .list_wrap .table .thead {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #f2f2f2;
  border-top: 1px solid #D2D2D2;
  border-bottom: 1px solid #E8E8E8;
  display: flex;
  width: 100%;
}
.section.booking .section_content .list_wrapper .list_wrap .table .thead .th {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 4px;
  background-color: #FAFAFA;
  font-weight: 600;
  border-right: 1px solid #E8E8E8;
  text-align: center;
}
.section.booking .section_content .list_wrapper .list_wrap .table .thead .th:last-child {
  border-right: none;
}
.section.booking .section_content .list_wrapper .list_wrap .table .thead .th .th_tit {
  word-break: keep-all;
}
.section.booking .section_content .list_wrapper .list_wrap .table .tbody {
  background-color: #FFFFFF;
  flex: 1;
}
.section.booking .section_content .list_wrapper .list_wrap .table .tbody .row {
  display: flex;
  width: 100%;
  min-height: 40px;
  border-bottom: 1px solid #eee;
  align-items: stretch;
}
.section.booking .section_content .list_wrapper .list_wrap .table .tbody .row:hover {
  background-color: #f9f9f9;
}
.section.booking .section_content .list_wrapper .list_wrap .table .tbody .row .td {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 4px;
  border-right: 1px solid #F2F2F2;
  text-align: center;
  word-break: break-all;
}
.section.booking .section_content .list_wrapper .list_wrap .table .tbody .row .td:last-child {
  border-right: none;
}
.section.booking .section_content .list_wrapper .list_wrap .table .tbody .row .td.text-left {
  justify-content: flex-start;
  text-align: left;
  padding-left: 8px;
}
.section.booking .section_content .list_wrapper .list_wrap .table .tbody .row .td.text-right {
  justify-content: flex-end;
  text-align: right;
  padding-right: 8px;
}
.section.booking .section_content .list_wrapper .list_wrap .table .tbody .row .td {
  /* Link / Clickable styling */
}
.section.booking .section_content .list_wrapper .list_wrap .table .tbody .row .td.t-link,
.section.booking .section_content .list_wrapper .list_wrap .table .tbody .row .td .t-link {
  cursor: pointer;
}
.section.booking .section_content .list_wrapper .list_wrap .table .tbody .row .td.t-link:hover,
.section.booking .section_content .list_wrapper .list_wrap .table .tbody .row .td .t-link:hover {
  text-decoration: underline;
  color: #0A7CF9;
}
.section.booking .section_content .list_wrapper .list_wrap .table .tbody .row .td {
  /* Content wrapper mapping */
}
.section.booking .section_content .list_wrapper .list_wrap .table .tbody .row .td .td_cnt {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section.booking .section_content .list_wrapper .list_wrap .table .tbody .row .td .td_cnt.h-normal {
  white-space: normal;
}
.section.booking .section_content .list_wrapper .list_wrap .table-2row {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 13px;
  color: #1A1A1A;
}
.section.booking .section_content .list_wrapper .list_wrap .table-2row .thead-2row {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #f2f2f2;
  border-top: 1px solid #D2D2D2;
  border-bottom: 1px solid #E8E8E8;
}
.section.booking .section_content .list_wrapper .list_wrap .table-2row .thead-2row .tr {
  display: flex;
  width: 100%;
}
.section.booking .section_content .list_wrapper .list_wrap .table-2row .thead-2row .tr .th {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 4px;
  background-color: #FAFAFA;
  font-weight: 600;
  border-right: 1px solid #E8E8E8;
  text-align: center;
}
.section.booking .section_content .list_wrapper .list_wrap .table-2row .thead-2row .tr .th:last-child {
  border-right: none;
}
.section.booking .section_content .list_wrapper .list_wrap .table-2row .tbody-2row {
  /* overflow-y removed because parent .list_wrap scrolls */
  background-color: #FFFFFF;
}
.section.booking .section_content .list_wrapper .list_wrap .table-2row .tbody-2row .tr-group {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #eee;
}
.section.booking .section_content .list_wrapper .list_wrap .table-2row .tbody-2row .tr-group:hover {
  background-color: #f9f9f9;
}
.section.booking .section_content .list_wrapper .list_wrap .table-2row .tbody-2row .tr-group .tr {
  display: flex;
  width: 100%;
  min-height: 40px;
  align-items: stretch;
}
.section.booking .section_content .list_wrapper .list_wrap .table-2row .tbody-2row .tr-group .tr.lower {
  border-top: 1px dashed #eee;
  background-color: #fdfdfd;
  color: #6C6C6C;
}
.section.booking .section_content .list_wrapper .list_wrap .table-2row .tbody-2row .tr-group .tr .td {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 4px;
  border-right: 1px solid #F2F2F2;
  text-align: center;
  word-break: break-all;
}
.section.booking .section_content .list_wrapper .list_wrap .table-2row .tbody-2row .tr-group .tr .td:last-child {
  border-right: none;
}
.section.booking .section_content .list_wrapper .list_wrap .table-2row .tbody-2row .tr-group .tr .td.text-left {
  justify-content: flex-start;
  text-align: left;
  padding-left: 8px;
}
.section.booking .section_content .list_wrapper .list_wrap .table-2row .tbody-2row .tr-group .tr .td.text-right {
  justify-content: flex-end;
  text-align: right;
  padding-right: 8px;
}
.section.booking .section_content .list_wrapper .list_wrap .table-2row .tbody-2row .tr-group .tr .td {
  /* Link styling */
}
.section.booking .section_content .list_wrapper .list_wrap .table-2row .tbody-2row .tr-group .tr .td .t-link {
  color: #0A7CF9;
  text-decoration: underline;
  cursor: pointer;
}
.section.booking .section_content {
  /***** 카드형태 예약관리 *****/
}
.section.booking .section_content .card_wrapper {
  padding: 8px;
  height: 100%;
}
.section.booking .section_content .card_wrapper .card_wrap {
  padding: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
}
.section.booking .section_content .card_wrapper .card_wrap .card_item {
  width: 100%;
  min-height: 188px;
  border: 1px solid #D2D2D2;
  border-radius: 12px;
  overflow: hidden;
}
.section.booking .section_content .card_wrapper .card_wrap .card_item .card_header {
  padding: 23.5px 24px 3.5px;
  min-height: 44px;
}
.section.booking .section_content .card_wrapper .card_wrap .card_item .card_header .header_tit {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.3;
  color: #191F28;
}
.section.booking .section_content .card_wrapper .card_wrap .card_item .card_content {
  padding: 12px 16px 12px 24px;
  min-height: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.section.booking .section_content .card_wrapper .card_wrap .card_item .card_content .basic_info_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.section.booking .section_content .card_wrapper .card_wrap .card_item .card_content .basic_info_wrap .basic_info_top,
.section.booking .section_content .card_wrapper .card_wrap .card_item .card_content .basic_info_wrap .basic_info_bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}
.section.booking .section_content .card_wrapper .card_wrap .card_item .card_content .basic_info_wrap .basic_info_top .basic_info,
.section.booking .section_content .card_wrapper .card_wrap .card_item .card_content .basic_info_wrap .basic_info_bottom .basic_info {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  text-align: start;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
}
.section.booking .section_content .card_wrapper .card_wrap .card_item .card_content .basic_info_wrap .basic_info_top .basic_info .info_tit,
.section.booking .section_content .card_wrapper .card_wrap .card_item .card_content .basic_info_wrap .basic_info_bottom .basic_info .info_tit {
  color: #404040;
}
.section.booking .section_content .card_wrapper .card_wrap .card_item .card_content .basic_info_wrap .basic_info_top .basic_info .info_cnt .site:not(:last-child),
.section.booking .section_content .card_wrapper .card_wrap .card_item .card_content .basic_info_wrap .basic_info_bottom .basic_info .info_cnt .site:not(:last-child) {
  padding-right: 12px;
  margin-right: 2px;
  position: relative;
}
.section.booking .section_content .card_wrapper .card_wrap .card_item .card_content .basic_info_wrap .basic_info_top .basic_info .info_cnt .site:not(:last-child):after,
.section.booking .section_content .card_wrapper .card_wrap .card_item .card_content .basic_info_wrap .basic_info_bottom .basic_info .info_cnt .site:not(:last-child):after {
  position: absolute;
  display: block;
  content: ">";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section.booking .section_content .card_wrapper .card_wrap .card_item .card_content .basic_info_wrap .basic_info_top .basic_info .token,
.section.booking .section_content .card_wrapper .card_wrap .card_item .card_content .basic_info_wrap .basic_info_bottom .basic_info .token {
  padding: 0 6px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  border-radius: 6px;
}
.section.booking .section_content .card_wrapper .card_wrap .card_item .card_content .basic_info_wrap .basic_info_top .basic_info .token.green,
.section.booking .section_content .card_wrapper .card_wrap .card_item .card_content .basic_info_wrap .basic_info_bottom .basic_info .token.green {
  background-color: #D4FFD1;
}
.section.booking .section_content .card_wrapper .card_wrap .card_item .card_content .basic_info_wrap .basic_info_top .basic_info .token.yellow,
.section.booking .section_content .card_wrapper .card_wrap .card_item .card_content .basic_info_wrap .basic_info_bottom .basic_info .token.yellow {
  background-color: #FFF0BA;
}
.section.booking .section_content .card_wrapper .card_wrap .card_item .card_content .basic_info_wrap .basic_info_top .basic_info .token.pink,
.section.booking .section_content .card_wrapper .card_wrap .card_item .card_content .basic_info_wrap .basic_info_bottom .basic_info .token.pink {
  background-color: #FFE3E3;
}
.section.booking .section_content .card_wrapper .card_wrap .card_item .card_content .status_info_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.section.booking .section_content .card_wrapper .card_wrap .card_item .card_content .status_info_wrap .status_info {
  text-align: end;
  width: 88px;
  height: 45px;
}
.section.booking .section_content .card_wrapper .card_wrap .card_item .card_content .status_info_wrap .status_info .info_tit {
  padding: 2.5px 8px;
  min-height: 17px;
  font-size: 10px;
  font-weight: 600;
  color: #404040;
}
.section.booking .section_content .card_wrapper .card_wrap .card_item .card_content .status_info_wrap .status_info .info_cnt {
  padding: 4px 8px 0;
}
.section.booking .section_content .card_wrapper .card_wrap .card_item .card_content .status_info_wrap .status_info .info_date {
  padding: 0 8px;
  font-size: 10px;
  color: #6C6C6C;
}
.section.booking .section_content .card_wrapper .card_wrap .card_item .card_bottom {
  padding-right: 16px;
  min-height: 64px;
  border-top: 1px solid #E8E8E8;
  background-color: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: start;
}
.section.booking .section_content .card_wrapper .card_wrap .card_item .card_bottom .amount_info {
  flex: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  background-color: transparent;
}
.section.booking .section_content .card_wrapper .card_wrap .card_item .card_bottom .amount_info.hide {
  background-color: #F4FFFB;
  display: none;
}
.section.booking .section_content .card_wrapper .card_wrap .card_item .card_bottom .amount_info:last-child .info_cnt {
  border-right: none;
}
.section.booking .section_content .card_wrapper .card_wrap .card_item .card_bottom .amount_info .info_tit {
  padding: 12px 8px 0;
  width: 100%;
  min-height: 24px;
  font-size: 10px;
  line-height: 11.93px;
  font-weight: 600;
  color: #404040;
  text-align: end;
}
.section.booking .section_content .card_wrapper .card_wrap .card_item .card_bottom .amount_info .info_cnt {
  padding: 0 8px;
  width: 100%;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  text-align: end;
  border-right: 1px solid #E8E8E8;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
}
/* Mobile Responsive Fix - Removed forced PC layout to restore natural flow *//* ==========================================
   TAMS Mobile Responsive CSS
   768px 이하에서만 적용
   롤백: 이 파일 삭제 + main.js import 제거
   ========================================== */

@media screen and (max-width: 768px) {

    /* ----- viewport / base ----- */
    html {
        font-size: 100% !important;
        overflow: auto !important;
    }

    body {
        font-size: 14px;
        -webkit-text-size-adjust: 100%;
    }

    /* ==========================================
     1. 사이드바: 기본 숨김 → 햄버거로 열기
     ========================================== */
    #wrap {
        flex-direction: column !important;
        overflow: auto !important;
    }

    #wrap #header {
        position: fixed !important;
        top: 0 !important;
        left: -280px !important;
        width: 260px !important;
        max-width: 260px !important;
        height: 100vh !important;
        z-index: 9999 !important;
        box-shadow: 4px 0 20px rgba(0, 0, 0, 0.25);
        transition: left 0.3s ease !important;
    }

    #wrap #header.mobile-open {
        left: 0 !important;
    }

    /* 사이드바 열릴 때 오버레이 */
    .mobile-sidebar-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 9998;
    }

    .mobile-sidebar-overlay.active {
        display: block;
    }

    /* 햄버거 버튼 */
    .mobile-hamburger {
        display: flex !important;
        position: fixed;
        top: 10px;
        left: 10px;
        z-index: 9997;
        width: 40px;
        height: 40px;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        border: 1px solid #e8e8e8;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        cursor: pointer;
        color: #333;
    }

    /* 기존 float 버튼 숨기기 */
    .float-button-container {
        display: none !important;
    }

    /* ==========================================
     2. 콘텐츠 영역: 전체 너비
     ========================================== */
    .sub-container-left {
        width: 0 !important;
        min-width: 0 !important;
        overflow: hidden !important;
    }

    .sub-container-right {
        width: 100% !important;
        margin-left: 0 !important;
        padding-top: 54px;
    }

    /* 콘텐츠 내 컨테이너 */
    #container {
        padding: 10px !important;
        width: 100% !important;
    }

    /* ==========================================
     3. 캘린더 모바일 최적화
     ========================================== */
    /* 캘린더 헤더 */
    .section.calendar .section_header,
    .calendar-header {
        flex-wrap: wrap;
        gap: 6px;
        padding: 8px 10px !important;
    }

    .calendar-header .calendar-nav {
        font-size: 16px;
    }

    .calendar-header .filter-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
    }

    .calendar-header .filter-buttons .filter-btn,
    .calendar-header .filter-buttons button {
        font-size: 10px !important;
        padding: 3px 6px !important;
        white-space: nowrap;
    }

    /* 직원 필터 셀렉트 */
    .calendar-header select,
    .section.calendar select {
        font-size: 13px;
        padding: 4px 6px;
    }

    /* 캘린더 그리드 */
    .calendar-grid {
        font-size: 11px;
    }

    .calendar-grid .calendar-day-header {
        font-size: 11px !important;
        padding: 4px 0 !important;
    }

    .calendar-grid .calendar-day {
        min-height: 60px !important;
        padding: 2px !important;
    }

    .calendar-grid .calendar-day .day-number {
        font-size: 12px !important;
    }

    /* 이벤트 카드 */
    .calendar-grid .event-card {
        font-size: 10px !important;
        padding: 1px 3px !important;
        margin-bottom: 1px !important;
        line-height: 1.3;
    }

    .calendar-grid .event-card .event-count {
        font-size: 10px !important;
    }

    .calendar-grid .event-card .badge-sending,
    .calendar-grid .event-card .badge-vip {
        font-size: 8px !important;
        padding: 0 2px !important;
        margin-right: 1px !important;
    }

    /* 더보기 버튼 */
    .calendar-grid .more-events {
        font-size: 9px !important;
    }

    /* "+일정" 버튼 */
    .calendar-grid .add-event-btn {
        font-size: 10px !important;
        padding: 2px 6px !important;
    }

    /* === TAMS 캘린더 셀 모바일 최적화 (실제 클래스) === */
    .section.calendar .calendar_filter {
        padding: 10px !important;
        flex-wrap: wrap;
        gap: 6px;
    }

    .section.calendar .calendar_filter .filter_left {
        gap: 8px !important;
    }

    .section.calendar .calendar_filter .filter_right {
        gap: 4px !important;
        flex-wrap: wrap;
    }

    .section.calendar .calendar_filter .filter_btn {
        font-size: 10px !important;
    }

    .section.calendar .calendar_filter .staff_select {
        font-size: 12px !important;
        padding: 3px 6px !important;
    }

    /* 셀 내용 */
    .section.calendar .calendar_tbody .col .inner {
        padding: 3px 4px 4px !important;
    }

    .section.calendar .calendar_tbody .col .inner .date {
        font-size: 11px !important;
    }

    .section.calendar .calendar_tbody .col .inner .schedule_list {
        margin-top: 3px !important;
    }

    .section.calendar .calendar_tbody .col .inner .schedule_list .schedule {
        padding: 0 0 0 16px !important;
        min-height: 14px !important;
        height: auto !important;
        background-size: 10px !important;
    }

    .section.calendar .calendar_tbody .col .inner .schedule_list .schedule .tit {
        font-size: 10px !important;
    }

    .section.calendar .calendar_tbody .col .inner .schedule_list .schedule .count {
        min-width: 16px !important;
        height: 12px !important;
        font-size: 8px !important;
        padding: 0 2px !important;
    }

    .section.calendar .calendar_tbody .col .inner .simple_event_list {
        gap: 0 !important;
        margin-bottom: 1px !important;
    }

    .section.calendar .calendar_tbody .col .inner .simple_event_list .simple_event_item {
        font-size: 9px !important;
        padding: 0 2px !important;
    }

    .section.calendar .calendar_tbody .col .inner .rest_num {
        font-size: 9px !important;
        padding: 0 !important;
    }

    /* 날짜 클릭 팝업 (하단시트) */
    .date-popup-overlay {
        align-items: flex-end !important;
    }

    .date-popup {
        width: 100% !important;
        max-width: 100% !important;
        max-height: 70vh !important;
        border-radius: 16px 16px 0 0 !important;
        margin: 0 !important;
    }

    .date-popup .popup-header {
        padding: 12px 16px !important;
        font-size: 15px !important;
    }

    .date-popup .popup-body {
        padding: 8px 12px !important;
        max-height: 55vh !important;
        overflow-y: auto !important;
    }

    .date-popup .popup-event-item {
        padding: 10px 8px !important;
        font-size: 13px !important;
    }

    .date-popup .popup-footer {
        padding: 8px 12px !important;
    }

    .date-popup .popup-nav-btn {
        font-size: 14px !important;
        padding: 8px 16px !important;
    }

    /* ==========================================
     4. 예약 관리 (목록) 모바일 최적화
     ========================================== */
    .section.list {
        padding: 0 !important;
    }

    .section.list .section_header {
        padding: 10px !important;
        flex-wrap: wrap;
        gap: 8px;
    }

    .section.list .section_header .section_tit {
        font-size: 16px !important;
    }

    .section.list .section_header .btn_group {
        flex-wrap: wrap;
        gap: 4px;
    }

    /* 검색 영역 */
    .section.list .search_wrap {
        flex-wrap: wrap !important;
        padding: 8px !important;
        gap: 6px;
    }

    .section.list .search_wrap .search_item {
        flex: 0 0 auto;
        min-width: auto;
    }

    .section.list .search_wrap input,
    .section.list .search_wrap select {
        font-size: 13px !important;
        height: 32px !important;
    }

    /* 테이블 가로 스크롤 */
    .section.list .content_body .table_wrap,
    .section.list .tbl_wrap {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    .section.list .content_body .table_wrap .table,
    .section.list .content_body table {
        min-width: 800px;
    }

    /* 페이지네이션 */
    .section.list .pagination {
        padding: 8px !important;
        font-size: 12px;
    }

    /* ==========================================
     5. 예약 상세 모바일 최적화
     ========================================== */
    .section.detail {
        padding: 10px !important;
        height: auto !important;
        overflow-y: auto !important;
    }

    .section.detail .section_header {
        flex-wrap: wrap;
        gap: 8px;
        padding: 8px 0 !important;
    }

    .section.detail .section_header .section_tit {
        font-size: 16px !important;
    }

    .section.detail .section_header .btn_group {
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
        width: 100%;
    }

    .section.detail .section_header .btn_group .btn_list,
    .section.detail .section_header .btn_group .btn_delete {
        font-size: 12px !important;
        padding: 6px 10px !important;
        flex: 1;
        min-width: auto;
    }

    /* 기본정보 영역 2열→1열 */
    .section.detail .content .row_group {
        flex-direction: column !important;
    }

    .section.detail .content .row_group .item {
        width: 100% !important;
        flex: 1 1 100% !important;
    }

    .section.detail .content .content_header {
        flex-wrap: wrap;
        gap: 6px;
        padding: 8px !important;
    }

    .section.detail .content .content_header .tit {
        font-size: 14px !important;
    }

    /* 여행자 테이블 가로 스크롤 */
    .section.detail .content.area_travler .content_body,
    .section.detail .content.area_traveler .content_body {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    .section.detail .content.area_travler .thead,
    .section.detail .content.area_travler .tbody,
    .section.detail .content.area_traveler .thead,
    .section.detail .content.area_traveler .tbody {
        min-width: 700px;
    }

    /* 메모/매출/입출금 영역 */
    .section.detail .content.area_memo .content_body,
    .section.detail .content.area_sales .content_body,
    .section.detail .content.area_transaction .content_body {
        overflow-x: auto !important;
    }

    /* ==========================================
     6. 기타 공통 팝업 모바일
     ========================================== */
    .tams-popup-overlay .tams-popup,
    .popup_wrap .popup_container,
    .modal-overlay .modal-content {
        width: 95% !important;
        max-width: 95vw !important;
        max-height: 90vh !important;
        margin: 2.5vh auto !important;
    }

    .tams-popup-overlay .tams-popup .popup_body,
    .popup_wrap .popup_container .popup_body {
        max-height: 70vh !important;
        overflow-y: auto !important;
    }

    /* ==========================================
     7. 섹션 헤더 공통
     ========================================== */
    .section_header {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
    }

    .section_header .btn_group {
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
    }

    /* ==========================================
     8. 입출금/지출/대시보드 등 기타
     ========================================== */
    .section .content_body .thead .row .col,
    .section .content_body .tbody .row .col {
        font-size: 12px !important;
        padding: 4px 2px !important;
    }

    /* 대시보드 카드 */
    .dashboard-grid {
        grid-template-columns: 1fr !important;
    }

    /* ==========================================
     9. 로그인 페이지
     ========================================== */
    .login-container {
        margin-top: 40px !important;
        padding: 20px !important;
    }

    .login-container .login-box {
        width: 100% !important;
        max-width: 100% !important;
        padding: 20px !important;
    }

    .login-container input[type="text"],
    .login-container input[type="password"] {
        font-size: 16px !important;
        height: 44px !important;
        width: 100% !important;
    }

    .login-container button[type="submit"],
    .login-container .btn_login {
        font-size: 16px !important;
        height: 44px !important;
        width: 100% !important;
    }

    /* ==========================================
     10. V2 밴드 캘린더 모바일 전체 너비 보장
     ========================================== */
    /* V2 캘린더가 있으면 #container 패딩 제거 */
    .band-calendar-v2 {
        width: 100% !important;
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }

    /* V2 캘린더 상위 컨테이너 패딩 최소화 */
    #container:has(.band-calendar-v2) {
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    /* 레이아웃 컨테이너도 제어 */
    .sub-container-right:has(.band-calendar-v2) {
        padding-top: 48px;
        overflow-x: hidden !important;
    }

    /* 미니 캘린더 패딩 축소 */
    .band-calendar-v2 .band-mini-calendar {
        padding: 0 !important;
    }

    .band-calendar-v2 .mini-cal-weekdays {
        padding: 6px 4px 2px !important;
    }

    .band-calendar-v2 .mini-cal-body {
        padding: 0 4px 2px !important;
    }

    .band-calendar-v2 .mini-cal-cell .cell-date {
        width: 24px !important;
        height: 24px !important;
        font-size: 12px !important;
    }

    .band-calendar-v2 .mini-cal-cell {
        min-height: 32px !important;
        padding: 2px 0 !important;
    }

    .band-calendar-v2 .mini-cal-cell .event-dot {
        width: 3px !important;
        height: 3px !important;
    }

    /* 헤더 패딩 축소 */
    .band-calendar-v2 .band-header-top {
        padding: 8px 10px 4px !important;
    }

    .band-calendar-v2 .band-filters {
        padding: 2px 8px 6px !important;
    }
}

/* 기본 상태: 햄버거 숨김 (PC) */
.mobile-hamburger {
    display: none;
}

.mobile-sidebar-overlay {
    display: none;
}/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */
.vsp-wrapper .vsp-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vsp-wrapper .vsp {
  position: fixed;
}
.vsp-wrapper .vsp--right-side, .vsp-wrapper .vsp--left-side {
  top: 0;
  height: 100%;
}
.vsp-wrapper .vsp--right-side {
  right: 0;
  left: unset;
}
.vsp-wrapper .vsp--left-side {
  right: unset;
  left: 0;
}
.vsp-wrapper .vsp--bottom-side, .vsp-wrapper .vsp--top-side {
  left: 0;
  width: 100%;
}
.vsp-wrapper .vsp--bottom-side {
  bottom: 0;
}
.vsp-wrapper .vsp--top-side {
  top: 0;
}
.vsp-wrapper .vsp__header, .vsp-wrapper .vsp__body, .vsp-wrapper .vsp__footer {
  overflow: auto;
}
.vsp-wrapper .vsp__body {
  position: relative;
}
.vsp-wrapper .overlay-enter-active,
.vsp-wrapper .overlay-leave-active {
  animation: overlay-transition;
}
.vsp-wrapper .overlay-leave-active {
  animation-direction: reverse;
}
.vsp-wrapper .slide-right-enter-active,
.vsp-wrapper .slide-right-leave-active {
  animation: slide-right;
}
.vsp-wrapper .slide-right-leave-active {
  animation-direction: reverse;
}
.vsp-wrapper .slide-left-enter-active,
.vsp-wrapper .slide-left-leave-active {
  animation: slide-left;
}
.vsp-wrapper .slide-left-leave-active {
  animation-direction: reverse;
}
.vsp-wrapper .slide-top-enter-active,
.vsp-wrapper .slide-top-leave-active {
  animation: slide-left;
}
.vsp-wrapper .slide-top-leave-active {
  animation-direction: reverse;
}
.vsp-wrapper .slide-top-enter-active,
.vsp-wrapper .slide-top-leave-active {
  animation: slide-top;
}
.vsp-wrapper .slide-top-leave-active {
  animation-direction: reverse;
}
.vsp-wrapper .slide-bottom-enter-active,
.vsp-wrapper .slide-bottom-leave-active {
  animation: slide-bottom;
}
.vsp-wrapper .slide-bottom-leave-active {
  animation-direction: reverse;
}
@keyframes slide-right {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-left {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-bottom {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-top {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-top {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes overlay-transition {
  0% {
    opacity: 0;
  }
  100% {
    opacity: var(--overlay-opacity);
  }
}

.vsp-close {
  position: absolute;
  top: 24px;
  right: 24px;
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  background: white;
  border-radius: 50%;
  transition: background-color 0.1s;
}
.vsp-close:hover {
  background: #f7f7f7;
}
.vsp-close__x {
  position: relative;
  top: 8px;
  left: -1px;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.vsp-close__x::before, .vsp-close__x::after {
  position: absolute;
  width: 2px;
  height: 20px;
  content: " ";
  background-color: #777;
}
.vsp-close__x::before {
  transform: rotate(-45deg);
}
.vsp-close__x::after {
  transform: rotate(45deg);
}
.vsp-close:active .vsp-close__x {
  top: 9px;
  left: -1px;
}
.vsp-close:active {
  top: 23px;
  right: 23px;
  width: 38px;
  height: 38px;
  background: #f1f1f1;
}.vl-shown {
  overflow: hidden;
}

.vl-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  align-items: center;
  display: none;
  justify-content: center;
  overflow: hidden;
  z-index: 9999;
}

.vl-overlay.vl-active {
  display: flex;
}

.vl-overlay.vl-full-page {
  z-index: 9999;
  position: fixed;
}

.vl-overlay .vl-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  opacity: 0.5;
}

.vl-overlay .vl-icon, .vl-parent {
  position: relative;
}

