@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;600;700&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;400;500;600;700&display=swap');*/

/**************\
* 變數設定
\**************/
:root {
}
* {
	text-decoration: none;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
*:actived {
	text-decoration: none;
}
*:focus {
	outline: none;
}
input, textarea, button, select, button, blockquote {
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	border: none;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body {
	line-height: 1;
	font-family: 'Noto Sans TC', serif;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
}

/**************\
* 通用邊界
\**************/
.container {
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
}
.container-fluid {
	width: 100%;
	position: relative;
}
header {
	padding: 45px 0;
	position: fixed;
	width: 100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,.7) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,.7) 0%,rgba(0,0,0,0) 100%);
	z-index: 99;
}
header.nobg {
	background: none;
}
.menu-bar {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.logo {
	max-width: 160px;
	padding: 0px 30px;
}
.logo a {
	display: inline-block;
}
.href-link {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0 3.5%;
}
.href-link ul, .icon-link ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
}
.href-link ul li {
	margin: 0px 30px;
	font-size: 1rem;
	font-weight: 500;
	padding: 0px 20px;
}
.href-link ul li a, .icon-link ul li a {
	padding: 10px 0;
	color: #FFF;
	display: block;
	font-size: 1.5rem;
/*	border-bottom: 2px solid rgba(255,255,255,0);*/
}
.href-link ul li a:hover, .icon-link ul li a:hover {
/*	border-bottom: 2px solid rgba(255,255,255,1);*/
}
.flexslider ul.slides li {
	position: relative;
}

ul.menu li ul.sub-menu, ul.menu.negative li ul.sub-menu {
	display: none;
}
ul.menu li:hover ul.sub-menu, ul.menu.negative li:hover ul.sub-menu {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	position: relative;
	width: 100%;
	left: 0;
	padding-top: 15px;
}

ul.menu li {
	position: relative;
}
.href-link ul.sub-menu li {
	padding: 10px;
	margin: 0;
	width: 100%;
	background-color: #660d19;
}


ul.negative li a{
	color: #000;
}
ul.negative li:hover a{
	color: #000;
/*	border-bottom: 2px solid #000;*/
}
.href-link ul.sub-menu li a {
	padding: 10px 0;
/*	border-bottom: 2px solid #660d19;*/
	text-align: center;
	color: #FFF;
}
.href-link ul.sub-menu li:hover a {
/*	border-bottom: 2px solid #FFF;*/
}
header.nobg {
	background: -moz-linear-gradient(top,  rgba(255,255,255,.9) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,.9) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,.9) 0%,rgba(255,255,255,0) 100%);
}




