<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.g-side {
	display: block !important;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100px;
	z-index: 999;
	border-left: 1px solid #fff;
	background-color: rgba(116, 22, 27, 1);
	padding-top: 0px;
	padding-bottom: 88px;

}

@media (max-width: 767px) {
    body {
        padding-top: 0px;
    }
}



.pc .g-switch-search:hover, .pc .g-switch-wishlist:hover, .pc .g-switch-nav:hover, .pc .g-switch-contact:hover, .pc .gotop:hover {
    background-color: #74161b;
}

.g-switch-search:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-filter: contrast(150%);
    filter: contrast(150%);
    -webkit-filter: drop-shadow(0 0 0.01em #fff);
    filter: drop-shadow(0 0 0.01em #fff);
    background-image: url(../images/icon_zoom.svg);
}



.g-footer {
    background: #74161b;
    color: #eee;
    overflow: hidden;
    word-break: break-all;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 1.5;
    z-index: 0;
}

.f-links &gt; li a {
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #ffffff;
    white-space: nowrap;
}


.form-search .btn-search {
	display: inline-block;
	vertical-align: middle;
	width: 120px;
	height: 38px;
	line-height: 38px;
	padding: 0;
	line-height: 1;
	margin-left: 0px;
	font-size: 1rem;
	color: #fff;
	background: #74161b;
	border-radius: 50px;
	text-align: center;
	border: none;
    -webkit-transition: background .15s, color .15s;
    -o-transition: background .15s, color .15s;
    transition: background .15s, color .15s;
	margin-top: 7px;
}

.g-switch-search:active, .g-switch-search.is-open, .g-switch-wishlist:active, .g-switch-wishlist.is-open, .g-switch-nav:active, .g-switch-nav.is-open, .g-switch-contact:active, .g-switch-contact.is-open, .gotop:active, .gotop.is-open {
    background-color: #74161b;
}

.g-switch-search {
    border-bottom: 1px solid #fff;
    top: 0;
}


.g-search {
    right: 84px;
    top: 0;
    bottom: 0;
    width: 500px;
    max-width: 761px;
    background: #ebebea;
    position: fixed;
    display: none;
    z-index: 998;
    -webkit-transition: max-width 0.5scubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: max-width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: max-width 0.5scubic-bezier(0.215, 0.61, 0.355, 1);
}

.form-search .input-style {
    width: 80% ;
    height: 38px;
    max-width: 295px;
    position: relative;
    display: inline-block !important;
    vertical-align: middle;
    background: #fff;
    color: #585857;
    padding: 0 22px 2px 15px;
    margin: 0;
    font-size: 1rem;
    border-radius: 50px;
    border: none;
}

	 @media screen and (max-width : 767px) {
	 
	 .form-search .input-style {
    width: 180px ;
    height: 38px;
    max-width: 180px;
    position: relative;
    display: inline-block !important;
    vertical-align: middle;
    background: #fff;
    color: #585857;
    padding: 0 22px 2px 15px;
    margin: 0;
    font-size: 1rem;
    border-radius: 50px;
    border: none;
}

.form-search .btn-search {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 38px;
    line-height: 38px;
    padding: 0;
    line-height: 1;
    margin-left: 0px;
    font-size: 1rem;
    color: #fff;
    background: #74161b;
    border-radius: 50px;
    text-align: center;
    border: none;
    -webkit-transition: background .15s, color .15s;
    -o-transition: background .15s, color .15s;
    transition: background .15s, color .15s;
}
	 

}

button {
    outline: none;
    padding-left: 0px !important;
    background: #ededed;
}

/*內頁* */

.section-headline h3 {
	font-size: 40px;
	line-height: 46px;
	letter-spacing: 4px;
}

	 @media screen and (max-width : 767px) {
.section-headline h3 {
	font-size: 30px;
	line-height: 46px;
	letter-spacing: 4px;
}

}



.section-headline1 h3 {
	font-size: 30px;
	line-height: 46px;
	color: #000;
	margin-bottom: 50px;
}



.section-headline p {
    font-size: 15px;
    max-width: 510px;
    margin: 0px auto;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 992px) {
    .col-md-4 {
        width: 33.33333333%;
    }
	    .col-md-3 {
        width: 25%;
		float: left;
		position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    }
	

	
}



.events-area{
    overflow: hidden;

}



.events-image {
    overflow: hidden;
    display: block;
    position: relative;
}
.image-scale {
    position: relative;
    transform: scale(1);
    display: block;
    transition: 0.5s;
}


.image-scale::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.single-events:hover .image-scale {
    transform: scale(1.1);
    transition: 0.5s;
}

.events-content {
    padding: 30px 30px;
}

.events-content a h4 {
    font-size: 20px;
    text-transform: capitalize;
    color: #555;
    line-height: 32px;
    transition: 0.4s;
}


.area-padding-2 {
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 100px !important;
	padding-left: 0px;
}

.area-padding-3 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 100px !important;
	padding-left: 0px;
}



