/* All */
*
{
    font-family: 'Noto Sans KR',Lato,'Helvetica Neue', Arial, Helvetica, sans-serif;
}
body
{
    min-height: 100vh;
    background-color: #F5F5F5;
}
.ui.grid
{
    margin: 0;
}
.ui.basic.segment
{
    margin: 0 !important;
}
/* SA Header */
.sa-header.sa-pc
{
    display: flex;
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 10vh;
    margin: 0 !important;
    align-items: center;
    align-content: center;
    background-color: white;
    
    border-bottom: 1px solid rgba( 34, 36, 38, 0.15 );
}
.sa-header.sa-pc > .column
{
    height: 100%;
    align-content: center;
}
.sa-header.sa-mobile
{
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 10vh;
    margin: 0 !important;
    align-items: center;
    align-content: center;
    background-color: white;

    border-bottom: rgba( 0, 0, 0, 0.08 ) inset !important;
}
.sa-header.sa-mobile > .column
{
    height: 100%;
    align-content: center;

    box-shadow: 0px 2px 3px rgba( 0, 0, 0, 0.08 ) inset;
}
.sa-header-logo-section
{
    height: 10vh;

    border-left: 1px solid rgba( 34, 36, 38, 0.15 );
}
.sa-header-logo
{
    position: fixed;
    z-index: 5;
    display: flex;
    justify-content: center;
    width: 20rem;
    height: 10vh;

    border-right: 1px solid rgba( 34, 36, 38, 0.15 );
}
.sa-header-nav
{
    width: 100%;
    height: 10vh;
    margin: 0 !important;
    padding: 0 !important;
    padding-left: 20rem !important;
}
.sa-header-nav-grid
{
    height: 10vh;
    align-items: center !important;
    align-content: center;
    vertical-align: middle;
}
.sa-header-nav-column
{
    min-height: 10vh;
    align-items: center !important;
    align-content: center;
    vertical-align: middle;
}
.sa-breadcrumb-header
{
    margin: 0 !important;
    margin-top: 1rem !important;
}
/* SA Footer */
.sa-footer.sa-pc
{
    position: relative;
    z-index: 3;
    width: 100%;
    min-height: 10vh;
    margin: 0;
    align-items: center;
    align-content: center;

    color: rgba( 0, 0, 0, 0.4 );
    background-color: #F5F5F5;
    box-shadow: 0px 2px 3px rgba( 0, 0, 0, 0.08 ) inset;
}
.sa-footer-container
{
    font-size: 1rem !important;
}
/* SA Main */
.sa-main
{
    display: flex;
    min-height: 90vh !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-top: 10vh !important;
}
/* SA Aside */
.sa-aside
{
    position: fixed !important;
    z-index: 2;
    width: 20rem;
    height: 80vh;
    padding: 0 !important;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: width 0.25s
}
.sa-aside.sa-menu-toggle
{
    width: 3.75rem;
}
.sa-aside.sa-mobile.sa-menu-toggle-mobile
{
    width: 100%;
}
.sa-aside::-webkit-scrollbar
{
    width: 0.25px;
}
.sa-aside-menu
{
    min-height: 90vh !important;

    border-top: 0 !important;
    border-radius: 0 !important;
}
.sa-aside-menu-item
{
    min-height: 50px;
    padding-left: 0.7rem !important;
    border: none;
}
.sa-aside-menu-label
{
    position: absolute;
    top: 1rem;
    right: 0.5rem;
    font-size: 0.75rem !important;
    margin: 0 !important;
}
/* SA Article */
.sa-article
{
    width: 100%;
    padding-left: 20rem;
}
.sa-article.sa-menu-toggle
{
    width: 100%;
    padding-left: 3.75rem;
}
.sa-article-container.ui.fluid.container
{
    margin: 0 !important;
}
.sa-segment
{
    /* height: 100%; */
}
.sa-segment-grid
{
    padding: 0 !important;
}
.sa-segment-headline
{
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
}
/* SA Icon */
.sa-icon-cursor
{
    cursor: pointer;
}
/* SA Logo */
.sa-lmage-logo
{
    max-width: 100%;
    max-height: 100%;
    padding: 0.5rem;
    cursor: pointer;
}
.sa-menu-header
{
    display: inline-block !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    margin: 0 !important;
}
/* SA Table */
.sa-table
{
    overflow-y: auto;
    max-height: 52.5vh;
}
.sa-table-head
{
    position: sticky;
    top: 0;

    /* border-top: 1px solid rgba(34, 36, 38, .1); */
}


/* SA Style */
.sa.sa-padding-none
{
    padding: 0 !important;
}
.sa.sa-grid
{
    align-items: center !important;
    align-content: center;
    vertical-align: middle;
}




.PostLocation
{
    cursor: pointer;
}



.ui.vertical.menu .item:before
{
    width: 0;
}
.ui.dropdown .menu > .header
{
    text-transform: none;
}
.ui.labeled.icon.menu .item > .icons:not( .dropdown )
{
    height: 1em;
    display: block;
    font-size: 1.71428571em !important;
    margin: 0 auto .5rem !important;
}
.ui.modal .actions>.button
{
    margin-left: 0;
}
.ui.mini.statistic>.value, .ui.mini.statistics .statistic>.value
{
    font-size: 0.9rem !important;
}
.ui.vertical.menu .menu .item
{
    font-size: 0.9rem !important;
}
.ui .menu .item
{
    color: black !important;
}

/* PC View */
@media only screen and ( min-width: 769px )
{
    .sa-mobile
    {
        display: none !important;
    }
}
/* Mobile & Tablet View */
@media only screen and ( max-width: 768px )
{
    .sa-pc
    {
        display: none !important;
    }
    .sa-aside.sa-mobile
    {
        width: 0;
    }
    .sa-article
    {
        width: 100%;
        padding-left: 0 !important;
    }
    .sa-article.sa-menu-toggle-mobile
    {
        width: 0;
    }
}