@charset "utf-8";

/* 입소자의 권리 */
.ws_rights_wrap {}
.ws_rights_wrap .es_rights_title {font-size:3em; line-height:normal; letter-spacing:-0.5px; text-align:center;}
.ws_rights_wrap .es_rights_desc {margin-top:15px; margin-bottom:80px; font-size:1.8em; line-height:1.5em; letter-spacing:-0.5px; text-align:center;}
.ws_rights_wrap .es_info_area {padding:50px; background:#f5f5f5;}
.ws_rights_wrap .es_info_area .bs_list_box {height:166px; margin-bottom:20px; padding:50px 30px; border:1px solid #ddd; box-shadow:2px 2px 3px rgba(0,0,0,.1); background:#fff;}
.ws_rights_wrap .es_info_area .bs_list_box .is_info_number {display:inline-block; vertical-align:middle; width:10%; background:#fff; color:#ddd; font-weight:bold; font-size:5em;}
.ws_rights_wrap .es_info_area .bs_list_box .is_info {display:inline-block; vertical-align:middle; width:86%;font-size:1.8em; line-height:1.5em; letter-spacing:-0.5px; text-align:left !important;}

.ws_rights_wrap .es_sign_area {margin-top:30px; text-align:center;}

/* ================================================== *
 *
 *     MEDIA EXTEND - MAX DEVICE
 *
 * ================================================== */

/* MEDIA (모바일 이하) 767px 이하 */
@media all and (max-width:767px) {
	.ws_rights_wrap .es_info_area {padding:50px 10px;}
	.ws_rights_wrap .es_rights_desc {font-size:1.2em;}
	.ws_rights_wrap .es_info_area .bs_list_box {position:relative; height:150px; margin-bottom:40px; padding:0;}
	.ws_rights_wrap .es_info_area .bs_list_box .is_info_number {position:absolute; top:-10px; left:15px; font-size:4em;}
	.ws_rights_wrap .es_info_area .bs_list_box .is_info {font-size:1.2em;}
}


/* MEDIA (태블릿 이하) 991px 이하 */
@media all and (max-width:991px) {

}

/* MEDIA (데스크탑 이하) 1279px 이하 */
@media all and (max-width:1279px) {

}

 /* ================================================== *
 *
 *     MEDIA EXTEND - MIN DEVICE
 *
 * ================================================== */
 
 /* MEDIA (태블릿 이상) 768px 이상 */
@media all and (min-width:768px) {

}
/* MEDIA (데스크탑 이상) 992px 이상 */
@media all and (min-width:992px) {

}
/* MEDIA (큰화면 데스크탑 이상) 1280px 이상 */
@media all and (min-width:1280px) {
	
}
 
 /* ================================================== *
 *
 *     MEDIA EXTEND - AND DEVICE
 *
 * ================================================== */

/* MEDIA (태블릿 구간만) 768px ~ 991px */
@media (min-width:768px) and (max-width:991px) {

	.ws_rights_wrap .es_info_area .bs_list_box .is_info {margin-left:20px;font-size:1.5em;line-height:1.4em;}
	
}
/* MEDIA (데스크탑 구간만) 992px ~ 1279px */
@media (min-width:992px) and (max-width:1279px) {

}