@charset "UTF-8";
/*<h2>:: 예시</h2>
<i class="icon_cancel_ex1 has_bg" role="img" aria-label="취소"></i>
<i class="icon_cancel_ex2 has_bg" role="img" aria-label="취소"></i>
<i class="icon_cancel_ex3 has_bg" role="img" aria-label="취소"></i>

.has_bg {
    background-color: pink;
  }
.icon_cancel_ex1 { 
  @include iconCancel($size: 50px, $thick: 10px, $color: #666, $padding: 0, $display: inline-block, $position: relative); 
}*/
/*성공메세지*/
.color_blue {
  color: #005abc !important;
  font-weight: 600 !important;
}

.color_red {
  color: #96baf9 !important;
  font-weight: 600 !important;
}

.color_green {
  color: #0bad27 !important;
  font-weight: 600 !important;
}

.required {
  color: #96baf9 !important;
}

/* Web Fonts */
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Pretendard-Light.otf") format("opentype");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Pretendard-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Pretendard-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Pretendard-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Pretendard-ExtraBold.otf") format("opentype");
}
html {
  overflow: auto;
  overflow: overlay;
  scrollbar-color: #c4c4c4 #e0e0e0;
  scrollbar-width: thin;
}
html::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
html::-moz-scrollbar {
  width: 10px;
  height: 10px;
}
html::-webkit-scrollbar-track {
  background: rgba(223, 223, 223, 0.6);
  border-radius: 100px;
}
html::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: rgba(152, 152, 152, 0.5);
}

body {
  background-color: #f5f5f5;
  font-size: 16px;
  line-height: 1;
  font-family: "Pretendard", "SpoqaHanSansNeo", HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif;
  word-break: break-word;
  color: #333;
}

.dimm {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  z-index: 1001;
  top: 0;
  display: none;
}

.popup {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 800px;
  background-color: #fff;
  opacity: 1;
  z-index: 1002;
  border: 1px solid #ccc;
  display: none;
}
.popup .check_box .chk_label .xi-check {
  margin-right: 0;
}
.popup .popup_box {
  padding: 30px;
}
.popup .scroll_area tbody {
  max-height: 200px;
  scrollbar-color: #c4c4c4 #e0e0e0;
  scrollbar-width: thin;
}
.popup .scroll_area tbody::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.popup .scroll_area tbody::-moz-scrollbar {
  width: 10px;
  height: 10px;
}
.popup .scroll_area tbody::-webkit-scrollbar-track {
  background: rgba(223, 223, 223, 0.6);
  border-radius: 100px;
}
.popup .scroll_area tbody::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: rgba(152, 152, 152, 0.5);
}
.popup .btn_wrap:not(.table_box .btn_wrap, .top_area .btn_wrap) {
  margin-top: 40px;
}
.popup .search_form .serach-box,
.popup .search_form .select-box {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.popup .search_form .serach-box + .label,
.popup .search_form .select-box + .label {
  padding-top: 20px;
}
.popup .search_form .search_txt {
  width: 86%;
}
.popup .select_box .select_list {
  -webkit-box-shadow: inset 0 1px 2px #eee;
          box-shadow: inset 0 1px 2px #eee;
  border: 1px solid #e7e7e7;
}
.popup .label {
  display: inline-block;
  padding-left: 10%;
  padding-bottom: 10px;
  font-size: 14px;
}
.popup .label:nth-child(2) {
  padding-top: 20px;
}
.popup h4 {
  padding: 10px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #404040;
}
.popup h4 span {
  float: right;
  font-size: 1.1rem;
  cursor: pointer;
}
.popup input {
  width: 100%;
  font-size: 0.9rem;
}
.popup .btn {
  display: block;
  color: #fff;
  cursor: pointer;
  width: 74px;
  text-align: center;
  padding: 10px;
}
.popup .btn.check {
  font-size: 13px;
  background: #5151a7;
  width: 80px;
  margin: 1rem auto;
}
.popup .table_box tbody tr:first-child {
  border-top: 1px solid #363636;
}
.popup .btn_wrap.between {
  position: relative;
}
.popup .btn_wrap.between .btn_wrap {
  margin-top: 0;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.popup .btn_wrap.between > a {
  position: absolute;
  right: 0;
}

.txt_deco_none {
  text-decoration: none !important;
}

input {
  width: 100%;
  border: 1px solid #e4eaf4;
  outline: none;
  font-size: 16px;
  color: #000;
  padding: 8px 10px;
}
input::-webkit-input-placeholder {
  color: #8e8e8e;
}
input::-moz-placeholder {
  color: #8e8e8e;
}
input:-ms-input-placeholder {
  color: #8e8e8e;
}
input::-ms-input-placeholder {
  color: #8e8e8e;
}
input::placeholder {
  color: #8e8e8e;
}

textarea {
  border: 1px solid #e4eaf4;
  padding: 15px;
  font-size: 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 200px;
}
textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
textarea::-moz-placeholder {
  color: #8e8e8e;
}
textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
textarea::-ms-input-placeholder {
  color: #8e8e8e;
}
textarea::placeholder {
  color: #8e8e8e;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
  border: 1px solid #96baf9;
}

.input_after {
  position: relative;
  margin-left: 20px;
}
.input_after::after {
  content: "";
  display: inline-block;
  width: auto;
  height: auto;
  position: absolute;
  left: -33px;
  content: attr(data-title);
  font-size: 16px;
  color: #000;
}

.input_box input {
  width: 100%;
  border-radius: 2px;
}
.input_box.btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
}
.input_box.btn_group .btn {
  padding: 10px 20px;
  background-color: #96baf9;
  color: #fff;
  border-radius: 2px;
}

.btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.btn_wrap.left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 100%;
}
.btn_wrap.right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  width: 100%;
}
.btn_wrap.center {
  width: 100%;
}
.btn_wrap.chk_btn_wrap {
  margin: 0 0 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.btn_wrap.mini a.btn {
  padding: 6px 16px !important;
}
.btn_wrap.mini .btn {
  padding: 6px 16px;
}
.btn_wrap.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.btn_wrap .s_btn {
  width: auto;
  font-size: 14px;
  background-color: #2d4059;
  color: #fff;
}
.btn_wrap .delete {
  background-color: #93a0b5;
  color: #fff;
}
.btn_wrap .btn_add {
  padding: 6px 15px;
  font-size: 19px;
  background-color: #2d4059;
  color: #fff;
}

.radio_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.radio_box {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  text-align: left;
  background-color: transparent;
}
.radio_box.center .radio_label {
  width: 100px;
  text-align: center;
}
.radio_box.center .radio_label::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.radio_box .radio_label {
  display: inline-block;
  width: auto;
  background-color: transparent;
}
.radio_box .radio_label input[type=radio] {
  position: absolute;
  left: -999em;
}
.radio_box .radio_label input[type=radio]:checked + .radio_check {
  background-color: #fff;
  border: 1px solid #f55f5f;
}
.radio_box .radio_label input[type=radio]:checked + .radio_check::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  background: #f55f5f;
  border: 1px solid #f55f5f;
  border-radius: 50px;
}
.radio_box .radio_label .radio_check {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ababab;
  border-radius: 50px;
}
.radio_box .radio_label .radio_check + span {
  margin-right: 4px;
}
.radio_box .radio_label > span {
  display: inline-block;
  vertical-align: middle;
  color: #000;
}
.radio_box .radio_label ~ .radio_label {
  margin-left: 15px;
}

