
@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;
}
.h4-title {
    margin-bottom: 10px;
    font-size: 1.3rem;
	font-weight: bold;
	color: #27bdae;
}



@media (min-width: 992px) {
	.c-header-about {
		margin-bottom: 80px;
	}
	
}
*/

.h1-title{
	font-family:  '微軟正黑體', serif;
	font-weight: bold;
}
.h1-title strong{
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: bold;
	
}
.h2-title{
	font-weight: bold;
	padding: 2vh 0;
	font-size: 1.6rem;
}
.h3-title{
	padding: 2vh 0;
	font-size: 1.5rem;
}

.slick-slider img {
	padding: 0;
	width: 100%
}
.txt-p{
	font-weight: 600;
	line-height: 2.2rem;
}
@media (min-width: 640px) {
	.txt-p{
		letter-spacing: .2rem;
		font-size: 1.1rem;
	}
}
@media (min-width: 768px) {
	
	.txt-p br{
		display: block;
	}
	.h2-title{
		font-size: 2rem;
	}
}
@media (min-width: 992px) {
	
}	
@media (min-width: 1024px) {
	
}
@media (min-width: 1200px) {
	.h2-title{
		font-size: 2.4rem;
	}
	.txt-p{
		font-size: 1.1rem;
	}
	.img-style img{
		padding: 0 3vh;
	}
	.txt-p{
		line-height: 3rem;
	}
}
@media (min-width: 1400px) {
	.h2-title{
		font-size: 2.6rem;
	}
	.txt-p{
		font-size: 1.2rem;
	}
}
@media (min-width: 1600px) {
	.txt-p{
		font-size: 1.35rem;
	}
}
.stack-text {
    position: relative;
    display: inline-block;
	padding-bottom: 4.5vh;
}

.stack-text-en {
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translate(-2%, -72%);
    font-size: 2.5rem;
    color: rgba(0, 0, 0, 0.1);
    z-index: 1;
    white-space: nowrap;
	font-weight: bold;
	letter-spacing: .2rem;
}

.stack-text-tw {
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    z-index: 2; /* 文字層 */
	letter-spacing: .2rem;
}

@media (min-width: 768px) {
	.stack-text-en {
		font-size: 4rem;
		transform: translate(-2%, -120%);
	}
	.stack-text-tw {
		font-size: 2.6rem;
	}
}


@media (min-width: 1200px) {
	.stack-text {
		padding-bottom: 7.5vh;
	}
	.stack-text-en {
		font-size: 4rem;
	}
	.stack-text-tw {
		font-size: 3rem;
	}
}
@media (min-width: 1400px) {
	.stack-text-en {
		font-size: 4.6rem;
	}
	.stack-text-tw {
		font-size: 3.5rem;
	}
}
/*========================================================
                      	 內頁框架
=========================================================*/
.all-wrap-box{
	background: url("../img/all_bg.jpg") no-repeat center center;
    background-size: cover;
}
.content-wrap {
    padding-top: 10vh;
    padding-bottom: 10vh;
    /*background-color: #fff;*/
	overflow: hidden;
}
@media (max-width: 767.98px) {
	.content-wrap {
		padding-top: 5vh;
	}
}
/* 麵包屑 */

