@charset "utf-8";

.topSlide {
	height: 690px;
	position: relative;
	background: #000;
	min-height: 420px;
	max-height: 1000px;
}
.topSlide .slideBase {
	position: relative;
	width: 100%;
	height: 100%;
}
.topSlide .slideBase .slideImages {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.topSlide .slideBase .slideImages .image {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: none;
}
.topSlide .slideBase .slideImages .image.slide1 {
	background-image: url(../images/top/top_slide01.jpg);
}
.topSlide .slideBase .slideImages .image.slide2 {
	background-image: url(../images/top/top_slide02.jpg);
}
.topSlide .slideBase .slideImages .image.slide3 {
	background-image: url(../images/top/top_slide03.jpg);
}
.topSlide .slideBase .slideImages .image.slide4 {
	background-image: url(../images/top/top_slide04.jpg);
}
.topSlide .slideBase .slideImages .image.slide5 {
	background-image: url(../images/top/top_slide05.jpg);
}
.topSlide .slideBase .slideImages .image.slide6 {
	background-image: url(../images/top/top_slide06.jpg);
}
.topSlide .slideBase .slideTexts {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
}
.topSlide .slideBase .slideTexts .text {
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
}
.topSlide .slideBase .slideTexts .text .textInner {
	position: relative;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: table;
}
.topSlide .slideBase .slideTexts .text .textInner .vmCell {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	font-size: 39px;
	line-height: 1.8em;
}
.topSlide .slideBase .slideTexts .text .textInner .vmCell.white {
	color: #fff;
}
.topSlide .slideBase .slideTexts .text .textInner .vmCell.logo {
	/*padding-left: 80px;*/
	padding-left: 130px;
	padding-top: 50px;
}
.topSlide .slideLeft ,
.topSlide .slideRight {
	position: absolute;
	width: 35px;
	height: 63px;
	left: 22px;
	top: 50%;
	z-index: 4;
	margin-top: -32px;
	cursor: pointer;
}
.topSlide .slideLeft:after ,
.topSlide .slideRight:after {
	content: '';
	position: absolute;
	width: 200px;
	height: 200px;
	left: -22px;
	top: -68.5px;
	z-index: 4;
	background: url(../images/top/top_slide_arrow_l.png) no-repeat 22px center;
	cursor: pointer;
}
.topSlide .slideRight {
	left: inherit;
	right: 22px;
}
.topSlide .slideRight:after {
	left: inherit;
	right: -22px;
	background: url(../images/top/top_slide_arrow_r.png) no-repeat 143px center;
}
.topSlide .slideLeft:before ,
.topSlide .slideRight:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	width: 111px;
	height: 184px;
	top: -60px;
	opacity: 0;
	transition-duration: 0.4s;
}
.topSlide .slideLeft:before {
	left: -22px;
	background: url(../images/top/top_slide_arrow_hover_l.png) no-repeat left center;
	background-size: contain;
}
.topSlide .slideRight:before {
	right: -22px;
	background: url(../images/top/top_slide_arrow_hover_r.png) no-repeat right center;
	background-size: contain;
}
.topSlide .slideLeft:hover:before ,
.topSlide .slideRight:hover:before {
	opacity: 1;
	width: 222px;
	height: 367px;
	top: -152px;
}
.slideNavi {
	text-align: center;
	padding: 14px 0px;
	margin: 0px 0px 0px !important;
	display: block !important;
	width: 100% !important;
	position: absolute;
	bottom: 0;
	z-index: 2;
	line-height: 1;
}
.slideNaviItem {
	width: 24px;
	height: 24px;
	clear: none;
	display: inline-block;
	position: relative;
	margin: 0 5px;
	background: url(../images/top/top_slider_default.png) no-repeat center center;
}
.slideNaviItem:after {
	content: '';
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/top/top_slider_current.png) no-repeat center center;
	opacity: 0;
	transition-duration: 0.3s;
}
.slideNaviItem:hover:after {
	opacity: 1;
}
.slideNaviItem.current {
	background: url(../images/top/top_slider_current.png) no-repeat center center;
}
.slideNaviItem.current:after {
	display: none;
}
.onSlidePop {
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 5;
	background: #fff;
}
.onSlidePop img {
	vertical-align: bottom;
}
#fancybox-content {
	box-sizing: content-box;
}
#fancybox-content > div {
	overflow: hidden !important;
}

