@charset "UTF-8";
/*
AUTH : ssooya
VERSION : version 2
*/
/**********
펑션
***********/
/**********
텍스트 자간
***********/
/**********
텍스트 말줄임
***********/
/**********
아이콘
***********/
.fw-light {
  font-weight: 300 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.f-underline {
  text-decoration: underline;
  text-underline-position: under;
}

.fc-red {
  color: #EA3255 !important;
}

.fc-blue {
  color: #173DAB !important;
}

.fc-primary {
  color: #00B0F0 !important;
}

.fc-gray {
  color: #464646 !important;
}

.left-align {
  text-align: left !important;
}

.right-align {
  text-align: right !important;
}

.center-align {
  text-align: center;
}

.pt90 {
  padding-top: 90px;
}

.pt40 {
  padding-top: 40px;
}

.pt30 {
  padding-top: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pt10 {
  padding-top: 10px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.mb15 {
  margin-bottom: 15px;
}

.mt5 {
  margin-top: 5px;
}

.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

.mt80 {
  margin-top: 80px;
}

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

.scroll-effect::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.scroll-effect::-webkit-scrollbar-track {
  background: #eaeaea;
}
.scroll-effect::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #AFB3BB;
}

.scroll-effect2::-webkit-scrollbar {
  width: 8px;
}
.scroll-effect2::-webkit-scrollbar-track {
  background: #E5E7EB;
}
.scroll-effect2::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #FFF;
  border: 1px solid #E5E7EB;
}

.scroll-effect3::-webkit-scrollbar {
  width: 8px;
}
.scroll-effect3::-webkit-scrollbar-track {
  background: #1d1e24;
}
.scroll-effect3::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #3c4356;
}

.scroll-effect4::-webkit-scrollbar {
  width: 8px;
}
.scroll-effect4::-webkit-scrollbar-track {
  background: #262d39;
  border-radius: 100px;
}
.scroll-effect4::-webkit-scrollbar-thumb {
  background: #bec6d6;
  border-radius: 100px;
}

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

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

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

.type-en {
  font-family: "Pretendard";
}

article.menu-btn-box {
  display: inline-flex;
  justify-content: center;
}
article.menu-btn-box.full {
  width: 100%;
}
article.menu-btn-box.right {
  justify-content: flex-end;
}
article.menu-btn-box .menu-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
}
article.menu-btn-box .menu-box + .menu-box {
  margin-left: 10px;
}
article.menu-btn-box .menu-box + .menu-box.space-short {
  margin-left: 12px;
}
article.menu-btn-box .menu-box + .menu-box.space-short2 {
  margin-left: 18px;
}
article.menu-btn-box .menu-box.dynamic {
  width: auto;
}
article.menu-btn-box .menu-box.dynamic .menu-btn {
  padding: 0 14.5px;
}
article.menu-btn-box .menu-box.full {
  width: 100% !important;
}
article.menu-btn-box .menu-box.long {
  width: 407px;
}
article.menu-btn-box .menu-box.long2 {
  width: 230px;
}
article.menu-btn-box .menu-box.medium {
  width: 160px;
}
article.menu-btn-box .menu-box.short {
  width: 120px;
}
article.menu-btn-box .menu-box.shorter {
  width: 90px;
}
article.menu-btn-box .menu-box.shorter2 {
  width: 95px;
}
article.menu-btn-box .menu-box.shortest2 {
  width: 78px;
}
article.menu-btn-box .menu-box.small .menu-btn {
  height: 40px;
  font-size: 14px;
  font-weight: 500;
}
article.menu-btn-box .menu-box.normal .menu-btn {
  height: 50px;
  font-size: 16px;
  font-weight: 500;
}
article.menu-btn-box .menu-box.smallest .menu-btn {
  height: 28px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
article.menu-btn-box .menu-box.type-border .menu-btn {
  background-color: #fff;
  border: 1px solid #CCCCCC;
}
article.menu-btn-box .menu-box.type-border-primary .menu-btn {
  color: #203D7A;
  border: 1px solid #85BEF1;
  background-color: #CEE8FF;
}
article.menu-btn-box .menu-box.type-1 .menu-btn {
  color: #fff;
  background-color: #444;
}
article.menu-btn-box .menu-box.type-2 .menu-btn {
  color: #fff;
  background-color: #D4A79A;
}
article.menu-btn-box .menu-box.type-primary .menu-btn {
  color: #fff;
  background-color: #1067ee;
}
article.menu-btn-box .menu-box.type-second .menu-btn {
  color: #203D7A;
  background-color: #c4e0fc;
  border: 1px solid #9BB6E2;
}
article.menu-btn-box .menu-box.type-cancel .menu-btn {
  color: #fff;
  background-color: #5b6068;
}
article.menu-btn-box .menu-box.type-remove .menu-btn {
  color: #fff;
  background-color: #FD6161;
}
article.menu-btn-box .menu-box.type-green .menu-btn {
  background: #23935B;
  color: #fff;
}
article.menu-btn-box .menu-box .menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  border-radius: 3px;
  height: 32px;
  position: relative;
  z-index: 10;
}
article.menu-btn-box .menu-box .menu-btn .ic {
  margin-right: 10px;
}
article.menu-btn-box .menu-box .menu-btn .ic.ic-cancel {
  background: url("../img/ic_cancel.svg") no-repeat center/cover;
  width: 16px;
  height: 16px;
}
article.menu-btn-box .menu-box .menu-btn .ic.ic-save {
  background: url("../img/ic_save.svg") no-repeat center/cover;
  width: 24px;
  height: 25px;
}
article.menu-btn-box .menu-box .menu-btn .ic.ic-print {
  background: url("../img/ic_print.svg") no-repeat center/cover;
  width: 24px;
  height: 24px;
}
article.menu-btn-box .menu-box .menu-btn .ic.ic-refresh {
  background: url("../img/ic_refresh.svg") no-repeat center/cover;
  width: 24px;
  height: 24px;
}
article.menu-btn-box .menu-box .menu-btn .txt {
  line-height: 1;
}
article.menu-btn-box .menu-btn + .menu-btn {
  margin-left: 46px;
}
article.menu-btn-box .menu-btn.full {
  width: 100%;
}

