@charset "utf-8";

/************************************************************************
 * 파일명      : popup.css
 * 설명        : 공통
 * 작성자      : 박수림
 * 작성일      : 2014.06.23
************************************************************************/


/* 팝업레이어 */
#popUpLayerForm {position:absolute; top:20%; left:30%; z-index:10000;}
.pop_wrap {position:relative; overflow:hidden; background:#fff;}
.pop_top {height:50px; line-height:45px; background:url('images/popup/title_bg.gif') repeat-x 0 0;}
.pop_top .pop_tit {padding-left:20px; background:url('images/popup/title_bg_right.gif') no-repeat right 0; color:#fff; font-size:16px; font-weight:bold;}
.pop_top span.close {position:absolute; top:14px; right:20px;}
/* .pop_cont {padding:18px;} */
/* .pop_cont h2.orange_circle {font-size:15px; color:#393939; line-height:14px; background:url('images/comm/icon_bg.gif') no-repeat -3px -50px; padding-left:17px;} */
.pop_cont {position:relative; padding:15px;}
.pop_cont h2.orange_circle {font-size:15px; color:#393939; line-height:24px; background:url('images/comm/icon_bg.gif') no-repeat -3px -46px; padding-left:17px;}
.pop_cont h3.blue_arr {margin-top:15px; font-size:13px; color:#393939; line-height:14px; background:url('images/comm/icon_bg.gif') no-repeat -3px -78px; padding-left:10px;} /* 0703 추가*/

h2.orange_circle {font-size:15px; color:#393939; line-height:16px; background:url('images/comm/icon_bg.gif') no-repeat -3px -50px; padding-left:17px;}
/* h3.blue_arr {margin-top:15px; font-size:13px; color:#393939; line-height:14px; background:url('images/comm/icon_bg.gif') no-repeat -3px -78px; padding-left:10px;} 0703 추가 */

.pop_btm {float:right; padding-top:18px;/* padding:0 18px 18px 18px;*/}


/* 팝업 페이징 */
.pop_paging {position:relative; margin-top:-1px; border:1px solid #e2e2e2; background:#f7f7f7; height:30px; line-height:30px;}
.pop_paging .viewpage {position:absolute; top:0; right:10px;}


/* 팝업 버튼 */
.pop_btm .pop_btn_orange {float:left;}
.pop_btm .pop_btn_orange a {float:left; cursor:pointer; margin:0 2px; color:#fff; font-weight:; font-size:13px; line-height:28px; text-decoration:none;}
.pop_btm .pop_btn_orange01 {float:left; height:28px; padding:0 10px 0 14px; text-align:center; background:url('images/comm/btn_bg.png') repeat-x -2px -116px;}
.pop_btm .pop_btn_orange02 {float:left; width:4px; height:28px; background:url('images/comm/btn_bg.png') no-repeat -193px -116px;}

.pop_btm .pop_btn_gray {float:left;}
.pop_btm .pop_btn_gray a {float:left; cursor:pointer; margin:0 2px; color:#fff; font-weight:; font-size:13px; line-height:28px; text-decoration:none;}
.pop_btm .pop_btn_gray01 {float:left; height:28px; padding:0 10px 0 14px; text-align:center; background:url('images/comm/btn_bg.png') repeat-x -2px -150px;}
.pop_btm .pop_btn_gray02 {float:left; width:4px; height:28px; background:url('images/comm/btn_bg.png') no-repeat -193px -150px;}

/* 표관리 분류값선택 */
.category_lay {float:left;}
.category_list {width:430px;}
.detail_list {width:430px;}
.choice_class {float:left; width:430px;}

.btn_area {float:left; width:55px; height:340px; padding-top:80px; margin:15px 10px 0 10px;}
.btn_area span {float:left; margin:2px 0;} 

.all_apply {padding-left:0px; margin:5px 0;}

.checkbg {background:#f8f8f8; padding:15px; margin:10px 0; border:1px solid #f2f2f2;}

/* 2014-07-24 김정아*/
.popUpLayerForm {border:1px solid #ccc;}

/******************************************* 도움말 팝업 0916 *************************************************/
.pop_help_top {position:relative;  height:24px; padding:17px 20px; background:url('images/popup/title_bg_right_sky.gif') #46a2e4 no-repeat right 0;}
.pop_help_top .tit {text-align:left; font-size:26px; font-family:NanumB; color:#fff;}
.pop_help_top .btn {position:absolute; top:17px; right:20px;}
.pop_help_top .manual_btn {display:block; background:url('images/popup/manual_down_btn.gif') no-repeat 0 0; width:95px; height:21px; padding:3px 0 0 27px; color:#fff; font-family:"NanumB;"}

.help_list {float:left; border:1px solid #d3d3d3; width:260px; height:514px; overflow-y:auto;}
.help_cont {float:right; border:1px solid #d3d3d3; width:728px; height:494px; padding:10px 15px; background:#fafafa; overflow-y:auto;}
.help_cont h5 {margin-top:15px; background:url('images/popup/bu_circle_sky.gif') no-repeat 0 0; padding-left:20px; color:#478cd1; font-family:"NanumB"; font-size:15px;}
.help_cont h6 {margin:20px 0 0 10px; background:url('images/popup/bu_arr_sky.gif') no-repeat 0 5px; padding-left:8px; color:#484848; font-family:"dotum"; font-weight:bold;}
.help_cont ul li {margin:10px 0 0 18px; background:url('images/popup/bu_dot_sky.gif') no-repeat 0 5px; padding-left:7px; color:#7e7e7e; font-family:"dotum";}
.help_cont ul li ol {margin:10px 0;}
.help_cont ul li ol li {background:none; margin:0;}
/******************************************* 도움말 팝업 0916 *************************************************/