.build-list-area {
	padding: 60px 0;
	line-height: 1;
}
.tab-btn {
	width: 100%;
}
.switch {
	display: flex;
	justify-content: center;
	align-content: center;
	margin-bottom: 20px;
}
.switch li {
	font-size: 1.5rem;
	padding: 10px 0;
	margin:0 20px;
	border-bottom: 1px solid rgba(0,0,0,0);
}
.switch li:hover, .switch li.active {
	border-bottom: 1px solid rgba(0,0,0,1);
}
.switch li a {
	color: #000;
	display: block;
}
.build-list {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.build-item {
	width: calc(100% / 3 - 30px);
	margin: 15px 15px 20px;
	opacity: 1;
	transition: opacity .25s linear;
}
.build-item:hover {
	opacity: .7;
	transition: opacity .25s linear;
}
.build-item a {
	display: block;
	color: #000;
	text-align: center;
}
.build-img {
	line-height: 0;
}
.build-item a h2 {
	margin: 0;
	padding: 30px 0;
	margin-top: 10px;
	color: #660d19;
	font-size: 2.25rem;
	font-weight: 400;
}
.build-item a h3 {
	margin-bottom: 30px;
	font-weight: 400;
}
.build-desc p {
	line-height: 2;
}
.about-intro {
	padding: 100px 0 230px;
	
}
.about-intro h2 {
	line-height: 2;
	position: relative;
	margin: 0px 0;
	text-align: center;
	font-weight: 400;
}
.intro-img {
	margin: 80px 0;
}
.sign {
    position: absolute;
    bottom: -160px;
    max-width: 350px;
    margin-left: 10%;
}
.build-index {
	line-height: 0;
}
.reserve-content {
	text-align: center;
	padding: 200px 0;
}
.reserve-content h2 {
	line-height: 2;
	font-size: 32px;
	text-align: center;
	font-weight: 400;
}
.arrow {
	text-align: center;
	margin: 30px 0;
}
.reserve-content h3 {
	color: #660d19;
	line-height: 2;
	margin: 30px auto;
	text-align: center;
	padding: 10px 50px;
	border-bottom: 1px solid #660d19;
	display: inline-block;
	font-size: 28px;
}
.reserve-content h3 a {
	color: #660d19;
	font-weight: 400;
}
#contact {
	margin-top: 155px;
}
.contact-intro {
	padding: 60px 0;
	line-height: 2;
	text-align: center;
}
.contact-intro h1 {
	text-align: center;
	font-size: 2.5rem;
	color: #660d19;
	font-weight: 400;
}
.contact-intro h2 {
	margin-top: 30px;
	font-size: 32px;
	font-weight: 400;
}
form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 100px 0 80px;
}
.attention {
	width: 100%;
	padding-left: 15px;
	margin-bottom: 10px;
	font-size: 1.5rem;
	color: #660d19;
	font-weight: 400;
}
.form-group {
	background: #dcdad3;
	padding: 15px;
	position: relative;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
	width: calc(50% - 20px);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.form-group.select {
	width: 100%;
}
.form-group.sex {
	justify-content: flex-start;
}
.form-group input {
	display: block;
	background-color: transparent;
	padding: 5px 5px 5px 5px;
	font-size: 1.5rem;
	width: 100%;
}
.form-group select {
	display: block;
	color: #666;
	background-color: transparent;
	padding: 5px 5px 5px 5px;
	font-size: 1.5rem;
	width: 100%;
	font-family: 'Noto Sans TC', serif;
	z-index:1;
	position:relative;
	cursor: pointer;
}
.form-group textarea {
	display: block;
	color: #666;
	background-color: transparent;
	padding: 5px 5px 5px 5px;
	font-size: 1rem;
	width: 100%;
	font-family: 'Noto Sans TC', serif;
	z-index:1;
	position:relative;
	cursor: pointer;
	resize: none;
}
.form-group.textarea {
	justify-content: flex-start;
	width: 100%;
	align-items: flex-start;
}
.form-group label {
	font-size: 1.5rem;
	color: #666;
	white-space:nowrap;
	cursor: pointer;
	margin-right: 15px;
	font-weight: 400;
}
.form-group label.option {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 0px;
	padding: 7px;
}
.option .checkmark {
	position: absolute;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #FFF;
	border-radius: 50%;
}
.option .checkmark::after {
	content: "";
	position: relative;
	top: 4px;
	left: 4px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #000;
}
.option input:checked ~ .checkmark:after {
	display: block;
}
label[for='msg_sex'] {
	margin-right: 25px;
}
.triangle_down{
	width:0;
	height:0;
	border-width:15px 15px 0;
	border-style:solid;
	border-color:#660d19 transparent transparent ;/* 红 透明 透明 */
	position: absolute;
	right: 20px;
	z-index:0;
}
form button {
	background-color: #660d19;
	color: #FFF;
	margin: 0 10px;
	display: block;
	width: 100%;
	font-size: 1.5rem;
	line-height: 1.5;
	padding: 15px;
	cursor: pointer;
}
form button:hover {
	background: #000;
}


/**************\
* 頁腳
\**************/
footer {
	width: 100%;
	color: #FFF;
	position: relative;
	background-color: #848074;
}
footer a:hover {
}
footer a {
	text-decoration: none;
	color: #FFF;
}
.footer-content {
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 50px calc(1.5% + 30px);
	flex-wrap: wrap;
}
.footer-info {
	line-height: 1.6;
	padding: 0px 0 0;
}
.footer-info p {
	margin:0 0 .5rem;
}
.footer-social a {
	margin: 0 5px;
}
.footer-social a img {
	max-width: 50px;
}
.footer-com-info, .footer-social{
	width: 50%;
}
.footer-social {
	display: flex;
	justify-content: flex-end;
}
.footer-copyright {
	text-align: right;
	width: 100%;
}


.desktop {
	display: inline-block!important;
}
.mobile {
	display: none!important;
}
@media only screen and (max-width: 945px) {
	.desktop {
		display: none!important;
	}
	.mobile {
		display: inline-block!important;
	}
}
@media only screen and (max-width: 945px) {

	header {
		padding: 10px 5%;
	}
/*
	.container-fluid {
		padding-left: 2.5%;
		padding-right: 2.5%;
	}
*/
/*
	.about-intro {
		padding-left: 2.5%;
		padding-right: 2.5%;
	}
*/
	
	.product-item {
		width: 100%;
	}
	.product-content {
		flex-wrap: wrap;
	}
	.product-item {
		margin-bottom: 30px;
	}
	.about-text-content {
		position: relative;
	}
	.footer-slideup-content {
		padding: 20px;
	}
	.footer-msg-area, .footer-company-info {
		width: 100%;
	}
	.footer-slideup-content {
		flex-wrap: wrap;
	}
	.footer-company-info {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.copyright {
		font-size: .9rem;
		text-align: center;
	}
	.about-text-content {
		padding: 30px 30px;
	}
	.fuction.mobile > ul {
		flex-wrap: nowrap;
	}
	.footer-link-content {
		flex-wrap: wrap;
	}
	.footer-link, .footer-social-link, .footer-link ul {
		width: 100%;
	}
	.footer-link ul li {
		text-align: center;
	}
	.footer-social-link ul {
		justify-content: center;
	}
	.footer-link ul {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.about-intro h2 {
		font-size: 1.25rem;
	}
	.sign {
		position: relative;
		margin-left: inherit;
	}
	.reserve-content {
		padding: 30px 0;
	}
	.reserve-content h2 {
		font-size: 1.25rem;
	}
	.reserve-content h3 {
		font-size: 1.15rem;
	}
	.footer-content {
		padding: 25px 5%;
	}
	.footer-com-info, .footer-social {
		width: 100%;
		justify-content: flex-start;
		margin-bottom: 15px;
	}
	.footer-copyright {
		text-align: left;
	}
	.build-item {
		width: 100%;
	}
	.build-list-area {
		margin-top: 60px!important;
	}
	#contact {
		margin-top: 60px;
	}
	.contact-intro h1 {
		font-size: 2rem;
	}
	.contact-intro h2 {
		padding: 0 5%;
		font-size: 1.15rem;
	}
	form {
		margin: 0 0 30px;
	}
	.form-group {
		width: 100%;
	}
	.form-group label, .form-group select, button {
		font-size: 1.15rem;
	}
}

.menu-bar {
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 5px;
}
.menu-bar .href-link {
	padding-top: 20px;
}
.menu-bar {
	justify-content: flex-start;
	padding: 10px 0;
}
.menu-bar .logo {
	max-width: 250px;
	padding: 0 0px;
}
.menu-bar .href-link{
	display: none;
}
.menu-bar .href-link ul{
	display: flex;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}
.menu-bar .href-link.active {
	width: 100%;
	height: 100vh;
	opacity: 1;
	display: flex;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,.8);
	align-items: center;
}
.menu-bar .href-link li a {
	color: #660d19;
	text-align: center;
	display: block;
	font-size: 1.5rem;
}
.menu-bar .href-link li {
	width: 100%;
	padding: 30px 20px;
}
.menu-bar .href-link li:hover ul {
	display: block;
}
.toggle-mobile {
    position: fixed;
    right: 15px;
    top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    cursor: pointer;
    opacity: 1;
    width: 50px;
    height: 50px;
    flex-wrap: wrap;
    background: #660d19;
    
}
.toggle-mobile.active {
	width: 60px;
    height: 60px;
	border-radius: 30px;
}
.toggle-mobile p {
	margin: 0;
	position: relative;
	width: 35px;
	height: 35px;
}
.toggle-mobile span.top {
	width: 35px;
	height: 2px; 
	background-color: #FFF;
	display: block;
	position: absolute;
	top: 3px;
	transition: all 0.1s linear;
}
.toggle-mobile span.mid {
	width: 35px;
	height: 2px; 
	background-color: #FFF;
	display: block;
	position: absolute;
	top: 17px;
	transition: all 0.1s linear;
}
.toggle-mobile span.btm {
	width: 35px;
	height: 2px; 
	background-color: #FFF;
	display: block;
	position: absolute;
	top: 30px;
	transition: all 0.1s linear;
}
.toggle-mobile.active span.top {
	width: 50px;
    height: 2px;
    background-color: #FFF;
    display: block;
    position: absolute;
    top: 17px;
    left: -7px;
    transform: rotate(45deg);
    transition: all 0.1s linear;
}
.toggle-mobile.active span.mid {
	display: none;
}
.toggle-mobile.active span.btm {
    width: 50px;
    height: 2px;
    background-color: #FFF;
    display: block;
    position: absolute;
    bottom: 16px;
    left: -7px;
    top: inherit;
    transform: rotate(-45deg);
    transition: all 0.1s linear;
}