:root {
    --bds-ink: #101214;
    --bds-muted: #68727d;
    --bds-line: #dce3ea;
    --bds-soft: #f4f7f9;
    --bds-card: #ffffff;
    --bds-brand: #006f8f;
    --bds-brand-2: #00a884;
    --bds-warm: #f5b84b;
    --bds-danger: #d83f31;
    --bds-shadow: 0 14px 38px rgba(16, 18, 20, .10);
}

body {
    margin: 0;
    color: var(--bds-ink);
    background: #fff;
    font-family: "SUIT", "Pretendard", "Noto Sans KR", "Malgun Gothic", sans-serif;
    overflow-x: hidden;
}

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

.bds-site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 96px;
    padding: 0 clamp(18px, 4vw, 54px);
    border-bottom: 1px solid var(--bds-line);
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(10px);
}

.bds-header-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 96px;
    min-width: 0;
}

.bds-header-tools {
    display: flex;
    align-items: center;
    gap: 14px;
}

.bds-logo {
    font-size: clamp(20px, 2.2vw, 24px);
    font-weight: 900;
    color: var(--bds-brand);
    letter-spacing: -.04em;
}

.bds-header-phone {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid #d9e8ec;
    border-radius: 999px;
    color: #11495e;
    background: #eef8f7;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: -.01em;
    white-space: nowrap;
}

.bds-install-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid #bfe5db;
    border-radius: 999px;
    color: #095f53;
    background: linear-gradient(135deg, #effcf7, #e7f7ff);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: -.02em;
    white-space: nowrap;
    cursor: pointer;
}

.bds-install-chip[hidden] {
    display: none !important;
}

.bds-site-header nav {
    display: flex;
    align-items: center;
    align-self: center;
    gap: 20px;
    margin-top: 0;
    padding-top: 0;
    transform: translateY(0);
    color: #26313b;
    font-size: 15px;
    font-weight: 800;
}

.bds-site-header nav a {
    flex: 0 0 auto;
}

.bds-site-header nav a:last-child {
    padding: 9px 14px;
    border: 1px solid var(--bds-line);
    border-radius: 8px;
    background: #fff;
}

.bds-site-footer {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
    padding: 34px 18px;
    border-top: 1px solid var(--bds-line);
    color: var(--bds-muted);
    background: #f8fafb;
    text-align: center;
}

.bds-footer-brand,
.bds-footer-info {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.bds-footer-brand {
    flex-direction: column;
    gap: 10px;
}

.bds-site-footer strong {
    color: var(--bds-ink);
}

.bds-footer-brand span {
    padding: 5px 9px;
    border: 1px solid #d9e8ec;
    border-radius: 999px;
    color: var(--bds-brand);
    background: #eef8f7;
    font-size: 13px;
    font-weight: 900;
}

.bds-footer-info span {
    color: #53606b;
    font-size: 14px;
    font-weight: 800;
}

.bds-footer-info a {
    color: var(--bds-brand);
    font-weight: 900;
}

.bds-home {
    background:
        linear-gradient(180deg, #edf7f9 0, #fff 430px),
        radial-gradient(circle at 20% 12%, rgba(0, 168, 132, .16), transparent 280px);
}

.bds-hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
    max-width: 1180px;
    min-height: 470px;
    margin: 0 auto;
    padding: clamp(72px, 8vw, 110px) 20px 28px;
}

.bds-hero__copy {
    display: grid;
    align-content: start;
    gap: 0;
    margin-top: 18px;
}

.bds-hero__side {
    display: none;
    gap: 14px;
    margin-top: -16px;
}

.bds-kicker {
    margin: 0 0 10px;
    color: var(--bds-brand);
    font-weight: 900;
}

.bds-hero h1 {
    max-width: 760px;
    margin: 0 0 18px;
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.05;
    letter-spacing: 0;
    white-space: nowrap;
}

.bds-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 150px;
    width: min(760px, 100%);
    overflow: hidden;
    border: 2px solid var(--bds-ink);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--bds-shadow);
}

.bds-search input,
.bds-map-search input,
.bds-map-search select,
.bds-contact input,
.bds-contact textarea {
    min-width: 0;
    border: 0;
    color: var(--bds-ink);
    font: inherit;
}

.bds-search input {
    min-height: 62px;
    padding: 0 22px;
    font-size: 18px;
}

.bds-search button,
.bds-map-search button,
.bds-contact button {
    border: 0;
    color: #fff;
    background: var(--bds-brand);
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.bds-install-promo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: min(760px, 100%);
    margin-top: 18px;
    padding: 16px 18px;
    border: 1px solid #cfe6ec;
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(0, 111, 143, .08), rgba(0, 168, 132, .12)),
        #fff;
    box-shadow: var(--bds-shadow);
}

.bds-install-promo[hidden] {
    display: none !important;
}

.bds-install-promo__copy {
    display: grid;
    gap: 6px;
}

.bds-install-promo__copy strong {
    font-size: 19px;
    letter-spacing: -.03em;
}

.bds-install-promo__copy span {
    color: var(--bds-muted);
    line-height: 1.55;
}

.bds-install-promo__button {
    flex: 0 0 auto;
    min-height: 48px;
    padding: 0 18px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, #006f8f, #00a884);
    font: inherit;
    font-weight: 900;
    letter-spacing: -.02em;
    cursor: pointer;
}

.bds-quick {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.bds-featured-inline {
    width: min(760px, 100%);
    margin-top: 18px;
}

.bds-quick a {
    padding: 10px 14px;
    border: 1px solid var(--bds-line);
    border-radius: 8px;
    background: #fff;
    font-weight: 800;
}

.bds-hero__panel {
    display: grid;
    gap: 10px;
    padding: 24px;
    border: 1px solid var(--bds-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--bds-shadow);
}

.bds-hero__panel strong {
    font-size: 24px;
}

.bds-hero__panel span {
    color: var(--bds-muted);
    line-height: 1.6;
}

.bds-hero__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.bds-featured-inline .bds-hero__panel {
    gap: 14px;
}

.bds-featured-inline .bds-hero__actions {
    width: min(360px, 100%);
    margin: 4px auto 0;
}

.bds-hero__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    font: inherit;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: -.02em;
    box-shadow: var(--bds-shadow);
    cursor: pointer;
}

.bds-hero__action--call {
    background: linear-gradient(135deg, #006f8f, #128ab0);
}

.bds-hero__action--route {
    background: linear-gradient(135deg, #00946f, #1db874);
}

.bds-office-map {
    display: grid;
    gap: 12px;
    overflow: hidden;
    margin-top: 2px;
    border: 1px solid #cfe0e6;
    border-radius: 8px;
    background: #f7fafb;
}

.bds-office-map__canvas,
.bds-office-map__empty {
    display: block;
    width: 100%;
    min-height: 260px;
    background: #dfe9ec;
}

.bds-office-map__empty {
    display: grid;
    place-items: center;
    padding: 20px;
    color: var(--bds-muted);
    font-weight: 900;
    text-align: center;
}

.bds-office-map__label {
    min-width: 130px;
    padding: 8px 10px;
    color: var(--bds-ink);
    font-size: 13px;
    font-weight: 900;
    text-align: center;
}

.bds-office-map__info {
    display: grid;
    gap: 5px;
    padding: 0 16px 16px;
}

.bds-office-map__info strong {
    font-size: 17px;
}

.bds-office-map__info span {
    color: var(--bds-muted);
    font-size: 14px;
    line-height: 1.45;
}

.bds-office-map__info a {
    justify-self: start;
    margin-top: 4px;
    color: var(--bds-brand);
    font-size: 14px;
    font-weight: 900;
}

.bds-office-modal[hidden] {
    display: none;
}

.bds-office-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    padding: 18px;
}

.bds-office-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(12, 18, 24, .58);
}

