@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: 'Roboto', 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: #787878;
    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: 3.6rem;
	font-size: 36px;
	color: #FFF;
	font-weight: 500;
	border: 1px solid #FFF;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	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: 4rem;
	font-size: 40px;
	padding-top: 12px;
	padding-right: 14px;
	padding-bottom: 12px;
	padding-left: 14px;
}
}
@media only screen and (min-width:961px) and (max-width:1200px) {
.site-title h1 {
	font-size: 3.2rem;
	font-size: 32px;
	padding-top: 8px;
	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: 233px;
}
.header-box {
	height: 300px;
}
.site-title {
    padding-right: 5%;
	padding-left: 5%;
}
.site-title h1 {
	font-size: 3rem;
	font-size: 30px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-bottom: 50px;
}
.main {
	margin-top: 40px;
	margin-bottom: 40px;
}
#item-title {
	margin-top: 40px;
}
}
@media only screen and (max-width:720px) {
.site-title h1 {
	font-size: 2.8rem;
	font-size: 28px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
}
.main {
	width: 85%;
}
}
@media only screen and (min-width:601px) and (max-width:660px) {
.site-title h1 {
	font-size: 2.6rem;
	font-size: 26px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
}
.site-title img {
	width: 378px;
}
}
@media only screen and (max-width:600px) {
.site-title h1 {
	font-size: 2.1rem;
	font-size: 21px;
}
.site-title img {
	width: 336px;
}
}
@media only screen and (max-width:480px) {
.header {
	height: 240px;
	margin-top: 139px;
}
.header-box {
	height: 240px;
}
.site-title h1 {
	display: none;
}
.site-title img {
	width: 90%;
	max-width: 420px;
}
.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;
}
.site-title img {
	width: 90%;
}
}
@media only screen and (max-width:360px) {
.item-title {
	margin-bottom: 44px;
}
.item-title img {
    height: 32px;
}
.item-title p {
	margin-top: -17px;
}
}



/* --------------------------------
 * 定位
 * -------------------------------- */
.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 {
	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: 700;
}
.nav-item img {
	margin-bottom: 4px;
}
.nav-item a:link, .nav-item a:visited, .nav-item a:hover, .nav-item a:active {
    color: #000;
}
.language {
	margin-top: 20px;
}
.language img {
	margin-right: 4px;
	margin-left: 4px;
}
.nav-icon {
	display: none;
}
.nav-pull-down {
    display: none;
	font-size:0;
}
@media only screen and (min-width:481px) and (max-width:960px) {
.logo {
	display:none;
}
.logo-phone {
	display:block;
	padding-top: 20px;
	padding-bottom: 20px;
}
.nav-list {
	width: 100%;	
}
.nav-item {
	width: 33.3%;
    display: inline-block;
	padding-top: 17px;
	padding-bottom: 19px;
}
.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;
}
.language {
	margin-top: 9px;
	margin-bottom: 8px;
}
}
@media only screen and (max-width:720px) {
.nav-item {
	padding-bottom: 18px;
}
}
@media only screen and (max-width:480px) {
.nav {
	display: none;
}
.logo {
	display:none;
}
.logo-phone {
	display:block;
	padding-top: 20px;
	padding-bottom: 20px;
}
.nav-list {
	width: 100%;
}
.nav-item {
	width: 33.3%;
    display: inline-block;
	padding-top: 17px;
	padding-bottom: 19px;
	font-size: 1.4rem;
	font-size: 14px;
}
.nav-item img {
	height: 36px;
}
.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;
}
.language {
	margin-top: 9px;
	margin-bottom: 8px;
}
.nav-icon {
	display: inline-block;
}
.nav-pull-down {
    display: block;
}
}



/* --------------------------------
 * 單元一：關於我們
 * -------------------------------- */
