/*
Theme Name: CIS website
Author: the DIVIS
Author URI: https://divis.co.kr
*/

.admin-bar nav {
    margin-top: 28px;
}


.the_content h1 {
    font-size: 28px;
    font-weight: bold;
    color: #111;
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.6;
}

.the_content h2 {
    font-size: 24px;
    font-weight: bold;
    color: #111;
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.6;
}

.the_content h3 {
    font-size: 20px;
    font-weight: bold;
    color: #111;
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.6;
}

.the_content h4 {
    font-size: 18px;
    font-weight: bold;
    color: #111;
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.6;
}

.the_content p {
    font-size: 16px;
    margin-bottom: 1em;
    line-height: 1.6;
}

/* --- Image Alignment --- */
.the_content .aligncenter,
.the_content .aligncenter img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.the_content .alignleft {
    float: left;
    margin: 0.5em 1.5em 1em 0;
}

.the_content .alignright {
    float: right;
    margin: 0.5em 0 1em 1.5em;
}

.the_content::after {
    content: "";
    display: table;
    clear: both;
}

/* --- Responsive Video --- */
.the_content iframe,
.the_content video,
.the_content embed,
.the_content object {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    /* 16:9 비율 유지 */
    display: block;
    margin: 1.5em auto;
    /* 위아래, 좌우 자동 마진으로 중앙 정렬 */
}

.the_content ol {
    list-style-type: decimal;
    margin-left: 20px;
    margin-bottom: 1.5em;
}

.the_content ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 1.5em;
}

.the_content li {
    margin-bottom: 0.5em;
}