/* 하단 부분 */
#bottom {
	clear: both;
	margin: 120px 0px 50px 0px;
	text-align:left;
}
#bottom h1{
	text-align: left;
	font-size: 20px;
	color: #666;
	margin-bottom: 15px;
}

#bottom h2{
	color: #333333;
	font-size: 20px;
	margin: 0;
}
#bottom p{
	margin:0;
}
#bottom li, #bottom p{
	line-height: 1.5em;
	font-size: 13px;
	color: #a1a1a1;
}

#bottom01{
	padding-bottom: 60px;
	overflow: hidden;
	border-top: 1px solid #f9f9f9;
	border-bottom: 1px solid #f9f9f9;
}
#bottom01>div{
	width: calc(25%);
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#bottom01 p+p{
	margin-top: 1em;
}
.quicklink li{
	display: inline-block;
}
.quicklink li+li::before{
	content: "|";
	margin: 0 3px;
}
#bottom02{
	margin-top: 30px;
	margin-bottom: 60px;
}
#bottom02 ul>li{
	margin-right: 30px;
	display: inline-block;
}
#bottom03 .button{
	display: inline-block;
	margin-left: 10px;
	padding: 2px 5px;
	border: 1px solid #e5e5e5;
	cursor: pointer;
	font-size:12px;
}
#bottom03 p+p{
	margin-top: 1em;
}