@charset "utf-8";
#kpee h2 {padding: 30px 0 60px;font-size: 3em; letter-spacing: -1px;text-align: center;}
#kpee img {width:100%; text-align: center; margin: 0 0 40px;}

/*ù��° ��*/
#kpee input:nth-of-type(1) { display: none; }
#kpee input:nth-of-type(1) ~ div:nth-of-type(1) { display: none; }
#kpee input:nth-of-type(1):checked ~ div:nth-of-type(1) { display: block; }

/*�ι�° ��*/
#kpee input:nth-of-type(2) { display: none; }
#kpee input:nth-of-type(2) ~ div:nth-of-type(2) { display: none; }
#kpee input:nth-of-type(2):checked ~ div:nth-of-type(2) { display: block; }

#kpee input:nth-of-type(3) { display: none; }
#kpee input:nth-of-type(3) ~ div:nth-of-type(3) { display: none; }
#kpee input:nth-of-type(3):checked ~ div:nth-of-type(3) { display: block; }

#kpee input:nth-of-type(4) { display: none; }
#kpee input:nth-of-type(4) ~ div:nth-of-type(4) { display: none; }
#kpee input:nth-of-type(4):checked ~ div:nth-of-type(4) { display: block; }

/*�� ���� ����*/
#kpee section.buttons { overflow: hidden; text-align: center; margin-bottom: 50px; }
#kpee section.buttons > label {
	display: inline-block;
	width: 200px; height: 70px; line-height: 30px; text-align: center;
	box-sizing: border-box; border: 1px solid #8b022f; padding:5px 0;
	background: #fff; color: #8b022f;
	font-size: 1.35em; font-weight: 700; letter-spacing: -1px;
}
#kpee section.buttons > label:hover {background:#8b022f;color:#fff;cursor:pointer;}
#kpee section.buttons .arrows {
	display: inline-block;
	font-size: 18px;
	width: 50px;
	text-align: center;
	color:#8b022f;
	font-weight:bold;
}
#kpee input:nth-of-type(1):checked ~ section.buttons > label:nth-of-type(1) { background: #8b022f; color: #fff; }
#kpee input:nth-of-type(2):checked ~ section.buttons > label:nth-of-type(2) { background: #8b022f; color: #fff; }
#kpee input:nth-of-type(3):checked ~ section.buttons > label:nth-of-type(3) { background: #8b022f; color: #fff; }
#kpee input:nth-of-type(4):checked ~ section.buttons > label:nth-of-type(4) { background: #8b022f; color: #fff; }

#kpee .tab_item {width: 100%;}
#kpee .tab_item img {display: block;}

#bo_gall_wrap {
	margin: 0 auto 100px;
	width: 1100px;
}
.bo_fx::after {
	content: "";
	clear: both;
	overflow: hidden;
}
.btn_bo_adm {
	float: left;
}
.btn_bo_adm li {
	float: left;
}
.btn_bo_adm li input {
	border-radius: 3px;
	box-sizing: border-box;
	margin: 0 0 0 5px;
	font-size: 1em;
	padding:7px;
	border:0;
	background:#e8180c;
	color:#fff;
	text-decoration:none;
	vertical-align:middle;
}
.btn_bo_user {
	float: right;
}
.btn_bo_user li {
	float: left;
}
#bo_v_title {
	padding-bottom: 20px;
}
#bo_v_top {
	display: block !important;
}
.bo_navi {
	float: left;
}
.bo_navi li {
	display: inline-block;
	float: left;
	padding-right:5px;
}
.bo_btns {
	float:right;
}
.bo_btns li {
	display: inline-block;
	float: left;
	padding-left:5px;
}
