  ._viewFaq {
        max-width: 852px;
        margin: 0 auto;
  }

  /* 브레드크럼 */
  ._viewFaq .breadcrumb {
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 0 4px 0 0;
        margin-bottom: 20px;
  }

  ._viewFaq .breadcrumb-arrow {
        width: 5.35px;
        height: 9.36px;
        color: #2F3642;
  }

  ._viewFaq .breadcrumb-text {
        font-family: 'Pretendard', sans-serif;
        font-weight: 600;
        font-size: 13px;
        line-height: 1em;
        color: #66768F;
  }

  /* 상세 컨텐츠 */
  ._viewFaq .detail-content {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        /* gap: 22px; */
  }

  .vFileDv {
        font-size: 14px;
        width: 100%;
        padding: 10px 0px;
        display: flex;
        flex-direction: column;
        gap: 4px;
  }

  /* 헤더 섹션 */
  ._viewFaq .detail-header {
        display: flex;
        flex-direction: column;
        /* gap: 6px; */
        padding: 0 0 21px;
        border-bottom: 1px solid #8898AF;
        width: 100%;
  }

  ._viewFaq .header-top {
        display: flex;
        flex-direction: column;
        gap: 8px;
  }

  ._viewFaq .category-badge {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        padding: 3px 5px;
        background: #EFF2F6;
        border-radius: 6px;
        width: fit-content;
  }

  ._viewFaq .category-text {
        font-family: 'Pretendard', sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 1.5em;
        letter-spacing: -0.02em;
        color: #2F3642;
  }

  ._viewFaq .question-info {
        display: flex;
        align-items: flex-end;
        gap: 14px;
        width: 100%;
  }

  ._viewFaq .question-title {
        font-family: 'Pretendard', sans-serif;
        font-weight: 700;
        font-size: 24px;
        line-height: 1.5em;
        letter-spacing: -0.03em;
        color: #040404;
        flex: 1;
  }

  ._viewFaq .question-meta {
        display: flex;
        align-items: center;
        gap: 15px;
  }

  ._viewFaq .meta-item {
        font-family: 'Pretendard', sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 1.4em;
        letter-spacing: -0.02em;
        color: #737373;
  }

  .brdConEtcDiv {
        /* margin-bottom: 10px; */
        min-height: 1px;
        display: flex;
        gap: 12px;
        width: 100%;
        margin-top: 22px;
        flex-wrap: wrap;
  }

  .brdEDiv {
        font-size: 14px;
        border-radius: 10px;
        border: 1px solid var(--GY-300, #D9D9D9);
        padding: 5px 9px;
        display: flex;
        align-items: center;
        gap: 14px;
  }

  /* 답변 영역 */
  ._viewFaq .answer-content {
        min-height: 314px;
        /* background: #F5F5F5; */
        /* padding: 40px; */
        margin-bottom: 0;
        /* display: flex; */
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 22px;
        margin-bottom: 22px;
  }

  ._viewFaq .content-placeholder {
        font-family: 'Pretendard', sans-serif;
        font-weight: 700;
        font-size: 24px;
        line-height: 1.5em;
        letter-spacing: -0.03em;
        color: #D9D9D9;
        text-align: center;
  }

  ._viewFaq .answer-text {
        font-family: 'Pretendard', sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 1.8em;
        color: #040404;
        white-space: pre-wrap;
        text-align: left;
        width: 100%;
  }

  /* 버튼 영역 */
  ._viewFaq .action-buttons {
        display: flex;
        gap: 10px;
  }

  ._viewFaq .action-btn {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        gap: 9px;
        padding: 10px 14px;
        height: 34px;
        background: #FFFFFF;
        border: 1px solid #66768F;
        border-radius: 8px;
        font-family: 'Pretendard', sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 1.5em;
        letter-spacing: -0.02em;
        color: #040404;
        cursor: pointer;
        transition: all 0.2s ease;
  }

  ._viewFaq .action-btn:hover {
        background: #F8FAFB;
  }

  /* 모바일 반응형 */
  @media screen and (max-width: 768px) {
        .realCon {
              width: 100%;
        }

        .csmCon {
              width: 100%;
              min-height: -webkit-fill-available;
              border-radius: 0px;
              width: calc(100% - 40px);
              padding: 20px;
        }

        #top_btn2,
        #top_btn {
              display: none;
        }

        #header {
              display: none;
        }

        #footer {
              display: none;
        }

        ._leftMenu {
              display: none;
        }


        ._subRight {
              margin: 0px;
              width: 100%;
        }

        .subRcon {
              width: calc(100% - 32px);
              margin-top: 20px;
              padding: 0px 16px;
        }


        ._viewFaq .detail-header {
              padding: 0 0 16px;
        }

        ._viewFaq .question-title {
              font-size: 20px;
        }

        ._viewFaq .question-info {
              flex-direction: column;
              align-items: flex-start;
              gap: 8px;
        }

        ._viewFaq .answer-content {
              min-height: 250px;
              padding: 20px;
        }

        ._viewFaq .content-placeholder {
              font-size: 18px;
        }

        ._viewFaq .answer-text {
              font-size: 14px;
        }

        ._viewFaq .action-buttons {
              width: 100%;
        }

        ._viewFaq .action-btn {
              flex: 1;
        }

        ._viewFaq .detail-content {
              align-items: stretch;
        }
  }