.main-top {
	padding-top: 40px;
	text-align: center;
	position: relative;
}
.main-top .btn.inqu {
	position: absolute;
	right: 0;
	bottom: 0;
}
.main-title {
	text-align: center;
	font-size: 18px;
	color: #000;
	line-height: 1.2;
	display: inline-block;
	box-sizing: border-box;
	padding: 40px 0 0px;
}
.main-title > div {
	position: relative;
    display: block;
    margin-bottom: 4px;
    font-size: 18px;
	justify-content: center!important;
}
.main-title strong {
	display: block;
	font-family: 'Hind', sans-serif;
	font-weight: bold;
	font-size: 36px;
	color: #f480a8;
	background: -webkit-linear-gradient(#186e80, #1f9ea5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/* éºµåŒ…å±‘ */

.breadcrumbs {
	text-align: center;
	color: #bababa;
	box-sizing: border-box;
	padding-bottom: 20px;
	border-bottom: solid 1px #ddd;
}
.breadcrumbs a {
	display: inline-block;
	color: #bababa;
}
.breadcrumbs a:hover {
	color: #1f9ea5;
}
.breadcrumbs a.home i {
	display: inline-block;
	margin-right: 3px;
	color: #bababa;
}
.breadcrumbs span {
	margin: 0 2px 0 4px;
	color: #bababa;
	font-size: 1.4rem;
	font-weight: bold;
}
.sub-title {
	position: relative;
	text-align: left;
	font-size: 24px;
	color: #444;
	margin-bottom: 5px;
}

.c-decoration-header__dots {
    display: flex;
    /*flex-direction: column;
    align-items: center;*/
	position: relative;
	top: 8px;
}
.c-decoration-header__dots.dots1 span:nth-child(1){-webkit-animation-delay:.1s;animation-delay:.1s}
.c-decoration-header__dots.dots1 span:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}
.c-decoration-header__dots.dots1 span:nth-child(3){-webkit-animation-delay:.3s;animation-delay:.3s}

.c-decoration-header__dots.dots1 span{
    margin: 0 3px 0;
}
.c-decoration-header__dots.dots2 span:nth-child(1){-webkit-animation-delay:.3s;animation-delay:.3s}
.c-decoration-header__dots.dots2 span:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}
.c-decoration-header__dots.dots2 span:nth-child(3){-webkit-animation-delay:.1s;animation-delay:.1s}
.c-decoration-header__dots.dots2 span{
    margin: 0 3px 0;
}
.c-decoration-header__dots.dots1 span {
    display: block;
    width: 5px;
    height: 5px;
	background: #186e80;
    background: -moz-linear-gradient(left, #186e80 0%, #1f9ea5 100%);
    background: -webkit-linear-gradient(left, #186e80 0%,#1f9ea5 100%);
    background: linear-gradient(to right, #186e80 0%,#1f9ea5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#186e80', endColorstr='#1f9ea5',GradientType=1 );
    border-radius: 50%;
	-webkit-animation: flashing1 2s infinite;
    animation: flashing1 2s infinite;
}
.c-decoration-header__dots.dots2 span {
    display: block;
    width: 5px;
    height: 5px;
	background: #186e80;
    background: -moz-linear-gradient(left, #186e80 0%, #1f9ea5 100%);
    background: -webkit-linear-gradient(left, #186e80 0%,#1f9ea5 100%);
    background: linear-gradient(to right, #186e80 0%,#1f9ea5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#186e80', endColorstr='#1f9ea5',GradientType=1 );
    border-radius: 50%;
	-webkit-animation: flashing2 2s infinite;
    animation: flashing2 2s infinite;
}

.c-decoration-header__dots.dots1 {
	margin-right: 15px;
}
.c-decoration-header__dots.dots2 {
	padding-left: 10px;
}

@-webkit-keyframes flashing1{
	0%{opacity:1}100%{opacity:0}
}
@keyframes flashing1{
	0%{opacity:1}100%{opacity:0}
}
@-webkit-keyframes flashing2{
	0%{opacity:0}100%{opacity:1}
}
@keyframes flashing2{
	0%{opacity:0}100%{opacity:1}
}

.breadcrumb_2 {
	padding: 4px 15px;
	margin-bottom: 20px;
	list-style: none;
	border-radius: 4px;
	color: #b9b9b9;
}
.breadcrumb_2 > li {
	display: inline-block;
}
.breadcrumb_2 > li a {
	color: #b9b9b9;
}
.breadcrumb_2 > li a:hover {
	color: #456aad;
}
.product-list h2 {
	padding: 4px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}
.page-ex2{
	margin: 0 auto;
}

.list-hr{
	border-bottom: 1px solid #727171;
	margin: 5vh 2vh;
}
@media (min-width: 992px) {
	.list-hr{
		
	}
}

/* 電腦版,手機版關開設定 */
.pc-wrap {
    position: relative;
    display: none;
}
.m-wrap {
    position: relative;
    display: block;
}

@media (min-width: 992px) {
    .pc-wrap {
        display: block;
    }
    .m-wrap {
        display: none;
    }
}

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

.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;
    }
}


.slick-prev, .slick-next {
    background-color: #c59b6d6e!important;
}
/*========================================================
                          共同背景
=========================================================*/
/*.wrapper__bg {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
}
@media (max-width: 899px) {
	.wrapper__bg {
	width: 100%;
	position: fixed;
	 top: 0; 
	 right: 0; 
	overflow: hidden;
	z-index: -1;
}
}*/

.wrapper__bg {
 width: 100%;
 height: 100%;
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 overflow: hidden;
 z-index: -1;
}


/*========================================================
                       關於我們
=========================================================*/
.about{
	overflow: hidden;
	position: relative;
	padding: 0;
}
.about-list-box{
	margin-top: -2px;
}
.about-list-box img{
	width: 100%;
}
.about-item{
	padding: 8vh 2vh 2vh;
}

.about-list-box2{
	background: url(../img/about-list-a02.jpg) no-repeat;
	background-size: cover;
	color: #fff;
}
.about-item-2{
	padding-top: 20vh;
	padding-bottom: 10vh;
}
.about-list-box2 .stack-text{
	padding-bottom: 2.5vh!important;
}

.about-list-box2 .stack-text-en{
	color: #ffffff38!important;
	transform: translate(-10vh, -3vh) !important;
	letter-spacing: .5rem;
}

/*.about-3{
	padding: 5vh 0;
}*/
.title-line{
	background: linear-gradient(to right, #887447 0%, #c5b599 100%);
    width: 117px;
    height: 7px;
	margin-bottom: 5vh;
}
.title-line-r{
	background: linear-gradient(to right, #887447 0%, #c5b599 100%);
    width: 117px;
    height: 7px;
	margin-bottom: 5vh;
	margin-left: auto;
}
@media (min-width: 768px) {
	.about-item{
		padding: 5vh 2vh;
	}
	.about-list-box2 .stack-text-en {
		transform: translate(-17vh, -4vh) !important;
	}
}
@media (min-width: 992px) {
	.about-3{
		padding: 10vh 0 5vh;
	}
	.about-3 .about-item {
		/*padding: 0 5vh;*/
	}
	.about-list-box2 .stack-text-en {
		transform: translate(-14vh, -4vh) !important;
	}
}


.about-list-box4{
	background: url(../img/about-list-a04.jpg) no-repeat;
	background-size: cover;
	color: #fff;
	margin-top: 5vh;
}
.about-item-4{
	padding-top: 20vh;
	padding-bottom: 10vh;
}
.about-list-box4 .stack-text{
	padding-bottom: 2.5vh!important;
	letter-spacing: .5rem;
}

.about-list-box4 .stack-text-en{
	color: #ffffff38!important;
	transform: translate(-6vh, -3vh) !important;
}
@media (min-width: 768px) {
	.about-list-box4 .stack-text-en {
		transform: translate(-14vh, -4vh) !important;
	}
}
@media (min-width: 992px) {
	
	.about-list-box4 .stack-text-en {
		transform: translate(-10vh, -4vh) !important;
	}
}
.about-5-img{
	width: 25px!important;
	height: 25px!important;
	margin-right: 2vh;
}


.contact-about6 {
	position: relative;
	background: url('../img/about-list-a06-s.jpg') no-repeat center left;
	background-size: cover;
	height: 76vh;
}
.circle {
	position: absolute;
	width: 200px;
	height: 200px;
	border: 2px solid white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	font-size: 18px;
    font-family: sans-serif;
    text-transform: uppercase;
    animation: animate-pulse 5s linear infinite;
    cursor: pointer
}
.form-circle {
	top: 57%;
	right: 11%;
}
.form-circle a {
	color: white;
	text-decoration: none;
	letter-spacing: .2rem;
}
.form-circle:hover {
	background: #ffffff36;
}
@media (min-width: 992px) {
	.contact-about6 {
		background: url('../img/about-list-a06.jpg') no-repeat center left;
		background-size: cover;
		height: 70vh;
	}
	.circle {
		width: 250px;
		height: 250px;
	}
	.form-circle {
		top: 10%;
		right: 7%;
	}
}
@media (min-width: 1200px) {
	.contact-about6 {
		background: url('../img/about-list-a06.jpg') no-repeat center center;
		background-size: cover;
	}
	.circle {
		width: 250px;
		height: 250px;
	}
	.form-circle {
		top: 19%;
		right: 17%;
	}
}


@keyframes animate-pulse {
    0% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6), 0 0 0 0 rgba(255, 255, 255, 0.6);}
    40% {box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.0), 0 0 0 0 rgba(255, 255, 255, 0.5);}
    80% {box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.0), 0 0 0 10px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.0), 0 0 0 10px rgba(255, 255, 255, 0);}
}


/*.about{
	font-weight: 300;
}
.about-list-box1{
	padding-top: 5vh;
}
.about-img{
	max-width: 100%;
	padding: 2vh;
}


.about-list-box2{
	margin-top:  10vh;
}

.about2-detail .innerBox:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
	width: 130px;
    height: 130px;
	border-radius: 50%;
    border: 3px solid #fff;
}

.about-line{
	padding: 5% 0;
}
.about-line:not(:last-child){
    border-bottom: solid 1px #ddd;
}
.about-list-box3{
	
}
@media (max-width: 992px){
	.about-list-box3{
        background: url(../img/about-list-b02-s.png) no-repeat center bottom;
	}
	.about-img2{
		padding: 3vh 0;
	}
}
*/
/*========================================================
                         工程進度
=========================================================*/

/* 框架 */
.project{
	padding-bottom: 10vh;
}

.project-item {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	transform: translateY(0);
	transition: .3s ease-out transform;
	border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.project-item:hover {
	transform: translateY(-5px);
}
/*.project-item + .project-item {
	margin-top: 35px;
}*/

.project-wrap{
	height: auto;
	padding: 40px 0;
	background-image: url(../img/project_bg.jpg);
	background-position: center;
	background-size: cover;
}


.all-breadcrumbs {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
	padding: 20px 0;
	padding-bottom: 60px;
}
.all-item-box{
	padding:0 20px;
}
.all-breadcrumbs ul{
	padding: 0;
}
.all-breadcrumbs ul li{
	list-style:none;
	display: inline-block;
	letter-spacing: 3px;　
}
.all-breadcrumbs ul li::before {
    content: " / ";
	color: #717b67;
}
.all-breadcrumbs ul li:first-of-type::before {
    display: none;
}
.all-breadcrumbs ul li a{
	color: #717b67;
	font-weight: bold;
}
.all-breadcrumbs ul li a:hover,.all-breadcrumbs ul li a.active{
	color: #b2aa59;
	box-shadow: 0 1px;
	padding-bottom:5px
}
.project-pic-test {
    text-align: left;
    padding: 2vh 2vh 1vh;
    color: #373838;
}
.project-pic-test h3{
	font-size: 1.2rem;
}

.project-pic-test p{
	margin: 0;
	color: #555;
}
.project-item-img{
	padding: 2vh;
}
.project-item-img .project-pic-img{
	border: 1px solid #373838;
}
.project-item-img .project-pic-img:hover .pic img{
    transform:scale(1.2,1.2);
	outline:none;
}

.project-item-img .project-pic-img a.project-datail-bnt{
	display: inline-block;
    background: #545454;
    margin-left: 2vh;
    margin-block: 1vh;
    padding: 0.5vh 1.5vh;
    font-size: 0.8rem;
    color: #fff;
	border-radius: 1vh;
}
.project-item-img:hover .project-pic-img a.project-datail-bnt{
	background: #797777;
}
.project-item-img .project-pic-img .pic{overflow:hidden;/*border: 7px solid #ededed;*/}
.project-item-img .project-pic-img .pic img{transform:scale(1,1);transition: all 1s ease-out;}


@media (min-width: 768px){
	.all-breadcrumbs {
		display: flex;
		max-width: 1170px;
	}
}


/* 內容 */
.project-item-info {
	padding: 25px;
	transition: .3s ease-out box-shadow;
}
.project-item-info > div {
	margin-top: 0;
	padding-top: 20px;
}

.project-item-info h6 {
    /*font-weight: bold;
	color: #a7a7a7;*/
}
.project-item-info h6 i{
    padding: 0 10px 0 0 ;
	font-weight: 600;
}
.project-item-info h4 {
    font-weight: bold;
	color: #254261;
}
.project-item-info p {
    margin: 0;
	margin-bottom: 20px;
}


.project-btn-box{
    display: block;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    color: #fff;
    background-color: #0253a8;
    border: 1px solid #2f84cd;
    position: relative;
    transition: all .3s linear;
	float:right;
}
.project-btn-box > a{
    position: relative;
    z-index: 1;
	color: #fff;
	padding: 10px 30px;
}
.project-btn-box::before{
    content: "";
    width: 0%;
    height: 0%;
    display: block;
    background-color: #2f84cd;
    position: absolute;
    top: 0;
    left: 0;
	opacity: 0;
    transition: all .3s ease;
}
.project-btn-box:hover{
    color: #fff;
}
.project-btn-box:hover::before{
    width: 100%;
    height: 100%;
    opacity: 1;
}


.project-btn2 {
    color: #fff;
    font-weight: bold;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
    top: 5%;
    left: 0%;
    z-index: 9;
}
.project-btn2 a{
	color: #555;
    width: 150px;
    height: 34px;
    display: inline-block;
    
}

.project-wrapper{
	text-align: right;
	padding-top: 10vh;
}




.btn-16 {
  /*border: none;*/
  border:1px solid #555;
  color: #000;
}
.btn-16:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
  transition: all 0.3s ease;
}
.btn-16:hover {
  color: #000;
}
.btn-16:hover:after {
  left: auto;
  right: 0;
  width: 100%;
}
.btn-16:active {
  /*top: 2px;*/
}

.project-detail-link{
	background: #ededed;
	padding: 10px 5px;
	border-top:1px dashed #797979;;
	border-bottom:1px dashed #797979;
	margin-top: 30px;
	margin-bottom: 30px;
}
.project-detail-link h4{
	font-size: 1.2rem;
	font-weight: bold;
}

.project-detail-link a{
	padding-left: 5px;
	color: #555;
	text-decoration:underline;
}
.project-detail-link a:hover{
	color: #001e74;
}



/* 尺寸設定 */
@media (min-width: 640px) {
	
}
@media (min-width: 768px) {
	/*.project-item {
		display: flex;
		max-width: 1170px;
	}*/
	.project-item-img {
		display: flex;
		width: 200px;
		flex-shrink: 0;
	}
	.project-item-img img {
		object-fit: cover;
		width: 100%;
		height: 100% !important;
	}
	.project-item-info > div {
		display: flex;
	}
	
}
@media (min-width: 992px) {
	.project-item-img {
		width: 270px;
	}
	.project-item-info {
		float: left;
	}
	/*.project-item + .project-item {
		margin-top: 50px;
	}*/
	.project-item-font{
		float: left;

	}
	.project-item .project-item-info .project-item-btn  .project-btn{
		
	}
	
}
@media (min-width: 1200px) {
	.custom-btn2 a {
		width: 140px;
		height: 35px;
	}
	
}

/*========================================================
                   	工程進度內頁
=========================================================*/
.project-detail{
	position: relative;
}
.project-detail-list{
	margin: 2vh 0;
}

@media (min-width: 992px) {
	.project .btn-back > a{
		padding: 10px 40px;
	}
}
@media (min-width: 1200px) {
	.project .btn-back > a{
		padding: 10px 60px;
	}
}
.video-iframe iframe, .video-iframe embed {
    width: 100% !important;
    height: 300px !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.video-embed {
    text-align: center;
}

@media (min-width: 768px) {
    .video-iframe iframe, .video-iframe embed {
        height: 420px !important;
    }
}
@media (min-width: 992px) {
    .video-iframe iframe, .video-iframe embed {
        height: 400px !important;
    }
}
@media (min-width: 1200px) {
    .video-iframe iframe, .video-iframe embed {
        height: 460px !important;
    }
}
@media (min-width: 1600px) {
    .video-iframe iframe, .video-iframe embed {
        height: 500px !important;
    }
}
/*========================================================
                    熱銷建案
=========================================================*/
.hot{
	
}

.hot-detail{
	padding-top: 5vh;
	padding-bottom: 10vh;
	
}

.hot-list-en{
	padding-bottom: 5vh;
}
.hot-text{
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 100%;
	color: #000;
}

.hot_slide_img{
}
.hot-list-info h3,.hot-list-info p{
	font-weight: bold!important;
}
.hot-list-info a{
	display: inline-block;
    background: #ffffff7d;
    margin-block: 1vh;
    padding: 0.5vh 2.5vh;
    font-size: 0.8rem;
    color: #373838;
	border-radius: 1vh;
}
.hot-list-info a:hover{
	background: #9191917d;
	color: #fff;
}
.hot-wrapper{
	text-align: right;
	padding-top: 3vh;
}

.hot-box{
	position: relative;
}
.hot-line {
    position: absolute;
    top: 5%;
    left: 100%;
    transform: translate(-7vh, -50%);
    z-index: 9;
    width: 28%;
    height: 4px;
    background-color: #c59b6d;
    margin: 10px auto;
}


/*.control-box {
    display: flex;
    align-items: center;
    gap: 5px;
	
}

.control-box a {
    text-decoration: none;
    font-size: 24px;
    color: black;
    font-weight: bold;
}
.control-line {
    content: "|";
    font-size: 27px;
    color: #676767;
}


.hot .control-box .carousel-control-prev, .hot .control-box .carousel-control-next {
    position: relative;
    width: 35px;
}

.hot .control-box .carousel-control-prev::before, .hot .control-box .carousel-control-next::before {
    font-size: 20px;
}*/
.classic_slide_img .slick-prev {
	left: 5% !important;
}
.classic_slide_img .slick-next {
	left: 89%!important;
}
.swiper-pagination {
	position: absolute;
	bottom: 5px;
	text-align: center;
}

@media (min-width: 1200px) {
	.classic_slide_img .slick-prev {
		left: 3% !important;
	}
	.classic_slide_img .slick-next {
		left: 90%!important;
	}
}


@media (min-width: 480px) {
	.hot-line {
		top: 7%;
		transform: translate(-18vh, -50%);
	}
}
@media (min-width: 640px) {
    .hot-text {
        font-size: 3.4rem;
    }
	.hot-line {
		top: 7%;
        left: 100%;
        transform: translate(-20vh, -50%);
        width: 28%;
	}
}
@media (min-width: 768px) {
    .hot-line {
		top: 8%;
        left: 100%;
        transform: translate(-41vh, -50%);
        width: 45%;
	}
}
@media (min-width: 992px) {
	.hot-detail{
		padding-top: 10vh;
	}

	.hot-detail{
		padding-top: 15vh;
	}
	.hot-box{
		text-align: right;
	}
	.hot-text {
        font-size: 6rem;
    }
	.hot-line{
		top: 13%;
		transform: translate(0%, -50%);
	}
	
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
	.child {
		position: absolute;
		bottom: 8vh!important;
		left: 0;
		right: 0;
		padding: 2vh 0 2vh 13vh;
	}
}
@media (min-width: 1200px) {
    .hot-text {
        font-size: 4.8rem;
    }
	.hot-line {
		top: 9%;
        left: 100%;
        transform: translate(-1vh, -50%);
        width: 45%;
	}
	.hot-list-info {
		position: relative;
		height: 350px;
	}
	.child {
		position: absolute;
        top: 5vh;
        left: 0;
        right: 0;
        padding: 0 0 0 13vh;
	}
}
@media (min-width: 1400px) {
	
}
@media (min-width: 1600px) {
    .hot-text {
        font-size: 5.5rem;
    }
	.hot-list-info {
		height: 490px;
	}
}	







/*========================================================
                         按鈕設定
=========================================================*/
/*.carousel-indicators {
    position: absolute;
    right: 0;
    bottom:0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}*/
.carousel-control-prev, .carousel-control-next {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #c59b6d no-repeat center center;
    background-size: 50% 50%;
    border-radius: 50%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators li {
    opacity: 1;
    height: 5px;
}
.carousel-indicators .active {
    opacity: 1;
    background-color: #c59b6d;
}
.carousel-indicators li {
    background-color: #e9ddd0;
}
/*========================================================
                    經典建案
=========================================================*/
.classic{
	position: relative;
	padding-top: 10vh;
	padding-bottom: 0vh!important;
}
.class-title .h2-title{
	display: inline-block;
	padding-right: 1.5vh;
}
.class-title a,.class-title span{
	color: #333;
	font-size: 1.4rem;
	
}

.classic-item-img{
	padding: 2vh;
}

.classic-item-img .classic-pic-img:hover .pic img{
    transform:scale(1.2,1.2);
	outline:none;
}
.classice-datail-bnt{
	float: right;
}
.classic-item-img .classic-pic-img a.classic-datail-bnt{
	display: inline-block;
    background: #ffffff7d;
    margin-block: 1vh;
    padding: 0.5vh 2.5vh;
    font-size: 0.8rem;
    color: #373838;
	border-radius: 1vh;
}
.classic-item-img .classic-pic-img .pic{overflow:hidden;position: relative;}
.classic-item-img .classic-pic-img .pic img{transform:scale(1,1);transition: all 1s ease-out;}

.classic-item-img .classic-pic-img .pic .more-img{
	position: absolute;
    right: 2vh;
    bottom: 1vh;
    z-index: 999;
    color: #ffffff9e;
    font-size: 1.5rem;
}

.classic-item-img:hover .classic-pic-img a .pic:before {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.classic-item-img .classic-pic-img a .pic:before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    content: '';
    display: inline-block;
	/*background: url(../img/link-symbol.png) no-repeat center center;*/
	background-color: rgba(10,10,10,0.6);
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: 2s;
	z-index: 99;
}
.classic-item-img .classic-pic-img a .pic:after {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	content: "";
	width: 100%;
	height: 100%;
}
.classic-pic-test {
    text-align: left;
    color: #373838;
	display: inline-block;
}
.classic-pic-test h3{
	font-size: 1.2rem;
}

.classic-pic-test p{
	margin: 0;
	color: #555;
}
.isect-mg-title{
	position: absolute;
    z-index: 999;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.8rem;
    font-weight: bold;
	text-align: center;
}
.section1-titleBox,
.sect-item-img {
    flex-grow: 1;
}
.sect-item-img:hover .isect-mg-title{
    color: #fff;
	text-shadow: 1px 1px 2px #000, 1px 1px 2px #000;
}
.sectItem--img2 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50vh;
    position: relative;
    transition: all .5s;
}
.classic_wrapper{
	padding-top: 2vh;
}
@media (min-width: 992px) {
	.classic{
		padding-top: 10vh;
	}
	.sectItem--img2 {
		padding-top: 70vh;
	}
	.classice .h2-title{
		font-size: 3rem;
	}
}
/*========================================================
                   	經典建案內頁
=========================================================*/

.classic-list{
	position: relative;
	
}
.clasic-list-box{
	background: #fff;
	padding: 2vh;
	box-shadow: 5px 5px 5px #5555554d;
}
.classic-list-info{
	padding-left: 5vh;
}
.classic-box p{
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 2.5rem;
}
@media (min-width: 992px) {
	.clasic-list-box{
		padding: 8vh 5vh;
	}
}


.classic-list .slider-for > div img {
	max-width: 100%!important;
	width: auto!important;
	vertical-align: bottom;
    margin: 0 auto;
    max-height: 251px;
    border: 1px solid #ddd;
}

/* 尺寸設定 */
@media (min-width: 400px) {
    .classic-list .slider-for > div img {
        max-height: 340px;
    }
    .classic-list .slider-nav .slick-slide, .classic-list .slider-nav > div img {
        height: 60px;
    }
}
@media (min-width: 540px) {
    .classic-list .slider-for > div img {
        max-height: 375px;
    }
    .classic-list .slider-nav .slick-slide, .classic-list .slider-nav > div img {
        height: 83px;
    }
}
@media (min-width: 768px) {
    .classic-list .slider-for > div img {
        max-height: 510px;
    }
    .classic-list .slider-nav .slick-slide, .classic-list .slider-nav > div img {
        height: 122px;
    }
}
@media (min-width: 992px) {
	.classic-list .slider-nav .slick-slide {
		margin: 0 5px 10px 5px;
	}
    .classic-list .slider-for > div img {
        max-height: 640px;
    }
    .classic-list .slider-nav .slick-slide, .classic-list .slider-nav > div img {
        height: 107px;
    }
}
@media (min-width: 1200px) {
    /*.classic-list .slider-for > div img {
        max-height: 500px;
    }*/
    .classic-list .slider-nav .slick-slide, .classic-list .slider-nav > div img {
        height: 71px;
    }
}
@media (min-width: 1600px) {
    .classic-list .slider-for > div img {
        max-height: 630px;
    }   
    .classic-list .slider-nav .slick-slide, .classic-list .slider-nav > div img {
        height: 100px;
    }
}

/*========================================================
                     背景特效
=========================================================*/
.section8[data-v-88684262] {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto 0;
    padding: 4vw 0 0;
    z-index: 1;
}
.angle1{
	transform: rotate(336deg);
    left: 0vh;
    padding: 0!important;
    bottom: 0vh;
}
.angle2{
	transform: rotate(336deg);
    left: 0vh;
    padding: 0!important;
    bottom: 0vh;
}
.w1[data-v-88684262] {
    bottom: 4.0416666667vw;
    left: 0;
    width: 100vw;
    z-index: 2;
    height: 13.0208333333vw;
}
.absolute {
    position: absolute!important;
}

.w .wave[data-v-62b6d640] {
    background-image: url(../img/index/line.svg);
    background-size: 50% 100%;
}
.w div[data-v-62b6d640] {
    position: absolute;
    width: 200%;
    height: 100%;
    left: 0;
    bottom: 0;
    -webkit-animation: wave-data-v-62b6d640 15s linear infinite;
    animation: wave-data-v-62b6d640 15s linear infinite;
    -webkit-transform-origin: 50% 70%;
    transform-origin: 50% 70%;
}
.w div[data-v-62b6d640]:nth-child(2) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.w div[data-v-62b6d640]:nth-child(3) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.w div[data-v-62b6d640]:nth-child(4) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.w div[data-v-62b6d640]:nth-child(5) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.w div[data-v-62b6d640]:nth-child(6) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.w div[data-v-62b6d640]:nth-child(7) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.w div[data-v-62b6d640]:nth-child(8) {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s
}

.w div[data-v-62b6d640]:nth-child(9) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.w div[data-v-62b6d640]:nth-child(10) {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s
}

@-webkit-keyframes wave-data-v-62b6d640 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translate(-25%,-15%) scaleY(.3);
        transform: translate(-25%,-15%) scaleY(.3)
    }

    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes wave-data-v-62b6d640 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translate(-25%,-15%) scaleY(.3);
        transform: translate(-25%,-15%) scaleY(.3)
    }

    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}