.bds-office-modal__panel {
    position: relative;
    z-index: 1;
    display: grid;
    overflow: hidden;
    width: min(760px, 100%);
    max-height: calc(100vh - 36px);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 22px 70px rgba(0, 0, 0, .28);
}

.bds-office-modal__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px;
    border-bottom: 1px solid var(--bds-line);
}

.bds-office-modal__head strong {
    font-size: 18px;
}

.bds-office-modal__head button {
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    border: 1px solid var(--bds-line);
    border-radius: 8px;
    color: var(--bds-ink);
    background: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.bds-office-modal .bds-office-map {
    margin-top: 0;
    border: 0;
    border-radius: 0;
}

.bds-office-modal-open {
    overflow: hidden;
}

.bds-section,
.bds-band {
    max-width: 1180px;
    margin: 0 auto;
    padding: 24px 20px;
}

.bds-section__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.bds-section__head h2 {
    margin: 0;
    font-size: 30px;
    letter-spacing: 0;
}

.bds-section__head a,
.bds-sort a {
    color: var(--bds-brand);
    font-weight: 900;
}

.bds-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.bds-card {
    display: grid;
    gap: 8px;
    min-width: 0;
    padding: 12px;
    border: 1px solid var(--bds-line);
    border-radius: 8px;
    background: #fff;
}

.bds-card__image {
    aspect-ratio: 4 / 3;
    min-height: 0;
}

.bds-card__image,
.bds-view-photo {
    display: block;
    min-height: 150px;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(0, 111, 143, .22), rgba(0, 168, 132, .18)),
        repeating-linear-gradient(45deg, #eef5f6 0, #eef5f6 10px, #e6eef0 10px, #e6eef0 20px);
    background-position: center;
    background-size: cover;
}

.bds-card__image.is-empty,
.bds-view-photo.is-empty,
.bds-view-no-media {
    display: grid;
    place-items: center;
    align-content: center;
    gap: 6px;
    color: #6b7680;
    text-align: center;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .66), rgba(255, 255, 255, .38)),
        repeating-linear-gradient(45deg, #eef5f6 0, #eef5f6 10px, #e6eef0 10px, #e6eef0 20px);
}

.bds-card__image.is-empty span,
.bds-view-photo.is-empty span,
.bds-view-no-media strong {
    font-weight: 900;
}

.bds-view-photo.is-empty small,
.bds-view-no-media p {
    margin: 0;
    color: var(--bds-muted);
}

.bds-card__meta {
    width: fit-content;
    padding: 4px 8px;
    border-radius: 6px;
    color: var(--bds-brand);
    background: #e6f5f4;
    font-size: 12px;
    font-weight: 900;
}

.bds-card strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bds-card em,
.bds-list-item em,
.bds-view-summary strong {
    color: var(--bds-danger);
    font-style: normal;
    font-weight: 900;
}

.bds-card small,
.bds-card span:not(.bds-card__image):not(.bds-card__meta),
.bds-list-item small {
    color: var(--bds-muted);
    line-height: 1.45;
}

.bds-band {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.bds-band a {
    display: grid;
    gap: 8px;
    padding: 24px;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, var(--bds-brand), var(--bds-brand-2));
}

.bds-band strong {
    font-size: 22px;
}

body.bds-install-open {
    overflow: hidden;
}

.bds-install-sheet[hidden] {
    display: none !important;
}

.bds-install-sheet {
    position: fixed;
    inset: 0;
    z-index: 130;
}

.bds-install-sheet__backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(16, 18, 20, .52);
    cursor: pointer;
}

.bds-install-sheet__panel {
    position: absolute;
    right: 16px;
    bottom: 16px;
    left: 16px;
    max-width: 560px;
    margin: 0 auto;
    padding: 24px 22px 20px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 28px 64px rgba(16, 18, 20, .28);
}

.bds-install-sheet__eyebrow {
    margin: 0 0 8px;
    color: var(--bds-brand);
    font-size: 13px;
    font-weight: 900;
}

.bds-install-sheet__panel h2 {
    margin: 0;
    font-size: 28px;
    line-height: 1.18;
    letter-spacing: -.04em;
}

.bds-install-sheet__message {
    margin: 12px 0 0;
    color: var(--bds-muted);
    line-height: 1.6;
}

.bds-install-sheet__steps {
    margin: 18px 0 0;
    padding-left: 20px;
    color: #26313b;
    line-height: 1.7;
}

.bds-install-sheet__steps li + li {
    margin-top: 6px;
}

.bds-install-sheet__actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.bds-install-sheet__secondary {
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid var(--bds-line);
    border-radius: 12px;
    color: var(--bds-ink);
    background: #fff;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.bds-map-page {
    display: grid;
    grid-template-columns: minmax(380px, 470px) minmax(0, 1fr);
    min-height: calc(100vh - 70px);
    background: var(--bds-soft);
}

.bds-map-side {
    overflow: auto;
    max-height: calc(100vh - 70px);
    border-right: 1px solid var(--bds-line);
    background: #fff;
}

.bds-map-search {
    display: grid;
    grid-template-columns: 1fr 130px 112px 88px;
    gap: 8px;
    padding: 14px;
    border-bottom: 1px solid var(--bds-line);
}

.bds-map-search input,
.bds-map-search select {
    min-height: 42px;
    padding: 0 10px;
    border: 1px solid var(--bds-line);
    border-radius: 8px;
    background: #fff;
}

.bds-map-search button {
    border-radius: 8px;
}

.bds-sort {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    padding: 14px;
    border-bottom: 1px solid var(--bds-line);
}

.bds-sort strong {
    margin-right: auto;
}

.bds-list {
    display: grid;
    gap: 0;
}

.bds-list-item {
    display: grid;
    gap: 7px;
    padding: 18px;
    border-bottom: 1px solid var(--bds-line);
    background: #fff;
}

.bds-list-item.is-special {
    border-left: 5px solid var(--bds-warm);
}

.bds-list-item > span {
    color: var(--bds-muted);
    font-size: 12px;
    font-weight: 800;
}

.bds-list-item strong {
    font-size: 18px;
}

.bds-list-item p {
    margin: 0;
    color: #343c43;
    line-height: 1.45;
}

.bds-map-canvas {
    position: relative;
    min-width: 0;
}

.bds-map-toolbar {
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    pointer-events: none;
}

.bds-map-toolbar span,
.bds-map-toolbar a {
    padding: 10px 14px;
    border: 1px solid var(--bds-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--bds-shadow);
    font-weight: 900;
    pointer-events: auto;
}

