#special {
  overflow-x: hidden;
}

#contents.special_archive {
  width: auto;
}

#special_tab_menu {
  margin-bottom: 50px;
}
#special_tab_menu ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#special_tab_menu ul li {
  display: table-cell;
  position: relative;
  text-align: center;
}
#special_tab_menu ul li:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
#special_tab_menu ul li a {
  display: block;
  height: 38px;
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  line-height: 38px;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-bottom: 1px solid #000;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#special_tab_menu ul li a:hover, #special_tab_menu ul li a.active {
  color: #2685c3;
  border-bottom: 1px solid #2685c3;
}
#special_tab_menu ul li:first-child:before {
  display: none;
}

#specialBox {
  width: 1000px;
  margin: 0 auto 100px;
  overflow: hidden;
}
#specialBox ul {
  zoom: 1;
  width: 1060px;
}
#specialBox ul:before, #specialBox ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#specialBox ul:after {
  clear: both;
}
#specialBox ul li {
  float: left;
  width: 470px;
  height: 380px;
  margin-right: 60px;
}
#specialBox ul li .specialImg {
  width: 470px;
  height: 270px;
  border: 1px solid #ccc;
  overflow: hidden;
}
#specialBox ul li .specialImg img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-transition: 500ms ease;
  -moz-transition: 500ms ease;
  -ms-transition: 500ms ease;
  -o-transition: 500ms ease;
  transition: 500ms ease;
}
#specialBox ul li .specialImg:hover img {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
#specialBox ul li .iconLink {
  margin-top: 18px;
  height: 126px;
  font-size: 13px;
  line-height: 1.8;
}
#specialBox ul li .iconLink a {
  text-decoration: none;
  color: #000;
}
#specialBox ul li .iconLink strong {
  display: block;
  color: #2685c3;
  font-weight: normal;
}
#specialBox ul li .iconLink:hover {
  text-decoration: underline;
}
#specialBox .listBtn a {
  font-size: 16px;
  letter-spacing: 0.2em;
  margin: 0 auto;
  width: 280px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  background-color: #212e52;
  display: block;
  color: #fff;
  border: 1px solid #212e52;
  -webkit-transition: 500ms ease;
  -moz-transition: 500ms ease;
  -ms-transition: 500ms ease;
  -o-transition: 500ms ease;
  transition: 500ms ease;
}
#specialBox .listBtn a:hover {
  color: #212e52;
  background-color: #fff;
}

.listPager {
  width: 1000px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
  font-family: "Lato";
  position: relative;
  margin-top: 20px;
  border-bottom: 1px solid #000;
}
.listPager .inner {
  zoom: 1;
  display: inline-block;
  margin-bottom: -1px;
}
.listPager .inner:before, .listPager .inner:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.listPager .inner:after {
  clear: both;
}
.listPager .inner a.page-numbers {
  border-bottom: 1px solid #000;
  display: block;
  float: left;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  width: 80px;
  margin-left: -1px;
  text-decoration: none;
  color: #000;
}
.listPager .inner .page-numbers {
  float: left;
  text-align: center;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: bold;
  height: 20px;
  position: relative;
  line-height: 20px;
  width: 88px;
  padding-bottom: 10px;
}
.listPager .inner .page-numbers:first-child:before {
  display: none;
}
.listPager .inner .page-numbers:before {
  content: "|";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.listPager .inner .page-numbers:hover {
  color: #2685C3;
  border-bottom: 1px solid #2685C3;
}
.listPager .inner .page-numbers.current {
  color: #2685C3;
  border-bottom: 1px solid #2685C3;
}
.listPager .inner .page-numbers.current:hover {
  color: #2685C3;
}
.listPager .inner .page-numbers.prev {
  text-align: left;
  width: 17px;
  position: absolute;
  top: 0;
  left: 10px;
  border: 0;
  color: #4e4315;
  background-image: url(../images/special/prev_btn.png);
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  font-weight: bold;
  height: 20px;
  letter-spacing: 0.1em;
  line-height: 20px;
  margin: 0 60px 0 0;
  padding: 0 0 0 16px;
  text-indent: -9999px;
  overflow: hidden;
}
.listPager .inner .page-numbers.next {
  text-align: right;
  width: 17px;
  border: 0;
  position: absolute;
  top: 0;
  right: 10px;
  background-image: url(../images/special/next_btn.png);
  background-repeat: no-repeat;
  background-position: right center;
  font-weight: bold;
  display: block;
  height: 20px;
  letter-spacing: 0.1em;
  line-height: 20px;
  padding: 0 16px 0 0;
  text-indent: 9999px;
  overflow: hidden;
}

.archiveList {
  margin-right: -30px;
  margin-top: 50px;
  padding: 50px 30px 0;
  width: 708px;
  background-color: #FFFFFF;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  padding-bottom: 25px;
  zoom: 1;
}
.archiveList:before, .archiveList:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.archiveList:after {
  clear: both;
}
.archiveList .inf {
  width: 708px;
  height: 22px;
  padding-bottom: 10px;
}
.archiveList .inf .archiveTtl {
  float: left;
  width: 300px;
  line-height: 1;
  font-size: 0;
  padding: 0;
}
.archiveList .inf .viewAll {
  float: right;
  width: 200px;
  text-align: right;
}
.archiveList .inf .viewAll a {
  padding-right: 24px;
  background-image: url(/images/common/mn_arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.archiveList .inf .viewAll a:hover {
  text-decoration: underline;
}
.archiveList .articleItem {
  float: left;
  width: 340px;
  height: 100px;
  zoom: 1;
  margin: 0 10px 0 0;
  padding: 20px 0 0;
  text-align: left;
}
.archiveList .articleItem:before, .archiveList .articleItem:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.archiveList .articleItem:after {
  clear: both;
}
.archiveList .articleItem a {
  display: block;
  text-decoration: none;
  color: #000;
}
.archiveList .articleItem .img {
  width: 170px;
  height: 100px;
  overflow: hidden;
  float: left;
  margin: 0 15px 0 0;
}
.archiveList .articleItem .img img {
  width: 170px;
  height: auto;
}
.archiveList .articleItem .img .noImg {
  height: 100px;
}
.archiveList .articleItem .inf {
  float: left;
  width: 155px;
  height: auto;
  padding: 0;
}
.archiveList .articleItem .inf .date {
  font-size: 12px;
  padding: 0;
}
.archiveList .articleItem .inf .ttl {
  font-size: 12px;
  padding: 20px 0 0;
  font-weight: normal;
  color: #000;
}
