@charset "utf-8";

/****************************************************
	root /변경금지/
****************************************************/
:root{
	--theme-color: #373e46;
	--dark-color: #cb2435;
	--main-color: #cb2435;
	--second-color: #cb2435;
	--accent-color: #cb2435;	
	--footer-color: #414141;
	--footer-font: #bbbbbb;
	/* 우측퀵레이어 .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/25/1764046084_1.로고.png) no-repeat left center / contain;}
#gnb.depth1-list >li .depth1 {color: #FFFFFF;}
#gnb.depth1-list >li:hover .depth1 {color: #cfcfcf;}
#gnb.depth1-list .depth2 li a {color: #FFFFFF;}
#gnb.depth1-list .depth2 li a:hover {color: #cfcfcf;}
#gnb.depth1-list >li .depth1:after {background: #cfcfcf;}
.main-loc.simple .desc .text b:after {content:""; display:block; background: url(/admin/upimg/2025/11/25/1764034161_4.로고1.png)no-repeat center center /contain; width: var(--logo-width); height: var(--logo-height);}
/* .header[class*=_on] 투명헤더적용 */ /* 개별적용 */
.header[class*=_on] .inner .menu li a {color: #FFFFFF;}
.header[class*=_on]:hover .menu li:hover a {color: #cfcfcf;}
/*.header[class*=_on]:hover .inner .menu li a {color: #cfcfcf;}*/
.header[class*=_on] .sub-menu >li .bot_menu li a:hover {color: #cfcfcf;}
.header[class*=_on] .header_util .item {color: #FFFFFF;}
/* .header[class*=_on] 투명헤더적용 서브적용 */  /* 개별적용 */
/*.header[class*=_on].header_sub .header_util .item {color: #cfcfcf;}
.header[class*=sec01_on].header_sub .inner .menu li a {color: #cfcfcf;}*/
.header[class*=sec01_on].header_sub .inner .menu li:hover a {color: #cfcfcf;}
/* 우측퀵레이어 .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;}
 /****************************************************
	1. asset 이동완료 2025-07-25
	2. 개별사이트 스타일 작업시 아래에 추가하여 사용하세요!
****************************************************/
/* add */

#mobileMenu .btn-tell .tel-number,
.header[class*=_on] .header_util .item.item02{display: none!important;}
.main-loc .desc .text .tel em,
.header[class*=_on] .header_util .item.item01{display:none;}
.please{    text-align: center;}
/* .please .p0{ margin: 1rem;} */
.please .p1{    font-size: 4rem;
    font-weight: 700;}
.please .p2{
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.4;
     margin: 3rem 0 0 0;
	}



/* .hero-style .container .slide-desc{color:#222!important;}
.hero-style .container{text-shadow: none!important;}

.hero-style .container .slide-title{color: #cb2435!important;} */

[class*=section]{padding:0!important;}
[class*=section] .maintit{    padding: 3rem;}



/* 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){	
	}
}