#enews-top {
    background-image: url("../img/pro_enews/enews@2x.jpg");
    background-position: top center;
    width: 100%;
    background-size: cover;
    height: 330px;
    max-width: 2000px;
    margin: 0 auto;
}

.go-to-text-2 {
    font-family: "frank-dem";
    margin-left: 99px;
    margin-top: 5px;
    font-size: 30px;
}

.go-to-text-2 a {
   color: #0093FF;
}

.go-to-text-2 a:hover {
    text-decoration: underline;
}

.lit-title {
    font-family: "frank-demcom";
    font-size: 50px;
    line-height: 56px;
    color: #08498C;
    
}

.lit-sub-title {
font-family: "frank-heavy";
font-size: 22px;
line-height: 32px;
color: #000000;
letter-spacing: 0.2px;
padding-bottom: 30px;
}

.lit-sub-text {
font-family: "frank-heavy";
font-size: 22px;
line-height: 32px;
color: #08498C;
letter-spacing: 0.2px;
padding-bottom: 30px;
}

.lit-text, .lit-text-2 {
font-family: "frank-book";
font-size: 22px;
line-height: 32px;
color: #000000;
}

ul.hyphen-2 {
    list-style-type:decimal;
    padding-left: 1.5rem;
}



  ul.hyphen-2 li.pt-b-30 {
    padding-bottom: 30px;;
  }

  .about-sub-title {
    font-family: "frank-demcom";
    font-size: 22px;
    line-height: 32px;
    color: #08498C;
    letter-spacing: 0.2px;
    padding-top:20px;
    padding-right: 35px;
}

ul.hyphen-2 li a {
    color:#0093FF
}

ul.hyphen-2 li a:hover {
    text-decoration: underline;
}

.journal-btn {
    font-family: "frank-heavy";
font-size: 22px;
line-height: 32px;
letter-spacing: 0.2px;
padding-top: 30px;
}

.journal-btn a {
    color: #0093FF;
}

.about-sub-title a {
    color: #0093FF;
}

.journal-btn a:hover, .about-sub-title a:hover {
    text-decoration: underline;
}

.about-sub-title-2 {
    font-family: "frank-demcom";
    font-size: 22px;
    line-height: 32px;
    color: #08498C;
    letter-spacing: 0.2px;
    padding-right: 35px;
}

@media (max-width: 820px) {

    #enews-top {
        background-image: url("../img/pro_enews/enews-m@2x.jpg");
        height: 300px;
    }

    .lit-sub-title {
        font-size: 18px;
        line-height: 24px;
        padding-top: 30px;
        padding-bottom: 20px;
      }

      .lit-sub-title img {
        width: 100%;
    }
      
}    

@media (max-width: 768px) {


.lit-title {
    font-size: 34px;
    line-height: 30px;
  }
  
  .about-sub-title {
    font-size: 18px;
    line-height: 24px;
    padding-right: 0;
  }
  

  .lit-text {
    font-size: 18px;
    line-height: 24px;
  }

  .lit-text-2 {
    font-size: 16px;
    line-height: 22px;
  }

  ul.hyphen-2 {
    padding-left: 1rem;
}



}

@media (max-width: 414px) {

    #enews-top {
        background-image: url("../img/pro_enews/enews-m@2x.jpg");
        height: 152px;
    }

}