/* 공통 디자인 */
body {
    font-family: 'NanumSquareNeo';
    color: #333;
}
* {
    box-sizing: border-box;
}
.inner {
    margin: 7rem 0 3rem;
}
.ya-font {
    font-family: 'yg-jalnan';
    color: #365ABB;
    font-size: 1.8rem;
}

.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: #fff;
}
.indexImg {
    display: block;
    position: absolute;
    left: 50%; top: 40%;
    transform: translate(-50%, -50%);
    width: 65%;
}
.indexHome {
    display: block;
    position: absolute;
    left: 0; bottom: 0;
    width: 100%;
    background: #3f62be;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    padding: 2.5rem 0;
}
/* header */
header {
    position: fixed;
    left: 0; top: 0;
    background: #fff;
    width: 100%;
    height: 6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
    z-index: 999;
}
.backBtn {
    display: block;
    width: 2.5rem; height: 2.5rem;
    background: url(../img/prev.png) no-repeat center/contain;
}
.headerLogo {
    width: 17%;
}
.headerLogo img {
    width: 100%;
}
.home_top_banner {
    display: block;
    width: 100%;
    position: relative;
}
.home_top_banner img {
    width: 100%;
}
.home_top_banner .btn1 {
    position: absolute;
    left: 2.5rem; bottom: 2rem;
    width: 40%;
}
.home_title_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #e8f9f9;
    padding: 2.5rem 2rem;
}
.home_sub_tit {
    font-size: 1.5rem;
    color: #555;
    font-weight: 800;
    padding-top: 1.5rem;
    line-height: 1.3;
}
.home_title_inner > img {
    width: 16%;
}
.home_text {
    padding: 2rem;
    font-size: 1.5rem;
    line-height: 1.4;
    word-break: break-all;
}
.site_more {
    padding: 2.5rem 2rem;
}
.more_info_title {
    font-size: 1.7rem;
    font-weight: 800;
    color: #061F58;
    padding-bottom: 1.5rem;
}
.more_btn_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.more_btn {
    width: calc(100% / 4 - 1rem);
    text-align: center;
}
.more_btn > img {
    width: 100%;
    border-radius: .8rem;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 7px;
}
.more_btn > span {
    display: inline-block;
    padding-top: 1rem;
    font-size: 1.4rem;
}
/* sub */
.box_cont_inner {
    background: #F8FAFF;
    padding: 2.5rem 2rem 0;
}
.sub_box_cont {
    background: #3F62BE;
    color: #fff;
    font-size: 1.6rem;
    border-radius: .5rem;
    padding: 1.2rem 1.8rem;
}
.sub_inner .box_cont_inner:nth-child(2) {
    padding: 1rem 2rem 2.5rem;
}
.sub_bold {
    padding: 2rem;
    font-size: 1.7rem;
    font-weight: 800;
    color: #0B245C;
}
.sub_content {
    padding: 1rem 2rem 2rem;
    font-size: 1.4rem;
    color: #434141;
    line-height: 1.4;
}
.sub_content .point3 {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    background: #162E63;
    padding: .7rem 2rem;
    border-radius: 2rem;
    margin-bottom: 1.5rem;
}
.sub_content .point2 {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #4A4747;
    margin-bottom: 1rem;
}
.sub_content .point1 {
    font-size: 1.4rem;
    color: #898989;
}
.tableImg {
    display: block;
    width: 100%;
    padding: 0 2rem;
}
/* inquire */
.in_inner {
    padding-bottom: 3rem;
}
.in_inner > img {
    width: 100%;
}
.in_inner .sub_bold {
    padding: 2.5rem 2rem;
    font-size: 1.8rem;
}
.in_btn_inner {
    margin-bottom: 1.5rem;
}
.in_btn_inner .color {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
}
.in_btn_inner .kakao {
    background: #FAE100;
}
.in_btn_inner .naver {
    background: #03CF5D;
}
.in_btn_inner .toss {
    background: #3477F6;
}
.in_btn_inner .nice {
    background: #00469B;
}
.in_btn_inner .color .left {
    font-family: 'yg-jalnan';
    font-size: 2.5rem;
    color: #fff;
}
.in_btn_inner .kakao .left {
    color: #3E3A39;
}
.in_btn_inner .color .right {
    width: 20%;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.18) 1.95px 1.95px 7px;
}
.in_btn_inner .home_title_inner .home_title.ya-font {
    font-size: 2.2rem;
}
.in_btm_round {
    margin: 3.5rem 2rem;
    background: #162E63;
    color: #fff;
    font-weight: 700;
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
    border-radius: 3rem;
}
/* qna */
.qna_inner > img {
    width: 100%;
}
.toggle_inner {
    margin-top: 3rem;
}
.box {
    margin: 0 2rem;
    border: 1px solid #E8E8E8;
}
.box.open {
    background: #F8FAFF;
    border: none;
    border-radius: 1rem;
}
.question_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
}
.question_inner i {
    display: block;
    background: url(../img/down.png) no-repeat center/contain;
    width: 1.3rem; height: 1.3rem;
}
.box.open .question_inner {
    border-bottom: 1px solid rgba(255,255,255,0.8);
}
.box.open .question_inner i {
    background-image: url(../img/up.png);
}
.question {
    max-width: 25rem;
    font-size: 1.6rem;
    color: #525252;
    font-weight: 800;
    line-height: 1.3;
}
.box.open .question {
    color: #152D62;
}
.answer {
    display: none;
    padding: 2rem;
    font-size: 1.4rem;
    color: #555;
    line-height: 1.4;
    word-break: break-all;
}
.box.open .answer {
    display: block;
}
/* news */
.news_area > img {
    width: 100%;
}
.news-cont {
    padding: 2rem 0;
}
.news-area {
    padding: 0 2rem;
}
.news-link {
    display: flex;
    justify-content: space-between;
    height: 10rem;
    overflow: hidden;
    margin-bottom: 1.5rem;
}
.news-img {
    width: 48%;
    height: 150%;
    object-fit: cover;
}
.news-txt {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 48%;
}
.news-txt > h2 {
    font-size: 1.5rem;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    font-weight: 700;
}
.news-txt > span {
    font-size: 1.3rem;
    font-weight: 700;
}
@media screen and (min-width: 700px) and (max-width: 1024px) {
    .inner{
        margin: 10rem 0 3rem;
    }
    header {
        height: 10rem;
    }
    .news-link {
        height: 15rem;
    }
}