:root{
    --baseFont: 'Geologica', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic', 'verdana', sans-serif;
}


/* footer */
@media screen and (max-width: 1200px){
	#footer .line01 .flex-box{ flex-direction: column; }
	#footer .line01 .box1, #footer .line01 .box2{ width: 100%; }
	#footer .line01 .box2{ margin-top: 30px; }
}

@media screen and (max-width: 620px){
	#footer .line01 .box2 .dl div{ flex-direction: column; }
	#footer .line01 .box2 .dl div dl{ padding-left: 0; }
	#footer .line01 .box2 .dl div dl::after{ display: none; }
}