body {
    background: #f8f8f8;
}

header {
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    padding: 0 1.5rem;
    z-index: 7777;
    background: #f8f8f8;
}
header h1 {
    width: 12rem;
}
header h1 a {
    width: 100%;
}
header h1 a img {
    width: 100%;
}
header #backBtn {
    width: 2.5rem;
}
header #backBtn img {
    width: 100%;
}

main {
    padding: 2rem 1.5rem 10rem;
}
main > h2 {
    font-size: 2rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}
main > h2 img {
    width: 3rem;
}
main > h3 {
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 2rem;
}
main > p {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 2rem;
}
main > a {
    border-radius: 1rem;
    background: #045204;
    color: #fff;
    padding: 2.5rem 1.5rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 600;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
}
main > a img {
    width: 2rem;
}
main .what {
    padding: 3rem 1.5rem;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
    border-radius: 2rem;
    background: #ededed;
    margin-bottom: 3rem;
}
main .what h3 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 2rem;
}
main .what pre {
    font-size: 1.4rem;
    line-height: 1.4;
}
main .what pre em {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #e3402e;
    font-weight: 600;
}
main .bnr {
    width: 100%;
    position: relative;
    margin-bottom: 3rem;
}
main .bnr > img {
    width: 100%;
}
main .bnr .text {
    position: absolute;
    bottom: 2rem;
    left: 1.5rem;
}
main .bnr .text h2 {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 2rem;
}
main .bnr .text h2 em {
    font-size: 3rem;
    color: #ecf954;
    font-weight: 900;
}
main .bnr .text p {
    font-size: 2rem;
    color: #fff;
}
main .bnr .text p em {
    font-size: 2rem;
    font-weight: 800;
    color: #e5fde3;
}
main .menu {
    display: flex;
    flex-flow: column nowrap;
    gap: 2rem;
    padding-bottom: 3rem;
}
main .menu a {
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
    border-radius: 2rem;
    background-color: #ededed;
    background-image: url(../img/arrow-1.png);
    background-repeat: no-repeat;
    background-size: 3rem;
    background-position: right 1.5rem bottom 1.5rem;
    display: flex;
    flex-flow: column nowrap;
    gap: 3rem;
    padding: 2rem 1.5rem;
}
main .menu a p {
    font-size: 1.8rem;
    color: #04a60b;
}
main .menu a h3 {
    font-size: 2rem;
    font-weight: 900;
}
main .newsWrap {
    padding: 3rem 0;
}
main .newsWrap h2 {
    font-size: 2rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}
main .newsWrap h2 img {
    width: 3rem;
}
main .newsWrap > a {
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    border-radius: 2rem;
    background: #045204;
    width: max-content;
    margin: 0 auto;
}
main .newsWrap > a img {
    width: 1.5rem;
}
main .qnaWrap {
    padding-top: 3rem;
}
main .qnaWrap h2 {
    font-size: 2rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}
