#wiz_board.board_view h1.subject {
    font-size: 32px;
}

#wiz_board.board_write .selec  .radio_wrap p {
    display:none;
}

#wiz_board.board_view .table tbody th.name,
#wiz_board.board_view .table tbody th.email {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
    width: 15%;
    color: #000;
}

#wiz_board.board_view .table tbody th.email {
    border-left: 1px #ddd solid;
}

#wiz_board.board_view .table tbody .board_content {
    padding: 30px 30px;
}

@media(min-width:992px) {

    #wiz_board.board_write .table tbody th {

        width: 200px;
    }

    #wiz_board.board_write .table tbody td .th_subject {}

    #wiz_board.board_write .table tbody td .dh_sex {
        width: 200px;
    }

    #wiz_board.board_write .table tbody td .th_name {
        width: 200px;
    }

    #wiz_board.board_write .table tbody td .email01 {
        width: 200px;
    }

    #wiz_board.board_write .table tbody td .phone,
    #wiz_board.board_write .table tbody td .tel {
        width: 80px;
        display: inline-block;
    }

    #wiz_board.board_write .table td .add_01 {
        width: 300px;
    }

    #wiz_board.board_write .table td .add_02 {
        width: 350px;
    }
}

#wiz_board.board_write .table tbody td .th_subject {
    width: 100%;
}

#wiz_board h5.h5_tit1 {
    font-size: 30px;
    font-weight: 500; 
    margin-bottom: 30px;
    margin-top: 60px;
}
#wiz_board.board_write .table tbody td .tip {
    margin-top: 20px;
font-size:17px;
}
#wiz_board.board_write .table tbody td span.tip {
    margin-left: 6px;
   
}
#wiz_board.board_write .table tbody td .form-control.w100 {
    width: 100%;
    height: auto;
    line-height: auto;
}

#wiz_board.board_write .table .add .btn {
    height: 45px;
    mask-type: 0;
    border-radius: 0;
    background-color: #2b2b2b;
    color: #fff;
    font-size: 13px;
    border: 0;
    line-height: 45px;
}

#wiz_board.board_write .table .daum {
    display: none;
    border: 1px solid #000;
    width: 505px;
    margin-top: 5px
}

#wiz_board.board_write .table tbody td .email {
    float: left;
}

#wiz_board.board_write .table tbody td {
    padding-left: 25px;
}

#wiz_board.board_write .table tbody td .form-control {
    background-color: #fff;
    border: 0 px #bebebe solid;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    padding-left: 15px 20px;
    font-size:20px;
    
}
@media(min-width:992px){  
#wiz_board.board_write .table tbody td input::placeholder {
    font-weight:400;
    color: #fff;
}
#wiz_board.board_write .table tbody td input.ac::placeholder {
    color: #cacaca;
}
}


#wiz_board.board_write .table tbody td .kakao-p {
    /* background: #e5e3e9; */
}
#wiz_board.board_write .table tbody th {
    border-right: 0;
    background-color: #fff;
    vertical-align: middle;
    min-width: 100px;
    font-weight:600;
    font-size:20px;
    text-align: left;
    padding-left: 50px;
    color: #505050;
}
#wiz_board.board_write .table tbody th::before {
    content: "· ";
    padding-right: 12px;
}.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    font-size:12px !important;
}
#wiz_board.board_write .btn_box {
    text-align: center;
}

#wiz_board.board_write .btn_box a.btn {
    height: 48px;
    mask-type: 0;
    border-radius: 0;
    background-color: #fff;
    color: #000;
    border: 1px #000 solid;
    font-weight: 900;
    font-size: 15px;
    line-height: 48px;
    min-width: 180px;
}
#wiz_board.board_write #dh_aca_y {
    display: none; /* 기본적으로 숨김 처리 */
    margin-top:8px;
}
@media(max-width:991px) {


    #wiz_board.board_view .table thead th {
        background-color: #FCFCFC;
        text-align: left;
        border-top: 2px #000 solid;
        border-bottom: 1px #e0e0e0 solid;
        background-color: #fcfcfc;
        font-size: 16px;
        font-weight: 900;
        padding-left: 20px;
        margin: 5px 0 0;
        padding-top: 22px;
        padding-bottom: 22px;
    }

    #wiz_board.board_view .table tbody th.name,
    #wiz_board.board_view .table tbody th.email {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
        font-size: 12px;
        font-weight: 600;
        vertical-align: middle;
        width: 15%;
        color: #000;
    }

    #wiz_board.board_view .table tbody th.email {
        border-left: 1px #ddd solid;
    }

    #wiz_board.board_view .table tbody .board_content {
        padding: 15px 0;
    }

    #wiz_board.board_view .td_content img {
        width: 100%;
    }

    #wiz_board.board_view ul.list-inline li .btn.btn-pack {
        font-size: 12px !important;
        color: #000;
    }

    #wiz_board.board_write .tel_wrap .tel {
        width: 32.833333333%;
        display: inline-block;
    }

    #wiz_board.board_write tbody th {
        display: none;
    }
}



