/* KRC0032 - 가로 사이즈 921px 조정 및 가운데 정렬 */
.component-wrap .KRC0032.stage-wide .ui_carousel_list,
.component-wrap .KRC0032 .usp-banner-wrap .ui_carousel_track,
.component-wrap .KRC0032 .usp-banner-wrap .carousel-box {
  max-width:912px !important;
  margin:0 auto !important;
}

/* 공통 - 디스클라이머 가로 921px 조정, 가운데 정렬 */
.component-wrap.bg-white .component .fc-gray,
.component-wrap.bg-white .component .fc-gray * {
  max-width:912px;
  margin:0 auto !important;
}

/* KRC0025 - summary 디스클라이머 영역 1614px 조정, 좌측 정렬
(정수기 파트는 디스클라이머 영역에 폰트 색상 gray 옵션값이 무조건 추가됨. */
.KRC0025.stage-full .unit-list.align-left,
.KRC0025.stage-full .unit-list.align-left .fc-gray {max-width:1614px;margin:0 auto;}

/* 카드UI - 디스클라이머, 팝업 버튼 폰트 사이즈 설정 */
.usp-card-wrap .desc-item-txt .txt,
.usp-card-wrap .desc-item-txt button { font-size:13px !important; }

/* 카드 팝업 UI - 내부 컨텐츠 슬라이드 상단 여백 조정 */
.usp-card-wrap .gallery-slide { margin:0 -117px 0 0 !important; }

/* 카드 팝업 UI - 내부 컨텐츠 슬라이드 각 단 타이틀 하단 여백 조정 */
.usp-card-wrap .gallery-slide .swiper-slide .txt-box { padding:0 29px 10px 0 !important; }

@media screen and (max-width:767px) {
	/* KRC0032 - 하단 여백 설정 */
	.component-wrap.zero-btm .component.KRC0032 .component-box { padding-bottom:10px !important; }

	/* KRC0025 - 디스클라이머 폰트 사이즈, 여백 설정 */
	.KRC0025 .bullet-list .b-txt {
	font-size:11px !important;
	letter-spacing:-0.025em !important;
	padding:0 20px !important;
	}

	/* 카드UI - 디스클라이머, 팝업 버튼 폰트 사이즈, 여백 설정 */
	.usp-card-wrap .desc-item-txt .txt,
	.usp-card-wrap .desc-item-txt button {
	padding-top:5px !important;
	font-size:11px !important;
	letter-spacing:-0.025em !important;
	}

	/* 카드 팝업 UI - 내부 컨텐츠 슬라이드 상단 여백 조정 */
	.usp-card-wrap .gallery-slide { margin:0px -25px 0 -25px !important; }
}