/* 메인페이지 배경 */
/* .main-bg {
  background: url("../img/new_img/gif/background-d.gif") no-repeat center center;
  background-size: cover;
} */

.main-bg {
  position: relative;
  background-color: #141822;
  overflow: hidden;
}

.main-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/new_img/gif/background-d.gif") no-repeat center center;
  background-size: cover;
  opacity: 0.5;
  z-index: 0;
  /* background-repeat: repeat-y; */
}

/* 실제 내용이 위에 보이도록 */
.main-bg > * {
  position: relative;
  z-index: 1;
}

.bg-wrap {
  background: url("../img/new_img/png/bg-gradient.png") no-repeat center center;
  background-size: 120% 200%;
}

/* 공지사항 슬라이드 */
.marquee_box {
  display: flex;
  align-items: center;
  height: 42px;
  margin-top: 20px;
  background: url("../img/new_img/svg/notice_bg.svg") no-repeat center center;
  background-size: 100% 100%;
}

.marguee_noticeb {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: 8px;
  padding: 4px 6px;
  font-family: "lato";
  font-size: 12px;
  font-weight: 500;
  color: var(--blue);
}

.marguee_noticeb span {
  color: var(--blue);
  font-size: 12px;
}

.marquee_inner {
  width: 100%;
  height: 36px;
  margin: 0 20px;
  padding: 0 20px;
  background-color: transparent;
  color: #fff;
  overflow: hidden;
}

ul.marquee {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
}

ul.marquee > li {
  margin: 0 10px;
  padding: 0;
}

ul.marquee > li > a {
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  font-family: "lato";
  white-space: nowrap;
}

@keyframes marquee {
  0% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

/* 상단 배너 */
.wrap_padding {
  padding: 8px 16px 18px;
}

.level_card.web_bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 167px;
  margin: 0 auto;
  padding: 29px 26px 35px 26px;
  background: url("../img/new_img/svg/levelcard_w.svg") no-repeat center center;
  background-size: 100% 100%;
}

.level_title {
  width: 100%;
  font-family: "Orbitron";
  font-weight: 600;
  font-size: 28px;
  color: #18e4ff;
}

.card_swiper_box {
  width: 100%;
  max-width: 767px;
  margin: 0px auto;
}

.package_amount {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 8px;
  font-family: "Orbitron";
}

.package_amount span {
  color: #fff;
}

.package_amount span:nth-child(1) {
  font-size: 16px;
  font-weight: 500;
  font-family: "Orbitron";
}

.package_amount span:nth-child(2) {
  font-size: 20px;
  font-weight: 700;
}

.login_link {
  display: inline-block;
  padding: 6.5px 40px;
  margin-top: 10px;
  font-family: "Lato";
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
}

.login_link span {
  font-family: "lato";
  color: var(--white);
}

.login__input {
  width: 100%;
  height: 54px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
  background: url("../img/new_img/png/bg_login_w.png") no-repeat center center;
  background-size: 100% 100%;
  border: none;
  outline: none;
}

.login__btn {
  width: 100%;
  height: 56px;
  margin-top: 36px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0px 1px 3px 0px #1a1a1a14;
  background-color: var(--blue);
  color: var(--gray0c);
  cursor: pointer;
}

.member_info {
  display: flex;
  align-items: center;
  align-self: flex-start;
  gap: 2px;
  margin-top: auto;
  font-family: "Noto Sans KR";
}

.member_info span {
  color: #fff;
}

.member_info span:nth-child(1) {
  font-size: 14px;
  font-weight: 700;
}

.member_info span:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
}

.banner_swiper .swiper-pagination-bullet-active {
  background: var(--main) !important;
}

.banner_swiper .swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  background: #3d3d3d;
}

header.new_header.tp {
  background: transparent;
}

header .cursor_p.btn--mypage {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
}

header .cursor_p.btn--mypage img {
  width: 100%;
  height: 100%;
}

.new_header.tp .header_wrap {
  background-color: transparent;
}

.header_new_img img {
  display: block;
  max-width: 100%;
  height: 20px;
}

.header_new_img_p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

/* 중간 바로가기 영역 */
.main_user_container {
  width: 100%;
  max-width: 767px;
  margin: 20px auto 0;
}

/* 메뉴 */
.menu__list {
  display: grid;
  grid-template-columns: repeat(3, 114px);
  justify-content: space-between;
  width: 576px;
  margin: 0 auto;
  padding: 24px;
  row-gap: 27px;
}

.menu__item {
  display: flex;
  justify-content: center;
}

.menu__item .item__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.menu__item .icon__wrap {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.menu__item:nth-child(5) .icon__wrap .icon-content {
  top: calc(50% - 3px);
}

.icon__wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.menu__item .icon-bg {
  animation: bring 1.5s linear;
  animation-fill-mode: none;
}

.menu__item:nth-child(1) .icon-bg {
  animation-delay: 0s;
}

.menu__item:nth-child(2) .icon-bg {
  animation-delay: 6s;
}

.menu__item:nth-child(3) .icon-bg {
  animation-delay: 3s;
}

.menu__item:nth-child(4) .icon-bg {
  animation-delay: 7.5s;
}

.menu__item:nth-child(5) .icon-bg {
  animation-delay: 1.5s;
}

.menu__item:nth-child(6) .icon-bg {
  animation-delay: 4.5s;
}

@keyframes bring {
  0% {
    transform: rotateY(0);
  }

  100% {
    transform: rotateY(180deg);
  }
}

.menu__item .icon-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.menu__item .title {
  font-family: "Lato", serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
  text-align: center;
}

.user_menu_box li {
  margin: 0 auto;
  width: 100%;
}

.planet_iconbox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 16px;
  grid-column-gap: 24px;
}

