@charset "utf-8";

/* font */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");

/* 신규 */
@import url('contents.css');

/* 모바일에서 사이드바 너비를 PC보다 작게 설정 */
@media (max-width: 768px) {
    .pcoded-navbar {
        width: 200px !important; /* PC: 250px */
    }

    /* 사이드바가 절반으로 줄어들 때 콘텐츠 영역도 조정 
    .pcoded-content {
        margin-left: 125px !important;
    }
    */
    /* pcoded-wrapper도 조정 (필요한 경우) 
    .pcoded-wrapper {
        margin-left: 0;
    }
    */
}



