@charset "utf-8";

.pd__wrap{
	max-width: 1520px;
	padding: 30px 40px 0;
	margin: 0 auto;
	box-sizing: border-box;
}
.pd__wrap:after{
	content: '';
	clear: both;
	display: block;
}
/* LIST */
.pd__wrap.list{
	padding: 60px 40px 0;
}
.gd__lnb{
	float: left;
	width: 25.69%;
	padding-right: 77px;
	box-sizing: border-box;
	font-family: 'Gotham-Medium';
}
.gd__lnb h2{
	margin-bottom: 45px;
	font-size: 20px;
	font-weight: 400;
}
.gd__lnb li + li{
	margin-top: 20px;
}
.gd__lnb li > a{
	position: relative;
	display: block;
	padding-right: 32px;
	font-size: 15px;
	color: rgb(153,153,153);
	box-sizing: border-box;
}
.gd__lnb li.on > a{
	color: rgb(0,0,0);
}
.gd__lnb li.on > a:after{
	content: '';
	position: absolute;
	right: 32px;
	top: 5px;
	width: 7px;
	height: 11px;
	background: url(/pc/resource/images/common/arr_right_bk_7x11.png) 0 0 no-repeat;
}
.gd-list-box{
	float: right;
	width: 74.31%;
}
.gd-list-box .head{
	position: relative;
	margin-bottom: 40px;
}
.list__tit{
	text-align: center;
	font-size: 24px;
	font-family: 'Gotham-Medium';
	font-weight: 400;
	color: rgb(51,51,51);
}
.gd-list__sort{
	position: absolute;
	right: 0;
	top: 10px;
	width: 100px;
	height: 30px;
	padding-left: 10px;
	font-size: 13px;
	border: 0;
	border-radius:5px;
	font-family: 'Gotham-Medium';
	color: rgb(51,51,51);
	background: rgb(238,238,238) url(/pc/resource/images/common/ico_plus_8x8.png) calc(100% - 10px) center no-repeat;
	box-sizing: border-box;
}
.ie9 .gd-list__sort{
	background-color: rgb(238,238,238) !important;
}
.goods__list {
	position: relative;
	font-size: 0;
	box-sizing: border-box;
} 
.goods__list li {
	width: 31.214%;
	display: inline-block;
	vertical-align: top;
	margin-right: 3.17%;
	margin-bottom: 30px;
}
.gd-list-box .goods__list li:nth-child(3n){
	margin-right: 0;
}
.goods__list li a {
	display: block;
	position: relative;
	outline:0;
}

.goods__list li .photo img {width: 100%;}
.goods__list li .info {
	margin-top: 15px;
	font-size: 15px;
	font-weight: 700;
}
.goods__list li .info .category{
	font-weight: normal;
	font-size: 12px;
}
.goods__list li .info .name {
	margin-top: 5px;
	font-family: 'Gotham-Book','Noto Sans Korean', sans-serif;
	line-height: 20px;
}
.goods__list li .info .price{
	margin-top: 5px;
}
.goods__list li .info .price .sale{
	margin-right: 3px;
	text-decoration: line-through;
	color: rgb(153,153,153);
}

.goods__list li .info .txt {
	margin: 10px 0 0;
	font-family: 'CentraNo1-Book';
	font-weight: 400;
	font-size: 14px;
	color: rgb(102,102,102);
	letter-spacing: 0.5px;
}
.view-more__btn{
	display: block;
	width: 185px;
	height: 55px;
	line-height: 55px;
	margin: 70px auto 0;
	text-align: center;
	letter-spacing: 0.05em;
	border-radius:5px;
	font-size: 15px;
	font-family: 'Gotham-Bold';
	color: rgb(255,255,255);
	background: rgb(0,160,224);
}
/*VIEW*/
.gd-view-box .inner{
	max-width: 1320px;
	overflow: hidden;
}
.gd-view-box .img__slide{
	float: left;
	width: 49.242%;
}
.gd-view-box .slick-dots{
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	text-align: center;
	font-size: 0;
}
.gd-view-box .slick-dots > li{
	display: inline-block;
}
.gd-view-box .slick-dots > li + li{
	margin-left: 5px;
}
.gd-view-box .slick-dots > li button{
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-image: url(/pc/resource/images/main/dots_main_slide.png);
	background-position: -33px -10px;
}
.gd-view-box .slick-dots > .slick-active button{
	background-position: -2px -10px;	
}
.gd-view-box .img__slide img{width: 100%;}
/* 2021-06-04 */

.gd-view-box .inner { position:relative; }
.gd-view-box .inner .tag{
	position: absolute; top:20px; 

}
.gd-view-box .inner .tag img {
	width: 70px;
	margin-bottom:10px;
}
.gd-view-box .inner .tag._left{
	 left:20px;
}
.gd-view-box .inner .tag._right {
	left:480px;
	width:70px;
}

.gd-view-box .gd-txt{
	float: right;
	width: 545px;
	box-sizing: border-box;
	color: rgb(51,51,51);
}
.gd-view-box .gd-txt .info{
	position: relative;
	padding: 25px 0;
	border-bottom: 1px solid rgb(238,238,238);
}
.gd-view-box .gd-txt h2{
	line-height: 36px;
	font-size: 30px;
	font-family: 'Gotham-Medium','Noto Sans Korean', sans-serif;
	font-weight: 400;
}
.gd-view-box .gd-txt h2 .category{
	display: block;
	font-size: 15px;
}
.gd-view-box .star-rate {
	margin-top: 5px;
}
.star-rate .star__list,
.star-rate .num{
	display: inline-block;
}
.star__list {
	font-size: 0;
}
.star__list li{
	position: relative;
	display: inline-block;
	font-size: 22px;
}
.star__list li.on:before{
	content: '★';
	position: absolute;
	left: 0;
	top: 0;
	color: rgb(0,160,224);
}
.gd-view-box .gd-txt .share-btn{
	position: absolute;
	right: 0;
	top: 35px;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	border-radius:5px;
	background: rgb(238,238,238) url(/pc/resource/images/sub/ico_share.png) center center no-repeat;
}
.gd-view-box .detail{
	overflow: hidden;
}
.gd-view-box .detail > div{
	float: left;
	margin-top: -6px;
}
.gd-view-box .detail .left{
	width: 300px;
}
.gd-view-box .detail .right{
	width: 245px;
}
.gd-view-box .detail dl{
	margin-top: 6px;
	font-size: 0;
}
.gd-view-box .detail dt{
	width: 110px;
	color: rgb(153,153,153);
}
.gd-view-box .detail dt,
.gd-view-box .detail dd{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}
.gd-view-box .detail dd{
	line-height: 24px;
}
.gd-view-box .detail .impor{color: rgb(0,0,0);}
.gd-view-box .detail .normal{color: rgb(153,153,153);}
.gd-view-box .detail .benefit{color: rgb(227,8,88);}
.gd-view-box .detail .sub-txt{
	font-size: 12px;
}
.gd-view-box .quantity dl{
	font-size: 0;
}
.gd-view-box .quantity dl + dl{
	margin-top: 25px;
}
.gd-view-box .quantity dt{
	width: 100px;
	color: rgb(153,153,153);
}
.gd-view-box .quantity dd{
	width: calc(100% - 100px);
}
.gd-view-box .quantity dt,
.gd-view-box .quantity dd{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}
.gd-view-box .quantity .inp {
	position: relative;
}
.gd-view-box .quantity .inp input{
	position: absolute;
	left: 0;
	top:-20px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid rgb(238,238,238);
	border-radius:5px;
	font-size: 14px;
	box-sizing: border-box;
}
.gd-view-box .quantity .inp a{
	position: absolute;
	top: -20px;
	z-index: 2;
	width: 45px;
	height: 40px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
}
.gd-view-box .quantity .inp .btn-minus{
	left: 0;
	background-image: url(/pc/resource/images/sub/btn_quantity_minus.png);
}
.gd-view-box .quantity .inp .btn-plus{
	right: 0;
	background-image: url(/pc/resource/images/sub/btn_quantity_plus.png);
}
.gd-view-box .quantity .total{
	font-size: 24px;
	font-weight: 700;
}
.gd-view-box .btn-box{
	margin-top: 30px;
	overflow: hidden;
}
.gd-view-box .btn-box button{
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius:5px;
	background: rgb(238,238,238);
}
.gd-view-box .btn-box .btn-wish{
	position: relative;
	float: left;
	width: 60px;
	margin-left: 0;
	text-indent: -9999px;
}
.gd-view-box .btn-box .btn-wish:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	width: 28px;
	height: 25px;
	background: url(/pc/resource/images/sub/ico_wish.png) 0 0 no-repeat;
}
.gd-view-box .btn-box .btn-wish.on:before{
	background-position-y: -31px;
}
.gd-view-box .btn-box .col2{
	float: right;
	width: calc(100% - 60px);
	font-size: 0;
}
.gd-view-box .btn-box .col2 button{
	display: inline-block;
	width: 47.42%;
	margin-left: 2.061%;
	font-size: 20px;
}
.gd-view-box .btn-box .btn-buy{
	background: rgb(227,8,88);
	color: rgb(255,255,255);
}
.gd-view-box .ev-share__list{
	margin-top: 30px;
	text-align: left;
}
.recommend-gd__list{
	margin-top: 50px;
}
.recommend-gd__list h3{
	margin-bottom: 35px;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: rgb(51,51,51);
}

