@charset "utf-8";
/* ------ 전체 레이아웃 ------ */
* {padding: 0; margin: 0; border:0;}
html, body {height: 100%;}
body {background-color:#FFFFFF; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; font-family:dotum; font-size: 8pt; color:#6E6E6E;}
td, div, input, textarea {font-family:dotum; font-size: 8pt; color:#6E6E6E;}
a:link {color: #6E6E6E; text-decoration: none;}
a:visited {text-decoration: none; color: #6E6E6E;}
a:hover {color: #FF9024;}
a:active {text-decoration: none; color: #FF9024;}
a:focus {text-decoration: none; color: #FF9024;}
p {padding: 0 10px 1em;}
img {-ms-interpolation-mode: bicubic;}

#container {height: 100%; width:100%; text-align:center;/* IE 가운데 정렬 */}
#content_frame {margin:0 auto 0 auto;/* 가운데 정렬 */ width:920px; min-height: 100%; text-align:left;}

#header {
	width:920px;
	height:185px;	
	background-image:url(http://cfile29.uf.tistory.com/image/135495234C329C810E2867);
	background-repeat:none;
}

#top_menu {
	margin-top:5px;
	width:920px;
	height:38px;	
}

#top_menu .top_menu_list {
	float:left;
	height:38px;
}

#top_menu #top_menu_01{
	width:115px;
	background-image:url(http://cfile29.uf.tistory.com/image/163A44164C32AC9B380B1E);
}

#top_menu #top_menu_02{
	width:50px;
}

#top_menu #top_menu_03{
	width:40px;
	background-image:url(http://cfile2.uf.tistory.com/image/153A44164C32AC9B3A6805);
}

#top_menu #top_menu_04{
	width:55px;
}

#top_menu #top_menu_05{
	width:45px;
	background-image:url(http://cfile26.uf.tistory.com/image/173A44164C32AC9B3C9036);
}

#top_menu #top_menu_06{
	width:40px;
}

#top_menu #top_menu_07{
	width:45px;
	background-image:url(http://cfile8.uf.tistory.com/image/193A44164C32AC9B3E71B1);
}

#top_menu #top_menu_08{
	width:55px;
}

#top_menu #top_menu_09{
	width:45px;
	background-image:url(http://cfile22.uf.tistory.com/image/203A44164C32AC9C40FFD1);
}

#top_menu #top_menu_10{
	width:55px;
}

#top_menu #top_menu_11{
	width:45px;
	background-image:url(http://cfile7.uf.tistory.com/image/123A44164C32AC9C42508A);
}

#top_menu #top_menu_12{
	width:90px;
}

#top_menu #top_menu_13{
	width:40px;
	background-image:url(http://cfile6.uf.tistory.com/image/143A44164C32AC9C44404B);
}

#top_menu #top_menu_14{
	width:85px;
}

#top_menu #top_menu_15{
	width:115px;
	background-image:url(http://cfile2.uf.tistory.com/image/163A44164C32AC9C46F636);
}

#contents {
	margin:0 auto 0 auto;
	width:920px;
}

#main {
	margin:0 auto 0 auto; width:900px; height:630px;
	background-image:url(/images/main.jpg);
}

#about {
	margin:0 auto 0 auto; margin-top:40px; width:580px; height:900px;
	background-image:url(/images/about.jpg);
	background-repeat:no-repeat;
}

#works {
	margin:0 auto 0 auto; margin-top:40px; width:900px; text-align:center;
}

/* ------ //전체 레이아웃 ------ */