@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/bg_fixed.jpg") top center no-repeat fixed, #213750;
	scroll-behavior: smooth;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

@media screen and (max-width: 991px) {
	html {
		background: #213750;
	}

	html:before {
		content: "";
		position: fixed;
		z-index: -1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: url("../images/bg_fixed.jpg")center no-repeat;
		background-size: cover;
	}
}



/* 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;
}

.topbox {
	position: relative;
	width: 1200px;
	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%;
		min-width: auto;
	}

	.for_pc {
		display: none;
	}

	.for_m {
		display: block;
	}
}



/*主視覺動畫*/
.kv_bg {
	width: 100%;
}

.kvdeco {
	position: absolute !important;
}

.kv_tt {
	top: calc((99 / 1920) * 100%);
	left: calc((297 / 1920) * 100%);
	width: calc((689 / 1920)* 100%);
	animation: fadeIn 4s;
	animation-delay: 0s;
	animation-fill-mode: backwards;
}

.kv_stt {
	top: calc((685 / 1920) * 100%);
	left: calc((644 / 1920) * 100%);
	width: calc((214 / 1920)* 100%);
	animation: fadeIn 4s;
	animation-delay: .5s;
	animation-fill-mode: backwards;
}

.kv_promotion {
	top: calc((1156 / 1920) * 100%);
	left: calc((268 / 1920) * 100%);
	width: calc((605 / 1920)* 100%);
	z-index: 99;
}

.MySwipeKV {
	top: calc((194 / 1920) * 100%);
	left: calc((791 / 1920) * 100%);
	width: calc((850 / 1920)* 100%);
}

.MySwipeKV .swiperKV-container {
	overflow: hidden;
}

.MySwipeKV .swiperKV-container .swiper-slide img {
	width: 100% !important;
}