.recommend-gd__list .goods__list li{
	width: 19.444%;
	margin-right: 0.6944%;
}
.recommend-gd__list .goods__list li:nth-child(5n){
	margin-right: 0;
}
.gd-detail {
	margin-top: 130px;
}
.gd-detail.mt0{margin-top: 0;}
.gd-detail .tab{
	overflow: hidden;
	border-radius:5px;
}
.gd-detail .tab.fix{
	position: fixed;
	top: 80px;
	left: 0;
	right: 0;
	z-index: 5;
	width: 1440px;
	margin: 0 auto;
	box-sizing: border-box;
}
.gd-detail .tab > li{
	float: left;
	width: 25%;
}
.gd-detail .tab > li a{
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	background: rgb(250,250,250);
}
.gd-detail .tab .star__list{
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}
.gd-detail .tab .star__list li{	
	font-size: 14px;
}
.gd-detail .tab .star__list li + li{
	margin-left: 3px;
}
.gd-detail .tab .star__list li.on:before{
	left: -1px;
	font-size: 16px;
	color: rgb(14,14,14);
}
.gd-detail .tab > li.on a{
	background: rgb(0,160,224);
	border-radius:5px;
	color: rgb(255,255,255);
}
.gd-detail .tab > li.on .star__list li.on:before{
	color: rgb(255,255,255);
}
.gd-detail .con{
	padding: 50px 0;
}
.gd-detail .detail-box img{max-width: 100%;margin-bottom: 10px;}
.gd-detail .detail-box{
	display: none;
}
.gd-detail .detail-box.block{
	display: block;
}
.gd-detail .detail-box .refund-info + .refund-info{
	margin-top: 40px;
}
.gd-detail .detail-box .refund-info dt{
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
}
.gd-detail .bg__table{
	width: 100%;	
	text-align: left;
	font-size: 13px;
}
.gd-detail .bg__table tr + tr{
	border-top: 1px solid rgb(255,255,255);
}
.gd-detail .bg__table th{
	width: 260px;
	padding: 33px 50px;
	box-sizing: border-box;
}
.gd-detail .bg__table th,
.gd-detail .bg__table td{
	word-break: keep-all;
	vertical-align: top;
	background: rgb(252,252,252);
}
.gd-detail .bg__table td{
	padding: 33px 30px;
	line-height: 24px;
}
.review-none {
    padding: 85px 0 60px;
}
.review-none p{
	font-size:24px;
	line-height: 40px;
	text-align: center;
	color:rgb(102,102,102);
}
.review-none strong{
	color:rgb(226,8,86)
}
.review-none span{
	font-weight: 700;
	font-size:18px;
}
.review-none .write-btn{
	display: block;
	width: 260px;
	height: 60px;
	line-height: 60px;
	margin: 40px auto 0;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	border-radius:5px;
	color:rgb(102,102,102);
	background: rgb(238,238,238);
}
.review__list > li{
	padding: 35px 0;
	border-bottom: 1px solid rgb(238,238,238);
}
.review__list .top{
	overflow: hidden;
}
.review__list .top .name{
	float: left;
	width: 70%;
	font-size: 24px;
	color: rgb(0,0,0);
}
.review__list .top .star__list{
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}
.review__list .top .star__list li{
	font-size: 26px;
	color: rgb(204,204,204);
}
.review__list .top .star__list li + li{
	margin-left: 3px;
}
.review__list .top .star__list li.on:before{
	color: rgb(226,9,88);
}
.review__list .top p{
	display: inline-block;
	width: calc(100% - 165px);
	font-weight: 700;
}
.review__list .top .user{
	float: right;
	font-size: 18px;
	color: rgb(102,102,102);
}
.review__list .top .user .id{
	margin-right: 20px;
}
.review__list .txt{
	margin-top: 17px;
	line-height: 28px;
	font-size: 15px;
}
.review__list .img-box {
	margin-top: 30px;
}
.review__list .img-box img{max-width: 40%;}
.review-block .btn-more{
	display: block;
	width: 185px;
	height: 55px;
	line-height: 55px;
	margin: 50px auto 0;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	border-radius:5px;
	background: rgb(1,160,225);
	color: rgb(255,255,255);
}
.review-msg-pop{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.review-msg-pop:after{
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	opacity: .5;
}
.review-msg-pop .inner{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform:translate(-50%,-50%);
	width: 455px;
	padding: 50px 0;
	text-align: center;
	font-size: 18px;
	background: rgb(255,255,255);
}
.review-msg-pop .btn-confirm{
	width: 160px;
	height: 40px;
	line-height: 40px;
	margin: 40px auto 0;
	text-align: center;
	border-radius:5px;
	font-size: 18px;
	background: rgb(51,51,51);
	color: rgb(255,255,255);
}
.review-pop .close-btn,
.review-msg-pop .close-btn{
	position: absolute;
	right: -15px;
	top: -15px;
	width: 32px;
	height: 32px;
	text-indent: -99999px;
	background: url(/pc/resource/images/btn/btn_pop_close.png) 0 0 no-repeat;
}
.review-pop{
	width: 455px;
	padding: 0 40px 40px;
	background: rgb(255,255,255);
	box-sizing: border-box;
}
.review-pop h3{
	padding: 21px 0;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	border-bottom: 1px solid rgb(204,204,204);
}
.review-pop .gd-info{
	padding: 20px 0;
	font-size: 0;
}
.review-pop .gd-info .photo{
	display: inline-block;
	width: 100px;
}
.review-pop .gd-info img{width: 100%;}
.review-pop .gd-info .txt{
	display: inline-block;
	width: calc(100% - 100px);
	vertical-align: middle;
	padding-left: 20px;
	line-height: 22px;
	font-size: 13px;
	box-sizing: border-box;
}
.review-pop .inp-box select{
	width: 100%;
	height: 30px;
	padding: 0 10px;
	border: 1px solid rgb(204,204,204);
	font-size: 14px;
	background: url(/pc/resource/images/common/arr_angle_bk.gif) 98% center no-repeat;
	box-sizing: border-box;
}
.review-pop .inp-box .inp-txt,
.review-pop .inp-box textarea{
	width: 100%;
	margin-top: 10px;
	padding: 0 20px;
	line-height: 24px;
	font-size: 14px;
	background: rgb(238,238,238);
	color: rgb(102,102,102);
	box-sizing: border-box;
}
.review-pop .inp-box input{
	height: 35px;
}
.review-pop .inp-box textarea{
	padding: 15px 20px;
	height: 110px;
	resize:none;
}
.review-pop .inp-box input[type="file"]{
	width: 100%;
	margin-top: 20px;
}
.review-pop .inp-box .caution{
	margin-right: 5px;
	padding-left: 10px;
	line-height: 24px;
	font-size: 14px;
	color: rgb(136,136,136);
}
.review-pop .inp-box .caution:before{
	content: '*';
	display: inline-block;
	margin-left: -10px;
}
.review-pop .btn-submit{
	display: block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	margin: 30px auto 0;
	text-align: center;
	border-radius:5px;
	font-size: 16px;
	background: rgb(51,51,51);
	color: rgb(255,255,255);
}

/*검색결과*/
#contents.search{
	max-width: 1440px;
	margin: 120px auto;
}
.srh-result-txt{
	padding: 50px 0;
	text-align: center;
	font-size: 24px;
}
.search-result {
	margin-bottom: 60px;
}
.search-result .goods__list li{
	width: 23.27%;
	margin-right: 2.29%;
}
.search-result .goods__list li:nth-child(4n){
	margin-right: 0;
}
.search-none strong{
	color: rgb(0,160,224);
}
.search-none p{
	padding: 150px 0;
	text-align: center;
	font-size: 18px;
}

