body {
    background: #f8f8f8;
}

header {
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    padding: 0 1.5rem;
    z-index: 7777;
    background: #f8f8f8;
}
header h1 {
    width: 15rem;
}
header h1 a {
    width: 100%;
}
header h1 a img {
    width: 100%;
}
header h2 {
    font-size: 1.8rem;
    font-weight: 800;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    text-align: center;
}
header #menuBtn {
    width: 2.5rem;
}
header #menuBtn img {
    width: 100%;
}
header #backBtn {
    width: 1.2rem;
}
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: 70%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    padding-top: 8rem;
}
nav > button {
    width: 1.5rem;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
}
nav > button img {
    width: 100%;
}
nav h2 {
    padding: 1.5rem;
    font-size: 1.6rem;
    font-weight: 900;
    color: #4a48ff;
}
nav .sub {
    display: flex;
    flex-flow: column nowrap;
    margin-bottom: 1rem;
}
nav .sub a {
    padding: 1rem 1.5rem;
    font-size: 1.4rem;
    font-weight: 600;
}
nav > a {
    padding: 2rem 1.5rem;
    font-size: 1.6rem;
    font-weight: 900;
    color: #4a48ff;
}

main {
    padding: 2rem 1.5rem 10rem;
}
main .bnr {
    height: 20rem;
    background-image: url(../img/main-btn-4.png);
    background-repeat: no-repeat;
    background-size: 15rem;
    background-position: right bottom;
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
    justify-content: center;
    padding: 0 1.5rem;
}
main .bnr h2 {
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.4;
}
main .bnr h2 em {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.4;
    color: #584eec;
}
main .bnr p {
    font-size: 1.6rem;
    font-weight: 600;
    color: #7e7e7e;
    line-height: 1.4;
}
main .menu {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
    padding: 0 1.5rem;
    margin-bottom: 4rem;
}
main .menu a {
    border-radius: 1rem;
    padding: 2.5rem 1.5rem;
    text-align: right;
    background-color: #c7c6ff;
    background-image: url(../img/main-btn-1.png);
    background-repeat: no-repeat;
    background-size: 6rem;
    background-position: left 1.5rem center;
}
main .menu a:nth-of-type(2) {
    background-image: url(../img/main-btn-2.png);
    background-color: #a59fff;
}
main .menu a:nth-of-type(3) {
    background-image: url(../img/main-btn-3.png);
    background-color: #7371ff;
}
main .menu a:nth-of-type(2) h2,
main .menu a:nth-of-type(2) p,
main .menu a:nth-of-type(3) h2,
main .menu a:nth-of-type(3) p {
    color: #fff;
    font-weight: 600;
}
main .menu a h2 {
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 1rem;
}
main .menu a p {
    font-size: 1.4rem;
}
main .newsSwiper {
    padding: 0 1.5rem 4rem;
    height: max-content;
    overflow: hidden;
}
main .newsSwiper h2 {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #6c6c6c;
}
main .newsSwiper h2 a {
    font-size: 1.8rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 1rem;
}
main .newsSwiper h2 a img {
    width: 1rem;
}
main .newsSwiper .swiper-slide {
    display: flex;
    flex-flow: column nowrap;
    gap: 0.5rem;
}
main .newsSwiper .swiper-slide .image {
    width: 100%;
    height: 12rem;
    border-radius: 1rem;
    overflow: hidden;
}
main .newsSwiper .swiper-slide .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
main .newsSwiper .swiper-slide .text {
    display: flex;
    flex-flow: column nowrap;
    gap: 0.5rem;
}
main .newsSwiper .swiper-slide .text h3 {
    font-size: 1.4rem;
    font-weight: 600;
}
main .newsSwiper .swiper-slide .text p {
    font-size: 1.4rem;
}
main .qnaWrap {
    padding: 0 1.5rem;
}
main .qnaWrap h2 {
    padding-bottom: 1rem;
    border-bottom: 1px solid #6c6c6c;
}
main .qnaWrap h2 a {
    font-size: 1.8rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 1rem;
}
main .qnaWrap h2 a img {
    width: 1rem;
}
main .qnaWrap .qna {
    display: flex;
    flex-flow: column nowrap;
}
main .qnaWrap .qna a {
    border-bottom: 1px solid #6c6c6c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 1rem 0;
    line-height: 1.4;
}
main .qnaWrap .qna a img {
    width: 1rem;
}

