header {
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    padding: 0 1.5rem;
    z-index: 7777;
    background: #1f85ff;
}
header h1 {}
header h1 a {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
}
header h1 a img {
    width: 2.5rem;
    margin-right: 0.5rem;
}
header #menuBtn {
    width: 2.5rem;
}
header #menuBtn img {
    width: 100%;
}
header #backBtn {
    width: 1.5rem;
}
header #backBtn img {
    width: 100%;
}
header h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}

.navBg {
    background: rgba(0, 0, 0, 0.2);
    width: 30%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8888;
}
nav {
    display: flex;
    flex-flow: column nowrap;
    width: 70%;
    height: 100vh;
    overflow: scroll;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    padding-top: 8rem;
}
.navBlur {
    background-color: rgba(255, 255, 255, 0.9);
    width: 70%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 8888;
    backdrop-filter: blur(10px);
}
nav button {
    width: 2.5rem;
    position: absolute;
    right: 1.5rem;
    top: 3rem;
}
nav button img {
    width: 100%;
}
nav > a {
    background: #fff;
    box-shadow: 1px 1px 10px -1px rgba(0, 0, 0, 0.1);
    font-size: 1.8rem;
    font-weight: 600;
    padding: 2rem;
    color: #1f85ff;
}
nav .sub {
    display: flex;
    flex-flow: column nowrap;
}
nav .sub a {
    font-size: 1.8rem;
    padding: 2rem;
    color: #536069;
}

main {
    min-height: 100vh;
    background: #f2f5f7;
    padding-bottom: 10rem;
}
main .testWrap {
    height: 32rem;
    position: relative;
}
main .testWrap .blue {
    height: 10rem;
    background: #1f85ff;
}
main .testWrap .test {
    padding: 2.5rem 0;
    width: calc(100% - 3rem);
    height: 100%;
    border-radius: 1rem;
    background: #fff;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    box-shadow: 1px 1px 10px -1px rgba(0, 0, 0, 0.1);
}
main .testWrap .test h2 {
    font-size: 2rem;
    font-weight: 900;
}
main .testWrap .test p {
    font-size: 1.6rem;
    font-weight: 600;
    color: #717f8c;
}
main .testWrap .test img {
    width: 15rem;
}
main .testWrap .test a {
    font-size: 1.8rem;
    font-weight: 800;
    width: 100%;
    border-radius: 1rem;
    background: #e7f1f7;
    padding: 1.5rem 0;
    width: 60%;
    margin: 0 auto;
}
main .planWrap {
    padding: 3rem 1.5rem;
}
main .planWrap h2 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}
main .planWrap .plan {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
main .planWrap .plan a {
    width: calc(100% / 3);
}
main .planWrap .plan a .white {
    background: #fff;
    border-radius: 1rem;
    width: 100%;
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    box-shadow: 1px 1px 10px -1px rgba(0, 0, 0, 0.1);
}
main .planWrap .plan a .white img {
    height: 6rem;
}
main .planWrap .plan a h3 {
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
}
main .noti {
    padding: 1rem 1.5rem 0;
}
main .noti h2 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main .noti h2 a {
    width: 2.5rem;
    margin-right: 1rem;
}
main .noti h2 a img {
    width: 100%;
}
main .noti .gongSwiper {
    height: max-content;
    padding-bottom: 1rem;
    overflow: hidden;
}
main .noti .gongSwiper .swiper-wrapper {}
main .noti .gongSwiper .swiper-wrapper .swiper-slide {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    background: #fff;
    box-shadow: 1px 1px 10px -1px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    padding: 1rem 2rem;
    height: 34rem;
}
main .noti .gongSwiper .swiper-wrapper .swiper-slide > span {
    border-radius: 5rem;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 1rem 1.5rem;
    width: max-content;
    background: #e7f1f7;
    display: inline-block;
}
main .noti .gongSwiper .swiper-wrapper .swiper-slide > h2 {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 1rem;
}
main .noti .gongSwiper .swiper-wrapper .swiper-slide .icon {
    display: flex;
    margin-bottom: 1rem;
}
main .noti .gongSwiper .swiper-wrapper .swiper-slide .icon h3 {
    font-size: 1.6rem;
    font-weight: 600;
    width: 35%;
    display: flex;
    align-items: center;
    color: #697986;
}
main .noti .gongSwiper .swiper-wrapper .swiper-slide .icon h3 img {
    width: 1.5rem;
    margin-right: 0.5rem;
}
main .noti .gongSwiper .swiper-wrapper .swiper-slide .icon p {
    font-size: 1.6rem;
    line-height: 1.4;
    word-break: break-all;
    width: 65%;
}
main .noti .gongSwiper .swiper-wrapper .swiper-slide .buttonWrap {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
}
main .noti .gongSwiper .swiper-wrapper .swiper-slide .buttonWrap a {
    width: 50%;
    font-weight: 600;
    border-radius: 1rem;
    font-size: 1.4rem;
    text-align: center;
    padding: 1.5rem 0;
    background: #e7f1f7;
}
main .serviceWrap {
    padding: 2rem 1.5rem;
}
main .serviceWrap h2 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}
main .serviceWrap .service {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
}
main .serviceWrap .service a {
    width: 50%;
    border-radius: 1rem;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    height: 12rem;
    background: #fff;
    box-shadow: 1px 1px 10px -1px rgba(0, 0, 0, 0.1);
}
main .serviceWrap .service a h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #1f85ff;
}
main .serviceWrap .service a p {
    font-size: 1.6rem;
    font-weight: 600;
}

