/******************** mainpage style ********************/
/* main-visual */
#main {
    z-index: 11;
    margin-top: 80px;
  }
.main-visual_wrap {
  width: 100%;
  height: 482px;
  overflow: hidden;
  position: relative;
}
.main-visual {
  width: 100%;
  height: 100%;
  background: url("/new/img/board/images/img/sub-visual-03.jpg") no-repeat  42% center;
  background-size: cover;
  text-align: center;
  position: relative;
  overflow: hidden;
  transform: scale(1.15);
  animation: background-sizeDown 0.7s ease-in-out 0.5s 1 forwards;
}
@keyframes background-sizeDown {
  0% {
  }
  100% {
    transform: scale(1);
    /* background-attachment: fixed; */
  }
}
.main-visual .txts {
  z-index: 1;
}

.visual-search {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
}
 .visual-search-bar {
    position: relative;
    padding-right: 30px;
    width: 500px;
    height: 40px;
}
.visual-search-bar button {
  background: url("/new/img/board/images/btn/search.png") no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 40px;
}
.visual-search-bar input {
  color: #333;
  border-bottom: 1px solid #777777;
  padding: 0 10px;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 15px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
}
.visual-search-bar 
#main .txts h3 {
  opacity: 0.4;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
#main .txts h2 {
  color: #fff;
  font-weight: 500;
  font-size: 30px;
}
#main .txts h2 span {
  font-weight: 300;
}
  
/* contents */
#contents {
  position: relative;
  background: #f2f3f7;
}
/* tabbar */

#tabbar{
  width: 100%;
  position: relative;
}
#tabbar > .title{
  /* display: flex; */
  display: block;
  justify-content: center;  
  overflow: hidden;
  position: relative;
  top: -55px;
}
#tabbar > .title > h3{
  width: 25%;
  height: 55px;
  float: left;
  background: #252451;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid rgba(119,119,119,1);
  cursor: pointer;
}
#tabbar > .title > h3:last-child{
  border-right: none;
}
#tabbar > .title > h3.active{
  background: rgba(102,44,145,1);
  border-right: none;
}
#tabbar > .title > h3 > a{
  line-height: 55px;
  width: 100%;
  text-align: center;
}
#tabbar > .description{
  width: 100%;
}
#tabbar > .description > div{
  width: 100%;
  display: none;
}
#tabbar > .description > div.active{
  display: block;
}
#tabbar .row {
  padding: 2.5rem 0 0;
  width: 100%;
  height: 100%;
}
#tabbar .col {
  width: 33.3333%;
}
#tabbar .col a{
  width: 100%;
}
#tabbar .col_box {
  width: 90%;
  height: 100%;
  /* width: 378px; */
  /* height: 483px; */
  margin: 0 auto;
  overflow: hidden;
}
#tabbar .col_box img {
  transition: 0.3s ease-out;
}
#tabbar .col_box:hover img {
  transform: scale(1.3) rotate(-5deg);
}
#tabbar .col_box .img_wrap {
  position: relative;
}
#tabbar .col_box .img_wrap::after {
  /* opacity: 0; */
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  /* right: 0; */
  /* bottom: 0; */
  width: 0;
  height: 100%;
  /* background: linear-gradient(45deg, rgba(102,44,145,0.8) 0%, rgba(233, 234, 243, 0.8) 95%); */
  background: linear-gradient(45deg, rgba(102,44,145,0.8) 0%, rgba(37, 36, 81, 0.8) 95%);
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
#tabbar .col_box:hover .img_wrap::after {
  /* opacity: 1; */
  left: 0;
  width: 100%;;
}

#tabbar .col_box .txt {
  padding: 2rem;
  background: #fff;
  z-index: 10;
  position: relative;
  box-sizing: border-box;
}
#tabbar .col_box:hover .txt {
  /* border: 1px solid #8c000a; */
  /* box-sizing: border-box; */
  /* background: rgba(140,0,10,0.5); */
}
#tabbar .txt .heading {
  /* max-width: 295px; */
}
#tabbar .subheading {
margin-bottom: 1rem;
}
#tabbar .date {
margin-top: 1rem;
}
#tabbar .link-1::before, #tabbar .link-1::after {
  content: '';
  border-bottom: solid 2px #662c91;
  position: absolute;
  bottom: 0;
  width: 0;
}

