@import url('//fonts.googleapis.com/css?family=Noto+Sans');
@import url('//fonts.googleapis.com/earlyaccess/notosansjp.css');
@import url('//fonts.googleapis.com/earlyaccess/notosanstc.css');
/* Reset */

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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
	background-color: #222;
	opacity: 1;
}

#wrapper {
	background-color: #222;
}

body {
	font-family: 'Noto Sans', 'Noto Sans TC', 'Noto Sans JP', "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.75em;
	font-weight: 300;
	letter-spacing: 1px;
	color: #252525;
	-webkit-text-stroke: 0.25px;
	-webkit-text-size-adjust: none;
	color: #333;
	opacity: 1;
	transition: opacity .5s ease-in-out;
}

body.is-loading {
	overflow: hidden;
	height: 100%;
	opacity: 0;
}

a,
a i,
#wrapper,
button,
h1,
.photoBox header,
.photoBox header span,
.morelinkBox header,
.morelinkBox header span {
	-webkit-transition: background-color ease-in .15s, color ease-in .15s, border-color ease-in .15s, text-shadow ease-in .15s;
	-moz-transition: background-color ease-in .15s, color ease-in .15s, border-color ease-in .15s, text-shadow ease-in .15s;
	-ms-transition: background-color ease-in .15s, color ease-in .15s, border-color ease-in .15s, text-shadow ease-in .15s;
	-o-transition: background-color ease-in .15s, color ease-in .15s, border-color ease-in .15s, text-shadow ease-in .15s;
	transition: background-color ease-in .15s, color ease-in .15s, border-color ease-in .15s, text-shadow ease-in .15s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 1.75em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

section:before,
section:after {
	content: "";
	display: block;
	clear: both;
}

a {
	color: #252525;
}

a:hover,
a:active,
a:focus {
	color: #32944a;
}

::-moz-selection {
	/* Code for Firefox */
	color: #FFF;
	background: rgba(0, 0, 0, 0.5);
}

::selection {
	color: #FFF;
	background: rgba(0, 0, 0, 0.3);
}

.widthHolder {
	width: 1140px;
	margin: 0 auto;
}

.textCenter,
.textHeadingOuter {
	text-align: center;
}

.mobileOnly {
	display: none;
}

/* index */
.indexwarpper {
	height: 100vh;
	width: 100vw;
	min-height: 750px;
	position: relative;
}

section#main {
	float: left;
	height: 100vh;
	min-height: 750px;
	width: 500px;
	background-color: #333;
	color: #fff;
}

section#showcase {
	float: right;
	height: 100vh;
	width: calc(100% - 500px);
	min-height: 750px;
	background-image: url(../img/bg1.jpg);
	background-size: cover;
	background-position: center;
}

.sloganHolder {
	margin: 0 auto;
	position: absolute;
	bottom: 10px;
	right: 20px;
}

.slogan {
	z-index: 2;
	color: #FFF;
	font-size: 2.5em;
	line-height: 60px;
	font-weight: 700;
	background-color: rgba(0, 0, 0, 0);
	text-shadow: 0 0 1px rgba(0, 0, 0, .5);
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	text-align: center;
	cursor: default;
}

/* main */
header#mainHeader {
	background-image: url(../img/logo_p.png);
	background-size: auto 220px;
	background-repeat: no-repeat;
	background-position: center 20px;
	height: 270px;
	padding: 20px;
}

header#mainHeader h1 {
	font-size: 1.4em;
	text-align: center;
	padding: 240px 0 0;
	color: #32b24a;
}

#headerLink {
	text-decoration: none;
}

.part {
	padding: 0 0 20px;
	text-align: center;
}

.part h2 {
	padding: 20px 15px 0;
	font-size: 1.1em;
}

.part p {
	padding: 5px 15px 0;
	font-size: 0.89em;
}

.textButton {
	cursor: pointer;
	line-height: 24px;
	font-weight: 700;
	display: inline-block;
	width: 100%;
	font-size: 1.1em;
	white-space: nowrap;
	vertical-align: middle;
	overflow: hidden;
	background-color: #2C2C2C;
	color: #32944a;
	text-decoration: none;
	border: none;
	padding: 10px 0;
	margin-top: 20px;

}

.textButton:hover {
	background-color: #32944a;
	color: #fff;
}

#copyright {
	position: absolute;
	width: 500px;
	bottom: 0;
	margin: 0;
}

@media screen and (pointer:coarse) {
	.textButton {
		background-color: #32944a;
		color: #fff;
	}
}

@media screen and (max-width: 1368px) {
	section#main {
		width: 368px;
	}

	section#showcase {
		width: calc(100% - 368px);
	}

	header#mainHeader h1 {
		font-size: 1em;
	}

	.slogan {
		font-size: 2em;
	}

	.part h2 {
		padding: 20px 15px 0;
		font-size: 1em;
	}

	.part p {
		padding: 5px 15px 0;
		font-size: 0.8em;
	}

	.textButton {
		font-size: 0.9em;
	}

	#copyright {
		width: 368px;
		font-size: 0.75em;
	}
}

@media screen and (max-width: 968px) {

	.indexwarpper {
		height: auto;
		width: auto;
		min-height: auto;
	}

	section#showcase {
		float: none;
		height: 500px;
		width: 100%;
		min-height: 0;
		margin-left: 0;
		background-position: 77% center;
	}

	.sloganHolder {
		position: relative;
		bottom: auto;
		right: auto;
		height: 500px;

	}

	.sloganHolder h2 {
		width: 100%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	.slogan {
		font-size: 1.6em;
	}

	section#main {
		float: none;
		width: 100%;
		height: auto;
		min-height: auto;
	}

	.textButton {
		width: 250px;
		margin: 20px auto 0;
	}

	#copyright {
		position: relative;
		width: auto;
		bottom: auto;
	}
}

@media screen and (max-width: 468px) {
	.slogan {
		font-size: 1.2em;
	}

	header#mainHeader {
		height: 180px;
		background-size: auto 160px;
	}

	header#mainHeader h1 {
		padding: 170px 0 0;
	}

	#copyright {

		font-size: 0.5em;
	}
}

/* form */
#wrapper.listwarpper header#mainHeader {
	background-position: center 35px;
	margin: 0 10px 10px;
	padding: 35px 0 0;
}

.textHeadingOuter {
	margin: 35px 0;
	text-align: center;
	color: #32944a;
}

section#form {
	width: 968px;
	top: 50%;
	position: absolute;
	background-color: #333;
	color: #fff;
	transform: translateX(-50%)translateY(-50%);
	left: 50%;
}

.textContainer {
	text-align: center;
	padding: 0 0 15px;
}

.g-recaptcha {
	margin: 0 auto;
	width: fit-content;
	padding: 0 0 30px
}