.gift .prd-list {
	background: #ededed;
	padding: 30px;
}
.gift .prd-list .bn {
	margin-bottom: 50px;
}
.gift .prd-list .bn img {
	width: 100%;
}
.gift .prd-list table a {
	display: block;
	height: 205px;
	text-align: center;
	background: #fff;
}
.gift .prd-list table a span {
	display: block;
    position: relative;
    top: 25px;
    z-index: 4;
    font-size: 23px;
}
.gift .prd-list .swiper-container {
	width: 190px;
}
.gift .prd-list .swiper-slide img {
	width: auto;
}
.gift .prd-list .h-row a {
	height: 420px;
}
.gift .prd-list a.kakao {
	background: #f9e000;
	padding: 27px 0;
}

.gift .gift-list {
	background: #ededed;
}
.gift .gift-list .bn img {
	width: 100%;
}
.gift .gift-list .title-info {
	position: relative;
	margin-top: 10px;
	padding: 5px;
}
.gift .gift-list .title-info h2 img {
	margin-right: 10px;
}
.gift .gift-list .title-info .share {
	position: absolute;
	top: 33px;
	right: 30px;
	display: block;
	background: #d1d1d1 url("../../images/ico-share.png")no-repeat 50% 50% / 38px;
	text-indent: -99999px;
	width: 65px;
	height: 65px;
	border-radius: 50%;
}
.gift .gift-list .list {
	margin-top: 10px;
	font-size: 0;
}
.gift .gift-list .list .func {
	padding: 20px 30px;
	text-align: right;
}
.gift .gift-list .list .func > div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}
.gift .gift-list .list .func > div > button {
	color: #838383;
	font-size: 15px;
	padding-left: 20px;
	font-weight: 500;
}
.gift .gift-list .list .func .best {
	padding-left:24px;
	background: url("../../images/ico-filter.png")no-repeat 0 50% / 17px;
}
.gift .gift-list .list .func .price {
	padding-left:24px;

	background: url("../../images/ico-filter2.png")no-repeat 0 50% / 25px;
}
.gift .gift-list .list .func .filter {
	display: none;
	position: absolute;
	left: -75px;
	width: 145px;
	border: 1px solid #222;
	margin-top: 10px;
	background: #fff;
	z-index: 3;
}
.gift .gift-list .list .func .filter button {
	display: block;
    width: 100%;
    font-size: 13px;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 10px;
    color: #999;
}
.gift .gift-list .list .func .filter button.active {
	font-weight: bold;
	color: #000;
}
.gift .gift-list .list .func .filter button:last-child {
	border-bottom: 0;
}

.gift .gift-list .list ul {
	padding: 0 2%;
}
.gift .gift-list .list ul li {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    font-size: 15px;
    margin: 2% 2% 5%;
}
.gift .gift-list .list ul li .thumb img {
	width: 100%;
}
.gift .gift-list .list ul li .info {
	margin-top: 10px;
}
.gift .gift-list .list ul li .name {
	height: 35px;
	color: #505050;
	font-weight: 500;
	line-height: 1.2;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
}
.gift .gift-list .list ul li .price {
	margin-top: 10px;
	font-size: 13px;
}
.gift .gift-list .list ul li .price strike {
	margin-right: 3px;
}
.gift .gift-list .list ul li .price strong {
	margin-right: 5px;
	font-family: "Titillium Web",sans-serif;
	font-size: 18px;
}


.pop-bg {
	display: none;
	position: fixed;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 12;
}
.share-modal {
	display: none;
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 100%;
	max-width: 750px;
	transform: translateX(-50%);
	background: #fff;
	z-index: 13;
	padding-top: 25px;
}
.share-modal h2 {
	text-align: center;
	font-size: 30px;
}
.share-modal .close {
	position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    background: url(../../images/ico-close-black.png)no-repeat 50% 50% / 60%;
    width: 50px;
    height: 50px;
    text-indent: -99999px;
}
.share-modal .share-group {
	padding: 30px 0;
	font-size: 0;
}
.share-modal .share-group a {
	display: inline-block;
	width: 33.333%;
	text-align: center;
	font-size: 25px;
	margin: 10px 0 30px;
}
.share-modal .share-group a img {
	display: block;
	margin: 0 auto;
}



