
@media all and (max-width:1280px){
    .inner{padding-left: 2rem; padding-right:2rem}
    .lnb ul li > a{padding: 0 3rem;}

}
@media all and (max-width:1024px){
    
    .menu{display: none;}
    .dropdown{background: none; top:1rem; right: 5rem;}
    .dropbtn{color:#333}
    .products-swiper .nav-prev{left:5%}
    .products-swiper .nav-next{right: 5%;}
    .section-head h2{font-size: 5rem;}
    .main_info dl dt{font-size: 5rem;}
    .board_left h2{font-size:5rem;}
    .main_video video{width: 100%; height:100%; object-fit: cover;}
    
    /* 메인 */
    .msec1 .swiper-slide .slogan .text2{padding-left:0}
    .msec1 .swiper-pagination{left:83%}
    .company_list dl dd span{display: none;}
    .box{width: 100%;}

    
}



@media all and (max-width:1023px){
    html{font-size:9px}
    
    .hsec1 h1{width: 60%;}
    .btn_online{display: none;}
    
    /* 메인페이지 */
    .msec1 .swiper-slide .bg{height: 80vh;}
    .msec1 .swiper-slide .slogan .text1{font-size: 3rem;}
    .msec1 .swiper-slide .slogan .text2{font-size: 1.8rem;}
    .msec1 .swiper-pagination{bottom: 3rem;}
    .mouse{top:70rem}

    .main_product{height: auto; padding:5rem 0}
    .main_product .inner::before{display: none;}
    .product_slide .swiper-slide{flex-direction: column;}
    .product_slide p{width: 100%;}
    .product_slide dl{width: 100%;}
    .product_slide dl dt{font-size: 4.5rem;}
    .product_slide dl dt em{margin-left: 0; display: block;}
    .product_slide .swiper-pagination{flex-wrap: wrap;}
    .product_slide .swiper-pagination-bullet{flex:none; width: 44%; font-size: 1.4rem;}
    
    .main_company h2{padding-top:5rem}
    .main_company h2 span{margin-top: 1.6rem}
    .company_list{flex-direction: column;margin-top: 3.5rem;}

    .cscenter{padding:5rem 0}
    .cscenter .inner{flex-direction: column;}
    .cs_left{width:100%}
    .cs_left h2{font-size: 2.5rem;}
    .main_board{width: 50%;}
    .cs_right{width: 100%;}
    

    /* 서브공통 */
    .sub_top{height: 35rem; background-size: cover !important;}
    .sub_top::after{display: none;}
    .sub_top h2{font-size:3rem; padding-top: 3rem;}
    .sub_top h2 span{font-size: 1.8rem;}
    .sub_menu{display: none;}
    .mid_menu{display: block;}
    .sub_con{background-size: 50%;}
    .h3{padding: 0; font-size:3.5rem}
    .h4{font-size: 2.4rem;}
    .s_tit{font-size: 2.5rem;}
    .s_tit br{display: none}

    /* 인사말 */
    .greetings{flex-direction: column;}
    .greetings p,
    .greetings dl{width: 100%;}
    .greetings dl dt{font-size: 2rem;}
    .greetings dl dd em{font-size: 1.8rem; padding-top: 3rem;}
    
    /* 회사개요 */
    .core_list{flex-direction: column;}

    /* 인증현황 */
    .cer_list li{width: calc(50% - 3rem);}
    
    
    /* 오시는길 */
    .map{flex-direction: column;}
    .map_info,
    .map_area{flex-basis: auto;}

    /* 제품소개 */
    .product_wrap{flex-direction: column;}
    .product_img{width:100%}
    .product_con{width:100%}
    .other_list li{width:calc(50% - 3rem)}

    /* 제조공정 */
    .process_list li{width: calc(50% - 3rem)}
    .process_list li::before{right:-1rem}
    
    
   
    /* 게시판 */
    .mo_view{position: relative;}
    
    /* 온라인문의*/
    .online_form h3{display: none;}
    .form_area{width: 100%;}


}

