@charset "UTF-8";
/* APPLICATION 
------------------------------------------------------------------------*/
/* 레이아웃 */
/*
login
*/
.main_login {
  width: 100%;
  height: 100%;
  margin: 0;
  background: url("../image/admin_login_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

.login_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* max-width: 537px; */
  margin: 0 auto;
}
.login_container .input_box {
  max-width:537px;
  margin:0 auto;
  width:100%;
}
.login_container .logo {
  padding-top: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login_container h1 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 130%;
  padding: 80px 0;
}
.input_login {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.input_login label {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 8px;
}
.input_login input {
  width: 100%;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
  color: #fff;
}
.input_login input:focus {
  border: 1px solid #fff;
  color: #fff;
}
.input_login input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.1);
}
.input_login input::placeholder {
  color: rgba(255, 255, 255, 0.1);
}
.input_login input.input_warning {
  border-color: #fd312e;
}

.btn_login {
  margin-top: 20px;
  width: 100%;
  font-weight: 400;
  height: 48px;
  line-height: 48px;
}
.btn_login::after {
  content: "";
  background-image: url("../image/icn_btn_next.svg");
  display: inline-block;
  width: 20px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 8px;
  position: relative;
}
.btn_login:disabled {
  background-color: #716f6a;
}

/* 비밀번호 입력 */
.pw_eye {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../image/icn_eye_off.svg") no-repeat center;
  position: absolute;
  bottom: 14px;
  right: 16px;
}

.pw_eye.pw_eye_on {
  background-image: url("../image/icn_eye_on.svg");
}

.warning_text {
  color: #fd312e;
  font-size: 14px;
  font-weight: 300;
}

/* 
adm 속성 공통
*/
.adm_top_title {
  display: inline-block;
  width: 98px;
  margin-right: 20px;
  color: #000;
  font-size: 22px;
  font-weight: 700;
}

.bg_w_title {
  color: #000;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  font-family: "LgEI_txt";
}
.bg_w_title em {
  font-weight: 700;
  font-family: "LgEI_txt";
}
/* dashboard 대시보드 */
.dash_numboard {
  display: flex;
  flex-direction: row;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.dash_numboard .today_total {
  display: flex;
  flex-direction: row;
  min-width: 255px;
  width: auto;
  padding: 8px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  gap: 15px;
  height: 140px;
}
.dash_numboard .today_total .total_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
  text-align: center;
  width: 50%;
  min-width: 180px;
  max-width: 180px;
}
.dash_numboard .today_total .total_info .date {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  font-family: "LgEI_txt";
  min-height: 40px;
  line-height: 26px;
}
.dash_numboard .today_total .total_info .people {
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}
.dash_numboard .today_total .total_info .count {
  color: #fd312e;
  font-size: 39px;
  font-weight: 700;
  line-height: normal;
}
.dash_numboard .today_total .total_line {
  background: rgba(0, 0, 0, 0.1);
  width: 1px;
  height: 90%;
}
.dash_numboard .hand_data {
  width: 196px;
  height: 140px;
  padding: 24px 8px;
  padding-top: 35px;
  text-align: center;
  font-family: "LgEI_txt";
  font-weight: 700;
  font-size: 20px;
  border-radius: 8px;
  background: #262626;
  color: #fff;
}
.dash_numboard .hand_data img {
  margin-bottom: 16px;
}

.dash_graph_wrap {
  align-items: flex-start;
}

.canvas_wrap {
  position: relative;
  padding: 20px 30px 60px;
  box-sizing: border-box;
  width: 100%;
  height: 400px;
}

.chart-legend {
  position: relative;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 100%;
  text-align: center;
}

.chart-legend ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: 20px;
}

.chart-legend li {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
  width: auto;
}

.chart-legend li + li {
  margin-left: 10px;
}

.chart-legend li span {
  width: 18px;
  height: 3px;
  display: inline-block;
  margin-right: 3px;
}