.user_menu_icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  overflow: hidden;
  background: linear-gradient(135deg, #2a2a2a 0%, #0c0c0c 100%);
  border: 1px solid #ffffff0a;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 하단 배너 */
.tara_banner {
  width: 100%;
  max-width: 767px;
  margin: 20px auto 0;
}

.img_slider {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px !important;
}

.img_slider .swiper-pagination-fraction {
  display: flex;
  position: static;
  left: unset;
  width: max-content;
  height: 100%;
  margin-right: 6px;
  font-weight: 700;
}

.img_slider .swiper-pagination-fraction span:nth-child(1) {
  margin-right: 4px;
}

.img_slider .swiper-pagination-fraction span:nth-child(2) {
  margin-left: 4px;
}

.img_slider .banner_img {
  border-radius: 10px;
}

.img_slider .banner_img img {
  border-radius: 0;
}

.img_slider .swiper-pagination {
  bottom: 0px !important;
}

.banner_img img {
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.img_slider .swiper-pagination-bullet-active {
  background: var(--white) !important;
}

.img_slider .swiper-pagination-bullet {
  background: var(--gray3d);
  opacity: 1;
  width: 6px !important;
  height: 6px !important;
}

/* 팝업 */
.taraapp_bg,
.withdrawal_bg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.mainpopup_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  z-index: 10000;
  transition: all 0.2s;
}

.mainpopup_bg.active {
  opacity: 1;
  visibility: visible;
}

.withdrawal_bg {
  z-index: 1000;
}

.mainpopup_box,
.taraapp_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 350px;
  padding: 29px 16px;
  font-family: "lato";
  background: url("../img/new_img/png/alert_bg.png") no-repeat center center;
  background-size: 100% 100%;
}

.mainppopup_title {
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  text-align: center;
  word-break: break-all;
}

.popup_button_box {
  gap: 10px;
  margin-top: 24px;
}

/* .popup_button_box button { width:49%; height:42px; padding:0 20px; } */
.mainppopup_content {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: var(--grayca);
}

.mainpopup__btn {
  width: 120px;
  height: 34px;
  font-family: "lato";
  font-weight: 700;
  flex-basis: 50%;
}

.mainpopup__btn.gray {
  background-color: var(--grayca);
  color: var(--white);
}

.mainpopup__btn.blue {
  background-color: var(--blue);
  color: var(--gray0c);
}

/* 로그인 */
.wrap_box {
  width: 100%;
  max-width: 767px;
  margin: 0 auto;
}

.login_logo_title {
  padding: 48px 0;
  font-size: 40px;
  font-family: "sarpanch";
  font-weight: 700;
  text-align: center;
  background: linear-gradient(91.59deg, #ffffff 20%, #b6b6b6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.label_txt {
  display: inline-block;
  font-size: 12px;
  font-family: "lato";
  font-weight: 500;
}

small {
  font-family: "lato";
}

.pass_show {
  position: relative;
  height: 54px;
}

.pass_show img {
  position: absolute;
  right: 16px;
  top: 50%;
  z-index: 200;
  transform: translateY(-50%);
  cursor: pointer;
}

.pass_show.send {
  margin-top: 4px;
}

.design_btn {
  width: 100%;
  height: 56px;
  font-size: 16px;
  font-weight: 700;
  font-family: "lato";
  outline: none;
  border: none;
  box-shadow: 0px 1px 3px 0px #1a1a1a14;
  background: var(--blue);
  color: var(--gray0c);
}

.design_btn.gray {
  background-color: var(--grayca);
  color: var(--white);
}

.design_btn:disabled {
  background: #3d3d3d;
  cursor: inherit;
}

.design_btn.del {
  background: var(--grayca);
  color: var(--white);
}

.link_find_password {
  width: 100%;
  margin-top: 28px;
  text-align: center;
}

.link_find_password span {
  display: inline-block;
  width: max-content;
  color: #adadad;
  font-size: 14px;
  font-weight: 400;
  font-family: "lato";
  text-decoration: underline;
}

.register_link_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  gap: 10px;
}

.register_link_box span {
  font-size: 14px;
  font-family: "lato";
}

.register_link_box span:nth-child(1) {
  font-weight: 400;
  color: var(--white);
}

.register_link_box span:nth-child(2) {
  font-weight: 700;
  color: var(--blue);
  text-decoration: underline;
}

.recommender .design_input {
  padding: 20px 16px;
}

/* 이메일 인증 */
.h100 {
  height: 100%;
}

.center_data {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 16px;
}

.center_data form {
  display: block;
  width: 100%;
}

.info_title {
  margin-top: 48px;
  margin-bottom: 48px;
  font-family: "lato";
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}

