@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');   
}

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

/*Defalut */
* {margin:0; padding:0}
body, td, th, div, span, input, select, textarea { font-family:"Pretendard", 'NanumGothic','나눔고딕'; font-size: 13px;color:#555; 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 !important; }
a:visited { color:#7d7d7d; text-decoration: none !important; }
a:hover   { color:#000;    text-decoration: none !important; }
a:active  { color:#7d7d7d; text-decoration: none !important;}

/* Layout */
#wrap {width:100%; min-width:1000px; background:url(/images/kor03-14-0169/common/bg.gif) repeat-x;}
#wrap b{font-weight:700}


		