/* 게시판 최신글+Contact 섹션 3 */
.notice-1-full-2 {
	position: relative;
	background-color: #f2efee;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.notice-1-full-2 .bg-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.85);
}
.notice-1-full-2.white-bg .bg-cover {
	background: rgba(255,255,255,0.95);
}
.notice-1-full-2 .notice-1-full-2-area {
	width: 100%;
}
.notice-1-full-2 .notice-1-full-2-flex {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.notice-1-full-2 .notice-1-full-2-flex > div:first-child {
	width: 25%;
}
.notice-1-full-2 .notice-1-full-2-flex > div:last-child,
.notice-1-full-2 .notice-1-full-2-flex > div.notice-1-full-2-area {
	width: 70%;
}
.notice-1-full-2 .recent-table {margin: 0 0;min-height: 1px !important;}
.notice-1-full-2 .recent-table table {
	width: 100%;
	border-top: 3px solid rgba(0, 0, 0, 1.0);
	background-color: #fff;
}
.notice-1-full-2.white-bg .recent-table table {
	border-top: 3px solid rgba(0,0,0,0.9);
}
.notice-1-full-2 .recent-table table tbody td {
	background-color: transparent;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	vertical-align: middle;
	padding: 20px 15px;
	font-size: min(3.75vw,20px);
}
.notice-1-full-2 .recent-table table tbody td.datetime {
	width: 200px;
	text-align: center;
	color: #909090;
}
.notice-1-full-2 .recent-table table tbody td .subject-flex {
    display: flex;
}
.notice-1-full-2 .recent-table table tbody td.recent-con p.subject {
    display: inline-block;
    font-family: 'GmarketSansMedium';
    font-size: 1.1rem;
    color: #303030;
    line-height: 1.4;
    margin-top: 2px;
}
.notice-1-full-2 .recent-table table tbody td.recent-con p.content {
    margin-top: 0.4rem;
    margin-bottom: 0;
    font-size: 0.95rem;
    color: #707070;
    font-family: 'GmarketSansLight';
	line-height: 1.4;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.notice-1-full-2 .recent-table table tbody td.recent-con span.notice-ico {
    margin-right: 10px;
    font-size: 0.80rem;
    padding: 3px 10px 1px;
    height: 24px;
    color: #fff;
    background-color: #f36d2f;
    font-family: 'GmarketSansMedium';
    line-height: 1.6;
}
.notice-1-full-2 .recent-table table tbody tr:hover td.recent-con span.notice-ico {
    background-color: #000;
    transition: background-color ease-out 0.3s;
}
.notice-1-full-2 .recent-table table tbody td div {
	white-space: unset;
}

.notice-1-full-2 .animation-btn {
    margin-top: 50px;
}
@media only screen and (min-width: 841px) {
}
@media only screen and (min-width: 992px) {
}
@media only screen and (max-width: 1199px) {
}
@media screen and (max-width: 991px) { /* 부트스트랩 테이블 변환 초기화 */
	.notice-1-full-2.section .container {
		padding-top: min(14.75vw, 100px);
		padding-bottom: min(5.25vw, 50px);
	}
	.notice-1-full-2 .recent-table table thead {display: table-header-group;}
	.notice-1-full-2 .recent-table table thead tr {display: table-row;}
	.notice-1-full-2 .recent-table table tbody {display: table-row-group;}
	.notice-1-full-2 .recent-table table tbody tr {display: table-row;}
    .notice-1-full-2 .recent-table table tbody tr th {display: block;}
	.notice-1-full-2 .recent-table table tbody tr td {
		display: block;
		width: 100%;
	}
	.notice-1-full-2 .recent-table table tbody td .subject-flex {
		flex-wrap: wrap;
	}
	.notice-1-full-2 .recent-table table tbody td.recent-con p.subject {
		width: 100%;
	}
	.notice-1-full-2 .recent-table table tbody td.datetime {width: 100%;text-align: left;}
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 480px) {
	.notice-1-full-2 .recent-table table tbody td {
		font-size: min(4.722222222222222vw,18px);
	}
}
@media only screen and (max-width: 360px) {
	.notice-1-full-2 .recent-table table tbody td {
		font-size: min(4.722222222222222vw,17px);
	}
}