article.spinner {
  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("../img/fold_minus_disable.png") no-repeat center/9px 1px;
}
article.spinner.type-disabled .spinner-btn.type-plus {
  background: url("../img/fold_plus_disable.png") no-repeat center/9px 9px;
}
article.spinner .spinner-btn {
  width: 34px;
  height: 40px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background-color: #F5F5F5;
}
article.spinner input {
  height: 40px;
  width: 68px;
  border: 1px solid #ccc;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  outline: none;
}
article.spinner input::placeholder {
  color: #ccc;
}

article.paging {
  font-size: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
article.paging .paging-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
article.paging .paging-list .nav-box {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}
article.paging .paging-list .nav-box.off {
  opacity: 0.5;
  cursor: default;
}
article.paging .paging-list .nav-box.prev-btn {
  border: 0;
}
article.paging .paging-list .nav-box.prev-btn:after {
  display: none;
}
article.paging .paging-list .nav-box.prev-btn:before {
  content: "";
  display: inline-flex;
  align-items: center;
  position: relative;
  background: url("../img/ic_paging_prev.svg") no-repeat center/7px 12px;
  width: 30px;
  height: 30px;
}
article.paging .paging-list .nav-box.first-btn {
  border: 0;
  margin-right: 0;
}
article.paging .paging-list .nav-box.first-btn:after {
  display: none;
}
article.paging .paging-list .nav-box.first-btn:before {
  content: "";
  display: inline-flex;
  align-items: center;
  position: relative;
  background: url("../img/ic_paging_first.svg") no-repeat center/14px 12px;
  width: 30px;
  height: 30px;
}
article.paging .paging-list .nav-box.next-btn {
  border: 0;
}
article.paging .paging-list .nav-box.next-btn:after {
  display: none;
}
article.paging .paging-list .nav-box.next-btn:before {
  content: "";
  display: inline-flex;
  align-items: center;
  line-height: 17px;
  position: relative;
  background: url("../img/ic_paging_next.svg") no-repeat center/7px 12px;
  width: 40px;
  height: 40px;
}
article.paging .paging-list .nav-box.last-btn {
  border: 0;
  margin-left: 0;
}
article.paging .paging-list .nav-box.last-btn:after {
  display: none;
}
article.paging .paging-list .nav-box.last-btn:before {
  content: "";
  display: inline-flex;
  align-items: center;
  position: relative;
  background: url("../img/ic_paging_last.svg") no-repeat center/14px 12px;
  width: 40px;
  height: 40px;
}
article.paging .paging-list .num-box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 16px;
  position: relative;
  font-weight: 400;
  color: #777777;
  margin: 0;
}
article.paging .paging-list .num-box.current {
  font-weight: 700;
  color: #111;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
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: -0.02em;
}

