@charset "utf-8";

/* 대리점 찾기 (1B94B4F9) · 칸스톤 Premier Partners (74495D32) — 전시/매장 리뉴얼 */
body.store-agency-page #container.sub #contWrap {
	overflow: visible !important;
}

body.store-agency-page #container.sub #contWrap #content {
	margin-left: 218px;
	padding-left: 29pt !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	width: calc(1070px + 29pt);
	box-sizing: border-box;
	border-left: 0 !important;
	overflow: visible !important;
}

body.store-agency-page #container.sub #contWrap #content .wrap {
	width: 100%;
	max-width: 1070px;
	margin: 0;
	padding-bottom: 200px;
	overflow: visible;
}

/* 히어로 */
body.store-agency-page #content > .product-hub-hero {
	position: relative;
	width: 100%;
	max-width: 1070px;
	margin: 0;
	overflow: hidden;
	box-sizing: border-box;
}

body.store-agency-page .product-hub-hero img {
	display: block;
	width: 100%;
	height: 600px;
	object-fit: cover;
}

body.store-agency-page .product-hub-hero__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 170px;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

body.store-agency-page .product-hub-hero__title {
	margin: 0;
	width: 100%;
	text-align: center;
	font-family: "Pretendard", "Noto Sans KR", sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.4;
	color: #ffffff;
}

/* 섹션 타이틀 */
body.store-agency-page #container.sub #contWrap #content .wrap h4.store-agency-section-title {
	margin: 0 0 50px !important;
	padding: 0;
	border: 0;
	background: none;
	font-family: "Pretendard", "Noto Sans KR", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	color: #424242;
}

body.store-agency-page #container.sub #contWrap #content .wrap h4.store-agency-section-title::before,
body.store-agency-page #container.sub #contWrap #content .wrap h4.store-agency-section-title::after {
	display: none !important;
	content: none !important;
}

body.store-agency-page #container.sub #contWrap #content .wrap h4.store-agency-section-title span {
	padding: 0;
	background: none;
	position: static;
	z-index: auto;
}

body.store-agency-page .sub_section {
	padding-top: 0;
	text-align: left;
}

body.store-agency-page .sub_section::after {
	display: none;
}

/* 검색 필터 */
body.store-agency-page .store-agency-filter {
	margin-top: 70px;
}

body.store-agency-page #container.sub #contWrap .sub_section.store-agency-filter .showroom_search_wrap {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
	max-width: 100%;
	padding: 24px 30px !important;
	border: 1px solid #d1d1d1;
	box-sizing: border-box;
	overflow: visible;
}

/* store.css padding-left(85px/70px)·absolute 라벨 무력화 */
body.store-agency-page #container.sub #contWrap .sub_section.store-agency-filter .showroom_search_wrap .showroom_search_chk,
body.store-agency-page #container.sub #contWrap .sub_section.store-agency-filter .showroom_search_wrap .showroom_search {
	position: static !important;
	padding: 0 !important;
	margin: 0 !important;
}

body.store-agency-page #container.sub #contWrap .sub_section.store-agency-filter .showroom_search_wrap .showroom_search_chk span,
body.store-agency-page #container.sub #contWrap .sub_section.store-agency-filter .showroom_search_wrap .showroom_search span {
	position: static !important;
	top: auto !important;
	left: auto !important;
}

body.store-agency-page .store-agency-filter-row,
body.store-agency-page .store-agency-search-row {
	display: grid;
	grid-template-columns: 85px minmax(0, 1fr);
	align-items: center;
	column-gap: 0;
}

body.store-agency-page .store-agency-field-label {
	grid-column: 1;
	justify-self: start;
	flex: none;
	width: 85px;
	text-align: left;
	font-family: "Pretendard", "Noto Sans KR", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #424242;
}

body.store-agency-page .store-agency-filter-options,
body.store-agency-page .store-agency-search-fields {
	grid-column: 2;
	width: 100%;
	min-width: 0;
}