/* 공고 일정 */
main .title {
    background: #fff;
}
main .detail {
    padding: 2rem 1.5rem;
}
main .detail h3 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}
main .buttonWrap {
    display: flex;
    justify-content: center;
}
main .buttonWrap button {
    font-size: 1.6rem;
    color: #fff;
    border-radius: 1rem;
    background: #1f85ff;
    padding: 2rem 0;
    margin: 0 auto;
    width: calc(100% - 3rem);
    text-align: center;
}
main .title h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #1f85ff;
    padding: 3rem 1.5rem;
}
main .title h2 span {
    font-size: 2rem;
    font-weight: 800;
    color: #1f85ff;
    margin-right: 0.5rem;
}
main .category {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    background: #fff;
    padding: 1.5rem;
}
main .category a {
    background: #f2f4f6;
    border: 1px solid #e7ebf3;
    font-size: 1.6rem;
    width: 25%;
    border-radius: 1rem;
    text-align: center;
    padding: 1rem 0;
    color: #93a0a7;
}
main #searchFrm {
    padding: 1.5rem;
    position: relative;
}
main #searchFrm input {
    background: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 1.5rem;
    border-radius: 1rem;
    width: 100%;
}
main #searchFrm button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
}
main #searchFrm i {
    color: #697986;
    font-size: 2rem;
}
main .filterResult {
    padding: 1.5rem;
}
main .filterResult select {
    border-radius: 1rem;
    border: none;
    font-weight: 600;
    padding: 1rem 4rem 1rem 1rem;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    background-color: #fff;
    background-image: url(../img/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: right 1rem center;
}
main .filterResult select option {
    font-size: 1.6rem;
}
main .resultWrap {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}
main .result {
    background: #fff;
    box-shadow: 1px 1px 10px -1px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    padding: 2rem;
    margin-bottom: 1.5rem;
}
main .result > span {
    border-radius: 5rem;
    font-size: 1.6rem;
    padding: 0.8rem 1.5rem;
    background: #e7f1f7;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.4;
    width: max-content;
    display: inline-block;
}
main .result > h2 {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 1rem;
}
main .result h4 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #1f85ff;
    margin-bottom: 1rem;
}
main .result p {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 1.5rem;
}
main .result p:last-child {
    margin: 0;
}
main .result .icon {
    display: flex;
    margin-bottom: 1rem;
}
main .result .icon h3 {
    font-size: 1.6rem;
    font-weight: 600;
    width: 30%;
    display: flex;
    align-items: center;
}
main .result .icon h3 img {
    width: 1.5rem;
    margin-right: 0.5rem;
}
main .result .icon p {
    font-size: 1.6rem;
    word-break: break-all;
    width: 70%;
    line-height: 1.4;
    font-weight: 500;
    margin: 0;
}
main .result .buttonWrap {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    padding-top: 1rem;
}
main .result .buttonWrap a {
    width: 50%;
    font-weight: 600;
    border-radius: 1rem;
    font-size: 1.6rem;
    text-align: center;
    padding: 1.2rem 0;
    background: #e7f1f7;
}
main .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}
main .pagination a {
    font-size: 1.8rem;
    width: 3rem;
    text-align: center;
}
main .pagination a img {
    width: 1.5rem;
}
main .pagination span {
    font-size: 1.8rem;
    width: 3rem;
    text-align: center;
}
main .pagination span img {
    width: 1.5rem;
}
.noResult {
    padding: 10rem 0;
    height: 100%;
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
}

