/*ony for one corner, use this variable several time for other corners*/
table.pi-table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: separate;
  *border-collapse: collapse;
  /* IE7 and lower */

  border-spacing: 0;
}
table.pi-table tr,
table.pi-table th,
table.pi-table td {
  border-style: solid;
  border-width: 0;
}
table.pi-table thead tr th {
  font-weight: bold;
  border-bottom-width: 2px;
}
table.pi-table tbody tr td {
  border-bottom-width: 1px;
}
table.pi-table tbody tr:last-child {
  border-bottom-width: 0;
}
table.pi-table th,
table.pi-table td {
  padding: 9px 20px 10px;
}
table.pi-table i {
  margin-right: 8px;
}
table.pi-table.pi-table-hovered tbody tr {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
table.pi-table.pi-table-complex tr {
  border-bottom-width: 1px;
}
table.pi-table.pi-table-complex thead tr th {
  border-bottom-width: 1px;
}
table.pi-table.pi-table-complex thead:first-child tr:first-child th,
table.pi-table.pi-table-complex thead:first-child tr:first-child td,
table.pi-table.pi-table-complex tbody:first-child tr:first-child td,
table.pi-table.pi-table-complex tfoot:first-child tr:first-child td {
  border-top-width: 1px;
}
table.pi-table.pi-table-complex thead:last-child tr:last-child th,
table.pi-table.pi-table-complex thead:last-child tr:last-child td,
table.pi-table.pi-table-complex tbody:last-child tr:last-child td,
table.pi-table.pi-table-complex tfoot:last-child tr:last-child td {
  border-bottom-width: 1px;
}
table.pi-table.pi-table-complex th,
table.pi-table.pi-table-complex td {
  padding: 9px 20px 10px;
}
table.pi-table.pi-table-complex th:first-child,
table.pi-table.pi-table-complex td:first-child {
  border-left-width: 1px;
}
table.pi-table.pi-table-complex th:last-child,
table.pi-table.pi-table-complex td:last-child {
  border-right-width: 1px;
}
table.pi-table.pi-round {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
table.pi-table.pi-round thead:first-child tr:first-child th:first-child,
table.pi-table.pi-round thead:first-child tr:first-child td:first-child,
table.pi-table.pi-round tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}
table.pi-table.pi-round thead:first-child tr:first-child th:last-child,
table.pi-table.pi-round thead:first-child tr:first-child td:last-child,
table.pi-table.pi-round tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
table.pi-table.pi-round tfoot:last-child tr:last-child td:first-child,
table.pi-table.pi-round tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}
table.pi-table.pi-round tfoot:last-child tr:last-child td:last-child,
table.pi-table.pi-round tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
}
table.pi-table.pi-table-all-borders td,
table.pi-table.pi-table-all-borders th {
  border-left-width: 1px;
}
table.pi-table.pi-table-all-borders td:last-child,
table.pi-table.pi-table-all-borders th:last-child {
  border-right-width: 1px;
}
table.pi-table.pi-table-all-borders thead:first-child tr:first-child th,
table.pi-table.pi-table-all-borders thead:first-child tr:first-child td,
table.pi-table.pi-table-all-borders tbody:first-child tr:first-child td,
table.pi-table.pi-table-all-borders tfoot:first-child tr:first-child td {
  border-top-width: 1px;
}
.pi-responsive-table-lg {
  width: 100%;
  margin-bottom: 20px;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overlow-scrolling: touch;
}
.pi-responsive-table-lg > table {
  margin-bottom: 0;
}
.pi-responsive-table-lg > table > thead > tr > th,
.pi-responsive-table-lg > table > tbody > tr > th,
.pi-responsive-table-lg > table > tfoot > tr > th,
.pi-responsive-table-lg > table > thead > tr > td,
.pi-responsive-table-lg > table > tbody > tr > td,
.pi-responsive-table-lg > table > tfoot > tr > td {
  white-space: nowrap;
}
@media (max-width: 1119px) {
  .pi-responsive-table-md {
    width: 100%;
    margin-bottom: 20px;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overlow-scrolling: touch;
  }
  .pi-responsive-table-md > table {
    margin-bottom: 0;
  }
  .pi-responsive-table-md > table > thead > tr > th,
  .pi-responsive-table-md > table > tbody > tr > th,
  .pi-responsive-table-md > table > tfoot > tr > th,
  .pi-responsive-table-md > table > thead > tr > td,
  .pi-responsive-table-md > table > tbody > tr > td,
  .pi-responsive-table-md > table > tfoot > tr > td {
    white-space: nowrap;
  }
}
@media (max-width: 991px) {
  .pi-responsive-table-sm {
    width: 100%;
    margin-bottom: 20px;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overlow-scrolling: touch;
  }
  .pi-responsive-table-sm > table {
    margin-bottom: 0;
  }
  .pi-responsive-table-sm > table > thead > tr > th,
  .pi-responsive-table-sm > table > tbody > tr > th,
  .pi-responsive-table-sm > table > tfoot > tr > th,
  .pi-responsive-table-sm > table > thead > tr > td,
  .pi-responsive-table-sm > table > tbody > tr > td,
  .pi-responsive-table-sm > table > tfoot > tr > td {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .pi-responsive-table-xs {
    width: 100%;
    margin-bottom: 20px;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overlow-scrolling: touch;
  }
  .pi-responsive-table-xs > table {
    margin-bottom: 0;
  }
  .pi-responsive-table-xs > table > thead > tr > th,
  .pi-responsive-table-xs > table > tbody > tr > th,
  .pi-responsive-table-xs > table > tfoot > tr > th,
  .pi-responsive-table-xs > table > thead > tr > td,
  .pi-responsive-table-xs > table > tbody > tr > td,
  .pi-responsive-table-xs > table > tfoot > tr > td {
    white-space: nowrap;
  }
}
@media (max-width: 479px) {
  .pi-responsive-table-2xs {
    width: 100%;
    margin-bottom: 20px;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overlow-scrolling: touch;
  }
  .pi-responsive-table-2xs > table {
    margin-bottom: 0;
  }
  .pi-responsive-table-2xs > table > thead > tr > th,
  .pi-responsive-table-2xs > table > tbody > tr > th,
  .pi-responsive-table-2xs > table > tfoot > tr > th,
  .pi-responsive-table-2xs > table > thead > tr > td,
  .pi-responsive-table-2xs > table > tbody > tr > td,
  .pi-responsive-table-2xs > table > tfoot > tr > td {
    white-space: nowrap;
  }
}
@media (max-width: 319px) {
  .pi-responsive-table-3xs {
    width: 100%;
    margin-bottom: 20px;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overlow-scrolling: touch;
  }
  .pi-responsive-table-3xs > table {
    margin-bottom: 0;
  }
  .pi-responsive-table-3xs > table > thead > tr > th,
  .pi-responsive-table-3xs > table > tbody > tr > th,
  .pi-responsive-table-3xs > table > tfoot > tr > th,
  .pi-responsive-table-3xs > table > thead > tr > td,
  .pi-responsive-table-3xs > table > tbody > tr > td,
  .pi-responsive-table-3xs > table > tfoot > tr > td {
    white-space: nowrap;
  }
}
.pi-section-white table.pi-table th {
  border-color: #586266;
  color: #586266;
}
.pi-section-white table.pi-table td {
  border-color: #e5eaea;
}
.pi-section-white table.pi-table.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #f8fafa;
}
.pi-section-white table.pi-table.pi-table-complex tr,
.pi-section-white table.pi-table.pi-table-complex td,
.pi-section-white table.pi-table.pi-table-complex th {
  border-color: #e5eaea;
}
.pi-section-white table.pi-table.pi-table-complex thead tr th {
  background: #f8fafa;
  color: #586266;
  border-color: #e5eaea;
}
.pi-section-white table.pi-table.pi-table-complex tbody tr {
  background: #ffffff;
}
.pi-section-white table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #ffffff;
}
.pi-section-white table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n) {
  background: #f8fafa;
}
.pi-section-white table.pi-table.pi-table-shadow {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
.pi-section-white table.pi-table.pi-table-all-borders th {
  border-color: #e5eaea;
}
.pi-section-grey table.pi-table th {
  border-color: #3f4551;
  color: #1c202a;
}
.pi-section-grey table.pi-table td {
  border-color: #d1d7d9;
}
.pi-section-grey table.pi-table.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #f1f3f6;
}
.pi-section-grey table.pi-table.pi-table-complex tr,
.pi-section-grey table.pi-table.pi-table-complex td,
.pi-section-grey table.pi-table.pi-table-complex th {
  border-color: #d1d7d9;
}
.pi-section-grey table.pi-table.pi-table-complex thead tr th {
  background: #e8ebf0;
  color: #1c202a;
  border-color: #d1d7d9;
}
.pi-section-grey table.pi-table.pi-table-complex tbody tr {
  background: #f8f9fb;
}
.pi-section-grey table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #f8f9fb;
}
.pi-section-grey table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n) {
  background: #f1f3f6;
}
.pi-section-grey table.pi-table.pi-table-shadow {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
.pi-section-grey table.pi-table.pi-table-all-borders th {
  border-color: #d1d7d9;
}
.pi-section-base table.pi-table th {
  border-color: #ffffff;
  color: #ffffff;
}
.pi-section-base table.pi-table td {
  border-color: #16c7c7;
}
.pi-section-base table.pi-table.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #07b7b8;
}
.pi-section-base table.pi-table.pi-table-complex tr,
.pi-section-base table.pi-table.pi-table-complex td,
.pi-section-base table.pi-table.pi-table-complex th {
  border-color: #1bcdcd;
}
.pi-section-base table.pi-table.pi-table-complex thead tr th {
  background: #0dc0c0;
  color: #ffffff;
  border-color: #20d1d1;
}
.pi-section-base table.pi-table.pi-table-complex tbody tr {
  background: #07b7b8;
}
.pi-section-base table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #00adb0;
}
.pi-section-base table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n) {
  background: #07b7b8;
}
.pi-section-base table.pi-table.pi-table-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pi-section-base table.pi-table.pi-table-all-borders th {
  border-color: #16c7c7;
}
.pi-section-dark table.pi-table th {
  border-color: #c6ccd0;
  color: #c6ccd0;
}
.pi-section-dark table.pi-table td {
  border-color: #2e343a;
}
.pi-section-dark table.pi-table.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #24292f;
}
.pi-section-dark table.pi-table.pi-table-complex tr,
.pi-section-dark table.pi-table.pi-table-complex td,
.pi-section-dark table.pi-table.pi-table-complex th {
  border-color: #32383f;
}
.pi-section-dark table.pi-table.pi-table-complex thead tr th {
  background: #262c32;
  color: #c6ccd0;
  border-color: #32383f;
}
.pi-section-dark table.pi-table.pi-table-complex tbody tr {
  background: #2a3037;
}
.pi-section-dark table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #2a3037;
}
.pi-section-dark table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n) {
  background: #262c32;
}
.pi-section-dark table.pi-table.pi-table-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.pi-section-dark table.pi-table.pi-table-all-borders th {
  border-color: #2e343a;
}
.pi-section-parallax table.pi-table th {
  border-color: #b1b1ba;
  color: #cbccd1;
}
.pi-section-parallax table.pi-table td {
  border-color: #242427;
}
.pi-section-parallax table.pi-table.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #1a1b1d;
}
.pi-section-parallax table.pi-table.pi-table-complex tr,
.pi-section-parallax table.pi-table.pi-table-complex td,
.pi-section-parallax table.pi-table.pi-table-complex th {
  border-color: #25252a;
}
.pi-section-parallax table.pi-table.pi-table-complex thead tr th {
  background: #212224;
  color: #cbccd1;
  border-color: #27282b;
}
.pi-section-parallax table.pi-table.pi-table-complex tbody tr {
  background: #1c1d1f;
}
.pi-section-parallax table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #1b1c1e;
}
.pi-section-parallax table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n) {
  background: #1f2022;
}
.pi-section-parallax table.pi-table.pi-table-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.pi-section-parallax table.pi-table.pi-table-all-borders th {
  border-color: #242427;
}

