.sec-exD-intro {
  margin-bottom: 3rem;
}

.sec-exD h2,
.sec-exD h4 {
  font-weight: 600;
  color: #212121;
}

.sec-exD h2 {
  line-height: 1.6;
  padding-bottom: 1.5rem;
}

.sec-exD h4 {
  padding-bottom: 25px;
}

.exd-slogan {
  line-height: 1.2;
  margin-bottom: 20px;
}

.exd-num {
  font-size: 2.4rem;
  font-weight: 600;
  /* letter-spacing: 0.2rem; */
  color: #212121;
}

.bor-black {
  border-bottom: 3px solid #212121;
}

.btn-type {
  border: 2px solid #212121;
  border-radius: 10px;
}

.btn-type i {
  color: var(--sub-colorC);
}

.btn-type.active {
  color: #ffffff;
  background-color: var(--sub-colorC);
}

.btn-type.active i {
  color: var(--main-colorY);
}

.level-dropdown-menu {
  width: 50%;
  border: 2px solid #000;
  border-radius: 10px;
  margin-top: 0.5rem;
  margin-bottom: 0;
  background: #fff;
  text-align: left;
}

.level-dropdown-item {
  padding: 0.5rem 0.75rem;
  display: block;
  color: #000;
}

.level-dropdown-item:hover {
  color: #ffffff;
  background-color: var(--sub-colorC);
  cursor: pointer;
}

.level-dropdown-item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.level-dropdown-item:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media (max-width: 576px) {
  .bor-black .search-bar {
    margin-bottom: 25px;
  }

  .btn-type {
    display: block;
    margin-bottom: 12px;
  }
}

/* ====================================================
# sec-exD-brand
==================================================== */
.sec-exD-brand {
  margin: 1rem 1rem 4rem;
}

.exd-tag {
  font-size: 15px;
  padding: 0 10px;
  position: absolute;
  border: 2px solid #212121;
  border-radius: 12px;
  background-color: var(--main-colorY);
  left: 0;
  top: 8px;
  z-index: 10;
}

.exd-img {
  position: relative;
  overflow: hidden;
  padding: 25px 20px 10px;
  text-align: center;
  border: 2px solid #dddddd;
  border-radius: 6px;
}

.exd-img *,
.exd-img *:before,
.exd-img *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.exd-img:before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.exd-img img {
  max-width: 100%;
  vertical-align: top;
}

.exd-img i {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background-color: var(--main-colorY);
  border-radius: 3px;
  color: #000000;
  display: block;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  opacity: 0;
  border-radius: 50%;
}

.exd-img i:before {
  color: #212121;
}

.exd-img i:hover {
  background-color: #d2b17f;
  cursor: pointer;
}

.exd-img a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.exd-img:hover:before,
.exd-img.hover:before {
  opacity: 1;
  -webkit-transform: scale(2);
  transform: scale(2);
}

.exd-img:hover i,
.exd-img.hover i {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
}

.exd-brand {
  padding: 0px 10px;
  margin-bottom: 2.5rem;
  line-height: 1.2;
  min-height: 42px;
}

@media (max-width: 576px) {
  .exd-brand {
    margin-bottom: 30px;
    min-height: auto;
  }
}
