



/* === pc-menu.css - 헤더 이미지 시작 div ==== */

/*  전체적으로 #333 만 고치면 됨 */

.subTitleImg{
	background: #333;
	text-align:center;
}

.subTitleImg img{
	vertical-align: bottom;
}

.subImg{
	width: 1167px;
        margin-left: auto; 
        margin-right: auto;
}





/* === img_titlegradient.css - 헤더 이미지  좌우 그라데이션 ==== */

.ImgLeftRightGradient {
	/*width: 1167px;*/
	margin: 0 auto;
	position: relative;
}

.ImgLeftRightGradient::after {
	position: absolute;
	display: block;
	content: "";
	top: 00;
	left: 0;
	width: 100%;
	height: 100%;

	background: linear-gradient(left, rgba(255, 255, 255, 0) 80%, #333 100%)  ,linear-gradient(right, rgba(255, 255, 255, 0) 80%, #333 100%);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 80%, #333 100%)   ,-moz-linear-gradient(right, rgba(255, 255, 255, 0) 80%, #333 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 80%, #333 100%) ,-ms-linear-gradient(right, rgba(255, 255, 255, 0) 80%, #333 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 80%, #333 100%) ,-o-linear-gradient(right, rgba(255, 255, 255, 0) 80%, #333 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 80%, #333 100%) ,-webkit-linear-gradient(right, rgba(255, 255, 255, 0) 80%, #333 100%);
}
