/*** ================================================ 공통 영역 영역 ================================================ ***/
:root {
  --primary: #002780;
  --primary--variant: #eef0ff;
  --secondary: #45c2ce;
  --secondary--variant: #caf4f8;
  --error: #e51e1e;
  --third: #2fe9a8;
  --error--variant: #ffedea;
  --gary--01: #f4f4f4;
  --gary--02: #dedede;
  --gary--03: #cacaca;
  --gary--04: #b8b8b8;
  --gary--05: #3d3f45;
  --font--large: 18px;
  --font--medium: 16px;
  --font--small: 14px;
  --font--x-small: 14px;
}

/*** ================ 비활성화 ================ ***/
.clickDisabled {
  pointer-events: none;
  opacity: 0.3 !important;
}

/*** ================ 헤더 ================ ***/
.iv_header {
  height: 100px;
  background-color: var(--gary--05);
  padding: 25px 70px;
  display: flex;
  align-items: center;
  position: relative;
}
.iv_header .iv_logo {
  margin: 0 100px 0 0;
}
.iv_header .iv_logo a {
  display: block;
  width: 46px;
  height: 46px;
}
.iv_header .iv_logo a img {
  max-width: 100%;
}
.iv_header nav.iv_menu .nav_inner {
  display: flex;
}
.iv_header nav.iv_menu .nav_inner li {
  margin-right: 80px;
}
.iv_header nav.iv_menu .nav_inner li:last-child {
  margin-right: 0;
}
.iv_header nav.iv_menu .nav_inner li a {
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  font-size: 22px;
  text-transform: uppercase;
}
nav.iv_menu .nav_inner li a {
  position: relative;
}
nav.iv_menu .nav_inner li.update a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--secondary);
  position: absolute;
  top: 50%;
  right: -23px;
  transform: translateY(-50%);
}
.iv_header nav.iv_menu .nav_inner li.on a {
  color: var(--secondary);
}
.iv_header .log_session {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
}
.logout_btn {
  font-family: "Noto Sans KR", sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.03em;
  font-size: var(--font--large);
}
.iv_btn_wrap {
  display: flex;
  align-items: center;
}
.iv_btn {
  font-family: "Noto Sans KR", sans-serif;
  padding: 10px 28px;
  background: var(--primary);
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.iv_btn.del {
  background: var(--gary--04);
  margin-right: 12px;
}
.table_cus_btn.on {
  display: none;
}
.table_cus_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}
.iv_pop_btn {
  width: 130px;
  background: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  border: 1px solid var(--primary);
  border-radius: 30px;
  color: var(--primary);
  box-sizing: border-box;
  height: 48px;
}
.iv_pop_btn.save {
  margin-left: 12px;
  color: #fff;
  background: var(--primary);
  border: none;
}
input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  border: 0px;
}
input[type="checkbox"] + label {
  width: 18px;
  height: 18px;
  position: relative;
  cursor: pointer;
  user-select: none;
}
input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 2px;
  border: 1px solid #e1e2e3;
  box-sizing: border-box;
  width: 19px;
  height: 19px;
  line-height: 18px;
}
input[type="checkbox"].preview-checkbox + label::before {
    margin-right: 5px;
}
input[type="checkbox"]:checked + label::before {
  background-image: url("/admin/img/input_chked.png");
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
}
input[type="checkbox"]:disabled + label {
  pointer-events: none;
}
input[type="checkbox"]:disabled + label::before {
  background-color: #e1e2e3;
}

/*** ================ 컨텐츠 ================ ***/
.content_wrap {
  padding: 60px 0 0;
  width: calc(100% - 60px);
  margin: 0 auto;
}
.dataTables_empty {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--gary--04);
}

.adm_ft {
  padding: 39px 0 14px;
  width: calc(100% - 60px);
  margin: 0 auto;
}
.adm_ft .copyright {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: var();
}
/*** ================================================ 테이블 영역 영역{s} ================================================ ***/

