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

#review-board-type {
  padding: 20px 15px 80px;
}

#review-board-type .rbItem dl {
}
#review-board-type .rbItem dl dt {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}
#review-board-type .rbItem dl dt img {
  width: 125px;
}
#review-board-type .rbItem dl dd {
  line-height: 20px;
}
#review-board-type .rbItem dl dd.subject {
  font-weight: bold;
  word-break: break-all;
}
#review-board-type .rbItem dl dd.link-view {
}
#review-board-type .rbItem dl dd.link-view a {
  width: 85px;
  height: 23px;
  border: 1px solid #c7c7c7;
  display: inline-block;
  text-align: center;
  line-height: 23px;
  font-weight: bold;
  margin-top: 10px;
}
#review-board-type .rbInfo {
  clear: both;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--inputLIne);
}
#review-board-type .rbInfo dt {
  color: var(--black);
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
#review-board-type .rbInfo dd {
  color: var(--black500);
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  margin-top: 10px;
}

#review-board-type .rbInfo dd .notice-hit {
  margin-left: 20px;
}

#review-board-type .rbInfo dd .notice-date::after {
  content: "";
  width: 1px;
  height: 14px;
  background: var(--inputLIne);
  position: absolute;
  margin: 0 10px;
}

#review-board-type .rbInfo dd .rb_name {
}
#review-board-type .rbInfo dd .rb_name img {
  vertical-align: middle;
}
#review-board-type .rbInfo dd .split {
  padding: 0 5px;
}
#review-board-type .rbInfo .rb_rating {
  position: relative;
}
#review-board-type .rbInfo .rb_rating .rb_star {
  display: block;
}
#review-board-type .rbContent {
  color: var(--black800);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  word-break: break-all;
  padding: 20px 0 40px;
}
#review-board-type .rbContent img {
  max-width: 100%;
}
#review-board-type .rbContent .rb_addInfo {
  margin-bottom: 10px;
  border-bottom: 1px solid #c6c6c6;
}
#review-board-type .rbContent .rb_addInfo dl {
  border: 1px solid #c6c6c6;
  padding: 7px 10px;
  border-bottom: none;
}
#review-board-type .rbContent .rb_addInfo dl dt {
  float: left;
  padding-right: 6px;
  font-weight: bold;
}
#review-board-type .rbContent .rb_addInfo dl dd {
  min-height: 20px;
}
#review-board-type .rbContent .rb_thumbs {
  text-align: center;
}
#review-board-type .rbContent .rb_icons {
  padding-top: 20px;
  text-align: right;
}
#review-board-type .rbContent .rb_icons img {
  width: 29px;
  margin-left: 2px;
}
#review-board-type .rbRelations {
  border-top: 2px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  padding: 15px 0;
}
#review-board-type .rbRelations h5 {
  text-align: left;
  font-weight: bold;
  padding: 0 10px;
  margin-bottom: 5px;
}
#review-board-type .rbRelations ul {
  padding: 0 8px;
}
#review-board-type .rbRelations ul li {
  font-size: 12px;
}
#review-board-type .reply-write {
  background-color: #f9f9f9;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  padding: 10px;
}
#review-board-type .reply-write h5 {
  font-weight: bold;
}
#review-board-type .reply-write table {
  width: 100%;
}
#review-board-type .reply-write table .agree {
  position: relative;
}
#review-board-type .reply-write table .agree li {
  padding: 10px 0;
}
#review-board-type .reply-write table .agree li .btn_White {
  position: absolute;
  right: 10px;
  width: 65px;
  top: 0;
}
#review-board-type .reply-write table .agree label {
  margin-left: 5px;
}
#review-board-type .reply-write table .agree .privacy-agree-btn {
  border: 1px solid #bbb;
  background-color: #fff;
  float: right;
  padding: 4px 10px;
}
#review-board-type .reply-write table .agree .privacy-agree-btn strong {
  font-weight: normal;
}
#review-board-type .reply-write table th {
  font-weight: normal;
  text-align: left;
}
#review-board-type .reply-write table .w-100 {
  width: 100%;
}
#review-board-type .reply-write table th {
  padding: 5px 0;
}
#review-board-type .reply-write table td {
  padding: 5px 0;
}
#review-board-type .reply-write table .custom {
  padding-right: 74px;
  position: relative;
}
#review-board-type .reply-write table .custom .w-100 {
  height: 45px;
}
#review-board-type .reply-write table .custom .btn_Grey {
  width: 65px;
  height: 45px;
  line-height: 45px;
  position: absolute;
  top: 0;
  right: 0;
}
#review-board-type .sub-reviews li {
  border-bottom: 1px solid #bebebe;
  padding: 10px;
}
#review-board-type .sub-reviews li .info {
  margin-bottom: 5px;
}
#review-board-type .sub-reviews li .info .id {
  font-size: 0.917em;
  color: #7d7d7d;
}
#review-board-type .sub-reviews li .info .btn_White {
  width: 54px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  float: right;
  margin-left: 5px;
}

