.p-l-n {
	padding-left: 0px !important;
}

.p-r-n {
	padding-right: 0px !important;
}

@media(max-width:991px) {
	.p-l-m-n {
		padding-left: 0px !important;
	}

	.p-r-m-n {
		padding-right: 0px !important;
	}

	.m-m-b-2 {
		margin-bottom: 2rem !important;
	}
}

.w-100 {
	width: 100% !important;
}

.h-100 {
	height: 100% !important;
}

.m-l-n {
	margin-left: 0px !important;
}

.m-r-n {
	margin-right: 0px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-3 {
	margin-top: 3rem !important;
}

.mt-5 {
	margin-top: 5rem !important;
}

.text-bolder {
	font-weight: bolder !important;
}

.text-end {
	text-align: right !important;
}

.flex-column {
	flex-direction: column !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between {
	justify-content: space-between;
}

.d-flex {
	display: flex !important;
}

.me-5 {
	margin-right: 4rem !important;
}

.ms-5{
	margin-left: 5rem !important;
}

.mb-5 {
	margin-bottom: 5rem !important;
}

.mt-5 {
	margin-top: 5rem !important;
}

.me-4 {
	margin-right: 4rem !important;
}

.ms-4 {
	margin-left: 4rem !important;
}

.mb-4 {
	margin-bottom: 4rem !important;
}

.mt-4 {
	margin-top: 4rem !important;
}

.me-3 {
	margin-right: 3rem !important;
}

.ms-3 {
	margin-bottom: 3rem !important;
}

.mb-3 {
	margin-bottom: 3rem !important;
}

.mt-3 {
	margin-top: 3rem !important;
}

.me-2 {
	margin-right: 2rem !important;
}

.ms-2 {
	margin-left: 2rem !important;
}

.mb-2 {
	margin-bottom: 2rem !important;
}

.mt-2 {
	margin-top: 2rem !important;
}

.me-1 {
	margin-right: 1rem !important;
}

.ms-1 {
	margin-left: 1rem !important;
}

.mb-1 {
	margin-bottom: 1rem !important;
}

.mt-1 {
	margin-top: 1rem !important;
}

.pb-3 {
	padding-bottom: 3rem !important;
}

.m-b-5 {
	margin-bottom: 5px !important;
}

.fs-5 {
	font-size: 5rem !important;
}

.fs-4 {
	font-size: 4rem !important;
}

.fs-3 {
	font-size: 3rem !important;
}

.fs-2 {
	font-size: 2rem !important;
}

.fs-1 {
	font-size: 1rem !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.opacity-100 { opacity: 1 !important; }
.opacity-80  { opacity: .8 !important; }
.opacity-60  { opacity: .6 !important; }
.opacity-50  { opacity: .5 !important; }
.opacity-30  { opacity: .3 !important; }
.opacity-0   { opacity: 0 !important; }


@media(max-width:1199px) {
	.t-d-n {
		display: none !important;
	}

}

@media(max-width:991px) {
	.m-d-n {
		display: none !important;
	}
}

/* === 최근 본 제품 박스 외곽선/타이틀바 ====================== */
.module.product-simple.extra-layout1 {
	border: 1px solid #e6ecf3;
	/* 외곽선 */
	border-radius: 12px;
	background: #fff;
}

/* 타이틀바: 좌측 제목, 우측에 점(페이지네이션) */
.module.product-simple.extra-layout1>.modtitle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 12px;
	border-bottom: 1px solid #eef2f7;
	font-size: 14px;
	font-weight: 700;
	color: #333;
	margin: 0;
	/* 테마 여백 상쇄 */
}

/* 박스 내부 여백 */
.module.product-simple.extra-layout1>.modcontent {
	padding: 8px 10px 12px;
}

/* === Owl dots(페이지네이션) 표시/스타일 ===================== */
/* 테마에서 감춰져 있는 경우 강제 노출 */
#so_extra_slider_1 .owl2-dots {
	display: flex !important;
	align-items: center;
	gap: 6px;
}

/* 점 기본 */
#so_extra_slider_1 .owl2-dot {
	display: inline-flex;
}

