7.table {
	margin-bottom:0; 

}
.table-bbs {
	font-size:18px !important;
	font-weight:300 !important;
	color:#333 !important; 
}


/*제목*/
.bbsbody03{
width:340px;
overflow:hidden;
text-overflow:ellipsis;
padding-left:5;
padding-right:5}

/*뉴스_보도자료 제목*/
.news_title {

letter-spacing:-1;
 
}


/*기본폰트*/
.board_txt {
	font-size:18px !important;
	font-weight:300 !important;
	color:#333 !important; 

padding-top:4;
}


input#border {

border:none;
background-color:rgba(0,0,0,.06);
padding:10px;
}

textarea#border {

border:1 solid #D4D4D4
}

/* bgcolor : 게시판 항목 */
.board_bgcolor {
width:100px;
background-color:#F7F7F7;

}

.board_rate {
 
background-color:#E6F0F9;
}

.board_rate_td {
 
background-color:#FFFFFF}

.board_comment_bgcolor {
background-color:#F6F6F6;
}

/* 추출 게시판 스타일 */
.board_output {
padding:4 0 0 0;
}

.board_output a:link{
 

 
}

.board_output a:visited{
 

 
}

.board_output a:hover{
 

text-decoration:underline;
}

.board_output a:active{
 

 
}

/*댓글폰트*/
.comment_name {

padding-top:4px;
}

.comment_txt {
 

 
padding-top:4px;
}

.comment_txt a:link{
 
 
 
}

.comment_txt a:visited{
 
 
 
}

.comment_txt a:hover{
 
 
 
}

/* 웹진형 게시판 (세로배열)*/
.webzine_type2 {
width:100%;
}

.webzine_type2 td {
 color:#666666;
 font-family:돋움;
  
 }

.webzine_type2 dl, #webzine_type2 dt, #webzine_type2 dd {
margin:0;
padding:0}

.webzine_type2 dl    {
float:left;
clear:both;
width:100%;
padding:0 0 16px 0;
margin-bottom:0;
}

.webzine_type2 .webzine_type_img_td {
 vertical-align:top;
}

.webzine_type2 .webzine_type_img img {
border:4px solid #cc3232;
 }

.webzine_type2 .webzine_type2_table_line {
 width:100%;
 border-top:1px solid #cccccc;
}

.webzine_type2 dd   {
float:left;
width:100%;
height:25px;
padding:3px 0 1px 0;
margin:0 0 -1px 0;
border-top:1px solid #e5e5e5;
border-bottom:1px solid #e5e5e5;
}

.webzine_type2 .obj_name {
display:inline-block;
width:90px;
height:25px;
padding:5px 0 0 12px;
color:#666666;
background:url(/cimg/board/cafe24_webzine/bl_webzine_type2_title.gif) right 6px no-repeat;
}

.webzine_type2 .obj_value {
height:25px;
padding:5px 0 0 10px;
}

/* 이미지가 왼쪽일때 */
.webzine_type2 .webzine_type_text_td_left {
 width:100%;
 padding:0 0 0 8px;
 }

/* 이미지가 오른쪽일때 */
.webzine_type2 .webzine_type_text_td_right {
 width:100%;
 padding:0 9px 0 0;
 }

/* 갤러리형 추출 제목, 내용 정렬 */
.board_output_gallery_subject {
 text-align:center;
width:100%;
  }

.board_output_gallery_description {
 text-align:center;
width:100%;
 }


/* 게시판 기본테이블 */
.table_02   {
 width:100%;
 border-top:2px #4fb3d2 solid;
 border-bottom:1px #4fb3d2 solid;
 border-left:1px #e5e5e5 solid;
 }

.table_02 td  {
 border-bottom:1px #e5e5e5 solid;
 border-right:1px #e5e5e5 solid;
 padding:4px;
 }




#board_list_output{
width:360px;
}

#board_list_output .tab{
width:360px;
font-size:0;
margin:0 10px 0 0;
}

#board_list_output .tab a{
font-size:0;
padding:0 1px 0 0;
}

#board_list_output .tab .more{
float:right;
margin:8px 0 0 0;
}

#board_list_output .output_table{
width:360px;
margin:8px 0 0 0;
}

#board_list_output .output_table td {
font-size:11px;
font-family:dotum;
color:#777777;
height:19px;
}

#board_list_output .output_table .title{
background:url(/default/img/main/bl_output_board.gif) no-repeat 8px 7px;
padding:0 0 0 17px;
}

#board_list_output .output_table a{
font-size:11px;
font-family:dotum;
color:#777777;
}

#board_list_output .output_table .date {
color:#999999;
}




/* ========================================= */

.att_title {
	font-weight:300 !important;
	color:#333 !important;
	font-size:16px !important;
}

/* 공지사항 게시판 td css */
.bbsnewf5 {
	padding:10px;
}
.bbsnewf5 a:link,
.bbsnewf5 a:visited{
	font-weight:300;
	color:#333;
}
.bbsnewf5 a:hover{
}

.bbsno {
	font-size:16px;
}
	input.form-control {
				background: #eee none repeat scroll 0 0;
				border: 1px solid #e1e1e1;
				border-radius: 0 !important;
				color: #222;
				font-size:16px;
				height: 45px;
				box-shadow: none;
			}
			textarea.form-control {
				background: #eee none repeat scroll 0 0;
				border: 1px solid #e8e8e9;
				color: #222;
				border-radius: 0;
				box-shadow: none;
			}
			.form-control:focus {
				border: 1px solid #222;
				box-shadow: none;
				outline: 0 none;
			}
			.form-control-feedback {
				color: #555;
				line-height: 40px !important;
				width: 60px;
			}


/*-------------------
   2 ) Gallery
  -------------------*/
.table-gallery {
	width:100%;
	border-bottom:none;
}
.table-gallery>tbody>tr>td {
	vertical-align:middle !important;
	border:none;
}

.table-gallery>tbody>tr>td>table>tbody>tr>td>table>tbody>tr>td>a>img {
	width:100% !important;
	height:auto !important;
}


#post_area img {
	max-width:100% !important;
	height:auto !important;
}
@media (max-width:767px) {
	.bbsnewf5 {
		padding:5px;
	}
}

/*-------------------
   3 ) Form mail
  -------------------*/
.table.table-wrap {
	width:100%;
	margin:0 auto;
}

.table.table-wrap,
.table.table-mail {
	background-color:transparent;
	border:none;
}


.table.table-mail .formmail_title_bgcolor {
	
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	font-size:14px;
	padding-right:10px;
}
.table.table-mail td {
	border:none;
}

		
.formmail_border,
.formmail_textarea_style {
	border:none;
	background-color:rgba(0,0,0,.045);
	padding:8px 13px;
	width:100%;
}
input[name^=phone], input[name^=mobile] {width:70px}

.formmail_title_bgcolor {
	text-align:left !important;
	color:#333;
	font-weight:300;
}



.table.table-news {
	margin-bottom:0;
}

.table.table-news td {
	vertical-align:middle;
}
.table.table-news td:nth-child(1) {
	width:10%;
}
.table.table-news td:nth-child(3) {
	width:20%;
}




.bbsno {
	font-size:14px;
}
.notice_subject {
	font-weight:bold;
}
.bbsetc_dateof_write {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	color:rgba(0,0,0,.5)
}
table.board {
	border:none;
}
input#border {
width:100%;
}

