@charset "utf-8";

/* 전체검색결과 스킨 */
#sch_res_detail {display:flex;justify-content:center;padding:0 0 30px;}
#sch_res_detail legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#sch_res_detail select {border:1px solid #eee;width:100px;height:45px;padding:0 5px;border-radius:3px;font-size:14px;margin-right:3px;}
#sch_res_detail .frm_input {border:1px solid #eee;width:100%;max-width:300px;height:45px;border-radius:0;border-radius:3px;box-shadow:none;padding:5px 10px;font-size:14px;}
#sch_res_detail .sch_wr {position:relative;display:flex;justify-content:center;}
#sch_res_detail .btn_submit {position:absolute;right:0;top:0;font-size:18px;width:40px;height:45px;color:#666;background:transparent;}

/* 검색 OR+ADN 버튼 */
.switch_field {display:inline-block;vertical-align:middle;padding:10px 5px}
.switch_field input {position:absolute !important;clip:rect(0, 0, 0, 0);height:1px;width:1px;border:0;overflow:hidden}
.switch_field label {float:left}
.switch_field label {display:inline-block;width:50px;background-color:#fff;color:rgba(0, 0, 0, 0.6);font-size:1em;font-weight:normal;text-align:center;text-shadow:none;padding:6px 14px;border:1px solid #bbc0c6;
-webkit-box-shadow:inset 0 5px 8px rgb(234, 234, 234), 0 1px rgba(255, 255, 255, 0.1);
box-shadow:inset 0 5px 8px rgb(234, 234, 234), 0 1px rgba(255, 255, 255, 0.1);
-webkit-transition:all 0.1s ease-in-out;
-moz-transition:all 0.1s ease-in-out;
-ms-transition:all 0.1s ease-in-out;
-o-transition:all 0.1s ease-in-out;
transition:all 0.1s ease-in-out}
.switch_field label:hover {cursor:pointer}
.switch_field input:checked + label {background-color:#3a8afd;border:1px solid #3a8afd;color:#fff;-webkit-box-shadow:none;box-shadow:none}
.switch_field label:first-of-type {border-radius:4px 0 0 4px;border-right:0}
.switch_field label:last-of-type {border-radius:0 4px 4px 0}

#sch_res_ov {display:flex;justify-content:space-between;align-items:center;zoom:1;height:55px;background:#f9f9f9;border:1px solid #eee;margin-bottom:15px;padding:0 15px}
#sch_res_ov h2 {font-size:14px;color:#666;font-weight:normal}
#sch_res_ov h2 strong {color:#222}
#sch_res_ov ul {font-size:12px;color:#999;display:flex;}
#sch_res_ov ul:after {display:block;visibility:hidden;clear:both;content:""} 
#sch_res_ov li {margin-left:15px;}

#sch_res_board {display:flex;margin-bottom:30px}
#sch_res_board h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sch_res_board ul {}
#sch_res_board li {}
#sch_res_board a {position:relative;display:block;font-size:14px;line-height:30px;padding:5px 15px;color:#666}
#sch_res_board .cnt_cmt {font-weight:normal !important;display:inline-block;margin-left:3px;color:#999;line-height:18px;font-size:0.92em}
#sch_res_board .sch_on {z-index:2;color:#222;font-weight:bold;}
#sch_res_board .sch_on:before {content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#222;}

.sch_res_list {position:relative;margin-bottom:10px;padding:30px;background:#f9f9f9;}
.sch_res_list .search_board_result{position:relative}
.sch_res_list h2 {margin:0 0 15px;font-size:1.2em}
.sch_res_list ul {padding:0;list-style:none;border-top:1px solid #eee}
.sch_res_list li {border-bottom:1px solid #eee;position:relative}
.sch_res_list li:last-child {border-bottom:0;}
.sch_res_list .sch_tit {display:block;padding:30px 0;font-size:14px;}
.sch_res_list .sch_tit .sch_word {color:#fff;background:#666;line-height:normal;margin:0;padding:0 5px;font-weight:500;}
.sch_res_list .pop_a {display:inline-block;background:#eee;color:#666;border-radius:50%;text-align:center;width:26px;height:26px;line-height:26px}
.sch_res_title {display:inline-block;margin:0 0 5px;}
.sch_res_list p {padding-bottom:10px;color:#666;line-height:1.5em}
.sch_res_list .sch_info {padding:10px 0;color:#777}
.sch_res_list .sch_info:after {display:block;visibility:hidden;clear:both;content:""}
.sch_res_list .profile_img img {border-radius:50%}
.sch_res_list .sch_datetime {margin-left:5px}
.sch_more {position:absolute;right:0;top:0px;text-align:right;font-weight:normal;color:#999}

@media(max-width:767px){
    #sch_res_ov ul {display:none;}
}