@charset "utf-8";
/* CSS Document */

/* CSS reset */
* {
    margin: 0;
    padding: 0;
	position:absolute;
}
img{
	border:none;
}
body{
	cursor:pointer;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}
#ie-fallback{
	z-index:99;
	top:0px;
	left:0px;
	}
/* Contaciner Area */
#wrapper {
	width:300px;
	height:250px;
	overflow: hidden;
	background:#ffffff;
 	box-sizing: border-box;
}

/* Common Frame */
#logo{
	top:18px;
	left:209px;
	width:75px;
	height:44px;
	opacity:0;
	background:url(../images/logo.png) no-repeat
}

/* First Frame */
#background{
	width:300px;
	height:250px;
	top:0px;
	left:0px;
	opacity:0;
	background:url(../images/car.png) no-repeat;
}
#light_white{
	width:300px;
	height:250px;
	top:0px;
	left:-40px;
	opacity:0;
	background:url(../images/light_white.png) no-repeat;
	}
#light_white2{
	width:300px;
	height:250px;
	top:10px;
	left:40px;
	opacity:0;
	background:url(../images/light_white.png) no-repeat;
	}
#light_red{
	width:84px;
	height:60px;
	top:90px;
	left:220px;
	opacity:0;
	background:url(../images/light_red.png) no-repeat;
	}
#gbc{
	width:300px;
	height:250px;
	top:-120px;
	left:0px;
	background:url(../images/gbc.png) no-repeat;
}


#txt1{
	width:95px;
	height:11px;
	left:14px;
	top: 198px;
	opacity:0;
	background:url(../images/txt1.png) no-repeat;
}

#txt2{
	width:120px;
	height:14px;
	left:0px;
	top: 0px;
	background:url(../images/txt2.png) no-repeat;
}
#txt2_box{
	width:0px;
	height:14px;
	left:14px;
	top: 214px;
	overflow:hidden;
}
#txt3{
	width:120px;
	height:14px;
	left:0px;
	top: 0px;
	background:url(../images/txt3.png) no-repeat;
}
#txt3_box{
	width:0px;
	height:14px;
	left:14px;
	top: 227px;
	overflow:hidden;
}
#txt4{
	width:83px;
	height:12px;
	left:0px;
	top: 0px;
	background:url(../images/tel_number.png) no-repeat;
}
#txt4_box{
	width:1px;
	height:16px;
	left:194px;
	top: 230px;
	overflow:hidden;
}

	
#cta{
	width:125px;
	height:21px;
	top:206px;
	left:158px;
	opacity:0;
	background:url(../images/cta.png) no-repeat;
}
#cta_box{
	width:125px;
	height:21px;
	top:206px;
	left:158px;
	overflow:hidden;
}
#cta_glow{
	width:60px;
	height:60px;
	top: -25px;
	left:-60px;
	background:url(../images/glow.png) no-repeat;
}

