
@media screen and (max-width:1799px) {

}

@media screen and (max-width:1400px) {
    .bgmin_box > img{
        scale: .6;
    }
}
@media screen and (max-width:1280px) {
    .book_box {
        width: 27%;
    }
}

/* 타블렛 가로 */
@media screen and (max-width:1199px) {
    .border_box {
        padding: 20px 20px;
    }
    .exclass_t_box .res_t2 {
        line-height: 23px;
    }
}
@media screen and (max-width:1080px) {
}
@media screen and (max-width:1024px) {
    .adv_t2 .mobile_none{
        display: none;
    }
}


@media screen and (max-width:920px) {
    .adv_container .adv_box {
        width: 32%;
    }
}



/* 모바일 가로, 타블렛 세로 */
@media screen and (max-width:899px) {
    #space{
        display: none;
    }
    .mobile_space{
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 20;
        opacity: .5;
    }
    .shooting_stars{
        display: none;
    }
    .book_box {
        width: 48%;
    }
    .adv_container .adv_t2 {
        font-size: 19px;
        line-height: 28px;
    }

    .scidata_t_box {
        width: 100%;
    }
    .scidata_img {
        width: 100%;
    }
    .mob_column_box{
        flex-direction: column-reverse;
    }
    .mob_column_box .scidata_list {
        margin-bottom: 20px;
    }
    .expe_intro {
        padding: 50px 0 0;
    }
    .exclass_t_box {
        width: 100%;
    }
    .exclass_img {
        width: 100%;
    }
}
@media screen and (max-width:768px) {
    .book_box {
        width: 45%;
    }
    
    .ct_tit {
        font-size: 33px;
    }
    .adv_container .adv_box {
        width: 100%;
    }

    .exdata_ct {
        width: 80%;
    }
}

@media screen and (max-width:620px) {
    .ct_tit {
        font-size: 30px;
    }
}


/* 모바일 세로 */
@media screen and (max-width:599px) {
    .book_box {
        width: 47%;
    }


    
    .exdata_ct .slick-prev,
    .exdata_ct .slick-next{
        display: none !important;
    }
    .exdata_ct{
        width: 90%;
    }
    
}
@media screen and (max-width:580px) {}
@media screen and (max-width:480px) {
    .book_box {
        width: 43%;
    }

    .border_box {
        padding: 20px 15px;
    }
}
@media screen and (max-width:420px) {
    .ct_tit {
        font-size: 28px;
        line-height: 45px;
    }
}
@media screen and (max-width:380px) {
    .adv_container .adv_t2 {
        font-size: 16px;
    }
    .ct_tit {
        font-size: 25px;
        line-height: 40px;
    }
    .border_box {
        padding: 15px;
    }

}
@media screen and (max-width:360px) {
}
@media screen and (max-width:320px) {
    .ct_tit {
        font-size: 22px;
    }

}
@media screen and (max-width:280px) {

}


