@charset "utf-8";
/* CSS Document */

/*header footer*/
body{
	font-family: Arial, "新細明體";
    margin: 0;
    height: 100%;
}
a{
	text-decoration: none;
	color: white;
}
a:hover{
	color: #debb27;
}
#map,#map2 {
  height: 300px;
  width: 50%;
  float: right;
 }
/*導覽列*/
ul.menu_RWD{
	display: none;
}
ul.menu {
	width: 100%;
	text-align: right;
	transition: height 2s;
	-webkit-transition: height 2s;
	-ms-transition: height 2s;
	-moz-transition: height 2s;
	-o-transition: height 2s;
	font-size: 1.6vw;
	margin-bottom: 5px;
}
 ul.menu li{
	display: inline-block;
	margin-right: 5%;
}
.menu li img{
	display: block;
	margin: 0 auto;
}
.showmenu{
	width: 20%;
	background-color:#5a6469;   
	opacity: 0.85;
    filter: alpha(opacity=85);
    box-sizing: border-box;
	padding: 15px 10px;
	cursor: pointer;
	display: none;
}

header{
	display: inline-block;
	background-color:#5a6469;   
	position: fixed;
	width: 100%;
	opacity: 0.85;
    filter: alpha(opacity=85);
    z-index: 2;
}
header img{
	width: 250px;
}

.lang{
	float: right;
	font-size: 1.6vw;
}
footer{
	text-align: center;
	width: 100%;
	color: white;
}
footer div{
	margin: 0;
	background-color:#5a6469; 
}
footer div p{
	font-size: 1.2vw;
	line-height: 200%;
}
footer div small{
	font-size: 1vw;
}

/*scroll down*/
.scrolldown{
	 position: relative;
	 top: 80%;
	 width:5%;
	 margin: 0 auto;
	 animation: example 2s linear infinite;
	-webkit-animation:example 2s linear infinite;
    -moz-animation:example 2s linear infinite;
    -o-animation:example 2s linear infinite;
}
@keyframes example {
    25% {
    	top:82.5%;
        }
    50% {
        top:85%;
    }
    75% {
        top:82.5%;
    }
}
@-webkit-keyframes example {
    25% {
    	top:82.5%;
        }
    50% {
        top:85%;
    }
    75% {
        top:82.5%;
    }
}
@-moz-keyframes example {
    25% {
    	top:82.5%;
        }
    50% {
        top:85%;
    }
    75% {
        top:82.5%;
    }
}
@-o-keyframes example {
    25% {
    	top:82.5%;
        }
    50% {
        top:85%;
    }
    75% {
        top:82.5%;
    }
}

/*parallex*/
#header, #parallax, #content{
	width: 100%;
}

#service_banner,#parallax_about,#parallax_contact{
	height:100vh;
	margin: 0 auto;
	padding: 0;
}
#service_banner{
	background: url(../image/171005_service.jpg) no-repeat;
	background-size: cover;
	background-position:  center ;

}
#parallax_about{
	background: url(../image/171005_about.jpg);
	background-position:  center ;
	background-repeat: no-repeat;
    background-size: cover;
}
#parallax_contact{
	background: url(../image/171005_contact.jpg);
	background-position:  center ;
	background-repeat: no-repeat;
    background-size: cover;
}

#parallax_index{
	/*background: url(../image/index.jpg);
	background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    overflow-x: hidden;*/
    min-height: 100%;
    padding-bottom: 100px;
    overflow-x: hidden;

}
#parallax_index img{
	max-width: 100%;
	width: 50%;
	position: relative;
	left: 10%;
	margin-top: 10%;
}
#parallax_index p{
	font-size: 2vw;
	font-weight: bolder;
	font-style: italic;
	color: #fef3c7;
	text-shadow: 2px 2px 10px #000;
	position: relative;
	left: 10%;
	margin-top: 11%;
	line-height: 50px;
}

/*button*/
.button{
	position: relative;
	left: 10%;
	background-color: #5a6469;
	border: none;
	font-size: 2vw;
	margin-top: 10px;
}


#content_index{
	display: none;
}

#content{
	background: #fff;
	color: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: visible;
	padding: 0;
}
#content article{
	background:#5a6469;	
	line-height: 50px;
}
#content article p{
	font-size: 1.6vw;
	border-left: 8px solid #debb27;
	color: white;
	margin-left: 60px;
}
#c_content{
	background: #fff;
	color: #000;
	margin: 0 auto;
	padding: 0;
	height: 1200px;
}
#c_content article {
	background:#5a6469;	
	line-height: 50px;
}
#c_content article p{
	font-size: 1.6vw;
	border-left: 8px solid #debb27;
	color: white;
	margin-left: 60px;
}