.dash_table_wrap {
  display: flex;
  padding: 20px;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 78px;
}
.dash_table_wrap .half {
  display: flex;
  flex-direction: column;
  width: 49%;
  min-width: 500px;
  gap: 20px;
}

/*
topsch_area
*/
.topsch_area > .flex_column {
  gap: 20px;
}
.topsch_area .chk_wrap {
  display: flex;
  padding: 10px 30px;
  flex-wrap: wrap;
  gap: 12px;
}
.topsch_area .chk_wrap .chk {
  padding: 5px 10px;
}

.date_sch_wrap {
  display: flex;
  flex-direction: row;
  gap: 5px;
  flex-wrap: wrap;
  align-items: center;
}
.date_sch_wrap .btn {
  margin-left: 15px;
}

.channel_row .adm_top_title {
  width: 74px;
}
.channel_row .chk_wrap {
  min-width: 535px;
}

.age_row .flex_column {
  width: auto;
  gap: 10px;
}
.age_row .flex_row {
  width: auto;
  flex-wrap: wrap;
  row-gap: 10px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.input_btn_text {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 20px;
}
.flex_row.gap20 {
  gap: 20px;
}
/*
adm_table_wrap style
*/
/* table_top */
.adm_table_wrap {
  position: relative;
  min-height: calc(100vh - 160px);
}

.adm_table_top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 20px;
}
.adm_table_top .table_total {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px; /* 160% */
  font-family: "LgEI_txt";
}

.adm_table_cont {
  width: 100%;
  padding: 0 20px 20px 20px;
  margin-bottom: 59px;
}
.adm_table_cont table {
  width: 100%;
  overflow-x: visible;
}

.adm_table_bottom {
  display: block;
  width: calc(100% - 20px);
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: white;
  border-radius: 0 0 8px 8px;
  text-align: right;
  font-size: 0;
}

/* 테이블 세로 높이 다른 경우 */
.no_sch .left {
  gap: 20px;
}
.no_sch .adm_table_cont {
  height: 76vh;
  height: calc(100dvh - 305px);
}

.date_sch .adm_table_cont {
  height: 69vh;
  height: calc(100dvh - 395px);
}

.plus_sch .adm_table_cont {
  height: 30vh;
  height: calc(100dvh - 645px);
}

.survey_q {
  padding-top: 20px;
}

.survey_q_title {
  color: #262626;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  padding-bottom: 20px;
}

.adm_table_cont_survey_t {
  margin-bottom: 0;
  height: auto;
}

.adm_table_cont_survey_t .adm_table_top {
  padding-left: 0;
  padding-right: 0;
}

.adm_table_cont_survey_t .scrollbar {
  overflow-x: auto;
  overflow-x: auto;
  padding-bottom: 10px;
}

table.adm_table tr th.round_tlr0,
table.adm_table tr td.round_tlr0 {
  border-top-left-radius: 0;
}

table.adm_table tr th.round_trr0,
table.adm_table tr td.round_trr0 {
  border-top-right-radius: 0;
}

table.adm_table tr th.round_blr0,
table.adm_table tr td.round_blr0 {
  border-bottom-left-radius: 0;
}

table.adm_table tr th.round_brr0,
table.adm_table tr td.round_brr0 {
  border-bottom-right-radius: 0;
}

