@charset "utf-8";
/*CSS RESET*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
a img{border: 0;}

:focus {outline: 0;}

a{ text-decoration:none;
 outline: none; /* for Firefox Google Chrome  */
 behavior:expression(this.onFocus=this.blur()); /* for IE */
 cursor:pointer;
}/*去除連結虛線框*/
 /*將影像及欄位集的邊框歸零*/
    img, fieldset {
      border: 0;
    }

 input, button, textarea, select, optgroup, option {
      font-family: inherit;
      font-size: inherit;
      font-style: inherit;
      font-weight: inherit;
    }
	
h1, h2, h3, h4, h5, h6{ font-size:100%; font-weight:normal;}
	
*{-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin:0;padding:0
  }
/*CSS END RESET*/
.default-img{max-width:100%;  height: auto;}

body {
	font-family: Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
  background-color:#333;
 /* background-image: url(../images/bg.jpg);*/
  background-repeat: repeat;
	font-size:16px;
  color:#fff; 
	overflow-x: hidden;
	
}

.fader{
	display: none;
}

.clear-fix{clear:both;}
.text-center{ text-align:center !important;}
.text-left{ text-align:left !important;}
.text-right{ text-align:right !important;}
.mb-5{ margin-bottom:5px !important;}
.mb-10{ margin-bottom:10px !important;}
.mb-15{ margin-bottom:15px !important;}
.mb-20{ margin-bottom:20px !important;}
.mb-25{ margin-bottom:25px !important;}
.mb-30{ margin-bottom:30px !important;}
.mb-35{ margin-bottom:35px !important;}
.mt-5{ margin-top:5px !important;}
.mt-10{ margin-top:10px !important;}
.mt-15{ margin-top:15px !important;}
.mt-20{ margin-top:20px !important;}
.mt-25{ margin-top:25px !important;}
.mt-30{ margin-top:30px !important;}
.mr-5{ margin-right:5px !important;}
.mr-10{ margin-right:10px !important;}
.mr-15{ margin-right:15px !important;}
.mr-25{ margin-right:25px !important;}
.ml-5{ margin-left:5px !important;}
.w-100{width:100% !important;}

p{line-height: 1.8em;}

header{ 
  width:100%; 
  background:#121212;
  margin: 0 auto;
  padding : 0;
  position: fixed; height: 66px;
  top: 0;
  left: 0; right: 0;
  z-index: 1000;
 	}	

.wrapper{ 
  width:100%; 
  max-width: 1180px;
	margin: 0 auto;	
  clear:both;
}
.wrapper:after{content: ""; display: block; clear: both;}
.clearfix:after{content: ""; display: block; clear: both;}
.portfolio-wrapper{max-width: 1400px;}	
#gotop {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 120px;    
  background:url(../images/btn-top.png) no-repeat;
	background-size:50px;
  cursor: pointer;
	width:50px; height:50px;
  z-index: 1000;
}


/*--------HEAD------------*/
.logo{float: left; width:20%; font-size:0;  }		
.logo img{ max-width:200px; height:auto;width:100%; }

.menu-area{ float:right; width:80%; padding:20px; padding-right: 0;   }
.menu {float:right; clear:both; }
.menu ul{ list-style:none; font-size:16px;}