body.store-agency-page .store-agency-filter-row {
	margin: 0;
	padding: 0;
}

body.store-agency-page .store-agency-filter-options {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 0 12px;
	overflow: visible;
}

body.store-agency-page .store-agency-filter-options label {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	white-space: nowrap;
	margin: 0 !important;
	cursor: pointer;
	font-family: "Pretendard", "Noto Sans KR", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #424242;
}

body.store-agency-page #container.sub #contWrap .sub_section.store-agency-filter .showroom_search_wrap .showroom_search_chk label input[type="checkbox"],
body.store-agency-page .store-agency-filter-options label input[type="checkbox"] {
	margin: 0 6px 0 0 !important;
	vertical-align: middle;
	flex-shrink: 0;
}

body.store-agency-page .store-agency-search-row {
	align-items: center;
	min-width: 0;
}

body.store-agency-page .store-agency-search-fields {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	gap: 10px;
	width: 100%;
	overflow: hidden;
}

body.store-agency-page .store-agency-search-submit {
	display: flex;
	flex: 1 1 auto;
	align-items: stretch;
	width: auto;
	min-width: 0;
	max-width: none;
}

/* store.css 레거시 margin 제거 */
body.store-agency-page #container.sub #contWrap .sub_section .showroom_search_wrap .showroom_search select,
body.store-agency-page #container.sub #contWrap .sub_section .showroom_search_wrap .showroom_search input[type="text"],
body.store-agency-page #container.sub #contWrap .sub_section .showroom_search_wrap .showroom_search button {
	margin-left: 0 !important;
}

body.store-agency-page #container.sub #contWrap .store-agency-search-fields .selectWrap,
body.store-agency-page .store-agency-select-wrap.selectWrap {
	position: relative;
	display: block;
	flex: 0 0 180px;
	width: 180px !important;
	min-width: 180px !important;
	max-width: 180px !important;
	height: 32px !important;
	margin: 0 !important;
	border: 0 !important;
	overflow: visible;
	vertical-align: top;
}

body.store-agency-page #container.sub #contWrap .store-agency-search-fields .selectWrap select,
body.store-agency-page .store-agency-select-wrap.selectWrap select,
body.store-agency-page .store-agency-select-wrap.selectWrap select.sort-native-select {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	z-index: 1 !important;
	display: block !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	height: 32px !important;
	max-height: 32px !important;
	opacity: 1 !important;
	pointer-events: auto !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 28px 0 10px !important;
	border: 1px solid #d1d1d1 !important;
	border-radius: 0 !important;
	background-color: #ffffff !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23a5a5a5' d='M1 1l4 4 4-4'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 10px center !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	font-family: "Pretendard", "Noto Sans KR", sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 32px;
	color: #606060 !important;
	cursor: pointer;
	box-sizing: border-box;
}

body.store-agency-page .store-agency-select-wrap.selectWrap select.renewal-custom-select__native {
	position: relative !important;
	opacity: 1 !important;
	pointer-events: auto !important;
	width: 100% !important;
	height: 32px !important;
}

body.store-agency-page .store-agency-select-wrap.selectWrap select::-ms-expand {
	display: none;
}

body.store-agency-page .store-agency-select-wrap .renewal-custom-select__trigger,
body.store-agency-page .store-agency-select-wrap .renewal-custom-select__list {
	display: none !important;
}

body.store-agency-page #container.sub #contWrap .sub_section .showroom_search_wrap .showroom_search input.store-agency-search-input,
body.store-agency-page .store-agency-search-input {
	flex: 1 1 auto;
	width: auto !important;
	max-width: none !important;
	min-width: 0;
	height: 32px;
	margin: 0 !important;
	padding: 0 15px;
	box-sizing: border-box;
	border: 1px solid #d1d1d1 !important;
	border-right: 0 !important;
	border-radius: 0;
	font-family: "Pretendard", "Noto Sans KR", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 32px;
	color: #606060 !important;
	background: #ffffff !important;
}

