@charset "utf-8";

/* 연혁 */
.ws_history_wrap {}
.ws_history_wrap .es_year_area {}
.ws_history_wrap .es_year_area .bs_title {padding:15px 0; border-radius:50px !important; border:3px solid #9a2121; color:#9a2121; font-size:1.8em; text-align:center;}
.ws_history_wrap .es_info_area {padding-left:50px;}
.ws_history_wrap .es_info_area .bs_list_box {padding:15px 0; border-bottom:1px solid #ddd;}
.ws_history_wrap .es_info_area .bs_list_box .is_year {display:inline-block; vertical-align:top; width:10%; margin:10px 0; font-size:1.5em; line-height:1.4em;}
.ws_history_wrap .es_info_area .bs_list_box .is_info {display:inline-block; vertical-align:top; width:85%;}
.ws_history_wrap .es_info_area .bs_list_box .is_info .ss_text {margin:10px 0; font-size:1.4em; line-height:1.4em; letter-spacing:-0.5px;}

/* ================================================== *
 *
 *     MEDIA EXTEND - MAX DEVICE
 *
 * ================================================== */

/* MEDIA (모바일 이하) 767px 이하 */
@media all and (max-width:767px) {
	.ws_history_wrap .es_info_area {padding-left:0;}
	.ws_history_wrap .es_info_area .bs_list_box .is_year {width:100%; font-size:1.4em;}
	.ws_history_wrap .es_info_area .bs_list_box .is_info {width:100%;}
	.ws_history_wrap .es_info_area .bs_list_box .is_info .ss_text {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) {
	
}
/* MEDIA (데스크탑 구간만) 992px ~ 1279px */
@media (min-width:992px) and (max-width:1279px) {

}