﻿@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, figure, 
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:
linear-gradient(to bottom, rgba(229, 111, 151, 0.55), rgba(0, 80, 143, 0.85) 80%),url(images/bg.png) ;
	
background-attachment: fixed;
background-size: cover ;
}

 	@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; }
 	@media screen and ( max-width: 768px ){
		#WRAPPER{ min-width:100%;}
	}
	
header{
	clear:both;
	width:100%;
	margin:0 auto;
	background-color:#727171;
	padding:5px 0;

	}	
	
header img{	padding-left:15px;
	}


#BANNER_m{display:none;}


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

	}


article{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	}

	
#title{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto 0 auto;
	text-align:center;
	}	
	
	
 	@media screen and ( max-width: 768px ){
 	
article{
	width:100%;
	margin:0 auto;
	height:auto;
	}
#title{
display:none;
	}	
}	

.class{
	width:900px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
  font-family: Arial;
}
	
.info{
	width:455px;
	height:auto;
	overflow:hidden;
	background:#FFF;
	margin:10px auto;
	padding:0 10px 0 15px;
  border-radius: 15px; 
	float:left;  
	z-index:999;position: relative;

}
.info:last-child{
	width:380px;
	background:none;
	float:right;
  line-height:1.5;
	letter-spacing: 0.08em;
}
	

.info ul li{
	margin:20px 0;
	font-size:1.35rem;
	color:#0068b7;
	font-weight:550;
}
.info ul li span{
	width:10px;
	height:10px;
	background:#0068b7;
	display:inline-block;
	margin-right:10px;
}
.info ul li p{
	color:#111;
	font-weight:400;
	font-size:1.15rem;
	padding-left:20px;
	margin:10px 0;
	
}
	
.product-intro-text {
    font-size: 1.35rem;
    color: #FFF;
    margin-bottom: 10px; 
    }
    
.product-intro-text span{
    font-weight: bold;
    font-size: 1.6rem;
    padding-left:15px;
    color: #004485;
		text-shadow: -1px -1px 0 #FFF,
              1px -1px 0 #FFF,
              -1px 1px 0 #FFF,
              1px 1px 0 #FFF;
    }
    
    
.product-intro-text .spec-price {
    font-weight: bold;
    color: #004485;
    margin:10px 0 3px 0;

    }
    
.product-intro-text .orig-price {
	display:block;
    font-size: 1rem;
    color: #333;
    text-decoration: line-through; 
    margin:10px 0 5px 0;
    }



.info button {
    width: 300px;
    padding: 8px 10px;
    background: #EEAD0E;
    border: 1px solid #EEAD0E;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s;
    margin:15px 3px 0px 3px;
    color: #FFF;
    font-size:1.5rem;
    LETTER-SPACING:3px;
}

section{
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	margin:0 auto;
	line-height:1.5;}	
	
section div{
	width:890px;
	height:auto;
	overflow:hidden;
	text-align:left;
	margin:5px auto;
	}	
	
section h1{
	color:#FFF;
	font-size:1.85rem;
	font-weight:650;
	margin:15px 0;
	background:#00693e;
	display:inline-block;
	padding:5px 10px;
}
section h2{
	color:#fff300;
	font-size:1.7rem;
	font-weight:650;
	margin:5px 0 15px 0;
}
#teacher span{
	width:10px;
	height:10px;
	background:#FFF;
	display:inline-block;
	margin-right:10px;
  border-radius: 50px;

}
section p{
	color:#FFF;
	font-size:1.3rem;
	margin:15px 0;
	
}
section iframe{
width:450px;
height:280px;
position: absolute;
margin-top:-270px;
margin-left:350px;
}
 	
