:root {
  --db-background: #ffffff;
  --db-surface: #f3f3f3;
  --db-surface-muted: rgba(255, 255, 255, 0.5);
  --db-border: #ebebeb;
  --db-text-strong: #1f1f1f;
  --db-text: #242424;
  --db-text-hover: #424242;
  --db-text-muted: #6d6d6d;
  --db-text-subtle: #989898;
  --db-accent: #ff6000;
  --db-border-strong: #dbdbdb;
  --db-black: #242424;
  --db-white: #ffffff;
  --db-radius-sm: 8px;
  --db-radius-md: 16px;
  --db-radius-lg: 20px;
  --db-shadow: 0 20px 60px rgba(31, 31, 31, 0.06);
  --db-shell: 16px;
  --db-header-height: 76px;
  --db-container: 1652px;
  --db-logo-inline-size: clamp(160px, calc(160px + 11 * ((100vw - 375px) / 393)), 171px);
  --db-logo-block-size: clamp(36.6667px, calc(36.6667px + 7.3333 * ((100vw - 375px) / 393)), 44px);
  --db-font-display: "SUIT", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --db-font-body: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --db-breakpoint-tablet: 48rem;
  --db-breakpoint-tablet-lg: 67.5rem;
  --db-breakpoint-laptop: 90rem;
  --db-breakpoint-desktop: 120rem;
  --h1-size: 2.25rem;
}

html {
  font-size: 100%;
  overflow-y: scroll;
}

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

body {
  margin: 0;
  background: var(--db-background);
  color: var(--db-text);
  font-family: var(--db-font-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

html[data-ui-lang="en"] [data-ui-copy="ko"],
html[data-ui-lang="ko"] [data-ui-copy="en"] {
  display: none !important;
}

body.no-scroll {
  overflow: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.gh-portal-triggerbtn-wrapper,
[data-ghost-search-portal],
.gh-portal-triggerbtn-iframe,
iframe[title="portal-trigger"] {
  display: none !important;
}

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

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

.db-site {
  min-height: 100vh;
}

.db-site__main {
  position: relative;
  z-index: 1;
}

.db-shell {
  width: min(100%, calc(var(--db-container) + var(--db-shell) + var(--db-shell)));
  padding-inline: var(--db-shell);
  margin: 0 auto;
}

.db-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  transition: transform 300ms ease, opacity 300ms ease, background-color 180ms ease,
    backdrop-filter 180ms ease;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(40px);
  border-bottom: 0;
}

.db-page--feed .db-header {
  background: transparent;
  backdrop-filter: none;
}

.db-header.is-hidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

.db-header.is-solid,
.db-header.is-scrolled,
.db-page--article .db-header {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(40px);
  box-shadow: none;
}

.db-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--db-header-height);
}

.db-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  width: 160px;
  height: 44px;
}

.db-logo__image {
  width: 104px;
  height: auto;
}

.db-nav--desktop,
.db-lang-button,
.db-lang-switcher {
  display: none;
}

.db-header__actions .db-header__cta {
  display: none;
}

.db-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  flex: 0 0 auto;
  min-inline-size: 44px;
}

.db-menu-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: var(--db-radius-sm);
  background: transparent;
  color: var(--db-black);
  cursor: pointer;
}

.db-menu-button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.db-menu-button__icon svg {
  width: 24px;
  height: 24px;
}

.db-menu-button__icon--close {
  display: none;
}

.db-menu-button[aria-expanded="true"] .db-menu-button__icon--menu {
  display: none;
}

.db-menu-button[aria-expanded="true"] .db-menu-button__icon--close {
  display: inline-flex;
}

.db-mobile-backdrop {
  position: fixed;
  inset: 0;
  z-index: 35;
  background: rgba(12, 12, 12, 0.4);
  backdrop-filter: blur(11px);
}

.db-mobile-backdrop[hidden],
.db-mobile-menu[hidden] {
  display: none !important;
}

.db-mobile-menu {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 500px;
  padding: 0;
  overflow: hidden;
  border-radius: 0 0 12px 12px;
  background: var(--db-white);
  box-shadow: none;
}

.db-mobile-menu__top {
  display: flex;
  flex: 0 0 var(--db-header-height);
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: var(--db-header-height);
  padding: 16px;
  backdrop-filter: blur(40px);
}

.db-mobile-menu__logo {
  width: 160px;
}

