/* 헤더 상단 */
.header_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.right_link_box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.right_link_box button {
  background: #eeeff4;
  border-radius: 10px;
  color: var(--black);
  font-size: 14px;
  font-weight: 500;
  font-family: "noto";
  padding: 8px 14px;
}
.notice_total_wrap {
  width: 100%;
  position: relative;
  height: 40px;
  background: var(--white);
  border-radius: 16px;
}
.main_notice_title {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--main);
  color: var(--white);
  border-radius: 6px;
  padding: 4px 12px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}
.left_move_wallet {
  display: flex;
  overflow: hidden;
}
.left_move_wallet .marquee-text {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.left_move_wallet .marquee-text li {
  display: flex;
  margin-right: 20px;
  justify-content: center;
  flex-direction: column;
}
.left_move_wallet li a {
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  word-break: break-all;
  color: var(--black);
}
.contents_wbox {
  padding: 20px;
}
.num_klay_box {
  background: linear-gradient(90deg, #2e3b4b, #2e3b4b);
  border-radius: 15px;
  margin-top: 10px;
}
.card_name {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 28px 24px 0;
}
.card_name p {
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
}
.login_info {
  color: var(--white);
}
.login_info_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  border-top: 1px solid var(--white);
}
.use_point span {
  color: var(--white);
}
.user_name {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
}

.payment_title {
  color: var(--white);
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
}
.main_section {
  background-color: #1a1a1a;
  padding: 20px;
  border-radius: 10px;
}
.num_klay {
  padding: 20px 0;
  font-size: 26px;
  font-family: "montserrat";
  font-weight: 700;
  text-align: center;
}
.dan {
  font-size: 18px;
  font-family: "montserrat";
  font-weight: 700;
  color: var(--main);
}
.total_sisa {
  font-size: 16px;
  color: var(--white);
  font-weight: 600;
}
.avg_sisa {
  font-size: 12px;
  color: var(--dark);
  margin-top: 6px;
  font-weight: 400;
}
.usage_history {
  border: none;
  outline: none;
  color: #8f8f8f;
  font-size: 16px;
  font-weight: 600;
}
.change_w {
  color: var(--white);
}

.info_shopping_mall {
  background: var(--black);
  margin-top: 30px;
}
.shop_title {
  font-size: 30px;
  font-weight: 700;
  color: var(--white);
}
.shop_stitle {
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}

.info_shopping_wbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.sho_info_box a {
  color: #7a7a7a;
  margin-top: 10px;
  display: inline-block;
}
.onoffshopping_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.online_shopping_imgbox {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.onoffshopping_wrap span {
  color: var(--white);
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 14px;
  margin-top: 6px;
}

.action_menu {
  margin-top: 30px;
  margin-bottom: 10px;
}
.action_menu_link li {
  border: 1px solid var(--white);
  border-radius: 6px;
  padding: 10px;
  cursor: pointer;
}
.action_menu_link {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
.action_menu_link span {
  color: var(--white);
  font-size: 14px;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.action_img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
}
.bottom_tab li {
  flex: 1;
}
.bottom_tab li p {
  color: #89949c;
  text-align: center;
  font-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 44px 0px 0;
  cursor: pointer;
}
.bottom_tab li.active p {
  color: #0072ff;
}
.bottom_tab li:nth-child(1) p {
  background-image: url(../img/new_img/bottom_icon_home.svg);
  background-size: 38px;
}
.bottom_tab li:nth-child(2) p {
  background-image: url(../img/tclub/icon_pkg_purchase_off.svg);
  background-size: 32px;
}
.bottom_tab li:nth-child(3) p {
  background-image: url(../img/tclub/icon_wallet_off.svg);
  background-size: 32px;
}
.bottom_tab li:nth-child(4) p {
  background-image: url(../img/tclub/icon_wallet_off.svg);
  background-size: 32px;
}
.bottom_tab li:nth-child(5) p {
  background-image: url(../img/tclub/icon_user_off.svg);
  background-size: 32px;
}

.bottom_tab li:nth-child(1).active p {
  background-image: url(../img/new_img/bottom_icon_home_active.svg);
  background-size: 38px;
}
.bottom_tab li:nth-child(2).active p {
  background-image: url(../img//tclub/icon_pkg_purchase_on.svg);
  background-size: 32px;
}
.bottom_tab li:nth-child(3).active p {
  background-image: url(../img//tclub/icon_wallet_on.svg);
  background-size: 32px;
}
.bottom_tab li:nth-child(4).active p {
  background-image: url(../img//tclub/icon_wallet_on.svg);
  background-size: 32px;
}
.bottom_tab li:nth-child(5).active p {
  background-image: url(../img/tclub/icon_user_on.svg);
  background-size: 32px;
}

.login_main {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.h100 {
  height: 100%;
}
.login_txt {
  text-align: center;
  width: 100%;
  font-size: 30px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 30px;
}
.join_btn {
  border: 1px solid var(--sub);
  color: var(--sub);
  padding: 10px 12px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  border-radius: 6px;
}

label.checkbox {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
label.checkbox input {
  display: none;
}
label.checkbox .icon {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background-color: #a2acbd;
  cursor: pointer;
  position: relative;
}
label.checkbox .text {
  font-size: 14px;
  font-weight: 500;
  color: #a2acbd;
  cursor: pointer;
}
label.checkbox input + .icon::after {
  content: "V";
  display: block;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #eee;
}
label.checkbox input:checked + .icon {
  background: #7bb6f7;
}
label.checkbox input:checked + .icon::after {
  color: #fff;
}
label.checkbox input:checked ~ .text {
  color: var(--main);
}
/* terms_box */
.terms_box {
  background-color: #fff;
  border: 1px solid #a2acbd;
  border-radius: 6px;
  overflow: hidden;
}
.terms_box_inner {
  max-height: 200px;
  overflow-y: auto;
  white-space: pre-line;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 400;
}
.header_left_box {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.reco_data {
  width: max-content;
  padding: 10px;
  text-align: center;
  margin-left: auto;
  background-color: var(--white);
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}
.seearch_img {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  cursor: pointer;
}
.search_inputbox {
  position: relative;
}
.container_tree {
  position: relative;
  overflow: auto;
}
.tree1 ul {
  padding-top: 15px;
  position: relative;
  display: flex;
}
/* .tree1 a {display:block; height:100%;} */
.tree1 li {
  text-align: center;
  position: relative;
  padding: 18px 5px 0 5px;
}
.tree_wrap {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 0 10px;
  overflow: auto;
}
.user_infom {
  word-break: break-all;
  border: 2px solid #c3c3c3;
  display: inline-block;
  width: 120px;
  border-radius: 4px;
  background-color: #002f67;
}
.tree_idbox {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 4px 4px 0 0;
  color: #fff;
  background-color: #002f67;
  min-height: 30px;
  font-weight: 600;
  height: auto;
  font-size: 12px;
}
.tree_idbox2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 4px 4px 0 0;
  color: #fff;
  background-color: #f70d0d;
  min-height: 30px;
  font-weight: 600;
  height: auto;
  font-size: 12px;
}
.set1 {
  width: 100%;
  height: 1px;
  margin: 0 auto;
}
.tree_imgbox img {
  width: 30px;
  margin: 0 auto;
  display: block;
}
.tree_imgbox,
.tree_datebox {
  padding: 8px 0;
  font-size: 10px;
  font-weight: 400;
  color: #000;
  background-color: #fff;
}
.tree_namebox {
  font-size: 12px;
  font-weight: 600;
  padding-top: 4px;
  word-break: break-all;
  color: #000;
  background-color: #fff;
}
.tree_search {
  padding: 0 20px;
}
.tree_imgbox {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
.tree_datebox {
  border-radius: 0 0 2px 2px;
}
.container_tree {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.container_tree::-webkit-scrollbar {
  display: none;
}
.list_scroll {
  overflow-x: auto;
}
.list_scroll::-webkit-scrollbar {
  width: 8px;
}
.list_scroll::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: var(--main);
  border-radius: 10px;
  border: 2px solid var(--line);
}
.list_scroll::-webkit-scrollbar-track {
  background-color: var(--line);
}
.search_btn_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
.card.table {
  box-shadow: none;
}
.tree1 li:only-child {
  padding-top: 0;
  margin: auto;
}
/* after, before 이벤트 */
.tree1 li::before,
.tree1 li::after {
  content: "";
  position: absolute;
  top: -2px;
  right: 50%;
  border-top: 2px solid #c3c3c3;
  width: 50%;
  height: 18px;
}
.tree1 li::after {
  right: auto;
  left: 50%;
  border-left: 2px solid #c3c3c3;
}
.tree1 li:only-child::after,
.tree1 li:only-child::before {
  display: none;
}
.tree1 li:first-child::before,
.tree1 li:last-child::after {
  border: none;
}
.tree1 li:last-child::before {
  border-right: 2px solid #c3c3c3;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
}
.tree1 li:first-child::after {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}
.tree1 ul ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 2px solid #c3c3c3;
  width: 0;
  height: 15px;
}

/* hover 이벤트 */
.tree1 li a:hover + ul li::after,
.tree1 li a:hover + ul li::before,
.tree1 li a:hover + ul::before,
.tree1 li a:hover + ul ul::before {
  border-color: var(--main);
}
.tree1 li a div:hover,
.tree1 li a:hover + ul li a div {
  border: 2px solid var(--main);
  cursor: pointer;
}
.tree1 li a div:hover > p:nth-child(1) {
  background: var(--main);
  color: #fff;
  border-radius: 0;
}
.tree1 li a:hover + ul li a div p:nth-child(1) {
  background: var(--main);
  color: #fff;
  border-radius: 0;
}
table {
  width: 100%;
}
tr {
  border-bottom: 1px solid var(--line);
}
th {
  padding: 20px 10px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: var(--white);
}
td {
  padding: 20px 10px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: var(--white);
}

.inquiry_tab {
  display: flex;
  justify-content: center;
  align-items: center;
}
.inquiry_tab li {
  width: 100%;
  height: 60px;
  border-bottom: 2px solid #e6e6ea;
}
.inquiry_tab li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #89949c;
}
.inquiry_tab .active {
  border-color: var(--main);
}
.inquiry_tab .active a {
  color: var(--main);
}
.inquiry_list li {
  width: 100%;
}
.inquiry_list li a {
  display: block;
  padding: 20px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}
.inquiry_list li a .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  word-break: break-all;
}
.inquiry_list li a .state {
  font-size: 16px;
  font-weight: 700;
}
.inquiry_list li a .date {
  font-size: 14px;
  font-weight: 400;
  color: #b1b1b1;
}
.inquiry_list li a .state.wait {
  color: #f00;
}
.inquiry_list li a .state.complete {
  color: #090;
}
.recom_header_layout {
  max-width: 100%;
}
.copyright {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #a2acbd;
}

/* notice_list_card */
.notice_list_card {
  padding: 12px 20px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}
.notice_list_card .card_title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  opacity: 0.6;
}
.notice_list_card ul li {
  margin-bottom: 5px;
  border-bottom: 1px solid #f1f1f1;
}
.notice_list_card ul li:last-child {
  border-bottom: none;
}
.notice_list_card ul li a {
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.notice_list_card ul li a .title {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.notice_list_card ul li a .date {
  flex: none;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  opacity: 0.5;
}

.notice_list li {
  width: 100%;
  margin-bottom: 20px;
}
.notice_list li:last-child {
  margin-bottom: 0;
}
.notice_list li a {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.notice_list li a .title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
}
.notice_list li a .date {
  font-size: 14px;
  font-weight: 500;
  flex: none;
  color: #000;
}

.referral_tit {
  padding: 30px 20px 0;
  text-align: center;
}
.referral_tit p:first-child {
  font-size: 38px;
}
.referral_tit p:last-child {
  font-size: 16px;
}
.referral_box img {
  max-width: 100%;
}
.referral_info li {
  display: flex;
  align-items: center;
}
.referral_box_card {
  margin-top: 30px;
}

/* member card */
.member_info {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
  border-radius: 6px;
  margin-bottom: 20px;
  background: linear-gradient(120deg, #348cf8, #378af2);
  color: #fff;
  font-weight: 700;
}

.member_id-box {
  padding: 30px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.member_id-box p {
  font-size: 14px;
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.member_id-box span {
  font-size: 20px;
}

.member_name-box {
  padding: 20px;
}

.member_name-box p {
  font-size: 14px;
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.member_name-box span {
  font-size: 16px;
}

/* 주민등록번호 인풋 */
.rrn-input .right-num {
  display: flex;
  flex-shrink: 0;
  width: 50%;
  align-items: center;
  gap: 8px;
}

.rrn-input .right-num input {
  width: 40px;
  padding: 4px;
}

.rrn-input .right-num span {
  display: block;
  flex-shrink: 0;
  position: relative;
  top: 6px;
  font-size: 24px;
}

/* point_card */
.point_card {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
  background-color: #ccc;
  overflow: hidden;
}
.point_card.blue {
  background: linear-gradient(120deg, #348cf8, #378af2);
}
.point_card.green {
  background: linear-gradient(120deg, #259839, #00874f);
}
.point_card.yellow {
  background: linear-gradient(120deg, #ffc82f, #ffbc00);
}
.point_card.black {
  background: linear-gradient(120deg, #377cbd, #002f67);
}
.point_card.red {
  background: linear-gradient(120deg, #da5a59, #d25c5c);
}
.point_card.black .bottom {
  background-color: rgba(255, 255, 255, 0.1);
}
.point_card .top {
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.point_card .top .title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.point_card .top .amount {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.2px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
}
.point_card .bottom {
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
}
.point_card .bottom a {
  display: block;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.point_card .bottom a:last-child {
  border-right: none;
}
.point_card.apricot {
  background: linear-gradient(120deg, #516cc6, #7b66c5);
}
.point_card.mint {
  background: linear-gradient(120deg, #6af1eb, #0ee1fd);
}
.point_card.orange {
  background: linear-gradient(120deg, #f5a227, #fc7c04);
}

.point_card.gray {
  background: linear-gradient(120deg, #b9b9b9, #868686);
}

.point_tag {
  padding: 4px 8px;
  border-radius: 8px;
  border: 2px solid #da5a59;
  background-color: #fff;
  color: #da5a59;
  font-weight: 900;
}

/* direct_link_list */
.direct_link_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 10px;
}
.direct_link_list li {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}
.direct_link_list .important {
  background: linear-gradient(120deg, #36a45b, #00946f);
}
.direct_link_list .important .text {
  color: #fff;
}
.direct_link_list li .text {
  margin-bottom: 10px;
}
.direct_link_list li .text .pre {
  font-size: 14px;
  font-weight: 600;
}
.direct_link_list li .text .title {
  font-size: 18px;
  font-weight: 700;
}
.direct_link_list li .img {
  width: 35px;
  height: 35px;
  margin-left: auto;
}
.direct_link_list li .img img {
  width: 100%;
  height: 100%;
}
.direct_link_list .direct_txt {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.direct_link_list li a {
  width: 100%;
  height: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.direct_link_list li a > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.direct_link_list li a img {
  display: inline-block;
  margin-left: auto;
}

.direct_link_list li.blue {
  background: linear-gradient(120deg, #00b2ff, #348cf8);
}
.direct_link_list li.red {
  background: linear-gradient(120deg, #da5a59, #d25c5c);
}
.direct_link_list li.green {
  background: linear-gradient(120deg, #00a6b0, #0096c6);
}
.direct_link_list li.purple {
  background: linear-gradient(120deg, #7b66c5, #516cc6);
}
.direct_link_list li.pink {
  background: linear-gradient(120deg, #ff88a8, #ff6891);
}
.direct_link_list li.navy {
  background: linear-gradient(120deg, #377cbd, #002f67);
}
.direct_link_list li.yellow {
  background: linear-gradient(120deg, #fee347, #fbd80f);
}
.direct_link_list li.apricot {
  background: linear-gradient(120deg, #ff88a8, #ff6891);
}
.direct_link_list li.orange {
  background: linear-gradient(120deg, #ff9777, #e37d8d);
}
.direct_link_list li.navy p {
  color: #fff;
}

.popup_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.popup_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 334px;
  padding: 20px;
  border-radius: 6px;
  background-color: #fff;
}
.popup_title {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  word-break: break-all;
  color: #000;
  padding-bottom: 4px;
}
.popup_content {
  font-size: 16px;
  font-weight: 400;
  max-height: 300px;
  overflow-y: auto;
  margin-bottom: 20px;
  overscroll-behavior: none;
  word-break: break-all;
  color: #000;
  padding-bottom: 4px;
}
.popup_button_box {
  display: flex;
  align-items: center;
}
.popup_button_box button {
  margin-right: 20px;
  font-size: 14px;
}
.popup_button_box button:last-child {
  margin-right: 0px;
}
.deposit_wbox {
  margin-top: 60px;
}
.deposit_wbox p {
  font-size: 20px;
  font-weight: 700;
  color: var(--warning);
}
.deposit_wbox ul li {
  font-size: 16px;
  font-weight: 500;
}
.deposit_wbox ul {
  margin-top: 10px;
}

.text_card_list {
  width: 100%;
  padding: 12px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
  border-radius: 6px;
}
.text_card_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
}
.text_card_list li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.text_card_list .title {
  flex: none;
  font-size: 14px;
  font-weight: 400;
  word-break: break-all;
}
.text_card_list .desc {
  font-size: 14px;
  font-weight: 700;
  word-break: break-all;
}
.notice_date_gray {
  flex: none;
  color: #8e8e8e;
  font-size: 14px;
  margin-left: 20px;
}

/* 가맹점 */
.fr_header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 767px;
  width: 100%;
  z-index: 500;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

.fr_header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  position: relative;
  height: 100%;
}

.fr_header .btn_back_t {
  background-color: #f4f3f8;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 14px;
}

.fr_header_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 600;
}

.fr_header .btn_search {
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: url(/assets/img/svg/icon_search.svg) no-repeat center center /
    cover;
  opacity: 70%;
}

.fr_header .btn_search.open {
  background-image: url(/assets/img/svg/close_black.svg);
}

.fr_header .btn_search img {
  width: 100%;
  height: 100%;
  opacity: 60%;
}

.franchisee .bottom_tab {
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  z-index: 100;
}

.fran_search_box {
  background-color: var(--white);
  padding: 8px 20px;
  display: none;
}

.fran_search_box.active {
  display: block;
}

.franchisee .main {
  padding-top: 104px;
}

.franchisee .main.open {
  padding-top: 160px;
}

.franchisee.detail .main {
  padding-top: 48px;
}

.select_design {
  width: 100%;
  padding: 0 12px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  font-family: "noto";
  border: 1px solid var(--border);
  color: var(--black);
  height: 40px;
  background: var(--white);
  outline: none;
}

.link_franchisee {
  background-color: #fff;
  padding: 20px;
}

.link_franchisee .icon_chevron {
  display: block;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(270deg);
}

.icon_chevron img {
  height: 100%;
}

/* 가맹점 탭 */
.franchisee.wrap {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.franchisee .nav_tab_wrap {
  width: 100%;
  background-color: #fff;
}

.nav_tab_list {
  display: flex;
  justify-content: space-between;
  /* border: 1px solid #eee; */
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  gap: 16px;
}

.nav_tab {
  padding: 8px 12px;
  border-bottom: 2px solid transparent;
  width: 100%;
  text-align: center;
}

.nav_tab.active {
  border-color: var(--main);
  font-weight: 700;
}

.link_franchisee .btn_link {
  height: 40px;
  padding: 0 16px;
  border-radius: 8px;
  background-color: var(--main);
  color: var(--white);
  flex-shrink: 0;
}

.franchisee .btn_upload {
  background-color: var(--white);
  border-radius: 8px;
  color: var(--main);
  padding: 4px 8px;
  font-weight: 500;
  font-size: 16px;
}

/* 리스트로 선택 */
.fran_list .fran_item {
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  position: relative;
  cursor: pointer;
}

.fran_list .fran_item:hover {
  background-color: #fafafa;
}

.fran_list li:last-child {
  border-bottom: 1px solid #eee;
}

.fran_item .item_img {
  position: relative;
}

.fran_item .fran_thumb {
  border-radius: 12px;
  border: 1px solid #eee;
  width: 160px;
  height: 96px;
  overflow: hidden;
}

.fran_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.fran_item .btn_like {
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(/assets/img/svg/icon_heart.svg) no-repeat center center /
    cover;
  bottom: 4px;
  right: 4px;
}

.fran_item.like .btn_like {
  background-image: url(/assets/img/svg/icon_heart_fill.svg);
}

.franchisee.bg_white {
  background-color: var(--white);
}

/* 내 가맹점 */
.fr_detail_header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 767px;
  width: 100%;
  z-index: 500;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.fr_detail_header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  position: relative;
  height: 100%;
}

.fr_detail_header .btn_back_i {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 16px;
}

.fr_detail_header .btn_back_i img {
  width: 9px;
  position: relative;
  top: 1.5px;
  opacity: 70%;
}

.info_card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.info_card .title {
  font-size: 26px;
  font-weight: 500;
}

.info_card .desc {
  margin-top: 8px;
  font-size: 18px;
}

.info_thumb {
  width: 120px;
  height: 120px;
  aspect-ratio: 1 / 1;
}

.info_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fran_nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  max-width: 600px;
  margin-top: 60px;
}

.fran_nav .nav_item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.fran_nav .nav_item img {
  width: 50%;
}

/* 결제내역 탭 */

.fran_tab_container {
  margin-top: 40px;
}

.fran_tab_container .tab_menu {
  background-color: #eee;
  padding: 6px;
  border-radius: 26px;
  display: flex;
}

.fran_tab_container .tab_btn {
  cursor: pointer;
  padding: 12px 0;
  border-radius: 24px;
  width: 50%;
  font-size: 15px;
}

.fran_tab_container .tab_btn.active {
  background-color: var(--main);
  color: var(--white);
  font-weight: 500;
}

.fran_tab_container .tab_content {
  margin-top: 20px;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #eee;
}

.tab_panel {
  display: none;
}
.tab_panel.active {
  display: block;
}

.tab_content .link_history {
  width: 100%;
  display: flex;
  background-color: #eee;
  margin-top: 20px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  font-weight: 500;
}

.link_history .icon_arrow {
  transform: rotate(180deg);
  width: 10px;
  display: inline-block;
  position: relative;
  top: 1px;
}

.link_history .icon_arrow img {
  width: 7px;
}

.fran_banner_wrap {
  margin-top: 40px;
}

.fran_banner {
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}

.fran_banner .swiper-slide {
  width: 100%;
}

.fran_banner .swiper-slide img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.fran_banner .swiper-pagination {
  width: max-content;
  right: 12px !important;
  bottom: 12px !important;
  left: auto;
  font-size: 13px;
}

/* 지도로 찾기 */
.fran_map_wrap {
  width: 100%;
  height: calc(100vh - 184px);
  position: relative;
}

.fran_detail_map {
  width: 100%;
  height: 500px;
  position: relative;
  margin-top: 80px;
  border-radius: 12px;
  overflow: hidden;
}

.fran_map {
  width: 100%;
  height: 100%;
}

.fran_map_label {
  padding: 6px 12px;
  border-radius: 50px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.btn_map_refresh {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  background-color: #fff;
  border-radius: 50px;
  padding: 8px 16px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  font-size: 16px;
}

/* 매장 관리 */
.manage_thumb {
  width: 120px;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}

.manage_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.manage .info_top,
.manage .info_btm {
  gap: 30px;
  display: flex;
  justify-content: end;
  align-items: center;
}

.manage .info_top a {
  padding: 8px 16px;
  background-color: #eee;
  border-radius: 8px;
  font-size: 16px;
  display: block;
  text-align: center;
  width: 50%;
}

.manage .info_top a.point {
  background-color: var(--main);
  color: var(--white);
}

.manage_right .links {
  width: 200px;
}

.manage_right p {
  flex-shrink: 0;
  text-align: right;
}

.manage_right input {
  max-width: 200px;
  text-align: right;
}

.btn_refresh {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 40px;
  position: relative;
  top: 1px;
  cursor: pointer;
  background-color: #eee;
  border-radius: 8px;
  padding: 0 8px;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
}

.btn_refresh img {
  width: 18px;
  height: 18px;
}

.design.btn_view {
  background-color: #eee;
  color: #000;
  border: 1px solid var(--border);
  font-weight: 400;
}

/* 회원정보 수정 */
.store_edit select {
  padding: 10px 16px;
  width: 100%;
  font-weight: 500;
  border-radius: 10px;
  font-family: "NotoSansKR";
  border: 1px solid var(--line);
  background-color: #ffffff;
}
.store_edit select.readonly {
  background-color: #f7f7f8;
  color: #000;
}

/* 날짜 상세조회 */

.fran_calendar_box {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.fran_calendar_box input {
  padding: 10px 20px;
  min-height: 40px;
  border-radius: 8px;
  border: 1px solid var(--line);
}

.manage_payment_item {
  padding: 16px;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 12px;
  margin-top: 16px;
}

.manage_payment_item .date {
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}

.manage_payment_item .payment_info {
  margin-top: 8px;
  background-color: var(--white);
  border: 1px solid #ccc;
  padding: 8px 12px;
}

/* 가맹점 정보 수정 */
.store_edit .store_img_wrap {
  padding: 24px 0;
}

.store_edit .store_img {
  width: 150px;
  height: 150px;
  background-color: #f1f1f1;
  margin: 0 auto;
  border: 1px solid #f1f1f1;
  position: relative;
  cursor: pointer;
}

.store_img .icon_camera {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid var(--dark);
}

.store_edit .store_img .icon_camera img {
  width: 70%;
  height: auto;
  position: relative;
  top: -1px;
}

.store_edit .store_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* qr 결제 페이지 */
.scan_box_wrap {
  width: 100%;
  height: 100%;
  max-width: 767px;
  background-color: rgba(0, 0, 0, 0.3);
  left: 50%;
  transform: translateX(-50%);
  z-index: 900;
  position: fixed;
  justify-content: center;
  align-items: center;
  display: none;
}

.scan_box_wrap.active {
  display: flex;
}

.scan_box {
  width: 80%;
  aspect-ratio: 1 / 1;
}

.scan_box video {
  width: 100%;
  object-fit: cover;
}

/* main qr */
.qr_overlay {
  width: 100%;
  height: 100%;
  max-width: 767px;
  background-color: rgba(0, 0, 0, 0.3);
  left: 50%;
  transform: translateX(-50%);
  z-index: 500;
  position: fixed;
  justify-content: center;
  align-items: center;
  display: none;
}

.qr_overlay.active {
  display: flex;
}

.qr_overlay .content {
  border-radius: 12px;
  padding: 60px 28px 40px;
  background-color: white;
  position: relative;
}

.qr_overlay button {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}

.qr_overlay .qr_img {
  width: 200px;
  height: 200px;
}

.qr_overlay .qr_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn_qr {
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: white;
  padding: 6px 12px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  color: var(--main);
  cursor: pointer;
}

.member_info .qr {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 60px;
  height: 60px;
}

.member_info .qr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.payment_qr input {
  max-width: 400px;
  text-align: right;
}

.payment_qr input.user_id {
  max-width: 100%;
  text-align: left;
}

.payment_qr ul {
  border-radius: 12px;
  border: 1px solid #eee;
  padding: 16px;
  background-color: #f4f3f8;
}

.payment_qr ul li p {
  width: 150px;
}

.qr_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}

.text_dot {
  position: relative;
  top: 3px;
}

.qr_wrap.hidden {
  display: none;
}

.qr_img {
  width: 150px;
}

.qr_img.hidden {
  display: none;
}

.btn_generate_qr {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 14px;
  border: 1px solid var(--dark);
  border-radius: 36px;
  padding: 8px 16px;
  cursor: pointer;
}

.btn_reset {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 14px;
  border: 1px solid var(--dark);
  border-radius: 36px;
  padding: 8px 16px;
  cursor: pointer;
}

.fran_about .thumb_img {
  height: 300px;
  border-radius: 16px;
  border: 1px solid var(--dark);
  position: relative;
  overflow: hidden;
}

.fran_about .thumb_img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.fran_about .thumb_img .like {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 8px;
  bottom: 8px;
  background: url(/assets/img/svg/icon_heart.svg) no-repeat center center /
    cover;
}

.fran_about .thumb_img .like.active {
  background: url(/assets/img/svg/icon_heart_fill.svg) no-repeat center center /
    cover;
}

.fran_about textarea {
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 400;
  color: #424242;
  margin-top: 8px;
}

.no_list {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 150px;
}

.no_list.point {
  min-height: 300px;
}

.no_list p {
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .payment_title {
    font-size: 22px;
  }
  .num_klay {
    font-size: 24px;
  }
  .shop_title {
    font-size: 24px;
  }

  .nav_tab_list {
    gap: 0px;
  }

  .nav_tab {
    font-size: 14px;
    padding: 12px 4px;
  }

  .franchisee .bottom_tab {
    border-left: none;
    border-right: none;
  }

  .franchisee.wrap {
    border-left: none;
    border-right: none;
  }

  .nav_tab_list {
    border-left: none;
    border-right: none;
  }

  .fr_header {
    border-left: none;
    border-right: none;
  }
}

@media screen and (max-width: 570px) {
  /* 날짜 */
  .fran_calendar {
    flex-direction: column;
  }

  .fran_calendar_box {
    width: 100%;
  }

  .btn_refresh {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .manage_info {
    gap: 16px;
  }

  .manage_right p {
    font-size: 14px;
  }

  .manage_thumb {
    width: 90px;
  }

  .manage .info_top a {
    padding: 8px 4px;
    font-size: 14px;
  }

  .manage .info_top,
  .manage .info_btm {
    gap: 16px;
  }

  .manage_right .links {
    width: 100%;
  }

  .fran_calendar_box input {
    padding: 10px;
  }

  .payment_qr li {
    flex-direction: column;
    align-items: start;
    gap: 4px;
  }

  .fran_detail_map {
    height: 300px;
  }
}

@media screen and (max-width: 430px) {
  .action_menu_link {
    grid-template-columns: repeat(2, 1fr);
  }
  .info_shopping_wbox {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .nav_tab_list {
    gap: 0px;
  }

  .nav_tab {
    font-size: 12px;
    padding: 12px 4px;
  }

  .fran_item .fran_thumb {
    width: 120px;
    height: 80px;
  }

  .info_card .title {
    font-size: 16px;
    font-weight: 500;
  }

  .info_card .desc {
    margin-top: 8px;
    font-size: 14px;
  }

  .info_card .info_thumb {
    width: 100px;
    height: 100px;
  }

  .fran_nav {
    max-width: 600px;
    margin-top: 30px;
  }

  .fran_nav .nav_item a {
    font-size: 14px;
  }

  .fran_nav .nav_item img {
    width: 50%;
  }

  .fran_calendar_box {
    flex-direction: column;
    gap: 8px;
  }

  .fran_calendar_box input {
    width: 100%;
  }

  .fran_calendar_box button {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .link_title {
    font-size: 14px;
  }
  .direct_link_list li .text .title {
    font-size: 16px;
  }
  .direct_link_list li .text .pre {
    font-size: 13px;
  }
}

@media screen and (max-width: 374px) {
  .manage_info {
    gap: 8px;
  }

  .manage_right p {
    font-size: 13px;
  }

  .manage_thumb {
    width: 90px;
  }

  .manage .info_top a {
    padding: 8px 3px;
    font-size: 13px;
  }

  .manage .info_top,
  .manage .info_btm {
    gap: 8px;
  }

  .design.btn_view {
    font-size: 14px;
    padding: 0 8px;
  }
}
