html, body {
    height: 100%;
    min-height: 100%
    background-color: #000;
}

.chkmateWrap{
    height: auto;
    min-height: 480px;
    padding: 0 10px;
    background-image: url(../../img/chkmate/common/bg.png);
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.chkmateh1 {
    padding: 40px 0;
}

#chkmateBtns{
    margin: 80px auto 110px;
    text-align: center;
}

.btn{
    display:inline-block;
    width:30px;
    height:30px;
    margin-right: 8px;
    background-image:url(../../img/chkmate/common/lamp.png);
    -webkit-background-size: 60px 30px;
    background-size: 60px 30px;
    background-position: 0;
    background-repeat: no-repeat;
}
.btn:last-child{
    margin-right: 0;
}
.btn span{
    display:block;
    width:30px;
    height:30px;
    text-indent: -99999px;
}

#btn_check{
    width: 183px;
    height: 50px;
    border-style: none;
    background-color: transparent;
    background-image: url(../../img/chkmate/common/btn_hanbets.png);
    -webkit-background-size: 183px 50px;
    background-size: 183px 50px;
    background-position: 0;
    background-repeat: no-repeat;
    text-indent: -99999px;
}

#btn_top{
    width: 153px;
    height: 48px;
    display: inline-block;
    margin-top: 40px;
    border-style: none;
    background-color: transparent;
    background-image: url(../../img/chkmate/common/btn_top.png);
    -webkit-background-size: 153px 48px;
    background-size: 153px 48px;
    background-position: 0;
    background-repeat: no-repeat;
    text-indent: -99999px;
}

#loading{
    display:none;
}

#result{
    display:none;
    width:300px;
    height:386px;
    background-color: transparent;
    background-image: url(../../img/chkmate/common/bg_popup.png);
    -webkit-background-size: 300px 386px;
    background-size: 300px 386px;
    background-position: 0;
    background-repeat: no-repeat;
}
#result h1{
    width:145px;
    height:36px;
    margin: 50px auto 0;
    background-color: transparent;
    content: url(../../img/chkmate/common/title_result.png);
}
#result h1 img{
    width:145px;
    height:36px;
}
#result .chkmateTitle{
}
#result .chkmateTitle p{
    margin: 30px auto 0;
    background-color: transparent;
    background-position: 0;
    background-repeat: no-repeat;
}

#result .chkmateBody{
    display: none;
}
.closeBtn{
    margin-top: 50px;
}

.close {
    width: 153px;
    height: 50px;
    display: inline-block;
    margin: 0 auto 20px;
    border-style: none;
    background-color: transparent;
    content: url(../../img/chkmate/common/btn_back.png);
}
.close img{
    width: 153px;
    height: 50px;
}

.blur{
    -webkit-animation:myanim 0.5s 0 1; /* Safari and Chrome */
    -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes myanim{
    from {-webkit-filter: blur(0);}
    to {-webkit-filter: blur(5px);}
    
}

.chkmateAfter{
    position: relative;
    z-index: 2000;
}