/* 공통 디자인 */
body {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;

    color: #333;
}
* {
    box-sizing: border-box;
}
main {
    padding: 7rem 1.5rem 8rem;
}
:root {
    --swiper-navigation-size: 1.5rem !important;
}

/* index */

#indexLoadImg {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(to bottom, #B975C2, #744ECF);
    overflow: hidden;
}
.indexImg {
    display: block;
    position: absolute;
    right: -65px; top: 100px;
    width: 50%;
}
.index_tit {
    position: absolute;
    left: 2rem; top: 50%;
    transform: translateY(-50%);
    width: 80%;
}
.index_tit .bold {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.index_tit span {
    display: block;
    color: #fff;
    font-size: 1.8rem;
    padding-bottom: 1.8rem;
    line-height: 1.3;
}
.index_tit img {
    width: 100%;
}
#indexLoadImg a {
    position: absolute;
    left: 50%; bottom: 2rem;
    transform: translate(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .7rem;
    width: 90%;
    background: #fff;
    border-radius: .7rem;
    padding: 1.5rem 0;
    color: #1F2544;
    font-size: 1.8rem;
    font-weight: 600;
}
#indexLoadImg a .ico {
    display: block;
    width: 1.7rem; height: 1.7rem;
    background: url(../img/index-arrow.png) no-repeat center/contain;
}


/* header */
header {
    position: fixed;
    left: 0; top: 0;
    width: 100%; height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    background: #fff;
}
header a {
    display: block;
    height: 2.7rem;
}
header a img {
    display: block;
    height: 100%;
}


