.pageing {
  display: block;
  margin-top: 30px;
  padding: 0;
  text-align: center;
}
.pageing a {
  color: #666;
  padding: 2px 9px;
  text-decoration: none;
  display: inline-block;
}
.pageing a.on {
  padding: 2px 9px;
  color: #fff;
  background: #777;
  text-decoration: none;
}
.change_cont2 h2 span {
  font-size: 18px;
  color: #ff3333;
}
.tab + p.desc {
  font-weight: 500;
  font-size: var(--ttl-bot-txt);
  padding-bottom: 15px;
}
.tab + p.desc span {
  color: #ff3333;
}
#container.mypage > section {
  height: calc(100vh - 340px);
  margin: 0 auto;
}

.mypage .cont_box {
  padding: 30px 34px 60px;
  height: 100%;
}

#container.mypage {
  min-height: calc(100vh - 110px);
}

#container.mypage > section {
  height: auto;
}
#container.mypage > section + section {
  margin-top: 40px;
}

.snb a {
  display: inline-block;
  padding: 0 20px;
  line-height: 42px;
  height: 44px;
  border: 1px solid #bbbbbb;
  background-color: #fff;
  color: #999999;
  border-radius: 22px;
  font-weight: 500px;
}
.snb a + a {
  margin-left: 10px;
}

.snb a:hover,
.snb a.on {
  border-color: var(--c-pt);
  background-color: #fff;
  color: var(--c-pt);
}
.snb a.full_bg:hover,
.snb a.full_bg {
  background-color: var(--c-pt);
  color: #fff;
  border-color: var(--c-pt);
}
.snb a strong {
  font-size: 18px;
  font-weight: 700;
}
.chg_box {
  margin-top: 20px;
}
.sorting_box {
  display: flex;
  align-items: center;
  position: relative;
  height: 40px;
}
.sorting_box select {
  border-radius: 12px 0 0 12px;
  height: 100%;
  border-right: none;
  flex: 1;
}
.sorting_box input {
  height: 100%;
  border-radius: 0 12px 12px 0;
  padding-right: 40px;
  flex: 2;
}
.sorting_box button {
  width: 40px;
  height: 40px;
  background: url(/img/mypage/mypage_search.png) no-repeat center;
  border: 0;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
}
/* 테이블 공통 속성 */
.cont_box .tab {
  margin: 30px 0;
}

.cont_box .tab a {
  display: block;
  text-align: center;
  height: 56px;
  line-height: 54px;
  width: 50%;
  background-color: #f9f9f9;
  border: 1px solid #eeeeee;
}
.cont_box .tab a:first-of-type {
  border-radius: 12px 0 0 12px;
}
.cont_box .tab a:last-of-type {
  border-radius: 0 12px 12px 0;
}
.cont_box .tab a.used.on {
  background-color: #999999;
  border: 1px solid #999999;
  color: #fff;
}
.cont_box .tab a.use.on {
  background-color: var(--c-pt);
  border: 1px solid var(--c-pt);
  color: #fff;
}
.table_wrap {
  border-top: 1px solid #252525;
  margin-top: 30px;
}

.table_wrap table {
  width: 100%;
}

/* th, td */
.table_wrap thead th,
.table_wrap tbody td {
  border-bottom: 1px solid #ececec;
  color: #252525;
}

/* th */
.table_wrap thead th {
  height: 50px;
  font-size: 15px;
  font-weight: 500;
  background-color: #f9f9f9f9;
  border-color: #dbdbdb;
}

/* td */
.table_wrap tbody td {
  padding: 17.5px 10px;
  text-align: center;
}

.table_wrap tbody td.desc {
  text-align: left;
  line-height: 1.5;
  word-break: keep-all;
}
.table_wrap tbody td.subj {
  text-align: left;
}
.table_wrap tbody td.subj b {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.table_wrap tbody td.point {
  font-weight: 600;
}

.table_wrap tbody .state {
  font-weight: 500;
}

.table_wrap tbody .num,
.table_wrap tbody .date {
  font-weight: 300;
  color: #757575;
}
