.hw-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 9999;
}

.hw-layer-wrap {
	box-sizing: border-box;
	width: 90%;
	height: auto;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(0,0,0,0.8);
	border-radius: 20px;
	border: 2px solid #ff6699;
	position: relative;
	top: 22%;
	z-index: 10000;
}
.hw-layer-wrap2 {
	box-sizing: border-box;
	width: 90%;
	height: auto;
	max-width: 800px;
	max-height: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(0,0,0,0.9);
	border-radius: 20px;
	border: 2px solid #463217;
	position: relative;
	top: 20%;
	z-index: 10000;
}

.hw-layer-wrap3 {
	box-sizing: border-box;
	width: 90%;
	height: auto;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(0,0,0,0.9);
	border-radius: 20px;
	border: 2px solid #463217;
	position: relative;
	top: 15%;
	z-index: 10000;
}
.hw-layer-wrap4 {
	box-sizing: border-box;
	width: 90%;
	height: auto;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(0,0,0,0.9);
	border-radius: 20px;
	border: 2px solid #463217;
	position: relative;
	top: 25%;
	z-index: 10000;
}

.hwLayer-close {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 30px;
	height: 30px;
	border-radius: 36px;
	border-radius: 20px;
	border: 2px solid #ff6699;
	cursor: pointer;
}

.hwLayer-close:hover {
	opacity: 0.8;
}

/****/
.pop_title_1{
	width: 45%;
	display: block;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2%;
}
.site_info{
	width: 95%;
	min-height: 100px;
	color: #FFF;
	text-align: center;
	padding-top: 50px;
	height: auto;
	padding-bottom: 30px;
}
.site_info_txt_1{
    font-size: 20px;
}




@media only screen and (min-width: 480px) and (max-width: 768px) {
.hw-layer-wrap {
	width: 95%;
	height: auto;
	max-width: 800px;
	top: 10%;
}
.hw-layer-wrap2 {
	box-sizing: border-box;
	width: 95%;
	height: auto;
	max-width: 800px;
	max-height: 1000px;
	top: 10%;
}

.hw-layer-wrap3 {
	box-sizing: border-box;
	width: 95%;
	height: auto;
	max-width: 800px;
	max-height: 1000px;
	top: 10%;
}
}



@media only screen and (max-width: 480px){
.hw-layer-wrap {
	width: 95%;
	height: auto;
	top: 15%;
}
.hw-layer-wrap2 {
	box-sizing: border-box;
	width: 95%;
	height: auto;
	max-width: 800px;
	max-height: 1000px;
	top: 15px;
}
.hw-layer-wrap3 {
	box-sizing: border-box;
	width: 95%;
	height: auto;
	max-width: 800px;
	max-height: 1000px;
	top: 15px;
}
/****/
.pop_title_1{
	width: 70%;
	display: block;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2%;
}
.site_info{
	width: 95%;
	min-height: 100px;
	color: #FFF;
	text-align: center;
	padding-top: 50px;
	height: auto;
	padding-bottom: 30px;
}
.site_info_txt_1{
    font-size: 20px;
}
}

