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: 15rem;
}
header h1 a {
    width: 100%;
}
header h1 a img {
    width: 100%;
}
header h2 {
    font-size: 1.8rem;
    font-weight: 800;
}
header #menuBtn {
    width: 3rem;
    position: absolute;
    right: 1.5rem;
}
header #menuBtn img {
    width: 100%;
}
header #backBtn {
    width: 2.5rem;
    position: absolute;
    left: 1.5rem;
}
header #backBtn img {
    width: 100%;
}

nav {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 7rem;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
}
nav a {
    width: 25%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
nav a img {
    height: 2rem;
    margin-bottom: 1rem;
}
nav a span {
    font-size: 1.5rem;
    font-weight: 600;
    color: #a6a6a6;
}

.noticeBg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.5rem;
    z-index: 9999;
    top: 0;
}
.noticeBg .notice {
    background: #fff;
    border-radius: 1rem;
    width: 100%;
    padding: 2rem 1.5rem;
}
.noticeBg .notice .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
.noticeBg .notice .title h2 {
    font-size: 1.8rem;
    font-weight: 900;
}
.noticeBg .notice .title button {
    width: 2.5rem;
}
.noticeBg .notice .title button img {
    width: 100%;
}
.noticeBg .notice .resultWrap {
    display: flex;
    flex-flow: column nowrap;
    gap: 2rem;
}
.noticeBg .notice .resultWrap > p {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    padding: 10rem 0;
    color: #999999;
}
.noticeBg .notice .resultWrap .result {
    border-radius: 1rem;
    border: 1px solid #eaeaea;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
}
.noticeBg .notice .resultWrap .result .catScrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.noticeBg .notice .resultWrap .result .catScrap .category {
    display: flex;
    gap: 1rem;
}
.noticeBg .notice .resultWrap .result .catScrap .category span {
    border-radius: 5rem;
    padding: 0.5rem 1rem;
    color: #fff;
    font-size: 1.6rem;
    background: #000;
}
.noticeBg .notice .resultWrap .result .catScrap .category .cat {
    background: #0049fe;
}
.noticeBg .notice .resultWrap .result .catScrap .category .sta {
    background: #ff8500;
}
.noticeBg .notice .resultWrap .result .catScrap button {
    width: 2.5rem;
}
.noticeBg .notice .resultWrap .result .catScrap button img {
    width: 100%;
}
.noticeBg .notice .resultWrap .result h3 {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.4;
}
.noticeBg .notice .resultWrap .result .typeDate {
    display: flex;
    flex-flow: column nowrap;
    gap: 0.5rem;
}
.noticeBg .notice .resultWrap .result .typeDate p {
    font-size: 1.4rem;
    color: #646464;
    font-weight: 600;
    line-height: 1.2;
}
.noticeBg .notice .resultWrap .result .typeDate p span {
    font-size: 1.4rem;
    color: #646464;
    font-weight: 600;
}

