/* ===================================================================  * *  Abstract v1.0 Base Stylesheet *  09-06-2016 *  ------------------------------------------------------------------ *  TOC: *  01. reset *  02. basic/base setup styles *  03. grid *  04. block grids *  05. MISC * * =================================================================== *//* =================================================================== *  01. reset - normalize.css v3.0.2 | MIT License | git.io/normalize * * ------------------------------------------------------------------- */html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
display: none;
}
a {
	background: transparent;
}
a:active, a:hover {
	outline: 0;
}
ol {
	color: #000;
	list-style-type: square
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}/* =================================================================== *  02. basic/base setup styles - (_basic.scss) * * ------------------------------------------------------------------- */
html {
	font-size: 62.5%;
	box-sizing: border-box;
}
*, *::before, *::after {
	box-sizing: inherit;
}
body {
	font-weight: normal;
	line-height: 1;
	text-rendering: optimizeLegibility;
	word-wrap: break-word;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: none;
}
body, input, button {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}/* -------------------------------------------------------------------  * Media - (_basic.scss) * ------------------------------------------------------------------- */
img, video {
	max-width: 100%;
	height: auto;
}
.pic-right {
	float: right;
	margin-left: 0em;
	margin-right: 1em;
	padding-left:0em;
	padding-right:0.5em;
	margin-top: 0em;
	clear: both;
}
.pic-righta {
	float: right;
	margin-left: 0em;
	margin-right: 0em;
	padding-left:0em;
	padding-right:0.5em;
	margin-top: 0em;
	clear: both;
}
.pic-left {
	float: left;
	padding-left:0.5em;
	margin-top: 0.5em;
	clear: both;
}/* ------------------------------------------------------------------- * Typography 
resets - (_basic.scss) * ------------------------------------------------------------------- */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	-webkit-font-variant-ligatures: common-ligatures;
	-moz-font-variant-ligatures: common-ligatures;
	font-variant-ligatures: common-ligatures;
	text-rendering: optimizeLegibility;
}
.p1_bg_b {
	background-color:#c3d0e2;
	line-height: 2em;
}
.p2_bg {
	background-image: url(../images/p2_bg.jpg);
	background-repeat:repeat-y;
	line-height: 2em;
}
.p7_bg_a {
	background-color: #d8cf9d;
	background-image: url(../images/p7_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	line-height: 2em;
}
.p8_bg_a {
	background-color: #e4eeba;
	background-image: url(../images/p8_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	line-height: 2em;
}
.hid2 {
	display: none
}
.p10_bg_a {
	background-image: url(../images/p10_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100%;
	background-color: #f8f0d8;
}
.p10_box {
	width: 250px;
	background-color: #98d791;
}
em, i {
	font-style: italic;
	line-height: inherit;
}
strong, b {
	font-weight: bold;
	line-height: inherit;
}
small {
	font-size: 60%;
	line-height: inherit;
}
ol, ul {
	list-style: none;
}
li {
	display: block;
}/* ------------------------------------------------------------------- * links - (_basic.scss) * ------------------------------------------------------------------- */
a {
	text-decoration: none;
	line-height: inherit;
}
a img {
	border: none;
}/* ------------------------------------------------------------------- * inputs - (_basic.scss) * ------------------------------------------------------------------- */
fieldset {
	margin: 0;
	padding: 0;
}
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}/* =================================================================== *  03. grid - (_grid.scss) * * ------------------------------------------------------------------- */
.row {
	width: 94%;
	max-width: 1170px;
	margin: 0 auto;
}
.row:before, .row:after {
	content: "";
	display: table;
}
.row:after {
	clear: both;
}
.row .row {
	width: auto;
	max-width: none;
	margin-left: 0px;
	margin-right: 0px;
}
[class*="col-"], .bgrid {
float: left;
}
[class*="col-"] + [class*="col-"].end {
float: right;
}
[class*="col-"] {
padding: 0 0px;
}
.col-one {
	width: 8.33333%;
}
.col-two, .col-1-6 {
	width: 16.66667%;
}
.col-three, .col-1-4 {
	width: 25%;
}
.col-four, .col-1-3 {
	width: 33.33333%;
}
.col-five {
	width: 41.66667%;
}
.col-six, .col-1-2 {
	width: 80%;
	text-align: justify;
}
.col-seven {
	width: 58.33333%;
}
.col-eight, .col-2-3 {
	width: 66.66667%;
}
.col-nine, .col-3-4 {
	width: 75%;
}
.col-ten, .col-5-6 {
	width: 83.33333%;
}
.col-eleven {
	width: 91.66667%;
}
.col-twelve, .col-full {
	width: 100%;
}
p {
	padding-left: 20px;
	padding-right: 20px;
}
#Layer1 {
	position: absolute;
	left: 30px;
	top: 30px;
	width: 90px;
	height: 101px;
	z-index: 1;
}
#Layer2 {
	position: absolute;
	left: 30px;
	top: 30px;
	width: 120px;
	height: 101px;
	z-index: 1;
}
#Layer3 {
	position: absolute;
	left: 30px;
	top: 30px;
	width: 120px;
	height: 101px;
	z-index: 1;
}
#Layer4 {
	position: absolute;
	left: 30px;
	top: 30px;
	width: 140px;
	height: 101px;
	z-index: 1;
}

