@charset "euc-kr";

img{
	vertical-align:middle;
}

/* profile */
#divProfile{
	display:inline-block;
	position:relative;
	clear:both;
	width:100%;
	border-bottom:2px solid #cecece;
}

/*divProfile*/
#divProfile .cover{
	position:relative;
	left:15px;
	float: left;
	padding-bottom: 30px;
}
#divProfile .cover  .coverImage img{
	width:110px;
	height:140px;
	border:1px solid #ececec;
	margin-bottom: 3px;
}

#divProfile  .cover .holding a{
	background-color: #e66f20;
	color: #fff;
	display: block;
	font-size: 12px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	font-weight: bold;
	width: 110px;
	border: 1px solid #ececec;
}

#divProfile dl{
	margin:0 0 0 145px;
	font-size:13px;
}
#divProfile dt{
	float:left;
	display:inline-block;
	margin-right:7px;
	padding:0 7px 0 0;
	background:url(/image/ko/common/listInfoLine.gif) no-repeat right 50%;
	font-weight: 600;
	width: 60px;
}
#divProfile dd{
	padding:0 0 5px 0;
}



#divProfile dt.title, #divProfile dt.author{
	position:absolute;
	width:0;
	height:0;
	font-size:0;
	line-height:0;
	overflow:hidden;
	border:0px;
	display:none;
	visibility:hidden;
}	
 #divProfile .title+dd{
	font-size:20px;
	color:#e66f20; 
	font-weight:500;
	margin:0 6px 0 0;
	padding:4px 0;
}
 #divProfile .author+dd{
	font-size:14px;
	color:#000; 
	margin:0 6px 5px 0;
}

/*divReview*/
#divReview{
	position:relative;
	margin-bottom: 36px;
	clear: both;
}

/*Header*/
.infoHeader{
	height:38px;
	margin-top:30px;
	padding:0 15px;
	background: #b7a99c;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 240%;
}
.infoTitle{
	display:inline-block;
	font-size: 18px;
	font-weight: 600;
	color:#fff;
}

/*addBtn*/
.addBtn{
	position:absolute;
	top:-0px;
	right:15px;
	float: right;
	padding-left: 18px;
	color:#fff;
}
.addBtn a{
	color:#fff;
}
/*message*/
.message{
	font-size: 12px;
	font-weight: bold;
	color: #000;
	height: 31px;
	padding:0 15px;
	background: #f2f2f3;
	border-bottom: 1px solid #e8e8ec;
	line-height:34px;
}
.successMsg{
	padding-left:24px;
	background: url(/image/ko/common/ico/msg_success.gif) no-repeat 0 7px ;
}

.summary{
	display:inline-block;
	background:url(/image/ko/common/ico/tagsicon.gif) no-repeat 0 50%;
	font-size:13px;
	padding-left:12px;
}

.resultMsg{
	background: url(/image/ko/common/ico/msg_fail.gif) no-repeat 32px 6px ;
	padding-left:58px;
}
a.myReviewLink{
	padding:2px 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #2c9988;
}

/*reviewList*/

.review{
	position: relative;
	padding: 20px 0 0 0;
	border-bottom: 1px solid #b7a99c;
	clear: both;
}
.myReview{
	position: relative;
	padding: 30px 0 0 0;
	border-bottom: 1px solid #87b6e7;
	clear: both;
}
.myReview .reviewItem{
	padding:  0 0 20px 0;
	margin-bottom:10px;
	border-bottom:2px solid #cecece;
}
.myReview .reviewItem .reviewContent{
	border-bottom: 0 none;
}
/*reviewHeader*/
.reviewHeader{
	display:inline-block;
	padding:0 15px 0 15px;
}
.reviewHeader .writer{
	color: #333333;
	padding:0 6px 0 0;
}
.reviewHeader .date{
	color: #6D6C64;
	background:url("/image/ko/common/bracketLine.gif") no-repeat 0 3px;
	padding:0 6px 0 8px;
}
.reviewreRecommend{
	color: #6D6C64;
	background:url("/image/ko/common/bracketLine.gif") no-repeat 0 3px;
	padding:0 6px 0 8px;
}
.reviewCnt{
	padding-right:6px;
	color: #C17557;
	font-weight: bold;
}
.reviewItem img{
	vertical-align: middle;
}
.reviewContent{
	padding: 18px 15px;
	font-size: 12px;
	border-bottom: 1px solid #ddd;
	word-break: break-all;
}
.reviewTitle{
	display:block;
	margin-bottom:8px;
	color:#333;
	font-size: 18px;
	font-weight: 600;
}
.reviewBtns{
	position: absolute;
	top:24px;
	right: 15px;
}

/*reviewComment*/

.comment{
	position:relative;
	background:#f9f9f9 url("/image/ko/common/reviewLine.gif") no-repeat 15px 8px;
	padding: 6px 15px 6px 34px;
	border-bottom: 1px solid #fff;
}
.reviewComment  .comment > .reviewHeader{
	padding:0 0 0 0;
}
.commentContent{
	margin: 6px 0;
}

/*writeComment*/
.writeComment{
	position:relative;
	height:62px;
	background:#f9f9f9;
	padding: 0 12px;
	border-bottom: 1px solid #fff;
	background: #f2f2f3;
}
.modify{
	position: relative;
	display:inline-block;
	top:0;
	height:auto;
	padding:12px 0;
	font-size: 12px;
	line-height: 120%;
	float: left;
	
}
.modify textarea{
	position:relative;
	top:2px;
	height: 30px;
	width: 863px;
	padding: 2px 6px 2px 6px;
	border: 1px solid #cdcdcd;
	line-height: 130%;
	overflow-x:hidden;
	background-color: #fff;
	float:left;
}
.reviewLinkBtn{
	position:absolute;
	top:14px;
	right:15px;
	float: right;
}
.reviewLinkBtn img {
	margin-left:2px;
	text-align: right;
}

/*additionWrite*/
.additionWrite{
	background-color: #f9f9f9;
	border-top: 2px solid #999;
	border-bottom: 1px solid #cdcdcd;
}
.additionWrite form{
	padding: 12px 15px; 
}
.additionWrite .writeBox{
	clear: both;
	padding: 1px 0;
}
.additionWrite .writeBoxs{
	clear: both;
	padding: 1px 0 6px 0;
}
.additionWrite .writeTitle {
	display:inline-block;
	margin-right: 20px;
}
.additionWrite .writeContent {
	border:1px solid #ccc;
	width: 940px;
	padding:4px;
	font-size: 12px;
	color: #666;
}
.reviewBtn{
	margin:6px 0;
	text-align: right;
}
a.imageBtn {
	display:inline-block;
	background: url("/image/ko/common/btn/imageBtnR.png") no-repeat 100% 0;
	border-style: none;
	height: 22px;
}
a.imageBtn span {
	display:inline-block;
	height:22px;
	border:0 none;
	padding:2px 23px 0 23px;
	background: url("/image/ko/common/btn/imageBtnL.png") no-repeat 0 0;
	color:#fff;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;	
}

a.commentBtn{
	display:inline-block;
	height:28px;
	width:73px;
	margin-left:2px;
	padding: 9px 0 0 0;
	background: #e66f20;
	color:#fff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}
a.commentCancelBtn{
	display:inline-block;
	height:28px;
	width:73px;
	margin-left:2px;
	padding: 9px 0 0 0;
	background: url("/image/ko/common/btn/imageBtn.png") no-repeat 0 0;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}