/************************************************************************************************************
 *
 * @ Version 3.0.1
 * @ PIGNOSE Tab
 * @ Date 03. 24. 2016
 * @ Author PIGNOSE
 * @ Licensed under MIT.
 *
 ***********************************************************************************************************/
.pignose-tab-wrapper {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.pignose-tab-wrapper .pignose-tab-btn {
  display: block;
  min-width: 8em;
  height: 2.8em;
  padding: 0 1em;
  font: inherit;
  font-size: 1.3vw;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #dfdfdf;
  line-height: 2.8em;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media (max-width: 767px) {
  .pignose-tab-wrapper .pignose-tab-btn {
    font-size: 4vw;
  }
}

.pignose-tab-wrapper .pignose-tab-btn:hover {
  background-color: #fff100;
  color: #4d4d4d;
  font-weight: 600;
}

.pignose-tab-wrapper .pignose-tab-btn.active {
  margin-bottom: -1px;
  padding-bottom: 11px;
  color: #4d4d4d;
  background-color: #fff100;
  border-color: #fff100;
  font-weight: 600;
}

.pignose-tab-wrapper .pignose-tab-btn.last-btn {
  border-right-width: 1px;
}

.pignose-tab-wrapper .pignose-tab-group {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  position: relative;
}

.pignose-tab-wrapper .pignose-tab-group:after {
  display: block;
  content: "";
  clear: both;
}

.pignose-tab-wrapper .pignose-tab-group .pignose-tab-list {
  margin: 1%;
}

.pignose-tab-wrapper .pignose-tab-container {
  display: none;
  width: 100%;
  min-height: 100px;
  padding-top: 2%;
  position: absolute;
  left: 0;
  text-align: left;
}

.pignose-tab-wrapper .pignose-tab-container.active {
  display: block;
}

.pignose-tab-wrapper .pignose-tab-more {
  display: none;
  position: absolute;
  top: 8px;
  right: 15px;
  text-decoration: none;
  color: #555;
}

.pignose-tab-wrapper .active .pignose-tab-more {
  display: block;
}

.pignose-tab-wrapper .pignose-sub-tab-wrapper {
  padding: 0;
}

.pignose-tab-mint {
  border-color: #d8d8d8 !important;
}

.pignose-tab-mint .pignose-tab-btn {
  background-color: transparent;
  color: #42444a;
  border-color: transparent;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  -moz-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.pignose-tab-mint .pignose-tab-btn:hover {
  background-color: #f2f2f2;
}

.pignose-tab-mint .pignose-tab-btn.active {
  background-color: #60bac2;
  color: #fff;
  border-color: #60bac2;
}

.pignose-tab-mint .pignose-tab-group {
  border-bottom-color: #209799;
}

.pignose-tab-mint .pignose-tab-container {
  color: #209799;
}

.pignose-tab-response {
  width: 100% !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.pignose-tab-response .pignose-tab-btn {
  width: 100%;
  min-width: 0;
}

.pignose-tab-response .pignose-tab-group {
  white-space: nowrap;
}

.pignose-tab-response .pignose-tab-list {
  width: 15%;
}/*# sourceMappingURL=pignose.tab.min.css.map */