@charset "utf-8";

/* 
SUMMARY :

01 BODY
02 COMMON
03 ICON
04 LOGIN
05 BOARD
*/

/* BODY */

body {
    background: transparent;
    word-break: keep-all;
}

/* COMMON */


/* 게시판 List */

#bo_list .td_chk {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d2d2d2;
}

.btn_bo_user {
    text-align: right;
}

.btn_bo_user li {
    display: inline-block;
}

.bo_sch_block {
    margin: 10px auto 40px;
}

.bo_sch {
    background: #F5F5F5;
    border-radius: 10px;
}

.bo_sch form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bo_sch select {
    width: 130px;
    padding: 0 20px 0 10px;
    margin: 0 10px 0 0;
    -webkit-appearance: none;
    background: #fff url(../img/main/ic-chevron-down.png) no-repeat right 7px bottom 50%;
    border-radius: 6px;
}

.bo_sch .sch_input {
    border-radius: 6px 0 0 6px;
}

.bo_sch .sch_btn {
    background: #1B7286;
    border-radius: 0 6px 6px 0;
}

.bo_sch .sch_btn i {
    display: inline-block;
    position: relative;
    top: 1px;
    width: 25px;
    height: 26px;
    background: url(../img/main/ic-union.png) no-repeat right 0 bottom 50%;
}

.bo_sch .sch_btn i:before {
    display: none;
}

.bo_sch .sch_input {
    width: 100%;
    padding: 0 5px;
    background: #fff;
}

.bo_sch .sch_bar {
    display: flex;
    width: auto;
    border-radius: 6px;
}

.bo_sch .bo_sch_cls {
    display: none;
}

.tbl_wrap table {
    min-width: 100%;
}

.tbl_head01 thead th {
    border: 1px solid #3D3D3D;
    border-width: 2px 0 1px 0;
    background: #f2f2f2;
    font-size: 16px;
    font-weight: 500;
}

.tbl_head01 td {
    border-bottom: 1px solid #C0C0C0;
}

#bo_list tbody .even td {
    width: 100%;
    background: transparent;
}

.tbl_head01 .td_subject .bo_tit {
    font-weight: normal;
    text-align: left;
}

.tbl_head01 .td_subject .bo_tit ._type {
    margin-right: 10px;
}

#bo_list .bo_tit .new_icon {
    display: none;
}

#bo_list .bo_tit i.secret {
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 6px 20px;
    background: #21242d;
    font-size: 14px;
    color: #fff;
    border-radius: 20px;
    font-style: normal;
}

#bo_list .td_name {
    text-align: center;
}

/* 게시판 View */

.custom_view {
    display: flex;
    justify-content: space-between;
    padding: 25px 20px;
    border: 1px solid #3D3D3D;
    background-color: #F2F2F2;
    border-width: 1px 0;
}

.custom_view>div:nth-child(1) {
    width: 70%;
    font-size: 16px;
    font-weight: 600;
    color: #3D3D3D;
}

.custom_view>div:nth-child(2) {
    width: 30%;
    text-align: right;
}

.custom_view>div:nth-child(2)>span {
    margin: 0 30px 0 0;
    font-weight: normal;
}

.custom_view>div:nth-child(2)>span strong {
    font-weight: normal;
}

.bo_v_nb .btn_prv,
.bo_v_nb .btn_next {
    display: grid;
    grid-template-columns: 150px 1fr;
    align-items: center;
    padding: 0;
    border-color: #3D3D3D !important;
}

.bo_v_nb .btn_prv a,
.bo_v_nb .btn_next a {
    overflow: hidden;
    padding: 0 0 0 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bo_v_nb li .nb_tit {
    width: 150px;
    padding: 20px 0;
    background: #F2F2F2;
    font-weight: 500;
    text-align: center;
    color: #3D3D3D;
}

.bo_v_nb .btn_prv .nb_tit i,
.bo_v_nb .btn_next .nb_tit i {
    display: none;
}

.bo_v_nb li .nb_date {
    display: none;
}

/* Button */

.btn-box {
    text-align: center;
}

.btn-box a {
    display: inline-block;
    width: 140px;
    padding: 14px 0;
    background: #1B7286;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border-radius: 6px;
}

.btn-box a.board {
    margin: 30px 0 0;
}

.btn-box button {
    width: 140px;
}

.btn-box button+button {
    margin-left: 20px;
    border: 2px solid #000;
    background: #fff;
    color: #000;
}

.cmt_btn,
#bo_vc,
#bo_vc_w {
    display: none;
}

/* 게시판 Write */

#bo_w .fxsb>div {
    width: 48.5%;
}

#bo_w .fxsb>div label {
    display: block;
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 500;
    color: #3D3D3D;
}

#bo_w .fxsb + .fxsb {
    margin: 15px 0 0;
}

#bo_w .bo_w_info .frm_input {
    float: none;
    width: 100%;
    margin-left: 0 !important;
}

#bo_w .frm_input {
    height: 48px;
    padding: 0 10px;
    border: 1px solid #B9B9B9;
    border-radius: 4px;
}

#bo_w .bo_w_tit #btn_autosave {
    top: 9px;
}

#bo_w .bo_w_select select {
    height: 48px;
    padding: 0 10px;
    border: 1px solid #B9B9B9;
    -webkit-appearance: none;
    background: #fff url(../img/main/ic-chevron-down.png) no-repeat right 7px bottom 50%;
    border-radius: 4px;
}

#bo_w .write_div textarea {
    height: 48px !important;
    padding: 15px 10px;
    border: 1px solid #B9B9B9;
    border-radius: 4px;
}

#bo_w .bo_w_link label {
    /* height: 48px; */
    top: 10px;
}

#bo_w .bo_w_flie .file_wr {
    height: 48px;
}

#bo_w .bo_w_flie .lb_icon {
    /* height: 44px; */
    top: 9px;
}

#bo_w .bo_w_flie .frm_file {
    margin-top: 5px;
}

#bo_w .btn_confirm.write_div {
    margin: 30px 0 0;
    text-align: center;
}

#bo_w .btn_confirm.write_div a {
    width: 140px;
    height: auto;
    padding: 14px 0;
    line-height: normal;
}

#bo_w .btn_confirm.write_div button {
    width: 140px;
    height: auto;
    margin: 0 0 0 10px;
    padding: 14px 0;
    line-height: normal;
}

#bo_w .btn_submit {
    border: 0;
    background: #000;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s;
}

#bo_w .btn_submit:hover {
    background: #383838;
} 

#bo_w input::placeholder {
    font-weight: normal;
    color: #B9B9B9;
}
  
#bo_w .filebox .upload-name {
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    vertical-align: middle;
    border: 1px solid #dddddd;
    color: #999999;
    border-radius: 4px;
}

#bo_w .filebox div label {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 12px 20px;
    background-color: #999999;
    font-size: 14px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
}

#bo_w .filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}

#bo_w .fxsb_file > div:nth-child(1) {
    width: 120px; 
}

#bo_w .fxsb_file > div:nth-child(2) {
    width: calc(100% - 130px);
}

#bo_w .bo_v_option li + li {
    padding: 0 0 0 10px;
}


/* */

@media all and (max-width: 1024px) {

}