/*-------------------------
	제품갤러리 Simple reset
--------------------------*/


*{
	margin:0;
	padding:0;
	
}


/*-------------------------
	General Styles
--------------------------*/


html{
	background:url('') repeat #FFF;
}


body{
    background:url('') no-repeat 50% -250px;
	font:14px/1.3 'OpenSansL','Segoe UI', sans-serif;
	overflow-x: hidden; overflow-y: auto;
}

a, a:visited {
	outline:none;	
}

a:hover{
	text-decoration:none;
}
section, footer, header{
	display: block;
}


/*----------------------------
	The Header
-----------------------------*/


header{
	background-images: #fff;
	background-image: linear-gradient(top, #000 0%, #000 100%);
	background-image: -o-linear-gradient(top, #000 0%, #000 100%);
	background-image: -moz-linear-gradient(top, #000 0%, #000 100%);
	background-image: -webkit-linear-gradient(top, #000 0%, #000 100%);
	background-image: -ms-linear-gradient(top, #000 0%, #000 100%);
	
	padding:8px 0 15px;/*상단바높이*/
	box-shadow:0 0px 0px rgba(0,0,0,0.3);
}

header h1, header h2{
	text-align:center;
	font-weight: normal;
}

header h1{
	font: 42rem/50rem 'OpenSansL','PretendardL','Dancing Script', sans-serif !important;
	color:#5e676d;
}

header h2{
	/*font-style:italic;*/
	font-size:1.5rem;
	color:#B79351;
}
header h3{
	/*font-style:italic;*/
	font-size:1.5rem;
	color:#333;
}
/*h1{
	border: 1px  solid;
	background: #eee;
	padding: 10px;
	
	width: 100%;
	height: 30px;
	background-image: linear-gradient(top, #fff 0%, #ddd 100%);
	background-image: -o-linear-gradient(top, #fff 0%, #ddd 100%);
	background-image: -moz-linear-gradient(top, #fff 0%, #ddd 100%);
	background-image: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
	background-image: -ms-linear-gradient(top, #fff 0%, #eee 100%);
	box-shadow:0 4px 0px rgba(204,204,204,0.5);
}*/

/*----------------------------
	Thumbnails
-----------------------------*/

.thumbs{
	width:100%;
	margin:60px 10px 10px 35px;
	text-align:center;
	
}

.thumbs a{
	width:200px;/*갤러리사이즈*/
	height:200px;
	display:inline-block;
	border:1px solid #fff;
	box-shadow:0 1px 3px rgba(0,0,0,0);
	border-radius:4px;
	margin: 30px 40px 50px 40px;
	position:relative;
	text-decoration:none;
	background-position:center center;
	background-repeat: no-repeat;
	
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
}


.thumbs a:after{
	background-color: #fff;
    border-radius: 7px;
    bottom: -210px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    color: #000;
    content: attr(title);
    display: inline-block;
    font-size: 18px;
    max-width: 200px;
    overflow: hidden;
    padding: 2px 10px;
    position:relative;
    text-align: center;
    white-space: nowrap;
}

#credit{
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	font-size: 11px;
	margin: 0 auto 70px;
	opacity: 0.5;
	padding: 12px 16px;
	text-align: center;
	width: 400px;
}


/*----------------------------
	Media Queries
-----------------------------*/


@media screen and (max-width: 960px) {
	.thumbs, #credit{
		width:auto;
	}
	
	footer{
		display:none;
	}
	
	#bsaHolder{
		display:none;
	}
}


/*----------------------------
	The Footer
-----------------------------*/


footer{
	background-color: rgba(0,0,0,1);
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0,0,0,0.4);
	height: 100px;
	left: 0;
	line-height: 24px;
	/*position: fixed;*/
	width: 100%;
	font-size: 12px;
	color:#DCDCDC;
	text-align: center;
	z-index: 100;
	padding: 15px;
}

footer h2{
	color: #EEEEEE;
	font-size: 14px;
	font-weight: normal;
	left: 50%;
	margin-left: -400px;
	padding: 13px 0 0;
	position: absolute;
	width: 540px;
}

footer h2 i{
	font-style:normal;
	color:#888;
}

footer a.tzine,a.tzine:visited{
	color: #999999;
	font-size: 12px;
	left: 50%;
	margin: 16px 0 0 110px;
	position: absolute;
	text-decoration: none;
	top: 0;
}

footer a i{
	color:#ccc;
	font-style: normal;
}

footer a i b{
	color:#c92020;
	font-weight: normal;
}