.bds-map-placeholder {
    display: grid;
    place-content: center;
    gap: 16px;
    min-height: 100%;
    padding: 80px 30px 30px;
    text-align: center;
    background:
        linear-gradient(rgba(255,255,255,.72), rgba(255,255,255,.72)),
        linear-gradient(90deg, #d9e6e9 1px, transparent 1px),
        linear-gradient(0deg, #d9e6e9 1px, transparent 1px);
    background-size: auto, 44px 44px, 44px 44px;
}

.bds-kakao-map,
.bds-naver-map {
    width: 100%;
    min-height: calc(100vh - 70px);
    background: #dfe9ec;
}

.bds-map-fallback-frame {
    display: block;
    width: 100%;
    border: 0;
}

.bds-kakao-map[hidden],
.bds-map-fallback-frame[hidden] {
    display: none;
}

.bds-map-hint,
.bds-map-auth {
    position: absolute;
    left: 50%;
    bottom: 26px;
    z-index: 3;
    width: min(420px, calc(100% - 32px));
    transform: translateX(-50%);
    padding: 18px;
    border: 1px solid var(--bds-line);
    border-radius: 12px;
    background: rgba(255, 255, 255, .94);
    box-shadow: var(--bds-shadow);
    text-align: center;
}

.bds-map-hint strong,
.bds-map-auth {
    font-weight: 900;
}

.bds-map-hint p {
    margin: 6px 0 0;
    color: var(--bds-muted);
    line-height: 1.55;
}

.bds-map-info {
    display: grid;
    gap: 4px;
    min-width: 160px;
    padding: 10px 12px;
}

.bds-map-info strong {
    color: var(--bds-ink);
    font-size: 14px;
}

.bds-map-info span {
    color: var(--bds-danger);
    font-weight: 900;
}

.bds-map-placeholder strong {
    font-size: 34px;
}

.bds-map-placeholder p {
    max-width: 520px;
    margin: 0 auto;
    color: var(--bds-muted);
    line-height: 1.7;
}

.bds-map-pins {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 620px;
}

.bds-map-pins a {
    padding: 10px 14px;
    border-radius: 8px;
    color: #fff;
    background: var(--bds-brand);
    font-weight: 900;
    box-shadow: var(--bds-shadow);
}

.bds-view {
    max-width: 1180px;
    margin: 0 auto;
    padding: 30px 20px 60px;
}

.bds-view-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 24px;
    align-items: stretch;
}

.bds-view-photo {
    min-height: 420px;
}

.bds-view-media {
    display: grid;
    gap: 24px;
    margin-top: 24px;
    padding: 24px;
    border: 1px solid var(--bds-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--bds-shadow);
}

.bds-view-media h2 {
    margin: 0 0 14px;
    font-size: 24px;
}

.bds-view-location {
    display: grid;
    gap: 16px;
    margin-top: 24px;
    padding: 24px;
    border: 1px solid var(--bds-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--bds-shadow);
}

.bds-view-location__head {
    display: flex;
    gap: 16px;
    align-items: flex-end;
    justify-content: space-between;
}

.bds-view-location__head span {
    display: inline-flex;
    margin-bottom: 6px;
    padding: 5px 9px;
    border-radius: 999px;
    color: var(--bds-brand);
    background: #e6f5f4;
    font-size: 12px;
    font-weight: 900;
}

.bds-view-location__head h2 {
    margin: 0;
    font-size: 24px;
}

.bds-view-location__head p {
    margin: 6px 0 0;
    color: var(--bds-muted);
}

.bds-view-location__head a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    color: #fff;
    background: var(--bds-brand);
    font-weight: 900;
    white-space: nowrap;
}

.bds-view-map {
    overflow: hidden;
    min-height: 360px;
    border: 1px solid var(--bds-line);
    border-radius: 12px;
    background:
        radial-gradient(circle at 24% 30%, rgba(0, 168, 132, .16), transparent 32%),
        linear-gradient(135deg, #eef7f4, #eaf1f3);
}

.bds-view-map[hidden] {
    display: none;
}

.bds-view-map-frame {
    display: block;
    width: 100%;
    border: 1px solid var(--bds-line);
}

.bds-view-map--empty {
    display: grid;
    place-items: center;
    align-content: center;
    padding: 24px;
    color: var(--bds-muted);
    text-align: center;
}

.bds-view-map--empty strong {
    color: var(--bds-ink);
    font-size: 20px;
}

.bds-view-map-info {
    min-width: 160px;
    padding: 9px 12px;
    color: var(--bds-ink);
    font-size: 13px;
    font-weight: 900;
}

.bds-view-map-note {
    margin: 0;
    color: var(--bds-muted);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.6;
}

.bds-view-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
}

.bds-view-gallery-item {
    position: relative;
    overflow: hidden;
    min-height: 132px;
    border-radius: 10px;
    background:
        linear-gradient(135deg, rgba(0, 111, 143, .18), rgba(0, 168, 132, .12)),
        #eef5f6 center/cover no-repeat;
    background-color: #f6faf9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bds-view-gallery-item span {
    position: absolute;
    left: 8px;
    top: 8px;
    padding: 5px 8px;
    border-radius: 999px;
    color: #fff;
    background: rgba(16, 18, 20, .72);
    font-size: 12px;
    font-weight: 900;
}

.bds-view-photo.is-openable {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.bds-view-photo.is-openable::after {
    content: '사진을 누르면 크게 볼 수 있습니다';
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding: 10px 14px;
    border-radius: 999px;
    color: #fff;
    background: rgba(9, 13, 18, .56);
    backdrop-filter: blur(8px);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: -.03em;
}

body.is-bds-lightbox-open {
    overflow: hidden;
}

.bds-lightbox {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 96px 78px 44px;
    background: rgba(6, 10, 16, .88);
    backdrop-filter: blur(12px);
    z-index: 2500;
}

.bds-lightbox[hidden] {
    display: none !important;
}

.bds-lightbox__hint {
    position: absolute;
    top: 20px;
    left: 50%;
    min-width: 190px;
    padding: 14px 26px;
    border-radius: 999px;
    color: #381d00;
    background: linear-gradient(135deg, #fff6d4 0%, #ffd44f 100%);
    box-shadow:
        0 18px 34px rgba(0, 0, 0, .28),
        0 2px 0 rgba(255, 255, 255, .82) inset;
    transform: translateX(-50%);
    text-align: center;
    font-family: 'Trebuchet MS', 'Malgun Gothic', sans-serif;
    font-size: clamp(22px, 2.2vw, 32px);
    font-weight: 900;
    letter-spacing: -.05em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .64);
}

.bds-lightbox__count {
    position: absolute;
    top: 30px;
    right: 96px;
    padding: 10px 14px;
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, .12);
    font-size: 14px;
    font-weight: 800;
}

.bds-lightbox__close,
.bds-lightbox__nav {
    border: 0;
    cursor: pointer;
}

.bds-lightbox__close {
    position: absolute;
    top: 24px;
    right: 24px;
    padding: 12px 16px;
    border-radius: 999px;
    color: #f8fbff;
    background: rgba(255, 255, 255, .12);
    font-size: 14px;
    font-weight: 900;
}

.bds-lightbox__stage {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(1100px, 100%);
    max-width: 100%;
    max-height: calc(100vh - 170px);
}

.bds-lightbox__stage img {
    display: block;
    max-width: 100%;
    max-height: calc(100vh - 170px);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 30px 60px rgba(0, 0, 0, .34);
    object-fit: contain;
    cursor: pointer;
}

.bds-lightbox__nav {
    position: absolute;
    top: 50%;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    color: #0f1720;
    background: linear-gradient(180deg, #ffffff 0%, #ffe082 100%);
    box-shadow: 0 18px 28px rgba(0, 0, 0, .22);
    transform: translateY(-50%);
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
}

.bds-lightbox__nav--prev {
    left: 24px;
}

.bds-lightbox__nav--next {
    right: 24px;
}

.bds-view-video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.bds-view-video-frame {
    overflow: hidden;
    border-radius: 12px;
    background: #101214;
    aspect-ratio: 16 / 9;
}

.bds-view-video-frame iframe,
.bds-view-video-frame video {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
}

.bds-view-summary {
    display: grid;
    align-content: center;
    gap: 16px;
    padding: 30px;
    border: 1px solid var(--bds-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--bds-shadow);
}

.bds-view-summary h1 {
    margin: 0;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0;
}

.bds-view-summary strong {
    font-size: 30px;
}

.bds-view-summary p {
    margin: 0;
    color: #343c43;
    line-height: 1.65;
}

.bds-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.bds-facts span {
    padding: 10px;
    border-radius: 8px;
    background: var(--bds-soft);
    font-weight: 800;
}

.bds-view-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
    margin-top: 28px;
}

