/* ************************************************ */
/* LHBOARD */
/* ************************************************ */

body input[type="password"], body textarea{ box-shadow:none}

/* File link icon */
#lhwb_view_comments a[href$=".pdf"],#lhwb_view_comments a[href$=".hwp"],
#lhwb_view_comments a[href$=".doc"],#lhwb_view_comments a[href$=".docx"],
#lhwb_view_comments a[href$=".xlsx"],#lhwb_view_comments a[href$=".xls"],
#lhwb_view_comments a[href$=".pptx"],#lhwb_view_comments a[href$=".ppt"]{
padding: 82px 10px 5px 20px;
margin:2px 0;
background: center top no-repeat;
display:block;
text-align: center;
background-color:#fff
}

#lhwb_view_comments a[href$=".pdf"] {
background-image: url(images/lhboard/pdf_icon.png);
}

#lhwb_view_comments a[href$=".hwp"]{
background-image: url(images/lhboard/hwp_icon.png);
}

#lhwb_view_comments a[href$=".doc"],#lhwb_view_comments a[href$=".docx"] {
background-image: url(images/lhboard/word_icon.png);
}

#lhwb_view_comments a[href$=".xlsx"],#lhwb_view_comments a[href$=".xls"] {
background-image: url(images/lhboard/excel_icon.png);
}

#lhwb_view_comments a[href$=".pptx"],#lhwb_view_comments a[href$=".ppt"] {
background-image: url(images/lhboard/ppt_icon.png);
}

#lhwb_view_comments a[href$=".mp3"] {
background-image: url(demo-images/audio.png);
}

#the_content #lhwb_board img#android_upload_button_lhboard {
    width: 32px;
    height: 32px;
    display: block;
}


#wp-lhwb_editor-editor-container {border: 1px solid #3D3D3D; box-sizing: border-box}
div#wp-lhwb_editor-wrap table tr td.mceStatusbar {display: none;}
#the_content #lhwb_board #uploding img {
	display: inline-block;
	margin-bottom: 20px;
}

#lhwb_board_write_btn {
	padding: 10px 0;
	color: auto;
	background: none;
}

div#lhwb_wrap #board_write_btn a {
	margin-top: 5px;
	margin-right: 10px;
	border: none;
	padding: 10px 15px 10px 35px;
	font-size: 13px;
	color: rgb(71, 71, 71);
	border: 1px solid #ccc !important;
	font-weight: bold !important;
	background: #ddd url('images/lhboard/btn_edit.png') no-repeat 10px center !important;
	text-decoration: none !important;
}

#lhwb_board_write_btn a, div#lhwb_wrap .board_list p span#lhwb_board_pwdchk_btn a {
  height: 35px;
  line-height: 35px;
  padding: 8px 15px 8px 28px;
  font-size: 13px;
  color: #FFF;
  border: 1px solid #545454 !important;
  font-weight: bold !important;
  background: #383838 url('images/lhboard/btn_confirm.png') no-repeat 5px center !important;
  text-decoration: none !important;
}

div#lhwb_wrap span.btn02 {
	background: none;
	/* border: 1px solid #DDD !important; */
	font-weight: bold !important;
	color: #F9F9F9 !important;
	background: #303030;
	height: 35px;
	line-height: 35px;
	/* border-radius: 2px; */
	padding: 0 24px;
	display: inline-block;
}

div#lhwb_wrap .writeTy01 ul {
	border-top: none !important;
}

div#lhwb_wrap .board_list p {
	padding: 14px 0px;
    font-size:14px;
    line-height: 20px;
}

table#lhwb_editor_tbl {
	height: 220px !important;
}
table#lhwb_editor_tbl td {
	vertical-align: top !important;
}

div#lhwb_wrap .board_list p#board_write_btn {
	padding-right: 0;
}

div#lhwb_wrap .board_list p.right {
	clear: none;
}

div#lhwb_wrap .board_list p#lhwb_view_comments {
	min-height: 120px;
    padding-top: 0;
    background-color:#000;
}

div#lhwb_wrap .boardTy01 table {
	border-top: none !important;
	border-bottom: 1px solid #696969 !important;
}

div#lhwb_wrap .boardTy01 table thead th span {
	border-right: 1px solid #ccc !important;
}

div#lhwb_wrap .boardTy01 table thead th {
	border-bottom: 2px solid #ccc !important;
}

