
@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");


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

.h2-title {
    font-size: 2rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.carousel-indicators {
    bottom: -14px;
}
@media (min-width: 640px) {
	.carousel-indicators {
		bottom: 0px;
	}
}
/*========================================================
                      	 共同背景
=========================================================*/
.wrap-bg {
 width: 100%;
 height: 100%;
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 overflow: hidden;
 z-index: -1;
}


/*========================================================
                          特效
=========================================================*/

/*========================================================
                         icon 共用
=========================================================*/
.icon-array .row{
	justify-content:center;
}
.icon-array img{
	width: 100%;
}
.icon-array p{
	padding-top: 1vh!important;
	font-weight: bold;
	text-align: center!important;
}
@media (min-width: 768px) {
	.icon-array img{
		/*width: 80%;*/
		width: 65%;
	}
	.icon-array p{
		padding-top: 3vh!important;
	}
}
@media (min-width: 992px) {
	.icon-array {
		padding: 0 15vh;
	}
}
@media (min-width: 1200px) {
	.icon-array img{
		width: 80%;
		/*width: 65%;*/
	}
}
@media (min-width: 1400px) {
	.icon-array img{
		width: 75%;
		/*width: 70%;*/
	}
}
/*========================================================
                         共用文字
=========================================================*/
.all-wrap{
	overflow: hidden;
}
.all-wrap h2 {
    margin-bottom: 10px;
	font-weight: bold;
}
.line-all {
	background: #b2c9cf;
	height: 1px;
	width: 60%;
	text-align: center;
	margin: 5vh auto 0;
}
.all-wrap p{
	color: #b2c9cf;
    padding: 10vh 0 5vh;
    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; 
}

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

.about-wrap {	
	padding-top: 80px;
    padding-bottom: 80px;
    color: #b2c9cf;
	overflow: hidden;
	position: relative;
}
.about-logo{
	padding-bottom: 10vh;
}
.about-logo img{
	width: 35vh;
}
@media (max-width: 479.98px) {
	.about-logo img{
		width: 60%;
	}
}

@media (min-width: 480px) {
}
@media (min-width: 992px) {
	.about-wrap{
		padding-top: 120px;
    	padding-bottom: 120px;
	}
	.about-icon{
		padding-top: 5vh;
	}
}
@media (min-width: 1200px) {
	.about-icon{
		padding: 5vh 25% 0 25%;
	}
}
@media (min-width: 1600px) {
}


/*========================================================
                         首頁圖片展示
=========================================================*/
.about02-wrap{
	background: #d9e4e7;
	padding-top: 80px;
    padding-bottom: 80px;
    color: #fff;
	overflow: hidden;
	position: relative;
}
.about02-wrap img{
	padding: 5px 0;
}
.fixed-height {
    height: 100%; /* 固定高度 */
    object-fit: cover; /* 確保圖片填滿且不變形 */
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
@media (min-width: 992px) {
	.about02-wrap{
		padding: 120px 15%;
	}
	.about02-wrap img{
		padding: 10px 0;
	}
}
@media (min-width: 1200px) {
	.about02-wrap{
		padding: 120px 25%;
	}
}


/*========================================================
                         隱私權聲明
=========================================================*/
.fancybox-container {z-index: 9999999;}
.modal-body{ overflow-y:auto; padding:20px;}
.modal-header{ border-bottom:none;}
.modal-body h2{ text-align:center; margin-bottom:20px;}
.modal-body p span{ font-weight:bold; font-size:1.1rem;}
.modal-dialog{ margin-bottom:80px;margin-top: 1.75rem!important;}

@media (min-width:576px){
	.modal-body{ padding:20px 40px;}
	.modal-dialog{ max-width:1000px!important;}
}
@media (min-width:1024px){
	.modal-body{ padding:20px 80px;}
	.modal-dialog{ max-width:1200px!important; margin-bottom:0;}
}

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

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


.picture-effect {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.picture-effect img {
	transform: scale(1);
	transition: .3s ease-out all;
}
.picture-effect a {
	display: block;
	position: relative;
}
.picture-effect a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(12, 56, 98, 0.4);
	pointer-events: none;
	z-index: 1;
	opacity: 0;
	transition: .3s ease-out all;
}
.picture-effect a:hover:before {
	opacity: 1;
}
.picture-effect a:hover img {
	transform: scale(1.1);
}
/*========================================================
                         按鈕效果
=========================================================*/

.btn-back{
    display: block;
    text-align: center;
    cursor: pointer;
    line-height: 45px;
    position: relative;
    transition: all .3s linear;
    float: left;
    margin: 0px auto;
    margin-top: 0px;
    justify-content: center!important;
    /*position: absolute;*/
    top: 30%; 
    left: 50%;
    transform: translate(-50%,30%);
    z-index: 9;
	font-family: 'Noto Serif TC', serif;
}
.btn-back > a{
    position: relative;
    z-index: 1;
	padding: 10px 30px;
	color: #fff;
    border: 1px solid #fff;
}
.btn-1{
	color: #555;
    border: 1px solid #555;
}
.btn-1 > a{
	color: #555;
}

.btn-back::before{
    content: "";
    width: 0%;
    height: 100%;
    display: block;
    background-image: linear-gradient(45deg, #db9e4b 0%, #f9dfb7 100%);
    position: absolute;
    top: 0;
    left: 0;
	opacity: 0;
    transition: all .3s ease;
}
.btn-back > a:hover{
    color: #fff;
	border: 1px solid #f9dfb7;
}
.btn-back:hover::before{
    width: 100%;
    height: 100%;
    opacity: 1;
}
@media (min-width: 1200px) {
	.btn-back{
		top: -60%; 
		transform: translate(-50%,-60%);
	}
}
.rd-navbar-static .rd-navbar-dropdown{
	margin-top: 20px!important;
}