@charset "UTF-8";

/* --------------------------------
 * 共同
 * -------------------------------- */

@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanssc.css);

html {
	font-size: 62.5%;
}
body {
    background-color: #FFF;
    color: #000;
    text-align: center;
	font-size: 1.5rem;
	font-size: 15px;
    font-family: '微軟正黑體','Noto Sans TC', sans-serif;
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale; 
    font-smooth: always;
}
*, *::before, *::after {
    box-sizing: border-box;
}
a:link, a:visited {
    color: #666;
    text-decoration: none;
}
a:hover {
	color: #FF6600;
}
.header {
	height: 450px;
	background-repeat: no-repeat;
	background-size: cover;
	font-size:0;
	width: 100%;
}
.header-box {
	height: 450px;
	width: 100%;
	display: table;
}
.site-title {
    display: table-cell;
    vertical-align: middle;
}
.site-title h1 {
	font-size: 4.5rem;
	font-size: 45px;
	color: #FFF;
	font-weight: 600;
	border: 1px solid #FFF;
	padding-top: 13px;
	padding-right: 15px;
	padding-bottom: 13px;
	padding-left: 15px;
	margin-bottom: 90px;
	display: table;
	margin-right: auto;
	margin-left: auto;
}
.main {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: 0;
	margin-top: 50px;
	margin-bottom: 50px;
}
.item-title {
	margin-bottom: 47px;
	font-size: 0;
}
#item-title {
	margin-top: 50px;
}
.item-title h2 {
	z-index: 100;
}
.item-title p {
	width: 100%;
	height: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-top: -19px;
}
#service {
	background-image: url(../images/header_service.jpg);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='../images/header_service.jpg',
    sizingMethod='scale');
}
#partner {
    background-image: url(../images/header_partner.jpg);	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='../images/header_partner.jpg',
    sizingMethod='scale');	
}
#about {
    background-image: url(../images/header_about.jpg);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='../images/header_about.jpg',
    sizingMethod='scale');
}
#location {
    background-image: url(../images/header_location.jpg);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='../images/header_location.jpg',
    sizingMethod='scale');
}
@media only screen and (min-width: 1600px) {
.header {
	height: 600px;
}
.header-box {
	height: 600px;
}
.site-title h1 {
	font-size: 4.8rem;
	font-size: 48px;
	color: #FFF;
	font-weight: 600;
	border: 1px solid #FFF;
	padding-top: 15px;
	padding-right: 16px;
	padding-bottom: 14px;
	padding-left: 16px;
}
}
@media only screen and (min-width:961px) and (max-width:1200px) {
.site-title h1 {
	font-size: 4rem;
	font-size: 40px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-bottom: 75px;
}
}
@media only screen and (min-width:481px) and (max-width:960px) {
.header {
	height: 300px;
	margin-top: 202px;
}
.header-box {
	height: 300px;
}
.site-title {
    padding-right: 5%;
	padding-left: 5%;
}
.site-title h1 {
	font-size: 3.2rem;
	font-size: 32px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-bottom: 50px;
}
.main {
	margin-top: 40px;
	margin-bottom: 40px;
}
#item-title {
	margin-top: 35px;
}
}
@media only screen and (min-width:481px) and (max-width:600px) {
.site-title h1 {
	font-size: 2.6rem;
	font-size: 26px;
	padding-top: 8px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 9px;
	margin-bottom: 40px;
}
}
@media only screen and (max-width:720px) {
.main {
	width: 85%;
}
.header {
	margin-top: 203px;
}
}
@media only screen and (max-width:480px) {
.header {
	height: 240px;
	margin-top: 201px;
}
.header-box {
	height: 240px;
}
.site-title h1 {
	display: none;
}
.item-title {
	margin-bottom: 42px;
}
.main {
	margin-top: 35px;
	margin-bottom: 35px;
}
#item-title {
	margin-top: 30px;
}
}
@media only screen and (max-width:420px) {
.header {
	height: 200px;
}
.header-box {
	height: 200px;
}
}



/* --------------------------------
 * 定位
 * -------------------------------- */
.left { 
    float: left;
    position: fixed;
    z-index: 100;
    width: 16%;
    height: 100%;
    background: #FF6600;
}
.right {
	float: right;
	width: 84%;
	margin-left: 16%;
	background-color: #FFF;
}
@media only screen and (min-width:961px) and (max-width:1200px) {
.left { 
    width: 20%;
}
.right {
	width: 80%;
	margin-left: 20%;
}
}
@media only screen and (min-width:721px) and (max-width:960px) {
.left {
	width: 100%;
	height: auto;
	clear: left;
}
.right {
	width: 100%;
	margin-left: 0px;
	clear: right;
}
}
@media only screen and (max-width:720px) {
.left {
	width: 100%;
	height: auto;
	clear: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}
.right {
	width: 100%;
	margin-left: 0px;
	clear: right;
}
}



