@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 }

.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 }