.bds-view-grid article,
.bds-contact {
    padding: 24px;
    border: 1px solid var(--bds-line);
    border-radius: 8px;
    background: #fff;
}

.bds-view h2,
.bds-contact h2 {
    margin: 0 0 16px;
    font-size: 24px;
    letter-spacing: 0;
}

.bds-detail-list {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 10px 16px;
    margin: 0 0 30px;
}

.bds-detail-list dt {
    color: var(--bds-muted);
    font-weight: 900;
}

.bds-detail-list dd {
    margin: 0;
}

.bds-description {
    color: #303840;
    line-height: 1.85;
}

.bds-contact {
    align-self: start;
    position: sticky;
    top: 90px;
}

.bds-contact strong {
    display: block;
    margin-bottom: 6px;
}

.bds-contact p {
    margin: 0 0 16px;
    color: var(--bds-muted);
}

.bds-contact form {
    display: grid;
    gap: 10px;
}

.bds-contact input,
.bds-contact textarea {
    min-height: 44px;
    padding: 0 12px;
    border: 1px solid var(--bds-line);
    border-radius: 8px;
    background: #fff;
}

.bds-contact textarea {
    min-height: 100px;
    padding-top: 12px;
}

.bds-contact button {
    min-height: 48px;
    border-radius: 8px;
}

.bds-empty {
    grid-column: 1 / -1;
    padding: 28px;
    border: 1px dashed var(--bds-line);
    border-radius: 8px;
    color: var(--bds-muted);
    background: #fff;
    text-align: center;
    font-weight: 800;
}

.bds-paging {
    padding: 18px;
    text-align: center;
}

#mb_login.mbskin {
    width: min(440px, calc(100% - 28px)) !important;
    margin: clamp(38px, 7vw, 78px) auto !important;
    color: var(--bds-ink);
    text-align: left !important;
}

#mb_login .mbskin_box {
    position: relative;
    overflow: hidden;
    padding: 34px 30px 30px !important;
    border: 1px solid rgba(0, 111, 143, .16) !important;
    border-radius: 22px !important;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(135deg, rgba(0, 111, 143, .28), rgba(0, 168, 132, .34)) border-box !important;
    box-shadow: 0 24px 70px rgba(16, 18, 20, .14) !important;
}

#mb_login .mbskin_box:before {
    content: "BDSNET";
    display: inline-flex;
    margin-bottom: 14px;
    padding: 7px 11px;
    border-radius: 999px;
    color: #006f8f;
    background: #e9f8f5;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
}

#mb_login h1 {
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: 0 0 18px !important;
    color: #101214 !important;
    font-size: 28px !important;
    line-height: 1.25 !important;
    text-indent: 0 !important;
}

#mb_login h1:after {
    content: "아이디와 비밀번호를 입력해 관리자 화면으로 로그인하세요.";
    display: block;
    margin-top: 8px;
    color: var(--bds-muted);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

#mb_login .mb_log_cate {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 0 0 18px !important;
    padding: 4px !important;
    border: 1px solid var(--bds-line);
    border-radius: 14px;
    background: #f5f8fa;
}

#mb_login .mb_log_cate a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border: 0 !important;
    border-radius: 10px !important;
    color: #53606b !important;
    background: transparent !important;
    font-weight: 900 !important;
}

#mb_login .mb_log_cate .join,
#mb_login .mb_log_cate a:hover,
#mb_login .mb_log_cate a:focus {
    color: #fff !important;
    background: linear-gradient(135deg, var(--bds-brand), var(--bds-brand-2)) !important;
}

#mb_login #login_fs {
    display: grid;
    gap: 10px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

#mb_login label,
#mb_login .sound_only {
    color: #26313b !important;
    font-weight: 800 !important;
}

#mb_login #login_fs input[type="text"],
#mb_login #login_fs input[type="password"],
#mb_login input.frm_input {
    width: 100% !important;
    height: 50px !important;
    padding: 0 14px !important;
    border: 1px solid #d8e1e8 !important;
    border-radius: 12px !important;
    color: #101214 !important;
    background: #fbfcfd !important;
    font-size: 16px !important;
    box-sizing: border-box !important;
}

#mb_login #login_fs input:focus {
    outline: 3px solid rgba(0, 168, 132, .16) !important;
    border-color: var(--bds-brand-2) !important;
    background: #fff !important;
}

#mb_login .btn_submit,
#mb_login button[type="submit"],
#mb_login input[type="submit"] {
    width: 100% !important;
    height: 52px !important;
    margin-top: 8px !important;
    border: 0 !important;
    border-radius: 13px !important;
    color: #fff !important;
    background: linear-gradient(135deg, var(--bds-brand), var(--bds-brand-2)) !important;
    box-shadow: 0 14px 30px rgba(0, 111, 143, .22) !important;
    font-size: 16px !important;
    font-weight: 900 !important;
}

#mb_login #login_info,
#mb_login .login_auto,
#mb_login .login_if_lpl {
    color: var(--bds-muted) !important;
    line-height: 1.6 !important;
}

#mb_login #login_info a {
    color: var(--bds-brand) !important;
    font-weight: 900 !important;
}

@media (max-width: 1080px) {
    .bds-card-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .bds-map-page,
    .bds-view-hero,
    .bds-view-grid {
        grid-template-columns: 1fr;
    }

    .bds-map-side {
        max-height: none;
        border-right: 0;
        border-bottom: 1px solid var(--bds-line);
    }

    .bds-map-placeholder,
    .bds-kakao-map,
    .bds-naver-map {
        min-height: 520px;
    }

    .bds-contact {
        position: static;
    }
}

@media (max-width: 900px) {
    .bds-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .bds-hero {
        grid-template-columns: 1fr;
        min-height: auto;
        align-items: start;
    }

    .bds-hero__copy,
    .bds-hero__side {
        margin-top: 0;
    }

    .bds-hero__panel {
        width: auto;
    }

    .bds-map-search {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bds-map-search input {
        grid-column: 1 / -1;
    }

    .bds-hero__side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: start;
    }

    .bds-hero__panel {
        height: 100%;
    }
}

