@charset "utf-8";

/*font*/
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(font/NanumGothic.eot);
  src: url(font/NanumGothic.eot?#iefix) format('embedded-opentype'),
       url(font/NanumGothic.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumBarunGothic';
 src: url(font/NanumBarunGothicWeb.eot);
 src: url(font/NanumBarunGothicWeb.eot?#iefix) format('embedded-opentype'),
      url(font/NanumBarunGothicWeb.woff) format('woff'),
      url(font/NanumBarunGothicWeb.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumGothicExtraBold';
 src: url(font/NanumGothicExtraBold.eot);
 src: url(font/NanumGothicExtraBold.eot?#iefix) format('embedded-opentype'),
      url(font/NanumGothicExtraBold.woff) format('woff'),
      url(font/NanumGothicExtraBold.ttf) format('truetype');
}

/*reset*/
*{padding: 0; margin: 0; }
body{width: 100%; height: 100%;}
img{border: 0px; vertical-align:middle; border:0 none;}
ul, ol, li, dl, dt, dd{list-style: none;}
a{text-decoration: none; color: #333333; cursor: pointer;}
button{cursor: pointer;}
address, em{font-style: normal;}
body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {-webkit-text-size-adjust:none; font-size:15px; font-weight:normal; color:#333333; font-family:'Malgun Gothic', '맑은 고딕','돋움','MS PGothic','Arial','simsun', sans-serif;}
textarea{ font-size: 15px; border:1px solid #fafafa; padding:10px; }
input, button{-webkit-border-radius:0; vertical-align: middle; border-color: #fafafa; background: #fafafa; /*-webkit-appearance:none; -moz-appearance: none;*/}
input[type="button"] ,input[type="submit"] { cursor:pointer; }
input[type="text"], input[type="password"]{background-color: #fafafa; border:1px solid #d0d0d0; padding: 0 10px; font-size: 12px; -webkit-border-radius:0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; font-family: Dotum, '돋움';}


/*login페이지*/
#login_wrap{position:relative;}
.login_bg{text-align: center; background: #0d325c;}
.login_bg h1{ padding: 50px 0 60px;}
.login_bg p{font-size: 65px; padding-bottom: 80px; color: #FFF}
.login_bg p span{display: block;}
.login_box{padding-top: 80px; background: #FFF;}
.login_box .login{overflow: hidden; margin: 0 auto; width: 390px; }
.login_box .login ul{text-align: left; float: left;}
.login_box ul li{margin-bottom: 10px;}
.login_box ul li label{font-size: 0; display: block; width: 0; height: 0; overflow: hidden;}
.login_box ul li input{width: 260px; height: 50px; padding: 6px 10px;}
.login_box button{float: right; width: 120px; height: 110px; background: #0d325c; font-size: 30px; color: #FFF; border: none; text-transform:uppercase}

.wrap{position: relative; height: auto; min-width: 1000px; min-height: 980px; text-align: center;}

/*top*/
.wrap .top_wrap{background: #0d325c;}
.wrap .top {position: relative; width: 1000px; height: 91px; margin: 0 auto;}
.wrap .top h1{height: 91px; line-height: 91px;}
.wrap .top ul{position: absolute; top: 0; right: 0; padding-top: 33px;}
.wrap .top ul li{float: left; margin-left: 20px; padding-left: 20px; background: url(/images/cert/border.png) 0 center no-repeat;}
.wrap .top ul li:first-child{background: none;}
.wrap .top ul li button{background: none; border: 0 none; color: #FFF; }

/*bottom*/
.wrap .bottom{margin: 0 auto; padding: 40px 0 120px; width: 100%; height: auto;}
.wrap .bottom p, .wrap .bottom button{color: #0d325c;}
.wrap .bottom .tit{font-size: 46px;}
.wrap .bottom .tit+span{display: block; width: 73px; height: 2px; background: #0d325c; margin: 50px auto;}
.wrap .bottom .certificate{width: 590px; overflow: hidden; margin: 0 auto;}
.wrap .bottom .certificate li{float: left; width: 274px; height: 364px; margin: 0 10px 15px; border: 1px solid #d0d0d0; box-sizing: border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; background: url(/images/cert/bg_logo.png) center 30px no-repeat; box-shadow: 3px 5px 8px #EEE;}
.wrap .bottom .certificate li+li{float: right;}
.wrap .bottom .certificate p.certit{font-size: 30px; margin-top: 100px;}
.wrap .bottom .certificate .appbtn{margin-top: 150px; text-align: center;}
.wrap .bottom .certificate .appbtn button{background: none; border: none; font-size: 20px;}
.wrap .bottom .certificate .appbtn p{font-size: 20px;}
.wrap .bottom .certificate .appbtn .bdbtn{padding-bottom: 2px;}

/*footer*/
.wrap .footer{padding: 20px 0; border-top: 1px solid #d0d0d0; position: absolute; bottom: 0; width: 100%; background: #FFF; position: absolute; bottom: 0;}
.wrap .footer address{font-size: 12px; color: #aeaeae; font-family: Dotum, '돋움';}

/*공통 appbtn */
.wrap .appbtn .bdbtn{border: 1px solid #0d325c; width: 108px; height: 50px; padding-bottom: 2px; color: #0d325c; font-size: 20px;}
.wrap .appbtn .bdbtn+.bdbtn{margin-left: 7px;}

/*팝업*/
.certpop{display: none; width: 568px; min-height: 440px; height: auto; position: absolute; top: 50%; left: 50%; margin: -219px 0 0 -284px; text-align: left; background: #FFF; border: 1px solid #0d325c; padding: 50px 40px 40px 35px; box-sizing: border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.certpop .closebtn{position: absolute; top: 20px; right: 20px; width: 22px; height: 22px; background: url(/images/cert/closebtn.png) 0 0 no-repeat; border: 0 none;}
.certpop .certit{font-size: 30px; color: #0d325c; margin-bottom: 30px;}
.certpop ul{border-top: 1px solid #d0d0d0;}
.certpop li{border-bottom: 1px solid #d0d0d0; overflow: hidden; padding: 7px 0;}
.certpop li p.tit{float: left; width: 30%; font-size: 18px; height: 34px; line-height: 34px; text-indent: 7px;}
.certpop li div{float: left; width: 70%;}
.certpop li div input{height: 34px; width: 99%;}
.certpop li div p{line-height: 34px; font-size: 12px; font-family: Dotum, '돋움';}
.wrap .certpop .appbtn{text-align: center; margin-top: 30px}

.layer3 {display:none; position:fixed; _position:absolute; top:0; left:0; width:100%; height:100%; z-index:500;}
.layer3 .bg {position:absolute; top:0; left:0; width:100%; height:100%; background:#000; opacity:.5; filter:alpha(opacity=50);}
.layer3 .certpop{display:block;}
.certpop {display:none; position: absolute; top: 50%; left: 50%; width: 500px; height:309px;  background-color:#fff; border: 5px solid #3571B5; z-index: 10;}

