.point {
	gap: 30px;
}
.point_box {
	border-radius: 10px;
	border: 1px solid rgba(113, 113, 113, 0.2);
	overflow: hidden;
	box-sizing: border-box;
}
.point_box .tit {
	width: 345px;
	padding: 40px 0;
	gap: 20px;
	font-size: 36px;
	font-weight: 900;
	letter-spacing: 0.9px;
    justify-content: center;
}
.point_box .tit .icon {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	padding-left: 10px;
    background: var(--black);
	margin: 0 auto;
	box-sizing: border-box;
}
.point_box .box {
	flex: 1;
	width: 100%;
	padding: 40px 50px;
	gap: 10px;
	box-sizing: border-box;
}
.point_box .box > div {
	font-size: 20px;
	font-weight: 500;
	gap: 10px;
}
.point_box .box > div.total {
	font-size: 26px;
	padding: 16px 0;
}
.point .filter {
	gap: 10px;
	margin-bottom: 16px;
}
.point .filter > strong {
	padding: 0 40px;
    border-radius: 10px;
    font-size: 16px;
    height: 51px;
    line-height: 51px;
}
.point .filter .tab .flex {
	gap: 10px;
}
.point .filter .tab .flex button {
	height: 51px;
	border-radius: 10px;
	font-size: 16px;
	letter-spacing: 0.4px;
	background: #EFEFEF;
	padding: 0 20px;
	box-sizing: border-box;
}
.point .filter .tab .flex button.active {
	background: #323232;
	color: var(--white);
}
.point .filter select {
	max-width: 160px;
}

.point_shop {
	gap: 40px;
}
.point_shop .tab .swiper-slide {
	width: auto;
	margin-right: 30px;
}
.point_shop .tab .swiper-slide:last-child {
	margin-right: 0;
}
.point_shop .tab .swiper-slide button {
	color: #323232;
	font-size: 20px;
	letter-spacing: -0.4px;
}
.point_shop .tab .swiper-slide button.active {
	color: var(--key-color);
	font-weight: 700;
}
.point_shop .list {
	gap: 60px 20px;
}
.point_shop .list .item {
	width: calc(25% - 15px);
	gap: 15px;
}
.point_shop .list .item .top {
	padding: 0 20px;
	gap: 10px;
	font-size: 16px;
	box-sizing: border-box;
}
.point_shop .list .item .top strong {
	flex: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.point_shop .list .item.complete .thumb,
.point_shop .list .item.complete .info {
	opacity: .5;
}
.point_shop .thumb {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 20px;
	background: #efefef;
	overflow: hidden;
	cursor: pointer;
	box-sizing: border-box;
}
.point_shop .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 85%;
    max-height: 85%;
	object-fit: cover;
	mix-blend-mode: multiply;
}
.point_shop .info {
	gap: 4px;
	padding: 0 20px;
	box-sizing: border-box;
}
.point_shop .info .brand {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.32px;
	text-transform: capitalize;
}
.point_shop .info .name {
	font-size: 18px;
	letter-spacing: -0.32px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
    word-break: keep-all;
}
.point_shop .info .date {
	font-size: 16px;
	margin-top: 10px;
}
.point_shop .info .price {
	margin-top: 6px;
	gap: 4px;
}
.point_shop .info .price strike {
	color: #b1b1b1;
	font-size: 12px;
	letter-spacing: -0.24px;
}
.point_shop .info .price > div {
	gap: 5px;
}
.point_shop .info .price > div .percent {
	padding: 3px 8px;
	border-radius: 5px;
	background: #b1b1b1;
	color: var(--white);
	font-size: 10px;
	box-sizing: border-box;
}
.point_shop .info .btn_group {
    margin-top: 10px;
}
.point_shop .info .btn_group button {
    width: 100%;
    height: 30px;
    border-radius: 5px;
}
.point_shop .btn_area {
	padding: 0 20px;
	gap: 10px;
	box-sizing: border-box;
}
.point_shop .btn_area a {
	flex: 1;
	height: 34px;
	line-height: 34px;
	border-radius: 10px;
}