.about-wrapper {
	margin-top: -6px;
}
.about-text {
	width: 100%;
	font-size: 1.5rem;
	font-size: 15px;
	line-height: 2.5rem;
	line-height: 25px;
	text-align: left;
	margin-bottom: -13px;
}
.about-text p {
	margin-top: 20px;
}
.about-img {
	width: 100%;
	margin-top: 13px;
}
@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: 45px;
	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;
	height: 420px;
}
#service-box2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	height: 420px;
	
}
#service-box3 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EEEEEE;
}
.service-box img {
	margin-bottom: 20px;
}
.service-box h3 {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.7rem;
	font-size: 17px;
	line-height: 1.9rem;
	line-height: 19px;
	font-weight: 700;
}
.service-box p {
	font-size: 1.5rem;
	font-size: 15px;
	color: #787878;
	line-height: 2rem;
	line-height: 20px;
	margin-top: 12px;
	margin-bottom: 12px;
	text-decoration: underline;
}
.target-box {
	width: 420px;
	margin-right: auto;
	margin-left: auto;
}
.target-box .target {
	color: #FFF;
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 1.6rem;
	line-height: 16px;
	font-weight: 100;
	margin-top: 7px;	
	background-color: #000;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
}
#target1-2 {
	margin-right: 7px;
}
#target2-1a, #target2-3, #target2-3b, #target3-2a, #target4-1a, #target4-2a {
	display: none;	
}
@media only screen and (min-width: 1600px) {
.target-box {
	width: 550px;
}
#target2-3 {
	display: inline-block;	
}
#target2-3a {
	display: none;	
}
#target1-1, #target3-1 {
	margin-right: 7px;
}
#target1-2 {
	margin-right: 0px;
}
}
@media only screen and (max-width:1280px) {
.service-box {
	width: 100%;
	display: block;		
}
#service-box1 {
	border-right-style: none;
	padding-top: 0px;
	height: auto;
}
#service-box2 {
	height: auto;
}
#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: 4px;
	margin-bottom: -4px;
}
.service-box h3 {
	width: 100%;
}
.target-box {
	width: 100%;
}
.target-box .target {
	display: inline-block;
}
}
@media only screen and (min-width:1201px) and (max-width:1280px) {
#target1-1, #target1-2, #target2-1, #target3-1, #target3-2, #target4-1 {
	margin-right: 7px;
}
#target2-3 {
	display: inline-block;	
}
#target2-3a {
	display: none;	
}
}
@media only screen and (min-width:1081px) and (max-width:1200px) {
#target1-1, #target1-2, #target2-1, #target3-1, #target3-2, #target4-1 {
	margin-right: 7px;
}
.target-box {
	width: 90%;
}
#target2-3 {
	display: inline-block;	
}
#target2-3a {
	display: none;	
}
}
@media only screen and (min-width:961px) and (max-width:1080px) {
#target1-1, #target1-2, #target2-1, #target3-1, #target4-1 {
	margin-right: 7px;
}
.target-box {
	width: 100%;
}
#target2-3 {
	display: inline-block;	
}
#target2-3a {
	display: none;	
}
}
@media only screen and (min-width:841px) and (max-width:960px) {
#target1-1, #target1-2, #target2-1, #target3-1, #target4-1 {
	margin-right: 7px;
}
.target-box {
	width: 90%;
}
#target2-3 {
	display: inline-block;	
}
#target2-3a {
	display: none;	
}
}
@media only screen and (min-width:781px) and (max-width:840px) {
#target1-1, #target1-2, #target2-1, #target3-1, #target4-1 {
	margin-right: 7px;
}
.target-box {
	width: 100%;
}
#target2-3 {
	display: inline-block;	
}
#target2-3a {
	display: none;	
}
}
@media only screen and (min-width:721px) and (max-width:780px) {
#target1-1, #target3-1 {
	margin-right: 7px;
}
.target-box {
	width: 90%;
}
#target2-3 {
	display: inline-block;	
}
#target2-3a {
	display: none;	
}
}
@media only screen and (min-width:661px) and (max-width:720px) {
#target1-1, #target3-1 {
	margin-right: 7px;
}
.target-box {
	width: 100%;
}
#target2-3 {
	display: inline-block;	
}
#target2-3a {
	display: none;	
}
}
@media only screen and (min-width:601px) and (max-width:660px) {
#target1-1 {
	margin-right: 7px;
}
.target-box {
	width: 95%;
}
}
@media only screen and (max-width:600px) {
.target-box .target {
	display: table;
	margin-top: 5px;
}
#target1-2 {
	margin-right: auto;
}
.service-box p {
	margin-top: 13px;
	margin-bottom: 22px;
}
}
@media only screen and (max-width:480px) {
.service-box p {
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 1.8rem;
	line-height: 18px;
}
#target2-1a, #target2-3b, #target3-2a, #target4-2a {
	display: table;	
}
#target2-1, #target2-3, #target2-3a, #target3-2, #target4-2 {
	display: none;	
}
}
@media only screen and (max-width:350px) {
#target4-1a {
	display: table;	
}
#target4-1 {
	display: none;	
}
}



/* --------------------------------
 * 單元三：服務據點
 * -------------------------------- */ 