div#lhwb_wrap .FootTy01 .pageing strong{
	color: white;
	border-color: #BDBDBD;
	background-color: #BDBDBD !important;
}

div#lhwb_wrap a {
	text-decoration: none !important;
}

/*
div#lhwb_wrap input[type="text"],input[type="password"],textarea {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
*/

table#board_list {
	min-width: 320px;
}

div#lhwb_wrap .boardTy01 table#board_list tbody tr {
	cursor: pointer;
}

div#lhwb_wrap .boardTy01 table#board_list tbody tr:active,
div#lhwb_wrap .boardTy01 table#board_list tbody tr:hover {
	background-color: rgba(174, 211, 250, 0.5);
}

.btn_board_reply.lhwb_board_reply_btn,.btn_write.lhwb_modify_btn,.btn_cancel_03,#lhwb_reply_btn .btn_write,#lhwb_reply_btn .btn_cancel_04 {
	background: none !important;
	padding: 0 !important;
	margin: 0;
}

.btn_board_reply.lhwb_board_reply_btn a,.btn_write.lhwb_modify_btn a,.btn_cancel_03 a,#lhwb_reply_btn .btn_write a,#lhwb_reply_btn .btn_cancel_04 a,#lhwb_wrap .btn_list a {
	background-color: #F2F2F2;
	display: inline-block;
	padding: 0px 15px 0px 25px !important;
	font-size: 13px;
	border: 1px solid #DDD;
	margin: 0 2px;

	border-radius: 3px;
}

.btn_board_reply.lhwb_board_reply_btn a {
	background: #F2F2F2 url('images/lhboard/btn_comment.png') no-repeat 7px center !important;
}

#lhwb_wrap .btn_list a {
	background: #F2F2F2 url('images/lhboard/btn_list.png') no-repeat 7px center !important;
}

.btn_write.lhwb_modify_btn a {
	background: #F2F2F2 url('images/lhboard/btn_edit.png') no-repeat 7px center !important;
}

.btn_cancel_03 a {
	background: #F2F2F2 url('images/lhboard/btn_trash.png') no-repeat 7px center !important;
}

#lhwb_reply_btn .btn_write a {
	background: #303030 url('images/lhboard/btn_confirm_light.png') no-repeat 7px center !important;
	color: #FFF !important;
	border-color: #303030;
}

#lhwb_reply_btn .btn_cancel_04 a {
	background: #F2F2F2 url('images/lhboard/btn_cancel.png') no-repeat 7px center !important;
}

html div#lhwb_wrap p#lhwb_view_comments pre {

	min-height: 120px !important;
}

#lhwb_reply_btn li:first-child {
	float: right !important;
}

#lhwb_reply_btn .btn_write {
	float: left;
	width: auto;
}

div#lhwb_wrap #lhwb_reply_btn {
	clear: both;
	width: 100% !important;
	margin-top: 0;
}

div#lhwb_wrap #lhwb_reply_btn ul li {
	width: auto !important;
}

div#lhwb_wrap .txtarea05 {
	width: 100% !important;
	background-color: #f9f9f9 !important;
	padding-left: 0;
	padding-right: 0;
}

div#lhwb_wrap #lhwb_reply_container .lwhb_reply_li_1 .comment_input {
	width: 100% !important;
}

#lhwb_reply {
	margin: 0 40px;
}

#reply_input h3 small span {
	padding: 0px 30px;
	display: block;
	font-size: 13px;
	color: #686767 !important;
	margin: 0 0 10px 0;
	font-weight: bold;
	text-align: right;
	padding-top: 10px;
}

#lhwb_view_footer {
	border-bottom: 1px solid #CBCBCB;
	float: left;
	width: 100%;
}


div#lhwb_wrap #lhwb_reply_container ul li h3 {
	width: 620px;
}

#lhwb_view_comments {
	min-height: 120px;
}

div#lhwb_wrap #lhwb_board_view.writeTy01 ul.bgef li span {
	margin-bottom: 0;
	line-height: 170%;
	float: none;
}

div#lhwb_wrap .view_title {
	border-right: 1px solid #DDD;
	padding: 0 10px 0 0;
	display: inline-block;
	width: 380px !important;
	max-width: none !important;
	font-weight: bold;
}

.view_author {
	padding: 0 10px !important;
}

