/* ==================================================
	게시판 리스트 페이지
================================================== */
.wrap_board {}


/* ==================================================
	게시판 검색
================================================== */
.form_search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.form_search:after {
	content: "";
	display: table;
	clear: both;
}

.news-select {
	position: relative;
	text-align: left;
	width: auto;
	float: left;
	min-width: 100px;
	border: solid 1px #ddd;
	clear: both;
	cursor: pointer;
	display: block;
	font-family: "Noto Sans KR";
	font-size: 1.2rem;
	height: 50px;
	outline: none;
	padding-left: 20px;
	padding-right: 32px;
	background: #fff url('../images/icon/select_icon.gif') no-repeat 90% 50% !important;
	-webkit-appearance:none; /* 화살표 없애기 for chrome*/ 
	-moz-appearance:none; /* 화살표 없애기 for firefox*/ 
	appearance:none /* 화살표 없애기 공통*/
}

.form_search .input_box {
	width: 285px;
	height: 50px;
}

.form_search .input_box input {
	padding-right: 50px;
}

.form_search .input_box .btn_search {
	width: 50px;
	height: 50px;
	text-indent: -9999%;
	font-size: 0;
	background: url('../images/icon/icon_search.png') 50% 50% no-repeat;
}

.form_search .news-select~.input_box {
	margin-left: -1px;
}

.input_box {
	position: relative;
	width: auto;
	height: 45px;
}

.input_box input {
	width: 100%;
	height: 100%;
	padding: 0 20px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	vertical-align: middle;
	outline: 0;
	font-family: "Noto Sans KR";
	font-size: 1.2rem;
}

.input_box input::-ms-clear {
	display: none;
}

.input_box.has_btn input {
	padding-right: 50px;
}

.input_box.has_btn .btn {
	position: absolute;
	top: 0;
	right: 0;
}

.bb_blank {
	position: absolute;
	font-size: 0;
	height: 0;
	text-indent: -9999%;
}

.bb_btn {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	letter-spacing: -0.025em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input_box.has_btn .bb_btn {
	position: absolute;
	top: 0;
	right: 0;
}

/* 모바일CSS */
@media screen and (max-width:640px) {
	.news-select {
		min-width: 100px;
        font-size: 1rem;
        padding-left: 15px;
        padding-right: 22px;
        height: 45px;
	}

	.form_search .input_box {
		width: 100%;
	}

	.input_box input {
		font-size: 1rem;
	}
	.form_search .news-select~.input_box {
        height: 45px;
    }
    .form_search .input_box .btn_search {
        width: 45px;
        height: 45px;
    }
}

/* ==================================================
	게시판 리스트
================================================== */
.bbstype_thumb {
	border-top: 1px solid #000;
	font-family: "Noto Sans KR";
}

.bbstype_thumb>form>li {
	border-bottom: 1px solid #ddd;
}

.bbstype_thumb a {
	display: block;
	position: relative;
	padding: 70px 30px 70px 440px;
	min-height: 130px;
}

.bbstype_thumb a:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.thumb_box {
	display: block;
	position: absolute;
	top: 35px;
	left: 35px;
	width: 360px;
	height: 245px;
}

.bbstype_thumb>form>li>a .bbstype-thumb_box {
	position: relative;
	padding-top: 67.85%;
	overflow: hidden;
	border: 1px solid #d9d9d9;
}

.bbstype_thumb>form>li>a .bbstype-thumb_box .bbstype-thum {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0;
	bottom: 0;
	display: block;
	overflow: hidden;
}

.bbstype_thumb>form>li>a .bbstype-thumb_box .bbstype-thum img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	object-fit: cover;
	object-position: 50% 0;
}

.bbstype_thumb>form>li>a:hover .bbstype-thumb_box .bbstype-thum img {
	-webkit-transform: scale(1.1) rotate(0.02deg);
	-moz-transform: scale(1.1) rotate(0.02deg);
	-ms-transform: scale(1.1) rotate(0.02deg);
	-o-transform: scale(1.1) rotate(0.02deg);
	transform: scale(1.1) rotate(0.02deg);
}

.bbstype_thumb a:hover .tit {
	color: #002C6A;
}

.bbstype_thumb .txt_box {
	display: block;
}

.bbstype_thumb .txt_box .date {
	display: block;
    margin-bottom: 10px;
    font-size: 1rem;
    letter-spacing: -0.025em;
    color: #002C6A;
}

