@charset "UTF-8";

@media (max-width: 960px) {
    .cur_procedure.sub3_procedure {
        padding-bottom: 80px;
    }

    .cur_information.sub_3 {
        margin-bottom: 80px;
    }

    .cur_content.curriculum_wrap.sub_3 {
        padding-bottom: 0;
    }
}


.cur_main.cur_diver_bg .bg_absolute_box {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background-image: url("../img/sub1/current_diver_main.svg");
    background-position: center;
    background-repeat: no-repeat;
    transition: all 4s;
    background-size: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/*news & 후기*/
.cur_main.cur_story_bg {
    min-height: 422px;
    height: 422px;
}
.cur_main.cur_story_bg .bg_absolute_box {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    /*background-image: url("../img/sub1/current_story_main.svg");*/
}
.cur_main.cur_story_bg .bg_absolute_box img {
    width: 100%;
    height: 100%;
}
.cur_story_bg .cur_main_title {
    margin-top: 100px;
}

/*faq*/
.cur_main.cur_faq_bg .bg_absolute_box {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    /*background-image: url("../img/sub1/current_faq_main.svg");*/
    background-position: center;
    background-repeat: no-repeat;
    transition: all 4s;
    background-size: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/*.cur_main.on .bg_absolute_box {
    width: 120%;
}*/
/* 
.cur_main_title {
    text-align: center;
} */

.cur_sub_tit {
    color: #222;
    font-family: 'Pretendard-600';
    font-size: 42px;
    margin-bottom: 60px;
    text-align: center;
}
.edu_full_box .cur_sub_tit {
    margin-bottom: 0;
}
.cur_sub_subtit {
    color: #222;
    font-size: 20px;
    letter-spacing: -0.4px;
    margin-top: 20px;
    margin-bottom: 70px;
}

@media (max-width: 1080px) {
    .cur_sub_tit {
        font-size: 38px;
    }
    .cur_sub_subtit {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 36px;
    }
}
@media (max-width: 860px) {
    .cur_sub_tit {
        font-size: 36px;
    }
    .cur_story_bg .cur_main_title {
        font-size: 56px;
    }
    .cur_sub_subtit {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    
    
}
@media (max-width: 500px) {
    .cur_sub_tit {
        font-size: 30px;
    }
    .cur_story_bg .cur_main_title {
        font-size: 40px;
    }
}
