html,
body {
  height: 100%;
  font-family: 'Noto Sans TC', sans-serif;
  background: #f18e38 url(img/bg.jpg) top center repeat;
}
a{color: #4340d3;}
a:hover{color: #000;}
ul,li{
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.container-fluid{
  height: 100%;
  padding-right: 0;
  padding-left: 0;
}
main{
  height: 100%;
  width: 100%;
}

.homepage-hero{

  width: 100%;
  max-width: 1440px;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
.hero-img{

  position: absolute;
  right: 0;
  text-align: right;
  transition: all .5s ;
  height: 100%;
}
.hero-img img{
  width: 650px;
  min-width: 300px;
  max-width: 100%;
  transition: all .5s ;
}
.hero-content{
  background: url(img/logo.svg) top left no-repeat;
  background-size:138px 73px ;
  width: 100%;
  height: 100%;
}
.hero-content img{
  display: block;
  width: auto;
  max-width: 100%;
}
.hero-content .box{
  position: relative;
}
.into-btn{
  position: absolute;
  left: 0;right: 0;
  margin-top: 50px;
  z-index: 1;
}
.into-btn ul{

}
.btn-diamond {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 100px;
  background: gainsboro;
  color: #111;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          overflow: hidden;
}
.btn-diamond:before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  background: #ea5928;
  -webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.btn-diamond:hover {
  color: #FFF;
  text-decoration: none;
}
.btn-diamond:hover:before {
  position: absolute;
  width: 150%;
  height: 150%;
  border-radius: 20px;
  color: #ccc;
  white-space: pre;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          padding-top: 55px;
}
.btn-diamond span {
  color: #ea5928;
  font-size: 24px;
  position: relative;
  z-index: 10;
  font-weight: bolder;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.btn-diamond:hover span {
  color: #000;
}
.btn-diamond.none{
  pointer-events: none;
  border:10px solid #eeeeee;
}
ul.option{
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 15px;
}
ul.option li{
  margin-bottom: 15px;
}
ul.option a{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #eaeaea;
    display: -webkit-flex;
    display: flex;
    flex-direction: column !important;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
footer{
  background: #9dc33a;
  min-height: 130px;
  width: 100%;
  
}
footer p{
  font-size: 12px;
  opacity: .7;
  margin:0 5px 5px 0;
  text-align: center;
}
@media (max-width:1200px) {
  .hero-img {
    width: 50%;
    height: auto;
  }
}
@media (max-width:992px) {
.hero-content{
  width: 100%;
  min-width: 320px;
}

footer p{
  font-size: 10px;
  text-align:center;
  margin:5px 5px 5px 5px;
}
}
@media (max-width:768px) {
  .hero-img {
    width: 60%;
  }
  .hero-content .box{
    top: 115px;
  }
}
@media (max-width:414px) {
.hero-content{
  background: url(img/logo.svg) top left no-repeat;
  background-size: 100px 53px;
}
  .hero-img {
    width: 80%;
    left: 0;
    right: 0;
    top: 50px;
    margin: auto;
  }
  .hero-img img{
        width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
.btn-diamond {
  width: 100px;
  height: 100px;
}
.btn-diamond.none small{
  font-size: 60%;
}
.into-btn{
  margin-top: 15px;
  position: relative;
}
footer {
    min-height: 20px;
}
footer p{
  transform:scale(0.8);
}
}
@media (max-width:320px) {
.btn-diamond {
  width: 90px;
  height: 90px;
}

}

@media screen and (max-width: 736px) and (orientation: landscape){
}