.card_tab #bo_cate_ul {
    display: flex;
    justify-content: space-between;

}

.card_tab #bo_cate_ul li {
    background: #fff !important;
    box-shadow: none;
    width: 100%;
    display: block;
    text-align: center;
    padding: 0;
}

.card_tab #bo_cate_ul li a {
    border-radius: 0;
    background: #f5f5f5;
    border-top: 1px #e3e3e3 solid;
    border-bottom: 1px #000 solid;
    border-left: 1px #e3e3e3 solid;
    border-right: 1px #e3e3e3 solid;
    display: block;
    padding-top: 22px;
    padding-bottom: 22px;
    transition: 0.2;
    font-weight: 600;
    color: rgb(26, 26, 26);
    font-family: 'Noto Sans KR';
    font-size: 18px;
}

.card_tab #bo_cate_ul li .bo_cate_on {
    background: #fff;
    border-bottom: 0;
    border-top: 3px #000 solid;
    outline: none;
    text-decoration: none;
    color: #000;
    box-shadow: none;
    border-left: 1px #e3e3e3 solid;
    border-right: 1px #e3e3e3 solid;
}

.card_tab #bo_cate_ul li a:hover {
    text-decoration: none;
    background: #fff;
    color: #000;

}

#card-page-wrap {
    padding: 50px 0;
}
#card-page-wrap .title {
    text-align: center;
    margin-bottom: 60px;

}
#card-page-wrap h1 {
    color: #000;
    font-weight:900 !important;
    color: #65139c;
    margin-bottom: 20px;
    font-size:34px;

    
}
#card-page-wrap .line {
    height: 1px;
    background: #ddd;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 80px;
}
#card-page-wrap .box {
    text-align: center;
    margin-bottom: 60px;
}
#card-page-wrap .box h3 {
    font-size:26px;
    font-weight:600;
    color: #000;
}
#card-page-wrap .box p {
    width: 100%;
    text-align: center;
    padding: 40px;
    border: 1px #ddd solid;
    margin-top: 30px;
}