#so_extra_slider_1 .owl2-dot span {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: #000;
	/* 비활성(연회색) */
	transition: width .15s ease, background .15s ease;
}

/* 활성 점 = 둥근 직사각형(스크린샷처럼) */
#so_extra_slider_1 .owl2-dot.active span {
	width: 30px;
	/* 길게 늘어난 파란바 */
	background: #094BAD;
	/* 파란색 */
}

#so_extra_slider_1 .yt-content-slider .owl2-controls {
	position: absolute;
	top: 16px;
	right: 20px;
}

.product-simple .modtitle {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 10px 10px 0 0;
}

.review-table>thead>tr>td {
	text-align: center;
	color: black;
	font-weight: 600;
}

.front-header-item {
	position: relative;
}

.front-header-cart-count {
	display: inline-block;
	position: absolute;
	top: -6px;
	/* 필요시 조정 */
	right: -10px;
	/* 필요시 조정 */
	background-color: #ff3b30;
	/* 빨간 배경 */
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 6px;
	border-radius: 50%;
	line-height: 1;
	min-width: 18px;
	text-align: center;
}

.customer-estimate-autocomplete-wrap {
	position: relative;
}

.customer-estimate-suggest-box {
	display: none;
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	right: 0;
	z-index: 30;
	background: #fff;
	border: 1px solid #e6eaf0;
	border-radius: 6px;
	max-height: 420px;
	overflow-y: auto;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.customer-estimate-suggest-box:not(.d-none) {
	display: block;
}

.customer-estimate-suggest-box.d-none {
	display: none !important;
	border: 0 !important;
	box-shadow: none !important;
	overflow: hidden !important;
}

.customer-estimate-suggest-head {
	position: sticky;
	top: 0;
	z-index: 1;
	padding: 10px 12px;
	background: #f8f9fb;
	border-bottom: 1px solid #ececec;
}

.customer-estimate-suggest-head-label {
	font-size: 11px;
	color: #666;
	margin-bottom: 3px;
}

.customer-estimate-suggest-head-keyword {
	font-size: 13px;
	font-weight: 700;
	color: #222;
	word-break: break-all;
}

.customer-estimate-suggest-item {
	display: block;
	width: 100%;
	padding: 10px 12px;
	font-size: 13px;
	line-height: 1.4;
	cursor: pointer;
	border: 0;
	border-bottom: 1px solid #f1f1f1;
	background: #fff;
	text-align: left;
	word-break: break-word;
}

.customer-estimate-suggest-item:last-child {
	border-bottom: none;
}

.customer-estimate-suggest-item:hover {
	background: #f8f9fb;
}

.customer-estimate-suggest-empty {
	padding: 12px;
	font-size: 13px;
	color: #777;
	line-height: 1.5;
	word-break: break-word;
}

.customer-estimate-suggest-match {
	color: #0d3b66;
	font-weight: 700;
}

.customer-estimate-selected-pin {
	display: inline-block;
	margin-left: 8px;
	padding: 2px 6px;
	font-size: 11px;
	color: #fff;
	background: #0d3b66;
	border-radius: 12px;
	vertical-align: middle;
}

.customer-estimate-file-list {
	margin-top: 8px;
}

.customer-estimate-file-item {
	padding: 6px 0;
	font-size: 13px;
	color: #444;
	border-bottom: 1px dashed #e5e5e5;
	word-break: break-all;
}

.customer-estimate-td-selected {
	background: #fbfdff;
}

.estimate-page-empty-row td {
	color: #666;
	background: #fff;
}

@media (max-width: 767px) {
	.customer-estimate-suggest-box {
		max-height: 320px;
	}
}

.customer-estimate-list-filter-wrap {
	gap: 8px;
	flex-wrap: wrap;
}

.customer-estimate-list-date-input {
	min-width: 150px;
}

.customer-estimate-list-sort-head {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.customer-estimate-list-sort-buttons {
	display: inline-flex;
	flex-direction: column;
	gap: 1px;
}

.customer-estimate-list-sort-btn {
	border: 0;
	background: transparent;
	padding: 0;
	line-height: 1;
	font-size: 10px;
	color: #777;
	cursor: pointer;
}

.customer-estimate-list-sort-btn.active {
	color: #111;
	font-weight: 700;
}

.customer-estimate-list-title-text {
	display: inline-block;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}

@media (max-width: 767px) {
	.customer-estimate-list-mobile-hidden {
		display: none !important;
	}

	.customer-estimate-list-date-input {
		min-width: 100%;
	}
}

.customer-estimate-file-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
	gap: 12px;
	margin-top: 12px;
}

.customer-estimate-file-item {
	position: relative;
	min-height: 78px;
	padding: 14px 42px 14px 14px;
	border: 1px solid #ddd;
	border-radius: 8px;
	background: #fff;
}

.customer-estimate-file-remove-btn {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 50%;
	background: #f1f3f5;
	color: #333;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
}

.customer-estimate-file-remove-btn:hover {
	background: #e9ecef;
}

.customer-estimate-file-name {
	font-size: 13px;
	font-weight: 600;
	color: #222;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.customer-estimate-file-size {
	margin-top: 6px;
	font-size: 12px;
	color: #777;
}

.ibio-product-source-company {
	background: #1f8b4c !important;
	color: #fff !important;
}

.ibio-product-source-dealer {
	background: #2f6bff !important;
	color: #fff !important;
}

.ibio-index-menu-product-name,
.ibio-index-m-prod-name {
	margin-right: 6px;
}

.ibio-index-menu-product-badge {
	display: inline-block;
	padding: 1px 6px;
	border-radius: 10px;
	font-size: 11px;
	line-height: 1.4;
	color: #fff;
	vertical-align: middle;
}

.ibio-index-menu-product-badge.is-company {
	background: #1f8b4c;
}

.ibio-index-menu-product-badge.is-dealer {
	background: #2f6bff;
}

/* ===== 헤더 포지셔닝 (단일 권위 소스) =====
   theme.css / responsive.css 의 position:fixed, overflow-x:hidden, display:none 을
   여기서 한 번에 재정의한다. toppanel.js 와 함께 동작.
   - 모바일만 #wrapper overflow-x:hidden → clip (sticky 파괴 방지, 데스크톱은 건드리지 않음)
   - 전 뷰포트 sticky 고정, transform 숨김 무력화
   - 모바일(<992px): responsive.css 의 display:none 방어 */
#header.typeheader-1,
#header.typeheader-1.navbar-compact {
	position: sticky !important;
	top: 0 !important;
	z-index: 1000 !important;
	background: #fff !important;
}
#header.typeheader-1.navbar-compact.hidden-menu {
	transform: none !important;
}
.header-spacer {
	display: none !important;
}
@media (max-width: 991.98px) {
	/* responsive.css의 overflow-x:hidden이 sticky를 파괴하므로 clip으로 대체 (모바일만) */
	#wrapper {
		overflow-x: clip !important;
	}
	header.navbar-compact,
	header.navbar-compact.hidden-menu,
	header.navbar-compact:not(.hidden-menu) {
		display: block !important;
	}
}

/* ===== Owl Carousel 2 모바일 터치 대응 =====
   Chrome 은 터치 이벤트 리스너를 기본 passive 로 처리하므로 owl.carousel.js:819 의
   preventDefault() 호출이 [Intervention] 경고와 함께 차단된다.
   touch-action: pan-y 를 주어 "세로 스크롤은 브라우저, 가로 스와이프는 캐러셀"
   로 제스처 권한을 분리하면 preventDefault 없이도 자연스러운 스와이프가 가능하고
   인터벤션 경고도 사라진다. */
.yt-content-slider,
.owl2-carousel {
	touch-action: pan-y;
	max-width: 100%;
	overflow: hidden;
}

