body {
    background-color: #f1f3f9;
}
header {
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: sticky;
    top: 0;
    padding: 0 1.5rem;
    z-index: 7777;
    background-color: #f1f3f9;
    margin-bottom: 2rem;
}
header h1 {
    width: 10rem;
}
header h1 a {
    width: 100%;
}
header h1 a img {
    width: 100%;
}
header #prevBtn {
    width: 2rem;
    position: absolute;
    right: 1.5rem;
}
header #prevBtn img {
    width: 100%;
}

nav {
    background-color: #333333;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 7rem;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
}
nav a {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}
nav a .pp {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 60%;
    padding: 0.5rem 0;
    border-radius: 1rem;
}
nav a img {
    height: 2rem;
    margin-bottom: 0.8rem;
}
nav a span {
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
}

main {
    padding: 0 1.5rem 10rem;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}







::-webkit-scrollbar {
    display: none;
}
::placeholder {
    color: #959595;
}
div.white.home-middle {
    margin-bottom: 5rem;
}
div.white {
    background-color: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    margin-bottom: 3rem;
}
h2 {
    font-family: SEBANG_Gothic_Bold;
    font-size: 2.2rem;
    color: #00c5db;
    margin-bottom: 2rem;
}
h3 {
    font-family: SEBANG_Gothic_Bold;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.btn-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.aButton {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.2;

}
.aButton.one {
    width: 100%;
    border-radius: 1rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
}
.aButton.two {
    border-radius: 3rem;
    font-size: 1.6rem;
    font-weight: 700;
}
.ll {
    width: 52%;
    margin-bottom: 1.5rem;
}
.sl {
    width: 45%;
}
.sr {
    width: 45%;
    margin-bottom: 1.5rem;
}
.lr {
    width: 52%;
}
.aButton.three {
    width: calc(100% / 3 - 1rem);
    border-radius: 3rem;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
}
.aButton.column {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.aButton.bg-white {
    justify-content: center;
    background-color: #fff;
    padding: 0.7rem 1rem;
}

.purple {
    display: inline-block;
    background-color: #9d2eed;
    text-align: center;
    padding: 1rem 2rem;
}
.pink {
    height: 5rem;
    background-color: #ac1cb7;
    padding: 1rem 2rem;
    margin-top: 7rem;
}

.three .icon {
    width: 4rem;
    margin-bottom: 1rem;
}
.two .icon {
    height: 2rem;
    margin-left: 0.5rem;
}

h2 .icon {
    width: 2.5rem;
    margin-right: 1rem;
}
.aButton.pink .icon {
    width: 3rem;
    margin-right: 1rem;
}


.title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 3rem;
}
.title.text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.title .text h2 {
    font-family: SEBANG_Gothic_Bold;
    font-size: 2.2rem;
    color: #000;
    margin-top: 1rem;
    margin-bottom: 0;
}
.title .text span {
    font-family: SEBANG_Gothic_Regular;
    font-size: 1.6rem;
    color: #787877;
}
.title a {
    margin-left: auto;
}
.title img {
    height: 2rem;
    margin-left: auto;
}

.section.sub .chart-wrap {
    overflow-x: scroll;
    margin-bottom: 1rem;
}
.section.sub.E .chart {
    width: 100%;
    margin-bottom: 1rem;
}
.section.sub.G .wrapper:nth-of-type(2) .chart {
    height: 33rem;
}
.section.sub.G .wrapper:nth-of-type(3) .chart {
    height: 43rem;
}
.section.sub.G .wrapper:nth-of-type(4) .chart {
    height: 43rem;
}

.section.sub pre {
    font-size: 1.6rem;
    font-weight: 500;
    color: #555555;
    line-height: 1.5;
}
.section pre span.point1 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0084d6;
    line-height: 1.5;
}
.section.sub pre span.point3 {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 500;
    color: #b6b7b9;
    margin-top: -1.5rem;
    line-height: 1.3;
}
.section.sub.E pre span.point3 {
    margin-top: 1rem;
}
.section.sub pre span.point3 b {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 500;
    color: #696a6a;
    line-height: 1.3;
}

.section.sub h2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}













/* home */
.home.top {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 2rem;
    border-bottom: 0.5rem solid #d8e8f6;
}
.home.top img {
    width: 11rem;
    margin-bottom: 2rem;
}
.home.top h2 {
    margin-bottom: 1rem;
}
.home.top pre {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
}

.section.home .top {
    padding: 3rem 0 5rem;
}
.section.home .top .btn-wrap:first-of-type {
    margin-bottom: 3rem;
}

