.btn_google {
  border: solid 1px #a0a0a0;
  background-color: #fff;
  color: #000000;
}
.btn_google i {
  background-image: url(../../images/common/btn_google.svg);
  background-color: #fff;
}


.btn_polaris {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  line-height: 50px;
  background-color: #1d7ff9;
  border-radius: 5px;
  overflow: hidden;
  font-family: 'Poppins', 'Noto Sans KR', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #1d7ff9;
  letter-spacing: -0.4px;
  margin-bottom: 10px;
}

.btn_polaris i {
  width: 50px;
  height: 50px;
  margin-right: 2rem;
  background-image: url(../../images/common/btn_po.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 4rem;
  background-color: #fff;
}


.date_details_name {
  cursor: pointer;
}

.date_details_name i,
.detail_user_name i,
.details--name a span ,
.mypage_profile_thumb,
.login_be i,
.login_af i{
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  /* background-size: 100%; */
  background-size: cover;
}


.detail_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap:break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  justify-content: space-between;
}

.detail--tag a {
  word-wrap:break-word;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

/* 스크롤바 설정*/
body {
  background-color: white;
  overflow-y: scroll;
  box-sizing: border-box;
  -ms-overflow-style: none;  /* IE and Edge */
}
body::-webkit-scrollbar{
  /* display: none; */
  width: 5px;
  height: 5px;
}

/* 스크롤바 막대 설정*/
body::-webkit-scrollbar-thumb{
  height: 5%;
  background-color: rgba(0, 0, 0, 0.4);
  /* 스크롤바 둥글게 설정    */
  border-radius: 10px;
}

/* 스크롤바 뒷 배경 설정*/
body::-webkit-scrollbar-track{
  background-color: transparent
}


#__nuxt {
  display: initial;
}
#__layout, #__layout > div {
 display: inherit;
}

body.hidden {
  overflow: hidden !important;
}

.fe-admin-container {
  box-sizing: border-box;
  height: 40px;
  display: flex;
  align-items: center;
}

.fe-admin-badge {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 25px;
  background: #1d7ff9;
  border-radius: 8px;
  color: white;
  font-size: 12px;
  font-weight: 500;
}

.fe-admin-profile-back {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #1d7ff9;
  border-radius: 8px;
}

.updDocsContent::placeholder {
  color : #c8c8c8;
}

/* 마이페이지-대시보드 */
.dashboard--title_conatainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* margin-bottom: 30px; */
}

.dashboard--title_conatainer .gray-button {
  width: 128px;
  height: 32px;
  border-radius: 2px;
  background: #e5e5e5;
  color: #333333;
  font-weight: 400;
  font-size: 14px;
}

.dashboard__board .dashboard--filter {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;

  width: 152px;
  height: 32px;
}

.dashboard__board .dashboard--filter div {
  box-sizing: border-box;
  padding: 0 16px;
  width: max-content;
  height: 100%;

  font-weight: 500;
  font-size: 15px;
  text-align: center;
  line-height: 2;
  color: #ffffff;

  background: #b5b5b5;
  border-radius: 36px;

  cursor: pointer;
}

.dashboard__board .dashboard--filter div.active {
  background: #1d7ff9;
}

/* 레어리티 뱃지/링 */
.rarity_ring {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  width: 144px;
  height: 144px;
  border: 4px solid transparent;
  border-radius: 50%;
}

.rarity_ring_header{
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  width: 32px;
  height: 32px;
  content: '';
  border: 2px solid transparent;
  border-radius: 50%;
}

.rarity_ring_header.no_ring{
  border: none;
}

.rarity_ring_header i{
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #fff;
  border-radius: 50%;
}

.rarity_ring_rank_user {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  width: 98px;
  height: 98px;
  content: '';
  border: 3px solid transparent;
  border-radius: 50%;
}

.rarity_ring_board {
  position: relative;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin: 0;
  border: 2px solid transparent;
  border-radius: 50%;
}

.rarity_ring_modal {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 112px;
  margin: 0 auto;
  border: 3px solid transparent;
  border-radius: 50%;
}

.rarity_ring_modal .rarity_badge {
  width: 32px;
  height: 32px;
}

.rarity_ring_board .board_item_profile {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  object-fit: cover;
}

