@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:3rem 0}
.ws_main_title {color:#000;font-size:2rem}

/* WEBIS THEME DESIGN : MAIN > QUICK MENU */
.ws_quick_menu_wrap {position:relative;padding:3rem;border-radius:2rem;background-color:#F8F8F8;background-image:url('../img/main/quick_manu_bg.png');background-position:center;background-size:cover;background-repeat:no-repeat}
.ws_quick_menu_wrap .es_title {color:#FFF}
.ws_quick_menu_wrap .es_desc {color:#FFF}
.ws_quick_menu_wrap .es_content_area {display:flex;flex-wrap:wrap;gap:0.5rem;position:relative;z-index:1;margin-top:2rem}
.ws_quick_menu_wrap .es_content_area .bs_list_box {position:relative;width:100%;height:4.5rem;border-radius:5px;border:1px solid #DDD;background-color:#FFF;line-height:4.5rem;transition:all .3s}
.ws_quick_menu_wrap .es_content_area .bs_list_box:hover {border-color:var(--webis_color_indigo);background-color:var(--webis_color_indigo_50)}
.ws_quick_menu_wrap .es_content_area .bs_list_box:hover:after {content:'\e90b';position:absolute;top:50%;right:2rem;color:var(--webis_color_indigo);font-family:'xeicon';transform:translateY(-50%)}
.ws_quick_menu_wrap .es_content_area .bs_list_box a {display:block;padding:0 2rem}
.ws_quick_menu_wrap .es_content_area .bs_list_box a .is_title {color:#000;font-weight:500}

/* WEBIS THEME DESIGN : MAIN > CUSTOMER CENTER */
.ws_customer_center_wrap {position:relative;padding:3rem;border-radius:2rem;background-color:rgba(var(--webis_color_rgb),.06)}
.ws_customer_center_wrap .es_title_area {flex-shrink:0}
.ws_customer_center_wrap .es_title_area .bs_title {}
.ws_customer_center_wrap .es_title_area .bs_tel {color:var(--webis_color);font-weight:900;font-size:2.5rem}
.ws_customer_center_wrap .es_title_area .bs_icon_box {display:flex;gap:2rem}
.ws_customer_center_wrap .es_title_area .bs_icon_box span {}
.ws_customer_center_wrap .es_title_area .bs_icon_box span img {max-width:100%}
.ws_customer_center_wrap .es_title_area .bs_icon_box .is_icon01 {}
.ws_customer_center_wrap .es_title_area .bs_icon_box .is_icon02 {display:flex;justify-content:center;align-items:center;position:relative;width:5rem;height:5rem;border-radius:50%;box-shadow:0 0.4rem 1.2rem rgba(122,122,122,.12);background-color:#FFF}
.ws_customer_center_wrap .es_title_area .bs_icon_box .is_icon02:before {content:'';display:block;position:absolute;bottom:0;left:-0.4rem;border-top:1rem solid;border-right:1rem solid transparent;border-left:1rem solid transparent;color:#FFF;transform:rotate(45deg)}
.ws_customer_center_wrap .es_title_area .bs_icon_box .is_icon02 img {animation:tel_icon 2s 0s infinite linear;width:2.5rem;filter:brightness(0) saturate(100%) invert(13%) sepia(33%) saturate(5347%) hue-rotate(32deg) brightness(97%) contrast(101%)}
.ws_customer_center_wrap .es_info_area {font-size:1.4rem}
.ws_customer_center_wrap .es_info_area .bs_title {display:block;width:100%;color:var(--webis_color)}
.ws_customer_center_wrap .es_info_area .bs_list_box {display:flex;margin:1px 0}
.ws_customer_center_wrap .es_info_area .bs_list_box:last-child {margin-bottom:0}
.ws_customer_center_wrap .es_info_area .bs_list_box .is_label {width:7rem;color:#000;font-weight:500}
.ws_customer_center_wrap .es_info_area .bs_list_box .is_desc {}

@keyframes tel_icon {
	0% {transform:rotate(0deg);-webkit-transform:rotate(0deg)}
	2% {transform:rotate(-15deg);-webkit-transform:rotate(-15deg)}
	6% {transform:rotate(15deg);-webkit-transform:rotate(15deg)}
	8% {transform:rotate(0deg);-webkit-transform:rotate(0deg)}
	10% {transform:rotate(-15deg);-webkit-transform:rotate(-15deg)}
	14% {transform:rotate(15deg);-webkit-transform:rotate(15deg)}
	16%, 100% {transform:rotate(0deg); -webkit-transform:rotate(0deg)}
}

/* WEBIS THEME DESIGN : MAIN > QUICK BANNER */
.ws_quick_banner_wrap {display:flex;gap:2rem;padding:3rem;border-radius:2rem;background-color:rgba(var(--webis_color_emerald_rgb),.06)}
.ws_quick_banner_wrap .es_title_area {width:50%}
.ws_quick_banner_wrap .es_title_area .bs_title {}
.ws_quick_banner_wrap .es_title_area .bs_desc {margin-top:1rem}
.ws_quick_banner_wrap .es_content_area {width:50%}
.ws_quick_banner_wrap .es_content_area .bs_list_box {position:relative;border-bottom:1px solid #DDD}
.ws_quick_banner_wrap .es_content_area .bs_list_box:after {content:'';display:block;position:absolute;bottom:0;left:0;width:0;height:1px;background-color:var(--webis_color_emerald);transition:all .3s linear}
.ws_quick_banner_wrap .es_content_area .bs_list_box:hover:after {width:100%}
.ws_quick_banner_wrap .es_content_area .bs_list_box a {display:flex;justify-content:space-between;align-items:center;padding:1rem 0}
.ws_quick_banner_wrap .es_content_area .bs_list_box a .is_title {color:#000;font-weight:500}
.ws_quick_banner_wrap .es_content_area .bs_list_box a i {width:2.4rem;height:2.4rem;border-radius:50%;background-color:var(--webis_color_emerald);color:#FFF;line-height:2.4rem;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) {
	.ws_customer_center_wrap {margin-top:3rem}
}

/* WEBIS MEDIA QUERIES SM (768px) DOWN (MAX) */
@media all and (max-width:767.98px) {
	.ws_quick_banner_wrap {margin-bottom:3rem}
}

/* 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_customer_center_wrap .es_title_area .bs_icon_box {position:absolute;top:3rem;right:3rem}
	.ws_customer_center_wrap .es_title_area .bs_icon_box .is_icon01 img {width:7rem}
	.ws_customer_center_wrap .es_title_area .bs_icon_box .is_icon02 {display:none}
	.ws_customer_center_wrap .es_info_area {margin-top:2rem}
}

/* 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) {
	.ws_quick_menu_wrap .es_content_area .bs_list_box {width:calc(100% / 2 - (1 * 0.5rem / 2))}
}

/* WEBIS MEDIA QUERIES 2SS (480px) UP (MIN) */
@media all and (min-width:480px) {
	.ws_quick_menu_wrap .es_content_area .bs_list_box {width:calc(100% / 3 - (2 * 0.5rem / 3))}
	
	.ws_customer_center_wrap {display:flex;justify-content:space-between;align-items:center;gap:2rem}
	.ws_customer_center_wrap .es_title_area .bs_icon_box {margin-top:0.5rem}
}

/* 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) {
	.ws_quick_menu_wrap {height:28rem}
	
	.ws_customer_center_wrap {height:28rem}
}

/* 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_customer_center_wrap .es_title_area .bs_tel {font-size:3rem}
}

/* 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 3SS (360px ~ 479.98px) ONLY */
@media all and (min-width:360px) and (max-width:479.98px) {
	.ws_customer_center_wrap .es_info_area {display:flex;flex-wrap:wrap}
	.ws_customer_center_wrap .es_info_area .bs_list_box {width:50%}
}

/* 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 (640px ~ 1023.98px) ONLY */
@media all and (min-width:640px) and (max-width:1023.98px) {
	.ws_customer_center_wrap .es_title_area .bs_icon_box {display:none}
	.ws_customer_center_wrap .es_info_area {display:flex;flex-wrap:wrap;gap:0 2rem;width:60%}
	.ws_customer_center_wrap .es_info_area .bs_list_box {width:calc(100% / 2 - (1 * 2rem / 2))}
}

/* 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) {
	.ws_customer_center_wrap .es_title_area .bs_icon_box span img {width:9.5rem}
}

/* WEBIS MEDIA QUERIES LG (1280px ~ 1439.98px) ONLY */
@media all and (min-width:1280px) and (max-width:1439.98px) {
	.ws_customer_center_wrap .es_title_area .bs_tel {font-size:2rem}
	.ws_customer_center_wrap .es_title_area .bs_icon_box span img {width:9.5rem}
	.ws_customer_center_wrap .es_info_area {font-size:1.4rem}
	.ws_customer_center_wrap .es_info_area .bs_list_box .is_label {width:5rem}
}

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

}