@charset "utf-8";
/* CSS Document */


@media all and (max-width: 800px) {
li.phone {
	display: none;
    }
	.Header {
	padding: 1em;
    }

/* Header */	
.block-frame {width:100%; height:76px;background-color:#fff;z-index:100;position: fixed;margin-top:0;}
.header-logo  {height: 50px;padding: 0 0;}
.header-logo a img{width: 120px;}
.border-1{width:100%; height:8px;margin-top: 76px;right: 0;background:#0087dc;position: fixed; z-index: 50;}
.border-2{width:40%; height:8px;margin-top: 0px;right: 0;background:#64d7d7;position: fixed;z-index: 100;}
.border-3{width:20%; height:8px;margin-top: 0px;right: 0;background:#b9eb5f;position: fixed;z-index: 150;}
.topLink {
	margin-right: 1em;
    }
	img.headBigImg{
		display: none;
	}
	img.headSmallImg{
		display: block;
		width: 100%;
		margin-top: -10px;
	}

/* Contents */	
.main { padding: 80 0; margin: 0; font-size: 1rem; min-height: 100vh; color:#333;background: url("../img/timtos_card-bg.png") repeat-y center center;background-size: cover; font-weight: 400;z-index: 0;position: relative;}
	
/*text position*/
.text-center{text-align: center !important;}
.text-box{text-align: center !important;}
.main{width: 100%;padding-top: 90px;padding-bottom:75px;z-index: 0;}
.main{width: 100%;height: 100%;}
.main{max-height:100vh;height: 100vh;}
iframe{border: none;position:center !important;width: 100%; }
.main section:last-child{padding-bottom: 130px;}
.draw section{padding-left: 550px;}
.container{position:relative; width: 100%; height: 800px;}

	
/*內容*/
h1 {
	font-size:1.5rem;
}

h2 {
	font-size:1rem;
}

h3 {
	font-size:1rem;
}

footer {
	display: none;
}