@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, div, input, select, span, td, textarea, th{font-family:'NanumGothic','나눔고딕';font-size:12px;line-height:16px}
body{height:100%;overflow-y:scroll;*overflow-y:;-webkit-text-size-adjust:none}
body, button, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, li, ol, p, span, table, td, textarea, th, ul{margin:0;padding:0}
h1, h2, h3, h4, h5, h6{font-weight:normal}
dd, dl, dt, li, ol, ul{list-style-type:none}
fieldset, iframe, img, td, th{border:0}
img{border:0;vertical-align:top;outline:none}
table, tbody, td, tfoot, th, thead, tr{border-collapse:collapse}
textarea{border:1px solid #d1d1d1;height:120px}
input, label, select{vertical-align:middle}

/* Link */
a:link{color:#7d7d7d;text-decoration:none}
a:visited{text-decoration:none;color:#7d7d7d}
a:hover{text-decoration:none;color:#000000}
a:active{text-decoration:none;color:#7d7d7d}

/* Layout */
#wrapper{width:100%;min-width:980px}

/*공통*/
#header{position:relative;width:980px;height:78px;margin:0 auto;*zoom:1px}
#header:after{content:'';display:block;clear:both}
#logo{float:left;width:194px;height:78px}
#navigation{position:absolute;left:214px;top:39px}
#infomenu{float:right;height:12px;margin-top:13px}
#infomenu li{float:left;padding:0 6px}
#infomenu li:first-child{background:none}

.leftmenu h2{
    width: 100%;
    height: 53px;
    border-bottom: 1px solid #d3d3d3;
    font-size: 23px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
    padding-top: 36px;
    background: url(/images/kor11-17-0368/sub/lnb_tit_bg.gif) no-repeat 0 0;
}
.leftmenu h2.row2{
    height: 67px;
    padding-top: 22px;
}
.leftmenu h2.row2 span{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.leftmenu li a{
    display: block;
    width: calc(100% - 42px);
    height: 35px;
    line-height: 35px;
    background: #efefef;
    border: 1px solid #d3d3d3;
    border-top: 0 !important;
    padding: 0 20px;
    font-size: 14px;
    color: #383838;
    font-weight: bold;
    text-decoration: none;
}
.leftmenu li.active a{
    background: #063321 url(/images/kor11-17-0368/sub/lnb_arrow.png) no-repeat 175px 50%;
    border: 1px solid #063321;
    color: #fff;
}
