@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap');*/
/********************************************************************************
全域變數
********************************************************************************/
/********************************************************************************
全域函数
********************************************************************************/
/*********************************************************************************/
/* home                                                                          */
/*********************************************************************************/
#homeArea .box {
  height: auto;
  min-height: 0px !important;
  /*border:3px #F00 dotted;*/ }
  #homeArea .box .listBox {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    list-style: none;
    line-height: 0px;
    /*border:3px #F00 dotted;*/ }
    #homeArea .box .listBox li {
      position: relative;
      display: flex;
      width: 25%;
      height: auto;
      /*$d:flex,*/
      margin: 0;
      padding: 0;
      pointer-events: auto;
      cursor: pointer;
      overflow: hidden; }
      @media only screen and (max-width: 1000px) {
        #homeArea .box .listBox li {
          width: 50%;
          /*margin-right:-4px;*/ } }
      #homeArea .box .listBox li.lock {
        pointer-events: none; }
        #homeArea .box .listBox li.lock .copy {
          opacity: 0.5; }

#homeArea .listBox li .bg {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 10; }

#homeArea .listBox li .over {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 20;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  /*border:2px #F00 dotted;*/ }
  @media only screen and (max-width: 1000px) {
    #homeArea .listBox li .over {
      background-color: rgba(0, 0, 0, 0.5); } }

#homeArea .listBox li .copy {
  position: absolute;
  display: block;
  width: 90%;
  height: 90%;
  z-index: 30;
  line-height: 90%;
  font-size: 1.2em;
  color: #FFF;
  top: 5%;
  left: 5%;
  text-align: center;
  pointer-events: none; }

#homeArea .listBox li:hover .copy {
  border: 1px #FFF solid; }

#homeArea .listBox li .copy::before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 100%;
  vertical-align: middle;
  /*border:2px #F00 dotted;*/ }

#homeArea .listBox li .copy .logo {
  display: inline-block;
  margin: auto;
  width: 200px;
  height: auto;
  vertical-align: middle;
  /*border:2px #F00 dotted;*/ }
  @media only screen and (max-width: 1000px) {
    #homeArea .listBox li .copy .logo {
      width: 20vw; } }

#homeArea .listBox li .copy .logo img {
  width: 100%;
  height: auto; }
