
* {
	box-sizing: border-box;
}

body {
	display: block;
	font-family: "Noto Sans TC", "Times New Roman", 
		"微軟正黑體", "新細明體", arial, sans-serif;
	line-height: 1.6;
	color: rgb(0, 0, 0);	
	margin: 0px 0px;

}
a {
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
h2
{
	color: #0874b8;
}



img {
	max-width: 80%;
}
/*=================     */



.main-header {
	display: flex;
	align-items:center;
	justify-content: space-between;
	padding-bottom: .5em;
	position: fixed;
	z-index: 10;
	width: 100%;

	height: 80px;
	background: white;
	padding: 20px 20px;
	box-shadow:0 1px 6px 0 rgba(32, 33, 36, 0.28);
}
main{
	min-height: calc(100vh - 110px);
	padding-top: 80px;
	padding-bottom: 40px; 
}
.main-footer {
	background: #d9e4ea;
	text-align: center;
	padding: 0.5em 0;

	position: relative;
	height: 110px;

}
.main-nav
{
	display: flex;
	align-items:center;
	margin: 0px 20px;
}


.name a{
	color: #0874b8;
	font-family: "Comic Sans MS";
	font-size: 0.9em;
	margin: 0;
}

.name a,
.time_remain,
.main-nav a {
	display: block;
	text-align: center ;
	margin: 0px 10px;	
}
.time_remain{
	font-size: 1.5em;
	color: #c20f0f;
}


.main-nav a
{
	font-size: 1.1em;
	color: rgb(0, 0, 0);	
	padding: 7px 0px;
	/* border: 1.4px black solid; */
	border-radius: 15px;
	cursor:pointer;
}	

.main-nav img
{
	cursor:pointer;
}



.main-nav a:hover
{
	color: #3788bb;
}
#member_name{
	margin-left: 20px;
	font-size: 1em;
	
	white-space: nowrap;
}



.banner {
	color: #fff;
	/* background: rgb(5, 5, 95); */
	background: rgb(11, 2, 58);
	padding: 0.8em 0;
	margin-bottom: 48px;
	text-align: center;

	width:100%;height:500px;position:relative;
	overflow:hidden;display:block;

}
.banner img {
	height:350px;
	margin-top: 30px;
}

.banner>.visual{
	position:absolute;width:100%;height:100%;
	opacity:0;
	transition:opacity 1s;
}
.banner>.current{
	opacity:1;
} 
.dibao {
	display: flex;
	flex-direction: row;
	justify-content: center;
	/* margin-top: 40px; */
}
.dibao h1 {
	margin: 40px;
	margin-top:110px;

}

#last_dibao{
	margin-top:30px;
}


.second-title {
	display: block;
	text-align: center ;

}



.pickstock {
	padding: 1em 0;
	margin: 30px;
	text-align: center;
}





.directions {
	width: 1000px;
	margin: 20px auto;
}

.col ul{
	display: block;
	list-style-type: disc;
	padding-left: 40px; 
	padding-bottom: 20px;
	font-size: 1.1em;
}

strong{
	color: rgb(248, 0, 0);

}


/* .ml9 {
  position: relative;
   font-weight: 200; 
	font-size: 3em;
	margin: 5px;
}

.ml9 .text-wrapper {
  position: relative;
  display: inline-block;

  padding-bottom: 0em;
  overflow: hidden;
}

.ml9 .letter {
  transform-origin: 50% 100%;
  display: inline-block;
  line-height: 1em;
} */
