@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

/***** 웹아이 Reset CSS *****/
html {overflow-y:scroll}
body {margin:0;padding:0;font-size: 14px; line-height: 1; font-family:'pretendard', 'Noto Sans KR', sans-serif, dotum, sans-serif;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'pretendard', 'Noto Sans KR', sans-serif, dotum, sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family:'pretendard', 'Noto Sans KR', sans-serif, dotum, sans-serif;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'pretendard', 'Noto Sans KR', sans-serif, dotum, sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}

li, ol{
	list-style: none;
}

*, :after, :before {word-break: keep-all; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

:focus { outline: none; }

a:focus, a:hover {
	text-decoration: none;
}
:root {
	--primary-color: #FF4800;
}

.sound_only{
	display: none !important;
	font-size: 0 !important;
}


#header{width: 100%; height: 84px; position: absolute; top: 0; left: 0; z-index: 9;}
#header .hd_info{height: 44px; background: #FFF; display: flex; align-items: center; justify-content: space-between;}
#header .hd_info .hd_logo_wrap{width: 200px; text-align: left; padding-left: 20px}
#header .hd_info .hd_user_wrap{display: flex; align-items: center; justify-content: start;}
#header .hd_info .hd_user_wrap > div{margin: 0 12px;}
#header .hd_info .hd_user_wrap .hd_location .btn{line-height: 24px;}
#header .hd_info .hd_user_wrap .hd_user{text-align: left;}
#header .hd_info .hd_user_wrap .hd_user h5{font-size: 12px; font-weight: 400; line-height: 14px;}
#header .hd_info .hd_user_wrap .hd_user .btnLogout{font-size: 10px; font-weight: 400; line-height: 11px; text-decoration: underline;}
#header .hd_gnb{height: 44px; background: #1F2937; display: flex; align-items: center; justify-content: start;}



#aside{width: 200px; position: absolute; top: 88px; left: 0; z-index: 9; background: #111827;}
#aside .inner{position: relative; margin: 0 auto; padding: 18px 16px 200px; height: 100vh; overflow-y: auto;}

body.header_fixed #header{
	position:fixed;
	top:-44px;
}
body.header_fixed #aside{
	position:fixed;
	top:44px;
}
body.header_fixed #container {
	padding-top:170px;
}
body.header_fixed .main_title {
	position:fixed;
	top:44px;
	left:200px;
	background:#FAFAFA;
	padding: 12px 24px;
	width:calc(100% - 200px);
	z-index:999;
	height:60px;
}
body.header_fixed .frm_submit {
	position:fixed;
	top:56px;
	right:24px;
	z-index:1000;
}

	/* 대메뉴 */
