.faq-title {
    padding: 28px 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #272727;
    border-bottom: 1px solid #e9e9e9;
}

.faq-content {
    padding: 29px 20px 110px;
    border-bottom: 1px solid #272727;
}

.faq-content a {
    color: #1155cc;
    text-decoration: underline;
}

.faq-content img {
    max-width: 100%;
    height: auto;
}

.back-to-list-button {
    margin-top: 20px;
    margin-left: auto;
    width: 104px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #808080;
}

.related-qnas {
    margin-top: 40px;
}

.related-qnas > h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #272727;
}

.related-qna-list {
    margin-top: 13px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
}

.related-qna-list > a {
    width: calc(50% - 10px);
    padding: 24px 20px;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #272727;
    box-sizing: border-box;
}

.related-qna-list > a > img {
    margin-right: 8px;
}