.textbox .ck-editor__editable_inline {
  height: 200px;
}
.textbox.full {
  width: 100%;
}
.textbox.with-file {
  border: 1px solid #D6D6D6;
  position: relative;
}
.textbox.with-file textarea {
  border: none;
  height: 100px;
}
.textbox.small .ck-editor__editable:not(.ck-editor__nested-editable) {
  min-height: 80px;
  height: 80px;
}
.textbox.small textarea {
  height: 110px;
}
.textbox.smallest textarea {
  height: 74px;
}
.textbox textarea {
  padding: 8px;
  border: 1px solid #D6D6D6;
  outline: none;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 14px;
  width: 100%;
  resize: none;
  height: 180px;
  color: #111111;
}
.textbox textarea::placeholder {
  color: #666666;
  font-weight: 300;
}
.textbox .file-box {
  padding: 10px 20px 20px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
.textbox .file-box .file-upload-box {
  display: flex;
  align-items: center;
}
.textbox .file-box .file-upload-box .upload-msg {
  font-size: 14px;
  color: #CCCCCC;
  line-height: 18px;
  padding-right: 17px;
}
.textbox .file-box .file-upload-box label input {
  position: absolute;
  left: -99999px;
}
.textbox .file-box .file-upload-box label .txt {
  font-family: "Pretendard";
  font-size: 18px;
  font-weight: 500;
  border-radius: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 130px;
  background-color: #555555;
  color: #fff;
  cursor: pointer;
}

.tbox.right input {
  text-align: right;
}
.tbox.full {
  width: 100% !important;
}
.tbox.normal {
  width: 212px;
}
.tbox.normal2 {
  width: 250px;
}
.tbox.shorter {
  width: 100px;
}
.tbox.short {
  width: 140px;
}
.tbox.short2m {
  width: 170px;
}
.tbox.long {
  width: 360px;
}
.tbox.long2 {
  width: 400px;
}
.tbox.longer {
  width: 420px;
}
.tbox.medium {
  width: 308px;
}
.tbox.with-calendar input {
  background: #fff url("/img/manage/ic_calendar.svg") no-repeat right 9px center;
}
.tbox.with-calendar input:read-only {
  background-color: #fff;
}
.tbox.with-timer {
  position: relative;
}
.tbox.with-timer .timer-box {
  color: #9E001D;
  font-size: 14px;
  line-height: 19px;
  content: "";
  position: absolute;
  right: 20px;
  top: 16px;
}
.tbox.with-search {
  position: relative;
}
.tbox.with-search input {
  background-color: #f4f4f4;
  border: 0;
  padding-right: 50px;
  font-size: 14px;
  width: 100%;
}
.tbox.with-search .search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url("../img/ic_input_search.svg") no-repeat center/26px 23px;
}
.tbox .tbox-option-box {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
  text-underline-position: under;
}
.tbox input {
  outline: none;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  border: 1px solid #DDDDDD;
  outline: none;
  border-radius: 10px;
  padding: 0 14px 0 14px;
  height: 50px;
  font-size: 14px;
}
.tbox input::placeholder {
  color: #777777;
}
.tbox input:read-only {
  background-color: #f5f5f5;
}
.tbox input.readonly-bg:read-only {
  background-color: #fff;
}
.tbox.center input {
  text-align: center;
}
.tbox::placeholder {
  color: rgba(57, 57, 57, 0.4);
  letter-spacing: -0.3px;
}

