@charset "utf-8";

/* 서브-공통 */
[class*=section]{position: relative; width: 100%; padding: var(--common-padding) 0 /* var(--common-padding) */; box-sizing: border-box;}
[class*=section].visual, .customer {margin:0!important; padding: 0!important;}
[class*=section].customer {background: var(--white)!important;}
[class*=section] .maintit {color: var(--darkgray); font-size: 5rem; text-transform: capitalize; font-weight: 400;} /* 변경금지 */
[class*=section] .subtit {color: var(--mudgray);}
[class*=section] .title {margin: 0rem auto 5rem; font-size: 2rem; text-align: center; display: flex; flex-direction: column; gap: 0.5rem;} 
[class*=section] .title:before {content: ''; display: block; background: url(../images/main/main_title_bg.png) no-repeat center center / contain; height: 2rem; margin-bottom: 1rem; display: none;}
/* [class*=section][class*=sub] {margin: 0 auto; text-align: center;} */
/*	[class*=section] [class*=sub-] {margin: 0 auto;	max-width: var(--common-width);}	*/
[class*=section] > div {margin: 0 auto;	max-width: var(--common-width);}
[class*=section] [class*=sub-visual] {max-width: 100%!important;}
[class*=section] .info-con.img {margin-bottom: 5rem;}

/********* 서브뎁스메뉴 드롭다운 2025-05-14 yun *********/
/* 경로 래퍼 */
.path-wrap {display: flex; justify-content: center; align-items: center; width: 100%; box-sizing: border-box; background-color: var(--white);}
/* 경로 리스트 */
.path-wrap .path {display: flex; align-items: center; gap:2rem; width: 100%; max-width: var(--common-width); background-color: var(--white); box-sizing: border-box; padding: 1rem;}
.path-wrap .path li {}
.path-wrap .path .home {flex-basis: 5rem; width: 5rem;}
.path-wrap .path li:not(.home) {position: relative; width: 15rem;}
.path-wrap .path .home >a {font-size:0;}
.path-wrap .path .home >a:before {content:"\f015";}
.path-wrap .path [class*="depth"] >a {display:flex; justify-content: space-between; align-items: center; gap:.5rem;}
.path-wrap .path [class*="depth"] >a:after {content:"\f078"; font-size:1.5rem; opacity:.5;}
.path-wrap .path li a {display: block; padding: 1rem 1.5rem;}
.path-wrap .path li a:hover {background-color: var(--brightgray); border-radius: .5rem;}
/* 홈 아이콘 */
.path-wrap .home a {font-weight: bold; color: var(--theme-color);}
/* 서브메뉴 */
.path-wrap .other_list {display: none; position: absolute; /* top: 100%; left: 0; */ background-color: var(--white); border: 1px solid var(--brightgray); box-shadow: var(--box-shadow3); min-width: 15rem; z-index: 10; border-radius: .5rem;}
.path-wrap .other_list li {margin: 0;}
.path-wrap .other_list li a {display:flex; align-items: center; gap: .7rem; font-size:1.8rem; opacity:.8;}
.path-wrap .other_list li a:hover {background-color: var(--brightgray);}
.path-wrap .other_list li a:before {content:"\4f"; font-size: .6rem; opacity:.3;}
@media screen and (max-width:480px){	
	.path-wrap .path li:not(.home) {flex: 1;}
	.path-wrap .other_list {min-width: 100%;}
}


/* 공통 추가 타이틀 폰트패밀리 2025-05-07 */
[class*=section] .content-title {display: flex; flex-direction: column; gap: 2rem; margin: 0rem auto 5rem; text-align: center;} 
[class*=section] .content-title-main {color: var(--main-color); font-family: var(--accent-font); letter-spacing: -0.05em; font-weight: bold; font-size: 4.33rem;} 
[class*=section] .content-title-sub {color: var(--theme-color); font-family: var(--accent-font); font-weight: normal; font-size: 3.5rem;}
[class*=section] .content-title-desc {font-family: var(--basic-font); color: var(--mudgray); font-size: 2.2rem;}

/* 프리미엄타이틀 폰트패밀리 2025-06-05 */
[class*=section] .premium-title {display: flex; flex-direction: column; gap: 2rem; margin: 0 auto 5rem; text-align: center; color: var(--theme-color);} 
[class*=section] .premium-title-main {position: relative; color: var(--theme-color); font-family: var(--eng-font); font-weight: 800; margin:0 auto;}
[class*=section] .premium-title-main .caption {position: absolute; top: 0; left:0.1rem; font-family: var(--basic-font); text-align: left; font-size: 2.85rem; font-weight: 300;}
[class*=section] .premium-title-main .premium-title-wrap {display: flex; flex-direction: row; gap: 1rem; padding: 0; align-items: flex-end; justify-content: space-between; text-transform: capitalize; font-size: 8rem; letter-spacing: -0.05em;}
[class*=section] .premium-title-main .premium-title-wrap .text {}
[class*=section] .premium-title-main .premium-title-wrap .number {font-size: 13rem; margin-bottom: -1rem; color: var(--main-color);}
[class*=section] .premium-title-sub {font-size: 4rem; font-weight: 500;} 
[class*=section] .premium-title-desc {font-size: 3rem; color: var(--mudgray);}

/* 서브메뉴 페이지스크롤시 상단에고정 */
.snb-sticky {position: fixed; top: 0; width: 100%; z-index: 11;}
.snb-sticky + .sub {padding-top: 12rem;}
.snb.snb-sticky {box-shadow: var(--box-shadow1); border-bottom: none;}

/* 관심고객등록 */
.common-customer {flex-direction: column!important;}
.common-customer .space {display: none!important;}


/******************** 서브섹션-서브비쥬얼 ********************/
/* .visual {position: relative; padding-bottom: 0px!important; display: block;} */
.sub-visual {background-color: var(--theme-color); height: var(--sub-visual-height);}
.sub-visual .swiper-slide {position:absolute; top:0; height: var(--sub-visual-height); width: 100%; overflow: hidden;}
.sub-visual .swiper-slide .bg {width: 101%; height: 101%; transform: scale(1.1,1.1); transition: transform 3s linear; filter: blur(0px) brightness(0.95); background-position: center center; background-size: cover !important; background-repeat: no-repeat; overflow: hidden;}
.sub-visual.active .swiper-slide .bg {transform: scale(1.0,1.0) rotate(0.002deg);}
.sub-visual .swiper-slide .bg.item1 {background-image: url(../images/sub/sub_visual01.jpg);}
.sub-visual .swiper-slide .bg.item2 {background-image: url(../images/sub/sub_visual02.jpg);}
.sub-visual .swiper-slide .bg.item3 {background-image: url(../images/sub/sub_visual03.jpg);}
.sub-visual .swiper-slide .copy {position: absolute; left: 0; top: calc(var(--sub-visual-height) / 1.7); width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--white); text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.95);}
.sub-visual .swiper-slide .copy b {font-weight: 600; font-size: 0rem; margin-bottom: 0rem; text-transform: uppercase; letter-spacing: -0.01em;}
.sub-visual .swiper-slide .copy span.mtxt {font-weight: 100; font-size: 4rem; display:none;}
.sub-visual .swiper-slide .copy span.stxt {font-weight: 100; font-size: 1.65rem; display:none;}
.sub-visual .swiper-slide .copy em {font-weight: 500;}



