/* 게시판 페이징 버튼 */
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn:focus, .btn:hover {
    text-decoration: none;
}

.btn-sm {
    border-radius: 50px;
    display: inline-block;
    width: 39px;
    height: 39px;
    line-height: 40px;
    font-size: 14px;
    margin-left: 2px;
		text-align:center;
}

.pager{
	color:black;
}



.text-center{
	text-align:center;
}

.program_search {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
    margin-bottom: 10px;
}

.program_search select {
    border-color: rgb(222, 222, 222);
    padding: 0px 0px;
    width: 80px;
    height: 32px;
    text-align: center;
    color: rgb(102, 102, 102);
    font-size: 14px;
    margin-right: 10px;
    -ms-text-align-last: center;
    padding-left: 10px;
}

.program_search input[type='text'] {
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: rgb(222, 222, 222) rgb(222, 222, 222) rgb(222, 222, 222) rgb(222, 222, 222);
    padding: 0px 20px;
    border-image: none;
    width: 300px;
    height: 32px;
    font-size: 14px;
    vertical-align: middle;
    box-sizing: border-box;
}

.btn-primarysch {
    color: #fff;
    background-color: #282828;
    border-color: #333;
    height: 32px;
		line-height:0.9;
}

.btn-primarysch:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-group button{margin-bottom:10px;}

.record_summary{
	line-height:170%;
}

.btn-primary:hover{
  background-color: #b9cfff;
}

/* 신청버튼 */

.button-submit{
	text-align:center;
    height: 40px;
    margin-top: 40px;
		width:100%;
}

/* 공지사항 */

.b_category{border:none;}

.button-submit button{
	height:100%;
	cursor:pointer;
	background:#00425A;
	color:white;
}

.basic_board{
border-collapse: collapse; 
border-spacing: 0;
width:100%;
margin-bottom:30px;
}

.basic_board tr{
  border-bottom:1px solid rgb(225, 227, 228);
}

.basic_board th{
height:50px; 
box-sizing:border-box;
background-color:#EEF1FF;
}

.basic_board td{
height:56px; 
box-sizing:border-box;
text-align:center;
padding:5px;
}

.basic_board .b_subject{
text-align:left; 
padding:0 10px; 
}

.basic_board .b_subject a{
color:black;
display: block;
vertical-align: middle;
overflow: hidden;
/* white-space: nowrap;  */
text-overflow: ellipsis;
}

.b_subject .c_txt {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
		float:left;
		max-width:380px;
}

.b_new{
	float:left; 
	margin-left:8px;
	display: inline-block;
    width: 35px;
    border-radius: 6px;
    text-align: center;
    vertical-align: middle;
    line-height: 22px;
    font-size: 1.3rem;
    color: #fff;
    background-color: #7cc2d1;
}

.m_mb{font-size:14px;}

.fa-clipboard{
	font-size:16px;
	cursor:pointer;
	color:#0F6292;
}

.fa-clipboard:hover{
	color:black;
}

/* 공지사항 페이징 */

.pagination{
	display:flex;
	justify-content: center;
  align-items: center;
  flex-flow: wrap;
	margin-top:30px;
}

.pagination a{
	float:left;
}



.pagination .btn-sm{margin:3px;}

.b_search {border:none;}

.b_search_wrap{
	position:relative;
	display:flex;
	justify-content: center;
  align-items: center;
  flex-flow: wrap;
	margin-bottom:10px;
}

.b_search_wrap select{height:35px; box-sizing:border-box; width:100px;}
.b_search_wrap input{height:35px; box-sizing:border-box; width:180px;}
.b_search_wrap .cat_name{width:65px;}
.b_search_wrap .search_btn{
	width:65px;
	border:none;
	border: 1px solid #ccc;
  color: #fff;
  background-color: #333;
	cursor:pointer;
}

.pagination .active{
  background-color: #b9cfff;
}

.pager:hover{
	 background-color: #b9cfff;
}

