body{
	margin: 0;
	padding: 0;
	overflow: hidden;
	width:100%;
	height:100%;
}


#progressing{
	height: 100px;
	width:100px;
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: url('../../images/tablet/tablet_progressing.png');
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 350px;
	-webkit-animation:spin 3s linear infinite;
	-moz-animation:spin 3s linear infinite;
	animation:spin 3s linear infinite;
}

/*회전 애니메이션 css*/
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }




/* 닫지별 스타일 */
/***************************************************************
							CVNET
***************************************************************/
.site_SE #logo{
	width: 100%;
	height: auto;
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image:url('../../images/tablet/cvnet_tablet_index_logo_white_x2.png?ver=2016061301');
	background-size: 160px 20px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -120px;
}

.site_SE #bodybg{
	width:100%;
	height:100%;
	background-color: #00a9e0;
	position: absolute;
}


/***************************************************************
							Hanulche
***************************************************************/


.site_KOLON #bodybg{
	width:100%;
	height:100%;
	background-color: #404c55;
	background-image:url('../../images/tablet/hanulche/tablet_hanulche_bg_pattern.png?ver=2016061301');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
}




.site_KOLON #logo{
	width: 100%;
	height: auto;
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image:url('../../images/mobile/hanulche/mobile_hanulche_index_logo.png?ver=2016061301');
	background-size: 150px 160px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -120px;
}

.site_KOLON #progressing{
	margin-top: 420px!important;
}