﻿@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;
}


body{
	font-family: 'Noto Sans TC', sans-serif;
background:
    radial-gradient(#FFF 2px, transparent 2px) 15px 15px,
    radial-gradient(#EEE 4px, transparent 4px) 0 0,
  linear-gradient(to bottom, #f8f8f8 0%, #f8f8f8 50%, #f8f8f8 100%);
  background-size: 36px 36px, 36px 36px, 100% 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:1200px; margin:0 auto;
  height:2348px;	 }
 	@media screen and ( max-width: 768px ){
		#WRAPPER{ min-width:100%;  height:auto;overflow:hidden;
		margin-bottom:130px;}
	}

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

header img{	
	padding-left:15px;
	}


article{
	width:100%;
  height:auto;	
  overflow:hidden;
	margin:0 auto;
	text-align:center;		

}

#title{
	width:100%;
  height:350px;	
	overflow:hidden;
	margin:0 auto 0 auto;
	text-align:center;
	}	
	
#BANNER_m{display:none;}


	 @media screen and ( max-width: 768px ){
		
header img{
	width:60%;
	padding-left:5px;
	}	
	
	#title{
		display:none;
		}	
		#BANNER_m{
		display:block;
		width:100%;
		margin:0;
		padding:0;
			}
		#BANNER_m img{
			width:100%;
			margin:0;
			padding:0;
			right:0;
			}

	}



section{
	width:1100px;
	height:auto;
	overflow:hidden;
	margin:150px auto 10px auto;
	}	

h1{
	width:690px;
	font-size:1.35rem;
	line-height:1.5;
	letter-spacing:1px;
	text-align:left;
	text-align: justify;
	top:380px;
	position: absolute;
	z-index:9999;

	}
	
section div{
	height:auto;
	overflow:hidden;
	margin:20px auto 0 auto;
	}	

img.pc{
width:410px;top:190px;margin-left:150px;position: absolute;
}

h2{
	font-size:1.35rem;
	color:#cc0066;
	font-weight:bold;
		text-shadow: -2px -2px 0 #FFF,
              2px -2px 0 #FFF,
              -2px 2px 0 #FFF,
              2px 2px 0 #FFF;
	background:rgba(255,255,255,0.85);
	padding:10px;
	line-height:1.3;
	letter-spacing:1px;
}

section div ul{
	font-size:1.15rem;  
	display: grid; /* 預設區塊模式 */
	grid-template-columns: repeat(3, 1fr); /* 固定 3 欄 */
	gap: 25px; /* 間距 */
	margin:0 auto;
	background:rgba(255,255,255,0.85);
	padding:0 10px 0 10px;
	}	
	
section div ul li {
	background:rgba(212,236,223,0.75);
	padding:10px;
	border-radius: 10px;
	}	
section div ul li h1{
	text-align:center;
	font-weight:bold;
	color:#009944;
	padding:0;
	width:auto;position: static;
	}	
section div ul li h2{
	font-size:1.5rem;
	color:#111;
		text-shadow:none;
	background:none;
	padding: 5px 0 10px 0;
	line-height:1.3;
	}	

section div ul li p{
	line-height:1.5;
	color:#006428;
	}	
	
h2.note{
	font-size:1.15rem;
	color:#333;
	font-weight:550;
		text-shadow:none;
	padding:10px 25px 25px 25px;
	line-height:1.8;
	letter-spacing:1px;
	text-align:left;
}
	
p.note{
	font-size:1.5rem;
	font-weight:bold;
		text-shadow: -2px -2px 0 #FFF,
              2px -2px 0 #FFF,
              -2px 2px 0 #FFF,
              2px 2px 0 #FFF;
	padding:5px 0;
}
h2 span{
	width:10px;
	height:10px;
	background:#5a4398;
	display:inline-block;
	margin-right:10px;
	margin-bottom:2px;
}
h2 mark.intro{
	background:none;
	color:#5a4398; 
	font-weight:bold; 
	font-size:1.35rem;
}

	
section div ul.freeback{
	font-size:1rem;  
	display: grid; /* 預設區塊模式 */
	grid-template-columns: repeat(1, 1fr); /* 固定 3 欄 */
	gap: 10px; /* 間距 */
	margin:5px auto 0 auto;
	background:none;
	padding:0 ;
	}	

section div ul.freeback li {
	background:rgba(255,255,255,0.35);
	}	

h2.note.ps{
	font-size:0.985rem;
	line-height:2;
	}	

h2.note img{
	width:130px;
	height:auto;
	float:left;
	margin:5px 15px 5px 5px;

}


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%;
	margin:10px auto 10px auto;
	}	

h1{
	width:90%;
	font-size:1rem;
	top:auto;
	position: static;
	margin:0 auto;
	}
	
section div{
	height:auto;
	overflow:hidden;
	margin:10px auto 0 auto;
	}	
img.pc{
	display:none;
	}
h2{
	font-size:1.15rem;
	padding:5px ;
}

