/* index */
.no-scroll { overflow: hidden; height: 100%; }
.index_wrap {
    width: 100%; height: 100vh;
    background: #2E4B49;
    display: flex;
    flex-flow:column nowrap;
    align-items: center;
    justify-content: center;
    gap: 14rem;
}
.top_img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_img img {
    width: 35%;
}
.bottom_img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: loading 1s linear infinite;
}
.bottom_img img{
    width: 12%;
}
@keyframes loading {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* header */
.top_header {
    z-index: 300;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%; 
    height: 7rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    border-bottom: 2px solid #d1d0d0;
}
.header_logo{
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu_bar img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_logo img {
    width: 12rem
}
.menu_bar img {
    width: 2rem;
}
.nav_contents {
    transform: translateX(100%);
    z-index: 500;
    position: fixed;
    right: 0;
    top: 0;
    width: 64%;
    height: 100%;
    background: #fff;
    display: flex;
    flex-flow: column;
    transition: 0.4s;
}
.nav_top {
    display: flex;
    align-items: center;
    padding: 0 2rem;
    height: 7rem;
    justify-content: right;
    border-bottom: 2px solid #d1d0d0;
}
.nav_top img{
    width: 2rem;
}
.close_btn {
    padding: 1rem;
}
.nav_link h3 {
    font-size: 1.9rem;
    font-weight: 900;
    padding: 2rem 1rem;
}
.nav_sub a {
    font-size: 1.6rem ;
    font-weight: 700;
    margin-bottom: 2rem;
}

.nav_sub {
    display: flex;
    flex-flow: column nowrap;
}
.nav_sub div{
    display: flex;
    flex-flow: column nowrap;
    border-bottom: 2px solid #d1d0d0;
    padding: 0 2.5rem;
}

.nav_qna,.nav_news {
    font-size: 1.6rem;
    font-weight: 900;
    padding: 3rem 1rem;
    display: flex;
    align-items: center;
    justify-content: left;
    border-bottom: 2px solid #d1d0d0;
}


.nav_bg {
    background-color: rgba(0, 0, 0, .2);
    min-height: 100vh;
    position: fixed;
    display: none;
    z-index: 400;
    width: 100%;
    left: 0;
    top: 0;
}
.nav_on {
transform: translateX(0);
transition: 0.4s;
}
.bg_on{
    display: block;
}
.nav_on {
    color: #53B4B3;
    font-weight: 900 !important;
}
.menu_bar{
    padding: 1rem;
}
/* home */
.home_wrap {
    padding-top: 7rem;
}
.first_banner {
    padding: 2rem 0 4rem;
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
.first_banner h2 {
    font-weight: 400;
    line-height: 3.5rem;
    text-align: center;
    font-size: 2.2rem;
    font-family: 'Wemakeprice-Regular';
}
.first_banner h2 span{
    color: #45ADAC;
    font-weight: 800;
    font-size: 2.8rem;
    font-family: 'Wemakeprice-Regular';
}
.first_banner img {
    width: 40%;
}


.home_boxs {
    padding: 2rem 1.5rem 3rem;
}
.home_titles {
    font-size: 1.8rem !important; 
    font-weight: 900 !important;
    margin-bottom: 1rem !important;
}
.mobile_loan_btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.mobile_loan_btn a {
    width: 47%;
    text-align: center;
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    padding: 1.5rem 0;
    border-radius: 1rem;
    height: 14rem;
    box-shadow: .1rem .2rem .2rem .2rem rgba(61, 62, 77, 0.1);
}
.mobile_loan_btn a:nth-of-type(1){
    background-color:#45ADAC ;
}
.mobile_loan_btn a:nth-of-type(2){
    background-color:#4965C9 ;
}
.mobile_loan_btn a img{
    height: 8rem;
}
.mobile_loan_btn span {
    color: #fff;font-size: 1.5rem;
    font-weight: 700;
    padding: 0.7rem 0;
}
.mobile_loan_btn em{
    color: #F8D91C;   font-size:1.7rem;
    font-weight: 800;
}


.home_boxs:nth-of-type(3) a{
    background-color:#fff !important;
    box-shadow: .1rem .2rem .2rem .2rem rgba(61, 62, 77, 0.1);
}
.home_boxs:nth-of-type(3) span {
    color: #000;
}         
.home_boxs:nth-of-type(3) em{
    color: #000;
}
.home_boxs:nth-of-type(3) a:nth-of-type(1) img {
    padding: 1rem 0;
}
.mobile_loan_btn2 span{
    font-size: 1.7rem;
    font-weight: 700;
    padding: 0.7rem 0;
}
.mobile_loan_btn2 em{
    font-size: 1.9rem;
    font-weight: 800;
}
.mobile_loan_btn2 a {
    box-shadow: none !important;
}
.mobile_loan_btn2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 1rem;
    padding:  2rem 1rem;
    box-shadow: .2rem .2rem .5rem rgba(61, 62, 77, 0.1);
    margin-top: 2rem;
}
.mobile_loan_btn2 img {
    width: 13%;
}
.home_box {
    border: 1px solid #DAE5E5;;
    border-radius: 1rem;
    margin-bottom: 1rem;
}
.home_boxs h2{font-size: 1.7rem;
    font-weight: 700;
    border-radius: 1rem;
    line-height: 1.4; 
    padding-right: 2.5rem;
}
.home_qna pre {
    padding: 1rem ;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    display: none;
}
.open  pre {
    display: block;
}
.title_box{
    display: flex;
    background-color: #DAE5E5;
    padding: 1rem 1.5rem ;
    align-items: center;
    justify-content: space-between;
    border-radius: 1rem;
}
.title_box img {
    height: 1rem;
    width: 1.5rem;
}
.open .title_box img {
    transform: rotate(180deg);
}
.open .title_box{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.home_news_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.home_show {   
    font-size: 1.4rem;
    color: #575353;
    font-weight: 700;
}
.home_news_contents {
    overflow: hidden;
}
.swiper-container {
    position: relative !important;
    width: 100% !important;
}
.swiper-slide {
    width: 100%;
}
.news_right {
    width: 99%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    padding: 1rem;
    box-shadow: .1rem .2rem .2rem .2rem rgba(61, 62, 77, 0.1);
    border-radius: 1rem;
}
.home_news pre {
font-size: 1.4rem;
font-weight: 700;
white-space: normal;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
word-break: break-all;
line-height: 1.4;
}
.home_news_title {
    width: 80%;
    font-size: 1.6rem;
    font-weight: 800;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    line-height: 1.4;
    margin-bottom: 1rem;
}
.news_day{
    font-size: 1.2rem;
    font-weight: 700;
}
.swiper-pagination  {
    width: max-content !important;
    position: absolute !important;
    left: 85%!important;
    bottom: 0;
}
.banner_contanier  {
    height: 13rem;
}
.swiper-pagination-bullet-active  {
    background-color: #2E4B49 !important;
}
/* sub1 */
.sub1_wrap {
    padding: 7rem 1.5rem 5rem; 
}
.sub_title{
    color: #53B4B3;
    font-size: 1.8rem;
    font-weight: 800;
    padding: 1.5rem 0;
}

.sub_btn {
    width: 100%;
    padding: 0 1.5rem ;
    margin-bottom: 6rem;
}
.sub_btn_link {
    box-shadow: .1rem 0.2rem .2rem .2rem rgba(61, 62, 77, 0.1);
    display: flex;
    background-color: #2E4B49;
    margin: 0 auto;
    height: 7rem;
    border-radius: 1rem;
    padding: 1.5rem 1rem;
    flex-flow: column nowrap;
    justify-content: space-around;
    background-image: url(../img/sub-btn-icon-4.png);
    background-repeat: no-repeat;
    background-position: 90%;
    background-size: 5rem;
}
.btn_box {
    display: flex;
    align-items: center;
}
.sub_btn_link .first_em {
    color: #FFE01B;
    font-size: 1.9rem;
    font-weight: 700;
    padding-left: 0.5rem;
}
.sub_btn_link span{
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
}
.sub_btn_link em {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 700;
}
.sub_btn_link em img {
    width: 1.8rem;
    padding-left: 0.5rem;
}

/* a */
.sub_box_a {
    border: 1px solid #EBF1F1;  
    border-radius: 1rem;
    margin-bottom: 1.5rem;
}
.sub_box_a .title_img_box {
    display: flex;
    align-items: center;
    background-image: url(../img/qna-down.png);
    background-repeat: no-repeat;
    background-position: 96%;
    background-size: 2rem;
    padding: 1rem;
    height: 6rem;
}
.title_img_box h2 {
    font-size: 1.7rem ;
    font-weight: 800;
}
.sub_box_a .title_img_box img {
    width: 3rem;
    margin-right: 1rem;
}
.sub_box_a pre {
    padding: 1rem 1rem 2rem;
    line-height: 1.4;
    font-size: 1.5rem;
    font-weight: 700;
    border-top: 1px solid #EBF1F1;
    display: none;
}
.open pre {
    display: block;
}
/* b */
.b_title {
    width: max-content;
    background-color: #2E4B49;
    color: #fff;
    border-radius: 2rem;
    padding: 0.6rem 1.2rem;
    font-size: 1.5rem;
}
.b_contents {
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 1rem 0;
    font-weight: 700;
}

/* c */
.sub_box_c {

}
.sub_box_c:nth-of-type(1){
    padding: 0;
    border: 0;
    margin-bottom: 3rem;
}
.sub_box_c {
    padding: 1rem;
    border: 1px solid #EBF1F1;
    border-radius: 1rem;
    margin-bottom: 2rem;
}
.sub_box_c h2 {
    font-size: 1.7rem;
    font-weight: 800;
    margin-bottom: 0.7rem;
    color: #254441;
}
.sub_box_c pre {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
}

/* d */
.sub_box_d {
    padding: 1rem;
    border: 1px solid #EBF1F1;
    border-radius: 1rem;
    margin-bottom: 2rem;
}
.sub_box_d h2 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 0.7rem;
    color: #254441;
}
.sub_box_d pre {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
}


.open .title_img_box {
    background-image: url(../img/qna-up.png);
}



/* QNA */
.qna_wrap {
    padding: 7rem 1.5rem 5rem;
}
.qna_title{
    font-size: 1.8rem ;
    font-weight: 900 ;
    padding: 1em 0; 
    color: #53B4B3;

}
.qna_wrap h3 {
    font-size: 1.7rem;
    font-weight: 700;
    border-radius: 1rem;
    line-height: 1.4;
    padding-right: 2.5rem;
}
.qna_wrap pre {
    padding: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    display: none;
}
.qna_wrap .open pre {
    display: block;
}
.qna_wrap .home_box {
    margin-bottom: 1.5rem !important;
}
.qna_btn {
    width: 100%;
    margin-top: 4rem;
}
.qna_btn_link {
    display: flex;
    background-color: #2E4B49;
    margin: 0 auto;
    height: 7rem;
    border-radius: 1rem;
    padding: 1.5rem 1rem;
    flex-flow: column nowrap;
    justify-content: space-around;
    background-image: url(../img/sub-btn-icon-4.png);
    background-repeat: no-repeat;
    background-position: 90%;
    background-size: 5rem;
}
.qna_btn_link span {
    color: #FFE01B;
    font-size: 1.8rem;
    font-weight: 700;
}
.qna_btn_link em {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 700;
}
.qna_btn_link em img {
    width: 1.8rem;
    padding-left: 0.5rem;
}
/* news */
.news_wrap {
    padding: 7rem 1.5rem 5rem;
}
.news_wrap pre{
    font-size: 1.4rem;
    font-weight: 700;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    line-height: 1.4;
}
.news_wrap .banner_contaniers .news_box  {
    display: block;
    margin-bottom: 2rem;
}
/* calc_wrap */
.calc_wrap1{
    padding: 7rem 1.5rem 5rem;
}
.calc_title{
    font-family: 'Wemakeprice-Regular';
    color: #53B4B3;
    font-size: 1.8rem;
    font-weight: 800;
    padding: 1.5rem 0;
}
.amoutWrap {
    padding-top: 2rem;
}
.wayWrap {}
.wayWrap h3 {
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 800;
}
.wayWrap .btnWrap{
    display: flex;
    gap: 2rem;
    padding-top: 1rem;
}
.wayWrap li {
    background-color: #fff;
    border: 1px solid #c0c0c0;
    padding: 1rem;
    border-radius: 2rem;
}
.wayWrap li em {
    color: #C0C0C0;
    font-size: 1.3rem;
    font-weight: 800;
}
.open_calc  {
    background-color: #2E4B49 !important;
}
.selectLabel {
    background-color: #2E4B49 !important;
}
.open_calc em {
    color: #fff !important;
}
.selectLabel em {
    color: #fff !important;
}
.amoutWrap h3 {
    color: #2E4B49;
    font-size: 1.5rem;
    font-weight: 800;
    padding: 2rem 0;
}
.amoutWrap label {
    position: relative;
}
.amoutWrap input {
    background-color: #DAE5E5;
    padding: 1.5rem 1rem;
    width: 100%;
    border-radius: 1rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: #2E4B49;
}

.amoutWrap  span {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #2E4B49;
    font-size: 1.3rem;
    font-weight: 800;
}
.calc_day_per{
    display: flex;
    padding-top: 2rem;
    gap: 1.5rem;
}
.yearInterestWrap{

}

.calc_day_per h3{
    color: #2E4B49;
    font-size: 1.5rem;
    font-weight: 800;
    padding: 2rem 0;
}
.calc_day_per input {
    background-color: #DAE5E5;
    padding: 1.5rem 1rem;
    width: 100%;
    border-radius: 1rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: #2E4B49;
}
.calc_day_per label{
    position: relative;
}
.calc_day_per span {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #2E4B49;
    font-size: 1.3rem;
    font-weight: 800;
}
.btnBlock button {
    box-shadow: .1rem .2rem .2rem .2rem rgba(61, 62, 77, 0.1);
    margin-top: 4rem;
    width: 100%;
    background: #2E4B49;
    padding: 1.5rem;
    text-align: center;
    border-radius: 2rem;
    color: #fff;
    font-weight: 800;
    font-size: 1.5rem;
}
.result_btn {
    width: 100%;
    margin-bottom: 4rem;
    margin-top: 4rem;
}
.result_btn_link {
    display: flex;
    background-color: #2E4B49;
    margin: 0 auto;
    height: 7rem;
    border-radius: 1rem;
    padding: 1.5rem 1rem;
    flex-flow: column nowrap;
    justify-content: space-around;
    background-image: url(../img/sub-btn-icon-3.png);
    background-repeat: no-repeat;
    background-position: 95%;
    background-size: 10%;
    box-shadow: .1rem .2rem .2rem .2rem rgba(61, 62, 77, 0.1);
}

.result_btn_link .first_em {
    color: #FFE01B;
    font-size: 1.8rem;
    font-weight: 700;
}
.result_btn_link span{
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 700;
}
.result_btn_link em {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 700;
}
.result_btn_link em img {
    width: 1.8rem;
    padding-left: 0.5rem;
}
/* result  */
.mainContainer {
    padding: 7rem 1.5rem 5rem;
}
.totalTop {
    /* padding: 1rem; */
    border-radius: 1rem;
}
.totalList {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #DAE5E5;
}
.totalList:nth-of-type(4){
    border: 0;
}
.totalList h2{
    font-size: 1.6rem;
    font-weight: 800;
    width: 30%;
}
.totalList span {
    font-size: 1.5rem;
    font-weight: 600;
    color: #8C8E8E;
}

.totalList em {
    font-size: 1.5rem;
    font-weight: 600;
    color: #8C8E8E;
}


.totalBtm div {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem;
    background-color: #DAE5E5;
}
.totalBtm div:nth-of-type(1){
    border-bottom: 1px solid #fff;
}
.totalBtm div:nth-of-type(2){
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.totalBtm div h2 {
    font-size: 1.7rem;
    font-weight: 900;
}
.totalBtm div  span, .totalBtm div em{
    color: #000;
    font-size: 1.5rem;
}
#result_table {
    padding: 4rem 0 1rem;
}
#result_thead {
    font-size: 1.8rem;
    font-weight: 900;
    color: #2E4B49;
    padding-bottom: 1.5rem;
}
.result_list {
    border: 1px solid #DAE5E5;
    border-radius: 1rem;
    margin-bottom: 1rem;
}
.result_title {
    font-size: 1.5rem;
    font-weight: 900;
    color: #000;
    padding: 1.5rem;
    border-bottom:1px solid #DAE5E5;
}
.principalPaid2 {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem;
    border-bottom:1px solid #DAE5E5;
}
.principalPaid2 span {
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
}
.principalPaid2 span:nth-last-child(1){
    font-size: 1.4rem;
    font-weight: 800;
    color: #000;
}
.principalPaid2 em {
    font-size: 1.5rem;
    font-weight: 600;
    color: #8C8E8E;
}
.principalPaid2:nth-last-of-type(1){
    background-color: #DAE5E5;
    border: 0;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.totalList p {
    width: 50%;
    text-align: right;
}
.totalInterest2 p {
    width: 50%;
    text-align: right;
}
.totalRepaymentAmount2 p {
    width: 33%;
}
.errorBlock {
    padding-top: 3rem;
}