* {margin:0; padding:0;}

@font-face {font-family:'Sheep Sans';
			src:url('../font/sheep sans.ttf');}

body {font-family:'Sheep Sans',sans-serif;
	  font-size: 1em;
	  line-height:1.5em;
	  font-weight:normal;
	  color:#333;
	  background:#fff url(../images/wrap_line.gif) repeat-y center center;}

img {border:none;}

.clear {clear:both;}

#wrap {width:900px; margin:0 auto; text-align:left;}

header {background-image:url(../images/back_img1.jpg);
		background-repeat:no-repeat;
		background-position: right top;
		height:108px;}
		
header #logo {padding:26px 0 20px 28px; width:240px;}

nav {height:50px; width:100%;
	background-color:#3366ff;
	background-image:url(../images/menu_back.png);
	background-repeat:repeat-x;
	background-position:top ;
	margin:0; padding:0; z-index:2;
}


nav ul#dropdown {padding:15px 0 0 15px;}/*메뉴위치*/

nav ul#dropdown li {float:left; margin:0; list-style:none;}

nav ul#dropdown li a {color:#fff; padding:0 15px;
					text-transform: uppercase; /*대문자*/
					text-decoration:none;
					background-image:url(../images/menu_line.png);
					background-repeat:no-repeat;
					background-position:right center;
					display:block;}
					
nav ul#dropdown li a:hover {color:yellow; 
						text-shadow:2px 2px 3px #000;}

nav ul#dropdown li ul  {margin:10px 0 0 0; padding:0;
						position:absolute; 
						visibility:hidden; 
						z-index:100;}

nav ul#dropdown li ul li {float:none; display:inline;}

nav ul#dropdown li ul li a {width:auto;
				padding:7px 30px 7px 15px;
				background:#3366ff;
				font-size:0.9em;
				text-transform: capitalize;  /*첫글자만 대문자*/
				}

nav ul#dropdown li ul li a:hover {background:#0099ff;}

nav ul#dropdown li ul li a.r_corner {border-bottom-left-radius:10px;
								border-bottom-right-radius:10px;}



article#front {margin:0; padding:0; float:none; width:900px;}

article#front #welcome { padding:10px; }

article#front #welcome h1 {color:#66cccc; font-size:40px;
					font-family:'Forte', sans-serif;}

article#front #welcome h3 {color:#666; font-size:18px;
						padding:20px 0;}


article#front #front_box {float:left; width:260px;
						padding:0 15px;
						border-right:1px solid #ccc;}


article#front #front_box.box1 {border-right:none;}


article#front #front_box h3 {font-size:17px;
				color:#66ccff; padding-bottom:10px;}

article#front #front_box img {float:left;}

article#front #front_box p {width:170px; font-size:12px;
					line-height:16px; float:right;}
		

footer {margin-top:70px; padding:0 20px;}
footer p {font-size:11px; line-height:14px;float:left;}
footer #sns {float:right;}
footer #sns img {padding:0 5px;}

