@charset "utf-8";
/*s12*/

/*table*/
table#selectTable{/*outline:1px solid red;*/border-collapse:collapse; position:relative; overflow:hidden; border-radius:5px; width:80%; height:60px; margin:0 auto; margin-bottom:25px; text-align:center; color:#1e2574;}
table#selectTable td{position:relative; width:25%; border:1px solid #1e2574; cursor:pointer; box-sizing:border-box;}
table#selectTable td.on{background-color:#1e2574; color:#fff;}

article#rightContent p.blue{
	text-align:center; font-size:24px; font-family: 'KoPub Batang','Malgun Gothic'; /*font-weight:bold;*/ color:#1e2574; line-height:160%;
}

/**/
div.subTextGen>p{
	margin-bottom:25px; text-indent:1em;
}
div.subTextGen>p::first-letter{
	font-size:24px;
}

div.midTitle{
	font-weight:700; font-size:24px; margin-bottom:25px;
}

/**/
div.subTextGen article{
	position:relative; margin-bottom:25px; word-spacing:-1px;
}
div.subTextGen article p{
	color:#1e2574; font-family:'KoPub Batang','serif'; font-size:24px; font-weight:700;
}

/**/
article.txtR{
	text-align:right; font-size:18px; font-family:'KoPub Batang','serif';
}

/**/
section.memberBox{
	position:relative; overflow:hidden; box-sizing:border-box; width:100%; background-color:#eee; border-radius:25px; padding:25px;
	font-family:'KoPub Batang','serif'; font-size:16px; line-height:200%; text-align:center; 
}
section.memberBox p{
	font-size:24px; font-weight:500;margin-bottom:10px;
}

/*s12_2 각주관련*/
.appendix{position:relative; padding-right:10px;}
.appendix span{color:#1e2574; font-weight:700; font-size:8px; position:absolute; right:0px; top:-7px; cursor:pointer;}

section#blackBox{position:fixed; z-index:9999; background-color:rgba(0,0,0,0.5); width:100%; height:100%; top:0; left:0; display:inline-block; vertical-align:middle; text-align:center; cursor:pointer;}
section#blackBox article{
	position:relative; background-color:#fff; overflow:hidden; width:360px; border-radius:5px; padding:25px; box-sizing:border-box; display:inline-block; vertical-align:middle; text-align:left; cursor:default;
}
section#blackBox{display:none;}
section#blackBox article{display:none;}
section#blackBox article.on{display:inline-block;}
span.hideMe{display:inline-block; width:0%; height:100%; vertical-align:middle;}
