
@import url("../fonts/flaticon/flaticon.css");
@import url("../css/all.min.css");
@import url("revise.css");
@import url("header.css");
@import url("footer.css");
@import url("banner.css");


/*========================================================
                      	 標題設定
=========================================================*/

.s-header {
    text-align: center;
    overflow: hidden;
    margin-bottom: 40px;
}
.s-header-about {
    text-align: left;
    overflow: hidden;
    margin-bottom: 40px;
	padding: 5px;
}
.c-header-about {
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
	padding: 5px;
}
.h2-title {
    display: inline-block;
    font-size: 2rem;
    color: #000;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-weight: bold;
}
/*.h2-title:after {
    position: absolute;
    left: 0%;
    bottom: -6px;
    height: 4px;
    width: 100%;
    background: #ce1212;
    opacity: 1;
    content: "";
    z-index: -1;
}*/

.h3-title {
    /*border-left: 7px solid #0c3862;
    padding-left: 10px;*/
    margin-bottom: 10px;
    font-size: 1.6rem;
	font-weight: bold;
}


@media (min-width: 992px) {
	.c-header-about {
		margin-bottom: 80px;
	}
	.h2-title {
		font-size: 2.4rem;
		
	}
}
/*========================================================
                      	 共同背景
=========================================================*/
.wrap-bg {
 width: 100%;
 height: 100%;
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 overflow: hidden;
 z-index: -1;
}

/*========================================================
                         icon 共用
=========================================================*/
.icon-array img{
	width: 80%;
}
.icon-array p{
	padding-top: 1vh!important;
	font-weight: bold;
	text-align: center!important;
}


@media (min-width: 640px) {
	.icon-array img{
		width: 75%;
	}

}
@media (min-width: 768px) {
	.icon-array p{
		padding-top: 3vh!important;
		line-height: 2rem!important;
	}
	.icon-array img{
		width: 65%;
	}
}
@media (min-width: 992px) {
	.icon-array img{
		width: 85%;
	}
}

@media (min-width: 1200px) {
	.icon-array img{
		width: 65%;
	}
}
@media (min-width: 1400px) {
	.icon-array img{
		width: 70%;
	}
}
/*========================================================
                         共用文字
=========================================================*/
.all-wrap{
	overflow: hidden;
}
.all-wrap h2 {
    margin-bottom: 10px;
	font-weight: bold;
}

.line-all {
	background: #b2c9cf;
    height: 25vh; /* 最終高度 */
    width: 1px;
    text-align: center;
    margin: 5vh auto 0;
    transform: scaleY(0); /* 初始縮放為 0 */
    transform-origin: top; /* 從上開始縮放 */
    animation: grow-line 2s ease-out forwards;
}
@keyframes grow-line {
    0% {
        transform: scaleY(0); /* 起始狀態 */
    }
    100% {
        transform: scaleY(1); /* 最終狀態 */
    }
}
.all-wrap p{
	color: #b2c9cf;
    padding: 5vh 0;
    text-align: left;
}
@media (min-width: 768px) {
	.all-wrap p{
		 line-height: 4rem; 
		 text-align: center;
	}
}
/*-------------------------文字效果-------------------------*/

.text_section{ 
	padding:320px 0; 
	text-align:center; 
	background-color:#069; 
	color:#fff; 
}

.text_section h2{ 
	font-size:4rem; 
	font-weight: 900;
}

.char{ 
	transform: translate(0,80px) rotate(90deg) scale(0.2); 
	transition: 0.5s; 
	opacity: 0; 
}

/*========================================================
                      	 內頁框架
=========================================================*/

