/* 페이지 공용 - ../public/publicStyle.css */

/* 햄버거 버튼 및 메뉴용 - ../public/hambugerStyle.css */

/* 메인페이지용 */
h1 {
    text-align: center;
    font-family: 'NanumSquareB';
}

.folder-list {
    margin-bottom: 2em;
    max-width: 100%;
}

.gallery-css {
    max-width: 100%;
}

.folder-button {
    margin: 5px;
    padding: 5px 10px;
    cursor: pointer;
    background-color: #eee;
    border: 1px solid #ccc;
    display: inline-block;
}

.folder-section {
    margin-bottom: 30px;
    max-width: 100%;
}

.image-block {
    margin: 10px 0;
}

img {
    max-width: 200px;
    cursor: pointer;
}

.hidden {
    display: none;
}