header {
    height: 6rem;
    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 #backBtn {
    width: 1.2rem;
    position: absolute;
    left: 1.5rem;
}
header #backBtn img {
    width: 100%;
}

main {
    padding: 1rem 1.5rem 10rem;
}
main > h2 {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 1rem;
}
main > h2 em {
    font-size: 2rem;
    font-weight: 900;
    color: #fe6905;
}
main > p {
    font-size: 1.4rem;
    color: #8e8e8e;
    margin-bottom: 4rem;
}
main > pre {
    font-size: 1.4rem;
    line-height: 1.4;
}
main > a {
    width: 100%;
    display: inline-block;
    position: relative;
}
main > a > img {
    width: 100%;
}
main > a .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2rem;
}
main > a .text p {
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 0.5rem;
}
main > a .text h2 {
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
    color: #fff;
}
main > a .text .enter {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.6rem;
    color: #fe6905;
    background: #fff;
    border-top-right-radius: 5rem;
    border-bottom-left-radius: 5rem;
    border-bottom-right-radius: 5rem;
    padding: 0.5rem 1.5rem;
    width: max-content;
}
main > a .text .enter img {
    width: 1rem;
}
main .wrap {
    padding: 2rem 0 6rem;
}
main .wrap .bnr {
    padding: 3rem 0;
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
    background-image: url(../img/main-img-1.png);
    background-repeat: no-repeat;
    background-size: 12em;
    background-position: right center;
}
main .wrap .bnr h2 {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 900;
}
main .wrap .bnr p {
    font-size: 1.4rem;
    color: #8f8f8f;
}
main .wrap > a {
    border-top-right-radius: 5rem;
    border-bottom-left-radius: 5rem;
    border-bottom-right-radius: 5rem;
    color: #fff;
    background: #fe6905;
    font-size: 1.6rem;
    color: #fff;
    padding: 1.5rem 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
main .wrap > a img {
    width: 1rem;
}
main .wrap2 {}
main .wrap2 .bnr {
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
    background-image: url(../img/main-img-2.png);
    background-repeat: no-repeat;
    background-size: 12rem;
    background-position: right center;
    margin-bottom: 3rem;
}
main .wrap2 .bnr p {
    font-size: 1.4rem;
    border-top-right-radius: 5rem;
    border-top-left-radius: 5rem;
    border-bottom-right-radius: 5rem;
    color: #fff;
    background: #fe6905;
    padding: 1rem 1.5rem;
    font-weight: 600;
    width: max-content;
}
main .wrap2 .bnr h2 {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 900;
}
main .wrap2 .bnr h2 span {
    font-size: 2rem;
    font-weight: 900;
    color: #fe6905;
}
main .wrap2 .menu {
    display: flex;
    flex-flow: column nowrap;
}
main .wrap2 .menu a {
    padding: 1.5rem 0;
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
    background-image: url(../img/arrow-3.png);
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: right center;
}
main .wrap2 .menu a h3 {
    font-size: 1.6rem;
    font-weight: 800;
}
main .wrap2 .menu a p {
    font-size: 1.4rem;
    color: #999999;
}

/* 계산기 */
main .formBlock {}
main .formBlock div {}
main .formBlock div h3 {
    font-size: 1.4rem;
    width: max-content;
    color: #fff;
    background: #fe6905;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    border-top-right-radius: 5rem;
    border-top-left-radius: 5rem;
    border-bottom-right-radius: 5rem;
}
main .formBlock div label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 1rem;
    border: 1px solid #cfcfcf;
    padding: 0 1.5rem;
    height: 5rem;
    margin-bottom: 3rem;
    width: 100%;
}
main .formBlock div label input {
    height: 100%;
    padding: 0 1.5rem;
    font-size: 1.5rem;
}
main .formBlock div label span {
    color: #cfcfcf;
    font-size: 1.4rem;
}
main .formBlock div .typeSel {
    position: relative;
    margin-bottom: 6rem;
}
main .formBlock div .typeSel > a {
    font-size: 1.4rem;
    height: 5rem;
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 1rem;
    border: 1px solid #cfcfcf;
    padding: 0 1.5rem 0 3rem;
    background-image: url(../img/arrow-6.png);
    background-size: 2rem;
    background-repeat: no-repeat;
    background-position: right 1.5rem center;
}
main .formBlock div .typeSel .typeOption {
    display: none;
    flex-flow: column nowrap;
    position: absolute;
    left: 0;
    top: 5rem;
    width: 100%;
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #cfcfcf;
}
main .formBlock div .typeSel .typeOption.show {
    display: flex;
}
main .formBlock div .typeSel .typeOption a {
    padding: 1.5rem;
}
main .formBlock div .typeSel .typeOption a em {
    font-size: 1.4rem;
}
main .resultBox {}
main .resultBox .totalBtm {
    padding: 1rem 0 4rem;
    display: flex;
    flex-flow: column nowrap;
    gap: 4rem;
}
main .resultBox .totalBtm div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main .resultBox .totalBtm div h2 {
    font-size: 2rem;
    font-weight: 900;
}
main .resultBox .totalBtm div h2 p {}
main .resultBox .totalBtm div p em {
    font-size: 2.4rem;
    font-weight: 900;
    color: #fe6905;
}
main .resultBox .totalBtm div p span {
    font-size: 2rem;
    font-weight: 900;
}
main .btnBlock {}
main .formBlock button {
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
    padding: 2rem 0;
    border-radius: 1rem;
    background: #fe6905;
    width: 100%;
}
main > button {
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
    padding: 2rem 0;
    border-radius: 1rem;
    background: #fe6905;
    width: 100%;
    display: inline-block;
    text-align: center;
}
main > .reset {
    display: none;
}

