/* common */
#sub_wrap .mainContainer {margin-top: 140px;}

.sub-title-section {
  padding: 0;
}

.sub-title-section .back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #232323;
  border-radius: 3px;
  font-size: 30px;
  color: #fff;
}


@media (max-width:991px) {
  #sub_wrap .mainContainer {margin-top: 100px;}
}

@media (max-width:767px) {
  #sub_wrap .mainContainer {margin-top: 80px;}
  .sub-title-section .back-btn {
    width: 25px;
    height: 25px;
    font-size: 20px;
  }
}


/* model-tab */
.battery-tab .nav-tabs.model-tab {
  display: flex;
  gap: 20px;
  margin-bottom: 0;
  border-bottom: 0;
}

.battery-tab .model-tab > li {
  flex: 1;
}

.battery-tab .model-tab > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  width: 100%;
  height: 70px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #c3c3c3;
  border-radius: 14px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #666;
}

.battery-tab .model-tab > li.active a {
  background-color: #2b479e;
  border-color: #2b479e;
  color: #fff;
}

.battery-tab .model-tab > li.active a:hover {
  color: #fff;
}

.battery-tab .tab-content {
  margin-top: 80px;
}

.battery-tab .tab-content h6 {
  padding-bottom: 10px;
  border-bottom: 3px double #c3c3c3;
}

/* .battery-tab .tab-content h6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background-color: #232323;
} */


.battery-content {
  display: flex;
  gap: 30px;
  align-items: center;
}

.battery-content > div {
  flex: 1;
}

.table-info {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 10px;
}

.table-info p {
  margin-bottom: 5px;
}

.table-info img {
  max-height: 50px;
}




.custom-table {
  overflow: hidden;
  width: 100%;
  background: #fff;
}