/*** ================ 중간 영역(설명, 버튼) ================ ***/
.iv_mark {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 24px;
}
.iv_mark .explanation span {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: var(--gary--04);
}
/*** ================ 내부 컨텐츠 ================ ***/
.dataTables_wrapper {
  position: relative;
}
[data-page="table_content"] {
  position: relative;
}
[data-page="table_content"] .dataTables_wrapper .iv_table {
  width: 100%;
}
/*thead*/
[data-page="table_content"] .dataTables_wrapper .iv_table .iv_thead {
  background: #f8f8f8;
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
[data-page="table_content"] .dataTables_wrapper .iv_table .iv_thead tr {
  position: relative;
}
[data-page="table_content"] .dataTables_wrapper .iv_table .iv_thead th {
  position: relative;
  padding: 13px 0;
  height: 56px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: var(--gary--05);
  background-color: #f8f8f8;
}
/*tbody*/
.iv_tbody {
  width: 100%;
  position: relative;
}
.iv_tbody tr {
  border-bottom: 1px solid #ccc;
  position: relative;
}
.iv_tbody td {
  text-align: center;
  height: 55px;
}
.iv_tbody td span {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--gary--05);
}
.iv_tbody td.over_txt span {
  max-width: 85%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.iv_tbody td.project_link span {
  max-width: 75%;
  text-decoration: underline;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.iv_tbody td.project_link a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.iv_tbody td.project_link a > p {
  width: 24px;
  height: 22px;
  display: inline-block;
}
.iv_tbody td.text_deco {
  color: var(--secondary);
  text-decoration: underline;
} /** span 제거 **/
.contact_wrap .iv_tbody td.text_deco span {
  cursor: pointer;
}

.iv_tbody td.over_txt {
  max-width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.iv_tbody td.text_deco a {
  max-width: 85%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: underline;
  vertical-align: middle;
}
.iv_tbody td.project_file span.attch {
  display: inline-block;
  text-align: center;
  width: 19px;
  height: 19px;
  cursor: text;
}
/*datatable 중 필요없는 요소*/
.dataTables_length,
.dataTables_info,
.datatable-header,
.datatable-footer {
  display: none;
}
/*** ================ 필터 영역 ================ ***/
.name_filter {
  display: flex;
  align-items: center;
  margin: 0 0 45px;
}
.filter-wrapper {
  display: flex;
  align-items: center;
  margin-right: 12px;
}
.chk_inner {
  cursor: pointer;
}
.filter-wrapper .all_chk p,
.filter-wrapper .filter_chk {
  font-family: "Noto Sans KR", sans-serif;
  color: var(--gary--04);
  font-weight: 500;
  line-height: 22px;
  font-size: var(--font--medium);
  padding: 6px 20px;
  border: 1px solid #b8b8b8;
  border-radius: 30px;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
}
.filter-wrapper .chk_inner {
  margin-right: 12px;
}
.filter-wrapper .chk_inner:last-child {
  margin-right: 0;
}
.filter-wrapper .chk_inner.on p,
.filter-wrapper .chk_inner.on .filter_chk {
  background-color: var(--primary);
  color: #fff;
  border: none;
}
.filter-wrapper .chk_inner.on {
  pointer-events: none;
}
.name_filter .add_cate {
  position: relative;
}
.name_filter .add_cate .cate_status {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.name_filter .add_cate .cate_status img {
  max-width: 100%;
}
.name_filter .add_cate .add_cate_sub {
  transition: all 0.3s ease-out;
  position: absolute;
}
.name_filter .add_cate:hover .add_cate_sub {
}
/*** ================ 드래그앤드롭 영역 ================ ***/
.dd-handle {
  cursor: grab;
}
.dd-handle p {
  height: 2px;
  width: 18px;
  background-color: #000;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.dd-handle p::after,
.dd-handle p::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  position: absolute;
  left: 0;
}
.dd-handle p::after {
  top: -5px;
}
.dd-handle p::before {
  top: 5px;
}

.fasle-handle {
  cursor: grab;
}
.fasle-handle p {
  height: 2px;
  width: 18px;
  background-color: #000;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.fasle-handle p::after,
.fasle-handle p::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  position: absolute;
  left: 0;
}
.fasle-handle p::after {
  top: -5px;
}
.fasle-handle p::before {
  top: 5px;
}
.fasle-handle.no_active p,
.fasle-handle.no_active p::after,
.fasle-handle.no_active p::before {
  background-color: #aaa;
}
/*** ================ 드래그 영역 ================ ***/

.ed_tbody {
  position: relative;
}

.dd-placeholder {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--primary);
}
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 99999;
  border: 1px dashed #cacaca !important;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 0px 6px 1px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  box-sizing: border-box;
}
.dd-list .wait-item {
  background-color: rgb(255, 255, 255) !important;
  opacity: 0.3 !important;
}
.dd-dragel {
}
.dd-dragel tr {
  width: 100%;
  display: flex;
  align-items: center;
}
.dd-dragel td {
  text-align: center;
}
/*** ================ 스위치 영역  Status - IOs - Switch ================ ***/
.switch {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 3px 0;
}
.switch .ios-switch {
  height: 35px;
  width: 65px;
}
.switch .ios-switch .handle {
  height: 31px;
  width: 31px;
}
.switch.switch-sm .ios-switch {
  height: 25px;
  width: 55px;
}
.switch.switch-sm .ios-switch .handle {
  height: 21px;
  width: 21px;
}
.ios-switch {
  height: 45px;
  width: 75px;
  position: relative;
  background-color: #e5e5e5;
  border-radius: 100px;
  backface-visibility: hidden;
}
.ios-switch .background-fill {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 0;
}
.ios-switch .on-background {
  opacity: 0;
  z-index: 1;
  transition: 0.3s 0.2s;
}
.ios-switch .state-background {
  border-radius: 100px;
  z-index: 2;
  background-image: linear-gradient(#ffffff, #fdfdfd);
  border: 2px solid #e5e5e5;
  box-sizing: border-box;
  transform: scale(1);
  transition: 0.4s;
}
.ios-switch .handle {
  width: 41px;
  height: 41px;
  background-color: #fff;
  top: 2px;
  left: 2px;
  position: absolute;
  border-radius: 20px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.075), 0 3px 5px rgba(0, 0, 0, 0.15), 1px 2px 2px rgba(0, 0, 0, 0.05);
  z-index: 3;
  transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  box-sizing: content-box;
}
.ios-switch.off .handle {
  transform: translate(0px, 0);
  transform: translate3d(0px, 0, 0);
}
.ios-switch.off .on-background {
  transition: 0.3s 0s;
}
.ios-switch.off .state-background {
  transition: 0.4s 0.25s;
}
.ios-switch.on .handle {
  transform: translate(30px, 0);
  transform: translate3d(30px, 0, 0);
}
.ios-switch.on .on-background {
  opacity: 1;
}
.ios-switch.on .state-background {
  transform: scale(0);
}
.switch.switch-primary .ios-switch .on-background {
  background: #0088cc;
}

/*** ================ 테이블 하단 영역 영역  ================ ***/
.iv_table_footer {
  width: 100%;
  height: 60px;
  position: relative;
}
/*** ================ 검색 영역  ================ ***/
.dataTables_filter {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.dataTables_filter > label {
  display: none;
}
.dataTables_filter input[type="search"] {
  background: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 4px;
  padding: 9px 20px;
  width: 334px;
  height: 40px;
}
.dataTables_filter input[type="search"].on {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 0px 6px 1px rgba(0, 0, 0, 0.15);
}
#datatable-ecommerce-list_filter.dataTables_filter::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/admin/img/search_icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
/* IE의 경우 */
.dataTables_filter input[type="search"]::-ms-clear,
.dataTables_filter input[type="search"]::-ms-reveal {
  display: none;
}
/* 크롬의 경우 */
.dataTables_filter input[type="search"]::-webkit-search-decoration,
.dataTables_filter input[type="search"]::-webkit-search-cancel-button,
.dataTables_filter input[type="search"]::-webkit-search-results-button,
.dataTables_filter input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
/*** ================ 페이지네이션 영역  ================ ***/
.dataTables_paginate.paging_simple_numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
}
.dataTables_paginate.paging_simple_numbers > .paginate_button {
  width: 24px;
  height: 24px;
  background-image: url("/admin/img/pg_next_icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 16px;
  cursor: pointer;
}
.dataTables_paginate.paging_simple_numbers > .paginate_button.previous {
  background-image: url("/admin/img/pg_prev_icon.png");
  margin-right: 16px;
  margin-left: 0;
}
.dataTables_paginate.paging_simple_numbers > .paginate_button.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.dataTables_paginate.paging_simple_numbers > .paginate_button i {
  display: none;
}
.dataTables_paginate.paging_simple_numbers > span a {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #888888;
  margin-right: 16px;
  cursor: pointer;
}
.dataTables_paginate.paging_simple_numbers > span a.current {
  color: #333333;
}
.dataTables_paginate.paging_simple_numbers > span a:last-child {
  margin-right: 0;
}

/*** ================ 소팅 영역  ================ ***/
.iv_table .iv_thead th:not([data-orderable="false"]) {
  cursor: pointer;
}
.iv_table .iv_thead th:not([data-orderable="false"]) span {
  position: relative;
  right: 7px;
}
.iv_table .iv_thead th:not([data-orderable="false"]) span::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/admin/img/sort_icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: -27px;
  top: 50%;
  transform: translateY(-50%);
}

/*** ================ 테이블내 신규 추가 영역 addClass new_divi ================ ***/
.iv_table .new_divi .project_time {
}
.iv_table .new_divi .project_time span {
  position: relative;
}
.iv_table .new_divi .project_time span::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--secondary);
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}
/*** ================================================ 테이블 영역 영역{e} ================================================ ***/
/*** ================================================ 신규 등록, 상세페이지 공통 영역{s} ================================================ ***/
/*** ================ 설명 ================ ***/
.iv_outline {
  display: flex;
  align-items: center;
  justify-content: end;
}
.iv_outline span {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
  color: #b8b8b8;
}
.iv_outline .parent_pg {
  text-transform: uppercase;
  font-weight: 400;
}
.iv_outline .deco {
  margin: 0 5px;
}

