div.bb-search-and-rss {
	margin: 0;
}
div.bb-search-and-rss .bb-search {
	padding: 0 20px 20px 20px;
}
.bb-mobile-area {
	width: 100%;
}
/* list */
div.bb-categories {
	margin-bottom: 0.5em;
}
div.bb-categories li {
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	margin: 1px;
}
.lte7 div.bb-categories li {
	display: inline;
}
div.bb-categories li a {
	border: 1px solid #b6b6b6;
	background-color: #fff;
}
div.bb-categories li a:hover,
div.bb-categories li.current a {
	font-weight: bold;
	color: #fff;
	letter-spacing: -1px;
	border-color: #067CB3;
	background-color: #129FE0;
}
div.bb-categories li.level-0-0 {
	font-weight: bold;
	color: #fff;
	letter-spacing: -1px;
	border-color: #444;
	background-color: #666;
}
div.bb-categories li.level-1 {
	border: none;
	width: 14.5em;
	margin: 0 0.5em 0.5em 0;
}
div.bb-categories li.level-0 ul {
	display: none;
	position: relative;
	width: 60em;
	margin-top: 0.5em;
	padding: 0.5em 0.5em 0 0.5em;
}
div.bb-categories li.level-0-0 ul {
	left: 0;
}
div.bb-categories li.level-0-1 ul {
	left: -7.5em;
}
div.bb-categories li.level-0-2 ul {
	left: -15em;
}
div.bb-categories li.level-0-3 ul {
	left: -22.5em;
}
div.bb-categories li.level-0-4 ul {
	left: -30em;
}
div.bb-categories li.level-0-5 ul {
	left: -37.5em;
}
div.bb-categories li.level-0-6 ul {
	left: -45em;
}
div.bb-categories li.level-0-7 ul {
	left: -52.5em;
}
div.bb-categories li.expanded ul {
	display: block;
}
div.bb-categories li.level-0 li.current {
	background: #eee;
}
div.bb-categories a,
div.bb-categories span {
	display: block;
	padding: 1px;
	cursor:pointer;
}
div.bb-categories li.level-1 a,
div.bb-categories li.level-1 span {
	border: none;
}
div.bb-categories li a,
div.bb-categories li span {
	color: #333;
	text-align: center;
	letter-spacing: -1px;
	padding: 6px 0 5px 0;
}
/*
div.bb-categories li.current a,
div.bb-categories li.current span {
	background:red url(/images/bb/expanded.gif) 0 50% no-repeat;
}
*/
div.bb-categories li li a,
div.bb-categories li.expanded li a {
	background-image:url(/images/bb/bullet.png);
}
div.bb-categories li.expanded li a:hover {
	text-decoration:underline;
}
div.bb-search legend {
	display: none;
}
div.bb-search select,
div.bb-search input,
div.bb-search button {
	display: inline-block;
	vertical-align: top;
}
div.bb-search select {
	height: 33px;
	line-height: 33px;
	margin: 0;
	padding: 0 0 0 5px;
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
div.bb-search input {
	width: 60%;
	height: 33px;
	line-height: 33px;
	margin: 0 0 0 1px;
	padding: 0 10px;
	background: #f0f0f0;
	border: 1px solid #aaa;
	border-right: 0 none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
div.bb-search button {
	vertical-align: top;
	color: #fff;
	font-size: 12px;
	font-family: "YoonGothic740", sans-serif;
	letter-spacing: -1px;
	line-height: 32px;
	width: 44px;
	height: 33px;
	padding: 0;
	margin: 0;
	background-color: #666;
	border: 1px solid #555;
}
div.bb-search a {
	margin-left: 0.25em;
}
div.bb-rss {
	display: none;
	float: right;
	margin: 0.5em 0 0 0;
}
table.bb-list th {
	border-left: none;
	border-right: none;
	background-color: #FFF7BE;
}
th.bb-list-id {
	width: 4em;
	padding: 0.5em 0;
}
th.bb-list-division {
	width: 5em;
}
th.bb-list-category {
	width: 5em;
}
th.bb-list-title {
}
th.bb-list-replies-count {
	width: 4em;
}
th.bb-list-author {
	width: 4.5em;
}
th.bb-list-publish-date {
	width: 6em;
	padding: 0.5em 0;
}
th.bb-list-read-count {
	width: 4em;
}
th.bb-list-files {
	width: 4em;
}
table.bb-list tr.even td {
	background: #f9f9f9;
}
table.bb-list td {
	border-left: none;
	border-right: none;
	text-align: center;
	padding: 1em 0;
	font-size: 11px;
	border-top: 1px solid #aaa;
}
#content-main td.bb-list-title {
	width: 70%;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 1em 0.75em;
}
#content-main td.bb-list-title a {
	display: block;
	text-align: left;
	text-decoration: none;
}
table.bb-list td.bb-list-id,
table.bb-list td.bb-list-publish-date {
	font-size: 11px;
}
table.bb-list td.bb-list-publish-date {
	letter-spacing: -1px;
	color: #444;
}
#content-main td.bb-list-title img {
	vertical-align: top;
	margin-left: 6px;
}
#content-main td.bb-list-files {
	text-align: center;
}
#content-main td.bb-list-files a {
	margin-left: 0.25em;
}
/* view */
div.bb-view-topic {
	position: relative;
	margin: 0;
	padding: 0 15px;
}
div.bb-view-post {
	margin: 0;
	padding: 0;
	border-top: 1px solid #ff4500;
}
div.bb-view-post-depth-1 {
	margin: 3em 0 0 2em;
}
div.bb-view-post-depth-2 {
	margin: 3em 0 0 4em;
}
div.bb-view-post-depth-3 {
	margin: 3em 0 0 6em;
}
div.bb-view-title {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding: 30px 5px 15px 5px;
}

