/*© 松原好日有限公司 Sunthingood All Rights Reserved 版權所有
版權歸屬：
松原好日有限公司獨立擁有網站內所有資料版權。未經松原好日有限公司的明確書面許可，
任何人不得對其進行複製或鏡像網站相關內容。*/

body, div, ul, li, h1, h2, h3, h4, h5, input, p {
    font-family: ‘Noto Sans TC’, sans-serif;
    padding: 0;
    margin: 0px;
}
img {
	border: 0;
	width: 100%;
	height: auto;
}
:focus {outline: 0;}
p{font-size: 1rem;}
h1, h2, h3, h4, h5 {font-size: 1em;line-height: 2em; font-weight: normal;clear: both;}
input {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
a{cursor: pointer;}
input {*font-size: 100%;}
ul, li {list-style: none;}
:link, :visited {text-decoration: none;}
/*HTML5 tag*/
header {
	display:block;
}

@-webkit-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }

.fade-in {
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;

	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:0.8s;
	-moz-animation-duration:0.8s;
	animation-duration:0.8s;
}

.fade-in.one {
-webkit-animation-delay: 0s;
-moz-animation-delay: 0s;
animation-delay: 0s;
}
a {color: #000;}
/* header */
.header {
  width: 100%;
  z-index: 3;
}
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
	margin-top: 4px;
}
.header li a {
  display: block;
  padding: 20px 20px;
  text-decoration: none;
	text-align: center;
	font-size: 15px;
	 border-bottom: 1px solid #ECECEC;
	letter-spacing: 0.05em;
}
.header li a:hover,
.header .menu-btn:hover {
	color:#FFCF00;
		transition: 300ms;
	-moz-transition: 300ms;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
}
/* menu */
.header .menu {
    float: left;
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
    width: 100%;
}
/* menu icon */
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
	margin-top: 5px;
	margin-bottom: 10px;
}
.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}
.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}
.header .menu-icon .navicon:before {
  top: 5px;
}
.header .menu-icon .navicon:after {
  top: -5px;
}
/* menu btn */
.header .menu-btn {
  display: none;
}
.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}
.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
/* 48em = 768px */
@media screen and (min-width: 640px) { 
.header .menu {
  max-height: 0;
  transition: max-height .2s ease-out;
width: auto;
}
  .header li {
    float: left;
	 
  }
  .header li a {
    padding: 20px 20px;
	  border-bottom: 0px solid #FFF;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}








.boddy {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-position: center -190px;
	background-color: #f8f8f5;
	float: left;
}
.header {
	height: 70px;
	width: 100%;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-right: auto;
	margin-left: auto;
	
}
.header_in {
	height: 70px;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}
.content {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.content_project {
	max-width: 1350px;
	width: 70%;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.content_navbox {
	width: 75%;
	margin-top: 0px;
	margin-left: auto;
	clear: both;
	margin-right: auto;
}
.content_banner {
	width: 100%;
	margin-left: auto;
	clear: both;
	margin-right: auto;
	background-color: #CCC;
}
.content_banner img {
	width: 100%;
	margin-left: 0%;
}
.content_title {
    float: left;
    height: auto;
    width: 100%;
    margin-top: 50px;
    margin-left: 0%;
    margin-bottom: 50px;
	text-align: center;
}
.content_title h4 {

	font-size: 2.5em;
	margin-right: 10px;
	letter-spacing: 0.1em;
	line-height: 50px;
	font-weight: 400;
	color: #333;
	font-family: 'Varela Round', sans-serif;
	
}
.content_title h5 {
	font-size: 1.3em;
	margin-right: 10px;
	letter-spacing: 0.1em;
	line-height: 40px;
	font-weight: 400;
	color: #333;
	font-family: 'Varela Round', sans-serif;
}
.content_nav {
	float: left;
	width: 95%;
	margin-bottom: 1rem;
	text-align: center;
	overflow: hidden;
}
#content_navbtn_more:hover{background-color:#E6E6E6;}
#category_nav{ display: block;  max-height:50px; overflow: hidden; transition: max-height .2s ease;}
#content_navbtn_more{border: 0px solid #cdcdcd; background-color:#f8f8f5;}
.content_navbtn, #content_navbtn_more {
	cursor:pointer;
	width:auto;
	float: left;
	font-size: 13px;
	height: 40px;
	text-align: center;
	color: #333;
	background-color: #efefef;
	border-radius: .3em;
	line-height: 40px;
	padding: 0rem 0.5rem;margin-right: .5em;
	font-weight: 600;
	white-space:nowrap;
	margin-bottom: 10px;
}
.content_navbtn a, #content_navbtn_more a {
	width: auto;
	text-align: center;
	font-size: 13px;
	color: #333;
	margin-right: 1%;
	font-weight: 600;
	white-space:nowrap;
	letter-spacing: 0.1em;
}
.content_navbtn:hover a {
	color: #000;
}

.logo a {
	float: left;
	padding-top: 20px;
	max-width: 230px;
	height: 50px;
	display: block;
}


.content_box {
	float: left;
	height: auto;
	width: 24%;
	padding-right: 0.5%;
	padding-left: 0.5%;
	padding-bottom: 5%;
}
.content_box a {
	display: block;
}


.content_img {
	float: left;
	width: 100%;
	margin-bottom: 0px;
	background-color: #FFF;
	overflow: hidden;
	position: relative;
	padding-bottom: 55%;
	
}
.content_img img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: 300ms;
	-moz-transition: 300ms;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	
overflow: hidden;
}
.content_img img:hover {
	width: 100%;
	-webkit-transform: scale(1.1);
	border-radius:10px;
	overflow: hidden;}
.content_text {
	float: left;
	width: 100%;
	padding-top: 10px;
}
.content_text h1 {
	float: left;
	width: 100%;
	text-overflow:ellipsis;  
        white-space: normal;  
        display:-webkit-box;  
        -webkit-box-orient:vertical;  
        -webkit-line-clamp:1;
	overflow: hidden;
	font-family: ‘Noto Sans TC’, sans-serif;
}
.footer {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	background-color: #fecb00;
	text-align: center;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 55px;
	padding-bottom: 55px;
	clear: both;
}
.footer p {
	color: #000;
	font-size: 1em;
	line-height: 32px;
	letter-spacing: 0.05em;
}
.page_banner {
	width: 100%;
	margin-bottom: 40px;
	margin-left: auto;
	clear: both;
	margin-right: auto;
}
.page_box {
	width: 100%;
	margin-left: auto;
	padding-bottom: 30px;
	margin-right: auto;
	clear: both;
	padding-top: 60px;
}
.page_main {
	float: left;
	width: 100%;
}
.page_main_title {
	float: left;
	width: 95%;
	margin-bottom: 30px;
	
}
.page_main_title h1 {
	float: left;
	font-size: 1.5rem;
	color: #000;
	line-height: 2rem;
	font-weight: 800;
	margin-bottom: 20px;
}


.page_main_title p {
	float: left;
	font-size: 1rem;
	line-height: 2rem;
	letter-spacing: 0.1rem;
	color: #000;
	clear: both;
}
.page_main_title p a {
	font-size: 1rem;
	line-height: 2rem;
	letter-spacing: 0.1rem;
	color: #000;
	clear: both;
	text-decoration: none;;
}
.page_data {
	float: left;
	width: 100%;
	font-weight: 400;
}
.page_data p {
	font-size: 1rem;
	line-height: 2rem;
	letter-spacing: 0.05rem;
	color: #000;
	word-wrap: break-word;
	word-break: break-all;
}

.page_img {
	width: 100%;
	margin-left: auto;
	margin-bottom: 60px;
	line-height: 30px;
	clear: both;
	margin-right: auto;
}
.page_img h3 {
	font-size: 1em;
	line-height: 2em;
	letter-spacing: 0.1em;
}
.page_img img {
	max-width:100%; 
	margin-bottom: 10px;
}
.page_btnbox {
	width: 30%;
	margin-left: auto;
	margin-bottom: 60px;
	height: 55px;
	clear: both;
	margin-right: auto;
	padding-left: 0px;
}
.page_btn_b {
	width: 100%;
	margin-left: auto;
	height: 50px;
	margin-right: auto;
	float: left;
	text-align: center;
	font-size: 14px;
	line-height: 50px;
	color: #666;
	display: block;
	
}
.page_btn_b a {
	width: 100%;
	height: 50px;
	float: left;
	text-align: center;
	font-size: 15px;
	line-height: 50px;
	color: #666;
	display: block;
	text-decoration: none;
	border: 1px solid #CCC;
	letter-spacing: 0.2em;
	transition: 300ms;
	-moz-transition: 300ms;
	-webkit-transition: 300ms; 
	-o-transition: 300ms;
	border-radius:10px;
	
}
.page_btn_b a:hover {
	float: left;
	text-align: center;
	font-size: 15px;
	line-height: 50px;
	color: #666;
	display: block;
	text-decoration: none;
	border: 1px solid #FC0;
	border-radius:10px;
}
.designpage_content {
    width: 65%;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    background-color: #F4F4F4;
    padding-top: 2%;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 4%;
    margin-bottom: 50px;
}
.design_content_box {
	float: left;
	width: 92%;
	margin-right: 0%;
	margin-left: 3%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
}
.design_content_box:last-child {
	margin-bottom: 55px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}
.design_content_img {
	display: none;
	float: left;
	width: 100%;
	margin-bottom: 13px;
	background-color: #FFF;
	margin-left: 0%;
	transition: 300ms;
	-moz-transition: 300ms;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	overflow: hidden;
	position: relative;
	padding-bottom: 60%;
}
.design_content_img img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	
}
.design_content_img img:hover {
	-webkit-transform: scale(1);
	opacity: 1;
}	
.design_content_img img {
	border-radius: 3px;
}
.design_content_text {
	float: left;
	width: 330px;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 25px;
}

