* {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-decoration: none;
	font-family: '微軟正黑體';
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1; /*For IE 6&7 only*/
}

@keyframes progressBar {
	0% { transform: translateX(-100%); }
	100% { transform: translateX(0%); }
}

.preloading {
  z-index: 99999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: linear-gradient(-45deg, #eda34b, #fb9b76, #f5939c, #ea707b);
	background-size: 100% 100%;
/*	-webkit-animation: bgTween 8s ease infinite;
	-moz-animation: bgTween 8s ease infinite;
	animation: bgTween 8s ease infinite;*/
}

/* 浮動捐款按鈕 */
.floating-donate-btn {
  position: fixed;
  bottom: 150px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  background: linear-gradient(135deg, #e85a71 0%, #d64d5f 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(232, 90, 113, 0.4);
  font-size: 16px;
  font-weight: 600;
  z-index: 999;
  transition: all 0.3s ease;
  animation: pulse 2s infinite;
}

.floating-donate-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 6px 20px rgba(232, 90, 113, 0.5);
  background: linear-gradient(135deg, #d64d5f 0%, #c43e4f 100%);
  color: #fff;
}

.floating-donate-btn .donate-icon {
  display: flex;
  align-items: center;
}

.floating-donate-btn .donate-text {
  letter-spacing: 1px;
}

/* 呼吸動畫效果 */
@keyframes pulse {
  0% { box-shadow: 0 4px 15px rgba(232, 90, 113, 0.4); }
  50% { box-shadow: 0 4px 25px rgba(232, 90, 113, 0.6); }
  100% { box-shadow: 0 4px 15px rgba(232, 90, 113, 0.4); }
}

p.disclaimer
{
    /*
    color: rgb(255, 69, 0);
    text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 4px;
    */
    color: rgb(128, 128, 128);
    background-color: rgb(255, 245, 238);
    padding: 15px;
    border-radius: 8px;
    line-height: 2;
}

.preloading .preload__logo {
	position: relative;
	top: 50%;
	left: 50%;
	margin-left: -75px;
	margin-top: -60px;
	width: 150px;
	height: 90px;
	background-size: cover;
	background-image: url('/static/images/desktop/common/loading.png');
}

.preloading .progress__bar {
	transform: translateX(-50%);
	position: absolute;
	top: 98px;
	left: 50%;
	width: 70%;
	height: 3px;
	overflow: hidden;
	background: #eaa5a5;
	border-radius: 10px;
}

.preloading .progress__bar:before {
	position: absolute;
	transform: translateX(-100%);
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #fff;
	-webkit-animation: progressBar 2s ease 1 forwards;
	-moz-animation: progressBar 2s ease 1 forwards;
	animation: progressBar 2s ease 1 forwards;
}

.no__wrap {
	white-space: nowrap;
  display: inline-block;
}

.newest-tip {
	position: absolute;
	bottom: 80px;
	right: 5px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	width: 30px;
	height: 15px;
	line-height: 14px;
	background-color: #e24242;
	font-style: normal;
}

.newest-tip:before {
	transform: translateX(-50%);
	position: absolute;
	bottom: -6px;
	right: 7px;
	content: '';
	display: block;
	width: 10px;
	height: 8px;
	background-size: cover;
	background-image: url('/static/images/desktop/icon/newest.png');
}

.newest-tip-small {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #e24242;
	margin-left: 5px;
	margin-top: -3px;
	transform: translateY(-2px);
}

.imgZoom:after {
	display: block;
	content: '點擊放大';
	color: #fff;
	font-size: 15px;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 65px;
	height: 25px;
	text-align: left;
	padding-left: 25px;
	line-height: 25px;
	background-color: rgba(0, 0, 0, 0.6);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url('/static/images/desktop/common/search_icon.png');
}

.youtubeZoom:after {
	display: block;
	content: '';
	color: #fff;
	font-size: 15px;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	text-align: left;
	line-height: 25px;
	background-color: rgba(0, 0, 0, 0.6);
	/* background-size: contain; */
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/static/images/desktop/icon/youtube_play.png');
}

body {
  line-height:1;
  background: #fff
}

.boxShadow {
	box-shadow: 0px 0px 30px #5f5f5f;
}

/* Google Search */
.google_search {
	transition: opacity 150ms ease, transform 380ms ease;

	opacity: 0;
	transform: translate3d(0px, -172px, 0px);

	padding: 20px;
	width: 100%;
	background: #fff;
	position: fixed;
	top: 172px;
	left: 0;
	z-index: 950;
	box-sizing: border-box;
	box-shadow: 0 4px 12px rgba(0,0,0,0.20);
}

.google_search.active {
	
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
}

.google_search .search_content {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-right: 50px;
}

.google_search .search_close {
	cursor: pointer;
	width: 50px;
	height: 45px;
	position: absolute;

	text-align: center;

	font-size: 24px;
	background: #DC7E7E;
	border-radius: 2px;
	border: 1px solid #F08888;
	color: #fff;
	line-height: 45px;
	top: 14px;
	right: 0;
}

.google_search #___gcse_0 .gsib_a {
	padding: 12px 15px;
}

.google_search #___gcse_0 .gsc-input-box {
	padding-top: 0;
	padding-bottom: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.gsc-search-button-v2 {
	border-radius: 2px !important;
}

.google_search #___gcse_0 input.gsc-input {
	font-size: 18px;
	text-indent: 2px !important;
	background-image: none !important;
}