/*========================================================
                       定位
=========================================================*/
.point{
	position: relative;
	overflow: hidden;
}
.point-a1{
	position: absolute;
    z-index: 6;
    left: -13.5vh;
    top: 1vh;
    width: 23vh;
    height: auto;
}
.point-a2{
	position: absolute;
    z-index: 6;
    right: -4vh;
    bottom: 31vh;
    width: 15vh;
    height: auto;
}
.point-a3{
	position: absolute;
    z-index: 6;
    right: 3vh;
    top: 3vh;
    width: 15vh;
    height: auto;
}
@media (max-width: 639.98px){
	.point{
		padding-left: 10vh;
	}
	.point-a1{
		left: -3.5vh;
	}
}


@media (min-width: 992px) {
	.point-a3{
        right: 100%;
        top: 70%;
	}
}

/*========================================================
                        最新消息
=========================================================*/
.news{
	padding-top: 15vh;
	padding-bottom: 10vh;
	position: relative;
	z-index: 9;
}


.news-title-a1 h2{
	padding-bottom: 1vh;
}
.news-title-a1 h3{
	letter-spacing: 0.5em;
}
.news-list a{
	color: #000;
}
.news-time{
	padding-top: 2px;
	line-height: 1rem;
}
.news-text{
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: flex !important;
	justify-content: space-between !important;
	align-items: baseline;
	color: #000;
	border-bottom: 2px solid #000;
	padding: 0px 10px 4px 0;
}
.news-text p{
	display: inline-block;
	text-align: left;
	margin: 0;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-text p i{
	text-align: right;
}

.site-wrapper{
	padding: 2vh 0;
}
.news .h4-title{
	padding-left: 0.9em;
	margin: 0;
	margin-bottom: 2vh;
}
.search-text{
	padding-left: 1.4em;
	padding-bottom: 3vh;
}
.tab-title {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tab-title li {
    position: relative;
    padding-left: 1.2em;
}

.tab-title li:hover::before {
    content: "●";
    font-size: 0.75em;
    color: black;
    position: absolute;
    left: 0px;
    top: 65%;
    transform: translateY(-50%);
}



@media (max-width: 1599.98px) {
	.news-title-a1{
		padding-left: 1.2em;
	}
}
@media (min-width: 1200px) {
	.news{
		padding-top: 25vh;
	}
}
@media (min-width: 1600px) {
	.news-cont-box{
		position : absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		z-index: 9;
		width: 100%;
	}
}
.news-list h4 {
    padding-left: 0.9em;
}

.news-container {
}
/* 左側圖片輪播區 */
.news-slider {
	width: 100%;
	position: relative;
	padding-bottom: 5vh;
}
.swiper {
	width: 100%;
	height: 100%;
	overflow: visible !important;
}
.swiper-slide {
    overflow: visible !important;
}
.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 2vh;
}
@media (min-width: 1200px) {
	.swiper-slide img {
		padding: 0vh;
	}
}
.classic_slide_img img{

}
.classic_slide_img .slick-prev {
	left: 5% !important;
}
.classic_slide_img .slick-next {
	left: 89%!important;
}
.swiper-pagination {
	position: absolute;
	bottom: 5px;
	text-align: center;
}

@media (min-width: 1200px) {
	.classic_slide_img .slick-prev {
		left: 3% !important;
	}
	.classic_slide_img .slick-next {
		left: 90%!important;
	}
}

/* 右側標題列表 */
.news-list-item {
	padding: 6px 8px;
	cursor: pointer;
	transition: background 0.3s;
}

.news .slick-list {
    overflow: visible !important;
}
.news .slick-dots {
    bottom: -35px;
}
.news .slick-dots li, 
.news .slick-dots li button,
.news .slick-dots li button:before {
    width: 15px;
    height: 15px;
    line-height: 6px;
    padding: 0;
    margin: 0 4px;
	border-radius: 50px;
}
.news .slick-dots li button {
    background: #cdcdcd;
    border-radius: 0;
	border-radius: 50px;
}
.news .slick-dots li button:before {
    color: #cdcdcd;
	border-radius: 50px;
}
.news .slick-dots li.slick-active button:before {
    color: #000;
 	background: #000;
    border: none;
	border-radius: 50px;
}
@media (min-width: 1200px) {
	.news .slick-dots {
		bottom: -50px;
	}
}
/*========================================================
                         拉霸顏色
=========================================================*/
.boxscroll {
	/*height: 51vh;*/ /* 設定高度為視窗高度的 60% */
    overflow: auto; /* 當內容超出時顯示滾動條 */
}

.boxscroll::-webkit-scrollbar,.boxscroll2::-webkit-scrollbar,.boxscroll3::-webkit-scrollbar {  
	width: 8px; 
	height: 16px;
} 
.boxscroll::-webkit-scrollbar-track,.boxscroll2::-webkit-scrollbar-track,.boxscroll3::-webkit-scrollbar-track {  
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  
	border-radius: 10px;
	background-color: #b0b0b0;
} 
.boxscroll::-webkit-scrollbar-thumb,.boxscroll2::-webkit-scrollbar-thumb,.boxscroll3::-webkit-scrollbar-thumb {  
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);  
	background-color: #534741; 
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
	.boxscroll2 {
		height: 25vh;
        overflow: auto;
        padding: 0 0 0 6vh;
	}
	.boxscroll3 {
		height: 40vh; /* 設定高度為視窗高度的 60% */
		overflow: auto; /* 當內容超出時顯示滾動條 */
	}
}