/***************** 서브섹션-snb *****************/
.snb {display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; border-bottom: 1px solid var(--lightgray); background: var(--white); /* padding: 5rem 0 0; */}
.snb .snb-area {width: 100%; max-width: var(--common-width); overflow: hidden;}
.snb .snb-area.col-4 {}
.snb-area ul {display: flex; justify-content: left; align-items: center; box-sizing: border-box; /* overflow:hidden; */}
.snb-area ul li {display: flex; justify-content: center; border-right: 1px solid var(--lightgray); transition: var(--transition); transition-property: opacity; opacity: 1; flex: 1; /*width:100% !important;*/}
.snb-area ul li:nth-of-type(1) {border-left: 1px solid var(--lightgray);}
.snb-area ul li a {display: block; height: 6rem; line-height: 6rem; width: 100%; padding:0 2rem; text-align: center; /* white-space: nowrap; overflow: hidden; text-overflow: ellipsis; */}
.snb-area ul li:hover a,
.snb-area ul li.on a {color: var(--white); background: var(--accent-color);}
@media (max-width: 480px) {
  .snb-area ul li {
   width:100% !important;
  }
}
/* .snb-area.col-1 ul li {width:100%;}
.snb-area.col-2 ul li {width:50%;}
.snb-area.col-3 ul li {width:33.33%;}
.snb-area.col-4 ul li {width:25%;}
.snb-area.col-5 ul li {width:20%;}
.snb-area.col-6 ul li {width:16.66%;}
.snb-area.col-7 ul li {width:14.28%;}
.snb-area.col-8 ul li {width:12.5%;}
.snb-area.col-9 ul li {width:11.11%;} */
/* .col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;} */


/***************** 서브섹션-snb-nav *****************/
/* 현재위치 */
/* .path_wrap {width:100%; border-top: 1px solid var(--lightgray); border-bottom: 1px solid var(--lightgray);}
.path_wrap .path{position:relative; margin:0 auto; padding:0px 0; width:1100px; z-index:10;}
.path_wrap .path:after{display:block;clear:both;content:"";}
.path_wrap .path li{float:left; padding:10px; border-right:1px solid var(--lightgray); }
.path_wrap .path li.last{}
.path_wrap .path li.home{padding:12px; width: 20px; border-left: 1px solid var(--lightgray); text-align: center;}
.path_wrap .path li.depth1 a{display:block;width:160px;padding:0;border:0px solid var(--gray);background:url(../img/ico_arrdown.jpg) no-repeat 150px center; font-weight:bold;font-size: 14px; line-height: 17px;}
.path_wrap .path li.depth2 a{display:block;width:160px;padding:0;border:0px solid var(--gray);background:url(../img/ico_arrdown.jpg) no-repeat 150px center; font-weight:bold;font-size: 14px; line-height: 17px;}
.path_wrap .path li.depth1 ul{left:45px;}
.path_wrap .path li.depth2 ul{left:226px;}
.path_wrap .path li.last a{color:var(--theme-color);}
.path_wrap .path li .other_list{overflow:hidden;position:absolute; top:37px ; border:1px solid var(--lightgray);  border-top:none; background:var(-white);}
.path_wrap .path li .other_list li{clear:both; background:none; border:none;  padding:0px;}
.path_wrap .path li .other_list li a{font-weight:normal; background:none var(--white); color:var(--mudgray); padding:8px 10px; border:none; border-top:1px dashed var(--lightgray); }
.path_wrap .path li .other_list li a:hover{background:none var(--lightgray); color:var(--mudgray);} */



/********* 사업개요 추가 main-summary *********/
.main-summary {}
.main-summary .summary-innery {width:100%;}
.summary-inner tbody {display: flex; flex-flow: row wrap; margin-top: 1rem; border-top: 4px solid var(--theme-color);/*line-height: 4.5;*/}
.summary-inner tbody tr {display: flex; flex: 1 1 100%; gap:0; align-items: center; /* border-bottom: 1px solid var(--lightgray); */height: 10rem; line-height: 1.2; background: var(--white); box-sizing: border-box; position:relative;}
.summary-inner tbody tr td {flex-grow: 1; width: 100%;  display: flex; align-items: center; background: var(--white); padding:0 2rem; box-sizing: border-box; font-weight: 300; font-size:2.2rem; line-height: 1.35;}
.summary-inner tbody tr th, .summary-inner tbody tr td {border-bottom: 1px solid var(--lightgray); height: inherit;}
.summary-inner tbody tr th, .summary-inner tbody tr td:nth-child(odd) {flex-shrink: 0; width: 15%; display: flex; align-items: center; justify-content: center; padding:0 1rem; box-sizing: border-box; background: var(--brightgray); font-weight: 500; font-size:2.2rem; line-height: 1.35; position:relative;}
/* 가로열 세번째 강제로 타이틀해드 */
.summary-inner tbody tr td:nth-child(even) span {line-height: 1.2; word-break: break-word;}
/* .info-table 사업소개테이블 하단 caution */
.info-table {padding-top: 5rem;}
.info-table .caution {display: flex; flex-direction: column; gap: 0.5rem; font-size: 1.6rem; color: var(--mudgray); font-weight:300; padding: 2rem 1.6rem; box-sizing: border-box; border-radius:.7rem; background: var(--brightgray); border: 1px solid var(--lightgray);}
.info-table .caution li {display: flex;;}
.info-table .caution li:before {display: inline-block; content: "※"; font-size: inherit; font-weight: 400; padding-right: 0.5rem;}

/********** 사업개요 이미지+텍스트 추가 2025-05-14 **********/
/* 전체적인타입 */
/* 기본 row-type */
.summary-desc {display: flex; flex-direction: row; align-items: flex-start; gap: 3rem;}
.summary-desc .summary {width:100%; flex: 1; display: flex; flex-direction: column; gap: 1rem; padding: 0;}
.summary-desc .summary-img {flex: 1;}
.summary-desc .summary-title {display:none;}
.summary-desc .summary .summary-list {display: flex; align-items: center; gap: 1rem;}
.summary-desc .summary .summary-list:nth-child(even) {display: flex; align-items: center; gap: 1rem;}
.summary-desc .summary .summary-list .dt {display: flex; align-items: center; font-weight: 500;}
.summary-desc .summary .summary-list .dt:before {content:"\4f"; margin-right:1rem; font-size:.8rem; }
.summary-desc .summary .summary-list .dt:after {content:"|"; margin-left:1rem; font-size:1.2rem; opacity:.3;}
.summary-desc .summary .summary-list .dd {}
.summary-desc dl dd {grid-column: 2;}
/* col-type */
.summary-desc.col-type {display: flex; flex-direction: column; align-items: flex-start; gap: 3rem; }
.summary-desc.col-type .summary {display: grid; gap: 2rem 2rem; grid-template-columns: 1fr 1fr; padding: 2rem 0;}
.summary-desc.col-type .summary-title {display:flex; color: var(--theme-color); font-size: 3rem; font-weight:700; position: relative; padding: 2rem 0; width: 100%; display:none;}
.summary-desc.col-type .summary-title:after {content: ""; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: var(--gray); opacity: 1;}
.summary-desc.col-type .summary .summary-list {align-items: flex-start;}
.summary-desc.col-type .summary .summary-list:nth-child(even) {grid-column: 2 / 1 span;}