body.store-agency-page .store-agency-search-input::placeholder {
	color: #a5a5a5;
}

body.store-agency-page #container.sub #contWrap .sub_section .showroom_search_wrap .showroom_search button.store-agency-search-btn,
body.store-agency-page .store-agency-search-btn {
	flex: 0 0 160px;
	min-width: 160px;
	width: 160px !important;
	height: 32px;
	margin: 0 !important;
	padding: 0 20px;
	box-sizing: border-box;
	border: 1px solid #d1d1d1 !important;
	border-left: 0 !important;
	border-radius: 0;
	background-color: #d8d8d8 !important;
	font-family: "Pretendard", "Noto Sans KR", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 32px;
	color: #646464 !important;
	cursor: pointer;
}

body.store-agency-page .store-agency-search-btn .ico_search {
	display: none;
}

/* 리스트 + 지도 2열 */
body.store-agency-page #container.sub #contWrap .sub_section.store-agency-filter,
body.store-agency-page #container.sub #contWrap .sub_section.store-agency-result {
	padding-top: 0 !important;
}

body.store-agency-page .store-agency-result {
	margin-top: 50px;
}

body.store-agency-page .store-agency-result.sub_section.under_line {
	padding-bottom: 0;
	border-bottom: 0;
}

body.store-agency-page .store-agency-result__cols {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 50px;
	width: 100%;
	max-width: 1070px;
	box-sizing: border-box;
	overflow: visible;
}

body.store-agency-page .store-agency-list-wrap {
	flex: 1 1 550px;
	min-width: 0;
	max-width: 550px;
}

