@import url(http://fonts.googleapis.com/css?family=Roboto:100,400,900);
#container {
  display: none;
}

h2 {
  position: relative;
  padding: 130px 0 50px 5%;
  background-color: #000;
  color: #FEFE00;
  font-size: 4.8rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  z-index: 5;
}
h2 span {
  font-size: 2.4rem;
  font-weight: normal;
  padding-left: 30px;
}

#contents-inner {
  position: relative;
  background-color: #000000;
  overflow: hidden;
}
#contents-inner .spotLight-bar {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 20px;
  border-top: solid 20px #333;
  box-sizing: border-box;
}
#contents-inner .spotLight-main {
  width: 90%;
  margin: 0 auto;
  padding-top: 40px;
}
#contents-inner .spotLight-main .switch {
  width: 100%;
  height: 60px;
  margin-bottom: 40px;
}
#contents-inner .spotLight-main .switch .switchList {
  width: 500px;
  height: 80px;
}
#contents-inner .spotLight-main .switch .switchList .switch-btn {
  position: relative;
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 60px;
  cursor: pointer;
}
#contents-inner .spotLight-main .switch .switchList .switch-btn:last-child {
  margin-right: 0;
}
#contents-inner .spotLight-main .switch .switchList .switch-btn img {
  display: none;
  width: 80px;
}
#contents-inner .spotLight-main .light {
  width: 100%;
  height: 200px;
}
#contents-inner .spotLight-main .light .lightList {
  position: relative;
  width: 100%;
  height: 160px;
}
#contents-inner .spotLight-main .light .lightList .spotlight-s {
  position: absolute;
  top: 20px;
  width: 60px;
  margin-left: -30px;
}
#contents-inner .spotLight-main .light .lightList .spotlight-s img {
  width: 100%;
}
#contents-inner .spotLight-main .light .lightList .spotLight1-off,
#contents-inner .spotLight-main .light .lightList .spotLight2-off,
#contents-inner .spotLight-main .light .lightList .spotLight3-off,
#contents-inner .spotLight-main .light .lightList .spotLight4-off {
  left: -10%;
}
#contents-inner .spotLight-main .light .lightList .spotLight1-on {
  left: 20%;
  display: none;
}
#contents-inner .spotLight-main .light .lightList .spotLight2-on {
  left: 40%;
  display: none;
}
#contents-inner .spotLight-main .light .lightList .spotLight3-on {
  left: 60%;
  display: none;
}
#contents-inner .spotLight-main .light .lightList .spotLight4-on {
  left: 80%;
  display: none;
}
#contents-inner .spotLight-main .cards {
  position: relative;
  width: 100%;
  height: 500px;
}
#contents-inner .spotLight-main .cards .card {
  display: none;
  position: absolute;
  top: 0;
  width: 16%;
  margin-left: -8%;
  background-color: #111;
  box-shadow: 0 8px 15px #666;
  border-radius: 5px;
}
#contents-inner .spotLight-main .cards .card .card-inner {
  padding: 10px 10px 45px;
}
#contents-inner .spotLight-main .cards .card .card-inner a {
  display: block;
  color: #FFF;
}
#contents-inner .spotLight-main .cards .card .card-inner a .icon {
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
}
#contents-inner .spotLight-main .cards .card .card-inner a .icon img {
  width: 100%;
}
#contents-inner .spotLight-main .cards .card .card-inner a .title {
  width: 100%;
  margin-bottom: 10px;
  font-size: 2rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  text-align: center;
}
#contents-inner .spotLight-main .cards .card .card-inner a .subtitle {
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
}
#contents-inner .spotLight-main .cards #card1 {
  left: 20%;
}
#contents-inner .spotLight-main .cards #card2 {
  left: 40%;
}
#contents-inner .spotLight-main .cards #card3 {
  left: 60%;
}
#contents-inner .spotLight-main .cards #card4 {
  left: 80%;
}
#contents-inner .bound-btn {
  position: absolute;
  top: -200px;
  right: 50px;
  cursor: pointer;
}
#contents-inner .bound-btn #switchImg0 {
  width: 100px;
}
#contents-inner .president-voice {
  position: absolute;
  bottom: -500px;
  left: 0;
  right: 0;
  width: 250px;
  height: 354px;
  margin: auto;
}
#contents-inner .president-voice .card-pre {
  width: 250px;
  background-color: #E6B422;
  box-shadow: 0 0px 30px #AAA;
  border-radius: 5px;
}
#contents-inner .president-voice .card-pre .card-inner {
  padding: 10px 10px;
}
#contents-inner .president-voice .card-pre .card-inner a {
  display: block;
  color: #FFF;
}
#contents-inner .president-voice .card-pre .card-inner a .icon {
  width: 100%;
  margin-bottom: 15px;
}
#contents-inner .president-voice .card-pre .card-inner a .icon img {
  width: 100%;
}
#contents-inner .president-voice .card-pre .card-inner a .title {
  width: 100%;
  margin-bottom: 10px;
  font-size: 2.8rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  text-align: center;
}
#contents-inner .president-voice .card-pre .card-inner a .subtitle {
  width: 100%;
  padding-bottom: 40px;
  font-size: 1.4rem;
  text-align: center;
}
#contents-inner #presidentBg {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.btn-exp {
  animation: bigger 0.5s ease 0s 1 normal;
  -webkit-animation: bigger 0.5s ease 0s 1 normal;
}

@keyframes bigger {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes bigger {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
.furiko4 {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: furiko 0.3s cubic-bezier(0.01, 0.01, 0.2, 0.99) 2.5s 2 alternate;
  animation: furiko 0.3s cubic-bezier(0.01, 0.01, 0.2, 0.99) 2.5s 2 alternate;
}

.furiko3 {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: furiko 0.3s cubic-bezier(0.01, 0.01, 0.2, 0.99) 3.2s 2 alternate;
  animation: furiko 0.3s cubic-bezier(0.01, 0.01, 0.2, 0.99) 3.2s 2 alternate;
}

.furiko2 {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: furiko 0.3s cubic-bezier(0.01, 0.01, 0.2, 0.99) 3.9s 2 alternate;
  animation: furiko 0.3s cubic-bezier(0.01, 0.01, 0.2, 0.99) 3.9s 2 alternate;
}

.furiko1 {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: furiko 0.3s cubic-bezier(0.01, 0.01, 0.2, 0.99) 4.6s 2 alternate;
  animation: furiko 0.3s cubic-bezier(0.01, 0.01, 0.2, 0.99) 4.6s 2 alternate;
}

@-webkit-keyframes furiko {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-50deg);
  }
}
@keyframes furiko {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-50deg);
  }
}
