@charset "UTF-8";

@font-face {
	font-family: NanumSquare;
	src: url(http://handappdown.cafe24.com/font/NanumSquareL.ttf) format('truetype'),
	url(http://handappdown.cafe24.com/font/NanumSquareL.woff) format('woff'),
	url(http://handappdown.cafe24.com/font/NanumSquareL.eot) format('embedded-opentype'),
	url(./font/NanumSquareL.ttf) format('truetype'),
	url(./font/NanumSquareL.woff) format('woff'),
	url(./font/NanumSquareL.eot) format('embedded-opentype');
	font-weight: 200;
}

@font-face {
	font-family: NanumSquare;
	src: url(http://handappdown.cafe24.com/font/NanumSquareR.ttf) format('truetype'),
	url(http://handappdown.cafe24.com/font/NanumSquareR.woff) format('woff'),
	url(http://handappdown.cafe24.com/font/NanumSquareR.eot) format('embedded-opentype'),
	url(./font/NanumSquareR.ttf) format('truetype'),
	url(./font/NanumSquareR.woff) format('woff'),
	url(./font/NanumSquareR.eot) format('embedded-opentype');
}

@font-face {
	font-family: NanumSquare;
	src: url(http://handappdown.cafe24.com/font/NanumSquareB.ttf) format('truetype'),
	url(http://handappdown.cafe24.com/font/NanumSquareB.woff) format('woff'),
	url(http://handappdown.cafe24.com/font/NanumSquareB.eot) format('embedded-opentype'),
	url(./font/NanumSquareB.ttf) format('truetype'),
	url(./font/NanumSquareB.woff) format('woff'),
	url(./font/NanumSquareB.eot) format('embedded-opentype');
	font-weight: 600;
}

@font-face {
	font-family: NanumSquare;
	src: url(http://handappdown.cafe24.com/font/NanumSquareEB.ttf) format('truetype'),
	url(http://handappdown.cafe24.com/font/NanumSquareEB.woff) format('woff'),
	url(http://handappdown.cafe24.com/font/NanumSquareEB.eot) format('embedded-opentype'),
	url(./font/NanumSquareEB.ttf) format('truetype'),
	url(./font//NanumSquareEB.woff) format('woff'),
	url(./font/NanumSquareEB.eot) format('embedded-opentype');
	font-weight: 800;
}

body {
	font-family: NanumSquare, 나눔스퀘어, NanumGothic, 나눔고딕, 고딕, AppleGothic;
	margin: 0 auto;
	width: 1280px;
}

div#title {
	margin-top: 50px;
	margin-bottom: 100px;
	text-align: center;
}

div#about {
	margin-top: 100px;
	margin-bottom: 50px;
	text-align: center;
	font-size: 12px;
	color: #777777;
}

div#contents {
	padding-left: 20px;
	padding-right: 20px;
}

pre#contents {
	white-space: pre-wrap;
}

img#logo {
	width: 100px; height: 100px;
}

p.title {
	margin-top: 50px;
	line-height: 150%;
}

p#inc {
	font-size: 25px;
	line-height: 0%;
}

p#inc_ass {
	font-size: 11px;
	line-height: 150%;
}