.gift-detail {
	background: #fafafa;
}
.gift-detail .white-bg {
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid #f8f8f8;
	margin-top: 7px;
	padding: 25px 20px;
}
.gift-detail .prd-img {
	position: relative;
	border-top: 0;
	border-bottom: 0;
	padding: 0;
	margin-top: 0;
	padding-bottom: 15px;
}
.gift-detail .prd-img .thumb img {
	width: 100%;
}
.gift-detail .prd-img .name {
	display: block;
    padding: 35px 20px 20px;
    color: #1d1d1d;
    font-size: 17px;
    font-weight: 500;
}
.gift-detail .prd-img .price {
	padding: 0 20px;
	font-size: 15px;
}
.gift-detail .prd-img .price strong {
	font-family: "Titillium Web",sans-serif;
	font-size: 20px;
	margin-right: 5px;
}
.gift-detail .prd-img .share {
	position: absolute;
    bottom: 30px;
    right: 20px;
    display: block;
    width: 50px;
    height: 50px;
    background: url("../../images/ico-share2.png")no-repeat 50% 50%;
}
.gift-detail .gift-code {
    background: #f6f6f6;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    padding: 30px 20px;
}
.gift-detail .gift-code p {
	color: #a4a4a4;
	font-size: 25px;
}
.gift-detail .gift-code a {
	display: block;
    border: 1px solid #d8d8da;
    background: #fff;
    font-size: 25px;
    font-weight: 500;
    padding: 0 20px;
    height: 65px;
    line-height: 63px;
    margin-top: 7px;
}
.gift-detail .brand-name {
	margin: 15px 0;
}
.gift-detail .brand-name a {
	display: block;
	background: url("../../images/ico-more.png")no-repeat 100% 50%;
}
.gift-detail .gift-info table td {
    font-size: 15px;
    height: 30px;
}
.gift-detail .gift-info table td span em {
	font-style: normal;
	color: #707070;
	font-size: 17px;
}
.gift-detail .gift-info table td img {
	width: 20px;
	vertical-align: middle;
}
.gift-detail .gift-info table td a {
    display: block;
    float: right;
    background: #fcfcfc url(../../images/ico-map2.png)no-repeat 10px 50%;
    border: 1px solid #efefef;
    padding: 0 15px 0 50px;
    height: 60px;
    line-height: 57px;
}
.gift-detail .gift-txt {
    font-size: 13px;
    color: #7c7c7c;
    padding-bottom: 35px;
    border-bottom: 0;
}
.gift-detail .gift-txt strong {
	display: block;
	font-size: 17px;
	color: #000;
	margin-bottom: 10px;
}
.gift-detail .gift-txt .txt {
	position: relative;
	line-height: 1.5;
}
.gift-detail .gift-txt .txt:before {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #d3d3d3;
	position: absolute;
	top: 18px;
	left: 0;
}

.gift-detail .gift-review {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: -15px;
}
.gift-detail .gift-review strong {
    display: block;
    font-size: 17px;
    color: #000;
    margin-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
}
.gift-detail .gift-review strong a {
    float: right;
    background: #111;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
}
.gift-detail .gift-review .gift-board li {
	border-bottom: 1px solid #e1e1e1;
}
.gift-detail .gift-review .gift-board li > a {
    position: relative;
    display: block;
    padding: 15px 0;
}
.gift-detail .gift-review .gift-board li .subject {
    font-size: 15px;
    line-height: 1.2;
}
.gift-detail .gift-review .gift-board li .subject img {
    width: 16px;
    margin-left: 5px;
}
.gift-detail .gift-review .gift-board li .date {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}
.gift-detail .gift-review .gift-board li .conts {
    display: none;
    background: #f7f7f7;
    padding: 15px 10px;
    border-top: 1px solid #e1e1e1;
    line-height: 1.3;
}
.gift-detail .gift-review .gift-board li .conts img {
    display: block;
    width: 100%;
    margin: 0 0 10px;
}
.gift-detail .gift-review .gift-board li .conts .btn-area {
	margin-top: 10px;
}
.gift-detail .gift-review .gift-board li .conts .btn-area a {
	float: right;
    font-size: 12px;
    background: #fff;
    border: 1px solid #e1e1e1;
    width: 40px;
    height: 25px;
    line-height: 23px;
    text-align: center;
}

