@charset 'utf-8';

/* 이용안내 : S */
.ws_use_wrap {}
.ws_use_wrap .es_sub_right {display:inline-block;float:right;margin-top:50px;margin-bottom:10px;font-size:1.15em;line-height:1.5em;letter-spacing:-0.5px}

/* 탭메뉴 : S */
.ws_use_wrap .es_tab_menu_area {text-align:center;}
/* 탭메뉴 : E */

/* 권익옹호 : S */
.ws_use_wrap .es_info_area {}
.ws_use_wrap .es_info_area .bs_sub {display:block; background:url('../../../../webis/img/page/pattern01.png') center repeat-x;); text-align:center;}
.ws_use_wrap .es_info_area .bs_sub .is_text {display:inline-block; padding:10px 30px; background:#fff; color:#333; font-size:3em; line-height:normal; letter-spacing:-1px;}
.ws_use_wrap .es_info_area ul {margin-top:20px; padding:30px; background:#fcfcfc;}
.ws_use_wrap .es_info_area .bs_list_box {overflow:hidden; margin-bottom:10px;}
.ws_use_wrap .es_info_area .bs_list_box .is_number,
.ws_use_wrap .es_info_area .bs_list_box .is_desc {float:left; font-size:1.3em; line-height:1.5em; letter-spacing:-0.5px;word-break: keep-all;}
.ws_use_wrap .es_info_area .bs_list_box .is_number {width:5%}
.ws_use_wrap .es_info_area .bs_list_box .is_number .ss_text {display:inline-block; width:30px; height:30px; border-radius:50% !important; background:#e9f3ff; color:#194c99; font-weight:bold; line-height:30px; text-align:center;}
.ws_use_wrap .es_info_area .bs_list_box .is_desc {width:95%;}
/* 권익옹호 : E */

/* 이용안내 : E */


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

/* MEDIA (모바일 이하) 767px 이하 */
@media all and (max-width:767px) {
	.ws_use_wrap .es_info_area .bs_sub .is_text {font-size:2em;}
	.ws_use_wrap .es_info_area .bs_list_box .is_number,
	.ws_use_wrap .es_info_area .bs_list_box .is_desc {font-size:1.1em;}
	.ws_use_wrap .es_info_area .bs_list_box .is_number {width:8%;}
	.ws_use_wrap .es_info_area .bs_list_box .is_desc {width:90%;}
}

/* MEDIA (태블릿 이하) 991px 이하 */
@media all and (max-width:991px) {
	.ws_business_wrap .es_sub_right {float:none;margin-top:10px}
}

/* 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) {

}
/* MEDIA (데스크탑 구간만) 992px ~ 1279px */
@media (min-width:992px) and (max-width:1279px) {

}

