/* 공통 */
#reward {
	font-family: Pretendard;
	letter-spacing: -0.03em;
}

#reward *,
#reward *::before,
#reward *::after {
	font-family: Pretendard;
	letter-spacing: -0.03em;
}

#reward .w-600 {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

#reward .section-title {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: normal;
}



/* 컨테이너 */
#reward .reward-container {
	/*overflow-x: hidden;*/
	margin-top: -40px;
	padding-bottom: 88px;
}




/* 배너 */
#reward .section.banner {
	background: repeat-x url('../images/renewal/reward/banner-bg.png') center / contain;
	margin-bottom: 40px;
}

#reward .section.banner .img {
	max-width: 1920px;
	margin: 0 auto;
}

#reward .section.banner .img img {
	display: block;
	width: 100%;
}



/* 실시간 랭킹 */
#reward .section.ranking {
	margin-bottom: 42px;
}

#reward .section.ranking .section-title {
	margin-bottom: 16px;
}

#reward .section.ranking .list {
	border-radius: 10px;
	border: 1px solid #EEE;
	background: #FFF;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 23px;
	padding: 21px 24px 30px;
}

#reward .section.ranking .list.others {
	margin-bottom: 10px;
}

#reward .section.ranking .list.me {
	margin-bottom: 14px;
	padding: 18px 24px;
}

#reward .section.ranking .item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #000;
	text-align: right;
	font-size: 15px;
	font-weight: 500;
	line-height: 130%;
}

#reward .section.ranking .item.head {
	color: #888;
	font-size: 14px;
}

#reward .section.ranking .item p:nth-of-type(1) {
	width: 23%;
	text-align: left;
}

#reward .section.ranking .item p:nth-of-type(2) {
	width: 26%;
}

#reward .section.ranking .item p:nth-of-type(3) {
	width: 37%;
}

#reward .section.ranking .item .rank {
	display: inline-block;
	color: rgba(0, 0, 0, 0.4);
	width: 1em;
}

#reward .section.ranking .item .rank.blue {
	color: #1351F6;
}

#reward .section.ranking .update-date {
	color: #999;
	font-size: 12px;
	font-weight: 400;
	line-height: 130%;
	text-align: right;
}



/* 실시간 랭킹 - 비로그인 시 */
#reward .section.ranking p.not-logged-in {
	width: 50% !important;
	color: #666;
	font-size: 14px;
	font-weight: 500;
	line-height: 130%;
}

#reward .section.ranking p.not-logged-in a {
	text-decoration: underline;
	text-underline-offset: 2px;
	color: inherit;
}



/* 탭메뉴 */
#reward .section.tab-menu {
	border-bottom: 1px solid #EEE;
	position: sticky;
	top: 138px;
	background: #fff;
	z-index: 2;
	transition: top .3s ease-in-out;
}

body.down #reward .section.tab-menu {
	top: 190px;
}

#reward .section.tab-menu .tabs {
	display: flex;
	justify-content: center;
	align-content: center;
	gap: 0;
}

#reward .section.tab-menu .tab {
	width: 50%;
	color: #A0A0A0;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	display: block;
	padding: 18px 0;
}

#reward .section.tab-menu .tab::after {
	position: absolute;
	content: '';
	opacity: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #000;
	transition: 0.3s;
}

#reward .section.tab-menu .tab.active {
	color: #000;
	font-weight: 600;
}

#reward .section.tab-menu .tab.active::after {
	opacity: 1;
}



/* 리워드 내용 */
#reward .section.reward-info {
	padding: 70px 0 60px;
	background: linear-gradient(180deg, #FFF 27.71%, #D0EDFF 100%);
}

#reward .section.reward-info .title-block {
	text-align: center;
	padding-bottom: 40px;
	background: url('../images/renewal/reward/right-hand.png') no-repeat right bottom / 118px;
}

#reward .section.reward-info .title-block .sub-title {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
}

#reward .section.reward-info .title-block .title {
	color: #000;
	font-size: 28px;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 6px;
}

#reward .section.reward-info .title-block .title .blue {
	color: #1351F6;
}

#reward .section.reward-info .title-block .desc {
	color: #888;
	font-size: 14px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: normal;
}

#reward .section.reward-info .box-list {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}

#reward .section.reward-info .box-item {
	width: 100%;
}

