@charset "utf-8";
/* CSS Document */

/* 主題商品&團體定製圖 */
.staple-background{
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment: fixed;
	background: url('../images/stapleimg01.png');
	text-align: center;
	background-size: cover;
}
.project-background{
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment: fixed;
	background: url('../images/projectimg01.png');
	text-align: center;
	background-size: cover;
}
.prod-header{
	font-family:sans-serif,"微軟正黑體";
	color: #fff;
	font-weight: 500;
	border-bottom: none;
    padding-top: 90px;
    padding-bottom: 55px;
    font-size: 2.5em;
	letter-spacing:2px;
}

/* 主題商品內容 */
.stabBlock01 {
	padding: 3em 0 1em 0;	
}
.stabBlock02 {
	padding: 1em 0 0 1em;	
}
.stabBlock03 {
	padding: 1.5em 1em 0 0;
	text-align:right;	
}

.blockquote {
  position: relative;
  font-size: 1.3em;
  font-weight: 500;
  font-family: Hind, sans-serif,"微軟正黑體";
  color: #81848f;
  line-height: 1.4;
  border-left: none;
  margin-left: 20px;
}

.blockquote:before {
  position: absolute;
  top: 0;
  left: -20px;
  font-size:70px;
  display: inline-block;
  color: #17bed2;
  content: '“';
}

.StapleFiTour {
    padding: 0;
}
.StapleFiTour_b {
	background-color:#fff;
	padding-bottom: 3em;
}
.StapleFiTour-grids {
	border-bottom: 1px solid #eaeaea;
    margin-top: 10px;
    padding-bottom: 1em;
	background-color:#fff;
}
.StapleFiTour-grid {
    padding: 0 20px;
}
.StapleFiTour-img {
    padding: 0 20px;
}
.StapleTit01{
    font-family: sans-serif,"微軟正黑體";
    font-size: 1.6em;    
	color: #17bed2;
	font-weight:600;
	margin: 0.3em 0 0 0;
}
.StapleTit02{
    font-family: sans-serif,"微軟正黑體";
    font-size: 1.15em;
	color: #515769;
	font-weight:500;
	line-height:22px;	
}
.StapleCon01{
    font-family: sans-serif,"微軟正黑體";
	color: #FF0000;
	font-size: 1.2em;
}

.price{
    font-family: sans-serif,"微軟正黑體";
	color: #ea2d70;
	font-size: 1.3em;
    padding: 70px 30px 0 0;
    font-weight:bold;
	text-align:right;
}
.btn-pj {
  padding: 6px 20px;
  background: #515769;
  color: #fff;
  font-family: sans-serif,"微軟正黑體";
  font-size: 1.1em;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
  font-weight:600;
}
.btn-pj:hover, 
.btn-pj:focus{
  background: #81848f;
  text-decoration:none;
  outline: none;
  box-shadow: none;
}

@media(max-width:980px){
.price{
	padding: 10px 30px 0 0;
}
}
@media(max-width:890px){
.StapleTit01{
    	margin: 1em 0 0 0;
}
}
@media(max-width:480px){
.StapleTit01{
    font-size: 1.4em;  
}
.StapleTit02{
    font-size: 1.1em;
	line-height:20px;
}
.StapleCon01{
  	font-size: 1.1em;
}

.price{
	font-size: 1.2em;    
}
}	

/* 主題商品標籤 */
.btn {
  font-family:sans-serif,"微軟正黑體";
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 3px;
  padding: 5px 10px;
  margin-right: 3px;
}

.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 30px 0;
  padding: 0;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 1.1em;
  color:#515769;
  font-weight: 600;
  margin-right: 20px;
  font-family:sans-serif,"微軟正黑體";
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #edf0f2;
  outline: none;
  border-radius: 3px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  font-family:sans-serif,"微軟正黑體";
  color:#fff;
  background: #17bed2;
  border: 1px solid #17bed2;
  box-shadow: none;
  -webkit-box-shadow: none;
}

/* 團體定製內容說明 */
.project-explain {
	margin: 1em 1em;	
}
.pe_tit01 {
	font-family:sans-serif,"微軟正黑體";
	color:#515769;
	font-size: 1.4em;
    font-weight: 600;	
}
.pe_tit02 {
	font-family:sans-serif,"微軟正黑體";
	color:#515769;
	font-size: 1.7em;
    font-weight: 600;	
}
.pe_tit03 {
	font-family:sans-serif,"微軟正黑體";
	color:#fff;
    font-weight: 600;	
}
.pe_tit04 {
	font-family:sans-serif,"微軟正黑體";
	color:#fff;
	font-size: 1.3em;
    font-weight: 500;	
}
.pe_text01 {
  font-family:sans-serif,"微軟正黑體";
	color:#515769;
	font-size: 1.2em;
	line-height:1.8em;
}
.peStep_block01 {
	padding:5px 30px;
}
.peStep_block02 {
	padding:5px 10px;
}
.peStep_block03 {
	padding:10px 10px;
	text-align:right;
}
.peStep_bk01 {
  padding:10px 30px;
  background: #17bed2;
  border: 1px solid #eaeaea;
}

