/* -------------
PRODUCT PAGE
-------------- */
.main_nav ul {
  filter: drop-shadow(0px 0px 10px rgba(209,201,182,0.7));
}
.main_nav .contant_icon {
  filter: drop-shadow(0px 0px 10px rgba(209,201,182,0.7));
}
.head_wrap {
  margin-bottom: 100px;
}
#product .title_area {
  background: url(../img/product/product_title.png)no-repeat center;
  background-size: cover;
}

@media (max-width: 768px) {
}

.table_scroll {
  overflow: scroll;
}
.season_table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
  width: 1000px;
}
.season_table tr {
  background-color: #e6f2f5;
  border-bottom: 2px solid #fff;
}
.season_table th,
.season_table td {
  padding: 10px 10px;
  border-right: 2px solid #fff;
}
.season_table .color {
  background: #F8FADD;
}
.season_table .season {
  background: #f4ce7d;
}
.season_table td.non {
  background:#fff;
}
.season_table thead tr{
  background: #3A8114;
  color:#fff;
}
.season_table thead th{
  text-align: center;
  font-weight: 500;
}
.season_table tbody th {
  background: #3A8114;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
}