@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
body, button, input, select, textarea, h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans TC', sans-serif;
	letter-spacing: 1px;
}
body {
	overflow-x: hidden;
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
}
.img_hover {
	line-height: 0px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: auto;
	float: none;
	clear: none;
}
.img_hover img {
	-webkit-filter: opacity(100%); /* Safari */
	filter: opacity(100%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	transform: scale(1, 1);
}
.img_hover img:hover, a:hover .img_hover img {
	-webkit-filter: opacity(50%); /* Safari */
	filter: opacity(50%);
	transform: scale(1.1, 1.1);
}
div:focus {
	outline: none;
	display: inline;
}
.gotop {
	position: fixed;
	right: 10px;
	bottom: 90px;
	z-index: 9999;
}
.breadcrumb {
	color: #333;
	justify-content: center;
	font-size: 14px;
}
.breadcrumb-item.active {
	color: #c50000;
}
.breadcrumb-item+.breadcrumb-item::before {
 float: left;
 padding-right: 0.5rem;
 color: #333;
 content: var(--bs-breadcrumb-divider, "/");
}
.form-control {
	line-height: 1.75;
}
.form-control:focus {
	border-color: #333;
	box-shadow: 0 0 0 0 transparent;
}
.form-select:focus {
	border-color: #333;
	box-shadow: 0 0 0 0 transparent;
}
.form-select {
	line-height: 28px;
}
textarea {
	resize: none;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	opacity: 1;
	color: inherit;
}
/*position*/
.sticky {
	position: sticky;
	top: 0px;
	z-index: 99;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
/*loading*/
.loadingArea {
	position: fixed;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	z-index: 902;
	background-color: #44221E;
 transition: all .8s ease-out;
	background-size: cover;
	background-position: left bottom;
}
.loadingArea img {
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin: auto auto 15px auto;
}
.loadingLogo {
	width: 100%;
	max-width: 250px;
	text-align: center;
	margin: auto;
}
/*btn*/
.btn:focus {
	box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}
.main_btn {
	border: 0;
	color: #fff;
	font-size: 16px;
	background-color: #d29f6a;
	border-radius: 0px;
	padding: 5px 20px;
}
.main_btn:hover, a:hover.main_btn {
	background-color: #653c1e;
	color: #fff;
}
.back_btn {
	border: 1px solid #d29f6a;
	color: #d29f6a;
	font-size: 16px;
	background-color: #fff;
	border-radius: 50em;
	padding: 5px 20px;
}
.back_btn:hover, a:hover.back_btn {
	background-color: #d29f6a;
	color: #fff;
}
/*search*/
.search_box {
	border-radius: 0px;
	border: 1px solid #eee;
	float: right;
	clear: none;
	background-color: #fff;
}
.search_btn {
	border: 0;
	background-color: transparent;
	text-align: center;
	line-height: 25px;
	font-size: 20px;
}
.search_btn:hover {
	background-color: transparent;
	color: #a68728;
}
.search_form {
	border: 0;
	width: 150px;
	height: 40px;
	background-color: #fff;
	display: inline-block;
}
/*文字自動省略*/
.font_vertical {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	height: 35px;
}
/*頁次*/
.pagination {
	justify-content: center;
}
.page-link {
	color: #333;
	border-radius:50px;
	margin:0 10px;
	width:35px;
	height:35px;
	line-height:35px;
	padding:0;
}
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #724223;
	border-color: #724223;
}
.page-link:hover {
	color: #fff;
	background-color: #724223;
	border-color: #724223;
}
.page-link:focus {
	z-index: 3;
	color: #fff;
	background-color: #724223;
	outline: 0;
	box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}
.page-item:first-child .page-link{
	border-radius:50px;
}
.page-item:last-child .page-link{
	border-radius:50px;
}
/*side menu*/
ul.side_menu {
	padding-left:30px;
	border-left:1px solid #ccc;
	list-style:none;
}
ul.side_menu li a {
	color:#666;
	line-height:40px;
	font-size:18px;
	position:relative;
}
ul.side_menu li a:hover {
	color:#724223;
	text-decoration:underline;
}
ul.side_menu li a:hover::before {
 position:absolute;
 top:5px;
 left:-30px;
 width:5px;
 height:20px;
 background-color:#724223;
 content:'';
}
ul.side_menu li a.current {
	color:#724223;
	text-decoration:underline;
	position:relative;
}
ul.side_menu li a.current::before {
 position:absolute;
 top:5px;
 left:-30px;
 width:5px;
 height:20px;
 background-color:#724223;
 content:'';
}
/*社群*/
ul.social_media {
	float: right;
	clear: none;
	padding-left: 0px;
	display: inline-block;
	margin-bottom: 0px;
}
ul.social_media li {
	margin-right: 5px;
	display: inline-block;
	position: relative;
}
ul.social_media li i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50px;
	font-size: 20px;
	text-align: center;
	background-color: #03989e;
	color: #fff;
}
ul.f_social_media {
	padding-left: 0px;
	color: #724223;
	margin-bottom: 0px;
	text-align: center;
	display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
    align-content: stretch;
}
ul.f_social_media li {
	display: inherit;
	position: relative;
	font-size: 16px;
	float: left;
	clear: none;
	margin-right: 10px;
}
ul.f_social_media li i {
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	background-color: #d29f6a;
    float: left;
	clear: none;
	margin-right:10px;
}
ul.c_social_media {
	padding-left: 0px;
	color: #724223;
	margin-bottom: 0px;
	display: flex;
	flex-direction: column;
}
ul.c_social_media li {
	display: inherit;
	position: relative;
	font-size: 16px;
}
ul.c_social_media li i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50px;
	font-size: 25px;
	text-align: center;
	color: #724223;
	margin-right: 10px;
}
ul.cf_social_media {
	padding-left: 0px;
	color: #724223;
	margin-bottom: 0px;
	text-align: center;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}
