@charset "UTF-8";
/*unit_02.css*/

html, body {width: 100%; height: 100%;}

#wrap {width: 100%; height: 100%;}
#conBox	{width: 800px; height: 300%; background-color: rgba(100,200,250,0.3);}
.vw_test{width: 20vmin; height: 20vw; background-color: #caf;}
.vh_test{width: 30vh; height: 30vh; background-color: #f3f;}

/*#conBox	{width: 100%; height: 300%; background-color: rgba(100,200,250,0.3);}
.vw_test{width: 20%; height: 200px; background-color: #caf;}
% 기준 부모
vw 브라우저 기준 
*/