@media all and (max-width:1370px){
    .inner{padding-left:2rem; padding-right: 2rem;}
    .lnb ul li > a{padding: 0 4rem;}
}
@media all and (max-width:1280px){
    .lnb ul li > a{padding: 0 3rem;}
    .main_business{padding: 10rem 2rem;}
    .business_tit dd br{display: none;}
}
@media all and (max-width:1279px){
    .menu{display: none;}
    .main_rnd p{display: none;}
    footer .inner p{display: none;}
    .sub_menu.drop{top: 7rem;}

    /* 인사말 */
    .greetings p{padding: 0;}
    .greetings p::before{display: none;}

    /* 제품정보 */
    .product_img{width: 50%;}
    .product_info{width: calc(50% - 10rem);}
    
}
@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;}

    .tab{float: none; overflow: scroll;}
    .cate{display: none;}
    .product_list{width: 100%;}
    .product_list ul{margin-right: -2rem; gap:2rem}
    .product_list ul li{width: calc(50% - 2rem); padding:1rem}
    .product_list p{height: 8.6rem;}
    .product_list ul li dl dt{font-size: 2rem;}
    .product_list ul li dl dd{font-size: 1.4rem;}

    .main_box{flex-direction: column;}
    .main_new{width: 100%;}
    .main_new p{width: 70%;}
    .main_company{width: 100%;}

    .main_popular{flex-direction: column;}
    .main_popular ul{overflow: scroll; margin-top: 2rem;}
    .foot_call{display: none;}

    
    /* 서브공통 */
    .sub_top{height: 25rem; background-size: cover !important;}
    .sub_top::after{display: none;}
    .sub_top h2{font-size: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;}
    
    /* 연혁 */
    .history_con::before {left:1rem}
    .history_con dl{padding:2rem; width: 100%; margin-top: 0;}
    .history_con dl::before{left:.3rem; top:1rem}
    .history_con dl::after{display: none;}
    .history_con dl:nth-child(odd){text-align: left; margin: 0;}
    .history_con dl:nth-child(odd)::before{right: auto; left:.3rem}
    .history_con dl dt{font-size: 3rem;}

    
    /* 오시는길 */
    .map{flex-direction: column;}
    .map_info,
    .map_area{flex-basis: auto;}
    
    
    
    /* 온라인문의*/
    .online_form h3{display: none;}
    .form_area{width: 100%;}

    /* 게시판 */
    .pc_view{display: block;}
    #bo_cate_ul{flex-wrap: wrap;}
    #bo_list, #bo_v, #bo_w{margin: 0;}
}