main {
    padding: 0 1.5rem 10rem;
}
main .hot {
    padding-bottom: 2rem;
}
main .hot h2 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 2rem;
}
main .hot .hotSwiper {
    height: max-content;
    overflow: hidden;
}
main .hot .hotSwiper .swiper-wrapper {}
main .hot .hotSwiper .swiper-wrapper > p {
    font-size: 1.8rem;
    font-weight: 800;
    color: #999999;
    text-align: center;
    padding: 6rem 0;
    width: 100%;
}
main .hot .hotSwiper .swiper-wrapper .swiper-slide {
    height: 20rem;
    border-radius: 1rem;
    border: 1px solid #eaeaea;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    gap: 1.5rem;
}
main .hot .hotSwiper .swiper-wrapper .swiper-slide .catScrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main .hot .hotSwiper .swiper-wrapper .swiper-slide .catScrap .category {
    display: flex;
    gap: 1rem;
}
main .hot .hotSwiper .swiper-wrapper .swiper-slide .catScrap .category span {
    border-radius: 5rem;
    padding: 0.5rem 1rem;
    color: #fff;
    font-size: 1.6rem;
    background: #000;
}
main .hot .hotSwiper .swiper-wrapper .swiper-slide .catScrap .category .cat {
    background: #0049fe;
}
main .hot .hotSwiper .swiper-wrapper .swiper-slide .catScrap .category .sta {
    background: #ff8500;
}
main .hot .hotSwiper .swiper-wrapper .swiper-slide .catScrap button {
    width: 2.5rem;
}
main .hot .hotSwiper .swiper-wrapper .swiper-slide .catScrap button img {
    width: 100%;
}
main .hot .hotSwiper .swiper-wrapper .swiper-slide h3 {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.4;
}
main .hot .hotSwiper .swiper-wrapper .swiper-slide .typeDate {
    display: flex;
    flex-flow: column nowrap;
    gap: 0.5rem;
}
main .hot .hotSwiper .swiper-wrapper .swiper-slide .typeDate p {
    font-size: 1.4rem;
    color: #646464;
    font-weight: 600;
    line-height: 1.2;
}
main .hot .hotSwiper .swiper-wrapper .swiper-slide .typeDate p span {
    font-size: 1.4rem;
    color: #646464;
    font-weight: 600;
}
main .subscriptionWrap {
    padding: 2rem 0;
}
main .subscriptionWrap h2 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 2rem;
}
main .subscriptionWrap .subscription {
    display: flex;
    flex-flow: column nowrap;
    gap: 2rem;
}
main .subscriptionWrap .subscription a {
    border-radius: 1rem;
    height: 8rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 0 1.5rem;
    background-image: url(../img/main_arrow.png);
    background-size: 1rem;
    background-position: right 2rem center;
    background-repeat: no-repeat;
}
main .subscriptionWrap .subscription a:nth-of-type(1) {
    background-color: #5dc9fe;
}
main .subscriptionWrap .subscription a:nth-of-type(2) {
    background-color: #00acff;
}
main .subscriptionWrap .subscription a:nth-of-type(3) {
    background-color: #0092fc;
}
main .subscriptionWrap .subscription a img {
    width: 4rem;
}
main .subscriptionWrap .subscription a span {
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
}
main .onlineWrap {
    padding-top: 2rem;
}
main .onlineWrap h2 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 2rem;
}
main .onlineWrap .online {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    gap: 1rem;
}
main .onlineWrap .online a {
    width: calc(100% / 3);
    border-radius: 1rem;
    border: 1px solid #f2f2f2;
    padding: 1.5rem 1rem;
    display: flex;
    justify-content: space-between;
}
main .onlineWrap .online a h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-right: 0.5rem;
}
main .onlineWrap .online a p {
    font-size: 1.5rem;
    font-weight: 600;
}
main .onlineWrap .online a p span {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0049fe;
}
main .onlineWrap > a {
    border-radius: 1rem;
    height: 8rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 0 1.5rem;
    background-image: url(../img/main_arrow.png);
    background-size: 1rem;
    background-position: right 2rem center;
    background-repeat: no-repeat;
    background-color: #0049fe;
}
main .onlineWrap > a img {
    width: 4rem;
}
main .onlineWrap > a span {
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
}

