.gallery_page {
	position: relative;
	width: 100%;
	margin-top:13px;
}

.gallery_box {
	position: relative;
	width: calc(25% - 11.25px);
	margin-right: 15px;
	margin-bottom: 40px;
}

.gallery_box:hover > .gallery_cont > .gallery_tit > h3{
	color:#1F4172;
}

.gallery_box:nth-child(4n) {
  margin-right: 0;
}

.gallery_box .thumbnail {
	position: relative;
	width: 100%;
	height: 240px;
	border: 1px solid #ddd;
	border-radius: 12px;
	overflow: hidden;
}

.gallery_box .thumbnail > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.7s;
}

.gallery_box:hover > .thumbnail > img{
	transform:scale(1.05);
}


/* .gallery_box:hover > .thumbnail{
	border-color:#aaa;
}
 */
.gallery_cont {
	position: relative;
	width: 100%;
	margin-top: 5px;
	padding: 0 5px;
}

/* .gallery_tit{
	margin-bottom:8px;
} */

.gallery_tit > p {
	width: auto;
	text-align: center;
	font-size: 16px;
	text-align:left;
}

span.gallery_ct01 {
  background-color: #ee4266;			/*사진*/
	color:#fff;
}

span.gallery_ct02 {
  background-color: #e8751a;		/*영상*/
	color:#fff;
} 

.wrap_read_page span.gallery_ct01{
	width: 70px;
	line-height: 25px;
	padding: 0;
	font-size: 17px;
	text-align: center;
	margin-right: 5px;
	border-radius: 5px;
}

.gallery_tit > h3 {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	letter-spacing: 0px;
	margin:8px 0;
	transition:0.3s;
}

.gallery_date {
	text-align: right;
	font-size: 14px;
}

.gallery_h2 {
	font-size: 22px;
	border-bottom: 3px solid #21378a;
	padding: 10px 0;
	text-align: center;
	line-height:1.4;
}


.gallery_box > .thumbnail > span{
	padding:5px 15px;
	position:absolute;
	top:10px;
	left:10px;
	border-radius:6px;
	font-size:15px;
	z-index:999;
}


.read_cont{
	position: relative;
	width: 100%;
	padding: 40px 10px;
	font-size: 16px;
	line-height: 1.7;
}

.read_cont img {
	max-width: 100% !important;
	height: auto !important;
	width:auto;
}



.read_pager{
	position:relative;
	width:100%;
}

.read_pager a {
	display: block;
	padding: 10px 20px;
	border-top: 1px solid #ccc;
	color: #5a5a5a;
	background-color: #fafafa;
	transition: 0.3s;
	color: #5a5a5a;
	font-size:14px;
}

.read_pager a:hover{
	color:#000;
	background-color: #eee;
}

.read_pager .read_next {
  border-bottom: 1px solid #ccc;
}

.read_pager span {
	display: inline-block;
	color: inherit;
}

.read_pager>a>span:last-of-type {
  vertical-align: middle;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: calc(100% - 56px);
	padding: 1px 3px;
}

.read_pager>a>span:first-of-type {
	padding-right: 10px;
	vertical-align: middle;
}

.read_btn{
	width: 100%;
	height: 30px;
	text-align: right;
	margin-top: 15px;
}

.read_btn button {
	width: 80px;
	font-size:14px;
	height: 100%;
	border: 1px solid #ccc;
	color: #fff;
	background-color: #21378a;
	transition: 0.3s;
}

.read_btn button:hover{
	background-color: #172761;
}

.read_tit {
	padding: 15px 0;
	padding-bottom: 0;
}

.read_tit.not_read_tit > p {
	font-size: 20px;
	margin-right: 10px;
	letter-spacing: 0.5px;
}

p.gallery_ct01 {
  color: #2D9596;
}

p.gallery_ct02 {
  color: #AF2655;				/* 영상 */
}

.read_tit > h2 {
  font-size: 19px;
}

.read_info {
	padding: 8px 10px;
	background-color: #F5F5F5;
	font-size: 14px;
	border-radius: 6px;
	color: #5a5a5a;
	color: #bbb;
}

.read_tit.not_read_tit .read_info{
	-webkit-box-pack: end;
	-moz-box-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position:relative;
}

