@charset "UTF-8";
/*
==========================================================================
  common
==========================================================================
*/
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  /*ie8이상*/
}

html,
body {
  font-family: "Pretendard", "sans-serif";
  font-weight: 400;
  font-size: 16px;
}

html {
  min-width: 1272px;
}

body {
  background-color: #f6f8fa;
}

input,
button,
textarea,
select,
a {
  outline: none;
  color: inherit;
}

button:focus {
  outline: none !important;
}

p {
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a,
button {
  text-decoration: none;
  -webkit-transition: all 0.12s ease-in;
  transition: all 0.12s ease-in;
}

a:hover,
button:hover {
  -webkit-transition: all 0.12s ease-in;
  transition: all 0.12s ease-in;
  text-decoration: none;
}

a:active {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/*
==========================================================================
  2. Layout
==========================================================================
*/
html,
body {
  height: 100%;
}

header {
  /*position: relative;*/
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 84px;
  z-index: 1010;
  padding-left: 240px;
}

aside {
  /*position: relative;*/
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 240px;
  z-index: 1011;
}

#container {
  min-height: 100%;
  padding-top: 84px;
  padding-left: 240px;
  padding-bottom: 60px;
  position: relative;
}

#container > footer {
  height: 3.75rem;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 240px;
}

#container > footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#container > footer .wrap > p {
  font-size: 0.75rem;
  color: #c5c8d4;
  margin: 0;
}

/*
==========================================================================
  Aside
==========================================================================
*/
aside {
  background-color: #ffffff;
  border-right: 1px solid #eaedf2;
}

aside .top {
  height: 5.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

aside .top > img {
  width: 5.75rem;
}

aside .gnb > * {
  font-family: "NEXON Lv1 Gothic", "sans-serif";
}

aside .gnb > li {
  /*&.active:nth-of-type(3) > a:before {
        background: url("../images/ico_m03_sel.png") center/100% no-repeat;
      }*/
}

aside .gnb > li > a {
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  font-weight: 700;
  color: #c5c8d4;
  padding-top: 0.125rem;
}

aside .gnb > li > a:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.75rem;
  margin-top: -0.125rem;
}

aside .gnb > li.active > a {
  color: #ffffff;
  background-color: #87be10;
}

aside .gnb > li.accord > a::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.875rem;
  background: url("../images/ico_arrow_w8.png") center/100% no-repeat;
  margin-left: auto;
  position: relative;
  top: 0.0625rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all linear 0.1s;
  transition: all linear 0.1s;
}

aside .gnb > li.accord > a.open::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

aside .gnb > li.accord.active > a {
  color: #c5c8d4;
  background-color: #ffffff;
}

aside .gnb > li .sub-item {
  font-size: 0.875rem;
  font-weight: 700;
}

aside .gnb > li .sub-item li > a {
  display: block;
  padding: 0.5rem;
  padding-left: 3.25rem;
  color: #c5c8d4;
}

aside .gnb > li .sub-item li.active > a {
  color: #ffffff;
  background-color: #87be10;
}

aside .gnb > li:nth-of-type(1) > a:before {
  background: url("../images/ico_m01.png") center/100% no-repeat;
}

aside .gnb > li.active:nth-of-type(1) > a:before {
  background: url("../images/ico_m01_sel.png") center/100% no-repeat;
}

aside .gnb > li:nth-of-type(2) > a:before {
  background: url("../images/ico_m02.png") center/100% no-repeat;
}

aside .gnb > li.active:nth-of-type(2) > a:before {
  background: url("../images/ico_m02_sel.png") center/100% no-repeat;
}

aside .gnb > li:nth-of-type(3) > a:before {
  background: url("../images/ico_m03.png") center/100% no-repeat;
}

aside .gnb > li:nth-of-type(4) > a:before {
  background: url("../images/ico_m04.png") center/100% no-repeat;
}

aside .gnb > li.active:nth-of-type(4) > a:before {
  background: url("../images/ico_m04_sel.png") center/100% no-repeat;
}

aside .gnb > li:nth-of-type(5) > a:before {
  background: url("../images/ico_m05.png") center/100% no-repeat;
}

aside .gnb > li.active:nth-of-type(5) > a:before {
  background: url("../images/ico_m05_sel.png") center/100% no-repeat;
}

aside .gnb > li:nth-of-type(6) > a:before {
  background: url("../images/ico_m06.png") center/100% no-repeat;
}

aside .gnb > li.active:nth-of-type(6) > a:before {
  background: url("../images/ico_m06_sel.png") center/100% no-repeat;
}

aside .gnb > li:nth-of-type(7) > a:before {
  background: url("../images/ico_m07.png") center/100% no-repeat;
}

aside .gnb > li.active:nth-of-type(7) > a:before {
  background: url("../images/ico_m07_sel.png") center/100% no-repeat;
}

/*
==========================================================================
  Header
==========================================================================
*/
header {
  border-bottom: 1px solid #eaedf2;
  background-color: #f6f8fa;
}

header > * {
  font-family: "NEXON Lv1 Gothic", "sans-serif";
}

header > .wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 1rem;
  padding-left: 1rem;
}

header > .wrap .title h1 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #2b3259;
}

header > .wrap .title p {
  font-size: 0.875rem;
  font-weight: 700;
  color: #c5c8d4;
}

header > .wrap .myinfo {
  margin-left: auto;
  color: #999ca2;
  background-color: #ffffff;
  border: 1px solid #eaedf2;
  padding: 0.375rem 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  -webkit-transition: background linear 0.2s;
  transition: background linear 0.2s;
}

header > .wrap .myinfo .name {
  font-weight: 700;
  font-size: 0.875rem;
}

