@charset "utf-8";

/*-------- css reset -------*/
* {margin:0; padding:0;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {margin:0; padding:0;}
img {border:0; vertical-align:middle;}
ol,ul,li {list-style:none;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;}
body {font-size:12px; font-family:"돋움",Dotum,Helvetica,AppleGothic,Sans-serif,'Malgun Gothic', '맑은고딕';}
fieldset {border: medium none;}
a {text-decoration:none;}
em {font-style: normal;}

.wrap_gamelauncher {position:fixed; top:0; height:100%; width:100%; background:url('../images/bg_layout.png') 0 0 repeat; z-index:1000;}
.gamelauncher_area {position:absolute; top:20%; left:50%; width:720px; height:410px; background:url('../images/bg_launcher.png') 0 0 no-repeat; margin-left:-360px; box-shadow:0 0 10px #232323; border-radius:18px;}
.gamelauncher_area .btn_launcher_close {position:absolute; right:18px; top:32px; width:30px; height:30px; background:url('../images/btn_launcher_close.png') 0 0 repeat;}
.gamelauncher_area .btn_gamelauncher {position:absolute; left:85px; bottom:35px; width:260px; height:75px; background:url('../images/btn_launcher.png') 0 0 no-repeat;}
.gamelauncher_area .btn_gamelauncher_guade {position:absolute; right:85px; bottom:35px; width:260px; height:75px; background:url('../images/btn_launcher_guade.png') 0 0 no-repeat;}