@charset "utf-8";

/* =========================================
   FAQ Detail PC
========================================= */

#faq-detail {
  width: 970px;
  margin: 0 auto;
  color: #333;
  line-height: 1.8;
  font-size: 15px;
}

#faq-detail * {
  box-sizing: border-box;
}

#faq-detail a {
  color: #0b5cab;
  text-decoration: none;
}

#faq-detail a:hover {
  text-decoration: underline;
}

#faq-detail img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#faq-detail .breadcrumb {
  margin-bottom: 18px;
}

/* -----------------------------------------
   Hero
----------------------------------------- */
#faq-detail .faq-detail-hero {
  margin-bottom: 24px;
  padding: 32px 36px;
  border: 1px solid #d9e6f5;
  border-radius: 14px;
  background: linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
}

#faq-detail .faq-detail-hero__eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #0b5cab;
}

#faq-detail .faq-detail-hero__title {
  margin: 0 0 12px;
  font-size: 34px;
  line-height: 1.3;
  color: #183b6b;
}

#faq-detail .faq-detail-hero__lead {
  margin: 0;
  color: #4d5d72;
  font-size: 15px;
}

/* -----------------------------------------
   Main Q&A Card
----------------------------------------- */
#faq-detail .faq-detail-card {
  margin-bottom: 30px;
  padding: 26px 28px;
  border: 1px solid #d7e1ee;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(16, 56, 103, 0.05);
}

#faq-detail .faq-detail-q,
#faq-detail .faq-detail-a {
  display: flex;
  gap: 14px;
}

#faq-detail .faq-detail-q {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #edf2f8;
}

#faq-detail .faq-detail-q__icon,
#faq-detail .faq-detail-a__icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}

#faq-detail .faq-detail-q__icon {
  background: #0b5cab;
}

#faq-detail .faq-detail-a__icon {
  background: #ff7a00;
}

#faq-detail .faq-detail-q__body,
#faq-detail .faq-detail-a__body {
  flex: 1 1 auto;
  min-width: 0;
}

#faq-detail .faq-detail-q__body h3 {
  margin: 2px 0 0;
  font-size: 26px;
  line-height: 1.5;
  color: #1f3550;
}

#faq-detail .faq-answer-lead {
  display: inline-block;
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.7;
  color: #1f3550;
}

#faq-detail .faq-answer-note {
  margin: 10px 0 0;
  color: #4d5d72;
}

/* -----------------------------------------
   Section
----------------------------------------- */
#faq-detail .faq-detail-section {
  margin-bottom: 28px;
  padding: 24px 26px;
  border: 1px solid #dfe8f2;
  border-radius: 14px;
  background: #fff;
}

#faq-detail .faq-detail-section h3 {
  margin: 0 0 14px;
  padding-left: 12px;
  border-left: 5px solid #0b5cab;
  font-size: 24px;
  line-height: 1.4;
  color: #183b6b;
}

#faq-detail .faq-detail-section__body > *:first-child {
  margin-top: 0;
}

#faq-detail .faq-detail-section__body > *:last-child {
  margin-bottom: 0;
}

#faq-detail .faq-detail-section__body p {
  margin: 0 0 14px;
  color: #4a5565;
}

#faq-detail .faq-detail-section--note {
  background: #fffaf3;
  border-color: #f1dfb8;
}

#faq-detail .faq-detail-section--note h3 {
  border-left-color: #ff9a1f;
  color: #7c5312;
}

/* -----------------------------------------
   List / Step
----------------------------------------- */
#faq-detail .faq-detail-list,
#faq-detail .faq-detail-steps {
  margin: 0;
  padding-left: 1.4em;
}

#faq-detail .faq-detail-list li,
#faq-detail .faq-detail-steps li {
  margin-bottom: 8px;
  color: #4a5565;
}

#faq-detail .faq-detail-steps li:last-child,
#faq-detail .faq-detail-list li:last-child {
  margin-bottom: 0;
}

/* -----------------------------------------
   Image
----------------------------------------- */
#faq-detail .faq-detail-image {
  margin: 6px 0 10px;
  text-align: center;
}

#faq-detail .faq-detail-image img {
  border: 1px solid #d9e3ef;
  border-radius: 10px;
  background: #fff;
}

#faq-detail .faq-detail-caption {
  margin: 0;
  text-align: center;
  font-size: 13px;
  color: #6f7d8e;
}

/* -----------------------------------------
   Related
----------------------------------------- */
#faq-detail .faq-related {
  margin-bottom: 30px;
  padding: 24px 26px;
  border: 1px solid #dfe8f2;
  border-radius: 14px;
  background: #f9fbfe;
}

#faq-detail .faq-related h3 {
  margin: 0 0 14px;
  padding-left: 12px;
  border-left: 5px solid #0b5cab;
  font-size: 24px;
  line-height: 1.4;
  color: #183b6b;
}

#faq-detail .faq-related__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e5edf5;
}

#faq-detail .faq-related__list li {
  border-bottom: 1px solid #e5edf5;
}

#faq-detail .faq-related__list li a {
  display: block;
  padding: 13px 6px;
  color: #244b78;
  font-weight: bold;
}

/* -----------------------------------------
   Contact
----------------------------------------- */
#faq-detail .faq-contact-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 10px;
  padding: 28px 30px;
  border-radius: 14px;
  background: #183b6b;
  color: #fff;
}

#faq-detail .faq-contact-box__body {
  flex: 1 1 auto;
}

#faq-detail .faq-contact-box__body h3 {
  margin: 0 0 8px;
  font-size: 25px;
  line-height: 1.4;
  color: #fff;
}

#faq-detail .faq-contact-box__body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
}

#faq-detail .faq-contact-box__actions {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

#faq-detail .faq-btn {
  display: inline-block;
  min-width: 190px;
  padding: 13px 18px;
  border-radius: 999px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

#faq-detail .faq-btn:hover {
  text-decoration: none;
}

#faq-detail .faq-btn--line {
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  background: transparent;
}

#faq-detail .faq-btn--fill {
  background: #fff;
  color: #183b6b;
}

/* -----------------------------------------
   Utility
----------------------------------------- */
#faq-detail .is-narrow {
  max-width: 760px;
}

#faq-detail .is-center {
  text-align: center;
}

#faq-detail .is-small {
  font-size: 13px;
  color: #6f7d8e;
}

/* -----------------------------------------
   Long Manual Style Support
----------------------------------------- */
#faq-detail .faq-manual-block {
  margin-bottom: 20px;
  padding: 18px 20px;
  border: 1px solid #e1eaf4;
  border-radius: 12px;
  background: #fff;
}

#faq-detail .faq-manual-block h4 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.5;
  color: #244b78;
}

#faq-detail .faq-manual-block p {
  margin: 0;
  color: #4a5565;
}

/* -----------------------------------------
   Prevent overflow
----------------------------------------- */
#faq-detail,
#faq-detail .faq-detail-card,
#faq-detail .faq-detail-section,
#faq-detail .faq-related,
#faq-detail .faq-contact-box,
#faq-detail .faq-detail-hero {
  word-break: break-word;
}
#faq-detail .faq-contact-box .faq-detail-list {
  margin-top: 12px;
  padding-left: 1.4em;
}

#faq-detail .faq-contact-box .faq-detail-list li {
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 6px;
}

#faq-detail .faq-contact-box .faq-detail-list li:last-child {
  margin-bottom: 0;
}