#article .menu-cover {
  margin-top: 3rem;
  margin-bottom: 3rem;
  background-color: #0f4480;
  height: auto;
  position: relative; }
  #article .menu-cover::after {
    content: '';
    background-position: right top;
    right: 0;
    left: 50%;
    background-image: url(/images/sketch_2.svg?ba09da5326d082c34c8e8b9c05cd2311);
    background-repeat: no-repeat;
    position: absolute;
    background-size: 30rem;
    z-index: 0;
    top: 0;
    bottom: 0;
    opacity: .3; }
  #article .menu-cover h1 {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 4rem;
    font-weight: 700; }
    #article .menu-cover h1:before {
      border: 0; }

#article .hh1 h1 {
  position: absolute;
  top: -10rem;
  left: 0;
  text-align: center;
  margin-top: 4rem;
  background-color: #fff;
  padding: 3rem 5rem; }
  #article .hh1 h1:before {
    border: 0; }

#article .image {
  width: 100%;
  margin-right: 1rem; }
  @media (max-width: 767px) {
    #article .image {
      width: 100%;
      max-width: 100%; } }

#article .articleBox > .image {
  width: 100%; }

#article img {
  max-width: 100%; }
  @media (min-width: 768px) {
    #article img {
      max-width: 50%; } }

#article .row {
  margin-bottom: 3rem; }

#article .footer a {
  font-size: 0.9rem;
  font-weight: 100; }
  #article .footer a:hover {
    color: #132029;
    font-weight: 100;
    text-decoration: none; }
  #article .footer a > span {
    display: block;
    font-size: 0.7rem;
    color: #6c757d; }

#article .bl-1 {
  border-left: 1px solid rgba(14, 47, 97, 0.13); }

#article .bt-1 {
  border-top: 1px solid #ccc; }

#article h5 {
  background-image: url(/images/icon_calendar.svg?e69568bc084626ee435ef865f15e0448);
  background-repeat: no-repeat;
  padding-left: 2rem; }

#article .box {
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
  #article .box > ul {
    list-style-type: none;
    padding: 2rem; }
    #article .box > ul > li {
      padding: .7rem 0;
      border-bottom: 1px solid #e9e9e9; }
      #article .box > ul > li:first-child {
        border: 0; }
      #article .box > ul > li > h4 {
        border-left: 3px solid #c1282a;
        padding-left: .5rem;
        margin-left: -.5rem; }

#articleBox {
  background-color: #F7F7F7; }
  #articleBox .image {
    width: 100%; }
  #articleBox .list {
    padding: 3rem 0; }

