:root {
	--csec-section-margin: 3.5rem;
}

#csection {
	padding-top: 3em;
}
[data-isnonecontent="1"] #csection {
	padding-top: 1em;
}

.csection-cells {
	
}
.csection-cells > * {
	
}
.csection-cells .cell {
	margin-bottom: var(--csec-section-margin);
}

/*cat: floor level*/
.csection-cells .cell {
	font-size: 1.0em;
}
.csection-cells .cell[data-level="1"] {
	font-size: 1.14em;
}
.csection-cells .cell[data-level="2"] {
	font-size: 1.08em;
}
.csection-cells .cell[data-level="3"] {
	font-size: 1.0em;
}
.csection-cells .cell[data-level="4"] {
	font-size: 0.9em;
}
.csection-cells .cell[data-level="5"] {
	font-size: 0.84em;
}

/*cat: hgroup*/
.csection-cells [data-type="hgroup"] {
	line-height: 1.0em;
	padding-left: 1rem;
	border-left: solid 8px;
	text-align: start;
}
.csection-cells .cell[data-type="hgroup"] {
	margin-bottom: 1.6em;
}
	.csection-cells [data-type="hgroup"] .ti-primary {
		font-size: 1.5em;
		line-height: 1.0em;
		font-weight: 500;
		margin-bottom: 0;
	}
	.csection-cells [data-type="hgroup"] .ti-secondary {
		font-size: 1.0em;
		line-height: 1.0em;
		font-weight: 400;
		padding-top: 1em;
		padding-bottom: 0;
		margin-bottom: 0;
		opacity: 0.6;
	}
	/*font fix*/
	.csection-cells [data-type="hgroup"] .ti-primary {
		transform: translateY(-0.14em);
	}
	.csection-cells [data-type="hgroup"] .ti-secondary {
		padding-top: 0.9em;
		padding-bottom: 0.04em;
	}
.csection-cells [data-type="hgroup"][data-align="center"] {
	text-align: center;
}
.csection-cells [data-type="hgroup"][data-align="end"] {
	text-align: end;
}

.csection-cells [data-type="hgroup"][data-level=""] {
	/*legacy default*/
	border-color: #000;
}
.csection-cells [data-type="hgroup"][data-level="1"] {
	font-size: 1.2em;
	border-color: #000;
}
.csection-cells [data-type="hgroup"][data-level="2"] {
	border-color: #ddd;
}
.csection-cells [data-type="hgroup"][data-level="3"] {
	
}
.csection-cells [data-type="hgroup"][data-level="4"] {
	
}
.csection-cells [data-type="hgroup"][data-level="5"] {
	
}
.csection-cells [data-type="hgroup"][data-level="3"],
.csection-cells [data-type="hgroup"][data-level="4"],
.csection-cells [data-type="hgroup"][data-level="5"]{
	padding-left: 0;
	border-left: none;
}

/*cat: catchcopy*/
.csection-cells [data-type="catchcopy"] {
	font-size: 1.8em;
	line-height: 1.7em;
}
.csection-cells .cell[data-type="catchcopy"] {
	margin-bottom: 0.9em;
}
.csection-cells [data-type="catchcopy"][data-level="1"] {
	font-size: 1.9em;
}
.csection-cells [data-type="catchcopy"][data-level="2"] {
	font-size: 1.8em;
}
.csection-cells [data-type="catchcopy"][data-level="3"] {
	font-size: 1.74em;
}
.csection-cells [data-type="catchcopy"][data-level="4"] {
	font-size: 1.5em;
}
.csection-cells [data-type="catchcopy"][data-level="5"] {
	font-size: 1.34em;
}
	.csection-cells [data-type="catchcopy"][data-align="center"] {
		text-align: center;
	}
	.csection-cells [data-type="catchcopy"][data-align="end"] {
		text-align: end;
	}

/*cat: text*/
.csection-cells [data-type="text"] {
	text-align: start;
}
	.csection-cells [data-type="text"][data-align="center"] {
		text-align: center;
	}
	.csection-cells [data-type="text"][data-align="end"] {
		text-align: end;
	}

/*cat: acord-text*/
.csection-cells [data-type="acord-text"] {
	
}
.csection-cells [data-type="acord-text"] summary {
	font-size: 1.04em;
	font-weight: 500;
}
.csection-cells [data-type="acord-text"][open] summary {
	border-bottom: solid 3px #000;
	padding-bottom: 1em;
}
	.csection-cells [data-type="acord-text"] .content {
		margin-top: 0;
		border: solid 1px #f6f6f6;
		background-color: #fafafa;
		padding: 0.7em 1em;
	}

/*cat: image*/
.csection-cells figure {
	position: relative;
	z-index: 0;
}
.csection-cells figure a.cover {
	display: block;
	position: relative;
	z-index: 0;
}
	@media only screen and (min-width: 800px){
		.csection-cells figure a.cover:hover::after {
			position: absolute;
			z-index: 5;
			content: "";
			display: block;
			right: 1.2em;
			bottom: 1.2em;
			width: 1.2em;
			height: 0.9em;
			border: solid 1px rgba(255, 255, 255, 0.8);
			background-color: rgba(0, 0, 0, 0.31);
			background-image: url(/share/im/mrk_focus-line-wh.svg);
			background-size: 80% auto;
			background-repeat: no-repeat;
			background-position: center center;
			box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
		}
	}
	
