@charset "utf-8";

/* list */
.board_search { 
	position:relative; 
	width: 100%;
	text-align: right;
}
.board_search .board_search_box {
	
}
.board_search .board_search_box input.find_input {
	height: 30px;
	line-height: 30px;
	width: 150px;
}
.board_search .board_search_box button.find_btn {
	cursor: pointer;
	border: 1px solid #474343;
	background-color: #474343;
	height: 32px;
	color: #fff;
	padding: 0px 15px;
}
.board_table {
	margin: 10px auto;
	width: 100%;
	font-size: 12px;
}
.board_table thead th {
	text-align: center;
	height: 32px;
	line-height: 32px;
	background-color: #474343;
	border-bottom: 1px solid #E1E1E1;
	color: #fff;
	font-size: 13px;
}
.board_table tbody tr:hover {
	background-color: #F7F7F7;
}
.board_delete_status {
	color: #ccc;
}
.board_table tbody td {
	text-align: left;
	height: 32px;
	line-height: 32px;
	background-color: #fff;
	color: #333;
	border-bottom: 1px solid #ddd;
	white-space: nowrap;
}
.board_table tbody td.center {
	text-align: center;
}
.board_table tbody td a {
	display: block;

	height: 30px;
	vertical-align: middle;
	width: 100%;
	
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
}
.board_table tbody td a:hover {
	text-decoration: underline;
	font-weight: bold;
}
.board_table tbody td span.comment_cnt {
	font-size: 10px;
	color: #FF5050;
}
.board_table tbody td span.board_icon_dep {
	display: inline-block;
	background: url('./img/icon_reply.gif') no-repeat center center;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	padding: 0px 3px 0px 0px;
}
.board_table tbody td span.board_icon_new {
	display: inline-block;
	background: url('./img/icon_new.gif') no-repeat center center;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	padding: 0px 3px 0px 0px;
}
.board_table tbody td span.board_icon_lock {
	display: inline-block;
	background: url('./img/icon_lock.gif') no-repeat center center;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	padding: 0px 3px 0px 0px;
}

.board_table tbody td.notice {
	background-color: #F5F5F5;
}
.board_table tbody td.board_empty {
	height: 100px;
	line-height: 100px;
	text-align: center;
}