#reward .section.reward-info .box {
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.05));
}

#reward .section.reward-info .box-title {
	background: #000;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#reward .section.reward-info .box-title span {
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: normal;
}

#reward .section.reward-info .box-content {
	height: 112px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	background: #fff url('../images/renewal/reward/icon-circle-plus.png') no-repeat center 44px / 24px;
}

#reward .section.reward-info .box-content .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding-top: 19px;
}

#reward .section.reward-info .box-content .item .blue {
	color: #1351F6;
	font-size: 12px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: normal;
}

#reward .section.reward-info .box-content .item .money {
	color: #000;
	font-size: 24px;
	font-weight: 600;
	line-height: 140%;
}

#reward .section.reward-info .box-content .item .type {
	color: rgba(0, 0, 0, 0.2);
	font-size: 13px;
	font-weight: 500;
	line-height: 140%;
}

#reward .section.reward-info .notice {
	color: #000;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 160%;
	margin-top: 14px;
}



/* 초대현황 */
#reward .section.current {
	padding-top: 60px;
	overflow-x: hidden;
}

#reward .section.current .section-title {
	margin-bottom: 10px;
}

#reward .section.current .desc {
	color: #666;
	font-size: 14px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: normal;
	margin-bottom: 30px;
}

#reward .section.current .desc .blue {
	color: #1351F6;
}

#reward .section.current .gray-box {
	position: relative;
}

#reward .section.current .gray-box::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 100vw;
	height: 100%;
	background: rgba(241, 243, 245, 0.7);
}

#reward .section.current .gray-box .list {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

#reward .section.current .gray-box .item {
	padding: 36px 0 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	text-align: center;
	position: relative;
}

#reward .section.current .gray-box .item:first-child::after {
	content: '';
	position: absolute;
	right: 0;
	top: 38px;
	width: 1px;
	height: 54px;
	background-color: rgba(0, 0, 0, 0.1);
}

#reward .section.current .gray-box .item-title {
	color: #888;
	font-size: 14px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: normal;
}

#reward .section.current .gray-box .item-value {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: 140%;
}



/* 초대현황 - 비로그인 */
#reward .section.current.not-logged-in .desc {
	margin-bottom: 0;
}

#reward .section.current .not-logged-in-box {}

#reward .section.current .not-logged-in-box .img-container {
	height: 318px;
	position: relative;
}

#reward .section.current .not-logged-in-box .img {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 1920px;
	max-width: 1920px;
}

#reward .section.current .not-logged-in-box .text-block {
	position: absolute;
	left: 50%;
	bottom: 24px;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	text-align: center;
	width: 100%;
}

#reward .section.current .not-logged-in-box .text-block .logo {
	width: 69px;
}

#reward .section.current .not-logged-in-box .text-block .text {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
}

#reward .section.current .not-logged-in-box .btn-login {
	display: block;
	width: 100%;
	height: 48px;
	line-height: 46px;
	border-radius: 6px;
	background: #000;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	letter-spacing: normal;
	margin-top: 12px;
}

#reward .section.current.not-logged-in+.section.link-share {
	padding: 60px 0 0;
}




/* 내 링크 공유하기 */
#reward .link-share {
	padding: 60px 0;
	border-bottom: 1px solid #eee;
}

#reward .link-share .section-title {
	margin-bottom: 20px;
}

#reward .link-share .list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

#reward .link-share .list>* {
	display: block;
	width: 100%;
	border-radius: 6px;
}

#reward .link-share .copy-url {
	border: 1px solid #EEE;
	background: #FFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 17px 20px;
	cursor: pointer;
	letter-spacing: normal;
}

#reward .link-share .copy-url .text {
	color: #666;
	font-size: 13px;
	font-weight: 400;
	line-height: normal;
}

#reward .link-share .copy-url .copy {
	color: #000;
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
	text-decoration-line: underline;
	text-underline-offset: 2px;
}

#reward .link-share .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 48px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: normal;
}

#reward .link-share .btn span {
	display: inline-block;
	position: relative;
	padding-left: 20px;
}

#reward .link-share .btn span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: auto;
	aspect-ratio: 1 / 1;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

#reward .link-share .btn-kakao {
	color: #201D1E;
	background: #FEE94C;
}