.select_box {
  /* 기본 셀렉트 박스 */
  display: inline-block;
  min-width: 160px;
  width: auto;
}
.select_box > h4 {
  min-width: 200px;
  width: calc(100% - 500px);
  text-align: center;
}
.select_box label {
  color: #262626;
  font-size: 16px;
  padding-right: 10px;
}
.select_box .s_txt {
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  padding: 18px 22px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 160px;
}
.select_box .select_list {
  width: 100%;
  z-index: 2;
  padding: 8px 10px 8px 15px;
  cursor: pointer;
  font-size: 16px;
  border: 1px solid #e4eaf4;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
  font-size: 14px;
}
.select_box .select_list option {
  display: inline-block;
  padding: 10px 0;
}
.select_box .arrow {
  float: right;
  padding: 0 10px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.select_box .arrow > i {
  font-size: 13px;
  font-weight: 500;
  color: #535353;
}
.select_box.short {
  min-width: 75px !important;
}
.select_box.short .s_txt {
  min-width: 75px !important;
}
.select_box.long {
  min-width: 200px !important;
}
.select_box.long .s_txt {
  min-width: 200px !important;
}

.check_box {
  line-height: 0;
  top: 0;
  right: 35px;
  text-align: left;
  display: inline-block;
}
.check_box input[type=checkbox] {
  position: absolute;
  left: -999em;
}
.check_box .chk_label span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #666666;
}
.check_box .chk_label .xi-check {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  color: #bdbdbd;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
}
.check_box .chk_label .xi-check::before {
  vertical-align: middle;
}
.check_box .chk_label input[type=checkbox]:checked + .xi-check {
  background-color: #f55f5f;
  border: 1px solid #f55f5f;
  color: #fff;
}

.btn {
  outline: none;
  display: inline-block;
  border: none;
  padding: 12px 10px;
  font-size: 14px;
  background-color: #96baf9;
  color: #333;
  min-width: 90px;
  font-weight: 400;
  text-align: center;
  border-radius: 18px;
}
.btn.cancel {
  background-color: #e5e5e5;
  color: #333;
}
.btn.direct_btn {
  background: #3b7fec;
  color: #fff;
  width: 237px;
  text-align: left;
  padding: 15px 0 15px 20px;
  position: relative;
}
.btn.direct_btn > i {
  position: absolute;
  right: 20px;
}
.btn.more {
  border: 1px solid #cecece;
  font-size: 16px;
  padding: 14px 55px;
  background-color: transparent;
  color: #333;
}
.btn.basic {
  background-color: #333;
  color: #fff;
}
.btn.print {
  padding: 10px 20px;
}
.btn.print::before {
  content: "";
  display: inline-block;
  width: auto;
  height: auto;
  content: "\e9bb";
  font-family: xeicon;
  margin-right: 6px;
  vertical-align: middle;
  font-size: 16px;
}
.btn.upload {
  background-color: #366dd9;
  color: #fff;
  padding: 12px 22px;
  font-size: 14px;
}
.btn.upload:nth-of-type(even) {
  background: #daf512;
}
.btn.upload:nth-of-type(even):hover {
  background-color: #f58aa7;
}
.btn.upload:hover {
  background-color: #f18888;
}
.btn.download {
  background-color: #fff;
  color: #96baf9;
  -webkit-box-shadow: 0 0 0 1px #96baf9 inset;
          box-shadow: 0 0 0 1px #96baf9 inset;
}
.btn.download:hover {
  background-color: #fff4f4;
}

.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 100%;
  background-repeat: no-repeat;
  font-size: 0;
  vertical-align: middle;
  font-family: auto;
}
.icon.iconS {
  width: 16px;
  height: 16px;
}

.btn:hover {
  background-color: #eee;
}

.ui-datepicker .ui-datepicker-prev span.ui-icon {
  background-position: -96px -17px;
}

.label_txt {
  margin-right: 15px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.42px;
  color: #000;
}

