@charset "utf-8";

/*
******************************************************************
* MJP top.css
******************************************************************
*/
html.Has-modal {
	overflow: hidden !important;
	width: auto;
}
html {
	background-color: #191919;
}
body {
	min-width: 1100px;
	color: #4b4b4b;
	line-height: 1.6;
	word-wrap: break-word;
	overflow: hidden;
}
a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover, a:active {
	color: #ffffff;
}
a.anime {
	-webkit-transition: all .25s ease-out;
	    -ms-transition: all .25s ease-out;
	        transition: all .25s ease-out;
}
img {
	/*max-width: 100%;*/
}
#wrp-all {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: url(../img/bg_main.jpg) left center no-repeat;
}
.mod-box-inr {
	width: 1366px;
	margin: 0 auto;
}

#bg-video {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	z-index: 0;
	width: 100%;
	min-width: 1366px;
}


/*
******************************************************************
* #pre-loader
******************************************************************/
#pre-loader {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #191919;
}
#pre-loader img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	text-align: center;
}


/*
******************************************************************
* #header
******************************************************************/
#header {
	position: relative;
	z-index: 2;
	display: none;
}

/*
******************************************************************
* #top-menu
******************************************************************/
#top-menu {
	width: 916px;
	height: 515px;
	position: relative;
	left: -50px;
	opacity: 0;
}
#top-menu .nav-area {
	z-index: 101;
	-webkit-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#top-menu .nav {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 102;
}
#top-menu .nav li {
	position: absolute;
	top: 0;
	left: 0;
	width: 216px;
	height: 187px;
	-webkit-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
#top-menu .nav li:nth-child(1) {
	top: 20px;
    left: 300px;
}
#top-menu .nav li:nth-child(2) {
	top: 116px;
	left: 470px;
}
#top-menu .nav li:nth-child(3) {
	top: 116px;
	left: 130px;
}
#top-menu .nav li:nth-child(4) {
	top: 212px;
	left: 300px;
}
#top-menu .nav li:nth-child(5) {
	top: 308px;
	left: 470px;
}
#top-menu .nav li:after {
	content: "";
	position: absolute;
	right: 2px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 12px solid #fff600;
	z-index: 2;
	-webkit-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
#top-menu .nav li.hover:after {
	border-left: 12px solid #ea0606;
}
#top-menu .nav li .txt {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 17px;
	margin: auto;
	z-index: 1;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
#top-menu .nav li:nth-child(1) .txt {
	-webkit-transform: scale(0.82);
	-ms-transform: scale(0.82);
	-o-transform: scale(0.82);
	transform: scale(0.82);
	left: 36px;
}
#top-menu .nav li:nth-child(2) .txt {}
#top-menu .nav li:nth-child(3) .txt {}
#top-menu .nav li:nth-child(4) .txt {}
#top-menu .nav li:nth-child(5) .txt {
	left: 3px;
}

#top-menu .nav li.hover .txt {
	-webkit-filter: hue-rotate(291deg) brightness(0.5) saturate(850%);
	-ms-filter: hue-rotate(291deg) brightness(0.5) saturate(850%);
	filter: hue-rotate(291deg) brightness(0.5) saturate(850%);
}
#top-menu .nav li svg polygon {
	-webkit-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
#top-menu .nav li.hover svg polygon {
	stroke: #ea0606;
}
#top-menu .top-menu-bg {
	width: 2000px;
	height: 515px;
	position: absolute;
	z-index: 0;
	right: 50%;
	margin-right: -520px;
	background: url(../img/menu_bg.png) left 0 no-repeat;
}
#top-menu .top-menu-bnr {
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 340px;
}
#top-menu .top-menu-bnr .bnr-box {
	background-color: #fff;
}
#top-menu .top-menu-bnr .bnr-box:nth-child(2) {
	margin-top: 10px;
}
#top-menu .top-menu-bnr a {
	display: block;
}
#top-menu .top-menu-bnr a:hover {
	opacity: 0.7;
}
#top-menu .top-menu-bnr a.bnr-premiummodel {
	position: relative;
	background: url(../img/bnr_premiummodel_2.png) no-repeat 0 0;
}
#top-menu .top-menu-bnr a.bnr-premiummodel:hover {
	opacity: 1;
}
#top-menu .top-menu-bnr a.bnr-premiummodel:hover img {
	opacity: 0;
}
/*
******************************************************************
* #contents
******************************************************************/
#contents {
	position: relative;
	z-index: 1;
	height: 100%;
	display: none;
}
#contents .mod-box-inr {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	height: 810px;
}
#contents .mod-box-inr .l-box {
	float: left;
}
#contents .mod-box-inr .r-box {
	position: absolute;
	top: 0;
	right: 0;
}
#contents h1 {
	text-align: center;
	margin-bottom: 17px;
	transform:translate(0,-150px);
	-webkit-transform:translate(0,-150px);
	opacity: 0;
	transition: ease 0.8s;
	-webkit-transition: ease 0.8s;
	display: none;
}
#contents .btn {
	text-align: center;
	transform:translate(0,150px);
	-webkit-transform:translate(0,150px);
	opacity: 0;
	transition: ease 0.8s;
	-webkit-transition: ease 0.8s;
	display: none;
	margin-bottom: 19px;
	margin-top: -18px;
}
#contents .btn a:hover {
	opacity: 0.7;
}
#contents .event {
	text-align: center;
	transform:translate(0,150px);
	-webkit-transform:translate(0,150px);
	opacity: 0;
	transition: ease 0.8s;
	-webkit-transition: ease 0.8s;
	display: none;
}
#contents .machine {
	margin-top: -30px;
	opacity: 0;
	transition: ease 1.3s;
	-webkit-transition: ease 1.3s;
	display: none;
}
#contents.action h1,
#contents.action .btn,
#contents.action .event {
	opacity: 1;
	transform:translate(0,0);
	-webkit-transform:translate(0,0);
}
#contents.action .machine {
	opacity: 1;
}

/*
******************************************************************
* #footer
******************************************************************/
#footer {
	padding: 15px;
	width: 100%;
	font-size: 12px;
	margin: auto;
	color: #b5b5b5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#footer .box-copy{
	display: inline-block;
	vertical-align: middle;
}
#footer .box-copy li {
	display: inline-block;
	margin-right: 10px;
}
#footer .mod-box-inr img {
	display: inline-block;
	vertical-align: middle;
}

/*
******************************************************************
* #modal video
******************************************************************/
#mdl-box {
	position: fixed;
	z-index: 1100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#mdl-box .mdl-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/modal_bg.png);
}
#mdl-box #mdl-plr {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -270px;
	margin-left: -480px;
}
#mdl-box .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -326px;
	margin-left: 303px;
}
#mdl-box .btn a {
	display: block;
	width: 179px;
	height: 50px;
	text-indent: -9999px;
	background-image: url(../img/v_close.png);
	background-position: 0 top;
}
#mdl-box .btn a:hover {
	background-position: 0 bottom;
}


/*
******************************************************************
* .video.js
******************************************************************/
#mdl-box .vjs-default-skin .vjs-slider-handle {
	background: #fff25c;
}
#mdl-box .vjs-default-skin .vjs-play-progress {
	background: #74700f;
}
#mdl-box .vjs-default-skin .vjs-volume-level {
	background: #74700f;
}
