

/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
	 position: relative;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	background: none;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    min-height: 100%;
    top: 0;
	font-family: "cwTeXFangSong", '微軟正黑體',Helvetica,Arial,Heiti TC,"メイリオ",sans-serif;
    line-height: 1.8em;
}



  h1, h2, h3, h4, h5, h6 {
          font-size: 100%;
          font-weight: normal;
      }



img {
	vertical-align: middle !important;
    border-style: none;
	border:0 }


input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	
}

ul,
ol {
	list-style:none;
	list-style-type:none;
	padding: 0;
	margin: 0;
}






/*---------------------
  Header
-----------------------*/

.header {
    border-bottom: 1px solid #EEE;
    width: 100%;
    height: auto;
	z-index:999;
	 margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
	height:auto;
    font-size: 100%;
    vertical-align: baseline;
     -webkit-box-shadow: 0px 2px 20px RGBA(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 20px RGBA(0, 0, 0, 0.3);
    box-shadow: 0px 2px 20px RGBA(0, 0, 0, 0.3);

}

/*----------------------
header選單寬度
--------------------*/
.header_container{
   margin-right: auto;
    margin-left: auto;
    max-width:100%;
	width: 100%;
    padding: 0 ;
	height:7.500em;
	background-color:#FFF
}






/*----------------------

logo
--------------------*/



.logoArea {
    z-index:9;
     margin: 0 ;
	float: left;
	margin-right:1.85em;
	position: relative;
    float: left;
    line-height: 100%;
    top:0;
	left:1%;
	display:block;

}

.siteLogo {   
    position: relative;
    display: block;
      line-height: 100%;
      cursor: pointer;
    margin-right:1.250em;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

.siteLogo a {
    display:block;
    width: 100%;
        height: auto;
    background-size: contain;
    text-indent: -9999px;
    text-indent: 100%;
    wihite-space: nowrap;
    float: left;
    position: absolute;
	background-repeat:no-repeat;
	    background: url(../../images/logo.png) no-repeat;
    max-width:525px;
	width:525px;
    height: 100px;
    float: left;

}

@media only screen and (max-width: 991px){
.siteLogo {
    margin-right: auto;
    margin-left: auto;
}
.siteLogo a {
	 max-width:325px;
    width:325px;
	background-size: contain}

.header_container{height:6.875em}
}

@media only screen and (max-width: 576px){

.siteLogo a {
	 max-width:285px;
    width:285px;
	background-size: contain}


}





.home_banner_area {
    min-height:80vh;
    position: relative;
    background: url("../../Images/home-banner.jpg") no-repeat center;
    background-size: cover;
	max-width:100%;
}



.overlay_opacity {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #FFF;
    opacity: .4;
}



/*-----------------
COPYRIGHT
-----------------*/


footer{ 
   display: block;
      -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
      letter-spacing: 0.1em;
    position: relative;
    padding:30px 0;
    background-color: #fafafa;

}



 .footer section{
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top:65px;
    padding-bottom: 55px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}



/*-----------------
 logo img
-----------------*/

.footerLogo{  
  -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 230px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
	padding-left:15px
}

.taiwanlogo {	
    display: inline-block;
    padding: 0;
	margin:0;
    vertical-align: middle;
}

.taiwanlogo img {
    width:225px;
}



/*-----------------
 info
-----------------*/

.infoBox {
    position: relative;
    padding: 0;
    width: 33.33%;
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
    max-width: 33.33%;
    font-size: 13px;
    font-style: normal;
    font-family: 'Noto sans TC','Crimson Text', Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
    letter-spacing: 1px;
}

.linkBox {
	 position: relative;
    padding: 0;
    width: 41.6665%;  
    -ms-flex: 0 1 41.6665%;
    flex: 0 1 41.6665%;
    max-width: 41.6665%; 
	-webkit-box-flex: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
	margin-bottom:15px;
}

 


/*-----------------
 btn
-----------------*/

 .linkBox ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 25px;
		margin:0;
		padding:0 }


 .linkBox ul a {
          display: block;
          -webkit-box-flex: 1;
          -ms-flex: 1 0 50%;
          flex: 1 0 50%;
          max-width: 172px;
          margin: 0 10px; }
 .linkBox ul li {
          position: relative;
          padding: 4px 0 4px 0;
          border: 1px solid #b79128;
          font-size: 14px;
          color: #b79128;
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }



    .linkBox ul li .text {
        position: relative;
        display: block;
        z-index: 1;
        letter-spacing: 2px;
        text-align: center;
        font-weight: 400;
        margin-bottom: 3px;
        font-family: 'Noto Serif TC','Crimson Text', Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
    }

    .linkBox ul li span {
        position: relative;
        z-index: 1;
        display: block;
        font-size: 12px;
        line-height: 100%;
        margin: auto;
        letter-spacing: 1.5px;
        text-align: center;
    }

    .linkBox ul li em span {
        display: inline-block;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
    }

    .linkBox ul li:hover {
        color: #000;
    }
 .linkBox ul li:hover:after {
              opacity: 1; }

@media (max-width: 1200px) {
    .linkBox ul {
        margin-top: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .linkBox ul a {
            max-width: 150px;
            margin: 0 5px;
            margin-bottom: 10px;
        }
}

@media (max-width: 991px) {
    .footerLogo {
        text-align: center;
        margin: 0 auto 10px auto;
        padding-left: 0;
    }

    .infoBox {
        text-align: center;
        padding-bottom: 15px;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%;
        width: 100%;
        max-width: 100%;
    }

    .linkBox {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        width: 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 10px;
    }
}


footer .copyright {
    border-top: 1px solid #cecece;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    display: block;
    text-align: center;
    color: #666;
    font-size: 12px;
    font-family: 'Noto sans TC','Crimson Text', Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
    letter-spacing: 0.5px;
}

 footer .copyright span{ display:block; padding:5px 0 0 0}
