body{
	background: #ededed;
	font-size: 13px;
	
}
.left{
	float: left;
}

#notice_content dd {
	position: relative;
}
#notice_content .left {
	display:inline-block;
	overflow:hidden;
	height: 41px;
	padding-right:41px;
	text-overflow:ellipsis;
	word-wrap:break-word;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	display:-webkit-box;
}

#notice_content .right {
	position: absolute;
	right: 10px;
}

.right{
	float: right;
}
.clear{
	clear: both;
}
.notice_icon{
	width: 18px;
	height: auto;
	vertical-align: middle;
}
.notice_list{
	padding: 13px;
}
.notice_list dd{
	clear: both;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	border-radius : 5px;
	margin-bottom: 2px;
	padding-left: 11px;
	padding-right: 11px;
}
.noti_type{
	color: #ff6371;
	font-weight: bold;
	font-size: 12px;
}
.noti_date{
	color: #9ca1a5;
	font-size: 10px;
}
.noti_content{
	padding-top: 40px;
	padding-bottom: 40px;
	display: none;
	white-space: pre-line;
	line-height: 1.2;
}


.agreement{
	padding-top: 10px;
}
.agreement dd{
	clear: both;
	height: 40px;
	border-top:1px solid #bfcad1;
	border-bottom: 1px solid #bfcad1;
	line-height: 40px;
	background-color: #fff;
	padding-left: 13px;
}
.agree_icon{
	width: 13%;
    height: auto;
    vertical-align: middle;
}
.slide_icon{
	width:33%;
	height: auto;
}
.agree_content{
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: none;
	white-space: pre-line;
	line-height: 1.2;
} 
.faq_titles{ 
	padding-top: 33px;
	padding-bottom:20px;
	text-align: center;
}
.faq_titles span{
	color: #9ca1a5;
	margin-left: 6px;
	margin-right: 6px;
	font-size: 14px;
}
.faq_titles span.on{
	color: #1a1f1f;
	text-decoration: underline;
}
.faq_content{
	padding-top: 14px;
	padding-bottom: 14px;
	display: none;
	white-space: pre-line;
	line-height: 1.2;
}