.bbstype_thumb .txt_box .tit {
	margin-bottom: 25px;
    font-size: 1.754rem;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.025em;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.bbstype_thumb .txt_box .desc {
	font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.025em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 87px;
    line-height: 1.6;
    height: 87px;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* 모바일CSS */
@media screen and (max-width:1023px) {
	.thumb_box {
		top: 35px;
		left: 25px;
		width: 300px;
		height: 204px;
	}

	.bbstype_thumb a {
		padding: 50px 25px 50px 360px;
	}

	.bbstype_thumb .txt_box .date {
	}

	.bbstype_thumb .txt_box .tit {
		font-size: 1.5rem;
	}

	.bbstype_thumb .txt_box .desc {
		font-size: 1.125rem;
	}
}

@media screen and (max-width:640px) {
	.thumb_box {
		top: 28px;
    left: 15px;
    width: 175px;
    height: 122px;

	}

	.bbstype_thumb a {
		padding: 30px 15px 30px 226px;
	}

	.bbstype_thumb .txt_box .date {
	}

	.bbstype_thumb .txt_box .tit {
		margin-bottom:12px;
        font-size: 1.352rem;
	}

	.bbstype_thumb .txt_box .desc {
		font-size : 0.9rem;
        max-height : 46px;
		-webkit-line-clamp: 2;
	}
}

@media screen and (max-width:450px) {
	.thumb_box {
		top: 25px;
		left: 15px;
		width: 120px;
		height: 83px;
	}

	.bbstype_thumb a {
		padding: 27px 15px 27px 160px;
	}

	.bbstype_thumb .txt_box .date {
		font-size: 0.7rem;
	}

	.bbstype_thumb .txt_box .tit {
		margin-bottom:8px;
        font-size: 1.1rem;
	}

	.bbstype_thumb .txt_box .desc {
		font-size : 0.895rem;
        max-height : 22px;
		-webkit-line-clamp: 1;
	}
}

/* ==================================================
	페이징
================================================== */
.prd_paging {
	margin-top: 20px;
	text-align: center;
}

.prd_paging a,
.prd_paging em {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 3px;
	line-height: 2.2em;
	vertical-align: top;
}

.prd_paging a:hover,
.prd_paging em {
	color: #0266E3;
	font-weight: 700;
}

.prd_paging .first {
	border: 1px solid #dcdcdc;
	border-radius: 50%;
	background: url("../images/form/btnFirst.png") 50% 50% no-repeat;
}

.prd_paging .first:hover {
	background: #0266E3 url("../images/form/btnFirst_on.png") 50% 50% no-repeat;
	border: 1px solid #0266E3;
}

.prd_paging .prev {
	border: 1px solid #dcdcdc;
	border-radius: 50%;
	margin-right: 20px;
	background: url("../images/form/btnPrev.png") 50% 50% no-repeat;
}

.prd_paging .prev:hover {
	background: #0266E3 url("../images/form/btnPrev_on.png") 50% 50% no-repeat;
	border: 1px solid #0266E3;
}

.prd_paging .next {
	border: 1px solid #dcdcdc;
	border-radius: 50%;
	margin-left: 20px;
	background: url("../images/form/btnNext.png") 50% 50% no-repeat;
}

.prd_paging .next:hover {
	background: #0266E3 url("../images/form/btnNext_on.png") 50% 50% no-repeat;
	border: 1px solid #0266E3;
}

.prd_paging .last {
	border: 1px solid #dcdcdc;
	border-radius: 50%;
	background: url("../images/form/btnLast.png") 50% 50% no-repeat;
}

.prd_paging .last:hover {
	background: #0266E3 url("../images/form/btnLast_on.png") 50% 50% no-repeat;
	border: 1px solid #0266E3;
}

.hide {
	display: none;
}

@media screen and (max-width:800px) {
	.prd_paging {
		position: relative;
		margin-top: 10px;
		padding: 30px 90px 0;
	}

	.prd_paging a,
	.prd_paging em {
		width: 35px;
		height: 35px;
		margin: 0 2px 5px;
	}

	.prd_paging .first {
		position: absolute;
		left: 0;
		top: 30px;
	}

	.prd_paging .prev {
		position: absolute;
		left: 40px;
		top: 30px;
	}

	.prd_paging .next {
		position: absolute;
		right: 40px;
		top: 30px;
	}

	.prd_paging .last {
		position: absolute;
		right: 0;
		top: 30px;
	}

	.prd_paging .first,
	.prd_paging .first:hover,
	.prd_paging .prev,
	.prd_paging .prev:hover,
	.prd_paging .next,
	.prd_paging .next:hover,
	.prd_paging .last,
	.prd_paging .last:hover {
		margin: 0;
		background-size: auto 11px;
	}
}
@media screen and (max-width: 800px){
    .prd_paging a, .prd_paging em {
    width: 30px;
    height: 30px;
    /* margin: 0 2px 5px; */
    line-height: 30px;
    }
}
@media screen and (max-width:645px) {
	.prd_paging {
		margin-top: 5px;
    padding: 20px 30px 0;
	}

	.prd_paging .first,
	.prd_paging .last {
		display: none;
	}

	.prd_paging .prev {
		left: 0;
		top: 22px;
	}

	.prd_paging .next {
		right: 0;
		top: 22px;
	}

	.prd_paging a,
	.prd_paging em {
		display: inline-block;
		width: 40px;
		height: 40px;
		margin: 0 3px;
		line-height: 40px;
		vertical-align: top;
	}
}

@media screen and (max-width:450px) {
	.prd_paging {
		padding: 25px 15px 0;
	}

	.prd_paging .prev {
		top: 23px;
	}

	.prd_paging .next {
		top: 23px;
	}

	.prd_paging a,
	.prd_paging em {
		width: 20px;
    height: 20px;
    /* font-size: 1.7rem; */
    line-height: 20px;
	}
}