@charset "UTF-8";

/* 세탁 및 취급 시 주의 내용 */
.washing-help-wrap {
  border-top: 1.2px solid #000;
  padding-top: 22px;
}
.washing-help-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #F3F3F3;
}
.washing-help-list > li {
  width: 50%;
  min-height: 96px;
  display: flex;
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
  margin-top: -1px;
}
.washing-help-list > li:nth-child(odd) {
  border-right: 1px solid #F3F3F3;
}
.washing-help-list > li:last-child,
.washing-help-list > li:nth-last-child(2) {
  border-bottom: 0;
}
.washing-help-list > li:nth-child(even):nth-last-child(2) {
  border-bottom: 1px solid #F3F3F3;
}
.washing-help-list .img-thumb {
  display: flex;
  width: 80px;
  align-items: center;
  padding: 4px 10px;
}
.washing-help-list .washing-help {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid #F3F3F3;
  padding: 10px 20px;
}
.washing-help-list .washing-help > dt {
  color: #000;
  font-size: 15px;
  line-height: 1.2;
}
.washing-help-list .washing-help > dd {
  margin: 4px 0 0;
  color: #666;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.384;
}
.washing-help-tip {
  border: 1px solid #F3F3F3;
  padding: 20px;
  margin-top: -1px;
}
.washing-help-tip h4 {
  font-weight: 600;
}
.washing-help-tip h4 > span {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
}
.washing-help-tip > ul.row {
  margin-top: 0;
}