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: 2.5rem;
    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%;
}

.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;
    height: 100%;
    overflow-y: auto;
    width: 65%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    padding: 6rem 0 2rem;
}
nav button {
    width: 2.5rem;
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
}
nav button img {
    width: 100%;
}
nav > a {
    font-size: 1.6rem;
    font-weight: 800;
    padding: 1.5rem;
}
nav h2 {
    font-size: 1.6rem;
    font-weight: 800;
    padding: 1.5rem;
}
nav .sub {
    display: flex;
    flex-flow: column nowrap;
    padding: 0 1.5rem;
}
nav .sub a {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 1.5rem;
}

main {
    padding: 2rem 1.5rem 10rem;
}
#main {
    padding: 0 1.5rem 10rem;
}
main .menuWrap {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
    padding-bottom: 2rem;
}
main .menuWrap > a {
    width: 100%;
    position: relative;
}
main .menuWrap > a > img {
    width: 100%;
}
main .menuWrap a .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4rem;
}
main .menuWrap a .text p {
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
}
main .menuWrap a .text h2 {
    font-size: 2.4rem;
    font-weight: 800;
    color: #fff;
}
main .menuWrap .bottom {
    display: flex;
    gap: 1.5rem;
    height: 12rem;
}
main .menuWrap .bottom a {
    width: 50%;
    border-radius: 1rem;
    background-image: url(../img/main-btn-1.png);
    background-repeat: no-repeat;
    background-size: 4.5rem;
    background-position: right 1.5rem bottom 1.5rem;
    background-color: #f8f9fd;
    border: 1px solid #ececed;
    padding: 2rem;
}
main .menuWrap .bottom a:nth-of-type(2) {
    background-image: url(../img/main-btn-2.png);
}
main .menuWrap .bottom a p {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #4c4c4c;
}
main .menuWrap .bottom a h2 {
    font-size: 1.4rem;
    font-weight: 800;
}
main .menu2Wrap {
    padding: 3rem 1.5rem 1rem;
    margin: 2rem 0;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
}
main .menu2Wrap h2 {
    font-size: 1.6rem;
    font-weight: 900;
    margin-bottom: 1rem;
}
main .menu2Wrap h2 span {
    font-size: 1.6rem;
    font-weight: 800;
    color: #01599b;
    margin-bottom: 1.5rem;
}
main .menu2Wrap .bottom {
    display: flex;
    flex-flow: column nowrap;
}
main .menu2Wrap .bottom a {
    padding: 1.5rem 0;
    background-image: url(../img/arrow-1.png);
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: right center;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    gap: 1rem;
    border-bottom: 1px solid #b7b8c2;
}
main .menu2Wrap .bottom a:last-child {
    border: none;
}
main .menu2Wrap .bottom a img {
    width: 2rem;
}
main .menu3Wrap {
    padding: 2rem 0;
}
main .menu3Wrap h2 {
    font-size: 1.6rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
}
main .menu3Wrap .bottom {
    display: flex;
    flex-flow: row wrap;
    gap: 1.5rem;
}
main .menu3Wrap .bottom a {
    width: calc(50% - 0.75rem);
    height: 10rem;
    border-radius: 1rem;
    background-image: url(../img/logo-2.png);
    background-repeat: no-repeat;
    background-size: 4rem;
    background-position: right 2rem bottom 2rem;
    background-color: #f8f9fd;
    border: 1px solid #ececed;
    padding: 2rem;
    font-size: 1.6rem;
    font-weight: 800;
}
main .menu3Wrap .bottom a:nth-of-type(2) {
    background-image: url(../img/logo-3.png);
}
main .menu3Wrap .bottom a:nth-of-type(3) {
    background-image: url(../img/logo-4.png);
}
main .menu3Wrap .bottom a:nth-of-type(4) {
    background-image: url(../img/logo-5.png);
}
main .menu4Wrap {
    padding: 2rem 1.5rem;
    margin: 2rem 0;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
}
main .menu4Wrap a {
    padding: 1.5rem 0;
    background-image: url(../img/arrow-1.png);
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: right center;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    gap: 1rem;
    border-bottom: 1px solid #b7b8c2;
}
main .menu4Wrap a:last-child {
    border: none;
}
main .menu4Wrap a img {
    width: 2rem;
}

