html {
  scroll-behavior: smooth;
}

html body {
  margin: 0;
}

html body .top {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  height: 100%;
  background: #1d0e39;
  background: -webkit-gradient(linear, left top, right top, from(#1d0e39), color-stop(47%, #c413bc), to(#1d0e39));
  background: linear-gradient(90deg, #1d0e39 0%, #c413bc 47%, #1d0e39 100%);
}

html body .top .navbar {
  width: 100%;
  background-image: url("./img/pic2/NAV.png");
}

html body .top .navbar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-top: 40px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

html body .top .navbar .container .nav-item .dropdown-menu {
  min-width: 92vw;
  background-color: #6824da;
}

html body .top .navbar .container .nav-item .dropdown-menu a {
  color: aliceblue;
  text-align: center;
}

html body .top .navbar .container .nav-item .dropdown-menu a:hover {
  color: black;
}

html body .top .navbar .container .navbar-brand {
  padding-top: 100px;
  height: 180px;
  width: 160px;
  background-image: url("./img/pic2/all.png");
  -webkit-animation-name: example;
          animation-name: example;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  html body .top .navbar .container .navbar-brand {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

html body .top .navbar .container .imgBox {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  html body .top .navbar .container .imgBox {
    display: none;
  }
}

html body .top .navbar .container .nav-item {
  display: none;
}

@media screen and (max-width: 768px) {
  html body .top .navbar .container .nav-item {
    display: block;
    background-image: url("./obj/select.png");
    width: 60px;
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
  html body .top .navbar .container .nav-item .dropdown-toggle:after {
    border-top: 0;
  }
}

html body .top .navbar .container .bg-img {
  height: 100%;
  width: 25%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

html body .top .navbar .container .bg-img:hover {
  border-bottom: solid plum 10px;
}

html body .top .start {
  -webkit-transition: 1s;
  transition: 1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 33vh;
  width: 100%;
  height: 75vh;
}

html body .top .start img {
  -webkit-animation-name: startShine;
          animation-name: startShine;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  width: 25%;
  height: auto;
}

@media screen and (max-width: 768px) {
  html body .top .start img {
    width: 50%;
  }
}

html body .top #startword {
  text-align: center;
  color: aliceblue;
  font-size: 42px;
  padding: 10px;
}

@media screen and (max-width: 414px) {
  html body .top #startword {
    font-size: 30px;
  }
}

html body .top .eventAll {
  padding-left: unset;
}

html body .top .eventAll .event_box .timeline {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 20%;
}

html body .top .eventAll .event_box .timeline:after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

@media screen and (max-width: 768px) {
  html body .top .eventAll .event_box .timeline:after {
    left: 30px;
  }
}

html body .top .eventAll .event_box .timeline .container {
  padding: 0;
  position: relative;
  width: 50%;
  font-size: 35px;
  color: white;
}

@media screen and (max-width: 768px) {
  html body .top .eventAll .event_box .timeline .container {
    width: 100%;
    font-size: 35px;
    padding: 0;
  }
}

@media screen and (max-width: 414px) {
  html body .top .eventAll .event_box .timeline .container {
    width: 100%;
    font-size: 20px;
  }
}

html body .top .eventAll .event_box .timeline .container:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: white;
  border: 4px solid #ff9f55;
  top: 22px;
  border-radius: 50%;
  z-index: 1;
}

html body .top .eventAll .event_box .timeline .container:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 768px) {
  html body .top .eventAll .event_box .timeline .container:before {
    display: none;
  }
}

html body .top .eventAll .event_box .timeline .container .content {
  padding: 20px 30px;
  position: relative;
  border-radius: 6px;
}

html body .top .eventAll .event_box .timeline .container .content img {
  width: 100%;
}

html body .top .eventAll .event_box .timeline #event01:before {
  background-image: url("./event/layer1_aircraft1.png");
  width: 100%;
  height: 40%;
  left: 2%;
  top: -30%;
}

html body .top .eventAll .event_box .timeline #event02:before {
  background-image: url("./event/layer1_aircraft2.png");
  width: 140%;
  height: 140%;
  left: -30%;
  top: -160%;
}

html body .top .eventAll .event_box .timeline #event03:before {
  background-image: url("./event/layer2_line.png");
  width: 100%;
  height: 100%;
  left: 13%;
  top: -120%;
}

