@charset "utf-8";
/* CSS Document */
.firstLoginPopBox{display:none;}
.firstLoginPopBox .popCover{width:100%;height:100%;z-index:20;top:0px;left:0px;position:fixed;opacity:0.8;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#cc000000,gradientType=0);background:radial-gradient(rgba(0, 0, 0, 0.498039),rgba(0, 0, 0, 0.8));}
.firstLoginPopBox .popContent{position:absolute;width:990px;left:50%;top:0;margin-left:-495px;margin-top:80px;z-index:21;animation:amat 0.8s;-moz-animation:amat 0.8s;-webkit-animation:amat 0.8s;-o-animation:amat 0.8s;cursor:pointer;box-shadow:0 0 30px #999;-webkit-box-shadow:0 0 40px #999;}
.firstLoginPopBox #showCoupon{width:100%;height:818px;background:url(../img/firstLoginTitle.png) no-repeat;}
.firstLoginPopBox #showDetail{display:none;width:100%;height:638px;background:url(../img/firstLoginDetail.png) no-repeat;}
.firstLoginPopBox .closeBtn{position:absolute;width:35px;height:35px;top:-18px;right:-18px;cursor:pointer;background:url(../img/closeIcon.png) no-repeat;z-index:22;}
.firstLoginPopBox .message{position:absolute;width:300px;top:180px;color:#FF0;font-size:30px;left:50%;margin-left:-150px;}
.firstLoginPopBox .viewDetail{position:absolute;width:100px;right:30px;top:700px;color:#FFF;font-size:18px;cursor:pointer;}
@keyframes amat {0% {-moz-transform: scale(0.1,0.1);-ms-transform: scale(0.1,0.1);-o-transform: scale(0.1,0.1);-webkit-transform: scale(0.1,0.1);transform: scale(0.1,0.1);}
				70% {-moz-transform: scale(1.20,1.20);-ms-transform: scale(1.20,1.20);-o-transform: scale(1.20,1.20);-webkit-transform: scale(1.20,1.20);transform: scale(1.20,1.20);}
				100% {-moz-transform: scale(1,1);-ms-transform: scale(1,1);-o-transform: scale(1,1);-webkit-transform: scale(1,1);transform: scale(1,1);}}
@-moz-keyframes amat {0% {-moz-transform:scale(0, 0)}75% {-moz-transform:scale(180%, 180%)}100% {-moz-transform:scale(100%, 100%)}}
@-webkit-keyframes amat {0% {-moz-transform: scale(0.1,0.1);-ms-transform: scale(0.1,0.1);-o-transform: scale(0.1,0.1);-webkit-transform: scale(0.1,0.1);transform: scale(0.1,0.1);}
				70% {-moz-transform: scale(1.20,1.20);-ms-transform: scale(1.20,1.20);-o-transform: scale(1.20,1.20);-webkit-transform: scale(1.20,1.20);transform: scale(1.20,1.20);}
				100% {-moz-transform: scale(1,1);-ms-transform: scale(1,1);-o-transform: scale(1,1);-webkit-transform: scale(1,1);transform: scale(1,1);}}
@-o-keyframes amat {0% {-o-transform:scale(0, 0)}75% {-o-transform:scale(180%, 180%)}100% {-o-transform:scale(100%, 100%)}}