  body {
      font-family: 'Noto Sans KR', sans-serif;
      margin: 0;
      padding:0;
	  background: #f9f9f9;
    }
  .wrap { margin:90px auto 60px auto;width:98%; }
  h1 { font-size:20px; margin-bottom:16px; }

  /* 검색/정렬 */
  .controls { display:flex; gap:8px; margin-bottom:16px; flex-wrap:wrap; }
  .controls input { flex:1; padding:8px; border:1px solid #ccc; border-radius:6px; }
  .controls select, .controls button { padding:8px 12px; border:1px solid #ccc; border-radius:6px; background:white; cursor:pointer; }

  /* 게시물 리스트 */
  ul.posts { list-style:none; margin:0; padding:0; }
  .post { background:white; margin-bottom:10px; padding:12px; border-radius:8px; box-shadow:0 1px 4px rgba(0,0,0,0.05); }
  .post  .post-head { text-align:left;margin:0; font-size:16px;margin-bottom:8px; }
  .post .post-head  a { text-decoration:none; color:#88888; }
  .meta { font-size:13px; color:#666; margin-top:4px; }
  .excerpt { font-size:14px; margin-top:8px; color:#333; }

  /* 페이지네이션 */
  .pager { display:flex; gap:6px; justify-content:center; margin-top:16px; }
  .pager button { padding:6px 10px; border:1px solid #ccc; border-radius:6px; background:white; cursor:pointer; }
  .pager .active { background:#2b6ef6; color:white; font-weight:bold; }
  h1 { font-size:20px; margin-bottom:8px; }
  .meta { text-align:right;font-size:13px; color:#666; margin-bottom:12px; }
  .content { font-size:15px; line-height:1.6; margin-bottom:20px; }
  .back { display:inline-block; margin-bottom:12px; text-decoration:none; color:#2b6ef6; }

  /* 댓글 */
  .comments { margin-top:20px; }
  .comment { border-top:1px solid #eee; padding:10px 0; font-size:14px; }
  .comment strong { display:block; font-size:13px; color:#333; }
  .comment p { margin:4px 0 0; }
  body {
  font-family: "Noto Sans KR", sans-serif;
  margin: 0;
  padding: 0;
  background: #f8f9fa;
}



h1 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

form label {
  display: block;
  margin: 10px 0 5px;
  font-weight: 600;
}

form input, form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  box-sizing: border-box;
}

form textarea {
  resize: none;
}

button {
  margin-top: 15px;
  width: 100%;
  padding: 14px;
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s ease;
}

button:hover {
  background: #0056b3;
}

#result {
  margin-top: 15px;
  font-size: 0.95rem;
}

.btn-group {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.btn-group button {
  flex: 1; /* 같은 크기로 확장 */
  padding: 14px;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s ease;
}

.btn-primary {
  background: #007bff;
  color: #fff;
}

.btn-primary:hover {
  background: #0056b3;
}

.btn-secondary {
  background: #6c757d;
  color: #fff;
}

.btn-secondary:hover {
  background: #565e64;
}
 /* .container { width:100%; margin:0 auto; padding:16px; background:white; border-radius:8px; margin-top:16px; box-shadow:0 2px 6px rgba(0,0,0,0.05);} */
  h1 { font-size:20px; margin-bottom:8px; }
  .meta { font-size:13px; color:#666; margin-bottom:12px; }
  .content { font-size:15px; line-height:1.6; margin-bottom:20px; }
  .back { display:inline-block; margin-bottom:12px; text-decoration:none; color:#2b6ef6; }

  /* 댓글 */
  .comments { margin-top:20px; }
  .comment { border-top:1px solid #eee; padding:10px 0; font-size:14px; }
  .comment strong { display:block; font-size:13px; color:#333; }
  .comment p { margin:4px 0 0; }
.clear { clear:both; }
.content img { width:100% !important }

  h1 { font-size:20px; margin-bottom:16px; }
  /* 검색/정렬 */
  .controls { display:flex; gap:8px; margin-bottom:16px; flex-wrap:wrap; }
  .controls input { flex:1; padding:8px; border:1px solid #ccc; border-radius:6px; }
  .controls select, .controls button { padding:8px 12px; border:1px solid #ccc; border-radius:6px; background:#ffffff;color:#888888; cursor:pointer; }
  /* 게시물 리스트 */
  ul.posts { list-style:none; margin:0; padding:0; }
  .post { background:white; margin-bottom:10px; padding:12px; border-radius:8px; box-shadow:0 1px 4px rgba(0,0,0,0.05); }
  .post h2 { margin:0; font-size:16px; }
  .post h2 a { text-decoration:none; color:#2b6ef6; }
  .meta { font-size:13px; color:#666; margin-top:4px; }
  .excerpt { font-size:14px; margin-top:8px; color:#333; }
  /* 페이지네이션 */
  .pager { display:flex; gap:6px; justify-content:center; margin-top:16px; }
  .pager button { padding:6px 10px; border:1px solid #ccc; border-radius:6px; background:white;color:#888888; cursor:pointer; }
  .pager .active { background:#2b6ef6; color:white; font-weight:bold; }

 .view-container { margin: auto; }
.subject { font-size: 20px; font-weight: bold; margin-bottom: 10px; }
.info { font-size: 13px; color: #666; margin-bottom: 15px; }
.content { font-size: 15px; line-height: 1.6; border-top:1px solid #ccc; padding-top:15px;background-color:#ffffff; }
.buttons { margin-top:20px; text-align: right; } /* 버튼 우측정렬 */
.buttons a { 
	text-decoration:none; 
	padding:8px 12px; 
	border:1px solid #007BFF; 
	color:#007BFF; 
	border-radius:5px; 
	margin-left:5px; 
	font-size:14px; 
	display:inline-block;
}