html{
  position: relative;
}

body{
  color: #fb9820;
  background-color: #000;
  margin: 0;
  padding: 0 0 20% 0;
}

a{
  color: #fb9820;
}

a:hover{
  color: #fdbe24;
  transition: color 0.5s;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fb9820;
  transition: all 0.4s;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.completed {
  opacity: 0;
  visibility: hidden;
}

.contents{
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.contents img{
  width: 80%;
  margin-bottom: 200px;
}

#youtube {
	width: 90%;
	margin: 0 auto;
	aspect-ratio: 16 / 9;
	margin-bottom: 10%;
}

#youtube iframe {
  width: 100%;
  height: 100%;
}

#top{
  position: relative;
  width: 100%;
  height: 85vh;
  top: 0;
  left: 0;
  text-align: center;
  box-sizing : border-box;
  overflow: hidden;
  margin-bottom: 2%;
}

#top video{
  width: 100%;
}

#spmovie{
  display: none;
}

#AZlogo{
  position: absolute;
  top: 3%;
  left: 0;
  right: 0;
  z-index: 3;
}

#AZlogo img{
  width: 25%;
}

#lang{
	width: 97%;
	text-align: right;
	margin-bottom: 10%;
}

#badge{
  margin: 0 auto;
  margin-top: -170px;
  width: 700px;
  height: 170px;
  position: relative;
}

#app{
  width: 45%;
  position: absolute;
  left: 0;
}

#app img{
  width: 100%;
}

#gp{
  width: 50%;
  position: absolute;
  right: 0;
}

#gp img{
  width: 100%;
}

footer{
  width: 100%;
  height: 150px;
  background-color: #fb9820;
  box-sizing : border-box;
  position: absolute;
  margin: 0;
  bottom: 0;
  padding: 2%;
  text-align: center;
  overflow: hidden;
}

footer p{
  color: #000;
  width: 1000px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
}

#footcon{
  width: 1000px;
  margin: 0 auto;
}

#cclogo{
  width: 200px;
}

#twicon{
  width: 85px;
}


@media (max-width : 1024px) {	
  #top{
    margin-bottom: 3%;
  }

  .contents{
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  #badge{
    margin: 0 auto;
    margin-top: -22%;
    width: 90%;
    height: 20vh;
    position: relative;
  }
}

@media (max-width : 600px) {
	
  #loadimg{
	width: 80%;
  }
	
  #top{
    margin-bottom: 3%;
  }

  .contents{
    width: 92%;
    margin: 0 auto;
    text-align: center;
  }

  .contents img{
    width: 100%;
    margin-bottom: 25%;
  }

  #top{
    height: 72vh;
  }

  #pcmovie{
    display: none;
  }

  #spmovie{
    display: block;
  }

  #AZlogo img{
    width: 50%;
  }

  #badge{
    margin: 0 auto;
    margin-top: -22%;
    width: 90%;
    height: 20vh;
    position: relative;
  }

  #app{
    width: 45.5%;
    position: absolute;
    left: 0;
  }

  #app img{
    width: 100%;
  }

  #gp{
    width: 51%;
    position: absolute;
    right: 0;
  }

  #gp img{
    width: 100%;
  }

  footer{
    width: 100%;
    height: auto;
    background-color: #fb9820;
    box-sizing : border-box;
    position: absolute;
    margin: 0;
    bottom: 0;
    padding: 2%;
    text-align: center;
    overflow: hidden;
  }

  footer p{
    color: #000;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
  }

  #footcon{
    width: 100%;
    margin: 0 auto;
  }

  #cclogo{
    width: 25%;
  }

  #twicon{
    width: 12%;
  }
}
