@charset "utf-8";



html, body										{height: 100%;}
#wrap .comingSoon ul,
#wrap .comingSoon li,
#wrap .comingSoon p,
#wrap .comingSoon div							{margin:0; padding:0; line-height:0.9;}
#wrap .comingSoon a								{text-decoration:none;}
#wrap											{height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: -moz-box; display: flex; -webkit-box-pack: center; -moz-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;}

#wrap .comingSoon								{font-family:'맑은 고딕'; padding:70px 0 80px 320px; background:url(../imgUI/message/message.png) left center no-repeat; width:400px; display:block; font-size:13px;}
#wrap .comingSoon p								{line-height:15px;}
#wrap .comingSoon strong						{font-size:17px; line-height:16px; font-weight:100;}
#wrap .comingSoon .comingTitle					{font-size:30px; color:#0b419b; line-height:30px; margin-bottom:15px;}
#wrap .comingSoon .button a						{color: #ffffff; border-color: #18a88f; display: inline-block; text-decoration: none; background: url(/Web-home/wizUI/imgUI/error-btn.png) #18a88f right center no-repeat; padding:7px 40px 10px 15px; border-radius:15px; margin-top:10px; line-height:1}

/* explorer 8~9 */
#wrap											{display: table; table-layout: fixed; margin: 0 auto; width: 700px; height: 100%;}
#wrap .comingSoon								{display: table-cell; vertical-align: middle;}

@media screen and (max-width: 640px) {
	#wrap,
	#wrap .comingSoon{
		width: 100%;
	}
}