html,
body {
  height:100%;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Microsoft JhengHei";
}
a {
  color:#ffde00;
  outline: none !important; /* for Firefox Google Chrome  */
  behavior:expression(this.onFocus=this.blur()); /* for IE */
}
.toold {
  background:#47b05d;
  border-radius:7px;
  color:#fff;
  display:block;
  font-size:20px;
  font-weight:bold;
  padding: 7px 12px;
  position: fixed;
  right:20px;
  top:20px;
  z-index: 99;
}
.wrap {
  padding-bottom:100px;
}
.container {
  min-height: 100%;
  height:auto !important;
  height:100%;
  margin: 0 auto;
}
footer {
  background: #1a923d;
  color:#fff;
  height:40px;
  clear:both;
  position: fixed;
  bottom:0;
  left:0;
  width:100%;
  margin-top: 60px;
  text-align: center;
  font-size: 15px;
  font-weight:bold;
  padding:7px;
}
.bg_left,.bg_right {
  position: absolute;
}
.bg_left {
  background: url("../images/bg_l.png") no-repeat;
  height:780px;
  width:356px;
  left:0;
  top:12%;
}
.bg_right {
  background: url("../images/bg_r.png") no-repeat;
  height:780px;
  width:390px;
  top:12%;
  right:0;
}

header {
   margin-top:20px;
   text-align: center;
}
.content {
  text-align: center;
  margin-top: 50px;
  padding:7px;
  position:relative;
}

h1 {
  color:#005759;
  font-size:50px;
  font-weight: bold;
}
h2 {
  font-size:20px;
  color:#005759;
  line-height:30px;
  font-weight:bold;
}
article h2 {
  color:#373838;
  font-size:40px;
  text-align: center;
  margin-top:50px;
  line-height: 40px;
}

.ani-box {
  position: relative;
}

/* lang */
.lang {
   position: absolute;
   left:104px;
   bottom:-52px;
}

.dropdown-toggle {
  color:#95b493;
  border:1px solid #dcdcdd;
  font-size:17px;
}


.btn {
  display:inline-block;
}
.btn-a,.btn-b,.btn-c {
  box-shadow: 0 1px 6px rgba(0,0,0,.2);
}
.btn-a,.btn-a:active,.btn-a:focus,.btn-a:link {
  background:url("../images/icon1.jpg") no-repeat;
  width:311px;
  height:352px;
  position: relative;
}

.btn-a::after {
  content:'前往文電通官網';
  display:block;
  position: absolute;
  bottom:0;
  font-size:26px;
  color:#13a550;
  left:19%;
  font-weight: bold;
}


.btn-b,.btn-b:active,.btn-b:focus,.btn-b:link {
  background:url("../images/icon2.jpg") no-repeat;
  width:311px;
  height:352px;
  position: relative;
  margin-left: 10px;
}
.btn-b::after {
  content:'購買文電通';
  display:block;
  position: absolute;
  bottom:0;
  font-size:26px;
  color:#1cbfbd;
  left:28%;
  font-weight: bold;
}

.btn-c,.btn-c:active,.btn-c:focus,.btn-c:link {
  background:url("../images/icon3.png") no-repeat;
  width:311px;
  height:352px;
  margin-left: 10px;
  position: relative;
}
.btn-c::after {
  content:'客戶服務';
  display:block;
  position: absolute;
  bottom:0;
  font-size:26px;
  color:#005757;
  left:32%;
  font-weight: bold;
}
/* .btn-a:hover {
  -webkit-animation: ani-a 1s ease infinite;
  -moz-animation: ani-a 1s ease infinite;
  -ms-animation: ani-a 1s ease infinite;
  -o-animation: ani-a 1s ease infinite;
  animation: ani-a 1s ease infinite;
} */
@-webkit-keyframes ani-a {
  0% { margin-top:0px;}
  50% { margin-top:-50px;}
  100% { margin-top:00px;}
}
@-moz-keyframes ani-a {
  0% { margin-top:0px;}
  50% { margin-top:-50px;}
  100% { margin-top:00px;}
}
@-ms-keyframes ani-a {
  0% { margin-top:0px;}
  50% { margin-top:-50px;}
  100% { margin-top:00px;}
}
@-o-keyframes ani-a {
  0% { margin-top:0px;}
  50% { margin-top:-50px;}
  100% { margin-top:00px;}
}
@keyframes ani-a {
  0% { margin-top:0px;}
  50% { margin-top:-50px;}
  100% { margin-top:00px;}
}
/* .btn-b:hover {
  -webkit-animation: ani-b 1s ease infinite;
  -moz-animation: ani-b 1s ease infinite;
  -ms-animation: ani-b 1s ease infinite;
  -o-animation: ani-b 1s ease infinite;
  animation: ani-b 1s ease infinite;
} */
@-webkit-keyframes ani-b {
  0% { margin-top:0px;}
  50% { margin-top:-50px;}
  100% { margin-top:00px;}
}
@-moz-keyframes ani-b {
  0% { margin-top:0px;}
  50% { margin-top:-50px;}
  100% { margin-top:00px;}
}
@-ms-keyframes ani-b {
  0% { margin-top:0px;}
  50% { margin-top:-50px;}
  100% { margin-top:00px;}
}
@-o-keyframes ani-b {
  0% { margin-top:0px;}
  50% { margin-top:-50px;}
  100% { margin-top:00px;}
}
@keyframes ani-b {
  0% { margin-top:0px;}
  50% { margin-top:-50px;}
  100% { margin-top:00px;}
}
/* .btn-c:hover {
  -webkit-animation: ani-c 1s ease infinite;
  -moz-animation: ani-c 1s ease infinite;
  -ms-animation: ani-c 1s ease infinite;
  -o-animation: ani-c 1s ease infinite;
  animation: ani-c 1s ease infinite;
} */
@-webkit-keyframes ani-c {
  0% { margin-top:0px;}
  50% { margin-top:-50px;}
  100% { margin-top:00px;}
}
@-moz-keyframes ani-c {
  0% { margin-top:0px;}
  50% { margin-top:-50px;}
  100% { margin-top:00px;}
}
@-ms-keyframes ani-c {
  0% { margin-top:0px;}
  50% { margin-top:-50px;}
  100% { margin-top:00px;}
}
@-o-keyframes ani-c {
  0% { margin-top:0px;}
  50% { margin-top:-50px;}
  100% { margin-top:00px;}
}
@keyframes ani-c {
  0% { margin-top:0px;}
  50% { margin-top:-50px;}
  100% { margin-top:00px;}
}

