.blog-page {
	margin-top: 5%;
}


.blog-page .blog-list-head {
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: space-between;
}

.blog-page .blog-page-body {

	border: 1px solid #CCCCCC;
	width: 85%;
	height: 85%;
	margin: 0 auto;
	display: flex;
}

.blog-page .blog-page-body .blog-list {
	border: 1px solid #cccccc;
	width: 90%;
	margin: auto;

}

table, th, td {
	border: 1px solid #cccccc;
}

.blog-page .blog-page-body th {
	font-size: 20px;
	font-weight: 600;
	padding: 20px;
	text-align: center;
}

.blog-page .blog-page-body td {
	font-size: 15px;
	padding: 10px;
	font-weight: bold;
	text-align: center;

}

.blog-page .blog-page-body td > p {

	height: 50px;
	overflow-y: scroll;
}

.blog-page .popup {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 30%;
	height: 20%;
	background: #f1f1f1;
}

.popup .region-create {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 34%;
	right: 0;
}


.blog-edit {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	width: 80%;
	margin: 0 auto;
	box-shadow: 0px 0px 15px #CCCCCC;
}

.blog-edit > form {
	display: flex;
	gap: 20px;
	flex-direction: column;
	margin: 5%;
}


.blog-edit > form > .row {
	display: flex;
	flex-direction: row;
	gap: 20px;
}


.blog-edit > form > .row .thumb-img {
	display: none;
}

.blog-edit > form > .row .thumb-img-uploaded {
	display: block;
	height: 100px;
}

.blog-edit > form > .row > textarea {
	border-radius: 2px;
	width: 30%;
}

.blog-edit > form .btn {
	width: 10%;
	margin-top: 5%;
}

.blog-create > form {
	display: flex;
	flex-direction: column;
	margin-left: 10%;

}

.blog-create > form .btn {
	width: 10%;
	margin-top: 5%;
}


.blog-create .form-validate > p {
	font-size: 15px;
	font-weight: bold;
}


@media (max-width: 480px) {
	.blog-create > form .btn {
		width: 50%;
		margin-top: 5%;
	}


	.blog-edit > form .btn {
		width: 10%;
		margin-top: 5%;
	}
}



.banner
