@charset "utf-8";

/* 최근게시물 스킨 (new) */
#new_sch {background:#f7f7f7;padding:30px;text-align:center;margin:0 0 10px}
#new_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#new_sch select {border:1px solid #d0d3db;width:175px;height:45px;padding:0 5px;border-radius:3px}
#new_sch .frm_input {border:1px solid #d0d3db;width:300px;height:45px;border-radius:0;border-radius:3px}
#new_sch .sch_wr {position:relative;display:inline-block}
#new_sch .btn_submit {padding:0 10px;height:45px;width:88px;font-size:1.083em;font-weight:bold;color:#fff;background:#434a54}
#new_sch p {padding:10px 0 0;font-size:0.95em;text-align:center;letter-spacing:-0.1em}

#fnewlist .profile_img img {border-radius:50%}
#fnewlist .td_group a {background:#edfbde;color:#8cc152;padding:3px 4px;border-radius:5px;font-weight:normal}
#fnewlist .td_board a {background:#eeeaf8;color:#ac92ec;padding:3px 4px;border-radius:5px;font-weight:normal}

.admin_new_btn {float:right;margin-bottom:10px}

.selec_chk {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden}
.chk_box input[type="checkbox"] + label {position:relative;padding-left:20px;color:#676e70}
.chk_box input[type="checkbox"] + label:hover {color:#2172f8}
.chk_box input[type="checkbox"] + label span {position:absolute;top:2px;left:0;width:15px;height:15px;display:block;margin:0;background:#fff;border:1px solid #d0d4df;border-radius:3px}
.chk_box input[type="checkbox"]:checked + label {color:#000}
.chk_box input[type="checkbox"]:checked + label span {background:url(./img/chk.png) no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px}

#fnewlist .td_name {width: 150px;}

@media only screen and (max-width: 767px) {
    .tbl_head01 thead tr th:nth-child(1), .tbl_head01 tbody tr td:nth-child(1) {
        display: none;
    }

    .tbl_head01 .td_board {
        font-size: 0.85em;
        padding: 0;
    }

    .tbl_head01 {
        font-size: 0.9em;
    }

    .tbl_head01 .sv_member {
        display: flex;
        align-items: center;
    }
    .tbl_head01 .sv_member .profile_name {
        white-space:nowrap;
        margin-left: 4px;
    }

    #container_title span {
        padding: 0 20px;
    }

    #fnewlist .profile_img img {
        width: 25px;
        height: 25px;
    }

    #container {
        padding: 0;
    }

    .global-search #sch_result {
        padding: 0 10px;
    }

    #new_sch {
        display: flex;
        flex-wrap: wrap;
    }

    #new_sch .btn_submit {
        height: 45px;
        width: 75px;
        text-align: center;
    }

    #new_sch .btn_submit span {
        font-size: 0;
        display: inline-block;

    }

    .switch_field {
        display: inline-block;
        vertical-align: middle;
        padding: 10px 0;
    }

    #new_sch {
        background: #f7f7f7;
        padding: 10px;
        text-align: center;
        margin: 0 0 10px;
    }

    #sch_res_ov h2 {
        float: left;
        display: inline-block;
        font-size: 1.1em;
        color: #293d58;
        font-weight: normal;
    }

    .sch_res_list h2 {
        margin: 0 0 15px;
        font-size: 1.1em;
    }

    .sch_res_title {
        display: inline-block;
        margin: 0 0 5px;
        font-size: 1em;
    }

    #new_sch .sch_wr {
        display: flex;
        justify-content: space-between;
    }

    #new_sch form {
        display: flex;
        flex-wrap: wrap;
    }

    #fnewlist {
        padding: 0 10px;
    }

    #new_sch .frm_input {
        width: calc(100% - 80px);
        margin-right: 5px;
    }

    #new_sch select {
        width: calc(50% - 3px);
        height: 40px;
        margin-bottom: 4px;
    }

    #new_sch #gr_id {
        margin-right: 6px;
    }

    .switch_field label {
        font-size: 0.9em;
        padding: 4px 12px;
    }

    #sch_res_ov {
        height: 45px;
        line-height: 45px;
        margin-bottom: 15px;
        padding: 0 10px;
    }

    #sch_res_ov h2 {
        font-size: 1em;
    }

    #sch_res_ov ul {
        width: 100%;
        display: inline-block;
        float: right;
        line-height: 12px;
        font-size: 0.92em;
        color: #5977a4;
        margin: 10px 0 15px;
    }

    #sch_res_board li {
        text-align: center;
    }

    #sch_res_board a {
        font-size: 0.9em;
        display: block;
        padding: 3px 8px;
        border-radius: 30px;
        border: 1px solid #d6e9ff;
    }

    #sch_res_board .sch_on .cnt_cmt {
        color: #fff;
    }

    #sch_res_board {
        margin-top: 16px;
    }

    #fnewlist .td_name {width: auto;}
}