@charset "utf-8";

/* 전체검색결과 스킨 */
#sch_res_detail {margin-top: 50px}
#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 #d0d3db;width:175px;height:45px;padding:0 5px;border-radius:3px}
#sch_res_detail .frm_input {
    width: 997px;
    height: 67px;
    line-height: 67px;
    padding-left: 60px;
    border:1px solid #c4c4c4;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 500;
}
#sch_res_detail .sch_wr {
    position:relative;
    display:flex;
    justify-content: space-between;
}
#sch_res_detail .sch_wr::before{
    content: '';
    position: absolute;
    top: 20px;
    left: 22px;
    width: 23px;
    height: 23px;
    background: url(./imgs/icn_search.png) center/100% no-repeat;
}
#sch_res_detail .btn_submit {
    width: 183px;
    line-height: 67px;
    border-radius: 99px;
    background:#00D2C3;
    font-size: 20px;
    font-weight: 600;
    color:#fff;
}

/* 검색 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 {
    margin-bottom: 50px;
    border: 1px solid #c4c4c4;
    border-left: 0;
    border-right: 0;
    background-color: #f5f5f5;
}
#sch_res_ov h2 {
    padding: 33px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}
#sch_res_ov h2 span{
    color: #00D2C3;
}


#sch_res_board {margin:28px 0 20px}
#sch_res_board h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sch_res_board {display: flex;}
#sch_res_board a {
    padding: 18px;
    font-size: 20px;
    color: #929292;
}
#sch_res_board a:focus, 
#sch_res_board a:hover,
#sch_res_board .sch_on {
    border-bottom: 3px solid #00D2C3;
    color: #091E3A;
}
#sch_res_board .cnt_cmt {
    margin-left:3px;
    color:#00D2C3;
}


.sch_res_list {position:relative;margin-bottom:10px}
.sch_res_list .search_board_result{
    position:relative;
    margin-bottom: 125px;
}
.sch_res_list .search_board_result .sch_word{
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: #00D2C3;
}
.noResult{
    margin: 80px 0;
    font-size: 20px;
    font-weight: 500;
    color: #929292;
    text-align: center;
}
.sch_res_list h2 {
    margin-bottom: 20px;
    font-size: 40px;
}
.sch_res_list ul {
    border-top:1px solid #c4c4c4
}
.sch_res_list li {
    padding: 25px 40px;
    border-bottom:1px solid #c4c4c4;
}
.sch_res_list .sch_tit {
    display:block;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
}
.sch_res_list .pop_a {display:inline-block;background:#e8eeef;color:#6f777f;border-radius:50%;text-align:center;width:26px;height:26px;line-height:26px}
.sch_res_title {display:inline-block;margin:0 0 5px;font-size:1.2em}
.sch_res_list p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    color: #929292;
}
.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: 0;
    line-height: 46px;
    margin-top: -23px;
    padding: 0 25px;
    border: 1px solid #c4c4c4;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 500;
    color:#929292;
}
.sch_more::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 14px;
    margin-left: 22px;
    background: url(./imgs/icn_arrow.png) center/100% no-repeat;
}
