/* 통합 평가관리, 오류관리 */

.newStarBox {
	padding: 30px 0;
	border-top: 1px solid #777777;
	border-bottom: 1px solid #dee1e7;
}


.newStarBox .left:first-child {
	width: 280px;
	padding-top: 30px;
	margin: 0 auto;
	text-align: center;
	border-right: 1px solid #d6d9de;
}


.newStarBox .left:first-child .star.large {
	margin: 0 0 3px 0;
}


.newStarBox .left:first-child > p {
	color: #585858;
	font-size: 20px;
	font-family: 'Noto Sans';
}


.newStarBox .left:first-child > p .starPoint {
	color: #111111;
	font-size: 25px;
	font-family: 'Noto Sans Medium';
}


.newStarBox .left:first-child .btnArea {
	position: relative;
	margin-bottom: 20px;
}


.newStarBox .left:first-child .btnArea .btnEdit {
	width: 150px;
	height: 36px;
	border-radius: 5px;
	font-size: 15px;
	text-indent: 10px;
	background-image: url("../images/btn/btn-edit.png");
	background-repeat: no-repeat;
	background-position: 30px center;
}


.newStarBox .left:first-child .btnArea .tooltip {
	position: absolute;
	left: 60px;
	top: 50px;
	width: 236px;
	height: 25px;
	line-height: 25px;
	border-radius: 50px;
	color: #fff;
	font-size: 12px;
	background: #3d3d3d;
	text-align: left;
}


.newStarBox .left:first-child .btnArea .tooltip .redDot {
	margin: 0 8px 1px;
}


.newStarBox .left:first-child .btnArea .tooltip:after {
	display: block;
	position: absolute;
	left: 10px;
	top: -10px;
	content: '';
	width: 14px;
	height: 10px;
	background: url("../images/ico/ico-tooltip-triangle.png");
}


.newStarBox .left:last-child {
	padding: 4px 37px 0 30px;
}


.newStarBox .left:last-child .row {
	margin-bottom: 11px;
}


.newStarBox .left:last-child .progressGroup {
	width: 592px;
	height: 12px;
}


.newStarBox .left:last-child .evalGrey {
	display: inline-block;
	width: 71px;
	height: 24px;
	line-height: 24px;
	margin-right: 15px;
	border-radius: 50px;
	color: #585858;
	font-size: 12px;
	font-weight: bold;
	font-family: '맑은 고딕';
	background: #efefef;
	text-align: center;
}


.newCommentBox {
	display: none;
	margin-top: 15px;
}


.newCommentBox.err .commentGroup > div {
	margin-bottom: 15px;
	padding-left: 10px;
}


.newCommentBox.err .commentGroup > div:last-child {
	margin-bottom: 0;
}


.newCommentBox.err .commentGroup label {
	float: left;
	width: 80px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	font-family: "Noto Sans";
}


.newCommentBox.err .commentGroup label:before {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 6px 10px 0 0;
	content: '';
	border-radius: 50%;
	background: #376fee;
	vertical-align: middle;
	transform: translateY(-50%);
}


.newCommentBox.err .commentGroup label.btnFileSelect {
	width: 74px;
	height: 26px;
	margin-left: 80px;
	text-indent: 20px;
	text-align: center;
	border-radius: 3px;
	line-height: 26px;
	color: #686868;
	border: 1px solid #cbccd2;
	font-size: 12px;
	background: #fff url("../images/btn/ico-download.png") no-repeat 5px center;
}


.newCommentBox.err .commentGroup label.btnFileSelect:hover {
	color: #2853d5;
	border: 1px solid #376fee;
	background: #fff url("../images/btn/ico-download-hover.png") no-repeat 5px center;
}


.newCommentBox.err .commentGroup label.btnFileSelect:before {
	display: none;
}


.newCommentBox.err .commentGroup input, .newCommentBox.err .commentGroup textarea {
	display: inline-block;
	float: left;
	width: calc(100% - 80px);
}


.newCommentBox.err .commentGroup .fileLocal {
	padding-top: 50px;
	min-height: 78px;
	border: 1px solid #dee1e7;
	background: #fff url("../images/input/bg-file-upload.png") no-repeat center 15px;
}


.newCommentBox.err .commentGroup .fileLocal::placeholder {
	text-align: center;
	display: inline-block;
	margin-top: 40px;
}


.newCommentBox.err .btnArea {
	margin: 0;
}


.newCommentBox .commentWrap {
	position: relative;
	padding: 26px 26px 32px;
	margin-bottom: 22px;
	background: #f4f5f8;
	border: 1px solid #e5e5e5;
}