@media (min-width: 1200px){
	
}
@media (min-width: 1400px){
	
}
/*========================================================
                  	   最新消息搜尋設定
=========================================================*/

.search-form {
	margin-bottom: 0px;
	padding-left: 1.2em;
}
.search-form .box {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	margin-bottom: 10px;
}
.search-form .box input, .search-form .box select {
	flex-grow: 1;
	position: relative;
}
.search-form .box span {
	flex-shrink: 0;
	margin-right: 5px;
    line-height: 40px;
}
.search-form .box span.t1 {
	width: 54px;
}
.search-form .box span.t2 {
	width: 90px;
}
.search-form .box span.t3 {
	width: 72px;
}
.search-form .box button {
	position: absolute;
    top: 7%;
    right: 0%;
    transform: translate(-50%, -50%);
    z-index: 9;
}
.search-form:focus,
.search-form button:focus {
    border: transparent !important;
    outline: none !important;
    box-shadow: none !important;
	background-color: transparent;
	color: #000;
}
.search-btn-2 .box button {
	position: absolute;
    top: 19%;
    right: 0%;
    transform: translate(-50%, -50%);
    z-index: 9;
}
/*.search-form i {
    display: block;
    font-size: 28px;
    color: #555;
    width: 28px;
    line-height: 28px;
    text-align: center;
    background-color: transparent;
    position: absolute;
    right: 31px;
    top: 27px;
	 z-index: 9;
    border-radius: 5px;
}*/
.search-form  i {
	font-size: 20px;
}
.search-btn-2 i {
	font-size: 20px;
}
.search-text {
	font-weight: bold;
}
.search-text span {
	color: #D90003;
}
@media (min-width: 1400px) {
	.search-form i {
		font-size: 25px;
	}
	.search-btn-2 i {
		font-size: 25px;
	}
	/*.search-form .box button {
		top: 8%;
	}*/
	/*.search-btn-2 .box button {
		top: 6%;
	}*/
}