.ps p{
	font-size:0.985rem;
  text-indent: -1.1em;
  padding: 0 1.1em 0 2em;
	margin:5px 0;
}

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 ){
 	
.class{
	width:100%;
}
	
.info{
	width:90%;
	float:none;  
}
.info:last-child{
	width:80%;
	float:none;
	
}
	
.info ul li{
	margin:20px 0;
	font-size:1.1rem;
}
.info ul li span{
	margin-right:5px;
}
.info ul li p{
	font-size:1rem;
	padding-left:15px;
	line-height:1.35;
	
}
	
.product-intro-text {
    font-size: 1.15rem;
    }
    
.product-intro-text span{
    font-size: 1.55rem;
    }
    
    
.product-intro-text .orig-price {
    text-align:center;
    }

.info button {
    padding: 8px 10px;
    margin:5px auto;
    color: #FFF;
    font-size:1.5rem;
    LETTER-SPACING:3px;
}

section div{
	width:90%;
	margin:5px auto;
	}	
	
section h1{
	font-size:1.45rem;
	margin:15px 0;
}
section h2{
    font-size:1.5rem;
}
section p{
	font-size:1.15rem;
	
}
section iframe{
width:370px;
height:230px;
position: static;
margin:0 auto;
}
 	
.ps p{
	font-size:0.85rem;
  text-indent: -1.1em;
  padding: 0 1.1em 0 2em;
	margin:5px 0;
}

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

table{
	width:100%;
  border-collapse: collapse;
  margin:30px auto 0 auto;
	font-size:1.25rem;
	text-align: center;
}

table thead{
	font-weight:bold;
	line-height:1.8;
}
	
table tbody{
}

table tbody tr{
  border: solid 1px #EEE;
}

table tbody th{
  width: auto;
  height:auto;
	font-weight:500;
  align-content: center;
	background:#118bc8;
	color:#FFF;
}

table tbody td{
  width: 80%;
  padding: 15px 0 15px 20px;
	color:#FFF;
	text-align:left;
}
table tfoot td{
  width: 80%;
  padding: 15px 0;
}


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

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


input[type=submit]{
   border: 1px solid #FFFFFF;
   border-radius: 8px;
   color: #FFFFFF;
    font-weight: bold;
    text-align: center;
  letter-spacing: 3px;
    transition-duration: 0.4s;
    padding: 5px 25px;
    box-shadow: 0 5px 15px #ffc2e5;
  	letter-spacing: 3px;
  	margin:0 10px 0 10px;
   cursor: pointer;
		font-size:1.5rem;
    background: #ff4f81;
}

table tbody td span{
	float:left;
}

table a {
	font-size:1rem;
	margin:0 8px ;
	background:#97cfac;
	color:#FFF;
	padding:3px 5px;
	}
	
table button {
	border:none;
	background:#118bc8;
	color:#FFF;
	font-size:1.35rem;
   cursor: pointer;
	padding:5px 8px 5px 8px;
	font-weight:550;
	display:inline-block;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	
	}

#navFixed {
  z-index: 999999;          
  position: fixed;
  bottom: 0;
  left: 0;
  min-width: 100%;
	text-align:center;
	background:#FFF;
	padding:10px 0;
box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

#navFixed input[type=submit]{
	font-size:1.655rem;
}


/* 彈跳視窗背景 */
.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;
}






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

table{
	width:100%;
  margin:20px auto 0 auto;
	font-size:0.985rem;
}
	
table td{
  width: 80%;
}

table tbody td{
  width: 80%;
  padding: 15px 0 15px 10px;
}

input[type=text], input[type=password] {
  width:95%;
  padding: 8px;
	font-size:1.05rem;
}
input[type=radio]{
	height:15px;
	width:15px;
  margin-right:5px;
  margin-left:5px;
}


input[type=submit]{
    padding: 5px 15px;
		font-size:1.125rem;
}



}


/* -- sidemanu for pc -- */
.side-menu{
	position: fixed;
	width: 45px;
	top:30%;
	right:5px;
	box-sizing: border-box;
	flex-direction: column;
	transform: translateX(0);
	transition: .3s;
	z-index:9999;
}

.side-menu button{
	text-decoration: none;
	font-size:1.5rem;	
	font-weight: 900;
	line-height:1.2;
	border-radius:20px;
 color:#333;
 border:none;
 padding:10px 5px;
    cursor: pointer;
	opacity:0.75; 
}

.side-menu button:hover{
	opacity:1; 
}

nav ul.area2 li img{
width:30px;
	text-align:center;
	margin:0 auto;
}

	@media screen and ( max-width: 768px ){
.side-menu{
	width: 35px;
}

.side-menu button{
	font-size:1.15rem;	
	opacity:1; 
}
nav ul.area2 li img{
width:20px;}


	}
