#mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999998;
	background-color: #000000;
	display: none;
}

.layerpop {
	display: none;
	z-index: 999999;
	cursor: move;
	
}
.layerpop_area {
	position: relative;
}

.layerpop_area .popuptitle {
	display: none;
	padding: 5px;
	background: #ffffff;
	color: #5e5e5e;
	font-size: 14px;
	line-height: 24px;
    letter-spacing: -1px;
}

.layerpop_area .popupbottom {
	padding: 8px 35px 7px 7px;
	background: #181818;
	color: #ffffff;
	font-size: 13px;
	line-height: 10px;
	text-align:right;
	letter-spacing: -1px;
	
}

.layerpop_area .popupbottom .layerpop_label {
	position: relative;
    bottom: 2px;
	padding-right: 5px;
	
}

.layerpop_area .layerpop_close {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	bottom: 7px;
	right: 7px;
	background: transparent url('/running/images/btn_exit_s_off.png') no-repeat;
}

.layerpop_area .layerpop_close:hover {
	background: transparent url('/running/images/btn_exit_s_off.png') no-repeat;
	cursor: pointer;
}

.layerpop_area .content {
	width: 96%;	
	margin-left: 0px;
    margin-right: 0px;
	color: #828282;
}

.layerpop_area .content img { 
	vertical-align: top;
}

@media screen and (max-width: 767px){

	#layerbox {
	    visibility:hidden;
		width: 25px;
	    height: 25px;
	}

	.layerpop {
	display: none;
	z-index: 999999;
	border: 1px solid #ccc;
	cursor: move;
	width:10px;
	
	}

	.layerpop_area .content img{
	width: 25px;	
	
	}
	

}