.custom-table th {
  height: 45px;
  background-color: #95B5DF;
  border-radius: 5px;
  border: 3px solid #fff;
  font-size: 16px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.custom-table tbody tr {
}

.custom-table td.table-th {
  background-color: #f7f7f7;
  border-bottom: 2px solid #fff;
}

.custom-table td {
  padding: 10px 5px;
  border: none;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
}

.custom-table td:not(.table-th) {
  border-bottom: 1px solid #f7f7f7;
}


.highlight {
  color: #1e88e5;
  font-weight: bold;
}

.table thead th {
  border-bottom: none;
}


@media (max-width:991px) {
  .battery-tab .nav-tabs.model-tab {
    gap: 10px;
  }
  
  .battery-tab .tab-content {
    margin-top: 60px;
  }
  
  .battery-tab .model-tab > li a {
    font-size: 16px;
  }
  
  .battery-content {
    flex-wrap: wrap;
    gap: 30px;
  }
  
  .battery-content > div {
    flex: auto;
    width: 100%;
  }
    
}

@media (max-width:767px) {

  .battery-tab .model-tab > li a {
    font-size: 12px;
    height: 100%;
    padding: 10px 2px;
  }
  
  .battery-tab .tab-content {
    margin-top: 40px;
  }
  
  .battery-tab .tab-content h6 {
    padding-left: 10px;
  }
  
  .battery-tab .tab-content h6::before {
    width: 5px;
    height: 5px;
  }
  
  .table-responsive {
    border: 0;
  }
  
  .custom-table th {
    height: 40px;
    border: 2px solid #fff;
    font-size: 12px;
  }
  
  .custom-table td {
    padding: 5px 3px;
    font-size: 11px;
  }
  
}



/*****************************************
연료전지사업부
*****************************************/
.mea-dev-pro {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.mea-dev-pro > div h6 {
  padding-bottom: 10px;
  border-bottom: 3px double #c3c3c3;
}

.mea-dev {
  width: 60%;
}


@media (max-width:991px) {
  .mea-dev-pro {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .mea-dev-pro > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
  }
  
  .mea-dev-pro > div h6 {
    width: 100%;
    text-align: center;
  }
  
  .mea-pro img {
    max-width: 50%;
  }
}


@media (max-width:991px) {
  .mea-dev-pro > div {
    width: 100%;
  }
  
  
}




.mea-competition {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}

.competition-table {
  overflow-x: auto;
}

.mea-competition table {
  width: 100%;
}

.mea-competition table thead tr th {
  position: relative;
  margin: 0px 5px;
  height: 95px;
  border-radius: 16px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  z-index: 10;
}


.mea-competition table thead tr th::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 0px;
  width: calc(100% - 12px);
  height: 100%;
  border-radius: 16px;
  z-index: -1;
}

.mea-competition table thead tr th:nth-of-type(2) {z-index: 12;}
.mea-competition table thead tr th:nth-of-type(3) {z-index: 11;}

.mea-competition table thead tr th:nth-of-type(2)::before {background-color: #95B5DF;}
.mea-competition table thead tr th:nth-of-type(3)::before {background-color: #005A9A;}
.mea-competition table thead tr th:nth-of-type(4)::before {background-color: #2b479e;}

.mea-competition table thead tr th:nth-of-type(2)::after {
  content: "";
  position: absolute;
  right: -36px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  border-left: 50px solid #95B5DF;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.mea-competition table thead tr th:nth-of-type(3)::after {
  content: "";
  position: absolute;
  right: -36px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  border-left: 50px solid #005A9A;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}


.mea-competition table tbody td {
  position: relative;
  padding: 10px 5px;
  text-align: center;
  z-index: 10;
}

.mea-competition table tbody td:not(:first-of-type):after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  background-color: #fff;
  border-radius: 15px;
  z-index: -1;
  box-shadow: 0px 0px 15px -10px rgba(0,0,0,.5);
}
.mea-competition table tbody td:first-of-type {
  position: relative;
  min-width: 100px;
  background-color: transparent;
  font-size: 16px;
  color: #232323;
  font-weight: 700;
  z-index: 10;
}

.mea-competition table tbody td:first-of-type::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% - 10px);
  width: 100%;
  border-radius: 16px;
  z-index: -1;
  background-color: #f7f7f7;
}

.mea-competition table tbody td img {max-width: 200px;}
.mea-competition table tbody tr:nth-of-type(2) td img {max-width: 135px;}
.mea-competition table tbody td p {
  margin-bottom: 15px;
}

.mea-competition table tbody td p span {
  font-style: italic;
}


@media (max-width:991px) {
  .mea-competition table thead tr th {
    height: 80px;
    font-size: 18px;
  }
  
  .mea-competition table thead tr th:nth-of-type(2)::after {
    right: -33px;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 50px solid #95B5DF;
  }
  
  .mea-competition table thead tr th:nth-of-type(3)::after {
    right: -33px;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 50px solid #005EA1;
  }
}

@media (max-width:767px) {
  .mea-competition table thead tr th {
    height: 45px;
    font-size: 14px;
  }
  .mea-competition table tbody td:first-of-type {
    min-width: 80px;
    font-size: 12px;
  }
    
  .mea-competition table tbody td p {
    margin-bottom: 8px;
  }
  .mea-competition table tbody tr:nth-of-type(2) td img {
    max-width: 90px;
  }
  
  .mea-competition table thead tr th:nth-of-type(2)::after {
    right: -18px;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 35px solid #95B5DF;
  }
  
  .mea-competition table thead tr th:nth-of-type(3)::after {
    right: -18px;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 35px solid #005A9A;
  }
  
  .mea-competition table tbody td img {
    max-width: 150px;
  }
}


/* performance */
.mea-performance-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.mea-performance-content .performance-img {
  width: 70%;
}


.mea-performance-content .performance-info {
  width: 26%;
}


.performance-info {
  position: relative;
}

.performance-info::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(43, 71, 157, 0.03) 0%, rgba(43, 71, 157, 0) 70%);
  border-radius: 50%;
}

.performance-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
  position: relative;
}

.performance-item:last-child {
  margin-bottom: 0;
}

.performance-number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 7px;
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, #2B479D 0%, #4e6bc5 100%);
  color: #fff;
  border-radius: 50%;
  font-weight: 600;
  flex-shrink: 0;
}

.performance-content {
  flex: 1;
  padding-left: 40px;
}

.performance-title {
  color: #2B479D;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 16px;
}

.performance-description {
  color: #666;
  line-height: 1.8;
  margin-bottom: 0;
}

@media (max-width:991px) { 
  .mea-performance-content {
    flex-wrap: wrap;
    gap: 30px;
  }
  
  .mea-performance-content > div {
    width: 100% !important;
  }
}


@media (max-width: 767px) { 
  .mea-performance-number {
    width: 28px;
    height: 28px;
    font-size: 14px;
    top: 1px;
  }
  
  .performance-content {
    padding-left: 35px;
  }
  
  .mea-performance-title {
    margin-bottom: 5px;
    font-size: 14px;
  }
  
  .mea-performance-description {
    font-size: 14px;
  }
  
  .performance-number {
    top: 3px;
    width: 25px;
    height: 25px;
  }
  
}