#reward .link-share .btn-kakao span::before {
	background-image: url("../images/renewal/reward/icon-kakao.png");
}

#reward .link-share .btn-facebook {
	color: #FFF;
	background: #086BF7;
}

#reward .link-share .btn-facebook span::before {
	background-image: url("../images/renewal/reward/icon-facebook.png");
}



/* 등급별 혜택 */
#reward .section.grade {
	overflow: hidden;
	padding: 70px 0 80px;
	border-top: 10px solid #F5F7FA;
}

#reward .section.grade .title-block {
	text-align: center;
	padding-bottom: 60px;
}

#reward .section.grade .title-block .sub-title {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
}

#reward .section.grade .title-block .title {
	color: #1351F6;
	font-size: 28px;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 6px;
}

#reward .section.grade .title-block .desc {
	color: #888;
	font-size: 14px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: normal;
}

#reward .section.grade .coupon-list {
	width: fit-content;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

#reward .section.grade .coupon-list::before {
	content: '';
	position: absolute;
	top: -38px;
	left: 65%;
	width: 182px;
	height: auto;
	aspect-ratio: 182 / 267;
	background: url('../images/renewal/reward/bg-coin.png') no-repeat right bottom / contain;
}

#reward .section.grade .coupon-item {
	width: 200px;
	height: 120px;
	background: url('../images/renewal/reward/bg-coupon.png') no-repeat center center / contain;
	display: flex;
	align-items: center;
	overflow: hidden;
	margin-right: 60px;
}

#reward .section.grade .coupon-item .left {
	width: 30px;
	height: 100%;
	border-radius: 7.167px 0px 0px 7.167px;
	background: #E9EBED;
	display: flex;
	justify-content: center;
	align-items: center;
}

#reward .section.grade .coupon-item .left span {
	color: rgba(0, 0, 0, 0.2);
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	line-height: 140%;
	writing-mode: sideways-lr;
	text-orientation: mixed;
}

#reward .section.grade .coupon-item .content {
	padding: 20px;
}

#reward .section.grade .coupon-item .content .sub-title {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 140%;
}

#reward .section.grade .coupon-item .content .title {
	color: #000;
	font-size: 32px;
	font-weight: 700;
	line-height: 140%;
}

#reward .section.grade .coupon-item .content .desc {
	color: rgba(0, 0, 0, 0.3);
	font-size: 13px;
	font-weight: 500;
	line-height: 140%;
}

#reward .section.grade .btn-check-grade {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 145px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 60px;
	background: #000;
	width: 128px;
	height: 42px;
	color: #FFF;
	font-size: 13px;
	font-weight: 600;
	z-index: 1;
}

#reward .section.grade .btn-check-grade span {
	display: block;
	line-height: 140%;
	padding-right: 11px;
	background: url('../images/renewal/reward/icon-arrow-right-white.png') no-repeat right top 2px / 7px;
}



/* 리뷰왕 */
#reward .section.review-reward {
	padding: 60px 0 70px;
	background-color: #101010;
}

#reward .section.review-reward .title-block {
	text-align: center;
	padding-bottom: 30px;
}

#reward .section.review-reward .title-block .sub-title {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
}

#reward .section.review-reward .title-block .title {
	color: #1351F6;
	font-size: 28px;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 6px;
}

#reward .section.review-reward .title-block .desc {
	color: #888;
	font-size: 14px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: normal;
}

#reward .section.review-reward .list {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 26px;
}

#reward .section.review-reward .item {
	width: 100%;
	padding: 19px 52px;
	display: flex;
	align-items: center;
	gap: 50px;
	min-width: 0;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
}

#reward .section.review-reward .item .icon {
	width: 64px;
	flex-shrink: 0;
}

#reward .section.review-reward .item .text {
	flex: 1;
	min-width: 0;
}

#reward .section.review-reward .item .text .title {
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 5px;
}

#reward .section.review-reward .item .text .desc {
	color: rgba(255, 255, 255, 0.6);
	font-size: 13px;
	font-weight: 400;
	line-height: 140%;
}

#reward .section.review-reward .btn-write-review {
	width: 100%;
	height: 48px;
	line-height: 46px;
	border-radius: 6px;
	background: #FFF;
	color: #000;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: normal;
}



/* 캐시백 */
#reward .section.cashback {
	padding: 60px 0 100px;
}

