@chrset"UTF-8";


html {
	font-size: 100%;
}

body {
	 font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  color: #444;
}
a {
	text-decoration: none;
}

img {
	max-width: 100%;
}	

/* HEADER 
----------------------------------- */
.logo {
	width: 210px;
}

.main-nav {
	display: flex;
	font-size: 1.25rem;
	text-transform: uppercase;
	margin-top: 40px;
	list-style: none;
}
.main-nav li {
		margin-left: 36px;
}
.main-nav a {
	color: #444;
}
.main-nav a:hover {
		color: #0bd;
}

.page-header {
	display: flex;
	justify-content: space-between;
}

.wrapper {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 4%;
}

/* About */
#About {
	background-iamge: url(.../image/ee.jpg);
	height: 70px;
	margin-bottom: 70px;
}
#About .page-title {
	text-align: center;
}
#About h1 {
	font-size: 3.5rem;
}

/*左右開弓*/
article {
	width:74%
}
aside {
	width: 22%
}

.about-contents {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.post-info {
	position: relative;
	padding-top: 4px;
	margin-bottom: 40px;
}
.post-title {
	font-family: "Noto Sans TC", serif;
	font-size: 2rem;
	font-weight: normal;
	margin-left: 120px;
}
article img{
	margin-bottom: 20px;
	position: relative;
}
article  p {
	margin-bottom: 1rem;
	text-align: left;
}



.sub-title {
	font-size: 1.375rem;
	padding: 0 8px 8px;
	border-bottom: 2px #444 solid;
	font-weight: normal;
}
.sub-menu {
	margin-bottom: 60px;
	list-style: none;
}
.sub-menu li {
	border-bottom: 1px #ddd solid;
}
.sub-menu a {
	color: #432;
	padding: 10px ;
	display: block;
}
.sub-menu a:hover {
	color: #0bd;
}


@media (max-width: 600px) {
	hl{
		color: #0bd;
	}
}

/*mobile--------------------------------------*/
@media (max-width: 600px) {
	.page-title {
		font-size: 2.5rem;
	}
	/*header*/
	.main-nav {
	font-size: 1rem;
	margin-top: 10px;
}
	.main-nav li {
	margin: 0 20px;
}
/*--home---*/
	.home-content {
	margin-top: 20%;
}
	.page-header {
		flex-direction: column;
		align-items: center;
	}

/* About*/
 .about-contents {
	 flex-direction: column;
 }
 article,
 aside {
	 width: 100%;
 }
#about .page-title {
	margin-top: 30px;
}	
aside {
	margin-top: 30px;
}
.post-info {
	margin-bottom: 30px;
}
.post-title {
	font-size: 1.375rem;
}
.post-cat {
	font-size: 0.875rem;
	margin-top: 10px;
}
.post-title,
.post-cat {
	margin-left: 80px;
}
.works-content {
	margin-top: 20%
}
}

/* Works ------------------------
------------------------------*/
#Works {
	background-iamge: url(.../image/ee.jpg);
	height: 70px;
	margin-bottom: 70px;
}

#Works h1 {
	font-size: 3.5rem;
}
.Works-content {
	max-width: 560px;
	margin-top: 10%;
}
.Works-content .page-title {
	text-align: center;
}
.Works-content p {
	font-size: 1.125rem;
	margin-top: 20%;
}

.grid {
	display: grid;
	gap: 16%;
	grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
	margin-top: 6%;
	margin-bottom: 50px;

}
.item p {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*Contact
--------------------------*/
#Contact 
.contact-content {
	align-items: center;
}
	h1 {
	text-align: center;
	font-size: 2rem;
	color:#444;
	}
	p {
	text-align: right;
	font-size: 1.125rem;
	}

}
/* 頁末 */
footer {
	background: #FFF;
	text-align: center;
	padding: 26px 0;
	position: relative;
	bottom: 0;
	width: 100%;
}
footer p {
	color: #444;
	font-size: 0.875rem;
}