@charset 'utf-8';

/* 시설현황 */
.ws_facility_wrap {}
.ws_facility_wrap .es_history_area {margin-top:50px; padding-top:10px; overflow:hidden;}
.ws_facility_wrap .es_history_area .bs_info_box {border-top:1px solid #ddd;}
.ws_facility_wrap .es_history_area .bs_info_box .is_list {position:relative; float:left; width:33.333%; padding-top:50px; padding-left:15px;}
.ws_facility_wrap .es_history_area .bs_info_box .is_list:before {content:''; display:block; position:absolute; top:-6px; left:0; width:12px; height:12px; border-radius:50% !important; border:3px solid #457eca; background:#fff; z-index:1;}
.ws_facility_wrap .es_history_area .bs_info_box .is_list:after {content:''; display:block; position:absolute; top:0; left:5px; width:1px; height:100%; border-left:2px dashed #ddd;}
.ws_facility_wrap .es_history_area .bs_info_box .is_list .ss_year {color:#333; font-size:2em; line-height:normal; letter-spacing:-1px;}
.ws_facility_wrap .es_history_area .bs_info_box .is_list ul {margin-top:15px;}
.ws_facility_wrap .es_history_area .bs_info_box .is_list .ss_list {position:relative; margin:5px 0; padding-left:10px; font-size:1.15em; line-height:1.5em; letter-spacing:-0.5px;}
.ws_facility_wrap .es_history_area .bs_info_box .is_list .ss_list:before {content:''; display:block; position:absolute; top:10px; left:0; width:3px; height:3px; border-radius:50% !important; background:#666;}

/* ================================================== *
 *
 *     MEDIA EXTEND - MAX DEVICE
 *
 * ================================================== */

/* MEDIA (모바일 이하) 767px 이하 */
@media all and (max-width:767px) {
	.ws_facility_wrap .es_history_area  {margin-top:0; padding-left:5px;}
	.ws_facility_wrap .es_history_area .bs_info_box {position:relative; top:0; border-top:0; border-left:1px solid #ddd;}
	.ws_facility_wrap .es_history_area .bs_info_box .is_list {float:none; width:100%; margin-top:50px; padding-top:50px; padding-left:30px;}
	.ws_facility_wrap .es_history_area .bs_info_box .is_list:before {left:-6px;}
	.ws_facility_wrap .es_history_area .bs_info_box .is_list:after {left:0; width:100%; height:2px; border-bottom:2px dashed #ddd;}
	.ws_facility_wrap .es_history_area .bs_info_box .is_list .ss_subject {font-size:1.6em;}
}


/* 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) {

}