#nav-detail-img-product {
	height: 450px;
	overflow: hidden;
}

.detail-product-content {
	flex: 0 0 auto;
	width: 45%;

}

.detail-product-content-title .detail-product-content-zone-border {
	border-top: 1px solid #F1F1F1;
}

.detail-product .detail-product-content .detail-product-content-title div {
	font-family: 'Time new Roman';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	/* line-height: 52px; */
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #2E405C;
	margin-bottom: 20px;
	/* box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1); */
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: keep-all;

}


.detail-product .detail-product-content .detail-product-content-title ul li {
	display: flex;
	/* justify-content: space-between; */
}

.detail-product .detail-product-content .detail-product-content-title ul li:last-child {
	margin-bottom: 0;
}

.detail-product .detail-product-content .detail-product-content-title ul {
	margin-bottom: 0;
}

.detail-product .detail-product-content .detail-product-content-title .detail-product-spec-name {
	min-width: 180px;
}

.detail-product .detail-product-content .detail-product-content-title .detail-product-spec-name-header {
	width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 10px;
}

.detail-product .detail-product-content .detail-product-content-title .detail-product-spec-header {
	width: 252px;
	word-break: keep-all;
}

#product-spec ul {
	padding: unset;
}

.detail-product .detail-product-content .detail-product-content-title h1 {
	margin-bottom: 10px;
	font-size: 30px !important;
	word-break: keep-all;
}

.detail-product-navbar {
	margin: auto !important;
}

.isActiveTab {
	color: #0D5CAB !important;
	font-weight: 500 !important;
}

.isActiveTab::after {
	background: #0D5CAB;
	width: 100%;
	content: "";
	position: absolute;
	left: 0;
	height: 1px;
	z-index: 1;
	top: 52px;
}

.cursor-pointer {
	cursor: pointer;
}

.svg-cart {
	margin-bottom: 2px;
	margin-right: 5px;
}

.catalog-btn-download {
	box-sizing: border-box;
	padding: 16px;
	width: 166px;
	background: #005A9C;
	border: 1px solid #0D5CAB;
	border-radius: 30px;
	color: #FFFFFF;
	margin-top: 20px;
}

.isActiveImage {
	border: 2px solid #0D5CAB;
	border-radius: 10px;
}

.img-slide {
	width: 490px;
	height: 450px;
}

/* #product-editor>.table {
	width: 100% !important;
} */

/* #product-editor>.table>table>thead>tr>th {
	padding: 20px !important;
	word-break: keep-all;
} */

/* #product-editor>.table>table>tbody>tr>td {
	padding: 20px !important;
	word-break: keep-all;
} */

@media screen and (min-width: 900px) and (max-width: 1200px) {
	.img-slide {
		width: 100%;
		height: auto;
	}

	.product-editor-frame {
		overflow-x: auto;
	}
}


.img-detail-product {
	width: 134px;
	height: 124px;
}

.img-detail-product {
	width: 134px;
	height: 124px;
}

.detail-product-navbar div {
	font-weight: 300;
}

.detail-product-description {
	margin: 0px;
	margin-top: 90px;
}

.product-catalog {
	width: 100%;
	height: 200px;
	text-align: center;
	flex-flow: column;
}

/* DEMO-START */
.product-catalog {
	border: 1px solid #ECECEC;
}

.product-catalog label:first-child {
	font-weight: 700;
	margin-bottom: 8px;
}

.area-image-slide-show {
	position: relative;
	width: 134px;
}

.btn-img-slide {
	font-size: 30px;
	position: absolute;
	cursor: pointer;
	right: 50%;
	left: 50%;
	color: black;
	text-decoration: none;
}

#btn-top-slide {
	transform: rotate(90deg);
	right: 50%;
	left: 50%;
	bottom: 100%;
}

#btn-bottom-slide {
	transform: rotate(270deg);
	right: 50%;
	left: 50%;
}

.page-max-width img {
	max-width: 100%;
}

@media screen and (min-width: 200px) and (max-width: 600px) {
	#product-editor>.table {
		min-width: 320px;
		width: auto;
		overflow-x: auto;
	}
}

