.-m-cms-cont-cd-detail {
	font-size:24px;
}
.-m-cms-cont-cd-detail > .-main {
	font-weight:bold;
}
.-m-cms-cont-cd-detail > .-button {
	background-image:url(/qg/cms.layout.custom.6/pub/img/down_orange.svg);
	transform:scaleY(1);
	transition:transform .1s;
	will-change:transform;
	background-position:50%;
	background-repeat:no-repeat;
	background-size:contain;
	margin:auto;
	margin-top:40px;
	width:44px;
	height:44px;
	cursor:pointer;
}
.-m-cms-cont-cd-detail > .-more {
	height:0;
	overflow:hidden;
	transition:height .3s;
}
.-m-cms-cont-cd-detail > .-more > div {
	padding-top:40px;
}
.-m-cms-cont-cd-detail.-Active > .-button {
	transform:scaleY(-1);
}
.-m-cms-cont-cd-detail.-Active > .-more {
	height:auto;
	overflow:visible;
}
