/* Changin OA - CSS */


/* 화면사이즈 991px이하부터 PC용 메뉴가 사라짐  */
@media screen and (max-width:991px){
	.container {
		max-width: none !important; /* 불필요한 컨테이너 여백 제거 */
	}
}


/* 상품 상세설명 중앙정렬(복합기렌탈) */
#wrap_prdt {
	display: flex;
	justify-content: center;
}


/* 상세화면 유튜브 영상용 */
div.item_youtube {
	width: 100%;
	max-width: 860px;
	margin: 0px auto;
	margin-bottom:20px;
	padding:0px;
}

div.item_youtube_container {
	position:relative;
	width:100%;
	height:auto;
	padding-top:50%;  
}
div.item_youtube_container iframe { z-index: 1; top: 0; left: 0; position:absolute; width: 100%; height: 100%; }