﻿
#top-firstView{
}
.firstView-main{
}

#top-firstView h1{
    color:#fff;
}

#news{
  padding-top: 100px;
}

.headline .light-text{
  font-size:3.5rem;
  font-weight: 300;
}
@media (max-width:640px) {
.headline .light-text{
  font-size:2.5rem;
}
}
.headline .light-text{
  color: #ffbe09;
}



#detail .detailUpfile{
  text-align:center;
}

#detail .detailText{
  color: #fff;
}

#detail .detailText a{
  color: #fff;
    text-decoration: underline;
}
#detail .detailText a:hover{
    color: #b17d23;
    text-decoration: underline;
}

.news-title {
  font-size:3.2rem;
}
@media (max-width:960px) {
.news-title {
  font-size:2.4rem;
}
}
@media (max-width:640px) {
.news-title {
  font-size:2.0rem;
}
}

.pager-btn{
    color: #fff;
}
.pager-btn:hover{
    color: #b17d23;
}
.uk-pagination>.uk-active>* {
    color: #999;
}
.uk-pagination>*>* {
    color: #fff;
}