@charset "utf-8";

/* 컴포넌트 */
.label {
  display: inline-block;
  height: 14px;
  vertical-align: middle;
  line-height: 14px;
  min-width: 15px;
  text-align: center;
  padding: 0 3px 0 3px;
  font-size: 10px;
  font-family: "arial", "dotum";
  font-weight: 700;
  color: #fff;
  border-radius: 3px;
  margin-left: 5px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.dot {
  display: inline-block;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  margin: 0 0 8px 5px;
}

/*클리어픽스*/
.clearfix:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}

/* 테이블 */
.normal-table {
  margin-top: 20px;
}
.normal-table table {
  width: 100%;
  font-size: 12.5px;
  table-layout: fixed;
  border-top: 1px solid #b6b8c3;
  margin-top: 10px;
  overflow-x: auto;
}

.normal-table.scroll-section table {
  margin-top: 0;
  border: 0;
}

.normal-table.scroll-section table thead { 
  position: sticky;
  top: -1px;
  left: 0;
  z-index: 2;
  background: #f6f7fc;
}

.normal-table table thead tr th {
  vertical-align: middle;
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
  color: #12144d;
  font-size: 1.3rem;
}
.normal-table table tbody tr {
  transition: background 0.25s ease;
  background: #e7e9f4;
  border-bottom: 4px solid #f6f7fc;
  transition: background 0.25s ease;
}
.normal-table table tbody tr:not(.disabled):hover {
  background: #d3d8e8;
}
.normal-table table tbody .disabled-wrap:hover{
  background: #ebebeb;
}
.normal-table table tbody tr.now {
  background: #d3d8e8;
  color: #1574a0;
}
.normal-table table tbody tr td {
  vertical-align: middle;
  padding: 6px 0;
  word-break: break-word;
  color: #444;
  text-align: center;
}
.normal-table table tbody tr td:first-child {
  border-radius: 8px 0 0 8px;
}
.normal-table table tbody tr td:last-child {
  border-radius: 0 8px 8px 0;
}
.normal-table table tbody tr td a.a-hover {
  color: #0c8ac5;
}
.normal-table table tbody tr td a.a-hover:hover {
  text-decoration: underline;
}

.normal-table table tbody .disabled td a.a-hover:hover{
  text-decoration: none; cursor: default;
}






.search-table {
  border-top: 1px solid #b6b8c3;
}
.search-table table {
  width: 100%;
  font-size: 12px;
}
.search-table table tr {
  border-bottom: 1px solid #d6dae0;
}
.search-table table tr th {
  vertical-align: middle;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
  width: 150px;
  background: #e4e5ed;
}
.search-table table tr td {
  padding: 5px 10px;
  vertical-align: middle;
  background-color: #fff;
}
.search-table table tr td .unit {
  font-size: 12px;
  color: #9d9bbc;
  margin: 0 5px;
}
.search-table table tr td .selectbox {
  margin-right: 10px;
}
.search-table table tr td .search-txt-input {
  width: 330px;
}
.search-table table tr td .check-input {
  display: inline-block;
}

.info-detail .info-title {
  font-size: 14px;
  display: block;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}
.info-detail .info-title:first-child {
  margin-top: 0;
}
.info-detail .info-table {
  border-top: 1px solid #b6b8c3;
}


.info-detail .info-table table {
  width: 100%;
  font-size: 12px;
}
.info-detail .info-table table tr {
  border-bottom: 1px solid #d6dae0;
}
.info-detail .info-table table tr th {
  vertical-align: middle;
  font-weight: bold;
  padding: 5px 10px 5px 15px;
  width: 150px;
  background: #e4e5ed;
  font-size: 1.3rem;
}
.info-detail .info-table table tr td {
  padding: 5px 10px;
  vertical-align: middle;
  background-color: #fff;
}