.view_author {
	border-right: 1px solid #ddd;
	margin-right: 10px;
}

.view_textarea .btn_write {
	background-color: #ddd;
}

.view_textarea .btn_write a {
	color: #666 !important;
}

#lhwb_reply_list h3 small span:first-child {
	font-weight: bold;
	font-size: 12px;
}

#lhwb_reply_list h3 small span {
	color: #AFAFAF !important;
}

div#lhwb_wrap #lhwb_board_view.writeTy01 ul.bgef li {
	/*border-top:  1px solid #CCC;
	*/
}

#lhwb_wrap .fst01 {
	color: #AFAFAF !important;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
}

div#lhwb_wrap #lhwb_re_reply .txtarea05 {
	margin-bottom: 20px;
}

div#lhwb_wrap #lhwb_re_reply_btn {
	margin-left: 20px;
}

#lhwb_re_reply_btn span.btn_write, div#lhwb_wrap .board_list .lwhb_reply_line.lwhb_reply_li_2 span.btn_write {
	padding: 5px 0px 5px 27px;
	margin-bottom: 3px;
	background: #F2F2F2 url('images/lhboard/btn_confirm.png') no-repeat 5px center !important;
	display: inline-block;
	border: 1px solid #DDD;
	font-size: 12px;
	width: 38px;
}

#lhwb_re_reply_btn #reply_input_del {
	padding: 5px 0px 5px 27px;
	margin-bottom: 3px;
	background: #F2F2F2 url('images/lhboard/btn_cancel.png') no-repeat 5px center !important;
	display: inline-block;
	border: 1px solid #DDD;
	font-size: 12px;
	width: 38px;
}

div#lhwb_wrap #lhwb_reply_container #lhwb_re_view .re {
	background-color: #F1F1F1;
}

body div#lhwb_wrap table#board_list tr td#lhwb_view_url xmp {
	width: 85%;

	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#lhwb_view_url {
	padding: 15px 0 !important;
}

div#lhwb_wrap table#board_list td:nth-child(1),div#lhwb_wrap table#board_list td:nth-last-child(-n+2),div#lhwb_wrap table#board_list th:nth-child(1),div#lhwb_wrap table#board_list th:nth-last-child(-n+2) {
	/* display: none; */
}

div#lhwb_wrap table#board_list td:nth-child(2) {
	/* padding-left: 12px !important; */
}

div#lhwb_wrap table#board_list td:nth-child(3) {
	width: 22%;
}

div#lhwb_wrap table#board_list td:nth-child(4) {
	width: auto;
	/*margin-left: 100px !important;*/
	border-left: 0 !important;
}


div#lhwb_wrap #lhwb_board_view li {
	width: 100%;
}

div#lhwb_wrap .view_title {
	width: auto !important;
}

div#lhwb_wrap #lhwb_reply_btn li:first-child {
	width: 100% !important;
}

div#lhwb_wrap .boardTy01 table thead th:nth-child(3) span {
	border-right: none !important;
}

div#lhwb_wrap .board_list {
	width: 100% !important;
}

#lhwb_wrap input#board_keyword_text {
	border-color: #C2C2C2;
}

#lhwb_wrap input#board_keyword_text:focus {
	border-color: #303030;
}

div#lhwb_wrap #lhwb_board_view.writeTy01 ul.bgef li strong {
	font-size: 16px;
}

div#lhwb_wrap .board_list .pb20 {
	padding: 0;
}

div#lhwb_wrap .board_list .pb20#lhwb_view_footer {
	padding: 10px 2%;
	width: 96%;
	border-bottom: none;
}

div#lhwb_wrap .board_list p span a:active,#lhwb_wrap .btn_list a:active,div#lhwb_wrap span.btn02:active,#sign_pwd_cancel:active {
	background-color: #D6E2EE !important;
}

div#lhwb_wrap input[type="text"],div#lhwb_wrap input[type="password"],div#lhwb_wrap textarea {
	border-color: #AFAFAF !important;
	height: 22px;
	font-size: 14px;
}

div#lhwb_wrap .board_list p span#lhwb_board_pwdchk_btn {
	background: none;
	width: auto;
	border: none !important;
	padding: 0;
}

