@charset "utf-8";

#subContent {
  margin-top: 0;
  padding: 0;
}
.inner {
  width: 100%;
  margin: 0 auto !important;
}
/*.big_tit{ width: 1250px; }*/
.board-view {
  width: 1250px;
  margin: 0 auto !important;
}
.big_tit {
  display: none;
}
/* 상단 스와이프 */
.community.news .top_area {
  height: 470px;
  background: #f7f7f7;
  padding: 30px 0 0;
}
.community.news .top_area .container {
  position: relative;
  width: 1250px;
  height: 100%;
  margin: 0 auto;
  text-align: left;
  padding: 0 23px;
  overflow: hidden;
}
.community.news .top_area .container h1 {
  font-size: 22px;
  color: #292929;
  padding-left: 40px;
  background: url('/img/normalList/bNews/community_news_ico.png') 0 50% no-repeat;
}
.community.news .top_area .container .swiper.top_news {
  position: relative;
  margin: 70px 0 0;
}
.community.news .top_area .container .swiper.top_news .ico_new {
  position: absolute;
  top: -60px;
  left: 20px;
  z-index: 999;
}
.community.news .top_area .container .swiper.top_news .custom-buttons {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 100%;
  z-index: 9;
}
.community.news .top_area .container .swiper.top_news .custom-buttons button {
  position: absolute;
  border: 0;
  width: 55px;
  height: 55px;
}
.community.news .top_area .container .swiper.top_news .custom-buttons .custom-button.prev {
  left: -30px !important;
  background: url('/img/normalList/bNews/swiper_prev.png') 50% 50% no-repeat;
}
.community.news .top_area .container .swiper.top_news .custom-buttons .custom-button.next {
  right: -30px !important;
  background: url('/img/normalList/bNews/swiper_next.png') 50% 50% no-repeat;
}
.community.news .top_area .container .swiper.top_news .swiper-pagination {
  font-size: 16px;
  color: #989898;
  text-align: right !important;
  left: auto !important;
  right: 20px !important;
  top: -40px !important;
  bottom: auto !important;
}
.community.news .top_area .container .swiper.top_news .swiper-pagination .custom span {
  position: relative;
}
.community.news .top_area .container .swiper.top_news .swiper-pagination .custom span:nth-child(1) {
  right: -10px;
  font-weight: bold;
  font-size: 22px;
  color: #6e6e6e;
}
.community.news .top_area .container .swiper.top_news .swiper-pagination .custom span:nth-child(2) {
  right: -5px;
}
.community.news .top_area .container .swiper.top_news .box {
  display: flex;
  position: relative;
  height: 280px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 10px 3px rgba(128, 128, 128, 0.2);
}
.community.news .top_area .container .swiper.top_news .box .n_thnumbnail {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 340px;
  height: 340px;
  border-radius: 10px;
  overflow: hidden;
}
.community.news .top_area .container .swiper.top_news .box .n_thnumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.community.news .top_area .container .swiper.top_news .box .txt {
  width: 885px;
  padding: 30px 36px;
  margin-left: auto;
  cursor: pointer;
}
.community.news .top_area .container .swiper.top_news .box .category {
  margin: 0 0 5px;
  font-size: 20px;
  color: #333;
}
.community.news .top_area .container .swiper.top_news .box .subject {
  margin: 0 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.community.news .top_area .container .swiper.top_news .box .memo {
  margin: 0 0 15px;
  font-size: 15px;
  color: #6e6e6e;
  line-height: 23px;
}
.community.news .top_area .container .swiper.top_news .box .tag a.tag_link {
  letter-spacing: -1px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  border-radius: 11px;
  height: 22px;
  line-height: 22px;
  background: #e2e2ff;
  font-size: 14px;
  color: #333;
  text-align: center;
  font-weight: 500;
  margin-right: 3px;
}
.community.news .top_area .container .swiper.top_news .box .info {
  text-align: right;
  margin: 25px 0 0;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.community.news .top_area .container .swiper.top_news .box .info span {
  padding-left: 22px;
  margin-left: 12px;
  font-size: 12px;
  color: #6e6e6e;
}
/*.community.news .top_area .container .swiper.top_news .box .info span:nth-child(1) {*/
/*  background: url('/img/normalList/bNews/ico_vote.png') 0 50% no-repeat;*/
/*  display: none;*/
/*}*/
/*.community.news .top_area .container .swiper.top_news .box .info span:nth-child(2) {*/
/*  background: url('/img/normalList/bNews/ico_view.png') 0 50% no-repeat;*/
/*}*/
/*.community.news .top_area .container .swiper.top_news .box .info span:nth-child(3) {*/
/*  background: url('/img/normalList/bNews/ico_time.png') 0 50% no-repeat;*/
/*}*/

/* 탭 메뉴 */
.community.news .top_area .container ul.community_tabs {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.community.news .top_area .container ul.community_tabs li {
  cursor: pointer;
  top: 5px;
  position: relative;
  width: 20%;
  height: 50px;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #989898;
}
.community.news .top_area .container ul.community_tabs li a {
  display: inline-block;
  width: 100%;
}
.community.news .top_area .container ul.community_tabs li.active {
  top: 5px;
  line-height: 42px;
  color: #9c57f5;
  border: 2px solid #9c57f5;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #fff;
}
.community.news .tab-content {
  display: none;
  padding: 30px 0 0;
}
.community.news .tab-content.active {
  display: block;
}

/* 리스트 */
.community.news .result_area {
  width: 1250px;
  margin: 0 auto;
}
.community.news .result_area ul.result {
}
.community.news .result_area ul.result li {
  position: relative;
  text-align: left;
  padding: 20px 10px;
  height: 200px;
  border-bottom: 1px solid #e3e3e3;
  display: flex;
  align-items: center;
}
.community.news .result_area ul.result li:hover {
  background: #f9f4fe;
}
.community.news .result_area ul.result li .r_thumbnail {
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 10px;
}
.community.news .result_area ul.result li .r_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.community.news .result_area ul.result li .txt {
  width: 995px;
  margin-left: 25px;
}
.community.news .result_area ul.result li .category {
  margin: 0 0 5px;
  font-size: 16px;
  color: #333;
}
.community.news .result_area ul.result li .subject {
  margin: 0 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.community.news .result_area ul.result li .memo {
  margin: 0 0 15px;
  font-size: 14px;
  color: #6e6e6e;
  line-height: 23px;
  max-width: 850px;
}
.community.news .result_area ul.result li .tag a.tag_link {
  letter-spacing: -1px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  border-radius: 11px;
  height: 22px;
  line-height: 22px;
  background: #e2e2ff;
  font-size: 14px;
  color: #333;
  text-align: center;
  font-weight: 500;
  margin-right: 3px;
}

.community.news .result_area ul.result li .info {
  position: absolute;
  right: 12px;
  bottom: 30px;
}
.community.news .result_area ul.result li .info span {
  padding-left: 22px;
  margin-left: 12px;
  font-size: 12px;
  color: #6e6e6e;
}
/*.community.news .result_area ul.result li .info span:nth-child(1) {*/
/*  background: url('/img/normalList/bNews/ico_vote.png') 0 50% no-repeat;*/
/*  display: none;*/
/*}*/
/*.community.news .result_area ul.result li .info span:nth-child(2) {*/
/*  background: url('/img/normalList/bNews/ico_view.png') 0 50% no-repeat;*/
/*}*/
/*.community.news .result_area ul.result li .info span:nth-child(3) {*/
/*  background: url('/img/normalList/bNews/ico_time.png') 0 50% no-repeat;*/
/*}*/

/* 페이징 */
.paging {
  margin: 50px auto 0;
  text-align: center;
}
.paging a,
.paging ul {
  display: inline-block;
  vertical-align: middle;
}
.paging ul {
  margin: 0 10px;
}
.paging a.pg {
  border: 1px solid #dadada;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  margin-left: -5px;
}
.paging a.pg.prev2 {
  background: url('/img/normalList/bNews/paging_prev2.jpg') 50% 50% no-repeat;
  border-radius: 5px 0 0 5px;
}
.paging a.pg.prev1 {
  background: url('/img/normalList/bNews/paging_prev1.jpg') 50% 50% no-repeat;
  border-radius: 0 5px 5px 0;
}
.paging a.pg.next2 {
  background: url('/img/normalList/bNews/paging_next2.jpg') 50% 50% no-repeat;
}
.paging a.pg.next1 {
  background: url('/img/normalList/bNews/paging_next1.jpg') 50% 50% no-repeat;
}
.paging ul li {
  display: inline-block;
  vertical-align: middle;
}
.paging ul li a {
  display: block;
  background: #f4eefc;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  margin: 0 4px;
}
.paging ul li a:hover {
  background: #9c5df7;
  color: #fff;
}
.paging ul li a.active {
  background: #9c5df7;
  color: #fff;
}

/* 검색 */
.frm_sch {
  width: 600px;
  margin: 30px auto 50px;
}
.frm_sch form {
  display: flex;
}
.frm_sch form label {
  flex: 1;
  display: flex;
  border: 1px solid #dadada;
  border-radius: 5px;
}
.frm_sch form label select {
  width: 135px;
  border: 0;
  font-size: 13px;
}
.frm_sch form label input {
  flex: 1;
  border: 0;
}
.frm_sch form button.btn_sch {
  border: 0;
  width: 95px;
  height: 40px;
  text-align: center;
  background: #9c57f5;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
  border-radius: 5px;
}

.list-unstyled{text-align: right; margin-top: 20px;}

.name_bl{
  border: 1px solid #706efe;
  border-radius: 20px;
  padding: 3px 10px;
  color: #706efe;
}