ul.sns {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;

}
.sns li {
	float: right;
	margin-right: 4px;
	line-height: 0 !important;
}

div#ekTop {
	background: black url(../img/top_bg.jpg) no-repeat;
	background-size:cover;
	background-position: center top;
	color:white;
	overflow:hidden;
}

div#ekTopRead {
	background: url(../img/bg_trans.png);
	overflow:hidden;
}
div#ekTopRead p {
	font-size:16px;
	color:#fff;
}

p#ekLogo {
	margin: 10px 16px 12px 20px;
	float: left;
}

p#ekLogo + p {
	margin: 3.4% 3% 0 0;
	padding-bottom: 2%;
}


div#ekMovieContainer + ul {
	width:621px;
	overflow: hidden;
	margin: 6px auto 25px;
}

div#ekProductList {
	margin: 20px 0px 0;
	overflow:hidden;
}

div#ekProductList li {
	box-sizing:border-box;
	width: 50%;
	position:relative;
	float:left;
	border-left: 1px solid #c7c7c7;
	border-top: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
	padding: 1%;
	overflow: hidden;
	margin-left: -1px;
}

div#ekProductList li:first-child,
div#ekProductList li:first-child + li {
	border-top:0;
}

div#ekProductList li:nth-child(2n-1) {
	clear:both;
	border-left: none;
}

div#ekProductList li:nth-child(2n) {
	border-right: none;
}

div#ekProductList li a + div {
	width: 29%;
	float:left;
}

div#ekProductList li a + div + img {
	width: 100%;
}

div#ekProductList li a:first-child img {
	width: 100%;
	margin-bottom: 3px;
	margin-top: 16%;
}

div#ekProductList li p.ProductName {
	color:#016373;
	font-size:23px;
	font-weight:bold;
	line-height: 22px;
	margin-bottom: 8px;
}

@media screen and (max-width: 1365px){
	div#ekProductList li p.ProductName.longNmaeAdjust {
		font-size:20px;
	}
}

@media screen and (max-width: 1280px){
	div#ekProductList li p.ProductName.longNmaeAdjust {
		font-size:18px;
	}
}

@media screen and (max-width: 1150px){
	div#ekProductList li p.ProductName.longNmaeAdjust {
		font-size:16px;
	}
}

div#ekProductList li p.ProductName:hover {
	text-decoration:underline;
}

div#ekProductList li p.movieTag img {
	width:100%;
}

div#ekProductList li p.ProductDetail {
	font-size: 14px;
	line-height: 1.5;
	clear: both;
	padding-top: 10px;
}

#globalContents div.ekAllProductLink {
	margin: 50px 0 20px;
	overflow: hidden;
	text-align: center;
}

#globalContents div.ekAllProductLink a {
	display: inline-block;
	width: 80%;
	height: 50px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #999;
	border: 2px solid #999;
	color: #fff;
	font-size: 26px;
	line-height: 50px;
}

#globalContents div.ekAllProductLink a:hover {
	background-color: #fff;
	border-color: #0088cc;
	color: #0088cc;
}

#globalContents div.ekAllProductLink a:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 4px;
	margin-left: 4px;
	border: transparent solid 10px;
	border-left-color: #fff;
}

#globalContents div.ekAllProductLink a:hover:before {
	background-color: #fff;
	border-left-color: #0088cc;
	color: #0088cc;
}

.ekMovieDiv {
	position: relative;
	height: 0;
	padding-top: 37.8%;
	width: 67%;
	float: right;
	background: black;
}

.ekMovieDiv > div a:after {
	content: "";
	display:block;
	width: 23%;
	height: 60px;
	background: url(../img/icon_youtube.png) no-repeat;
	background-size: 100%;
	top: 38%;
	left: 37%;
	position: absolute;
}

.ekMovieDiv:hover > div a:after {
	opacity:.8;
}

div#ekProductList li .ekMovieDiv img,
div#ekProductList li .ekMovieDiv iframe {
	width: 100% !important;
	position: absolute;
	height: 100%;
	top: 0;
	margin-left: 0% !important;
	margin-top: 0 !important;
}

.ekMovieDiv iframe {
	z-index: 1;
}