.banner-area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 119px 0;
}
.banner-area .logo-section img {
  width: 195px;
}
.banner-area .logo-section {
  margin-bottom: 42px;
  padding: 0 !important;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}
.banner-area .button_wrapper {
  margin-bottom: 20px;
}
.banner-area .button_wrapper a.btn {
  padding: 5px 12px;
  background: #444444;
  border-radius: 20px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  display: inline-block;
  font-family: Inter;
  line-height: 1.2;
}
.banner-area .title h1 {
  color: #fff;
  margin: 0 0 20px 0;
}
.banner-area .content p {
  color: #fff;
  font-size: 15px;
}

/* Content Type 키워드 스타일 */
.banner-area .content-type-wrapper {
  margin-bottom: 20px;
}

.banner-area .library-type-info {
  display: inline-block !important;
  background-color: #000 !important;
  color: #fff !important;
  padding: 8px 16px !important;
  border-radius: 20px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  line-height: 1.2 !important;
}

@media(max-width: 991px){
  .banner-area {
    padding: 50px 0;
  }
  .logo-section {
    padding-bottom: 0;
  }
  .banner-area .button_wrapper a.btn {
    font-size: 16px;
  }
  .banner-area .title h1 {
    font-size: 32px;
  }
  .banner-area .library-type-info {
    font-size: 14px !important;
    padding: 6px 12px !important;
  }
}

@media(max-width: 767px){
  .banner-area .logo-section {
    margin-bottom: 30px;
    padding: 0 0 50px;
  }
  .banner-area .title h1 {
    font-size: 24px;
  }
  .banner-area .logo-section img {
    width: 165px;
  }
  .banner-area .content-type-wrapper {
    margin-bottom: 15px;
  }
.banner-area .content-type-wrapper .library-type-info,
.banner-area .library-type-info,
div.banner-area .library-type-info {
  display: inline-block !important;
  background-color: #000000 !important;
  background: #000000 !important;
  color: #ffffff !important;
  padding: 8px 16px !important;
  border-radius: 20px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  line-height: 1.2 !important;
  border: none !important;
  box-shadow: none !important;
}

/* 더 강력한 우선순위 */
.banner-area .content-type-wrapper .library-type-info {
  background-color: #000000 !important;
  background: #000000 !important;
  color: #ffffff !important;
}
}  }
}