@charset "utf-8";



/********************
// tablet 분기점
********************/
@media only screen and (max-width: 1200px) {
   
    .inner{width:calc(100% - 120px); margin:0 auto;}
    
    /** mainbanner **/
    .mainbnimg{ background-position: center;}

    /** how **/
    .howList > div{width: 100%;}
    .howList{ grid-template-columns: repeat(1, 1fr);}
    /** ServiceCategory **/
    .serviceCglist > div{position: absolute; bottom: 24px; left: 24px;}
    
    /** Subsidy **/
    .subsidySwiperList br{display: none;}
    .subsidySwiperList p{word-break: break-all;}

    /** FAQ **/
    .faqImg{display: none;}
    .faq-answer p{word-break: break-all;}

    .inputBox{ padding: 20px;}
}      




/********************
// 모바일 분기점
********************/
@media only screen and (max-width: 768px) {     
    .inner{width:calc(100% - 40px); margin:0 auto;}  

    /** mainbanner **/
    .mainbnimg{ background-position: center;}

    .inputBox{ padding: 16px;}
}

