header {
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    padding: 0 1.5rem;
    z-index: 7777;
    background: #fff;
}
header h1 {
    width: 12rem;
}
header h1 a {
    width: 100%;
}
header h1 a img {
    width: 100%;
}
header #backBtn {
    width: 1.5rem;
    position: absolute;
    left: 1.5rem;
}
header #backBtn img {
    width: 100%;
}

main {
    padding: 2rem 1.5rem 10rem;
}
main > h2 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 4rem;
}
main > a {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 3rem;
}
main > a .image {
    width: 40%;
}
main > a .image img {
    width: 100%;
}
main > a .text {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    gap: 1rem;
}
main > a .text h3 {
    font-size: 1.6rem;
    font-weight: 800;
}
main > a .text p {
    font-size: 1.4rem;
    line-height: 1.4;
}
main > a .text span {
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
    background: #f96a00;
    border-radius: 0.5rem;
    color: #fff;
    width: max-content;
    font-weight: 600;
}
main .menu1Wrap {
    padding-bottom: 2rem;
}
main .menu1Wrap h2 {
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
}
main .menu1Wrap .menu1 {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
}
main .menu1Wrap .menu1 a {
    border-radius: 1rem;
    padding: 2rem 1.5rem 2rem 6rem;
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-image: url(../img/main-icon-1.png);
    background-size: 3rem;
    background-position: left 1.5rem center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main .menu1Wrap .menu1 a:last-child {
    background-image: url(../img/main-icon-2.png);
}
main .menu1Wrap .menu1 a h3 {
    font-size: 1.6rem;
    font-weight: 800;
}
main .menu1Wrap .menu1 a p {
    font-size: 1.4rem;
    color: #fff;
    border-radius: 1rem;
    background: #f96a00;
    padding: 1rem 1.5rem;
}
main .menu2 {
    display: flex;
    flex-flow: column nowrap;
    padding: 2rem 0;
}
main .menu2 a {
    padding: 2rem 0;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    gap: 1.5rem;
}
main .menu2 a:last-child {
    border: none;
}
main .menu2 a .image {
    width: 40%;
}
main .menu2 a .image img {
    width: 100%;
}
main .menu2 a .text {
    padding: 1rem 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    gap: 1rem;
}
main .menu2 a .text .num {
    font-size: 1.4rem;
    color: #f96a00;
    border-radius: 0.5rem;
    background: #faeee4;
    padding: 0.5rem 1rem;
    width: max-content;
}
main .menu2 a .text h3 {
    font-size: 1.6rem;
    font-weight: 800;
}
main .menu2 a .text p {
    font-size: 1.4rem;
}
main .newsWrap {
    padding-top: 2rem;
}
main .newsWrap h2 {
    font-size: 1.8rem;
    font-weight: 900;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}
main .newsWrap h2 a {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
main .newsWrap h2 a img {
    width: 1rem;
}
main .news {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
}
main .news a {
    display: flex;
    gap: 1.5rem;
}
main .news a .image {
    width: 40%;
    height: 10rem;
    border-radius: 1rem;
    overflow: hidden;
}
main .news a .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
main .news a .text {
    padding: 0.5rem 0;
}
main .news a .text h3 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}
main .news a .text p {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
}
main .news a .text .date {}

/* 서브 */
main .box {
    padding: 1.5rem;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
    border: 1px solid #e7e7e7;
}
main .box h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #f96a00;
    margin-bottom: 1.5rem;
}
main .box pre {
    font-size: 1.4rem;
    line-height: 1.4;
}

/* 질문 */
main .qna {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
}
main .qna .open {
    padding: 0 1.5rem;
    border: 1px solid #f1f1f1;
    border-radius: 1rem;
}
main .qna .open h3 {
    font-size: 1.6rem;
    font-weight: 800;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
    gap: 1rem;
    line-height: 1.4;
}
main .qna .open h3 span {
    font-size: 1.4rem;
    color: #fff;
    background: #f96a00;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
}
main .qna .open pre {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 1.5rem 0;
}

/* 사이버 */
main #filterFrm {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}
main #filterFrm select {
    width: 40%;
    font-size: 1.4rem;
    padding: 1.5rem 1rem;
    border-radius: 1rem;
    background-color: #f4f4f4;
    background-image: url(../img/arrow-3.png);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: right 1rem center;
    border: none;
}
main #filterFrm select option {
    font-size: 1.4rem;
}
main #filterFrm input {
    width: 60%;
    font-size: 1.4rem;
    padding: 1.5rem 1rem;
    border-radius: 1rem;
    background-color: #f4f4f4;
    background-image: url(../img/ssearch.png);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: right 1rem center;
}
main .cyber {
    display: flex;
    flex-flow: column nowrap;
}
main .cyber a {
    padding: 2rem 0;
    border-bottom: 1px solid #f0f0f0;
}
main .cyber a .categoryFee {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
}
main .cyber a .categoryFee span {
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
    background: #faeee4;
    color: #f96a00;
}
main .cyber a .categoryFee span:last-child {
    background: #fcf7eb;
    color: #ffca41;
}
main .cyber a h3 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}
main .cyber a .dateWrap {
    display: flex;
    justify-content: space-between;
}
main .cyber a .dateWrap p {
    font-size: 1.4rem;
    font-weight: 800;
    display: flex;
    gap: 1rem;
}
main .cyber a .dateWrap p span {
    font-size: 1.4rem;
}
main .pagination {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
    gap: 2rem;
}
main .pagination a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    border-bottom: 1px solid #fff;
    font-weight: 600;
}
main .pagination a.active {
    font-weight: 800;
    border-bottom: 1px solid #f96a00;
    color: #f96a00;
}
main .pagination a img {
    width: 50%;
}

/* 집합 */
main .offResult {}
main .offResult h3 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #f96a00;
    padding: 2rem 0;
    line-height: 1.4;
}
main .offResult > a {
    padding: 2rem 0;
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
    width: 100%;
}
main .offResult > a h4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.4;
}
main .offResult > a span {
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    padding: 1rem;
    border-radius: 1rem;
    background: #f96a00;
    white-space: nowrap;
}
main > h3 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #f96a00;
    margin-bottom: 1.5rem;
}
main .box {}
main .box h4 {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 1.5rem;
}
main .box h4 span {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.4;
}
main .box p {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}
main .box p span {
    display: inline-block;
    font-size: 1.4rem;
    background: #faeee4;
    border-radius: 0.5rem;
    padding: 0.5rem 0;
    color: #f96a00;
    font-weight: 600;
    width: 25%;
    text-align: center;
}
main .box p:last-child {
    margin: 0;
}