

button{
	font-family: inherit;
}

#invite{
	padding-bottom: 100px;
}

#invite .inner{
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
}

#invite .button-content{
	width: 100%;
}

#invite .button-content ul{
	list-style: none;
	display: flex;
	justify-content: start;
	align-items: center;
	gap:8px;
	margin-bottom: 30px;
}

#invite .button-content ul li{
	width:auto; 
	border-radius:50px;
	color: #000;
	background:#F7F7F7;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: -0.26px;
	padding: 9px 14px;
}

#invite .button-content ul li.current{
	color: #fff;
	font-weight: 700;
	background: #111;
}
/* #invite .button-content ul:after{
content: '';
width: 240px;
height: 1px;
background:#c8c8c8;
position: absolute;
right: 0;
bottom: 0;
} */
#invite .button-content .tab-content{
	display: none;
}

#invite .button-content .tab-content.current{
	display: block;
}


#invite section h1{
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: -0.36px;
}

#invite section h1 span{
	color: #787878;
}


/* tab-1 */
#tab-1 section{
	padding: 40px 0;
}

#tab-1 section:first-child{
	padding-top: 0;
}

#tab-1 section:last-child{
	padding-bottom: 0;
}

#tab-1 section:not(:last-child){
	border-bottom: 8px solid #F7F7F7;
}

/* 친구초대현황 */
#tab-1 .InvitationStatus{

}

#tab-1 .InvitationStatus h1{
	margin-bottom: 17px;
}

#tab-1 .InvitationStatus .status-box{
	width: 100%;
	border-radius: 16px;
	border: 1px solid #E9E9E9;
	background: #FEFEFE;
	position: relative;
}

#tab-1 .InvitationStatus .status-box::before{
	content: '';
	background: url('../images/mypage/referral/bg-status.png') no-repeat center;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	width: 186px;
	height: 243px;
}

#tab-1 .InvitationStatus .point-wrap{
	padding: 30px 28px;
	width: 100%;
	height: 100%;
}

#tab-1 .InvitationStatus .point-wrap .title{
	font-size: 14px;
	font-weight: 400;
	line-height: 130%;
	color: #000;
}

#tab-1 .InvitationStatus .point-wrap .point-box{
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 6px 0 18px 0;
}

#tab-1 .InvitationStatus .point-wrap .point-box .mypoint{
	font-size: 26px;
	font-weight: 700;
	line-height: 140%;
	color: #000;
}

#tab-1 .InvitationStatus .point-wrap .point-box .link{
	display: flex;
	align-items: center;
	gap: 5px;
}

#tab-1 .InvitationStatus .point-wrap .point-box .link a{
	font-size: 13px;
	font-weight: 600;
	letter-spacing: -0.26px;
	border-radius: 50px;
	height: 33px;
	line-height: 33px;
	padding:0 16px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
}

#tab-1 .InvitationStatus .point-wrap .point-box .link a:first-child{
	background: #000;
	color: #fff;
}

#tab-1 .InvitationStatus .point-wrap .point-box .link a:last-child{
	background: #F5F7FA;
	color: #000;
}

#tab-1 .InvitationStatus .point-wrap .point-progress{
	width: 100%;
	max-width: 860px;
}

#tab-1 .InvitationStatus .point-wrap .progress-track {
  position: relative;
  width: 100%;
  height: 8px;
  background: #f3f3f3;
  border-radius: 999px;
  /*overflow: hidden;*/
  margin-bottom: 8px;
}

#tab-1 .InvitationStatus .point-wrap .progress-bar {
  height: 100%;
  background: #ffd83b;
  border-radius: 999px;
  width: 0;
  transition: width .4s ease-out;
}

/* 말풍선 */
#tab-1 .InvitationStatus .point-wrap .progress-bubble{
  position:absolute;
  top:-49px;
  right: 20px;
  background:#fff;
  padding:6px 15px;
  font-size:12px;
  font-weight:700;
  line-height:140%;
  letter-spacing:-0.24px;
  border:1px solid #E9E9E9;
  border-radius:50px;
  white-space:nowrap;
}


#tab-1 .InvitationStatus .point-wrap .progress-bubble span{
	color: #E4AB15;
}

#tab-1 .InvitationStatus .point-wrap .progress-bubble::before{
  content:'';
  position:absolute;
  left:30px;
  bottom:-4px;
  width:0;
  height:0;
  border-left:4px solid transparent;
  border-right:4px solid transparent;
  border-top:4px solid #fff;
  filter: drop-shadow(0 1px 0 #E9E9E9);
  transform: translateY(0); 
}

