#titleBar {
    width: 100%;
    aspect-ratio: 1280/330;
    background-image: url('../img/contact_abount_banner.png');
    background-size: cover;
    background-position: center;
    margin: 0;
    padding-top: 12%;
}

.infoBtn {
    background-color: #61B4DC;
    margin-top: 2rem;
    width: 130px;
    border: none;
    color: white;
}

#section1 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.newsCol {
    border-bottom: 2px solid #CCCCCC;
}

.newsDate {
    font-size: 14px;
    color: #61B4DC;
}

.newsContent {
    color: #AAAAAA;
}

footer {
    background-color: #000410;
    padding: 80px;
    text-align: center;
}

.emailInput {
    color: #666768;
    background-color: #000410;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-color: #666768;
}

.emailBtn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-color: #666768;
}

.emailInput::placeholder {
    color: #666768;
}

#mobile-section1 ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}

#mobile-section1 ul li .listText {
  flex: 1;
}

/* RWD Navbar Dropdown Fix */
@media screen and (max-width: 1023px) {
  #titleBar {
    padding-top: 8%;
  }
}