
#wrap.content_A .tit{
    background-color: #f0b235;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 2rem;
    color: #fff;
    padding: 0.3rem 3rem 0.3rem  2rem;
    font-family: "MBC1961GulimM";
}
#wrap.content_B .tit{
    background-color: #49B5DB;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 2rem;
    color: #fff;
    padding: 0.3rem 3rem 0.3rem  2rem;
    font-family: "MBC1961GulimM";
}
#wrap.content_A .tit img{
    width: 8rem;
}
#wrap.content_B .tit img{
    width: 10rem;
}
#wrap .content {
    margin: 2.5rem 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: space-between;
}

#wrap .content a {
    padding: 1rem;
    border: 1px solid #e5e6e6;
    border-radius: 0.5rem;
    width: calc(50% - 0.8rem); /* 2개의 box가 한 줄에 정확히 나타나도록 너비 설정 */
    min-height: 10rem;
    position: relative;
}
#wrap .content .box .sub_title{
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 500;
    color:#888888;
}
#wrap .content .box .sub_title .point3{
    font-size: 1.8rem;
    font-weight: 500;
    color: #efb02f;
    
}
#wrap.content_B .content .box .sub_title .point3{
    font-size: 1.8rem;
    font-weight: 500;
    color: #49B5DB;
    
}
#wrap .content .box img{
    width: 2rem;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}
