/* CSS Document */

* {
	margin: 0;
	padding: 0;
	outline: 0;
}
input,
img {
	vertical-align: middle;
	border: none;
	display: inline-block;
	height: auto;
}
body {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	font: 85%/1 "\9ED1\4F53";
	background-color: #4c4d9f;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.hide {
	display: none;
}
.visibility_hidden {
	visibility: hidden;
}
.main-container {
	width: 100%;
	height: 100%;
}
.main_container section {
	position: relative;
	height: 100%;
}
.popup_layer_fixed {
	position: fixed !important;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
}
.pages_share_layer {
	z-index: 4;
}
.pages_layer_box {
	position: relative;
	width: 100%;
}
.pages_success_btn,
.pages_fail_btn {
	position: absolute;
	width: 150px;
	left: 50%;
	bottom: 8%;
	margin-left: -75px;
}
.pages_get_btn {
	position: absolute;
	left: 50%;
	bottom: 6.5%;
	width: 150px;
	margin-left: -75px;
	z-index: 1;
}
.pages_txt {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.pages01_04 {
	margin-top: 35%;
}
.pages_msg_icon {
	width: 90%;
	margin-left: 5%;
}
@media screen and (min-width: 320px) and (max-height: 504px) {
	.pages01_04 {
		margin-top: 35%;
	}
	.pages_get_btn {
		bottom: 5.3%;
	}
}
@media screen and (min-width: 375px) and (max-height: 603px) {
	.pages_get_btn {
		bottom: 6.8%;
	}
}
@media screen and (min-width: 432px) and (min-height: 599px) {
	.pages_get_btn {
		bottom: 7.5%;
	}
}
@media screen and (min-width: 414px) and (min-height: 672px) {
	.pages_get_btn {
		bottom: 7.5%;
	}
}