.news_item { background-color: #eee; box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3); 
  padding: 30px; margin-bottom: 30px; width: 100%; position: relative; }
.news_item .w3-quarter a { width: 85%; height: auto; display: block; }
.news_item .w3-quarter img { max-width: 100%; height: auto; }
.news_item h3 { font-size: 20px; }
.news_item h4 { font-size: 12px; color: gray; margin-bottom: 20px; }
.news_item h4 span { margin-right: 30px; }
.news_item .news_content { text-align: justify; }
.news_item .isfocus { position: absolute; top: 10px; right: 10px; color: #c774a2; }

.news_img { max-width: 100%; height: auto; }

.search_form { display: flex; }
.search_keyword { width: 80%; padding: 5px; }
.search_btn { width: 20%; padding: 5px; }

.news-aside h2 { padding: 3px; background-color: #333; color: #fff; }
.news-aside .btn { display: block; background-color: #eee; color: #000; 
  font-size: 17px; letter-spacing: 5px;
  border-radius: 5px; padding: 8px; margin-bottom: 8px; text-align: center; }
.news-aside .btn:hover, .news-aside .btn.active { background-color: #999; color: #fff; }


/* admin area =============================================== */
.form-news .w3-twothird .w3-col, 
.form-news-result .w3-twothird .w3-col { width: 50px; text-align: center; }

.form-news .w3-twothird .w3-rest { padding-bottom: 5px; }
.form-news-result .w3-twothird .w3-rest { padding: 6px 0; border-bottom: 1px solid #999; }

.form-btn-area { display: flex; width: 100%; padding: 10px 0; justify-content: space-between; }
.form-btn-area .form-btn { width: 49.8%; padding: 5px; text-align: center; 
  background-color: #ddd; color: #000; border: 1px solid #333; border-radius: 3px; }
.form-btn-area .form-btn:hover { cursor: pointer; background-color: #bbb; }


.w3-table-all { 
  letter-spacing: 0; min-width: 1000px; border: 2px solid #bbb; margin-bottom: 5px; }
.w3-table-all th, .w3-table-all td { border-color: #999; padding: 3px; text-align: center; }
.w3-table-all th { background-color: #ccc; font-size: 12px; }

.detail-btn { white-space: normal; }
.w3-table th:first-child, .w3-table td:first-child, 
.w3-table-all th:first-child, .w3-table-all td:first-child { padding-left: 3px; }

.w3-modal-content { width: 90%!important; }
@media(min-width:1000px){ .w3-modal-content { width: 80%!important; } }
.w3-modal header { height: auto; }
.w3-modal header a { color:#fff; height: 100%; padding: 7px; }