/* 브랜드 전체, 베스트 공통 */

.before_btn {
  height: 69px;
  line-height: 69px;
  font-size: 20px;
  font-family: "'Noto Sans KR'";
  position: relative;
  padding-left: 15px;
  cursor: pointer;
}
.before_btn span {
  display: block;
  width: 9px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0px;
  top: 38px;
  transform: rotate(45deg);
}
.before_btn span:last-child {
  transform: rotate(-45deg);
  top: 32px;
}

.section {
  background-image: url("/resource/pc/iueditor/project/brand/back.png");
  background-position: center center;
  background-size: cover;
  height: 200px;
}
.center-box-10 {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}
.box {
  margin-top: 0;
  top: 39px;
}
.text-13 {
  font-size: 35px;
  font-weight: 700;
  color: #000;
  height: 52px;
}
.text-14 {
  font-size: 23px;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
}
.brand-main-p {
  font-size: 23px;
  text-align: center;
  margin-top: 44px;
}

.text-17-no {
  margin-top: 20px;
  margin-bottom: 40px;
}

.brand-big-wrap {
  margin-top: 40px;
}

.cell {
  margin-top: 0;
  margin-bottom: 48px;
}

/* 브랜드 베스트 */
.brand-big-wrap:after {
  display: block;
  clear: both;
  content: "";
}

.brand-best-bigbox {
  font-family: "'Noto Sans KR'";
  width: 577px;
  height: 275px;
  float: left;
  margin: 0 46px 40px 0;
  border-radius: 10px;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
}
.brand-best-bigbox:nth-child(2n) {
  margin-right: 0;
}
.brand-best-bigbox::after {
  content: "";
  display: block;
  clear: both;
}
.brand-best-img {
  width: 275px;
  height: 275px;
  border-radius: 10px 0 0 10px;
  float: left;
  background-color: #d8d8d8;
  overflow: hidden;
}
.brand-best-img img {
  width: 100%;
}

.brand-best-text {
  float: right;
  height: 100%;
  width: 50%;
  box-sizing: border-box;
  padding-top: 21px;
}
.brand-best-sticky {
  width: 55px;
  height: 25px;
  background: #eb2a26;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  border-radius: 3px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.brand-best-tit {
  width: 275px;
  font-size: 23px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 7px;
}
.brand-best-subtit {
  width: 268px;
  height: 50px;
  color: #929292;
  font-size: 17px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}
.brand-best-tag {
  width: 100%;
}
.brand-best-tag ul {
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  padding: 0;
}
.brand-best-tag ul:after {
  content: "";
  display: block;
  clear: both;
}
.brand-best-tag ul li {
  float: left;
  margin-right: 13px;
  color: #009cff;
  font-size: 17px;
  word-break: break-all;
}

/* 브랜드 전체 */

.brand-all-box {
  width: 216px;
  height: 270px;
  margin-bottom: 40px;
  margin-right: 30px;
  float: left;
  font-family: ‘'Noto Sans KR'’;
}
.brand-all-box:nth-child(5n) {
  margin-right: 0;
}
.brand-all-img {
  width: 216px;
  height: 216px;
  border-radius: 10px;
  background-color: #d8d8d8;
  position: relative;
}
.brand-all-sticky {
  width: 55px;
  height: 25px;
  font-size: 15px;
  line-height: 27px;
  position: absolute;
  top: 15px;
  left: 15px;
  background: #eb2a26;
  border-radius: 3px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.brand-all-text {
  margin-top: 7px;
}

.brand-all-tit {
  width: 216px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}

.brand-all-subtit {
  width: 216px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  color: #929292;
}
