*{font-family: "IBM Plex Sans", "Noto Sans KR", "Noto Sans JP", "Nanum Gothic", "Malgun Gothic", sans-serif;}

:root{
    --bg-color: rgba(68,85,221,0.1);
    --doc-color: #FAFAFA;
    --tab-color: #33AAFF;
    --tab-active-color: #0077DD;
    --strike-color: #999999;
}


body{
    background-color: var(--doc-color);
    font-size: 0.875rem;
    line-height: 1.73;
}

input{font-family: inherit;}

.material-icons{
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
  
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
  
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
  
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.material-icons-plain{
    font-family: 'Material Icons';
    font-size: 1em;
}

span{
    color: #282828;
    text-decoration: none;
}

a:link{
    color: #BB0011;
    text-decoration: none;
}
a:active{
    color: #CCCCCC;
    text-decoration: none;
}
a:visited{
    color: #777777;
    text-decoration: none;
}
a:hover{
    color: #AAAAAA;
    text-decoration: none;
}

abbr{cursor: help;}

table,th,tr,td{border-collapse: collapse;}

code,code > *{font-family: ui-monospace,SFMono-Regular,"SF Mono","Menlo","Consolas","Liberation Mono",monospace !important;}

#content-body{
    width: 100%;
    max-width: 96vw;
    margin: 1em auto;
    background-color: var(--bg-color);
    width: 100%;
}

#document-body,#document-footer{
    width: 720px;
    max-width: 90%;
    margin: auto;
}

#document-body h1{font-size: 2rem;}

#container-body{
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
    margin-bottom: 4em;
    padding-bottom: 5vh;
}

[class^="fa-"]{
    color: #881188 !important;
}