/* 사업개용내용부분만 */
/* 기본 list-type */
/* block-type !important */
.summary-desc.col-type .summary.block-type {display: grid !important; grid-template-columns: repeat(auto-fit, minmax(30rem, auto)) !important; gap: 10rem 5rem !important;}
.summary-desc.col-type .summary.block-type .summary-list {display: flex; flex-direction: column; box-sizing: border-box;}
.summary-desc.col-type .summary.block-type .summary-list:nth-child(even) {grid-column: unset !important;}
.summary-desc.col-type .summary.block-type .summary-list .dt {display: unset; width: 100%; font-size: 2.58rem;}
.summary-desc.col-type .summary.block-type .summary-list .dt:before {display:none;}
.summary-desc.col-type .summary.block-type .summary-list .dt:after {content: " "; display: inline-block; margin-left:unset; opacity:unset; width:100%; height: 1px; background: var(--black);}
.summary-desc.col-type .summary.block-type .summary-list .dd {color:var(--mudgray);}
@media all and (max-width:940px){
	.summary-desc {flex-direction: column;}
	.summary-desc .summary {gap: 2rem;}
	.summary-desc.col-type .summary-desc.col-type .summary {display: flex;}
	.summary-desc.col-type .summary.block-type {gap: 2rem !important;}
}
@media all and (max-width:600px){	
	
}


/****** 입지환경 텍스트추가 2025-05-14 ******/	
/****** 입지환경 텍스트추가 2025-05-14 ******/
.site-con.img {margin-bottom:2rem; max-width: 100%; width: 100%;}
.infotext-wrap {display: grid; grid-template-columns: repeat(auto-fit, minmax(46%, auto)); gap: 6rem; padding: 5rem 0; box-sizing: content-box; width:100%;}
.infotext-wrap .item {/* background: var(--brightgray); box-shadow: var(--box-shadow1); */ border-radius: .3rem; overflow: hidden;} /* 옵션설정 - 배경컬러,그림자,보더라운딩 */
.infotext-wrap .infotext-list {display: flex; flex-direction: column; align-items: center; gap: 0; width: 100%; box-sizing: border-box;}
/* 타이틀 */
.infotext-wrap .infotext-list .infotext-title {display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 1rem; padding: 2rem 0; color: var(--accent-color); width: 100%; position: relative;}
.infotext-wrap .infotext-list .infotext-title:after {content:""; display:block; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: var(--gray); opacity:.8;}
.infotext-wrap .infotext-list .infotext-title .list-title {font-family: var(--eng-font); margin-top: 1rem; font-size: 5rem; font-weight: 200; text-transform: uppercase; position: relative;}
.infotext-wrap .infotext-list .infotext-title .list-icon {position: relative; display: flex; align-items: center; justify-content: center; width:6rem; height:6rem; background: var(--accent-color); opacity: .5; border-radius:50%;}	
/* 아이콘 */
.infotext-wrap [class*="item"] {display: flex; flex-direction: column; gap: 0; box-sizing: border-box;}	
.infotext-wrap [class*="item"] .list-icon:after {font-size: 3.15rem; color: var(--white); opacity:1;}
.infotext-wrap .item1 .list-icon:after {content:"\f238";} /* 교통 f239지하철 */
.infotext-wrap .item2 .list-icon:after {content:"\f291";} /* 생활,라이프 f0f4머그 f7b6커피 f07a카트 f290장바구니 f5cd토드가방 f291바스켓 */
.infotext-wrap .item3 .list-icon:after {content:"\f4d8";} /* 자연 f06c나뭇잎 f4d8새싹 e139클로버 f279지도 f54b발자국 f277표지판 f1bb나무 f206자전거 */
.infotext-wrap .item4 .list-icon:after {content:"\f19d";} /* 교육 f549학교 f19d학사모 */
.infotext-wrap .item5 .list-icon:after {content:"\f521";} /* 랜드마크 f521왕관 f3c5위치 */
.infotext-wrap .item6 .list-icon:after {content:"\f3a5";} /* 개발호재 f3a5보석 f5a2메달 f091트로피 */
.infotext-wrap .item7 .list-icon:after {content:"\f2db";} /* 반도체 f2db반도체 */
.infotext-wrap .item8 .list-icon:after {content:"\f005";} /* 기타등등 f005별 */
/* 내용 */
.infotext-wrap .infotext-list .infotext-desc {display:flex; flex-direction: column; gap:1rem; /* text-align: center; */ position: relative; width: 90%; padding-bottom: 4rem; /* outline: 1px dotted red; */ box-sizing: border-box;}
.infotext-wrap .infotext-list .infotext-desc .dd-title {font-weight: 500; font-size: 3.85rem; color: var(--tanblack); text-align: center; padding:2rem 0 1rem; box-sizing: border-box;}		
.infotext-wrap .infotext-list .infotext-desc .dd-desc {position: relative; font-weight: 300; font-size: 2.65rem; margin-left: 1rem; word-break: break-all;/* outline: 1px dotted red; text-align: left; */}
.infotext-wrap .infotext-list .infotext-desc .dd-desc:before {position: absolute; content:"·"; display: inline-block; margin-left: -1rem; margin-top: 0rem;}
.infotext-wrap .infoimg {border-radius: inherit; overflow: hidden; background: var(--gray); max-width: 100%; width: 100%; height: auto; max-height: min(50vw, 40rem); position: relative;}				
.infotext-wrap .infoimg img {object-fit: cover; height: 100%;}

