/* BASIC css start */
#board1v1 .tb-cont {padding: 50px;} 
#board1v1 .tb-cont h3 {font-size:13px;font-weight:500; padding-bottom:50px;}
/* 답변 만족도 평가 */
.table-d2-view .sco-wrt-des { padding-bottom: 10px; font-size: 12px; color: #1c1c1c; font-weight: bold; }
.table-d2-view .sco-wrt-des label { display: inline-block; margin-right: 20px; cursor: pointer; }
.table-d2-view .sco-wrt-des label input { width: 18px; height: 18px; margin-top: -2px; margin-right: 3px; cursor: pointer; }
.table-d2-view .sco-wrt-txtr textarea { width: 799px; height: 78px; padding: 1px 0; border: 1px solid #ddd; }
.table-d2-view .sco-wrt-txtr .CSSbuttonBlack { width: 118px; height: 80px; line-height: 80px; font-size: 16px; }
/* 답변 만족도 평가 결과 */
.table-d2-view .sco-lst-txtr { padding: 10px 0; }
.table-d2-view .sco-lst-txtr .sco-date { display: flex; justify-content: space-between; }
.table-d2-view .sco-lst-txtr .sco-date span { color: #757575; letter-spacing: 0.5px; }
.table-d2-view .sco-lst-txtr .sco-txt { margin-top: 20px; }





.ec-base-button.gBottom.bottom_btn {
    margin: 0;
    padding: 0 !important;
    display: flex;
    margin: 0;
    position: fixed;
    width: 50%;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0;
}.ec-base-button.gBottom.bottom_btn a[class^='btn'][class*='Fix'].sizeM, .ec-base-button.gBottom.bottom_btn a.submitBtn {
    width: 100%;
    height: 50px;
    line-height: 48px;
    font-size: 13px;
    font-weight: 500;
    padding: 0;
    text-align: center;
    background: var(--mainColor);
    color: var(--white);
}

.boardquestion_wrap {
    display: flex;
    min-height: calc(100vh - 100px);
}

.boardquestion_wrap > div.cnt_left {
    border-right: 1px solid var(--mainColor);
    width: 50%;
    flex: 1;
}

.boardquestion_wrap > div.cnt_left .subCnt_title h4 {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    padding: 50px 50px 0 50px;
    box-sizing: border-box;
}

.boardquestion_wrap > div.cnt_left .cnt_sub_title p {
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 30px;
    padding: 0 50px;
}

.boardquestion_wrap > div.cnt_right {
    width: 50%;
    position: relative;
    flex: 1;
}
.table-d2-view {
    border: 0;
    margin: 0;
    box-sizing: border-box;
}

.table-d2-view table {
    table-layout: auto;
}

.table-d2-view table tbody th {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    padding: 0;
    background-color: initial;
    border: 0;
    color: var(--mainColor);
    padding-top: 20px;
    background: transparent;
    padding: 15px 0 15px 50px;
    border-bottom: 1px solid #e4e4e4;
}
.table-d2-view table tbody tr {}

.table-d2-view table tbody tr:first-of-type {
    /* margin-top: 0; */
}
.table-d2-view table tbody tr:first-child th{/* padding-top:0; */}

.table-d2-view table tbody th span {
    font-size: 12px;
    font-weight: normal;
}


.table-d2-view table tbody td {
    border: 0;
    margin-top: 5px;
    font-size: 13px;
    padding: 50px;
    border-bottom: 1px solid #e4e4e4;
}
.table-d2-view table tbody tr:first-child td { padding: 15px 50px 15px 0;
}

.MS_input_txt {
    width: 100%;
    border: 1px solid var(--lightGray01);
    font-size: 13px !important;
    color: var(--mainColor);
    font-weight: 400;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
,: 0;
}

.tb-left, .tb-center, .tb-right {
    padding: 0;
}

select#preface {
    font-weight: 400;
    color: var(--mainColor);
    padding: 0 13px;
    width: 100% !important;
    background: var(--white) url(/design/lcdv/img/select_bg.png) no-repeat right 15px center;
    height: 40px;
    line-height: 40px;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    border: 1px solid #e4e4e4;
    margin-bottom: 8px;
}

textarea#content {
    width: 100%;
    border: 1px solid #e4e4e4;
    outline: 0;
    padding: 10px;
    box-sizing: border-box;
}input.MS_input_file {
    width: 100%;
    border: 1px solid var(--lightGray01);
    font-size: 13px !important;
    color: var(--mainColor);
    font-weight: 400;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
}

input.MS_input_file_button {
    height: 40px;
    line-height: 38px;
    margin: 0 0 0 -6px;
    border: 1px solid var(--lightGray01);
    width: 74px;
    font-size: 13px;
    color: var(--mainColor);
    font-weight: 400;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    min-width: 80px;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
}

.tb-file {
    position: relative;
}
.table-d2-view img {max-width:100%;}
.btn-foot {
    display: flex;
    flex-direction: row-reverse;
    padding: 15px;
    gap: 5px;
}

.btn-foot a {
    font-size: 14px;
}
/* BASIC css end */

