@charset "utf-8";
/* CSS Document */
/* 移除固定背景造成的卡頓 */
.bg {
    background-image:url("../images/bg.png");
    background-attachment: scroll;  /* iOS 手機一定要 scroll */
	width: 100%;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* CSS Document */
/*TOP區塊 start*/
.fb-like{
	display:none;
}

@media (min-width: 992px) {
	.fb-like{
		display: block;
		right:45px;
		top:50px;
		width:130px;
		height:20px;
	}
}

.top_layout{
	margin-bottom: 0;
	width: 100%;
	height: 80px;
	background: #fff;
	margin-right: 16px;
	position: relative;
}


.top_logo{
	width: 150px;
  	height: auto;
	margin-top: 10px;
	margin-left: 32px;
	float: left;
	cursor: pointer;
}

.top_logo a{
	display: inline-block;
	width: 170px;
	height: 50px;
	background-image: url("../images/LOGO.svg");
    background-repeat: no-repeat;
    background-position: bottom;
}

.top_layout:after{
	content: '';
	display: block;
	clear: both;
}

.top_nav{
	display: flex;
	float: right;
	font-family: 'Airal',"微軟正黑體";
}

.top_nav .option{
	font-size: 1rem;
	color: #999;
	line-height: 60px;
	float: left;
	padding: 0 10px;
}

.top_nav .option.hideinmobile{
	display: none;
}

.top_nav .option a{
	color: #999;
	text-decoration: none;
}

.top_nav .option+span{
	display: inline-block;
	width: 1px;
	height: 14px;
	margin-top: 23px;
	background: #cccccc;
}

.top_nav .option.hideinmobile+span{
	display: none;
}

@media screen and (min-width: 768px) {
	.top_layout{
		margin-bottom: 0;
		width: 100%;
		height: 80px;
		background: #fff;
		margin-right: 16px;
		position: relative;
	}


	.top_logo{
		width: 179px;
		height: 50px;
		margin-top: 10px;
		margin-left: 32px;
		float: left;
		cursor: pointer;
	}

	.top_nav{
		margin-right: 24px;
	}

	.top_nav .option{
		font-size: 4rem;
		color: #999;
		line-height: 120px;
		float: left;
		padding: 0 20px;
	}

	.top_nav .option+span{
		display: inline-block;
		width: 1px;
		height: 30px;
		margin-top: 45px;
		background: #666666;
	}
}

@media screen and (min-width: 992px) {
	.top_layout{
		height: 80px;
		margin: 0 auto;
	}

	.top_logo{
		width: 100px;
		height: 50px;
		/* margin-top: calc((110px - 70px)/2); */
	}

	.top_nav{
		position: absolute;
		right: 24px;
    	top: 10px;
	}

	.top_nav .option{
		font-size: 1rem;
		line-height: 20px;
		padding: 0 10px;
	}

	.top_nav .option+span{
		height: 10px;
		margin-top: 5px;
		background: #cccccc;
	}

	.top_nav .option a:hover{
		text-decoration: underline;
		color: #333;
	}

	.top_nav .option.hideinmobile{
		display: block;
	}

	.top_nav .option.hideinmobile+span{
		display: block;
	}
}

/*TOP區塊 end*/



/*footer區塊 start (Warning新版) */
.Warning{
	background:#000;
	text-align: center;
	width:100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index:99999;
}

/* 20230316 JOAN 新增文字警語 */
.text-warning {
	color: #ccc;
	width: 90%;
	/* line-height: 120px; */
	font-family: 'IBM Plex Sans JP', sans-serif;
	font-size: 1.2rem;
	font-weight: 200;
	letter-spacing: 0px;
	margin:0 auto;
}
@media (min-width: 768px) {
	.Warning{
		background:#000;
		text-align: center;
		width:90%;
		/* height: 70px; */
		position: fixed;
		bottom: 0;
		left: 0;
		z-index:99999;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}
	.text-warning {
		width: 100%;
		color: #ccc;
		/* line-height:40px; */
		font-family: 'IBM Plex Sans JP', sans-serif;
		font-size: 2.5rem;
		font-weight: 200;
		letter-spacing: 10px;
		margin:0 auto;
	}
	.text-warning span {
		display: inline-block;
		white-space:nowrap;
		/* margin-top: 2px; */
	}

}

@media (min-width: 992px) {
	.Warning{
		background:#000;
		text-align: center;
		width:100%;
		/* height: 78px; */
		position: fixed;
		bottom: 0;
		left: 0;
		z-index:99999;
	}
	.text-warning {
		width: 90%;
		color: #ccc;
		/* line-height: 78px; */
		font-family: 'IBM Plex Sans JP', sans-serif;
		font-size: 2.5rem;
		font-weight: 200;
		letter-spacing: 10px;
		margin:0 auto;
	}

}
/*footer區塊 end*/


/*back top btn*/

#mylist{
	display: none;
}

