@charset "utf-8";

/* 공통 css */
ul,ol{list-style:none}
body{font-size:16px; line-height:1; color:#333}



/* 230502 sjh 유지보수 */
.mc03_tt .mc03_nav{margin-top:50px;}
@media(max-width:991px){
	.mc03_tt{flex-wrap:wrap; align-items:center;}
	.mc03_tt .mc03_nav{width:100%; margin-top:30px;}
}