@charset "utf-8";

/* ==================================================================================================== *
 *
 *     WEBIS THEME DESIGN STYLE SHEET - MAIN
 *     COPYRIGHT © WEBIS.KR ALL RIGHTS RESERVED.
 *
 * ==================================================================================================== */
 
/* WEBIS THEME DESIGN : MAIN > COMMON */
.ws_main_common_wrap {margin:10rem 0}
.ws_main_title_wrap {margin-bottom:5rem;text-align:center}
.ws_main_title_wrap .es_label {display:block;margin-bottom:1rem;color:var(--webis_color);font-weight:bold;font-size:2.2rem}
.ws_main_title_wrap .es_title {color:#000;font-weight:normal;font-size:3.5rem;line-height:1.3}
.ws_main_title_wrap .es_title .bs_point {font-weight:bold}

/* WEBIS THEME DESIGN : MAIN > CUSTOMER CENTER */
.ws_main_customer_center_wrap {margin:5rem 0}
.ws_main_customer_center_wrap .es_quick_menu_area {}
.ws_main_customer_center_wrap .es_quick_menu_area .bs_list_box {display:flex;gap:3rem}
.ws_main_customer_center_wrap .es_quick_menu_area .bs_list_box .is_list_field {flex:1;border:1px solid #DDD;border-radius:1rem;text-align:center;transition:all .3s}
.ws_main_customer_center_wrap .es_quick_menu_area .bs_list_box .is_list_field:hover {border:1px solid #000}
.ws_main_customer_center_wrap .es_quick_menu_area .bs_list_box .is_list_field a {display:block;padding:2rem 0.5rem}
.ws_main_customer_center_wrap .es_quick_menu_area .bs_list_box .is_list_field a .ss_icon {display:inline-block;width:8rem;height:8rem;background-image:url('../img/main/quick_icon.png');background-repeat:no-repeat;background-position:center;background-size:cover}
.ws_main_customer_center_wrap .es_quick_menu_area .bs_list_box .is_list_field a .ss_icon.ss_icon01 {background-position:0 0}
.ws_main_customer_center_wrap .es_quick_menu_area .bs_list_box .is_list_field a .ss_icon.ss_icon02 {background-position:0 -8rem}
.ws_main_customer_center_wrap .es_quick_menu_area .bs_list_box .is_list_field a .ss_icon.ss_icon03 {background-position:0 -16rem}
.ws_main_customer_center_wrap .es_quick_menu_area .bs_list_box .is_list_field a .ss_icon.ss_icon04 {background-position:0 -24rem}
.ws_main_customer_center_wrap .es_quick_menu_area .bs_list_box .is_list_field a .ss_title {display:block;color:#000;font-weight:600}
.ws_main_customer_center_wrap .es_cs_area {padding:2.5rem;border-radius:1rem;background-color:#F8F8F8;background-image:url('../img/main/cs_icon.png');background-position:center right 2rem;background-repeat:no-repeat}
.ws_main_customer_center_wrap .es_cs_area .bs_title {color:#000}
.ws_main_customer_center_wrap .es_cs_area .bs_tel {display:block;font-weight:bold;font-size:3rem;line-height:1.2}
.ws_main_customer_center_wrap .es_cs_area .bs_text {font-size:1.6rem}

/* WEBIS THEME DESIGN : MAIN > LATEST GALLERY */
.ws_main_gallery_wrap {}
.ws_main_gallery_wrap .es_title_area {margin-bottom:0;text-align:left}
.ws_main_gallery_wrap .es_title_area .bs_image_box {margin-bottom:1rem}
.ws_main_gallery_wrap .es_title_area .bs_image_box img {max-width:100%;max-height:100%}
.ws_main_gallery_wrap .es_button_area {display:flex;justify-content:space-between;gap:1rem}
.ws_main_gallery_wrap .es_button_area .bs_content_box {flex:1;margin-top:2rem;border-radius:1rem;background-color:var(--webis_color);transition:all .3s}
.ws_main_gallery_wrap .es_button_area .bs_content_box:nth-child(1) {background-color:var(--webis_color_like_500)}
.ws_main_gallery_wrap .es_button_area .bs_content_box:hover {background-color:var(--webis_color_600)}
.ws_main_gallery_wrap .es_button_area .bs_content_box .is_link_field {display:flex;align-items:center;position:relative;padding:2rem;color:#FFF}
.ws_main_gallery_wrap .es_button_area .bs_content_box .is_link_field:before {content:'\e90b';position:absolute;right:2rem;font-weight:bold;font-family:'xeicon'}
.ws_main_gallery_wrap .es_button_area .bs_content_box .is_link_field .ss_icon {display:inline-block;margin-right:1rem;font-size:2.5rem}
.ws_main_gallery_wrap .es_button_area .bs_content_box .is_link_field .ss_text {}

/* WEBIS THEME DESIGN : MAIN > BUSINESS */
.ws_main_business_wrap {}
.ws_main_business_wrap .es_content_area {}
.ws_main_business_wrap .es_content_area .bs_business_box {}
.ws_main_business_wrap .es_content_area .bs_business_box .is_list_field {}
.ws_main_business_wrap .es_content_area .bs_business_box .is_list_field a {overflow:hidden;display:block;position:relative}
.ws_main_business_wrap .es_content_area .bs_business_box .is_list_field a:before {content:'';position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;border-radius:1rem;background:linear-gradient(to top, rgba(0,0,0,.7), transparent)}
.ws_main_business_wrap .es_content_area .bs_business_box .is_list_field a:hover:before {background:linear-gradient(to top, rgba(0,0,0,.9), transparent)}
.ws_main_business_wrap .es_content_area .bs_business_box .is_list_field a .ss_image_zone {overflow:hidden;display:block;position:relative;height:40rem;border-radius:1rem}
.ws_main_business_wrap .es_content_area .bs_business_box .is_list_field a .ss_image_zone img {width:100%;height:100%;object-fit:cover;transition:all .8s}
.ws_main_business_wrap .es_content_area .bs_business_box .is_list_field a:hover .ss_image_zone img {transform:scale(1.1)}
.ws_main_business_wrap .es_content_area .bs_business_box .is_list_field a .ss_text_zone {position:absolute;bottom:0;left:0;z-index:2;width:100%;padding:3rem;color:#FFF;transform:translateY(0)}
.ws_main_business_wrap .es_content_area .bs_business_box .is_list_field a:hover .ss_text_zone {transform:translateY(-2rem);transition:all .8s}
.ws_main_business_wrap .es_content_area .bs_business_box .is_list_field a .ss_text_zone .ks_title {display:block;font-size:2.2rem}
.ws_main_business_wrap .es_content_area .bs_business_box .is_list_field a .ss_text_zone .ks_desc {height:0;opacity:0}

/* WEBIS THEME DESIGN : MAIN > LATEST */
.ws_main_latest_tab_wrap {}

/* WEBIS THEME DESIGN : MAIN > LATEST PRODUCT */
.ws_main_product_wrap {overflow:hidden;position:relative;padding:10rem 0;background-color:rgba(var(--webis_color_rgb),.05)}
.ws_main_product_wrap:before {content:'SEOWON SENIOR WELFARE CENTER';position:absolute;bottom:0;left:1rem;color:rgba(var(--webis_color_rgb),.06);font-weight:bold;font-size:10rem;line-height:1;letter-spacing:-0.5rem;z-index:-1}


/* ==================================================================================================== *
 *
 *     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) {
	.ws_main_customer_center_wrap .es_cs_area {background-size:7rem}
	
	.ws_main_gallery_wrap .es_title_area .bs_image_box {height:13.7rem}
}

/* 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) {
	.ws_main_title_wrap .es_title {font-size:3rem}
	
	.ws_main_customer_center_wrap .es_quick_menu_area .bs_list_box {gap:1rem}
	
	.ws_main_gallery_wrap .es_title_area {text-align:center}
}

/* WEBIS MEDIA QUERIES SM (768px) DOWN (MAX) */
@media all and (max-width:767.98px) {
	.ws_main_common_wrap {margin:5rem 0}
	.ws_main_title_wrap .es_title {font-size:2.5rem}
	
	.ws_main_customer_center_wrap .es_quick_menu_area .bs_list_box .is_list_field a .ss_icon {width:5rem;height:5rem}
	.ws_main_customer_center_wrap .es_quick_menu_area .bs_list_box .is_list_field a .ss_icon.ss_icon02 {background-position:0 -5rem}
	.ws_main_customer_center_wrap .es_quick_menu_area .bs_list_box .is_list_field a .ss_icon.ss_icon03 {background-position:0 -10rem}
	.ws_main_customer_center_wrap .es_quick_menu_area .bs_list_box .is_list_field a .ss_icon.ss_icon04 {background-position:0 -15rem}
	
	.ws_main_business_wrap .es_content_area .bs_business_box .is_list_field a .ss_image_zone {height:20rem}
}

/* 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) {
	.ws_main_customer_center_wrap .es_quick_menu_area .bs_list_box {gap:1rem}
	.ws_main_customer_center_wrap .es_quick_menu_area .bs_list_box .is_list {flex-basis:47%}
	
	.ws_main_business_wrap .es_content_area .bs_business_box .is_list_field a .ss_text_zone {transform:translateY(0)}
	.ws_main_business_wrap .es_content_area .bs_business_box .is_list_field a .ss_text_zone .ks_title {font-size:2rem}
	.ws_main_business_wrap .es_content_area .bs_business_box .is_list_field a .ss_text_zone .ks_desc {display:none}
}

/* 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) {
	.ws_main_customer_center_wrap .es_quick_menu_area .bs_list_box .is_list_field a .ss_title {font-size:2rem}
	
	.ws_main_business_wrap .es_content_area .bs_business_box .is_list_field a:hover .ss_text_zone .ks_desc {height:100%;margin-top:1.5rem;opacity:1;transition:opacity .8s}
}

/* 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) {
	.ws_main_gallery_wrap .es_title_area .bs_image_box {margin-bottom:2rem}
}

/* 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) {
	.ws_main_customer_center_wrap .es_cs_area .bs_tel {font-size:3rem}
	.ws_main_customer_center_wrap .es_cs_area .bs_text {font-size:1.6rem}
}

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

}