@charset "utf-8";

/*=============================================

File name		:	top2015.css

//INDEX
1 : KKT OVERLAY

=============================================*/



/*========================================
1 : KKT OVERLAY
========================================*/
body,html{
	width: 100%;
	height: 100%;
}

.overlay2015{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(255, 255, 255, 0.7);
}

.overlay2015content{
	width: 100%;
	height: 100%;
	position: relative;
}

.overlay2015detail{
	width: 622px;
	height: 653px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -326px 0 0 -311px;
	display: block;
}

.bannerOtherColumn li{
	position: relative;
}

.bannerOtherColumn .new::before{
	content: 'NEW';
	display: block;
	position: absolute;
	left: -6px;
	top: -5px;
	background-color: #e8101e;
	color: #ffffff;
	font-size: 10px;
	line-height: 30px;
	width: 32px;
	height: 32px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
}