.google_search #___gcse_0 .cse .gsc-search-button-v2,
.google_search #___gcse_0 .gsc-search-button-v2 {
	padding: 16px 27px;
}
/* gsc-results-wrapper-visible */
.google_search #___gcse_0 .gsc-results-wrapper-nooverlay {
	max-height: calc(100vh - 291px);
	overflow: scroll;
	overflow-x: hidden;
}

.update-mention {
	transition: transform 250ms ease-out;
	transform: translate3d(-150%, 0, 0);
	overflow: hidden;
	z-index: 960;
	position: fixed;
	left: 20px;
	bottom: 20px;
	background: #fff;
	background: rgba(255, 255, 255, 1);
	border-radius: 4px;
	padding: 20px 20px 20px 20px;
	box-sizing: border-box;
	width: 360px;
	min-height: 86px;
	border-left: 5px solid #f08888;
	box-shadow: 0 4px 12px rgba(0,0,0,0.20);
}

.update-mention.showed {
	transform: translate3d(0, 0, 0);
}

.update-mention .mention-block {
	position: relative;
}

.update-mention .mention-close {
	font-size: 20px;
	color: #ccc;
	position: absolute;
	top: 12px;
	right: 15px;
	cursor: pointer;
}

.update-mention .mention-block .mentions .men-title {
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin-top: 3px;
	margin-bottom: 12px;
}

.update-mention .mention-block .mentions .men-info {
	font-size: 15px;
	display: block;
	margin-bottom: 5px;
	line-height: 18px;
}

.update-mention .mention-block .mentions .men-info > a {
	font-size: 15px;
	color: #dc7e7e;
	display: inline-block;
}

.update-mention .mention-block .mentions .men-info > a:hover {
	text-decoration: underline;
}

.update-mention .mention-block .mentions .men-info > div.men-num {
	font-size: 15px;
	color: #fff;
	padding: 2px 5px;
	margin: 0 2px;
	transform: translateY(-2px);
	background: #f08888;
	display: inline-block;
}

.wrapper {
	width: 100%;
	max-width: 2560px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

/*Scoll Interface*/
.wrapper .scrollDown {
	/*display: none;*/
  z-index: 999;
	width: 60px;
	height: 60px;
	background-size: cover;
	background-image: url('/static/images/desktop/icon/scrollDown.gif');
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
}

.wrapper .scrollTop {
	cursor: pointer;
	display: none;	
	z-index: 9999;
	width: 60px;
	height: 60px;
	background-size: cover;
	background-image: url('/static/images/desktop/icon/goTop.jpg');
	;	position: fixed;
	bottom: 15%;
	;	right: 0;
	right: auto !important;                                                    left: 20px !important;
}

/*topper*/

.topper {
	width: 100%;
	max-width: 2560px;
	height: 170px;
	background: #fff;
	position: fixed;
	z-index: 970;
	border-bottom: 2px solid #f08888;
}

.topper:after {
	content: '';
	display: block;
	width: 100%;
	max-width: 2560px;
	height: 40px;
	background-image: url('/static/images/desktop/common/navShadow.png');
	background-position: top center;
}

.topper .top__content {
	width: 100%;
	max-width: 1800px;
	min-width: 1300px;
	height: 170px;
	margin-right: auto;
	margin-left: auto;
}

.topper .top__content .top__logo {
	margin-top: 37px;
	margin-left: 25px;
	width: auto;
	height: 130px;
	float: left;
	display: inline-block;
}

.topper .top__content .top__logo .logo__icon {
	width: 84px;
	height: 84px;
	display: block;
	float: left;
	background-size: cover;
	background-image: url('/static/images/desktop/icon/logo/logo_1x.png');
}

@media (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1301px),
       (min-resolution: 144dpi) and (min-width: 1301px) {
	.topper .top__content .top__logo .logo__icon {
		background-image: url('/static/images/desktop/icon/logo/logo_2x.png');
	}
}

.topper .top__content .top__logo .logo__text {
	width: 240px;
	height: 80px;
	display: block;
	float: left;
	font-size: 12.5px;
	padding: 44px 0 0 6px;
	color: #595959;
	position: relative;
}

.topper .top__content .top__logo .logo__text:after {
	content: '';
	display: block;
	width: 98px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-image: url('/static/images/desktop/icon/logo/logo_word_2x.png');
}

.topper .top__content .top__minBtn {
	float: left;
	display: none;
}

.topper .top__content .top__logo .logo__text span:first-child {
	font-size: 20px;
	color: #000;
  line-height: 27px;
}

.topper .top__content .top__nav {
	width: auto;
	height: 170px;
	float: right;
	position: relative;
  padding-right: 35px;
}

.topper .top__content .top__nav > div {
	width: auto;
	height: 70px;
	font-size: 20px;
	margin-left: 0px;
	text-align: center;
	padding: 100px 15px 0;
	position: relative;
	cursor: pointer;
	color: #000;
}

.topper .top__content .top__nav > div,
.topper .top__content .top__nav > a {
	float: left;
}

.topper .top__content .top__nav > div:hover {
	color: #f08888;
	background-repeat: repeat-x;
	background-position: bottom center;
	background-image: url('/static/images/desktop/common/navBar/navHover.jpg');
}

.topper .top__content .top__nav > div:after {
	position: absolute;
	content: '';
	display: block;
  right: -2px;
  top: 50%;
  margin-top: -16px;
	width: 4px;
	height: 73px;
	background-image: url('/static/images/desktop/common/navSlide.png');
}

.topper .top__content .top__nav > div:first-child {
	margin-left: 0;
}

.topper .top__content .top__nav > div:nth-child(6):after {
	display: none;
}

.topper .top__content .top__nav > div:before {
	position: absolute;
	content: '';
	display: block;
  left: 50%;
  top: 50%;
  margin: -33px 0 0 -20px;
	width: 40px;
	height: 40px;
  background-size: cover;
}

.topper .top__content .top__nav #tnfb,
.topper .top__content .top__nav #tntube {
	width: 50px;
	height: 50px;
	padding: 10px 10px;
	text-indent: -9999px;
	border-radius: 50% 50%;
	margin-left: 10px;
	margin-top: 50px;
	position: relative;
	display: block;
	/* transition: background 400ms 0s; */
}

