@charset "UTF-8";
@import url('https://fonts.googleapis.com/earlyaccess/cwtexyen.css');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400');

body {
  background: #f5f5f5;
  font-family: 'Century Gothic' , 'Noto Sans TC', 'Microsoft JhengHei';
  font-weight: 400;
  overflow-x: hidden!important;
}




.item {
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%);
  box-shadow: 1px 3px 5px 2px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 0;
  display: inline-block;
}
.i-feature {
    color: #d71818;
    font-size: 20px;
    margin-top: 18px;
}
.i-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.i-image a img {
  width: 100%;
}

.i-name {
  width: 100%;
  height: 60px;
  font-family: 'Century Gothic' , 'Noto Sans TC', 'Microsoft JhengHei';
  text-align: center;
  display: block;
  text-decoration: none;
  position: relative;
}
.i-name a {
  color: #333;
  display: inline-block;
  position: relative;
}
.i-name a:hover {
  text-decoration: none;
}
.i-name a:active {
  transform: translateY(3px);
}
.i-name a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0;
  background-color: #333;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.i-name a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.i-name-b, .i-name-n {
  font-size: 20px;
}

.i-pricename, .i-price {
  display: inline-block;
}
.i-price:before {
  content: '$';
  display: inline-block;
}
.i-price:before {
  font-size: 18px;
}
.i-pricename {
  font-size: 16px;
  color: gray;
  padding-right: 5px;
}
.i-price {
  font-size: 36px;
  font-weight: bold;
  color: #d71818;
  padding-left: 5px;
}
img {
  border-radius: 0;
}
a {
  color: #222;
}
a:hover {
  color: #444;
  text-decoration: underline;
}
.img-responsive {
  width: 100%;
}
/*.img-fluid {
  width: 100%;
}*/

.grid-group {
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.grid-1, .grid-2, .grid-3 {
  position: relative;
  width: 100%;
  margin: 80px auto 0;
}
.grid-1 {
  margin-top: 0;
}
.g-row {
  width: 100%;
  margin: 0 0 50px 0;
  position: relative;
}
.g-title {
  width: 100%;
  /*height: 189px;*/
  position: relative;
  /*margin-bottom: -40px;*/
  background: rgba(0, 0, 0, 0);
  text-align: center;
}




@media screen and (max-width: 1240px) {
  .wrap-left {
    display: none;
  }
  .wrap-right {
    display: none;
  }
  .wrap-center {
    overflow-x: hidden!important; 
  }
  .i-feature {
    font-size: 40px;
  }
  .i-name {
    height: 100px;
  }
  .i-image a img {
    width: 100%;
  }
  .i-name-b, .i-name-n {
    font-size: 40px;
  }
  .i-pricename {
    font-size: 40px;
  }
  .i-price {
    font-size: 72px;
  }
  
}