@charset "utf-8";
/* Noto Sans  */
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

#skipNavi {
	position: absolute;
	left: 0;
	top: -1000px;
	width: 100%;
	height: 0px;
	z-index: 1000;
	line-height: 0px;
	font-size: 0px;
}

#skipNavi a {
	display: block;
	text-align: center;
	width: 100%;
	line-height: 0px;
	font-size: 0px;
}

#skipNavi a:focus,
#skipNavi a:hover,
#skipNavi a:active {
	position: absolute;
	left: 0px;
	top: 1000px;
	padding: 8px 0 12px;
	display: block;
	background: #20262c;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #fff;
}

#rootsWrap {
	margin: 0;
	height: auto;
	line-height: 1;
	font-size: 100%;
}

/* -------------------------------- 헤더 및 메뉴영역 스타일 -------------------------------- */
/* header영역 설정 */
header {
	width: 100%;
	margin: 0 auto;
	height: auto;
	position: relative;
	background-color: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
	/*background-image:url('../images/nrms/main/nav_bg.gif');*/
}

body {
	font-family: 'Noto Sans KR', sans-serif;
}

a,
span,
h1,
h2,
h3,
h4,
p,
strong,
small {
	font-family: 'Noto Sans KR', sans-serif;
}

a {
	text-decoration: none;
}

header.main {
	position: fixed;
	top: 0;
	z-index: 999;
}

/* nav전체영역 설정 */
nav {
	width: 100%;
	position: relative;
	top: 0;
	height: 120px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

/* 하위 호환 태그 */
nav:after {
	display: block;
	content: '';
	clear: both;
}

/* 메인로고영역 설정 */

nav div.g_nav {
	width: 100%;
	height: 30px;
	position: relative;
	/*border-bottom:1px solid #e1e1e1;*/
	background: linear-gradient(90deg, #3eabdf, #293d83)
}

.user_menu {
	position: absolute;
	display: block;
	right: 0;
	top: 0;
}

.user_menu li {
	display: inline-block;
	position: relative;
	padding: 0 20px;
	margin-right: -4px;
	background: #fff;
}

.user_menu li::after {
	content: '';
	display: block;
	width: 1px;
	height: 30px;
	background: #ddd;
	position: absolute;
	right: 0;
	top: 0;
}

.user_menu li:last-child::after {
	content: none;
}

.user_menu li a {
	display: block;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 13px;
	color: #333;
	opacity: .75;
	line-height: 30px;
}

.user_menu li:hover {
	background: #f2f2f2;
}

.user_menu li:hover a {
	opacity: 1;
	transition: .3s;
	text-decoration: none;
}

.user_info {
	position: absolute;
	right: 320px;
	top: 5px;
	font-size: 13px;
	color: #fff;
}

.hdwrap {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	height: 90px;
}

a.logo {
	display: block;
	position: absolute;
	font-size: 0;
	background: url('../images/logo-renew.png') no-repeat center / 350px auto;
	width: 350px;
	height: 55px;
	top: 15px;
}

/* 하위 호환 태그 */
ul:after {
	display: block;
	content: '';
	clear: both;
}

/* 메인메뉴 전체영역 설정 */
nav>ul {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 1200px;
	text-align: center;
}

/* 메인메뉴 메뉴별영역 설정 */
ul.onedepth-menu {
	position: absolute;
	right: 10px;
	width: 850px;
	text-align: right;
}

ul.onedepth-menu>li {
	display: inline-block;
	margin-right: -4px;
	position: relative;
	text-align: center;
	padding: 0 40px;
}

ul.onedepth-menu>li:last-child {
	padding: 0 0 0 40px;
}

/*메인메뉴 메뉴별 링크영역 설정 */
ul.onedepth-menu>li>a {
	display: block;
	width: 100%;
	line-height: 90px;
	font-weight: 600;
	font-size: 18px;
	color: #313131;
	font-family: 'Noto Sans KR', sans-serif;
}

/* 메인메뉴 메뉴별 영역 마우스오버 설정 */
ul.onedepth-menu>li>a:hover {
	color: #555;
}

/* 메인메뉴 메뉴별 마우스오버시 서브메뉴영역 상태 설정  */
ul.onedepth-menu li:hover ul.twodepth-menu {
	display: block;
	background: #fff;
	left: 50%;
	top: 89px;
	width: 160px;
	margin-left: -80px;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, .15);
}

ul.onedepth-menu li:last-child:hover ul.twodepth-menu {
	margin-left: -60px;
}

/* 서브메뉴 전체영역 설정 */
nav ul.onedepth-menu ul.twodepth-menu {
	width: 100%;
	position: absolute;
	display: none;
	padding: 10px 0;
}

/* 서브메뉴 메뉴별영역 설정 */
nav ul ul li {
	display: block;
	position: relative;
}

/* 서브메뉴 메뉴별 링크 설정 */
nav ul.twodepth-menu li a:hover {
	color: #2497ce;
	text-decoration: none;
}

/* 서브메뉴 메뉴별 마우스 오버 설정 */
nav ul.onedepth-menu ul li a {
	display: block;
	width: auto;
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
	background-color: transparent;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 14px;
}

/* 서브메뉴 마지막 메뉴 설정 */
nav ul ul li:last-child a {
	border-right: none;
}


/* threedepth menu 210622 변경 */
.threedepth-menu {
	display: none;
	position: absolute;
	text-align: center;
	background: #f1f1f1;
	padding: 0;
	z-index: 3;
	top: 0;
}

.threedepth-menu::before {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: -10px;
	border-top: 10px solid transparent;
	border-left: 0px solid transparent;
	border-right: 10px solid #f1f1f1;
	border-bottom: 10px solid transparent;
}

.threedepth-menu li {
	display: block;
	padding: 0;
}

.threedepth-menu li a {
	display: block;
	color: #313131;
	line-height: 45px;
}

.threedepth-menu li a:hover {
	color: rgb(62, 171, 223);
}

ul.twodepth-menu li:hover .threedepth-menu {
	display: block;
	position: absolute;
	width: 160px;
	right: -160px;
}


/* -------------------------------- 상단 고정영역 스타일 -------------------------------- */
#f_menu_layer {
	width: 100%;
	background-image: url(../images/nrms/main/nav_sm_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 87px;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	display: none;
	box-shadow: 1px 2px 10px rgba(0, 0, 0, .175);
}

/* 상단고정 메뉴영역 스타일 */
#f_menu {
	width: 1200px;
	height: 50px;
	margin: auto;
}

