@charset "UTF-8";

.newsListIn {
    display: none;
}

#pagination .disabled {
  opacity: 0;
  pointer-events: none;
}

.section-news .page-nation li a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-left: 10px;
    display: block;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 1280px){
.section-news .page-nation li a {
      width: 2.188vw;
      height: 2.188vw;
      margin-left: 0.781vw;
}
}
.section-news .page-nation .currentPage {
    background: #d6d3c8;
}


.section-news .page-nation li span {
    display: block;
    height: 100%;
    line-height: 1.2;
}

.section-news .news-box li {
    position:relative;

}
.section-news .news-box li .iconNew {
    position:absolute;
    top: -1%;
    left: -2%;
    max-width: 42px;
    width: 17%;

}


.reBtbox {
    text-align:center;
}

.reBtbox a {
    display:inline-block;
    position:relative;
    color: #FFF;
    font-size: 15px;
    padding: 10px;
    margin:20px 5px 0;
    background: #2e2e2e;
    border-radius: 50px;
}

.reBtbox a:before {
    content: "";
    width: 6px;
    height: 10px;
    background: url(/assets/img/common/ico-arrow.png) no-repeat left top;
    position: absolute;
    top: 50%;
    left: 6%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.oldInfoLinks a {
    width: 150px;
}

.pastInfoLinks a  {
    padding: 10px 20px;
}

.pastInfoLinks a:before {
    left: 4%;
}

.tag-list li a:before {
    content:"[";
}
.tag-list li a:after {
    content:"]";
}


h2.secTitle {
text-align:center;
  font-size: 24px;
  color: #000000;
  line-height: 100%;
  letter-spacing: 5px;
  padding-bottom: 14px;
  position: relative;
  top: 0px;
  left: 0px;
}

h2.secTitle::before {
  content: "";
  width: 40px;
  height: auto;
  border: solid 1px #000000;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

