
.sp-more{
	position:relative;
	border: 2px dashed gray;
    padding: 10px;
    margin-top: 10px;
}
.sp-contents{
	height: 100px;
	overflow: hidden;
}
.btn-sp-more{
    width: 180px;
    height: 40px;
    background-color: #24899d;
    color: white;
    text-align: center;
    line-height: 35px;
    margin-top: 10px;
    position: relative;
    left: 82%;
    cursor: pointer;
}