div.bb-view-title span.title,
div.bb-view-author span.author {
	display: none;
}
div.bb-view-editor,
div.bb-view-author {
	font-size: 13px;
	color: #777;
	padding: 0 5px 10px 5px;
	text-align: left;
}
div.bb-view-editor {
	/*background: url(/images/bb/bb-view-editor.gif) 0.75em 50% no-repeat;
	border-top: 1px solid #ddd;*/
}
div.bb-view-author {
	/*background: #f4f4f4 url(/images/bb/bb-view-author.gif) 0.75em 50% no-repeat;
	border-top: 1px solid #e4e4e4;*/
}
div.bb-view-title img {
	margin-right: 0.5em;
}
div.bb-view-files {
	padding: 0.25em 0 0.25em 1em;
	/*border-top: 1px solid #ddd;
	background-color: #F4F4F4;
	background: #F4F4F4 url(/images/bb/bb-view-file.gif) 0.75em 50% no-repeat;*/
}
div.bb-view-file img {
	vertical-align: middle;
	margin-right: 4px;
}
div.bb-view-file span.bb-view-filename {
	font-size: 90%;
	margin-left: 0.25em;
	vertical-align: middle;
}
div.bb-view-file span.bb-view-filesize {
	color: #666;
	font-size: 11px;
	vertical-align: middle;
	margin-left: 0;
}
div.bb-view-content {
	clear: both;
	font-family: "YoonGothic740", "맑은 고딕", sans-serif;
	font-size: 100%;
	margin: 20px 0 0 0;
	padding: 25px 5px;
	border-top: 1px solid #d6d6d6;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
}
div.bb-view-content p,
div.bb-view-content span {
	font-size: 13px !important;
	color: #333 !important;
	font-family: "YoonGothic740", "맑은 고딕", sans-serif !important;
}
#content-main div.bb-view-content p {
	line-height: 24px;
	margin: 1px 0;
}
div.bb-view-content img {
	margin: 1em 0;
}
div.bb-view-post-actions {
	position: absolute;
	padding-top: 2em;
	/*bottom: 0;
	text-align: right;*/
}
div.bb-view-post-actions a {
	margin-left: 0.5em;
}
div.bb-view-topic-actions {
	padding-top: 2em;
	text-align: right;
}
div.bb-view-post-actions a.bb-view-delete,
div.bb-view-post-actions a.bb-view-edit,
div.bb-view-post-actions a.bb-spam,
div.bb-view-topic-actions a,
div.bb-list-actions a {
	display: inline-block;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	border: 1px solid #b6b6b6;
	margin-left: 3px;
	padding: 8px 12px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

div.bb-list-actions {
	text-align: right;
	margin: 20px 15px 0 0;
}
div.bb-list-pages {
	margin-top: 1em;
}

div.bb-view-topic-neighbors {
	/*border: 1px solid #d9d9d9;*/
	margin: 2em 0 0 0;
	/*padding: 0.5em;*/
}
div.bb-view-topic-newer a,
div.bb-view-topic-older a {
	color: #333;
	font-size: 14px;
	padding: 10px 12px;
	background: #f0f0f0;
	text-decoration: none !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
div.bb-view-topic-newer a:hover,
div.bb-view-topic-older a:hover {
	border-color: #888;
}
div.bb-view-topic-older a span.next-date,
div.bb-view-topic-newer a span.prev-date {
	display: none;
	color: #777;
	text-align: right;
}
div.bb-view-topic-newer {
	margin-bottom: 0.25em;
}
div.bb-view-topic-neighbors a {
	display: block;
	text-align: left;
}
div.bb-view-topic-neighbors a img {
	vertical-align: top;
	margin: 7px 6px 0 0;
}

/* write */
div.bb-write form {
	border-top: 1px solid #666;
}
div.bb-write form label {
	vertical-align: baseline;
}
div.bb-write input.textbox {
	margin-left: 0.5em;
}
div.bb-write-pin div {
	padding: 0.25em 0 0 0.75em;
}
div.bb-write-pin div div {
	margin-left: 0;
	display: inline-block;
}
div.bb-write-show div {
	margin-left: 1.7em;
}
div.bb-write-show div div {
	margin-left: 0;
}
div.bb-write-actions {
	margin-top: 0.5em;
	padding-top: 0.5em;
	border-top: 1px solid #ccc;
	text-align: right;
}
div.bb-write-actions a {
	margin-left: 0.5em;
}
div.bb-write-division,
div.bb-write-category {
	border-top: 2px solid #896728;
	border-bottom: 1px solid #d6cbb8;
	padding: 5px 0;
}
div.bb-write-title {
	border-bottom: 1px solid #d6cbb8;
	padding: 5px 0;
}
div.bb-write-division label,
div.bb-write-category label,
div.bb-write-title label {
	display: inline-block;
	font-weight: bold;
	padding: 5px 0 0 0.75em;
	margin-right: 2em;
	color: #444;
}
div.bb-write-division label,
div.bb-write-category label {
	display: inline;
}
div.bb-write-title label {
	display: inline;
	vertical-align: baseline !important;
}
div.bb-write-title input {
	border: 1px solid #bdbdbd;
	padding: 0.25em;
	margin: 0 !important;
}
div.bb-write-protected {
	border-bottom: 1px solid #d9d9d9;
	padding: 0.2em 0 0.2em 4.75em;
}
div.bb-write-pin,
div.bb-write-hidden {
	padding: 0.2em 0 0.2em 4.75em;
	border-bottom: 1px solid #d9d9d9;
}
div.bb-write-show {
	border-bottom: 1px solid #d9d9d9;
	padding: 0.2em 0 0.2em 4.75em;
}
div.bb-write-show label,
div.bb-write-protected label,
div.bb-write-pin label,
div.bb-write-hidden label {
	color: #444;
}
div.bb-write-files legend {
	font-weight: bold;
	padding: 0.5em 0 0 0.25em;
}

/* delete */
div.bb-delete-actions form {
	margin-top: 0.5em;
	padding-top: 0.5em;
	text-align: right;
}
div.bb-delete-actions a {
	margin-left: 0.5em;
}

/* reply */
div.bb-reply {
	border: 1px solid #eee;
	margin-left: 2em;
	margin-top: 1em;
	padding: 1em;
}

/* config */
div.bb-config>form>div {
	padding: 0.25em 0;
	border-top: 1px solid #d9d9d9;
}
div.bb-config .bb-config-permissions table td {
	text-align: center;
}
div.bb-config form div.bb-config-title {
	border-top: 1px solid #666;
}
div.bb-config form div.bb-config-categories {
	border-top: 0 none;
}
div.bb-config-saved {
	color: green;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: center;
}
div.bb-config-title label,
div.bb-config-managers span.bb-label,
div.bb-config-privileged-departments span.bb-label,
div.bb-config-columns span.bb-label,
div.bb-config-page-size label,
div.bb-config-new-count label,
div.bb-config-new-period label,
div.bb-config-protection label,
div.bb-config-change-period label,
div.bb-config-upload-max-count label,
div.bb-config-upload-max-size label,
div.bb-config-prohibited-extensions label{
	display: inline-block;
	width: 10em;
	text-align: left;
	margin-right: 1em;
	font-weight: bold;
	letter-spacing: -1px;
	color: #444;
}
div.bb-config-managers span,
div.bb-config-privileged-departments span,
div.bb-config-columns span {
	margin-right: 0.5em;
	display: inline-block;
	max-width: 40em;
	vertical-align: top;
}
div.bb-config-managers a,
div.bb-config-privileged-departments a,
div.bb-config-columns a {
	border: 1px solid #05832e;
	background-color: #099537;
	color: #fff;
	padding: 0.15em 0.25em;
	letter-spacing: -1px;
}
div.bb-config-managers a:hover,
div.bb-config-privileged-departments a:hover,
div.bb-config-columns a:hover {
	background-color: #fff;
	color: #099537;
}
div.bb-config-new {
	display: inline-block;
	margin: 0.5em 0 0.5em 10.5em;
	padding: 0.5em;
	border: 1px solid #eee;
}
div.bb-config-new div {
	margin-left: 2em;
}
div.bb-config form div.bb-config-enable-divisions,
div.bb-config form div.bb-config-enable-rss,
div.bb-config form div.bb-config-enable-search,
div.bb-config form div.bb-config-enable-pin,
div.bb-config form div.bb-config-enable-show-period,
div.bb-config form div.bb-config-enable-reply,
div.bb-config form div.bb-config-hide-new-posts,
div.bb-config form div.bb-config-expand-attached-images,
div.bb-config form div.bb-config-enable-upload,
div.bb-config form div.bb-config-enable-image-upload{
	margin-left: 11em;
	border: 0 none;
	padding: 0;
}
div.bb-config-actions {
	margin-top: 0.5em;
	padding-top: 0.5em;
	border-top: 0 none !important;
	text-align: center;
}
div.bb-config-actions a {
	margin-left: 0.5em;
}
div.bb-config table tr.even th,
div.bb-config table tr.even td{
	background: #f7f7f7;
}
div.bb-config-categories label {
	display: block;
}
#content-main .bb-search form {
	padding: 0;
}
/* gallery list */
#content-main .bb-list {
	/*padding: 1.5em;*/
	font-family: "YoonGothic740", "맑은 고딕", sans-serif;
	border-top: 1px solid #999;
	/*border-bottom: 1px solid #BDBDBD;*/
	border-left: 0 none;
	border-right: 0 none;
}
#content-main .bb-photo-list {
	text-align: center;
}
div.bb-list div.bb-list-topic {
	display: inline-block;
	vertical-align: top;
	margin: 1em 1.5em;
}
.lte7 div.bb-list div.bb-list-topic {
	display: inline;
}
div.bb-list div.bb-list-topic a {
	display: block;
	text-align: center;
	margin-top: 0.35em;
}
div.bb-list div.bb-list-topic a.bb-list-topic-image img {
	width: 14.5em;
	height: 9.5em;
	padding: 0.5em;
	border: 1px solid #aaa;
}
div.bb-list div.bb-list-topic a.bb-list-topic-title {
	color: #333;
	width: 15em;
	line-height: 18px;
	letter-spacing: -1px;
}