.location-wrapper {
	text-align: left;
}
.location-left {
	width: 50%;
	display: inline-block;
	padding-right: 3%;
	box-sizing: border-box;
	vertical-align: top;
}
.location-right {
	width: 50%;	
	display: inline-block;
	padding-left: 3%;
	box-sizing: border-box;
}
#location-wrapper1 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EEEEEE;
}
#location-wrapper2 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EEEEEE;
}
#location-box1 {
	margin-top: 37px;
}
#location-box2 {
	margin-top: 28px;
}
.location-title {
	margin-top: 7px;
	margin-bottom: 21px;
}
.location-title span {
	color: #FFF;
	font-size: 1.5rem;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	background-color: #000;
}
.location-box ul {
	color: #787878;
	font-size: 1.5rem;
	font-size: 15px;
	line-height: 20px;
}
.location-box ul li {
	width: 85%;
	margin-bottom: 5px;
}
.company {
	font-size: 1.5rem;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	padding-bottom: 5px;
	line-height: 16px;
}
.location-box ul li h6 {
	border-radius: 50px;
	background-color: #787878;
	height: 20px;
	width: 20px;
	display: inline-block;
	margin-right: 5px;
	color: #FFF;
	text-align: center;
} 
@media only screen and (min-width:601px) and (max-width:1200px) {
.location-left {
	padding-right: 4%;
}
.location-right {
	padding-left: 4%;
}
.location-box ul li {
	width: 100%;
}
}
@media only screen and (max-width:600px) {
.location-wrapper {
	padding-top: 7px;
}
.location-left {
	width: 100%;
	display: block;
	padding-right: 0%;
}
#location-wrapper1 {
	border-right-style: none;
}
#location-wrapper2 {
	border-left-style: none;
}
.location-right {
	width: 100%;	
	display: block;
	padding-left: 0%;
}
.location-title {
	margin-top: 0px;
}
.location-box {
	margin-bottom: 37px;
}
.location-box ul {
	line-height: 18px;
}
.location-box ul li {
	width: 100%;
}
.location-box ul li h6 {
	padding-top: 2px;
} 
}



/* --------------------------------
 * 單元五：相關企業
 * -------------------------------- */
.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-box3-none {
	display: none;
}
#line-box4-none {
	display: none;
}
#line-box5 {
	margin-right: 2.75%;
	margin-left: 2.75%;
}
.line-list {
	text-align: left;
	font-size:0;
	position:relative;
}
#apDiv1, #apDiv2, #apDiv3 {
	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: 19%;
	max-width: 49px;	
	display: inline-block;
	vertical-align: middle;	
}
.line-left img {
	display: block;
	margin: 4px;
}
.line-right {
	width: 81%;
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 1.6rem;
	line-height: 16px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	padding-top: 3px;
}
@media only screen and (min-width: 1600px) {
.line-right {
	width: 85%;
}
}
@media only screen and (min-width:721px) and (max-width:1360px) {
.line-box {
	width: 48%;
}
#line-box2 {
	margin-right: 0%;
	margin-left: 4%;
}
#line-box3 {
	display: none;
}
#line-box3-none {
	display: inline-block;
	margin-left: 4%;
}
#line-box4 {
	display: none;
}
#line-box4-none {
	display: inline-block;
}
#line-box5 {
	margin-right: 0%;
	margin-left: 0%;
}
}
@media only screen and (max-width:720px) {
.line {
	width: 85%;
}
.line-box {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
#line-box2 {
	margin-right: auto;
	margin-left: auto;
}
#line-box5 {
	margin-right: auto;
	margin-left: auto;
}
}
@media only screen and (min-width:481px) and (max-width:720px) {
.line {
	margin-bottom: 40px;
}
.line-right {
	width: 85%;
}
}
@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 {
	font-family: '微軟正黑體','Noto Sans TC', sans-serif;
	color: #777;
	font-size: 1.5rem;
	font-size: 15px;
	line-height: 2rem;
	line-height: 20px;
}
.information {
	font-family: '微軟正黑體','Noto Sans TC', sans-serif;
	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;
}
#footer-flat {
    display:none;
}
@media only screen and (min-width:481px) and (max-width:1200px) {
#footer {
    display:none;
}
#footer-phone {
	display: none;
}
#footer-flat {
	display: block;
}
.information {
	padding-right: 5%;
	padding-left: 5%;
}
.information h6 {
	height: 16px;
	width: 16px;
}
}
@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;
}
}
@media only screen and (max-width:480px) {
#footer {
    display:none;
}
#footer-flat {
    display:none;
}
#footer-phone {
	display: block;
}
.information {
	padding-right: 5%;
	padding-left: 5%;
}
.information h6 {
	height: 16px;
	width: 16px;
}
}



