/* 랜딩페이지 HTML 외부(앱)에 필요한 CSS 코드를 HTML에서 다루고 있다. */

#landingPage img {
  border-radius: 0;
  max-width: none;
}