.content-wrap {
    padding-top: 180px;
    padding-bottom: 80px;
    color: #b2c9cf;
	overflow: hidden;
	position: relative;
}
@media (min-width: 992px) {
	.content-wrap {
		padding-top: 30vh;
    	padding-bottom: 120px;
	}
}
/* 麵包屑 */
.breadcrumbs {
    background-color: #0c3862;
	text-align: left;
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}
.breadcrumbs a {
	display: inline-block;
	color: #fff;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs a.home i {
    display: inline-block;
    margin-right: 3px;
    color: #fff;
}
.breadcrumbs span {
	margin: 0 2px 0 4px;
	color: #70d1e4;
	font-size: 1.4rem;
	font-weight: bold;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

/*========================================================
                      	次選單設定
=========================================================*/

.navsub {
	text-align: center;
}
.navsub-main {
	font-size: 1rem;
	color: #fff;
    margin-bottom: 20px;
}
.navsub-main ul {
	list-style: none;
    margin: 0;
    padding: 0;
}
.navsub-main ul li {
	display: inline-block;
}
.navsub-main ul li a {
    display: inline-block;
	padding: 3px 20px;
    margin: 0 7px 15px;
    background-color: #ddd;
	color: #000;
}
.navsub-main ul li a:hover, .navsub-main ul li a.active {
    background-color: #132c46;
    color: #fff;
}


.navsub-sub {
	font-size: 1rem;
	color: #fff;
}
.navsub-sub ul {
	list-style: none;
    margin: 0;
    padding: 0;
}
.navsub-sub ul li {
	display: inline-block;
}
.navsub-sub ul li a {
    display: inline-block;
	padding: 0 15px;
    margin: 0;
	color: #000;
}
.navsub-sub ul li a:hover, .navsub-sub ul li a.active {
    background-color: #aac9eb;
}

@media (min-width: 1200px) {
    .navsub-main {
        font-size: 1.2rem;
    }
    .navsub-sub {
        font-size: 1.1rem;
    }
}

/*========================================================
                         關於我們
=========================================================*/

.about-wrap {	
}

.about-list-2{
	padding-top: 10vh;
}
.about-list-2 img{
	width: 100%;
	padding-top: 2vh;
}

@media (min-width: 480px) {
}
@media (min-width: 992px) {
	.about-icon{
		/*padding: 5vh 15vh;*/
		padding: 5vh 25%;
	}
}
@media (min-width: 1200px) {
	.about-list-2 img{
		width: 70%;
		padding-top: 10vh;
	}
}
@media (min-width: 1600px) {
	.about-list-2 img{
		width: 60%;
	}
}

/*========================================================
                         流程
=========================================================*/
.workflow-wrap{
	
}

.nav-tabs {
    justify-content: center;
	position: relative;
	
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background-color: transparent!important;
	border-bottom: 1px solid transparent!important;	
	border-color: transparent!important;
	
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: transparent!important;
}
.nav-tabs a {
    color: #b2c9cf;
	
}
.nav-tabs .nav-item {
    margin-bottom: -13px;
}
.nav-link {
    display: block;
    padding: 0.55rem 1rem!important;
}

.nav-link.active::after {
  content: '';
  display: block;
  width: 20px; /* 調整圖片的寬度 */
  height: 20px; /* 調整圖片的高度 */
  background-image: url('../img/workflow-nav.png');
  background-size: contain; /* 使圖片適應大小 */
  background-repeat: no-repeat;
  margin-top: 5px; /* 調整圖片與文字之間的間距 */
  margin-left: auto;
  margin-right: auto;
}

.workflow-icon{
	padding: 10vh 0vh;
}
.workflow-row{
	display: flex;
	justify-content: center !important;
}
.workflow-row > div{
	padding: 0 5px;
}
@media (max-width: 639.99px) {
	.workflow-wrap p{
		line-height: 1.4rem!important;
	}
}
@media (min-width: 992px) {
	.workflow-row{
		display: flex;
		justify-content: space-between !important;
	}
}
@media (min-width: 1600px) {
	.workflow-icon{
		padding: 10vh 5vh;
	}
}
/*========================================================
                         作品集
=========================================================*/
.works-wrap{
}
.works-icon{
	padding: 10vh 0vh;
}
.works-icon p{
	padding: 2px 0!important;
	line-height: 2rem !important;
}
.works-row > div{
	padding: 5px;
}
.words-pic{
	overflow:hidden;
}
.words-pic img{
	transform:scale(1,1);
	transition: all 1s ease-out;
}
.words-pic img:hover{
	transform:scale(1.2,1.2);
}


@media (min-width: 992px) {
	.works-wrap{
		padding-left: 14%;
		padding-right: 14%;
	}
}
@media (min-width: 1600px) {
	.works-icon{
		padding: 10vh 5vh;
	}
}





/*輪播切換圖片效果*/
.works-detail {
	margin-bottom: 20px;
	text-align: left;
}
.works-detail .slider-for img,.works-detail .slider-nav img {
	width: 100%;
	vertical-align: bottom;
	border: 7px solid #ededed;	
}
.works-detail .slider-for:after{
    content: '';
    position: absolute;
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
	margin: 5px;
    /*border: 1px solid #e0e0e0;*/
}
.works-detail h3 {
	color: #b2c9cf;
    font-weight: bold;
}
.slider-for > div {
	position: relative;
}
.slider-for > div a:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
}
.slider-for > div img {
	width: 100%;
	vertical-align: bottom;
	border: 7px solid #ededed;
}
.slider-nav {
	margin-bottom: 20px;
}
.slider-nav .slick-slide {
	margin: 10px 5px 0 5px;
}

.slick-prev, .slick-next{
	background-color: #b2c9cf;
}


.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: #4f757f;
}
@media (min-width: 992px) {
	#nav-perspective { padding: 0 6%;}
}
@media (max-width: 992px) {
	.slick-prev{ left:-15px;}
	.slick-next{ right:-15px;}
}



/*========================================================
                         ul設定
=========================================================*/

.ul-s1 {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    text-align: left;
}
.ul-s1 > li {
    padding: 0 0 0 40px;
    margin-bottom: 10px;
    position: relative;
}
.ul-s1 > li span {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	font-size: 1rem;
	color: #000;
	line-height: 30px;
	text-align: center;
	background-color: #9abdd2;
    position: absolute; 
    left: 0; 
    top: 2px; 
    z-index: 9; 
}

.ul-s2 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ul-s2 li {
	background: url("../img/icon-a01.png") no-repeat left 12px;
    padding: 5px 10px 5px 20px;
}



/*========================================================
                         圖片效果
=========================================================*/

a.figure {
	display: block;
	position: relative;
}
a.figure:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:before {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    content: '';
    display: inline-block;
    background: rgba(255,255,255,0.15) url(../img/magnifier.png) no-repeat center center;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}


.effect-layla > a {
    position: relative;
    display: inline-block;
    overflow: hidden
}
.effect-layla > a img {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    backface-visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}
.effect-layla > a:before, .effect-layla > a:after {
    position: absolute;
    z-index: 9;
    content: "";
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}
.effect-layla > a:before {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center
}
.effect-layla > a:after {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center
}
.effect-layla:hover > a img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}
.effect-layla:hover > a:before, .effect-layla:hover > a:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.effect-layla a div {
	position : absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 9;
    color: #fff;
    font-size: 2.4rem;
    text-shadow: 1px 1px 5px #333;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.effect-layla a:hover div {
	opacity: 1;
}

@media (max-width: 1199.98px) {
	.rd-navbar-fixed .rd-navbar-nav li > a span:before{
		content: ' - ';
	}
}