@charset "utf-8";

/* ==================================================================================================== *
 *
 *     PAGE STYLESHEET
 *
 * ==================================================================================================== */

/* 인사말 */
.ws_content_wrap {}
.ws_content_wrap .es_title_label {display:block;color:#ddd;font-weight:bold;font-size:10em;line-height:1em;text-align:center}
.ws_content_wrap .es_top_title {display:block;text-align:center}
.ws_content_wrap .es_top_title img {max-width:100%}
.ws_content_wrap .es_desc_area {color:#000;font-size:1.6em;line-height:1.8em;letter-spacing:-0.5px;word-break:keep-all;text-align:center}
.ws_content_wrap .es_desc_area .bs_point {font-weight:bold;font-size:1.4em}
.ws_content_wrap .es_desc_area .bs_sign {display:block;margin-top:40px;color:#000;font-weight:bold}


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

/* MEDIA (모바일 이하) 767px 이하 */
@media all and (max-width:767px) {
	.ws_content_wrap .es_top_title {font-size:2em}
	.ws_content_wrap .es_top_desc {font-size:1.4em}
	.ws_content_wrap .es_image_title_area {display:block}
	.ws_content_wrap .es_image_title_area .bs_image_box,
	.ws_content_wrap .es_image_title_area .bs_title_box {width:100%}
	.ws_content_wrap .es_image_title_area .bs_image_box {text-align:center}
	.ws_content_wrap .es_image_title_area .bs_title_box {margin-top:20px;padding-left:0}
	.ws_content_wrap .es_image_title_area .bs_title_box .is_subject {font-size:1.5em}
	.ws_content_wrap .es_image_title_area .bs_title_box .is_desc {font-size:1.1em}
	.ws_content_wrap .es_desc_area {font-size:1.1em}
}
/* MEDIA (태블릿 이하) 991px 이하 */
@media all and (max-width:991px) {

}
/* MEDIA (데스크탑 이하) 1279px 이하 */
@media all and (max-width:1279px) {
	.ws_content_wrap .es_image_title_area,
	.ws_content_wrap .es_desc_area {width:100%}
}


/* ==================================================================================================== *
 *
 *     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 all and (min-width:768px) and (max-width:991px) {

}
/* MEDIA (데스크탑 구간만) 992px ~ 1279px */
@media all and (min-width:992px) and (max-width:1279px) {

}