/* SNS POSTING DIV */
#sns-posting {
	position:absolute;
	top:500px;
	left:500px;
	width:300px;
	height:auto;
	border:1px solid #666666;
	background-color:#fff;
	overflow:hidden;
	border-radius: 5px 5px 5px 5px;
	display:none;
	z-index:99999;
}
#sns-posting .spt-header {
	background-color:#446ba3;
	width:100%;
	height:25px;
	padding:5px;
	
}
#sns-posting #sns-name {
	font-weight:bold;
	display:table-cell;
	height:20px;
	float:left;
	padding-left:15px;
}
#sns-posting #sns-close{
	display:table-cell;
	height:18px;
	width:18px;
	background:url('../images/cmticon.png') no-repeat 0px -12px;
	float:right;
	padding-right: 10px;
	cursor:pointer;
}
#sns-posting .spt-body {
	padding:10px;
}
#sns-posting .spt-body span {
	clear : both;
	margin-bottom:5px;
	margin-right: 10px;
	display:block;
}
#sns-posting .spt-body .spt-btn { text-align:right;}
 .spt-btn button { cursor:pointer; padding:5px;}

#sns-posting .spt-footer {
	background-color:#e7e7e7;
	display:block;
}
#sns-posting .spt-fline {
	display: table-cell;
	height:15px;
	padding:5px;
	font-weight:bold;
	color:#666;
}
#sns-posting .spt-content{
	
	border:1px solid #eaeaea;
	margin-bottom:5px;
}
#sns-posting .spt-content span{
	width:100%;
}
#sns-posting .spt-content span img {
	width:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
}

#sns-posting .spt-con-subject {
	font-size:0.8em;
	max-height:15px;
	overflow:hidden;
}
#sns-posting .spt-con-des {
	font-size:0.7em;
	max-height:33px;
	overflow:hidden;
}
#sns-posting .spt-con-name 
{
	font-size:0.6em;
	max-height:10px;
	overflow:hidden;
}
@media screen and (max-width:480px) {
	/* SEARCH BOX DIV */
	.search-box {
		/*
		width:200px;
		border-right:2px solid #122a88;
		*/
	}
	.search-input {
		/*
		width:78px;
		*/
	}
}