.home-middle .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}
.home-middle .left img {
    height: 5rem;
    margin-right: 1.5rem;
}
.home-middle .right {
    flex-grow: 1;
}
.home-middle .right p {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.home-middle .right pre {
    font-size: 1.6rem;
    font-weight: 500;
    color: #787877;
    line-height: 1.3;
}






/* qna */
.qna-wrapper {
    padding: 0 1.5rem;
    border-radius: 1rem;
    background-color: #fff;
    margin-bottom: 1.5rem;
}
.qna-wrapper h3 {
    font-family: Freesentation;
    font-size: 1.7rem;
    font-weight: 800;
    margin: 0;
    padding: 1.5rem 0;
    border-bottom: 0.1rem solid #f6f6f6;
}
.qna-wrapper pre {
    font-size: 1.6rem;
    font-weight: 500;
    color: #727272;
    line-height: 1.4;
    padding: 1.5rem 0;
}
.qna-wrapper span.point2 {
    display: block;
    width: 4rem;
    padding: 0.3rem 0;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background-color: #008bd8;
    border-radius: 3rem;
    margin-bottom: 1rem;
}




/* calc */
.section.calc h3 {
    font-family: Freesentation;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.section.calc .category {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.section.calc .category a {
    font-size: 1.6rem;
    font-weight: 600;
    color: #8e8f8f;
    padding: 0.7rem 1rem;
    border-radius: 0.5rem;
    background-color: #dadce1;
}
.section.calc .top pre {
    font-size: 1.5rem;
    font-weight: 500;
    color: #959595;
    line-height: 1.5;
    border-radius: 1rem;
    background-color: #fff;
    padding: 2rem;
    margin-bottom: 2rem;
}

.button-container .section {
    margin-bottom: 2rem;
}
.button-container .section .amount {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 1rem;
    border: 0.1rem solid #cfd1d4;
    padding: 0 1.5rem;
}
.button-container .section .amount input {
    background: 0;
    width: 90%;
    font-size: 1.6rem;
    font-weight: 600;
    color: #6b6c6d;
    padding: 1.5rem 0.5rem;
}
.button-container .section .amount span {
    font-size: 1.6rem;
    font-weight: 600;
    color: #1594da;
}
.button-container .section .button-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.7rem;
    padding: 1rem 0;
}
.button-container .section .button-wrapper button {
    font-size: 1.7rem;
    font-weight: 400;
    color: #a8a8a8;
    width: 5.6rem;
    padding: 1rem 0.5rem;
    border-radius: 0.5rem;
    background-color: #fff;
}
button.one {
    width: 100%;
    border-radius: 1rem;
    padding: 2rem;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-top: 1rem;
}
button.blue {
    background-color: #008bd8;
    margin-top: 5rem;
}
button.mint {
    background-color: #00c6db;
}




/* calc_detail */
.section.calc_detail h3 {
    margin-bottom: 1rem;
}
.section.calc_detail h3.big {
    font-size: 2.2rem;
    margin-bottom: 1rem;
}
.section.calc_detail h4 {
    font-family: SEBANG_Gothic_Bold;
    font-size: 1.8rem;
}
.section.calc_detail pre {
    font-size: 1.6rem;
    font-weight: 500;
    color: #707070;
    line-height: 1.3;
}
.section.calc_detail pre b {
    font-size: 1.6rem;
    font-weight: 700;
    color: #068ad8;
    line-height: 1.3;
}
.section.calc_detail .result-total h3 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
}
.section.calc_detail .result-total p {
    font-size: 2.2rem;
    font-weight: 700;
    color: #068ad8;
}
.section.calc_detail .result-total p:first-of-type {
    margin-bottom: 2rem;
}
.section.calc_detail hr {
    border: 0;
    height: 0.5rem;
    background-color: #d8e8f6;
    margin: 0 -1.5rem 3rem;
}
.repayment.white {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.repayment p {
    text-align: left;
    font-size: 1.6rem;
    font-weight: 700;
}
.repayment div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.repayment div span.point1 {
    font-size: 1.6rem;
    font-weight: 500;
    color: #7c7c7c;
}
.repayment div span.point2 {
    font-size: 1.6rem;
    font-weight: 700;
}
.repayment div span.point3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #068ad8;
}



@media screen and (max-width: 360px) {
    .section.calc .category a {
        font-size: 1.5rem;
    }
    .aButton.two {
        font-size: 1.5rem;
        font-weight: 700;
    }
}
