@charset "utf-8";

/* web font */
@font-face {
  font-family: 'NanumGothic';
  font-style: normal;
  font-weight: 400;
  src: url(font/NanumGothic.eot);
  src: url(font/NanumGothic.eot?#iefix) format('embedded-opentype'),
       url(font/NanumGothic.woff) format('woff'),
       url(font/NanumGothic.ttf) format('truetype');
}
@font-face {
  font-family: 'NanumGothic';
  font-style: normal;
  font-weight: 700;
  src: url(font/NanumGothicBold.eot);
  src: url(font/NanumGothicBold.eot?#iefix) format('embedded-opentype'),
       url(font/NanumGothicBold.woff) format('woff'),
       url(font/NanumGothicBold.ttf) format('truetype');
}

html,body,h1,h2,h3,h4,h5,h6,p,div,th,td,table,pre,code,select,form,fieldset,legend,input,address,ol,ul,li,dl,dt,dd,img,textarea,blockquote {margin:0; padding:0; font-weight:normal;}
ul, li {list-style:none;}
img,input,button,select,textarea {vertical-align:middle;}

/* login */
#wrap.login {width:100%; height:100%; overflow-x: hidden; background: url(../images/bg_top.png) repeat-x center top;}
#wrap.login .log_cnt {width: 725px; margin:0 auto; padding-top: 60px; font-family:'NanumGothic'; color:#555; font-size:13px; letter-spacing: -0.5px; line-height: 19px;}
#wrap.login .log_cnt h1 {height:35px; background: url(../images/geonet.png) no-repeat 0 0; margin-bottom: 55px;text-indent: -999em;}
.intro_tx {font-size: 24px; color: #101010; letter-spacing: -1.5px; letter-spacing: -2px \0/IE8; font-weight: 700;}
.intro_tx strong span {color: #1f4787; }
.intro_tx strong em {color: #f5a700; font-style: normal;}
.intro_tx p {font-size: 17px;margin-top: 20px; font-weight: 700; color: #606060; }
.login_box {width: 723px; height: 306px; border-style:solid; border-width:3px 1px 1px 1px; border-color: #7fa7e7 #d1d1d1 #d1d1d1 #d1d1d1; margin-top: 40px; position: relative; background:#fbfcfd url(../images/img_login.png) no-repeat 62px 72px;}
.log_rig strong {display: inline-block;font-size: 31px; margin-bottom:20px; color: #333;}
.log_rig {float: right; width: 380px;height: 240px; margin-right: 65px; margin-top: 60px; position: relative;}
.log_rig input[type="text"] {font-family:'NanumGothic'; border:1px solid #c0c0c0; height: 32px; width: 235px;  padding:0 5px 0 5px; color: #666;}
.log_rig input[type="password"] {font-family:'NanumGothic'; border:1px solid #c0c0c0; height: 32px; width: 235px;  padding:0 5px 0 5px; color: #666;}
.log_rig input[type="checkbox"] {width: 16px; height: 16px; margin-right: 6px;} 
.log_rig li	{margin-top: 12px; font-weight: 700;}
.mt10 {margin-top: 22px !important;}
.btn_login {display: inline-block; position: absolute; right: 0; top: 50px;width: 105px; height:80px; background: #1f4787; color: #fff; font-size: 16px; font-weight: 700; text-align: center; text-decoration:none; border:none;}
.btn_login:hover {color: #fff; }