@charset "utf-8";

/* 전체검색결과 스킨 */
#sch_res_detail {background:#fff;padding:30px 0 40px 0;text-align:center; border-bottom: 1px dashed #e0e0e0; border-radius: 0; margin-bottom: 40px;}
#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 {width:175px;}
#sch_res_detail .frm_input {width:300px;}
#sch_res_detail .sch_wr {position:relative;display:inline-block}
#sch_res_detail .btn_submit {padding:0 10px;height:40px;width:88px;font-weight:500;color:#fff;background:#434a54}

/* 검색 OR+ADN 버튼 */
.switch_field {display:inline-block;vertical-align:middle;padding:10px 5px; font-size: .9em; display: none;}
.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;}
.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; margin-bottom: 40px; }
#sch_res_ov h2 { font-size: 1.05em; font-weight: 500; }
#sch_res_ov h2 strong { font-weight: 700; color: #FF2E00; }
#sch_res_ov ul { display: flex; font-size: .9em; color: #999; }
#sch_res_ov li { margin-left: 10px; }
 
#sch_res_board { margin-bottom: 40px;}
#sch_res_board h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sch_res_board li {display:inline-block; margin-right: 25px;}
#sch_res_board a {display:block; padding-bottom: 5px; border-bottom: 2px solid transparent; font-size: 1.1em; color: #999; transition: .3s all;}
#sch_res_board a strong { font-weight: 500; }
#sch_res_board a:hover { color: #222; }
#sch_res_board .sch_on { color: #222; border-color: #222; font-weight: 700; }
#sch_res_board .sch_on strong { font-weight: 700; }
#sch_res_board .cnt_cmt { font-size: .75em; color: #999; vertical-align: middle; margin-left: 3px; font-weight: 400; }

.sch_res_list {position:relative;margin-bottom:10px}
.sch_res_list .search_board_result{position:relative}
.sch_res_list h2 {margin:0 0 15px;font-size:1.1em}
.sch_res_list ul {margin:0 0 40px 0;padding:0;list-style:none;border-top:1px solid #ececec}
.sch_res_list li {border-bottom:1px solid #e0e0e0;background:#fff;position:relative}
.sch_res_list .sch_tit {display:block;padding:20px 0 10px}
.sch_res_list .sch_tit .pop_a { display: inline-block; margin-left: 5px; }
.sch_res_title {display:inline-block;margin:0 0 5px; font-weight: 500; font-size: 1.05em;}
.sch_res_list p {padding-bottom:15px;color:#666;line-height:1.5em; }
.sch_res_list .sch_info {color:#777; font-size: .9em; margin-bottom: 15px;}
.sch_res_list .sch_info:after {display:block;visibility:hidden;clear:both;content:""}
.sch_res_list .sch_info .sv_member { font-weight: 700; }
.sch_res_list .profile_img img {border-radius:50%}
.sch_res_list .sch_datetime {margin-left:5px}
.sch_more {position:absolute;right:0;top:5px;text-align:right;font-weight:normal;color:#999; font-size: .9em;}