/* col-2 기본 */
.infotext-wrap.col-2 {grid-template-columns: repeat(auto-fit, minmax(46%, auto));}
/* col-3 */
.infotext-wrap.col-3 {grid-template-columns: repeat(auto-fit, minmax(30%, auto)); gap: 5rem;}
.infotext-wrap.col-3 .infoimg {height: 25rem;}
.infotext-wrap.col-3 .infotext-list .infotext-title .list-title {font-size: 3.85rem;}
.infotext-wrap.col-3 .infotext-list .infotext-title .list-icon {width:5rem; height:5rem;}
.infotext-wrap.col-3 .infotext-list .infotext-title .list-icon:after {font-size: 2.15rem;}
/* col-4 */
.infotext-wrap.col-4 {grid-template-columns: repeat(auto-fit, minmax(23%, auto)); gap: 5rem 2rem;}
.infotext-wrap.col-4 .infoimg {height: 20rem;}
.infotext-wrap.col-4 .infotext-list .infotext-title .list-title {font-size: 3rem; color: var(--tanblack);}
.infotext-wrap.col-4 .infotext-list .infotext-title .list-icon {/* width:unset; height:unset; background: unset;  */display:none;}
.infotext-wrap.col-4 .infotext-list .infotext-title .list-icon:after {font-size: 3rem; color: var(--tanblack);}
.infotext-wrap.col-4 .infotext-list .infotext-desc .dd-title {font-size: 3rem; color: var(--accent-color);}
.infotext-wrap.col-4 .infotext-list .infotext-desc .dd-desc {font-size: 2rem; margin-left: 0;}
.infotext-wrap.col-4 .infotext-list .infotext-desc .dd-desc:before {display:none;}
@media all and (max-width:860px){
	.infotext-wrap {gap: 5rem 2rem;}
	/*.infotext-wrap .infoimg {height: 25rem !important;}*/
	.infotext-wrap .infotext-list .infotext-desc {width: 100% !important;}
	.infotext-wrap.col-4 {grid-template-columns: repeat(auto-fit, minmax(48%, auto));}
}
@media all and (max-width:600px){	
	.infotext-wrap {grid-template-columns: repeat(auto-fit, minmax(50%, auto)) !important;}
	.infotext-wrap .infoimg {height: unset !important;}
}




/****** 프리미엄 텍스트추가 2025-06-09 ******/
/****** 프리미엄 텍스트추가 2025-06-09 ******/	
.premium-text-wrap {display: grid; grid-template-columns: repeat(auto-fit, minmax(46%, auto)); gap: 10rem 6rem; padding: 5rem 0; box-sizing: content-box;}
.premium-text-wrap .item {display: flex; flex-direction: column; box-sizing: border-box; gap: 2rem; border-radius: .3rem; overflow: hidden;}
.premium-text-wrap .text-list {display: flex; flex-direction: column; box-sizing: border-box; gap: 2rem;}
/* 타이틀 */
.premium-text-wrap .text-list .text-title {display: flex; flex-direction: row; width: 100%; position: relative; padding-bottom: 1rem;}
.premium-text-wrap .text-list .text-title:after {content:""; display:block; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: var(--gray); opacity:.8;}
.premium-text-wrap .text-list .text-title .list-title {color: var(--tanblack); letter-spacing:0; font-family: var(--eng-font); font-size: 1.625rem; font-weight: bold; text-transform: uppercase; position: relative;}
.premium-text-wrap .text-list .text-title .list-icon {position: relative; display: flex; align-items: center; justify-content: center; width:6rem; height:6rem; background: var(--accent-color); opacity: .5; border-radius:50%; display:none;}
/* 내용 */
.premium-text-wrap .text-list .text-desc {display:flex; flex-direction: column; position: relative; box-sizing: border-box; gap: 1rem; color: var(--mudgray);}
.premium-text-wrap .text-list .text-desc .dd-title {font-weight: 600; font-size: 3.5rem; word-break: break-all; color: var(--accent-color); box-sizing: border-box;}		
.premium-text-wrap .text-list .text-desc .dd-desc {position: relative; font-size: 2rem; line-height: 1.35; word-break: break-all;}
.premium-text-wrap .infoimg {border-radius: inherit; overflow: hidden; background: var(--gray); max-width: 100%; width: 100%; height: auto; max-height: min(50vw, 40rem); position: relative; margin-bottom: 0; margin-top: auto;}				
.premium-text-wrap .infoimg img {object-fit: cover; height: 100%;}








/****************** 서브섹션-사업안내 ******************/
.info {}

/****************** 서브섹션-단지안내입지안내 ******************/
.complex {}


