@charset "utf-8";
/* CSS Document */
@import url("reset.css") screen;
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
/**
 * 共用 + 預設部分
 -----------------------------*/

body {
	background: #F2F2F2;
	font-family: "Noto Sans TC", sans-serif;
	overflow-x: hidden;
}
.container {
	font-family: 'Noto Sans TC', sans-serif;
	position: relative;
	margin: 0 auto;
}
.InPage {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 15px;
	color: #666;
	float: left;
	width: 100%;
	line-height: 30px;
}
/* ----- 上面 ----- */
.banner {
	position: relative;
}
.BannerImg img {
	width: 100%;
}
.BannerContent {
	width: 100%;
	position: absolute;
	top: 20%;
	margin: 0 auto;
	z-index: 20;
}
.BannerIcon {
	float: left;
	width: 100%;
	margin-top: 10%;
}
.BannerIcon ul {
	position: relative;
	z-index: 90;
	width: 70%;
	margin: 0 auto;
}
.BannerIcon ul li {
	float: left;
}
.BannerIcon ul li img {
	max-width: 100%;
}
.logo {
	float: left;
	width: 100%;
	text-align: center;
}
/* ----- 下面 ----- */
.copyright {
	padding-top: 50px;
	padding-bottom: 80px;
	float: left;
	width: 100%;
	background: url(../img/copyrightBg.jpg) no-repeat;
	background-size: 130%;
	color: #fff
}
.copyright p {
	margin-top: 15px;
	margin-bottom: 40px;
}
.copyCenter {
	float: left;
	padding-top: 40px;
}
.copyCenter a {
	color: #fff;
}
.copyRight02 {
	float: left;
	padding-top: 150px;
	font-size: 12px;
}
.copyRight02 img {
	margin-right: 30px
}
/**
 * 頁面
 -----------------------------*/
.WhiteMenu .drawer-hamburger-icon, .WhiteMenu .drawer-hamburger-icon:after, .WhiteMenu .drawer-hamburger-icon:before {
	background-color: #fff
}

/**
 * 首頁
 -----------------------------*/