/*** ================ 등록, 상세페이지 타이틀 ================ ***/
/*** ================ table 공통 ================ ***/
.iv_wr_table {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 20px auto 32px;
  padding: 40px 0;
}
.iv_wr_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: var(--gary--05);
}

.form_info {
  padding: 40px 0;
  border-top: 1px solid #ddd;
}
.iv_wr_table .form_info:last-child {
  padding: 40px 0 0;
}
.form_info:first-child {
  padding: 0 0 40px;
  border-top: none;
}
.form_info .wr_inner {
  display: flex;
  margin: 20px auto 0;
}
.form_info .wr_inner .wr_wrap {
  width: 45%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-right: 70px;
}
.form_info .wr_inner .wr_wrap:last-child {
  margin-right: 0 !important;
}
.wr_wrap .wr_body .wr_tr {
  border-bottom: 1px solid #ddd;
}
.wr_wrap .wr_body .wr_tr td {
  word-break: break-all;
}

.wr_wrap .wr_body .wr_tr:last-child {
  border-bottom: none;
}
.wr_wrap .wr_body .wr_tr .subject {
  background-color: var(--gary--01);
  padding: 20px;
  text-align: left;
  overflow: visible;
  vertical-align: middle;
}
.wr_wrap .wr_body .wr_tr .subject span {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: var(--gary--05);
  line-height: 22px;
  position: relative;
}
.wr_wrap .wr_body .wr_tr .subject span > span {
  color: var(--gary--03);
  display: block;
}
.wr_wrap .wr_body .wr_tr .wrap p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--gary--05);
}
.wr_wrap .wr_body .wr_tr .wrap p.deco,
.wr_wrap .wr_body .wr_tr .wrap p.deco a {
  text-decoration: underline;
}
.wr_wrap .wr_body .wr_tr .wrap p.deco span {
  cursor: pointer;
}
[data-page="outline_content"] .wr_wrap .wr_body .wr_tr .subject span,
[data-page="outline_content"] .wr_wrap .wr_body .wr_tr .wrap p {
  font-family: "Noto Sans KR", sans-serif;
}
.wr_wrap .wr_body .wr_tr .input_div {
  vertical-align: top;
}
.new_pg .wr_wrap .wr_body .wr_tr:not(.no-available) .subject > span::after {
  content: "*";
  color: var(--secondary);
  position: absolute;
  top: -5px;
  right: -10px;
}
.new_pg .wr_tr td .wrap {
  padding: 12px 22px 28px 17px;
}

