
html {overflow-y:scroll;}
body {margin:0;padding:0;font-family:'Nanum Gothic';}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0;padding:0;font-family:'Nanum Gothic';}
p {margin:0;padding:0;word-break:break-all}
table {border-collapse: collapse; border-spacing: 0;}
ol,ul,li {list-style:none; margin:0; padding:0}
*:before{vertical-align:middle;}


.popWrap{padding:50px; font-size:13px;}
.popWrap h2.pop_title{display:block; text-align:center; margin-bottom:40px; font-family: 'Noto Sans KR', sans-serif; font-size:25px; line-height:1.5em; font-weight:500;}
.popWrap .tbl_basic{font-family:'Nanum Gothic'; width:100%; line-height:1.7em; border:2px solid #7b7b7b;}
.popWrap .tbl_basic th, .popWrap .tbl_basic td{padding:12px; border:1px solid #b6b6b6;}
.popWrap .tbl_basic th{background:rgba(0,0,0,0.05);  text-align:center; font-weight:bold;}
.popWrap .tbl_basic td{}

.popWrap .pop_btnSet{margin-top:60px; text-align:center;}
.popWrap .pop_btnSet .btn_close{
	vertical-align:middle;
	display:inline-block;
	cursor:pointer;
	padding:0 19px;
	height:38px;
	line-height:37px;
	font-weight: 700;
	color:#494949;
	text-align:center;
	background:#f5f5f5;
	border:1px solid rgba(0,0,0,0.08);
	border-bottom:1px solid rgba(0,0,0,0.18);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration:none;
	}
.popWrap .pop_btnSet .btn_close:hover{background-color:#e5e5e5; text-decoration:none !important;}
