header {
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    padding: 0 1.5rem;
    z-index: 9999;
    background: #fff;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
}
header h1 {
    width: 10rem;
}
header h1 a {
    width: 100%;
}
header h1 a img {
    width: 100%;
}
header #menuBtn {
    width: 2.5rem;
    position: absolute;
    left: 1.5rem;
}
header #menuBtn img {
    width: 100%;
}
header #backBtn {
    width: 2.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: 100%;
    position: fixed;
    top: 6rem;
    z-index: 9999;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 0 1.5rem;
}
nav a {
    font-size: 1.8rem;
    font-weight: 600;
    padding: 2rem 0;
    text-align: center;
    border-bottom: 1px solid #a9ccff;
}
nav a:last-child {
    border: none;
}
.bottomNav {
    height: 7rem;
    z-index: 7777;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottomNav a {
    width: calc(100% / 3);
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}
.bottomNav a img {
    height: 2rem;
}
.bottomNav a span {
    font-size: 1.5rem;
    border-radius: 5rem;
    padding: 0.5rem 0.3rem;
}

main {
    padding: 0 1.5rem 10rem;
}
main .bnr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 0;
}
main .bnr .text {}
main .bnr .text h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #5392f7;
    margin-bottom: 1.5rem;
}
main .bnr .text p {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
}
main .bnr .image {
    width: 35%;
}
main .bnr .image img {
    width: 100%;
}
main .guide {
    border-bottom: 1px solid #a9ccff;
}
main .guide a {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    border-radius: 1rem;
    background-color: #5392f7;
    background-image: url(../img/main-btn-1.png);
    background-repeat: no-repeat;
    background-size: 11rem;
    background-position: right 1.5rem bottom;
    height: 12rem;
    margin-bottom: 3rem;
    padding: 0 2rem;
}
main .guide a h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1rem;
}
main .guide a p {
    padding: 0.8rem 1.2rem;
    font-size: 1.6rem;
    color: #fff;
    border-radius: 5rem;
    background: #4366d1;
    width: max-content;
    display: flex;
    align-items: center;
}
main .guide a p img {
    width: 1rem;
    margin-left: 0.5rem;
}
main .shortcutWrap {
    padding: 3rem 0;
}
main .shortcutWrap h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #5392f7;
    margin-bottom: 1.5rem;
}
main .shortcutWrap .shortcutSwiper {
    overflow: hidden;
    height: max-content;
    padding: 0.5rem;
}
main .shortcutWrap .shortcutSwiper .swiper-wrapper {}
main .shortcutWrap .shortcutSwiper .swiper-wrapper .swiper-slide {
    border-radius: 1rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    font-size: 1.6rem;
    font-weight: 800;
    text-align: center;
    padding-top: 1.5rem;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
    height: 15rem;
    line-height: 1.2;
    color: #575757;
}
main .shortcutWrap .shortcutSwiper .swiper-wrapper .swiper-slide:nth-of-type(1) {
    background-image: url(../img/main-btn-4.png);
}
main .shortcutWrap .shortcutSwiper .swiper-wrapper .swiper-slide:nth-of-type(2) {
    background-image: url(../img/main-btn-5.png);
}
main .shortcutWrap .shortcutSwiper .swiper-wrapper .swiper-slide:nth-of-type(3) {
    background-image: url(../img/main-btn-6.png);
}
main .shortcutWrap .shortcutSwiper .swiper-wrapper .swiper-slide:nth-of-type(4) {
    background-image: url(../img/main-btn-7.png);
}
main .menu {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    row-gap: 1rem;
    margin-bottom: 3rem;
}
main .menu a {
    width: calc(50% - 0.5rem);
    border-radius: 1rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    font-size: 1.8rem;
    font-weight: 800;
    text-align: center;
    padding-top: 2rem;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
    height: 18rem;
    color: #5b5b5b;
}
main .menu a:nth-of-type(1) {
    background-image: url(../img/main-btn-4.png);
}
main .menu a:nth-of-type(2) {
    background-image: url(../img/main-btn-5.png);
}
main .menu a:nth-of-type(3) {
    background-image: url(../img/main-btn-6.png);
}
main .menu a:nth-of-type(4) {
    background-image: url(../img/main-btn-7.png);
}
main .hospital {
    border-bottom: 1px solid #a9ccff;
    padding-bottom: 3rem;
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
}
main .hos2 {
    border: none;
}
main .hospital a {
    border-radius: 1rem;
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
    background-repeat: no-repeat;
    background-size: 10rem;
    background-position: right 3rem bottom;
    height: 10rem;
    display: flex;
    align-items: center;
    padding: 0 3rem;
}
main .hospital a.yellow {
    background-image: url(../img/main-btn-3.png);
    background-color: #eeb448;
    background-position: right 3rem center;
}
main .hospital a.blue {
    background-image: url(../img/main-btn-2.png);
    background-color: #4366d1;
    background-size: 9rem;
}
main .qna {
    padding: 3rem 0;
}
main .qna h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #5392f7;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}
main .qna h2 a {
    color: #5392f7;
    font-size: 1.6rem;
    font-weight: 600;
    display: flex;
    align-items: center;
}
main .qna h2 a img {
    width: 1.5rem;
    margin-right: 0.5rem;
}
main .qna .content {
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
}
main .qna .content a {
    border-radius: 1rem;
    border: 1px solid #cccccc;
    padding: 2rem;
    font-size: 1.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.4;
}
main .qna .content a img {
    width: 1rem;
}

/* 서브 */
main .category {
    border-radius: 1rem;
    border: 1px solid #abcdff;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}
main .category a {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.4;
    padding: 1rem 0;
    width: calc(100% / 3);
    border-radius: 1rem;
    text-align: center;
}
main > h2 {
    font-size: 1.8rem;
    font-weight: 800;
    padding: 2.5rem 0 2rem;
    color: #5b5b5b;
}
main > pre {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 3rem;
}
main > pre b {
    font-size: 1.6rem;
    color: #5392f7;
    line-height: 1.4;
    margin-bottom: 3rem;
}
main .step {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    margin-bottom: 2.5rem;
}
main .step img {
    width: 3rem;
    margin-right: 0.5rem;
}
main .step span {
    width: 3rem;
    height: 3rem;
    margin-right: 0.5rem;
    background: #5392f7;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 800;
}
main > a {
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
    border-radius: 1rem;
    width: 100%;
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4366d1;
    margin-top: 4rem;
}
main > .content {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    gap: 1.5rem;
}
main > .content .open {
    border-radius: 1rem;
    border: 1px solid #a9ccff;
}
main > .content .open h3 {
    padding: 2rem 0;
    margin: 0 1.5rem;
    font-size: 1.6rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.4;
    color: #4f4f4f;
}
main > .content .open h3 img {
    width: 1.5rem;
}
main > .content .open pre {
    font-size: 1.6rem;
    color: #7b7b7b;
    font-weight: 600;
    line-height: 1.4;
    padding: 2rem 1.5rem;
}