@charset "utf-8";

/* 배경화면 적용 */
body {
	background: #000 url(../images/background.jpg) repeat;
}

/* link 효과 적용 */
a:link,
a:visited,
a:hover,
a:active,
a:focus {
	color: silver;
	text-decoration: none;
}

/* 마우스 드래그 색상 변경 */

::selection {
	background: #1f1f1f;
	color: #fff;
}
::-moz-selection {
	background: #1f1f1f;
	color: #fff;
}
::-webkit-selection {
	background: #1f1f1f;
	color: #fff;
}

/* Layout 항목 */
#defaultWrap {
	height: auto;
	margin: 10px 0px;
	overflow: hidden;
	padding: 0px;
	width: auto;
}

.fixedWrap {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: transparent;
	border: 1px solid #3f3f3f;
	border-radius: 3px;
    height: auto;
    margin: 0px;
    width: auto;
}

.baseWrap {
	height: auto;
	margin: 0px;
	padding: 0px;
	width: auto;
}

.coverWrap {
	margin: 0px;
	overflow: hidden;
	padding: 0px;
}

.insidecoverWrap {
	height: auto;
	margin: 5px;
	padding: 0px 5px;
	width: auto;
	line-height: 16px;
}
.insidecoverWrap .widgetTitle {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
	font-size: 12px;
}
.insidecoverWrap .widgetWrap {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	width: auto;
}
.insidecoverWrap .widgetWrap ul {
	margin: 0px;
	padding: 0px;
}
.insidecoverWrap .widgetWrap ul li {
	float: left;
	list-style: none;
	padding-right: 20px;
}
.insidecoverWrap .widgetWrap ul li a {
	color: #959595;
	float: left;
	font-size: 12px;
}
.insidecoverWrap .widgetWrap ul li a:hover {
	color: #7fffd4;
}

.partitionWrap {
	background-color: transparent;
	border: none;
	border-bottom: 1px dotted #1f1f1f;
	height: 1px;
	margin: 5px 0px;
	padding: 0px;
	width: auto;
}
.clearWrap {
	clear: both;
}

/* 다락방 글꼴 크기 */
.bandcontentWrap {
	height: auto;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 100%;
}
.bandreplyWrap {
	height: auto;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.bandreplyWrap ul {
	margin: 0px;
	padding: 0px;
}
.bandreplyWrap ul li {
	border-top: 1px solid #1e1e1e;
	color: #959595;
	line-height: 24px;
	list-style: none;
	padding: 5px 0px;
}
.bandreplyWrap ul li .posted {
	color: #fff;
	float: left;
}
.bandreplyWrap ul li .regdate {
	float: right;
}
.bandreplyWrap ul li .reply {
	color: orange;
	padding-right: 5px;
}

/* 유튜브 크기 변경 */
.video-wrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-wrap iframe,
.video-wrap object,
.video-wrap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 텍스트 효과 */
.significant {
	color: #7fffd4;
	font-size: 12px;
}

.footnote {
	color: #555;
	font-size: 11px;
}

.texticon,
.noticeicon {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #282828;
	border-radius: 3px;
	border: 1px solid #1e1e1e;
	color: #c0c0c0;
	font-size: 12px;
	padding: 1px 5px 1px 5px;
}

.noticeicon {
	color: #000;
	font-style: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* 기념일 출력  */
#anniversary {
	color: #ee82ee;
}

/* scrollUp 효과 적용 */
#scrollUp {
	bottom: 20px;
	right: 20px;
	height: 38px;
	width: 38px;
	background: url(../images/top.png) no-repeat;
}

#scrollUp:hover {
	opacity: 0.6;
	filter: alpha(opacity: 60);
}