* { margin: 0; padding: 0; line-height: 1; }
body { margin: 10px 0 10px 10px; background-color: #fff; color: #111311; font-family: "Gulim"; font-size: 13px; }
/* Links */
/*
	a { text-decoration: none; }
	a:link { color: #754C23; }
	a:visited { color: #C69C6D; }
	a:hover, a:active { color: #754C23; text-decoration: underline; }
*/
/* 일반 태그 관련 */
h1, h2, h3 { margin-bottom: 10px; }
h2, h3 { margin-top: 10px; }
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }

textarea.code { width: 600px; font-family: "Courier New"; font-size: 12px; line-height: 1.4; background-color: #f7f7f7; border: solid 1px #ccc; }
div.code { width: 500px; font-family: "Courier New"; font-size: 12px; line-height: 1.4; background-color: #f7f7f7; }
p.txt { margin: 8px 0 8px 0; line-height: 1.6; }

.mt10 { margin-top: 10px; }

.nob { border: none; }
