/*법률QA CSS*/

#container .contents_block .result_block.law_qa_result {
    margin-top: 109px;
}

#container ul.menu_tab{
margin-top:-8px !important;
}



#container ul.menu_tab {
display: block !important;
}


ul.menu_tab.law-part{
white-space:nowrap !important;
overflow-x:auto !important;
overflow-y:hidden !important;
max-width:unset !important;
margin-top: -5px;
} 

ul.menu_tab.law-part li{
display:block;
float:unset !important;
}


.txt-tel-link {
margin-bottom:20px;
font-size:1em;
}
.txt-tel-link li {
font-weight:600;
word-spacing:-1.5px;
}
.txt-tel-link li span{
padding-left:10px;
font-weight:normal;
}
.box_header{
margin-top:10px;
width:100%;
position:relative;
display:inline-block;
box-sizing:border-box;
}

.law_qa_result ul.listed {
width:100%;
border-top:1px solid #ccc;
position:relative;
box-sizing:border-box;
display:inline-block;
}
.law_qa_result ul.listed li{
width:100%;
position:relative;
box-sizing:border-box;
word-spacing: -1.5px;
letter-spacing: -.4px;
display:inline-block;
margin-top:5px;

}

.law_qa_result ul.listed li:nth-child(1) {
    width:100%;
    clear:both;
    font-weight:600;
    height:17px;
}

.law_qa_result ul.listed li:nth-child(1) .subject{
width:77%;
float:left;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
font-size:1em;
color:#000;
}

.law_qa_result ul.listed li:nth-child(1) .answer{
width:20%;
float:right;
font-weight:normal;
text-align:center;
border:1px solid #ccc;
background-color:#ccc;
color:#fff;
height:25px;
line-height:27px;
border-radius:5px;
font-size:.9em;
margin-top:1.5px;
}

.law_qa_result ul.listed li:nth-child(1) .answer.active{
border:1px solid #5a9cc9;
background-color:#5a9cc9;
}


.law_qa_result ul.listed li:nth-child(2) {
    width:80%;
    font-size:1.1em;
    font-weight:600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.law_qa_result ul.listed li.created,
.law_qa_result ul.listed li.view_count,
.law_qa_result ul.listed li.user_name{
    float:left;
    font-weight:normal;
    font-size:.85em;
    margin-top:0px;
    color:#666;
    margin-bottom:5px;
}
.law_qa_result ul.listed li.body_area {
    clear:both;
    width:100%;
    min-height:100px;
    display:none;
    border-top: 1px solid #ccc;
}

.law_qa_result ul.listed li.body_area.active{
display:inline-block;
}

.law_qa_result ul.listed li.created{
    width:25%;

}
.law_qa_result ul.listed li.view_count{
    width:30%;

}

.law_qa_result ul.listed li.user_name{
    width:40%;
}


.law_qa_result h3 span.total_count{
float:right;
font-size:.8em;
font-weight:normal;
color:#000;
width:80px;
text-align:center;
}

.board_result {
    padding:0 5px;
}
.zoom_class {
    margin-top:-3px;
}
.board_body_block{
    letter-spacing:-0.4px;
    word-spacing:-1.5px;
    }
    .board_body_block h3{
    font-size:1.1em;
    margin-bottom:10px;
    margin-top:17px;
    }
    .board_body_block h3:before{
    width: 16px;
    height: 16px;
    background-image: url(../img/org_dot.png);
    background-size: 16px 16px;
    display: block;
    float: left;
    margin-top: 7px;
    margin-right: 5px;
    content: "";
    }
    
    .board_body_block .category-badge{
        height:26px;
        line-height:26px;
        padding-left:10px;
        padding-right:10px;
        color:#000;
        border:1px solid #3ab4b7;
        display:none !important;
        font-size:.85em;
        border-radius: 2px;
        font-weight: normal;
        margin-bottom:5px;
    }
    
    .board_body_block dl,
    .board_body_block dd{
    display:inline-block;
    }
    .board_body_block .question-org .subject-title{
        padding: 10px 10px 0px 10px;
        line-height: 23px;
        font-size: 1.1em;
        width: calc(100% - 22px);
        background-color: #e9f3f6;
        border: 1px solid #ccc;
        border-bottom: none;
    }
    .board_body_block .question-org dd.article-info {
        padding: 5px 10px 5px 10px;
        line-height: 23px;
        font-size: 1.1em;
        width: calc(100% - 22px);
        border: 1px solid #ccc;
        border-top: none;
        background-color: #e9f3f6;
    }
    .board_body_block .answer-org dd.article-info {

    }
    .board_body_block .subject-title table tr td:first-child {
        color:#fff;
        display:inline-block;
        border-radius:5px;
        width:25px !important;
        vertical-align:top;
    }
    .board_body_block .subject-title table tr td:first-child span {
        display:inline-block;
    }
    .board_body_block .subject-title table tr td:last-child {
        padding-left:7px;
        color:#101010;
    }
    .board_body_block .subject-title table tr td{
        font-weight:600;
        line-height:23px;
        font-size:1.0em;
    }
    .board_body_block .question-org {
        width: 100%;
    }
    .board_body_block .question-org .article-view {
        display:none !important;
    }
    .board_body_block .question-org .article-name {
       float:right !important;
       margin-right:0;
    }
    .board_body_block .question-org hr {
        display:none;
    }
    .board_body_block .question-org .article-body {

        clear: both;
        word-wrap: break-word;
        font-size: .93em;
        display: inline-block;
        margin-top: -9px;
        width: calc(100% - 2px);
        border: 1px solid #ccc;
        border-top: none;
        margin-bottom: 20px;
    
    }
    .board_body_block .question-org .article-body > div {
        padding:14px;
    }
    .board_body_block .question-org .subject-title table tbody tr td:first-child span:before,
    .board_body_block .answer-org .subject-title table tbody tr td:first-child span:before{
        width: 25px;
        height: 25px;
        display: inline-block;
        color: #fff;
        font-size: .95em;
        text-align: center;
        line-height: 24px;
        border-radius: 3px;
        margin-right: 5px;
    }
    
    .board_body_block .question-org .subject-title table tbody tr td span:first-child:before{
        content: "Q";
        background-color:#5a9cc9;
    }
    
    .board_body_block .answer-org .subject-title table tbody tr td span:first-child:before{
        content: "A";
        background-color: #da9154;
    }

    .board_body_block .question-org .article-info span{
    display:block;
    float:left;
    color:#777;
    font-size:.8em;
    font-weight:400 !important;
    }
    
    
    .board_body_block .article-body{
        clear: both;
        word-wrap: break-word;
        font-size: .93em;
        display: inline-block;
        border: 1px solid #ccc;
        border-top: none;
        margin-bottom: 20px;
    }


    .board_body_block .answer-org .article-body .answer_header{
    display:inline-block;
    width:100%;
    font-weight:bold;
    margin-bottom:15px;
    font-size:1.1em;
    display:none;
    
    }
    
    
    
    .board_body_block .answer-org .article-body .answer-alert{
    width:100%;
    background-color:#f3f1f1;
    display:inline-block;
    padding:15px;
    box-sizing:border-box;
    font-size:.85em;
    color:#666;
    margin-top:30px;
    word-spacing:-2px;
    line-height:20px;
    }
    .board_body_block .answer-org .tbody_fixed {
        padding:10px;
    }
    
    .board_body_block .answer-info{
        position: relative;
        background-color:#fcf4ed;
        border: 0px;
        margin-top: -8px;
        z-index: 0;
        display:block;
        border:1px solid #D2D9E5;
        padding-top:10px;
        margin-top:15px;
    }
    .board_body_block .answer-info>dt,
    .board_body_block .answer-info>dd{
    padding-left:10px;
    padding-right:10px;
    }
    
    
    .board_body_block .answer-info .article-info .article-name{
        color: #000;
        font-size: .8em;
        display:block;
        float:left;
        margin-left:10px;
        margin-top:6px;
    }
    .board_body_block .answer-info .article-info .article-pic{
        display:block;
        float:left;
        width:40px;
        height:40px;
        overflow:hidden;
        margin-left:30px;
    }
    
    .board_body_block .answer-info .article-info .article-pic img{
    max-width:100%;
    border-radius:40px;
    }
    
    .board-btn{
    min-width:37px;
    padding:10px 15px 10px 15px;
    background-color:#fff;
    border:1px solid #2c5a9d;
    border-radius:3px;
    color:#2c5a9d;
    }
    
    .board-btn.bg-btn{
    background-color:#2c5a9d;
    border:1px solid #2c5a9d;
    color:#fff;
    }
    


    .board-btn.board-list{
        width:150px;
        height:44px;
        font-weight:normal;
        box-shadow: none;
        padding-top: 8px;
        margin-top:0px;
     }
        

    
    .board-control-block{
    margin-top:20px;
    }
    .board-control-block button{
    margin-right:5px;
    }


    #container .menu_split {
        margin-top: -9.1px !important;
    }
    .normal-btn {
    }