.topper .top__content .top__nav #tnfb:before,
.topper .top__content .top__nav #tntube:before {
	position: absolute;
	content: '';
	display: block;
	left: 50%;
	top: 50%;
	margin: -33px 0 0 -20px;
	width: 40px;
	height: 40px;
	background-size: cover;
}

.topper .top__content .top__nav #tnfb {
	background-image: none;
	background: #4267b2;
}

.topper .top__content .top__nav #tntube {
	background-image: none;
	background: #ff0000;
}

.topper .top__content .top__nav #tnfb:after,
.topper .top__content .top__nav #tntube:after {
	display: none;
}

.topper .top__content .top__nav #tn1:before {
	background-image: url('/static/images/desktop/icon/topnav1.png');
}

.topper .top__content .top__nav #tn2:before {
	background-image: url('/static/images/desktop/icon/topnav2.png');
}

.topper .top__content .top__nav #tn3:before {
	background-image: url('/static/images/desktop/icon/topnav3.png');
}

.topper .top__content .top__nav #tn4:before {
	background-image: url('/static/images/desktop/icon/topnav4.png');
}

.topper .top__content .top__nav #tn5:before {
	background-image: url('/static/images/desktop/icon/topnav5.png');
}

.topper .top__content .top__nav #tn6:before {
	background-image: url('/static/images/desktop/icon/topnav6.png');
}

.topper .top__content .top__nav #tnfb:before {
	width: 55px;
	margin: -20px 0 0 -27px;
	background-image: url('/static/images/desktop/icon/fb.png');
}

.topper .top__content .top__nav #tntube:before {
	width: 55px;
	margin: -21px 0 0 -27px;
	background-image: url('/static/images/desktop/icon/youtube.png');
}

.topper .top__content .top__nav .top__nav__inner {
	display: none;
	padding: 40px 10px 40px;
	z-index: 999;
	position: absolute;
	top: 169px;
	width: 725px;
	cursor: auto;
	background: #fff;
	border-top: 5px solid #f08888;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
}

.topper .top__content .top__nav .top__nav__inner#tni1 {
	left: 0px;
}

.topper .top__content .top__nav .top__nav__inner#tni2 {
	left: -110px;
}

.topper .top__content .top__nav .top__nav__inner#tni3 {
	left: -220px;
}

.topper .top__content .top__nav .top__nav__inner#tni4 {
	left: -330px;
}

.topper .top__content .top__nav .top__nav__inner#tni5 {
	left: -440px;
}

.topper .top__content .top__nav .top__nav__inner#tni6 {
	left: -550px;
}

.topper .top__content .top__nav .top__nav__inner > .tni__left {
	width: 200px;
	float: left;
	/*border-right: 1px dotted #ccc;*/
}

.topper .top__content .top__nav .top__nav__inner > .tni__left > img {
	width: 120px;
	height: 120px;
	background: #000;
}

.topper .top__content .top__nav .top__nav__inner > .tni__left > span {
	display: block;
  font-size: 15px;
  padding: 13px 30px 0px;
  line-height: 23px;
	color: #595959;
}

.topper .top__content .top__nav .top__nav__inner > .tni__right {
	float: left;
/*	margin-left: 5px;*/
}

.topper .top__content .top__nav .top__nav__inner > .tni__right > ul {
	width: auto;
	margin: -3px 30px 0;
	float: left;
	font-size: 17px;
	color: #595959;
	text-align: left;
}

.topper .top__content .top__nav .top__nav__inner > .tni__right > ul .tni__r__title:before {
	display: none;
	
}

.topper .top__content .top__nav .top__nav__inner > .tni__right > ul > li {
	margin-bottom: 15px;
	position: relative;
}

.topper .top__content .top__nav .top__nav__inner > .tni__right > ul.hasList > li:before {
	content: '• ';
	color: #ccc;
	position: absolute;
	top: 0;
	left: -14px;
}

.topper .top__content .top__nav .top__nav__inner > .tni__right > ul.hasList > li {
	margin-bottom: 10px;
}

