@charset "utf-8";
/*
============================================
   버튼
============================================
*/

.btn{
	display:inline-block;
	font-size:0.875em;
	height:2em !important;
	line-height:2em !important;
	padding:0em 0.4em !important;
	background-color:#003e73 !important;
	color:#fff !important;
	border:0px !important;
	font-weight:300 !important;
}
button{
	height:36px;
	background-color:#fff;
	border:1px #888 solid;
	padding:0.4em !important;
	margin:0 !important;
	font-size:1em;
	cursor:pointer;
	/* 둥근모서리 제거 */
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-khtml-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
	/* 네이티브 외형 감추기 */
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-khtml-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

.button_small{
	height:20px !important;
	background-color:#fff;
	border:1px #888 solid;
	padding:1pt 3pt !important;
	margin:0 !important;
	font-size:9pt !important;
	cursor:pointer;
	/* 둥근모서리 제거 */
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-khtml-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
	/* 네이티브 외형 감추기 */
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-khtml-appearance: none;
	-ms-appearance: none;
	appearance: none;
}


.more_btn1{

	float:right;
	display:inline-block;
	margin-left:0.5em;
	width:22px; height:22px;line-height:22px;
	text-align:center;
	font-size:1.1em;
	font-weight:400;

	background-color:#f79646;
	color:#fff;

}