<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 설립취지문 */
.ws_establish_wrap {text-align:center;}
.ws_establish_wrap .es_title {margin-bottom:30px; font-size:2.5em; letter-spacing:10px;}
.ws_establish_wrap .es_desc {margin-bottom:15px; font-size:1.2em;}
.ws_establish_wrap .es_desc_info_area {padding:30px; background:#f1f1f1; font-size:1.2em;}
.ws_establish_wrap .es_desc_info_area .bs_info_box {display:inline-block; width:75%; padding:20px 30px; background:#f8f8f8; text-align:left;}
.ws_establish_wrap .es_desc_info_area .bs_info_box .is_list {margin:8px 0; font-weight:bold;}
.ws_establish_wrap .es_date {margin-top:30px; font-size:1.2em;}
.ws_establish_wrap .es_name {display:block; margin-top:15px; font-size:1.5em;}

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

/* MEDIA (모바일 이하) 767px 이하 */
@media all and (max-width:767px) {
	.ws_establish_wrap .es_desc_info_area .bs_info_box {width:100%;}
}


/* 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) {

}</pre></body></html>