@charset "utf-8";

* { padding:0; margin:0; 
	font-family:'굴림', Gulim, sans-serif;	      
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-all; 
}

body { min-width:100%; min-height:100%; margin:0; font-size:12px; color:#333; line-height:20px; overflow:hidden; overflow-y: auto; overflow-x: hidden; }

img, textarea, input, select { margin:0; vertical-align:middle !important; }

p, img,  form, fieldset, abbr, acronym { margin:0; padding:0; border:0 none; }
h1, h2, h3, h4, h5, h6 { display:block; margin:0; }
dl, ul, ol, li, dl, dt, dd { list-style:none; margin:0; padding:0; border:0 none; }
legend, caption  { display:none; visibility:hidden; }

/* Layout */
.install_wrap { margin:auto; width:750px; min-height:100%; box-sizing:border-box; overflow:hidden; }
.install_wrap h1 { height:60px; font-size:25px; color:#fff; font-weight:bold; text-align:center; background:url(../images/install_top_bg.png) repeat-x; }
.install_contents { margin:30px; }

/* Table */
.install_tbl { width:100%; border-spacing:0px; border-collapse:collapse; empty-cells:show; border:1px solid #dcdcdc; }
.install_tbl thead th { height:35px; padding:5px 10px 5px 10px; border:1px solid #dcdcdc; background-color:#f5f5f5; text-align:center; }
.install_tbl tbody th { padding:5px 15px; border:1px solid #dcdcdc; background-color:#f5ffff; text-align:center; color:#0069be; font-weight:normal; }
.install_tbl tbody td { padding:5px 20px; border:1px solid #dcdcdc; text-align:left; }

.install_down { display:inline-block; height:18px; margin-top:-3px; padding-right:25px; background:url("../images/file_down.png") right top no-repeat; }
.install_tip { margin-top:15px; padding-left:15px; font-size:13px; background:url("../images/blt_rfmark.png") 2px 4px no-repeat !important; }
.red  { color:#be3c5a !important; } 
.blue { color:#0069be !important; }

/* Link Style */
A:link,
A:visited { font-size:inherit; text-decoration:none; color:#0069be; } 
A:active,
A:hover  { font-size:inherit; text-decoration:none; color:#be3c5a; } 