.newCommentBox .commentWrap .radioGroup {
	display: inline-block;
	margin-left: 30px;
}


.newCommentBox .commentWrap .date {
	float: right;
	display: inline-block;
	color: #999999;
	font-size: 14px;
	font-family: '맑은 고딕';
}


.newCommentBox .commentWrap .confirm {
	display: inline-block;
	float: left;
	width: 100%;
	border-top: 1px solid #e5e5e5;
}


.newCommentBox .commentWrap .confirm p {
	padding: 15px;
	font-size: 15px;
	font-family: 'Noto Sans';
}


.newCommentBox .commentWrap textarea {
	float: left;
	width: calc(100% - 80px);
	padding: 15px;
	height: 78px;
}


.newCommentBox .commentWrap .btnCommentSubmit {
	float: left;
	width: 80px;
	height: 78px;
}


.newCommentBox .commentWrap .starPoint {
	margin-left: 8px;
	color: #222222;
	font-size: 20px;
	font-family: 'Noto Sans Medium';
}


.newCommentBox .commentWrap .btnGroup {
	position: absolute;
	right: 30px;
	top: 88px;
}


.newCommentBox .commentWrap .btnGroup button {
	width: 37px;
	height: 37px;
}


.newCommentBox .commentWrap .btnGroup button.btnListEdit {
	width: 28px;
	height: 27px;
	background: url("../images/btn/btn-list-edit.png");
}


.newCommentBox .commentWrap .btnGroup button.btnListEdit:hover {
	background: url("../images/btn/btn-list-edit-hover.png");
}


.newCommentBox .commentWrap .btnGroup button.btnListEdit.type2 {
	background: url("../images/btn/btn-list-edit2.png");
}


.newCommentBox .commentWrap .btnGroup button.btnListEdit.type2:hover {
	background: url("../images/btn/btn-list-edit2-hover.png");
}


.newCommentBox .commentWrap .btnGroup button.btnListRemove {
	width: 28px;
	height: 27px;
	background: url("../images/btn/btn-list-remove.png");
}


.newCommentBox .commentWrap .btnGroup button.btnListRemove.type2 {
	background: url("../images/btn/btn-list-remove2.png");
}


.newCommentBox .commentWrap .btnGroup button.btnListRemove.type2:hover {
	background: url("../images/btn/btn-list-remove2-hover.png");
}


.newCommentBox .commentWrap .btnGroup button.btnListRemove:hover {
	background: url("../images/btn/btn-list-remove-hover.png");
}


.newCommentBox strong {
	display: inline-block;
	height: 42px;
	line-height: 42px;
	margin: 0 0 10px;
	padding-left: 56px;
	font-size: 17px;
	font-family: 'Noto Sans';
	font-weight: normal;
	background: url("../images/ico/ico-comment.png") no-repeat 9px center;
}


.newCommentBox .btnArea {
	text-align: right;
}


.newCommentBox .btnArea button {
	width: 110px;
	height: 44px;
}


.newCommentBox .btnArea button:last-child {
	width: 100px;
}


.newCommentBox .sub {
	width: calc(100% - 80px);
}


.newCommentBox .sub i {
	color: #878d9c;
	font-style: normal;
	font-family: '맑은 고딕';
}


.newCommentBox .sub i.right {
	margin-top: 5px;
	color: #888888;
}


.newCommentBox .sub i.right .blue {
	color: #376fee;
	font-weight: bold;
}


.myChk {
	display: inline-block;
}



.myChk .checkbox label {
	width: auto;
	padding: 0 10px 0 35px;
	border: 1px solid #cbced2;
	border-radius: 3px;
	height: 32px;
	line-height: 32px;
	color: #686868;
	font-family: '맑은 고딕';
	font-weight: bold;
	background-position: 8px 5px;
	box-sizing: border-box;
}


.myChk .checkbox:hover label {
	border: 1px solid #376fee;
	color: #2a58d0;
}


.myChk .checkbox input[type="checkbox"]:checked + label {
	border: 1px solid #376fee;
	color: #2a58d0;
	background-position: 8px 5px;
}


.newBtn {
	height: 32px;
	color: #686868;
	font-weight: bold;
	border: 1px solid #cbced2;
	border-radius: 3px;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
}


.newBtn:hover {
	color: #2853d5;
	border: 1px solid #376fee;
}


.newBtn.btnEnter {
	width: 68px;
	background-image: url("../images/btn/ico-e-eval.png");
	background-position: 11px center;
	text-indent: 31px;
}