/* 2021-02-08 품절표기 */
.soldout-txt{
	margin-top: 30px;
	padding: 15px 0;
	border-radius:7px;
	text-align: center;
	font-size: 20px;
	color: rgb(255,255,255);
	background: rgb(102,102,102);
}

/* 2021-02-10 구매혜택 버튼 */
.gd-view-box .detail .benefit-btn{
	position: relative;
	padding-right: 13px;
	cursor: pointer;
	font-weight: 700;
	color: rgb(0,0,0);
}
.gd-view-box .detail .benefit-btn:after{
	content: '';
	position: absolute;
	right: 0;
	top: 45%;
	width: 4px;
	height: 4px;
	border-top: 1px solid rgb(0,0,0);
	border-right: 1px solid rgb(0,0,0);
	transform:rotate(45deg);
}

/*1440*/
@media screen and (max-width: 1339px){
	.gd-detail .tab.fix{
		width: 100%;
	}
}

.popup-goods__file-img {
	margin-bottom: 30px;
}
.popup-goods__file-img ul li {
	display: inline-block;
	width: 68px;
	position: relative;
	top: 0;
	left: 0;
}
.popup-goods__file-img ul li + li {
	margin-left: 15px;
}
.popup-goods__file-img ul li img{
	width: 100%;
}
.popup-goods__file-img ul li button {
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	top: -8px;
	right: -8px;
	text-indent: -9999px;
	background: url(/images/mobile/btn/btn_close4.png) no-repeat 0 0;
	background-size: 18px;
}


/* 2021-05-24 상품리스트 리뉴얼 */

