/**
 * Table of Contents:
 *
 * 1.0 - page-tmpl-community
 *	 1.1 - 왼쪽 메뉴 영역
 *	 1.2 - 오른쪽 콘텐트 영역
 * 2.0 - Media Queries
 * 3.0 - Form Content Intro
 *   3.1 - Form Content Intro Tabmenu
 *   3.2 - Contents Upload Guide
 *   3.3 - Contents Status Guide
 * 4.0 - Board
 *   4.1 - Board View
 * -----------------------------------------------------------------------------
 */

/**
 * 1.0 page-tmpl-community
 *
 * page-tmpl-community 페이지 템플릿에 대한 스타일
 * -----------------------------------------------------------------------------
 */

/**
 * 1.1 왼쪽 메뉴 영역
 * -----------------------------------------------------------------------------
 */

.xn-page-tmpl-community .primary-sidebar {
	width: 100%;
	font-size: 12px;	
	float:left;
}

.xn-page-tmpl-community .primary-sidebar ul {
	padding: 0px;
	margin: 0px;
	list-style:none;
	width: 145px;
}

.xn-page-tmpl-community .primary-sidebar li {
	color: #f5f5f5;
	font-size: 12px;
	background: url(../images/page/widget_title_bg.png) no-repeat left top;
	font-weight: bold;
	line-height: 14px;
	padding: 6px 0px 0px 10px;
	height: 29px;
	width: 135px;
	float:left;
	cursor:pointer;
	border: 0px;
}

.xn-page-tmpl-community .primary-sidebar li a {
	color: #f5f5f5;
	text-decoration:none;
}

.xn-page-tmpl-community .primary-sidebar li a:hover{
	color: #00ccff;
	text-decoration:none;
}

.xn-page-tmpl-community .primary-sidebar ul.sub-menu {
	display: block;
	width: 100%;
	float: left;
	padding: 6px 0px;
	margin: 9px 0px 0px 0px;
	-webkit-padding-start: 0px;
}

.xn-page-tmpl-community .primary-sidebar ul.sub-menu li {
	display: block;
	float: left;
	width: 125px;
	height: auto;
	line-height: 15px;
	padding: 6px 0px;
	margin: 0px;
	background: none;
	color: #818181;
}

.xn-page-tmpl-community .primary-sidebar ul.sub-menu li a,
.xn-page-tmpl-community .primary-sidebar ul.sub-menu li a:hover {
	color: #818181;
}

.xn-page-tmpl-community .primary-sidebar ul.sub-menu li.current-menu-item a {
	color: #818181;
}

.xn-page-tmpl-community .primary-sidebar .icon-bullet-right{
	float: left;
	display: none;
}

/**
 * 1.2 오른쪽 콘텐트 영역
 * -----------------------------------------------------------------------------
 */

.xn-page-tmpl-community #primary.content-area {
	position: relative;
	width: 805px;
	float: left;
}

.xn-page-tmpl-community #content.site-content {
	width: 100%;
	margin: 0;
}

.xn-page-tmpl-community .xn_single_right {
	position: relative;
	float: left;	
	margin-bottom:20px;
	width: 100%;
}

.xn-page-tmpl-community .xn_single_right_content .content_title{
	float: left;
	width: 100%;
	border-bottom: 2px solid #9dc7f4;
	margin-bottom: 20px;
	padding-bottom:8px;
	font-size:16px;
	font-weight: bold;
	color:#414141;
	background:rgba(255, 255, 255, 0.1 );
}

.xn-page-tmpl-community .xn_single_right .xn_single_right_content {
	position: relative;
	float: left;
	padding: 0px;
	min-height: 750px;
	width: 100%;
}

.xn-page-tmpl-community .xn_single_right .xn_single_right_bottom {
	position: relative;
	float: left;
	height: 12px;
}

/**
 * 2.0 Media Queries
 * -----------------------------------------------------------------------------
 */

@media screen and (min-width: 1008px) {
	.xn-page-tmpl-community .main-content {
		float: left;
	}
}

/**
 * 3.0 Form Content Intro
 * -----------------------------------------------------------------------------
 */
 
#content_info_box{
	width: 980px;
	float: left;
 }
 
#content_info_box .content_media_format_options_wrapper{
	width: 980px;
	margin: 0px;
	float: left;
	background: url("../images/page/content_upload_intro_1.png") no-repeat 0px 38px;
 }
 
#content_info_box .content_media_format_options_wrapper .content_btns{
	float: right;
	width: 623px;
	height: 37px;
	margin: 145px 0px 0px 0px;
	text-align: left;
	display: block;
 }
 