@media (max-width: 760px) {
    .bds-office-map__canvas,
    .bds-office-map__empty {
        min-height: 240px;
    }

    .bds-site-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        min-height: auto;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .bds-header-brand,
    .bds-logo {
        width: 100%;
    }

    .bds-header-brand {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .bds-header-tools {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .bds-logo {
        line-height: 1.2;
    }

    .bds-install-chip {
        width: 100%;
    }

    .bds-site-header nav {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        overflow: visible;
        width: 100%;
        gap: 8px;
        padding-top: 0;
        padding-bottom: 0;
        white-space: normal;
    }

    .bds-site-header nav a,
    .bds-site-header nav a:last-child {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 38px;
        padding: 0 9px;
        border: 1px solid var(--bds-line);
        border-radius: 10px;
        background: #fff;
        font-size: 13px;
    }

    .bds-hero h1 {
        font-size: clamp(34px, 11vw, 42px);
        white-space: normal;
        word-break: keep-all;
    }

    .bds-search,
    .bds-map-search {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .bds-search button,
    .bds-map-search button {
        min-height: 50px;
    }

    .bds-card-grid,
    .bds-band,
    .bds-facts {
        grid-template-columns: 1fr;
    }

    .bds-section,
    .bds-band,
    .bds-view {
        padding-left: 14px;
        padding-right: 14px;
    }

    .bds-section__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .bds-hero__side,
    .bds-hero__actions {
        grid-template-columns: 1fr;
    }

    .bds-install-promo {
        flex-direction: column;
        align-items: stretch;
        padding: 16px;
    }

    .bds-install-promo__button {
        width: 100%;
    }

    .bds-map-toolbar {
        position: static;
        padding: 12px;
        background: #fff;
        border-bottom: 1px solid var(--bds-line);
    }

    .bds-map-toolbar span,
    .bds-map-toolbar a {
        box-shadow: none;
    }

    .bds-map-placeholder,
    .bds-kakao-map,
    .bds-naver-map {
        min-height: 390px;
        padding: 36px 18px;
    }

    .bds-map-placeholder strong {
        font-size: 26px;
    }

    .bds-list-item {
        padding: 15px 14px;
    }

    .bds-view-photo {
        min-height: 280px;
    }

    .bds-view-media {
        padding: 16px;
    }

    .bds-view-location {
        padding: 16px;
    }

    .bds-view-location__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .bds-view-location__head a {
        width: 100%;
    }

    .bds-view-map {
        min-height: 300px;
    }

    .bds-lightbox {
        padding: 84px 16px 28px;
    }

    .bds-lightbox[hidden] {
    display: none !important;
}

.bds-lightbox__hint {
        top: 16px;
        min-width: 150px;
        padding: 12px 20px;
        font-size: 22px;
    }

    .bds-lightbox__count {
        top: 72px;
        right: 50%;
        transform: translateX(50%);
        font-size: 12px;
    }

    .bds-lightbox__close {
        top: 16px;
        right: 16px;
        padding: 10px 14px;
        font-size: 12px;
    }

    .bds-lightbox__nav {
        top: auto;
        bottom: 18px;
        width: 48px;
        height: 48px;
        transform: none;
        font-size: 26px;
    }

    .bds-lightbox__nav--prev {
        left: calc(50% - 62px);
    }

    .bds-lightbox__nav--next {
        right: calc(50% - 62px);
    }

    .bds-lightbox__stage,
    .bds-lightbox__stage img {
        max-height: calc(100vh - 190px);
    }

    .bds-view-gallery,
    .bds-view-video-grid {
        grid-template-columns: 1fr;
    }

    .bds-view-summary,
    .bds-view-grid article,
    .bds-contact {
        padding: 18px;
    }

    .bds-view-summary h1 {
        font-size: 28px;
    }

    .bds-site-footer,
    .bds-footer-brand,
    .bds-footer-info {
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .bds-site-footer {
        gap: 12px;
    }

    .bds-install-sheet__panel {
        right: 12px;
        bottom: 12px;
        left: 12px;
        padding: 20px 18px 18px;
        border-radius: 20px;
    }

    .bds-install-sheet__panel h2 {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .bds-site-header {
        min-height: auto;
        padding-left: 12px;
        padding-right: 12px;
    }

    .bds-logo {
        font-size: 21px;
    }

    .bds-site-header nav {
        gap: 10px;
        font-size: 14px;
    }

    .bds-hero {
        padding: 32px 14px 28px;
    }

    .bds-kicker {
        font-size: 14px;
    }

    .bds-hero h1 {
        margin-bottom: 18px;
        font-size: clamp(30px, 10vw, 38px);
        line-height: 1.13;
    }

    .bds-search input {
        min-height: 54px;
        padding: 0 15px;
        font-size: 16px;
    }

    .bds-search button {
        min-height: 52px;
    }

    .bds-install-promo__copy strong {
        font-size: 17px;
    }

    .bds-install-sheet__panel h2 {
        font-size: 21px;
    }

    .bds-quick a {
        flex: 1 1 calc(50% - 8px);
        text-align: center;
    }

    .bds-card__image {
        min-height: 190px;
    }

    .bds-detail-list {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    #mb_login .mbskin_box {
        padding: 28px 20px 24px !important;
        border-radius: 18px !important;
    }
}

/* BDS home renewal */
.bds-home {
    background:
        linear-gradient(180deg, #f5fbff 0, #ffffff 520px),
        radial-gradient(circle at 82% 8%, rgba(245, 184, 75, .18), transparent 250px);
}

.bds-home .bds-hero {
    grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr);
    gap: clamp(24px, 4vw, 48px);
    min-height: auto;
    padding: clamp(34px, 6vw, 78px) 20px 22px;
}

.bds-home .bds-hero__copy {
    gap: 16px;
    margin-top: 0;
}

.bds-home .bds-kicker {
    display: inline-flex;
    justify-self: start;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid #c9e8ef;
    border-radius: 999px;
    color: #075e77;
    background: #ecfbff;
    font-size: 14px;
    letter-spacing: 0;
}

.bds-home .bds-hero h1 {
    max-width: 780px;
    margin: 0;
    font-size: clamp(36px, 5.4vw, 60px);
    line-height: 1.08;
    white-space: normal;
}

.bds-hero__lead {
    max-width: 650px;
    margin: 0;
    color: #53606b;
    font-size: clamp(16px, 2vw, 19px);
    font-weight: 800;
    line-height: 1.55;
}

.bds-home .bds-search {
    grid-template-columns: 54px minmax(0, 1fr) 110px;
    width: min(820px, 100%);
    border: 1px solid #cbdce5;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(0, 111, 143, .14);
}

.bds-search__icon {
    display: grid;
    place-items: center;
    color: #0a6f85;
    background: #f2fbfd;
    font-size: 24px;
    font-weight: 900;
}

.bds-home .bds-search input {
    min-height: 62px;
    padding: 0 8px;
    font-size: 17px;
    font-weight: 800;
}

.bds-home .bds-search button {
    background: linear-gradient(135deg, #006f8f, #00a884);
    font-size: 16px;
}

.bds-deal-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(820px, 100%);
    gap: 8px;
}

.bds-deal-tabs a,
.bds-home .bds-quick a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 10px;
    border: 1px solid #d7e3ea;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(16, 18, 20, .05);
    color: #24313a;
    font-size: 15px;
    font-weight: 900;
    text-align: center;
}

.bds-deal-tabs a:first-child {
    border-color: #00946f;
    color: #006548;
    background: #effbf5;
}

.bds-home .bds-quick {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(820px, 100%);
    gap: 8px;
    margin-top: 0;
}

.bds-home .bds-hero__actions {
    grid-template-columns: repeat(2, minmax(0, 180px));
    gap: 10px;
}

.bds-home .bds-hero__action {
    min-height: 50px;
    border-radius: 8px;
    box-shadow: none;
}

.bds-home .bds-hero__side {
    display: grid;
    align-self: stretch;
    gap: 14px;
    margin-top: 0;
}

.bds-home .bds-hero__panel {
    align-content: end;
    min-height: 245px;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(0, 111, 143, .92), rgba(0, 168, 132, .82)),
        linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,.16) 1px, transparent 1px);
    background-size: auto, 34px 34px, 34px 34px;
    color: #fff;
}

.bds-home .bds-hero__panel span,
.bds-home .bds-hero__panel p {
    color: rgba(255, 255, 255, .84);
}

.bds-home .bds-hero__panel p {
    margin: 0;
    line-height: 1.55;
}

.bds-home .bds-hero__panel a {
    justify-self: start;
    margin-top: 6px;
    padding: 10px 12px;
    border-radius: 8px;
    color: #082a35;
    background: #fff;
    font-weight: 900;
}

.bds-hero-slider {
    position: relative;
    min-height: 245px;
    overflow: hidden;
    border-radius: 8px;
    background: #dfe9ec;
    box-shadow: 0 18px 42px rgba(16, 18, 20, .12);
}

.bds-hero-slide {
    position: absolute;
    inset: 0;
    display: grid;
    align-content: end;
    gap: 6px;
    padding: 24px;
    color: #fff;
    background-position: center;
    background-size: cover;
    opacity: 0;
    pointer-events: none;
    transform: scale(1.03);
    transition: opacity .42s ease, transform 1.2s ease;
}

.bds-hero-slide.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.bds-hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 42, 58, .78));
}