#Layer5 {
	position: absolute;
	left: 10px;
	top: 20px;
	width: 90px;
	height: 101px;
	z-index: 1;
}
.box_p3_a {
	width: 70%;
	text-align: left;
}
.box_p3_a .txt_p3 {
	padding-left: 60px;
	padding-top: 50px;
	padding-right: 60px;
	padding-bottom: 30px;
}
.box_p3_b {
}
.box_p3_b .txt2_p3 {
	padding-left: 160px;
	padding-top: 10px;
	padding-right: 200px;
	padding-bottom: 30px;
}
.txt_p2 {
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
}
.txt2_p8 {
	padding-left: 80px;
	padding-top: 10px;
	padding-right: 80px;
	padding-bottom: 30px;
}
.txt2_p9 {
	padding-left: 80px;
	padding-top: 10px;
	padding-right: 80px;
	padding-bottom: 30px;
}
.contact_txt {
	display: inline;
}
.p8_last {
	display: block;
}
.p8_last_m {
	display: none;
}
.p8_bg_b {
	margin-top: -300px;
}
.p7_bg_b {
	margin-top: -300px;
}
.pic_p2 {
	width: 300px
}
.pic-right{float:right; margin-left:1em; padding-right:1em; clear:both;}
.pic-righta{width:350px; float:right; margin-left:0em; padding-right:1em; padding-left:1em; clear:both;}
.pic-left{float:left; margin-left:1em; padding-right:2em; clear:both;}
.box_p6_c {
	padding-right: 200px;
	padding-top: 100px;
}
.p6_bg_txt {
	padding-left: 90px;
	padding-right: 70px;
}
.p6_bg_bottom {
	background-image: url(../images/p6_bg_bottom.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.kit_head{
	background-image: url(../images/kit_head_bg.jpg);
	background-size: contain;
	background-repeat: repeat-x;	
}
/* --------------------------------------------------------------- * small screens - (_grid.scss) * --------------------------------------------------------------- */
@media screen and (max-width:1200px) {
.col-six, .col-1-2 {
	width: 75%;
	text-align: justify;
}
.box_p3_b .txt2_p3 {
	padding-left: 160px;
	padding-top: 10px;
	padding-right: 180px;
	padding-bottom: 30px;
}
.txt2_p8 {
	padding-left: 80px;
	padding-top: 10px;
	padding-right: 80px;
	padding-bottom: 30px;
}
	.txt2_p9 {
	padding-left: 80px;
	padding-top: 10px;
	padding-right: 80px;
	padding-bottom: 30px;
}
}
@media screen and (max-width:1024px) {
	.row {
	width: auto;
	padding-left: 0px;
	padding-right: 0px;
}
.row .row {

}
[class*="col-"] {
padding: 0 0px;
}
.box_p3_b .txt2_p3 {
	padding-left: 140px;
	padding-top: 10px;
	padding-right: 160px;
	padding-bottom: 30px;
}
.txt2_p8 {
	padding-left: 80px;
	padding-top: 10px;
	padding-right: 80px;
	padding-bottom: 30px;
}
.txt2_p9 {
	padding-left: 80px;
	padding-top: 10px;
	padding-right: 80px;
	padding-bottom: 30px;
}
}
@media only screen and (max-width:960px) {
.col-six, .col-1-2 {
	width: 100%;
	text-align: justify;
}
.menu_l {
	display: none;
}
.box_p3_b .txt2_p3 {
	padding-left: 160px;
	padding-top: 10px;
	padding-right: 180px;
	padding-bottom: 30px;
}
}/* ---------------------------------------------------------------  * tablets - (_grid.scss) * --------------------------------------------------------------- */
@media screen and (max-width:768px) {
.row {
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.row .row {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0px;
	margin-right: 0px;
}
[class*="col-"] {
padding: 0 0px;
}
.tab-1-4 {
	width: 25%;
}
.tab-1-3 {
	width: 33.33333%;
}
.tab-1-2 {
	width: 50%;
}
.tab-2-3 {
	width: 66.66667%;
}
.tab-3-4 {
	width: 75%;
}
.hid2 {
	display: block
}
.tab-full {
	width: 100%;
}
#Layer1 {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 80px;
	height: 101px;
	z-index: 1;
}
#Layer2 {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 100px;
	height: 101px;
	z-index: 1;
}

#Layer3 {
	position: absolute;
	left: 5px;
	top: 15px;
	width: 100px;

	z-index: 1;
}

#Layer4 {
	position: absolute;
	left: 10px;
	top: 20px;
	width: 80px;

	z-index: 1;
}

