@charset "utf-8";
/*쇼룸 css*/
#reward{width: 720px; margin: 0 auto; padding:0 20px; padding-bottom: 120px;}
.reward_wrap{box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); border-radius:24px; overflow: hidden; margin-bottom: 40px;}
.reward_wrap .reward_img{width: 100%;aspect-ratio: 16 / 9; overflow: hidden;  }
.reward_wrap .reward_img img{width: 100%; height: 100%; object-fit: cover; }
.reward_wrap .store_profile{padding: 20px; position: relative;}
.reward_wrap .store_profile::after {content: "";display: block;clear: both;}
.reward_wrap .store_profile .profile{width: 83px; border-radius:100%; overflow: hidden; aspect-ratio: 1/ 1; float: left; margin-right: 20px;}
.reward_wrap .store_profile .profile img{width: 100%; height: 100%; object-fit: cover;}
.reward_wrap .store_profile .store_info{float: left; }
.reward_wrap .store_profile .store_info .store_name{font-size: 30px; line-height: 42px; color:#333; font-weight: 600; margin-bottom: 4px;}
.reward_wrap .store_profile .store_info .store_category{font-size: 25px; line-height: 35px; color:#767676; font-weight: 400;}

.reward_point{width: auto; position: absolute; top:50%; transform:translateY(-50%); right:10px; font-weight: 600;	}
.reward_point > span{font-size: 25px; line-height: 35px; border:1px solid #AC58D4; padding: 14px 30px; color:#AC58D4; border-radius:4px;}


.no_box{width: 100%; min-height: 50vh; position: relative;}
.no_box .no_p{display: inline-block;width: 100%; font-size:33px; line-height:46px; color:#999999; font-weight: 500; position: absolute; top:50%; left:50%; transform:translate(-50%,-50%);
text-align:center;}
@media screen and (max-width: 720px) {

#reward{width: 100%; margin: 0 auto;/*  padding:2.7778vw 2.7778vw 16.6667vw 2.7778vw; */padding: 0;  }
.reward_wrap{box-shadow: 0.2778vw 0.2778vw 1.3889vw rgba(0, 0, 0, 0.1); border-radius:0; background-color: #000;margin: 0;padding-bottom: 5vw;}
.reward_wrap .reward_img{width: 100%;aspect-ratio: 16 / 9;   }
.reward_wrap .reward_img img{width: 100%; height: 100%; object-fit: cover; }
.reward_wrap .store_profile{padding: 2.7778vw; }
.reward_wrap .store_profile::after {clear: both;}
.reward_wrap .store_profile .profile{width: 11.5278vw; border-radius:100%;  aspect-ratio: 1/ 1;  margin-right: 2.7778vw;}
.reward_wrap .store_profile .profile img{width: 100%; height: 100%; object-fit: cover;}
.reward_wrap .store_profile .store_info{ }
.reward_wrap .store_profile .store_info .store_name{font-size: 4.1667vw; line-height: 5.8333vw; margin-bottom: 0.5556vw; color:#fff;}
.reward_wrap .store_profile .store_info .store_category{font-size: 3.4722vw; line-height: 4.8611vw;  }

.reward_point{width: auto;  top:50%; transform:translateY(-50%); right:2.7778vw; 	}
.reward_point > span{font-size: 3.4722vw; line-height: 4.8611vw; padding: 1.9444vw 4.1667vw;  border-radius:0.5556vw;}



.no_box{width: 100%; min-height: 50vh; }
.no_box .no_p{width: 100%; font-size:4.5833vw; line-height:6.3889vw;    top:50%; left:50%; transform:translate(-50%,-50%);}


}