div#lhwb_wrap .board_list p span a, #lhwb_wrap .btn_list a, div#lhwb_wrap #board_write_btn a, span#lhwb_board_pwdchk_btn a {
	display: inline-block;
	border-radius: 2px;
	background-color: #414141 !important;
	height: 35px;
	line-height: 35px;
	padding: 0 10px 0 32px;
	border: 1px solid #5E5E5E;
}
#the_content #lhwb_wrap .btn_list a:link {
	border: 1px solid #5E5E5E;
}
#the_content #lhwb_wrap a:link {
	color: #B2B2B2;
}
div#lhwb_wrap .board_list p span.btn01 a {
	background: #303030 url('images/lhboard/btn_confirm_light.png') no-repeat 10px center !important;

	border-color: #000000 !important;
	color: #fff;
}

div#lhwb_wrap #board_write_btn a,#online_write_new_btn a {
	background: #303030 url('images/lhboard/btn_edit_light.png') no-repeat 10px center !important;
	color: #fff;
	-webkit-text-shadow: none;
	text-shadow: none;
	border: none !important;
}

#online_write_new_btn a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border-radius: 2px;
	padding: 0 14px 0 35px;
	margin-top: 20px;
	margin-right: 10px;
	border: none;
	padding: 0 15px 0 35px;
	font-size: 13px;
}

#online_write_table_list tr th:nth-child(1),#online_write_table_list tr td:nth-child(1),#online_write_table_list tr th:nth-child(5),#online_write_table_list tr td:nth-child(5),#online_write_table_list tr th:nth-child(6),#online_write_table
_list tr td:nth-child(6) {
	display: none;
}

#online_write_table_list tr th {
	text-align: center;
}

#online_write_table_list tr td,#online_write_table_list tr th {
	background-color: transparent !important;
}

#online_write_table_list tr {
	border-top: 1px solid #ddd;
}

#online_write_table_list tr:active {
	background-color: #eee;
}
#online_write_table_list tr:first-child:active {
	background-color: transparent;
}

div#lhwb_wrap input#lhwb_board_subject {
	height: 30px !important;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#lhwb_editor-add_media {
	background: #ddd;
	padding: 5px 10px;
}

div#lhwb_wrap .writeTy01 ul.bgef li span {
	padding: 0 7px !important;
}

div#lhwb_wrap input#lhwb_board_author_pass,div#lhwb_wrap input#lhwb_board_author_name {
	width: 149px;
}


div#lhwb_wrap input#lhwb_board_subject {
	width: 45%;
    margin-left: -3px !important;
}

#lhwb_board_view.writeTy01 #pibsms_sns {
    background: none;
}
#lhwb_board_view.writeTy01 #pibsms_sns a {
    margin: 0 2px;
    width: 24px;
    height: 24px;
    vertical-align: -7px;
}

div#lhwb_wrap .writeTy01 ul li.lhwb_notice h2 {
	display: inline-block;
	float: none;
}

div#lhwb_wrap .writeTy01 ul li.lhwb_notice {
	text-align: left;
}

div#lhwb_wrap #lhwb_view_url a {
	display: inline-block;
}

/* mobile  20140226 */
#lhwb_file_size {
    display: none;
}

#insert-media-button {
    padding: 6px 11px;
}

div#lhwb_wrap textarea#lhwb_editor.wp-editor-area {
    height: 120px;
    border-radius: 2px;
	/* border:1px solid #999 !important;*/
    background: #000;
}

#qt_lhwb_editor_toolbar {
    display: none;
}

#wp-lhwb_editor-editor-tools > div.wp-editor-tabs {
    display: none;
}

div#lhwb_wrap input#lhwb_board_subject, #lhwb_wrap input#lhwb_board_author_name, div#lhwb_wrap input#lhwb_board_author_pass {
	border: 1px solid #343333 !important;
	border-radius: 2px;
	background: #000;
}
div#lhwb_wrap .writeTy01 ul.bgef li {
	border-bottom: 1px solid #373737 !important;
}
#lhwb_notice_checkbox {
    margin-top: 2px !important;
	margin-left: 7px;
}

.max-upload-size {
    display: none;
}
body.page-template-default div#wp-lhwb_editor-editor-container table#lhwb_editor_tbl tr td iframe html body.mceContentBody.lhwb_editor{
background: #000 !important;
}

