.History_table {width:100%;border-top:2px solid #395aa9;border-bottom:1px solid #545351;font-size:14px;}
.History_table tbody th {font-family:'Arial';font-size:26px;background: url('../img/History_line.gif') 100% 50% no-repeat;color:#395aa9;border-bottom:1px dotted #8a8b8f;}
.History_table tbody td {padding:20px 35px;line-height:180%; border-bottom:1px dotted #8a8b8f;}
/* 역사 소개에서 월 적용시 */
.History_table .tc {font-size:16px;text-align:center;background: url('../img/History_line.gif') 100% 50% no-repeat;}

.company_history_title_text {display:inline-block;width:100%;text-align:center;padding:35px 0;}
.company_history_title_text p {font-size:26px;padding-bottom:7px;}
.company_history_title_text span {font-size:16px;}

.group::after, .tabBlock-tabs::after {
  clear: both;
  content: "";
  display: table;
}

*, ::before, ::after {
  box-sizing: border-box;
}

.unstyledList, .tabBlock-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabBlock-tabs_group {width:980px;height:156px;background: url('../img/Company_History_bg.jpg') 0 0 no-repeat;}
.tabBlock-tabs {width:550px;margin:0 auto;padding-top:30px;}
.tabBlock {
  margin: 0;
}

.tabBlock-tab {
  margin:0;
  float:left;
  font-family:'Arial', 'Nanum Gothic';
  font-size:30px;
  text-align:center;
  color: #97abe4;
  width: calc(100% / 4);
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  padding:50px 0 0 0;
  position: relative;
}
.tabBlock-tab p {font-size:16px;}
.tabBlock-tab:last-of-type {
  border-right-style: solid;
}
.tabBlock-tab::before, .tabBlock-tab::after {
  content: "";
  display: block;
  height: 28px;
  position: absolute;
}
.tabBlock-tab::before {
  background: url('../img/history_circle_icon_off.png') 50% 0 no-repeat;
  left: 0;
  right: 0;
  top: 0;
}
.tabBlock-tab::after {
  background-color: transparent;
  left: 0;
  right: 0;
  top: 0;
}


.tabBlock-tab.is-active {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.tabBlock-tab.is-active::before {
  background: url('../img/history_circle_icon_on.png') 50% 0 no-repeat;
}
/**
.tabBlock-tab.is-active::after {
  background-color: #fff;
}
**/

.tabBlock-content {

}
.tabBlock-pane {width:90%;margin:0 auto;}
.tabBlock-pane > :last-child {
  margin-bottom: 0;
}