/*!
 * Cube Portfolio - Responsive jQuery Grid Plugin
 *
 * version: 3.7.0 (6 June, 2016)
 * require: jQuery v1.7+
 *
 * Copyright 2013-2016, Mihai Buricea (http://scriptpie.com/cubeportfolio/live-preview/)
 * Licensed under CodeCanyon License (http://codecanyon.net/licenses)
 *
 */
 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,code,form,fieldset,legend,input,
textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
img {border:0;}

ul,ol{ list-style:none }
body{ color: #333; font-family:  'Nanum Gothic', 나눔고딕, 맑은고딕, malgun gothic, dotum, sans-serif; font-size: 12px; }
a,a:hover {	text-decoration: none; }


#cbp-board{
	padding:20px 0;
}

 /* 글쓰기 화면 스타일 시작 */
.board_write{
	background:#fafafa;
	border:1px solid #e1e1e1;
	padding:25px;
	font-size:12px;
}

#cbp-board hr{
	display:block; 
	height:1px; 
	border:0; 
	border-top:2px dotted #e1e1e1;
	margin:1em 0;
	background-image:none;
}

#cbp-board input[type=text],
#cbp-board input[type=password]{
	height: 30px;
    padding: 0 12px;
    margin: 0;
    border: 1px solid #e1e1e1;
	background:#fafafa;
	margin-right:10px;
}

#cbp-board select{
	height:32px;
	border: 1px solid #e1e1e1;
	padding:0 10px;
	background:#fafafa;
	min-width:150px;
}

#cbp-board textarea{
	border: 1px solid #e1e1e1;
	text-indent:15px;
	padding:10px 0;
	width:100%;
	background:#fafafa;
}


.board_write .exForm {
	margin-bottom:30px;
	border-bottom:1px dotted #e1e1e1;
}
.board_write .exForm caption{
	display:block;
    padding: 10px 0;
    font-size: 12px;
	background:none;
	
}

.board_write .exForm table{
	border:none;
	width:100%;
}

.board_write .exForm table td,
.board_write .exForm table th{
	padding:10px 15px;
	border:1px dotted #e1e1e1;
	border-bottom:none;
	background:white;
}

.board_write .exForm table td{
	border-left:none;
	
}
.board_write .exForm table th{
	text-align:left;
}

.board_write .exForm ul{
	list-style:none;
	overflow:hidden;
	padding:0;
}

.board_write .exForm ul li{
	float:left;
	margin-right:15px;
}

.board_write .exForm ul li input[type=checkbox],
.board_write .exForm ul li label{
	display:block;
	float:left;
	clear:none;
	padding:2px .5em 0 0;
	
}

.board_write .exForm .krzip-postcode-wrap,
.board_write .exForm .krzip-address-wrap,
.board_write .exForm .krzip-detailAddress-wrap{
	margin-bottom:10px;
}
.board_write .exForm .krZip label{
	display:inline-block;
	min-width:60px; 
}

.board_write .write_option,
.board_write .write_author{
	padding:15px 0;
	border-bottom:1px dotted #e1e1e1;
}

.board_write .btnArea{
	padding:15px 0;
}

.board_write .exForm .btn{
	background-color: #FFFFFF;
    border: 1px solid #ECECEC;
    color: #888888;
    cursor: pointer;
    font-size: 12px;
    line-height: 32px;
    font-weight: normal;
    margin: 0 10px 10px 0;
    overflow: visible;
    padding: 0 17px;
    position: relative;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
}

.write_footer .write_author{
	overflow:hidden;
}
.write_footer .write_author .item{
	display:inline-block;
	margin-bottom:15px;
	float:left;
}
/* 글쓰기 화면 스타일 마침 */
 
/* 글읽기 화면 스타일 시작 */
.board_read .read_header h1{
	border-top:1px solid #e1e1e1;
	border-bottom:1px dotted #e1e1e1;
	padding:15px 0;
	overflow:hidden;
}

.board_read .read_header h1 a{
	float:left;
	font-size:12px;
	padding-right:1em; 
	color:#333;
}

.board_read .read_header h1 .time{
	font-size:12px;
	color:#999;
}
  
.board_read .read_header .meta{
	padding:15px 0;
}

.board_read .read_header .meta .author{
	color:#607D8B;
}