.goods__list li{position: relative;}
.goods__list li .photo .tag{
	position: absolute;
	box-sizing: border-box;
	top: 10px;
	width: 70px;
	z-index: 2;
}
.goods__list li .photo .tag._left{left: 10px;}
.goods__list li .photo .tag._right{right: 10px;}
.goods__list li .photo .tag._right img{margin: 0 0 10px;}
.goods__list li .photo .hover{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.goods__list li:hover .hover,
.goods__list li:hover .ico-box{display: block;}

.goods__list li .ico-box{
	position: absolute;
	display: none;
	font-size:0;
	top: 142px;
	left: 50%;
	transform: translateX(-50%);
}

.goods__list li .ico-box button{
	display: inline-block;
	width: 50px;
	height: 50px;
}
.goods__list li .ico-box button + button{margin-left: 5px;}
.goods__list li .ico-box button.btn-wish{background: url(/pc/resource/images/btn/pd_list_d_wish_btn.png) center / 100% no-repeat;	}
.goods__list li .ico-box button.btn-wish:hover{background: url(/pc/resource/images/btn/pd_list_d_wish_btn_on.png) center / 100% no-repeat;	}
.goods__list li .ico-box button.btn-cart{background: url(/pc/resource/images/btn/pd_list_d_cart_btn.png) center / 100% no-repeat;	}
.goods__list li .ico-box button.btn-cart:hover{background: url(/pc/resource/images/btn/pd_list_d_cart_btn_on.png) center / 100% no-repeat;	}

.goods__list li .info .hash-tag{
	font-size:0;
	margin-top: 15px;
}
.goods__list li .info .hash-tag span{
	display: inline-block;
	margin: 0 7px 7px 0;
	padding: 4px 14px;
	box-sizing: border-box;
	font-size: 15px;
	background-color: rgb(238,238,238);
	border-radius:15px;
	color: rgb(51,51,51);
	font-weight: 400;
}
/*
.goods__list li .info .hash-tag span + span{margin-left: 7px;}
*/

/* 2021-05-28 view페이지 리뉴얼 */
.v210528{overflow: hidden;}
.v210528 .top__banner{
	position: relative;
	width: 100%;
}

.v210528 .top__banner img{width: 100%;}
.v210528 .pd__wrap{
	padding: 62px 0px 0;
	max-width: 1440px;
	margin: auto;
}
.v210528 .gd-view-box .inner{
	max-width: none;
	overflow: inherit;		
}
.v210528 .gd-view-box .inner:after{
	content:"";
	display: block;
	clear: both;
}
.v210528 .gd-view-box .img__slide{width: 39.5835%;}
.v210528 .gd-view-box .gd-txt{float: left;}
.v210528 .gd-view-box .gd-txt._left{
	width: 29.1675%;
	margin-left: 4.5145%;
	padding-right: 6.945%;
	box-sizing: border-box;
}
.v210528 .gd-view-box .gd-txt._right{width: 26.3888885%;}
.v210528 .gd-view-box .gd-txt .info{
	border-bottom: 0;
	padding: 25px 0 0;
}
.v210528 .gd-view-box .gd-txt .info .text{
	font-size: 15px;
	line-height: 30px;
	color: rgb(51,51,51);
	word-break:keep-all;
}
.v210528 .gd-view-box .gd-txt._left .btn-box{margin-top: 25px;}
.v210528 .gd-view-box .gd-txt._right .btn-box{margin-top: 20px;}
.v210528 .gd-view-box .btn-box .btn-wish,
.v210528 .gd-view-box .btn-box .btn-share{
    border-radius: 50%;
}

.v210528 .gd-view-box .btn-box .btn-share{
	width: 60px;
	text-indent: -9999px;
	margin-left: 10px;
	background: url(/pc/resource/images/btn/zucchero_pd_view_share.png) center / 100% no-repeat;
}

.v210528 .gd-view-box .btn-box .btn-notice{
	font-size: 15px;
	color: rgb(102,102,102);
	line-height: 32px;
	border-bottom: 1px solid rgb(102,102,102);
}
.v210528 .gd-view-box .btn-box .btn-notice + .btn-notice{margin-left: 15px;}

.v210528 .gd-view-box .detail .hashtag{margin: 36px 0 20px;}
.v210528 .gd-view-box .detail .hashtag dd{
	font-size: 15px;
	color: rgb(51,51,51);
	padding:  0 15px;
	background-color: rgb(238,238,238);
	line-height: 30px;
	border-radius: 15px;
	margin-right: 7px;
}

.v210528 .gd-view-box .gd-txt .quantity{padding: 0;}
.v210528 .gd-view-box .quantity .inp{width: 100%;}
.v210528 .gd-view-box .quantity #vpop{height: 40px;margin-top: 20px;}
.v210528 .gd-view-box .quantity .inp a{top: 0;}
.v210528 .gd-view-box .quantity .inp input{border-radius: 20px;top: 0;}
.v210528 .gd-view-box .quantity dl + dl{margin-top: 20px;}

.v210528 .gd-view-box .btn-box .col2{
	float: none;
	width: 100%;
}
.v210528 .gd-view-box .btn-box .col2 button{
	width: 48.685%;
	border-radius: 30px;
	margin-left: 2.635%;
}
.v210528 .gd-view-box .btn-box .col2 button:first-child{margin-left: 0;}

.v210528 .gd-view-box .btn-box .col1{width: 100%;margin-top: 12px;}
.v210528 .gd-view-box .btn-box .col1 button{
	width: 100%;
	font-size: 18px;
	border-radius: 30px;
}


.v210528 .gd-view-box .slick-dots {bottom: -25px;}
.v210528 .gd-view-box .slick-dots > li + li{margin-left: 7px;}
.v210528 .gd-view-box .slick-dots > li button{
	background-image: none;
	background-position: center;
	background-color: rgb(178,178,178);
	width: 13px;
	height: 13px;
	border-radius: 50%;
}
.v210528 .gd-view-box .slick-dots > li.slick-active button{
	background-image: url(/pc/resource/images/btn/zucchero_pd_view_slide_dot.png);
	background-position: center;
	background-color: transparent;	
}
.v210528 .recommend-gd__list{margin-top: 65px;}

.v210528 .gd-detail .con{padding: 0;}
.v210528 .gd-detail .con .info-box{font-size:0;}
.v210528 .gd-detail .con .info-box .info__img img{margin-bottom: 0;}
.v210528 .gd-detail .con .info-box .info__text {margin-top: 88px;}
.v210528 .gd-detail .con .info-box .info__text > div{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding-left: 4.8615%;
	box-sizing: border-box;
}
.v210528 .gd-detail .con .info-box .info__text > div > p{
	font-size: 34px;
	font-weight: 300;
	color: rgb(51,51,51);
	padding-left: 30px;
	box-sizing: border-box;
	word-break:keep-all;
}
.v210528 .gd-detail .con .info-box .info__text .hashtag {
	margin-top: 20px;
	padding-left: 30px;
	box-sizing: border-box;
}
.v210528 .gd-detail .con .info-box .info__text .hashtag span{
	display: inline-block;
	vertical-align: top;
	padding: 0 45px;
	line-height: 60px;
	background-color: rgb(238,238,238);
	font-size: 22px;
	border-radius: 30px;
	font-weight: 300;
	margin-right: 10px;
	margin-bottom: 10px;
}

.v210528 .gd-detail .con .info-box .info__text .right .reco{
	text-align: center;
	margin-top: 55px;
}
.v210528 .gd-detail .con .info-box .info__text .right .reco dl{
	display: inline-block;
	vertical-align: top;
	width: 20.7715%;
	margin-right:  10.77%;
	margin-bottom: 5.385%;
}
.v210528 .gd-detail .con .info-box .info__text .right .reco dl:nth-child(3n){margin-right: 0;}
.v210528 .gd-detail .con .info-box .info__text .right .reco dd{
	font-size:20px;
	font-weight: 300;
}
.v210528 .gd-detail .con .info-box .info__text .right .reco dd span{font-weight: 700;}

.v210528 .slide-box{
	background-color: rgb(246,246,246);
	padding: 65px 0 ;
	box-sizing: border-box;
	display: none;
	margin-top: 60px;
}

.v210528 .slide-box.block{display: block;}

.v210528 .slide-box .slide__con {
	max-width: 1440px;
	min-width: 1200px;
	position: relative;	
	margin: auto;
}
.v210528 .slide-box .slide__con .box{
	font-size: 0;
}
.v210528 .slide-box .slide__con .box > div.title{
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 60px;
}
.v210528 .slide-box .slide__con .title .sort{
	font-family: 'Gotham-Medium';
	font-size: 15px;
	color: rgb(51,51,51);
}
.v210528 .slide-box .slide__con .title .name{
	font-size: 34px;
	color: rgb(51,51,51);
	font-weight: 300;
}
.v210528 .slide-box .slide__con .box > div{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	text-align: center;
}

.v210528 .slide-box .slide__con .box .left{box-sizing: border-box;}
.v210528 .slide-box .slide__con .box .left dl{display: inline-block;margin-top: 45px;vertical-align: top;}

.v210528 .slide-box .slide__con .box .left.col6{padding-left:  4.165%;}
/*
.v210528 .slide-box .slide__con .box .left.col6 dl{margin-right: 9.85%;}
.v210528 .slide-box .slide__con .box .left.col6 dl:nth-child(1),
.v210528 .slide-box .slide__con .box .left.col6 dl:nth-child(2),
.v210528 .slide-box .slide__con .box .left.col6 dl:nth-child(3){margin-top: 0;}
.v210528 .slide-box .slide__con .box .left.col6 dl:nth-child(3n){margin-right: 0;}
*/

.v210528 .slide-box .slide__con .box .left.col6 dl {margin-left: 9.85%;}
.v210528 .slide-box .slide__con .box .left.col6 dl:nth-child(1),
.v210528 .slide-box .slide__con .box .left.col6 dl:nth-child(2),
.v210528 .slide-box .slide__con .box .left.col6 dl:nth-child(3) {margin-top: 0;}


.v210528 .slide-box .slide__con .box .left.col4{padding-left: 12.85%;}
.v210528 .slide-box .slide__con .box .left.col4 dl{margin-right: 20%;}
.v210528 .slide-box .slide__con .box .left.col4 dl:nth-child(1),
.v210528 .slide-box .slide__con .box .left.col4 dl:nth-child(2){margin-top: 0;}

.v210528 .slide-box .slide__con .box .left dl dt{
	width: 130px;
	height: 130px;
	background-size: 100%;	
	background-position: center;
	background-repeat: no-repeat;
	margin:0 auto 10px;
}


.v210528 .slide-box .slide__con .box .left.col6 dl:nth-child(1) dt{background-image:url(/pc/resource/images/sub/zucchero_pd_view_slide_ico1.png);}
.v210528 .slide-box .slide__con .box .left.col6 dl:nth-child(2) dt{background-image:url(/pc/resource/images/sub/zucchero_pd_view_slide_ico2.png);}
.v210528 .slide-box .slide__con .box .left.col6 dl:nth-child(3) dt{background-image:url(/pc/resource/images/sub/zucchero_pd_view_slide_ico3.png);}
.v210528 .slide-box .slide__con .box .left.col6 dl:nth-child(4) dt{background-image:url(/pc/resource/images/sub/zucchero_pd_view_slide_ico4.png);}
.v210528 .slide-box .slide__con .box .left.col6 dl:nth-child(5) dt{background-image:url(/pc/resource/images/sub/zucchero_pd_view_slide_ico5.png);}
.v210528 .slide-box .slide__con .box .left.col6 dl:nth-child(6) dt{background-image:url(/pc/resource/images/sub/zucchero_pd_view_slide_ico6.png);}
.v210528 .slide-box .slide__con .box .left.col4 dl:nth-child(1) dt{background-image:url(/pc/resource/images/sub/zucchero_pd_view_slide_ico7.png);}
.v210528 .slide-box .slide__con .box .left.col4 dl:nth-child(2) dt{background-image:url(/pc/resource/images/sub/zucchero_pd_view_slide_ico8.png);}
.v210528 .slide-box .slide__con .box .left.col4 dl:nth-child(3) dt{background-image:url(/pc/resource/images/sub/zucchero_pd_view_slide_ico9.png);}
.v210528 .slide-box .slide__con .box .left.col4 dl:nth-child(4) dt{background-image:url(/pc/resource/images/sub/zucchero_pd_view_slide_ico10.png);}

.v210528 .slide-box .slide__con .box .left.col6 dl:nth-child(1) dt.on{background-image:url(/pc/resource/images/sub/zucchero_pd_view_slide_ico1_on.png);}
.v210528 .slide-box .slide__con .box .left.col6 dl:nth-child(2) dt.on{background-image:url(/pc/resource/images/sub/zucchero_pd_view_slide_ico2_on.png);}
.v210528 .slide-box .slide__con .box .left.col6 dl:nth-child(3) dt.on{background-image:url(/pc/resource/images/sub/zucchero_pd_view_slide_ico3_on.png);}
.v210528 .slide-box .slide__con .box .left.col6 dl:nth-child(4) dt.on{background-image:url(/pc/resource/images/sub/zucchero_pd_view_slide_ico4_on.png);}
.v210528 .slide-box .slide__con .box .left.col6 dl:nth-child(5) dt.on{background-image:url(/pc/resource/images/sub/zucchero_pd_view_slide_ico5_on.png);}
.v210528 .slide-box .slide__con .box .left.col6 dl:nth-child(6) dt.on{background-image:url(/pc/resource/images/sub/zucchero_pd_view_slide_ico6_on.png);}
.v210528 .slide-box .slide__con .box .left.col4 dl:nth-child(1) dt.on{background-image:url(/pc/resource/images/sub/zucchero_pd_view_slide_ico7_on.png);}
.v210528 .slide-box .slide__con .box .left.col4 dl:nth-child(2) dt.on{background-image:url(/pc/resource/images/sub/zucchero_pd_view_slide_ico8_on.png);}
.v210528 .slide-box .slide__con .box .left.col4 dl:nth-child(3) dt.on{background-image:url(/pc/resource/images/sub/zucchero_pd_view_slide_ico9_on.png);}
.v210528 .slide-box .slide__con .box .left.col4 dl:nth-child(4) dt.on{background-image:url(/pc/resource/images/sub/zucchero_pd_view_slide_ico10_on.png);}

.v210528 .slide-box .slide__con .box .left dl dd{
	font-size: 15px;
	line-height: 20px;
	color: rgb(51,51,51);
	font-weight: 300;
}
.v210528 .slide-box .slide__con .box .left dl dd span{font-weight: 400;}

.v210528 .slide-box .slide__con .box .right img{margin: auto;}

.v210528 .slide-box .slide__con .slick-arrow{
	position: absolute;
	top: 312px;
	width: 50px;
	height: 50px;
	background-size: 100%;	
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	z-index: 1;
}
.v210528 .slide-box .slide__con .slick-prev{background-image:url(/pc/resource/images/btn/zucchero_pd_view_slide_prev.png);left: 0;}
.v210528 .slide-box .slide__con .slick-next{background-image:url(/pc/resource/images/btn/zucchero_pd_view_slide_next.png);right: 0;}

.v210528 .slide-box .slide__con .slick-dots{
	font-size:0;
	text-align: center;
	margin-top: 25px;
}
.v210528 .slide-box .slide__con .slick-dots li{
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: rgb(172,172,172);
}
.v210528 .slide-box .slide__con .slick-dots li.slick-active{
	background-image:url(/pc/resource/images/btn/zucchero_pd_view_slide_dot.png);
	background-color: transparent;
}
.v210528 .slide-box .slide__con .slick-dots li + li{margin-left: 8px;}
.v210528 .gd-detail .tab.fix{
	z-index: 10;
    border-radius: 0px;
	width: 100%;
	min-width: 1200px;
	right: auto;
    background-color: rgb(255,255,255);
	font-size:0; 
	text-align: center;
}
.v210528 .gd-detail .tab.fix > li {
	float: none;
	display: inline-block;
	max-width: 720px;
	min-width: 600px;
}
.v210528 .gd-detail .tab > li{width: 50%;}
.v210528 .gd-detail .tab > li a{
	background-color: rgb(255,255,255);
	font-size: 16px;
	text-align: left;
	color: rgb(153,153,153);
	border-bottom: 1px solid rgb(153,153,153);
}
.v210528 .gd-detail .tab > li.on a{
	color: rgb(0,160,224);	
	border-radius:0;
	border-bottom: 1px solid rgb(0,160,224);
}
.v210528 .gd-detail .tab .star__list li.on:before{color: rgb(153,153,153);}
.v210528  .review-none .write-btn{border-radius: 30px}


/* 2021-06-24 상품정보제공고시 레이어 추가 */
.goods-info__layer {
	width: 100%;
	height: 100%;
	display: none;
	overflow-y: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: rgb(255,255,255);
}
body._gds-info__layer--open {overflow: hidden;}
body._gds-return__layer--open {overflow: hidden;}
body._gds-info__layer--open .goods-info__layer._gds-info {display: block;}
body._gds-return__layer--open .goods-info__layer._gds-return {display: block;}
.goods-info__layer > .inner {
	width: 100%;
	max-width: 1540px;
	margin: 0 auto;
	padding: 50px;
	position: relative;
	top: 0;
	left: 0;
	box-sizing: border-box;
}
.goods-info__layer .tit {
	font-weight: 700;
	font-size: 22px;
	color: rgb(0,0,0);
	text-align: center;
}
.goods-info__layer .close__btn {
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	top: 55px;
	right: 50px;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/pc/resource/images/common/ico_x_bk_25x26.png);
}
.goods-info__layer .list-box {margin: 56px 0;}
.goods-info__layer .list-box + .list-box {margin-top: 20px;}
.goods-info__layer .list-box .tit {text-align: left;}
.goods-info__layer .list-box dl {margin-top: 60px;}
.goods-info__layer .list-box dl:first-child {margin-top: 0;}
.goods-info__layer .list-box dl:after {
	content: '';
	display: block;
	clear: both;
}
.goods-info__layer .list-box dt {
	width: 260px;
	float: left;
	font-weight: 700;
	font-size: 15px;
	color: rgb(0,0,0);
	line-height: 25px;
}
.goods-info__layer .list-box dd {
	width: calc(100% - 260px);
	float: left;
	font-weight: 400;
	font-size: 15px;
	color: rgb(0,0,0);
	line-height: 30px;
}
/* //2021-06-24 상품정보제공고시 레이어 추가 */

