/* 공통 디자인 */
body {
    font-family: 'NanumSquareNeo';
    color: #333;
}
* {
    box-sizing: border-box;
}
main {
    padding: 8rem 0 3rem;
}
.padding {
    padding: 0 1.5rem;
}


/* index */

#indexLoadImg {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: #DCF7FF;
}
.indexLogo {
    position: absolute;
    left: 3rem; top: 25%;
    width: 40%;
}
.indexImg {
    position: absolute;
    right: 0; bottom: 0;
    width: 90%;
}

/* header */
header {
    position: fixed;
    left: 0; top: 0;
    height: 6rem; width: 100%;
    background: #fff;
    z-index: 999;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
}
header > a {
    display: block;
    height: 3.5rem;
}
header > a img {
    height: 100%;
}

/* home */
.home_main_txt .top {
    font-size: 1.8rem;
    color: #0F2F63;
    font-weight: 700;
    /* padding-bottom: 1.5rem; */
}
.home_main_txt .btm {
    padding-top: 2rem;
}
.home_main_txt .btm span {
    position: relative;
    font-size: 2rem;
    color: #05275D;
    display: inline-block;
    font-weight: 700;
}
.home_main_txt .btm span::before {
    position: absolute;
    content: '';
    display: block;
    left: 50%; top: -40%;
    transform: translateX(-50%);
    width: .5rem; height: .5rem;
    background: #55C0EE;
    border-radius: 50%;
}
.home_main_txt .btm strong {
    font-size: 2.7rem;
    font-weight: 800;
    color: #1176BA;
}
.main-img {
    padding: 3.5rem 1.5rem 1rem;
    width: 100%;
    display: block;
}
.home_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #DCF7FF;
    margin: 0 1.5rem 2rem;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    padding: 2rem;
}
.home_btn_text .s_text {
    font-size: 1.6rem;
    color: #022359;
    font-weight: 700;
}
.home_btn_text .b_text {
    font-size: 2rem;
    color: #022359;
    font-weight: 800;
    padding: .7rem 0 2rem;
}
.home_btn_text .btn {
    font-size: 1.6rem;
    color: #fff;
    background: #1176BA;
    font-weight: 700;
    border-radius: 1.5rem;
    padding: .7rem 1.3rem;
    display: inline-block;
}
.home_btn .img {
    height: 8rem;
}
.home_btn .img img {
    display: block;
    height: 100%;
}

/* tel */
.tel_wrap {
    position: relative;
    width: 100%;
    height: 100vh;
    /* background: url(../img/phone-img.png) no-repeat center/contain; */
    padding: 0 1.5rem 2rem;
}
.tel_wrap img {
    width: 100%;
}
.tel_top_text {
    position: absolute;
    left: 50%; top: 4rem;
    transform: translateX(-50%);
    width: 100%;
}
.tel_top_text p {
    font-size: 1.7rem;
    color: #113265;
    font-weight: 800;
    padding-bottom: .5rem;
    text-align: center;
}
.tel_top_text a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    color: #113265;
    font-weight: 800;
    gap: .5rem;
}
.tel_top_text a .call_ico {
    display: block;
    background: url(../img/phone-icon.png) no-repeat center/contain;
    width: 2rem; height: 2rem;
}
.tel_num {
    position: absolute;
    left: 50%; top: 11rem;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
   /*  justify-content: space-between; */
    align-content: flex-start;
    width: 100%; height: 100%;
    padding: 0 3rem;
}
.tel_num li {
    width: calc(100% / 3);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 18rem;
}
.tel_num li .num_round {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    font-weight: 800;
    color: #113265;
    background: #D7E4FF;
    border-radius: 50%;
    width: 5rem; height: 5rem;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 5px;
    margin-bottom: 1rem;
}
.tel_num li .num_text {
    font-size: 1.3rem;
    color: #113265;
    font-weight: 800;
    line-height: 1.5;
}
.link_btn {
    position: relative;
    margin: 5rem 1.5rem 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
}
.link_btn a {
    width: 48%;
    display: block;
    text-align: center;
    border-radius: .7rem;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 1.8rem 0;
}
.link_btn .prev {
    background: #EDEDED;
    color: #113265;
}
.link_btn .next {
    background: #1176BA;
    color: #fff;
}

/* list */
.main_title {
    font-size: 1.8rem;
    font-weight: 800;
    color: #07285E;
    padding-bottom: 2rem;
}
.list_text_area li {
    display: flex;
    align-items: center;
    padding: 1.8rem 1.5rem;
    gap: 2rem;
    border: .1rem solid #E0EAFC;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
}
.list_text_area li.ad {
    padding: 0;
    border: none;
}
.list_text_area li .num {
    font-size: 2.7rem;
    font-weight: 800;
    color: #133366;
}
.list_text_area li span {
    font-size: 1.8rem;
    color: #133366;
    font-weight: 700;
}
.blue_tit {
    font-size: 1.6rem;
    font-weight: 800;
    color: #046EB6;
    padding-bottom: 1rem;
}
.info_cont {
    font-size: 1.5rem;
    color: #969696;
    line-height: 1.5;
    padding-bottom: 3rem;
}
.info_area .info_cont:nth-child(8) {
    padding-bottom: 0;
}

/* warning */
.warning_cont {
    font-size: 1.5rem;
    color: #969696;
    line-height: 1.5;
    padding-bottom: 3rem;
}
.warning_area .warning_cont:nth-child(3) {
    padding-bottom: 0;
}
@media screen and (min-width: 310px) and (max-width: 320px) {
    .tel_num li {
        height: 15rem;
    }
    .tel_num li .num_text {
        font-size: 1.2rem;
    }
    .link_btn.tel {
        margin: 0 1.5rem 3rem;
    }
    .list_text_area li span {
        font-size: 1.6rem;
        word-break: break-all;
        line-height: 1.4;
    }
}
@media screen and (min-width: 270px) and (max-width: 280px) {
    .tel_num {
        top: 9rem;
    }
    .tel_num li {
        height: 13rem;
    }
    .tel_num li .num_text {
        font-size: 1.2rem;
        line-height: 1.3;
    }
    .list_text_area li span {
        font-size: 1.6rem;
        word-break: break-all;
        line-height: 1.4;
    }
    .tel_num li .num_round {
        width: 4rem; height: 4rem;
        font-size: 2.5rem;
    }
    .tel_top_text {
        top: 3rem;
    }
    .tel_wrap {
        height: auto;
    }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
    .link_btn {
        margin: 5rem 6rem 3rem;
    }
    .tel_top_text {
        top: 6rem;
    }
    .tel_num {
        top: 15rem;
    }
}