@charset "utf-8";

/* ==================================================================================================== *
 *
 *     WEBIS DESIGN STYLESHEET - SKIN > LATEST
 *     COPYRIGHT © WEBIS.KR ALL RIGHTS RESERVED.
 *
 * ==================================================================================================== */

/* WEBIS > LATEST > CALENDAR */
.ws_latest_calendar_wrap {width:100%;max-width:600px;margin:0 auto;padding:3rem;border-radius:10px;border:1px solid #EEE;background-color:#FFF}
.ws_latest_calendar_wrap .vc {overflow:hidden;/*transform:scale(1.3);transform-origin:top left*/}
.ws_latest_calendar_wrap .vc .vc-header {}
.ws_latest_calendar_wrap .vc .vc-header .vc-arrow {width:2rem;height:2rem}
.ws_latest_calendar_wrap .vc .vc-header .vc-arrow_prev {}
.ws_latest_calendar_wrap .vc .vc-header .vc-arrow_next {}
.ws_latest_calendar_wrap .vc .vc-header .vc-header__content {}
.ws_latest_calendar_wrap .vc .vc-header .vc-header__content .vc-year {font-size:2rem}
.ws_latest_calendar_wrap .vc .vc-header .vc-header__content .vc-year::after {content: "년"}
.ws_latest_calendar_wrap .vc .vc-header .vc-header__content .vc-month {font-size:2rem}
.ws_latest_calendar_wrap .vc .vc-header .vc-header__content .vc-months {display:none}
.ws_latest_calendar_wrap .vc .vc-header .vc-header__content .vc-months .vc-month-btn {}
.ws_latest_calendar_wrap .vc .vc-header .vc-header__content .vc-months .vc-month-btn:hover{}
.ws_latest_calendar_wrap .vc .vc-header .vc-header__content .vc-months .vc-month-btn.active {}
.ws_latest_calendar_wrap .vc .vc-wrapper {min-height:30rem}
.ws_latest_calendar_wrap .vc .vc-wrapper .vc-years {}
.ws_latest_calendar_wrap .vc .vc-wrapper .vc-years .vc-years__year {height:5rem;font-size:1.6rem;line-height:5rem}
.ws_latest_calendar_wrap .vc .vc-wrapper .vc-months {}
.ws_latest_calendar_wrap .vc .vc-wrapper .vc-months .vc-months__month {height:5rem;font-size:1.6rem;line-height:5rem}
.ws_latest_calendar_wrap .vc .vc-wrapper .vc-content {overflow-x:auto !important;overflow-y:hidden !important;display:flex !important;padding:1rem 0 !important;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}
.ws_latest_calendar_wrap .vc .vc-wrapper .vc-content::-webkit-scrollbar {height:0.8rem;border-radius:0.4rem;background:#F0F0F0}
.ws_latest_calendar_wrap .vc .vc-wrapper .vc-content::-webkit-scrollbar-thumb {border-radius:0.4rem;background:#007BFF}
.ws_latest_calendar_wrap .vc .vc-wrapper .vc-content .vc-week {}
.ws_latest_calendar_wrap .vc .vc-wrapper .vc-content .vc-week .vc-week__day {height:3rem;font-size:1.6rem}
.ws_latest_calendar_wrap .vc .vc-wrapper .vc-content .vc-week .vc-week__day[data-vc-week-day="6"] {color:#3B82F6 !important}
.ws_latest_calendar_wrap .vc .vc-wrapper .vc-content .vc-dates {}
.ws_latest_calendar_wrap .vc .vc-wrapper .vc-content .vc-dates .vc-date {}
.ws_latest_calendar_wrap .vc .vc-wrapper .vc-content .vc-dates .vc-date[data-vc-date-month="prev"],
.ws_latest_calendar_wrap .vc .vc-wrapper .vc-content .vc-dates .vc-date[data-vc-date-month="next"] {}
.ws_latest_calendar_wrap .vc .vc-wrapper .vc-content .vc-dates .vc-date .vc-date__btn {width:3rem;height:3rem;border-radius:50%;font-weight:normal;font-size:1.6rem}
.ws_latest_calendar_wrap .vc .vc-wrapper .vc-content .vc-dates .vc-date .vc-date__btn:hover {}
.ws_latest_calendar_wrap .vc .vc-wrapper .vc-content .vc-dates .vc-date[data-vc-date-today] .vc-date__btn {}
.ws_latest_calendar_wrap .vc .vc-wrapper .vc-content .vc-dates .vc-date[data-vc-date-selected] .vc-date__btn {}
.ws_latest_calendar_wrap .vc .vc-wrapper .vc-content .vc-dates .vc-date[data-vc-date-week-day="6"] .vc-date__btn {color:#3B82F6 !important}
.ws_latest_calendar_wrap .vc .vc-wrapper .vc-content .vc-dates .vc-date[data-vc-date-week-day="6"] .vc-date__btn:hover {background-color: #EAF2FF !important}
.ws_latest_calendar_wrap .vc .vc-wrapper .vc-content .vc-dates .vc-date[data-vc-date-week-day="6"][data-vc-date-selected] .vc-date__btn {background-color:#2563EB !important;color:#FFF !important}
.ws_latest_calendar_wrap .vc .vc-wrapper .vc-content .vc-dates .vc-date[data-vc-date-week-day="6"][data-vc-date-selected] .vc-date__btn:hover {background-color:#2563EB !important; color:#FFF !important}

/* WEBIS > LATEST > CALENDAR > HAS EVENT */
.ws_latest_calendar_wrap .vc .vc-wrapper .vc-content .vc-dates .vc-date.vc-has-event {padding:0.5rem 0}
.ws_latest_calendar_wrap .vc .vc-wrapper .vc-content .vc-dates .vc-date.vc-has-event .vc-date__btn {position:relative;;background-color:#FEF3C7 !important;color:#000 !important;font-weight:normal !important}
.ws_latest_calendar_wrap .vc .vc-wrapper .vc-content .vc-dates .vc-date.vc-has-event .vc-date__btn:hover {background-color:#FDE047 !important;border-color:#EAB308 !important}
.ws_latest_calendar_wrap .vc .vc-wrapper .vc-content .vc-dates .vc-date.vc-has-event[data-vc-date-selected] .vc-date__btn {background-color:#F59E0B !important;color:#FFF !important;border-color:#D97706 !important}
.ws_latest_calendar_wrap .vc .vc-wrapper .vc-content .vc-dates .vc-date.vc-has-event[data-vc-date-selected] .vc-date__btn::after {background-color:#FFF}

/* WEBIS > LATEST > CALENDAR > RESULT */
.ws_latest_calendar_wrap .es_data_area {padding:2rem;border-radius:1rem;background-color:#F9FAFB;box-shadow:0 2px 4px rgba(0,0,0,.1)}
.ws_latest_calendar_wrap .es_data_area .bs_header_box {display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem}
.ws_latest_calendar_wrap .es_data_area .bs_header_box .is_title {color:#1F2937;font-weight:600;font-size:1.8rem}
.ws_latest_calendar_wrap .es_data_area .bs_header_box .is_desc {color:#6B7280;font-size:1.4rem}
.ws_latest_calendar_wrap .es_data_area .bs_list_box {overflow-y:auto;height:9rem;margin:0;padding:0}
.ws_latest_calendar_wrap .es_data_area .bs_list_box::-webkit-scrollbar {width:0.8rem;height:0.8rem;border-radius:0.4rem;background:#F0F0F0}
.ws_latest_calendar_wrap .es_data_area .bs_list_box::-webkit-scrollbar-thumb {border-radius:0.4rem;background:var(--webis_color)}
.ws_latest_calendar_wrap .es_data_area .bs_list_box .is_list_field {}
.ws_latest_calendar_wrap .es_data_area .bs_list_box .is_list_field a {display:flex;align-items:center;padding:1rem;border-bottom:1px solid #E5E7EB}
.ws_latest_calendar_wrap .es_data_area .bs_list_box .is_list_field .ss_text {display:block}
.ws_latest_calendar_wrap .es_data_area .bs_list_box .is_list_field .ss_text.ss_date {flex-shrink:0;color:var(--webis_color);font-weight:500}
.ws_latest_calendar_wrap .es_data_area .bs_list_box .is_list_field .ss_text.ss_year {}
.ws_latest_calendar_wrap .es_data_area .bs_list_box .is_list_field .ss_text.ss_month {margin-right:3px;color:var(--webis_color);font-weight:500}
.ws_latest_calendar_wrap .es_data_area .bs_list_box .is_list_field .ss_text.ss_day {}
.ws_latest_calendar_wrap .es_data_area .bs_list_box .is_list_field .ss_text.ss_start {}
.ws_latest_calendar_wrap .es_data_area .bs_list_box .is_list_field .ss_text.ss_end {}
.ws_latest_calendar_wrap .es_data_area .bs_list_box .is_list_field .ss_text.ss_title {overflow:hidden;display:-webkit-box;margin-left:1rem;color:#000;font-weight:500;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.ws_latest_calendar_wrap .es_data_area .bs_list_box .is_list_field .ss_text.ss_desc {overflow:hidden;display:-webkit-box;color:#777;font-size:1.5rem;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.ws_latest_calendar_wrap .es_data_area .bs_empty_box {line-height:9rem;text-align:center}

/* WEBIS > MAIN CONTAINER > MAIN CONTENT > LATEST > CALENDAR */
.ws_main_calendar_wrap {position:relative}
.ws_main_calendar_wrap .es_title_area {display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}
.ws_main_calendar_wrap .es_title_area .bs_title {color:#121212;font-size:3rem}
.ws_main_calendar_wrap .es_title_area .bs_button {width:3rem;height:3rem;border-radius:50%;background-color:#EEE;line-height:3rem;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) {
	.ws_latest_calendar_wrap {padding:2rem}
}

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

}

/* 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) {

}