.btn.btnS {
  height: 35px;
  line-height: 33px;
  font-size: 13px;
  letter-spacing: -0.39px;
  min-width: 16px;
  padding: 0 9px;
  margin-left: 0;
  display: inline-block;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  color: #000000;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

.datepickerW {
  position: relative;
  display: inline-block;
}
.datepickerW .ipTxt {
  width: 150px;
  font-weight: 500;
  color: #000;
  background-size: 24px;
}
.datepickerW ~ .btn {
  background-color: #fff;
  border: 1px solid #e8e8e8;
}

.btnSecond {
  background: #64666c;
  border-color: #64666c;
  color: #fff;
  float: right;
}

.ui-datepicker {
  display: none;
  padding: 10px;
  background: #fff;
  border: 1px solid #2d2d2d;
  border-radius: 3px;
  width: 300px;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border: none;
  background: transparent;
  padding: 0.2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ui-datepicker .ui-datepicker-month {
  margin-left: 5px;
}
.ui-datepicker .ui-state-default {
  border: 1px solid #dbdee8 !important;
  background: #fff !important;
  color: #000 !important;
}
.ui-datepicker .ui-datepicker-title {
  width: 100%;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year,
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month {
  border: none;
  outline: none;
  text-align: center;
  font-size: large;
}
.ui-datepicker table {
  background: #fff;
}
.ui-datepicker table th {
  color: #8d92a3;
}
.ui-datepicker table td {
  padding: 1px;
}
.ui-datepicker table td a {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  text-align: center;
  line-height: 28px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ui-datepicker .ui-datepicker-week-end,
.ui-datepicker .ui-datepicker-week-end a {
  color: red;
}
.ui-datepicker .ui-datepicker-week-end:last-child,
.ui-datepicker .ui-datepicker-week-end:last-child a {
  color: blue;
}

.ui-widget-content {
  color: #000;
}

.ui-widget {
  font-family: "INNODAOOM";
}

.ui-menu.ui-widget {
  overflow-y: scroll;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 300px;
  font-size: 14px;
}

.header {
  position: sticky;
  width: 100%;
  background: #fff;
  z-index: 999;
  top: 0;
  left: 0;
  padding: 15px;
  color: #000;
}
.header .h_content {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .h_content .logo {
  font-size: 25px;
  font-weight: 500;
}
.header .h_content .logo img {
  width: 100%;
}
.header .h_right {
  font-size: 16px;
}
.header .h_right a {
  color: #666;
}
.header .h_right i {
  padding-left: 6px;
  vertical-align: middle;
  font-size: 20px;
  color: #666;
}
.header .h_right > span {
  font-size: 15px;
  padding-right: 4px;
  font-weight: 500;
  color: #2d4059;
}

.content {
  padding: 0;
  position: relative;
  max-width: 1920px;
  background-color: #f5f5f5;
  /* lnb */
}
.content .flex_1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content .flex_1 ~ .flex_1 {
  position: relative;
}
.content .flex_1 ~ .flex_1::after {
  content: "";
  display: inline-block;
  width: 0.5px;
  height: 100%;
  position: absolute;
  left: -15px;
  background-color: #ccc;
}
.content .flex_1 > .top_area {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 40px;
}
.content .flex_1 .table_box {
  max-height: 550px;
}
.content .flex_50 {
  width: 50%;
}
.content .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.content .flex_box + .btn_wrap {
  width: 100%;
}
.content .data_box {
  margin: 10px auto 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  height: 90vh;
}
.content .data_content {
  background-color: #f5f5f5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px;
  margin-left: 260px;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  height: 100%;
  min-width: 1500px;
}
.content .data_content > .flex_box {
  background-color: #fff;
  border-radius: 25px;
  padding: 20px;
}
.content .data_content > .flex_box + .flex_box,
.content .data_content > .flex_box > .flex_box + .flex_cont {
  margin-top: 30px;
}
.content .data_content > .flex_box form + .btn_wrap {
  margin-top: 40px;
}
.content .data_content > .btn_wrap {
  margin-top: 40px;
}
.content .file_input_box .flie_input {
  position: absolute;
  left: -999em;
}
.content .file_input_box .sub_btn,
.content .file_input_box .btn.basic {
  border-radius: 2px;
  border: 1px solid #8a8a8a;
  background: #8a8a8a;
  color: #fff;
  font-size: 14px;
  padding: 8px 58px;
}
.content .file_input_box .file_input_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.content .file_input_box .file_input_wrap ul {
  width: 78%;
}
.content .file_input_box .file_input_wrap ul li {
  position: relative;
}
.content .file_input_box .file_input_wrap ~ .file_input_wrap {
  margin-top: 10px;
}
.content .file_input_box .file_input_wrap:last-child {
  margin-bottom: 20px;
}
.content .file_input_box .file_input_wrap .mini .delete {
  font-size: 19px;
}
.content .file_input_box .file_input_wrap + span.sub_txt {
  display: inline-block;
  text-align: left;
  width: 100%;
  padding: 6px 0 15px;
}
.content .file_input_box .file_input_wrap .sub_txt {
  padding-bottom: 0;
}
.content .file_input_box .file_name {
  display: inline-block;
  width: 100%;
  outline: none;
  border-radius: 2px;
  font-size: 14px;
  color: #333;
  padding: 8px 10px;
}
.content .file_input_box .file_title {
  padding-right: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #005abc;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 60px;
}
.content .file_input_box .delete_btn {
  display: block;
  border: none;
  width: 34px;
  height: 34px;
  position: absolute;
  right: 1%;
  top: 0;
  font-size: 14px;
}
.content .file_input_box .btn_wrap {
  margin-bottom: 0;
}
.content .file_input_box .btn_down {
  -webkit-box-shadow: 0 0 0 1px #df531f inset;
          box-shadow: 0 0 0 1px #df531f inset;
  outline: none;
  display: inline-block;
  border: none;
  padding: 10px 10px;
  font-size: 14px;
  background-color: #fff;
  color: #535353;
}
.content .file_input_box .btn_down i {
  vertical-align: middle;
  font-size: 18px;
  color: #8e8e8e;
  padding-right: 4px;
}
.content .file_input_box .btn_down i:hover {
  color: #f55f5f;
}
.content .file_input_box .btn_down.btn_add {
  outline: none;
  display: inline-block;
  border: none;
  padding: 8px 10px;
  font-size: 14px;
  background-color: #f18316;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.content .file_input_box .btn_down.btn_add i {
  vertical-align: middle;
  font-size: 10px;
  color: #fff;
  padding-left: 6px;
}
.content .file_input_box > .sub_txt {
  text-align: left;
  padding: 6px 0;
}
.content .file_input_box > .sub_txt li ~ li {
  padding-top: 6px;
}
.content .lnb {
  position: absolute;
  width: 250px;
  background-color: #fff;
  padding: 25px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 98vh;
  border-radius: 25px;
  gap: 30px;
}
.content .lnb h1 {
  width: 126px;
  margin: 0 auto;
}
.content .lnb li a:hover {
  color: #000;
}
.content .lnb .depth_1 > li.menu01 > a::before {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: auto;
  height: auto;
  content: "\e998";
  font-family: "xeicon";
  font-size: 20px;
  color: #888;
  font-weight: 300;
}
.content .lnb .depth_1 > li.menu01.on {
  display: block;
}
.content .lnb .depth_1 > li.menu01.on > a {
  color: #333;
  background-color: #daf512;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff -13%, #daf512 100%, rgba(0, 0, 0, 0.2));
}
.content .lnb .depth_1 > li.menu01.on > a::after {
  content: "\e942";
  color: #000;
  font-weight: 300;
}
.content .lnb .depth_1 > li.menu01.on > a::before {
  color: #000;
}
.content .lnb .depth_1 > li.menu02 > a::before {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: auto;
  height: auto;
  content: "\e998";
  font-family: "xeicon";
  font-size: 20px;
  color: #888;
  font-weight: 300;
}
.content .lnb .depth_1 > li.menu02.on {
  display: block;
}
.content .lnb .depth_1 > li.menu02.on > a {
  color: #333;
  background-color: #daf512;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff -13%, #daf512 100%, rgba(0, 0, 0, 0.2));
}
.content .lnb .depth_1 > li.menu02.on > a::after {
  content: "\e942";
  color: #000;
  font-weight: 300;
}
.content .lnb .depth_1 > li.menu02.on > a::before {
  color: #000;
}
.content .lnb .depth_1 > li.menu03 > a::before {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: auto;
  height: auto;
  content: "\e998";
  font-family: "xeicon";
  font-size: 20px;
  color: #888;
  font-weight: 300;
}
.content .lnb .depth_1 > li.menu03.on {
  display: block;
}
.content .lnb .depth_1 > li.menu03.on > a {
  color: #333;
  background-color: #daf512;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff -13%, #daf512 100%, rgba(0, 0, 0, 0.2));
}
.content .lnb .depth_1 > li.menu03.on > a::after {
  content: "\e942";
  color: #000;
  font-weight: 300;
}
.content .lnb .depth_1 > li.menu03.on > a::before {
  color: #000;
}
.content .lnb .depth_1 > li.menu04 > a::before {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: auto;
  height: auto;
  content: "\e998";
  font-family: "xeicon";
  font-size: 20px;
  color: #888;
  font-weight: 300;
}
.content .lnb .depth_1 > li.menu04.on {
  display: block;
}
.content .lnb .depth_1 > li.menu04.on > a {
  color: #333;
  background-color: #daf512;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff -13%, #daf512 100%, rgba(0, 0, 0, 0.2));
}
.content .lnb .depth_1 > li.menu04.on > a::after {
  content: "\e942";
  color: #000;
  font-weight: 300;
}
.content .lnb .depth_1 > li.menu04.on > a::before {
  color: #000;
}
.content .lnb .depth_1 > li.menu02 > a::before {
  content: "\e9cf";
  font-family: "xeicon";
}
.content .lnb .depth_1 > li.menu03 > a::before {
  content: "\eb16";
}
.content .lnb .depth_1 > li.menu04 > a::before {
  content: "\ea04";
}
.content .lnb .depth_1 > li.on .depth_2 {
  display: block;
}
.content .lnb .depth_1 > li > a {
  display: block;
  padding: 15px 10px 15px 50px;
  color: inherit;
  font-size: 15px;
  color: #888;
  font-weight: 400;
  position: relative;
}
.content .lnb .depth_1 > li > a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: auto;
  height: auto;
  content: "\e93f";
  font-family: "xeicon";
  font-size: 20px;
  color: #b2b9c4;
  font-weight: 300;
}
.content .lnb .depth_1 > li ul {
  display: none;
}
.content .lnb .depth_1 > li > .depth_2 {
  margin: 0 20px;
  padding: 10px 0;
}
.content .lnb .depth_1 > li > .depth_2 > li > a {
  display: block;
  padding: 10px 10px 10px 30px;
  color: inherit;
  font-size: 14px;
  color: #606060;
  position: relative;
}
.content .lnb .depth_1 > li > .depth_2 > li + li a {
  padding-top: 0;
}
.content .lnb .depth_1 > li > .depth_2 > li.on .depth_3 {
  display: block;
}
.content .lnb .depth_1 > li > .depth_2 > li.on > a {
  font-weight: 500;
}
.content .lnb .depth_1 > li > .depth_2 > li.on > a::before {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: auto;
  height: auto;
  content: "\e942";
  color: #606060;
  font-family: "xeicon";
  font-size: 20px;
  font-weight: 300;
}
.content .lnb .depth_1 > li > .depth_2 > li.on > a::after {
  position: absolute;
  top: 50%;
  left: 42px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: auto;
  height: auto;
  content: "\eaa8";
  font-family: "xeicon";
  color: #606060;
  font-size: 20px;
  font-weight: 300;
}
.content .lnb .depth_1 > li > .depth_2 > li > .depth_3 {
  padding: 5px 0;
}
.content .lnb .depth_1 > li > .depth_2 > li > .depth_3 li + li {
  padding-top: 12px;
}
.content .lnb .depth_1 > li > .depth_2 > li > .depth_3 li a {
  padding-left: 74px;
  display: block;
  color: #606060;
  font-size: 14px;
  position: relative;
}
.content .lnb .depth_1 > li > .depth_2 > li > .depth_3 li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #606060;
}
.content .lnb .depth_1 > li > .depth_2 > li > .depth_3 li a::before {
  left: 58px;
}
.content .lnb .depth_1 > li > .depth_2 > li > .depth_3 li.on a {
  color: #96baf9;
}
.content .lnb .depth_1 > li > .depth_2 > li > .depth_3 li.on a::before {
  background-color: #96baf9;
}
.content .lnb .depth_1 > li > .depth_2 > li > .depth_3 li:hover {
  text-decoration: underline;
}
.content .flex_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content .rslt_box ul {
  padding: 30px;
  border: 1px solid #e0e0e0;
  overflow: auto;
  overflow: overlay;
  scrollbar-color: #c4c4c4 #e0e0e0;
  scrollbar-width: thin;
  max-height: 300px;
}
.content .rslt_box ul::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.content .rslt_box ul::-moz-scrollbar {
  width: 10px;
  height: 10px;
}
.content .rslt_box ul::-webkit-scrollbar-track {
  background: rgba(223, 223, 223, 0.6);
  border-radius: 100px;
}
.content .rslt_box ul::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: rgba(152, 152, 152, 0.5);
}
.content .rslt_box ul li {
  list-style: circle inside;
  font-size: 14px;
}
.content .rslt_box ul li ~ li {
  padding-top: 10px;
}
.content .rslt_box ul li .delete_btn {
  vertical-align: top;
}
.content .rslt_box ul li .delete_btn i {
  margin-left: 16px;
  font-size: 12px;
  font-weight: 500;
  color: #96baf9;
  border: 1px solid;
  padding: 1px;
}
.content .search_filter_box {
  margin-bottom: 40px;
  background-color: #fff;
  padding: 20px;
  border-radius: 25px;
  /* 검색조건 테이블 스타일 */
}
.content .search_filter_box .btn_wrap {
  margin-top: 20px;
  width: 100%;
}
.content .search_filter_box .table_box {
  border-radius: 8px;
  border: 1px solid #e4eaf4;
}
.content .search_filter_box table tr {
  border: none;
}
.content .search_filter_box table th {
  padding: 16px 0;
  text-align: center;
  background-color: #f7f9fc;
  color: #000;
  font-size: 14px;
  border: none;
}
.content .search_filter_box table td {
  text-align: left;
  padding: 0 15px;
  font-size: 16px;
  color: #000;
}
.content .search_filter_box table td input {
  padding: 5.5px 6px;
}
.content .search_filter_box table td .flex_cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.content .search_filter_box .flex_box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.content .search_filter_box .input_box.btn_group {
  width: 80%;
}
.content .search_filter_box .select_box {
  min-width: 160px;
}
.content .search_filter_box .select_box .s_txt {
  padding: 14px 22px;
  min-width: 160px;
}
.content .search_filter_box .select_box .s_txt .select_list {
  padding: 5px 10px 5px 6px;
  font-size: 13px;
}
.content .search_filter_box .select_box + input {
  width: calc(100% - 240px);
  margin-left: 10px;
  vertical-align: middle;
}
.content .drop_down_box .flex_box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.content .drop_down_box .flex_box > li {
  text-align: center;
}
.content .drop_down_box .num,
.content .drop_down_box .chk,
.content .drop_down_box .views {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
}
.content .drop_down_box .num .check_box .chk_label .xi-check,
.content .drop_down_box .chk .check_box .chk_label .xi-check,
.content .drop_down_box .views .check_box .chk_label .xi-check {
  margin-right: 0;
}
.content .drop_down_box .nm {
  width: 280px;
}
.content .drop_down_box .d_row {
  border-bottom: 1px solid #e0e0e0;
}
.content .drop_down_box .d_row:first-child {
  border-bottom: none;
}
.content .drop_down_box .d_row:first-child > ul {
  border-top: 1px solid #363636;
  border-bottom: 1px solid #363636;
}
.content .drop_down_box .d_row:first-child > ul > li {
  padding: 8px 0;
  font-size: 15px;
  font-weight: 500;
}
.content .drop_down_box .d_row > ul > li {
  padding: 8px 0;
  font-size: 14px;
}
.content .drop_down_box .d_row > ul > li.faq {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  padding: 0 20px;
}
.content .drop_down_box .d_row > ul > li.faq a:hover {
  text-decoration: underline;
}
.content .drop_down_box .d_row > ul > li.faq .add_btn_area {
  background-color: #eee;
  padding: 10px;
  border-radius: 2px;
  margin: 10px 0;
}
.content .drop_down_box .d_row > ul > li.faq .add_btn_area a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.content .drop_down_box .d_row.on .hidden_box {
  display: block;
}
.content .drop_down_box + .pagination_wrap {
  margin-top: 50px;
}
.content .hidden_box {
  padding: 10px 0;
  display: none;
}
.form_box {
  min-width: 368px;
}
.form_box .serach_box {
  display: block;
}
.form_box .serach_box label {
  color: #8a8a8a;
  font-size: 18px;
  padding-right: 10px;
}
.form_box .serach_box .s_txt {
  border-radius: 2px;
  width: 100%;
  display: block;
  position: relative;
}
.form_box .serach_box .search_txt {
  background: #fff;
  border: 1px solid #cecece;
  border-radius: 2px;
  padding: 9px 0;
  font-size: 14px;
  width: 100%;
  text-indent: 10px;
}
.form_box .serach_box .btn_search {
  display: inline-block;
  padding: 18px 0;
  background-color: #96baf9;
  position: absolute;
  right: 0;
  z-index: 1;
  padding: 10px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  width: 40px;
  text-align: center;
  color: #fff;
}

.content .sub_txt {
  font-size: 13px;
}
.top_area,
.bottom_area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.top_area h2,
.bottom_area h2 {
  font-size: 20px;
  font-weight: 500;
}
.top_area h2 i,
.bottom_area h2 i {
  padding-right: 4px;
  vertical-align: bottom;
}
.top_area .btn_wrap,
.bottom_area .btn_wrap {
  margin-top: 0;
}
.top_area .btn_wrap .btn_add,
.bottom_area .btn_wrap .btn_add {
  padding: 6px 15px;
  font-size: 19px;
  min-width: auto;
}
.top_area .btn_wrap > input,
.bottom_area .btn_wrap > input {
  position: absolute;
  left: -999em;
}
.top_area + div,
.bottom_area + div {
  padding: 20px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_area.right,
.bottom_area.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top_area > .flex_box,
.bottom_area > .flex_box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_area > .flex_box .select_box .s_txt,
.bottom_area > .flex_box .select_box .s_txt {
  padding: 16px 22px;
}

.content .bottom_area {
  margin-top: 40px;
}
.content .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 33px;
  margin-bottom: 20px;
}
.content .breadcrumbs li {
  position: relative;
}
.content .breadcrumbs li:first-child {
  padding-right: 4px;
}
.content .breadcrumbs li:first-child::after {
  content: "";
  display: inline-block;
  width: auto;
  height: auto;
  content: "\e902";
  font-size: 13px;
  font-size: 18px;
  vertical-align: baseline;
  font-family: "xeicon";
  color: #96baf9;
}
.content .breadcrumbs li ~ li::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 100%;
  content: "\e93e";
  font-size: 13px;
  position: absolute;
  left: -25px;
  font-family: "xeicon";
  color: #bdbdbd;
}
.content .breadcrumbs li a {
  font-size: 14px;
  font-weight: 300;
  color: #363636;
}
.content .breadcrumbs li a.home {
  position: relative;
}
.content .breadcrumbs li a.home::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  content: "\e902";
  font-size: 20px;
  font-family: "xeicon";
  color: #bdbdbd;
}
.content .breadcrumbs li:last-child a {
  font-weight: 400;
}
.content .symbol::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  content: "";
  font-family: "xeicon";
  font-size: 20px;
  vertical-align: middle;
}
.content .symbol.none::after {
  content: "\e91b";
  color: #b1b1b1;
  font-size: 16px;
}
.content .symbol.lock::after {
  content: "\e966";
}
.content .symbol.warning::after {
  content: "\ea2d";
  color: #96baf9;
}
.content .symbol.completed::after {
  content: "\eaa4";
  color: #eda03e;
}
.content .board_ico::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  font-family: "xeicon";
  vertical-align: middle;
  content: "\e91b";
  color: #b1b1b1;
  font-size: 16px;
}
.content .board_ico.pdf::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: -3px -5px;
}
.content .board_ico.word::after, .content .board_ico.doc::after, .content .board_ico.docx::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: -4px -36px;
}
.content .board_ico.hwp::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: -34px -6px;
}
.content .board_ico.excel::after, .content .board_ico.xls::after, .content .board_ico.xlsx::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: -65px -6px;
}
.content .board_ico.ppt::after, .content .board_ico.pptx::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: -125px -6px;
}
.content .board_ico.files::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 100%;
  content: "\ea95";
  font-family: "xeicon";
  font-size: 21px;
  color: #496dd7;
  background: none;
  vertical-align: middle;
  padding-right: 4px;
}
.content .board_ico.none::after {
  background: none;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  font-family: "xeicon";
  vertical-align: middle;
  content: "\e91b";
  color: #b1b1b1;
  font-size: 16px;
  padding-left: 4px;
}
.content.board {
  font-weight: 400;
}
.content.board .table_box:not(.search_filter_box .table_box, .no_border) tbody th {
  background-color: #f5f8fc;
  border: none;
}
.content.board .table_box:not(.search_filter_box .table_box, .no_border) tbody > tr {
  border-bottom: 1px solid #e4e4e4;
}
.content.board .table_box:not(.search_filter_box .table_box, .no_border) tbody > tr:first-child {
  border-top: 1px solid #363636;
}
.content.board .table_box:not(.search_filter_box .table_box, .no_border) tbody > tr:last-child {
  border-bottom: 1px solid #363636;
}
.content.board .sub_list {
  border-top: 1px solid #b2b9c4;
  border-bottom: 1px solid #b2b9c4;
  max-height: 75px;
  width: 100%;
}
.content.board .sub_list li {
  padding: 10px;
}
.content.board .sub_list li ~ li {
  border-top: 1px solid #e4e4e4;
}
.content.board .sub_list li a {
  font-size: 14px;
}
.content.board .sub_list li a em {
  padding-right: 50px;
}
.content.board .sub_list li a span {
  max-width: 99%;
  color: #4d4d4d;
}
.content.board .sub_list li a span:hover {
  text-decoration: underline;
}
.content.board .add_btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  display: none;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-bottom: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content.board .add_btn_area li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.content.board .add_btn_area li a {
  position: relative;
  font-size: 14px;
  text-decoration: none;
}
.content.board .add_btn_area li a.board_ico {
  position: relative;
  padding-left: 26px;
  color: inherit;
}
.content.board .add_btn_area li a.board_ico::after {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.content.board .add_btn_area li i {
  font-size: 12px;
  font-weight: 500;
  color: #ea5455;
  border: 1px solid;
  padding-left: 0;
  padding: 1px;
}
.content.board .add_btn_area.row {
  padding-bottom: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.content.board .add_btn_area.row li:last-child {
  margin-bottom: 15px;
}
.content.board .board_view img {
  width: auto;
}
.content.board .board_view > .top_area {
  padding-bottom: 10px;
}
.content.board .board_view .centered .view_area {
  padding: 20px;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}
.content.board .board_view > .file_area {
  background-color: #f5f7f9;
  border-radius: 8px;
  padding: 20px 30px;
  margin-top: 20px;
}
.content.board .board_view > .file_area li:hover a {
  text-decoration: underline;
}
.content.board .board_view .radio_list + .add_btn_area {
  padding-top: 10px;
}
.content.board section + section {
  margin-top: 40px;
}
.content.board section.drop_down_box > h3 {
  position: relative;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  cursor: pointer;
}
.content.board section.drop_down_box > h3::after {
  content: "";
  display: inline-block;
  width: auto;
  height: auto;
  content: "\e941";
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  font-family: "xeicon";
  color: #666;
}
.content.board section.drop_down_box.on > h3::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.content.board section.drop_down_box.on .hidden_box {
  display: block;
  padding-top: 0;
}
.content.board section > h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 15px;
  color: #000;
  border-bottom: 1px solid #a1a1a1;
}
.content.board section > h3 > em::after {
  content: attr(data-title);
  font-size: 20px;
  color: #000;
}
.content.board section .table_box thead th {
  border-top: none;
  background: #f5f8fc;
}
.content.board section .table_box tbody tr:first-child {
  border-top: none;
}
.content.board section .table_box tbody tr:last-child {
  border-bottom: none;
}
.content.board section .table_box.no_border tbody tr:last-child {
  border-bottom: 1px solid #e4e4e4;
}
.content.board .board_view .comments .view_area {
  padding: 0 10px;
}
.content .comments > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 10px 0;
}
.content .comments > li ~ li {
  border-top: 1px solid #eee;
}
.content .comments > li .btn_wrap {
  margin-top: 4px;
}
.content .comments > li .btn.delete {
  position: absolute;
  right: 0;
  top: 10px;
  padding: 6px 10px;
  font-size: 12px;
}
.content .comments > li div + div {
  margin-top: 10px;
}
.content .comments .nm_box {
  font-size: 13px;
}
.content .comments .name {
  color: #176d26;
  font-weight: 500;
  font-size: 15px;
}
.content .comments .date {
  font-size: 14px;
  padding-left: 10px;
}
.content .comments .comments_box {
  line-height: normal;
  font-size: 15px;
}
.content .comments .receiver em {
  color: #1849bb;
}
.content .comments .add_btn_area {
  margin: 10px 0 0;
}

