/* 이미지 영역 스타일 */
    .image-section {
      margin-top: 40px;
    }
    
    .image-list {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
    
    .image-item {
      width: 100%;
    }
    
    .image-item img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 4px;
    }
    
    /* 게시글 수정/삭제 버튼 - 권한 체크 전까지 숨김 */
    .post-actions {
      display: none;
    }
    
    .viewer_info_top{    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 2rem;}
    .viewer_info_top.viewer_info_top_id{justify-content: space-between;}
    #boardWrite .post-actions.btn-area{margin: 13px 0; justify-content: flex-end;gap: 9px;}
    .bview-meta{align-items: center;}
    #boardWrite .viewer_info_top.viewer_info_top_id .btn.line,#boardWrite .viewer_info_top.viewer_info_top_id .btn.primary{min-width: 90px;
    height: 4.6rem;}
    @media (max-width: 640px) {
    .post-actions.btn-area{    margin: 20px 0px 10px;
    justify-content: flex-end;
    gap: 9px;
    display: flex;}
    .post-actions.btn-area .btn.line,.post-actions.btn-area .btn.primary{    min-width: 70px;height: 3.6rem;}
    .viewer_info_top.viewer_info_top_id{    flex-direction: column;        margin-bottom: 0;}
    .viewer_info_top.viewer_info_top_id .bview-meta {
        align-items: center;
        justify-content: center;
    }
    .viewer_info_top{    justify-content: center;}
    #boardWrite .viewer_info_top.viewer_info_top_id .btn.line,#boardWrite .viewer_info_top.viewer_info_top_id .btn.primary{min-width: 70px;
    height: 3.6rem;}
     .bview-meta{justify-content: space-around;width:100%;}
    }
    
    
     /*유튜브 영상일시 추가*/
    #viewContent{position: relative;
    padding-bottom: 47.8%;
    padding-top: 3.4%;
    height: 0;
    overflow: hidden;
    width: 100%;
    margin: 5rem auto;}
    #viewContent iframe{    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    }
    @media (max-width: 640px) {
    #viewContent {
    padding-bottom: 72.8%;}
    }