/* 게시판 최신글+Contact 섹션 3 */
.notice-1-full {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.notice-1-full .bg-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.85);
}
.notice-1-full .notice-1-full-area {
	width: 100%;
}
.notice-1-full .notice-1-full-flex {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.notice-1-full .notice-1-full-flex > div:first-child {
	width: 25%;
}
.notice-1-full .notice-1-full-flex > div:last-child,
.notice-1-full .notice-1-full-flex > div.notice-1-full-area {
	width: 70%;
}
.notice-1-full .item-holder {border: 1px solid transparent;}
.notice-1-full .item-holder .left-title {position: relative;}
.notice-1-full .item-holder .left-title h4 {padding-top: 16px;padding-bottom: 32px;margin: 0;text-align: left;}
.notice-1-full .item-holder .left-title .img-button-plus {position: absolute;top: calc(50% - 31px);right: 0;height: 100%;max-height: 46px;opacity: 0.7;}
.notice-1-full .item-holder .left-title .img-button-plus:hover {opacity: 1;}
.notice-1-full .animation-btn {padding-top: 10px;padding-bottom: 10px;}
.recent-table {margin: 0 0;min-height: 1px !important;}
.notice-1-full .recent-table table {width: 100%;table-layout: fixed;border-top: 1px solid rgba(255,255,255,0.2);}
.notice-1-full .recent-table table tbody th, .recent-table table tbody td {border-bottom: 1px solid rgba(255,255,255,0.2);}
.notice-1-full .recent-table table tbody th {background-color: transparent;padding: 8px 5px;width: 60px;}
.notice-1-full .recent-table table tbody th p {color: #f5cb11;font-size: 30px;line-height: 1;margin: 0;font-weight: 600;}
.notice-1-full .recent-table table tbody th p.date-span {font-weight: normal;font-size: 11px;margin-top: 3px;color: #fff;}
.notice-1-full .recent-table table tbody td {background-color: transparent;padding: 18px 10px 18px 20px;width: calc(100% - 60px);}
.notice-1-full .recent-table table tbody td.subject {padding-left: 0;}
.notice-1-full .recent-table table tbody td.datetime {width: 110px;}
.notice-1-full .recent-table table tbody td p.date-span {font-weight: normal;font-size: 13px;margin-top: 0;margin-bottom: 0;color: #fff;}
.notice-1-full .recent-table table tbody td div p {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;-ms-text-overflow: ellipsis;-o-text-overflow: ellipsis;}
.notice-1-full .recent-table table tbody td div p.subject {
	font-size: min(3.3333333333333335vw,18px);
	color: #fff;
	font-weight: 600;
	margin-bottom: 0;
	position: relative;
	padding-left: 20px;
	letter-spacing: -0.02em;
}
.notice-1-full .recent-table table tbody td div p.subject::before {position: absolute;top: 5px;left: 0;width: 8px;height: 8px;background-color: #3e4c86;content: "";}
.notice-1-full .recent-table table tbody td div p.content {font-size: 16px;margin-bottom: 0;color: #909090;}
.notice-1-full .recent-table table tbody td div p.subject span {
	display: block;
	width: 100%;
	margin-top: 0.6em;
	font-weight: 300;
	font-size: 80%;
	color: #acacac;
	line-height: 1.2;
}
.notice-1-full.white-bg .recent-table table {
	border-top: 11px solid #dfdfdf;
}
.notice-1-full.white-bg .recent-table table tbody th, .recent-table.white-bg table tbody td {
	border-bottom: 1px solid #dfdfdf;
}
.notice-1-full.white-bg .recent-table table tbody td div p.subject {
	color: #323232;
}
.notice-1-full.white-bg .recent-table table tbody td div p.subject span {
	color: #525252;
}
.notice-1-full.white-bg .recent-table table tbody th p.date-span,
.notice-1-full.white-bg .recent-table table tbody td p.date-span {
	color: #323232;
}
.notice-1-full .animation-btn {
    margin-top: 50px;
}
@media only screen and (min-width: 841px) {
	.notice-1-full .recent-table table tbody td div p.subject {
		font-size: min(3.9583333333333335vw,22px);
	}
	.notice-1-full .recent-table table tbody td div p.subject::before {
		top: 7px;
	}
}
@media only screen and (max-width: 1199px) {
	.notice-1-full .notice-1-full-flex > div:first-child,
	.notice-1-full .notice-1-full-flex > div:last-child,
	.notice-1-full .notice-1-full-flex > div.notice-1-full-area {
		width: 100%;
	}
}
@media screen and (max-width: 991px) { /* 부트스트랩 테이블 변환 초기화 */
	.notice-1-full.section .container {
		padding-top: min(14.75vw, 100px);
		padding-bottom: min(5.25vw, 50px);
	}
	.notice-1-full .recent-table table thead {display: table-header-group;}
	.notice-1-full .recent-table table thead tr {display: table-row;}
	.notice-1-full .recent-table table tbody {display: table-row-group;}
	.notice-1-full .recent-table table tbody tr {display: table-row;}
    .notice-1-full .recent-table table tbody tr th {display: table-cell;}
	.notice-1-full .recent-table table tbody tr td {display: table-cell;}
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 480px) {
	.notice-1-full .recent-table table tbody td div p.subject {
		font-size: min(4.166666666666667vw,16px);
	}
}