#content_info_box .content_media_format_options_wrapper .content_btns .btns{
	display: block;
	float: left;
	width: 118px;
	height: 37px;
	margin: 0px 10px 0px 0px;
	background: url("../images/page/content_upload_intro_btns.png") no-repeat 0px 0px;
	text-indent:-9999px;
	border: 0px;
	cursor: pointer;
 }
 
#content_info_box .content_media_format_options_wrapper .content_btns .btns:hover{
	background-position: 0px -37px;
 }
 
 #content_info_box .content_media_format_options_wrapper .content_btns .btns.btns_media{
	width: 141px;
	background-position: -118px 0px;
 }
 
 #content_info_box .content_media_format_options_wrapper .content_btns .btns.btns_media:hover{
	background-position: -118px -37px;
 }
 
#content_info_box .content_intro_wrapper{
	width: 980px;
	float: left;
	margin: 90px 0px 0px 0px;
}
 
 /**
 * 3.1 Form Content Intro Tabmenu
 * -----------------------------------------------------------------------------
 */
 
#content_info_box .content_intro_wrapper .tabbable,
#content_info_box .content_intro_wrapper .tab-content,
#content_info_box .content_intro_wrapper .tab-content .tab-pane{
	width: 980px;
	float: left;
}

#content_info_box .content_intro_wrapper .tabbable .nav.nav-tabs {
border-bottom: 0px solid #dddddd;
}

#content_info_box .content_intro_wrapper .tabbable .nav.nav-tabs li a{
	background: #e3e4e8;
	border: 1px solid #e3e4e8 ;	
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	margin-right: 5px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #63666d;
	cursor: pointer;
}

#content_info_box .content_intro_wrapper .tabbable .nav.nav-tabs li a:hover{
	text-decoration: underline;
	border: 1px solid #d0d2d7;
	border-bottom: 1px solid #e3e4e8;
}

#content_info_box .content_intro_wrapper .tabbable .nav.nav-tabs li.active a{
	background: #f8f8f8;
	border-bottom: 1px solid #f8f8f8;
	color: #3b3d41;
}

 /**
 * 3.2 Contents Upload Guide
 * -----------------------------------------------------------------------------
 */
 
#content_info_box .content_intro_wrapper .tab-content{
	margin-top: -2px;
	padding-bottom: 40px;
	width: 978px;
	min-height: 500px;
	background: #f8f8f8;
	border: 1px solid #e3e4e8;
	border-top: 3px solid #e3e4e8;
	-webkit-border-radius:0px 3px 3px 3px;
	-moz-border-radius: 0px 3px 3px 3px;
	border-radius: 0px 3px 3px 3px;
}

#content_info_box .content_intro_wrapper .tab-content .content_upload_1_1{
	float: left;
	width: 900px;
	height: 626px;	
	margin: 35px 0px 0px 39px;
	background: url(../images/page/content_upload_1.png) no-repeat;
}

#content_info_box .content_intro_wrapper .tab-content .content_upload_1_2{
	float: left;
	width: 900px;
	margin: 0px 0px 0px 39px;
}

#content_info_box .content_intro_wrapper .content_upload_1_2 .tabbable,
#content_info_box .content_intro_wrapper .content_upload_1_2 .tab-content,
#content_info_box .content_intro_wrapper .content_upload_1_2 .tab-content .tab-pane{
	width: 900px;
	float: left;
}

#content_info_box .content_intro_wrapper .content_upload_1_2 .nav.nav-tabs li a{
	border-color: #ccc;
	font-size: 14px;
	background-color: #e1e1e1;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#f8f8f8), to(#e1e1e1));
	background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #e1e1e1 100%);
	background-image: -moz-linear-gradient(top, #f8f8f8 0%, #e1e1e1 100%);
	background-image: -ms-linear-gradient(top, #f8f8f8 0%, #e1e1e1 100%);
	background-image: -o-linear-gradient(top, #f8f8f8 0%, #e1e1e1 100%);
	background-image: -linear-gradient(top, #f8f8f8 0%, #e1e1e1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e1e1e1',GradientType=0 );
}

#content_info_box .content_intro_wrapper .content_upload_1_2 .nav.nav-tabs li a:hover{
	border: 1px solid #c2c2c2;
	border-bottom: 1px solid #ccc;
}

#content_info_box .content_intro_wrapper .content_upload_1_2 .nav.nav-tabs li.active a{
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #0069cb;
	filter: none;
}

#content_info_box .content_intro_wrapper .content_upload_1_2 .tab-content{
	margin-top: 0px;
	padding-bottom: 0px;
	min-height: 350px;
	background: #fff;
	border: 1px solid #ccc;	
}