/************** 서브섹션-unititem 세대안내-슬라이드 **************/
.sub-unititem {}
.sub-unititem {position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.sub-unititem .unititem-slide {display:flex; margin: 0; width: 100%; align-items: center; justify-content: center; box-sizing: border-box;}
.sub-unititem .unititem-slide .swiper-wrapper {display: grid; grid-template-columns: 1fr 1fr; gap: 5rem;}
.sub-unititem .unititem-slide .swiper-slide {/* display: flex; align-items: center; justify-content: flex-start; flex-direction: column; height: auto; background: var(--accent-color); */ position: relative; border: 1px solid var(--lightgray); box-sizing: border-box;}
.sub-unititem .unititem-slide .bg {background-repeat: repeat; background-position: center; background-size: cover; overflow: hidden; /* height: 55%; line-height: 55vh; */}
.sub-unititem .unititem-slide .bg img {display: block; width: 100%; height: 100%; object-fit: cover; overflow: hidden;}
.sub-unititem .unititem-slide .bg a:hover img {transform: var(--transform); transition-property: transition opacity; opacity: 1;}
.sub-unititem .unititem-slide .bg a:hover:after {left: 0px; right: 0px; top: 0px; bottom: 0px; color: var(--simple-color); border: 15px solid currentColor; transition: var(--transition2); opacity: 0.5;}
.sub-unititem .unititem-slide .bg a:after {position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; content: ""; display: block; border:rgba(255,255,255,0.0) 0px solid; z-index: 8; transition-property: transition;}
.sub-unititem .unititem-slide .copy {color: var(--white); /* width: calc(100% - 70%); height: calc(100vh - 80vh); */ padding: 2rem 5rem 3rem; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.3rem; background: var(--accent-color); position: absolute; top: 0; left: 0; z-index: 1;}
.sub-unititem .unititem-slide .copy p {opacity: .5; /* display: none; */}
.sub-unititem .unititem-slide .copy > b {font-weight: 300;}
.sub-unititem .unititem-slide .copy span.mtxt {font-weight: 600; font-size: 4.25rem; text-transform: uppercase;}
.sub-unititem .unititem-slide .copy span.stxt {font-weight: 200;}
.sub-unititem .unititem-slide .copy em {color: var(--white); font-weight: bold; }
/* 페이지넘버 */
.sub-unititem .pag {position: absolute; top: 0px; left: 50%; transform: translateX(-50%); z-index: 2; font-weight: 200; color: var(--white); display: none;}
.sub-unititem .pag b {font-weight: 800; margin-right: 10px; color: var(--theme-color);}
.sub-unititem .pag em {margin-left: 10px;}
/* 좌우버튼-버튼영역 */
.sub-unititem .prev, .sub-unititem .next {position: absolute; z-index: 3; width: 60px; height: 60px; border-radius: 20rem; display: block; left: 2rem; top: 50%; transform: translateY(50%); transition: var(--transition2); color: var(--white); /* border: 1px solid currentColor; */ box-shadow: var(--box-shadow1); background: var(--white-a3); display: none;}
.sub-unititem .next {left: auto; right: 2rem;}
.sub-unititem .prev:hover, .sub-unititem .next:hover {display: block;}
/* 좌우버튼-화살표 */
.sub-unititem .prev::after, .sub-unititem .next::after {content: '\f053'; font-family: var(--awesome); font-weight: 600;}
.sub-unititem .next::after {content: '\f054';}
/* 페이징동그라미 */
.sub-unititem .pag-num {display: flex; justify-content: center; margin: 3rem 0rem; }
.sub-unititem .pag-num .swiper-pagination-bullet {margin:0 0.2rem; width: 3rem; height: 1rem; background-color: var(--mudgray); opacity: 0.3; transition: var(--transition2); border-radius: 0.5rem; transition-property: width opacity;}
.sub-unititem .pag-num .swiper-pagination-bullet-active {background-color: var(--accent-color); opacity: 1;}
.sub-unititem .pag-num span {font-size: 0rem; color: var(--white); display: flex; align-items: center; justify-content: center;}




/****************** 서브섹션-오시는길 ******************/
.sub-loc {position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.sub-loc .desc {display: flex; justify-content: center; align-items: flex-start; color: var(--theme-color); width: 100%; gap: 5rem;}
.sub-loc .desc .text {display: flex; flex: 1; flex-direction: column; gap: 2rem; padding:0; margin-right: 0rem; text-align: left;}
.sub-loc .desc .text b {font-size: 3.5rem;}
.sub-loc .desc .text p {}
.sub-loc .desc .text .tel {display: flex; flex-direction: column; font-size: 2.2rem; font-weight: 500; margin-top: 2rem;}
.sub-loc .desc .text .tel em {font-size: 5.3rem; font-weight: 800; letter-spacing: -0.05em;}
.sub-loc .desc .text .caution {display: flex; flex-direction: column; gap: 0.5rem; font-size: 1.6rem; color: var(--mudgray);}
.sub-loc .desc .text .caution li {display: flex;;}
.sub-loc .desc .text .caution li:before {display: inline-block; content: "※"; font-size: inherit; font-weight: 400; padding-right: 0.5rem;}
.sub-loc .desc .loc-add-txt {display: flex; flex-direction: column; gap: 1rem; font-size: 2.25rem; color: var(--tanblack);}
.sub-loc .desc .loc-add-txt li {margin-left: 3rem;  display: flex;}
.sub-loc .desc .loc-add-txt li::before {display: inline-block; margin-left: -3rem; padding-right:1rem;}
/*.sub-loc .desc .loc-add-txt li:first-child {display: none;}*/
.sub-loc .desc .loc-add-txt li:first-child::before {content: "\e4d1";}
.sub-loc .desc .loc-add-txt li:last-child::before {content: "\f5a0";}
.sub-loc .desc .map {flex: 1.5; position: relative; border:1px solid var(--lightgray); margin-right: auto; overflow: hidden; /* width: 100%; */}
.sub-loc .desc .map img {object-fit: cover; object-position: center;}
.sub-loc .desc .map .btn-bx-sns {display: flex; position: absolute; bottom: 0; left: 0; width: 100%; display: none;}
.sub-loc .desc .map .btn-bx-sns a {display: flex; padding: 3rem 3rem; justify-content: center; align-items: center; gap: 1rem; color: var(--white); /* text-align: center;  */line-height: 1.1;}
.sub-loc .desc .map .btn-bx-sns a::after {content: '\f08e'; font-size: 2rem; margin-left: auto;}
.sub-loc .desc .map .btn-bx-sns .btn-kakao {background: var(--theme-color);}
.sub-loc .desc .map .btn-bx-sns .btn-naver {background: var(--accent-color);}




/************** 메인섹션-loc 오시는길  **************/
.main-loc {position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.main-loc .desc {display: flex; justify-content: center; align-items: flex-start; color: var(--theme-color); width: 100%;}
.main-loc .desc .text {display: flex; flex: 1; flex-direction: column; gap: 1rem; padding:0; margin-right: 5rem; text-align: left;}
.main-loc .desc .text b {font-size: 3.5rem;}
.main-loc .desc .text p {}
.main-loc .desc .text .tel {display: flex; flex-direction: column; font-size: 2.2rem; font-weight: 500; margin-top: 2rem;}
.main-loc .desc .text .tel em {font-size: 5.3rem; font-weight: 800; letter-spacing: -0.05em;}
.main-loc .desc .text .caution {display: flex; flex-direction: column; gap: 0.5rem; font-size: 1.56rem; color: var(--mudgray); word-break: break-all;}
.main-loc .desc .text .caution li {display: flex;}
.main-loc .desc .text .caution li:before {display: inline-block; content: "※"; font-size: inherit; font-weight: 400; padding-right: 0.5rem;}
.main-loc .desc .loc-add-txt {display: flex; flex-direction: column; gap: 1rem; font-size: 2.25rem; color: var(--darkgray);}
.main-loc .desc .loc-add-txt li {margin-left: 3rem;  display: flex;}
.main-loc .desc .loc-add-txt li::before {display: inline-block; margin-left: -3rem; padding-right:1rem;}
.main-loc .desc .loc-add-txt li:first-child {display: none;}
.main-loc .desc .loc-add-txt li:first-child::before {content: "\e4d1";}
.main-loc .desc .loc-add-txt li:last-child::before {content: "\f5a0";}
.main-loc .desc .map {flex: 1; position: relative; border:1px solid var(--lightgray); margin-left: auto; overflow: hidden;}
.main-loc .desc .map + .map {display: none!important;}
.main-loc .desc .map img {object-fit: cover; object-position: center; /* border: 1px solid var(--lightgray); */ border-bottom:none; box-sizing: border-box;}
.main-loc .desc .map .map-title {display: none;}
.main-loc .desc .map .btn-bx-sns {display: flex; position: absolute; bottom: 0; left: 0; width: 100%; display: none;}
.main-loc .desc .map .btn-bx-sns a {display: flex; padding: 3rem 3rem; justify-content: center; align-items: center; gap: 1rem; color: var(--white); font-size: 2.4rem; line-height: 1.1;}
.main-loc .desc .map .btn-bx-sns a::after {content: '\f08e'; font-size: 2rem; margin-left: auto;}
.main-loc .desc .map .btn-bx-sns .btn-kakao {background: var(--theme-color);}
.main-loc .desc .map .btn-bx-sns .btn-naver {background: var(--main-color);}
.main-loc .desc .map .btn-bx-sns .btn-model {background: var(--theme-color);}
.main-loc .desc .map .btn-bx-sns .btn-field {background: var(--main-color);}
/************ 메인섹션-loc 오시는길 타입추가 loc-type-01 2025-03-25 ************/
.main-loc.loc-type-01 {}
.main-loc.loc-type-01 .desc {display: grid; justify-content: center; align-items: flex-start; color: var(--theme-color); width: 100%; flex-direction: column-reverse; gap: 5rem; grid-template-columns: 1fr 1fr;}
.main-loc.loc-type-01 .desc .text {display: flex;flex: 1; flex-direction: column; gap: 1rem; padding:0; margin-right: auto;text-align: left; grid-column: 1 / span 2; grid-row: 2 / 2;}
.main-loc.loc-type-01 .desc .loc-add-txt {display: none;}
.main-loc.loc-type-01 .desc .map {display: flex; flex-direction: column; gap: 0rem; position: relative; border:0px solid var(--lightgray); margin-left: auto; width: 100%; overflow: hidden;}
.main-loc.loc-type-01 .desc .map + .map {display: flex!important;}
.main-loc.loc-type-01 .desc .map .map-title { display: flex; align-items: center; align-items: baseline; gap: 1rem; background: var(--white); font-size: 2.4rem; padding-bottom: 2rem; color: var(--darkgray); font-weight: 500; box-sizing: border-box;}
.main-loc.loc-type-01 .desc .map .btn-bx-sns {display: grid; grid-template-columns: repeat(auto-fit,minmax(25%,auto)); position: unset; bottom: 0; left: 0; width: 100%;}
.main-loc.loc-type-01 .desc .map.model .map-title::before {content: "\e4d1";}
.main-loc.loc-type-01 .desc .map.field .map-title::before {content: "\f5a0";}
.main-loc.loc-type-01 .desc .map .btn-bx-sns .btn-model,
.main-loc.loc-type-01 .desc .map .btn-bx-sns .btn-field {display:none;}
.main-loc.loc-type-01 .map_model_frame_div {width: 100%; height: 40rem; border: 1px solid var(--lightgray); border-bottom:none; box-sizing: border-box;}
.main-loc.loc-type-01 .map_model_frame {width: 100%; height: 100%;}
/************ 메인섹션-loc 오시는길 타입추가 loc-type-02 2025-04-02 ************/
.main-loc.loc-type-02 {}
.main-loc.loc-type-02 .desc {display: grid; justify-content: center; align-items: flex-start; color: var(--theme-color); width: 100%; flex-direction: column-reverse; gap: 5rem; grid-template-columns: 1fr 1fr;}
.main-loc.loc-type-02 .desc .text {display: flex;flex: 1; flex-direction: column; gap: 1rem; padding:0; margin-right: auto;text-align: left; grid-column: 1 / span 2; grid-row: 2 / 2;}
.main-loc.loc-type-02 .desc .loc-add-txt {display: none;}
.main-loc.loc-type-02 .desc .map {display: flex; flex-direction: column; gap: 0rem; position: relative; border:0px solid var(--lightgray); margin-left: auto; width: 100%; overflow: hidden;}
.main-loc.loc-type-02 .desc .map img {height:40vh;}
.main-loc.loc-type-02 .desc .map + .map {display: flex!important;}
.main-loc.loc-type-02 .desc .map .map-title { display: flex; align-items: center; align-items: baseline; gap: 1rem; background: var(--white); font-size: 2.4rem; padding-bottom: 2rem; color: var(--darkgray); font-weight: 500; box-sizing: border-box;}
.main-loc.loc-type-02 .desc .map .btn-bx-sns {display: grid; grid-template-columns: repeat(auto-fit,minmax(25%,auto)); position: unset; bottom: 0; left: 0; width: 100%;}
.main-loc.loc-type-02 .desc .map.model .map-title::before {content: "\e4d1";}
.main-loc.loc-type-02 .desc .map.field .map-title::before {content: "\f5a0";}
.main-loc.loc-type-02 .desc .map .btn-bx-sns .btn-model,
.main-loc.loc-type-02 .desc .map .btn-bx-sns .btn-field {display:none;}
.main-loc.loc-type-02 .map_model_frame_div {width: 100%; height: 40rem; border: 1px solid var(--lightgray); border-bottom:none; box-sizing: border-box;}
.main-loc.loc-type-02 .map_model_frame {width: 100%; height: 100%;}
@media all and (max-width:1280px){
	.main-loc.loc-type-01 .desc {gap:3rem;}
	.main-loc.loc-type-01 .desc .map .map-title {font-size: 2rem;}
	.main-loc.loc-type-01 .desc .map .btn-bx-sns a {width:unset;}
}
@media all and (max-width:1024px){
	.main-loc .desc {flex-direction:column-reverse; gap: 5rem;}
	.main-loc .desc .text {width: 100%;}
	.main-loc .desc .map {width: 100%; margin-left: 0;}
	.main-loc .desc .map .btn-bx-sns a {width: 50rem;}	
	.main-loc.loc-type-01 .desc {display: flex; gap:3rem;}
	.main-loc.loc-type-01 .desc .map .map-title {font-size: 2.4rem;}
	.main-loc.loc-type-01 .desc .map .btn-bx-sns a {width: unset;}
	.main-loc.loc-type-01 .map_model_frame_div {height: 45rem;}
}












/****************** 서브섹션-관심고객등록 ******************/
/************************ 관심고객등록서브 ************************/
[class*=section].customer.sub {background: var(--white)!important; padding: 0vw 0 !important;}
[class*=section].customer.sub .common-customer {max-width:var(--common-width)!important; margin-bottom: 5rem;}
[class*=section].customer.sub .common-customer .frm-customer {width: 100%; display: flex; flex-wrap: wrap; align-content: stretch; flex-direction: row; gap: 2rem;}
[class*=section].customer.sub .common-customer .frm-customer fieldset {width: 100%; display: flex; flex-wrap: wrap; gap: 2rem;}
[class*=section].customer.sub .common-customer .frm-customer fieldset .desc {}
[class*=section].customer.sub .common-customer .frm-customer p {margin-bottom: 0;}
[class*=section].customer.sub .common-customer .frm-customer .desc label {flex: unset; flex-basis: 10rem; width: 10rem;}
[class*=section].customer.sub .common-customer .frm-customer .desc input {/* flex: 1; */ width: 100%;}
[class*=section].customer.sub .common-customer .frm-customer .content {/* flex: 1; */width: 100%; height: 10rem;}
[class*=section].customer.sub .common-customer .frm-customer fieldset p.desc {flex: 1 1 40%;}
[class*=section].customer.sub .common-customer .frm-customer fieldset p.privacy {display: flex; flex-direction: row; flex-grow: 1; width: 100%; padding: 0rem 0 5rem; justify-content: space-evenly; align-items: center; gap: 4rem;}

[class*=section].customer.sub .common-customer .frm-customer .privacy .input {display: flex; /* flex-direction: row; */ gap: 3rem;}
[class*=section].customer.sub .common-customer .frm-customer .privacy label::before {position: absolute;
  top: 5px;
  left: -18px;
  display: inline-block;
  vertical-align: middle;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 20rem;
  cursor: pointer;
  transition: 0.2s;
  content: '\f111';
  font-size: 1.65rem;
  color: var(--theme-color);
  font-weight: 300; line-height: 1;}
[class*=section].customer.sub .common-customer .frm-customer .privacy input:checked + label::after {position: absolute;
  top: 5px;
  left: -18px;
  display: inline-block;
  cursor: pointer;
  transition: 0.2s;
  content: '\f058';
  font-size: 1.65rem;
  color: var(--theme-color); line-height: 1;}

[class*=section].customer.sub .info {display: flex; flex-direction: column; align-items: flex-start; justify-content: center; width: 100%; font-size: 1.85rem; line-height: 1.5; padding: 2rem 0;}
[class*=section].customer.sub .info li {display: flex;}
[class*=section].customer.sub .info li:before {display: inline-block; content: "※"; font-size: inherit; font-weight: 400; padding-right: 0.5rem;}
[class*=section].customer.sub .common-customer .btn-register {width: unset; padding: 2.2rem 8rem;}
[class*=section].customer.sub .common-customer .space {display: none;}
[class*=section].customer.sub .common-customer .customer-box {width: calc(100vw - 10vw); max-width: var(--common-width); padding: 0vw 0rem!important;}
[class*=section].customer.sub .common-customer .customer-box {gap: 4rem;}
/* 개인정보내용아이프레임 */
[class*=section].customer.sub .common-customer .customer-box .privacy-box {width: 100%;}
[class*=section].customer.sub .common-customer .customer-box .privacy-box .title {font-size: 2.4rem; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; font-weight: 600; margin: 2rem 0 !important; color: var(--theme-color);}
[class*=section].customer.sub .common-customer .customer-box .privacy-box .title::before {content: "\f52d";}
[class*=section].customer.sub .common-customer .customer-box .privacy-box .privacy-iframe {width: 100%; height: 300px; overflow-y: scroll; border: 1px solid var(--gray); border-radius: 0.5rem; padding: 0; font-size: 1.45rem; color: var(--mudgray); box-sizing: border-box}
.privacy-iframe #inquery-modal {line-height: 1!important;}
[class*=section].customer.sub .common-customer .frm-customer .privacy .text {text-decoration: none; font-weight: 700;}








/* 서브탭메뉴 추가 */
.tab_con{max-width: var(--common-width); padding: var(--common-padding); margin: 0 auto; padding-bottom:0px;}
.tab_overview {width: 100%; margin: 0 auto; }
/*.tab_overview ul.tabs {display: grid; grid-template-columns: repeat(auto-fill, minmax(15%, auto)); align-items:center; gap: .5rem;}
.tab_overview ul.tabs li {line-height: 6rem; text-align:center; font-size: 2rem; background: var(--white); color: var(--mudgray); border: 1px solid var(--lightgray); border-radius: 8rem; box-sizing: border-box; cursor: pointer; transition: .2s; transition-property: all;}*/
.tab_overview ul.tabs {display: flex; flex-wrap: wrap; flex-direction: row; align-content: center; align-items:center; gap: .5rem;}
.tab_overview ul.tabs li {line-height: 6rem; text-align:center; font-size: 2rem; padding: 0 3rem; background: var(--white); color: var(--mudgray); border: 1px solid var(--lightgray); border-radius: 8rem; box-sizing: border-box; cursor: pointer; transition: .2s; transition-property: all;}
.tab_overview ul.tabs li.active {background: var(--mudgray); color: var(--white); border: 1px solid var(--mudgray);}
.tab_overview ul.tabs li:hover {background: var(--gray); color: var(--white); border: 1px solid var(--gray);}
/* .tab_overview ul.tabs li:nth-child(2).active {background: var(--main-color); color: var(--white);} */
.tab_overview .tab_container {margin-top:5rem;}
.tab_overview .tab_content {/*display:none;*/}
.tab_overview .tab_content > h2 {font-size: 2.8rem; color: var(--mudgray); font-weight:600; margin-bottom:5rem;}
/* 탭스타일 추가 basic 2025-06-16 */
.tab_overview ul.tabs.basic {display: grid; grid-template-columns: repeat(auto-fit, minmax(20%, auto)); gap:1rem 0;}
.tab_overview ul.tabs.basic li {border: 1px solid var(--theme-color); border-left: none; border-right: none; border-radius:0; background: var(--white); color: var(--theme-color); padding: 0 2rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.85rem; line-height: 5rem; box-shadow: var(--box-shadow3);}
.tab_overview ul.tabs.basic li.active {background: var(--theme-color); color: var(--white);}
.tab_overview ul.tabs.basic li:hover {background: var(--theme-color); color: var(--white);}












/* 수정추가 서브 관심고객등록 */

/* ===== KCC 스위첸 미사 안내 섹션 (Light + Strong Accent) ===== */
.kcc-section{
  /* 핵심 컬러 변수 */
  --bg:#f9fafb;           /* 섹션 배경 */
  --card:#ffffff;         /* 카드 배경 */
  --card-2:#f3f6fb;       /* 카드 보조 배경 */
  --text:#111827;         /* 일반 텍스트 */
  --muted:#6b7280;        /* 보조 텍스트 */
  --accent:#3b82f6;       /* 메인 포인트 */
  --accent-2:#10b981;     /* 보조 포인트(민트) */
  --on-accent:#ffffff;    /* 포인트 위 텍스트 */
  --border:rgba(17,24,39,.10);
  --soft:rgba(17,24,39,.05);
  --ring:rgba(59,130,246,.25);
  max-width:1300px; 
/*   margin:48px auto;  */
  padding:0;
/*padding:28px;
  background:var(--bg); color:var(--text);
  border-radius:24px; border:1px solid var(--border);
  box-shadow:0 10px 26px rgba(0,0,0,.06); */
}

/* 본문 */
.kcc-section p{ margin:0 0 22px; color:var(--text); line-height:1.7; }
.kcc-section strong{ color:#ef3120; font-weight:800; }

/* 대제목: 포인트 그라데이션 유지 */
.kcc-section>h2{
  margin:0 0 14px; font-size:clamp(22px,2.2vw + 14px,32px);
  line-height:1.25; letter-spacing:-.02em; font-weight:900;
background:#1a3576;
/*   background:linear-gradient(90deg,var(--accent),var(--accent-2)); */
  -webkit-background-clip:text; background-clip:text; color:transparent;
}

/* 카드 공통 */
.kcc-section .kcc-points,
.kcc-section .kcc-summary,
.kcc-section .kcc-reservation{
  background:linear-gradient(180deg,var(--card),var(--card-2));
  border:1px solid var(--border);
  border-radius:16px; padding:20px 18px; margin-bottom:16px;
  box-shadow:0 8px 18px rgba(0,0,0,.05), inset 0 0 0 1px var(--soft);
}

/* 카드 제목: 포인트 도트 */
.kcc-section h3{
  margin:0 0 12px; font-size:2.2rem; font-weight:800; letter-spacing:-.01em;
  display:inline-flex; align-items:center; gap:10px; color:var(--text);
}
.kcc-section h3::before{
  content:""; width:10px; height:10px; border-radius:999px;
  background: radial-gradient(circle at 30% 30%, #fff, var(--accent) 45%, transparent 62%);
  box-shadow:0 0 14px var(--ring);
}

/* ========== 투자 포인트 (순번 배지: 블루→민트 그라데이션) ========== */
.kcc-points ol{ margin:0; padding:0; display:grid; gap:10px; counter-reset:num; }
.kcc-points li{
  list-style:none; counter-increment:num; position:relative;
  padding:12px 14px 12px 52px; font-weight:400; color:var(--text);
  background:#fff; border:1px solid var(--border); border-radius:12px;
}
.kcc-points li::before{
  content:counter(num);
  position:absolute; left:12px; top:50%; transform:translateY(-50%);
  width:28px; height:28px; display:grid; place-items:center;
  font-size:13px; font-weight:900; color:var(--on-accent);
background: #1a3576;
/*   background: linear-gradient(180deg, #f63b3b, #104cb9); */
  border-radius:999px; box-shadow:0 5px 12px var(--ring);
}

/* ========== 6포인트 요약 (체크 아이콘: 민트 박스, 블루 음영) ========== */
.kcc-summary ul{
  margin:0; padding:0; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px;
}
.kcc-summary li{
  list-style:none; position:relative;
  padding:12px 12px 12px 44px; border-radius:12px;
  background:#fff; border:1px dashed var(--border);
}
.kcc-summary li::before{
  content:"✓";
  position:absolute; left:12px; top:50%; transform:translateY(-50%);
  width:22px; height:22px; display:grid; place-items:center;
  font-size:12px; font-weight:900; color:var(--on-accent);
background: #1a3576;

/*   background:linear-gradient(180deg,var(--accent-2),var(--accent)); */
  border-radius:6px; box-shadow:0 3px 10px var(--ring);
}

/* ========== 방문 예약 & 선물 ========== */
.kcc-reservation p{ margin:8px 0 12px; }
.kcc-reservation strong{ color:var(--accent-2); }
.kcc-reservation ul{ margin:0; padding:0; display:flex; flex-wrap:wrap; gap:10px; }
.kcc-reservation li{
  list-style:none; padding:10px 12px; font-weight:700; color:var(--text);
  background:#fff; border:1px solid var(--border); border-radius:12px;
}

/* 방문 예약 선물 리스트 아이콘 (v 체크) */
.kcc-reservation ul li {
  position: relative;
  padding-left: 40px; /* 아이콘 들어갈 자리 */
}

.kcc-reservation ul li::before {
  content: "✓";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
  color: var(--on-accent);
  background:#ef3120;
/*   background: linear-gradient(180deg, var(--accent-2), var(--accent)); */
  border-radius: 6px;
  box-shadow: 0 3px 8px var(--ring);
}



/* 강조 알림 (예약 필수) */
.kcc-reservation p strong{
  display:inline-block; margin-top:10px; padding:9px 12px; border-radius:10px;
  background: color-mix(in srgb, var(--accent) 14%, white);
  color: color-mix(in srgb, var(--accent) 12%, black);
  border:1px solid color-mix(in srgb, var(--accent-2) 40%, transparent);
}

/* 버튼 (선택) */
.kcc-section .kcc-btn{
  display:inline-flex; align-items:center; justify-content:center;
  min-height:44px; padding:0 16px; border-radius:12px;
  background:linear-gradient(180deg,var(--accent),var(--accent-2));
  color:var(--on-accent); font-weight:900; text-decoration:none;
  box-shadow:0 10px 18px var(--ring), inset 0 0 0 1px rgba(255,255,255,.18);
  transition:transform .06s ease, box-shadow .2s ease, filter .2s ease;
}
.kcc-section .kcc-btn:hover{ transform:translateY(-1px); filter:saturate(1.08); }
.kcc-section .kcc-btn:active{ transform:translateY(0); box-shadow:0 6px 12px var(--ring); }

/* 반응형 */
@media (max-width:720px){
  .kcc-section{ border-radius:20px; }
  .kcc-section>h2{ font-size:22px; }
  .kcc-summary ul{ grid-template-columns:1fr; }
}


.kcc-reservation p:last-of-type {
  margin-top: 3rem;
   animation: blink 1s ease-in-out infinite; /* 부드럽게 */
   color:#ef3120;
}


/* 깜빡이 수정 */


@keyframes blink {
  0%, 100% {
    opacity: 1; /* 선명 */
  }
  50% {
    opacity: 0; /* 투명 */
  }
}




@media screen and (max-width: 1740px) {	

	@media screen and (max-width: 1470px){  }
	@media all and (max-width:1300px){	
    [class*=section]
	{padding: var(--common-padding);}
    /* 서브메뉴바 상단여백조정에따른 */
    .snb {padding: 0;}
    [class*=section].customer.sub {padding: 0vw 0 !important;}
	}  
	@media all and (max-width:1280px){	
	}
	@media screen and (max-width: 1024px){
    .sub-visual .swiper-slide .copy {display: none;}
    [class*=section] .maintit {font-size: 4rem;}
	.sub-loc .desc {flex-direction:column-reverse; gap: 5rem;}
	.sub-loc .desc .text {width: 100%; margin-right: 0;}
	.sub-loc .desc .map {max-width: 100%; }
	.sub-loc .desc .btn-bx-sns a {width: 50rem;}
	.sub-unititem .unititem-slide .swiper-wrapper {grid-template-columns: 1fr;}	
	}
	@media screen and (max-width: 800px){
	[class*=section].customer.sub .common-customer .customer-box {gap: 2rem;}
    [class*=section].customer.sub .common-customer .customer-box .privacy-box .privacy-iframe {height: 150px;}
    [class*=section].customer.sub .common-customer .frm-customer fieldset {gap: 1rem;}
    [class*=section].customer.sub .common-customer .frm-customer fieldset p.desc {flex: 1 1 50%;}
    /*  */
    [class*=section].customer.sub .common-customer .btn-register {width: 100%; padding: 2.2rem 0;}
	/*.info-table {padding-top: 1rem;}*/
	}
	/* 2025-05-09 사업소개테이블 가로열추가 스타일추가 */
	@media all and (max-width:680px){
	.summary-inner tbody tr {display: grid; grid-template-columns: 15rem 4fr; height: unset;}
	.summary-inner tbody tr th, .summary-inner tbody tr td, .summary-inner tbody tr td:nth-child(odd) {width:100%; height: 100%; border-bottom: 1px solid var(--lightgray); padding: 1rem; /*line-height: 10rem;*/}	
	}
	@media all and (max-width:480px){
	[class*=section].customer.sub .common-customer .frm-customer fieldset p.privacy {flex-direction: column; gap: 1rem;}
	[class*=section].customer.sub .common-customer .frm-customer .privacy .input {gap: 5rem;}
	[class*=section].customer.sub .common-customer .frm-customer .privacy label::before,
	[class*=section].customer.sub .common-customer .frm-customer .privacy input:checked + label::after {top: 3px; left: -15px}
	}
	@media screen and (max-width: 360px){    
	[class*=section].customer.sub .common-customer .frm-customer {width: 100%;}
    /* [class*=section].customer.sub .common-customer .customer-box {gap: 1rem;} */
	}

}