
#contents h1 .bg-fixed {
  background-image: url("../img/news/h1bg.jpg");
}

.noEntry {
  background: #F2F3F6;
  width: 80%;
  border: 3px double #DEDEDE;
  margin: auto;
  padding: 5em 1em;
  text-align: center;
  font-size: 1.1em;
}

.noEntry a {
  font-size: 0.9em;
}



#newsDetail .sectionInner {
  background: #F2F3F6;
  padding: 60px 80px;
  box-sizing: border-box;
  border: 4px solid #DEDEDE;
  width: auto;
}
@media only screen and (max-width: 1080px) {
  #newsDetail .sectionInner {
    box-sizing: border-box;
    margin-left: 3% !important;
    margin-right: 3% !important;
    padding: 40px 3%;
    box-sizing: border-box;
  }
}


#newsDetail h2 {
  text-align: left;
  margin-bottom: 15px;
  font-size: 2em !important;
}
@media only screen and (max-width: 1080px) {
  #newsDetail h2 {
    font-size: 1.5em !important;
  }
}

#newsDetail h2:before {
  display: none;
}

#newsDetail h2:after {
  content: none;
}

#newsDetail #newsDetailHeader {
  overflow: hidden;
  padding: 8px 0;
  border-top: 2px solid #dedede;
  border-bottom: 2px solid #dedede;
  margin-bottom: 40px;
}

#newsDetail #newsDetailHeader .newsCategoryArea {
  float: left;
}

#newsDetail #newsDetailHeader .newsCategory {
  padding: 5px 2em;
  font-size: 0.9em;
}
@media only screen and (max-width: 1080px) {
  #newsDetail #newsDetailHeader .newsCategory {
  }
}
@media only screen and (max-width: 560px) {
  #newsDetail #newsDetailHeader .newsCategory {
    padding: 5px 1em;
    font-size: 0.8em;
  }
}

#newsDetail #newsDetailHeader .newsDate {
  float: right;
  font-size: 0.9em;
  color: #5B5B5B;
}

#newsDetail h3 {
  margin: 2em auto 0.75em auto;
  padding: 0 0 0 0.75em;
  line-height: 1em;
  font-size: 1.5em;
  font-weight: normal;
  color: #000;
  position: relative;
}
@media only screen and (max-width: 560px) {
  #newsDetail h3 {
  }
}

#newsDetail h3:before {
  position: absolute;
  left: 0;
  width: 5px;
  height: 1em;
  content: '';
  border-radius: 3px;
  background: #939393;
}

#newsDetail .sectionInner img {
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
  max-height: 800px;
  display: inline-block;
}

#newsDetail .sectionInner .button {
  text-align: left;
  font-size: 0.9em;
}

#newsDetail .sectionInner .button a, .button input {
  background:  url(../img/news/icon-file.png) no-repeat 95% center #0080cd;
  background-size: 18px;
}

