@charset "utf-8";

/* 전체검색결과 스킨 */
#container_title {
    text-align: center;
}
.empty_list {
    text-align: left;
}
.showing_item {
    font-size: 16px;
    color: #5a6166;
    margin-bottom: 20px;
}
#wrapper input:hover {
    border: none !important;
    outline: none !important;
}
#wrapper input:focus {
    border: none !important;
    outline: none !important;
}
#sch_res_detail {
    padding: 50px 0 33px;
    text-align: center;
    margin: 0px;
}
#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 {
    display: none;
    border: 1px solid #d0d3db;
    width: 175px;
    height: 70px;
    padding: 0 5px;
}
#sch_res_detail .frm_input {
    border: 0px;
    width: calc(100% - 92px);
    height: 70px;
    border-radius: 0;
    padding-left: 37px;
    font-size: 20px;
    background: #fff;
    box-shadow: none;
}
#sch_res_detail .sch_wr {
    position: relative;
    display: inline-block;
    width: 100%;
    box-shadow: 0px 0px 15px 0px #00000010;
}
#sch_res_detail .btn_submit {
    padding: 0 10px;
    height: 70px;
    width: 92px;
    font-size: 27px;
    font-weight: bold;
    color: #5a6267;
    background: #fff;
    margin-left: -5px;
    border-radius: 0;
    background: url(/img/ico_schpage_search.png) no-repeat center center #fff;
    background-size: 27px;

}

/* 페이지 */
.pg_box {
    text-align: center;
    font-size: 0px;
    margin-top: 40px;
}
.pg_box .pg_wrap {
    clear: unset;
    float: unset;
}
.pg_page,
.pg_current {
    height: 32px;
    font-size: 18px;
    border-radius: 0px;
    margin: 0 10px;
}
.pg_page {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #fff;
    color: #5a6166;
    line-height: 32px;
    padding: 0 5px;
    min-width: 32px;
    text-decoration: none;
}
.pg_page:hover {
    background-color: #fff;
}
.pg_current {
    border: 1px solid #164581;
    background: #fff;
    color: #164581;
}
.pg_start:hover, .pg_prev:hover, .pg_end:hover, .pg_next:hover { background-color: unset; }
.pg_prev,
.pg_next {
    margin: 0 15px;
}
.pg_prev {
    background: url(/img/ico_prev.png) no-repeat center center #fff;
    border: none;
}
.pg_next {
    background: url(/img/ico_next.png) no-repeat center center #fff;
    border: none;
}

    /* view */
#bo_v_title .bo_v_tit {
    font-size: 40px;
    color: #164581;
    font-weight:  500;

}
.if_date {
    display: block;
    padding: 12px 0 34px;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    color: #164581;

}
.view_main_img {
    float: left;
    padding-right: 22px;
    width: 100%;
    max-width: 667px;
}
#bo_v_con {
    font-size: 16px;
    color: #5a6166;
    font-weight: 400;
    line-height: 1.7;
}

/* 검색 OR+ADN 버튼 */
.switch_field {
    display: none;
    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.2em}
.sch_res_list ul {margin:0 0 20px 0;padding:0;list-style:none;border-top:1px solid #ececec}
.sch_res_list li {
    border-bottom: 1px solid #ececec;
    background: #fff;
    position: relative;
    background: url(/img/ico_arrow_mob_menu.png) no-repeat center right 20px;
    background-size: 9px;
}
.sch_res_list .sch_tit {display:block;}
.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;
    font-size: 18px;
    font-weight: bold !important;
    line-height: 62px;
    width: 100%;
}

.sch_res_title b {
    font-weight: bold !important;
}
.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:5px;text-align:right;font-weight:normal;color:#3a8afd}



















