@charset "utf-8";

/* ==================================================================================================== *
 *
 *     PAGE STYLESHEET
 *
 * ==================================================================================================== */

/* 인사말 */
.ws_content_wrap {}
.ws_content_wrap .es_title_area {display:block;margin-bottom:80px;color:#333;font-weight:normal;font-size:3.5em;line-height:1.4em;letter-spacing:-1px;text-align:center;word-break:keep-all}
.ws_content_wrap .es_title_area .bs_point {display:block}
.ws_content_wrap .es_title_area .bs_bold {font-weight:bold}
.ws_content_wrap .es_image_area {}
.ws_content_wrap .es_image_area img {}
.ws_content_wrap .es_text {margin-top:30px;color:#333;font-size:1.5em;line-height:2em;letter-spacing:-0.5px;word-break:keep-all}
.ws_content_wrap .es_text_point {display:block;color:#333;margin-top:40px;font-weight:500;font-size:2.8em;line-height:1.4em;letter-spacing:-0.5px;word-break:keep-all}
.ws_content_wrap .es_text_point_sub {color:#333;font-size:2em;line-height:2em;letter-spacing:-0.5px;word-break:keep-all}
.ws_content_wrap .es_info_area {margin-top:50px}
.ws_content_wrap .es_info_area .bs_title_box {color:#333;font-size:2.8em;line-height:1.2em;letter-spacing:-0.5px}
.ws_content_wrap .es_info_area .bs_desc_box {}
.ws_content_wrap .es_info_area .bs_desc_box .is_list {position:relative;margin-bottom:12px;padding-left:15px;color:#333;font-size:1.5em;line-height:1.5em;letter-spacing:-0.5px;word-break:keep-all}
.ws_content_wrap .es_info_area .bs_desc_box .is_list:before {content:'';display:block;position:absolute;top:12px;left:0;width:5px;height:5px;border-radius:50px !important;background-color:#333}


/* ==================================================================================================== *
 *
 *     MEDIA EXTEND - MAX DEVICE
 *
 * ==================================================================================================== */

/* MEDIA (모바일 이하) 767px 이하 */
@media all and (max-width:767px) {
	.ws_content_wrap .es_title_area {margin-bottom:0;font-size:2em}
	.ws_content_wrap .es_image_area {margin-top:30px}
	.ws_content_wrap .es_text {font-size:1.2em}
	.ws_content_wrap .es_text_point {font-size:1.5em}
	.ws_content_wrap .es_text_point_sub {font-size:1.3em}
	.ws_content_wrap .es_info_area .bs_title_box {font-size:2em}
	.ws_content_wrap .es_info_area .bs_desc_box {margin-top:20px}
	.ws_content_wrap .es_info_area .bs_desc_box .is_list {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) {

}