@charset "utf-8";

/* ******************************************************************************************************************** */
/* 서비스 */
/* ******************************************************************************************************************** */
.service_range_list li:last-child { width: 23.6%;}



/* ******************************************************************************************************************** */
/* 인사제도 */
/* ******************************************************************************************************************** */

.hr_box_wrap .hr_block:first-child { width: 48.75%;}
.hr_box_wrap .hr_block:nth-child(2) { width: 48.75%;}
.hr_box_wrap .hr_block p { padding-top: 46px; }
.hr_list02 li h4 { padding: 10px 10px; }


/* ----------------------------- */
/* Responsive
/* -----------------------------
/* Layout Max Size : 1200px
/* Desktop Size	: 981px < Screen <= 1200px
/* Tablet Size	: 980px < Screen <= 768px
/* Mobile Size	: 767px < Screen
/* ----------------------------- */

@media screen and (max-width:1280px) {
       

    /* ******************************************************************************************************************** */
    /* 인사제도 */
    /* ******************************************************************************************************************** */
    .hr_list02 li h4 { padding: 10px 60px; }


}

@media screen and (max-width:1024px) {
     /* ******************************************************************************************************************** */
    /* 서비스 */
    /* ******************************************************************************************************************** */
    .service_range_list li:last-child { width: 31.9%;}

}


/* Tablet */
@media screen and (max-width:768px) {
    /* ******************************************************************************************************************** */
    /* 서비스 */
    /* ******************************************************************************************************************** */
    .service_range_list li:last-child { width: 48.6%;}

    /* ******************************************************************************************************************** */
    /* 인사제도 */
    /* ******************************************************************************************************************** */
    .hr_box_wrap .hr_block p { height: auto; padding: 40px 0 30px;}
    .hr_box_wrap .hr_block:first-child { float: none; width: 100%;}
    .hr_box_wrap .hr_block:nth-child(2) { width: 100%; float: none;}


}

/* Mobile */
@media screen and (max-width:640px) {

    /* ******************************************************************************************************************** */
    /* 서비스 */
    /* ******************************************************************************************************************** */
    .service_range_list li:last-child { width: 100%;}

}
