@charset "utf-8";

/* 전체검색결과 스킨 */

.search_board_result li a {position:relative;display:block;-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}
.search_board_result li a:after {display:block;position:absolute;top:0;left:0;width:100%;height:100%;content:"";-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;border:0px solid #de0000;}
.search_board_result li a:hover {-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}
.search_board_result li a:hover:after {display:block;content:"";border:8px solid #de0000;-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}
.search_board_result li {width:24%;position:relative;min-height:1px;margin:0 1.3% 2.3% 0;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;    
	-webkit-box-shadow: 2px 2px 16px -5px rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 2px 16px -5px rgba(0,0,0,0.15);
    box-shadow: 2px 2px 16px -5px rgba(0,0,0,0.15);
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}
.search_board_result li:nth-child(4n) {margin-right:0;}

.search_board_result li .gall_img {text-align:center;max-height:400px;overflow:hidden}
.search_board_result li .gall_img a,#bo_gall .gall_img .no_image,#bo_gall .gall_img .is_notice {display:block}
.search_board_result li .gall_img img {max-width:100%;height:auto !important}
.search_board_result li .gall_img span {display:inline-block;background:#eaeaea;text-align:center;line-height:200px;text-transform:uppercase;font-weight:bold;font-size:1.25em;color:#777}

.search_board_result li .gall_text_href {padding:15px 10px;text-align:center;}
.search_board_result li .gall_text_href p.kind {margin-bottom:5px;}
.search_board_result li .gall_text_href p.kind span {display:inline-block;margin:2px 2px;color:#fff;font-size:14px;padding:1px 8px;}
.search_board_result li .gall_text_href a {font-weight:bold;color:#333333;}
.search_board_result li .gall_text_href img {margin:0 0 0 4px}
.search_board_result li .bo_tit {font-weight:bold;color:#333333;font-size:18px;overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
-webkit-line-clamp: 2; 
-webkit-box-orient: vertical;
	line-height:1.2em;
word-wrap:break-word; 
height: 2.4em;}

.search_board_result li .bo_tit .cnt_cmt {background:#e9eff5;color:#3a8afd;font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;vertical-align:middle}
.search_board_result li .txt {color:#999;line-height:1.2em;margin-top:10px;}


.search_board_result1 li {background:#fff;border:1px solid #cccccc;margin-top:1.5%;padding:20px;-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}
.search_board_result1 li a {display:block;}
.search_board_result1 li p.date {float:left;width:10%;text-align:center;font-weight:300;font-size:15px;color:#666666;margin-top:10px;}
.search_board_result1 li p.date span {display:block;font-size:52px;color:#000000;font-weight:600;line-height:52px}
.search_board_result1 li div {float:left;width:57%;border-left:1px solid #e1e1e1;padding:15px;}
.search_board_result1 li div .cate {color:#de0000;font-size:14px;display:block;}
.search_board_result1 li div .title {color:#333333;font-size:20px;font-weight:600;text-overflow:ellipsis;
white-space:nowrap;
word-wrap:normal;
width:100%;line-height: 1.2em;
overflow:hidden;margin:5px 0 10px 0;}
.search_board_result1 li div .txt {color:#999999;font-size:14px;overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2; 
-webkit-box-orient: vertical;
word-wrap:break-word; 
line-height: 1.2em;
height: 2.4em; margin:5px 0;}
.search_board_result1 li p.img {float:right;width:33%;}
.search_board_result1 li p.img img {width:100%;}
.search_board_result1 li:hover {-webkit-box-shadow: 2px 2px 16px -5px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 2px 16px -5px rgba(0,0,0,0.25);
    box-shadow: 2px 2px 16px -5px rgba(0,0,0,0.25);-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}


.sch_res_list {
    padding: 30px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.sch_res_list:last-child {border-bottom:none;}

/* 검색 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 {text-align:center;zoom:1;height:55px;line-height:55px;background:#edf3fc;border-radius:5px;border:1px solid #d6e2f4;margin-bottom:15px;padding:0 20px}
#sch_res_ov:after {display:block;visibility:hidden;clear:both;content:""}
#sch_res_ov h2 {float:left;display:inline-block;font-size:1.25em;color:#293d58;font-weight:normal}
#sch_res_ov h2 strong {color:#ff005a}
#sch_res_ov ul {display:inline-block;float:right;line-height:12px;font-size:0.92em;color:#5977a4;margin-top:20px}
#sch_res_ov ul:after {display:block;visibility:hidden;clear:both;content:""} 
#sch_res_ov li {float:left;margin-right:5px;padding-right:5px;border-right:1px solid #5977a4}
#sch_res_ov li:last-child {margin:0;padding:0;border:0}

#sch_res_board {margin-bottom:28px}
#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;margin-bottom:10px}
.sch_res_list .search_board_result{position:relative}
.sch_res_list h2 {margin:0 0 15px;font-size:1.4em;font-weight:400;}

.sch_res_list .sch_tit {display:block;padding:20px 0 10px}
.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 .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-top:5px;color:#999;font-size:0.9em;display:block}
.sch_more {position:absolute;right:0;top:5px;text-align:right;font-weight:normal;color:#3a8afd}



.bo_sch_wrap {display:none;border:8px solid #ebebeb;margin-bottom:50px;}
#sch_res_detail {padding:15px}
#sch_res_detail:after {display:block;visibility:hidden;clear:both;content:""}
#sch_res_detail .sch_col {float:left;width:25%;padding:0.5%}
#sch_res_detail .sch_col p {margin-bottom:5px;font-size:1.2em;}
#sch_res_detail .sch_col_input {clear:both;padding:5px}
#sch_res_detail h3 {padding:15px;border-bottom:1px solid #e8e8e8}
#sch_res_detail legend {background:red}
#sch_res_detail form {padding:15px;display:block}

@media screen and (min-width:600px){	
#sch_res_detail select {
min-width: 100%;
	width: 100%;
height:38px;
padding:0 40px 0 15px;
border: 1px solid #e1e1e1;
font-family: inherit;
background:#fff url('/images/select_arrow.png') no-repeat 100% 50%;
border-radius: 0px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
color:#999999;
font-size:1.1em;
}

#sch_res_detail select::-ms-expand {
display: none;
}
}

#sch_res_detail select {
min-width: 100%;
	width: 100%;
height:38px;
padding:0 40px 0 15px;
border: 1px solid #e1e1e1;
font-family: inherit;
background-color:#fff;
border-radius: 0px;
color:#999999;
font-size:1.1em;
}
#sch_res_detail .sch_input {width:80%;height:38px;border:0;padding:0 15px;float:left;background:#ebebeb;font-size:1.1em;}
#sch_res_detail .sch_btn {height:38px;width:19%;float:right;color:#fff;background:#de0000;border:0;text-align:center;font-size:1.1em;}


@media screen and (max-width:768px){
#sch_res_detail .sch_col {     width: 50%;padding:5px }
.search_board_result li .gall_text_href p.kind span {    font-size: 12px;    padding: 1px 5px;}
.search_board_result li .bo_tit {    font-size: 16px;}

.search_board_result li {     width: 50%;padding:0px }
.search_board_result li {    width: 49%;}
.search_board_result li:nth-child(4n) {    margin-right: 1.3%;}
.search_board_result li:nth-child(2n) {    margin-right: 0;}
.search_board_result li .gall_img img {    width: 100%; }
	
	.sch_res_list {
    padding: 15px 0;
    margin-bottom: 15px;
}
.search_board_result1 li {padding:10px;}
.search_board_result1 li p.date {		width: 20%;}
.search_board_result1 li div {
    width: 80%;
    border-left: 0px solid #e1e1e1;
    padding: 10px;}
.search_board_result1 li p.img { padding-left:20%;   float: none;    width: 100%;}
.search_board_result1 .btn-con {display:none;}
.search_board_result1 li p.date {		font-size: 13px;}
.search_board_result1 li p.date span {    font-size: 42px;    line-height: 1.2em;}
.search_board_result1 li div .cate {    font-size: 12px; }
.search_board_result1 li div .title {		font-size: 16px;}
.search_board_result1 li div .txt {font-size: 12px;}
	
}
@media screen and (max-width:425px){
.search_board_result li .gall_text_href p.kind span {    font-size: 10px;    padding: 0px 3px;}
.search_board_result li .bo_tit {    font-size: 14px;}
.search_board_result li { margin-right:2%}
.search_board_result li { margin-right:2%}
	#sch_res_detail {    padding: 10px;  }
	#sch_res_detail select {
    height: 30px;
    padding: 0 30px 0 10px;
    font-size: 1em;
}
	#sch_res_detail .sch_input {
    width:75%;
    height: 30px;
    padding: 0 10px;
    font-size: 1em;
}
	#sch_res_detail .sch_btn {
    height: 30px;
    width: 25%;
    font-size: 1em;
}
.search_board_result1 li div .cate {    font-size: 11px; }
.search_board_result1 li div .title {		font-size: 14px;}
.search_board_result1 li div .txt {font-size: 11px;}
}

