header {
    height: 5rem;
    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 #menuBtn {
    width: 2rem;
    position: absolute;
    right: 1.5rem;
}
header #menuBtn img {
    width: 100%;
}
header #backBtn {
    width: 2rem;
    position: absolute;
    left: 1.5rem;
}
header #backBtn img {
    width: 100%;
}

.navBg {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 8888;
}
nav {
    background-color: #fff;
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    width: 70%;
    position: fixed;
    overflow-y: auto;
    bottom: 0;
    right: 0;
    z-index: 9999;
    padding: 6rem 1.5rem 0;
}
nav button {
    width: 2rem;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}
nav button img {
    width: 100%;
}
nav h2 {
    font-size: 1.6rem;
    font-weight: 800;
    padding: 3rem 0;
}
nav > a {
    font-size: 1.6rem;
    font-weight: 800;
    padding: 2rem 0;
}
nav .sub {
    display: flex;
    flex-flow: column nowrap;
}
nav .sub a {
    font-size: 1.4rem;
    padding: 1.5rem 0 1.5rem 3rem;
    position: relative;
}
nav .sub a:last-child::after {
    top: 1rem;
    height: 2.1rem;
}
nav .sub a::before {
    content: '';
    width: 2rem;
    height: 0.1rem;
    background: #333;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
nav .sub a::after {
    content: '';
    width: 0.1rem;
    height: 4.4rem;
    background: #333;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

main {
    padding: 2rem 1.5rem 10rem;
}
main .noticeSwiper {
    height: max-content;
    overflow: hidden;
    padding-bottom: 4rem;
}
main .noticeSwiper .swiper-pagination {
    bottom: 1.5rem;
}
main .noticeSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 1.5rem;
    height: 1.5rem;
    background: #e8e8e8;
    opacity: 1;
}
main .noticeSwiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 3rem;
    border-radius: 5rem;
    background: #1662b0;
}
main .noticeSwiper h2 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main .noticeSwiper h2 a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.4rem;
}
main .noticeSwiper h2 a img {
    width: 1rem;
}
main .noticeSwiper .swiper-slide {
    border-radius: 1rem;
    border: 1px solid #9b9b9b;
    padding: 2rem 1.5rem;
}
main .noticeSwiper .swiper-slide .typeWrap {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}
main .noticeSwiper .swiper-slide .typeWrap .type {
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    background: #e1f1ff;
    color: #0f5eae;
    font-size: 1.4rem;
}
main .noticeSwiper .swiper-slide h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #0f5eae;
    margin-bottom: 2rem;
    line-height: 1.4;
}
main .noticeSwiper .swiper-slide .detailWrap {
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
}
main .noticeSwiper .swiper-slide .detailWrap p {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
main .noticeSwiper .swiper-slide .detailWrap p img {
    width: 1.5rem;
}
main .noticeSwiper .swiper-slide .detailWrap p span {
    font-size: 1.4rem;
}
main .menuWrap {
    padding: 2rem 0;
}
main .menuWrap h2 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 1rem;
}
main .menuWrap .menu {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
}
main .menuWrap .menu .top {
    display: flex;
    gap: 1.5rem;
}
main .menuWrap .menu .top > a {
    width: 50%;
    position: relative;
}
main .menuWrap .menu .top > a img {
    width: 100%;
}
main .menuWrap .menu .top > a h3 {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.4;
    position: absolute;
    top: 2rem;
    left: 1.5rem;
}
main .menuWrap .menu .top .right {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
    width: 50%;
}
main .menuWrap .menu .top .right a {
    height: 50%;
    position: relative;
}
main .menuWrap .menu .top .right a img {
    width: 100%;
}
main .menuWrap .menu .top .right a h3 {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.4;
    position: absolute;
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
}
main .menuWrap .menu .bottom {
    display: flex;
    gap: 1.5rem;
}
main .menuWrap .menu .bottom a {
    width: 50%;
    position: relative;
}
main .menuWrap .menu .bottom a img {
    width: 100%;
}
main .menuWrap .menu .bottom a h3 {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.4;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1.5rem;
}
main .menu2Wrap {
    padding-top: 2rem;
}
main .menu2Wrap h2 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 1rem;
}
main .menu2Wrap .menu2 {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
}
main .menu2Wrap a {
    width: 100%;
    position: relative;
}
main .menu2Wrap a img {
    width: 100%;
}
main .menu2Wrap a .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1.5rem;
}
main .menu2Wrap a .text p {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}
main .menu2Wrap a .text h3 {
    font-size: 1.6rem;
    font-weight: 800;
}