#tab-1 .InvitationStatus .point-wrap .progress-scale{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#tab-1 .InvitationStatus .point-wrap .progress-scale span{
	font-size:13px;
	font-weight: 400;
	line-height: 130%;
	color: #000;
	opacity: 0.4;
}


/* 친구 초대 링크 */
#tab-1 .InvitationLink h1{
	margin-bottom: 12px;
}

#tab-1 .InvitationLink .link-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 22px 20px;
	border-radius: 16px;
	background: #F5F7FA;
}

#tab-1 .InvitationLink .code {
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	color: #000;
	text-align: center;
	line-height: normal;	
	letter-spacing: -0.4px;
	width: 270px;
	text-align: center;
	border-right: 1px solid #E0E0E1;
	padding: 12px 0;
}

#tab-1 .InvitationLink .text{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 35px;
	width: calc(100% - 270px);
}

#tab-1 .InvitationLink .text .desc {
	font-size: 16px;
	font-weight: 500;
	color: #666;
	line-height: 160%;
	letter-spacing: -0.32px;
}

#tab-1 .InvitationLink .text .copyBtn{
	width: 182px;
	height: 46px;
	border-radius: 100px;
	background: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	font-weight: 600;
	line-height: 160%;
	letter-spacing: -0.28px;
	color: #fff;
}

#tab-1 .InvitationLink .text .copyBtn img{
	width: 12px;
}

#tab-1 .InvitationLink .tail{
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 160%;
	color: #999;
	letter-spacing: -0.24px;
	margin-top: 10px;
}


/* 추천왕 랭킹 */
#tab-1 .InvitationRank{

}

#tab-1 .InvitationRank .rank-box{
	width: 100%;
	list-style: none;
}

#tab-1 .InvitationRank .ranking-row{
	display: flex;
	padding: 0 18px;
}

#tab-1 .InvitationRank .ranking-row:not(:last-child){
	border-bottom: 1px solid #E9E9E9;
}

#tab-1 .InvitationRank .ranking-row:nth-child(4){
	border-style: dashed;
}

#tab-1 .InvitationRank .ranking-row.ranking-header li{
	color: #999 !important;
}

#tab-1 .InvitationRank .ranking-row li{
	padding: 25px 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: -0.28px;
	color: #999;
	text-align: center;
}

#tab-1 .InvitationRank .ranking-row li:nth-child(1){
	flex:1;
}

#tab-1 .InvitationRank .ranking-row li:nth-child(2){
	font-weight: 600;
	color: #000;
	flex:2;
	text-align: left;
}

#tab-1 .InvitationRank .ranking-row li:nth-child(3){
	flex:1;
}

#tab-1 .InvitationRank .ranking-row li:nth-child(4){
	flex:1;
	color: #000;
}

#tab-1 .InvitationRank .ranking-row.my-rank{
	padding: 0;
	margin: 11px 18px 0 18px;
	background: #FBFCFF;
	border-radius: 10px;
}

#tab-1 .InvitationRank .ranking-row.my-rank li{
	font-weight: 700 !important;
}

#tab-1 .InvitationRank .ranking-row.my-rank .col-rank{
	color: #00BBFF;
}

#tab-1 .InvitationRank .ranking-row.my-rank .col-rank span{
	position: relative;
}

#tab-1 .InvitationRank .ranking-row.my-rank .col-rank span::before{
	content: '내 순위';
	position: absolute;
	left: 32px;
	top: 50%;
	transform: translateY(-50%);
	background: #00BBFF;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.48px;
	width: 50px;
	padding: 3px 5px;
	border-radius: 50px;
}

#tab-1 .InvitationRank .ranking-row.my-rank .col-rank span::after{
	content: '';
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 1px;
  border: 4px solid #00BBFF; 
  border-color: transparent #00BBFF transparent transparent;		
}

#tab-1 .InvitationRank .ranking-row.my-rank .col-id{
	color: #00BBFF;
}

#tab-1 .InvitationRank .ranking-row.my-rank .col-id span.badge{
	display: none;
}

#tab-1 .InvitationRank .ranking-row.my-rank .col-count{
	color: #000;
}




/* 정산내역 탭 */
#tab-2 .empty-state{
	padding: 100px 0 30px 0;
	text-align: center;
}

#tab-2 .empty-state .block img{
	width: 42px;
	height: auto;
	aspect-ratio: 1 / 1;
}

#tab-2 .empty-state .block p{
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	color: #000;
	margin-top: 14px;
}