#reward .section.cashback .title-block {
	text-align: center;
	padding-bottom: 30px;
}

#reward .section.cashback .title-block .sub-title {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
}

#reward .section.cashback .title-block .title {
	color: #1351F6;
	font-size: 28px;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 6px;
}

#reward .section.cashback .title-block .desc {
	color: #999;
	font-size: 14px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: normal;
}

#reward .section.cashback .box {
	border-radius: 10px;
	border: 1px solid #EEE;
	background: #FFF;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
	padding: 30px 20px 20px;
	text-align: center;
}

#reward .section.cashback .box-title {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 140%;
	margin-bottom: 6px;
}

#reward .section.cashback .box-desc {
	color: rgba(0, 0, 0, 0.6);
	font-size: 13px;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 27px;
}

#reward .section.cashback .box img {
	width: 135px;
	margin: 0 auto 19px;
}

#reward .section.cashback .box .btn {
	width: 100%;
	height: 48px;
	line-height: 46px;
	border-radius: 6px;
	background: #000;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: normal;
}



/* 하단바 */
#reward .bottom-bar {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	filter: drop-shadow(0px -4px 14px rgba(0, 0, 0, 0.06));
	background: #FFF;
	padding: 16px 0 20px;
	z-index: 3;
}

#reward .bottom-bar .btn-block {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

#reward .bottom-bar .btn-block .btn {
	width: 100%;
	height: 52px;
	line-height: 50px;
	border-radius: 4px;
	background: #000;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: normal;
}

#reward .bottom-bar .btn-block .btn-white {
	border: 1px solid #EEE;
	background: #FFF;
	color: #000;
}

#reward .bottom-bar .btn-block .btn-black {
	background: #000;
	color: #fff;
}



/* 멤버십안내 모달 */
#reward .modal {
	  position: fixed;
	  width: 100%;
	  height: 100%;
	  top: 0;
	  left: 50%;
	  transform: translateX(-50%);
	  z-index: 10000;
	  opacity: 0;
	  visibility: hidden;
	  transition: transform 0.2s;
  }

#reward .modal.active {
	opacity: 1;
	visibility: visible;
	z-index: 9999999999;
}

#reward .modal .overlay {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: 0.2s;
}

#reward .modal.active .overlay {
	opacity: 1;
	visibility: visible;
	z-index: 50;
}

#reward .modal .container {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 410px;
	height: 680px;
	z-index: 100;
	border-radius: 18px;
	background: #fff;
	padding: 24px 20px 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	transition: transform 0.2s;
}

#reward .modal .container .modal-header,
#reward .modal .container .modal-cont,
#reward .modal .container .modal-footer {
	width: 100%;
}

#reward .modal .container .modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 4px 28px;
}

#reward .modal .container .modal-title {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 160%;
}

#reward .modal .container .btn-close {
	width: 18px;
}

#reward .modal .container .btn-close img {
	width: 100%;
}

#reward .modal .container .modal-cont {
	flex: 1;
	overflow-y: auto;
}

#reward .modal .container .input-list {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

#reward .modal .container .input-item {
	width: 100%;
}

#reward .modal .container .input-item input,
#reward .modal .container .input-item select {
	display: block;
	width: 100%;
	height: 48px;
	border-radius: 4px;
	border: 1px solid #DDD;
	background-color: #FFF;
	padding: 13px 16px;
	color: #000;
	font-size: 14px;
	font-weight: 500;
}

#reward .modal .container .input-item select:invalid {
	color: rgba(0, 0, 0, 0.3);
}

#reward .modal .container .input-item input:read-only {
	background: #F7FAFC;
}

#reward .modal .container .input-item input::placeholder {
	color: rgba(0, 0, 0, 0.3);
}

#reward .modal .container .modal-footer {
	padding-top: 20px;
}

#reward .modal .container .modal-footer .btn {
	display: block;
	width: 100%;
	height: 52px;
	line-height: 50px;
	border-radius: 4px;
	background: #000;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
}

#reward .modal.apply-cashback .container .modal-header {
	padding-bottom: 6px;
}

#reward .modal.apply-cashback .container .input-list {
	gap: 0;
}

#reward .modal.apply-cashback .container .input-item {
	padding: 22px 0;
	border-bottom: 1px solid #eee;
}

