@charset "utf-8"; /* */
/**
* @author CodeClicker
*/


.footer_container { padding: 48px 321px; background: #1F272D; display: flex; justify-content: space-between; align-items: flex-end; }
.footer_container p { font-size: 14px; font-weight: 400; line-height: 14px; color: #8F8F8F; }
.footer_container .w-b { color: #fff; }

.footer_container .bs_logo_wrapper { margin-bottom: 40px; }
.footer_container .bs_logo_wrapper img { width: 92px; height: auto; }

.footer_container .bs_contents_wrapper { margin-bottom: 26px; }
.footer_container .bs_contents_wrapper .bs_info:nth-child(1) {margin-bottom: 10px;}

.footer_container .bs_contact_wrapper { margin-bottom: 26px; }

.footer_container .bs_privacy_wrapper .bs_contact { font-weight: 600; }


@media screen and (max-width: 768px) {
	.footer_container { padding: 36px 15px;  flex-direction: column; align-items: flex-start;}
	.footer_container .bs_logo_wrapper { margin-bottom: 30px; }
	.footer_container .bs_logo_wrapper img { width: 76px; }
	.footer_container p { font-size: 12px; line-height: 14px;}
	.footer_container .bs_contents_wrapper .bs_info:nth-child(1) {margin-bottom: 5px;}
	.bs_privacy_wrapper { margin-bottom: 10px; } 
}