@charset "utf-8";

/* 설립목적 */
.ws_found_wrap {}
.ws_found_wrap .es_found_info_area {position:relative; padding:50px 50px 250px; background:linear-gradient(to bottom, #ffdbe0, #fff); overflow:hidden;}
.ws_found_wrap .es_found_info_area:after {content:''; display:block; position:absolute; bottom:0; left:0; width:100%; height:100%; background:url('../../../img/page/found_bg.png') bottom no-repeat;}
.ws_found_wrap .es_found_info_area .bs_desc {margin-top:15px; font-size:1.6em; line-height:1.5em; letter-spacing:-0.5px;}
.ws_found_wrap .es_found_info_area .bs_desc .is_point {border-bottom:1px solid #333;}
.ws_found_wrap .es_found_area {margin-top:100px; text-align:center;}
.ws_found_wrap .es_found_area .bs_title {display:inline-block;}
.ws_found_wrap .es_found_area .bs_title .is_sub {font-weight:normal; font-size:2em;}
.ws_found_wrap .es_found_area .bs_title .is_en {margin-top:5px; font-size:3em;}
.ws_found_wrap .es_found_area .bs_info_box {position:relative; height:320px; margin:80px 5px 0 5px; padding:80px 30px; box-shadow:1px 1px 5px rgba(0,0,0,.1); border:1px solid #ddd; background:#fff;}
.ws_found_wrap .es_found_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_found_wrap .es_found_area .bs_info_box:hover .is_number {color:#fcd428; transition:all .3s ease-in-out;}
.ws_found_wrap .es_found_area .bs_info_box .is_text {font-size:1.6em; line-height:1.5em; letter-spacing:-0.5px; text-align:center;}

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

/* MEDIA (모바일 이하) 767px 이하 */
@media all and (max-width:767px) {
	.ws_found_wrap .es_found_info_area {padding:50px 15px 215px;}
	.ws_found_wrap .es_found_info_area .bs_desc {font-size:1.2em;}
	.ws_found_wrap .es_found_area .bs_info_box {height:215px; margin:50px 0 0 0; padding:45px 5px;}
	.ws_found_wrap .es_found_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) {
	.ws_found_wrap .es_found_area .bs_info_box {height:213px;}
	
}
/* MEDIA (데스크탑 구간만) 992px ~ 1279px */
@media (min-width:992px) and (max-width:1279px) {

}