.db-mobile-menu__actions {
  display: flex;
  width: 160px;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.db-mobile-menu__nav {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 0;
  padding: 0 16px;
}

.db-mobile-menu__link {
  width: 100%;
  padding: 8px 0;
  border-radius: var(--db-radius-sm);
  font-family: var(--db-font-display);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.3px;
  text-align: center;
  color: var(--db-text-muted);
  transition: color 180ms ease;
}

.db-mobile-menu__link:hover,
.db-mobile-menu__link:active {
  color: var(--db-text-hover);
}

.db-mobile-menu__link--active {
  font-weight: 700;
  color: var(--db-text);
}

.db-mobile-menu__link--active:hover,
.db-mobile-menu__link--active:active {
  color: var(--db-text);
}

.db-mobile-menu__footer {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 16px;
}

.db-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 44px;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid var(--db-border);
  border-radius: var(--db-radius-sm);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.08px;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
  white-space: nowrap;
}

.db-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(31, 31, 31, 0.08);
}

.db-button--dark {
  border-color: var(--db-black);
  background: var(--db-black);
  color: var(--db-white);
}

.db-button--light {
  border-color: var(--db-border);
  background: var(--db-white);
  color: var(--db-text);
}

.db-button--block {
  width: 100%;
}

.db-lang-button {
  align-items: center;
  gap: 8px;
  height: 44px;
  min-height: 44px;
  padding: 10px 16px;
  border: 0;
  border-radius: var(--db-radius-sm);
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.08px;
  color: var(--db-text);
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 180ms ease, color 180ms ease;
}

.db-lang-button:hover {
  background: rgba(244, 244, 244, 0.92);
}

.db-lang-switcher {
  position: relative;
}

.db-lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 42;
  min-width: 88px;
  padding: 4px;
  border: 1px solid rgba(31, 31, 31, 0.1);
  border-radius: 12px;
  background: var(--db-white);
  box-shadow: 0 0 16px rgba(23, 23, 23, 0.12), 0 0 1px rgba(23, 23, 23, 0.08);
}

.db-lang-menu__item,
.db-mobile-lang-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.07px;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.db-lang-menu__item {
  width: 100%;
  padding: 10px 12px;
  border: 0;
  background: transparent;
  color: var(--db-text-muted);
  text-align: left;
  justify-content: flex-start;
  cursor: pointer;
}

.db-lang-menu__item:hover {
  background: rgba(244, 244, 244, 0.72);
  color: var(--db-text);
}

.db-lang-menu__item.is-active {
  background: rgba(244, 244, 244, 0.92);
  color: var(--db-text);
}

.db-mobile-lang-option {
  min-height: 34px;
  padding: 6px 11px;
  border: 1px solid var(--db-border);
  border-radius: 99px;
  background: var(--db-white);
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.065px;
  color: var(--db-text);
  cursor: pointer;
}

.db-mobile-lang-option.is-active {
  border-color: var(--db-black);
  background: var(--db-black);
  color: var(--db-white);
}

.db-mobile-lang-tabs {
  display: flex;
  align-items: center;
  gap: 4px;
}

.db-mobile-lang-switcher {
  display: none;
  position: relative;
}

.db-mobile-lang-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 16px;
  border: 0;
  border-radius: var(--db-radius-sm);
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.08px;
  color: var(--db-text);
  cursor: pointer;
}

.db-mobile-lang-button:hover {
  background: rgba(244, 244, 244, 0.92);
}

.db-mobile-menu__footer .db-button {
  height: 40px;
  min-height: 40px;
  gap: 6px;
  padding: 10px 14px;
  border-radius: var(--db-radius-sm);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.07px;
}

.db-chevron {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 180ms ease;
}

.js-lang-menu-toggle[aria-expanded="true"] .db-chevron {
  transform: rotate(-135deg) translateY(0);
}

.db-feed-hero {
  position: relative;
  overflow: hidden;
  background: var(--db-surface);
}

.db-feed-hero::before {
  content: "";
  position: absolute;
  inset: -35% -15% 0;
  background: radial-gradient(ellipse at 58% 30%, rgba(214, 220, 250, 0.51) 0%, rgba(255, 255, 255, 0) 48%, rgba(255, 196, 172, 0.63) 100%);
  pointer-events: none;
}

.db-feed-hero__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  padding: 155px 0 124px;
  text-align: center;
}

.db-feed-hero__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.db-feed-hero__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
  max-width: 343px;
}

.db-feed-hero__dot {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 189, 161, 0.95), rgba(217, 223, 251, 1));
}

.db-feed-hero__eyebrow {
  margin: 0;
  font-family: var(--db-font-display);
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.15px;
  color: var(--db-text-muted);
}

.db-feed-hero__title {
  width: 100%;
  max-width: 343px;
  margin: 0;
  font-family: var(--db-font-display);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.288px;
  color: var(--db-text-strong);
}

.db-feed-hero__title-copy {
  display: block;
}

.db-feed-hero__title-line {
  display: block;
}

