﻿/* aplos_v2 custom.css */

/* 게시글 상단 클립(첨부)·점세개 메뉴 우측정렬 */
.article-tool.rs.header,
.article-tool.header {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  height: auto !important;
  min-height: 0 !important;
}

.article-tool.rs.header > ul.etc,
.article-tool.header > ul.etc {
  margin-left: auto;
}
