@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: #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: 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: 14px;
	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: 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: 35px;
}
}
@media only screen and (max-width:720px) {
.main {
	width: 85%;
}
}
@media only screen and (max-width:480px) {
.header {
	height: 240px;
	margin-top: 139px;
}
.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-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: 25%;
    display: inline-block;
	padding-top: 17px;
	padding-bottom: 20px;
}
.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;
}
.language {
	margin-top: 9px;
	margin-bottom: 9px;
}
}
@media only screen and (max-width:720px) {
.nav-item {
	padding-bottom: 19px;
}
}
@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: 25%;
    display: inline-block;
	padding-top: 17px;
	padding-bottom: 21px;
	font-weight: 400;
		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;
}
.nav-item:nth-child(3){
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C14d00;
}
.language {
	margin-top: 9px;
	margin-bottom: 9px;
}
.nav-icon {
	display: inline-block;
}
.nav-pull-down {
    display: block;
}
}



/* --------------------------------
 * 單元一：關於我們
 * -------------------------------- */
.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;
}	
}



/* --------------------------------
 * 單元一：專業證照
 * -------------------------------- */
.license-wrapper {
	text-align: left;
}
.license-left {
	width: 76%;
	display: inline-block;
	margin-right: 1%;
}
.license-right {
	width: 23%;
	display: inline-block;
	vertical-align: top;
}
#license-box {
	margin-top: 30px;
}
.license-title {
	font-family: 'Noto Sans TC','Noto Sans SC','微軟正黑體', sans-serif;
	font-size: 1.6rem;
	font-size: 16px;
	font-weight: 400;
	color: #F60;
	margin-bottom: 15px;
}
.license-box ul li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	font-size: 1.5rem;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
	padding-right: 3%;
	box-sizing: border-box;
}
.license-box .fa {
	margin-right: 5px;
}
.license-img {
	width: 100%;
	max-width: 270px;
	float: right;
	background-color: #444;
	padding-right: 10%;
	padding-left: 10%;	
	padding-top: 30px;
	padding-bottom: 3px;
}
.license-img-box img {
	width: 100%;
}
.license-img-box h5 {
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	margin-top: 5px;
	margin-bottom: 25px;
}
@media only screen and (min-width:1201px) and (max-width:1360px) {
.license-left {
	margin-bottom: -15px;
}
}
@media only screen and (min-width:601px) and (max-width:1200px) {
.license-left {
	width: 60%;
	margin-right: 2%;
	margin-bottom: -15px;
}
.license-right {
	width: 38%;
}
#license-box {
	margin-top: 20px;
}
.license-title {
	margin-bottom: 12px;
}
.license-box ul li {
	width: 100%;
	margin-bottom: 8px;
}
#wrap {
	white-space: nowrap;
}
}
@media only screen and (max-width:600px) {
.license-wrapper {
	margin-bottom: 0px;
}
.license-left {
	width: 100%;
	margin-right: 0%;
}
.license-right {
	width: 100%;
	background-color: #444;
	margin-top: 25px;
}
#license-box {
	margin-top: 25px;
}
.license-box ul li {
	width: 100%;
	display: block;
	margin-bottom: 8px;
	padding-right: 0%;
}
.license-img {
	max-width: 80%;
	padding-right: 0%;
	padding-left: 0%;
	padding-top: 35px;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
.license-img-box h5 {
	font-size: 1.5rem;
	font-size: 15px;
	line-height: 18px;
	color: #FFF;
	margin-top: 8px;
	text-align: center;
}
}



/* --------------------------------
 * 單元二：服務項目
 * -------------------------------- */
