/* subpage width (1400px center like slideshow) */
.contents_wrap > .content_box,
.contents_wrap > .contents_box {
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	box-sizing: border-box;
}

.content_box {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 0 30px;
	float: none;
	clear: both;
	box-sizing: border-box;
}

.content_box_in {
	float: left;
	width: 100%;
	margin: 20px 0 0;
	padding: 0 20px;
	box-sizing: border-box;
}

.content_box .title_box {
	float: left;
	width: 100%;
	margin: 30px 0 0;
	text-align: center;
}

.content_box .title_box .title {
	font-family: 'GmarketSans', sans-serif;
	font-weight: 700;
	font-size: 28px;
	color: #ecdabc;
	padding: 20px 0;
}

.content_box .title_box .title span {
	font-weight: 300;
	font-size: 14px;
	color: #ecdabc;
	margin-left: 10px;
}

/* board / form list layout */
.list_box {
	width: 100%;
}

.list_tr,
.list_tr2,
.list_tr3,
.list_tr4 {
	width: 100%;
	font-size: 0;
	display: flex;
}

.list_tr > *,
.list_tr2 > *,
.list_tr3 > *,
.list_tr4 > * {
	transition: all 0.3s;
}

.list_tr > * {
	width: 130px;
}

.list_tr > *:nth-child(2) {
	max-width: 100%;
	width: calc(100% - 520px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list_tr:not(.trfirst) > *:nth-child(2) {
	padding-left: 50px;
	font-weight: 500;
	justify-content: flex-start;
}

.list_tr2 > * {
	width: 130px;
}

.list_tr2 > *:nth-child(2) {
	max-width: 100%;
	width: calc(100% - 390px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list_tr2:not(.trfirst) > *:nth-child(2) {
	padding-left: 50px;
	font-weight: 500;
	justify-content: flex-start;
	color: #f1e7d7;
}

.list_tr3 > * {
	width: calc(100% / 6);
}

.list_tr4 > * {
	width: 130px;
}

.list_tr4 > *:nth-child(2) {
	max-width: 100%;
	width: calc(100% - 390px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list_tr4:not(.trfirst) > *:nth-child(2) {
	padding-left: 50px;
	font-weight: 500;
	justify-content: flex-start;
	color: #f1e7d7;
}

.list_title1,
.list_title2,
.list_title3,
.list_title4 {
	background: rgba(81, 77, 58, 0.85);
	border-top: 1px solid #ecdabc;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #ffffff;
	font-size: 13px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 44px;
	min-height: 44px;
}

.list_notice1,
.list_notice2,
.list_notice4 {
	background: rgba(42, 40, 30, 0.7);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #f1e7d7;
	font-size: 13px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 5px;
	cursor: pointer;
	min-height: 44px;
}

.list2,
.list3 {
	background: rgba(42, 40, 30, 0.55);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #f1e7d7;
	font-size: 13px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 5px;
	min-height: 44px;
}

.list_notice4 a,
.list_tr4 a {
	color: #f1e7d7;
}

.write_box {
	width: 100%;
}

.write_tr {
	width: 100%;
	display: flex;
}

.write_box .write_title {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.write_box .write_basic {
	width: calc(100% - 200px);
	box-sizing: border-box;
}

@media screen and (max-width: 1400px) {
	.content_box {
		padding: 0 10px 30px;
	}

	.content_box_in {
		padding: 0 10px;
	}
}

@media screen and (max-width: 1024px) {
	.list_tr4 > * {
		width: 110px;
	}

	.list_tr4 > *:nth-child(2) {
		width: calc(100% - 330px);
	}

	.list_tr4:not(.trfirst) > *:nth-child(2) {
		padding-left: 30px;
	}

	.list_tr3 > * {
		width: calc(100% / 5);
	}

	.list_tr3 > *:nth-child(1) {
		display: none;
	}

	.write_tr {
		flex-wrap: wrap;
	}

	.write_box .write_title,
	.write_box .write_basic {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.list_tr4 > *:nth-child(1),
	.list_tr4 > *:nth-child(3),
	.list_tr4 > *:nth-child(4) {
		display: none;
	}

	.list_tr4 > *:nth-child(2) {
		width: 100%;
		padding-left: 10px !important;
	}

	.list_box {
		overflow-x: auto;
	}

	.list_tr3 {
		min-width: 600px;
	}
}
