@import url("/commons/css/common.css");
html {
    width:100%;
    *height:100%;
}
body {
    color: #4a4a4a;
    width: 100%;
    *height: 100%;
    font-size: 12px;
    line-height: 1em;
    font-family: dotum, "돋움", sans-serif;
    padding: 0px;
    margin: 0px;
    background: url('/myriss/images/bg_gnb.gif') repeat-x 0 101px;
}
*{margin:0px;padding:0px;}
div, p, ol, ul, li, img, a, h1, h2, h3, h4, h5, h6, form, span, iframe, dl, dt, dd {
    margin: 0px;
    padding: 0px;
}
ul, ol { list-style: none}

table, th, td { border-collapse: collapse; margin: 0; padding: 0}
table caption {display: none;}

input { height: 15px}
input.check {border: 0}
label{cursor:pointer;}

fieldset { border:0; margin: 0px; padding: 0px}
legend { display: none}



/* 기본링크 설정 */
a:link, a:visited { color: #585858; text-decoration: none; }
a:active, a:hover { color: #585858; text-decoration: underline}

a.base:link{color:#585858; text-decoration:underline; font-size:13px;}
a.base:visited {color: #99209b; text-decoration: underline; font-size:13px;}
a.base:active{color: #F79414; text-decoration: underline; font-size:13px;}
a.base:hover{color: #F79414; text-decoration: underline; font-size:13px;}


a.base12:link{color:#585858; text-decoration:underline; font-size:12px;}
a.base12:visited {color: #99209b; text-decoration: underline; font-size:12px;}
a.base12:active{color: #F79414; text-decoration: underline; font-size:12px;}
a.base12:hover{color: #F79414; text-decoration: underline; font-size:12px;}


img { font-size: 0px; border: 0px; vertical-align:top;}
hr { display: none}
col { background: none}

/*.iePngFix { behavior: url('../js/iepngfix.htc')}*/

/* floating 을 해제하기 위한 클래스 추가, 의미없는 clear만 있는 gabage source 제거 */
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* 2009-10-15 tootip PMH */
#text {color:#6f6f6f;}
.hotspot {color:#6f6f6f; padding-bottom:1px;  cursor:pointer}

#tt {position:absolute; display:block; background:url(images/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(images/tt_bottom.gif) top right no-repeat; overflow:hidden}

/* 2009-11-06 kjs */

input.input_m {width:13px; height:13px; margin-right:4px; vertical-align:middle;}
label.base {position:relative; top:1px;}
label.accessibility{visibility:hidden;overflow:hidden;width:0; height:0; margin:0; padding:0; font-size:0; line-height:0; position:absolute; left:-9999px; top:-9999px;}
.accessibility{visibility:hidden;overflow:hidden;width:0; height:0; margin:0; padding:0; font-size:0; line-height:0; position:absolute; left:-9999px; top:-9999px;}




/* 2009-11-30 page not found */
div.notFound{width:902px; margin:150px auto;}
div.notFound dt{}
div.notFound dd.type01{color:#4D4D4D; margin-top:25px;}
div.notFound dd.type01 ul{margin-top:14px;}
div.notFound dd.type01 ul li{padding-left:9px; background:url(/commons/images/bg_found_li.gif) 2px 6px no-repeat; font-size:11px; color:#454545; line-height:150%;}
div.notFound dd.type02 ul{margin-top:32px;}
div.notFound dd.type02 ul li{float:left; margin-right:5px; display:inline;}


div.notFoundPop{width:902px; height:214px; position:absolute; top:50%; left:50%; margin-left:-451px; margin-top:-127px;}
div.notFoundPop dt{}
div.notFoundPop dd.type01{color:#4D4D4D; margin-top:25px;}
div.notFoundPop dd.type01 ul{margin-top:14px;}
div.notFoundPop dd.type01 ul li{padding-left:9px; background:url(/commons/images/bg_found_li.gif) 2px 6px no-repeat; font-size:11px; color:#454545; line-height:150%;}
div.notFoundPop dd.type02 ul{margin-top:32px;}
div.notFoundPop dd.type02 ul li{float:left; margin-right:5px; display:inline;}

.ellipsis {
	-moz-binding: url('/commons/css/ellipsis.xml#ellipsis');  
	overflow:hidden; 
	white-space:nowrap;  
    text-overflow:ellipsis;
}  