@charset "utf-8";
.stky {	padding:0; transition:all ease-in 0.5s;}
.sticky { position: fixed; width: 100%; left: 0; top: 0; z-index: 99999; border-top: 0; padding:3px 0px; transition: all 0.5s; font-size:14px; background:rgba(255,255,255,1); transition:all ease-in 0.2s; box-shadow:0px 5px 5px rgba(0, 0, 0,.06);}
.sticky .logo a img{ height:70px; margin-top:0px; transition: all 0.6s;}
#back, #back2 { display: flex; justify-content: center; align-items: center; z-index: -1;}
#back h1, #back2 h1 { color: #fff; font-size: 70px; z-index: 1; position: relative; }
.test { width: 100%; height:100vh; background-color: #fff; z-index:1; border:2px solid #d5d5d5; padding:20px; box-sizing:border-box; }
#back, .test, #back2 { position:relative;}
.test h2 { font-size:50px; color:#333; text-align:center; padding-top:20px;}
.test p { font-size:16px; color:#333;	text-align:center; width:60%; margin:auto; font-weight:400;} 