/* 게시판 최신글+Contact 섹션 3 */
.em-board-banner-3 .item-holder {border: 1px solid transparent;}
.em-board-banner-3 .item-holder .left-title {position: relative;}
.em-board-banner-3 .item-holder .left-title h4 {padding-top: 16px;padding-bottom: 32px;margin: 0;text-align: left;}
.em-board-banner-3 .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-3 .item-holder .left-title .img-button-plus:hover {opacity: 1;}
.em-board-banner-3 .animation-btn {padding-top: 10px;padding-bottom: 10px;}
.recent-table {margin: 0 0;min-height: 275px;}
.em-board-banner-3 .recent-table table {width: 100%;table-layout: fixed;border-top: 1px solid #dfdfdf;}
.em-board-banner-3 .recent-table table tbody th, .recent-table table tbody td {border-bottom: 1px solid #dfdfdf;}
.em-board-banner-3 .recent-table table tbody th {background-color: transparent;padding: 8px 5px;width: 60px;}
.em-board-banner-3 .recent-table table tbody th p {color: #f5cb11;font-size: 30px;line-height: 1;margin: 0;font-weight: 600;}
.em-board-banner-3 .recent-table table tbody th p.date-span {font-weight: normal;font-size: 11px;margin-top: 3px;color: #303030;}
.em-board-banner-3 .recent-table table tbody td {background-color: transparent;padding: 18px 10px 18px 20px;width: calc(100% - 60px);}
.em-board-banner-3 .recent-table table tbody td.subject {padding-left: 0;}
.em-board-banner-3 .recent-table table tbody td.datetime {width: 110px;}
.em-board-banner-3 .recent-table table tbody td p.date-span {font-weight: normal;font-size: 13px;margin-top: 0;margin-bottom: 0;color: #303030;}
.em-board-banner-3 .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-3 .recent-table table tbody td div p.subject {font-size: 18px;color: #808080;font-weight: 500;margin-bottom: 0;position: relative;padding-left: 20px;}
.em-board-banner-3 .recent-table table tbody td div p.subject::before {position: absolute;top: calc(50% - 3px);left: 0;width: 8px;height: 8px;background-color: #3e4c86;content: "";}
.em-board-banner-3 .recent-table table tbody td div p.content {font-size: 16px;margin-bottom: 0;color: #909090;}

.em-board-banner-3 .contact .cont-box {
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.em-board-banner-3 .contact .cont-box {position: relative;padding: 40px 40px;width: 100%;min-height: 300px;}
.em-board-banner-3 .contact .cont-box .bg-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.em-board-banner-3 .contact .cont-box ul.row-gap {row-gap: 1.0em;}
.em-board-banner-3 .contact .cont-box p {position: relative;font-size: 18px;color: #fff;padding-left: 30px;text-shadow: 1px 1px 1px #000;}
.em-board-banner-3 .contact .cont-box p a {color: #fff;text-shadow: 1px 1px 1px #000;}
.em-board-banner-3 .contact .cont-box p.telephone {font-size: 40px;color: #fff;margin-bottom: 20px;padding-left: 0;line-height: 1.2;}
.em-board-banner-3 .contact .cont-box p span {position: absolute;left: 0;top: 2px;}

@media screen and (max-width: 991px) { /* 부트스트랩 테이블 변환 초기화 */
	.em-board-banner-3 .recent-table table thead {display: table-header-group;}
	.em-board-banner-3 .recent-table table thead tr {display: table-row;}
	.em-board-banner-3 .recent-table table tbody {display: table-row-group;}
	.em-board-banner-3 .recent-table table tbody tr {display: table-row;}
    .em-board-banner-3 .recent-table table tbody tr th {display: table-cell;}
	.em-board-banner-3 .recent-table table tbody tr td {display: table-cell;}
	.em-board-banner-3 .contact {margin-top: 35px;}
}
@media only screen and (max-width: 640px) {
	.em-board-banner-3 .item-holder .left-title h3 {font-size: 26px;line-height: 26px;}
	.em-board-banner-3 .contact .img-box {display: none;}
	.em-board-banner-3 .contact .cont-box {width: 100%;}
}
@media only screen and (max-width: 480px) {
	.em-board-banner-3 .item-holder .left-title h3 {font-size: 22px;line-height: 22px;}
	.em-board-banner-3 .item-holder .left-title .img-button-plus {
		max-height: 37px;
		top: calc(50% - 26px);
	}
}