.read_tit.not_read_tit .read_info.read_qna{
 -webkit-box-pack: end;
	-moz-box-justify-content: flex-end;
	-ms-flex-pack: end;
  justify-content: flex-end;
	position:relative;
}

.faq_btn{
	margin-left:20px;
	position:relative;
}

.faq_btn > button{
/* 	width:40px;
	height:22px;
	background-color:#f5f5f5;
	border:1px solid #666; */
	width:auto;
	height:auto;
	font-size:14px;
	border-radius:3px;
	background-color:transparent;
	position:relative;
}


.faq_btn > button:last-child{
	margin-left:5px;
}

.faq_btn > button:first-child::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 60%;
	top: 50%;
	transform: translate(0, -50%);
	background: #ccc;
	z-index: 88;
	right: -5px;
}

/* .faq_btn > button:hover{
	background-color:#eaeaea;
} */

.read_tit.not_read_tit .read_info > p{
	width:auto;
}

.read_tit.not_read_tit .read_info > p:first-child{
	font-size:16px;
}

.read_tit.not_read_tit .read_info > p:nth-child(2){
	font-size:14px;
}

.faq_container .read_tit.not_read_tit .read_info > p:first-child{
	font-size:14px;
}


.read_info > div > p{font-size:17px; margin-left:10px;}

.edu_read .read_info{margin-top:0;}


/** 페이징 **/

.pagination {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px auto;
}

.btn-sm {
	border-radius: 50px;
	display: inline-block;
	width: 39px;
	height: 39px;
	line-height: 40px;
	font-size: 14px;
	margin-left: 2px;
	text-align: center;
}

.pagination a {
  float: left;
}

.pagination .btn-sm {
  margin: 3px;
}

.pagination .active {
    background-color: #DFF5FF;
}

.pagination a:hover {
  background-color: #DFF5FF;
}

/** 활동 소식 탭 **/

.communty_tab{
	margin-bottom: 30px;
}

.communty_tab > a{
	width:50%;
	height:50px;
	border:1px solid #ccc;
	-webkit-box-pack: center;
	-moz-box-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 17px;
	background-color: #d9eafc;
	border: 1px solid #0c6ab2;
	cursor: pointer;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	color: #0c6ab2;
}

.communty_tab > a.active{
	color: #fff;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
  background-color: #21378a;
}


.sub_search{
	position:relative;
	width:100%;
	margin-bottom:5px;
	padding-right:5px;
}

.schedule_area .sub_search{
	padding-right:0;
}

.sub_search > div{
	display:flex;
	-webkit-box-pack: end;
	-moz-box-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width:100%;
	position:relative;
}

.sub_search > div > select{margin:0 2px;}

.sub_search > div > input{margin:0 2px;}

.sub_search > div > input.search_btn{
	margin-right:0;
}

.sub_search select{
	width:85px;
	margin:0;
}

.sub_search input{
	width:120px;
}

.sub_search .search_btn{
	width:30px;
	height:28px;
	border:none;
	background-color: #074799;
	color:#fff;
	cursor:pointer;
	transition:0.3s;
	background: #074799 url('/images/icon_search.png') no-repeat center;
	background-size:70% 70%;
	border-radius:3px;
}

/***** 체전 일정 **/

.calendar_area{
	position:relative;
	width:100%;
	margin-bottom:50px;
}


/** 첨부파일 **/
.read_attach_area {
	padding: 6px 20px;
	border-top: 2px solid rgba(184,28,34,1);
}

.read_attach_area > p:first-child {
  width: 135px;
	font-size:14px;
	margin:4px 0;
}

