html, body {
  width: 820px;
  hegiht: 280px;
  min-width: 820px;
}
.notice-content {
  width: 100%;
  height: 245px;
  max-height: 245px;
  border: 2px solid #18428C;
  overflow-y: scroll;
}
.notice-content h4 {
  border: 0px;
  color: #000;
  background-color: #FFF;
  background-image: none;
  font-weight: bold;
  text-decoration: underline;
}
.notice-content h4:hover {
  color: #585858;
}
.ui-accordion-header-active {
  padding-bottom: 0px !important;
}
.ui-accordion-header::before {
  content: url(../img/btn/top/news_open.png);
  vertical-align: middle;
  padding-right: 5px;
}
.ui-accordion-header-active::before {
  content: url(../img/btn/top/news_close.png);
  vertical-align: middle;
  padding-right: 5px;
}
.ui-accordion-content {
  border:0;
  padding: 0px 20px 10px 35px !important; 
  border-radius: 0%;
}
.noticeParts {
  width: 100%;
  height: 11px;
  padding-left: 15px;
}
.noticeSentence {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  background-color: #D6E1F3;
}