/* 게시판 최신글+Contact 섹션 4 */
.notice-contact-3-spaceflex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 3.6em;
}
.notice-contact-3-spaceflex .notice, .notice-contact-3-spaceflex .contact {
	width: calc((100% - 30px) / 2);
}
.em-board-banner-4 {
	background-color: #f5f5f5;
}
.em-board-banner-4 .item-holder {border: 1px solid transparent;}
.em-board-banner-4 .item-holder .left-title {position: relative;}
.em-board-banner-4 .item-holder .left-title h4 {padding-top: 0;padding-bottom: 32px;margin: 0;text-align: left;}
.em-board-banner-4 .item-holder .left-title .img-button-plus {position: absolute;top: 0;right: 0;height: 100%;max-height: 44px;opacity: 0.7;}
.em-board-banner-4 .item-holder .left-title .img-button-plus:hover {opacity: 1;}
.em-board-banner-4 .animation-btn {padding-top: 10px;padding-bottom: 10px;}
.recent-table {margin: 0 0;min-height: 220px;}
.em-board-banner-4 .recent-table table {width: 100%;table-layout: fixed;border-top: 1px solid #dfdfdf;}
.em-board-banner-4 .recent-table table tbody th, .recent-table table tbody td {border-bottom: 1px solid #dfdfdf;}
.em-board-banner-4 .recent-table table tbody th {background-color: transparent;padding: 8px 5px;width: 60px;}
.em-board-banner-4 .recent-table table tbody th p {color: #f5cb11;font-size: 30px;line-height: 1;margin: 0;font-weight: 600;}
.em-board-banner-4 .recent-table table tbody th p.date-span {font-weight: normal;font-size: 11px;margin-top: 3px;color: #303030;}
.em-board-banner-4 .recent-table table tbody td {background-color: transparent;padding: 18px 10px 18px 20px;width: calc(100% - 60px);}
.em-board-banner-4 .recent-table table tbody td.subject {padding-left: 0;}
.em-board-banner-4 .recent-table table tbody td.datetime {width: 110px;}
.em-board-banner-4 .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-4 .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-4 .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-4 .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-4 .recent-table table tbody td div p.content {font-size: 16px;margin-bottom: 0;color: #909090;}

.em-board-banner-4 .contact .cont-box {
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.em-board-banner-4 .contact .cont-box {
	width: calc(100% / 2 - 5px);
	padding: 40px 40px;
	min-height: 220px;
	padding: 25px 25px;
	overflow: hidden;
	border-radius: 14px;
}
.em-board-banner-4 .contact .cont-box.content-1 {background-color: #1a3758;}
.em-board-banner-4 .contact .cont-box.content-2 {background-color: #234a77;}
.em-board-banner-4 .contact .cont-box .pluscon-zone {width: 100%;height: 100%;border: 1px solid rgba(255, 255, 255, 0.7);text-align: center;}
.em-board-banner-4 .contact .cont-box .pluscon-zone img {height: 70px;width: auto;transition: all ease 0.3s;}
.em-board-banner-4 .contact .cont-box .pluscon-zone h5 {color: #fff;font-size: 20px;margin-bottom: 0;margin-top: 15px;font-weight: 500;}
.em-board-banner-4 .contact .cont-box .pluscon-zone p {color: #fff;text-transform: uppercase;letter-spacing: -0.05em;font-weight: 300;margin-bottom: 0;margin-top: 5px;}
.em-board-banner-4 .contact .cont-box .pluscon-zone:hover img {transform: rotateY(180deg);}

@media screen and (max-width: 991px) { /* 부트스트랩 테이블 변환 초기화 */
	.em-board-banner-4 .recent-table table thead {display: table-header-group;}
	.em-board-banner-4 .recent-table table thead tr {display: table-row;}
	.em-board-banner-4 .recent-table table tbody {display: table-row-group;}
	.em-board-banner-4 .recent-table table tbody tr {display: table-row;}
    .em-board-banner-4 .recent-table table tbody tr th {display: table-cell;}
	.em-board-banner-4 .recent-table table tbody tr td {display: table-cell;}
	.em-board-banner-4 .contact {margin-top: 0;}
	.notice-contact-3-spaceflex .notice, .notice-contact-3-spaceflex .contact {
		width: 100%;
	}
	.recent-table {
		min-height: 1px;
	}
}
@media only screen and (max-width: 640px) {
	.em-board-banner-4 .item-holder .left-title h3 {font-size: 26px;line-height: 26px;}
	.em-board-banner-4 .contact .img-box {display: none;}
	.em-board-banner-4 .contact .cont-box {min-height: 230px;}
}
@media only screen and (max-width: 480px) {
	.em-board-banner-4 .item-holder .left-title h3 {font-size: 22px;line-height: 22px;}
	.em-board-banner-4 .item-holder .left-title .img-button-plus {
		max-height: 30px;
	}
	.em-board-banner-4 .contact .cont-box {padding: 15px 15px;min-height: 210px;}
	.em-board-banner-4 .contact .cont-box .pluscon-zone img {height: 60px;}
	.em-board-banner-4 .contact .cont-box .pluscon-zone h5 {font-size: 18px;}
	.em-board-banner-4 .contact .cont-box .pluscon-zone p {font-size: 12px;}
}