@charset "utf-8";

body , .wrapper{ color:#333; background:#000; font-size:14px;}


/*a 鏈結字*/
a { color:#333;}
a:hover, a:focus { color:#e78000; text-decoration:none; }


/*圖片*/
.pic img{ width:100%; height:auto;}
.maxpic img{ max-width:100%; height:auto;}


/*方形圖設定*/
.item-thumb-frame { position: relative; display: block; width: 100%; overflow: hidden; }
.item-thumb { display: block; max-width: 100%; padding-bottom: 100%; }

.flex-container{ display: flex; flex-wrap:wrap; }


/*====================================================================*/


/*輪播-左右按鈕*/
.owl-nav-style .owl-next , .owl-nav-style .owl-prev{
	position: absolute;
	top:50%;
	width: 35px;
	height: 35px;
	margin-top:-20px;
	opacity:0;
	transition: all 0.2s ease-in-out;
}
.owl-nav-style .owl-prev { left: 0px; }
.owl-nav-style .owl-next{ right: 0px; }
.owl-nav-style .owl-prev:before , .owl-nav-style .owl-prev:after , .owl-nav-style .owl-next:before , .owl-nav-style .owl-next:after{
	position:absolute;
	z-index:5;
	left:50%;
	margin-top:-6px;
	width:5px;
	height:16px;
	content:"";
	background:#333;
	
	-ms-border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-bborder-radius:2px;
	border-radius:2px;
}
.owl-nav-style .owl-prev:before , .owl-nav-style .owl-next:after{ bottom:50%; margin-bottom:-12px; }
.owl-nav-style .owl-prev:after , .owl-nav-style .owl-next:before{ top:50%; margin-top:-12px; }
.owl-nav-style .owl-prev:before , .owl-nav-style .owl-next:before{
	transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}
.owl-nav-style .owl-prev:after , .owl-nav-style .owl-next:after{
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}
.owl-nav-style:hover .owl-prev , .owl-nav-style:hover .owl-next{ opacity:0.8; }
.owl-nav-style .owl-prev:hover , .owl-nav-style .owl-next:hover{ opacity:1; }
.owl-nav-style .owl-prev:hover:before , .owl-nav-style .owl-prev:hover:after , 
.owl-nav-style .owl-next:hover:before , .owl-nav-style .owl-next:hover:after{ background:#e78000; }


/*輪播-底下圓圈*/
.owl-dots-style .owl-dots{ position:absolute; bottom:10px; left:1%; width:98%; z-index:3; text-align:center; padding:0 10px;}
.owl-dots-style .owl-dots .owl-dot { display:inline-block; zoom:1 }
.owl-dots-style .owl-dots .owl-dot span {
	width:15px;
	height:15px;
	margin:0px 7px;
	background:rgba(57,175,255,0.3);
	border:3px solid #fff;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	
	-ms-border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-o-bborder-radius:50%;
	border-radius:50%;
}
.owl-dots-style .owl-dots .owl-dot.active span, .owl-dots-style .owl-dots .owl-dot:hover span { background:rgba(57,175,255,1);}
@media (max-width:960px) { 
	.owl-nav-style .owl-prev { left: 0px; }
	.owl-nav-style .owl-next{ right: 0px; }
	
	.owl-dots-style .owl-dots{ bottom:5px; padding:0; line-height:1; }
	.owl-dots-style .owl-dots .owl-dot span { width:12px; height:12px; margin:0px 12px; border-width:2px; } 
}


/*================================================================================*/


/*page 分頁*/
.page{
	margin: 45px 0 10px 0;
	font-size:0.75rem;
	text-align:center;
	color:#666;
}
.page a , .page span{
	display:inline-block;
	border: 1px solid #999;
	padding: 6px 8px;
	margin:0 3px;
	font-size:0.8rem;
	line-height:1.1;
	/*-ms-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-bborder-radius:4px;
	border-radius:4px;*/
	min-width:26px;
}
.page span{ background:#e78000; color:#fff; border-color:#e78000;}

.page a{ color:#666; }
.page a:hover{ background:#333; color: #fff; border-color:#333; }


/* 多少筆 */
.page_total {}

/* 分頁資訊 */
.page_info {}

/* 上頁 */
.page_prev {}

/* 分頁數字 */
.page_item {}

/* 目前選中的分頁 */
.page_current { background:#00D0D2; color: #fff; }
/* 下頁 */
.page_next {}

/* 下十頁 */
.page_next_group {}



/*================================================================================*/

/*回頂端按紐*/
.backtop-btn{
	position: fixed;
	z-index: 999;
	bottom: 50px;
	right: 10px;
	width: 50px;
	height: 50px;
	color: #fff;
	cursor: pointer;
	
	opacity:0;
	transition:opacity 0.5s ease;
	-webkit-transition:opacity 0.5s ease;
	-moz-transition:opacity 0.5s ease;
	-o-transition:opacity 0.5s ease;
}
.backtop-btn img{ display:block; max-width:100%; height:auto; }
/*.backtop-btn:focus , .backtop-btn:hover{ color:#fff; }*/

.backtop-btn.show{ opacity:1; }



.wrapper-content{ width: calc(100% - 30px); margin:0 auto; background:#fff; /*padding:10px;*/ }


.header{ position:relative; /*min-height:160px;*/ padding:10px 15px 40px 15px; background:url(../images/bg_1280_02.png) no-repeat center top; }
.header:before , .header:after{
	position:absolute;
	top:0;
	width:30px;
	height:100%;
	content:"";
}
.header:before{ left:-30px; background:url(../images/bg_1280_01.png) no-repeat right bottom; background-size:cotain; }
.header:after{ right:-30px; background:url(../images/bg_1280_03.png) no-repeat left bottom; background-size:cotain; }


.main{ position:relative; min-height:220px; padding:10px 15px; }
.main:before , .main:after{
	position:absolute;
	top:0;
	width:30px;
	height:100%;
	content:"";
}
.main:before{ left:-30px; background:url(../images/bg_1280_06.png) repeat-y right top; }
.main:after{ right:-30px; background:url(../images/bg_1280_07.png) repeat-y left top; }


.footer{ position:relative; background:#000; padding:85px 15px 20px 15px; }
.footer , .footer a{ color:#999; }
.footer a:hover{ color:#eee;  }
.footer:before{
	position:absolute;
	top:0;
	left:-30px;
	width:1280px;
	height:85px;
	content:"";
	background:url(../images/bg_1280_10.png) no-repeat center;
	background-size:cover;
}

.footer-info-list{ position:relative; z-index:2; }
.footer-info-list li{ font-size:0.85em; }
.footer-info-list li span{ display:inline-block; margin:0 15px 0 0; }
.footer-info-list li span a{ display:inline-block; }


.logo{ max-width:250px; }
.logo img{ display:block; max-width:100%; height:auto; }


.header-content{ margin-top:20px; }
.header-left{ width:20%; margin-right:5%; align-self:center; }
.header-right{ width:75%; align-self:center; }


/*主選單*/
.menu-list{ text-align:right; }
.menu-list li{ position:relative; display:inline-block; margin:5px 5px; }
.menu-list li a{ display:block; width:128px; height:70px; }
.menu-list li a .title{ display:none; }
.menu-list li:nth-child(odd) a{
	-moz-transform:translateY(10px);
	-webkit-transform:translateY(10px);
	-o-transform:translateY(10px);
	-ms-transform:translateY(10px);
	transform:translateY(10px);
}
.menu-list li:nth-child(1) a{ background:url(../images/menu_01.png) no-repeat center; background-size:cover; }
.menu-list li:nth-child(1) a:hover{ background:url(../images/menu_02.png) no-repeat center; background-size:cover; }

.menu-list li:nth-child(2) a{ background:url(../images/menu_03.png) no-repeat center; background-size:cover; }
.menu-list li:nth-child(2) a:hover{ background:url(../images/menu_04.png) no-repeat center; background-size:cover; }

.menu-list li:nth-child(3) a{ background:url(../images/menu_05.png) no-repeat center; background-size:cover; }
.menu-list li:nth-child(3) a:hover{ background:url(../images/menu_06.png) no-repeat center; background-size:cover; }

.menu-list li:nth-child(4) a{ background:url(../images/menu_07.png) no-repeat center; background-size:cover; }
.menu-list li:nth-child(4) a:hover{ background:url(../images/menu_08.png) no-repeat center; background-size:cover; }

.menu-list li:nth-child(5) a{ background:url(../images/menu_09.png) no-repeat center; background-size:cover; }
.menu-list li:nth-child(5) a:hover{ background:url(../images/menu_10.png) no-repeat center; background-size:cover; }



.menu-trigger{
	display:none; 
	width:128px; 
	height:70px;
	background:url(../images/menu_trigger.png) no-repeat center; 
	background-size:cover;
	margin-left:auto;
}
.menu-trigger-txt{ display:none; }
.menu-trigger.opened{ background:url(../images/menu_trigger_active.png) no-repeat center; background-size:cover; }


/*mobile選單*/
.menu-toggle-content{ display:none; border-top:1px solid #ccc; padding-bottom:30px; }
.menu-mobile-list{ }
.menu-mobile-list li{ position:relative; display:block; }
.menu-mobile-list li a{ 
	/*color:#333; */
	display:block;
	/*font-size:0.95rem;*/
	padding:10px 20px 10px 10px;
	border-bottom:1px solid #d6d6d6;
}

.menu-mobile-list li ul{ background:#fff; }


/*第一層*/
.menu-mobile-list > li{  font-size:1rem; }
.menu-mobile-list > li > a{ font-weight: 600; }

/*第二層*/
.menu-mobile-list > li > ul{
	display:none;
	position:relative;
	top:0;
	left:0;
	width:100%;
	padding-left:15px;
}

/*第三層*/
.menu-mobile-list > li > ul li ul{
	display:none; 
	position:relative;
	top:0;
	left:0;
	width:100%;
	padding-left:15px;
}


/*下一層之按鈕*/
.submenu-button{
	position:absolute;
	z-index:3;
	top:20px;
	right:10px;
	width:11px;
	height:10px;
	cursor:pointer;
}
.submenu-button:before{
	position:absolute;
	z-index:4;
	top:0;
	right:0;
	width:4px;
	height:4px;
	border-right:2px solid #666; 
	border-bottom:2px solid #666; 
	content:"";
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}

.menu-mobile-list li.current{ background:#227FB8; color:#fff; }
.menu-mobile-list li.current > a{ color:#fff; }
.menu-mobile-list li.current > a .submenu-button:before{ border-right-color:#fff; border-bottom-color:#fff; }







.main-left , .main-right{ margin-bottom:15px; }
.main-left{ width:18%; margin-right:3%; }
.main-right{ 
	width:79%;
	border:1px solid #eee;
	padding:20px;
	-webkit-box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.7);
	-o-box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.7);
	box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.7);
}


/*主內容區左側標題*/
.main-left-headline{ margin-bottom:20px; }
.main-left-headline .title{ position:relative; display:block; padding-left:65px; text-align:left; font-size:1.6em; line-height:1; }
.main-left-headline .title:before{
	position:absolute;
	top:50%;
	left:0;
	width:60px;
	height:30px;
	margin-top:-15px;
	content:"";
	background:url(../images/headline-dec.png) no-repeat center;
}

.headline-flex{ display: flex; flex-wrap:wrap; align-items:center; }
.headline-flex > .flex-left{ width:50%; }
.headline-flex > .flex-right{ width:50%; text-align:right; }



.slect-else-area{ display:inline-block;  }
.select-else-heading{ color:#666; font-size:12px; }
.select-else-select{ font-size:12px; cursor:pointer; }





/*左側分類*/
.category-list{ margin-bottom:30px; }
.category-list li{ border-bottom:1px dashed #999; margin:10px 0; }
.category-list li a{ display:block; padding:5px 10px 10px 0px; margin-left:60px; }
.category-list li a span{ position:relative; display:block; padding-left:18px; font-size:0.95em; line-height:1.1; }
.category-list li a span:before{
	position:absolute;
	top:50%;
	left:0;
	width:16px;
	height:13px;
	margin-top:-6px;
	content:"";
	background:url(../images/category-dec.png) no-repeat center;
}
.category-list li.active a{ color:#e78000; }


/*主內容區右側標題*/
.main-right-headline{ position:relative; padding-bottom:10px; margin-bottom:40px; border-bottom:1px dashed #999; }
.main-right-headline .title{ position:relative; display:block; padding-left:60px; text-align:left; font-size:22px; line-height:1; }
.main-right-headline .title:before{
	position:absolute;
	top:50%;
	left:0;
	width:50px;
	height:20px;
	margin-top:-10px;
	content:"";
	background:url(../images/headline-dec.png) no-repeat center;
}



.headline-flex{}








/*導覽路徑*/
.breadcrumbs{
	position:absolute;
	z-index:1;
	bottom:-23px;
	right:0;
	width:100%;
	font-size:0.8em;
	line-height:1.5;
	text-align:right;
	letter-spacing:0;
}
.breadcrumbs , .breadcrumbs a{ color:#999; }
.breadcrumbs a:hover{ text-decoration:underline; color:#e78000; }
.breadcrumbs span{margin-right:0px;}
.breadcrumbs span:after{ content:"/"; margin-left:5px; font-size:10px; }
.breadcrumbs span:last-child:after{display:none;}






/*專案作品*/
.works-list-item{ position:relative; min-height:170px; padding-left:170px; border-bottom:1px dashed #ccc; padding-bottom:20px; margin-bottom:20px;}
.works-list-photo{ position:absolute; top:0; left:0; width:150px; height:150px; padding:5px; border:1px solid #ccc;  }
.works-list-photo a{ display:block;  }

.works-list-heading{ position:relative; padding-top:10px; margin-bottom:10px; padding-right:100px; }
.works-list-num{
	position:absolute;
	bottom:0;
	right:0;
	display:block;
	border-bottom:1px dashed #ccc;
	color:#666;
	font-size:0.9em;
	line-height:1.2;
	padding:4px;
}
.works-list-heading .title{ position:relative; display:block; vertical-align:top; font-size:1.2em; font-weight:600; line-height:1; padding-left:15px; }
.works-list-heading .title:before{
	position:absolute;
	top:50%;
	left:0;
	width:16px;
	height:13px;
	margin-top:-6px;
	content:"";
	background:url(../images/category-dec.png) no-repeat center;
}

.works-list-heading .title a{ color:#333; }
.works-list-heading .title a:hover{ color:#e78000; }

.works-list-intro{ margin:10px 0 20px 0; }

.works-list-price{
	position:relative;
	display:inline-block;
	padding:3px 6px 5px 25px;
	line-height:1;
	margin:10px 0 0 0;
	color:#666;
	border:1px solid #ccc;
	
	-ms-border-radius:30px 0 0 30px;
	-moz-border-radius:30px 0 0 30px;
	-webkit-border-radius:30px 0 0 30px;
	-o-bborder-radius:30px 0 0 30px;
	border-radius:30px 0 0 30px;

}
.works-list-price:before{
	position:absolute;
	top:50%;
	left:6px;
	width:10px;
	height:10px;
	margin-top:-6px;
	content:"";
	background:#fff;
	border:1px solid #ccc;
	
	-ms-border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-o-bborder-radius:50%;
	border-radius:50%;
}
.works-list-price .unit , .works-list-price .content{ display:inline-block; vertical-align:middle; line-height:1; font-size:0.9em; }
/*.works-list-price .unit{ font-size:0.9em; }
.works-list-price .dollar{ font-size:0.9em;}*/

.works-list-sn{ position:absolute; bottom:25px; right:0; text-align:right; }
.works-list-sn .unit , .works-list-sn .content{ display:inline; line-height:1; font-size:0.8em; color:#999; letter-spacing:0; }



.works-list .works-list-item:hover .works-list-photo a{ border-color:#e78000; }
.works-list .works-list-item:hover .works-list-num{ color:#e78000; border-bottom-color:#e78000;  }
.works-list .works-list-item:hover .works-list-heading .title a{ color:#e78000; }
.works-list .works-list-item:hover .works-list-price{  color:#e78000;   border-color:#e78000; }
.works-list .works-list-item:hover .works-list-price:before{ border-color:#e78000; }



/*專案作品詳細頁*/
.works-view-pd{ position:relative; padding-right:180px; }

.works-view-intro{ margin:20px 0; }
.works-view-intro img{ max-width:100%; height:auto; }

/*.works-view-photos{ margin:20px 0; }
.works-view-photos .sync-slide{ border:1px solid #ccc; }
.works-view-photos .sync-thum{ margin:10px 0; padding:0 0px; }
.works-view-photos .sync-thum .owl-item{ cursor:pointer; border:3px solid #ccc; opacity:0.7; }
.works-view-photos .sync-thum .owl-item:hover{ opacity:1;}
.works-view-photos .sync-thum .owl-item.current{ border-color:#e78000; cursor:default; opacity:1; }
.works-view-photos .sync-thum.owl-nav-style .owl-prev { left: -30px; }
.works-view-photos .sync-thum.owl-nav-style .owl-next{ right: -24px; }*/

.works-view-photos{ margin:40px 0 20px 0; }
.works-thrmb-item{ width:18.5%; margin-right:2%; margin-bottom:20px; }
.works-thrmb-item:nth-child(5n){ margin-right:0; }
.works-thrmb-item a { display:block; }
.works-thrmb-item .item-thumb-frame{ border:1px solid #ccc; }
.works-thrmb-item .title{ padding:2px 5px; font-size:0.9em; text-align:center; }


.float-price-box{ position:relative; border:1px solid #ccc; width:160px; padding:10px 10px; color:#666; background:#fff; }
.works-view-heading{ margin-bottom:10px; text-align:center; }

.works-view-price{ margin-bottom:5px; font-family: "Poppins",sans-serif; line-height:1.5; }
.works-view-price .title{ display:block; font-size:0.75em; line-height:1.5; color:#999;}
.works-view-price .content{ display:block; border:1px solid #ccc; padding:2px; text-align:center; }
/*.works-view-price.original-price{ text-decoration:line-through; font-size:0.8em; text-align:right; color:#999; }
.works-view-price.sale-price{ font-weight:600; font-size:1.1em; color:red; background:#e78000; color:#fff; text-align:center; padding:6px 2px 5px 2px; }*/

.works-view-sn{ position:absolute; bottom:-20px; left:0; width:100%; text-align:right; font-size:0.8em; color:#999; letter-spacing:0;  }


.works-view-pd{ padding-right:180px; }
#float-price-box{ position:absolute; top:0; right:0; z-index:2; }
#float-price-box.fixed{ position:fixed; top:20px; right:50%; margin-right:-575px; }

.works-view-contact{ margin-top:20px; padding-top:20px; border-top:1px dashed #ccc; text-align:center; }
.works-view-contact-item{ margin-bottom:10px; }
.works-view-contact-item span{ display:block; width:100%; font-size:0.95em; line-height:1.6; }
.works-view-contact-item .title{ margin-bottom:3px; font-weight:600;}








/*選版區塊*/
.choose-template-area{ text-align:center; border:1px solid #ccc; border-radius:5px; padding:15px 5px; }

.choose-temp-heading{ font-size:24px; color:#333; font-weight:600; letter-spacing:10px; }
.choose-temp-subheading{ font-size:14px; color:#666; font-weight:600; letter-spacing:2px; }

.choose-temp-subheading img{ display:inline-block; vertical-align:middle; }

.choose-temp-list,
.choose-temp-three-list{
	display:flex; flex-wrap:wrap;
	justify-content:center; margin-top:20px;
}
.choose-temp-list > .choose-temp-box{
	width:18%;
	margin:5px 1%;
}

.choose-temp-three-list > .choose-temp-box{
	width:31%;
	margin:5px 1%;
}

.choose-temp-box{
	border-radius:5px;
	text-align:center;
	overflow:hidden;

	transition:All 0.3s ease;
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
}
.choose-temp-box a{ display:block; padding:15px 5px; }

.choose-temp-box a span{ display:block; }

.choose-temp-box:hover{
	-moz-transform:translateY(-5px);
	-webkit-transform:translateY(-5px);
	-o-transform:translateY(-5px);
	-ms-transform:translateY(-5px);
	transform:translateY(-5px);
}