ul.cf_social_media li {
	display: inherit;
	position: relative;
	font-size: 16px;
	float: left;
	clear: none;
	margin-right: 10px;
}
ul.cf_social_media li i {
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	background-color: #d29f6a;
		float: left;
	clear: none;
}
.facebook_color {
	color: #004eed;
}
.line_color {
	color: #00c25b;
}
.main_color {
	color: #72451e;
}
/*top*/
.top_bg {
	background-color: #472623;
}
.logo_area {
	max-width: 120px;
}
/*pic*/
.pic_box {
	position: relative;
	height: 70vh;
	overflow-y: hidden;
	background-image: url(../images/pic.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pic_title {
	color: #fff;
	font-size: 20px;
	width: 100%;
	position: absolute;
	top: 35%;
	left: 0;
	text-align: center;
	letter-spacing: 2px;
}
.pic_title img {
	max-width: 150px;
	margin-bottom: 30px;
}
.spic_box {
	position: relative;
}
.spic_title {
	position: absolute;
	top: 25%;
	left: 0;
	text-align: center;
	color: #fff;
	font-size: 30px;
	width: 100%;
	letter-spacing: 2px;
	line-height: 25px;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.80);
}
.spic_title span {
	color: #fff;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font: bold 16px/16px Century Gothic, sans-serif;
}
/*contact*/
.c_bg {
	position: relative;
	height: 100vh;
	overflow-y: hidden;
	background-image: url(../images/c_bg.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
}
.c_box {
	background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1.00) 37.82%, rgba(255, 255, 255, 0.00) 100%);
	background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1.00) 37.82%, rgba(255, 255, 255, 0.00) 100%);
	background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, 1.00) 37.82%, rgba(255, 255, 255, 0.00) 100%);
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 1.00) 37.82%, rgba(255, 255, 255, 0.00) 100%);
	padding: 30px;
	color: #44221e;
	position: absolute;
	top: 35%;
	left: 8%;
	width: 80%;
}
.c_text {
	font-size: 16px;
}
/*menu*/
.calss_box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.classLink {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 0px;
}
.classLink li {
	min-width: 150px;
	list-style: none;
}
.classLink a {
	position: relative;
	display: block;
	padding: 10px 20px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background-color: rgba(211, 159, 102, 0.7);
}
.classLink a:hover, .classLink a.current {
	color: #44221E;
	background-color: #fff;
	position: relative;
}
/*footer*/
.f_bg {
	position: relative;
	z-index: 0;
	background-color: #44221E;
}
.f_logo {
	max-width: 100px;
	display: flex;
	align-items: center;
}
.cpr_text {
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	text-align: center;
}
/*about*/
.a_pic {
	position: relative;
	z-index: 0;
	padding-top: 50px;
	padding-bottom: 300px;
	max-width: 800px;
}
.a_pic:before {
	width: 80%;
	height: 400px;
	content: '';
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(250, 237, 226, 0.80);
}
.a_pic:after {
	width: 60%;
	height: 60%;
	content: '';
	z-index: -1;
	position: absolute;
	bottom: 0;
	right: 0%;
	background-color: rgba(250, 237, 226, 0.80);
}
.a_box {
	background-color: #fff;
	padding: 20px;
	position: absolute;
	right: 5%;
	top: 45%;
	z-index: 5;
	width: 80%;
}
.a_text {
	font-size: 16px;
	line-height: 28px;
}
/*main*/
.main_bg {
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
	background-color:#fff;
}
/*ser*/
.ser_banner {
	background-color: #724223;
	padding: 10px 15px;
	color: #fff;
	text-align: center;
	display: inline-block;
	font-size: 18px;
	position: absolute;
	top: -25px;
	left: 10%;
	width: 80%;
}
.ser_slogan {
	color: #724223;
	text-align: center;
	font-size: 18px;
	margin-top: 50px;
}
.ser_box_list{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.ser_box {
	position: relative;
	width: 100%;
	z-index: 0;
	display: inherit;
	margin-bottom: 10%;
	padding-top: 5%;
}
.ser_pic_L {
	width: 85%;
	border: 1px solid #724223;
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
}
.ser_sbox_R {
	width: 95%;
	border: 1px solid #724223;
	z-index: 1;
	padding: 250px 30px 30px 30px;
	float: right;
	clear: right;
	position: relative;
}
.ser_pic_R {
	width: 85%;
	border: 1px solid #724223;
	z-index: 3;
	position: absolute;
	top: 0;
	right: 0;
}
.ser_sbox_L {
	width: 95%;
	border: 1px solid #724223;
	z-index: 1;
	padding: 250px 30px 30px 30px;
	float: left;
	clear: left;
}
.ser_title {
	font-size: 24px;
	color: #724223;
}
.ser_text {
	font-size: 16px;
	line-height: 28px;
}
.ser_icon {
	position: relative;
	margin-top: -10%;
	width: 80%;
	max-width: 200px;
	margin-bottom: 20px;
}
.ser_icon_q {
	position: relative;
	margin-top: -10%;
	width: 80%;
	max-width: 200px;
	margin-bottom: 20px;
}
/*work*/
.card-title{
	font-size: 18px;
}
/*wpc*/
.wpc_box{
	background-image: url(../images/w_pic.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	padding: 10%;
	font-size: 18px;
	line-height: 28px;
	margin-top: 10%;
}
.w_title{
	position: relative;
	font-size: 26px;
	color: #44221e;
	margin-bottom: 20px;
	width: 100%;
}
.w_title:after{
	width: 20%;
	height: 2px;
	position: absolute;
	left: 40%;
	bottom: -10px;
	content: '';
	background-color: #44221e;
}	
.w_title span{
	color: #d19f66;
	font-size: 40px;
	margin-bottom: 10px;
}
.w_icon{
	width: 100px;
	margin-bottom: 10px;
}
.t_title{
	position: relative;
	font-size: 26px;
	color: #72451e;
	margin-bottom: 20px;
	width: 100%;
}
.t_title:after{
	width: 20%;
	height: 2px;
	position: absolute;
	left: 40%;
	bottom: 10px;
	content: '';
	background-color: #72451e;
}
.d_title{
	position: relative;
	font-size: 26px;
	color: #44221e;
	margin-bottom: 20px;
}
.d_title:after{
	width: 100px;
	height: 2px;
	position: absolute;
	left: 0px;
	bottom: -10px;
	content: '';
	background-color: #44221e;
}	
.d_title span{
	color: #d19f66;
	font-size: 40px;
	margin-bottom: 10px;
}
/*table*/
 @media (min-width: 414px) {
/*ser*/
.ser_sbox_R {
 padding: 260px 30px 30px 30px;
}
.ser_sbox_L {
 padding: 260px 30px 30px 30px;
}
}
 @media (min-width: 480px) {
/*about*/
.a_box {
 padding: 40px;
}
.a_pic {
 padding-bottom: 200px;
}
/*ser*/
.ser_sbox_R {
 padding: 300px 30px 30px 30px;
}
.ser_sbox_L {
 padding: 300px 30px 30px 30px;
}
}
 @media (min-width:533px) {
/*ser*/
.ser_sbox_R {
 padding: 350px 30px 30px 30px;
}
.ser_sbox_L {
 padding: 350px 30px 30px 30px;
}
}
 @media (min-width: 640px) {
.a_box {
 top: 55%;
}
.a_pic {
 padding-bottom: 250px;
}
}
 @media (min-width: 768px) {
/*pic*/
.pic_box {
 height: 100vh;
}
/*about*/
.a_box {
 width: 60%;
}
/*footer*/
.cpr_text {
 font-size: 14px;
 line-height: 30px;
}
/*ser*/
.ser_banner {
 font-size: 24px;
}
.ser_slogan {
 font-size: 24px;
 margin-top: 30px;
}
.ser_pic_L {
 width: 45%;
}
.ser_sbox_R {
 padding: 5px 30px 30px 250px;
}
.ser_pic_R {
 width: 45%;
}
.ser_sbox_L {
 padding: 5px 250px 30px 30px;
}
/*banner*/
.spic_title {
	top: 45%;
	font-size: 50px;
	line-height: 40px;
}
.spic_title span {
	font: bold 25px/25px Century Gothic, sans-serif;
}
}
 @media (min-width: 992px) {
.main_btn {
 font-size: 18px;
 padding: 5px 40px;
}
/*pic*/
.pic_title {
 font-size: 30px;
 top: 40%;
}
.pic_title img {
 max-width: 250px;
}
ul.f_social_media {
 display: flex;
 flex-direction: row;
 justify-content: space-evenly;
}
/*about*/
.a_pic {
 padding-top: 100px;
 padding-bottom: 100px;
}
.a_pic:before {
 width: 115%;
 height: 400px;
 top: 0;
 left: 0;
}
.a_pic:after {
 width: 120%;
 height: 80%;
 bottom: 0;
 right: -100%;
}
.a_box {
 padding: 80px;
 right: 5%;
 top: 30%;
 width: 50%;
}
.a_text {
 font-size: 20px;
 line-height: 32px;
}
/*contact*/
.c_box {
 top: 30%;
 left: 20%;
 width: 60%;
 padding: 80px;
}
.c_text {
 font-size: 22px;
}
/*ser*/
.ser_banner {
 width: 60%;
 left: 20%;
}
.ser_sbox_R {
 padding: 40px 30px 30px 320px;
}
.ser_sbox_L {
 padding: 40px 320px 30px 30px;
}
.ser_icon {
 margin-top: 0%;
	position: absolute;
	left: 15%;
	top: -5%;
}
.ser_icon_q {
 margin-top: 0%;
	position: absolute;
	left: 3%;
	top: 5%;
}
/*wpc*/
.wpc_box{
	font-size: 20px;
	line-height: 35px;
	margin-top: 3%;
}
}
 @media (min-width: 1200px) {
/*ser*/
.ser_sbox_R {
 width: 70%;
 padding: 40px 30px 30px 180px;
}
.ser_sbox_L {
 width: 70%;
 padding: 40px 180px 30px 30px;
}
}
 @media (min-width: 1400px) {
/*ser*/
.ser_sbox_R {
 width: 60%;
 padding: 40px 30px 30px 90px;
	min-height: 300px;
}
.ser_sbox_L {
 width: 60%;
 padding: 40px 90px 30px 30px;
		min-height: 300px;
}
.ser_text {
 font-size: 18px;
 line-height: 35px;
}
}