/* 2 tab vw --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1300px) and (min-width:951px) {

/* 전체검색결과 스킨 */
#container_title {
    text-align: center;

}
.empty_list {
    text-align: left;
}
.showing_item {
    font-size: 1.231vw;
    color: #5a6166;
    margin-bottom: 1.538vw;
}
input:focus { border: none !important; outline:none !important;}
#sch_res_detail {
    padding: 3.846vw 0 2.538vw;
    text-align: center;
    margin: 0vw;
}
#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 {
    display: none;
    border: 0.077vw solid #d0d3db;
    width: 13.462vw;
    height: 5.385vw;
    padding: 0 0.385vw;
}
#sch_res_detail .frm_input {
    border: 0vw;
    width: calc(100% - 7.077vw);
    height: 5.385vw;
    border-radius: 0;
    padding-left: 2.846vw;
    font-size: 1.538vw;
    background: #fff;
    box-shadow: none;
}
#sch_res_detail .sch_wr {
    position: relative;
    display: inline-block;
    width: 100%;
    box-shadow: 0vw 0vw 1.154vw 0vw #00000010;
}
#sch_res_detail .btn_submit {
    padding: 0 0.769vw;
    height: 5.385vw;
    width: 7.077vw;
    font-size: 2.077vw;
    font-weight: bold;
    color: #5a6267;
    background: #fff;
    margin-left: -0.385vw;
    border-radius: 0;
    background: url(/img/ico_schpage_search.png) no-repeat center center;
    background-size: 2.077vw;

}

/* 페이지 */
.pg_box {
    text-align: center;
    font-size: 0vw;
    margin-top: 3.077vw;
}
.pg_box .pg_wrap {
    clear: unset;
    float: unset;
}
.pg_page,
.pg_current {
    height: 2.462vw;
    font-size: 1.385vw;
    border-radius: 0vw;
    margin: 0 0.769vw;
}
.pg_page {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border: 0.077vw solid #fff;
    color: #5a6166;
    line-height: 2.462vw;
    padding: 0 0.385vw;
    min-width: 2.462vw;
    text-decoration: none;
}
.pg_page:hover {
    background-color: #fff;
}
.pg_current {
    border: 0.077vw solid #164581;
    background: #fff;
    color: #164581;
}
.pg_start:hover, .pg_prev:hover, .pg_end:hover, .pg_next:hover { background-color: unset; }
.pg_prev,
.pg_next {
    margin: 0 1.154vw;
}
.pg_prev {
    background: url(/img/ico_prev.png) no-repeat center center #fff;
    border: none;
}
.pg_next {
    background: url(/img/ico_next.png) no-repeat center center #fff;
    border: none;
}

    /* view */
#bo_v_title .bo_v_tit {
    font-size: 3.077vw;
    color: #164581;
    font-weight:  500;

}
.if_date {
    display: block;
    padding: 0.923vw 0 2.615vw;
    font-size: 1.385vw;
    font-style: italic;
    font-weight: 400;
    color: #164581;

}
.view_main_img {
    float: left;
    padding-right: 1.692vw;
    width: 100%;
    max-width: 51.308vw;
}
#bo_v_con {
    font-size: 1.231vw;
    color: #5a6166;
    font-weight: 400;
    line-height: 1.7;
}

