header {
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    padding: 0 1.5rem;
    z-index: 7777;
    background: #fff;
    border-bottom: 1px solid #9d9d9d;
}
header h1 {
    width: 12rem;
}
header h1 a {
    width: 100%;
}
header h1 a img {
    width: 100%;
}
header #menuBtn {
    width: 2rem;
    position: absolute;
    right: 1.5rem;
}
header #menuBtn img {
    width: 100%;
}
header #backBtn {
    width: 1.5rem;
    position: absolute;
    left: 1.5rem;
}
header #backBtn img {
    width: 100%;
}

.navBg {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 8888;
}
nav {
    background-color: #fff;
    display: flex;
    flex-flow: column nowrap;
    width: 70%;
    height: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    padding: 6rem 1.5rem 0;
}
nav button {
    width: 2rem;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
}
nav button img {
    width: 100%;
}
nav a {
    display: flex;
    align-items: center;
    padding: 2rem 1.5rem;
    gap: 1rem;
    font-size: 1.6rem;
    font-weight: 600;
}
nav a.active {
    background: #f5f5f5;
    color: #f56b00;
}
nav a img {
    width: 2rem;
}

main {
    padding-bottom: 10rem;
}
main .bnr {
    display: flex;
    align-items: center;
    height: 15rem;
    padding: 0 1.5rem;
    background-image: url(../img/main-img.png);
    background-position: right 1.5rem bottom;
    background-repeat: no-repeat;
    background-size: 15rem;
}
main .bnr p {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
}
main .bnr p span {
    font-size: 1.8rem;
    font-weight: 800;
    color: #f56b00;
}
main .aptWrap {
    padding: 4rem 1.5rem;
    background: #f5f5f5;
}
main .aptWrap h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}
main .aptWrap h2 a {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
main .aptWrap h2 a img {
    width: 1rem;
}
main .aptWrap .apt {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
main .aptWrap .apt a {
    width: 50%;
    border-radius: 1rem;
    background: #fff;
    padding: 1.5rem 1rem;
    position: relative;
}
main .aptWrap .apt a p {
    font-size: 1.4rem;
    font-weight: 600;
}
main .aptWrap .apt a p span {
    font-size: 1.4rem;
    font-weight: 600;
}
main .aptWrap .apt a p.AIS_TP_CD_NM {
    color: #f56b00;
    margin-bottom: 0.5rem;
}
main .aptWrap .apt a p.PAN_SS {
    color: #fff;
    background: #f56b00;
    border-radius: 0.5rem;
    padding: 0.5rem 0.5rem;
    width: max-content;
    margin-bottom: 0.5rem;
}
main .aptWrap .apt a h3 {
    margin: 1.5rem 0;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.4;
}
main .aptWrap .apt a button {
    width: 2rem;
    position: absolute;
    right: 1rem;
    top: 1.5rem;
}
main .aptWrap .apt a button img {
    width: 100%;
}
main .shortcut {
    padding: 4rem 1.5rem;
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
}
main .shortcut a {
    border-radius: 1rem;
    border: 1px solid #eaeaea;
    font-size: 1.6rem;
    padding: 0 2rem;
    height: 10rem;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    background-image: url(../img/main-btn-1.png);
    background-position: right 3rem center;
    background-repeat: no-repeat;
    background-size: auto 5rem;
}
main .shortcut a:nth-of-type(2) {
    background-image: url(../img/main-btn-4.png);
    background-size: 4rem;
}
main .shortcut a span {
    font-size: 1.8rem;
    font-weight: 800;
    color: #f56b00;
    margin-top: 0.5rem;
}
main .menuWrap {
    padding: 0 1.5rem;
}
main .menuWrap h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #f56b00;
    margin-bottom: 1.5rem;
}
main .menuWrap .menu {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 1.5rem;
}
main .menuWrap .menu a {
    width: calc(50% - 0.75rem);
    height: 12rem;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 1rem;
    background: #f5f5f5;
}
main .menuWrap .menu a img {
    height: 5rem;
}
main .menuWrap .menu a span {
    font-size: 1.6rem;
    font-weight: 800;
}

main > h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #f56b00;
    padding: 2rem 3rem;
    position: relative;
}
main > h2::before {
    content: '';
    background: #f56b00;
    width: 1rem;
    height: 1rem;
    display: inline-block;
    position: absolute;
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
}
main > pre {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 3rem;
    padding: 0 1.5rem;
}
main > pre em {
    font-size: 1.6rem;
    color: #f56b00;
    font-weight: 600;
    display: inline-block;
}
main .box {
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    background: #f5f5f5;
    margin: 0 1.5rem 2rem;
}
main .box pre {
    font-size: 1.6rem;
    line-height: 1.4;
}
main .box pre em {
    font-size: 1.6rem;
    color: #f56b00;
    font-weight: 600;
    display: inline-block;
}
main > pre span {
    font-size: 1.6rem;
    color: #828282;
    line-height: 1.4;
}
main .box pre b {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: inline-block;
}
main .box pre span {
    font-size: 1.6rem;
    line-height: 1.4;
}
main > a {
    border-radius: 1rem;
    border: 1px solid #e9e9e9;
    font-size: 1.6rem;
    padding: 0 2rem;
    height: 10rem;
    width: calc(100% - 3rem);
    margin: 0 1.5rem;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    background-image: url(../img/main-btn-4.png);
    background-position: right 4rem center;
    background-repeat: no-repeat;
    background-size: 4rem;
}
main > a span {
    font-size: 1.8rem;
    font-weight: 800;
    color: #f56b00;
    margin-top: 0.5rem;
}

