* {
    box-sizing: border-box;
}
main {
    padding: 8rem 0 5rem;
}
main.sub {
    padding: 6rem 0 5rem;
}
main.list {
    padding: 8rem 1.5rem 5rem;
    background: #F5F6F7;
    min-height: 100vh;
}
main.list_sub {
    padding: 6rem 0 5rem;
}
:root {
    --border-ra: 1.3rem;
}
body.fixed {
    overflow: hidden;
}

/* index */
#indexLoadImg {
    position: relative;
    width: 100%; min-height: 100vh;
}
#indexLoadImg img {
    display: block;
    height: 27rem;
    position: absolute;
    left: 50%; top: 20%;
    transform: translateX(-50%);
}

/* header */
header {
    position: fixed;
    left: 0; top: 0;
    width: 100%; height: 6rem;
    background: #fff;
    z-index: 999;
    padding: 0 1.5rem;
}
#wrapHome .sub_header {
    display: none;
}
#wrap .home_header {
    display: none;
}
#wrap .sub_header {
    display: flex;
}
.home_header {
    width: 100%; height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home_header a {
    display: block;
    height: 2.1rem;
}
.home_header a img {
    display: block;
    height: 100%;
}
.menu_ico {
    display: block;
    width: 2.3rem; height: 2.3rem;
    background: url(../img/menu.png) no-repeat center/contain;
}
.sub_header {
    display: none;
    width: 100%; height: 100%;
    justify-content: space-between;
    align-items: center;
}
.sub_header .back {
    position: relative;
    display: block;
    width: 2rem; height: 2rem;
    background: url(../img/back.png) no-repeat center/contain;
}
.sub_header .back::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    width: 4rem; height: 4rem;
}
.sub_header .header_title {
    font-size: 1.9rem;
    font-weight: 700;
}

/* aside */
.background {
    display: none;
    position: fixed;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9995;
}
aside {
    display: none;
    position: fixed;
    right: 0; top: 0;
    width: 70%; height: 100%;
    background: #fff;
    z-index: 9999;
}
aside .top {
    padding: 2rem 1.5rem;
    text-align: right;
}
aside .top .close_ico {
    display: inline-block;
    width: 2rem; height: 2rem;
    background: url(../img/cancel.png) no-repeat center/contain;
}
aside .menu_list > li {
    border-left: .4rem solid transparent;
}
aside .menu_list > li:nth-child(2) {
    margin-top: 1rem;
}
aside .menu_list > li:nth-child(2) > a,
aside .menu_list > li:nth-child(4) > a {
    padding: 1.5rem 2rem 1rem;
}
aside .menu_list > li.on {
    border-color: #00CC79;
}
aside .menu_list li a {
    display: block;
    font-size: 1.9rem;
    color: #616D68;
    font-weight: 500;
    padding: 1.5rem 2rem;
}
aside .menu_list li.on > a {
    background: #EDFCF5;
    color: #009754;
    font-weight: 600;
}
aside .menu_list li.on .sub_menu {
    background: #EDFCF5;
    padding-bottom: .5rem;
}
aside .menu_list .sub_menu a {
    font-size: 1.6rem;
    color: #959595;
    font-weight: 400;
    padding: 1rem 2rem;
}
aside .menu_list li.on .sub_menu a.on {
    color: #008F47;
}

