.stb-container-full * {
    max-width: 750px !important;
}
body {
    padding-bottom: 80px;
}
body td * {
    font-family:
        "Apple SD Gothic Neo",
        "Noto Sans KR",
        "Malgun Gothic",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        sans-serif !important;
}
.cover-wrapper {
    max-height: 500px !important;
    max-width: 100vw !important;
    width: calc(100vw - (100vw - 100%)) !important;
    margin-bottom: 50px;
}
.cover-img {
    object-fit: cover !important;
    max-height: 500px !important;
    max-width: 100vw !important;
    width: calc(100vw - (100vw - 100%)) !important;
}
@media only screen and (max-width: 640px) {
    .cover-wrapper {
        margin-bottom: 30px;
    }
    .stb-container-full {
        padding: 0 !important;
    }
    .stb-container {
        width: 100% !important;
    }
    .stb-left-cell,
    .stb-right-cell {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box;
    }
    .stb-image-box td {
        text-align: center;
        padding: 10px !important;
    }
    .stb-image-box td img {
        width: 100%;
    }
    .stb-block {
        width: 100% !important;
    }
    table.stb-cell {
        width: 100% !important;
    }
    .stb-cell td,
    .stb-left-cell td,
    .stb-right-cell td {
        width: 100% !important;
    }
    img.stb-justify {
        width: 100% !important;
    }
    .stb-text-box-inner td {
        padding: 12px !important;
    }
    h2 {
        font-size: 1.15rem !important;
        line-height: 1.5 !important;
    }
    h3 {
        font-size: 1rem !important;
        line-height: 1.5 !important;
    }
    p,
    span {
        font-size: 13px !important;
    }
    .video-responsive {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }
    .video-responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
}
.stb-left-cell p,
.stb-right-cell p {
    margin: 0 !important;
}
.stb-container table.munged {
    width: 100% !important;
    table-layout: auto !important;
}
.stb-container td.munged {
    width: 100% !important;
    white-space: normal !important;
}
.video-responsive {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
