@charset "utf-8";
/* CSS Document */
/* ---reset.css--- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  background: url(../images/bg01.jpg) top center repeat;
}
body {
  font-family: 'arial', 'Noto Sans TC', sans-serif;
}
@media screen and (max-width: 991px) {
  html {
    background-size: 30%;
  }
}
li:hover {
  transform: none;
}
a {
  display: inline-block;
  transition-duration: 0.3s;
}
a:hover {
  transform: scale(0.98);
}
/* PC */
.WRAPPER {
  position: relative;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .WRAPPER {
    min-width: 100%;
  }
}
.container {
  overflow: hidden;
  max-width: 1420px;
  margin: auto;
}
.topbox {
  position: relative;
  width: 100%;
  margin: auto;
}
.kv_pc {
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  max-width: 1920px;
  margin: auto;
  flex-wrap: wrap-reverse;
}
.kv_pc img {
  display: block;
  text-align: center;
}
.kv_m {
  display: none;
}
.kv_m img {
  display: block;
}
.kv_m a {
  font-size: 0;
  display: block;
}
.for_pc {
  display: block;
}
.for_m {
  display: none;
}
/* m */
@media screen and (max-width: 991px) {
  .kv_m {
    display: block;
    width: 100%;
  }
  .kv_m img {
    width: 100%;
  }
  .kv_pc {
    display: none;
  }
  .container {
    width: 100%;
    max-width: 100%;
  }
  .for_pc {
    display: none;
  }
  .for_m {
    display: block;
  }
  .for_m img {
    width: 100%;
  }
}
h2 {
  margin: 20px;
  color: #97694c;
  font-weight: bold;
  background: url(../images/titlebg.png) top center no-repeat;
  animation: play 1.8s steps(3) infinite;
}
big {
  color: #ceb777;
}
@media screen and (max-width: 991px) {
  h2 {
    margin: 2vw;
    animation: none;
    background-size: 200%;
  }
}
@keyframes play {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 0px -150px;
  }
}
.night-sky {
  height: 100%;
}
.star-box {
  position: absolute;
  filter: drop-shadow(1px 1px 7px rgba(255, 255, 255, 12));
  width: 1920px;
  height: 600px;
}
.star1, .star2, .star3, .star4, .star5, .star6, .star7, .star8, .star9, .star10, .star11 {
  position: absolute;
  background-color: white;
  clip-path: polygon(45% 46%, 50% 1%, 55% 46%, 100% 51%, 54% 57%, 50% 99%, 45% 56%, 2% 50%);
  opacity: 0;
  animation: blink 1.5s infinite;
}
.star1 {
    top: 8%;
    left: -16%;
    width: 10px;
    height: 10px;
    animation-delay: 0s;
}
.star2 {
    top: 22%;
    left: -9%;
    width: 13px;
    height: 13px;
    animation-delay: 0.5s;
}
.star3 {
    top: 5%;
    left: 14%;
    width: 30px;
    height: 30px;
    animation-delay: 0.3s;
}
.star4 {
    top: 30%;
    left: 29%;
    width: 16px;
    height: 16px;
    animation-delay: 0.7s;
}
.star5 {
    top: 78%;
    left: 20%;
    width: 10px;
    height: 10px;
    animation-delay: 1s;
}
.star6 {
    top: 10%;
    left: -1%;
    width: 9px;
    height: 9px;
    animation-delay: 0.9s;
}
.star7 {
    top: 36%;
    left: 1%;
    width: 7px;
    height: 7px;
    animation-delay: 1.2s;
}
.star8 {
    top: 82%;
    left: -2%;
    width: 20px;
    height: 20px;
    animation-delay: 0.8s;
}
.star9 {
    top: 15%;
    left: 25%;
    width: 6px;
    height: 6px;
    animation-delay: 1.4s;
}
.star10 {
	top: 75%;
    left: 10%;
    width: 12px;
    height: 12px;
    animation-delay: 1.5s;
}
.star11 {
    top: 79%;
    left: -7%;
    width: 8px;
    height: 8px;
    animation-delay: 1.2s;
}
@keyframes blink {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
/* bg */
.bg01 {
  background: linear-gradient(80deg, #000b3d 10%, #013878 50%, #000a3c 100%);
}
.bg1200 {
  background: url(../images/bg-deco.png) top center repeat-y;
  background-blend-mode: screen;
}
.bg02 {
  background: linear-gradient(80deg, #013878 30%, #1254ae 70%, #013878 100%);
  padding: 0;
}
.bg03 {
  background: url(../images/bg02.jpg) top center repeat;
}
.bg04 {
  background: url(../images/bg03.jpg) top center repeat;
}
@media screen and (max-width: 991px) {}
.membership {
  display: flex;
  width: 1160px;
  padding: 0px;
  margin: 20px auto 50px;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .membership {
    width: 100%;
    margin: 0 0 3vw;
    padding: 0;
    display: inline-block
  }
}
/*入會禮三格 */
.membership-gift {
  margin: auto 0 0px 0;
  text-align: center;
}
.membership-gift ul {
  display: inline-block;
  justify-content: center;
}
.membership-gift li {
  width: 500px;
  border: solid 3px #8f7c47;
  background: #fff;
  margin: 10px;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  height: 170px;
  cursor: pointer
}
.membership-gift h4 {
  width: 150px;
  background: #8f7c47;
  margin: 10px;
  border-radius: 0 0 60px 0;
  color: #fff;
  font-size: 1.9rem;
  padding: 14px 20px;
  margin: 0 0 10px;
  font-weight: 500;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
}
.samll_01 h4 {
  font-size: 2rem;
  letter-spacing: -2px;
  width: 200px;
}
.membership-gift span {
  padding: 28px 0;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  display: flex;
  color: #44484b;
  letter-spacing: -1px;
  align-content: stretch;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
.membership-gift span big {
  font-size: 80px;
  font-weight: 600;
  color: #97694c;
}
.membership-gift h3 {
  display: flex;
  font-size: 30px;
  font-weight: 600;
  padding: 32px 0 0 15px;
}
.membership-gift h5 {
  width: 127px;
  background: #8f7c47;
  margin: 10px;
  border-radius: 60px 0 7px 0;
  color: #fff;
  font-size: 24px;
  padding: 14px 16px 10px 24px;
  margin: -80px 0 10px;
  font-weight: 600;
  text-align: right;
  position: absolute;
  top: 198px;
  left: 367px;
}
.membership-gift p {
  font-weight: bold;
  color: #44484b;
  font-size: 1rem;
}
.membership-gift .btn {
  width: 310px;
  padding: 18px 10px;
  border-radius: 40px;
  background: #fff513;
  margin: -28px auto 40px;
  font-size: 2.2em;
  transition-duration: 0.3s;
  height: 65px;
  color: #102234;
  font-weight: bold;
}
.membership-gift a {
  display: block;
  cursor: pointer
}
.membership-gift a:hover {
  transform: none;
}
.membership-gift li:hover {
  transform: scale(0.98)
}
/*.ticket{background: url("../images/ticket.png") center center no-repeat;height: 227px;width: 400px;background-size: 87%;}*/
@media screen and (max-width: 991px) {
  .membership-gift li {
    width: 95%;
    margin: 3vw auto;
    padding: 6vw 6vw 8vw;
    height: auto;
  }
  .membership-gift span {
    padding: 6vw 7vw 0 0;
    margin: 0 auto;
    align-content: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
  }
  .membership-gift span big {
    font-size: 85px
  }
  .membership-gift h3 {
    padding: 2vw 0 0 3vw;
  }
  .membership-gift p {
    padding: 1vw 0 0;
  }
  .membership-gift h4 {
    width: 34vw;
    padding: 4vw 3vw;
  }
  .membership-gift h5 {
    width: 30vw;
    font-size: 16px;
    padding: auto;
    margin: 0 0 2vw;
    left: 58vw;
    top: 48vw;
    ;
  }
}
.membership-gift_02 {
  margin: auto 0 0px 0;
  text-align: center;
}
.membership-gift_02 ul {
  display: inline-block;
  justify-content: center;
}
.membership-gift_02 li {
  width: 500px;
  border: solid 3px #8f7c47;
  background: #fff;
  margin: 10px;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  height: 530px;
}
.membership-gift_02 h4 {
  width: 150px;
  background: #8f7c47;
  margin: 10px;
  border-radius: 0 0 60px 0;
  color: #fff;
  font-size: 1.9rem;
  padding: 14px 20px;
  margin: 0 0 10px;
  font-weight: 500;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
}
.membership-gift_02 span {
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding: 8px 9px 0;
  margin: auto;
  font-weight: 600;
  text-align: center;
  display: block;
  color: #97694c;
  letter-spacing: 0.1px;
}
.membership-gift_02 span big {
  font-size: 200%;
  font-weight: 500;
}
.membership-gift_02 p {
  color: #44484b;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.3px;
}
.membership-gift_02 h5 {
  color: #333;
  padding: 0 0 0 0;
  font-size: 50px;
}
.membership-gift_02 img {
  width: 400px;
  border-radius: 10px;
  height: auto;
  object-fit: cover;
  margin: 10px -30px 0;
}
.membership-gift_02 a {
  display: block;
}
.membership-gift_02 .btn:hover {
  transform: scale(0.98);
}
.membership-gift_02 .warning {
  color: #44484b;
  padding-top: 10px;
  font-size: 1rem;
  line-height: 1.6;
}
.membership-gift_02 li.over {
  width: 500px;
  border: solid 3px #122536;
  background: #fff;
  margin: 10px;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  height: 509px;
}
.membership-gift_02 .cp-over {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.membership-gift_02 .cp-over h5 {
  color: #fff;
  font-size: 56px;
  line-height: 500px;
}
.blackmember img {
  width: 430px;
  height: 450px;
}
.blackmember li{
padding: 20px 0px 0px;
}
.blackmember h4 {
  width: 210px;
  font-size: 27px;
}
@media screen and (max-width: 991px) {
  .membership-gift_02 {
    width: 100%;
    padding: 0;
    margin: -7px 0 3px;
  }
  .membership-gift_02 ul {
    flex-wrap: wrap;
  }
  .membership-gift_02 li {
    width: 90vw;
    padding: 10vw 2.5vw 5vw;
    height: auto
  }
  .membership-gift_02 p {
    font-size: 4vw;
  }
  .membership-gift_02 h4 {
    width: 32vw;
    font-size: 1.9rem;
    padding: 4vw 3vw;
    margin: 0 0 2vw;
  }
  .membership-gift_02 img {
    width: 80vw;
    border-radius: 10px;
    height: 200px;
    object-fit: cover;
    margin: 4vw auto 0
  }
  .membership-gift_02 .btn {
    width: 70vw;
    padding: 5vw;
    margin: 3vw auto;
  }
  .membership-gift_02 a {
    color: #fff;
    display: block;
  }
  .membership-gift_02 .btn:hover {
    transform: scale(0.98);
  }
  .membership-gift_02 span {
    font-size: 1.6rem;
    padding: 8px 2px 0;
    margin: -1vw 0 0;
    text-align: center;
    display: block;
  }
  .membership-gift_02 span big {
    font-size: 200%;
    font-weight: 500;
  }
  .ticket {
    height: auto;
    width: 80vw;
    background-size: 100%;
  }
  .membership-gift_02 .warning {
    padding-top: 1vw;
  }
  .membership-gift_02 li.over {
    width: 90vw;
    ;
    margin: 2vw auto;
    padding: 10vw 2.5vw 5vw;
    height: auto
  }
  .membership-gift_02 .cp-over h5 {
    font-size: 3rem;
    line-height: 120vw;
  }
  .blackmember h4 {
    width: 55vw;
  }
  .blackmember img {
    height: auto;
    margin: -1vw auto -4vw;
  }
}
.prize {
  margin: 50px auto 20px;
}
.membership-memberapp {
  width: 1160px;
  margin: 20px auto;
  text-align: center;
  padding: 0;
}
.membership-memberapp ul {
  display: flex;
  justify-content: center;
}
.membership-memberapp li {
  width: 1020px;
  border: solid 3px #8f7c47;
  background: #fff;
  margin: 0px;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
.membership-memberapp h4 {
  width: 290px;
  background: #8f7c47;
  margin: 10px;
  border-radius: 0 0 60px 0;
  color: #fff;
  font-size: 1.6rem;
  padding: 14px 20px;
  margin: 0 0 10px;
  font-weight: bold;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
}
.membership-memberapp span {
  font-size: 1.6rem;
  line-height: 1.8rem;
  padding: 8px 20px 0;
  margin: auto;
  font-weight: bold;
  text-align: center;
  display: block;
  color: #e1d7ca;
  letter-spacing: -1px;
}
.membership-memberapp img {
  width: 950px;
  border-radius: 10px;
  height: auto;
  object-fit: cover;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .prize {
    margin: 6vw auto 1vw;
  }
  .membership-memberapp {
    width: 100%;
    padding: 0;
    margin: 0vw
  }
  .membership-memberapp ul {
    flex-wrap: wrap;
  }
  .membership-memberapp li {
    width: 90vw;
    margin: 2vw auto;
    padding: 3vw 3vw 0vw 3vw;
  }
  .membership-memberapp h4 {
    width: 65vw;
    padding: 3vw 3vw;
    margin: 0 0 2vw;
    font-size: 1.7rem;
    font-weight: 500
  }
  .membership-memberapp img {
    width: 100%;
    border-radius: 10px;
    height: auto;
    object-fit: cover;
  }
  .membership-memberapp .btn {
    width: 70vw;
    padding: 5vw;
    margin: 3vw auto;
  }
  .membership-memberapp a {
    color: #fff;
    display: block;
  }
  .membership-memberapp .btn:hover {
    transform: scale(0.98);
  }
  .membership-memberapp span big {
    font-size: 500%;
    font-weight: 500;
  }
  .ticket {
    height: auto;
    width: 80vw;
    background-size: 100%;
  }
}
.brand-viedo_01 {
  width: 1160px;
  margin: 20px auto;
  display: block;
  padding: 20px
}
.brand-viedo_01 iframe {
  width: 100%;
  height: 500px;
  margin: auto;
}
.brand-viedo_01 .font {
  width: auto;
  margin: auto;
  padding: 10px 0 23px 5px;
  text-align: left;
}
.brand-viedo_01 .font span {
  font-size: 2.3rem;
  line-height: 1.8rem;
  color: #3a5466;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .brand-viedo_01 {
    width: 90vw;
    padding: 0;
	margin: -4vw auto 5vw;
	  
  }
  .brand-viedo_01 {
    display: block;
    padding: 0;
  }
  .brand-viedo_01 iframe {
    width: 100%;
    height: 50vw;
  }
  .brand-viedo_01 .font {
    width: auto;
    margin: auto;
    padding: 0 0 2vw;
    text-align: center;
  }
  .brand-viedo_01 .font span {
    font-size: 1.7rem;
    line-height: 2.5rem;
  }
}
.new-member {
  width: 1160px;
  margin: 20px auto;
  padding: 20px;
}
.new-member h2, .banner h2 {
  font-weight: bold;
  color: #fff
}
.new-member h2 p {
  display: inline;
  display: inline;
  padding: 3px 10px;
  border-radius: 20px;
  background: var(--main-color);
  color: #fff;
  float: right;
}
.member-info {
  display: flex;
  justify-content: space-around;
}
.member-info ul {
  width: 30%;
}
.member-info li {
  margin: 8px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.member-info li img {
  display: block;
  margin: auto;
}
.member-info li h4 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #ceb777;
  margin: 16px auto;
}
.new-member .btn {
  width: 380px;
  padding: 21px 0;
  border-radius: 40px;
  background: #8f7c47;
  margin: 25px auto 10px;
  font-size: 2.2rem;
  transition-duration: 0.3s;
  height: 75px;
}
.new-member a {
  color: #fff;
  font-weight: bold;
  display: block;
  text-align: center;
}
.new-member .btn:hover {
  transform: scale(0.98);
}
@media screen and (max-width: 991px) {
  .new-member {
    width: 100%;
    margin: 3vw auto;
    padding: 3vw 0;
  }
  .new-member h2 {}
  .member-info {}
  .member-info ul {
    width: 32%;
  }
  .member-info li {
    font-size: 1rem;
  }
  .member-info li img {
    width: 100%;
  }
  .member-info li h4 {
    margin: 3vw auto;
  }
  .new-member .btn {
    padding: 5vw 1vw 10vw;
    margin: 2vw auto;
	font-size: 1.8rem;	
	height: 45px;	  
	width: 300px;	  
  }
}
.notice {
  width: 1160px;
  margin: auto;
  padding: 20px;
  padding: 40px 50px;
}
.notice h4 {
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 20px auto;
  color: #ceb777;
  line-height: 2rem;
}
.notice h5 {
  text-align: left;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 20px auto;
  color: #ffffff;
  line-height: 2rem;
}
.notice ol {
  padding: 0 0 0 20px;
  margin: 10px auto 40px;
}
.notice ol li {
  list-style-type: decimal;
}
.notice .p1 li {
  list-style-type: disc;
}
.notice .p2 li {
  list-style-type: lower-alpha;
}
.notice .p2 {
  margin: 10px auto 10px;
}
.notice li {
  margin: 10px auto;
  font-size: 1.1rem;
  line-height: 1.6rem;
  color: #f4f4f4;
}
.notice li:hover {
  transform: none;
}
.notice span {
  margin: 0;
  font-size: 1.4rem;
  margin: 20px auto;
  display: block;
}
.notice p {
  line-height: 35px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 991px) {
  .notice {
    width: 90vw;
    margin: 3vw auto;
    padding: 3vw 0;
  }
  .notice h4 {}
  .notice ol {
    padding: 0 0 0 4vw;
    margin: 2vw auto 4vw;
  }
  .notice li {
    margin: 10px auto;
  }
  .notice span {
    margin: 0;
    font-size: 1.4rem;
    margin: 20px auto;
  }
  .notice p {
    line-height: 26px;
    letter-spacing: 0.5px;
  }
}
/*----展覽介紹區塊----*/
.bg_02 {}
.bg_02 .bg_1200 {
  width: 1200px;
  margin: 0px auto 40px;
}
.bg_02 .slick li a {
  width: 100%;
}
.bg_02-2 {
  padding-bottom: 30px;
}
.bg_02-2 .intro {
  width: 100%;
  margin: 0 auto;
  padding: 25px 40px 40px;
  position: relative;
}
.bg_02-2 .intro h3 {
  font-size: 2.4rem;
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 600;
}
.bg_02-2 .intro h4 {
  font-size: 2rem;
  color: #ceb777;
  text-align: left;
  margin: 20px 0px 20px;
  font-weight: 600;
  line-height: 1;
}
.bg_02-2 .intro h4 span.small {
  font-size: 1.6rem;
}
.bg_02-2 .intro p {
  font-size: 1.2rem;
  color: #fcfcfc;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 20px;
  letter-spacing: 0.8px;
  font-weight: 500;
}
.bg_02-2 .intro .info {
  position: absolute;
  right: 40px;
  bottom: 0;
}
.bg_02-2 .intro .info a {
  font-size: 20px;
  color: #fff;
  background: #8f7c47;
  padding: 10px 20px;
  border-radius: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}
@media screen and (max-width: 991px) {
  .bg_02 .bg_1200 {
    width: 100%;
    margin: 0 auto;
  }
  .bg_02-2 {
    padding-bottom: 0px;
  }
  .bg_02-2 .intro {
    width: 98vw;
    margin: 10px auto 0px;
    padding: 2vw 6vw 12vw;
  }
  .bg_02-2 .intro h3 {
    font-size: 2rem;
    margin-bottom: 2vw;
  }
  .bg_02-2 .intro h4 {
    font-size: 1.8rem;
    margin-bottom: 2vw;
	text-align: center;	  
  }
  .bg_02-2 .intro h4 span.small {
    font-size: 1.3rem;
  }
  .bg_02-2 .intro p {
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: justify;
    margin-bottom: 2vw;
  }
  .bg_02-2 .intro .info {
    position: absolute;
    right: 4vw;
    bottom: 3vw;
  }
  .bg_02-2 .intro .info a {
    font-size: 1.4rem;
    padding: 2vw 6vw;
  }
  .bg_02-2 .intro img {
    max-width: 100%;
  }
  .slickbg{margin:2vw auto 0vw;}
}
/*--goto top--*/
#gotop {
  display: inline-block;
  background-color: #fff;
  opacity: 0.4;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 0px;
  right: 0px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  margin: 30px;
}
#gotop::after {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  content: '　';
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
  opacity: 2;
  background: url("../images/top.png") center no-repeat;
  background-size: 50%;
  background-position: 80% 35%;
}
#gotop:hover {
  cursor: pointer;
  background-color: #666;
}
#gotop:active {
  background-color: #ccc;
}
#gotop.show {
  opacity: 0.4;
  visibility: visible;
}
@media screen and (max-width: 991px) {
  #gotop {
    bottom: 70px;
    right: 0;
    margin: 2vw;
  }
}
/* share url */
#share {
  display: inline-block;
  background-color: #fff;
  opacity: 0.4;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 50px;
  right: 0px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  z-index: 1000;
  margin: 30px;
}
#share::after {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  content: '　';
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
  opacity: 100;
  background: url("../images/share.png") center no-repeat;
  background-size: 50%;
  background-position: 80% 35%;
}
#share:hover {
  cursor: pointer;
  background-color: #666;
}
#share:active {
  background-color: #666;
}
@media screen and (max-width: 991px) {
  #share {
    bottom: 115px;
    right: 0;
    margin: 2vw;
  }
}
@media screen and (max-width: 991px) {
  html {
    padding-bottom: 80px;
  }
}