@charset "utf-8";

:root{
    /* --main-color: var(--main-color); */
    --main-color: #f39b4e;
}

/* 로그인 */
.login_wrap {
	position:fixed;
	width:100vw;
	height:100vh;
	background:#f1f1f1;
}
.login_contents {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width:40%;	
	background:#ffffff;
	border:1px solid #d2d2d2;	
}
/* 프리페이 추가사항 */
.main_app_logo{
    width:100px; 
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.main_logo {
	padding:4% 0px;
	border-bottom:1px solid #d2d2d2;
}
.main_logo img {
	width:100%;
	max-width:170px;
}
.login_object {
	padding:10% 20% 10% 20%;
}
/*.login-input {
	padding:2% 0% 15px 0%;
	width:90%;
	border:0px;
	border-bottom:1px solid #222222;
	font-size:19px;
	color:#000;
	font-weight:600;
}*/
.login-input::placeholder {
	font-size:19px;
	color:#cccccc;
	font-weight:600;	
	letter-spacing:-1px;
}
.login_inputForm {
	margin-top:25px;
}
.login-join {
	width:90%;
	height:60px;
	border:0px;
	background-color:#fff;
	border:2px solid #dddddd;	
	border-radius:60px;	
	cursor:pointer;
	font-size:20px;
	color:#333333;
	font-weight:600;
	letter-spacing:-2px;
	margin:35px 0px 30px 0px;
	transition:background-color 0.3s;
}
.login-join:hover {
	background-color:#00467f;
	color:#fff;
}
.login_checkForm {
	text-align:left;
}
.login_checkForm {
	font-size:14px;
	color:#222222;		
}
.login_checkForm span {
	position:relative;
	top:-8px;	
	margin-left:5px;
}
.login_checkForm01 {
	margin-bottom:4px;
}
input[id="checkBox01"] + label, input[id="checkBox02"] + label { 
	position:relative;
	display: inline-block; 
	width:21px; 
	height:21px; 
	border: 1px solid #bcbcbc; 
	cursor: pointer; 
}
input[id="checkBox03"] + label{
        margin-top : 3.3%;
        position:relative;
	display: inline-block; 
	width:21px; 
	height:21px; 
	border: 1px solid #bcbcbc; 
	cursor: pointer; 
}
input[id="checkBox01"]:checked + label:after, input[id="checkBox02"]:checked + label:after, input[id="checkBox03"]:checked + label:after{ 
	content: '\2714'; 
	font-size:18px; 
	color:#333;
	position:absolute;
	top:-2px;
	left:4px;
}
input[id="checkBox01"], input[id="checkBox02"] ,input[id="checkBox03"]{ 
	display: none; 
}

/* 관리자 */
.admin_topArea {
	position:relative;
	height:48px;
	background:#242424;
	display:flex;
}
.admin_topArea_left {
	position:relative;
	width:350px;
	text-align:left;
}
.amin_logo {
	position:relative;
	top:15px;
	left:30px;
}
.admin_topArea_hideMenu {
	position:absolute;
	right:0px;
	top:0px;
	top:50%;
	transform:translateY(-50%);
}
.admin_topArea_hideMenu button {
	border:0px;
	width:101px;
	height:30px;
	text-align:center;
	line-height:28px;
	color:#fff;
	background:#505050;		
	border:1px solid #a8a8a8;
	border-radius:5px;
	cursor:pointer;
	font-weight:700;
	font-family: 'NanumSquare', sans-serif;
}
.admin_topArea_right {
	width:100%;
	text-align:right;	
	opacity:0;	
}
.admin_topArea_right > p {
	margin-right:20px;
}
.admin_topImg {
	position:relative;
	display:inline-block;
	width:33px;
	height:33px;
	background:var(--main-color) ;
	margin-top:7px;
	overflow:hidden;
	border-radius:33px;
}
.admin_topImg img {
	width:100%;
}
.admin_topName {
	position:relative;
	top:-12px;
	display:inline-block;	
	color:#fff;	
	/*height:100%;*/
	margin-left:15px;
	font-size:15px;
	font-weight:600;
}
.mobile_menu {
	display:inline-block;
	width:33px;
	height:33px;
	background:url('../img/main/btn_nav03.png') center center no-repeat;
	background-size:contain;
	margin-left:10px;
	cursor:pointer;
	display:none;
}
.admin_contents {
	position:relative;
	display:flex;			
	/*overflow:hidden;*/
}
.admin_contents_left {
	position:absolute;
	width:300px;
	background:#f6f6f6;
	padding:35px 0px 0px 0px;
	border-right:1px solid #ececec;
	z-index:100;
	height:100%;
}
.admin_leftMenu {
	position:relative;
	display:none;
	z-index:100;
}
.admin_leftMenu img {
	position:relative;
	width:70%;
	cursor:pointer;
	top:13px;
	left:25px;
}
.admin_contents_userImg {
	position:relative;
	width:129px;
	height:129px;
	background:var(--main-color)   ;
	border-radius:129px;
	margin:0 auto;
}
.admin_contents_userImg img {
	position:absolute;
	top:50%;
	left:50%;	
	transform:translate(-50%, -50%);
}
.admin_contents_userName {
	font-size:23px;
	font-weight:600;
	letter-spacing:-1px;	
	margin:19px 0px 0px 0px;
	color:#222;
}
.admin_contents_logoutBtn {
	margin-top:10px;
}
.admin_contents_logoutBtn button {
	width:140px;
	height:40px;
	text-align:center;
	line-height:38px;
	font-size:16px;
	color:#222;
	border:1px solid var(--main-color) ;
	background:#fff;
	cursor:pointer;
	border-radius:5px;
	letter-spacing:-1px;
	font-weight:600;
}
.admin_contents_logoutBtn02 button {
	position:relative;
	top:-11px;
	width:80px;
	height:25px;
	text-align:center;
	line-height:23px;
	font-size:14px;
	color:#222;
	border:1px solid var(--main-color) ;
	background:#fff;
	cursor:pointer;
	border-radius:5px;
	letter-spacing:-1px;
	font-weight:600;
	margin-left:10px;
}
.admin_contents_menu_ul {
	margin-top:35px;
}
.admin_contents_menu {
	text-align:left;
	padding:25px 0px;
	color:#fff;
	cursor:pointer;
	font-size:18px;
	font-weight:600;
	padding-left:40px;
	letter-spacing:-1px;
	background:var(--main-color) url('../img/main/home_logo07.png') 90% center no-repeat;
	border-bottom:1px solid white;
}
.admin_left_menu_2dep {
	display:none;
}
.menu_active {
	display:block;
}
.admin_left_menu_2dep li {
	
}
.admin_left_menu_2dep li a {
	display:inline-block;
	padding:20px 11%;	
	text-align:left;
	font-size:17px;
	color:#474747;
	border-bottom:1px solid #ececec;
	color:#474747;
	width:78%;
	letter-spacing:-1px;
	font-weight:600;	
	background:#f6f6f6;
}
.admin_left_menu_2dep li a:hover {
	color:#ec863a;
}
.admin_contents_menu_style02 {
	width:86px;
	margin:0px;
}
.admin_contents_menu_style02 .admin_contents_menu {
	font-size:0px;
	text-indent:-9999999px;
}
.admin_contents_menu_style02 li:nth-child(1) p.admin_contents_menu {
	background:var(--main-color)  url('../img/main/home_logo09.png') center center no-repeat;
	height:71px;
	padding:0px;
}
.admin_contents_menu_style02 li:nth-child(2) p.admin_contents_menu {
	background:var(--main-color)  url('../img/main/home_logo10.png') center center no-repeat;
	height:71px;
	padding:0px;
}
.admin_contents_menu_style02 li:nth-child(3) p.admin_contents_menu {
	background:var(--main-color)  url('../img/main/home_logo11.png') center center no-repeat;
	height:71px;
	padding:0px;
}
.admin_contents_menu_style02 li:nth-child(4) p.admin_contents_menu {
	background:var(--main-color)  url('../img/main/home_logo12.png') center center no-repeat;
	height:71px;
	padding:0px;
}
.admin_contents_menu_style02 > li {
	position:relative;	
}
.admin_contents_menu_style02 .admin_left_menu_2dep {
	display:block;
	position:absolute;
	top:0px;
	left:86px;	
	width:220px;
	box-shadow:10px 10px 10px #ddd;
	display:none;
}
.admin_contents_menu_style02 .admin_left_menu_2dep li a {
	display:inline-block;
	padding:20px 11%;	
	text-align:left;
	font-size:17px;
	color:#474747;
	border-bottom:1px solid #ececec;
	color:#474747;
	width:78%;
	letter-spacing:-1px;
	font-weight:600;	
	background:#f6f6f6;
}
.admin_contents_menu_style02 .admin_left_menu_2dep li a:hover {
	color:#ec863a;
}
.admin_contents_right {
	position:relative;
	width:100%;
	text-align:left;
	margin-bottom:300px;
	margin-left:300px;
	overflow:hidden;
}
.admin_contents_loca {
	height:60px;
	border-bottom:1px solid #ececec;
}
.admin_contents_loca_con {	
	position:relative;
	display:flex;
}
.admin_contents_loca p {
	height:auto;
	font-size:16px;
	letter-spacing:-1px;
	color:#222;
	font-weight:700;	
}
.admin_loca_home {
	display:inline-block;
	font-size:0px;
	text-indent:-999999999px;
	width:60px;
	height:60px;
	background:url('../img/main/home_logo.png') center center no-repeat;
	vertical-align:top;
	border-right:1px solid #ececec;
}	
.admin_locaTxt {
	position:relative;
	top:20px;
	margin:0px 28px;
	vertical-align:top;	
}
.admin_locaArrws {
	display:inline-block;
	width:7px;
	height:100%;
	background:url('../img/main/home_logo02.png') center center no-repeat;
}
.admin_loca_icon {
	position:absolute;
	right:17px;
}
.admin_icon01 {
	display:inline-block;
	width:46px;
	height:35px;
	border:1px solid #cccccc;
	text-align:center;
	cursor:pointer;
	border-radius:5px;
	vertical-align:top;
	margin-top:11px;
}
.admin_icon01 img {
	position:relative;
	top:4px;
}
.admin_icon02 {
	display:inline-block;
	width:46px;
	height:35px;
	border:1px solid #cccccc;
	text-align:center;
	cursor:pointer;
	border-radius:5px;
	vertical-align:top;
	margin:11px 0px 0px 10px;
}
.admin_icon02 img {
	position:relative;
	top:4px;
}
.admin_contents_seach {
	position:relative;
	margin:50px 0px 0px 50px;	
	padding-bottom:25px;
}
.admin_contents_seach:after {
	content:'';	
	height:1px;
	position:absolute;	
	bottom:0px;
	background:#7f7f7f;
	left:0px;
	width:95%;
	margin-left:2%;
}
.admin_contents_seach_ul {
	display:flex;
	flex-wrap:wrap;	
}
.admin_contents_seach_ul li {
	width:33.33333333%;
	display:flex;
	margin-bottom:10px;
}
.admin_contents_seach_ul li p:nth-child(1) {
	position:relative;
	top:16px;
	font-size:15px;
	color:#222222;
	font-weight:700;
	letter-spacing:0px;
	width:20%;
	text-align:right;
	padding-right:20px;
}
.admin_contents_seach_ul li p:nth-child(2) {	
	width:80%
}
.admin-search-input {
	width:80%;
	border:1px solid #ebebeb;
	padding:0px 4%;	
	line-height:45px;
	border-radius:5px;
}
.admin-search-input::placeholder {
	font-size:15px;
	color:#cccccc;	
	font-weight:700;
}
.admin-search-select {
	width:88%;
	border:1px solid #ebebeb;
	padding: 0px 4%;	
	border-radius:5px;
	height:45px;
	font-size:15px;
	/*color:#222222;*/
	font-weight:700;
	/*color:#cccccc;*/	
        color:black;	
	background:url('../img/main/home_logo08.png') 94% center no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance : none;
}
.admin-search-select option{
	color:#222222;
	font-weight:700;
}

.admin-user-select {
	position:relative;
	top:-4px;
	width:50%;
	height:40px;	
}
.admin_search_bottomBtn {
	text-align:right;
	padding-right:50px;	
	margin-top:15px;
}
.admin_resetBtn {
	width:139px;
	height:40px;
	background:var(--main-color) ;
	border:0px;
	color:#fff;
	border-radius:5px;
	font-size:16px;
	font-weight:700;
	cursor:pointer;
}
.admin_searchBtn {
	width:139px;
	height:40px;
	background:#dddddd;
	border:0px;
	color:#222222;
	border-radius:5px;
	font-size:16px;
	font-weight:700; 
	border:1px solid #cccccc;
	margin-left:7px;
	cursor:pointer;
}
.admin_searchBtn02 {
	position:relative;
	top:-1px;
	width:139px;
	height:39px;
	width:30%;
	
}
.admin_search_result {
	padding-left:50px;
	margin-top:50px;
}
.admin_search_result_topArea {
	display:flex;
}
.admin_search_result_topArea > p {
	flex:1;
}
.admin_search_sumTxt {
	font-size:17px;
	color:#222222;
	font-weight:700;
}
.admin_search_result_topArea_right {
	text-align:right;
	padding-right:50px;
}
.admin_search_result_topArea_right span {
	display:inline-block;
	margin-right:5px;	
	vertical-align:top;
}
.admin_search_result_topArea_right span button {
	border:0px;
	background:#fff;
	width:36px;
	height:29px;
	border:1px solid #cccccc;
	cursor:pointer;
	border-radius:5px;
	text-align:center;
}
.admin_search_result_topArea_right span button img {
	position:relative;
	width:95%;
	top:2px;
}
.admin_search_result_topArea_right span:nth-child(2) button img {
	position:relative;
	width:80%;
	top:2px;
}
.admin_search_result_topArea_right span:nth-child(3) button img {
	position:relative;
	width:80%;
	top:2px;
}
.orange_colorTxt {
	color:#ec863a;
}
.table_scroll_wrap {
	position:relative;	
	width:97%;
	overflow:hidden;		
	margin-right:3%;
}
.table_scroll_wrap_con {	
	position:relative;
	width:100%;
        
        /* custom */
        overflow-x : auto;
}
.admin_partner_table {
	position:relative;
	width:100%;
	min-width:1240px;		
	margin-top:15px;
}
.admin_partner_table tr {
	position:relative;		
}
.admin_partner_table tr.admin_table_option {
	position:relative;					
}
.admin_partner_table tr th {	
	position:relative;
	z-index:10;
	height:75px;	
	text-align:center;	
	color:#222222;	
	font-size:15px;
	font-weight:700;
	background:#f5f5f5;
        
        /* custom */
        white-space: nowrap;
        padding: 0px 10px;
}
.admin_partner_table tr th:first-child {	
	border-radius:10px 0px 0px 10px;
	width:90px;
}
.admin_partner_table tr th:nth-child(3) {	
	width:150px;
}
 .admin_partner_table tr th:last-child   {	
	border-radius:0px 10px 10px 0px;
}
.admin_partner_table tr td {
	border-bottom:1px solid #e7e7e7;	
	text-align:center;  	
	font-size:14px;
	font-weight:700;
        
        /* custom */
        padding:20px 10px;
        white-space: nowrap;
}
.admin_partner_table tr:nth-child(2n + 1) td {
	background:#f2f6f9;
}
.table_scroll_wrap_con02 {
	width:100%;
	overflow-x:scroll;
}
.admin_manage_table {
	width:2000px;
	min-width:2000px;	
}
.admin_deposit_table {
	width:2500px;
	min-width:2500px;	
}
.admin_deposit_table tr th {
	border-bottom:1px solid #e7e7e7;
	border-left:1px solid #e7e7e7;
	border-top:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
}
.admin_table_bottom {
	display:flex;
	margin-right:50px;
}
.admin_table_bottom > div {
	flex:1;
	margin-top:13px;
}
.admin-search-select02 {
	width:240px;
	border:1px solid #ebebeb;
	padding:0px 4%;	
	border-radius:5px;
	font-size:15px;
	color:#222222;
	height:45px;
	font-weight:700;
	color:#cccccc;	
	background:url('../img/main/home_logo08.png') 94% center no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance : none;
}
.admin_table_pazing {
	position:relative;
	display:flex;	
	top:10px;
	justify-content:center;
}
.admin_table_pazing > p {
	cursor:pointer;
	display:inline-block;	
}
.admin_table_pazingTxt {
	position:relative;
	top:8px;
	font-size:15px;
	color:#222;
	margin:0px 15px;
	font-weight:700;
}
.admin_table_movePage {	
	text-align:right;
}
.admin-pazing-input {
	width:50px;
	height:50px;
	text-align:center;
	border:1px solid #ebebeb;
	font-size:15px;
	color:#cccccc;
	font-weight:600;
	border-radius:5px;
}
.admin-pazing-input::placeholder {
	font-size:15px;
	color:#cccccc;
	font-weight:600;
}
.admin_table_moveBtn {
	width:160px;
	height:50px;
	border:0px;
	vertical-align:middle;
	border-radius:5px;
	background:var(--main-color) ;
	color:#fff;
	margin-left:7px;	
	font-size:16px;
	letter-spacing:-1px;
	font-weight:500;		
	cursor:pointer;
}
.admin_partner_add {
	
}
.admin_partner_add span {
	position:relative;
	left:2%;
	margin-bottom:25px;
	letter-spacing:-1px;
	display:inline-block;
	width:95%;	
	font-size:23px;
	font-weight:800;
	border-bottom:2px solid #000;
	color:#000;
	padding-bottom:5px;
	padding-left:10px;
}
.admin_partner_basicAdd {
	position:relative;
	left:2%;
	width:94%;	
	font-size:20px;
	font-weight:700;
	letter-spacing:-1px;
	padding-left:10px;
	border-bottom:1px solid #ccc;
	padding:15px;
	margin-bottom:35px;
	margin-top:20px;
	background:#f6f6f6;
	border-radius:7px;
}
.necessary_span {
	font-weight:700;
	color:#ec863a;
}
.necessary_txt {
	position:absolute;
	right:10px;
	top:20px;
	font-size:15px;
}
.admin_partnerAdd_ul li p:nth-child(1) {  
    top:18px;  
}

.admin_partnerAdd_ul li {
    width:50%;    
}
.admin-necessary-select {
	width:30%;
	border-radius:5px 0px 0px 5px;	
	/*background:var(--main-color)  url(../img/main/home_logo07.png) 94% center no-repeat;*/
}
.necessary-input {
	width:50%;
    border: 1px solid #ebebeb;
	border-left:0px;
    padding:0px 4%;
	height:47px;
    border-radius:0px;
    font-size: 15px;
    color: #222222;
    font-weight: 700;
    color: #cccccc;    
}
.address_btn {
	display:inline-block;
	width:30%;
	padding:0px 4%;
	height:49px;
	color:#fff;
	border:0px;
	border-radius:5px 0px 0px 5px;	
	background:var(--main-color) ;
	cursor:pointer;
	font-weight:600;
	vertical-align:top;
}
.adress_span {
	display:block;
	margin-bottom:5px;
}
.admin-deposit-input {
	width:32%;
	border:1px solid #ebebeb;
	padding:0px 4%;		
	border-radius:5px 0px 0px 5px;
}
.admin-deposit-input02 {
	width:32%;
	border:1px solid #ebebeb;
	padding:0px 4%;		
	border-radius:0px 5px 5px 0px;
}
.input_arrow_span {
	display:inline-block;
	height:100%;
	width:7%;
	background:#eeeeee;
	vertical-align:top;
	text-align:center;
	font-size:20px;
	line-height:43px;
	border:1px solid #eeeeee;
	box-sizing:border-box;
}
.admin_user_ul li p:nth-child(2) {
	position:relative;
	top:0px;
	font-size:16px;
	font-weight:700;
	border-bottom:1px solid #ccc;
	padding:0px;
	margin:0px;
	line-height:53px;
	height:45px;
	padding-left:20px;	
	width:60%;
}
.admin_accout {
	margin-top:70px;
}





/* 푸터 */
.footer {
	position:relative;
	padding:30px 0px;
	background:#3d3d3d;
	color:#ffffff;
	font-size:13px;
	z-index:1000;
}
.footer > p {
	opacity:0.7;
}


.page_nums_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    gap: 5px;
    margin: 0 5px;
 }

.page_num_wrap{
    border: 1px solid #ccc;
    height: 34px;
    width: 20px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}


 






