@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;500;700;900&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',"微軟正黑體", sans-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: 20px 5%;
	background: #000;
	position: fixed;
	width: 100%;
	z-index: 2;
}
.menu-bar {
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo {
	max-width: 350px;
	padding: 0 30px;
}
.icon-link li{
	max-width: 90px;
	padding: 0 10px;
	display: inline-block;
}
.href-link {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 80%;
}
.href-link ul, .icon-link ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
}
.href-link ul li {
	padding: 0 30px;
	font-size: 1.25rem;
	font-weight: 700;
}
.href-link ul li a, .icon-link ul li a {
	color: #FFF;
	display: block;
}
.href-link ul li a:hover, .icon-link ul li a:hover {
	color: #ea5504;
}
section {
/*	min-height: 100vh;*/
	padding: 80px 0;
}
#section-1 {
	margin-top: 0px;
/*	background-image: url("../img/2-2.jpg");*/
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #000;
}
#section-2, #section-2-1 {
	margin-top: 0px;
/*	background-image: url("../img/3-2.jpg");*/
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #000;
}
#section-2 {
	padding-bottom: 0;
}
#section-2-1 {
	padding-top: 0;
}
#section-2 .container, #section-2-1 .container {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #333;
}
#section-3 .container {
	background-color: #FFF;
}
#section-2-1 .container {
	flex-direction: row-reverse;
}
#section-3 {
	margin-top: 0px;
/*	background-image: url("../img/4-2.jpg");*/
	background-size: cover;
	background-repeat: no-repeat;
}

#section-3 h2 {
	width: 100%;
	padding: 30px 30px 10px;
	margin-bottom: 0;
}
h2 {
	font-size: 2.5rem;
	margin-bottom: 1.5rem;
}
p, .text-area li {
	font-size: 1.05rem;
	line-height: 1.7;
	margin-bottom: 1.5rem;
}
#section-1 .text-area{
	width: 75%;
	margin: 0 auto;
	background: none;
	color: #FFF;
}
#section-2 .text-area, #section-2-1 .text-area{
	width: 50%;
	margin: 0 auto;
	text-align: left;
	color: #FFF;
}
#section-2 .img-area, #section-2-1 .img-area {
	width: 50%;
	margin: 0 auto;
	text-align: left;
}