#Layer5 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	z-index: 1;
}
.box_p3_a {
	width: 90%;
}
.box_p3_b {
}
.box_p3_b .txt2_p3 {
	padding-left: 120px;
	padding-top: 10px;
	padding-right: 140px;
	padding-bottom: 30px;
}
.p8_last {
	display: none;
}
.p8_last_m {
	display: block;
}
.p8_bg_b {
	margin-top: 0px;
}
.p6_pic {
	width: 50%
}
.box_p6_c {
	padding-right: 0px;
	padding-top: 0px;
}
.p6_bg_txt {
	padding-left: 60px;
	padding-right: 50px;
}
.p6_bg_bottom {
	background-image: url(../images/p6_bg_bottomb.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 800px;
}
}

/* --------------------------------------------------------------- 
 * large mobile devices - (_grid.scss)
 * --------------------------------------------------------------- */
@media screen and (max-width:600px) {
.row {
	padding-left: 10px;
	padding-right: 10px;
}
.row .row {
	margin-left: -10px;
	margin-right: -10px;
}
 [class*="col-"] {
 padding: 0 0px;
}
.mob-1-4 {
	width: 25%;
}
.mob-1-2 {
	width: 50%;
}
.mob-3-4 {
	width: 75%;
}
.mob-full {
	width: 100%;
}
#Layer1 {
	position: absolute;
	left: 10px;
	top: 20px;
	width: 80px;
	height: 101px;
	z-index: 1;
}
.icon_right {
	width: 100px
}
.pic-right {
	margin-top: 0.5em;
	clear: both;
	width: 100%;
	text-align:center;
}
.pic-righta {
	margin-top: 0.5em;
	clear: both;
	width: 100%;
	text-align:center;
}
.pic-left {
	margin-top: 0.5em;
	clear: both;
	width: auto;
	
	text-align:center;
}
#Layer2 {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 100px;
	height: 101px;
	z-index: 1;
}
.box_p3_a {
	width: 95%;
	text-align: left;
}
.box_p3_a .txt_p3 {
	padding-left: 30px;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 30px;
}
.box_p3_b {
}
.p7_bg_b {
	background-color: #d8cf9d;
	background-image: url(../images/p7_bg_b.jpg);
	background-size: 100%;
	background-position: right bottom;
	background-repeat: no-repeat;
	margin-top: 0px;
}