/* 검색 */
main #filterFrm {
    display: flex;
    gap: 1rem;
    height: 5rem;
    margin-bottom: 3rem;
}
main #filterFrm input {
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
    border-radius: 1rem;
    padding: 0 1.5rem;
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    background-position: right 1.5rem center;
    background-size: 1.5rem;
    height: 100%;
    font-size: 1.4rem;
    width: 70%;
}
main #filterFrm select {
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
    border-radius: 1rem;
    padding: 0 1.5rem;
    background-image: url(../img/arrow-2.png);
    background-repeat: no-repeat;
    background-position: right 1.5rem center;
    background-size: 1.5rem;
    border: none;
    font-size: 1.4rem;
    width: 30%;
}
main #filterFrm select option {
    font-size: 1.4rem;
}
main .result {
    display: flex;
    flex-flow: column nowrap;
    gap: 2rem;
}
main .result a {
    border-radius: 1rem;
    border: 1px solid #9b9b9b;
    padding: 2rem 1.5rem;
}
main .result a .typeWrap {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}
main .result a .typeWrap .type {
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    background: #e1f1ff;
    color: #0f5eae;
    font-size: 1.4rem;
}
main .result a h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #0f5eae;
    margin-bottom: 2rem;
    line-height: 1.4;
}
main .result a .detailWrap {
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
}
main .result a .detailWrap p {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
main .result a .detailWrap p img {
    width: 1.5rem;
}
main .result a .detailWrap p span {
    font-size: 1.4rem;
}
main > .pagination {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 4rem;
}
main > .pagination a {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #fff;
}
main > .pagination a img {
    width: 1rem;
}
main > .pagination strong {
    font-size: 1.6rem;
    border-bottom: 1px solid #1662b0;
    color: #0f5eae;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 상세 */
main > .top {
    padding: 0 1.5rem 3rem;
    border-bottom: 3px solid #e8e8e8;
}
main > .top .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}
main > .top .title h2 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #0f5eae;
    line-height: 1.4;
}
main > .top .title a {
    font-size: 1.4rem;
    padding: 1rem;
    border-radius: 1rem;
    color: #0f5eae;
    background: #e1f1ff;
    white-space: nowrap;
}
main > .top .detail {
    display: flex;
    margin-bottom: 2rem;
}
main > .top .detail:last-child {
    margin: 0;
}
main > .top .detail h3 {
    width: 25%;
    font-size: 1.4rem;
}
main > .top .detail p {
    font-size: 1.4rem;
    font-weight: 800;
}
main .content {
    padding: 3rem 1.5rem 0;
}
main .content h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #0f5eae;
    margin-bottom: 1.5rem;
}
main .content .description {
    margin-bottom: 3rem;
}
main .content .description:last-child {
    margin: 0;
}
main .content .description p {
    font-size: 1.4rem;
    line-height: 1.4;
}
main .content .description figure {
    display: none;
}
main > a {
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    padding: 3rem 0;
    border-radius: 1rem;
    background: linear-gradient(to right, #1663b0, #20a294);
    display: block;
    width: calc(100% - 3rem);
    text-align: center;
    margin: 4rem auto 0;
}

/* 지역센터 */
#main {
    padding: 2rem 0 10rem;
}
main > h2 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 1rem;
    display: flex;
    gap: 0.5rem;
}
main #regionFrm {
    padding: 0 1.5rem 3rem;
    border-bottom: 3px solid #e8e8e8;
}
main #regionFrm select {
    border: none;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
    font-size: 1.4rem;
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    width: 100%;
    margin-bottom: 3rem;
    background-image: url(../img/arrow-2.png);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: right 1.5rem center;
}
main #regionFrm select option {
    font-size: 1.4rem;
}
main #regionFrm button {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 800;
    padding: 2rem 0;
    border-radius: 1rem;
    background: #1662b0;
    width: 100%;
}
main .center {
    padding: 3rem 1.5rem;
}
main .center h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #0f5eae;
    background: #e1f1ff;
    width: max-content;
    padding: 1.5rem 3rem;
    border-radius: 1rem;
    margin-bottom: 1rem;
}
main .center table {}
main .center table tr {}
main .center table tr th {
    font-size: 1.4rem;
    width: 25%;
    text-align: left;
    color: #545454;
}
main .center table tr td {
    font-size: 1.4rem;
    width: 75%;
    padding: 1rem 0;
    font-weight: 800;
    line-height: 1.4;
}
main .center table tr #map {
    height: 20rem;
}