/* 질문 */
main > h2 {
    font-size: 2.4rem;
    font-weight: 900;
    margin-bottom: 3rem;
}
main > .qna {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
}
main > .qna .open {
    border: 1px solid #bbbbbb;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}
main > .qna .open h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 1.5rem;
    line-height: 1.4;
    color: #676767;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
main > .qna .open h3 img {
    width: 2rem;
}
main > .qna .open pre {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 600;
    padding: 1.5rem;
    background: #d8d7ff;
    border-bottom: 1px solid #000003;
    border-left: 1px solid #000003;
    border-right: 1px solid #000003;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

/* 뉴스 */
main .news {
    display: flex;
    flex-flow: column nowrap;
    border-top: 1px solid #060606;
}
main .news a {
    padding: 1.5rem 0;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    border-bottom: 1px solid #060606;
}
main .news a .image {
    width: 40%;
    height: 12rem;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}
main .news a .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
main .news a .text {
    width: 60%;
}
main .news a .text h3 {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 1rem;
}
main .news a .text p {}
main .news a .text .date {
    font-size: 1.4rem;
    color: #969696;
    text-align: right;
}

/* 서브 */
main .subBnr {
    width: 100%;
    margin-bottom: 1.5rem;
}
main .subBnr img {
    width: 100%;
}
main .solutionWrap {
    display: flex;
    flex-flow: row wrap;
    gap: 2rem;
    margin-bottom: 2rem;
}
main .solutionWrap .solution {
    border-radius: 1rem;
    background: #dcdcff;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 1rem 0;
    width: calc(50% - 1rem);
}
main .solutionWrap .solution img {
    height: 6rem;
}
main .solutionWrap .solution span {
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
}
main > h3 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #2a2dd8;
    margin-bottom: 1.5rem;
}
main > pre {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 3rem;
}
main > pre em {
    font-size: 1.4rem;
    font-weight: 600;
    color: #473bf7;
    line-height: 1.4;
}
main > pre em.red {
    font-size: 1.6rem;
    font-weight: 800;
    color: #f80000;
}
main > pre strong {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.4;
}
main > .toggle {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
    margin-bottom: 4rem;
}
main > .toggle .open {
    border-radius: 1rem;
    border: 1px solid #0f0f0f;
    overflow: hidden;
}
main > .toggle .open h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 1.5rem 2rem 8rem;
    font-size: 1.8rem;
    font-weight: 800;
    color: #5b5b5b;
    background-image: url(../img/icon-1.png);
    background-size: 4rem;
    background-position: left 1.5rem center;
    background-repeat: no-repeat;
}
main > .toggle .open:nth-of-type(2) h3 {
    background-image: url(../img/icon-2.png);
}
main > .toggle .open:nth-of-type(3) h3 {
    background-image: url(../img/icon-3.png);
}
main > .toggle .open:nth-of-type(4) h3 {
    background-image: url(../img/icon-4.png);
}
main > .toggle .open:nth-of-type(5) h3 {
    background-image: url(../img/icon-5.png);
}
main > .toggle .open:nth-of-type(6) h3 {
    background-image: url(../img/icon-6.png);
}
main > .toggle .open h3 img {
    width: 2.5rem;
}
main > .toggle .open pre {
    padding: 1.5rem;
    background: #fff;
    font-size: 1.4rem;
    line-height: 1.4;
}
main > .toggle .open pre b {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 3rem;
}
main > .toggle .open pre em.red {
    font-size: 1.6rem;
    font-weight: 800;
    color: #f80000;
}
main > a {
    padding: 2.5rem 0;
    border-radius: 1rem;
    font-size: 2rem;
    font-weight: 900;
    display: block;
    text-align: center;
    background: #a59fff;
    margin-top: 6rem;
}
main .stepWrap {
    display: flex;
    flex-flow: column nowrap;
    gap: 2rem;
}
main .stepWrap .step {
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    background: #dcdcff;
}
main .stepWrap .step .image {
    width: 40%;
}
main .stepWrap .step .image img {
    width: 100%;
}
main .stepWrap .step .text {
    width: 60%;
}
main .stepWrap .step .text h3 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    color: #4442fb;
}
main .stepWrap .step .text h4 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 2rem;
}
main .stepWrap .step .text pre {
    font-size: 1.4rem;
    line-height: 1.4;
}
main .useWrap {
    display: flex;
    flex-flow: column nowrap;
    gap: 3rem;
}
main .useWrap .use {
    display: flex;
    align-items: center;
    gap: 2rem;
}
main .useWrap .use .image {
    width: 40%;
    background: #e8e9fe;
    height: 12rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
}
main .useWrap .use .image img {
    width: 70%;
}
main .useWrap .use .text {
    width: 60%;
}
main .useWrap .use .text h3 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: #4442fb;
}
main .useWrap .use .text h4 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 2rem;
}
main .useWrap .use .text pre {
    font-size: 1.4rem;
    line-height: 1.4;
}