/* copy from common.css */
div.bb-divisions {
	position:relative;
	margin-bottom: 30px;
}
div.bb-divisions ul {
	height: 100%;
}
div.bb-divisions ul ul {
	padding-bottom: 1em;
}
div.bb-divisions li span {
	font-size: 1em;
}
div.bb-divisions li.current li.current a {
	color: #e62b00;
	border-color: #aaa;
	border-bottom: 1px solid #fff;
	background-color: transparent;
}
div.bb-divisions li.current li a {
	color: #666;
}
div.bb-divisions li li {
	display: inline-block;
	padding: 0.25em 0;
	margin: 1px !important;
	text-align: left;
}
.lte7 div.bb-divisions li li {
	display: inline;
}
#content div.bb-divisions li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin: 0;
	padding: 0;
}
div.bb-divisions li.level-0-1 li {
	width: 19%;
}
div.bb-divisions li.level-0 a {
	display: block;
	color: #333;
	font-size: 90%;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	border: 1px solid #d6d6d6;
	border-left: 0 none;
	background: #eee;
}
div.bb-divisions li.level-0:first-child a {
	border-left: 1px solid #ddd;
}
div.bb-divisions li.current span,
div.bb-divisions li.current a {
	color: #ff4500;
	font-weight: bold;
	background: #fff;
	border-bottom: 0 none;
}
div.bb-divisions li.expanded a,
div.bb-divisions li.expanded span {
	background: #fff;
	border-bottom: 0 none;
}
div.bb-divisions li li a,
div.bb-divisions li.expanded li a {
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	border: 0 none;
	text-align: left;
	color: #444 !important;
	font-weight: normal;
}
div.bb-divisions li span {
	display: block;
	cursor: pointer;
}
div.bb-divisions li ul {
	display: none;
	position: relative;
	top: 10px;
	width: 400%;
}
div.bb-divisions li.level-0-0 ul {
	left: 0;
}
div.bb-divisions li.level-0-1 ul {
	left: -100%;
}
div.bb-divisions li.level-0-2 ul {
	left: -200%;
}
div.bb-divisions li.level-0-3 ul {
	left: -300%;
}
div.bb-divisions li.expanded ul {
	display: block;
	margin-bottom: 20px;
}
#content div.bb-divisions li.level-0-2 li,
#content div.bb-divisions li.expanded li {
	width: 49%;
}
div.bb-divisions li.expanded li a {
	display: block;
	padding: 8px;
	border: 1px solid #d6d6d6;
	border-radius: 2px;
}
div.bb-divisions li.expanded li.current a,
div.bb-divisions li.expanded li a:hover,
div.bb-divisions li.expanded li a:focus {
	color: #fff !important;
	background-color: #ff4500;
	border-color: #ff4500;
}