.box_p3_b .txt2_p3 {
	padding-left: 80px;
	padding-top: 10px;
	padding-right: 90px;
	padding-bottom: 30px;
}
.txt2_p8 {
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
}
	.txt2_p9 {
	padding-left: 50px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 30px;
}
.p6_bg_txt {
	padding-left: 40px;
	padding-right: 30px;
}
.p6_bg_bottom {
	background-image: url(../images/p6_bg_bottomb.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 680px;
}
}
/* --------------------------------------------------------------- 
 * small mobile devices - (_grid.scss)


 
/* ===================================================================
 *  04. block grids - (_grid.scss)
 *
 * ------------------------------------------------------------------- */
[class*="block-"]:before, [class*="block-"]:after {
	content: "";
	display: table;
}
[class*="block-"]:after {
	clear: both;
}
.block-1-6 .bgrid {
	width: 16.66667%;
}
.block-1-4 .bgrid {
	width: 25%;
}
.block-1-3 .bgrid {
	width: 33.33333%;
}
.block-1-2 .bgrid {
	width: 50%;
}
/**
 * Clearing for block grid columns. Allow columns with 
 * different heights to align properly.
 */
.block-1-6 .bgrid:nth-child(6n+1), .block-1-4 .bgrid:nth-child(4n+1), .block-1-3 .bgrid:nth-child(3n+1), .block-1-2 .bgrid:nth-child(2n+1) {
	clear: both;
}
.p1_bottom_txt {
	padding-top: 0;
	padding-right: 8em;
	padding-bottom: 0;
	padding-left: 8em;
}
.p7_b {
	padding-top: 150px;
}
@media screen and (max-width:1200px) {
.p7_b {
	padding-top: 250px;
}
}
/* ---------------------------------------------------------------
 * small screens - (_grid.scss)
 * --------------------------------------------------------------- */
@media screen and (max-width:1024px) {
.block-s-1-6 .bgrid {
	width: 16.66667%;
}
.block-s-1-4 .bgrid {
	width: 25%;
}
.block-s-1-3 .bgrid {
	width: 33.33333%;
}
.block-s-1-2 .bgrid {
	width: 50%;
}
.block-s-full .bgrid {
	width: 100%;
	clear: both;
}
[class*="block-s-"] .bgrid:nth-child(n) {
	clear: none;
}
.block-s-1-6 .bgrid:nth-child(6n+1),  .block-s-1-4 .bgrid:nth-child(4n+1),  .block-s-1-3 .bgrid:nth-child(3n+1),  .block-s-1-2 .bgrid:nth-child(2n+1) {
	clear: both;
}
.p7_b {
	padding-top: 200px;
}
}

/* ---------------------------------------------------------------
 * tablets - (_grid.scss)
 * --------------------------------------------------------------- */
@media screen and (max-width:768px) {
.block-tab-1-6 .bgrid {
	width: 16.66667%;
}
.block-tab-1-4 .bgrid {
	width: 25%;
}
.block-tab-1-3 .bgrid {
	width: 33.33333%;
}
.block-tab-1-2 .bgrid {
	width: 50%;
}
.block-tab-full .bgrid {
	width: 100%;
	clear: both;
}
[class*="block-tab-"] .bgrid:nth-child(n) {
	clear: none;
}
.block-tab-1-6 .bgrid:nth-child(6n+1),  .block-tab-1-4 .bgrid:nth-child(4n+1),  .block-tab-1-3 .bgrid:nth-child(3n+1),  .block-tab-1-2 .bgrid:nth-child(2n+1) {
	clear: both;
}
.p7_b {
	padding-top: 0px;
}
}

/* ---------------------------------------------------------------
 * large mobile devices - (_grid.scss)
 * --------------------------------------------------------------- */
