/* TrendyPicker Help Topic / Customer Service shell
   Source pattern: my-page/help-center.css (.help-topic-shell)

   1. Tokens + account-shell overflow
   2. Prototype shell / nav / body / panels
   3. Board list + FAQ toolbar
   4. Notice article + membership table
   5. FAQ accordion
   6. Legacy purple hero (About / Policies)
   7. QnA write form
   8. Responsive (1120 / 760) — last, so it overrides the sections above
*/

.bo-help-topic-page,
.bo-help-board-page,
.bo-help-qna-page,
.help-topic-shell {
  --help-purple: #7b3fe4;
  --help-deep: #31136c;
  --help-ink: #16121f;
  --help-muted: #6f687d;
  --help-soft: #f7f1ff;
  --help-panel: #fbf8ff;
  --help-line: #e7def3;
}

/* ——— Account shell host ——— */
.bo-help-topic-page.bo-mypage-shell,
.bo-help-board-page.bo-mypage-shell,
.bo-help-qna-page.bo-mypage-shell {
  --bo-account-content-width: 1680px;
  background: #fff;
  overflow: visible;
}

.bo-help-topic-page.bo-mypage-shell::before,
.bo-help-board-page.bo-mypage-shell::before,
.bo-help-qna-page.bo-mypage-shell::before {
  display: none;
  content: none;
}

/* Desktop: overflow-x visible so sticky topic nav can pin.
   Mobile/tablet: clip — visible overflow was causing full-page horizontal scroll. */
@media (min-width: 1121px) {
  html:has(.bo-help-topic-page),
  body:has(.bo-help-topic-page),
  html:has(.bo-help-board-page),
  body:has(.bo-help-board-page),
  html:has(.bo-help-qna-page),
  body:has(.bo-help-qna-page) {
    overflow-x: visible !important;
    overflow-y: auto !important;
  }

  body:has(.bo-help-topic-page) #layout_wrap,
  body:has(.bo-help-topic-page) #layout_body,
  body:has(.bo-help-board-page) #layout_wrap,
  body:has(.bo-help-board-page) #layout_body,
  body:has(.bo-help-qna-page) #layout_wrap,
  body:has(.bo-help-qna-page) #layout_body {
    overflow: visible !important;
  }
}

@media (max-width: 1120px) {
  html:has(.bo-help-topic-page),
  body:has(.bo-help-topic-page),
  html:has(.bo-help-board-page),
  body:has(.bo-help-board-page),
  html:has(.bo-help-qna-page),
  body:has(.bo-help-qna-page),
  html:has(.bo-help-shell),
  body:has(.bo-help-shell) {
    overflow-x: clip !important;
    overflow-y: auto !important;
  }

  body:has(.bo-help-topic-page) #layout_wrap,
  body:has(.bo-help-topic-page) #layout_body,
  body:has(.bo-help-board-page) #layout_wrap,
  body:has(.bo-help-board-page) #layout_body,
  body:has(.bo-help-qna-page) #layout_wrap,
  body:has(.bo-help-qna-page) #layout_body,
  body:has(.bo-help-shell) #layout_wrap,
  body:has(.bo-help-shell) #layout_body {
    overflow-x: clip !important;
    max-width: 100%;
  }
}

.bo-help-topic-page .bo-help-topic-container,
.bo-help-board-page .bo-help-topic-container,
.bo-help-qna-page .bo-help-topic-container {
  float: none;
  width: 100% !important;
  max-width: min(1680px, 100%) !important;
  margin: 0;
  padding: 0 0 76px;
  box-sizing: border-box;
  overflow: visible;
}

.bo-help-topic-page .btn_sub_all,
.bo-help-board-page .btn_sub_all,
.bo-help-qna-page .btn_sub_all {
  display: none !important;
}

.bo-help-topic-page .title_container,
.bo-help-board-page .title_container,
.bo-help-qna-page .title_container {
  display: none !important;
}

/* ——— Prototype shell ——— */
.help-topic-shell {
  display: grid;
  gap: 22px;
  width: 100%;
  max-width: none;
  padding: 28px 32px;
  border: 1px solid rgba(123, 63, 228, 0.12);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(49, 19, 108, 0.08);
  box-sizing: border-box;
  overflow: visible;
  font-size: 13px;
}

/* Notice board shell — taller content area */
.bo-help-board-page:not(.bo-help-faq-page) .help-topic-shell {
  min-height: 720px;
  padding-bottom: 48px;
}

.bo-help-board-page:not(.bo-help-faq-page) .help-topic-body,
.bo-help-board-page:not(.bo-help-faq-page) .help-topic-shell #bbslist {
  min-height: 420px;
}

.help-topic-breadcrumb,
.help-topic-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.help-topic-breadcrumb {
  color: #867d96;
  font-size: 12px;
  font-weight: 700;
}

.help-topic-breadcrumb a {
  color: var(--help-purple);
  text-decoration: none;
}

.help-topic-breadcrumb a:hover {
  text-decoration: underline;
}

.help-topic-head {
  display: grid;
  gap: 8px;
}

.help-topic-kicker,
.help-topic-meta span,
.help-topic-nav strong {
  color: var(--help-purple);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.help-topic-head h1,
.help-topic-head p,
.help-topic-panel h2,
.help-topic-panel h3,
.help-topic-panel p,
.help-topic-panel ul,
.help-topic-panel ol,
.help-topic-panel li,
.help-topic-nav strong {
  margin: 0;
}

.help-topic-head h1,
.help-topic-head h1 span {
  color: var(--help-ink);
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.02;
  font-weight: 950;
}

.help-topic-head p {
  max-width: 960px;
  color: var(--help-muted);
  font-size: 13px;
  line-height: 1.5;
}

.help-topic-layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  overflow: visible;
}

.help-topic-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 96px;
  z-index: 30;
  align-self: start;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 18px 16px;
  border: 1px solid var(--help-line);
  border-radius: 14px;
  background: #fbf8ff;
  box-sizing: border-box;
}

.help-topic-nav.is-pinned {
  margin: 0;
  box-shadow: 0 12px 28px rgba(49, 19, 108, 0.12);
}

.help-topic-nav-placeholder {
  display: block;
  pointer-events: none;
}

.help-topic-nav a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 12px;
  border-radius: 10px;
  color: #2d2639;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.25;
  text-decoration: none;
  cursor: pointer;
  pointer-events: auto;
  transition:
    color 0.2s ease,
    background 0.2s ease;
}

.help-topic-nav a:hover,
.help-topic-nav a.is-active {
  color: var(--help-purple);
  background: #eadfff;
}

.help-topic-body,
.help-topic-body.bo-help-topic-body {
  display: grid;
  gap: 16px;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--help-muted);
  font-size: 13px;
  line-height: 1.55;
}

.help-topic-panel {
  display: grid;
  gap: 12px;
  padding: 18px 20px;
  border: 1px solid var(--help-line);
  border-radius: 14px;
  background:
    radial-gradient(circle at 98% 0%, rgba(234, 223, 255, 0.5), transparent 28%),
    #fff;
  scroll-margin-top: 110px;
}

.help-topic-panel h2,
.help-topic-panel h2 span,
.help-topic-body h3.title1,
.help-topic-body h3.title1 span {
  margin: 0;
  color: var(--help-ink);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
}

