.section {
  background-image: url(/resource/pc/iueditor/project/brand/banner_brand.png);
  background-position: center center;
  background-size: cover;
  height: 520px;
}
.text-13 {
  color: #ffffff;
}
.text-14 {
  color: #ffffff;
}
.text-17 {
  margin-bottom: 30px;
}
.brand-big-wrap {
  width: 100%;
  height: 500px;
  margin-bottom: 70px;
}
.brand-big-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.brand-tit-box {
  float: left;
  width: 380px;
  height: 100%;
  margin-right: 30px;
  padding: 46px 55px 46px 36px;
  box-sizing: border-box;
}

.brand-name {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin-right: 10px;
  vertical-align: middle;
  font-family: "'Noto Sans KR'";
  margin-bottom: 7px;
}

.all-view {
  display: inline-block;
  width: 83px;
  height: 27px;
  border-radius: 13.5px;
  line-height: 27px;
  border: 1px solid #000;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding-right: 10px;
  font-size: 15px;
}
.all-view span {
  display: block;
  width: 8px;
  height: 1px;
  background: #000;
  position: absolute;
  right: 8px;
  top: 15px;
  transform: rotate(-45deg);
}
.all-view span:last-child {
  transform: rotate(45deg);
  top: 10px;
}

.brand-subtit {
  font-size: 17px;
  font-family: "'Noto Sans KR'";
  word-break: keep-all;
}

.brand-product-box {
  width: calc(100% - 410px);
  float: left;
  box-sizing: border-box;
}
.brand-product-box:after {
  content: "";
  display: block;
  clear: both;
}
.brand-product {
  box-sizing: border-box;
  width: 180px;
  height: 240px;
  margin-right: 23px;
  margin-bottom: 32px;
  float: left;
}
.brand-product:nth-child(4n) {
  margin-right: 0;
}
.img-box {
  width: 100%;
  height: 180px;
  border-radius: 10px;
  margin-bottom: 7px;
  position: relative;
}
.best-sticker {
  width: 55px;
  height: 25px;
  background: #eb2a26;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  line-height: 25px;
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: "'Noto Sans KR'";
  border-radius: 3px;
}
.brand-product-name {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "'Noto Sans KR'";
}

.brand-product-subtit {
  font-size: 13px;
  color: #929292;
  width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "'Noto Sans KR'";
  margin-top: 1px;
}

.brand-product-more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  border-radius: 10px;
 cursor:pointer;
}

.p-box {
  width: 75px;
  margin: auto;
  text-align: center;
  margin-top: 52px;
  position: relative;
  font-family: "'Noto Sans KR'";
}

.p-box p {
  font-size: 25px;
  color: #fff;
  font-weight: 300;
}
.p-box p.p-box-number {
  padding-left: 19px;
  font-weight: 300;
}

.p-box p span {
  display: block;
  width: 19px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 20px;
  left: 10px;
}

.p-box p span:last-child {
  transform: rotate(90deg);
}

.text-17-no {
  margin-bottom: 0;
}
