/* brandList.css */

/* dropdown */
.brand-filter .dropdown-wrap .dropdown-toggle {
  height: 58px;
  width: 160px;
  border: none;
}
.brand-filter .dropdown-wrap ul.dropdown {
  width: 160px;
  top: 59px;
  max-height: 300px;
}

/* U-3 브랜드 페이지 - 섹션 */
.content-wrap .brand-list-wrap { margin-top: 60px; }
.content-wrap .brand-list-wrap h1 { text-align: center; }

.content-wrap .brand-list-wrap .hot-brand-wrap { margin-top: 60px; }
.content-wrap .brand-list-wrap .hot-brand-wrap h2 { font-weight: 600; }
.content-wrap .brand-list-wrap .hot-brand-wrap ul {
  display: flex;
  border: 1px solid #ccc;
  padding: 35px 40px;
  margin-top: 20px;
  justify-content: space-between;
}
.content-wrap .brand-list-wrap .hot-brand-wrap ul a {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.content-wrap .brand-list-wrap .hot-brand-wrap ul a .brand-name {
  position: absolute;
  display: none;
  top: 100%;
  left: 50%;
  color: #ff5b37;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding-top: 5px;
  white-space: nowrap;
  transform: translateX(-50%);
}
.content-wrap .brand-list-wrap .hot-brand-wrap ul li:hover a .brand-name { display: block; }

.content-wrap .brand-list-wrap .brand-list { margin-top: 30px; }
.content-wrap .brand-list-wrap .brand-list .filter-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.brand-list .filter-wrap .filter-btn-wrap button {
  width: auto;
  height: 29px;
  color: #555;
  font-size: 13px;
  font-weight: 500;
  line-height: 29px;
  border-radius: 67px;
  background: #f5f5f5;
  padding: 0 15px;
  margin-right: 8px;
}
.brand-list .filter-wrap .filter-btn-wrap button.on {
  color: #fff;
  background: #000;
}
.brand-list .search-wrap { position: relative; }
.brand-list .search-wrap input {
  width: 463px;
  height: 42px;
  font-size: 18px;
  border-bottom: 1px solid rgba(51, 51, 51, .3);
}
.brand-list .search-wrap input:focus { border-bottom: 1px solid rgba(51, 51, 51, 1); }
.brand-list .search-wrap button {
  position: absolute;
  top: 50%;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(-50%);
}
.brand-list .search-wrap button.brand-search-btn {
  right: 0;
  width: 30px;
  height: 30px;
  background-image: url(https://contents.k-village.co.kr/front/pc/images/common/ico24-search.svg);
}
.brand-list .search-wrap .brand-search-btn:not(.is-active) { opacity: .3; }
.brand-list .search-wrap .brand-search-btn.is-active { opacity: 1; }
.brand-list .search-wrap button.brand-search-reset {
  right: 39px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #ddd;
  background-image: url(https://contents.k-village.co.kr/front/pc/images/common/remove-white.svg);
}
.brand-list .search-wrap .brand-search-reset.is-active { display: block; }
.brand-list .search-wrap .brand-search-reset:not(.is-active) { display: none; }

.brand-list .sort-filter {
  display: flex;
  width: 100%;
  background: #f6f6f6;
  padding: 0 30px;
  margin-top: 20px;
  justify-content: space-between;
  align-items: center;
}
.brand-list .sort-filter .text-sort { display: flex; }
.brand-list .sort-filter .text-sort > a {
  position: relative;
  display: block;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 58px;
}
.brand-list .sort-filter .text-sort > a:focus { outline: none; }
.brand-list .sort-filter .text-sort > a.on { color: #000; }
.brand-list .sort-filter .text-sort > a::after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #000;
  transform: skewX(135deg);
}
.brand-list .sort-filter .text-sort > a ~ a { margin-left: 16px; }
.brand-list .sort-filter .text-sort > a.on::after { display: block; }
.brand-list .sort-filter .text-sort .text-sort-list { margin-left: 44px; }
.brand-list .sort-filter .text-sort ul { display: none; }
.brand-list .sort-filter .text-sort ul.on {
  display: flex;
  gap: 24px;
}
.brand-list .sort-filter .text-sort ul li a {
  color: #888;
  font-size: 16px;
  font-weight: 500;
  line-height: 58px;
}
.brand-list .sort-filter .text-sort ul li a:focus { outline: none; }
.brand-list .sort-filter .text-sort ul li.on a {
  color: #000;
  font-weight: 600;
}

.brand-list .sort-filter .sort-btn { display: flex; }
.brand-list .sort-filter .sort-btn label {
  font-weight: 500;
  padding: 0 0 0 32px;
}
.brand-list .sort-filter .sort-btn .k-check { margin-left: 24px; }

.brand-list-wrap .brand-box {
  border-bottom: 1px solid #eee;
  padding: 30px 0 20px;
}
.brand-list-wrap .brand-box h3 { font-weight: 500; }
.brand-list-wrap .brand-box ul {
  display: flex;
  padding: 20px 0 10px;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 70px;
}
.brand-list-wrap .brand-box ul li {
  display: flex;
  width: 270px;
  align-items: center;
}
.brand-list-wrap .brand-box ul .favorite-wrap { text-align: center; }
.brand-list-wrap .brand-box ul .favorite-wrap .brand-favorite {
  display: block;
  width: 30px;
  height: 15px;
  background-image: url(https://contents.k-village.co.kr/front/pc/images/common/ico-favorite.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 14px;
}
.brand-list-wrap .brand-box ul .favorite-wrap.on .brand-favorite {
  background-image: url(https://contents.k-village.co.kr/front/pc/images/common/ico24-heart-fill.svg);
}
.brand-list-wrap .brand-box ul .favorite-wrap span {
  display: inline-block;
  color: #999;
  font-size: 11px;
  margin-top: 7px;
}
.brand-list-wrap .brand-box ul a { margin-left: 10px; }
.brand-list-wrap .brand-box ul a span {
  color: #999;
  font-size: 13px;
  font-weight: 500;
}
.brand-list-wrap .brand-box ul a .en-tit {
  display: flex;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
  align-items: center;
}
.brand-list-wrap .brand-box ul a.own-brand .en-tit { font-weight: 800; }
.brand-list-wrap .brand-box ul a.new-tag .en-tit::after {
  content: 'NEW';
  display: block;
  width: 32px;
  height: 15px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
  border-radius: 2px;
  background: #ff5b37;
  padding-top: 1px;
  margin-left: 5px;
}

.brand-list-wrap .no-brand p {
  color: #888;
  font-size: 20px;
  text-align: center;
  padding: 60px 0;
}

.brand-list-content { display: none; }
.brand-list-content.on { display: block; }