[data-page="outline_content"] .iv_wr_title {
  font-family: "Noto Sans KR", sans-serif;
}
.send_pg .wr_tr td .wrap,
.detail_pg .wr_tr td .wrap {
  padding: 12px 20px;
}
.wr_body .wr_tr .wrap p.file_dw {
  display: flex;
  align-items: center;
}
.wr_body .wr_tr .wrap p.file_dw .dw_icon {
  display: inline-block;
  width: 20px;
  margin: 0 8px 0 0;
  padding: 0;
  border: none;
}
.wr_body .wr_tr .wrap p.file_dw > a {
  text-decoration: underline;
}
.wr_tr .input_div .wrap > input {
  width: 100%;
  background: #ffffff;
  padding: 9px 20px;
  border: 1px solid #dedede;
  border-radius: 4px;
  box-sizing: border-box;
}
.wr_tr[data-val="Url"] .input_div .wrap > input {
  height: 80px;
}
.wr_tr[data-val="날짜를"] .input_div .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wr_tr[data-val="날짜를"] .input_div .wrap > input {
  width: 75%;
  text-align: center;
}
.wr_tr[data-val="날짜를"] .input_div .wrap > div input[type="checkbox"] + label::before {
  margin-right: 7px;
}

.wr_tr .cus_select .select_box {
  cursor: pointer;
  position: relative;
  width: 75%;
  font-weight: 400;
  font-size: 16px;
}
.wr_tr .cus_select .cus_option_title {
  padding: 9px 20px;
  width: 100%;
  text-align: center;
  position: relative;
  border: 1px solid #dedede;
  border-radius: 4px;
}
.wr_tr .cus_select .select_box.on .cus_option_title {
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}
.wr_tr .cus_select .cus_option_title::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(0deg);
  background-image: url("/admin/img/select_icon.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.wr_tr .cus_select .select_box.on .cus_option_title::after {
  transform: translateY(-50%) rotate(-180deg);
}
.wr_tr .cus_select .cus_option_title h4 {
  color: var(--gary--02);
}

.wr_tr .cus_select .cus_option_title h4:not([data-name="선택"]) {
  color: var(--gary--05);
}

.wr_tr .cus_select .select_box .cus_option {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  -webkit-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
  width: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #dedede;
  border-top: none;
  box-sizing: border-box;
  border-radius: 0 0 4px 4px;
}
.wr_tr .cus_select .select_box.on .cus_option {
  display: block;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.wr_tr .cus_select .select_box .cus_option .option {
  padding: 9px 20px;
  border-bottom: 1px solid #dedede;
  box-sizing: border-box;
  color: var(--gary--05);
}
.wr_tr .cus_select .select_box .cus_option .option:last-child {
  border: none;
}

.wr_tr .input_div.stchk .wrap {
  width: 480px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, auto);
  column-gap: 0px;
  row-gap: 8px;
}
.wr_tr .input_div.stchk .wrap .in_srv_type {
  width: auto;
}
.wr_tr .input_div.stchk .wrap .in_srv_type.tw {
  margin-top: -5px;
}

.wr_tr .input_div.stchk .wrap .for_stchk {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
}
.wr_tr .input_div.stchk .wrap .for_stchk > span {
  font-weight: 400;
  font-size: 14px;
  color: var(--gary--05);
}
.wr_tr .input_div.stchk .wrap .in_srv_type:nth-of-type(1),
.wr_tr .input_div.stchk .wrap .in_srv_type:nth-of-type(2),
.wr_tr .input_div.stchk .wrap .in_srv_type:nth-of-type(3) {
  padding-bottom: 16px;
}

