#wrap {min-height: 100vh;width: 100%;}

/* 인덱스 */
.index {background: url('../img/background.png') no-repeat center/contain !important;}
.index .index_logo {width: 70%;margin: 0 auto;display: block;padding-top: 10rem;max-width: 300px;}
.home_index {
    position: relative;
}
.home_index .index_logo{
    width: 70%;
    margin: 0 auto;
    display: block;
    padding-top: 10rem;
    max-width: 300px;
}
.link_box {
    position: absolute;
    left: 50%;
    bottom: 7rem;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 1.5rem;
}

.bannerImg {
    width: 100%;
    padding: 1.5rem 0;
}
.bannerImg a {
    width: 100%;
}
.bannerImg a img {
    width: 100%;
}

/* 홈 */
header {display: flex;align-items: center;padding-left: 1.5rem;background-color: #153261;height:5.5rem;width: 100%;}
header img {height: 2.5rem;}
header.downcolor {background-color: #fff;}
.type {margin: 1.5rem;position: relative;}
.type1::before {content: "";position: absolute;left: -1.5rem;top: -1.5rem;background-color: #153261;z-index: -1;height: 100%;width: calc(100% + 3rem);}
.type1 {background-color: #fff;border-radius: .5rem;padding: 1.5rem;box-shadow: 1px 1px 7px rgba(0, 0, 0, .1);}
.type1 h2 {font-size: 1.8rem;font-weight: bold;color: #163362;padding: .3rem 0 1rem;margin-bottom: 1rem;border-bottom: 1px solid #c4c4c4;}
.type1 pre {font-size: 1.6rem;line-height: 1.4;color: #646464;}
.type2 h2 {font-size: 1.9rem;font-weight: bold;color: #021127;margin-top: 3rem;}
.type3 h2 {font-size: 1.9rem;font-weight: bold;color: #021127;margin-top: 3rem;}
.type2 span {display: flex;justify-content: space-between;margin-top: 1.5rem;}
.type2 span a {display: block;width: calc(50% - .5rem);border-radius: .7rem;box-shadow: 2px 2px 4px rgba(0, 0, 0, .1);}
.type2 span a img {width: 100%;}
.type3::before {content: "";position: absolute;left: -1.5rem;top: 20rem;background-color: #153261;z-index: -1;height: calc(100% - 18.5rem);width: calc(100% + 3rem);}
.type3 ul {border-radius: 5px;margin-top: 2rem;border-radius: .5rem;background-color: #fff;border: 1px solid #d6e1f1;box-shadow: 1px 1px 7px rgba(0, 0, 0, .1);}
.type3 ul li:last-of-type {padding-bottom: 1.5rem;}
.type3 ul li .question {background: url('../img/open.png') no-repeat calc(100% - 1.6rem) center / 2.5rem ;padding: 1.5rem 1.5rem;padding-right: 5rem;line-height: 1.3;font-size: 1.8rem;color: #4c4c4c;word-break: break-all;}
.type3 ul li .answer {background-color: #edf2f9;border-bottom: 1px solid #e4ebf6;border-bottom: 1px solid #e4ebf6;font-size: 1.6rem;line-height: 1.4;margin: 0 1.5rem;padding: 2rem 1rem;color: #636363;display: none;}
.type3 ul li.on .answer {display: block;}
.type3 ul li.on .question {background: url('../img/close.png') no-repeat calc(100% - 1.6rem) center / 2.5rem ;}
.link {
    display: block;
    width: 100%;
    padding: 2rem 0;
    text-align: center;
    margin-top: 7rem;
    background: #153261;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    border-radius: 1.5rem;
}