/* °øÁö»çÇ× */

.new_list-board-container{width:100%;margin:20px auto}
.new_list-board-container{width:100%;margin:20px auto}.new_list-board-container .board-table{width:100%;border-collapse:collapse;table-layout:auto}
.new_list-board-container h2{text-align:center; font-size:24px; font-weight:600; padding-bottom:4%;}
.new_list-board-container .board-table thead th{background-color:#fdd835; color:#000; padding:10px; text-align:center; font-size:3.7vw; border-bottom:2px solid #ddd}
.new_list-board-container .board-table tbody td{padding:10px; border-bottom:1px solid #ddd; font-size:3.3vw;}
.new_list-board-container .board-table .new-icon{background-color:#5cb416; color:#fff;font-size:2.7vw; padding:3px 6px; margin-top:-2px; border-radius:3px; font-weight:700; float:right;}
.new_list-board-container .inquiry-button{background-color:#0288d1; color:#fff; border:none; padding:6px 12px; cursor:pointer; font-size:3.5vw; float:right; margin-top:10px; margin-bottom:10px; margin-right:2px}
.new_list-board-container .inquiry-button:hover {background-color: #0277bd;}
.new_list-board-container .board-table td:nth-child(2) {width: 25%;}


/* °øÁö»çÇ× ºä »ó¼¼ÆäÀÌÁö */
.news_notice-container {
	width:100%;
}
.news_notice-container .notice-header {
	background-color: #fff;
	padding: 15px;
	border-bottom: 1px solid #eee;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}
.news_notice-container .notice-header h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.news_notice-container .back-button {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	color: #333;
	text-decoration: none;
}
.news_notice-container .notice-detail {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	margin-top: 15px;
	overflow: hidden;
}
.news_notice-container .notice-detail h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 15px;
	border-bottom: 1px solid #eee;
}
.news_notice-container .notice-info {
	font-size: 12px;
	color: #666;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
}
.news_notice-container .notice-content {
	padding: 15px;
}
.news_notice-container .notice-content img {
	max-width: 100%;
	height: auto;
	margin: 10px 0;
	border-radius: 4px;
}
.news_notice-container .notice-content p {
	margin-bottom: 10px;
	line-height:1.4;
}
.news_notice-container .tab-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	display: flex;
	justify-content: space-around;
	padding: 10px 0;
	border-top: 1px solid #eee;
}
.news_notice-container .tab-bar a {
	color: #333;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
}
.news_notice-container .tab-bar img {
	width: 24px;
	height: 24px;
	margin-bottom: 5px;
}


/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    list-style-type: none;
    padding: 0;
}

.pagination li {
    margin: 0 5px;
}

.pagination a {
    color: #333;
    padding: 4px 8px;
    text-decoration: none;
    font-size: 3vw;
}

.pagination a:hover {
	font-weight:bold;
}

.pagination a.active {
    background-color: #777;
    color: white;
}

.pagination .prev-button,
.pagination .next-button {
    font-weight: 400;
	font-size: 18px;
}