/*產品頁* */

.pbox {
	height: 150px !important;
	width: 150px!important;
	margin-right: 10px;
}

.thumb-slider .swiper-slide {
    cursor: pointer;
	width: 100px!important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pbox img {
	width: 100%;
	height:auto;
}


.thumb-slider .swiper-slide {
    cursor: pointer;
    width: 150px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid transparent; /* 預設透明邊框 */
    transition: border 0.3s;
}
.thumb-slider .swiper-slide.swiper-slide-thumb-active {
    border: 3px solid #fff; /* 當前選中的小圖顯示紅色邊框 */
}
.thumb-slider .swiper-slide img {
    width: 100%;
    height: auto;
}


.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}


.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url();
    left: 10px;
    right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url();
    right: 10px;
    left: auto;
}




	 @media screen and (max-width : 767px) {

.pbox {
	height: 100px !important;
	width: 100px!important;
	margin-right: 10px;
}

.thumb-slider .swiper-slide {
    cursor: pointer;
    width: 100px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid transparent; /* 預設透明邊框 */
    transition: border 0.3s;
}

}

.btn-back {
	z-index: 10;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: 50px;
	min-width: 150px;
	line-height: 50px;
	font-size: 18px;
	text-transform: uppercase;
	border-radius: 50px;
	text-align: center;
	letter-spacing: 0.05em;
	white-space: nowrap;
	color: #fff;
	background-color: #74161b;
	border: 1px solid #74161b;
    -webkit-transition: background .15s, color .15s, padding .15s;
    -o-transition: background .15s, color .15s, padding .15s;
    transition: background .15s, color .15s, padding .15s;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-top: 20px;
}

@media (max-width: 991px) {
    .pv-top {
        margin-top: 50px;
        display: block;
        display: block \9;
    }
}






@media (min-width: 768px) {
    .g-wrap.no-ban {
        padding-top: 150px;
    }
	

	
}
.addpwd{
	font-size: 18px;
	line-height:35px;
	margin-bottom: 50px;
}



/*關於我們* */


.single-system {
    display: flex;
    overflow: hidden;
    align-items: center;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .single-system {
        display: block;
        margin-bottom: 30px;
    }
}

.top-content {
    float: left;
    width: 60%;
}

@media (max-width: 767px) {
    .top-content {
        float: none;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .system-content {
        padding: 30px 15px;
        max-height: 440px;
        height: 100%;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.container2 {
    width: 1450px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
}



	 @media screen and (max-width : 1450px) {
.container2 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
}

}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}


@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}




/* 13.1 .Location Area
/*--------------------------------*/
.single-awesome-location {
  overflow: hidden;
}
.location-awesome-img{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.location-awesome-img &gt; a {
  display: block;
  position: relative;
}
.location-dec {
  display: inline-block;
}
.location-dec h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}
.location-dec span {
    margin-bottom: 5px;
    color: #fff;
    display: block;
}
.single-awesome-location:hover .location-add-actions{
	top:12%;
	transition: all 0.5s ease 0s;
}
.location-single {
    width: 100%;
    float: none;
    padding: 0px 3px;
}
.location-add-actions {
    display: block;
    position: absolute;
    transition: all 0.4s ease 0s;
    z-index: 9;
    padding: 30px;
    left: 0px;
    top: 0px;
    background: rgba(4,23,46, 0.90) none repeat scroll 0 0;
    width: 100%;
    height: 100%;
	opacity: 0;
}
.single-awesome-location:hover .location-add-actions{
	top:0%;
	transition: all 0.5s ease 0s;
	opacity: 1;
}
.location-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.location-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {

    color: #fff;
    font-size: 26px;
    margin-top: -20px;
    position: absolute;
    top: 50%;;
    text-align: center;
    line-height: 64px;
    opacity: 0;
    border:1px solid #7da21e;
    width: 60px;
    height: 60px;
	border-radius: 50%;
    background: #7da21e;
}
.location-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.location-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.location-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
		display:none!important;
}
.location-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
		display:none!important;

}
.location-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.location-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#fff;
    background: #7da21e;
    border: 1px solid #7da21e;
		display:none !important;
}
/*----------------------------------------*/