#tab-2 section.SettlementTotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 39px 60px;
  border-radius: 16px;
  background: #F5F7FA;
  margin-bottom: 40px;
}

#tab-2 section.SettlementTotal .text {
  color: #666;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

#tab-2 section.SettlementTotal .total {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
}

#tab-2 section.SettlementTotal .point strong {
  font-weight: 700;
}

#tab-2 .SettlementList .title p {
  color: #999;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.26px;
  margin-top: 5px;
}

#tab-2 .item-box {
  border-top: 1px solid #000;
  margin-top: 12px;
}

#tab-2 .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #E9E9E9;
  padding: 30px;
  min-width: 0;
}

#tab-2 .item:last-child {
  border-bottom: none;
}

#tab-2 .item .td {
  font-size: 14px;
  line-height: 140%;
}

#tab-2 .item .td .label{
	display: none;
}

#tab-2 .item .td-date {
  flex-shrink: 0;
  width: 87px;
  margin-right: 63px;
}

#tab-2 .item .td-name-amount {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

#tab-2 .item .td-name {
  flex: 1;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px;
}

#tab-2 .item .td-name .row:not(:first-child) .value{
	position: relative;
}

#tab-2 .item .td-name .row:not(:first-child) .value::before{
	content: '';
	position: absolute;
	left: -5px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 70%;
	background: #000;
}

#tab-2 .item .td-amount {
  text-align: center;
  width: 180px;
  flex-shrink: 0;
  font-size: 16px;
}

#tab-2 .item .td-balance {
  text-align: right;
  width: 160px;
  margin-left: 20px;
}

#tab-2 .item .td-balance p{
	font-size: 12px;
	font-weight: 500;
	border-radius: 40px;
	padding: 0px 8px;
	width: 58px;
	height: 19px;
	line-height: 19px;
	margin: 0 auto;
}

#tab-2 .item .td-balance .complete{
	color: #666;
	background: #F5F7FA;
}

#tab-2 .item .td-balance .pending{
	color: #DA3023;
	background: rgba(218, 48, 35, 0.08);
}

#tab-2 .item .date {
  color: #999;
  font-weight: 500;
}

#tab-2 .item .name {
  color: #000;
  font-weight: 400;
}

#tab-2 .item .amount {
	color: #666;
  font-weight: 600;
}

#tab-2 .item .amount.red{
	color: #DA3023;
}

#tab-2 .item .amount.plus {
  color: #DA3023;
}

#tab-2 .item .amount.minus {
  color: #666;
}

#tab-2 .item .balance {
  color: #666;
}

#tab-2 .btn-more {
  display: block;
  width: 100%;
  height: 54px;
  line-height: 54px;
  border-radius: 60px;
  border: 1px solid #999;
  background: #FFF;
  text-align: center;
  cursor: pointer;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-top: 20px;
}




/* 초대내역 탭 */
#tab-3 .empty-state{
	padding: 100px 0 30px 0;
	text-align: center;
}

#tab-3 .empty-state .block img{
	width: 42px;
	height: auto;
	aspect-ratio: 1 / 1;
}

#tab-3 .empty-state .block p{
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	color: #000;
	margin-top: 14px;
}

#tab-3 .item-box {
  border-top: 1px solid #000;
  margin-top: 12px;
}

#tab-3 .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #E9E9E9;
  padding: 30px;
  min-width: 0;
}

#tab-3 .item .td {
  font-size: 14px;
  line-height: 140%;
}

#tab-3 .item .td .label{
	display: none;
}

#tab-3 .item .td-date {
  flex-shrink: 0;
  width: 87px;
  margin-right: 63px;
}

#tab-3 .item .td-name-amount {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

#tab-3 .item .td-name {
  flex: 1;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}

#tab-3 .item .td-name .row:not(:first-child) .value{
	position: relative;
}

#tab-3 .item .td-name .row:not(:first-child) .value::before{
	content: '';
	position: absolute;
	left: -5px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 70%;
	background: #000;
}

#tab-3 .item .td-point {
  text-align: right;
  width: 180px;
  flex-shrink: 0;
  font-size: 16px;
}

#tab-3 .item .td-point .is-zero{
	font-weight: 500;
	color: #666;
}

#tab-3 .item .td-point .is-plus{
	font-weight: 600;
	color: #DA3023;
}

#tab-3 .item .td-status {
  text-align: center;
  width: 160px;
  margin-left: 120px;
  position: relative;	
}

