body {
  background:#ccc;
  padding:0;
  margin:0;
}

#link{
  width:728px;
  height:90px;
  position:absolute;
  top:0px;
  left:0px;
}

#banner {
  overflow:hidden;
  position:relative;
  width:728px;
  height:90px;
  display:box;
  border:1px solid #252523;
  background-color: #ffffff;
  margin: auto;
  box-sizing: border-box;
}

img, svg {
  position: absolute;
  opacity:0;
}

#line-1{
  left: -20px;
  top: 43px;
  display: block;
  width: 265px;
  height: 2px;
  background-color: #a8a8a8;
  position: absolute;
  opacity: 0;
  
}

#line-2{
  left: 484px;
  top: 43px;
  display: block;
  width: 265px;
  height: 2px;
  background-color: #a8a8a8;
  position: absolute;
  opacity: 0;
}

#logo{
  left: 290px;
  top: 11px;
  width: 146px;
}

#collection{
  left: 485px;
  top: 50px;
  width: 130px;
}

#introducing{
  left: 174px;
  top: 26px;
  width: 70px;
}

#explore-1{
  left: 274px;
  top: 70px;
  width: 181px;
}

#btn-square, #btn-square-1{
  left: 244px;
  top: 27px;
  width: 203px;
  height: 35px;
  display: block;
  border: solid 1px #a8a8a8;
  position: absolute;
  opacity: 0;
}



#white-1{
  display: block;
  height: 25px;
  width: 728px;
  top: 65px;
  background-color: rgba(255,255,255,0.8);
  position: absolute;
  opacity: 0;

}

#logo-1{
  left:29px;
  top: 15px;
  width: 132px;
}

#explore-2{
  left: 257px;
  top: 40px;
  width: 181px;
}