/*index*/
/*about*/
#about_content{
	width: 50%;
	margin:0 auto;
	font-size: 1.5vw;
	line-height: 35px;
	padding-top: 8%;
	margin-bottom: 5%;
}
#about_content img{
	max-width: 100%;
}
#about_content_E{
	width: 65%;
	margin:0 auto;
	font-size: 1.3vw;
	line-height: 35px;
	padding-top: 8%;
	margin-bottom: 5%;
}

/*service*/
/*服務項目換頁*/

#tablist {
	width: 90vw;
	margin: 0 auto;
	margin-top:4%;
	margin-bottom: 20px;
	height: auto;
	max-height: 100%;
}
#tablist ul, #tablist li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#tablist .tabs li {
	float: left;
	margin: 0 0 -1px 12px;
	border-bottom: 8px solid #debb27;
	height: 5%;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
	font-size: 1.5vw;
}
#tablist .tabs li.active {
	background: #fff;
	padding-bottom: 1px;
	border-bottom: 8px solid #8d3441; 
}
#tablist .tabs li.hover{
	border-bottom: 8px solid #8d3441; 
}
#tablist .tabs span {
	display: block;
	float: left;
	padding: 7px 15px 5px 15px;
}
#tablist .tab_container {
	clear: both;
	border: 1px solid #cdd0cd;
	background: #cdd0cd;
	overflow: hidden;
	border-radius: 15px;
	font-size: 1.3vw;
}
#tablist .tab_container ul {
	position: relative;
	max-height: 100vh;
	height: 60vh;

	
}
#tablist .tab_container .tab_content li {
	position: absolute;
	width: 100vw;
	height: auto;
	padding-top: 1%;
	padding-left: 5%;
	background: #cdd0cd;
	
}
#tablist .tab_container .tab_content li p {
	line-height: 6vh;	
	margin: 0 ;
	overflow: visible;
	}
.RWD_service{
	display: none;
}

/*contact*/
#contact_content{
	width: 80%;
	margin: 0 auto;
	font-size: 1.2vw;
	margin-top: 5%;
	line-height: 45px;
}
#contact_content h3{
	font-size: 1.8vw;
    border-left: 6px solid #debb27;
}
#contact_content p{
	padding-left: 10px;
}
#c_content #map,#c_content #map2{
	float: right;
	max-width: 100%;
}
#c_content iframe{
	float: right;
	max-width: 100%;
}
#kaohsiung{
	margin-top: 90px;
}


@media  screen and (max-width: 991px) and (min-width: 768px){
#service_banner,#parallax_about{
    background-position: right !important;
	}
#parallax_contact{
	background-position: 70% 30%;	
	}
#content article p{
	font-size: 2vw;
}

#c_content article p{
	font-size: 2vw;
}

ul.menu {
	width: 100%;
	}
header img{
	width: 30%;
	}
	/*index*/
#parallax_index img{
	width: 65%;
	position: relative;
	left: 10%;
	margin-top: 10%;
}
#parallax_index p{
	font-weight: bolder;
	font-style: italic;
	color: #fef3c7;
	text-shadow: 2px 2px 10px #000;
	position: relative;
	left: 10%;
	margin-top: 10%;
	line-height: 40px;
}
#parallax_index{
 padding-bottom: 40px;
}
	/*about*/
#about_content{
	width: 50%;
	margin:0 auto;
	padding-bottom: 8%;
}
	/*service*/
.RWD_service{
	display: none;
}
#tablist {
	width: 95%;
	font-size: 3vw;
}
	/*cotact*/
#contact_content{
	width: 80%;
	margin: 0 auto;
	font-size: 2vw;
}
#c_content{
	margin: 0 auto;
	padding: 0;
	height: auto;
}
#c_content #map,#c_content #map2{
	float: none;
	width: 100%;
}
#c_content iframe{
	float: none;
	width: 100%;
}
#contact_content h3{
	font-size: 2.2vw;
    border-left: 6px solid #debb27;
}
}


/*RWD~768*/

@media only screen and (max-width:767px) and (min-width: 576px){



footer div p{
	font-size: 1.8vw;
}	
footer div small{
	font-size: 1.4vw;
}	
#c_content{
	margin: 0 auto;
	padding: 0;
	height: auto;
}
	
/*parallax*/
#service_banner,#parallax_about,#parallax_contact{
    background-attachment: inherit!important;
    background-position: center bottom !important;
	}
	
/*導覽列*/
ul.menu {
	width: 100%;
	font-size: 2.2vw;
	}
header img{
	width: 25%;
	}
.lang{
	font-size: 2.2vw;
}
/*index*/
#parallax_index{
	padding-bottom: 0px;
}
#parallax_index img{
	width: 75%;
	position: relative;
	left: 10%;
	margin-top: 20%;
}
#parallax_index p{
	font-weight: bolder;
	font-style: italic;
	color: #fef3c7;
	text-shadow: 2px 2px 10px #000;
	position: relative;
	left: 5%;
	margin-top: 5%;
	line-height: 50px;
}
/*about*/
#about_content{
	width: 70%;
	margin:0 auto;
	font-size: 2vw;
	padding-bottom: 8%;
}
#about_content_E{
	width: 80%;
	margin:0 auto;
	font-size: 2vw;
	padding-bottom: 8%;
}
#content article p{
	font-size: 2.4vw;
}	
/*service*/
.service_content{
	display: none;
	}