.newBtn.btnEnter:hover {
	background-image: url("../images/btn/ico-e-eval-hover.png");
}


.newBtn.btnMyError {
	width: 149px;
	background-image: url("../images/btn/ico-e-caution.png");
	background-position: 8px center;
	text-indent: 27px;
}


.newBtn.btnMyError:hover {
	background-image: url("../images/btn/ico-e-caution-hover.png");
}


.newReplyList {
/* 	margin-top: 21px; */
	margin-bottom: 17px;
	padding-top: 15px;
	border-top: 1px solid #888ea0;
}

.newReplyList .replyBox {
	margin-bottom: 11px;
	border: 1px solid #dbdbdb;
}

.newReplyList .replyBox.active {
	border: 1px solid #376fee;
	box-shadow: 0 0 3px #376fee;
}

.newReplyList .replyBox.hasFile .replyWrap .row:first-child:after {
	display: inline-block;
	content: '';
	width: 27px;
	height: 27px;
	margin-left: 10px;
	vertical-align: middle;
	background: url("../images/btn/btn-file-white.png");
}

.newReplyList .replyBox .replyWrap {
	position: relative;
	padding: 18px 15px;
}

.newReplyList .replyBox .replyWrap .row:first-child {
	margin-bottom: 12px;
}
.newReplyList .replyBox .boxWrap .row:first-child {
	margin-bottom: 12px;
}

.newReplyList .replyBox .replyWrap .eval {
	display: inline-block;
	width: 64px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	font-family: '맑은 고딕';
	border-radius: 30px;
}

.newReplyList .replyBox .replyWrap .eval.eval0 {
	background: #a5aab3;
}

.newReplyList .replyBox .replyWrap .eval.eval1 {
	background: #ba7cf3;
}

.newReplyList .replyBox .replyWrap .eval.eval2 {
	background: #7972f7;
}

.newReplyList .replyBox .replyWrap .eval.eval3 {
	background: #41c9b7;
}

.newReplyList .replyBox .replyWrap .eval.eval4 {
	background: #42a4f7;
}

.newReplyList .replyBox .replyWrap .eval.eval5 {
	background: #376fee;
}

.newReplyList .replyBox .replyWrap .eval.blue {
	background: #376fee;
}

.newReplyList .replyBox .replyWrap .eval.grey {
	background: #bcbfc5;
}

.newReplyList .replyBox .replyWrap .userName {
	display: inline-block;
	margin-left: 10px;
	color: #585858;
	font-size: 14px;
	font-family: '맑은 고딕';
	font-weight: bold;
}

.newReplyList .replyBox .replyWrap .date, .newReplyList .replyBox .replyWrap .time {
	display: inline-block;
	color: #999999;
	font-size: 14px;
	font-family: '맑은 고딕';
}

.newReplyList .replyBox .replyWrap .time {
	margin-left: 10px;
}