.news{
	width: 100%;
	height: auto;
	float: left;
}
.jddt_box{
    width: 100%;
    height: 130px;
    float: left;
    position: relative;
    margin-top: -260px;
}
.jddt{
	width: 100px;
    height: auto;
    float: right;
    margin-right: 270px;
	transition-duration: 0.4s;
}
.jddt:hover{
	-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.jddt:active {
  transform: translateY(5px);
	background-color: inherit;
}
.IndexAbout {
	background: #f2f2f2;
	padding-top: 50px;
	padding-bottom: 50px;
	float: left;
	width: 100%
}
.IndexAboutLeft {
	float: left;
}
.IndexAboutLeft img {
	max-width: 100%;
}
.IndexAboutRight {
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-rl;
	float: left;
}
.IndexProject {
	width: 100%;
	float: left;
}
.IndexProject img {
	width: 100%;
}
.IndexWeb {
	width: 100%;
	float: left;
}
.IndexWebImg img {
	width: 100% !important;
}
.IndexWebImg02 {
	margin-right: 50px;
}
.IndexWebImg03 {
	position: absolute;
	top: 200px;
	right: 0px;
}
.IndexWebImg03 a:hover {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
.IndexWebImg04 {
}
.IndexWebWord {
	position: relative;
	padding: 0 2%;
	width: 96%;
	float: right;
	text-align: right;
	padding-top: 30px;
}
.IndexWebWord02 {
	text-align: left;
}
.IndexWebWord02 h1 {
	color: #000;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 30px;
}
.IndexWebWord02 span {
	font-size: 13px;
	margin-top: 25px;
	float:left;
	width:100%
}
.IndexWebWord02 a {
	color: #333;
	text-decoration: underline;
	font-size: 12px;
	width: 100%;
	float: left;
	margin-top: -10px;
}
.IndexWebWord02 p {
	font-size: 13px;
}
.IndexWebWord02 p a{
	text-decoration:none;
	color:#666;
	font-size:13px;
	float:left;
	width:auto;
}
.IndexWebWord02 a {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
.IndexGraphic {
	float: left;
	width: 100%;
}
.IndexGraphicWord {
	float: left;
	width: 57.7%;
}
.IndexGraphicTitle {
	float: left;
	width: 100%;
	text-align: right;
}
.IndexGraphicTitle img {
	margin-right: 150px;
}
.IndexGraphicLink {
	float: left;
	width: 100%;
}
.IndexGraphicImg {
	float: left;
	width: 42.3%;
}
.IndexGraphicContent {
	width: 90%;
	margin-left: 10%;
	float: left;
}
.IndexGraphicContent p {
	font-size: 13px;
	margin-top:5px;
}
.IndexGraphicContent p a{
	text-decoration:none;
	color:#666;
	font-size:13px;
	float:left;
	width:auto;
}
.IndexGraphicContent span {
}
.IndexGraphicContent a {
	color: #333;
	text-decoration: underline;
	font-size: 12px;
	width: 100%;
	float: left;
	margin-top: -10px;
}
.IndexGraphicContentLeft {
	margin-top: 50px;
	float: left;
}
.IndexGraphicContentRight {
	float: left;
}
.IndexPhoto {
	float: left;
	width: 100%;
}
.IndexPhotoLink {
	float: left;
	text-align: center;
}
.IndexPhotoLink img {
	float: right;
}
.IndexPhotoLine {
	float: right;
	width: 240px;
	position: relative;
	right: -150px;
	text-align: right;
}
.IndexPhotoLine a {
	position: relative;
	width: 100%;
}
.IndexPhotoLine a img {
	position: absolute;
	top: 190px;
	left: -70px;
}
.IndexPhotoLeft {
	float: left;
	text-align: left;
	margin-top: 150px;
	margin-left: 150px;
}
.IndexPhotoCenter {
	width: 300px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
.IndexPhotoCenter p a{
	text-decoration:none;
	color:#666 !important;
	font-size:13px;
	float:left;
	width:auto;
}
.IndexPhotoCenter img {
	margin-top: 20px;
	margin-bottom: 20px;
}
.Indexcontact {
	float: left;
	width: 100%;
	margin-top: 50px;
}
.Indexcontact img {
	width: 100%;
}
.Indexclients {
	float: left;
	width: 100%;
	background: #1b1b1b;
	text-align: center;
}
.clientsTitle {
	max-width: 40%;
}
.Indexclients img {
	margin-bottom: 80px;
}
.Indexclients ul {
	margin-top: 30px;
	float: left;
}
.Indexclients ul li {
	float: left;
	width: 12.5%;
	text-align: center;
}
.Indexclients ul li img {
	max-width: 100%;
}
/**
 * 平面設計
 -----------------------------*/

.graphicLeft {
	padding-top: 130px;
}
.graphicTitle {
	float: left;
	width: 100%;
	margin-bottom: 80px;
}
.graphicRight img {
	width: 100%;
}
.graphicText {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.graphicWord {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
}
.graphicWordContent {
	width: 640px;
	margin: 0 auto;
	margin-top: 40px;
}
.graphicWordLeft ul {
	position: absolute;
	width: 100%;
}
.graphicWordLeft ul li {
	margin-bottom: 40px;
	float: left;
	width: 50%;
}
.graphicWordLeft span {
	float: left;
	margin-right: 15px;
}
.graphicWordLeft h1 {
	font-weight: normal;
	font-size: 21px;
	float: left;
	text-align: left;
}
.graphicWordLeft p {
	font-size: 13px;
	width: 100%;
}
.graphicWordLeft p a{
	color:#888;
	font-size:12px
}
.graphicWord02 {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 30px
}
.graphicWord02Content {
	width: 70%;
	margin: 0 auto;
}
.graphicWord02Content h1 {
	font-weight: normal;
	font-size: 16px;
	color: #333;
	float: left;
	width: 100%;
}
.graphicWord02Content h1 > p {
	font-size: 29px;
	float: left;
	font-weight: bold;
}
.graphicWord02Content h1 > span {
	position: absolute;
	top: 8px;
}
.graphicWord02Content h2 {
	margin-top: 15px;
	float: left;
	width: 100%;
	font-weight: normal;
	color: #000
}
.graphicWord02Content h2 > span {
	border-bottom: 1px solid #666;
}
.graphicWord03 {
	float: left;
	width: 100%;
	font-size: 13px;
	color: #584519;
	margin-top: 30px;
}
.graphicWord03 p {
	margin-bottom: 40px;
}
.graphicWord03 img {
	margin-top: 40px;
}
.graphicImg {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.graphicLeft img {
	max-width: 80%;
}
/**
 * 網頁設計
 -----------------------------*/
.WebTitle {
	padding: 80px 0;
	text-align: center;
	width: 100%;
	float: left;
	position: relative
}
.WebTexe {
	position: absolute;
	top: 0;
}
.WebBanner {
	float: left;
	width: 100%;
}
.WebBanner img {
	width: 100%;
}
.WebContent {
	float: left;
	width: 100%;
	padding: 60px 0;
	text-align: center;
	position:relative;
}
.WebLine {
	float:left;
	width:100%;
	margin:40px 0;
}
.WebLine ul {
	position:relative;
	margin:0 auto;
	width:60%;
	font-size:13px;
	text-align:center
}
.WebContent ul li {
	float:left;
	width:100%;
}
.WebContent ul li a {
	color:#666;
	border-right:1px solid #666;
}
.WebLine ul li ul {
	margin:0 auto;
}
.WebLine ul li ul li {
	width:auto;
}
.WebLine ul li ul li a{
	padding:0 20px;
}
.WebNav {
	position: absolute;
	top: 150px;
	right: 0px;
}
.WebNav a:hover {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
.WebLine ul li ul.WebLine01{
	width:100%;
}
.WebLine ul li ul.WebLine01 li{
	width:auto;
}
.WebLine ul li ul.WebLine02{
	width:99%;
}
.WebLine ul li ul.WebLine03{
	width:80%;
}
.WebLineNone a{
	border-right:none !important;
}
.WebWork {
	float:left;
	width:100%;
	padding:50px 0;
	background:#f2f2f2
}
.WebWork ul li {
	float:left;
	margin-bottom:30px;
}
.WebWork ul li  img {
	max-width:100%;
}
 
 
 
 
 
 
 
 
 
 
 
 /**
 * media queries
 -----------------------------*/
 @media screen and (min-width: 1401px) and (max-width: 1700px) {
.IndexWebImg04 {
	position: absolute;
	top: 380px;
	right: 10px;
}
.graphicTitle {
	margin-bottom: 50px;
}
.graphicLeft {
	padding-top: 30px;
}
}
 @media screen and (min-width: 1201px) and (max-width: 1400px) {
	.WebNav {
    right:-20px;
}
.IndexGraphicWord {
	width: 57.4%;
}
.IndexGraphicImg {
	width: 42.6%
}
img.IndexWebImg02 {
	max-width: 70px;
}
.IndexWebImg03 a img {
	max-width: 100px;
}
.IndexWebWord02 h1 {
	margin-top: 0px;
}
.IndexWebImg03 {
	top: 150px;
}
.IndexWebImg04 {
	position: absolute;
	top: 300px;
	right: 10px;
}
.IndexGraphicImg img {
	width: 138%;
}
.IndexPhotoLeft {
	margin-top: 50px;
	margin-left: 100px;
}
.IndexPhotoLeft img {
	max-width: 80%;
	margin-bottom: 30px;
}
.IndexPhotoLine a img {
	top: 120px;
}
.IndexPhotoLine {
	right: -70px;
}
.graphicLeft {
	padding-top: 30px;
}
.graphicWordContent {
	width: 540px;
}
.graphicWordLeft p {
	font-size: 11px;
}
.graphicTitle {
	margin-bottom: 30px;
}
.graphicRight img {
	width: 125%;
}
.WebBanner img {
	width:150%;
}
}
 @media screen and (max-width: 1200px) {
.banner {
	overflow-x: hidden;
}
.IndexProject img {
	max-width: 100%;
}
.IndexGraphicWord {
	width: 100%;
}
.IndexGraphicImg {
	width: 100%;
}
.IndexGraphicImg img {
	width: 100%;
}
.IndexGraphicTitle img {
	margin-right: 15px;
}
.Indexclients ul li {
	width: 25%;
}
.IndexPhotoCenter p {
	margin-bottom: 50px;
}

.copyright {
	background: url(../img/copyrightBg.jpg) no-repeat right top;
	background-size: 210%;
	padding-bottom: 0px;
}
.copyright img {
	max-width: 100%;
}
.copyRight02 {
	padding-top: 50px;
}
.graphic {
	margin-bottom: 30px;
}
.WebLine ul {
	width:62%;
}
.WebBanner img {
	width:200%;
}
}
 @media screen and (max-width: 990px) {
.BannerImg img {
	width: 300%;
}
.IndexAbout {
	text-align: center
}
.IndexAbout img {
	max-width: 100%;
	margin-bottom: 30px;
}
.IndexWebImg03 {
	position: relative;
	top: 0px;
	margin-bottom: 40px;
}
.IndexGraphicImg img {
	max-width: 100%;
}
.IndexGraphicContent {
	margin-top: 30px;
}
.copyright {
	background: url(../img/copyrightBg.jpg) no-repeat left top;
	background-size: 380%;
	padding-bottom: 0px;
}
.copyright img {
	max-width: 100%;
}
.IndexclientsTitle {
	width: 58%;
}
.IndexPhotoLine {
	right: 0px;
}
.IndexPhotoLeft {
	float: left;
	text-align: left;
	margin-top: 140px;
	margin-left: 120px;
	margin-bottom: 40px;
}
.graphicWord02Content {
	width: 90%;
}
.WebBanner img {
	width:250%;
}
.WebWork {
	background:#fff;
}
}
 @media screen and (max-width: 650px) {
.BannerContent {
	top: 15%;
}
.BannerImg img {
	width: 350%;
}
.BannerIcon ul li {
	margin-bottom: 30px;
}
.IndexGraphicLink {
	margin-top: 60px;
}
.IndexGraphicContentLeft {
	text-align: right;
	position: relative;
	right: 10px;
}
.Indexclients img {
	max-width: 100%;
}
.Indexclients ul li {
	width: 33.3%;
}
.Indexclients ul li img {
	max-width: 70%;
}
.copyRight02 img {
	height: 25px;
	margin-right: 10px;
}
.copyright {
	background: url(../img/copyrightBg.jpg) no-repeat left top;
	background-size: 1080%;
	padding-bottom: 0px;
}
.IndexPhotoLine {
	right: 60px;
}
.graphicLeft {
	padding-top: 30px;
}
.graphicWordContent {
	width: 50%;
}
.graphicWordLeft ul {
	position: relative;
}
.graphicWordLeft ul li {
	width: 100%;
}
.WebBanner img {
	width:400%;
}
}
 @media screen and (max-width:600px) {
.IndexPhotoLeft {
	margin-top: 200px;
	margin-left: 30px;
}
.graphicWordContent {
	width: 75%;
}
.graphicWord02Content h1 > p {
	margin-bottom: 30px;
}
.graphicLeft {
	width: 100%;
}
.graphicImg {
	width: 100%;
	text-align: center;
	position: relative;
	right: 0px;
	bottom: 0px;
	margin-top: 40px;
	float: left;
}
.WebTexe img {
	max-width:80%;
}
.WebTitle {
	padding:60px 0
}
.WebTitle img {
	margin-left:120px;
}
}
 @media screen and (max-width:400px) {
.IndexPhotoLine {
	right: 90px;
}
.graphicWordContent {
	width: 90%;
}
.IndexPhotoLeft {
	margin-top: 100px;
	margin-left: 30px;
}
.graphicWord02Content h1 > span {
	position: relative;
	width: 100%;
	float: left;
	top: -10px;
	left: 0px;
}
.WebBanner img {
	width:400%;
}
}
