/* ==================================================
	게시판 리스트 페이지
================================================== */
.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: 121px;
	border: solid 1px #ddd;
	clear: both;
	cursor: pointer;
	display: block;
	font-size: 1.6rem;
	height: 50px;
	outline: none;
	padding-left: 20px;
	padding-right: 32px;
	background: #fff url('../images/icon/select_icon.gif') no-repeat 90% 50% !important;
	appearance: none;
	-webkit-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 !important;
	border-radius: 0;
	vertical-align: middle;
	outline: 0;
	font-size: 1.6rem;
}

.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;
	border:0;
}

/* 모바일CSS */
@media screen and (max-width:640px) {
	.news-select {
		min-width: 100px;
		font-size: 1.5rem;
		padding-left: 15px;
		padding-right: 22px;
	}

	.form_search .input_box {
		width: 100%;
	}

	.input_box input {
		font-size: 1.5rem;
	}
}

/* ==================================================
	게시판 리스트
================================================== */
.bbstype_thumb {
	/*border-top: 1px solid #000;*/
}

.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: var(--brand-color-dmain);;
}

.bbstype_thumb .txt_box {
	display: block;
}

.bbstype_thumb .txt_box .date {
	display: block;
	margin-bottom: 12px;
	font-size: 1.8rem;
	letter-spacing: -0.025em;
	color: var(--brand-color-dmain);;
}

.bbstype_thumb .txt_box .tit {
	margin-bottom: 25px;
	font-size: 2.5rem;
	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 {
	min-height:87px;
	font-size: 1.7rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.025em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	max-height: 87px;
	line-height: 1.8;
	height: auto;
	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 {
		font-size: 1.7rem;
	}

	.bbstype_thumb .txt_box .tit {
		margin-bottom: 20px;
		font-size: 2.2rem;
	}

	.bbstype_thumb .txt_box .desc {
		font-size: 1.7rem;
		max-height: 83px;
		line-height: 1.7;
	}
}

@media screen and (max-width:640px) {
	.thumb_box {
		top: 28px;
		left: 15px;
		width: 200px;
		height: 136px;
	}

	.bbstype_thumb a {
		padding: 30px 15px 30px 235px;
	}

	.bbstype_thumb .txt_box .date {
		font-size: 1.6rem;
	}

	.bbstype_thumb .txt_box .tit {
		font-size: 2rem;
	}

	.bbstype_thumb .txt_box .desc {
		font-size: 1.6rem;
		max-height: 50px;
		line-height: 1.6;
		min-height:45px;
	}
}

@media screen and (max-width:450px) {
	.thumb_box {
		top: 24px;
		left: 15px;
		width: 150px;
		height: 102px;
	}

	.bbstype_thumb a {
		padding: 20px 15px 20px 180px;
	}

	.bbstype_thumb .txt_box .date {
		font-size: 1.5rem;
	}

	.bbstype_thumb .txt_box .tit {
		font-size: 1.7rem;
		margin-bottom: 15px;
	}

	.bbstype_thumb .txt_box .desc {
		font-size: 1.5rem;
		max-height: 45px;
	}
}

/* ==================================================
	페이징
================================================== */
.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:645px) {
	.prd_paging {
		margin-top: 5px;
		padding: 25px 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 {
		width: 25px;
		height: 25px;
		font-size:1.7rem;
		line-height: 1;
	}
}

@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.6rem;
	}
}

.footer_bt{text-align:right}
.footer_bt button{
	width: auto;
    height: auto;
    padding: 0px 10px;
    font-size: 1.6rem;
    line-height: 28px;
    height: 28px;
	background: #136ab2;
    color: white;
	margin: 0;
    border: 0px;
    border-radius: 5px;
    vertical-align: top;
    overflow: hidden;
    cursor: pointer;
    margin-left: 1px;
}