main .qnaWrap h2 img {
    width: 3rem;
}
main .qnaWrap > a {
    display: block;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
    background-color: #045204;
    padding: 2rem 1.5rem;
    border-radius: 2rem;
}
main .qnaWrap > a h3 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1.5rem;
}
main .qnaWrap > a p {
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 2.5rem;
}
main .qnaWrap > a .deco {
    padding: 1rem 1.5rem;
    border-radius: 2rem;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main .qnaWrap > a .deco span {
    font-size: 1.6rem;
    font-weight: 800;
}
main .qnaWrap > a .deco img {
    width: 2rem;
}
main .toggle {
    display: flex;
    flex-flow: column nowrap;
    gap: 2rem;
    margin-bottom: 8rem;
}
main .toggle .open {
    text-align: center;
}
main .toggle .open h3 {
    font-size: 1.6rem;
    font-weight: 800;
    padding: 3rem 0;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
    background: #ededed;
    border-radius: 1rem;
}
main .toggle .open pre {
    font-size: 1.4rem;
    padding: 2.5rem 1.5rem;
    line-height: 1.4;
    background-color: #fff;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
    position: relative;
}
main .toggle .open pre img {
    width: 3rem;
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
}

/* 리스트 */
main #filterFrm {
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
    margin-bottom: 2rem;
}
main #filterFrm h2 {
    font-size: 1.6rem;
    font-weight: 600;
}
main #filterFrm .date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}
main #filterFrm .date span {
    font-size: 1.8rem;
    font-weight: 900;
    width: 15%;
    text-align: center;
}
main #filterFrm .date input {
    width: 42.5%;
    border-radius: 1rem;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
    background-color: #ededed;
    border: 1px solid #1c1c1c;
    font-size: 1.6rem;
    padding: 1rem;
}
main #filterFrm .regionSearch {
    display: flex;
    gap: 1rem;
}
main #filterFrm .regionSearch .regionSel {
    width: 30%;
    position: relative;
}
main #filterFrm .regionSearch .regionSel > a {
    width: 100%;
    height: 4rem;
    background-color: #ededed;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
    border: 1px solid #1c1c1c;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    border-radius: 1rem;
    padding: 0 1rem;
    background-image: url(../img/arrow-8.png);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: right 1rem center;
}
main #filterFrm .regionSearch .regionSel .regionOption {
    position: absolute;
    left: 0;
    top: 4rem;
    background-color: #ededed;
    border: 1px solid #1c1c1c;
    z-index: 2222;
    border-radius: 1rem;
    display: none;
    flex-flow: column nowrap;
    width: 100%;
    height: 20rem;
    overflow-y: auto;

}
main #filterFrm .regionSearch .regionSel .regionOption a {
    font-size: 1.6rem;
    padding: 1rem;
    color: #848484;
    border-bottom: 1px solid #1c1c1c;
}
main #filterFrm .regionSearch .regionSel .regionOption a:last-child {
    border: none;
}
main #filterFrm .regionSearch > input {
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
    width: 70%;
    background-color: #ededed;
    border: 1px solid #1c1c1c;
    border-radius: 1rem;
    font-size: 1.6rem;
    padding: 0 1rem;
    background-image: url(../img/icon-2.png);
    background-repeat: no-repeat;
    background-size: 2rem;
    background-position: right 1rem center;
}
main .service {
    display: flex;
    flex-flow: column nowrap;
    gap: 2rem;
}
main .service > p {
    font-size: 1.6rem;
    font-weight: 800;
    text-align: center;
}
main .service a {
    background: #d7e5d6;
    border-radius: 2rem;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
    padding: 1.5rem;
    position: relative;
}
main .service a .statusRegion {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
}
main .service a .statusRegion span {
    font-size: 1.6rem;
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
    background: #fff;
    color: #dd331c;
}
main .service a .statusRegion em {
    font-size: 1.6rem;
    font-weight: 600;
    color: #024301;
}
main .service a p {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #3c393e;
}
main .service a h3 {
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 2rem;
    line-height: 1.4;
}
main .service a .gray {
    font-size: 1.4rem;
    color: #585d56;
}
main .service a button {
    width: 3rem;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
}
main .service a button img {
    width: 100%;
}
main .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6rem;
}
main .pagination button {
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 600;
}
main .pagination button.active {
    color: #0d7a0e;
}
main .pagination button img {
    width: 50%;
}

/* 질문 */
main .qna {
    display: flex;
    flex-flow: column nowrap;
    gap: 2rem;
}
main .qna .open {}
main .qna .open h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    line-height: 1.4;
    padding: 2.5rem 1.5rem;
    border-radius: 1rem;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    font-size: 1.6rem;
    font-weight: 600;
    color: #898989;
    border: 1px solid #bdbdbd;
}
main .qna .open h3 img {
    width: 2rem;
}
main .qna .open pre {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 600;
    padding: 1.5rem;
    border-bottom: 1px solid #045204;
    border-left: 1px solid #045204;
    border-right: 1px solid #045204;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

/* 뉴스 */
main .news {
    display: flex;
    flex-flow: column nowrap;
    gap: 2rem;
}
main .news a {
    border-radius: 1rem;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 2rem 1rem;
    display: flex;
    gap: 1rem;
}
main .news a .image {
    width: 45%;
    height: 12rem;
    border-radius: 1rem;
    overflow: hidden;
}
main .news a .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
main .news a .text {
    width: 55%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}
main .news a .text h3 {
    font-size: 1.6rem;
    font-weight: 800;
}
main .news a .text p {
    font-size: 1.4rem;
    line-height: 1.4;
}
main .news a .text .date {
    font-size: 1.4rem;
    color: #a0a0a0;
}
main .mainNews {
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 3rem;
    background-color: #ededed;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}
main .mainNews a {
    display: block;
    height: 35rem;
}
main .mainNews a .image {
    width: 100%;
    height: 50%;
    border-radius: 1rem;
    overflow: hidden;
}
main .mainNews a .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
main .mainNews a .text {
    width: 100%;
    height: 50%;
    padding: 1.5rem;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    background-color: #ededed;
}
main .mainNews a .text .company {
    padding: 0.5rem 1.5rem;
    font-size: 1.4rem;
    background: #fff;
    border-radius: 5rem;
    color: #e21500;
    width: max-content;
}
main .mainNews a .text h3 {
    font-size: 1.6rem;
    font-weight: 800;
}
main .mainNews a .text p {
    font-size: 1.4rem;
    line-height: 1.4;
}
main .mainNews a .text .date {
    font-size: 1.4rem;
    color: #a0a0a0;
    text-align: right;
}