.help-topic-panel h3,
.help-topic-panel h3 span,
.help-topic-body h3.title2,
.help-topic-body h3.title2 span,
.help-topic-body h3.title3,
.help-topic-body h3.title3 span {
  margin: 0;
  color: var(--help-ink);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 850;
}

.help-topic-panel p,
.help-topic-panel li,
.help-topic-body p,
.help-topic-body li {
  color: var(--help-muted);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 600;
}

.help-topic-panel p + p,
.help-topic-body p + p {
  margin-top: 12px;
}

.help-topic-panel p + ul,
.help-topic-panel p + ol,
.help-topic-body p + ul,
.help-topic-body p + ol {
  margin-top: 12px;
}

.help-topic-panel ul,
.help-topic-panel ol {
  display: grid;
  gap: 8px;
  padding-left: 20px;
}

.help-topic-panel strong,
.help-topic-body strong {
  color: var(--help-ink);
  font-weight: 800;
}

.help-topic-panel a,
.help-topic-body a {
  color: var(--help-muted);
  font-weight: 750;
  text-decoration: none;
}

.help-topic-panel a:hover,
.help-topic-body a:hover {
  text-decoration: underline;
}

.help-topic-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.help-topic-mini-card {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid #eadfff;
  border-radius: 14px;
  background: #fbf8ff;
}

.help-topic-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.help-topic-form label {
  display: grid;
  gap: 8px;
  color: var(--help-ink);
  font-size: 13px;
  font-weight: 700;
}

.help-topic-form-field {
  display: grid;
  gap: 8px;
}

.help-topic-form-field > label {
  display: block;
}

.help-topic-form label:last-of-type {
  grid-column: 1 / -1;
}

.help-topic-form input,
.help-topic-form select,
.help-topic-form textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid #d9c8ff;
  border-radius: 10px;
  color: var(--help-ink);
  background: #fff;
  font: inherit;
  font-size: 14px;
}

.help-topic-shell .help-topic-form input[type="text"],
.help-topic-shell .help-topic-form input[type="email"] {
  min-height: 40px;
  height: 40px;
}

.help-topic-form textarea {
  min-height: 112px;
  padding-top: 12px;
  resize: vertical;
}

.help-topic-form > button {
  grid-column: 1 / -1;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--help-purple);
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.help-topic-body .service_section,
.help-topic-body.service_section {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.help-topic-body .service_section > h3 + p,
.help-topic-body.service_section > h3 + p {
  margin-top: -6px;
}

/* Stack consecutive heading+content into panel-like blocks */
.help-topic-body .service_section > h3,
.help-topic-body.service_section > h3 {
  margin: 0;
  padding: 24px 24px 0;
  border: 1px solid var(--help-line);
  border-bottom: 0;
  border-radius: 16px 16px 0 0;
  background:
    radial-gradient(circle at 98% 0%, rgba(234, 223, 255, 0.5), transparent 28%),
    #fff;
}

.help-topic-body.service_section > h3 + p,
.help-topic-body.service_section > h3 + p + p,
.help-topic-body .service_section > h3 + p,
.help-topic-body .service_section > h3 + p + p {
  margin: 0;
  padding: 12px 24px 24px;
  border: 1px solid var(--help-line);
  border-top: 0;
  border-radius: 0 0 16px 16px;
  background: #fff;
}

.help-topic-body.service_section > h3 + p + p,
.help-topic-body .service_section > h3 + p + p {
  margin-top: -18px;
  padding-top: 0;
}

.help-topic-body.service_section > h3 + p + h3,
.help-topic-body .service_section > h3 + p + h3 {
  margin-top: 0;
}

/* ——— Board list mapped to help-board look ——— */
.help-topic-shell #bbslist,
.help-topic-shell #boardlayout {
  display: grid;
  gap: 12px;
  align-content: start;
  align-items: stretch;
  min-width: 0;
}

.help-topic-shell #bbslist > style {
  display: none;
}

.help-topic-shell #boardsearch,
.help-topic-shell #bbslist,
.help-topic-shell #bbsview,
.help-topic-shell .help-topic-body {
  overflow: visible !important;
}

.help-topic-shell .bbs_top_wrap,
.help-topic-shell #boardsearch .bbs_top_wrap,
.help-topic-shell .help-board-toolbar,
.help-topic-shell .help-faq-toolbar .bbs_top_wrap {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  list-style: none;
}

.help-topic-shell #boardsearch {
  margin: 0;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.help-topic-shell .help-faq-toolbar .bbs_top_wrap {
  justify-content: flex-start;
}

.help-topic-shell .bbs_top_wrap > li,
.help-topic-shell #boardsearch .bbs_top_wrap > li {
  float: none !important;
  width: auto !important;
  margin: 0;
  padding: 0;
}

.help-topic-shell .bbs_top_wrap .left,
.help-topic-shell .help-board-filter,
.help-topic-shell .help-faq-filter,
.help-topic-shell .bbs_top_wrap .help-board-filter,
.help-topic-shell .bbs_top_wrap .help-faq-filter {
  position: relative;
  z-index: 60;
  flex: 1 1 180px;
  max-width: 280px;
  min-width: 160px;
  overflow: visible !important;
}

.help-topic-shell .help-faq-filter {
  flex: 1 1 180px;
}