/* park */

/* calendar */
.calendar-board-write, .calendar-board-write th, .calendar-board-write td {
	border-left: 0 none;
	border-right: 0 none;
} 
.month-board, .month-board th, .month-board td {
	border-left: 0 none;
	border-right: 0 none;
} 

/* etc-board */

#content-main table {
	border-top: 1px solid #DDD;
}
.etc-title-first {
	border-top: 1px solid #DDD;
}
.etc-view-content {
	border-bottom: 1px solid #DDD;
}
.etc-board, .etc-board th, .etc-board td {
	border-left: 0 none;
	border-right: 0 none;
} 

.etc-board {
	border-top: 0px solid #DDD;
}

#board-header {
	margin-bottom: 0.5em;
}
.policy-write table {
	border-top: 1px solid #DDD;
}


.policy-write form {
	vertical-align: top;
	border-top: 2px solid #555f7d;
}
.policy-reply form {
	vertical-align: top;
	border-top: 2px solid #555f7d;
}

 /*list*/
div.etc-list-actions {
	text-align: right;
	margin-top: 1em;
}

.etc-board table {
	border-top: 0px solid #199966;
}


/* write */
div.etc-write-actions {
	margin-top: 0.5em;
	padding-top: 0.5em;
	/*border-top: 1px solid #EEE;*/
	text-align: right;
}
div.etc-write-actions input {
	margin: 0 0.25em;
}
#content-main table.etc-board tbody td-left {
	text-align: center;
}

 
div.etc-write-title {
	padding: 0.2em 0;
	border-bottom: 1px solid #D6D6D6;
}
div.etc-write-title label {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	padding: 0.25em 0 0.25em 0.75em;
	margin-right: 1em;
	color: #333;
	width: 17%;
	background-color: #f4f4f4;
}
.lte7 div.etc-write-title label {
	display: inline;
}
div.etc-write-title input {
	width: 75%;
	margin: 0;
	padding: 3px;
	border:1px solid #aabccb;
	background-color: #f7fbff;
}
div.etc-write-file {
	padding: 0.2em 0;
	border-bottom: 1px solid #D6D6D6;
}
div.etc-write-file label {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	padding: 0.25em 0 0.25em 0.75em;
	margin-right: 1em;
	color: #333;
	width: 17%;
	background-color: #f4f4f4;
	letter-spacing: -1px;
}
.lte7 div.etc-write-file label {
	display: inline;
}
div.etc-write-file input.input {
	width: 55%;
	margin: 0;
	padding: 1px;
	border:1px solid #ddd;
}
div.etc-write-file p {
	display: inline-block !important;
	vertical-align: middle;
	width: 22%;
}
.lte7 div.etc-write-file p {
	display: inline !important;
}
div.etc-write-file p label {
	width: 100%;
	text-align: left;
	padding: 0;
	margin: 0 0 0 1em;
	background-color: transparent;
}
div.etc-write-file p input{
	margin-left: 0.5em;
}

