* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 1280px;
  background: #f7f8fb;
  color: #242833;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", Arial, sans-serif;
  letter-spacing: -0.02em;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.bp-page {
  width: 1080px;
  margin: 42px auto 80px;
}

.hero-banner {
  height: 248px;
  padding: 38px 46px;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background:
    radial-gradient(circle at 72% 20%, rgba(255, 255, 255, 0.26) 0, rgba(255,255,255,0) 28%),
    linear-gradient(135deg, #0b1535 0%, #0d3f82 54%, #00a2d8 100%);
  color: #fff;
  box-shadow: 0 28px 70px rgba(18, 50, 91, 0.22);
}

.hero-banner::before {
  content: "";
  width: 310px;
  height: 310px;
  border-radius: 999px;
  position: absolute;
  right: -90px;
  bottom: -160px;
  background: rgba(255,255,255,0.12);
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #c5ecff;
}

.hero-copy h1 {
  margin: 18px 0 10px;
  font-size: 36px;
  line-height: 1.18;
  font-weight: 900;
}

.hero-copy p {
  width: 610px;
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.82);
}

.hero-points {
  display: flex;
  gap: 8px;
  margin-top: 22px;
}

.hero-points span {
  height: 30px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.hero-visual {
  width: 260px;
  height: 170px;
  position: relative;
  z-index: 1;
}

.hero-card {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  font-weight: 900;
  color: #0c1b3f;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 20px 40px rgba(0,0,0,0.18);
}

.hero-card-a {
  width: 118px;
  height: 118px;
  left: 8px;
  top: 32px;
  font-size: 32px;
}

.hero-card-b {
  width: 132px;
  height: 82px;
  right: 8px;
  top: 4px;
  font-size: 18px;
  color: #0c66a5;
}

.hero-card-c {
  width: 102px;
  height: 92px;
  right: 42px;
  bottom: 0;
  font-size: 28px;
  color: #f18b18;
}

.ad-panel,
.category-panel,
.list-section {
  margin-top: 34px;
}

.section-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.section-head p {
  margin: 0;
  color: #747b89;
  font-size: 14px;
  font-weight: 700;
}

.btn-all,
.category-btn {
  height: 38px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #4d535f;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px #e6e9ef;
}

.btn-all.is-active,
.category-btn.is-active {
  background: #17191f;
  color: #fff;
  box-shadow: none;
}

.ad-list {
  display: grid;
  gap: 14px;
}

.ad-item {
  min-height: 170px;
  padding: 26px 32px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #edf0f5;
  box-shadow: 0 20px 48px rgba(21, 30, 55, 0.06);
}

.ad-info {
  width: 760px;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding: 0 8px;
  border-radius: 7px;
  border: 1px solid #d6dce7;
  color: #8b93a2;
  font-size: 12px;
  font-weight: 900;
}

.ad-info h2,
.biz-card h3 {
  margin: 10px 0 6px;
  font-size: 24px;
  line-height: 1.35;
  color: #20242c;
}

.ad-info h2 em,
.biz-card h3 em {
  font-size: 16px;
  color: #555d6b;
  font-style: normal;
  font-weight: 700;
}

.desc,
.summary {
  margin: 0;
  color: #4b5260;
  line-height: 1.65;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 11px;
}

.tags span,
.tag-line span {
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 9px;
  border-radius: 999px;
  background: #f1f4f8;
  color: #5f6979;
  font-size: 12px;
  font-weight: 800;
}

.address,
.meta,
.tag-line {
  margin: 8px 0 0;
  color: #747b88;
  font-size: 13px;
  line-height: 1.6;
}

.more {
  display: inline-flex;
  margin-top: 10px;
  color: #2d6ecb;
  font-size: 13px;
  font-weight: 800;
}

.ad-logo {
  width: 132px;
  height: 132px;
  flex: 0 0 132px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 54px;
  font-weight: 900;
  background: #fff;
  box-shadow: 0 18px 45px rgba(19, 30, 55, 0.12);
}

.logo-gold { color: #f1a800; background: linear-gradient(135deg, #fff 0%, #fff7df 100%); }
.logo-navy { color: #0c6477; background: linear-gradient(135deg, #fff 0%, #e9f8fb 100%); }
.logo-orange { color: #e56d25; background: linear-gradient(135deg, #fff 0%, #fff0e8 100%); }

.category-panel {
  min-height: 86px;
  padding: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  border-radius: 20px;
  background: #eef1f5;
}

.list-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.list-top h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 900;
  color: #1f232b;
}

.search-wrap {
  width: 360px;
  height: 42px;
  position: relative;
}

.search-wrap::after {
  content: "⌕";
  position: absolute;
  right: 16px;
  top: 9px;
  color: #9aa2af;
  font-size: 17px;
}

.search-wrap input {
  width: 100%;
  height: 100%;
  padding: 0 46px 0 18px;
  border: 0;
  border-radius: 999px;
  outline: none;
  background: #eef1f5;
  color: #2c313a;
  font-size: 14px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.biz-card {
  min-height: 220px;
  padding: 24px;
  display: flex;
  gap: 22px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid #edf0f5;
  box-shadow: 0 18px 42px rgba(21, 30, 55, 0.045);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.biz-card:hover {
  transform: translateY(-4px);
  border-color: #dce5f7;
  box-shadow: 0 26px 54px rgba(21, 30, 55, 0.09);
}

.logo-box {
  width: 132px;
  height: 132px;
  flex: 0 0 132px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f7f9fc;
  box-shadow: inset 0 0 0 1px #edf0f5;
}

.logo-box strong {
  display: block;
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
}

.logo-box span {
  margin-top: 8px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.logo-blue { color: #3476f6; background: linear-gradient(135deg, #f7fbff 0%, #edf4ff 100%); }
.logo-text-red { color: #d94655; background: linear-gradient(135deg, #fff 0%, #fff0f2 100%); }
.logo-teal { color: #0c7a78; background: linear-gradient(135deg, #fff 0%, #e8fbf7 100%); }
.logo-green { color: #198754; background: linear-gradient(135deg, #fff 0%, #eaf8ef 100%); }
.logo-purple { color: #7856d8; background: linear-gradient(135deg, #fff 0%, #f3efff 100%); }
.logo-sky { color: #2196c9; background: linear-gradient(135deg, #fff 0%, #e9f8ff 100%); }
.logo-indigo { color: #2b4cbd; background: linear-gradient(135deg, #fff 0%, #eef2ff 100%); }
.logo-brown { color: #9b6734; background: linear-gradient(135deg, #fff 0%, #fbf1e5 100%); }

.card-body {
  flex: 1;
  min-width: 0;
}

.biz-card h3 {
  margin-top: 8px;
  font-size: 22px;
}

.biz-card h3 em {
  display: block;
  margin-top: 3px;
  font-size: 15px;
}

.empty-message {
  display: none;
  margin: 42px 0 0;
  padding: 38px;
  border-radius: 18px;
  background: #fff;
  color: #8a93a1;
  text-align: center;
  font-weight: 800;
}

.empty-message.is-visible {
  display: block;
}

.bottom-action {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.bottom-action button {
  height: 42px;
  padding: 0 28px;
  border: 1px solid #d8dde6;
  border-radius: 999px;
  background: #fff;
  color: #596170;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.is-hidden {
  display: none !important;
}
