.faq-public-page {
  min-height: 100vh;
  background: #f5f5f7;
  color: #1d1d1f;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Noto Sans KR", "Malgun Gothic", sans-serif;
}

.faq-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(251, 251, 253, 0.88);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
}

.faq-header-inner {
  width: min(1180px, calc(100% - 40px));
  min-height: 52px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.faq-logo {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #1d1d1f;
  text-decoration: none;
  white-space: nowrap;
}

.faq-wordmark {
  color: #1d1d1f;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

.faq-logo-section {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  border-left: 1px solid #d2d2d7;
  padding-left: 9px;
  color: #6e6e73;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.faq-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.faq-nav a {
  color: #1d1d1f;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 10px;
  border-radius: 999px;
}

.faq-nav a.is-current,
.faq-nav a:hover {
  background: rgba(0, 113, 227, 0.10);
  color: #0066cc;
}

.faq-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.faq-header-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.faq-channel-phone {
  --faq-channel: #0876d8;
  --faq-channel-strong: #07599f;
  --faq-channel-soft: #eef7ff;
  --faq-channel-border: rgba(8, 118, 216, 0.24);
  --faq-channel-shadow: rgba(8, 118, 216, 0.18);
}

.faq-channel-naver {
  --faq-channel: #03c75a;
  --faq-channel-strong: #047a3d;
  --faq-channel-soft: #ecfff5;
  --faq-channel-border: rgba(3, 199, 90, 0.30);
  --faq-channel-shadow: rgba(3, 199, 90, 0.18);
}

.faq-channel-kakao {
  --faq-channel: #3c1e1e;
  --faq-channel-strong: #3c1e1e;
  --faq-channel-soft: #fff8cc;
  --faq-channel-border: rgba(60, 30, 30, 0.20);
  --faq-channel-shadow: rgba(254, 229, 0, 0.34);
  --faq-kakao-yellow: #fee500;
  --faq-kakao-chat-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%2024%2024'%20stroke-width='2'%20stroke='black'%3E%3Cpath%20stroke-linecap='round'%20stroke-linejoin='round'%20d='M7.5%208.25h9m-9%203.5h5.25M21%2011.75c0%204.142-4.03%207.5-9%207.5a10.5%2010.5%200%200%201-2.6-.323L4.5%2020.25l1.16-3.48C4.007%2015.42%203%2013.65%203%2011.75c0-4.142%204.03-7.5%209-7.5s9%203.358%209%207.5Z'/%3E%3C/svg%3E");
}

.faq-channel-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 999px;
  font-style: normal;
  line-height: 1;
}

.faq-channel-phone .faq-channel-icon::before {
  content: "\260E";
  font-size: 15px;
  font-weight: 700;
}

.faq-channel-naver .faq-channel-icon::before {
  content: "N";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
}

.faq-channel-kakao .faq-channel-icon::before {
  content: "";
  display: block;
  width: var(--faq-chat-icon-size, 18px);
  height: var(--faq-chat-icon-size, 18px);
  background: currentColor;
  -webkit-mask: var(--faq-kakao-chat-icon) center / contain no-repeat;
  mask: var(--faq-kakao-chat-icon) center / contain no-repeat;
}

.faq-channel-kakao .faq-channel-icon::after {
  content: none;
}

.faq-header-tel {
  border: 1px solid #d2d2d7;
  color: #1d1d1f;
  background: rgba(255, 255, 255, 0.72);
}

.faq-header-reserve {
  border: 1px solid #0071e3;
  color: #fff !important;
  background: #0071e3;
  box-shadow: 0 1px 2px rgba(0, 113, 227, 0.18);
}
.faq-header-actions a {
  gap: 7px;
}

.faq-header-actions .faq-channel-icon {
  width: 22px;
  height: 22px;
  font-size: 13px;
}

.faq-header-actions .faq-channel-phone {
  border-color: var(--faq-channel-border);
  color: var(--faq-channel-strong);
  background: #fff;
}

.faq-header-actions .faq-channel-phone .faq-channel-icon {
  color: #fff;
  background: var(--faq-channel);
}

.faq-header-actions .faq-channel-naver {
  border-color: var(--faq-channel);
  color: #fff !important;
  background: var(--faq-channel) !important;
  box-shadow: 0 1px 2px var(--faq-channel-shadow);
}

.faq-header-actions .faq-channel-naver .faq-channel-icon {
  color: var(--faq-channel);
  background: #fff;
}

.faq-header-actions .faq-channel-kakao {
  border-color: var(--faq-kakao-yellow);
  color: var(--faq-channel-strong) !important;
  background: var(--faq-kakao-yellow);
  box-shadow: 0 1px 2px var(--faq-channel-shadow);
}

.faq-header-actions .faq-channel-kakao .faq-channel-icon {
  color: var(--faq-channel-strong);
  background: rgba(255, 255, 255, 0.55);
}

.faq-wrap {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
  padding: 54px 0 78px;
}

.faq-hero {
  margin-bottom: 24px;
}

.faq-eyebrow {
  color: #0066cc;
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 8px;
}

.faq-hero h1,
.faq-detail h1,
.faq-detail-empty h1 {
  margin: 0;
  color: #1d1d1f;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
}

.faq-hero p {
  max-width: 760px;
  color: #6e6e73;
  margin: 14px 0 0;
  font-size: 17px;
  line-height: 1.58;
}

.faq-contact-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0 18px;
}