.bds-hero-slide span,
.bds-hero-slide strong,
.bds-hero-slide em,
.bds-hero-slide small {
    position: relative;
    z-index: 1;
}

.bds-hero-slide span {
    justify-self: start;
    padding: 6px 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .18);
    font-size: 12px;
    font-weight: 900;
}

.bds-hero-slide strong {
    display: -webkit-box;
    overflow: hidden;
    font-size: 22px;
    line-height: 1.25;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bds-hero-slide em {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
}

.bds-hero-slide small {
    color: rgba(255, 255, 255, .84);
    font-size: 13px;
    font-weight: 900;
}

.bds-hero-slider__all {
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 2;
    padding: 9px 11px;
    border-radius: 8px;
    color: #0c3440;
    background: rgba(255, 255, 255, .92);
    font-size: 13px;
    font-weight: 900;
}

.bds-service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.bds-service-grid a {
    display: grid;
    gap: 6px;
    min-height: 92px;
    padding: 16px;
    border: 1px solid #dbe6ec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(16, 18, 20, .07);
}

.bds-service-grid strong {
    font-size: 17px;
}

.bds-service-grid span {
    color: #6b7580;
    font-size: 13px;
    font-weight: 900;
}

.bds-home-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 8px 20px 24px;
}

.bds-home-strip a {
    display: grid;
    gap: 5px;
    padding: 18px;
    border: 1px solid #dbe6ec;
    border-radius: 8px;
    background: #fff;
}

.bds-home-strip strong {
    color: #0e5368;
    font-size: 18px;
}

.bds-home-strip span {
    color: #68727d;
    font-size: 14px;
    font-weight: 800;
}

.bds-home .bds-section {
    padding-top: 36px;
}

.bds-home .bds-card {
    border-radius: 8px;
    transition: transform .18s ease, box-shadow .18s ease;
}

.bds-home .bds-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(16, 18, 20, .12);
}

.bds-chatbot {
    position: fixed;
    right: 22px;
    bottom: 5px;
    z-index: 1200;
    font-family: "SUIT", "Pretendard", "Noto Sans KR", "Malgun Gothic", sans-serif;
}

.bds-chatbot__launcher {
    position: relative;
    display: grid;
    place-items: center;
    width: 338px;
    min-height: 402px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.bds-chatbot__halo {
    display: none;
}

.bds-chatbot__character {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 320px;
    animation: bdsChatbotFloat 3.2s ease-in-out infinite;
}

.bds-chatbot__avatar {
    position: relative;
    display: block;
    width: 320px;
    max-width: 100%;
}

.bds-chatbot__img,
.bds-chatbot__blink {
    display: block;
    width: 100%;
    height: auto;
}

.bds-chatbot__img {
    filter: drop-shadow(0 18px 28px rgba(0, 45, 80, .25));
}

.bds-chatbot__blink {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    animation: bdsChatbotBlink 5.4s infinite;
}

.bds-chatbot__label {
    position: static;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 15px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #006f8f, #00a884);
    box-shadow: 0 10px 20px rgba(0, 111, 143, .25);
    font-size: 14px;
    font-weight: 900;
    margin-top: -4px;
    white-space: nowrap;
}

.bds-chatbot__greeting {
    position: absolute;
    left: 50%;
    top: -60px;
    bottom: auto;
    z-index: 3;
    display: block;
    width: max-content;
    max-width: min(320px, calc(100vw - 56px));
    padding: 13px 15px;
    border: 1px solid #cfe1e8;
    border-radius: 14px;
    color: #15313d;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 16px 38px rgba(16, 18, 20, .16);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.45;
    text-align: center;
    white-space: pre-line;
    opacity: 0;
    transform: translate(-50%, 8px) scale(.98);
    pointer-events: none;
    transition: opacity .24s ease, transform .24s ease;
}

.bds-chatbot__greeting::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -9px;
    width: 16px;
    height: 16px;
    border-right: 1px solid #cfe1e8;
    border-bottom: 1px solid #cfe1e8;
    background: rgba(255, 255, 255, .97);
    transform: translateX(-50%) rotate(45deg);
}

.bds-chatbot__greeting.is-visible {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
}

.bds-chatbot__panel {
    position: absolute;
    right: 0;
    bottom: 304px;
    z-index: 20;
    display: grid;
    grid-template-rows: auto auto minmax(210px, 330px) auto auto;
    width: min(390px, calc(100vw - 28px));
    overflow: hidden;
    border: 1px solid #d7e5ec;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(16, 18, 20, .22);
}

.bds-chatbot__panel[hidden] {
    display: none;
}

.bds-chatbot__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px;
    color: #fff;
    background: linear-gradient(135deg, #006f8f, #00a884);
}

.bds-chatbot__head strong,
.bds-chatbot__head span {
    display: block;
}

.bds-chatbot__head strong {
    font-size: 17px;
}

.bds-chatbot__head span {
    margin-top: 4px;
    color: rgba(255, 255, 255, .82);
    font-size: 12px;
    font-weight: 800;
}

