/* 태블릿 */
@media screen and (max-width: 768px) {
    body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans KR', sans-serif;
    background:var(--gray-100);
    letter-spacing: -.5px;
    }
    .nav-header{
        padding:0 20px;
    }
    .container {
        padding: 0 20px;
    }
    .profile-container{
        margin-top: 0;
        padding-bottom: 60px;
    }
    .member-section,.board-section {
        padding-top: 0;
        margin-top: 0;
    }
    .button-area {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px 24px;
        background-color: #fff;
        text-align: center;
    }
    .sub-text br{
        display:block;
    }
    .bg-gradient{
        background: #fff url(/resources/symphonia/images/contents/_img_gredient_01.png) no-repeat;
        background-size: cover;
    }
    .bg-gradient2{
        background:#fff url(/resources/symphonia/images/contents/_img_gredient_02.png) no-repeat;
        background-size: cover;
        padding-top: 0;
    }
    .main-section{
        margin:0 auto;
    }
    .search-button {
        position: absolute;
        width: calc(100% - 40px);
        bottom: 40px;
    }
}

/* 모바일 */
@media screen and (max-width: 480px) {
    .hero-section h1 {
        font-size: 34px;
    }
    .view-container{
        background:var(--gray-200);
        margin: 0 auto;
    }
    .view-s {
        border-radius: 0;
    }
    .percentage-circle {
        width: 150px;
        height: 150px;
    }
    .datepicker {
        width: calc(100vw - 40px) !important; /* 좌우 여백 20px씩 */
        position: fixed !important;
        left: 20px !important;
    }
}