.csection-cells [data-type="image"] .cover {
	text-align: center;
	position: relative;
	z-index: 0;
}
	.csection-cells [data-type="image"] .cover::before {
		content: "";
		display: none;
		z-index: 0;
	}
	.csection-cells [data-type="image"] .cover > img {
		width: 100%;
		height: auto;
	}
	.csection-cells [data-type="image"][data-aspect="landscape"] .cover::before {
		display: block;
		padding-top: 64%;
	}
	.csection-cells [data-type="image"][data-aspect="square"] .cover::before {
		display: block;
		padding-top: 100%;
	}
	.csection-cells [data-type="image"][data-aspect="landscape"] .cover > img,
	.csection-cells [data-type="image"][data-aspect="square"] .cover > img {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

/*imset-A*/
.csection-cells [data-type="imset-A"] .content {
	font-size: 0.92em;
}
.csection-cells [data-type="imset-A"] figure {
	width: 40%;
	margin-left: 1.4em;
	margin-top: 0.4em;
	margin-bottom: 1.0em;
	display: inline-block;
	text-align: center;
	float: right;
}
.csection-cells [data-type="imset-A"][data-float="left"] figure {
	margin-left: 0em;
	margin-right: 1.4em;
	float: left;
}
	.csection-cells [data-type="imset-A"] figure img {
		max-width: 100%;
		height: auto;
	}

.csection-cells [data-isfullwideimage="false"] .cover {
	background-color: #000000;
	/* border: solid 0px #fff; */
	/* box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12); */
	border-radius: 0.1em;
	padding: 1.0em 0;
	pointer-events: none;
	cursor: default;
}

	.csection-cells [data-type="imset-A"] .cover::before {
		content: "";
		display: none;
		z-index: 0;
	}
	.csection-cells [data-type="imset-A"] .cover > img {
		width: 100%;
		height: auto;
	}
	.csection-cells [data-type="imset-A"][data-aspect="landscape"] .cover::before {
		display: block;
		padding-top: 64%;
	}
	.csection-cells [data-type="imset-A"][data-aspect="square"] .cover::before {
		display: block;
		padding-top: 100%;
	}
	.csection-cells [data-type="imset-A"][data-aspect="portrait"] .cover::before {
		display: block;
		padding-top: 150%;
	}
	.csection-cells [data-type="imset-A"][data-aspect="landscape"] .cover > img,
	.csection-cells [data-type="imset-A"][data-aspect="square"] .cover > img,
	.csection-cells [data-type="imset-A"][data-aspect="portrait"] .cover > img {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	
	/**/
	.csection-cells [data-type="imset-A"][data-level="1"] figure {
		width: 50%;
	}
	.csection-cells [data-type="imset-A"][data-level="2"] figure {
		width: 45%;
	}
	.csection-cells [data-type="imset-A"] .im-wrap,
	.csection-cells [data-type="imset-A"][data-level="3"] figure {
		width: 40%;
	}
	.csection-cells [data-type="imset-A"][data-level="4"] figure {
		width: 35%;
	}
	.csection-cells [data-type="imset-A"][data-level="5"] figure {
		width: 30%;
	}
	
/**/
.csection-cells figure a.mrk-drop {
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
}
	.csection-cells figure a.mrk-drop > * {
		display: none;
		visibility: hidden;
	}
.csection-cells figure a.csec-dl {
	z-index: 10;
	width: 2em;
	height: 2em;
	top: 1em;
	right: 1em;
}
	.csection-cells figure a.csec-dl.mrk-drop::before {
		background-image: url(/share/im/mrk_download-b-wh.svg);
	}

/*cat: youtube*/
.csection-cells [data-type="youtube"] {
	position: relative;
	z-index: 0;
	background-color: #000;
	border: solid 7px #000;
	border-top-width: 2em;
	border-bottom-width: 2em;
}
	.csection-cells [data-type="youtube"]::before {
		content: "";
		display: block;
		padding-top: 62%;
		z-index: 0;
	}
	.csection-cells [data-type="youtube"] iframe {
		position: absolute;
		z-index: 0;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		border: none;
	}

/*cat: gmap*/
.csection-cells [data-type="gmap"] {
	position: relative;
	z-index: 0;
	border: solid 1px #eee;
}
	.csection-cells [data-type="gmap"]::before {
		content: "";
		display: block;
		padding-top: 50%;
		z-index: 0;
	}
	.csection-cells [data-type="gmap"] iframe {
		position: absolute;
		z-index: 0;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		border: none;
	}
	
/*cat: misc*/
.csection-cells hr[data-type="hr"] {
	display: block;
	border: none;
	height: 2px;
	background-color: #f0f0f0;
	margin-top: var(--csec-section-margin);
	margin-bottom: var(--csec-section-margin);
}

.csection-cells [data-type="space"] {
	margin-bottom: 0;
}
	.csection-cells [data-type="space"]::before {
		content: "\2009";
		display: block;
	}
	.csection-cells [data-type="space"][data-level="1"]::before {
		height: calc(var(--csec-section-margin)*5);
	}
	.csection-cells [data-type="space"][data-level="2"]::before {
		height: calc(var(--csec-section-margin)*4);
	}
	.csection-cells [data-type="space"][data-level=""]::before,
	.csection-cells [data-type="space"][data-level="3"]::before {
		height: calc(var(--csec-section-margin)*3);
	}
	.csection-cells [data-type="space"][data-level="4"]::before {
		height: calc(var(--csec-section-margin)*2);
	}
	.csection-cells [data-type="space"][data-level="5"]::before {
		height: calc(var(--csec-section-margin)*1);
	}












