@charset 'utf-8';

/*모바일 ~767px*/
@media screen and (max-width: 767px) {}
/*태블릿 768px~*/
@media screen and (min-width: 768px) {
    h2 {
        text-align: center;
        font-size: 42px;
    }
    .txt1 {
        font-size: 60px;
    }
    .main_visual_wrap {
        height: calc(100vh/* - 74px*/);
    }
    .main_visual .v_txt {
        width: 750px;
    }
    .main_btn {
        right: 300px;
        top: 250px;
    }
    .pages{
        display: block;
        position: absolute;
        width: 100%;
        left: 77%;
        bottom: 6%;
    }
    .pages label {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 5px;
        border-radius: 50%;
        background-color: #ededed;
        text-indent: -9999em;
    }
    .controls {
        width: 7%;
        left: 46%;
        top: 92%;
        transform: translateY(-50%);
    }
    
    
    /*교육 및 행사 페이지 비주얼*/
    .event {
        height: 400px;
    }
    .event_img {
        float: left;
        width: 40%;
        margin-right: 40px;
    }
    .event_t {
        float: left;
        width: calc(60% - 40px);
    }
    .event_btn {
        position: static;
        margin-top: 20px;
    }
    .exhi {
        padding: 30px 0;
    }
    .exhi li {
        height: 250px;
    }
    
    
    /*커뮤니티 영역 페이지 비주얼*/
    .bbs_wrap {
        width: 29%;
        left: 16%;
    }
}
/*태블릿만 768px~1024px*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
    section {
        padding: 60px 0;
    }
    .main_event_wrap {
        height: calc(100vh + 100%);
    }
    .event_img:before {
        padding-top: 100%;
    }
}
/*PC부터 1025px~*/
@media screen and (min-width: 1025px) { 
    h3 {
        font-size: 1.4em;
    }
    .main_visual_wrap {
        height: calc(100vh);
    }
    
    
    /*교육 및 행사 페이지 비주얼*/
    .main_event_wrap>.wrap {
        padding-top: 50px;
    }
    .wrap_event_wrap {
        margin-top: 40px;
        padding: 20px 0;
    }
    .main_exhi_wrap>.wrap {
        padding: 80px 20px;
    }
    .event {
        height: 450px;
    }
    .event li {
        border: 1px solid #bebebe;
        padding: 30px 0;
    }   
    .event_img {
        position: relative;
        left: -50px;
        width: 50%;
        margin-right: 0;
        -webkit-box-shadow: 10px 12px 8px rgba(0,0,0,0.3);
        box-shadow: 10px 12px 8px rgba(0,0,0,0.3);
    }
    .event_t {
        position: relative;
        width: 50%;
    }
    .exhi li {
        width: 23%;
        height: 365px;
        margin: 1%;
    }


    /*커뮤니티 영역 페이지 비주얼*/
    .main_community_img {
        height: 350px;
    }
    .schedule_box {
        width: 520px;
        height: 210px;
        top: -205px;
        margin-left: -260px;
    }
    .schedule_txt {
        font-size: 1.5em;
    }
    .wrap_community_wrap>h3 {
        font-size: 2.1em;
    }
}