/* 상단 고정메뉴 로고영역 설정 */
#f_menu div.logo {
	float: left;
	margin-right: 40px;
}

/* 메인로고영역 h1태그 설정 */
#f_menu div.logo h1 {
	padding-top: 7px;
	float: left;
}

/* 메인메뉴 전체영역 설정 */
#f_menu_layer>#f_menu>ul {
	width: 1026px;
	height: 50px;
	float: left;
}

/* 메인메뉴 메뉴별영역 설정 */
#f_menu_layer>#f_menu>ul>li {
	display: block;
	width: auto;
	padding: 0 8.3px;
	float: left;
	position: relative;
}

/*메인메뉴 메뉴별 링크영역 설정 */
#f_menu_layer>#f_menu>ul>li>a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-weight: 600;
}

/* 메인메뉴 메뉴별 영역 마우스오버 설정 */
#f_menu_layer>#f_menu>ul>li>a:hover {
	color: #3F93DE;
	font-weight: 600;
	text-decoration: none;
}

/* 메인메뉴 메뉴별 마우스오버시 서브메뉴영역 상태 설정  */
#f_menu ul li:hover ul {
	width: 100%;
	display: block;
}

/* 서브메뉴 전체영역 설정 */
#f_menu ul ul {
	width: 500px;
	height: 34px;
	position: absolute;
	left: 0;
	display: none;
}

/* 서브메뉴 메뉴별영역 설정 */
#f_menu ul ul li {
	width: auto;
	height: 34px;
	float: left;
}

