@charset "UTF-8";
.tb-all {
  padding: 5% 0;
}

.color01 {
  color: #ffffff;
}

.color02 {
  color: #AEAEAE;
}

.color03 {
  color: #D4A162;
}

.btn button {
  color: #B9B9B9;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  background: none;
  border: 1px solid;
  font: inherit;
  line-height: 1;
  margin: 0.5em;
  padding: 10px 25px;
}

.btn button:hover, .btn button:focus {
  border-color: #D4A162;
  color: #fff;
}

.btn button:hover, .btn button:focus {
  -webkit-box-shadow: inset 9em 0 0 0 #D4A162;
          box-shadow: inset 9em 0 0 0 #D4A162;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.title {
  width: 100%;
  margin: 0 auto;
}

.title h1, .title h2, .title .h1 {
  color: #ffffff;
  position: relative;
  z-index: 1;
  text-align: center;
}

.title h1 span, .title h2 span, .title .h1 span {
  position: absolute;
  top: -44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #1d1c1c;
  font-size: 60px;
  z-index: -1;
  width: 100%;
}

.title01 {
  width: 100%;
  z-index: 1;
  position: relative;
}

.title01::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #B9B9B9;
  z-index: -1;
}

.title01 h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #101010;
  padding-right: 15px;
}

.banner-all {
  position: relative;
}

.banner-all .title {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

/*BANNER */
.banner {
  margin: 0;
  padding: 0;
}

.banner .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56%;
}

.banner .swiper-slide a {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform .2s, -webkit-transform .2s;
}

.banner .swiper-slide .swiper-slide-box {
  position: absolute;
  top: 45%;
  left: 10%;
  z-index: 2;
}

.banner .swiper-button-next, .banner .swiper-button-prev {
  color: #ffffff;
}

.cord04 {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 65%;
  border: solid 1px #252424;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.cord04 a {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform .2s, -webkit-transform .2s;
}

