@charset "utf-8";
/* CSS Document */
select{border: 1px solid #c2c2c2; line-height: 1.8rem; height: 2.28rem;}

.bbsPagingFirst{background: url("../images/common/list_paging_first_btn.png")center;border:1px solid #94a5b6 ; border-radius: 3rem}
.bbsPagingPrev{background: url("../images/common/list_paging_prev_btn.png")center;border:1px solid #94a5b6 ; border-radius: 3rem}
.bbsPagingNext{background: url("../images/common/list_paging_next_btn.png")center;border:1px solid #94a5b6 ; border-radius: 3rem}
.bbsPagingLast{background: url("../images/common/list_paging_last_btn.png")center;border:1px solid #94a5b6 ; border-radius: 3rem}
.bbsPagingFirst:hover{background:#446e9e url("../images/common/list_paging_first_btnon.png")center;border:1px solid #264f7e;border-radius: 3rem}
.bbsPagingPrev:hover{background:#446e9e url("../images/common/list_paging_prev_btnon.png")center;border:1px solid #264f7e;border-radius: 3rem}
.bbsPagingNext:hover{background:#446e9e url("../images/common/list_paging_next_btnon.png") center;border:1px solid #264f7e;border-radius: 3rem}
.bbsPagingLast:hover{background:#446e9e url("../images/common/list_paging_last_btnon.png") center;border:1px solid #264f7e;border-radius: 3rem}

.bbsPagingNo{border:1px solid #e1e7ed ;  width: 2rem; height: 2rem; text-align: center; line-height: 2rem; padding-bottom: 2px;}
.bbsPagingNo a{color: rgb(109, 109, 109);  overflow: hidden; font:13.3333px Arial;}
.bbsDivM{display: none;}

.tbl_over{text-overflow:ellipsis;overflow:hidden; white-space:nowrap;}
.tbl_over a.tit{display: inline; float:none;}
.txtC {text-align:center; }
.txtL {text-align:left; }
.txtR {text-align:right; }
.txtB {font-weight: bold;}
.txtLine {text-decoration: underline;}

.errPageminwid{width:996px;margin:0 auto;}	
.errPagecontents{width:500px; overflow: auto; padding-top: 30px;} 
.errPageMsgHead{margin-top: 20px;}
.errPageMsg{margin-top: 20px;margin-bottom: 20px;}
.errPageMsg h5{margin-top: 20px;}

/*********************** popup02 ***********************/
.popup_index {z-index: 20000; border:1px solid #d1d1d1; background-color:#fff; padding:5px; position:absolute}
.popup_index .indexpopup_close {position:relative; background-color:#262729; padding:6px 8px 8px; color:#fff; font-size:13px; font-weight:normal}
.popup_index .indexpopup_close p{position:absolute ;right:8px; display:block; top:9px}
.popup_index .contents_popup { background:url(../../images/popup/popup_bg.gif); padding:15px 10px 10px 10px; width:300px}
.popup_index .contents_popup .pop_title { text-align:center; font-size:24px; color:#1755ac; font-seight:bold;padding-bottom:15px}
.popup_index .contents_popup ul { background-color:#fff; border:1px solid #d1d1d1; padding:15px}
.popup_index .contents_popup li {line-height:1.3; text-align:center}
.popup_index .contents_popup li span.btn {position:relative; display:inline-block;margin-top:10px; padding:7px 13px; background-color:#0e7aa2; border-radius:5px; border:1px solid #096485; color:#fff}
.popup_index .contents_popup li span.btn a{padding-right:12px; background:url(../../images/popup/icon_narrow.gif) 100% 4px no-repeat}
.popup_index .indexpopup_close label{vertical-align: middle;}
.popup_index .indexpopup_close a{color:#ffffff;}

.linkon{background: #f6f7fb url(../images/common/lnb_arrow.png) no-repeat;background-position: right 1rem center;}

.p_list2 div ul li ul li ul.sub {border-top:1px solid #e2e7ed;border-bottom:1px solid #e2e7ed;margin-left:-1rem;background: #f2f4f3;display: inline-block;padding:0.5rem 0 }
.p_list2 div ul li ul li ul.sub li {border:none;height:1.7rem;line-height:1.7rem;}
.p_list2 div ul li ul li ul.sub li a{height:1.7rem;line-height:1.7rem; background: url(../images/common/icon_dot.png) no-repeat ;background-position: 0.7rem 0.2rem;padding-left:2rem;font-size:0.9rem;}

	
/*모바일*/
@media all and (max-width:767px){
.bbsDiv{display: none;}

.bbsDivM{display: inline-block!important;}

.tbl_over a.tit{display: inline; float:left;}
.pcHidden{display: inline;}

}

/* 768이상값 PC*/
@media all and (min-width:768px){

.pcHidden{display: none;}
.tbl_over a.tit{display: inline; float:none;}
	
}
