@charset "utf-8";

/* Font */
@font-face {
    font-family:'NanumGothic';
    src: url('/tpl/webfont/NanumGothic.eot');
    src: url('/tpl/webfont/NanumGothic.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NanumGothic.woff') format('woff'),
         url('/tpl/webfont/NanumGothic.ttf') format('truetype');   
}

/*Defalut */
* {margin:0; padding:0}
body, td, th, div, span, input, select, textarea { font-family: 'NanumGothic','나눔고딕'; font-size: 12px;color:#7c7b7b; line-height:16px; }
body { height:100%; overflow-y:scroll; *overflow-y:; -webkit-text-size-adjust:none;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,form,fieldset,p,button,span,table,th,td,textarea {margin:0;padding:0;}
h1,h2,h3,h4,h5,h6 {font-weight:normal;}
ul,ol,dl,dd,dt,li {list-style-type:none;}
img,th,td,fieldset,iframe { border:0; }
img {border:0;vertical-align:top;outline:none}
table,tbody,tfoot,thead,tr,th,td {border-collapse:collapse;}
textarea { border:1px solid #d1d1d1; height:120px; }
input,select,label { vertical-align:middle; }

/* Link */
a:link    {color:#7d7d7d; text-decoration:none;}
a:visited {color:#7d7d7d; text-decoration:none;}
a:hover   {color:#0b96d4; text-decoration:underline;}
a:active  {color:#0b96d4; text-decoration:none;}

#wrap{width:100%; min-width:980px;}

#header{width:100%; height:114px; background:url(/images/kor01-14-0132/common/top_bg.gif) repeat-x 0 0; border-bottom:1px solid #DBDBDB;}
#header > div{position:relative; margin:0 auto; width:980px;}
#logo{position:absolute; top:40px; left:0;}
#login{position:absolute; top:0; right:0;}
#login ul:after{content:""; display:block; clear:both;}
#login li{float:left;}
#gnb{position:absolute; top:65px; right:0;}

#footer{width:100%; background:#FAFAFA; border-top:1px solid #DBDBDB;}

#leftmenu .left_menu ul{border:1px solid #ddd;margin-top:-1px;}
#leftmenu .left_menu li{display:table;width:100%;height:40px;font-size:100%;font-weight:inherit;border-bottom:1px solid #ddd;}
#leftmenu .left_menu li a{padding:0 20px;font-size:14px;display:table-cell;vertical-align:middle;color:#111;text-decoration:none;
background:url('/images/kor01-14-0132/common/ico_left_arrow.png') no-repeat center right 10px;}
#leftmenu .left_menu li._on{background-color:#34a4f3;}
#leftmenu .left_menu li._on a{color:#fff;background:url('/images/kor01-14-0132/common/ico_left_arrow_on.png') no-repeat center right 10px;}
#leftmenu .left_menu li:last-child{border-bottom:none;}

#leftmenu .left_menu li.two_depth{}
#leftmenu .left_menu li.two_depth a,
#leftmenu .left_menu li.two_depth._on a{background:#eee;color:#000;font-weight:bold;}
















