@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:5rem 0}
.ws_main_title_wrap {margin-bottom:7rem;text-align:center}
.ws_main_title_wrap .es_title {color:#000;font-size:4.5rem}
.ws_main_title_wrap .es_title .bs_point {color:var(--webis_color)}
.ws_main_title_wrap .es_desc {color:#333}

/* WEBIS THEME DESIGN : MAIN > MAP */
.ws_main_map_wrap {}
.ws_main_map_wrap .es_title {color:#000;font-size:4.5rem;text-align:center}
.ws_main_map_wrap .es_content_area {}
.ws_main_map_wrap .es_content_area .bs_sub_title {margin-bottom:1rem;color:#000;font-weight:600;font-size:1.7rem}
.ws_main_map_wrap .es_content_area .bs_sub_title .is_point {color:var(--webis_color)}
.ws_main_map_wrap .es_content_area .bs_tab_box {}
.ws_main_map_wrap .es_content_area .bs_tab_box .is_content_field {overflow:auto}
.ws_main_map_wrap .es_content_area .bs_tab_box .is_content_field::-webkit-scrollbar {display:none}
.ws_main_map_wrap .es_content_area .bs_tab_box .is_content_field .ss_list_zone {margin-bottom:1rem}
.ws_main_map_wrap .es_content_area .bs_tab_box .is_content_field .ss_list_zone.active {}
.ws_main_map_wrap .es_content_area .bs_tab_box .is_content_field .ss_list_zone .ks_button {position:relative;width:100%;padding:1.5rem;border-radius:1rem;border:2px solid transparent;background-color:#F8F8F8;text-align:left;transition:all .3s}
.ws_main_map_wrap .es_content_area .bs_tab_box .is_content_field .ss_list_zone .ks_button:hover {box-shadow:0 0.4rem 1.2rem rgba(122,122,122,.12);background-color:#FFF;color:var(--webis_color);font-weight:bold}
.ws_main_map_wrap .es_content_area .bs_tab_box .is_content_field .ss_list_zone.active .ks_button {border-color:var(--webis_color_teal);background-color:#FFF;color:var(--webis_color_teal);font-weight:bold}
.ws_main_map_wrap .es_content_area .bs_map_box {}
.ws_main_map_wrap .es_content_area .bs_map_box .is_content_field {height:59rem;text-align:center}
.ws_main_map_wrap .es_content_area .bs_map_box .is_content_field img {max-width:100%;max-height:100%}
.ws_main_map_wrap .es_content_area .bs_content_box {}
.ws_main_map_wrap .es_content_area .bs_content_box .is_content_field {overflow-y:auto;height:56rem;padding:0 2rem;border-radius:1rem;background-color:#F8F8F8}
.ws_main_map_wrap .es_content_area .bs_content_box .is_content_field .ss_list_zone {padding:2rem 0}
.ws_main_map_wrap .es_content_area .bs_content_box .is_content_field .ss_list_zone a {display:block}
.ws_main_map_wrap .es_content_area .bs_content_box .is_content_field .ss_list_zone a .ks_title {display:block;margin-bottom:1rem;color:#000;font-weight:600}
.ws_main_map_wrap .es_content_area .bs_content_box .is_content_field .ss_list_zone a .ks_title i {display:inline-block;width:2.2rem;height:2.2rem;border-radius:50%;background-color:#000;color:#FFF;font-size:1.2rem;line-height:2.2rem;text-align:center;vertical-align:middle;opacity:0}
.ws_main_map_wrap .es_content_area .bs_content_box .is_content_field .ss_list_zone:hover a .ks_title i {opacity:1}
.ws_main_map_wrap .es_content_area .bs_content_box .is_content_field .ss_list_zone:hover a .ks_title {text-decoration:underline}
.ws_main_map_wrap .es_content_area .bs_content_box .is_content_field .ss_list_zone a .ks_desc {display:flex;gap:1rem}
.ws_main_map_wrap .es_content_area .bs_content_box .is_content_field .ss_list_zone a .ks_desc p {overflow:hidden;display:-webkit-box;font-size:1.5rem;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.ws_main_map_wrap .es_content_area .bs_content_box .is_content_field .ss_list_zone a .ks_desc p.ks_tel {flex-shrink:0}
.ws_main_map_wrap .es_content_area .bs_content_box .is_content_field .ss_list_zone a .ks_desc p.ks_add {}
.ws_main_map_wrap .es_content_area .bs_content_box .is_content_field .ss_list_zone a .ks_desc p i {color:#DDD;font-size:2rem;vertical-align:middle}

/* WEBIS THEME DESIGN : MAIN > INFO */
.ws_main_info_wrap {padding:7rem 0 5rem 0;background-color:rgba(var(--webis_color_rgb),.05)}
.ws_main_info_wrap .ws_main_title_wrap {display:flex;justify-content:center;align-items:center;gap:2rem;margin-bottom:3rem}
.ws_main_info_wrap .ws_main_title_wrap .es_image_area {margin-top:-3rem}
.ws_main_info_wrap .ws_main_title_wrap .es_image_area img {max-width:100%}
.ws_main_info_wrap .ws_main_title_wrap .es_title .bs_point .is_point {position:relative;padding-top:2rem}
.ws_main_info_wrap .ws_main_title_wrap .es_title .bs_point .is_point:before {content:'';display:block;position:absolute;top:0;left:50%;width:0.8rem;height:0.8rem;border-radius:50%;background-color:var(--webis_color);transform:translateX(-50%)}
.ws_main_info_wrap .swiper .swiper-button-prev,
.ws_main_info_wrap .swiper .swiper-button-next {display:flex;align-items:center;justify-content:center;position:absolute;top:50%;width:5rem;height:5rem;margin-top:0;border-radius:50%;background-color:rgba(0,0,0,.4);color:#FFF;cursor:pointer;transform:translateY(-50%);z-index:10}
.ws_main_info_wrap .swiper .swiper-button-prev {left:0}
.ws_main_info_wrap .swiper .swiper-button-prev:after {font-size:3rem;font-family:'xeicon';content:'\e93c'}
.ws_main_info_wrap .swiper .swiper-button-next {right:0}
.ws_main_info_wrap .swiper .swiper-button-next:after {font-size:3rem;font-family:'xeicon';content:'\e93f'}
.ws_main_info_wrap .swiper .swiper-button-prev.swiper-button-disabled,
.ws_main_info_wrap .swiper .swiper-button-next.swiper-button-disabled {opacity:.35}
.ws_main_info_wrap .es_content_area {padding:0 7rem}
.ws_main_info_wrap .es_content_area .bs_list_box {padding:2rem 0}
.ws_main_info_wrap .es_content_area .bs_list_box a {display:block;padding:3rem 0;border-radius:4rem;box-shadow:0 0.4rem 1.2rem rgba(var(--webis_color_700_rgb),.05);background-color:#FFF;text-align:center;transition:all .3s}
.ws_main_info_wrap .es_content_area .bs_list_box a:hover {box-shadow:0 0.4rem 2rem rgba(var(--webis_color_700_rgb),.12)}
.ws_main_info_wrap .es_content_area .bs_list_box a .is_icon {display:inline-block;width:10rem;height:10rem;border-radius:50%;background-color:#F8F8F8;background-image:url('../img/main/info_icon.png');background-size:10rem;background-repeat:no-repeat}
.ws_main_info_wrap .es_content_area .bs_list_box a .is_icon01 {background-position:0 0}
.ws_main_info_wrap .es_content_area .bs_list_box a .is_icon02 {background-position:0 -10rem}
.ws_main_info_wrap .es_content_area .bs_list_box a .is_icon03 {background-position:0 -20rem}
.ws_main_info_wrap .es_content_area .bs_list_box a .is_icon04 {background-position:0 -30rem}
.ws_main_info_wrap .es_content_area .bs_list_box a .is_icon05 {background-position:0 -40rem}
.ws_main_info_wrap .es_content_area .bs_list_box a .is_icon06 {background-position:0 -50rem}
.ws_main_info_wrap .es_content_area .bs_list_box a .is_icon07 {background-position:0 -60rem}
.ws_main_info_wrap .es_content_area .bs_list_box a .is_icon08 {background-position:0 -70rem}
.ws_main_info_wrap .es_content_area .bs_list_box a .is_icon09 {background-position:0 -80rem}
.ws_main_info_wrap .es_content_area .bs_list_box a .is_icon10 {background-position:0 -90rem}
.ws_main_info_wrap .es_content_area .bs_list_box a .is_icon11 {background-position:0 -100rem}
.ws_main_info_wrap .es_content_area .bs_list_box a .is_icon12 {background-position:0 -110rem}
.ws_main_info_wrap .es_content_area .bs_list_box a .is_title {display:block;margin-top:1rem;color:#000;font-weight:600;font-size:1.8rem}
.ws_main_info_wrap .es_content_area .bs_list_box a:hover .is_title {text-decoration:underline}

/* WEBIS THEME DESIGN : MAIN > LATEST GALLERY */
.ws_main_latest_gallery_wrap {}
.ws_main_latest_gallery_wrap .es_latest_area {}

/* WEBIS THEME DESIGN : MAIN > SNS */
.ws_main_sns_wrap {margin-top:3rem}
.ws_main_sns_wrap .es_title_area {display:flex;justify-content:space-between;align-items:center}
.ws_main_sns_wrap .es_title_area .bs_title {color:#000;font-size:1.8rem}
.ws_main_sns_wrap .es_title_area .bs_title .is_point {position:relative;color:var(--webis_color);font-size:3rem}
.ws_main_sns_wrap .es_title_area .bs_title .is_point:before {content:'#';position:absolute;top:-1.5rem;left:-1.2rem;color:rgba(var(--webis_color_rgb),.1);font-size:5rem;line-height:1;z-index:-1}
.ws_main_sns_wrap .es_title_area .bs_image_box {position:relative;padding-right:5rem}
.ws_main_sns_wrap .es_title_area .bs_image_box img {max-width:100%}
.ws_main_sns_wrap .es_title_area .bs_image_box .is_device {}
.ws_main_sns_wrap .es_title_area .bs_image_box .is_heart01 {animation:sns_heart1 1.25s infinite ease-in-out running;position:absolute;top:0;left:-5rem}
.ws_main_sns_wrap .es_title_area .bs_image_box .is_heart02 {animation:sns_heart2 0.75s infinite ease-in-out running;position:absolute;top:0;left:-6rem}
.ws_main_sns_wrap .es_title_area .bs_image_box .is_heart03 {animation:sns_heart3 1.75s infinite ease-in-out running;position:absolute;top:0;left:-5rem}
.ws_main_sns_wrap .es_content_area {display:flex;justify-content:center;align-items:center;gap:1rem 3rem;padding:1.5rem 1rem;border-radius:1rem;background-color:#F8F8F8}
.ws_main_sns_wrap .es_content_area .bs_list_box {position:relative}
.ws_main_sns_wrap .es_content_area .bs_list_box:after {content:'';display:block;position:absolute;top:50%;left:calc(100% + 1.5rem);width:1px;height:1.4rem;border-right:2px dotted #CCC;transform:translateY(-50%)}
.ws_main_sns_wrap .es_content_area .bs_list_box:last-child:after {border-right:none}
.ws_main_sns_wrap .es_content_area .bs_list_box a {display:flex;align-items:center;gap:1rem}
.ws_main_sns_wrap .es_content_area .bs_list_box a .is_icon {font-size:3rem}
.ws_main_sns_wrap .es_content_area .bs_list_box a .is_label {color:#000;font-weight:500;line-height:1.2}
.ws_main_sns_wrap .es_content_area .bs_list_box:hover a .is_label {text-decoration:underline}

@keyframes sns_heart1 {
	0% {transform:rotate(20deg);opacity:0}
	50% {transform:rotate(-20deg);opacity:1}
	100% {top:-2.5rem;transform:rotate(20deg);opacity:0}
}

@keyframes sns_heart2 {
	0% {transform:rotate(20deg);opacity:0}
	50% {transform:rotate(-20deg);opacity:1}
	100% {top:-2.5rem;transform:rotate(20deg);opacity:0}
}

@keyframes sns_heart3 {
	0% {transform:rotate(20deg);opacity:0}
	50% {transform:rotate(-20deg);opacity:1}
	100% {top:-2.5rem;transform:rotate(20deg);opacity:0;transform:rotate(20deg);opacity: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) {
	.ws_main_map_wrap .es_title {margin-bottom:3rem;font-family:GmarketSans, sans-serif}
	.ws_main_map_wrap .es_title .is_point {color:var(--webis_color)}
	.ws_main_map_wrap .es_content_area .bs_tab_box {margin-bottom:3rem}
	.ws_main_map_wrap .es_content_area .bs_tab_box .is_content_field {display:flex;gap:0.5rem}
}

/* WEBIS MEDIA QUERIES MD (1024px) DOWN (MAX) */
@media all and (max-width:1023.98px) {
	.ws_main_title_wrap .es_title {font-size:3.5rem}
	
	.ws_main_info_wrap .ws_main_title_wrap .es_image_area {max-width:15rem}
	
	.ws_main_map_wrap .es_title {font-size:3.5rem}
}

/* WEBIS MEDIA QUERIES SM (768px) DOWN (MAX) */
@media all and (max-width:767.98px) {
	.ws_main_title_wrap .es_title {font-size:2.5rem}
	
	.ws_main_info_wrap .ws_main_title_wrap {flex-direction:column}
	
	.ws_main_map_wrap .es_title {font-size:2.5rem}
	.ws_main_map_wrap .es_content_area .bs_content_box {margin-top:3rem}
}

/* WEBIS MEDIA QUERIES SS (640px) DOWN (MAX) */
@media all and (max-width:639.98px) {
	.ws_main_sns_wrap .es_content_area {flex-wrap:wrap}
}

/* 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) {
	.ws_main_common_wrap {margin:10rem 0}
	
	.ws_main_map_wrap .es_content_area {display:flex;flex-wrap:wrap}
	.ws_main_map_wrap .es_content_area .bs_tab_box {width:100%}
	.ws_main_map_wrap .es_content_area .bs_map_box {width:50%}
	.ws_main_map_wrap .es_content_area .bs_content_box {width:50%}
	
	.ws_main_info_wrap {padding:10rem 0}
}

/* WEBIS MEDIA QUERIES MD (1024px) UP (MIN) */
@media all and (min-width:1024px) {
	.ws_main_title_wrap .es_desc {font-size:1.8rem}
}

/* WEBIS MEDIA QUERIES LG (1280px) UP (MIN) */
@media all and (min-width:1280px) {
	.ws_main_map_wrap .es_title {display:inline-block;position:relative;margin-left:7rem;padding:1.5rem 3rem;border-radius:2rem 2rem 0 0;background-color:#F8F8F8;font-size:1.8rem}
	.ws_main_map_wrap .es_title:before {content:'';display:block;position:absolute;right:100%;bottom:0;width:3.5rem;height:2.6rem;background-image:url('../img/main/map_title_bg_left.png');background-position:right bottom;background-size:contain;background-repeat:no-repeat}
	.ws_main_map_wrap .es_title:after {content:'';display:block;position:absolute;bottom:0;left:100%;width:3.5rem;height:2.6rem;background-image:url('../img/main/map_title_bg_right.png');background-position:left bottom;background-size:contain;background-repeat:no-repeat}
	.ws_main_map_wrap .es_content_area .bs_tab_box {width:20%;padding:3rem;border-radius:2rem 0 0 2rem;background-color:#F8F8F8}
	.ws_main_map_wrap .es_content_area .bs_tab_box .is_content_field {overflow:auto;max-height:56rem}
	.ws_main_map_wrap .es_content_area .bs_tab_box .is_content_field::-webkit-scrollbar {display:none}
	.ws_main_map_wrap .es_content_area .bs_tab_box .is_content_field .ss_list_zone {margin-bottom:1rem}
	.ws_main_map_wrap .es_content_area .bs_tab_box .is_content_field .ss_list_zone .ks_button {background-color:rgba(255,255,255,.5)}
	.ws_main_map_wrap .es_content_area .bs_tab_box .is_content_field .ss_list_zone .ks_button:after {content:'\e93f';position:absolute;top:50%;right:1.5rem;font-size:2rem;font-family:'xeicon';transform:translateY(-50%)}
	.ws_main_map_wrap .es_content_area .bs_map_box {width:40%;padding:3rem;border-radius:0 2rem 2rem 0;background-color:#F8F8F8}
	.ws_main_map_wrap .es_content_area .bs_content_box {width:40%;padding:3rem;border-radius:2rem;background-color:#F8F8F8}
	.ws_main_map_wrap .es_content_area .bs_content_box .is_content_field {background-color:#FFF}
}

/* 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_main_sns_wrap .es_content_area .bs_list_box a .is_icon {font-size:2rem}
	.ws_main_sns_wrap .es_content_area .bs_list_box a .is_label {font-size:1.4rem}
}

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

}