@charset "utf-8";html,body{height:100%;overflow-y:hidden;background:black}body{position:relative;font-family:"Dotum","Arial",sans-serif;font-size:12px;color:#333}#cover{width:100%;height:100%;background:black;opacity:.75;position:fixed;left:0;right:0;top:0;bottom:0;z-index:999999}.scrollBox{height:100%;position:relative}.scrollBox .wrap{position:relative;overflow:hidden}.scrollBox .wrap>div{position:relative}#scene01{height:1838px;background:url("../img/main/main.png") no-repeat left top}#scene01>div{position:absolute}#scene01 .box1{width:1436px;height:438px;background:url("../img/main/move/spine.png") no-repeat left top;left:239px;top:1400px}#scene01 .box2{width:249px;height:108px;background:url("../img/main/bar.png") no-repeat left top;left:329px;top:470px;animation:bar ease alternate infinite 1s}@keyframes bar{0%{top:470px}100%{top:530px}}#scene01 .box3{width:412px;height:1293px;background:url("../img/main/jw.png") no-repeat left top;left:755px;top:330px}#scene01 .box4{width:145px;height:177px;background:url("../img/main/move/gear_l.png") no-repeat left top;left:571px;top:669px}#scene01 .box5{width:350px;height:334px;background:url("../img/main/move/pump_r.png") no-repeat left top;left:1570px;top:510px}#scene01 .box6{width:560px;height:600px;background:url("../img/main/move/sieve.png") no-repeat left top;left:1281px;top:945px}#scene01 .box7{width:592px;height:296px;background:url("../img/main/move/forceps.png") no-repeat left top;left:113px;top:1239px}#scene01 .left{width:99px;height:980px;background:url("../img/main/move/gnb_l.png") no-repeat center top;position:fixed;left:-62px;top:0;transition:all .5s}#scene01 .left:hover{left:0}#scene01 .left:hover .arrow_hl{display:none}#scene01 .right{width:99px;height:980px;background:url("../img/main/move/gnb_r.png") no-repeat center top;position:fixed;right:-62px;top:0;transition:all .5s}#scene01 .right:hover{right:0}#scene01 .right:hover .arrow_hr{display:none}#scene01 .left .arrow{position:absolute;left:39px;top:476px}#scene01 .left .arrow_hl{position:absolute;left:100px;top:476px;animation:arrow2 ease alternate infinite .8s}@keyframes arrow2{0%{left:100px}100%{left:110px}}#scene01 .right .arrow{position:absolute;left:39px;top:476px}#scene01 .right .arrow_hr{position:absolute;left:-24px;top:476px;animation:arrow3 ease alternate infinite .8s}@keyframes arrow3{0%{left:-24px}100%{left:-34px}}#scene01 .left .btn{position:absolute;left:12px;top:453px}#scene01 .right .btn{position:absolute;left:14px;top:453px}#scene01 .left .btn.on{animation:ani linear normal infinite 2s}#scene01 .right .btn.on{animation:ani2 linear normal infinite 2s}@keyframes ani{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}0%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes ani2{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}0%{-webkit-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-ms-transform:rotate(-360deg);-o-transform:rotate(-360deg);transform:rotate(-360deg)}}#scene01 .left a,#scene01 .right a{display:block;height:100%}