[alt*=btn-]{cursor:pointer;}
#share-wrap{display:none!important;}
#bw-share{position:fixed;z-index:9999;width:100%;height:100%;left:0;top:0;background-color:rgba(0,0,0,.5);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

#bw-share .share-wrapper{margin:auto;position:relative;width:95%;background-color:#fff;padding:90px 40px;border-radius:30px;box-sizing:border-box;}

#share-close{float:right;margin-top:-30px;margin-bottom:30px;width:60px;height:60px;background-size:cover;background-position:center center;background-image:url(../bw/close.png);opacity:.4;}
#share-close:after{content: "";display: table;table-layout: fixed;}
#share-close:after{clear: both;}

.share-btns{text-align:center;clear:both;}
.share-btns > *:not(:last-child){margin-right:20px;}
.share-btns > *{width:100px;height:100px;display:inline-block;background-size:cover;background-position:center center;border-radius:15px;}
#share-facebook{background-image:url(../bw/facebook.png);}
#share-twitter{background-image:url(../bw/twitter.png);}
#share-naverline{background-image:url(../bw/naverline.png);}
#share-kakaotalk{background-image:url(../bw/kakaotalk.png);}

.share-clipboard{margin-top:40px;}
.clipboard{
  padding: 0 120px 0 30px;
  font-size:32px;
  background-color: #f3f3f3;
  border-radius: 12px;
  height: 90px;
  line-height: 90px;
  white-space:nowrap;
  max-width:100%;overflow:hidden;text-overflow:ellipsis;
  background-image:url(../bw/copy.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 30px) center;
  background-size: 60px 60px;
}
.share-btns > *, .clipboard, #share-close{cursor:pointer;}

.flip{
	z-index:999999;
	position:absolute;
	height:100%;
	top:0;
	animation: flip 0.5s ease-in forwards;
}

.flip > div{
	position:absolute;
	width:100%;
	height:200%;
	background-color:#fff;
	transform-origin: top left;
	-webkit-transform-origin: top left;
	animation: flip-inner 0.5s ease-in forwards;
	-webkit-box-shadow: 0px 0px 50px -8px rgba(0,0,0,.75);
	-moz-box-shadow: 0px 0px 50px -8px rgba(0,0,0,.75);
	box-shadow: 0px 0px 50px -8px rgba(0,0,0,.75);
}

.flip > div:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100px;
	height:100%;
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,.2) 0%, rgba(0,0,0,0) 100%);
	background:    -moz-linear-gradient(90deg, rgba(0,0,0,.2) 0%, rgba(0,0,0,0) 100%);
	background:      -o-linear-gradient(90deg, rgba(0,0,0,.2) 0%, rgba(0,0,0,0) 100%);
	background: 		    linear-gradient(90deg, rgba(0,0,0,.2) 0%, rgba(0,0,0,0) 100%);
}

.flip > div:after{
	content:"";
	position:absolute;
	right:0;
	top:0;
	width:60px;
	height:100%;
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 100%);
	background:    -moz-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 100%);
	background:      -o-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 100%);
	background: 		    linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 100%);
}

@keyframes flip{
	0% {
		left:100%;
		width:100px;
	}
	100% {
		left:0;
		width:100%;
	}
	100% {
		left:0;
		width:100%;
	}
}

@keyframes flip-inner {
	0% {
		top:60px;
		transform:rotate(-30deg);
	}
	30% {
		top:150px;
		transform:rotate(-10deg);
	}
	100% {
		top:0px;
		transform:rotate(0deg);
	}
}

#loadIndicator{
	background:#000!important;
	height:100%!important;
}

body.loaded #loadIndicator {
	pointer-events: none!important;
}

div#item90315{
  top: 9733px !important;
}