.gnb_global{width: 200px; padding: 0 16px; display: flex; align-items: center; justify-content: start;}
.gnb_inner{}
.gnb{}
.gnb ul{display: flex; align-items: center; justify-content: start;}
.gnb ul li{padding: 0 8px;}
.gnb ul li a{ font-family: "SUIT"; font-size: 12px; font-weight: 400; line-height: 28px; color: #FFF; height:28px; display:inline-block; padding:0 6px;}
.gnb ul li a.on{ background:#6B7280; border-radius:4px; font-weight:700; }


/* 소메뉴 */
.lnb{}
.lnb h3{font-size: 10px; font-weight: 700; line-height: 16px; text-align: left; color: #9CA3AF; padding: 18px 0 0;}
.lnb ul{}
.lnb ul li{padding: 2px 0;}
.lnb ul li a{display: block; padding: 0 8px; font-size: 12px; font-weight: 400; line-height: 24px; text-align: left; color: #FFF; border-radius: 4px;}
.lnb ul li a.on{background: #6B7280; font-weight:700;}


#container{width: 100%; padding: 100px 24px 100px 224px; min-height: calc(100vh + 44px); min-width: 1180px; background: #FAFAFA;}



/* font-color */
.fc-orange{color: #FF4800}


/* required */
.required {
	position:relative;
	display:inline;
}
.required:after {
	content:"";
	display:inline-block;
	width:4px;
	height:4px;
	vertical-align: top;
	position: absolute;
	top: 0;
	right: -4px;
	border-radius: 50%;
	background:#DA1414;
}

/* button */

.btn{
	display: inline-block;
	padding: 0 12px;
	font-size: 13px;
	font-weight: 500;
	line-height: 34px;
	letter-spacing: 0;
	text-align: center;
	border-radius: 6px;
}
.btn:focus{
	outline: none;
}
.btn_short{
	font-size: 12px;
	line-height: 22px;
}

.btn01{	
	border: 1px solid #E5E7EB;	
	color: #475569;
	background: #E5E7EB;
}

.btn02{
	border: 1px solid #1F2937;
	color:#FFF;
	background: #1F2937;
}
.btn02:hover, .btn04:focus {
	color:#FFF;
}

.btn03{
	border: 1px solid #000;
	color:#000;
	background: #FFF;
}

.btn04{
	border: 1px solid #FF4800;
	color:#FFF;
	background: #FF4800;
}
.btn04:hover, .btn04:focus {
	color:#FFF;
}


/* Select */
select::-ms-expand { 
	display: none;
}
select {
  
}
select{
	-o-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #aaa;
	border-radius: 4px;
	padding: 0 12px;
	height: 28px;
	max-width: 320px;
	width: 100%;
	background: #FFF url("../images/icon/arrow_drop_down.png") no-repeat center right 8px / 20px;
	
}

/* Input */
.inp{
	border: 1px solid #aaa;
	border-radius: 4px;
	height: 28px;
	max-width: 100%;
	width: 100%;
	padding: 0 12px;
	font-size: 12px;
	font-weight: 400;
	color: #000;
}
.inp::placeholder{
	color: #A3A3A3;
}
.inp_extrasm{
	max-width: 44px;
	width: 100%;
}
.inp_sm{
	max-width: 80px;
	width: 100%;
}

.inp_lightmd{
	max-width: 120px;
	width: 100%;
}

.inp_md{
	max-width: 160px;
	width: 100%;
}
.inp_lg{
	max-width: 320px;
	width: 100%;
}
.inp_extralg{
	max-width: 1000px;
	width: 100%;
}


.inp_count{
	font-size: 10px;
	font-weight: 400;
	line-height: 16px;
	text-align: left;
	color: #737373;
}

.inp_sidetext{
	display: flex;
	align-items: center;
	justify-content: start;
}
.inp_sidetext input{
	margin: 0 4px;
}
.inp_sidetext span{
	display: inline-block;
	line-height: 36px;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
}


/* Input Side Text */
.inp_side_unit{
	position: relative; 
}

.side_unit{
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);	
}


/* Textarea */

textarea{
	width: 100%;
	height: 200px;
	resize: none;
	border-radius: 2px;
	border: 1px solid #D4D4D4;
}


/*	Checkbox */

.checkbox_field {
	display:inline-block;
	margin-right: 6px;
}
.checkbox_field input[type="checkbox"] {
	display:none;
}
.checkbox_field label {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
	color: #000;
	display:inline-block;
	cursor: pointer;
	margin-left: -6px;
}
.checkbox_field input[type="checkbox"] + .checkbox_icon{
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	position: relative;
	background: url("../images/icon/checkbox.png") no-repeat center;
	background-size: 16px;
}

.checkbox_field input[type="checkbox"]:checked + .checkbox_icon {
	background-image: url("../images/icon/checkbox_checked.png")
}



/*	radio */

.radio_field {
	display:inline-block;
	margin-right: 6px;
}
.radio_field input[type="radio"] {
	display:none;
}
.radio_field label {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
	color: #000;
	display:inline-block;
	cursor: pointer;
	margin-left: -6px;
}
.radio_field input[type="radio"] + .radio_icon{
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	position: relative;
	background: url("../images/icon/radio.png") no-repeat center;
	background-size: 14px;
}

.radio_field input[type="radio"]:checked + .radio_icon {
	background-image: url("../images/icon/radio_checked.png")
}




/* switch button */



.switch_field {
	position: relative;
	display: inline-block;
	width: 39px;
	height: 24px;
}

.switch_field input {
	opacity: 0;
	width: 0;
	height: 0;
}

.onoff_switch {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 16px;
	background-color: #E5E5E5;
	-webkit-transition: .4s;
	transition: .4s;
}

.onoff_switch:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 4px;
	top: 4px;
	background-color: #fff;
	-webkit-transition: .5s;
	transition: .4s;
	border-radius:20px;
}

.switch_field input:checked + .onoff_switch {
	background-color: #FF4800;
}

.switch_field input:checked + .onoff_switch:before {
	-webkit-transform: translateX(16px);
	-ms-transform: translateX(16px);
	transform: translateX(16px);
}


/* Sort */
.sort_wrap{display: flex; align-items: center; justify-content: end; margin-bottom: -10px;}
.sort_field{margin-left: 6px;}
.sort_field .sort_select{min-width: 100px; padding: 0 24px 0 12px;}



/* 도움말 */
.exclamation_info{
	display: none;
}
.exclamation_info.is-active{
	display: block;
}
.exclamation_v1{
	position: relative;
	display: inline-block;
	z-index : 9999;
}
.exclamation_info{
	position: absolute;
	top: 0;
	right: -12px;
	min-width: 360px;
	transform: translate(100%, 0);
	border-radius: 4px;
	border: 1px solid #D4D4D4;
	background: #FFF;
	padding: 12px;
}
.exclamation_info .icon_close{
	position: absolute;
	top: 12px;
	right: 12px;
}
.exclamation_info .exc_title{
	display: block;
	color: #000;
	font-size: 10px;
	font-weight: 700;
	line-height: 130%;
	padding: 0 0 8px;
}

.exclamation_info .exc_subtitle{
	display: block;
	color: #000;
	font-size: 10px;
	font-weight: 400;
	line-height: 130%;
	padding: 0 0 2px 8px;
}

.exclamation_info .exc_list{
	display: block;
	color: #737373;
	font-size: 10px;
	font-weight: 400;
	line-height: 130%;
	padding: 0 0 0 16px;
	position: relative;
}

.exclamation_info .exc_list::before{
	content: "";
	display: inline-block;
	width: 2px;
	height: 2px;
	background: #737373;
	border-radius: 50%;
	position: absolute;
	left: 8px;
	top: 6px;
}

.exclamation_info br{
	content: "";
	display: block;
	height: 8px;
}





/*테이블 스타일 01*/

.table01 table{width: 100%; border-collapse: collapse; border-top: 1px solid #E5E5E5;}
.table01 table th{
	background: #F3F4F6;
	border-bottom: 1px solid #E5E5E5;
	padding: 8px 16px;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0;
	text-align: left;
	color: #000;
}

.table01 table td{
	font-size: 12px;
	font-weight: 400;
	line-height: 19px;
	text-align: left;
	color: #000;
	padding: 8px 16px;
	border-bottom: 1px solid #E5E5E5;
	background: #FFF;
}


.table01 table th.extra_depth{
	border-left: 1px solid #E5E5E5;
	background: #F9FAFB;
}


/*테이블 스타일 02*/

.table02 {overflow: auto}
.table02 table{width: 100%; border-collapse: collapse;}
.table02 table th{
	background: #F3F4F6;
	border-bottom: 1px solid #E5E5E5;
	padding: 8px 4px;
	font-size: 12px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0;
	text-align: left;
	color: #000;
}
.table02 table td{
	font-size: 12px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0;
	text-align: left;
	color: #000;
	padding: 8px 4px;
	border-bottom: 1px solid #E5E5E5;
	background: #FFF;
}

.table02 table td small{
	display:block;
}






.inner_cont{
	padding: 0;
	position: relative;
}

.main_title{
	padding: 0 0 34px;
	height:70px;
	line-height:36px;
}
.main_title h2{
	display: inline-block;
	font-family: "SUIT";
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	text-align: left;
	color: #000;
}
.main_title .explanation{
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	color: #A3A3A3;
	vertical-align: top;
	padding-left: 24px;
}

.inner_title{
	padding: 8px 0;
}
.inner_title h3{
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
	color: #000;
}












/* Form */
.inner_form{
	padding: 0 0 36px;
}

.inner_excel{
	text-align: right;
	padding: 18px 0 12px;
}
.inner_excel .excel_download{
	line-height: 32px;
}

.inner_statistics{
	text-align: right;
	padding: 18px 0 12px;
}
.inner_statistics ul{display: flex; align-items: center; justify-content: start;}
.inner_statistics ul li{margin-right: 8px;}
.inner_statistics ul li span{
	font-size: 12px;
	font-weight: 400;
	line-height: 19px;
	color: #737373;
	display: inline-block;
	margin-right: 4px;
}
.inner_statistics ul li strong{
	font-size: 12px;
	font-weight: 400;
	line-height: 19px;
	color: #FF4800;
	display: inline-block;
}


.inner_guidetext{margin-top: 4px;}
.inner_guidetext p{
	font-size: 10px;
	font-weight: 400;
	line-height: 16px;
	color: #A3A3A3;
}



.inner_guidetext_v2{
	margin-top: 4px;
}
.inner_guidetext_v2 p{
	font-size: 12px;
	font-weight: 400;
	line-height: 19px;
	padding-left: 18px;
	color: #A3A3A3;
	text-align: left;
	background: url('/images/icon/exclamation_lightgray14x.png') no-repeat left 0 top 3px / 14px;
}




.frm_address{}
.frm_address .frm_address_inp{
	display: flex;
	align-items: center;
	justify-content: start;
	margin-bottom: 4px;
}
.frm_address_inp label{
	display: inline-block;
	width: 84px;
	font-size: 12px;
	font-weight: 400;
	line-height: 19px;
	color: #000;
	text-align: left;
}
.frm_address_inp .find_addr_btn{
	margin-left: 4px;
}

.frm_submit{
	position: absolute;
	top: 0;
	right: 0;
}






/* File Upload */

.file_upload input[type="file"]{
	display: none;
}
.file_upload .file_upload_btn{
	display: inline-block;
	height: 24px;
	background: #E5E7EB;
	border: 1px solid #E5E7EB;
	border-radius: 6px;
	padding: 0 13px;
	font-size: 12px;
	font-weight: 500;
	line-height: 12px;
	color: #475569;
	text-align: center;
}
.file_upload .preview_file{padding: 4px 0;}
.file_upload .preview_file img{width: 120px; height: 120px; object-fit: cover;}
.file_upload .preview_file span{
	display: inline-block;
	position: relative;
}
.file_upload .preview_file span .file_delete_btn{
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('/images/icon/file_delete_btn.png') no-repeat center / 16px;
	border: 0;
}
.file_upload p{
	font-size: 10px;
	font-weight: 400;
	line-height: 15px;
	text-align: left;
	color: #A3A3A3;
}





/* 관리자 상단 탭메뉴*/

.main_nav{margin-top: -22px; margin-bottom: 22px;}
.main_nav ul{display: flex; align-items: center; justify-content: start; }
.main_nav ul li{border-top: 1px solid #E5E5E5; border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5;}
.main_nav ul li:first-child{border-left: 1px solid #E5E5E5;}
.main_nav ul li a{display: block; min-width: 200px; line-height: 46px; padding: 0 16px; font-size: 14px; font-weight: 400; color: #000; background: #F9FAFB;}
.main_nav ul li.on a{color: #FFF; background: #6B7280;}

/* 관리자 서브 탭메뉴*/
.sub_nav{margin-bottom: 36px;}
.sub_nav ul{display: flex; align-items: center; justify-content: space-between; border-bottom: 4px solid #E5E5E5;}
.sub_nav ul li{flex-grow: 1; border-top: 1px solid #E5E5E5; border-right: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5;}
.sub_nav ul li:first-child{border-left: 1px solid #E5E5E5;}
.sub_nav ul li a{display: block; line-height: 46px; padding: 0 16px; font-size: 14px; font-weight: 400; color: #000; background: #F9FAFB;}
.sub_nav ul li.on a{color: #FFF; background: #6B7280;}




/** 관리자 검색 테이블**/

.sch_form_wrap{}
.sch_form_wrap .sch_form_hd{background: #F3F4F6; padding: 7px 8px; display: flex; align-items: center; justify-content: start; cursor: pointer;}
.sch_form_wrap .icon{margin-left: 8px;margin-top: 2px;}
.sch_form_wrap .text{
	font-size: 12px;
	font-weight: 500;
	line-height: 12px;
	color: #A3A3A3;
	padding-left: 4px;
}
.sch_form_wrap.fold .sch_form{
	display: none;
}

.date_btn_wrap{font-size: 0; display: inline-block; vertical-align: middle;}
.date_btn_wrap input[type="radio"]{
	display: none;
}
.date_btn_wrap label{
	display: inline-block;
	line-height: 36px;
	padding: 0 8px;
	margin-right: 8px;
	color: #A3A3A3;
	background: transparent;
	border: 0;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
}
.date_btn_wrap input[type="radio"]:checked + label{
	background: #E5E7EB; color: #000;
}
.sch_btn_wrap{
	text-align: center;
	padding: 6px 0;
}



/* 탭메뉴 이용 컨텐츠 Div 온 오프*/
.nav_tab_box{display: none;}
.nav_tab_box.is-active{display: block;}

.sub_nav_tab_box{display: none;}
.sub_nav_tab_box.is-active{display: block;}


/* 팝업 스타일 */
.common_popup{display: none;}
.common_popup.is-active{display: block;}
.common_popup .popup_wrap{position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.8); z-index: 9999;}
.common_popup .popup_inner{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #FFF; min-width: 650px; border-radius: 20px; overflow: hidden;}
.common_popup .popup_head{background: #1F2937; padding: 12px 24px; height: 46px; position: relative;}
.common_popup .popup_head h3{font-size: 14px; font-weight: 700; line-height: 22px; letter-spacing: 0; text-align: left; color: #FFF; }
.common_popup .popup_head .popup_close_btn{position: absolute; top: 0; right: 0; display: inline-block; border: 0; width: 46px; height: 46px; background: url("../images/icon/close_w_icon14x.png") no-repeat center / 15px;}
.common_popup .popup_content{padding: 24px;}
.common_popup .popup_content .popup_info{}
.common_popup .popup_content .popup_text{max-height: 360px; overflow-y: scroll; padding: 8px 16px; border-top: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5;}
.common_popup .popup_content .popup_text p{font-size: 14px;	font-weight: 400; line-height: 22px; color: #000; word-break: keep-all;}
.common_popup .popup_content .popup_table{}
.common_popup .popup_foot{border-top: 1px solid #D4D4D4; padding: 12px 0 16px; text-align: center;}
.common_popup .popup_foot .popup_foot_close{}


/* 팝업 경고창 */

.common_alert{}
.common_alert .alert_wrap{display: inline-block; min-width: 220px; background: #FFF; border-radius: 20px; border: 1px solid #D4D4D4; box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);}
.common_alert .alert_inner{padding: 20px 12px; position: relative;}
.common_alert .alert_head{}
.common_alert .alert_head h3{
	color: #000;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	line-height: 135%;
}
.common_alert .alert_content{padding: 2px 0 0;}
.common_alert .alert_content p{
	font-size: 10px;
	font-weight: 400;
	line-height: 16px;
	text-align: center;
	color: #A3A3A3;
}
.common_alert .alert_foot{padding: 12px 0 0; text-align: center;}
.common_alert .alert_foot .alert_btn{}




/* 페이지네이션 */

.pagination01{font-size: 0;}
.pagination01 .pg{ display: inline-block; width: 24px; height: 24px; font-size: 12px; font-weight: 500; line-height: 24px; color: #D1D5DB; background: #FFF; text-align: center; vertical-align: top; margin: 0 1px;}
.pagination01 .pg.on{background: #F3F4F6; border-radius: 4px; color: #6B7280;}
.pagination01 .pg.prev{background: url('../images/icon/paging_left.png') no-repeat center / 24px;}
.pagination01 .pg.next{background: url('../images/icon/paging_right.png') no-repeat center / 24px;}




.treeArea {
	width:312px;
	margin-right:20px;
	display: inline-block;
	vertical-align: top;
}
.treeArea .treeTop{
	padding:8px 0;
	line-height:32px;
	font-size:18px;
	font-weight: 700;
}
.treeArea .treeTop #btnAdd{
	float:right;
	height:32px;
	padding:0 12px;
	background:#1F2937;
	color:#fff;
	font-size:13px;
	font-weight:500;
	border:none;
	border-radius:6px;
}

.treeArea + .inner_cont {
	width:calc(100% - 340px);
	display: inline-block;
}

.treeArea #jstree {
	width:312px;
	height:600px;
	overflow: auto;
	background: #fff;
	padding:12px 24px;
	border:1px solid #E5E5E5;
}

.treeArea #jstree .jstree-anchor>.jstree-themeicon {
	background-size:14px !important;
	margin-right:0;
}
.treeArea #jstree .jstree-icon.jstree-ocl{
	display:none;
}
.treeArea #jstree .jstree-anchor{
	font-size:12px;
}
.treeArea #jstree .jstree-hovered {
	background:transparent;
	box-shadow: none;
}
.treeArea #jstree .jstree-clicked {
	background:#F3F4F6;
	border:none;
	box-shadow: none;
}
.treeArea .iconControl {
	display:inline-block;
	vertical-align: middle;
	margin-top:-2px;
	margin-left:8px;
}
.treeArea .iconControl span {
	display:inline-block;
	width:18px;
	height:18px;
	background:#6B7280;
	border-radius:50%;
	color:#fff;
	line-height: 18px;
	text-align: center;
}


#webiLoading {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: none;
}
#webiLoading .inner{
	width:150px;
	position:fixed;
	top:50%;
	left:50%;
	background:rgba(0,0,0,.3);
	border-radius:10px;
	padding:12px;
	z-index:9999999999;
	color:#fff;
	text-align:center;
	transform: translate(-50%, -50%);
}
#webiLoading img{
	width:50px;
	display:block;
	margin:0 auto;
	margin-bottom:12px;
}