.pagination .fa{font-size:20px; line-height:39px;}

/* 게시판 보기 */

.read_tit {
    padding: 30px 20px;
    width: 100%;
    border-top-color: rgb(136, 136, 136);
    border-bottom-color: rgb(196, 199, 202);
    border-top-width: 2px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
}

.wrap-rtit {margin-top:5px;}

.read_wrap .tit_date{color: rgb(144, 146, 154); float:left;}
.read_wrap .tit_more{color: rgb(144, 146, 154); float:left; }

.read_wrap h2{font-size: 18px;}

.read_txt_wrap {
    margin: 40px 0px;
    padding: 0px 20px;
    width: 100%;
    overflow: hidden;
    position: relative;
    font-size: 14px;
}

.read_wrap{width:100%; position:relative;}

.read_img img{position:relative; max-width: 964px; height: auto;}
.read_txt_wrap img{position:relative; max-width: 964px; height: auto;}

.read_pager{margin-top:10px;}

.read_pager a {
	display: block;
	padding: 10px 20px;
	border-top: 1px solid #ccc;
	color: #5a5a5a;
	font-size: 1.5rem;
	background-color: #fafafa;
	transition: 0.3s;
}

.read_pager>a>span:first-of-type {
    font-weight: bold;
    padding-right: 10px;
		width:60px;
		float:left;
}
.read_pager span {
    display: inline-block;
}

.read_icon img {
    vertical-align: middle;
}

.read_icon span{font-size:15px; color: #767676;}
.read_icon span:hover{color:#424242;}

.read_btn button{
	cursor:pointer;
	width: 100px;
  line-height: 30px;
  border: 1px solid #ccc;
  color: #fff;
  background-color: #646464;
  transition: 0.3s;
	margin-top:20px;
}

.read_btn button:hover{
background-color:#373737;
}

.read_next{
border-bottom: 1px solid #ccc;
}

.cate_01{
	display:inline-block;
	width:50px;
	height:25px;
	background-color:#e3f3e6;
	line-height: 25px;
	color:#4ba65d;
}

.cate_02{
	display:inline-block;
	width:50px;
	height:25px;
	line-height: 25px;
	background-color:#d9d9f3;
	color:#7878d4;
}

.cate_03{
	display:inline-block;
	width:50px;
	height:25px;
	background-color:#e7f9fd;
	/*ececf9*/
	line-height: 25px;
	color:#15afd0;
}

.cate_04{
	display:inline-block;
	width:50px;
	height:25px;
	background-color:#fae3d9;
	/* fdf4ef */
	line-height: 25px;
	color:#e56f3b;
}

@media all and (max-width: 1280px) {
.b_subject .c_txt{max-width:340px;}
}

@media all and (max-width: 1170px) {
.b_subject .c_txt{max-width:280px;}
}

@media all and (max-width: 810px) {
.b_subject .c_txt{max-width:250px;}
}

@media all and (max-width: 740px) {
.b_subject .c_txt{max-width:220px;}
.b_new{margin-left:0;}
}

@media all and (max-width: 650px) {
.best_area .b_search_wrap select{width:80px; font-size:14px;}
.b_search_wrap{margin-bottom:0; margin-top:10px;}
.basic_board tr{font-size:14px;}
.read_wrap h2{font-size:16px;}
.program_search input[type='text']{width:120px;}
}

@media all and (max-width: 500px) {
.read_txt_wrap{margin:10px 0;}
}

@media all and (max-width: 450px) {
	.btn-sm{
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;

	}
	.pagination .fa {
    font-size: 16px;
    top: 1px;
    position: relative;
		line-height:30px;
}
.m_mb{font-size:12px;}
.b_subject{font-size:13px;}
.m_mt{font-size:13px;}
.b_td_mg{font-size:13px;}
.read_txt_wrap img{width:100%; left:0;}
.read_tit{padding:10px 20px;}
}

