/*
AUTH : ssooya
VERSION : version 2
*/
* {
  -webkit-tap-highlight-color: transparent !important; }

@media (max-width: 760px) {
  .web {
    display: none; } }

.mobile {
  display: none; }
  @media (max-width: 760px) {
    .mobile {
      display: block; } }

.scroll-effect.scroll-effect-hide::-webkit-scrollbar-track {
  background: transparent; }

.scroll-effect.scroll-effect-hide::-webkit-scrollbar-thumb {
  background: transparent; }

.scroll-effect::-webkit-scrollbar {
  width: 6px; }

.scroll-effect::-webkit-scrollbar-track {
  background: #C4C4C4; }

.scroll-effect::-webkit-scrollbar-thumb {
  background: #184221;
  border-radius: 9px; }

.clearfix:after {
  content: '';
  clear: both;
  display: block; }

.overlay:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  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; }

.bg-gray {
  background-color: #F1F1F1; }

.relative {
  position: relative; }

article.menu-btn-box {
  width: 100%; }
  article.menu-btn-box .menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    height: 59px;
    width: 168px; }
    article.menu-btn-box .menu-btn.type-shadow {
      box-shadow: 0px 10px 40px #00000029; }
    article.menu-btn-box .menu-btn.type-1 {
      background-color: #153B6F; }
    article.menu-btn-box .menu-btn.type-2 {
      background-color: #B0B7C3; }
    article.menu-btn-box .menu-btn.type-3 {
      background-color: #004097; }
    article.menu-btn-box .menu-btn.full {
      width: 100%; }

article.spinner {
  border: 1px solid #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  article.spinner.type-disabled {
    border: 1px solid #d9d9d9; }
    article.spinner.type-disabled input {
      color: #d9d9d9; }
    article.spinner.type-disabled .spinner-btn.type-minus {
      background: url("/app/images/common/fold_minus_disable.png") no-repeat center/9px 1px; }
    article.spinner.type-disabled .spinner-btn.type-plus {
      background: url("/app/images/common/fold_plus_disable.png") no-repeat center/9px 9px; }
  article.spinner .spinner-btn {
    width: 32px;
    height: 40px; }
    article.spinner .spinner-btn.type-minus {
      background: url("/app/images/common/fold_minus_able.png") no-repeat center/9px 1px; }
    article.spinner .spinner-btn.type-plus {
      background: url("/app/images/common/fold_plus_able.png") no-repeat center/9px 9px; }
  article.spinner input {
    border: none;
    height: 38px;
    width: 32px;
    font-size: 14px;
    text-align: center;
    outline: none; }

article.paging {
  font-size: 0;
  text-align: center;
  padding-top: 48px; }
  article.paging ul li {
    margin: 0 2px; }
    article.paging ul li a {
      width: 32px;
      height: 32px;
      line-height: 32px; }
      article.paging ul li a.num {
        font-weight: 300;
        letter-spacing: -0.48px;
        font-size: 18px;
        letter-spacing: -0.4px;
        color: #495057;
        margin: 0 3px; }
        article.paging ul li a.num.current {
          border-radius: 50%;
          font-weight: 400;
          color: #fff; }
          article.paging ul li a.num.current:hover {
            text-decoration: none; }
      article.paging ul li a.first {
        background: url("/app/images/common/ic_first@3x.png") no-repeat center/cover; }
      article.paging ul li a.prev {
        background: url("/app/images/common/ic_perivous@3x.png") no-repeat center/cover; }
      article.paging ul li a.next {
        background: url("/app/images/common/ic_next@3x.png") no-repeat center/cover; }
      article.paging ul li a.last {
        background: url("/app/images/common/ic_last@3x.png") no-repeat center/cover; }

.tbox {
  border: solid 1px #dddddd;
  padding: 0 10px;
  height: 40px;
  font-size: 15px;
  color: #000;
  outline: none;
  width: 166px;
  letter-spacing: -0.15px;
  background-color: #f5f5f5; }
  .tbox:read-only {
    background-color: #f5f5f5; }
  .tbox.full {
    width: 100%; }
  .tbox.small {
    width: 80px; }
  .tbox.long {
    width: 446px; }
  .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 {
  position: relative;
  text-align: left;
  height: 40px; }
  .sbox select {
    width: 100%;
    border: 1px solid #C4C4C4;
    /* 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: #fff url("/app/images/common/selectbox_open.png") no-repeat center right 16px/11px 7px;
    outline: none;
    padding: 0 40px 0 15px;
    height: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.975px;
    color: #838383; }
  .sbox.small {
    width: 160px; }
  .sbox.big {
    width: 280px; }

label.toggle {
  position: relative;
  height: 16px;
  cursor: pointer; }
  label.toggle input {
    display: none;
    cursor: pointer; }
    label.toggle input:checked ~ .handler {
      left: 14px;
      border-color: #ce2027;
      transition: left 0.3s ease-out; }
    label.toggle input:checked ~ .bg {
      background-color: #0b7af3; }
  label.toggle .handler {
    position: absolute;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
    transition: left 0.3s ease-out;
    padding: 0;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    z-index: 10; }
  label.toggle .bg {
    position: relative;
    display: inline-block;
    background-color: #dddee0;
    border-radius: 8px;
    width: 28px;
    height: 16px;
    z-index: 9; }

.rbox {
  position: relative;
  display: inline-block;
  font-size: 0; }
  .rbox label {
    cursor: pointer; }
    .rbox label input[type=radio] {
      position: absolute;
      left: -9999px; }
      .rbox label input[type=radio]:checked ~ i {
        background: url("/app/images/common/ic_rbox_on.png") no-repeat center/cover; }
    .rbox label i {
      position: relative;
      width: 20px;
      height: 20px;
      line-height: 24px;
      background: url("/app/images/common/ic_rbox_off.png") no-repeat center/cover; }
    .rbox label .txt {
      color: #666666;
      line-height: 20px;
      padding-left: 5px;
      font-size: 15px;
      letter-spacing: -0.975px;
      font-weight: 500; }

.cbox {
  position: relative;
  display: inline-block;
  font-size: 0; }
  .cbox.static i {
    position: static !important; }
  .cbox label {
    cursor: pointer; }
    .cbox label input[type=checkbox] {
      position: absolute;
      left: -9999px; }
      .cbox label input[type=checkbox]:disabled ~ i {
        background: url("/app/images/common/disable.png") no-repeat center/cover; }
      .cbox label input[type=checkbox]:checked ~ i {
        background: url("/app/images/common/nor_sel.png") no-repeat center/cover; }
    .cbox label i {
      position: absolute;
      width: 20px;
      height: 20px;
      line-height: 20px;
      background: url("/app/images/common/nor.png") no-repeat center/cover; }
    .cbox label .txt {
      font-size: 12px;
      line-height: 20px;
      padding-left: 30px; }

/*# sourceMappingURL=ui.css.map */