/* 레이아웃 CSS */

/* 메인만 모바일로고 크게 */ 
@media only screen and (max-width:1024px) {
.mo_logo img{max-width:80% !important}
}
