@charset "utf-8";

/* ==================================================================================================== *
 *
 *     WEBIS DESIGN STYLESHEET - SKIN > LATEST
 *     COPYRIGHT © WEBIS.KR ALL RIGHTS RESERVED.
 *
 * ==================================================================================================== */
 
/* LATEST > TAB */
.ws_latest_tab_wrap {position:relative}
.ws_latest_tab_wrap .es_tab_area {display:flex;flex-wrap:wrap}
.ws_latest_tab_wrap .es_tab_area .bs_list_box {}
.ws_latest_tab_wrap .es_tab_area .bs_list_box .is_title {display:block;padding:0.5rem 2rem;border-radius:5rem;border:2px solid transparent;color:#AAA;font-weight:500;font-size:2rem;text-align:center;cursor:pointer}
.ws_latest_tab_wrap .es_tab_area .bs_list_box .is_title:hover {color:var(--webis_color)}
.ws_latest_tab_wrap .es_tab_area .bs_list_box.bs_tab_on {}
.ws_latest_tab_wrap .es_tab_area .bs_list_box.bs_tab_on .is_title {border-color:var(--webis_color);color:var(--webis_color)}
.ws_latest_tab_wrap .es_top_area {margin-bottom:3rem;padding:3rem 0;border-bottom:1px solid #EEE}
.ws_latest_tab_wrap .es_top_area a {display:flex;align-items:center}
.ws_latest_tab_wrap .es_top_area a .bs_date {display:flex;flex-wrap:wrap;flex-direction:column;align-content:center;justify-content:center;width:11rem;height:11rem;border-radius:3rem;background-color:rgba(var(--webis_color_rgb),.08);color:#121212;line-height:1.3;text-align:center}
.ws_latest_tab_wrap .es_top_area a .bs_date .is_day {font-weight:bold;font-size:4rem}
.ws_latest_tab_wrap .es_top_area a .bs_date .is_year_month {}
.ws_latest_tab_wrap .es_top_area a .bs_content_box {width:calc(100% - 11rem);padding-left:2rem}
.ws_latest_tab_wrap .es_top_area a .bs_content_box .is_subject {overflow:hidden;display:-webkit-box;color:#121212;font-weight:500;font-size:2rem;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.ws_latest_tab_wrap .es_top_area a:hover .bs_content_box .is_subject {text-decoration:underline}
.ws_latest_tab_wrap .es_top_area a .bs_content_box .is_desc {overflow:hidden;display:-webkit-box;margin-top:1rem;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.ws_latest_tab_wrap .es_content_area {}
.ws_latest_tab_wrap .es_content_area .bs_list_box {position:relative;margin:2rem 0}
.ws_latest_tab_wrap .es_content_area .bs_list_box a {display:flex;justify-content:space-between}
.ws_latest_tab_wrap .es_content_area .bs_list_box a .is_subject {position:relative;overflow:hidden;display:-webkit-box;padding-left:2rem;color:#121212;font-weight:normal;font-size:1.8rem;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.ws_latest_tab_wrap .es_content_area .bs_list_box a .is_subject:before {content:'';position:absolute;top:50%;left:0.5rem;width:0.4rem;height:0.4rem;border-radius:50%;background-color:#AAA;transform:translateY(-50%)}
.ws_latest_tab_wrap .es_content_area .bs_list_box a .is_subject:hover {font-weight:500;text-decoration:underline}
.ws_latest_tab_wrap .es_content_area .bs_list_box a .is_date {flex-shrink:0;margin-left:1rem}
.ws_latest_tab_wrap .es_button_more {position:absolute;top:0;right:0;width:5rem;height:5rem;border-radius:50%;background-color:#F7F7F7;font-size:2rem;line-height:5rem;text-align:center}


/* ==================================================================================================== *
 *
 *     WEBIS MEDIA QUERIES EXTEND (DESKTOP BASE) - UNDER BREAKPOINT SIZE
 *
 * ==================================================================================================== */

/* WEBIS MEDIA QUERIES 4XL (2560px) DOWN (MAX) */
@media all and (max-width:2559.98px) {

}

/* WEBIS MEDIA QUERIES 3XL (1920px) DOWN (MAX) */
@media all and (max-width:1919.98px) {

}

/* WEBIS MEDIA QUERIES 2XL (1600px) DOWN (MAX) */
@media all and (max-width:1599.98px) {

}

/* WEBIS MEDIA QUERIES XL (1440px) DOWN (MAX) */
@media all and (max-width:1439.98px) {

}

/* WEBIS MEDIA QUERIES LG (1280px) DOWN (MAX) */
@media all and (max-width:1279.98px) {

}

/* WEBIS MEDIA QUERIES MD (1024px) DOWN (MAX) */
@media all and (max-width:1023.98px) {

}

/* WEBIS MEDIA QUERIES SM (768px) DOWN (MAX) */
@media all and (max-width:767.98px) {

}

/* WEBIS MEDIA QUERIES SS (640px) DOWN (MAX) */
@media all and (max-width:639.98px) {
	.ws_latest_tab_wrap .es_tab_area .bs_list_box .is_title {padding:0.5rem 1rem;font-size:1.8rem}
	.ws_latest_tab_wrap .es_content_area .bs_list_box a .is_subject {font-size:1.6rem}
}

/* WEBIS MEDIA QUERIES 2SS (480px) DOWN (MAX) */
@media all and (max-width:479.98px) {

}

/* WEBIS MEDIA QUERIES 3SS (320px) DOWN (MAX) */
@media all and (max-width:319.98px) {

}

/* WEBIS MEDIA QUERIES 4SS (280px) DOWN (MAX) */
@media all and (max-width:279.98px) {

}


/* ==================================================================================================== *
 *
 *     WEBIS MEDIA QUERIES EXTEND (MOBILE BASE) - MORE THAN BREAKPOINT SIZE
 *
 * ==================================================================================================== */

/* WEBIS MEDIA QUERIES XS (0px) UP (MIN) */
@media all and (min-width:0px) {

}

/* WEBIS MEDIA QUERIES 4SS (280px) UP (MIN) */
@media all and (min-width:280px) {

}

/* WEBIS MEDIA QUERIES 3SS (320px) UP (MIN) */
@media all and (min-width:320px) {

}

/* WEBIS MEDIA QUERIES 2SS (480px) UP (MIN) */
@media all and (min-width:480px) {

}

/* WEBIS MEDIA QUERIES SS (640px) UP (MIN) */
@media all and (min-width:640px) {

}

/* WEBIS MEDIA QUERIES SM (768px) UP (MIN) */
@media all and (min-width:768px) {

}

/* WEBIS MEDIA QUERIES MD (1024px) UP (MIN) */
@media all and (min-width:1024px) {

}

/* WEBIS MEDIA QUERIES LG (1280px) UP (MIN) */
@media all and (min-width:1280px) {

}

/* WEBIS MEDIA QUERIES XL (1440px) UP (MIN) */
@media all and (min-width:1440px) {

}

/* WEBIS MEDIA QUERIES 2XL (1600px) UP (MIN) */
@media all and (min-width:1600px) {

}

/* WEBIS MEDIA QUERIES 3XL (1920px) UP (MIN) */
@media all and (min-width:1920px) {

}

/* WEBIS MEDIA QUERIES 4XL (2560px) UP (MIN) */
@media all and (min-width:2560px) {

}


/* ==================================================================================================== *
 *
 *     WEBIS MEDIA QUERIES EXTEND (BETWEEN) - ONLY BETWEEN BREAKPOINT SIZES
 *
 * ==================================================================================================== */

/* WEBIS MEDIA QUERIES XS (0px ~ 279.98px) ONLY */
@media all and (min-width:0px) and (max-width:279.98px) {

}

/* WEBIS MEDIA QUERIES 4SS (280px ~ 319.98px) ONLY */
@media all and (min-width:280px) and (max-width:319.98px) {

}

/* WEBIS MEDIA QUERIES 3SS (320px ~ 479.98px) ONLY */
@media all and (min-width:320px) and (max-width:479.98px) {

}

/* WEBIS MEDIA QUERIES 2SS (480px ~ 639.98px) ONLY */
@media all and (min-width:480px) and (max-width:639.98px) {

}

/* WEBIS MEDIA QUERIES SS (640px ~ 767.98px) ONLY */
@media all and (min-width:640px) and (max-width:767.98px) {

}

/* WEBIS MEDIA QUERIES SM (768px ~ 1023.98px) ONLY */
@media all and (min-width:768px) and (max-width:1023.98px) {

}

/* WEBIS MEDIA QUERIES MD (1024px ~ 1279.98px) ONLY */
@media all and (min-width:1024px) and (max-width:1279.98px) {

}

/* WEBIS MEDIA QUERIES LG (1280px ~ 1439.98px) ONLY */
@media all and (min-width:1280px) and (max-width:1439.98px) {

}

/* WEBIS MEDIA QUERIES XL (1440px ~ 1599.98px) ONLY */
@media all and (min-width:1440px) and (max-width:1599.98px) {

}

/* WEBIS MEDIA QUERIES 2XL (1600px ~ 1919.98px) ONLY */
@media all and (min-width:1600px) and (max-width:1919.98px) {

}

/* WEBIS MEDIA QUERIES 3XL (1920px ~ 2559.98px) ONLY */
@media all and (min-width:1920px) and (max-width:2559.98px) {

}