#board_file_img #insert-media-button {
	background: #494949;
	border-radius: 2px;
	display: block;
	padding: 8px 10px;
	border: 1px solid #545454;
}
#board_file_img #lhwb_wrap a:link {
	color: #fff;
}
#board_file_img #insert-media-button span {
    display: none;
}


/* Search */
body div#lhwb_wrap .lhwb_search.lhwb_search_top span,
body div#lhwb_wrap .lhwb_search span{
    height: 40px;
    padding: 10px 10px 0 10px;
    margin-right: 50px;
    width: auto;
    float: none;
}
#lhwb_wrap input#board_keyword_text {
    width: 80%;
    /* max-width:200px
 */}
#board_search a {
    position: absolute;
    top: 11px;
    right: 11%;
}
#board_search {
    position: relative;
}
#the_content #lhwb_wrap .lhwb_search span a img {
    width: 30px;
    height: 28px;
}
div#lhwb_wrap .lhwb_search {
max-width: 490px;
margin: auto;
}
div#lhwb_reply_container.comment {
    clear: both;
    float: left;
    width: 100%;
}

div#lhwb_reply_container.comment #lhwb_reply_btn .btn_write a,
div#lhwb_reply_container.comment #lhwb_reply_btn .btn_cancel_04 a{
    padding-top: 11px !important;
    padding-bottom: 11px !important;
    /* border-radius: 2px; */
}
div#lhwb_wrap #lhwb_reply_container .number01 {
    text-align: right !important;
}
div#lhwb_wrap #lhwb_reply_container ul li h3 {
    width: auto !important;
    padding: 0 15px 0 0;
}
#reply_input .fst01{padding-bottom: 4px;float: right !important;padding: 0;}
#lhwb_reply_container #lhwb_reply {margin: 0 15px;}


div#lhwb_wrap .board_list .lwhb_reply_line > div{
	padding: 0 10px;
}
div#lhwb_wrap .board_list .lwhb_reply_line p span.btn_write a {
    padding-right: 10px;

    /* text-indent:-9999px; */
    background: #F2F2F2 url('images/lhboard/btn_comment.png') no-repeat 7px center !important;
}
div#lhwb_wrap .board_list .lwhb_reply_line p span.btn_cancel a {
    padding-right:0;
	text-indent:-9999px;
    background: #F2F2F2 url('images/lhboard/btn_trash.png') no-repeat 7px center !important;
}
div#lhwb_wrap .board_list  .lwhb_reply_line span.btn_cancel,div#lhwb_wrap .board_list .lwhb_reply_line span.btn_write {
    padding:0;
    border-radius: 2px;
}


/* Paging*/
#board_pageing {
	padding-bottom: 15px;
}
#the_content .pageing a, #the_content .pageing strong {
	border:1px #fff solid;
	border-color: transparent ;
    border-radius: 0;

	padding: 0 6px;
	margin: 2px 4px;
	text-decoration: none;
	font-weight:bold;
	display:inline-block;
	background-color: #C5C5C5;
	font-weight:bold;
	color:#fff;
	vertical-align: middle;
	height: 28px !important;
	background-image: none;
	line-height: 28px;
}

#the_content .pageing a:hover {
	color: #D6D6D6 !important;
	font-weight:bold;
	background-color: #555 !important;
}
#the_content .pageing strong, #the_content #lhwb_wrap .FootTy01 .pageing strong {
	background-color: #767676 !important;
	color: #D3D3D3;
	border: 1px solid #8E8E8E;
	height: auto;
}
.pageing a, .pageing strong {
	display:inline-block;
	width:20px;
	height:15px;
	overflow:hidden;
	padding-top:5px;
	text-align:center;
	color:#969696;
	border:1px solid #5dc6e0;
	font-size:11px;
	vertical-align:middle !important;
}