.RWD_service{
	display: block;
}
.RWD_service article{
    border: 3px solid #686363;
	width: 95%;
	margin: 0 auto;
	background-color: #fff;
	margin-top: 2vh;
	margin-bottom: 2vh;
	}
.RWD_service article h2{
	text-shadow: 2em 2em 12 #000;
	background: #B8B8B8;
	}

	
/*contact*/
#c_content{
	height: auto;
}

#c_content #map ,#c_content #map2{
	float: none;
	width: 100%;
}
#c_content iframe{
	float: none;
	width: 100%;
}
#contact_content h3{
	font-size: 4vw;
    border-left: 6px solid #debb27;
}
}


/*RWD~576*/
@media only screen and (max-width:575px){

.scrolldown{
	display: none;
}
/*header footer*/	
header img{
	width: 40%;
	}
footer{
	text-align: left;
}
footer div{
	margin: 0;
	background-color:#5a6469; 
}
footer div p{
	line-height: 120%;
	font-size: 3.3vw;
}	
footer div small{
	font-size: 2vw;
}
/*導覽列*/
header{
	font-size: 16vw;
}
.lang{
	display: none;
}
.menu{  
		display: none;
	}
header ul li{
		box-sizing: border-box;
		width: 100%;
		text-align: center;
		border-bottom: dashed #A89E9E;
	    background: #5A5555;
	    line-height: 60px;
	    font-size: 7vw;
	}
.showmenu{
		display:block;
		cursor:pointer;
	}
.menu-show .menu{
		max-height: 7em;
	}

#hamburger{
  background:none;
  position:absolute;
  top:0;
  right:0;
  line-height:40px;
  padding:0px 15px 0px 15px;
  color:#debb27;
  border:0;
  font-weight:bolder;
  cursor:pointer;
  outline:none;
  text-align: right;
  font-size: 7vw;
  z-index: 10;


}
	
/*標題*/
#content article{
	background:#fff;	
	line-height: 35px;
	margin-top: 8%;
}
#content article p{
	color: #000;
	margin-left: 5%;
	font-size: 5vw;
	border-left: 5px solid #debb27;
}
#c_content article {
	background:#fff;	
	line-height: 35px;
	
}
#c_content article p{
	color: #000;
	margin-left: 0px;
	font-size: 6vw;
}

/*index*/
    #parallax_index{
    	height: auto;
    }
	#parallax_index p{
		display: none;
	}
	.button{
	display: none;
    }
    .button_small{
	position: relative;
	left: 5%;
	background-color: #000;
	border: none;
	margin-top: 10px;
   }
	#content_index{
		display: block;
		background-color:#5a6469;
		height: 100vh;
		color:white;
	}
	#content_index pre{
	border-left: 8px solid #debb27;
    line-height: 30px;
	margin-left: 10px;
	margin-bottom: 10px
    }
	#content_index h2{
		color: #debb27;
		font-weight: bolder;
		padding: 10px auto; 
	}
	#content_index p{
		padding-top: 10px;
		padding-bottom: 20px;
	}
	#parallax_index img{
	margin-top: 15%;
}
	
/*about*/
#about_content{
    width: 90%;
	line-height: 20px;
	padding-top: 8%;
	text-align: center;
	font-size: 3vw;
}
#about_content_E{
	font-size: 3.5vw;
	width: 90%;
}
#parallax_index{
	background-color:#5a6469; 
    background-size: cover;
	height: 250px;
	}
/*contact*/
#c_content{
	margin: 0 auto;
	padding: 0;
	height: auto;
	font-size:7vw;
}
#contact_content{
	width: 100%;
	margin-top: 5%;
	line-height: 30px;
	font-size:5vw;
}
#c_content #map,#c_content #map2{
	float: none;
	width: 100%;
}
#c_content iframe{
	float: none;
	width: 100%;
}
#contact_content h3{
	font-size: 5vw;
    border-left: 6px solid #debb27;
}

	/*service*/
.service_content{
	display: none;
	}
.RWD_service{
	display: block;
}
.RWD_service article{
    border: 3px solid #686363;
	width: 85%;
	margin: 0 auto;
	background: #fff;
	}
.RWD_service article h2{
	text-shadow: 2em 2em 12 #000;
	background: #B8B8B8;
	}
#content{
	height: auto;
	}
#service_banner,#parallax_about,#parallax_contact{
   background-size: cover;
   height: 250px;
   background-repeat: no-repeat;
	}	

}