#reward .modal.apply-cashback .container .input-item:last-child {
	border-bottom: none;
}

#reward .modal.apply-cashback .container .item-title-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 14px;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 160%;
}

#reward .modal.apply-cashback .container .item-title {}

#reward .modal.apply-cashback .container .item-value {
	text-align: right;
}

#reward .modal.apply-cashback .container .input-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

#reward .modal.apply-cashback .container .notice {
	color: #888;
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: normal;
	margin-top: 20px;
}

#reward .modal.membership .container {
  overflow: hidden;
  padding: 0;
}

#reward .modal.membership .container::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 24px;
  width: 100%;
  height: 40px;
  background: linear-gradient(transparent, #fff);
  z-index: 1;
}

#reward .modal.membership .container::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 24px;
  background-color: #fff;
  z-index: 1;
}

#reward .modal.membership .container .modal-header {
  padding: 24px 24px 28px;
}

#reward .modal.membership .container .modal-cont {
  padding-bottom: 50px;
}

#reward .modal.membership .container .modal-cont::-webkit-scrollbar {
  width: 6px;
}

#reward .modal.membership .container .modal-cont::-webkit-scrollbar-track {
  background-color: transparent;
  border: none;
}

#reward .modal.membership .container .modal-cont::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  width: 3px;
  border-right: 3px solid #fff;
}

#reward .modal.membership .container .modal-cont iframe {
  width: 100%;
  height: 1303px;
}





/* 반응형 */
@media screen and (max-width: 768px) {
	#reward .w-600 {
		max-width: 100%;
	}



	/* 컨테이너 */
	#reward .reward-container {
		margin-top: -20px;
		padding-bottom: 0;
	}



	/* 실시간 랭킹 */
	#reward .section.ranking {
		padding: 0 20px;
	}

	#reward .section.ranking .item p:nth-of-type(1) {
		width: 30%;
	}



	/* 탭메뉴 */
	#reward .section.tab-menu {
		top: 98px;
	}

	body.down #reward .section.tab-menu {
		top: 136px;
	}



	/* 리워드 내용 */
	#reward .section.reward-info .title-block {
		padding: 0 20px 40px;
		background-position: right -12px bottom -3px;
	}

	#reward .section.reward-info .box-list {
		padding: 0 20px;
	}



	/* 초대현황 */
	#reward .section.current {
		padding: 60px 20px 0;
	}



	/* 초대현황 - 비로그인 */
	#reward .section.current.not-logged-in {
		padding: 60px 0 0;
	}

	#reward .section.current.not-logged-in .section-title,
	#reward .section.current.not-logged-in .desc {
		padding: 0 20px;
	}

	#reward .section.current .not-logged-in-box .img-container {
		width: 100%;
		height: auto;
		aspect-ratio: 393 / 318;
	}

	#reward .section.current .not-logged-in-box .img {
		width: 100%;
		max-width: 100%;
	}

	#reward .section.current .not-logged-in-box .btn-login {
		width: calc(100% - 40px);
		margin-left: auto;
		margin-right: auto;
	}


	/* 내 링크 공유하기 */
	#reward .link-share {
		padding: 60px 20px;
	}



	/* 리뷰왕 */
	#reward .section.review-reward {
		padding: 60px 20px 70px;
	}

	#reward .section.review-reward .item {
		padding: 19px 22px;
		gap: 30px;
	}



	/* 캐시백 */
	#reward .section.cashback {
		padding: 60px 20px 123px;
	}



	/* 하단바 */
	#reward .bottom-bar {
		padding: 16px 20px;
		z-index: 100000;
	}

	#reward .bottom-bar .btn-block {
		gap: 7px;
	}



	/* 모달 */
	#reward .modal .container {
		max-width: 100%;
		height: 652px;
		border-radius: 22px 22px 0 0;
		top: unset;
		bottom: -652px;
		transform: translate(-50%, 0);
		padding-top: 28px;
	}

	#reward .modal.active .container {
		transform: translate(-50%, -652px);
	}

	#reward .modal .container .modal-header {
		padding-bottom: 24px;
	}

	#reward .modal.apply-cashback .container .modal-header {
		padding-bottom: 0;
	}

  #reward .modal.membership .container .modal-cont iframe {
    height: 1350px;
  }
}