/* 검색 OR+ADN 버튼 */
.switch_field {
    display: none;
    vertical-align: middle;
    padding: 0.769vw 0.385vw
}
.switch_field input {position:absolute !important;clip:rect(0, 0, 0, 0);height:0.077vw;width:0.077vw;border:0;overflow:hidden}
.switch_field label {float:left}
.switch_field label {display:inline-block;width:3.846vw;background-color:#fff;color:rgba(0, 0, 0, 0.6);font-size:1em;font-weight:normal;text-align:center;text-shadow:none;padding:0.462vw 1.077vw;border:0.077vw solid #bbc0c6;
-webkit-box-shadow:inset 0 0.385vw 0.615vw rgb(234, 234, 234), 0 0.077vw rgba(255, 255, 255, 0.1);
box-shadow:inset 0 0.385vw 0.615vw rgb(234, 234, 234), 0 0.077vw 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:0.077vw solid #3a8afd;color:#fff;-webkit-box-shadow:none;box-shadow:none}
.switch_field label:first-of-type {border-radius:0.308vw 0 0 0.308vw;border-right:0}
.switch_field label:last-of-type {border-radius:0 0.308vw 0.308vw 0}

#sch_res_ov {text-align:center;zoom:1;height:4.231vw;line-height:4.231vw;background:#edf3fc;border-radius:0.385vw;border:0.077vw solid #d6e2f4;margin-bottom:1.154vw;padding:0 1.538vw}
#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:0.923vw;font-size:0.92em;color:#5977a4;margin-top:1.538vw}
#sch_res_ov ul:after {display:block;visibility:hidden;clear:both;content:""} 
#sch_res_ov li {float:left;margin-right:0.385vw;padding-right:0.385vw;border-right:0.077vw solid #5977a4}
#sch_res_ov li:last-child {margin:0;padding:0;border:0}

#sch_res_board {margin-bottom:2.154vw}
#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:0.154vw}
#sch_res_board a {display:block;line-height:2.154vw;padding:0.385vw 1.154vw;border-radius:2.308vw;border:0.077vw 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:0.231vw;color:#3497d9;line-height:1.385vw;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:0.077vw solid #3a8afd;
-webkit-box-shadow: inset 0 0.154vw 0.385vw rgb(33, 135, 202);
-moz-box-shadow: inset 0 0.154vw 0.385vw rgb(33, 135, 202);
box-shadow:inset 0 0.154vw 0.385vw rgb(33, 135, 202)}

.sch_res_list {position:relative;margin-bottom:0.769vw}
.sch_res_list .search_board_result{position:relative}
.sch_res_list h2 {margin:0 0 1.154vw;font-size:1.2em}
.sch_res_list ul {margin:0 0 1.538vw 0;padding:0;list-style:none;border-top:0.077vw solid #ececec}
.sch_res_list li {
    border-bottom: 0.077vw solid #ececec;
    background: #fff;
    position: relative;
    background: url(/img/ico_arrow_mob_menu.png) no-repeat center right 1.538vw;
    background-size: 0.692vw;
}
.sch_res_list .sch_tit {display:block;}
.sch_res_list .pop_a {display:inline-block;background:#e8eeef;color:#6f777f;border-radius:50%;text-align:center;width:2vw;height:2vw;line-height:2vw}
.sch_res_title {
    display: inline-block;
    font-size: 1.385vw;
    font-weight: bold !important;
    line-height: 4.769vw;
    width: 100%;
}

.sch_res_title b {
    font-weight: bold !important;
}
.sch_res_list p {padding-bottom:0.769vw;color:#666;line-height:1.5em}
.sch_res_list .sch_info {padding:0.769vw 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:0.385vw}
.sch_more {position:absolute;right:0;top:0.385vw;text-align:right;font-weight:normal;color:#3a8afd}



}

























/* 1 mobile vw --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 950px){
#container {
    float: unset;
    padding: 7.5vw 0;
    width: 88.75vw;
    margin: 0 auto;
}
#container_title {
    text-align: left;
    font-size: 6.875vw;
    font-weight: 100;
}   
#sch_res_detail .sch_wr {
    box-shadow: none;
    border: 1px solid #5a6166;
}
#sch_res_detail .btn_submit {
    background-size: 3.75vw;
}
#sch_res_detail .frm_input {
    height: 11.5vw;
    font-size: 4.375vw;
}
#sch_res_detail .btn_submit {
    height: 11.5vw;
}
.showing_item {
    font-size: 3.75vw;
}
.sch_res_title {
    line-height: 11.625vw;
    font-size: 4.375vw;
}
.sch_res_list li {
    background-size: 1.625vw;
}
#sch_res_detail .frm_input {
    width: calc(100% - 12vw);
    padding-left: 2.25vw;
}
#sch_res_detail .btn_submit {
    width : 10.875vw;
}
}