@charset "UTF-8";
.frame-line {
  background: #050a3f;
}

#section-1 {
  background: #111;
}

#section-1 .numbers-div h1, #section-1 .numbers-div h4 {
  color: #e64dff;
}

#section-2 {
  background: #050a3f;
}

#section-2 .numbers-div h1, #section-2 .numbers-div h4 {
  color: #2666ff;
}

#section-2 p img {
  width: 40px;
}

#section-5 {
  background: #111;
}

#section-5 h4, #section-5 p {
  color: #fff;
}

#section-5 .numbers-div h1, #section-5 .numbers-div h4 {
  color: #e64dff;
}

@media screen and (max-width: 768px) {
  #section-5 h4, #section-5 p {
    text-align: center;
  }
}

#section-3 {
  background: #050a3f;
}

#section-3 h4, #section-3 p {
  color: #fff;
}

#section-3 .numbers-div h1, #section-3 .numbers-div h4 {
  color: #2666ff;
}

#section-3 .vertical-line {
  background: #fff;
}

#section-4 {
  background: #111;
}

#section-4 h4, #section-4 p {
  color: #fff;
}

#section-4 a {
  color: #eee;
}

#section-4 .numbers-div h1, #section-4 .numbers-div h4 {
  color: #e64dff;
}

#section-2 .bg-div-cover {
  background: url(../img/作品集/凝膠指甲作品/1.jpg);
  background-position: center;
  background-size: cover;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#section-5 .bg-div-cover {
  background: url(../img/公司環境照/3.jpg);
  background-position: center;
  background-size: cover;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#section-4 .card h4 {
  font-size: 20px;
  color: #ccc;
}

#section-4 .card li {
  margin-bottom: 20px;
}

#section-4 .card li a {
  padding-left: 12px;
  color: #fff;
  font-style: italic;
  font-size: 16px;
}

#navigation {
  background: #050a3f;
}

.star {
  font-size: 32px;
}

@media screen and (min-width: 768px) {
  .star {
    display: none;
  }
}
/*# sourceMappingURL=hemusih.css.map */