/**
*
http://crossdesign.co.kr, Website project
project name : view ps
author : SAY
*
**/
/*=============================================
 reset
=============================================*/




/*------------------------------------------------------------------------
 959px
------------------------------------------------------------------------*/


@media screen and (max-width:959px) {
	
/*기본*/
	.dp_none_tablet {
		display: none;
	}
	.dp_block_tablet {
		display: block;
	}

	.btween_space {
		height:80px !important;
	}
	.bottom_space {
		height:80px !important;
	}
    .btween_space_60 {
        height:40px !important;
        display:block;
    }
    .btween_space_40 {
        height:30px !important;
        display:block;
    }

    .btween_space_30 {
        height:20px !important;
        display:block;
    }

    .btween_space_20 {
        height:10px !important;
        display:block;
    }

	
/*퀵바*/	
	.quick_bar {
		display:none;
	}
	.mo_quick_bar {
    display: table !important;
}
	
	
}


/*------------------------------------------------------------------------
 767px
------------------------------------------------------------------------*/


@media screen and (max-width:767px) {
/*기본*/
	.dp_none_m {
		display: none;
	}
	.dp_block_m {
		display: block;
	}
	.m_50 {
		width:50% !important;
		float:left !important;
	}
	.btween_space {
		height:50px !important;
	}
	.btween_space_content {
		height:50px !important;
	}
	.bottom_space {
		height:50px !important;
	}
    .btween_space_60 {
        height:30px !important;
        display:block;
    }
    .btween_space_40 {
        height:20px !important;
        display:block;
    }

    .btween_space_30 {
        height:15px !important;
        display:block;
    }

    .btween_space_20 {
        height:10px !important;
        display:block;
    }


    
 
    
    
}


/*------------------------------------------------------------------------
 640px
------------------------------------------------------------------------*/


@media screen and (max-width:640px) {
    
 
}

/*------------------------------------------------------------------------
 480px
------------------------------------------------------------------------*/


@media screen and (max-width:480px) {
    
  
    
}