.wp-pagenavi, #the_content .wp-pagenavi{ width:100%; text-align:center; clear: both; padding-top: 20px;margin-bottom: 20px;height: 40px;}
.wp-pagenavi span, .wp-pagenavi a, #the_content .wp-pagenavi span,  #the_content .wp-pagenavi a {vertical-align: middle; display:inline-block;}
.wp-pagenavi a, .wp-pagenavi a:hover, .wp-pagenavi span.current, .wp-pagenavi span.extend,#the_content .wp-pagenavi a,#the_content .wp-pagenavi a:hover, #the_content .wp-pagenavi span.current, #the_content .wp-pagenavi span.extend{ border:
1px #fff solid; border-color: transparent ; padding: 2px 5px 2px 5px; margin: 0 5px;text-decoration: none; font-weight:bold;}
.wp-pagenavi a , #the_content .wp-pagenavi a {background-color: #D7E8FA;  color: #709ECF;  border-color: #A1BEDD;}
.wp-pagenavi a:hover, #the_content .wp-pagenavi a:hover  {background-color: #7BA1CC; color: #fff ;text-decoration: none;border-color: #648BB6;}
.wp-pagenavi span.current, #the_content .wp-pagenavi span.current {
    background-color: #232b5a;
    color: #ffffff;
    /* border-color: #C38307; */
    /* padding: 2px 5px 2px 5px; */
    padding: 7px 12px;
}
.wp-pagenavi span.extend,#the_content .wp-pagenavi span.extend {background-color: #fff; color: #A7CDE4;}
.wp-pagenavi span.pages, #the_content .wp-pagenavi span.pages  {padding: 2px 4px 2px 4px; margin: 2px 2px 2px 2px; color: #000000; border: 1px solid #000000; background-color: #FFFFFF;}


div#lhwb_wrap .boardTy01 table thead th.board_list_view span {
    border-right: none !important;
}
/*lhboard list*/
div#lhwb_wrap .boardTy01 table td {
	/* height: 18px !important; */
}

#lhwb_wrap input#board_keyword_text {
	height: 14px;
}

/* LHBOARD */
div#lhwb_wrap table#board_list table,div#lhwb_wrap table#board_list tr,div#lhwb_wrap table#board_list td, div#lhwb_wrap table#board_list th {
    display: block;
    text-align: left;
}
div#lhwb_wrap table#board_list thead {
    display: none;
}
div#lhwb_wrap table#board_list td:nth-child(4),
div#lhwb_wrap table#board_list td:nth-child(5),
div#lhwb_wrap table#board_list td.count_comment,
div#lhwb_wrap table#board_list td.count_view{
    width:auto;
    display: inline-block;
    color: #999;
    border-left: 1px solid #999;
    padding: 0 4px;
    line-height: 11px;
    height: 11px !important;
    font-size: 11px;
    /* margin-bottom: 10px; */
    clear: both;
}

div#lhwb_wrap table#board_list td.count_comment {
    position: absolute;
    top: 19px;
    right: 10px;
    border: none;
    background: #303030;
    color: #FFF;
    padding:4px 8px;
    border-radius: 2px;
	font-weight:bold;
}
div#lhwb_wrap table#board_list td.count_comment:after {
    content: "";
    display: block;
	position: absolute;
	bottom: -6px;
	left: 6px;
	border-left: 0px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	border-top: 10px solid #242424;
	display: block;
	width: 0;
	z-index: 22;
	height: 0;
}
div#lhwb_wrap table#board_list td.count_view:before{
	content:"조회수: "
}
div#lhwb_wrap table#board_list td:nth-child(2){
    margin-left: 10px;
    float: left;
    display:none
}
div#lhwb_wrap #lhwb_view_url a {
    font-size: 17px;
    font-weight: bold;
    line-height: 36px;
}
div#lhwb_wrap table#board_list td:nth-child(3) {
    border-left: none;
    padding-left: 0;
}
div#lhwb_wrap .boardTy01 table#board_list tbody tr {
    position: relative;
    padding: 12px 0 0 0;
    min-height: 62px;
}
#lhwb_wrap .boardTy01 table#board_list tbody tr:hover {
	background-color: rgba(84, 84, 84, 0.5) !important;
}
div#lhwb_wrap table#board_list td#lhwb_view_url{
    padding: 0 !important;
    /*padding-left: 100px !important;*/
    height: auto !important;
}

div#lhwb_wrap table#board_list td#lhwb_view_url a{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /* min-width:0; */
    width: auto !important;
    /* padding-left: 100px; */
    /* height: auto; */
}
div#lhwb_wrap .new_img{
	display:none;
}

div#lhwb_wrap #pibsms_sns_pc{
	display:none
}