.topper .top__content .top__nav .top__nav__inner > .tni__right > ul.hasList > li.tni__r__title {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.topper .top__content .top__nav .top__nav__inner > .tni__right > ul a {
	color: #595959;
}

.topper .top__content .top__nav .top__nav__inner > .tni__right > ul a:hover {
	color: #f08888;
	text-decoration: underline;
}

.topper .top__content .top__nav .top__nav__inner.showed {
	display: inline-block !important;
}

.topper .top__content .top__searchbar {
	float: right;
	width: 50px;
	height: 70px;
	font-size: 20px;
	margin-left: 0px;
	text-align: center;
	padding: 100px 15px 0;
	position: relative;
	cursor: pointer;
	color: #000;
}

.topper .top__content .top__searchbar:before {
	position: absolute;
	content: '';
	display: block;
	left: 50%;
	top: 50%;
	margin: -31px 0 0 -20px;
	width: 40px;
	height: 40px;
	background-size: cover;
	background-image: url('/static/images/desktop/icon/search_glass.png');
}

.topper .top__content .top__searchbar:after {
	position: absolute;
	content: '';
	display: block;
	right: -2px;
	top: 50%;
	margin-top: -16px;
	width: 4px;
	height: 73px;
	background-image: url('/static/images/desktop/common/navSlide.png');
}

.topper .top__content .top__searchbar.active {
	color:#f08888;
}

/* breadCrumb */
.bread__crumb {
	width: 100%;
	max-width: 900px;
	color: #333;
	font-size: 18px;
	margin: 0 auto;
	padding: 60px 0 40px;
}

.bread__crumb .bc__content {
	border-left: 5px solid #f08888;
	padding-left: 10px;
}

.bread__crumb .bc__content > * {
	display: inline-block;
	line-height: 24px;
}

.bread__crumb .bc__content a {
	color: #333;
}

.bread__crumb .bc__content a:hover {
	text-decoration: underline;
}

.bread__crumb .bc__content a.current {
	color: #dc7e7e;
}

.bread__crumb .bc__content a.disabled {
	color: #ababab;
	cursor: default;
}

.bread__crumb .bc__content a.disabled:hover {
	text-decoration: none;
}


/*footer*/
.footer {
	width: 100%;
	background: #000;
}

.footer .location {
	width: 100%;
	max-width: 2560px;
	background: #0e0d0c;
}

.footer .location .location__content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 47px 0 80px;
}

.footer .location .location__content > div {
	float: left;
	color: #fff;
	font-size: 18px;
}

.footer .location .location__content > div span {
	display: block;
	margin: 10px 0;
}

.footer .location .location__content > div .location_nav {
	margin-top: 45px;
}

.footer .location .location__content > div .location_nav .ln_title {
    background: #dc7e7e;
    padding: 13px 25px;
    width: 110px;
    text-align: center;
    border-radius: 20px;
    position: absolute;
    margin-left: -175px;
    margin-top: -13px;
}

.footer .location .location__content > div .location_nav .ln_total {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #292929;
}

.footer .location .location__content > .location_center {
    margin-left: 300px;
    padding-left: 190px;
    width: 350px;
    position: relative;
}

.footer .location .location__content > .location_left {
    padding-left: 190px;
    width: 350px;
    position: relative;
}

.footer .location .location__content > .location_center:after,
.footer .location .location__content > .location_left:after {
	width: 60px;
	height: 300px;
	display: block;
	content: '';
	position: absolute;
	right: -42px;
	top: -30px;
	background-image: url('/static/images/desktop/index/events/slideCut.jpg');
}

.footer .seminars a,
.footer .location .location__content > .location_center .location_nav a {
    color: #FFFF00;
}

.footer .location .location__content > .location_left .location_nav .ln_title a,
.footer .location .location__content > .location_right .location_nav .ln_title a {
    color: #FFF;
}

.footer .location .location__content > .location_center .location_nav a[href^="tel"],
.footer .location .location__content > .location_left .location_nav a[href^="tel"] {
    color: #f08888;
}

.footer .seminars a:hover,
.footer .location .location__content > .location_center .location_nav .ln_title a:hover,
.footer .location .location__content > .location_left .location_nav .ln_title a:hover,
.footer .location .location__content > .location_right .location_nav .ln_title a:hover {
    text-decoration: underline;
}

.footer .location .location__content > .location_right {
    margin-left: 60px;
    padding-left: 190px;
    width: 410px;
    position: relative;
}

.footer .seminars {
    color: #fff;
    width: 100%;
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    
}

.footer .copyright {
    color: #fff;
    width: 100%;
    max-width: 1300px;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
	
}

.footer .copyright span {
	line-height: 60px;
	color: #fff;
	margin-left: 70px;
}