.newsPosition {
	height: 60px;
	position: relative;
}
.newsWrapper {
	background: #f5f5f5;
	min-height: 60px;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
}
.newsInner {
	width: 1000px;
	margin: 0 auto;
}
.newsColWrapper {
	display: table;
	width: 1000px;
	min-height: 60px;
	line-height: 1.7;
}
.newsColWrapper .labelCell {
	display: table-cell;
	box-sizing: border-box;
	width: 140px;
	text-align: center;
	font-weight: bold;
	padding: 16px 15px;
	background: #dedede;
	vertical-align: top;
}
.newsColWrapper .mainCell {
	display: table-cell;
	box-sizing: border-box;
	padding: 16px 18px;
	vertical-align: top;
}
.newsColWrapper .btnCell {
	display: table-cell;
	box-sizing: border-box;
	width: 60px;
	vertical-align: top;
}
.newsColWrapper .mainCell .newsMore {
	display: none;
}
.newsColWrapper .mainCell .newsMore dl {
	margin-top: 10px;
}
.newsColWrapper .mainCell dl dt {
	float: left;
	width: 85px;
}
.newsColWrapper .mainCell dl dd {
	margin-left: 90px;
}
.newsColWrapper .btnCell .moreBtn {
	width: 60px;
	height: 60px;
	background-color: #dedede;
	background-image: url(../images/top/info_arrow.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
.newsColWrapper .btnCell .moreBtn {
	display: block;
	width: 60px;
	height: 60px;
	background-color: #dedede;
	background-image: url(../images/top/arrow_news_down.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	cursor: pointer;
	transition-duration: 0.3s;
}
.newsColWrapper .btnCell .moreBtn:hover {
	background-position: center top;
	background-color: #000;
}
.newsColWrapper .btnCell .moreBtn.open {
	background-image: url(../images/top/arrow_news_up.png);
	background-position: center top;
}
.newsColWrapper .btnCell .moreBtn.open:hover {
	background-position: center bottom;
}
.newsColWrapper .btnCell .moreBtn .openText, .newsColWrapper .btnCell .moreBtn .closeText {
	display: none;
}
.newsColWrapper .mainCell dl:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.newsColWrapper .mainCell dl {
	min-height: 1px;
	font-size: 90%;
}
* html .newsColWrapper .mainCell dl {
	height: 1px;
	overflow: hidden;
}
.pintarestBoardWrapper {
	width: 900px;
	min-height: 500px;
	margin: 0 auto;
	padding: 55px 0;
}

.concept .conceptInner {
	width: 1080px;
	margin: 0 auto;
	height: 100%;
	padding: 55px 0;
}
.concept .conceptInner h2 {
	text-align: center;
	font-size: 40px;
}
.contentsPickUp {
	position: relative;
	min-height: 600px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.contentsPickUp:before {
	/*content: '';*/
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	background: #fff;
	visibility: hidden;
}
.contentsPickUp.standby:before {
	visibility: visible;
}
.contentsPickUp.standby.active:before {
	width: 0%;
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(.75,0,.45,1);
}
.contentsPickUp.pickUp01 {
	background-image: url(../images/top/top_features_img.jpg);
}
.contentsPickUp.pickUp02 {
	background-image: url(../images/top/top_design_img.jpg);
}
.contentsPickUp.pickUp03 {
	background-image: url(../images/top/top_story_img.jpg);
}
.contentsPickUp.pickUp04 {
	background-image: url(../images/top/top_application_img.jpg);
}
.contentsPickUp.pickUp05 {
	background-image: url(../images/top/top_media_img.jpg);
}
.contentsPickUp .backimage {
	position: relative;
	z-index: 1;
}
.contentsPickUp .backimage img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.contentsPickUp .pickUpOverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	left: 0;
	top: 0;
}

.contentsPickUp.standby .pickUpOverlay {
	left: -100%;
}
.contentsPickUp.standby.active .pickUpOverlay {
	left: 0%;
	transition-duration: 1s;
	/*transition-delay: 0.2s;*/
	transition-timing-function: cubic-bezier(.75,0,.45,1);
}
.contentsPickUp .pickUpInner {
	width: 1080px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
.contentsPickUp .pickUpInner .centerPosition {
	width: 100%;
	height: 100%;
	position: relative;
}
.contentsPickUp .textLayer {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -130px;
	box-sizing: border-box;
	padding: 40px;
	width: 450px;
	min-height: 260px;
	background: #fff;
	background: rgba(256,256,256,0.5);
}
.contentsPickUp .textLayer:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #fff;
	z-index: -1;
	transition-duration: 0.2s;
}
.contentsPickUp .textLayer.hover:before {
	width: 100%;
}
.contentsPickUp .textLayer h2 {
	margin-bottom: 10px;
}
.movieBlock {
	position: relative;
	background-image: url(../images/top/top_movie_bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 600px;
}
.movieBlock h2 {
	text-align:center;
	color:#fff;	
	padding-bottom:20px;
}

.movieBlock .movieInner {
	box-sizing: border-box;
	max-width: 1600px;
	padding: 80px 36px;
	margin: 0 auto;
}
.movieBlock .movieInner .movie2ColsWrapper {
	margin: 0 -18px;
}
.movieBlock .movieInner .movie2ColsWrapper .cols {
	float: left;
	box-sizing: border-box;
	width: 50%;
	padding: 0 18px;
	min-height:350px;
}
.movieBlock .movieThumbsBox {
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none;
	min-height: 350px;
}
.movieBlock .movieThumbsBox .textBox {
	text-align: center;
	color: #fff;
	padding: 13% 20px 13%;
	background: rgba(0,0,0,0.5);
	transition-duration: .4s;
}
.movieBlock a.movieThumbsBox:hover .textBox {
	background: rgba(0,0,0,0.0);
}
.movieBlock .movieThumbsBox .textBox .movieTitle {
	font-size: 32px;
	margin-bottom: 8px;
}
.movieBlock .movieThumbsBox .valignWrapper {
	display: table;
	width: 100%;
	height: 100%;
}
.movieBlock .movieThumbsBox .valignWrapper .valignMiddle {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.movieBlock .movieThumbsBox span.block {
	display: block;
}
.movieBlock .movieThumbsBox span.playBtn {
	margin-bottom: 16px;
}
.movieBlock .movieThumbsBox span.playBtn img {
	vertical-align: bottom;
}

.movieBlock .movieThumbsBox.movie01 {
	background-image: url(/share/en/images/top/movie_thamb01.jpg);
}
.movieBlock .movieThumbsBox.movie02 {
	background-image: url(/share/common/images/top/movie_thamb02.jpg);
}