@charset "UTF-8";
#footer {
	background: rgba(51,51,51,1.00);
	padding-top: 60px;
	padding-bottom: 20px;
	color: rgba(255,255,255,1.00);
}
#footer a {
	color: rgba(255,255,255,1.00);
}
#footer_layout {
	display: flex;
	justify-content: space-between;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
#footer_left {

}
#footer_left_title {
	font-weight: 700;
	margin-bottom: 30px;
}
.footer_left_content {
	display: block;
	margin-top: 10px;
	font-size: 16px;
}
#footer_right {
	font-weight: 700;
}
#footer_right_title {
	font-weight: 700;
	margin-bottom: 30px;
}
.footer_right_content {
	display: flex;
	align-items: center;
	font-size: 16px;
	margin-top: 20px;
}
.footer_right_content_img {
	width: 30px;
	height: 30px;
	margin-right: 20px;
}
.footer_right_content_img img {
	width: 100%;
}
.footer_right_content_text {
	
}
#footer_copyright {
	text-align: center;
	font-size: 12px;
	margin-top: 80px;
}
@media screen and (max-width:768px) {
#footer {
	background: rgba(51,51,51,1.00);
	padding-top: 30px;
	padding-bottom: 20px;
}
#footer_layout {
	width: 96%;
}
#footer_left_title {
	margin-bottom: 20px;
}
.footer_left_content {
	margin-top: 10px;
	font-size: 12px;
}
#footer_right_title {
	margin-bottom: 20px;
}
.footer_right_content {
	font-size: 12px;
	margin-top: 20px;
}
.footer_right_content_img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
#footer_copyright {
	font-size: 10px;
	margin-top: 60px;
}
}