/*글쓰기폼*/
    
.contents_block .input_box_area {
    position: relative;
    background-color: #f4f4f6;
    border: 0px;
    z-index: 0;
    width: 113.5%;
    margin-left: -9.8%;
    display:inline-block;
    padding-top:10px;
    margin-top:20px;
    padding-bottom:30px;
    margin-bottom:-8.5px;
    border-top:1px solid #ccc;
    }
    
    
    .contents_block .input_box_area table{
    margin-left:10%;
    margin-right:3.5%;
    width: 86.5%;
    }
    
    .contents_block .input_box_area table td,
    .contents_block .input_box_area table th{
    font-weight:normal;
    color:#333;
    height:40px;
    font-size:.98em;
    word-wrap: break-word;
    text-align:left;
    }
    
    .contents_block .input_box_area table th{
    width:30%;
    }
    
    .select_frm{
    box-sizing:border-box;
    }
    
    .juso_input dl{
    margin-top:20px;
    }
    .juso_input dl dd{
    margin-bottom:5px;
    }
    .juso_input dl dd:last-child{
    margin:0px;
    }
    
    .juso_input .juso_search{
    width:100%;
    background-color:#2b6bc7;
    color:#fff;
    box-sizing:border-box;
    height:36px;
    }
    
    .contents_block .input_box_area table h4{
    font-size:1em;
    font-weight:normal;
    margin-top:20px;
    margin-bottom:10px;
    }
    

    .ft-p{
        color: #DA9154;
        text-indent: -12px;
        width: 93%;
        margin: 0 auto;
    }
    .ft-p em{
    font-size:8px;
    vertical-align:2.5px;
    padding-right:3px;
    }

    .contents_block .normal_btn {
        width:49%;
        height:50px;
        border:1px solid #2c5a9d;
        display:inline-block;
        color:#2c5a9d;
        font-size:1.03em;
        margin-top:20px;
        font-weight:600;
        }
        
        .contents_block .normal_btn.bg-green{
        color:#fff;
        background-color:#2c5a9d;
        }