*{font-family: "Wanted Sans", "Noto Sans KR", "Noto Sans JP", "Nanum Gothic", "Malgun Gothic", sans-serif;}

:root{
    --bg-color: #357FF3;
    --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;
}

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;
    position: absolute;
    background-color: var(--bg-color);
    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;}

#pp{
    width: 12rem;
    height: auto;
    border-radius: 50%;
}

#container-body{
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
    margin-bottom: 4em;
    padding-bottom: 5vh;
}

#profile-pic{
    padding-top: 2rem;
    text-align: center;
}

#domain-for-profile{
    font-size: 0.875em;
    text-align: center;
}

.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;}

.tab-select{
    width: 50%;
    height: 2em;
    cursor: pointer;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    border-bottom: 3px solid var(--tab-active-color);
    background-color: var(--tab-color);
    line-height: 2em;
    font-size: 1em;
    text-align: center;
    color: #FFFFFF;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.25s ease;
    border-radius: 0.75em;
}

.tab-select:hover{opacity: 0.75;}

input[name="tab-select"]{display: none;}

.tab-content{
    display: none;
    clear: both;
    overflow: hidden;
}

#about-overall:checked ~ #about-overall-content,
#about-feeds:checked ~ #about-feeds-content,
#about-social:checked ~ #about-social-content,
#about-contacts:checked ~ #about-contacts-content{display: block;}


#about-platform-pc:checked ~ #about-platform-pc-content,
#about-platform-mobile:checked ~ #about-platform-mobile-content{display: block;}


#about-intro:checked ~ #about-intro-content,
#about-attentions-interested:checked ~ #about-attentions-interested-content,
#about-likes:checked ~ #about-likes-content,
#about-other-profiles:checked ~ #about-other-profiles-content{display: block;}


.content-tabs input:checked + .tab-select{
    background-color: var(--tab-active-color);
    color: #FFFFFF;
}

.content-tabs input:checked + .tab-select:before{content: "\1F31F";}

[class^="fa-"]{
    color: #881188 !important;
}