.gift-detail .gift-add {
	margin-top: 15px;
}
.gift-detail .gift-add .tabs {
	position: relative;
    z-index: 1;
	height: 104px;
	font-size: 0;
	text-align: center;
	background: #fff;
	border-bottom: 1px solid #f8f8f8;
}
.gift-detail .gift-add .tabs.fix ul {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 750px;
    background: #fff;
    z-index: 8;
}
.gift-detail .gift-add .tabs li {
	display: inline-block;
	vertical-align: middle;
	width: 33.333%;
	font-size: 30px;
}
.gift-detail .gift-add .tabs li a {
	position: relative;
	color: #7c7c7c;
	display: inline-block;
    padding: 30px 0;
}
.gift-detail .gift-add .tabs li a.active {
	color: #000;
}
.gift-detail .gift-add .tabs li a.active:after {
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	background: #000;
	position: absolute;
	left: 0;
	bottom: 0;
}
.gift-detail .gift-add .white-bg {
	margin-top: 0;
}
#prd-detail .white-bg {
	padding-top: 100px;
	border-top: 0;
}
#prd-detail .detail-img {
	text-align: center;
}
#prd-detail .detail-img img {
	width: 100%;
}
#prd-detail .detail-text {
	margin-top: 30px;
    font-size: 25px;
}

#prd-review .review-photo {
	width: 100vw;
	max-width: 750px;
    margin-top: -70px;
}
#prd-review .review-photo .white-bg {
	padding-top: 100px;
	border-top: 0;
}
#prd-review .review-photo .tit {
	padding: 20px;
}
#prd-review .review-photo .tit a {
	color: #777;
	font-size: 25px;
    margin-top: 2px;
}
#prd-review .swiper-container {
	padding-left: 20px;
    background: #fff;
    padding-bottom: 30px;
}
#prd-review .swiper-slide {
	width: auto;
	margin-right: 10px;
}
#prd-review .review-text .white-bg {
	margin-top: 15px;
}
#prd-review .review-text .list li {
	background: #fafafa;
	border-radius: 5px;
	padding: 30px;
	margin: 30px 0;
}
#prd-review .review-text .profile .thumb {
	display: inline-block;
	vertical-align: middle;
	width: 75px;
	margin-right: 20px;
}
#prd-review .review-text .profile .thumb img {
	width: 100%;
}
#prd-review .review-text .profile .box {
	display: inline-block;
	vertical-align: middle;
	width: 84%;
}
#prd-review .review-text .profile .box .time {
	color: #999;
	font-size: 23px;
}
#prd-review .review-text .cont {
    font-size: 30px;
    color: #222;
    line-height: 1.3;
    margin: 20px 0;
}
#prd-review .review-text .like {
    display: block;
    background: #fff url(../../images/ico-heart.png)no-repeat 20px 56% / auto 25px;
    padding: 0 35px 0 60px;
    height: 55px;
    font-size: 25px;
    border: 1px solid #eaeaea;
    border-radius: 50px;
}
#prd-review .review-text .like.on {
	background: #fff url(../../images/ico-heart-on.png)no-repeat 20px 56% / auto 25px;
}


#prd-info {
	background: #fff;
	padding-top: 20px;
}
#prd-info button {
	position: relative;
	display: block;
	width: 100%;
	height: 75px;
	font-size: 25px;
	text-align: left;
	border-bottom: 1px solid #f6f6f6;
	padding: 0 20px;
}
#prd-info button:after {
    content: '';
    display: block;
    background: url(../../images/ico-more-gray.png)no-repeat 50% 50% / 15px;
    width: 30px;
    height: 35px;
    position: absolute;
    top: 30%;
    right: 20px;
    transform: rotate(90deg);
}
#prd-info .conts {
	display: none;
	padding: 0 20px;
}
#prd-info .conts > div {
	padding: 30px 0;
}
#prd-info table th {
	background: #f0f0f0;
	color: #777;
	border-top: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	font-weight: 400;
	text-align: left;
    padding: 20px 20px;
}
#prd-info table td {
	border-top: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	font-weight: 400;
	text-align: left;
    padding: 20px 20px;
}

