/* 공통 시작 */



/* 공통 끝 */


/* list.php 시작 */

/* 공지글 행 배경색 */
.notice_background {
    background: #f1f8ff;
}

/* '공지' 텍스트 아이콘 스타일 */
.notice_text {
    background: #ed421e;
    border-radius: 3px;
    color: white;
    padding: 2px 5px;
    font-size: 0.9em;
}

.btn_write_area {
	text-align: right;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* list.php 종료 */


/* edit.php 시작 */
input[type="file"] {
	font-size: 16px;
	border: 1px solid darkgrey;
    border-radius: 3px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.file_add_btn {
	margin-top: 6px;
	padding: 4px 8px;
}

.file_minus_btn {
	margin-left: 10px;
	padding: 4px 8px;
}


.btn_container {
	margin: 20px 0;
    display: flex;
    gap: 14px;
    justify-content: center;
}

#file-separator {
	display: none;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 0;
	border-top: 2px solid #eee;
}

.delete-file-label {
	color: #dc3545;
	font-weight: bold;
    cursor: pointer;
    user-select: none;
}
/* edit.php 종료 */


/* view.php 시작 */
#post-content p,
#post-content a,
#post-content span {
	word-break: break-all;
}

.infor {
	display: flex;
}

.file-list-item {
	margin-bottom: 5px;
}

.btn_container {
	margin: 20px 0;
    display: flex;
    justify-content: end;
    gap: 14px;
}

.btn_date_edit {
	float: right;
	margin-bottom: 5px;
	padding: 5px 10px;
}

.btn_container .btn_list {
	user-select: none;
	padding: 8px 16px;
	color: white;
    cursor: pointer;
    font-weight: bold;
    border: none;
    border-radius: 5px;
}
/* view.php 종료 */