/*Tablet*/
@media all and (max-width: 1300px) and (min-width: 721px) {
	.fixedScroll {
		overflow: hidden;
	}

	body:before {
		z-index: 1001;
		width: 100vw;
		height: 100vh;
		position: absolute;
		content: '';
		display: none;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.95);
		pointer-events: none;
	}

	body.fixedScroll:before {
		display: block;
	}

	.newest-tip {
		left: 178px;
    bottom: 25px;
	}

	.newest-tip:before {
		display: none;
	}

	.google_search {
		transform: translate3d(0px, -101px, 0px);
		top: 101px;
	}

	.google_search .search_content {
		width: 96%;
		padding-right: 65px;
	}

	.google_search .search_close {
		height: 48px;
		margin-right: 10px;
		line-height: 48px;
	}

	.google_search #___gcse_0 .gsc-results-wrapper-nooverlay {
		max-height: calc(100vh - 219px);
	}

	.topper .top__content .top__searchbar {
		float: none;
		position: absolute;
		top: 20px;
    right: 125px;
		padding: 10px;
		width: 40px;
    height: 40px;
	}

	.topper .top__content .top__searchbar.active::before {
		background-image: url('/static/images/desktop/icon/search_glass_h.png');
	}

	.topper .top__content .top__searchbar span {
		display: none;
	}

	.topper .top__content .top__searchbar:before {
		width: 60px;
		height: 60px;
		margin: -30px 0 0 -30px;
	}

	.topper .top__content .top__searchbar:after {
		display: none;
	}

	.topper {
		z-index: 1009;
		width: 100%;
		max-width: 1300px;
		height: 100px;
		background: #fff;
		border-bottom: 2px solid #f08888;
	}

	.topper:after {
		display: none;
		background-image: none;
	}

	.topper .top__content {
		width: 100%;
		max-width: 1300px;
		height: 100px;
	}

	.topper .top__content .top__logo {
		height: 90px;
		margin-top: 10px;
		margin-left: 15px;
	}

	.topper .top__content .top__logo .logo__icon {
		width: 232px;
		height: 80px;
		margin-left: 0px;
		background-size: cover;
		background-image: url('/static/images/tablet/logo/logo_1x.png');
	}

	@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1300px) and (min-width: 721px),
	       (max-width: 1300px) and (min-resolution: 144dpi) and (min-width: 721px) {
		.topper .top__content .top__logo .logo__icon {
			background-image: url('/static/images/tablet/logo/logo_2x.png');
		}
	}

	.topper .top__content .top__logo .logo__text {
		display: none;
		height: 50px;
		padding: 23px 0 0 10px;
	}

	.topper .top__content .top__minBtn {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 100px;
		height: 100px;
		background: #f08888;
		cursor: pointer;
		background-size: cover;
		background-image: url('/static/images/desktop/icon/navhumburger.png');
	}

	.topper .top__content .top__minBtn.opened {
		background-image: url('/static/images/desktop/icon/navclose.png');
	}

	.topper .top__content .top__nav {
		position: fixed;
		float: none;
/*		display: none;*/
		background: #fff;
		border-top: 3px solid #f08888;
		top: 100px;
    right: 0;
    width: 500px;
    height: auto;
    max-height: 512px;
    padding: 0;
    transform: translate3d(502px, 0, 0);
    transition: none;
	}

	.topper .top__content .top__nav.opened {
		transform: translate3d(2px, 0, 0);
		transition: transform 300ms ease-in-out;
		overflow: scroll;
		overflow-x: hidden;
	}

	.topper .top__content .top__nav > div {
		width: 500px;
		height: 100%;
		padding: 0;
		border-bottom: 1px solid #dadada;
	}

	.topper .top__content .top__nav > div:after,
	.topper .top__content .top__nav > div:before {
		display: none;
		background-image: none;
	}

	.topper .top__content .top__nav > div:hover {
		background-image: none;
	}

	.topper .top__content .top__nav > div .top__nav__name {
		width: 410px;
		padding: 0;
		height: 40px;	
		text-align: left;
		position: relative;
		padding: 25px 0 2px 88px;
	}

	.topper .top__content .top__nav > div .top__nav__name:before {
    left: 45px;
    top: 14px;
    margin: 0;
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background-size: cover;
	}


	.topper .top__content .top__nav > #tn1 .top__nav__name:before {
    background-image: url('/static/images/desktop/icon/topnav1.png');
	}

	.topper .top__content .top__nav > #tn2 .top__nav__name:before {
    background-image: url('/static/images/desktop/icon/topnav2.png');
	}

	.topper .top__content .top__nav > #tn3 .top__nav__name:before {
    background-image: url('/static/images/desktop/icon/topnav3.png');
	}

	.topper .top__content .top__nav > #tn4 .top__nav__name:before {
    background-image: url('/static/images/desktop/icon/topnav4.png');
	}

	.topper .top__content .top__nav > #tn5 .top__nav__name:before {
    background-image: url('/static/images/desktop/icon/topnav5.png');
	}

	.topper .top__content .top__nav > #tn6 .top__nav__name:before {
    background-image: url('/static/images/desktop/icon/topnav6.png');
	}

	.topper .top__content .top__nav > div .top__nav__name:hover,
	.topper .top__content .top__nav > div .top__nav__name.opened {
    background-image: url('/static/images/desktop/common/navBar/navHover_s.jpg');
	}

	.topper .top__content .top__nav > div .top__nav__name:after {
    right: 40px;
    top: 22px;
    margin: 0;
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    transform: rotate(0deg);
    transition: transform 200ms;
    transform-origin: center center;
    background-image: url('/static/images/desktop/common/toggler.png');
	}

	.topper .top__content .top__nav > div .top__nav__name.opened:after {
		transform: rotate(180deg);
	}

	.topper .top__content .top__nav .top__nav__inner {
		position: static;
		padding: 0px 0px;
		top: 0;
		left: -88px;
		display: none;
		box-shadow: none;
		border-radius: unset;
		border: 0px solid #000;
	}

	.topper .top__content .top__nav .top__nav__inner > .tni__left {
		display: none;
	}

	.topper .top__content .top__nav #tnfb,
	.topper .top__content .top__nav #tntube {
		width: 160px;
		height: 60px;
		padding: 0;
		margin: 20px 0;
		border-radius: 0;
	}

	.topper .top__content .top__nav #tnfb {
		margin-left: 30px;
	}

	.topper .top__content .top__nav #tntube {
		margin-left: 15px;
	}

	.topper .top__content .top__nav #tnfb:before {
		margin-top: -22px;
	}

	.topper .top__content .top__nav #tntube:before {
		margin-top: -21px;
	}

	.topper .top__content .top__nav .top__nav__inner > .tni__right {
		width: 100%;
    margin-bottom: -1px;
	}

	.topper .top__content .top__nav .top__nav__inner > .tni__right > ul {
		width: 100%;
		margin-left: 0;
	}

	.topper .top__content .top__nav .top__nav__inner > .tni__right > ul > li {
		width: 100%;
		height: 60px;
		padding-left: 40px;
		margin-bottom: 0;
		line-height: 60px;
		border-bottom: 1px solid #e0e0e0;
    list-style-type: disc;
    list-style-position: inside;
    color: #ccc;
	}

	.topper .top__content .top__nav .top__nav__inner > .tni__right > ul.hasList > li.tni__r__title {
		font-size: 20px;
		margin-bottom: 0;
		padding-top: 22px;
		list-style-type: none;
	}

	.topper .top__content .top__nav .top__nav__inner > .tni__right > ul.hasList > li {
		font-size: 18px;
		margin-bottom: 0;
		list-style-type: disc;
    list-style-position: inside;
    color: #ccc;
	}

	.topper .top__content .top__nav .top__nav__inner > .tni__right > ul a {
		display: block;
    position: absolute;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    padding-left: 58px;
	}

	.topper .top__content .top__nav .top__nav__inner > .tni__right > ul a:hover {
		text-decoration: none;
		background: #f08888;
		color: #fff;
	}
	/* topper End */

	/* breadCrumb */
	.bread__crumb {
		max-width: 680px;
	}

	/* footer */
	.footer .location {
		max-width: 1300px;
	}

	.footer .location .location__content > .location_center,
	.footer .location .location__content > .location_left,
	.footer .location .location__content > .location_right {
		margin: 0 auto;
		float: none;
	}

	.footer .location .location__content > .location_center,
	.footer .location .location__content > .location_left {
		width: 410px;
		margin-bottom: 60px;
	}

	.footer .location .location__content > .location_left {
	    display: block;
	}

	.footer .location .location__content > .location_center:after,	
	.footer .location .location__content > .location_left:after {
	    display: none;
	}

	.footer .location .location__content {
		padding-bottom: 60px;
	}

	.footer .copyright {
		text-align: center;
	}
	/* footer End*/
}

