@charset "utf-8";

/* 미션·비젼 */
.ws_content_wrap {}
.ws_content_wrap .es_content_area {margin-top:50px}
.ws_content_wrap .es_content_area .bs_list_box {text-align:center}
.ws_content_wrap .es_content_area .bs_list_box .is_title_field {display:inline-block;width:200px;height:200px;border-radius:50% !important;border:10px solid}
.ws_content_wrap .es_content_area .bs_list_box .is_title_field .ss_title {display:block;margin-bottom:5px;font-weight:500;font-size:2em;line-height:1em;letter-spacing:-0.5px}
.ws_content_wrap .es_content_area .bs_list_box .is_title_field .ss_label {color:#999;font-weight:bold;font-size:1.2em}
.ws_content_wrap .es_content_area .bs_list_box .is_desc {position:relative;margin-top:30px;padding-top:20px;font-size:1.3em;line-height:1.5em;letter-spacing:-0.5px;word-break:keep-all}
.ws_content_wrap .es_content_area .bs_list_box .is_desc:before {content:'';display:inline-block;position:absolute;top:0;left:50%;width:30px;height:3px;margin-left:-15px}


/* ==================================================================================================== *
 *
 *     MEDIA EXTEND - MAX DEVICE
 *
 * ==================================================================================================== */

/* MEDIA (모바일 이하) 767px 이하 */
@media all and (max-width:767px) {
	.ws_content_wrap .es_content_area .bs_title {font-size:2em}
	.ws_content_wrap .es_mission_area .bs_text_box .is_top_text {font-size:2em}
	.ws_content_wrap .es_mission_area .bs_text_box .is_sub_text {font-size:1.3em}
	.ws_content_wrap .es_vision_area .bs_text_box .is_top_text {font-size:2em}
}
/* MEDIA (태블릿 이하) 991px 이하 */
@media all and (max-width:991px) {

}
/* MEDIA (데스크탑 이하) 1279px 이하 */
@media all and (max-width:1279px) {

}


/* ==================================================================================================== *
 *
 *     MEDIA EXTEND - MIN DEVICE
 *
 * ==================================================================================================== */

/* MEDIA (태블릿 이상) 992px 이상 */
@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 all and (min-width:768px) and (max-width:991px) {

}
/* MEDIA (데스크탑 구간만) 992px ~ 1279px */
@media all and (min-width:992px) and (max-width:1279px) {

}