body {
      font-family: '微軟正黑體', 'Arial', 'Helvetica', 'sans-serif';
      background-color: #efefef ; 
      margin: 0;
      padding: 0;
    }

a {text-decoration: none;}
h3 {
  font-size: 1.6rem;
  margin: 5px
}
h2 {
  font-size: 1.25rem;
}
hr {
  margin: 3rem 0;
}

.title {
  font-size: 2rem;
  font-weight: bold;
  color: #665412;
  margin-top: 2rem;
}
.subtitle {
  margin-bottom: 1rem
}

.content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 120%;
  text-align: center;
  font-weight: bold;
}

p.en-title {
  font-size: 1.1rem;
  margin-top: 5px;
  margin-bottom: 20px;
}

.selection {
  padding: 3rem 1rem;
  height: 100%;
  /* border-bottom: 1px solid #777 */
}

.selection>p{display: none;}

.selection:nth-child(odd) {
  background-color: #efefef;
  
}
.selection:nth-child(even) {
  background-color: #e0e0e0;

}

button{
  width: 40%;
  max-width: 500px;
  height: auto;
  display: inline-block;
  padding: 15px;
  margin: 1em .5em;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: '微軟正黑體', 'Arial', 'Helvetica', 'sans-serif';
  border-radius: 10px;
  border: 1px;
  text-align: center;
  cursor: pointer
}

button.ch{
  background:#bb9835;
  /* background: -webkit-linear-gradient(left, rgba(19,27,47,1) 0%, rgba(0,47,72,1) 44%, rgba(27,42,76,1) 100%);
  background: -o-linear-gradient(left, rgba(19,27,47,1) 0%, rgba(0,47,72,1) 44%, rgba(27,42,76,1) 100%);
  background: linear-gradient(to right, rgba(19,27,47,1) 0%, rgba(0,47,72,1) 44%, rgba(27,42,76,1) 100%); */
  box-shadow: 2px 2px 5px rgba(0,0,0,0.2); 
}

button.ch {color: #fff;}
button.en{background: #FFF; box-shadow: 2px 2px 5px rgba(0,0,0,0.2)}
button.en a{color: #0a0a0a;}

.iframe-wrapper {
  max-width: 850px;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto
}

.iframe-wrapper h2,.iframe-wrapper .h2,.iframe-wrapper h3,.iframe-wrapper .h3,.iframe-wrapper h4,.iframe-wrapper .h4 {
  margin-top: 0px
}

.iframe {
  width: 100%;
  height: 0px;
  padding-bottom: 56%;
  position: relative;
  margin-bottom: 3rem;
  margin-top: 1.5rem
}

.iframe>iframe,.iframe video {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0px;
  left: 0px
}


-----------

a{
  cursor:pointer;
}
.searchItem{
  padding: 0;
  width: 100%;
  text-align: center;
  float: left;
  
}
.searchCont{
  clear:both;
  height:100%;
  margin-bottom: 40px;
}

.searchItem>ul{ display: none; }

.searchCont img{
  width:33%;
  margin-top: 10px;
  vertical-align:top;
}

.searchItem img{
  width:50%;
  margin-top: 10px;
  margin-bottom: 20px;
  vertical-align:top;
}



.searchItem ul ,.searchCont ul{ 
  padding:0px 10px 0px 6px;
  list-style:none;
  margin:0 auto;  
}

.searchItem ul{
    cursor: pointer;
}



.searchItem li {
  width: 40%;
  max-width: 500px;
  display: inline-block;
  margin:0; 
  margin-bottom: 30px;
  height:auto;
  border-right-width: 1px;
  border-right-color: #CCC;
  border-radius: 10px;
  border: 1px;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 50%);
}
.searchItem li  a{
  line-height:2em; 
  text-align: center;  
  padding: 5px 100px

  }

@media screen and (max-width: 768px){

.searchItem li  a{
  text-align: center;  
  padding: 0px 20px;
  }

.searchCont img{
  width:85%;
}
.searchItem img{
  width:95%;
}

}
/*.searchItem li ,.searchCont li ,.onSearch{
  /*float:left; */
  /*display:block;
  margin:0 auto;
  padding:0;
  font-size:13px;
  text-align: left;
}*/

.searchCont li {
  /*float:left; */
  display:block;
  margin:0 auto;
  padding:0;
  font-size:16px;
  line-height: 26px;
  text-align: left;
}

.onSearch{
  background-color: #5b7d7a;
  margin:0 auto;
  border-radius: 10px;
  border: 1px;
  box-shadow:2px 2px 5px rgba(0,0,0,0.5);
}


.searchItem ul .onSearch a {  
  color:#fff;
}


