@charset "UTF-8";

/* *****************************************************************************
    tag
***************************************************************************** */
/* header */
header{
    width: 100%;
    height: 40px;
    background-color: #192f60;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 0 16px;
}

/* aside */
aside{
    width: 100%;
    height: 32px;
    background-color: #fcfcfc;
    border-top: 1px #ccd1d9 solid;
    border-bottom: 2px #ccd1d9 solid;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 0 16px;
}

/* main */
main{
    width: 100%;
    min-height: calc(100vh - 128px);
    background-color: #f3f4f7;
    border-bottom: 1px #e6e9ed solid;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    padding: 16px 16px 0 16px;
}

/* footer */
footer{
    width: 100%;
    height: 56px;
    background-color: #f3f4f7;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 0 16px;
}

/* *****************************************************************************
    header
***************************************************************************** */
header div#menu{
    width: 24px;
}

header div#title{
    width: 150px;
}

header div#logout{
    width: 24px;
}

/* *****************************************************************************
    main
***************************************************************************** */
main div.post100{
    width: 100%;
}

main div.post50{
    width: calc(50% - 8px);
}

/* ----- @media ------------------------------------------------------------- */
@media screen and (max-width: 1400px){

}

@media screen and (max-width: 1200px){

}

@media screen and (max-width: 992px){
    main div.home-post-main{
        width: 100%;
    }

    main div.post60{
        width: calc(50% - 8px);
    }

    main div.post40{
        width: calc(50% - 8px);
    }
}

@media screen and (max-width: 768px){
    main div.post50{
        width: 100%;
    }
}

@media screen and (max-width: 576px){

}

/* *****************************************************************************
    footer
***************************************************************************** */
footer div#page-top{
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: none;
    position: fixed;
    bottom: 48px;
    right: 16px;
    z-index: 10;
    cursor: pointer;
    padding: 8px;
}

footer div#version,
footer div#copyright{
    font-size: 12px;
}

/* ----- @media ------------------------------------------------------------- */
@media screen and (max-width: 1400px){

}

@media screen and (max-width: 1200px){

}

@media screen and (max-width: 992px){

}

@media screen and (max-width: 768px){

}

@media screen and (max-width: 576px){

}

/* *****************************************************************************

***************************************************************************** */



/* ----- @media ------------------------------------------------------------- */
@media screen and (max-width: 1400px){

}

@media screen and (max-width: 1200px){

}

@media screen and (max-width: 992px){

}

@media screen and (max-width: 768px){

}

@media screen and (max-width: 576px){

}

/* *****************************************************************************

***************************************************************************** */



/* ----- @media ------------------------------------------------------------- */
@media screen and (max-width: 1400px){

}

@media screen and (max-width: 1200px){

}

@media screen and (max-width: 992px){

}

@media screen and (max-width: 768px){

}

@media screen and (max-width: 576px){

}