/* 2021-07-09 상품상세 - 공유하기 추가 */
.share__layer {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: rgba(255,255,255,0.8);
}
body._share__layer--open .share__layer {display: block;}
.share__layer > .inner {
	width: 100%;
	height: 100%;
	max-width: 1540px;
	margin: 0 auto;
	padding: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.share__layer .close__btn {
	width: 25px;
  height: 25px;
	display: block;
	position: absolute;
	top: 55px;
	right: 50px;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/pc/resource/images/common/ico_x_bk_25x26.png);
}
.share__layer .share-box {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 0;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.share__layer .share-box a {
	width: 100px;
	height: 100px;
	display: inline-block;
	margin-left: 40px;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center center;
}
.share__layer .share-box a:first-child {margin-left: 0;}
.share__layer .share-box .facebook__share {background-image: url(/pc/resource/images/common/ico_facebook_100x100.png);}
.share__layer .share-box .twitter__share {background-image: url(/pc/resource/images/common/ico_twitter_100x100.png);}
.share__layer .share-box .kakaostory__share {background-image: url(/pc/resource/images/common/ico_kakaostory_100x100.png);}
.share__layer .share-box .url__share {background-image: url(/pc/resource/images/common/ico_url_100x100.png);}
/* //2021-07-09 상품상세 - 공유하기 추가 */

/* 2021-10-12 상품상세 - 박스 선택 */
.gd-view-box .detail .halloween-box dd {width: calc(100% - 110px);}
.gd-view-box .detail .halloween-box ul {font-size: 0;}
.gd-view-box .detail .halloween-box ul li {
	width: 22.223%;
	display: inline-block;
	margin-left: 3.7026%;
	vertical-align: top;
}
.gd-view-box .detail .halloween-box ul li:first-child {margin-left: 0;}
.gd-view-box .detail .halloween-box .hw__inp {
	position: absolute;
	z-index: -9999;
	opacity: 0;
}
.gd-view-box .detail .halloween-box .hw__inp + label {	
	display: block;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.gd-view-box .detail .halloween-box .hw__inp + label:before {
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid rgb(239,239,239);
	border-radius: 50%;
	box-sizing: border-box;
}
.gd-view-box .detail .halloween-box .hw__inp + label img {
	width: 100%;
	border-radius: 50%;
}
.gd-view-box .detail .halloween-box .hw__inp:checked + label:before {border: 2px solid rgb(227,8,88);}
.gd-view-box .detail .halloween-box .hw__inp + label:after {
	width: 15px;
	height: 15px;
	content: '';
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/pc/resource/images/sub/ico_check_pk_15x15.png);
}
.gd-view-box .detail .halloween-box .hw__inp:checked + label:after {display: block;}
/* //2021-10-12 상품상세 - 박스 선택 */


/* 2022-02-14 MAKE GIFT BOX - LIST */
.make-list-box {
	max-width: 1520px;
	margin: 0 auto;
	padding: 48px 40px 20px;
	box-sizing: border-box;
}
.make-list-box h2.tit {
	font-family: 'Gotham-Medium', sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: rgb(51,51,51);
	text-align: center;
}
.make-list-box .slider-box {margin-top: 46px;}
.make-list-box .slider-box img {width: 100%;}
.make-list-box .slider-box .make-candy__slider {
	overflow: hidden;
	font-size: 0;
	white-space: nowrap;
}
.make-list-box .slider-box .make-candy__slider > .slide {
	display: inline-block;
	vertical-align: top;
}
.make-list-box .slider-box .make-candy__slider .slick-arrow {
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	top: 50%;
	z-index: 3;
	font-size: 0;
	opacity: 0.8;
	background-color: rgb(255,255,255);
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.make-list-box .slider-box .make-candy__slider .slick-prev {
	left: 60px;
	background-image: url(/pc/resource/images/common/arr_left_bk_18x26.png);
}
.make-list-box .slider-box .make-candy__slider .slick-next {
	right: 60px;
	background-image: url(/pc/resource/images/common/arr_right_bk_18x26.png);
}
.make-list-box ul {
	margin-top: 40px;
	font-size: 0;
}
.make-list-box ul li {
	width: 33.333333333333333%;
	display: inline-block;
	margin-top: 66px;
	vertical-align: top;
}
.make-list-box ul li:nth-child(1),
.make-list-box ul li:nth-child(2),
.make-list-box ul li:nth-child(3) {margin-top: 0;}
.make-list-box ul li .photo img {width: 100%;}
.make-list-box ul li .info {margin-top: 14px;}
.make-list-box ul li .info .name {
	font-family: 'Gotham-Medium', 'Noto Sans Korean', sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: rgb(51,51,51);
	text-align: center;
}
.make-list-box ul li a {display: block;}
/* //2022-02-14 MAKE GIFT BOX - LIST */

/* 2022-02-14 MAKE GIFT BOX - VIEW */
.make-view-box {
	max-width: 1520px;
	margin: 0 auto;
	padding: 64px 40px 0px;
	box-sizing: border-box;
}
.make-view-box .info-box:after {
	content: '';
	display: block;
	clear: both;
}
.make-view-box .info-box .left {
	width: 39.583%;
	float: left;
}
.make-view-box .info-box .left img {width: 100%;}
.make-view-box .info-box .right {
	width: 55.7638%;
	float: right;
}
.make-view-box .info-box .right .tit {
	font-family: 'Gotham-Medium', 'Noto Sans Korean', sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: rgb(51,51,51);
}
.make-view-box .info-box .right .name {
	font-weight: 400;
	font-size: 34px;
	color: rgb(51,51,51);
	line-height: 1.2;
}
.make-view-box .info-box .right .info {margin-top: 14px;}
.make-view-box .info-box .right .info:after {
	content: '';
	display: block;
	clear: both;
}
.make-view-box .info-box .right .info > div {	
	width: 47.322%;
	float: left;
}
.make-view-box .info-box .right .info dl.position {
	width: 52.678%;
	float: left;
}
.make-view-box .info-box .right .info dt,
.make-view-box .info-box .right .info dd {
	width: 84px;
	float: left;
	font-weight: 400;
	font-size: 16px;
	color: rgb(153,153,153);
	line-height: 32px;
}
.make-view-box .info-box .right .info dd {
	width: calc(100% - 84px);
	color: rgb(0,0,0);
}
.make-view-box .info-box .right .info .benefit-btn {
	display: block;
	padding-right: 32px;
	position: relative;
	top: 0;
	left: 0;
	font-weight: 400;
	font-size: 16px;
	color: rgb(0,0,0);
	line-height: 32px;
}
.make-view-box .info-box .right .info .benefit-btn:before {
	width: 20px;
	height: 20px;
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	right: 0;
	background-color: rgb(238,238,238);
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/pc/resource/images/common/arr_right_gr_5x9.png);
	border-radius: 50%;
}
.make-view-box .info-box .right .info .position div {
	width: 60px;
	height: 60px;
	float: left;
	margin-left: 5px;
	padding: 12px 4px 11px;
	font-size: 0;
	border: 1px solid rgba(227,8,88,0);
	box-sizing: border-box;

	cursor: pointer;
}
.make-view-box .info-box .right .info .position div.on {border: 1px solid rgba(227,8,88,1);}
.make-view-box .info-box .right .info .position div:first-child {margin-left: 0;}
.make-view-box .info-box .right .info .position span {
	width: 15px;
	height: 15px;
	float: left;
	background-color: rgb(238,238,238);
	border-radius: 15px;
}
.make-view-box .info-box .right .info .position .pos1 span {margin: 5px 2px 0 0;}
.make-view-box .info-box .right .info .position .pos1 span:nth-child(1),
.make-view-box .info-box .right .info .position .pos1 span:nth-child(2),
.make-view-box .info-box .right .info .position .pos1 span:nth-child(3) {margin-top: 0;}
.make-view-box .info-box .right .info .position .pos1 span:nth-child(3n) {margin-right: 0;}

.make-view-box .info-box .right .info .position .pos2 span {margin: 5px 2px 0 0;}
.make-view-box .info-box .right .info .position .pos2 span:nth-child(1),
.make-view-box .info-box .right .info .position .pos2 span:nth-child(2) {
	width: 24px;
	margin: 0 1px 0 0;
}
.make-view-box .info-box .right .info .position .pos2 span:nth-child(2) {
	margin-right: 0;
	background-color: rgb(246,246,246);
}
.make-view-box .info-box .right .info .position .pos2 span:nth-child(5) {margin-right: 0;}

.make-view-box .info-box .right .info .position .pos3 span {
	width: 24px;
	margin: 5px 1px 0 0;
}
.make-view-box .info-box .right .info .position .pos3 span:nth-child(1),
.make-view-box .info-box .right .info .position .pos3 span:nth-child(2) {margin-top: 0;}
.make-view-box .info-box .right .info .position .pos3 span:nth-child(2n) {margin-right: 0;}
.make-view-box .info-box .right .info .position .pos3 span:nth-child(2),
.make-view-box .info-box .right .info .position .pos3 span:nth-child(3) {background-color: rgb(246,246,246);}

.make-view-box .info-box .right .info .position .pos1 span:nth-child(1).on {background-color: rgb(0,160,224);}
.make-view-box .info-box .right .info .position .pos1 span:nth-child(2).on {background-color: rgb(227,8,88);}
.make-view-box .info-box .right .info .position .pos1 span:nth-child(3).on {background-color: rgb(68,53,110);}
.make-view-box .info-box .right .info .position .pos1 span:nth-child(4).on {background-color: rgb(120,182,55);}
.make-view-box .info-box .right .info .position .pos1 span:nth-child(5).on {background-color: rgb(245,165,28);}
.make-view-box .info-box .right .info .position .pos1 span:nth-child(6).on {background-color: rgb(234,103,33);}

.make-view-box .info-box .right .info .position .pos2 span:nth-child(1).on {background-color: rgb(0,160,224);}
.make-view-box .info-box .right .info .position .pos2 span:nth-child(2).on {background-color: rgb(227,8,88);}
.make-view-box .info-box .right .info .position .pos2 span:nth-child(3).on {background-color: rgb(120,182,55);}
.make-view-box .info-box .right .info .position .pos2 span:nth-child(4).on {background-color: rgb(245,165,28);}
.make-view-box .info-box .right .info .position .pos2 span:nth-child(5).on {background-color: rgb(234,103,33);}

.make-view-box .info-box .right .info .position .pos3 span:nth-child(1).on {background-color: rgb(0,160,224);}
.make-view-box .info-box .right .info .position .pos3 span:nth-child(2).on {background-color: rgb(227,8,88);}
.make-view-box .info-box .right .info .position .pos3 span:nth-child(3).on {background-color: rgb(120,182,55);}
.make-view-box .info-box .right .info .position .pos3 span:nth-child(4).on {background-color: rgb(245,165,28);}


.make-view-box .info-box .right .selected {
	height: 337px;
	overflow-y: auto;
	margin-top: 23px;
	position: relative;
	top: 0;
	left: 0;
	border: 1px solid rgb(227,8,88);
	box-sizing: border-box;
}
.make-view-box .info-box .right .selected .txt-box {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.make-view-box .info-box .right .selected .txt-box p {
	font-family: 'Gotham-Bold', 'Noto Sans Korean', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: rgb(102,102,102);
	line-height: 26px;
}
.make-view-box .info-box .right .selected .ico {
	width: 40px;
	height: 40px;
	margin: 17px auto 0;
	position: relative;
	top: 0;
	left: 0;
	font-size: 0;
	background-color: rgb(227,8,88);
	border-radius: 50%;
}
.make-view-box .info-box .right .selected .ico:before,
.make-view-box .info-box .right .selected .ico:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: rgb(255,255,255);
	border-radius: 3px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.make-view-box .info-box .right .selected .ico:before {
	width: 3px;
	height: 21px;
}
.make-view-box .info-box .right .selected .ico:after {
	width: 21px;
	height: 3px;
}
.make-view-box .info-box .right .selected ul {}
.make-view-box .info-box .right .selected ul li {
	height: 67px;
	padding: 2px 8px 2px 3px;
	border-bottom: 1px solid rgb(227,8,88);
	box-sizing: border-box;
}
.make-view-box .info-box .right .selected ul li.plus {border-bottom: 0;}
.make-view-box .info-box .right .selected ul li:after {
	content: '';
	display: block;
	clear: both;
}
.make-view-box .info-box .right .selected ul li > div {float: left;}
.make-view-box .info-box .right .selected ul li .photo {width: 60px;}
.make-view-box .info-box .right .selected ul li .txt {
	width: calc(100% - 120px);
	height: 60px;
	padding: 19px 20px 0;
	box-sizing: border-box;
}
.make-view-box .info-box .right .selected ul li > div img {width: 100%;}
.make-view-box .info-box .right .selected ul li .txt p {
	float: left;
	font-weight: 300;
	font-size: 15px;
	color: rgb(0,0,0);
}
.make-view-box .info-box .right .selected ul li .txt strong {font-weight: 700;}
.make-view-box .info-box .right .selected ul li .delete__btn {
	width: 60px;
	height: 60px;
	float: right;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/pc/resource/images/common/ico_x_pk_15x15.png);
}
.make-view-box .info-box .right .selected ul li .ico {
	float: none;
	margin: 11px auto 0;
}
.make-view-box .info-box .right .btn-box {margin-top: 20px;}
.make-view-box .info-box .right .btn-box:after {
	content: '';
	display: block;
	clear: both;
}
.make-view-box .info-box .right .btn-box .l {
	width: 52.678%;
	float: left;
}
.make-view-box .info-box .right .btn-box .r {
	width: 47.322%;
	float: right;
}
.make-view-box .info-box .right .btn-box .l button {
	width: 60px;
	height: 60px;
	float: left;
	margin-left: 10px;
	font-size: 0;
	background-color: rgb(238,238,238);
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%;
}
.make-view-box .info-box .right .btn-box .l button:first-child {margin-left: 0;}
.make-view-box .info-box .right .btn-box .l .wish__btn {
	position: relative;
	top: 0;
	left: 0;
}
.make-view-box .info-box .right .btn-box .l .wish__btn:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	width: 28px;
	height: 25px;
	background: url(/pc/resource/images/sub/ico_wish.png) 0 0 no-repeat;
}	
.make-view-box .info-box .right .btn-box .l .wish__btn.on:before {background-position-y: -31px;}
.make-view-box .info-box .right .btn-box .l .share__btn {background-image: url(/pc/resource/images/btn/zucchero_pd_view_share.png);}
.make-view-box .info-box .right .btn-box .l div {
	float: left;
	clear: both;
	margin-top: 12px;
}
.make-view-box .info-box .right .btn-box .l div .notice__btn {
	display: inline-block;
	margin-left: 15px;
	padding: 3px 0;
	font-weight: 400;
	font-size: 15px;
	color: rgb(102,102,102);
	vertical-align: top;
	border-bottom: 1px solid rgb(138,138,138);
}
.make-view-box .info-box .right .btn-box .l div .notice__btn:first-child {margin-left: 0;}
.make-view-box .info-box .right .btn-box .r .total:after {
	content: '';
	display: block;
	clear: both;
}
.make-view-box .info-box .right .btn-box .r .total .txt {
	float: left;
	font-weight: 400;
	font-size: 16px;
	color: rgb(153,153,153);
	line-height: 36px;
}
.make-view-box .info-box .right .btn-box .r .total .price {
	float: left;
	margin-left: 42px;
	font-weight: 400;
	font-size: 24px;
	color: rgb(51,51,51);
	line-height: 36px;
}
.make-view-box .info-box .right .btn-box .r .buy {margin-top: 23px;}
.make-view-box .info-box .right .btn-box .r .buy button {
	height: 60px;
	display: block;
	font-weight: 400;
	font-size: 18px;
	line-height: 60px;
	background-color: rgb(238,238,238);
	border-radius: 30px;
}

