@charset "utf-8";

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby,fieldset, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-size: 100%;
}

*{margin: 0; padding: 0; box-sizing: border-box;}
body {font-family: 'Nanum Gothic','Malgun Gothic','돋움', sans-serif;}
ol,ul,li {list-style:none;	}
fieldset {border:0; margin: 0; padding: 0;}
legend, caption{font-size:0; opacity:0; text-indent:-9999px;;}

.container {width: 100%; }
.header {width: 100%; background: #00643d;}
.wrap {width: 1100px; margin: 0 auto;}
h1.logo {text-align: center; line-height: 70px; padding:15px 0;}
  h3 { 
    font-size:38px;
    text-align:center;
    color:#00643d;
    margin-top:50px;
    margin-bottom:20px;
    font-family: '이화체','Nanum Gothic','Malgun Gothic','돋움', sans-serif;
    letter-spacing:-3;
    font-weight: 500;
  }
    h4 { 
    font-size:16px;
    text-align:center;
    color:#000000;
    margin-top:10px;
    margin-bottom:10px;
    font-family: 'Nanum Gothic','Malgun Gothic','돋움', sans-serif;
    letter-spacing:-1;
    font-weight: 600;
  }
  
.bg {width: 100%; height:580px; position: relative; background:url('../image/bg.png') center bottom no-repeat;}
.content {width: 100%; }
.content .wrap h2 {text-align: center; margin:30px 0 20px;}
.loginbox {
	 width: 660px;
	 padding:20px 50px; 
	 margin:0 auto; 
	 border:3px solid #a38d78; 
	 overflow: hidden;
	 }
.loginbox.result {width: 100%;}
.loginBox ul.login {width: 440px; float: left;}
.loginBox ul.login li {margin-top: 10px; overflow: hidden;}
.loginBox ul.login li:frist-child {margin-top: 0;}
.loginBox ul.login li label {float: left; font-size:20px; font-weight: bold; color:#00643d; line-height: 40px;}
.loginBox ul.login li input {float: right; background:#e5daca; width: 260px;height: 40px; border-radius:3px; border:0; padding:0 10px;	}
.loginbox .btnLogin {float: right; cursor: pointer;	margin-top: 10px; display: block;width: 100px; height: 90px;	color:#fff; font-weight: bold; font-size:20px; background:url('../image/submit.png') left top no-repeat; border:0;}
.line {display: inline-block; margin: 30px 0;}
.loginBox h3 {text-align: center; margin-bottom: 20px;margin-top: 20px;}
.loginBox .notice {text-align: center; color:#333; font-weight: bold;}
.loginBox .notice.green { color:#00643d;}
.loginBox .notice.gold {color:#a38d78;}
.btnOk {display:block; width: 200px; line-height: 50px; margin:0 auto;  text-align: center;background:#00643d; border-radius:4px; font-weight: bold; color:#fff; text-decoration:none;font-size:17px;}
.loginbox .coment {}
.loginbox .coment li {font-size:13px; color:#00643d; line-height: 1.4; font-weight: bold;}
.loginbox .coment li.gold{padding-left: 10px;color:#a38d78;}
.textBox {text-align: center; margin:15px 0 15px; font-size:13px; color:#00643d; line-height: 1.4; font-weight: bold;}
table {width: 100%;  border-collapse: collapse; border-bottom:1px solid #cadcd2; border-right:1px solid #a6c5b4; border-left:1px solid #a6c5b4; margin-bottom: 30px;}
table thead th {background:#a6c5b4; color:#fff; padding:10px 0; font-size:14px; border-left:1px solid #cadcd2; }
table thead th:first-child {border-left: 0;}
table tbody td {text-align: center; padding:5px 0; border-left:1px solid #a6c5b4; border-bottom:1px solid #a6c5b4;  font-size:14px; font-weight: bold; color:#333;}
table tbody td a {color:#ef1a1a; display: block; margin-top: 0px; font-size:12px;}
.footer {position: absolute; left:0; right:0; bottom:6px;}
.footer .copy {text-align: center; color:#00643d; font-size:12px;}