.newReplyList .replyBox .replyWrap .strong {
	width: 860px;
	margin-bottom: 2px;
	font-size: 18px;
	font-family: "Noto Sans";
	white-space: normal;
	line-height: 1.5;
	max-height: 3em;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.newReplyList .replyBox .boxWrap .strong {
	width: 860px;
	margin-bottom: 2px;
	font-size: 18px;
	font-family: "Noto Sans";
	white-space: normal;
	line-height: 1.5;
	max-height: 3em;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.newReplyList .replyBox .replyWrap .strong.down {
	display: block;
	overflow: visible;
	max-height: inherit;
}

.newReplyList .replyBox .replyWrap p.desc {
	display: none;
	margin-top: 10px;
	font-size: 15px;
	font-family: "Noto Sans";
}

.newReplyList .replyBox .replyWrap .replyFileList {
	display: none;
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #e5e5e5;
}

.newReplyList .replyBox .replyWrap .replyFileList a {
	position: relative;
	display: block;
	height: 24px;
	line-height: 24px;
	margin: 6px 0;
	padding-left: 30px;
	color: #2853d5;
	font-family: '맑은 고딕';
}

.newReplyList .replyBox .replyWrap .replyFileList a:hover {
	text-decoration: underline;
}

.newReplyList .replyBox .replyWrap .replyFileList a:before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: '';
	width: 24px;
	height: 24px;
}

.newReplyList .replyBox .replyWrap .replyFileList a.hwp:before {
	background: url("../images/board/ico-file-hwp.png") no-repeat;
}

.newReplyList .replyBox .replyWrap .replyFileList a.pdf:before {
	background: url("../images/board/ico-file-pdf.png") no-repeat;
}

.newReplyList .replyBox .replyWrap .replyFileList a.jpg:before {
	background: url("../images/board/ico-file-jpg.png") no-repeat;
}

.newReplyList .replyBox .replyWrap .replyFileList a.png:before {
	background: url("../images/board/ico-file-png.png") no-repeat;
}

.newReplyList .replyBox .replyWrap .replyFileList a.bmp:before {
	background: url("../images/board/ico-file-bmp.png") no-repeat;
}

.newReplyList .replyBox .replyWrap .replyFileList a.txt:before {
	background: url("../images/board/ico-file-txt.png") no-repeat;
}

.newReplyList .replyBox .replyWrap .replyFileList a.doc:before {
	background: url("../images/board/ico-file-doc.png") no-repeat;
}

.newReplyList .replyBox .replyWrap .replyFileList a.zip:before {
	background: url("../images/board/ico-file-zip.png") no-repeat;
}

.newReplyList .replyBox .replyWrap .replyFileList a.ppt:before {
	background: url("../images/board/ico-file-ppt.png") no-repeat;
}

.newReplyList .replyBox .replyWrap .replyFileList a.xlx:before {
	background: url("../images/board/ico-file-xlx.png") no-repeat;
}

.newReplyList .replyBox .replyWrap button.btnFileSelect {
	display: none;
	width: 74px;
	height: 26px;
	margin-bottom: 10px;
	text-indent: 20px;
	color: #686868;
	border: 1px solid #cbccd2;
	font-size: 12px;
	background: url("../images/btn/ico-download.png") no-repeat 5px center;
}

.newReplyList .replyBox .replyWrap button.btnFileSelect:hover {
	color: #2853d5;
	border: 1px solid #376fee;
	background: url("../images/btn/ico-download-hover.png") no-repeat 5px center;
}

.newReplyList .replyBox .replyWrap .titReply {
	width: 100%;
	font-size: 15px;
	font-family: 'Noto Sans';
	overflow: hidden;
	color: #585858;
}

.newReplyList .replyBox .replyWrap .titReply.js-toggle {
	display: none;
}

.newReplyList .replyBox .replyWrap .titReply.active {
	height: auto;
	overflow: auto;
}

.newReplyList .replyBox .replyWrap .btnGroup {
	position: absolute;
	right: 13px;
	top: 13px;
}

.newReplyList .replyBox .replyWrap .btnGroup button {
	width: 37px;
	height: 37px;
}

.newReplyList .replyBox .replyWrap .btnGroup button.btnListUp {
	display: none;
	background: url("../images/btn/btn-list-up-type3.png");
}

.newReplyList .replyBox .replyWrap .btnGroup button.btnListUp:hover {
	background: url("../images/btn/btn-list-up-hover.png");
}

.newReplyList .replyBox .replyWrap .btnGroup button.btnListDown {
	background: url("../images/btn/btn-list-down-type3.png");
}

.newReplyList .replyBox .replyWrap .btnGroup button.btnListDown:hover {
	background: url("../images/btn/btn-list-down-hover.png");
}

.newReplyList .replyBox .boxWrap .btnGroup button.btnListUp {
	display: none;
	background: url("../images/btn/btn-list-up-type3.png");
}

.newReplyList .replyBox .boxWrap .btnGroup button.btnListUp:hover {
	background: url("../images/btn/btn-list-up-hover.png");
}

.newReplyList .replyBox .boxWrap .btnGroup button.btnListDown {
	background: url("../images/btn/btn-list-down-type3.png");
}

.newReplyList .replyBox .boxWrap .btnGroup button.btnListDown:hover {
	background: url("../images/btn/btn-list-down-hover.png");
}

.newReplyList .replyBox .replyWrap .btnGroup button.btnListEdit {
	width: 28px;
	height: 27px;
	background: url("../images/btn/btn-list-edit.png");
}

.newReplyList .replyBox .replyWrap .btnGroup button.btnListEdit:hover {
	background: url("../images/btn/btn-list-edit-hover.png");
}

.newReplyList .replyBox .replyWrap .btnGroup button.btnListRemove {
	width: 28px;
	height: 27px;
	background: url("../images/btn/btn-list-remove.png");
}

.newReplyList .replyBox .replyWrap .btnGroup button.btnListRemove:hover {
	background: url("../images/btn/btn-list-remove-hover.png");
}

.newReplyList .replyBox .replyWrap .btnGroup.type2 {
	right: 20px;
	bottom: 10px;
	top: auto;
}

.newReplyList .replyBox .replyWrap .btnGroup.type2 button {
	width: 37px;
	height: 37px;
}

.newReplyList .replyBox .boxWrap .btnGroup.type2 {
	right: 20px;
	bottom: 10px;
	top: auto;
}

.newReplyList .replyBox .replyWrap .btnGroup.type2 button {
	width: 37px;
	height: 37px;
}

.newReplyList .replyBox .replyWrap .btnGroup.type2 button.btnListEdit {
	width: 28px;
	height: 27px;
	background: url("../images/btn/btn-list-edit.png");
}

.newReplyList .replyBox .replyWrap .btnGroup.type2 button.btnListEdit:hover {
	background: url("../images/btn/btn-list-edit-hover.png");
}

.newReplyList .replyBox .replyWrap .btnGroup.type2 button.btnListEdit.type2 {
	background: url("../images/btn/btn-list-edit2.png");
}

.newReplyList .replyBox .replyWrap .btnGroup.type2 button.btnListEdit.type2:hover {
	background: url("../images/btn/btn-list-edit2-hover.png");
}

.newReplyList .replyBox .replyWrap .btnGroup.type2 button.btnListRemove {
	width: 28px;
	height: 27px;
	background: url("../images/btn/btn-list-remove.png");
}

.newReplyList .replyBox .replyWrap .btnGroup.type2 button.btnListRemove.type2 {
	background: url("../images/btn/btn-list-remove2.png");
}

.newReplyList .replyBox .replyWrap .btnGroup.type2 button.btnListRemove.type2:hover {
	background: url("../images/btn/btn-list-remove2-hover.png");
}

.newReplyList .replyBox .replyWrap .btnGroup.type2 button.btnListRemove:hover {
	background: url("../images/btn/btn-list-remove-hover.png");
}

.newReplyList .replyBox .ansArea {
	position: relative;
	display: none;
	padding: 20px 25px 35px;
	background: #f6f6f7;
}

.newReplyList .replyBox .ansArea p {
	/* display: none; */
	width: 920px;
	color: #686868;
	font-family: '맑은 고딕';
	vertical-align: top;
	word-break: break-all;
}

.newReplyList .replyBox .ansArea p.show {
	display: inline-block;
}

.newReplyList .replyBox .ansArea input[type="text"] {
	display: none;
	width: calc(100% - 144px);
}

.newReplyList .replyBox .ansArea input[type="text"].show {
	display: inline-block;
}

.newReplyList .replyBox .ansArea .greyType2 {
	display: none;
	height: 35px;
	padding: 0 28px;
}

.newReplyList .replyBox .ansArea .greyType2.show {
	display: inline-block;
}

.newReplyList .replyBox .ansArea .reply {
	position: relative;
	margin-left: 20px;
}

.newReplyList .replyBox .ansArea .reply:before {
	position: absolute;
	left: -15px;
	top: 0;
	display: block;
	content: '';
	width: 11px;
	height: 11px;
	border-left: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
}

.newReplyList .replyBox .ansArea .btnGroup {
	display: none;
	position: absolute;
	right: 20px;
	bottom: 15px;
}

.newReplyList .replyBox .ansArea .btnGroup.show {
	display: block;
}

.newReplyList .replyBox .ansArea .btnGroup button.btnAnsEdit {
	width: 28px;
	height: 27px;
	background: url("../images/btn/btn-list-edit.png");
}

.newReplyList .replyBox .ansArea .btnGroup button.btnAnsEdit:hover {
	background: url("../images/btn/btn-list-edit-hover.png");
}

.newReplyList .replyBox .ansArea .btnGroup button.btnAnsEdit.type2 {
	background: url("../images/btn/btn-list-edit2.png");
}

.newReplyList .replyBox .ansArea .btnGroup button.btnAnsEdit.type2:hover {
	background: url("../images/btn/btn-list-edit2-hover.png");
}

.newReplyList .replyBox .ansArea .btnGroup button.btnAnsRemove {
	width: 28px;
	height: 27px;
	background: url("../images/btn/btn-list-remove.png");
}

.newReplyList .replyBox .ansArea .btnGroup button.btnAnsRemove.type2 {
	background: url("../images/btn/btn-list-remove2.png");
}

.newReplyList .replyBox .ansArea .btnGroup button.btnAnsRemove.type2:hover {
	background: url("../images/btn/btn-list-remove2-hover.png");
}

.newReplyList .replyBox .ansArea .btnGroup button.btnAnsRemove:hover {
	background: url("../images/btn/btn-list-remove-hover.png");
}

.newReplyList .starPoint {
	font-size: 18px;
	font-family: 'Noto Sans Medium';
	margin-left: 6px;
}

.newReplyList.pop .replyBox {
	margin: 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}

.newReplyList.report .replyBox {
	cursor: pointer;
}

.newReplyList.report .replyBox.active .replyWrap .row {
	display: block;
}

.newReplyList.report .replyBox .replyWrap {
	padding: 0;
}

.newReplyList.report .replyBox .replyWrap .row {
	display: none;
	margin-bottom: 0;
}

.newReplyList.report .replyBox .replyWrap .row:first-child {
	display: block;
	padding: 28px 18px;
}

.newReplyList.report .replyBox .replyWrap .row:nth-child(2) {
	padding: 0 20px;
	background: #f6f6f7;
	border-top: 1px solid #e5e7ec;
}

/* line 3935, scss/common.scss */
.newReplyList.report .replyBox .replyWrap .row:nth-child(2) p {
	padding: 28px 0;
	border-bottom: 1px solid #e5e7ec;
}

.newReplyList.report .replyBox .replyWrap .row:nth-child(3) {
	padding: 28px 20px;
	background: #f6f6f7;
}

.newReplyList.report .replyBox .replyWrap .titReply {
	width: 780px;
}

.newReplyList.report .replyBox .replyWrap .userName {
	width: 71px;
	font-size: 13px;
	font-weight: normal;
}

.newReplyList.report .replyBox .replyWrap .date, .newReplyList.report .replyBox .replyWrap .time {
	font-size: 13px;
}

.newReplyList.report .replyBox .replyWrap .reply {
	color: #686868;
	font-size: 13px;
	font-family: '맑은 고딕';
	font-weight: normal;
}

.newReplyList.report .replyBox .replyWrap .reply.re-reply {
	float: left;
	width: 930px;
	margin-left: 10px;
	line-height: 1.7;
}

.newReplyList.report .replyBox .replyWrap .hasReply {
	padding: 2px 7px;
	margin-left: 10px;
	color: #ffffff;
	font-size: 11px;
	background: #376fee;
	border-radius: 50px;
	font-family: '맑은 고딕';
}

.newReplyList.report .replyBox .replyWrap .answer {
	position: relative;
	float: left;
	padding: 2px 7px;
	margin-left: 15px;
	color: #ffffff;
	font-size: 11px;
	background: #376fee;
	border-radius: 50px;
	font-family: '맑은 고딕';
}

.newReplyList.report .replyBox .replyWrap .answer:before {
	position: absolute;
	left: -15px;
	top: 0;
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	background: url("../images/ico/ico-re-reply-before.png");
}

.newReplyList .empty {
	padding-bottom: 15px;
	text-align: center;
	font-family: "맑은 고딕";
	font-size: 14px;
	border-bottom: 1px solid #dbdbdb;
}

/* line 3132, scss/common.scss */
.evalList .summary .subject {
	display: inline-block;
	border-radius: 50px;
	color: #fff;
	font-size: 16px;
	padding: 6px 15px 6px 43px;
}

/* line 3133, scss/common.scss */
.evalList .summary .subject.type1 {
	background: #46c7da url("../images/ico/ico-mydata-type1.png") no-repeat 10px center;
}

/* line 3134, scss/common.scss */
.evalList .summary .subject.type2 {
	background: #3b8dea url("../images/ico/ico-mydata-type2.png") no-repeat 10px center;
}

/* line 3135, scss/common.scss */
.evalList .summary .subject.type3 {
	background: #3e59e0 url("../images/ico/ico-mydata-type3.png") no-repeat 10px center;
}

/* line 3137, scss/common.scss */
.evalList .summary .title {
	position: relative;
	display: inline-block;
	width: 730px;
/* 	margin-left: 10px; */
	font-family: "Noto Sans Medium";
	color: #222;
	font-size: 17px;
}

/* line 3138, scss/common.scss */
.evalList .summary .date {
	position: absolute;
	bottom: 4px;
	right: -130px;
	font-size: 14px;
	font-weight: normal;
	font-family: "맑은 고딕";
	color: #686868;
}

/* line 3139, scss/common.scss */
.evalList .summary .desc {
	margin-top: 10px;
}

/* line 3141, scss/common.scss */
.evalList .summary .desc .label {
	display: block;
	float: left;
	height: 26px;
	padding: 0 13px;
	border-radius: 13px;
	color: #2a58d0;
	font-family: "맑은 고딕";
	font-weight: bold;
	background: #e5f1ff;
	line-height: 25px;
	text-align: center;
}

/* line 3143, scss/common.scss */
.evalList .summary .desc .txt {
	float: left;
	width: 665px;
	padding: 4px 5px;
	font-family: "맑은 고딕";
	color: #686868;
	font-size: 14px;
}

/* line 3144, scss/common.scss */
.evalList .summary .desc .txt.myTxt {
	width: 930px;
}

/* line 3146, scss/common.scss */
.evalList .summary .desc:after {
	content: "";
	display: block;
	clear: both;
}

/* line 3148, scss/common.scss */
.evalList .summary .btnArea {
	position: absolute;
	bottom: 18px;
	right: 18px;
}

/* line 3151, scss/common.scss */
.evalList .summary .btnArea .myErrChk {
	display: inline-block;
	background-color: #fff;
}

/* line 3153, scss/common.scss */
.evalList .summary .btnArea .myErrChk .checkbox label {
	width: auto;
	padding: 0 10px 0 35px;
	border: 1px solid #cbced2;
	border-radius: 3px;
	height: 32px;
	line-height: 31px;
	color: #686868;
	font-family: '맑은 고딕';
	font-weight: bold;
	background-position: 8px 5px;
	box-sizing: border-box;
}

/* line 3156, scss/common.scss */
.evalList .summary .btnArea .myErrChk .checkbox:hover label {
	border: 1px solid #376fee;
	color: #2a58d0;
}

/* line 3158, scss/common.scss */
.evalList .summary .btnArea .myErrChk .checkbox input[type="checkbox"]:checked + label {
	border: 1px solid #376fee;
	color: #2a58d0;
}

/* line 3161, scss/common.scss */
.evalList .summary .btnArea button {
	width: 94px;
	height: 32px;
	border: 1px solid #cbced2;
	color: #686868;
	text-align: left;
	text-indent: 33px;
	background-position: 10px center;
	background-repeat: no-repeat;
	background-color: #fff;
}

/* line 3164, scss/common.scss */
.evalList .summary .btnArea button:hover {
	border: 1px solid #376fee;
	color: #2a58d0;
}

/* line 3165, scss/common.scss */
.evalList .summary .btnArea button.btnEval {
	background-image: url("../images/btn/ico-e-eval.png");
}

/* line 3166, scss/common.scss */
.evalList .summary .btnArea button.btnEval:hover {
	background-image: url("../images/btn/ico-e-eval-hover.png");
}

/* line 3168, scss/common.scss */
.evalList .summary .btnArea button.btnError {
	width: 143px;
	text-indent: 24px;
	background-image: url("../images/btn/ico-e-check.png");
}

/* line 3169, scss/common.scss */
.evalList .summary .btnArea button.btnError:hover {
	background-image: url("../images/btn/ico-e-check-hover.png");
}

/* line 3174, scss/common.scss */
.evalList .newReplyList {
	border-top: 0;
	padding: 10px;
	background: #f1f2f4;
}

/* line 3175, scss/common.scss */
.evalList .newReplyList .replyBox {
	background: #fff;
}

/* line 3177, scss/common.scss */
.evalList .commentBox {
	display: none;
}

/* line 3178, scss/common.scss */
.evalList .commentBox .commentWrap {
	padding-bottom: 18px;
	margin-bottom: 0;
	border-bottom: 0;
}

/* line 3179, scss/common.scss */
.evalList .commentBox .commentWrap strong {
	margin-right: 10px;
}

/* line 3181, scss/common.scss */
.evalList .commentBox .btnArea {
	margin-top: 0;
}

/* line 3182, scss/common.scss */
.evalList .commentBox .btnArea button {
	width: 90px;
	height: 40px;
}

/* line 3184, scss/common.scss */
.evalList .commentBox .sub {
	float: left;
	width: auto;
	margin-top: 13px;
}

/* line 3185, scss/common.scss */
.evalList .commentBox .row {
	display: inline-block;
	width: 100%;
	margin-bottom: 12px;
}

/* line 3186, scss/common.scss */
.evalList .commentBox .row .left {
	width: 105px;
	height: 100%;
	padding-top: 6px;
}

/* line 3187, scss/common.scss */
.evalList .commentBox .row .left.middle {
	line-height: 50px;
	padding-top: 0;
}

/* line 3188, scss/common.scss */
.evalList .commentBox .row .left .titEval {
	position: relative;
	padding-left: 40px;
	font-size: 16px;
	color: #333333;
}

/* line 3189, scss/common.scss */
.evalList .commentBox .row .left .titEval:before {
	position: absolute;
	display: block;
	content: '';
	left: 30px;
	top: 8px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #376fee;
}

/* line 3192, scss/common.scss */
.evalList .commentBox .row .right {
	width: calc(100% - 105px);
}

/* line 3193, scss/common.scss */
.evalList .commentBox .row .radioGroup {
	background: #fff;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
}

/* line 3194, scss/common.scss */
.evalList .commentBox .row .radio {
	float: left;
	margin-right: 30px;
}

/* line 3195, scss/common.scss */
.evalList .commentBox .row .radio label {
	padding-left: 25px;
	padding-bottom: 1px;
}

/* line 3197, scss/common.scss */
.evalList .commentBox .row textarea {
	height: 165px;
	padding: 10px;
}

/* line 3200, scss/common.scss */
.evalList .replyBox {
	padding: 0 10px 10px;
}

/* line 3201, scss/common.scss */
.evalList .replyBox.clear .boxWrap {
	background: #f0f5fd;
}

/* line 3202, scss/common.scss */
.evalList .replyBox.clear .boxWrap .txt {
	margin-bottom: 20px;
}

/* line 3204, scss/common.scss */
.evalList .replyBox .boxWrap {
	position: relative;
	background: #fff;
	padding: 18px 15px;
}

/* line 3205, scss/common.scss */
.evalList .replyBox .boxWrap .tag.reply {
	position: relative;
	margin-left: 25px;
}

/* line 3206, scss/common.scss */
.evalList .replyBox .boxWrap .tag.reply:before {
	position: absolute;
	left: -15px;
	top: 0;
	display: block;
	content: '';
	width: 11px;
	height: 11px;
	border-left: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
}

/* line 3208, scss/common.scss */
.evalList .replyBox .boxWrap .title {
	display: inline-block;
	margin-left: 0px;
	color: #333333;
	font-size: 17px;
	font-family: 'Noto Sans Medium';
}

/* line 3209, scss/common.scss */
.evalList .replyBox .boxWrap .txt {
	margin-top: 15px;
	color: #686868;
	font-size: 14px;
	font-family: '맑은 고딕';
}

/* line 3210, scss/common.scss */
.evalList .replyBox .boxWrap .btnGroup {
	position: absolute;
	right: 13px;
	top: 13px;
}

/* line 3211, scss/common.scss */
.evalList .replyBox .boxWrap .btnGroup .replyClear {
	color: #fff;
	width: 77px;
	height: 32px;
	line-height: 32px;
	font-family: '맑은 고딕';
	border-radius: 3px;
	text-align: center;
	background: #5b5b5b;
}

/* line 3212, scss/common.scss */
.evalList .replyBox .boxWrap .btnGroup button {
	width: 37px;
	height: 37px;
}

/* line 3213, scss/common.scss */
.evalList .replyBox .boxWrap .btnGroup button.btnListEdit {
	width: 28px;
	height: 27px;
	background: url("../images/btn/btn-list-edit.png");
}

/* line 3214, scss/common.scss */
.evalList .replyBox .boxWrap .btnGroup button.btnListEdit:hover {
	background: url("../images/btn/btn-list-edit-hover.png");
}

/* line 3215, scss/common.scss */
.evalList .replyBox .boxWrap .btnGroup button.btnListEdit.type2 {
	background: url("../images/btn/btn-list-edit2.png");
}

/* line 3217, scss/common.scss */
.evalList .replyBox .boxWrap .btnGroup button.btnListEdit.type2:hover {
	background: url("../images/btn/btn-list-edit2-hover.png");
}

/* line 3220, scss/common.scss */
.evalList .replyBox .boxWrap .btnGroup button.btnListRemove {
	width: 28px;
	height: 27px;
	background: url("../images/btn/btn-list-remove.png");
}

/* line 3221, scss/common.scss */
.evalList .replyBox .boxWrap .btnGroup button.btnListRemove.type2 {
	background: url("../images/btn/btn-list-remove2.png");
}

/* line 3223, scss/common.scss */
.evalList .replyBox .boxWrap .btnGroup button.btnListRemove.type2:hover {
	background: url("../images/btn/btn-list-remove2-hover.png");
}

/* line 3225, scss/common.scss */
.evalList .replyBox .boxWrap .btnGroup button.btnListRemove:hover {
	background: url("../images/btn/btn-list-remove-hover.png");
}

/* line 3229, scss/common.scss */
.evalList .replyBox .boxWrap .re-reply {
	padding: 25px 0 7px;
	border-top: 1px solid #e5e7ec;
}

/* line 3230, scss/common.scss */
.evalList .replyBox .boxWrap .re-reply .txt {
	display: inline-block;
	width: 880px;
	margin: 0 0 0 7px;
	vertical-align: top;
}