#wrap {min-height: 100vh;width: 100%;padding-top: 5rem;background-color: #f4f4f4;padding-bottom: .5rem;}
#wrap.index {background: url('../img/splash.png') no-repeat center center / cover;display: flex;justify-content: center;flex-direction: column;align-items: center;}
#wrap.home {background-color: transparent;}
header, .homeheader {display: flex;align-items: center;z-index: 100;position: fixed;left: 0;top: 0;height: 5rem;width: 100%;padding: 0 2rem;}
header {justify-content: space-between;background-color: #fff;box-shadow: 0 .1rem .1rem rgba(0, 0, 0, .1);}
header .prev, header .dummy {width: 1.5rem;}
header h1 {font-size: 1.8rem;font-weight: bold;}
.homeheader {background-color: #4a00e0;box-shadow: 0 .1rem .1rem rgba(255, 255, 255, .7);}
.homeheader img {width: 8rem;}





/* home */
.intro {
    margin: 2.5rem 1.5rem;
    position: relative;
    border-radius: .5rem;
    padding: 2.5rem 1.5rem;
    background-color: #fff;
}
.intro::before {
    content: "";
    position: absolute;
    left: -1.5rem;
    top: -3rem;
    z-index: -1;
    height: calc(100% + 12rem);
    width: calc(100% + 3rem);
    background-color: #4a00e0;

}
.intro h2 {
    display: flex;
    line-height: 1.2;
    padding: .5rem 0;
    font-size: 1.8rem;
    font-weight: bold;
    align-items: center;
    margin-bottom: .5rem;
    border-bottom: 1px solid #ddd;
}
.intro h2 img {width: 2rem;margin-right: .5rem;}
.intro p {
    word-break: break-all;
    font-size: 1.6rem;
    color: #698dab;
    line-height: 1.4;
}

.banner_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 1.5rem 2rem;
}
.banner_wrap .full {margin-bottom: 1.5rem;}
.banner_wrap .full:last-of-type {margin-bottom: 0;}
.banner_wrap .full img {width: 100%;}
.banner_wrap .half {width: calc(50% - .75rem);margin-right: 1.5rem;}
.banner_wrap .half:last-of-type {margin-right: 0;}
.banner_wrap .half img {width: 100%;}


.homecon {
    position: relative;
    margin: 2rem;
}
.homecon h2 {
    display: flex;
    line-height: 1.2;
    padding: 0.5rem 0;
    font-size: 1.8rem;
    font-weight: bold;
    align-items: center;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #ddd;
}
.homecon h2 img {
    width: 2rem;
    margin-right: 0.5rem;
}
.homecon p {
    word-break: break-all;
    font-size: 1.6rem;
    color: #698dab;
    line-height: 1.4;
}




/* 컨텐츠 */
.content_wrap {
    margin: 2rem;
    padding: 2rem 1.5rem;
    border-radius: .5rem;
    background-color: #fff;
}
.content_wrap .sub_title {
    color: #fff;
    width: fit-content;
    font-size: 1.7rem;
    font-weight: bold;
    padding: .5rem 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: .7rem;
    background-color: #688caa;
}
.content_wrap .sub_title.black {
    background-color: transparent;
    margin-bottom: 1.5rem;
    font-weight: bold;
    font-size: 2rem;
    color: #000;
    padding:0;
}
.content_wrap .bold {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.4;
    color: #00629a;
}
.content_wrap .regular {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #737373;
    margin-bottom: 2rem;
}






/* list.php */
.compareTopMenu {
    padding: 1rem 1.5rem;
    border-radius: .7rem;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    font-weight: 500;
    background-color: #edeeef;
    display: flex;justify-content: space-between;align-items: center;
}
.compareTopMenu select {
    padding: 0.5rem;
    width: 40%;
    border: none;
    text-align: right;
    padding-right: 3rem;
    font-size: 1.8rem;
    border-radius: 0.5rem;
    background: url(../img/arrow-2.png) no-repeat calc(100% - 1rem) center / .9rem;
    outline: none;
}
.list_wrap {
    width: 100%;
}

.list_wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_wrap ul li {
    width: 49%;
    height: 17rem;
    background-color: #f2f6f9;
    border-radius: 1rem;
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
}
.list_wrap ul li a {
    height: 100%;

    display: flex;justify-content:space-between;flex-direction: column;
}
.list_wrap ul li a h2 {
    word-break: break-all;
    font-weight: bold;
    line-height: 1.2;
    font-size: 2rem;
    color: #000;
    margin-bottom: .5rem;
}
.list_wrap ul li a .middle {
    margin-bottom: .5rem;
}
.list_wrap ul li a p.small {
    margin-bottom: .5rem;
    font-size: 1.7rem;
}
.list_wrap ul li a p.big {
    font-size: 2rem;
    font-weight: bold;
    color: #00498c;
    line-height: 1.2;
}
.list_wrap ul li a p span {
    font-size: inherit;
    font-weight: inherit;
    color: #00498c;
}






.contentBox {
    border: 0.1rem solid #e2e7ee;
    padding: 1.5rem 1rem;
    margin-bottom: 2rem;
    border-radius: 1rem;
}
.contentBox h1 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.contentBox p {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    color: #57a4ce;
}
.contentBox pre {
    font-size: 1.6rem;
    line-height: 1.2;
}
.contentBox img {
    width: 100%;
    margin-top: 1rem;
}
.whatContent {
    padding: 1rem 0 3rem 0;
    font-size: 1.8rem;
    line-height: 1.3;
}
.marginbox {
    margin-top: 1.5rem;
}
.blueTitle {
    color: #307a9f;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 1.5rem 0;
}
.centergogo {
    margin: 0 auto;
}




/* list_sub */
.title_wrap {
    background-color: #f2f6f9;
    padding: 2rem 0 0;
}
.title_wrap .title {
    background-color: #fff;
    margin: 0 2rem;
    padding: 1rem;
}
.title_wrap .title {
    margin-bottom: 2rem;
}
.title_wrap .title .bank {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #5da7cf;
}
.title_wrap .title h2 {
    text-align: center;
    font-weight: 700;
    font-size: 2.2rem;
    padding: 0.5rem 0 0 0;
}
.title_wrap .flex {
    display: flex;
    align-items: center;
    padding: .5rem 1rem 2rem;
    justify-content: space-between;
}
.title_wrap .left {
    font-size: 1.6rem;
    color: #aaa;
}
.title_wrap .right {
    font-size: 2.2rem;
    font-weight: bold;
    color: #00629a;
}
main .box {
    background-color: #f7f7f7;
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    margin-top: 2rem;
}
main .box pre {
    font-size: 1.6rem;
    line-height: 1.3;
}
main .box .detail_info dt {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    padding-top: 1.5rem;
}
main .box .detail_info dd {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #545454;
}
main .warn {
    color: #666;
    line-height: 1.3;
    margin-top: 2rem;
    font-size: 1.4rem;
    border-radius: .5rem;
    padding: 1.2rem 1rem;
    background-color: #f7f7f7;
}
.innerWrapper {
    padding: 2rem;
    background-color: #fafafa;
}



/* toggle_wrap */
.toggle_wrap {}
.toggle_wrap .box {
    margin: 2rem;
    padding: 1.5rem;
    border-radius: 1rem;
    background-color: #f4f4f4;
}
.toggle_wrap .box h4 {
    border-radius: .5rem;
    font-size: 1.8rem;
    font-weight: bold;
    background: url('../img/arrow-down.png') no-repeat calc(100% - .3rem) center / 1.5rem;
}
.toggle_wrap .box.open h4 {
    background: url('../img/arrow-up.png') no-repeat calc(100% - .3rem) center / 1.5rem;
}
.toggle_wrap .box h4 span {
    font-size: 1.6rem;
    color: #00488c;
    display: block;
    margin-top: .5rem;
}
.toggle_wrap .box pre {
    line-height: 1.4;
    display: none;
    margin-top: 2rem;
    font-size: 1.6rem;
    padding-top: 1rem;
    border-top: 1px solid #ddd;
}
.toggle_wrap .box.open pre {
    display: block;
}