html {
    font-size: 14px;
    font-family: 'Noto Sans KR';
}
::-webkit-scrollbar {
    width: 35px;
}
::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}
::-webkit-scrollbar-thumb {
    background-color: #747878;
    border-radius: 10px;
    border: 6px solid transparent;
    background-clip: content-box;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #414343;
}
.hidden {
    display: none;
}
body {
    overflow-y: scroll;
}
.searching {
    margin-top: 10rem;
}
.searching > .alert{
    text-align: center;
    font-size: 1.2rem;
}
.loader {
    margin: 0 auto;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #6d819c; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.loading{
    width:100%;
    height:100%;
    position:fixed;
    left:0px;
    top:0px;
    background:#fff;
    z-index:1000;
}
.moving {
    text-align: center;
    margin-top: 5rem;
    font-size: 2rem;
    font-weight: bold;
}
#container {
    width: 100%;
    height: auto;
}
#sidebar {
    background-color: var(--sidebar);
    width: 20rem;
    height: 100%;
    position: fixed;
}
#sidebar_title {
    margin-left: 2rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
}
.title_sm {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: bold;
    cursor: pointer;
}
.title_b {
    font-size: 2.5rem;
    margin: 0;
    font-weight: bold;
    cursor: pointer;
}
.title_name {
    font-size: 1rem;
}
.search {
    margin: 0 auto;
    width: 95%;
    padding-bottom: 1rem;
}
#target {
    resize: vertical;
    border-radius: 0.4rem;
    line-height: 180%;
    width: 100%;
    height: 25rem;
    border: 2px solid var(--fontA);
    font-size: 1.2rem;
}
#target:focus {
    outline: none;
}
.submit_ {
    margin: 0 auto;
    height: 3rem;
    width: 95%;
}
#submit {
    background: #414343;
    color: #fff;
    height: 100%;
    width: 100%;
    font-size: 1.3rem;
    font-weight: 700;
    border-radius: 0.4rem;
    border: 0;
    cursor: pointer;
}
.infomations {
    margin-left: 1rem;
    margin-right: 0.3rem;
}
.notice {
    width: 95%;
    margin: 0 auto;
    font-size: 1.2rem;
    color: #414343;
    flex: 1;
    margin-top: 1rem;
    margin-bottom: 2rem;
    text-align: justify;
}
.notice > ul {
    margin: 0;
    padding-left: 1.2rem;
    padding-right: 0.5rem;
    list-style-type: square;
    line-height: 160%;
}
.notice > ul > li {
    padding-bottom: 0.5rem;
}

/* *************************************
                contents 
************************************* */

.contents_row {
    flex: 1;
    display: flex;
    flex-direction: row;
    margin-bottom: 0.8rem;
}
.article_right, .article_left {
    width: 50%;
}
.found, .changed, .current, .goingto {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
}
.found {
    background-color: #f3f3f3;
}
.current {
    background-color: #e3e8ec;
}
.edit {
    text-decoration: none;
    border: 1px solid #aa3d61;
    border-radius: 0.25rem;
    display: inline-block;
    font-size: 0.8rem;
    color: white;
    background: #aa3d61;
    font-weight: normal;
    margin-left: 0.5rem;
    line-height: 100%;
    padding: 0.35rem 0.3rem;
    cursor: pointer;
}
.edit:hover {
    color: #aa3d61;
    background: #fff;
    border: 1px solid #aa3d61;
}
.article_title {
    font-weight: bold;
    font-size: 1.6rem;
    border-bottom: solid 2px #ccc;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    line-height: 160%;
    vertical-align: middle;
}
.article_title > p {
    margin-top: 0;
}
.article_info {
    line-height: 180%;
}
.date {
    text-align: center;
    border-radius: 0.25rem;
    display: block;
    padding: 0 5px;
    font-size: 1.2rem;
    line-height: 180%;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.exec {
    color: #6d819c;
    border-color: #6d819c;
}
.alert {
    color: #c03546;
    border-color: #c03546;
}
.article_link {
    text-decoration: none;
    border: 1px solid #6d819c;
    border-radius: 0.25rem;
    display: inline-block;
    font-size: 0.8rem;
    color: white;
    background: #6d819c;
    font-weight: normal;
    margin-left: 0.5rem;
    line-height: 100%;
    padding: 0.35rem 0.3rem;
    cursor: pointer;
}
.article_link:hover {
    color: #6d819c;
    background-color: #fff;호
}
.article_cautions {
    font-size: 1.2rem;
    line-height: 150%;
    border-top: 2px solid #ccc;
    width: 98%;
    margin: 0 auto;
    text-align: justify;
    line-height: 160%;
}
.article_cautions p {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}
.sub_button {
    color: #414343;
    cursor: pointer;
}
.cautions_title {
    font-weight: bold;
}
.article_cautions > ul {
    list-style-type: square;
    padding-left: 1.5rem;
    margin-left: 1rem;
    margin-top: 0.5rem;
}
.article_cautions > .title {
    font-weight: bold;
}
.article_cautions > ul {
    line-height: 160%;
    word-break: break-all;
    text-align: justify;
}
.article_badges {
    margin-top: 0.5rem;
}
.warning {
    text-decoration: none;
    border-radius: 0.25rem;
    display: inline-block;
    font-size: 1rem;
    color: #c03546;
    border: 1px solid #c03546;
    font-weight: normal;
    margin-left: 0.5rem;
    line-height: 100%;
    padding: 0.35rem 0.5rem;
}
.past {
    text-decoration: none;
    border: 0;
    border-radius: 0.25rem;
    display: inline-block;
    padding: 0.1rem 0.3rem;
    font-size: 0.6rem;
    color: white;
    line-height: 180%;
    background: #c03546;
    font-weight: normal;
}
.article_title > p.info {
    font-size: 1.2rem;
    line-height: 100%;
    height: 1rem;
}
#contents {
    margin-left: 20rem;
    padding-top: 0.5rem;
}
.article_contents {
    word-break: break-all;  
    text-align: justify;
    word-spacing: -0.5px;
    margin: 0.5rem;
    font-size: 1.2rem;
    line-height: 160%;
    text-decoration-color: red;
}
.article_contents > p {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}
.article_etc {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.article_etc > p {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    font-size: 1.1rem;
    color: #6d819c;
    line-height: 160%;
}
.appendix {
    color: rgb(106, 106, 106);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border-top: solid 2px #ddd;
    padding-top: 0.5rem;
    font-size: 0.8rem;
}
.act {
    line-height: 180%;
    margin: 0;
}
.target_date {
    border-radius: 0.3rem;
    border: 0.1rem solid #aa3d61;
    min-height: 1rem;
    margin-bottom: 0.5rem;
    background-color: #ebdede;
    margin-left: 0.4rem;
    margin-right: 0.4rem;
}
.date_title {
    color: #aa3d61;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 200%;
    text-align: center;
}
.reference > p {
    margin: 0.5rem 0;
}