#section-3 .container {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
#section-3 .text-area {
	width: 50%;
	text-align: left;
	color: #000;
}
.text-area ul {
	padding-left: 1rem;
}
.text-area li {
	list-style-type: disc;
}
h3 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
.form-group {
	margin-bottom: .5rem;
}
.form-group h3 {
	font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 1rem;
	font-weight: 500;
}
.form-group label, .form-group input {
	display: block;
	font-size: 1.15rem;
	margin-bottom: .5rem;
}
.form-group label span {
	color: red;
}
.form-group input {
	width: 90%;
	padding: 10px 0px;
	background-color: transparent;
	border-bottom: 1px solid #000;
}
.form-group button {
	border: 1px solid #000;
	padding: 10px 20px;
	font-size: 1.5rem;
	cursor: pointer;
	margin-top: 2rem;
}
.form-group button:hover {
	background: rgba(255,255,255,.8);
}
.contact-form {
	width: 50%;
	text-align: left;
	padding: 20px 30px 20px;
	background-color: rgba(255,255,255,1);
}
.com-img {
	padding: 10%;
}
.com-img, .com-text {
	width: 50%;
}
.com-info {
	display: flex;
	justify-content: space-between;
	align-content: stretch;
	background-color: rgba(255,255,255,1);
	text-align: left;
	padding: 20px 30px 20px;
}
.captcha {
	display: flex;
	justify-content: flex-start;
	align-content: stretch;
}
.text-area {
	padding: 20px 30px 20px;
/*	background-color: rgba(255,255,255,.3);*/
	text-align: left;
}
.com-text h1 {
	font-size: 1.75rem;
}
.com-text h1 + h3 {
	margin-top: 1.5rem;
}
.com-text img{
	max-width: 160px;
}
.com-text {
	padding: 30px 30px;
	line-height: 1.5;
	text-align: center;
}
.com-text h3 {
	font-size: 1.25rem;
}
.com-text h3 {
	margin-bottom: 1.5rem;
}
.com-text h3 a {
	color: #000;
}
.com-text h3 a:hover {
	color:#666;
}
#section-0 {
	padding: 0px 0;
	margin-top: 100px;
}
/**************\
* 頁腳
\**************/
footer {
	width: 100%;
	color: #FFF;
	padding: 20px 0 20px;
	z-index: 100;
	position: relative;
	line-height: 1.5;
	text-align: center;
	background: #000;
}
footer a:hover {
	text-decoration: underline;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer h2 {
	margin-bottom: 15px;
	font-size: 1.75rem;
}
footer p {
	font-size: 1.05rem;
	font-weight: 300;
	line-height: 2;
	margin-bottom: 1rem;
}

.desktop {
	display: inline-block;
}
.mobile {
	display: none;
}
@media only screen and (max-width: 999px) {
	.desktop {
		display: none;
	}
	.mobile {
		display: inline-block;
	}
}
@media only screen and (max-width: 999px) {
	.menu-bar {
		flex-wrap: wrap;
		justify-content: flex-start;
		padding: 20px 5px;
	}
	.menu-bar .href-link {
		padding-top: 20px;
	}
} 
@media only screen and (max-width: 999px) {
	.menu-bar {
		justify-content: flex-start;
		padding: 10px 0;
	}
	.menu-bar .logo {
		width: 80%;
		max-width: 280px;
		padding: 0 60px 0 0;
	}
	.menu-bar .href-link{
		display: none;
	}
	.menu-bar .href-link ul{
		display: table-cell;
    	vertical-align: middle;
	}
	.menu-bar .href-link.active {
		width: 100%;
		height: 100vh;
		opacity: 1;
		display: table;
		position: fixed;
		z-index: 101;
		top: 0;
		left: 0;
		background-color: rgba(0,0,0,1);
	}
	.menu-bar .href-link.active ul {
	}
	.menu-bar .href-link li a {
		color: #FFF;
		text-align: center;
		display: block;
		font-size: 1.5rem;
	}
	.menu-bar .href-link li {
		width: 100%;
		padding: 30px 0;
	}
	.toggle-mobile {
		position: absolute;
		right: 25px;
		top:33%;
		display: flex;
        justify-content: flex-end;
        align-items: center;
		z-index: 1000;
		cursor: pointer;
		opacity: 1;
        width: 25px;
        height: 25px;
        flex-wrap: wrap;
	}
    .toggle-mobile p {
        margin: 0;
        position: relative;
        width: 25px;
        height: 25px;
        margin-left: 2px;
        margin-top: 2px;
	}
    .toggle-mobile span.top {
		width: 25px;
		height: 2px; 
		background-color: #FFF;
		display: block;
		position: absolute;
		top: 0px;
		transition: all 0.1s linear;
	}
	.toggle-mobile span.mid {
		width: 25px;
		height: 2px; 
		background-color: #FFF;
		display: block;
		position: absolute;
		top: 8px;
		transition: all 0.1s linear;
	}
	.toggle-mobile span.btm {
		width: 25px;
		height: 2px; 
		background-color: #FFF;
		display: block;
		position: absolute;
		top: 16px;
		transition: all 0.1s linear;
	}
	.toggle-mobile.active span.top {
		width: 30px;
		height: 2px; 
		background-color: #FFF;
		display: block;
		position: absolute;
		top: 9px;
		left: 0;
		transform: rotate(45deg);
		transition: all 0.1s linear;
	}
	.toggle-mobile.active span.mid {
		display: none;
	}
	.toggle-mobile.active span.btm {
		width: 30px;
		height: 2px; 
		background-color: #FFF;
		display: block;
		position: absolute;
		bottom: 14px;
		left: 0;
		top: inherit;
		transform: rotate(-45deg);
		transition: all 0.1s linear;
	}
	li.mobile {
		max-width: 60px;
	}
	.icon-link {
		display: none;
	}
	.icon-link.mobile {
		display: flex;
	}
	.icon-link.mobile ul {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.icon-link.mobile ul li{
		margin: 0 15px;
	}
	header {
		padding: 5px 5%;
	}
	section {
		min-height: inherit;
	}
	.container {
		padding: 0 5%;
	}
	.com-info {
		flex-wrap: wrap;
		padding-left: 0;
		padding-right: 0;
	}
	.com-text {
		padding-left: 0;
		padding-right: 0;
	}
	.com-text h1 {
		font-size: 1.5rem;
	}
	.com-img {
		padding-top: 0;
		padding-bottom: 0;
	}
	.text-area, .contact-form, .com-img, .com-text {
		width: 100%!important;
	}
	#section-2 .container, #section-2-1 .container {
		flex-wrap: wrap;
	}
	#section-2 .text-area, #section-2-1 .text-area, #section-2 .img-area, #section-2-1 .img-area {
		width: 100%;
	}
	#section-0 {
		margin-top: 90px;
	}
}