.pe-board .pe-document__title {
	font-size: 20px;
	font-weight: normal;
	line-height: 2;
}

.pe-board .pe-EventInfoContainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 16px 0;
}

.pe-EventInfoContainer>table {
	width: 50%;
	text-align: left;
	font-size: 13px;
}

.pe-EventInfoContainer tr {
	border-bottom: 1px solid #ddd;
}

.pe-EventInfoContainer tr:first-child {
	border-top: 1px solid #000;
}

.pe-EventInfoContainer td,
.pe-EventInfoContainer th {
	padding: 7px 10px;
	line-height: 1.6;
	color: #555;
}

.pe-EventInfoContainer th {
	background-color: #f7f7f7;
	color: #000;
	width: 100px;
}

@media screen and (max-width: 768px) {
	.pe-board .pe-EventInfoContainer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}

	.pe-EventInfoContainer>table {
		width: 100%;
	}

	.pe-EventInfoContainer>table:last-child tr:first-child {
		border-top: 0;
	}
}

.pe-board .pe-eventArea {
	position: relative;
	height: 200px;
	margin-bottom: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background-color: #f7f7f7;
	background-image: url("data:image/svg+xml,%3Csvg width='180' height='180' viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M81.28 88H68.413l19.298 19.298L81.28 88zm2.107 0h13.226L90 107.838 83.387 88zm15.334 0h12.866l-19.298 19.298L98.72 88zm-32.927-2.207L73.586 78h32.827l.5.5 7.294 7.293L115.414 87l-24.707 24.707-.707.707L64.586 87l1.207-1.207zm2.62.207L74 80.414 79.586 86H68.414zm16 0L90 80.414 95.586 86H84.414zm16 0L106 80.414 111.586 86h-11.172zm-8-6h11.173L98 85.586 92.414 80zM82 85.586L87.586 80H76.414L82 85.586zM17.414 0L.707 16.707 0 17.414V0h17.414zM4.28 0L0 12.838V0h4.28zm10.306 0L2.288 12.298 6.388 0h8.198zM180 17.414L162.586 0H180v17.414zM165.414 0l12.298 12.298L173.612 0h-8.198zM180 12.838L175.72 0H180v12.838zM0 163h16.413l.5.5 7.294 7.293L25.414 172l-8 8H0v-17zm0 10h6.613l-2.334 7H0v-7zm14.586 7l7-7H8.72l-2.333 7h8.2zM0 165.414L5.586 171H0v-5.586zM10.414 171L16 165.414 21.586 171H10.414zm-8-6h11.172L8 170.586 2.414 165zM180 163h-16.413l-7.794 7.793-1.207 1.207 8 8H180v-17zm-14.586 17l-7-7h12.865l2.333 7h-8.2zM180 173h-6.613l2.334 7H180v-7zm-21.586-2l5.586-5.586 5.586 5.586h-11.172zM180 165.414L174.414 171H180v-5.586zm-8 5.172l5.586-5.586h-11.172l5.586 5.586zM152.933 25.653l1.414 1.414-33.94 33.942-1.416-1.416 33.943-33.94zm1.414 127.28l-1.414 1.414-33.942-33.94 1.416-1.416 33.94 33.943zm-127.28 1.414l-1.414-1.414 33.94-33.942 1.416 1.416-33.943 33.94zm-1.414-127.28l1.414-1.414 33.942 33.94-1.416 1.416-33.94-33.943zM0 85c2.21 0 4 1.79 4 4s-1.79 4-4 4v-8zm180 0c-2.21 0-4 1.79-4 4s1.79 4 4 4v-8zM94 0c0 2.21-1.79 4-4 4s-4-1.79-4-4h8zm0 180c0-2.21-1.79-4-4-4s-4 1.79-4 4h8z' fill='%23dddddd' fill-opacity='0.41' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.pe-eventArea .pe-warningMessage {
	color: #e92323;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}

.pe-eventArea .pe-eventArea-AdminInfo {
	position: absolute;
	right: 14px;
	bottom: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.pe-eventArea-AdminInfo>a {
	font-size: 13px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	color: #777;
}

.pe-eventArea-AdminInfo>a>svg {
	font-size: 20px;
	width: 1em;
	height: 1em;
	margin-top: -2px;
	vertical-align: middle;
	fill: currentColor;
}

.pe-eventArea-AdminInfo>a:hover {
	color: #222
}


.adminInfo-Content {
	max-width: 400px;
}

.adminInfo-Content-Item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 13px;
	line-height: 1;
	margin-bottom: 10px;
}

.adminInfo-Content-Item:last-child {
	margin-bottom: 0;
}

.adminInfo-Content-Item>div:first-of-type {
	width: 120px;
	text-align: left;
}

.adminInfo-Content-Item>div:last-of-type {
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0.25);
	padding: 5px 9px;
	border-radius: 20px;
}

.tippy-content {
	padding: 10px !important;
}

.pe-CommentArea-Title {
	border-bottom: 1px solid #1e1e1e;
	font-size: 18px;
	line-height: 1;
	padding: 24px 0 16px;
	margin-top: 24px;
}

.pe-board .pe-winningCommentItem {
	margin-top: 24px;
}

.pe-winningCommentItem .pe-winningCommentItem__regdate {
	color: #aaa;
	font-size: 12px;
	line-height: 14px;
}

.pe-winningCommentItem .pe-winningCommentItem__status {
	padding: 4px 7px;
	border-radius: 3px;
	background-color: #E5EFFF;
	color: #367BF5;
	font-size: 12px;
	/* font-weight: bold; */
}

.pe-winningCommentItem .pe-winningCommentItem__inner {
	margin-top: 8px;
	/* background-color: #f3f3f3; */
	padding-bottom: 24px;
	border-bottom: 1px solid #eee;
	/* border-radius: 10px; */
}

.pe-winningCommentItem .pe-winningCommentItem__comment {
	font-size: 14px;
	color: #555;
}

.pe-winningCommentItem__manager>a {
	color: #4b85f0;
	font-size: 13px;
}

.pe-board .pe-winningCommentItem__adminComment {
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	padding: 12px;
	margin-top: 12px;
	margin-left: 12px;
	width: calc(100% - 12px);
	font-size: 14px;
	line-height: 20px;
	color: #1e51dd;
}


.feedback {
	position: relative;
	color: #4b4b4b;
	margin: 0 0 20px 0;
}

.feedback .fbHeader {
	position: relative;
	height: 32px;
	padding: 10px 0 0 5px;
	line-height: 30px;
	border-top: 1px solid #DDD;
}

#comment .fbHeader .wComment {
	position: absolute;
	top: 10px;
	right: 15px;
	padding: 0 0 0 18px;
	text-decoration: none;
	color: #666;
	line-height: 1;
}

