/* BASIC css start */
/* 검색창 미노출 */
.category-top-bar__search-icon {
  display: none !important;
}

#faqlayout {
  padding: 20px 15px 80px;
}

#faqlayout .board-search__info {
  color: var(--black800);
  font-size: 14px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: -0.36px;
  display: flex;
  align-items: center;
  justify-content: right;
  margin-top: 20px;
}

#faqlayout .board-search__btn {
  font-weight: 600;
  position: relative;
  margin-left: 5px;
}

#faqlayout .board-search__btn:after {
  position: absolute;
  left: 0;
  bottom: -3px;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: var(--black800);
  content: "";
}

#faqlayout .faq-menu.clearFix {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--inputLIne);
  margin-top: 30px;
}

#faqlayout .faq-menu.clearFix a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-right: 1px solid var(--inputLIne);
  border-bottom: 1px solid var(--inputLIne);
  height: 40px;
  color: var(--black800);
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: -0.36px;
  background: var(--white);
}

#faqlayout .faq-menu.clearFix a:nth-child(4) {
  margin-right: -1px;
}

#faqlayout .faq-menu.clearFix a:nth-child(5),
#faqlayout .faq-menu.clearFix a:nth-child(6),
#faqlayout .faq-menu.clearFix a:nth-child(7) {
  margin-bottom: -1px;
}

#faqlayout .faq-menu.clearFix .category-item1 {
  background: var(--black);
  color: var(--white);
}

#faqlayout .board-list {
  margin: 40px 0;
  border-top: 1px solid var(--inputLIne);
}

#faqlayout .board-list li {
  padding: 20px 0;
  border-bottom: 1px solid var(--inputLIne);
}

#faqlayout .bus_subject.board-item__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#faqlayout .bus_subject.board-item__title a {
  display: flex;
  flex-direction: column;
}

#faqlayout .bus_subject.board-item__title span.cat {
  color: var(--black700);
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

#faqlayout .bus_subject.board-item__title span.title {
  color: var(--black800);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  margin-top: 10px;
}

#faqlayout .faq_content.board-item__content {
  padding-top: 20px;
  color: var(--black800);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}

#faqlayout .hand.board-item__btn {
  background-image: url(/design/skinfood/skinfood/images/wib/MO/detail/arrow-down.svg);
  width: 22px;
  height: 14px;
  transition: transform 0.3s ease;
}

#faqlayout .board-item--active .board-item__btn {
  transform: rotate(180deg);
}

/* 검색창 */
.faq-page .btn-submit {
  background: url(/design/skinfood/skinfood/images/wib/PC/common/icon_search.svg)
    no-repeat center center;
  width: 24px;
  height: 24px;
  border: none;
  position: absolute;
  right: 15px;
  bottom: 10px;
}

.faq-page .search-wrap {
  width: 800px;
  height: 34px;
  box-sizing: content-box;
  margin: 40px auto 0px;
  padding: 0px 0px 20px;
}

.faq-page .search-wrap fieldset {
  display: flex;
  border-bottom: 1px solid #231815;
  position: relative;
}

.faq-page .search-wrap fieldset select {
  width: 110px;
  padding: 0px 35px 10px 15px;
  border: none;
  height: 34px;
  color: #505050;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.32px;
}

.faq-page .keyword {
  margin-bottom: 5px;
}

.faq-page .MS_input_txt {
  height: 35px;
  width: 675px;
  border: none !important;
  line-height: 35px;
  padding: 0 30px 0 39px !important;
  color: #111;
  margin: 0;
  box-sizing: border-box;
}

.faq-page .MS_input_txt::placeholder {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.48px;
  color: #ccc;
}

.faq-page .faq-desc {
  width: 800px;
  margin: 0 auto;
}

.faq-page .faq-desc a {
  margin-left: 5px;
}

.item-search {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
}

.search-wrap {
  border-bottom: 1px solid #333;
  display: flex;
  width: 100%;
  height: 40px;
  align-items: center;
}

.search-wrap input[type="text"] {
  border: none !important;
  color: var(--black800);
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.48px;
  height: 100%;
  margin-right: 0;
  padding-bottom: 10px;
  width: 100%;
  height: 40px;
}

.myshop-page .default-board__search--select:after {
  background: url(/design/skinfood/skinfood/images/wib/MO/detail/select-arrow-down.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right center;
  content: "";
  position: absolute;
  top: 38%;
  right: 15px;
  transform: translateY(-50%);
  width: 11px;
  height: 7px;
}

.wrap {
  width: 100%;
}

.wrap:before {
  content: "";
  width: 1px;
  height: 16px;
  background: var(--inputLIne);
  position: absolute;
  top: 7px;
}

.default-board__search-btn {
  left: auto;
  margin: 0;
  width: 24px;
  height: 24px;
  background: url(/design/skinfood/skinfood/images/wib/PC/common/header_searchIcon.svg)
    no-repeat;
  position: absolute;
  right: 15px;
  top: 0;
  border: none;
  background-size: 100% auto;
  font-size: 0;
}

.item-search label {
  position: relative;
}

.item-search select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 110px;
  padding: 0 25px 10px 15px;
  border: none;
  height: 40px;
  color: var(--black700);
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.32px;
  background-position: right 12px bottom 20px;
}

/* BASIC css end */

