.wrapper {
  min-height: 100dvh;
}

.wrapper .content-wrapper {
  min-height: calc(100vh - calc(3.5rem + 1px)) !important;
  padding-bottom: calc(env(safe-area-inset-bottom) + 24px);
  padding-bottom: calc(constant(safe-area-inset-bottom) + 24px);
}

/*레프트 메뉴*/
[class*="sidebar-light-"] .nav-sidebar>.nav-item.menu-open>.nav-link,
[class*="sidebar-light-"] .nav-sidebar>.nav-item:hover>.nav-link {
  background-color: rgb(68 89 126 / 80%) !important;
}

.content-header .breadcrumb {
  gap: 4px 0;
  margin: 4px 0;
  margin-left: 15px;
}

.breadcrumb-item[onclick] {
  cursor: pointer;
}

.breadcrumb a,
.breadcrumb-item {
  color: #989ba1;
  letter-spacing: -0.8px;
}

.breadcrumb .active {
  color: #3a3f58;
  font-weight: 500;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #e1e1e1;
}

/* 
.card {
  overflow: hidden;
} */
.card-gray {
  background-color: #f2f3f7;
}

.nav-item a {
  color: #5e5e5e;
}

/* .card-body {
  background-color: #fff;
  padding: 15px 30px 30px;
} */
.mh-200 {
  min-height: 200px;
}

.f17 {
  font-size: 17px;
}

.gap-3 {
  gap: 3px;
}

/* .btn {
  height: 43px;
  line-height: 41px;
  box-sizing: border-box;
  padding: 0px 20px;
  font-size: 15px;
} */
.btn.inner_btn,
.inner_btn {
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  padding: 0px 8px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
}

.btn_long {
  min-width: 150px;
}

.btn_margin {
  margin: 5px 0;
}

.blue-btn {
  background-color: #309af6;
  border: 1px solid #c3d2dd;
  color: #fff;
}

.blue-btn:hover {
  background-color: #2383d7;
  color: #fff;
}

.extend-btn {
  background-color: #6f42c1fc;
  border: 1px solid #c3d2dd;
  color: #fff;
}

.extend-btn:hover {
  background-color: #4a1aa1fc;
  color: #fff;
}

.mms-btn {
  background-color: #4259c1bf;
  border: 1px solid #c3d2dd;
  color: #fff;
}

.mms-btn:hover {
  background-color: #2441c3bf;
  color: #fff;
}

.dark-btn {
  background-color: #3a3f58;
  border: 1px solid #afafaf;
  color: #fff;
}

.dark-btn:hover {
  background-color: #2a2e3f;
  color: #fff;
}

.dark-gray-btn {
  background-color: #6c728c;
  border: 1px solid #afafaf;
  color: #fff;
}

.dark-gray-btn:hover {
  background-color: #515669;
  color: #fff;
}

.gray-btn {
  background: #6c757d;
  border: 1px solid #b6babf;
  color: #fff;
}

.gray-btn:hover {
  color: #fff;
  background: #5b636a;
}

.green-btn {
  background: #49a79e;
  border: 1px solid #268a80;
  color: #fff;
}

.green-btn:hover {
  color: #fff;
  background: #268a80;
}

.reset-btn {
  background: #aaadb9;
  color: #fcfcfc;
  border: 1px solid #b7bbc9;
}

.reset-btn i {
  font-size: 16px;
}

.reset-btn:hover {
  background: #90939d;
  color: #fcfcfc;
}

.excel-btn {
  background: #37b37c;
  border: 1px solid #269d68;
  color: #fff;
}

.excel_up-btn:hover {
  background: #268a80;
  color: #fff;
}

.excel_up-btn {
  background: #49a79e;
  border: 1px solid #268a80;
  color: #fff;
}

.excel_form-btn:hover {
  background: #376d54;
  color: #fff;
}

.excel_form-btn {
  background: #468568;
  border: 1px solid #5a5e5c;
  color: #fff;
}

.excel-btn:hover {
  background: #269d68;
  color: #fff;
}

.pdf-btn {
  background: #c92a1f;
  border: 1px solid #a52d0f;
  color: #fff;
}

.pdf-btn:hover {
  background: #9b2e20;
  color: #fff;
}

.push-btn {
  background-color: #5067d9;
  border: 1px solid #4b62d3;
  color: white;
}

.push-btn:hover {
  background: #3d55c8;
  color: white;
}

.dark-blue-btn {
  background-color: #5067d9;
  border: 1px solid #4b62d3;
  color: white;
}

.dark-blue-btn:hover {
  background: #3d55c8;
  color: white;
}

.dark-pink-btn {
  background-color: #8f5280;
  border: 1px solid #ba66a5;
  color: white;
}

.dark-pink-btn:hover {
  background: #814672;
  color: white;
}

.etc-btn {
  background: #3e5072;
  border: 1px solid #8fa7d3;
  color: #fff;
}

.etc-btn:hover {
  background: #303f5a;
  color: #fff;
}

/* 로고 사용으로 인해 속성 추가 */
.brand-link {
  display: flex;
  height: 56px;
  align-items: center;
  justify-content: center;
}

.brand-text {
  font-size: 18px;
  text-transform: uppercase;
  color: #999;
  font-weight: 500;
}

