html {
}
body {
	background: #eaeff1;
}
#wrapper {
	position: relative;
	overflow: hidden;
}
/*
#wrapper:before,
#wrapper:after {
	content: '';
	display: block;
	position: absolute;
	background: #e4042f;
	top: 0%;
	transform-origin: 0% 0%;
	width: 1px;
	height: 100%;
	transform: rotate(19deg);
	}
#wrapper:before {
	transform-origin: 0% 0%;
	left: 60%;
}
#wrapper:after {
	transform-origin: 0% 80%;
	right: 50%;
	z-index: -1;
}
*/
/*
body:before {
	background: url("../images/bg_robot.png") no-repeat left top;
	background-size: 100% auto;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 108px;
	content: '';
	z-index: -2;
}*/

a {
	text-decoration: none;
	color: #2e3437;
}

header {
	position: relative;
}

header .language {
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}

header .language li {
	display: inline-block;
}

header .language li.select a {
	background: #e4042f;
	color: #fff;
}

header .language li a {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #e4042f;
	background: #fff;
	display: block;
	padding: 2px 18px;
	letter-spacing: 0.1em;
}

#mv {
	position: relative;
	z-index: 2;
}

#mv h1 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}

#bodycopy {
	text-align: center;
	position: relative;
	z-index: 2;
	margin-top: -10%;
}

#bodycopy:before {
	content: '';
	position: absolute;
	bottom: 5%;
	left: 0;
	width: 100%;
	height: 70%;
	transform: skew(0deg,5deg);
	-webkit-transform: skew(0deg,5deg);
	background: #fff;
}

#bodycopy:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:url("../images/bg_bodycopy_ttl.png") bottom center no-repeat;
	background-size: 100% auto;
}

#bodycopy .bg_skew_top:before {
	content: '';
	position: absolute;
	top: 5%;
	left: 0;
	width: 100%;
	height: 70%;
	background: #fff;
	transform: skew(0deg,-5deg);
	-webkit-transform: skew(0deg,-5deg);
}

#bodycopy .bg_skew_top:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/bg_bodycopy_date.png") top center no-repeat;
	background-size: 100% auto;
}

#bodycopy .inner {
	padding: 23.45% 15px;
	position: relative;
}

#bodycopy h2 {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.4;
}

#bodycopy p {
	font-size: 12px;
}

#movie_content {
	padding-top: 35px;
}

#movie_content h2{
	width: 60.31%;
	margin: 0 auto -15px;
	text-align: center;
}

#exhibition_content h2 {
	text-align: center;
}

#movie_content .movie_area {
	position: relative;
}

#movie_content .movie_area .thumb {
	position: absolute;
	top: 0;
	left: 0;
}

#movie_content .movie_area #play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	z-index: 10;
}

#movie_content .content_area{
	box-sizing: border-box;
	margin: 0 5px 15px;
	background: rgba(255,255,255,0.5);
	padding: 25px 5px 30px;
}
img {
	vertical-align: bottom;
}
#movie_content #video_wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

#movie_content #video_wrap > video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#exhibition_content {
	padding-top: 30px;
}

#exhibition_content .cont_area {
	box-sizing: border-box;
	margin: 0 5px 15px;
	background: rgba(255,255,255,0.5);
	padding: 5px 5px 0px ;
}

#exhibition_content .cont_area .bg {
	background: url("../images/bg_robot.png") no-repeat center top;
	background-size: 100% auto;
}

#exhibition_content h2 {
	text-align: center;
	width: 84.21%;
	margin: 0 auto;
	margin-bottom: -10px;
}

#exhibition_content ul {
	font-size: 0;
	margin-bottom: 30px;
	padding: 0 5px;
}

#exhibition_content ul:last-child {
	padding-bottom: 30px;
	margin-bottom: 0;
}

#exhibition_content ul li {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	margin-top: 30px;
}

#exhibition_content ul li .detail {
	padding: 0 5px;
}

#exhibition_content ul li .icon_list {
	margin-bottom: 8px;
}

#exhibition_content ul li .icon_list .number {
	font-size: 10px;
	background: #2e3437;
	color: #ffffff;
	padding: 4px 7px ;
	border-radius: 14px ;
	font-style: italic;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}

#exhibition_content ul li .icon_list .icon {
	font-size: 12px;
	color: #e4042f;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
}

#exhibition_content ul li .img {
	margin-bottom: 10px;
}

#exhibition_content ul li h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	word-break: break-all;
}

#exhibition_content ul li p {
	font-size: 11px;
	line-height: 1.5;
}

#exhibition_content ul li .btn_list {
	padding: 0 5px;
	box-sizing: border-box;
	display: table;
	width: 100%;
	table-layout: fixed;
}

#exhibition_content ul li .btn_list .video {
	display: table-cell;
	padding-right: 3px;
}
#exhibition_content ul li .btn_list .pdf {
	display: table-cell;
	padding-left: 3px;
}
#exhibition_content ul li .btn_list .btn_1 {
	padding: 0;
}
#exhibition_content ul li .btn_list .btn_1 i {
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
	margin-bottom: 0;
}
#exhibition_content ul li .btn_list .btn_1 a {
	padding: 8px 4px 8px 0;
	
}

#exhibition_content ul li .btn_list a {
	border: 1px solid #2e3437;
	display: block;
	padding: 10px 0 3px;
	font-size: 10px;
	text-align: center;
}

#exhibition_content ul li .btn_list a i {
	display: block;
	font-size: 16px;
	margin-bottom: 4px;
}

#exhibition_content ul li .btn_list .opacity{
	opacity: .3;
}

footer {
	text-align: center;
}

footer #pagetop {
	padding: 20px 0;
	display: block;
	background: #2e3437;
}
footer #pagetop img {
	vertical-align: middle;
}

footer #copyright {
	background: #e4042f;
	line-height: 1;
	padding: 10px 25px;
}

footer #copyright small {
	font-size: 11px;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
}