@charset "utf-8";
/* CSS Document */


/******************************

1. basic
2. index banner
3. index.html style

******************************/





/*********************************
1. basic
*********************************/

#logo {
    border:0px!important;
    clip:rect(1px, 1px, 1px, 1px) !important;
    height:1px!important;
    overflow: hidden!important;
    padding:0px!important;
    position:absolute !important;
    width:1px!important;
}

.index #content-wrap {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {

.index #content-wrap {
	/*margin-top: 50px;*/
	/*margin-bottom: 20px*/
}

}

@media only screen and (min-width: 992px) {

.index #content-wrap {
	/*margin-bottom: 20px*/
}

}

/*********************************
2. index banner
*********************************/

.index-banner-section {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}

.index-banner {
 	margin: 0px;
 	padding: 0px;
 	float: left;
 	width: 100%;
 }


#pc-1 {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 700px;
}

#m-1 {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 400px;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {

	#pc-1 {
		display: none;
	}
	#m-1 {
		display: block;
	}

}

@media only screen and (min-width: 992px) {

	#pc-1 {
		display: block;
	}

	#m-1 {
		display: none;
	}

}



 /*banner:swiper*/
.swiper2 .swiper-button-prev {
	background-image: url("../images/basic/swiper_arrow_prev1.png")!important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain!important;
	text-indent: -99999px;
	height: 50px!important;
	width: 40px!important;
	z-index: 90;
	left: 0px!important;
}

.swiper2 .swiper-button-next {
	background-image: url("../images/basic/swiper_arrow_next1.png")!important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain!important;
	text-indent: -99999px;
	height: 50px!important;
	width: 40px!important;
	z-index: 90;
	right: 0px!important;
}

.swiper2 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #ccc;
	opacity: 1;
}

.swiper2 .swiper-pagination-bullet-active {
	background-color: #6fba2a;
	opacity: 1;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
	display: inline-block;
	cursor: pointer;
	width: 10px;
	height: 10px;
	border-radius: 8px;
	margin: 5px;
	background-color: #ffffff;
	opacity: 0.8;
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active {
	background-color: #ccc;
	opacity: 0.6;
}

/*********************************
3. index.html style
*********************************/

.index {
	background-color: #fff;
}

/*about*/
.about-section {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background-image: url("../images/index_bg.png") !important;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}

.about-top {
	float: left;
	width: 100%;
}

.about-top .title {
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}

.about-top .title img {
	width: 200px;
	margin: auto;
}

.about-top .title2 {
	float: left;
	width: 100%;
	font-size: 1.25em;
	line-height: 1.4;
	font-family: "Noto Serif TC", serif;
	letter-spacing: 3px;
	font-weight: 400;
}

.about-bottom {
	width: calc(100%-40px);
	padding-left: 20px;
	padding-right: 20px;
}

.about-list__box {
 	max-width: 900px;
	margin: auto;
}


/*services*/
.services-section {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 10px;
}

@media only screen and (min-width: 1px) and (max-width: 1024px) {

	.services-section {
		padding-bottom: 20px;
	}

}

.services-list__box {
	width: 100%
}

.services-list {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

@media only screen and (min-width: 1px) and (max-width: 1024px) {

	.services-list {
		padding-bottom: 0px;
	}

}

.services-list li {
	float: left;
	width: 33.3333%;
	box-sizing: border-box;
    aspect-ratio: 1 / 1;

	/*display: flex;
	justify-content: center;
	align-items: center;*/
}

@media only screen and (min-width: 1px) and (max-width: 1024px) {

	.services-list li {
		width: 100%;
		padding-bottom: 30px;
	}

}

.services-list li a h3 {
	background: linear-gradient(currentColor 0 0) bottom left/ var(--underline-width, 0%) 0.1em no-repeat;
	color: #f80;
	display: inline-block;
	padding: 0 .5em 0.2em;
	text-decoration: none;
	transition: background-size 0.5s;
}

.services-list li a:hover h3 {
	--underline-width: 100%;
}

.services-list li a:hover h3 {
		text-decoration: underline;
}

.services-list li:nth-child(1) {
	text-align: center;
	background-image: url("../images/index_services1.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.services-list li:nth-child(2) {
	text-align: center;
	background-image: url("../images/index_services2.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.services-list li:nth-child(3) {
	text-align: center;
	background-image: url("../images/index_services3.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.services-list li a {
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
	position: relative;
}

.services-list li .content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.services-list li .title {
	text-align: center;
	display: inline-block;
	width: 100%;
	margin: auto;
}

.services-list li .title h3 {
	float: left;
	width: 100%;
	font-size: 2.2em;
	line-height: 0.8;
	font-family: "Noto Serif TC", serif;
	letter-spacing: 3px;
	font-weight: 600;
	color: #fff;
	text-align: center;
}

.services-list li .icon {
	display: inline-block;
	width: 110px;
	margin: auto;
}

.services-list li .icon img {

}



/*contact*/
.contact-section {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	text-align: center;
	background-image: url("../images/index_bg2.jpg") !important;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.contact-section .container {
	background-color: #fff;
	max-width: 900px;
}

.contact-top {
	float: left;
	width: 100%;
}

.contact-top .title {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 20px;
	font-size: 2em;
	line-height: 0.8;
	color: #313131;
	font-family: "Noto Serif TC", serif;
}

.contact-top .title2 {
	float: left;
	width: 100%;
}

.contact-bottom {
	width: calc(100%-40px);
	padding-left: 20px;
	padding-right: 20px;
}

.contact-list__box {
	max-width: 900px;
	margin: auto;
}

#form {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	max-width: 900px;
}

#form input {
	padding: 0px;
	float: left;
	margin: 0px;
}

#form .form-words1 {
	float: left;
	height: 40px;
	width: 49%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 1%;
}

#form .form-words2 {
	float: left;
	height: 40px;
	width: 49%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left:10px;
	padding-right:10px;
	margin-left: 1%;
}

#form .form-words3 {
	float: left;
	height: 100px;
	width: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 2%;
}

#form input,
#form textarea,
#form select, #form option {
	border: 1px solid #bfbfbf;
	color: #848484;
}

#form .formCode {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

#form .formBtn {
	margin-bottom: 30px
}

#form .form-btn-submit {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-border-radius: 5px;
	border-radius: 5px;
	background-color: #0c1f79;
	color: #FFF;
	outline: none;
	height: 35px;
	width: 145px;
	display: inline-block;
	border: none;
}

#form .form-btn-submit:hover,
#form .form-btn-submit:active {
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-o-transition: 500ms;
	transition: 500ms;
	text-shadow: 0 0 10px #fff;
	outline: none;
	background-color: #07051e;
}

@media only screen and (min-width: 1px) and (max-width: 479px) {

	#form .form-words1, #form .form-words2 {
		float: left;
		height: 40px;
		width: 100%;
		margin-top: 5px;
		margin-right: 0px;
		margin-bottom: 5px;
		margin-left: 0px;
		padding-top: 1%;
		padding-right: 5%;
		padding-bottom: 1%;
		padding-left: 5%;
	}

}