/* 계산기 */
main #calcFrm {}
main #calcFrm .calcBox {
    padding: 3rem 1.5rem;
    border-radius: 1rem;
    background: #fff;
    display: flex;
    flex-flow: column nowrap;
    gap: 3rem;
}
main #calcFrm .calcBox .inputWrap {
    display: flex;
    flex-flow: column nowrap;
    gap: 0.5rem;
}
main #calcFrm .calcBox .inputWrap h3 {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    font-size: 1.6rem;
    font-weight: 800;
}
main #calcFrm .calcBox .inputWrap h3 img {
    width: 2.5rem;
}
main #calcFrm .calcBox .inputWrap .input {
    border-bottom: 1px solid #717171;
    position: relative;
    display: flex;
}
main #calcFrm .calcBox .inputWrap .input input {
    font-size: 1.4rem;
    font-weight: 600;
    width: 100%;
    padding: 1rem 0;
}
main #calcFrm .calcBox .inputWrap .input span {
    font-size: 1.6rem;
    font-weight: 800;
    display: flex;
    align-items: center;
}
main #calcFrm > button {
    padding: 2.5rem 0;
    border-radius: 1rem;
    font-size: 2rem;
    font-weight: 900;
    display: block;
    text-align: center;
    background: #a59fff;
    margin-top: 6rem;
    width: 100%;
}
main .cannot {
    display: none;
}
main .cannot p {
    padding: 2.5rem 0;
    border-radius: 1rem;
    font-size: 2rem;
    font-weight: 900;
    display: block;
    text-align: center;
    background: #edeeff;
    margin: 6rem 0 2rem;
}
main .cannot pre {
    font-size: 1.4rem;
    line-height: 1.4;
}
main .cannot pre em.red {
    font-size: 1.6rem;
    font-weight: 800;
    color: #f80000;
}
main .cannot pre b {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.4;
}
main .cannot button {
    padding: 2.5rem 0;
    border-radius: 1rem;
    font-size: 2rem;
    font-weight: 900;
    display: block;
    text-align: center;
    background: #a59fff;
    margin-top: 4rem;
    width: 100%;
}
main .can {
    display: none;
}
main .can p {
    padding: 2.5rem 0;
    border-radius: 1rem;
    font-size: 2rem;
    font-weight: 900;
    display: block;
    text-align: center;
    background: #edeeff;
    margin: 6rem 0 2rem;
    line-height: 1.4;
}
main .can p span {
    font-size: 2rem;
    font-weight: 900;
}
main .can pre {
    font-size: 1.4rem;
    line-height: 1.4;
}
main .can pre em.red {
    font-size: 1.6rem;
    font-weight: 800;
    color: #f80000;
}
main .can pre b {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.4;
}
main .can button {
    padding: 2.5rem 0;
    border-radius: 1rem;
    font-size: 2rem;
    font-weight: 900;
    display: block;
    text-align: center;
    background: #a59fff;
    margin-top: 4rem;
    width: 100%;
}

/* 테스트 */
main #testFrm {
    text-align: center;
}
main #testFrm .test {
    display: none;
}
main #testFrm .test.active {
    display: block;
}
main #testFrm .test .status {
    margin-bottom: 2rem;
}
main #testFrm .test .status p {
    font-size: 2rem;
    font-weight: 900;
    padding: 1rem 3rem;
    border-bottom: 1px solid #3d3d3d;
    width: max-content;
    margin: 0 auto 4rem;
}
main #testFrm .test .status p span {
    font-size: 2rem;
    font-weight: 900;
    color: #8073fe;
}
main #testFrm .test .status .icon {
    width: 10rem;
    margin: 0 auto;
}
main #testFrm .test .status .icon img {
    width: 100%;
}
main #testFrm .test h2 {
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.2;
    width: 80%;
    margin: 0 auto 4rem;
}
main #testFrm .test .select {
    display: flex;
    flex-flow: column nowrap;
    gap: 2rem;
}
main #testFrm .test .select .input {
    position: relative;
}
main #testFrm .test .select .input input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
main #testFrm .test .select .input input:checked + label {
    background: #d8d9ff;
    border: 1px solid #010105;
}
main #testFrm .test .select .input label {
    display: block;
    border-radius: 1rem;
    padding: 3rem;
    border: 1px solid #a0a0a0;
    background: #fff;
}
main #testFrm .test .select .input label h3 {
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
}
main #testFrm .test .select .input label p {
    font-size: 1.4rem;
    line-height: 1.4;
}
main #testFrm .test > button {
    padding: 2.5rem 0;
    border-radius: 1rem;
    font-size: 2rem;
    font-weight: 900;
    display: block;
    text-align: center;
    background: #a59fff;
    margin-top: 6rem;
    width: 100%;
}
main .result {}
main .result p {
    font-size: 1.8rem;
    font-weight: 600;
    color: #7f6ffa;
    text-align: center;
    margin-bottom: 3rem;
}
main .result h2 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 3rem;
}
main .result .icon {
    width: 10rem;
    margin: 0 auto 3rem;
}
main .result .icon img {
    width: 100%;
}
main .result h3 {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.4;
    color: #3d3aff;
    margin-bottom: 2rem;
}
main .result h4 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}
main .result pre {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 3rem;
}