/* 공고 */
main #filterFrm {
    display: flex;
    flex-flow: column nowrap;
    gap: 2rem;
    margin-bottom: 2rem;
}
main #filterFrm .top {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    height: 4rem;
}
main #filterFrm .top .search {
    height: 100%;
    width: 80%;
    position: relative;
    border: 1px solid #f3f3f3;
    border-radius: 1rem;
    overflow: hidden;
}
main #filterFrm .top .search img {
    width: 2rem;
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
}
main #filterFrm .top .search input {
    width: 100%;
    height: 100%;
    padding-left: 4rem;
    font-size: 1.4rem;
    background: none;
}
main #filterFrm .top button {
    color: #fff;
    font-size: 1.4rem;
    height: 100%;
    width: 20%;
    background: #0092fc;
    border-radius: 1rem;
}
main #filterFrm .bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
main #filterFrm .bottom .type {
    width: 50%;
    height: 4rem;
    display: flex;
    gap: 1rem;
    align-items: center;
}
main #filterFrm .bottom .type h2 {
    font-size: 1.4rem;
    font-weight: 800;
    width: 20%;
}
main #filterFrm .bottom .type .typeSel {
    position: relative;
    width: 80%;
}
main #filterFrm .bottom .type .typeSel > a {
    font-size: 1.4rem;
    border: 1px solid #e6e6e6;
    border-radius: 1rem;
    width: 100%;
    height: 100%;
    padding: 1rem;
    display: flex;
    align-items: center;
    background-image: url(../img/sub_arrow1.png);
    background-size: 1rem;
    background-position: right 1rem center;
    background-repeat: no-repeat;
}
main #filterFrm .bottom .type .typeSel .typeOption {
    display: none;
    flex-flow: column nowrap;
    background: #fff;
    border-radius: 1rem;
    position: absolute;
    top: 4rem;
    left: 0;
    width: 100%;
    z-index: 2222;
}
main #filterFrm .bottom .type .typeSel .typeOption a {
    font-size: 1.4rem;
    padding: 1rem;
}
main #filterFrm .bottom .status {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 1rem;
}
main #filterFrm .bottom .status h2 {
    font-size: 1.4rem;
    font-weight: 800;
    width: 40%;
}
main #filterFrm .bottom .status .statusSel {
    position: relative;
    width: 60%;
}
main #filterFrm .bottom .status .statusSel > a {
    font-size: 1.4rem;
    border: 1px solid #e6e6e6;
    border-radius: 1rem;
    width: 100%;
    height: 100%;
    padding: 1rem;
    display: flex;
    align-items: center;
    background-image: url(../img/sub_arrow1.png);
    background-size: 1rem;
    background-position: right 1rem center;
    background-repeat: no-repeat;
}
main #filterFrm .bottom .status .statusSel .statusOption {
    display: none;
    flex-flow: column nowrap;
    background: #fff;
    border-radius: 1rem;
    position: absolute;
    top: 4rem;
    left: 0;
    width: 100%;
    z-index: 2222;
}
main #filterFrm .bottom .status .statusSel .statusOption a {
    font-size: 1.4rem;
    padding: 1rem;
}
main #filterFrm .bottom .type .typeSel.active .typeOption,
main #filterFrm .bottom .status .statusSel.active .statusOption {
    display: flex;
}
main .resultWrap {
    display: flex;
    flex-flow: column nowrap;
    gap: 2rem;
}
main .resultWrap .result {
    border-radius: 1rem;
    border: 1px solid #eaeaea;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
}
main .resultWrap .result .catScrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main .resultWrap .result .catScrap .category {
    display: flex;
    gap: 1rem;
}
main .resultWrap .result .catScrap .category span {
    border-radius: 5rem;
    padding: 0.5rem 1rem;
    color: #fff;
    font-size: 1.6rem;
    background: #000;
}
main .resultWrap .result .catScrap .category .cat {
    background: #0049fe;
}
main .resultWrap .result .catScrap .category .sta {
    background: #ff8500;
}
main .resultWrap .result .catScrap button {
    width: 2.5rem;
}
main .resultWrap .result .catScrap button img {
    width: 100%;
}
main .resultWrap .result h3 {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.4;
}
main .resultWrap .result .typeDate {
    display: flex;
    flex-flow: column nowrap;
    gap: 0.5rem;
}
main .resultWrap .result .typeDate p {
    font-size: 1.4rem;
    color: #646464;
    font-weight: 600;
    line-height: 1.2;
}
main .resultWrap .result .typeDate p span {
    font-size: 1.4rem;
    color: #646464;
    font-weight: 600;
}
main .resultWrap .result > a {
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    padding: 1.5rem 0;
    width: 100%;
    background: #0092fc;
    text-align: center;
    border-radius: 1rem;
}
main .noResult {
    padding-top: 20rem;
}
main .noResult p {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    color: #999999;
    text-align: center;
}

