
.rollTable {
    font-weight: 500;
}

.rollResult {
    font-weight: bold
}

.general, .epub-info {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}

.epub-data {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
}

.epub-title {
    font-weight: bold;
    margin: 20% auto 10%;
    text-align: center;
}

.epub-copy {
    text-align: left;
}

div.epub-copy {

    font-size: 0.9em
}


.by {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: bold;
    min-width: 5em;
    width: 5em;
    margin-right: 0.5em;
}


.by.epub-copy {
    min-width: 5em;
    width: 5em;

}


em,
strong,
section,
b,
i,
p,
span {
    display: contents;
}



.desc,
.emote {

    text-align: center;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}

.emote {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: bold;

}

.desc {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
}

section {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
}

#epub-preview {
    text-align: justify;
    line-height: 1.6em;
    font-family: 'Chosunilbo_myungjo';
    padding: 20px;
}

.coverImage{
    width: 100%;
    margin: 20px auto 100px;
}

.coverImage.dobira{
    filter: grayscale(1);
}

.epub-hr{
    border: 0;
    height: 1px;
    margin: 0;
    background-color: rgba(0, 0, 0, 1);
}

.preview-notice{
    margin: 20%;
    text-align: center;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700;
}

img{
    max-width: 100%;
}
