@CHARSET "UTF-8";

/*전체사이즈*/
.jwxe_board {width:70%;}

/* html 기본 스타일 */

#article_text li              { display: list-item; }
#article_text h1              { font-size: 2em; margin: .67em 0 }
#article_text h2              { font-size: 1.5em; margin: .75em 0 }
#article_text h3              { font-size: 1.17em; margin: .83em 0 }
#article_text h4, #article_text p,
#article_text ul,
#article_text ol, #article_text dl { margin: 1.12em 0 }
#article_text h5              { font-size: .83em; margin: 1.5em 0 }
#article_text h6              { font-size: .75em; margin: 1.67em 0 }
#article_text h1, #article_text h2, #article_text h3, #article_text h4,
#article_text h5, #article_text h6, #article_text b,
#article_text strong          { font-weight: bolder }
#article_text i, #article_text cite, #article_text em { font-style: italic }
#article_text pre             { white-space: pre }
#article_text s, #article_text strike, #article_text del  { text-decoration: line-through }
#article_text hr              { border: 1px inset }
#article_text ol, #article_text ul, #article_text dd        { margin-left: 40px }
#article_text ol              { list-style-type: decimal }
#article_text ol #article_text ul, #article_text ul #article_text ol,
#article_text ul ul, #article_text ol ol    { margin-top: 0; margin-bottom: 0 }
#article_text u, #article_text ins          { text-decoration: underline }
#article_text br:before       { content: "\A"; white-space: pre-line }
#article_text center          { text-align: center }
#article_text :link, #article_text :visited { text-decoration: underline }
#article_text ul li { list-style-type: disc }
#article_text ol li { list-style-type: decimal }

/*기본 */
#article_text table { border-collapse: separate; border-spacing:0px; }
#article_text td,#article_text th { padding:1px; }



.jwxe_board select,
.jwxe_board textarea,
.jwxe_board input[type="text"],
.jwxe_board input[type="password"],
.jwxe_board .uneditable-input {
	display: inline-block;
	padding: 4px 6px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
					border-radius: 4px;
}

.jwxe_board select,
.jwxe_board input[type="text"],
.jwxe_board input[type="password"],
.jwxe_board .uneditable-input {
	height: 20px;
}

.jwxe_board textarea,
.jwxe_board input[type="text"],
.jwxe_board input[type="password"],
.jwxe_board .uneditable-input {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-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 0.2s, box-shadow linear 0.2s;
		-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
			-o-transition: border linear 0.2s, box-shadow linear 0.2s;
					transition: border linear 0.2s, box-shadow linear 0.2s;
}


.jwxe_board textarea:focus,
.jwxe_board input[type="text"]:focus,
.jwxe_board input[type="password"]:focus,
.jwxe_board .uneditable-input:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
		-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
					box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}



