/**
 * Rule the words! KKuTu Online
 * Copyright (C) 2017 JJoriping(op@jjo.kr)
 * 
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with this program. If not, see <http://www.gnu.org/licenses/>.
 */
@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");

body {
    padding: 0px;
    margin: 0px;
    height: 375px;
    overflow-y: hidden;
    font-size: 13px;
    font-family: "Pretendard Variable", 맑은 고딕, 돋움;
}

img {
    cursor: pointer;
}

span {
    display: none;
}

ol, ul {
    margin: 2px 0px;
    padding-left: 20px;
}

h4, h5 {
    margin: 2px 0px;
}

h5 {
    font-weight: normal;
}

p {
    margin: 3px 0px;
    text-indent: 5px;
}

blockquote {
    padding: 3px 3px 3px 5px;
    border-left: 5px solid #BBBBBB;
    margin: 2px;
}

table {
    width: 100%;
}

thead {
    text-align: center;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.1);
}

word {
    padding: 2px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.05);
}

#index {
    float: left;
    width: calc(30% - 1px);
}

#list {
    height: 350px;
    overflow-y: scroll;
}

#contents {
    float: left;
    padding: 2px;
    border-left: 1px solid #AAAAAA;
    width: calc(70% - 5px);
}

#page-head {
    padding-left: 5px;
    border-bottom: 1px solid #DDDDDD;
    font-weight: bold;
}

.page-body {
    display: none;
    padding: 3px;
    height: 347px;
    overflow-y: scroll;
}

.selected > label {
    text-decoration: underline;
    font-weight: bold;
}