html
{
    font-size: 15px;
}
body
{
    background-color: #f5f5f5 !important;
    font-family: "Noto Sans CJK KR", "Noto Sans KR", "Noto Sans", "Apple SD Gothic Neo", 맑은고딕, "Malgun Gothic", "Segoe UI", arial, sans-serif;
}
.articleRCWrapper
{
    margin-top: 75px;
    margin-bottom: 50px;
    gap: 20px;
}
.article-wrapper
{
    background-color: white;
    overflow: auto;
}
@media (max-width: 1200px)
{
    .container
    {
        margin-left: 0;
    }
}
@media (max-width: 992px)
{
    .articleRCWrapper
    {
        flex-direction: column;
    }
}
#pageTools
{
    /*display: grid;*/
    float: right;
}
.pgTitle
{
    display: inline-block;
    overflow-wrap: anywhere;
    font-weight: 600;
}
.pgTitleLink
{
    color: inherit;
}
.pgTitleLink:hover
{
    color: inherit;
}
.article-wrapper
{
    padding: 1.5rem !important;
}
@media (max-width: 575px)
{
    .article-wrapper
    {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}
.pageToolItem > a
{
    text-decoration: none;
    color: black;
}
#article
{
    word-wrap: break-word;
    overflow-x: hidden;
    overflow-y: hidden;
}
.nav-icon
{
    margin-right: 5px;
}
.nav-item
{
    margin-right: 15px;
}
.navbar-nav .nav-link
{
    color: white !important;
}

.category
{
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    border: 1px solid rgba(0,0,0, 0.125);
    margin-bottom: 1em;
}

#rcsidebar > ul
{
    padding-right: 0;
}

#userIcon
{
    position: absolute;
    right: 10px;
    float: right !important;
}
#navUserDropDown
{
    color: white;
    font-size: 24px;
}
.userButton_username
{
    font-weight: bold;
    padding: .25rem 1rem;
}
.identicon
{
    width: 38px;
    height: 38px;
}
#searchBox
{
    max-width: 300px;
    margin-right: 60px;
    float: right;
}
@media (max-width: 648px)
{
    #userIcon
    {
        top: -5px;
        right: 0px;
    }
    .identicon
    {
        width: 32px;
        height: 32px;
        margin-bottom: 5px;
    }
    #searchBox
    {
        max-width: 648px;
        margin-right: 0px;
        width: 100%;
    }
}
.ui-front
{
    z-index: 99999;
}
.ui-autocomplete
{
    border: 1px solid rgba(0,0,0,.15);
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.nav-contents
{
    max-width: 1320px;
    position: relative;
}
#footer
{
    width: 100%;
    clear: both;
}

.page-link
{
    font-family: sans-serif;
}