.wrap_read_attach {
	width: calc(100% - 135px);
	position: relative;
	line-height: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.read_attach {
	max-width: 100%;
	display: inline-block;
	font-size:14px;
	cursor:pointer;
	margin:4px 0;
}

.read_attach > p {
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
	padding: 0 10px;
	line-height:1.5;
}

.read_attach p .fa{
	margin-right: 2px;
	transform: rotate(82deg);
}

.fa-floppy-o {
  margin-right: 2px;
}

.b_icon {
	width: 18px;
	vertical-align: middle;
}

/** 자주하는 질문 **/

.faq_container .read_cont{
	padding:30px 10px;
	border-bottom:1px solid #aaa;
}

.answer_area{
	position:relative;
	width:100%;
	padding:0 10px;
	padding-bottom:10px;
	background-color:#f9f9f9;
	margin-bottom:40px;
	border-top:2px solid #557C55;
	border-bottom:2px solid #557C55;
}

.answer_area > .tit{
	font-size:15px;
	color:#000;
	border-bottom:1px solid #ccc;
	padding:10px 5px;
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.answer_area > .tit > p{
	color:#b81c22;
}

.answer_area > .tit > div{
	color:#bbb;
	font-size:13px;
}

.answer_area > .tit > div > div{
	margin-left:10px;
}

.answer_area > .tit > div > div > button{
	height: auto;
	background-color: transparent;
	color: #000;
	font-weight: 200;
	font-size: 12px;
	position: relative;
}


.answer_area > .tit > div > div > button:first-child::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 60%;
	top: 50%;
	transform: translate(0, -50%);
	background: #aaa;
	z-index: 88;
	right: -5px;
}

.answer_area > .tit > div > div > button:first-child {
  padding-right: 5px;
}

.answer_area > .tit > div > div > button:last-child {
    margin-left: 8px;
}

.answer_area > .tit > div > span{
	color:#aaa;
	font-size:13px;
	
}

.answer_area > .tit > div > span:first-child{
	color:#124076;
	margin-right:5px;

}

.answer_area > .answer{
	font-size:15px;
	line-height:1.6;
}

.answer_area > .answer > p{
	padding:10px;
	border-bottom: 1px solid #ccc;
}

.comment_write{
	position:relative;
	width:100%;
	margin-top:15px;
	text-align: right;
}

.comment_show{
	padding:10px 15px;
	position:relative;
	border-bottom:1px dotted #ddd;
	color: #333;
	padding-right:5px;
}

.comment_write textarea{
	width:100%;
	max-width:100%;
	position:relative;
	height:80px;
	min-height:30px;
	max-height:120px;
	margin-top:3px;
	min-width:100%;
	margin-bottom:5px;
	padding:5px;
	line-height:1.4;
}

.comment_show > .fa{
	transform: rotate(180deg);
	font-size: 11px;
	float: left;
	position: relative;
	top: 5px;
	margin-right: 5px;
	color: #666;
}

.comment_show > p{
	float: left;
  width: calc(100% - 18px);
	word-wrap: break-word;
}


.comment_write > div{
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}


.comment_write > button{
	width:40px;
	height:25px;
	background-color:#f5f5f5;
	border:1px solid #666;
	font-size:13px;
	line-height: 24px;
}

.comment_show > div{
	float:right;
	width:100px;
	text-align:right;
}

.comment_show > div > button{
	height:auto;
	background-color:transparent;
	color:#666;
	font-weight:200;
	font-size:13px;
	position:relative;
}

.comment_show > div > button:first-child{
	padding-right:5px;
}

.comment_show > div > button:last-child{
	margin-left:8px;
}

.comment_show > div > button:first-child::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 60%;
	top: 50%;
	transform: translate(0, -50%);
	background: #aaa;
	z-index: 88;
	right: -5px;
}

.comment_show > div > button:hover{
	color:#000;
}

.read_cont iframe{
	max-width:100%;
}



.comment_write > div > p{
	font-size:15px;
}

.faq_warp .sub_search .sigungu_sel{width:90px;}

.faq_warp .sub_search {
	margin-top:0;
	margin-bottom:5px;
	padding-right:0;
}


.album_container .sub_search select{
	width:60px;
}

.album_container .sub_search select.sigungu_sel{
	width:90px;
}

.schedule_area .form-group-sm{
	margin-bottom:5px;
}

.album_container {    
	min-height: calc(100vh - 430px);
}

.album_container .communty_tab{
	margin-bottom:30px;
	margin-top:15px;
}

.top_font{
	color:#C40C0C;
	font-size:15px;
}

.read_cont > div {
    overflow-x: auto;
}

.read_cont > div > table {
    width: 100%; /* 테이블이 부모 요소의 너비에 맞도록 설정 */
}