@charset "UTF-8";
/* 배경 이미지를 추가 후 이름을 지정 해주세요! */
.titleBar {
	background: url('./images/Light-Background.jpg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.titleBar .Profile .profileImage { width:112px; height:112px; margin-top:19px }
.article .article-content { line-height: 2.0; }
.contentBox { width: auto; max-width:1008px }
.postContent iframe { max-width:100% }
.postTag a { color:#777; text-decoration:none }
.postTitle a { color:#000; text-decoration:none }
.body { background-color:white; }
.body { font-size:20px; line-height:100; }
.entry-content p {
word-wrap: break-word;
font-size: 1.01em;
line-height: 2;
}