@charset "UTF-8";
/* ------------------------------------------------------------------
author:        谷辰網路資訊
email:         service@gcii.tw
website:       http://www.gcii.tw
 -------------------------------------------------------------------*/
 
/*-----------------------------------------------------------------------------------*/
/*	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/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%;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
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;}
input,textarea {font:inherit;resize:none;vertical-align: bottom;}
video {max-width: 100%;height: auto;}
iframe,embed,object {max-width: 100%;}
.clear {clear: both;display: block;font-size: 0px;height: 0px;line-height: 0;width: 100%;overflow:hidden;}
.clearfix {position:relative;display: block;clear: both;}

html,body {font-size: 15px;line-height: 25px;letter-spacing: 1px;color: #324664;font-family: "Montserrat","Arial","蘋果儷中黑","Apple LiGothic Medium","微軟正黑體","Microsoft JhengHei",sans-serif;margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;background-color:#ffffff;}
a {text-decoration: none !important;color: #221814;}
a:hover {color: #cc0000;}
a img {border: none;}
img {max-width: 100%;display:block;}
iframe {border: none !important;}
.ih0 {position: absolute;width: 1px;height: 1px;margin: -1px;padding: 0;overflow: hidden;clip: rect(0, 0, 0, 0);border: 0;}


/* wrapper */
#mainbody {position:relative;width: 100%;background-color:#ffffff;min-height: 500px;background-image: url("../images/index_bg.jpg");background-repeat:no-repeat;background-position:center center;background-size: cover;height:100vh;overflow: hidden;}
/* wrapper */


/* index */
.index-body {position:relative;z-index:1;}
.index .logo {margin: 20% auto 100px auto;text-align: center;}
.index .logo img {margin: 0 auto;}
.index .title {margin: 0 auto 100px auto;text-align: center;}
.index .title h2 {font-size: 22px;font-weight: 600;color:#ffffff;margin-bottom:20px;letter-spacing: 3px;}
.index .title p {font-size: 18px;line-height: 30px;color:#ffffff;}
.index .footer {position:absolute;z-index:2;width:100%;bottom:0;background-color: rgba(78, 103, 114, 0.6);display: flex;flex-wrap: nowrap;justify-content: center;}
.index .footer .footer-left {width:50%;padding: 50px 200px;display: flex;flex-wrap: nowrap;justify-content: space-around;align-items: center;border-right: 1px solid #4c6976;}
.index .footer .footer-rigfht {width:50%;padding: 50px 200px;display: flex;flex-wrap: nowrap;justify-content: space-around;align-items: center;}
.index .footer h3 {font-size: 24px;font-weight: 600;color:#ffffff;}
.index .footer p {font-size: 16px;color:#ffffff;}
.index .footer i {font-size: 40px;color:#ffffff;}
/* index */

@media (max-width: 1800px) {
	.index .footer .footer-left ,.index .footer .footer-rigfht {padding: 50px 100px;}
}
@media (max-width: 1700px) {
}
@media (max-width: 1600px) {
}
@media (max-width: 1400px) {
	.index .footer .footer-left ,.index .footer .footer-rigfht {padding: 50px 50px;}
	.index .logo img {max-width: 70%;}
}
@media (max-width: 1199px) {
}
@media (max-width: 1024px) {
	.index .footer .footer-left ,.index .footer .footer-rigfht {padding: 25px 25px;}
	.index .footer h3 {font-size: 20px;}
	.index .footer p {font-size: 14px;}
	.index .footer i {font-size: 30px;}
}
@media (max-width: 991px) {
}
@media (max-width: 767px){
	.index .logo {margin: 22% auto 100px auto;}
	.index .logo img {max-width: 60%;}
	.index .footer {flex-wrap: wrap;}
	.index .footer .footer-left {width:100%;padding: 20px 50px;border-bottom: 1px solid #4c6976;}
	.index .footer .footer-rigfht {width:100%;padding: 20px 50px;}
}
@media (max-width: 668px) {	
}
@media (max-width: 568px) {
}
@media (max-width: 479px) {	
	.index .logo {margin: 25% auto 100px auto;}
	.index .title h2 {font-size: 18px;margin-bottom:20px;letter-spacing: 3px;}
	.index .title p {font-size: 14px;line-height: 30px;}
	.index .footer .footer-left {padding: 10px 20px;}
	.index .footer .footer-rigfht {padding: 10px 20px;}
	.index .footer h3 {font-size: 18px;}
	.index .footer p {font-size: 13px;}
	.index .footer i {font-size: 20px;}
}
@media (max-width: 379px) {
	.index .footer .footer-left {padding: 10px 10px;}
	.index .footer .footer-rigfht {padding: 10px 10px;}
	.index .footer i {display: none;}
}
@media (max-width: 330px) {
	.index .logo {margin: 20% auto 80px auto;}
}