@charset "utf-8";

/* ==================================================================================================== *
 *
 *     WEBIS THEME DESIGN STYLE SHEET - MAIN
 *     COPYRIGHT © WEBIS.KR ALL RIGHTS RESERVED.
 *
 * ==================================================================================================== */

/* WEBIS > MAIN CONTAINER > MAIN CONTENT > LATEST */
.ws_main_latest_wrap {padding:10rem 0}
.ws_main_latest_wrap .es_title_area {margin-bottom:10rem;text-align:center}
.ws_main_latest_wrap .es_title_area .bs_label {display:block;margin-bottom:1rem;font-weight:bold}
.ws_main_latest_wrap .es_title_area .bs_title {color:#121212;font-weight:600;font-size:4rem}
.ws_main_latest_wrap .es_title_area .bs_title .is_point {font-weight:bold}
.ws_main_latest_wrap .es_title_area .bs_desc {margin-top:1rem;font-size:2rem}

/* WEBIS > MAIN CONTAINER > MAIN CONTENT > TAB QUICK */
.ws_quick_wrap {}
.ws_quick_wrap .es_content_area {}
.ws_quick_wrap .es_content_area .bs_content_box {}
.ws_quick_wrap .es_content_area .bs_content_box .is_content_field {}
.ws_quick_wrap .es_content_area .bs_content_box .is_content_field .ss_list {}
.ws_quick_wrap .es_content_area .bs_content_box .is_content_field .ss_list .ks_link_zone {display:flex;flex-direction:column;justify-content:center;align-items:center;height:20rem;margin-bottom:2rem;padding:2rem;border:1px solid transparent;border-radius:1rem;background-color:#EEE}
.ws_quick_wrap .es_content_area .bs_content_box .is_content_field .ss_list:nth-child(1) .ks_link_zone {background-color:rgba(var(--webis_color_red_rgb),0.05)}
.ws_quick_wrap .es_content_area .bs_content_box .is_content_field .ss_list:nth-child(2) .ks_link_zone {background-color:rgba(var(--webis_color_yellow_rgb),0.08)}
.ws_quick_wrap .es_content_area .bs_content_box .is_content_field .ss_list:nth-child(3) .ks_link_zone {background-color:rgba(var(--webis_color_lime_rgb),0.08)}
.ws_quick_wrap .es_content_area .bs_content_box .is_content_field .ss_list:nth-child(4) .ks_link_zone {background-color:rgba(var(--webis_color_blue_rgb),0.05)}
.ws_quick_wrap .es_content_area .bs_content_box .is_content_field .ss_list .ks_link_zone:hover {border:1px solid #EEE;box-shadow:0 0 1rem rgba(0,0,0,0.05);background-color:#FFF;transition:0.3s}
.ws_quick_wrap .es_content_area .bs_content_box .is_content_field .ss_list .ks_link_zone .os_icon {display:inline-block;width:10rem;height:10rem;background-image:url('../img/main/quick_menu_icon.png');background-repeat:no-repeat;background-position:center;background-size:cover;}
.ws_quick_wrap .es_content_area .bs_content_box .is_content_field .ss_list:nth-child(1) .ks_link_zone .os_icon {background-position:0 0}
.ws_quick_wrap .es_content_area .bs_content_box .is_content_field .ss_list:nth-child(2) .ks_link_zone .os_icon {background-position:0 -10rem}
.ws_quick_wrap .es_content_area .bs_content_box .is_content_field .ss_list:nth-child(3) .ks_link_zone .os_icon {background-position:0 -20rem}
.ws_quick_wrap .es_content_area .bs_content_box .is_content_field .ss_list:nth-child(4) .ks_link_zone .os_icon {background-position:0 -30rem}
.ws_quick_wrap .es_content_area .bs_content_box .is_content_field .ss_list .ks_link_zone .os_title {display:block;margin-top:1rem;color:#121212;font-weight:500;font-size:1.8rem}

/* ==================================================================================================== *
 *
 *     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) {
	.ws_main_tab_quick_wrap {background-size:contain}
}

/* 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_sns_wrap .es_cs_area {flex-wrap:wrap;justify-content:center;padding:2rem}
	.ws_sns_wrap .es_cs_area .bs_title {margin-right:3rem}
	.ws_sns_wrap .es_cs_area:after {display:none} 
}

/* WEBIS MEDIA QUERIES MD (1024px) DOWN (MAX) */
@media all and (max-width:1023.98px) {
	.ws_main_latest_wrap .es_title_area {margin-bottom:5rem}
	
	.ws_sns_wrap {height:auto;margin-top:3rem}
	.ws_main_tab_quick_wrap .es_content_area .bs_tab_box .is_content_field .ss_list {padding:0 2rem}
	.ws_main_tab_quick_wrap .es_content_area .bs_tab_box .is_content_field .ss_list .ks_tab_menu {font-size:1.8rem}
	.ws_main_tab_quick_wrap .es_content_area .bs_content_box .is_content_field .ss_list a {min-height:18rem}
	.ws_main_tab_quick_wrap .es_content_area .bs_content_box .is_content_field .ss_list a .ks_title {font-size:1.6rem}
	.ws_main_tab_quick_wrap .es_content_area .bs_content_box .is_content_field .ss_list a .ks_icon {width:8rem;height:8rem;background-size:cover}
	.ws_main_tab_quick_wrap .es_content_area .bs_content_box .is_content_field .ss_list a .ks_icon01 {background-position:0 0}
	.ws_main_tab_quick_wrap .es_content_area .bs_content_box .is_content_field .ss_list a .ks_icon02 {background-position:0 -8rem}
	.ws_main_tab_quick_wrap .es_content_area .bs_content_box .is_content_field .ss_list a .ks_icon03 {background-position:0 -16rem}
	.ws_main_tab_quick_wrap .es_content_area .bs_content_box .is_content_field .ss_list a .ks_icon04 {background-position:0 -24rem}
	.ws_main_tab_quick_wrap .es_content_area .bs_content_box .is_content_field .ss_list a .ks_icon05 {background-position:0 -32rem}
	.ws_main_tab_quick_wrap .es_content_area .bs_content_box .is_content_field .ss_list a .ks_icon06 {background-position:0 -40rem}
	.ws_main_tab_quick_wrap .es_content_area .bs_content_box .is_content_field .ss_list a .ks_icon07 {background-position:0 -48rem}
	.ws_main_tab_quick_wrap .es_content_area .bs_content_box .is_content_field .ss_list a .ks_icon08 {background-position:0 -56rem}
}

/* WEBIS MEDIA QUERIES SM (768px) DOWN (MAX) */
@media all and (max-width:767.98px) {
	.ws_main_latest_wrap {padding:5rem 0}
	.ws_main_tab_quick_wrap {padding:5rem 0 7rem}
	.ws_main_tab_quick_wrap .es_content_area .bs_tab_box .is_content_field {flex-wrap:wrap;gap:2rem}
	.ws_main_tab_quick_wrap .es_content_area .bs_tab_box .is_content_field .ss_list {padding:0}
	.ws_main_tab_quick_wrap .es_content_area .bs_tab_box .is_content_field .ss_list:after {display:none}
}

/* WEBIS MEDIA QUERIES SS (640px) DOWN (MAX) */
@media all and (max-width:639.98px) {
	.ws_main_latest_wrap .es_title_area .bs_title {font-size:3rem}
	
	.ws_sns_wrap .es_title {font-size:3rem}
	.ws_sns_wrap .es_content_area {gap:1rem}
	.ws_sns_wrap .es_cs_area .bs_title {width:100%;margin-right:2rem}
	.ws_sns_wrap .es_cs_area .bs_tel {margin-right:2rem;font-size:2.5rem}
	
	.ws_main_tab_quick_wrap .es_content_area .bs_title_box .is_title {font-size:3rem}
	.ws_main_tab_quick_wrap .es_content_area .bs_tab_box .is_content_field {padding:0;border-radius:0;border:none}
	.ws_main_tab_quick_wrap .es_content_area .bs_content_box {padding:0;border-radius:0;background-color:transparent}
	.ws_main_tab_quick_wrap .es_content_area .bs_content_box .is_content_field .ss_list a {background-color:#F5F5F5}
}

/* WEBIS MEDIA QUERIES 2SS (480px) DOWN (MAX) */
@media all and (max-width:479.98px) {
	.ws_sns_wrap .es_content_area {flex-wrap:wrap}
	.ws_sns_wrap .es_content_area .bs_list_box {width:25%}
	.ws_sns_wrap .es_cs_area:after {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) {

}

/* 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) {
	.ws_main_tab_quick_wrap {background-size:cover}
}


/* ==================================================================================================== *
 *
 *     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_tab_quick_wrap .es_content_area .bs_content_box .is_content_field .ss_list a {min-height:20rem}
	.ws_main_tab_quick_wrap .es_content_area .bs_content_box .is_content_field .ss_list a .ks_title {font-size:1.8rem}
}

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

}