/* 서브메뉴 메뉴별 링크 설정 */
#f_menu ul ul li a {
	display: block;
	padding: 0 10px;
	height: 34px;
	line-height: 34px;
	background-color: none;
	color: #555;
}

/* 서브메뉴 메뉴별 링크 설정 */
#f_menu ul ul li a:hover {
	color: #555;
	font-weight: 600;
	text-decoration: none;
}

/* 서브메뉴 메뉴별 마우스 오버 설정 */
#f_menu ul ul li a {
	display: block;
	width: auto;
	padding: 0 10px;
	height: 37px;
	line-height: 35px;
	background-color: transparent;
}

/* 서브메뉴 마지막 메뉴 설정 */
#f_menu ul ul li:last-child a {
	border-right: none;
}

/* 서브메뉴 위치 설정 */
#f_menu ul ul.m_01 {
	width: 500px !important;
	left: 0px;
}

#f_menu ul ul.m_02 {
	width: 1000px !important;
	left: 0;
}

#f_menu ul ul.m_03 {
	width: 1000px !important;
	left: -100px;
}

#f_menu ul ul.m_04 {
	width: 600px !important;
	left: 0;
}

#f_menu ul ul.m_05 {
	width: 1000px !important;
	left: -100px;
}

#f_menu ul ul.m_06 {
	width: 1200px !important;
	left: -250px;
}

#f_menu ul ul.m_07 {
	width: 700px !important;
	left: -100px;
}

#f_menu ul ul.m_08 {
	width: 800px !important;
	left: -50px;
}

#f_menu ul ul.m_08_1 {
	width: 800px !important;
	left: 0px;
}

#f_menu ul ul.m_09 {
	width: 1300px !important;
	left: -300px;
}

#f_menu ul ul.m_10 {
	width: 1000px !important;
	left: -400px;
}

#f_menu ul ul.m_11 {
	width: 500px !important;
	left: -200px;
}

#f_menu ul ul.m_12 {
	width: 500px !important;
	left: -200px;
}

#f_menu ul ul.m_13 {
	width: 700px !important;
	left: -500px;
}

/* content Area */
.New_pageBox {
	background-color: #fff;
	width: 100%;
	min-with: 800px;
	height: auto;
	overflow: hidden;
	padding-bottom: 30px;
	z-index: 1;
}

.New_container {
	position: relative;
	top: 0;
	margin: 25px auto;
	/*width:1260px;*/
	overflow: hidden;
	min-height: 300px;
}

/* title Area */
.New_con_tit {
	position: relative;
	margin: 0 0 19px;
	font-size: 20px;
	font-weight: 600;
	color: #000;
	letter-spacing: -2px;
}

.New_con_tit span {
	float: right;
}

.New_con_tit span.New_con_navi {
	font-size: 0.65em;
	font-weight: normal;
	color: #929292;
	padding: 3px 3px 0 20px;
	letter-spacing: -1px;
}

.New_con_tit span.New_con_navi a {
	color: #929292;
}

.New_con_tit span.New_con_navi a:hover {
	color: #3EAFE6;
	text-decoration: none;
}

.New_con_tit span.New_con_navi img {
	margin-top: -5px;
}

.New_con_tit_sub {
	position: relative;
	margin: 0 0 19px;
	font-size: 15px;
	font-weight: 600;
	color: #000;
	letter-spacing: -2px;
}

.New_sub_tit {
	background-image: url(../images/nrms/rgst/tab_ov_bg.png);
	background-repeat: no-repeat;
	background-position: left 60%;
	padding-left: 17px;
	color: #333;
	"
 font-size: 16px;
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 5px;
}

/* foot */
footer {
	clear: both;
	overflow: hidden;
	width: 100%;
	background: #252525;
}

.footMenu {
	width: 100%;
	background: #111;
}

footer .copyright {
	font-size: 13px;
	color: #fff;
	opacity: .5;
	font-weight: 300;
}

.ft-top {
	display: block;
	width: 1200px;
	margin: 0 auto;
	text-align: left;
}