#buy-fix {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1125px;
	display: flex;
	background: #fff;
	z-index: 8;
	text-align: center;
}
#buy-fix > div a {
	display: block;
    height: 50px;
    line-height: 48px;
	font-weight: 500;
	font-size: 15px;
	color: #fff;
}
#buy-fix .heart {
	flex: 1;
	background: #444;
}
#buy-fix .heart button {
	font-size: 12px;
    background: #444 url(../../images/ico-heart-white.png)no-repeat 50% 27% / auto 23px;
    color: #fff;
    height: 50px;
    padding-top: 20px;
    width: 100%;
}
#buy-fix .heart button.on {
	background: #444 url(../../images/ico-heart-on.png)no-repeat 50% 27% / auto 23px;
}
#buy-fix .gift-send {
	flex: 3;
	background: #2f2f2f;
}
#buy-fix .gift-send2 {
	flex: 3;
	background: #ef0d2c;
}
#buy-fix.gift-fix {
	display: none;
}
#buy-fix.complete-fix {
	display: none;
}

.gift-area h3 {
	text-align: center;
	font-size: 35px;
	line-height: 4;
}
.gift-area .close {
	display: block;
	width: 55px;
    height: 55px;
	position: absolute;
	top: 45px;
	right: 30px;
	padding: 10px;
}
.gift-area .close img {
	width: 100%;
}
.gift-area .ico-list {
	display: block;
	width: 70px;
    height: 70px;
	position: absolute;
	top: 42px;
	left: 30px;
	padding: 10px;
}
.gift-area .ico-list img {
	width: 100%;
}

.gift-review-list {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}
.gift-review-list ul {
	padding: 3px;
}
.gift-review-list li {
	float: left;
	margin: 3px;
	width: calc(33.333% - 6px);
}
.gift-review-list li img {
	width: 100%;
}

.gift-review-detail .review-img {
	background: #fafafa;
}
.gift-review-detail .review-img .table {
	width: 100%;
	height: 650px;	
}
.gift-review-detail .review-img .table .cell {
	vertical-align: middle;
}
.gift-review-detail .review-img .table .cell img {
	width: 100%;
	max-height: 100%;
}
.gift-review-detail .profile {
	color: #c2c2c2;
	font-weight: 300;
	padding: 30px 20px 15px;
	font-size: 25px;
}
.gift-review-detail .profile .date:before {
	content: '';
    display: inline-block;
    vertical-align: 0px;
    width: 1px;
    height: 22px;
    background: #c2c2c2;
    margin-right: 20px;
    margin-left: 10px;
}
.gift-review-detail .conts {
	padding: 10px 20px;
	font-size: 25px;
	line-height: 1.3;
}



.gift .gift-list .list .brands .swiper-slide {
	width: 18%;
	text-align: center;
	font-size: 13px;
}
.gift .gift-list .list .brands .swiper-slide p {
	margin-top: 5px;
	word-break: keep-all;
}




