

.contents4 > .col {
    width: 347px;
}

.col-3>.col:nth-child(3n+1) {
    clear: none;
}


.contents4 .col .box-04-01 .btn-list li {
    padding-left: 40px;
    padding-right: 40px;
}  








  .tabArea .tabBtnWrap {
    width: 100%;
    border-bottom: 1px solid #babcbe;
    position: relative;
    height: 50px;
    box-sizing: border-box;
}

.tabArea .tabBtnWrap .tabBtn {
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tabArea .tabBtnWrap .tabBtn>li {
  width: calc(50% - 10px);
  background-color: #d9d9d9;
  color: #565656;
  border: 1px solid #babcbe;
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
}

.tabArea .tabBtnWrap .tabBtn>li.active {
  background-color: #fff;
  color: #2174ed;
  border-bottom: 1px solid #fff;
}



.tabArea .tabConteWrap .tabConte {
  display: none;
}

.tabArea .tabConteWrap .tabConte.active {
  display: block;
}


.sec_dot {
  border-bottom: 1px dotted #cdd0d2;
}

.border_none {
  border: none!important;
}

.txt_c {
  text-align: center;
}

.btn_col3 a.uni-btn-02 {
  min-width: auto;
}