.rarity_ring.rarity_common,
.rarity_ring_modal.rarity_common,
.rarity_ring_board.rarity_common,
.rarity_ring_rank_user.rarity_common,
.rarity_ring_header.rarity_common {
  border-color: #c4c4c4;
}

.rarity_ring.rarity_uncommon,
.rarity_ring_modal.rarity_uncommon,
.rarity_ring_board.rarity_uncommon,
.rarity_ring_rank_user.rarity_uncommon,
.rarity_ring_header.rarity_uncommon {
  border-color: #ffc700;
}

.rarity_ring.rarity_rare,
.rarity_ring_modal.rarity_rare,
.rarity_ring_board.rarity_rare,
.rarity_ring_header.rarity_rare,
.rarity_ring_rank_user.rarity_rare {
  border-color: #ff6c1a;
}

.rarity_ring.rarity_epic,
.rarity_ring_modal.rarity_epic,
.rarity_ring_board.rarity_epic,
.rarity_ring_header.rarity_epic,
.rarity_ring_rank_user.rarity_epic{
  border-color: #0e79ff;
}


.rarity_ring_board.rarity_legendary,
.rarity_ring_header.rarity_legendary,
.rarity_ring_rank_user.rarity_legendary{
  border: 2px solid transparent;
  border-radius: 50%;
  background-origin: border-box;
  background-clip: content-box, border-box;

  background-image: linear-gradient(#fff, #fff),
    linear-gradient(to right top, #ff00f5 0%, #b14fff 50%, #00ffd1 100%);
}

.rarity_ring.rarity_legendary {
  background-origin: border-box;
  background-clip: content-box, border-box;

  background-image: linear-gradient(#fff, #fff),
    linear-gradient(to right top, #ff00f5 0%, #b14fff 50%, #00ffd1 100%);
}

.rarity_ring_modal.rarity_legendary {
  border: 3px solid transparent;
  border-radius: 50%;
  background-origin: border-box;
  background-clip: content-box, border-box;

  background-image: linear-gradient(#fff, #fff),
    linear-gradient(to right top, #ff00f5 0%, #b14fff 50%, #00ffd1 100%);
}


.rarity_badge{
  position: absolute;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  width: 38px;
  height: 38px;
  background-size: cover;
}

.rarity_badge.rarity_rare {
  background-image: url(../../images/common/rarity_badge_rare.svg);
}

.rarity_badge.rarity_epic {
  background-image: url(../../images/common/rarity_badge_epic.svg);
}

.rarity_badge.rarity_legendary {
  background-image: url(../../images/common/rarity_badge_legendary.svg);
}

/* 게시물 아이템 */
.product__details .details--item-container {
  height: 252px;
}

.product__details .details--username  {
  margin-left: 6px;
}


.detail_user_name .rarity_ring_header {
  width: 52px;
  height: 52px;
}

.detail_user_name .rarity_ring_header div:last-child {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #fff !important;

  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  /* background-size: 100%; */
  background-size: cover;
}

.detail_user_name .rarity_badge {
  position: relative;
  box-sizing: border-box;
  width: 26px;
  height: 26px;
  margin-left: 8px;
  background-size: cover;
}

/* 신규 Footer UI */

#FOOTER hr {
  margin: 24px 0 44px;
  border: 1px solid #e5e5e5;
}


#FOOTER .footer__area {
  width: 100%;
  height: fit-content;
}

#FOOTER .footer__part {
  min-width: 35%;

  display: flex;
  align-items: top;
  justify-content: space-between;
}

#FOOTER .footer__part:last-child {
  justify-content: flex-end;
}

#FOOTER .part_item {
  min-width: 170px;
  min-height: 150px;
}

#FOOTER footer:last-child .part_item {
  min-width: 170px;
  min-height: 24px;

  display: flex;
  align-items: center;
}

#FOOTER .part_item .part_title {
  margin-bottom: 30px;
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #666666;
}

#FOOTER .footer__part,
#FOOTER .part_item .part_content,
#FOOTER .part_item .part_content li a {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
}

#FOOTER .footer__part.flex_box {
  display: flex;
  align-items: center;
}

#FOOTER .footer__part.flex_box .part_item {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
}

#FOOTER .part_item .part_content li {
  margin-bottom: 15px;
}