*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

.clear:after{
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden;
}
body {
	background: #fff;
	color: #333;
	font-weight: 500;
	font-size: 1em;
	font-family: 'Microsoft JhengHei', Arial, sans-serif;
  overflow-x: hidden;
}

a {
	color: inherit;
	text-decoration: none;
	outline: none;
}

img{
    width: auto;
    height : auto;
    max-height: 100%;
    max-width: 100%;
}
.img {
  position: relative;
  font-size: 0;
}
.img > span {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
}
.img > span:before {
  content: ' ';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.img > span > iframe {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.img > span > iframe {
  width: 100%;
  height: 100%;
}
.clear:after{
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden;
}
/*header*/

header{
    width: 100%;
    background-color: transparent;
    position: fixed;
    z-index: 3;
}

.header-bg{
    background-color: #015390;
    transition: 0.3s all ease-in;
}


.logo{
    float: left;
    width: 155px;
    display: block;
    margin: 0 auto;
    padding:10px 0;
    padding-left: 10px;
}

#menu{
    float: right;
    font-size: 0;
}
#menu ul li{
  transition: 0.5s all ease-out;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
}
#menu ul li a{
    padding: 29px 20px;
    display: block;
}
.icon{
    width:40px;
    max-width: 100%;
    display: inline-block; 
    margin-right: 20px;
    border: 2px solid #EEE;
    margin-left: 20px;
}
.icon2{
    width:40px;
    max-width: 100%;
    display: inline-block;
    border: 2px solid #EEE; 
    margin-right: 20px;
}
 #menu ul li.icon img, #menu ul li.icon2 img{
        vertical-align: middle;
    }
#menu ul li.icon a, #menu ul li.icon2 a{
    padding: 0;
}
header:after{
    content: "";
    clear: both;
}

.phone a
{
  display: none;
  width: 50px;
  height: 18px;
  padding: 11px;
  position: absolute;
  top: 22px;
  right: 16px;
}
/* .phone a:before,
.phone a:after
{
  content: '';
  display: block;
  background: #fff;
  height: 2px;
} */
.phone a span
{
  /* background-color: #fff; */
  color: #fff;
  display: block;
  height: 2px;
  margin: -8px 0;
}
/*banner*/

.banner{
    position: relative;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
}

.banner-img{
    background-image: url(../img/banner.jpg);
    background-attachment: fixed;
    position: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-position: 50%;
}

.banner-text{
    position: fixed;
    color: #fff;
    font-size: 40px;
    top: 50%;
    left: 0;
    z-index: 2;
    right: 0;
    bottom: 0;
    text-align: center;
}

.banner-arrow{
    display: block;
    position: absolute;
    width: 100%;
    color: #fff;
    font-size: 40px;
    top: 90%;
    left: 0;
    z-index: 3;
    right: 0;
    text-align: center;
    transition: 0.3s all ease-out;
}

.banner-arrow:hover{
    top:92%;
    transition: 0.3s all ease-in;
}

/*slick*/
.index-item-works .slick-prev:before{
    color: black;
}

.index-item-works .slick-next:before{
    color: black;
}

/*footer*/

footer{

    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
    width: 100%;
    padding: 50px;
    background-color: #000;
    background-image: url(../img/footer-bg.png);
}

.footer-logo{
    width: 243px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0; 
}

footer p {
    font-size: 13px;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    padding-bottom: 5px;
}
footer p:last-child{
  padding-bottom: 0;
}
.footer-menu{
    
    border-top: 1px solid;
    width: 600px;
    max-width: 100%;
    text-align: center;
    margin: 20px auto;
}

.footer-menu a{
    display: inline-block;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: 13px;
}
.footer-r{
    padding-left: 10px;
}

.menu-icon-box{
  display: none;
}