@charset "UTF-8";
.ma0 {
  margin: 0;
}

.mat30 {
  margin-top: 30px;
}

.pa0 {
  padding: 0;
}

.pat30 {
  padding-top: 30px;
}

.hightlight {
  color: #f8095c;
}

.section-title {
  text-align: center;
  color: #000000;
}
.section-title .expo-title-crumb {
  font-size: 20px;
}
.section-title .expo-title-main {
  font-size: 62px;
  letter-spacing: 2px;
}
.section-title .expo-title-sub {
  font-size: 24px;
  margin: 10px 0;
  line-height: 1.4em;
}
.section-title .expo-title-desc {
  text-align: center;
}

.sidenav.sidenav-right {
  position: fixed;
  right: 0;
  left: auto;
  background: #d9d9d9;
  width: 23.5%;
}

.sidenav {
  height: auto;
  position: relative;
  z-index: 1;
  left: 0;
  color: #333;
  background-color: #eeecec;
  overflow-x: hidden;
  padding: 20px;
  width: 100%;
  overflow-y: scroll;
}
.sidenav h3.sidebar-title {
  font-size: 2.5rem;
  font-weight: 700;
}
.sidenav a {
  margin-top: 10px;
  padding: 6px 0;
  text-decoration: none;
  font-size: 2rem;
  color: #333;
  display: block;
  font-weight: 500;
}
.sidenav a:hover {
  color: #505ba5;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}
.btn-reset {
  border: 2px solid #36a9e1;
  margin: 6% 0;
}
.btn-reset a {
  color: #36a9e1;
}
.btn-reset a:hover, .btn-reset a:active, .btn-reset a:focus {
  background: #36a9e1;
  color: #ffffff;
}

/*
0-600px Phone
600-900px Tablet portrait
900-1200px Tablet landscape
1200-1800 is our normal styles apply
1800px + Big desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop
1em=16px

ORDER:base+typography > general layout + grid>page layout >components
*/
.ma0 {
  margin: 0;
}

.mat30 {
  margin-top: 30px;
}

.pa0 {
  padding: 0;
}

.pat30 {
  padding-top: 30px;
}

.hightlight {
  color: #f8095c;
}

.section-title {
  text-align: center;
  color: #000000;
}
.section-title .expo-title-crumb {
  font-size: 20px;
}
.section-title .expo-title-main {
  font-size: 62px;
  letter-spacing: 2px;
}
.section-title .expo-title-sub {
  font-size: 24px;
  margin: 10px 0;
  line-height: 1.4em;
}
.section-title .expo-title-desc {
  text-align: center;
}

body {
  background-color: #fff;
  font-family: "Roboto Condensed", "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
}

#exhibition-content .product-content {
  position: relative;
  border-top: 1px solid #aaa;
  float: left;
  width: 80%;
}
@media (max-width: 992px) {
  #exhibition-content .product-content {
    width: 98%;
    left: 1%;
  }
}
#exhibition-content .product-content .product-block {
  border-bottom: 1px solid #aaa;
}
#exhibition-content .product-content .product-block img.product-image {
  padding: 10%;
}
#exhibition-content .product-content .product-block .product-text {
  padding: 0 1% 2%;
  margin: 0 0 2% 0;
}
#exhibition-content .product-content .product-block .product-text h3.product-name {
  font-size: 3rem;
  font-weight: 700;
}
#exhibition-content .product-content .product-block .product-text h4 {
  font-size: 2rem;
  color: cornflowerblue;
  display: inline;
  margin-right: 10px;
}
#exhibition-content .product-content .product-block .product-text .product-booth span {
  color: #888;
  font-size: 1.5rem;
}
#exhibition-content .product-content .product-block .product-text .product-description {
  padding: 15px 0;
}
#exhibition-content .product-content .product-block .product-text .tagArea .tag-btn li {
  margin-top: 10px;
  font-size: 14pt;
  list-style: none;
}
#exhibition-content .product-content .product-block .product-text .tagArea .tag-btn li a {
  padding: 5px 10px;
  margin-right: 15px;
  border-radius: 3em;
  border: 1px solid #999;
}
#exhibition-content .product-content .product-block .product-text .tagArea .tag-btn li a:hover {
  color: #f8095c;
}
@media only screen and (max-width: 1600px) {
  #exhibition-content .product-content {
    float: left;
  }
}
@media (max-width: 768px) {
  #exhibition-content .product-content {
    float: left;
    width: 96%;
    left: 2%;
  }
}

/*# sourceMappingURL=exhibition_products.css.map */
