* {
  box-sizing: border-box;
  font-family: "Meriyo";
}
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 820px;
  background-color: #FFF;
}
body {
  padding: 10px;
}
header {
  width: 100%;
  height: 40px;
}
header h1 {
  font-size:13pt;
  margin: 0;
}
.notice-content {
  width: 820px;
  height: 245px;
  max-height: 245px;
}
.notice-content h2 {
  border: 0px;
  border-radius: 0;
  color: #000;
  background-color: #DEEDFE;
  background-image: none;
  font-weight: bold;
  text-decoration: underline;
}
.notice-content h2:hover {
  color: #585858;
}
.ui-accordion-content {
  border:0;
  padding: 0px 20px 10px 35px !important; 
  border-radius: 0;
}
.noticeSentence {
  width: 100%;
  padding: 10px;
  font-size: 11pt;
  background-color: #EFEFEF;
  background-image: none;
}