.sub-nav {
  background: #395ea1;
  color: #fff;
  padding: 50px;
  font-weight: 600;
  text-align: center;
}

.newyear-wrap {
  background: url(../images/sub/newyear-line.jpg) repeat-y left top,
    url(../images/sub/newyear-line.jpg) repeat-y right top,
    url(../images/sub/newyear-taseul.jpg) no-repeat center top;
  background-size: auto, auto, 80px;
}

@media (max-width: 700px) {
  .sub-nav {
    padding: 30px;
  }
}
.bar-row5 {
  position: relative;
  padding-left: 16px;
  line-height: 1.5;
}
.bar-row5::before {
  content: "";
  width: 4.5px;
  height: 100%;
  display: block;
  background: #f68f80;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
}
.txt_border {
  background: linear-gradient(
    180deg,
    transparent 60%,
    rgba(125, 127, 213, 0.2) 60%
  );
  background-position: bottom;
  background-size: 100% 60%;
  background-repeat: no-repeat;
}