/*추천인, 후원인*/
.seearch_img {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

.search_inputbox {
  position: relative;
}

.container_tree {
  position: relative;
  overflow: auto;
}

.tree1 ul {
  display: flex;
  position: relative;
  padding-top: 20px;
}

.tree1 li {
  position: relative;
  padding: 20px 5px 0 5px;
  text-align: center;
}

.tree_wrap {
  width: 100%;
  max-width: 767px;
  margin: 0 auto;
  padding: 0 10px;
  overflow: auto;
}

.user_infom {
  display: inline-block;
  width: 150px;
  border: 2px solid #3d3d3d;
  border-radius: 6px;
  word-break: break-all;
}

.tree_idbox {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  height: auto;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px 4px 0 0;
  color: var(--white);
  background-color: var(--main);
}

.set1 {
  width: 100%;
  height: 1px;
  margin: 0 auto;
}

.tree_imgbox img {
  width: 30px;
  margin: 0 auto;
}

.tree_imgbox,
.tree_datebox {
  padding: 8px 0;
  font-size: 12px;
  font-weight: 400;
}

.tree_datebox {
  color: var(--gray6a);
}

.tree_namebox {
  padding-top: 4px;
  font-size: 12px;
  font-weight: 600;
  color: var(--white);
  word-break: break-all;
}

.tree_search {
  padding: 0 20px;
}

.tree_imgbox {
  border-bottom: 1px solid #ddd;
}

.container_tree {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.container_tree::-webkit-scrollbar {
  display: none;
}

/*li 단독속성 (ul의 지정요소가 그 부모의 유일한 자식요소인 경우) */
.tree1 li:only-child {
  padding-top: 0;
  margin: auto;
}

.tree1 li::before,
.tree1 li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 2px solid var(--main);
  width: 50%;
  height: 18px;
}

.tree1 li::after {
  right: auto;
  left: 50%;
  border-left: 2px solid var(--main);
}

.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 var(--main);
  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 var(--main);
  width: 0;
  height: 20px;
}

/* 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);
}

.tree1 li a:hover + ul li a div p:nth-child(1) {
  background: var(--main);
}

.input_box {
  width: 100%;
  max-width: 767px;
  margin: 0 auto;
}

.max_unset {
  max-width: unset;
}

/* 나의 정보 */
.change_btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.change_btn button {
  flex: none;
  width: 100px;
  height: 52px;
  font-family: "lato";
  font-size: 16px;
  font-weight: 700;
  color: var(--gray0c);
  background: var(--main);
}

/*회원 문의*/
.inquiry_tab .active {
  border-color: var(--main);
  color: var(--main);
  cursor: inherit;
}

.inquiry_tab li {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  font-family: "lato";
  text-align: center;
  border-bottom: 2px solid #f2f2f2;
  cursor: pointer;
}

.inquiry_list li {
  width: 100%;
  border-bottom: 1px solid #efefef;
}

.inquiry_list li a {
  display: block;
  width: 100%;
  padding: 20px 0;
  font-family: "lato";
}

.inquiry_list li:first-child a {
  padding-top: 0px;
}

.inquiry_list li a .title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  font-family: "lato";
  word-break: break-all;
}

.inquiry_list li a .state.complete {
  color: #39b073;
}

.inquiry_list li a .state {
  font-size: 16px;
  font-weight: 700;
  font-family: "lato";
}

.inquiry_list li a .date {
  font-family: "lato";
  font-size: 14px;
  font-weight: 400;
  color: #bec8cf;
}

.inquiry_list li a .state.wait {
  color: #b50308;
}

.qna_nullbox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 300px);
  font-family: "lato";
}

.inquiry_title {
  display: -webkit-box;
  width: 100%;
  font-family: "lato";
  font-weight: 500;
  color: var(--white);
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.border-bottom {
  border-bottom: 1px solid #efefef;
}

.details_title {
  display: flex;
  font-family: "lato";
  margin-bottom: 10px;
  align-items: center;
  gap: 6px;
  word-break: break-all;
}

.details_date {
  color: #bec8cf;
  font-family: "lato";
}

hr.type2 {
  border: 2px solid #575859;
}

.details_sub {
  font-family: "lato";
  word-break: break-all;
}

.cms_no_data {
  text-align: center;
}

/* 공지사항 */
.notice_titlebox {
  display: -webkit-box;
  width: 100%;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  font-size: 16px;
  font-weight: 500;
  font-family: "lato";
}

.notice_date {
  margin-top: 10px;
  font-family: "lato";
  font-size: 12px;
  font-weight: 500;
  color: #999;
}

.notice_box {
  padding: 20px 0;
  font-family: "lato";
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.notice_viewtitlebox {
  padding: 20px 0;
  font-family: "lato";
  font-weight: 500;
  font-size: 16px;
  border-bottom: 1px solid #ededed;
  word-break: break-all;
}

.notice_viewdetails {
  padding: 20px 0;
  font-size: 16px;
  font-family: "lato";
  border-bottom: 1px solid #ededed;
  word-break: break-all;
}

/*지갑 주소*/
.coinsend_info {
  border: 1px solid #2a2a2a;
  background: #1e1e1e;
}

.coinsend_infobox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  font-family: "lato";
  border-bottom: 1px solid #2a2a2a;
  word-break: break-all;
  gap: 20px;
}

.coinsend_infobox:last-child {
  border-bottom: none;
}

.coinsend_infobox p:nth-child(1) {
  flex: none;
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 400;
}

.coinsend_infobox p:nth-child(2) {
  text-align: right;
  font-size: 16px;
  font-weight: 700;
}

.memo_info {
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0;
}

.memo_info p {
  font-family: "lato";
  font-size: 14px;
  font-weight: 700;
  color: #e31d2e;
}

.box_gray {
  padding: 14px 10px;
  font-family: "lato";
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  background-color: #515151;
  word-break: break-all;
}

.sendinfoimg {
  transform: rotate(90deg);
  display: block;
  margin: 20px auto;
}

/*로딩*/
.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 9999;
}

