@charset "utf-8";

/* GLOBAL RESET
------------------------------------------------------------------*/
		html,body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,blockquote,table,th,td { margin: 0; padding: 0; }
		table { border-collapse: collapse; border-spacing: 0; }
		fieldset,img,abbr { border: 0; }
		address,caption,cite,code,dfn,th,var { font-style: normal; font-weight: normal; }
		ul { list-style: none; }
		caption,th { text-align: left; }
		h1,h2,h3,h4,h5,h6,h7,p { font-size: 1.0em; margin: 0 0 .8em 0; padding: 0; }
		.hide { display: none; }
		
		a img, :link img, :visited img { border: 0; }
		a, a:link{ text-decoration: none; color: #4a606b; }
		a:visited { text-decoration: none; color: #4a606b; }
		a:hover { color: #5ab084; background-color: transparent; }	

/* HEADINGS
------------------------------------------------------------------*/
		h1, h2, h3, h4, h5, h6{ margin: 0; padding: 0; color: #4a606b; }
		h7{ margin: 0; padding: 0; color: #383735; }
		h2{
			padding: 0;
			margin: 0 0 .8em 0;
			font: bold 1.3em/120% malgun gothic, 맑은고딕, dotum, 돋움, Arial,Helvetica,sans-serif;
			font-size: 14px;
			border-bottom: 0px solid #383735;
		}


/* BODY
------------------------------------------------------------------*/
	body {
		background: url("image/back.jpg");
		background-repeat:repeat-x;
		background-attachment:fixed;
		margin:0;
		padding:0;
		font:1.3em/120% Malgun Gothic,맑은 고딕,Dotum,돋움,Arial,Helvetica,sans-serif,tahoma;
		font-size:12px;
		line-height:20px;
		background-color:#9b9b9b;
		text-decoration:none;
    	width:100%;
		text-align:center;
	}

/* WRAP
------------------------------------------------------------------*/
	#wrap {
		margin:0 auto;
		padding:0;
		width:800px;
	}

/* HEAD
------------------------------------------------------------------*/
	#header {
		margin:10px auto 0 auto;
		padding:15px 0 15px 0;
		text-align:center;
		width:790px; /* IE */
		voice-family: "\"}"\";
		voice-family: inherit;
		width:790px; /* REAL */
	}
		html>body #header {
		width:790px;
	}

/* SECTION
------------------------------------------------------------------*/
	.content_gap{
		height: 3px;
		margin:0 auto 5px auto;
		padding:0;
		width:780px; /* IE */
		voice-family: "\"}"\";
		voice-family: inherit;
		width:780px; /* REAL */
	}
		html>body .content_gap {
		margin:0 0 5px 0px;
		width:780px;
	}

/* NAVIGATION
------------------------------------------------------------------*/
	.navi {
	    position: relative;
	    height: 59px; width: 790px;
	    background: url("image/bg.gif") no-repeat top;
	    padding: 0;
		margin:0;
	    overflow: hidden;
	}
	
	.navi li {
        float: left;
        list-style: none;
    }

	.navi li a {
		position: relative; overflow: hidden;
        text-align: center;
        height: 58px; top: 11px;
        z-index: 10; letter-spacing: 0;
        float: left; display: block;
        margin: auto 10px;
	}

	.navi li img {
        margin: 11px 0 0 0;
	}

	 .marketing { display:block; width: 94px; height: 34px; background:url("menu/marketing_off.gif") no-repeat 0 0; }
	 .marketing:hover { background: url("menu/marketing_on.gif") no-repeat 0 0; }

	 .pr { display:block; width: 153px; height: 34px; background:url("menu/pr_off.gif") no-repeat 0 0; }
	 .pr:hover { background: url("menu/pr_on.gif") no-repeat 0 0; }

	 .ad { display:block; width: 157px; height: 34px; background:url("menu/ad_off.gif") no-repeat 0 0; }
	 .ad:hover { background: url("menu/ad_on.gif") no-repeat 0 0; }

	 .about { display:block; width: 95px; height: 34px; background:url("menu/about_off.gif") no-repeat 0 0; }
	 .about:hover { background: url("menu/about_on.gif") no-repeat 0 0; }

	 .blog { display:block; width: 93px; height: 34px; background:url("menu/blog_off.gif") no-repeat 0 0; }
	 .blog:hover { background: url("menu/blog_on.gif") no-repeat 0 0; }

/* CONTENT
------------------------------------------------------------------*/
	.content {
		background-color:#fff;
		margin:5px 0 7px 0;
		padding:10px;
		border: 8px solid #7c97a5;
		position: relative;
		overflow: hidden;
		width:753px; /* IE */
		voice-family: "\"}"\";
		voice-family: inherit;
		width:753px; /* REAL */
	}
		html>body .content {
		margin:5px 0 0 0px;
		width:753px;
	}

	.a1 {
		margin:0 0 0 15px;
		padding:5px;	
		float:left;
		font-family:Arial,Helvetica,sans-serif,Malgun Ghothic,맑은 고딕,tahoma;
		font-size:12px;
		text-align:left;
		width:350px;
		vertical-align:top;
	}

	.content .a1 img {
        margin: 0 0 10px 20px;
	}

	.b1 {
		float:left;
		text-align:left;
		width:430px;
		list-style: none;
		vertical-align:top;
		margin:0px;
		padding:1px;
	}

	.b2 {
		float:right;
		text-align:center;
        list-style: none;
		width:300px;
		vertical-align:top;
		margin:0px;
		padding:1px;
	}

	.c1 {
		width : 230px;
		position : relative;
		text-align : left;
		float : left;
		vertical-align:top;
		margin:0 0 0 20px;
	}

/* FORM
------------------------------------------------------------------*/

	#form {
		width: 350px;
		position: relative;
		text-align: left;
		padding: 5px;
		float: right;
	}

	#form label {
		float : left;
		display : inline;
		width : 80px;
		padding : 0;
		margin : 0;
		text-align : left;
	}

	#form input, #form textarea, #form select {
		border : 1px solid #413f3d;
		background : #fff;
		color : #e4d9bb;
		font : normal 1em/120% Arial, Helvetica, sans-serif;
		position : relative;
	}

	#form #submit {
		margin-left : 80px;
		background : #fff;
		color : #242321;
		border : 1px solid #5ab084;
		cursor : pointer;
	}

	#form span {
		color : #ffcc66;
	}

/* FOOTER
------------------------------------------------------------------*/
	.footer {
	    position: relative;
	    width: 770px;
		font-family:Arial,Helvetica,sans-serif,Malgun Ghothic,맑은 고딕,tahoma;
		font-size:12px;
	    background-color: #4a606b;
	    padding: 10px;
		margin:-2px 0 20px 0;
	    overflow: hidden;
	}

	.footer span {
		color : #ffcc66;
	}

	.f_box {
		margin:0 0 0 15px;
		padding:5px;	
		float:left;
		font-family:Arial,Helvetica,sans-serif,Malgun Ghothic,맑은 고딕,tahoma;
		font-size:12px;
		text-align:left;
		width:350px;
		vertical-align:top;
	}
	
	.f_box span {
		color : #ffcc66;
	}