.pagination_wrap {
  margin: 40px auto;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination_wrap i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 13px;
  color: #cbcbcb;
  font-weight: 500;
}
.pagination_wrap .pagination li {
  position: relative;
  background-color: #fff;
  width: 36px;
  height: 36px;
  border: 1px solid #E4E4E4;
  display: inline-block;
  float: left;
  border-left: none;
  width: 36px;
  height: 38px;
}
.pagination_wrap .pagination li a {
  font-size: 17px;
  width: 100%;
  height: 100%;
  line-height: 39px;
  text-align: center;
}
.pagination_wrap .pagination li.active {
  background-color: #366dd9;
  border: 1px solid #366dd9;
}
.pagination_wrap .pagination li.active a {
  color: #fff;
}
.pagination_wrap .pagination_btn_wrap {
  clear: both;
}
.pagination_wrap .pagination_btn_wrap .prev_first {
  position: relative;
  background-color: #fff;
  width: 36px;
  height: 36px;
  border: 1px solid #E4E4E4;
  display: inline-block;
  float: left;
}
.pagination_wrap .pagination_btn_wrap .prev_first::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../images/ico/btn_arrow_left02.svg) no-repeat center center;
  background-size: cover;
}
.pagination_wrap .pagination_btn_wrap .prev {
  position: relative;
  background-color: #fff;
  width: 36px;
  height: 36px;
  border: 1px solid #E4E4E4;
  display: inline-block;
  border-left: none;
  float: left;
}
.pagination_wrap .pagination_btn_wrap .prev_next {
  position: relative;
  background-color: #fff;
  width: 36px;
  height: 36px;
  border: 1px solid #E4E4E4;
  display: inline-block;
  border-left: none;
  float: left;
}
.pagination_wrap .pagination_btn_wrap .prev_next::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../images/ico/btn_arrow.svg) no-repeat center center;
  background-size: cover;
}
.pagination_wrap .pagination_btn_wrap .next {
  position: relative;
  background-color: #fff;
  width: 36px;
  height: 36px;
  border: 1px solid #E4E4E4;
  display: inline-block;
  float: left;
  border-left: none;
}