.loading_circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid var(--main);
  border-top-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0);
  animation: loading 3s infinite;
}

.loading_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "lato";
  font-size: 14px;
  font-weight: 700;
  color: #2a2a2a;
}

@keyframes loading {
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/*핀번호*/
.pin_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.pin_box span {
  display: block;
  position: relative;
  width: 38px;
  height: 38px;
  border-radius: 6px;
  background-color: #c5c5c5;
  overflow: hidden;
}

.wrap.full .footer {
  flex: none;
}

.footer_keypad {
  width: 100%;
}

.keypad {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #2a2a2a;
}

.keypad a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 78px;
  border-radius: unset;
  padding: 0;
  font-size: 26px;
  font-weight: 700;
  color: var(--white);
  background: #1e1e1e;
}

.pin_box .active:before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #fff;
  background: var(--main);
  text-align: center;
  line-height: 46px;
}

.flex_col_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.key_info {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  font-family: "lato";
  text-align: center;
}

.key_info_6 {
  margin-bottom: 60px;
  font-family: "lato";
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

/*출금*/
.tabbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.tabbox li.active {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main);
  border-bottom: 1px solid var(--main);
}

.tabbox li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 0;
  font-size: 15px;
  font-family: "lato";
  color: #6a6a6a;
  text-align: center;
  border-bottom: 1px solid #1e1e1e;
  cursor: pointer;
}

.wallet_history {
  text-decoration: underline;
  color: #5c6cfe;
}

.wallet_histoy_bg .coinsend_infobox {
  border-bottom: 1px solid #e2e3e5;
}

/* 보너스 내역 */
.tab_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 16px;
}

.tab_grid li {
  width: 100%;
  padding: 8px 0;
  font-family: "lato";
  font-size: 14px;
  font-weight: 500;
  background: #1e1e1e;
  border: 1px solid #535353;
  text-align: center;
  cursor: pointer;
}

.tab_grid li.tab_active {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  background-color: var(--main);
  border: 1px solid var(--main);
}

/*nft*/
.inventory_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  max-width: 767px;
}

.inventory_list li {
  background: url("../img/new_img/png/register_card_w.png") no-repeat center
    center;
  background-size: 100% 100%;
}

.repurchase_list li {
  background: url("../img/new_img/png/buy_bg_w.png") no-repeat center center;
  background-size: 100% 100%;
}

.booster_img {
  position: relative;
  width: calc(100% - 4px);
  height: calc(50vw - 27.5px);
  max-height: 356.5px;
  margin: 2px auto;
  object-fit: contain;
}

.booster_img.repurchase {
  width: calc(100% - 5px);
}

.booster_img img,
.booster_img video {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.auto_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  cursor: pointer;
  z-index: 50;
}

.auto_btn img {
  width: 60px;
  height: 60px;
}

.booster_txt {
  padding: 13px 0 20px 12px;
}

.booster_txt.repurchase {
  padding: 0 16px 20px 16px;
}

.nft_infotxt {
  width: 90%;
  font-family: "lato";
  font-weight: 700;
  font-size: 16px;
  color: var(--white);
  word-break: break-all;
}

.nft_infonumber {
  margin-top: 4px;
  font-size: 16px;
  font-family: "lato";
  word-break: break-all;
}

.nft_infodate {
  min-height: 20px;
  margin-top: 4px;
  font-family: "lato";
  font-size: 11px;
  color: #999;
  word-break: break-all;
}

.nft_infodate img {
  display: block;
  margin-right: 6px;
}

.nft_infodate p:nth-child(2) {
  font-size: 16px;
  word-break: break-all;
}

.link_taranft {
  width: 100%;
  max-width: 170px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  background: var(--main);
}

.link_taranft a {
  display: block;
  height: 100%;
  padding: 10px 20px;
  color: #fff;
}

/* .card_membership {
  max-width: 767px;
  min-height: 384px;
  margin: 0 auto;
  outline: 1px solid #212121;
}
.card_membership .text {
  padding: 20px;
}
.card_membership video,
.card_membership img {
  max-width: 100%;
  display: block;
}
.card_membershipbox {
  padding: 14px;
  border-top: 1px solid #d3d3d3;
} */
/* .videomember_box {
  width: 100%;
  height: 285px;
  overflow: hidden;
  position: relative;
} */
/* .nft_createbtna {
  display: block;
  text-align: center;
} */
/* .videomember_box video,
.imgmember_box img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
} */
.nftamount {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 8px;
  padding: 6px;
  font-size: 14px;
  font-weight: 400;
  color: var(--blue);
  background-color: rgba(255, 255, 255, 0.1);
  word-break: break-all;
}

.total_nftrepuer {
  display: block;
  margin-top: 4px;
  font-family: "lato";
  font-size: 16px;
  font-weight: 700;
  color: #ff8300;
}