.wr_tr .input_div.stchk .wrap .for_stchk .box {
  width: 19px;
  height: 19px;
  border-radius: 2px;
  border: 1px solid #e1e2e3;
  box-sizing: border-box;
  margin-right: 7px;
}
.wr_tr .input_div.stchk .wrap .for_stchk.on .box {
  background-image: url("/admin/img/input_chked.png");
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
}
.wr_tr .input_div.stchk .wrap input#wr_serviece_etc02 {
  width: 132px;
  margin-left: 5px;
  height: 28px;
  line-height: 20px;
  border: 1px solid #dedede;
  border-radius: 6px;
  padding: 4px 6px;
}
.wr_tr .input_div.stchk .wrap input#wr_serviece_etc02:disabled {
  background-color: var(--gary--02);
  border: none;
}
.wrap .wr_file_label + .text {
  display: flex;
  flex-direction: column;
  margin: 14px 0 0;
}
.wrap .wr_file_label + .text span {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--gary--04);
  position: relative;
  margin-left: 10px;
}
.wrap .wr_file_label + .text span::after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--gary--04);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}
.wrap .wr_file_label + .text span.decs_text {
  color: var(--secondary);
}
.wrap .wr_file_label + .text span.decs_text::after {
  display: none;
}
.wr_file_label [class^="wrlabel_"] {
  display: inline-block;
  padding: 4px 12px;
  background: var(--gary--05);
  border-radius: 6px;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.wr_file_label [class^="wrlabel_"] .icon {
  color: #fff;
}
.wr_file_label [class^="wrlabel_"] .file_name_add {
  margin-left: 15px;
}
.wr_file_label {
  display: flex;
  align-items: start;
}

.wr_file_label .file_inner {
  display: flex;
  flex-direction: column;
}
.wr_file_label .file_inner {
  flex-wrap: wrap;
  flex-direction: initial;
  width: 65%;
  overflow: hidden;
}
.wr_file_label .file_inner.multe_file .file_list {
  margin-right: 4%;
  margin-bottom: 8px;
}
.wr_file_label .file_inner.multe_file .file_list:nth-of-type(2n) {
  margin-right: 0;
  padding-left: 0;
}
.wr_file_label .file_inner .file_list {
  display: flex;
  align-items: center;
  padding-left: 8px;
  width: 48%;
}

.wr_tr input[type="hidden"] {
  display: block !important;
}
.wr_file_label .file_inner.multe_file .file_list .file-delete {
  width: auto;
  height: auto;
}
.wr_file_label .file_inner.multe_file .file_list .file-delete img {
  max-width: 16px;
}
.wr_file_label .file_inner .file_list p {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  /* width: 150px; */
}
.wr_file_label .file-delete {
  cursor: pointer;
  margin-left: 8px;
}
.wr_file_label .file-delete img {
  max-width: 16px;
}

.wr_file_label .delete.show {
  display: block;
}
.wr_file_label .delete span {
  display: block;
  margin-left: -5px;
  margin-top: -0.5px;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
}
.wr_file_label .delete .line1 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wr_file_label .delete .line2 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*** ================ 관리자 메모 공통 ================ ***/
.form_info .wr_inner.txt_area {
  display: block;
}
.wr_inner.txt_area {
  width: 100%;
  border: 1px solid var(--gary--02);
  border-radius: 4px;
}
.wr_inner.txt_area textarea {
  width: 100%;
  padding: 16px;
  height: 126px !important;
  border: none;
  resize: none;
}
.new_pg .iv_mark {
  justify-content: end;
}
.detail_pg .iv_mark {
  justify-content: space-between;
}
.isData .iv_mark {
  justify-content: space-between;
}
.new_registration_btn {
  padding: 13px 48px;
  background: var(--primary);
  border-radius: 6px;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  box-sizing: border-box;
}

.isData .new_registration_btn.delete {
  background-color: var(--gary--04);
}

.new_registration_btn.del {
  background-color: var(--gary--04);
  margin-right: 16px;
}
.new_registration_btn.cancel {
  background: #fff;
  border: 1px solid var(--primary);
  color: var(--primary);
}
.admin_explan {
  font-family: "Noto Sans KR", sans-serif;
  pointer-events: none;
  background-color: #fafafa;
  padding: 16px;
  font-weight: 400;
  color: var(--gary--05);
  font-size: 16px;
  line-height: 1.45;
  min-height: 94px;
}

.form_info .wr_inner.flt {
  display: block;
  overflow: hidden;
}
.form_info .wr_inner.flt::before {
  content: "";
  clear: both;
}
.form_info .wr_inner.flt .wr_wrap {
  float: left;
}

/*** ================================================ 신규 등록, 상세페이지 공통 영역{e} ================================================ ***/

.content_wrap.isData .iv_btn_wrap {
  width: 100%;
  justify-content: end;
  position: relative;
}
.content_wrap.isData .iv_btn_wrap .cancel_btn {
  position: absolute;
  top: 0;
  left: 0;
}
.content_wrap.isData .new_registration_btn.cancel {
  margin-right: 0;
}
.content_wrap.isData .iv_btn_wrap .delete_btn {
  margin-right: 16px;
}

.content_wrap.new_pg:not(.isData) .iv_btn_wrap .cancel_btn {
  margin-right: 16px;
}

/*** ================================================ 카테고리 수정 팝업 공통 영역{s} ================================================ ***/
.category_edit_popup .dataTables_filter {
  display: none;
}
.category_edit_popup {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.category_edit_popup.is-visible {
  visibility: visible;
  opacity: 1;
}
.popup_transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}
.edit_wrap {
  width: calc(100% - 560px);
  overflow-y: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
  z-index: 9999;
}
.category_edit_popup.is-visible .popup_transition {
  opacity: 1;
}
.dimmed {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.7);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.category_edit_popup.is-visible .dimmed {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.edit_wrap .wrap_head {
  display: flex;
  width: 100%;
  height: 56px;
  background-color: var(--primary);
  align-items: center;
  justify-content: space-between;
  padding: 0 36px 0 30px;
}
.edit_wrap .wrap_head span {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.03em;
  color: #fff;
}
.edit_wrap .wrap_head .close_pop {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.edit_wrap .wrap_head .close_pop {
  max-width: 100%;
}

.edit_wrap .wrap_inner {
  padding: 40px;
}
.edit_wrap .inner_explan .sub_tit {
  padding: 17px 16px;
  background: var(--gary--01);
  border-radius: 11px;
}
.edit_wrap .inner_explan .sub_tit > span {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--secondary);
  position: relative;
  padding-left: 24px;
}
.edit_wrap .inner_explan .sub_tit > span::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("/admin/img/noti_icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.edit_wrap .inner_explan .sub_tit p {
  font-family: "Noto Sans KR", sans-serif;
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: var(--gary--05);
}
.edit_wrap .inner_explan .edit_btn_wrap {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 32px;
}
.edit_wrap .inner_explan .edit_btn_wrap > span {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: var(--gary--04);
}

/*** ================ 테이블 헤더================ ***/
.edit_table_wrap {
  margin: 24px 0 32px;
}
.table_header {
  background: #f8f8f8;
  width: 100%;
  border-top: 1px solid #ddd;
  height: 56px;
  border-bottom: 1px solid #ddd;
}
.table_header .ed_thead {
}
.table_header .ed_thead tr {
}
.table_header .ed_thead th {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--gary--05);
}

.table_header .ed_thead th.type span {
  position: relative;
}
.table_header .ed_thead th.type span::after {
  content: "*";
  color: var(--secondary);
  position: absolute;
  top: -5px;
  right: -8px;
}

.experience_wrap .iv_tbody td.text_deco a,
.experience_wrap .iv_tbody td.project_sub p {
  line-height: 22px;
}
/*** ================ 테이블 바디================ ***/

.individual_inner {
  width: calc(100% + 9px);
}
.individual_inner .inner_table {
  max-height: 220px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.individual_inner .inner_table::-webkit-scrollbar {
  width: 10px;
}
.individual_inner .inner_table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-clip: padding-box;
  border: 3px solid transparent;
}
.individual_inner .inner_table::-webkit-scrollbar-thumb {
  background-color: #afb2c1;
  border-radius: 10px;
}
/*** ================ 테이블 ================ ***/
.edit_wrap_table {
  width: 100%;
  padding-bottom: 20px;
}

/*** ================ 리스트 테이블 ================ ***/
.iv_tbody tr.bg-chg {
  background-color: var(--primary--variant);
}

.ed_tbody tr {
  text-align: center;
  transition: all 0.3s ease;
  border-bottom: 1px solid #ccc;
}
.edit_table_wrap .ed_tbody tr.bg-chg {
  background-color: var(--primary--variant);
}
.ed_tbody td {
  height: 55px;
}
.ed_tbody.contact_edit td {
  height: 80px;
}
.ed_tbody {
  border-bottom: 1px solid #2b333e;
}
/*.category_edit_popup .dataTables_wrapper{padding-bottom: 80px;}*/
.category_edit_popup .dataTables_paginate.paging_simple_numbers {
  bottom: 30px;
}
.ed_tbody .edit_in_type {
  position: relative;
}
.ed_tbody tr .edit_in_type p {
  width: 90%;
  margin: 0 auto;
  height: 40px;
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  color: var(--gary--05);
}
.ed_tbody tr.on .edit_in_type p {
  display: none;
}
.ed_tbody tr .edit_in_type .edit_type {
  display: none;
  text-align: center;
  border: 1px solid #dedede;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 40px;
  padding: 8px;
  border-radius: 4px;
}
.ed_tbody tr.on .edit_in_type .edit_type {
  display: block;
}
.edit_wrap_table .create_wrap {
  padding: 30px 10px;
  transition: all 0.3s ease;
  background-color: #b8e9ee;
}
.edit_wrap_table .create_wrap td {
  vertical-align: top;
}
.edit_wrap_table .create_wrap .creat_in_type input {
  border: 1px solid #000;
  width: 80%;
  height: 40px;
  padding: 8px;
}
.edit_wrap_table .create_wrap .edit_in_switch .view_wrap {
  padding: 10px 0 20px;
}
.create_btn {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.create_btn .cancel_btn {
  margin-right: 10px;
  background-color: #c86733;
}
.create_btn > div {
  cursor: pointer;
  padding: 7px 10px;
  background-color: #0088cc;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  margin-right: 10px;
}

.ed_tbody tr.no_data {
  height: 240px;
}
.ed_tbody tr.no_data .msg {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--gary--04);
}

/*edit_in_icon 전체 바탕 색 깔고 위에 아이콘이 있어야함*/
.ed_tbody tr .edit_in_icon .icon_img {
  width: 58px;
  height: 58px;
}
.ed_tbody tr .edit_in_icon .icon_img .preview_icon_img {
  width: 100%;
  height: 100%;
  background-color: var(--gary--03);
  border-radius: 4px;
  display: block;
  margin: 0px auto;
  padding: 4px;
}
.ed_tbody tr .edit_in_icon .icon_img .preview_icon_img #preview_img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  object-fit: scale-down;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
/*** ================================================ 카테고리 수정 팝업 공통 영역{e} ================================================ ***/
/*** ================================================ 스위치{s} ================================================ ***/
.iv_switch_status {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 3px 0;
}
.iv_switch_status .iv_switch {
  width: 48px;
  height: 24px;
  position: relative;
  background-color: #e5e5e5;
  border-radius: 100px;
  backface-visibility: hidden;
}
.iv_switch_status .iv_switch .on-background {
  background: var(--primary);
}
.iv_switch .background-fill {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 0;
}
.iv_switch.on .state-background {
  transform: scale(0);
}
.iv_switch .state-background {
  border-radius: 100px;
  z-index: 2;
  background-image: linear-gradient(#ffffff, #fdfdfd);
  border: 2px solid #e5e5e5;
  box-sizing: border-box;
  transform: scale(1);
  transition: 0.4s;
}
.iv_switch.on .handle {
  transform: translate(30px, 0);
  transform: translate3d(25px, 0, 0);
}
.iv_switch .handle {
  width: 19px;
  height: 19px;
  background-color: #fff;
  top: 2px;
  left: 2px;
  position: absolute;
  border-radius: 20px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.075), 0 3px 5px rgba(0, 0, 0, 0.15), 1px 2px 2px rgba(0, 0, 0, 0.05);
  z-index: 3;
  transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  box-sizing: content-box;
}
.iv_switch.on .on-background {
  opacity: 1;
}
.iv_switch .on-background {
  opacity: 0;
  z-index: 1;
  transition: 0.3s 0.2s;
}
.iv_switch.off .handle {
  transform: translate(0px, 0);
  transform: translate3d(0px, 0, 0);
}
.iv_switch.off .state-background {
  transition: 0.4s 0.25s;
}
.iv_switch.off .on-background {
  transition: 0.3s 0s;
}
/*** ================================================ 스위치{e} ================================================ ***/
.comnest {
  position: relative;
}
/* date-picker */
.iv_date-picker {
  position: relative;
  width: 100%;
}
.result {
  display: flex;
  align-items: center;
}
.result .ing_chk {
  width: 20%;
}
.result .inner_result {
  display: block;
  cursor: pointer;
  width: 75%;
  background: #ffffff;
  padding: 9px 20px;
  border: 1px solid #dedede;
  border-radius: 4px;
  box-sizing: border-box;
  height: 40px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--gary--05);
  margin-right: 20px;
  background: url(/admin/img/calendar_icon.png) no-repeat right 22px top 10px;
  background-size: 20px;
}

