.ctt_membership_benefit {
  padding-top: 140rem;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}
.membership_benefit_section.section_content_inner {
  margin: 0 auto;
  padding-bottom: 70rem;
}
.ctt_membership_benefit .common_width {}

.ctt_membership_benefit .content_head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 50rem;
  padding-top: 80rem;
  padding-bottom: 40rem;
}


.ctt_membership_benefit .content_head h2 span.title {
  font-size: 30rem;
}

.ctt_membership_benefit .content_head span.sub_title {
  font-size: 18rem;
  text-align: start;
}

.ctt_membership_benefit .content_head span.sub_title b {
  font-weight: 600;
}

.list_tab_btn_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10rem;
  padding-bottom: 20rem;
}

.list_tab_btn {
  font-size: 14rem;
  font-weight: 600;
  padding: 10rem 20rem;
  border-radius: 10rem;
  border: 1px solid #00000034;
  background-color: #fff;
}
.list_tab_btn_active {
  background-color: #000;
  color: #fff;
  box-shadow:0px 2px 5px 0 rgb(0 0 0 / 29%);
  font-size: 16rem;
}
.list_tab_item {display: none;}
.list_tab_item_active {display: block;}

.membership-count-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20rem; /* 아이템 간 간격 */
  margin-top: 20rem;
}

/* 멤버십 혜택 설명 영역: 더욱 간결하게 */
.membership-explain {
  background-color: #b68249; /* 더 연하고 부드러운 배경 */
  border-radius: 4px;         /* 부드러운 둥근 모서리 */
  padding: 10px 15px;         /* 내부 여백 간결하게 */
  margin: 15px 0 20px 0;      /* 외부 여백 조정 */
  text-align: center;
  width: 100%;
  font-size: 16rem;
  color: #fff;
  word-break: keep-all;
}


.membership-count-item {
  width: calc((100% - 60rem) / 4);
  background: #ffffff;
  border-radius: 10rem;
  border: 1px solid #00000063;
  padding: 20rem 30rem 20rem 30rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30rem;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  position: relative;
}



.benefit-name {
  font-weight: 600;
  font-size: 22rem;
  color: #222;
  word-break: keep-all;
  text-align: start;
}
.benefit-info {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 50rem;
}

.usage-count {
  color: #a69c96;
  font-weight: 300;
  font-size: 14rem;
  border: 1px solid #dddddd;
  padding: 8rem 16rem;
  border-radius: 10rem;
}
.txt_ani_b {
  margin-bottom: 20rem;
}
.benefit_go {
  background-color: #b9824c;
  color: #fff;
  padding: 10rem 17rem;
  border-radius: 5rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15rem;
}
.benefit_go i {
  font-size: 13px;
    font-weight: 500;
}

.membership-request-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.membership-request-table thead tr th {
  background-color: #000;
  color:#fff;
  text-align: center;
  font-size: 16rem;
  border: solid #ffffff40;
  border-width: 0 1px 1px 0;
  padding: 10px;
  font-weight: 500;
  height: 50rem;
  vertical-align: middle; 

}
.membership-request-table tbody tr td {
  font-size: 16rem;
  border: 1px solid #e0e0e0;
  padding: 16px 10px;
  text-align: center;
}

.membership-request-table th {}
.membership-request-table th:first-of-type {border-left: 0;}
.membership-request-table th:last-of-type {border-right: 0;}
.membership-request-table th:first-of-type {border-left: 0;}

.membership-request-table .detail_btn {
  background-color: #b9824c;
  color: #fff;
  padding: 10rem 17rem;
  border-radius: 5rem;
  font-size: 14px;
}
.membership-request-list-body tr:hover td {
  background-color: #f9f9f9;
}

.table_wrap {overflow: hidden;}
.membership-request-table .view_mo {display: none;}

@media screen and (max-width: 1620px) {
  .membership_benefit_section.section_content_inner {
    padding-left: 20rem;
    padding-right: 20rem;
  }
}

@media screen and (max-width: 860px) {
  .ctt_membership_benefit .content_head h2 span.title {font-weight: 600;}
  .ctt_membership_benefit {padding-top: 0;}
  .ctt_membership_benefit .content_head {padding-top: 30rem;}
  .ctt_membership_benefit .content_head span.sub_title {font-size: 17rem;}
  .table_wrap {overflow-x: auto;}
  .membership-request-table {width:830px;}
  .ctt_membership_benefit .content_head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10rem;
  }
  select#membership_code {padding-right:32rem;}


  .membership-count-list { gap:10rem; }
  .membership-count-item {
    padding: 10rem 15rem;
  }
  .benefit-name {
    font-weight: 600;
    font-size: 20rem;
    color: #222;
    word-break: keep-all;
    text-align: start;
  }

  .membership-count-item {
    padding: 21rem 24rem 16rem 24rem;
    gap: 20rem;
    width: calc((100% - 10rem) / 2);
  }
  .benefit_go {font-size: 14rem;}
  .benefit_go i {font-size: 11px;}
  .usage-count {font-size: 12rem;}
  .membership-explain {font-size: 14rem;}
  .membership-request-table {font-size: 14rem;}
  .membership-request-table thead tr th {font-size: 14rem;}
  .membership-request-table tbody tr td {font-size: 14rem;}

  .membership-request-table .view_pc {display: none;}
  .membership-request-table .view_mo {display: block;}

  .membership-request-table {width:100%;}
  .membership-request-table .detail_btn {padding: 10rem 10rem;}
  .membership-request-table .detail_btn i {font-size: 12px;}
  .membership-request-table tbody tr td.detail_td {padding: 5rem 0; position: relative;}
  .membership-request-table tbody tr td.detail_td a {display: flex; 
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .membership-request-table tbody tr td.detail_td a i {
    font-size: 16rem;
        font-weight: 400;
        color: #b68249;
  }
}
@media screen and (max-width: 610px) {
  .membership-count-item {width: 100%;}

}
@media screen and (max-width: 540px) {
  .ctt_membership_benefit .content_head {padding-top: 50rem;}
  .ctt_membership_benefit .content_head h2 span.title {font-size: 20rem;}
  .ctt_membership_benefit .content_head span.sub_title {font-size: 16rem;}

 
  .benefit-name {
    font-size: 18rem;
  }
  .list_tab_btn_active {
    font-size: 14rem;
  }
}