@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:#7d7d7d; 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:#000; text-decoration: none;  }
a:active  { color:#7d7d7d; text-decoration: none;}

/* Layout */
#wrap { width:100%; min-width:980px;}


#header { width:100%; height:125px; background:url(/images/kor02-14-0162/common/top_bg.jpg) repeat-x;}
#header > div {position:relative; width:1200px; margin:0 auto; background:url(/images/kor02-14-0162/common/navi_bg.jpg) no-repeat;*zoom:1px;}
#header > div:after {content:'';display:block;clear:both;}

#header h1 { float:left; width:113px; margin-top:12px;}
#topmenu {float:left;  margin-left:100px;}
#login { position:absolute; right:0px; top:5px;}
#login a { padding: 0 6px 0 8px; font-size:10px; color:#656565; background:url(/images/kor02-14-0162/common/login_line.gif) no-repeat 0 25%;}
#login a:first-child {background:none;}
#login a:last-child {padding-right:0;}

#footer { width:100% !important; padding:30px 0 40px; background:#2e3336; }


    .text-center {
        text-align: center;
    }

    .text-red {
        color: #e3624d;    font-weight: 600;
    }

    .table1 {
        width: 100%;
    }

    .table1 tr th {
        padding: 7px 15px;
        color: #fff;
        font-size: 14px;  
    border: 1px solid #9e9e9e;
    background: #777777dd;

    }

    .table1 tr td {
        padding: 7px 15px;
        font-size: 14px;
        border-left: 0;
        word-break: keep-all;
        background: #f5f5f5;
        border: 1px solid #d9d9d9;
        color: #000;
        line-height: 1.5;
    }
.p-t-0{padding-top:0 !important;}
.m-t-0{margin-top:0 !important;}