table.adm_table tr td.line_l {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

table.adm_table tr td.line_r {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

table.adm_table tr td.line_b {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

table.adm_table tr th.line_l {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

table.adm_table tr th.line_r {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

table.adm_table tr th.line_b {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

table.adm_table tr th.line_t {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* 
table.adm_table tr th.gray_bg.line_r {
   border-right: 1px solid rgba(0, 0, 0, 0.1);
}
*/
table.adm_table tr th.line_b0,
table.adm_table tr td.line_b0 {
  border-bottom: 0;
}

table.adm_table tr th.gray_bg,
table.adm_table tr td.gray_bg {
  background: #f4f4f4;
}

table.adm_table.survey_table tr th,
table.adm_table.survey_table tr td {
  min-width: 100px;
}

table.adm_table.survey_table tr:first-child th:first-child {
  min-width: 255px;
}

table.adm_table.survey_table tr:last-child td {
  border-bottom: 0;
  background-color: #f4f4f4;
  border-top: 2px solid #f4f4f4;
}

.survey_q2 table.adm_table.survey_table tr:last-child td:first-child {
  border-radius: 0px;
}

.survey_q2 table.adm_table.survey_table tr:last-child td:last-child {
  border-radius: 0px;
  border-right: 0px solid rgba(0, 0, 0, 0.1);
}

/*
adm_form_wrap style
*/
.adm_form_wrap {
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 40px;
  min-height: calc(100vh - 160px);
}
.adm_form_wrap form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.adm_form_top.right {
  gap: 20px;
}

.input_box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 60px;
  border-radius: 8px;
}

.bg_gray {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
}

.bg_beige {
  background: #f0ece4;
}

.input_row {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.input_row.alc {
  align-items: center;
}
.input_row h4,
.input_row .label_title {
  width: 120px;
  display: inline-block;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  height: 50px;
  line-height: 24px;
  padding-top: 13px;
}
body.spain .input_row h4,
body.spain .input_row .label_title {
  min-width: 210px;
}

.input_row input,
.input_row textarea {
  width: calc(100% - 160px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
}
.input_row textarea {
  min-height: 250px;
}
.input_row input::-moz-placeholder,
.input_row textarea::-moz-placeholder {
  color: #716f6a;
}
.input_row input::placeholder,
.input_row textarea::placeholder {
  color: #716f6a;
}
.input_row input:disabled,
.input_row textarea:disabled {
  background-color: rgba(255, 255, 255, 0.4);
}
.input_row .chk {
  padding: 8px;
  margin-right: 24px;
}
.input_row input.input_date {
  width: 220px;
  padding-left: 40px;
}
.input_row .upload {
  padding-left: 20px;
  padding-right: 20px;
}
.input_row .upload:disabled {
  width: 100%;
}
.input_row .upload:disabled ~ label {
  display: none;
}
.input_row .linkbox {
  width: calc(100% - 160px);
}
.input_row .linkbox input {
  width: 100%;
}
.input_row h5 {
  width: 100px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
}

.input_row .num_input {
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  height: 50px;
  width: 220px;
  overflow: hidden;
}
.input_row .num_input button {
  background-color: #fff;
  height: 50px;
}
.input_row .num_input button:disabled {
  background-color: rgba(255, 255, 255, 0.4);
}
.input_row .num_input input {
  height: 50px;
  border-radius: 0;
  line-height: 50px;
  font-size: 16px;
  border: none;
  width: 120px;
  text-align: center;
}
.date_sch_wrap {
  display: flex;
  flex-direction: row;
  gap: 5px;
  flex-wrap: wrap;
  align-items: center;
}
.date_sch_wrap .btn {
  margin-left: 15px;
}
.date_sch_wrap select {
  background: #fff url("../image/icn-rr-calendar.svg") no-repeat 12px center;
  padding-left: 40px;
  border: 1px solid #fff;
}
select:disabled {
  background-color: transparent;
}

/*
adm_sortable style
*/
.adm_sortable {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.adm_sortable .ui-state-default {
  cursor: pointer;
}
.adm_sortable .ui-state-default::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 16px;
  height: 16px;
  background-image: url("../image/icn_list-change.svg");
  z-index: 1;
}
.adm_sortable .ui-sortable-helper .input_box {
  border: 1px solid #262626;
  box-shadow: 0px 2px 20px gray;
}
.adm_sortable .ui-state-highlight {
  color: rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}
.adm_sortable .btn {
  margin-left: auto;
}

/*
etc
*/
.about_floor {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.time_sch_wrap {
  display: flex;
  gap: 5px;
  align-items: center;
}
.time_sch_wrap select {
  background: #fff no-repeat;
  background-image: url("../image/icn_time.svg"),
    url("../image/icn_dropdown.svg");
  background-position: 16px center, 205px center;
  padding-left: 46px; /* 왼쪽 아이콘에 대한 여백 조정 */
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 240px;
  text-align: left;
  height: 50px;
}
.time_sch_wrap select:disabled {
  background-color: rgba(255, 255, 255, 0.4);
  background-image: url("../image/icn_time.svg");
  background-position: 16px center;
}
.time_sch_wrap option {
  padding: 0;
  text-align: left;
}

.channel_box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.channel_box .link_box {
  width: calc(100% - 280px);
  min-width: 200px;
}
.channel_box .link_box input {
  width: 100%;
}
.channel_box .chk {
  margin-right: 0;
  margin-left: 20px;
}

.about_top .flex_column {
  width: calc(100% - 160px);
  gap: 10px;
}

.banner_section ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.banner_section .adm_sortable {
  gap: 40px;
}

.adm_table_cont.adm_table_cont_obs {
  margin-bottom: 0;
  height: auto;
}

/* scroll_dim 
.scroll_dim {
   display: block;
    position: absolute;
    top: 0;
    background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    right: 0;
    width: 10%;
    height: 100%;
}*/
/* 반응형 추가 조절 */
@media (max-width: 1620px) {
  input {
    font-size: 13px;
    width: 150px;
  }
  .adm_top_title {
    font-size: 19px;
    width: 70px;
  }
  .dash_graph_wrap .bg_w {
    width: calc(100% - 95px) !important;
  }
  .channel_row .adm_top_title {
    width: 50px;
  }
  .channel_row .chk_wrap {
    min-width: 515px;
  }
  .chkText {
    font-size: 14px;
  }
  .topsch_area > .flex_column {
    gap: 16px;
  }
  .age_row .flex_column {
    gap: 5px;
  }
  .age_row .flex_row {
    row-gap: 5px;
  }
  .adm_table_top .table_total {
    font-size: 18px;
  }
}
/*
영어 css 이슈
*/
html[lang="en"] body * {
  font-family: "Noto Sans", "Spoqa", sans-serif;
}

html[lang="en"] .btn {
  min-width: 105px;
}

html[lang="en"] .adm_menulist li,
html[lang="vi"] .adm_menulist_sub li a {
  letter-spacing: -0.02rem;
}

html[lang="en"] .adm_menulist {
  padding-left: 0;
}

html[lang="en"] .adm_top_title {
  width: 125px;
}

html[lang="en"] table.adm_table th,
html[lang="vi"] table.adm_table td {
  padding: 20px 5px;
}

html[lang="en"] table.adm_table col:first-child,
html[lang="en"] table.adm_table th:first-child,
html[lang="en"] table.adm_table td:first-child {
  width: 100px !important;
  min-width: 80px !important;
}

html[lang="en"] table.adm_table col:nth-child(3) {
  width: auto !important;
}

html[lang="en"] .dashboard_section table col:nth-child(2) {
  width: auto !important;
}

html[lang="en"] .topsch_area .chk_wrap #m01_scent_7_label {
  width: 100%;
}

/*
베트남어 css 이슈
*/
html[lang="vi"] body * {
  font-family: "Noto Sans", "Spoqa", sans-serif;
}
html[lang="vi"] .btn {
  min-width: 105px;
}
html[lang="vi"] .adm_menulist li,
html[lang="vi"] .adm_menulist_sub li a {
  letter-spacing: -0.02rem;
}
html[lang="vi"] .adm_menulist {
  padding-left: 0;
}
html[lang="vi"] .adm_top_title {
  width: 125px;
}
html[lang="vi"] table.adm_table th,
html[lang="vi"] table.adm_table td {
  padding: 20px 5px;
}
html[lang="vi"] table.adm_table col:first-child,
html[lang="vi"] table.adm_table th:first-child,
html[lang="vi"] table.adm_table td:first-child {
  width: 100px !important;
  min-width: 80px !important;
}
html[lang="vi"] table.adm_table col:nth-child(3) {
  width: auto !important;
}
html[lang="vi"] .dashboard_section table col:nth-child(2) {
  width: auto !important;
}
html[lang="vi"] .topsch_area .chk_wrap #m01_scent_7_label {
  width: 100%;
}

/* 2023-12-26 추가 작성 css */
.dash_numboard .today_total {
  min-width: 255px;
}

html[lang="en"] table.adm_table.survey_table tr:first-child th:first-child {
  min-width: 255px !important;
}

html[lang="vi"] table.adm_table.survey_table tr:first-child th:first-child {
  min-width: 255px !important;
}

html[lang="en"] .adm_table_cont_obs table.adm_table tr th:first-child,
html[lang="en"] .adm_table_cont_obs table.adm_table tr td:first-child {
  min-width: 250px !important;
  width: 32% !important;
}

html[lang="vi"] .adm_table_cont_obs table.adm_table tr th:first-child,
html[lang="vi"] .adm_table_cont_obs table.adm_table tr td:first-child {
  min-width: 250px !important;
  width: 32% !important;
}

/* 공통 팝업 */
.common_pop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 444px;
  z-index: 1000;
  background-color: #fff;
  border-radius: 10px;
  display: none;
}
.common_pop .inner {
  min-height: 221px;
  padding-top: 57px;
}
.common_pop .inner p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  width: 100%;
  text-align: center;
}
.common_pop .inner .pop_btn {
  margin-top: 30px;
  text-align: center;
}
.common_pop .inner .pop_btn .btn {
  padding: 11px 31px;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.common_pop .inner .pop_btn .btn + .btn {
  margin-left: 8px;
}
.common_pop .inner .pop_btn .btn.btn_can {
  background-color: rgba(38, 38, 38, 0.4);
}

.dimm {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
  display: none;
}

/* 달력 */
.calender_wrap {
  display: flex;
}
.calender_wrap .left_wrap {
  width: 319px;
  min-height: 260px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.calender_wrap .right_wrap {
  margin-left: 20px;
}
.calender_wrap .right_wrap .today_date {
  font-family: "LgEI_txt";
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.calender_wrap .right_wrap .select_time ul {
}
.calender_wrap .right_wrap .select_time ul::after {
  clear: both;
  content: "";
  display: block;
}
.calender_wrap .right_wrap .select_time ul li {
  display: flex;
  float: left;
  position: relative;
  padding: 10px 15px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
  border-right: none;
  min-width: 70px;
  margin-top: -1px;
  min-height: 41px;
  margin-right: -1px;
}
.calender_wrap .right_wrap .select_time ul li::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #e6e6e6;
}
.calender_wrap .right_wrap .select_time ul li.disabled button {
  color: #ccc;
}
.calender_wrap .right_wrap .select_time ul li:nth-child(17),
.calender_wrap .right_wrap .select_time ul li:last-child {
  border-right: none;
}
.calender_wrap .right_wrap .select_time .select {
  background-color: #f0ebe3;
}
.select_time_v2 {
  border-radius: 8px;
  margin-top: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  width: 100%;
  padding: 10px 16px;
}
.select_time_v2 .inner {
  display: flex;
  align-items: center;
}
.select_time_v2 .inner .time_list label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 8px;
}
.select_time_v2 .date_during {
  vertical-align: middle;
  margin: 35px 20px 0;
}
.select_time_v2 .select_wrap {
  width: 204px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  position: relative;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.select_time_v2 .select_wrap select {
  width: 100%;
  height: 99%;
  padding-left: 42px;
  padding-right: 32px;
  text-align: left;
  text-align-last: left;
  position: absolute;
  top: 0;
  left: 0;
}
.select_time_v2 .select_wrap select:disabled {
  background-color: #f8f8f8;
}
.select_time_v2 .select_wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../image/icn_time.svg);
  background-size: 16px 16px;
  z-index: 1;
}
.select_time_v2 .select_wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../image/icn_dropdown.svg);
  background-size: 16px 16px;
  z-index: 1;
}
.select_time_v2 .total_time {
  margin-left: 20px;
  font-size: 16px;
  margin-top: 32px;
}
.select_time_v2 .total_time strong {
  font-weight: 700;
}
.set_holiday {
  z-index: 2;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 16px;
}

.calendar_custom {
  margin-top: 0px;
  text-align: center;
}

.calendar_custom .current-date {
  font-size: 14px;
  font-weight: 700;
}
.calendar_custom .weeks {
  display: flex;
  justify-content: space-between;
}

.calendar_custom .weeks li {
  width: 40px;
  padding-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  color: #666;
}
.calendar_custom .days {
  color: #2e2e2d;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.calendar_custom .days li {
  width: 40px;
  height: 32px;
  position: relative;
  font-size: 14px;
  text-align: center;
}

.calendar_custom .calendar_top {
  margin-bottom: 10px;
}
.calendar_custom .days li > p {
  width: 100%;
  height: 100%;
  line-height: 32px;
  display: block;
  text-align: center;
  color: #000;
  cursor: pointer;
}

.calendar_custom .days li > p:hover {
  background: #fd312e;
  border-radius: 4px;
  color: #fff;
}

.calendar_custom .days .inactive > p {
  color: #dfe1e6;
  border: none;
}

.calendar_custom .inactive p:hover {
  background: #fff;
  color: #000;
}

.calendar_custom .today p {
  border-bottom: 2px solid #000;
}

.calendar_custom .choice_day p {
  background: #fd312e;
  border-radius: 4px;
  color: #fff !important;
}

.calendar_custom .btn_prev_caln {
  position: absolute;
  width: 24px;
  height: 24px;
  display: block;
  background: #fff no-repeat center;
  background-size: contain;
  left: 0px;
  top: 1px;
  background-image: url("../image/icn_rr_calendar_prev.png");
  cursor: pointer;
}

.calendar_custom .btn_next_caln {
  position: absolute;
  width: 24px;
  height: 24px;
  display: block;
  background: #fff no-repeat center;
  background-size: contain;
  right: 0px;
  top: 1px;
  background-image: url("../image/icn_rr_calendar_next.png");
  cursor: pointer;
}

.set_holiday .table_label {
  margin-top: 20px;
}
.set_holiday .table_label ul {
  display: flex;
  gap: 30px;
}
.set_holiday .table_label ul li {
  display: flex;
  gap: 10px;
  align-items: center;
}
.set_holiday .table_label ul li .bg_color_label {
  width: 20px;
  height: 20px;
  background: #d0e8ff;
  border-radius: 5px;
}
.set_holiday .table_label ul li .bg_color_holi {
  background: #0082fa;
}
.set_holiday .table_label ul li .bg_color_txt {
  font-size: 16px;
}
.set_holiday .set_btn_wrap {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
.set_holiday .set_btn_wrap a {
  width: 100%;
  height: 44px;
  line-height: 44px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.set_holiday .set_btn_wrap a.set_btn {
  background: #0082fa;
}
.mo_scroll {
  width: 100%;
}

@media screen and (max-width: 1900px) {
  .dash_numboard .today_total .total_info {
    width: 50%;
    min-width: 140px;
  }
  .dash_numboard .today_total .total_info .date {
    font-size: 16px;
    line-height: 18px;
    display: inline-flex;
    align-items: center;
  }
  .dash_numboard .today_total .total_info .count {
    font-size: 36px;
  }
  .dash_numboard .today_total {
    min-width: 122px;
    padding: 0px 10px;
    height: 113px;
  }
  .dash_numboard .hand_data {
    width: 156px;
    height: 113px;
    padding: 0px 8px;
    padding-top: 25px;
    font-size: 16px;
  }
  body.spain .dash_numboard .hand_data {
    height: 123px !important;
    padding-top: 15px !important;
  }
}

@media screen and (max-width: 1439px) {
  .dash_numboard .today_total .total_info {
    width: 50%;
    min-width: 118px;
  }
  .dash_numboard .today_total .total_info .date {
    font-size: 13px;
    line-height: 15px;
    min-height: 25px;
  }
  .dash_numboard .today_total .total_info .count {
    font-size: 26px;
  }
  .dash_numboard .today_total {
    min-width: 118px;
    padding: 0px 10px;
    height: 89px;
  }
  .dash_numboard .hand_data {
    width: 156px;
    height: 89px;
    padding: 0px 8px;
    padding-top: 20px;
    font-size: 13px;
  }
  .dash_numboard .hand_data img {
    margin-bottom: 10px;
  }

  .mo_scroll {
    min-width: 700px;
    overflow: auto;
  }
  .mo_scroll > table {
    min-width: 1000px;
  }
}

body.spain .dash_numboard .today_total {
  display: flex;
  flex-direction: row;
  min-width: 255px;
  width: auto;
  padding: 8px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  gap: 15px;
  height: 150px;
}

body.spain .dash_numboard .today_total .total_info .date {
  font-size: 16px;
  min-height: 58px;
  line-height: 17px;
  display: inline-flex;
  align-items: center;
}

body.spain .btn.btn_m {
  width: 210px;
}
body.spain .dash_numboard .today_total .total_line {
  background: rgba(0, 0, 0, 0.1);
  width: 1px;
  height: 90%;
}
body.spain .input_row h4,
body.spain .input_row .label_title {
  padding-top: 0;
}
body.spain .select_time_v2 .select_wrap {
  width: 244px;
}
body.spain .input_row .num_input {
  width: 500px;
}
body.spain .input_row .num_input input {
  width: 400px;
}
body.spain .adm_top_title {
  width: 230px;
}
body.spain .btn.btn_xs {
  width: 120px;
}
body.spain .spain_pd14 {
  padding-top: 14px !important;
}

body.spain .dash_numboard .today_total .total_info {
  max-width: 174px;
}
body.spain .dash_numboard .hand_data {
  width: 196px;
  height: 150px;
  padding: 24px 8px;
  padding-top: 30px;
  text-align: center;
  font-family: "LgEI_txt";
  font-weight: 700;
  font-size: 16px;
  border-radius: 8px;
  background: #262626;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  body.spain .dash_numboard .today_total {
    min-width: 122px;
    padding: 0px 10px;
    height: 123px;
  }

  body.spain .dash_numboard .today_total .total_info {
    width: 50%;
    min-width: 128px;
  }
}
@media screen and (max-width: 1439px) {
  body.spain .dash_numboard .today_total .total_info {
    width: 50%;
    min-width: 118px;
  }
  body.spain .dash_numboard .today_total .total_info .date {
    font-size: 13px;
    line-height: 15px;
    min-height: 25px;
  }

  body.spain .dash_numboard .today_total {
    min-width: 118px;
    padding: 0px 10px;
    height: 89px;
  }
  .dash_numboard .hand_data {
    width: 156px;
    height: 89px;
    padding: 0px 8px;
    padding-top: 20px;
    font-size: 13px;
  }
  body.spain .dash_numboard .hand_data {
    height: 89px !important;
    padding-top: 10px !important;
    font-size: 13px;
  }
}
.adm_gnb {background-color:#fff; top:0; z-index:10;}
html {min-width:1200px;}