article .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
article .content .content-lf {
  width: 469px;
}
article .content .content-lf .content-lf-center {
  padding: 30px 36px 0;
  width: 100%;
  color: #252525;
  font-size: 18px;
  line-height: 34px;
  background: url(../images/notice_content.png) repeat-y;
}
article .content .content-rg .content-rg-top {
  width: 100%;
  text-align: center;
}
article .content .content-rg .content-rg-center {
  padding: 22px 32px;
  width: 100%;
  text-align: center;
}