section div ul{
	font-size:1.05rem;  
	grid-template-columns: repeat(1, 1fr); /* 固定 3 欄 */
	padding:0 10px 0 10px;
	gap: 5px; /* 間距 */
	}	
section div ul li h2{
	font-size:1.3rem;
	}	

section div ul li p{
	line-height:1.5;
	color:#006428;
	}	

h2.note{
	font-size:1.05rem;
	padding:5px 15px 5px 15px;
}
	
p.note{
	font-size:1.25rem;
}
h2 span{
	width:5px;
	height:5px;
	margin-right:5px;
}
h2 mark.intro{
	font-size:1.05rem;
}

section div ul.freeback{
	font-size:0.895rem;  
	}	


h2.note.ps{
	font-size:0.8rem;
	line-height:2;
	}	

h2.note img{
	width:120px;
	float:none;
	display:block;

}


	}	

img.img_top{       
  position: fixed;
  bottom: -5px;
  right: 0;
  width:17%;
	z-index:9999;
}

#navFixed {
  z-index: 10;          
  position: fixed;
  bottom: 0;
  left: 0;
  min-width: 100%;
	text-align:center;
	background:#FFF;
	font-size:1.8rem;
	padding:20px 0;
	border-top:1px solid #CCC;
}

#navFixed span{
color:#8B3E2F;
font-weight:550;
}


#navFixed .spec-price{
color:#B03060;
border-bottom:2px solid #5a4398;
padding-bottom:3px;
margin: 0 5px;
}

#navFixed .spec-price span
{
color:#B03060;
font-weight:900;
}



button {
    width:auto;
    font-size: 1.45rem;
    background: #ea545d;
    color: #fff;
    padding: 8px 30px;
    margin: 0 10px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

button:hover {
    background: #d43d4a;
}




 	@media screen and ( max-width: 768px ){
 	
img.img_top{       
display:none;
}


#navFixed {
	font-size:1.35rem;
	padding:5px 0;
}

#navFixed span{
color:#8B3E2F;
font-weight:550;
}


#navFixed .spec-price{
color:#B03060;
margin: 10px;
display:inline-block;
}

#navFixed .spec-price span
{
color:#B03060;
font-weight:900;
}



button {
    width:auto;
    font-size: 1.25rem;
    background: #ea545d;
    color: #fff;
    padding: 8px 30px;
    margin:5px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

}




/* 彈跳視窗背景 */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

/* 彈跳視窗內容 */
.modal-content {
    background: white;
    padding: 10px;
    border-radius: 10px;
    width: 650px;
    margin: 5% auto 5% auto;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.3s ease-in-out;
}

/* 關閉按鈕 */
.close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}


/* 連結 */
.modal-content a {
    color: #f47721;
    text-decoration: none;
    margin-left: 10px;
    font-size: 0.9rem;
    background:none;
}


	
table{
	width:100%;
  border-collapse: collapse;
	font-size:1.15rem;
  background: rgba(255, 255, 255, 0.5);
}

table.login{
	width:100%;
}

table thead{
	font-weight:bold;
	
}
table thead td{
	padding:10px 0;
	line-height:1.8;
}
table.login thead td, 
table.login tfoot td{
	padding:5px 0 10px 0;
	text-align:center;
}
	
table tbody tr{
  border: solid 1px #CCC;
}

table tbody th{
  width:25%;
  height:auto;
	font-weight:500;
  align-content: center;
	background:#5a4398;
	color:#FFF;
}

table tbody td{
  width: auto;
  padding: 15px 0 15px 20px;
	color:#111;
	text-align:left;
	line-height:1.8;
	font-size:1.25rem;
}

table tbody tr:last-child td{
  text-align:center;
  margin:0 auto;
}


input[type=text], input[type=password] {
  width:80%;
  padding: 10px 15px;
  margin:  0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
	font-size:1.25rem;
}

input[type=text].shot{
	width:30%;

}
input[type=text].long{
	width:50%;

}

input[type=radio], input[type=checkbox]{
	height:18px;
	width:18px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-right:8px;
  margin-left:8px;
}


table button {         
  width: auto;
	padding:5px 20px ;
  border-radius:15px; 
  opacity: 0.85;
	font-size:1.15rem;
}



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

/* 彈跳視窗內容 */
.modal-content {
    width: 100%;
}

table button {         
  position: static;
  top:auto;
  width: auto;
	text-align:center;
	padding:10px 15px ;
  border-radius:15px; 
  opacity: 0.85;
	font-size:1.15rem;
}

	
table{
	width:100%;
  border-collapse: collapse;
	font-size:1.05rem;
}

table tbody th{
  width:22%;
}

table tbody td{
  width: auto;
	font-size:1.15rem;
}


input[type=text].shot{
	width:70%;

}
input[type=text].long{
	width:95%;

}


input[type=text], input[type=password] {
  width:90%;
  padding: 5px 15px;
}
 	
 	}