@charset "utf-8";

/* ==================================================================================================== *
 *
 *     WEBIS THEME DESIGN STYLE SHEET - MAIN
 *     COPYRIGHT © WEBIS.KR ALL RIGHTS RESERVED.
 *
 * ==================================================================================================== */
 
/* WEBIS > MAIN CONTAINER > MAIN CONTENT > QUICK MENU */
.ws_quick_menu_wrap {margin-top:10rem}
.ws_quick_menu_wrap .es_title_area {margin-bottom:2rem}
.ws_quick_menu_wrap .es_title_area .bs_title {display:inline-block;vertical-align:bottom;color:#121212;font-size:3rem}
.ws_quick_menu_wrap .es_title_area .bs_desc {vertical-align:bottom;margin-left:1rem}
.ws_quick_menu_wrap .es_content_area {display:flex;flex-wrap:wrap;justify-content:space-between}
.ws_quick_menu_wrap .es_content_area .bs_list_box {width:16%}
.ws_quick_menu_wrap .es_content_area .bs_list_box a {display:block;padding:2rem 0;border-radius:1rem;border:1px solid #EEE;text-align:center;-moz-transition:all .3s;-ms-transition:all .3s;-webkit-transition:all .3s;transition:all .3s}
.ws_quick_menu_wrap .es_content_area .bs_list_box a .is_icon {display:inline-block;width:10rem;height:10rem;border-radius:4rem;background-color:#F5F5F5;background-image:url('../img/main/quick_icon.png');background-size:10rem;background-repeat:no-repeat}
.ws_quick_menu_wrap .es_content_area .bs_list_box a .is_icon01 {background-position:0 0}
.ws_quick_menu_wrap .es_content_area .bs_list_box a .is_icon02 {background-position:0 -10rem}
.ws_quick_menu_wrap .es_content_area .bs_list_box a .is_icon03 {background-position:0 -20rem}
.ws_quick_menu_wrap .es_content_area .bs_list_box a .is_icon04 {background-position:0 -30rem}
.ws_quick_menu_wrap .es_content_area .bs_list_box a .is_icon05 {background-position:0 -40rem}
.ws_quick_menu_wrap .es_content_area .bs_list_box a .is_icon06 {background-position:0 -50rem}
.ws_quick_menu_wrap .es_content_area .bs_list_box a .is_title {display:block;margin-top:1.5rem;color:#121212;font-weight:500;font-size:1.8rem}
.ws_quick_menu_wrap .es_content_area .bs_list_box a:hover .is_title {text-decoration:underline}

/* WEBIS > MAIN CONTAINER > MAIN CONTENT > LATEST */
.ws_main_latest_wrap {margin:10rem 0}

/* WEBIS > MAIN CONTAINER > MAIN CONTENT > LATEST > CUSTOMER CENTER */
.ws_customer_center_wrap {padding:3.7rem;border-radius:1rem;border:1px solid #EEE}
.ws_customer_center_wrap .es_title {display:block;margin-bottom:1.5rem;color:#121212;font-size:2.5rem}
.ws_customer_center_wrap .es_content_area {display:flex;flex-wrap:wrap}
.ws_customer_center_wrap .es_content_area .bs_cs_box {width:50%}
.ws_customer_center_wrap .es_content_area .bs_cs_box .is_tel {color:#121212;font-weight:bold;font-size:3rem}
.ws_customer_center_wrap .es_content_area .bs_cs_box .is_content_field {margin-top:2rem}
.ws_customer_center_wrap .es_content_area .bs_cs_box .is_content_field .ss_list {display:flex;flex-wrap:wrap;margin-top:1rem}
.ws_customer_center_wrap .es_content_area .bs_cs_box .is_content_field .ss_list .ks_label {flex-shrink:0;width:9rem;color:#121212;font-weight:500}
.ws_customer_center_wrap .es_content_area .bs_cs_box .is_content_field .ss_list .ks_desc {}
.ws_customer_center_wrap .es_content_area .bs_sns_box {width:50%;padding-left:4rem;border-left:1px solid #EEE}
.ws_customer_center_wrap .es_content_area .bs_sns_box .is_content_field {}
.ws_customer_center_wrap .es_content_area .bs_sns_box .is_content_field .ss_list {margin-bottom:1rem}
.ws_customer_center_wrap .es_content_area .bs_sns_box .is_content_field .ss_list:last-child {margin-bottom:0}
.ws_customer_center_wrap .es_content_area .bs_sns_box .is_content_field .ss_list a {display:flex;flex-wrap:wrap;align-items:center}
.ws_customer_center_wrap .es_content_area .bs_sns_box .is_content_field .ss_list a .ks_icon {flex-shrink:0;width:3rem;height:3rem;border-radius:3px;line-height:3rem;text-align:center}
.ws_customer_center_wrap .es_content_area .bs_sns_box .is_content_field .ss_list a .ks_title {width:calc(100% - 3rem);padding-left:1rem;color:#121212;font-weight:500}
.ws_customer_center_wrap .es_content_area .bs_sns_box .is_content_field .ss_list a:hover .ks_title {text-decoration:underline}

/* WEBIS > MAIN CONTAINER > MAIN CONTENT > LATEST > POPUPZONE */
.ws_popupzone_wrap {position:relative;margin-top:3rem}
.ws_popupzone_wrap .es_title {display:block;margin-bottom:1.5rem;color:#121212;font-size:2.5rem}
.ws_popupzone_wrap .es_content_area {}
.ws_popupzone_wrap .es_content_area .bs_list_box {margin-bottom:2rem}
.ws_popupzone_wrap .es_content_area .bs_list_box:last-child {margin-bottom:0}
.ws_popupzone_wrap .es_content_area .bs_list_box .is_image {width:100%;height:30rem;border-radius:1rem;object-fit:cover}
.ws_popupzone_wrap .es_content_area .bs_list_box img {max-width:100%; border-radius:1rem}

/* WEBIS > MAIN CONTAINER > MAIN CONTENT > LATEST > POPUPZONE > CONTROL */
.ws_popupzone_wrap .es_control_area {position:absolute;top:0;right:0;z-index:2}
.ws_popupzone_wrap .es_control_area .bs_content_box {display:flex;align-items:center;justify-content:flex-end;text-align:center}
.ws_popupzone_wrap .es_control_area .bs_content_box .is_fraction_field {margin-right:2rem;font-size:1.4rem}
.ws_popupzone_wrap .es_control_area .bs_content_box .is_fraction_field .ss_pagination_current {color:#000;font-weight:bold}
.ws_popupzone_wrap .es_control_area .bs_content_box .is_fraction_field .ss_pagination_total {}
.ws_popupzone_wrap .es_control_area .bs_content_box .is_button_field {width:1.6rem;height:2rem;background-color:#FFF;font-size:1.6rem;color:#555;line-height:2rem;text-align:center}
.ws_popupzone_wrap .es_control_area .bs_content_box .is_button_field.is_button_prev {}
.ws_popupzone_wrap .es_control_area .bs_content_box .is_button_field.is_button_next {}
.ws_popupzone_wrap .es_control_area .bs_content_box .is_button_field.is_button_pause {margin:0 1rem}
.ws_popupzone_wrap .es_control_area .bs_content_box .is_button_field.is_button_play {display:none}
.ws_popupzone_wrap .es_control_area .bs_content_box .is_button_field .ss_icon {}

/* WEBIS > MAIN CONTAINER > MAIN CONTENT > LATEST(GALLERY) */
.ws_main_latest_gallery_wrap {margin:10rem 0}


/* ==================================================================================================== *
 *
 *     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_quick_menu_wrap .es_content_area .bs_list_box a .is_icon {width:8rem;height:8rem;background-size:8rem}
	.ws_quick_menu_wrap .es_content_area .bs_list_box a .is_icon02 {background-position:0 -8rem}
	.ws_quick_menu_wrap .es_content_area .bs_list_box a .is_icon03 {background-position:0 -16rem}
	.ws_quick_menu_wrap .es_content_area .bs_list_box a .is_icon04 {background-position:0 -24rem}
	.ws_quick_menu_wrap .es_content_area .bs_list_box a .is_icon05 {background-position:0 -32rem}
	.ws_quick_menu_wrap .es_content_area .bs_list_box a .is_icon06 {background-position:0 -40rem}
	
	.ws_customer_center_wrap {margin-top:3rem}
}

/* WEBIS MEDIA QUERIES SM (768px) DOWN (MAX) */
@media all and (max-width:767.98px) {
	.ws_quick_menu_wrap .es_content_area .bs_list_box a {border-radius:0;border:0}
}

/* WEBIS MEDIA QUERIES SS (640px) DOWN (MAX) */
@media all and (max-width:639.98px) {
	.ws_quick_menu_wrap {margin-top:7rem}
	.ws_quick_menu_wrap .es_title_area .bs_title {font-size:2.5rem}
	.ws_quick_menu_wrap .es_title_area .bs_desc {display:none}
	.ws_quick_menu_wrap .es_content_area .bs_list_box {width:33.333%}
	
	.ws_main_latest_wrap {margin:7rem 0}
	
	.ws_main_latest_gallery_wrap {margin:7rem 0}
}

/* WEBIS MEDIA QUERIES 2SS (480px) DOWN (MAX) */
@media all and (max-width:479.98px) {
	.ws_customer_center_wrap {padding:3rem}
	.ws_customer_center_wrap .es_content_area .bs_cs_box {width:100%}
	.ws_customer_center_wrap .es_content_area .bs_sns_box {width:100%;margin-top:3rem;padding-left:0;border-left:0}
	.ws_customer_center_wrap .es_content_area .bs_sns_box .is_content_field {display:flex;flex-wrap:wrap}
	.ws_customer_center_wrap .es_content_area .bs_sns_box .is_content_field .ss_list {width:50%}
}

/* 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) {
	.ws_customer_center_wrap {padding:3.7rem 2.5rem}
	.ws_customer_center_wrap .es_content_area .bs_cs_box {width:58%}
	.ws_customer_center_wrap .es_content_area .bs_sns_box {width:42%;padding-left:2rem}
	
	.ws_popupzone_wrap .es_content_area .bs_list_box .is_image {height:23.5rem}
}

/* WEBIS MEDIA QUERIES LG (1280px ~ 1439.98px) ONLY */
@media all and (min-width:1280px) and (max-width:1439.98px) {
	.ws_popupzone_wrap .es_content_area .bs_list_box .is_image {height:23.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) {

}