.notice .table a {color:#333;}
.notice .table a:hover {text-decoration:underline;}

.notice .table {
		
		background-color: #fff;
		border-top: 1px solid #333;
		width:100%;
}
.notice .table table {
		border-bottom: 1px solid #333;}
	
.notice table {
	width:100%;
}
	
.notice th {
	padding:10px 0px 7px 0px;
	background-color: #efefef;
	
	text-align: center;
	font-size: 14px;
	
	color:#333;

	
}

.notice th.tit {
	
	text-align: center;
	width:60%;
	
}

.notice td {
	padding:10px 0px 10px 0px;
	border-top: 1px solid #ddd;
	
	text-align: center;
	vertical-align: middle;
	color:#333;
}

.notice td.tit {
	
	text-align: left;
	padding-left:10px;
	
}


.paging {margin-top:30px; text-align:center}
.paging a, .paging strong {display:inline-block; *display:inline; *zoom:1; width:27px; height:27px; line-height:26px; border:1px solid #d0d0d0; background:#fff; text-align:center; color:#676767}
.paging strong {border:1px solid #21293c; background:#21293c;  color:#fff;  }

.paging .prev {background:url(../img/btn_prev.gif) no-repeat left top; text-indent:-999em; *text-indent:1em}
.paging .prev_list {background:url(../img/btn_first.gif) no-repeat left top; text-indent:-999em; *text-indent:1em}
.paging .next {background:url(../img/btn_next.gif) no-repeat left top; text-indent:-999em; *text-indent:1em}
.paging .next_list {background:url(../img/btn_last.gif) no-repeat left top; text-indent:-999em; *text-indent:1em} 
.paging a span {*text-indent:-999em}



.button-area a.btn  {color: #ddd;}
.button-area a:hover.btn  {text-decoration:none; color: #fff;}

.button-area {width:100%;}

.button-area .btn-black {
	
	background-color: #333;
	color: #ddd;
}

.button-area .btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}



.board-view {
		
		padding:0px 0 0px 0;
		margin-top:30px;
	}
	.board-view article {
		margin-bottom: 1em;
		border-top: 2px solid #444;
		border-bottom: 2px solid #444;
	}
	.board-view header {
			
	}
	.board-view header h1 {
		padding:10px;
		border-bottom: 1px solid #d7d7d7;
		background-color: #f6f6f6;
		color: #444;
		font-size: 1.25em;
		
	}
	.board-view header h1 b {
		margin: 0 1em 0 0;
		color: #ff621e;
		font-size: .8em;
		font-weight: normal;
	}
	.board-view header .rows {
		overflow: hidden;
		/*width: 100%;*/
		padding: .6em 1.744186%;
		border-bottom: 1px solid #d7d7d7;	
	}
	.board-view header .item {
		margin:0;
	}
	.board-view header .item.date {
		float: left;
		white-space: nowrap;
	}
	.board-view header .item.writer {
		float: right;
		white-space: nowrap;
	}
	.board-view header .item b {
		float: left;
		width: 4.8em;
		margin-top:.2em;
		margin-right: 1em;
		border-right: 1px solid #d7d7d7;
		color: #444;
		font-size: 1.1em;
		line-height: 1.1;
		vertical-align: middle;
	}
	.board-view .view-body {
		padding: 3.4883272%;
		padding-bottom: 5em;
		font-size: 1.1em;
	}
	.board-view .neighbor {
		overflow: hidden;
	}
	.board-view .neighbor li {
		overflow: hidden;
		padding: .6em 1.744186%;
		text-align: right;
		border-top: 1px solid #d7d7d7;
	}
	.board-view .neighbor .dir {
		float: left;
		margin: .25em 1.2em 0 0;
		padding-right: 1.2em;
		border-right: 1px solid #d7d7d7;
		color: #444;
		line-height: 1;
	}
	.board-view .neighbor .date {
		display: none;
	}
	.board-view .neighbor li a {
		float: left;
	}
	.board-view .func {
		margin-bottom: 1.5em;
		text-align: right;
	}
	.board-view .comment-wrap {
		border: 1px solid #d7d7d7;
		background-color: #f6f6f6;
	}
	.board-view .comment {
		padding:3.125%;
	}
	.board-view .comment .button-more {
		display: block;
		border-radius: 0;
		background: #888;
		color: #fff;
		text-align: center;
	}

	.board-view .ans {
		padding: 2.906977%;
		border-top: 1px dashed #d7d7d7;
		background-color: #f6f6f6;
	}
	