@import url("../../../../event/skin/basic/css/style.css");

/* ==================================================================================================== *
 *
 *     WEBIS BLOCK STYLESHEET - INFO
 *     COPYRIGHT © WEBIS.KR ALL RIGHTS RESERVED.
 *
 * ==================================================================================================== */

/* ==================================================================================================== *
 *
 *     WEBIS BLOCK STYLESHEET - LIST
 *
 * ==================================================================================================== */

/* WEBIS BLOCK DESIGN : INFO > LIST */
.ws_info_list_wrap {margin-top:5rem;margin-bottom:10rem}

/* WEBIS BLOCK DESIGN : INFO > LIST > GRID */
.ws_info_list_grid_wrap {}

/* WEBIS BLOCK DESIGN : INFO > LIST > TAB */
.ws_info_list_tab_wrap {}
.ws_info_tab_wrap {display:flex;flex-wrap:wrap;align-content:flex-start;gap:1rem;margin-bottom:5rem}
.ws_info_tab_wrap .es_tab_button {display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0.4rem;width:calc(100% / 2 - (1 * 1rem / 2));min-height:6.5rem;padding:1.5rem 1rem;border-radius:1rem;box-shadow:0 1rem 1.5rem 0 rgba(87,87,87,.08);border:1px solid #E6E8EC;background-color:#FFF;text-align:center;transition:border-color 0.2s ease, background-color 0.2s ease}
.ws_info_tab_wrap .es_tab_button:hover {border-color:#CBD5E1}
.ws_info_tab_wrap .es_tab_button .bs_title {}
.ws_info_tab_wrap .es_tab_button .bs_sub {display:none;color:#667085;font-size:1.2rem}
.ws_info_tab_wrap .es_tab_button.tab_active {border-color:var(--webis_color);background:linear-gradient(135deg, var(--webis_color), var(--webis_color_600));color:#FFF}
.ws_info_tab_wrap .es_tab_button.tab_active .bs_sub {color:rgba(255,255,255,.82)}


/* ==================================================================================================== *
 *
 *     WEBIS BLOCK STYLESHEET - VIEW
 *
 * ==================================================================================================== */

/* WEBIS BLOCK DESIGN : INFO > VIEW */
.ws_info_view_wrap {margin-top:5rem;margin-bottom:10rem}
.ws_info_view_wrap .es_info_area {display:flex;flex-wrap:wrap;gap:5rem;margin-bottom:5rem;padding:3rem;border-radius:1rem;border:1px solid #E6E8EC;background-color:#FFF}
.ws_info_view_wrap .es_info_area .bs_image_box {overflow:hidden;width:100%;border-radius:1rem;border:1px solid #EEE}
.ws_info_view_wrap .es_info_area .bs_image_box img {display:block;width:100%;border-radius:1rem;aspect-ratio:1 / 1;object-fit:cover}
.ws_info_view_wrap .es_info_area .bs_text_box {width:100%}
.ws_info_view_wrap .es_info_area .bs_text_box .is_label {display:block;margin-bottom:1rem;color:#667085;font-size:1.3rem}
.ws_info_view_wrap .es_info_area .bs_text_box .is_title {color:#000;font-size:2.5rem}
.ws_info_view_wrap .es_info_area .bs_text_box .is_desc {margin-top:1rem}
.ws_info_view_wrap .es_info_area .bs_text_box .is_info_field {margin-top:2.5rem}
.ws_info_view_wrap .es_info_area .bs_text_box .is_info_field .ss_list_zone {display:flex;gap:2rem;padding:1.5rem 0;border-bottom:1px solid #E6E8EC}
.ws_info_view_wrap .es_info_area .bs_text_box .is_info_field .ss_list_zone:last-child {border-bottom:none}
.ws_info_view_wrap .es_info_area .bs_text_box .is_info_field .ss_list_zone .ks_label {flex-shrink:0;min-width:12rem;color:#667085;font-weight:600}
.ws_info_view_wrap .es_info_area .bs_text_box .is_info_field .ss_list_zone .ks_desc {flex:1}
.ws_info_view_wrap .es_section_area {margin-top:3rem;padding:3rem;border-radius:1rem;border:1px solid #E6E8EC}
.ws_info_view_wrap .es_section_area .bs_title {margin-bottom:2rem;color:#000;font-size:1.8rem}
.ws_info_view_wrap .es_section_area .bs_info_layout {display:flex;flex-direction:column}
.ws_info_view_wrap .es_section_area .bs_info_layout_row {display:grid;gap:0 2rem}
.ws_info_view_wrap .es_section_area .bs_info_layout_cols_1 {grid-template-columns:minmax(0,1fr)}
.ws_info_view_wrap .es_section_area .bs_info_layout_cols_2 {grid-template-columns:repeat(2,minmax(0,1fr))}
.ws_info_view_wrap .es_section_area .bs_info_layout_cols_3 {grid-template-columns:repeat(3,minmax(0,1fr))}
.ws_info_view_wrap .es_section_area .bs_info_layout_cols_4 {grid-template-columns:repeat(4,minmax(0,1fr))}
.ws_info_view_wrap .es_section_area .bs_info_layout_col {min-width:0}
.ws_info_view_wrap .es_section_area .bs_info_box {}
.ws_info_view_wrap .es_section_area .bs_info_box .is_list_field {display:flex;gap:2rem;padding:1.5rem 0;border-bottom:1px solid #E6E8EC}
.ws_info_view_wrap .es_section_area .bs_info_box .is_list_field:last-child {border-bottom:none}
.ws_info_view_wrap .es_section_area .bs_info_layout_col .is_list_field {display:flex;gap:2rem;padding:1.5rem 0;border-bottom:1px solid #E6E8EC}
.ws_info_view_wrap .es_section_area .bs_info_layout_col .is_list_field:last-child {border-bottom:none}
.ws_info_view_wrap .es_section_area .bs_info_box .is_list_field .ss_label,
.ws_info_view_wrap .es_section_area .bs_info_layout_col .is_list_field .ss_label {width:13rem;color:#667085;font-weight:600}
.ws_info_view_wrap .es_section_area .bs_info_box .is_list_field .ss_desc,
.ws_info_view_wrap .es_section_area .bs_info_layout_col .is_list_field .ss_desc {flex:1}
.ws_info_view_wrap .es_section_area .bs_info_box .is_list_field .ss_desc a {color:var(--webis_color_blue)}
.ws_info_view_wrap .es_section_area .bs_info_box .is_list_field .ss_desc a:hover {text-decoration:underline}
.ws_info_view_wrap .es_section_area .bs_info_layout_col .is_list_field .ss_desc a {color:var(--webis_color_blue)}
.ws_info_view_wrap .es_section_area .bs_info_layout_col .is_list_field .ss_desc a:hover {text-decoration:underline}
.ws_info_file_list {border-top:1px solid #E6E8EC}
.ws_info_file_list li {padding:1.5rem 0;border-bottom:1px solid #E6E8EC}


/* ==================================================================================================== *
 *
 *     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_info_view_wrap .es_section_area .bs_info_layout_row {grid-template-columns:minmax(0,1fr)}
	.ws_info_view_wrap .es_section_area .bs_info_box .is_list_field,
	.ws_info_view_wrap .es_section_area .bs_info_layout_col .is_list_field {display:block}
	.ws_info_view_wrap .es_section_area .bs_info_box .is_list_field .ss_label,
	.ws_info_view_wrap .es_section_area .bs_info_layout_col .is_list_field .ss_label {display:block;width:100%;margin-bottom:1rem}
	.ws_info_view_wrap .es_section_area .bs_info_box .is_list_field .ss_desc,
	.ws_info_view_wrap .es_section_area .bs_info_layout_col .is_list_field .ss_desc {display:block;width:100%}
}

/* 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) {
	.ws_info_tab_wrap .es_tab_button {width:calc(100% / 3 - (2 * 1rem / 3))}

	.ws_info_view_wrap .es_info_area {padding:4rem}
	.ws_info_view_wrap .es_info_area .bs_image_box {max-width:25rem}
	.ws_info_view_wrap .es_info_area .bs_text_box {flex:1}
}

/* WEBIS MEDIA QUERIES SM (768px) UP (MIN) */
@media all and (min-width:768px) {
	.ws_info_tab_wrap .es_tab_button {width:calc(100% / 5 - (4 * 1rem / 5))}
}

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

}