header > .wrap .myinfo .date {
  font-size: 0.75rem;
}

header > .wrap .myinfo:hover {
  background-color: #29a569;
  color: #ffffff;
}

/*
==========================================================================
  Footer
==========================================================================
*/
footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

/*
==========================================================================
  section common
==========================================================================
*/
.btn-primary {
  background-color: #87be10;
  border-color: #87be10;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #76a809 !important;
  border-color: #76a809 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-secondary {
  background-color: #29a569;
  border-color: #29a569;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background-color: #20975d !important;
  border-color: #20975d !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-gray {
  background-color: #c5c8d4;
  border-color: #c5c8d4;
  color: #ffffff;
}

.btn-gray:hover, .btn-gray:active, .btn-gray:focus {
  background-color: #999ca2 !important;
  border-color: #999ca2 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #ffffff;
}

.btn-danger {
  background-color: #eb5757;
  border-color: #eb5757;
  color: #ffffff;
}

.btn-danger:hover, .btn-danger:active, .btn-danger:focus {
  background-color: #ce4545 !important;
  border-color: #ce4545 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #ffffff;
}

.form-check input[type="checkbox"] {
  position: relative;
  top: -0.0625rem;
}

.form-check input[type="radio"] {
  position: relative;
  top: -0.0625rem;
  margin-right: 0.25rem;
  width: 0.875rem;
  height: 0.875rem;
}

.btn-xm {
  padding: 0.25rem 0.5rem;
  font-size: 0.725rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.sec-title {
  padding: 1rem;
}

.sec-title > h1 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #2b3259;
}

.sec-title .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  margin-top: 0.125rem;
  font-size: 0.875rem;
}

.sec-title .breadcrumb .breadcrumb-item {
  color: #87be10;
}

.sec-title .breadcrumb .breadcrumb-item.active {
  color: #c5c8d4;
}

.container-fluid {
  padding-left: 1rem;
  padding-right: 1rem;
}

.cellbox {
  background-color: #ffffff;
  border-radius: 0.25rem;
  border: 1px solid #eaedf2;
  margin-bottom: 1rem;
  position: relative;
}

.cellbox .cell-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.5rem;
  padding: 0 1rem;
  border-bottom: 1px solid #eaedf2;
}

.cellbox .cell-title > h2 {
  font-size: 1.25rem;
  font-weight: 400;
  color: #2b3259;
}

.cellbox .cell-title .li-count {
  font-size: 0.75rem;
  color: #c5c8d4;
  margin-left: 0.75rem;
}

