 /* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
 

.top-tab__menu {
  flex: 1;
}
.top-tab__wrap.center .top-tab__menu{
  flex: none;
}
.top-tab__menu a.active::after {
  left: 0;
}
.new-t-50 img {
  width: auto !important;
  height: 100% !important;
}
p.n-body, p.body {
  max-width: 100%;
}
.column3__textwrap {
  max-width: 100%;
}
.brand-table__inner::after {
  left: 0;
  display: none;
}
.paging-block__list li {
  list-style: none;
}

/* 그리드 플렉스로 변경 - 플러스 컨텐츠 */
.pluscontent-table {
  display: flex;
  flex-wrap: wrap;
}
.pluscontent-table__inner {
  flex: 0 0 33.3333%;
  max-width: 33.33%;
  padding: 16px;
  margin-bottom: 60px;
}
.pluscontent-table__inner .number {
  max-height: 60px;
}

.top-tab__wrap .h4 {
  padding: 20px 0px;
}

}