@charset "utf-8";
/* 
------------------------------------------------------------
MGAME Web Design Team
first written : Yang Young bok 260622
updated :
------------------------------------------------------------
*/
/* main */
html,body{height:100%}
body{background:#000 url(../images/main/bg_wrap.jpg) no-repeat center 0; color:#fff}
.wrap{margin:0 auto; min-width:360px; max-width:2560px;height:100%;text-align:center}
.wrap h1{margin:0 auto;padding:372px 0 0 0; width:320px}
.wrap h1 img{width:100%}
.btnPlay{margin:-30px auto 35px auto;display:block;width:100%;max-width:374px; height:168px; background:url(../images/main/btn_play.png) no-repeat center; font:0/0 arial;transition:background .3s}
.btnPlay:hover{background-image:url(../images/main/btn_play_on.png)}
/* Desktop - wide */
@media all and (min-width:1440px) {
body{background-image:url(../images/main/bg_wrap_wide.jpg)}
.wrap h1{padding:475px 0 0 0; width:414px}
}