/* Kill Firstmall connected-group chrome only (not toolbar field wrappers) */
.help-topic-shell .bbs_top_wrap .right2,
.help-topic-shell .bbs_top_wrap .searchform {
  display: contents !important;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Firstmall clearfix pseudo becomes a flex item and steals one trailing gap */
.help-topic-shell .bbs_top_wrap::before,
.help-topic-shell .bbs_top_wrap::after,
.help-topic-shell .help-board-toolbar::before,
.help-topic-shell .help-board-toolbar::after,
.help-topic-shell .bbs_top_wrap .right2::before,
.help-topic-shell .bbs_top_wrap .right2::after,
.help-topic-shell .bbs_top_wrap .searchform::before,
.help-topic-shell .bbs_top_wrap .searchform::after {
  content: none !important;
  display: none !important;
}

.help-topic-shell .bbs_top_wrap .help-board-search,
.help-topic-shell .bbs_top_wrap .help-faq-search-field {
  display: block !important;
  flex: 0 1 220px;
  max-width: 220px;
  min-width: 140px;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.help-topic-shell .bbs_top_wrap .help-board-action {
  flex: 0 0 auto;
}

.bo-help-board-page:not(.bo-help-faq-page) .help-topic-shell .help-board-toolbar {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto auto;
  width: 100%;
}

.bo-help-board-page:not(.bo-help-faq-page) .help-topic-shell .help-board-filter,
.bo-help-board-page:not(.bo-help-faq-page) .help-topic-shell .help-board-search {
  width: 100% !important;
  max-width: none;
  min-width: 0;
}

/* Native select fallback before JS enhance */
.help-topic-shell .bbs_top_wrap select:not(.realtrend-select-native) {
  display: block !important;
  width: 100% !important;
  min-height: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 32px 0 12px !important;
  border: 1px solid #ded8e8 !important;
  border-radius: 10px !important;
  color: #111 !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' fill='none' stroke='%236f687d' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  font: inherit !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
}

/* Custom category dropdown (realtrend-select) */
.help-topic-shell .help-board-filter .realtrend-select-wrap,
.help-topic-shell .help-faq-filter .realtrend-select-wrap,
.help-topic-shell .bbs_top_wrap .help-board-select,
.help-topic-shell .bo-qna-write-table .help-board-select,
.help-topic-shell .help-topic-form .help-board-select {
  position: relative;
  display: block;
  width: 100%;
  max-width: 260px;
  min-width: 0;
}

.help-topic-shell .help-board-filter .realtrend-select-wrap.is-open,
.help-topic-shell .help-faq-filter .realtrend-select-wrap.is-open,
.help-topic-shell .bbs_top_wrap .help-board-select.is-open,
.help-topic-shell .bo-qna-write-table .help-board-select.is-open,
.help-topic-shell .help-topic-form .help-board-select.is-open {
  z-index: 120;
}

.help-topic-shell .help-board-filter .realtrend-select-wrap::after,
.help-topic-shell .help-faq-filter .realtrend-select-wrap::after,
.help-topic-shell .bbs_top_wrap .help-board-select::after,
.help-topic-shell .bo-qna-write-table .help-board-select::after,
.help-topic-shell .help-topic-form .help-board-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-right: 1.3px solid #6f687d;
  border-bottom: 1.3px solid #6f687d;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
  transition: transform 0.15s ease;
}

.help-topic-shell .help-board-filter .realtrend-select-wrap.is-open::after,
.help-topic-shell .help-faq-filter .realtrend-select-wrap.is-open::after,
.help-topic-shell .bbs_top_wrap .help-board-select.is-open::after,
.help-topic-shell .bo-qna-write-table .help-board-select.is-open::after,
.help-topic-shell .help-topic-form .help-board-select.is-open::after {
  transform: translateY(-20%) rotate(225deg);
}

.help-topic-shell .help-board-filter .realtrend-select-trigger,
.help-topic-shell .help-faq-filter .realtrend-select-trigger,
.help-topic-shell .bbs_top_wrap .help-board-select .realtrend-select-trigger,
.help-topic-shell .bo-qna-write-table .help-board-select .realtrend-select-trigger,
.help-topic-shell .help-topic-form .help-board-select .realtrend-select-trigger {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 40px;
  height: 40px;
  margin: 0;
  padding: 0 32px 0 12px;
  border: 1px solid #ded8e8;
  border-radius: 10px;
  color: #111;
  background: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: none;
  user-select: none;
}

.help-topic-shell .help-faq-filter .realtrend-select-trigger,
.help-topic-shell .help-topic-form .realtrend-select-trigger {
  min-height: 44px;
  height: 44px;
  font-size: 14px;
}

.help-topic-shell .help-board-filter .realtrend-select-wrap.is-open .realtrend-select-trigger,
.help-topic-shell .help-faq-filter .realtrend-select-wrap.is-open .realtrend-select-trigger,
.help-topic-shell .bbs_top_wrap .help-board-select.is-open .realtrend-select-trigger,
.help-topic-shell .bo-qna-write-table .help-board-select.is-open .realtrend-select-trigger,
.help-topic-shell .help-topic-form .help-board-select.is-open .realtrend-select-trigger {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.help-topic-shell .help-board-filter .realtrend-select-value,
.help-topic-shell .help-faq-filter .realtrend-select-value,
.help-topic-shell .bbs_top_wrap .help-board-select .realtrend-select-value,
.help-topic-shell .bo-qna-write-table .help-board-select .realtrend-select-value,
.help-topic-shell .help-topic-form .help-board-select .realtrend-select-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.help-topic-shell .help-board-filter .realtrend-select-menu,
.help-topic-shell .help-faq-filter .realtrend-select-menu,
.help-topic-shell .bbs_top_wrap .help-board-select .realtrend-select-menu,
.help-topic-shell .bo-qna-write-table .help-board-select .realtrend-select-menu,
.help-topic-shell .help-topic-form .help-board-select .realtrend-select-menu {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  z-index: 130;
  display: none !important;
  margin: 0;
  padding: 10px 6px 6px;
  list-style: none;
  border: 1px solid #ded8e8;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(18, 12, 26, 0.14);
  max-height: min(280px, 50vh);
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

.help-topic-shell .help-board-filter .realtrend-select-menu.is-open,
.help-topic-shell .help-faq-filter .realtrend-select-menu.is-open,
.help-topic-shell .bbs_top_wrap .help-board-select .realtrend-select-menu.is-open,
.help-topic-shell .bo-qna-write-table .help-board-select .realtrend-select-menu.is-open,
.help-topic-shell .help-topic-form .help-board-select .realtrend-select-menu.is-open,
.help-topic-shell .help-board-filter .realtrend-select-wrap.is-open .realtrend-select-menu,
.help-topic-shell .help-faq-filter .realtrend-select-wrap.is-open .realtrend-select-menu,
.help-topic-shell .bbs_top_wrap .help-board-select.is-open .realtrend-select-menu,
.help-topic-shell .bo-qna-write-table .help-board-select.is-open .realtrend-select-menu,
.help-topic-shell .help-topic-form .help-board-select.is-open .realtrend-select-menu {
  display: block !important;
}

.help-topic-shell .help-topic-form .realtrend-select-trigger[aria-expanded="false"] + .realtrend-select-menu {
  display: none !important;
}

.help-topic-shell .help-board-filter .realtrend-select-menu li,
.help-topic-shell .help-faq-filter .realtrend-select-menu li,
.help-topic-shell .bbs_top_wrap .help-board-select .realtrend-select-menu li,
.help-topic-shell .bo-qna-write-table .help-board-select .realtrend-select-menu li,
.help-topic-shell .help-topic-form .help-board-select .realtrend-select-menu li {
  padding: 8px 10px;
  border-radius: 6px;
  color: #16121f;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
}

.help-topic-shell .help-board-filter .realtrend-select-menu li:hover,
.help-topic-shell .help-board-filter .realtrend-select-menu li.is-selected,
.help-topic-shell .help-faq-filter .realtrend-select-menu li:hover,
.help-topic-shell .help-faq-filter .realtrend-select-menu li.is-selected,
.help-topic-shell .bbs_top_wrap .help-board-select .realtrend-select-menu li:hover,
.help-topic-shell .bbs_top_wrap .help-board-select .realtrend-select-menu li.is-selected,
.help-topic-shell .bo-qna-write-table .help-board-select .realtrend-select-menu li:hover,
.help-topic-shell .bo-qna-write-table .help-board-select .realtrend-select-menu li.is-selected,
.help-topic-shell .help-topic-form .help-board-select .realtrend-select-menu li:hover,
.help-topic-shell .help-topic-form .help-board-select .realtrend-select-menu li.is-selected {
  color: var(--help-purple);
  background: #f7f1ff;
}

.help-topic-shell .help-board-filter .realtrend-select-native,
.help-topic-shell .help-faq-filter .realtrend-select-native,
.help-topic-shell .bbs_top_wrap .help-board-select .realtrend-select-native,
.help-topic-shell .bbs_top_wrap select.realtrend-select-native,
.help-topic-shell .bo-qna-write-table .help-board-select .realtrend-select-native,
.help-topic-shell .help-topic-form .help-board-select .realtrend-select-native {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  appearance: none !important;
  pointer-events: none !important;
}

.help-topic-shell .help-topic-form .help-board-select {
  width: 100%;
  max-width: none;
}

.help-topic-shell .bbs_top_wrap input[type="text"],
.help-topic-shell .bbs_top_wrap .res_bbs_search_input,
.help-topic-shell .bbs_top_wrap .help-board-search input,
.help-topic-shell .bbs_top_wrap .help-faq-search-field input,
.help-topic-shell .bbs_top_wrap .btn_resp,
.help-topic-shell .bbs_top_wrap button.btn_resp,
.help-topic-shell .bbs_top_wrap > li > .btn_resp,
.help-topic-shell .bbs_top_wrap .help-board-action .btn_resp {
  min-height: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  border: 1px solid var(--help-line) !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: var(--help-ink);
  font: inherit;
  font-size: 13px;
  box-sizing: border-box;
  box-shadow: none !important;
  outline: none !important;
  float: none !important;
  vertical-align: middle;
  flex: 0 0 auto;
}

.help-topic-shell .bbs_top_wrap input[type="text"],
.help-topic-shell .bbs_top_wrap .res_bbs_search_input,
.help-topic-shell .bbs_top_wrap .help-board-search input,
.help-topic-shell .bbs_top_wrap .help-faq-search-field input {
  display: block;
  width: 100% !important;
  max-width: 100%;
  padding: 0 12px !important;
  background: #fff !important;
}

.help-topic-shell .bbs_top_wrap .btn_resp,
.help-topic-shell .bbs_top_wrap button.btn_resp,
.help-topic-shell .bbs_top_wrap .help-board-action .btn_resp {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: auto !important;
  padding: 0 14px !important;
  font-weight: 750;
  cursor: pointer;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
}

.help-topic-shell .bbs_top_wrap .btn_resp.color2,
.help-topic-shell .bbs_top_wrap button[type="submit"],
.help-topic-shell .bbs_top_wrap button.btn_resp.color2,
.help-topic-shell .bbs_top_wrap .help-board-action .btn_resp.color2 {
  border-color: var(--help-purple) !important;
  color: #fff !important;
  background: var(--help-purple) !important;
}

.help-topic-shell .bbs_top_wrap .btn_resp:not(.color2),
.help-topic-shell .bbs_top_wrap button.btn_resp:not(.color2),
.help-topic-shell .bbs_top_wrap .help-board-action .btn_resp:not(.color2) {
  color: var(--help-ink) !important;
  background: #fff !important;
}

.help-topic-shell .help-board-count,
.help-topic-shell .article_info {
  display: block !important;
  margin: 20px 0 4px;
  color: #5f586c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.help-topic-shell #boardsearch,
.help-topic-shell .help-board-toolbar,
.help-topic-shell .help-faq-toolbar {
  margin-bottom: 4px;
}

.help-topic-shell:has(.faq_new) .help-board-count,
.bo-help-faq-page .help-topic-shell .help-board-count,
.help-topic-shell .faq_search {
  display: none !important;
}

/* ——— Notice article view (board/view) ——— */
.bo-help-board-view .help-topic-shell {
  min-height: 0;
}

.help-topic-shell #bbsview,
.help-topic-shell .help-board-article {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.help-topic-shell .help-board-article {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.help-topic-shell .help-board-view-meta {
  margin: 0;
}

.help-topic-shell .help-board-view-meta .help-board-row.is-current {
  background: #fbf8ff;
}

.help-topic-shell .help-board-view-meta .help-board-row.is-current:hover {
  background: #fbf8ff;
}

.help-topic-shell .help-board-view-meta .board_detail_title,
.help-topic-shell .help-board-view-meta .help-board-article-title {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0 !important;
  color: inherit;
  background: transparent !important;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.help-topic-shell .help-board-view-meta .board_detail_title img,
.help-topic-shell .help-board-view-meta .help-board-article-title img {
  width: 14px;
  height: 14px;
  margin-left: 4px;
  vertical-align: -2px;
}

.help-topic-shell .board_category {
  display: none !important;
}

.help-topic-shell .table_row_a.Thc,
.help-topic-shell .board_sns_link,
.help-topic-shell #prenextlist {
  display: none !important;
}

.help-topic-shell .board_detail_contents,
.help-topic-shell .help-board-article-body,
.help-topic-shell .help-board-article-body.help-topic-panel {
  display: block;
  margin: 0;
  padding: 22px 24px;
  border: 1px solid var(--help-line);
  border-radius: 14px;
  color: var(--help-muted);
  background:
    radial-gradient(circle at 98% 0%, rgba(234, 223, 255, 0.5), transparent 28%),
    #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.help-topic-shell .board_detail_contents *,
.help-topic-shell .help-board-article-body * {
  font-family: inherit !important;
}

.help-topic-shell .board_detail_contents p,
.help-topic-shell .help-board-article-body p,
.help-topic-shell .board_detail_contents li,
.help-topic-shell .help-board-article-body li,
.help-topic-shell .board_detail_contents span,
.help-topic-shell .help-board-article-body span,
.help-topic-shell .board_detail_contents font,
.help-topic-shell .help-board-article-body font {
  margin: 0;
  color: var(--help-muted) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.7 !important;
}

/* Collapse Word empty / spacer paragraphs — keep image wrappers */
.help-topic-shell .board_detail_contents p:empty,
.help-topic-shell .help-board-article-body p:empty,
.help-topic-shell .board_detail_contents p:has(> br:only-child),
.help-topic-shell .help-board-article-body p:has(> br:only-child),
.help-topic-shell .board_detail_contents > br,
.help-topic-shell .help-board-article-body > br {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
}

.help-topic-shell .board_detail_contents p:has(img),
.help-topic-shell .help-board-article-body p:has(img) {
  display: block !important;
  height: auto !important;
  margin: 10px 0 !important;
  line-height: normal !important;
}

.help-topic-shell .board_detail_contents p + p,
.help-topic-shell .help-board-article-body p + p {
  margin-top: 14px;
}

.help-topic-shell .board_detail_contents p:last-child,
.help-topic-shell .help-board-article-body p:last-child {
  margin-bottom: 0;
}

/* Section headings (h2-like) — blank-line gap after previous topic ends */
.help-topic-shell .board_detail_contents .help-article-heading,
.help-topic-shell .help-board-article-body .help-article-heading {
  margin: 36px 0 12px !important;
}

.help-topic-shell .board_detail_contents .help-article-heading:first-child,
.help-topic-shell .help-board-article-body .help-article-heading:first-child {
  margin-top: 0 !important;
}

.help-topic-shell .board_detail_contents .help-article-heading + p,
.help-topic-shell .help-board-article-body .help-article-heading + p,
.help-topic-shell .board_detail_contents .help-article-subheading + p,
.help-topic-shell .help-board-article-body .help-article-subheading + p {
  margin-top: 0 !important;
}

.help-topic-shell .board_detail_contents .help-article-heading b,
.help-topic-shell .help-board-article-body .help-article-heading b,
.help-topic-shell .board_detail_contents .help-article-heading strong,
.help-topic-shell .help-board-article-body .help-article-heading strong,
.help-topic-shell .board_detail_contents .help-article-heading span,
.help-topic-shell .help-board-article-body .help-article-heading span,
.help-topic-shell .board_detail_contents .help-article-heading u,
.help-topic-shell .help-board-article-body .help-article-heading u {
  color: var(--help-ink) !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
  text-decoration: none !important;
}

/* Nested / consecutive bold titles (h3-like) */
.help-topic-shell .board_detail_contents .help-article-subheading,
.help-topic-shell .help-board-article-body .help-article-subheading {
  margin: 28px 0 10px !important;
}

.help-topic-shell .board_detail_contents .help-article-heading + .help-article-subheading,
.help-topic-shell .help-board-article-body .help-article-heading + .help-article-subheading {
  margin-top: 14px !important;
}

.help-topic-shell .board_detail_contents .help-article-subheading + .help-article-subheading,
.help-topic-shell .help-board-article-body .help-article-subheading + .help-article-subheading {
  margin-top: 12px !important;
}

.help-topic-shell .board_detail_contents .help-article-subheading b,
.help-topic-shell .help-board-article-body .help-article-subheading b,
.help-topic-shell .board_detail_contents .help-article-subheading strong,
.help-topic-shell .help-board-article-body .help-article-subheading strong,
.help-topic-shell .board_detail_contents .help-article-subheading span,
.help-topic-shell .help-board-article-body .help-article-subheading span,
.help-topic-shell .board_detail_contents .help-article-subheading u,
.help-topic-shell .help-board-article-body .help-article-subheading u {
  color: var(--help-ink) !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}

.help-topic-shell .board_detail_contents b,
.help-topic-shell .board_detail_contents strong,
.help-topic-shell .help-board-article-body b,
.help-topic-shell .help-board-article-body strong {
  color: var(--help-ink) !important;
  font-weight: 750 !important;
}

.help-topic-shell .board_detail_contents ul,
.help-topic-shell .help-board-article-body ul,
.help-topic-shell .board_detail_contents ol,
.help-topic-shell .help-board-article-body ol {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding-left: 18px;
}

.help-topic-shell .board_detail_contents a,
.help-topic-shell .help-board-article-body a {
  color: var(--help-purple) !important;
  font-weight: 750 !important;
  text-decoration: none;
}

.help-topic-shell .board_detail_contents a:hover,
.help-topic-shell .help-board-article-body a:hover {
  text-decoration: underline;
}

.help-topic-shell .board_detail_contents img,
.help-topic-shell .help-board-article-body img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 4px auto;
  border-radius: 10px;
}

/* Notice-embedded membership benefits — compact, aligned */
.help-topic-shell .help-notice-membership.bo-membership-benefits {
  margin: 0;
  padding: 18px 14px 16px;
  overflow: visible;
  border-radius: 14px;
  box-shadow: none;
  border: 1px solid var(--help-line);
}

.help-topic-shell .help-notice-membership .bo-membership-benefits-head {
  gap: 12px;
  margin-bottom: 20px;
}

.help-topic-shell .help-notice-membership .bo-membership-benefits-head h2 {
  min-height: 34px;
  padding: 0 18px;
  font-size: 15px;
}

.help-topic-shell .help-notice-membership .bo-membership-benefits-head p {
  margin: 0;
  color: #53586b;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
}

.help-topic-shell .help-notice-membership .bo-membership-board {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 8px;
  align-items: stretch;
}

.help-topic-shell .help-notice-membership .bo-membership-row-labels {
  display: grid;
  gap: 8px;
  box-sizing: border-box;
  margin-top: 0;
  padding-top: 154px;
  padding-bottom: 0;
  align-self: stretch;
}

.help-topic-shell .help-notice-membership .bo-membership-row-labels span {
  grid-template-columns: 28px minmax(0, 1fr);
  column-gap: 8px;
  min-height: 64px;
  padding: 8px 10px;
  box-shadow: 0 4px 12px rgba(49, 19, 108, 0.06);
}

.help-topic-shell .help-notice-membership .bo-membership-row-labels i {
  width: 28px;
  height: 28px;
}

.help-topic-shell .help-notice-membership .bo-membership-row-labels b {
  font-size: 12px;
}

.help-topic-shell .help-notice-membership .bo-membership-row-labels small {
  font-size: 11px;
}

.help-topic-shell .help-notice-membership .bo-membership-tier-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  align-self: stretch;
  align-items: stretch;
  margin-top: 0;
  width: 100%;
  min-height: 100%;
}

.help-topic-shell .help-notice-membership .bo-membership-tier {
  display: grid;
  gap: 8px;
  align-content: start;
  box-sizing: border-box;
  height: 100%;
  min-height: 100%;
  min-width: 0;
  padding: 14px 4px 8px;
}

.help-topic-shell .help-notice-membership .bo-membership-tier h3 {
  margin: 0;
  color: inherit;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 800;
}

.help-topic-shell .help-notice-membership .bo-membership-tier-rule {
  width: min(100%, 72px);
  height: 3px;
  margin: 0 auto;
}

.help-topic-shell .help-notice-membership .bo-membership-tier dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.help-topic-shell .help-notice-membership .bo-membership-tier dl div {
  min-height: 64px;
  padding: 8px 4px;
}

.help-topic-shell .help-notice-membership .bo-membership-tier dd {
  font-size: 12px;
  line-height: 1.3;
}

.help-topic-shell .help-notice-membership .bo-membership-tier dl div:nth-child(2) dd {
  font-size: 18px;
}

.help-topic-shell .help-notice-membership .bo-membership-validity {
  min-height: 38px;
  margin: 12px 0 0;
  font-size: 13px;
}

@media (max-width: 1120px) {
  .help-topic-shell .help-notice-membership .bo-membership-board {
    display: block;
  }

  .help-topic-shell .help-notice-membership .bo-membership-row-labels {
    display: none;
  }

  .help-topic-shell .help-notice-membership .bo-membership-tier-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .help-topic-shell .help-notice-membership .bo-membership-tier-grid {
    grid-template-columns: 1fr;
  }
}

.help-topic-shell .board_detail_btns,
.help-topic-shell .help-board-article-actions {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

.help-topic-shell .board_detail_btns > li,
.help-topic-shell .help-board-article-actions > li {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  text-align: left !important;
}

.help-topic-shell .board_detail_btns .btn_resp,
.help-topic-shell .help-board-article-actions .btn_resp {
  min-height: 40px !important;
  height: 40px !important;
  padding: 0 18px !important;
  border: 1px solid var(--help-line) !important;
  border-radius: 10px !important;
  color: var(--help-ink) !important;
  background: #fff !important;
  font-weight: 750 !important;
  cursor: pointer;
}

.help-topic-shell .board_detail_btns .btn_resp:hover,
.help-topic-shell .help-board-article-actions .btn_resp:hover {
  border-color: var(--help-purple) !important;
  color: var(--help-purple) !important;
  background: var(--help-soft) !important;
}

.help-topic-shell .res_table,
.help-topic-shell .res_table.normal,
.help-topic-shell .help-board-table {
  display: block;
  align-self: start;
  width: 100%;
  overflow: visible;
  border: 0;
  border-top: 2px solid #2a2435;
  border-bottom: 0;
  border-radius: 0;
  background: transparent;
}

.help-topic-shell .res_table .thead,
.help-topic-shell .help-board-head {
  display: grid;
  grid-template-columns: minmax(140px, 20%) minmax(0, 1fr) 96px;
  gap: 16px;
  align-items: center;
  min-height: 36px;
  margin: 0;
  padding: 8px 2px;
  border-bottom: 1px solid #e8e2ef;
  color: #867d96;
  background: transparent;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  list-style: none;
}

.help-topic-shell .res_table .thead li,
.help-topic-shell .help-board-head li {
  width: auto !important;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
}

.help-topic-shell .res_table .thead li:last-child,
.help-topic-shell .help-board-head li:last-child {
  text-align: left;
}

.help-topic-shell .res_table .tbody,
.help-topic-shell .help-board-row {
  display: grid;
  grid-template-columns: minmax(140px, 20%) minmax(0, 1fr) 96px;
  gap: 16px;
  align-items: center;
  min-height: 50px;
  margin: 0;
  padding: 25px 2px;
  border: 0;
  border-bottom: 1px solid #efeaf6;
  background: transparent;
  list-style: none;
  transition: background-color 0.2s ease;
}

.help-topic-shell .res_table .tbody:last-child,
.help-topic-shell .help-board-row:last-child {
  border-bottom: 1px solid #e8e2ef;
  margin-bottom: 0;
  padding-bottom: 25px;
}

.help-topic-shell .res_table .tbody:hover,
.help-topic-shell .help-board-row:hover {
  background: #fbf8ff;
}

.help-topic-shell .res_table .tbody > li {
  width: auto !important;
  margin: 0;
  padding: 0;
  border: 0;
  color: #867d96;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  overflow-wrap: break-word;
}

.help-topic-shell .res_table .cat,
.help-topic-shell .res_table .tbody > li.cat,
.help-topic-shell .help-board-row > li.cat,
.help-topic-shell .res_table .tbody > li:first-child:not(.subject):not(.date):not(.num) {
  max-width: 100%;
  color: #867d96;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.help-topic-shell .res_table .tbody > li.subject {
  color: #111;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.4;
}

.help-topic-shell .res_table .tbody > li.date,
.help-topic-shell .res_table .tbody > li:last-child {
  color: #867d96;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  overflow-wrap: normal;
}

.help-topic-shell .res_table .tbody > li.num,
.help-topic-shell .res_table .tbody > li.Hide,
.help-topic-shell .res_table .tbody > li.mo_hide,
.help-topic-shell .res_table .tbody .hand.hide {
  display: none !important;
}

.help-topic-shell .res_table .tbody .hand,
.help-topic-shell .res_table .tbody .hand a {
  color: inherit;
  font: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

.help-topic-shell .res_table .tbody .hand {
  position: relative;
  top: 2px;
}

.help-topic-shell .res_table .tbody .hand a {
  position: static;
}

.help-topic-shell .res_table .tbody:hover .subject,
.help-topic-shell .res_table .tbody:hover .hand {
  color: var(--help-purple);
}

.help-topic-shell .no_data_area2,
.help-topic-shell .help-board-empty,
.help-topic-shell .help-faq-empty {
  min-height: 0;
  display: block;
  margin: 0;
  padding: 36px 12px;
  border-top: 1px solid var(--help-line);
  border-bottom: 1px solid var(--help-line);
  color: var(--help-muted);
  background: transparent;
  font-size: 14px;
  text-align: center;
}

.help-topic-shell .paging_navigation {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 4px 0 0;
  padding-top: 4px;
}

.help-topic-shell .paging_navigation a,
.help-topic-shell .paging_navigation span,
.help-topic-shell .paging_navigation strong {
  display: inline-grid;
  place-items: center;
  min-width: 32px;
  height: 32px;
  padding: 0 8px;
  border-radius: 999px;
  color: var(--help-muted);
  background: transparent;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.help-topic-shell .paging_navigation strong,
.help-topic-shell .paging_navigation .on,
.help-topic-shell .paging_navigation a.on {
  color: #fff;
  background: var(--help-purple);
}

.help-topic-shell .bbs_bottom_wrap {
  margin: 0;
  padding: 0;
  list-style: none;
}

.help-topic-shell .bbs_bottom_wrap .btn_resp.color2 {
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--help-purple);
  font-weight: 850;
}

/* Q&A list: Status | Topic | Subject | Date */
.bo-help-qna-page .help-topic-shell .res_table .thead,
.bo-help-qna-page .help-topic-shell .help-board-head,
.bo-help-qna-page .help-topic-shell .res_table .tbody,
.bo-help-qna-page .help-topic-shell .help-board-row {
  grid-template-columns: 88px minmax(120px, 16%) minmax(0, 1fr) 96px;
  gap: 14px;
}

.bo-help-qna-page .help-topic-shell .res_table .tbody > li.date {
  text-align: left;
}

/* FAQ mapped to help-faq look */
.help-topic-shell .board_cate_slide,
.help-topic-shell .board_category2 {
  display: none !important;
}

.help-topic-shell .help-faq-table {
  border-top: 2px solid #cfc8d8;
  border-bottom: 1px solid #e8e2ef;
}

.help-topic-shell .faq_new,
.help-topic-shell .help-faq-list {
  display: grid;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

.help-topic-shell .faq_new > li,
.help-topic-shell .help-faq-item {
  border-bottom: 1px solid #efeaf6;
}

.help-topic-shell .faq_new > li:last-child,
.help-topic-shell .help-faq-item:last-child {
  border-bottom: 0;
}

.help-topic-shell .faq_new .question,
.help-topic-shell #bbslist .faq_new .question {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 48px;
  margin: 0;
  padding: 25px 4px;
  cursor: pointer;
}

.help-topic-shell .faq_new .question::before,
.help-topic-shell .faq_new .answer::before {
  content: none !important;
  display: none !important;
}

.help-topic-shell .faq_new .help-faq-category,
.help-topic-shell .faq_new .help-faq-category .cat {
  display: block;
  align-self: center;
  max-width: none;
  overflow: visible;
  padding-top: 0;
  color: #867d96;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
}

.help-topic-shell .faq_new .question .subject .cat,
.help-topic-shell .faq_new .help-faq-question .cat {
  display: none !important;
}

.help-topic-shell .faq_new .question .subject,
.help-topic-shell .faq_new .help-faq-question {
  min-width: 0;
  width: 100% !important;
  max-width: none !important;
  margin: 0;
  padding: 0 !important;
  overflow: visible;
  border: 0 !important;
  background: transparent !important;
  color: var(--help-ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  white-space: normal;
  text-overflow: clip;
  box-sizing: border-box;
}

/* Firstmall .hand is effectively capped (~200px), which leaves the red-box gap */
.help-topic-shell .faq_new .question .subject .hand,
.help-topic-shell .faq_new .question .subject .boad_faqview_btn,
.help-topic-shell .faq_new .help-faq-question .hand,
.help-topic-shell .faq_new .help-faq-question .boad_faqview_btn,
.help-topic-shell .faq_new .question .subject .highlight-link {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  overflow: visible !important;
  white-space: normal !important;
  text-overflow: clip !important;
  box-sizing: border-box !important;
}

.help-topic-shell .faq_new .question .subject a,
.help-topic-shell .faq_new .help-faq-question a {
  display: inline !important;
  width: auto !important;
  max-width: none !important;
  color: inherit !important;
  text-decoration: none !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

.help-topic-shell .faq_new .question .add_info {
  display: none;
}

/* FAQ answer: soft panel + smooth height slide (JS sets exact max-height) */
.help-topic-shell .faq_new .answer,
.help-topic-shell .faq_new .answer.hide {
  display: block !important;
  overflow: hidden !important;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 0 !important;
  max-height: 0;
  border: 0 !important;
  background: transparent !important;
  color: var(--help-muted);
  font-size: 14px;
  line-height: 1.6;
  transition: max-height 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.help-topic-shell .faq_new .answer .help-faq-answer-inner,
.help-topic-shell .faq_new .help-faq-item .answer .help-faq-answer-inner,
.help-topic-shell .help-faq-item p,
.help-topic-shell .faq_new .answer p {
  margin: 0;
  padding: 16px 18px;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  background: var(--help-soft);
  color: var(--help-muted);
  font-size: 14px;
  line-height: 1.6;
}

.help-topic-shell .faq_new .answer .help-faq-answer-inner > p {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.help-topic-shell .faq_new .answer .help-faq-answer-inner > p + p {
  margin-top: 10px;
}

@media (prefers-reduced-motion: reduce) {
  .help-topic-shell .faq_new .answer,
  .help-topic-shell .faq_new .answer.hide {
    transition: none;
  }
}

.help-topic-shell .faq_new > li.is-open .question .subject,
.help-topic-shell .faq_new > li.is-open .question .subject *,
.help-topic-shell .faq_new .question:hover .subject,
.help-topic-shell .faq_new .question:hover .subject * {
  color: var(--help-purple) !important;
  text-decoration: none !important;
}

.help-topic-shell .faq_new .answer .filelist {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}

/* ——— QnA write form (mypage/myqna_write.html) ——— */
.help-topic-shell .table_row_a.Thc.bo-qna-write-table {
  display: table !important;
  margin-bottom: 16px;
  border-collapse: collapse;
}

.help-topic-shell .bo-qna-write-table th,
.help-topic-shell .bo-qna-write-table td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--help-line);
  text-align: left;
  vertical-align: middle;
}

table[class].Thc > thead > tr > th,
table[class].Thc > tbody > tr > th {
  white-space: nowrap;
  text-align: center !important;
  vertical-align: middle;
}

.help-topic-shell .bo-qna-write-table th p {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0;
  color: var(--help-ink);
  font-size: 13px;
  font-weight: 800;
  text-align: center !important;
  white-space: nowrap;
}

.help-topic-shell .bo-qna-write-table input[type="text"],
.help-topic-shell .bo-qna-write-table input[type="password"],
.help-topic-shell .bo-qna-write-table select {
  width: 100%;
  max-width: 260px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid var(--help-line);
  border-radius: 8px;
  color: var(--help-ink);
  font-size: 13px;
}

.help-topic-shell .bo-qna-write-table select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 32px;
  border-color: #ded8e8;
  border-radius: 8px;
  color: #332e3d;
  background:
    #fff
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10'><path d='M2 3.5l3 3 3-3' stroke='%23332e3d' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>")
    no-repeat right 12px center;
  background-size: 7px 7px;
  font-weight: 500;
  cursor: pointer;
  transition: border-radius 0.18s ease;
}

.help-topic-shell .bo-qna-write-table select:focus {
  border-color: #ded8e8;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  outline: none;
  box-shadow: 0 10px 28px rgba(18, 12, 26, 0.14);
}

.help-topic-shell .bo-qna-write-table select option {
  padding: 9px 10px;
  color: #16121f;
  background: #fff;
}

.help-topic-shell .bo-qna-write-table select option:checked,
.help-topic-shell .bo-qna-write-table select option:hover {
  color: #16121f;
  background: #f1e8ff;
}

.help-topic-shell .bo-qna-write-table .form_multi_row2 {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.help-topic-shell .bo-qna-write-table .form_multi_row2 li {
  display: flex;
  align-items: center;
  gap: 15px;
}

.help-topic-shell .bo-qna-write-table .form_multi_row2 li .Dib {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.help-topic-shell input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0 6px 0 0;
  border: 1.5px solid var(--help-line);
  border-radius: 50%;
  vertical-align: middle;
  background: #fff;
  cursor: pointer;
}

.help-topic-shell input[type="checkbox"]:checked {
  border-color: var(--help-purple);
  background: var(--help-purple);
}

.help-topic-shell input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}

.help-topic-shell .bo-qna-write-textarea {
  display: block;
  width: 100%;
  min-height: 220px;
  padding: 14px;
  border: 1px solid var(--help-line);
  border-radius: 10px;
  color: var(--help-ink);
  font-family: inherit;
  font-size: 14px;
  line-height: 1.6;
  resize: vertical;
}

.help-topic-shell .bo-qna-write-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
}

.help-topic-shell .bo-qna-write-actions .btn_resp {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-width: 96px;
  height: 42px;
  padding: 0 22px !important;
  border: 1px solid var(--help-purple) !important;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.help-topic-shell .bo-qna-write-actions .btn_resp.color2 {
  color: #fff !important;
  background: var(--help-purple) !important;
}

.help-topic-shell .bo-qna-write-actions .btn_resp.color2:hover {
  background: #6a34c9 !important;
}

.help-topic-shell .bo-qna-write-actions .btn_resp:not(.color2) {
  color: var(--help-purple) !important;
  background: #fff !important;
}

.help-topic-shell .bo-qna-write-actions .btn_resp:not(.color2):hover {
  background: #f5f0ff !important;
}

/* ——— Responsive ——— */
@media (max-width: 1120px) {
  .bo-help-topic-page .bo-help-topic-container,
  .bo-help-board-page .bo-help-topic-container,
  .bo-help-qna-page .bo-help-topic-container {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
    padding-bottom: 48px;
    overflow-x: clip;
  }

  .help-topic-shell {
    padding: 28px;
    max-width: 100%;
    min-width: 0;
    overflow-x: clip;
  }

  .help-topic-layout {
    grid-template-columns: 1fr;
    min-width: 0;
    overflow-x: clip;
  }

  .help-topic-body {
    min-width: 0;
    max-width: 100%;
  }

  .help-topic-nav {
    position: static;
    top: auto;
    left: auto;
    width: auto;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 12px;
    box-shadow: none;
    scrollbar-width: none;
  }

  .help-topic-nav-placeholder {
    display: none;
  }

  .help-topic-nav::-webkit-scrollbar {
    display: none;
  }

  .help-topic-nav strong {
    display: none;
  }

  .help-topic-nav a {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .help-topic-shell .bbs_top_wrap,
  .help-topic-shell #boardsearch .bbs_top_wrap,
  .help-topic-shell .help-board-toolbar,
  .help-topic-shell .help-faq-toolbar .bbs_top_wrap {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
  }

  .help-topic-shell .help-board-toolbar > li,
  .help-topic-shell .bbs_top_wrap > li {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .help-topic-shell .help-board-toolbar .help-board-filter,
  .help-topic-shell .help-board-toolbar .help-faq-filter,
  .help-topic-shell .help-board-toolbar .help-board-search,
  .help-topic-shell .help-board-toolbar .help-faq-search-field,
  .help-topic-shell .bbs_top_wrap .help-board-filter,
  .help-topic-shell .bbs_top_wrap .help-faq-filter,
  .help-topic-shell .bbs_top_wrap .help-board-search,
  .help-topic-shell .bbs_top_wrap .help-faq-search-field {
    flex: 1 1 100% !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  .help-topic-shell .help-board-toolbar .help-board-action,
  .help-topic-shell .bbs_top_wrap .help-board-action {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
  }

  .help-topic-shell .help-board-toolbar .help-board-search + .help-board-action,
  .help-topic-shell .help-board-toolbar .help-faq-search-field + .help-board-action,
  .help-topic-shell .bbs_top_wrap .help-board-search + .help-board-action,
  .help-topic-shell .bbs_top_wrap .help-faq-search-field + .help-board-action {
    margin-left: auto !important;
  }

  .help-topic-shell .bbs_top_wrap .help-board-action .btn_resp,
  .help-topic-shell .bbs_top_wrap .help-board-action .btn_resp.size_b,
  .help-topic-shell .bbs_top_wrap .btn_resp.size_b,
  .help-topic-shell .help-board-toolbar .btn_resp.size_b {
    float: none !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    margin: 0 !important;
  }

  /* Category dropdown must span the same width as the search input */
  .help-topic-shell .help-board-filter .realtrend-select-wrap,
  .help-topic-shell .help-faq-filter .realtrend-select-wrap,
  .help-topic-shell .bbs_top_wrap .help-board-select,
  .help-topic-shell .help-topic-form .help-board-select,
  .help-topic-shell .help-topic-form .realtrend-select-wrap {
    width: 100% !important;
    max-width: none !important;
  }

  .help-topic-shell .help-board-filter .realtrend-select-trigger,
  .help-topic-shell .help-faq-filter .realtrend-select-trigger,
  .help-topic-shell .bbs_top_wrap .help-board-select .realtrend-select-trigger,
  .help-topic-shell .help-topic-form .realtrend-select-trigger {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box;
  }
}

@media (max-width: 760px) {
  .help-topic-shell {
    gap: 22px;
    padding: 22px;
    border-radius: 16px;
  }

  .help-topic-head h1,
  .help-topic-head h1 span {
    font-size: 34px;
  }

  .help-topic-head p,
  .help-topic-panel p,
  .help-topic-panel li,
  .help-topic-body p,
  .help-topic-body li {
    font-size: 13px;
  }

  .help-topic-panel {
    padding: 16px;
  }

  .help-topic-card-grid,
  .help-topic-form {
    grid-template-columns: 1fr;
  }

  .help-topic-form label:last-of-type,
  .help-topic-form > button {
    grid-column: auto;
  }

  /* My 1:1 Inquiry write: form spans the card edge-to-edge (keep table layout) */
  .help-topic-panel.bo-qna-write-panel {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .help-topic-panel.bo-qna-write-panel > h2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .help-topic-panel.bo-qna-write-panel #writeform {
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
  }

  .help-topic-shell .bo-qna-write-actions {
    padding: 0 16px;
  }

  .help-topic-shell .help-board-article {
    padding: 0;
  }

  .help-topic-shell .help-board-article-body {
    padding: 18px 16px;
    font-size: 14px;
  }

  .help-topic-panel h2,
  .help-topic-panel h2 span,
  .help-topic-body h3.title1,
  .help-topic-body h3.title1 span {
    font-size: 17px;
  }

  .help-topic-shell .bbs_top_wrap,
  .help-topic-shell #boardsearch .bbs_top_wrap,
  .help-topic-shell .help-faq-toolbar .bbs_top_wrap,
  .help-topic-shell .help-board-toolbar {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .help-topic-shell .help-board-filter .realtrend-select-wrap,
  .help-topic-shell .help-faq-filter .realtrend-select-wrap,
  .help-topic-shell .bbs_top_wrap .help-board-select {
    width: 100%;
    max-width: none;
  }

  .help-topic-shell .bbs_top_wrap .help-board-search input,
  .help-topic-shell .bbs_top_wrap .help-faq-search-field input,
  .help-topic-shell .bbs_top_wrap input[type="text"],
  .help-topic-shell .bbs_top_wrap .res_bbs_search_input {
    width: 100% !important;
    height: 40px !important;
    box-sizing: border-box;
  }

  .help-topic-shell .help-board-filter .realtrend-select-trigger,
  .help-topic-shell .help-faq-filter .realtrend-select-trigger,
  .help-topic-shell .bbs_top_wrap .help-board-select .realtrend-select-trigger,
  .help-topic-shell .bo-qna-write-table .help-board-select .realtrend-select-trigger {
    min-height: 40px;
    height: 40px;
  }

  .help-topic-shell .bbs_top_wrap .btn_resp,
  .help-topic-shell .bbs_top_wrap button.btn_resp,
  .help-topic-shell .help-board-toolbar .btn_resp.size_b {
    width: auto !important;
    margin: 0 !important;
    padding: 0 14px !important;
  }

  .help-topic-shell .res_table .thead,
  .help-topic-shell .help-board-head {
    display: none;
  }

  .help-topic-shell .res_table .tbody,
  .help-topic-shell .help-board-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 5px 10px;
    min-height: 0;
    padding: 18px 2px;
  }

  .help-topic-shell .res_table .tbody > li:first-child {
    grid-column: 1 / -1;
    font-size: 13px;
  }

  .help-topic-shell .res_table .tbody > li.cat,
  .help-topic-shell .res_table > .tbody > li span.cat {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    align-self: start;
    text-align: left;
    font-size: 13px;
    line-height: 1.35;
  }

  .help-topic-shell .res_table .tbody > li.date,
  .help-topic-shell .res_table .tbody > li:last-child {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: start;
    position: relative;
    top: -2px;
    text-align: right;
    font-size: 13px;
    line-height: 1.35;
  }

  .help-topic-shell .res_table .tbody > li.subject {
    grid-column: 1 / -1;
    grid-row: 2;
    font-size: 14px;
  }

  .help-topic-shell .faq_new .question,
  .help-topic-shell #bbslist .faq_new .question {
    grid-template-columns: 1fr;
    gap: 5px;
    align-content: center;
    min-height: 0;
    padding: 18px 2px;
  }

  .help-topic-shell .faq_new .help-faq-category,
  .help-topic-shell .faq_new .help-faq-category .cat {
    order: 1;
    display: block;
    max-width: none;
    overflow: visible;
    align-self: start;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.35;
    white-space: normal;
  }

  .help-topic-shell .faq_new .question .subject,
  .help-topic-shell .faq_new .question .subject a,
  .help-topic-shell .faq_new .help-faq-question,
  .help-topic-shell .faq_new .help-faq-question a {
    order: 2;
  }

  .help-topic-shell .faq_new .question .subject,
  .help-topic-shell .faq_new .help-faq-question {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px;
    white-space: normal;
  }

  .help-topic-shell .bo-qna-write-table .form_multi_row2 li {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .help-topic-shell .bo-qna-write-table .form_multi_row2 li input.size_mail {
    order: 1;
    width: 100%;
    max-width: none;
  }

  .help-topic-shell .bo-qna-write-table .form_multi_row2 li .Dib {
    order: 2;
    align-self: flex-start;
  }

  .help-topic-shell .faq_new .answer .help-faq-answer-inner,
  .help-topic-shell .help-faq-item p,
  .help-topic-shell .faq_new .answer p {
    padding: 14px 14px 16px;
  }

  .help-topic-shell .faq_new .answer .help-faq-answer-inner > p {
    padding: 0;
  }
}