/* 로고 추가 */
.brand-text .logo {
  width: 140px;
  height: 30px;
  background-image: url(../images/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.layout-fixed .main-sidebar {
  height: 100dvh;
}

.layout-fixed .wrapper .sidebar {
  display: flex;
  justify-content: center;
  height: calc(100vh - (1.6rem + 1px));
  /* scrollbar-gutter: stable both-edges; */
}

.sidebar {
  /* padding: 0; */
  background-color: #2a2e3f;
  scrollbar-width: thin;
  scrollbar-color: #9a9ca3 transparent;
}

.sidebar nav,
.sidebar .nav {
  display: block;
  width: 100%;
  overflow: visible;
  transition: 0.3s ease-in-out;
}

.sidebar>a>.user-panel {
  justify-content: center;
  margin-bottom: 0;
}

.sidebar .nav-header {
  position: relative;
  padding: 1.6rem 1rem 0.5rem !important;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: -0.1px;
}

.sidebar .nav-header:not(:first-child) {
  margin-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* .sidebar-collapse .main-sidebar .sidebar,
.sidebar-collapse .main-sidebar:hover .sidebar {
  padding: 3rem 0.1rem 3rem 0;
} */
.sidebar-collapse .main-sidebar .sidebar .nav {
  display: inline-block;
  padding: 0 0.4rem 0 0.5rem;
  width: 100%;
}

.sidebar-collapse .main-sidebar:hover .sidebar .nav {
  padding: 0 0.1rem;
  width: 100%;
}

.sidebar-collapse .sidebar:hover nav {
  width: 100%;
}

.sidebar-collapse .sidebar .nav {
  display: unset;
}

.sidebar-collapse .sidebar:hover,
.sidebar-collapse .main-sidebar:hover .sidebar {
  padding: 0 0.5rem;
}

.sidebar-collapse .main-sidebar:hover .sidebar nav {
  width: 100%;
}

.sidebar-collapse .sidebar .nav-treeview {
  display: none !important;
}

.sidebar-collapse .main-sidebar:hover .menu-is-opening.menu-open .nav-treeview,
.sidebar-collapse .sidebar:hover .menu-is-opening.menu-open .nav-treeview {
  display: block !important;
}

.sidebar-collapse .sidebar .nav-treeview,
.sidebar-collapse .main-sidebar:not(:hover) .sidebar .nav-treeview {
  display: none;
}

.sidebar-collapse .sidebar .nav {
  align-items: center;
}

.navitxt_icon {
  margin-right: 4px;
}

/* 아이콘 변경으로 인한 속성 수정 */
.user-panel .info {
  margin: 0;
  padding: 0;
}

.user-panel .info .info_txt {
  color: #cfcfcf;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1px;
}

.user-panel .info .d-block {
  color: #cfcfcf;
  font-size: 20px;
}

.user-panel .info .d-block:hover {
  color: #fff;
}

.nav-sidebar .nav-item>.nav-link {
  padding: 8px 10px;
}

.sidebar-collapse .nav-sidebar .nav-item>.nav-link {
  justify-content: center;
}

.sidebar-collapse .main-sidebar:hover .nav-sidebar .nav-item>.nav-link {
  justify-content: flex-start;
}

.nav-sidebar .nav-item>.nav-link p {
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.3s ease-in-out;
  flex-grow: 1;
}

.nav-sidebar .nav-item.menu-open>.nav-link p {
  color: #fff;
  flex-grow: 1;
}

.nav-tabs .nav-link.active {
  color: #fff;
  font-weight: 600;
}

.nav-sidebar .nav-item>.nav-link {
  margin-bottom: 0;
}

.list_g:nth-of-type(odd) {
  background-color: #f2f3f7 !important;
}

.col-sbox,
.year-box {
  display: inline-block;
}

#sselect_items {
  display: inline-block;
}

/* 검색버튼 */
.right-btn {
  display: block;
  float: right;
}

.right-btn .b-search-btn {
  width: 90px;
  height: calc(2.25rem + 6px);
  margin-top: 1px;
}

/* 왼쪽 메뉴바 부분 */
[class*="sidebar-light"] .user-panel {
  align-items: baseline;
  border-bottom: 1px solid #414556;
  padding: 16px 0;
  /* 아이콘 추가로 인해 속성 수정 이전 값 10px 0 */
  margin-bottom: 15px;
  align-items: center;
  cursor: pointer;
}

.nav-icon {
  color: #a9aab1;
  font-size: 27px;
}

.nav-icon::before {
  content: "";
}

/* 관리자 아이콘 추가 */
.navitxt_icon .nav-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  color: inherit;
  background-image: url(../images/icons/icon-admin.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.nav-item .blue-nav {
  background-color: rgb(60, 105, 221);
  color: #fff !important;
}

.nav-item .blue-nav .nav-icon {
  color: #fff;
}

.nav-item .nav-op {
  color: #fff !important;
  font-weight: 400;
}

.nav-item p {
  font-size: 15px;
}

.nav-sidebar>.nav-item,
.nav-sidebar>.nav-header {
  width: 100%;
}

.nav-sidebar>.nav-item:not(:last-child) {
  margin-bottom: 0.2rem;
}

.nav-sidebar>.nav-item:last-child {
  padding-bottom: 3rem;
}

.nav-sidebar>.nav-item:hover>.nav-op {
  background-color: rgba(74, 87, 119, 1) !important;
  color: #f0f2f4 !important;
}

.nav-sidebar .nav-link>.right,
.nav-sidebar .nav-link>p>.right {
  top: 0.8rem;
}

.nav-treeview:last-child {
  margin-bottom: 0;
}

.nav-treeview li {
  margin-top: 0.2rem;
}

.nav-treeview>.nav-item:hover>.nav-op {
  background-color: rgba(74, 87, 119, 1) !important;
  color: #f0f2f4 !important;
}

/* 검색부분 */
.sel-box {
  width: 100%;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  padding: 1rem;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 0.25rem;
}

/*검색부분 요소 공통 여백*/
/* .sel-box select,
.sel-box input {
    margin: 5px 0;
} */
/* 셀렉트 박스 부분 */
.in-box {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin: 5px 0;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

select.in-box,
select.form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  background-color: #fff;
  padding-right: 2.5rem;
}

.col-sbox,
.form-select-box {
  position: relative;
}

.col-sbox.select::after,
.form-select-box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  pointer-events: none;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M15 8L10 13L5 8' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

.form-select-box.option::after {
  right: 8.45px;
}

.col_bigbox {
  display: inline-block;
  /* margin-bottom: 15px; 
    margin-right: 22px;*/
}

.col_bigbox p {
  display: inline-block;
  margin: 0 5px;
}

.left-box {
  width: 90%;
  display: block;
  float: left;
}

.search-w {
  width: 280px;
}

/* 테이블 */
.table-box {
  color: #3e3e3e !important;
}

.table-responsive {
  /* min-height: 200px; */
  /* max-height: 536px; */
}

.mailbox-btn {
  padding: 5px;
  margin-bottom: 5px !important;
  text-align: right;
}

.mailbox-btn-left {
  padding: 5px;
  margin-bottom: 5px !important;
  text-align: left;
}

.sel_txt {
  font-size: 15px;
  color: #666;
  margin-right: 5px;
}

/****페이지 타이틀********/
.content-header h3 {
  font-size: 25px;
  padding-left: 15px;
  font-weight: 600;
  color: #3a3f58;
  margin-bottom: 8px;
}

.card-header h4 {
  font-size: 20px;
  color: #3a3f58;
  /* font-weight: bold; */
}

.card-header {
  border-bottom: 1px dashed #ddd;
}

/*****리스트페이지******/
/* #list {
  padding: 0 15px;
} */
/*테이블 정의*/
.scroll_box {
  max-height: 500px;
  overflow-y: auto;
}

.sm_scroll_box {
  max-height: 300px;
  overflow-y: auto;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #ddd;
}

/* .sm_scroll_box .table-responsive {

} */
.sm_scroll_box .table-responsiv .table_list th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.table_list {
  width: 100%;
}

.table_list.tb_link tr:hover td {
  background: #f0f0f3;
  cursor: pointer;
  color: #2a2a2a;
}

.table_list th {
  border-top: 2px solid #bdbdbd;
  border-bottom: 1px solid #ddd;
  background: #fcfcfc;
  color: #2a2e3f;
  border-left: 1px solid #eee;
}

.table_list td {
  border-bottom: 1px solid #ddd;
  color: #555;
  border-left: 1px solid #eee;
}

/* text color 옵션 */
.table_list td.txt-red {
  color: red;
}

.table_list.tb_link tr:hover td.txt-red {
  color: darkred;
}

.table_list td.txt-blue {
  color: blue;
}

.table_list.tb_link tr:hover td.txt-blue {
  color: darkblue;
}

.table_list td.txt-green {
  color: rgb(23, 183, 23);
}

.table_list.tb_link tr:hover td.txt-green {
  color: darkgreen;
}

.table_list th,
.table_list td {
  font-size: 15px;
  padding: 12px;
  text-align: center;
  line-height: 1.5;
  word-break: keep-all;
}

.table_list td p {
  width: 100%;
  max-width: 400px;
  padding: 0px 10px;
  line-height: 1.5;
  box-sizing: border-box;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table_list td p.link {
  color: #888;
  font-weight: 300;
}

.table_list td p.long_txt {
  max-width: 600px;
}

.table_list td span.main_txt {
  display: block;
  text-align: left;
  padding: 5px 20px;
  font-weight: 500;
  line-height: 1.5;
  width: 100%;
}

.table_list td.txt_left {
  text-align: left;
  padding: 13px 30px;
}

.table_list th:first-child,
.table_list td:first-child {
  border-left: 0;
}

.bottom_box {
  margin-top: 40px;
  text-align: right;
  overflow: hidden;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

/*** 입력 시 리스트 구분선***/
.sub_line {
  margin-top: 50px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.sub_line h6 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #2a2a2a;
}

/***구독자가입이력***/
.sub_his {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.sub_list_his {
  /* border-top: 1px solid #eee; */
  /* padding-top: 16px; */
}

.sub_his h6 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #2a2a2a;
}

label:not(.custom-file-label),
legend:not(.form-check-label):not(.custom-file-label) {
  font-weight: 500 !important;
  color: #555;
}

input[type="checkbox"]+.form-check-label,
input[type="radio"]+.form-check-label {
  font-weight: inherit !important;
  color: inherit !important;
}

/***** form_box 입력폼, 
인풋 그룹 박스******/
.form_box {
  padding: 24px 16%;
}

.form-group label b,
.form-group legend b {
  color: #e53243;
}

.form-group textarea {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
}

/* .form-group button {
  color: #495057;
  background-color: #e9ecef;
} */
/***********
    form-group tree
*************/
.form_box .tree {
  width: 300px;
  border: 1px solid #ddd;
  padding: 15px;
  box-sizing: border-box;
  background: #f9f9f9;
  user-select: none;
}

.form_box .tree .parent {
  line-height: 1.5;
  cursor: pointer;
}

.form_box .tree input.has {
  border: 1px solid #eee;
  margin: 3px 0;
  background: #f9f9f9;
  padding: 8px 15px;
}

.form_box .tree input.has {
  background: none;
  display: inline-block;
  cursor: pointer;
}

.form_box .tree div input[type="checkbox"] {
  margin-right: 5px;
}

.form_box .child li {
  padding: 5px 10px;
  margin: 8px 0;
  font-weight: 400;
  cursor: pointer;
}

.check_label {
  cursor: pointer;
}

.image-container {
  border: 1px solid #ced4da;
  overflow: hidden;
  object-fit: contain;
}

.image-container.up_ban {
  width: 335px;
  height: 80px;
}

.image-container.up_ban25 {
  margin: 0 auto;
  width: 25px;
  height: 25px;
}

.image-container.up_ban160 {
  width: 291px;
  height: 160px;
}

.image-container.up_ban70 {
  width: 70px;
  height: 70px;
}

.image-container.pack_icon {
  width: 70px;
  height: 70px;
}

.offset-sm-2 small {
  color: #888;
  font-size: 15px;
}

.image-container img {
  width: 100%;
}

/* .form_box .col-sm-10,
.form_box .col-sm-8 {
  padding-left: 0;
} */
.form_box .textarea_w96 {
  width: 96%;
}

.form_box .textarea_w101 {
  width: 101%;
}

.text-glay {
  color: #888;
}

/*list_top_info 
발급상세정보*/
ul.list_top_info {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 98%;
  padding: 15px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

ul.list_top_info li {
  width: 33.3%;
  padding-left: 3%;
  box-sizing: border-box;
  line-height: 1.6;
  border-right: 1px solid #eee;
}

ul.list_top_info li:last-child {
  border: 0;
}

ul.list_top_info li span {
  display: inline-block;
  margin-right: 3px;
  font-weight: bold;
  color: #666;
}

ul.list_top_info li span i {
  font-size: 14px;
  color: #888;
  margin-right: 5px;
}

/*tab style custom 
탭 스타일*/
.tab-content {
  padding: 0.75rem;
}

.nav-tabs .nav-link.active {
  color: #2a2a2a;
  font-weight: 500;
}

.nav-tabs .nav-link {
  padding: 15px 30px;
  border: 1px solid #ddd;
  margin-right: 1px;
  background: #fcfcfc;
  color: #777;
}

/**체크박스**/
[class*="icheck-"]>input:first-child+input[type="hidden"]+label::before,
[class*="icheck-"]>input:first-child+label::before {
  background: #fff;
}

[class*="icheck-"] {
  position: relative;
}

/**Modal papup
모달**/
.modal-title {
  font-size: 18px;
}

/*******쿠폰팩*******/
.center_box {
  text-align: center;
  margin: 0 auto;
}

/* @media (max-width: 1300px) {
  .calendar-wrap {
    flex-direction: column;
  }
  .calendar-wrap .calendar-content {
    flex-direction: row;
    padding: 0 20px;
  }
} */
@media (max-width: 1253px) {
  .left-box {
    width: 100%;
  }

  /* 
  .agree-w {
    width: 324px;
  } */
  .left-box,
  .right-btn {
    float: none;
    /* text-align: center; */
  }

  .right-btn {
    margin-top: 25px;
  }
}

@media (max-width: 680px) {
  .form_box {
    padding: 10px 4%;
  }

  .btn_long {
    min-width: 72px;
  }

  .col_bigbox {
    display: block;
    margin-right: 0;
  }

  .col_bigbox p {
    margin: 14px 5px;
  }

  .col-sbox {
    display: block;
  }

  .year-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .year-box .in-box {
    width: 46%;
  }

  .s-in {
    display: block;
    width: 100%;
  }

  .f17 {
    font-size: 14px;
  }

  .select-100 {
    width: 100%;
    display: block;
  }

  #sselect_items {
    display: block;
  }

  /* 검색버튼 */
  .right-btn .b-search-btn {
    width: 49%;
  }

  .board .board_top>div {
    width: 100% !important;
  }

  .board .board_top ul {
    flex-wrap: wrap;
  }

  .pagination .paginate_button.previous,
  .pagination .paginate_button.next {
    display: none;
  }
}

/* .rs-btn:hover {
    background-color: #6f42c1; // #0081dd
    color: white;
} */
/** 하승범 **/
/* 좌측 메뉴바 상단 로고 이미지 */
.brand-image {
  max-height: 66px !important;
}

/* 쿠폰팩서비스/쿠폰관리 업데이트버튼  */
#trans_rotation360>i {
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  -ms-transition: -ms-transform 0.15s ease-in-out;
  transition: transform 0.15s;
}

#trans_rotation360:active>i {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

/** 하승범 **/
.vtc_md td {
  vertical-align: middle;
}

.sticky_t {
  height: 400px;
  background: #fff;
}

.sm_scroll_box_s .table_list th {
  border-top: 1px solid #bdbdbd;
}

.sticky_s {
  position: sticky;
  top: 0px;
  background: #fff;
  border-bottom: 1px solid #bdbdbd;
  z-index: 10000;
}

.sm_scroll_box_s {
  max-height: 400px;
  overflow-y: auto;
  margin: 10px 0px;
  border: 1px solid #ddd;
}

.sm_scroll_box_s.size {
  height: 300px;
}

.sm_scroll_box_b {
  max-height: 600px;
  overflow-x: auto;
  overflow-y: auto;
  margin: 10px 0px;
  border: 1px solid #ddd;
}

.sm_scroll_box_b.size {
  max-height: 550px;
}

.form_box_s {
  padding: 0px;
}

.form_s {
  margin: 0px 10px;
}

.form_s .col-form-label {
  padding-top: calc(0.375rem + 0px);
}

.image-container {
  border: 1px solid #ced4da;
  overflow: hidden;
  object-fit: contain;
}

.no-img150 {
  background: no-repeat center/100% url(/../../_statics/images/basic_img.jpg);
  background-size: cover;
}

.no-img800 {
  background: no-repeat center/100% 100% url(/../../_statics/images/basic_popup.jpg);
  background-size: cover;
}

.image-container.up_ban {
  width: 335px;
  height: 80px;
}

.image-container.up_ban160 {
  width: 291px;
  height: 160px;
}

.image-container.up_ban150 {
  width: 150px;
  height: 150px;
}

.image-container.up_ban215 {
  width: 215px;
  height: 215px;
}

.image-container.up_ban350 {
  width: 350px;
  height: 350px;
}

.image-container.up_ban800300 {
  width: 360px;
  height: 120px;
}

.image-container.up_ban800540 {
  width: 400px;
  height: 270px;
}

.image-container.up_ban300300 {
  width: 188px;
  height: 188px;
}

.image-container.up_ban70 {
  width: 70px;
  height: 70px;
}

.image-container.up_ban50 {
  margin: 0 auto;
  width: 50px;
  height: 50px;
}

.image-container.up_ban80 {
  margin: 0 auto;
  width: 80px;
  height: 54px;
}

.image-container.event_ban {
  width: 140px;
  height: auto;
  max-height: 120px;
  margin: 0 auto;
}

.image-container.pack_icon {
  width: 70px;
  height: 70px;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.flex_row_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.flex_row_wrap.gap {
  gap: 10px;
}

/* 정산관리 css 추가 */
ul.list_top_info_quarter {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  /* width: 98%; */
  padding: 15px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

ul.list_top_info_quarter li {
  width: 25%;
  padding-left: 1%;
  box-sizing: border-box;
  line-height: 1.7;
  border-right: 1px solid #eee;
}

ul.list_top_info_quarter li.btn_list {
  padding: 5px 0;
  margin: 0;
  width: 100%;
}

ul.list_top_info_quarter li.btn_list button {
  outline: none;
  font-size: 18px;
  font-weight: 500;
}

ul.list_top_info_quarter li.btn_list button i {
  outline: none;
  font-size: 15px;
  color: #666;
}

ul.list_top_info_quarter button {
  width: 100%;
  box-sizing: border-box;
  line-height: 1.6;
  border-right: 1px solid #eee;
}

ul.list_top_info_quarter li:last-child {
  border: 0;
}

ul.list_top_info_quarter li:last-child .invoice_btn {
  padding: 0 7px;
}

ul.list_top_info_quarter li span {
  display: inline-block;
  margin-right: 3px;
  font-weight: bold;
  color: #666;
}

ul.list_top_info_quarter li span i {
  font-size: 14px;
  color: #888;
  margin-right: 5px;
}

/* badge */
td.badge_group {
  position: relative;
}

td.badge_group div.badge_new {
  position: absolute;
  top: 1px;
  left: 5px;
  padding: 5px;
  font-size: 12px;
  color: orangered;
}

/* 테이블에 데이터가 없을 때 */
.t-nodata {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #fff;
  background-color: var(--background);
}

.t-nodata__box {
  height: 500px;
}

.t-nodata__title {
  margin: 0 auto;
  font-size: 20px;
  /* font-size: var(--font-size-h5); */
  font-weight: 700;
  color: #4e5968;
  color: var(--grey700);
}

.t-nodata__description {
  font-size: 16px;
  /* font-size: var(--font-size-h7); */
  color: #6b7684;
  color: var(--grey600);
  margin: 0;
}

.table_list td p.t-nodata__description,
.table_list td p.t-nodata__title {
  text-align: center;
}

/* calendar */
.content.content-calendar {
  min-width: 860px;
}

#calendar {
  min-width: 768px;
  font-size: 16px;
}

.fc .fc-daygrid-day-frame {
  min-height: 80px;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: transparent;
  position: relative;
}

.fc .fc-daygrid-day.fc-day-today::before {
  content: "TODAY";
  display: block;
  position: absolute;
  right: 4px;
  top: 4px;
  background-color: #ff6666;
  border-radius: 20px;
  color: white;
  padding: 2px 8px;
  font-weight: bold;
  font-size: 12px;
}

.fc .fc-daygrid-day-top {
  flex-direction: row;
}

.calendar-topbar {
  display: flex;
  font-size: 24px;
  font-weight: bold;
  gap: 20px;
  margin: 20px 0;
}

.calendar-topbar .arrow-box {
  display: flex;
  gap: 8px;
  align-items: center;
}

.calendar-topbar .arrow-box>button {
  background-color: #eee;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.calendar-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.calendar-box {
  letter-spacing: -0.5px;
  flex-grow: 9999;
}

.calendar-box .calendar-data {
  display: flex;
  min-width: calc(768px - 40px);
  border-bottom: 1px solid #e1e1e1;
  gap: 20px;
}

.calendar-box .calendar-data>.data {
  flex-grow: 1;
  margin: 20px 0;
  padding-right: 20px;
}

.calendar-box .calendar-data>.data:not(:last-child) {
  border-right: 1px solid #e1e1e1;
}

.calendar-box .calendar-data>.data>.title {
  color: #999;
  font-size: 16px;
}

.calendar-box .calendar-data>.data>.value {
  font-weight: bold;
  margin-top: 8px;
  font-size: 20px;
}

.calendar-box .data-badge {
  display: flex;
  gap: 12px;
  margin: 20px 0;
}

.calendar-box .data-badge>span::before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  margin-bottom: -1px;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background-color: #0079ff;
}

.calendar-box .data-badge>span:nth-child(2)::before {
  background-color: #ff0060;
  /* background-color: gray; */
}

.calendar-box .fc-event-title {
  font-size: 16px;
}

.calendar-content {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
  /* 기존 20px -> 65px로 변경 */
  /* margin-top: 60px; */
  flex-grow: 1;
  flex-basis: 180px;
}

.calendar-content__card {
  flex-grow: 1;
  max-width: 180px;
  border-radius: 8px;
  padding: 20px;
  padding-right: 10px;
  letter-spacing: -0.5px;
  text-align: right;
  border: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
}

.calendar-content__card>div {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-align: left;
  color: #777;
  gap: 2px;
}

.calendar-content__card>div b {
  font-size: 20px;
  color: #212529;
}

.fc .fc-scrollgrid-section table,
.fc .fc-daygrid-body {
  min-width: 100%;
}

.fc-theme-standard td {
  cursor: pointer;
}

/* 테이블 값 한줄로 */
.table_list th,
.table_list td {
  white-space: nowrap;
}

/* custom-modal-page */
.typography {
  margin: 0;
  padding: 0;
}

.typography--bold {
  font-weight: 700;
}

.typography--semibold {
  font-weight: 600;
}

.typography--regular {
  font-weight: 400;
}

.typography--p {
  font-size: 14px;
}

.typography--h5 {
  font-size: 24px;
  line-height: 1.6;
}

.color--grey700 {
  color: #4e5968;
}

.page-modal-body {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: 100vh;
  background-color: rgb(242, 244, 246);
}

.page-modal--section {
  padding: 64px 24px 26px;
  width: 400px;
  background-color: rgb(255, 255, 255);
}

.page-modal-header {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.page-modal-header-toolbox {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.page-modal-box {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: start;
  justify-content: flex-start;
  gap: 10px;
}

.page-modal-formbox {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.page-modal-left {
  min-width: 100px;
}

.page-modal-right {
  word-break: break-all;
  white-space: pre-wrap;
  text-align: right;
}

.page-modal--hr {
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-bottom: 1px solid rgba(0, 27, 55, 0.1);
  height: 1px;
  width: 100%;
  margin: 16px 0px;
}

.p-modal__container--small {
  padding: 48px;
}

.p-modal__container--medium {
  padding: 48px;
}

.p-modal__container--large {
  padding: 48px;
}

.p-modal__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

.p-modal__dimmer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.16);
  will-change: opacity;
}

.p-modal--small {
  width: 100%;
  max-width: 300px;
}

.p-modal--medium {
  width: 100%;
  max-width: 520px;
}

.p-modal--large {
  width: 100%;
  max-width: 800px;
}

.p-modal {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  border-radius: 20px;
  box-shadow: 0 12px 24px 0 rgba(0, 29, 58, 0.18),
    0 8px 16px 0 rgba(2, 32, 71, 0.05);
  background-color: #fff;
  padding: 24px;
  z-index: 2001;
  will-change: transform, opacity;
}

.p-modal-dialog {
  padding-left: 8px;
  padding-right: 8px;
  max-height: 100%;
}

.p-modal__body {
  position: relative;
  display: flex;
  overflow: hidden;
}

.p-modal__content,
.p-modal__content-container {
  flex-grow: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.p-modal__content-container {
  margin-top: 4px;
}

.p-modal__content {
  flex-wrap: nowrap;
  overflow: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.p-modal__content--scroll {
  padding-bottom: 24px;
}

.p-modal__gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
}

.p-close-button {
  cursor: pointer;
  font-size: inherit;
  white-space: nowrap;
  text-decoration: none;
  display: inline-flex;
  -webkit-appearance: none;
  transition: background-color 0.2s ease;
  padding: 8px;
}

.p-close-button--grey:hover {
  color: #333d4b;
}

.icon.p-icon {
  font-size: inherit;
}

.p-icon {
  line-height: 0;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.tooltip-box {
  position: relative;
  display: inline-block;
}

.tooltip-box>.tooltip {
  background-color: white;
  padding: 8px 12px;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translatex(-50%);
  white-space: nowrap;
  font-size: 14px;
  color: black;
  letter-spacing: -0.5px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.tooltip-box:hover>.tooltip {
  visibility: visible;
  opacity: 1;
}

.tooltip-box>.tooltips:before {
  border-top: 4px solid #ff8551;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translatex(-50%);
}

.drawer-box {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.drawer {
  padding: 12px;
  position: absolute;
  min-width: 240px;
  border-radius: 16px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  bottom: calc(100% + 8px);
  left: 0;
  /* 메뉴 왼쪽으로 위치 변경할 경우, left:0 지우고 right:0 적기 */
  display: none;
}

.drawer.drawer-copy {
  min-width: 80px;
  left: 50%;
  transform: translatex(-50%);
  /* transition: all 0.3s; */
}

.drawer.active {
  display: block;
}

/* 보안관리 - 권한 관리 */
.authority-box {
  display: flex;
  margin-top: 12px;
}

.authority-box>div {
  width: 160px;
  font-weight: bold;
  color: var(--grey600);
  flex-shrink: 0;
}

.authority-list {
  flex-grow: 1;
  min-width: 0;
}

.authority-list>li:not(:first-child) {
  margin-top: 1.2rem;
}

.authority-list .board-form-checkbox-container {
  display: flex;
  align-items: center;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
}

.authority-list_desc {
  margin-top: 8px;
  margin-left: 28px;
  color: var(--grey400);
  font-weight: normal;
}

.authority-list_segments {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  padding-left: 28px;
  border-bottom: 1px solid var(--grey200);
}

/* 240507 보안 관리 - 권한 관리 - 권한 등록 */
.card .card {
  box-shadow: none;
  border: 1px solid #ced4da;
}

.card-header.parent {
  background-color: #f5f6f7;
}

.image-container img[src=""] {
  display: none;
}

.custom-file-label::after {
  content: "찾아보기" !important;
}

.custom-file-label.down::after {
  content: "다운로드" !important;
}

.custom-file-label.none::after {
  /* content: "" !important; */
  display: none;
}

/* 240621 문의사항 상세 */
.qna-table {
  border-bottom: 1px solid #ddd;
}

.qna-table th {
  white-space: nowrap;
  min-width: 120px;
}

/* wiw */
.table_list.tb_link tr:hover td {
  cursor: default;
}

.table_list.tb_link tr[data-clickable="true"]:hover td {
  cursor: pointer;
}

/* spinner */
.spinner img {
  animation: rotate 1s linear infinite both;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* side bar icon */
.nav-sidebar .nav-item>.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.nav-sidebar>.nav-item .nav-icon {
  display: inline-block;
  margin-left: 0;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.nav-icon.icon-subscription {
  background-image: url(../images/icons/icon-subscription.svg);
}

.nav-icon.icon-product {
  background-image: url(../images/icons/icon-product.svg);
}

.nav-icon.icon-search {
  background-image: url(../images/icons/icon-search.svg);
}

.nav-icon.icon-data {
  background-image: url(../images/icons/icon-data.svg);
}

.nav-icon.icon-user {
  background-image: url(../images/icons/icon-user.svg);
}

.nav-icon.icon-user-tag {
  background-image: url(../images/icons/icon-user-tag.svg);
}

.nav-icon.icon-glass-chart {
  background-image: url(../images/icons/icon-glass-chart.svg);
}

.nav-icon.icon-tag {
  background-image: url(../images/icons/icon-tag.svg);
  background-size: 16px !important;
}

.nav-icon.icon-statistics {
  background-image: url(../images/icons/icon-statistics.svg);
  background-size: 16px !important;
}

.nav-icon.icon-building {
  background-image: url(../images/icons/icon-building.svg);
  background-size: 14px !important;
}

.nav-icon.icon-video {
  background-image: url(../images/icons/icon-video.svg);
  background-size: 14px !important;
}

.nav-icon.icon-client {
  background-image: url(../images/icons/icon-client.svg);
}

.nav-icon.icon-loss {
  background-image: url(../images/icons/icon-loss.svg);
  background-size: 14px !important;
}

.nav-icon.icon-setting {
  background-image: url(../images/icons/icon-setting.svg);
}

.nav-icon.icon-board {
  background-image: url(../images/icons/icon-board.svg);
}

.nav-icon.icon-bill {
  background-image: url(../images/icons/icon-bill.svg);
}

.nav-icon.icon-security {
  background-image: url(../images/icons/icon-security.svg);
}

.nav-icon.icon-sales {
  background-image: url(../images/icons/icon-sales.svg);
}

/* .icon-line-chart {
  display: inline-block;
  margin-left: 0;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-image: url(../images/icons/icon-line-chart.svg);
}

.icon-bar-chart {
  display: inline-block;
  margin-left: 0;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-image: url(../images/icons/icon-bar-chart.svg);
}

.icon-pie-chart {
  display: inline-block;
  margin-left: 0;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-image: url(../images/icons/icon-pie-chart.svg);
}

.icon-doughnut-chart {
  display: inline-block;
  margin-left: 0;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-image: url(../images/icons/icon-securitydoughnut-chart);
} */
.nav-sidebar .nav-treeview>.nav-item>.nav-link>.nav-icon {
  height: 16px;
}

/* 청구서 정보 진열 */
.bill-card {
  overflow: unset !important;
}

.bill-card-body {
  overflow-x: unset;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
}

.card-head {
  position: -webkit-sticky;
  position: sticky;
  top: -20px;
  left: 0;
  margin-bottom: 12px;
  background-color: #eff3f7;
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.13);
  z-index: 1000;
}

.card-head tr th {
  padding: 20px 20px;
  font-size: 15px;
  font-weight: normal;
  color: #222;
}

.card-head+.for_box .form-group>div {
  width: 100%;
  white-space: nowrap;
}

.card-head+.for_box .col-form-label {
  font-size: 15px;
}

.bill-card-body tbody tr td:first-child {
  padding-left: 20px;
}

.bill-card-body tbody tr td {
  padding: 10px 8px 10px 12px;
}

.bill-card-body tbody tr td button {
  margin-left: 6px;
}

/* 청구서 정보 입력 내 버튼 */
.bill-btn-group {
  padding: 2.8rem 1.5rem;
  border-bottom: 1px solid #ced4da;
  overflow-x: hidden;
}

.bill-btn-group>div {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.add-item-btn {
  display: inline-block;
  padding: 8px;
  height: 36px;
  line-height: 1;
  font-size: 13px;
  color: #555;
  border: 1px solid #bbb;
  border-radius: 6px;
  box-sizing: border-box;
}

.custom-file-box>*:not(:last-child) {
  margin-right: 8px;
}

@media all and (max-width: 1601px) {
  .bill-card-body {
    overflow-x: auto;
    white-space: nowrap;
    min-width: 1000px;
  }
}

@media all and (max-width: 1209px) {
  .table-scroll-container {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media all and (max-width: 860px) {
  .custom-file-box {
    flex-wrap: wrap;
    gap: 8px;
  }

  .custom-file-box>* {
    margin-right: 0 !important;
  }
}

.large-editor {
  width: 245% !important;
}

/* detail tab (04/11 디자인 변경) */
.dt-tabs {
  display: flex;
  align-items: center;
  margin-bottom: 2.4rem;
  border-bottom: 1px solid #eaeaea;
  /* border-bottom: 1px solid #ccc;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem; */
}

.dt-tabs>*~* {
  margin-left: 1rem;
}

.dt-tabs_item {
  position: relative;
  padding: 0 10px 20px;
  font-weight: 500;
  letter-spacing: -1px;
  /* margin-right: 1rem; */
  cursor: pointer;
}

.dt-tabs_item.active {
  color: rgb(60, 105, 221);
  /* font-weight: bold; */
}

.dt-tabs_item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  border-radius: 4px;
  background-color: rgb(60, 105, 221);
  transition: width 0.3s ease, left 0.3s ease;
}

.dt-tabs_item.active:before {
  width: 100%;
  left: 0;
}

/* sidebar-resizer */
/* ↔ 커서 표시 */
/* .sidebar-resizer {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  cursor: ew-resize;
  background-color: rgba(255, 255, 255, 0.2);
}

.sidebar-resizer:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.no-transition {
  transition: none !important;
}

.no-transition::before {
  transition: none !important;
}

@media (min-width: 992px) {
  .sidebar-mini.sidebar-collapse .main-sidebar,
  .sidebar-mini.sidebar-collapse .main-sidebar::before {
    margin-left: 0 !important;
    width: 4.6rem !important;
  }
} */
.pagination ul {
  display: flex;
  margin: 0 auto;
}

.dropdown-menu>a:hover {
  background: #f0f0f3;
}

/* 게시물 상세 */
.board .board_top {
  display: flex;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #eaeaea;
  flex-wrap: wrap;
  flex-direction: column;
}

.board .board_top>div:first-child {
  margin-top: 0;
}

.board .board_top>div {
  display: flex;
  /* width: 50%; */
  flex-direction: column;
  margin-top: 0.4rem;
}

.board .board_top .tag {
  display: inline-block;
  padding: 4px 12px;
  width: fit-content;
  border: 1px solid #eaeaea;
  border-radius: 0.25rem;
  font-size: 13px;
  background-color: #f0f0f0;
}

.board .board_top .tag.completed {
  border-color: rgb(60, 105, 221);
  color: white;
  background-color: rgb(60, 105, 221);
}

.board .board_top span:not(.tag, .category) {
  margin-bottom: 0.4rem;
}

.board .board_top .category {
  margin-top: 1rem;
}

.board .board_top .category span {
  margin: 0;
  font-size: 14px;
  color: #495057;
}

.board .board_top #brdTitle {
  font-size: 1.4rem;
  font-weight: 600;
}

.board .board_top ul,
.answer-info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  gap: 0.4rem 1rem;
}

.board .board_top ul li,
.answer-info li {
  display: flex;
  font-size: 14px;
  gap: 0.4rem;
}

.board .board_top ul li span:first-child,
.answer-info li span:first-child {
  color: #7d848b;
}

.board .board_mid {
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #eaeaea;
}

.board .form-div {
  margin-top: 1rem;
}

.board .form-div .row {
  margin: 0;
  gap: 1.6rem;
}

.board .form-div .row>div {
  flex: 1 1 0%;
}

.board .form-div span:not(.form-div .row > div span) {
  display: block;
  margin-bottom: 0.4rem;
}

.board .form-div .row .file-box {
  display: flex;
  padding: 0.6rem 0.6rem 0.6rem 1rem;
  border: 1px solid #ced4da;
  border-radius: 6px;
  background-color: #fbfbfb;
  align-items: center;
  justify-content: space-between;
}

.board .board_bottom {
  position: relative;
}

.answer-info {
  margin-top: 0;
}

/* .board .board_bottom .fix-button-box {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background-color: white;
}

.board .board_bottom .fix-button-box > * ~ * {
  margin-left: 1rem;
} */
.board .nodata {
  display: block;
  margin-top: 1.6rem;
  padding: 1.6rem 0 0.2rem;
  border-top: 1px solid #eaeaea;
}

/* 콤보박스 수정 */
.custom-select__single-value {
  line-height: 30px;
}

.custom-select__input-container {
  line-height: 24px;
}

.custom-select__indicators {
  display: flex;
}

.custom-select__indicator.custom-select__dropdown-indicator svg {
  display: none;
}

.custom-select__indicator.custom-select__dropdown-indicator {
  pointer-events: none;
  width: 36px;
  height: 36px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M15 8L10 13L5 8' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}

/* .custom-select__indicator.custom-select__clear-indicator {
  pointer-events: none;
  width: 36px;
  height: 36px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M14.8173 5.18323L5.18359 14.8169' stroke='%23777777' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.18079 5.18323L14.8145 14.8169' stroke='%23777777' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
} */
/* 상세 > 목록탭 */
.detail-list-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}

.detail-list-box li {
  display: flex;
  padding: 24px;
  /* min-width: calc(100% / 4 - 12px); */
  max-width: 100%;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  background-color: #f6f7f7;
  /* flex: 1 0 auto; */
  flex: 1 1 0;
  justify-content: space-between;
}

.detail-list-box .subject {
  flex-shrink: 0;
  display: block;
  font-size: 14px;
  color: #6c757d;
  line-height: normal;
  width: 105px;
}

.detail-list-box strong {
  max-width: 90%;
  font-size: 17px;
  font-weight: 500;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* 인풋 하단 안내 메세지 */
.input-info-msg {
  margin: 6px 0 0 2px;
  font-size: 13px;
  color: #ec2f00;
}

/* 주의사항 툴팁 */
#alimtalk-tooltip {
  max-width: 100%;
  white-space: wrap !important;
  z-index: 100;
}

#alimtalk-tooltip ul li~li {
  margin-top: 8px;
}

/* 250425 ql editor custom */
.ql-editor-custom .ql-editor {
  height: 280px;
}

/* 부트스트랩 아이콘 정렬 이슈 */
button svg {
  display: block;
}

/* 부트스트랩 col-sm-6 2단 레이아웃용 보완 css */
@media (min-width: 992px) {
  .col-lg-half {
    max-width: 48%;
  }

  .col-lg-half input:only-child {
    margin-bottom: calc(15.34px + .25rem);
  }
}

/* dashboard calendar */
.react-calendar {
  border: none !important;
  padding: 10px
}

.react-calendar__tile--active {
  background: #e7b861 !important;
  color: white !important;
}

.react-calendar__navigation__label {
  pointer-events: none !important;
  cursor: default !important;
  background: white !important;
}

.react-calendar__navigation__label:active {
  background: white !important;
}

.react-calendar {
  width: 100% !important;
}

/* modal 내 강조 box */
.modal .modal-form {
  border: 1px solid #e1e1e1;
  background-color: #fafafa;
  padding: 1rem;
  border-radius: .3rem;
}

/* 메인 리액트 캘린더 커스텀*/
.react-calendar {
  min-height: 403px;
  padding: 0 !important;
}

.react-calendar__navigation__label__labelText {
  font-size: 1.2em;
  font-weight: 800;
}

.react-calendar abbr[data-original-title],
.react-calendar abbr[title] {
  text-decoration: none !important;
}

.react-calendar__tile {
  position: relative;
  height: 52px;
  font-size: 1em !important;
}

.react-calendar__tile abbr {
  display: inline-block;
  height: 100%;
  vertical-align: top;
}

.react-calendar__tile,
.react-calendar__navigation button {
  border-radius: 12px !important;
}

.react-calendar button {
  transition: 0.3s;
}

.react-calendar__tile--now {
  background-color: #e0e0e0 !important;
}

.react-calendar__tile--active,
.react-calendar a.bg-primary:focus,
.react-calendar a.bg-primary:hover,
.react-calendar button.bg-primary:focus,
.react-calendar button.bg-primary:hover {
  background-color: #007bff !important;
}

.react-calendar .dots-box {
  position: absolute;
  left: 0;
  bottom: 6px;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: -2px;
}

.react-calendar .dots-box span {
  display: block;
}

.react-calendar .dots-box span~span {
  margin-left: 4px;
}

/* sidebar 모바일 수정 */
@media (min-width: 992px) {
  .sidebar-mini.sidebar-collapse .nav-sidebar .nav-header {
    display: block !important;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }

  .sidebar-collapse .main-sidebar:hover .nav-header {
    opacity: 1;
  }
}

@media (max-width: 576px) {
  .breadcrumb-item {
    font-size: 0.85rem;
  }

  .breadcrumb-item+.breadcrumb-item {
    padding-left: 0.3rem;
  }

  .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 0.3rem;
  }
}

.d-flex.align-items-center.h-100+.form-text {
  margin-top: -6px;
}

.review-star {
  display: flex;
  align-items: center;
  margin-right: 0.4rem;
}

.review-star svg {
  width: 18px;
  height: 18px;
  color: #ddd;
}

.review-star svg.active {
  color: #f7ca18;
}