/* home */
.homeSwiper {
    height: 26rem;
}
.homeSwiper .swiper-slide {
    background-color: #C4F2DD;
    border-radius: var(--border-ra);
    height: 22rem;
    padding: 2.5rem 1.5rem 0;
    background-repeat: no-repeat;
}
.homeSwiper .swiper-slide:nth-child(1) {
    background-image: url(../img/main-img-1.png);
    background-size: 22rem;
    background-position: 85% 70%;
}
.homeSwiper .swiper-slide:nth-child(2) {
    background-color: #9CE2F2;
    background-image: url(../img/main-img-2.png);
    background-size: 25rem;
    background-position: 100% 100%;
}
.homeSwiper .swiper-slide:nth-child(3) {
    background-color: #F9DCF0;
    background-image: url(../img/main-img-3.png);
    background-size: 27rem;
    background-position: 100% 90%;
}
.homeSwiper .swiper-slide p {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}
.homeSwiper .swiper-slide h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
}
.homeSwiper .swiper-slide .more {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    gap: .4rem;
}
.homeSwiper .swiper-slide .more .arrow {
    display: block;
    width: 1.5rem; height: 1.5rem;
    background: url(../img/arrow-1.png) no-repeat center/contain;
}
.homeSwiper .swiper-pagination-bullet-active {
    width: 3rem;
    border-radius: 1.5rem;
    background: #46464686;
}
.home_compare {
    background: #F5F6F7;
    margin-top: 2rem;
    padding: 4rem 0;
}
.home_tit {
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 1.5rem;
}
.home_compare .home_tit {
    padding: 0 1.5rem 1rem;
}
.compareSwiper {
    height: 19rem;
    display: flex !important;
    align-items: center !important;
}
.compareSwiper .swiper-wrapper {
    height: 17rem;
}
.compareSwiper .swiper-slide {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: #fff;
    border-radius: 1rem;
    padding: 2rem 1.5rem;
}
.compareSwiper .swiper-slide > p {
    font-size: 1.8rem;
    font-weight: 600;
}
.compareSwiper .swiper-slide .mid {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.compareSwiper .swiper-slide .mid .bank {
    width: 6rem; height: 6rem;
    border: .1rem solid #CACACA;
    border-radius: var(--border-ra);
    background-repeat: no-repeat;
    background-position: center;
}
.compareSwiper .swiper-slide:nth-child(1) .mid .bank {
    background-image: url(../img/bank-icon-6.png);
    background-color: #FFE300;
    background-size: 2.5rem;
    border: none;
}
.compareSwiper .swiper-slide:nth-child(2) .mid .bank {
    background-image: url(../img/bank-icon-7.png);
    background-size: 4rem;
}
.compareSwiper .swiper-slide:nth-child(3) .mid .bank {
    background-image: url(../img/bank-icon-3.png);
    background-size: 3.3rem;
}
.compareSwiper .swiper-slide .mid .right p {
    color: #7B7B7B;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    gap: .7rem;
}
.compareSwiper .swiper-slide .mid .right p:first-child {
    margin-bottom: 1rem;
}
.compareSwiper .swiper-slide .mid .right p span {
    font-size: 1.5rem;
    font-weight: 600;
}
.compareSwiper .swiper-slide .green {
    font-size: 1.7rem;
    color: #02A95B;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
}
.compareSwiper .swiper-slide .green .arrow {
    display: block;
    width: 1.6rem; height: 1.6rem;
    background: url(../img/arrow-2.png) no-repeat center/contain;
}
.home_more {
    display: block;
    background: #00CC79;
    margin: 1rem 1.5rem 0;
    padding: 2rem 0;
    border-radius: var(--border-ra);
    color: #fff;
    text-align: center;
    font-size: 1.9rem;
    font-weight: 600;
}
.home_tip {
    padding: 4rem 1.5rem;
}
.home_tip .btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
}
.home_tip .btns li {
    width: calc(100% / 3 - 1rem);
}
.home_tip .btns li a {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
}
.home_tip .btns li a .img_box {
    width: 100%;
    height: 10rem;
    background-color: #F5F6F7;
    border-radius: 1rem;
    background-repeat: no-repeat;
    background-position: center;
}
.home_tip .btns li:nth-child(1) a .img_box {
    background-image: url(../img/main-img-4.png);
    background-size: 4.5rem;
}

.home_tip .btns li:nth-child(2) a .img_box {
    background-image: url(../img/main-img-5.png);
    background-size: 5.5rem;
}