.cellbox .cell-title .toolbar {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cellbox .cell-title .toolbar .hidden {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}

.cellbox .cell-title .toolbar select {
  font-size: 0.875rem;
}

.cellbox .cell-title .toolbar .toolbar-btn {
  margin-left: 1rem;
  font-size: 0;
  line-height: 0;
}

.cellbox .cell-title .toolbar .toolbar-btn .btn {
  margin-right: 0.5rem;
}

.cellbox .cell-title .toolbar .toolbar-btn .btn:last-of-type {
  margin-right: 0;
}

.cellbox.searchbox .cell-body .row {
  margin-bottom: 1rem;
}

.cellbox.searchbox .cell-body .row:last-of-type {
  margin-bottom: 0;
}

.cellbox.searchbox .check-option h3 {
  margin-bottom: 0.25rem;
  font-size: 1rem;
  font-weight: 700;
  color: #2b3259;
}

.cellbox.searchbox .check-option label {
  color: #999ca2;
}

.cellbox.searchbox .submit {
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.cellbox.searchbox .copy {
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.copy {
  background-color: #4a90e2;     /* 기본 파란색 */
  border-color: #4a90e2;
  color: white;
}

.copy:hover,
.copy:focus,
.copy:active {
  background-color: #357ab7;     /* hover 시 진파란색 */
}


.cell-body {
  padding: 1rem;
}

.cell-body.empty {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cell-body.empty::before {
  content: url("../images/img_empty_box.png");
  display: block;
  padding-top: 1rem;
}

.cell-body.empty::after {
  content: attr(aria-result);
  padding-bottom: 1rem;
  opacity: 0.4;
}

.cell-body .form-group > * {
  color: #545a79;
}

.cell-body .form-group .invalid {
  font-size: 0.6875rem;
  color: #eb5757;
  margin-top: 0.1875rem;
}

.cell-body .form-group > label {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #2b3259;
}

.cell-body .form-group .form-control:disabled {
  background-color: #f6f8fa;
  color: #c5c8d4;
}

.cell-body .form-group p.string {
  font-size: 1rem;
  color: #999ca2;
}

.cell-body .form-group .admin-memo {
  border-color: #c5c8d4;
  width: 100%;
  padding: 0.5rem;
  resize: none;
  border-radius: 0.25rem;
}

.cell-body.tablebox {
  padding: 0;
}

.cell-body .view-title {
  margin: -1rem -1rem 0 -1rem;
  background-color: #f7f8f8;
  padding: 1rem;
  border-bottom: 1px solid #e0e4e5;
  margin-bottom: 1rem;
  position: relative;
}

.cell-body .view-title h4 {
  line-height: 1.3;
  margin-bottom: 8px;
}

.cell-body .view-title .info {
  font-size: 0;
  line-height: 0;
}

.cell-body .view-title .info li {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #6f767d;
}

.cell-body .view-title .info li::after {
  content: "·";
  padding: 0 8px;
}

.cell-body .view-title .info li:last-child::after {
  content: none;
}

.cell-body .view-title > span {
  display: inline-block;
  padding: 0.25rem 0.7rem;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  border-radius: 1rem;
  margin-top: 10px;
}

.cell-body .btn-group-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cell-body .btn-group-wrap .essen-group {
  margin-left: auto;
}

.view-editor {
  line-height: 1.4;
}

.view-btn-group {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.view-btn-group .essen-group {
  margin-left: auto;
}

.view-btn-group .addi-group {
  margin-right: auto;
}

.view-toolbar {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.form-control::-webkit-input-placeholder {
  color: #cdd2d5;
}

.form-control:-ms-input-placeholder {
  color: #cdd2d5;
}

.form-control::-ms-input-placeholder {
  color: #cdd2d5;
}

.form-control::placeholder {
  color: #cdd2d5;
}

.flex-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table {
  font-size: 0.8125rem;
  border-bottom: 1px solid #eaedf2;
}

.table td,
.table th {
  padding: 0.6rem 0.7rem;
  color: #999ca2;
  border-top: 1px solid #eaedf2;
  word-break: break-all;
}

.table thead th {
  color: #2b3259;
  border-top: none;
  border-bottom: 1px solid #eaedf2;
  background-color: #f6f8fa;
}

.table thead th.sort {
  cursor: pointer;
}

.table thead th.sort.asc::after {
  content: url("../images/ico_asc_sm.png");
  display: inline-block;
  margin-left: 2px;
  position: relative;
  top: 3px;
}

.table thead th.sort.desc::after {
  content: url("../images/ico_desc_sm.png");
  display: inline-block;
  margin-left: 2px;
  position: relative;
  top: 3px;
}

.table tbody td {
  cursor: pointer;
}

.table tbody td.danger {
  color: #eb5757;
}

.table tbody td .flag {
  display: inline-block;
  padding: 0.125rem 0.75rem;
  font-size: 0.625rem;
  color: #ffffff;
  background-color: #87be10;
  border-radius: 0.75rem;
  font-weight: 600;
}

.table tbody td .flag::before {
  content: attr(data-state);
}

.page-wrap {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-wrap .pagination {
  font-size: 0.8125rem;
  font-weight: 600;
}

.page-wrap .pagination .page-item.active {
  pointer-events: none;
}

.page-wrap .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #87be10;
  border-color: #87be10;
}

.page-wrap .pagination .page-item .page-link {
  color: #87be10;
}

/* switch */
.switch-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.switch-group > .label {
  margin: 0;
  color: #9ba6ac;
  margin-right: 8px;
  line-height: 1;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 32px;
  margin-bottom: 0;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #9ba6ac;
  border-radius: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 28px;
  width: 28px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch input:checked + .slider {
  background-color: #06b6ce;
}

.switch input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #06b6ce;
          box-shadow: 0 0 1px #06b6ce;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(28px);
  transform: translateX(28px);
}

.row.col-half {
  margin-left: -8px;
  margin-right: -8px;
}

.row.col-half .col-1,
.row.col-half .col,
.row.col-half .col-2,
.row.col-half .col-3,
.row.col-half .col-4,
.row.col-half .col-5,
.row.col-half .col-6,
.row.col-half .col-7,
.row.col-half .col-8,
.row.col-half .col-9,
.row.col-half .col-10,
.row.col-half .col-11 {
  padding-left: 8px;
  padding-right: 8px;
}

.input-date {
  width: 11.25rem;
}

.input-date .input-group-text {
  font-size: 0;
  line-height: 0;
}

.input-date .input-group-text::before {
  content: url("../images/ico_calendar_md.png");
  display: inline-block;
}

.date-period {
  font-size: 0;
  line-height: 0;
}

.date-period > a.btn {
  margin-left: 0.5rem;
  border: 1px solid #ced4da;
}

/*
==========================================================================
  Tab
==========================================================================
*/
.tab-wrap {
  border-bottom: 1px solid #e0e4e5;
  padding: 0 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.tab {
  font-size: 0;
  line-height: 0;
}

.tab .tab-item {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  color: #999ca2;
  padding: 0.625rem 1.5rem;
  cursor: pointer;
}

.tab .tab-item.select {
  color: #87be10;
  border-bottom: 2px solid #87be10;
  cursor: default;
}

.tab .tab-item::before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.1875rem;
  background-color: #999ca2;
  position: relative;
  top: -0.1875rem;
  margin-right: 0.25rem;
}

.tab .tab-item.select::before {
  background-color: #87be10;
}

/*
==========================================================================
  Chart
==========================================================================
*/
.chart-wrap .period {
  margin-bottom: 1rem;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.chart-wrap .period > .btn {
  font-size: 0.75rem;
  background-color: #ffffff;
  border: 1px solid #eaedf2;
  color: #c5c8d4;
  margin-left: 0.25rem;
}

.chart-wrap .period > .btn.select {
  background-color: #87be10;
  border-color: #87be10;
  color: #ffffff;
}

.chart-wrap .row .col-6:first-of-type {
  padding-right: 0.4375rem;
}

.chart-wrap .row .col-6:last-of-type {
  padding-left: 0.4375rem;
}

.chart-wrap .row .cell-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.chart-wrap .row .cell-body .label {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 0.35rem;
}

.chart-wrap .row .cell-body .label > li {
  width: 5rem;
  height: 1.77rem;
  font-size: 0.625rem;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.875rem;
  letter-spacing: -0.0325rem;
  color: #999ca2;
}

.chart-wrap .row .cell-body .canvas-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  height: 20rem;
}

.chart-wrap .row .cell-body .canvas-wrap > canvas {
  position: absolute;
  left: 0;
  right: 0;
}

/*
==========================================================================
  Dashboard Card
==========================================================================
*/
.count-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.5rem;
  margin-bottom: 2rem;
}

.count-card .item {
  background-color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  min-width: 20rem;
  border: 1px solid #eaedf2;
  border-radius: 0.25rem;
  padding: 1rem;
  margin: 0.5rem;
}

.count-card.institution .item {
-ms-flex: 1 1 45%;
         flex: 1 1 45%;	
}

.count-card .item h4 {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.count-card .item .count {
  font-family: "NEXON Lv1 Gothic", "sans-serif";
  font-size: 1.375rem;
  font-weight: 300;
  color: #29a569;
  text-align: right;
}

.count-card .item .count::after {
  content: attr(data-unit);
  font-size: 1rem;
  font-weight: 700;
  color: #2b3259;
}

/*
==========================================================================
  User info
==========================================================================
*/
.user-info-basic span.user-address {
  color: #9ba6ac;
}

.user-info-basic .user-name .flag {
  display: inline-block;
  padding: 0.125 rem 0.75 rem;
  font-size: 0.625rem;
  color: #ffffff;
  background-color: #87be10;
  border-radius: 0.75 rem;
  font-weight: 600;
}

.user-info-basic .user-name .flag[data-state="활성"] {
  background-color: #29a569;
}

.user-info-basic .user-name .flag[data-state="비활성"] {
  background-color: #ffb800;
}

.user-info-basic .user-name .flag[data-state="탈퇴"] {
  background-color: #999ca2;
}

.user-info-basic .user-name .flag::before {
  content: attr(data-state);
}

.user-info-basic .user-description {
  font-size: 0.875rem;
  line-height: 1.4;
  max-width: 37.5rem;
  margin: 0;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

/*
==========================================================================
  Organ info
==========================================================================
*/
.organ-info-basic .organ-name {
  font-size: 1.125rem;
  font-weight: 700;
}

.organ-info-basic .info-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}

.organ-info-basic .info-view .img-frame {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 22rem;
  height: 18rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #c5c8d4;
  background-image: url("../images/ico_organ_pic_default.png");
  margin-right: 1rem;
}

.organ-info-basic .info-view .txt-group {
  color: #555555;
}

.organ-info-basic .info-view .txt-group p {
  margin-bottom: 0.375rem;
}

.organ-info-basic .info-view .txt-group p::before {
  content: attr(data-key) " : ";
  color: #2b3259;
  font-weight: 700;
}

.organ-info-basic .info-view .txt-group p.description::before {
  content: none;
}

.organ-info-basic .info-view .txt-group p:last-of-type {
  margin-bottom: 0;
}

.organ-img-preview {
  width: 22rem;
  height: 18rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #c5c8d4;
  background-image: url("../images/ico_organ_pic_default.png");
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.organ-img-preview > input[type="file"] {
  display: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}

.organ-img-preview .btn-file {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  font-size: 0.6875rem;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 0.25rem;
  padding: 0.25rem 1rem;
  color: #ffffff;
}

.form-group label.required::after {
  content: "*";
  color: #10b2bb;
  margin-left: 0.25rem;
}

.form-group .description {
  height: 14rem;
}

.form-group .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-group .select-days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-group .select-days .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0.25rem;
}

.form-group .select-days .item:last-of-type {
  margin-right: 0;
}

.form-group .select-days .item label {
  position: relative;
  width: 100%;
  margin: 0;
}

.form-group .select-days .item label > input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}

.form-group .select-days .item label > input + span {
  display: inline-block;
  border: 1px solid #e0e4e5;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  width: 100%;
  text-align: center;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  cursor: pointer;
}

.form-group .select-days .item label > input:checked + span {
  background-color: #87be10;
  color: #ffffff;
}

.button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*
==========================================================================
  Program info
==========================================================================
*/
.program-info-basic .program-name {
  font-size: 1.125rem;
  font-weight: 700;
}

.program-info-basic .program-name[data-state]::after {
  content: attr(data-state);
  display: inline-block;
  margin-left: 0.25rem;
  font-size: 0.6875rem;
  font-weight: 600;
  padding: 0.125rem 0.75rem;
  color: #ffffff;
  position: relative;
  top: -0.125rem;
  background-color: #c5c8d4;
}

.program-info-basic .program-name[data-state="모집중"]::after {
  background-color: #87be10;
}

.program-info-basic .program-name[data-state="마감"]::after {
  background-color: #10b2bb;
}

.program-info-basic .program-name[data-state="진행중"]::after {
  background-color: #29a569;
}

.program-info-basic .program-name[data-state="완료"]::after {
  background-color: #999ca2;
}

.program-info-basic .info-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}

.program-info-basic .info-view .txt-group {
  color: #555555;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 1rem;
}

.program-info-basic .info-view .txt-group:last-of-type {
  margin-right: 0;
}

.program-info-basic .info-view .txt-group p {
  margin-bottom: 0.375rem;
}

.program-info-basic .info-view .txt-group p > a {
  color: #10b2bb;
  text-decoration: underline;
}

.program-info-basic .info-view .txt-group p > a:hover {
  color: #169ea5;
}

.program-info-basic .info-view .txt-group p::before {
  content: attr(data-key) " : ";
  color: #2b3259;
  font-weight: 700;
}

.program-info-basic .info-view .txt-group p:last-of-type {
  margin-bottom: 0;
}

.program-info-basic .organ-profile {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.program-info-basic .organ-profile > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.program-info-basic .organ-profile > a:hover {
  opacity: 0.6;
  color: inherit;
}

.program-info-basic .organ-profile .profile-img {
  width: 3rem;
  height: 3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  background-image: url("../images/ico_organ_pic_default.png");
  background-color: #c5c8d4;
  margin-right: 0.5rem;
}

.program-info-basic .organ-profile .organ-name {
  font-size: 1.125rem;
  font-weight: 600;
}

.program-info-basic.video-view .description {
  margin-top: 1rem;
}

.program-info-basic.video-view .description > .label {
  font-weight: 700;
  display: block;
  margin-bottom: 0.25rem;
  color: #2b3259;
}

.program-info-basic.video-view .thumb-image {
  display: block;
  width: 15rem;
  height: auto;
  margin-bottom: 1rem;
}

.form-check.disabled {
  opacity: 0.3;
  pointer-events: none;
}

/*
==========================================================================
  Video
==========================================================================
*/
.view-video-wrap .respond-frame {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.view-video-wrap .respond-frame > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
==========================================================================
  테이블 스타일
==========================================================================
*/
.table.board thead tr th:nth-of-type(2) {
  width: 12%;
}

.table.board thead tr th:nth-of-type(3) {
  width: 8rem;
}

.table.board thead tr th:nth-of-type(4) {
  width: 9.25rem;
}

.table.board tbody tr td:nth-of-type(1) {
  cursor: -webkit-grab;
  cursor: grab;
}

.table.board tbody tr td:nth-of-type(1)::before {
  content: "";
  display: inline-block;
  height: 0.875rem;
  width: 0.375rem;
  position: relative;
  top: 0.125rem;
  background: url("../images/img_drag_point.png") center/100% no-repeat;
  margin-right: 0.25rem;
}

.table.board tbody tr.ondrag {
  background-color: #f6f8fa;
  opacity: 0.5;
}

.table.user-list {
  table-layout: fixed;
}

.table.user-list.state thead tr th:nth-of-type(8) {
  width: 5rem;
}

.table.user-list.state tbody td > button {
  font-size: 0.6875rem;
  font-weight: 700;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  height: 1.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.table.user-list.state tbody td > button.btn-confirm {
  background-color: #87be10;
}

.table.user-list.state tbody td > button.btn-cancel {
  background-color: #c5c8d4;
}

.table.user-list thead tr th:nth-of-type(2) {
  min-width: 9rem;
  width: 15%;
}

.table.user-list thead tr th:nth-of-type(3) {
  min-width: 8rem;
  width: 15%;
}

.table.user-list thead tr th:nth-of-type(4) {
  width: 7rem;
}

.table.user-list thead tr th:nth-of-type(5) {
  width: 9.75rem;
}

.table.user-list thead tr th:nth-of-type(6) {
  width: 9.75rem;
}

.table.user-list thead tr th:nth-of-type(7) {
  width: 6rem;
}

.table.user-list tbody tr td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table.user-list tbody tr td .flag[data-state="활성"] {
  background-color: #10b2bb;
}

.table.user-list tbody tr td .flag[data-state="비활성"] {
  background-color: #ffb800;
}

.table.history-login {
  table-layout: fixed;
}

.table.history-login thead tr th:nth-of-type(4) {
  width: 7rem;
}

.table.history-login thead tr th:nth-of-type(5) {
  width: 9.75rem;
}

.table.history-login tbody tr td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table.history-program,
.table.history-video {
  table-layout: fixed;
}

.table.history-program thead tr th:nth-of-type(1),
.table.history-video thead tr th:nth-of-type(1) {
  width: 16rem;
}

.table.history-program thead tr th:nth-of-type(2),
.table.history-video thead tr th:nth-of-type(2) {
  width: 10rem;
}

.table.history-program thead tr th:nth-of-type(4),
.table.history-video thead tr th:nth-of-type(4) {
  width: 7rem;
}

.table.history-program thead tr th:nth-of-type(5),
.table.history-video thead tr th:nth-of-type(5) {
  width: 7rem;
}

.table.history-program thead tr th:nth-of-type(6),
.table.history-video thead tr th:nth-of-type(6) {
  width: 9.75rem;
}

.table.history-program tbody tr td,
.table.history-video tbody tr td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table.user-program {
  table-layout: fixed;
}

.table.user-program thead tr th:nth-of-type(1) {
  width: 4.375rem;
}

.table.user-program thead tr th:nth-of-type(3) {
  min-width: 7rem;
  width: 12%;
}

.table.user-program thead tr th:nth-of-type(4) {
  width: 4.375rem;
}

.table.user-program thead tr th:nth-of-type(5) {
  width: 7rem;
}

.table.user-program thead tr th:nth-of-type(6) {
  width: 11rem;
}

.table.user-program thead tr th:nth-of-type(7) {
  width: 11rem;
}

.table.user-program tbody tr td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table.organ-list {
  table-layout: fixed;
}

.table.organ-list thead tr th:nth-of-type(1) {
  width: 17%;
  min-width: 15rem;
}

.table.organ-list thead tr th:nth-of-type(2) {
  min-width: 26rem;
  width: 20%;
}

.table.organ-list thead tr th:nth-of-type(4) {
  width: 9.75rem;
}

.table.organ-list thead tr th:nth-of-type(5) {
  width: 9.75rem;
}

.table.organ-list tbody tr td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table.organ-program {
  table-layout: fixed;
}

.table.organ-program thead tr th:nth-of-type(1) {
  width: 4.5rem;
}

.table.organ-program thead tr th:nth-of-type(3) {
  width: 4.5rem;
}

.table.organ-program thead tr th:nth-of-type(4) {
  width: 8rem;
}

.table.organ-program thead tr th:nth-of-type(5) {
  width: 11rem;
}

.table.organ-program thead tr th:nth-of-type(6) {
  width: 11rem;
}

.table.organ-program tbody tr td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table.organ-wanted {
  table-layout: fixed;
}

.table.organ-wanted thead tr th:nth-of-type(1) {
  width: 4.5rem;
}

.table.organ-wanted thead tr th:nth-of-type(3) {
  width: 4.5rem;
}

.table.organ-wanted thead tr th:nth-of-type(4) {
  width: 8rem;
}

.table.organ-wanted thead tr th:nth-of-type(5) {
  width: 11rem;
}

.table.organ-wanted tbody tr td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table.admin-wanted {
  table-layout: fixed;
}

.table.admin-wanted thead tr th:nth-of-type(1) {
  width: 4.5rem;
}

.table.admin-wanted thead tr th:nth-of-type(3) {
  width: 17%;
}

.table.admin-wanted thead tr th:nth-of-type(4) {
  width: 4.5rem;
}

.table.admin-wanted thead tr th:nth-of-type(5) {
  width: 8rem;
}

.table.admin-wanted thead tr th:nth-of-type(6) {
  width: 11rem;
}

.table.admin-wanted tbody tr td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table.video-list {
  table-layout: fixed;
}

.table.video-list thead tr th:nth-of-type(1) {
  width: 14rem;
}

.table.video-list thead tr th:nth-of-type(3) {
  width: 6rem;
}

.table.video-list thead tr th:nth-of-type(4) {
  width: 7.5rem;
}

.table.video-list thead tr th:nth-of-type(5) {
  width: 7.5rem;
}

.table.video-list thead tr th:nth-of-type(6) {
  width: 9.75rem;
}

.table.video-list tbody tr td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.table.video-list tbody tr td:nth-of-type(1) > img {
  width: 11.5rem;
  height: auto;
}

.table.menu thead th {
  min-width: 18%;
  border-right: 1px solid #eaedf2;
  text-align: center;
}

.table.menu thead th:last-of-type {
  border-right: 0;
}

.table.menu thead th:nth-of-type(1) {
  width: 100px;
}

.table.menu tbody th,
.table.menu tbody td {
  vertical-align: middle;
  border-right: 1px solid #eaedf2;
}

.table.menu tbody th {
  text-align: center;
  color: #545a79;
}

.table.menu tbody td {
  padding: 0;
}

.table.menu tbody td:last-of-type {
  border-right: 0;
}

.table.menu tbody td > textarea {
  border: none;
  width: 100%;
  height: 100%;
  resize: none;
  padding: 0.75rem;
  overflow: hidden;
  height: 10rem;
}

/*
==========================================================================
  가입 URL 관리
==========================================================================
*/
.signURL-wrap .signURL-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.signURL-wrap .signURL-input input.form-control {
  color: #999ca2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.signURL-wrap .signURL-input .btn {
  margin-left: 0.5rem;
}

.signURL-wrap p.timer {
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  color: #999ca2;
}

.signURL-wrap p.timer > span {
  color: #eb5757;
  font-weight: 700;
}

.table.approval thead th:nth-of-type(1) {
  width: 20%;
}

.table.approval thead th:nth-of-type(8) {
  width: 4rem;
}

.table.approval thead th:nth-of-type(9) {
  width: 4rem;
}

.table.approval tbody td {
  vertical-align: middle;
}

.table.approval tbody td > select.form-control {
  font-size: 0.8125rem;
}

.table.approval tbody td > .btn {
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
}

/*
==========================================================================
   10. 문의하기 관리
==========================================================================
*/
.table.qna tbody tr {
  cursor: pointer;
}

.table.qna thead tr th:nth-of-type(1) {
  min-width: 154px;
}

.table.qna thead tr th:nth-of-type(2) {
  min-width: 150px;
}

.table.qna thead tr th:nth-of-type(4) {
  min-width: 120px;
}

.table.qna thead tr th:nth-of-type(5) {
  min-width: 100px;
}

.table.qna thead tr th:nth-of-type(6) {
  min-width: 80px;
}

.table.qna td span {
  display: inline-block;
  padding: 0.25rem 0.7rem;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  border-radius: 1rem;
}

span.answer-comp {
  background-color: #8f9bfa;
}

span.answer-comp::before {
  content: "등록";
}

span.answer-incomp {
  background-color: #de8ffa;
}

span.answer-incomp::before {
  content: "미등록";
}

span.state-comp {
  background-color: #06b6ce;
}

span.state-comp::before {
  content: "완료";
}

span.state-incomp {
  background-color: #f18143;
}

span.state-incomp::before {
  content: "접수";
}

/*
==========================================================================
   11. 업데이트 관리
==========================================================================
*/
.update .view-title .switch-group {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -16px;
}

.update .view-title .switch-group.hide {
  display: none;
}

/*
==========================================================================
   12. 약관 관리
==========================================================================
*/
.table.terms tbody tr {
  cursor: pointer;
}

/*
==========================================================================
   13. 관리자 관리
==========================================================================
*/
.table.admin tbody td {
  vertical-align: middle;
}

.admin-powerset {
  border: 1px solid #e0e4e5;
  background-color: #fff;
}

.admin-powerset > li > .form-check {
  width: 100%;
  padding: 8px 16px;
  border-bottom: 1px solid #e0e4e5;
}

.admin-powerset > li:last-child > .form-check {
  border-bottom: none;
}

.admin-powerset > li > .sub {
  background-color: #f5f6fa;
}

.admin-powerset > li > .sub li {
  border-bottom: 1px solid #e0e4e5;
  padding: 8px 16px;
  padding-left: 32px;
}

/*
==========================================================================
   14. 회원 관리
==========================================================================
*/
.table.user tbody > tr > td:nth-of-type(6)[data-gender="남"] {
  color: #0275d8;
}

.table.user tbody > tr > td:nth-of-type(6)[data-gender="여"] {
  color: #d9534f;
}

.table.user tbody > tr > td:nth-of-type(6)::after {
  content: attr(data-gender);
}

.table.user td span {
  display: inline-block;
  padding: 0.25rem 0.7rem;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  border-radius: 1rem;
}

span.active {
  background-color: #06b6ce;
}

span.active::before {
  content: "활성";
}

span.withdraw {
  background-color: #9ba6ac;
}

span.withdraw::before {
  content: "탈퇴";
}

.table.user tbody > tr {
  cursor: pointer;
}

.user-info-basic {
  padding: 16px 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.user-info-basic > span {
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.3;
}

.user-info-basic > ul {
  margin-bottom: 8px;
}

.user-info-basic > ul li {
  display: inline-block;
  font-size: 16px;
  line-height: 1.3;
  color: #9ba6ac;
}

.user-info-basic > ul li::after {
  content: "·";
  margin: 0 8px;
}

.user-info-basic > ul li:last-child::after {
  content: none;
}

.user-photo {
  display: block;
  margin: 0 auto;
  margin-bottom: 16px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #dcdde7 url("../images/ico_user_pic_default.png") no-repeat;
  background-position: top;
  background-size: cover;
  color: inherit;
}

span.user-name {
  font-size: 20px;
  font-weight: 700;
  position: relative;
}

span.user-name > span {
  display: inline-block;
  padding: 0.25rem 0.7rem;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  border-radius: 1rem;
  position: absolute;
  top: 2px;
  margin-left: 8px;
}

.user-info-basic > ul li.user-gender::after {
  content: attr(data-gender);
}

.user-info-basic > ul li.user-gender[data-gender="남"] {
  color: #0275d8;
}

.user-info-basic > ul li.user-gender[data-gender="여"] {
  color: #d9534f;
}

span.user-signup-date,
span.user-log-date,
span.user-withdraw-date {
  color: #9ba6ac;
}

.user-meas-date {
  margin-top: 24px;
}

.user-data h3 {
  text-align: center;
  color: #6f767d;
  margin-bottom: 16px;
}

.user-data h3::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 8px;
}

.user-data.weekly h3::before {
  content: url("../images/img_weekly.png");
}

.user-data.multi h3::before {
  content: url("../images/img_multi.png");
}

.user-data.cleaning h3::before {
  content: url("../images/img_cleaning.png");
}

.user-data.moisture h3::before {
  content: url("../images/img_moisture.png");
}

.user-data.sensitivity h3::before {
  content: url("../images/img_sensitivity.png");
}

.user-data.pigmentation h3::before {
  content: url("../images/img_pigmentation.png");
}

.user-data.blackhead h3::before {
  content: url("../images/img_blackhead.png");
}

.user-data.skintone h3::before {
  content: url("../images/img_skintone.png");
}

.user-data .count-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.user-data .count-wrap > div {
  text-align: center;
}

.user-data .count-wrap p {
  font-family: "Roboto", "Noto Sans KR", "sans-serif";
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.03rem;
  margin: 0;
}

.user-data .count-wrap span {
  font-size: 14px;
  color: #9ba6ac;
}

.user-data .count-wrap .number p {
  color: #2f82ff;
}

.user-data .count-wrap .average p {
  color: #00aee5;
}

/*
==========================================================================
   15. 통계
==========================================================================
*/
.row-chart .cell-body {
  min-height: 280px;
  max-height: 320px;
}

.table.anal-user thead th {
  width: 25%;
}

.table.anal-user tbody th {
  text-align: center;
}

.table.anal-user thead th,
.table.anal-user tbody td {
  text-align: right;
}

.table.anal-test thead th {
  width: 11.11%;
  letter-spacing: -0.08rem;
}

.table.anal-test tbody th {
  text-align: center;
}

.table.anal-test thead th,
.table.anal-test tbody td {
  text-align: right;
}

.countchart-item.cellbox .cell-body {
  min-height: auto;
  max-height: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.countchart-item.cellbox .cell-body h3 {
  margin-bottom: 16px;
}

.countchart-item.cellbox .cell-body .d-flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.countchart-item.cellbox .cell-body span {
  font-family: "Roboto", "Noto Sans KR", "sans-serif";
  font-size: 42px;
  font-weight: 300;
  color: #54a2e5;
}

.countchart-item.cellbox .cell-body span::after {
  content: "명";
  font-size: 20px;
  color: #515962;
  font-weight: 400;
}

.countchart-item.cellbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*
==========================================================================
   99. Modal
==========================================================================
*/
.modal-body {
  background-color: #f5f6fa;
}

.modal-body > p {
  margin-bottom: 8px;
}

.modal-body > p:last-of-type {
  margin-bottom: 0;
}

.modal-body p.strong {
  font-weight: 500;
}

.modal-body p span {
  color: #8691a1;
}

.modal-body span.option {
  font-size: 12px;
  color: #9ba6ac;
}

.modal-body .form-control,
.custom-file-label {
  color: #6f767d;
}

.modal-body .datepicker-container {
  z-index: 3000 !important;
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 980px;
  }
}

.modal-xl {
  min-width: 980px;
}

/*
==========================================================================
   00.
==========================================================================
*/
.load-snippets {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.load-snippets > span {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}

#circle2 {
  /*display: block;
    position: absolute;
    top: 50%;
    left: 50%;*/
  height: 50px;
  width: 50px;
  /*margin: -25px 0 0 -25px;*/
  border: 4px rgba(255, 255, 255, 0.25) solid;
  border-top: 4px #fff solid;
  border-radius: 50%;
  margin-bottom: 8px;
  -webkit-animation: spin2 1s infinite linear;
  animation: spin2 1s infinite linear;
}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#dots1 {
  display: block;
  /*position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;*/
  height: 30px;
  width: 60px;
  position: relative;
}

#dots1 span {
  position: absolute;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  -webkit-animation: dots1 1s infinite ease-in-out;
  animation: dots1 1s infinite ease-in-out;
}

#dots1 span:nth-child(1) {
  left: 0px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#dots1 span:nth-child(2) {
  left: 15px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

#dots1 span:nth-child(3) {
  left: 30px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#dots1 span:nth-child(4) {
  left: 45px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@keyframes dots1 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: rgba(255, 255, 255, 0.25);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    background: #ffffff;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: rgba(255, 255, 255, 0.25);
  }
}

@-webkit-keyframes dots1 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: rgba(255, 255, 255, 0.25);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    background: #ffffff;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: rgba(255, 255, 255, 0.25);
  }
}

/*
==========================================================================
Login
==========================================================================
*/
.login-wrap {
  width: 100vw;
  height: 100vh;
  background-color: #2b3a09;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-wrap > * {
  font-family: "NEXON Lv1 Gothic", "sans-serif";
}

.login-wrap .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: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.login-wrap .box > img {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-bottom: 1.75rem;
}

.login-wrap .box > h2 {
  font-weight: 700;
  font-size: 1.125rem;
  color: #ffffff;
  opacity: 0.7;
  margin-bottom: 3.25rem;
}

.login-wrap .box .form-input {
  height: 2.125rem;
  border-radius: 0;
  border: 0;
  display: block;
  width: 15rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.125rem;
}

.login-wrap .box .form-input[type="password"] {
  margin-bottom: 0;
}

.login-wrap .box .btn-submit {
  margin-top: 1.5rem;
  height: 2.5rem;
  width: 15rem;
  border: 0;
  background-color: #87be10;
  padding-top: 0.1875rem;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
}

.login-wrap .box .btn-submit:active, .login-wrap .box .btn-submit:focus {
  outline: none;
}

.login-wrap .box .btn-submit:hover {
  background-color: #76a809;
}

.login-wrap .box .invalid {
  margin-top: 0.25rem;
  text-align: center;
  display: none;
}

.login-wrap .box .invalid > span {
  font-size: 0.75rem;
  font-weight: 400;
  color: #29a569;
}

.login-wrap .box .invalid.show {
  display: block;
}

.login-wrap .box .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  padding-top: 0.375rem;
  margin-bottom: 0;
}