.faq-contact-link {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: flex-start;
  gap: 13px;
  border: 1px solid var(--faq-channel-border);
  border-radius: 18px;
  background: linear-gradient(135deg, #fff 0%, var(--faq-channel-soft) 100%);
  padding: 16px 18px;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.faq-contact-link:hover {
  border-color: var(--faq-channel);
  box-shadow: 0 14px 32px var(--faq-channel-shadow);
  transform: translateY(-1px);
}

.faq-contact-link .faq-channel-icon {
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--faq-channel);
}

.faq-contact-link.faq-channel-kakao .faq-channel-icon {
  color: var(--faq-channel-strong);
  background: var(--faq-kakao-yellow);
}

.faq-contact-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.faq-contact-link strong {
  color: #1d1d1f;
  font-size: 15px;
  line-height: 1.35;
}

.faq-contact-copy > span {
  margin-top: 4px;
  color: var(--faq-channel-strong);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}
.faq-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px;
  gap: 8px;
  margin: 22px 0 16px;
}

.faq-search-form.has-filter {
  grid-template-columns: minmax(0, 1fr) 96px auto;
}

.faq-hidden-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.faq-search-form input {
  min-height: 48px;
  border: 1px solid #d2d2d7;
  border-radius: 14px;
  background: #fff;
  padding: 11px 15px;
  color: #1d1d1f;
  font-size: 15px;
  outline: none;
}

.faq-search-form input:focus {
  border-color: #0071e3;
  box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.12);
}

.faq-search-form button {
  min-height: 48px;
  border: 1px solid #0071e3;
  border-radius: 14px;
  background: #0071e3;
  color: #fff;
  font-weight: 700;
}

.faq-search-reset {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d2d2d7;
  border-radius: 14px;
  background: #fff;
  padding: 0 15px;
  color: #1d1d1f;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.faq-search-reset:hover {
  border-color: #0071e3;
  color: #0071e3;
}

.faq-category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 24px;
}

.faq-category-tabs a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid #d2d2d7;
  border-radius: 999px;
  padding: 6px 14px;
  color: #1d1d1f;
  background: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
}

.faq-category-tabs a.is-active,
.faq-category-tabs a:hover {
  background: #1d1d1f;
  border-color: #1d1d1f;
  color: #fff;
}

.faq-active-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: -8px 0 22px;
  border: 1px solid rgba(0, 113, 227, 0.18);
  border-radius: 14px;
  background: #f7fbff;
  padding: 14px 16px;
}

.faq-active-filter-copy {
  min-width: 0;
}

.faq-active-filter-label {
  display: block;
  margin-bottom: 3px;
  color: #0071e3;
  font-size: 12px;
  font-weight: 800;
}

.faq-active-filter p {
  margin: 0;
  color: #1d1d1f;
  font-size: 14px;
  line-height: 1.55;
}

.faq-filter-reset,
.faq-empty-reset {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid #0071e3;
  border-radius: 999px;
  background: #0071e3;
  padding: 8px 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

a.faq-filter-reset,
a.faq-filter-reset:link,
a.faq-filter-reset:visited,
a.faq-filter-reset:focus,
a.faq-filter-reset:active,
a.faq-empty-reset,
a.faq-empty-reset:link,
a.faq-empty-reset:visited,
a.faq-empty-reset:focus,
a.faq-empty-reset:active {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}
.faq-filter-reset:hover,
.faq-empty-reset:hover {
  background: #07599f;
  border-color: #07599f;
  color: #fff;
}

.faq-list-section {
  border-top: 1px solid #d2d2d7;
}

.faq-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 0 14px;
  border-bottom: 1px solid #d2d2d7;
}

.faq-list-head h2 {
  margin: 0;
  color: #1d1d1f;
  font-size: 21px;
  font-weight: 700;
}

.faq-list-head p {
  margin: 0;
  color: #6e6e73;
}


.faq-list-head > div {
  min-width: 0;
}

.faq-page-size-form {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4b5b6d;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.faq-page-size-form select {
  min-width: 72px;
  min-height: 34px;
  border: 1px solid #d2d2d7;
  border-radius: 10px;
  background: #fff;
  color: #1d1d1f;
  padding: 5px 9px;
  font-size: 14px;
}
.faq-list {
  display: grid;
  gap: 12px;
  padding-top: 16px;
}

.faq-card {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 18px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
}

.faq-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 8px;
}

