@charset "UTF-8";
/* scroll */
.scroll {
  overflow: auto;
}

.scroll::-webkit-scrollbar {
  width: 6px;
}

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

.scroll::-webkit-scrollbar-thumb {
  background-color: var(--black40);
  border-radius: 3px;
}

/*  button */
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  backdrop-filter: blur(37px);
  /* 추가 */
  transition: all 0.35s ease;
}

.btn .ic {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.btn-black {
  background-color: var(--black100);
  color: var(--white100);
}

.btn-black:hover {
  background-color: var(--black80);
}

.btn-black .ic {
  background-color: var(--white100);
}

.btn-light {
  background-color: var(--black15);
  color: var(--black100);
}

.btn-light:hover {
  background-color: var(--black30);
}

.btn-white {
  background-color: var(--white100);
  color: var(--black100);
}

.btn-white:hover {
  background-color: var(--black15);
}

.btn-light .ic,
.btn-white .ic {
  background-color: var(--black100);
}

.btn-ic {
  width: 48px;
  height: 48px;
  padding: 12px;
  gap: 0;
}

.btn-ic-51 {
  width: 51px;
  height: 51px;
}

.btn-h51 {
  height: 51px;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.18px;
}

.btn-h51.btn-ic-txt {
  padding: 12px 24px 12px 20px;
}

@media screen and (max-width: 1599px) {
  .btn-h51.btn-ic-txt {
    padding: 12px 18px 12px 14px;
  }
}
.btn-h51.btn-txt-ic {
  padding: 12px 20px 12px 24px;
}

.btn-h48 {
  height: 48px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -0.16px;
}

.btn-h48.btn-ic-txt {
  padding: 9.5px 18px 8.5px 14px;
}

.btn-h48.btn-txt-ic {
  padding: 9.5px 14px 8.5px 18px;
}

.btn-h45 {
  height: 45px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: -0.4px;
  border-radius: 30px;
  pointer-events: none;
}

@media screen and (max-width: 1599px) {
  .btn {
    padding: 9.5px 18px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 1023px) {
  .btn-mo-h42 {
    height: 42px;
    padding: 10px 18px;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: -0.15px;
    font-weight: 600;
  }
  .btn-mo-h32 {
    height: 32px;
    padding: 6px 12px;
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: -0.13px;
    font-weight: 600;
    gap: 0;
  }
  .btn-mo-h32.btn-ic-txt {
    padding: 6px 10px 6px 12px;
  }
  .btn-mo-h32.btn-txt-ic {
    gap: 0;
    padding: 6px 10px 6px 12px;
  }
  .btn-mo-h32.btn-ic-txt {
    padding: 6px 12px 6px 10px;
  }
  .btn-mo-h32.btn-ic-txt .ic,
  .btn-mo-h32.btn-txt-ic .ic {
    width: 20px;
    height: 20px;
  }
  .btn-mo-ic-42 {
    width: 42px;
    height: 42px;
    padding: 11px;
  }
  .btn-mo-ic-42 .ic {
    width: 20px;
    height: 20px;
  }
}
#frmSearch {
  width: 100%;
  max-width: 355px;
}
#frmSearch.frmSelect {
  max-width: 160px;
}
#frmSearch.form-media {
  max-width: 100%;
}

/* 검색창 */
.search-box {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 20px 0 0;
  border-radius: 8px;
  border: 1px solid transparent;
  background: var(--black15);
}

.search-box input {
  flex: 1;
  width: 100%;
  color: var(--black100);
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.16px;
  border: none;
  outline: none;
  background: transparent;
}

.search-box.blur input,
.search-box input::placeholder {
  color: var(--black60);
}

.search-box button {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  cursor: default;
}

.search-box:not(.focused) .search-button i {
  background-color: var(--black60);
}

.search-box .search-button i {
  cursor: pointer;
}

@media screen and (max-width: 1599px) {
  #frmSearch {
    max-width: 275px;
  }
  #frmSearch.w355 {
    max-width: 355px;
  }
}
@media screen and (max-width: 767px) {
  #frmSearch {
    max-width: 100%;
  }
  #frmSearch.w355 {
    max-width: 100%;
  }
  #frmSearch.frmSelect {
    max-width: 100%;
  }
}
.filter-open-btn {
  display: none;
}

@media screen and (max-width: 1023px) {
  .filter-open-btn {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    overflow: hidden;
  }
  .filter-open-btn a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}