.board_list_btns {
	text-align: right;
}
.board_list_btns button {
	
}
.board_btns {
	padding: 10px 0px;
}
.board_btns button {
	padding: 3px 13px;
	cursor: pointer;
	background-color: #333333;
	border: 1px solid #333333;	
	color: #fff;
}
.board_btns a.button {
	display:line-block;
	height:100%;
	width:100%;
	padding: 4px 14px;
	cursor: pointer;
	background-color: #333333;
	border: 1px solid #333333;	
	color: #fff;
}
.board_btns button:hover {
	border: 1px solid #956941;
	background-color: #956941;
}
.board_btns a.button:hover {
	border: 1px solid #956941;
	background-color: #956941;
}
/* paging bootstrap style*/
.paging_box {
	text-align: center;
}
.paging_box .pagination {
	margin: 0;
	border-radius: 4px;
	display: inline-block;
	padding-left: 0;
}
.paging_box .pagination > li {
	display: inline;
}
.paging_box .pagination-sm > li:first-child > a {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.paging_box .pagination li.active a {
	background-color: #337ab7;
	border-color: #337ab7;
	color: #fff !important;
	cursor: default;
	z-index: 2;
}
.pagination li a {
	border-radius: 0 !important;
	color: #333 !important;
}
.pagination > li > a {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #428bca;
	float: left;
	line-height: 1.42857;
	margin-left: -1px;
	padding: 5px 10px;
	position: relative;
	text-decoration: none;
}

/* view */
.board_view_title {
	
}
.board_view_head {
	border: 1px solid #ddd;
	background-color: #F5F5F5;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	position: relative;
}
.board_view_head span.writer {
	display: inline-block;
	padding: 0px 20px 0px 20px;
	background: url('./img/people.png') no-repeat left center;
	background-size: 15px;
}
.board_view_head span.comment {
	display: inline-block;
	padding: 0px 20px 0px 20px;
	background: url('./img/bloom.png') no-repeat left center;
	background-size: 15px;
}
.board_view_head span.view {
	display: inline-block;
	padding: 0px 20px 0px 20px;
	background: url('./img/eye.png') no-repeat left center;
	background-size: 15px;
}
.board_view_head span.time {
	position: absolute;
	right: 0px;
	display: inline-block;
	padding: 0px 20px 0px 20px;
	background: url('./img/clock.png') no-repeat left center;
	background-size: 15px;
}
.view_link {
	border: 1px solid #ddd;
	background-color: #F5F5F5;
	height: 40px;
	line-height: 150%;
	padding-left: 20px;
	padding-top: 10px;
	position: relative;
	margin-top: 10px;
}
.view_link span.link {
	line-height: 12px;
}
.board_view_content {
	min-height: 300px;
	width: 100%;
	overflow-x: hidden;
	padding: 20px 0px;
}
.board_view_content img {
	/*width: 100%;*/
}

.board_comment_box .board_comment_lists {
	background-color: #F5F8F9;
	border: 1px solid #ddd;
	padding: 5px;
}
.board_comment_box .board_comment_lists .board_comment_head {
	font-size: 14px;
	border-bottom: 1px solid #333333;
	display: block;
	width: 10%;
	padding: 0px 5px;
}
.board_comment_box .board_comment_lists .board_comment_item {
	padding-bottom: 10px;
}
.board_comment_box .board_comment_lists .board_comment_item .c_name_sss {
	color: #aaa;
}
.board_comment_box .board_comment_item_name {
	font-weight: bold;
	dispaly: inline-block;
	padding: 0px 10px 0px 0px;
}
.board_comment_box .board_comment_item_date {
	color: #aaa;
}
.board_comment_box .board_comment_item_content {
	padding: 5px 5px 0px;
	line-height: 130%;
}
.board_comment_box .board_comment_item .board_btns {
	text-align: right;
}
.board_comment_box .board_comment_item .board_btns button {
	font-size: 11px;
}

.board_comment_box .board_comment_write {
	border: 1px solid #ddd;
	margin: 5px 0px;
	padding: 10px;
	background-color: #fff;
	text-align: left;
}
.board_comment_write .board_btns {
	text-align: right;
}
.board_comment_write .board_btns button {
	border: 1px solid #D5070F;
	background-color: #D5070F;
}
.board_comment_write .board_comment_row {
	display: inline-block;
	width: 49%;
	padding: 0px 0px 5px;
}
.board_comment_write .board_comment_row label {
	display: block;
	font-size: 13px;
}
.board_comment_write .board_comment_row input {
	width: 99%;
	border: 1px solid #ccc;
	height: 25px;
	line-height: 25px;
}
.board_comment_write textarea {
	display: block;
	width: 99%;
	height: 100px;
	border: 1px solid #ccc;
	resize: none;
	font-size: 12px;
}
.board_write_head {
	display: block;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	margin-bottom: 20px;
	min-height: 20px;
	padding: 15px;
}
.board_write_line {
	padding: 5px 0px;
}
.board_write_line label {
	display: inline-block;
	width: 10%;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;	
}
.board_write_line .input_text {
	height: 30px;
	line-height: 30px;
	width: 80%;
	padding-left: 5px;
}
.board_write_line .selectbox {
	height: 30px;
	line-height: 30px;
	width: 30%;
	padding-left: 5px;
}
.board_write_line .input_checkbox {
	vertical-align: middle;
}
.board_write_line.editor {
	margin-top: 10px;
}
.board_write_line .uploaded {
	padding: 5px 5px;
}
.board_write_line .file_del {
	display: inline-block;
	padding: 3px 13px;
	cursor: pointer;
	background-color: #FF3800;
	border: 1px solid #FF3800;	
	color: #fff;
	margin: 3px 0px;
}
.board_write_line .file_del:hover {
	border: 1px solid #956941;
	background-color: #956941;
}
.board_password_table {
	width: 100%;
}
.board_defailt_passwd {
	width: 50%;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #ddd;
	padding-top: 10px;
}
.board_defailt_passwd input.board_passwd {
	height: 30px;
	line-height: 30px;
	width: 80%;
	padding-left: 5px;
}
.board_defailt_passwd .pw {
	padding: 10px 0px;
	
}
.board_defailt_passwd .pw .board_password_input_box {
	margin: 10px 0px;
	text-align: center;
}

.board_files {
	border: 1px solid #ddd;
	background-color: #F5F5F5;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
}
.board_next_priv_box {
	width: 98%;
	height: auto;
	padding: 5px;
	margin: 5px 0px;
	background-color: #F5F5F5;
	border: 1px solid #ddd;
}
.board_next_priv_box .priv {
	display: block;
	text-align: left;
	padding: 5px 0px;
	overflow: hidden;
	white-space: nowrap;
}
.board_next_priv_box .next {
	display: block;
	padding: 5px 0px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;	
}

.board_write_line .write_chkbox {
	position:absolute;
	width: 251px;
	height: 76px;
	right:-3px;
	top:0px;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	background: url('./img/chkbox.png') no-repeat center center;
}

/* mobile */
/* 320px 이하  시작 */
@media only screen and (max-width: 320px) {

.webzine_box {
	border: 1px solid #5bccd7;
	display: inline-block;
	height: auto;
	margin-top: 10px;
	margin-right: 0;
	width: 99%;
}
.webzine_box .webzine_list_img_box {
	height: 240px;
}
.webzine_box .webzine_list_title {
	margin: 5px 0px 0px 0px;
	height: 25px;
	line-height: 25px;
}

.webzine_etc_box {
	margin: 0;
	padding: 10px 0px;
}
.webzine_etc_box br {
	display: none;
}

.board_view_head {
	height: auto;
	line-height: 160%;
	padding-left: 20px;
	position: relative;
	word-break: keep-all;
	text-align: right;
}

.board_view_head span.time {
	background: rgba(0, 0, 0, 0) url("./img/clock.png") no-repeat scroll left center / 15px auto;
	padding: 0 20px;
	position: relative;
}

.mboard_hiddens,.mboard_hiddens_small {
	display: none;
}

}
/* 320px 이하 끝 */
/* 360px 이상 시작 */
@media only screen and (min-width:360px) and (max-width: 480px) {

.webzine_box {
	border: 1px solid #5bccd7;
	display: inline-block;
	height: auto;
	margin-top: 10px;
	margin-right: 0;
	width: 99%;
}
.webzine_box .webzine_list_img_box {
	height: 240px;
}
.webzine_box .webzine_list_title {
	margin: 5px 0px 0px 0px;
	height: 25px;
	line-height: 25px;
}

.webzine_etc_box {
	margin: 0;
	padding: 10px 0px;
}
.webzine_etc_box br {
	display: none;
}

.mboard_hiddens {
	display: none;
}

}
/* 360px 이상 끝 */
/* 480px 이상 시작 */
@media only screen and (min-width:480px) and (max-width: 768px) {

.webzine_box {
	border: 1px solid #5bccd7;
	display: inline-block;
	height: auto;
	margin-top: 10px;
	margin-right: 0;
	width: 99%;
}
.webzine_box .webzine_list_img_box {
	height: 260px;
}
.webzine_box .webzine_list_title {
	margin: 5px 0px 0px 0px;
	height: 25px;
	line-height: 25px;
}

.webzine_etc_box {
	margin: 0;
	padding: 10px 0px;
}
.webzine_etc_box br {
	display: none;
}


}
/* 480px 이상 끝 */
/* 768px 이상 시작 */
@media only screen and (min-width:768px) and (max-width: 900px) {

.webzine_box {
	border: 1px solid #5bccd7;
	display: inline-block;
	height: auto;
	margin-top: 10px;
	margin-right: 6px;
	width: 32%;
}
.webzine_box .webzine_list_img_box {
	height: 240px;
}
.webzine_box .webzine_list_title {
	margin: 5px 0px 0px 0px;
	height: 25px;
	line-height: 25px;
}

.webzine_etc_box {
	margin: 0;
	padding: 10px 0px;
}
.webzine_etc_box br {
	display: none;
}

}
/* 768px 이상 끝 */