.container h3{ font-size: 1.25rem;color: #3d4c5f; font-weight: bold; text-align: left; margin: 40px 0 10px;}
.container p{ font-size: 1rem; line-height: 1.58; padding-bottom: 1rem;color: #666;}

.infoBox{ margin: 0.5rem 0 1rem;}
.infoBox h4{font-size: 1.063rem;font-weight: 700; line-height: 1.65; padding-top: 20px; padding-bottom: 6px;}
.infoBox h4::before{content:"▪"; margin-right: 2px;}
.infoBox h4 ~ p{ padding-left: 1rem; padding-bottom: 0;}
.infoBox ul{ padding-left: 1rem;}
.infoBox ul li{ padding-bottom: 4px;}

.boxStyle h4{ font-weight: 700;line-height: 1.65; padding-top: 20px; padding-bottom: 6px;}
.boxStyle ul li{color:#666; padding-bottom: 6px;}

.pdf-button {
    /* 레이아웃 */
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    margin-top: 10px; /* 위쪽 여백 */

    /* 심플한 디자인 (테두리와 글자색 통일) */
    background-color: transparent; /* 배경 투명 */
    border: 1px solid #555;        /* 짙은 회색 테두리 */
    color: #333;                   /* 짙은 회색 글자 */

    /* 폰트 및 기타 설정 */
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;            /* 모서리 살짝 둥글게 */
    transition: all 0.2s ease;     /* 부드러운 움직임 */
    cursor: pointer;
}