/* ....... */
#message_bx {
	position: fixed;
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 10;
	overflow: auto;
	display: none;
}

	#message_bx > .minfobx_1 {
		position: relative;
		width: 640px;
		display: block;
		margin: 0 auto;
		display: none;
		transition: all 0.5s;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-webkit-filter: drop-shadow(0px 25px 25px rgba(0, 0, 0, 0.65));
		filter: drop-shadow(0px 25px 25px rgba(0, 0, 0, 0.65));
		font-size: 1.3rem;
		line-height: 2rem;
		color: #ffeccc;
		font-weight: 300;
	}

		#message_bx > .minfobx_1 > div {
			position: relative;
			width: 100%;
			background-repeat: no-repeat;
			background-attachment: scroll;
		}

.mbx_a1 {
	padding-bottom: 10.54545%; /*58*/
	background-image: url(../images/popbg_01.png);
	background-position: 50% 100%;
	background-size: 100% auto;
	top: 1px;
}

.mbx_a2 {
	min-height: 100px;
	background-image: url(../images/popbg_02.png);
	background-position: 50% 50%;
	background-size: 100% 100%;
	top: -1px;
}

.mbx_a3 {
	padding-bottom: 10.54545%; /*58*/
	background-image: url(../images/popbg_03.png);
	background-position: 50% 0%;
	background-size: 100% auto;
	display: block;
	top: -1px;
}

.mbx_a_clos {
	position: absolute;
	width: 70px;
	padding-bottom: 99px;
	display: block;
	cursor: pointer;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: url(../images/close.png);
	background-position: 100% 0%;
	background-size: 100% auto;
	top: 45px;
	right: 0%;
	z-index: 2;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.mcon {
	width: 50%;
	padding: 1em;
	margin: 0 auto;
	text-align: center;
	font-size: 1.5em;
	font-weight: 600;
}

.mokbt {
	cursor: pointer;
	width: 303px;
	margin: 2em auto 0 auto;
}

	@media only screen and (max-width: 560px) {
		.mcon {
			width: 70%;
			padding: 1em;
			margin: 0 auto;
			text-align: center;
			font-size: 1.5em;
			font-weight: 600;
		}
		.mbx_a_clos {
			position: absolute;
			width: 70px;
			padding-bottom: 99px;
			display: block;
			cursor: pointer;
			background-repeat: no-repeat;
			background-attachment: scroll;
			background-image: url(../images/close.png);
			background-position: 100% 0%;
			background-size: 100% auto;
			top: 25px;
			right: 0%;
			z-index: 2;
			transition: all 0.5s;
			-moz-transition: all 0.5s;
			-webkit-transition: all 0.5s;
			-o-transition: all 0.5s;
		}
		#message_bx > .minfobx_1 {
			width: 95%;
			font-size: 1.25rem;
			line-height: 1.8rem;
		}
	}
