@charset "utf-8";

/* 정렬 순서 버튼 */
.sorting__item input[type="radio"]:checked + label{background: #71D8E7;}
.sorting__item input[type="radio"]:checked + label .txt{color: #000;}

/* 총 개수 및 페이지 번호 스타일 */
.list__type1__info__section .count-txt > span.point{color: #2D99A8;}

.tit_tab_menu { font-size: 24px; font-weight: 700; background: #fff; }
.tit_tab_menu ul { height: 80px;  display: flex;  }
.tit_tab_menu ul li { width: 50%;  text-align: center; line-height: 14px;  color: #888888; border: 1px solid #888888; }
.tit_tab_menu ul li:last-child { border-left: none;}
.tit_tab_menu ul li a { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;}
.tit_tab_menu ul li:first-child{ border-right: none;}
.tit_tab_menu ul li.on { color: #000000; border: 2px solid #6393f2;}

@media (max-width: 1200px) {
    .tit_tab_menu { font-weight: 700; font-size: 14px; }
    .tit_tab_menu ul { height: 40px;}
}