.ani_total_repuer {
  background: var(--blue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% auto;
  word-break: break-all;
}

.repurchase_img_video video {
  max-width: 100%;
}

.nft_gr {
  background: var(--main);
  color: transparent;
  -webkit-background-clip: text;
}

/* 230524 nft 구매 추가 */
.nftbuy_choice li {
  padding: 10px 0;
}

.nftbuy_choice input[type="radio"] {
  -webkit-appearance: none;
  flex: none;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #ddd;
  border-radius: 50%;
  cursor: pointer;
}

.nftbuy_choice input[type="radio"]:checked {
  -webkit-appearance: none;
  border: 2px solid var(--main);
  border-radius: 50%;
}

.nftbuy_choice input[type="radio"]:checked + span {
  color: #e31d2e;
}

.nftbuy_choice input[type="radio"]:before {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  margin: 25% auto;
  border-radius: 50%;
}

.nftbuy_choice input[type="radio"]:checked:before {
  background: var(--main);
}

.nftbuy_choice span {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
}

.nftbuy_choice li:nth-child(1) {
  border-bottom: 1px solid #2a2a2a;
  padding-top: 0;
}

.nftbuy_choice li:nth-child(2) {
  padding-bottom: 0;
}

.repuer_card {
  border: 1px solid #2a2a2a;
  background: #1e1e1e;
  word-break: break-all;
  padding: 20px;
}

.checkbox_mockup.active {
  background: url(../img/new_img/svg/icon_checked.svg) center;
  border: 1px solid transparent;
}

.checkbox_mockup {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  flex: none;
  display: block;
  position: relative;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #7e7e7e;
  cursor: pointer;
}

.agreement_checkbox {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
}

.chk_line {
  word-break: break-all;
}

.agreement_checkbox input {
  display: none;
}

.popup_bg,
.nftpopup_bg {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.popup_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 40px);
  max-width: 600px;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.3s;
}

.popup_box.repurchase .popup_text {
  display: block;
  height: 300px;
  padding: 20px;
  overflow: auto;
  overscroll-behavior: none;
}

.popup_title {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  word-break: break-all;
}

.repurchase .popup_title {
  padding: 10px 20px;
  border-bottom: 1px solid #ededed;
  color: #212121;
}

.popup_desc {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  word-break: break-all;
  color: #212121;
}

.repurchase button {
  border-radius: 0;
}

.popup_box.repurchase .popup_desc {
  text-align: left;
}

.dashde {
  font-style: inherit;
  padding: 0 6px;
}

/*이메일 인증*/
.mail_sendbox {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  border: 2px solid #2a2a2a;
  background: #1e1e1e;
}

.complete_email {
  padding: 20px;
}

.complete_email .eng {
  word-break: break-all;
}

/*출금 리스트*/
.withdrawal__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.withdrawal__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 147px;
  background: url("../img/new_img/png/withdrawal_card_w.png") no-repeat center
    center;
  background-size: 100% 100%;
  cursor: pointer;
  transition: transform 0.2s;
}

.withdrawal__item:hover {
  transform: scale(1.04);
}

.withdrawal__item .dot-pay {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 171px;
  height: 33px;
  padding-left: 16px;
  margin: 0 24px;
  margin-top: 10px;
  font-family: "Lato", serif;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid var(--gray3d);
  box-shadow: 0px 2px 4px 0px #0000001a;
  color: var(--blue);
  background-color: var(--gray2a);
  cursor: pointer;
}

.withdrawal__type {
  margin-top: 8px;
  padding: 0 24px;
  font-family: "Lato", serif;
  font-size: 16px;
}

.withdrawal__type .title {
  font-weight: 400;
  color: var(--white);
}

.withdrawal__type .value {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  font-weight: 700;
}

.withdrawal__type .value--before {
  color: var(--purple);
}

.withdrawal__type .value--after {
  color: var(--orange);
}

.withdrawal__point {
  width: calc(100% - 3px);
  padding: 10px 24px;
  margin: 0 auto;
  margin-top: 13px;
  font-family: "Lato", serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
  border-top: 1px solid var(--gray3d);
}

.withdrawal__point span {
  font-weight: 700;
  color: var(--blue);
}

/* 기존 */
.list_withdrawal {
  border: 1px solid #2a2a2a;
  border-radius: 16px;
  background: #1e1e1e;
  cursor: pointer;
}

.list_withdrawal li {
  padding: 10px 16px;
}

.list_withdrawal li:nth-child(1) {
  border-bottom: 1px solid #2a2a2a;
}

.withdrawal_info {
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  font-family: "lato";
  color: var(--main);
  background: #2a2a2a;
  border: 1px solid #3d3d3d;
  border-radius: 10px;
}

.withdrawal_type_title {
  margin-top: 8px;
  font-family: "lato";
  font-size: 18px;
  font-weight: 400;
  color: #8a8a8a;
}

.withdrawal_state_details {
  margin-top: 4px;
  font-family: "lato";
}

.withdrawal_state_details span {
  font-family: "lato";
  font-weight: 700;
}

.withdrawal_state_details span:nth-child(1) {
  color: #5c6cfe;
}

.withdrawal_state_details span:nth-child(2) {
  color: #8a8a8a;
}

.withdrawal_state_details span:nth-child(3) {
  color: #ff8515;
}

.bonus_amount {
  font-family: "lato";
}

.bonus_amount p {
  font-weight: 700;
  font-family: "lato";
  color: #8a8a8a;
}

.bonus_amount span {
  font-weight: 700;
  color: var(--main_sub);
  word-break: break-all;
}

.link_tq {
  padding: 8px 16px;
  font-family: "lato";
  font-weight: 500;
  font-size: 14px;
  background: var(--main);
  border-radius: 10px;
}

/*주간 리포트*/
.today_rollupbox {
  margin-top: 16px;
  background: #1e1e1e;
  border: 1px solid #2a2a2a;
}

