@charset "EUC-KR";

@font-face {
    font-family:'Nanum Gothic';
    src: url('/fonts/NanumGothic.eot');
    src: url('/fonts/NanumGothic.eot?#iefix') format('embedded-opentype'),
	url('/fonts/NanumGothic.woff') format('woff'),
	url('/fonts/NanumGothic.ttf') format('truetype');
}

@font-face {
	font-family:'Nanum Myeongjo';
    src: url('/fonts/NanumMyeongjo.eot');
    src: url('/fonts/NanumMyeongjo.eot?#iefix') format('embedded-opentype'),
	url('/fonts/NanumMyeongjo.woff') format('woff'),
	url('/fonts/NanumMyeongjo.ttf') format('truetype');
}

/*
html {
 overflow:hidden;
}

body {
 font-family:'³ª´®°íµñ';
 margin:0;
 padding:0;
 font-size:9pt;
}
*/
a:link, a:visited, a:active { text-decoration:none; color:#555; }
a:hover { text-decoration:none; color:#222;}


/*
td, p, input, button, textarea, select, .c1 { font-family:Tahoma,±¼¸²; font-size:9pt; color:#222222; }

html,h1,h2,h3,h4,h5,h6,form,fieldset,img {
 border:0;
 margin:0;
 padding:0;
}

h1,h2,h3,h4,h5,h6 {
 font-size:1em;
 font-family:'µ¸¿ò';
}
*/
/*ÀÔ½ÃÈ¨ÆäÀÌÁö ½ÃÀÛ*/

/*head*/
.head_wrapper {width:100%; margin:0 auto;}
.header {width:1000px; height:96px; margin:0 auto; background:url("/start/ipsi/res/img/head_bg.png") repeat-x left top;}
.logo{float:left; padding:10px;}
.top{float:right; padding:10px; margin-top:18px;}
.top_btn{float:left; margin-left:5px;}
.top_menu_wrapper {float:right; padding-top:4px;}
.top_menu {float:left; padding-right:78px;text-decoration:none; list-style:none;}
.top_menu1 {float:left; padding-right:82px; text-decoration:none; list-style:none;}
.top_menu2 {float:left; padding-right:42px; text-decoration:none; list-style:none;}
.sub_menu_wrapper {position:absolute; left:50%; margin-left:-500px; top:82px; z-index:99999; width:1000px; height:244px; background:#ffffff; margin-top:10px;}/*background:url("/start/ipsi/res/img/sub_bg.png") no-repeat;*/ /* opacity:0.9;*/
.sub_menu {/*margin-right:51px;*/ margin-left:4px; margin-top:5px; text-decoration:none; list-style:none;}
.sub_blank{float:left; /*margin-right:28px;*/ height:244px; width:132px;}

zz/*main*/
.main_wrapper {
 width:100%;
 margin:0 auto;
 /*background:url('./img/tail_bg.jpg') repeat-x left top;*/
}

.mainer{
 width:1000px;
 margin:0 auto;
}

/*tail*/
.tail_wrapper {
 width:100%;
 height:84px;
 border-top:1px solid #dddddd;
 margin:0 auto;
 background:#fff;
 /*background:url('./img/tail_bg.jpg') repeat-x left top;*/
}

.tailer{
 width:1000px;
 height:84px;
 margin:0 auto;
 border:0px solid red;
}

/*ÀÔ½ÃÈ¨ÆäÀÌÁö ³¡*/