/* 團體定製內容說明-機位 */
.project-ticket {
	margin: 1em 0em;
	background: #edf0f2;
}
.peTicket_block01 {
	padding:10px 0 10px 0px;
}
.pt_tit01 {
	font-family:sans-serif,"微軟正黑體";
	color:#515769;
	font-size: 1.6em;
    font-weight: 600;	
	letter-spacing:1px;	
}
.pt_text01 {
  font-family:sans-serif,"微軟正黑體";
	color:#515769;
	font-size: 1.1em;
	line-height:1.5em;
}
.pt_text02 {
  font-family:sans-serif,"微軟正黑體";
  font-size: 2em;
  padding:15px 0 0 0;
}
.btn-tk {
  color: #fff;
  font-size: 16px;
  padding: 30px 40px 20px 40px;
  background: #e85425;
  border-radius: 100px;
  font-weight: 600;
  transition: 0.3s;
}
.btn-tk:hover {
  background: #515769;
  color: #fff;
}

@media(max-width:990px){
.peStep_block03 {
	text-align:center;
}
}
@media(max-width:480px){
.pe_tit01 {
	font-size: 1.3em;
}
.pe_tit02 {
	font-size: 1.5em;
}
.pt_tit01 {
	font-size: 1.3em;
}	
.pt_text01 {
	font-size: 1em;
}
}

/* 團體定製內容說明-訂房報價 */
.project-hotel {
	margin: 3em 1em 2em 1em;
}
.project-hotelgrids {
	margin-bottom:20px;
}

.project-hotel h3 {
	font-family:sans-serif,"微軟正黑體";
	color:#515769;
	font-weight: 600;
}
.project-hotel p {
	font-family:sans-serif,"微軟正黑體";
	color:#81848f;
	letter-spacing:1px;
	line-height:1.5em;
}
.project-hotel img {
    padding: 0 10px;
}
.project-hotel span:after {
  z-index: 2; 
  content: " "; 
  display: block;
  padding-top: 7px;
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  margin: 0 auto;
}
.link {
  position: relative;
  color:#81848f;
  font-size: 1.2em;
  font-weight: 600;
  font-family:sans-serif,"微軟正黑體";
}

.link:after {
  position: absolute;
  top: 9px;
  right: -18px;
  width: 9px;
  height: 2px;
  background: #17bed2;
  content: " ";
}

/* 團體定製內容檔案下載 */
.project-filedown {
	margin: 1em 1em;
}

.filedown-title {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0px 0 25px;
  color: #515769;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase; 
  font-size: 2em;
  letter-spacing: 1px;
}

.filedown-title a {
  color: #515769;
}
.filedown-title span
 {
  display: inline-block;
  position: relative;
}
.filedown-title span:before,
.filedown-title span:after {
  content: "";
  position: absolute;
  height: 4px;
  top: .53em;
  width:400%;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.filedown-title span:before {
  right: 100%;
  margin-right: 45px;
}
.filedown-title span:after {
  left: 100%;
  margin-left: 45px;
}

.project-filedown h3{
	color: #17bed2;
	font-family:sans-serif,"微軟正黑體";
	font-weight: 500;
}
.pf_tit01 {
	font-family:sans-serif,"微軟正黑體";
	color:#515769;
	font-size: 1.4em;
    font-weight: 600;	
	letter-spacing:1px;	
}
.pf_tit02 {
	font-family:sans-serif,"微軟正黑體";
	color:#e85425;
	font-size: 1.8em;
	font-weight: 600;	
	letter-spacing:1px;	
}
.pf_text01 {
  font-family:sans-serif,"微軟正黑體";
	color:#515769;
	font-size: 1.1em;
	line-height:1.5em;
}
.pf_text02 {
  font-family:sans-serif,"微軟正黑體";
	color:#515769;
	font-size: 1.2em;
	font-weight: 600;
}
/* 團體定製內容檔案下載-表格內容*/
.pf_block01 {
	padding:20px 0px 10px 0px;
}
.pf_block02 {
	padding:0px 0px 10px 0px;
}
.pf_TBtit01 {
	font-family:sans-serif,"微軟正黑體";
	color:#fff;
	font-weight: 600;
	font-size: 1.1em;
	background: #515769;
}

.pf_TBcon01 {
	font-family: "微軟正黑體", sans-serif;
	text-align:center;
	color: #515769;
}
.pf_TBcon01 a {
	font-family: "微軟正黑體", sans-serif;
	text-align:center;
	font-size: 1em;
	color: #515769;
	text-decoration:underline;
}
.pf_TBcon01 a:hover {
	text-decoration:none;
}
.pf_TBcon02 {
	font-family: "微軟正黑體", sans-serif;
	color: #515769;
}
.pf_TBcon02 a {
	font-family: "微軟正黑體", sans-serif;
	font-size: 1em;
	color: #393d4a;
	text-decoration:none;
}
.pf_TBcon02 a:hover {
	color: #17bed2;
	text-decoration:none;
}