@charset "utf-8";

/* 청소년동반자 : S */
.ws_companion_wrap {}
.ws_companion_wrap .es_icon_area {margin-top:20px;}
.ws_companion_wrap .es_icon_area .bs_icon {display:block; height:100px; background:url('../../../../webis/img/page/safety_04.png') no-repeat;}
.ws_companion_wrap .es_icon_area .bs_icon01 {background-position:0px 0px;}
.ws_companion_wrap .es_icon_area .bs_icon02 {background-position:0px -134px;}
.ws_companion_wrap .es_icon_area .bs_icon03 {background-position:0px -270px;}
/* 청소년동반자 : E */

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

/* MEDIA (모바일 이하) 767px 이하 */
@media all and (max-width:767px) {
	.ws_companion_wrap .es_icon_area .bs_icon {background-size:80px}
	.ws_companion_wrap .es_icon_area .bs_icon01 {background-position:0px 0px;}
	.ws_companion_wrap .es_icon_area .bs_icon02 {background-position:0px -96px;}
	.ws_companion_wrap .es_icon_area .bs_icon03 {background-position:0px -196px;}
/* 청소년동반자 : E */
}
/* 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) {
	
}
/* MEDIA (데스크탑 구간만) 992px ~ 1279px */
@media (min-width:992px) and (max-width:1279px) {

}