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

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

/* 플러그인 */

.wpcf7-form .wpcf7-spinner {
    display: none;
    /* 기본 스피너 숨기기 */
}

.wpcf7-not-valid-tip {
    font-size: 0.8em !important;
    position: relative !important;
    top: -22px !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #ef4745 !important;
    padding: 16px !important;
    margin: 0 !important;
    margin-top: 24px !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #000000 !important;
    padding: 16px !important;
    margin: 0 !important;
    margin-top: 24px !important;
}

@media screen and (max-width: 767px) {
    .wpcf7-not-valid-tip {
        top: -8px !important;
    }

    textarea+.wpcf7-not-valid-tip {
        top: -20px !important;
    }
}





.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;
}