/*----------最新消息內頁----------*/

.news-detail-list{
	padding-top: 3vh;
	padding-bottom: 5vh;
}
.news-title{
	text-align: center;
	padding-top: 3vh;
	padding-bottom: 3vh;
}

.news-title h2 {
	font-weight: bold;
	padding-bottom: 1vh;
}
.news-line{
	background: #000;
    width: 100px;
    height: 2px;
	margin: 0 auto 3vh auto;
}
.news-title h3 {
	font-weight: bold;
	padding-bottom: 1vh;
}
.news-image {
    width: 100%;
    height: 450px; /* 設定固定高度，可依需求調整 */
    background-image: url('assets/img/news-list-banner.jpg'); /* 設定背景圖片 */
    background-size: cover; /* 背景圖片填滿區塊 */
    background-position: center; /* 置中顯示 */
    background-repeat: no-repeat; /* 不重複顯示 */
}
.news-detail{
	padding: 5vh 0;
}
.news-detail-link a {
    display: inline-block;
    color: #333;
    text-decoration: underline;
    margin-left: 10px;
}
.news-detail-link a:hover {
    text-decoration: none;
}
.news_wrapper{
	padding-top: 2vh;
	text-align: right;
}

@media (max-width: 768px) {
    .news-image {
        height: 50vw; /* 手機版高度調整為視口寬度的 50% */
    }
}
@media (min-width: 992px) {
	.news-detail{
		padding: 5vh 10vh;
	}
}
@media (min-width: 1200px) {
	.news-detail{
		padding: 5vh 10vh;
	}
}
@media (min-width: 1400px) {
}

