<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.commu-center #powerbbsHead {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
#wowAddonUi {
	display: block;
	overflow: hidden;
	margin-top: 15px;
	background-color: #353535;
}
#wowAddonUi div,
#wowAddonUi ul,
#wowAddonUi li,
#wowAddonUi dl,
#wowAddonUi dt,
#wowAddonUi dd {
	color: black;
	margin: 0;
	padding: 0;
}
#wowAddonUi .addonTitle h3 {
	width: 285px;
}
#wowAddonUi .addonTitle span {
	width: calc(100% - 285px);
}
#wowAddonUi .addonInfo {
	width: 270px;
}
#wowAddonUi .addonDesc {
	width: calc(100% - 270px);
}
#wowAddonUi .addonTitle {
	height: 36px;
	background: url('//static.inven.co.kr/image_2011/wow/addon/bg_1x36_gray1.png') repeat-x left top;
	display: flex;
	justify-content: space-between;
}
#wowAddonUi .addonTitle h3 {
	position: relative;
	height: 36px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}
#wowAddonUi .addonTitle h3:after {
	content: '';
	position: absolute;
	top: 12px;
	right: 0;
	width: 1px;
	height: 16px;
	background: url('//static.inven.co.kr/image_2011/wow/addon/bg_1x16_gray1.png') no-repeat left top;
}
#wowAddonUi .addonTitle span {
	display: block;
	height: 36px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}
#wowAddonUi .addonContent {
	display: flex;
	justify-content: flex-start;
	flex-flow: row wrap;
	margin: 4px;
	padding: 7px 10px;
	background-color: #ede9ee;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-sizing: border-box;
}
#wowAddonUi .addonInfo ul {
	margin: 0 5px;
	padding-right: 10px;
}
#wowAddonUi .addonInfo ul li {
	display: flex;
	justify-content: space-between;
	flex-flow: nowrap;
	height: 34px;
	line-height: 34px;
	background: url('//static.inven.co.kr/image_2011/wow/addon/bg_3x1_gray1.png') repeat-x left bottom;
	overflow: hidden;
}
#wowAddonUi .addonInfo ul li:last-child {
	background: none;
}
#wowAddonUi .addonInfo ul li strong {
	display: inline-block;
	color: #4A3314;
	font-weight: bold;
	background: url('//static.inven.co.kr/image_2011/wow/addon/bg_3x5_gray1.png') no-repeat 5px center;
	line-height: inherit;
	padding-left: 13px;
}
#wowAddonUi .addonInfo ul li em {
	display: inline-block;
	font-style: normal;
	text-align: right;
	line-height: inherit;
	padding-right: 3px;
}
#wowAddonUi .addonInfo ul li.maker strong,
#wowAddonUi .addonInfo ul li.maker em a {
	color: #ff0f0f;
	font-weight: bold;
}
#wowAddonUi .addonDesc {
	position: relative;
	min-height: 208px;
	padding: 13px 20px;
	background-color: #ffffff;
	border-radius: 5px;
	box-sizing: border-box;
}
#wowAddonUi .addonDesc .desc {
	text-align: left;
	line-height: 140%;
}
#wowAddonUi .addonDesc ul.link {
	width: calc(100% - 188px);
	margin-top: 20px;
}
#wowAddonUi .addonDesc ul.link li {
	text-align: left;
	background: url('//static.inven.co.kr/image_2011/wow/addon/bg_3x5_gray1.png') no-repeat left center;
	margin-top: 3px;
	padding-left: 7px;
}
#wowAddonUi .addonDesc ul.link li a {
	color: blue;
}
#wowAddonUi .addonDesc a.download {
	display: block;
	position: absolute;
	bottom: 13px;
	right: 20px;
	width: 188px;
	height: 36px;
	overflow: hidden;
	text-indent: -10000em;
	background: url('//static.inven.co.kr/image_2011/wow/addon/bttn_188x36_orange.png') no-repeat left top;
}
#wowAddonUi ul.screenshot {
	display: flex;
	justify-content: center;
	flex-flow: nowrap;
	width: 100%;
	margin: 14px 0 5px 0;
}
#wowAddonUi ul.screenshot li {
	width: 139px;
	margin-left: 36px;
	height: 95px;
	text-align: left;
	background: url('//static.inven.co.kr/image/wow/dataninfo/addonpds/bg_imageframe.gif') no-repeat left top;
}
#wowAddonUi ul.screenshot li:first-child {
	margin-left: 0;
}

#wowAddonUi ul.screenshot li img {
	width: 127px;
	height: 84px;
	cursor: pointer;
	margin-top: 5px;
	margin-left: 6px;
}
</pre></body></html>