@charset "UTF-8";
/*----------------------------------------

	+ .flexslider					[ flexslider.css ]
		- .slides					[ flexslider.css ]
		- .flex-control-nav			[ flexslider.css ]
		- .flex-control-paging		[ flexslider.css ]
	+ #newsEventBox
		- #newsEvent01
		- #newsEvent02
		- #newsEvent03
		- #newsEventLink
	+ #movieContents
		- #journey
			- #journey_pc
			- #journey_ios
			- #journey_sp
		- #glayLayer
		- #main_movie
			
----------------------------------------*/

article {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}


#newsEventBox {
	position: relative;
	width: 1020px;
}

#newsEventBox h1 {
	padding: 0 40px 4px;
	background: #ffffff url(../img/c_content_bg01.jpg) no-repeat center bottom;
}

#newsEventBox #newsEventFrame {
	border: 0;
	width: 1020px;
	height: 350px;
	margin:0;
	padding: 30px 0;
}

#newsEventBox ul {
	width: 940px;
	margin: 0 auto;
}

#newsEventBox ul li {
	float: left;
	margin: 30px 0 0 35px;
	height: 160px;
	width: 290px;
	opacity: 1;
}

#newsEventBox ul.foripad li {
	height: auto;
}

@media screen and (max-width:1000px) {
	#newsEventBox ul li {
		height: auto;
	}
	
	#newsEventBox {
		width: 1000px;
	}
	
	#newsEventBox #newsEventFrame {
		width: 1000px;
	}
	
}

#newsEventBox ul li:nth-child(3n+1) {
	margin-left: 0;
	clear: both;
}

#newsEventBox ul li:nth-child(-n+3) {
	margin-top: 0;
}

#newsEventBox ul li a {
	display: block;
	opacity: 0;
	width: 290px;
	height: 160px;
	margin-top: -160px;
	background-color: #251600;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

#newsEventBox ul.foripad li a {
	opacity: 1;
	height: auto;
	background: none;
	color: #29292a;
}

@media screen and (max-width:1000px) {
	#newsEventBox ul li a {
		opacity: 1;
		height: auto;
		background: none;
		color: #29292a;
	}
}

#newsEventBox ul li:hover a {
	opacity: .8;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

#newsEventBox ul.foripad li:hover a {
	opacity: 1;
	color: #965c10;
}

@media screen and (max-width:1000px) {
	#newsEventBox ul li:hover a {
		opacity: 1;
		color: #965c10;
	}
}

#newsEventBox ul li a span {
	display: table-cell;
	opacity: 0;
	width: 290px;
	height: 160px;
	vertical-align: middle;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

#newsEventBox ul.foripad li a span {
	display: inline-block;
	opacity: 1;
	height: auto;
	padding-top: 160px;
}

@media screen and (max-width:1000px) {
	#newsEventBox ul li a span {
		display: inline-block;
		opacity: 1;
		height: auto;
		padding-top: 160px;
	}
}


#newsEventBox ul li:hover a span {
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

#newsEventBox ul li a span span {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 15px;
	vertical-align: auto;
}

#newsEventBox ul.foripad li a span span {
	padding: 15px 0 0;
}

@media screen and (max-width:1000px) {
	#newsEventBox ul li a span span {
		padding: 15px 0 0;
	}
}
#newsEventLink {
	width: 940px;
	margin: 0 auto;
	background-color: #b38e5e;
}

#newsEventLink a {
	display: block;
	text-align: center;
}

#newsEventLink span {
	display: inline-block;
	width: auto;
	padding-left: 21px;
	background: url(../img/i_icon01.gif) no-repeat left center;
}



/* #movieContents */
#movieContents {
	position: relative;
	z-index: 9000 !important;
	height: 576px;
	min-width: 1200px;
	width: 1200px;
	margin-left: -100px;
}
@media screen and (max-width:1000px) {
	#movieContents {
		height: 480px;
		min-width: 1000px;
		width: 1000px;
		margin-left: 0;
	}
}

/* #parallelo */
#parallelo {
	position: absolute;
	height: 576px;
	min-width: 1200px;
	width: 1200px;
	left: 50%;
	margin-left: -50%;
}
@media screen and (max-width:1000px) {
	#parallelo {
		height: 562px;
		min-width: 1000px;
		width: 1000px;
	}
}

#parallelo .parallelo {
	width: 100%;
	display: none;
}

.parallelo p {
	position: absolute;
}

.parallelo span.parallelo_txt01 {
	position: absolute;
	top: 260px;
	left: 50%;
	margin-left: -52px;
	padding: 0;
}
@media screen and (max-width:1000px) {
	.parallelo span.parallelo_txt01 {
		top: 200px;
	}
}

.parallelo .parallelo_txt02 {
	top: 200px;
	width: 100%;
	opacity: 0.8;
	text-align: center;
}
@media screen and (max-width:1000px) {
	.parallelo .parallelo_txt02 {
		top: 130px;
	}
}


.link {
}

.link a {
	display: block;
	left: 0;
	top: 0;
	height: 576px;
	width: 1200px;
	text-align: left;
	text-indent: -999px;
	background/*\**/:#fff\9;
	opacity: 0;
	filter: alpha(opacity=0);
}
@media screen and (max-width:1000px) {
	.link a {
		height: 480px;
		width: 1000px;
	}
}

/* #parallelo_pc */

#parallelo_pc {
	cursor: pointer;
}

/* #parallelo_ios */

#parallelo_ios {
	display: none;
	height: 674px;
	width: 1200px;
}

#parallelo_ios #main_video_sp {
	display: none;
	height: 674px;
	width: 1200px;
}
@media screen and (max-width:1000px) {
	#parallelo_ios #main_video_sp {
		height: 562px;
		width: 1000px;
	}
}

#parallelo_ios span.close_btn {
	display: none;
	padding: 15px 0;
	margin-top: -6px;
	background-color: #000000;
	text-align: center;
}

#parallelo_ios span.close_btn a {
	padding-left: 22px;
	background: #000000 url(../img/c_close_btn.gif) no-repeat left center;
}

/* #parallelo_sp */

#parallelo_sp {
	display: none;
	height: 674px;
	width: 1200px;
}
@media screen and (max-width:1000px) {
	#parallelo_sp {
		height: 562px;
		width: 1000px;
	}
}

#parallelo_sp #main_video_sp {
	display: none;
}

/* #glayLayer */
#glayLayer{
	display:none;
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:black;
    opacity: 0.90;
    filter:alpha(opacity=90);
}

/* #main_movie */
#main_movie {
	display: none;
	position: relative;
	z-index: 9900 !important;
}

#main_movie #main_video {
	position: absolute;
	left: 50%;
	margin-left: -600px;
}

#main_movie p.close_btn {
	position: absolute;
	top: 674px;
	left: 50%;
	margin-left: 570px;
	cursor: pointer;
}