* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", system-ui;
    text-decoration: none;
    color: #333333;
}

/* link-group */
.list-link-group {
    margin: 10px 4px;
    display: flex;
    flex-direction: column;
}

.list-link-group>a, .link-tab-title {
    margin: 6px 0;
    padding: 0 8px;
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;
    border-radius: 4px;
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.25);
}

.link-tab-title {
    position: sticky;
    top: 6px;
}

/* tab */
.link-tab input,
.content-tab-wrap {
    display: none;
}

.link-tab :checked~.content-tab-wrap {
    display: block;
}

.link-tab :checked+.link-tab-title {
    background-color: #614DDF;
    color: #fff;
}

.link-tab-title::after {
    content: url(../icon/Down.png);
    float: right;
    line-height: normal;
}

.link-tab :checked+.link-tab-title::after {
    content: url(../icon/Up.png);
}


/* btn download */
.download-lnk {
    text-align: center;
}

.lnk_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.download-lnk>.lnk_wrap>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 42px;
    padding: 4px;
    margin: 4px 0;
    background: #008a00;
    border-radius: 8px;
}

.download-lnk>.lnk_wrap>a>span {
    margin-left: 8px;
    display: block;
    text-align: center;
    color: #ffffff
}

/* content */
#content-wrap {
    margin: 0 4px;
}

#content-wrap>h2 {
    margin: 16px 0;
    font-size: 16px;
    font-weight: bold;
}

h2.content-title {
    margin: 16px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

#content-wrap>p, .link-tab>.content-tab-wrap {
    margin: 4px 0;
    font-size: 14px;
}

#content-wrap a {
    font-size: 14px;
    color: #614DDF;
}

/* low */
.Section1 {
    margin: 16px;
}
p {
    font-size: 14px;
}
p.changei, p.changeadd {
    padding-left: 16px;
    font-style: italic;
    font-size: 14px;
}
span.name, span.datepr {
    font-size: 16px;
}

.Section1>p.title {
    padding: 8px 0;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}

.prinodobren {
    padding: 8px 0 16px 0;
    font-style: italic;
}

p.chapter {
    padding: 16px 0 8px 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;

}

p.article {
    padding: 8px 0 8px 16px;
    font-size: 14px;
    font-weight: bold;
}