.design_content {
	width: 80%;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.design_main {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    color: #4E4E4E;
    text-align: left;
    letter-spacing: 0.1em;
}

.design_data {
	float: right;
	width: 100%;
	background-position: center top;
	height: auto;
	margin-top: 20px;
}
.design_data_text {
	float: right;
	width: 100%;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	color: #999;
}
.design_data_text p {
	font-size: 13px;
	line-height: 28px;
	color: #999;
	text-align: left;
}
.about_box {
	width: 90%;
	margin-left: auto;
	margin-bottom: 20px;
	margin-right: auto;
	max-width: 1100px;
}
.about_box_title {
	width: 100%;
	margin-bottom: 20px;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #000;
	float: left;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.about_box_title h3 {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    letter-spacing: 0.02em;
	font-weight: 600;
}
.about_box_text {
	width: 100%;
	margin-bottom: 45px;
	font-size: 16px;
	line-height: 34px;
	color: #000;
	float: right;
	opacity: 1;
	margin-left: 0%;
}
.about_box_text {
	width: 100%;
	margin-bottom: 45px;
	font-size: 16px;
	line-height: 34px;
	color: #000;
	float: right;
	opacity: 1;
	margin-left: 0%;
}
.about_box_text a {
	font-size: 13px;
	line-height: 25px;
	color: #000;
	text-decoration: none;	
}
.about_box_text a:hover {
	font-size: 13px;
	line-height: 25px;
	color: #999;
	text-decoration: none;
}
.design_content_text {
	float: left;
	width: 100%;
	text-align: left;
	margin-left: 0%;
	padding-top: 25px;
	padding-bottom: 25px;
	
}
.googlebtn a {
	max-width: 350px;
	width: 100%;
	height: 60px;
	text-align: center;
	color: #333;
	line-height: 60px;
	font-size: 16px;
	display: block;
	background-color: #E9E9E9;
	transition: 300ms;
	-moz-transition: 300ms;
	-webkit-transition: 300ms; 
	-o-transition: 300ms;
	margin-top: 16px;
	margin-bottom: 15px;
	border-radius:5px;
}
.googlebtn a:hover {
	
	text-align: center;
	color: #FFF;
	line-height: 60px;
	font-size: 15px;
	display: block;
	background-color: #333;
	border-radius:5px;
}

@media screen and (min-width:1400px) {
.content_box {
	float: left;
	height: auto;
	width: 19%;
	padding-right: 0.5%;
	padding-left: 0.5%;
	padding-bottom: 3%;
}
}

@media screen and (min-width: 640px) and (max-width: 1200px) { 
	.content_box {
	float: left;
	height: auto;
	width: 24%;
	padding-right: 0.5%;
	padding-left: 0.5%;
	padding-bottom: 3%;
}
}

@media screen and (max-width: 640px) { 
.content_box {
	float: left;
	width: 98%;
	padding-right: 0%;
	padding-left: 0%;
	height: auto;
	margin-left: 1%;
	margin-right: 1%;
	padding-bottom: 8%;
}
.content_project {
	width: 90%;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
}
.hashtag{cursor: pointer;display:inline-block; padding: .3em .8em; margin-right:.5em; border-radius: 1em; color:#0d0c22; background-color:#efefef;font-size: 1em;line-height: 1.3em; }
.hashtag-selected{background-color: #e2e2dd;}