.hw-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 9999;
}
.hw-overlay p{
	color: dimgray;
}


.hw-overlay ol{
	color: dimgray;
	font-size: 18px;
}

.hw-overlay h2{
	color: dimgray;
	font-size: 30px;
	font-weight: bolder
}

.hw-layer-wrap {
	width: 96%;
	box-sizing: border-box;
	max-width: 1000px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 50%;
	background-color: #fff;
	box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.12);
	padding: 45px 50px;
	border-radius: 5px;
	z-index: 10000;
}
.hwLayer-close {
	position: absolute;
	left: 93%;
	top: -10%;
	width: 20px;
	height: 20px;
	cursor: pointer;
	font-size: 50px;
	color: #ccc;
}
.hw-layer-wrap .hw-icon {
	color: #b4d8f3;
	font-size: 86px;
	text-align: center;
}

.hw-layer-wrap  hr{
	margin-top: 1%;
	margin-bottom: 1%;
}

.show-layer{
	cursor: pointer;
}


/*Pad*/
@media(min-width:768px) and (max-width:1199px) {

}


/*Mobile*/
@media(min-width:0px) and (max-width:767px) {
	.hw-layer-wrap {
	width: 90%;
	max-height: 90%;
	padding: 20px 50px;
	overflow-x: hidden;
	overflow-y: auto;
	}
	
	.hw-layer-wrap  p{
		font-size: 14px;
	}
	.hw-layer-wrap  ol{
		padding: 20px;
		font-size: 14px;
	}
	
	.hw-overlay h2{
		font-size: 24px;
	}
	
	.hwLayer-close {
		position: absolute;
		left: 90%;
		top: 2%;
		width: 10px;
		height: 10px;
		cursor: pointer;
		font-size: 25px;
		color: #ccc;
	}
}

