/* Final version below */

button.js-modal-btn-big {
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
}

button.js-modal-btn {
  background-color: transparent;
  border: none;
  outline: none;
  /*width: 500px;*/
  width: 100%;
  /*height: 100px;*/
  border-bottom: 2px solid #2e843e;
  text-align: left;
  padding: 2px 0;
}

button.js-modal-btn:hover {
  background-color: #2e843e;
  color: #ffffff;
  border: none;
  outline: none;
  width: 100%;
  /*height: 100px;*/
  border-bottom: 2px solid #2e843e;
}

th.youtube-video-title {
  padding: 0 5%;
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-size: medium;
  color: #4F4F4F;
}

span.btn-txt {
    /*float: right;*/
    /*padding-top: 35px;*/

    display: inline-block;
    padding-left: 15px;
    font-size: 16px;
    width: 200px;
    color: #4F4F4F;
    line-height: 1;
    font-family: 微軟正黑體;
	vertical-align: middle;
}

span.btn-txt:hover {
  color: #fff;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.video-row {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.video-row__left {
    flex-basis: 70%;
    /*border: 1px dashed;*/
    padding-right: 5px;
}

.video-row__right {
    flex-basis: 30%;
    height: 100%;
    overflow: auto;
    position: relative;
    padding-bottom: 40%;
    
}

.video-row img {
    display: inline-block;
    max-width: 100%;
	vertical-align: middle;
}

.video-row__list {
    width: 100%;
    position: absolute;
}

.video-row__list-item {
    width: 100%;
    height: 25%;
    /*height: 60px;*/
    /*border: 1px dashed;*/
}

@media screen and (max-width: 1199px) {
  .video-row {
    display: block;
    /*height: 555px;*/
  }

  .video-row__left {
    display: block;
    width: 100%;
    /*border: 1px dashed;*/
  }

  .video-row__right {
    display: block;
    width: 100%;
    height: 100%;
    overflow: auto;
    position: relative;
    padding-bottom: 40%;  
  }  
}

@media screen and (max-width: 1199px) and (max-height: 900px) {
  .video-row {
    display: block;
    /*height: 555px;*/
  }

  .video-row__right {
    height: 300px;
  }
}


@media screen and (max-width: 639px) {
  span.btn-txt {
    font-size: 12px;
    font-family: 微軟正黑體;
  }
}



.content .faq:nth-of-type(1) .holder{ background: #F2F2F2; color:#000;}
.content .faq:nth-of-type(3) .holder { background: #F2F2F2; color:#000;}
.content .faq .holder td{ vertical-align: top !important;;}
.content .faq .holder td img{ margin-bottom: 10px; }
.content .faq .holder a{ color:inherit; }
#article .faq a {
  color: inherit !important;
  text-decoration: underline;
}