@media screen and (min-width: 780px) {
   /*공지사항*/
   #notice-wrapper{
        width: 100%;
        height:fit-content;
        max-height: 700px;
        overflow: hidden;
        background-color:  rgb(255, 255, 255);
        margin-bottom: 50px;
    }
    #notice-wrapper .container{
        padding-left: 40px;
        padding-right: 40px;
    }
    #notice-wrapper .title{
        font-size: 2.2em !important;
    }
    .title-wrapper {
        padding: 40px 0px 50px 0px;
    }
    .hidden{
        display: none;
    }.table{
        text-align: center;
        font-family: S-core, serif;
        font-size: 15px;
    }   
}

@media (max-width: 768px) and (min-width: 0px) {
    /*공지사항*/
   #notice-wrapper{
        
        width: 100%;
        height: fit-content;
        max-height: 700px;
        overflow: hidden;
        background-color:  rgb(255, 255, 255);
        margin-bottom: 50px;
    }
    #notice-wrapper .container{
        padding-left: 10px;
        padding-right: 10px;
    }
    #notice-wrapper .title-wrapper{
        padding:0px 0px 30px 0px;
    
    }
    #notice-wrapper .title{
        padding: 5px 0px 20px 0px;
        font-size: 1.6em !important;
    }
    .hidden{
        display: none;
    }
    .table{
        text-align: center;
        font-family: S-core, serif;
        font-size: 14px;
    }  
}