body {
    background: #edeff4;
}

header {
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    padding: 0 1.5rem;
    z-index: 7777;
    background: #edeff4;
}
header h1 {
    width: 12rem;
}
header h1 a {
    width: 100%;
}
header h1 a img {
    width: 100%;
}
header #backBtn {
    width: 1.5rem;
    position: absolute;
    left: 1.5rem;
}
header #backBtn img {
    width: 100%;
}

footer {
    padding: 3rem 0;
    text-align: center;
    border-top: 1px solid #a3a5b1;
}
footer h2 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
footer p {
    font-size: 1.4rem;
    line-height: 1.4;
}

.kindBnr {
    width: 100%;
    padding: 1.5rem 0;
}
.kindBnr a {
    border-radius: 1rem;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 3rem;
}
.kindBnr a .icon {
    width: 5rem;
}
.kindBnr a .icon img {
    width: 100%;
}
.kindBnr a .text {}
.kindBnr a .text h3 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 1rem;
}
.kindBnr a .text p {
    font-size: 1.4rem;
    color: #8f8f8f;
}

main {
    padding: 2rem 1.5rem 6rem;
}
main .qnaMenu {
    margin-bottom: 1.5rem;
}
main .qnaMenu a {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 800;
    border-radius: 5rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background-image: url(../img/arrow-2.png);
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: right 1.5rem center;
}
main .qnaMenu a span {
    font-size: 1.2rem;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 5rem;
    background: #3f3f3f;
}
main .menuSwiper {
    height: max-content;
    overflow: hidden;
    margin-bottom: 1.5rem;
}
main .menuSwiper .swiper-slide {
    position: relative;
}
main .menuSwiper .swiper-slide > img {
    width: 100%;
}
main .menuSwiper .swiper-slide .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
main .menuSwiper .swiper-slide .text h2 {
    font-size: 2rem;
    color: #fff;
    font-weight: 800;
    margin-bottom: 1.5rem;
}
main .menuSwiper .swiper-slide .text h2 span {
    font-size: 2rem;
    color: #6eb9ff;
    font-weight: 800;
}
main .menuSwiper .swiper-slide .text p {
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 3rem;
}
main .menuSwiper .swiper-slide .text a {
    font-size: 1.6rem;
    font-weight: 600;
    padding: 1.5rem 3rem;
    border-radius: 5rem;
    background: #006cfc;
    color: #fff;
    display: inline-block;
}
main .menuWrap {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}
main .menuWrap .menu {
    display: flex;
    gap: 1.5rem;
}
main .menuWrap .menu a {
    width: 50%;
    border-radius: 1rem;
    background-color: #fff;
    background-image: url(../img/main-img-4.png);
    background-repeat: no-repeat;
    background-size: 3.5rem;
    background-position: right 1.5rem bottom 1.5rem;
    height: 12rem;
    padding: 2rem 1.5rem;
}
main .menuWrap .menu a:nth-of-type(2) {
    background-image: url(../img/main-img-5.png);
}
main .menuWrap .menu a h2 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 1rem;
}
main .menuWrap .menu a p {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #8f8f8f;
}
main .menuWrap .menu a p img {
    width: 1rem;
}
main .menuWrap > a {
    border-radius: 1rem;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem 3rem;
}
main .menuWrap > a .icon {
    width: 5rem;
}
main .menuWrap > a .icon img {
    width: 100%;
}
main .menuWrap > a .text {}
main .menuWrap > a .text h2 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 1rem;
}
main .menuWrap > a .text p {
    font-size: 1.4rem;
    color: #8f8f8f;
}
main .testMenu {
    width: 100%;
    position: relative;
}
main .testMenu > img {
    width: 100%;
}
main .testMenu .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
main .testMenu .text h2 {
    font-size: 2rem;
    color: #fff;
    font-weight: 800;
    margin-bottom: 1.5rem;
}
main .testMenu .text p {
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 3rem;
}
main .testMenu .text a {
    font-size: 1.6rem;
    font-weight: 800;
    padding: 1.5rem 3rem;
    border-radius: 5rem;
    background: #fff;
    color: #2885ea;
    display: inline-block;
}

/* 질문 */
main .qna {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
}
main .qna .open {
    border-radius: 1rem;
    background: #fff;
    padding: 0 2rem;
}
main .qna .open h3 {
    padding: 2rem 0 2rem 2rem;
    font-size: 1.4rem;
    font-weight: 800;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.4;
    gap: 1rem;
    position: relative;
}
main .qna .open h3::before {
    content: 'Q.';
    color: #006cfc;
    font-weight: 800;
    font-size: 1.4rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
main .qna .open h3 img {
    width: 1.5rem;
}
main .qna .open pre {
    padding: 2rem 0;
    font-size: 1.4rem;
    line-height: 1.4;
}
main .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
}
main .pagination a {
    font-size: 1.6rem;
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
main .pagination a img {
    width: 30%;
}
main .pagination a.active {
    background: #006cfc;
    color: #fff;
}
main .pagination strong {
    font-size: 1.6rem;
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #006cfc;
    color: #fff;
}

/* 서브 */
main .subBnr {
    width: 100%;
    position: relative;
    margin-bottom: 4rem;
}
main .subBnr img {
    width: 100%;
}
main .subBnr h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    line-height: 1.7;
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
}
main .subBnr h2 span {
    line-height: 1.7;
    font-size: 2rem;
    font-weight: 900;
    color: #69b1ff;
}
main > pre {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 4rem;
}
main > pre em {
    font-size: 1.4rem;
    font-weight: 800;
    color: #006cfc;
}
main > pre b {
    font-size: 1.4rem;
    font-weight: 800;
}
main > h3 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}
main > h4 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #006cfc;
    margin-bottom: 1rem;
}
main .condition {
    display: flex;
    gap: 1.5rem;
    flex-flow: row wrap;
    margin-bottom: 1.5rem;
}
main .condition span {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 600;
    padding: 1.5rem 0;
    border-radius: 2rem;
    width: calc(100% / 3 - 1rem);
    background: #006cfc;
    text-align: center;
}
main .qualify {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
    margin-bottom: 4rem;
}
main .qualify p {
    font-size: 1.4rem;
    display: flex;
    gap: 1rem;
    padding: 2rem;
    border-radius: 2rem;
    background: #fff;
    color: #6e6f76;
}
main .qualify p em {
    font-size: 1.4rem;
    font-weight: 800;
    color: #006cfc;
}
main .stepWrap {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
}
main .stepWrap .step {
    padding: 2rem;
    border-radius: 1rem;
    background-color: #fff;
}
main .stepWrap .step h3 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #006cfc;
    margin-bottom: 1.5rem;
}
main .stepWrap .step pre {
    font-size: 1.4rem;
    line-height: 1.4;
}
main .minusWrap {
    display: flex;
    gap: 1rem;
    margin-bottom: 4rem;
}
main .minusWrap .minus {
    width: 50%;
    border-radius: 2rem;
    background: #fff;
    padding: 2rem 0;
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}
main .minusWrap .minus strong {
    font-size: 1.4rem;
    font-weight: 800;
    color: #006cfc;
}
main .minusWrap .minus img {
    height: 4rem;
}
main .minusWrap .minus span {
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
}