/* --------------------------------
 * 選單
 * -------------------------------- */
.nav {
	width: 100%;	
	font-size:0;
}
.logo {
	width: 100%;
	background-color: #FAFAFA;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size:0;
}
.logo-phone {
	width: 100%;
	background-color: #FAFAFA;
	padding-top: 30px;
	padding-bottom: 30px;
	display:none;
	font-size:0;
}
.nav-list {
	width: 70%;
	margin-right: auto;
	margin-left: auto;	
}
.nav-item {
	font-family: 'Noto Sans TC','Noto Sans SC','微軟正黑體', sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C14d00;
	padding-top: 22px;
	padding-bottom: 24px;
	font-size: 1.5rem;
	font-size: 15px;
	font-weight: 500;
}
#nav-item4 {
	border-bottom-style: none;
}
.nav-item img {
	margin-bottom: 4px;
}
.nav-item a:link, .nav-item a:visited, .nav-item a:hover, .nav-item a:active {
    color: #000;
}
.nav-pull-down {
    display: none;
	font-size:0;
}
@media only screen and (max-width:960px) {
.logo {
	display:none;
}
.logo-phone {
	display:block;
	padding-top: 20px;
	padding-bottom: 20px;
}
.nav-list {
	width: 100%;	
}
.nav-item {
	width: 25%;
	display: inline-block;
	padding-top: 17px;
	padding-bottom: 19px;
	border-bottom-style: none;
}
.nav-item:nth-child(1){
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C14d00;
}
.nav-item:nth-child(2){
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C14d00;
}
.nav-item:nth-child(3){
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C14d00;
}
}
@media only screen and (max-width:480px) {
.nav-item {
	font-size: 1.4rem;
	font-size: 14px;
}
}



/* --------------------------------
 * 單元一：關於我們
 * -------------------------------- */
.about-wrapper {
	margin-bottom: -11px;
}
.about-text {
	width: 100%;
	font-size: 1.5rem;
	font-size: 15px;
	line-height: 2.5rem;
	line-height: 25px;
	text-align: justify;
}
.about-text p {
	margin-top: 20px;
}
.about-img {
	width: 100%;
}
@media only screen and (max-width:400px) {
.about-img img {
	width: 95%;
	max-width: 320px;
}	
}


/* --------------------------------
 * 單元二：服務項目
 * -------------------------------- */
.service-box {
	width: 50%;
	display: inline-block;	
	vertical-align: top;
	padding-bottom: 35px;
	padding-top: 35px;
	box-sizing: border-box;
}
#service-box1 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}
#service-box2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}
#service-box3 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EEEEEE;
}
.service-box img {
	margin-bottom: 20px;
}
.service-box h3 {
	font-family: 'Noto Sans TC','Noto Sans SC','微軟正黑體', sans-serif;
	font-size: 2rem;
	font-size: 20px;
	font-weight: 400;
}
.service-box p {
	font-size: 1.5rem;
	font-size: 15px;
	color: #666;
	line-height: 21rem;
	line-height: 21px;
	margin-top: 17px;
}
@media only screen and (min-width:601px) and (max-width:1200px) {
.service-box {
	padding-bottom: 30px;
	padding-top: 30px;
}
}
@media only screen and (max-width:600px) {
.service-box {
	width: 100%;
	display: block;	
}
#service-box1 {
	border-right-style: none;
	padding-top: 5px;
}
#service-box3 {
	border-right-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}
#service-box4 {
	padding-top: 25px;
	padding-bottom: 0px;
	margin-bottom: -10px;
}
}



/* --------------------------------
 * 單元三：相關產業聯結
 * -------------------------------- */ 
