header {
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    padding: 0 1.5rem;
    z-index: 7777;
    background: #fff;
    border-bottom: 1px solid #828282;
}
header h1 {
    width: 15rem;
}
header h1 a {
    width: 100%;
}
header h1 a img {
    width: 100%;
}
header #menuBtn {
    width: 3rem;
    position: absolute;
    right: 1.5rem;
}
header #menuBtn 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;
    padding: 0 1.5rem;
    width: 70%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}
nav .navHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 0;
}
nav .navHeader h1 {
    width: 12rem;
}
nav .navHeader h1 img {
    width: 100%;
}
nav .navHeader button {
    width: 2.5rem;
}
nav .navHeader button img {
    width: 100%;
}
nav > a {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 800;
    padding: 2rem 0;
}
nav > a img {
    height: 2rem;
    margin-right: 1rem;
}
nav .sub {
    padding: 1rem 0 1rem 3rem;
    display: flex;
    flex-flow: column nowrap;
}
nav .sub a {
    font-size: 1.8rem;
    font-weight: 600;
    padding: 2rem 0;
}
.bottomNav {
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    height: 8rem;
    background: #fff;
    z-index: 7777;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.bottomNav a {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 20%;
}
.bottomNav a img {
    height: 2rem;
    margin-bottom: 1rem;
}
.bottomNav a span {
    font-weight: 600;
    padding: 0.3rem 0;
    font-size: 1.4rem;
    width: 100%;
    border-radius: 5rem;
    text-align: center;
}

main {
    padding-bottom: 10rem;
}
main .bnr {
    padding: 3rem 1.5rem 2rem;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
main .bnr img {
    width: 70%;
}
main .bnr > p {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}
main .bnr > p span {
    font-size: 1.8rem;
font-weight: 900;
    color: #00b2c9;
    line-height: 1.4;
}
main .bnr a {
    width: 100%;
    border-radius: 1rem;
    background: #c3ffc0;
    height: 8rem;
    background-image: url(../img/main-banner-icon.png);
    background-size: 13rem;
    background-position: right 2rem center;
    background-repeat: no-repeat;
    padding: 0 2rem;
    display: flex;
    align-items: center;
}
main .bnr a p {
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 600;
    color: #494949;
}
main .bnr a p span {
    font-size: 1.6rem;
    line-height: 1.2;
font-weight: 900;
}
main .grayBar {
    height: 0.5rem;
    width: 100%;
    background: #f3f3f5;
    margin-bottom: 2rem;
}
main .apply {
    padding: 2rem 1.5rem;
}
main .apply h2 {
    font-size: 2rem;
font-weight: 900;
    margin-bottom: 2rem;
    color: #494949;
}
main .apply .menu {
    display: flex;
    gap: 0.5rem;
    justify-content: space-between;
}
main .apply2 .menu,
main .apply3 .menu {
    gap: 1rem;
    flex-flow: row wrap;
}
main .apply3 {
    padding: 4rem 1.5rem 2rem;
}
main .apply .menu a {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem 0;
    border-radius: 1rem;
    width: calc(100% / 3);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #f4f4f4;
}
main .apply2 .menu a {
    width: calc(50% - 0.5rem);
}
main .apply3 .menu a {
    width: calc(50% - 0.5rem);
}
main .apply .menu a img {
    height: 5rem;
}
main .apply .menu a span {
    font-size: 1.6rem;
    font-weight: 800;
    text-align: center;
    line-height: 1.4;
}
main .qna {
    margin: 2rem 1.5rem;
    border-top: 1.5px solid #969696;
    border-bottom: 1.5px solid #969696;
}
main .qna h2 {
    padding: 1.5rem;
font-weight: 900;
    font-size: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f3f3f5;
    color: #494949;
}
main .qna h2 a {
    font-size: 1.4rem;
    font-weight: 600;
}
main .qna .contents {
    display: flex;
    flex-flow: column nowrap;
}
main .qna .contents a {
    font-size: 1.6rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #adadad;
    padding: 1.2rem 1.5rem;
}
main .qna .contents a img {
    width: 1rem;
}
main .fixed {
    position: sticky;
    top: 7rem;
}
main .top {
    position: relative;
}
main .top > img {
    width: 100%;
}
main .top .text {
    position: absolute;
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
}
main .top .text h2 {
    font-size: 1.8rem;
font-weight: 900;
    color: #080ac4;
    margin-bottom: 1rem;
}
main .top .text p {
    line-height: 1.4;
    font-size: 1.8rem;
    font-weight: 600;
}
main .bottom {
    position: relative;
}
main .bottom > img {
    width: 100%;
}
main .bottom .text {
    position: absolute;
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
}
main .bottom .text p {
    line-height: 1.2;
    font-size: 1.8rem;
font-weight: 900;
    color: #fff;
}
main .box {
    padding: 1.5rem;
}
main .box pre {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 600;
    color: #767676;
}
main .box pre b {
    font-size: 1.6rem;
    line-height: 1.4;
font-weight: 900;
    color: #00b4cb;
}
main .box pre em {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #767676;
font-weight: 900;
}
main .box h3 {
    font-size: 1.6rem;
font-weight: 900;
    color: #00b4cb;
    margin-bottom: 2rem;
}
main .category {
    display: flex;
    justify-content: space-between;
    padding: 2rem 1.5rem 0;
    background: #f3f3f5;
    border-bottom: 1px solid #828282;
}
main .category a {
    font-size: 1.6rem;
    font-weight: 800;
    width: calc(100% / 3);
    text-align: center;
    padding: 2rem 0;
    position: relative;
}
main .category a span {
    padding: 0.5rem 0;
    width: calc(100% - 2px);
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: -0.2rem;
    transform: translateX(-50%);
    display: none;
}
main .category a.on {
    background: #fff;
    border-top: 1px solid #828282;
    border-right: 1px solid #828282;
    border-left: 1px solid #828282;
    border-bottom: 1px solid #fff;
}
main .stepWrap {
    padding: 4rem 1.5rem;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    gap: 1.5rem;
}
main .stepWrap .step {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #f4f4f4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 12rem;
}
main .stepWrap .step .blue {
    background: #00b4cb;
    width: 1.5rem;
    height: 100%;
}
main .stepWrap .step .text {
    width: calc(100% - 1.5rem);
    padding: 0 1.5rem;
}
main .stepWrap .step .text h2 {
    font-size: 1.6rem;
font-weight: 900;
    color: #00b4cb;
    margin-bottom: 2rem;
}
main .stepWrap .step .text p {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
    color: #767676;
}
main > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem 3rem;
    border-radius: 1rem;
    width: calc(100% - 3rem);
    margin: 3rem auto;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #f4f4f4;
}
main > a p {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
}
main > a img {
    width: 5rem;
}
main .genreWrap {
    position: relative;
    border-radius: 1rem;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #f4f4f4;
    padding: 5rem 1.5rem 4rem;
    margin: 5rem auto;
    width: calc(100% - 3rem);
}
main .genreWrap h2 {
    font-size: 1.6rem;
font-weight: 900;
    position: absolute;
    top: -1rem;
    background: #fff;
    padding: 0 1rem;
    left: 50%;
    transform: translateX(-50%);
    color: #00b4cb;
}
main .genreWrap .genre {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    row-gap: 2rem;
}
main .genreWrap .genre span {
    font-size: 1.4rem;
    width: calc(100% / 3);
    text-align: center;
    font-weight: 600;
    color: #767676;
}
main .genreWrap .genre pre {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
    color: #767676;
}
main .genreWrap .genre pre b {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
    color: #00b4cb;
}
main .genreWrap .genre span:nth-of-type(2),
main .genreWrap .genre span:nth-of-type(5),
main .genreWrap .genre span:nth-of-type(8) {
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
}
main .buttonWrap {
    display: flex;
    width: calc(100% - 3rem);
    margin: 3rem auto;
    justify-content: space-between;
    gap: 1rem;
}
main .buttonWrap a {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 50%;
    border-radius: 1rem;
    height: 12rem;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
main .buttonWrap a:nth-of-type(1) {
    background: #00b4cb;
}
main .buttonWrap a:nth-of-type(2) {
    background: #c1d72d;
}
main .buttonWrapWhite a:nth-of-type(1) {
    background: #fff;
    border: 1px solid #f4f4f4;
}
main .buttonWrapWhite a:nth-of-type(2) {
    background: #fff;
    border: 1px solid #f4f4f4;
}
main .buttonWrapWhite a:nth-of-type(1) span {
    color: #333;
}
main .buttonWrapWhite a:nth-of-type(2) span {
    color: #333;
}
main .buttonWrap a img {
    height: 5rem;
}
main .buttonWrap a span {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 600;
}

#qna {
    padding: 0 1.5rem 10rem;
}
main .qnaPage {
    padding-top: 4rem;
}
main .qnaPage h2 {
    font-size: 2rem;
font-weight: 900;
    margin-bottom: 1.5rem;
    color: #494949;
}
main .qnaPage .contents {
    border-bottom: 1.5px solid #969696;
}
main .qnaPage .contents h3 {
    background: #f3f3f5;
    font-size: 1.6rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-top: 1.5px solid #969696;
    line-height: 1.4;
}
main .qnaPage .contents h3 img {
    width: 1.5rem;
}
main .qnaPage .contents pre {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
    padding: 1.5rem;
    color: #767676;
}