@charset "UTF-8";
@import "../../nyj_minwon/css/default.css";



.modal_laypopup	{ position: fixed; left: 50%; top: 50%; z-index: 999999; width: 860px; height: 600px; margin: -300px 0 0 -430px; border: 1px solid #2758a5; box-sizing: border-box; background-color: #fff; }
.modal_laypopup h3	{ float: none; height: 80px; line-height: 80px; padding: 0 0 0 20px; margin: 0; text-align: left; font-size: 22px; font-weight: 700; color: #fff; background-color: #2758a5; }
.modal_laypopup button.close	{ position: absolute; right: 0; top: 0; width: 80px; height: 80px; line-height: 80px; padding: 0; margin: 0; border: 0 none; background-color: #2758a5; text-indent: -999px; overflow: hidden; }
.modal_laypopup button.close:after	{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; font-size: 30px; font-weight: normal; text-indent: 0; content: "X"; }
.modal_laypopup iframe	{ display: block; width: 100%; height: 518px; border: 0 none; }
.modal_laypopup button.close2	{ position: absolute; width: 0; height: 0; overflow: hidden; }

.modal_laypopup_bg	{ position: fixed; left: 0; top: 0; z-index: 999998; width: 100%; height: 100%; background-color: #000; background-color: rgba(0, 0, 0, 0.7); }

@media all and (max-width:860px)
{
	.modal_laypopup	{ width: 100%; left: 0; top: 0; margin: 0; }
}