.make-view-box .info-box .right .btn-box .r .buy .col2:after {
	content: '';
	display: block;
	clear: both;
}
.make-view-box .info-box .right .btn-box .r .buy .col2 button {
	width: 48.685%;
	float: left;
	margin-left: 2.635%;
}
.make-view-box .info-box .right .btn-box .r .buy .col2 button:first-child {margin-left: 0;}

.make-view-box .info-box .right .btn-box .r .buy .col1 {margin-top: 12px;}
.make-view-box .info-box .right .btn-box .r .buy .col1 button {
	width: 100%;
	color: rgb(255,255,255);
	background-color: rgb(227,8,88);
}

.make-view-box .make-goods-box {margin-top: 124px;}
.make-view-box .make-goods-box .tit {
	font-weight: 400;
	font-size: 20px;
	color: rgb(51,51,51);
	text-align: center;
}
.make-view-box .make-goods-box .goods__list {margin-top: 25px;}
.make-view-box .make-goods-box .goods__list li {
	width: 19.444%;
	margin: 25px 0.695% 0 0;
}
.make-view-box .make-goods-box .goods__list li:nth-child(1),
.make-view-box .make-goods-box .goods__list li:nth-child(2),
.make-view-box .make-goods-box .goods__list li:nth-child(3),
.make-view-box .make-goods-box .goods__list li:nth-child(4),
.make-view-box .make-goods-box .goods__list li:nth-child(5) {margin-top: 0;}
.make-view-box .make-goods-box .goods__list li:nth-child(5n) {margin-right: 0;}
.make-view-box .make-goods-box .goods__list li .detail__btn {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/pc/resource/images/btn/btn_search_gr_50x50.png);
}
.make-view-box .make-goods-box .goods__list li .detail__btn:hover {background-image: url(/pc/resource/images/btn/btn_search_grn_50x50.png);}
.make-view-box .make-goods-box .goods__list li .add__btn {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/pc/resource/images/btn/btn_plus_gr_50x50.png);
}
.make-view-box .make-goods-box .goods__list li .add__btn:hover,
.make-view-box .make-goods-box .goods__list li .add__btn.on {background-image: url(/pc/resource/images/btn/btn_plus_pk_50x50.png);}
.make-view-box .make-goods-box .goods__list li .ico-box {top: 115px;}
.make-view-box .make-goods-box .goods__list li._add .ico-box {display: none;}
.make-view-box .make-goods-box .goods__list li .photo {
	position: relative;
	top: 0;
	left: 0;
}
.make-view-box .make-goods-box .goods__list li .photo:before {
	width: 100%;
	height: 100%;
	content: '';
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	background-color: rgba(227,8,88,0.6);
}
.make-view-box .make-goods-box .goods__list li .photo:after {
	width: 100%;
	content: '상품이 박스에\A추가되었습니다.';
	display: none;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 3;
	font-weight: 700;
	font-size: 20px;
	color: rgb(255,255,255);
	text-align: center;
	line-height: 30px;
	white-space: pre;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.make-view-box .make-goods-box .goods__list li._add .photo:before,
.make-view-box .make-goods-box .goods__list li._add .photo:after {display: block;}

.goods-detail__layer {
	width: 480px;
	height: 720px;
	padding: 30px;
	background-color: rgb(255,255,255);
	box-sizing: border-box;
}
.goods-detail__layer .close__btn {
	width: 185px;
	height: 60px;
	display: block;
	position: absolute;
	bottom: 40px;
	left: 50%;
	font-weight: 400;
	font-size: 18px;
	color: rgb(255,255,255);
	background-color: rgb(51,51,51);
	border-radius: 60px;

	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.goods-detail__layer .con {
	height: 660px;
	overflow-y: auto;
}
.goods-detail__layer .photo {
	position: relative;
	top: 0;
	left: 0;
}
.goods-detail__layer .photo img {width: 100%;}
.goods-detail__layer .add__btn {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: 30px;
	right: 50px;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/pc/resource/images/btn/btn_plus_gr_50x50.png);
}
.goods-detail__layer .add__btn:hover,
.goods-detail__layer .add__btn.on {background-image: url(/pc/resource/images/btn/btn_plus_pk_50x50.png);}
.goods-detail__layer .name {
	margin-top: 15px;
	font-weight: 700;
	font-size: 22px;
	color: rgb(51,51,51);
}
.goods-detail__layer .info__text {margin-top: 38px;}
.goods-detail__layer .info__text > div {margin-top: 38px;}
.goods-detail__layer .info__text > div:first-child {margin-top: 0;}
.goods-detail__layer .info__text > div .quotes {
	width: 22px;
	display: block;
}
.goods-detail__layer .info__text > div .quotes img {width: 100%;}
.goods-detail__layer .info__text > div > p {
	padding-left: 23px;
	font-weight: 300;
	font-size: 25px;
	color: rgb(51,51,51);
	line-height: 36px;
	box-sizing: border-box;
	word-break:keep-all;
}
.goods-detail__layer .info__text .hashtag {
	margin-top: 13px;
	padding-left: 14px;
	font-size: 0;
	box-sizing: border-box;
}
.goods-detail__layer .info__text .hashtag span {
	display: inline-block;
	margin: 7px 7px 0 0;
	padding: 0 25px;
	font-weight: 300;
	font-size: 16px;
	vertical-align: top;
	line-height: 45px;
	background-color: rgb(238,238,238);
	border-radius: 45px;
}

.goods-detail__layer .info__text .right .reco {
	margin-top: 13px;
	font-size: 0;
	text-align: left;
}
.goods-detail__layer .info__text .right .reco dl {
	width: 33.333333%;
	display: inline-block;
	margin-top: 20px;
	text-align: center;
	vertical-align: top;
}
.goods-detail__layer .info__text .right .reco dd {
	margin-top: 10px;
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
}
.goods-detail__layer .info__text .right .reco dd span {font-weight: 700;}

.goods-detail__layer .graph {margin: 70px 0;}
/* //2022-02-14 MAKE GIFT BOX - VIEW */

/* 2022-03-15 MAKE GIFT BOX - VIEW 4피스 추가 */
.make-view-box .info-box .right .info .position .pos401,
.make-view-box .info-box .right .info .position .pos402,
.make-view-box .info-box .right .info .position .pos403 {
	padding-left: 13px;
	padding-right: 12px;
}
.make-view-box .info-box .right .info .position .pos401 span {
	width: 15px;
	margin: 5px 1px 0 0;
}
.make-view-box .info-box .right .info .position .pos401 span:nth-child(1),
.make-view-box .info-box .right .info .position .pos401 span:nth-child(2) {margin-top: 0;}
.make-view-box .info-box .right .info .position .pos401 span:nth-child(2n) {margin-right: 0;}

.make-view-box .info-box .right .info .position .pos401 span:nth-child(1).on {background-color: rgb(0,160,224);}
.make-view-box .info-box .right .info .position .pos401 span:nth-child(2).on {background-color: rgb(227,8,88);}
.make-view-box .info-box .right .info .position .pos401 span:nth-child(3).on {background-color: rgb(120,182,55);}
.make-view-box .info-box .right .info .position .pos401 span:nth-child(4).on {background-color: rgb(245,165,28);}

.make-view-box .info-box .right .info .position .pos402 span {
	width: 15px;
	margin: 5px 3px 0 0;
}
.make-view-box .info-box .right .info .position .pos402 span:nth-child(1) {
	width: 33px;
	margin: 0;
}
.make-view-box .info-box .right .info .position .pos402 span:nth-child(3) {margin-right: 0;}

.make-view-box .info-box .right .info .position .pos402 span:nth-child(1).on {background-color: rgb(0,160,224);}
.make-view-box .info-box .right .info .position .pos402 span:nth-child(2).on {background-color: rgb(120,182,55);}
.make-view-box .info-box .right .info .position .pos402 span:nth-child(3).on {background-color: rgb(245,165,28);}

.make-view-box .info-box .right .info .position .pos403 span {
	width: 33px;
	margin: 5px 0 0;
}
.make-view-box .info-box .right .info .position .pos403 span:nth-child(1) {margin-top: 0;}

.make-view-box .info-box .right .info .position .pos403 span:nth-child(1).on {background-color: rgb(0,160,224);}
.make-view-box .info-box .right .info .position .pos403 span:nth-child(2).on {background-color: rgb(120,182,55);}
/* //2022-03-15 MAKE GIFT BOX - VIEW 4피스 추가 */


/* 2022-04-08 MAKE GIFT BOX - VIEW 수정 */
.make-view-box .info-box .right .selected ul li .txt .price:after {
	content: '';
	display: block;
	clear: both;
}
.make-view-box .info-box .right .selected ul li .txt .price span {float: left;}
.make-view-box .info-box .right .selected ul li .txt .price .normal {font-weight: 400;}
.make-view-box .info-box .right .selected ul li .txt .price .normal i {
	font-style: normal;
	text-decoration: line-through;
}
.make-view-box .info-box .right .selected ul li .txt .price .sale {
	margin-left: 2px;
	font-weight: 700;
	color: rgb(227,8,88);
}
.make-view-box .info-box .right .btn-box .r .total .txt {width: 96px;}
.make-view-box .info-box .right .btn-box .r .total .price {
	width: calc(100% - 96px);
	margin-left: 0;
}
.make-view-box .info-box .right .btn-box .r .total._normal .txt {line-height: 32px;}
.make-view-box .info-box .right .btn-box .r .total._normal .price {
	font-size: 16px;
	line-height: 32px;
	color: rgb(153,153,153);
}

.make-view-box .info-box .right .btn-box .r .total._sale .txt {line-height: 32px;}
.make-view-box .info-box .right .btn-box .r .total._sale .price {
	font-size: 16px;
	line-height: 32px;
	color: rgb(227,8,88);
}
/* //2022-04-08 MAKE GIFT BOX - VIEW 수정 */

/* 2022-06-28 MAKE GIFT BOX - VIEW 3피스 추가 */
.make-view-box .info-box .right .info .position .pos301 {
	padding-left: 9px;
	padding-right: 9px;
}
.make-view-box .info-box .right .info .position .pos301 span {width: 15px;}

.make-view-box .info-box .right .info .position .pos301 span:nth-child(1) {
	float: none;
	display: block;
	margin: 0 auto 5px;
}
.make-view-box .info-box .right .info .position .pos301 span:nth-child(2) {float: left;}
.make-view-box .info-box .right .info .position .pos301 span:nth-child(3) {float: right;}

.make-view-box .info-box .right .info .position .pos301 span:nth-child(1).on {background-color: rgb(0,160,224);}
.make-view-box .info-box .right .info .position .pos301 span:nth-child(2).on {background-color: rgb(227,8,88);}
.make-view-box .info-box .right .info .position .pos301 span:nth-child(3).on {background-color: rgb(68,53,110);}
/* //2022-06-28 MAKE GIFT BOX - VIEW 3피스 추가 */