#nav-detail-img-product {
	height: 450px;
	overflow: hidden;
}

.detail-product-content {
	flex: 0 0 auto;
	width: 45%;
	font-family: 'Montserrat','Noto Sans KR','나눔고딕',NanumGothic,'맑은 고딕',Malgun Gothic,'돋움',Dotum,'굴림',Gulim,HelveticaNeue-Light,AppleSDGothicNeo-Light,sans-serif;
}
.detail-product-content-title {
	letter-spacing: -.04em;
}

.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-style: normal;
	font-weight: 400;
	font-size: 18px;
	/* line-height: 52px; */
	letter-spacing: -.04em;
	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;
	font-weight: 400;
}

#product-spec ul {
	padding: unset;
	font-family: 'Montserrat','Noto Sans KR','나눔고딕',NanumGothic,'맑은 고딕',Malgun Gothic,'돋움',Dotum,'굴림',Gulim,HelveticaNeue-Light,AppleSDGothicNeo-Light,sans-serif;
}

.detail-product .detail-product-content .detail-product-content-title h1 {
	font-family: 'Montserrat','Noto Sans KR','나눔고딕',NanumGothic,'맑은 고딕',Malgun Gothic,'돋움',Dotum,'굴림',Gulim,HelveticaNeue-Light,AppleSDGothicNeo-Light,sans-serif;
    letter-spacing: -.04em;
	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: 120px;
		overflow: hidden;
		display: flex;
		gap: 5px;
	}

	.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;
		margin-top: 60px;
		margin-bottom: 10px;
	}

	.img-detail-product {
		width: 100px;
		height: 100px;
	}

	.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 5px 23px;
	}

	.detail-product-navbar div {
		padding: 0px;
		margin-top: 20px;
		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: 33px;
	}

	.detail-product-description {
		margin-top: 48px;
	}

	.detail-product-description ul {
		padding: 0px;
	}

	.detail-product-description ul li {
		padding: .5rem;
		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: 'Noto Sans KR';
		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;
}

.img_modal {
	display: none;
	margin: auto;
	position: fixed;
    z-index: 10; /* 모달창을 제일 앞에 두기 */
    padding-top: 200px;
    left: 0; top: 0;
    width: 100%; height: 100%;
    overflow: auto; /* 스크롤 허용 auto */
    background-color: rgba(0, 0, 0, 0.8);
}
/* 모달창 이미지 */
.img_modal .modal_content {
    margin: auto;
    display: block;
    width: auto; height: auto;
    max-width: 96%;
    cursor: pointer; /* 마우스 손가락모양 */
    animation-name: zoom;
    animation-duration: 0.3s;
}
/* 모달창 애니메이션 추가 */
@keyframes zoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
}
/* 닫기 버튼 꾸미기 */
.img_modal .close {
    position: absolute;
    top: 80px;
    right: 35px;
    color: #f1f1f1;
    font-size: 50px;
    font-weight: bold;
    transition: 0.3s;
}
.img_modal .close:hover, .img_modal .close:focus{
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}