@charset "utf-8";
/* 새글 스킨 (latest) */
.more-button {
            display: inline-block;
            padding: 10px 20px;
            background-color: #007bff;
            color: white;
            text-align: center;
            border-radius: 5px;
            text-decoration: none;
            font-weight: bold;
            transition: background-color 0.3s;
			margin-top:20px;
}
.more-button:hover {
            background-color: #0056b3;
			color: white !important;
}
 
@media screen and (max-width:640px) {
	.one_box dt {font-size:20px;}
}