/* BASIC css start */
#layout_config.faq-page {
    width: 1200px;
}
 
.faq-page .category-depth {
    margin: 0;
    width: 100%;
}

.faq-page .category-depth__list {
    padding-top: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
  
.faq-page .category-depth__list li {
    font-size: 14px;
    color: #333;
    height: 15px;
}
  
.faq-page .category-depth__list li a {
    font-size: 14px;
    color: #333;
}

.faq-page #layout_config_body {
    width: 100%;
}
  
.faq-page .default-title__container {
    margin-bottom: 40px;
}

.faq-page .default-title {
    display: flex;
    color: #333;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px; /* 100% */
    letter-spacing: -0.9px;
}
  
/* 검색창 */
.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: 125px;
    height: 34px;
    border: none;
    padding: 0 15px;
    line-height: 34px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.32px;
    color: #505050;
}

.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;
  }
  
  /* 필터탭 */
  
  .faq-page .util-tab__list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .faq-page .util-tab__item {
    border: 1px solid #e7e7e7;
    border-left: none;
    width: 130px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .faq-page .util-tab__item a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
  }
  
  .faq-page .util-tab__item--active a {
    color: #fff;
    font-weight: 400;
  }
  
  .faq-page .util-tab__item:before {
    width: 0;
  }
  
  .faq-page .util-tab__item:first-child {
    padding-left: 10px;
    border-left: 1px solid #e7e7e7;
  }
  
  .faq-page .util-tab__item:first-child.util-tab__item--active {
    border-left: 1px solid #000;
  }
  
  .faq-page .util-tab__item--active {
    background: #000;
    border: 1px solid #000;
  }
  
  /* 리스트 */
  .faq-page .faq-table-head {
    display: flex;
    margin-top: 40px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #ebebeb;
    font-size: 15px;
    color: #333;
    font-weight: 500;
    padding: 20px 30px;
  }
  
  .faq-page .faq-head-category {
    width: 110px;
    display: flex;
    justify-content: center;
  }
  
  .faq-page .faq-head-subject {
    width: 900px;
    display: flex;
    justify-content: center;
    margin-left: 30px;
  }
  
  .faq-page .default-board__list {
    border: none;
  }
  
  .faq-page .default-board__container--has-tab {
    margin-top: 0;
  }
  
  .faq-page .default-board__item {
    padding: 0;
    height: 72px;
  }
  
  .faq-page .default-board__item-row {
    display: flex;
    position: relative;
    gap: 60px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    border-bottom: 1px solid #ebebeb;
    padding: 0 30px;
    height: 72px;
  }
  
  .faq-page .default-board__item-cat {
    width: 110px;
    display: flex;
    color: #505050;
    justify-content: center;
    align-items: center;
  }
  
  .faq-page .default-board__item-title {
    width: 860px;
    display: flex;
    align-items: center;
  }
  
  .faq-page .default-board__item-btn {
    background: url(/design/skinfood/skinfood/images/wib/PC/common/footer_select_arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    transition: transform 0.3s ease;
  }
  
  .faq-page .default-board__item-btn--active {
    transform: rotate(180deg);
  }
  
  .faq-page .default-board__content {
    padding: 25px 200px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    border-bottom: 1px solid #ebebeb;
  }
  
  /*페이징*/
  
  #custom.paging_navigation {
    margin: 100px 0 51px;
  }
  
  #custom.paging_navigation a {
    background: none;
  }
  
  /* 메이크샵 미리보기 오버레이 숨기기 */
  #overlay_layer {
    display: none;
  }
  
/* BASIC css end */