/* 질문 */
main .qna {
    border-top: 1px solid #9c9c9c;
}
main .qna .open {
    border-bottom: 1px solid #9c9c9c;
}
main .qna .open h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    font-size: 1.4rem;
    font-weight: 800;
    padding: 2rem 1.5rem;
    line-height: 1.4;
}
main .qna .open h3 img {
    width: 1.5rem;
}
main .qna .open pre {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 2rem 1.5rem;
    background: #e1f1ff;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
}

/* 뉴스 */
main .news {
    display: flex;
    flex-flow: column nowrap;
}
main .news a {
    padding: 2rem 0;
    border-bottom: 1px solid #bbbbbb;
    display: flex;
    gap: 1.5rem;
}
main .news a:last-child {
    border: none;
}
main .news a .image {
    width: 40%;
    height: 15rem;
    border-radius: 1rem;
    overflow: hidden;
}
main .news a .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
main .news a .text {
    width: 60%;
    position: relative;
}
main .news a .text h3 {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.4;
}
main .news a .text p {
    font-size: 1.4rem;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
main .news a .text p img {
    width: 1rem;
}
main .news a .text .bottom {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
}

/* 서브 */
main > h2 span {
    font-size: 1.6rem;
    font-weight: 800;
    color: #0f5eae;
}
main > h3 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #1662b0;
    margin-bottom: 1rem;
    padding: 0 1.5rem;
}
main > h3.black {
    color: #333;
}
main > pre {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 4rem;
    padding: 0 1.5rem;
}
main > img {
    width: calc(100% - 3rem);
    margin: 0 1.5rem 4rem;
}
main .stepSwiper {
    height: max-content;
    overflow: hidden;
    padding: 1rem 1.5rem 2rem;
}
main .stepSwiper .swiper-slide {
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
}
main .stepSwiper .swiper-slide .image {
    border-radius: 1rem;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
    height: 10rem;
    overflow: hidden;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}
main .stepSwiper .swiper-slide .image span {
    color: #fff;
    font-size: 1.4rem;
    padding: 0.8rem 0;
    background: #1662b0;
    width: 100%;
    text-align: center;
}
main .stepSwiper .swiper-slide .image img {
    height: 50%;
    margin-top: 1rem;
}
main .stepSwiper .swiper-slide h4 {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.4;
}
main .toggle {
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
    padding: 0 1.5rem;
}
main .toggle .open {
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #9c9c9c;
}
main .toggle .open h4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    font-size: 1.4rem;
    font-weight: 800;
    padding: 2rem 1.5rem;
    line-height: 1.4;
}
main .toggle .open h4 img {
    width: 1.5rem;
}
main .toggle .open pre {
    font-size: 1.4rem;
    line-height: 1.7;
    padding: 2rem 1.5rem;
    background: #e1f1ff;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
    color: #626263;
}
main .toggle .open pre b {
    font-size: 1.4rem;
    font-weight: 600;
}
main .useSwiper {
    height: max-content;
    overflow: hidden;
    padding: 0.5rem 0 8rem;
    margin: 0 1.5rem;
}
main .useSwiper .swiper-pagination {
    bottom: 4.5rem;
}
main .useSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 1.5rem;
    height: 1.5rem;
    background: #e8e8e8;
    opacity: 1;
}
main .useSwiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 3rem;
    border-radius: 5rem;
    background: #1662b0;
}
main .useSwiper .swiper-slide {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}
main .useSwiper .swiper-slide h4 {
    padding: 2rem 0;
    color: #fff;
    font-size: 1.6rem;
    background: #1662b0;
    text-align: center;
}
main .useSwiper .swiper-slide .bottom {
    padding: 1.5rem 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}
main .useSwiper .swiper-slide .bottom img {
    height: 6rem;
}
main .useSwiper .swiper-slide .bottom span {
    font-size: 1.4rem;
}
main .category {
    display: flex;
    gap: 1rem;
    padding: 0 1.5rem;
    margin-bottom: 3rem;
}
main .category a {
    width: calc(100% / 3);
    padding: 1.5rem 0;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 1rem;
    border: 1px solid #9f9f9f;
    text-align: center;
}
main .category a.on {
    background: #e1f1ff;
    border: 1px solid #e1f1ff;
    color: #1662b0;
}
main .threeContent {
    padding: 0 1.5rem;
}
main .threeContent h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #1662b0;
}
main .threeContent pre {
    font-size: 1.4rem;
    line-height: 1.4;
}
main .threeContent pre b {
    font-size: 1.4rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1rem;
}
main .grayBar {
    width: 100%;
    height: 0.5rem;
    background: #e8e8e8;
    margin-bottom: 4rem;
}