/* .bottomFix {position: fixed;bottom: 0;left: 0;right: 0;padding-bottom:1rem; background:#fff;}
.bottomFix h3 { margin:1rem 0 1rem 1.4rem ;position:relative;}
.bottomFix h3  span {font-size:1.2rem; word-spacing:0;letter-spacing:0}
.bottomFix h3::after {content: '';position: absolute;background: #d4d4d4;height: 1px;right: 1rem; top: 50%;transform: translateY(-50%); width: 70%;}


.sns_share{display:flex;    justify-content: space-between;padding: 0 1rem }
.sns_share > * {width:33%; border:none; background: none;padding: 0;margin-right:.5rem ; }
.sns_share button:last-child {margin-right:0}
.sns_share > * img {width:100%} */




/* 원형 */
.share_wrap {position:fixed;right: 3rem;bottom:3rem;z-index: 100;}
.share_wrap ul li {margin-bottom: .5rem;transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1);}
.share_wrap ul li.share_action {opacity: 0;transform: translateY(500%);}
.share_wrap ul li.active {opacity: 1;transform: translateY(0%);}
.share_wrap ul li:last-child {margin-bottom: 0;}
.share_wrap ul li button {width: 6rem; border: none;background-color: transparent;}
.share_wrap ul li button img {width: 100%;border-radius: 100%;box-shadow: 0 0 .3rem rgba(0, 0, 0, .3);}