.quality-section-container {
    margin: 15px 0 30px 0;
}
.banner-box {
    padding: 2.5em;
    color: #ffffff;
    background-color: rgba(200, 200, 200, 0.3);
    word-wrap: break-word;
    word-break: keep-all;
    border-radius: 5px;
}
.banner-box .top-box .title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.banner-box .top-box .title-inner {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    color: #ffe79b;
}
.banner-box .top-box .title-inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 25px;
    height: 40px;
    background: url('https://pstatic.wordvice.com/wv-kr/images/yonsei-img1.png') no-repeat center center;
    transform: translateY(-50%);
}
.banner-box .top-box .title-inner:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 25px;
    height: 40px;
    background: url('https://pstatic.wordvice.com/wv-kr/images/yonsei-img2.png') no-repeat center center;
    transform: translateY(-50%);
}
.banner-box .top-box span {
    position: relative;
}
.banner-box .top-box span:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 210px;
    height: 12px;
    background: url('https://pstatic.wordvice.com/wv-kr/images/yonsei-img3.png') no-repeat center center;
    transform: translateX(-50%);
}
.banner-box .top-box em {
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
}
.banner-box .txt-box {
    padding: 0 1.5em;
    margin: 0;
}
.banner-box .txt-box li {
    list-style: none;
}
.banner-box .txt-box li+ li {
    margin-top: 15px;
}
.banner-box .txt-box dl {
    display: flex;
    margin: 0;
}
.banner-box .txt-box dt {
    position: relative;
    flex-basis: 150px;
    flex-shrink: 0;
    font-weight: 700;
    font-size: 14px;
    padding-left: 10px;
    color: #ffe79b;
}
.banner-box .txt-box dt:before {
    content:"· ";
    position: absolute;
    left: 0;
    top: 0;
}
.banner-box .txt-box dd {
    flex-grow: 1;
    margin: 0;
    font-size: 14px;
}
.banner-box .bottom-box {
    border-top: 1px solid #413a32;
    margin-top: 15px;
    padding-top: 15px;
    text-align: center;
    font-size: 14px;
}
.banner-box .bottom-box strong {
    font-size: 14px;
}

@media (max-width: 767px) {
    .banner-box .top-box em {
        display: block;
    }
}

@media (max-width: 575px) {
    .banner-box .top-box span:before {
        display: none;
    }
    .banner-box .top-box em {
        display: inline;
    }

    .banner-box .txt-box dl {
        display: block;
        text-align: center;
    }
    .banner-box .txt-box dt {
        display: inline-block;
        border-bottom: 1px solid #d7b77e;
        margin-bottom: 5px;
        padding-left: 0;
    }
    .banner-box .txt-box dt:before {
        display: none;
    }
}