.clear-button {
  position: relative;
  width: 18px !important;
  height: 18px !important;
  cursor: pointer;
  background-color: var(--black35);
  border-radius: 50%;
  text-align: center;
  display: none;
}

.clear-button.visible {
  display: inline;
}

.clear-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color:none !important;
}

@media screen and (max-width: 1023px) {

  /* .clear-button  {
    width: 16px !important;
    height: 16px !important;
  } */
  .clear-button i {
  }
}
/* input */
input[type=text],
input[type=password],
textarea {
  font-weight: 600;
  letter-spacing: -0.16px;
}

input::placeholder,
textarea::placeholder {
  color: var(--black60);
}

/*
input[type="text"]:disabled,
input[type="password"]:disabled,
textarea:disabled {
  background-color: var(--black10);
  color: var(--black70);
}
*/
input[type=text],
input[type=password] {
  height: 48px;
  padding: 12px 20px;
  border-radius: 8px;
  background-color: var(--black15);
  color: var(--black100);
  font-size: 1.6rem;
  line-height: 1.5;
  border: 1px solid transparent;
}

textarea {
  resize: none;
}

.disabled {
  pointer-events: none;
  border-color: var(--black30);
  background-color: var(--black10);
  color: var(--black70);
}

/* select */
.select {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 160px;
  color: var(--black100);
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  background-color: var(--black15);
  border-radius: 8px;
  cursor: pointer;
  /* padding: 12px 44px 12px 20px; */
}

.select:focus {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select:focus .option-list {
  display: block;
}

.select .selected-item {
  color: var(--black100);
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: -0.16px;
  display: block;
  width: 100%;
  min-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  pointer-events: none;
  padding: 12px 44px 12px 20px;
  max-width: 160px;
}

.select .selected-item::after {
  content: "";
  display: inline-block;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url("../../images/ic/ic-sm-open-down.svg");
  mask-image: url("../../images/ic/ic-sm-open-down.svg");
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-color: var(--black60);
}

.select:focus .selected-item::after {
  -webkit-mask-image: url("../../images/ic/ic-sm-close-up.svg");
  mask-image: url("../../images/ic/ic-sm-close-up.svg");
  background-color: var(--black100);
}

.select .option-list {
  display: none;
  width: 100%;
  max-height: 256px;
  position: absolute;
  left: 0;
  top: 48px;
  padding: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: var(--black15);
  word-break: keep-all;
  z-index: 1;
}

.select .option-item {
  color: var(--black80);
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.16px;
  display: block;
  text-align: left;
  padding: 11px 12px;
  height: 40px;
  border-radius: 6px;
  overflow: hidden;
}

.select .option-item:hover {
  background-color: var(--black30);
}

.select .option-item.active {
  background-color: var(--black30);
  color: var(--black100);
  font-weight: 600;
}

.reset-bx .reset-btn {
  padding: 12px 16px;
  color: var(--black100);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.16px;
}

@media screen and (max-width: 1599px) {
  .reset-bx .reset-btn {
    width: 73px;
    padding: 0;
    color: var(--black100);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.16px;
  }
}
/* pagenation */
/* .pagenation {
  padding: 16px 0;
} */
.pagenation button {
  margin: 0 4px;
  padding: 3.5px 5.5px;
  min-width: 34px;
  height: 34px;
  border-radius: 17px;
  border: none;
}

.pagenation .icon:first-of-type {
  margin-left: 0;
}

.pagenation .icon:last-of-type {
  margin-right: 0;
}

.pagenation .icon .ic,
.pagenation .page-ellipsis .ic {
  background-color: var(--black60);
}

.pagenation button:disabled .ic {
  background-color: var(--black30);
}

.pagenation.page-ellipsis, .pagenation .num {
  padding: 3.5px 5.5px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  color: var(--black60);
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
}

.pagenation .num:hover {
  color: var(--black100);
}

.pagenation .num.active {
  background-color: var(--black15);
  color: var(--black100);
}

.pagenation.page-ellipsis:disabled, .pagenation .num:disabled {
  pointer-events: none;
  background-color: transparent;
  border: 1px solid none;
  color: var(--black40);
  cursor: default;
}

@media screen and (max-width: 1023px) {
  .pagenation {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pagenation button {
    margin: 0 5px;
    padding: 2.5px 2px;
    min-width: 28px;
    height: 28px;
    border-radius: 14px;
  }
  .pagenation.page-ellipsis, .pagenation .num {
    padding: 2.5px 4.5px;
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=components.css.map */