@charset "utf-8";


/* ------------------------------
   CHAPTER ELEMENTS
------------------------------ */
#mdOverlay {
	top: 0;
	left: 0;
	width: 100%;
	min-height:100vh;
	position: fixed;
	z-index: 97;
	background-color:#000;
	display: none;
	overflow:hidden;
}

#mdWindow {
	margin-top: -215px;
	top: 50%;
	left:0;
	width:100%;
	height: 410px;
	position: fixed;
	z-index: 98;
	background:#000;
	display: none;
}

#mdWindow > .mdClose {
	padding:6px 0 6px 15px;
	margin-left:-50px;
	bottom: -45px;
	left:50%;
	width:85px;
	line-height:1.5;
	color: #000;
	font-size:13px;
	letter-spacing:1px;
	text-align:center;
	background:url(../svg/svg_icon_x.svg) no-repeat 10px center #efefef;
	background-size:14px 14px;
	border-radius:4px;
	position: absolute;
	z-index: 99;
	cursor: pointer;
	font-family: 'Oswald', sans-serif;
}

#modalInclude {
	display: none;
}

#contWrap {
	margin:0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	background:#000;
	box-sizing: border-box;
	overflow:hidden;
	border:none;
}

#modalWrapper h2 {
	margin-bottom: 20px;
	padding: 20px 0;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	border-bottom: #333 1px dotted;
}

#modalWrapper p {
	padding-bottom: 2em;
	font-size: 1em;
}