.feedback .fbHeader h2 {
	margin: 0;
	font-size: 14px;
	display: inline;
}

.feedback .fbHeader h2 em {
	font-style: normal;
	color: #CDA25A;
}

.feedback .fbHeader .trackbackURL {
	position: absolute;
	top: 8px;
	right: 10px;
	margin: 0;
	line-height: 1;
	color: #666;
	/* font: 11px Tahoma, Geneva, sans-serif; */
}

.feedback .fbHeader .trackbackURL a {
	text-decoration: none;
	color: #666;
}

.feedback .fbList {
	margin: 0;
	padding: 0;
}

.feedback .fbItem {
	padding: 20px 0 19px 0;
	border-bottom: 1px solid #E9E9E9;
	margin: 0 0 -1px 0;
	zoom: 1;
	list-style: none;
}

.feedback .fbItem:last-child {
	border-bottom: none;
}

.feedback .fbItem:after {
	content: "";
	display: block;
	clear: both;
}

.feedback .indent {
	background: url(icoIndent.gif) no-repeat;
}

.feedback .fbMeta {
	float: left;
	width: 184px;
	padding: 0 0 0 6px;
}

.feedback .fbMeta .profile {
	float: left;
	width: 38px;
	height: 38px;
	margin: 0 10px 5px 0;
	background: url(profile.gif) no-repeat;
	background-size: 100%;
	border-radius: 100%;
}

