/* 게시판 최신글+Contact 섹션 2 */
.em-board-banner-2 .item-holder {border: 1px solid transparent;}
.em-board-banner-2 .item-holder .left-title {position: relative;}
.em-board-banner-2 .item-holder .left-title h4 {padding-top: 16px;padding-bottom: 32px;margin: 0;text-align: left;}
.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;}
.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: 1.2em;}
.em-board-banner-2 .contact .cont-box p {position: relative;font-size: 18px;color: #505050;padding-left: 30px;}
.em-board-banner-2 .contact .cont-box p.telephone {font-size: 30px;color: #da0253;margin-bottom: 15px;padding-left: 0;line-height: 1.2;}
.em-board-banner-2 .contact .cont-box p.telephone a {color: #da0253;}
.em-board-banner-2 .contact .cont-box p span {position: absolute;left: 0;top: 2px;}

@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 .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);
	}
}