/* 서브 */
main .box {
    padding: 2rem 1.5rem;
    border: 1px solid #f2f2f3;
    border-radius: 1rem;
    background: #f8f9fd;
    margin-bottom: 4rem;
}
main .group pre {
    margin-bottom: 4rem;
}
main .group pre:last-child {
    margin: 0;
}
main .box.white {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}
main .box h2 {
    font-size: 1.6rem;
    font-weight: 900;
    margin-bottom: 2rem;
}
main .box pre {
    font-size: 1.4rem;
    color: #4e4e4e;
    line-height: 1.4;
}
main .box pre strong {
    font-size: 1.4rem;
    color: #fff;
    padding: 0.8rem 2rem;
    border-radius: 0.5rem;
    background: #00599b;
    margin-bottom: 1rem;
    display: inline-block;
}
main .box pre b {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 600;
    color: #01599b;
}
main > img {
    width: 100%;
}
main > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 4rem;
    border-radius: 1rem;
    background: #00599b;
}
main > a .text {}
main > a .text p {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    color: #fff;
}
main > a .text h2 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 800;
}
main > a .image {
    width: 3.5rem;
}
main > a .image img {
    width: 100%;
}
main .buttonWrap {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
}
main .buttonWrap a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 4rem;
    border-radius: 1rem;
    background: #3f8ef7;
}
main .buttonWrap a.naver {
    background-color: #06be34;
}
main .buttonWrap a.kakao {
    background-color: #fae100;
}
main .buttonWrap a.pass {
    background-color: #ff3a4a;
}
main .buttonWrap a h2 {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 600;
}
main .buttonWrap a.kakao h2 {
    color: #333;
    font-weight: 800;
}
main .buttonWrap a .image {
    width: 4rem;
}
main .buttonWrap a .image img {
    width: 100%;
}
main .title {
    height: 8rem;
    margin-bottom: 4rem;
    border-radius: 1rem;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}
main .title img {
    width: 10rem;
    height: auto;
}
main .stepSwiper {
    height: max-content;
    overflow: hidden;
    padding-bottom: 6rem;
}
main .stepSwiper .swiper-pagination {
    bottom: 4rem;
}
main .stepSwiper .swiper-slide {
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}
main .stepSwiper .swiper-slide .image {
    width: 100%;
    height: 70%;
}
main .stepSwiper .swiper-slide .image img {
    width: 100%;
    height: 100%;
}
main .stepSwiper .swiper-slide pre {
    height: 30%;
    padding: 2rem 1.5rem;
    line-height: 1.4;
    font-size: 1.4rem;
}
main .stepSwiper .swiper-slide pre b {
    font-size: 1.4rem;
    font-weight: 600;
    color: #398af7;
    display: inline-block;
    margin-bottom: 1rem;
}

/* 질문 뉴스 */
main > h2 {
    font-size: 1.6rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
}
main .qna {}
main .qna .open {}
main .qna .open h3 {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 1.5rem;
}
main .qna .open h3 img {
    width: 1.5rem;
}
main .qna .open pre {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #4e4e4e;
    padding: 2rem 1.5rem;
    background: #f8f9fd;
}
main .news {
    display: flex;
    flex-flow: column nowrap;
    gap: 2rem;
}
main .news a {
    display: flex;
    gap: 1.5rem;
    height: 12rem;
}
main .news a .image {
    height: 100%;
    width: 40%;
    border-radius: 1rem;
    overflow: hidden;
}
main .news a .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
main .news a .text {
    padding: 1rem 0;
    width: 60%;
    position: relative;
}
main .news a .text h3 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 1rem;
    white-space: nowrap;      /* 한 줄로 표시 */
    overflow: hidden;         /* 넘친 내용 숨김 */
    text-overflow: ellipsis;  /* 넘친 부분 ... 표시 */
}
main .news a .text p {
    font-size: 1.4rem;
    line-height: 1.4;
}
main .news a .text .date {
    font-size: 1.4rem;
    position: absolute;
    bottom: 0;
    left: 0;
}