.toggle-btn-box.big label.toggle .toggle-bg {
  width: 67px;
  height: 25px;
}
.toggle-btn-box.big label.toggle .toggle-bg:after {
  width: 31px;
  height: 31px;
}
.toggle-btn-box.big label.toggle input:checked ~ .toggle-bg:after {
  left: 36px;
}
.toggle-btn-box label.toggle {
  position: relative;
  height: 12px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.toggle-btn-box label.toggle input {
  display: none;
  cursor: pointer;
}
.toggle-btn-box label.toggle input:checked ~ .toggle-txt.toggle-on-txt {
  display: block;
}
.toggle-btn-box label.toggle input:checked ~ .toggle-txt.toggle-off-txt {
  display: none;
}
.toggle-btn-box label.toggle input:checked ~ .toggle-bg {
  background-color: #E8F4FF;
}
.toggle-btn-box label.toggle input:checked ~ .toggle-bg:after {
  left: 13px;
  background-color: #6EA7DB !important;
  transition: left 0.3s ease-out;
}
.toggle-btn-box label.toggle .toggle-off-txt {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  line-height: 17px;
}
.toggle-btn-box label.toggle .toggle-on-txt {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  line-height: 17px;
}
.toggle-btn-box label.toggle .toggle-txt {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  line-height: 17px;
}
.toggle-btn-box label.toggle .toggle-txt + .toggle-bg {
  margin-left: 7px;
}
.toggle-btn-box label.toggle .toggle-txt.toggle-off-txt {
  display: block;
}
.toggle-btn-box label.toggle .toggle-txt.toggle-on-txt {
  display: none;
}
.toggle-btn-box label.toggle .toggle-txt:first-child {
  margin-right: 6px;
}
.toggle-btn-box label.toggle .toggle-txt:last-child {
  margin-left: 6px;
}
.toggle-btn-box label.toggle .toggle-bg {
  position: relative;
  display: inline-block;
  background: #F5F5F5;
  border-radius: 100px;
  width: 25px;
  height: 100%;
  z-index: 9;
}
.toggle-btn-box label.toggle .toggle-bg:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #CCCCCC;
  border-radius: 50%;
  transition: left 0.3s ease-out;
  padding: 0;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  z-index: 10;
}

.sbox {
  position: relative;
  text-align: left;
}
.sbox.full {
  width: 100%;
}
.sbox.normal {
  width: 212px;
}
.sbox .select-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 32px;
  z-index: 20;
  background: #FFFFFF;
  border: 1px solid #DADADA;
}
.sbox .select-menu ul li + li a {
  border-top: 0.3px solid #CCCCCC;
}
.sbox .select-menu ul li a {
  height: 32px;
  padding: 8px;
  display: flex;
  align-items: center;
}
.sbox .select-menu ul li a .cbox {
  margin-right: 8px;
}
.sbox .select-menu ul li a .menu-txt {
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
}
.sbox.active select {
  background: #EFF7FF url("../img/ic_select_arrow_selected.svg") no-repeat center right 10px/11px 7px !important;
  color: #6EA7DB;
}
.sbox select {
  border-radius: 4px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #fff url("../img/ic_select_arrow2.png") no-repeat center right 14px;
  border: 1px solid #DADADF;
  outline: none;
  padding: 1px 46px 0 16px;
  height: 38px;
  font-weight: 500;
  font-size: 14px;
}

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-list.between {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.rbox-list.between .rbox + .rbox {
  margin-left: 0;
}
.rbox-list .rbox + .rbox {
  margin-left: 12px;
}

.rbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 0;
}
.rbox label {
  cursor: pointer;
  align-items: center;
  display: inline-flex;
  align-items: center;
}
.rbox label input[type=radio] {
  position: absolute;
  left: -9999px;
}
.rbox label input[type=radio]:checked ~ i {
  background: url("../img/ic_rbox_on.svg") no-repeat center/cover;
}
.rbox label i {
  top: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../img/ic_rbox_off.svg") no-repeat center/cover;
}
.rbox label .txt {
  padding-left: 25px;
  font-size: 16px;
  line-height: 22px;
}

.cbox {
  position: relative;
  display: inline-block;
  font-size: 0;
}
.cbox.static i {
  position: static !important;
}
.cbox.accent .txt {
  font-size: 16px;
  font-weight: 700;
}
.cbox label {
  cursor: pointer;
}
.cbox label input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
.cbox label input[type=checkbox]:disabled ~ i {
  background: url("../img/disable.png") no-repeat center/cover;
}
.cbox label input[type=checkbox]:checked ~ i {
  background: url("../img/ic_cbox_on.svg") no-repeat center/cover;
}
.cbox label i {
  position: absolute;
  width: 17px;
  height: 17px;
  line-height: 20px;
  background: url("../img/ic_cbox_off.svg") no-repeat center/cover;
  top: 2px;
}
.cbox label .txt {
  padding-top: 1px;
  line-height: 20px;
  padding-left: 24px;
  font-size: 14px;
  display: inline-flex;
}

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