.chat-popup-wrap {
	width: 350px;
	overflow: hidden;
	position: fixed;
	bottom: 2%;
	background: #f4f4f4;
	right: 14%;
	display: none;
	z-index: 99;
}
.chat-popup-wrap.active {
	display: block;
}
.chat-popup-wrap .chatTitle {
	position:relative;
	display:inline-block;
	margin:0;
	padding:0;
	width:100%;
	height:40px;
	background:#da1a21 url(./images/chat/iconChat.png) 15px center no-repeat;
}
.chat-popup-wrap .chatTitle.direct {
	background-image: url(./images/chat/iconDirectChat.png);
}
.chat-popup-wrap .chatTitle p{
	font-size:16px;
	color:#fff;
	line-height:38px;
	margin:0;
	padding:0 0 0 55px;
}
.chat-popup-wrap .chatTitle .btnClose{
	position:absolute;
	top:12px;
	right:15px;
	display:block;
	width:15px;
	height:15px;
	background:#da1a21 url(./images/chat/btnClose.png) 0 0 no-repeat;
}
.chat-popup-wrap iframe {
	width: 357px;
	height: 459px;
	overflow: hidden;
}

#blog {
}

#blog h3{
	font-family: 'nanum-square-b', sans-serif; 
	font-weight:bold;
	color:#222;
	font-size:20px;
	margin:0 0 25px 0;
	padding:0;
}

#blog h3 .desc{
	font-family: 'nanum-square-r', sans-serif; 
	font-weight:normal;
	font-size:14px;
	color:#666;	
	line-height:20px;
}

#blog .tag {
	display:inline-block;
	clear:both;
	margin:0 0 35px;
}

#blog .tag h5{
	margin:0 0 10px;
	padding:0 0 0 20px;
	background:url(./images/iconTag.png) left center no-repeat;
	font-size:16px;
	font-weight:bold;
	color:#444;
}

#blog .tag ul {
	margin:0;
	padding:0;
	list-style:none;
}

#blog .tag li{
	float:left;
	margin: 0 4px 4px 0;
}

#blog .tag li a{
	display:inline-block;
	padding:5px 8px;
	min-width:40px;
	background:#fff;
	border:1px solid #b3b3b3;
	font-size:12px;
	font-weight:bold;
	color:#444;
	text-align:center;
	text-decoration:none;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}


#blog .tag li.on a, #blog .tag li a:hover {
	background:#e9e9e9;
	border:1px solid #e9e9e9;
}

#blog .boardList{
	display:inline-block;
	clear:both;
	width:100%;
}

#blog .boardList ul{
	margin:0;
	padding:0;
	list-style:none;
	border-top:1px solid #525252;
}

#blog .boardList li{
	display:inline-block;
	clear:both;
	width:100%;
	padding:45px 0;
	border-bottom:1px dashed #c4c4c4;
}

#blog .boardList .boardCont{
	display:inline-block;
	width: 616px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
}

#blog .boardList .boardCont .title{
	clear:both;
	width:100%;
	font-size:28px;
	color:#222;
	margin:0 0 10px;
	padding:0;
}

#blog .boardList .boardCont .date{
	font-size:14px;
	color:#666;
	font-style:italic;
	margin:0 0 35px;
	padding:0;
}

#blog .boardList .boardCont .contents {
	clear:both;
	text-align:left;
}

#blog .boardList .boardCont .contents img {
	max-width: 100%;
}

#blog .boardList .boardCont .contents p{
	font-size: 13px;
	line-height:23px;
	color:#666;
}

#blog .boardList .boardCont .contents .txt {
	position: relative;
	font-size: 13px;
	line-height:23px;
	color:#666;
	max-height: 300px;
	overflow: hidden;
	margin-bottom: 10px;
}

#blog .boardList .boardCont .contents .txt .gradient {
    width: 100%;
    height: 65px;
    background: url(./images/bgGradient.png) left bottom repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}

#blog .boardList .boardCont .contents .txt.full {
	max-height: inherit;
}

#blog .boardList .boardCont .contents .txt.full .gradient {
	display: none;
}

#blog .boardList .boardCont .contents .txt > div {
	font-size: 13px;
	line-height:23px;
	color:#666;
}

#blog .boardList .boardCont .contents .txt > div span {
	font-family: 'nanum-square-r', sans-serif !important;
	font-size: 13px !important;
	line-height:23px !important;
	color:#666 !important;
}

#blog .boardList .boardCont .contents .more{
	clear:both;
	text-align:left;
	font-size: 13px;
	color:#222;
	line-height:1.5;
	font-style:italic;
	text-decoration:underline;
	display: none;
}

#blog .boardList .boardWriter{
	display:inline-block;
	width: 273px;
	height:auto;
	float:right;
}

#blog .boardList .boardWriter .title{
	font-size: 14px;
	color:#222;
	margin:0 0 10px;
	padding:0;
}

#blog .boardList .boardWriter .writerInfo{
	display:inline-block;
	clear:both;
	width:100%;
	padding:15px 0;
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
}

#blog .boardList .boardWriter .writerInfo .photo{
	float:left;
	border:1px solid #c3c3c3;
	margin: 0 7px 0 0;
}

#blog .boardList .boardWriter .writerInfo .photo img {
	width: 40px;
}

#blog .boardList .boardWriter .writerInfo .infoArea{

}

#blog .boardList .boardWriter .writerInfo .infoArea .name{
	font-size: 15px;
	font-weight:bold;
	color:#222;
	line-height:1.5;
}

#blog .boardList .boardWriter .writerInfo .infoArea .desc{
	font-size: 13px;
	color:#666;
	line-height:1.5;
	margin:0 0 10px;
}

#blog .boardList .boardWriter .writerInfo .infoArea .sns{

}

#blog .boardList .boardWriter .writerInfo .infoArea .sns a{
	display:block;
	float:left;
	width:35px;
	height:35px;
	border:2px solid #c7cdd1;
	border-radius:18px;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	font-size:18px;
	font-weight:bold;
	line-height:35px;
	color:#929ca5;
	text-align:center;
	margin:0 3px 0 0;
}

#blog .boardList .boardWriter .writerInfo .infoArea .sns a i{
	line-height:35px;
}

#blog .boardList .boardWriter .writerGreetings {
	
}

#blog .boardList .boardWriter .writerGreetings p{
	font-size: 13px;
	color:#666;
	line-height: 22px;
}

#blog .boardList .boardWriter .more{
	clear:both;
	text-align:left;
	font-size: 13px;
	color:#222;
	line-height:1.5;
	font-style:italic;
	text-decoration:underline;
}