.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;
}
#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: #787878;
	line-height: 2rem;
	line-height: 20px;
	margin-top: 17px;
	margin-bottom: 9px;	
}
.target-box {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}
.target-box .target {
	color: #FFF;
	font-size: 1.5rem;
	font-size: 15px;
	font-weight: 250;
	margin-top: 7px;	
	background-color: #000;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 5px;
	padding-left: 5px;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;	
}
#target1-1, #target2-1, #target3-1, #target4-1 {
	margin-right: 7px;
}
#slash {
	font-family: 'Noto Sans TC','Noto Sans SC','微軟正黑體', sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#down320 {
	display: none;
}
@media only screen and (min-width:961px) and (max-width:1200px) {
.service-box {
	padding-bottom: 40px;
	padding-top: 30px;
}
.service-box p {
	margin-bottom: 15px;	
}
#target1-1, #target2-1, #target3-1, #target4-1 {
	margin-right: auto;
}
.target-box .target {
	display: table;
}
}
@media only screen and (min-width:721px) and (max-width:960px) {
.service-box {
	padding-bottom: 40px;
	padding-top: 30px;
}
.service-box p {
	margin-bottom: 15px;	
}
#target1-1, #target2-1, #target3-1, #target4-1 {
	margin-right: auto;
}
.target-box .target {
	display: table;
}
}
@media only screen and (max-width:720px) {
.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;
}
#target1-2, #target3-2 {
	margin-right: 7px;
}
}
@media only screen and (min-width:661px) and (max-width:720px) {
.target-box {
	width: 80%;
}
}
@media only screen and (min-width:541px) and (max-width:660px) {
.target-box {
	width: 100%;
}
}
@media only screen and (min-width:481px) and (max-width:540px) {
.target-box {
	width: 90%;
}
#target3-2 {
	margin-right: 0px;
}
}
@media only screen and (max-width:480px) {
.service-box p {
	margin-bottom: 15px;	
}
.target-box {
	width: 100%;
}
#target1-1, #target1-2, #target2-1, #target3-1,#target3-2, #target4-1 {
	margin-right: auto;
}
.target-box .target {
	display: table;
}
}
@media only screen and (max-width:320px) {
#up320 {
	display: none;
}
#down320 {
	display: block;
}
}



/* --------------------------------
 * 單元三：服務據點
 * -------------------------------- */ 
.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-box {
	margin-top: -2px;
}
#location-box1 {
	margin-top: 23px;
}
#location-box2 {
	margin-top: 27px;
}
.location-title {
	width: 17%;
	display: inline-block;
	vertical-align: top;
	margin-top: 7px;
}
.location-title span {
	color: #fff;
	font-size: 1.6rem;
	font-size: 16px;
	text-align: center;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	background-color: #000;
}
.location-box ul {
	width: 80%;
	display: inline-block;
	color: #787878;
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 20px;
	margin-left: 3%;
	text-align: justify;
}
.location-box ul li {
	margin-bottom: 5px;
}
.company {
	font-family: 'Noto Sans TC','Noto Sans SC','微軟正黑體', sans-serif;
	font-size: 1.6rem;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	padding-bottom: 5px;
	margin-top: -1px;
}
.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: 1600px) {
.location-title {
	width: 12%;
}
.location-box ul {
	width: 85%;
}
}
@media only screen and (min-width:601px) and (max-width:1200px) {
.location-box {
	margin-top: 0px;
}
#location-box1 {
	margin-top: 35px;
}
.location-title {
	width: 100%;
	display: block;
	margin-top: 5px;
	margin-bottom: 20px;
}
.location-box ul {
	width: 100%;
	display: block;
	margin-left: 0%;
}
}
@media only screen and (max-width:600px) {
.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-box {
	margin-bottom: 37px;
}
.location-title {
	width: 100%;
	display: block;
	margin-bottom: 15px;
}
.location-box ul {
	width: 100%;
	display: block;
	margin-left: 0%;
}
.company {
	font-size: 1.5rem;
	font-size: 15px;
	padding-bottom: 2px;
}
}



/* --------------------------------
 * 單元四：合作夥伴
 * -------------------------------- */ 
.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-box5 {
	margin-right: 2.75%;
	margin-left: 2.75%;
}
.line-list {
	text-align: left;
	font-size:0;
	position:relative;
}
#apDiv1, #apDiv2 {
	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;
}
#line-box5 {
	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:600px) {
#footer {
    display:none;
}
#footer-phone {
	display: block;
}
.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;
}
.information h6 {
	height: 16px;
	width: 16px;
}
}