/* 상세페이지 */
main > h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #0092fc;
    margin-bottom: 2rem;
}
main .box {
    border-radius: 1rem;
    padding: 1.5rem;
    margin-bottom: 4rem;
    border: 1px solid #f3f3f3;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
}
main .box h3 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
main .box h4 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #ff8500;
    margin-bottom: 1rem;
    line-height: 1.4;
}
main .box p {
    font-size: 1.6rem;
    margin-bottom: 3rem;
    line-height: 1.4;
}
main .box p:last-child {
    margin: 0;
}
main .box pre {
    font-size: 1.6rem;
    line-height: 1.4;
}
main .box pre em {
    font-size: 1.6rem;
    font-weight: 600;
    color: #ff8500;
    display: inline-block;
    margin-bottom: 0.5rem;
}
main .box pre b {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
}
main .box pre span {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #999999;
}
main > a {
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    padding: 2rem 0;
    width: 100%;
    background: #0092fc;
    text-align: center;
    border-radius: 1rem;
    display: inline-block;
}
main .categorySel {
    position: relative;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    margin-bottom: 3rem;
}
main .categorySel > a {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    background-image: url(../img/sub_arrow7.png);
    background-size: 1.5rem;
    background-repeat: no-repeat;
    background-position: right 1.5rem center;
    background-color: #0092fc;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 4rem;
    border-radius: 1rem;
}
main .categorySel .categoryOption {
    padding: 0.5rem 0;
    display: none;
    flex-flow: column nowrap;
    width: 100%;
    position: absolute;
    top: 4rem;
    left: 0;
    background: #fff;
}
main .categorySel .categoryOption.show {
    display: flex;
}
main .categorySel .categoryOption a {
    font-size: 1.6rem;
    font-weight: 600;
    padding: 1rem 0;
    text-align: center;
    color: #0092fc;
}
main .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
main .pagination a {
    font-size: 1.4rem;
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: #cbcbcb;
}
main .pagination a.active {
    background: #dff4ff;
    color: #0044fe;
}
main .pagination a img {
    height: 100%;
}
main .pagination a.arrow {
    height: 1.2rem;
}

/* 스크랩 */
main > .category {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
}
main > .category a {
    width: calc(100% / 3);
    padding: 1.5rem 0;
    font-size: 1.6rem;
    font-weight: 600;
    border-radius: 1rem;
    border: 1px solid #cacaca;
    color: #cacaca;
    text-align: center;
}
main > .category a.active {
    border: 1px solid #0049fe;
    color: #0049fe;
}
main .storage {
    display: flex;
    flex-flow: column nowrap;
    gap: 2rem;
}
main .storage .result {
    border-radius: 1rem;
    border: 1px solid #eaeaea;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
}
main .storage .result .catScrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main .storage .result .catScrap .category {
    display: flex;
    gap: 1rem;
}
main .storage .result .catScrap .category span {
    border-radius: 5rem;
    padding: 0.5rem 1rem;
    color: #fff;
    font-size: 1.6rem;
    background: #000;
}
main .storage .result .catScrap .category .cat {
    background: #0049fe;
}
main .storage .result .catScrap .category .sta {
    background: #ff8500;
}
main .storage .result .catScrap button {
    width: 2.5rem;
}
main .storage .result .catScrap button img {
    width: 100%;
}
main .storage .result h3 {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.4;
}
main .storage .result .typeDate {
    display: flex;
    flex-flow: column nowrap;
    gap: 0.5rem;
}
main .storage .result .typeDate p {
    font-size: 1.4rem;
    color: #646464;
    font-weight: 600;
    line-height: 1.2;
}
main .storage .result .typeDate p span {
    font-size: 1.4rem;
    color: #646464;
    font-weight: 600;
}
main .storage .result > a {
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    padding: 1.5rem 0;
    width: 100%;
    background: #0092fc;
    text-align: center;
    border-radius: 1rem;
}
main .storage > p {
    font-size: 1.8rem;
    font-weight: 800;
    text-align: center;
    padding-top: 20rem;
    color: #999999;
}