#SB_Closebnt, #panel-cog2, #SB_Openbnt, #top-side,#top-side, #top-home, #top-search, .top-side-space, .top-margin, .site_logo, #search_btn, #menu_btn, #lastmenu_btn_img {
	cursor:pointer;
}
#s-box-mobile {
	width:100%;
	height:auto;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10010;
	display:none;
}
#s-box-mobile div {
	position:absolute;
	left:8%;
	top:22%;
	width:85%;
	height:50%;
	margin:0 auto;
}
#s-box-mobile form {
	width:100%;
	height:100%;
}
#s-box-mobile  .search-input {
		width:65%;
		height:100%;
		margin-top:1px;
		margin-left:3%;
		border:none;
		background: transparent;
		color:#ffffff;
	}
	#s-box-mobile  .search-btn-top {
		width:18%;
		height:100%;
		border:none;
		margin:0;
		padding:0;
		background-color:rgba(66, 139, 202, 1);
		color:#FFFFFF;
		font-weight:bolod;
		font-size:1.0em;
		opacity:0;
	}
	#s-box-mobile  .close-btn-top {
		width:8%;
		height:100%;
		border:none;
		margin:0;
		padding:0;
		background-color:rgba(66, 139, 202, 1);
		color:#FFFFFF;
		font-weight:bolod;
		font-size:1.0em;
		opacity:0;
	}
/* SEARCH BOX DIV */
	.search-box {
		position:absolute;
		width:244px;
		height:42px;
		top:100px;
		left:50px;
		background:url("../images/s_bg1.png") no-repeat;
		background-size: contain;
		background-color:#FFFFFF;
		/*border-radius:5px;*/
		/*padding:5px;*/
		/*border:1px solid #e4e4e4;*/
		display:none;
		background-color:transparent;
		z-index:10001;
	}
	.search-box  .search-input {
		width:140px;
		height:30px;
		margin-top:1px;
		margin-left:15px;
		border:none;
		background: transparent;
	}
	.search-box  .search-btn-top {
		width:53px;
		height:33px;
		border:none;
		margin:0;
		padding:0;
		background-color:rgba(66, 139, 202, 1);
		color:#FFFFFF;
		font-weight:bolod;
		font-size:1.0em;
		opacity:0;
	}
	.search-box  .close-btn-top {
		width:20px;
		height:33px;
		border:none;
		margin:0;
		padding:0;
		background-color:rgba(66, 139, 202, 1);
		color:#FFFFFF;
		font-weight:bolod;
		font-size:1.0em;
		opacity:0;
	}
/* 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;
		*/
	}
}