﻿/* Tab Content - menucool.com */

div.title h4 {
  font-size: 2vw;
  padding-top: 200px;
  text-align: center;
}

ul.tabs {
  padding: 5px 0;
  /* margin:0; */
  position: relative;
  font-size: 0;
  text-align: center;
  /*set to left, center, or right to align the tabs as desired*/
  background: #ffffff;
  /* border: 2px solid #E7E7E7; */
  /* border-bottom: none; */
  /* border-radius: 2px 2px 0 0; */
  height: 80px;
  width: 100%;
  box-sizing: border-box;
  clear: both;
}

ul.tabs::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #d20000;
  border-radius: 2.5px;
}

.tabs::after {
  content: "";
  display: block;
  clear: both;
}

ul.tabs li {
  position: relative;
  height: 80px;
  width: 20%;
  box-sizing: border-box;
  margin: 0;
}

ul.tabs li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 30%;
  background: #eee;
}

ul.tabs li:last-child::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 30%;
  background: #eee;
}

ul.tabs li a {
  position: relative;
  display: block;
  width: 80%;
  height: 100%;
  margin: 0 auto;
  line-height: 80px;
  font-size: 18px;
  /* padding: 15px 30px 20px 30px; */
  /* padding-bottom: 19px; */
  color: #000;
  border-radius: 5px 5px 0 0;
  /* outline: none; */
  font-weight: 400;
  box-sizing: border-box;
  transition: color 0.1s;
}

ul.tabs li a:hover,
ul.tabs li.selected a {
  color: #d20000;
  font-weight: 700;
  /*     background: #FFF;
    border: 2px solid #DB0000;
    border-bottom: 1px solid #FFF; */
}

ul.tabs li.selected a:hover,
ul.tabs li.selected a:hover {
  text-decoration: none;
}

div.tabcontents {
  border-radius: 0 0 2px 2px;
}

#devContentAreaData {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .board-tab .tabs .devTabs {
    font-size: 15px;
  }
}

@media screen and (max-width: 500px) {
  /*     div.tabcontents {
        padding: 20px 0 20px 0;
    } */

  .board-tab .tabs .devTabs {
    font-size: 13px;
  }

  /*     #devContentAreaData {
        margin-top: 25px;
    } */
}
