.editor-content h1, .editor-content h2, .editor-content h3, .editor-content h4, .editor-content h5, .editor-content h6,
.editor-content p, .editor-content ul, .editor-content ol, .editor-content li, .editor-content blockquote,
.editor-content pre, .editor-content code, .editor-content table, .editor-content th, .editor-content td,
.editor-content em, .editor-content strong, .editor-content a, .editor-content hr, .editor-content img,
.editor-content br, .editor-content del, .editor-content s, .editor-content mark, .editor-content sup,
.editor-content sub, .editor-content kbd, .editor-content ins, .editor-content abbr, .editor-content cite,
.editor-content q, .editor-content dfn, .editor-content var, .editor-content samp,
.editor-content dl, .editor-content dt, .editor-content dd {
    all: revert;
    padding: 0;
    margin: 0;
}

.editor-content ol,
.editor-content ul {
    padding-left: 1.65rem;
}

.editor-content p {
    line-height: 1.3 !important;
    margin-bottom: 0.3em !important;
}

i.ph {
    line-height: revert !important;
}

.seminar-container {
    --mb-max-width: calc(960px);
    width: min(var(--mb-max-width), 100%);
    margin: 120px auto 0;
    padding: 0 20px;
}

@media (min-width: 1200px) {
    .seminar-container {
        padding: 0 !important;
    }
}

.hashtag {
    display: block;
    padding: 2px 6px;
    font-size: 13px;
    font-weight: 500;
    border: none !important;
    border-radius: 4px;
}

@media (min-width: 781px) {
    .hashtag {
        font-size: calc(17px);
        padding: calc(3px) calc(10px);
    }
}

.hashtag.seminar-ing {
    color: #009944;
    background: #C4F0A6;
}

.hashtag.seminar-end {
    color: #555555;
    background: #E0E0E0;
}

.seminar-top-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 1.2rem;
    min-height: 290px;

    > div:first-of-type {
        max-width: 68%;
    }

    .seminar-info-container {
        position: relative;

        .seminar-title {
            font-size: 32px;
            font-weight: 700;
        }

        .seminar-sub-info {
            color: var(--color-gray3);
            font-size: 20px;
            line-height: 1.3;

            * {
                font-weight: 500;
            }
        }

        .seminar-apply-btn {
            position: absolute;
            width: 100%;
            bottom: 0;

            #seminarApplyBtn {
                width: 100%;
                outline: none;
                border: none;
                border-radius: 99999px;
                background: var(--color-main);
                box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 4px;
                font-weight: 600;
                color: #FFFFFF;
                display: flex;
                align-content: center;
                justify-content: center;
                padding: 16px;
                flex-wrap: wrap;
                font-size: 20px;

                &:disabled {
                    background: #999999;
                    cursor: not-allowed;
                }
            }
        }
    }
}

.seminar-container .editor-content {
    margin-top: 90px;
}

@media (max-width: 780px) {
    .seminar-container .editor-content {
        margin-top: 40px;
    }

    .seminar-container {
        margin-top: 40px;
    }

    .seminar-top-box {
        flex-direction: column;

        > div:first-of-type {
            max-width: 100%;
        }

        .seminar-info-container {

            margin-top: 0.5rem;

            .seminar-title {
                font-size: 28px;
            }

            .seminar-sub-info {
                font-size: 16px;
            }

            .seminar-apply-btn {
                position: relative;
                margin-top: 1.5rem;

                #seminarApplyBtn {
                    padding: 12px;
                    font-size: 16px;
                }
            }
        }
    }
}
