/* 게시판 최신글+Contact 섹션 2 */
.em-board-banner-2 .item-holder {border: 1px solid transparent;}
.em-board-banner-2 .item-holder.map-frame {height: 450px;}
.em-board-banner-2 .item-holder .left-title {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.em-board-banner-2 .item-holder .left-title h4 {padding-top: 0;padding-bottom: 32px;margin: 0;text-align: left;}
.em-board-banner-2.dark .item-holder .left-title h3 {color: #fff;}
.em-board-banner-2 .item-holder .left-title .img-button-plus {position: absolute;top: calc(50% - 31px);right: 0;height: 100%;max-height: 46px;opacity: 0.7;}
.em-board-banner-2 .item-holder .left-title .img-button-plus:hover {opacity: 1;}
.em-board-banner-2 .animation-btn {padding-top: 10px;padding-bottom: 10px;}

.em-board-banner-2 .item-holder .left-title .location-info {
	position: relative;
	display: inline-flex;
	flex-wrap: wrap;
	column-gap: 25px;
	row-gap: 10px;
	margin-top: 15px;
}
.em-board-banner-2 .item-holder .left-title .location-info p {
	color: #323232;
}
.em-board-banner-2 .item-holder .left-title .location-info p span {
	font-weight: 700;
}
.em-board-banner-2 .item-holder .left-title .location-info p a {
	color: #323232;
}
.em-board-banner-2 .item-holder .left-title .location-info p a:hover {
	color: #323232;
}
.recent-table {margin: 0 0;min-height: 275px;}
.em-board-banner-2 .recent-table table {width: 100%;table-layout: fixed;border-top: 1px solid #dfdfdf;}
.em-board-banner-2 .recent-table table tbody th, .recent-table table tbody td {border-bottom: 1px solid #dfdfdf;}
.em-board-banner-2 .recent-table table tbody th {background-color: transparent;padding: 8px 5px;width: 60px;}
.em-board-banner-2 .recent-table table tbody th p {color: #f5cb11;font-size: 30px;line-height: 1;margin: 0;font-weight: 600;}
.em-board-banner-2 .recent-table table tbody th p.date-span {font-weight: normal;font-size: 11px;margin-top: 3px;color: #303030;}
.em-board-banner-2 .recent-table table tbody td {background-color: transparent;padding: 25px 10px 25px 20px;width: calc(100% - 60px);}
.em-board-banner-2 .recent-table table tbody td div p {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;-ms-text-overflow: ellipsis;-o-text-overflow: ellipsis;}
.em-board-banner-2 .recent-table table tbody td div p.subject {font-size: 18px;color: #303030;font-weight: 600;margin-bottom: 5px;}
.em-board-banner-2 .recent-table table tbody td div p.content {font-size: 16px;margin-bottom: 0;color: #909090;}

.em-board-banner-2 .contact .img-box, .em-board-banner-2 .contact .cont-box {float: left;}
.em-board-banner-2 .contact .img-box {margin-right: 30px;}
.em-board-banner-2 .contact .cont-box {padding-top: 20px;width: calc(100% - 240px);}
.em-board-banner-2 .contact .cont-box ul {
	row-gap: 15px;
	margin-bottom: 0;
}
.em-board-banner-2 .contact .cont-box p {position: relative;font-size: 18px;color: #505050;padding-left: 30px;}
.em-board-banner-2.dark .contact .cont-box p {color: rgba(255,255,255,0.7);}
.em-board-banner-2 .contact .cont-box p.telephone {font-size: 30px;color: #41b154;margin-bottom: 10px;padding-left: 0;line-height: 1.2;}
.em-board-banner-2 .contact .cont-box p.telephone a {color: #41b154;}
.em-board-banner-2 .contact .cont-box p span {position: absolute;left: 0;top: 2px;}

.em-board-banner-2 .em-gmap {
	width: 100%;
	height: 440px;
	border-top: 10px solid #efefef;
	border-bottom: 10px solid #efefef;
}

@media screen and (max-width: 1000px) {
	.em-board-banner-2 .item-holder .left-title .location-info {
		width: 100%;
		margin-top: 0;
		margin-bottom: 40px;
	}
	.em-board-banner-2 .item-holder .left-title .location-info p {
		width: 100%;
	}
}
@media screen and (max-width: 991px) { /* 부트스트랩 테이블 변환 초기화 */
	.em-board-banner-2 .recent-table table thead {display: table-header-group;}
	.em-board-banner-2 .recent-table table thead tr {display: table-row;}
	.em-board-banner-2 .recent-table table tbody {display: table-row-group;}
	.em-board-banner-2 .recent-table table tbody tr {display: table-row;}
    .em-board-banner-2 .recent-table table tbody tr th {display: table-cell;}
	.em-board-banner-2 .recent-table table tbody tr td {display: table-cell;}
	.em-board-banner-2 .contact {margin-top: 35px;}
}
@media only screen and (max-width: 640px) {
	.em-board-banner-2 .item-holder .left-title h3 {font-size: 26px;line-height: 26px;}
	.em-board-banner-2 .contact .img-box {display: none;}
	.em-board-banner-2 .contact .cont-box {width: 100%;}
}
@media only screen and (max-width: 480px) {
	.em-board-banner-2 .item-holder.map-frame {height: 400px;}
	.em-board-banner-2 .em-gmap {
		height: 390px;
	}
	.em-board-banner-2 .item-holder .left-title h3 {font-size: 22px;line-height: 22px;}
	.em-board-banner-2 .item-holder .left-title .img-button-plus {
		max-height: 37px;
		top: calc(50% - 26px);
	}
	.em-board-banner-2 .item-holder .left-title .location-info p span {
		display: block;
		margin-bottom: 5px;
	}
}