div.etc-write-actions {
	margin-top: 0.5em;
	padding-top: 0.5em;
	border-top: 0px solid #EEE;
	text-align: right;
}

div.etc-write-actions input {
	margin: 0 0.25em;
}



/* edit */
div.etc-edit-actions {
	margin-top: 0.5em;
	padding-top: 0.5em;
	border-top: 1px solid #aaa;
	text-align: right;
}
div.etc-edit-actions input {
	margin: 0 0.25em;
}

/* view */


/* view */
div.etc-content-view {
	position: relative;
	/*width: 58em;*/
}
div.etc-view-post {
	margin: 1em 0 0 0;
	padding: 0 0 0 1em;
}
div.etc-view-title {
	border-bottom: 1px solid #d6d6d6;
	padding: 0.2em 0;
}
div.etc-view-title strong {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	padding: 0.25em 0 0.25em 0.75em;
	margin-right: 1em;
	color: #333;
	width: 17%;
	background-color: #F4F4F4;
}
div.etc-view-file {
	font-size: 1.2em;
	font-weight: bold;
	color: #444;
	border-top: 1px solid #aaa;
	padding: 0.5em 0 0.5em 0.1em;
}
div.etc-view-file span {
	background-color: #F4F4F4;
	border: 1px solid #CCC;
	color: #111;
	margin-right: 0.25em;
	padding: 0.2em 0.25em;
}
div.etc-view-content p {
	line-height: 1.5em;
	margin: 1px 0;
}
div.etc-view-content img {
	margin: 1em 0;
}