/* 테스트 */
#main {
    min-height: calc(100vh - 6rem);
    padding: 1rem 1.5rem 0;
}
main #test_form {}
main #test_form .q_box {
    margin-bottom: 4rem;
}
main #test_form .q_box p {
    font-size: 1.4rem;
    width: max-content;
    color: #fff;
    background: #fe6905;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    border-top-right-radius: 5rem;
    border-top-left-radius: 5rem;
    border-bottom-right-radius: 5rem;
}
main #test_form .q_box span {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 800;
    display: inline-block;
    margin-bottom: 2rem;
}
main #test_form .q_box b {
    font-size: 1.4rem;
    color: #999999;
    line-height: 1.4;
    display: inline-block;
    margin-top: 0.5rem;
}
main #test_form .q_box input {
    font-size: 1.4rem;
    padding: 0 1.5rem;
    height: 5rem;
    border-radius: 1rem;
    border: 1px solid #cccccc;
    background: #fff;
    width: 100%;
}
main #test_form > button {
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
    padding: 2rem 0;
    border-radius: 1rem;
    background: #fe6905;
    width: 100%;
    margin-top: 4rem;
}
main .test_result_sc {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    height: 100%;
    padding-top: 4rem;
}
main .test_result_sc .icon {
    width: 10rem;
    margin-bottom: 2rem;
}
main .test_result_sc .icon img {
    width: 100%;
}
main .test_result_sc h2 {
    font-size: 2rem;
    font-weight: 900;
}
main .test_result_sc h2 span {
    font-size: 2.4rem;
    color: #fe6905;
    font-weight: 900;
}
main .test_result_sc .result_btns {
    display: flex;
    flex-flow: column nowrap;
    gap: 2rem;
    width: calc(100% - 3rem);
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
}
main .test_result_sc .result_btns a {
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
    padding: 2rem 0;
    border-radius: 1rem;
    background: #fe6905;
    width: 100%;
    display: inline-block;
    text-align: center;
}

/* 서브 */
main .subBnr {
    display: flex;
    flex-flow: column nowrap;
    gap: 3rem;
    align-items: center;
    margin-bottom: 4rem;
}
main .subBnr .image {
    width: 20rem;
}
main .subBnr .image img {
    width: 100%;
}
main .subBnr p {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    padding: 1rem 0;
    border-top-right-radius: 5rem;
    border-bottom-left-radius: 5rem;
    border-bottom-right-radius: 5rem;
    color: #fff;
    background: #fe6905;
}
main .subBnr p strong {
    font-size: 2.2rem;
    font-weight: 900;
    color: #fff;
}
main .stepWrap {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
    margin-bottom: 6rem;
}
main .stepWrap p {
    border-top-right-radius: 5rem;
    border-bottom-left-radius: 5rem;
    border-bottom-right-radius: 5rem;
    color: #fff;
    background: #fe6905;
    padding: 1.5rem 3rem 1.5rem 5rem;
    font-size: 1.4rem;
    position: relative;
}
main .stepWrap p:nth-child(even) {
    background: #fdf4e5;
    color: #fe6905;
}
main .stepWrap p::before {
    content: '1';
    width: 2rem;
    height: 2rem;
    font-size: 1.4rem;
    font-weight: 600;
    background-color: #fff;
    color: #fe6905;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
}
main .stepWrap p:nth-of-type(2)::before {
    content: '2';
}
main .stepWrap p:nth-of-type(3)::before {
    content: '3';
}
main .stepWrap p:nth-of-type(4)::before {
    content: '4';
}
main .stepWrap p:nth-child(even)::before {
    background: #fe6905;
    color: #fff;
}
main > h3 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 2rem;
}
main .open {}
main .open h4 {
    font-size: 1.6rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1.5rem 0;
    position: relative;
}
main .open h4 em {
    font-size: 1.6rem;
    font-weight: 800;
    color: #fe6905;
}
main .open h4 img {
    width: 2rem;
    position: absolute;
    right: 0;
}
main .open pre {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 2rem 0;
}
main .open pre b {
    font-size: 1.4rem;
    font-weight: 800;
    display: inline-block;
    margin-bottom: 1rem;
}
main .solution {}
main .solution h3 {
    font-size: 1.4rem;
    width: max-content;
    color: #fff;
    background: #fe6905;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    border-top-right-radius: 5rem;
    border-top-left-radius: 5rem;
    border-bottom-right-radius: 5rem;
}
main .solution p {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 3rem;
}