.select_form_wrap{display:inline-block; position:relative; height:30px; border-radius:2px; box-sizing:border-box; border:1px solid #b8b8b8; background:#fff}
.select_form_wrap.disable {background:#dfdfdf;}
.select_form_wrap.on,
.select_form_wrap.on_focus{border-color:#fcaf17}
.select_form_wrap .btn_select{position:absolute; display:block; border:0; width:100%; height:100%; cursor:pointer; background:url(../images/form/btn_select.png) no-repeat right center}
.select_form_wrap .btn_select:focus{/*outline:none*/}/* 2020 웹접근성 개선 */
.select_form_wrap .txt_select{position:absolute; left:10px; top:5px; font-size:13px; letter-spacing:-1px; color:#333; white-space:nowrap;text-overflow:ellipsis; overflow:hidden; text-align:left; font-family:'맑은고딕','Malgun Gothic', 'MalgunGothicWeb', sans-serif;}
.select_form_wrap .input_direct{position:absolute; top:0px; left:0px; z-index:2; padding:5px  0 5px 10px; font-family:'맑은고딕','Malgun Gothic', 'MalgunGothicWeb', sans-serif; font-size:13px; border:0; }
.select_drop{position:absolute; display:none; padding:2px 0}
.select_drop.on{display:block;z-index: 1001;}
.select_drop .select_inner{box-sizing:border-box; border:1px solid #fcaf17; background:#FFF; border-radius:2px; overflow-y:auto}
.select_drop ul, .select_drop ul li{list-style:none; padding:0; margin:0}

.select_drop ul li a{display:block; height:25px; line-height:24px; text-decoration:none; color:inherit; padding:0 10px}
.select_drop ul li a:hover{background:#eaeaea}
.select_drop ul li a.on{background:#fdb913}


/* 코딩작업물 전용 */
.select_form_wrap select{width:100%; position:absolute; border:0; padding:5px 5px 3px; color:#505050; top:0; left:0}

select,
.custom_select {font-family:'맑은고딕','Malgun Gothic', 'MalgunGothicWeb', sans-serif; font-size:13px;}





