/* index */
.index_wrap {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
    padding-top: 20rem;
    background: #fff;
    text-align: center;
    font-size: 2.4rem;
    color: #2e6fe7;
    font-weight: 900;
    line-height: 1.3;
    background-image: url(../img/index-img.png);
    background-size: 17rem;
    background-position: right 1.5rem bottom 2rem;
    background-repeat: no-repeat;
}
.index_wrap img {
    width: 20rem;
    margin-top: 2rem;
}
/* header */
header {
    background-color: #1c2b86;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6rem;
    box-shadow: .3rem 0.2rem 0.4rem rgba(61, 62, 77, 0.2);
    position: fixed;
    padding: 0 1.5rem;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 450;
}
.top_header {
    width: 10rem;
}
header a  {
    width: 100%;
}
header a img{
    width: 100%;
}
/* home */

.home_wrap {
    width: 100%;
    height: 50rem;
    background-image: url(../img/main-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    margin: 6rem 0 0;
}
.home_contents {
    text-align: center;
    padding: 1.5rem;
    position: absolute;
    top: 3rem;
    left: 0;
    width: 100%;
}
.home_contents h2 {
    font-size: 2.4rem;
    font-weight: 900;
    margin-bottom: 2rem;
    color: #fff;
    font-family: 'godic';
}
.home_contents p {
    font-size: 1.6rem ;
    line-height: 1.4;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home_contents p img {
    width: 12rem;
    margin-left: 0.5rem;
}
.contents_btn {
    display: flex;
    align-items: center;
}
.contents_btn_box {
    height: 100%;
}
.btn_left {
    display: flex;
    flex-flow: column nowrap;
    width: 128%;
}
.btn_left span {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}
.btn_left p {
    font-size: 2rem;
    font-weight: 900;
}
.btn_left p:nth-of-type(2) {
    font-size: 1.4rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
}
.btn_left p:nth-of-type(2) img {
    width: 2rem;
}
.btn_left em {
    font-size: 2rem;
    font-weight: 900;
    color: #ff8b00;
    margin-right: 0.5rem;
}
.contents_btn {
    width: calc(100% - 3rem);
    height: 12rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 1rem;
    margin: 4rem auto;
    padding:  0 1.5rem;
    background-color: #fff;
    gap: 1rem;
}
.btn_left {
    display: flex;
    flex-flow: column nowrap;
    width: 55%;
}
.btn_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 45%;
}
.btn_right img {
    width: 70%;
}
/* sub1 */
.sub1_wrap .box {
    font-size:1.8rem;
    font-weight: 800;
    position: relative;
    background: #f2f3f6;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid #ececec;
    margin-bottom: 1.5rem;
}
.sub1_wrap .box .image {
    background: #Fff;
    height: 100%;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
    margin-right: 3rem;
}
.sub1_wrap .box img {
    width: 2.5rem;
}
.sub1_wrap {
    padding: 6rem 2rem 4rem;
}
.sub1_title_sub {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #0D2D62;
}
.sub1_contentns p:nth-of-type(1){
    position: relative;
}

/* sub2 */
.sub_main_title {
    font-size: 1.6rem;
    padding: 3rem 0;
    font-weight: 600;
}
.sub_main_title span {
    display: block;
    margin-top: 1rem;
    font-size: 2.4rem;
    font-weight: 900;
    color: #1c2b86;
    font-family: 'godic';
}
.sub2_wrap {
    padding: 6rem 2rem 4rem;
}

.sub2_32 pre {
    font-size: 1.5rem;
    line-height: 1.4;
}
.sub2_32 pre b {
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 600;
    color: #1d2c86;
}
.sub2_33 pre{
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: 1rem;
    background: #f9f9f9;
    border: 1px solid #b3b3b3;
    color: #9a9a9a;
    padding: 1.5rem;
}


.a_contents_title {
    font-size: 1.7rem;
    color: #133366 ;
    font-weight: 800;
}
.special_wrap {
    padding: 1.5rem 0;
    margin-top: 2rem;
}
.special_wrap .special_wrap_a {
    border: 1px solid #e7e8e8;
    border-radius: 1.5rem;
    margin-bottom: 1.5rem;
    overflow: hidden;
}
.special_wrap .special_wrap_a h3 {
    padding: 1.5rem;
    font-size: 1.8rem;
    font-weight: 800;
    color: #1d2c86;
    background: #f2f3f7;
    border-bottom: 1px solid #e7e8e8;
    display: flex;
    align-items: center;
}
.special_wrap .special_wrap_a h3 img {
    width: 2.5rem;
    margin-right: 0.5rem;
}
.special_wrap .special_wrap_a pre {
    padding: 1.5rem;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #757575;
}


/* b */
.sub2_38 pre {
    font-size: 1.5rem;
    line-height: 1.5;
}


.buttonWrap {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}
.prevBtn {
    width: calc(50% - 3rem);
    margin-bottom: 4rem;
    height: 5rem;
    background-color: #f9f9f9;
    border-radius: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size : 1.8rem;
    font-weight: 700;
    z-index: 400;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.bottom_btn {
    width: calc(50% - 3rem);
    margin-bottom: 4rem;
    height: 5rem;
    color: #fff;
    background-color: #1c2b86;
    border-radius: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size : 1.8rem;
    font-weight: 700;
    z-index: 400;
}
.last_btn {
    width: calc(100% - 3rem);
    margin-top: 4rem;
    height: 5rem;
    color: #0e173e;
    border-radius: 5rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 400;
    position: absolute;
    bottom: 15rem;
    left: 50%;
    transform: translateX(-50%);
}
.last_btn img {
    width: 100%;
    margin: 0 0.5rem;
}
/* code d */
.title_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title_box img {
    height: 12rem;
    transform: translateY(3rem);
}
.sub2_39 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-radius: 1rem;
    transform: translateY(-3rem);
    align-items: center;
    margin-top: 3rem;
    font-size: 2.4rem;
}
.sub2_39 .num {
    width: 50%;
    display: flex;
    border: 1px solid #1d2c86;
    border-radius: 1rem;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.5rem;
    font-size: 1.8rem;
    font-weight: 900;
    color: #1d2c86;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.sub2_39 .num img {
    width: 2.5rem;
    margin-right: 0.5rem;
}
.special_wrap_new{
    display: flex; flex-flow: row wrap;
    justify-content: space-between;
}
.special_wrap_new .sub_box_c  {
    width: 47%;
    display: flex; flex-flow: column nowrap;
    height: 14rem;
    text-align: center;border-radius: 1rem;
    box-shadow: .1rem .2rem .5rem rgba(61, 62, 77, 0.2);
    margin-bottom: 2rem;
}
.special_wrap_new h3 {
    font-size: 1.7rem;
    font-weight: 700;
    background: #1c2b86;
    padding: 0.8rem 2rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    color: #fff;
}
.special_wrap_new pre {
    height: 100%;
    font-size: 1.5rem;
    display: flex;
    color: #8f8f8f;
    align-items: center;
    line-height: 1.4;
    font-weight: 700;
    justify-content: center;
    padding: 1rem;
}
.home_contents .noLine {
    line-height: 0;
}
.sub2_39 img {
    width: 10rem;
}
.link_wrap {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 400;
    background-image: url(../img/sub-img-2.png);
    background-size: cover;
}
.link_wrap .home_contents {
    top: 9rem;
    height: 100%;
}