@charset "utf-8";

/* 모바일 헤더 조절 */
#header {
  height: 60px;
  background-color: #fff;
}

#header .header_inner {
  height: 60px;
}

#header.scroll_on,
#header.scroll_on .header_inner {
  height: 60px;
}

#header h1.logo {
  width: 150px;
}

#header.scroll_on h1.logo {
  width: 150px;
}

/* 모바일 전용 간격 최적화 */
.nav-inner .m-gnb-allmenu-depth1>a {
  font-size: 18px;
  padding: 15px 20px;
}

.nav-inner .m-gnb-allmenu-depth2>li>a>p {
  font-size: 15px;
}