@charset "UTF-8";
/*
AUTH : ssooya
VERSION : version 2
*/
/**********
펑션
***********/
/**********
텍스트 자간
***********/
/**********
텍스트 말줄임
***********/
/**********
아이콘
***********/
* {
  -webkit-tap-highlight-color: transparent !important; }

@media (max-width: 1024px) {
  .web {
    display: none; } }

.mobile {
  display: none; }
  @media (max-width: 1024px) {
    .mobile {
      display: block; } }

.scroll-effect.scroll-effect-bg-white::-webkit-scrollbar-track {
  background: transparent; }

.scroll-effect.scroll-effect-bg-white::-webkit-scrollbar-thumb {
  background-color: rgba(234, 233, 249, 0.3); }

.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: 5px; }

.scroll-effect::-webkit-scrollbar-track {
  background: #dddddd; }

.scroll-effect::-webkit-scrollbar-thumb {
  background: #aaaaaa; }

.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; }

.relative {
  position: relative; }

article.menu-btn-box {
  width: 100%;
  display: flex; }
  article.menu-btn-box .menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 100%;
    border-radius: 11px;
    font-weight: 700;
    font-size: 18px; }
    @media (max-width: 1024px) {
      article.menu-btn-box .menu-btn {
        height: 46px;
        font-size: 16px; } }
    article.menu-btn-box .menu-btn + .menu-btn {
      margin-left: 46px; }
      @media (max-width: 1024px) {
        article.menu-btn-box .menu-btn + .menu-btn {
          margin-left: 26px; } }
    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("/ui/web/img/fold_minus_disable.png") no-repeat center/9px 1px; }
    article.spinner.type-disabled .spinner-btn.type-plus {
      background: url("/ui/web/img/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("/ui/web/img/fold_minus_able.png") no-repeat center/9px 1px; }
    article.spinner .spinner-btn.type-plus {
      background: url("/ui/web/img/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: 50px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 1024px) {
    article.paging {
      justify-content: space-between;
      padding-top: 25px; } }
  article.paging .paging-list {
    display: flex;
    justify-content: center;
    align-items: center; }
    article.paging .paging-list .prev-btn {
      background: url("/ui/web/img/ic_paging_prev.png") no-repeat center/cover;
      width: 20px;
      height: 20px;
      margin-right: 18px; }
      @media (max-width: 1024px) {
        article.paging .paging-list .prev-btn {
          width: 15px;
          height: 15px;
          margin-right: 12px; } }
    article.paging .paging-list .next-btn {
      background: url("/ui/web/img/ic_paging_next.png") no-repeat center/cover;
      width: 20px;
      height: 20px;
      margin-left: 18px; }
      @media (max-width: 1024px) {
        article.paging .paging-list .next-btn {
          margin-left: 12px;
          width: 15px;
          height: 15px; } }
    article.paging .paging-list .num-box {
      margin: 0 2px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 26px;
      height: 26px;
      color: #363f4a;
      border-radius: 5px;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: -0.02em; }
      article.paging .paging-list .num-box.current {
        background-color: #363f4a;
        color: #fff; }
      @media (max-width: 1024px) {
        article.paging .paging-list .num-box {
          width: 18px;
          height: 18px;
          border-radius: 2.5px;
          font-size: 10.5px; } }
  article.paging .menu-list {
    padding-left: 30px; }
    article.paging .menu-list .menu-btn {
      background-color: #16a085;
      color: #fff;
      border-radius: 5px;
      height: 26px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 68px;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: -.02em; }
      @media (max-width: 1024px) {
        article.paging .menu-list .menu-btn {
          border-radius: 2.5px;
          height: 26px;
          width: 51px;
          font-size: 12px; } }

.tbox {
  height: 48px;
  font-size: 15px;
  color: #000;
  outline: none;
  width: 166px;
  box-sizing: border-box; }
  @media (max-width: 1024px) {
    .tbox {
      height: 40px; } }
  .tbox.type-calendar input {
    background: #fff url("/ui/web/img/ic_calender.png") no-repeat right 30px center;
    padding-right: 65px; }
    @media (max-width: 1024px) {
      .tbox.type-calendar input {
        padding-right: 33px;
        background-size: 12px 12.5px;
        background-position: center right 13px; } }
  .tbox.center input {
    text-align: center; }
  .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; }
  .tbox input {
    width: 100%;
    height: 100%;
    background-color: #fff;
    outline: none;
    padding: 0 30px; }
    @media (max-width: 1024px) {
      .tbox input {
        padding: 0 12px;
        font-size: 10px; } }

.sbox {
  position: relative;
  text-align: left;
  height: 48px; }
  @media (max-width: 1024px) {
    .sbox {
      height: 35px; } }
  .sbox select {
    border-radius: 5px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #fff url("/ui/web/img/ic_select_arrow.svg") no-repeat center right 15px;
    outline: none;
    padding: 0 50px 0 13px;
    height: 100%;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.05em;
    border: 1px solid #EEEEEE; }
    @media (max-width: 1024px) {
      .sbox select {
        padding: 0 25px 0 12px;
        font-size: 10px;
        background-size: 8px 8px !important;
        background: #fff url("/ui/web/img/ic_select_arrow_m.svg") no-repeat center right 8px; } }
  .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("/ui/web/img/ic_rbox_on.png") no-repeat center/cover; }
    .rbox label i {
      position: relative;
      width: 20px;
      height: 20px;
      line-height: 24px;
      background: url("/ui/web/img/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("/ui/web/img/disable.png") no-repeat center/cover; }
      .cbox label input[type=checkbox]:checked ~ i {
        background: url("/ui/web/img/ic_cbox_on.png") no-repeat center/cover; }
    .cbox label i {
      position: absolute;
      width: 20px;
      height: 20px;
      line-height: 20px;
      background: url("/ui/web/img/ic_cbox.png") no-repeat center/cover; }
      @media (max-width: 1024px) {
        .cbox label i {
          width: 16px;
          height: 16px; } }
    .cbox label .txt {
      line-height: 20px;
      padding-left: 30px;
      letter-spacing: -0.04em;
      font-size: 16px;
      display: inline-flex; }
      @media (max-width: 1024px) {
        .cbox label .txt {
          line-height: 16px;
          font-size: 10px;
          padding-left: 22px; } }

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