/* 區塊 */
.blk {
	max-width: 1200px;
	background: #57718b9a;
	backdrop-filter: blur(3px) url(#liquid_glass_filter);
	-webkit-backdrop-filter: blur(4px) url(#liquid_glass_filter);
	margin: 150px auto 0px;
	padding-bottom: 20px;
	border-radius: 30px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.45),
		/* 內上光暈 */
		inset 0 -1.3px 0 rgba(255, 255, 255, 0.18),
		/* 內下陰影 */
		inset 6px 6px 16px rgba(255, 255, 255, 0.12),
		/* 內側光暈 */
		0 10px 28px rgba(9, 101, 128, 0.2);
	/* 外陰影 */
	border: 1.5px solid #ffffff50;

}

.block_0 {
	background: url("../images/bg_color1.jpg");
	padding: 1px 0 0;
	margin: 0 auto 240px;
	transform-style: preserve-3d;
}

.block_0::after {
	content: '';
	max-width: 1920px;
	margin: -80px auto 0;
	background: url("../images/blk0_af.png")center top no-repeat;
	height: 98px;
	display: flex;
	top: 98px;
	position: relative;
	pointer-events: none;
	transform: translateZ(-1px);
}

@media screen and (max-width: 991px) {

	.blk {
		margin: 4vw auto 0vw;
		padding-bottom: 0;
		background: none;
		backdrop-filter: none;
		box-shadow: none;
		border: 0px solid #ffffff50;

	}

	.block_0 {
		margin: 0 auto 12vw;
		padding: 2vw 0 0;
	}

	.block_0::after {
		content: '';
		margin: -8vw auto 0;
		background: url("../images/blk0_af.png") center top no-repeat;
		background-size: 200%;
		height: 10vw;
		display: flex;
		top: 10vw;
		position: relative;
	}
}


/*文字標題*/

h2,
h3,
.menustyle2 ul li a,
.special_5p_1 .title_AA h2,
.gobtn a,
.keywordA a {
	font-family: 'Noto Serif TC', serif;
}

big {
	color: #194980;
}

.btt {
	background: url("../images/btt_bg.png")top center no-repeat;
	width: 100%;
	height: 135px;
	margin: -105px auto 30px;
	align-items: center;
}

.block_0 .btt {
	margin: 20px auto;
}

.btt h2 {
	color: #194980;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 14px 0 0;
}

.block_2 .btt h2,
.block_5 .btt h2 {
	font-size: 3rem;
	padding: 15px 0 0;
}

.stt {
	margin: 20px auto;
}

.stt h3 {
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 1px;
}

.half ul h3 {
	color: #194980;
	font-weight: 700;
	letter-spacing: 1px;
}

.stt h3::before,
.half ul h3::before {
	background-image: url("../images/stt_be.png");
	background-size: contain;
	display: inline-block;
	width: 65px;
	height: 65px;
	margin-right: 10px;
	margin-bottom: -20px;
	content: "";
}

.stt h3::after,
.half ul h3::after {
	background-image: url("../images/stt_af.png");
	background-size: contain;
	display: inline-block;
	width: 65px;
	height: 65px;
	margin-left: 10px;
	margin-bottom: -20px;
	content: "";
}

.warning_words {
	margin: 10px auto 0px;
	display: flex;
	justify-content: center;
}

.warning_words p {
	color: #fff;
	font-size: .8rem;
	text-align: center;
}

@media screen and (max-width: 991px) {

	.btt {
		background-size: contain;
		width: 100%;
		height: 16vw;
		margin: 2vw auto;
		align-items: center;
	}

	.block_0 .btt {
		margin: 2vw auto;
	}

	.btt h2 {
		font-size: 1.9rem;
		letter-spacing: .5px;
		padding: 2vw 0 0;
	}

	.block_2 .btt h2,
	.block_5 .btt h2 {
		font-size: 1.5rem;
		padding: 2vw 0 0;
	}

	.stt {
		margin: 3vw auto 1vw;
	}

	.stt h3,
	.half ul h3 {
		font-size: 1.8rem;
	}

	.stt h3::before,
	.half ul h3::before {
		background-image: url("../images/stt_be.png");
		background-size: contain;
		display: inline-block;
		width: 7vw;
		height: 7vw;
		margin-right: 2vw;
		margin-bottom: -1vw;
		content: "";
	}

	.stt h3::after,
	.half ul h3::after {
		background-image: url("../images/stt_af.png");
		background-size: contain;
		display: inline-block;
		width: 7vw;
		height: 7vw;
		margin-left: 2vw;
		margin-bottom: -1vw;
		content: "";
	}

	.warning_words {
		margin: 1vw 3vw 2vw;
	}

	.warning_words p {
		text-align: center;
		line-height: 1.3;
	}
}


/*元件調整*/
.banner {
	padding: 0;
}

.alternate,
.crosswise_3p,
.hightlight,
.baseline {
	margin: 20px auto;
}

.alternate ul:nth-child(even) {
	margin: -102px auto 20px;
}

.alternate ul:nth-child(odd) li:first-child,
.alternate ul:nth-child(even) li:last-child {
	background: #b6ccdf;
}

.alternate ul:nth-child(odd) li:first-child .font h4,
.alternate ul:nth-child(even) li:last-child .font h4,
.alternate .font h4,
.alternate ul:nth-child(odd) li:first-child .font .price big,
.alternate ul:nth-child(even) li:last-child .font .price big {
	color: #194980;
}

.rectangle_3p_370a_img h3 {
	background: #194980;
}

.hightlight .font p {
	margin: 10px;
}

.half ul {
	background: #b6ccdf;
	border-radius: 15px;
	padding: 5px 0 20px;
}

.zasshi3 ul li {
	background: #b6ccdf;
	border-radius: 15px;
}

.dis-for-zasshi3,
.zasshi3-buy {
	background: #213750;
}

.dis-for-zasshi3 big {
	color: #fff6f0;
}

.zasshi3 ul li h4 {
	color: #194980;
}

.zasshi3 ul li .font p {
	color: #194980;
	background: #fff;
}

.keywordA {
	margin: 30px auto;
}

.keywordA li {
	margin: 8px;
	padding: 8px 20px 10px;
	outline: solid 1px #fff;
	border: 0px solid #fff;
	border-radius: 99em;
	background: #ffdec5;
	background-size: 30px;
	box-shadow: none;
}

.keywordA a {
	color: #194980;
	font-size: 1.6rem;
	font-weight: 700;
}

.keywordA li:hover {
	background: #c48050;
}

.keywordA a:hover {
	color: #fff;
}

@media screen and (max-width: 991px) {

	.half ul {
		margin: 1vw;
		padding: 1vw 0;
	}

	.alternate,
	.crosswise_3p,
	.hightlight,
	.baseline {
		margin: 2vw auto;
	}

	.alternate ul:nth-child(even) {
		margin: auto;
	}

	.hightlight .font p {
		margin: 1vw;
	}

	.rectangle_3p_370a_img {
		margin: 2vw auto;
		width: 100%;
	}

	.keywordA {
		margin: 2vw auto;
	}

	.keywordA li {
		margin: 1vw;
		padding: 1.5vw 3.5vw 1.2vw;
		outline: solid 1.5px #fff;
	}

	.keywordA a {
		font-size: 1.2rem;
	}

}


/*promotion*/
.block_0 ul {
	width: 1200px;
	margin: 10px auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.block_0 ul li {
	width: 380px;
}

.block_0 ul li img {
	width: 100%;
}


@media screen and (max-width: 991px) {
	.block_0 ul {
		width: 97%;
		margin: 3vw auto;
		padding: 0;
	}

	.block_0 ul li {
		width: 31vw;
	}


}


/*五品特殊*/
.special_5p_1 {
	margin: 10px auto;
	background: url("../images/h5psp_bg.png")top center no-repeat;
}

.special_5p_1 .hightlight_5p {
	padding: 0;
}

.special_5p_1 .title_AA h2 {
	font-size: 2.2rem;
	padding: 22px 0 0 110px;
	letter-spacing: 2px;
	text-align: center;
	color: #194980;
	font-weight: 700;
}

.special_5p_1 .hightlight_5p ul li,
.special_5p_1 .hightlight_5p ul li:first-child {
	height: auto;
}

.special_5p_1 .hightlight_5p ul li p {
	padding: .5vw .2vw;
}

.special_5p_1 .hightlight_5p ul li {
	height: auto;
	margin-top: 82px;
}

.special_5p_1 .hightlight_5p ul li:first-child {
	height: auto;
	width: 240px;
	padding-top: 0;
}

.special_5p_1 .hightlight_5p img {
	width: 100%;
	object-fit: contain;
}

.special_5p_1 .hightlight_5p ul li:first-child img {
	width: 100%;
	height: 240px;
}

.special_5p_1 .hightlight_5p ul li:first-child img {
	margin: 0 auto;
}

@media screen and (max-width: 991px) {
	.special_5p_1 .hightlight_5p {
		width: 100%;
	}

	.special_5p_1 {
		background: none;
		margin: 2vw auto;
	}

	.special_5p_1 .title_AA {
		margin: 1vw auto;
		width: fit-content;
		height: auto;
	}

	.special_5p_1 .title_AA h2 {
		position: relative;
		text-align: center;
		letter-spacing: 1px;
		padding: 0;
		font-size: 1.6rem;
		color: #fff;
	}

	.special_5p_1 .title_AA h2::before {
		background-image: url("../images/stt_be.png");
		background-size: contain;
		display: inline-block;
		width: 6vw;
		height: 6vw;
		margin-right: 2vw;
		margin-bottom: -1vw;
		z-index: 1;
		content: "";
	}

	.special_5p_1 .title_AA h2::after {
		background-image: url("../images/stt_af.png");
		background-size: contain;
		display: inline-block;
		width: 6vw;
		height: 6vw;
		margin-left: 2vw;
		margin-bottom: -1vw;
		z-index: 1;
		content: "";
	}

	.special_5p_1 .hightlight_5p ul li:first-child,
	.special_5p_1 .hightlight_5p ul li {
		margin-top: 0px;
	}

	.special_5p_1 .hightlight_5p ul li:first-child {
		width: 100%;
		margin: 2vw 3vw;
		padding: 1vw;
	}

	.hightlight_5p ul li:first-child .font {
		padding: 1vw 0;
	}

	.special_5p_1 .hightlight_5p img {
		width: 100%;
	}

	.special_5p_1 .hightlight_5p ul li:first-child img {
		width: 45vw;
		height: 45vw;
		margin: 0 1vw;
	}
}


/* hightlightAd_word */
.hightlightAd_word {
	width: 1160px;
	margin: 10px auto;
}

.hightlightAd_word ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.hightlightAd_word li.Ad_word {
	width: 280px;
	height: 330px;
	background: none;
}

.hightlightAd_word li.Ad_word img {
	width: 280px;
	height: auto;
}

.hightlightAd_word li.Ad_word h4 {
	width: 280px;
	color: #194980;
	bottom: 0;
	padding: 10px 0;
	margin: 9px 0 0;
	border-radius: 99rem;
	justify-content: center;
	height: auto;
	display: flex;
	background: #ffdec5;
	align-items: center;
	font-weight: 700;
}

.hightlightAd_word h3 {
	width: 1160px;
	margin: 8px;
}

.hightlightAd_word li {
	width: 200px;
	background: #fff;
	margin: 6px;
	padding: 0;
}

.hightlightAd_word li img {
	object-fit: contain;
}

.hightlightAd_word .font {
	display: block;
	text-align: center;
	margin: 20px auto 10px;
}

.hightlightAd_word .font p {
	margin: 0;
}

.hightlightAd_word .font .price {
	margin: 10px 0 15px;
}

.hightlightAd_word img {
	display: block;
	width: 200px;
	height: 220px;
	object-fit: cover;
}

@media screen and (max-width: 991px) {
	.hightlightAd_word {
		width: 100%;
		margin: 1vw auto;
	}

	.hightlightAd_word ul {
		flex-wrap: wrap;
	}

	.hightlightAd_word h3 {
		width: 96vw;
		margin: 1vw;
	}

	.hightlightAd_word li {
		width: 46vw;
		padding: 0;
		margin: 1vw;
	}

	.hightlightAd_word a {}

	.hightlightAd_word .font {
		margin: 0 0 3vw 0;
	}

	.hightlightAd_word .font p {
		margin: 1vw;
	}

	.hightlightAd_word .font .price {
		margin: 1vw 0;
	}

	.hightlightAd_word img {
		width: 46vw;
		height: 46vw;
	}

	.hightlightAd_word li.Ad_word {
		width: 94vw;
		padding: 0vw;
		margin: 2vw auto;
		height: auto;
	}

	.hightlightAd_word li.Ad_word img {
		width: 100%;
		width: 94vw;
		padding: 0vw;
		border-radius: 10px 10px 0 0;
	}

	.hightlightAd_word li.Ad_word a {
		flex-wrap: wrap;
	}

	.hightlightAd_word li.Ad_word h4 {
		width: 100%;
		padding: 3vw 0;
		margin: 0;
		border-radius: 0 0 10px 10px;
	}
}


/*按鈕*/
.gobtn {
	margin: 50px auto 60px;
	align-items: center;
}

.gobtn a {
	text-align: center;
	width: 400px;
	height: 80px;
	display: block;
	background: #ffdec5;
	margin: 0 auto;
	border-radius: 999em;
	border: 1px solid #c48050;
	color: #194980;
	box-shadow: 0 7px #c48050;
	transition: .2s;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 1px;
}

.gobtn a:hover {
	filter: brightness(70%);
	transform: translateY(4px);
	box-shadow: 0 2px #c48050;
}

@media screen and (max-width: 991px) {
	.gobtn {
		margin: 3vw auto 8vw;
	}

	.gobtn a {
		text-align: center;
		width: 65vw;
		height: auto;
		line-height: 1.8;
		font-size: 2rem;
	}

	.gobtn a:hover {
		transform: translateY(3px);
		box-shadow: 0 1px #d3bd90;
	}
}


/* slider-center-box 加背景*/
.item.slick-slide {
	background: url("../images/slider-center-box_bg.png") top center no-repeat;
	background-size: contain;
	padding: 30px;
	margin: 40px auto;
}

.slider-center-box .slick-slide img {
	width: 265px;
	height: 265px;
	margin: 55px auto 0;
}

.slider-center-box .slick-slide p {
	padding: 15px 20px;
}

@media screen and (max-width: 991px) {
	.item.slick-slide {
		padding: 4vw;
		margin: 8vw auto;
	}

	.slider-center-box .slick-slide img {
		width: 60vw;
		height: 60vw;
		margin: 15vw auto 0;
	}

	.slider-center-box .slick-slide p {
		padding: 1vw 2vw;
	}
}


/*輪播統一設定*/
.slick-dotted.slick-slider {
	margin-bottom: 0px !important;
}

@media screen and (max-width: 991px) {
	.slider {
		margin: 2vw auto !important;
	}

	.slick-dotted.slick-slider {
		padding-bottom: 2vw !important;
	}

	.slickbg.slick3item {
		width: 100vw;
		margin: 0 -1.2vw;
	}

	.slick3item .slick-slide img {
		width: 92vw;
	}
}


/*--  nav 選單 固定側邊--*/
@media only screen and (min-width: 992px) {
	.menustyle2 {
		width: 115px;
		display: flex;
		flex-wrap: wrap;
		background: #213750;
		z-index: 999;
		height: auto;
		position: fixed;
		top: 180px;
		right: 10px;
		border-radius: 999em;
		border: 1px solid #ffdec5;
	}

	.menustyle2 ul {
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		padding: 25px 0px;
		flex-wrap: wrap;
	}

	.menustyle2 ul li {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.menustyle2 ul li a {
		text-decoration: none;
		font-size: 1rem;
		color: #fff;
		display: flex;
		width: fit-content;
		justify-content: center;
		align-items: center;
		padding: 6px 12px;
		margin: 1px auto;
		flex-direction: column;
		line-height: 1.2;
		font-weight: 700;
		text-align: center;
	}

	.menustyle2 a br {
		display: block;
	}

	.menustyle2 ul li a:hover {
		color: #194980 !important;
		background: #ffdec5;
		transform: scale(1);
		border-radius: 99em;
	}

	.menustyle2 ul .active {
		color: #194980 !important;
		background: #ffdec5;
		border-radius: 99em;
	}
}

@media screen and (max-width: 991px) {

	.menustyle2::-webkit-scrollbar {
		display: none;
	}

	.menustyle2 {
		width: 100%;
		z-index: 999;
		padding: 2vw 1vw;
		display: block;
		background: #213750;
		border-bottom: 1px solid #ffdec5;
		flex-direction: column;
		flex-wrap: wrap;
		position: absolute;
		overflow-x: auto;
		justify-content: center;
		white-space: nowrap;
		webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		height: auto;
	}

	.menustyle2 ul {
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: nowrap;
	}

	.menustyle2 ul li {
		width: fit-content;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
	}

	.menustyle2 ul li a {
		font-size: 1rem;
		letter-spacing: 0px;
		color: #fff;
		box-sizing: border-box;
		padding: 1.5vw 2.5vw;
		font-weight: 700;
	}

	.menustyle2 a br {
		display: none;
	}

	.menustyle2 ul li a:hover {
		width: 100%;
		justify-content: center;
		align-items: center;
		text-align: center;
		color: #194980 !important;
		background: #ffdec5;
		border-radius: 999em;
	}

	.menustyle2 ul .active {
		width: 100%;
		justify-content: center;
		align-items: center;
		text-align: center;
		color: #194980 !important;
		background: #ffdec5;
		border-radius: 999em;
	}

	.sticky {
		position: fixed;
		top: 0;
	}
}


/*手機版選單下滑出現*/
@media screen and (max-width: 991px) {
	#TopMenu2 {
		transition: background-color 1s, opacity 1s, visibility 1s;
		opacity: 0;
		visibility: hidden;
		z-index: 999;
		position: absolute;
		top: 0;
	}

	#TopMenu2.show {
		opacity: 1;
		visibility: visible;
		position: fixed;
		top: 0;
	}
}


/*--  錨點微調--*/
.target-fix {
	position: relative;
	top: 0px;
	display: block;
	height: 0;
	overflow: hidden;
}

@media screen and (max-width: 991px) {
	.target-fix {
		top: -30px;
	}
}


/*--goto top--*/
#gotop {
	display: inline-block;
	background-color: #000;
	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: 0.5;
	background: url("../images/top.png") center no-repeat;
	background-size: 50%;
	background-position: 85% 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: #000;
	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: 0.5;
	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;
	}
}