@charset "utf-8";
/* CSS Document */
.modal-dialog.reward {
	max-width: 688px;
}
.modal-dialog.terms {
	max-width: 600px;
}
.modal-content.reward {
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
}
button.close-btn {
    background: linear-gradient(to bottom, rgba(248,215,84,1) 0%, rgba(193,92,38,1) 100%);
    color: #fff;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 2;
    border-radius: 50px;
    height: 35px;
    width: 35px;
    border: 3px solid #5b2d0d;
    box-shadow: 1px 2px 3px #000;
}

.modal-content.redeem {
    background: url(../images/popup-woodbase.png)no-repeat;
    background-size: 100% 100%;
    max-width: 416px;
    min-height: 618px;
    margin: 0 auto;
    padding: 7% 8% 17%;
    text-align: center;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.redeem-amt {
    margin-top: -10px;
}
.point-base {
	position: relative;
}
.point-sum-pop {
    position: absolute;
    font-size: 30px;
    font-weight: 700;
    left: 12%;
    right: 0;
    top: 35%;
}
.btn-wrap {
    padding-top: 30px;
}
button.comm-btn {
    background: none;
    padding: 0;
    border: none;
	max-width: 47%;
}
button.comm-btn:hover {
	transform:scale(0.98);
}

.modal-content.notice {
    background: rgb(0,0,0,0.85);
    border-radius: 12px;
    border: 3px solid #7b0fb5;
    color: #fff;
    text-align: center;
    padding: 20px;
    align-items: center;
    justify-content: center;
    min-height: 140px;
}
.notice-wrap {
    font-size: 19px;
}
.reward-img-mobile {
	display: none;
}

@media(max-width: 620px) {
.reward-img {
	display: none;
}
.reward-img-mobile {
	display: block;
}
button.close-btn {
    right: 0px;
	top: 0
}

.modal-dialog.reward {
	top: 5%;
}
.modal-dialog.terms {
	top: 5%;
}
	
}






