.db-feed-hero__title-line--wide {
  display: none;
}

.db-feed-tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 343px;
}

.db-feed-tabs__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.db-feed-tab,
.db-post__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 12px;
  border: 1px solid var(--db-border);
  border-radius: var(--db-radius-sm);
  background: var(--db-surface-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.07px;
  color: var(--db-text-muted);
  white-space: nowrap;
}

.db-post__meta .db-post__tag {
  width: 124px;
}

.db-feed-tab.is-active {
  border-color: var(--db-black);
  background: var(--db-black);
  color: var(--db-white);
}

.db-feed-tabs__items .db-feed-tab:nth-child(1) {
  width: 49px;
}

.db-feed-tabs__items .db-feed-tab:nth-child(2) {
  width: 124px;
}

.db-feed-tabs__items .db-feed-tab:nth-child(3) {
  width: 92px;
}

.db-feed-tabs__items .db-feed-tab:nth-child(4) {
  width: 90px;
}

.db-feed-tabs__items .db-feed-tab:nth-child(5) {
  width: 107px;
}

.db-feed-tabs__items .db-feed-tab:nth-child(6) {
  width: 108px;
}

.db-search-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid var(--db-border);
  border-radius: var(--db-radius-sm);
  background: var(--db-white);
  color: var(--db-text-muted);
  cursor: pointer;
}

.db-search-button svg {
  width: 16px;
  height: 16px;
}

.db-feed-section {
  padding: 90px 0 70px;
}

.db-feed-section__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.db-feed-section__heading {
  width: 100%;
  margin: 0;
  font-family: var(--db-font-display);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.24;
  letter-spacing: -0.02em;
  color: var(--db-text-strong);
}

.db-feed-section--author {
  padding-top: 124px;
}

.db-feed-author {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 32px;
}

.db-feed-author__avatar {
  width: 72px;
  height: 72px;
  margin: 0;
  overflow: hidden;
  border-radius: 999px;
  background: var(--db-surface);
}

.db-feed-author__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.db-feed-author__content {
  display: flex;
  max-width: 680px;
  flex-direction: column;
  gap: 8px;
}

.db-feed-author__eyebrow,
.db-feed-author__bio {
  margin: 0;
  font-family: var(--db-font-display);
}

.db-feed-author__eyebrow {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.01em;
  color: var(--db-text-subtle);
}

.db-feed-author__bio {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: var(--db-text-muted);
}

.db-post-grid {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 44px;
}

.db-post-card {
  min-width: 0;
}

.db-post-card__link {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.db-post-card__media {
  position: relative;
  aspect-ratio: 343 / 204;
  margin: 0;
  overflow: hidden;
  border: 0.702px solid #eeeeee;
  border-radius: var(--db-radius-lg);
  background: var(--db-surface);
}

.db-post-card__media img,
.db-post-card__placeholder {
  width: 100%;
  height: 100%;
}

.db-post-card__media img {
  object-fit: cover;
  transition: transform 240ms ease;
}

.db-post-card__placeholder {
  background: linear-gradient(135deg, rgba(214, 220, 250, 0.88), rgba(255, 244, 238, 0.96));
}

.db-post-card__link:hover .db-post-card__media img {
  transform: scale(1.04);
}

.db-post-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 80px;
}

.db-post-card__title {
  margin: 0;
  font-family: var(--db-font-display);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.216px;
  color: var(--db-text-strong);
}

.db-post-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-family: var(--db-font-display);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.14px;
  color: var(--db-text-muted);
}

.db-post__meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-family: var(--db-font-display);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.14px;
  color: var(--db-text-muted);
}

.db-post__meta-desktop {
  display: none;
}

.db-post__meta-compact {
  display: inline;
}

.db-pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 60px;
}

.db-load-more {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 40px;
  padding: 0 14px;
  border: 1px solid var(--db-border-strong);
  border-radius: var(--db-radius-sm);
  background: var(--db-white);
  font-family: var(--db-font-display);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.07px;
  color: var(--db-text-muted);
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.db-load-more:hover:not(:disabled):not([aria-disabled="true"]) {
  background: var(--db-surface);
  color: var(--db-text);
}

.db-load-more:active:not(:disabled):not([aria-disabled="true"]) {
  box-shadow: 0 0 0 2px var(--db-border);
}

.db-load-more:disabled,
.db-load-more[aria-disabled="true"],
.db-load-more.is-loading {
  cursor: wait;
  border-color: var(--db-border);
  color: var(--db-text-subtle);
  pointer-events: none;
}

.db-post,
.db-post--page {
  padding: 124px 0 90px;
}

.db-post__layout {
  display: block;
}

.db-post__toc {
  display: none;
}

.db-post__content-column {
  width: 100%;
  max-width: 1094px;
  margin: 0 auto;
}

.db-post__content-column--single {
  max-width: 960px;
}

.db-post-hero {
  margin: 0;
}

.db-post-hero__image {
  width: 100%;
  aspect-ratio: 343 / 268;
  object-fit: cover;
  border: 1px solid #eeeeee;
  border-radius: var(--db-radius-lg);
  background: var(--db-surface);
}

.db-post-hero__caption {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -0.01em;
  text-align: center;
  color: var(--db-text-muted);
}

.db-post__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  margin: 56px 0 68px;
  text-align: center;
}

