@charset "utf-8";

/* 비전 및 가치 */
.ws_vision_wrap {}
.ws_vision_wrap .es_vision_desc_area {margin-bottom:50px; padding:30px; background:#f5f5f5; font-size:1.4em; line-height:1.5em; letter-spacing:-0.5px;}
.ws_vision_wrap .es_vision_desc_area .bs_text_box {}
.ws_vision_wrap .es_vision_desc_area .bs_list_box {margin-top:15px; padding:15px; border-radius:10px !important; background:rgba(255,255,255,.8);}
.ws_vision_wrap .es_vision_desc_area .bs_list_box .is_list {position:relative; margin:5px 0; padding-left:10px;}
.ws_vision_wrap .es_vision_desc_area .bs_list_box .is_list:before {content:''; display:block; position:absolute; top:10px; left:0; width:4px; height:4px; border-radius:50% !important; background:#333;}
.ws_vision_wrap .es_value_area {margin-top:80px; text-align:center;}
.ws_vision_wrap .es_value_area .bs_value_title {display:inline-block;}
.ws_vision_wrap .es_value_area .bs_value_title .is_sub {font-weight:normal; font-size:2em;}
.ws_vision_wrap .es_value_area .bs_value_title .is_en {margin-top:5px; font-size:3em;}
.ws_vision_wrap .es_value_area .bs_info_box {position:relative; margin:80px 5px 0 5px; padding:80px 50px; border:1px solid #ddd;}
.ws_vision_wrap .es_value_area .bs_info_box .is_number {display:inline-block; position:absolute; top:-50px; left:50%; margin-left:-35px; background:#fff; color:#ddd; font-weight:bold; font-size:5em; line-height:normal;}
.ws_vision_wrap .es_value_area .bs_info_box:hover .is_number {color:#34b3d6; transition:all .3s ease-in-out;}
.ws_vision_wrap .es_value_area .bs_info_box .is_text {font-size:1.6em; line-height:1.5em;letter-spacing:-0.5px;}

 /* ================================================== *
 *
 *     MEDIA EXTEND - MAX DEVICE
 *
 * ================================================== */

/* MEDIA (모바일 이하) 767px 이하 */
@media all and (max-width:767px) {
	.ws_vision_wrap .es_vision_desc_area {font-size:1.2em;}
	.ws_vision_wrap .es_value_area .bs_info_box {margin:50px 0 0 0; padding:50px 30px;}
	.ws_vision_wrap .es_value_area .bs_info_box .is_number {top:-40px; margin-left:-28px; font-size:4em;}
	.ws_vision_wrap .es_value_area .bs_info_box .is_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) {

}