.datepic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
}
.datepic .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 100%;
  background-repeat: no-repeat;
  font-size: 0;
  vertical-align: middle;
  font-family: auto;
}
.datepic .icon.iconS {
  width: 16px;
  height: 16px;
}
.datepic .btn:hover {
  background-color: #eee;
}

.ui-datepicker .ui-datepicker-prev span.ui-icon {
  background-position: -96px -17px;
}

.label_txt {
  margin-right: 15px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.42px;
  color: #000;
}

.btn.btnS {
  height: 35px;
  line-height: 33px;
  font-size: 13px;
  letter-spacing: -0.39px;
  min-width: 16px;
  padding: 0 9px;
  margin-left: 0;
  display: inline-block;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  color: #000000;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

.datepickerW {
  position: relative;
  display: inline-block;
}
.datepickerW .ipTxt {
  width: 150px;
  font-weight: 500;
  color: #000;
  background-size: 24px;
}
.datepickerW ~ .btn {
  background-color: #fff;
  border: 1px solid #e8e8e8;
}

.btnSecond {
  background: #64666c;
  border-color: #64666c;
  color: #fff;
  float: right;
}

.ui-datepicker {
  display: none;
  padding: 10px;
  background: #fff;
  border: 1px solid #2d2d2d;
  border-radius: 3px;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border: none;
  background: transparent;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-month {
  margin-left: 5px;
}
.ui-datepicker .ui-state-default {
  border: 1px solid #dbdee8 !important;
  background: #fff !important;
  color: #000 !important;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year,
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month {
  border: none;
  outline: none;
  text-align: center;
}
.ui-datepicker table {
  background: #fff;
}
.ui-datepicker table th {
  color: #8d92a3;
}
.ui-datepicker table td {
  padding: 1px;
}
.ui-datepicker table td a {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  text-align: center;
  line-height: 28px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ui-datepicker .ui-datepicker-week-end,
.ui-datepicker .ui-datepicker-week-end a {
  color: red;
}
.ui-datepicker .ui-datepicker-week-end:last-child,
.ui-datepicker .ui-datepicker-week-end:last-child a {
  color: blue;
}

.ui-widget-content {
  color: #000;
}

.ui-menu.ui-widget {
  overflow-y: scroll;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 300px;
  font-size: 14px;
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: center;
  background-color: #fff;
}
table caption {
  display: block !important;
  position: absolute;
  left: -9999px;
}

.table_area {
  position: relative;
}
.table_area > h3 {
  padding: 0 0 10px;
  font-size: 15px;
}
.table_area > .sub_txt {
  top: -20px;
  right: 0;
  position: absolute;
}
.table_area + .table_area {
  margin-top: 20px;
}
.table_area + .btn_wrap {
  padding-top: 20px;
}

.btn_wrap + .table_area {
  padding-top: 20px;
}

.table_box {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 300px;
  display: block;
  scrollbar-color: #c4c4c4 #e0e0e0;
  scrollbar-width: thin;
}
.table_box::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.table_box::-moz-scrollbar {
  width: 10px;
  height: 10px;
}
.table_box::-webkit-scrollbar-track {
  background: rgba(223, 223, 223, 0.6);
  border-radius: 100px;
}
.table_box::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: rgba(152, 152, 152, 0.5);
}
.table_box table tbody tr th:last-child {
  border-right: none;
}
.table_box table tbody tr {
  border-bottom: 1px solid #e4e4e4;
}
.table_box table tbody tr.highlight_tr td {
  font-weight: 600 !important;
  color: #ea5455 !important;
}
.table_box table tbody tr.highlight_tr td a:active,
.table_box table tbody tr.highlight_tr td a:hover,
.table_box table tbody tr.highlight_tr td a:link,
.table_box table tbody tr.highlight_tr td a:visited {
  font-weight: 600 !important;
  color: #ea5455 !important;
}
.table_box table tbody tr.highlight_bg {
  background-color: #f8f9fb !important;
}
.table_box table tbody td.txt_left {
  text-align: left !important;
  word-break: break-all;
}
.table_box table tbody td.txt_left a {
  text-align: left;
}
.table_box table th {
  padding: 10px;
  white-space: nowrap;
  text-align: center;
  background-color: #fff;
  border: none;
  color: #333;
  font-weight: 500;
  font-size: 15px;
}
.table_box table td {
  text-align: center;
  padding: 6px 10px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  position: relative;
  line-height: normal;
}
.table_box table td:first-child {
  border-left: none;
}
.table_box table td:last-child {
  border-right: none;
}
.table_box table td input {
  font-size: 13px;
  padding: 4px 6px;
}
.table_box table td .select_box {
  min-width: 130px;
}
.table_box table td .select_box .s_txt {
  padding: 14px 22px;
  min-width: 130px;
}
.table_box table td .select_box .s_txt .select_list {
  padding: 5px 10px 5px 6px;
  font-size: 13px;
}
.table_box table td a {
  text-align: center;
}
.table_box table td a.minus {
  color: #96baf9;
}
.table_box table td a:hover {
  text-decoration: underline;
}
.table_box table td .btn_wrap a {
  text-decoration: none;
  font-size: 13px !important;
  padding: 6px 30px;
}
.table_box table td.file_ico a {
  width: 99%;
}
.table_box table td.file_ico::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 100%;
  content: "\ea81";
  font-size: 20px;
  position: absolute;
  top: 14px;
  right: 10px;
  font-family: "xeicon";
  color: #bdbdbd;
}
.table_box table td .btn_group {
  width: 60%;
}
.table_box table td .btn_group .btn {
  padding: 5.5px 20px;
  text-decoration: none;
  font-size: 14px;
}
.table_box table td .sub_txt {
  padding-bottom: 20px;
  line-height: normal;
  color: #005abc;
  text-align: left;
}
.table_box table td .sub_txt em {
  display: inline-block;
  width: 80px;
}
.table_box.no_scroll {
  overflow: inherit;
  max-height: none;
}
.table_box.scope_row tbody tr td {
  text-align: left;
}
.table_box.scope_row .table_box tbody tr {
  background-color: #fff;
}
.table_box.scope_row .table_box tbody tr td {
  text-align: center;
}
.table_box.scope_row tr:first-child:not(.search_filter_box .scope_row tr) {
  border-top: 1px solid #000;
}
.table_box.scope_row th {
  padding: 12px 10px;
}
.table_box.list tbody tr:hover {
  background-color: #f8f9fb;
}

/* footer */
footer {
  position: relative;
}
footer .f_wrap {
  margin: 0 auto;
  padding: 40px 0;
}
footer .f_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .f_wrap ul li {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
footer .f_wrap ul li .copy {
  color: #bdbdbd;
  font-size: 14px;
}
footer .f_wrap ul li .f_right > span {
  color: #505050;
  font-size: 16px;
  border-right: 1px solid #ababab;
  padding-right: 18px;
}
footer .select_box {
  /* 메인 셀렉트 박스 */
}
footer .select_box .select_list {
  border: none;
}
footer .select_box .arrow {
  border: 1px solid #e4eaf4;
  width: 24px;
  height: 24px;
  padding: 0;
}
footer .select_box .arrow > i {
  font-size: 13px;
  font-weight: 500;
  color: #535353;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.centered i {
  font-style: italic;
  font-weight: bold;
  line-height: initial;
  font-family: initial !important;
}

.centered h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: revert;
  font-weight: bold;
}

.ck.ck-editor__editable_inline {
  padding: 0 30px;
}

.centered ul,
.centered li {
  list-style-type: disc;
}

.centered ol li {
  list-style: decimal;
}

.centered blockquote,
.centered p,
.centered li,
.centered h2,
.centered h3,
.centered h4,
.centered div,
.centered ul,
.centered li,
.centered ol {
  padding: revert;
  margin: revert;
  line-height: initial;
}

.centered a {
  text-decoration: underline;
  font-size: revert;
  color: initial;
}

.centered a:link {
  color: revert;
}

.centered h2 {
  font-size: 1.5em;
}

.centered h3 {
  font-size: 1.33em;
}

.centered h4 {
  font-size: 1.17em;
}

.centered table {
  width: auto;
  min-width: auto;
  table-layout: auto;
}

.ck.ck-editor {
  margin: 0 auto;
}

.ck-editor__main > .ck-content {
  height: 40vh;
}

.ck-source-editing-area {
  height: 40vh;
}

.ck-source-editing-area textarea {
  left: 0;
  overflow: visible !important;
}

.centered .view_area.ck-content img {
  width: auto;
}

/* 로딩바 */
.lds-ring {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1003;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.lds-ring div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 85px;
  height: 85px;
  margin: 8px;
  border: 8px solid #96baf9;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #96baf9 transparent transparent transparent;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media screen and (min-width: 1600px) {
  .content {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1600px) {
  .header {
    min-width: 1700px;
  }
  .header .h_content {
    margin-left: 0.1vw;
  }
}