.db-post__header--page {
  margin-bottom: 48px;
}

.db-post__meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.db-post__title {
  width: 100%;
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: -0.14px;
  color: var(--db-text-strong);
}

.db-post__body {
  margin-bottom: 68px;
}

.db-post__body .gh-content {
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: -0.08px;
  color: var(--db-text-strong);
}

.db-post__body .gh-content > *:first-child {
  margin-top: 0;
}

.db-post__body .gh-content > *:last-child {
  margin-bottom: 0;
}

.db-post__body .gh-content p,
.db-post__body .gh-content ul,
.db-post__body .gh-content ol,
.db-post__body .gh-content blockquote {
  margin: 0 0 44px;
}

.db-post__body .gh-content h1,
.db-post__body .gh-content h2,
.db-post__body .gh-content h3 {
  margin: 0 0 20px;
  font-weight: 600;
  line-height: 1.55;
  color: var(--db-text-strong);
  scroll-margin-top: calc(var(--db-header-height) + 24px);
}

.db-post__body .gh-content h1:not(:first-child),
.db-post__body .gh-content h2:not(:first-child) {
  margin-top: 58px;
}

.db-post__body .gh-content h3:not(:first-child) {
  margin-top: 44px;
}

.db-post__body .gh-content h1 {
  font-size: 28px;
  letter-spacing: -0.14px;
}

.db-post__body .gh-content h2 {
  font-size: 24px;
  letter-spacing: -0.12px;
}

.db-post__body .gh-content h3 {
  font-size: 22px;
  letter-spacing: -0.11px;
}

.db-post__body .gh-content strong {
  font-weight: 700;
}

.db-post__body .gh-content a {
  color: var(--db-text);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.db-post__body .gh-content figure {
  margin: 58px 0 12px;
}

.db-post__body .gh-content figure img {
  width: 100%;
  border-radius: var(--db-radius-lg);
}

.db-post__body .gh-content .db-post-sample-placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 674 / 400;
  background: var(--db-surface);
  border: 1px solid var(--db-border);
  border-radius: var(--db-radius-lg);
}

.db-post__body .gh-content .db-post-sample-placeholder--wide {
  aspect-ratio: 1094 / 380;
  border: 0;
  border-radius: var(--db-radius-md);
}

.db-post__body .gh-content figcaption {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -0.07px;
  text-align: center;
  color: var(--db-text-muted);
}

.db-post__body .gh-content blockquote {
  padding-left: 18px;
  border-left: 2px solid rgba(31, 31, 31, 0.12);
  color: var(--db-text);
}

.db-post-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 64px;
  margin-bottom: 64px;
}

.db-post-cta__button {
  width: 186px;
  min-width: 186px;
  min-height: 40px;
  height: 40px;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.07px;
}

.db-post-cta__media {
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}

.db-post-cta__media img {
  display: block;
  width: 100%;
  aspect-ratio: 1094 / 380;
  object-fit: cover;
}

.db-author-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 96px;
}

.db-author-box__avatar {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 999px;
  background: #f0f0f0;
}

.db-author-box__avatar img,
.db-author-box__avatar svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.db-author-box__name {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--db-text-strong);
}

.db-related {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.db-related__title {
  margin: 0;
  font-family: var(--db-font-display);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.16px;
  color: var(--db-text-strong);
}

.db-related__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 44px;
}

.db-post__toc-nav {
  width: 100%;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.1px;
}

.db-post__toc-nav .toc-list,
.db-post__toc-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.db-post__toc-nav .toc-list-item,
.db-post__toc-item {
  margin: 0;
  width: 100%;
  color: var(--db-text-subtle);
}

.db-post__toc-nav a {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 0;
  color: inherit;
  font-weight: 500;
}

.db-post__toc-dot {
  display: block;
  flex: 0 0 10px;
  inline-size: 10px;
  block-size: 10px;
  min-inline-size: 10px;
  max-inline-size: 10px;
  min-block-size: 10px;
  max-block-size: 10px;
  border-radius: 999px;
  background: transparent;
  opacity: 0;
}

