/******************** 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-05.jpg") no-repeat 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;
  }

/* tabbar */

#tabbar{
  width: 100%;
  max-width:1200px;
  margin:0 auto;
  position: relative;
}
#tabbar > .title{
  display: flex;
  justify-content: center;  
  overflow: hidden;
  position: relative;
  top: -55px;
}
#tabbar > .title > h3{
  width: 25%;
  height: 55px;
  background: #252451;
  box-sizing: border-box;
  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;
}

/* content */
#contents {
    position: relative;
}

/* content_inner */
#content_inner {
    width: 100%;
    position: relative;
}
#content_inner .title{
  width: 70%;
  margin: 0 auto;
  padding: 3rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

#content_inner .title h3{
    width: 31.3333%;
    height: 55px;
    /* background: rgba(37,36,81,1); */
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0 auto;
    line-height: 1.2;
    padding: 0.5rem;
}
#content_inner .title .cont_tit {
  color: #333;
}
#content_inner .title .mt {
  margin-top: 0.7rem;
}
#content_inner .title h3.active{
  background: rgba(102,44,145,1);
  border: none;
  color: #fff;
}
#content_inner > .description {
  width: 100%;
  padding-top: 3rem;
}
#content_inner > .description > div {
  width: 100%;
  display: block;

}
/* #content_inner > .description > div.active{
display: block;
} */
#content_inner .row_nowrap {
  /* padding: 2.5rem 0 0; */
  width: 100%;
  height: 100%;
  border-bottom: 0.3px solid #dddddd;
}
#content_inner .order {
  justify-content: flex-end;
  width: 100% !important;
  font-size: 14px;
  color: #999;
  margin-right: 0.8rem;
}
#content_inner .col {
    width: 25%;
}
#content_inner .col1 {
  width: 10%;
}
#content_inner .col2 {
  width: 60%;
}
#content_inner .col3 {
  width: 15%;
}
#content_inner .col4 {
  width: 15%;
}
#content_inner .col_box {
    width: 90%;
    height: 100%;
    /* width: 378px; */
    /* height: 483px; */
    margin: 0 auto;
    overflow: hidden;
}
#content_inner .col_box img {
    transition: 0.3s ease-out;
}
#content_inner .box {
  /* margin: 0 auto; */
  width: 100%;
  height: 100%;
}

#content_inner .box1 {
}
#content_inner .bot {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0.3rem;
}
#content_inner .img_wrap {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  overflow: hidden;
  margin: 0.9rem auto;
}
#content_inner .bot h4 {
  font-size: 17px;
  color: #666666;
  font-weight: 300;
}
#content_inner .tit h4 {
  color: #000 !important;
  font-weight: 400;
}
#content_inner .num h4,
#content_inner .date h4,
#content_inner .views h4 {
  font-size: 16px !important;
}
#content_inner .bot p {
  font-size: 17px;
  font-weight: 400;
  color: #666666;
}
.bot .align {
  max-width: 95px;
}

#content_inner .info_tit {
  background: #f2f3f7;
}
#content_inner .s720 {
  display: none;
}
#content_inner .info_tit::before {
  content: "";
  display: block;
  height: 3px;
  background-color: #662c91;
  z-index: 1;
  transition: 0.3s linear;
}
#content_inner .info_tit h2 {
  display: flex;
  justify-content: center;
  padding: 0.9rem 0;
  color: #333333;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -1px;
}
          
/* paging */
.paging {
  position:relative; 
  width:100%; 
  text-align:center; 
  padding: 5rem 0;
}
.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;
}
.paging .prev {
  border:0; 
  width:auto; 
  height:auto; 
  line-height:12px; 
  border-radius:0; 
  background:none; 
  margin-top:14px; 
  margin-right:17px;
}
.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: 768px){
  #main .txts h2 {
    font-size: 28px;
  }
  #tabbar > .title {
    top:0;
  }
  #tabbar > .title > h3 {
    width: 50%;
    height: 45px;
  }
  #tabbar > .title > h3 > a {
    line-height: 45px;
  }
  #tabbar {
    margin-top: 0;
  } 
  #content_inner > .title > h3 {
    height: 50px;
  }
  #content_inner .title .mt {
    margin-top: 0.5rem;
  }
  #content_inner .title {
    width: 100%;
  }
  #content_inner .title .cont_tit {
    font-size: 14px;
  }
    #main .center-box1 {
        top: 35%;
    }
    .paging .first,
    .paging .last,
    .paging .prev,
    .paging .next{
      margin-top: 8px;
    }
    .paging .first,
    .paging .prev {
      margin-right: 0;
    }
    .paging .last,
    .paging .next{
      margin-left: 10px;
    }
    .paging a {
      width: 30px;
      height: 30px;
      line-height: 30px;
  }
}
@media (max-width: 720px) {
  /* #content_inner .col {
    width: 50%;
  } */
  #content_inner .row {
    padding: 0;
  }
  #content_inner .mtb {
    padding: 1.5rem 0;
  }
  #content_inner .col_box {
    padding-bottom: 2rem;
  }
  #content_inner .info_tit h2,
  #content_inner .bot h4 {
    font-size: 14px;
  }
  #content_inner .num h4,
  #content_inner .date h4,
  #content_inner .views h4 {
    font-size: 13px !important;
  }
  .paging .dis_n {
    display: none;
  }
}
@media (max-width: 605px){
    #tabbar .col_box .txt {
        padding: 1rem 1rem 2rem;
    }
    .visual-search-bar {
        width: 300px;
    }
}
@media (max-width: 575px) {
  #content_inner .col_box {
    padding-bottom: 1rem;
  }
}
@media (max-width: 350px) {
  .paging a {
    margin-left: 0;
  }
}