body {
    font-family: 'NanumSquareNeo';
    color: #3e3e39;
}
* {
    box-sizing: border-box;
}
img {
    width: 100%;
}
.shadow {
    box-shadow: #c4c4c4 1px 1px 7px 0px;
    border-radius: 1rem;
}
.cont-inner {
    padding: 13rem 2rem 2rem;
}

/* 공통디자인 */
.bannerImg {
    width: 100%;
    padding: 1.5rem 0;
}
.bannerImg a {
    width: 100%;
}
.bannerImg a img {
    width: 100%;
}

/* index */

#indexLoadImg {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: #F4F8F9;
}
.indexImg {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    width: 25%;
}
.indexBtn {
    position: absolute;
    left: 0; bottom: 0;
    font-size: 1.8rem;
    color: #fff;
    display: block;
    border: none;
    background: #097CAF;
    width: 100%;
    text-align: center;
    padding: 2rem 0;
}

/* header */
header {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    z-index: 999;
}
.header {
    background: linear-gradient(to right, #005192, #00AEE7 50%);
    padding: 1rem 2rem;
}
.header img {
    width: 4rem;
}
.header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-nav li {
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-image: linear-gradient(to right, #00AEE7,#005192 90%);
    border-image-slice: 1;
    text-align: center;
    padding: 1.5rem 2.5rem;
    width: 100%;
    background: #fff;
}
.header-nav li:last-child {
    border-right: none;
}
.header-nav li a {
    display: inline-block;
    width: 100%;
    color: #0073B2;
    font-weight: 800;
    font-size: 1.6rem;
}
/* home */
.inner {
    padding: 0 0 2.5rem;
    background: #F4F8F9;
}
.top-btn {
    display: flex;
    justify-content: space-between;
    padding: 22rem 1.7rem 0;
}
.top-btn > a {
    display: block;
    width: 49%;
}
.horiz {
    display: flex;
    width: 49%;
    flex-direction: column;
    justify-content: space-between;
}
.horiz a {
    display: block;
}
.middle-btn {
    margin: 3rem 0;
    padding: 0 1.7rem;
}
.middle-text {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1rem;
}
.middle-text span {
    font-size: 1.6rem;
    font-weight: 700;
    color: #3895BE;
}
.middle-text strong {
    font-size: 1.6rem;
    font-weight: 900;
    color: #002488;
}
.middle-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.middle-cont li {
    width: calc(100%/3 - 1rem);
}
.middle-cont li a{
    display: block;
}
.middle-cont li a img{
    height: 100%;
}
.key-point {
    padding: 2rem 1.5rem 0;
    margin: 0 1.7rem;
}
.ya-font {
    font-family: 'Jalnan';
    color: #00278A;
    font-size: 1.9rem;
    line-height: 1.3;
    margin-bottom: 2rem;
}
.point-text li {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.1rem;
    margin-bottom: 1rem;
}
.point-text li span {
    display: inline-block;
    width: 5rem;
    color: #3895BE;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: -0.1rem;
}
.list {
    padding: 2rem 0;
}
.list li {
    background: #E6F2F7;
    margin-bottom: 1.5rem;
    border-radius: 1rem;
}
.list li a {
    display: flex;
    padding: 1.8rem 1.5rem;
    justify-content: space-between;
    align-items: center;
}
.list li a span{
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 800;
    color: #626262;
}
.list li a i {
    display: inline-block;
    width: 1.7rem; height: 1.7rem;
    background: url(../img/arrow_gy.png) no-repeat center/contain;
}
.bottom-btn {
    padding: 1rem 1.7rem 4rem;
}
.bottom-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottom-cont li {
    width: calc(100%/2 - 1rem);
}
/* true */
.top-cont {
    height: 13rem;
    background: url(../img/img.png) no-repeat right;
    background-size: 10rem 10rem;
    margin-bottom: 2rem;
}
.top-cont > .ya-font {
    width: 15rem;
}
.box {
    padding-bottom: 1.5rem;
}
.box.open .flex {
    background: #E9F9FF;
    border: none;
}
.box .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #78B8D3;
    border-radius: 1rem;
    padding: 1.5rem 1rem;
}
.box.open .flex > span {
    font-size: 1.6rem;
    font-weight: 800;
}
.box .flex > span {
    display: inline-block;
    font-size: 1.5rem;
    color: #373331;
    font-weight: 700;
}
.box.open .flex > i {
    display: none;
}
.box .flex > i {
    display: inline-block;
    width: 1.5rem; height: 1.5rem;
    background: url(../img/arrow_bl.png) no-repeat center/contain;
}
.box.open pre {
    display: block;
}
.box pre {
    display: none;
    background: #E9F9FF;
    color: #403C3C;
    font-size: 1.3rem;
    padding: 1.5rem 1rem;
    line-height: 1.4;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
/* tip */
.ya-font.tipTitle{
    margin-bottom: 1.5rem;
}
.cont-inner em {
    display: inline-block;
    font-size: 1.1rem;
    color: #7A7979;
    margin-bottom: 1rem;
}
.box-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #E9F9FF;
    margin-bottom: 1.5rem;
    padding: 1.5rem 2rem;
}
.box-cont .sub_tit {
    color: #332D2C;
    font-size: 1.5rem;
    font-weight: 800;
    width: 100%;
}
.box-cont i {
    display: inline-block;
    width: 1.5rem; height: 1.5rem;
    background: url(../img/arrow_bl.png) no-repeat center/contain;
}
.tip-box {
    padding: 2.5rem 0 1.5rem;
}
.tip-sub {
    font-size: 1.6rem;
    font-weight: 800;
    color: #1B2064;
    padding-top: 2rem;
}
.tip-content {
    font-size: 1.4rem;
    color: #8F8F8F;
    line-height: 1.4;
    margin: 2rem 0 2.5rem;
}
.tip-content .point3 {
    display: inline-block;
    background: #0076B4;
    font-size: 1.3rem;
    color: #fff;
    padding: .9rem 1rem;
    margin-bottom: 1.5rem;
}
/* qna */
.qna-sec {
    padding: 20rem 0 4rem;
}
.box.qna {
    padding-bottom: 0;
}
.qnaTitle {
    padding: 2rem 2rem 0;
}
.qna-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D1D1D1;
    padding: 1.5rem 2rem;
}
.qna-sub {
    font-size: 1.4rem;
    color: #2E2826;
    font-weight: 600;
    line-height: 1.4;
}
.qna-sub span {
    display: none;
    font-weight: 600;
    font-size: 1.4rem;
    color: #2E2826;
}
.box.open .qna-inner span {
    display: inline-block
}
.box.open .qna-inner i {
    background-image: url(../img/up.png);
}
.qna-inner i {
    display: inline-block;
    width: 1.5rem; height: 1.5rem;
    background: url(../img/down.png) no-repeat center/contain;
}
.box.open .qna-inner {
    border-bottom: none;
    background: #E9F9FF;
    padding: 2rem 2rem 1.5rem;
}
.box.qna .qna-text {
    padding: 0 3rem 1.5rem 2rem;
    color: #151A60;
    font-weight: 700;
    line-height: 1.7;
}
/* news */
.news-top {
    padding: 17rem 2rem 0;
}
.news-tab {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    height: 12rem;
}
.news-tab img {
    display: inline-block;
    width: 48%;
}
.news-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 48%;
}
.news-text .news-tit {
    font-size: 1.6rem;
    font-weight: 600;
    color: #3D3838;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-right: 1rem;

}
.news-text .news-day {
    font-size: 1.2rem;
    color: #888787;
}
/* list */
.list-cont-inner {
    padding: 13rem 1.5rem 2rem;
}
.list-top {
    display: flex;
    justify-content: space-between;
}
#code {
    font-size: 1.4rem;
    border: none;
    text-align: right;
    background: url(../img/list-down.png) no-repeat calc(100% - 1rem) center / 0.9rem;
    padding: 0.6rem 3rem 0.5rem 0.5rem;
    letter-spacing: -0.1rem;
}
#code:focus {
    outline: none;
}
#code option {
    font-size: 1.3rem;
}
.list-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.list-inner li {
    display: inline-block;
    width: 48%;
}
.list-content {
    display: inline-block;
    height: 15.8rem;
    width: 100%;
    border: 1px solid #248AB8;
    border-radius: 1.5rem;
    padding: 1.5rem 1.3rem;
    margin-bottom: 1.5rem;
}
.list-content h2 {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.1rem;
    margin-bottom: 0.8rem;
}
.bank {
    font-size: 1.2rem;
    color: #757575;
    margin-bottom: 1rem;
}
.small {
    font-size: 1.2rem;
    color: #757575;
    font-weight: 700;
    margin-bottom: 2rem;
}
.small > span {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 800;
    color: #1C2970;
    padding-top: 0.5rem;
}
.big {
    font-size: 1.2rem;
    color: #757575;
    font-weight: 800;
}
.big .money {
    display: inline-block;
    margin-left: .5rem;
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 0;
    color: #0074AA;
}
/* list_sub */
.list-box-inner {
    border: 1px solid #248AB8;
    border-radius: 1rem;
    padding: 2rem 1.5rem;
}
.sub-top-text{
    text-align: center;
    border-bottom: 1px solid #C7C6C5;
    padding-bottom: 1.5rem;
}
.list-sub-title {
    font-size: 2rem;
    font-weight: 800;
    color: #333333;
    margin-bottom: .8rem;
}
.sub-top-text > span {
    font-size: 1.7rem;
    color: #333;
}
.sub-btm-inner {
    text-align: center;
    padding-top: 1.5rem;
}
.sub-btm-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
.sub-btm-inner .sub-btm-text:last-child {
    margin-bottom: 0;
}
.sub-small {
    font-size: 1.6rem;
    color: #AAABAC;
    font-weight: 600;
}
.limit {
    font-size: 2rem;
    font-weight: 800;
    color: #0074AA;
}
.content {
    font-size: 1.4rem;
    padding: 3rem 0;
    color: #333;
    line-height: 1.4;
}
@media screen and (min-width: 270px) and (max-width: 301px){
    .header-nav li a {
        display: block;
        font-size: 1.3rem;
    }
    .point-text li {
        line-height: 1.4;
    }
    .middle-cont li {
        width: calc(100%/3 - .5rem);
    }
    .bottom-cont li {
        width: calc(100%/2 - .5rem)
    }
    .list-content {
        height: 16rem;
    }
    .list-content h2 {
        height: 3rem;
    }
    .big .money {
        margin-left: 0;
        font-size: 1.6rem;
    }
    .box .flex > span {
        line-height: 1.4;
    }
    .box-cont .sub_tit {
        line-height: 1.4;
    }
    .tip-sub {
        line-height: 1.3;
    }
}