@charset "utf-8";

/* 전체검색결과 스킨 */
.sch-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 120rem;
}

#sch_result {
    width: 1050rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#sch_wrapper {
}

#sch_result .empty_list {
    color: #aaa;
    font-size: 18px;
    margin: 6rem 0;
}



/* 검색창 */
#sch_res_detail {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 120rem;
}

.search_bar {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #000;
}

.search_select {
    position: relative;
    display: none;
}

.search_select i {
    position: absolute;
    top: 17px; right: 7px;
    color: #aaa;
    font-size: 22px;
}

.search_select select {
    width: 120px;
    height: 60px;
    padding: 0 10px;
    border: none;
    outline: none;
    font-size: 16px;
    font-family: 'Pretendard';
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border-right: 1px solid #ddd;
    background-color: #fff;
}

.search_select select:focus {
    border: none !important;
    border-right: 1px solid #ddd !important;
}

#sch_res_detail .sch_wr {
    /* width: 527px; */
	width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}

#sch_res_detail .frm_input {
    width: 100%;
    height: 60rem;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Pretendard';
    background-color: #fff;
}

#sch_res_detail .btn_submit {
    width: 40px;
    height: 38px;
    float: right;
    border: 0;
    background: none;
}

#sch_res_detail .btn_submit i {
    color: #000;
    font-size: 24rem;
    font-weight: normal;
    vertical-align: middle;
}



/* 검색결과 텍스트 */
#sch_res_ov {
    width: 100%;
    text-align: center;
    margin: 4rem 0;
}

#sch_res_ov h5 {
    color: #222;
    font-size: 32px;
    font-weight: 500;
}

#sch_res_ov h5 span {
    color: #ffa365;
    font-weight: 700;
}



/* 게시판 분류 버튼 */
#sch_res_board {
    margin-top: 3rem;
    display: none;
}

#sch_res_board h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#sch_res_board ul {
    zoom: 1
}

#sch_res_board ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#sch_res_board li {
    display: inline-block;
    padding: 2px
}

#sch_res_board a {
    display: block;
    line-height: 28px;
    padding: 5px 15px;
    border-radius: 30px;
    border: 1px solid #d6e9ff;
    color: #6794d3
}

#sch_res_board a:focus,
#sch_res_board a:hover {
    text-decoration: none;
    background: #3a8afd;
    color: #fff
}

#sch_res_board .cnt_cmt {
    font-weight: normal !important;
    display: inline-block;
    margin-left: 3px;
    color: #3497d9;
    line-height: 18px;
    font-size: 0.92em
}

#sch_res_board a:hover .cnt_cmt {
    color: #fff
}

#sch_res_board .sch_on {
    z-index: 2;
    background: #3a8afd;
    color: #fff;
    font-weight: bold;
    border: 1px solid #3a8afd;
    -webkit-box-shadow: inset 0 2px 5px rgb(33, 135, 202);
    -moz-box-shadow: inset 0 2px 5px rgb(33, 135, 202);
    box-shadow: inset 0 2px 5px rgb(33, 135, 202)
}


/* 검색 결과 리스트 */
.sch_res_list {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    gap: 120rem;
}

.sch_res_list .search_board_result {
    position: relative;
    margin-top: 5rem;
}

.sch_res_list .search_board_result:first-child {
    margin-top: 2rem;
}

.sch_res_list h4 {
    font-size: 30rem;
    font-weight: 400;
    font-family: 'SUIT';
    margin-bottom: 30rem;
}

.sch_res_list h4::first-letter {
    text-transform: uppercase;
}

.sch_res_list ul {
    display: flex;
    flex-direction: column;
    gap: 20rem;
}

.sch_res_list .sch_box {
    position: relative;
    padding: 40rem;
    background: #f5f5f5;
    transition: all .3s;
}

.sch_res_list .sch_box:hover {
    filter: brightness(97%);
}

.sch_res_list .sch_tit {
    width: 100%;
}

.sch_res_title {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 1.5rem;
}

.sch_res_list p {
    color: #aaa;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75;
}


.sch_mb_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 60rem;
}

.sch_mb_img {
    height: 450rem;
    overflow: hidden;
}

.sch_mb_img img {
    width: 100%;
    height: 450rem;
    object-fit: cover;
}

.sch_mb {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sch_mb_title h5 {
    color: #222;
    font-size: 24rem;
    font-weight: 500;
    margin-top: 10rem;
}

.sch_mb_title h5 span {
    color: #777;
    font-size: 18px;
    font-weight: 500;
    margin-left: 5px;
}

.sch_mb_tel {
    color: #333;
    font-size: 16px;
}


/*==================================================*/
@media screen and (max-width:1200px){
	.sch_mb_title h5{
		font-size:18px;
	}

	#sch_res_detail .btn_submit i{
		font-size:22px;
	}

	#sch_res_detail .frm_input {
        font-size: 18px;
    }
}

@media (max-width: 1050px) {
    #sch_result,
    #sch_wrapper {
        width: 90%;
    }
	
	/* #sch_res_detail .frm_input{
		font-size:16px;
	}
	
	#sch_result .empty_list{
		font-size:16px;
	}
	
	#sch_res_detail .btn_submit i{
		font-size:15px;
	} */
}

@media screen and (max-width:768px){
	
}

@media screen and (max-width:640px){
	.sch_mb_title h5{
		font-size:16px;
	}

	#sch_res_detail .frm_input{
		font-size:14px;
	}

	#sch_result .empty_list{
		font-size:14px;
	}
}