#content_info_box .content_intro_wrapper .content_upload_1_2 .tab-content .tab-pane{
	background: url(../images/page/content_upload_2.png) no-repeat;
	width: 890px;
	height: 287px;
	margin: 30px 0px 0px 20px;
}

#content_info_box .content_intro_wrapper .content_upload_1_2 .tab-content .tab-pane.tab-content_2{
	background-position: 0px -288px;
	width: 890px;
	height: 305px;
}

#content_info_box .content_intro_wrapper .content_upload_1_2 .tab-content .tab-pane.tab-content_3{
	background-position: 0px -606px;
	width: 890px;
	height: 330px;
	margin: 20px 0px 0px 10px;
}

 /**
 * 3.3 Contents Status Guide
 * -----------------------------------------------------------------------------
 */

 #content_info_box .content_intro_wrapper .tab-content .tab-pane.status_contents{
	float: left;
	width: 900px;
	margin: 35px 0px 0px 39px;
 }
 
 #content_info_box .content_intro_wrapper .tab-content .tab-pane .status_menu{
	float: left;
	background: url(../images/page/content_status.png) no-repeat;
	width: 900px;
	height: 100px;
	text-indent: -9999px;
}

#content_info_box .content_intro_wrapper .tab-content .tab-pane .status_menu a{
	display: block;
	float: left;
	width: 225px;
	height: 60px;
}

#content_info_box .content_intro_wrapper .status_content{
	float: left;
	width: 900px;
}

#content_info_box .content_intro_wrapper .status_content a{
	display: block;
	float: left;
	background: url(../images/page/content_status.png) no-repeat 0px 0px;
	width: 900px;	
	text-indent: -9999px;
}

#content_info_box .content_intro_wrapper .status_content a.status_content_1{
	background-position: 0px -100px;
	height: 360px;
}

#content_info_box .content_intro_wrapper .status_content a.status_content_2{
	background-position: 0px -460px;
	height: 457px;
}

#content_info_box .content_intro_wrapper .status_content a.status_content_3{
	background-position: 0px -917px;
	height: 147px;
}

#content_info_box .content_intro_wrapper .status_content a.status_content_4{
	background-position: 0px -1064px;
	height: 482px;
}

/**
 * 4.0 Board
 * -----------------------------------------------------------------------------
 */

.writeTy01{
	padding: 0px 10px 10px 10px !important;
	width: 785px !important;
	background: #eee !important;
}

#lhwb_editor_tbl{
	border: 1px solid #ddd !important;
}

DIV#lhwb_wrap .writeTy01 .bgef h2 {
	width: 60px;
}

#lhwb_wrap .widp100 {
	width: 90% !important;
}

DIV#lhwb_wrap .writeTy01 .bgef {
	margin-bottom: 10px;
}

div#lhwb_wrap input#lhwb_board_subject{
	background-color: white;
	border: 1px solid #dadbdf;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	-moz-transition: border linear .2s,box-shadow linear .2s;
	-o-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
	display: inline-block;
	height: 24px;
	padding: 0px 6px;
	font-size: 12px;
	line-height: 14px;
	color: #555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 100%;
	min-width: 270px;
	min-height: 24px;
}

div#lhwb_wrap .board_list .btn, div#lhwb_wrap .board_list .btn02{
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */
	*zoom: 1;
	padding: 5px 15px;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 20px;
	*line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #4f5356;
	text-shadow: 0 0px 0px rgba(255, 255, 255, 0.75);
	background-color: #e5e5e5;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#fefefe), to(#e5e5e5));
	background-image: -webkit-linear-gradient(top, #fefefe 0%, #e5e5e5 100%);
	background-image: -moz-linear-gradient(top, #fefefe 0%, #e5e5e5 100%);
	background-image: -ms-linear-gradient(top, #fefefe 0%, #e5e5e5 100%);
	background-image: -o-linear-gradient(top, #fefefe 0%, #e5e5e5 100%);
	background-image: -linear-gradient(top, #fefefe 0%, #e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e5e5e5',GradientType=0 );
	border: 1px solid #c7c7c7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 0px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 0px 0px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 0px 0px rgba(0, 0, 0, 0.05);
	text-decoration: none;
}

div#lhwb_wrap .board_list .btn:hover, div#lhwb_wrap .board_list .btn02:hover{
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
	background-image: none;
	filter: none;
	border-color: #b2b2b2;
}

#insert-media-button:hover{text-decoration: none !important;}

/**
 * 4.1 Board_View
 * -----------------------------------------------------------------------------
 */
DIV#lhwb_wrap .writeTy01 ul.bgef li {
	padding: 0px !important;
}

DIV#lhwb_wrap .view_title {
	max-width: 570px !important;
}