@charset "utf-8";
/* CSS Document */

* {
	position: relative;
}

body {
    margin: 0;
    padding: 0;
	width: 100%;
	font-family: "Noto Sans TC", sans-serif;
	font-size: 16px;
	overflow-x: hidden;
	text-align: center;
}
/*
body .mobile_bottom_link {
	text-align: left;
}
body .mobile_bottom_box li {
	font-size: 0.94em;
	margin: 5px 0 5px 10px;
	height: auto;
}
body .mobile_bottom_link li:nth-of-type(1) {
	margin: 25px 0 5px 10px;
}
body .mobile_bottom_link a {
	padding-left: 0;
}
*/
h2, h3, h4 {
	z-index: 3;
}

/*------background------*/
.body-bg {
	position: fixed;
	background-image: url("../images/bg-pic.jpg");
	background-position: center top;
/*	background-size: 2000px auto;*/
	background-size: cover;
	width: 100%;
	height: 100%;
}

/*------top-bar------*/
.top {
	background-color: #fff;
    padding: 1rem;
    border-bottom: #0091cb;
    border-bottom-style: solid;
    border-bottom-width: 5px;
}
.top-logo {
    margin: 0 auto;
}

.top-logo a {
	cursor: pointer; 
}

/*------主視覺------*/
.main {
	max-width: 640px;
	margin: auto;
	width: 100%;
	height: 700px;
	text-align: center;
}
.main-title {
	width: 100%;
	height: 150px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	margin: 0 auto;}

.main-title h3{
	font-size: 25px;
    font-weight: 600;
    line-height: 3rem;
    color: #fff;
    letter-spacing: 1px;
    background-color: #05C654;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 0 auto;
}
.main-txt01 {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	box-sizing: border-box;

}
.main-txt01 h4 {
	font-size: 22px;
	font-weight: 500;
	color: #171717;
	margin: -30px auto -15px;
}
.main-content {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
}

.main-txt02 h3 {
	font-size: 25px;
    font-weight: 500;
    line-height: 3rem;
	color: #171717;
    letter-spacing: 1px;
    margin: 10px auto 0;
}