.info-detail .info-table table tr td .content-text { font-weight: 500; color: #0c8ac5;}

.info-detail .info-table table tr td .unit {
  font-size: 12px;
  color: #444;
  margin: 0 5px;
}
.info-detail .info-table table tr td .selectbox {
  margin-right: 10px;
}
.info-detail .info-table table tr td .search-txt-input {
  width: calc(100% - 15%);
}
.info-detail .info-table table tr td .search-txt-input.g-code {
  width: calc(100% - 6%);
}
.info-detail .info-table table tr td .check-input {
  display: inline-block;
}

.statistics-table {
  border-top: 1px solid #aaa;
  overflow-x: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}
.statistics-table table {
  min-width: 100%;
  font-size: 12px;
}
.statistics-table table thead tr th {
  border-right: 1px solid #dcdcdc;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  padding: 5px 7px;
  min-width: 90px;
  background: #1d2870;
  border-bottom: 1px solid #dcdcdc;
}
.statistics-table table thead tr th:last-child {
  border-right: none;
}
.statistics-table table thead tr th.date {
  width: 300px;
}
.statistics-table table tbody tr {
  border-bottom: 1px solid #dee3eb;
}
.statistics-table table tbody tr td {
  padding: 5px 7px;
  text-align: right;
  font-size: 11px;
  border-right: 1px solid #eee;
  letter-spacing: 0;
}
.statistics-table table tbody tr td:last-child {
  border-right: none;
}
.statistics-table table tbody tr td.imp {
  font-weight: bold;
  background: #f8fafd;
}
.statistics-table table tbody tr td.date {
  text-align: center;
  font-weight: normal;
  width: 300px;
}
.statistics-table table tbody tr td.sum {
  background: #f6fff9;
  font-weight: bold;
}
.statistics-table table thead tr th.imp {
  background: #e1e5ec;
  border-right: 1px solid #cdd2db;
  border-bottom: 1px solid #cdd2db;
}
.statistics-table table thead tr th.sum {
  background: #e3f7eb;
  border-right: 1px solid #d1e4ce;
  border-bottom: 1px solid #d1e4ce;
}
.statistics-table table thead tr th.sum:last-child {
  border-right: none;
}

.statistics-table table tbody tr.integrated td {
  background: #e3f7eb;
  border-right: 1px solid #d1e4ce;
  border-top: 1px solid #d1e4ce;
  border-bottom: 2px solid #b5ccb1;
  font-weight: bold;
}
.statistics-table table tbody tr.integrated td:first-child {
  text-align: center;
}

.rank-table {
  border-top: 1px solid #aaa;
  margin-top: 10px;
  margin-bottom: 20px;
}
.rank-table table {
  width: 100%;
  font-size: 12px;
}
.rank-table table tbody tr {
  border-bottom: 1px solid #dee3eb;
}
.rank-table table thead tr th {
  border-right: 1px solid #dee3eb;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  padding: 5px 7px;
  min-width: 90px;
  background: #1d2870;
  border-bottom: 1px solid #dee3eb;
}
.rank-table table thead tr th.rank {
  width: 130px;
}
.rank-table table thead tr th:last-child {
  border-right: none;
}
.rank-table table tbody tr td {
  padding: 5px 7px;
  text-align: center;
  border-right: 1px solid #eee;
  letter-spacing: 0;
}
.rank-table table tbody tr td:last-child {
  border-right: none;
}
.rank-table table tbody tr td a {
  color: #1d70e1;
}
.rank-table table tbody tr td a:hover {
  text-decoration: underline;
}

.multi-file-wrap {
  padding: 30px;
  background: #fff;
}
.file-table {
  margin-top: 0;
}
.file-table table thead tr {
  background: #3a3f53;
  color: #fff;
}
.file-table table tbody tr:nth-of-type(even) {
  background: #f8f8f8;
}
.file-table table tfoot tr {
  background: #e6e8f1;
  font-weight: bold;
  color: #233686;
}
.file-table table tfoot tr td {
  padding: 5px;
  vertical-align: middle;
}

/* 통계 필터 */
.filter-wrap .range-filter {
  height: 28px;
}
.filter-wrap .range-filter .range-btn-wrap {
  height: 28px;
  float: left;
}
.filter-wrap .range-filter .range-btn-wrap .range-btn {
  height: 28px;
  display: inline-block;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  border: 1px solid #dee3eb;
  line-height: 26px;
  font-size: 11px;
  padding: 0 10px;
  border-radius: 3px;
  color: #555;
}
.filter-wrap .range-filter .range-btn-wrap .range-btn:hover {
  border-color: #65deff;
  box-shadow: 0 0 2px 2px rgba(26, 113, 165, 0.1);
}
.filter-wrap .range-filter .range-btn-wrap .range-btn.select {
  border-color: #2576ff;
  color: #fff;
  background: #2576ff;
}
.filter-wrap .range-filter .date-select-wrap {
  float: right;
}
.filter-wrap .range-filter .date-select-wrap .unit {
  color: #444;
  margin: 0 5px;
}
.filter-wrap .range-filter .date-select-wrap .date-select {
  vertical-align: top;
}
.filter-wrap .range-filter .date-select-wrap .date-select input {
  width: 110px;
}
.filter-wrap .range-filter .date-select-wrap .view-btn {
  height: 28px;
  line-height: 26px;
  display: inline-block;
  width: 50px;
  margin-left: 5px;
  text-align: center;
  border-radius: 3px;
  font-size: 11px;
  color: #fff;
}

.filter-wrap .rank-range-select {
  display: block;
  height: 28px;
  width: 160px;
  margin-bottom: 5px;
}


/* 결과 테이블 */
.result-table {
  border-top: 2px solid #dee3eb;
  border-bottom: 2px solid #dee3eb;
  padding: 15px 20px;
  margin-top: 15px;
  clear: both;
}
.result-table .search-result {
  font-size: 12px;
}
.result-table .search-result p .result {
  font-weight: bold;
  color: #2576ff;
}

/* 텍스트 정렬 속성 */
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.txt-center {
  text-align: center;
}

/* 텍스트 스타일 */
.txt-link {
  text-decoration: underline;
}
.txt-red {
  color: #f05050;
}

/* form validation */
.txt-invalid {
  color: #f05050;
  margin-left: 10px;
  display: none;
  vertical-align: middle;
}

/* 백그라운드 */
.sky-bg {
  background: #00b2e2;
  transition: background 0.2s ease;
}
.purple-bg {
  background: #7266ba;
  transition: background 0.2s ease;
}
.green-bg {
  background: #33be62;
  transition: background 0.2s ease;
}
.yellow-bg {
  background: #fad733;
  transition: background 0.2s ease;
}
.red-bg {
  background: #f05050;
  transition: background 0.2s ease;
}
.blue-bg {
  background: #2576ff;
  transition: background 0.2s ease;
}
.mint-bg {
  background: #189489;
  transition: background 0.2s ease;
}
.black-bg {
  background: #444;
  transition: background 0.2s ease;
}
.white-bg {
  transition: background 0.2s ease;
}
.grd-bg {
  background-image: -webkit-linear-gradient(120deg, #3e47d7 26%, #4a54ff 74%);
  background-image: -moz-linear-gradient(120deg, #3e47d7 26%, #4a54ff 74%);
  background-image: -o-linear-gradient(120deg, #3e47d7 26%, #4a54ff 74%);
  background-image: linear-gradient(-30deg, #3e47d7 26%, #4a54ff 74%);
}

.green-bg:hover {
  background: #1fad4f;
}
.red-bg:hover {
  background: #e52b2b;
}
.sky-bg:hover {
  background: #0da5d4;
}
.purple-bg:hover {
  background: #6155ad;
}
.mint-bg:hover {
  background: #1b7169;
}
.blue-bg:hover {
  background: #1c62d7;
}
.black-bg:hover {
  background: #222;
}

/* 인풋 */
.normal-txt-input {
  width: 370px;
  height: 28px;
  border-radius: 4px;
  padding: 0 10px;
  padding-right: 22px;
  font-size: 1.2rem;
  color: #444;
  border: 1px solid #d5d9ed;
  display: inline-block;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.preheat tbody tr td .normal-txt-input { width: 100%;} 
.info-detail .info-table .preheat tr th { width: 120px;}
.preheat tbody tr td .normal-txt-input.disabled { pointer-events: none;}


.normal-txt-input.h-40 {
  height: 30px;
}

.small-txt-input { 
  background: #fff;
  width: 120px;
  height: 28px;
  border-radius: 4px;
  padding: 0 10px;
  padding-right: 22px;
  font-size: 1.2rem;
  color: #444;
  border: 1px solid #d5d9ed;
  display: inline-block;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  margin-left: 5px;
} 

.normal-txt-input:focus,
.normal-txt-input:active,
.normal-txt-input:hover {
  border-color: #cbccdd;
  box-shadow: 0 0 2px 2px rgba(26, 113, 165, 0.1);
}
.date-select {
  display: inline-block;
  position: relative;
}
.date-select .calendar-btn {
  position: absolute;
  display: block;
  width: 14px;
  height: 20px;
  top: 4px;
  right: 10px;
  opacity: 0.5;
  z-index: 1;
  transition: opacity 0.2s ease;
}
.date-select .calendar-btn:hover {
  opacity: 1;
}

/*버튼*/
.btn-wrap {
  margin-top: 10px;
  height: 30px;
}
.btn-wrap ul {
  display: inline-block;
}
.btn-wrap ul.right-btn-list {
  float: right;
}
.btn-wrap ul.left-btn-list {
  float: left;
}
.btn-wrap ul.center-btn-list {
  text-align: center;
  width: 100%;
}
.btn-wrap ul li {
  display: inline-block;
  float: left;
  margin-left: 10px;
}
.btn-wrap ul.center-btn-list li {
  float: none;
}
.btn-wrap .normal-btn {
  font-size: 12px;
  height: 30px;
  display: block;
  line-height: 30px;
  padding: 0 25px;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
  transition: background 0.2s ease;
  font-weight: 300;
}
.btn-wrap .normal-btn.padding-15 {
  padding: 0 15px;
}
.btn-wrap .small-btn {
  font-size: 12px;
  height: 25px;
  display: block;
  line-height: 25px;
  padding: 0 15px;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
  transition: background 0.2s ease;
  font-weight: 300;
}
.btn-wrap .small-btn.mar-top {
  margin-top: 5px;
}
.btn-wrap ul li:first-child,
.btn-wrap ul li:first-child .small-btn {
  margin-left: 0;
}
.normal-btn.blue-bg:hover {
  background: #1c62d7;
}
.btn-wrap .small-btn.white-bg {
  line-height: 23px;
  border: 1px solid #444;
  color: #444;
  font-weight: 400;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.btn-wrap .small-btn.white-bg:hover {
  border-color: #444;
}
.btn-wrap .normal-btn.white-bg {
  line-height: 28px;
  border: 1px solid #444;
  color: #444;
  font-weight: 400;
  transition: background 0.2s ease, border-color 0.3s ease;
}
.btn-wrap .normal-btn.white-bg:hover {
  border-color: #444;
}

.btn-wrap.m-top-0 { margin-top: 0;}


/* 상세페이지 공통 인풋*/
table .normal-btn {
  position: relative;
  top: 2px;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  font-weight: 400;
  transition: background 0.2s ease, border-color 0.2s ease;
  padding: 0 15px;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
}
table .normal-btn i { 
  font-size: 11px;
  margin-right: 3px;
}
table .check-input-wrap li {
  display: inline-block;
}
table .check-input-table li {
  position: relative;
  top: -2px;
}
textarea {
  background: #fff;
  resize: none;
  border-radius: 3px;
  outline: 0;
  font-size: 12px;
  width: 100%;
  height: 150px;
  padding: 5px 10px 25px;
  border: 1px solid #d5d9ed;
}

.control-wrap textarea {
  background: #252526;
  resize: none;
  border-radius: 3px;
  outline: 0;
  font-size: 12px;
  width: 100%;
  height: 600px;
  padding: 5px 10px 25px;
  border: 5px solid #c7c7c7;
  color: #C3E17D;
  font-weight: 200;
}

textarea:active,
textarea:focus,
textarea:hover {
  border-color: #cbccdd;
  box-shadow: 0 0 2px 2px rgba(26, 113, 165, 0.1);
}

/*체크박스 커스텀*/
.check-label i.far.fa-star {
  color: #fff;
  font-size: 13px;
}
.check-label i.fas.fa-star {
  color: #fad733;
  display: none;
  font-size: 13px;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}
input[type="checkbox"] + .check-label,
input[type="radio"] + .check-label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
}
input[type="checkbox"]:checked + .check-label i.far.fa-star {
  display: none;
}
input[type="checkbox"]:checked + .check-label i.fas.fa-star {
  display: inline-block;
}

.check-input .check-label {
  color: #444;
}
.check-input input[type="checkbox"] + .check-label,
.check-input input[type="radio"] + .check-label {
  color: #444;
  font-size: 12px;
  font-weight: normal;
  padding-left: 20px;
  position: relative;
  letter-spacing: -0.5px;
}
.check-input input[type="checkbox"] + .check-label:before {
  width: 15px;
  height: 15px;
  background: url(../../img/check_box_bg.png);
  background-size: 15px 45px;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.check-input input[type="checkbox"]:checked + .check-label:before {
  background: url(../../img/check_box_bg.png);
  background-size: 15px 45px;
  background-position: 0 -15px;
}
.check-input input[type="checkbox"]:disabled + .check-label:before {
  background: url(../../img/check_box_bg.png);
  background-size: 15px 45px;
  background-position: 0 -30px;
}
.check-input input[type="radio"] + .check-label:before {
  width: 15px;
  height: 15px;
  background: url(../../img/radio_box_bg.png);
  background-size: 15px 30px;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.check-input input[type="radio"]:checked + .check-label:before {
  background: url(../../img/radio_box_bg.png);
  background-size: 15px 30px;
  background-position: 0 -15px;
}

/* 셀렉트박스 커스텀 */
.selectbox {
  position: relative;
  z-index: 1;
  display: inline-block;
  border: 1px solid #d5d9ed;
  height: 28px;
  float: left;
  width: 20%;
  min-width: 160px;
  border-radius: 3px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  margin-right: 10px;
  background: #fff;
}
.selectbox:last-child {
  margin-right: 0;
}
.selectbox:focus,
.selectbox:active,
.selectbox:hover {
  border-color: #cbccdd;
  box-shadow: 0 0 2px 2px rgba(26, 113, 165, 0.1);
}
.selectbox:before {
  content: "";
  position: absolute;
  top: 48%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -1px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #ccc;
  transition: border-top 0.25s ease;
}
.selectbox:hover:before {
  border-top: 6px solid #444;
}
.selectbox label {
  position: absolute;
  top: 1px;
  left: 0;
  color: #444;
  z-index: -1;
  font-size: 12px;
  line-height: 25px;
  text-align: left;
  width: 80%;
  padding-left: 10px;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.selectbox select {
  width: 100%;
  line-height: 28px;
  color: #444;
  border: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 0;
  height: 28px;
  background: #fff;
}
.selectbox select option {
  font-size: 13px;
  color: #111a59;
}

/* 필터 */
.filter-wrap .filter-area {
  display: inline-block;
  border: 1px solid #dee3eb;
  border-radius: 3px;
  position: relative;
  height: 28px;
  margin-bottom: 10px;
  padding: 3px 20px 3px 8px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  background: #fff;
}
.filter-wrap .filter-area:hover {
  border-color: #cbccdd;
  box-shadow: 0 0 2px 2px rgba(26, 113, 165, 0.1);
}
.filter-wrap .filter-area:after {
  content: "";
  position: absolute;
  top: 48%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -1px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #444;
  transition: border-top 0.25s ease;
}
.filter-wrap .filter-area:hover:after {
  border-top: 6px solid #cbccdd;
}
.filter-wrap .filter-area.right-filter-area {
  float: right;
}
.filter-wrap .filter-area .title {
  font-size: 11px;
  display: inline-block;
  margin-right: 8px;
}
.filter-wrap .filter-area .filter-content {
  display: inline-block;
}
.filter-wrap .filter-area .filter-content .filter-type {
  display: inline-block;
  margin-right: 8px;
}
.filter-wrap .filter-area .filter-content .filter-name {
  color: #444;
}
.filter-wrap .filter-area .filter-content .select {
  color: #2576ff;
  font-weight: 300;
}
.filter-wrap .filter-area label.filter-toggle {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: block;
}

.filter-wrap .filter-area .filter-detail-set-layer {
  display: none;
  position: absolute;
  right: -1px;
  top: 35px;
  z-index: 2;
  width: 100%;
  background: #fff;
  border: 1px solid #dee3eb;
  height: auto;
  padding: 10px 15px;
  overflow: hidden;
  cursor: default;
}
.filter-wrap .filter-area.on .filter-detail-set-layer {
  display: block;
}
.filter-wrap .filter-area .filter-detail-set-layer .filter-type {
  margin-bottom: 8px;
}
.filter-wrap .filter-area .filter-detail-set-layer .filter-type .filter-name {
  font-weight: bold;
  display: block;
  margin-bottom: 2px;
}
.filter-wrap .filter-area .filter-detail-set-layer .filter-type ul li {
  display: inline-block;
}

/* 페이징 */
.paging-wrap {
  text-align: center;
  margin-top: 25px;
}
.paging-wrap ul li {
  display: inline-block;
}
.paging-wrap ul li a {
  color: #9b9b9b;
  font-size: 12px;
  transition: color 0.25s ease;
  display: block;
  padding: 3px 8px;
  border: 1px solid #b5b5b5;
  border-radius: 2px;
}
.paging-wrap ul li a:hover {
  color: #fff;
  background: #12144d;
  border-color: #12144d;
}
.paging-wrap ul li.select a {
  color: #fff;
}
.paging-wrap ul li.select a {
  background: #12144d;
  border-color: #12144d;
}

/* 알림창 */
.alert-pop-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 999;
  transition: height 0.7s cubic-bezier(1, 0.09, 0.18, 0.66),
    padding 0.7s cubic-bezier(1, 0.09, 0.18, 0.66),
    opacity 0.7s cubic-bezier(1, 0.09, 0.18, 0.66);
  box-shadow: 0 2px 5px 5px rgba(0, 0, 0, 0.05);
  padding: 0 20px;
  overflow: hidden;
  opacity: 0;
}
.alert-pop-wrap.on {
  height: 50px;
  padding: 14px 20px;
  opacity: 1;
}
.alert-pop-wrap.red-bg {
  background: rgba(255, 44, 48, 0.95);
}
.alert-pop-wrap.green-bg {
  background: rgba(51, 190, 98, 0.95);
}
.alert-pop-wrap i {
  display: inline-block;
  color: #fff;
  margin-right: 5px;
  font-size: 13px;
  text-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05);
}
.alert-pop-wrap .messege {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  display: inline-block;
  cursor: default;
  text-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05);
  color: #fff;
}
.alert-pop-wrap .close-btn {
  float: right;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.25s ease;
}
.alert-pop-wrap .close-btn:hover {
  opacity: 0.7;
}

/* 확인창 */
.confirm-pop-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.2);
}
.confirm-pop-wrap .confirm-pop-area {
  position: relative;
  width: 100%;
  height: 100%;
}
.confirm-pop-wrap .confirm-pop-area .confirm-pop {
  width: 320px;
  min-height: 50px;
  position: absolute;
  left: 50%;
  top: 50px;
  margin-left: -160px;
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 10px;
}
.confirm-pop-wrap .confirm-pop-area .confirm-pop .content {
  padding: 40px 30px;
  text-align: center;
  font-size: 13px;
  position: relative;
  letter-spacing: -0.5px;
}
.confirm-pop-wrap .confirm-pop-area .confirm-pop .content p {
  white-space: pre-wrap;
  color: #0e1547;
}
.confirm-pop-wrap .confirm-pop-area .confirm-pop .content .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  opacity: 0.3;
  transition: opacity 0.25s ease;
}
.confirm-pop-wrap .confirm-pop-area .confirm-pop .content .close-btn:hover {
  opacity: 0.7;
}
.confirm-pop-wrap .confirm-pop-area .confirm-pop .btn-wrap {
  height: 50px;
  padding: 10px 15px;
  text-align: center;
  border-top: 1px solid #eee;
}
.confirm-pop-wrap .confirm-pop-area .confirm-pop .btn-wrap a {
  display: inline-block;
  cursor: pointer;
  padding: 4px 20px;
  border: 1px solid #dee3eb;
  border-radius: 3px;
  margin-left: 5px;
  line-height: 19px;
}
.confirm-pop-wrap .confirm-pop-area .confirm-pop .btn-wrap .cancel-btn {
  color: #0e1547;
}
.confirm-pop-wrap .confirm-pop-area .confirm-pop .btn-wrap .confirm-btn {
  background: #2576ff;
  color: #fff;
  border-color: #2576ff;
}

/* 로딩 팝업 */
.loading-pop-wrap {
  position: fixed;
  top: 10;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.2);
}

/* 모달 백그라운드 스크롤 방지용 */
.block-scroll {
  overflow: hidden;
}

/* 토글버튼 */
.normal-toggle-btn {
  display: inline-block;
  height: 28px;
}
.normal-toggle-btn input[type="checkbox"] {
  display: none;
}
.normal-toggle-btn .toggle-label {
  letter-spacing: -0.5px;
  color: #444;
  font-size: 11px;
  padding-left: 35px;
  position: relative;
  height: 28px;
  line-height: 28px;
  transition: color 0.3s ease;
}
.normal-toggle-btn .toggle-label:before {
  position: absolute;
  content: "";
  background: #dadada;
  width: 30px;
  height: 6px;
  left: 0;
  top: 50%;
  margin-top: -3px;
  border-radius: 3px;
  z-index: 1;
}
.normal-toggle-btn .toggle-label:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -6px;
  z-index: 2;
  transition: left 0.3s ease, background 0.3s ease;
  background: #9e9e9e;
}
.normal-toggle-btn input[type="checkbox"]:checked + .toggle-label {
  color: #2576ff;
  font-weight: 600;
}
.normal-toggle-btn input[type="checkbox"]:checked + .toggle-label:after {
  left: 18px;
  background: #2576ff;
}

.toggle-section { position: absolute; bottom: 45px; right: 0; border: 0; margin: 0;}
.toggle-section .toggle-area { float: left;}
.text-toggle-btn { display: inline-block; height: 28px;}

.toggle-section.top { }


.toggle-section .toggle-area .switch { display: block; position: relative; width: 90px; height: 35px; background: #d3d3d3; border-radius: 60px; transition: background 0.4s;
}
.toggle-section .toggle-area .switch::after { content: ""; position: absolute; left: 2.5px; top: 50%; width: 25px; height: 25px; border-radius: 100%; background-color: #fff; transform: translateY(-50%); box-shadow: 1px 3px 4px rgba(0,0,0,0.1); transition: all 0.4s;}

.toggle-section .toggle-area .switch::before { content: "제어"; font-size: 18px; position: absolute; left: 45px; top: 50%; transform: translateY(-50%); transition: all 0.4s;}

.toggle-section .toggle-area #chk1:checked + label { background:rgba(109, 104, 107)}
.toggle-section .toggle-area #chk1:checked + label::after {  left: calc(100% - 42.5px);}
.toggle-section .toggle-area #chk1:checked + label::before { content: "센서값"; color: #fff; left: 15px;}


/* 텍스트에리어 글자수제한 */
.textarea {
  position: relative;
}

.control-wrap .textarea textarea {
  margin-top: 10px;
}

.textarea textarea {
  padding-bottom: 25px;
}
.textarea .text-limit-wrap {
  position: absolute;
  z-index: 2;
  bottom: 6px;
  right: 20px;
  color: #444;
  cursor: default;
  display: inline-block;
}
.textarea .text-limit-wrap span {
  font-family: "Arial", "dotum";
  font-size: 11px;
}
.textarea .text-limit-wrap span.excess {
  color: #f05050;
  font-weight: bold;
}
.textarea .text-limit-wrap span.unit {
  font-size: 11px;
  margin-left: 2px;
}

/* ellipsis 테이블 */
.normal-table table tbody tr td.ellipsis-value {
  position: relative;
  cursor: pointer;
  transition: background 0.25s ease;
}
.normal-table table tbody tr td.ellipsis-value:hover {
  background: rgba(0, 0, 0, 0.075);
}
.normal-table table tbody tr td.ellipsis-value .ellipsis-box {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.normal-table table tbody tr td.ellipsis-value .ellipsis-box i {
  margin-right: 5px;
  color: #444;
}
.normal-table table tbody tr td.ellipsis-value .ellipsis-box i.fa-eye {
  display: none;
}
.normal-table table tbody tr td.ellipsis-value:hover .ellipsis-box i.fa-eye {
  display: inline-block;
}
.normal-table
  table
  tbody
  tr
  td.ellipsis-value:hover
  .ellipsis-box
  i.fa-eye-slash {
  display: none;
}
.normal-table table tbody tr td.ellipsis-value .ellipsis-view-layer {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2;
  width: 100%;
  max-height: 85px;
  overflow: auto;
  overflow-x: none;
  border: 1px solid #dee3eb;
  padding: 8px 10px;
  cursor: auto;
  display: none;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
}
.normal-table table tbody tr td.ellipsis-value:hover .ellipsis-view-layer {
  display: block;
}

/* 버튼 레이어 */
.btn-wrap .btn-layer-area {
  position: relative;
}
.btn-wrap .btn-layer-area .btn-layer {
  position: absolute;
  z-index: 2;
  top: 35px;
  border: 1px solid #dee3eb;
  padding: 10px 15px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.btn-wrap .left-btn-list .btn-layer-area .btn-layer {
  left: 0;
}
.btn-wrap .right-btn-list .btn-layer-area .btn-layer {
  right: 0;
}
.btn-wrap .btn-layer-area .btn-layer .layer-title {
  font-size: 14px;
  font-weight: 700;
  display: block;
  white-space: nowrap;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}
.btn-wrap .btn-layer-area .btn-layer .row {
  display: block;
  white-space: nowrap;
  padding: 2px 0;
}
.btn-wrap .btn-layer-area .btn-layer .normal-row {
  white-space: normal;
  padding: 2px 0;
  display: block;
}
.btn-wrap .btn-layer-area .btn-layer .row .head {
  display: inline-block;
  font-weight: 500;
  line-height: 25px;
  vertical-align: top;
  margin-right: 10px;
  min-width: 80px;
}
.btn-wrap .btn-layer-area .btn-layer .row .check-input-wrap {
  display: inline-block;
  white-space: nowrap;
}
.btn-wrap .btn-layer-area .btn-layer .row .check-input-wrap .check-input {
  display: inline-block;
}
.btn-wrap .btn-layer-area .btn-layer .row .percentage-input {
  display: inline-block;
  margin-left: 5px;
}
.btn-wrap .btn-layer-area .btn-layer .row .percentage-input input[type="text"] {
  width: 40px;
  padding: 0 5px;
  height: 25px;
}
.btn-wrap .btn-layer-area .btn-layer .row .percentage-input .unit {
  font-size: 12px;
  color: #444;
}

/* 레이어 토글버튼 */
.layer-toggle-btn {
  display: inline-block;
  height: 24px;
  background: #f0f0f0;
  border-radius: 12px;
  margin-bottom: 5px;
  float: right;
  width: 86px;
}
.layer-toggle-btn input[type="checkbox"] {
  display: none;
}
.layer-toggle-btn .toggle-label {
  letter-spacing: -0.5px;
  color: #444;
  font-size: 11px;
  padding: 0 10px;
  position: relative;
  height: 24px;
  line-height: 24px;
  transition: color 0.3s ease;
  display: block;
}
.layer-toggle-btn .toggle-label .on-content {
  margin-right: 15px;
}
.layer-toggle-btn .toggle-label:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 16px;
  border-radius: 12px;
  left: 5px;
  top: 4px;
  z-index: 2;
  transition: left 0.3s ease, background 0.3s ease, width 0.3s ease;
  background: #aaa;
}
.layer-toggle-btn input[type="checkbox"]:checked + .toggle-label .on-content {
  color: #2576ff;
  font-weight: 600;
}
.layer-toggle-btn input[type="checkbox"]:checked + .toggle-label:after {
  left: 40px;
  background: #2576ff;
  width: 40px;
}

/* 로딩창 */
.loading-pop-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.2);
}
.loading-pop-wrap .loading-pop-area {
  position: relative;
  width: 100%;
  height: 100%;
}
/* 도넛 */
.loading-pop-wrap .loading-pop-area > .loading {
  width: 45px;
  height: 45px;
  position: absolute;
  left: 50%;
  margin-left: -22.5px;
  top: 50%;
  margin-top: -22.5px;
}
.loading-pop-wrap .loading-pop-area > .loading .loading-bar {
  border-top: 6px solid transparent;
  border-bottom: 6px solid #2576ff;
  border-left: 6px solid #2576ff;
  border-right: 6px solid transparent;
  animation: loading 0.8s cubic-bezier(0.4, 0.18, 0.63, 0.86) 0.2s infinite;
  border-radius: 80px;
  width: 45px;
  height: 45px;
  display: block;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* 원 */
.loading-pop-wrap .loading-pop-area .loading-container {
  width: 200px;
  height: 50px;
  margin-top: 30px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -100px;
}
.loading-pop-wrap .loading-pop-area .loading-container > .loading {
  text-align: center;
}
.loading-pop-wrap .loading-pop-area .loading-container > .loading div {
  width: 13px;
  height: 13px;
  margin: 15px 3px;
  background: #2576ff;
  border-radius: 50%;
  animation: bounce 1.2s ease-in-out 0.1s infinite;
  display: inline-block;
}
.loading-pop-wrap
  .loading-pop-area
  .loading-container
  > .loading
  div:nth-child(2) {
  animation-delay: 0.3s;
}
.loading-pop-wrap
  .loading-pop-area
  .loading-container
  > .loading
  div:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes bounce {
  0% {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
  }
  50% {
    opacity: 0.5;
    transform: translate3d(0, -10px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* 새창 팝업 */
.pop-wrap {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pop-wrap .pop-bg {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.pop-wrap .pop-bg .pop-layer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48%;
  max-height: 800px;
  overflow-y: auto;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pop-wrap .pop-bg .pop-layer-lg {
  width: 80%;
}
.pop-wrap .pop-bg .pop-layer .pop-top {
  margin-bottom:15px
}
.pop-wrap .pop-bg .pop-layer .pop-top .cont-title { 
  font-size: 14px; 
  display: block; 
  font-weight: bold; 
  float:left; 
  font-size:1.6rem;
}
.pop-wrap .pop-bg .pop-layer .pop-foot {
  padding-top:15px;
}
.pop-wrap .pop-content .cont {
  padding:20px 0;
  border-top:1px solid #e5e5e5;
  border-bottom:1px solid #e5e5e5;
  max-height:70vh;
  overflow-y:auto;
}
.select-list {
  padding-top: 15px;
  border-top: 1px solid #ddd;
}
.pop-select-area {
  max-height: 110px;
  overflow-y: auto;
  margin: 15px 0;
  border: 1px solid #dee3eb;
  background: #f2f4f7;
}
.pop-select-area ul li {
  padding: 5px 10px;
  border-top: 1px solid #dee3eb;
}
.pop-select-area ul li:nth-child(1) {
  border-top: 0;
}
.pop-select-area ul li span.page-name {
  position: relative;
  min-width: 75px;
  display: inline-block;
}
.pop-select-result p span.result {
  font-weight: bold;
  color: #2576ff;
}

.pop-wrap.file-upload-pop .pop-layer {
  width: 730px;
}
.pop-wrap.file-upload-pop .pop-content .cont .date-select .normal-txt-input {
  width: auto;
}
.pop-wrap.file-upload-pop .pop-content .cont .sub-title-wrap {
  background: #eceef4; 
  padding: 10px 15px; 
  position: relative; 
  margin-bottom: 10px;
}
.pop-wrap.file-upload-pop .pop-content .cont .sub-title-wrap p.main-title-sub { font-size: 12px; 
  color: #12144d; 
  letter-spacing: -0.75px; 
  display: block; 
  margin-bottom: 1px; 
}
.pop-wrap.file-upload-pop .pop-content .cont .sub-title-wrap p.main-title-sub i {
  margin-right: 5px;
}
.pop-wrap.file-upload-pop .pop-content .cont .info-detail {
  max-height: 400px;
}
.pop-wrap.file-upload-pop .pop-content .cont .info-detail table {
  text-align: center;
  table-layout: fixed;
  width: 100%;
}
.pop-wrap.file-upload-pop .pop-content .cont .info-detail table th { 
  font-size: 1.2rem; 
  text-align: center;
}
.pop-wrap.file-upload-pop .pop-content .cont .info-detail table .txt-left { 
  text-align: left;
}
.pop-wrap.file-upload-pop .pop-content .cont .info-detail table .disa {
  color: #999;
}

/* 팝업 닫기 버튼 */
.pop-close-btn {
  position: relative;
  width: 100%;
  height: 100%;
}
.pop-close-btn .close-btn {
  position: absolute;
  right: 0;
  top: -10px;
  font-size: 20px;
  cursor: pointer;
  color: #bbb;
}
.pop-close-btn .close-btn:hover {
  color: #888;
}

/* 팝업 주소창 */
.pop-url-wrap {
  padding: 5px 10px;
  border: 1px solid #dee3eb;
  background: #f5f5f5;
  margin-bottom: 15px;
  border-radius: 2px;
  color: #555;
}

/* 확인창 */
.pop-confirm {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  text-align: center;
  margin-left: -250px;
  margin-top: -100px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.pop-confirm .head {
  padding: 10px;
  border-bottom: 1px solid #dee3eb;
  position: relative;
  font-size: 14px;
  display: block;
  font-weight: bold;
}
.pop-confirm .head .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 13px;
  cursor: pointer;
  color: #bbb;
}
.pop-confirm .head .close-btn:hover {
  color: #888;
}
.pop-confirm .body {
  padding: 40px 10px;
  border-bottom: 1px solid #dee3eb;
}
.pop-confirm .foot {
  padding: 15px 0;
}
.pop-confirm .foot .btn-wrap {
  margin: 0;
}

/* url 검증 결과 */
.url-result {
  margin-top: 5px;
}
.url-result .tit {
  font-weight: 600;
}
.url-result .result-red {
  padding: 0 5px;
  border: 1px solid #e41616;
  border-radius: 10px;
  font-size: 11px;
  color: #e41616;
  margin-left: 5px;
}
.url-result .result-green {
  padding: 0 5px;
  border: 1px solid #4caf50;
  border-radius: 10px;
  font-size: 11px;
  color: #4caf50;
  margin-left: 5px;
}

/* 추가버튼 클릭시 결과 레이어 */
.result-box {
  margin-top: 5px;
}
.result-box ul li {
  display: inline-block;
  padding: 5px 10px;
  margin: 5px 5px 3px 0;
  background: #e5ebec;
  font-size: 12px;
  color: #111a59;
  border-radius: 3px;
}
.result-box ul li i {
  padding-left: 20px;
  color: #111a59;
  cursor: pointer;
}
.result-box ul li i:hover {
  opacity: 0.8;
}

/* 글자수 제한 */
.text-overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* 개별 */
.s-width {
  width: 100px !important;
}
.m-width {
  width: 150px !important;
}
.lg-width {
  width: 60% !important;
}
.float-none {
  float: none !important;
}
.bd-right {
  border-right: 1px solid #dee3eb;
}
.vs {
  font-weight: 900;
  color: #aaa;
  padding: 0 10px;
}
.bold {
  font-weight: 600;
  padding-right: 10px;
}
.p-red {
  color: #e40000;
  margin-top: 10px;
  float: left;
}
.part-service {
  padding: 0 15px;
  border: 1px solid #1574a0;
  color: #1574a0;
  border-radius: 10px;
  margin-right: 5px;
}

/* 선공 후공 */
.team-wrap {
  display: block;
  text-align: left;
  margin-bottom: 5px;
}
.team-wrap:last-child {
  margin-bottom: 0;
}
.team-wrap .team {
  padding: 0 5px;
  border-radius: 2px;
  margin-right: 5px;
  font-size: 11px;
  border: 1px solid #000;
}
.team-wrap .team.team01 {
  border-color: #ff9800;
  color: #ff9800;
}
.team-wrap .team.team02 {
  border-color: #4caf50;
  color: #4caf50;
}

/* 여백 */
.mg-top5 {
  margin-top: 20px;
}
.mg-top20 {
  margin-top: 20px;
}
.mg-bottom20 {
  margin-bottom: 20px;
}
.mg-left20 {
  margin-left: 20px;
}
.mg-right20 {
  margin-right: 20px;
}
.mg-0 {
  margin: 0;
}
.pd-0 {
  padding: 0 !important;
}

/*파일인풋*/
.file-input {
  display: inline-block;
  text-align: left;
  width: auto;
  position: relative;
  padding-left: 8px;
  padding-right: 10px;
  font-size: 12px;
  background: #fff;
  line-height: 27px;
  vertical-align: middle;
  border: 1px solid #dee3eb;
  font-weight: 500;
  height: 28px;
  border-radius: 3px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}
.file-input:hover {
  border-color: #93c5c1;
  box-shadow: 0 0 2px 2px rgba(28, 165, 152, 0.2);
}
.file-input > [type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 301;
  cursor: pointer;
}
.file-input > label {
  white-space: nowrap;
  opacity: 0.8;
  vertical-align: top;
  font-family: "dotum";
  padding-left: 16px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: -1px;
  cursor: pointer;
}
.file-input.-chosen > label {
  opacity: 1;
}
.file-input .input-ico {
  position: absolute;
  left: 10px;
  top: 8px;
  font-size: 12px;
  opacity: 0.8;
}

/* 첨부된파일 */
.added-file {
  display: inline-block;
  cursor: pointer;
  background: none;
  height: 28px;
  line-height: 26px;
  padding: 0 15px;
  border-radius: 14px;
  border: 1px solid #dee3eb;
  margin-right: 10px;
}
.added-file:last-of-type {
  margin-right: 0;
}
.added-file i.fa-file-download {
  margin-right: 5px;
  opacity: 0.8;
}
.added-file.deleted {
  background: #efefef;
  border-color: #dbdbdb;
  color: #b6b8c1;
}

/*첨부파일 조정 버튼*/
.file-set-wrap {
  margin-bottom: 5px;
}
.file-set-wrap:last-child {
  margin-bottom: 0;
}

.file-add,
.modify-cancel,
.file-modify,
.file-delete {
  font-size: 11px;
  margin-left: 10px;
  line-height: 28px;
  display: inline-block;
  color: #444;
}
.file-add:hover,
.modify-cancel:hover,
.file-modify:hover,
.file-delete:hover {
  color: #a1a5c1;
}
.file-add i,
.modify-cancel i,
.file-modify i,
.file-delete i {
  margin-right: 3px;
}

/* 페이지 타이틀 */
.page-title h1 {
  font-size: 3rem;
  font-weight: 600;
  color: #12144d;
}
.page-title p {
  font-size: 1.4rem;
  color: #12144d;
}

/* 컨텐트 타이틀 */
.cont-title h4 {
  font-size: 2rem;
  color: #12144d;
  font-weight: 600;
}

/* 박스 타이틀 */
.box-title h4 {
  font-size: 1.6rem;
  color: #2f3984;
  font-weight: 600;
}

/* scrollbar */
.scroll-wrap {
  position: relative;
}
.scroll-wrap .scroll-area {
  overflow-y: auto;
  height: 100%;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.scroll-wrap .scroll-area::-webkit-scrollbar {
  display: none;
}
.scroll-wrap .scrollbar {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 70%;
  width: 6px;
  border-radius: 4px;
  background: #a9a9a9;
  z-index: 4;
  -webkit-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
  cursor: pointer;
}

/*  tab ui */
ul.cont-tab {
  display: inline-block;
}
ul.cont-tab li {
  display: inline-block;
  margin-right: 3px;
}
ul.cont-tab li a {
  display: block;
  color: #12144d;
  padding: 4px 15px;
  transition: background 0.25s ease;
  border-radius: 3px;
  background: none;
}
ul.cont-tab li:hover a {
  background: #e8eaff;
}
ul.cont-tab li.select a {
  color: #fff;
  background: #12144d;
  font-weight: 600;
}
ul.cont-tab li.none-click { 
  color: #959595;
  background: #d9d9d9;
  border-radius: 3px;
  opacity: 0.5;
  cursor: no-drop;
  pointer-events: none;
}


/* 즐겨찾기 버튼 리스트 */
.star-toggle {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.star-toggle .star-toggle-input {
  display: none;
}
.star-toggle .star-toggle-btn {
  width: 18px;
  height: 18px;
  background: url(../../img/star_toggle_img.png) no-repeat;
  display: block;
  background-size: 18px 36px;
  background-position: 0 0;
}
.star-toggle .star-toggle-input:checked + .star-toggle-btn {
  background: url(../../img/star_toggle_img.png) no-repeat;
  background-size: 18px 36px;
  background-position: 0 -18px;
}

/* 즐겨찾기 버튼 박스 */
.star-toggle.box {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
}
.star-toggle.box .star-toggle-btn {
  width: 18px;
  height: 18px;
  background: url(../../img/star_toggle_img_gray.png) no-repeat;
  display: block;
  background-size: 18px 36px;
  background-position: 0 0;
}
.star-toggle.box .star-toggle-input:checked + .star-toggle-btn {
  background: url(../../img/star_toggle_img_gray.png) no-repeat;
  background-size: 18px 36px;
  background-position: 0 -18px;
}

/* sec tab */

.sec-top-wrap {
  margin: 30px 0 15px;
  border-bottom: 1px solid #d3d4da;
}
ul.sec-tab {
  font-size: 13px;
  float: left;
  margin-left: 0;
  width: calc(100% - 119px);
}
ul.sec-tab li {
  float: left;
  position: relative;
}
ul.sec-tab li a {
  display: block;
  color: #b1b2cb;
  padding: 10px 30px;
  border-radius: 3px 3px 0 0;
  background: none;
  transition: all 0.2s ease;
}
ul.sec-tab li.select a,
ul.sec-tab li:hover a {
  font-weight: 600;
  color: #12144d;
}
ul.sec-tab li.select:after,
ul.sec-tab li:hover:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #12144d;
}

.sec-top-wrap .toggle-wrap {
  float: left;
}

.sec-top-wrap .toggle-wrap p {
  display: inline-block;
  margin-right: 15px;
  font-weight: bold;
  line-height: 26px;
  color: #444;
}

.sec-top-wrap.relative { position: relative ;}

/* printer label */
.label-area { display: inline-block; margin-bottom: 4px;}
.label-area .printer-label {  font-size: 1.1rem; font-weight: 600;  padding: 2px 6px 2px 6px; border-radius: 3px;}
.label-area .printer-label.blue { background: #DAE3F3; color: #4472C4;}
.label-area .printer-label.red { background: #FFF2CC; color: #ED7D31;}


/* printer toggle */
.title-tab-wrap { display: flex; align-items: center; gap: 20px }
.title-tab-wrap .title-tab-area .title-tab { display: flex; border: 1px solid #045981; border-radius: 4px; background: #fff;}
.title-tab-wrap .title-tab-area .title-tab .select { background: #0e1547; padding: 2px 7px;}
.title-tab-wrap .title-tab-area .title-tab .select a { color: #fff;}
.title-tab-wrap .title-tab-area .title-tab li { padding: 2px 7px;}


/* printer dashboard-detail */
.progess-wrap { margin-top: 10px;}
.progess-wrap .gauge-wrap .gauge { width: 100%; height: 10px; background: #a3e3ac; border-radius: 2px;}
.progess-wrap .gauge-wrap .gauge .gauge-ing { width: calc(100% - 40%); height: 10px; background: #34d149; border-radius: 5px;}
.progess-wrap.stop .gauge-wrap .gauge { width: 100%; height: 10px; background: #cccccc; border-radius: 2px;}
.progess-wrap.stop .gauge-wrap .gauge .gauge-ing { width: calc(100% - 40%); height: 10px; background: #808080; border-radius: 5px;}


.progess-wrap .gauge-wrap .down-text-wrap { display: flex; justify-content: space-between; gap: 20px; align-items: center;}
.progess-wrap .gauge-wrap .down-text-wrap .down-text {color:#f05050; font-weight: 600; font-size: 1.4rem;  }
.progess-wrap .gauge-wrap .down-text-wrap .down-text span { color: #b2b2b2; font-weight: 400; font-size: 1.2rem;}
.progess-wrap .gauge-wrap .down-text-wrap .progess-img-area { position: relative; bottom: 3px;}
.progess-wrap .gauge-wrap .down-text-wrap .progess-img-area .progess-img { width: 8px; cursor: pointer;}
.progess-wrap.stop .gauge-wrap .down-text-wrap .progess-img-area .progess-img:nth-child(1) { display: none;}
.progess-wrap.play .gauge-wrap .down-text-wrap .progess-img-area .progess-img:nth-child(2) { display: none;}

.progess-wrap.stop .gauge-wrap .down-text-wrap .progess-img-area .progess-img.stop:nth-child(n) { display: inline-block; position: relative; top: 2px;}
.progess-wrap.play .gauge-wrap .down-text-wrap .progess-img-area .progess-img.stop:nth-child(n) { 
  display: inline-block; position: relative; top: 2px;
}



.btn-section { display: flex; align-items: center; justify-content: space-between; margin-top: 10px;}
.btn-section .progess-name-wrap .progess-name { color: #00b2e2; font-weight: 600;}


.progess-wrap .porogess-text-wrap { margin-top: 5px;}
.progess-wrap .porogess-text-wrap .progess-text { display: flex; justify-content: space-between; }
.progess-wrap .porogess-text-wrap .progess-text .time { color: #6a6a6aee; font-size: 1.2rem; font-weight: 400;}
.progess-wrap .porogess-text-wrap .progess-text .time .time-tit {margin-right: 5px; font-size: 1.2rem; font-weight: 500; }
.progess-wrap .no-work { font-size: 3.0rem; font-weight: 600; color: #454545ee;}



/* printe right-area-control */
.printer-detail-wrap  { margin-top: 20px; background: #eceef4; padding: 10px;}
.control-wrap .sub-title-wrap { display: flex; justify-content: space-between; align-items: center; margin-bottom: 5px; }
.title-tab-area.orange .title-tab { display: inline-flex; border: 1px solid #F4A445; border-radius: 4px; background: #fff;}
.title-tab-area.orange .title-tab .select { background: #F4A445;}
.title-tab-area.orange .title-tab .select a { color: #fff}
.title-tab-area.orange .title-tab li a { color: #F4A445; font-size: 1.3rem;}
.title-tab-area.orange .title-tab li { padding: 2px 15px;}

.command-wrap { display: flex; border-bottom: 1px solid #dee3eb; margin-top: 20px; padding-bottom: 20px; justify-content: space-between; }
.command-wrap .command-area { display: flex;}

.control-wrap .info-detail { margin-top: 20px; }

/* printer dashboard-tab */
.tab-area {margin-bottom: 10px;}
.page-tab-menu {  margin-top: 30px; }
.page-tab-menu li { display: inline-block; }
.page-tab-menu li a { position: relative; padding: 5px 20px; font-size: 1.3rem; color: #2b2b2b; font-weight: 400; }
.page-tab-menu .none-click a {background: #cfcfcf; opacity: 0.5; cursor: unset; }
.page-tab-menu li.select a { background: #12144d; border-bottom-color: #fff; border-bottom: 1px solid #fff; color: #ffffff; font-weight: 600; }


/* printer dashboard-list */
.file-list { margin-top: 20px;}
.table-tit-wrap { display: flex; align-items: center; justify-content: space-between;}
.table-tit-wrap .tit-wrap { position: relative; top: 5px;}
.table-tit-wrap .tit-wrap .table-tit { font-size: 1.4rem; font-weight: 600;}
.normal-table.scroll-section { position: relative; overflow-y: auto; max-height: 250px; border-top: 1px solid #b6b8c3;}

.table-toggle-wrap { display: flex; align-items: center; }

/* printer dashboard-tab */
.tab-menu-wrap { margin-top: 20px; border-bottom: 1px solid #b6b8c3; }
.tab-menu-area { display: table; table-layout: fixed; border-left: 1px solid #e7e7e7; position: relative; background-color: #f1f1f1;}
.tab-menu-area li { display: table-cell; }
.tab-menu-area li a { display: block; position: relative; border-top: 1px solid #e7e7e7;   text-align: center; background-color: #fff; padding: 5px 15px;}
.tab-menu-area li a:after { content: ''; display: block; position: absolute; top: 0; right: 0; bottom: 0; width: 1px; background: #e6e3df;}
.tab-menu-area li.on a, .tab-menu-area li:hover a { border-bottom-color: #e7e7e7; border-top: 1px solid #e7e7e7; z-index: 1; background-color: #12144d; color: #fff;}
.tab-menu-area li.disabled a {pointer-events: none; background: #d9d9d9; color: #959595; opacity: 0.5; }



/************************************** loading animation **************************************/
.load-wrapp { position: relative; top: -4px; }
.load-wrapp .load .line { display: inline-block; width: 5px; height: 5px; margin: 0 1px; border-radius: 15px; background-color: #ff96b2; }
.load-wrapp .load .line:nth-last-child(1) { animation: loading 0.6s 0.1s linear infinite; }
.load-wrapp .load .line:nth-last-child(2) { animation: loading 0.6s 0.2s linear infinite; }
.load-wrapp .load .line:nth-last-child(3) { animation: loading 0.6s 0.3s linear infinite; }
@keyframes loading {
	0% {	transform: translate(0, 0); }
	50% { transform: translate(0, 5px); }
	100% { transform: translate(0, 0); }
}


.main{display: flex; align-items: center; }
.main p { margin-right: 20px;}
.loading_circle { width: 15px; height: 15px; margin: 10px auto; border: 3px solid #ffffff; border-bottom: 3px solid #e76084; border-radius: 50%; animation: load 1.5s linear infinite; }
@keyframes load { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }





/************************************** scroll bar custom **************************************/
.scroll-section::-webkit-scrollbar {
  width: 4px;  /* 스크롤바의 너비 */
}


.scroll-section::-webkit-scrollbar-thumb {
  height: 10%; /* 스크롤바의 길이 */
  background: #959393; /* 스크롤바의 색상 */
  
  border-radius: 10px;
}

.scroll-section::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);  /*스크롤바 뒷 배경 색상*/
}


@media (max-width: 1400px) {

.date-select-wrap .date-select { margin-bottom: 5px;}
.date-select-wrap .date-select:last-child { margin-bottom: 0px;}

}