#mylist_mobile{
	width: 150px;
	height: 150px;
	background-color: #f3f4f5;
	border-radius: 50%;
	position: fixed;
	right: 3%;
	bottom: 10%;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
	z-index: 999999;
	cursor: pointer;
}

#mylist_mobile a {
	width: 150px;
	height: 150px;
	display: block;
	background-image: url(../images/mylist_mobile.png);
	background-size: cover;
	background-repeat: no-repeat;
}

#back-top{
	display: none;
}

@media (min-width: 992px) {

#mylist_mobile{
	display: none;
}

#back-top {
	display: block;
    position: fixed;
    bottom: 100px;
    margin-left: 85%;
    z-index: 99;
}

#back-top a {
    width: 50px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #97b292;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 100%;
}

#back-top span {
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 7px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    background-image: url('../images/top.png');
    background-repeat: no-repeat;
    background-position: center center;
}

#back-top a:hover {
    color: #97b292;
}

#back-top a:hover span {
    background-color: #97b292;
}

#mylist {
	display: block;
    position: fixed;
    bottom: 200px;
    margin-left: 85%;
    z-index: 99;
}

#mylist p {
    display: block;
    width: 80%;
    text-wrap: normal;
    font-family: "微軟正黑體";
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}

#mylist a {
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    background-color: #ddd;
}

#mylist span {
    width: 80%;
    margin: 10%;
    display: block;
    position: relative;
    top: 12%;
    left: -1%;
    font-family: "微軟正黑體";
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}

#mylist a:hover {
    background-color: #b5b4b4;
}

	.mv{
	background-image:url("../images/2020Weinbach_paper_02_02.jpg");
	background-repeat: repeat;
	
	width:697px;
	height: 1056px;
	}
	
}

/* edm開始 */

*{box-sizing:border-box;}
html,body{margin:0;padding:0;}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans TC","Microsoft JhengHei",sans-serif;background:#fff3e4;color:#5a2a1b;line-height:1.7;}
.page{background:#fff3e4;
	width: 100%;
	max-width:1280px;
	margin:0 auto;
	padding:10px 10px 28px;
}
.hero {
  position: relative;
  min-height: 250px;
  background: #ffe0c0;
  border-radius: 24px;
  padding: 20px 10px 24px;
  overflow: hidden;
}

/* 花紋層 */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/shutterstock_2407091427.png");
  background-repeat: repeat;
  background-size: 1028px auto; /* 桌機尺寸 */
  opacity: 0.2;
  z-index: 0;

  /* 只有桌機跑動畫 */
  animation: patternBGMove 180s linear infinite;
}
/* 動畫 keyframes */
@keyframes patternBGMove {
  from { background-position: 0 0; }
  to { background-position: 1028px 0; }
}

/* 手機板：花紋大一點 + 不動畫 */
@media (max-width: 768px) {
  .hero::before {
    background-size: 420px auto;  /* 花紋大一點 */
    animation: none;              /* 不跑動畫 */
  }
}