.home_tip .btns li:nth-child(3) a .img_box {
    background-image: url(../img/main-img-6.png);
    background-size: 4rem;
}
.home_tip .btns li a p {
    text-align: center;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.3;
}
.home_tip .calc_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 1.5rem;
    border-radius: var(--border-ra);
    box-shadow: rgba(0,0,0,0.09) 0px 2px 8px 0px;
}
.home_tip .calc_link.a {
    background: #00CC79;
    margin-bottom: 1.5rem;
}
.home_tip .calc_link.b {
    background: #00CCAD;
}
.home_tip .calc_link .left p {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.home_tip .calc_link .left span {
    font-size: 1.6rem;
    color: #fff;
}
.home_tip .calc_link img {
    display: block;
    width: 6rem; height: 6rem;
    object-fit: contain;
}
.home_tip .calc_link.b img {
    display: block;
    width: 7rem; height: 7rem;
    object-fit: contain;
}
.home_news {
    padding: 0 1.5rem;
}
.home_news .home_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home_news .home_tit a {
    font-size: 1.6rem;
    color: #424242;
}
.newsSwiper {
    height: 25rem;
}
.newsSwiper .swiper-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    height: 100%;
    border: .1rem solid #D6D6D6;
    border-radius: 1.3rem;
    padding-bottom: 1.5rem;
}
.newsSwiper .swiper-slide .news-img {
    display: block;
    height: 50%;
    object-fit: cover;
    border-radius: 1.3rem 1.3rem 0 0;
}
.newsSwiper .swiper-slide .news-txt {
    padding: 0 1.5rem;
}
.newsSwiper .swiper-slide .news-txt h2 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1rem;
}
.newsSwiper .swiper-slide .news-txt p {
    font-size: 1.6rem;
    color: #7B7B7B;
    line-height: 1.4;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newsSwiper .swiper-slide .news-txt span {
    display: block;
    position: absolute;
    right: 1.5rem; top: 7.5rem;
    font-size: 1.5rem;
    color: #fff;
    background: #7A7A7A;
    padding: .6rem 1.5rem;
    border-radius: 1.3rem;
}

/* sub */
.sub_top {
    background: #F5F6F7;
    padding: 2rem 1.5rem 3rem;
}
.sub_top h2 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.sub_top p {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #898989;
}
.sub_top p span {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #00934C;
    font-weight: 500;
}
.sub_cont_box {
    padding: 4rem 1.5rem;
    border-bottom: .8rem solid #F5F6F7;
}
.sub_cont_box .sub_title {
    font-size: 1.9rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.sub_cont_box .sub_cont {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #7E7E7E;
}
.sub_cont_box .sub_cont .point3 {
    font-size: 1.7rem;
    font-weight: 600;
    color: #00934C;
}
.sub_box_inner .sub_cont_box:last-child {
    border-bottom: none;
}
.sub_link {
    display: block;
    text-align: center;
    margin: 0 1.5rem;
    padding: 2.5rem 0;
    border-radius: var(--border-ra);
    font-size: 1.8rem;
    color: #fff;
}
.sub_link.top {
    background: #00CC79;
    margin-bottom: 1.5rem;
}
.sub_link.btm {
    background: #00CCAD;
}

/* list */
.list_area li a {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    background: #fff;
    border-radius: var(--border-ra);
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    padding: 2.5rem 1.5rem;
    margin-bottom: 1.5rem;
}
.list_area li a .bank {
    width: 6rem; height: 6rem;
    border: .1rem solid #CACACA;
    border-radius: var(--border-ra);
    background-repeat: no-repeat;
    background-position: center;
}
.list_area li:nth-child(1) a .bank {
    background-image: url(../img/bank-icon-6.png);
    background-color: #FFE300;
    background-size: 2.5rem;
    border: none;
}
.list_area li:nth-child(2) a .bank {
    background-image: url(../img/bank-icon-7.png);
    background-size: 4rem;
}
.list_area li:nth-child(4) a .bank {
    background-image: url(../img/bank-icon-3.png);
    background-size: 3.3rem;
}
.list_area li:nth-child(5) a .bank {
    background-image: url(../img/bank-icon-4.png);
    background-size: 4.3rem;
}
.list_area li:nth-child(7) a .bank {
    background-image: url(../img/bank-icon-2.png);
    background-size: 4.3rem;
}
.list_area li:nth-child(8) a .bank {
    background-image: url(../img/bank-icon-1.png);
    background-size: 4.3rem;
    background-color: #120063;
    border: none;
}
.list_area li a .right {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.list_area li a .right .title {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: 1.8rem;
    font-weight: 600;
    color: #272727;
}
.list_area li a .right .title .arrow {
    display: block;
    width: 1.5rem; height: 1.5rem;
    background: url(../img/arrow-1.png) no-repeat center/contain;
}
.list_area li a .right .btm {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.list_area li a .right .btm p {
    display: flex;
    align-items: center;
    gap: .7rem;
    font-size: 1.6rem;
    color: #7A7A7A;
}
.list_area li a .right .btm p span {
    font-size: 1.6rem;
    font-weight: 600;
}

/* list_sub */
.list_banner {
    height: 13rem;
    background-color: #FFE300;
    background-image: url(../img/bank-logo-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17rem;
}
.list_banner.cB {
    background-image: url(../img/bank-logo-2.png);
    background-color: #fff;
}
.list_banner.cC {
    background-image: url(../img/bank-logo-3.png);
    background-color: #fff;
}
.list_banner.cD {
    background-image: url(../img/bank-logo-4.png);
    background-color: #fff;
    background-size: 16rem;
}
.list_banner.cE {
    background-image: url(../img/bank-logo-5.png);
    background-color: #fff;
    background-size: 16rem;
}
.list_banner.cF {
    background-image: url(../img/bank-logo-7.png);
    background-color: #120063;
    background-size: 15rem;
}
.list_btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: .2rem solid #F5F6F7;
}
.list_btns li {
    width: fit-content;
}
.list_btns li a {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding: 2rem 1.5rem;
    color: #B9B9B9;
    font-size: 1.6rem;
}
.list_btns li a.on {
    color: #009653;
    font-weight: 600;
    background: #EDFCF5;
}
.list_btns li a.on::after {
    position: absolute;
    display: block;
    left: 0; bottom: -2px;
    content: '';
    width: 100%; height: .2rem;
    background: #00C970;
}
.list_cont_box {
    padding: 4rem 1.5rem;
}
.list_cont_box .list_cont {
    font-size: 1.6rem;
    color: #888888;
    line-height: 1.4;
}
.list_cont_box .list_cont .point2 {
    font-size: 1.6rem;
    line-height: 1.4;
}
.list_cont_box .list_cont .point3 {
    font-size: 1.7rem;
    font-weight: 600;
    color: #009753;
    display: inline-block;
    padding-bottom: 1rem;
}
.list_link {
    display: block;
    margin: 0 1.5rem;
    background: #00CC79;
    text-align: center;
    padding: 2.5rem 0;
    border-radius: var(--border-ra);
    color: #fff;
    font-size: 1.9rem;
    font-weight: 600;
}

/* sub2 */
.sub2_title {
    font-size: 2rem;
    font-weight: 700;
    padding: 0 1.5rem 1.5rem;
}
.sub2_cont {
    font-size: 1.6rem;
    color: #898989;
    line-height: 1.4;
    padding: 0 1.5rem 3rem;
}
.sub2_cont.c1 {
    border-bottom: .6rem solid #F5F6F7;
    display: block;
    margin-bottom: 3rem;
}
.sub2_bold {
    font-size: 1.7rem;
    color: #009551;
    font-weight: 600;
    padding: 0 1.5rem;
    padding-bottom: 1rem;
}
.sub2_top {
    font-size: 1.6rem;
    color: #878787;
    background: #F5F6F7;
    line-height: 1.4;
    padding: 2rem 1.5rem;
    border-radius: var(--border-ra);
    margin: 0 1.5rem 4rem;
    word-break: break-all;
}
.sub2_link {
    display: block;
    margin: 0 1.5rem;
    font-size: 1.9rem;
    color: #fff;
    font-weight: 600;
    border-radius: var(--border-ra);
    padding: 2.5rem 0;
    text-align: center;
}
.sub2_link.gr {
    margin: 0 1.5rem 1.5rem;
    background: #00CC79;
}
.sub2_link.bl {
    background: #00CCAD;
}

/* news */
.news_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 14rem;
    margin-bottom: 2.5rem;
}
.news_box .news-img {
    display: block;
    height: 100%; width: 45%;
    object-fit: cover;
    border-radius: var(--border-ra);
}
.news_box .news-txt {
    width: 51%; height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news_box .news-txt h2 {
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.3;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_box .news-txt p {
    font-size: 1.6rem;
    color: #8B8B8B;
    line-height: 1.3;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_box .news-txt span {
    font-size: 1.6rem;
    display: block;
    text-align: right;
    font-weight: 500;
    color: #767676;
}
.pagination {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.pagination a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.7rem;
    color: #A1A1A1;
    width: 2.5rem; height: 2.5rem;
}
.pagination a.active {
    background: #009957;
    border-radius: 50%;
    color: #fff;
}