.jwxe_board { line-height: 1.5em; }
.jwxe_board td, .jwxe_board th {word-break: break-all; }
.jwxe_board input[type=text] {padding:2px;}
.jwxe_board select {padding:1px;}
.jwxe_board input[type=text],.jwxe_board select {font-size:12px; border: 1px solid #C5C5C5;}
.jwxe_board textarea {padding: 3px; font-size:12px;}


.jwxe_board .fl_left	{float:left;}
.jwxe_board .fl_right	{float:right;}
.jwxe_board .fl_clear	{clear:both; height:0; font-size:0; line-height:0}

.jwxe_board .al_left	{text-align:left;}
.jwxe_board .al_center	{text-align:center;}
.jwxe_board .al_right	{text-align:right;}
.jwxe_board .al_top	{vertical-align:top;}
.jwxe_board .al_middle	{vertical-align: middle;}
.jwxe_board .al_bottom	{vertical-align: bottom;}
.jwxe_board .al_justify  {text-align:justify;}

.jwxe_board .pointer	{cursor:pointer;}
.jwxe_board .overflow	{overflow:auto;}
.jwxe_board .none	{position:absolute; top:-5000px; left:-5000px; height:0; visibility:hidden;} /* t- r- b- l */
.jwxe_board .pos_rel	{position:relative}
.jwxe_board .display_none	{display:none;}

.jwxe_board .bold { font-weight:bolder;}
/*width : %*/
.jwxe_board .wrest {width:auto;}
.jwxe_board .wp5 {width:5%;}
.jwxe_board .wp7 {width:7%;}
.jwxe_board .wp10 {width:10%;}
.jwxe_board .wp15 {width:15%;}
.jwxe_board .wp20 {width:20%;}
.jwxe_board .wp25 {width:25%;}
.jwxe_board .wp30 {width:30%;}
.jwxe_board .wp35 {width:35%;}
.jwxe_board .wp40 {width:40%;}
.jwxe_board .wp45 {width:45%;}
.jwxe_board .wp50 {width:50%;}
.jwxe_board .wp55 {width:55%;}
.jwxe_board .wp60 {width:60%;}
.jwxe_board .wp65 {width:65%;}
.jwxe_board .wp70 {width:70%;}
.jwxe_board .wp75 {width:75%;}
.jwxe_board .wp80 {width:80%;}
.jwxe_board .wp85 {width:85%;}
.jwxe_board .wp90 {width:90%;}
.jwxe_board .wp95 {width:95%;}
.jwxe_board .wp100 {width:100%;}

.jwxe_board .list_table, .jwxe_board .view_table, .jwxe_board .write_table {border-collapse: separate; border-spacing:0px; border-top: 3px solid #ff5521; width:100%; table-layout:fixed;}
.jwxe_board .comment_wrap {clear: both; border-top: 1px solid #E6E6E6;width:100%;}

.jwxe_board input[type=text] {font-size:12px; padding:0 2px;}
.jwxe_board .write_table input[type=text] {padding:2px;font-size:12px;}
.jwxe_board select,textarea {font-size:12px;}
.jwxe_board textarea {padding: 3px; font-size:12px;}

.jwxe_board .write_table select {padding: 2px; }

/* 삭제된 게시물 리스트 표시*/
.jwxe_board .deleted_article {text-decoration:line-through; color:#B0B0B0;}

/*pager , btn_list*/
.jwxe_board .pager_wrap{padding: 15px 0 0 0; clear:both; text-align: center;}
.jwxe_board .btn_wrap {padding: 5px 35px 0 0; clear:both;text-align: right;}
.jwxe_board .btn_wrap_center {padding: 15px 0 0 0; clear:both;text-align: center;}

/* 게시판 - 페이징 : 20130603 */
div.paging {padding:20px 0 30px; text-align:center;}
div.paging .pre {margin:0 10px 0 0;}
div.paging .next {margin:0 0 0 10px;}
div.paging span {display:inline-block; width:28px; height:27px; background:url("../img/bg/bg_pageBtn.gif") no-repeat 0 0; text-align:center; line-height:26px;}
div.paging span a {display:block; width:28px; height:27px;}
div.paging span.on {background:#6C6C6C;}
div.paging span.on strong { color: #FFFFFF;}
div.paging span.on a {color:#ffffff;}

/*search*/
.jwxe_board .search_wrap { text-align: right; margin-bottom: 18px; padding: 0px 30px 0px 0px; }
.jwxe_board .today_count {}
.jwxe_board .search_form { padding: 15px 5px 0 0;}
.jwxe_board .search_form .input{border:1px solid #ABADB3;vertical-align: middle; padding:1px}
.jwxe_board .search_form select{border:1px solid #ABADB3;vertical-align: middle; }
.jwxe_board .search_form legend , .jwxe_board .search_form label {position:absolute; top:-5000px; left:-5000px; height:0; visibility:hidden;}
.jwxe_board .search_form .keyword_wrap { display: inline-block; border: 1px solid #c9c9c9;}
.jwxe_board .search_form .input2 { border: 1px solid #ffffff; padding:3px; background: url(/_custom/lx/_common/board/common/img/bg/search_line.gif) no-repeat right; }

/* list 추가  : 20130603 */
.jwxe_board .list_wrap {}
.jwxe_board .list_table .title {text-align:left !important;}
.jwxe_board .list_table .th{padding: 8px 0;border-bottom: 1px solid #989da3; }
.jwxe_board .list_table .th_back{background: url("../img/bg/bbs_th_back.gif") no-repeat scroll left center transparent;}
.jwxe_board .list_table .td{padding: 9px 0;border-bottom: 1px solid #dadada; text-align:center;}
.jwxe_board .list_table td.title_img, .jwxe_board .list_table td.text {text-align:left !important; padding-left:20px;}
.jwxe_board .list_table td.text { word-break: break-all; word-wrap: break-word;}
.jwxe_board .list_table td.title_comm{ text-align:left !important; padding-left:15px; }
.jwxe_board .list_table td.title_comm a, .jwxe_board .list_table td.title_img a{ color:#000000;}
.jwxe_board .list_table td.title_comm a:hover{text-decoration:underline; color: #0e65ac;}
.jwxe_board .list_table th.left_back{ background: none; }
.jwxe_board .list_table .no_con{ padding: 9px 0; border-bottom:1px solid #989da3; }
.jwxe_board .list_table .title2{ z-index:1000}

/*img list*/
.jwxe_board .img_wrap {overflow: hidden;}
.jwxe_board .img_wrap .row_wrap{clear: both;}
.jwxe_board .img_wrap .row_wrap .img_bx{float:left;padding:0 15px 15px 0px;}
/* .jwxe_board .img_wrap .row_wrap .img_bx .thumb{border: 1px solid #e2e2e2; padding:5px;} */

/*movie list*/
.jwxe_board .mv_wrap {}
.jwxe_board .mv_wrap .top{padding:30px 20px 25px 20px; border-top: 2px solid #00A288;}
.jwxe_board .mv_wrap .top .title {float:left; font-size:24px; font-weight:bolder;}
.jwxe_board .mv_wrap .top .date {text-align: right;}
.jwxe_board .mv_wrap .mv_first {overflow: hidden;padding-bottom:15px;}
.jwxe_board .mv_first .mv_player {margin:0 20px;}
.jwxe_board .mv_first .article {margin:0 20px;}
.jwxe_board .mv_first .article .article_bx {border:1px solid #CCC; margin-bottom:5px; padding:5px; overflow-y: scroll;}
.jwxe_board .img, .jwxe_board .mv_wrap .mv_row_wrap{border-top:1px solid #BBB; border-bottom:1px solid #BBB;}
.jwxe_board .mv_wrap .mv_row{
	clear:both;
	width: 100%;
	display: inline-block;
	padding: 20px;
}

.jwxe_board .mv_row .mv_item {float:left; padding:5px; width:354px; background-color:#EEE; margin-right:20px}
.jwxe_board .mv_row .mv_item .thumb { float:left;}
.jwxe_board .mv_row .mv_item .mv_con {padding: 35px 0 0 20px; float:left;}
.jwxe_board .mv_row .mv_item .mv_con .title{font-weight:bolder;}

/*FAQ*/
.jwxe_board .list_table .anw_wrap {border-bottom: 1px solid #E6E6E6;overflow: hidden;}
.jwxe_board .list_table .anw_wrap .anw_img {float:left;padding:8px 10px 8px 20px;}
.jwxe_board .list_table .anw_wrap .anw {float:left;padding:8px 10px;}

/* view 추가  : 20130603 */
.jwxe_board .bg_view{background-color:#f6f6f6;}
.jwxe_board .view_wrap {}
.jwxe_board .view_table .th{padding: 0 0 0 20px; text-align:left; border-bottom: 1px solid #dadada; }
.jwxe_board .view_table .th2{padding: 8px 0 8px 20px; text-align:left;border-bottom: 1px solid #dadada; }
.jwxe_board .view_table .th3, .jwxe_board .view_table .th4, .jwxe_board .view_table .th5{padding: 0 0 0 20px; text-align:left;border-bottom: 1px solid #dadada; font-weight:200;}
.jwxe_board .view_table .img-in-view {text-align:center; margin:10px 0;}
.jwxe_board .view_table .img-in-view img { max-width:600px; max-height: 600px;}

.jwxe_board.en .view_table th {color:#666; font-weight:bolder;}
.jwxe_board.en .next_table th {color:#666; font-weight:bolder;}

.jwxe_board .view_table .th_bg_wh{ background-color: #ffffff; padding: 8px 0 8px 20px; text-align:left;border-bottom: 1px solid #989da3; font-weight:200;}
.jwxe_board .view_table .td{padding: 8px 0 8px 20px; border-bottom: 1px solid #dadada;}
.jwxe_board .view_table .td_date{padding: 8px 20px 8px 0; border-bottom: 1px solid #dadada;}
.jwxe_board .view_table .title{ }
.jwxe_board .view_table .title, .jwxe_board .img2_view_table .title{color: #343941;}
.jwxe_board .view_table .td_pd0, .jwxe_board .img2_view_table .td_pd0{padding: 8px 0 8px 0px; border-bottom: 1px solid #989da3;}
.jwxe_board .view_table .td_pd01{ padding: 8px 0 8px 0px; border-bottom: 1px solid #dadada; }
.jwxe_board .view_table .td_pd3, .jwxe_board .img2_view_table .td_pd3{padding: 8px 0 8px 3px; border-bottom: 1px solid #989da3;}
.jwxe_board .view_table .td_pd5{padding: 8px 0 8px 5px; border-bottom: 1px solid #989da3;}
.jwxe_board .view_table .td_pd51{padding: 8px 0 8px 5px; border-bottom: 1px solid #dadada;}
.jwxe_board .view_table .td_text{ padding:8px 0 8px 20px; border-bottom: 1px solid #dadada;}
.jwxe_board .view_table .sns-lnk-btn {padding: 8px 0 8px 5px;}
.jwxe_board .view_table #article_text { padding:20px 0 30px 15px; word-break: break-all; word-wrap: break-word;}

/*img view*/
.jwxe_board .view_table .image_view {text-align: center;padding:10px;}
.jwxe_board .view_table .image_view .img{border: 1px solid #e2e2e2; padding:5px;}
.jwxe_board .view_table #thumb-list-img {overflow: hidden;}
.jwxe_board .view_table #thumb-list-img #img_left_btn,.jwxe_board .view_table #thumb-list-img #img_right_btn {padding-top: 5%;}

/* 이전글 다음글 추가 : 20130603 */
.jwxe_board .pre_next_line{ border-bottom: 1px solid #DCDCDC; }
.jwxe_board .next_table{ border-top: 1px solid #c5c5c5; border-bottom: 1px solid #989da3;  width:100%;}
.jwxe_board .next_table .td{ padding: 8px 20px; color:#000000; }
.jwxe_board .next_table .td a{ color:#000000; }
.jwxe_board .next_table .td a:hover{text-decoration: underline;}
.jwxe_board .next_table .th{text-align: center; background: url("../img/bg/bbs_th_back.gif") no-repeat scroll right center transparent;}
/* .jwxe_board .next_table .td{border-bottom: 1px solid #DCDCDC;padding: 8px 0;}*/
/* .jwxe_board .next_table .th.pre_article {background: url("../img/pre_article.gif") no-repeat 8px 50%;}
.jwxe_board .next_table .th.next_article {background: url("../img/next_article.gif") no-repeat 8px 50%;} */

/*write*/
.jwxe_board .write_wrap {}
.jwxe_board .write_table .th{background-color: #f8f8f8;padding: 0 0 0 22px;text-align:center;border-right: 1px solid #dadada;border-bottom: 1px solid #dadada; padding: 8px 0;}
.jwxe_board .write_table .td{padding: 5px 0 5px 5px;border-bottom: 1px solid #dadada;}
.jwxe_board .write_table .input,.jwxe_board .write_table #article_text {border: 1px solid #C5C5C5;padding: 1px;}
.jwxe_board .write_table #article_text,.jwxe_board .write_table input.title, #article_reply {width:98%;}
.jwxe_board .write_table .attach_list .border{padding:3px;}
.jwxe_board .write_table .attach_list .border .file_input {margin:5px 0;}
.jwxe_board .red {color:red;}
.jwxe_board .write_table th label span {color:red; margin-left:5px;}
.jwxe_board .write_table .calendar {
		background: url("../img/calendar.gif") no-repeat scroll right center transparent;
		cursor: pointer;
		width: 80px;
}

#article_reply, #article_text { padding: 3px; }


/*comment*/
.jwxe_board .comment_wrap {clear:both; padding-top:20px;}
.jwxe_board .input_warp, .jwxe_board .comment_wrap .list .master{clear: both;border: solid 1px #E2E2E2;padding: 15px;margin-top:10px;}
.jwxe_board .input_warp .write_info {padding-bottom:5px;}
.jwxe_board .comment_wrap .thumb  {border: 1px solid #e2e2e2; height: 68px; width: 68px; margin-right:10px;}
.jwxe_board .comment_wrap .thumb img{width: 58px; height: 58px; margin: 5px;}
.jwxe_board .input_warp .comment_input {height: 60px;padding: 5px;background-color: #F1F1F1; border: 0;margin: 0;}
.jwxe_board .comment_wrap .master {overflow:hidden;}
.jwxe_board .comment_wrap .list .writer {padding-right:20px;}

/* 스킨 유형 css */
.list_wrap .list_table tbody .skin_img{
	padding: 5px;
	margin-left:5px;
	border: 1px solid #CCC;
	width: 100px;
	float:left;
}
.list_wrap .list_table tbody .skin_title{
	text-align:left;
	margin-left: 130px;
}

.image_alt_label {
	background: url("../img/bullet.jpg") no-repeat transparent 0 center;
	padding-left: 20px;
}

#tab {
	position: relative;
	min-height: 200px;
}
/* 스킨 유형 보기 및 쓰기의 탭 */



#tab h3 a {
		background:url('../img/board_tab_back.gif') no-repeat 0;
	font-size: 12px;
	width: 82px;
	height: 21px;
	text-align: center;
	font-weight: bold;
	display: block;
	color: black;
		text-decoration: none;
}

.tab h3 a span{
		display: block;
	padding-top: 5px;
}

#tab_2 h3, #tab_3 h3 {
	position: absolute;
	top: 0;
}
#tab_2 h3	{ left: 82px;		}
#tab_3 h3	{	left: 164px;	}
#tab .selected h3 a {
	color: white;
	background:url('../img/board_tab_back_on.gif') no-repeat 0;
}

#tab .selected ul, #tab .selected .more {
	display: block;
}

#tab ul {
	display: none;
	list-style: none;
	border-top: 1px solid #eae4e0;
	margin: 0;
	padding: 10px;
}


/*img list*/
.jwxe_board .img_wrap a{color:#000000;}
.jwxe_board .img_wrap {overflow: hidden; width:100%;}
.jwxe_board .list_none{ padding:10px 5px; color: #666;}
.jwxe_board .img_wrap .row_wrap{clear: both;}
.jwxe_board .img_wrap .row_wrap .img_bx .thumb{ padding-bottom:10px; float: left;}
.jwxe_board .img_wrap .row_wrap .img_bx{float:left;padding: 25px 23px; width:980px;}
/* .jwxe_board .img_wrap .thum_image_view{border:1px solid #e6e6e6;} */
.jwxe_board .img_wrap .row_wrap .img_bx .dl .title,.jwxe_board .img_wrap .row_wrap .img_bx .dl .create_dt { color:#626262;}
.jwxe_board .img_wrap .row_wrap .img_bx .dl .title{font-weight:bolder; min-width:550px;}
.jwxe_board .img_wrap .row_wrap .img_bx .dl .writer_nm{ color:#7E7E7E; }
.category li{float:left; }



/* 전체 선택 & 비선택 */
.jwxe_board .all_sel{ clear:both; position: absolute; top: 25px; left: 0px; }

/*FAQ*/
.bg_search {background:#696e70;margin-top: 20px;}
.jwxe_board .faq_search_form { padding: 15px 5px 15px 0;}
.h3_tit01{font-family: 'nanumgothic', '나눔고딕';font-size:16px;color:white;position: absolute;top: 22px;left: 30px;}


/* 엔픽 이미지 게시판 */
.news_img{max-width:735px;border-top: 1px dotted #666666;}
.news_img .img_box{padding: 30px 0 30px 0;border-bottom: 1px dotted #666666;}
.news_img .img_box .thumb{width: 190px;display:inline-block;*display:inline; zoom:1;height: 111px;}
.news_img .img_box .thumb img{padding: 2px;}
.news_img .img_box dl {display: inline-block;*display:inline; zoom:1;max-width: 480px;vertical-align:top;}
.news_img .img_box dl dt{height: 20px;overflow: hidden;}
.news_img .img_box dl dt a{color: #1e1e1e;font-size: 17px;}
.news_img .img_box .pro_name{	color: #5a5a5a;font-size: 12px;margin-top: 10px;height: 52px;overflow:hidden;}
.news_img .img_box .pro_data{color: #828282;font-size: 13px;margin-top: 15px;}
