/* sub.jsp CSP: iframe/div 인라인 style 대체 */
.cps-sub-iframe {
	overflow-x: hidden;
	overflow: auto;
	width: 100%;
	min-height: 500px;
	border: 0;
}

.cps-sub-iframe--tall {
	min-height: 900px;
}

.cps-sub-iframe--mt20 {
	margin-top: 20px;
}

.cps-sub-iframe--mt50 {
	margin-top: 50px;
}

.cps-sub-iframe--fluid {
	min-height: 0;
}

.cps-sub-iframe.cps-sub-iframe--fluid {
	min-height: 0;
}

.cps-sub-iframe--admin-menu {
	height: 315px;
	overflow-x: hidden;
	overflow: auto;
	width: 100%;
	border: 0;
}

.cps-sub-iframe--folder {
	overflow-x: hidden;
	overflow: auto;
	width: 215px;
	min-height: 500px;
	border: 0;
}

.cps-sub-iframe--info {
	overflow-x: hidden;
	overflow: auto;
	width: 970px;
	min-height: 500px;
	border: 0;
}

.cps-sub-iframe-layout-left {
	float: left;
	margin-top: 10px;
}

.cps-sub-iframe-layout-right {
	float: right;
	margin-top: 10px;
}