.related-wrapper {
	text-align: left;
	font-size: 0;
	margin-bottom: -31px;
}
.related-box {
	width: 31.5%;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 15px;
	box-sizing: border-box;
}
#related-box2, #related-box5, #related-box8 {
	margin-left: 2.75%;
	margin-right: 2.75%;
}
.related-title {
	margin-top: 5px;
	margin-bottom: 25px;
}
.related-title span {
	color: #fff;
	font-size: 1.5rem;
	font-size: 15px;
	text-align: center;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	background-color: #000;
}
.related-box ul{
	list-style-position: inside;
	list-style-type: disc;
}
.related-box ul li {
	color: #000;
	font-size: 1.5rem;
	font-size: 15px;
	margin-bottom: 10px;
	margin-right: 16px;
	float: left;
}
#wrap {
	white-space: nowrap;
}
@media only screen and (min-width:801px) and (max-width:1280px) {
.related-box {
	width: 50%;
}
#related-box2, #related-box5, #related-box8 {
	margin-left: 0%;
	margin-right: 0%;
}
}
@media only screen and (max-width:800px) {
.related-box {
	width: 100%;
	padding-bottom: 10px;
}
#related-box2, #related-box5, #related-box8 {
	margin-left: 0%;
	margin-right: 0%;
}
}
@media only screen and (max-width:360px) {
.related-box ul li {
	font-size: 1.4rem;
	font-size: 14px;
}
}



/* --------------------------------
 * 單元四：合作夥伴
 * -------------------------------- */ 
.partner-wrapper {
	width: 100%;
}
.partner-box {
	font-size: 1.6rem;
	font-size: 16px;
	margin-top: 35px;
	margin-bottom: -5px;
}
@media only screen and (max-width:720px) {
.partner-wrapper img {
	width: 100%;
	max-width:600px ;
}
.partner-box {
	font-size: 1.4rem;
	font-size: 14px;
	margin-top: 25px;
}
}
 
 

/* --------------------------------
 * 單元五：相關企業
 * -------------------------------- */
.line {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	text-align: left;
	font-size: 0;	
}
.line-box {
	width: 31.5%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	cursor: pointer;	
}
#line-box2 {
	margin-right: 2.75%;
	margin-left: 2.75%;
}
.line-list {
	text-align: left;
	font-size:0;
	position:relative;
}
#apDiv1 {
	position: absolute;
	z-index: 10;
	visibility: hidden;
	left:5px; 
	top:5px;
}
.line-box .b li  {
	color: #FFF;
	background-color: #4775A3;
	border: 1px solid #4775A3;
}
.line-box .w li  {
	color: #FF9933;
	background-color: #FFF;
	border: 1px solid #F93;
}
.line-box .b li:hover {
	background-color: #FF6600;
	border: 1px solid #FF6600;
}
.line-box .w li:hover {
	color: #4775A3;
	border: 1px solid #4775A3;
}
.line-left {
	width: 20%;
	max-width: 49px;
	display: inline-block;
	vertical-align: middle;	
}
.line-left img {
	display: block;
	margin: 4px;
}
.line-right {
	width: 80%;
	font-size: 1.5rem;
	font-size: 15px;
	line-height: 1.6rem;
	line-height: 16px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}
@media only screen and (min-width:961px) and (max-width:1200px) {
.line-right {
	padding-right: 10px;
}
}
@media only screen and (min-width:721px) and (max-width:960px) {
.line {
	margin-bottom: 20px;
}
.line-right {
	padding-right: 10px;
}
}
@media only screen and (max-width:720px) {
.line {
	width: 85%;
	margin-bottom: 40px;
}
.line-box {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
#line-box2 {
	margin-right: auto;
	margin-left: auto;
}
}
@media only screen and (max-width:480px) {
.line {
	margin-bottom: 35px;
}
}



/* --------------------------------
 * 版權
 * -------------------------------- */
.footer {
	width: 100%;
	background-color: #111;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size:0;
}
.copyright {
	color: #777;
	font-size: 1.5rem;
	font-size: 15px;
	line-height: 2rem;
	line-height: 20px;
	margin-bottom: 2px;
}
.information {
	color: #777;
	font-size: 1.5rem;
	font-size: 15px;
	line-height: 2rem;
	line-height: 20px;
}
.information h6 {
	border-radius: 50px;
	background-color: #777;
	height: 18px;
	width: 18px;
	display: inline-block;
	margin-right: 5px;
	color: #111;
}
.information a:link, .information a:visited {
	color: #777;
	text-decoration: underline;
}
.information a:hover {
    color: #f60;
}
.qrcode {
	margin-top: 10px;
}
#footer-phone {
    display:none;
}
@media only screen and (max-width:800px) {
#footer {
    display:none;
}
#footer-phone {
	display: block;
}
}
@media only screen and (max-width:600px) {
.copyright {
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 1.8rem;
	line-height: 18px;
}
.information {
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 1.8rem;
	line-height: 18px;
	padding-right: 20px;
	padding-left: 20px;
}
.information h6 {
	height: 16px;
	width: 16px;
}
}




