/* BASIC css start */
#intro {
	background:url(http://gi.esmplus.com/gomyak/gomdolfarm/main/mian_src_01.jpg) 50% 0 no-repeat fixed;
    
    width:1920px;
	overflow:visible; z-index:2;
	height:380px;
	margin: 0;
	padding: 0;
}
.Scroll{
	margin:0 ;
	min-width:;
	overflow: auto;
	width:100%;;
}


.background_title {
  padding:2em 0;
  background: none;
  position:relative;
}
.background_title h5 {
    margin:100px auto 50px auto  ;
    text-align:center;

    width: 100%;
	color:#fff;    /*  타이틀 */ 
    font-size:3.3em !important;
}


.background_title p {
text-align:center;
line-height:2em;
font-size:1.7em;
text-shadow:none !important;
color: #fff !important;         /*  설명  */ 
margin-bottom:50px;    
}

.background_title span {
 
    text-align:center;  padding:10px 20px;
    background-color: #000;      /*  more */ 
    border-radius:20px;
    border:1px solid #dcdcdc;
 

}
.background_title span a { 
    color: #fff;          /*  more */ 
    text-align:center;
  
    font-size:1em;
    font-weight:normal;
    letter-spacing:1px;
}
.background_title span:hover {
    background-color: #646464; opacity:0.8;    /*  마우스후버 */ 
 }


/* BASIC css end */