/*聯絡我們* */






@media (min-width: 992px) {
    .col-md-6 {
        width: 50%;
    }
}


@media (min-width: 992px) {
   .col-md-6 {
        float: left;
    }
}

.contact-page {
    margin-top: 50px;
}


.contact-area {
overflow:hidden;
}


.contact-form input[type="text"], .contact-form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
    background: transparent;
}

.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-colorease-in-out .15s, -webkit-box-shadowease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-colorease-in-out .15s, box-shadowease-in-out .15s;
}

.contact-form textarea#message {
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 120px;
    padding: 20px;
    width: 100%;
    background: transparent;
}

.contact-btn {
	background: #74161b;
	border: 1px solid #74161b;
	color: #fff;
	display: block;
	font-size: 16px;
	margin-top: 10px;
	padding: 10px 20px;
	transition: 0.4s;
	border-radius: 2px;
	text-align: center;
	border-radius: 100px; 
	padding-left: 20px !important;
}



.single-icon i {
    color: #fff;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-right: 20px;
    text-align: center;
    width: 30px;
    border: 1px solid #74161b;
    background: #74161b;
    border-radius: 2px;
    padding-left: 3px;
    font-size: 18px;
}



@media (max-width: 767px) {
    .office-city {
        padding: 30px 15px 10px;
        margin-right: 0px;
        margin-bottom: 40px;
    }
}















@media (max-width: 767px) {
    .g-search, .g-wishlist, .g-nav {
        right: 0;
        top: 60px;
        width: 100%;
        max-width: 100%;
    }
		.g-switch-search {
    border-bottom: 0px solid #fff;
    top: 0;
}
	
}



@media (max-width: 767px) {
    .g-side {
        height: 60px;
        left: 0;
        width: auto;
        bottom: auto;
        padding-top: 0;
        padding-bottom: 0;
        text-align: right;
    }
}


@media (min-width: 768px) {
    body {
        padding-right: 100px;
    }
}


