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


a:hover{
	color:#F90;
	}
div#wtitle{
		background: url(../img/title.png) no-repeat center 50% #F7F6F4;
	  background-size:95%;
		position: relative;
			}
		div#title{/*타이틀*/
			max-width:1100px;
			margin: -1px auto 0;
			overflow: hidden;
			height: 500px;
			position: relative;
			border-top: 1px solid transparent;
			/*! background: #fff; */
			}
    #title h2{
				margin:95px 0 0 0;
				font-family: 'Fira Sans Condensed', sans-serif;
				font-size: 40px;
				font-family: 'Cormorant', serif;
				color: #9A6D41;
				width: 60%;
				padding: 7px 0;
				padding-left: 25px;
				}
			#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{
			position: absolute;
	    top: 43%;
		  font-size: 80px;
			color:#cacac2;
      }
			div#wtitle a.left{
				left: 10%;
				}
			div#wtitle a.right{
			 right: 10%;
			 }
		
