@charset "utf-8";

/* 인사말 : S */
.ws_content_wrap {}
.ws_content_wrap .es_info_area {margin-top:80px;text-align:center}
.ws_content_wrap .es_info_area .bs_top_title {display:block;position:relative;margin-bottom:50px;padding-bottom:20px;color:#000;font-weight:500;font-size:3.5em;line-height:1.4em;letter-spacing:-1px;word-break:keep-all}
.ws_content_wrap .es_info_area .bs_top_title:after {content:'';display:block;position:absolute;bottom:0;left:50%;width:50px;height:1px;margin-left:-25px;background-color:#333}
.ws_content_wrap .es_info_area .bs_desc {margin:30px 0;font-size:1.45em;letter-spacing:-1px;line-height:1.8em;word-break:keep-all}
.ws_content_wrap .es_info_area .bs_sign {display:block;margin-top:60px;color:#000;font-size:1.45em;letter-spacing:-0.5px}
/* 인사말 : E */


/* ==================================================================================================== *
 *
 *     MEDIA EXTEND - MAX DEVICE
 *
 * ==================================================================================================== */

/* MEDIA (모바일 이하) 767px 이하 */
@media all and (max-width:767px) {
	.ws_content_wrap .es_info_area .bs_top_title {font-size:2em}
	.ws_content_wrap .es_info_area .bs_desc {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 (태블릿 이상) 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) {

}