/*Mobile*/
@media all and (max-width: 720px) and (min-width: 0px) {
	.fixedScroll {
		overflow: hidden;
	}

	  .floating-donate-btn {
    bottom: 130px;
    right: 10px;
    padding: 10px 14px;
    font-size: 13px;
    gap: 6px;
  }
  .floating-donate-btn .donate-icon svg {
    width: 18px;
    height: 18px;
  }

	body:before {
		z-index: 1001;
		width: 100vw;
		height: 100vh;
		position: absolute;
		content: '';
		display: none;
		top: 0;
		left: 0;
		transition: all 300ms;
		background: rgba(0, 0, 0, 0.95);
		pointer-events: none;
	}

	body.fixedScroll:before {
		display: block;
	}

	.newest-tip {
		left: 160px;
    bottom: 22px;
	}

	.newest-tip:before {
		display: none;
	}

	.google_search {
		transform: translate3d(0px, -81px, 0px);
		top: 81px;
		padding: 0px;
	}

	.google_search .search_content {
		width: 100%;
		max-width: 600px;
    padding-right: 60px;
	}

	.google_search .search_close {
		height: 48px;
		margin-right: 15px;
		line-height: 48px;
	}

	.topper .top__content .top__searchbar {
		float: none;
		position: absolute;
		top: 11px;
    right: 83px;
		padding: 10px;
		width: 40px;
    height: 40px;
	}

	.google_search #___gcse_0 .gsib_a {
		box-sizing: border-box;
		height: 48px;
	}

	.google_search #___gcse_0 .gsc-results-wrapper-nooverlay {
		max-height: calc(100vh - 163px);
    overflow: scroll;
	}

	.topper .top__content .top__searchbar.active::before {
		background-image: url('/static/images/desktop/icon/search_glass_h.png');
	}

	.topper .top__content .top__searchbar span {
		display: none;
	}

	.topper .top__content .top__searchbar:before {
		width: 44px;
		height: 44px;
		margin: -22px 0 0 -22px;
	}

	.topper .top__content .top__searchbar:after {
		display: none;
	}

	.update-mention {
		width: 74%;
		max-width: 360px;
		left: 10px;
		padding: 20px 15px 20px 15px;
	}

	.topper {
		z-index: 1009;
		width: 100%;
		max-width: 720px;
		height: 80px;
		background: #fff;
		border-bottom: 2px solid #f08888;
/*		backface-visibility:hidden;
		-webkit-backface-visibility:hidden;
		-moz-backface-visibility:hidden;
		-ms-backface-visibility:hidden;*/
	}

	.topper:after {
		display: none;
		background-image: none;
	}

	.topper .top__content {
		width: 100%;
		min-width: 320px;
		max-width: 720px;
		height: 80px;
	}

	.topper .top__content .top__logo {
		height: 70px;
		margin-top: 6px;
		margin-left: 6px;
	}

	.topper .top__content .top__logo .logo__icon {
		width: 194px;
		height: 70px;
		margin-left: 0px;
		background-size: cover;
		background-image: url('/static/images/mobile/logo/logo_1x.png');
	}

	@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 720px),
				 (max-width: 720px) and (min-resolution: 144dpi) {
		.topper .top__content .top__logo .logo__icon {
			background-image: url('/static/images/mobile/logo/logo_2x.png');
		}
	}

	.topper .top__content .top__logo .logo__text {
		display: none;
		height: 50px;
		width: 210px;
		padding: 17px 0 0 4px;
	}

	.topper .top__content .top__logo .logo__text span {
		font-size: 12px;
	}

	.topper .top__content .top__logo .logo__text span:first-child {
		font-size: 19px;
	}

	.topper .top__content .top__minBtn {
		z-index: 9999;
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 80px;
		height: 80px;
		background: #f08888;
		cursor: pointer;
		background-size: cover;
		background-image: url('/static/images/desktop/icon/navhumburger.png');
	}

	.topper .top__content .top__minBtn.opened {
		background-image: url('/static/images/desktop/icon/navclose.png');
	}

	.topper .top__content .top__nav {
		z-index: 9997;
		position: fixed;
		float: none;
/*		display: none;*/
		background: #fff;
		border-top: 3px solid #f08888;
		top: 80px;
    right: 0;
    width: 100%;
    max-width: 414px;
    height: auto;
    max-height: 450px;
    transform: translate3d(414px, 0, 0);
    transition: transform 300ms ease-in-out;
    padding: 0;
/*	    backface-visibility:hidden;
		-webkit-backface-visibility:hidden;
		-moz-backface-visibility:hidden;
		-ms-backface-visibility:hidden; */
	}

	.topper .top__content .top__nav.opened {
		transform: translate3d(0px, 0, 0);
		overflow: scroll;
		overflow-x: hidden;
	}

	.topper .top__content .top__nav > div {
		width: 100%;
		max-width: 414px;
		height: 100%;
		padding: 0;
		border-bottom: 1px solid #dadada;
	}

	.topper .top__content .top__nav > div:after,
	.topper .top__content .top__nav > div:before {
		display: none;
		background-image: none;
	}

	.topper .top__content .top__nav > div:hover {
		background-image: none;
	}

	.topper .top__content .top__nav > div .top__nav__name {
		width: calc(100% - 88px);
		max-width: 414px;
		padding: 0;
		height: 35px;	
		text-align: left;
		position: relative;
		padding: 22px 0 2px 88px;
		font-size: 16px;
	}

	.topper .top__content .top__nav > div .top__nav__name:before {
    left: 45px;
    top: 7px;
    margin: 0;
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background-size: cover;
	}

	.topper .top__content .top__nav > #tn1 .top__nav__name:before {
    background-image: url('/static/images/desktop/icon/topnav1.png');
	}

	.topper .top__content .top__nav > #tn2 .top__nav__name:before {
    background-image: url('/static/images/desktop/icon/topnav2.png');
	}

	.topper .top__content .top__nav > #tn3 .top__nav__name:before {
    background-image: url('/static/images/desktop/icon/topnav3.png');
	}

	.topper .top__content .top__nav > #tn4 .top__nav__name:before {
    background-image: url('/static/images/desktop/icon/topnav4.png');
	}

	.topper .top__content .top__nav > #tn5 .top__nav__name:before {
    background-image: url('/static/images/desktop/icon/topnav5.png');
	}

	.topper .top__content .top__nav > #tn6 .top__nav__name:before {
    background-image: url('/static/images/desktop/icon/topnav6.png');
	}

	.topper .top__content .top__nav > div .top__nav__name:hover,
	.topper .top__content .top__nav > div .top__nav__name.opened {
    background-image: url('/static/images/desktop/common/navBar/navHover_s.jpg');
	}

	.topper .top__content .top__nav > div .top__nav__name:after {
    right: 40px;
    top: 17px;
    margin: 0;
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    transform: rotate(0deg);
    transition: transform 200ms;
    transform-origin: center center;
    background-image: url('/static/images/desktop/common/toggler.png');
	}

	.topper .top__content .top__nav > div .top__nav__name.opened:after {
		transform: rotate(180deg);
	}

	.topper .top__content .top__nav .top__nav__inner {
		position: static;
		padding: 0px 0px;
		top: 0;
		left: -88px;
		display: none;
		box-shadow: none;
		border-radius: unset;
		border: 0px solid #000;
	}

	.topper .top__content .top__nav .top__nav__inner > .tni__left {
		display: none;
	}

	.topper .top__content .top__nav #tnfb,
	.topper .top__content .top__nav #tntube {
		width: 40%;
		max-width: 140px;
		height: 50px;
		padding: 0;
		margin: 20px 0;
		border-radius: 0;
	}

	.topper .top__content .top__nav #tnfb {
		margin-left: 30px;
	}

	.topper .top__content .top__nav #tntube {
		margin-left: 15px;
	}

	.topper .top__content .top__nav #tnfb:before {
		margin-top: -22px;
	}

	.topper .top__content .top__nav #tntube:before {
		margin-top: -21px;
	}

	.topper .top__content .top__nav .top__nav__inner > .tni__right {
	    width: 100%;
	    margin-bottom: -1px;
	}

	.topper .top__content .top__nav .top__nav__inner > .tni__right > ul {
	    width: 100%;
	    margin-left: 0;
	}

	.topper .top__content .top__nav .top__nav__inner {
	    width: 100%;
	}

	.topper .top__content .top__nav .top__nav__inner > .tni__right > ul > li {
	    width: calc(100% - 40px);
	    height: 50px;
	    padding-left: 40px;
	    margin-bottom: 0;
	    line-height: 50px;
	    border-bottom: 1px solid #e0e0e0;
	    list-style-type: disc;
	    list-style-position: inside;
	    color: #ccc;
	}

	.topper .top__content .top__nav .top__nav__inner > .tni__right > ul.hasList > li.tni__r__title {
	    font-size: 15px;
	    margin-bottom: 0;
	    padding-top: 5px;
	    list-style-type: none;
	}

	.topper .top__content .top__nav .top__nav__inner > .tni__right > ul.hasList > li {
	    font-size: 18px;
	    margin-bottom: 0;
	    list-style-type: disc;
	    list-style-position: inside;
	    color: #ccc;
	}

	.topper .top__content .top__nav .top__nav__inner > .tni__right > ul a {
	    display: block;
	    position: absolute;
	    width: calc(100% - 58px);
	    height: 50px;
	    top: 0;
	    left: 0;
	    font-size: 15px;
	    padding-left: 58px;
	}

	.topper .top__content .top__nav .top__nav__inner > .tni__right > ul a:hover {
		text-decoration: none;
		background: #f08888;
		color: #fff;
	}
	/* topper End */

	/* breadCrumb */
	.bread__crumb {
	    width: 88%;
	    max-width: 720px;
	    font-size: 16px;
	    padding: 40px 0 20px;
	}

	/* footer */
	.footer .location {
		max-width: 720px;
	}

	.footer .location .location__content {
		padding-top: 90px;
	}

	.footer .location .location__content > .location_center,
	.footer .location .location__content > .location_left,	
	.footer .location .location__content > .location_right {
		margin: 0 auto;
		float: none;
	}

	.footer .location .location__content > .location_center,	
	.footer .location .location__content > .location_left,
	.footer .location .location__content > .location_right {
		width: 84%;
		padding-left: 0%;
		margin-left: 8%;
		margin-right: 8%;
		margin-bottom: 105px;
	}

	.footer .location .location__content > .location_right {
		margin-bottom: 50px;
	}

	.footer .location .location__content > .location_right > .location_nav:nth-child(2) {
		margin-top: 105px;
		margin-bottom: 85px;
	}

	.footer .location .location__content > div .location_nav {
		font-size: 16px;
	}

	.footer .location .location__content > div .location_nav .ln_title {
	    width: 100px;
	    margin-left: 0;
	    margin-top: -64px;
	}

	.footer .location .location__content > .location_center:after,	
	.footer .location .location__content > .location_left:after {
	    display: none;
	}

	.footer .location .location__content {
	    padding-bottom: 0px;
	}

	.footer .copyright {
	    text-align: center;
	    padding-top: 20px;
	}

	.footer .copyright span {
	    font-size: 13px;
	    line-height: 18px;
	    text-align: left;
	    display: block;
	    width: 84%;
	    margin-left: 8%;
	    margin-top: 0px;
	}
	/* footer End*/
}