.bds-chatbot__head button {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 8px;
    color: #fff;
    background: rgba(255, 255, 255, .12);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.bds-chatbot__quick {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    padding: 10px;
    border-bottom: 1px solid #e4edf2;
    background: #f7fbfd;
}

.bds-chatbot__quick button {
    min-height: 34px;
    border: 1px solid #d7e5ec;
    border-radius: 8px;
    color: #174353;
    background: #fff;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
}

.bds-chatbot__log {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    padding: 14px;
    background: #f5f8fa;
}

.bds-chatbot__message {
    display: grid;
    gap: 7px;
    max-width: 88%;
}

.bds-chatbot__message--user {
    align-self: end;
}

.bds-chatbot__message--bot {
    align-self: start;
}

.bds-chatbot__bubble {
    padding: 11px 12px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.55;
}

.bds-chatbot__message--bot .bds-chatbot__bubble {
    color: #24313a;
    background: #fff;
    border: 1px solid #dde8ee;
}

.bds-chatbot__message--user .bds-chatbot__bubble {
    color: #fff;
    background: #006f8f;
}

.bds-chatbot__links {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.bds-chatbot__links a {
    padding: 7px 9px;
    border-radius: 999px;
    color: #006548;
    background: #eaf9f3;
    font-size: 12px;
    font-weight: 900;
}

.bds-chatbot__property {
    align-self: stretch;
    display: grid;
    gap: 6px;
    padding: 12px;
    border: 1px solid #dbe8ef;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(16, 18, 20, .06);
}

.bds-chatbot__property-title {
    color: #0e5368;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.35;
}

.bds-chatbot__property-meta,
.bds-chatbot__property span {
    color: #68727d;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.45;
}

.bds-chatbot__property strong {
    color: #101214;
    font-size: 15px;
    font-weight: 900;
}

.bds-chatbot__form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 72px;
    gap: 8px;
    padding: 10px;
    border-top: 1px solid #e4edf2;
    background: #fff;
}

.bds-chatbot__form input {
    min-width: 0;
    height: 42px;
    padding: 0 12px;
    border: 1px solid #d7e5ec;
    border-radius: 8px;
    color: #101214;
    font: inherit;
    font-size: 14px;
}

.bds-chatbot__form button {
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: #006f8f;
    font: inherit;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
}

.bds-chatbot__notice {
    margin: 0;
    padding: 0 12px 12px;
    color: #7a858f;
    background: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.45;
}

@keyframes bdsChatbotFloat {
    0%, 100% {
        transform: translateY(0) rotate(-1deg);
    }
    50% {
        transform: translateY(-8px) rotate(2deg);
    }
}

@keyframes bdsChatbotBlink {
    0%, 52%, 55%, 100% {
        opacity: 0;
    }
    53% {
        opacity: .98;
    }
    54% {
        opacity: .28;
    }
}

@keyframes bdsChatbotPulse {
    0%, 100% {
        transform: scale(.92);
        opacity: .65;
    }
    50% {
        transform: scale(1.08);
        opacity: 1;
    }
}

@media (max-width: 900px) {
    .bds-home .bds-hero {
        grid-template-columns: 1fr;
        padding-top: 28px;
    }

    .bds-home .bds-hero__side {
        grid-template-columns: 1fr;
    }

    .bds-home-strip {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .bds-home .bds-hero {
        padding-right: 16px;
        padding-left: 16px;
    }

    .bds-home .bds-hero h1 {
        font-size: 34px;
    }

    .bds-home .bds-search {
        grid-template-columns: 46px minmax(0, 1fr);
    }

    .bds-home .bds-search button {
        grid-column: 1 / -1;
        min-height: 48px;
    }

    .bds-deal-tabs,
    .bds-home .bds-quick {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bds-home .bds-hero__actions,
    .bds-service-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 420px) {
    .bds-home .bds-hero h1 {
        font-size: 30px;
    }

    .bds-home .bds-hero__actions,
    .bds-service-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .bds-chatbot {
        right: 12px;
        bottom: 4px;
    }

    .bds-chatbot__launcher {
        width: 222px;
        min-height: 278px;
    }

    .bds-chatbot__character,
    .bds-chatbot__avatar {
        width: 205px;
    }

    .bds-chatbot__label {
        font-size: 12px;
        padding: 7px 12px;
        margin-top: -2px;
    }

    .bds-chatbot__panel {
        right: -2px;
        bottom: 212px;
        grid-template-rows: auto auto minmax(190px, 46vh) auto auto;
        width: calc(100vw - 20px);
        max-height: calc(100vh - 126px);
    }

    .bds-chatbot__greeting {
        left: 50%;
        top: -34px;
        bottom: auto;
        max-width: min(240px, calc(100vw - 72px));
        padding: 11px 12px;
        font-size: 13px;
    }
}

/* Mobile overflow fixes */
html {
    overflow-x: clip;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img,
svg,
video,
canvas,
iframe {
    max-width: 100%;
}

.bds-home .bds-hero,
.bds-home .bds-search,
.bds-install-promo,
.bds-hero-slider,
.bds-home-strip,
.bds-home-strip a,
.bds-hero-slide {
    max-width: 100%;
}

.bds-home .bds-hero,
.bds-home-strip {
    width: 100%;
}

@media (max-width: 640px) {
    .bds-install-promo {
        padding-right: 14px;
        padding-left: 14px;
    }
}

@media (max-width: 420px) {
    .bds-home .bds-search input {
        font-size: 16px;
    }
}

/* Header login and hero action refresh */
.bds-header-brand {
    gap: 10px 12px;
    flex-wrap: wrap;
}

.bds-header-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid rgba(0, 111, 143, .14);
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #0e7d98, #18c39c);
    box-shadow: 0 14px 34px rgba(0, 111, 143, .24);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: -.02em;
    white-space: nowrap;
    transition: transform .18s ease, box-shadow .18s ease;
}

.bds-header-login:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 38px rgba(0, 111, 143, .30);
}

.bds-site-header nav a:last-child {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.bds-home .bds-hero__actions {
    width: min(430px, 100%);
    margin-top: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.bds-home .bds-hero__action {
    position: relative;
    overflow: hidden;
    min-height: 60px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 18px;
    box-shadow: 0 18px 34px rgba(16, 18, 20, .16);
    isolation: isolate;
}

.bds-home .bds-hero__action::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 17px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .26), rgba(255, 255, 255, .02));
    z-index: -1;
}

.bds-home .bds-hero__action--call {
    background: linear-gradient(135deg, #0c7b95, #14a7c7);
}

.bds-home .bds-hero__action--route {
    background: linear-gradient(135deg, #00a884, #49c96f);
}

@media (max-width: 900px) {
    .bds-header-brand {
        width: 100%;
    }

    .bds-header-login {
        margin-left: auto;
    }

    .bds-header-tools {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 640px) {
    .bds-header-brand {
        justify-content: space-between;
    }

    .bds-header-phone {
        order: 2;
    }

    .bds-header-login {
        order: 3;
        min-height: 38px;
        padding: 0 14px;
    }

    .bds-site-header nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bds-home .bds-hero__actions {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .bds-home .bds-hero__actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .bds-home .bds-hero__action {
        min-height: 56px;
        font-size: 14px;
    }
}
/* Header mobile login alignment */
@media (max-width: 640px) {
    .bds-header-brand {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "logo login"
            "phone phone";
        align-items: center;
        gap: 10px 12px;
    }

    .bds-logo {
        grid-area: logo;
    }

    .bds-header-login {
        grid-area: login;
        margin-left: 0;
        justify-self: end;
    }

    .bds-header-phone {
        grid-area: phone;
        justify-self: start;
    }
}
/* Header category cleanup and stronger floating buttons */
.bds-site-header nav {
    gap: 12px;
}

.bds-site-header nav a,
.bds-site-header nav a:last-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(14, 125, 152, .14);
    border-radius: 999px;
    background: linear-gradient(180deg, #ffffff, #f8fcfd);
    box-shadow: 0 12px 24px rgba(12, 48, 63, .08);
}

.bds-home .bds-hero__actions {
    width: min(460px, 100%);
    gap: 16px;
}

.bds-home .bds-hero__action {
    position: relative;
    overflow: visible;
    min-height: 62px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 22px;
    box-shadow:
        0 22px 36px rgba(9, 43, 56, .22),
        0 8px 14px rgba(255, 255, 255, .12) inset,
        0 -8px 18px rgba(0, 0, 0, .10) inset;
    transform: translateY(0);
}

.bds-home .bds-hero__action::before {
    inset: 2px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .34), rgba(255, 255, 255, .02));
}

.bds-home .bds-hero__action::after {
    content: "";
    position: absolute;
    left: 12%;
    right: 12%;
    bottom: -12px;
    height: 18px;
    border-radius: 999px;
    background: rgba(9, 43, 56, .16);
    filter: blur(10px);
    z-index: -2;
}

.bds-home .bds-hero__action:hover {
    transform: translateY(-2px);
}

.bds-home .bds-hero__action--call {
    background: linear-gradient(135deg, #0f7e98, #19b6d7);
}

.bds-home .bds-hero__action--route {
    background: linear-gradient(135deg, #00a884, #57d66f);
}

@media (max-width: 640px) {
    .bds-site-header nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .bds-home .bds-hero__actions {
        width: 100%;
        gap: 12px;
    }

    .bds-home .bds-hero__action {
        min-height: 58px;
        border-radius: 20px;
    }

    .bds-home .bds-hero__action::before {
        border-radius: 18px;
    }
}
/* Mobile hero actions beside character */
@media (max-width: 640px) {
    .bds-home .bds-hero__actions {
        position: fixed;
        left: 26px;
        bottom: 44px;
        width: calc(100vw - 190px);
        min-width: 186px;
        max-width: 208px;
        margin-top: 0;
        padding: 10px;
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: 24px;
        background: rgba(17, 22, 29, .82);
        box-shadow:
            0 20px 34px rgba(7, 12, 19, .34),
            0 1px 0 rgba(255, 255, 255, .08) inset;
        backdrop-filter: blur(10px);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        z-index: 1185;
        pointer-events: none;
    }

    .bds-home .bds-hero__action {
        min-height: 38px;
        padding: 0 10px;
        border: 1px solid rgba(0, 0, 0, .08);
        border-radius: 999px;
        box-shadow:
            0 8px 16px rgba(0, 0, 0, .16),
            0 1px 0 rgba(255, 255, 255, .82) inset;
        color: #1b1f23;
        font-size: 10px;
        font-weight: 800;
        line-height: 1.1;
        text-align: center;
        letter-spacing: -.03em;
        pointer-events: auto;
        white-space: nowrap;
        word-break: keep-all;
    }

    .bds-home .bds-hero__action::before {
        inset: 1px;
        border-radius: 999px;
        background: linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .10));
    }

    .bds-home .bds-hero__action::after {
        left: 18%;
        right: 18%;
        bottom: -7px;
        height: 10px;
        background: rgba(0, 0, 0, .20);
        filter: blur(7px);
    }

    .bds-home .bds-hero__action--call {
        background: linear-gradient(180deg, #ffffff 0%, #f2f4f7 100%);
        color: #111827;
    }

    .bds-home .bds-hero__action--route {
        background: linear-gradient(180deg, #ffe88e 0%, #ffc928 100%);
        color: #5d4200;
    }
}

@media (max-width: 420px) {
    .bds-home .bds-hero__actions {
        left: 22px;
        bottom: 40px;
        width: calc(100vw - 184px);
        min-width: 178px;
        max-width: 198px;
        padding: 8px;
        gap: 7px;
    }

    .bds-home .bds-hero__action {
        min-height: 36px;
        padding: 0 8px;
        font-size: 9px;
    }
}




/* Full-body BDSNET chatbot guide: the original video pose is preserved as a transparent character. */
.bds-chatbot__launcher {
    width: 424px;
    min-height: 676px;
}

.bds-chatbot__character {
    width: 390px;
    gap: 0;
}

.bds-chatbot__avatar {
    width: 355px;
}

.bds-chatbot__label {
    position: absolute;
    bottom: 3px;
    margin-top: 0;
}

.bds-chatbot__panel {
    bottom: 80px;
}

@media (max-width: 520px) {
    .bds-chatbot__launcher {
        width: 325px;
        min-height: 538px;
    }

    .bds-chatbot__character {
        width: 307px;
    }

    .bds-chatbot__avatar {
        width: 291px;
    }

    .bds-chatbot__panel {
        bottom: 20px;
    }
}

/* Video chatbot playlist: keep the full figure still and let the eight clips handle motion. */
.bds-chatbot__character {
    animation: none;
}

.bds-chatbot__avatar {
    aspect-ratio: 9 / 16;
    transform: scaleX(1.152);
    transform-origin: center bottom;
}

.bds-chatbot__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bds-chatbot__video {
    z-index: 2;
    /* Keep the raw first decode frame hidden until alpha compositing is ready. */
    opacity: 0;
    pointer-events: none;
    /* Do not add a synthetic outline or background around the transparent video. */
    background: transparent;
    filter: none;
    mix-blend-mode: normal;
    transition: opacity .12s ease;
}

.bds-chatbot__poster {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
    transition: opacity .12s ease;
}

.bds-chatbot.is-video-ready .bds-chatbot__video {
    opacity: 1;
}

.bds-chatbot.is-video-ready .bds-chatbot__poster {
    opacity: 0;
}

/* Hide a legacy duplicate chatbot before deferred JavaScript removes it. */
.bds-chatbot:not(:has([data-bds-chatbot-video])) {
    display: none !important;
}
/* Align the character with the browser bottom and keep the greeting just above the head. */
.bds-chatbot__character {
    transform: translateY(22px);
}

.bds-chatbot > .bds-chatbot__greeting {
    top: auto;
    /* Anchor the speech-bubble pointer just above the character's head. */
    bottom: calc(100% - 34px);
    transform: translate(-50%, 74px) scale(.98);
}

/* The visible state previously reset the vertical offset to zero. */
.bds-chatbot > .bds-chatbot__greeting.is-visible {
    transform: translate(-50%, 70px) scale(1);
}

/* Keep the guide visible beside the chat panel and allow direct repositioning. */
.bds-chatbot__launcher {
    touch-action: none;
    cursor: grab;
}

.bds-chatbot.is-dragging,
.bds-chatbot.is-dragging .bds-chatbot__launcher {
    cursor: grabbing;
    user-select: none;
}

.bds-chatbot__head[data-bds-chatbot-panel-drag-handle] {
    touch-action: none;
    cursor: grab;
}

.bds-chatbot.is-panel-dragging .bds-chatbot__head[data-bds-chatbot-panel-drag-handle] {
    cursor: grabbing;
    user-select: none;
}

.bds-chatbot__head [data-bds-chatbot-close] {
    touch-action: manipulation;
}

@media (min-width: 880px) {
    .bds-chatbot.is-open .bds-chatbot__panel {
        right: calc(100% + 18px);
        bottom: 78px;
        left: auto;
    }

    .bds-chatbot.is-open.is-panel-right .bds-chatbot__panel {
        right: auto;
        left: calc(100% + 18px);
    }
}

@media (max-width: 879px) {
    .bds-chatbot.is-open .bds-chatbot__panel {
        position: fixed;
        right: 10px;
        bottom: 10px;
        left: auto;
        z-index: 20;
        grid-template-rows: auto auto minmax(150px, 1fr) auto auto;
        width: calc(100vw - 20px);
        max-height: min(64vh, 520px);
    }

    .bds-chatbot.is-open .bds-chatbot__launcher {
        /* Keep the close button and chat controls above the full-height character. */
        z-index: 10;
    }
}

@media (max-width: 520px) {
    .bds-chatbot__character {
        transform: translateY(8px);
    }

    .bds-chatbot > .bds-chatbot__greeting {
        top: auto;
        bottom: calc(100% - 8px);
    }
}

/* Visible local service content gives visitors and crawlers a clear page topic. */
.bds-local-guide {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
    align-items: center;
    gap: 28px;
    margin-top: 10px;
    margin-bottom: 28px;
    padding: 30px !important;
    border: 1px solid #d6e4e9;
    border-radius: 18px;
    background: linear-gradient(135deg, #f3fbf9, #f7fbff);
}

.bds-local-guide__eyebrow {
    margin: 0 0 8px;
    color: #008273;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
}

.bds-local-guide h2 {
    margin: 0;
    color: #102c37;
    font-size: clamp(22px, 2.4vw, 31px);
    line-height: 1.28;
}

.bds-local-guide > div > p:last-child {
    max-width: 720px;
    margin: 12px 0 0;
    color: #53646d;
    line-height: 1.7;
}

.bds-local-guide__links {
    display: grid;
    gap: 10px;
}

.bds-local-guide__links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
    padding: 12px 16px;
    border-radius: 12px;
    background: #fff;
    color: #075a70;
    font-weight: 900;
    box-shadow: 0 8px 20px rgba(8, 74, 91, .08);
}

.bds-local-guide__links a::after {
    content: '→';
    color: #00a884;
    font-size: 20px;
}

@media (max-width: 760px) {
    .bds-local-guide {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 0 14px 24px;
        padding: 24px !important;
    }
}