/* 자주 묻는 질문 */
main .contents {
    padding: 2rem 1.5rem;
}
main .contents .open {
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 1.5rem;
}
main .contents .open h3 {
    font-size: 1.6rem;
    padding: 2rem 1.5rem;
    color: #fff;
    line-height: 1.4;
    background: #1f85ff;
    font-weight: 600;
}
main .contents .open pre {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 600;
    padding: 1.5rem;
    background: #fff;
}

/* 온라인 */
#sub {
    padding: 0 1.5rem 10rem;
}
main .onlineSelect {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
}
main .onlineSelect h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #1f85ff;
}
main .onlineSelect select {
    border-radius: 1rem;
    font-weight: 600;
    border: none;
    padding: 1rem 4rem 1rem 1rem;
    font-size: 1.6rem;
    background-color: #fff;
    background-image: url(../img/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: right 1rem center;
}
main .onlineSelect select option {
    font-size: 1.6rem;
}
main > h3 {
    font-size: 2rem;
    font-weight: 900;
    margin: 3rem 0 1.5rem;
}
main .box {
    background: #fff;
    box-shadow: 1px 1px 10px -1px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    padding: 2rem;
    margin-bottom: 1.5rem;
}
main .box h4 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #1f85ff;
    margin-bottom: 1rem;
}
main .box h5 {
    font-size: 1.6rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    line-height: 1.4;
}
main .box h5 span {
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    background: #1f85ff;
    border-radius: 0.8rem;
    width: 4rem;
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
}
main .box pre {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
}
main .box pre b {
    font-size: 1.6rem;
    font-weight: 900;
    color: #1f85ff;
    margin-bottom: 1rem;
    display: inline-block;
}