.today_rollupbox li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 16px;
  border-bottom: 1px solid #2a2a2a;
}

.today_rollupbox li:last-child {
  border-bottom: none;
}

.week_img {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #0c0c0c;
}

.week_state_title {
  font-family: "lato";
  font-size: 14px;
  font-weight: 400;
  color: #8a8a8a;
}

.week_state_stitle {
  margin-top: 8px;
  font-family: "lato";
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  word-break: break-all;
}

.week_state_stitle span {
  color: #ff8515;
}

.week_state_stitle02 {
  margin-top: 4px;
  font-family: "lato";
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  word-break: break-all;
}

.week_state_stitle02 span {
  color: #5c6cfe;
}

.airdorp_amount span {
  font-family: "lato";
  font-size: 16px;
  font-weight: 500;
  color: var(--blue);
}

.airdorp_amount {
  word-break: break-all;
  margin-top: 8px;
}

/* 240826 */
.package_box {
  max-width: 767px;
  height: 86px;
  margin-top: 16px;
  padding: 18px 26px;
  font-family: "Orbitron", serif;
  font-weight: 600;
  background: url("../img/new_img/png/revenue_card_w.png") no-repeat center
    center;
  background-size: 100% 100%;
  color: var(--white);
}

.package_data p {
  font-weight: 600;
  font-size: 16px;
  word-break: break-all;
}

.package_data p:nth-child(1) {
  color: var(--white);
}

.package_data p:nth-child(2) {
  margin-top: 12px;
  font-size: 14px;
}

.list_card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}

.revenue_img img {
  width: 44px;
  height: 44px;
}

.revenue_img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
  width: 44px;
  height: 44px;
}

.revenue_data {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 17px 16px;
  cursor: pointer;
  background-color: var(--gray1e);
}

.revenue_data_info p:nth-child(1) {
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  font-family: "lato";
}

.revenue_data_info p:nth-child(2) {
  font-size: 16px;
  font-weight: 700;
  font-family: "lato";
  margin-top: 8px;
}

.revenue_data_info p:nth-child(2).orange {
  color: var(--orange);
}

.revenue_data_info p:nth-child(2).purple {
  color: var(--purple);
}

.revenue_data_info p:nth-child(2).rusdt_color {
  color: #5c6cfe;
}

.revenue_data_info p:nth-child(3) {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  font-family: "lato";
  margin-top: 4px;
}

.revenue_data_info p {
  word-break: break-all;
}

/*가이드*/
.guide_link {
  padding: 20px;
  width: calc(100% - 20px);
  margin: 10px auto;
  border: 2px solid #ddd;
  border-radius: 6px;
}

.guide_link p:nth-child(1) {
  text-decoration: underline;
  color: var(--blue);
  font-weight: 700;
  font-size: 16px;
  width: max-content;
  cursor: pointer;
  font-family: "lato";
}

.accor_tit {
  cursor: pointer;
  font-weight: 700;
  height: 60px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #2a2a2a;
}

.accor_tit > span {
  font-size: 16px;
  font-family: "lato";
}

.accor_cont {
  display: none;
  padding: 20px;
  border-bottom: 1px solid #f1f1f1;
}

.accor_tit.active + .accor_cont {
  display: block;
}

.img {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 20px auto;
  display: block;
  border: 1px solid #f1f1f1;
}

.accor_txt {
  font-size: 16px;
  font-weight: 500;
  word-break: keep-all;
  line-height: 30px;
  font-family: "lato";
}

.accor_tit .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.accor_tit.active .arrow {
  transform: rotate(180deg);
}

.accor_containerbody {
  -ms-overflow-style: none;
}

.accor_containerbody::-webkit-scrollbar {
  display: none;
}

.accor_title {
  font-size: 20px;
  font-weight: 700;
}

.accor_sub_title {
  font-size: 18px;
  font-weight: 500;
  font-family: "lato";
}

.tab_accor .img video,
.img img {
  width: 100%;
  height: 100%;
  display: block;
}

.repuer_card_view {
  word-break: break-all;
}

/*코인 선택*/
.coin_logobox {
  border: 1px solid #2a2a2a;
  background: #1e1e1e;
}

.coin_logobox li {
  padding: 10px 16px;
}

