@charset "utf-8";

/* 리스트 */

.tbl_wrap .table {
    border-top: 2px #3f3f3f solid;
}

.tbl_head01 .table th {
    background-color: #fff;
    line-height: 28px;
    border: 0;
}

.tbl_head01 .table td {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px #e2e2e2 solid
}

#bo_list .tbl_head01 a {
    font-size: 15px;
    text-decoration: none;
}

#bo_list .tbl_head01 a:hover {
    color: #000;
}

.tbl_head01 .table td.td_num {
    padding-left: 40px;
    padding-right: 40px;
}

.navbar-form {
    margin-right: -25px;
    text-align: center;
    margin: 0 auto;
}


/* 쓰기  */

.tbl_wrap th {
    background-color: #f6f6f6;
}

.tbl_wrap th {
    background-color: #f6f6f6;
    vertical-align: middle !important;
    padding-left: 12px !important;
    width: 120px;
    font-size: 15px;
}

.tbl_wrap td .form-control {
    border: 1px #ddd solid;
    background-color: #fff !important;
    border-radius: 0;
    box-shadow: none !important;
    height: 34px;
    padding-left: 15px;
    line-height: 20px;
}

.tbl_wrap td .form-control-phone {
    border: 1px #ddd solid;
    background-color: #fff !important;
    border-radius: 0;
    box-shadow: none !important;
    height: 34px;
    padding-left: 15px;
    line-height: 20px;
    width: 80px;
}

.tel_wrap {
    padding-left: 15px;
}

.tbl_wrap td .inp_txt {
    width: 200px;
}

.tbl_wrap h3.caption-title {
    font-size: 24px;
    font-weight: 900;
}

.qna_privacy {
    margin-bottom: 50px;
}

.qna_privacy .privacy_box {
    border: 1px solid #d5d5d5;
    background: #fafafa;
    padding: 20px 30px;
    height: 126px;
    box-sizing: border-box;
    overflow-y: auto;
    background-color: #fff;
}

.qna_privacy .privacy_box .title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #2d2d2d;
    margin-bottom: 25px;
}

.qna_privacy .privacy_box .conarea {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: -0.025em;
    color: #888;
}

.qna_privacy .qna_privacy_agree {
    text-align: right;
    margin-top: 10px;
}

.qna_privacy .qna_privacy_agree input.agree_ck[type="checkbox"] {}

.qna_privacy .qna_privacy_agree input.agree_ck[type="checkbox"] + label {
    /*        display: inline-block;*/
    /*        height: 20px;*/
    /*        line-height: 18px;*/
    /*        padding-left: 24px;*/
    font-size: 13px;
    letter-spacing: -0.025em;
    color: #888;
    /*        background: url(../images/ck_off.png) left 1px no-repeat;*/
}

.qna_privacy .qna_privacy_agree input.agree_ck[type="checkbox"]:checked + label {
    background: url(../images/ck_on.png) 0 1px no-repeat;
}


/* 읽기 */

article#bo_v header #bo_v_title {
    border-top: 2px #000 solid;
    padding: 10px 0;
    font-size: 1.2em;
}

.wzd_board_header {
    border-top: 2px #000 solid;
    border-bottom: 1px #eee solid;
}

.wzd_board_header h1 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 6px;
    padding-left: 10px;
}

#bo_v_con {
    padding: 30px;
}

#bo_v_bot {
    border-top: 1px #eee solid;
    padding-top: 15px;
}

#bo_vc h2 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 900;
}


/* 버튼 */

.btn {
    font-size: 12px !important;
}

a.btn-info {
    color: #fff;
    font-weight: 600;
}

@media all and (max-width:768px) {
    .wzd_board_header h1 {
        padding-left: 15px;
        font-size: 18px;
    }
    #bo_v_con {
        padding-left: 10px;
        padding-right: 10px;
        padding-right: 0;
    }
    .tbl_wrap th {
        display: none;
    }
    .tbl_wrap td .form-group {
        padding: 0;
        margin: 0;
    }
    .tbl_wrap td .form-control-phone {
        border: 1px #ddd solid;
        background-color: #fff !important;
        border-radius: 0;
        box-shadow: none !important;
        height: 34px;
        padding-left: 0pz;
        ;
        line-height: 20px;
        width: 80px;
    }
    .tel_wrap {
        padding-left: 0;
    }
}