@charset "utf-8";


/********************
// tablet 분기점
********************/
@media only screen and (max-width: 1200px) {
    .inner{width:90dvw; }
    .quickMenu{bottom:0; right:0;}
    .howgrid{grid-template-columns: repeat(2, 3fr);}
    .review_section{background:none;}
    .reviewTIt{background:url('/img/reviewBg.png'); background-size:cover; background-position:55%;}
    .review_slider_area {margin-top:-100px;}
    .review_progress_bar_container{margin-top:24px;}
    .whyContact{ grid-template-columns: repeat(1, 1fr);}
    .whyTxtBox{width:calc(100% - 200px)}
    .checkbox-group label::before {   width: 18px;    height: 18px;  }
}
/********************
// 모바일 분기점
********************/
@media only screen and (max-width: 768px) {     
    .inner{width:90dvw; }
    .review_slide_item {      flex: 0 0 90%;  }
    .whyTxtBox{width:calc(100% - 96px)}
    .checkbox-group label::before {   width: 16px;    height: 16px;  }
}

