@charset "utf-8";

/* 최근게시물 (웹진) */
.ws_latest_custom_basic_wrap {position:relative}
.ws_latest_custom_basic_wrap:before,
.ws_latest_custom_basic_wrap:after {display:block;visibility:hidden;clear:both;height:0;font-size:0;line-height:0;content:'.'}
.ws_latest_custom_basic_wrap .es_title {display:block;margin-bottom:50px}
.ws_latest_custom_basic_wrap .es_title a {display:inline-block;position:relative;color:#333;font-size:2.5em;line-height:normal;letter-spacing:-1px}
.ws_latest_custom_basic_wrap .es_content_area {}
.ws_latest_custom_basic_wrap .es_content_area .bs_list_box {position:relative;display:block}
.ws_latest_custom_basic_wrap .es_content_area .bs_list_box:after {display:block;visibility:hidden;clear:both;height:0;font-size:0;line-height:0;content:'.'}
.ws_latest_custom_basic_wrap .es_content_area .bs_list_box a {display:block;height:250px;padding-right:20px;border-right:1px solid #ddd}
.ws_latest_custom_basic_wrap .es_content_area .bs_list_box .is_desc_field {}
.ws_latest_custom_basic_wrap .es_content_area .bs_list_box .is_desc_field .ss_subject {display:block;height:78px;margin-top:15px;font-weight:400;font-size:1.7em;line-height:1.3em;letter-spacing:-0.5px;word-break:keep-all}
.ws_latest_custom_basic_wrap .es_content_area .bs_list_box .is_desc_field .ss_content {display:block;margin-top:20px;color:#777;font-size:1.3em;line-height:1.3em;letter-spacing:-0.5px;word-break:keep-all}
.ws_latest_custom_basic_wrap .es_content_area .bs_list_box .is_desc_field .ss_time {display:block;font-size:1.05em;letter-spacing:-0.5px}
.ws_latest_custom_basic_wrap .es_more {display:block;position:absolute;top:10px;right:0;color:#888}
.ws_latest_custom_basic_wrap .es_more:hover {color:#777}

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

/* MEDIA (모바일 이하) 767px 이하 */
@media all and (max-width:767px) {
	.ws_latest_custom_basic_wrap .es_title {margin-bottom:0}
	.ws_latest_custom_basic_wrap .es_title a {font-size:2em}
	.ws_latest_custom_basic_wrap .es_content_area .bs_list_box a {height:auto;padding:15px 0;padding-right:0;border-right:none;border-bottom:1px solid #ddd}
	.ws_latest_custom_basic_wrap .es_content_area .bs_list_box .is_desc_field .ss_subject {height:auto;font-size:1em}
	.ws_latest_custom_basic_wrap .es_content_area .bs_list_box .is_desc_field .ss_content {display:none}
	.ws_latest_custom_basic_wrap .es_content_area .bs_list_box .is_desc_field .ss_time {font-size:1em}

}
/* 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) {
	.ws_latest_custom_basic_wrap .es_content_area .bs_list_box a {height:200px;margin-bottom:20px}
	.ws_latest_custom_basic_wrap .es_content_area .bs_list_box .is_desc_field .ss_subject {height:46px;font-size:1.5em}
	.ws_latest_custom_basic_wrap .es_content_area .bs_list_box .is_desc_field .ss_content {font-size:1.2em}
}
/* MEDIA (데스크탑 구간만) 992px ~ 1279px */
@media all and (min-width:992px) and (max-width:1279px) {
	.ws_latest_custom_basic_wrap .es_content_area .bs_list_box .is_desc_field .ss_subject {height:70px;font-size:1.5em}
	.ws_latest_custom_basic_wrap .es_content_area .bs_list_box .is_desc_field .ss_content {font-size:1.2em}
}