@charset 'utf-8';

/* 복지관연혁 : S */
.ws_history_wrap {}
.ws_history_wrap .es_history_area {position:relative}
.ws_history_wrap .es_history_area:before {content:'';display:block;position:absolute;top:0;left:0;width:1px;height:100%;background:#ddd}
.ws_history_wrap .es_history_area .bs_year {padding-left:5%;color:#000;font-size:5em;line-height:normal;letter-spacing:-1px}
.ws_history_wrap .es_history_area .bs_year_left {padding-right:55%;text-align:right}
.ws_history_wrap .es_history_area .bs_year_right {padding-left:55%;text-align:left}
.ws_history_wrap .es_history_area .bs_info_box {padding-bottom:5%;}
.ws_history_wrap .es_history_area .bs_info_box .is_info {}
.ws_history_wrap .es_history_area .bs_info_box .is_info dl {display:inline-block;position:relative;width:100%;margin-top:30px}
.ws_history_wrap .es_history_area .bs_info_box .is_info dl:before {content:'';display:block;position:absolute;top:10px;width:40px;height:1px;background:#ddd}
.ws_history_wrap .es_history_area .bs_info_box .is_info dl:after {content:'';display:block;position:absolute;top:7px;width:8px;height:8px;border-radius:50px !important;background:#333}
.ws_history_wrap .es_history_area .bs_info_box .is_left {text-align:left}
.ws_history_wrap .es_history_area .bs_info_box .is_left dl {padding-right:5%;text-align:right}
.ws_history_wrap .es_history_area .bs_info_box .is_left dl:before {right:0}
.ws_history_wrap .es_history_area .bs_info_box .is_left dl:after {right:0;margin-right:-4px}
.ws_history_wrap .es_history_area .bs_info_box .is_right {text-align:right}
.ws_history_wrap .es_history_area .bs_info_box .is_right dl {padding-left:5%;text-align:left}
.ws_history_wrap .es_history_area .bs_info_box .is_right dl:before {left:0}
.ws_history_wrap .es_history_area .bs_info_box .is_right dl:after {left:0;margin-left:-4px}
.ws_history_wrap .es_history_area .bs_info_box .is_info .ss_date {color:#333;font-weight:bold;font-size:1.4em;letter-spacing:-0.5px}
.ws_history_wrap .es_history_area .bs_info_box .is_info .ss_desc {margin-top:10px;font-size:1.2em;line-height:1.5em;letter-spacing:-0.5px;word-break:keep-all}
.ws_history_wrap .es_history_area .bs_info_box .is_info .ss_desc p {margin-top:8px}
/* 복지관연혁 : E */


 /* ================================================== *
 *
 *     MEDIA EXTEND - MAX DEVICE
 *
 * ================================================== */

/* MEDIA (모바일 이하) 767px 이하 */
@media all and (max-width:767px) {
	.ws_history_wrap .es_history_area:before {left:0}
	.ws_history_wrap .es_history_area .bs_year {font-size:3.5em;text-align:left}
	.ws_history_wrap .es_history_area .bs_info_box .is_right {text-align:left}
	.ws_history_wrap .es_history_area .bs_info_box .is_info dl:before {width:20px}
	.ws_history_wrap .es_history_area .bs_info_box .is_left dl {padding-right:0;padding-left:5%;text-align:left}
	.ws_history_wrap .es_history_area .bs_info_box .is_left dl:before {left:0}
	.ws_history_wrap .es_history_area .bs_info_box .is_left dl:after {left:0;margin-left:-4px}
	.ws_history_wrap .es_history_area .bs_info_box .is_info .ss_date {font-size:1.3em}
	.ws_history_wrap .es_history_area .bs_info_box .is_info .ss_desc {font-size:1.1em}

}
/* 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) {

}