﻿	/* Administrator Login Start */
	.nabyAdminLoginPageBg {min-height: 700px; background: url('../img/nabyAdminLoginBg05.jpg') center center no-repeat fixed; background-size: cover; }

	.nabyAdminLoginHeader {position: absolute; top: 0; width: 100%; height: 60px; background-color: #fff; opacity: 0.2; filter: alpha(opacity=20); text-align: center; padding: 10px 0; z-index: 1;}
		.nabyBI {position: absolute; top: 0; display: block; width: 100%; height: 60px; margin: 10px auto; text-align: center; z-index: 2;}
	.nabyAdminLoginBottom {position: absolute; bottom: 0; width: 100%; height: 70px; text-align: center; padding: 9px 0 10px;}
	.nabyAdminLoginBottom > .line {width: 100%; height: 1px; background-color: #fff; opacity: 0.2; filter: alpha(opacity=20); line-height: 1px; padding: 0; margin: 0; margin-bottom: 10px;}
	.nabyAdminLoginBottom > img {width: auto; height: 40px; color: #fff; margin: 0 auto;}
	.nabyAdminLoginBottom > p {line-height: 19px; font-size: 12px; color: #fff; text-align: center; font-weight: bold;}

	p.copyText {position: absolute; top: 50%; margin-top: -200px; width: 100%; height: 100px; line-height: 40px; padding: 10px 0; text-align: center; font-size: 30px; color: #fff;}
	p.copyText>span {font-size: 18px;}
	.loginTable {position: absolute; top: 50%; left: 50%; margin-top: -220px; margin-left: -250px; width: 500px; height: 390px; background-color: #fff; opacity: 0.1; filter: alpha(opacity=10); z-index: 1;} /* top: 320px; */
	.loginTable {border-radius: 5px; box-shadow: 0 0 5px #111;}
	#loginForm {position: absolute; top: 50%; left: 50%; margin-top: -140px; margin-left: -250px; width: 400px; height: 210px; padding: 40px 50px; z-index: 2;} /* top: 320px; */
	#loginForm > ul {float: left; width: 400px; height: 100px; padding: 0; }
	#loginForm > ul > li {width: 100%; height: 40px; padding-bottom: 10px;}
	#loginForm > ul > li > input {line-height: 30px; height: 30px; padding: 4px; width: 390px; opacity: 0.6; filter: alpha(opacity=60); font-size: 14px; font-weight: bold; color: #222; border-radius: 3px; text-indent: 10px;}
	#loginForm > ul > li > input:focus {border: 1px #fff solid; opacity: 0.8; filter: alpha(opacity=80);}
	#loginForm > .errMsg {float: left; display: block; width: 100%; height: 40px; line-height: 20px; padding-bottom: 30px; text-align: center; font-size: 12px; font-weight: bold; color: #fff;}
	#loginForm > .loginBt {float: left; width: 100%; height: 60px; margin: 0 auto;}
	#loginForm > .loginBt > a {display: block; width: 100%; height: 60px; line-height: 60px; font-size: 16px; font-weight: bold; color: #fff; text-align: center; background-color: #333; border-radius: 55x; opacity: 0.9; filter: alpha(opacity=90);} /* #f25135 */
	#loginForm > .loginBt > a:hover {text-decoration: none; background-color: #222;}
	@media screen and (max-width: 640px) {
		.loginTable {margin-top: -220px; margin-left: -150px; width: 300px;}
		#loginForm {margin-top: -140px; margin-left: -150px; width: 200px;}
		#loginForm > ul > li > input {width: 190px;}
	}

	/* Administrator Page Start */
	#nabyAdminPageHeader {position: fixed; top: 0; left: 0; width: 100%; min-width: 960px; height: 100px; z-index: 99;}
	#nabyAdminPageHeader > .topLine {position: relative; width: 100%; height: 100px; box-sizing: border-box; padding: 30px 160px 30px 200px; background: url('../img/nabyAdminPageHeaderBg.jpg') center center no-repeat; background-size: cover; }
	#nabyAdminPageHeader > .topLine > h1 {width: 100%; height: 40px; line-height: 40px; font-size: 18px; font-weight: 500; color: #fff; box-sizing: border-box; padding-left: 40px;}
	#nabyAdminPageHeader > .topLine > .BI {position: absolute; top: 0; left: 0; display: block; width: 200px; height: 100px; background: url('../img/BI.png') center center no-repeat;}
	#nabyAdminPageHeader > .topLine > .CI {position: absolute; top: 0; right: 0; display: block; width: 160px; height: 100px; background: url('../img/CI.png') center center no-repeat;}

	#nabyAdminPageWrap {position: relative; width: 100%; min-height: 100%; box-sizing: border-box; padding-top: 100px; background-color: #fcfcfb;}

	#nabyAdminPageWrap > #nabyAdminPageLeft {position: fixed; display: block; width: 200px; height: 100%; background: url('../img/nabyAdminMenuBG.png') center 480px no-repeat; background-color: #354052; z-index: 2; transition: all 0.3s;}
		#nabyAdminPageLeft ul.leftMenu {float: left; width: 200px; min-height: 480px; box-sizing: border-box; padding: 0; background-color: #354052; transition: all 0.3s;}
		#nabyAdminPageLeft ul.leftMenu > li {position: relative; float: left; width: 200px; height: 60px; background-color: #354052; transition: all 0.3s;}
		#nabyAdminPageLeft ul.leftMenu > li:hover,
		#nabyAdminPageLeft ul.leftMenu > li.on {background-color: #28313d;}
		#nabyAdminPageLeft ul.leftMenu > li > a {position: absolute; display: block; top: 0; left: 0; display: block; width: 200px; height: 60px; box-sizing: border-box; padding: 10px 20px 10px 55px; line-height: 40px; font-size: 14px; font-weight: 300; color: #a0acbf; z-index: 2; transition: all 0.3s;}
		#nabyAdminPageLeft ul.leftMenu > li.on > a {border-left: 5px #6b8df3 solid;}
		#nabyAdminPageLeft ul.leftMenu > li.on > a,
		#nabyAdminPageLeft ul.leftMenu > li > a:hover {color: #fff; text-decoration: none;}
		#nabyAdminPageLeft ul.leftMenu > li > .icon {position: absolute; display: block; top: 0; left: 0; width: 60px; height: 60px; z-index: 1; background-image: url('../img/iconAdminMenuSet.png');}
		#nabyAdminPageLeft ul.leftMenu > li:nth-child(1) > .icon {background-position: -60px 0;}
		#nabyAdminPageLeft ul.leftMenu > li:nth-child(2) > .icon {background-position: -60px -60px;}
		#nabyAdminPageLeft ul.leftMenu > li:nth-child(3) > .icon {background-position: -60px -120px;}
		#nabyAdminPageLeft ul.leftMenu > li:nth-child(4) > .icon {background-position: -60px -180px;}
		#nabyAdminPageLeft ul.leftMenu > li:nth-child(5) > .icon {background-position: -60px -240px;}
		#nabyAdminPageLeft ul.leftMenu > li:nth-child(6) > .icon {background-position: -60px -300px;}
		#nabyAdminPageLeft ul.leftMenu > li:nth-child(7) > .icon {background-position: -60px -360px;}

		#nabyAdminPageLeft ul.leftMenu > li:nth-child(8) > .icon {background-position: -60px -480px;} /* 부가기능 */

		#nabyAdminPageLeft ul.leftMenu > li:nth-child(9) > .icon {background-position: -60px -420px;}

		#nabyAdminPageLeft ul.leftMenu > li:nth-child(1).on > .icon {background-position: 0 0;}
		#nabyAdminPageLeft ul.leftMenu > li:nth-child(2).on > .icon {background-position: 0 -60px;}
		#nabyAdminPageLeft ul.leftMenu > li:nth-child(3).on > .icon {background-position: 0 -120px;}
		#nabyAdminPageLeft ul.leftMenu > li:nth-child(4).on > .icon {background-position: 0 -180px;}
		#nabyAdminPageLeft ul.leftMenu > li:nth-child(5).on > .icon {background-position: 0 -240px;}
		#nabyAdminPageLeft ul.leftMenu > li:nth-child(6).on > .icon {background-position: 0 -300px;}
		#nabyAdminPageLeft ul.leftMenu > li:nth-child(7).on > .icon {background-position: 0 -360px;}

		#nabyAdminPageLeft ul.leftMenu > li:nth-child(8).on > .icon {background-position: 0 -480px;} /* 부가기능 */

		#nabyAdminPageLeft ul.leftMenu > li:nth-child(9).on > .icon {background-position: 0 -420px;}

		@media screen and (max-width: 1200px) {
			#nabyAdminPageWrap > #nabyAdminPageLeft {width: 60px; background-position: center 520px; background-size: 140%; overflow: hidden;}
			#nabyAdminPageLeft ul.leftMenu,
			#nabyAdminPageLeft ul.leftMenu > li {width: 60px; overflow: hidden;}
			#nabyAdminPageLeft ul.leftMenu > li > a {width: 60px; padding: 10px 0 10px 55px; font-size: 0; overflow: hidden;}
		}

	#nabyAdminPageWrap > #nabyAdminPageBody {position: relative; width: 100%; min-width: 1000px; box-sizing: border-box; padding-left: 200px;  transition: all 0.3s;} 
		@media screen and (max-width: 1200px) {
			#nabyAdminPageWrap > #nabyAdminPageBody {min-width: 960px; padding-left: 60px;}
		}

		#nabyAdminPageBody .adminTitleArea {width: 100%; height: 120px; box-sizing: border-box; padding: 30px 40px 29px; border-bottom: 1px #eee solid; background-color: #fff;}
		#nabyAdminPageBody .adminTitleArea h2 {position: relative; width: 100%; height: 40px; line-height: 40px; font-size: 24px; font-weight: 500; box-sizing: border-box; padding-left: 30px;}
		#nabyAdminPageBody .adminTitleArea h2 > span {position: absolute; top: 0; left: 0; display: block; width: 30px; height: 40px; z-index: 1; background-image: url('../img/iconAdminMenuSet.png');}
		#nabyAdminPageBody .adminTitleArea h2.am01 > span {background-position: -80px -10px;}
		#nabyAdminPageBody .adminTitleArea h2.am02 > span {background-position: -80px -70px;}
		#nabyAdminPageBody .adminTitleArea h2.am03 > span {background-position: -80px -130px;}
		#nabyAdminPageBody .adminTitleArea h2.am04 > span {background-position: -80px -190px;}
		#nabyAdminPageBody .adminTitleArea h2.am05 > span {background-position: -80px -250px;}
		#nabyAdminPageBody .adminTitleArea h2.am06 > span {background-position: -80px -310px;}
		#nabyAdminPageBody .adminTitleArea h2.am07 > span {background-position: -80px -370px;}

		#nabyAdminPageBody .adminTitleArea h2.am08 > span {background-position: -80px -490px;}

		#nabyAdminPageBody .adminTitleArea h2.am09 > span {background-position: -80px -430px;}
		#nabyAdminPageBody .adminTitleArea .menuInfo {width: 100%; height: 20px; font-size: 14px; font-weight: 300; color: #8a94a5;}

		#nabyAdminPageBody .nabyAdminContentArea {width: 100%; min-height: 700px; box-sizing: border-box; padding: 40px;}

		.nabyAdminContentArea h3 {width: 100%; height: 40px; line-height: 40px; font-size: 16px; font-weight: 500; padding: 0;}
		.nabyAdminContentArea .contentBox {width: 100%; padding: 0;}
		.nabyAdminContentArea .contentBox > .countNsearch {width: 100%; height: 30px; padding: 10px 0;}
		.nabyAdminContentArea .contentBox > .countNsearch > p {float: left; display: block; line-height: 30px; font-size: 14px; font-weight: bold; color: #333;}
		.nabyAdminContentArea .contentBox > .countNsearch > p > span {line-height: 30px; font-size: 12px; font-weight: normal; color: #999;}
		.nabyAdminContentArea .contentBox > .countNsearch > .searchArea {position: relative; float: right; display: block; line-height: 30px; font-size: 12px; font-weight: bold; color: #333;}
		.nabyAdminContentArea .contentBox > .countNsearch > .searchArea > form > span {padding-right: 30px;}
		.nabyAdminContentArea .contentBox > .countNsearch > .searchArea > form > .errMsg  {position: absolute; top: -30px; right: 110px; display: none; height: 30px; line-height: 30px; font-size: 12px; font-weight: normal; color: #F16A54;}
		/* Tab Menu Start */
		.nabyAdminContentArea .contentBox ul.tabMenu {height: 55px; padding: 5px 5px 0 5px; background-color: #464a55; border-radius: 5px 5px 0 0; overflow: hidden; margin-bottom: 20px;}
		.nabyAdminContentArea .contentBox ul.tabMenu > li {float: left; display: block; width: auto; height: 55px;}
		.nabyAdminContentArea .contentBox ul.tabMenu > li > a {display: block; width: auto; height: 30px; line-height: 20px; padding: 13px 20px 12px; font-size: 14px; font-weight: bold; text-align: center; color: #fff;}
		.nabyAdminContentArea .contentBox ul.tabMenu > li.on > a {color: #333; background-color: #fff; border-radius: 3px 3px 0 0;}
		/* Tab Menu End */

		/* 회원 관리 목록 */
		table.tableType01List > tbody > tr > td {text-align: center; font-size: 12px;}
		table.tableType01List > tbody > tr > td > ul > li {font-size: 12px;}
		table.tableType01List > tbody > tr > td > ul > li > span {color: #333;}
		table.tableType02 > tbody > tr > td {text-align: left;}
		/* 목록에서 수정/삭제 링크 제공을 위해 */
		a.managementLink {display: block; width: 20px; height: 20px; line-height: 20px; margin: 0 auto;}
		a.managementLink > img {width: 100%; height: 100%;}

		/* 환경설정 */
		.contentBox .contentLeftBox {float: left; width: 50%; box-sizing: border-box; padding-right: 20px; min-height: 200px;}
		.contentBox .contentRightBox {float: left; width: 50%;  box-sizing: border-box; padding-left: 20px; min-height: 200px;}
		.contentBox .warningBox {padding: 30px; border: 1px #e9e9e9 solid; background-color: #f9f9f9; border-radius: 5px;}
		.contentBox .warningBox li {font-size: 12px;}

	#nabyAdminPageBottom {position: fixed; bottom: 0; left: 0; width: 100%; height: 40px; background-color: #222; z-index: 1;}
	#nabyAdminPageBottom > p {line-height: 20px; padding: 10px 0; font-size: 10px; font-weight: normal; color: #eee; text-align: center;}

	#nabyAdminExcelArea {width: 100%; height: 60px;}


	/* .nabyPopupLayer & .nabyPopupLayerDragPoint 는 가상 */
	#nabyDimLayer {position: fixed; display: none; top: 0; left: 0; width: 100%; height: 100%; z-index: 100; background-color: #000; opacity: 0.8;} /* for Drag Popup */
	#nabyPopupLayerArea{position: fixed; display: none; top: 0; left: 0; width: 100%; height: 100%; z-index: 101;} /* for Drag Popup */

	#nabyAdminPopupLayer {position: absolute; display: block; top: 80px; left: 50%; margin-left: -360px; z-index: 102; width: 720px;}
	#nabyAdminPopupLayer > .close {position: absolute; display: block; top: 20px; right: 40px; width: 20px; height: 20px; padding: 0; margin: 0; background-image: url('../img/popupCloseGray.png');}
	#nabyAdminPopupLayer > .headArea {width: 720px; height: 60px; box-sizing: border-box; padding: 0 40px; background-color: #464a55; border-radius: 5px 5px 0 0;}
	#nabyAdminPopupLayer > .headArea > h2 {width: 100%; height: 20px; padding: 20px 0; font-size: 16px; font-weight: bold; color: #fff; line-height: 20px;}
	#nabyAdminPopupLayer > .bodyArea {width: 640px; min-height: 200px; padding: 20px 40px; background-color: #fff;}
	#nabyAdminPopupLayer > .bodyArea > form > ul {width: 100%; border-top: 1px #e9e9e9 solid;}
	#nabyAdminPopupLayer > .bodyArea > form > ul > li {position: relative; padding: 9px 0 10px 160px; border: 1px #e9e9e9 solid; border-top: none; min-height: 30px; line-height: 30px; font-size: 14px; color: #555;}
	#nabyAdminPopupLayer > .bodyArea > form > ul > li.fullRow {position: relative; padding: 9px 10px 10px 10px; border: 1px #e9e9e9 solid; border-top: none; min-height: 30px; line-height: 30px; font-size: 14px; color: #555;}	
	#nabyAdminPopupLayer > .bodyArea > form > ul > li > span {position: absolute; top: 50%; left: 20px; display: block; width: 140px; height: 30px; line-height: 30px; margin-top: -15px; font-size: 14px; color: #555;}
	#nabyAdminPopupLayer > .bodyArea > form > ul > li > ul.popupXY {width: 100%;}
	#nabyAdminPopupLayer > .bodyArea > form > ul > li > ul.popupXY > li {float: left; display: block; width: 80px; height: 80px; padding-right: 20px; text-align: center; line-height: 30px;}
	#nabyAdminPopupLayer > .bodyArea > form > ul > li > .fileDelete {display: inline-block; width: 20px; height: 20px; line-height: 20px; padding: 5px; vertical-align: middle;}
	#nabyAdminPopupLayer > .bodyArea > form > ul > li > ul.inLine {width: 100%;}
	#nabyAdminPopupLayer > .bodyArea > form > ul > li > ul.inLine > li {width: 100%; height: 30px; text-align: left; line-height: 30px; padding-bottom: 5px;}
	#nabyAdminPopupLayer > .bodyArea > form > ul > li > ul.inLine > li:last-of-type {padding-bottom: 0px;}
	#nabyAdminPopupLayer > .bottomArea {width: 100%; height: 70px; box-sizing: border-box; padding: 19px 0 20px; text-align: center; background-color: #fff; border-radius: 0 0 5px 5px; border-top: 1px #e9e9e9 dashed;}

	.nabyPopupLayer {position: absolute; display: block; z-index: 102;}
	.nabyPopupLayer > .close {position: absolute; display: block; top: 15px; right: 20px; width: 20px; height: 20px; padding: 0; margin: 0; background-image: url('../img/popupCloseGray.png');}
	.nabyPopupLayer > .headArea {float: left; width: 100%; height: 50px; box-sizing: border-box; padding: 5px 50px 5px 20px; background-color: #464a55; border-radius: 5px 5px 0 0;}
	.nabyPopupLayer > .headArea > h2 {width: auto; height: 20px; padding: 10px 30px 10px 0; font-size: 14px; font-weight: bold; color: #fff; line-height: 20px; text-align: left; white-space: nowrap; overflow: hidden;}
	.nabyPopupLayer > .bodyArea {float: left; width: 100%; padding: 0; margin: 0; background-color: #fff;}
	.nabyPopupLayer > .bottomArea {float: left; width: 100%; height: 50px; box-sizing: border-box; padding: 9px 0 10px; text-align: center; background-color: #222; border-radius: 0 0 5px 5px; border-top: 1px #444 dashed;}
	.nabyPopupLayer > .bottomArea > p {display: block; height: 22px; line-height: 22px; font-size: 12px; font-weight: bold; color: #999; text-align: center; padding: 4px 5px; vertical-align: middle;}
	/* Administrator Page End */

	/* Member ID & Email Check Start */
	#nabyCheckPop {position: relative; width: 100%; height: 500px;}
	#nabyCheckPop > h3 {height: 60px; line-height: 60px; font-size: 16px; font-weight: bold; color: #fff; padding-left: 20px; background-color: #464a55;}
	#nabyCheckPop > form {width: 100%; height: 40px; padding: 50px 0; text-align: center;}
	#nabyCheckPop > .nabyCheckResult {width: 100%; height: 140px; padding: 49px 0 50px; text-align: center; border-top: 1px #e9e9e9 solid; background-color: #f7f7f7;}
	#nabyCheckPop > .nabyCheckResult > p.tip {width: 100%; height: 40px; font-size: 16px; font-weight: bold; color: #333; text-align: center; line-height: 40px;}
	#nabyCheckPop > .nabyCheckResult > p {font-size: 14px; color: #333; text-align: center; line-height: 30px;}
	#nabyCheckPop > .nabyCopyright {width: 100%; height: 60px; line-height: 60px; text-align: center; font-size: 10px; font-weight: bold; color: #777; background-color: #f7f7f7;}
	/* Member ID & Email Check End */




















