@charset "utf-8";
/* CSS Document */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
div {
	display: block;
}
body {
	position: relative;
	margin: 0;
}


body {
	width: 100%;
	font-size: 1em;
	line-height: 1.4;
	font-family: "InterfaceR", Arial, Helvetica, "San-Serif";
	color: #212428;
}
.container {
	margin: 0 auto;
	padding-right: 15px;
    padding-left: 15px;
}
.container .row {
	margin-right: -15px;
    margin-left: -15px;
}
.container .row:after {
	clear: both;
}
.container .row:before, .container .row:after {
	display: table;
	content: "";
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.doc-header {
	margin-top: 40px;
}
.doc-header h1.epeat {
	font-size: 2.3125em;
	margin-top: 40px;
	margin-bottom: 0;
	color: #5AB242;
}
.doc-header h1.epeat sup {
	font-size: .575em;
}
.col-6 {
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-push-6 {
	text-align: center;
}

.doc-contents {
	padding-bottom: 20px;
}
.doc-contents h2 {
    font-size: 1.5em;
	margin-top: 0;
	margin-bottom: 0;
}
.doc-contents p {
	margin-top: 7px;
    margin-bottom: 14px;
}
.doc-contents ul {
  padding: 0 0 0 20px;
}
.doc-contents li {
	padding-top: 0;
    padding-bottom: 14px;
    list-style-type: disc;
}
.doc-contents li strong {
	font-size: 1.25em;
	font-family: "InterfaceB", Arial, Helvetica, "San-Serif";
	font-weight: normal;
}
.doc-contents li p {
	margin-top: 7px;
    margin-bottom: 14px;
}
@media (min-width: 1200px) {
	.container {
	    width: 1170px !important;
	}
}
@media (min-width: 768px) {

	.doc-contents h2 {
        font-size: 1.875em;
	}
	.doc-contents ul {
	    padding: 0 0 0 40px;
	}
	.col-6 {
		float: left;
		width: 50%;
	}
	.col-push-6 {
		left: 50%;
		text-align: right;
	}
	.col-pull-6 {
		right: 50%;
	}
	.doc-header h1.epeat {
		margin-top: 130px;
		margin-bottom: 0;
		font-size: 3.25em;
		line-height: 1;
	}
	.doc-contents {
		padding-bottom: 40px;
	}
	.space {
		margin-bottom: 40px;
	}
}


/* Copy-AA */
.graph {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.img-responsive {
    max-width: 100%;
    height: auto;
}
@media (min-width: 768px) {
	.graph {
		padding-top: 40px;
		padding-bottom: 20px;
	}
}

/* Copy-D */
.doc-contents table {
	width: 100%;
	border-collapse: collapse;
    border-spacing: 0;
}
.doc-contents table th {
    background: whitesmoke;
	text-transform: uppercase;
	border-top: 1px solid #dadee2;
	font-family: "InterfaceR", Arial, Helvetica, "San-Serif";
	font-weight: normal;
	text-align: left;
}
.doc-contents table th, .doc-contents table td {
    padding: 0.5em 0.5em;
}
.doc-contents table th:first-child, .doc-contents table td:first-child {
    border-left: none;
}
.doc-contents table td {
    border-left: 1px solid #dadee2;
    font-size: 0.875em;
    font-family: "InterfaceR", Arial, Helvetica, "San-Serif";
}
.doc-contents table td span.kor {
    font-family: 'SECGCWL', sans-serif !important;
}

@media (min-width: 768px) {
	.doc-contents table th, .doc-contents table td {
		padding: 0.75em 1em;
	}
}
/* Kor font */
@font-face{
	font-family:'SECGCWL';
	src:url("font/SECGCWL.eot");
	src:url("font/SECGCWL.eot?#iefix") format("embedded-opentype"),
	url("font/SECGCWL.woff") format("woff"),
	url("font/SECGCWL.ttf") format("truetype");
	font-weight:normal;
	font-style:normal;
}


/* login form */
.login-form {
	background-color: whitesmoke;
	float: left;
	display: block;
	width: 100%;
	text-align: center;
	padding:20px 10px;
	margin-bottom:40px;
}
.login-form input.login {
	display: inline-block;
	padding: 10px 25px;
	width: 100%;
	font-size: .875em;
	line-height: 22px;
	color: #333333;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.login-form input {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s,box-shadow linear 0.2s;
	-o-transition: border linear 0.2s,box-shadow linear 0.2s;
	transition: border linear 0.2s,box-shadow linear 0.2s;
}
.login-form .form-group {
	font-family:'InterfaceR', Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:20px;
	list-style:none;
	margin-bottom: 10px;
}
.login-form .login_title {
	font-size: 2em;
	font-family:'InterfaceR', Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 10px;
}
.login-form .btn-mgreen {
	background-color: #00b140;
	border-color: #009837;
	color: #fff;
	margin-bottom: 20px;
	width: 100%;
	line-height: 22px;
	padding: 10px 25px;
	text-transform: uppercase;
	letter-spacing: 0.125em;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.login-form .btn-mgreen:hover,
.login-form .btn-mgreen:active,
.login-form .btn-mgreen:focus {
	background-color: #009837;
	border-color: #009837;
	color: #fff;
}
.login-form .btn {
	display: inline-block;
	padding: 10px 25px;
	margin-bottom: 0;
	font-family: "InterfaceB", Arial, Helvetica, "San-Serif";
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 0px solid rgba(0, 0, 0, 0);
	border-radius: 3px;
}

@media (min-width: 768px) {
	
	.login-form input.login {
		width: 35%;
	}
	.login-form .btn-mgreen {
		width: 35%;
	}
	/*.login-form .login_title {
		text-align: left;
		width: 35%;
		margin: 0 auto;
		padding-bottom: 10px;
		padding-left: 10px;
	}*/
}