.bt_wrap { margin: 50px 0 30px; text-align:center; }
.bt_wrap a { padding: 10px 25px 12px; font-size: 1.6rem; color: #fff; background: #222; border-radius: 4px;}
.bt_wrap a:hover {background: #777;}

.bt_modify { margin-bottom: 50px; text-align:right; }
.bt_modify a { padding: 5px 12px 7px; font-size: 1.4rem; color: #fff; background: #e95c1d; border-radius: 4px;}
.bt_modify a:hover {background: #777;}

.boardListWrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 0;
}

.boardListWrap .searcharea {
	width: 100%;
	padding: 40px 0;
	background: #f7f7f7;
	text-align: center;
	font-size: 0;
}

.boardListWrap .searcharea br {
	display: none;
}

.boardListWrap .searcharea select,
.boardListWrap .searcharea input[type="text"],
.boardListWrap .searcharea input[type="submit"],
.boardListWrap .searcharea a {
	display: inline-block;
	height: 60px;
	vertical-align: middle;
	box-sizing: border-box;
	font-size: 17px;
}

.boardListWrap .searcharea select,
.boardListWrap .searcharea input[type="text"] {
	border: 1px solid #dbdbdb;
}

.boardListWrap .searcharea select {
	width: 120px;
	padding: 0 10px;
	background: #fff url("/img/board/select_arrow.png") no-repeat calc(100% - 16px) 50%;

	/* for Firefox */
	-moz-appearance: none;
	/* for Chrome */
	-webkit-appearance: none;
	color: #000;
}

/* For IE10 */
.boardListWrap .searcharea select::-ms-expand {
	display: none;
}

.boardListWrap .searcharea input[type="text"] {
	width: 400px;
	padding: 0 16px;
	border-left: 0;
}

.boardListWrap .searcharea input[type="submit"],
.boardListWrap .searcharea a {
	width: 94px;
	padding-left: 40px;
	border-radius: 4px;
	text-align: left;
	font-weight: 500;
}

.boardListWrap .searcharea input[type="submit"] {
	margin-left: 20px;
	background: #1f56a7 url("/img/board/icon_search.png") no-repeat 19px 50%;
	color: #fff;
}

.boardListWrap .searcharea a {
	margin-left: 10px;
	padding-top: 14px;
	background: #fff url("/img/board/icon_write.png") no-repeat 22px 50%;
	border: 1px solid #aaa;
}

.boardList {
	margin-top: 80px;
}

.boardList > .top {
	height: 60px;
}

.boardList > .top .total {
	float: left;
	margin-top: 8px;
	font-size: 17px;
	font-weight: 300;
}

.boardList > .top .total b {
	font-weight: 500;
}

.boardList > .top .typeselecter {
	float: right;
	font-size: 0;
}

.boardList > .top .typeselecter button {
	border: 1px solid #dbdbdb;
	border-left: 0;
	background: #fff;
	cursor: pointer;
}

.boardList > .top .typeselecter button:first-child {
	border-left: 1px solid #dbdbdb;
}

.boardList.type1.list > .top .typeselecter .type_list {
	background: #333;
}

.boardList.type1.thumbnail > .top .typeselecter .type_thumbnail {
	background: #333;
}

.boardList.type1 .list_wrap .top,
.boardList.type1 .list_wrap .list .item {
	display: table;
	width: 100%;
}

.boardList.type1 .list_wrap .top {
	border-top: 2px solid #232323;
	border-bottom: 1px solid #dbdbdb;
}

.boardList.type1 .list_wrap .top,
.boardList.type1 .list_wrap .list {
	text-align: center;
	font-size: 0;
}

.boardList.type1 .list_wrap .list .item {
	border-bottom: 1px solid #c5c5c5;
}

.boardList.type1 .list_wrap .top > div {
	font-weight: 500;
}

.boardList.type1 .list_wrap .list > div {
	font-weight: 300;
}

.boardList.type1 .list_wrap .n,
.boardList.type1 .list_wrap .c,
.boardList.type1 .list_wrap .t,
.boardList.type1 .list_wrap .f,
.boardList.type1 .list_wrap .w,
.boardList.type1 .list_wrap .d {
	display: table-cell;
	height: 80px;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 17px;
	color: #666;
}


.boardList.type1.thumbnail .list_wrap .list .n,
.boardList.type1.thumbnail .list_wrap .list .c,
.boardList.type1.thumbnail .list_wrap .list .t,
.boardList.type1.thumbnail .list_wrap .list .f,
.boardList.type1.thumbnail .list_wrap .list .w,
.boardList.type1.thumbnail .list_wrap .list .d {
	height: 160px;
}

.boardList.type1 .list_wrap .n {
	width: 10%;
}

.boardList.type1 .list_wrap .list .n .notice {
	display: inline-block;
	width: 60px;
	height: 40px;
	margin-top: -4px;
	padding-top: 9px;
	box-sizing: border-box;
	border-radius: 4px;
	line-height: 100%;
	background: #1f56a7;
	font-weight: 500;
	color: #fff;
}

.boardList.type1 .list_wrap .c {
	width: 15%;
}

.boardList.type1 .list_wrap .t {
	width: 40%;
	color: #333;
}

.boardList.type1 .list_wrap .list .t {
	padding: 0;
	text-align: left;
}

.boardList.type1 .list_wrap .list .t .image {
	display: none;
}

.boardList.type1 .list_wrap .t a.text {
	display: inline-block;
	width: 90%;
	height: 80px;
	padding-top: 24px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.boardList.type1 .list_wrap .noitem {
	display: block;
	height: 80px;
	padding-top: 24px;
	box-sizing: border-box;
	border-bottom: 1px solid #c5c5c5;
	font-size: 17px;
}

.boardList.type1.thumbnail .list_wrap .list .t {
	font-size: 0;
}

.boardList.type1.thumbnail .list_wrap .list .t .image {
	display: inline-block;
	width: 30%;
	vertical-align: middle;
}

.boardList.type1.thumbnail .list_wrap .list .t .image img {
	width: 100%;
}

.boardList.type1.thumbnail .list_wrap .list .t .text {
	display: inline-block;
	width: 70%;
	height: auto;
	padding: 24px 20px 24px 20px;
	box-sizing: border-box;
	vertical-align: middle;
	overflow: visible;
	white-space: normal;
	font-size: 17px;
}

.boardList.type1 .list_wrap .f {
	width: 5%;
}

.boardList.type1 .list_wrap .w {
	width: 15%;
}

.boardList.type1 .list_wrap .d {
	width: 15%;
}

.boardList.type2 .list_wrap .list {
	border-top: 1px solid #232323;
	font-size: 0;
}

.boardList.type2 .list_wrap .list .line {
	border-bottom: 1px solid #dbdbdb;
}

.boardList.type2 .list_wrap .list .item {
	display: inline-block;
	width: calc(25% - 15px);
	margin-left: 20px;
	padding: 40px 0;
	vertical-align: top;
}

.boardList.type2 .list_wrap .list .item:nth-child(4n-3) {
	margin-left: 0;
}

.boardList.type2 .list_wrap .list .item .image img {
	width: 100%;
}

.boardList.type2 .item .text {
	display: block;
	margin: 20px 0;
	font-size: 17px;
	font-weight: 500;
	color: #333;
}

.boardList.type2 .item .d {
	line-height: 100%;
	font-size: 16px;
	font-weight: 300;
	color: #666;
}

/* 2022.10.20 H */
.board_write {width: 100%; font-size: 1.8rem; text-align: left;}
.board_write dl { width: 100%; padding: 15px 50px; box-sizing: border-box; border-bottom: 1px solid #dfdfdf;}
.board_write dl dt { width:70px; display: inline-block; font-weight: 500; text-align: right; padding-right: 20px; box-sizing: border-box;}
.board_write dl dd { display: inline-block;}
.board_write dl dd input { padding: 3px 3px 5px 10px; box-sizing:border-box; font-size: 1.6rem; border: 1px solid #dfdfdf; border-radius: 7px;}

.paging {
	margin: 50px 0 30px;
	text-align: center;
	font-size: 0;
}

.paging a {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	border-radius: 0;
}

.paging a.bt {
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.paging a.bt.first {
	background-image: url("/img/board/paging_first.png");
}

.paging a.bt.prev {
	margin-right: 24px;
	background-image: url("/img/board/paging_prev.png");
}

.paging a.bt.next {
	margin-left: 24px;
	background-image: url("/img/board/paging_next.png");
}

.paging a.bt.last {
	background-image: url("/img/board/paging_last.png");
}

.paging a.num {
	margin: 0 3px;
	padding-top: 5px;
	box-sizing: border-box;
	line-height: 100%;
	font-size: 17px;
	color: #666;
	border:1px solid #CCC;
}

.paging a.num.on {
	background: #333;
	font-weight: 500;
	color: #fff;
	border:1px solid #CCC;
}

.boardViewWrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.boardViewWrap .title_wrap {
	border-top: 1px solid #232323;
	border-bottom: 1px solid #dbdbdb;
	background: #f7f7f7;
	text-align: center;
}

.boardViewWrap .title_wrap .title {
	padding: 30px 0;
	border-bottom: 1px solid #dbdbdb;
	font-size: 32px;
	font-weight: 500;
	color: #333;
}

.boardViewWrap .title_wrap .bottom {
	position: relative;
	height: 82px;
	padding-top: 26px;
	box-sizing: border-box;
}

.boardViewWrap .title_wrap .bottom dl,
.boardViewWrap .title_wrap .bottom dt,
.boardViewWrap .title_wrap .bottom dd {
	display: inline-block;
	vertical-align: middle;
}

.boardViewWrap .title_wrap .bottom dl:first-child {
	margin-right: 30px;
}

.boardViewWrap .title_wrap .bottom dt,
.boardViewWrap .title_wrap .bottom dd {
	font-size: 17px;
}

.boardViewWrap .title_wrap .bottom dt {
	font-weight: 500;
	color: #333;
}

.boardViewWrap .title_wrap .bottom dd {
	margin-left: 10px;
	font-weight: 300;
	color: #666;
}

.boardViewWrap .title_wrap .bottom .buttons {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
}

.boardViewWrap .title_wrap .bottom .buttons button {
	cursor: pointer;
}

.boardViewWrap .title_wrap .bottom .buttons .sharelist {
	display: none;
	position: absolute;
	top: 82px;
	right: 89px;
	width: 89px;
	font-size: 0;
}

.boardViewWrap .cont_wrap {
	padding: 40px;
}

.boardViewWrap .cont_wrap > p {
	line-height: 160%;
	font-size: 1.7rem;
	font-weight: 400;
	color: #333;
}

.boardViewWrap .cont_wrap img {
	display: block;
	width: 200px;
	margin: 10px auto;
}

.boardViewWrap .file_wrap {
	padding: 26px 40px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	background: #f7f7f7;
	font-size: 0;
}

.boardViewWrap .file_wrap > span {
	display: inline-block;
	width: 40px;
	vertical-align: middle;
	font-size: 17px;
	font-weight: 500;
	color: #333;
}

.boardViewWrap .file_wrap ul {
	display: inline-block;
	width: calc(100% - 40px);
	padding-left: 30px;
	box-sizing: border-box;
	vertical-align: middle;
}

.boardViewWrap .file_wrap ul li {
	margin-top: 5px;
}

.boardViewWrap .file_wrap ul li:first-child {
	margin-top: 0;
}

.boardViewWrap .file_wrap ul img,
.boardViewWrap .file_wrap ul a {
	display: inline-block;
	vertical-align: middle;
}

.boardViewWrap .file_wrap ul a {
	margin-left: 5px;
	font-size: 17px;
	font-weight: 300;
	color: #666;
}

.boardViewWrap .prev-next-links {
	margin-bottom: 80px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #dbdbdb;
}

.boardViewWrap .prev-next-links .item {
	padding: 26px 40px;
}

.boardViewWrap .prev-next-links .item:first-child {
	border-bottom: 1px solid #dbdbdb;
}

.boardViewWrap .prev-next-links img,
.boardViewWrap .prev-next-links span,
.boardViewWrap .prev-next-links a {
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	color: #333;
}

.boardViewWrap .prev-next-links span {
	margin-left: 10px;
	font-weight: 500;
}

.boardViewWrap .prev-next-links a {
	width: calc(100% - 100px);
	padding-left: 40px;
	box-sizing: border-box;
	font-weight: 300;
}

.boardViewWrap .prev-next-links a.none {
	color: #999;
}

@media all and (max-width: 1000px) {
	.boardListWrap .searcharea {
		padding: 30px 0;
	}

	.boardListWrap .searcharea br {
		display: block;
	}

	.boardListWrap .searcharea select,
	.boardListWrap .searcharea input[type="text"],
	.boardListWrap .searcharea input[type="submit"],
	.boardListWrap .searcharea a {
		height: 40px;
		font-size: 16px;
	}

	.boardListWrap .searcharea select {
		width: 70px;
		background-position-x: calc(100% - 10px);
	}

	.boardListWrap .searcharea input[type="text"] {
		width: 200px;
		padding: 0 12px;
	}

	.boardListWrap .searcharea input[type="submit"] {
		margin-left: 0;
		margin-top: 10px;
	}

	.boardListWrap .searcharea a {
		margin-top: 10px;
		padding-top: 8px;
	}

	.boardList {
		margin-top: 30px;
	}

	.boardList > .top {
		height: 40px;
		padding: 0 10px;
	}

	.boardList > .top .total {
		font-size: 14px;
	}

	.boardList > .top .typeselecter button img {
		width: 30px;
	}

	.boardList.type1 .list_wrap .c,
	.boardList.type1 .list_wrap .f,
	.boardList.type1 .list_wrap .w,
	.boardList.type1 .list_wrap .d {
		display: none;
	}

	.boardList.type1 .list_wrap .n,
	.boardList.type1 .list_wrap .t {
		height: 40px;
		font-size: 14px;
	}

	.boardList.type1 .list_wrap .n {
		width: 20%;
	}

	.boardList.type1 .list_wrap .list .n .notice {
		width: 40px;
		height: 25px;
		margin-top: 0;
		padding-top: 5px;
	}

	.boardList.type1 .list_wrap .t {
		width: 80%;
	}

	.boardList.type1 .list_wrap .t a.text {
		height: auto;
		padding-top: 0;
	}

	.boardList.type1.thumbnail .list_wrap .n {
		display: none;
	}

	.boardList.type1.thumbnail .list_wrap .list .t {
		width: 100%;
		height: auto;
		padding: 0 10px;
	}

	.boardList.type1.thumbnail .list_wrap .list .t .image img {
		margin: 10px 0;
	}

	.boardList.type1.thumbnail .list_wrap .list .t .text {
		font-size: 14px;
	}

	.boardList.type2 .list_wrap .list .item {
		width: calc(50% - 15px);
		margin-left: 0 !important;
		padding: 20px 10px 20px 10px;
	}

	.boardList.type2 .list_wrap .list .item:nth-child(2n) {
		padding-left: 0;
	}

	.boardList.type2 .list_wrap .list .item:nth-child(4n-1),
	.boardList.type2 .list_wrap .list .item:nth-child(4n){
		border-top: 1px solid #dbdbdb;
	}

	.boardList.type2 .item .text {
		margin: 10px 0 5px 0;
		font-size: 14px;
	}

	.boardList.type2 .item .d {
		font-size: 12px;
	}

	.paging {
		margin: 30px 0;
	}

	.paging a {
		width: 30px;
		height: 30px;
	}

	.paging a.bt.prev {
		margin-right: 0;
	}

	.paging a.bt.next {
		margin-left: 0;
	}

	.paging a.num {
		margin: 0;
		padding-top: 7px;
		font-size: 14px;
	}

	.boardViewWrap .title_wrap .title {
		padding: 16px;
		font-size: 16px;
	}

	.boardViewWrap .title_wrap .bottom {
		text-align: left;
		height: 40px;
		padding-top: 10px;
		padding-left: 16px;
	}

	.boardViewWrap .title_wrap .bottom dl:first-child {
		margin-right: 20px;
	}

	.boardViewWrap .title_wrap .bottom dt,
	.boardViewWrap .title_wrap .bottom dd {
		font-size: 14px;
	}

	.boardViewWrap .title_wrap .bottom dd {
		margin-left: 5px;
	}

	.boardViewWrap .title_wrap .bottom .buttons img {
		width: 43px;
		height: 40px;
	}

	.boardViewWrap .title_wrap .bottom .buttons .sharelist {
		top: 40px;
		right: 43px;
		width: 43px;
	}

	.boardViewWrap .cont_wrap {
		padding: 30px;
	}

	.boardViewWrap .cont_wrap > p {
		margin-bottom: 30px;
		font-size: 14px;
	}

	.boardViewWrap .cont_wrap > div {
		font-size: 14px;
	}

	.boardViewWrap .cont_wrap img {
		margin: 30px auto;
	}

	.boardViewWrap .file_wrap {
		padding: 10px 16px;
	}

	.boardViewWrap .file_wrap > span {
		font-size: 14px;
	}

	.boardViewWrap .file_wrap ul {
		padding-left: 0;
	}

	.boardViewWrap .file_wrap ul img {
		width: 12px;
	}

	.boardViewWrap .file_wrap ul a {
		margin-left: 3px;
		font-size: 14px;
	}

	.boardViewWrap .prev-next-links {
		margin-bottom: 0;
		border-bottom: 0;
	}

	.boardViewWrap .prev-next-links .item {
		padding: 16px 10px;
	}

	.boardViewWrap .prev-next-links span {
		margin-left: 2px;
		font-size: 14px;
	}

	.boardViewWrap .prev-next-links a {
		width: calc(100% - 70px);
		padding-left: 20px;
		font-size: 14px;
	}
}
