<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
AUTH : ssooya
VERSION : version 2
*/
/**********
펑션
***********/
/**********
텍스트 자간
***********/
/**********
텍스트 말줄임
***********/
/**********
아이콘
***********/
.fc-primary {
  color: #8fc570;
}

.fc-secondary {
  color: #f3a54e;
}

.fw-light {
  font-weight: 300;
}

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

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

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

.fc-blue {
  color: #2F8FFF !important;
}

.fc-orange {
  color: #f3a54e !important;
}

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

.fc-error {
  color: #FF5757;
}

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

@media (max-width: 768px) {
  .web.web-inline {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .web {
    display: none !important;
  }
}

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

.scroll-effect::-webkit-scrollbar {
  width: 5px;
}
.scroll-effect::-webkit-scrollbar-track {
  background: #dadada;
  border-radius: 10px;
}
.scroll-effect::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #04447c;
}

.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;
  border-radius: 3px;
}
.scroll-effect3::-webkit-scrollbar-track {
  background: #EAEAEA;
  border-radius: 3px;
}
.scroll-effect3::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #2f68db;
  border: 1px solid #2f68db;
}

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

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

article.menu-btn-box {
  display: inline-flex;
}
article.menu-btn-box + article.menu-btn-box {
  margin-left: 8px;
}
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: 100%;
}
article.menu-btn-box .menu-box + .menu-box {
  margin-left: 10px;
}
article.menu-btn-box .menu-box + .menu-box.space-short {
  margin-left: 6px;
}
article.menu-btn-box .menu-box.full {
  width: 100%;
}
article.menu-btn-box .menu-box.bg-brown .menu-btn {
  background: #4B3C38;
  color: #fff;
}
article.menu-btn-box .menu-box.bg-brown:hover .menu-btn {
  background-color: #7b6f6c;
}
article.menu-btn-box .menu-box.bg-brown-line .menu-btn {
  border: 1px solid #4B3C38;
  background: #fff;
  color: #4B3C38;
}
article.menu-btn-box .menu-box.bg-brown-line:hover .menu-btn {
  background-color: #efefef;
}
article.menu-btn-box .menu-box.big .menu-btn {
  height: 44px;
}
article.menu-btn-box .menu-box .menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: 500;
  border-radius: 4px;
  height: 34px;
  position: relative;
  z-index: 10;
  padding: 0 12px;
  font-size: 14px;
}
article.menu-btn-box .menu-box .menu-btn .ic {
  margin-right: 10px;
}
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 .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;
  padding-top: 24px;
  padding-bottom: 20px;
  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: 24px;
  height: 24px;
}
article.paging .paging-list .nav-box.prev-btn {
  margin-right: 8px;
}
article.paging .paging-list .nav-box.prev-btn:before {
  display: inline-flex;
  box-sizing: border-box;
  content: "";
  position: relative;
  background: url("../img/ic_paging_prev.svg") no-repeat center;
  width: 100%;
  height: 100%;
}
article.paging .paging-list .nav-box.first-btn {
  margin-right: 8px;
}
article.paging .paging-list .nav-box.first-btn:before {
  display: inline-flex;
  box-sizing: border-box;
  content: "";
  position: relative;
  background: url("../img/ic_paging_first.svg") no-repeat center;
  width: 100%;
  height: 100%;
}
article.paging .paging-list .nav-box.next-btn {
  margin-left: 8px;
}
article.paging .paging-list .nav-box.next-btn:before {
  display: inline-flex;
  box-sizing: border-box;
  content: "";
  position: relative;
  background: url("../img/ic_paging_next.svg") no-repeat center;
  width: 100%;
  height: 100%;
}
article.paging .paging-list .nav-box.last-btn {
  margin-left: 8px;
}
article.paging .paging-list .nav-box.last-btn:before {
  display: inline-flex;
  box-sizing: border-box;
  content: "";
  position: relative;
  background: url("../img/ic_paging_last.svg") no-repeat center;
  width: 100%;
  height: 100%;
}
article.paging .paging-list .num-box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  position: relative;
  margin: 0 4px;
  width: 24px;
  height: 24px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.3);
}
article.paging .paging-list .num-box.current {
  font-weight: 700;
  color: #000;
}
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 {
  font-size: 0;
  line-height: 1;
}
.textbox.full {
  width: 100%;
}
.textbox textarea {
  outline: none;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  border: 1px solid #BBBBBB;
  padding: 10px;
  font-size: 14px;
  resize: none;
  height: 88px;
}
.textbox textarea::placeholder {
  color: #666666;
  font-weight: 300;
}

