.title_wrap {
    height: 3rem;
    border-bottom: 1px solid #ddd;
    margin-top: 3.8rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: #000;
    display: flex;align-items: center;justify-content: center;
}

.content_wrap {
    margin-bottom: 4rem;
    margin-bottom: 6rem;
}
.content_wrap .desc {
    padding: 1.5rem;padding-right: 1.5rem;
    line-height: 1.3;
    color: #939393;
    font-size: 1.2rem;
    font-weight: 500;
    display: block;
    word-break: break-all;
}
@media(max-width:320px){
    .content_wrap .desc {
        font-size: 1rem;
        padding-bottom: .5rem;
    }
}
.content_wrap .desc:before {
    content: open-quote;
    font-size: 3em;
    font-family: Georgia;
    color: #bcbcbc;
    float: left;
    margin: -5px 5px 0px -10px;
}
.content_wrap .desc:after {
    content: close-quote;
    font-size: 3em;
    font-family: Georgia;
    color: #bcbcbc;
    float: right;
    transform: translateX(100%);
    margin: -5px 10px 0px -10px;
}
.content_wrap ul li {
    padding: 1rem;
    margin-bottom: 1rem;
    /* border-bottom: 1px solid #ddd; */
}
.content_wrap ul li:last-child{border: none;}
.content_wrap ul li h3 {font-size: 1.2rem;margin-bottom: 1rem;line-height: 1.2; font-weight: 600;}
.content_wrap ul li pre {font-size: 1rem;line-height: 1.2;word-break: break-all;line-height: 1.4;}
.content_wrap ul li pre .bold {
    font-weight: bold;font-size: inherit; margin-bottom: .5rem; display: block;
}


/* 0530 css 추가 */
.content_wrap ul li .bold {
    font-size: 1.2rem;
    font-weight: 800;
    padding-bottom: .5rem;
}
.content_wrap ul li .border {
    border: .1rem solid #DDDDDD;
    padding: 1rem .7rem;
}
.content_wrap ul li .border .padding {
    padding-top: 1.5rem;
    margin-bottom: .2rem;
}