.board_read .read_header .meta .sum{
	float:right;
	color:#999;
	
}

.board_read .exOut {
	margin-bottom:30px;
	border-bottom:1px dotted #e1e1e1;
}
.board_read .exOut caption{
	display:block;
    padding: 10px 0;
    font-size: 12px;
	background:none;
	
}

.board_read .exOut table{
	border:none;
	width:100%;
}

.board_read .exOut table td,
.board_read .exOut table th{
	padding:10px 15px;
	border:1px dotted #e1e1e1;
	border-bottom:none;
	background:white;
}

.board_read .exOut table td{
	border-left:none;
	width:100%;
}
.board_read .exOut table th{
	text-align:left;
	min-width:130px;
}

.board_read .exOut tr:nth-child(even) td,
.board_read .exOut tr:nth-child(even) th{
	background:#fafafa;
}

.board_read .read_body{
	margin-bottom:30px;
}

.board_read .read_footer .files{
	display:none;
	padding:15px 0;
	border-bottom:1px dotted #e1e1e1;
}
.board_read .read_footer .files li a{
	color:#999;
	line-height:1.5em;
	
}

.board_read .read_footer .tns{
	padding:15px 0;
	border-bottom:1px dotted #e1e1e1;
}
.board_read .read_footer .tns a{
	color:#999;
}

.board_read .read_footer .tns a.action{
	#999;
}

.board_read .read_footer .tns .sns{
	display:block;
	padding-top:15px;
}

.board_read .read_footer .sign{
	padding:15px 0;
	border-bottom:1px dotted #e1e1e1;
	overflow:hidden;
		
}

.board_read .read_footer .sign .pf{
	width:60px;
	border-radius:30px;
	float:left;
}

.board_read .read_footer .sign .tx{
	margin-left:80px;
}

.board_read .read_footer .sign h3{
	font-size:14px;
	text-transform:uppercase;
	padding-bottom:5px;
}

.board_read .read_footer .sign h3 span{
	font-size:11px;
	color:#999;
	padding-left:5px;
	font-weight:normal;
	
}

.board_read .btnArea{
	padding:15px 0;
	
}

.feedback{
	border:1px solid #e1e1e1;
	padding:25px;
	background:#fafafa;
	margin-bottom:25px;
}

.feedback .fbHeader h2{
	font-size:12px;
	padding-bottom:15px;
	border-bottom:1px dotted #e1e1e1;
	
}

.feedback .fbList{
	overflow:hidden;
	padding:15px 0;
	border-bottom:1px dotted #e1e1e1;
}

.feedback .fbList li{
	position:relative;
	overflow:hidden;
	padding:15px 0;
	border-bottom:1px dotted #e1e1e1;
}

.feedback .fbList li.indent{
}

.feedback .fbList li .profile{
	width:60px;
	border-radius:30px;
	float:left;	
}

.feedback .fbList li .author{
	margin-left:80px;
	
}

.feedback .fbList li .author a{
	color:#333;
}

.feedback .fbList li .time{
	margin-left:80px;
	font-size:11px;
	color:#999;
}

.feedback .fbList li .xe_content{
	margin-left:80px;
}

.feedback .fbList li .action{
	position:absolute;
	right:0;
	top:15px;
	
}


.feedback input[type=text],
.feedback input[type=password]{
	height: 30px;
    padding: 0 12px;
    margin: 0;
    border: 1px solid #e1e1e1;
	background:#fafafa;
	margin-right:10px;
	
}

.feedback .write_author{
	padding:15px 0;
	border-bottom:1px dotted #e1e1e1;
}

.feedback .btnArea{
	padding:15px 0 0;
}

/* 글읽기 화면 스타일 마침 */

/* 댓글삭제 화면 스타일 시작 */
.context_data{
	padding:15px 0;
	border-bottom:1px dotted #e1e1e1;
}
.context_data h3{
	padding-bottom:15px;
}

.context_message{
	padding-top:15px;
}

.context_message h1{
	font-size:12px;
	border-bottom:15px;
}

.context_message .btnArea{
	padding:15px 0;
}
/* 댓글삭제 화면 스타일 마침 */

span.ajax img{
	display:none;
}

.cbp-list-more-hidden{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	z-index:5;
}
