⇒ 반응형 작업 필요
header / main / footer 구분이 안되어 있으며, section과 article로만 구성
⇒ header, main, footer 로 병합, 불필요한 article 태그 제거
html
⇒ pc_style_wrap / mobile_style_wrap 2개의 class로 구분
<header id="header" class="pc_style_wrap">
<footer id="footer" class="mobile_style_wrap">
css
전체 : 기존 pc와 mobile 아이디로 구분, 중복된 선택자 전체 변경
⇒ pc_style_wrap / mobile_style_wrap 2개의 class로 구분 및 통합
company
js