/* DEMO-END */
@media screen and (min-width: 200px) and (max-width: 920px) {
	.detail-product .detail-product-content .detail-product-content-title .detail-product-spec-name {
		min-width: 50px;
	}

	.detail-product .detail-product-content .detail-product-content-title .detail-product-spec-name-header {
		max-width: 100px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-right: 10px;
	}

	.detail-product .detail-product-content .detail-product-content-title .detail-product-spec-header {
		min-width: 210px;
		/* white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis; */
	}

	#nav-detail-img-product {
		height: 140px;
		overflow: hidden;
	}

	.quick-menu-ctn {
		display: none;
	}

	/* DEMO-START 
	
	.container {
		padding: 0px;
	}
	*/
	/*230324_YMS_SW렌탈솔루션 모바일 페이지 헤더 가려지는 현상으로 주석처리함 
	.container.d-flex.align-items-center,
	.main-footer,
	.container.navbar.navbar-expand-lg {
		display: none !important;
	}
	*/
	/* DEMO-END */
	:root {
		--padding: 0px 16px;
	}
	/*230324_SW제품솔루션 제품상세페이지 상하스크롤 안되는 현상으로 주석처리함
	.content-wrapper {
		overflow-x: hidden;
	}
	*/
	.image-detail-product {
		/* padding: var(--padding); */
		width: 100% !important;
		order: 1;
	}

	.nav-detail-product {
		/* padding: var(--padding); */
		order: 2;
		width: 100%;
	}

	.detail-product-content {
		order: 3;
		width: 100%;
	}

	.detail-product {
		flex-direction: row;
		margin-top: 0px;
		flex: 1;
		flex-wrap: wrap;
	}

	.img-slide {
		width: 100%;
		height: auto;
	}

	.img-detail-product {
		width: 116px;
		height: 126px;
	}

	.detail-product-content-title h1 {
		width: 100%;
	}

	.detail-product-content-zone-border {
		display: none;
	}

	.detail-product-content {
		padding: 0px 25px;
		flex: 1;
		order: 3;
	}

	.detail-product-navbar {
		padding: 0px 23px 17px 23px;
	}

	.detail-product-navbar div {
		padding: 0px;
		margin-top: 40px;
		margin-bottom: 0px;
	}

	.detail-product .detail-product-content button:nth-child(2) {
		margin-bottom: 17px;
	}

	.detail-product-navbar div:hover::after {
		background: #0D5CAB;
		width: 100%;
		content: "";
		position: absolute;
		left: 0;
		height: 1px;
		z-index: 1;
		top: 45px;
	}

	.detail-product-navbar div:nth-child(1) {
		flex: 1;
	}

	.detail-product-navbar div:nth-child(2) {
		flex: 1;
	}

	.detail-product-navbar div:nth-child(3) {
		flex: 1.5;
	}

	.isActiveTab::after {
		background: #0D5CAB;
		width: 100%;
		content: "";
		position: absolute;
		left: 0;
		height: 1px;
		z-index: 1;
		top: 45px;
	}

	.detail-product-description {
		margin-top: 48px;
	}

	.detail-product-description ul {
		padding: 0px;
	}

	.detail-product-description ul li {
		padding: 0px;
		padding-left: 25px;
	}

	.detail-product-description ul li span {
		height: 50px;
		text-align: left !important;
	}

	.detail-product-description ul li span:nth-child(1) {
		min-width: 110px;
	}

	.detail-product-description ul li span:nth-child(2) {
		width: 257px;
	}

	.detail-product-spec {
		align-items: center;
	}

	#btn-top-slide {
		display: none;
		transform: none;
		bottom: 0;
	}

	#btn-bottom-slide {
		display: none;
		transform: rotate(180deg);
		right: 50%;
		left: 50%;
	}

	.area-image-slide-show {
		order: 2;
		display: contents;
	}

	.detail-product .detail-product-content .detail-product-content-title div {
		display: block;
		/* -webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden; */
		line-height: 20px;
	}

	#text-banner {
		padding-left: 5%;
		padding-right: 50%;
		padding-top: 0.8%;
		text-align: center;
		font-family: 'Time new Roman';
		font-style: normal;
		font-weight: 400;
		font-size: 12px;
		line-height: 20px;
		height: 50px;
	}

	#areaButtonQuoteInquiry {
		position: absolute;
		right: 16%;
		top: 10%;
	}

	#buttonQuoteInquiryBanner {
		margin-top: 6%;
		text-decoration: none;
		display: block;
		width: 110px;
		background: #0D5CAB;
		text-align: center;
		align-items: center;
		border-radius: 30px;
		color: #ffffff;
		font-weight: bold;
		line-height: 25px;
		padding: 0.5rem 0px;
	}
}

.hidden-text {
	width: 260px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}