/* BASIC css start */
#bbsData {
    margin-top: 0;
}
.displaynone {
    display: none !important;
}

.board_zone_tit {
    margin-bottom: 30px;
}

.board_zone_tit h3 {
    font-size: 42px;
    font-weight: 700;
    line-height: 54px;
    text-align: left;
    color: #121212;
}

.board_zone_tit h3 .tab_name {
    position: relative;
    padding-left: 40px;
}

.board_zone_tit h3 .tab_name::before {
    content: "";
    background: #dedede;
    width: 1px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    margin-left: 20px;
}

.board_tab {
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.board_tab div {
}

.board_tab div a {
    border: 1px solid #dedede;
    border-radius: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    padding: 15px 40px;
    box-sizing: border-box;
    color: #555555;
    font-size: 18px;
} 

.board_tab div.on a {
    font-weight: 700;
    background: #ff691f;
    color: #ffffff;
    border: 1px solid #ff691f;
}

.bbs-table-view2 .data-bd-cont {
    padding: 40px 0px;
    overflow: hidden;
    font-size: 18px;
    line-height: 30px;
}

.button-container {
    text-align: center;
    margin: 40px 0px 50px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.button-container a {
    color: #121212;
    width: 176px;
    height: 54px;
    line-height: 54px;
    border: 1px solid #343434;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
}

.button-container a:last-child {
    background: #ff691f;
    border: 1px solid #ff691f;
    color: #ffffff;
}
.bbs-table-pwd2 {
    border-top: 1px solid #dedede; 
}
.bbs-table-pwd2 ul {
    padding: 40px 0;
    border-bottom: 1px solid #dedede;
}

.bbs-table-pwd2 ul li {
    width: 400px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #555;
}

.bbs-table-pwd2 ul li + li {
    margin-top: 10px;
}

#bp_input_passwd {
    border: 1px solid #dedede;
    border-radius: 6px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    color: #121212;
    padding: 0 12px;
    font-size: 14px;
}
/* BASIC css end */

