@charset "UTF-8";
/* Form */
/* Button */
:root {
	--table-line: #000;
}

/****************************************************
테이블 상단 control 영역 (selectbox 외 조회) 필요할 경우 개별 추가
******************************************************/
/************************** Align ***************************/
/* Text */
.align-center {
	text-align: center !important;
}

.align-left {
	text-align: left !important;
}

.align-right {
	text-align: right !important;
}

/************************** common board ***************************/
.table-board h4 {
	margin-bottom: 0;
	word-break: keep-all;
	line-height: 1.3;
}

.select-area {
	padding-top: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 14px;
	padding: 0 20px;
}
.select-area p {
	font-weight: bold;
	margin-right: 3rem;
}

/************************** normal board ***************************/
.empty {
	height: 100%;
    padding: 10rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.empty p {
	color: #777777;
}
/* List */
.table-list {
	border-top: 1px solid var(--table-line);
}
.table-list .gray {
	color: #666;
}
.table-list .top {
	border-bottom: 1px solid #bbb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 60px;
}
.table-list .top p {
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	padding: 0 10px;
}
.table-list .con .row {
	border-bottom: 1px solid #e5e5e5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: auto;
	min-height: 60px;
	padding: 10px 0;
}
.table-list .con .row p {
	text-align: center;
	line-height: 1.4;
	padding: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.table-list .con .row .table-title-wrap {
	display: flex;
}
.table-list .con .row .table-title-wrap .table-title {
	width: unset;
	margin-right: 1.3rem;
}
.table-list .con .row .table-title-wrap img {
	width: 20px;
	height: 20px;
	margin-right: 7px;
}
.table-list .con .row .table-title-wrap img:last-child {
	margin-right: 0;
}
.table-list .con .row .table-title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	display: block;
	text-align: left;
}
.table-list .con .row .table-title:hover {
	color: #777777;
	transition: 0.1s;
}
.table-list .con .row .table-num {
	justify-content: flex-start;
}
.table-list .con .row .table-num,
.table-list .top p:nth-child(1) {
	width: 10%;
	text-align: left;
}

.table-list .con .row .table-type,
.table-list .top p:nth-child(3) {
	width: 15%;
}

.table-list .con .row .table-title-wrap,
.table-list .top p:nth-child(2) {
	width: 60%;
}

.table-list .con .row .table-date,
.table-list .top p:nth-child(4) {
	width: 15%;
}

/************************** #view ***************************/
.view {
	border-top: 3px solid #000;
	margin-bottom: 10rem;
}
.view .view-top {
	padding: 4rem 3rem;
	border-bottom: 1px solid #ddd;
}
.view .view-top .info {
	margin-bottom: 15px;
}
.view .view-top .info > * {
	color: #555555;
}
.view .view-top .info > span {
	position: relative;
	margin-right: 5px;
	padding-right: 10px;
}
.view .view-top .info > span:last-child {
	margin-right: 0;
	padding-right: 0;
}
.view .view-top .info > span:last-child:after {
	display: none;
}
.view .view-top .info > span:after {
	content:'|';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.view .view-top .info .table-type {
	position: relative;
	padding-right: 8px;
	margin-right: 8px;
}
.view .view-top .info .table-type:after {
	content: "|";
	position: absolute;
	right: 0;
}
.view .view-top p {
	font-size: var(--font-xlarge);
	color: #000;
	font-weight: var(--weight-bold);
	line-height: 1.5;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: keep-all;
}
.view .view-con {
	padding: 4rem 3rem;
	border-bottom: 0.1rem solid #ddd;
}
.view .view-con p {
	line-height: 1.8;
	display: flex;
	flex-direction: column;
}
.view .view-con p img {
	width: 100%;
	max-width: 700px;
	height: auto;
	margin: 0 auto;
}
.download-wrap {
	margin-bottom: 4rem;
}
.download-wrap ul {
	display: flex;
	flex-wrap: wrap;
}
.download-wrap ul img {
	margin-right: 1rem;
}
.download-wrap ul li.download_li {
	width: 100%;
	min-width: unset;
	max-width: 400px;
	position: relative;
}
.download-wrap ul li.download_li > a {
	display: flex;
	align-items: center;
	padding: 10px 2rem;
	background: #f0f0f0 url("/images/common/icon_bottom_angle_gray.svg") no-repeat right 20px center/14px 8px;
	transition: all 0.1s ease;
	color: #5c5c5c;
	font-size: var(--font-small);
}
.download-wrap ul li.download_li > a:hover {
	background: #e6e6e6 url("/images/common/icon_bottom_angle_gray.svg") no-repeat right 20px center/14px 8px;
	transition: all 0.1s ease;
}
.download-wrap ul li.download_li .attachment {
	background: #fff;
	box-shadow: 2px 2px 10px 4px rgba(0, 0, 0, 0.06);
	margin-top: 1rem;
	padding: 20px;
	position: absolute;
	width: 100%;
}
.download-wrap ul li.download_li .attachment ul {
	width: 100%;
	margin-bottom: 5px;
}
.download-wrap ul li.download_li .attachment ul:last-child {
	margin-bottom: 0;
}
.download-wrap ul li.download_li .attachment ul li {
	line-height: 1.4;
	display: flex;
	align-items: flex-start;
}
.download-wrap ul li.download_li .attachment ul li img {
	margin-right: 8px;
	padding-top: 5px;
}
.download-wrap ul li.download_li .attachment ul li .attach_down {
	display: flex;
	white-space: nowrap;
	align-items: center;
	height: 100%;
}
.download-wrap ul li.download_li .attachment ul li .attach_down a {
	display: flex;
	align-items: center;
	height: auto;
	margin-left: 15px;
	padding: 0.7rem;
	background: #f7f7f7;
	border-radius: 0.5rem;
	border: 0.1rem solid #ddd;
	transition: all 0.1s ease;
	font-size: var(--font-small);
}
.download-wrap ul li.download_li .attachment ul li .attach_down a:hover {
	background: #eeebeb;
	transition: all 0.1s ease;
}
.download-wrap ul li.download_li .attachment .xbtn {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	cursor: pointer;
	width: 13px;
	height: 13px;
	display: flex;
	align-items: flex-end;
}
.download-wrap ul li.download_li .attachment .xbtn img {
	width: 7px;
	height: 7px;
}

/************************** gallery ***************************/
/* List */
.gallery-list {
	padding-top: 3rem;
}
.gallery-list .gallery-list-con {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px -20px 0;
	width: auto;
}
.gallery-list .gallery-list-con li {
	width: calc(25% - 10px);
	margin: 0 10px 20px 0;
	border: 1px solid var(--color-bd);
}
.gallery-list .gallery-list-con li .gallery-list-card {
	margin-bottom: 0;
	background: white;
	border: 0.1rem solid var(--color-bd-gray);
}
.gallery-list .gallery-list-con li .gallery-list-card .img-area {
	background: #f7f7f7;
	width: 100%;
	height: 25rem;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid var(--color-bd);
}
.gallery-list .gallery-list-con li .gallery-list-card .img-area img {
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.gallery-list .gallery-list-con li .gallery-list-card .txt-area {
	padding: 2.6rem 2.4rem 3.6rem;
	overflow: hidden;
}
.gallery-list .gallery-list-con li .gallery-list-card .txt-area a {
	font-size: var(--font-large);
	display: -webkit-box;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.4;
}
.gallery-list .gallery-list-con li .gallery-list-card .txt-area a .gallery-title {
	margin-bottom: 1rem;
	line-height: 1.5;
	font-size: var(--font-large);
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	/*  word-break: keep-all;*/
}
.gallery-list .gallery-list-con li .gallery-list-card .txt-area a .gallery-date {
	padding-right: 1rem;
}
.gallery-list .gallery-list-con li .gallery-list-card .txt-area a .gallery-date,
.gallery-list .gallery-list-con li .gallery-list-card .txt-area a .gallery-writer {
	font-size: var(--font-small);
	color: #777777;
	position: relative;
	display: inline-block;
	margin-bottom: 1.4rem;
}
.gallery-list .gallery-list-con li .gallery-list-card .txt-area a .gallery-date:after {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 22px;
	background: #777777;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

/*style2*/
.gallery-list.style2 .gallery-list-con {
	margin: 0 -20px -50px 0;
}
.gallery-list.style2 .gallery-list-con li {
	margin: 0 20px 50px 0;
	width: calc(25% - 20px);
	border: none;
}
.gallery-list.style2 .gallery-list-con li .gallery-list-card {
	border-radius: 0;
	background: transparent;
}
.gallery-list.style2 .gallery-list-con li .gallery-list-card .img-area {
	margin-bottom: 1rem;
	border-bottom: none;
}
.gallery-list.style2 .gallery-list-con li .gallery-list-card .txt-area {
	padding: 0;
}
.gallery-list.style2 .gallery-list-con li .gallery-list-card .txt-area a .gallery-title {
	font-size: var(--font-regular);
}
.gallery-list .gallery-list-con li .gallery-list-card .txt-area a .gallery-date:after {
	display: none;
}
@media only screen and (min-width: 769px) {
	.gallery-list.style2 .gallery-list-con li .gallery-list-card .img-area {
		height: auto;
		overflow: unset;
	}
	.gallery-list.style2 .gallery-list-con li .gallery-list-card .img-area img {
		width: 100%;
		height: auto;
		position: unset;
		transform: unset;
	}
}

/* View */
.vd-wrap {
	margin-bottom: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.vd-wrap .vd {
	width: 100%;
	max-width: 640px;
	height: 500px;
	text-align: center;
}

/************************** 반응형 ***************************/
@media screen and (max-width: 1024px) {
	.gallery-list .gallery-list-con li {
		width: calc(33.3333333333% - 10px);
	}
	.gallery-list.style2 .gallery-list-con li {
		width: calc(33.3333333333% - 20px);
	}
}
@media screen and (max-width: 768px) {
	.table-list .top {
		display: none;
	}
	.table-list .con .row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 20px 20px 20px 75px;
		position: relative;
	}
	.table-list .con .row p,
	.table-list .con .row a {
		padding: 0;
	}
	.table-list .con .row .table-num {
		position: absolute;
		left: 0;
		width: 55px !important;
		height: 100%;
		background: #f5f5f5;
		font-size: 14px;
		justify-content: center;
	}
	.table-list .con .row .table-type,
	.table-list .con .row .table-date,
	.table-type,
	.table-date {
		white-space: nowrap;
		width: auto;
		color: #666;
		font-size: 14px;
		display: inline-block;
	}
	.table-list .con .row .table-type {
		position: relative;
		padding-right: 6px;
		margin-right: 5px;
		margin-left: 0;
		border-right: 1px solid #dddddd;
		width: auto !important;
	}
	/* .table-list .con .row .table-type:after {
		content: "|";
		position: absolute;
		top: -1px;
		right: 0;
		color: #c4c4c4;
	} */
	.table-list .con .row .table-title-wrap {
		order: 2;
		width: 100%;
		margin-top: 10px;
	}
	.table-list .con .row .table-title-wrap .table-title {
		margin-top: 0;
		margin-right: 0;
		font-size: var(--font-medium);
	}
	.table-list .con .row .table-title {
		width: 100%;
		font-weight: 500;
		margin-left: 0;
	}
	.table-list .con .row .table-title:hover {
		color: #777777;
	}
	.gallery-list .gallery-list-con li {
		width: calc(50% - 10px);
	}
	.gallery-list.style2 .gallery-list-con li {
		width: calc(50% - 20px);
	}
	.gallery-list-card .txt-area {
		padding: 4rem 50px 3.6rem;
	}
	.gallery-view .gallery-view-con,
	.gallery-view .gallery-view-top {
		padding: 4rem 20px;
	}
	.gallery-list.style2 .gallery-list-con li .gallery-list-card .img-area img {
		width: 100%;
		height: auto;
		top: 0;
	}
	.view .view-con,
	.view .view-top {
		padding: 4rem 20px;
	}
}
@media screen and (max-width: 500px) {
	.select-area {
		padding-top: 3rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 14px;
		padding: 0 20px;
		border-bottom: none;
	}
	.select-area p {
		margin-right: 3rem;
		margin-bottom: 0;
		white-space: nowrap;
	}
	.table-list .con .row .table-title-wrap img {
		width: 14px;
		height: 14px;
	}
	.gallery-list .gallery-list-con,
	.gallery-list.style2 .gallery-list-con {
		margin: 0;
	}
	.gallery-list .gallery-list-con li,
	.gallery-list.style2 .gallery-list-con li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.gallery-list .gallery-list-con li .gallery-list-card {
		border-radius: 20px;
		overflow: hidden;
	}
	.gallery-list .gallery-list-con li .gallery-list-card .img-area img {
		width: 100%;
		height: auto;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}
