a {
    color: #333366;
}

a:visited {
    color: #333366;
}

body {
    font-family: "Noto Sans KR", "Noto Sans SC", sans-serif;
    font-weight: 400;
    color: #404040;
    min-height: 100%;
    background: #262626;
}

.wy-side-nav-search > div.version {
    color: #404040;
    font-weight: 700;
}

.wy-side-nav-search > a.icon-home {
    font-size: 0;
    padding: 0;
    margin-bottom: 20px;
}

.wy-side-nav-search > a.icon-home img.logo {
    width: 65%;
    padding: 0;
}

.wy-side-nav-search input[type="text"] {
    border-radius: 0;
    border-color: #333366;
}

.wy-menu-vertical header,
.wy-menu-vertical p.caption {
    color: #333366;
}

.wy-menu-vertical a {
    padding: 0.2em 1.618em;
}

.wy-side-nav-search,
.wy-nav-top {
    background-color: #e6e6e5;
}

.wy-nav-side {
    background-color: #e6e6e5;
}

.wy-menu-vertical a,
.wy-menu-vertical a:visited {
    color: #221714;
}

.wy-menu-vertical a:hover {
    background-color: transparent;
    color: #333366;
}

.wy-nav-content-wrap {
    background: #fefefe !important;
}

.ethical-rtd {
    display: none;
}

.wy-table-responsive {
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 767px) {
    .wy-table-responsive table td {
        white-space: normal !important;
    }

    .wy-table-responsive {
        overflow: visible !important;
    }
}

.rst-content section td > ul {
    margin-bottom: 0 !important;
}

.rst-content .toctree-wrapper ul li > * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.rst-content div.figure,
.rst-content figure {
    margin-bottom: 24px !important;
}

.rst-content .section > a > img,
.rst-content .section > img,
.rst-content section > a > img,
.rst-content section > img {
    margin-bottom: 24px !important;
}

.rst-content .centered strong {
    font-weight: normal !important;
}

.sheet-center {
    text-align: center;
}

.rst-content table.no-padding td {
    padding: 8px 0 !important;
}

figure a.reference img,
a.reference img {
    border: 1px solid #221714;
}

.wy-breadcrumbs-aside > a {
    display: none;
}

.doc-version-selector {
    margin-top: 1rem;
    padding: 0.9rem;
    border: 1px solid rgba(34, 23, 20, 0.14);
    background: rgba(255, 255, 255, 0.75);
    text-align: left;
}

.doc-version-selector__label {
    display: block;
    margin-bottom: 0.45rem;
    color: #221714;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.doc-version-selector__controls {
    display: grid;
    gap: 0.45rem;
}

.doc-version-selector .js-version-select {
    width: 100%;
    min-height: 2.5rem;
    border: 1px solid #333366;
    background: #fff;
    color: #221714;
    font-size: 0.95rem;
    padding: 0.45rem 0.75rem;
}

.doc-version-selector__status {
    color: #5a514d;
    font-size: 0.78rem;
    line-height: 1.35;
}

.doc-version-selector__status.is-error {
    color: #333366;
}

@media screen and (max-width: 768px) {
    .doc-version-selector {
        margin: 1rem 1rem 0;
    }
}