/* 규칙 */
main #searchFrm {
    margin-bottom: 3rem;
    display: flex;
    background: #fff;
    border-radius: 5rem;
    overflow: hidden;
    padding-right: 1.5rem;
}
main #searchFrm input {
    background: none;
    padding: 1.5rem;
    font-size: 1.4rem;
    width: calc(100% - 2rem);
}
main #searchFrm button {
    width: 2rem;
}
main #searchFrm button img {
    width: 100%;
}
main .ruleWrap {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
}
main .ruleWrap .open {
    border-radius: 1rem;
    background: #fff;
    padding: 0 2rem;
}
main .ruleWrap .open .toggleTitle {
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}
main .ruleWrap .open .toggleTitle .text {
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
}
main .ruleWrap .open .toggleTitle .text h3 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #006cfc;
}
main .ruleWrap .open .toggleTitle .text pre {
    font-size: 1.4rem;
    line-height: 1.4;
}
main .ruleWrap .open .toggleTitle .image {
    width: 1.5rem;
}
main .ruleWrap .open .toggleTitle .image img {
    width: 100%;
}
main .ruleWrap .open .toggleBottom {
    padding: 2rem 0;
    display: flex;
    flex-flow: column nowrap;
    gap: 2rem;
}
main .ruleWrap .open .toggleBottom .content {
    display: flex;
    justify-content: space-between;
}
main .ruleWrap .open .toggleBottom .content h4 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #004fa7;
}
main .ruleWrap .open .toggleBottom .content p {
    font-size: 1.4rem;
}

/* 30선 */
main .bnr {
    width: 100%;
    position: relative;
    margin-bottom: 1.5rem;
}
main .bnr img {
    width: 100%;
}
main .bnr .text {
    position: absolute;
    top: 3rem;
    width: 100%;
    text-align: center;
}
main .bnr .text p {
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 1rem;
}
main .bnr .text h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
}
main .kindWrap {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
}
main .kindWrap .kind {
    border-radius: 1rem;
    background: #fff;
    padding: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.4rem;
    line-height: 1.4;
}
main .kindWrap .kind span {
    font-size: 1.4rem;
    font-weight: 600;
    color: #006cfc;
}

/* 테스트 */
main .percentBg {
    height: 1.5rem;
    background: #fff;
    border-radius: 5rem;
    margin-bottom: 8rem;
}
main .percentBg .percentBar {
    background: #006cfc;
    border-radius: 5rem;
    height: 1.5rem;
    transition: 0.5s;
}
main .test {}
main .test p {
    font-size: 1.6rem;
    font-weight: 800;
    color: #006cfc;
    text-align: center;
    margin-bottom: 2rem;
}
main .test h2 {
    font-size: 1.8rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 4rem;
    line-height: 1.4;
}
main .test .inputWrap {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
}
main .test .inputWrap .input {
    position: relative;
    height: 5rem;
}
main .test .inputWrap input {
    width: 100%;
    height: 100%;
    position: absolute;
}
main .test .inputWrap input:checked + label {
    border: 1px solid #006cfc;
    color: #006cfc;
    background: #e1f1ff;
}
main .test .inputWrap label {
    border-radius: 1rem;
    background: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
main .test a {
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    background: #006cfc;
    border-radius: 2rem;
    padding: 2rem 0;
    position: fixed;
    bottom: 4rem;
    width: calc(100% - 3rem);
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
main .result {
    text-align: center;
}
main .result h2 {
    line-height: 1.7;
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
}
main .result h2 span {
    font-size: 2.4rem;
    font-weight: 800;
    color: #006cfc;
    line-height: 1.7;
}
main .result > p {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 4rem;
}
main .result .icon {
    width: 15rem;
    margin: 0 auto 4rem;
}
main .result .icon img {
    width: 100%;
}
main .result .content {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
    margin-bottom: 4rem;
}
main .result .content p {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 2rem;
    text-align: center;
    background: #fff;
    border-radius: 1rem;
    font-weight: 800;
    color: #006cfc;
}
main .result a {
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    background: #006cfc;
    border-radius: 2rem;
    padding: 2rem 0;
    width: 100%;
    text-align: center;
    display: block;
}