.db-post__toc-dot::before {
  display: block;
  inline-size: 5px;
  block-size: 5px;
  margin: 2.5px;
  border-radius: 999px;
  background: var(--db-black);
  content: "";
}

.db-post__toc-label {
  flex: 1 1 auto;
}

.db-post__toc-nav .is-active-item,
.db-post__toc-nav .is-active-link {
  color: var(--db-text);
  font-weight: 600;
}

.db-post__toc-nav .is-active-link .db-post__toc-dot {
  opacity: 1;
}

.db-search-button.gh-search {
  margin: 0;
}

.db-footer {
  padding: 70px 0 54px;
}

.db-footer__inner {
  display: flex;
  flex-direction: column;
}

.db-footer__section {
  display: flex;
  flex-direction: column;
}

.db-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.db-footer__mark {
  display: inline-flex;
  line-height: 0;
}

.db-footer__mark-image {
  display: block;
  width: 24px;
  height: 24px;
}

.db-footer__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.db-footer__content--ko {
  gap: 40px;
  margin-top: 90px;
}

.db-footer__brand,
.db-footer__company,
.db-footer__legal {
  display: flex;
  flex-direction: column;
}

.db-footer__brand,
.db-footer__company {
  gap: 20px;
}

.db-footer__brand--en {
  gap: 24px;
}

.db-footer__company-name {
  margin: 0;
  font-family: var(--db-font-display);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.12px;
  color: var(--db-text-strong);
}

.db-footer__company-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.db-footer__company-meta p,
.db-footer__legal p,
.db-footer__legal a {
  margin: 0;
  font-family: var(--db-font-display);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.1px;
  color: var(--db-text-muted);
}

.db-footer__social {
  display: flex;
  align-items: center;
  gap: 4px;
}

.db-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: var(--db-text-strong);
  transition: opacity 180ms ease;
}

.db-footer__social-link:hover {
  opacity: 0.85;
}

.db-footer__social-link svg {
  width: 32px;
  height: 32px;
}

.db-footer__mobile-nav,
.db-footer__nav {
  display: flex;
  gap: 24px;
}

.db-footer__nav-link {
  margin: 0;
  font-family: var(--db-font-display);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.14px;
  color: var(--db-text-strong);
  transition: color 180ms ease;
}

.db-footer__nav-link:hover,
.db-footer__nav-link:active {
  color: var(--db-accent);
}

.db-footer__nav-link:hover,
.db-footer__nav-link:active,
.db-footer__legal a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.db-footer__legal--ko {
  align-items: flex-end;
}