#tab-3 .item .td-status .status-text{
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	color: #666;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
}

#tab-3 .item .td-status .badge{
	position: absolute;
	left: -2px;
	top: -28px;
	font-size: 11px;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.44px;
	color: #F5F7FA;
	text-align: center;
	padding: 4px 6px;
	border-radius: 50px;
	background: #000;
}

#tab-3 .item .td-status .badge::before{
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	bottom: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid black;
}

#tab-3 .item.is-joined .td-status .status-text::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../images/mypage/referral/icon-screamer.png") no-repeat center / contain;
}

#tab-3 .item .date {
  color: #999;
  font-weight: 500;
}

#tab-3 .item .name {
  color: #000;
  font-weight: 600;
}









/* 반응형 */
@media screen and (max-width:1200px){
	#invite .inner{
		padding: 0;
	}

	#invite .button-content ul{
		padding: 0 20px;
	}

	#tab-1 section{
		padding: 40px 20px;
	}

	#tab-1 .InvitationLink .code{
		width: 30%;
	}

	#tab-1 .InvitationLink .text{
		width: 70%;
		padding-left: 30px;
		flex-direction: column;
		gap: 15px;
	}

	#tab-1 .InvitationRank .ranking-row.my-rank .col-rank span::before{
		left: 20px;
	}

	#tab-1 .InvitationRank .ranking-row.my-rank .col-rank span::after{
		left: 13px;
	}

	#tab-2 section.SettlementTotal{
		margin:0 20px 30px 20px;
	}

	#tab-2 section.SettlementList{
		padding: 0 20px;
	}

	#tab-2 .item .td-balance{
		margin-left: 0;
		width: auto;
	}

	#tab-3 section.InviteHistory{
		padding: 0 20px;
	}
}

