.sub-banner {
  background-color: #1D46B5;
  width: 100%;
  height: 300px;
  margin-bottom: 90px;
}

.sub-banner-top {
  padding-top: 94px;
  display: flex;
  justify-content: space-between;
}

.sub-banner-title {
  color: white;
  font-size: 4.3rem !important;
  font-weight: 800;
}
.sub-banner-breadcrumb * {
  color: #aacff8;
}
.sub-banner-breadcrumb li {
  float: left;
  margin-left: 5px;
  font-size: 1.4rem !important;
}

.sub-banner-description {
  text-align: left;
  margin-top: 20px;
  color: #FFFFFF;
  font-size: 1.8rem !important;
}

.sub-banner-LNB {
  margin-top: 20px;
  display: flex;
  width: 80%;
  flex-wrap: wrap;
  font-size: 1.7rem !important;
}

.sub-banner-LNB * {
  color: rgb(255,255,255,0.4);
}

.sub-banner-LNB li {
  float: left;
  margin-bottom: 20px;
}

.sub-banner-LNB-active {
  color: white;
}

.separator {
  display: inline;
  margin: 0 5px 0 5px;
}