.db-footer__links {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.db-footer__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.db-footer__legal {
  gap: 8px;
}

.db-footer__divider {
  width: 1px;
  height: 12px;
  background: rgba(109, 109, 109, 0.28);
}

.db-footer__nav--desktop {
  display: none;
}

.kg-width-wide,
.kg-width-full {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

@media (min-width: 48rem) {
  :root {
    --db-shell: 32px;
    --db-logo-inline-size: clamp(171px, calc(171px + 21 * ((100vw - 768px) / 672)), 192px);
    --db-logo-block-size: 44px;
  }

  .db-feed-hero__inner {
    gap: 54px;
  }

  .db-feed-hero__copy {
    gap: 16px;
  }

  .db-logo {
    width: 171px;
  }

  .db-mobile-menu {
    height: 450px;
    border-radius: 0 0 16px 16px;
  }

  .db-mobile-menu__top {
    padding: 16px 32px;
  }

  .db-mobile-menu__logo {
    width: 171px;
  }

  .db-mobile-lang-tabs {
    display: none;
  }

  .db-mobile-lang-switcher {
    display: block;
  }

  .db-mobile-menu__link {
    font-size: 17px;
    letter-spacing: -0.51px;
  }

  .db-mobile-menu__footer .db-button {
    height: 44px;
    min-height: 44px;
    gap: 8px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.08px;
  }

  .db-feed-hero__title {
    max-width: 664px;
    font-size: 34px;
    line-height: 1.4;
    letter-spacing: -0.408px;
  }

  .db-feed-hero__title-line--mobile {
    display: none;
  }

  .db-feed-hero__title-line--wide {
    display: block;
  }

  .db-feed-hero__accent {
    letter-spacing: -0.48px;
  }

  .db-feed-tab,
  .db-post__tag {
    height: 40px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.08px;
  }

  .db-feed-tabs {
    max-width: 415px;
  }

  .db-feed-tabs__items {
    width: 416px;
  }

  .db-feed-tabs__items .db-feed-tab:nth-child(1) {
    width: 52px;
  }

  .db-feed-tabs__items .db-feed-tab:nth-child(2) {
    width: 138px;
  }

  .db-feed-tabs__items .db-feed-tab:nth-child(3) {
    width: 101px;
  }

  .db-feed-tabs__items .db-feed-tab:nth-child(4) {
    width: 100px;
  }

  .db-feed-tabs__items .db-feed-tab:nth-child(5) {
    width: 118px;
  }

  .db-feed-tabs__items .db-feed-tab:nth-child(6) {
    width: 120px;
  }

  .db-feed-hero__copy {
    max-width: 664px;
  }

  .db-feed-hero__inner {
    padding-top: 160px;
    padding-bottom: 121px;
  }

  .db-search-button {
    width: 40px;
    height: 40px;
  }

  .db-feed-section {
    padding-top: 140px;
  }

  .db-feed-section__inner {
    gap: 20px;
  }

  .db-feed-section__heading {
    font-size: 30px;
    font-weight: 500;
    line-height: 37px;
  }

  .db-post-card__title {
    font-size: 22px;
    letter-spacing: -0.264px;
  }

  .db-post-card__body {
    gap: 10px;
    min-height: 103px;
  }

  .db-post-card__link {
    gap: 24px;
  }

  .db-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 64px;
  }

  .db-post-card__media {
    aspect-ratio: 704 / 417;
  }

  .db-post-card__meta {
    font-size: 16px;
    letter-spacing: -0.16px;
  }

  .db-post__title {
    font-size: 36px;
  }

  .db-post__body .gh-content,
  .db-post__body .gh-content p,
  .db-post__body .gh-content ul,
  .db-post__body .gh-content ol {
    font-size: 18px;
  }

  .db-post__body .gh-content h1 {
    font-size: 36px;
    letter-spacing: -0.18px;
  }

  .db-post__body .gh-content h2 {
    font-size: 32px;
    letter-spacing: -0.16px;
  }

  .db-post__body .gh-content h3 {
    font-size: 28px;
    letter-spacing: -0.14px;
  }

  .db-footer__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
  }

  .db-footer__content--ko {
    margin-top: 130px;
  }

  .db-footer__top {
    justify-content: flex-start;
  }

  .db-footer__brand--en {
    justify-content: space-between;
    min-height: 202px;
  }

  .db-footer__company {
    gap: 20px;
  }

  .db-footer__links--en,
  .db-footer__links--ko {
    align-items: flex-end;
    justify-content: space-between;
    min-height: 202px;
  }

  .db-search-button svg {
    width: 20px;
    height: 20px;
  }

  .db-footer {
    padding: 80px 0 100px;
  }

  .db-footer__inner {
    gap: 0;
  }

  .db-footer__mark-image {
    width: 28px;
    height: 28px;
  }

  .db-footer__company-name {
    font-size: 15px;
    letter-spacing: -0.15px;
  }

  .db-footer__company-meta p,
  .db-footer__legal p,
  .db-footer__legal a {
    font-size: 13px;
    letter-spacing: -0.104px;
  }

  .db-footer__links--en,
  .db-footer__links--ko {
    width: 324px;
  }

  .db-footer__meta {
    gap: 12px;
    justify-content: flex-end;
  }

  .db-footer__legal {
    align-items: flex-end;
  }

  .db-footer__nav-link {
    font-size: 16px;
    letter-spacing: -0.16px;
  }

  .db-footer__divider {
    height: 14px;
  }

  .db-footer__mobile-nav {
    display: none;
  }

  .db-footer__nav--desktop {
    display: flex;
  }
}

@media (min-width: 67.5rem) {
  .db-feed-hero__inner {
    gap: 54px;
    padding-top: clamp(180px, calc(180px + 20 * ((100vw - 1080px) / 360)), 200px);
  }

  .db-feed-hero__intro {
    gap: 16px;
  }

  .db-feed-hero__copy {
    gap: 24px;
  }

  .db-feed-hero__title {
    font-size: 52px;
    line-height: 1.3;
    letter-spacing: -0.624px;
  }

  .db-feed-tabs {
    max-width: none;
  }

  .db-feed-tabs__items {
    justify-content: center;
  }

  .db-feed-tab,
  .db-post__tag {
    height: 40px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.08px;
  }

  .db-search-button {
    width: 40px;
    height: 40px;
  }

  .db-feed-section {
    padding-bottom: 80px;
  }

  .db-post-card__link {
    gap: 24px;
  }

}

