header {
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    padding: 0 1.5rem;
    z-index: 7777;
    background: #fff;
    border-bottom: 0.3rem solid #e6e6e6;
    margin-bottom: 2rem;
}
header h1 {
    width: 20rem;
}
header h1 a {
    width: 100%;
}
header h1 a img {
    width: 100%;
}

main {
    padding: 0 1.5rem 14rem;
}
main#home {
    padding: 0 1.5rem 5rem;
}

footer {
    background-color: #f9f9fb;
    padding: 4rem 0 13rem 0;
}
footer p {
    font-size: 1.4rem;
    font-weight: 600;
    color: #5d5d5d;
    text-align: center;
    margin-bottom: 1rem;
}
footer pre {
    font-size: 1.3rem;
    font-weight: 500;
    color: #939393;
    text-align: center;
    line-height: 1.3;
    margin: 0;
}






/* common */
h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #007c37;
    text-align: center;
    padding: 1.5rem;
    border-radius: 1rem;
    background-color: #eef8ef;
    margin-bottom: 2rem;
}
h3 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #00a952;
    margin-bottom: 0.5rem;
    line-height: 1.5;
}
pre {
    font-size: 1.5rem;
    font-weight: 500;
    color: #6b6b6b;
    line-height: 1.5;
    margin-bottom: 2.5rem;
}
pre span.point1 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #5d5d5d;
}
pre span.point2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fab732;
}
pre span.point3 {
    font-size: 1.7rem;
    font-weight: 700;
    color: #54b85a;
}

.section {
    padding-bottom: 5rem;
}
.two-rows,
.three-rows {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
a.aButton {
    padding: 2.5rem 1.3rem;
    border-radius: 1rem;
    background-color: #fab937;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
a.aButton span {
    font-size: 1.7rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
}
a.aButton img {
    width: 1.9rem;
}
.two-rows .two-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.two-rows .two-btn a.aButton {
    width: calc(100% / 2 - 0.8rem);
}
a.aButton.fix {
    position: fixed;
    bottom: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
}








/* home */
.home-wrapper:nth-of-type(1) pre {
    text-align: center;
    margin-bottom: 2rem;
}
.home-wrapper:nth-of-type(2) {
    padding: 3rem 1.5rem;
    border-radius: 1rem;
    background-color: #fefbef;
    margin: 3rem 0;
}
.home-wrapper:nth-of-type(2) pre {
    margin: 0;
}
.home-wrapper:nth-of-type(2) pre span.point1 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fab732;
}
.check-icon {
    width: 1.5rem;
    margin-bottom: -0.2rem;
    margin-right: 0.5rem;
}





/* sub */
.section.C h3 {
    margin-bottom: 2.5rem;
}
.section.C pre span.point1 {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.section.C pre span.point1:nth-of-type(1) {
    margin-bottom: 1rem;
}





/* list */
.search-wrapper {
    margin-bottom: 2rem;
}
.search-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 6rem;
    padding: 0 1.5rem;
    border-radius: 1rem;
    background-color: #f2f2f2;
}
.search-bar input {
    height: 100%;
    width: 90%;
    background-color: #f2f2f2;
    font-size: 1.7rem;
    font-weight: 600;
}
.search-bar input::placeholder {
    color: #b8b8b8;
}
.search-bar button img {
    width: 2rem;
}

.search-result .result-wrapper {
    display: flex;
    flex-direction: column;
}
.result-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.5rem;
    border: 0.2rem solid #efefef;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
}
.result-item .top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.result-item .middle {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.result-item .bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.result-item .top span.gonggo-status {
    padding: 0.5rem 1rem;
    border-radius: 3rem;
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    background-color: #5cbc62;
    margin-right: 2rem;
}
.result-item .top span.gonggo-type {
    font-size: 1.5rem;
    font-weight: 500;
    color: #808080;
}
.result-item .middle h5 {
    font-size: 1.7rem;
    font-weight: 600;
    color: #666666;
    line-height: 1.4;
}
.result-item .middle span.gonggo-date {
    font-size: 1.5rem;
    font-weight: 600;
    color: #666666;
}
.result-item .bottom a.gonggo-link {
    padding: 1rem 1.5rem;
    border-radius: 3rem;
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    background-color: #fab937;
}

.search-result pre {
    font-size: 2rem;
    text-align: center;
    line-height: 1.5;
    margin-top: 15rem;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination a {
    font-size: 1.8rem;
    font-weight: 600;
    color: #b4b4b4;
    padding: 1rem;
}
.pagination a.active {
    font-size: 1.8rem;
    font-weight: 600;
    color: #fabb3f;
    padding: 1rem 0;
    margin: 0 1rem;
    border-bottom: 0.2rem solid #fabb3f;
}







/* qna.php */
.section.qna .qna-wrapper {
    margin-bottom: 1rem;
}
.section.qna h3 {
    font-size: 1.6rem;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.5;
    color: #fff;
    margin: 0;
    border-radius: 1rem;
    padding: 1.5rem;
    background-color: #fab937;
}
.section.qna h3 img {
    margin-left: 1rem;
    width: 3.5rem;
}
.section.qna pre {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    color: #696969;
    border-radius: 0 0 1rem 1rem;
    padding: 1.5rem;
    background-color: #fefbef;
}
.section.qna pre span.point1 {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.section.qna pre span.point2 {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 1.6rem;
}