/* 공통 디자인 */
body {
    font-family: 'NanumSquareNeo';
    color: #3e3e39;
}
* {
    box-sizing: border-box;
}
img {
    width: 100%;
}
.cont-inner {
    padding: 0 2rem 3rem;
}

/* index */

#indexLoadImg {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: #3b45f8;
}
.indexImg {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
}

/* home */
.cont-inner {
    min-height: 100vh;
}
.home-header {
    width: 100%;
    padding: 2.5rem 0;
}
.home-header img {
    width: 45%;
}
.top-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
}
.top-btn a {
    display: block;
    width: 49%;
}
.top-btn a img{
    border-radius: 1.5rem;
}
.loan-info {
    margin-bottom: 4rem;
}
.loan-info a {
    display: block;
}
.loan-info a:first-child {
    margin-bottom: 1.5rem;
}
.loan-info a img {
    border-radius: 1.5rem;
    box-shadow: 0.4rem 0.4rem 0.2rem #3272ce0f;
}
.top-txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-txt h2 {
    font-size: 1.6rem;
    font-weight: 900;
    color: #1D1D1D;
}
.top-txt a {
    width: 26%;
}
/* swiper */
.news-slide {
    width: 100%;
    height: 100%;
    border-radius: 1.5rem;
    border: 1px solid #F5F5F6;
    margin-top: 1.5rem;
}
.news-slide .swiper-wrapper .swiper-slide {
    padding: 1.5rem 2rem;
}
.swiper-slide .slide-txt h2{
    padding: 1.5rem 0;
    font-size: 1.7rem;
    font-weight: 800;
    border-bottom: 1px solid #F5F5F6;
    color: #2A3B45;
}
.swiper-slide .slide-txt p {
    font-size: 1.5rem;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 2rem;
}
.swiper-pagination-bullet {
    width: 1rem !important;
    height: 1rem !important;
    margin: 0.2rem !important;
}
.swiper-pagination-bullet-active {
    background: #808080 !important;
}

/* cont-header */
.cont-header {
    position: relative;
    padding: 2.5rem 2rem;
    width: 100%;
    background: #fff;
}
.back-btn {
    position: relative;
    background: url(../img/back-arrow.png) no-repeat center/contain;
    width: 1.7rem; height: 1.7rem;
    z-index: 5;
}
.back-btn:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 3rem; height: 3rem;
    background: transparent;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
}
.text-logo {
    display: flex;
    width: 80%;
    justify-content: center;
    position: absolute;
    font-size: 1.8rem;
    letter-spacing: -0.1rem;
    font-weight: 800;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}

/* contents-area */
.contents-area {
    background-color: #E2EBF4;
    padding:  2.5rem 2rem;
}
.deco {
    display: flex;
    font-size: 1.7rem;
    font-weight: 800;
    align-items: center;
    margin-bottom: 2rem;
}
.deco img {
    display: inline-block;
    width: 2rem;
    margin-right: .5rem;
}
.contents {
    background: #fff;
    font-size: 1.4rem;
    margin-bottom: 3.5rem;
    color: #7C7D7E;
    line-height: 1.3;
    border-radius: 1.5rem;
    padding: 1.5rem 2.3rem;
    box-shadow: 0.4rem 0.4rem 0.2rem #3272ce0f;
}
.contents-area .contents:nth-child(4) .sub-title:first-child {
    padding-top: 0;
}
.contents .sub-title {
    color: #00499B;
    font-size: 1.6rem;
    font-weight: 600;
    border-bottom: 1px solid #9FC4DE;
    margin-bottom: 1.5rem;
    padding: 2rem 0 1.5rem;
}
.contents pre {
    font-size: 1.4rem;
    line-height: 1.5;
}
.contents .point2 {
    font-size: 1.4rem;
    font-weight: 800;
}
.contents .point3 {
    font-size: 1.4rem;
    color: #6191C1;
}
/* atoz */
.atoz-area {
    background: #E2EBF4;
    padding:  2.5rem 2rem;
}
.box {
    margin-bottom: 2rem;
}
.box.open .atoz-cont {
    display: block;
}
.box.open .atoz-title {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.box.open .atoz-title i {
    background-image: url(../img/up-arrow.png);
}
.atoz-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.7rem;
    background: #0055A2;
    color: #fff;
    border-radius: 1.5rem;
    padding: 1.5rem 1.7rem;
    line-height: 1.3;
}
.atoz-title i {
    background: url(../img/down-arrow.png) no-repeat center/contain;
    width: 2rem; height: 2rem;
    display: inline-block;
}
.atoz-cont {
    background: #fff;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    padding: 1.5rem 1.7rem;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 2rem;
    display: none;
}
/* news */
.news-area {
    background: #E2EBF4;
    height: 100%;
    padding:  2.5rem 2rem;
}
.news-box {
    background: #fff;
    border-radius: 1.5rem;
    padding: 1.5rem 2rem;
    margin-bottom: 2rem;
    box-shadow: 0.4rem 0.4rem 0.2rem #3272ce0f;
}
.news-box .sub-tit {
    padding-bottom: 1.5rem;
    font-size: 1.7rem;
    font-weight: 700;
    border-bottom: 1px solid #CDE0EE;
    color: #2A3B45;
    line-height: 1.3;
}
.news-box .preview {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.6rem;
    color: #717581;
    margin: 1.8rem 0 0;
    line-height: 1.3;
}
.news-box .news-text {
    font-size: 1.5rem;
    color: #717581;
    margin: 1.8rem 0 0;
    line-height: 1.3;
}
.more-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.8rem;
}
.more-btn span {
    display: inline-block;
    color: #5B8DBF;
    font-size: 1.5rem;
}
.more-btn .more {
    display: inline-block;
    background: #0055A2;
    color: #fff;
    padding: 0.5rem 1.5rem;
    font-size: 1.5rem;
    border-radius: 0.5rem;
}
.news-box .main-tit {
    font-size: 2rem;
    font-weight: 800;
    color: #2A3B45;
    line-height: 1.3;
}
.news-box img {
    display: inline-block;
    padding: 3rem 0;
}
.news-box .main-text {
    text-align: center;
    display: block;
    background: #0055A2;
    color: #fff;
    padding: 1.7rem 0;
    font-size: 1.5rem;
    margin: 2rem 0;
}