/* News Content Common Style */
	.common-news-content {
		text-align: justify;
	}
	.common-news-content,
	.common-news-content.se2_inputarea,
	.common-news-content blockquote,
	.common-news-content a,
	.common-news-content h1,
	.common-news-content h2,
	.common-news-content h3,
	.common-news-content h4,
	.common-news-content h5,
	.common-news-content h6 {
		font-family: "Noto Sans", "Malgun Gothic", "맑은 고딕", "돋움", Dotum, Apple SD Gothic Neo;
		font-size: 16px;
		color: #000000;
		font-weight: inherit;
		letter-spacing: -0.5px;

	}
	.common-news-content,
	.common-news-content * {
		line-height: 165%;
	}

	.common-news-content .tig-album-news-center{
		width:720px;
		text-align:center;
	}

	.common-news-content .tig-album-news-open-div{
		/*margin-bottom:20px;*/
		text-align:center;
		width:600px;
		margin:0px auto;
		
	}

	.common-news-content .tig-album-news-open-div span{		
		cursor:pointer;
		font-family: "Noto Sans", 'Malgun Gothic', '맑은 고딕', 굴림, Gulim, Apple SD Gothic Neo;
		font-size: 18px;
		font-weight:bold;
		height: 39px;
		line-height: 36px;		
		color: #ffffff;
		background: #3c3c3c;
		text-align: center;
		text-decoration: none; 
		display: block;
		margin-bottom:10px;
	}

	.common-news-content .tig-album-news-open-div span:hover{		
		background: #f75f5e;		
	}

	.common-news-content .tig-album-news-open-div img{
		vertical-align:middle;
		margin-bottom:5px;
	}