.menu ul li { float:left;}
.menu ul li:last-child{ margin-right:0;}
.menu ul li a{ display:inline-block; color:#fff;  margin:0 10px;}
.menu ul li a:hover{ color:#ccc;}


/*--button----*/
.btn-default{color: #ffefbc; font-size: 20px; letter-spacing: 7px;
padding: 8px 22px; display: inline-block;
border: 1px solid #ffebb5; border-radius: 25px; overflow: hidden;
font-family: 'cwTeXYen';}

.btn-default:hover{}

.hvr-sweep-to-right {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*---ul項目列表----*/
.ul-default{margin-bottom: 40px;}
.ul-default li{ 
  list-style: none;
  background: url(../images/icon-ui-default.png) no-repeat left 4px; 
  padding-left: 22px;
  line-height: 1.8em;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.ul-default li.strong{ 
  background: url(../images/icon-ui-default.png) no-repeat left 13px; 
  font-size: 25px;
}

/*-----------首頁BANNER--(預設寫在edslider.css)--------*/
.banner-container{
  /*max-width: 1200px;*/
  overflow:hidden;
  /*padding: 1px;*/
}
.banner-container{
  margin:auto; margin-top: 66px;
}
.mySlideshow .animated{
  position:absolute;
}

/*------自己加-------*/
.mySlideshow li{/*----統一設定BANNER背景位置----*/
  background-position:center;
  background-repeat:no-repeat;
  }
.mySlideshow li .b-text{/*----文字位置----*/
  top:35%;
  width:100%;
  text-align:center;
  font-size:30px;
  color:#fff;
  text-shadow:-1px 1px 11px #000;
  padding:0 40px;
  } 
.mySlideshow li .b-text a{color:#fff;}  
.b-text h3{ margin-bottom:36px; font-size: 60px; color: #c1a566; 
  font-family: 'Oswald', Arial, sans-serif; letter-spacing: 10px;text-indent: 10px; font-weight: 500;}
.b-text p{ font-size: 30px; color: #e7e8e9;}
/*------------------//首頁BANNER-------------------------*/

/*----區塊標題文字-----*/
.page-title{ padding: 48px 0 75px; text-align:center;}
.title-set-letter{ margin-bottom:60px; font-size:48px; color:#b6b6b6;
  font-family: 'Oswald', Arial, sans-serif;
}
.title-set-letter span{margin:0 45px; display: inline-block; width: 25px;/*--因為每個字母不一樣寬，設W之後才有辦法跟下面的直線對齊--*/ }
.line01{width: 1px; height: 36px; background-color: #c5a56a; display: inline-block;}

/*----首頁內容區 服務項目-------*/
.index-bg-part01{ background: url(../images/index-bg01.jpg) repeat-x center top; background-size: cover;}
.index-bg-part02{ background: url(../images/index-bg02.jpg) repeat-x center top; background-size: cover;}

.service-item{position: relative; padding-bottom: 70px;}
.service-item:after{display: block; width: 100%; clear: both; content: "";}
.service-item_img{width: 26%; float: left; text-align: center;}
.service-item_img img{ width:100%; height: auto; max-width: 175px; margin-top: 22px;  }
.service-item_text{width: 74%; float: left; padding-left: 30px;}

.title01{margin-bottom: 28px; color: #e7e8e9; font-size: 30px;}
/*---首頁服務項目的作品圖----*/
.service-item_protfolio{ float: right; }
.service-item_protfolio_web{ margin-top: -170px;  }
.service-item_protfolio_banner{ margin-top: -150px; }
.service-item_protfolio_graphic{ margin-top: -140px; opacity: 0.7; }


/*-----內頁開始----*/
.mt-header{margin-top:  66px;}
/*------單元 - 網站---------*/
.inner-banner{height: 240px; width: 100%;overflow: hidden;
background-size: cover; text-align: center;}
.inner-banner h1{    
    margin-top: 38px; margin-bottom: 20px;
    font-size: 42px;
    color: #c1a566;
    font-family: 'Oswald', Arial, sans-serif;
    letter-spacing: 10px; text-indent: 10px;
    font-weight: 500;
    text-transform: uppercase;
  }
.inner-banner h2 { font-size: 20px; color: #e7e8e9;   }
.bg-web01{ background: url(../images/banner01.jpg) no-repeat center; }
.bg-banner-design01{ background: url(../images/banner02.jpg) no-repeat center 80%; }
.bg-about{ background: url(../images/banner-about.jpg) no-repeat center; }

.unit-badge{ width: 100%; text-align: center; margin-top: -70px; }
.unit-badge img{width: 138px; }
.chinese-letter{font-size: 20px;  color: #b6b6b6;
margin-top: -45px;    margin-bottom: 35px;}
.chinese-letter span{padding:0 29px; }
.page-info{font-size: 20px;  color: #b6b6b6; margin-top: 20px; letter-spacing: 2px; text-indent: 2px; }

/*---作品集gallery---*/
.gallery-item{/*width:33.33%;*/ float: left; padding: 0 10px; margin: 0 1.5%; margin-bottom: 3em; 
 width: 30%; 
}
.gallery-item a{display: block; opacity: .8;color:#b6b6b6; transition: all 0.3s;}
.gallery-item img{width: 100%; height: auto; vertical-align: top; border-radius: 20px;}
.gallery-item figcaption{margin-top: 14px; font-size: 18px;  letter-spacing: 2px; text-align: center; }

.gallery-item a:hover{opacity: 1; color:#d5d5d5;}

.photo-group img{margin-bottom: 20px; border-radius: 5px;}

.gallery-item.w-50{width: 47%;}
.gallery-item.w-25{width: 22%;}
.gallery-item:after{content: ""; display:block; clear: both;}

.gallery-item-big_bg-set{ 
  background-repeat: no-repeat;
  background-size: cover; 
}
.gallery-item-big{ width: 100%; text-align: center; padding: 100px 0; margin: 50px 0;  }
.gallery-item-big a{display: block; opacity: 1;color:#b6b6b6; transition: all 0.3s;}
.gallery-item-big img{ max-width: 100%; height: auto; vertical-align: top; }
.gallery-item-big a:hover{color:#d5d5d5;}
/*-----------*/

.about-info{text-align: center; /*min-height: 400px;*/}

.about-info img{max-width: 100%; height: auto;}
.add-line{vertical-align: middle;; width: 120px;}

.icon-area{display:-webkit-box; display:-moz-box; display:-ms-flexbox; display: -webkit-flex; display: flex; justify-content: center;}
.icon-area img{width: 100%; height: auto; padding: 10px; max-width: 60px;}

/*---合作夥伴----*/
.call-partner{font-family: 'cwTeXYen';}
.call-slogan{ text-align: center; font-size: 30px; color: #dbbb72; letter-spacing: 4px; }

.partner-list{ list-style: none; 
  display:-webkit-box; 
  display:-moz-box; 
  display:-ms-flexbox; 
  display: -webkit-flex; 
  display: flex; flex-wrap: wrap;
  width:100%;
}
.partner-list li{ background: #000; position: relative; flex: 33.33%; margin: 0; overflow: hidden;
}

.partner-list li h4{ position: absolute; left: 34px; bottom: 45px; text-shadow:1px 1px 8px #383838;
  font-size: 32px; line-height: 1.4; color:#fff; z-index: 10;}
  .partner-list li h4 strong{ padding-bottom: 5px; border-bottom: 8px solid #c1a566;
  font-weight: normal; }
.partner-list li img{ 
  opacity: 0.6; vertical-align: top; 
  width: 100%; height: auto; transition: all 0.5s ease;}
.partner-list li:hover img{
  transform: scale(1.1, 1.1);  
  -ms-transform:scale(1.1, 1.1);  /* IE 9 */
  -moz-transform:scale(1.1, 1.1);   /* Firefox */
  -webkit-transform:scale(1.1, 1.1); /* Safari 和 Chrome */
  -o-transform:scale(1.1, 1.1);   /* Opera */
}

.step{
  list-style: none;
}
.step li{margin-bottom: 40px; font-size: 20px;}
.step li h5 {margin-bottom: 8px;}
.step li h5 span{  color:#cfb479;  letter-spacing: 3px;
padding: 5px 15px; border-radius: 20px; background: #000;}

.step li p{ color:#d9d9d9; line-height: 1.5; }

.default-hr{ height:5px; border:none; border-bottom: 3px dotted #000;  }


/*--------*/
.videobox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.videobox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/*------FOOTER------------*/
footer{
  clear:both; 
  padding:20px 0 15px; float: left;
  color:#e6e6e6; 
  width:100%;
  line-height: 1.7em;
}

footer:before{ height: 5px; content: ""; display: block;
background: #bd9e65; /* Old browsers */
background: -moz-linear-gradient(top,  #bd9e65 0%, #d7b577 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #bd9e65 0%,#d7b577 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #bd9e65 0%,#d7b577 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd9e65', endColorstr='#d7b577',GradientType=0 ); /* IE6-9 */
margin-top: -20px; margin-bottom: 30px;

}

address {font-style: normal; font-size: 18px; float: left; width: 50%;}
address i{ padding-right: 10px; }
address span{display: inline-block; padding-right: 15px; }
address span img{vertical-align: middle; margin-top: -2px;}
.footer-info{ color:#c9c8c8; float: right; text-align: right; width: 50%; }
.copyright{color:#7b7b7b; }

.a-link{ color:#c9c8c8; padding-bottom: 2px; border-bottom: 1px solid #ccc; }


/*--------------------------------   RWD   ---------------------------------*/
.m-logo{ display:none;}
.f-m{ display:none;}




@media only screen and (max-width: 1800px){  

.partner-list li h4{  left: 20px; bottom: 40px;  font-size:28px; }
 
}

@media only screen and (max-width: 1366px){  

.partner-list li h4{  left: 20px; bottom: 20px;  font-size:28px; padding-right: 10px; }
 
}


@media only screen and (max-width: 1180px){  
  .wrapper{ padding: 0 10px;  }
  .service-item_text { padding-left: 20px; padding-right: 15px; }
  .service-item_protfolio{ padding-right: 15px;}

  .partner-list li h4{  left: 20px; bottom: 20px;  font-size:20px;}
}


@media only screen and (max-width: 1024px){  

  .logo{width:auto; float:left;  width: calc( 100% - 66px );    text-align: center;}		
  .logo img{ margin-left: -50px; }
  .menu-area{ display: none; }
  /*----首頁服務項目 的 作品圖----*/
  .service-item_protfolio_web{margin-top: 0;}
  .service-item_protfolio_banner{ margin-top: 0; }
  .service-item_protfolio_graphic{ margin-top: 0; opacity: 1;  }
  address, .footer-info{width: 100%; text-align: center; float: none;}
  address span{margin-bottom: 10px;}
  address span img {width: 20px;}
  #gotop { 
      background-size:45px;
      width:45px; height:45px;
      bottom: 10px;
    }
  .title-set-letter.fix-long-word span {margin: 0 10px;}
}

@media only screen and (max-width:768px){  
    .title-set-letter span {margin: 0 15px;}

    .partner-list li {flex:50%;}
    .partner-list li h4{  left: 20px; bottom: 40px;  font-size:20px;}
}

@media only screen and (max-width:767px){  
    body{font-size: 18px;}
    .ul-default li { background: url(../images/icon-ui-default.png) no-repeat left 8px;}
    .service-item_img {
      width: 100%;
    }
    .service-item_text {
      width: 100%;
      padding: 0 20px;
    }
    .service-item_img img{margin-top: 0; margin-bottom: 15px;}
    .title01{border-bottom: 1px solid #c0a673;    padding-bottom: 10px; text-align: center;}
    .copyright{font-size: 12px;}
    .gallery-item{width:50%; margin-left: 0; margin-right: 0;}
    .gallery-item.w-50{width: 100%; margin-left: 0; margin-right: 0;}
    .gallery-item.w-25{width: 100%; margin-left: 0; margin-right: 0;}
    .title-set-letter.fix-long-word span {margin: 0 8px;}
    .gallery-item a{opacity: 1;}
    .unit-badge {  margin-top: -50px;  }
    .page-title { padding: 8px 0 25px;}

    .partner-list li {flex:100%;}
    .partner-list li h4{ font-size:24px;}
}


@media only screen and (max-width: 480px){
  .logo{ height:58px; line-height:58px; padding-right:5px; }		
  .logo img{ display:inline-block; vertical-align:middle;}
  .menu ul{ font-size:16px;}
  .gallery-item{width:100%;}
  .title-set-letter.fix-long-word span {margin: 0 2px;}

  .mySlideshow li .b-text { top: 15%;}
  .b-text p { font-size: 26px;  }
  .title-set-letter span {
    margin: 5px;
  }
  .service-item_protfolio{padding-right: 0;}
  .service-item_protfolio img{width: 100%; max-width: 100%; height: auto;}
  .inner-banner h1{font-size: 30px;}
  .inner-banner h2 {font-size: 18px;}
}

@media only screen and (max-width: 340px){
  .menu ul li a{ height:70px;}
  .title-set-letter{font-size: 32px;}
  .title-set-letter span{width: auto;}
  .partner-list li h4{ bottom: 20px; }
  .call-slogan{letter-spacing: 0;}
}