@media (min-width: 90rem) {
  :root {
    --db-shell: 135px;
    --db-logo-inline-size: 192px;
    --db-logo-block-size: 44px;
  }

  .db-shell {
    width: 100%;
  }

  .db-nav--desktop,
  .db-lang-button {
    display: inline-flex;
  }

  .db-lang-switcher {
    display: block;
  }

  .db-header__actions {
    gap: 16px;
    min-inline-size: auto;
  }

  .db-header__actions .db-header__cta {
    display: inline-flex;
    padding-inline: 16px;
  }

  .db-menu-button {
    display: none;
  }

  .db-nav--desktop {
    align-items: center;
    flex: 0 0 auto;
    width: 242px;
    justify-content: flex-start;
    gap: 15px;
  }

  .db-nav__link {
    padding: 10px 16px;
    border-radius: 8px;
    font-family: var(--db-font-display);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    color: var(--db-text-muted);
    transition: color 180ms ease, background-color 180ms ease;
  }

  .db-nav__link:hover {
    color: var(--db-text-hover);
  }

  .db-nav__link--active {
    color: var(--db-text);
    font-weight: 700;
  }

  .db-nav__link--active:hover {
    color: var(--db-text);
  }

  .db-nav__link:nth-child(1) {
    width: 75px;
  }

  .db-nav__link:nth-child(2) {
    width: 65px;
  }

  .db-nav__link:nth-child(3) {
    width: 72px;
  }

  .db-feed-hero__inner {
    gap: 81px;
    padding-top: 200px;
    padding-bottom: 176px;
  }

  .db-feed-hero__title {
    max-width: 1170px;
    font-size: 54px;
    letter-spacing: -0.648px;
  }

  .db-feed-hero__eyebrow {
    font-size: 18px;
    letter-spacing: -0.18px;
  }

  .db-feed-hero__copy {
    max-width: 1170px;
  }

  .db-feed-tabs {
    width: auto;
    max-width: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .db-feed-tabs__items {
    width: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .db-lang-button {
    justify-content: center;
  }

  .db-logo {
    width: var(--db-logo-inline-size);
  }

  .db-post-card__link {
    gap: 24px;
  }

  .db-post-card__media {
    aspect-ratio: 674 / 400;
    border-width: 1px;
  }

  .db-post-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 90px;
  }

  .db-feed-section__inner {
    gap: 24px;
  }

  .db-feed-section__heading {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.24;
  }

  .db-post-card__body {
    min-height: 97px;
  }

  .db-post,
  .db-post--page {
    padding-top: 140px;
  }

  .db-post__layout {
    display: grid;
    grid-template-columns:
      clamp(377px, calc(32.7083vw - 94px), 534px)
      minmax(0, 1fr);
    gap: 24px;
    justify-content: stretch;
    align-items: start;
  }

  .db-post__content-column--single {
    max-width: 960px;
  }

  .db-post__toc {
    display: block;
    position: sticky;
    top: 140px;
    width: clamp(377px, calc(32.7083vw - 94px), 534px);
  }

  .db-post__toc-nav {
    width: clamp(377px, calc(3.75vw + 323px), 395px);
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.09px;
  }

  .db-post__hero,
  .db-post__header,
  .db-post__body,
  .db-post-cta,
  .db-author-box,
  .db-related {
    width: 100%;
  }

  .db-post__header {
    align-items: flex-start;
    margin: 72px 0 120px;
    text-align: left;
  }

  .db-post__meta {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }

  .db-post__meta-row {
    font-family: var(--db-font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.08px;
  }

  .db-post__meta-desktop {
    display: inline;
  }

  .db-post__meta-compact {
    display: none;
  }

  .db-post__meta .db-post__tag {
    width: 138px;
  }

  .db-post__title {
    font-size: 38px;
    letter-spacing: -0.19px;
  }

  .db-post__body {
    margin-bottom: 112px;
  }

  .db-post-hero__image {
    aspect-ratio: 769 / 456.38;
  }

  .db-post-hero__caption {
    font-size: 16px;
    letter-spacing: -0.08px;
  }

  .db-post__body .gh-content,
  .db-post__body .gh-content p,
  .db-post__body .gh-content ul,
  .db-post__body .gh-content ol,
  .db-post__body .gh-content blockquote {
    font-size: 18px;
    letter-spacing: -0.09px;
  }

  .db-post__body .gh-content h1 {
    font-size: 36px;
    letter-spacing: -0.18px;
  }

  .db-post__body .gh-content h2 {
    font-size: 32px;
    letter-spacing: -0.16px;
  }

  .db-post__body .gh-content h3 {
    font-size: 28px;
    letter-spacing: -0.14px;
  }

  .db-post-cta {
    gap: 64px;
    margin-bottom: 64px;
  }

  .db-post-cta__button {
    width: 213px;
  }

  .db-post-cta__media {
    border-radius: 20px;
  }

  .db-author-box {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    margin-bottom: 112px;
  }

  .db-author-box__avatar {
    width: 73px;
    height: 73px;
  }

  .db-author-box__name {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.12px;
  }

  .db-related__title {
    font-size: 22px;
    letter-spacing: -0.22px;
  }

  .db-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .db-related {
    gap: 20px;
  }

  .db-footer {
    padding-bottom: 100px;
  }

  .db-feed-tabs {
    width: 717px;
  }

  .db-feed-tabs__items {
    width: 669px;
  }
}

@media (min-width: 120rem) {
  :root {
    --db-shell: 32px;
    --db-container: 1652px;
  }

  .db-shell {
    width: min(100%, calc(var(--db-container) + var(--db-shell) + var(--db-shell)));
  }

  .db-feed-hero__dot {
    width: 24px;
    height: 24px;
  }

  .db-feed-hero__title {
    max-width: 1017px;
    font-size: 64px;
    line-height: 1.3;
    letter-spacing: -0.768px;
  }

  .db-feed-hero__copy {
    max-width: 1017px;
  }

  .db-feed-hero__title-line--wide {
    white-space: nowrap;
  }

  .db-feed-hero__inner {
    gap: 47px;
    padding-bottom: 200px;
  }

  .db-feed-section__heading {
    font-size: 40px;
  }

  .db-post-grid {
    row-gap: 100px;
  }

  .db-post-card__title {
    font-size: 24px;
    letter-spacing: -0.288px;
  }

  .db-post-card__link {
    gap: 28px;
  }

  .db-post-card__body {
    gap: 10px;
    min-height: 106px;
  }

  .db-post-card__meta {
    font-size: 18px;
    letter-spacing: -0.18px;
  }

  .db-load-more {
    height: 44px;
    padding: 0 16px;
    gap: 8px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.08px;
  }

  .db-post__layout {
    grid-template-columns: 534px minmax(0, 1fr);
  }

  .db-post__toc {
    width: 534px;
  }

  .db-post__toc-nav {
    width: 395px;
  }

  .db-post__content-column {
    max-width: 1094px;
  }

  .db-post-hero__image {
    aspect-ratio: 1094 / 649;
  }

  .db-post__title {
    font-size: 44px;
    letter-spacing: -0.22px;
  }

  .db-post__header {
    margin-bottom: 132px;
  }

  .db-post__body {
    margin-bottom: 132px;
  }

  .db-post__body .gh-content p,
  .db-post__body .gh-content ul,
  .db-post__body .gh-content ol,
  .db-post__body .gh-content blockquote {
    margin-bottom: 48px;
  }

  .db-post__body .gh-content h1:not(:first-child),
  .db-post__body .gh-content h2:not(:first-child) {
    margin-top: 72px;
  }

  .db-post__body .gh-content h3:not(:first-child) {
    margin-top: 64px;
  }

  .db-post__body .gh-content figure {
    margin: 72px 0 16px;
  }

  .db-post__body .gh-content .db-post-sample-placeholder--wide {
    border-radius: var(--db-radius-lg);
  }

  .db-post-cta__button {
    width: 213px;
    min-width: 213px;
    min-height: 44px;
    height: 44px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.08px;
  }

  .db-post-cta {
    gap: 80px;
    margin-bottom: 80px;
  }

  .db-author-box {
    margin-bottom: 120px;
  }

  .db-author-box__avatar {
    width: 112px;
    height: 112px;
  }

  .db-author-box__name {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.12px;
  }

  .db-post__body .gh-content,
  .db-post__body .gh-content p,
  .db-post__body .gh-content ul,
  .db-post__body .gh-content ol {
    font-size: 20px;
  }

  .db-post__body .gh-content h1 {
    font-size: 40px;
    letter-spacing: -0.2px;
  }

  .db-post__body .gh-content h2 {
    font-size: 36px;
    letter-spacing: -0.18px;
  }

  .db-post__body .gh-content h3 {
    font-size: 30px;
    letter-spacing: -0.15px;
  }

  .db-post__body .gh-content figcaption {
    font-size: 18px;
    letter-spacing: -0.09px;
  }

  .db-related__title {
    font-size: 24px;
    letter-spacing: -0.24px;
  }

  .db-related {
    gap: 24px;
  }

  .db-post__toc-nav {
    font-size: 20px;
    letter-spacing: -0.1px;
  }

  .db-post-card__media {
    aspect-ratio: 534 / 317;
    border-width: 1px;
  }

  .db-footer {
    padding: 80px 0 100px;
  }

  .db-footer__inner {
    gap: 0;
  }

  .db-footer__mark-image {
    width: 28px;
    height: 28px;
  }
}
