/*
rgba(234, 152, 78, 1) 알렌딩 색 (brown) #EA984E
rgba(233, 80, 80, 1) 경고 강조 (red) #E95050
rgba(116, 197, 179, 1) 밝음 (green) #74C5B3
rgba(156, 156, 156, 1) 무채색 1호 (gray) #9C9C9C
rgba( 56, 56, 56, 1 ) 무채색 2호 (darkgray) #383838
*/			

/* common start */

.footer-loan-notes-wrapper {
	background-color: #E3E3E3;
	padding: 30px 10px;
}
.footer-loan-notes {
	font-size: 23px;
    line-height: 27px;
	margin: 0px auto;
	text-align: justify;
	width: 80vw;
	max-width: 1080px;
}

.footer-loan-notes-emphasis {
	font-size: 23px;
	margin-top: 10px;
	margin-top: 5px;
	color: #2c2a29;
	font-weight: 700;
	padding: 30px 0px;
}

#footer { width: 100%; margin: 0; padding: 0px 0px 20px 0px; clear:both;
	background:#333333; line-height: 150%;
}

#footer_div_00 {
	padding: 25px;
	margin:0px auto;
}
#footer_div_01, #footer_div_02 { display:block; float:left; color:#888; font-weight:lighter;}
#footer_div_01 h3, #footer_div_02 h3{ color:#E3E3E3;}
#footer_div_03 { margin: 0; padding: 0; left:0; clear:both; }



/* common end*/



@media screen and (min-width:900px) {


	#footer_div_00 { width:1000px; }

	#footer_div_01, #footer_div_02 {font-size: 0.8em;}
	#footer_div_02 { width: 39%; float:left; margin-left: 5%; }
	#footer_div_01 { width: 39%; float:right; margin-left: 5%; }


}			






@media screen and (max-width:899px) {


	#footer_div_01, #footer_div_02 { width:100%; font-size: 18px; }


}