.mt100 {
  margin-top:100px;
}

@media screen and (min-width:200px) and (max-width:1650px) {
  .bg_left,.bg_right {
     opacity: .1;
  }

}


@media screen and (min-width:200px) and (max-width:679px) {

  .toold {
    font-size:16px;
    top:0;
    right:0;
    border-radius:7px 0 7px 0;
  }
  .btn-a,.btn-b,.btn-c {
    width:85% !important;
    background-position:50% top !important;
    margin: 15px 0;
  }
  .mt100 {
    margin-top: 0;
  }
  footer {
    height:auto;
  }
}

@media screen and (min-width:200px) and (max-width:767px) {
  header,.content {
    margin-top:7px;
    padding:0 22px;
  }
  h1 {
    font-size:38px;
  }
  article h2 {
    font-size:20px;
    text-align: center;
    margin-top:7px;
  }

  @-webkit-keyframes ani-a {
    0% { margin-top:15px !important;}
    50% { margin-top:15px !important;}
    100% { margin-top:15px !important;}
  }
  @-moz-keyframes ani-a {
    0% { margin-top:15px !important;}
    50% { margin-top:15px !important;}
    100% { margin-top:15px !important;}
  }
  @-ms-keyframes ani-a {
    0% { margin-top:15px !important;}
    50% { margin-top:15px !important;}
    100% { margin-top:15px !important;}
  }
  @-o-keyframes ani-a {
    0% { margin-top:15px !important;}
    50% { margin-top:15px !important;}
    100% { margin-top:15px !important;}
  }
  @keyframes ani-a {
    0% { margin-top:15px !important;}
    50% { margin-top:15px !important;}
    100% { margin-top:15px !important;}
  }

  @-webkit-keyframes ani-b {
    0% { margin-top:15px !important;}
    50% { margin-top:15px !important;}
    100% { margin-top:15px !important;}
  }
  @-moz-keyframes ani-b {
    0% { margin-top:15px !important;}
    50% { margin-top:15px !important;}
    100% { margin-top:15px !important;}
  }
  @-ms-keyframes ani-b {
    0% { margin-top:15px !important;}
    50% { margin-top:15px !important;}
    100% { margin-top:15px !important;}
  }
  @-o-keyframes ani-b {
    0% { margin-top:15px !important;}
    50% { margin-top:15px !important;}
    100% { margin-top:15px !important;}
  }
  @keyframes ani-b {
    0% { margin-top:15px !important;}
    50% { margin-top:15px !important;}
    100% { margin-top:15px !important;}
  }

  @-webkit-keyframes ani-c {
    0% { margin-top:15px !important;}
    50% { margin-top:15px !important;}
    100% { margin-top:15px !important;}
  }
  @-moz-keyframes ani-c {
    0% { margin-top:15px !important;}
    50% { margin-top:15px !important;}
    100% { margin-top:15px !important;}
  }
  @-ms-keyframes ani-c {
    0% { margin-top:15px !important;}
    50% { margin-top:15px !important;}
    100% { margin-top:15px !important;}
  }
  @-o-keyframes ani-c {
    0% { margin-top:15px !important;}
    50% { margin-top:15px !important;}
    100% { margin-top:15px !important;}
  }
  @keyframes ani-c {
    0% { margin-top:15px !important;}
    50% { margin-top:15px !important;}
    100% { margin-top:15px !important;}
  }




}
