@charset "utf-8";

/* Reset CSS */
* {margin:0; padding:0; border:0;}
html, body {margin-top:0; margin-bottom:0; margin:0; padding:0; font-family:NanumGothic, dotum,'돋움', Tahoma, sans-serif; font-size:12px; line-height:1; overflow: inherit;background:#f9f9f9;
	scrollbar-base-color:#e9e9e9;	/* 기본색 */
	scrollbar-face-color:#fff;	/* 표면색 */
	scrollbar-arrow-color:#60717a;	/* 화살표색 */
	scrollbar-highlight-color:#f1f5f6; /* 하이라이트색 */
	scrollbar-3dlight-color:#dde3e6;	/* 버튼의 하이라이트색 */
	scrollbar-shadow-color:#bfcbd1;	/* 그림자색 */
	scrollbar-darkshadow-color:#fff;	/* 버튼의 그림자색 */
	scrollbar-track-color:#f9fafb;}

footer, header, hgroup, menu, nav, section {display:block;}
ul, ol, dl, li {list-style:none;}
a, a:visited, a:hover {text-decoration: none;color: #4b4b4b}
input,select {vertical-align:middle;}
table {border-collapse:collapse; border-spacing:0;}
i, em, address {font-style:normal; font-weight:normal;}
caption {display:none;}
.clear {clear:both;}
.blind, legend, hr {display:block; overflow:hidden; position:absolute; top:0; left:-1000em}
label {cursor:pointer;}


* {margin:0 auto; padding:0;}
ul,dl,ol,li {list-style:none;}
img {border:none; vertical-align:top;}
a {text-decoration:none; }
a:hover {text-decoration:none}
html {height:100%;  margin:0 auto; text-align:center}
caption {visibility:hidden; display:block;}

/* Font */
@font-face { font-family:'NanumGothic'; 
            src: url('NanumGothic.eot'); /* IE9 Compat Modes */
			 src: local('?'), url('NanumGothic.woff') format("woff"), /* IE 9, Firefox 3.6+, Chrome 6+ */
			 url('NanumGothic.ttf') format("truetype"); /* Safari, Android, iOS */
}

.logcheck_wrap {width:100%; position:relative;  overflow:hidden; margin:0 auto; text-align:center;border-top:5px #f37921 solid;background:url(../img/agreebg_top.png) repeat center top}
.logcheck_wrap .header {width:100%; position:relative; margin:60px 0 40px auto; text-align:center;}
.logcheck_wrap .header h1{max-width:700px; font-size:28px;} 
.logcheck_wrap .header img{ margin:15px 0}

.logcheck_wrap .content {width:90%; max-width:650px; padding:3% 1%; background:#fff; -webkit-border-radius:14px;-moz-border-radius:14px;-ms-border-radius:14px; border-radius:14px;-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25); box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);}
.logcheck_wrap .content h1 {line-height:1.2; color:#1aaae6; margin:10px 0 20px 0; font-size:2em}
.logcheck_wrap .content .infotxt{ line-height:2;  font-size:15px; width:90%; text-align:center; margin:0 auto; color:#000}
.logcheck_wrap .content .txtbox{ width:100%; max-width:380px; padding:2%  4%; text-align:left; border:1px #d8d8d8 solid; overflow:hidden; background:#f7f7f7; line-height:2.2; color:#666; font-size:13px; margin-top:20px; font-weight:bold}
.logcheck_wrap .btnara{ margin-top:30px; display:inline-block; *display:inline; *zoom:1}
.logcheck_wrap .btnara button{font-size:16px; font-weight:bold;color:#fff; padding:15px 20px; width:170px; font-family:'NanumGothic', 'Dotum'; cursor:pointer; background:#f37921;border:1px #e66101 solid; -webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px; border-radius:4px;}
.logcheck_wrap .btnara button:hover{background:#e66101; }

.logcheck_wrap .logo{ margin-top:50px}

