.common_box { border-top: 1px solid #7a622a; border-left: 1px solid #7a622a; border-right: 1px solid #7a622a; border-bottom: 1px solid #7a622a; margin-bottom: 1%;background:#fff; }
.common_box2{ border-top: 1px solid #7a622a; border-bottom: 1px solid #7a622a; margin-bottom: 1%;background:#fff; }
.common_box3{ background:#fff; border-bottom: 1px solid #fff;}
.common_box4{ border-top: 4px solid #777; border-bottom: 1px solid #777;  }

.form_title {
	margin-top: 3%;
	line-height: 1.6em;
}
.agree_wrap {
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
}

.board_write_form .agree_wrap  { border:0; }

.agree_title {/* color:#fff; */font-size: 26px;/* background-color: #3f1d42; */padding: 30px 14px 14px 14px;text-align: center;font-weight: 700;}
.agree_box {
	width: 100%;
	height: 100px;
	overflow-y: scroll;
	/* border: 2px solid #3f1d42; */
	padding: 20px 30px;
	box-sizing: border-box;
	margin-bottom: 20px;
	height: 300px;
	background: #f4f5f9;
	color: #333;
}

.board_write_form .agree_box { background-color:#fff; border:1px solid #cccccc; }

.agree_box pre { font-size: 18px !important; }

input[type="radio"] + label {
	font-size: 20px;
	/* margin-right: 30px; */
}

caption { display:none; }
table.border thead th { border-left:0; }
table.border tbody th, table.border tbody td { border-left: 1px solid #ddd; }
table.border thead th:first-child, table.border tbody th:first-child, table.border tbody td:first-child { border-left:0; }
table.th_bg th { background-color: #f2f2f2; }


.board_list {
	/* width: 1125px; */
	margin: 0 auto;
	/* padding: 90px 0; */
}

.board_list_article {
	/* margin: 70px auto; */
	clear: both;
}

/*
.board_list .write {background-color:#313131;color:#fff;text-align:center;padding: 10px 20px;width: 210px;margin:30px auto;box-sizing:border-box;}
.board_list .write a {display: inline-block;}
*/

.board_list +.buttons {
	text-align: right;
	margin: 10px auto;
	font-size: 20px;
}

.board_list +.buttons a {display:inline-block;padding: 10px 38px;/* color: #fff; */background: #dbdbdb;}
.board_list +.buttons a.list {background: #5d5d5d;}
.board_list +.buttons a.cancel {/* background: #4eb4ff; */}
.board_list +.buttons a.confirm {background: #b57e25;color: #fff;}

.search_wrap {padding: 0 77px 0 85px;width: 250px;margin-bottom: 2%;/* float: right; */}
.search_wrap:after{ display:block; height:0; content:""; clear:both; float:none; }

.search_wrap > * {height: 30px;line-height: 28px;border: 1px solid #c9c9c9;vertical-align:middle;padding: 0 0 0 10px;font-size: 14px;}
.search_wrap select {float:left;width: 80px;margin-left: -85px;}
.search_wrap input[type="text"] { float:left; width:100%;}
.search_wrap .submit {float:right;width: 72px;margin-right: -77px;color: #fff;border-color: #575757;background: #5d5d5d url('../../img/layout/icon_magni.png') no-repeat 15px center;padding-left: 22px;}


#page + form { text-align:center; }
#page + form .search_wrap {float:none;margin: 0 auto 2% auto;}

.board_view {
	width: 1125px;
	margin: 0 auto;
	padding: 70px 0;
}

.board_view_article {
	border-top: 3px solid #c9c9c9;
}

.board_view_article .subject {
	padding: 22px 35px;
	font-weight: bold;
}

.board_view_article .info {
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	background: #eeeeee;
	padding:0 35px;
	margin-bottom: 4px;
}

.board_view_article .info:after{ display:block; height:0; content:""; clear:both; float:none; }

.board_view_article .info dl { text-align:right; float:right; height:46px; line-height:46px;}
.board_view_article .info dl dt { float:left; font-weight:bold; margin:0 20px;}
.board_view_article .info dl dd { float:left; font-size:16px; }

.board_view_article .desc {
	clear:both;
	float:none;
	border: 1px solid #cecece;
	padding: 40px;
}

.board_view .link {
	text-align: center;
	margin: 15px auto;
}

.board_view .link a { background: #535353;color: #fff; width:178px; height:48px; line-height:48px; }

.pw_form {
	display: none;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #f5f5f5;
	border-top: 2px solid #a1a1a1;
	border-bottom: 1px solid #a1a1a1;
	padding-top: 45px;
	padding-bottom: 40px;
	text-align: center;
	transform: translate(0,-50%);
}

.pw_form .title {
	font-size: 13px;
	color: #747474;
	margin-bottom: 16px;
}

.pw_form {}

.pw_form .form_field {
	padding-left: 110px;
	display: inline-block;
	margin-bottom: 20px;
}

.pw_form .form_field label {width:110px;float:left;margin-left:-110px;color: #3e3e3e;font-weight: bold;display: block;line-height: 27px;}
.pw_form .form_field .field input {width:235px;border: 1px solid #ddd;}

.pw_form .buttons {
	text-align: center;
}

.pw_form .buttons a {display:inline-block;padding: 4px 16px;color: #fff;background: #5d5d5d;}

/* old
.pw_form p { text-align:center; margin-bottom:10px; }
.pw_form input[type="password"] { width:100%; padding:5px 10px; }
.pw_form form a {margin-top: 15px;display: inline-block;padding:10px 0;text-align:center;color:#fff;background-color:#7e7e7e;font-size: 0.8em;width: 49%;float: left;margin-left: 2%;}
.pw_form form a.list { margin-left:0; }
*/



ul.board {border-top: 1px solid #c9c9c9;border-bottom: 1px solid #c9c9c9;line-height: 2.5em;}
ul.board li:after { display:block; height:0; float:none; clear:both; content:""; }
ul.board li {border-bottom: 1px solid #ddd;}
ul.board li:last-child { border-bottom:0; }
ul.board li.board_head {
	/* border-bottom: 1px solid #666; */
	font-weight: bold;
}


ul.board li.board_head div {
	text-align: center;
	padding: 0;
	font-size: 18px;
	color: #606060;
	font-weight: bold;
	background-color: #f5f5f5;
}

ul.board li.board_notice {
	background-color: #eeeeee;
	font-weight: bold;
}

ul.board li > div {
	float: left;
	box-sizing: border-box;
	text-align: center;
	color: #757575;
	font-size: 14px;
	padding: 0 20px;
	border-left: 1px solid #c9c9c9;
}
ul.board li > div:first-child {border-left:0; }
ul.board li.board_notice > div { font-weight:bold; }

ul.board li .num {
	width: 10%;
}

ul.board li.board_notice .num span {
	background-color: #ff5114;
	border-radius:5px;
	color: #fff;
	padding: 6px 9px;
}


ul.board li .subject_wrap {
	width: 69%;
	font-size: 16px;
	text-align: left;
}

ul.board li .subject_wrap .subject, ul.board li .subject_wrap2 .subject {
	float:left;
	max-width: 94%;
	margin-right: 3%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
}

ul.board li .writer {
	width: 12%;
}

ul.board li .date {
	width: 11%;
}

ul.board li .read_count {
	width: 10%;
}

ul.board li .status {
	width: 10%;
}


ul.board li .status span {
	background-color: #ff5114;
	border-radius:5px;
	color: #fff;
	padding: 6px 9px;
}

ul.board li .status.wait span {
	background-color:#c9c9c9;
}
ul.board li .status.complete span {
	background-color: #ff5114;
}

ul.board li .subject_wrap2 {
	width: 46%;
	padding-left: 36px;
	padding-right: 36px;
}

ul.board li:not(.board_head) .subject_wrap,
ul.board li:not(.board_head) .subject_wrap2 { text-align:left; }

ul.board li .subject_wrap2 .subject {
	float:left;
	max-width: 97%;
	margin-right: 3%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
}

ul.board li .subject_wrap .reply, ul.board li .subject_wrap2 .reply {
	float:left;
	width: 28px;
	text-align:left;
	margin-right: 10px;
	margin-left: -38px;
}

ul.board li .file {
}


.subject_wrap.re {
	padding-left: 38px;
}

.subject_wrap.cate01, .subject_wrap.cate02, .subject_wrap.cate03 {
	padding-left: 84px;
}

.subject_wrap.cate04 {
	padding-left: 105px;
}

.subject_wrap.cate01 .category, .subject_wrap.cate02 .category, .subject_wrap.cate03 .category {
	float:left;
	width: 74px;
	text-align:left;
	margin-right: 10px;
	margin-left:-84px;
}

.subject_wrap.cate04 .category {
	float:left;
	width: 95px;
	text-align:left;
	margin-right: 10px;
	margin-left:-105px;
}


.subject_wrap.new {
	padding-right: 19px;
}

.subject_wrap.file {
	padding-right: 16px;
}

.subject_wrap.new.file {
	padding-right: 33px;
}

.subject_wrap .icon img {margin-left: 2px;}
.subject_wrap .icon img:first-child { margin-left:0; }

.subject_wrap.new .icon {
	float: left;
	margin-right: -17px;
}

.subject_wrap.file .icon{
	float: left;
	margin-right: -14px;
}

.subject_wrap.new.file .icon {
	float: left;
	margin-right: -33px;
}

ul.board li .privacy {
	width: 10%;
}

ul.board li .status2 {
	width: 11%;
}

#page {
	position: relative;
	text-align: center;
	color: #777;
	margin: 3% auto 2% auto;
	display: table;
	background-color: #fff;
}
#page a {
	position: relative;
	display: inline-block;
	border: 1px solid #d2d2d2;
	/* border-bottom: 1px solid #e8e8e8; */
	/* border-right: 1px solid #e8e8e8; */
	margin: 0 5px;
	color: #707070;
	width: 28px;
	height: 28px;
	line-height: 26px;
	vertical-align: middle;
	float: left;
	box-sizing: border-box;
}
#page a.on, #page a:hover {
	/* background: #5d5d5d; */
	/* color: #fff; */
	font-weight: 700;
	color: #8c2232;
	border-color: #8c2232;
}
#page a.first {
	background: url('../../img/layout/page_navi.png') no-repeat -8px center;
	/* border-left: 1px solid #e8e8e8; */
}
#page a.prev {
	background: url('../../img/layout/page_navi.png') no-repeat -50px center;
}
#page a.next {
	background: url('../../img/layout/page_navi.png') no-repeat -92px center;
}
#page a.last {
	background: url('../../img/layout/page_navi.png') no-repeat -134px center;
}

.board_write {
	/* max-width: 922px; */
	margin: auto;
	text-align: left;
}

.board_write_form {
	border-top: 2px solid #5e0c15;
	/* border-bottom: 2px solid #7d7d7d; */
	/* max-width: 922px; */
	margin: auto;
}

.board_write_form .form_field {
	/* background-color: #f5f5f5; */
	padding-left: 160px;
	border-bottom: 1px solid #e4e4e4;
	clear: both;
}
.board_write_form .form_field:after {clear:both; float:none; height:0; content:""; display:block; }

.board_write_form .form_field.col3 .field {width: 32%;float:left;margin-left: 2%;}
.board_write_form .form_field.col3 .field:first-child,
.board_write_form .form_field.col3 .field.first { margin-left:0; }

.board_write_form .form_field.col3 .field.at { padding-left:20px;}
.board_write_form .form_field.col3 .field.at span {float:left;width:20px;margin-left:-20px;height: 56px;line-height: 40px;font-weight: bold;}
.board_write_form .form_field.col3 .field.at input { }

.board_write_form .form_field.col3 .field input,
.board_write_form .form_field.col3 .field select { width:100%; height:100%;}

.board_write_form .form_field > label {
	padding-left: 10px;
	font-weight: bold;
	float: left;
	width: 160px;
	margin-left: -160px;
	box-sizing: border-box;
	display: block;
	padding-top: 10px;
	padding-bottom: 8px;
	/* height: 56px; */
	line-height: 46px;
	font-size: 20px;
	font-weight: 700;
	color: #3e3e3e;
	text-align: center;
	background: #f9f8f7;
}
.board_write_form .form_field > label span {/* display:block; */font-size:0.8em;}

.board_write_form .field {width:100%;/* height: 44px; */padding-top: 10px;/* padding-bottom: 8px; */box-sizing: border-box;line-height: 46px;padding-left: 30px;padding-right: 30px;}
.board_write_form .field > * {font-size:inherit;}
.board_write_form .field.auto { height: auto; }
.board_write_form .field > input,
.board_write_form .field > select {height:100%;width: 100%;font-size: 22px;color: #666;vertical-align: middle;}

.board_write_form .field .file_control {}

.board_write_form .form_field.half {
	width: 50%;
	box-sizing: border-box;
	float: left;
	clear: none;
}

.board_write_form .form_field.half.first { clear:left;}

.board_write_form .form_field.nolabel {
	padding-left: 0;
}

.board_write_form .field.float {}
.board_write_form .field.float > * {float:left;height: 100%;}

p.form_text {
	padding: 20px 40px;
	font-size: 12px;
}

.board_write_form {}

.board_write_form +.buttons {
	text-align: center;
	margin: 10px auto;
	font-size: 20px;
}

.board_write_form +.buttons a {display:inline-block;padding: 10px 38px;/* color: #fff; */background: #dbdbdb;}
.board_write_form +.buttons a.list {background: #5d5d5d;}
.board_write_form +.buttons a.cancel {/* background: #4eb4ff; */}
.board_write_form +.buttons a.confirm {background: #b57e25;color: #fff;}

.board_write_form .field input[type="checkbox"], .board_write_form .field input[type="radio"] {
	width: 22px !important;
	height: 22px;
	margin: 0;
}


/* board_view */
.board_view_article {
	border-top: 2px solid #a1a1a1;
	border-bottom: 2px solid #a1a1a1;
}

.board_view_article .field {
	background-color: #f5f5f5;
	font-size: 15px;
	border-bottom: 1px solid #e4e4e4;
	clear: both;
	padding: 0 40px;
	width: 100%;
	height: 44px;
	padding-top: 10px;
	padding-bottom: 8px;
	box-sizing: border-box;
}
.board_view_article .field:after {clear:both; float:none; height:0; content:""; display:block; }

.board_view_article .field.nolabel { }
.board_view_article .field.nolabel .title { float:left; width:85%; font-size:1.12rem; font-weight:bold; }
.board_view_article .field.nolabel .date { float:right; width:10%; font-size:1.12rem; }

.board_view_article .field > label {
	padding-left: 55px;
	font-weight: bold;
	float: left;
	width: 128px;
	margin-left: -128px;
	box-sizing: border-box;
	display: block;
	padding-top: 10px;
	padding-bottom: 8px;
	height: 44px;
}

.board_view_article .field dl { float:left;}
.board_view_article .field.cols3 dl {float:left;width: 22%;margin-left:2%;}
.board_view_article .field.cols3 dl:first-child { text-align:left; }
.board_view_article .field.cols3 dl:last-child { text-align:right; }

.board_view_article .field dl:first-child { margin-left:0;}

.board_view_article .field dt { padding-right:15px;}

.board_view_article .field dd:before {
	content: "|";
	padding-right:15px;
}

.board_view_article .field dt, .board_view_article .field dd {
	display: inline-block;
}

.board_view_article .field.file dd {background: url('../../img/layout/icon_file.png') no-repeat right center;padding-right: 24px;}

.board_view_contents {padding: 40px;text-align: left;}

.board_view_article +.buttons {
	text-align: right;
	margin: 10px auto;
}

.board_view_article +.buttons a {display:inline-block;padding: 10px 38px;color: #fff;background: #ddd;}
.board_view_article +.buttons a.list {background: #5d5d5d;}
.board_view_article +.buttons a.cancel {/* background: #4eb4ff; */}
.board_view_article +.buttons a.confirm {background: #4eb4ff;}



.media_list .media li {
	float: left;
	width: 49%;
	margin-left:2%;
	margin-bottom: 4%;
}
.media_list .media li:nth-child(odd) { margin-left:0;}
.media_list .media li a {display:block; }
.media_list .media li .img_wrap img { max-width:100%; }

.media_list .media li .title {font-size:1.5rem;font-weight:bold;line-height: 1.6;}
.media_list .media li .sub_title {font-size: 0.94rem;line-height: 1.6;}



ul.event li {float: left;width: 48%;margin-left: 4%;margin-bottom:2%;}
ul.event li:nth-child(odd) {clear:both;margin-left:0;}
ul.event li:after{ display:block; height:0; content:""; clear:both; float:none; }
ul.event li a{ display:block;}
/* ul.event li:first-child {float:left;width:50%;padding-left: 0;} */

ul.event li .img_wrap {width:100%;margin-bottom:1.5rem;text-align: center;}
ul.event li .img_wrap img { max-width:100%; }
/* ul.event li:first-child .img_wrap { width:100%; margin-bottom:1.5rem} */

ul.event li .title {font-weight:bold;color:#555555;line-height: 1.4;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
ul.event li .desc {font-size: 1.12rem;color:#7d7d7d;line-height: 1.4;margin-bottom: 1em;}
ul.event li .date { float:right; width:100%; font-size:0.94rem; color:#7d7d7d; }

.find_post {
	width: 105px;
	height: 28px;
	padding: 0;
	font-size: 12px !important;
}



.join_form .form_field > label {font-size:16px;text-align:left;color: #555555;padding-left: 28px;box-sizing: border-box;background: #fafafa url('../../img/layout/label_bg.png') no-repeat 18px center;font-weight: 700;}


.join_table {border-top: 1px solid #d6d6d6;}
.join_table th {
	color: #555555;
	padding-left: 28px;
	box-sizing: border-box;
	background: #fafafa url('../../img/layout/label_bg.png') no-repeat 18px center;
	font-weight: 700;
}

.join_table td {
	padding:8px 16px 10px 16px;
}
.join_table th, .join_table td {
 border-bottom: 1px solid #d6d6d6;
}

.join_table td input[type="text"],
.join_table td input[type="password"],
.join_table td input[type="tel"] {background: #fafafa;border: 1px solid #d5d3ca;height: 28px;}

.agree_s_title {
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
}

@media (max-width:1200px) {
	ul.board li .num {}
	ul.board li .date {width: 18%;}
	ul.board li .subject_wrap {width: 72%;}
}

@media (max-width:960px) {
	.media_list .media li {float:none;clear:both;width:100%;margin-left: 0;}
	ul.event li {float: none;width: 100%;padding-left: 2%;margin-bottom:2%;clear: both;}
	ul.event li:first-child { width:100%; clear:both; float:none; }
}