.product_explanation_contents div._image::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 400.5 300.4'%3E%3C/svg%3E");
    width: 100%;
}
.product_explanation_contents div._image img {
    background: #d5d3d3;
}

.custom_contents table {
    width: 100%;
    border: 1px solid #b5b5b5;
    font-size: 1.7em;
}
.custom_contents table tr>* {
    border: 1px solid #b5b5b5;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    font-family: 'NanumSquareBold', 'BareunDotumPro1', '돋움', Dotum, dotum;
    line-height: 160%;
    padding: 0.5em;
}
.custom_contents table tr:nth-child(2)>* {
    padding: 1em 0;
}
.custom_contents table tr:nth-child(4)>* {
    padding: 1.5em 0.5em;
}
.custom_contents table tr:nth-child(6)>* {
    padding: 2em 0.5em;
}
.custom_contents table tr:nth-child(7)>* {
    padding: 1.8em 0.5em;
}
.custom_contents table tr>th {
    background-color: #ffe9e5;
}
.custom_contents table tr img {
    width: 120%;
    margin-left: -10%;
}
@media (max-width: 914px) {
    .custom_contents table tr {
        word-break: keep-all;
        letter-spacing: -1px
    }
}