@charset "UTF-8";

#slider {
	height: 240px !important;
	margin: auto;
}

a {
	text-decoration: none;
	color: var(--menu-a-color);
}
a:hover {
	text-decoration: none;
	color: var(--color);
	font-weight: 700;
}

#dateselectbox {
  padding: 0px;
}
#year, #selectpage, #saint_name {
  width: 100%;
  height: 30px;
  border: 0px;
}

#month, #day {
  height: 30px;
  border: 0px;
  background-color: #f3f4f4;
}

#history_list {
  margin-top: 5px;
}

@media (max-width: 767px) {

  /* 메뉴 5개 */
  #submenu {
    height: 197px;
  }

}