/* BASIC css start */
#footer {
	border-top: 1px solid #f0f0f0;
	clear:both;
	margin-top: 15px;
}
#footer .footer_top {
	padding: 25px 15px;
}
#footer .footer_top .footer_logo {
	float: left;
	height: 33px;
	line-height: 33px;
}
#footer .footer_top .footer_sns {
	float: right;
	font-size: 0;
}
#footer .footer_top .footer_logo img {
	height: 35px;
	vertical-align: middle;
}
#footer .footer_top .footer_sns a + a {
	margin-left: 10px;
}
#footer .footer_top .footer_sns a img {
	height: 33px;
}
#footer .footer_middle {
	padding: 0 15px;
}
#footer .footer_middle .footer_middle_info {
}
#footer .footer_middle .footer_middle_info h3.title {
	color: #000000;
	font-size: 13px;
	letter-spacing: 0.5px;
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
}
#footer .footer_middle .footer_middle_info .f_desc {
	color: #000000;
	font-size: 13px;
	line-height: 1.55;
	padding-bottom: 30px;
}
#footer .footer_bottom {
}
#footer .footer_bottom .bottom_info {
	font-size: 0;
	background: #ececec;
	padding: 0 15px;
    text-align: center;
}
#footer .footer_bottom .bottom_info li {
	font-size: 12px;
	display: inline-block;
	position: relative;
	padding: 12px 9px;
}
#footer .footer_bottom .bottom_info li:first-child {
	padding-left: 0;
}
#footer .footer_bottom .bottom_info li:last-child {
	padding-right: 0;
}
#footer .footer_bottom .copyright {
	background: #1a1a1a;
	color: #737373;
	font-size: 11px;
	text-align: center;
	padding: 10px 0;
	text-transform: uppercase;
	letter-spacing: -0.7px;
}
#footer .footer_bottom .bottom_info li:after {
	content: "";
	display: block;
	width: 1px;
	height: 10px;
	background: #c7c7c7;
	position: absolute;
	top: 16px;
	right: 0;
}
#footer .footer_bottom .bottom_info li:last-child:after {
	display: none;
}
.scroll_bt_tll {
	display: none;
	position: fixed;
	right: 13px;
	bottom: 25px;
	width: 48px;
	cursor: pointer;
	z-index: 99;
}
.scroll_bt_tll img {
	width: 54px;
}
/* BASIC css end */