div#lhwb_wrap table#board_list,
div#lhwb_wrap table#board_list td#lhwb_view_url a,
div#lhwb_wrap table#board_list td#lhwb_view_url a:focus,
.pibs_board,
#videos_list{
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
div#lhwb_wrap table#board_list td:nth-child(1) {
    background: #D1D1D1;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 0px;
    padding: 0;
    height: 60px !important;
    z-index: 33;
    text-indent: -9999px;
    line-height:0;
}

div#lhwb_wrap .board_list p#pibs_lhwb_write_action{
	text-align:right;
    padding: 0 15px 20px 15px;
}



div#lhwb_wrap table#board_list td:nth-child(3) {
    width: 100%;
}
#the_content #lhwb_board img.lhb_thumnail {
    width: 70px;
    display: block;
    height: 50px;
    border: 1px solid #bbb;
    background: #fff;
}
body div#lhwb_wrap .boardTy01 table tbody tr {
	border-top: 1px solid #282828;
}
body div#lhwb_wrap .boardTy01 table tbody tr:first-child {
	border-top: none;
}

div#lhwb_wrap .lhwb_search select#board_keyword_type {
    display: none;
}
#the_content #lhwb_wrap input#board_keyword_text {
background: #000;
border: 1px solid #181818;
}
.board_list {
	color: #D7D7D7;
}
textarea#comment {
	background: #000;
	border: 1px solid #A9A9A9;
	color: #575757;
	width: 100%;
}
input {
	background: #FFFFFF;
	color: #A1A1A1;
}
#content_container #pibs_nboard_keyword_type, #pibs_nboard_keyword_type{
	background: #FFFFFF;
}
table.t1 tr td, table.t1 tr th {
    /* padding: 3px; */
    vertical-align: middle;
    color: #717171;
    /* padding-bottom: 18px; */
    border-bottom: 1px dashed #d1d1d1;
}
div#lhwb_board_write_btn_container {
	float: right;
}

/* online_list */
table#online_list {
	width: 100%;
	color: #9D9D9D;
}
table#online_list th {
	text-align: center;
	border-top: 1px solid #5F5F5F;
	border-bottom: 1px solid #5F5F5F;
	padding: 7px;
}
table#online_list td {
	text-align: center;
	padding: 15px 0px;
}
table#online_list td.pibs_board_subject {
	text-align: left;
	padding-left: 5px;
}
table#online_list td a {
color: #9D9D9D;
}
p#comment_submit_container input#submit {
	width: auto;
	background: #2F2F2F;
	border: 1px solid #515151;
	color: #A1A1A1;
	float: right;
}
div#commentaire_part_droit {
color: #A5A5A5;
}
span.commentmetadata a {
color: #fff;
}

/* LHBOARD MEDIAQUERIES */
@media screen and (max-width: 959px) {

}
@media screen and (max-width: 760px) {
	/*
	div#lhwb_wrap .board_list p span a, #lhwb_wrap .btn_list a  {
        width:  59px;
        display:  inline-block;
        height:  44px;
        padding:  0 !important;
        overflow:  hidden;
        text-indent:  9999px;
        white-space:  nowrap;
        background-position:  center center !important;
        border-radius:  2px;
    }
    */
    div#lhwb_wrap .board_list #lhwb_view_footer p {
        padding: 0;
        clear: none;
    }

    div#lhwb_wrap .board_list {
        width: auto !important;
    }


    div#lhwb_wrap #lhwb_board_view.writeTy01 ul.bgef li > span {
        padding: 3px 0 !important;
        margin: 0;
        padding-right: 8px !important;
		margin-left: 8px
    }

    div#lhwb_wrap #lhwb_board_view.writeTy01 ul.bgef li > strong {
        border: none;
        margin-left: 15px;
    }

    div#lhwb_wrap #lhwb_board_view.writeTy01 ul.bgef li > h2 {
        display: none;
        width: auto;
        float: none;
    }

    div#lhwb_wrap #lhwb_board_view li > h2 span {
        font-size: 16px;
        background: #EEEEEE;
        display: block;
    }
    div#lhwb_wrap #lhwb_board_view.writeTy01 ul.bgef li > span.view_author {
		margin-left: 15px;
	}


}






@media screen and (min-width: 760px) {

    div#lhwb_wrap #lhwb_board_view.writeTy01 ul.bgef li strong {
        width: 460px !important;
        border-right: none;
    }

    div#lhwb_wrap #lhwb_board_view.writeTy01 ul.bgef li > h2 {
        display: none;
    }

}