@media all and (max-width: 370px) and (min-width: 0px) {
	.topper .top__content .top__logo .logo__text {
		display: none;
	}
}

@media all and (max-width: 720px) and (min-width: 540px) {
	.container .mainBanner .bannerText > div {
		position: relative;
		margin-left: -242px;
		left: 50%;
	}
}

@media all and (max-width: 340px) and (min-width: 0px) {
	.topper .top__content .top__logo .logo__icon {
    width: 164px;
		height: 58px;
		margin-top: 4px;
	}
}

/* =====================================================
   Footer 修正 v8
   整合 grid + icon + 電話左對齊 + 手機版修正
   ===================================================== */

/* 1. Grid 排版 */
.footer .location .location__content {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 12px !important;
  padding: 40px !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
  height: auto !important;
}

/* 2. location_left / location_right 透明化 */
.footer .location .location__content > div {
  display: contents !important;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
}

/* 3. clearfix 不佔 grid 格位 */
.footer .location .location__content.cf::before,
.footer .location .location__content.cf::after {
  display: none !important;
}

/* 4. location_nav：flex 橫排 */
.footer .location .location__content .location_nav {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 12px 16px !important;
  margin-top: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.04) !important;
  width: auto !important;
  cursor: pointer !important;
  gap: 8px !important;
}

