/* BASIC css start */
.thumb .wish {
    background-image: url(/design/joylife/pc/_wg/img/icon_201711301453579100.png) !important;
    background-repeat: no-repeat;
    transition: 0.2s;
    cursor:pointer; 
    background-size: contain;
}

.thumb .wish.wish_in{
    background-image: url(/design/joylife/pc/_wg/img/icon_201711301454054500.png) !important;
}

#mobileQuickLink {
	z-index: 301;
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 202px;
	height: 210px;
	margin: -101px 0 0 -105px;
}

#mobileBtnQuickLink.selected {
    transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}


#mobileQuickLink img {
	width: 100%;
	height: 100%;
	background: url("//img.echosting.cafe24.com/design/skin/mobile/img_quick_link_before.png") no-repeat 0 0;
	background-size: 202px 210px;
}
#mobileQuickLink img.after {
	background-image: url("//img.echosting.cafe24.com/design/skin/mobile/img_quick_link_after.png");
}
#mobileOverlay.overlay {
	top: 0;
	left: 0;
	position: absolute;
	background-color: #fff;
	filter: alpha(opacity = 10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
	width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: 201;
}
#mobileOverlay.overlay-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #fff;
	filter: alpha(opacity = 10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
	z-index: 201;
}
#mobileBtnQuickLink {
    position: fixed;
    left: 10px;
    bottom: 10px;
    overflow: hidden;
    width: 47px;
    height: 47px;
    text-indent: 100%;
    white-space: nowrap;
    background: url(//img.echosting.cafe24.com/design/skin/mobile/btn_quick_link.png) no-repeat 0 0;
    background-size: 100% 100%;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    z-index: 2002;
	background: url("//img.echosting.cafe24.com/skin/mobile_ko_KR/layout/btn_quick_link.png") no-repeat 0 0;
	background-size: 100% 100%;
	transition: all 0.2s ease;
}
#mobileQuickLink img {
	background: url("//img.echosting.cafe24.com/skin/mobile_ko_KR/layout/img_quick_link_before.png") no-repeat 0 0;
	background-size: 202px 210px;
}
#mobileQuickLink img.after {
	background-image: url("//img.echosting.cafe24.com/skin/mobile_ko_KR/layout/img_quick_link_after.png");
}


#goBtn.fixed .btn a {
    display: block;
}





/* BASIC css end */