.iv_date-picker .calendar {
  position: absolute;
  z-index: 50;
  transition: 0s ease-in-out;
  width: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  overflow: hidden;
}
.iv_date-picker.open .calendar {
  display: block;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.calendar .ui-datepicker-inline {
  padding: 20px;
  width: 344px;
  background: #ffffff;
  border: 1px solid #cacaca;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 0px 6px 1px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}
.calendar .ui-datepicker-header {
  display: flex;
  justify-content: center;
  height: 60px;
}
.calendar .ui-datepicker-header .ui-datepicker-next {
  order: 1;
}
.calendar .ui-datepicker-header .ui-datepicker-title {
  font-size: 14px;
  color: var(--gary--05);
}
.calendar .ui-datepicker-header .ui-datepicker-next,
.calendar .ui-datepicker-header .ui-datepicker-prev {
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
}
.calendar .ui-datepicker-header .ui-datepicker-next {
  background-image: url("/admin/img/nxt_icon.png");
  margin-left: 12px;
}
.calendar .ui-datepicker-header .ui-datepicker-prev {
  background-image: url("/admin/img/pre_icon.png");
  margin-right: 12px;
}

.calendar .ui-datepicker-calendar thead tr > th span {
  display: inline-block;
  margin-bottom: 10px;
}
.calendar .ui-datepicker-calendar tbody td {
  text-align: center;
}
.calendar .ui-datepicker-calendar tbody td a {
  font-weight: 400;
  font-size: 14px;
  color: var(--gary--05);
  display: block;
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  transition: all 0.1s ease-out;
  box-sizing: border-box;
}
.calendar .ui-datepicker-calendar tbody td.ui-datepicker-today a {
  border: 1px solid var(--primary);
  color: var(--primary);
}
.calendar .ui-datepicker-calendar tbody td:not(.ui-datepicker-today) a:not(.ui-state-active):hover {
  background-color: var(--primary--variant);
}
.calendar .ui-datepicker-calendar tbody td a:not(.ui-state-highlight).ui-state-active {
  background-color: var(--primary);
  color: #fff;
}
.calendar .ui-datepicker-calendar tbody tr .ui-datepicker-week-end:first-child a {
  color: #e61e1e;
}

/*** ================================================ 자동 메일 전송 폼{s} ================================================ ***/
.auto_send {
  width: 808px;
  margin: 0 auto;
}
.auto_send .iv_outline {
  background-color: var(--gary--05);
  justify-content: center;
  height: 195px;
}
.auto_send .iv_outline .text_area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.auto_send .iv_outline .text_area .parent_pg {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--secondary);
}
.auto_send .iv_outline .text_area .title {
  font-family: "Noto Sans KR", sans-serif;
  padding: 8px 26px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #ffffff;
}
.auto_send .iv_outline .text_area .sub_explan {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
.auto_send .iv_wr_table {
  border: none;
  margin: 0 0 32px;
  padding: 54px 0 0;
}
.auto_send .form_info .wr_inner {
  justify-content: space-between;
}
.auto_send .form_info .wr_inner .wr_wrap {
  width: 48%;
  margin-right: 4%;
}
.auto_send .wr_wrap .wr_body .wr_tr .subject {
  padding: 12px 8px;
}
.auto_send .wr_wrap .wr_body .wr_tr .subject span {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.auto_send .iv_mark {
  justify-content: center;
}
.auto_send .iv_mark .new_registration_btn.admin {
  padding: 15px 30px;
  background-color: var(--primary);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
/*** ================================================ 자동 메일 전송 폼{e} ================================================ ***/

/*** ================ 로그인 페이지 ================  background:url('/admin/img/img_bg.png') no-repeat center/cover;***/
.login_wrap {
  width: 100vw;
  background-color: var(--primary);
}
.login_area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 520px;
  height: 425px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 20px;
}
.login_area .login_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login_box .logo {
  width: 60px;
  height: 53px;
  margin: 0 auto 40px;
}
.lg_box {
  position: relative;
  margin: 20px auto 32px;
  overflow: hidden;
  border-radius: 30px;
  box-sizing: border-box;
  border: 1px solid var(--gary--03);
}
.lg_box:first-child {
  margin: 0;
}
.lg_box::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background-image: url("/admin/img/admin_id_icon.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.lg_box.pw::after {
  background-image: url("/admin/img/admin_pw_icon.png");
}

.lg_box input[id^="iv_"] {
  font-family: "Noto Sans KR", sans-serif;
  position: relative;
  width: 340px;
  height: 40px;
  padding: 0 0 0 56px;
  font-weight: 400;
  color: var(--gary--05);
  font-size: 14px;
  box-sizing: border-box;
}
.lg_box input[id^="iv_"]::placeholder {
  color: #cacaca;
}

#iv_submit {
  font-family: "Noto Sans KR", sans-serif;
  width: 340px;
  height: 48px;
  border-radius: 30px;
  background-color: var(--primary);
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  margin: 0 0 20px;
  cursor: pointer;
}
.login_box .chk_box {
  text-align: right;
}
#iv_auto input[type="checkbox"] + label::before {
  background-color: #e1e2e3;
  border-radius: 2px;
  background-image: url("/admin/img/input_nochked.png");
  background-repeat: no-repeat;
  background-size: 13px;
  border: none;
  background-position: center;
}
#iv_auto input[type="checkbox"]:checked + label::before {
  background-image: url("/admin/img/input_chked.png");
  background-size: cover;
}
#auto_lg_label span.text {
  display: inline-block;
  font-weight: 500;
  color: #727c95;
  font-size: 15px;
  line-height: 1.5;
}
.warn_close_btn,
.warn_txt {
  display: none;
}
.ol_auto_wr {
  display: block;
}
.warn_close_btn {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
}
.adm_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 14px 50px;
}
.adm_footer .copyright {
  font-weight: 400;
  font-family: "Roboto";
  line-height: 26px;
  font-size: 13px;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.lg_box.warn {
  border: 1px solid var(--error);
}
.lg_box.warn .warn_close_btn {
  display: block;
}
.ol_auto_wr.warn {
  display: flex;
  justify-content: space-between;
}
.warn_txt ul li {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--error);
  position: relative;
  padding-left: 14px;
}
.warn_txt ul li::after {
  content: "";
  width: 3px;
  height: 3px;
  background-color: var(--error);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.ol_auto_wr.warn .warn_txt {
  display: block;
}

.order_way {
  display: flex;
  align-items: center;
  justify-content: center;
}
.way_tip {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: 6px;
}
.way_tip[tooltip][flow^="down"]::after {
  left: 50px;
  transform: translate(-50%, 0.5em);
}
.table_search_form {
  background: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 4px;
  padding: 0 10px;
  width: 334px;
  height: 40px;
  position: relative;
}
.table_search_form label {
  height: 100%;
  display: block;
}
.table_search_form::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/admin/img//search_icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.table_search_form input {
  width: 100%;
  height: 100%;
}