/* 5. 圓場名稱 + 地圖 icon */
.footer .location .location__content .location_nav .ln_title {
  position: static !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  width: auto !important;
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
  flex-shrink: 1 !important;
  min-width: 0 !important;
}

.footer .location .location__content .location_nav .ln_title::before {
  content: '' !important;
  display: inline-block !important;
  width: 12px !important;
  height: 15px !important;
  flex-shrink: 0 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23b0b0b0'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.footer .location .location__content .location_nav .ln_title a {
  color: rgb(220, 220, 220) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

/* 6. 電話號碼 + 電話 icon（固定寬度左對齊，所有圓場齊頭） */
.footer .location .location__content .location_nav span {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 5px !important;
  margin: 0 !important;
  color: rgb(240, 136, 136) !important;
  white-space: nowrap !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  flex-shrink: 0 !important;
  width: 120px !important;
}

.footer .location .location__content .location_nav span::before {
  content: '' !important;
  display: inline-block !important;
  width: 12px !important;
  height: 12px !important;
  flex-shrink: 0 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23f08888'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.footer .location .location__content .location_nav span a,
.footer .location .location__content .location_nav a[href^="tel"] {
  color: rgb(240, 136, 136) !important;
  text-decoration: none !important;
}

/* 7. Tablet：2欄 */
@media (max-width: 800px) {
  .footer .location .location__content {
    gap: 10px !important;
    padding: 30px 20px !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* 8. Mobile：1欄 */
@media (max-width: 500px) {
  .footer .location .location__content {
    padding: 20px 15px !important;
    grid-template-columns: 1fr !important;
  }

  .footer .location .location__content .location_nav {
    margin: 0 !important;
    padding: 10px 110px 10px 14px !important;
  }

  /* 避免「回置頂」按鈕遮住最後一個圓場 */
  .footer .location {
    padding-bottom: 70px !important;
  }
}

/* =====================================================
   HTML 修復備註（需在伺服器端修正）：
   台南圓場的 <a> 標籤錯誤，應修正為：
   <div class="location_nav">
     <div class="ln_title">
       <a href="/locations/tainan/" target="_blank">台南圓場</a>
     </div>
     <span><a href="tel:06-261-7598">(06)261-7598</a></span>
   </div>
   ===================================================== */
