@charset "utf-8";
/* CSS Document */

html{ min-height:inherit;}
body{ min-width:inherit; height: inherit;}

/* 공용팝업 */
.popWarp{}
.popWarp .popTit{font-family: 'SCDream5'; background:#263352; padding:10px; color:#fff; font-size:14px; position:relative; letter-spacing:-1px; }
.popWarp .popClose{ position:absolute; right:10px;}
.popWarp .popClose a{ display:inline-block; height:20px; width:20px; background:url(../images/common/btn_close.png) center no-repeat; text-indent: -10000px;}
.popWarp .popCont{ padding:10px;}
.popContent { width: 100%; padding: 2px; text-align: left; height: auto; font-size: 14px; line-height: 22px;color: #000;}
.popCont .NumDesc { background: #f7f7f7; border: 1px solid #d2d2d2; padding: 5px; overflow-y: auto;} 