.faq-card-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(0, 113, 227, 0.10);
  color: #0066cc;
  font-size: 12px;
  font-weight: 700;
}

.faq-question-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.faq-question-mark {
  display: inline-flex;
  width: 30px;
  min-width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0071e3;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.faq-card h3 {
  margin: 0 0 8px;
  font-size: 23px;
  line-height: 1.35;
}

.faq-card h3 a {
  color: #202a35;
  text-decoration: none;
}

.faq-card h3 a:hover {
  color: #0071e3;
}

.faq-card p {
  margin: 0;
  color: #637283;
  line-height: 1.65;
}

.faq-more {
  display: inline-flex;
  margin-top: 12px;
  color: #0066cc;
  font-weight: 700;
  text-decoration: none;
}

.faq-empty {
  border: 1px solid #dfe6ee;
  border-radius: 8px;
  background: #f7fafc;
  padding: 22px;
  margin-top: 16px;
}

.faq-empty strong {
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
}

.faq-empty p {
  margin: 0 0 8px;
  color: #637283;
}

.faq-empty-reset {
  margin-top: 6px;
}

.faq-db-message {
  font-size: 13px;
  color: #9b4b3f !important;
}

.faq-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  padding-top: 24px;
}

.faq-pagination-window {
  border-top: 1px solid #e7edf3;
  margin-top: 18px;
}

.faq-pagination a,
.faq-pagination strong {
  display: inline-flex;
  min-width: 36px;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #d6e0ea;
  text-decoration: none;
  color: #405064;
  font-weight: 800;
}

.faq-pagination-nav {
  min-width: 58px !important;
  padding: 0 11px;
}

.faq-pagination strong {
  background: #0071e3;
  border-color: #0071e3;
  color: #fff;
}

.faq-detail-wrap {
  max-width: 920px;
}
.faq-detail-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
}

.faq-detail-nav .faq-breadcrumb {
  min-width: 0;
  flex: 1 1 auto;
  margin-bottom: 0;
}

.faq-history-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex: 0 0 auto;
  min-height: 34px;
  border: 1px solid #d2d2d7;
  border-radius: 999px;
  background: #fff;
  color: #0066cc;
  padding: 6px 12px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 6px 16px rgba(32, 42, 53, 0.06);
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

.faq-history-back:hover {
  border-color: rgba(0, 113, 227, 0.22);
  background: #f7fbff;
  color: #07599f;
  transform: translateY(-1px);
}

.faq-history-back span {
  margin-top: -1px;
  font-size: 18px;
  line-height: 1;
}

.faq-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  color: #637283;
  font-size: 13px;
  margin-bottom: 22px;
}

.faq-breadcrumb a {
  color: #637283;
  text-decoration: none;
}

.faq-detail {
  border-top: 1px solid #d2d2d7;
  padding-top: 26px;
}

.faq-answer-lead {
  margin: 22px 0;
  padding: 20px;
  border: 1px solid rgba(0, 113, 227, 0.14);
  border-radius: 18px;
  background: #fff;
  color: #1d1d1f;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 700;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
}

.faq-answer-body {
  color: #1d1d1f;
  font-size: 16px;
  line-height: 1.82;
}

.faq-answer-body img {
  max-width: 100%;
  height: auto;
}

.faq-review-info {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
  padding-top: 14px;
  border-top: 1px solid #dfe6ee;
}

.faq-review-info span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  background: rgba(0, 113, 227, 0.08);
  color: #0066cc;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 700;
}

.faq-help-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  padding: 22px 24px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
}

.faq-help-box > div:first-child {
  min-width: 0;
  flex: 1 1 auto;
}

.faq-help-box strong {
  display: block;
  color: #1d1d1f;
  font-size: 18px;
  line-height: 1.4;
}

.faq-help-box p {
  margin: 5px 0 0;
  color: #6e6e73;
  line-height: 1.6;
}

.faq-help-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, auto));
  justify-content: flex-end;
  gap: 8px;
  flex: 0 0 auto;
}

.faq-help-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 104px;
  min-height: 40px;
  border: 1px solid var(--faq-channel);
  border-radius: 999px;
  background: var(--faq-channel);
  color: #fff;
  padding: 7px 14px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 1px 2px var(--faq-channel-shadow);
}

.faq-help-actions .faq-channel-icon {
  width: 22px;
  height: 22px;
  color: var(--faq-channel);
  background: #fff;
}

.faq-help-actions .faq-channel-kakao {
  border-color: var(--faq-kakao-yellow);
  background: var(--faq-kakao-yellow);
  color: var(--faq-channel-strong);
}

