
#wrap.content_C .tit{
    background-color: #fdc6ce;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 2rem;
    color: #fff;
    padding: 1rem 3rem 1rem 2rem;
    font-family: "MBC1961GulimM";
}
#wrap.content_D .tit{
    background-color: #B6B5FC;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 2rem;
    color: #fff;
    padding: 1.5rem 3rem 1.5rem 2rem;
    font-family: "MBC1961GulimM";
}
#wrap.content_C .tit img{
    width: 5rem;
}
#wrap.content_D .tit img{
    width: 5rem;
}
#wrap .content {
    padding: 2rem;
}
#wrap .content .box{
    padding: 1rem 2rem;
    margin-bottom: 1rem;
    background-color: #efefef;
    width: 9.5rem;
    text-align: center;
    border-radius: 0.5rem;
}
#wrap .content .box .sub_title{
    font-size: 1.6rem;
    color: #6a6969;
}
#wrap .content .con{
    font-size: 1.6rem;
    color: #a1a1a1;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 1.5rem;
}
#wrap .content .btn{
    width: 100%;
    margin: 1rem 0 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 1rem;
}

