@charset "UTF-8";
.divider {
  height: 8px;
  background-color: #f8f9fa; }

.relative {
  position: relative; }

.inner {
  padding: 0 15px; }

  .inner.padding24{
    padding: 0 24px; }

.mobile {
  display: none; }

.ic {
  display: inline-block;
  vertical-align: middle; }

label {
  display: inline-block;
  vertical-align: middle;
  line-height: 1; }

.clearfix:after {
  content: "";
  display: block;
  position: absolute; }

.ml5 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.mt10 {
  margin-top: 10px; }

.mt30 {
  margin-top: 20px; }

.mt40 {
  margin-top: 40px; }

.pt10 {
  padding-top: 10px; }

.pt40 {
  padding-top: 40px; }

.ic {
  display: inline-block;
  vertical-align: middle;
  font-size: 0; }

.overlay:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 500; }

.overlay2:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  z-index: 550; }

/** 검색어 하이라이트 **/
.f_red {
  color: #ff3333; }

.input-box {
  position: relative; }
  .input-box.with-del input {
    padding: 0 44px 0 12px; }
  .input-box.with-del .del-btn {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../img/upload_del@3x.png") no-repeat center/cover; }
  .input-box input {
    height: 40px;
    /*border: 1px solid #dee2e6;*/
    padding: 0 12px;
    font-size: 16px;
    line-height: 22px;
    outline: none;
    width: 100%;
    border-radius: 4px; }
    .input-box input:focus {
      border: 1px solid #3182f6; }
    .input-box input::placeholder {
      color: #adb5bd; }

.textarea-box textarea {
  border-radius: 4px;
  resize: none;
  height: 168px;
  border: 1px solid #dee2e6;
  padding: 17px 12px;
  font-size: 16px;
  line-height: 22px;
  outline: none;
  width: 100%; }
  .textarea-box textarea::placeholder {
    color: #adb5bd; }

.btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px; }
  .btn .full {
    width: 100%; }
  .btn.big {
    width: 145px;
    line-height: 52px;
    font-size: 20px;
    letter-spacing: -0.8px; }
  .btn.main_col {
    background-color: #3182f6;
    color: #fff; }
  .btn.negative_col {
    background-color: #6d747a;
    color: #fff; }

.btn.chkBtn {
  width: 75px;
  line-height: 34px;
  font-size: 15px;
  color: #ffffff;
  padding: 0 11px;
  background: #515461 url("../img/ic_chk_arrow.png") no-repeat center right 9px; }

article.spinner {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  line-height: 56px;
  display: inline-block;
  vertical-align: middle; }
  article.spinner .spinnerTxt {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    opacity: 0.5;
    line-height: 24px;
    padding-right: 4px; }
  article.spinner .spinnerBox {
    display: inline-block;
    vertical-align: middle; }
    article.spinner .spinnerBox a {
      display: inline-block;
      vertical-align: middle;
      width: 24px;
      height: 24px; }
      article.spinner .spinnerBox a.minus {
        background: url("../img/ic_spinner_minus.png") no-repeat center/cover; }
      article.spinner .spinnerBox a.plus {
        background: url("../img/ic_spinner_plus.png") no-repeat center/cover; }
    article.spinner .spinnerBox input {
      display: inline-block;
      vertical-align: middle;
      height: 24px;
      width: 42px;
      box-shadow: inset 0 1px 0 0 #dddddd, inset 0 -1px 0 0 #dddddd;
      font-size: 11px;
      text-align: center;
      font-weight: 500; }

article.paging {
  font-size: 0;
  text-align: center; }
  article.paging ul {
    display: inline-block;
    vertical-align: middle; }
    article.paging ul li {
      display: inline-block;
      vertical-align: middle; }
      article.paging ul li a {
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 30px;
        border-radius: 5px; }
        article.paging ul li a.num {
          font-size: 16px;
          line-height: 30px;
          color: #494949;
          font-weight: 300;
          letter-spacing: -0.48px;
          margin: 0 3px; }
          article.paging ul li a.num:hover {
            color: #3182f6;
            text-decoration: underline;
            text-underline-position: under; }
          article.paging ul li a.num.current {
            font-weight: 400;
            color: #fff;
            border-radius: 5px;
            background-color: #2daad3; }
            article.paging ul li a.num.current:hover {
              text-decoration: none; }
        article.paging ul li a.first {
          background: url("../img/ic_paging_first.png") no-repeat center; }
          article.paging ul li a.first:hover {
            border: 1px solid #ccc; }
        article.paging ul li a.prev {
          background: url("../img/ic_paging_prev.png") no-repeat center;
          margin-right: 17px; }
          article.paging ul li a.prev:hover {
            border: 1px solid #ccc; }
        article.paging ul li a.next {
          background: url("../img/ic_paging_next.png") no-repeat center;
          margin-left: 17px; }
          article.paging ul li a.next:hover {
            border: 1px solid #ccc; }
        article.paging ul li a.last {
          background: url("../img/ic_paging_last.png") no-repeat center; }
          article.paging ul li a.last:hover {
            border: 1px solid #ccc; }

.tbox {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #e1e1e1;
  padding: 0 10px;
  height: 48px;
  font-size: 15px;
  color: #000;
  outline: none;
  letter-spacing: -0.15px;
  -webkit-appearance: none;
  box-shadow: none; }
  .tbox.noData {
    background-color: #f5f5f5; }
  .tbox:read-only {
    background-color: #f5f5f5; }
  .tbox.full {
    width: 100%; }
  .tbox::placeholder {
    color: rgba(57, 57, 57, 0.4);
    letter-spacing: -0.3px; }
  .tbox.readonly {
    background-color: #f5f5f5;
    font-weight: 700;
    letter-spacing: -0.15px; }

.sbox {
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  position: relative;
  text-align: left; }
  .sbox .set {
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    font-size: 16px;
    color: #000;
    display: block;
    line-height: 43px;
    height: 43px;
    padding: 0 40px 0 10px;
    background: url("../img/ic_select_arrow.png") no-repeat top 19px right 15px;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 100%;
    overflow: hidden; }
    .sbox .set.on {
      border: 1px solid #2daad3; }
  .sbox ul {
    display: none;
    position: absolute;
    left: 1px;
    right: 1px;
    top: 43px;
    border: 1px solid #767676;
    z-index: 10; }
    .sbox ul li:last-child a {
      border-bottom: 1px solid transparent; }
    .sbox ul li a {
      font-size: 16px;
      font-weight: 300;
      letter-spacing: -0.48px;
      padding: 0 15px;
      display: block;
      line-height: 40px;
      background-color: #fff;
      text-overflow: ellipsis;
      white-space: nowrap;
      word-wrap: normal;
      width: 100%;
      overflow: hidden; }
      .sbox ul li a:hover {
        background-color: #2daad3;
        color: #fff; }
  .sbox select {
    width: 100%;
    /* you should keep these firsts rules in place to maintain cross-browser behaviour */
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: url("../img/ic_dropdwon.png") no-repeat center right 10px/20px 20px;
    outline: none;
    padding: 0 20px 0 10px;
    height: 100%;
    font-size: 16px; }

.cbox {
  position: relative;
  display: inline-block;
  font-size: 0; }
  .cbox label {
    display: inline-block;
    vertical-align: middle; }
    .cbox label input[type=checkbox] {
      position: absolute;
      left: -9999px; }
      .cbox label input[type=checkbox]:disabled ~ i {
        background: url("../img/check-disable.svg") no-repeat center/cover; }
      .cbox label input[type=checkbox]:checked ~ i {
        background: url("../img/check-on.svg") no-repeat center/cover; }
    .cbox label i {
      position: relative;
      width: 24px;
      height: 24px;
      border-radius: 2px;
      line-height: 24px;
      display: inline-block;
      vertical-align: middle;
      background: url("../img/check-default.svg") no-repeat center/cover; }
      .cbox label i.small {
        width: 18px;
        height: 18px; }

    .cbox label .txt {
      display: inline-block;
      vertical-align: middle;
      font-size: 16px;
      color: #121517;
      line-height: 22px;
      padding-left: 8px; }
  .cbox input[type=checkbox] + label.chk {
    position: relative;
    padding-left: 25px; }
    .cbox input[type=checkbox] + label.chk:before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 18px;
      height: 18px;
      display: inline-block;
      background: url(../img/ic_chk_off.png) no-repeat center/cover; }
  .cbox input[type=checkbox]:checked + label.chk:before {
    background: url(../img/ic_chk_on.png) no-repeat center/cover; }
  .cbox label.chk {
    position: relative;
    cursor: pointer; }
    .cbox label.chk .txt {
      display: inline-block;
      vertical-align: middle;
      font-size: 15px;
      line-height: 18px; }

label.check {
  cursor: pointer; }

label.chk {
  position: relative;
  cursor: pointer; }
  label.chk input[type=radio] {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    border: 1px solid #656d9a;
    position: relative; }
    label.chk input[type=radio]:checked {
      background-color: #0b7af3;
      border-color: transparent; }
      label.chk input[type=radio]:checked:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        background: #fff; }

/*# sourceMappingURL=ui.css.map */