#wrap .content .bold_wrap {
    margin: 2rem 0 1rem;
    overflow-x: auto;
    display: flex;
    width: 100%;
}
#wrap .content .bold_wrap::-webkit-scrollbar {
    display: none; 
}


#wrap .content .bold {
    padding: .5rem 1.5rem;
    display: inline-block;
    border-radius: 2.5rem;
    color: #bbbbbb;
    border: 1px solid #f4f6f7;
    font-size: 16px;
    text-align: center;
    line-height: 1.3;
    margin-right: 10px;
    white-space: nowrap;
}

#wrap .content .box2 {
    display: none; 
    padding: 0.5rem 0 2rem;
    border: 1px solid #ebedf0;
    border-radius: 1rem;
    padding:20px;
    margin-top: 20px;
}
#wrap .content .box2.active {
    display: block; 
    
  
}
#wrap .content .bold.active {
    background-color: #fc5b00;
    color: #fff;
}


#wrap .content .box2 .con {
    font-size: 16px;
    line-height: 1.4;
    color: #3f4242;
    margin-bottom: 20px;
}
#wrap .content .box2 .con .point3{
    font-size: 20px;
    color: #fc6e1d;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 8px;
}
#wrap .content .box2 .con .point2{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}
#wrap .content .box2 .con .point1{
    font-size: 1.5rem;
    font-weight: 600;
}
@media screen and (max-width: 900px) {
    #wrap .content .sub_con {
        font-size: 16px;
        padding: 10px 15px;
        margin-top: 20px;
    }
    #wrap .content .box2 {
        padding: 0.5rem 0 2rem;
        padding:15px;
    }
    #wrap .content .box2 .con .point3{
        font-size: 18px;
        margin-bottom: 10px;
    }
 }