@media (min-width: 1600px) {
}


/*========================================================
                        彈跳視窗設定
=========================================================*/
@media (min-width: 992px) {
	.fancybox__container{
		z-index: 99999;
	}
}
/*========================================================
                      	 選單
=========================================================*/

/*.navsub {
	display: none;
	
}

.navsub-list {
	margin-right: 30px;
	padding-bottom: 5px;
	text-align: left;
}

.navsub-list h2  {
	color: #555;
	border-bottom: 1px solid #ccc;
	padding: 12px 10px;
	margin: 0 0 10px 0;
}
.navsub-list ul {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}
.navsub-list ul li {
}
.navsub-list ul li a {
	display: block;
	padding: 10px;
	color: #333;
	font-size: 16px;
}
.navsub-list ul li a:hover {
	color: #fff;
	background-color: #7b9ad2;
}

.navsub-list ul li a span{
	float: right;
	
}
.label-default {
    background-color: #999;
}
.label{
	display: inline;
    padding: 0.2em 0.6em 0.3em;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.navsub-list ul li a:hover span {
	color: #7b9ad2;
	background-color: #fff;
}

.navsub-select {
	margin-left: 15px;
	margin-right: 15px;
    margin-bottom: 30px;
    width: 100%;
	}
.navsub-select h2 {
	text-align: center;
	}
.navsub-select .form-control {
	margin-bottom: 20px;
}
.navsub-list ul li a:hover, .navsub-list ul li a.active {
	color: #fff;
	background-color: #5eb3d1;
}
@media (min-width: 1200px) {
	.navsub {
		display: block;
	}
	.navsub-select {
		display: none;
	}

}
@media (min-width: 1600px) {

	.navsub-list ul li a {
	font-size: 18px;
}
}
*/

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

