@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;}
fieldset {border: medium none;}
a {text-decoration:none;}
em {font-style: normal;}
input{outline: none;}

.GameLauncher_layer {position:fixed; top:0; left:0; width:100%; height:100%; background:url('../images/bg_layout.png') 0 0 repeat; z-index:1000;}
.GameLauncher_wrap {position:absolute; top:14%; left:50%; width:700px; height:380px; background:url('../images/bg_launcher_ctn.png') 50% 50% no-repeat; border-radius:10px; margin-left:-350px;}
.GameLauncher_wrap .btn_launcher_close {position:absolute; top:14px; right:16px; width:39px; height:39px; background:url('../images/btn_launcher_close.png') 50% 50% no-repeat;}
.GameLauncher_wrap .gamelauncher_ctns {display:block; width:100%; height:100%;}
.GameLauncher_wrap .btn_launcher_download {position:absolute; left:80px; bottom:40px; width:260px; height:70px; background:url('../images/btn_down_launcher.png') 50% 50% no-repeat;}
.GameLauncher_wrap .btn_launcher_guide {position:absolute; right:80px; bottom:40px; width:260px; height:70px; background:url('../images/btn_guide_launcher.png') 50% 50% no-repeat; margin-left:20px;}

.btm_line_launcher {display:block; width:606px; height:29px; background:url('../images/btm_line2.png') 50% 50% no-repeat;}
