
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
/*body.lock {
  overflow: hidden;
}*/

.join_overlay {
  width: 100%;
  max-width: 800px;
  background: #fff;
  border: 8px solid #00889d;
  border-radius: 32px;
  padding: 45px;
	font-family: Roboto,'Noto Sans TC', sans-serif;
  font-size: 1rem;
  font-weight: 300;
	letter-spacing: 1px;
}
.join_overlay * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


.join_overlay .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0;
}
.join_overlay .btn_wrap a {
  display: inline-block;
  width: 48%;
  padding: 20px;
  margin-right: 4%;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  font-size: 24px;
}
.join_overlay .btn_wrap a:last-child {
  margin-right: 0;
}

.join_overlay .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.join_overlay .close_window_btn {
  display: inline-block;
  margin: 1.5rem auto 0;
  padding: 10px 20px;
  color: #fff;
  font-size: 1rem;
	font-weight: 500;
  background: #00889d;
  border-radius: 2rem;
	text-decoration: none;
	cursor: pointer;
}
@media screen and (max-width:1200px) {
.join_overlay {
	width: 85%;}	
}
@media screen and (max-width: 750px) {
  
}
@media screen and (max-width: 600px) {
  
}
@media screen and (max-width: 450px) {
  
  .join_overlay .btn_wrap {
    padding-top: 20px;
  }
  .join_overlay .btn_wrap a {
    padding: 15px 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 400px) {
  
  .join_overlay .btn_wrap {
    padding-top: 20px;
  }
  .join_overlay .btn_wrap a {
    width: 100%;
    margin: 0;
  }
  
}
/* overlay.css ==============================================*/
.overlay_item {
  cursor: pointer;
}

.overlay_wrap {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: rgba(0, 0, 0, .8);
  /*cursor: url(../img/mouse_icon_w.png), auto;*/
}
.overlay_wrap.trans {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.overlay_wrap.trans .overlay_content {
  opacity: 1;
}
.overlay_wrap.full > .overlay_close_btn {
  display: block;
  width: 50px;
  height: 50px;
}
.overlay_wrap.full > .overlay_close_btn:before, .overlay_wrap.full > .overlay_close_btn:after {
  background: #fff;
}
.overlay_wrap.in_close > .overlay_close_btn {
  display: none;
}

.overlay_content {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  pointer-events: none;
  cursor: default;
}

.overlay_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 100vh;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.overlay_box {
  display: none;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.overlay_box.trans {
  display: block;
}

.overlay_close_btn {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 30;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../images/close_btn.png") no-repeat center center;
  background-size: contain;
}
.overlay_close_btn:hover {
  -webkit-transform: rotateZ(180deg) scale(1.2);
          transform: rotateZ(180deg) scale(1.2);
}


/*speaker*/
.spk_wrp{display: block; overflow: hidden; width: 95%; margin: 1rem auto;}
.spkr{display: block;float: left; width: 250px; overflow: hidden; margin-right: 20px;}
.spkr img{max-width: 100%;}
.spk-txt{display: block;float: left; width:calc(99.999% - 270px) ; overflow: hidden; letter-spacing: 1px; }
.spk-txt h3{
	display: block;
	font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.4;
  color: #4ab1a7;
}
.spk-txt h5{
	display: block;
	font-size: 1.25rem;
	font-weight: 700; 
	color: #000; 
	line-height: 1.5; 
	padding-bottom: 1rem; 
	margin-bottom: 1rem; 
	border-bottom: 2px solid #4ab1a7;
}
.spk-txt p{display: block;
	font-size: 1.125rem;
	font-weight:500; 
	color: #555; 
	line-height: 1.5;
text-align: justify;}

@media screen and (max-width: 820px) {

}
@media screen and (max-width: 492px) {
  .overlay_close_btn {
    right: 10px;
    top: 10px;
    width: 35px;
    height: 35px;
  }
.join_overlay {
  width: 90%;
	padding: 30px 15px;
}	
.spkr {
  display: block;
  float: none;
  width: 240px;
  overflow: hidden;
  margin-right: 0;
	margin: .5rem auto;
}
.spk-txt {
  display: block;
  float: none;
  width: 100%;
}
.spk-txt h3 {
  font-size: 2rem;
  text-align: center;
}
.spk-txt h5 {
  font-size: 1.12rem;
	text-align: center;
}
}