@charset "UTF-8";

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

a img {
	text-decoration: none; 
	border: 0px;
}

body{
	padding: 0;
	margin: 0;
	background-color: #fff;
}

#container {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 300px;
	height: 250px;
	margin: auto;
	overflow: hidden;
	background: #ffffff;
	border:1px solid #333333;
}

#content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: -2px;
	top: 0px;
	z-index: 100;
}
#lottie{
	width: 101%;
	height: 101%;
	transform: translate3d(0,0,0);
	opacity: 1;
	z-index: 400;
	top:0;
	left:0;
	position: absolute;
}
#rolloverCatch {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 999;
    cursor: pointer;
}

#cover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #fff;
    z-index: 998;
}

#hideMask {
    position: absolute;
	top: 171px;
	left: 272px;
    overflow: hidden; 
    width:162px;
    height:42px;
    z-index: 800;
	border-radius: 4px;
}

#shimmer {
    position: relative;
      left: 200px;  
      top:-20px;
	  opacity: .3;
}

#overlay {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 100%;
    height: 100%;
    z-index: 204;
}

#whtOverlay {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 100%;
    height: 100%;
    z-index: 202;
}
#txt_1, #txt_2, #txt_3, #txt_4, #txt_5, #txt_6 {
    position: absolute;
    top: 0px;
	left: 0px;
    width: 100%;
    height: 100%;
    z-index: 200;
}