.ul-s1 {
    list-style: none; /* 移除項目符號 */
    padding: 0;
    margin: 0;
    display: flex; /* 讓項目橫向排列 */
}
.ul-s1 > li {
    margin-right: 2vh; /* 調整項目之間的間距 */
}
.ul-s1 > li img{
    width: 65px;
	height: 65px;
}

/*========================================================
                         按鈕
=========================================================*/
.button-back1 {
  padding: 0.45em 4em;
  text-align: center;
  text-decoration: none;
  color: #887447;
  border: 2px solid #c5b599;
  display: inline-block;
  border-radius: 0.3em;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
}

.button-back1:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -4.5em;
  transform: skewX(-45deg) translateX(0);
  transition: none;
}

.button-back1:hover {
  background: linear-gradient(to bottom, #c5b599 0%, #887447 100%);
  color: #fff;
}

.button-back1:hover:before {
  transform: skewX(-45deg) translateX(13.5em);
  transition: all 0.5s ease-in-out;
}



.button-back2 {
  padding: 0.45em 2em;
  text-align: center;
  text-decoration: none;
  color: #887447;
  border: 2px solid #c5b599;
  display: inline-block;
  border-radius: 0.3em;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
}

.button-back2:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -4.5em;
  transform: skewX(-45deg) translateX(0);
  transition: none;
}

