﻿@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:url(images/bg.png) ;
	background-repeat: no-repeat;
	background-position: center;
	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%;}
	}

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


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


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;
	}	
	
#BANNER_m{display:none;}


	

.class{
	width:955px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}

.class ul{
	margin:25px auto 10px auto;
	font-size:1.5rem;
	color:#111;
	font-weight:500;
		text-shadow: -2px -2px 0 #FFF,
              2px -2px 0 #FFF,
              -2px 2px 0 #FFF,
              2px 2px 0 #FFF;
}
.class ul li{
	margin:20px 0;
}

.class ul li span{
	color:#910000;
	padding-right:15px;
}
	

 	@media screen and ( max-width: 768px ){
	#title{
		display:none;
		}	
		#BANNER_m{
		display:block;
		width:100%;
		margin:0;
		padding:0;
			}
		#BANNER_m img{
			width:100%;
			margin:0;
			padding:0;
			right:0;
			}
			
	.class{
		width:95%;
		height:auto;
		overflow:hidden;
		margin:0 auto;
	}
	
	.class ul{
		margin:10px auto;
	}
	.class ul li{
		font-size:1.15rem;
		margin:20px 0;
	}
	
	.class ul li span{
		font-size:1.25rem;
		padding-right:0;
		display:block;
		margin-bottom:10px;
	}

	
	}


section{
	width:960px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	line-height:1.5;
	}	
	
section div{
	width:750px;
	height:auto;
	overflow:hidden;
	margin:25px 0;
	}	

h1{
	width:120px;
	background:#008c96;
	color:#FFF;
	border:4px solid #FFF;
	font-size:1.25rem;
	display:block;
	padding:5px;
	margin:10px 0;
	border-radius: 10px;
	LETTER-SPACING:3px;
	text-align:center;
}
h2{
	font-size:1.65rem;
	color:#7f181b;
	font-weight:bold;
		text-shadow: -2px -2px 0 #FFF,
              2px -2px 0 #FFF,
              -2px 2px 0 #FFF,
              2px 2px 0 #FFF;
}

.teacher img{
	display:block;
	width:200px;
	float:left;
	margin-right:20px;
}
.teacher ul {
	margin:5px;
	font-size:1.15rem;
}
.teacher ul li{
	margin:5px;

}


.info{
  z-index: 999999;          
  position: fixed;
  bottom:1.5%;
  right: 0;
  width: 300px;
	text-align:center;
	background:rgba(255,255,255,0.75);
	padding:0 15px ;
  border-radius: 15px 0 0 15px; 

}	
.product-intro-text {
    font-size: 1.3rem;
    color: #333;
    padding:10px 0 ; 
    text-align:left;
    font-weight: 500;
		margin: 0;
		line-height:1;
    }
    
.product-intro-text ul li{
    font-size: 1.2rem;
    margin:5px 0;
    line-height:1.5;
    }
    
.product-intro-text span{
    font-weight: bold;
    font-size: 1.35rem;
    padding-left:15px;
    color: #004485;
		text-shadow: -2px -2px 0 #FFF,
              2px -2px 0 #FFF,
              -2px 2px 0 #FFF,
              2px 2px 0 #FFF;
    }
    

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

button:hover {
    background: #d43d4a;
}


.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 ){
 	
section{
	width:100%;
	}	
	
section div{
	width:95%;
	margin:25px auto;
	}	

h2{
   text-align:center;
}

.teacher img{
	width:180px;
	float:none;
	margin: 0 auto;
}
.teacher ul {
   text-align:center;
}



.info{       
  position: static;
  top:auto;
  right: 0;
  width: 95%;
	text-align:center;
	background:none;
	padding:0 ;
	margin-top:0;
  border-radius: 15px 0 0 15px; 

}	
.product-intro-text {
    font-size: 1.25rem;
		text-shadow: -2px -2px 0 #FFF,
              2px -2px 0 #FFF,
              -2px 2px 0 #FFF,
              2px 2px 0 #FFF;
    }
    
.product-intro-text span{
    font-size: 1.8rem;
    }
    
.product-intro-text ul li{
    font-size: 1rem;
    }
    
    
.product-intro-text ul li span{
    font-size: 1.3rem;
    }
    

button {
  z-index: 999999;          
  position: fixed;
  top:45%;
  right: 0;
  width: auto;
	text-align:center;
	padding:10px 15px ;
  border-radius: 15px 0 0 15px; 
  opacity: 0.85;
}

 	
 	}
	

/* 彈跳視窗背景 */
.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:65%;
  border-collapse: collapse;
	font-size:1.15rem;
}

table.login{
	width:100%;
}

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

table tbody th{
  width:25%;
  height:auto;
	font-weight:500;
  align-content: center;
	background:#008c96;
	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=radio]{
	height:18px;
	width:18px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-right:8px;
  margin-left:8px;
}



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

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

table tbody th{
  width:20%;
}

table tbody td{
  width: auto;
}


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