@media screen and (max-width:768px){
	#invite{
		padding-bottom: 60px;
	}

	#invite .button-content ul{
		margin-bottom: 20px;
	}

	#tab-1 section{
		padding: 30px 20px;
	}

	#tab-1 .InvitationStatus h1{
		margin-bottom: 14px;
	}

	#tab-1 .InvitationStatus .status-box::before{
		background: url('../images/mypage/referral/bg-status-m.png') no-repeat center;
		width: 94px;
		height: 123px;
		transform: unset;
		right: -10px;
		top: -15px;
		z-index: 1;
	}

	#tab-1 .InvitationStatus .point-wrap{
		padding: 22px 26px;
	}

	#tab-1 .InvitationStatus .point-wrap .point-box{
		margin:4px 0 15px 0;
		justify-content: space-between;
	}

	#tab-1 .InvitationStatus .point-wrap .point-box .mypoint{
		font-size: 22px;
	}

	#tab-1 .InvitationStatus .point-wrap .point-box .link a{
		font-size: 12px;
	}

	#tab-1 .InvitationStatus .point-wrap .progress-track{
		margin-bottom: 10px;
	}

	/*#tab-1 .InvitationStatus .point-wrap .progress-bubble{
		top: calc(100% + 10px);
		left: 50% !important;
		transform: translateX(-50%);
		background: #F7F7F7;
		border-radius: 4px;
		border:0;
		padding: 2px 5px;
	}*/

	#tab-1 .InvitationStatus .point-wrap .progress-bubble{
    top: calc(100% + 10px);
    right: unset;
    left: 50% !important;   
    transform: translateX(-50%);
    background:#F7F7F7;
    border-radius:4px;
    border:0;
    padding:2px 5px;      
  }

	#tab-1 .InvitationStatus .point-wrap .progress-bubble::before{
		display: none;
	}

	#tab-1 .InvitationStatus .point-wrap .progress-bubble::after{
		display: none;
	}

	#tab-1 .InvitationStatus .point-wrap .progress-scale span{
		font-size: 12px;
	}

	#tab-1 .InvitationLink .link-box{
		justify-content: center;
		padding: 19px 25px;
	}

	#tab-1 .InvitationLink .code{
		width: auto;
		padding-right: 30px;
	}

	#tab-1 .InvitationLink .text{
		width: auto;
		padding-left: 30px;
	}

	#tab-1 .InvitationLink .text .desc{
		display: none;
	}

	#tab-1 .InvitationLink .text .copyBtn{
		width: 145px;
		height: 29px;
		font-size: 13px;
		font-weight: 500;
		letter-spacing: -0.26px;
		gap: 4px;
	}

	#tab-1 .InvitationLink .tail{
		display: block;
	}

	#tab-1 .InvitationRank .ranking-row{
		padding: 0;
	}

	#tab-1 .InvitationRank .ranking-row:not(:last-child){
		border-bottom: 1px dashed #e9e9e9;
	}

	#tab-1 .InvitationRank .ranking-header{
		border-bottom:1px solid #e9e9e9 !important;
	}

	#tab-1 .InvitationRank .ranking-header li{
		padding-top:20px;
	}

	#tab-1 .InvitationRank .ranking-row li{
		padding: 15px 0;
		font-size: 13px;
	}

	#tab-1 .InvitationRank .ranking-row li:nth-child(2){
		flex: 1.5;
	}

	#tab-1 .InvitationRank .ranking-row.my-rank{
		margin:0;
		background: #fff;
	}

	#tab-1 .InvitationRank .ranking-row.my-rank .col-rank span::before{
		display: none;
	}

	#tab-1 .InvitationRank .ranking-row.my-rank .col-rank span::after{
		display: none;	
	}

	#tab-1 .InvitationRank .ranking-row.my-rank .col-id span.id-name{
		padding-right: 10px;
	}

	#tab-1 .InvitationRank .ranking-row.my-rank .col-id span.badge{
		position: relative;
		/*left: 32px;
		top: 50%;
		transform: translateY(-50%);*/
		background: #00BBFF;
		color: #fff;
		font-size: 12px;
		font-weight: 600;
		line-height: 140%;
		letter-spacing: -0.48px;
		width: 50px;
		padding: 3px 5px;
		border-radius: 50px;
		display: inline-block;
		text-align: center;
	}

	#tab-1 .InvitationRank .ranking-row.my-rank .col-id span.badge::after{
		content: '';
		position: absolute;
		left: -7px;
		top: 50%;
		transform: translateY(-50%);
		width: 1px;
		height: 1px;
	  border: 4px solid #00BBFF; 
	  border-color: transparent #00BBFF transparent transparent;		
	}


	/* 정산내역 */
	#tab-2 section.SettlementTotal{
		padding: 38px 30px;
	}

	#tab-2 section.SettlementTotal .total{
		font-size: 22px;
	}

	#tab-2 .item{
		flex-direction: column;
		align-items: unset;
		padding: 20px 0;
		gap: 10px;
		position: relative;
	}

	#tab-2 .item .td-date{
		width: auto;
		margin-right: 0;
	}

	#tab-2 .item.is-pending .date{
		color: #000;
	}

	#tab-2 .item:last-child{
		border-bottom: 1px solid #eee;
	}

	#tab-2 .item .td-name-amount{
		flex-direction: column;
		gap: 5px;
	}

	#tab-2 .item .td-amount{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	#tab-2 .item .td-name{
		flex-direction: column;
		gap: 5px;
	}

	#tab-2 .item .td .row{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	#tab-2 .item .td .row p{
		color: #000;
	}

	#tab-2 .item .td-name .row:not(:first-child) .value::before{
		display: none;
	}

	#tab-2 .item .td .label{
		display: block;
		font-size: 13px;
		font-weight: 400;
		line-height: 140%;
		color: #666;
	}

	#tab-2 .item .td-balance{
		position: absolute;
		top: 20px;
		right: 0;
	}

	#tab-2 seitem .td-name .row:not(:first-child) .value::before{
		display: none;
	}

	#tab-2 .empty-state{
		padding: 100px 0 180px 0;
	}


	/* 초대내역 */
	#tab-3 .item{
		flex-direction: column;
		align-items: unset;
		padding: 20px 0;
	}

	#tab-3 .item .td-date{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	#tab-3 .item .td-point{
		width:auto;
	}

	#tab-3 .item .td-status{
		width: 100%;
		margin-left: 0;
		margin-top: 4px;
	}

	#tab-3 .item .td-status .status-text{
		justify-content: flex-end;
	}

	#tab-3 .item .td-status .badge{
		left: unset;
		right: 25px;
	}

	#tab-3 .item .td-status .badge::before{
		left: unset;
		right: 31px;
		transform: unset;
	}
}



@media screen and (max-width:500px){
	#tab-1 .InvitationStatus .point-wrap{
		padding: 20px;
	}

	#tab-1 .InvitationLink .text .kakaoBtn{
		width: auto;
		height: auto;
		padding: 4px 15px;
		font-size: 13px;
	}
}

@media screen and (max-width:400px){
	#tab-1 .InvitationLink .code{
		padding-right: 25px;
	}

	#tab-1 .InvitationLink .text{
		padding-left: 25px;
	}
}

