@charset "utf-8";
/* CSS Document */


a:hover{
	color:#F90;
	}
div#wtitle{
		/*! background-size:cover; */
		background: url(../img/title.jpg) no-repeat center;
		position: relative;
			}
		div#title{/*타이틀*/
			width:1000px;
			margin: -1px auto 0;
			overflow: hidden;
			height: 550px;
			position: relative;
			border-top: 1px solid transparent;
			}
    #title h2{
				margin:105px 0 0 0;
				font-family: 'Fira Sans Condensed', sans-serif;
				font-size: 40px;
				font-family: 'Cormorant', serif;
				color: #EAEAEA;
				background: rgba(80, 56, 32, 0.8);
				width: 45%;
				text-align: left;
				border-radius: 2px 15px 3px 15px;
				padding: 7px 13px;
				}
			#title h3{
				margin:0 0 0 55px;
				}
			#title p{
				margin:12px 0 0 25px;
				color: #ABABAB;
				font-family: 'PT Sans', sans-serif;
				}
			#title p+p{
				/*! color: #ccc; */
			 }
			div#wtitle a.left{
				font-size: 80px;
				color: #fff;
				position: absolute;
				left: 10%;
				top: 43%;
				}
			div#wtitle a.right{
				font-size: 80px;
				color: #fff;
				position: absolute;
				right: 10%;
				top: 43%;
			 }
		