/* IE의 경우 크롬의 경우 x 버튼 없애기 */
.table_search_form input::-ms-clear,
.table_search_form input::-ms-reveal,
.table_search_form input::-webkit-search-decoration,
.table_search_form input::-webkit-search-cancel-button,
.table_search_form input::-webkit-search-results-button,
.table_search_form input::-webkit-search-results-decoration {
  display: none;
}
.table_search_form input::placeholder {
  color: #cacaca;
  font-size: 14px;
}
.table_search_form.on {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 0px 6px 1px rgba(0, 0, 0, 0.15);
}
/* IE의 경우 */
input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal {
  display: none;
}
/* 크롬의 경우 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.ed_tbody.dd-dragel:not(.contact_edit) td {
  line-height: 55px !important;
}
.ed_tbody.dd-dragel td {
  line-height: 80px !important;
}
.dd-dragel td .categoryType {
  vertical-align: middle;
  display: inline-block;
}
.dd-dragel td.project_link a {
  height: 100%;
}

.dd-dragel.ed_tbody .edit_in_type > p {
  vertical-align: middle;
  display: inline-block;
}
/**keyframes***/
@-webkit-keyframes expand-on {
  0% {
    padding-right: 0;
  }

  40% {
    padding-right: 9px;
  }

  100% {
    padding-right: 0;
  }
}

