/* Tab Bar */
.jquery-tab-pager-tabbar {
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
margin-bottom: 24px;	
}

.jquery-tab-pager-tabbar li {
  cursor: pointer;
width: 130px;
font-size: 16px;
text-align: center;
padding-bottom: 4px;
border-bottom: solid 4px #eee;
margin-right: 16px;	
}

.jquery-tab-pager-tabbar li.current {
border-bottom: solid 4px #dc000d;
}

/* Page Navigation */
#jquery-tab-pager-navi {
  padding: 0;
  overflow: hidden;
position: absolute;
bottom: -100px;
left: 0;
right: 0;
margin: auto;
display: flex;
justify-content: center;	
flex-wrap: wrap;
gap: 14px 0;
}

#jquery-tab-pager-navi li {
  list-style: none;
  display: inline;
}

#jquery-tab-pager-navi li a {
  display: block;
  margin-right: 10px;
  text-decoration: none;
}

#jquery-tab-pager-navi li:last-child a {
  margin-right: 0px;
}

#jquery-tab-pager-navi li a.current,
#jquery-tab-pager-navi li a.disable,
#jquery-tab-pager-navi li a:hover {
  color: #000;
}

.news_list li {
  display: flex;
}
.news_list li time {
  margin: 0 16px 0 0;
}
#tab_contents_wrapper #year_month {
  font-size: 15px;
  line-height: 40px;
  border: none;
  background: #eee;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-image: none;
  background-size: auto;
  border-radius: 50px;
  padding: 0 24px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("/news/assets/img/news/arrow_news.png");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 32px;
}

#tab_contents_wrapper {
  position: relative;
}
#jquery-tab-pager-navi .previos {
  background-image: url("/news/assets/img/news/arrow_pre.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  color: transparent !important;
  border: none;	
}
#jquery-tab-pager-navi .next {
  background-image: url("/news/assets/img/news/arrow_next.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  color: transparent !important;
  border: none;	
  background-color: transparent;
}
#jquery-tab-pager-navi li a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 15px;
  color: #dc000d;
  border: solid 1px #dc000d;
  background-color: transparent;	
}
#jquery-tab-pager-navi li a.current {
  background: #dc000d;
  color: #fff;
}

@media screen and (max-width:768px){
.jquery-tab-pager-tabbar {
  flex-wrap: wrap;
	}
.jquery-tab-pager-tabbar li {
  margin-right: 10px;
  width: calc((100% - 20px) / 3);
  line-height: 1;	
  font-size: 14px;	
  display: flex;
justify-content: center;
align-items: center;	
 margin-bottom: 10px; 	
}
.jquery-tab-pager-tabbar li:nth-child(3n) {
  margin-right: 0;
}	
#jquery-tab-pager-navi {
		bottom: -140px;
}

}

@media screen and (max-width: 440px) {
  #jquery-tab-pager-navi li a {
    width: 30px;
    height: 30px;
    line-height: 30px;	
  }
}