.qna_privacy {
    margin-bottom: 50px;
}

.qna_privacy .privacy_box {
    border: 1px solid #d5d5d5;
    background: #fafafa;
    padding: 30px 40px;
    height: 260px;
    box-sizing: border-box;
    overflow-y: auto;
    background-color: #fff;
}

.qna_privacy .privacy_box .title {
    font-size: 21px;
    line-height: 20px;
    font-weight: 500;
    color: #2d2d2d;
    margin-bottom: 25px;
    padding-top: 10px;
}

.qna_privacy .privacy_box .conarea {
    font-size: 17px;
    line-height: 32px;
    color: #888;

}

.qna_privacy .qna_privacy_agree {
    text-align: left;
    margin-top: 10px;
    float: right;
}

.qna_privacy .qna_privacy_agree label {
    float: left;
    margin-right: 6px;
    display: block;
}

/* ì•½ê´€  */
.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: 16px;
    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;
}
.btn_confirm {
    display:flex;
    justify-content: center;
    align-items: center;
}
.btn_confirm button {
    border: 0;
    width: 300px;
    height: 60px;
    border: 1px #006965 solid;
    background: #006965;
    font-weight:600;
    color: #fff;
}
@media(min-width:992px) {}

@media(max-width:991px) {
    #wiz_board.board_write .table tbody td span.tip {
        margin-left: 0px;
        clear: both;
        width: 100%;
        display:none;
    }
    .form-control {
        font-size:14px !important;
    }

   
    .qna_privacy {
        margin-bottom: 50px;
    }

    .qna_privacy .privacy_box {
        border: 1px solid #d5d5d5;
        background: #fafafa;
        padding: 12px 15px;
        height: 150px;
        box-sizing: border-box;
        overflow-y: auto;
        background-color: #fff;
    }

    .qna_privacy .privacy_box .title {
        font-size: 12px;
        line-height: 20px;
        font-weight: 600;
        color: #2d2d2d;
        margin-bottom: 12px;
    }

    .qna_privacy .privacy_box .conarea {
        font-size: 12px;
        line-height: 22px;
        color: #888;

    }

    .qna_privacy .qna_privacy_agree {
        text-align: left;
        margin-top: 10px;
        float: right;
    }

    .qna_privacy .qna_privacy_agree label {
        float: left;
        margin-right: 6px;
    }

    #wiz_board.board_write .table tbody td {
        padding-left: 15px;
    }

    #wiz_board.board_write .table.table-bordered {
        border: 0;
    }

    #wiz_board.board_write .table>thead>tr>th,
    #wiz_board.board_write .table>tbody>tr>td,
    #wiz_board.board_write .table>tbody>tr>th,
    #wiz_board.board_write .table>tfoot>tr>td,
    #wiz_board.board_write .table>thead>tr>td,
    .table>tfoot>tr>th {
        padding: 0;
        line-height: 0;
        vertical-align: top;
        border: none;
    }

    #wiz_board.board_write .table tbody td,
    #wiz_board.board_write .table tbody th {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        font-size: 12px;
        font-weight: 600;
    }

    #wiz_board.board_write .table tbody td .form-control {
        margin-bottom: 6px;
    }

    #wiz_board.board_write .tel_wrap .tel {
        width: 31.433333333%;
        display: inline-block;
    }

    #wiz_board.board_write .tel_wrap .phone {
        width: 31.433333333%;
        display: inline-block;
    }
    #wiz_board.board_write .email_wrap {
        display:flex;
        flex-wrap: wrap;
    }
    #wiz_board.board_write .email_wrap span {
        display:none;
    }
    #wiz_board.board_write .email_wrap .form-control {
        display: inline-block;
    }

    #wiz_board.board_write .email_wrap .emial01.form-control {
        width: 50%;
        margin-right: 1%;
    }

    #wiz_board.board_write .email_wrap .emial02.form-control {
        width: 49%;
    }

    #wiz_board.board_write .email_wrap .emial03.form-control {
        width: 100%;
        display:none;
    }

    #wiz_board.board_write .add .btn {
        width: 100%;
        margin-top: 5px;
    }
    
    .radio_wrap h4 {
        
        

    }

    #wiz_board.board_write .btn_box a.btn {
        height: 48px;
        mask-type: 0;
        border-radius: 0;
        background-color: #000;
        color: #fff;
        border: 1px #000 solid;
        font-weight: 900;
        font-size: 13px;
        line-height: 48px;
        min-width: 180px;
    }

    #wiz_board.board_write .school_wrap .form-control {
        display: inline-block;

    }

    #wiz_board.board_write .school_wrap .school01 {
        width: 60%;
    }

    #wiz_board.board_write .school_wrap .school02 {
        width: 30%;

    }

    #wiz_board.board_write .school_wrap #tb1,
    #wiz_board.board_write span.sTxt {
        line-height: 38px;
    }

    #wiz_board.board_write p.sTxt {
        margin-top: 20px;
        margin-bottom: 28px;
    }

    #wiz_board.board_write .birth .form-control {
        display: inline-block;

    }

    #wiz_board.board_write .birth .birth01 {
        width: 60%;
    }

    #wiz_board.board_write .birth .birth02 {
        width: 35%;
    }

    #wiz_board.board_write .radio {
        width: auto;
        height: auto;
    }
    #wiz_board.board_write .selec  .radio_wrap p {
        padding-top: 12px;
        padding-bottom: 12px;
        font-size:16px;
        display:block;
    }

    #wiz_board.board_write .radio_wrap {
        border: 1px #ddd solid;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #wiz_board.board_write .radio_wrap .form-control {
        display: inline-block;
        margin-bottom: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 0 !important;
        height: 34px !important;
    }

    #wiz_board.board_write .radio_wrap .form-control {
        margin-left: 4px !important;
    }

    #wiz_board h5.h5_tit1 {
        font-size: 19px;
        font-weight: 600;
        margin-bottom: 18px;
        background: url('../../wzd_lib/img/sub/bliet.png');
        padding-left: 0;
        height: 19px;
        background-repeat: no-repeat;
        margin-top: 0;
    }
    .qna_privacy .qna_privacy_agree input.agree_ck[type="checkbox"]+label {
       
        font-size: 12px;
        color: #888;
    }
    .btn_confirm button {
        border: 0;
        width: 100%;
        height:55px;
        font-size:16px;
        border: 1px #006965 solid;
        background: #006965;
        font-weight: 600;
        color: #fff;
        margin-top: 20px;
    }

    /* ìž…ë ¥í¼ ë§ˆê° */

    .table thead th {
        padding-top: 13px !important;
        padding-bottom: 13px !important;
        border-bottom: 0;
        text-align: center;
        font-weight: 900;
        color: #000;
        font-size: 13px;
        border-bottom: 0 !important;
    }

    .table tbody td,
    .table tbody th {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        font-size: 12px;
        font-weight: 600;
    }

    .table tbody td a {
        font-size: 14px;
        font-weight: 600;
    }

    .table tbody td.td_data,
    .table tbody td.td_num {
        text-align: center;
        font-size: 11px;

    }

    .table tbody td.td_name {
        width: 120px;
        font-size: 12px;
    }

    .table tbody td span.badge {
        font-size: 11px;
    }
    /* .parents  */
   /* #wiz_board.board_write .parents .email_wrap {
    display:flex;
    }
   #wiz_board.board_write .parents .email_wrap .form-control { */
   #wiz_board.board_write .parents .tip {
    width: 100%;
    clear: both;
    height: auto;
    line-height: 17px;
    font-size:13px !important;
    padding-bottom: 14px;
   }
   #wiz_board.board_write .parents .tel_wrap span {
    display:none ;
   }
    

}