
body {
    font-size: 12px;
}

p {
    font-size: 12px;
}

h1 {
    font-size: 16px;
    font-weight: bold;
    color: #c96262;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    color: #c78b47;
}

h3 {
    font-size: 12px;
    font-weight: bold;
    color: #c96262;
}

h4 {
    font-size: 12px;
    font-weight: bold;
    color: #633333;
}


mc1{
    font-size: 14px;
    color: #c96262;
}
mc2{
    font-size: 14px;
    font-weight: bold;
    color: #c96262;
}

mc3{
    font-size: 12px;
    color: #c96262;
}

.box {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    background-color: #f9f9f9;
}


.warning {
    border: 1px solid #FF9800;
    padding: 10px;
    background-color: #FFF3E0;
    border-radius: 5px;
}

.admonition-note::before {
    content: "🖋 "; /* 노트 아이콘 */
    font-size: 1.2em;
    margin-right: 0.5em;
}
.admonition-tip::before {
    content: "💡 "; /* 팁 아이콘 */
    font-size: 1.2em;
    margin-right: 0.5em;
}
.admonition-warning::before {
    content: "⚠ "; /* 경고 아이콘 */
    font-size: 1.2em;
    margin-right: 0.5em;
}



/* 링크 표시를 위한 스타일 정의 */

.link-container {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;

    border: 1px solid #007acc; /* 파란색 테두리 */
    padding: 16px; /* 내부 여백 */

}
.link-container a {
    color: #007acc;
    text-decoration: none;
    font-weight: bold;
}
.link-container a:hover {
    text-decoration: underline;
}
.link-container .url {
    color: #555;
    font-style: italic;
    font-size: 14px;
    display: block;
    margin-top: 2px;
}

.link-container .title {
    font-weight: bold; /* 텍스트 굵게 */
    color: #5a6ec9; /* 텍스트 색상 */
    font-size: 14px; /* 글꼴 크기 */
}



/* End SPACE */
.endspace {
    height: 50px; /* Ensures 50px vertical spacing */
}