header {
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    padding: 0 1.5rem;
    z-index: 7777;
    background: #fff;
}
header h1 {
    width: 10rem;
}
header h1 a {
    width: 100%;
}
header h1 a img {
    width: 100%;
}
header #backBtn {
    width: 1rem;
    position: absolute;
    left: 1.5rem;
}
header #backBtn img {
    width: 100%;
}

main {
    padding: 2rem 1.5rem 10rem;
}
main .onlineWrap {
    padding-bottom: 2rem;
}
main .onlineWrap h2 {
    font-size: 1.8rem;
    font-weight: 800;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cbd1cb;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}
main .onlineWrap h2 a {
    font-size: 1.4rem;
    font-weight: 600;
    color: #4f4f4f;
}
main .onlineWrap .online {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
}
main .onlineWrap .online a {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-right: 3rem;
    background-image: url(../img/arrow-2.png);
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: right center;
}
main .onlineWrap .online a p {
    font-size: 1.4rem;
    border-radius: 5rem;
    padding: 0.5rem 1rem;
    background: #d6f2d6;
    color: #149614;
    width: max-content;
}
main .onlineWrap .online a h3 {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
main .menuWrap {
    padding: 2rem 0;
}
main .menuWrap > a {
    border-radius: 1rem;
    display: block;
    margin-bottom: 1.5rem;
    height: 10rem;
    background-color: #149614;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    padding: 0 2rem;
    background-image: url(../img/main-img-1.png);
    background-repeat: no-repeat;
    background-size: 8rem;
    background-position: right 2rem center;
}
main .menuWrap > a p {
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 1rem;
}
main .menuWrap > a h2 {
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
}
main .menuWrap .menu {
    display: flex;
    gap: 1.5rem;
}
main .menuWrap .menu a {
    width: 50%;
    position: relative;
}
main .menuWrap .menu a img {
    width: 100%;
}
main .menuWrap .menu a h2 {
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    position: absolute;
    top: 2rem;
    left: 2rem;
}
main .newsWrap {
    padding-top: 2rem;
}
main .newsWrap h2 {
    font-size: 1.8rem;
    font-weight: 800;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}
main .newsWrap h2 a {
    font-size: 1.4rem;
    font-weight: 600;
    color: #4f4f4f;
}
main .news {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
}
main .news a {
    border-radius: 1rem;
    padding: 1.5rem;
    display: flex;
    gap: 1.5rem;
    background: #f5f4f9;
}
main .news a .image {
    width: 30%;
    height: 8rem;
    border-radius: 1rem;
    overflow: hidden;
}
main .news a .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
main .news .text {
    width: 70%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}
main .news a h3 {
    font-size: 1.6rem;
    line-height: 1.4;
}
main .news a .date {
    font-size: 1.4rem;
}

/* 서브 */
main > h2 {
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 2rem;
}
main > h2 em {
    font-size: 2rem;
    font-weight: 800;
    color: #149614;
}
main > h2 span {
    font-size: 1.6rem;
    font-weight: 600;
    color: #757575;
    display: inline-block;
    margin-top: 0.5rem;
}
main > h3 {
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
}
main > h4 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: #4f4f4f;
}
main .title {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main .title h3 {
    font-size: 2rem;
    font-weight: 900;

}
main .title .category {
    display: flex;
    gap: 1rem;
}
main .title .category a {
    font-size: 1.4rem;
    padding: 1rem 1.5rem;
    border-radius: 5rem;
    background: #f5f4f9;
    color: #a7a7a7;
}
main .title .category a.on {
    background: #149614;
    color: #fff;
}
main > img {
    width: 100%;
    margin-bottom: 1.5rem;
}
main > pre {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 4rem;
}
main > pre em {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #149614;
    font-weight: 600;
}
main .box {
    border-radius: 1rem;
    padding: 1.5rem;
    background: #eff9ef;
    margin-bottom: 1.5rem;
}
main .box pre {
    font-size: 1.4rem;
    line-height: 1.4;
}
main .box pre em {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #149614;
    font-weight: 600;
}
main .step {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ccd1cc;
}
main .step:nth-of-type(7) {
    border: none;
    padding: 0;
    margin-bottom: 4rem;
}
main .step .icon {
    width: 8rem;
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f4f9;
    border-radius: 1rem;
}
main .step .icon img {
    width: 5rem;
}
main .step .text {
    width: calc(100% - 8rem);
    display: flex;
    flex-flow: column nowrap;
    padding: 0.5rem 0;
    justify-content: space-between;
}
main .step .text h3 {
    font-size: 1.6rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
main .step .text h3 em {
    font-size: 1.6rem;
    font-weight: 600;
    color: #149614;
}
main .step .text pre {
    font-size: 1.4rem;
    line-height: 1.4;
}

/* 질문 */
main .qna {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
}
main .qna a {
    background-color: #f5f4f9;
    background-image: url(../img/arrow-2.png);
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: right 1.5rem center;
    border-radius: 1rem;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 1.5rem 3rem 1.5rem 6.5rem;
    line-height: 1.4;
    position: relative;
    color: #4b4b4b;
}
main .qna a::before {
    content: 'Q';
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    background: #149614;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 900;
    width: 3.5rem;
    height: 3.5rem;
    position: absolute;
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
}
main .qna h2 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 2rem;
    color: #4b4b4b;
    line-height: 1.4;
}
main .qna pre {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 1.5rem;
    border-radius: 1rem;
    background: #f5f4f9;
    margin-bottom: 4rem;
}
main > a {
    font-size: 1.6rem;
    color: #fff;
    background: #149614;
    padding: 1.5rem 0;
    border-radius: 1rem;
    display: block;
    text-align: center;
}
main .qna .type {
    display: flex;
    gap: 1rem;
}
main .qna .type strong {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    background: #149614;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 900;
    width: 3.5rem;
    height: 3.5rem;
}
main .qna .type span {
    font-size: 1.4rem;
    font-weight: 600;
    color: #149614;
    border-radius: 5rem;
    padding: 0.5rem 1rem;
    background: #d6f2d6;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 공고 */
main #searchFrm {
    border-radius: 5rem;
    border: 1px solid #abacb4;
    display: flex;
    overflow: hidden;
    padding-right: 1.5rem;
    margin-bottom: 4rem;
}
main #searchFrm input {
    color: #9c9c9c;
    font-size: 1.4rem;
    padding: 1rem 1.5rem;
    width: calc(100% - 2rem);
}
main #searchFrm button {
    width: 2rem;
}
main #searchFrm button img {
    width: 100%;
}
main .filterWrap {
    display: flex;
    align-items: center;
    gap: 1rem;
}
main .filterWrap h2 {
    font-size: 1.4rem;
    color: #149614;
    font-weight: 600;
}
main .filterWrap .statusSel {
    border-radius: 1rem;
    border: 1px solid #149614;
    position: relative;
}
main .filterWrap .statusSel > a {
    width: 10rem;
    height: 4rem;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 600;
    color: #149614;
    padding: 0 1.5rem;
    background-image: url(../img/arrow-3.png);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: right 1.5rem center;
}
main .filterWrap .statusSel .statusOption {
    padding: 0.5rem 0;
    position: absolute;
    top: 4rem;
    left: 0;
    width: 100%;
    display: none;
    flex-flow: column nowrap;
    background: #fff;
    border: 1px solid #149614;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
main .filterWrap .statusSel .statusOption a {
    font-size: 1.4rem;
    padding: 1rem 1.5rem;
    color: #828282;
}
main .result {
    display: flex;
    flex-flow: column nowrap;
}
main .result a {
    padding: 3rem 0;
    border-bottom: 1px solid #ced4ce;
}
main .result a:last-child {
    border: none;
}
main .result a p {
    font-size: 1.4rem;
    border-radius: 5rem;
    padding: 0.5rem 1rem;
    background: #d6f2d6;
    color: #149614;
    width: max-content;
    margin-bottom: 1rem;
}
main .result a h3 {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 1rem;
}
main .result a .date {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #959596;
}
main .result a .date span {
    font-size: 1.4rem;
    color: #959596;
}
main .result a .typeRegion {
    display: flex;
    gap: 0.5rem;
}
main .result a .typeRegion span {
    background: #dae3f2;
    color: #164cc6;
    font-size: 1.4rem;
    border-radius: 5rem;
    padding: 0.5rem 1rem;
}
main .result a .typeRegion span:nth-of-type(2) {
    background: #cceae5;
    color: #009b87;
}
main .pagination {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}
main .pagination a {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    color: #8f8f8f;
}
main .pagination a img {
    width: 30%;
}
main .pagination a.active {
    background: #149614;
    border-radius: 100%;
    color: #fff;
}
main .noResult {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: calc(100% - 40rem);
}
main .noResult img {
    width: 12rem;
    margin-bottom: 3rem;
}
main .noResult strong {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: #515151;
}
main .noResult span {
    font-size: 1.4rem;
}