

/* 반응형 태블릿 */

@media all and (max-width : 1200px) and (min-width : 601px){



}



/* 반응형 모바일 */
@media all and (max-width : 600px){

    #header .upper_box .upper_text .eng {
        margin-top: 10%;
        font-size: 6vw;
    }
    
    .upper_box .upper_text h2 {
        font-size: 5vh;
        line-height: 5.5vh;
    }
    
    .upper_box .upper_text .kor {
        font-size: 5vw;
    }

    #container {
        height: 600rem;
    }

    #container .ex_box {
        height: 170%;
    }

    #container .c_cont {
        flex-direction: column;
        align-items: flex-start;
        height: 390%;
        /* 이 height가 길이 조정 */
    }

    .c_cont .news_box {
        width: 100%;
        height: 270%;
    }

    .news_box .write {
        font-size: 3.8vw;
    }  

    .news_box .speak {
        font-size: 4.8vw;
        line-height: 6.5vw;

    }
    
    .news_box .line_en {
        font-size: 4.8vw;
        line-height: 6.5vw;
 
    }

    .c_cont .news_box_1 {
        height: 67%;
    }

    .c_cont .news_box_2 {
        height: 65%;
        margin-top: 7vw;
    }

    .c_cont .news_box_2 {
        height: 65%;
    }
}

