/*
 * optian reset
 * wireframe.css
 */

/* Kboard */
.kboard-default-poweredby,
.kboard-document-action .left {
	display: none;
}
body #kboard-default-list .kboard-pagination .kboard-pagination-pages li:hover a,
body #kboard-default-list .kboard-pagination .kboard-pagination-pages li.active a {
	color: #fff;
	background-color: #042256;
}
body a.kboard-default-button-small,
body input.kboard-default-button-small,
body button.kboard-default-button-small {
	color: #fff !important;
	background-color: #042256 !important;
}

/* Copyright */
.coptright-box p {
	margin: 0;
}
.coptright-box .box-1 {
	margin-bottom: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.coptright-box .policy a::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 7px;
	vertical-align: -5px;
	background-image: url('/wp-content/uploads/naver-blog.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.coptright-box .policy a {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}
.coptright-box .policy a:hover {
	color: #00a0e9;
}
.coptright-box .origin ul {
	list-style-type: none;
	padding-left: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	display: flex;
	gap: 10px;
}
.coptright-box .origin ul li {
	border-right: 1px solid #6b6b6b;
	padding-right: 10px;
	line-height: 1;
}
.coptright-box .origin ul li:last-child {
	border-right: 0;
}
.coptright-box .zion-copy {
	margin-top: 20px;
}
@media (max-width: 600px) {
	.coptright-box .origin ul {
		display: block;
	}
	.coptright-box .origin ul li {
		border-right-width: 0;
		margin-bottom: 10px;
	}
	.coptright-box .origin ul li:last-child {
		margin-bottom: 0;
	}
	.coptright-box .zion-copy {
		font-size: 13px;
	}
}