.profileImage {
	padding: 10px;
	margin: 40px 0 0 20px;
	float: left;
}

.profile .profileDesc {
	color: #6fb5eb;
	font-weight: bolder;
	font-size: 2.2em;
	padding: 0 20px;
	margin: 50px 0 0 380px;
}

.profile .profileDesc span {
	color: #3290d8;
	font-size: 0.7em;
	margin-left: 340px;
}

.profile ul {
	margin: 40px 20px 10px 400px;
}

.profile li {
	padding-top: 5px;
	list-style: none;
	color: #ffffd6;
	font-size: 1.1em;
}

.profileTag {
	margin: 40px 30px 0 40px;
}

.profileTag ul {
	margin: 20px 10px 20px 380px;
	text-align: justify;
}

.profileTag li {
	display:inline;
	letter-spacing:-1px;
	margin: 1px;
}

.profileTag li.tagL1 {
	color: #dbdbdb;
	font-size: 1.3em;
}

.profileTag li.tagL2 {
	color: #f1ec95;
	font-size: 1.5em;
	font-weight:bold;
}

.profileTag li.tagL3 {
	color: #95c5f1;
	font-size: 1.8em;
	font-weight:bold;
}

.profileTag li.tagL4 {
	color: #e69945;
	font-size: 2.1em;
	font-weight:bold;
}

.profileTag li:hover {
	color: #4d4d4d;
	cursor: pointer;
}

.ajaxWaiting {
	background-image:url('/images/profile/ajax-loader.gif');
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#727272;
}

/* 태그내용 보여주는 부분 */

#tagContents {
	padding: 10px 20px 20px 20px;
}

#tagContents h4 {
	color: #111111;
	font-size: 1.6em;
	background-color: #d7d781;
	padding-left: 10px;
	margin-bottom: 20px;
}

#tagContents .tagImage {
	float: left;
}

#tagContents .tagDesc {
	font-size: 1.2em;
	padding: 0 20px 0 380px;
	color: #ffffd6;
}

#tagContents span {
	font-size: 0.9em;
	color: #a5a5a5;
	margin-left: 450px;
 	margin-top: 15px;
}

#tagImage {
	text-align: center;
}

