/* BASIC css start */
/* BASIC css start */
/* BASIC css start */

.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; /* rgb(18, 18, 18) */
}

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

.board_zone_tit h3 .tab_name::before {
    content: "";
    background: #dedede; /* rgb(222, 222, 222) */
    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; /* rgb(222, 222, 222) */
    border-radius: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    padding: 15px 40px;
    box-sizing: border-box;
    color: #555555; /* rgb(85, 85, 85) */
    font-size: 18px;
} 

.board_tab div.on a {
    font-weight: 700;
    background: #ff691f; /* rgb(255, 105, 31) */
    color: #ffffff; /* rgb(255, 255, 255) */
    border: 1px solid #ff691f; /* rgb(255, 105, 31) */
} 

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

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

.button-container a {
    color: #121212; /* rgb(18, 18, 18) */
    width: 176px;
    height: 54px;
    line-height: 54px;
    border: 1px solid #343434; /* rgb(52, 52, 52) */
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
}

.button-container a:last-child {
    background: #ff691f; /* rgb(255, 105, 31) */
    border: 1px solid #ff691f; /* rgb(255, 105, 31) */
    color: #ffffff; /* rgb(255, 255, 255) */
}



.info-block {border-top: 1px solid #dedede;/* border-bottom: 1px solid #dedede; */padding: 30px 0;font-size: 0;}
 .info-block h2 {
    width: 190px;
    color: #121212;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}
 .info-block h2 a.btn {
    border: 1px solid #dedede;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    width: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-top: 4px;
}
.info-block .box p.highlight {
    color: #ff691f;
    font-weight: 600;
    margin-top: 20px;
}
.info-block .box {
    width: calc(100% - 190px);
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    color: #121212;
    font-weight: 600;
}

.info-block .box p {
    color: #555;
    font-weight: 400;
}

.info-block .box ol {
    color: #121212;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 20px;
}

section.customer-info {
    border-bottom: 1px solid #dedede;
}


/* BASIC css end */

