.banner {
  position: relative;
  background-image: url("../images/banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 448px;
  margin-top: 70px;
}
.banner .blur-panel {
  background: #52444e;
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.banner .title {
  padding-top: 150px;
  font-size: 40px;
  font-weight: bold;
  filter: drop-shadow(0px 0px 8px rgba(57,52,52,0.95));
  color: #fff;
  text-align: center;
}
.banner .subtitle {
  padding-top: 11px;
  font-weight: bold;
  font-size: 16px;
  filter: drop-shadow(0px 0px 8px rgba(57,52,52,0.95));
  color: #fff;
  text-align: center;
}
.banner .search-bar {
  padding-top: 48px;
  filter: drop-shadow(0px 0px 8px rgba(57,52,52,0.95));
}
.banner .search-bar .search-input {
  width: 600px;
  position: relative;
}
.banner .search-bar .search-input i {
  position: absolute;
  font-size: 28px;
  top: 10px;
  left: 10px;
  color: #bbb;
}
.banner .search-bar .search-input input {
  font-size: 20px;
  padding: 10px 5px 7px 56px;
  background: #fff;
  border-radius: 0.15rem;
  width: 100%;
  border: 0px;
}
.banner .search-bar button {
  height: 100%;
  font-size: 18px;
}
#index-content .oa-layout {
  width: 364px;
  min-width: 364px;
  padding: 0 1.5rem;
}
#index-content .oa-layout .oa-header {
  font-weight: bold;
  font-size: 20px;
  color: #303030;
  padding-bottom: 42px;
  border-bottom: 2px solid #e5e7eb;
}
#index-content .oa-layout .oa-header .oa-title {
  position: relative;
  top: 5px;
}
#index-content .oa-layout .oa-list > div {
  cursor: pointer;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-bottom: 2px solid #e5e7eb;
}
#index-content .oa-layout .oa-list > div .seq-number {
  font-weight: 500;
  font-size: 20px;
  text-align: left;
}
#index-content .oa-layout .oa-list > div .oa-list-new {
  font-weight: 500;
  font-size: 14px;
  color: #e75255;
}
#index-content .oa-layout .oa-list > div .oa-list-title {
  font-weight: 300;
  font-size: 20px;
  color: #303030;
  text-align: justify;
}
#index-content .oa-layout .oa-list > div .oa-list-date {
  font-size: 14px;
  font-weight: bold;
  color: #9d9d9d;
}
#index-content .oa-layout .oa-list > div:hover {
  background: #fff;
  border-color: #e75255;
}
#index-content .oa-layout .oa-list > div:hover .seq-number {
  border-color: #e75255;
}
.dmn-item {
  border: 1px solid #cdcdcd;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 10px 16px;
  color: #000;
  cursor: pointer;
  background: #fff;
}
.dmn-item:hover {
  color: #e2474a;
}
.dmn-item.checked {
  background: #e8e8e8;
  color: #e2474a;
  cursor: default;
}
.jr-item .jr-title {
  font-size: 24px;
  color: #303030;
  font-weight: 700;
}
.jr-item .jr-pub {
  font-size: 18px;
  color: #303030;
  font-weight: 100;
}