.point_buy {
	gap: 40px;
}
.point_buy .box {
	gap: 16px;
}
.point_buy .box .bar {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.8px;
	line-height: 1.2;
}
.point_buy .box .line_box {
    border-radius: 10px;
    border: 1px solid rgba(113, 113, 113, 0.2);;
    overflow: hidden;
    box-sizing: border-box;
}
.point_buy .box .line_box .tit {
    width: 170px;
    background: var(--black);
    color: var(--white);
    padding: 22px 20px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    box-sizing: border-box;
}
.point_buy .box .line_box > button {
    margin-right: 20px;
    padding: 7px 12px;
    border-radius: 5px;
    box-sizing: border-box;
}
.point_buy .box .line_box .txt {
    flex: 1;
    width: calc(100% - 200px);
    padding: 17px 20px;
    font-size: 20px;
    box-sizing: border-box;
}
.point_buy .box .line_box .txt input {
	width: 100%;
	height: 100%;
	font-size: 20px;
    background: transparent;
}
.point_buy .box .line_box .txt .disabled {
	color: #D3D3D3;
}
.point_buy .box .line_box .txt a {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.4px;
	padding: 10px 20px;
	border-radius: 5px;
	box-sizing: border-box;
}
.point_buy .box .prd_box {
	gap: 40px;
	padding: 20px;
	border-radius: 20px;
	border: 1px solid rgba(113, 113, 113, 0.2);
	box-sizing: border-box;
}
.point_buy .box .prd_box .thumb {
	position: relative;
    width: 200px;
    height: 200px;
	padding-bottom: 0;
    border-radius: 20px;
    background: #D4DCCF;
    overflow: hidden;
    box-sizing: border-box;
}
.point_buy .box .prd_box .thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 85%;
    max-height: 85%;
    object-fit: cover;
    mix-blend-mode: multiply;
}
.point_buy .box .prd_box .info {
	flex: 1;
	width: 100%;
	padding: 0!important;
}
.point_buy .box .prd_box .info .name {
    font-size: 18px;
    letter-spacing: -0.32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: keep-all;
    overflow: hidden;
}
.point_buy .box .prd_box .info .price {
	margin-top: 30px;
    gap: 10px;
}
.point_buy .box .prd_box .info .price p {
	color: #b1b1b1;
	letter-spacing: -0.3px;
}
.point_buy .box .prd_box .info .price > div {
    gap: 5px;
}
.point_buy .box .prd_box .info .price > div strike {
    color: #b1b1b1;
}
.point_buy .box .prd_box .info .price > div strong {
	font-size: 20px;
}
.point_buy .agree_box {
	position: relative;
	padding: 0 30px;
	box-sizing: border-box;
}
.point_buy .agree_box input {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
	z-index: -1;
}
.point_buy .agree_box input + label {
	position: relative;
	display: inline-block;
    padding: 2px 0 2px 32px;
	font-size: 20px;
	font-weight: 500;
	box-sizing: border-box;
}
.point_buy .agree_box input + label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 3px;
	border: 1px solid #000;
	box-sizing: border-box;
}
.point_buy .agree_box input:checked + label:before {
	border: 1px solid var(--black);
	background: var(--black) url("../images/ic_check_white.svg")no-repeat 50% 50%;
}
.point_buy .btn_group button {
	height: 61px;
	padding: 0 40px;
	border-radius: 5px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.6px;
	box-sizing: border-box;
}
.point_shop .send_box .list {
	gap: 20px;
}
.point_shop .send_box .list .item {
	width: calc(50% - 10px);
	padding: 20px;
	border-radius: 20px;
	border: 2px solid #D3D3D3;
	gap: 15px;
	box-sizing: border-box;
}
.point_shop .send_box .list .item .thumb {
	width: 120px;
	height: 120px;
	padding-bottom: 0;
	border-radius: 10px;
}
.point_shop .send_box .list .item .info {
	flex: 1;
	width: 100%;
	gap: 10px;
}
.point_shop .send_box .list .item .info .to {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.32px;
}
.point_shop .send_box .list .item .info .name {
	font-size: 16px;
}
.point_shop .send_box .list .item .info .price {
	font-weight: 700;
}