div.etc-view-content {
	clear: both;
	font-size: 100%;
	padding: 2em 1em;
}
div.etc-view-title ul {
	margin-left: 5em;
}
div.etc-view-actions {
	margin-top: 0.5em;
	padding-top: 0.5em;
	border-top: 1px solid #aaa;
	text-align: right;
}
div.etc-view-actions a{
	margin: 0 0.1em;
}

div.etc-view-actions {
	margin-top: 0.5em;
	padding-top: 0.5em;
	border-top: 1px solid #aaa;
	text-align: right;
}
div.etc-edit-actions input {
	margin: 0 0.25em;
}
div.etc-point {
	font-size:18px;
	color: red;
	font-weight: bold;
	padding-bottom: 0.5em;
}
textarea:focus {
	border: 2px solid blue;
}
div.clear-both {
	clear:both;
}
table.bb-list th {
	display: none;
}
table.bb-list .bb-list-id,
table.bb-list .bb-list-files {
	display: none;
}

table.bb-list,
table.bb-list td {
	display: block;
	border: 0 none !important;
}
table.bb-list tbody,
table.bb-list  tbody tr,
table.bb-list  tbody td {
	display: block;
}
table.bb-list  tbody tr {
	border: 1px solid #666;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: 12px;
	padding: 0;
	-moz-box-shadow: 0 1px 1px #bbb;
	-webkit-box-shadow: 0 1px 1px #bbb;
	box-shadow: 0 1px 1px #bbb;
}
table.bb-list  tbody td {
	text-align: left;
	padding: 4px 4px 4px 13px;
	background-color: #d6d6d6 !important;
	text-shadow: 0 1px 0 #fff;
}
table.bb-list  tbody td.bb-list-publish-date {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-borde-radiusr-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top: 1px dotted #aaa !important;
}
#content-main td.bb-list-title {
	width: inherit;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding: .75em;
	border-bottom: 1px solid #aaa !important;
	background-color: #fff !important;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-borde-radiusr-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-box-shadow: 0 2px 0 #888;
	-webkit-box-shadow: 0 2px 0 #888;
	box-shadow: 0 2px 0 #888;
}
/* 게시판 */
#content-main .bb-list-mobile {
	position: relative;
	margin: 0;
	padding: 15px;
	border-bottom: 1px solid #d9d9d9;
	background: #f9f9f9 url(/images/common/arrow01.svg) 96% 50% no-repeat;
	box-shadow: inset 0 1px 0 #fff;
	/*background-color: #f1f7f7;*/
}
#content-main .first {
	border-top: 1px solid #d9d9d9;
}
#content-main .bb-list-mobile div {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #666;
	background-color: #fff;
	margin: 2px 0;
	padding: 4px;
}
#content-main .bb-list-mobile span.author,
#content-main .bb-list-mobile span.date {
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	color: #777;
	padding: 0 6px 0 0;
}
#content-main .bb-list-mobile span.title {
	display: block;
	font-size: 15px;
	text-align: left;
}
#content-main .bb-list-mobile span.title a {
	display: block;
	color: #333;
	text-align: left;
}
#content-main .bb-list-mobile span.title a img {
	vertical-align: middle;
	padding-left: 5px;
}
div.empty-data {
	color: #7a7a7a;
	text-align: center;
	padding: 15px;
}