html body .top .eventAll .event_box .timeline #event04:before {
  background-image: url("./event/layer3_rocket.png");
  width: 100%;
  height: 100%;
  left: 1%;
  top: -100%;
}

html body .top .eventAll .event_box .timeline #event05:before {
  background-image: url("./event/layer3_line.png");
  width: 140%;
  height: 140%;
  left: -31%;
  top: -150%;
}

html body .top .eventAll .event_box .timeline #event06:before {
  background-image: url("./event/layer5_line.png");
  width: 100%;
  height: 100%;
  left: 11%;
  top: -150%;
}

html body .top .eventAll .event_box .timeline #event07:before {
  background-image: url("./event/layer7_planet.png");
  width: 180%;
  height: 180%;
  left: -65%;
  top: -70%;
}

html body .top .eventAll .event_box .timeline #event08:before {
  background-image: url("./event/layer8_line.png");
  width: 120%;
  height: 120%;
  left: -10%;
  top: -94%;
}

html body .top .eventAll .event_box .timeline #event09:before {
  background-image: url("./event/layer10_astronaut.png");
  width: 80%;
  height: 80%;
  left: 0%;
  top: 94%;
}

html body .top .eventAll .event_box .timeline #event10:before {
  background-image: url("./event/layer9_aircraft.png");
  width: 150%;
  height: 150%;
  left: -40%;
  top: -164%;
}

html body .top .eventAll .event_box .timeline .container.left {
  left: -25%;
}

@media screen and (max-width: 768px) {
  html body .top .eventAll .event_box .timeline .container.left {
    left: 30px;
  }
}

@media screen and (max-width: 768px) {
  html body .top .eventAll .event_box .timeline .container.left:after {
    left: -13px;
  }
}

html body .top .eventAll .event_box .timeline .container.right {
  left: 25%;
}

@media screen and (max-width: 768px) {
  html body .top .eventAll .event_box .timeline .container.right {
    left: 30px;
  }
}

html body .top .eventAll .event_box .timeline .container.right:after {
  left: -13px;
}

html body .top .eventAll .loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  html body .top .eventAll .loading {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

html body .top .eventAll .loading img {
  padding: 25px 0 0 0;
  width: 50%;
}

@media screen and (max-width: 768px) {
  html body .top .eventAll .loading img {
    width: 80%;
  }
}

html body .top .eventAll .bottomPeo {
  width: 100%;
}

html body .top .eventAll .bottomPeo img {
  width: 100%;
  height: auto;
}

html body .top .eventAll .footer {
  position: fixed;
  width: 100%;
  margin: 0;
  padding: 3px;
  color: azure;
  background-color: #0c0a35;
  text-align: center;
  bottom: 0%;
  z-index: 2000;
}

@-webkit-keyframes example {
  0% {
    background-image: url("./img/pic2/all.png");
  }
  33% {
    background-image: url("./img/pic2/nb.png");
  }
  66% {
    background-image: url("./img/pic2/nw.png");
  }
  100% {
    background-image: url("./img/pic2/nw.png");
  }
}

@keyframes example {
  0% {
    background-image: url("./img/pic2/all.png");
  }
  33% {
    background-image: url("./img/pic2/nb.png");
  }
  66% {
    background-image: url("./img/pic2/nw.png");
  }
  100% {
    background-image: url("./img/pic2/nw.png");
  }
}

@-webkit-keyframes startShine {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes startShine {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/*# sourceMappingURL=event.css.map */