*{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(--bg-color);
    margin: 0;
    padding: 0;
    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;
}

blockquote{font-family: "Courier New";}

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{
    margin-top: 4em;
    display: inline-block;
    width: 100%;
}

#document-body{
    width: 768px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--doc-color);
    max-width: 100%;
    box-shadow: 0 0 12px rgba(0,0,0,0.25);
    border-radius: 2.4em;
}

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

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


.unused{
    text-decoration: line-through;
    color: var(--strike-color);
    text-decoration-color: var(--strike-color);
}

#return-link{text-align: center;}

ul:last-child{margin-bottom: 0.25em;}

li{margin-left: -1em;}

.section-title{
    text-align: center;
    margin-top: 2rem;
    padding-top: 1rem;
}

.info-box{
    display: flex;
    justify-content: center;
    font-size: 1rem;
    width: 360px;
    height: 360px;
    max-width: 96%;
    margin: auto;
}

#info-ip-address{
    text-align: center;
    word-break: break-all;
    margin: 0.125em 0;
}

    #info-subbox{display: none;}
#reload-button{text-align: center;}

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