/* 왼쪽 메뉴 */
.left_nav{
	width:100%;
	padding:30px 0px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-align:left;
}
.left_nav h1{
	font-size: 21px;
	color: #666;
	font-weight: normal;
	text-align: inherit;
}
.left_nav div+div{
	margin-bottom: 30px;
}
.left_nav li{
	font-weight: lighter;
	font-size: 14px;
	line-height: 1.5em;
	color: #848484;
}
.left_nav .search{
	height: 28px;
	position: relative;
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
}
.left_nav .search input{
	color: #666;
	width: 100%;
	height: 30px;
	font-size: 13px;
	padding: 0;
	border: none;
	outline: none;
}
.left_nav .search input::-webkit-input-placeholder{
	color: #ccc;
}
.left_nav .search input:-ms-input-placeholder{
	color: #ccc;
}
.left_nav .search input::placeholder{
	color: #ccc;
}
.left_nav .search img{
	position: absolute;
	right: 0;
	top: 5px;
	background: #fff;
	cursor: pointer;
}
.left_category li{
	position:relative;
}
.left_category li a{
	display:block;
	padding:3px 0px;
}
.left_category .subCateList{
	position:absolute;
	top:-5px;
	left:80%;
	width:180px;
	padding:5px;
	border:1px solid #eee;
	background:#fff;
	z-index:20;
}
.left_category .subCateList:after,
.left_category .subCateList:before{
	content:" ";
	position:absolute;
	right:100%;
	top:18px;
	height:0;
	border:solid transparent;
	width:0;
}
.left_category .subCateList:after{
	border-width:7px;
	margin-top:-7px;
	border-color:rgba(136, 183, 213, 0);
	border-right-color:#fff;
}
.left_category .subCateList:before{
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ddd;
	border-width:8px;
	margin-top:-8px;
}
.left_category .subCateBanner{
	margin-top:10px;
}
.left_board li a{
	display:block;
	padding:3px 0px;
}
.left_login input{
	color: #848484;
	line-height: 2em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	width:100%;
	height:30px;
}
.left_login input::-webkit-input-placeholder{
	color: #ccc;
}
.left_login input:-ms-input-placeholder{
	color: #ccc;
}
.left_login input::placeholder{
	color: #ccc;
}
.left_login .button {
	text-align: center;
	color: #fff;
	background: #666;
	line-height: 3em;
}
.left_login .button:hover{
	cursor: pointer;
}
.left_banner div{
	margin:0px;
	margin-bottom:5px;
}