.detail-container {
      max-width: 852px;
      /* margin: 0 auto; */
}

.subRcon {
      padding: 0px 32px;
}

/* 브레드크럼 */
.breadcrumb {
      display: flex;
      align-items: center;
      gap: 5px;
      padding: 0 4px 0 0;
      margin-bottom: 20px;
}

.breadcrumb-arrow {
      width: 5.35px;
      height: 9.36px;
      color: #2F3642;
}

.breadcrumb-text {
      font-family: 'Pretendard', sans-serif;
      font-weight: 600;
      font-size: 13px;
      line-height: 1em;
      color: #66768F;
}

/* 헤더 섹션 */
.detail-header {
      display: flex;
      flex-direction: column;
      gap: 6px;
      padding: 0 0 21px;
      border-bottom: 1px solid #8898AF;
      /* margin-bottom: 10px; */
}

.detail-title {
      font-family: 'Pretendard', sans-serif;
      font-weight: 700;
      font-size: 24px;
      line-height: 1.5em;
      letter-spacing: -0.03em;
      color: #040404;
}

.detail-meta {
      display: flex;
      align-items: flex-end;
      justify-content: flex-start;
      gap: 12px;
}

.detail-date {
      font-family: 'Pretendard', sans-serif;
      font-weight: 400;
      font-size: 12px;
      line-height: 1.4em;
      letter-spacing: -0.02em;
      color: #737373;
}

.detail-hit {
      font-family: 'Pretendard', sans-serif;
      font-weight: 400;
      font-size: 12px;
      line-height: 1.4em;
      letter-spacing: -0.02em;
      color: #737373;
}

/* 콘텐츠 영역 */
.detail-content {
      min-height: 314px;
      /* background: #F5F5F5; */
      /* padding: 40px; */
      margin-bottom: 20px;
      margin-top: 22px;
      /* display: flex; */
      /* align-items: center; */
      /* justify-content: center; */
      display: flex;
      flex-direction: column;
      justify-content: space-between;
}

.brdConEtcDiv {
      /* margin-bottom: 10px; */
      min-height: 1px;
      display: flex;
      gap: 12px;
      margin-top: 22px;
      flex-wrap: wrap;
      padding: 10px;
      background: #EFF2F6;
      border-radius: 12px;
}

.brdConEtcDiv a {
      background: white;
      border-radius: 12px;
}

.brdEDiv {
      font-size: 14px;
      border-radius: 10px;
      border: 1px solid var(--GY-300, #D9D9D9);
      padding: 5px 9px;
      display: flex;
      align-items: center;
      gap: 14px;
}

.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;
}

.content-text {
      font-family: 'Pretendard', sans-serif;
      font-weight: 400;
      font-size: 15px;
      line-height: 1.8em;
      color: #040404;
      white-space: pre-wrap;
}

/* 버튼 영역 */
.action-buttons {
      display: flex;
      justify-content: flex-end;
      gap: 10px;
      margin-top: 20px;
}

.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;
}

.action-btn:hover {
      background: #F8FAFB;
}

.action-btn.delete {
      color: #E83534;
      border-color: #E83534;
}

.action-btn.delete:hover {
      background: #FEF2F2;
}

.TitleRightBtn {
      display: none;
}

.onlyPc {
      display: block;
}

.onlyPcInFlex {
      display: inline-flex;

}

.onlyMo {
      display: none;
}

/* 모바일 반응형 */
@media screen and (max-width: 768px) {
      .realCon {
            width: 100%;
      }

      .onlyPc,
      .onlyPcInFlex {
            display: none;
      }

      .onlyMo {
            display: block;
      }

      .csmCon {
            width: 100%;
            min-height: -webkit-fill-available;
            border-radius: 0px;
            width: calc(100% - 40px);
            padding: 20px;
      }

      #top_btn2,
      #top_btn,
      #topBtn4Rn {
            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;
      }

      .detail-header {
            padding: 0 0 16px;
      }

      .detail-title {
            font-size: 20px;
            display: flex;
            justify-content: space-between;
      }

      .detail-meta {
            /* flex-direction: column; */
            align-items: flex-start;
            gap: 8px;
      }

      .detail-content {
            min-height: 250px;
            /* padding: 20px; */
            border-bottom: 1px solid var(--GY-200, #EBEBEB);
            padding-bottom: 20px;
            margin-top: 14px;
      }

      .content-placeholder {
            font-size: 18px;
      }

      .content-text {
            font-size: 14px;
      }

      .action-buttons {
            flex-direction: row;
            gap: 8px;
            display: flex;
            justify-content: flex-end;
      }

      .action-btn {
            width: 54px;
            justify-content: center;
      }

      .TitleRightBtn {
            cursor: pointer;
            display: block;
      }



      /* 드롭다운 메뉴 */
      .dropdown-menu {
            display: none;
            position: absolute;
            top: 90px;
            right: 6px;
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            z-index: 100;
            min-width: 90px;
            overflow: hidden;
      }

      .dropdown-menu.show {
            display: block;
      }

      .dropdown-menu a {
            display: block;
            padding: 14px 20px;
            font-size: 14px;
            color: #222;
            text-decoration: none;
            border-bottom: 1px solid #f0f0f0;
            font-weight: 400;
      }

      .dropdown-menu a:last-child {
            border-bottom: none;
      }

      .dropdown-menu a:hover {
            background: #f8f8f8;
      }

      .dropdown-menu a.delete {
            /* color: #e53935; */
      }

}