.coin_list_data {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.coin_logo {
  display: flex;
  gap: 10px;
  align-items: center;
}

.coin_logo img {
  width: 40px;
  height: 40px;
}

.coin_logo span {
  font-family: "lato";
  font-weight: 700;
}

.coin_amount_box {
  text-align: right;
}

.coin_amount_box .amount {
  font-size: 16px;
  font-weight: 700;
  font-family: "lato";
  word-break: break-all;
}

.coin_amount_box .price {
  font-size: 16px;
  font-weight: 700;
  font-family: "lato";
  color: #bfbebe;
  margin-top: 6px;
  word-break: break-all;
}

.coin_link_data {
  border-top: 1px solid #2a2a2a;
}

.coin_link_wbox {
  display: flex;
  align-items: center;
}

.coin_link_wbox p {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-family: "lato";
  cursor: pointer;
}

.coin_link_wbox p:nth-child(1) {
  border-right: 1px solid #2a2a2a;
}

.coin_link_wbox p:nth-child(2) {
  border-right: 1px solid #2a2a2a;
}

.purchase_box {
  text-align: left;
}

.purchase_title {
  font-size: 18px;
  font-weight: 700;
  color: #2a2a2a;
  font-family: "lato";
}

.purchase_stitle {
  font-size: 14px;
  font-weight: 400;
  color: #2a2a2a;
  font-family: "lato";
  display: inline-block;
}

.purchase_line {
  border-top: 1px solid #ededed;
  margin: 10px 0;
}

.purchase_li {
  padding-left: 20px;
}

.purchase_li li {
  list-style: decimal;
  color: #2a2a2a;
  font-family: "lato";
  font-size: 14px;
  font-weight: 400;
}

.loading_bg video {
  max-width: 100%;
}

.member_prev {
  font-size: 20px;
  font-weight: 700;
  font-family: "lato";
  text-align: center;
  margin-top: 32px;
}

.loading_bg {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

/* login */
/* .login-bg {
  background: url("../img/new_img/gif/login_background_w.gif") no-repeat center
    center;
} */

.login-bg {
  position: relative;
  background-color: #040909;
  overflow: hidden;
}

.login-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/new_img/gif/login_background_w.gif") no-repeat center
    center;
  background-size: cover;
  opacity: 0.5;
  z-index: 0;
}

.login-bg > * {
  position: relative;
  z-index: 1;
}

.login_img {
  margin: 64px 0;
}

.login_img img {
  display: block;
  text-align: center;
  margin: 0 auto;
  height: 24px;
  max-width: 100%;
}

.error_box {
  display: flex;
  align-items: center;
}

.tara_platforms {
  height: 268px;
  margin-top: 20px;
  background: url("../img/new_img/png/platform_bg_w.png") no-repeat center
    center;
  background-size: 100% 100%;
}

.tara_platforms_title {
  padding-left: 24px;
  padding-top: 28px;
  font-family: "Lato", serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
}

/* 바뀐코드 */
.platforms__list {
  display: grid;
  grid-template-columns: repeat(4, 80px);
  padding: 20px 16px 28px;
  row-gap: 20px;
  width: 576px;
  margin: 0 auto;
  justify-content: space-between;
}

.platforms__item {
  display: flex;
  justify-content: center;
  height: 67px;
}

.platforms__item.second {
  height: 86px;
}

.tara_platforms .item__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.platforms__item .icon__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 63px;
}

.platforms__item .icon-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
}

.platforms__item .icon-bg {
  animation: spin 1.8s linear;

  animation-fill-mode: none;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.platforms__item:nth-child(1) .icon-bg {
  animation-delay: 0s;
}

.platforms__item:nth-child(2) .icon-bg {
  animation-delay: 10.8s;
}

.platforms__item:nth-child(3) .icon-bg {
  animation-delay: 3.6s;
}

.platforms__item:nth-child(4) .icon-bg {
  animation-delay: 7.2s;
}

.platforms__item:nth-child(5) .icon-bg {
  animation-delay: 12.6s;
}

.platforms__item:nth-child(6) .icon-bg {
  animation-delay: 1.8s;
}

.platforms__item:nth-child(7) .icon-bg {
  animation-delay: 9s;
}

.platforms__item:nth-child(8) .icon-bg {
  animation-delay: 5.4s;
}

.platforms__item .title {
  font-family: "Lato", serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
  text-align: center;
}

/* 기존 */

.taraplanet_link {
  height: 261px;
  background: url("../img/new_img/svg/main_menu_bg.svg") no-repeat center center;
  background-size: 100% 100%;
}

.tarapass_app_download_box {
  margin-top: 24px;
}

.tarapass_app_download_box a {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--blue);
  width: max-content;
  padding: 10px 20px;
  font-family: "lato";
}

.tarapass_app_download_box img {
  display: block;
  width: 28px;
  height: 28px;
}

.tarapass_app_download_box span {
  font-size: 16px;
  font-weight: 700;
  font-family: "lato";
}

.tarapass_video_link {
  margin-top: 50px;
}

.tarapass_video_link p {
  font-size: 20px;
  font-weight: 700;
  font-family: "lato";
}

.choice_button {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  margin-top: 10px;
}

.choice_button li {
  width: 100%;
  padding: 8px 0;
  text-align: center;
  border: 1px solid #535353;
  background: #1e1e1e;
  cursor: pointer;
  font-size: 16px;
  font-family: "lato";
  font-weight: 500;
}

