* {
    box-sizing: border-box;
}
#wrap.non_back .header_inner .back {
    display: none;
}
main {
    max-width: 1200px;
    margin: 0 auto;
}
main.non_slide {
    margin: 10rem auto 3rem;
}

.sub_area {
    margin-top: 10rem;
}

/* header */
header {
    position: fixed;
    left: 0; top: 0;
    width: 100%; height: 6rem;
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid #D5D5D5;
}
header .header_inner {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
header .header_inner .back {
    position: absolute;
    display: block;
    width: 2rem; height: 2rem;
    background: url(../img/btn-back.png) no-repeat center/contain;
    left: 0; top: 50%;
    transform: translateY(-50%);
}
header .header_inner a {
    display: block;
    height: 3rem;
}
header .header_inner a img {
    display: block;
    height: 100%;
}

/* index */
.home_long {
    margin-top: 5rem;
    background: url(../img/banner.png) no-repeat center/cover;
    height: 35rem;
}
.home_long h1 {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 7rem;
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.7;
}
.home_long h1 b {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}
.index_swiper {
    background: #F4F5F7;
    padding: 5rem 0;
}
.indexSwiper {
    max-width: 1200px;
    margin: 0 auto;
    height: 19rem;
    padding: 0;
}
.indexSwiper .swiper-slide {
    height: 18rem;
    padding: 0 5rem !important;
    width: 100%;
}
.slide_box {
    height: 100%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    padding: 1.5rem;
    display: flex;
    gap: 2.5rem;
}
.slide_box .img_box {
    height: 100%;
    width: 48%;
}
.slide_box .img_box img {
    display: block;
    width: 100%; height: 100%;
    object-fit: cover;
}
.slide_box .right {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 49%;
}
.slide_box .right p {
    font-size: 1.7rem;
    font-weight: 700;
    padding-top: 2rem;
}
.slide_box .right b {
    display: block;
    width: 100%;
    text-align: right;
    padding-bottom: 1rem;
}
.slide_box .right span {
    background: linear-gradient(to right, #51A2E5, #735EED);
    font-size: 1.5rem;
    color: #fff;
    display: inline-block;
    padding: .5rem 1.5rem;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-weight: 600;
    background: linear-gradient(to right, #51A2E5, #735EED);
    color: transparent;
    -webkit-background-clip: text;
}
.index_cont {
    padding: 6rem 0;
}
h2.border {
    font-size: 1.7rem;
    font-weight: 600;
    background: linear-gradient(transparent 0%, transparent 80%, #B5B5F5 80%, #B5B5F5 100%);
    width: fit-content;
    margin-bottom: 2rem;
}
.index_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 7rem;
}
.index_btn li {
    width: calc(100% / 3 - 1rem);
}
.index_btn li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
    height: 14rem;
    gap: 2rem;
    padding: 2rem 0;
}
.index_btn li a img {
    display: block;
    height: 7rem;
}
.index_btn li a p {
    font-size: 19px;
    font-weight: 700;
}
.index_long_banner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    padding: 6rem 0;
}
.index_long_banner.a {
    background: url(../img/main-btn-1.png) no-repeat center/cover;
    font-size: 23px;
    color: #fff;
    margin-bottom: 1.5rem;
}
.index_long_banner.b {
    background: url(../img/main-btn-2.png) no-repeat center/cover;
    font-size: 23px;
    color: #fff;
    margin-bottom: 7rem;
}
.index_long_banner .arrow {
    display: block;
    width: 2rem; height: 2rem;
    background: url(../img/btn-arrow.png) no-repeat center/contain;
}
.faq_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq_box a {
    font-size: 18px;
    color: #7C7C7F;
    font-weight: 700;
}
.index_qna {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 2.5rem;
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    font-size: 19px;
    font-weight: 600;
}
.index_qna_ar {
    display: block;
    width: 2rem; height: 2rem;
    background: url(../img/btn-arrow-right.png) no-repeat center/contain;
}

/* sub */
.sub_slide {
    margin-top: 6rem;
    background: url(../img/banner.png) no-repeat center/cover;
    padding: 4rem 0;
}
.sub_slide .swiper-button-next:after, .sub_slide .swiper-button-prev:after {
    font-weight: 600;
    color: #fff;
    font-size: 30px;
}
h1.border {
    font-size: 2rem;
    font-weight: 700;
    background: linear-gradient(transparent 0%, transparent 80%, #B5B5F5 80%, #B5B5F5 100%);
    width: fit-content;
    margin: 7rem 0 3rem;
}
h2.border.sub {
    margin: 7rem 0 3rem;
    font-size: 2rem;
    font-weight: 700;
}
.sub_cont {
    margin-bottom: 6rem;
}
.sub_cont p {
    font-size: 17px;
    line-height: 1.4;
}
.sub_cont .blue {
    font-size: 17px;
    color: #2219C0;
    font-weight: 700;
}
.sub_cont .toggle_box.B:first-child {
    margin-top: 7rem;
}
.toggle_box {
    border: 1px solid #D6D6D6;
    margin-bottom: 1.5rem;
}
.question_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
}
.toggle_box.open .question_inner {
    border-bottom: 1px solid #D6D6D6;
}
.question_inner .ques {
    font-size: 21px;
    font-weight: 700;
    color: #3B3B46;
}
.question_inner .ques_arrow {
    display: block;
    width: 2rem; height: 2rem;
    background: url(../img/qna-arrow-down.png) no-repeat center/contain;
}
.toggle_box.open .question_inner .ques_arrow {
    background-image: url(../img/qna-arrow-up.png);
}
.question_inner .ques .point3 {
    font-size: 21px;
    font-weight: 700;
    color: #2F27C4;
}
.toggle_box .ans {
    display: none;
    font-size: 16px;
    padding: 1.5rem;
    line-height: 1.4;
    background: #F4F4FF;
}
.toggle_box.open .ans {
    display: block;
}
.toggle_box .ans .point3 {
    font-size: 19px;
    font-weight: 700;
    color: #2F27C4;
}
.link_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 2rem;
    margin-top: 8rem;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(to right, #52A2E5, #725FED);
}
.link_btn .arrow {
    display: block;
    width: 2.4rem; height: 2.4rem;
    background: url(../img/btn-arrow.png) no-repeat center/contain;
}
.tit_box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tit_box h2.border {
    font-size: 2rem;
    font-weight: 700;
    margin: 7rem 0 3rem;
}
.tit_box h2.border .blue {
    font-size: 2rem;
    font-weight: 700;
    color: #2F27C4;
}
.num_cont.b{
    margin-bottom: 4rem;
}
.num_cont li {
    display: flex;
    align-items: center;
    height: 7rem;
    margin-bottom: 1.5rem;
    font-size: 16px;
    line-height: 1.4;
}
.num_cont.b li:nth-child(2) {
    height: 14rem;
}
.num_cont li .num {
    background: linear-gradient(to right, #52A2E5,#715CED);
    height: 100%;
    font-size: 4rem;
    color: #fff;
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}
.num_cont li pre {
    display: flex;
    align-items: center;
    width: 90%;
    padding-left: 2rem;
    border-top: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    height: 100%;
    font-size: 16px;
    line-height: 1.4;
}
.toggle_box.sub2 .ques {
    font-weight: 600;
    font-size: 20px;
    max-width: 900px;
}
.toggle_box.sub2 .ques.sub2 {
    padding: 1.5rem;
    line-height: 1.3;
}
.sub3_box {
    background: #F4F4FF;
    border: 1px solid #D5D5D5;
    padding: 2rem;
}
.sub3_box .blue {
    font-size: 19px;
    font-weight: 700;
    color: #2F27C4;
    display: block;
    padding-bottom: 1.5rem;
}
.sub3_box span {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
}
h2.sub_blue {
    padding: 4rem 0 .5rem;
    font-size: 20px;
    color: #2F27C4;
    font-weight: 700;
}
pre.sub_contents {
    font-size: 16px;
    line-height: 1.4;
}
.sub_link_banner li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5rem 3rem;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 1.5rem;
    color: #fff;
}
.sub_link_banner li:first-child a {
    background: url(../img/sub-btn-1.png) no-repeat center/cover;
}
.sub_link_banner li:nth-child(2) a {
    background: url(../img/sub-btn-2.png) no-repeat center/cover;
}
.sub_link_banner li:nth-child(3) a {
    background: url(../img/sub-btn-3.png) no-repeat center/cover;
}
.sub_link_banner li:nth-child(4) a {
    background: url(../img/sub-btn-4.png) no-repeat center/cover;
}
.sub_link_banner li:last-child a {
    background: url(../img/sub-btn-5.png) no-repeat center/cover;
}
.sub_link_banner li a span {
    display: flex;
    align-items: center;
    gap: .4rem;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: .7rem 1.5rem;
    color: #fff;
}
.sub_link_banner li a span .arrow {
    display: block;
    width: 1.5rem; height: 1.5rem;
    background: url(../img/btn-arrow.png) no-repeat center/contain;
}
.circle_cont li {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 4rem;
}
.circle_cont li .num {
    width: 8rem; height: 8rem;
    background: linear-gradient(to right, #52A2E5,#715CED);
    font-size: 23px;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.circle_cont li .right {
    display: block;
    width: 80%;
    font-size: 16px;
    line-height: 1.3;
}
.circle_cont li .right span {
    font-size: 16px;
    color: #231BC0;
    font-weight: 700;
}
.sub6_cont {
    display: block;
    font-size: 16px;
    line-height: 1.4;
}
.sub6_cont .blue {
    font-size: 16px;
    font-weight: 600;
    color: #2F27C4;
}
.box_cont {
    padding-top: 4rem;
}
.box_cont li {
    border: 1px solid #D3D3D2;
    margin-bottom: 1.5rem;
}
.box_cont li h2 {
    padding: 1.5rem;
    font-size: 18px;
    font-weight: 700;
    color: #2F27C4;
    border-bottom: 1px solid #D3D3D2;
    background: #F4F4FF;
}
.box_cont li pre {
    padding: 1.5rem;
    display: block;
    line-height: 1.4;
    font-size: 16px;
}
.box_cont li pre .blue {
    color: #2F27C4;
    font-size: 16px;
    font-weight: 600;
}


/* 반응형 */
@media screen and (min-width: 721px) and (max-width: 1203px) {
    html {
        font-size: 10px;
    }
    .home_long {
        height: 25rem;
    }
    .home_long h1 {
        padding-top: 0;
        padding: 7rem 0 0 3rem;
    }
    .index_swiper {
        padding: 5rem 1.5rem;
    }
    .index_cont {
        padding: 6rem 1.5rem 4rem;
    }
    header .header_inner .back {
        left: 1.5rem;
    }
    .sub_slide {
        padding: 4rem 1.5rem;
    }
    .sub_cont {
        padding: 0 1.5rem;
        margin-top: 7rem;
    }
    .sub_area {
        padding: 0 1.5rem
    }
    h1.border {
        margin: 0 0 3rem;
        font-size: 2.3rem;
    }
    .toggle_box.sub2 .ques {
        line-height: 1.3;
        font-size: 1.8rem;
        max-width: 59rem;
    }
    h2.border {
        font-size: 2.4rem;
    }
    .faq_box a {
        font-size: 1.6rem;
    }
    .index_qna {
        font-size: 1.8rem;
    }
    .slide_box .right p {
        font-size: 2rem;
    }
    .question_inner .ques {
        font-size: 1.8rem;
        line-height: 1.3;
        max-width: 60rem;
    }
    .question_inner .ques .point3 {
        font-size: 1.9rem;
    }
    .toggle_box .ans .point3 {
        font-size: 1.8rem;
    }
    .num_cont.b li:nth-child(2) {
        height: 20rem;
    }
    .circle_cont li .num {
        font-size: 2rem;
    }
}


@media screen and (min-width: 300px) and (max-width: 720px) {
    .home_long {
        height: 25rem;
    }
    .home_long h1 {
        padding-top: 0;
        padding: 7rem 0 0 3rem;
        font-size: 2.3rem;
    }
    .index_swiper {
        padding: 5rem 1.5rem;
    }
    .swiper-button-next, .swiper-button-prev {
        display: none !important;
    }
    .index_cont {
        padding: 6rem 1.5rem 4rem;
    }
    header .header_inner .back {
        left: 1.5rem;
    }
    .sub_slide {
        padding: 4rem 1.5rem;
    }
    .sub_cont {
        padding: 0 1.5rem;
        margin-top: 7rem;
    }
    .sub_area {
        padding: 0 1.5rem
    }
    h1.border {
        margin: 0 0 3rem;
        font-size: 2.3rem;
    }
    .toggle_box.sub2 .ques {
        line-height: 1.3;
        font-size: 1.8rem;
        max-width: 90%;
    }
    h2.border {
        font-size: 2.2rem;
    }
    .faq_box a {
        font-size: 1.6rem;
    }
    .index_qna {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    .num_cont li {
        height: 16rem;
    }
    .num_cont li .num {
        width: 15%;
        font-size: 3rem;
    }
    .num_cont li pre {
        width: 84%;
        padding: 0 1.5rem;
    }
    .indexSwiper .swiper-slide {
        padding: .5rem !important;
    }
    .slide_box {
        gap: 1rem;
    }
    .index_btn li a img {
        height: 5rem;
    }
    .index_btn li a {
        padding: 1.5rem 0;
        justify-content: space-between;
    }
    .slide_box .right p {
        font-size: 2rem;
        padding-top: 0;
    }
    .index_btn li a p {
        text-align: center;
        font-size: 1.7rem;
    }
    .question_inner .ques {
        font-size: 1.8rem;
        line-height: 1.3;
        max-width: 90%;
    }
    .question_inner .ques .point3 {
        font-size: 1.9rem;
    }
    .toggle_box .ans .point3 {
        font-size: 1.8rem;
    }
    .num_cont.b li:nth-child(2) {
        height: 29rem;
    }
    .circle_cont li .num {
        font-size: 1.9rem;
        width: 7rem; height: 7rem;
    }
    .circle_cont li .right {
        width: 75%;
    }
    .index_long_banner.a {
        font-size: 2rem;
    }
    .index_long_banner.b {
        font-size: 2rem;
    }
    h2.sub_blue {
        font-size: 1.8rem;
    }
}