/* 공고 */
main #filterFrm {
    padding: 0 1.5rem 4rem;
}
main #filterFrm .search {
    background: #f5f5f5;
    height: 5rem;
    width: 100%;
    border-radius: 1rem;
    position: relative;
    margin-bottom: 1.5rem;
}
main #filterFrm .search input {
    padding: 0 2rem;
    background: none;
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
}
main #filterFrm .search img {
    width: 2rem;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
}
main #filterFrm .selectWrap {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
main #filterFrm .select {
    width: 50%;
    height: 5rem;
    position: relative;
}
main #filterFrm .select > a {
    height: 100%;
    width: 100%;
    font-size: 1.6rem;
    border-radius: 1rem;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    padding: 0 2rem;
    background-image: url(../img/arrow-1.png);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: right 2rem center;
}
main #filterFrm .select .option {
    display: none;
    flex-flow: column nowrap;
    background: #fff;
    position: absolute;
    left: 0;
    top: 5rem;
    z-index: 2222;
    width: 100%;
    height: 20rem;
    overflow-y: auto;
}
main #filterFrm .select .option a {
    line-height: 1.2;
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
    font-weight: 600;
}
main #filterFrm .select .option a.active {
    color: #f56b00;
}
main .result {
    display: flex;
    flex-flow: column nowrap;
    gap: 2rem;
    padding: 0 1.5rem;
}
main .result a {
    border-radius: 1rem;
    background: #fff;
    padding: 1.5rem;
    position: relative;
    border: 1px solid #e9e9e9;
}
main .result a .top {
    display: flex;
    align-items: center;
    gap: 1rem;
}
main .result a .bottom {
    display: flex;
    align-items: center;
    gap: 1rem;
}
main .result a p {
    font-size: 1.6rem;
    font-weight: 600;
}
main .result a p span {
    font-size: 1.6rem;
    font-weight: 600;
}
main .result a p.AIS_TP_CD_NM {
    color: #f56b00;
}
main .result a p.PAN_SS {
    color: #fff;
    background: #f56b00;
    border-radius: 0.5rem;
    padding: 0.5rem 0.5rem;
    width: max-content;
}
main .result a h3 {
    margin: 1.5rem 0;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.4;
}
main .result a button {
    width: 2rem;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
}
main .result a button img {
    width: 100%;
}
main .noResult {
    font-size: 1.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15rem;
}
main .pagination {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}
main .pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    font-size: 1.6rem;
}
main .pagination a img {
    width: 30%;
}
main .pagination span {
    width: 4rem;
    height: 4rem;
    font-size: 1.6rem;
    color: #f56b00;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 스크랩 */
main > .select {
    width: calc(100% - 3rem);
    height: 5rem;
    position: relative;
    margin: 0 1.5rem 1.5rem;
}
main > .select > a {
    height: 100%;
    width: 100%;
    font-size: 1.6rem;
    border-radius: 1rem;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    padding: 0 2rem;
    background-image: url(../img/arrow-1.png);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: right 2rem center;
}
main > .select .option {
    display: none;
    flex-flow: column nowrap;
    background: #fff;
    position: absolute;
    left: 0;
    top: 5rem;
    z-index: 2222;
    width: 100%;
    height: 20rem;
    overflow-y: auto;
}
main > .select .option a {
    line-height: 1.2;
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
    font-weight: 600;
}

/* Q&A */
main .qna {
    margin: 0 1.5rem;
    border-top: 1px solid #d6d6d6;
}
main .qna .open {
    border-bottom: 1px solid #d6d6d6;
}
main .qna .open h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 1.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
}
main .qna .open h3 img {
    width: 1.5rem;
}
main .qna .open pre {
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 2rem 1.5rem;
}