.feedback .fbMeta .author {
	margin: 0;
	font-size: 12px;
}

.feedback .author a {
	text-decoration: none;
	color: #666;
}

.feedback .author a img {
	margin: 0 6px 0 0 !important;
	vertical-align: top !important;
}

.feedback .time {
	margin: 0;
	/* font: 11px Tahoma, Geneva, sans-serif; */
	color: #8e8e8e;
}

.feedback .xe_content {
	margin: 0 0 0 200px;
	color: #666;
	line-height: 1.5;
}

.feedback .xe_content *:first-child {
	margin-top: 0;
}

#trackback .xe_content {
	color: #888;
}

#trackback .xe_content strong {
	color: #666;
	display: block;
	font-weight: normal;
}

.feedback .fileList {
	margin: 0 0 0 190px;
	padding: 8px 0 0 0;
	display: inline;
	float: left;
	clear: both;
}

.feedback .toggleFile {
	border: 0;
	background: none;
	cursor: pointer;
	overflow: visible;
	padding: 0;
	color: #767676;
}

.feedback .files {
	display: none;
	list-style: none;
	margin: 15px 0;
	padding: 0;
	line-height: 16px;
}

.feedback .files li {
	background: url(icoSet.gif) no-repeat 0 -28px;
	padding: 0 0 0 15px;
}

.feedback .files a {
	color: #767676;
	position: relative;
	text-decoration: none;
}

.feedback .files a .fileSize {
	visibility: hidden;
	position: absolute;
	padding: 1px 4px;
	left: 100%;
	top: -4px;
	border: 1px solid #ddd;
	font: 11px Tahoma, Geneva, sans-serif;
	background: #fff;
	white-space: nowrap;
}

.feedback .files a:hover .fileSize,
.feedback .files a:active .fileSize,
.feedback .files a:focus .fileSize {
	visibility: visible;
}

.feedback .action {
	margin: 0;
	padding: 10px 10px 0 0;
	white-space: nowrap;
	float: right;
}

.feedback .action .vote {
	margin: 0 10px 0 0;
	color: #767676;
}

.feedback .action a {
	padding: 0 0 0 4px;
	color: #767676;
	text-decoration: none;
}

.feedback .action a:hover {
	color: #CDA25A;
}

.feedback .action a.this {
	background: none;
	padding: 0;
	margin: 0 0 0 10px;
	text-decoration: underline;
}

.feedback .pagination {
	padding: 10px 0;
}

.feedback .indent1 {
	padding-left: 20px;
	background-position: 6px 15px;
}

.feedback .indent2 {
	padding-left: 40px;
	background-position: 26px 15px;
}

.feedback .indent3 {
	padding-left: 60px;
	background-position: 46px 15px;
}

.feedback .indent4 {
	padding-left: 80px;
	background-position: 66px 15px;
}

.feedback .indent5 {
	padding-left: 100px;
	background-position: 86px 15px;
}

.feedback .indent6 {
	padding-left: 120px;
	background-position: 106px 15px;
}

.feedback .indent7 {
	padding-left: 140px;
	background-position: 126px 15px;
}

.feedback .indent8 {
	padding-left: 160px;
	background-position: 146px 15px;
}

.feedback .indent9 {
	padding-left: 180px;
	background-position: 166px 15px;
}

.feedback .indent10 {
	padding-left: 200px;
	background-position: 186px 15px;
}

.feedback .indent11 {
	padding-left: 220px;
	background-position: 206px 15px;
}

.feedback .indent12 {
	padding-left: 240px;
	background-position: 226px 15px;
}

.feedback .indent12 .action {
	display: none
}

.fbFooter {
	margin: -10px 0 10px 0;
}