/* UNIVERSAL */
body>main { z-index: 0;}
section>main { padding: 20px 0px;}
footer {button, a { border-radius: 10px; }}
.finish1 { background: url('../../media/brand/icon01.png') no-repeat; background-size: contain;}
.finish2 { background: url('../../media/brand/icon02.png') no-repeat; background-size: contain;}

/* SPECIFIC */
#section1 {  min-height: 400px; position: relative;
	>figure { position: absolute; left: -70%; top:-120%;   overflow: hidden;}
	
}
#section21 { z-index: 2; align-items: center; position: relative;
	>.finish2 { width:120px; height: 120px; position: absolute; top: -60px; opacity: 0.6; transform: rotate(20deg);}
	>.finish1 { width:120px; height: 120px; position: absolute; bottom: -80px; opacity: 0.9; transform: rotate(200deg); right: 0px;}
	footer>a {visibility: hidden;}
}