@keyframes expand-on {
  0% {
    padding-right: 0;
  }

  40% {
    padding-right: 9px;
  }

  100% {
    padding-right: 0;
  }
}

@-webkit-keyframes expand-off {
  0% {
    padding-right: 0;
    left: 2px;
  }

  40% {
    padding-right: 9px;
    left: -7px;
  }

  100% {
    padding-right: 0;
    left: 2px;
  }
}

@keyframes expand-off {
  0% {
    padding-right: 0;
    left: 2px;
  }

  40% {
    padding-right: 9px;
    left: -7px;
  }

  100% {
    padding-right: 0;
    left: 2px;
  }
}

/* 데이터 테이블 리스트 개수 */
.area_top_inner {
  display: flex;
  align-items: end;
}
.all_cnt {
  margin-left: 10px;
  margin-bottom: 5px;
}
.all_cnt span {
  font-weight: 700;
  font-size: 18px;
  color: var(--gary--05);
}
.cnt_wrap,
.total_cnt {
  color: var(--gary--05);
}
.cnt_wrap {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.cnt_wrap .total_cnt {
  margin-left: 5px;
}

/* 팝업_신규 */
.edit_in_type .create_del_btn {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: calc(100% - 12px);
  transform: translateY(-50%);
  cursor: pointer;
}
.create input.ed_select_chk:disabled + label::before {
  background-image: url("/admin/img/input_nochked.png");
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  pointer-events: none;
}
.ed_tbody .edit_in_icon {
  position: relative;
}
.ed_tbody .edit_in_icon > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 팝업_이미지 삭제 */
.ed_tbody .edit_in_icon .icon_img .file-delete {
  width: 20px;
  height: 20px;
  position: relative;
  bottom: calc(100% - 1px);
  left: calc(100% - 3px);
  transform: translateY(-50%);
  cursor: pointer;
}

/* 팝업_이미지 추가 */
.edit_in_icon.input_div .icon_img .wrap {
  width: 100%;
  height: 100%;
  background-color: var(--gary--01);
  border-radius: 4px;
  border-color: var(--gary--02);
  border-style: solid;
  border-width: 1px;
}
.edit_in_icon.input_div .icon_img .wrap label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