#tabbar .link-1::before { left: 0; }
#tabbar .link-1::after { right: 0; }

#tabbar .col_box:hover .link-1::before, #tabbar  .col_box:hover .link-1::after {
  width: 51%;
}

#tabbar .col_box .link-1::before, #tabbar .col_box .link-1::after {
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}

 /* paging */
.paging {
  position:relative; 
  width:100%; 
  text-align:center; 
  padding: 5rem 0;
}
.paging li {
  display: inline-block;
}
.paging a {
  display:inline-block; 
  margin-left:10px; 
  width:40px; 
  height:40px; 
  border:1px solid #dadada; 
  line-height:40px; 
  font-weight:300; 
  font-size:16px; 
  color:#555; 
  text-align:center; 
  vertical-align:top; 
  background:#fff; 
}
.paging .first {
  border:0; 
  width:auto; 
  height:auto; 
  line-height:12px; 
  border-radius:0; 
  background:none; 
  margin-top:14px; 
  margin-right: 17px;
  margin-left: 0;
}
.paging .prev {
  border:0; 
  width:auto; 
  height:auto; 
  line-height:12px; 
  border-radius:0; 
  background:none; 
  margin-top:14px; 
  margin-right:17px;
  margin-left: 0;
}
.paging .next {
  border:0; 
  width:auto; 
  height:auto; 
  line-height:12px; 
  border-radius:0; 
  background:none; 
  margin-top:14px;  
  margin-left:27px;
}
.paging .last {
  border:0; 
  width:auto; 
  height:auto; 
  line-height:12px; 
  border-radius:0; 
  background:none; 
  margin-top:14px;  
  margin-left:17px;
}
.paging .active {
  border:1px solid #662c91; 
  font-size:14px;
  font-weight: 500;
  color:#fff; 
	background: rgb(102,44,145); /* Old browsers */
	background: -ms-linear-gradient(-110deg ,  rgba(102,44,145,1) 0%, rgba(102,44,145,1) 100%); /* ie */
	background: -o-linear-gradient(-110deg ,  rgba(102,44,145,1) 0%, rgba(102,44,145,1) 100%); /* opera */
	background: -moz-linear-gradient(-110deg ,  rgba(102,44,145,1) 0%, rgba(102,44,145,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-110deg ,  rgba(102,44,145,1) 0%, rgba(102,44,145,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(-110deg ,  rgba(102,44,145,1) 0%, rgba(102,44,145,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}    
.pagination a img {
  width: auto !important;
}         
       
        
  
/* media query */
@media (max-width: 1024px){

}
@media (max-width: 1045px){
  #tabbar .txt .heading {
    height: 50px;
  }
}
@media (max-width: 768px){
  #contents .container {
    padding: 0;
  }
  #main .txts h2 {
      font-size: 28px;
  }
  #tabbar > .title > h3 {
    height: 45px;
  }
  #tabbar > .title > h3 > a {
    line-height: 45px;
  }
  #tabbar > .title {
    top: 0;
  }
  #main .center-box1 {
      top: 35%;
  }
  .paging .first,
  .paging .last,
  .paging .prev,
  .paging .next {
    margin-top: 8px;
  }
  .paging .first,
  .paging .prev {
    margin-right: 10px;
  }
  .paging .last,
  .paging .next{
    margin-left: 10px;
  }
  .paging a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
@media (max-width: 720px) {
  #tabbar .col {
    width: 100%;
  }
  #tabbar > .title > h3 {
    width: 50%;
  }
  #tabbar > .title > h3 {
    border: none;
  }
  #tabbar .row {
    padding: 0;
  }
  #tabbar .col_box {
    padding-bottom: 1.5rem;
  }
  #tabbar > .description > div.active {
    padding-top: 2.5rem;
  }
 .paging .dis_n {
   display: none;
 }
}
@media (max-width: 605px){
    #tabbar .col_box .txt {
        padding: 1rem !important;
    }
    .visual-search-bar {
        width: 300px;
    }
}