#gift_pop .modal_cont {
	max-width: 400px;
}
#gift_pop .thumb {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 20px;
	background: #efefef;
	overflow: hidden;
	margin-bottom: 20px;
	box-sizing: border-box;
}
#gift_pop .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 85%;
    max-height: 85%;
	object-fit: cover;
}
#gift_pop .info {
	gap: 4px;
	padding: 0 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
#gift_pop .info .brand {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.32px;
	text-transform: capitalize;
}
#gift_pop .info .name {
	font-size: 18px;
	letter-spacing: -0.32px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
#gift_pop .info .date {
	font-size: 16px;
	margin-top: 10px;
}
#gift_pop .info .barcode {
	margin-top: 20px;
}
#gift_pop .btn_area {
	padding: 0 20px;
	box-sizing: border-box;
}
#gift_pop .btn_area button {
	flex: none;
	padding: 0 30px;
}
#gift_pop .btn_area button.save_btn {
	flex: 1;
	padding: 0;
}



@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1240px) {
    .point_box .tit {
        width: 250px;
        padding: 25px 0;
    }
}
@media screen and (max-width: 1024px) {
    .point_box .box {
        padding: 20px 25px;
    }
    .point_box .tit {
        width: 200px;
    }
    .point_box .tit .icon {
        width: 80px;
        height: 80px;
        padding-left: 5px;
    }
    .point_box .tit .icon svg {
        width: 33px;
    }
    .point_box .box > div {
        font-size: 16px;
    }
    .point_box .box > div.total {
        font-size: 20px;
        padding: 8px 0;
    }
    .point .filter .tab .flex button {
        height: 44px;
        font-size: 14px;
    }
    .point .filter select {
        max-width: 115px;
        height: 44px;
        font-size: 14px;
    }

    .point_buy .box .bar {
        font-size: 20px;
    }
    .point_buy .box .line_box .tit {
        width: 140px;
        padding: 22px 15px;
        font-size: 16px;
    }
    .point_buy .box .line_box .txt {
        font-size: 16px;
    }
    .point_buy .box .line_box .txt input {
        font-size: 16px;
    }
    .point_buy .box .line_box > button {
        font-size: 14px;
    }
    .point_buy .agree_box input + label {
        font-size: 16px;
        padding: 1px 0 1px 28px;
    }
    .point_buy .agree_box input + label:before {
        width: 20px;
        height: 20px;
    }
    .point_buy .btn_group button {
        height: 50px;
        padding: 0 30px;
        font-size: 16px;
    }
    .point_buy .box .prd_box {
        gap: 20px;
    }

    .point_shop .list .item {
        width: calc(33.333% - 14px);
    }
    .point_shop .info {
        padding: 0 10px;
    }
    .point_shop .info .name {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .point_box .tit {
        width: 100%;
        padding-bottom: 0;
    }

    .point_buy .box .line_box .tit {
        width: 100%;
        padding: 17px 15px;
    }
    .point_buy .box .prd_box .thumb {
        width: 130px;
        height: 130px;
        border-radius: 10px;
    }
    .point_buy .box .prd_box .info .name {
        font-size: 16px;
    }
    .point_buy .box .prd_box .info .price {
        font-size: 14px;
    }
    .point_buy .box .prd_box .info .price > div strong {
        font-size: 16px;
    }
    .point_buy .agree_box {
        padding: 0 10px;
    }

    .point_shop .list .item {
        width: calc(50% - 10px);
    }
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 380px) {
    .point_buy .box .prd_box .thumb {
        width: 100%;
    }
    .point_buy .box .prd_box .info .price {
        margin-top: 20px;
    }

    .point_shop .list .item {
        width: 100%;
    }
}