@charset "utf-8";
@import url(webfont/font.css); /* 웹폰트 */
@import url(reset.css);
@import url(ui.css);                 /* form, button */
@import url(layout.css);             /* header, footer, popup */
@import url(content.css);            /* category */

#helpIcon {
  position: fixed;
  top: 10px;
  right: 40px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #0079c1; /* ArcGIS 스타일 색상 */
  color: white;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

#helpIcon:hover {
  background-color: #005a91;
}