/* 降低動態效果：幾乎靜止 */
@media (prefers-reduced-motion: reduce) {
  .hero::before {
    animation: none;
  }
}

/* 內容層級 */
.hero > * {
  position: relative;
  z-index: 1;
}
.hero-tag{position:absolute;left:12px;top:16px;background:#e24b31;color:#fff;writing-mode:vertical-rl;padding:6px 4px;font-size:0.8rem;letter-spacing:2px;border-radius:6px;}
.hero-main-title {
  text-align: center;
  margin: 28px auto 8px;
  font-size: 3rem;
  letter-spacing: 0.4rem;
  font-weight: 800;
  color: #b73d1f;

  line-height: 1.45;   /* ⬅ 上下距離拉大 */
}


.hero-main-title span {
  letter-spacing: 0.4rem;
  padding-left: 0.4rem; /* 模擬置中補償 */
}
@media (max-width: 768px) {
  .hero-main-title {
    font-size: 2.4rem;
    letter-spacing: 0.28rem;
    line-height: 1.5;
  }

  .hero-main-title br {
    margin: 0.3em 0;
  }
}
.hero-sub-title{text-align:center;font-size:2rem;letter-spacing:0.3rem;text-indent:0.3rem;color:#b73d1f;margin-bottom:12px;}
.hero-en{text-align:center;font-size:1rem;text-transform:uppercase;color:#c37e4f;margin-bottom:12px;}
.hero-note{text-align:center;font-size:1rem;color:#c37e4f;letter-spacing:0.18rem;}
.notice-bar{background:#f76945;
	color:#fff7ea;
	padding:10px 14px;
	border-radius:999px;
	font-size:2rem;
	text-align:center;
	margin:16px auto 20px;
	white-space: nowrap; /* 文字不換行← 關鍵 */
	font-size: clamp(0.85rem, 4vw, 2rem);
}
.section{background:#ffe1cf;border-radius:24px;padding:20px 12px 18px;margin-bottom:18px;}
.section--calendar{background:#ffccaf;}
.section-title{text-align:center;
	font-size:1.2rem;
	font-weight:700;
	margin:0 0 12px;
	color:#b93a1c;
	letter-spacing:0.1rem;}
.calendar-table-wrap{overflow-x:auto;
					width: 100%;
					margin: 0;
  					padding: 0;
					margin-bottom:12px;}
table.calendar{width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	border-collapse:collapse;
	font-size:1.2rem;
	line-height: 1.8rem;
	background:#ffdac2;
	border-radius:16px;
	overflow:hidden;
}
.calendar thead{background:#e24b31;color:#fff;}
.calendar th,.calendar td{box-sizing: border-box;
	padding:2px 0.5px;
	text-align:center;
	border:1px solid #ffc2a6;
	min-width:50px;
}
.cell-holiday{background:#ff7c66;color:#fffaf4;font-weight:600;}
.cell-holiday-half{background:#f6651d;color:#fffaf4;font-weight:600;}
.cell-peak{background:#ffe88a;color:#815400;}
.cell-notes{background:#44a868;color:#fff;font-weight:700;}
.cell-resume{background:#2f9b59;color:#fff;font-weight:700;}
@media (max-width: 768px) {

  /* 外層不允許左右滑 */
  .calendar-table-wrap {
    overflow-x: hidden;
  }

  table.calendar {
    width: 100%;
    font-size: 1rem;        /* 手機字體放大 */
    line-height: 1.4;
  }

  .calendar th,
  .calendar td {
    min-width: 0;           /* 關鍵：取消最小寬 */
    padding: 8px 2px;       /* 撐滿高度、壓縮寬度 */
    text-align: center;
    word-break: break-word;
	white-space: normal;   /* 允許自動換行 */
  }

  /* 星期列字體微放大 */
  .calendar thead th {
    font-size: 1.05rem;
    padding: 10px 0;
  }
}
.highlight-box{background:#fff;
				border-radius:24px;
				padding:2rem 2.5rem;
				text-align:center;
				margin-bottom:18px;
				box-shadow:0 6px 14px rgba(0,0,0,0.05);
			}
.highlight-main{font-size:1.8rem;
			text-align: justify;
			font-weight:600;
			line-height: 3rem;
			margin-bottom:12px;
			}
.highlight-sub{font-size:1.8rem;
			text-align: justify;
			background:#ffebbe;
			width: 100%;
			margin: auto;
			position: relative;
			padding: 1.5rem;
			border-radius: 7px;
			color: #5b2b16;
			z-index: 1; /* 內容層 */
			}
.highlight-sub::before{
			content: "";
			position: absolute;
			inset: 0;
			background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
			background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
			background-size: cover;
			background-position: center;
			opacity: 0.5; /* 背景圖片透明度 */
			border-radius: 7px;
			z-index: -1;
			}

.highlight-sub:after {position: absolute;
				content: '';
				top: 100%;
				left: 30px;
				border: 15px solid transparent;
				border-top: 15px solid #ffebbe;
				opacity: 0.5; /* 背景圖片透明度 */
				width: 0;
				height: 0;
				z-index: -1;
				}
.pill,
.pill_b {
  display: inline-flex;
  align-items: center;
  background: #ff4e2b; /* pill_b 會被覆蓋 */
  color: #fff;
  padding: 0 12px;
  height: 3rem;
  line-height: 1;
  font-size: 1.8rem;
  border-radius: 999px;
  margin: 5px;

  white-space: nowrap;   /* 不換行 */
  flex-wrap: nowrap;     /* 防止 flex 斷行（保險） */
}
.pill_b {
  background: #585858;
}
.faq-grid{display:flex;
		flex-direction:column;
		gap:12px;
		margin-bottom: 12px;
	}
@media (max-width: 768px) {
  .pill,
  .pill_b {
    font-size: 1.5rem;
  }
}
.faq-item{
  background:#f8f5f1;
  border-radius:24px;
  padding:.5rem;
  box-shadow:0 4px 12px rgba(0,0,0,0.04);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .5s ease-out, transform .5s ease-out;
  will-change: opacity, transform;
}

.faq-item.is-visible{
  opacity: 1;
  transform: translateY(0);
}
.faq-q{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;background:#ff6b41;color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:8px;}
.faq-a{text-align: justify;
padding-left: 20px;
width: 95%;
font-size:1.2rem;
color:#5b2b16;
line-height: 2.5rem;
}

.reminder{background:#fdfaf9;
		background-image: url("../images/5333375.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		border-radius:24px;
		padding:2rem;
		margin-bottom:18px;}
.reminder-title{font-size:1.5rem;
				font-weight:700;
				margin-bottom:12px;
				text-align:left;
				color:#b93a1c;
				letter-spacing:0.12rem;}
.reminder-list{list-style: decimal;
				padding-left:1.2rem;/* 讓數字有空間 */
				margin:8px 0 0;}
.reminder-list li{margin-bottom:6px;
	font-size:1.2rem;
	color:#5b2b16;
	line-height: 2.5rem;
	text-align: justify;
	}
.reminder-list li::marker {
  font-weight: bold;
}
.underline {
  display: inline;
  background: linear-gradient(#FFC778, #FFC778) 0 100% / 100% 3px no-repeat;
  padding-bottom: 0.2rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone; /* Safari 必加 */
}
.legal{width: 90%;
	font-size:0.8rem;
	color:#8d756d;
	text-align:justify;
	margin: auto;
	margin-top:10px;
	margin-bottom: 80px;
	line-height:1.6;
	}
.fake-hr{display: block;
		width: 80%;
		max-width: 800px;
		margin: 20px auto;
		border-top: 2px dotted #786565;
		}