.ft-top li {
	display: inline-block;
	position: relative;
	padding: 0 15px;
}

.ft-top li:first-child {
	padding: 0 15px 0 0;
}

.ft-top li::after {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	position: absolute;
	right: -3px;
	top: 24px;
	background: #fff;
	opacity: .5;
}

.ft-top li:last-child::after {
	content: none;
}

.ft-top li a {
	color: rgba(255, 255, 255, .7);
	font-size: 14px;
	line-height: 50px;
}

.ft-top li a:hover {
	color: rgba(255, 255, 255, 1);
	font-weight: 400;
}

footer .footWrap {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 30px;
	padding: 30px 0 30px 130px;
	background: url(../images/logo-bottom.png) no-repeat left top 35px;
	box-sizing: border-box;
}

.company-info {
	display: block;
	text-align: left;
}

.company-info li {
	display: inline-block;
	position: relative;
	padding: 0 15px;
	color: rgba(255, 255, 255, .8);
	font-weight: 300;
	font-size: 14px;
	line-height: 30px;
}

.company-info li::after {
	content: '';
	display: block;
	width: 1px;
	height: 12px;
	position: absolute;
	right: -5px;
	top: 10px;
	background: #fff;
	opacity: .5;
	transform: rotate(35deg);
}

.company-info li:first-child {
	padding: 0 10px 0 0;
}

.company-info li:last-child::after {
	content: none;
}

.company-info li strong {
	color: rgba(255, 255, 255, .5);
	padding-right: 8px;
	font-weight: 500;
	font-size: 13px;
}

/* index-2 */
.pt120 {
	padding-top: 120px !important
}

/* Main page */
#New_mainpageBox {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-top: 120px;
}

.main-content {
	width: 100%;
	position: relative;
}

.main-visual {
	background: url('../images/visual-1.jpg') no-repeat center / cover;
}

.wrap {
	max-width: 1260px;
	margin: 0 auto;
	position: relative;
	padding: 50px 0;
}

.main-visual .wrap {
	padding: 100px 0;
}

.main-visual .slogan,
.main-visual .New_login_box {
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	vertical-align: top;
}

.main-visual .slogan {
	margin-right: -5px;
	padding-right: 30px;
}

.main-visual .slogan h1,
.main-visual .slogan p {
	color: #fff;
}

.main-visual .slogan h1 {
	font-weight: 600;
	font-size: 28px
}

.main-visual .slogan p {
	padding: 20px 10px 0 0;
	word-break: keep-all;
	font-size: 17px;
	opacity: .8;
}

.New_login_box {
	background: rgba(79, 133, 179, .8);
	padding: 20px;
	border-radius: 40px;
}

