.btn {
	border-width: 1px; border-style: solid; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgb(179, 179, 179); margin: 0px; padding: 4px 10px; border-radius: 3px; border-image: none; text-align: center; color: rgb(51, 51, 51); line-height: 11px; font-family: nanumgothic; font-size: 11px; vertical-align: middle; display: inline-block; cursor: pointer; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05); text-shadow: 0px 1px 1px rgba(255,255,255,0.75); background-image: linear-gradient(rgb(255, 255, 255), rgb(230, 230, 230)); background-repeat: repeat-x; background-color: rgb(245, 245, 245); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -webkit-border-radius: 3px; -moz-border-radius: 3px;
}
.btn:hover {
	color: rgb(51, 51, 51); background-color: rgb(230, 230, 230);
}
.btn:focus {
	color: rgb(51, 51, 51); background-color: rgb(230, 230, 230);
}
.btn:active {
	color: rgb(51, 51, 51); background-color: rgb(230, 230, 230);
}
.active.btn {
	color: rgb(51, 51, 51); background-color: rgb(230, 230, 230);
}
.disabled.btn {
	color: rgb(51, 51, 51); background-color: rgb(230, 230, 230);
}
[disabled].btn {
	color: rgb(51, 51, 51); background-color: rgb(230, 230, 230);
}
.btn:active {
	
}
.active.btn {
	
}
.btn:hover {
	background-position: 0px -15px; transition:background-position 0.1s linear; color: rgb(51, 51, 51); text-decoration: none; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear;
}
.btn:focus {
	background-position: 0px -15px; transition:background-position 0.1s linear; color: rgb(51, 51, 51); text-decoration: none; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear;
}
.btn:focus {
	outline: rgb(51, 51, 51) dotted thin; outline-offset: -2px;
}
.active.btn {
	outline: 0px; box-shadow: inset 0px 2px 4px rgba(0,0,0,0.15), 0px 1px 2px rgba(0,0,0,0.05); background-image: none; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:active {
	outline: 0px; box-shadow: inset 0px 2px 4px rgba(0,0,0,0.15), 0px 1px 2px rgba(0,0,0,0.05); background-image: none; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.disabled.btn {
	cursor: default; opacity: 0.65; box-shadow: none; background-image: none; -webkit-box-shadow: none; -moz-box-shadow: none;
}
[disabled].btn {
	cursor: default; opacity: 0.65; box-shadow: none; background-image: none; -webkit-box-shadow: none; -moz-box-shadow: none;
}
.btn_orange {
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); color: rgb(255, 255, 255); text-shadow: 0px -1px 0px rgba(0,0,0,0.25); background-image: linear-gradient(rgb(251, 180, 80), rgb(248, 148, 6)); background-repeat: repeat-x; background-color: rgb(250, 167, 50);
}
.btn-orange:hover {
	color: rgb(255, 255, 255); background-color: rgb(248, 148, 6);
}
.btn-orange:active {
	color: rgb(255, 255, 255); background-color: rgb(248, 148, 6);
}
.active.btn-orange {
	color: rgb(255, 255, 255); background-color: rgb(248, 148, 6);
}
.disabled.btn-orange {
	color: rgb(255, 255, 255); background-color: rgb(248, 148, 6);
}
[disabled].btn-orange {
	color: rgb(255, 255, 255); background-color: rgb(248, 148, 6);
}
.btn-orange:active {
	
}
.active.btn-orange {
	
}
.btn_blue {
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); color: rgb(255, 255, 255); text-shadow: 0px -1px 0px rgba(0,0,0,0.25); background-image: linear-gradient(rgb(31, 141, 210), rgb(3, 115, 190)); background-repeat: repeat-x; background-color: rgb(0, 109, 204);
}
.btn_blue:hover {
	color: rgb(255, 255, 255); background-color: rgb(0, 109, 204);
}
.btn_blue:focus {
	color: rgb(255, 255, 255); background-color: rgb(0, 109, 204);
}
.btn_blue:active {
	color: rgb(255, 255, 255); background-color: rgb(0, 109, 204);
}
.active.btn_blue {
	color: rgb(255, 255, 255); background-color: rgb(0, 109, 204);
}
.disabled.btn_blue {
	color: rgb(255, 255, 255); background-color: rgb(0, 109, 204);
}
[disabled].btn_blue {
	color: rgb(255, 255, 255); background-color: rgb(0, 109, 204);
}
.btn_blue:active {
	
}
.active.btn_blue {
	
}
.btn_black {
	border-color: rgb(51, 51, 51); color: rgb(255, 255, 255); text-shadow: 0px -1px 0px rgba(0,0,0,0.25); background-image: linear-gradient(rgb(75, 79, 81), rgb(65, 69, 71)); background-repeat: repeat-x; background-color: rgb(75, 79, 81);
}
.btn_black:hover {
	border-color: rgb(34, 34, 34); color: rgb(255, 255, 255); background-image: linear-gradient(rgb(49, 49, 49), rgb(49, 49, 49)); background-repeat: repeat-x; background-color: rgb(49, 49, 49);
}
.btn_black:focus {
	border-color: rgb(34, 34, 34); color: rgb(255, 255, 255); background-image: linear-gradient(rgb(49, 49, 49), rgb(49, 49, 49)); background-repeat: repeat-x; background-color: rgb(49, 49, 49);
}
.btn_black:active {
	border-color: rgb(34, 34, 34); color: rgb(255, 255, 255); background-image: linear-gradient(rgb(49, 49, 49), rgb(49, 49, 49)); background-repeat: repeat-x; background-color: rgb(49, 49, 49);
}
.active.btn_black {
	border-color: rgb(34, 34, 34); color: rgb(255, 255, 255); background-image: linear-gradient(rgb(49, 49, 49), rgb(49, 49, 49)); background-repeat: repeat-x; background-color: rgb(49, 49, 49);
}
.disabled.btn_black {
	border-color: rgb(34, 34, 34); color: rgb(255, 255, 255); background-image: linear-gradient(rgb(49, 49, 49), rgb(49, 49, 49)); background-repeat: repeat-x; background-color: rgb(49, 49, 49);
}
[disabled].btn_black {
	border-color: rgb(34, 34, 34); color: rgb(255, 255, 255); background-image: linear-gradient(rgb(49, 49, 49), rgb(49, 49, 49)); background-repeat: repeat-x; background-color: rgb(49, 49, 49);
}
.btn_black:active {
	
}
.active.btn_black {
	
}
.btn_red {
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); color: rgb(255, 255, 255); text-shadow: 0px -1px 0px rgba(0,0,0,0.25); background-image: linear-gradient(rgb(238, 95, 91), rgb(189, 54, 47)); background-repeat: repeat-x; background-color: rgb(218, 79, 73);
}
.btn_red:hover {
	color: rgb(255, 255, 255); background-color: rgb(189, 54, 47);
}
.btn_red:focus {
	color: rgb(255, 255, 255); background-color: rgb(189, 54, 47);
}
.btn_red:active {
	color: rgb(255, 255, 255); background-color: rgb(189, 54, 47);
}
.active.btn_red {
	color: rgb(255, 255, 255); background-color: rgb(189, 54, 47);
}
.disabled.btn_red {
	color: rgb(255, 255, 255); background-color: rgb(189, 54, 47);
}
[disabled].btn_red {
	color: rgb(255, 255, 255); background-color: rgb(189, 54, 47);
}
.btn_red:active {
	
}
.active.btn_red {
	
}
.btn_none {
	border-width: 1px; border-style: solid; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgb(179, 179, 179); margin: 0px; padding: 4px 10px; border-radius: 3px; border-image: none; text-align: center; color: rgb(51, 51, 51); line-height: 16px; font-size: 12px; vertical-align: middle; display: inline-block; cursor: pointer; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05); text-shadow: 0px 1px 1px rgba(255,255,255,0.75); background-image: linear-gradient(rgb(255, 255, 255), rgb(230, 230, 230)); background-repeat: repeat-x; background-color: rgb(245, 245, 245); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -webkit-border-radius: 3px; -moz-border-radius: 3px;
}
.btn_blue_none {
	border-width: 1px; border-style: solid; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); margin: 0px; padding: 4px 10px; border-radius: 3px; border-image: none; text-align: center; color: rgb(255, 255, 255); line-height: 16px; font-size: 12px; vertical-align: middle; display: inline-block; cursor: pointer; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05); text-shadow: 0px -1px 0px rgba(0,0,0,0.25); background-image: linear-gradient(rgb(31, 141, 210), rgb(3, 115, 190)); background-repeat: repeat-x; background-color: rgb(0, 109, 204); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -webkit-border-radius: 3px; -moz-border-radius: 3px;
}
.btn_black_none {
	margin: 0px; padding: 4px 10px; border-radius: 3px; border: 1px solid rgb(51, 51, 51); border-image: none; text-align: center; color: rgb(255, 255, 255); line-height: 16px; font-size: 12px; vertical-align: middle; display: inline-block; cursor: pointer; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05); text-shadow: 0px -1px 0px rgba(0,0,0,0.25); background-image: linear-gradient(rgb(75, 79, 81), rgb(65, 69, 71)); background-repeat: repeat-x; background-color: rgb(75, 79, 81); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -webkit-border-radius: 3px; -moz-border-radius: 3px;
}
.btn_red_none {
	border-width: 1px; border-style: solid; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); margin: 0px; padding: 4px 10px; border-radius: 3px; border-image: none; text-align: center; color: rgb(255, 255, 255); line-height: 16px; font-size: 12px; vertical-align: middle; display: inline-block; cursor: pointer; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05); text-shadow: 0px -1px 0px rgba(0,0,0,0.25); background-image: linear-gradient(rgb(238, 95, 91), rgb(189, 54, 47)); background-repeat: repeat-x; background-color: rgb(218, 79, 73); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -webkit-border-radius: 3px; -moz-border-radius: 3px;
}
.btn_none:hover {
	
}
.btn_none:focus {
	
}
.btn_none:active {
	
}
.btn_red_none:hover {
	
}
.btn_red_none:focus {
	
}
.btn_red_none:active {
	
}
.btn_black_none:hover {
	
}
.btn_black_none:focus {
	
}
.btn_black_none:active {
	
}
.btn_blue_none:hover {
	
}
.btn_blue_none:focus {
	
}
.btn_blue_none:active {
	
}
.btn_group {
	font-size: 0px; margin-left: 0.3em; vertical-align: middle; display: inline-block; white-space: nowrap; position: relative;
}
.btn_group > .btn {
	border-radius: 0px; border-left-color: currentColor; border-left-width: medium; border-left-style: none; position: relative; z-index: 1; -webkit-border-radius: 0; -moz-border-radius: 0;
}
.btn_group > :first-child.btn {
	border-radius: 3px 0px 0px 3px; margin-left: 0px; border-left-color: rgb(191, 191, 191); border-left-width: 1px; border-left-style: solid; z-index: 2; -webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px;
}
.btn_group > :last-child.btn {
	border-radius: 0px 3px 3px 0px; z-index: 3; -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0;
}
.btn_search {
	padding: 6px 40px; font-weight: bold;
}
.btn_login {
	padding: 25px 30px; border-radius: 3px; font-size: 16px; font-weight: bold;
}
.btn_admin {
	margin: -5px 0px 0px 10px; text-align: left; position: absolute;
}
.pager {
	margin: 20px 0px; padding: 0px; text-align: center;
}
.pager a {
	padding: 2px 7px; border: 1px solid rgb(221, 221, 221); border-image: none; text-align: center; color: rgb(102, 102, 102); text-decoration: none; margin-left: -1px; display: inline-block; cursor: pointer; background-color: rgb(255, 255, 255);
}
.pager a:first-child {
	border-radius: 3px 0px 0px 3px; -webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px;
}
.pager a:last-child {
	border-radius: 0px 3px 3px 0px; -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0;
}
.pager a:hover {
	color: rgb(255, 255, 255); background-color: rgb(109, 109, 109);
}
.pager a.active {
	color: rgb(255, 255, 255); background-color: rgb(109, 109, 109);
}
.icon_main {
	background: url("../images/icon_compass.png") no-repeat 20px 23px; padding-left: 40px;
}
.border_none {
	border: 0px currentColor; border-image: none;
}
.checkbox_border_none {
	border: currentColor; border-image: none; box-shadow: none;
}
.stats {
	border-radius: 5px; border: 1px solid rgb(204, 204, 204); border-image: none; vertical-align: middle; min-height: 300px;
}
.check_box {
	width: 100%; height: auto; border-top-color: rgb(102, 102, 102); border-top-width: 1px; border-top-style: solid; display: block; position: relative; min-height: 250px;
}
.check_box ul {
	margin: 0px 5px; padding: 0px;
}
.check_box li {
	background: url("../images/list_1.png") no-repeat 5px 15px; list-style: none; padding: 2px 0px 5px 20px; line-height: 36px; font-weight: bold; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid;
}
.check_box li button {
	
}
.check_box h4 {
	margin: 0px; line-height: 35px; border-top-color: rgb(204, 204, 204); border-top-width: 1px; border-top-style: dashed;
}
.check_box table {
	line-height: 18px; margin-bottom: 15px;
}
a.tooltip {
	
}
a.tooltip img {
	border: 0px currentColor; border-image: none;
}
a.tooltip strong {
	line-height: 20px;
}
a.tooltip:hover {
	text-decoration: none;
}
a.tooltip span {
	padding: 10px; line-height: 16px; margin-top: -30px; margin-left: 28px; display: none; z-index: 10;
}
a.tooltip:hover span {
	background: rgb(51, 51, 51); color: rgb(255, 255, 255); display: inline; position: absolute;
}
a.tooltip span {
	border-radius: 4px; box-shadow: 5px 5px 8px #ccc; -webkit-box-shadow: 5px 5px 8px #CCC; -moz-box-shadow: 5px 5px 8px #CCC; -webkit-border-radius: 4px; -moz-border-radius: 4px;
}
.vGraph {
	padding: 0px 0px 40px;
}
.vGraph ul {
	list-style: none; margin: 0px; padding: 20px 35px 0px; border: 1px solid rgb(221, 221, 221); border-image: none; height: 200px; font-family: Tahoma, Geneva, sans-serif; font-size: 11px; background-color: rgb(255, 255, 255);
}
.vGraph ul::after {
	clear: both; display: block; content: "";
}
.vGraph li {
	margin: 0px 9px; width: 20px; height: 100%; text-align: center; float: left; display: inline; white-space: nowrap; position: relative;
}
.vGraph .gTerm {
	margin: 0px -100% -20px 0px; padding: 200px 0px 0px; width: 100%; height: 20px; color: rgb(118, 118, 118); line-height: 20px; font-weight: bold; vertical-align: bottom; display: inline-block; position: relative;
}
.vGraph .gBar {
	background: rgb(233, 233, 233); border-width: 1px 1px 0px; border-style: solid solid none; border-color: rgb(204, 204, 204) rgb(204, 204, 204) currentColor; margin: -1px 0px 0px; border-image: none; width: 100%; vertical-align: bottom; display: inline-block; position: relative;
}
.vGraph .gBar span {
	left: 0px; top: -20px; width: 100%; color: rgb(118, 118, 118); position: absolute;
}
.hGraph ul {
	border-width: 0px 0px 1px 1px; border-style: none none solid solid; border-color: currentColor currentColor rgb(221, 221, 221) rgb(221, 221, 221); list-style: none; margin: 0px 50px; padding: 1px 0px 0px; border-image: none; font-family: Tahoma, Geneva, sans-serif; font-size: 11px;
}
.hGraph li {
	margin: 10px 0px; vertical-align: top; white-space: nowrap; position: relative;
}
.hGraph .gTerm {
	left: -50px; top: 0px; width: 40px; text-align: right; color: rgb(118, 118, 118); line-height: 20px; font-weight: bold; position: absolute;
}
.hGraph .gBar {
	background: rgb(233, 233, 233); border-width: 1px 1px 1px 0px; border-style: solid solid solid none; border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgb(204, 204, 204) currentColor; border-image: none; height: 20px; display: inline-block; position: relative;
}
.hGraph .gBar span {
	top: 0px; width: 40px; right: -50px; color: rgb(118, 118, 118); line-height: 20px; position: absolute;
}
#intro {
	background: url("../images/main/nprotect_nos_banner_bg.png") no-repeat bottom / 1300px 110px; margin: 0px auto; width: 100%; height: auto !important; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid; display: inline-block; position: relative; mix-height: 100%;
}
#intro .rolling {
	margin: 0px auto; width: 1200px; height: 100%; display: block;
}
#intro .main_banner {
	text-align: center; padding-top: 100px; font-family: Roboto; display: inline-block; position: relative;
}
#intro .main_banner span {
	text-align: left; display: block;
}
#intro .text_sub {
	color: rgb(121, 121, 121); line-height: 36px; padding-top: 60px; font-size: 36px; font-weight: 300;
}
#intro .text_tit {
	color: rgb(51, 51, 51); line-height: 72px; font-size: 72px; font-weight: 700;
}
#intro .orange {
	color: rgb(247, 143, 30);
}
#intro button {
	padding: 0px 50px; border-radius: 22px; border: currentColor; border-image: none; color: rgb(255, 255, 255); line-height: 44px; font-family: Roboto; font-size: 18px; background-color: rgb(247, 143, 30);
}
#intro button:hover {
	background-color: rgb(255, 104, 3);
}
#intro button:focus {
	background-color: rgb(255, 104, 3);
}
#intro button:active {
	background-color: rgb(130, 78, 43);
}
.btn_submit {
	padding: 10px 40px; font-size: 18px;
}