.login-wrap .box .form-check .form-check-input {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  position: relative;
  top: -0.0625rem;
  cursor: pointer;
}

.login-wrap .box .form-check .form-check-label {
  font-size: 0.875rem;
  margin-left: 0.25rem;
}

.login-wrap .box .label {
  font-size: 0.9375rem;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.login-wrap .box .form-wrap-auth {
  position: relative;
}

.login-wrap .box .form-wrap-auth > .count {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translate(0, -47%);
          transform: translate(0, -47%);
  font-size: 0.75rem;
  color: #eb5757;
}

.login-wrap .box .form-wrap-auth > .form-input {
  padding-right: 2.5rem;
  margin-bottom: 0;
}

.login-wrap .box .description {
  width: 15rem;
  margin-top: 0.5rem;
}

.login-wrap .box .description p {
  font-size: 0.6875rem;
  color: #ffffff;
  opacity: 0.6;
  margin-bottom: 0.375rem;
}

.login-wrap .box .description p:last-of-type {
  margin-bottom: 0;
}

.login-wrap .box .description p > a {
  margin-left: 0.5rem;
  text-decoration: underline;
}

.login-wrap footer {
  color: #ffffff;
}

.login-wrap footer h5 {
  font-size: 0.8125rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.login-wrap footer a.mail {
  font-size: 0.75rem;
  color: #ffffff;
  opacity: 0.6;
  margin-bottom: 1rem;
}

.login-wrap footer a.mail:hover {
  opacity: 1;
}

.login-wrap footer .copyright {
  font-size: 0.75rem;
}

.fc-daygrid-dot-event .fc-event-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tag-view {
  font-family: "NEXON Lv1 Gothic", "sans-serif";
  margin-top: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tag-view .item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.75rem;
  background-color: #999ca2;
  color: #ffffff;
  margin-top: 0.125rem;
  margin-right: 0.125rem;
}

.tag-view .item > a.del {
  display: inline-block;
  margin-left: 0.25rem;
}

.tag-view .item > a.del:hover {
  color: #ffffff;
  opacity: 0.6;
}

.tag-view.download .item {
  padding: 0;
  background-color: transparent;
}

.tag-view.download .item > a {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #c5c8d4;
}

.tag-view.download .item > a:hover {
  color: #ffffff;
  background-color: #999ca2;
}

div.input-file {
  position: relative;
}

div.input-file input[type="file"] {
  display: none;
  position: absolute;
  top: 0;
  height: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}

.viewer-wrap {
  font-size: 12pt;
  line-height: inherit;
}

.viewer-wrap ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1rem;
}

.viewer-wrap ul ul {
  list-style-type: circle;
}

.viewer-wrap ul ul ul {
  list-style-type: square;
}

.viewer-wrap ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 2rem;
}

.editor-container {
  background-color: #ffffff;
  margin-bottom: 1rem;
}

.modal-dialog .modal-title {
  color: #2b3259;
}

.modal-dialog .modal-body .byte-count {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #999ca2;
  text-align: right;
}

.modal-dialog .modal-body p.target {
  color: #999ca2;
}

.modal-dialog .modal-body .form-wrap-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.modal-dialog .modal-body .form-wrap-flex > span {
  display: inline-block;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.modal-dialog .modal-body .form-wrap-flex .form-control {
  width: auto;
  padding-left: 1rem;
}