.gift-box .top {
	padding: 15px;
	border-top: 7px solid #f7f7f7;
}
.gift-box .top .icon {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    margin-right: 5px;
}
.gift-box .top .icon img {
	width: 100%;
	min-height: 100%;
}
.gift-box .top .name {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 18px;
}
.gift-box .box-menu {
	flex-direction: row;
    flex-wrap: wrap;
}
.gift-box .box-menu a {
	width: 33.333%;
	text-align: center;
	padding: 35px 0 5px;
    word-break: keep-all;
    margin: 10px 0;
}
.gift-box .box-menu a:nth-child(1) {
	background: url("../../images/gift-menu01.png")no-repeat 50% 0 / 25px;
}
.gift-box .box-menu a:nth-child(2) {
	background: url("../../images/gift-menu02.png")no-repeat 50% 0 / 25px;
}
.gift-box .box-menu a:nth-child(3) {
	background: url("../../images/ico-heart.png")no-repeat 50% 0 / 25px;
}
.gift-box .box-menu a:nth-child(4) {
	background: url("../../images/gift-menu04.png")no-repeat 50% 0 / 25px;
}
.gift-box .box-menu a:nth-child(5) {
	background: url("../../images/gift-menu05.png")no-repeat 50% 0 / 25px;
}
.gift-box .box-menu a:nth-child(6) {
	background: url("../../images/gift-menu06.png")no-repeat 50% 0 / 25px;
}
.gift-box .unused {
	background: #f7f7f7;
	padding: 25px 0px 15px;
	margin-top: 15px;
}
.gift-box .unused h4 {
	font-size: 15px;
	margin-bottom: 15px;
	padding: 0 15px;
}
.gift-box .unused h4 span {
	color: #ff214f;
	font-weight: 800;
}
.gift-box .unused ul {
    white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}
.gift-box .unused ul li {
	display: inline-block;
	border: 1px solid #e1e1e1;
	width: 135px;
	margin-right: 5px;
}
.gift-box .unused ul li:first-child {
	margin-left: 15px;
}
.gift-box .unused ul li .thumb {
	background: #fff;
}
.gift-box .unused ul li .thumb img {
	width: 100%;
}
.gift-box .unused ul li .id {
    padding: 7px;
    background: #e9e9e9;
}




.receive-gift {
	padding: 25px;
}
.receive-gift h3 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 30px;
}
.receive-gift .tabs button {
    font-size: 15px;
    margin-right: 10px;
}
.receive-gift .tabs button.active {
	font-weight: bold;
	border-bottom: 2px solid #000;
	padding-bottom: 2px;
}
.receive-gift .list {
	flex-direction: row;
    flex-wrap: wrap;
    margin-top: 35px;
}
.receive-gift .list li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 8%;
}
.receive-gift .list li:nth-child(2n) {
	margin-right: 0;
}
.receive-gift .list li .thumb {
	position: relative;
	margin-bottom: 10px;
}
.receive-gift .list li .thumb:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .04;
}
.receive-gift .list li .thumb img {
	width: 100%;
}
.receive-gift .list li .thumb span {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    color: #fff;
    font-weight: bold;
    padding: 3px;
}
.receive-gift .list li .brand {
	color: #ff214f;
	margin-bottom: 3px;
}
.receive-gift .list li .prd-name {
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;
	margin-bottom: 10px;
}
.receive-gift .list li .fr-name {
	font-weight: bold;
	margin-bottom: 3px;
}
.receive-gift .list li .fr-name:before {
	content: 'from.';
	display: block;
}
.receive-gift .list li .date {
	color: #999;
	font-size: 12px;
}
.receive-gift #tab02 {
	display: none;
}
.receive-gift #tab02 .list li .thumb:before {
    opacity: .3;
}
.receive-gift #tab02 .list li .thumb span {
    text-align: center;
    font-size: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #000;
    z-index: 2;
}



.send-gift {
	padding: 25px;
}
.send-gift .tab button {
    font-size: 15px;
    margin-right: 10px;
}
.send-gift .tab button.active {
	font-weight: bold;
	border-bottom: 2px solid #000;
	padding-bottom: 2px;
}
.send-gift .friend_list {
	padding: 0;
}
.send-gift .friend_list .friend_search {
	margin-bottom: 10px;
}
.send-gift .friend_list .bn {
	margin-bottom: 20px;
}
.send-gift .result {
	margin-bottom: 30px;
}
.send-gift .result h3 {
	font-size: 15px;
	margin-bottom: 10px;
}
.send-gift .tabs {
	display: flex;
	background: #f7f7f7;
	border-radius: 10px;
	padding: 5px;
	margin-bottom: 15px;
}
.send-gift .tabs button {
	flex: 1;
    font-size: 15px;
    height: 35px;
    border-radius: 5px;
}
.send-gift .tabs button.active {
	background: #fff;
}
.send-gift #tab02 {
	display: none;
}