.CollectGoldLine{
    width:100%;
    height:16px;
    margin: 0px auto 0px auto;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#72a4fd+0,002d7d+50,002d7d+50,002d7d+50,002d7d+50,002d7d+50,72a4fd+100,72a4fd+100 */
    background: #72a4fd; /* Old browsers */
    background: -moz-linear-gradient(left,  #8c6136 0%, #e7bb70 22%, #8c6136 100%);  /*FF3.6-15 */
    background: -webkit-linear-gradient(left,  #8c6136 0%,#e7bb70 22%,#8c6136 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #8c6136 0%,#e7bb70 22%,#8c6136 100%);  /*W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c6136', endColorstr='#8c6136',GradientType=1 ); /*IE6-9 */  
}

    /*  (這段在子頁都會出現，每個子頁有自己不同的更新日期顯示方式) */
    .updateDateTitle {
        font-family: 'Noto Sans TC', 微軟正黑體, Arial, Helvetica, sans-serif;
        font-size: 1.25rem;
        font-weight: 300;
        color: #eee;
        text-align: left;
        position: absolute;
        top: 0px;
        /* left: calc( 50% + ( 768px / 2 ) ); */
        right:0px;
        letter-spacing: 0.025rem;
        /* transform: translate( -100%, -100% ); */
        width: max-content;
    }
    @media (max-width: 880px) {
        .updateDateTitle {
        font-size: 3vw;
        /* padding-right: 2em; */
        /* left: calc( 100%  ); */
        letter-spacing: 0rem;
        /* transform: translate( -100%, -100% ); */
        width: max-content;
        text-align: right;
        }
    }
    








.main {
    /* width: 1024px; */
    width: 100%;
    margin: 0 auto;
}
.head {
    position: relative;
    /* background-color: orange; */
    background:linear-gradient(180deg,#f0d24b 0%, #cd872d 100%);
    padding-bottom: 111px;
}
.headDJYlogo {
    max-width: 100%;
    text-align: center;
}
.headDJYlogo img{
    margin: auto;
    width: 24vw;
    max-width: 198px;
}
.headTitle {
    font-size: 5.5em;
    font-weight: 900;
    letter-spacing: 0px;
    text-align: center;
    color: white;
    padding-top: 0.385em;
    padding-bottom: 0.15em;
}

.headSepateLine{
    width:888px;
    height:2px;
    background-color: white;
    margin: auto;
} 
.headSubTitle {
    color: white;
    font-size: 2.6em;
    font-weight: 500;
    text-align: center;
    padding: 0.15em 0;
}
.headDescription {
    color: white;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
    padding-top: 1.5em;
}
.headGoldPhoto {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 530px;
    max-width: 530px;
    transform: translate(-50%, 168px);
}


.videoBox {
    text-align: center;
    margin: 256px auto 100px auto;
    position: relative;
}

.videoBox iframe,
.videoBox #display1
{
    width: 888px;
    height: 499.5px;
    -moz-box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
    -webkit-box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
    box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
}
.speaker {
    opacity: 0.75;
    width: 64px;
    height: 64px;
    background-color: gainsboro;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%,-100%) scaleX(-1);
    border-radius: 64px;
}
#speakerBTN{
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%,118%) ;

}




.article {
    width: 670px;
    margin: 10px auto 10px auto; 
    padding: 1em 13px;
}
.articleTitleA {
    color: #012B7D;
    letter-spacing: 0;
    line-height: 1.5;
    font-size: 2.5em;
    font-weight: 500;
    text-align: center;
    padding-bottom: 0.88em;
    padding-top: 0.5em;
}
.articleSubTitle {
    color: #00287F;
    text-align: center;
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: 0;
}
.articleContext {
    color: black;
    letter-spacing: 0.05em;
    text-align: justify;
    font-size: 1.45em;
    font-weight: 300;
    padding-bottom: 1.25em;
}
.articleImage {
    max-width: 360px;
    text-align: center;
    margin: 0em auto 1.5em auto;
}
@media (max-width:1000px) {
    .headSepateLine {
        width: 90%;
    }
    .videoBox iframe ,
    .videoBox #display1
    {
        width: 90%;
        height: 49.75vw;
    }
}
@media (max-width:688px) {
    .head {
        padding-bottom: 20vw;
    }
    .headSepateLine {
        height:1px;
    }
    .headTitle {
        font-size: 13vw;
        padding-top: 5vw;
        padding-bottom: 2.5vw;
    }
    .headSubTitle {
        font-size: 6.2vw;
        padding: 1.25vw 0;
    }
    .headDescription {
        font-size: 3vw;
        letter-spacing: 0.25vw;
        padding-top: 4.4vw;
    }
    .headGoldPhoto {
        width: 80vw;
        transform: translate(-50%, 25vw);
    }
    .videoBox {
        margin: 38vw auto 12vw auto;
    }
    .videoBox iframe ,
    .videoBox #display1
    {
        width: 90%;
        height: 50.9vw;
    }
    .article {
        width: 100%;
        margin: 5vw auto 5vw auto;
        padding: 1em 36px;
    }


}

@media (max-width:486px) {

    .article {
        padding: 1em 20px;
    }
    .articleTitleA {
        font-size: 8.5vw;
    }
    .articleSubTitle {
        font-size: 5.7vw;
    }
    .articleContext {
        font-size: 1.1em;
    }
    button.icon, [role=button].icon {
        width: 32px !important;
        height: 32px !important;
    }
}





/* --- --- --- 以下針對 SPEAKER 按鈕 --- --- --- */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:600&display=swap");
@-webkit-keyframes active {
  from {
    box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 10px 0px rgba(0, 0, 250, 0.6);
  }
  to {
    box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 3px 3px #CECFD1;
  }
}
@keyframes active {
  from {
    box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 10px 0px rgba(0, 0, 250, 0.6);
  }
  to {
    box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 3px 3px #CECFD1;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* body {
  margin: 0;
  padding: 30px;
  background: #f8f8f8;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.grid {
  max-width: 400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 150px 150px 50px;
  align-items: center;
  justify-content: center;
  grid-gap: 40px 25px;
}

button,
[role=button] {
  -webkit-appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  width: 150px;
  height: 50px;
  background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%);
  border-radius: 30px;
  border: 1px solid #8F9092;
  box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 3px 0 #CECFD1;
  transition: all 0.2s ease;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #606060;
  text-shadow: 0 1px #fff;
}
button::-moz-focus-inner,
[role=button]::-moz-focus-inner {
  border: 0;
}
button > *,
[role=button] > * {
  transition: transform 0.2s ease;
}
button:hover:not([disabled]),
[role=button]:hover:not([disabled]) {
  box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 3px 3px #CECFD1;
}
button:hover:not([disabled]) > *,
[role=button]:hover:not([disabled]) > * {
  transform: scale(0.975);
}
button:focus:not(:active),
[role=button]:focus:not(:active) {
  -webkit-animation: active 0.9s alternate infinite;
          animation: active 0.9s alternate infinite;
  outline: none;
}
button:active:not([disabled]),
[role=button]:active:not([disabled]) {
  box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 5px 3px #999, inset 0 0 30px #aaa;
}
button:active:not([disabled]) > *,
[role=button]:active:not([disabled]) > * {
  transform: scale(0.95);
}
button:disabled,
[role=button]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
button.icon,
[role=button].icon {
  width: 50px;
}
button.icon svg,
[role=button].icon svg {
  margin-top: 3px;
  width: 30px;
  height: 30px;
}
