/* 공통 디자인 */
body {
    font-family: 'NanumSquareNeo';
    color: #333;
}
* {
    box-sizing: border-box;
}
.inner {
    position: relative;
    padding: 6rem 0 12rem;
    min-height: 100vh;
}
.result_area {
    position: relative;
    padding: 6rem 0 0;
    min-height: 100vh;
}
.title {
    font-size: 1.8rem;
    font-weight: 900;
    padding: 1.5rem;
    background: #E6E6E6;
    margin: 0 1.5rem;
    border-radius: .5rem;
    line-height: 1.3;
}
.content {
    font-size: 1.4rem;
    color: #615867;
    line-height: 1.4;
}

.bannerImg {
    width: 100%;
    padding: 1.5rem 0;
}
.bannerImg a {
    width: 100%;
}
.bannerImg a img {
    width: 100%;
}

.carBnr {
    width: calc(100% - 3rem);
    padding: 3rem 0;
    margin: 0 1.5rem;
}
.carBnr a {
    width: 100%;
}
.carBnr a img {
    width: 100%;
}

/* index */

#indexLoadImg {
    position: relative;
    width: 100%;
    min-height: 100vh;
}
.indexImg {
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.homeDirect {
    display: block;
    position: absolute;
    width: 90%;
    left: 50%; bottom: 2rem;
    transform: translateX(-50%);
    padding: 2rem 0;
    background: #fff;
    color: #333;
    text-align: center;
    font-size: 1.8rem;
    border-radius: 1rem;
    font-weight: 800;
}
/* home */
.homeTop {
    position: relative;
}
.main-img {
    width: 100%;
}
.homeLogo {
    position: absolute;
    left: 1.5rem; top: 1.5rem;
    width: 25%;
}
.homeBtn {
    padding: 3rem 0;
}
.homeBtn a {
    display: block;
    margin: 0 1.5rem 2rem;
}
.homeBtn a img {
    width: 100%;
}
/* header */
header {
    position: fixed;
    left: 0; top: 0;
    width: 100%; height: 6rem;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.5rem;
    border-bottom: 1px solid #F1F1F1;
    z-index: 999;
}
.header_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.header_left .back {
    display: block;
    background: url(../img/back-arrow.png) no-repeat center/contain;
    width: 1.5rem; height: 1.5rem;
}
.text-logo {
    font-size: 1.7rem;
    font-weight: 800;
    margin-left: 1rem;
}
.header_right {
    display: flex;justify-content: end;align-items: center;
    width: 30%;
}
.header_right img {
    height: 4rem;
    object-fit: contain;
}
/* my */
.my_title {
    margin: 2rem 1.5rem;
}
.sub_cont {
    margin: 0 1.5rem;
}
.sub_cont.A {
    border: 1px solid #D1C0E6;
    border-radius: 1rem;
    padding: 1.5rem 1rem;
    margin-bottom: 1rem;
}
.sub_cont.A .sub_tit {
    display: flex;
    align-items: center;
    font-family: 'here_font';
    font-size: 2rem;
    color: #9D76C1;
    margin-bottom: 1rem;
}
.point1 {
    font-size: 1.5rem;
    color: #fff;
    display: inline-block;
    padding: .7rem;
    border-radius: 3rem;
    background: #798399;
    margin-right: 1rem;
}
.next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 50%; bottom: 2rem;
    transform: translateX(-50%);
    width: 90%;
    height: 5rem;
    font-size: 1.7rem;
    color: #fff;
    font-weight: 800;
    background: #666666;
    border-radius: 1rem;
}
/* result */
.result_inner {
    position: relative;
    min-height: 100vh;
}
.result_wrap {
    width: 100%;
    padding-top: 3rem;
}
.result_cont {
    padding-bottom: 4rem;
    font-size: 3rem;
    font-weight: 800;
    color: #898989;
    line-height: 1.5;
    padding-left: 1.5rem;
}
.point3 {
    display: inline-block;
    background: #6664B2;
    color: #fff;
    font-size: 3rem;
    font-weight: 900;
    padding: .5rem .3rem;
}
.result_link {
    padding: 0 1.5rem;
    display: block;
}
.result_link img {
    width: 100%;
}
/* survivor */
.step {
    display: block;
    padding: 3rem 1.5rem;
    width: 100%;
}
.survivor_cont {
    padding: 1.5rem 1.5rem 2rem;
}
.link_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    position: fixed;
    left: 50%; bottom: 0;
    transform: translateX(-50%);
    height: 7rem; width: 100%;
    background: #fff;
    z-index: 999;
}
.link_inner > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% / 2 - .5rem);
    font-size: 1.7rem;
    color: #fff;
    font-weight: 800;
    background: #666;
    border-radius: 1rem;
    height: 100%;
}
.box_tit {
    margin: 2rem 1.5rem;
    padding: 2rem 1rem;
    background: #F7F7F7;
    border-radius: .7rem;
    font-size: 1.4rem;
    line-height: 1.4;
}
.point2 {
    font-size: 1.4rem;
    color: #61377F;
    font-weight: 700;
}
/* heir */
.table {
    width: 100%;
}

@media screen and (min-width: 700px) and (max-width: 1024px) {
    .inner {
        padding: 12rem 0 12rem;
    }
    .result_area {
        position: relative;
        padding: 12rem 0 0;
        min-height: 100vh;
    }
    header { 
        height: 10rem;
    }
    .text-logo {
        font-size: 1.9rem;
    }
}