.choice_button li.tab_active {
  background-color: var(--main);
  color: var(--white);
  border: 1px solid var(--main);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.video_view_box video {
  max-width: 100%;
}

.video_view_box {
  margin-top: 10px;
  position: relative;
}

/* find pw */
.find-input_wrap {
  margin-top: 67px;
}
/* -------------------------------------------------------------------------------------------------------------------------------------------------- */
/*미디어 쿼리 */

@media screen and (max-width: 1024px) {
  .bg-wrap {
    background-size: 200% 200%;
  }
}

@media screen and (max-width: 767px) {
  .main-bg::before {
    background-image: url("../img/new_img/gif/background-m.gif");
  }

  .login__input {
    background-image: url("../img/new_img/png/bg_login_m.png");
  }

  .header_new_img img {
    height: 13px;
  }

  header .cursor_p.btn--mypage {
    width: 24px;
    height: 24px;
  }

  /* 상단 배너 */
  .wrap_padding {
    padding-bottom: 2px;
  }

  .bg-wrap {
    background-image: none;
  }

  .level_card.mobile_bg {
    background-image: url("../img/new_img/png/levelcard_m.png");
  }

  .level_card.web_bg {
    display: none;
  }

  .level_card.mobile_bg {
    display: flex;
    width: 100%;
  }

  .marquee_box {
    background-image: url("../img/new_img/png/notice_bg_m.png");
  }

  .login_link {
    display: inline-block;
    padding: 7.5px 16px;
    margin-top: 10px;
    font-family: "Lato";
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
  }

  /* 메인페이지 메뉴 바로가기 */
  .taraplanet_link {
    background-image: url("../img/new_img/png/menu_bg.png");
    height: 228px;
  }

  .menu__list {
    display: grid;
    grid-template-columns: repeat(3, 86px);
    justify-content: space-between;
    width: 100%;
    padding: 16px;
    row-gap: 20px;
  }

  .menu__item .title {
    font-size: 12px;
  }

  /* 메인페이지 플랫폼 */
  .tara_platforms {
    background-image: url("../img/new_img/png/platform_bg_m.png");
  }

  .tara_platforms_title {
    padding-left: 16px;
    padding-top: 24px;
  }

  .platforms__item .icon-content {
    width: 32px;
    height: 32px;
  }

  .tara_platforms .item__wrap {
    gap: 6px;
  }

  .platforms__item {
    height: 52px;
  }

  .platforms__item.second {
    height: 66px;
  }

  .platforms__item .title {
    font-size: 12px;
  }

  .wallet_histoy_bg .coinsend_infobox {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .wallet_histoy_bg .coinsend_infobox p:nth-child(2) {
    text-align: left;
  }

  .direction_title {
    font-size: 12px;
  }

  /* main-platforms */
  .tara_platforms {
    height: 229px;
  }

  /* .tara_platforms .platforms__list {
    column-gap: 0;
    padding: 16px 10px;
  } */

  .platforms__list {
    display: grid;
    grid-template-columns: repeat(4, 60px);
    padding: 20px 16px 24px;
    row-gap: 24px;
    width: 100%;
    justify-content: space-between;
  }

  /* revenue */
  .package_box {
    background-image: url("../img/new_img/png/revenue_card.png");
  }

  /* register buy */
  .register .nft_infotxt {
    font-size: 12px;
  }

  .register .nft_infonumber {
    font-size: 12px;
  }

  .register .total_nftrepuer {
    font-size: 12px;
  }

  .repurchase .nft_infotxt {
    font-size: 14px;
  }

  .repurchase .nft_infonumber {
    font-size: 14px;
  }

  .repurchase .total_nftrepuer {
    font-size: 14px;
  }

  .repurchase .nftamount {
    font-size: 12px;
  }

  .inventory_list {
    row-gap: 11px;
    column-gap: 11px;
  }

  .inventory_list li {
    background-image: url("../img/new_img/png/register_card.png");
  }

  .repurchase_list li {
    background-image: url("../img/new_img/png/buy_bg_m.png");
  }

  /* withdrawal */
  .withdrawal__item {
    background-image: url("../img/new_img/png/withdrawal_card.png");
  }

  /* login */
  .login-bg::before {
    background-image: url("../img/new_img/gif/login_background-m.gif");
  }

  /* find pw */
  .find-input_wrap {
    margin-top: 48px;
  }

  .booster_txt.small {
    padding: 13px 12px 20px 12px;
  }

  .login_logo_title {
    font-size: 32px;
  }
}

@media screen and (max-width: 500px) {
  .coinsend_infobox {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .coinsend_infobox p:nth-child(2) {
    text-align: left;
  }

  .list_height {
    min-height: 48px;
  }

  .repuer_card_view {
    flex-wrap: wrap;
  }

  .repuer_card_view span:nth-child(1) {
    width: 100%;
  }

  .buy_choice li {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .progress_flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .repurchase_list {
    grid-template-columns: repeat(1, 1fr);
  }

  .repurchase_list li {
    width: 100%;
    max-width: unset;
  }

  .booster_img {
    width: calc(100% - 2px);
    margin: 1px auto;
  }

  .booster_img.register {
    width: calc(100% - 3px);
    margin: 2px auto;
  }

  .booster_img.repurchase {
    width: calc(100% - 4px);
    margin: 1px auto;
  }

  .repurchase_list .booster_img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    height: unset;
    max-height: unset;
  }

  .coin_list_data {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .coin_amount_box .price {
    text-align: left;
  }

  .booster_txt.small .nftamount {
    font-size: 12px;
  }

  .booster_txt.small .nft_infotxt {
    font-size: 12px;
  }

  .booster_txt.small .nft_infonumber {
    font-size: 12px;
  }

  .booster_txt.small .total_nftrepuer {
    font-size: 12px;
  }

  .tab-item_wrap {
    width: 100px;
  }

  .choice_button li {
    font-size: 14px;
  }
}

@media screen and (max-width: 450px) {
  .tab_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
  }

  .member_prev {
    font-size: 18px;
  }
}

@media screen and (max-width: 374px) {
  .coin_linkbox p {
    font-size: 12px;
  }

  .popup_button_box button {
    padding: 0 10px;
  }

  .planet_iconbox {
    grid-column-gap: 10px;
  }

  .platforms__item .icon-bg {
    width: 95%;
  }

  /* 메인페이지 레벨카드 */
  .level_card.mobile_bg {
    padding: 29px 16px 35px 16px;
  }

  /* popup */
  .mainpopup_box {
    width: 300px;
  }

  .inquiry_tab li {
    font-size: 14px;
  }

  .tab_grid li {
    font-size: 12px;
  }
}