.cord04 a img {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.cord04 img {
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform .2s, -webkit-transform .2s;
}

.cord04:hover img {
  -webkit-transform: rotate(2deg) scale(1.1);
      -ms-transform: rotate(2deg) scale(1.1);
          transform: rotate(2deg) scale(1.1);
}

.cord04 .cord04-text {
  padding: 15px 9px;
}

.cord04 .cord04-text h3 {
  font-size: 1.2rem;
  letter-spacing: 1.5px;
  color: #000;
}

.index-about-bg {
  background-attachment: fixed !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background: url(../upload/index-aboutbg.jpg);
}

.department {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.department .department-img {
  width: 80%;
  padding-bottom: 50%;
  background: url(../upload/img05.jpg);
}

.department .department-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  margin-right: 10px;
}

.department .department-text .department-text-box {
  list-style: none;
  -webkit-perspective: 900;
          perspective: 900;
  padding: 0;
  margin: 0;
}

.department .department-text .department-text-box li {
  position: relative;
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #026DFE;
  background: #333333;
  -webkit-animation: flipdown 0.5s ease both;
          animation: flipdown 0.5s ease both;
}

.department .department-text .department-text-box li:nth-of-type(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.department .department-text .department-text-box li:nth-of-type(2) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.department .department-text .department-text-box li:nth-of-type(3) {
  -webkit-animation-delay: 1.0s;
          animation-delay: 1.0s;
}

.department .department-text .department-text-box li:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.department .department-text .department-text-box li:nth-of-type(5) {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}

.department .department-text .department-text-box li:nth-of-type(6) {
  -webkit-animation-delay: 2.0s;
          animation-delay: 2.0s;
}

.department .department-text .department-text-box li i {
  position: absolute;
  -webkit-transform: translate(-6px, 0);
      -ms-transform: translate(-6px, 0);
          transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}

.department .department-text .department-text-box li i:before {
  content: "";
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  background-color: #026DFE;
  width: 120px;
  height: 2px;
}

.department .department-text .department-text-box li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

.department .department-text .department-text-box li input[type=checkbox]::focus-within {
  background-color: #666;
}

.department .department-text .department-text-box li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

.department .department-text .department-text-box li input[type=checkbox]:checked ~ i:before {
  background-color: #575757;
  width: 0px;
  height: 2px;
  -webkit-transform: translate(-2px, 0) rotate(0deg);
      -ms-transform: translate(-2px, 0) rotate(0deg);
          transform: translate(-2px, 0) rotate(0deg);
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

@-webkit-keyframes flipdown {
  0% {
    opacity: 0;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    -webkit-transform: rotateX(8deg);
            transform: rotateX(8deg);
  }
  83% {
    -webkit-transform: rotateX(6deg);
            transform: rotateX(6deg);
  }
  92% {
    -webkit-transform: rotateX(-3deg);
            transform: rotateX(-3deg);
  }
  100% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

@keyframes flipdown {
  0% {
    opacity: 0;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    -webkit-transform: rotateX(8deg);
            transform: rotateX(8deg);
  }
  83% {
    -webkit-transform: rotateX(6deg);
            transform: rotateX(6deg);
  }
  92% {
    -webkit-transform: rotateX(-3deg);
            transform: rotateX(-3deg);
  }
  100% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

.index-video {
  position: relative;
}

.index-video .index-video-text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 8px 25px;
  background: #0F0F0F;
}

.index-video .video-container {
  padding-bottom: 74.25%;
}

.news02 {
  border-bottom: solid 1px #AEAEAE;
  padding: 15px 25px;
}

.news02 .news01-left {
  width: calc( 100% - 120px);
}

.news02 .news01-left h2 {
  color: #D4A162;
}

.news02 .news01-left p {
  color: #B9B9B9;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.news02 .news01-right {
  width: 120px;
  text-align: center;
  border-left: solid 1px #AEAEAE;
}

.news02 .news01-right .div-time .yearmonth {
  color: #B9B9B9;
  font-size: 12px;
}

.news02 .news01-right .div-time .day {
  color: #D4A162;
  font-size: 45px;
  font-weight: 700;
}

.news_detail-img {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 65%;
}

.news_detail-img .news_detail-img-time {
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 1;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  background: #d4a162;
  padding: 10px 15px;
}

.news_detail-img .news_detail-img-time span {
  display: block;
  font-size: 16px;
}

.news_detail-img img {
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform .2s, -webkit-transform .2s;
}

.scroll {
  width: 100%;
}

.scroll .scroll-box {
  position: relative;
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.scroll .scroll-box .scroll__img, .scroll .scroll-box .scroll__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.scroll .scroll-box .scroll__img {
  width: 100%;
  padding-bottom: 35%;
  height: 0;
  top: 0;
  position: relative;
  overflow: hidden;
}

.scroll .scroll-box .scroll__img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 634px 150px 0px 0;
  border-color: transparent #0f0f0f transparent transparent;
}

.scroll .scroll-box .scroll__img > div {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.scroll .scroll-box .scroll__text {
  position: relative;
  z-index: 3;
  padding: 30px;
}

.contact-all {
  width: 700px;
  max-width: 90%;
  border: solid 1px #707070;
  padding: 10px;
  margin: 100px auto;
}

.contact-all .contact-all-box {
  background: #262626;
  padding: 50px 35px;
}

.contact-all .contact-all-box h4, .contact-all .contact-all-box h4 > a {
  color: #D4A162;
  font-size: 35px;
  margin-bottom: 15px;
  margin-top: 20px;
}

.contact-all .contact-all-box h4 span {
  font-size: 16px;
  color: #AEAEAE;
}

.contact-all .contact-all-box hr {
  opacity: 0.1;
}

.contact-all .contact-all-box .btn {
  text-align: center;
  margin-top: 40px;
}

/* product list */
.product-list__item {
  overflow: hidden;
  -o-text-overflow: clip;
     text-overflow: clip;
  white-space: nowrap;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.product-list__item figure {
  margin-bottom: 2rem;
}

.product-list__item figure img {
  height: 105%;
  width: 100%;
}

.product-list__item figure h4 {
  white-space: normal;
  font-size: 1.25rem;
  padding: 0 .5rem;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  text-align: center;
}

@media screen and (min-width: 991px) {
  .product-list__item {
    padding: 0;
  }
  .product-list__item figure {
    height: 640px;
    margin-bottom: 0;
  }
  .product-list__item figure img {
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  .over .product-list__item:hover {
    -ms-flex: 0 0 60%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .product-list__item:hover img {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
        transform: scale(1.1);
  }
  .product-list__item figure h4 {
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 1rem;
    white-space: nowrap;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 667px) {
  .product-carousel ol.carousel-indicator {
    display: none !important;
  }
  .product-carousel .carousel-indicators {
    bottom: 0;
    margin-bottom: 0;
  }
  .product-carousel__name {
    bottom: .5rem;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 1024px) {
  .title h1 span, h2 span {
    font-size: 45px;
    top: -30px;
  }
}

@media screen and (max-width: 991px) {
  .tb-all {
    padding: 40px 0;
  }
  .title h1 span, h2 span {
    font-size: 35px  !important;
    top: -25px  !important;
  }
  .department .department-img {
    display: none;
  }
  .department .department-text {
    padding: 0 15px;
    margin: 0;
    top: 0;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    position: initial;
    width: 100%;
  }
  .department .department-text .department-text-box ul {
    width: 100%;
  }
  .department .department-text .department-text-box ul li {
    width: 100%;
  }
  .department .department-text .department-text-box ul li input[type=checkbox] ~ i:before {
    display: none;
  }
}

.video .video-youtobe {
  width: 100%;
  position: relative;
}

.video .video-youtobe iframe {
  max-width: 100%;
}

.video .video-text {
  background: #ffffff;
  padding: 25px 10px;
}

.video .video-text h2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #000000;
  margin-bottom: 8px;
}

.video .video-text h3 {
  color: #AEAEAE;
}

/*頁碼 */
.pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

.pagination .page-left, .pagination .page-right, .pagination .page-double-right, .pagination .page-double-left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 22px;
  height: 22px;
  padding: 0px 5px;
}

.pagination .page-left::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 2px;
  top: 6px;
}

.pagination .page-right::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -2px;
  top: 6px;
}

.pagination .page-double-right::after, .pagination .page-double-right::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 1px solid;
  border-top: 1px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
  right: 0px;
}

.pagination .page-double-right::after {
  right: 6px;
}

.pagination .page-double-left::after, .pagination .page-double-left::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
  left: 6px;
}

.pagination .page-double-left::after {
  left: 0px;
}

.pagination li.page-item {
  margin-top: 0;
}

.pagination li.page-item a.page-link {
  line-height: 1;
  padding: 10px 15px;
  background: #D4A162;
  color: #ffffff;
  border-radius: 30px;
}

.pagination li.page-item a.page-link[href] {
  color: #ffffff;
}

.pagination li.page-item a.page-link i::before {
  margin-right: 0;
  margin-left: 0;
}

.pagination li.page-item a.page-link[href] {
  background: #0F0F0F;
}

.pagination li.page-item a.page-link:hover {
  background: #D4A162;
  color: #0F0F0F;
  border-radius: 30px;
}

@media screen and (max-width: 661px) {
  .title h1 span, h2 span {
    font-size: 20px  !important;
    top: -15px !important;
  }
  .banner .swiper-slide {
    padding-bottom: 78%;
  }
  .banner .swiper-slide .swiper-slide-box {
    left: 0;
    top: 62%;
    padding: 0 15px;
  }
  .banner .swiper-button-next:after, .banner .swiper-button-prev:after {
    font-size: 20px;
  }
  .banner-all .banner-all-img {
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 84%;
  }
  .banner-all .banner-all-img img {
    max-height: 94%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    -webkit-transform: translate(-50%, -59%);
        -ms-transform: translate(-50%, -59%);
            transform: translate(-50%, -59%);
    transition: transform .2s, -webkit-transform .2s;
  }
  .news02 {
    display: block;
  }
  .news02 .news01-left, .news02 .news01-right {
    width: 100%;
  }
  .news02 .news01-right {
    border-left: none;
    margin-top: 10px;
  }
  .news02 .news01-right .div-time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .news02 .news01-right .div-time .yearmonth, .news02 .news01-right .div-time .day {
    font-size: 16px;
    font-weight: 400;
    padding-top: 10px;
    color: #AEAEAE;
  }
  .news02 .news01-right .div-time .day {
    position: relative;
    padding-left: 15px;
  }
  .news02 .news01-right .div-time .day::after {
    content: "/";
    position: absolute;
    top: 9px;
    left: 5px;
    color: #B9B9B9;
  }
  .scroll .scroll-box .scroll__img, .scroll .scroll-box .scroll__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .scroll .scroll-box .scroll__text {
    padding: 15px;
  }
  .scroll .scroll-box .scroll__img {
    position: relative;
    opacity: 1;
    padding-bottom: 65%;
  }
  .scroll .scroll-box .scroll__img::after {
    display: none;
  }
  .scroll .scroll-box .scroll__img > div {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-animation: round 25s linear infinite;
            animation: round 25s linear infinite;
  }
  .scroll .scroll-box .scroll__img > div:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .scroll .scroll-box .scroll__img > div:nth-child(2) {
    -webkit-animation-delay: 6s;
            animation-delay: 6s;
  }
  .scroll .scroll-box .scroll__img > div:nth-child(3) {
    -webkit-animation-delay: 12s;
            animation-delay: 12s;
  }
  @-webkit-keyframes round {
    4% {
      opacity: 1;
      filter: alpha(opacity=100);
      /* 0 - 1秒 淡入 */
    }
    20% {
      opacity: 1;
      filter: alpha(opacity=100);
      /* 1- 5秒靜止 */
    }
    24% {
      opacity: 0;
      filter: alpha(opacity=0);
      /* 5-6秒淡出 */
    }
  }
  @keyframes round {
    4% {
      opacity: 1;
      filter: alpha(opacity=100);
      /* 0 - 1秒 淡入 */
    }
    20% {
      opacity: 1;
      filter: alpha(opacity=100);
      /* 1- 5秒靜止 */
    }
    24% {
      opacity: 0;
      filter: alpha(opacity=0);
      /* 5-6秒淡出 */
    }
  }
  .contact-all .contact-all-box {
    padding: 30px 15px;
  }
  .contact-all .contact-all-box h4 > a {
    font-size: 25px;
    margin-top: 0px;
  }
  .maps-logo {
    display: none;
  }
  .video .video-youtobe {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.6%;
    padding-top: 30px;
  }
  .video .video-youtobe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*# sourceMappingURL=all.css.map */