.New_login_box input {
	width: 110px;
	height: 25px;
	padding: 0 10px;
	line-height: 25px;
	background-image: url(../images/nrms/main/login_idForm_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	border: 0 none;
	margin-right: 5px;
}

.New_login_box input:hover {
	width: 110px;
	height: 25px;
	padding: 0 10px;
	line-height: 25px;
	background-image: url(../images/nrms/main/login_idForm_ov_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	border: 0 none;
	margin-right: 5px;
}

.New_login_box a.btn_login {
	line-height: 22px;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	border-radius: 20px;
	display: inline-block;
	width: auto;
	padding: 0 17px 0 17px;
	color: #232323;
	height: 25px;
	margin: -3px 2px 0 2px;
	border: 0 none;
	background-color: #EE7B36;
	color: #fff;
	text-decoration: none;
}

.New_login_box a.btn_login:hover {
	line-height: 22px;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	border-radius: 20px;
	display: inline-block;
	width: auto;
	padding: 0 17px 0 17px;
	color: #232323;
	height: 25px;
	margin: -3px 2px 0 2px;
	border: 0 none;
	background-color: #E99518;
	color: #fff;
	text-decoration: none;
}

.New_login_box ul {
	float: right;
	margin-right: 7px;
}

.New_login_box ul li {
	float: left;
	color: rgba(255, 255, 255, 0.8);
	line-height: 20px;
	font-size: 12px;
	margin: 0 5px;
}

.New_login_box ul li a {
	color: rgba(255, 255, 255, 0.8) !important;
}

.New_login_box ul li:hover {
	float: left;
	color: #fff;
	line-height: 20px;
	font-size: 11px;
	border-bottom: 1px solid #fff;
	margin-right: 10px;
}

.New_login_box .user {
	float: left;
	color: #fff;
	line-height: 20px;
	font-size: 12px;
}

.New_login_box .user span {
	padding: 2px 12px 3px 30px;
	float: left;
	color: #fff;
	line-height: 19px;
	font-size: 12px;
	font-weight: 600;
	border-radius: 20px;
	background-color: #5F5E5C;
	background-image: url(../images/nrms/main/icon_user.png);
	background-position: 8px 50%;
	background-repeat: no-repeat;
}

.New_login_box ul.logout {
	float: left;
	margin-left: 10px;
}

.New_login_box ul.logout li.info {
	background: url(../images/nrms/main/white_dot2.png) left 52% no-repeat;
	padding: 0 0 0 8px;
	border: 0 none !important;
	font-size: 12px;
}

.New_login_box ul li.logout {
	line-height: 19px;
	font-size: 11px;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	border-radius: 20px;
	padding: 2px 10px 3px;
	color: #232323;
	border: 0 none;
	background-color: #EE7B36;
	color: #fff;
}

.New_login_box ul li.logout:hover {
	background-color: #E99518;
}

.New_login_box ul li.quit {
	padding-left: 17px;
	background-image: url(../images/nrms/main/ico_logout.png);
	background-repeat: no-repeat;
	background-position: 2px 50%;
}

.New_main_container {
	position: relative;
	margin: 0 auto;
	width: 1200px;
	padding: 50px 0;
}

.New_status_box {
	position: relative;
	display: table;
	width: 100%;
	padding: 0 0 20px;
}

.achivBox {
	display: table-cell;
	width: 600px;
	box-sizing: border-box;
	margin-right: -4px;
	vertical-align: top;
}

.New_status_box .achivBox:last-child {
	margin-right: 0;
}

.achivBox h3,
.achivBox ul,
.achivBox ul li {
	display: inline-block;
	vertical-align: top;
}

.achivBox h3 {
	font-size: 18px;
	font-weight: 600;
	padding: 7px 20px 7px 10px;
	margin: 0px -4px 0px 0px;
	max-width: 100px;
	line-height: 1.25em;
	word-break: keep-all;
	background: #2c4e91;
	border: 1px solid #2c4e91;
	color: #ffffff;
	box-sizing: border-box;
	height: 62px;
}

ul.year-achiv {
	width: 480px;
	text-align: right;
	box-sizing: border-box;
	border: 1px solid #e1e1e1;
}

ul.year-achiv li {
	width: calc(100%/4);
	margin-right: -3px;
	box-sizing: border-box;
	padding: 5px 10px;
	border-right: 1px solid #e1e1e1;
	height: 60px;
}

ul.year-achiv li:last-child {
	border-right: 0;
}

ul.year-achiv li span,
ul.year-achiv li strong {
	display: block;
}

ul.year-achiv li span {
	font-size: 13px;
	line-height: 1.85em;
	color: #aaa;
}

ul.year-achiv li strong {
	font-size: 20px;
	color: #3eabdf;
}

.New_quickMenu_box {
	position: relative;
	width: 100%;
}

.iconBox {
	display: block;
	padding: 0 0 30px;
	text-align: center;
}

.iconBox li {
	display: inline-block;
	margin-right: -3px;
	width: calc(100%/6);
	box-sizing: border-box;
	padding: 0;
}

.iconBox li a {
	display: block;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 0;
}

.iconBox li a:hover {
	text-decoration: none;
	background: #f4f4f4;
	transition: .3s;
}

.icon-quick {
	display: block;
	width: 60px;
	height: 60px;
	background-image: url('../images/main-quick-icon.png');
	overflow: hidden;
	margin: 0 auto 10px;
}

.iconBox li a:hover .icon-quick {
	background-image: url('../images/main-quick-icon-on.png');
}

.icon-quick.i01 {
	background-position: 0px 0px;
}

.icon-quick.i02 {
	background-position: -60px 0px;
}

.icon-quick.i03 {
	background-position: -120px 0px;
}

.icon-quick.i04 {
	background-position: -180px 0px;
}

.icon-quick.i05 {
	background-position: -240px 0px;
}

.icon-quick.i06 {
	background-position: -300px 0px;
}

.bbsBox {
	padding: 20px 0;
}

/*2017.02.02 민소원 추가*/
.New_quickMenu_box ul a li.webhard {
	background-image: url(../images/nrms/main/guickM_ico_webhard_new.png);
	/*2017.02.02 민소원 수정*/
	background-repeat: no-repeat;
	background-position: 1px 1px;
	/*2017.02.02 민소원 수정*/
}

.New_quickMenu_box ul a li.webhard:hover {
	background-image: url(../images/nrms/main/guickM_ico_webhard_new_ov.png);
}

/*2017.02.02 민소원 수정*/

.New_quickMenu_box ul a li.prjt {
	background-image: url(../images/nrms/main/guickM_ico_prjt_new.png);
	/*2017.02.02 민소원 수정*/
	background-repeat: no-repeat;
	background-position: 1px 1px;
	/*2017.02.02 민소원 수정*/
}

.New_quickMenu_box ul a li.prjt:hover {
	background-image: url(../images/nrms/main/guickM_ico_prjt_new_ov.png);
}

/*2017.02.02 민소원 수정*/
.New_quickMenu_box ul a li.perinfo {
	background-image: url(../images/nrms/main/guickM_ico_perinfo.png);
	background-repeat: no-repeat;
	background-position: 15px 50%;
}

.New_quickMenu_box ul a li.perinfo:hover {
	background-image: url(../images/nrms/main/guickM_ico_perinfo_ov.png);
}

.New_quickMenu_box:after {
	content: '';
	display: block;
	clear: both;
}

.New_main_notiForm {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 400px;
	height: 200px;
	margin: 0px 16px 0 0;
	background-color: #FFF;
	padding: 20px;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
}

.New_main_notiForm h2 {
	position: relative;
	width: 100%;
	float: left;
	font-size: 17px;
	font-weight: 600;
	color: #3EABDF;
	line-height: 30px;
	margin: 0;
}

.New_main_notiForm h2 a,
.New_main_notiForm a:hover {
	color: #3EABDF;
	float: right;
	text-decoration: none;
}

.New_main_notiForm dl {
	position: relative;
	float: left;
	line-height: 23px;
	width: 100%;
	margin-top: 8px;
}

.New_main_notiForm dl dt a {
	width: 80%;
	float: left;
}

.New_main_notiForm dl dd {
	width: 20%;
	float: right;
	text-align: right;
}

.New_main_notiForm dl dt a:hover {
	float: left;
	color: #333;
	padding: 0;
	margin: 0;
	text-decoration: underline;
}

.New_main_contactForm {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 360px;
	height: 200px;
	margin: 0;
	padding: 20px;
	background: #E9ECEF url('../images/nrms/main/main_banner.png') no-repeat center / auto;
	text-align: center !important;
	/*2017.02.02 민소원 추가*/
	box-sizing: border-box;
	font-size: 0;
}

.downBox {
	display: block;
	text-align: center;
	padding: 20px 0;
}

.downBox li {
	display: inline-block;
	width: 400px;
	padding: 0 20px 0 0;
	margin-right: -4px
}

.downBox li:last-child {
	padding: 0;
	margin-right: 0;
	width: 360px;
}

.downBox li a {
	display: block;
	width: 100%;
	background: #967763 url('../images/nrms/main/btm_dwl_bg.gif') no-repeat right top;
	line-height: 40px;
	text-align: center;
	color: rgba(255, 255, 255, .7);
	font-size: 15px;
	font-weight: 300;
}

.downBox li a:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
	transition: .3s;
}