#review-board-type .grayBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#review-board-type .rb_white_btn {
  border: 1px solid #c6c6c6;
  height: 22px;
  line-height: 22px;
  text-align: center;
  display: inline-block;
  padding: 0 10px;
}
#review-board-type .rb_gray_btn {
  color: #ffffff;
  background-color: #858585;
  display: inline-block;
  text-align: center;
  width: 56px;
  height: 36px;
  line-height: 36px;
}

/* 다른 게시글 */
#review-board-type .board-Chain {
  margin-top: 40px;
  border-top: 1px solid var(--black800);
}
#review-board-type .board-Chain li {
  padding: 15px;
  border-bottom: 1px solid var(--inputLIne);
  display: flex;
  gap: 20px;
  align-items: center;
}
#review-board-type .board-Chain li a {
  color: var(--black800);
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#review-board-type .board-item {
  color: var(--black400);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.28px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: auto;
  white-space: nowrap;
}
#review-board-type .board-item .arrow-btn {
  background: url(/design/skinfood/skinfood/images/wib/MO/detail/notice-arrow-down.svg)
    no-repeat;
  width: 15px;
  height: 10px;
}

#review-board-type .board-item .arrow-btn.up {
  transform: rotate(180deg);
}
#review-board-type .board-list {
  margin-top: 20px;
  border-top: 1px solid #dfdfdf;
}
#review-board-type .board-list li.list {
  padding: 10px;
  border-bottom: 1px solid #dfdfdf;
}
/* 다른 게시글 */

/* 추가 css */
#bbsData {
  width: 1200px;
  margin: 0 auto;
}

/* 페이지 */
#bbsData .category_depth {
  width: 100%;
}

#bbsData .category_depth ul.list {
  padding: 16px 0;
}

#bbsData .category_depth ul.list li.item {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 21px;
}

#bbsData .bbs-tit {
  text-align: center;
}
#bbsData .bbs-tit h3 {
  float: inherit;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -0.9px;
  color: #333;
  margin-bottom: 65px;
}

#bbsData .bbs-table-view thead th {
  border: none;
  padding: 0 0 18px 0;
}

#bbsData .bbs-table-view thead th > div {
  padding: 0 0 0 30px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
  color: #111;
}

#bbsData .bbs-table-view tbody td {
  padding: 0 0 25px 30px;
}

#bbsData .bbs-table-view tbody td.line {
  border-bottom: 1px solid #ebebeb;
}

#bbsData .cont-sub-des span {
  margin-right: 20px;
  font-size: 15px;
  font-weight: 400;
  color: #a0a0a0;
  line-height: 1;
  position: relative;
}

#bbsData .cont-sub-des span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #ebebeb;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

#bbsData .cont-sub-des > div:nth-child(2) span::after {
  display: none;
}

#bbsData .cont-sub-des > div {
  padding-top: 0;
  display: inline-flex;
}

#bbsData .data-bd-cont {
  padding: 40px 0 0;
}

#bbsData .view-link {
  padding: 100px 0 0;
  text-align: center;
}

#bbsData .view-link dd a {
  width: 360px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #ddd;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.48px;
  color: #666 !important;
  line-height: 50px;
}

#bbsData .view-link dd a:hover {
  border: 1px solid #111;
  color: #111 !important;
  background: #fff;
}

#bbsData .list-link {
  margin-top: 100px;
  margin-bottom: 283px;
  padding: 0;
  border-top: 1px solid #111;
}

#bbsData .list-link li {
  padding: 17px 20px;
  border-bottom: 1px solid #ebebeb;
}

#bbsData .list-link li .arrow {
  color: #a0a0a0;
  padding: 0 15px 0 27px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.3px;
}

#bbsData .list-link li .arrow.prev {
  background: url(/design/skinfood/skinfood/images/wib/PC/common/icon_top_arrow.svg)
    no-repeat left 1px;
}
#bbsData .list-link span.arrow.next {
  background: url(/design/skinfood/skinfood/images/wib/PC/common/icon_arrow_down.svg)
    no-repeat left 1px;
}

#bbsData .bbs-table-list tbody td a {
  margin-right: 10px;
}

/* BASIC css end */