.g-contact {
    right: 150px;
    position: fixed;
    display: none;
    z-index: 998;
    top: calc(100% - 130px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.g-switch-contact {
    border-top: 1px solid #fff;
    bottom: 0px;
}



 .g-switch-contact.is-open, .gotop.is-open {
    background-color: #74161b;
}

.g-switch-nav.is-open, .g-switch-contact:active, .g-switch-contact.is-open, .gotop:active, .gotop.is-open {
    background-color: #74161b;
}


.g-contact a {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    margin: 4px auto;
    border-radius: 100px;
    background:  rgba(116, 22, 27, 0.75); 
    -webkit-transition: background .25s;
    -o-transition: background .25s;
    transition: background .25s;
}


.i-about .container {
    z-index: 1;
    width: 100%;
    max-width: 1400px;
	overflow:hidden;
}


.addbox01{
	width: 50%;
	float: left;
	margin-right: 5%;	
}


.addbox02{
	width: 45%;
	float: left;
}

@media screen and (max-width : 768px) {
.addbox01{
	width: 100%;
	float: left;
	margin-right: 0%;	
}


.addbox02{
	width: 100%;
	float: left;
}


}

.slick-active {
    opacity: 1 !important;
}


.addwd4 {
    color: #C9C9C97D;
    font-family: "Cinzel", "Times New Roman", "Noto Sans TC", "Microsoft JhengHei UI", "Microsoft JhengHei", "Arial", sans-serif;
    font-size: 72px;
    font-weight: 600;
    letter-spacing: 5px;
	line-height: 80px;
}

.addwd4-1 {
    color: #ffffff;
    font-family: "Cinzel", "Times New Roman", "Noto Sans TC", "Microsoft JhengHei UI", "Microsoft JhengHei", "Arial", sans-serif;
    font-size: 72px;
    font-weight: 600;
    letter-spacing: 5px;
    line-height: 46px;
}

.i-about .text {
    margin: 20px auto;
    padding: 0;
    font-size: 18px;
    line-height: 35px;
    color: #222;
    letter-spacing: 0.2em;
    font-weight: 400;
}




@media screen and (max-width : 768px) {
.addwd4 {
    color: #C9C9C97D;
    font-family: "Cinzel", "Times New Roman", "Noto Sans TC", "Microsoft JhengHei UI", "Microsoft JhengHei", "Arial", sans-serif;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 5px;
	line-height: 46px;
}

.addwd4-1 {
    color: #ffffff;
    font-family: "Cinzel", "Times New Roman", "Noto Sans TC", "Microsoft JhengHei UI", "Microsoft JhengHei", "Arial", sans-serif;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 5px;
    line-height: 46px;
}

}



.addwd5 {
  font-family: "Microsoft JhengHei", sans-serif !important;
  font-size: 33px;
  margin-bottom: 10px;
  line-height: 45px;
  color: #636363;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-decoration: underline; /* 新增下底線 */
  text-decoration-color: #cacaca; /* 設定下底線顏色 */
  text-decoration-thickness: 1px; /* 設定下底線高度為 1px */
  text-underline-offset: 10px; /* 調整下底線位置，使其位於文字下方 */
}

.addwd5-1 {
	font-family: "Microsoft JhengHei", sans-serif !important;
	font-size: 33px;
	margin-bottom: 30px;
	line-height: 45px;
	color: #636363;
	font-weight: 400;
	letter-spacing: 1.2px;
}



.area-padding {
	padding-top: 120px;
	padding-bottom: 90px;
}

.area-padding2 {
	padding-top: 60px;
	padding-bottom: 60px;
}

@media screen and (max-width : 768px) {

.area-padding {
	padding-top: 60px;
	padding-bottom: 60px;
}

.area-padding2 {
	padding-top: 30px;
	padding-bottom: 30px;
}


}




.i-classic2 {
    padding-top: 20px;
    padding-bottom: 100px;
}

.i-classic3 {
    padding-top: 60px;
    padding-bottom: 100px;
}


.i-classic .grid-list:before {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 45%;

}
@media screen and (max-width : 768px) {

.i-classic .grid-list:before {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 0%;

}


}


.i-classic .grid-list .item:nth-of-type(12n+5) a:before {
    padding-bottom: 100%;
}

.i-classic .grid-list .item:nth-of-type(12n+5) {
    left: 0;
    top: calc(135% / 3);
}

.i-classic .grid-list .item:nth-of-type(12n+6) {
    left: 20%;
    top: calc(135% / 3);
}

.i-classic .grid-list .item:nth-of-type(12n+7) {
    left: 40%;
    top: calc(135% / 3);
}

.i-classic .grid-list .item:nth-of-type(12n+8) {
    left: 60%;
    top: calc(135% / 3);
}





.pc1 {

}

.phone {
display:none !important;
}

@media screen and (max-width : 768px) {

.pc1 {
display:none;
}

.phone {
display:inline!important;
}


}

.logonew {
	height: 132px;
	width: 697px;

}

@media screen and (max-width : 768px) {

.logonew {
	width: 300px;
	height: auto;

}

}

@media screen and (max-width: 768px) {
    .bannerindex {
     padding: 0;
	margin-top: 60px;
    }
}


.g-nav .side-title {
    border-bottom: none;
    color: #74161b;
    padding: 0;
    margin: 0;
    position: absolute;
    top: auto;!important
    left: 0;
		font-weight: bold;
}



@media (min-width: 768px) {
    .nav-cate-base, .nav-cate-etc, .nav-cate-spec {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% / 2);
        overflow-y: auto;
        overflow-x: hidden;
    }
}

.hire-btn {
    background: #74161b;
    border: 1px solid #74161b;
    color: #fff !important;
    display: inline-block;
    font-size: 22px;
    margin-top: 15px;
    padding: 12px 24px;
    transition: 0.4s;
    border-radius: 2px;
    font-weight: 600;
}


.hire-btn:hover {
    background: #74161b;
    color: #fff;
    transition: 0.4s;
    border: 1px solid #74161b;
}

@media (max-width: 767px) {
    .slick-arrow:before {
      width: 10px;
       height: 9px;
       margin-top: -5px; 
        border-color: #333;
    }
}



.item .text2 {
	z-index: 2;
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.25);
	padding-top: 12;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	font-size: 20px;
}




