﻿/*style_a CSS파일의 가장아래에 넣어주세요*/
/*조직검색*/
.recent_search_main {position:absolute; z-index:9999; }
.recent_search_wrap {position:absolute; width:304px; height:428px; background:#494c4e; font-size:12px; line-height:normal; z-index:9999; display:none;}
/*조직검색 왼쪽영역*/
.recent_search_left_wrap {position:absolute; top:0; left:0; width:117px; height:397px; background:#fff;}
.recent_search_left_title {width:69px; padding:8px 0 10px 48px ;border-right:1px solid #9c9c9c; background:#494c4e url(../images/recentSearch/icon_recent_search.png) no-repeat left top; color:#dbdbdb; font-size:12px; font-weight:bold;}
.recent_search_left_list_wrap {width:116px; height:363px; border:1px solid #9c9c9c;}
.recent_search_left_list {display:block; width:83px;height:15px; padding:5px 0 5px 33px; border-bottom:1px solid #f3f3f3; background:url(../images/recentSearch/icon_research_small.png) no-repeat left top; color:#555; }

.recent_search_left_list:hover {background-color:#f3f3f3;}
.recent_search_left_list.last {border:none;}

/*조직검색오른쪽 영역*/
.recent_search_right_wrap {position:absolute; top:0; right:0; width:186px; height:397px; background:#fafcf8;}
.recent_search_right_title {position:relative; width:175px; height:32px; padding:0px 0px 0px 11px;  background:#494c4e; color:#dbdbdb; font-size:12px; font-weight:bold;}
.recent_search_right_title span {position:absolute; top:9px; left:10px;color:#ddd; font-weight:bold;}
.recent_search_right_title .input_search {position:absolute; top:5px; left:55px; width:120px; height:14px; border:1px solid #a9a9a9; font-weight:normal;vertical-align:middle;}

/*검색창 드롭다운*/
.recent_search_right_title .search_helper_box {position:absolute; top:26px; left:55px; width:120px; padding-bottom:10px; border:1px solid #a9a9a9; background:#fff; font-weight:normal; display:none; color:Black;}
.recent_search_right_title .search_helper_box .ov { background-color:#cccccc;}
.recent_search_right_title .search_helper_box_list {padding-left:10px; margin-top:6px;}
.recent_search_right_title .search_helper_box_list a:hover {color:#68854f;}

/*조직검색창 아코디언메뉴부분*/
.recent_search_right_menu_wrap {width:185px; height:363px; border:1px solid #9c9c9c; border-left:none; }
.recent_search_right_menu_title {display:block; width:175px;height:15px; padding:5px 0 5px 10px; background:#859f6e; font-weight:bold; border-bottom:1px solid #fafcf8; color:#ffffff !important;}
.recent_search_right_menu_title:hover { background:#87ac67;}
.recent_search_right_menu_list_wrap {width:185px; height:208px; overflow-y:auto;}
.recent_search_right_menu_list{display:block; width:140px; height:11px; padding:7px 0 7px 24px; background:url(../images/recentSearch/icon_search_list.png) no-repeat 10px 12px; color:#68854e !important;}
.recent_search_right_menu_list:hover {font-weight:bold;}
.recent_search_right_menu_title.last {border:none;}
.recent_search_right_menu_list.first {padding-top:8px;}

/*조직검색 아래 버튼 부분*/
.recent_search_btm_btn_wrap {position:absolute; bottom:0; left:0; width:302px; height:31px; border:1px solid #9c9c9c; border-top:none;}
.recent_search_btm_btn_wrap a {position:absolute; top:0; height:11px;  font-weight:bold;}
.recent_search_btm_btn_1 {left:0; width:83px; padding:9px 0 11px 68px; background:url(../images/recentSearch/icon_delete_list.png) no-repeat 46px 9px; color:#dbdbdb !important;}
.recent_search_btm_btn_1:hover {background: url(../images/recentSearch/icon_delete_list_o.png) no-repeat 46px 9px; color:#ffd510 !important;}
.recent_search_btm_btn_2 {right:0; width:78px;padding:9px 0 11px 72px; background: url(../images/recentSearch/icon_confirm.png) no-repeat 46px 9px; color:#dbdbdb !important;}
.recent_search_btm_btn_2:hover {background: url(../images/recentSearch/icon_confirm_o.png) no-repeat 46px 9px; color:#ffd510 !important;}
.recent_search_btm_btn_wrap .devide {position:absolute; top:8px; left:151px;  width:1px; height:16px; border-left:1px solid #78797a;}