body.store-agency-page .store-agency-result .showroom_list.type2 {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.store-agency-page .store-agency-result .showroom_list.type2 li {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 8px;
	margin: 0 0 8px;
	padding: 10px 8px;
	border: 1px solid transparent;
	box-sizing: border-box;
	cursor: pointer;
	background: #ffffff;
	overflow: hidden;
}

body.store-agency-page .store-agency-result .showroom_list.type2 li:hover,
body.store-agency-page .store-agency-result .showroom_list.type2 li:hover::before,
body.store-agency-page .store-agency-result .showroom_list.type2 li:hover::after {
	background: #f9f9f9;
	border-color: #e0e0e0;
}

body.store-agency-page .store-agency-result .showroom_list.type2 li:hover::before,
body.store-agency-page .store-agency-result .showroom_list.type2 li:hover::after {
	display: none;
}

body.store-agency-page .store-agency-result .showroom_list.type2 li div {
	display: block;
	flex: 0 1 auto;
	width: auto !important;
	min-width: 0;
	padding: 0 !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: "Pretendard", "Noto Sans KR", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #606060;
}

body.store-agency-page .store-agency-result .showroom_list.type2 li div.store {
	flex: 0 1 28%;
	max-width: 28%;
}

body.store-agency-page .store-agency-result .showroom_list.type2 li div.phone {
	flex: 0 1 22%;
	max-width: 22%;
}

body.store-agency-page .store-agency-result .showroom_list.type2 li div.addr {
	flex: 0 1 22%;
	max-width: 22%;
}

body.store-agency-page .store-agency-result .showroom_list.type2 li div.product {
	flex: 1 1 auto;
	max-width: none;
}

body.store-agency-page .store-agency-result .showroom_list.type2 li.best div.store {
	position: relative;
	flex: 0 1 28%;
	max-width: 28%;
	padding-left: 26px !important;
	background-image: none !important;
	box-sizing: border-box;
}

body.store-agency-page .store-agency-result .showroom_list.type2 li.best div.store::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background-image: url("/images/front/ico_best.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

/* 지도 패널 — 470×620, 텍스트 중앙정렬 */
body.store-agency-page #container.sub #contWrap .sub_section .showroom_info.type2,
body.store-agency-page .store-agency-result .showroom_info.type2 {
	display: none;
	float: none !important;
	flex: 0 0 470px;
	flex-shrink: 0;
	flex-direction: column;
	align-items: center;
	width: 470px !important;
	max-width: 470px !important;
	min-height: 620px;
	height: 620px !important;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #d1d1d1 !important;
	box-shadow: none !important;
	background: #f9f9f9;
	text-align: center;
	overflow: visible;
}

body.store-agency-page .store-agency-result .showroom_info.type2[style*="display: block"] {
	display: flex !important;
}

body.store-agency-page .store-agency-result .showroom_info.type2 .showroom_txt {
	flex: 0 0 auto;
	width: 100%;
	margin: 0 !important;
	padding: 0;
	text-align: center;
}

body.store-agency-page #container.sub #contWrap .sub_section .showroom_info .showroom_title,
body.store-agency-page .store-agency-result .showroom_info.type2 .showroom_title,
body.store-agency-page .store-agency-result .showroom_info.type2 .showroom_addr,
body.store-agency-page .store-agency-result .showroom_info.type2 .showroom_tel {
	display: block !important;
	margin: 0 0 8px;
	font-family: "Pretendard", "Noto Sans KR", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #606060;
	text-align: center;
}

body.store-agency-page .store-agency-result .showroom_info.type2 .showroom_tel {
	margin-bottom: 0;
}

body.store-agency-page #container.sub #contWrap .sub_section .showroom_info.type2 .slide_map,
body.store-agency-page .store-agency-result .showroom_info.type2 .slide_map {
	display: block;
	flex: 1 1 auto;
	width: 100%;
	max-width: 430px;
	height: auto !important;
	min-height: 0;
	margin: 35px auto 0 !important;
	padding: 0;
	background-color: #e5e5e5;
	overflow: hidden;
	box-sizing: border-box;
}

body.store-agency-page .store-agency-result .showroom_info.type2 .slide_map #map {
	display: block;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* 페이징 — 전체 영역 중앙 */
body.store-agency-page .store-agency-paging {
	width: 100%;
	max-width: 1070px;
	margin: 30px auto 0;
	padding-top: 0;
	border-top: 0;
	text-align: center;
}

body.store-agency-page .store-agency-paging em {
	display: inline-block;
	position: relative;
	height: 29px;
	margin: 3px;
	border: 1px solid #e8e8e8;
	vertical-align: bottom;
}

body.store-agency-page .store-agency-paging em a {
	display: inline-block;
	padding: 8px 11px;
	font-family: "Pretendard", "Noto Sans KR", sans-serif;
	font-size: 14px;
	line-height: 13px;
	color: #bdbdbd;
	text-decoration: none;
}

body.store-agency-page .store-agency-paging em.active {
	border-color: #e8e8e8;
}

body.store-agency-page .store-agency-paging em.active a {
	background-color: #d8d8d8 !important;
	color: #6d6d6d !important;
	font-weight: 500;
}

body.store-agency-page .store-agency-paging em.arrow {
	width: 29px;
	height: 29px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

body.store-agency-page .store-agency-paging em.arrow a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 !important;
	margin: 0;
	border: 0;
	font-size: 0 !important;
	line-height: 0 !important;
	color: transparent !important;
	overflow: hidden;
	text-indent: -9999px;
	white-space: nowrap;
}

body.store-agency-page .store-agency-paging em.arrow.first {
	background-image: url("/images/front/sub_obj_paging_first.jpg");
}

body.store-agency-page .store-agency-paging em.arrow.prev {
	background-image: url("/images/front/sub_obj_paging_prev.jpg");
}

body.store-agency-page .store-agency-paging em.arrow.next {
	background-image: url("/images/front/sub_obj_paging_next.jpg");
}

body.store-agency-page .store-agency-paging em.arrow.last {
	background-image: url("/images/front/sub_obj_paging_last.jpg");
}