/* 계산기 */
#calcMain {
    padding-top: 3rem;
}
main .tabs {
    position: relative;
    height: 5rem;
    display: flex;
    padding: .5rem;
    border-radius: 1rem;
    margin: 0 1.5rem 3rem;
    background: #d2d2d2;
}
main .tab {
    width: 50%;
    z-index: 11;
    color: #fff;
    cursor: pointer;
    font-weight: 300;
    font-size: 1.8rem;
    display: flex;justify-content: center;align-items: center;
}
main .slide {
    border-radius: .5rem;
    background-color: #fff;
    width: calc(50% - .5rem);
    height: calc(100% - 1rem);
    position: absolute;
    left: .5rem;
    top: .5rem;
    transition: .3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
main .tab.move {
    color: #1f85ff;
    font-weight: 800;
}
main .slide.move {
    left: 50%;
}

.calc_wrap {
    margin: 1.5rem 1.5rem 3rem;
}
.calc_wrap h2 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #1d3651;
}
.calc_wrap .grid {
    display: grid;
    margin: 1.5rem 0 3rem;
    border: 1px solid #a9b4c4;
    grid-template-columns: repeat(2, 1fr);
}
.calc_wrap .grid .inputname {
    padding: 1.5rem;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
    color: #646b71;
    text-align: center;
    border-right: 1px solid #a9b4c4;
    border-bottom: 1px solid #a9b4c4;
    background-color: #e7f1f7;
}
.calc_wrap .grid .inputname:last-of-type {
    border-bottom: none;
}
.calc_wrap .grid span {
    position: relative;
    display: flex;gap: .5rem;align-items: center;
    border-bottom: 1px solid #a9b4c4;
}
.calc_wrap .grid span:last-of-type {
    border-bottom: none;
}
.calc_wrap .grid span p {
    font-size: 1.4rem;
    color: #aaa;
    position: absolute;
    top: 50%;right: 1rem;
    transform: translateY(-50%);
}
.calc_wrap .grid input[type="text"] {
    border-bottom: 1px solid #a9b4c4;
    font-size: 1.4rem;
    width: 100%;height: 100%;
    padding: 1.5rem 3rem 1.5rem 1.5rem;
    color: #758190;
}
.calc_wrap .grid input[type="text"]:last-of-type {
    border-bottom: none;
}
.calc_wrap .grid input[type="text"]::placeholder {
    color: #d2d2d2;
}

#beforeOnlyCheck label {
    display: flex;justify-content: end;align-items: center;gap: .5rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #707d8c;
    cursor: pointer;
}
.commonBtn {
    color: #fff;
    display: block;
    margin: 1.5rem;
    padding: 1.7rem;
    font-weight: bold;
    font-size: 1.6rem;
    border-radius: 1rem;
    width: calc(100% - 3rem);
    background-color: #1f85ff;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    input[type='checkbox'] {
        --active: #798593;
        --active-inner: #fff;
        --focus: 2px rgba(39, 94, 254, .3);
        --border: #798593;
        --background: #fff;
        --disabled: #F6F8FF;
        --disabled-inner: #798593;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 15px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid #798593;
        background: var(--b, var(--background));
        transition: background .3s, border-color .3s, box-shadow .2s;
    }
    input[type='checkbox']:after {
        content: '';
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }
    input[type='checkbox']:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: .3s;
        --d-t: .6s;
        --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }
    input[type='checkbox']:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: .9;
    }
    input[type='checkbox']:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
    }
    input[type='checkbox']:disabled + label {
        cursor: not-allowed;
    }
    input[type='checkbox']:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }
    input[type='checkbox']:focus {
        box-shadow: 0 0 0 var(--focus);
    }
    input[type='checkbox']:not(.switch) {
        width: 15px;
    }
    input[type='checkbox']:not(.switch):after {
        opacity: var(--o, 0);
    }
    input[type='checkbox']:not(.switch):checked {
        --o: 1;
    }
    input[type='checkbox'] + label {
        font-size: 1.4rem;
        line-height: 15px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        color: #727f8d;
        margin-left: 4px;
    }
    input[type='checkbox']:not(.switch) {
        border-radius: 7px;
    }
    input[type='checkbox']:not(.switch):after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 4px;
        transform: rotate(var(--r, 20deg));
    }
    input[type='checkbox']:not(.switch):checked {
        --r: 43deg;
    }
    input[type='checkbox'].switch {
        width: 32px;
        border-radius: 11px;
    }
    input[type='checkbox'].switch:after {
        left: 1px;
        top: 1px;
        border-radius: 50%;
        width: 11px;
        height: 11px;
        background: var(--ab, var(--border));
        transform: translateX(var(--x, 0));
    }
    input[type='checkbox'].switch:checked {
        --ab: var(--active-inner);
        --x: 17px;
    }
    input[type='checkbox'].switch:disabled:not(:checked):after {
        opacity: .6;
    }
    
    
}