.button-back2:hover {
  background: linear-gradient(to bottom, #c5b599 0%, #887447 100%);
  color: #fff;
}

.button-back2:hover:before {
  transform: skewX(-45deg) translateX(13.5em);
  transition: all 0.5s ease-in-out;
}


/*========================================================
                         左側選單
=========================================================*/

.icon_Community a.js-btn-icon_Community {
    text-align: center;
    width: 50px;
    line-height: 47px;
    border-radius: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    cursor: pointer;
    color: #fff;
    background: #000;
    font-size: 22px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    height: 50px;
    pointer-events: auto;
	overflow: hidden;
    
}

.js-btn-icon_Community:hover,
.js-btn-icon_Community:focus {
    color: #fff;
    /*background-color: #620000;
    border-color: #620000;*/
	background: linear-gradient(to bottom, #3f3f3f 0%, #9d9d9d 100%);
}

.js-icon_Community .icon_li {
    position: relative;
    left: -100px;
}
.icon_li_img {
        max-width: 50px;
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        left: 0;
        z-index: 1;
    }
.js-icon_Community.active .icon_li {
    left: 0;
    pointer-events: auto;
}

.js-icon_Community .icon_li:nth-child(1) {
    transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
}

.js-icon_Community .icon_li:nth-child(2) {
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.js-icon_Community .icon_li:nth-child(3) {
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}


.icon_li a:hover .icon{
 animation: go 3s linear infinite;
}

@keyframes go {
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  50%,100% {
    transform: rotate(0deg);
  }
}  

@media (max-width: 991.98px){
    .icon_Community {
        width: 100%;
        position: fixed;
        left: auto;
        bottom: 0;
        z-index: 999998;
        pointer-events: none;
    }
    .icon_Community_ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
    }
    .icon_Community_ul .icon_li {
        width: 33.33%;
        border-right: 1px solid #fff;
    }
    .icon_Community_ul .icon_li:last-child {
        border-right: none;
    }
 .icon_Community_ul .icon_name {
        font-size: 0.8rem;
  		padding-top: 1px;
    }
    .icon_img {
        display: block;
        background: linear-gradient(to bottom, #3f3f3f 0%, #9d9d9d 100%);
        overflow: hidden;
        text-align: center;
        color: #fff;
        position: relative;
        padding: 13px 10px 7px;
        text-decoration: none;
    }
 .icon_Community a{
	  color: #fff;
	  text-decoration:none;
 }
 .icon_Community a img{
	  display: block;
	  margin: 0 auto;
	  width: 22px;
 }
 .icon_Community a:hover{
	  background: linear-gradient(to bottom, #9d9d9d 0%, #3f3f3f 100%);
 }
 .icon_Community a:hover img{
	  animation: go 3s linear infinite;
 }
}

@media (min-width: 992px){
    .icon_Community {
        position: fixed;
        right: 22px;
        bottom: 92px;
        z-index: 9998;
        pointer-events: none;
    }
    .icon_Community_ul {
        list-style: none;
        padding: 0;
        flex-direction: column;
        align-items: flex-end;
        display: flex;
        margin-bottom: 59px;
    }
    .icon_img {
        background: linear-gradient(to bottom, #3f3f3f 0%, #9d9d9d 100%);
        border: none;
        overflow: hidden;
        text-align: center;
        margin-bottom: 6px;
        width: 50px;
        text-decoration: none;
        border-radius: 100px;
        color: #fff;
        transition: all 0.3s ease;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .icon_img.active {
        width: 142px;
    }
    .icon_img.active .icon_name {
        text-indent: 0;
        opacity: 1;
    }
    .icon_img:hover {
        text-decoration: none;
        width: 142px;
    }
    .icon_img:before {
        opacity: 0;

    }
    .icon_img .icon {
        color: #fff;
        font-size: 22px;
        width: 50px;
        line-height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 0;
        z-index: 1;
    }
    .icon_img:hover .icon {
        text-decoration: none;
    }
    .icon_img:hover .icon_name {
        opacity: 1;
        text-indent: 0;
    }
    .icon_name {
        position: relative;
        line-height: 50px;
        padding-left: 15px;
        padding-right: 50px;
        transition: all 0.3s ease;
        opacity: 0;
        text-decoration: none;
        color: #fff;
        white-space: nowrap;
        border-radius: 100px;
        overflow: hidden;
        /*text-indent: -100px;*/
        font-family: Arial, "Microsoft JhengHei", sans-serif;
    }
}

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

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: ' - ';
	}
}

/*========================================================
                   	聯絡我們
=========================================================*/
.contact-box{
	/*padding: 6vh 3vh;*/
	position: relative;
	overflow: hidden;
}
.contact-title-1 {
    position: absolute;
    top: 50%!important;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    width: 100%;
}
.contact-title-1 .stack-text-en{
	 color: #ffffff38 !important;
}
.contact-title-1 .stack-text {
    padding-bottom: 3vh;
}
.banner-cont-txt{
	padding-right: 2vh
}
.banner-cont-txt h3 {
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
}
.banner-cont-txt p {
    color: #fff;
     font-size: 0.8rem; 
    font-weight: bold;
	margin: 0;
	padding: 0;
}

.footer-txt{
	font-weight: bold;
	padding: 1vh 0;
}
.footer-txt h2{
	padding-bottom: 1vh;
}
.footer-txt .h3-title{
	font-weight: bold;
}
.txt-letter span{
	padding-left: 2vh;
}

.footer-info{
	padding-top: 0vh;
}
.footer-info iframe{
	height: 350px;
	/*padding: 3vh;*/
}

.col-form-label{
	text-align: justify;
}
@media (min-width: 576px) and (max-width: 991.98px) {
	.banner-cont-txt{
		text-align: center;
	}
	.contact-title-1 .stack-text {
		padding-bottom: 5vh;
	}
	.banner-cont-txt h3 {
		font-size: 1.4rem;
	}
	.banner-cont-txt p {
		font-size: 1rem;
	}
}
@media (max-width:479.98px){
	.banner-cont-txt p br{
		display: none;
	}
	
}
@media (max-width:479.99px){
	.banner-cont-txt {
		text-align: center;
	}
}
@media (min-width:580px){
	.col-form-label::after{
		display: inline-block;
		width: 100%;
		content: "";
	}
}
@media (min-width:640px){
	.footer-info iframe{
		height: 550px;
	}
	
}

@media (min-width:992px){
	
	.footer-info iframe{
		height: 450px;
	}
	.contact-title-1 {
		position: absolute;
		top: 70% !important;
	}
}
@media (min-width:1200px){
	.txt-letter{
		letter-spacing: .4rem;
	}
	/*.footer-info iframe{
		height: 550px;
	}*/
	.banner-cont-txt {
		padding-right: 5vh;
	}
}
@media (min-width:1400px){
	.banner-cont-txt h3 {
		font-size: 1.6rem;
		line-height: 28px;
	}
	.banner-cont-txt p {
		font-size: 1.1rem; 
		line-height: 28px;
	}
	.banner-cont-txt {
		padding-right: 13vh;
	}
}
@media (min-width:1600px){
	.banner-cont-txt h3 {
		font-size: 1.8rem;
	}
	.banner-cont-txt p {
		font-size: 1.2rem; 
	}
	.banner-cont-txt {
		padding-right: 15vh;
	}
}
@media (max-width:767.98px){
	.footer-txt br{
		display: none;
		text-align: justify;
	}
	.footer-txt p{
		text-align:justify;
	}
}


.contact-image {
    width: 100%;
    height: 450px; /* 設定固定高度，可依需求調整 */
    background-image: url('assets/img/news-list-banner.jpg'); /* 設定背景圖片 */
    background-size: cover; /* 背景圖片填滿區塊 */
    background-position: center; /* 置中顯示 */
    background-repeat: no-repeat; /* 不重複顯示 */
}
@media (max-width: 768px) {
    .contact-image {
        height: 70vw; /* 手機版高度調整為視口寬度的 50% */
    }
}


.contact_img{
	padding: 2vh 2vh;
}

.form-control{
	/*color: #fff!important;*/
	line-height: inherit;
}
.form-control option{
	color: #555!important;
}
	
.content-wrap form .form-group input,.form-control{ 
	/*border-radius: 0;
    padding: 3vh;
    background-color: transparent;
    border: 2px solid #555;
    margin: 1.5vh 0vh;*/
	border-radius: 0;
	border: 2px solid #555;
    outline: none;
    background-color: transparent;
    padding: 3vh;
	margin: 1.5vh 0;
    width: 100%;
    box-sizing: border-box;
}

.content-wrap form .form-group input:focus,
.content-wrap form .form-group textarea:focus,
.form-control:focus,
.form-group textarea:focus {
    border: 2px solid #c59b6d !important; /* 確保 focus 時不會讓邊框消失 */
    outline: none !important;
    box-shadow: none !important; /* **這行最關鍵，確保沒有藍色邊框效果** */
	background-color: transparent;
	color: #000;
}

.noline {
  outline: none;
}
.noline:focus {
  outline: none;
}
.form-group {
    margin-bottom: 0.5rem!important;
}

/*.content-wrap [class*="row"] {
    padding: 5px;

}
.content-wrap [class*="col-"] {
    padding: 0px;
}*/
.content_box{
	padding-top: 60px;
	padding-bottom: 30px;
}

.content-wrap form .form-group button{
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(to right, #222, #948070);
    color: #ffffff;
    position: relative;
    transition: all .3s linear;
    top:0px;
    left: 0px;
    margin: 0px;
}
.content-wrap form .form-group button > p{
    position: relative;
    z-index: 1;
	margin: 0;
}
.content-wrap form .form-group button::before{
    content: "";
    width: 0%;
    height: 0%;
    display: block;
    background: linear-gradient(to right, #948070, #222);
	border-radius: 0.25rem;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s ease;
}
.content-wrap form .form-group button:hover{
    color: #fff;
}
.content-wrap form .form-group button:hover::before{
    width: 100%;
    height: 100%;
    opacity: 1;
}
@media (min-width:480px){
}
@media (min-width:1200px){
.contact_map iframe{
		height: 500px;
	}
}
