@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://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap'); 

@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);@import url("http://cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css");@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 100; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 300; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 400; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 500; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 700; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 900; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype'); 
 } 



/*Defalut */
*{margin:0;padding:0}
body, div, input, select, span, td, textarea, th{font-family:'Nanum Gothic','나눔고딕';font-size:13px;line-height:16px;font-weight:400;}
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 !important}
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}


		