.faq-help-actions .faq-channel-kakao .faq-channel-icon {
  color: var(--faq-channel-strong);
  background: rgba(255, 255, 255, 0.55);
}

.faq-related {
  margin-top: 28px;
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
}

.faq-related h2 {
  margin: 0 0 10px;
  font-size: 18px;
}

.faq-related div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.faq-related a,
.faq-detail-actions a,
.faq-back-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid #d2d2d7;
  border-radius: 999px;
  color: #0066cc;
  background: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 6px 12px;
}

.faq-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.faq-detail-empty {
  margin-top: 0;
}

.faq-site-footer {
  border-top: 1px solid #d2d2d7;
  background: #f5f5f7;
  padding: 34px 0 38px;
}

.faq-footer-inner {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
}

.faq-footer-brand img {
  display: block;
  width: 170px;
  max-width: 100%;
  height: auto;
}

.faq-footer-brand p,
.faq-footer-info p {
  margin: 0;
}

.faq-footer-brand p {
  margin-top: 9px;
  color: #0071e3;
  font-size: 13px;
  font-weight: 800;
}

.faq-footer-info {
  color: #59697a;
  font-size: 13px;
  line-height: 1.75;
}

.faq-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.faq-footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  border: 1px solid var(--faq-channel-border);
  border-radius: 999px;
  background: #fff;
  color: var(--faq-channel-strong);
  padding: 6px 12px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}

.faq-footer-links .faq-channel-icon {
  width: 20px;
  height: 20px;
  color: #fff;
  background: var(--faq-channel);
}

.faq-footer-links .faq-channel-kakao .faq-channel-icon {
  color: var(--faq-channel-strong);
  background: var(--faq-kakao-yellow);
}

.faq-mobile-cta {
  display: none;
}

@media (max-width: 980px) {
  .faq-header-inner {
    flex-wrap: wrap;
    padding: 12px 0;
  }

  .faq-nav {
    order: 3;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .faq-nav a {
    white-space: nowrap;
  }

  .faq-header-actions {
    margin-left: auto;
  }

  .faq-footer-inner {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .faq-footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .faq-header-inner,
  .faq-list-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .faq-nav {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .faq-header-actions {
    width: 100%;
    margin-left: 0;
  }

  .faq-header-actions a {
    flex: 1;
  }
  .faq-header-actions a {
    min-width: 0;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 12px;
  }

  .faq-header-actions .faq-channel-icon {
    width: 20px;
    height: 20px;
  }

  .faq-public-page {
    padding-bottom: 64px;
  }

  .faq-wrap {
    width: min(100% - 24px, 1080px);
    padding-top: 34px;
  }
  .faq-detail-nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 18px;
  }

  .faq-history-back {
    align-self: flex-start;
  }

  .faq-contact-actions {
    grid-template-columns: 1fr;
  }

  .faq-category-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .faq-category-tabs a {
    flex: 0 0 auto;
  }

  .faq-hero h1,
  .faq-detail h1,
  .faq-detail-empty h1 {
    font-size: 27px;
  }


  .faq-card h3 {
    font-size: 20px;
  }

  .faq-page-size-form {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    white-space: normal;
  }

  .faq-help-box {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
  }

  .faq-help-actions {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: stretch;
  }

  .faq-help-actions a {
    min-width: 0;
    padding-right: 8px;
    padding-left: 8px;
  }

  .faq-footer-links {
    width: 100%;
    justify-content: flex-start;
  }

  .faq-footer-links a {
    flex: 1 1 120px;
    justify-content: center;
  }

  .faq-site-footer {
    padding-bottom: 88px;
  }

  .faq-footer-inner {
    width: min(100% - 24px, 1080px);
  }

  .faq-mobile-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid #d6e0ea;
    background: #fff;
    box-shadow: 0 -4px 16px rgba(32, 42, 53, 0.12);
  }

  .faq-mobile-cta a {
    display: inline-flex;
    min-height: 58px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: var(--faq-channel-strong);
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
  }

  .faq-mobile-cta .faq-channel-icon {
    width: 24px;
    height: 24px;
    color: #fff;
    background: var(--faq-channel);
  }

  .faq-mobile-cta .faq-channel-kakao .faq-channel-icon {
    color: var(--faq-channel-strong);
    background: var(--faq-kakao-yellow);
  }

  .faq-mobile-cta a + a {
    border-left: 1px solid #dfe6ee;
  }
  .faq-search-form,
  .faq-search-form.has-filter {
    grid-template-columns: 1fr;
  }

  .faq-search-reset,
  .faq-filter-reset,
  .faq-empty-reset {
    width: 100%;
  }

  .faq-active-filter {
    align-items: flex-start;
    flex-direction: column;
    margin-top: -4px;
  }
}