.f-links &gt; li:first-child {
    width: calc(100% / 4);
    padding-right: 0px;
    padding-left: 0px;
}

@media (min-width: 1400px) {
    .f-links &gt; li {
    width: calc(100% / 4);
    }
}


@media (max-width: 767px) {
    .f-links &gt; li {
    width: calc(100% / 1);
    }
	
	.f-links &gt; li:first-child {
    width: calc(100% / 1);
    padding-right: 0px;
    padding-left: 0px;
	padding: 10px 0 10px 100px;
}
}




@media (max-width: 767px) {
    .f-links &gt; li:first-child .title {
       position: absolute;
       margin: 0 0 12px 0;
        display: block;
        width: auto;
        font-size: 1.0625rem;
    }
}





.f-logo:before {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 0%;

}



.f-logo {
    width: 199px;
    margin: 0 0 25px -3px;
   background: url(../images/.png) no-repeat 0 0; 
    background-size: contain;
}

@media (max-width: 767px) {
.f-logo {
    width: 199px;
    margin: 0 0 25px -3px;
    background: url(../images/.png) no-repeat 0 0;
    background-size: contain;
    margin-right: auto;
    margin-left: auto;
}
}


.f-info {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    min-width: 30%;
}







@media (max-width: 767px) {
.f-info {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    min-width: 100%;
}

}


.f-links {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 70%;
    max-width: calc(100% - 500px);
    font-weight: 600;
    max-height: 300px !important;
}

@media (max-width: 767px) {
.f-links {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 70%;
    max-width: calc(100%);
    font-weight: 600;
    max-height: 500px !important;
}


}



.g-switch-search span,   .g-switch-contact span {
    color: #ffffff;
    font-size: 12px;
    line-height: 1.5;
    display: block;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
    letter-spacing: 0.14em;
    white-space: nowrap;
    margin: 2px auto 0 auto;
    -webkit-transform: scale(0.9, 1);
    -ms-transform: scale(0.9, 1);
    transform: scale(0.9, 1);
}

.g-search .side-title {
   padding-left: 30px; 
}


.g-search .form-search {
    border-bottom: 1px solid #d3d3d3;
    padding: 24px 38px 24px 30px;
}




@media (max-width: 1199px) {
    .f-links {
        width: auto;
        display: block;
    }
}

.item {
    width: auto;
    height: auto;
    overflow: hidden; /* 超出外框隱藏 */
    position: relative; /* 相對定位，以便文字層疊在圖片上方 */
}

.item img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease; /* 添加過渡效果，使放大更平滑 */
    object-fit: cover; /* 確保圖片填滿容器，同時保持長寬比 */
}

.item:hover img {
    transform: scale(1.1); /* 放大1.1倍 */
}

.text2 {
    position: absolute; /* 絕對定位，相對於父元素 */
    bottom: 0; /* 位於底部 */
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 文字背景，可調整透明度 */
    color: white;
    padding: 10px; /* 文字內邊距 */
    text-align: center; /* 文字置中 */
    box-sizing: border-box; /* 包含 padding 在內的寬度 */
}

.text2 span {
    display: block; /* 使 span 元素佔據整行 */
    white-space: nowrap; /* 防止文字換行 */
    overflow: hidden; /* 隱藏超出容器的文字 */
    text-overflow: ellipsis; /* 使用省略號表示被截斷的文字 */
}


::selection {
    background: #7e7e7e;
    color: #fff;
}

</pre></body></html>