/* home */
.inner {
    background: #FBF5FF;
    padding: 7rem 1.5rem 8rem;
}
.home_info {
    background: #fff;
    border-radius: 1rem;
    padding: 3rem 1.5rem;
}
.home_info .main_tit {
    font-size: 2rem;
    color: #6B5FB1;
    font-weight: 800;
    margin-bottom: 2rem;
    font-weight: 700;
}
.home_info .text_area {
    padding: 1.5rem 1rem;
    border: .1rem solid #DDDDDD;
    border-radius: 1rem;
    font-size: 1.5rem;
    line-height: 1.4;
    color: #5F5365;
    word-break: break-all;
}
.home_btn_sec {
    margin: 1.5rem 0 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home_btn_sec .home_btn {
    width: calc(100% / 3 - .7rem);
}
.home_btn_sec .home_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 1rem;
    border: .1rem solid #E0E0E0;
    background: #fff;
    padding: 2rem 0;
    gap: 1.5rem;
}
.home_btn_sec .home_btn a img {
    height: 4rem;
}
.home_btn_sec .home_btn a p {
    font-size: 1.6rem;
    font-weight: 600;
}
.long_banner {
    background: #fff;
    border: .1rem solid #E0E0E0;
    border-radius: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 1.5rem;
}
.long_banner .left_cont {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.long_banner .left_cont p {
    font-size: 1.9rem;
    font-weight: 700;
}
.long_banner .left_cont img {
    display: block;
    height: 4.5rem;
}
.long_banner .ico {
    display: block;
    width: 1.7rem; height: 1.7rem;
    background: url(../img/main-btn-icon-4-arrow.png) no-repeat center/contain;
}
.home_news {
    margin: .5rem 0 1.5rem;
    background: #fff;
    border-radius: 1rem;
    padding: 2.5rem 1.5rem;
}
.home_news .news_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem;
}
.home_news .news_tit .bold {
    font-size: 1.8rem;
    font-weight: 700;
}
.home_news .news_tit .more {
    font-size: 1.6rem;
    color: #544C56;
}
.home_news .news-area .news-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 13rem;
}
.news-link .news-img {
    display: block;
    width: 48%; height: 100%;
    object-fit: cover;
}
.news-link .news-txt {
    width: 48%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-link .news-txt h2 {
    font-size: 1.9rem;
    font-weight: 700;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-link .news-txt span {
    font-size: 1.5rem;
}


/* footer */
footer {
    position: fixed;
    left: 0; bottom: 0;
    width: 100%; height: 7rem;
    background: #fff;
    z-index: 999;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
}
footer ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer ul li {
    width: calc(100% / 4 - .5rem);
}
footer ul li a {
    display: block;
    width: 100%;
}
footer ul li a img {
    display: block;
    width: 100%;
}


/* qna */
.qna_box {
    border: .1rem solid #E0DFE1;
    margin-bottom: 1.5rem;
    border-radius: 1rem;
}
.question_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    background: #FBF5FF;
    border-radius: 1rem;
}
.qna_box.open .question_inner {
    border-bottom: .1rem solid #E0DFE1;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.question_inner .question {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
    max-width: 26rem;
    word-break: break-all;
}
.question_inner .question span {
    font-size: 1.8rem;
    font-weight: 700;
    display: inline-block;
    padding-right: .5rem;
}
.question_inner i {
    display: block;
    width: 1.7rem; height: 1.7rem;
    background: url(../img/qna-down.png) no-repeat center/contain;
}
.qna_box.open .question_inner i {
    background-image: url(../img/qna-up.png);
}
.qna_box .answer {
    padding: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.4;
    color: #584C5F;
    display: none;
}
.qna_box.open .answer {
    display: block;
}


/* news */
.news_area .news_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 13rem;
    margin-bottom: 1.5rem;
}
.news_link .news_img {
    display: block;
    width: 48%; height: 100%;
    object-fit: cover;
}
.news_link .news_txt {
    width: 48%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news_link .news_txt h2 {
    font-size: 1.7rem;
    font-weight: 500;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
}
.news_link .news_txt span {
    font-size: 1.5rem;
    color: #A459AE;
}


/* sub1 */
.sub_box {
    background: #F9F9F9;
    border: .1rem solid #DDDDDD;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
    padding: 2rem 1.5rem;
}
.sub_box .sub_title {
    font-size: 1.9rem;
    font-weight: 800;
    color: #64586A;
    margin-bottom: 2rem;
}
.sub_box .sub_contents {
    font-size: 1.5rem;
    line-height: 1.4;
    border: .1rem solid #DEDEDE;
    border-radius: 1rem;
    background: #fff;
    padding: 2rem 1.5rem;
}


/* bank */
.bank_tit {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.bank_box {
    border: .1rem solid #E0E0E0;
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    gap: 1rem;
}
.bank_img {
    height: 11rem;
}
.bank_cont {
    font-size: 1.4rem;
    color: #5F5365;
    line-height: 1.4;
    word-break: break-all;
}


/* search */
.content select {
    padding: 1rem 4rem 1rem .8rem;
    color: #c7cace;
    font-size: 1.6rem;
    border: 1px solid #ddd;
    outline: none;
    border-radius: .5rem;
    background: #fff url(../img/list-down.png) no-repeat calc(100% - 1rem) center / 1rem;
    margin-bottom: 1rem;
}
.content select option {
    font-size: 1.4rem;
}
.result_wrap a {
    position: relative;
    margin-bottom: .8rem;
    display: flex;flex-direction: column;
    padding:1.5rem;
    border-radius: 1rem;
    background-color: #FBF5FF;
}
.result_wrap a:nth-of-type(2n){
    background-color: #F5F6F7;
}
.result_wrap a span {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
}
.result_wrap a span:nth-of-type(1) {
    justify-content: space-between;
    margin: 1rem 0 1.5rem;
}
.result_wrap a span .tit {
    font-size: 2rem;
    font-weight: 800;
    color: #1D2682;
    width: 70%;
    word-break: break-all;
}
.result_wrap a .rate {
    position: absolute;
    right: 1.5rem; bottom: 2.5rem;
    color: #AD6AB6;
    font-size: 2.2rem;
    font-weight: 700;
}
.result_wrap a .rate .max {
    font-size: 1.5rem;
    color: #AD6AB6;
    font-weight: 600;
}
.result_wrap a span .label {
    font-size: 1.4rem;
    color: #545554;
    font-weight: 600;
    width: 5rem;
}
.result_wrap a span .gray {
    font-size: 1.4rem;
    color: #545554;
    font-weight: 600;
}
.rate_title {
    background-color: #f0f7fc;
    border: 1px solid #ddd;
    border-radius: 1rem;
    padding: 2rem 0;
    margin-bottom: 1.5rem;
}
.rate_title .bank {
    text-align: center;
    color: #353a43;
    font-size: 1.2rem;
    line-height: 1.4;
}
.rate_title .product {
    border-bottom: 1px solid #ddd;
    padding-bottom: 2rem;
    font-weight: 900;
    font-size: 2rem;
    text-align: center;
}
.rate_title .label {
    font-weight: bold;
    color: #000000;
    font-size: 1.4rem;
}
.rate_title .color {
    font-weight: bold;
    color: #000000;
    font-size: 1.4rem;
}
.rate_title .color b, .rate_title .label b {
    font-weight: bold;
    font-size: 2rem;
    color: inherit;
    line-height: inherit;
}
.rate_title span {
    padding: 1.5rem 1.5rem 0;
    display: flex;align-items: center;justify-content: space-between;
}
.rate_content {
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid #ddd;
    background-color: #fff;
    line-height: 1.4;

    font-size: 1.6rem;
    line-height: 1.4;
    color: #353a43;
}
.rate_content dl {
    margin-bottom: 3rem;
}
.rate_content dl, .rate_content dt, .rate_content dd {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #353a43;

}
.rate_content dt {
    font-weight: 900;
    margin-top: 2rem;
}
.rate_content dd {}
.rate_content .tag {}
.rate_content .tag b {
    color: #125aea;font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 2rem;
}





@media screen and (min-width: 270px) and (max-width: 285px) {
    .bank_img { 
        height: 9rem;
    } 
    .result_wrap a .rate .max {
        display: block;
        font-size: 1.3rem;
    }
    .result_wrap a .rate {
        font-size: 1.6rem;
    }
    .question_inner .question {
        max-width: 19rem;
    }
}
@media screen and (min-width: 300px) and (max-width: 330px) {
    .question_inner .question {
        max-width: 23rem;
    }
}
@media screen and (min-width: 712px) and (max-width: 1024px) {
    .question_inner .question {
        max-width: 55rem;
    }
    footer {
        height: 11rem;
    }
    main {
        padding: 7rem 1.5rem 12rem;
    }
}