.tbox.full {
  width: 100% !important;
}
.tbox input {
  outline: none;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  border: 1px solid #BBBBBB;
  padding: 0 10px 0 10px;
  height: 40px;
  font-size: 14px;
}
.tbox input::placeholder {
  color: #AAAAAA;
}
.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;
}

article.toggle-btn-box label.toggle {
  position: relative;
  height: 26px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
article.toggle-btn-box label.toggle input {
  display: none;
  cursor: pointer;
}
article.toggle-btn-box label.toggle input:checked ~ .toggle-txt.toggle-on-txt {
  display: block;
}
article.toggle-btn-box label.toggle input:checked ~ .toggle-txt.toggle-off-txt {
  display: none;
}
article.toggle-btn-box label.toggle input:checked ~ .toggle-bg {
  background-color: #80BFDB;
}
article.toggle-btn-box label.toggle input:checked ~ .toggle-bg:after {
  left: 30px;
  background-color: #fff !important;
  transition: left 0.3s ease-out;
}
article.toggle-btn-box label.toggle .toggle-off-txt {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  line-height: 17px;
}
article.toggle-btn-box label.toggle .toggle-on-txt {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  line-height: 17px;
}
article.toggle-btn-box label.toggle .toggle-txt {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  line-height: 17px;
}
article.toggle-btn-box label.toggle .toggle-txt + .toggle-bg {
  margin-left: 7px;
}
article.toggle-btn-box label.toggle .toggle-txt.toggle-off-txt {
  display: block;
}
article.toggle-btn-box label.toggle .toggle-txt.toggle-on-txt {
  display: none;
}
article.toggle-btn-box label.toggle .toggle-txt:first-child {
  margin-right: 6px;
}
article.toggle-btn-box label.toggle .toggle-txt:last-child {
  margin-left: 6px;
}
article.toggle-btn-box label.toggle .toggle-bg {
  position: relative;
  display: inline-block;
  border-radius: 100px;
  width: 54px;
  height: 100%;
  z-index: 9;
  background: #a5a5a5;
}
article.toggle-btn-box label.toggle .toggle-bg:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 50%;
  transition: left 0.3s ease-out;
  padding: 0;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  z-index: 10;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.231372549);
}

.sbox {
  position: relative;
  text-align: left;
}
.sbox.full {
  width: 100%;
}
.sbox.state-error .set {
  border: 1px solid #FF5757;
}
.sbox.short {
  width: 120px;
}
.sbox.normal {
  width: 150px;
}
.sbox .set {
  width: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  height: 34px;
  padding: 0 30px 0 12px;
  cursor: pointer;
  text-align: center;
  border: 1px solid #EDD0C6;
  background: #fff url("../img/ic_select_arrow.svg") no-repeat center right 4px;
}
.sbox .set.on .set-txt {
  color: #212121;
}
.sbox .set.active {
  border: 1px solid #4B3C38;
  background: #fff url("../img/ic_select_arrow_on.svg") no-repeat center right 4px;
}
.sbox .set.active .set-txt {
  color: #212121;
}
.sbox .set.active ~ .select-menu {
  display: block;
}
.sbox .set .set-txt {
  color: #212121;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.sbox .select-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 38px;
  z-index: 20;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1607843137);
  border-radius: 4px;
  padding: 4px 0;
}
.sbox .select-menu li .option-btn {
  padding: 0 12px;
  height: 32px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #212121;
}
.sbox .select-menu li .option-btn:hover {
  background-color: #FDF5F2;
}
.sbox.off select {
  color: #aaa !important;
}
.sbox.type-1 select {
  color: #666;
  background-color: #FBFBFB;
}
.sbox select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  color: #AAAAAA;
  font-size: 14px;
  border-radius: 4px;
  height: 34px;
  padding: 0 40px 0 12px;
  cursor: pointer;
  border: 1px solid #EDD0C6;
  background: #fff url("../img/ic_select_arrow.svg") no-repeat center right 4px;
}
.sbox select.selected {
  color: #212121;
}

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 .rbox {
  line-height: 1;
}
.rbox-list .rbox + .rbox {
  margin-left: 16px;
}

.cbox-list .cbox + .cbox {
  margin-left: 25px;
}

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

.cbox {
  position: relative;
  display: inline-block;
  font-size: 0;
}
.cbox label {
  cursor: pointer;
  align-items: center;
  display: inline-flex;
}
.cbox label input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
.cbox label input[type=checkbox]:checked ~ i {
  background: url("../img/ic_cbox_on.svg") no-repeat center/cover;
}
.cbox label i {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 0;
  background: url("../img/ic_cbox_off.svg") no-repeat center/cover;
}
.cbox label .txt {
  padding-left: 27px;
  color: #000;
  font-size: 14px;
  line-height: 22px;
}

/*# sourceMappingURL=ui.css.map */
</pre></body></html>