@media screen and (max-width:600px) {
.hid {
	display: none
}
.hid2 {
	display: block
}
.block-mob-1-6 .bgrid {
	width: 16.66667%;
}
.block-mob-1-4 .bgrid {
	width: 25%;
}
.block-mob-1-3 .bgrid {
	width: 33.33333%;
}
.block-mob-1-2 .bgrid {
	width: 50%;
}
.block-mob-full .bgrid {
	width: 100%;
	clear: both;
}
[class*="block-mob-"] .bgrid:nth-child(n) {
	clear: none;
}
.block-mob-1-6 .bgrid:nth-child(6n+1),  .block-mob-1-4 .bgrid:nth-child(4n+1),  .block-mob-1-3 .bgrid:nth-child(3n+1),  .block-mob-1-2 .bgrid:nth-child(2n+1) {
	clear: both;
}
.icon_right {
	width: 50px
}
.p9_table {
	font-size: 0.8em;
}
.pic_p2 {
	width: 100%
}
.pic-right{width:100%;margin-right: 0em;}
.pic-righta{width:100%;margin-right: 0em;}
.pic-left{width:100%; padding-right:2em}
}

/* ---------------------------------------------------------------
 * stack on small mobile devices - (_grid.scss)
 * --------------------------------------------------------------- */
 @media screen and (max-width:500px) {

#Layer1 {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 60px;
	z-index: 1;
}
#Layer2 {
	position: absolute;
	left: 10px;
	top: 20px;
	width: 50px;
	height: 101px;
	z-index: 1;
}

.pic_p7 {
	display: none !important;
}

.pic_p7_s {
	display: block !important;
}

}

@media screen and (max-width:400px) {
.stack .bgrid {
	width: 100% !important;
	float: none !important;
	clear: both !important;
	margin-left: 0;
	margin-right: 0;
}
#Layer1 {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 45px;
	height: 101px;
	z-index: 1;
}
#Layer2 {
	position: absolute;
	left: 10px;
	top: 20px;
	width: 50px;
	height: 101px;
	z-index: 1;
}
.box_p3_b .txt2_p3 {
	padding-left: 65px;
	padding-top: 10px;
	padding-right: 75px;
	padding-bottom: 10px;
}
}
/* ===================================================================
 *  05. MISC  - (_grid.scss)
 *
 * ------------------------------------------------------------------- */

/**
 * Clearing - (http://nicolasgallagher.com/micro-clearfix-hack/
 */
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
/**
 * Misc Helper Styles 
 */
.hide {
	display: none;
}
.invisible {
	visibility: hidden;
}
.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.overflow-hidden {
	overflow: hidden;
}
.hide-content {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.remove-bottom {
	margin-bottom: 0;
}
.half-bottom {
	margin-bottom: 1.5rem !important;
}
.add-bottom {
	margin-bottom: 3rem !important;
}
.tall-bottom {
	margin-bottom: 4.5rem !important;
}
.no-border {
	border: none;
}
.full-width {
	width: 100%;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.align-center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.p3_title {font-family: "ar-weibeib5", "ar-weibeigbstd", 'Noto Sans TC';}

 @media only screen and (max-width:768px) {
.full-width-on-mobile {
	width: 100%;
}
.p1_bottom_txt {
	padding-top: 0;
	padding-right: 3em;
	padding-bottom: 0;
	padding-left: 3em;
}

.p3_title {font-family: 'Noto Serif TC';}



}
.linear {
	background-color: #c5d1e6;
	background-image: url(../images/p3_bg.jpg);
	background-position: center bottom;
	background-size: 100%;
	background-repeat: no-repeat;
	line-height: 2em;
}

.div-inline {display:inline}

 @media only screen and (max-width:1023px) {
.kit_head{
	background-image: url(../images/kit_head_bg.jpg);
	background-size: contain;
	background-repeat: repeat-x;	

}
 }
 
 
.p3b {
	max-width:300px
}
 
 
.pic_p7 {
	display: block !important;
}

.pic_p7_s {
	display: none !important;
}