﻿@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");


/* ---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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, fREigure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1; 
}
ol, ul, li{
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---reset.css--- */
a { text-decoration:none;}

html {	
	-webkit-text-size-adjust:none;
	scroll-behavior: smooth; 
	font-family:'Noto Sans TC', sans-serif;
}

body{
background: linear-gradient(to bottom,  #bbdcf1 0%,#8ecff3 50%,#88ccf4 100%); 
}


 	@media screen and ( max-width: 768px ){
		*{
			box-sizing:border-box; /* 讓 padding 與 width 解除關係 */
		}
		html,body{
			-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
		}
	}

/* --電腦版型------------------------------------- */


#WRAPPER{
	width:100%; 
	min-width:1100px; 
	margin:0 auto; 
	background:url(images/ribbons.png) no-repeat;
	background-position: top center;
}

header{
	clear:both;
	width:100%;
	margin:0 auto;
	background-color:#727171;
	padding:5px 0;
	}	

header img{
	padding-left:15px;
	}	

	@media screen and ( max-width: 768px ){
	#WRAPPER{ min-width:100%;}
	header img{
	width:80%;
	padding-left:5px;
	}	
}
	
article{
	width:100%;
	margin:0 auto;
	}

#title{
	width:100%;
	margin:0 auto;
	text-align:center;
	}	
	
	
#title img{
	width:100%;
	}	
	
	
#title_m{
	display:none;
	}

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

#title{
		display:none;
	}		

	#title_m{
		display:block;
		}

	#title_m img{
		width:100%;
		}


	}


section{
  width: 1200px;
 	height:auto;
	overflow:hidden;
  padding: 10px;
  margin:0 auto 20px auto;
  text-align:center;
	}	
	

footer{
	clear:both;
	width:100%;
	margin:0 auto;
	background:#4B3100;
	color:#FFF;
	padding:8px 0;
	text-align:center;
	font-size:0.85rem;
	line-height:1.5;
}


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

section{
  width: 100%;
  padding: 0 5px 10px 5px;
  margin:0 auto 10px auto;
	}	
	

footer{
	font-size:0.75rem;
	line-height:1.5;
}

footer span{
	display:block;
}


}

	
	.tab_css{
	display:flex;
	flex-wrap:wrap;
	column-gap:1px;
  row-gap: 10px;
	}
	
	.tab_css input{display:none}
	
	.tab_css label{
	padding: 10px 20px; 
	cursor: pointer; 
	font-size:1.55rem;
	border-bottom:1px solid #111;    
  margin:10px auto;
	text-align:center; 
	}
	
	
	.tab_css input:checked + label, .tab_css label:hover{
	font-weight:900;
	font-size:1.85rem;
	color:#e50065;
	border-bottom:3px solid #e50065;
	}
	
	 .tab_css label a{
	font-weight:900;
	font-size:1.85rem;
	color:#e50065;
	padding-bottom:3px; background:#e50065;
	color:#FFF;
	padding:5px 15px;
	}
	
	.tab_css input:checked + label + .tab_content{display: initial;}
	
.tab_content{
	order:1;
	display: none;
	width:100%;
	border-radius:10px;
	background:#f8f2f2;
	font-weight:350;
	}
	
.tab_content div{
	width:90%;
	height:auto;
	overflow:hidden;
	margin:5px auto;
	text-align:left;
	border-bottom:1px solid #CCC;
	padding:20px 0;
}
.tab_content div:last-child{
	border-bottom:none;
}
	
.tab_content a{
	color:#0065ac;
	margin:0 3px;
	font-weight:750;
	font-size:1.5rem;
	}
	
.tab_content h1{
	font-size:1.85rem;
	color:#c9011e;
	padding:5px 10px;
	margin:0 auto;
	font-weight:550;
  letter-spacing: 3px;
	text-align:center;
	}
	
.tab_content p{
	width:90%;
	font-size:1.25rem;
	margin:15px auto;
	line-height:1.8;
	}
	
.tab_content div.topic  {
	border-bottom:none;
	padding: 0;
	text-align:center;
	}
	
	
div.topic span{
	font-size:1.35rem;
	padding:5px 10px;
	margin:5px 15px 15px 15px;
	background:#ed038a;
	display:inline-block;
	color:#FFF;
	}

.tab_content div.way  {
	width:85.5%;
	text-align:left;
	border-bottom:none;
	padding: 0;
	
	}
	
div.way span {
	padding:0 5px;
	font-size:1rem;
	margin:0 10px 0 0;
	border:2px solid #0c7384;
	border-radius:30px;
	}
	
button {
	border:none;
   cursor: pointer;
    border-radius: 4px;
    background: #fff103;
    color: #111;
    font-weight: bold;
  letter-spacing: 3px;
  	padding:1px 15px;
  
	}

 button:hover {
    background: #ffffff;
    box-shadow: 0px 2px 10px 5px #fff103;
    color: #111;
}
.tab_content ul{
	margin: 0 auto;
	text-align:center;

}

.tab_content li{
	margin:35px auto;
	font-size:1.65rem;
	font-weight:bold;

}
.tab_content li span{
	background:#0c7384;
	color:#FFF;
	font-size:1.35rem;
	margin-right:10px;
	padding:3px 8px;
}

.tab_content div.info p{
	font-size:1rem;
  text-indent: -1em;
  padding: 0 1em 0 2em;
}


 	@media screen and ( max-width: 768px ){
 	
	.tab_css label{
	padding: 5px 5px; 
	font-size:1rem;
	}
	
	
	.tab_css input:checked + label, .tab_css label:hover{
	font-size:1rem;
	}
	
	
.tab_content div{
	width:95%;
	margin:5px auto;
	padding:10px 0;
}
.tab_content a{
	font-size:1.35rem;
	}
	
.tab_content h1{
	font-size:1.5rem;
	}
	
.tab_content p{
	width:95%;
	font-size:1.15rem;
	}
	
	
div.topic span{
	font-size:1.235rem;
	margin:5px 10px 15px 10px;
	}

.tab_content div.way  {
	width:95%;
	
	}
	
	
button {
  	padding:5px 15px;
  	margin:5px auto;
  	display:block;
	}


.tab_content li{
	font-size:1.35rem;

}
.tab_content li span{
	font-size:1.25rem;
}

.tab_content img{
	width:100%;
	margin:0 auto;
	text-align:center;
}
 	
 	
 	}