@charset "utf-8";

/****************************************************
	root /변경금지/
****************************************************/
:root{
	--theme-color: #505362;
	--dark-color: #f18d00;
	--main-color: #f18d00;
	--second-color: #f18d00;
	--accent-color: #f18d00;	
	--footer-color: #414141;
	--footer-font: #FFFFFF;
	/* 우측퀵레이어 .pop-quick-layer */
	--item-count: {{sidebar_count}}; /* 아이템갯수 */
	--item-height: calc(var(--pop-height) / var(--item-count));
}
/***********************************************************
	이동하면 안되는것들 - 개별적용 항목 /변경금지/
***********************************************************/
/* 메인 비주얼 슬라이드 넘버 */
.main-visual .pag.act1 .bar:after {width: calc(100% / 00 * 1) !important;}
.main-visual .pag.act2 .bar:after {width: calc(100% / 00 * 2) !important;}
.main-visual .pag.act3 .bar:after {width: calc(100% / 00 * 3) !important;}
.main-visual .pag.act4 .bar:after {width: calc(100% / 00 * 4) !important;}
.main-visual .pag.act5 .bar:after {width: calc(100% / 00 * 5) !important;}
/* 건드리지말것들 yun */
#header .logo a.logo-img {background: url(/admin/upimg/2025/11/12/1762928105_1.로고.png) no-repeat left center / contain;}
/* 투명헤더적용시 */
/#gnb.depth1-list >li .depth1 {color: #FFFFFF;}
#gnb.depth1-list >li:hover .depth1 {color: #FFFFFF;}
#gnb.depth1-list .depth2 li a {color: #FFFFFF;}
#gnb.depth1-list .depth2 li a:hover {color: #FFFFFF;}
#gnb.depth1-list >li .depth1:after {background: #FFFFFF;}
.main-loc.simple .desc .text b:after {content:""; display:block; background: url(/admin/upimg/2025/11/12/1762928105_4.로고1.png)no-repeat center center / contain;}
/* .header[class*=_on] 투명헤더적용 */
.header[class*=_on] .inner .menu li a {color: #FFFFFF;}
.header[class*=_on]:hover .menu li:hover a {color: #FFFFFF;}
.header[class*=_on] .sub-menu >li .bot_menu li a:hover {color: #FFFFFF;}
.header[class*=_on] .header_util .item {color: #FFFFFF;}
/* .header[class*=_on] 투명헤더적용 서브적용 */  /* 개별적용 */
/*.header[class*=_on].header_sub .header_util .item {color: #FFFFFF;}
.header[class*=sec01_on].header_sub .inner .menu li a {color: #FFFFFF;}*/
.header[class*=sec01_on].header_sub .inner .menu li:hover a {color: #FFFFFF;}
/* 우측퀵레이어 .pop-quick-layer */
.pop-quick-layer .quick {display: grid; grid-auto-rows: minmax(var(--item-height), auto); /* 그리드 아이템갯수 조절 100/8=12.5 */margin-top: auto; margin-bottom: 0;}
/***************************
	풀테마시적용
****************************/
/* 투명헤더적용시 주석풀기 */
/* .header[class*=_on]:not(:where(.sec01_on)) .inner .menu li a {color: #FFFFFF; text-shadow: none;} */
/* 일반헤더 */
.header[class*=_on]:not(:where(.sec01_on)) .inner .menu li a {color: var(--white); text-shadow: none;}
 /****************************************************
	1. asset 이동완료 2025-07-25
	2. 개별사이트 스타일 작업시 아래에 추가하여 사용하세요!
****************************************************/

/* add */

/* 
.main-life2 .life2-slide .copy > b{font-size:4.85rem;}
.main-life2 .life2-slide .copy span.mtxt{font-size: 2.85rem!important;}
 */

.main-life .life-slide .bg {
    filter: brightness(0.7);
}
.main-life .life-slide .copy span.stxt,
.main-life .life-slide .copy span.mtxt{width:40vw;}

/* media */
@media screen and (max-width: 1880px) {
	@media screen and (max-width: 1640px){
	}
	@media screen and (max-width: 1560px){
	}
	@media screen and (max-width: 1500px){
	}
	@media screen and (max-width: 1470px){		
	}
	@media screen and (max-width:1280px){
	}
	@media screen and (max-width: 1024px){
	}
	@media screen and (max-width: 800px){ /* breakpoint 모바일 */
	}
	@media screen and (max-width: 640px){		
	}
	@media screen and (max-width: 480px){
	}
	@media screen and (max-width: 360px){	
	}
}